{
  "defaultValue": "Valor padrão",
  "content": {
    "placeholder": "Escreva algo..."
  },
  "style": {
    "paragraph": "parágrafo",
    "heading": "Cabeçalho",
    "headings": {
      "h1": "Cabeçalho de nível 1",
      "h2": "Cabeçalho de nível 2",
      "h3": "Cabeçalho de nível 3",
      "h4": "Cabeçalho de nível 4",
      "h5": "Cabeçalho de nível 5",
      "h6": "Cabeçalho de nível 6"
    },
    "fontFamily": "Fonte",
    "fontSize": "Tamanho",
    "lineHeight": "Altura da linha",
    "color": {
      "highlight": "Cor de destaque",
      "text": "Cor do texto",
      "unset": "Limpar cor",
      "custom": "Seleção personalizada"
    }
  },
  "format": {
    "bold": "Negrito",
    "italic": "Itálico",
    "strike": "Riscado",
    "underline": "Sublinhado",
    "sup": "Sobrescrito",
    "sub": "Subscrito",
    "break": "Quebra de linha",
    "line": "Linha horizontal",
    "blockquote": "Citação",
    "code": "Código",
    "codeblock": "Bloco de código",
    "formatClear": "Limpar formatação"
  },
  "media": {
    "link": "Link externo",
    "iframe": "iframe",
    "image": "Imagem",
    "emoji": {
      "title": "Emoji",
      "search": "Pesquisar emoji...",
      "categories": {
        "activities": "Atividades",
        "animals_and_nature": "Animais e natureza",
        "component": "Componente",
        "flags": "Bandeiras",
        "food_and_drink": "Comida e bebida",
        "objects": "Objetos",
        "people_and_body": "Pessoas e corpo",
        "smileys_and_emotion": "Smileys e emoções",
        "symbols": "Símbolos",
        "travel_and_places": "Viagens e lugares"
      }
    },
    "tables": {
      "table": "Tabela",
      "insertTable": "Inserir tabela",
      "deleteTable": "Excluir tabela",
      "insertWithHeaderRow": "Inserir tabela com cabeçalho",
      "rows": "Linhas",
      "row": "Linha",
      "insertRowBefore": "Inserir linha antes",
      "insertRowAfter": "Inserir linha depois",
      "deleteRow": "Excluir linha",
      "cols": "Colunas",
      "col": "Coluna",
      "insertColBefore": "Inserir coluna antes",
      "insertColAfter": "Inserir coluna depois",
      "deleteCol": "Excluir coluna",
      "mergeCells": "Mesclar células",
      "splitCell": "Dividir célula"
    },
    "video": "Vídeo",
    "charmap": {
      "title": "Inserir caractere especial",
      "search": "Pesquisar caracteres...",
      "noResults": "Nenhum caractere correspondente encontrado",
      "categories": {
        "punctuation": "Pontuação",
        "symbols": "Símbolos",
        "math": "Matemática",
        "currency": "Moeda",
        "greek": "Letras gregas",
        "extended_letters": "Letras estendidas",
        "diacritics": "Diacríticos",
        "typography": "Tipografia",
        "cyrillic": "Cirílico",
        "hebrew": "Hebraico",
        "arrows": "Setas",
        "box_drawing": "Desenho de caixas"
      }
    }
  },
  "action": {
    "undo": "Desfazer",
    "redo": "Refazer"
  },
  "alignment": "Alinhamento",
  "alignments": {
    "left": "Alinhamento à esquerda",
    "center": "Alinhamento centralizado",
    "right": "Alinhamento à direita",
    "justify": "Justificado"
  },
  "list": "Lista",
  "lists": {
    "bullet": "Lista com marcadores",
    "numbered": "Lista numerada",
    "task": "Lista de tarefas",
    "indent": "Aumentar recuo do item",
    "outdent": "Diminuir recuo do item"
  },
  "dialog": {
    "apply": "Aplicar",
    "clear": "Limpar",
    "close": "Fechar",
    "iframe": {
      "dialog_title": "Adicionar/editar iframe",
      "src": "Fonte",
      "name": "Nome",
      "title": "Título",
      "width": "Largura",
      "height": "Altura",
      "frameborder": "Borda do quadro",
      "src_invalid": "A URL inserida é inválida"
    },
    "image": {
      "title": "Título",
      "src": "Fonte",
      "keep_ratio": "Manter proporção",
      "alt": "alt",
      "width": "Largura",
      "height": "Altura",
      "dialog_title": "Adicionar/modificar imagem"
    },
    "link": {
      "title": "Adicionar/modificar link",
      "href": "Endereço do link",
      "href_error": "Endereço de link incorreto",
      "target": "Abrir em...",
      "target_blank": "Nova janela",
      "target_self": "Janela atual",
      "rel": "rel",
      "class": "Classe CSS"
    },
    "preview": {
      "title": "Visualização"
    },
    "source": {
      "title": "Ver código fonte",
      "prettify": "prettify"
    },
    "video": {
      "title": "Adicionar/editar vídeo",
      "src": "Fonte",
      "width": "Largura",
      "height": "Altura"
    }
  },
  "misc": {
    "fullscreen": "Modo tela cheia",
    "preview": "Visualização",
    "source": "Ver código fonte",
    "toggleInvisibleCharacters": "Mostrar/ocultar caracteres invisíveis"
  },
  "footer": {
    "words": "palavras",
    "chars": "caracteres",
    "limit": "limite de caracteres"
  },
  "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."
      }
    }
  }
}
