{
  "defaultValue": "Default value",
  "content": {
    "placeholder": "Write something here..."
  },
  "style": {
    "paragraph": "Paragraph",
    "heading": "Heading",
    "headings": {
      "h1": "Heading level 1",
      "h2": "Heading level 2",
      "h3": "Heading level 3",
      "h4": "Heading level 4",
      "h5": "Heading level 5",
      "h6": "Heading level 6"
    },
    "fontFamily": "Font family",
    "fontSize": "Font size",
    "lineHeight": "Line height",
    "color": {
      "highlight": "Highlight color",
      "text": "Text color",
      "unset": "Unset color",
      "custom": "Custom color"
    }
  },
  "format": {
    "bold": "Bold",
    "italic": "Italic",
    "strike": "Strikethrough",
    "underline": "Underline",
    "sup": "Superscript",
    "sub": "Subscript",
    "break": "Hard break",
    "line": "Horizontal line",
    "blockquote": "Cite",
    "code": "Code",
    "codeblock": "Code block",
    "formatClear": "Format clear"
  },
  "media": {
    "link": "External link",
    "iframe": "iframe",
    "image": "Image",
    "emoji": {
      "title": "Emoji",
      "search": "Search emoji...",
      "categories": {
        "activities": "Activities",
        "animals_and_nature": "Animals & nature",
        "component": "Component",
        "flags": "Flags",
        "food_and_drink": "Food and drink",
        "objects": "Objects",
        "people_and_body": "People & body",
        "smileys_and_emotion": "Smileys and emotion",
        "symbols": "Symbols",
        "travel_and_places": "Travel and places"
      }
    },
    "tables": {
      "table": "Table",
      "insertTable": "Insert table",
      "deleteTable": "Delete table",
      "insertWithHeaderRow": "Insert table with header row",
      "rows": "Rows",
      "row": "Row",
      "insertRowBefore": "Insert row before",
      "insertRowAfter": "Insert row after",
      "deleteRow": "Delete row",
      "cols": "Columns",
      "col": "Column",
      "insertColBefore": "Insert column before",
      "insertColAfter": "Insert column after",
      "deleteCol": "Delete column",
      "mergeCells": "Merge cells",
      "splitCell": "Split cell"
    },
    "video": "Video",
    "charmap": {
      "title": "Special characters",
      "search": "Search characters...",
      "noResults": "No matching characters found",
      "categories": {
        "punctuation": "Punctuation",
        "symbols": "Symbols",
        "math": "Math",
        "currency": "Currency",
        "greek": "Greek letters",
        "extended_letters": "Extended letters",
        "diacritics": "Diacritics",
        "typography": "Typography",
        "cyrillic": "Cyrillic",
        "hebrew": "Hebrew",
        "arrows": "Arrows",
        "box_drawing": "Box drawing"
      }
    }
  },
  "action": {
    "undo": "Undo",
    "redo": "Redo"
  },
  "alignment": "Alignment",
  "alignments": {
    "left": "Align left",
    "center": "Align center",
    "right": "Align right",
    "justify": "Justify"
  },
  "list": "List",
  "lists": {
    "bullet": "Unordered list",
    "numbered": "Ordered list",
    "task": "Task list",
    "indent": "List item indent",
    "outdent": "List item outdent"
  },
  "dialog": {
    "apply": "Apply",
    "clear": "Clear",
    "close": "Close",
    "iframe": {
      "dialog_title": "Add/edit iframe",
      "src": "Source",
      "name": "Name",
      "title": "Title",
      "width": "Width",
      "height": "Height",
      "frameborder": "iframe border",
      "src_invalid": "The input is invalid URL"
    },
    "image": {
      "title": "Add/edit image",
      "src": "Source",
      "keep_ratio": "Keep ratio",
      "alt": "Alt",
      "width": "Width",
      "height": "Height"
    },
    "link": {
      "title": "Add/edit link",
      "href": "Link address",
      "href_error": "Invalid link address",
      "target": "Open in...",
      "target_blank": "New window",
      "target_self": "Current window",
      "rel": "Rel",
      "class": "CSS class"
    },
    "preview": {
      "title": "Preview"
    },
    "source": {
      "title": "View source code",
      "prettify": "Prettify"
    },
    "video": {
      "title": "Add/edit video",
      "src": "Source",
      "width": "Width",
      "height": "Height"
    }
  },
  "misc": {
    "fullscreen": "Fullscreen mode",
    "preview": "Preview",
    "source": "View source code",
    "toggleInvisibleCharacters": "Show/hide invisible characters"
  },
  "footer": {
    "words": "words",
    "chars": "characters",
    "limit": "characters limit"
  },
  "ai": {
    "title": "AI assistant",
    "prompt": "Prompt",
    "examples": "Examples",
    "generate": "Generate",
    "apply": "Apply",
    "result": "Result",
    "loading": "Generating...",
    "unavailable": "Configure an AI provider to use this action",
    "error": "AI generation failed",
    "defaultExamples": {
      "improve": {
        "title": "Improve writing",
        "prompt": "Improve the clarity and tone of this text."
      },
      "proofReading": {
        "title": "Proof-reading",
        "prompt": "Correct grammar, spelling, and punctuation without changing the meaning."
      },
      "summarize": {
        "title": "Summarize",
        "prompt": "Summarize this text in a concise paragraph."
      },
      "expand": {
        "title": "Expand",
        "prompt": "Expand this into a more detailed version."
      }
    }
  }
}
