Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LG-14398: Add translations for "Email not yet selected" #11320

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ account_reset.request.yes_continue: Sí, continuar con la eliminación
account.connected_apps.associated_attributes_html: 'Conectado el %{timestamp_html} con:'
account.connected_apps.associated_html: 'Conectado: %{timestamp_html}'
account.connected_apps.description: Con su cuenta de %{app_name}, puede conectarse de manera segura a muchas cuentas del gobierno en línea. Esta es una lista de todas las cuentas que tiene conectadas actualmente.
account.connected_apps.email_not_selected: Email not yet selected
account.connected_apps.email_not_selected: No se seleccionó correo electrónico aún
account.email_language.default: '%{language} (predeterminado)'
account.email_language.edit_title: Editar la preferencia de idioma del correo electrónico
account.email_language.languages_list: Recibirá mensajes de correo electrónico de %{app_name} en el idioma que elija.
Expand Down
2 changes: 1 addition & 1 deletion config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ account_reset.request.yes_continue: Oui, continuer la suppression
account.connected_apps.associated_attributes_html: 'Connecté %{timestamp_html} avec :'
account.connected_apps.associated_html: Connecté %{timestamp_html}
account.connected_apps.description: Avec votre compte %{app_name}, vous pouvez vous connecter en toute sécurité à plusieurs comptes de l’administration en ligne. Vous trouverez ci-dessous une liste de tous vos comptes actuellement connectés.
account.connected_apps.email_not_selected: Email not yet selected
account.connected_apps.email_not_selected: Adresse e-mail non encore sélectionnée
account.email_language.default: '%{language} (par défaut)'
account.email_language.edit_title: Modifier la langue dans laquelle vous préférez recevoir les e-mails
account.email_language.languages_list: Vous recevrez des e-mails de %{app_name} dans la langue de votre choix.
Expand Down
2 changes: 1 addition & 1 deletion config/locales/zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ account_reset.request.yes_continue: 是的,继续删除
account.connected_apps.associated_attributes_html: '在 %{timestamp_html} 用以下电邮做的连接:'
account.connected_apps.associated_html: 已连接 %{timestamp_html}
account.connected_apps.description: 使用你的 %{app_name} 账户,你可以安全地连接到网上多个政府账户。以下列出了你目前已连接的所有账户。
account.connected_apps.email_not_selected: Email not yet selected
account.connected_apps.email_not_selected: 尚未选择电邮
account.email_language.default: '%{language} (默认)'
account.email_language.edit_title: 编辑电邮语言选择
account.email_language.languages_list: 您将收到%{app_name}用您选择的语言发送的电子邮件。
Expand Down
1 change: 0 additions & 1 deletion spec/i18n_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ class BaseTask
{ key: 'time.formats.event_timestamp', locales: %i[zh] },
{ key: 'time.formats.full_date', locales: %i[es] }, # format is the same in Spanish and English
{ key: 'time.formats.sms_date' }, # for us date format
{ key: 'account.connected_apps.email_not_selected' }, # See: LG-14398
].freeze
# rubocop:enable Layout/LineLength

Expand Down