mirror of https://github.com/ElemeFE/element
Add missing translations pt-BR (#5081)
parent
876cb88ae6
commit
9bed095ac2
|
@ -67,7 +67,7 @@ export default {
|
||||||
},
|
},
|
||||||
pagination: {
|
pagination: {
|
||||||
goto: 'Ir para',
|
goto: 'Ir para',
|
||||||
pagesize: '/pagina',
|
pagesize: '/página',
|
||||||
total: 'Total {total}',
|
total: 'Total {total}',
|
||||||
pageClassifier: ''
|
pageClassifier: ''
|
||||||
},
|
},
|
||||||
|
@ -87,7 +87,7 @@ export default {
|
||||||
confirmFilter: 'Confirmar',
|
confirmFilter: 'Confirmar',
|
||||||
resetFilter: 'Limpar',
|
resetFilter: 'Limpar',
|
||||||
clearFilter: 'Todos',
|
clearFilter: 'Todos',
|
||||||
sumText: 'Sum' // to be translated
|
sumText: 'Total'
|
||||||
},
|
},
|
||||||
tree: {
|
tree: {
|
||||||
emptyText: 'Sem dados'
|
emptyText: 'Sem dados'
|
||||||
|
@ -95,10 +95,10 @@ export default {
|
||||||
transfer: {
|
transfer: {
|
||||||
noMatch: 'Sem resultados',
|
noMatch: 'Sem resultados',
|
||||||
noData: 'Sem dados',
|
noData: 'Sem dados',
|
||||||
titles: ['List 1', 'List 2'], // to be translated
|
titles: ['Lista 1', 'Lista 2'],
|
||||||
filterPlaceholder: 'Enter keyword', // to be translated
|
filterPlaceholder: 'Digite uma palavra-chave',
|
||||||
noCheckedFormat: '{total} items', // to be translated
|
noCheckedFormat: '{total} itens',
|
||||||
hasCheckedFormat: '{checked}/{total} checked' // to be translated
|
hasCheckedFormat: '{checked}/{total} selecionados'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue