app_en.arb 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "appName": "PB Authenticator",
  3. "ok": "OK",
  4. "yes": "Yes",
  5. "no": "No",
  6. "error": "Error",
  7. "save": "Save",
  8. "edit": "Edit",
  9. "add": "Add",
  10. "addTitle": "Add Account",
  11. "addScanQR": "Scan QR Code",
  12. "addManualInput": "Manual Input",
  13. "addMethodPrompt": "Please select input method.",
  14. "cancel": "Cancel",
  15. "secret": "Secret key",
  16. "secretInvalidMessage": "Secret key is invalid",
  17. "issuer": "Provider/Issuer",
  18. "accountName": "Account Name",
  19. "digits": "Number of digits",
  20. "period": "Time step",
  21. "settingsTitle": "Settings",
  22. "source": "Source code",
  23. "licenses": "Acknowledgements",
  24. "clipboard": "Copied to clipboard",
  25. "noAccounts": "You have no accounts,\n press the + button to add one.",
  26. "loading": "Loading...",
  27. "editTitle": "Edit Accounts",
  28. "removeAccounts": "Remove accounts",
  29. "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)?",
  30. "exitEditTitle": "Exit",
  31. "exitEditInfo": "Do you want to exit edit mode without saving?",
  32. "errDuplicateAccount": "Duplicate account",
  33. "errIdCollision": "A rare ID collision has occurred. Please try again.",
  34. "errNoCameraPermission": "Camera permission not granted",
  35. "errIncorrectFormat": "Scanned code is of incorrect format",
  36. "errUnknown": "Unknown error",
  37. "howItWorksTitle": "How it works",
  38. "howItWorksTitle1": "Secure your accounts",
  39. "howItWorksBody1": "Add your accounts to generate time-based one-time passwords (TOTP) for secure sign-in.",
  40. "howItWorksTitle2": "Scan QR codes",
  41. "howItWorksBody2": "Easily add new accounts by scanning QR codes provided by your services.",
  42. "howItWorksTitle3": "Backup & Restore",
  43. "howItWorksBody3": "Backup your accounts securely and restore them when needed.",
  44. "howItWorksTitle4": "Offline & Private",
  45. "howItWorksBody4": "All data stays on your device. No internet required for generating codes.",
  46. "skip": "Skip",
  47. "done": "Done",
  48. "transferCodesTitle": "Transfer codes",
  49. "transferCodesDescription": "Transfer your accounts to another device.",
  50. "exportAccounts": "Export accounts",
  51. "importAccounts": "Import accounts",
  52. "importSuccess": "Accounts imported successfully!",
  53. "importDescription": "Import your accounts from Google Authenticator or PB Authenticator by scanning a QR code.",
  54. "exportDescription": "Select which accounts to export and generate a QR code to transfer them to another device.",
  55. "generateQr": "Generate QR",
  56. "noAccountsSelected": "No accounts selected.",
  57. "themeMode": "Theme",
  58. "themeSystem": "System",
  59. "themeLight": "Light",
  60. "themeDark": "Dark",
  61. "preventScreenCapture": "Prevent screen capture"
  62. }