mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +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"
|
type="button"
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
Huỷ
|
Hủy
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
@ -326879,7 +326879,7 @@ exports[`Locale Provider should display the text as vi 1`] = `
|
|||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
OK
|
Đồng ý
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@ -328444,7 +328444,7 @@ exports[`Locale Provider should display the text as vi 1`] = `
|
|||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
Huỷ
|
Hủy
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
@ -328452,7 +328452,7 @@ exports[`Locale Provider should display the text as vi 1`] = `
|
|||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
OK
|
Đồng ý
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
@ -11,20 +11,20 @@ const localeValues: Locale = {
|
|||||||
TimePicker,
|
TimePicker,
|
||||||
Calendar,
|
Calendar,
|
||||||
Table: {
|
Table: {
|
||||||
filterTitle: 'Bộ ',
|
filterTitle: 'Bộ lọc',
|
||||||
filterConfirm: 'OK',
|
filterConfirm: 'Đồng ý',
|
||||||
filterReset: 'Tạo Lại',
|
filterReset: 'Bỏ lọc',
|
||||||
selectAll: 'Chọn Tất Cả',
|
selectAll: 'Chọn tất cả',
|
||||||
selectInvert: 'Chọn Ngược Lại',
|
selectInvert: 'Chọn ngược lại',
|
||||||
},
|
},
|
||||||
Modal: {
|
Modal: {
|
||||||
okText: 'OK',
|
okText: 'Đồng ý',
|
||||||
cancelText: 'Huỷ',
|
cancelText: 'Hủy',
|
||||||
justOkText: 'OK',
|
justOkText: 'OK',
|
||||||
},
|
},
|
||||||
Popconfirm: {
|
Popconfirm: {
|
||||||
okText: 'OK',
|
okText: 'Đồng ý',
|
||||||
cancelText: 'Huỷ',
|
cancelText: 'Hủy',
|
||||||
},
|
},
|
||||||
Transfer: {
|
Transfer: {
|
||||||
titles: ['', ''],
|
titles: ['', ''],
|
||||||
@ -36,7 +36,7 @@ const localeValues: Locale = {
|
|||||||
uploading: 'Đang tải lên...',
|
uploading: 'Đang tải lên...',
|
||||||
removeFile: 'Gỡ bỏ tập tin',
|
removeFile: 'Gỡ bỏ tập tin',
|
||||||
uploadError: 'Lỗi tải lên',
|
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',
|
downloadFile: 'Tải tập tin',
|
||||||
},
|
},
|
||||||
Empty: {
|
Empty: {
|
||||||
|
Loading…
Reference in New Issue
Block a user