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.

115 lines
4.7 KiB

7 years ago
  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. "history": {
  49. "pastversions": "Past Versions",
  50. "timestamp": "Timestamp",
  51. "author": "Author",
  52. "commit": "Commit",
  53. "comparewith": "Compare With...",
  54. "view": "View",
  55. "reverttoversion": "Revert to Version",
  56. "sidebyside": "Side-by-side View"
  57. },
  58. "modal": {
  59. "abort": "Abort",
  60. "anchorerror": "Clipboard copy failed. Copy the URL manually.",
  61. "anchorsuccess": "The URL has been copied to your clipboard.",
  62. "anchortitle": "Copy link to this section",
  63. "copyclipboard": "Copy to Clipboard",
  64. "create": "Create",
  65. "createpageinvalid": "This page path is invalid!",
  66. "createpagepath": "Enter the new page path:",
  67. "createpagetitle": "Create New Page",
  68. "createuser": "Create User",
  69. "createuserauthorize": "Authorize User",
  70. "createuseremail": "Email address:",
  71. "createuseremailplaceholder": "e.g. john.doe@company.com",
  72. "createusername": "Full Name:",
  73. "createusernameplaceholder": "e.g. John Doe",
  74. "createuserpassword": "Password:",
  75. "createuserprovider": "Provider:",
  76. "createusertitle": "Create / Authorize User",
  77. "delete": "Delete",
  78. "deletefiletitle": "Delete?",
  79. "deletefilewarn": "Are you sure you want to delete",
  80. "deleteusertitle": "Delete User Account?",
  81. "deleteuserwarning": "Are you sure you want to delete this user account? This action cannot be undone!",
  82. "discard": "Discard",
  83. "discardpagecreate": "Are you sure you want to leave this page and lose anything you wrote so far?",
  84. "discardpageedit": "Are you sure you want to leave this page and lose any modifications?",
  85. "discardpagestay": "Stay on page",
  86. "discardpagetitle": "Discard?",
  87. "move": "Move",
  88. "movepageinvalid": "This page path is invalid or not allowed!",
  89. "movepagepath": "Enter the new page path:",
  90. "movepageplaceholder": "page-name",
  91. "movepagetitle": "Move Page",
  92. "movepagewarning": "Note that moving or renaming pages can lead to broken links. Make sure to edit any page that links to this page afterwards!",
  93. "newfolderinvalid": "This folder name is invalid!",
  94. "newfolderloading": "Creating new folder...",
  95. "newfoldername": "Enter the new folder name:",
  96. "newfoldernameplaceholder": "folder name",
  97. "newfoldersuccess": "New folder {{name}} created.",
  98. "newfoldertitle": "New Folder",
  99. "renamefile": "Rename",
  100. "renamefileerror": "Rename error: {{err}}",
  101. "renamefileinvalid": "This filename is invalid!",
  102. "renamefileloading": "Renaming file...",
  103. "renamefilename": "Enter the new filename (without the extension) of the file:",
  104. "renamefilenameplaceholder": "filename",
  105. "renamefiletitle": "Rename File"
  106. },
  107. "nav": {
  108. "home": "Home"
  109. },
  110. "search": {
  111. "didyoumean": "Did you mean...?",
  112. "nomatch": "No results matching your query",
  113. "placeholder": "Search...",
  114. "results": "Search Results"
  115. }
  116. }