[ '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.', ], 'user' => [ 'search_users' => 'Gebe einen Nutzernamen, eine UUID oder eine Email an', 'select_search_user' => 'ID des Users (Enter \'0\' to re-search)', 'deleted' => 'Benutzer erfolgreich gelöscht.', 'confirm_delete' => 'Bist du dir wirklich sicher?', 'no_users_found' => 'Es wurden keine User gefunden.', 'multiple_found' => 'Es wurden mehrere Accounts gefunden.', 'ask_admin' => 'Is this user an administrator?', 'ask_email' => 'Email Adresse', 'ask_username' => 'Username', 'ask_name_first' => 'Vornamee', 'ask_name_last' => 'Nachname', 'ask_password' => 'Password', 'ask_password_tip' => 'Wenn du dass 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' => [ 'This command will disable 2-factor authentication for a user\'s account if it is enabled. This should only be used as an account recovery command if the user is locked out of their account.', 'If this is not what you wanted to do, press CTRL+C to exit this process.', ], '2fa_disabled' => '2-Factor authentication wurde für :email deaktivier.', ], 'schedule' => [ 'output_line' => 'Dispatching job for first task in `:schedule` (:hash).', ], 'maintenance' => [ 'deleting_service_backup' => 'Deleting service backup file :file.', ], 'server' => [ 'rebuild_failed' => 'Rebuild request for ":name" (#:id) on node ":node" failed with error: :message', ], 'environment' => [ 'mail' => [ 'ask_smtp_host' => 'SMTP Host (e.g. smtp.google.com)', 'ask_smtp_port' => 'SMTP Port', 'ask_smtp_username' => 'SMTP Username', 'ask_smtp_password' => 'SMTP Password', 'ask_mailgun_domain' => 'Mailgun Domain', 'ask_mailgun_secret' => 'Mailgun Secret', 'ask_mandrill_secret' => 'Mandrill Secret', 'ask_postmark_username' => 'Postmark API Key', 'ask_driver' => 'Which driver should be used for sending emails?', 'ask_mail_from' => 'Email address emails should originate from', 'ask_mail_name' => 'Name that emails should appear from', '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 Username', '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?', ], '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.', 'app_url' => 'Application URL', 'timezone_help' => 'The timezone should match one of PHP\'s supported timezones. If you are unsure, please reference http://php.net/manual/en/timezones.php.', 'timezone' => 'Application Timezone', 'cache_driver' => 'Cache Driver', 'session_driver' => 'Session Driver', 'using_redis' => 'You\'ve selected the Redis driver for one or more options, please provide valid connection information below. In most cases you can use the defaults provided unless you have modified your setup.', 'redis_host' => 'Redis Host', 'redis_password' => 'Redis Password', 'redis_pass_help' => 'By default a Redis server instance has no password as it is running locally and inaccessable to the outside world. If this is the case, simply hit enter without entering a value.', 'redis_port' => 'Redis Port', 'redis_pass_defined' => 'It seems a password is already defined for Redis, would you like to change it?', ], ], ];