{
  "toolbar": {
    "changes": "changes",
    "previousChange": "Previous change",
    "nextChange": "Next change",
    "hideDiff": "Hide diff highlighting",
    "showDiff": "Show diff highlighting",
    "settings": "Editor Settings",
    "collapse": "Collapse editor",
    "expand": "Expand editor to full width"
  },
  "loading": "Loading {{fileName}}...",
  "loadError": {
    "title": "Could not load this file",
    "description": "We couldn't read \"{{fileName}}\" from disk. Saving is disabled until the file loads successfully, so we don't overwrite your real content.",
    "retry": "Retry"
  },
  "header": {
    "showingChanges": "Showing changes"
  },
  "actions": {
    "download": "Download file",
    "save": "Save",
    "saving": "Saving...",
    "saved": "Saved!",
    "exitFullscreen": "Exit fullscreen",
    "fullscreen": "Fullscreen",
    "expand": "Expand to full width",
    "collapse": "Collapse to split view",
    "close": "Close",
    "previewMarkdown": "Preview markdown",
    "editMarkdown": "Edit markdown"
  },
  "footer": {
    "lines": "Lines:",
    "characters": "Characters:",
    "shortcuts": "Press Ctrl+S to save • Esc to close"
  },
  "binaryFile": {
    "title": "Binary File",
    "message": "The file \"{{fileName}}\" cannot be displayed in the text editor because it is a binary file."
  }
}