Add missing translations pt-BR (#5081)

pull/5096/head
Fernando Henrique Bandeira 2017-05-26 13:07:47 -03:00 committed by cinwell.li
parent 876cb88ae6
commit 9bed095ac2
1 changed files with 6 additions and 6 deletions

View File

@ -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'
} }
} }
}; };