From 087885cb58e4e9b89ca4a3086935fd5943cdcf5b Mon Sep 17 00:00:00 2001 From: martinovicd <47521142+martinovicd@users.noreply.github.com> Date: Tue, 9 Jun 2020 14:14:25 +0200 Subject: [PATCH] Update pt_pt.js --- js/languages/pt_pt.js | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/js/languages/pt_pt.js b/js/languages/pt_pt.js index 5bb8f3951..780e49183 100644 --- a/js/languages/pt_pt.js +++ b/js/languages/pt_pt.js @@ -41,11 +41,13 @@ 'Colors': 'Cores', 'Background': 'Fundo', 'Text': 'Texto', + 'Text Color': 'Cor do texto', + 'Background Color': 'Cor de fundo', 'HEX Color': 'Cor hexadecimal', // Paragraphs 'Paragraph Format': 'Formatos', 'Normal': 'Normal', - 'Code': "C\xF3digo", + 'Code': "Código", 'Heading 1': "Cabe\xE7alho 1", 'Heading 2': "Cabe\xE7alho 2", 'Heading 3': "Cabe\xE7alho 3", @@ -53,6 +55,25 @@ // Style 'Paragraph Style': "Estilo de par\xE1grafo", 'Inline Style': 'Estilo embutido', + 'Inline Class': 'Classe inline', + 'Code': 'Código', + 'Highlighted': 'Em destaque', + 'Transparent': 'Transparente', + 'Default': 'Padrão', + 'Lower Alpha': 'Alfa em minúsculas', + 'Lower Greek': 'Greak em minúsculas', + 'Lower Roman': 'Roman em minúsculas', + 'Upper Alpha': 'Alfa maiúsculo', + 'Upper Roman': 'Roman maiúsculo', + 'Circle': 'Círculo', + 'Disc': 'Disco', + 'Square': 'Quadrado', + 'Gray': 'Cinza', + 'Bordered': 'Limitado', + 'Spaced': 'Espaçado', + 'Uppercase': 'Maiúsculas', + 'Single': 'Único', + 'Double': 'Em dobro', // Alignment 'Align': 'Alinhar', 'Align Left': "Alinhar \xE0 esquerda", @@ -265,11 +286,12 @@ 'Word Paste Detected': 'Pasta de palavras detectada', // Character Counter 'Characters': 'Caracteres', + 'Download PDF': 'Baixar PDF', // More Buttons 'More Text': 'Mais Texto', 'More Paragraph': 'Mais Parágrafo', 'More Rich': 'Mais Rico', - 'More Misc': 'Mais Misc' + 'More Misc': 'Mais Variado' }, direction: 'ltr' };