translation.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. {
  2. "Help": "Help",
  3. "Edit": "Edit",
  4. "Delete": "Delete",
  5. "Duplicate": "Duplicate",
  6. "Move": "Move",
  7. "Moved": "Moved",
  8. "Unlinked": "Unlinked",
  9. "Like!": "Like!",
  10. "Seen by": "Seen by",
  11. "Cancel": "Cancel",
  12. "Create": "Create",
  13. "Admin": "Admin",
  14. "New": "New",
  15. "Shortcuts": "Shortcuts",
  16. "Update": "Update",
  17. "Update Page": "Update Page",
  18. "Warning": "Warning",
  19. "Sign in": "Sign in",
  20. "Sign up is here": "Sign up",
  21. "Sign in is here": "Sign in",
  22. "Sign up": "Sign up",
  23. "Sign up with Google Account": "Sign up with Google Account",
  24. "Sign in with Google Account": "Sign in with Google Account",
  25. "Sign up with this Google Account": "Sign up with this Google Account",
  26. "Example": "Example",
  27. "Taro Yamada": "James Bond",
  28. "List View": "List",
  29. "Timeline View": "Timeline",
  30. "Presentation Mode": "Presentation",
  31. "Created": "Created",
  32. "Last updated": "Updated",
  33. "Share": "Share",
  34. "Share Link": "Share Link",
  35. "Markdown Link": "Markdown Link",
  36. "Management Wiki": "Management Wiki",
  37. "Unportalize": "Unportalize",
  38. "View this version": "View this version",
  39. "View diff": "View diff",
  40. "User ID": "User ID",
  41. "Home": "Home",
  42. "User Settings": "User Settings",
  43. "User Information": "User Information",
  44. "Basic Info": "Basic Info",
  45. "Name": "Name",
  46. "Email": "Email",
  47. "Language": "Language",
  48. "English": "English",
  49. "Japanese": "Japanese",
  50. "Set Profile Image": "Set Profile Image",
  51. "Upload Image": "Upload Image",
  52. "Current Image": "Current Image",
  53. "Delete Image": "Delete Image",
  54. "Delete this image?": "Delete this image?",
  55. "Updated": "Updated",
  56. "Upload new image": "Upload new image",
  57. "Google Setting": "Google Setting",
  58. "Connected": "Connected",
  59. "Disconnect": "Disconnect",
  60. "Show": "Show",
  61. "Hide": "Hide",
  62. "Disclose E-mail": "Disclose E-mail",
  63. "Create today's": "Create today's ...",
  64. "Memo": "memo",
  65. "Input page name": "Input page name",
  66. "Input page name (optional)": "Input page name (optional)",
  67. "New Page": "New Page",
  68. "Create under": "Create page under: <code>%s</code>",
  69. "Table of Contents": "Table of Contents",
  70. "Public": "Public",
  71. "Anyone with the link": "Anyone with the link",
  72. "Specified users only": "Specified users only",
  73. "Just me": "Just me",
  74. "Only inside the group": "Only inside the group",
  75. "Shareable link": "Shareable link",
  76. "Show latest": "Show latest",
  77. "Load latest": "Load latest",
  78. "edited this page": "edited this page.",
  79. "Deleted Pages": "Deleted Pages",
  80. "Sign out": "Logout",
  81. "page_register": {
  82. "notice": {
  83. "restricted": "Admin approval required.",
  84. "restricted_defail": "Once the admin approves your sign up, you'll be able to access this wiki.",
  85. "google_account_continue": "Enter your user ID, name and password to continue."
  86. },
  87. "form_help": {
  88. "email": "You must have email address which listed below to sign up to this wiki.",
  89. "password": "Your password must be at least 6 characters long.",
  90. "user_id": "The URL of pages you create will contain your User ID. Your User ID can consist of letters, numbers, and some symbols."
  91. }
  92. },
  93. "page_me": {
  94. "form_help": {
  95. "profile_image1": "Image upload settings not completed.",
  96. "profile_image2": "Set up AWS or enable local uploads.",
  97. "google_connect1": "With Google Connect, you can sign in with your Google Account.",
  98. "google_connect2": "Only Google Apps accounts with the following email addresses are connectable Google accounts:",
  99. "google_disconnect1": "If you disconnect your Google account, you will be unable to sign in using Google Authentication",
  100. "google_disconnect2": "After disconnecting your Google account, you can sign in normally using your email and password"
  101. }
  102. },
  103. "page_me_apitoken": {
  104. "notice": {
  105. "apitoken_issued": "API Token is not issued.",
  106. "update_token1": "You can update to generate a new API Token.",
  107. "update_token2": "You will need to update the API Token in any existing processes."
  108. },
  109. "form_help": {
  110. }
  111. },
  112. "Password": "Password",
  113. "Password Settings": "Password Settings",
  114. "Set new Password": "Set new Password",
  115. "Update Password": "Update Password",
  116. "Current password": "Current password",
  117. "New password": "New password",
  118. "Re-enter new password": "Re-enter new password",
  119. "Password is not set": "Password is not set",
  120. "API Settings": "API Settings",
  121. "API Token Settings": "API Token Settings",
  122. "Current API Token": "Current API Token",
  123. "Update API Token": "Update API Token",
  124. "Security settings": "Security settings",
  125. "page_page": {
  126. "notice": {
  127. "version": "This is not the current version.",
  128. "moved": "This page was moved from <code>%s</code>",
  129. "duplicated": "This page was duplicated from <code>%s</code>",
  130. "unlinked": "Redirect pages to this page have been deleted.",
  131. "restricted": "Access to this page is restricted"
  132. }
  133. },
  134. "page_edit": {
  135. "notice": {
  136. "conflict": "Couldn't save the changes you made because someone else was editing this page. Please re-edit the affected section after reloading the page."
  137. }
  138. },
  139. "modal_rename": {
  140. "label": {
  141. "Rename page": "Rename page",
  142. "New page name": "New page name",
  143. "Current page name": "Current page name",
  144. "Move recursively": "Move recursively",
  145. "Redirect": "Redirect"
  146. },
  147. "help": {
  148. "redirect": "Redirect to new page if someone accesses <code>%s</code>",
  149. "recursive": "Rename children of under <code>%s</code> recursively"
  150. }
  151. },
  152. "Put Back": "Put Back",
  153. "Delete Completely": "Delete Completely",
  154. "modal_delete": {
  155. "label": {
  156. "Delete Page": "Delete Page",
  157. "recursively": "Process recursively",
  158. "completely": "Delete completely"
  159. }
  160. },
  161. "modal_duplicate": {
  162. "label": {
  163. "Duplicate page": "Duplicate page",
  164. "New page name": "New page name",
  165. "Current page name": "Current page name"
  166. }
  167. },
  168. "modal_putBack": {
  169. "label": {
  170. "Put Back Page": "Put Back Page",
  171. "recursively": "Process recursively"
  172. }
  173. },
  174. "modal_shortcuts": {
  175. "global": {
  176. "title": "Global shortcuts",
  177. "Open/Close shortcut help": "Open/Close shortcut help",
  178. "Edit Page": "Edit Page",
  179. "Create Page": "Create Page"
  180. },
  181. "editor": {
  182. "title": "Editor shortcuts",
  183. "Indent": "Indent",
  184. "Outdent": "Outdent",
  185. "Save Page": "Save Page",
  186. "Delete Line": "Delete Line"
  187. }
  188. },
  189. "admin_top": {
  190. "Management Wiki": "Management Wiki",
  191. "System Information": "System Information",
  192. "wiki_administrator": "Only Wiki administrator can access this page",
  193. "assign_administrator": "You can assign administrator from Assign administrator button in the User management page",
  194. "List of installed plugins": "List of installed plugins",
  195. "Package name": "Package name",
  196. "Specified version": "Specified version",
  197. "Installed version": "Installed version"
  198. },
  199. "app_setting": {
  200. "Site Name": "Site name",
  201. "sitename_change": "You can change Site Name which is used for header and HTML title.",
  202. "header_content": "The contents entered here will be shown in the header etc.",
  203. "Confidential name": "Confidential name",
  204. "ex): internal use only":"ex): internal use only",
  205. "enable_files_except_image": "Enable file upload other than image files.",
  206. "attach_enable": "You can attach files other than image files if you enable this option.",
  207. "Update": "Update",
  208. "Mail settings": "Mail settings",
  209. "SMTP_used": "If you have SMTP settings, it will be used.",
  210. "SMTP_but_AWS": "If you do not have SMTP settings but AWS settings, e-mails will be sent by SES.",
  211. "neihter_of": "If you do not of neither of these, e-mails will not be sent.",
  212. "From e-mail address": "From e-mail address",
  213. "SMTP settings": "SMTP settings" ,
  214. "Host": "Host",
  215. "Port": "Port",
  216. "User": "User",
  217. "AWS settings": "AWS settings",
  218. "AWS_access": "This is for AWS settings. If you complete AWS settings, file upload function, progile picture function etc will be enabled.",
  219. "No_SMTP_setting": "If you do not have SMTP settings, e-mails will be sent via SES. You need to verify from e-mail address and production settings.",
  220. "change_setting": "Caution:if you change this setting not completed, you will not be able to access files you have uploaded so far.",
  221. "region": "Region",
  222. "Packet name": "Packet name",
  223. "Plugin settings": "Plugin settings",
  224. "Enable plugin loading": "Enable plugin loading",
  225. "Load plugins": "Load plugins",
  226. "Enable": "Enable",
  227. "Disable": "Disable"
  228. },
  229. "security_setting": {
  230. "Basic authentication": "Basic authentication",
  231. "Security settings": "Security settings",
  232. "Guest users access": "Guest users access",
  233. "Register limitation": "Register limitation",
  234. "The whitelist of registration permission E-mail address": "The whitelist of registration permission E-mail address",
  235. "Selecting authentication mechanism": "Selecting authentication mechanism",
  236. "common_authentication": "If you set the basic authentication, common authentication is applied on the whole page." ,
  237. "without_encryption": "Please be noted that your ID and Password will be sent wihtout encryption.",
  238. "users_without_account": "Users without account is not accessible",
  239. "restrict_emails": "You can restrict registerable e-mail address.",
  240. "for_instance":" For instance, if you use growi within a company, you can write ",
  241. "only_those":" Only those whose e-mail address including the company address can register.",
  242. "insert_single":"Please insert single e-mail address per line.",
  243. "Authentication mechanism settings":"Authentication mechanism settings",
  244. "Treat username matching as identical": "Automatically bind external accounts newly logged in to local accounts when <code>username</code> match",
  245. "Treat username matching as identical_warn": "WARNING: Be aware of security because the system treats the same user as a match of <code>username</code>."
  246. },
  247. "markdown_setting": {
  248. "markdown_rendering": "You can change Markdown rendering settings.",
  249. "validate Line Break": "Validate Line Break",
  250. "treat_text": "Treat line breaking in the text page as <code>&lt;br&gt;</code> in HTML",
  251. "validate_comment": "Validate Line Break in the comment section",
  252. "treat_comment": "Treat line breaking in the comment section as <code>&lt;br&gt;</code> in HTML",
  253. "TBD": "(TBD: Markdown function in the comment section has not been implemented yet)"
  254. },
  255. "customize_page": {
  256. "Behavior": "Behavior",
  257. "Layout": "Layout",
  258. "Function": "Function",
  259. "function_choose": "You can choose Valid/Invalid of the function",
  260. "Timeline function": "Timeline function",
  261. "Code Highlight": "Code Highlight",
  262. "Theme": "Theme",
  263. "subpage_display": "You can show the timeline of the subpages.",
  264. "performance_decrease": "If there are many subpages, performance decreases while page loading.",
  265. "list_page_display": "You can speed up list page display by invalidating.",
  266. "tab_switch": "Save tab-switching in the browser",
  267. "save_edit": "Save edit tab and history tab switching in the browser and make it object for forward/back command of the browser.",
  268. "by_invalidating": "By invalidating, you can make page transition as the only object for forward/back command of the browser.",
  269. "Custom CSS": "Custom CSS",
  270. "write_CSS": "You can write CSS that is applied to whole system.",
  271. "reflect_change": "You need to reload the page to reflect the change.",
  272. "ctrl_space": "Ctrl+Space to Autocomplete",
  273. "Custom script": "Custom script",
  274. "write_java": "You can write Javascript that is applied to whole system.",
  275. "attach_title_header": "Add h1 section when create new page automatically",
  276. "attach_title_header_desc": "Add page path to the first line as h1 section when create new page"
  277. },
  278. "user_management": {
  279. "User management": "User management",
  280. "invite_users": "Invite new users",
  281. "external_account": "External account management",
  282. "user_list": "List of users",
  283. "Date created": "Date created",
  284. "Last login": "Last login",
  285. "Manage": "Manage",
  286. "Edit menu": "Edit menu",
  287. "Reissue password": "Reissue password",
  288. "Status":"Status",
  289. "Deactivate account":"Deactivate account",
  290. "your_own":"You cannot deactivate your own account",
  291. "Administrator menu":"Administrator menu",
  292. "cannot_remove":"You cannot remove yourself from administrator"
  293. }
  294. }