1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

German translation extended

This commit is contained in:
Daniel Röhrig
2019-07-31 13:11:06 +02:00
parent 1e7df28238
commit fbf8378ae5
7 changed files with 65 additions and 10 deletions

View File

@ -38,6 +38,7 @@ return [
'filled' => ':attribute ist erforderlich.',
'exists' => ':attribute ist ungültig.',
'image' => ':attribute muss ein Bild sein.',
'image_extension' => ':attribute muss eine gültige und unterstützte Bild-Dateiendung haben.',
'in' => ':attribute ist ungültig.',
'integer' => ':attribute muss eine Zahl sein.',
'ip' => ':attribute muss eine valide IP-Adresse sein.',
@ -54,6 +55,7 @@ return [
'string' => ':attribute muss mindestens :min Zeichen lang sein.',
'array' => ':attribute muss mindesten :min Elemente enthalten.',
],
'no_double_extension' => ':attribute darf nur eine gültige Dateiendung',
'not_in' => ':attribute ist ungültig.',
'numeric' => ':attribute muss eine Zahl sein.',
'regex' => ':attribute ist in einem ungültigen Format.',
@ -74,6 +76,7 @@ return [
'timezone' => ':attribute muss eine valide zeitzone sein.',
'unique' => ':attribute wird bereits verwendet.',
'url' => ':attribute ist kein valides Format.',
'uploaded' => 'Die Datei konnte nicht hochgeladen werden. Der Server akzeptiert möglicherweise keine Dateien dieser Größe.',
/*
|--------------------------------------------------------------------------
@ -90,6 +93,9 @@ return [
'attribute-name' => [
'rule-name' => 'custom-message',
],
'password-confirm' => [
'required_with' => 'Passwortbestätigung erforderlich',
],
],
/*