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

View File

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