Skip to content

Commit

Permalink
Merge pull request #1 from fixthestatusquo/fr-translation
Browse files Browse the repository at this point in the history
Update to french
  • Loading branch information
tttp authored Feb 10, 2021
2 parents 4e574f0 + c973b67 commit bf7ac42
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src/localization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,25 @@ const LANG_EN: Localization = {
button_retry: "Retry",
}

// French
const LANG_FR: Localization = {
text_init: "Chargement..",

text_ready: "Verification Anti-Robot ",
button_start: "Cliquez ici pour vérifier",

text_fetching: "Chargement du challenge",

text_solving: "Vérification que vous êtes humain.",
text_completed: "Je suis humain",

text_expired: "Verification échue",
button_restart: "Recommencer",

text_error: "Echec de verification:",
button_retry: "Recommencer",
}

// German
const LANG_DE: Localization = {
text_init: "Initialisierung..",
Expand Down Expand Up @@ -87,4 +106,4 @@ export const localizations = {
en: LANG_EN,
de: LANG_DE,
nl: LANG_NL,
}
}

0 comments on commit bf7ac42

Please sign in to comment.