fix: adding missing translations to Upload and Table components (#6218)

This commit is contained in:
Arthur Denner Oliveira Santos 2017-05-21 22:47:30 -03:00 committed by Benjy Cui
parent 1dae0b65f2
commit 262cad1009

View File

@ -18,6 +18,8 @@ export default {
filterConfirm: 'OK',
filterReset: 'Resetar',
emptyText: 'Não há dados',
selectAll: 'Selecionar página atual',
selectInvert: 'Inverter seleção',
},
Modal: {
okText: 'OK',
@ -37,4 +39,10 @@ export default {
Select: {
notFoundContent: 'Não encontrado',
},
Upload: {
uploading: 'Enviando...',
removeFile: 'Remover arquivo',
uploadError: 'Erro no envio',
previewFile: 'Visualizar arquivo',
},
};