From a179193337ed51538ce345a01cbf949704bfc1e6 Mon Sep 17 00:00:00 2001 From: Paulo Chaves Date: Sat, 11 Apr 2020 10:06:54 -0300 Subject: [PATCH] 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 288d2e68..76ec26cb 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 861e3ad5..781a31da 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." }