Skip to content

Commit

Permalink
feat(api): add translations for email
Browse files Browse the repository at this point in the history
  • Loading branch information
er-lim authored Nov 14, 2024
1 parent ced91e5 commit 4281f5f
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 0 deletions.
19 changes: 19 additions & 0 deletions api/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,14 @@
"REJECTED_AUTOMATICALLY_COMMENT": "The candidate did not answer correctly to more than 50% of the questions asked, this invalidated his entire certification, and therefore resulted in a score of 0 pix"
}
},
"common": {
"email": {
"contactUs": "contact us here",
"doNotAnswer": "This is an automated email message, please do not reply.",
"moreOn": "More on",
"pixPresentation": "Pix is the online service to assess, develop and certify your digital skills."
}
},
"csv-import-values": {
"sup-organization-learner": {
"diplomas": {
Expand Down Expand Up @@ -375,6 +383,17 @@
},
"subject": "Pix password reset request"
},
"self-account-deletion-email": {
"params": {
"hello": "Hello {firstName},",
"requestConfirmation": "Following your request, we can confirm that your Pix account and personal data have been deleted.",
"seeYouSoon": "We hope to see you soon for new digital adventures.",
"signing": "The Pix team",
"title": "Deleting your account",
"warning": "If you are not the source of this request, please contact support."
},
"subject": "Deleting your account"
},
"verification-code-email": {
"body": {
"context": "You’ve requested to change the email address linked to your account. To continue, enter the following verification code on Pix:",
Expand Down
19 changes: 19 additions & 0 deletions api/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,14 @@
"REJECTED_AUTOMATICALLY_COMMENT": "El candidato respondió incorrectamente a más del 50% de las preguntas, lo que invalidó toda su certificación y le supuso una puntuación de 0 píxeles."
}
},
"common": {
"email": {
"contactUs": "contact us here",
"doNotAnswer": "This is an automated email message, please do not reply.",
"moreOn": "More on",
"pixPresentation": "Pix is the online service to assess, develop and certify your digital skills."
}
},
"csv-import-values": {
"sup-organization-learner": {
"diplomas": {
Expand Down Expand Up @@ -387,6 +395,17 @@
},
"subject": "Solicitud de restablecimiento de la contraseña Pix"
},
"self-account-deletion-email": {
"params": {
"hello": "Hello {firstName},",
"requestConfirmation": "Following your request, we can confirm that your Pix account and personal data have been deleted.",
"seeYouSoon": "We hope to see you soon for new digital adventures.",
"signing": "The Pix team",
"title": "Deleting your account",
"warning": "If you are not the source of this request, please contact support."
},
"subject": "Deleting your account"
},
"verification-code-email": {
"body": {
"context": "Deseas cambiar la dirección de correo electrónico de tu cuenta. Para continuar, introduce el siguiente código en Pix:",
Expand Down
19 changes: 19 additions & 0 deletions api/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,14 @@
"REJECTED_AUTOMATICALLY_COMMENT": "Le candidat a répondu faux à plus de 50% des questions posées, cela a invalidé l'ensemble de sa certification, et a donc entraîné un score de 0 pix"
}
},
"common": {
"email": {
"contactUs": "contactez-nous ici",
"doNotAnswer": "Ceci est un e-mail automatique, merci de ne pas y répondre",
"moreOn": "En savoir plus sur",
"pixPresentation": "Pix est le service public en ligne pour évaluer, développer et certifier ses compétences numériques."
}
},
"csv-import-values": {
"sup-organization-learner": {
"diplomas": {
Expand Down Expand Up @@ -389,6 +397,17 @@
},
"subject": "Demande de réinitialisation de mot de passe Pix"
},
"self-account-deletion-email": {
"params": {
"hello": "Bonjour {firstName},",
"requestConfirmation": "Suite à votre demande, nous vous confirmons la suppression de votre compte Pix ainsi que de vos données personnelles.",
"seeYouSoon": "Nous espérons vous retrouver bientôt pour de nouvelles aventures numériques.",
"signing": "L'équipe Pix",
"title": "Suppression de votre compte",
"warning": "Si vous n'êtes pas à l’origine de cette demande, merci de contacter le support."
},
"subject": "Suppression de votre compte"
},
"verification-code-email": {
"body": {
"context": "Vous souhaitez faire une modification de votre adresse e-mail sur votre compte. Pour continuer, entrez le code suivant sur Pix :",
Expand Down
19 changes: 19 additions & 0 deletions api/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,14 @@
"REJECTED_AUTOMATICALLY_COMMENT": "De kandidaat beantwoordde meer dan 50% van de vragen fout, waardoor zijn hele certificering ongeldig werd en hij een score van 0 pix kreeg."
}
},
"common": {
"email": {
"contactUs": "contact us here",
"doNotAnswer": "This is an automated email message, please do not reply.",
"moreOn": "More on",
"pixPresentation": "Pix is the online service to assess, develop and certify your digital skills."
}
},
"csv-import-values": {
"sup-organization-learner": {
"diplomas": {
Expand Down Expand Up @@ -379,6 +387,17 @@
},
"subject": "Verzoek instellen nieuw wachtwoord Pix"
},
"self-account-deletion-email": {
"params": {
"hello": "Hello {firstName},",
"requestConfirmation": "Following your request, we can confirm that your Pix account and personal data have been deleted.",
"seeYouSoon": "We hope to see you soon for new digital adventures.",
"signing": "The Pix team",
"title": "Deleting your account",
"warning": "If you are not the source of this request, please contact support."
},
"subject": "Deleting your account"
},
"verification-code-email": {
"body": {
"context": "Je wilt je e-mailadres op je account wijzigen. Voer de volgende code in bij Pix om verder te gaan:",
Expand Down

0 comments on commit 4281f5f

Please sign in to comment.