Skip to content

Commit

Permalink
CB-5833 removes plural from texts
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyteleshev committed Oct 25, 2024
1 parent e6c4442 commit c2f5d51
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion webapp/packages/plugin-authentication/src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
2 changes: 1 addition & 1 deletion webapp/packages/plugin-authentication/src/locales/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
2 changes: 1 addition & 1 deletion webapp/packages/plugin-authentication/src/locales/it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
2 changes: 1 addition & 1 deletion webapp/packages/plugin-authentication/src/locales/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', 'Параметры'],
Expand Down
2 changes: 1 addition & 1 deletion webapp/packages/plugin-authentication/src/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', '参数'],
Expand Down

0 comments on commit c2f5d51

Please sign in to comment.