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 '
|
hasCheckedFormat: '{checked}/{total} đã chọn '
|
||||||
},
|
},
|
||||||
image: {
|
image: {
|
||||||
error: 'FAILED' // to be translated
|
error: 'LỖI'
|
||||||
},
|
},
|
||||||
pageHeader: {
|
pageHeader: {
|
||||||
title: 'Back' // to be translated
|
title: 'Quay lại'
|
||||||
},
|
},
|
||||||
popconfirm: {
|
popconfirm: {
|
||||||
confirmButtonText: 'Yes', // to be translated
|
confirmButtonText: 'Ok',
|
||||||
cancelButtonText: 'No' // to be translated
|
cancelButtonText: 'Huỷ'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue