mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
chore: fix vietnamese typos (#39279)
* chore: fix vietnamese typos * Update snapshots
This commit is contained in:
parent
d17d98f81a
commit
cadab499e1
@ -326871,7 +326871,7 @@ exports[`Locale Provider should display the text as vi 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
Huỷ
|
||||
Hủy
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
@ -326879,7 +326879,7 @@ exports[`Locale Provider should display the text as vi 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
OK
|
||||
Đồng ý
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
@ -328444,7 +328444,7 @@ exports[`Locale Provider should display the text as vi 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
Huỷ
|
||||
Hủy
|
||||
</span>
|
||||
</button>
|
||||
<button
|
||||
@ -328452,7 +328452,7 @@ exports[`Locale Provider should display the text as vi 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<span>
|
||||
OK
|
||||
Đồng ý
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
|
@ -11,20 +11,20 @@ const localeValues: Locale = {
|
||||
TimePicker,
|
||||
Calendar,
|
||||
Table: {
|
||||
filterTitle: 'Bộ ',
|
||||
filterConfirm: 'OK',
|
||||
filterReset: 'Tạo Lại',
|
||||
selectAll: 'Chọn Tất Cả',
|
||||
selectInvert: 'Chọn Ngược Lại',
|
||||
filterTitle: 'Bộ lọc',
|
||||
filterConfirm: 'Đồng ý',
|
||||
filterReset: 'Bỏ lọc',
|
||||
selectAll: 'Chọn tất cả',
|
||||
selectInvert: 'Chọn ngược lại',
|
||||
},
|
||||
Modal: {
|
||||
okText: 'OK',
|
||||
cancelText: 'Huỷ',
|
||||
okText: 'Đồng ý',
|
||||
cancelText: 'Hủy',
|
||||
justOkText: 'OK',
|
||||
},
|
||||
Popconfirm: {
|
||||
okText: 'OK',
|
||||
cancelText: 'Huỷ',
|
||||
okText: 'Đồng ý',
|
||||
cancelText: 'Hủy',
|
||||
},
|
||||
Transfer: {
|
||||
titles: ['', ''],
|
||||
@ -36,7 +36,7 @@ const localeValues: Locale = {
|
||||
uploading: 'Đang tải lên...',
|
||||
removeFile: 'Gỡ bỏ tập tin',
|
||||
uploadError: 'Lỗi tải lên',
|
||||
previewFile: 'Xem thử tập tin',
|
||||
previewFile: 'Xem trước tập tin',
|
||||
downloadFile: 'Tải tập tin',
|
||||
},
|
||||
Empty: {
|
||||
|
Loading…
Reference in New Issue
Block a user