Commit 9bed095a authored by Fernando Henrique Bandeira's avatar Fernando Henrique Bandeira Committed by cinwell.li

Add missing translations pt-BR (#5081)

parent 876cb88a
......@@ -67,7 +67,7 @@ export default {
},
pagination: {
goto: 'Ir para',
pagesize: '/pagina',
pagesize: '/página',
total: 'Total {total}',
pageClassifier: ''
},
......@@ -87,7 +87,7 @@ export default {
confirmFilter: 'Confirmar',
resetFilter: 'Limpar',
clearFilter: 'Todos',
sumText: 'Sum' // to be translated
sumText: 'Total'
},
tree: {
emptyText: 'Sem dados'
......@@ -95,10 +95,10 @@ export default {
transfer: {
noMatch: 'Sem resultados',
noData: 'Sem dados',
titles: ['List 1', 'List 2'], // to be translated
filterPlaceholder: 'Enter keyword', // to be translated
noCheckedFormat: '{total} items', // to be translated
hasCheckedFormat: '{checked}/{total} checked' // to be translated
titles: ['Lista 1', 'Lista 2'],
filterPlaceholder: 'Digite uma palavra-chave',
noCheckedFormat: '{total} itens',
hasCheckedFormat: '{checked}/{total} selecionados'
}
}
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment