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 {
hasCheckedFormat: '{checked}/{total} đã chọn '
},
image: {
error: 'FAILED' // to be translated
error: 'LỖI'
},
pageHeader: {
title: 'Back' // to be translated
title: 'Quay lại'
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No' // to be translated
confirmButtonText: 'Ok',
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