1{
2  "bold": "Bold",
3  "italic": "Italic",
4  "inline_code": "Code",
5  "header_one": "Heading 1",
6  "header_two": "Heading 2",
7  "header_three": "Heading 3",
8  "header_four": "Heading 4",
9  "header_five": "Heading 5",
10  "header_six": "Heading 6",
11  "paragraph": "Paragraph",
12  "quote": "Quote",
13  "ordered_list": "Ordered List",
14  "unordered_list": "Unordered List",
15  "check_list_item": "Check List Item",
16  "insert_image": "Insert Image",
17  "insert_formula": "Insert Formula",
18  "formula": "Formula",
19  "insert_file": "Insert File",
20  "code": "Inline Code",
21  "code_block": "Code Block",
22  "insert_link": "Insert Link",
23  "insert_table": "Insert Table",
24  "save": "Save",
25  "more": "More",
26  "invalid_url": "Invalid URL",
27  "link_address": "Link address",
28  "image_address": "Image address",
29  "submit": "Submit",
30  "cancel": "Cancel",
31  "switch_to_plain_text_editor": "Switch to Plain Text Editor",
32  "switch_to_rich_text_editor": "Switch to Rich Text Editor",
33  "switch_to_viewer": "Switch to Markdown Viewer",
34  "help": "Help",
35  "remove_table": "Remove Table",
36  "column": "Column",
37  "row": "Row",
38  "Insert_Row_Before": "Insert Row Before",
39  "Insert_Row_After": "Insert Row After",
40  "Insert_Column_Before": "Insert Column Before",
41  "Insert_Column_After": "Insert Column After",
42  "Remove_Row": "Remove Row",
43  "Remove_Column": "Remove Column",
44  "Insert_Row": "Insert Row",
45  "Insert_Column": "Insert Column",
46  "set_align": "Set align",
47  "left": "Left",
48  "center": "Center",
49  "right": "Right",
50  "file_saved": "File saved.",
51  "file_failed_to_save": "File failed to save.",
52  "star": "Add star",
53  "unstar": "Remove star",
54  "back_to_parent_directory":"Back to parent directory",
55  "edit": "Edit",
56  "copy": "Copy",
57  "copied": "Copied",
58  "internal_link": "Internal Link",
59  "copy_internal_link": "Internal link has been copied to clipboard",
60  "internal_link_desc": "An internal link is a link to a file or folder that can be accessed by users with read permission to the file or folder.",
61  "share": "Share",
62  "share_link": "Share Link",
63  "generate": "Generate",
64  "add_password_protection": "Add password protection",
65  "password": "Password",
66  "at_least_8_characters": "at least 8 characters",
67  "password_again": "Password again",
68  "add_auto_expiration": "Add auto expiration",
69  "days": "days",
70  "please_enter_password": "Please enter password",
71  "greater_than_or_equal_to": "Greater than or equal to",
72  "less_than_or_equal_to": "Less than or equal to",
73  "set_permission": "Set permission",
74  "preview_and_download": "Preview and download",
75  "preview_only": "Preview only",
76  "please_enter_valid_days": "Please enter valid days",
77  "please_enter_a_non-negative_integer": "Please enter a non-negative integer",
78  "please_enter_days": "Please enter days",
79  "password_is_too_short": "Password is too short",
80  "passwords_do_not_match": "Passwords do not match",
81  "return_to_wiki_page": "Return to Wiki Page",
82  "insert_network_image": "Insert network image",
83  "upload_local_image": "Upload local image",
84  "add_link": "Add link",
85  "file_history": "File History",
86  "history_version": "History Versions",
87  "back_to_viewer": "Back To Viewer",
88  "link_title": "Link title",
89  "local_draft": "Local draft",
90  "use_draft": "Use draft",
91  "delete_draft": "Delete draft",
92  "you_have_an_unsaved_draft_do_you_like_to_use_it": "You have an unsaved draft. Do you like to use it?",
93  "local_draft_saved": "Local draft saved",
94  "new_draft": "New Draft",
95  "view_draft": "View Draft",
96  "publish": "Publish",
97  "this_file_has_a_draft": "This file has a draft.",
98  "delete": "Delete",
99  "comments": "Comments",
100  "add_a_comment": "Add a comment...",
101  "no_comment_yet": "No comment yet.",
102  "Mark_as_Resolved": "Mark as Resolved",
103  "ask_for_review": "Ask for review",
104  "review_already_exists": "Review already exists",
105  "view_review": "View review",
106  "there_is_an_associated_review_with_this_file": "There is an associated review with this file.",
107  "start_review": "Start Review",
108  "this_file_is_in_draft_stage": "This file is in draft stage.",
109  "this_file_is_in_review_stage": "This file is in review stage.",
110  "this_file_has_been_updated": "This file has been updated.",
111  "refresh": "Refresh",
112  "related_files": "related files",
113  "related_file": "related file",
114  "no_tags": "No tags",
115  "Date": "Date",
116  "Participants": "Participants",
117  "Meeting_note": "Meeting note",
118  "Chooser_document_type": "Chooser document type",
119  "Empty": "Empty",
120  "no_related_files": "No related files",
121  "no_out_line": "No outline",
122  "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Editing files in this browser can lead to slight display problems.",
123  "no_document_improvement_suggestion": "No document improvement suggestion",
124  "Hide_side_panel": "Hide side panel",
125  "Show_side_panel": "Show side panel",
126  "Show_resolved_comments": "Show resolved comments",
127  "Update": "Update",
128  "Width": "Width",
129  "Height": "Height",
130  "Full_screen": "Full screen",
131  "Insert_library_image": "Insert library image",
132  "Size": "Size",
133  "Location": "Location",
134  "Last_Update": "Last Update",
135  "Tags": "Tags",
136  "Related_Files": "Related Files",
137  "Add_participants": "Add participants",
138  "markdownLint": {
139    "missing_h1": {
140      "description": "There is no h1 in the document",
141      "issue" : "Missing h1"
142    },
143    "heading_end_with_colon": {
144      "description": "Trailing punctuation in heading should not be a colon",
145      "issue": "Heading ends width colon"
146    },
147    "heading_increase_irregular": {
148      "description": "Heading levels should only increment by one level at a time",
149      "issue": "Heading level issue"
150    }
151  },
152  "Shortcut_help": "Shortcut help",
153  "userHelp": {
154    "title": "Keyboard shortcuts",
155    "userHelpData": [
156      {
157        "shortcutType":"List shortcuts",
158        "shortcutData": {
159          "Make_list": "Make list",
160          "Make_ordered_list": "Make Ordered list",
161          "Insert_new_item": "Insert new item",
162          "Insert_child_in_item": "Insert child in item",
163          "Increase_depth": "Increase depth"
164        }
165      }, {
166        "shortcutType": "Head shortcuts",
167        "shortcutData": {
168          "Heading_1": "Heading 1",
169          "Heading_2": "Heading 2",
170          "Heading_3": "Heading 3",
171          "Heading_4": "Heading 4",
172          "Heading_5": "Heading 5",
173          "Heading_6": "Heading 6"
174        }
175      }, {
176        "shortcutType": "Code block shortcuts",
177        "shortcutData": {
178          "Make_code_block": "Make code block",
179          "Insert_new_line": "Insert new line",
180          "Escape_code_block": "Escape code block",
181          "Insert_indent": "Insert indent"
182        }
183      }, {
184        "shortcutType": "Block quote shortcuts",
185        "shortcutData": {
186          "Make_Block_quote": "Make Block quote",
187          "Escape_Block_quote": "Escape Block quote"
188        }
189      }, {
190        "shortcutType": "Table shortcuts",
191        "shortcutData": {
192          "Insert_Table_Row": "Insert Table Row",
193          "Escape_table": "Escape table"
194        }
195      }, {
196        "shortcutType": "Formula shortcuts",
197        "shortcutData": {
198          "Insert_Formula": "Insert Formula"
199        }
200      }, {
201        "shortcutType":"Inline shortcuts",
202        "shortcutData": {
203          "Bold": "Bold",
204          "Italic": "Italic",
205          "Italic_Bold": "Italic Bold",
206          "Inline_code": "Inline code"
207        }
208      }, {
209        "shortcutType": "Save shortcuts",
210        "shortcutData": {
211          "Save_file": "Save file"
212        }
213      }, {
214        "shortcutType": "Image shortcuts",
215        "shortcutData": {
216          "Paste_screen_shot": "Paste screen shot",
217          "Drag_image_from_anywhere_to_upload_it": "Drag image from anywhere to upload it"
218        }
219      }
220    ]
221  }
222}
223