From c2f5d51743f22ab6140f8c83e7880bd59c4b9005 Mon Sep 17 00:00:00 2001 From: sergeyteleshev Date: Fri, 25 Oct 2024 10:38:01 +0200 Subject: [PATCH] CB-5833 removes plural from texts --- webapp/packages/plugin-authentication/src/locales/en.ts | 2 +- webapp/packages/plugin-authentication/src/locales/fr.ts | 2 +- webapp/packages/plugin-authentication/src/locales/it.ts | 2 +- webapp/packages/plugin-authentication/src/locales/ru.ts | 2 +- webapp/packages/plugin-authentication/src/locales/zh.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/packages/plugin-authentication/src/locales/en.ts b/webapp/packages/plugin-authentication/src/locales/en.ts index 0a06accffc..c11702afaa 100644 --- a/webapp/packages/plugin-authentication/src/locales/en.ts +++ b/webapp/packages/plugin-authentication/src/locales/en.ts @@ -26,7 +26,7 @@ export default [ ['authentication_identity_provider_dialog_subtitle', 'Choose configuration you want to sign in with'], ['authentication_user_name', 'Username'], - ['authentication_user_name_description', "User's identifiers are stored in lowercase"], + ['authentication_user_name_description', "User's identifier is stored in lowercase"], ['authentication_user_role', 'Role'], ['authentication_user_credentials', 'Credentials'], ['authentication_user_meta_parameters', 'Parameters'], diff --git a/webapp/packages/plugin-authentication/src/locales/fr.ts b/webapp/packages/plugin-authentication/src/locales/fr.ts index 6b713b60e6..c118755728 100644 --- a/webapp/packages/plugin-authentication/src/locales/fr.ts +++ b/webapp/packages/plugin-authentication/src/locales/fr.ts @@ -29,7 +29,7 @@ export default [ ['authentication_identity_provider_dialog_subtitle', 'Choisissez la configuration avec laquelle vous souhaitez vous connecter'], ['authentication_user_name', "Nom d'utilisateur"], - ['authentication_user_name_description', "User's identifiers are stored in lowercase"], + ['authentication_user_name_description', "User's identifier is stored in lowercase"], ['authentication_user_role', 'Rôle'], ['authentication_user_credentials', 'Identifiants'], ['authentication_user_meta_parameters', 'Paramètres'], diff --git a/webapp/packages/plugin-authentication/src/locales/it.ts b/webapp/packages/plugin-authentication/src/locales/it.ts index d87d98bd06..81ddf64e63 100644 --- a/webapp/packages/plugin-authentication/src/locales/it.ts +++ b/webapp/packages/plugin-authentication/src/locales/it.ts @@ -20,7 +20,7 @@ export default [ ['authentication_auth_additional', 'Additional'], ['authentication_request_token', 'Autenticazione addizionale richiesta'], ['authentication_user_name', 'Nome utente'], - ['authentication_user_name_description', "User's identifiers are stored in lowercase"], + ['authentication_user_name_description', "User's identifier is stored in lowercase"], ['authentication_user_role', 'Role'], ['authentication_user_credentials', 'Credenziali'], ['authentication_user_meta_parameters', 'Parameters'], diff --git a/webapp/packages/plugin-authentication/src/locales/ru.ts b/webapp/packages/plugin-authentication/src/locales/ru.ts index 4d08bfb879..fc3cdbd01f 100644 --- a/webapp/packages/plugin-authentication/src/locales/ru.ts +++ b/webapp/packages/plugin-authentication/src/locales/ru.ts @@ -26,7 +26,7 @@ export default [ ['authentication_identity_provider_dialog_subtitle', 'Выберите конфигурацию с помощью которой вы хотите войти'], ['authentication_user_name', 'Имя'], - ['authentication_user_name_description', 'Идентификаторы пользователя хранятся в нижнем регистре'], + ['authentication_user_name_description', 'Идентификатор пользователя хранится в нижнем регистре'], ['authentication_user_role', 'Роль'], ['authentication_user_credentials', 'Учетные данные'], ['authentication_user_meta_parameters', 'Параметры'], diff --git a/webapp/packages/plugin-authentication/src/locales/zh.ts b/webapp/packages/plugin-authentication/src/locales/zh.ts index 209c8517cd..1109fa1421 100644 --- a/webapp/packages/plugin-authentication/src/locales/zh.ts +++ b/webapp/packages/plugin-authentication/src/locales/zh.ts @@ -26,7 +26,7 @@ export default [ ['authentication_identity_provider_dialog_subtitle', '选择您要用于登录的配置'], ['authentication_user_name', '用户名称'], - ['authentication_user_name_description', "User's identifiers are stored in lowercase"], + ['authentication_user_name_description', "User's identifier is stored in lowercase"], ['authentication_user_role', 'Role'], ['authentication_user_credentials', '凭据'], ['authentication_user_meta_parameters', '参数'],