mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 16:51:33 +10:00
New translations app.json (Portuguese)
This commit is contained in:
@ -32,6 +32,10 @@ const languages = [
|
|||||||
code: 'es',
|
code: 'es',
|
||||||
name: 'Spanish',
|
name: 'Spanish',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
code: 'pt',
|
||||||
|
name: 'Portuguese',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
i18n.use(initReactI18next).init({
|
i18n.use(initReactI18next).init({
|
||||||
|
|||||||
@ -1,19 +1,14 @@
|
|||||||
{
|
{
|
||||||
"heading": {
|
|
||||||
"placeholder": "Heading"
|
|
||||||
},
|
|
||||||
"item": {
|
"item": {
|
||||||
"add": "Add {{- heading}}",
|
"add": "Add {{- heading}}",
|
||||||
"startDate": {
|
"startDate": {
|
||||||
"label": "Start Date",
|
"label": "Data Inicial"
|
||||||
"placeholder": "March 2018"
|
|
||||||
},
|
},
|
||||||
"endDate": {
|
"endDate": {
|
||||||
"label": "End Date",
|
"label": "Data Final"
|
||||||
"placeholder": "March 2022"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"label": "Description"
|
"label": "Descrição"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"buttons": {
|
"buttons": {
|
||||||
@ -21,5 +16,26 @@
|
|||||||
"label": "Add"
|
"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