From 3b2e28d2922c8a82d2bbae8dbc5dadb4f081ee55 Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 08:47:23 -0300 Subject: [PATCH 01/18] New translation about.json (Portuguese) --- src/i18n/locales/pt/rightSidebar/about.json | 32 ++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/i18n/locales/pt/rightSidebar/about.json b/src/i18n/locales/pt/rightSidebar/about.json index cac678ad8..d7c874761 100644 --- a/src/i18n/locales/pt/rightSidebar/about.json +++ b/src/i18n/locales/pt/rightSidebar/about.json @@ -1,36 +1,36 @@ { - "title": "About", + "title": "Sobre", "documentation": { - "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "heading": "Documentação", + "body": "Quer saber mais sobre a applicação? Não seria ótimo se houvesse um guia para configurá-la em sua máquina? Precisa de informação sobre como contribuir para o projeto? Não precisa procurar mais, aqui há uma documentação compreensiva para você.", "buttons": { - "documentation": "Documentation" + "documentation": "Documentação" } }, "bugOrFeatureRequest": { - "heading": "Bug? Feature Request?", - "body": "Something halting your progress from making a resume? Found a pesky bug that just won't quit? Talk about it on the GitHub Issues section, or send me and email using the actions below.", + "heading": "Bug? Solicitação de nova funcionalidade?", + "body": "Algo impedindo você de progredir com um curriculum? Encontrou aquele erro chato e persistente? Fale sobre ele na seção de Issues no Github, ou me envie um email usando as seguintes ações.", "buttons": { - "raiseIssue": "Raise an Issue", - "sendEmail": "Send an Email" + "raiseIssue": "Notificar um problema", + "sendEmail": "Enviar um e-mail" } }, "sourceCode": { - "heading": "Source Code", - "body": "Want to run the project from its source? Are you a developer willing to contribute to the open-source development of this project? Click the button below.", + "heading": "Código fonte", + "body": "Tem interesse em executar o código fonte deste projeto? Você é um desenvolvedor interessado em contribuir para o desenvolvimento open-source deste projeto? Click no botão abaixo.", "buttons": { - "githubRepo": "GitHub Repo" + "githubRepo": "Repositório Github" } }, "license": { - "heading": "License Information", - "body": "The project is governed under the MIT License, which you can read more about below. Basically, you are allowed to use the project anywhere provided you give credits to the original author.", + "heading": "Informação da licença", + "body": "O projeto é regido pela licença MIT, a qual você pode ler mais sobre abaixo. Basicamente, você pode usar este projeto onde quiser desde que dê os créditos ao autor original.", "buttons": { - "mitLicense": "MIT License" + "mitLicense": "Licença MIT" } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", - "thanks": "Thank you for using Reactive Resume!" + "credit": "Projeto criado com amor por <1>Amruth Pillai.", + "thanks": "Obrigado por usar Reactive Resume!" } } From 0b893090b060d7951e1d7a1e6a454e2f9cdcfbf1 Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 09:07:37 -0300 Subject: [PATCH 02/18] New translations actions.json (Portuguese) --- src/i18n/locales/pt/rightSidebar/actions.json | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/i18n/locales/pt/rightSidebar/actions.json b/src/i18n/locales/pt/rightSidebar/actions.json index b68187149..5328bb1eb 100644 --- a/src/i18n/locales/pt/rightSidebar/actions.json +++ b/src/i18n/locales/pt/rightSidebar/actions.json @@ -1,34 +1,34 @@ { - "title": "Actions", - "disclaimer": "Changes you make to your resume are saved automatically to your browser's local storage. No data gets out, hence your information is completely secure.", + "title": "Ações", + "disclaimer": "As alterações que você faz no seu curriculum são salvas automaticamente no armazenamento local do seu navegador. Nenhum dado é partilhado, por isso sua informação está completamente segura.", "importExport": { - "heading": "Import/Export", - "body": "You can import or export your data in JSON format. With this, you can edit and print your resume from any device. Save this file for later use.", + "heading": "Importar/Exportar", + "body": "Você pode importar ou exportar seus dados no formato JSON. Sendo assim, é possível editar ou imprimir seu curriculum em qualquer dispositivo. Salve este arquivo para usá-lo posteriormente.", "buttons": { - "import": "Import", - "export": "Export" + "import": "Importar", + "export": "Exportar" } }, "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "heading": "Imprima seu curriculum", + "body": "Você pode clicar no botão abaixo para gerar o PDF instantaneamente. Há também a opção de usar o atalho <1>Cmd/Ctrl + P, porém o resultado pode ser diferente.", "buttons": { - "export": "Export", - "print": "Print" + "export": "Exportar", + "print": "Imprimir" } }, "loadDemoData": { - "heading": "Load Demo Data", - "body": "Unclear on what to do with a fresh blank page? Load some demo data with prepopulated values to see how a resume should look and you can start editing from there.", + "heading": "Carregar dados demonstrativos", + "body": "Na dúvida sobre o que fazer com uma página em branco? Carregue os dados demonstrativos com valores já preenchidos para ver como o curriculum fica e a partir daí você pode começar a editar.", "buttons": { - "loadData": "Load Data" + "loadData": "Carregar dados" } }, "reset": { - "heading": "Reset Everything!", - "body": "This action will reset all your data and remove backups made to your browser's local storage as well, so please make sure you have exported your information before you reset everything.", + "heading": "Reiniciar tudo!", + "body": "Esta ação vai apagar todos os seus dados e remover os backups feitos no armazenamento local do seu navegador também. Por favor, lembre de exportar as suas informações antes de reiniciar tudo.", "buttons": { - "reset": "Reset" + "reset": "Reiniciar" } } } From 98a69de0557834fe4aacb43a1cf0f67153a6798b Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 09:10:49 -0300 Subject: [PATCH 03/18] New translations colors.json (Portuguese) --- src/i18n/locales/pt/rightSidebar/colors.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/pt/rightSidebar/colors.json b/src/i18n/locales/pt/rightSidebar/colors.json index bf4accbf2..b53aabb8e 100644 --- a/src/i18n/locales/pt/rightSidebar/colors.json +++ b/src/i18n/locales/pt/rightSidebar/colors.json @@ -1,7 +1,7 @@ { - "title": "Colors", - "colorOptions": "Color Options", - "primaryColor": "Primary Color", - "accentColor": "Accent Color", - "clipboardCopyAction": "{{color}} has been copied to the clipboard." + "title": "Cores", + "colorOptions": "Opções de cores", + "primaryColor": "Cor principal", + "accentColor": "Cor secundária", + "clipboardCopyAction": "A cor {{color}} foi copiada para área de transferência." } From 54955ea7bc58aca64ac0bd82aa67fd98673ab5e6 Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 09:15:25 -0300 Subject: [PATCH 04/18] New translations fonts.json (Portuguese) --- src/i18n/locales/pt/rightSidebar/fonts.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/pt/rightSidebar/fonts.json b/src/i18n/locales/pt/rightSidebar/fonts.json index dbcfe5f2f..92a835117 100644 --- a/src/i18n/locales/pt/rightSidebar/fonts.json +++ b/src/i18n/locales/pt/rightSidebar/fonts.json @@ -1,7 +1,7 @@ { - "title": "Fonts", + "title": "Fontes", "fontFamily": { - "label": "Font Family", - "helpText": "You can use any font that is installed on your system as well. Just enter the name of the font family here and the browser would load it up for you." + "label": "Família de Fontes", + "helpText": "Você também pode usar qualquer fonte que esteja instalada no seu sistema. Basta digitar o nome da fonte aqui e o navegador vai carregá-la para você." } } From 094dba8edf728ff5e5daf87f5c94a94a977870e0 Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 09:18:05 -0300 Subject: [PATCH 05/18] New translations settings.json (Portuguese) --- src/i18n/locales/pt/rightSidebar/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/pt/rightSidebar/settings.json b/src/i18n/locales/pt/rightSidebar/settings.json index dacc183c6..d026c9139 100644 --- a/src/i18n/locales/pt/rightSidebar/settings.json +++ b/src/i18n/locales/pt/rightSidebar/settings.json @@ -1,7 +1,7 @@ { - "title": "Settings", + "title": "Congiguração", "language": { - "label": "Language", - "helpText": "If you would like to help translate the app into your own language, please refer to the <1>Translation Documentation." + "label": "Escolher idioma", + "helpText": "Se você gostaria de ajudar a traduzir esta aplicação para o seu idioma, por favor, consulte a <1>Documentação de Tradução." } } \ No newline at end of file From 7d93d454ccd74955926af5673c21f97e93068030 Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 09:23:46 -0300 Subject: [PATCH 06/18] New translations awards.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/awards.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/pt/leftSidebar/awards.json b/src/i18n/locales/pt/leftSidebar/awards.json index 4222ec124..3bcbe6ba9 100644 --- a/src/i18n/locales/pt/leftSidebar/awards.json +++ b/src/i18n/locales/pt/leftSidebar/awards.json @@ -1,13 +1,13 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Título", + "placeholder": "Olimpíada de Matemática e Ciência" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" + "label": "Subtítulo", + "placeholder": "Primeiro lugar, nivel internacional" }, "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "placeholder": "Você pode escrever sobre as qualidades que te fez ter sucesso em obter este prêmio" } } From e04a5d157584d0b73051bbfd08cd77baca59905d Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 09:25:17 -0300 Subject: [PATCH 07/18] New translations certifications.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/pt/leftSidebar/certifications.json b/src/i18n/locales/pt/leftSidebar/certifications.json index 92f9dc164..6e59a75b6 100644 --- a/src/i18n/locales/pt/leftSidebar/certifications.json +++ b/src/i18n/locales/pt/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Nome" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Autoria" } } From 146acfccff62f6cd9312db90b1f117b88ad2991f Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 09:35:27 -0300 Subject: [PATCH 08/18] New translations education.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/education.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/i18n/locales/pt/leftSidebar/education.json b/src/i18n/locales/pt/leftSidebar/education.json index 231004b26..9c3073266 100644 --- a/src/i18n/locales/pt/leftSidebar/education.json +++ b/src/i18n/locales/pt/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Instituição" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Área de estudo" }, "grade": { - "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + "label": "Nota" } } From 3e406f36380acedd3b05d0fc93a6ca4080caf6fe Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 09:37:01 -0300 Subject: [PATCH 09/18] New translations extras.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/extras.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/pt/leftSidebar/extras.json b/src/i18n/locales/pt/leftSidebar/extras.json index 7afc7c067..26ba09159 100644 --- a/src/i18n/locales/pt/leftSidebar/extras.json +++ b/src/i18n/locales/pt/leftSidebar/extras.json @@ -1,10 +1,10 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Chave", + "placeholder": "Data de nascimento" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Valor", + "placeholder": "6 de Agosto de 1995" } } From 32d76d2e1be4cf7e39317a9a3bbb90afce51d440 Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 09:41:02 -0300 Subject: [PATCH 10/18] New translations languages.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/languages.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/pt/leftSidebar/languages.json b/src/i18n/locales/pt/leftSidebar/languages.json index fc5de101a..53263ca50 100644 --- a/src/i18n/locales/pt/leftSidebar/languages.json +++ b/src/i18n/locales/pt/leftSidebar/languages.json @@ -1,9 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "Nome" }, "rating": { - "label": "Rating" + "label": "Nota" } } From a370a2908ffa35b065d474a88f77cef122d889bc Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 09:41:16 -0300 Subject: [PATCH 11/18] New translations objective.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/objective.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i18n/locales/pt/leftSidebar/objective.json b/src/i18n/locales/pt/leftSidebar/objective.json index 8cb4f70da..add1eb656 100644 --- a/src/i18n/locales/pt/leftSidebar/objective.json +++ b/src/i18n/locales/pt/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objetivo" } } From 85e7b2e31723b5d10e5d48289d51e75736b99ceb Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 09:45:11 -0300 Subject: [PATCH 12/18] New translations profile.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/profile.json | 26 ++++++++------------ 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/src/i18n/locales/pt/leftSidebar/profile.json b/src/i18n/locales/pt/leftSidebar/profile.json index b7f889c26..0aa0e4e7c 100644 --- a/src/i18n/locales/pt/leftSidebar/profile.json +++ b/src/i18n/locales/pt/leftSidebar/profile.json @@ -1,40 +1,34 @@ { "photoUrl": { - "label": "Photo URL" + "label": "URL da foto" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "Nome" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "Sobrenome" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtítulo" }, "address": { "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Endereço linha 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Endereço linha 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Endereço linha 3" } }, "phone": { - "label": "Phone Number" + "label": "Telefone" }, "website": { - "label": "Website" + "label": "Site" }, "email": { - "label": "Email Address" + "label": "Email" } } From e695c2c6cd55a89eba5b3026391159f7ba3124ab Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 09:47:53 -0300 Subject: [PATCH 13/18] New translations references.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/references.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/pt/leftSidebar/references.json b/src/i18n/locales/pt/leftSidebar/references.json index 88241575d..1be724475 100644 --- a/src/i18n/locales/pt/leftSidebar/references.json +++ b/src/i18n/locales/pt/leftSidebar/references.json @@ -1,19 +1,17 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "Nome" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "Posição" }, "phone": { - "label": "Phone Number" + "label": "Telefone" }, "email": { - "label": "Email Address" + "label": "Email" }, "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." + "placeholder": "Você pode descrever como você e seu contato de referência trabalharam juntos nos projetos em que fizeram parte." } } From 3f611c262461e78650ceeb23f0a795aa33200ff5 Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 09:48:26 -0300 Subject: [PATCH 14/18] New translations skills.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/skills.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/pt/leftSidebar/skills.json b/src/i18n/locales/pt/leftSidebar/skills.json index 5f178d9b6..d03bf6fd5 100644 --- a/src/i18n/locales/pt/leftSidebar/skills.json +++ b/src/i18n/locales/pt/leftSidebar/skills.json @@ -1,5 +1,5 @@ { "item": { - "placeholder": "Cooking" + "placeholder": "Cozinheiro" } } From b8793a224a3ffe9abd9c30094ffe077751412535 Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 09:52:04 -0300 Subject: [PATCH 15/18] New translations work.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/work.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/pt/leftSidebar/work.json b/src/i18n/locales/pt/leftSidebar/work.json index 6d115c6e3..d869bde81 100644 --- a/src/i18n/locales/pt/leftSidebar/work.json +++ b/src/i18n/locales/pt/leftSidebar/work.json @@ -1,13 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "Nome" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" + "label": "Cargo" }, "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "placeholder": "Você pode descrever no que se especializou enquanto trabalhava na empresa e quais os projetos que participou." } } From a179193337ed51538ce345a01cbf949704bfc1e6 Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 10:06:54 -0300 Subject: [PATCH 16/18] New translations app.json (Portuguese) --- src/i18n/index.js | 4 ++++ src/i18n/locales/pt/app/app.json | 34 +++++++++++++++++++++++--------- 2 files changed, 29 insertions(+), 9 deletions(-) diff --git a/src/i18n/index.js b/src/i18n/index.js index 288d2e686..76ec26cb9 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -32,6 +32,10 @@ const languages = [ code: 'es', name: 'Spanish', }, + { + code: 'pt', + name: 'Portuguese', + }, ]; i18n.use(initReactI18next).init({ diff --git a/src/i18n/locales/pt/app/app.json b/src/i18n/locales/pt/app/app.json index 861e3ad5f..781a31da5 100644 --- a/src/i18n/locales/pt/app/app.json +++ b/src/i18n/locales/pt/app/app.json @@ -1,19 +1,14 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Add {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Data Inicial" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "Data Final" }, "description": { - "label": "Description" + "label": "Descrição" } }, "buttons": { @@ -21,5 +16,26 @@ "label": "Add" } }, - "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." + "printDialog": { + "heading": "Baixar Curriculum", + "quality": { + "label": "Qualidade" + }, + "printType": { + "label": "Tipo", + "types": { + "unconstrained": "Sem restrições", + "fitInA4": "Ajustar a A4", + "multiPageA4": "Multi-páginas A4" + } + }, + "buttons": { + "cancel": "Cancelar", + "saveAsPdf": "Salvar como PDF" + } + }, + "panZoomAnimation": { + "helpText": "Você pode arrastar e dar zoom no quadro de trabalho a qualquer momento para ver mais detalhes do seu curriculum." + }, + "markdownHelpText": "Você pode utilizar <1>GitHub Flavored Markdown para estilizar esta seção." } From fec4e167017f7616c092159dd6b61c05acea0e00 Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 10:14:22 -0300 Subject: [PATCH 17/18] Fix translations actions.json (Portuguese) --- src/i18n/locales/pt/rightSidebar/actions.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/pt/rightSidebar/actions.json b/src/i18n/locales/pt/rightSidebar/actions.json index 5328bb1eb..cce37304f 100644 --- a/src/i18n/locales/pt/rightSidebar/actions.json +++ b/src/i18n/locales/pt/rightSidebar/actions.json @@ -9,12 +9,11 @@ "export": "Exportar" } }, - "printResume": { - "heading": "Imprima seu curriculum", - "body": "Você pode clicar no botão abaixo para gerar o PDF instantaneamente. Há também a opção de usar o atalho <1>Cmd/Ctrl + P, porém o resultado pode ser diferente.", + "downloadResume": { + "heading": "Baixe seu Curriculum", + "body": "Você pode clicar no botão abaixo para baixar a versão em PDF do seu curriculum. Para obter melhores resultados, por favor utilize a verão mais recente do Google Chrome.", "buttons": { - "export": "Exportar", - "print": "Imprimir" + "saveAsPdf": "Salvar como PDF" } }, "loadDemoData": { From f51d8b596eb6d037880568100a88699cf0d38bb8 Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 10:27:28 -0300 Subject: [PATCH 18/18] update changelogo --- docs/changelog/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog/README.md b/docs/changelog/README.md index ada1899e0..b4b3e2cd0 100644 --- a/docs/changelog/README.md +++ b/docs/changelog/README.md @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file. ## April 2020 +### April 11, 2020 + +- Added Language: Portuguese + ### April 8, 2020 - Added Language: Spanish