summary refs log tree commit diff
path: root/api
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-10-18 21:40:43 -0400
committerSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-10-18 21:40:43 -0400
commitefbd30e5f4cd17ee87bb92d3484d9d5b1e0079a8 (patch)
tree3cb460e2f8c5be8a79dbbc075aa1ea0134a7c2fa /api
parentNew translations auth.json (Polish) (diff)
downloadserver-efbd30e5f4cd17ee87bb92d3484d9d5b1e0079a8.tar.xz
New translations common.json (Vietnamese)
Diffstat (limited to 'api')
-rw-r--r--api/locales/vi/common.json6
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}})",