Commit 3bc2d2b4 authored by Quang LN's avatar Quang LN Committed by GitHub

locale: Fix vi translation (#19244)

parent abb16771
...@@ -107,14 +107,14 @@ export default { ...@@ -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ỷ'
} }
} }
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment