Translation improved - extended (#1317)
This commit is contained in:
parent
b9c2148630
commit
053d7917ae
9 changed files with 190 additions and 190 deletions
|
@ -3,18 +3,18 @@
|
|||
return [
|
||||
'location' => [
|
||||
'no_location_found' => 'Shortcode wurde nicht gefunden.',
|
||||
'ask_short' => 'Location Short Code',
|
||||
'ask_long' => 'Location Beschreibung',
|
||||
'created' => 'Neue Location (:name) mit der ID :id erstellt.',
|
||||
'deleted' => 'Location gelöscht.',
|
||||
'ask_short' => 'Standort Short Code',
|
||||
'ask_long' => 'Standortbeschreibung',
|
||||
'created' => 'Neuer Standort (:name) mit der ID :id erstellt.',
|
||||
'deleted' => 'Standort gelöscht.',
|
||||
],
|
||||
'user' => [
|
||||
'search_users' => 'Gib einen Benutzernamen, eine UUID oder eine Email an',
|
||||
'search_users' => 'Gib einen Benutzernamen, eine UUID oder eine E-Mail an',
|
||||
'select_search_user' => 'ID des Benutzers (Gib \'0\' ein, um erneut zu suchen)',
|
||||
'deleted' => 'Benutzer erfolgreich gelöscht.',
|
||||
'confirm_delete' => 'Bist du dir wirklich sicher?',
|
||||
'no_users_found' => 'Es wurden keine Benutzer gefunden.',
|
||||
'multiple_found' => 'Es wurden mehrere Accounts gefunden.',
|
||||
'multiple_found' => 'Es wurden mehrere Benutzer gefunden.',
|
||||
'ask_admin' => 'Ist dieser Benutzer ein Administrator?',
|
||||
'ask_email' => 'Email Adresse',
|
||||
'ask_username' => 'Benutzername',
|
||||
|
@ -24,8 +24,8 @@ return [
|
|||
'ask_password_tip' => 'Wenn du das wirklich tun willst drücke Strg+c und benutze das `--no-password` flag.',
|
||||
'ask_password_help' => 'Das Passwort muss Zahlen, Groß- und Kleinbuchstaben enthalten und mindestens 8 Zeichen lang sein.',
|
||||
'2fa_help_text' => [
|
||||
'Dieser Befehl deaktiviert 2-Faktor-Authentifizierung für ein Benutzerkonto, falls es aktiviert ist. Dieser Befehl sollte nur zur Accountrettung verwendet werden, wenn sich ein Nutzer aus seinem Account ausgeschlossen hat.',
|
||||
'Falls das nicht ist, was du erreichen wolltest, drücke Strg+C, um diesen Prozess zu beenden.',
|
||||
'Dieser Befehl deaktiviert die 2-Faktor-Authentifizierung für ein Benutzerkonto, falls es aktiviert ist. Dieser Befehl sollte nur zur Accountrettung verwendet werden, wenn sich ein Nutzer aus seinem Account ausgeschlossen hat.',
|
||||
'Falls es nicht das ist, was du erreichen wolltest, drücke Strg+C, um diesen Prozess zu beenden.',
|
||||
],
|
||||
'2fa_disabled' => '2-Faktor-Authentifizierung wurde für :email deaktiviert.',
|
||||
],
|
||||
|
@ -43,7 +43,7 @@ return [
|
|||
'ask_smtp_host' => 'SMTP Host (e.g. smtp.gmail.com)',
|
||||
'ask_smtp_port' => 'SMTP Port',
|
||||
'ask_smtp_username' => 'SMTP Benutzername',
|
||||
'ask_smtp_password' => 'SMTP Password',
|
||||
'ask_smtp_password' => 'SMTP Passwort',
|
||||
'ask_mailgun_domain' => 'Mailgun Domain',
|
||||
'ask_mailgun_secret' => 'Mailgun Secret',
|
||||
'ask_mandrill_secret' => 'Mandrill Secret',
|
||||
|
@ -54,17 +54,17 @@ return [
|
|||
'ask_encryption' => 'Encryption method to use',
|
||||
],
|
||||
'database' => [
|
||||
'host_warning' => 'It is highly recommended to not use "localhost" as your database host as we have seen frequent socket connection issues. If you want to use a local connection you should be using "127.0.0.1".',
|
||||
'host' => 'Database Host',
|
||||
'port' => 'Database Port',
|
||||
'database' => 'Database Name',
|
||||
'username_warning' => 'Using the "root" account for MySQL connections is not only highly frowned upon, it is also not allowed by this application. You\'ll need to have created a MySQL user for this software.',
|
||||
'username' => 'Database Benutzername',
|
||||
'password_defined' => 'It appears you already have a MySQL connection password defined, would you like to change it?',
|
||||
'password' => 'Database Password',
|
||||
'connection_error' => 'Unable to connect to the MySQL server using the provided credentials. The error returned was ":error".',
|
||||
'creds_not_saved' => 'Your connection credentials have NOT been saved. You will need to provide valid connection information before proceeding.',
|
||||
'try_again' => 'Go back and try again?',
|
||||
'host_warning' => 'Es wird dringend empfohlen, "localhost" nicht als Datenbank-Host zu verwenden, da es zu häufigen Socket-Verbindungsproblemen gekommen ist. Wenn du eine lokale Verbindung verwenden möchten, solltest du "127.0.0.1" verwenden.',
|
||||
'host' => 'Datenbank Host',
|
||||
'port' => 'Datenbank Port',
|
||||
'database' => 'Datenbank Name',
|
||||
'username_warning' => 'Die Verwendung des "root" -Kontos für MySQL-Verbindungen ist nicht erlaubt, Du musst einen extra MySQL-Benutzer erstellt haben.',
|
||||
'username' => 'Datenbank Benutzername',
|
||||
'password_defined' => 'Es scheint so, als ob du schon ein MySQL-kennwort definiert haast. Möchtest du es ändern?',
|
||||
'password' => 'Datenbank Passwort',
|
||||
'connection_error' => 'Es konnte keine Verbindung zum MySQL-Server mit den angegebenen Anmeldeinformationen hergestellt werden. Zurückgegebene Fehler ":error".',
|
||||
'creds_not_saved' => 'Die Verbindungsdaten wurden NICHT gespeichert. Du musst gültige Verbindungsinformationen angeben, bevor du fortfahren kannst.',
|
||||
'try_again' => 'Zurück und erneuert versuchen?',
|
||||
],
|
||||
'app' => [
|
||||
'app_url_help' => 'The application URL MUST begin with https:// or http:// depending on if you are using SSL or not. If you do not include the scheme your emails and other content will link to the wrong location.',
|
||||
|
|
Reference in a new issue