mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-24 09:13:45 +02:00
part1
This commit is contained in:
@@ -2,38 +2,38 @@
|
||||
|
||||
return [
|
||||
'location' => [
|
||||
'no_location_found' => 'Could not locate a record matching the provided short code.',
|
||||
'ask_short' => 'Location Short Code',
|
||||
'ask_long' => 'Location Description',
|
||||
'created' => 'Successfully created a new location (:name) with an ID of :id.',
|
||||
'deleted' => 'Successfully deleted the requested location.',
|
||||
'no_location_found' => 'Es konnte kein Standort gefunden werden, der mit dem angegebenen Kurzcode übereinstimmt.',
|
||||
'ask_short' => 'Standort Short Code',
|
||||
'ask_long' => 'Standort Beschreibung',
|
||||
'created' => 'Der Standort (:name) mit der ID :id wurde erfolgreich erstellt.',
|
||||
'deleted' => 'Der Standort wurde erfolgreich gelöscht.',
|
||||
],
|
||||
'user' => [
|
||||
'search_users' => 'Enter a Username, User ID, or Email Address',
|
||||
'search_users' => 'Gebe ein Username, User ID, oder Email Address ein',
|
||||
'select_search_user' => 'ID of user to delete (Enter \'0\' to re-search)',
|
||||
'deleted' => 'User successfully deleted from the Panel.',
|
||||
'confirm_delete' => 'Are you sure you want to delete this user from the Panel?',
|
||||
'no_users_found' => 'No users were found for the search term provided.',
|
||||
'multiple_found' => 'Multiple accounts were found for the user provided, unable to delete a user because of the --no-interaction flag.',
|
||||
'ask_admin' => 'Is this user an administrator?',
|
||||
'ask_email' => 'Email Address',
|
||||
'ask_username' => 'Username',
|
||||
'ask_name_first' => 'First Name',
|
||||
'ask_name_last' => 'Last Name',
|
||||
'ask_password' => 'Password',
|
||||
'deleted' => 'User wurde erfolgreich vom Webinterface gelöscht',
|
||||
'confirm_delete' => 'Sind sie sich sicher das sie diesen User löschen wollen?',
|
||||
'no_users_found' => 'Es wurde kein User gefunden.',
|
||||
'multiple_found' => 'Es wurden mehrere Konten für den angegebenen Benutzer gefunden.',
|
||||
'ask_admin' => 'Ist dieser Benutzer ein Administrator?',
|
||||
'ask_email' => 'E-Mail Adresse',
|
||||
'ask_username' => 'Benutzername',
|
||||
'ask_name_first' => 'Vorname',
|
||||
'ask_name_last' => 'Nachname',
|
||||
'ask_password' => 'Passwort',
|
||||
'ask_password_tip' => 'If you would like to create an account with a random password emailed to the user, re-run this command (CTRL+C) and pass the `--no-password` flag.',
|
||||
'ask_password_help' => 'Passwords must be at least 8 characters in length and contain at least one capital letter and number.',
|
||||
'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 has been disabled for :email.',
|
||||
'2fa_disabled' => 'Die 2-Faktor-Authentifizierung wurde für :email deaktiviert.',
|
||||
],
|
||||
'schedule' => [
|
||||
'output_line' => 'Dispatching job for first task in `:schedule` (:hash).',
|
||||
],
|
||||
'maintenance' => [
|
||||
'deleting_service_backup' => 'Deleting service backup file :file.',
|
||||
'deleting_service_backup' => 'Löschen der Backup-Datei :file.',
|
||||
],
|
||||
'server' => [
|
||||
'rebuild_failed' => 'Rebuild request for ":name" (#:id) on node ":node" failed with error: :message',
|
||||
|
||||
Reference in New Issue
Block a user