GUACAMOLE-1160 : Add/Update French translations.

This commit is contained in:
Laurent Etiemble
2020-09-16 17:50:56 +02:00
parent 70315d6dcb
commit 93400ef521
14 changed files with 281 additions and 61 deletions

View File

@@ -13,6 +13,7 @@
"translations/ca.json",
"translations/de.json",
"translations/en.json",
"translations/fr.json",
"translations/ja.json",
"translations/pt.json",
"translations/ru.json"

View File

@@ -0,0 +1,34 @@
{
"DATA_SOURCE_TOTP" : {
"NAME" : "TOTP TFA Backend"
},
"LOGIN" : {
"FIELD_HEADER_GUAC_TOTP" : ""
},
"TOTP" : {
"ACTION_HIDE_DETAILS" : "Masquer",
"ACTION_SHOW_DETAILS" : "Montrer",
"FIELD_HEADER_ALGORITHM" : "Algorithme:",
"FIELD_HEADER_DIGITS" : "Chiffres:",
"FIELD_HEADER_INTERVAL" : "Intervalle:",
"FIELD_HEADER_SECRET_KEY" : "Clé secrète:",
"FIELD_PLACEHOLDER_CODE" : "Code d'authentification",
"INFO_CODE_REQUIRED" : "Veuillez entrer le code d'authentification pour vérifier votre identité.",
"INFO_ENROLL_REQUIRED" : "L'authentification multi-facteurs a été activée pour votre compte.",
"INFO_VERIFICATION_FAILED" : "La vérification a échoué. Veuillez réessayer.",
"HELP_ENROLL_BARCODE" : "Pour terminer votre processus d'inscription, scannez le code-barre ci-dessous avec l'application deux-facteurs sur votre téléphone ou votre appareil",
"HELP_ENROLL_VERIFY" : "Après avoir scanné le code-barre, saisissez les {DIGITS} chiffres du code d'authentification affichés pour terminer votre inscription.",
"SECTION_HEADER_DETAILS" : "Détails:"
}
}