1 files changed, 3 insertions, 3 deletions
diff --git a/api/locales/vi/common.json b/api/locales/vi/common.json
index a565e3dc..b932ec81 100644
--- a/api/locales/vi/common.json
+++ b/api/locales/vi/common.json
@@ -1,8 +1,8 @@
{
"field": {
- "BASE_TYPE_REQUIRED": "This field is required",
- "BASE_TYPE_STRING": "This field must be a string",
- "BASE_TYPE_NUMBER": "This field must be a number",
+ "BASE_TYPE_REQUIRED": "Mục này là bắt buộc",
+ "BASE_TYPE_STRING": "Trường này phải là một chuỗi",
+ "BASE_TYPE_NUMBER": "Mục này phải là một số",
"BASE_TYPE_BIGINT": "This field must be a bigint",
"BASE_TYPE_BOOLEAN": "This field must be a boolean",
"BASE_TYPE_CHOICES": "This field must be one of ({{types}})",
|