-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from xeptagondev/email-translations
add email template for language
- Loading branch information
Showing
3 changed files
with
47 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
export const EmailTranslations = { | ||
en: { | ||
greeting: 'Hello,', | ||
intro: 'Thank you for subscribing to our notifications service to follow the latest checks carried out by the iVerify team.', | ||
todayFactCheck: "Here are the contents that were fact-checked today:", | ||
thanks: "We thank you for your commitment to combating misinformation and invite you to share these results on your social networks to contribute to the dissemination of reliable information.", | ||
regards: "Best regards,", | ||
team: "The iVerify fact-checking team", | ||
learnMore: "Learn more...", | ||
introSubmit: 'You recently subscribed to our notification service to be informed whenever content is fact-checked by the iVerify team.', | ||
factCheckedNotification: | ||
"We inform you that the content you reported or followed has been fact-checked. You can view the results of our analysis by following the link below:", | ||
thanksSubmit: "We thank you for your commitment to verifying information and encourage you to share these results with your social media contacts to help disseminate reliable information." | ||
}, | ||
fr: { | ||
greeting: 'Bonjour,', | ||
intro: "Merci de vous être abonné à notre service de notifications pour suivre les dernières vérifications effectuées par l’équipe iVerify.", | ||
todayFactCheck: "Voici les contenus qui ont été fact-checkés aujourd'hui :", | ||
thanks: "Nous vous remercions pour votre engagement dans la lutte contre la désinformation et vous invitons à partager ces résultats sur vos réseaux sociaux pour contribuer à la diffusion d'informations fiables.", | ||
regards: "Cordialement,", | ||
team: "L’équipe de vérification des faits iVerify", | ||
learnMore: "En savoir plus...", | ||
introSubmit: "Vous avez récemment souscrit à notre service de notifications pour être informé lorsque du contenu est vérifié par l'équipe iVerify.", | ||
factCheckedNotification: | ||
"Nous vous informons que le contenu que vous aviez signalé ou suivi a été fact-checké. Vous pouvez consulter les résultats de notre analyse en suivant le lien ci-dessous :", | ||
thanksSubmit: "Nous vous remercions pour votre engagement envers la vérification des informations et vous encourageons à partager ces résultats avec vos contacts sur les réseaux sociaux afin de contribuer à la diffusion d'informations fiables." | ||
}, | ||
} |