This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
qemudb/xinha/lang/pt_br.js

33 lines
1.0 KiB
JavaScript
Raw Normal View History

// I18N constants
// LANG: "bt_br", ENCODING: UTF-8
// Brazilian Portuguese Translation by Alex Piaz <webmaster@globalmap.com>
{
"Bold": "Negrito",
"Italic": "Itálico",
"Underline": "Sublinhado",
"Strikethrough": "Tachado",
"Subscript": "Subescrito",
"Superscript": "Sobrescrito",
"Justify Left": "Alinhar à Esquerda",
"Justify Center": "Centralizar",
"Justify Right": "Alinhar à Direita",
"Justify Full": "Justificar",
"Ordered List": "Lista Numerada",
"Bulleted List": "Lista Marcadores",
"Decrease Indent": "Diminuir Indentação",
"Increase Indent": "Aumentar Indentação",
"Font Color": "Cor da Fonte",
"Background Color": "Cor do Fundo",
"Horizontal Rule": "Linha Horizontal",
"Insert Web Link": "Inserir Link",
"Insert/Modify Image": "Inserir Imagem",
"Insert Table": "Inserir Tabela",
"Toggle HTML Source": "Ver Código-Fonte",
"Enlarge Editor": "Expandir Editor",
"About this editor": "Sobre",
"Help using editor": "Ajuda",
"Current style": "Estilo Atual"
}