add new strings
This commit is contained in:
parent
fccd366e11
commit
9eeb6b5cb4
2 changed files with 560 additions and 558 deletions
25
en.arb
25
en.arb
|
|
@ -213,8 +213,6 @@
|
|||
"plusFeature2": "✓ Additional features (coming-soon)",
|
||||
"manageAdditionalUsers": "Manage additional users",
|
||||
"open": "Open",
|
||||
"createVoucher": "Buy voucher",
|
||||
"redeemVoucher": "Redeem voucher",
|
||||
"buy": "Buy",
|
||||
"autoRenewal": "Auto renewal",
|
||||
"additionalUsersList": "Your additional users",
|
||||
|
|
@ -234,13 +232,11 @@
|
|||
"backupSuccess": "Success",
|
||||
"backupTwonlySafeDesc": "Back up your twonly identity, as this is the only way to restore your account if you uninstall the app or lose your phone.",
|
||||
"backupNoPasswordRecovery": "Due to twonly's security system, there is (currently) no password recovery function. Therefore, you must remember your password or, better yet, write it down.",
|
||||
"backupServer": "Server",
|
||||
"backupMaxBackupSize": "max. backup size",
|
||||
"backupStorageRetention": "Storage retention",
|
||||
"backupIdentityHeader": "Identity",
|
||||
"backupArchiveHeader": "Contacts, Settings and Messages",
|
||||
"backupLastBackupDate": "Last backup",
|
||||
"backupLastBackupSize": "Backup size",
|
||||
"backupLastBackupResult": "Result",
|
||||
"backupData": "Data-Backup",
|
||||
"backupInsecurePassword": "Insecure password",
|
||||
"backupInsecurePasswordDesc": "The chosen password is very insecure and can therefore easily be guessed by attackers. Please choose a secure password.",
|
||||
"backupInsecurePasswordOk": "Continue anyway",
|
||||
|
|
@ -251,11 +247,7 @@
|
|||
"passwordRepeated": "Repeat password",
|
||||
"passwordRepeatedNotEqual": "Passwords do not match.",
|
||||
"backupPasswordRequirement": "Password must be at least 10 characters long.",
|
||||
"backupExpertSettings": "Expert settings",
|
||||
"backupEnableBackup": "Activate automatic backup",
|
||||
"backupOwnServerDesc": "Save your twonly Backup at twonly or on any server of your choice.",
|
||||
"backupUseOwnServer": "Use server",
|
||||
"backupResetServer": "Use standard server",
|
||||
"backupTwonlySaveNow": "Save now",
|
||||
"backupChangePassword": "Change password",
|
||||
"twonlySafeRecoverTitle": "Recovery",
|
||||
|
|
@ -387,10 +379,12 @@
|
|||
"shareYourProfile": "Share your profile",
|
||||
"scanOtherProfile": "Scan other profile",
|
||||
"openYourOwnQRcode": "Open your own QR code",
|
||||
"skipForNow": "Skip for now",
|
||||
"finishSetupCardTitle": "Complete your profile",
|
||||
"finishSetupCardDesc": "You are almost there! Finish setting up your account to get the most out of twonly.",
|
||||
"finishSetupCardAction": "Resume Setup",
|
||||
"missingBackupCardTitle": "Setup backup",
|
||||
"missingBackupCardDesc": "We have improved the backup mechanism, which requires you to set it up again.",
|
||||
"missingBackupCardAction": "Set up now",
|
||||
"onboardingFinishLater": "Finish later",
|
||||
"onboardingProfileTitle": "Choose your look",
|
||||
"onboardingProfileBody": "Select an avatar and a display name that friends will see.",
|
||||
|
|
@ -558,5 +552,12 @@
|
|||
"oldName": {},
|
||||
"newName": {}
|
||||
}
|
||||
}
|
||||
},
|
||||
"recoverErrorNoInternet": "No internet connection. Please check your network and try again.",
|
||||
"recoverErrorUsernameNotValid": "The username provided is not valid or does not exist.",
|
||||
"recoverErrorPasswordInvalid": "The password provided is incorrect.",
|
||||
"recoverErrorTryAgainLater": "The server is currently unavailable. Please try again later.",
|
||||
"recoverErrorUnknown": "An unknown error occurred. Please try again.",
|
||||
"recoverSuccessTitle": "Backup successfully recovered.",
|
||||
"recoverSuccessBody": "Click here to open the app again"
|
||||
}
|
||||
Loading…
Reference in a new issue