1
0
Fork 0

Merge pull request #1574 from es-ka/dev

L10N: Fix German umlauts
This commit is contained in:
daniel 2019-08-09 19:51:35 -06:00 committed by GitHub
commit 25d00cf838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 40 additions and 40 deletions

View File

@ -13,7 +13,7 @@ return [
|
*/
'failed' => 'Diese Anmeldeinformationen stimmen nicht mit unseren Daten überein.',
'failed' => 'Diese Anmeldeinformationen stimmen nicht mit unseren Daten überein.',
'throttle' => 'Zu viele Login-Versuche. Versuche es in :seconds Sekunden erneut.',
];

View File

@ -4,7 +4,7 @@ return [
'viewMyProfile' => 'Mein Profil anschauen',
'myTimeline' => 'Meine Timeline',
'publicTimeline' => 'Öffentliche Timeline',
'publicTimeline' => 'Öffentliche Timeline',
'remoteFollow' => 'Aus der Ferne folgen',
'settings' => 'Einstellungen',
'admin' => 'Administration',

View File

@ -2,9 +2,9 @@
return [
'likedPhoto' => 'gefällt dein Foto.',
'likedPhoto' => 'gefällt dein Foto.',
'startedFollowingYou' => 'folgt dir nun.',
'commented' => 'hat deinen Post kommentiert.',
'mentionedYou' => 'hat dich erwähnt.',
'mentionedYou' => 'hat dich erwähnt.',
];

View File

@ -14,6 +14,6 @@ return [
*/
'previous' => '« Vorherige',
'next' => 'Naumlchste »',
'next' => 'Nächste »',
];

View File

@ -13,10 +13,10 @@ return [
|
*/
'password' => 'Passwörter müssen mindestens 6 Zeichen lang sein und mit der Bestätigung übereinstimmen.',
'reset' => 'Dein Passwort wurde zurückgesetzt!',
'sent' => 'Wir haben dir eine E-Mail zum Zurücksetzen deines Passworts gesendet!',
'token' => 'Dieser Passwort-Reset-Code ist ungültig.',
'password' => 'Passwörter müssen mindestens 6 Zeichen lang sein und mit der Bestätigung übereinstimmen.',
'reset' => 'Dein Passwort wurde zurückgesetzt!',
'sent' => 'Wir haben dir eine E-Mail zum Zurücksetzen deines Passworts gesendet!',
'token' => 'Dieser Passwort-Reset-Code ist ungültig.',
'user' => 'Wir konnten keinen Nutzer mit dieser E-Mail-Adresse finden.',
];

View File

@ -14,7 +14,7 @@ return [
*/
'accepted' => ':attribute muss akzeptiert sein .',
'active_url' => ':attribute ist keine gültige URL.',
'active_url' => ':attribute ist keine gültige URL.',
'after' => ':attribute muss ein Datum nach dem :date sein.',
'after_or_equal' => ':attribute muss auf den :date oder danach fallen.',
'alpha' => ':attribute darf nur Buchstaben beinhalten.',
@ -30,64 +30,64 @@ return [
'array' => ':attribute muss zwischen :min bis :max Objekte beinhalten.',
],
'boolean' => ':attribute muss "true" oder "false" sein.',
'confirmed' => ':attribute-Bestätigung stimmt nicht überein.',
'date' => ':attribute ist kein gültiges Datum.',
'confirmed' => ':attribute-Bestätigung stimmt nicht überein.',
'date' => ':attribute ist kein gültiges Datum.',
'date_format' => ':attribute passt nicht in das :format Format.',
'different' => ':attribute und :other dürfen nicht gleich sein.',
'different' => ':attribute und :other dürfen nicht gleich sein.',
'digits' => ':attribute muss genau :digits Ziffern haben.',
'digits_between' => ':attribute muss :min bis :max Ziffern haben.',
'dimensions' => ':attribute hat ungültige Bildmaße.',
'dimensions' => ':attribute hat ungültige Bildmaße.',
'distinct' => ':attribute-Feld hat einen doppelten Wert.',
'email' => ':attribute muss eine gültige E-Mail-Adresse sein.',
'exists' => 'Gewählter :attribute-Wert ist ungültig.',
'email' => ':attribute muss eine gültige E-Mail-Adresse sein.',
'exists' => 'Gewählter :attribute-Wert ist ungültig.',
'file' => ':attribute muss eine Datei sein.',
'filled' => ':attribute muss ausgefüllt sein.',
'filled' => ':attribute muss ausgefüllt sein.',
'image' => ':attribute muss ein Bild sein.',
'in' => 'Gewählter :attribute-Wert ist ungültig.',
'in' => 'Gewählter :attribute-Wert ist ungültig.',
'in_array' => ':attribute-Feld existiert nicht in :other.',
'integer' => ':attribute muss eine Zahl sein.',
'ip' => ':attribute muss eine gültige IP-Adresse sein.',
'ipv4' => ':attribute muss eine gültige IPv4-Adresse sein.',
'ipv6' => ':attribute muss eine gültige IPv6-Adresse sein.',
'json' => ':attribute muss eine gültige JSON-Zeichenfolge sein.',
'ip' => ':attribute muss eine gültige IP-Adresse sein.',
'ipv4' => ':attribute muss eine gültige IPv4-Adresse sein.',
'ipv6' => ':attribute muss eine gültige IPv6-Adresse sein.',
'json' => ':attribute muss eine gültige JSON-Zeichenfolge sein.',
'max' => [
'numeric' => ':attribute darf nicht gr&omul;ßer als :max sein.',
'file' => ':attribute darf nicht gr&omul;ßer als :max Kilobytes sein.',
'numeric' => ':attribute darf nicht größer als :max sein.',
'file' => ':attribute darf nicht größer als :max Kilobytes sein.',
'string' => ':attribute darf nicht mehr als :max Zeichen haben.',
'array' => ':attribute darf nicht mehr als :max Objekte beinhalten.',
],
'mimes' => ':attribute muss eine Datei einer dieser Typen sein: :values.',
'mimetypes' => ':attribute muss eine Datei einer dieser Typen sein: :values.',
'min' => [
'numeric' => ':attribute muss gr&omul;ßer als oder gleich :min sein.',
'file' => ':attribute muss mindestens :min Kilobytes groß sein.',
'numeric' => ':attribute muss größer als oder gleich :min sein.',
'file' => ':attribute muss mindestens :min Kilobytes groß sein.',
'string' => ':attribute muss mindestens :min Zeichen haben.',
'array' => ':attribute muss mindestens :min Objekte beinhalten.',
],
'not_in' => 'Gewählter :attribute-Wert ist ungültig.',
'not_regex' => ':attribute-Format ist ungültig.',
'not_in' => 'Gewählter :attribute-Wert ist ungültig.',
'not_regex' => ':attribute-Format ist ungültig.',
'numeric' => ':attribute muss eine Zahl sein.',
'present' => ':attribute muss vorhanden sein.',
'regex' => ':attribute-Format ist ungültig.',
'required' => 'Das :attribute-Feld ist benötigt.',
'required_if' => 'Das :attribute-Feld ist benötigt wenn :other :value ist.',
'required_unless' => 'Das :attribute-Feld ist benötigt es sei denn :other ist in :values.',
'required_with' => 'Das :attribute-Feld ist benötigt wenn :values vorhanden ist.',
'required_with_all' => 'Das :attribute-Feld ist benötigt wenn :values vorhanden ist.',
'required_without' => 'Das :attribute-Feld ist benötigt wenn :values nicht vorhanden ist.',
'required_without_all' => 'Das :attribute-Feld ist benötigt wenn keiner von :values vorhanden ist.',
'same' => ':attribute und :other müssen gleich sein.',
'regex' => ':attribute-Format ist ungültig.',
'required' => 'Das :attribute-Feld ist benötigt.',
'required_if' => 'Das :attribute-Feld ist benötigt wenn :other :value ist.',
'required_unless' => 'Das :attribute-Feld ist benötigt es sei denn :other ist in :values.',
'required_with' => 'Das :attribute-Feld ist benötigt wenn :values vorhanden ist.',
'required_with_all' => 'Das :attribute-Feld ist benötigt wenn :values vorhanden ist.',
'required_without' => 'Das :attribute-Feld ist benötigt wenn :values nicht vorhanden ist.',
'required_without_all' => 'Das :attribute-Feld ist benötigt wenn keiner von :values vorhanden ist.',
'same' => ':attribute und :other müssen gleich sein.',
'size' => [
'numeric' => ':attribute muss :size sein.',
'file' => ':attribute muss :size Kilobytes groß sein.',
'file' => ':attribute muss :size Kilobytes groß sein.',
'string' => ':attribute muss :size Zeichen lang sein.',
'array' => ':attribute muss :size Objekte beinhalten.',
],
'string' => ':attribute muss eine Zeichenkette sein.',
'timezone' => ':attribute muss eine g¨ltige Zeitzone sein.',
'timezone' => ':attribute muss eine gültige Zeitzone sein.',
'unique' => ':attribute ist bereits in Verwendung.',
'uploaded' => ':attribute hochladen ist fehlgeschlagen.',
'url' => ':attribute-Format ist ung¨lig.',
'url' => ':attribute-Format ist ungülig.',
/*
|--------------------------------------------------------------------------