mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
New translations app.json (Portuguese)
This commit is contained in:
@ -32,6 +32,10 @@ const languages = [
|
||||
code: 'es',
|
||||
name: 'Spanish',
|
||||
},
|
||||
{
|
||||
code: 'pt',
|
||||
name: 'Portuguese',
|
||||
},
|
||||
];
|
||||
|
||||
i18n.use(initReactI18next).init({
|
||||
|
||||
@ -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</1> 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</1> para estilizar esta seção."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user