mirror of https://github.com/ElemeFE/element
locale: Fix vi translation (#19244)
parent
abb16771a5
commit
3bc2d2b4db
|
@ -107,14 +107,14 @@ export default {
|
|||
hasCheckedFormat: '{checked}/{total} đã chọn '
|
||||
},
|
||||
image: {
|
||||
error: 'FAILED' // to be translated
|
||||
error: 'LỖI'
|
||||
},
|
||||
pageHeader: {
|
||||
title: 'Back' // to be translated
|
||||
title: 'Quay lại'
|
||||
},
|
||||
popconfirm: {
|
||||
confirmButtonText: 'Yes', // to be translated
|
||||
cancelButtonText: 'No' // to be translated
|
||||
confirmButtonText: 'Ok',
|
||||
cancelButtonText: 'Huỷ'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue