commons.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. {
  2. "Show": "Show",
  3. "Hide": "Hide",
  4. "Add": "Add",
  5. "Insert": "Insert",
  6. "Reset": "Reset",
  7. "Sign out": "Logout",
  8. "New": "New",
  9. "Delete": "Delete",
  10. "meta": {
  11. "display_name": "English"
  12. },
  13. "toaster": {
  14. "add_succeeded": "Succeeded to add {{target}}",
  15. "create_failed": "Failed to create {{target}}",
  16. "create_succeeded": "Succeeded to create {{target}}",
  17. "delete_succeeded": "Succeeded to delete {{target}}",
  18. "remove_share_link": "Succeeded to remove {{count}} share links",
  19. "remove_share_link_success": "Succeeded to remove {{shareLinkId}}",
  20. "update_failed": "Failed to update {{target}}",
  21. "update_successed": "Succeeded to update {{target}}"
  22. },
  23. "alert": {
  24. "siteUrl_is_not_set": "'Site URL' is NOT set. Set it from the {{link}}",
  25. "please_enable_mailer": "Please setup mailer first.",
  26. "password_reset_please_enable_mailer": "Please setup mailer first.",
  27. "email_is_already_in_use": "The email address is already in use."
  28. },
  29. "headers": {
  30. "app_settings": "App Settings"
  31. },
  32. "header_search_box": {
  33. "label": {
  34. "All pages": "All pages",
  35. "This tree": "This tree"
  36. },
  37. "item_label": {
  38. "All pages": "All pages",
  39. "This tree": "Only children of this tree"
  40. }
  41. },
  42. "search_buttons": {
  43. "search_in_all": "Search in all",
  44. "only_children_of_this_tree": "Only children of this tree",
  45. "exact_mutch": "Exact match"
  46. },
  47. "share_links": {
  48. "Share Link": "Share Link",
  49. "Page Path": "Page Path",
  50. "expire": "Expiration",
  51. "description": "Description"
  52. },
  53. "in_app_notification": {
  54. "notification_list": "In-App Notification List",
  55. "see_all": "See All",
  56. "no_notification": "You don't have any notificatios.",
  57. "all": "All",
  58. "unopend": "Unread",
  59. "mark_all_as_read": "Mark all as read"
  60. },
  61. "personal_dropdown": {
  62. "home": "Home",
  63. "settings": "Settings",
  64. "color_mode": "Color mode",
  65. "sidebar_mode": "Sidebar mode",
  66. "sidebar_mode_editor": "Sidebar mode on editor",
  67. "use_os_settings": "Use OS settings",
  68. "feedback": "Feedback"
  69. },
  70. "create_page_dropdown": {
  71. "new_page": "Create New Page",
  72. "todays": {
  73. "desc": "Create today's ...",
  74. "memo": "memo"
  75. },
  76. "template": {
  77. "desc": "Create/Edit template page",
  78. "children": "Template for children",
  79. "descendants": "Template for descendants"
  80. }
  81. },
  82. "copy_to_clipboard": {
  83. "Copy to clipboard": "Copy to clipboard",
  84. "Page path": "Page path",
  85. "Page URL": "Page URL",
  86. "Permanent link": "Permanent link",
  87. "Page path and permanent link": "Page path and permanent link",
  88. "Markdown link": "Markdown link"
  89. },
  90. "crop_image_modal": {
  91. "image_crop": "Image Crop",
  92. "crop": "Crop",
  93. "save": "Save",
  94. "cancel": "Cancel"
  95. },
  96. "handsontable_modal": {
  97. "title": "Edit Table",
  98. "data_import": "Data Import",
  99. "save": "Save",
  100. "cancel": "Cancel",
  101. "done": "Done",
  102. "data_import_form": {
  103. "select_data_format": "Select Data Format",
  104. "import_data": "Import Data",
  105. "paste_table_data": "Paste table data",
  106. "parse_error": "Parse Error",
  107. "cancel": "Cancel",
  108. "import": "Import"
  109. }
  110. },
  111. "questionnaire_modal": {
  112. "required": "Required",
  113. "submit": "Submit",
  114. "close": "Close",
  115. "title": "GROWI questionnaire for service improvement",
  116. "more_satisfied_services": "We hope that GROWI customers will be even more satisfied",
  117. "strive_to_improve_services": "once we improve our services based on your feedback.",
  118. "length_of_experience": {
  119. "more_than_two_years": "More than 2 years",
  120. "one_to_two_years": "More than 1 year but less than 2 years",
  121. "six_months_to_one_year": "More than 6 months but less than 1 year",
  122. "three_months_to_six_months": "More than 3 months but less than 6 months",
  123. "one_month_to_three_months": "More than 1 month but less than 3 months",
  124. "less_than_one_month": "Less than 1 month"
  125. },
  126. "satisfaction_with_growi": "Satisfaction with GROWI",
  127. "history_of_growi_usage": "History of GROWI usage",
  128. "occupation": "Occupation",
  129. "position": "Position",
  130. "comment_on_growi": "Comment on GROWI",
  131. "successfully_submitted": "Your survey has been submitted.",
  132. "thanks_for_answering": "Thank you very much for answering."
  133. },
  134. "not_found_page": {
  135. "page_not_exist": "This page does not exist."
  136. },
  137. "g2g_data_transfer": {
  138. "tab": "Data transfer",
  139. "data_transfer": "Data Transfer",
  140. "transfer_data_to_this_growi": "Transfer data from another GROWI to this GROWI",
  141. "publish_transfer_key": "Publish transfer key",
  142. "transfer_key_limit": "Transfer keys are valid for 1 hour after issuance.",
  143. "once_transfer_key_used": "Once the transfer key is used for transfer, it cannot be used for any other transfer.",
  144. "transfer_to_growi_cloud": "If you wish to transfer to GROWI.cloud, please click here."
  145. }
  146. }