|
@@ -1,5 +1,6 @@
|
|
|
{
|
|
|
"account": "Account",
|
|
|
+ "unlock": "Unlock",
|
|
|
"recoveryKey": "Recovery key",
|
|
|
"counterAppBarTitle": "Counter",
|
|
|
"@counterAppBarTitle": {
|
|
@@ -85,6 +86,7 @@
|
|
|
"importSelectJsonFile": "Select JSON file",
|
|
|
"importEnteEncGuide": "Select the encrypted JSON file exported from ente",
|
|
|
"importRaivoGuide": "Use the \"Export OTPs to Zip archive\" option in Raivo's Settings.\n\nExtract the zip file and import the JSON file.",
|
|
|
+ "importBitwardenGuide": "Use the \"Export vault\" option within Bitwarden Tools and import the unencrypted JSON file.",
|
|
|
"importAegisGuide": "Use the \"Export the vault\" option in Aegis's Settings.\n\nIf your vault is encrypted, you will need to enter vault password to decrypt the vault.",
|
|
|
"exportCodes": "Export codes",
|
|
|
"importLabel": "Import",
|
|
@@ -97,6 +99,7 @@
|
|
|
"authToViewYourRecoveryKey": "Please authenticate to view your recovery key",
|
|
|
"authToChangeYourEmail": "Please authenticate to change your email",
|
|
|
"authToChangeYourPassword": "Please authenticate to change your password",
|
|
|
+ "authToViewSecrets": "Please authenticate to view your secrets",
|
|
|
"ok": "Ok",
|
|
|
"cancel": "Cancel",
|
|
|
"yes": "Yes",
|
|
@@ -336,5 +339,57 @@
|
|
|
"deleteCodeAuthMessage": "Authenticate to delete code",
|
|
|
"showQRAuthMessage": "Authenticate to show QR code",
|
|
|
"confirmAccountDeleteTitle": "Confirm account deletion",
|
|
|
- "confirmAccountDeleteMessage": "This account is linked to other ente apps, if you use any.\n\nYour uploaded data, across all ente apps, will be scheduled for deletion, and your account will be permanently deleted."
|
|
|
+ "confirmAccountDeleteMessage": "This account is linked to other ente apps, if you use any.\n\nYour uploaded data, across all ente apps, will be scheduled for deletion, and your account will be permanently deleted.",
|
|
|
+ "androidBiometricHint": "Verify identity",
|
|
|
+ "@androidBiometricHint": {
|
|
|
+ "description": "Hint message advising the user how to authenticate with biometrics. It is used on Android side. Maximum 60 characters."
|
|
|
+ },
|
|
|
+ "androidBiometricNotRecognized": "Not recognized. Try again.",
|
|
|
+ "@androidBiometricNotRecognized": {
|
|
|
+ "description": "Message to let the user know that authentication was failed. It is used on Android side. Maximum 60 characters."
|
|
|
+ },
|
|
|
+ "androidBiometricSuccess": "Success",
|
|
|
+ "@androidBiometricSuccess": {
|
|
|
+ "description": "Message to let the user know that authentication was successful. It is used on Android side. Maximum 60 characters."
|
|
|
+ },
|
|
|
+ "androidCancelButton": "Cancel",
|
|
|
+ "@androidCancelButton": {
|
|
|
+ "description": "Message showed on a button that the user can click to leave the current dialog. It is used on Android side. Maximum 30 characters."
|
|
|
+ },
|
|
|
+ "androidSignInTitle": "Authentication required",
|
|
|
+ "@androidSignInTitle": {
|
|
|
+ "description": "Message showed as a title in a dialog which indicates the user that they need to scan biometric to continue. It is used on Android side. Maximum 60 characters."
|
|
|
+ },
|
|
|
+ "androidBiometricRequiredTitle": "Biometric required",
|
|
|
+ "@androidBiometricRequiredTitle": {
|
|
|
+ "description": "Message showed as a title in a dialog which indicates the user has not set up biometric authentication on their device. It is used on Android side. Maximum 60 characters."
|
|
|
+ },
|
|
|
+ "androidDeviceCredentialsRequiredTitle": "Device credentials required",
|
|
|
+ "@androidDeviceCredentialsRequiredTitle": {
|
|
|
+ "description": "Message showed as a title in a dialog which indicates the user has not set up credentials authentication on their device. It is used on Android side. Maximum 60 characters."
|
|
|
+ },
|
|
|
+ "androidDeviceCredentialsSetupDescription": "Device credentials required",
|
|
|
+ "@androidDeviceCredentialsSetupDescription": {
|
|
|
+ "description": "Message advising the user to go to the settings and configure device credentials on their device. It shows in a dialog on Android side."
|
|
|
+ },
|
|
|
+ "goToSettings": "Go to settings",
|
|
|
+ "@goToSettings": {
|
|
|
+ "description": "Message showed on a button that the user can click to go to settings pages from the current dialog. It is used on both Android and iOS side. Maximum 30 characters."
|
|
|
+ },
|
|
|
+ "androidGoToSettingsDescription": "Biometric authentication is not set up on your device. Go to 'Settings > Security' to add biometric authentication.",
|
|
|
+ "@androidGoToSettingsDescription": {
|
|
|
+ "description": "Message advising the user to go to the settings and configure biometric on their device. It shows in a dialog on Android side."
|
|
|
+ },
|
|
|
+ "iOSLockOut": "Biometric authentication is disabled. Please lock and unlock your screen to enable it.",
|
|
|
+ "@iOSLockOut": {
|
|
|
+ "description": "Message advising the user to re-enable biometrics on their device. It shows in a dialog on iOS side."
|
|
|
+ },
|
|
|
+ "iOSGoToSettingsDescription": "Biometric authentication is not set up on your device. Please either enable Touch ID or Face ID on your phone.",
|
|
|
+ "@iOSGoToSettingsDescription": {
|
|
|
+ "description": "Message advising the user to go to the settings and configure Biometrics for their device. It shows in a dialog on iOS side."
|
|
|
+ },
|
|
|
+ "iOSOkButton": "OK",
|
|
|
+ "@iOSOkButton": {
|
|
|
+ "description": "Message showed on a button that the user can click to leave the current dialog. It is used on iOS side. Maximum 30 characters."
|
|
|
+ }
|
|
|
}
|