mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
fix: adding missing translations to Upload and Table components (#6218)
This commit is contained in:
parent
1dae0b65f2
commit
262cad1009
@ -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',
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user