{
  "bold": "Bold",
  "italic": "Italic",
  "inline_code": "Code",
  "header_one": "Heading 1",
  "header_two": "Heading 2",
  "header_three": "Heading 3",
  "header_four": "Heading 4",
  "header_five": "Heading 5",
  "header_six": "Heading 6",
  "paragraph": "Paragraph",
  "quote": "Quote",
  "ordered_list": "Ordered List",
  "unordered_list": "Unordered List",
  "check_list_item": "Check List Item",
  "insert_image": "Insert Image",
  "insert_file": "Insert File",
  "code": "Inline Code",
  "code_block": "Code Block",
  "insert_link": "Insert Link",
  "insert_table": "Insert Table",
  "save": "Save",
  "more": "More",
  "invalid_url": "Invalid URL",
  "link_address": "Link address",
  "image_address": "Image address",
  "submit": "Submit",
  "cancel": "Cancel",
  "switch_to_plain_text_editor": "Switch to Plain Text Editor",
  "switch_to_rich_text_editor": "Switch to Rich Text Editor",
  "switch_to_viewer": "Switch to Markdown Viewer",
  "help": "Help",
  "remove_table": "Remove Table",
  "column": "Column",
  "row": "Row",
  "Insert_Row_Before": "Insert Row Before",
  "Insert_Row_After": "Insert Row After",
  "Insert_Column_Before": "Insert Column Before",
  "Insert_Column_After": "Insert Column After",
  "Remove_Row": "Remove Row",
  "Remove_Column": "Remove Column",
  "Insert_Row": "Insert Row",
  "Insert_Column": "Insert Column",
  "set_align": "Set align",
  "left": "Left",
  "center": "Center",
  "right": "Right",
  "file_saved": "File saved.",
  "file_failed_to_save": "File failed to save.",
  "star": "Add star",
  "unstar": "Remove star",
  "back_to_parent_directory":"Back to parent directory",
  "edit": "Edit",
  "copy": "Copy",
  "copied": "Copied",
  "internal_link": "Internal Link",
  "copy_internal_link": "Internal link has been copied to clipboard",
  "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.",
  "share": "Share",
  "share_link": "Share Link",
  "generate": "Generate",
  "add_password_protection": "Add password protection",
  "password": "Password",
  "at_least_8_characters": "at least 8 characters",
  "password_again": "Password again",
  "add_auto_expiration": "Add auto expiration",
  "days": "days",
  "please_enter_password": "Please enter password",
  "greater_than_or_equal_to": "Greater than or equal to",
  "less_than_or_equal_to": "Less than or equal to",
  "set_permission": "Set permission",
  "preview_and_download": "Preview and download",
  "preview_only": "Preview only",
  "please_enter_valid_days": "Please enter valid days",
  "please_enter_a_non-negative_integer": "Please enter a non-negative integer",
  "please_enter_days": "Please enter days",
  "password_is_too_short": "Password is too short",
  "passwords_do_not_match": "Passwords do not match",
  "return_to_wiki_page": "Return to Wiki Page",
  "insert_network_image": "Insert network image",
  "upload_local_image": "Upload local image",
  "add_link": "Add link",
  "file_history": "File History",
  "history_version": "History Versions",
  "back_to_viewer": "Back To Viewer",
  "link_title": "Link title",
  "local_draft": "Local draft",
  "use_draft": "Use draft",
  "delete_draft": "Delete draft",
  "you_have_an_unsaved_draft_do_you_like_to_use_it": "You have an unsaved draft. Do you like to use it?",
  "local_draft_saved": "Local draft saved",
  "new_draft": "New Draft",
  "view_draft": "View Draft",
  "publish": "Publish",
  "this_file_has_a_draft": "This file has a draft.", 
  "delete": "Delete",
  "comments": "Comments",
  "add_a_comment": "Add a comment...",
  "no_comment_yet": "No comment yet.",
  "Mark_as_Resolved": "Mark as Resolved",
  "ask_for_review": "Ask for review",
  "review_already_exists": "Review already exists",
  "view_review": "View review",
  "there_is_an_associated_review_with_this_file": "There is an associated review with this file.",
  "start_review": "Start Review",
  "this_file_is_in_draft_stage": "This file is in draft stage.",
  "this_file_is_in_review_stage": "This file is in review stage.",
  "this_file_has_been_updated": "This file has been updated.",
  "refresh": "Refresh",
  "related_files": "related files",
  "related_file": "related file",
  "no_tags": "No tags",
  "Date": "Date",
  "Participants": "Participants",
  "Meeting_note": "Meeting note",
  "Chooser_document_type": "Chooser document type",
  "Empty": "Empty",
  "no_related_files": "No related files",
  "no_out_line": "No outline",
  "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "Editing files in this browser can lead to slight display problems.",
  "no_document_improvement_suggestion": "No document improvement suggestion",
  "Hide_side_panel": "Hide side panel",
  "Show_side_panel": "Show side panel",
  "Show_resolved_comments": "Show resolved comments",
  "Update": "Update",
  "Width": "Width",
  "Height": "Height",
  "Full_screen": "Full screen",
  "Insert_library_image": "Insert library image",
  "Size": "Size",
  "Location": "Location",
  "Last_Update": "Last Update",
  "Tags": "Tags",
  "Related_Files": "Related Files",
  "Add_participants": "Add participants",
  "markdownLint": {
    "missing_h1": {
      "description": "There is no h1 in the document",
      "issue" : "Missing h1"
    },
    "heading_end_with_colon": {
      "description": "Trailing punctuation in heading should not be a colon",
      "issue": "Heading ends width colon"
    },
    "heading_increase_irregular": {
      "description": "Heading levels should only increment by one level at a time",
      "issue": "Heading level issue"
    }
  },
  "userHelp": {
    "title": "Keyboard shortcuts",
    "userHelpData": [
      {
        "shortcutType":"List shortcuts",
        "shortcutData": {
          "Make_list": "Make list",
          "Make_ordered_list": "Make Ordered list",
          "Insert_new_item": "Insert new item",
          "Insert_child_in_item": "Insert child in item",
          "Increase_depth": "Increase depth"
        }
      }, {
        "shortcutType": "Head shortcuts",
        "shortcutData": {
          "Heading_1": "Heading 1",
          "Heading_2": "Heading 2",
          "Heading_3": "Heading 3",
          "Heading_4": "Heading 4",
          "Heading_5": "Heading 5",
          "Heading_6": "Heading 6"
        }
      }, {
        "shortcutType": "Code block shortcuts",
        "shortcutData": {
          "Make_code_block": "Make code block",
          "Insert_new_line": "Insert new line",
          "Escape_code_block": "Escape code block",
          "Insert_indent": "Insert indent"
        }
      }, {
        "shortcutType": "Block quote shortcuts",
        "shortcutData": {
          "Make_Block_quote": "Make Block quote",
          "Escape_Block_quote": "Escape Block quote"
        }
      }, {
        "shortcutType": "Table shortcuts",
        "shortcutData": {
          "Insert_Table_Row": "Insert Table Row",
          "Escape_table": "Escape table"
        }
      }, {
        "shortcutType":"Inline shortcuts",
        "shortcutData": {
          "Bold": "Bold",
          "Italic": "Italic",
          "Italic_Bold": "Italic Bold",
          "Inline_code": "Inline code"
        }
      }, {
        "shortcutType": "Save shortcuts",
        "shortcutData": {
          "Save_file": "Save file"
        }
      }, {
        "shortcutType": "Image shortcuts",
        "shortcutData": {
          "Paste_screen_shot": "Paste screen shot",
          "Drag_image_from_anywhere_to_upload_it": "Drag image from anywhere to upload it"
        }
      }
    ]
  }
}
