Skip to content

Commit

Permalink
add translation
Browse files Browse the repository at this point in the history
  • Loading branch information
byn9826 committed Nov 14, 2024
1 parent b77f4b6 commit 63740b9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions server/src/configs/locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -422,27 +422,27 @@ export const changePassword = Object.freeze({
export const changeEmail = Object.freeze({
title: {
en: 'Change your email',
fr: '',
fr: 'Changer votre adresse e-mail',
},
email: {
en: 'Email Address',
fr: '',
fr: 'Adresse e-mail',
},
confirm: {
en: 'Confirm',
fr: 'Confirmer',
},
redirect: {
en: 'Redirect back',
fr: 'Rediriger en arrière',
fr: 'Retourner en arrière',
},
sendCode: {
en: 'Send Verification Code',
fr: '',
fr: 'Envoyer le code de vérification',
},
code: {
en: 'Verification Code',
fr: '',
fr: 'Code de vérification',
},
})

Expand Down Expand Up @@ -506,15 +506,15 @@ export const passwordResetEmail = Object.freeze({
export const changeEmailVerificationEmail = Object.freeze({
subject: {
en: 'Verify your email',
fr: '',
fr: 'Vérifiez votre adresse e-mail',
},
title: {
en: 'Verify your email',
fr: '',
fr: 'Vérifiez votre adresse e-mail',
},
desc: {
en: 'Here is your verification code, this code will be expired after 2 hour',
fr: '',
en: 'Here is your verification code, this code will be expired after 2 hours',
fr: 'Voici votre code de vérification, ce code expirera après 2 heures',
},
})

Expand Down

0 comments on commit 63740b9

Please sign in to comment.