locale: Fix vi translation (#19244)

pull/19442/head
Quang LN 2020-05-18 15:57:10 +07:00 committed by GitHub
parent abb16771a5
commit 3bc2d2b4db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -107,14 +107,14 @@ export default {
hasCheckedFormat: '{checked}/{total} đã chọn ' hasCheckedFormat: '{checked}/{total} đã chọn '
}, },
image: { image: {
error: 'FAILED' // to be translated error: 'LỖI'
}, },
pageHeader: { pageHeader: {
title: 'Back' // to be translated title: 'Quay lại'
}, },
popconfirm: { popconfirm: {
confirmButtonText: 'Yes', // to be translated confirmButtonText: 'Ok',
cancelButtonText: 'No' // to be translated cancelButtonText: 'Huỷ'
} }
} }
}; };