1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

New Crowdin updates (#3737)

This commit is contained in:
Dan Brown
2022-10-20 12:18:58 +01:00
committed by GitHub
parent f9c0edbd0c
commit 5d37a814fd
120 changed files with 2252 additions and 604 deletions

View File

@@ -44,7 +44,7 @@ return [
'numeric' => ':attribute muss größer-gleich :value sein.',
'file' => ':attribute muss mindestens :value Kilobytes groß sein.',
'string' => ':attribute muss mindestens :value Zeichen enthalten.',
'array' => ':attribute muss :value Elemente oder mehr haben.',
'array' => ':attribute muss :value oder mehr Elemente haben.',
],
'exists' => ':attribute ist ungültig.',
'image' => ':attribute muss ein Bild sein.',
@@ -56,7 +56,7 @@ return [
'ipv6' => ':attribute muss eine gültige IPv6-Adresse sein.',
'json' => 'Das Attribut muss eine gültige JSON-Zeichenfolge sein.',
'lt' => [
'numeric' => ':attribute muss kleiner sein :value sein.',
'numeric' => ':attribute muss kleiner als :value sein.',
'file' => ':attribute muss kleiner als :value Kilobytes sein.',
'string' => ':attribute muss weniger als :value Zeichen haben.',
'array' => ':attribute muss weniger als :value Elemente haben.',