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.

68 lines
2.8 KiB

  1. {
  2. "editor": {
  3. "discard": "Discard",
  4. "codeblocktitle": "Insert Code Block",
  5. "codeblockinsert": "Insert Code Block",
  6. "codeblocklanguage": "Language",
  7. "codeblockloading": "Loading code syntax for {{name}}",
  8. "codeblockloadingerror": "Error: Unable to load language syntax.",
  9. "codeblocksuccess": "Your code block has been inserted.",
  10. "videotitle": "Insert Video",
  11. "videolinktitle": "Enter the link to the video to be embedded:",
  12. "videoinsert": "Insert Video",
  13. "videonotsupported": "This URL is invalid or not supported!",
  14. "videosupportedtitle": "The following are supported:",
  15. "videoanymp4file": "Any standard MP4 file",
  16. "videosuccess": "The video code has been inserted."
  17. },
  18. "modal": {
  19. "abort": "Abort",
  20. "anchortitle": "Copy link to this section",
  21. "anchorsuccess": "The URL has been copied to your clipboard.",
  22. "anchorerror": "Clipboard copy failed. Copy the URL manually.",
  23. "copyclipboard": "Copy to Clipboard",
  24. "create": "Create",
  25. "createpagetitle": "Create New Page",
  26. "createpagepath": "Enter the new page path:",
  27. "createpageinvalid": "This page path is invalid!",
  28. "createusertitle": "Create / Authorize User",
  29. "createuseremail": "Email address:",
  30. "createuseremailplaceholder": "e.g. john.doe@company.com",
  31. "createuserprovider": "Provider:",
  32. "createuserpassword": "Password:",
  33. "createusername": "Full Name:",
  34. "createusernameplaceholder": "e.g. John Doe",
  35. "createuser": "Create User",
  36. "createuserauthorize": "Authorize User",
  37. "discard": "Discard",
  38. "discardpagestay": "Stay on page",
  39. "discardpagetitle": "Discard?",
  40. "discardpagecreate": "Are you sure you want to leave this page and loose anything you wrote so far?",
  41. "discardpageedit": "Are you sure you want to leave this page and loose any modifications?",
  42. "delete": "Delete",
  43. "deleteusertitle": "Delete User Account?",
  44. "deleteuserwarning": "Are you sure you want to delete this user account? This action cannot be undone!",
  45. "move": "Move",
  46. "movepagetitle": "Move Page",
  47. "movepagepath": "Enter the new page path:",
  48. "movepageinvalid": "This page path is invalid or not allowed!",
  49. "movepagewarning": "Note that moving or renaming pages can lead to broken links. Make sure to edit any page that links to this page afterwards!",
  50. "movepageplaceholder": "page-name"
  51. },
  52. "nav": {
  53. "home": "Home"
  54. },
  55. "profile": {
  56. "displayname": "Display Name",
  57. "displaynameexample": "John Smith",
  58. "email": "Email",
  59. "password": "Password",
  60. "passwordverify": "Verify Password",
  61. "savechanges": "Save Changes"
  62. },
  63. "search": {
  64. "placeholder": "Search...",
  65. "results": "Search Results",
  66. "nomatch": "No results matching your query",
  67. "didyoumean": "Did you mean...?"
  68. }
  69. }