Skip to content

Commit

Permalink
feat: update translations for MFA email
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveOrDead committed Jan 8, 2025
1 parent 258e0fb commit 4d1f250
Show file tree
Hide file tree
Showing 39 changed files with 949 additions and 253 deletions.
31 changes: 25 additions & 6 deletions ar-001/auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
"disclaimer_privacy_link": "سياسة الخصوصية"
},
"sign_up_confirm_code_page": {
"continue_sign_up_code_description": "للمتابعة، أدخل الرمز الذي أرسلناه للتو إلى ${email_address}",
"finish_sign_up_code_description": "للمتابعة، أدخل الرمز الذي أرسلناه للتو إلى ${email_address}",
"description_continue_sign_up": "للمتابعة، أدخل الرمز الذي أرسلناه للتو إلى ${email_address}",
"description_finish_sign_up": "للمتابعة، أدخل الرمز الذي أرسلناه للتو إلى ${email_address}",
"page_title": "تأكيد الرمز | ${business_name}",
"heading": "تحقق من بريدك الالكتروني",
"description": "لإنهاء التسجيل، أدخل الرمز الذي أرسلناه للتو إلى ${email_address}",
"resent_code": "لقد أرسلنا للتو رمزًا جديدًا إلى ${email_address}",
"warning_too_many_incorrect_attempts": "تم إدخال عدد كبير جدًا من الرموز غير الصحيحة، لذا أرسلنا رمزًا جديدًا إلى ${email_address}",
"description_resent_code": "لقد أرسلنا للتو رمزًا جديدًا إلى ${email_address}",
"description_warning_too_many_incorrect_attempts": "تم إدخال عدد كبير جدًا من الرموز غير الصحيحة، لذا أرسلنا رمزًا جديدًا إلى ${email_address}",
"choose_another_method_link": "إختر طريقة أخرى",
"code_input_label": "رمز",
"continue_button": "المتابعة",
Expand All @@ -85,9 +85,28 @@
"page_title": "تأكيد الرمز | ${business_name}",
"heading": "تحقق من بريدك الإلكتروني",
"description": "أدخل الرمز الذي أرسلناه للتو إلى ${email_address}",
"warning_too_many_incorrect_attempts": "تم إدخال عدد كبير جدًا من الرموز غير الصحيحة، لذا أرسلنا رمزًا جديدًا إلى ${email_address}",
"description_warning_too_many_incorrect_attempts": "تم إدخال عدد كبير جدًا من الرموز غير الصحيحة، لذا أرسلنا رمزًا جديدًا إلى ${email_address}",
"choose_another_method_link": "إختر طريقة أخرى",
"resent_code": "لقد أرسلنا للتو رمزًا جديدًا إلى ${email_address}",
"description_resent_code": "لقد أرسلنا للتو رمزًا جديدًا إلى ${email_address}",
"code_input_label": "رمز",
"continue_button": "المتابعة",
"code_input_error_incorrect_code_length": "يجب أن يتكون رمز التأكيد من 6 أرقام",
"code_input_error_resend_requested_too_soon": "لا يمكن إرسال رمز آخر حتى الآن. الرجاء معاودة المحاولة في وقت لاحق",
"code_input_error_incorrect_code": "الرجاء إدخال رمز تأكيد صحيح",
"code_input_error_expired_code": "لقد انتهت صلاحية رمز التأكيد الخاص بك، يرجى طلب رمز جديد",
"didnt_receive_a_code_description": "لم تتلق رمز؟",
"didnt_receive_a_code_link": "إعادة إرسال الرمز",
"disclaimer": "من خلال المتابعة، فإنك توافق على سياساتنا",
"disclaimer_terms_of_use_link": "الشروط",
"disclaimer_privacy_link": "سياسة الخصوصية"
},
"mfa_use_email_code_page": {
"page_title": "تأكيد الرمز | ${business_name}",
"heading": "تحقق من بريدك الإلكتروني",
"description": "أدخل الرمز الذي أرسلناه للتو إلى ${email_address}",
"description_warning_too_many_incorrect_attempts": "تم إدخال عدد كبير جدًا من الرموز غير الصحيحة، لذا أرسلنا رمزًا جديدًا إلى ${email_address}",
"choose_another_method_link": "إختر طريقة أخرى",
"description_resent_code": "لقد أرسلنا للتو رمزًا جديدًا إلى ${email_address}",
"code_input_label": "رمز",
"continue_button": "المتابعة",
"code_input_error_incorrect_code_length": "يجب أن يتكون رمز التأكيد من 6 أرقام",
Expand Down
91 changes: 78 additions & 13 deletions auth-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,71 @@
"email_input_label",
"email_input_error_required",
"email_input_error_invalid",
"email_input_error_email_in_use"
"email_input_error_email_in_use",
"choose_another_method_link"
]
},
"mfa_use_email_code_page": {
"type": "object",
"properties": {
"page_title": {
"type": "string"
},
"heading": {
"type": "string"
},
"description": {
"type": "string"
},
"description_resent_code": {
"type": "string"
},
"code_input_label": {
"type": "string"
},
"code_input_error_expired_code": {
"type": "string"
},
"code_input_error_incorrect_code": {
"type": "string"
},
"code_input_error_incorrect_code_length": {
"type": "string"
},
"code_input_error_resend_requested_too_soon": {
"type": "string"
},
"continue_button": {
"type": "string"
},
"didnt_receive_a_code_link": {
"type": "string"
},
"didnt_receive_a_code_description": {
"type": "string"
},
"description_warning_too_many_incorrect_attempts": {
"type": "string"
},
"choose_another_method_link": {
"type": "string"
}
},
"required": [
"page_title",
"heading",
"description",
"description_resent_code",
"code_input_label",
"code_input_error_expired_code",
"code_input_error_incorrect_code",
"code_input_error_incorrect_code_length",
"code_input_error_resend_requested_too_soon",
"continue_button",
"didnt_receive_a_code_link",
"didnt_receive_a_code_description",
"description_warning_too_many_incorrect_attempts",
"choose_another_method_link"
]
},
"index": {
Expand Down Expand Up @@ -902,7 +966,7 @@
"description": {
"type": "string"
},
"resent_code": {
"description_resent_code": {
"type": "string"
},
"code_input_label": {
Expand All @@ -929,7 +993,7 @@
"didnt_receive_a_code_description": {
"type": "string"
},
"warning_too_many_incorrect_attempts": {
"description_warning_too_many_incorrect_attempts": {
"type": "string"
},
"choose_another_method_link": {
Expand All @@ -940,7 +1004,7 @@
"page_title",
"heading",
"description",
"resent_code",
"description_resent_code",
"code_input_label",
"code_input_error_expired_code",
"code_input_error_incorrect_code",
Expand All @@ -949,7 +1013,7 @@
"continue_button",
"didnt_receive_a_code_link",
"didnt_receive_a_code_description",
"warning_too_many_incorrect_attempts",
"description_warning_too_many_incorrect_attempts",
"choose_another_method_link"
]
},
Expand All @@ -965,13 +1029,13 @@
"description": {
"type": "string"
},
"finish_sign_up_code_description": {
"description_finish_sign_up": {
"type": "string"
},
"continue_sign_up_code_description": {
"description_continue_sign_up": {
"type": "string"
},
"resent_code": {
"description_resent_code": {
"type": "string"
},
"code_input_label": {
Expand All @@ -998,7 +1062,7 @@
"continue_button": {
"type": "string"
},
"warning_too_many_incorrect_attempts": {
"description_warning_too_many_incorrect_attempts": {
"type": "string"
},
"choose_another_method_link": {
Expand All @@ -1009,9 +1073,9 @@
"page_title",
"heading",
"description",
"finish_sign_up_code_description",
"continue_sign_up_code_description",
"resent_code",
"description_finish_sign_up",
"description_continue_sign_up",
"description_resent_code",
"code_input_label",
"code_input_error_expired_code",
"code_input_error_incorrect_code",
Expand All @@ -1020,7 +1084,7 @@
"didnt_receive_a_code_description",
"didnt_receive_a_code_link",
"continue_button",
"warning_too_many_incorrect_attempts",
"description_warning_too_many_incorrect_attempts",
"choose_another_method_link"
]
},
Expand Down Expand Up @@ -1413,6 +1477,7 @@
"base_layout",
"mfa_sms_page",
"mfa_email_page",
"mfa_use_email_code_page",
"index",
"sign_in_page",
"sign_up_page",
Expand Down
28 changes: 22 additions & 6 deletions cs/auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"page_title": "Potvrdit kód | ${business_name}",
"heading": "Zkontrolujte svůj e-mail",
"description": "Zadejte kód, který jsme právě poslali na ${email_address}",
"resent_code": "Právě jsme poslali nový kód na ${email_address}",
"description_resent_code": "Právě jsme poslali nový kód na ${email_address}",
"code_input_label": "Kód",
"code_input_error_expired_code": "Váš potvrzovací kód vypršel, požádejte prosím o nový",
"code_input_error_incorrect_code": "Zadejte platný potvrzovací kód",
Expand All @@ -238,16 +238,16 @@
"continue_button": "Pokračovat",
"didnt_receive_a_code_link": "Poslat kód znovu",
"didnt_receive_a_code_description": "Nepřišel vám kód?",
"warning_too_many_incorrect_attempts": "Bylo zadáno příliš mnoho nesprávných kódů, takže jsme poslali nový na ${email_address}",
"description_warning_too_many_incorrect_attempts": "Bylo zadáno příliš mnoho nesprávných kódů, takže jsme poslali nový na ${email_address}",
"choose_another_method_link": "Vybrat jinou metodu"
},
"sign_up_confirm_code_page": {
"page_title": "Potvrdit kód | ${business_name}",
"heading": "Zkontrolujte svůj e-mail",
"description": "Zadejte kód, který jsme právě poslali na ${email_address}",
"finish_sign_up_code_description": "Pro pokračování zadejte kód, který jsme právě poslali na ${email_address}",
"continue_sign_up_code_description": "Pro pokračování zadejte kód, který jsme právě poslali na ${email_address}",
"resent_code": "Právě jsme poslali nový kód na ${email_address}",
"description_finish_sign_up": "Pro pokračování zadejte kód, který jsme právě poslali na ${email_address}",
"description_continue_sign_up": "Pro pokračování zadejte kód, který jsme právě poslali na ${email_address}",
"description_resent_code": "Právě jsme poslali nový kód na ${email_address}",
"code_input_label": "Kód",
"code_input_error_expired_code": "Váš potvrzovací kód vypršel, požádejte prosím o nový",
"code_input_error_incorrect_code": "Zadejte platný potvrzovací kód",
Expand All @@ -256,7 +256,23 @@
"didnt_receive_a_code_description": "Nepřišel vám kód?",
"didnt_receive_a_code_link": "Poslat kód znovu",
"continue_button": "Pokračovat",
"warning_too_many_incorrect_attempts": "Bylo zadáno příliš mnoho nesprávných kódů, takže jsme poslali nový na ${email_address}",
"description_warning_too_many_incorrect_attempts": "Bylo zadáno příliš mnoho nesprávných kódů, takže jsme poslali nový na ${email_address}",
"choose_another_method_link": "Vybrat jinou metodu"
},
"mfa_use_email_code_page": {
"page_title": "Potvrdit kód | ${business_name}",
"heading": "Zkontrolujte svůj e-mail",
"description": "Zadejte kód, který jsme právě poslali na ${email_address}",
"description_resent_code": "Právě jsme poslali nový kód na ${email_address}",
"code_input_label": "Kód",
"code_input_error_expired_code": "Váš potvrzovací kód vypršel, požádejte prosím o nový",
"code_input_error_incorrect_code": "Zadejte platný potvrzovací kód",
"code_input_error_incorrect_code_length": "Potvrzovací kód by měl mít 6 číslic",
"code_input_error_resend_requested_too_soon": "Nemůžeme poslat další kód. Zkuste to znovu později",
"continue_button": "Pokračovat",
"didnt_receive_a_code_link": "Poslat kód znovu",
"didnt_receive_a_code_description": "Nepřišel vám kód?",
"description_warning_too_many_incorrect_attempts": "Bylo zadáno příliš mnoho nesprávných kódů, takže jsme poslali nový na ${email_address}",
"choose_another_method_link": "Vybrat jinou metodu"
},
"authenticator_app_manual_page": {
Expand Down
31 changes: 25 additions & 6 deletions da/auth.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
"page_title": "Bekræft kode | ${business_name}",
"heading": "Tjek din e-mail",
"description": "Indtast koden vi lige har sendt til ${email_address}",
"resent_code": "Vi har lige sendt en ny kode til ${email_address}",
"description_resent_code": "Vi har lige sendt en ny kode til ${email_address}",
"code_input_label": "Kode",
"code_input_error_expired_code": "Din bekræftelseskode er udløbet, anmod venligst om en ny",
"code_input_error_incorrect_code": "Indtast venligst en gyldig bekræftelseskode",
Expand All @@ -246,7 +246,26 @@
"continue_button": "Fortsæt",
"didnt_receive_a_code_link": "Send koden igen",
"didnt_receive_a_code_description": "Modtog du ikke en kode?",
"warning_too_many_incorrect_attempts": "Der blev indtastet for mange forkerte koder, så vi har sendt en ny til ${email_address}",
"description_warning_too_many_incorrect_attempts": "Der blev indtastet for mange forkerte koder, så vi har sendt en ny til ${email_address}",
"choose_another_method_link": "Vælg en anden mulighed",
"disclaimer": "Ved at fortsætte, accepterer du vores politikker",
"disclaimer_privacy_link": "Privatlivspolitik",
"disclaimer_terms_of_use_link": "Vilkår for brug"
},
"mfa_use_email_code_page": {
"page_title": "Bekræft kode | ${business_name}",
"heading": "Tjek din e-mail",
"description": "Indtast koden vi lige har sendt til ${email_address}",
"description_resent_code": "Vi har lige sendt en ny kode til ${email_address}",
"code_input_label": "Kode",
"code_input_error_expired_code": "Din bekræftelseskode er udløbet, anmod venligst om en ny",
"code_input_error_incorrect_code": "Indtast venligst en gyldig bekræftelseskode",
"code_input_error_incorrect_code_length": "Bekræftelseskoden skal være 6 cifre",
"code_input_error_resend_requested_too_soon": "Kan ikke sende en ny kode endnu. Prøv igen senere",
"continue_button": "Fortsæt",
"didnt_receive_a_code_link": "Send koden igen",
"didnt_receive_a_code_description": "Modtog du ikke en kode?",
"description_warning_too_many_incorrect_attempts": "Der blev indtastet for mange forkerte koder, så vi har sendt en ny til ${email_address}",
"choose_another_method_link": "Vælg en anden mulighed",
"disclaimer": "Ved at fortsætte, accepterer du vores politikker",
"disclaimer_privacy_link": "Privatlivspolitik",
Expand All @@ -256,9 +275,9 @@
"page_title": "Bekræft kode | ${business_name}",
"heading": "Tjek din e-mail",
"description": "Indtast koden, vi lige har sendt til ${email_address}",
"finish_sign_up_code_description": "Indtast koden vi lige har sendt til ${email_address} for at fortsætte",
"continue_sign_up_code_description": "Indtast koden vi lige har sendt til ${email_address} for at fortsætte",
"resent_code": "Vi har lige sendt en ny kode til ${email_address}",
"description_finish_sign_up": "Indtast koden vi lige har sendt til ${email_address} for at fortsætte",
"description_continue_sign_up": "Indtast koden vi lige har sendt til ${email_address} for at fortsætte",
"description_resent_code": "Vi har lige sendt en ny kode til ${email_address}",
"code_input_label": "Kode",
"code_input_error_expired_code": "Din bekræftelseskode er udløbet, anmod venligst om en ny",
"code_input_error_incorrect_code": "Indtast venligst en gyldig bekræftelseskode",
Expand All @@ -267,7 +286,7 @@
"didnt_receive_a_code_description": "Modtog du ikke en kode?",
"didnt_receive_a_code_link": "Send koden igen",
"continue_button": "Fortsæt",
"warning_too_many_incorrect_attempts": "Der blev indtastet for mange forkerte koder, så vi har sendt en ny til ${email_address}",
"description_warning_too_many_incorrect_attempts": "Der blev indtastet for mange forkerte koder, så vi har sendt en ny til ${email_address}",
"choose_another_method_link": "Vælg en anden metode"
},
"authenticator_app_manual_page": {
Expand Down
Loading

0 comments on commit 4d1f250

Please sign in to comment.