Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Sep 25, 2024
1 parent a79a000 commit d34f0a0
Show file tree
Hide file tree
Showing 128 changed files with 4,761 additions and 719 deletions.
8 changes: 7 additions & 1 deletion resources/lang/ar/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

'admin' => 'Admin',
'app_setup' => 'App setup',
'auth' => 'Auth',
'registrations' => 'Registrations',
'users' => 'Users',
'users_legend' => 'Manage users registered on your instance or create new ones.',
Expand Down Expand Up @@ -83,6 +84,7 @@
'show_one_year_log' => 'Show entries from the last year',
'sort_by_date_asc' => 'Show least recent first',
'sort_by_date_desc' => 'Show most recent first',
'single_sign_on' => 'Single Sign-On (SSO)',
'forms' => [
'use_encryption' => [
'label' => 'Protect sensitive data',
Expand All @@ -105,9 +107,13 @@
'help' => 'Prevent new user registration. Unless overridden (see below), this affects SSO as well, so new users won\'t be able to sign in via SSO',
],
'enable_sso' => [
'label' => 'Enable Single Sign-On (SSO)',
'label' => 'Enable SSO',
'help' => 'Allow visitors to authenticate using an external ID via the Single Sign-On scheme',
],
'use_sso_only' => [
'label' => 'Use SSO only',
'help' => 'Make SSO the only available method to log in to 2FAuth. Password login and Webauthn are then disabled for regular users. Administrators are not affected by this restriction.',
],
'keep_sso_registration_enabled' => [
'label' => 'Keep SSO registration enabled',
'help' => 'Allow new users to sign in for the first time via SSO whereas registration is disabled',
Expand Down
16 changes: 15 additions & 1 deletion resources/lang/ar/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@
'sign_out' => 'Sign out',
'sign_in' => 'Sign in',
'sign_in_using' => 'Sign in using',
'if_administrator' => 'Administrator?',
'sign_in_here' => 'You can sign without SSO',
'or_continue_with' => 'You can also continue with:',
'password_login_and_webauthn_are_disabled' => 'Password login and WebAuthn are disabled.',
'sign_in_using_sso' => 'Pick an SSO provider to sign in with:',
'no_provider' => 'no provider',
'no_sso_provider_or_provider_is_missing' => 'Provider is missing?',
'see_how_to_enable_sso' => 'See how to enable a provider',
'sign_in_using_security_device' => 'Sign in using a security device',
'login_and_password' => 'login & password',
'register' => 'Register',
Expand All @@ -34,6 +41,7 @@
'maybe_later' => 'Maybe later',
'user_account_controlled_by_proxy' => 'User account made available by an authentication proxy.<br />Manage the account at proxy level.',
'auth_handled_by_proxy' => 'Authentication handled by a reverse proxy, below settings are disabled.<br />Manage authentication at proxy level.',
'sso_only_x_settings_are_disabled' => 'Authentication is restricted to SSO only, :auth_method is disabled',
'confirm' => [
'logout' => 'Are you sure you want to log out?',
'revoke_device' => 'Are you sure you want to revoke this device?',
Expand Down Expand Up @@ -79,6 +87,7 @@
'name' => 'Name',
'login' => 'Login',
'webauthn_login' => 'WebAuthn login',
'sso_login' => 'SSO login',
'email' => 'Email',
'password' => 'Password',
'reveal_password' => 'Reveal password',
Expand All @@ -94,6 +103,7 @@
'reset_your_password' => 'Reset your password',
'reset_password' => 'Reset password',
'disabled_in_demo' => 'Feature disabled in Demo mode',
'sso_only_form_restricted_to_admin' => 'Regular users must sign in with SSO. Other methods are for administrators only.',
'new_password' => 'New password',
'current_password' => [
'label' => 'Current password',
Expand Down Expand Up @@ -124,5 +134,9 @@
'optional_rules_you_should_follow' => 'Recommanded (highly)',
'caps_lock_is_on' => 'Caps lock is On',
],

'sso_providers' => [
'unknown' => 'unknown',
'github' => 'Github',
'openid' => 'OpenID'
]
];
3 changes: 2 additions & 1 deletion resources/lang/ar/errors.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
'2fauth_has_not_a_valid_domain' => '2FAuth\'s domain is not a valid domain',
'user_id_not_between_1_64' => 'User ID was not between 1 and 64 chars',
'no_entry_was_of_type_public_key' => 'No entry was of type "public-key"',
'unsupported_with_reverseproxy' => 'Not applicable when using an auth proxy',
'unsupported_with_reverseproxy' => 'Not applicable when using an auth proxy or SSO',
'unsupported_with_sso_only' => 'This authentication method is for administrators only. Users must log in with SSO.',
'user_deletion_failed' => 'User account deletion failed, no data have been deleted',
'auth_proxy_failed' => 'Proxy authentication failed',
'auth_proxy_failed_legend' => '2Fauth is configured to run behind an authentication proxy but your proxy does not return the expected header. Check your configuration and try again.',
Expand Down
4 changes: 4 additions & 0 deletions resources/lang/ar/twofaccounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
'i_m_lucky' => 'Try my luck',
'i_m_lucky_legend' => 'The "Try my luck" button try to get the official icon of the given service. Enter actual service name without ".xyz" extension and try to avoid typo. (beta feature)',
'test' => 'Test',
'group' => [
'label' => 'Group',
'help' => 'The group to which the account is to be assigned'
],
'secret' => [
'label' => 'Secret',
'help' => 'The key used to generate your security codes'
Expand Down
3 changes: 2 additions & 1 deletion resources/lang/ar/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@

'single' => 'When using :attribute it must be the only parameter in this request body',
'onlyCustomOtpWithUri' => 'The uri parameter must be provided alone or only in combination with the \'custom_otp\' parameter',
'IsValidRegex' => 'The :attribute must be a valid regex pattern.',

/*
|--------------------------------------------------------------------------
Expand Down Expand Up @@ -187,7 +188,7 @@
],
'ids' => [
'regex' => 'IDs must be comma separated, without trailing comma.',
]
],
],

/*
Expand Down
8 changes: 7 additions & 1 deletion resources/lang/bg/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

'admin' => 'Admin',
'app_setup' => 'App setup',
'auth' => 'Auth',
'registrations' => 'Registrations',
'users' => 'Users',
'users_legend' => 'Manage users registered on your instance or create new ones.',
Expand Down Expand Up @@ -83,6 +84,7 @@
'show_one_year_log' => 'Show entries from the last year',
'sort_by_date_asc' => 'Show least recent first',
'sort_by_date_desc' => 'Show most recent first',
'single_sign_on' => 'Single Sign-On (SSO)',
'forms' => [
'use_encryption' => [
'label' => 'Protect sensitive data',
Expand All @@ -105,9 +107,13 @@
'help' => 'Prevent new user registration. Unless overridden (see below), this affects SSO as well, so new users won\'t be able to sign in via SSO',
],
'enable_sso' => [
'label' => 'Enable Single Sign-On (SSO)',
'label' => 'Enable SSO',
'help' => 'Allow visitors to authenticate using an external ID via the Single Sign-On scheme',
],
'use_sso_only' => [
'label' => 'Use SSO only',
'help' => 'Make SSO the only available method to log in to 2FAuth. Password login and Webauthn are then disabled for regular users. Administrators are not affected by this restriction.',
],
'keep_sso_registration_enabled' => [
'label' => 'Keep SSO registration enabled',
'help' => 'Allow new users to sign in for the first time via SSO whereas registration is disabled',
Expand Down
16 changes: 15 additions & 1 deletion resources/lang/bg/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@
'sign_out' => 'Изход',
'sign_in' => 'Вход',
'sign_in_using' => 'Влизане с',
'if_administrator' => 'Administrator?',
'sign_in_here' => 'You can sign without SSO',
'or_continue_with' => 'You can also continue with:',
'password_login_and_webauthn_are_disabled' => 'Password login and WebAuthn are disabled.',
'sign_in_using_sso' => 'Pick an SSO provider to sign in with:',
'no_provider' => 'no provider',
'no_sso_provider_or_provider_is_missing' => 'Provider is missing?',
'see_how_to_enable_sso' => 'See how to enable a provider',
'sign_in_using_security_device' => 'Влезте с помощта на защитно устройство',
'login_and_password' => 'потребител и парола',
'register' => 'Регистрация',
Expand All @@ -34,6 +41,7 @@
'maybe_later' => 'Може би по-късно',
'user_account_controlled_by_proxy' => 'Потребителски акаунт, предоставен от прокси за удостоверяване.<br />Управлявайте акаунта на ниво прокси.',
'auth_handled_by_proxy' => 'Удостоверяването се обработва от ревърс прокси, настройките по-долу са деактивирани.<br />Управлявайте удостоверяването на ниво прокси.',
'sso_only_x_settings_are_disabled' => 'Authentication is restricted to SSO only, :auth_method is disabled',
'confirm' => [
'logout' => 'Сигурни ли сте, че искате да излезете?',
'revoke_device' => 'Сигурни ли сте, че искате да анулирате това устройство?',
Expand Down Expand Up @@ -79,6 +87,7 @@
'name' => 'Име',
'login' => 'Вход',
'webauthn_login' => 'WebAuthn вход',
'sso_login' => 'SSO login',
'email' => 'Имейл',
'password' => 'Парола',
'reveal_password' => 'Покажи паролата',
Expand All @@ -94,6 +103,7 @@
'reset_your_password' => 'Нулиране на паролата',
'reset_password' => 'Нулиране на парола',
'disabled_in_demo' => 'Функцията е деактивирана в демо режима',
'sso_only_form_restricted_to_admin' => 'Regular users must sign in with SSO. Other methods are for administrators only.',
'new_password' => 'New password',
'current_password' => [
'label' => 'Текуща парола',
Expand Down Expand Up @@ -124,5 +134,9 @@
'optional_rules_you_should_follow' => 'Силно препоръчително',
'caps_lock_is_on' => 'Главните букви са включени',
],

'sso_providers' => [
'unknown' => 'unknown',
'github' => 'Github',
'openid' => 'OpenID'
]
];
3 changes: 2 additions & 1 deletion resources/lang/bg/errors.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
'2fauth_has_not_a_valid_domain' => '2FAuth\'s domain is not a valid domain',
'user_id_not_between_1_64' => 'User ID was not between 1 and 64 chars',
'no_entry_was_of_type_public_key' => 'No entry was of type "public-key"',
'unsupported_with_reverseproxy' => 'Не е приложимо при използване на прокси за удостоверяване',
'unsupported_with_reverseproxy' => 'Not applicable when using an auth proxy or SSO',
'unsupported_with_sso_only' => 'This authentication method is for administrators only. Users must log in with SSO.',
'user_deletion_failed' => 'Изтриването на профила не бе успешно, няма изтрити данни',
'auth_proxy_failed' => 'Неуспешно удостоверяване на проксито',
'auth_proxy_failed_legend' => '2Fauth е конфигуриран да работи зад прокси за удостоверяване, но вашето прокси не връща очаквания хедър. Проверете конфигурацията си и опитайте отново.',
Expand Down
4 changes: 4 additions & 0 deletions resources/lang/bg/twofaccounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
'i_m_lucky' => 'На късмет',
'i_m_lucky_legend' => 'Бутонът "На късмет" ще опита да изтегли официалната икона на дадената услуга. Въведете действителното име на услугата без разширение ".xyz" и се опитайте да избегнете правописна грешка. (бета функция)',
'test' => 'Тест',
'group' => [
'label' => 'Group',
'help' => 'The group to which the account is to be assigned'
],
'secret' => [
'label' => 'Тайна',
'help' => 'Ключът, използван за генериране на вашите кодове за сигурност'
Expand Down
3 changes: 2 additions & 1 deletion resources/lang/bg/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@

'single' => 'When using :attribute it must be the only parameter in this request body',
'onlyCustomOtpWithUri' => 'The uri parameter must be provided alone or only in combination with the \'custom_otp\' parameter',
'IsValidRegex' => 'The :attribute must be a valid regex pattern.',

/*
|--------------------------------------------------------------------------
Expand Down Expand Up @@ -187,7 +188,7 @@
],
'ids' => [
'regex' => 'ID-тата трябва да са разделени със запетая, и да не завършват с такава.',
]
],
],

/*
Expand Down
8 changes: 7 additions & 1 deletion resources/lang/de/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

'admin' => 'Administrator',
'app_setup' => 'App-Einstellungen',
'auth' => 'Auth',
'registrations' => 'Registrierungen',
'users' => 'Benutzer',
'users_legend' => 'Benutzer verwalten, die bereits registriert sind, oder neue Benutzer erstellen.',
Expand Down Expand Up @@ -83,6 +84,7 @@
'show_one_year_log' => 'Einträge aus dem letzten Jahr anzeigen',
'sort_by_date_asc' => 'Älteste zuerst anzeigen',
'sort_by_date_desc' => 'Aktuellste zuerst anzeigen',
'single_sign_on' => 'Single Sign-On (SSO)',
'forms' => [
'use_encryption' => [
'label' => 'Sensible Daten schützen',
Expand All @@ -105,9 +107,13 @@
'help' => 'Verhindert eine neue Benutzerregistrierung. Sofern nicht überschrieben (siehe unten) wirkt sich dies auch auf SSO aus, so dass neue Benutzer sich nicht via SSO anmelden können.',
],
'enable_sso' => [
'label' => 'Single Sign-On (SSO) aktivieren',
'label' => 'Enable SSO',
'help' => 'Besuchern die Authentifizierung mit einer externen ID über das Single Sign-On Schema erlauben.',
],
'use_sso_only' => [
'label' => 'Use SSO only',
'help' => 'Make SSO the only available method to log in to 2FAuth. Password login and Webauthn are then disabled for regular users. Administrators are not affected by this restriction.',
],
'keep_sso_registration_enabled' => [
'label' => 'SSO-Registrierung aktiviert lassen',
'help' => 'Neuen Benutzern erlauben, sich zum ersten Mal über SSO anzumelden, während die Registrierung deaktiviert ist.',
Expand Down
16 changes: 15 additions & 1 deletion resources/lang/de/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@
'sign_out' => 'Abmelden',
'sign_in' => 'Anmelden',
'sign_in_using' => 'Anmelden mit',
'if_administrator' => 'Administrator?',
'sign_in_here' => 'You can sign without SSO',
'or_continue_with' => 'Sie können auch fortfahren mit:',
'password_login_and_webauthn_are_disabled' => 'Password login and WebAuthn are disabled.',
'sign_in_using_sso' => 'Pick an SSO provider to sign in with:',
'no_provider' => 'no provider',
'no_sso_provider_or_provider_is_missing' => 'Provider is missing?',
'see_how_to_enable_sso' => 'See how to enable a provider',
'sign_in_using_security_device' => 'Mit einem Sicherheitsgerät anmelden',
'login_and_password' => 'Benutzername & Passwort',
'register' => 'Registrieren',
Expand All @@ -34,6 +41,7 @@
'maybe_later' => 'Vielleicht später',
'user_account_controlled_by_proxy' => 'Benutzerkonto, das von einem Authentifizierungsproxy zur Verfügung gestellt wurde.<br />Verwalten Sie das Konto auf Proxy-Ebene.',
'auth_handled_by_proxy' => 'Authentifizierung von einem Reverse-Proxy verwaltet, unten sind die Einstellungen deaktiviert.<br />Authentifizierung auf Proxy-Ebene verwalten.',
'sso_only_x_settings_are_disabled' => 'Authentication is restricted to SSO only, :auth_method is disabled',
'confirm' => [
'logout' => 'Sind Sie sicher, dass Sie sich abmelden möchten?',
'revoke_device' => 'Möchten Sie das Gerät wirklich entfernen?',
Expand Down Expand Up @@ -79,6 +87,7 @@
'name' => 'Name',
'login' => 'Anmeldung',
'webauthn_login' => 'WebAuthn-Anmeldung',
'sso_login' => 'SSO login',
'email' => 'E-Mail',
'password' => 'Passwort',
'reveal_password' => 'Passwort anzeigen',
Expand All @@ -94,6 +103,7 @@
'reset_your_password' => 'Passwort zurücksetzen',
'reset_password' => 'Password zurücksetzen',
'disabled_in_demo' => 'Funktion im Demo-Modus deaktiviert',
'sso_only_form_restricted_to_admin' => 'Regular users must sign in with SSO. Other methods are for administrators only.',
'new_password' => 'Neues Passwort',
'current_password' => [
'label' => 'Aktuelles Passwort',
Expand Down Expand Up @@ -124,5 +134,9 @@
'optional_rules_you_should_follow' => 'Empfohlen (sehr)',
'caps_lock_is_on' => 'Die Feststelltaste ist aktiviert',
],

'sso_providers' => [
'unknown' => 'unknown',
'github' => 'Github',
'openid' => 'OpenID'
]
];
3 changes: 2 additions & 1 deletion resources/lang/de/errors.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
'2fauth_has_not_a_valid_domain' => '2FAuths Domain ist keine gültige Domain',
'user_id_not_between_1_64' => 'Benutzer-ID war nicht zwischen 1 und 64 Zeichen',
'no_entry_was_of_type_public_key' => 'Kein Eintrag vom Typ "public-key"',
'unsupported_with_reverseproxy' => 'Nicht anwendbar, wenn ein Auth-Proxy benutzt wird',
'unsupported_with_reverseproxy' => 'Not applicable when using an auth proxy or SSO',
'unsupported_with_sso_only' => 'This authentication method is for administrators only. Users must log in with SSO.',
'user_deletion_failed' => 'Löschen des Benutzerkontos fehlgeschlagen, es wurden keine Daten gelöscht',
'auth_proxy_failed' => 'Proxy-Authentifizierung fehlgeschlagen',
'auth_proxy_failed_legend' => '2Fauth ist so konfiguriert, dass es hinter einem Authentifizierungs-Proxy läuft, aber Ihr Proxy gibt nicht den erwarteten Header zurück. Überprüfen Sie Ihre Konfiguration und versuchen Sie es erneut.',
Expand Down
4 changes: 4 additions & 0 deletions resources/lang/de/twofaccounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
'i_m_lucky' => 'Mein Glück versuchen',
'i_m_lucky_legend' => 'Durch "Mein Glück versuchen" können Sie das offizielle Symbol des jeweiligen Dienstes erhalten. Geben Sie den tatsächlichen Namen des Dienstes ohne die Erweiterung ".xyz" ein und versuchen Sie, Tippfehler zu vermeiden (Beta-Funktion)',
'test' => 'Test',
'group' => [
'label' => 'Group',
'help' => 'The group to which the account is to be assigned'
],
'secret' => [
'label' => 'Geheimnis',
'help' => 'Der Schlüssel, der zur Erzeugung Ihrer Sicherheitscodes verwendet wird'
Expand Down
3 changes: 2 additions & 1 deletion resources/lang/de/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@

'single' => 'Bei Verwendung von :attribute muss es der einzige Parameter in diesem Anfragetext sein',
'onlyCustomOtpWithUri' => 'Der uri Parameter muss allein oder nur in Kombination mit dem \'custom_otp\' Parameter angegeben werden',
'IsValidRegex' => 'The :attribute must be a valid regex pattern.',

/*
|--------------------------------------------------------------------------
Expand Down Expand Up @@ -187,7 +188,7 @@
],
'ids' => [
'regex' => 'IDs müssen durch Komma getrennt werden, ohne Komma am Ende.',
]
],
],

/*
Expand Down
Loading

0 comments on commit d34f0a0

Please sign in to comment.