mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1160 : Add/Update French translations.
This commit is contained in:
@@ -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"
|
||||
|
@@ -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:"
|
||||
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user