| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "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",
- "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.",
- "exportDescription": "Select which accounts to export and generate a QR code to transfer them to another device.",
- "generateQr": "Generate QR",
- "noAccountsSelected": "No accounts selected.",
- "themeMode": "Theme",
- "themeSystem": "System",
- "themeLight": "Light",
- "themeDark": "Dark",
- "preventScreenCapture": "Prevent screen capture",
- "helpTitle": "Help",
- "helpBody": "Need assistance? Here you can find answers to common questions and tips for using PB Authenticator.",
- "search": "Search",
- "searchHint": "Search by name or issuer",
- "sortBy": "Sort by",
- "sortByName": "Name",
- "sortAscending": "A-Z",
- "sortDescending": "Z-A",
- "clearSearch": "Clear search",
- "noSearchResults": "No accounts found for \"{query}\"",
- "@noSearchResults": {
- "placeholders": {
- "query": {
- "type": "String"
- }
- }
- },
- "selectAll": "Select All",
- "selectNone": "Select None"
- }
|