PeakTai / vue-html5-editor

An html5 wysiwyg editor for vue
Apache License 2.0
949 stars 247 forks source link

Translation pt-br #123

Open tiag00liveira opened 6 years ago

tiag00liveira commented 6 years ago

export default { align: 'alinhar', image: 'imagem', list: 'lista', link: 'link', unlink: 'desvincular', table: 'tabela', font: 'fonte', 'full screen': 'tela cheia', text: 'text', eraser: 'remover formatação', info: 'info', color: 'cor', 'please enter a url': 'por favor, informe a URL', 'create link': 'criar link', bold: 'negrito', italic: 'itálico', underline: 'sublinhado', 'strike through': 'texto riscado', subscript: 'subscrito', superscript: 'sobrescrito', heading: 'cabeçalho', 'font name': 'nome da fonte', 'font size': 'tamanho da fonte', 'left justify': 'justificado a esquerda', 'center justify': 'justificado centrado', 'right justify': 'justificado a direita', 'ordered list': 'lista ordenada', 'unordered list': 'lista não ordenada', 'fore color': 'cor', 'background color': 'cor de fundo', 'row count': 'total de linhas', 'column count': 'total de colunas', save: 'salvar', upload: 'enviar', progress: 'progresso', unknown: 'desconhecido', 'please wait': 'por favor, espere', error: 'erro', abort: 'abortar', reset: 'resetar', hr: 'linha horizontal', undo: 'desfazer', 'line height': 'altura da linha', 'exceed size limit': 'excedeu limite do tamanho' }