You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
2.9 KiB

  1. {
  2. "profile": {
  3. "displayname": "Display Name",
  4. "displaynameexample": "John Smith",
  5. "email": "Email",
  6. "lastprofileupdate": "Last Profile Update",
  7. "membersince": "Member since",
  8. "password": "Password",
  9. "passwordverify": "Verify Password",
  10. "provider": "Provider",
  11. "savechanges": "Save Changes",
  12. "subtitle": "Profile and authentication info",
  13. "tfa": "Two-Factor Authentication",
  14. "tfadisable": "Disable 2FA",
  15. "tfadisabled": "Disabled",
  16. "tfaenable": "Enable 2FA",
  17. "tfaenabled": "Enabled"
  18. },
  19. "stats": {
  20. "subtitle": "General site-wide statistics",
  21. "entries": "Entries",
  22. "uploads": "Uploads",
  23. "users": "Users"
  24. },
  25. "settings": {
  26. "subtitle": "Manage site configuration"
  27. },
  28. "system": {
  29. "subtitle": "Information and utilities for your wiki",
  30. "systemversion": "System Version",
  31. "currentversion": "Current Version",
  32. "latestversion": "Latest Version",
  33. "upgrade": "Upgrade",
  34. "reinstall": "Re-install current version",
  35. "versioncheckfailed": "Unable to query latest version. Try again later.",
  36. "administrativetools": "Administrative Tools",
  37. "flushcache": "Flush cache and rebuild indexes",
  38. "flushcachetext": "If content or search results seems out-of-date or do not include latest content, flushing the cache can help resolve these issues.",
  39. "flushcachebtn": "Flush and Rebuild",
  40. "resetaccounts": "Reset the system accounts to defaults",
  41. "resetaccountstext": "The system accounts (such as the Guest account) will be reset to their default settings.",
  42. "resetaccountsbtn": "Reset System Accounts",
  43. "flushsessions": "Flush all active user sessions",
  44. "flushsessionstext": "All users will be logged out and forced to login again. Your current session will also be affected!",
  45. "flushsessionsbtn": "Flush Sessions",
  46. "hostinfo": "Host Information",
  47. "os": "Operating System",
  48. "nodeversion": "Node.js Version",
  49. "hostname": "Hostname",
  50. "cores": "CPU Cores",
  51. "totalmem": "Total Memory",
  52. "cwd": "Working Directory"
  53. },
  54. "theme": {
  55. "subtitle": "Change the look and feel of your wiki",
  56. "primarycolor": "Primary Color",
  57. "primarycolordesc": "Used for top navigation bar, headers, links, etc.",
  58. "altcolor": "Alternate Color",
  59. "altcolordesc": "Used for the sidebar (in a darker tone)",
  60. "footercolor": "Footer Color",
  61. "footercolordesc": "Used for the footer (in a lighter tone)",
  62. "codeblock": {
  63. "title": "Code Blocks",
  64. "dark": "Use Dark Theme",
  65. "colorize": "Colorize code syntax"
  66. },
  67. "savechanges": "Save Changes",
  68. "reset": "Revert to Defaults"
  69. },
  70. "users": {
  71. "createauthorize": "Create / Authorize User",
  72. "subtitle": "Manage users and access rights",
  73. "name": "Name",
  74. "email": "Email Address",
  75. "provider": "Provider",
  76. "createdon": "Created On",
  77. "updatedon": "Updated On",
  78. "returntousers": "Return to Users",
  79. "edituser": "Edit User",
  80. "uniqueid": "Unique ID"
  81. }
  82. }