app_en.arb 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. "clipboard": "Copied to clipboard",
  24. "noAccounts": "You have no accounts,\n press the + button to add one.",
  25. "loading": "Loading...",
  26. "editTitle": "Edit Accounts",
  27. "removeAccounts": "Remove accounts",
  28. "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)?",
  29. "exitEditTitle": "Exit",
  30. "exitEditInfo": "Do you want to exit edit mode without saving?",
  31. "errDuplicateAccount": "Duplicate account",
  32. "errIdCollision": "A rare ID collision has occurred. Please try again.",
  33. "errNoCameraPermission": "Camera permission not granted",
  34. "errIncorrectFormat": "Scanned code is of incorrect format",
  35. "errUnknown": "Unknown error",
  36. "howItWorksTitle": "How it works",
  37. "howItWorksTitle1": "Secure your accounts",
  38. "howItWorksBody1": "Add your accounts to generate time-based one-time passwords (TOTP) for secure sign-in.",
  39. "howItWorksTitle2": "Scan QR codes",
  40. "howItWorksBody2": "Easily add new accounts by scanning QR codes provided by your services.",
  41. "howItWorksTitle3": "Backup & Restore",
  42. "howItWorksBody3": "Backup your accounts securely and restore them when needed.",
  43. "howItWorksTitle4": "Offline & Private",
  44. "howItWorksBody4": "All data stays on your device. No internet required for generating codes.",
  45. "skip": "Skip",
  46. "done": "Done",
  47. "transferCodesTitle": "Transfer codes",
  48. "transferCodesDescription": "Transfer your accounts to another device.",
  49. "exportAccounts": "Export accounts",
  50. "importAccounts": "Import accounts",
  51. "importSuccess": "Accounts imported successfully!",
  52. "importDescription": "Import your accounts from Google Authenticator or PB Authenticator by scanning a QR code.",
  53. "exportDescription": "Select which accounts to export and generate a QR code to transfer them to another device.",
  54. "generateQr": "Generate QR",
  55. "noAccountsSelected": "No accounts selected.",
  56. "themeMode": "Theme",
  57. "themeSystem": "System",
  58. "themeLight": "Light",
  59. "themeDark": "Dark",
  60. "preventScreenCapture": "Prevent screen capture",
  61. "helpTitle": "Help",
  62. "helpBody": "Need assistance? Here you can find answers to common questions and tips for using PB Authenticator."
  63. }