You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/i18n/en/app_unlock.json
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,5 +9,15 @@
9
9
"enable": "Authenticate to enable local authentication.",
10
10
"disable": "Authenticate to disable local authentication."
11
11
},
12
-
"masterPasswordDialogMessage": "Please enter your master password to unlock the app."
12
+
"masterPasswordDialogMessage": "Please enter your master password to unlock the app.",
13
+
"cannotUnlock": {
14
+
"localAuthentication": {
15
+
"deviceNotSupported": "Cannot unlock the app because your device is not supported by local authentication. Disable this locking method with the button below.",
16
+
"button": "Disable"
17
+
},
18
+
"masterPassword": {
19
+
"noPasswordVerificationMethodAvailable": "Cannot unlock the app with your password because the app data integrity has been altered. Please change your master password to continue.\nNote that your TOTPs will still need to be decrypted manually.",
Copy file name to clipboardExpand all lines: lib/i18n/en/home.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,5 +11,9 @@
11
11
"title": "Add manually",
12
12
"subtitle": "Manually enter your TOTP details (eg. secret, label, issuer, ...)."
13
13
}
14
+
},
15
+
"noCryptoStore": {
16
+
"message": "An error occurred while loading your crypto store. This means that we cannot do any encryption / decryption operation. Please restart the app or enter a new master password using the button below.",
Copy file name to clipboardExpand all lines: lib/i18n/fr/app_unlock.json
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,5 +9,15 @@
9
9
"enable": "Authentifiez-vous pour activer l'authentification locale.",
10
10
"disable": "Authentifiez-vous pour désactiver l'authentification locale."
11
11
},
12
-
"masterPasswordDialogMessage": "Veuillez entrer votre mot de passe maître pour déverrouiller l'application."
12
+
"masterPasswordDialogMessage": "Veuillez entrer votre mot de passe maître pour déverrouiller l'application.",
13
+
"cannotUnlock": {
14
+
"localAuthentication": {
15
+
"deviceNotSupported": "Impossible de déverouiller l'application car l'authentification locale n'est pas supportée. Désactivez cette méthode de verrouillage avec le bouton ci-dessous.",
16
+
"button": "Désactiver"
17
+
},
18
+
"masterPassword": {
19
+
"noPasswordVerificationMethodAvailable": "Impossible de déverouiller l'application parce que l'intégrité des données de l'application a été altérée.\nVeuillez modifier votre mot de passe maître pour continuer.\nNotez que vos TOTPs devront tout de même être déchiffrés manuellement.",
Copy file name to clipboardExpand all lines: lib/i18n/fr/home.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,5 +11,9 @@
11
11
"title": "Ajouter manuellement",
12
12
"subtitle": "Entrer manuellement les détails du TOTP (ex. secret, étiquette, émetteur, ...)."
13
13
}
14
+
},
15
+
"noCryptoStore": {
16
+
"message": "Une erreur est survenue durant la lecture du crypto store. Cela veut dire qu'aucune opération de chiffrement / déchiffrement n'est possible. Veuillez redémarrer l'application ou entrer un nouveau mot de passe maître en utilisant le bouton ci-dessous.",
17
+
"resetButton": "Réinitialiser le mot de passe maître"
0 commit comments