Skip to content

Commit 3bc2d2b

Browse files
authored
locale: Fix vi translation (#19244)
1 parent abb1677 commit 3bc2d2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/locale/lang/vi.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ export default {
107107
hasCheckedFormat: '{checked}/{total} đã chọn '
108108
},
109109
image: {
110-
error: 'FAILED' // to be translated
110+
error: 'LỖI'
111111
},
112112
pageHeader: {
113-
title: 'Back' // to be translated
113+
title: 'Quay lại'
114114
},
115115
popconfirm: {
116-
confirmButtonText: 'Yes', // to be translated
117-
cancelButtonText: 'No' // to be translated
116+
confirmButtonText: 'Ok',
117+
cancelButtonText: 'Huỷ'
118118
}
119119
}
120120
};

0 commit comments

Comments
 (0)