From fb862d3ec36926da6db7e568b5273bb47f08377b Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sun, 20 Apr 2025 16:43:27 +0200 Subject: [PATCH] chore(translations): update translations via Crowdin (#459) Co-authored-by: Kyle Mendell --- frontend/messages/cs-CZ.json | 3 ++- frontend/messages/de-DE.json | 3 ++- frontend/messages/es-ES.json | 3 ++- frontend/messages/fr-FR.json | 3 ++- frontend/messages/it-IT.json | 21 +++++++++++---------- frontend/messages/nl-NL.json | 3 ++- frontend/messages/pt-BR.json | 3 ++- frontend/messages/pt-PT.json | 3 ++- frontend/messages/ru-RU.json | 21 +++++++++++---------- 9 files changed, 36 insertions(+), 27 deletions(-) diff --git a/frontend/messages/cs-CZ.json b/frontend/messages/cs-CZ.json index ac082f53..9283ad85 100644 --- a/frontend/messages/cs-CZ.json +++ b/frontend/messages/cs-CZ.json @@ -333,5 +333,6 @@ "disable_firstname_lastname": "Disable {firstName} {lastName}", "are_you_sure_you_want_to_disable_this_user": "Are you sure you want to disable this user? They will not be able to log in or access any services.", "ldap_soft_delete_users": "Keep disabled users from LDAP.", - "ldap_soft_delete_users_description": "When enabled, users removed from LDAP will be disabled rather than deleted from the system." + "ldap_soft_delete_users_description": "When enabled, users removed from LDAP will be disabled rather than deleted from the system.", + "callback_url_description": "URL(s) provided by your client. Wildcards (*) are supported, but best avoided for better security." } diff --git a/frontend/messages/de-DE.json b/frontend/messages/de-DE.json index 8860ab6e..6a8e3a38 100644 --- a/frontend/messages/de-DE.json +++ b/frontend/messages/de-DE.json @@ -333,5 +333,6 @@ "disable_firstname_lastname": "Disable {firstName} {lastName}", "are_you_sure_you_want_to_disable_this_user": "Are you sure you want to disable this user? They will not be able to log in or access any services.", "ldap_soft_delete_users": "Keep disabled users from LDAP.", - "ldap_soft_delete_users_description": "When enabled, users removed from LDAP will be disabled rather than deleted from the system." + "ldap_soft_delete_users_description": "When enabled, users removed from LDAP will be disabled rather than deleted from the system.", + "callback_url_description": "URL(s) provided by your client. Wildcards (*) are supported, but best avoided for better security." } diff --git a/frontend/messages/es-ES.json b/frontend/messages/es-ES.json index 20e0e2fb..b419e353 100644 --- a/frontend/messages/es-ES.json +++ b/frontend/messages/es-ES.json @@ -333,5 +333,6 @@ "disable_firstname_lastname": "Disable {firstName} {lastName}", "are_you_sure_you_want_to_disable_this_user": "Are you sure you want to disable this user? They will not be able to log in or access any services.", "ldap_soft_delete_users": "Keep disabled users from LDAP.", - "ldap_soft_delete_users_description": "When enabled, users removed from LDAP will be disabled rather than deleted from the system." + "ldap_soft_delete_users_description": "When enabled, users removed from LDAP will be disabled rather than deleted from the system.", + "callback_url_description": "URL(s) provided by your client. Wildcards (*) are supported, but best avoided for better security." } diff --git a/frontend/messages/fr-FR.json b/frontend/messages/fr-FR.json index 712cf035..7ad7be70 100644 --- a/frontend/messages/fr-FR.json +++ b/frontend/messages/fr-FR.json @@ -333,5 +333,6 @@ "disable_firstname_lastname": "Disable {firstName} {lastName}", "are_you_sure_you_want_to_disable_this_user": "Are you sure you want to disable this user? They will not be able to log in or access any services.", "ldap_soft_delete_users": "Keep disabled users from LDAP.", - "ldap_soft_delete_users_description": "When enabled, users removed from LDAP will be disabled rather than deleted from the system." + "ldap_soft_delete_users_description": "When enabled, users removed from LDAP will be disabled rather than deleted from the system.", + "callback_url_description": "URL(s) provided by your client. Wildcards (*) are supported, but best avoided for better security." } diff --git a/frontend/messages/it-IT.json b/frontend/messages/it-IT.json index b5f3d724..4c7338c2 100644 --- a/frontend/messages/it-IT.json +++ b/frontend/messages/it-IT.json @@ -324,14 +324,15 @@ "client_authorization": "Autorizzazione client", "new_client_authorization": "Nuova autorizzazione client", "disable_animations": "Disabilita animazioni", - "turn_off_all_animations_throughout_the_admin_ui": "Turn off all animations throughout the Admin UI.", - "user_disabled": "Account Disabled", - "disabled_users_cannot_log_in_or_use_services": "Disabled users cannot log in or use services.", - "user_disabled_successfully": "User has been disabled successfully.", - "user_enabled_successfully": "User has been enabled successfully.", - "status": "Status", - "disable_firstname_lastname": "Disable {firstName} {lastName}", - "are_you_sure_you_want_to_disable_this_user": "Are you sure you want to disable this user? They will not be able to log in or access any services.", - "ldap_soft_delete_users": "Keep disabled users from LDAP.", - "ldap_soft_delete_users_description": "When enabled, users removed from LDAP will be disabled rather than deleted from the system." + "turn_off_all_animations_throughout_the_admin_ui": "Disattiva tutte le animazioni nell'interfaccia di amministrazione.", + "user_disabled": "Account disabilitato", + "disabled_users_cannot_log_in_or_use_services": "Gli utenti disabilitati non possono accedere o utilizzare i servizi.", + "user_disabled_successfully": "Utente disabilitato con successo.", + "user_enabled_successfully": "Utente abilitato con successo.", + "status": "Stato", + "disable_firstname_lastname": "Disabilita {firstName} {lastName}", + "are_you_sure_you_want_to_disable_this_user": "Sei sicuro di voler disabilitare questo utente? Non sarà in grado di accedere o utilizzare qualsiasi servizio.", + "ldap_soft_delete_users": "Mantieni gli utenti disabilitati da LDAP.", + "ldap_soft_delete_users_description": "Se abilitato, gli utenti rimossi da LDAP saranno disabilitati invece che cancellati dal sistema.", + "callback_url_description": "URL(s) provided by your client. Wildcards (*) are supported, but best avoided for better security." } diff --git a/frontend/messages/nl-NL.json b/frontend/messages/nl-NL.json index 2bbf91bc..023ab353 100644 --- a/frontend/messages/nl-NL.json +++ b/frontend/messages/nl-NL.json @@ -333,5 +333,6 @@ "disable_firstname_lastname": "Disable {firstName} {lastName}", "are_you_sure_you_want_to_disable_this_user": "Are you sure you want to disable this user? They will not be able to log in or access any services.", "ldap_soft_delete_users": "Keep disabled users from LDAP.", - "ldap_soft_delete_users_description": "When enabled, users removed from LDAP will be disabled rather than deleted from the system." + "ldap_soft_delete_users_description": "When enabled, users removed from LDAP will be disabled rather than deleted from the system.", + "callback_url_description": "URL(s) provided by your client. Wildcards (*) are supported, but best avoided for better security." } diff --git a/frontend/messages/pt-BR.json b/frontend/messages/pt-BR.json index f09f0494..c31cea2c 100644 --- a/frontend/messages/pt-BR.json +++ b/frontend/messages/pt-BR.json @@ -333,5 +333,6 @@ "disable_firstname_lastname": "Disable {firstName} {lastName}", "are_you_sure_you_want_to_disable_this_user": "Are you sure you want to disable this user? They will not be able to log in or access any services.", "ldap_soft_delete_users": "Keep disabled users from LDAP.", - "ldap_soft_delete_users_description": "When enabled, users removed from LDAP will be disabled rather than deleted from the system." + "ldap_soft_delete_users_description": "When enabled, users removed from LDAP will be disabled rather than deleted from the system.", + "callback_url_description": "URL(s) provided by your client. Wildcards (*) are supported, but best avoided for better security." } diff --git a/frontend/messages/pt-PT.json b/frontend/messages/pt-PT.json index 20e0e2fb..b419e353 100644 --- a/frontend/messages/pt-PT.json +++ b/frontend/messages/pt-PT.json @@ -333,5 +333,6 @@ "disable_firstname_lastname": "Disable {firstName} {lastName}", "are_you_sure_you_want_to_disable_this_user": "Are you sure you want to disable this user? They will not be able to log in or access any services.", "ldap_soft_delete_users": "Keep disabled users from LDAP.", - "ldap_soft_delete_users_description": "When enabled, users removed from LDAP will be disabled rather than deleted from the system." + "ldap_soft_delete_users_description": "When enabled, users removed from LDAP will be disabled rather than deleted from the system.", + "callback_url_description": "URL(s) provided by your client. Wildcards (*) are supported, but best avoided for better security." } diff --git a/frontend/messages/ru-RU.json b/frontend/messages/ru-RU.json index 577dc7cb..0383d16e 100644 --- a/frontend/messages/ru-RU.json +++ b/frontend/messages/ru-RU.json @@ -324,14 +324,15 @@ "client_authorization": "Авторизация в клиенте", "new_client_authorization": "Новая авторизация в клиенте", "disable_animations": "Отключить анимации", - "turn_off_all_animations_throughout_the_admin_ui": "Turn off all animations throughout the Admin UI.", - "user_disabled": "Account Disabled", - "disabled_users_cannot_log_in_or_use_services": "Disabled users cannot log in or use services.", - "user_disabled_successfully": "User has been disabled successfully.", - "user_enabled_successfully": "User has been enabled successfully.", - "status": "Status", - "disable_firstname_lastname": "Disable {firstName} {lastName}", - "are_you_sure_you_want_to_disable_this_user": "Are you sure you want to disable this user? They will not be able to log in or access any services.", - "ldap_soft_delete_users": "Keep disabled users from LDAP.", - "ldap_soft_delete_users_description": "When enabled, users removed from LDAP will be disabled rather than deleted from the system." + "turn_off_all_animations_throughout_the_admin_ui": "Выключить все анимации в интерфейсе администратора.", + "user_disabled": "Аккаунт отключен", + "disabled_users_cannot_log_in_or_use_services": "Отключенные пользователи не могут войти или использовать сервисы.", + "user_disabled_successfully": "Пользователь успешно отключен.", + "user_enabled_successfully": "Пользователь успешно включен.", + "status": "Статус", + "disable_firstname_lastname": "Отключить {firstName} {lastName}", + "are_you_sure_you_want_to_disable_this_user": "Вы уверены, что хотите отключить этого пользователя? Они не смогут войти в систему или получить доступ к любым сервисам.", + "ldap_soft_delete_users": "Оставить отключенных пользователей от LDAP.", + "ldap_soft_delete_users_description": "Когда включено, пользователи удалённые из LDAP будут отключены вместо удаления из системы.", + "callback_url_description": "URL(s) provided by your client. Wildcards (*) are supported, but best avoided for better security." }