2
0

browser.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "editor": {
  3. "codeblockinsert": "Insert Code Block",
  4. "codeblocklanguage": "Language",
  5. "codeblockloading": "Loading code syntax for {{name}}",
  6. "codeblockloadingerror": "Error: Unable to load language syntax.",
  7. "codeblocksuccess": "Your code block has been inserted.",
  8. "codeblocktitle": "Insert Code Block",
  9. "discard": "Discard",
  10. "filedeleteaction": "Delete",
  11. "filedeleteloading": "Deleting file...",
  12. "filedeletedefault": "this file",
  13. "filedeletesuccess": "File deleted successfully.",
  14. "fileerror": "Unable to fetch updated listing.",
  15. "filefolderempty": "This folder is empty.",
  16. "fileinsert": "Insert Link to File",
  17. "fileloading": "Fetching files...",
  18. "filemoveaction": "Move to...",
  19. "filemoveerror": "Move error: {{err}}",
  20. "filemoveloading": "Moving file...",
  21. "filemovesuccess": "File moved successfully.",
  22. "fileprocessing": "Processing...",
  23. "filerenameaction": "Rename",
  24. "filesuccess": "File link has been inserted.",
  25. "filetitle": "Insert File",
  26. "fileupload": "Upload File(s)",
  27. "fileuploaderror": "Upload Error: {{err}}",
  28. "fileuploadsuccess": "File(s) uploaded successfully.",
  29. "folders": "Folders",
  30. "foldersloading": "Fetching folders list...",
  31. "imagetitle": "Insert Image",
  32. "imageinsert": "Insert Image",
  33. "imagesuccess": "Image has been inserted.",
  34. "imageupload": "Upload Image(s)",
  35. "imagealignleft": "Left (default)",
  36. "imagealigncenter": "Centered",
  37. "imagealignright": "Right",
  38. "imagealignlogo": "Page Logo",
  39. "newfolder": "New Folder",
  40. "videoanymp4file": "Any standard MP4 file",
  41. "videoinsert": "Insert Video",
  42. "videolinktitle": "Enter the link to the video to be embedded:",
  43. "videonotsupported": "This URL is invalid or not supported!",
  44. "videosuccess": "The video code has been inserted.",
  45. "videosupportedtitle": "The following are supported:",
  46. "videotitle": "Insert Video"
  47. },
  48. "modal": {
  49. "abort": "Abort",
  50. "anchorerror": "Clipboard copy failed. Copy the URL manually.",
  51. "anchorsuccess": "The URL has been copied to your clipboard.",
  52. "anchortitle": "Copy link to this section",
  53. "copyclipboard": "Copy to Clipboard",
  54. "create": "Create",
  55. "createpageinvalid": "This page path is invalid!",
  56. "createpagepath": "Enter the new page path:",
  57. "createpagetitle": "Create New Page",
  58. "createuser": "Create User",
  59. "createuserauthorize": "Authorize User",
  60. "createuseremail": "Email address:",
  61. "createuseremailplaceholder": "e.g. john.doe@company.com",
  62. "createusername": "Full Name:",
  63. "createusernameplaceholder": "e.g. John Doe",
  64. "createuserpassword": "Password:",
  65. "createuserprovider": "Provider:",
  66. "createusertitle": "Create / Authorize User",
  67. "delete": "Delete",
  68. "deletefiletitle": "Delete?",
  69. "deletefilewarn": "Are you sure you want to delete",
  70. "deleteusertitle": "Delete User Account?",
  71. "deleteuserwarning": "Are you sure you want to delete this user account? This action cannot be undone!",
  72. "discard": "Discard",
  73. "discardpagecreate": "Are you sure you want to leave this page and loose anything you wrote so far?",
  74. "discardpageedit": "Are you sure you want to leave this page and loose any modifications?",
  75. "discardpagestay": "Stay on page",
  76. "discardpagetitle": "Discard?",
  77. "move": "Move",
  78. "movepageinvalid": "This page path is invalid or not allowed!",
  79. "movepagepath": "Enter the new page path:",
  80. "movepageplaceholder": "page-name",
  81. "movepagetitle": "Move Page",
  82. "movepagewarning": "Note that moving or renaming pages can lead to broken links. Make sure to edit any page that links to this page afterwards!",
  83. "newfolderinvalid": "This folder name is invalid!",
  84. "newfolderloading": "Creating new folder...",
  85. "newfoldername": "Enter the new folder name:",
  86. "newfoldernameplaceholder": "folder name",
  87. "newfoldersuccess": "New folder {{name}} created.",
  88. "newfoldertitle": "New Folder",
  89. "renamefile": "Rename",
  90. "renamefileerror": "Rename error: {{err}}",
  91. "renamefileinvalid": "This filename is invalid!",
  92. "renamefileloading": "Renaming file...",
  93. "renamefilename": "Enter the new filename (without the extension) of the file:",
  94. "renamefilenameplaceholder": "filename",
  95. "renamefiletitle": "Rename File"
  96. },
  97. "nav": {
  98. "home": "Home"
  99. },
  100. "profile": {
  101. "displayname": "Display Name",
  102. "displaynameexample": "John Smith",
  103. "email": "Email",
  104. "password": "Password",
  105. "passwordverify": "Verify Password",
  106. "savechanges": "Save Changes"
  107. },
  108. "search": {
  109. "didyoumean": "Did you mean...?",
  110. "nomatch": "No results matching your query",
  111. "placeholder": "Search...",
  112. "results": "Search Results"
  113. }
  114. }