Add german translation (#91)
This commit is contained in:
parent
74876711e9
commit
231bc79155
10 changed files with 459 additions and 10 deletions
49
resources/lang/de/auth.php
Normal file
49
resources/lang/de/auth.php
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
/**
|
||||
* Pterodactyl - Panel
|
||||
* Copyright (c) 2015 - 2016 Dane Everitt <dane@daneeveritt.com>
|
||||
* Some Modifications (c) 2015 Dylan Seidt <dylan.seidt@gmail.com>
|
||||
* Translated by Jakob Schrettenbrunner <dev@schrej.net>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in all
|
||||
* copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
*/
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used during authentication for various
|
||||
| messages that we need to display to the user. You are free to modify
|
||||
| these language lines according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
|
||||
'failed' => 'Die Zugangsdaten sind ungültig.',
|
||||
'throttle' => 'Zu viele Loginversuche. Bitte in :seconds Sekunden erneut versuchen.',
|
||||
'errorencountered' => 'Während der Anfrage ist ein Fehler aufgetreten.',
|
||||
'resetpassword' => 'Passwort zurücksetzen',
|
||||
'confirmpassword' => 'Passwort bestätigen',
|
||||
'sendlink' => 'Passwort Rücksetzungslink anfordern.',
|
||||
'emailsent' => 'Die E-Mail mit dem Rücksetzungslink ist unterwegs.',
|
||||
'remeberme' => 'Angemeldet bleiben',
|
||||
'totp_failed' => 'Das TOTP Token ist ungültig. Bitte stelle sicher dass das generierte Token gültig ist.'
|
||||
|
||||
];
|
72
resources/lang/de/base.php
Normal file
72
resources/lang/de/base.php
Normal file
|
@ -0,0 +1,72 @@
|
|||
<?php
|
||||
/**
|
||||
* Pterodactyl - Panel
|
||||
* Copyright (c) 2015 - 2016 Dane Everitt <dane@daneeveritt.com>
|
||||
* Some Modifications (c) 2015 Dylan Seidt <dylan.seidt@gmail.com>
|
||||
* Translated by Jakob Schrettenbrunner <dev@schrej.net>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in all
|
||||
* copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
*/
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Base Pterodactyl Language
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| These base strings are used throughout the front-end of Pterodactyl but
|
||||
| not on pages that are used when viewing a server. Those keys are in server.php
|
||||
|
|
||||
*/
|
||||
|
||||
'validation_error' => 'Beim validieren der Daten ist ein Fehler aufgetreten:',
|
||||
|
||||
'confirm' => 'Bist du sicher?',
|
||||
'failed' => 'Diese Zugangsdaten sind ungültig.',
|
||||
'throttle' => 'Zu viele Loginversuche. Bitte in :seconds Sekunden erneut versuchen.',
|
||||
'view_as_admin' => 'Du siehst die Serverliste als Administrator. Daher werden alle registrierten Server angezeigt. Server deren Eigentümer du bist sind mit einem blauen Punkt links neben dem Namen markiert.',
|
||||
'server_name' => 'Server Name',
|
||||
'no_servers' => 'Aktuell hast du keinen Zugriff auf irgendwelche server.',
|
||||
'form_error' => 'Folgende Fehler wurden beim Verarbeiten der Anfrage festgestellt.',
|
||||
'password_req' => 'Passwörter müssen folgende Anforderungen erfüllen: mindestens ein Klein- und Großbuchstabe, eine Ziffer und eine Länge von mindestens 8 Zeichen.',
|
||||
|
||||
'account' => [
|
||||
'totp_header' => 'Zwei-Faktor Authentifizierung',
|
||||
'totp_qr' => 'TOTP QR Code',
|
||||
'totp_enable_help' => 'Anscheinend hast du Zwei-Faktor Authentifizierung deaktiviert. Diese Authentifizierungsmethode schützt dein Konto zusätzlich vor unauthorisierten Zugriffen. Wenn du es aktivierst wirst du bei jedem Login dazu aufgefordert ein TOTP Token einzugeben bevor du dich einloggen kannst. Dieses Token kann mit einem Smartphone oder anderen TOTP unterstützenden Gerät erzeugt werden.',
|
||||
'totp_apps' => 'Du benötigst eine TOTP unterstützende App (z.B. Google Authenticator, DUO Mobile, Authy, Enpass) um diese Option zu nutzen.',
|
||||
'totp_enable' => 'Aktiviere Zwei-Faktor Authentifizierung',
|
||||
'totp_disable' => 'Deaktiviere Zwei-Faktor Authentifizierung',
|
||||
'totp_token' => 'TOTP Token',
|
||||
'totp_disable_help' => 'Um Zwei-Faktor Authentifizierung zu deaktiveren musst du ein gültiges TOTP Token eingeben. Danach wird Zwei-Faktor Authentifizierung deaktivert.',
|
||||
'totp_checkpoint_help' => 'Bitte verifiziere deine TOTP Einstellungen indem du den QR Code mit einer App auf deinem Smartphone scannst und gebe die 6 Stellige Nummer im Eingabefeld unten ein. Drücke die Eingabetaste wenn du fertig bist.',
|
||||
'totp_enabled' => 'Zwei-Faktor Authentifizierung wurde erfolgreich aktiviert. Bitte schließe dieses Popup um den Vorgang abzuschließen.',
|
||||
'totp_enabled_error' => 'Das angegebene TOTP Token konnte nicht verifiziert werden. Bitte versuche es noch einmal.',
|
||||
|
||||
'email_password' => 'Email Passwort',
|
||||
'update_user' => 'Benutzer aktualisieren',
|
||||
'delete_user' => 'Benutzer löschen',
|
||||
'update_email' => 'Email aktualisieren',
|
||||
'new_email' => 'Neue Email',
|
||||
'new_password' => 'Neues Passwort',
|
||||
'update_pass' => 'Passwort aktualisieren'
|
||||
|
||||
]
|
||||
|
||||
];
|
52
resources/lang/de/pagination.php
Normal file
52
resources/lang/de/pagination.php
Normal file
|
@ -0,0 +1,52 @@
|
|||
<?php
|
||||
/**
|
||||
* Pterodactyl - Panel
|
||||
* Copyright (c) 2015 - 2016 Dane Everitt <dane@daneeveritt.com>
|
||||
* Translated by Jakob Schrettenbrunner <dev@schrej.net>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in all
|
||||
* copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
*/
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Vorherige',
|
||||
'next' => 'Nächste »',
|
||||
'sidebar' => [
|
||||
'account_controls' => 'Account Verwaltung',
|
||||
'account_settings' => 'Account Einstellungen',
|
||||
'account_security' => 'Account Sicherheit',
|
||||
'server_controls' => 'Server Verwaltung',
|
||||
'servers' => 'Deine Server',
|
||||
'overview' => 'Server Übersicht',
|
||||
'files' => 'Datei Manager',
|
||||
'subusers' => 'Sub-Benutzer verwalten',
|
||||
'manage' => 'Server verwalten',
|
||||
],
|
||||
|
||||
];
|
44
resources/lang/de/passwords.php
Normal file
44
resources/lang/de/passwords.php
Normal file
|
@ -0,0 +1,44 @@
|
|||
<?php
|
||||
/**
|
||||
* Pterodactyl - Panel
|
||||
* Copyright (c) 2015 - 2016 Dane Everitt <dane@daneeveritt.com>
|
||||
* Translated by Jakob Schrettenbrunner <dev@schrej.net>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in all
|
||||
* copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
*/
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reminder Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'password' => 'Dein Passwort muss länger als 6 Zeichen sein und mit der Wiederolung übereinstimmen.',
|
||||
'reset' => 'Dein Passwort wurde zurückgesetzt!',
|
||||
'sent' => 'Du erhältst eine E-Mail mit dem Zurücksetzungslink!',
|
||||
'token' => 'Dieses Paswortrücksetzungstoken ist ungültig.',
|
||||
'user' => 'Wir können keinen Nutzer mit dieser Email Adresse finden.',
|
||||
|
||||
];
|
60
resources/lang/de/server.php
Normal file
60
resources/lang/de/server.php
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?php
|
||||
/**
|
||||
* Pterodactyl - Panel
|
||||
* Copyright (c) 2015 - 2016 Dane Everitt <dane@daneeveritt.com>
|
||||
* Some Modifications (c) 2015 Dylan Seidt <dylan.seidt@gmail.com>
|
||||
* Translated by Jakob Schrettenbrunner <dev@schrej.net>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in all
|
||||
* copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
*/
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pterodactyl Language Strings for /server/{server} Routes
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
'ajax' => [
|
||||
'socket_error' => 'Wir konnten uns nicht zum Socket.IO server verbinden. Möglicherweise bestehen Netzwerkprobleme. Das Panel funktioniert unter Umständen nicht wie erwartet.',
|
||||
'socket_status' => 'Der status dieses Servers hat sich geändert zu:',
|
||||
'socket_status_crashed' => 'Dieser Server wurde als ABGESTÜRZT erkannt.',
|
||||
],
|
||||
'index' => [
|
||||
'add_new' => 'Neuen Server hinzufügen',
|
||||
'memory_use' => 'Speicherverbrauch',
|
||||
'cpu_use' => 'CPU Verbrauch',
|
||||
'xaxis' => 'Zeit (2s Abstand)',
|
||||
'server_info' => 'Server Information',
|
||||
'connection' => 'Standardverbindung',
|
||||
'mem_limit' => 'Speichergrenze',
|
||||
'disk_space' => 'Festplattenspeicher',
|
||||
'control' => 'Systemsteuerung',
|
||||
'usage' => 'Verbrauch',
|
||||
'allocation' => 'Zuweisung',
|
||||
'command' => 'Konsolenbefehl eingeben',
|
||||
],
|
||||
'files' => [
|
||||
'loading' => 'Lade Dateibaum, das könnte ein paar Sekunden dauern...',
|
||||
'yaml_notice' => 'Du bearbeitest gearde eine YAML Datei. Diese Dateien benötigen Leerzeichen. Wir haben dafür gesorgt dass Tabs automatisch durch :dropdown Leerzeichen ersetzt werden.',
|
||||
'back' => 'Zurück zum Dateimanager',
|
||||
'saved' => 'Datei erfolgreich gespeichert.',
|
||||
],
|
||||
|
||||
];
|
62
resources/lang/de/strings.php
Normal file
62
resources/lang/de/strings.php
Normal file
|
@ -0,0 +1,62 @@
|
|||
<?php
|
||||
/**
|
||||
* Pterodactyl - Panel
|
||||
* Copyright (c) 2015 - 2016 Dane Everitt <dane@daneeveritt.com>
|
||||
* Some Modifications (c) 2015 Dylan Seidt <dylan.seidt@gmail.com>
|
||||
* Translated by Jakob Schrettenbrunner <dev@schrej.net>
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in all
|
||||
* copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
* SOFTWARE.
|
||||
*/
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Standalone Pterodactyl Language Strings
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
'login' => 'Login',
|
||||
'password' => 'Passwort',
|
||||
'email' => 'Email',
|
||||
'whoops' => 'Uuups',
|
||||
'success' => 'Erfolgreich',
|
||||
'location' => 'Ort',
|
||||
'node' => 'Node',
|
||||
'connection' => 'Verbindung',
|
||||
'language' => 'Sprache',
|
||||
'close' => 'Schließen',
|
||||
'start' => 'Start',
|
||||
'stop' => 'Stop',
|
||||
'restart' => 'Neustart',
|
||||
'save' => 'Speichern',
|
||||
'enabled' => 'Aktiviert',
|
||||
'disabled' => 'Deaktiviert',
|
||||
'submit' => 'Absenden',
|
||||
'current_password' => 'Aktuelles Passwort',
|
||||
'again' => 'wiederholen',
|
||||
'registered' => 'Registriert',
|
||||
'root_administrator' => 'Root Administrator',
|
||||
'yes' => 'Ja',
|
||||
'no' => 'Nein',
|
||||
'memory' => 'Speicher',
|
||||
'cpu' => 'CPU',
|
||||
'status' => 'Status',
|
||||
'players' => 'Spieler',
|
||||
|
||||
];
|
110
resources/lang/de/validation.php
Normal file
110
resources/lang/de/validation.php
Normal file
|
@ -0,0 +1,110 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
'accepted' => ':attribute muss akzeptiert werden.',
|
||||
'active_url' => ':attribute ist keine gültige URL.',
|
||||
'after' => ':attribute muss ein Datum in diesem Format sein: :date',
|
||||
'alpha' => ':attribute darf nur Buchstaben enthalten.',
|
||||
'alpha_dash' => ':attribute darf nur Buchstaben, Ziffern und Bindestriche enthalten.',
|
||||
'alpha_num' => ':attribute darf nur Zahlen und Buchstaben enthalten.',
|
||||
'array' => ':attribute muss ein Array sein.',
|
||||
'before' => ':attribute muss ein Datum in diesem Format sein: :date',
|
||||
'between' => [
|
||||
'numeric' => ':attribute muss zwischen :min und :max liegen.',
|
||||
'file' => ':attribute muss zwischen :min und :max Kilobyte liegen.',
|
||||
'string' => ':attribute muss aus :min bis :max Zeichen bestehen.',
|
||||
'array' => ':attribute muss aus :min bis :max Elemente bestehen.',
|
||||
],
|
||||
'boolean' => ':attribute muss wahr oder falsch sein.',
|
||||
'confirmed' => ':attribute wiederholung stimmt nicht überein.',
|
||||
'date' => ':attribute ist kein gültiges Datum.',
|
||||
'date_format' => ':attribute entspricht nicht dem Format: :format',
|
||||
'different' => ':attribute und :other muss verschieden sein.',
|
||||
'digits' => ':attribute muss aus :digits Ziffern bestehen.',
|
||||
'digits_between' => ':attribute muss aus :min bis :max Ziffern bestehen.',
|
||||
'email' => ':attribute muss eine gültige Email Adresse sein.',
|
||||
'exists' => 'das ausgewählte Attribut :attribute ist ungültig.',
|
||||
'filled' => ':attribute ist erforderlich.',
|
||||
'image' => ':attribute muss ein Bild sein.',
|
||||
'in' => 'Das ausgewählte Attribut :attribute ist ungültig.',
|
||||
'integer' => ':attribute muss eine Zahl sein.',
|
||||
'ip' => ':attribute muss eine gültige IP Adresse sein.',
|
||||
'json' => ':attribute muss ein gültiger JSON String sein.',
|
||||
'max' => [
|
||||
'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 lang sein.',
|
||||
'array' => ':attribute darf nicht aus mehr als :max Elementen bestehen.',
|
||||
],
|
||||
'mimes' => ':attribute muss eine Datei des Typs :values sein.',
|
||||
'min' => [
|
||||
'numeric' => ':attribute muss mindestens :min sein.',
|
||||
'file' => ':attribute muss mindestens :min Kilobytes sein.',
|
||||
'string' => ':attribute muss mindestens :min Zeichen lang sein.',
|
||||
'array' => ':attribute muss aus mindestens :min Elementen bestehen.',
|
||||
],
|
||||
'not_in' => 'Das ausgewählte Attribut :attribute ist ungültig.',
|
||||
'numeric' => ':attribute muss eine Zahl sein.',
|
||||
'regex' => ':attribute Format ungültig.',
|
||||
'required' => ':attribute ist erforderlich.',
|
||||
'required_if' => ':attribute ist erforderlich wenn :other gleich :value ist.',
|
||||
'required_with' => ':attribute ist erforderlich wenn eines von :values gesetzt ist.',
|
||||
'required_with_all' => ':attribute ist erforderlich wenn :values gesetzt ist.',
|
||||
'required_without' => ':attribute ist erforderlich wenn :values nicht gesetzt ist.',
|
||||
'required_without_all' => ':attribute ist erforderlich wenn keines von :values gesetzt ist.',
|
||||
'same' => ':attribute und :other müssen übereinstimmen.',
|
||||
'size' => [
|
||||
'numeric' => ':attribute muss :size groß sein.',
|
||||
'file' => ':attribute muss :size Kilobytes groß sein.',
|
||||
'string' => ':attribute muss :size Zeichen lang sein.',
|
||||
'array' => ':attribute muss mindestens :size Elemente enthalten.',
|
||||
],
|
||||
'string' => ':attribute muss eine Zeichenkette sein.',
|
||||
'totp' => 'totp Token ist ungültig. Ist es abgelaufen?',
|
||||
'timezone' => ':attribute muss eine gültige Zeitzone sein.',
|
||||
'unique' => ':attribute wurde bereits verwendet.',
|
||||
'url' => ':attribute Format ungültig.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap attribute place-holders
|
||||
| with something more reader friendly such as E-Mail Address instead
|
||||
| of "email". This simply helps us make messages a little cleaner.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
];
|
|
@ -49,9 +49,9 @@ return [
|
|||
'totp_header' => 'Two-Factor Authentication',
|
||||
'totp_qr' => 'TOTP QR Code',
|
||||
'totp_enable_help' => 'It appears that you do not have Two-Factor authentication enabled. This method of authentication adds an additional barrier preventing unauthorized entry to your account. If you enable it you will be required to input a code generated on your phone or other TOTP supporting device before finishing your login.',
|
||||
'totp_apps' => 'You must have a TOTP supporting application (e.g Google Authenticator, DUO Mobile, Authy) to use this option.',
|
||||
'totp_apps' => 'You must have a TOTP supporting application (e.g Google Authenticator, DUO Mobile, Authy, Enpass) to use this option.',
|
||||
'totp_enable' => 'Enable Two-Factor Authentication',
|
||||
'totp_disable' => 'Disable Two Factor Authentication',
|
||||
'totp_disable' => 'Disable Two-Factor Authentication',
|
||||
'totp_token' => 'TOTP Token',
|
||||
'totp_disable_help' => 'In order to disable TOTP on this account you will need to provide a valid TOTP token. Once validated TOTP protection on this account will be disabled.',
|
||||
'totp_checkpoint_help' => 'Please verify your TOTP settings by scanning the QR Code to the right with your phone\'s authenticator application, and then enter the 6 number code generated by the application in the box below. Press the enter key when finished.',
|
||||
|
|
|
@ -102,14 +102,14 @@
|
|||
<ul class="dropdown-menu">
|
||||
<li><a href="/language/de">Deutsch</a></li>
|
||||
<li><a href="/language/en">English</a></li>
|
||||
<li><a href="/language/es">Español</a></li>
|
||||
<!-- <li><a href="/language/es">Español</a></li>
|
||||
<li><a href="/language/fr">Français</a></li>
|
||||
<li><a href="/language/it">Italiano</a></li>
|
||||
<li><a href="/language/pl">Polski</a></li>
|
||||
<li><a href="/language/pl">Polski</a></li> -->
|
||||
<li><a href="/language/pt">Português</a></li>
|
||||
<li><a href="/language/ru">русский</a></li>
|
||||
<!-- <li><a href="/language/ru">русский</a></li>
|
||||
<li><a href="/language/se">Svenska</a></li>
|
||||
<li><a href="/language/zh">中国的的</a></li>
|
||||
<li><a href="/language/zh">中国的的</a></li> -->
|
||||
</ul>
|
||||
</li>
|
||||
<li class="hidden-xs"><a href="/"><i class="fa fa-server"></i></a></li>
|
||||
|
|
|
@ -210,14 +210,14 @@
|
|||
<ul class="dropdown-menu">
|
||||
<li><a href="/language/de">Deutsch</a></li>
|
||||
<li><a href="/language/en">English</a></li>
|
||||
<li><a href="/language/es">Español</a></li>
|
||||
<!-- <li><a href="/language/es">Español</a></li>
|
||||
<li><a href="/language/fr">Français</a></li>
|
||||
<li><a href="/language/it">Italiano</a></li>
|
||||
<li><a href="/language/pl">Polski</a></li>
|
||||
<li><a href="/language/pl">Polski</a></li> -->
|
||||
<li><a href="/language/pt">Português</a></li>
|
||||
<li><a href="/language/ru">русский</a></li>
|
||||
<!-- <li><a href="/language/ru">русский</a></li>
|
||||
<li><a href="/language/se">Svenska</a></li>
|
||||
<li><a href="/language/zh">中国的的</a></li>
|
||||
<li><a href="/language/zh">中国的的</a></li> -->
|
||||
</ul>
|
||||
</li>
|
||||
@if (null !== Auth::user() && Auth::user()->root_admin == 1)
|
||||
|
|
Loading…
Reference in a new issue