1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-24 11:22:31 +01:00

New translations common.json (Vietnamese)

This commit is contained in:
Samuel 2021-10-18 21:40:43 -04:00
parent a2ac96924d
commit 6e8283ad07

View File

@ -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}})",