| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "appName": "PB Authenticator",
- "ok": "OK",
- "yes": "Yes",
- "no": "No",
- "error": "Error",
- "save": "Save",
- "edit": "Edit",
- "add": "Add",
- "addTitle": "Add Account",
- "addScanQR": "Scan QR Code",
- "addManualInput": "Manual Input",
- "addMethodPrompt": "Please select input method.",
- "cancel": "Cancel",
- "secret": "Secret key",
- "secretInvalidMessage": "Secret key is invalid",
- "issuer": "Provider/Issuer",
- "accountName": "Account Name",
- "digits": "Number of digits",
- "period": "Time step",
- "settingsTitle": "Settings",
- "source": "Source code",
- "licenses": "Acknowledgements",
- "clipboard": "Copied to clipboard",
- "noAccounts": "You have no accounts,\n press the + button to add one.",
- "loading": "Loading...",
- "editTitle": "Edit Accounts",
- "removeAccounts": "Remove accounts",
- "removeConfirmation": "Please do not forget to turn off 2 factor authentication before removal.\n\nAre you sure that you want to remove the selected account(s)?",
- "exitEditTitle": "Exit",
- "exitEditInfo": "Do you want to exit edit mode without saving?",
- "errDuplicateAccount": "Duplicate account",
- "errIdCollision": "A rare ID collision has occurred. Please try again.",
- "errNoCameraPermission": "Camera permission not granted",
- "errIncorrectFormat": "Scanned code is of incorrect format",
- "errUnknown": "Unknown error",
- "howItWorksTitle": "How it works",
- "howItWorksTitle1": "Secure your accounts",
- "howItWorksBody1": "Add your accounts to generate time-based one-time passwords (TOTP) for secure sign-in.",
- "howItWorksTitle2": "Scan QR codes",
- "howItWorksBody2": "Easily add new accounts by scanning QR codes provided by your services.",
- "howItWorksTitle3": "Backup & Restore",
- "howItWorksBody3": "Backup your accounts securely and restore them when needed.",
- "howItWorksTitle4": "Offline & Private",
- "howItWorksBody4": "All data stays on your device. No internet required for generating codes.",
- "skip": "Skip",
- "done": "Done",
- "transferCodesTitle": "Transfer codes",
- "transferCodesDescription": "Transfer your accounts to another device.",
- "exportAccounts": "Export accounts",
- "importAccounts": "Import accounts",
- "importSuccess": "Accounts imported successfully!",
- "importDescription": "Import your accounts from Google Authenticator or PB Authenticator by scanning a QR code."
- }
|