browser.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. "discard": "Discard",
  29. "discardpagestay": "Stay on page",
  30. "discardpagetitle": "Discard?",
  31. "discardpagecreate": "Are you sure you want to leave this page and loose anything you wrote so far?",
  32. "discardpageedit": "Are you sure you want to leave this page and loose any modifications?",
  33. "delete": "Delete",
  34. "deleteusertitle": "Delete User Account?",
  35. "deleteuserwarning": "Are you sure you want to delete this user account? This action cannot be undone!",
  36. "move": "Move",
  37. "movepagetitle": "Move Page",
  38. "movepagepath": "Enter the new page path:",
  39. "movepageinvalid": "This page path is invalid or not allowed!",
  40. "movepagewarning": "Note that moving or renaming pages can lead to broken links. Make sure to edit any page that links to this page afterwards!",
  41. "movepageplaceholder": "page-name"
  42. },
  43. "nav": {
  44. "home": "Home"
  45. },
  46. "profile": {
  47. "displayname": "Display Name",
  48. "displaynameexample": "John Smith",
  49. "email": "Email",
  50. "password": "Password",
  51. "passwordverify": "Verify Password",
  52. "savechanges": "Save Changes"
  53. },
  54. "search": {
  55. "placeholder": "Search...",
  56. "results": "Search Results",
  57. "nomatch": "No results matching your query",
  58. "didyoumean": "Did you mean...?"
  59. }
  60. }