'An internal server error occurred.'=>'Es ist ein interner Serverfehler aufgetreten.',
'An internal server error occurred.'=>'Es ist ein interner Serverfehler aufgetreten.',
'Are you sure you want to delete this item?'=>'Wollen Sie diesen Eintrag wirklich löschen?',
'Are you sure you want to delete this item?'=>'Wollen Sie diesen Eintrag wirklich löschen?',
...
@@ -81,6 +47,7 @@ return [
...
@@ -81,6 +47,7 @@ return [
'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'Das Bild "{file}" ist zu groß. Es darf maximal {limit, number} Pixel breit sein.',
'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'Das Bild "{file}" ist zu groß. Es darf maximal {limit, number} Pixel breit sein.',
'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'Das Bild "{file}" ist zu klein. Es muss mindestens {limit, number} Pixel hoch sein.',
'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'Das Bild "{file}" ist zu klein. Es muss mindestens {limit, number} Pixel hoch sein.',
'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'Das Bild "{file}" ist zu klein. Es muss mindestens {limit, number} Pixel breit sein.',
'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.'=>'Das Bild "{file}" ist zu klein. Es muss mindestens {limit, number} Pixel breit sein.',
'The requested view "{name}" was not found.'=>'Die View-Datei "{name}" konnte nicht gefunden werden.',
'The verification code is incorrect.'=>'Der Prüfcode ist falsch.',
'The verification code is incorrect.'=>'Der Prüfcode ist falsch.',
'{attribute} "{value}" has already been taken.'=>'{attribute} "{value}" wird bereits verwendet.',
'{attribute} "{value}" has already been taken.'=>'{attribute} "{value}" wird bereits verwendet.',
'{attribute} cannot be blank.'=>'{attribute} darf nicht leer sein.',
'{attribute} cannot be blank.'=>'{attribute} darf nicht leer sein.',
...
@@ -113,4 +86,32 @@ return [
...
@@ -113,4 +86,32 @@ return [
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.'=>'{attribute} muss mindestens {min, number} Zeichen enthalten.',
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.'=>'{attribute} muss mindestens {min, number} Zeichen enthalten.',
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.'=>'{attribute} darf maximal {max, number} Zeichen enthalten.',
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.'=>'{attribute} darf maximal {max, number} Zeichen enthalten.',
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.'=>'{attribute} muss aus genau {length, number} Zeichen bestehen.',
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.'=>'{attribute} muss aus genau {length, number} Zeichen bestehen.',