We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb1677 commit 3bc2d2bCopy full SHA for 3bc2d2b
src/locale/lang/vi.js
@@ -107,14 +107,14 @@ export default {
107
hasCheckedFormat: '{checked}/{total} đã chọn '
108
},
109
image: {
110
- error: 'FAILED' // to be translated
+ error: 'LỖI'
111
112
pageHeader: {
113
- title: 'Back' // to be translated
+ title: 'Quay lại'
114
115
popconfirm: {
116
- confirmButtonText: 'Yes', // to be translated
117
- cancelButtonText: 'No' // to be translated
+ confirmButtonText: 'Ok',
+ cancelButtonText: 'Huỷ'
118
}
119
120
};
0 commit comments