Skip to content

Commit

Permalink
Merge pull request #1134 from luizcmarin/patch-1
Browse files Browse the repository at this point in the history
Update pt_br.js
  • Loading branch information
JiHong88 authored Dec 14, 2022
2 parents 54378d3 + 4102eaa commit 6f63592
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/lang/pt_br.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
align: 'Alinhar',
alignLeft: 'Alinhar à esquerda',
alignRight: 'Alinhar à direita',
alignCenter: 'Alinhar ao centro',
alignJustify: 'Alinhat justificado',
alignCenter: 'Centralizar',
alignJustify: 'Justificar',
list: 'Lista',
orderList: 'Lista ordenada',
unorderList: 'Lista desordenada',
horizontalRule: 'Linha horizontal',
hr_solid: 'solida',
hr_solid: 'sólida',
hr_dotted: 'pontilhada',
hr_dashed: 'tracejada',
table: 'Tabela',
Expand All @@ -65,7 +65,7 @@
undo: 'Voltar',
redo: 'Refazer',
preview: 'Prever',
print: 'imprimir',
print: 'Imprimir',
tag_p: 'Paragráfo',
tag_div: '(DIV) Normal',
tag_h: 'Cabeçalho',
Expand All @@ -76,18 +76,18 @@
paragraphStyle: 'Estilo do parágrafo',
textStyle: 'Estilo do texto',
imageGallery: 'Galeria de imagens',
dir_ltr: 'Da esquerda para direita',
dir_ltr: 'Esquerda para direita',
dir_rtl: 'Direita para esquerda',
mention: 'Menção'
},
dialogBox: {
linkBox: {
title: 'Inserir link',
url: 'URL para link',
text: 'Texto à mostrar',
text: 'Texto a mostrar',
newWindowCheck: 'Abrir em nova guia',
downloadLinkCheck: 'Link para Download',
bookmark: 'marca páginas'
bookmark: 'marcar páginas'
},
mathBox: {
title: 'Matemática',
Expand All @@ -107,9 +107,9 @@
url: 'URL do YouTube/Vimeo'
},
audioBox: {
title: 'Inserir audio',
title: 'Inserir áudio',
file: 'Selecionar arquivos',
url: 'URL da audio'
url: 'URL da áudio'
},
browser: {
tags: 'Tag',
Expand All @@ -119,7 +119,7 @@
close: 'Fechar',
submitButton: 'Enviar',
revertButton: 'Reverter',
proportion: 'restringir proporções',
proportion: 'Restringir proporções',
basic: 'Básico',
left: 'Esquerda',
right: 'Direita',
Expand All @@ -131,7 +131,7 @@
},
controller: {
edit: 'Editar',
unlink: 'Retirar link',
unlink: 'Remover link',
remove: 'Remover',
insertRowAbove: 'Inserir linha acima',
insertRowBelow: 'Inserir linha abaixo',
Expand All @@ -149,8 +149,8 @@
mirrorVertical: 'Espelho, Vertical',
rotateLeft: 'Girar para esquerda',
rotateRight: 'Girar para direita',
maxSize: 'Tam max',
minSize: 'Tam min',
maxSize: 'Tam máx',
minSize: 'Tam mín',
tableHeader: 'Cabeçalho da tabela',
mergeCells: 'Mesclar células',
splitCells: 'Dividir células',
Expand All @@ -160,7 +160,7 @@
menu: {
spaced: 'Espaçado',
bordered: 'Com borda',
neon: 'Néon',
neon: 'Neon',
translucent: 'Translúcido',
shadow: 'Sombreado',
code: 'Código'
Expand All @@ -186,4 +186,4 @@
}

return lang;
}));
}));

0 comments on commit 6f63592

Please sign in to comment.