chore: fix vietnamese typos (#39279)

* chore: fix vietnamese typos

* Update snapshots
This commit is contained in:
Nghiệp 2022-12-06 14:32:20 +07:00 committed by GitHub
parent d17d98f81a
commit cadab499e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View File

@ -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>

View File

@ -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: {