-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add vietnamese #205
Open
pnghai
wants to merge
1
commit into
aiji42:main
Choose a base branch
from
pnghai:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
add vietnamese #205
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
{ | ||
"errors": { | ||
"invalid_type": "Dự kiến {{expected}}, nhận được {{received}}", | ||
"invalid_type_received_undefined": "Bắt buộc", | ||
"invalid_type_received_null": "Bắt buộc", | ||
"invalid_literal": "Giá trị bằng chữ không hợp lệ, mong đợi {{expected}}", | ||
"unrecognized_keys": "(Các) khóa không được nhận dạng trong đối tượng: {{- keys}}", | ||
"invalid_union": "Đầu vào không hợp lệ", | ||
"invalid_union_discriminator": "Giá trị phân biệt đối xử không hợp lệ. Cần có {{- options}}", | ||
"invalid_enum_value": "Giá trị enum không hợp lệ. Mong đợi {{- options}}, nhận được '{{received}}'", | ||
"invalid_arguments": "Đối số hàm không hợp lệ", | ||
"invalid_return_type": "Kiểu trả về của hàm không hợp lệ", | ||
"invalid_date": "Ngày không hợp lệ", | ||
"custom": "Đầu vào không hợp lệ", | ||
"invalid_intersection_types": "Không thể hợp nhất kết quả giao", | ||
"not_multiple_of": "Số phải là bội số của {{multipleOf}}", | ||
"not_finite": "Số phải hữu hạn", | ||
"invalid_string": { | ||
"email": "{{validation}} không hợp lệ", | ||
"url": "{{validation}} không hợp lệ", | ||
"uuid": "{{validation}} không hợp lệ", | ||
"cuid": "{{validation}} không hợp lệ", | ||
"regex": "Không hợp lệ", | ||
"datetime": "{{validation}} không hợp lệ", | ||
"startsWith": "Đầu vào không hợp lệ: phải bắt đầu bằng \"{{startsWith}}\"", | ||
"endsWith": "Đầu vào không hợp lệ: phải kết thúc bằng \"{{endsWith}}\"" | ||
}, | ||
"too_small": { | ||
"array": { | ||
"exact": "Mảng phải chứa chính xác {{minimum}} phần tử", | ||
"inclusive": "Mảng phải chứa ít nhất {{minimum}} phần tử", | ||
"not_inclusive": "Mảng phải chứa nhiều hơn {{minimum}} phần tử" | ||
}, | ||
"string": { | ||
"exact": "Chuỗi phải chứa chính xác {{minimum}} ký tự", | ||
"inclusive": "Chuỗi phải chứa ít nhất {{minimum}} ký tự", | ||
"not_inclusive": "Chuỗi phải chứa trên {{minimum}} ký tự" | ||
}, | ||
"number": { | ||
"exact": "Số phải chính xác là {{minimum}}", | ||
"inclusive": "Số phải lớn hơn hoặc bằng {{minimum}}", | ||
"not_inclusive": "Số phải lớn hơn {{minimum}}" | ||
}, | ||
"set": { | ||
"exact": "Đầu vào không hợp lệ", | ||
"inclusive": "Đầu vào không hợp lệ", | ||
"not_inclusive": "Đầu vào không hợp lệ" | ||
}, | ||
"date": { | ||
"exact": "Ngày phải chính xác là {{- minimum, datetime}}", | ||
"inclusive": "Ngày phải lớn hơn hoặc bằng {{- minimum, datetime}}", | ||
"not_inclusive": "Ngày phải lớn hơn {{- minimum, datetime}}" | ||
} | ||
}, | ||
"too_big": { | ||
"array": { | ||
"exact": "Mảng phải chứa chính xác {{maximum}} phần tử", | ||
"inclusive": "Mảng phải chứa tối đa {{maximum}} phần tử", | ||
"not_inclusive": "Mảng phải chứa ít hơn {{maximum}} phần tử" | ||
}, | ||
"string": { | ||
"exact": "Chuỗi phải chứa chính xác {{maximum}} ký tự", | ||
"inclusive": "Chuỗi phải chứa tối đa {{maximum}} ký tự", | ||
"not_inclusive": "Chuỗi phải chứa dưới {{maximum}} ký tự", | ||
}, | ||
"number": { | ||
"exact": "Số phải chính xác là {{maximum}}", | ||
"inclusive": "Số phải nhỏ hơn hoặc bằng {{maximum}}", | ||
"not_inclusive": "Số phải nhỏ hơn {{maximum}}" | ||
}, | ||
"set": { | ||
"exact": "Đầu vào không hợp lệ", | ||
"inclusive": "Đầu vào không hợp lệ", | ||
"not_inclusive": "Đầu vào không hợp lệ" | ||
}, | ||
"date": { | ||
"exact": "Ngày phải chính xác là {{- maximum, datetime}}", | ||
"inclusive": "Ngày phải nhỏ hơn hoặc bằng {{-maximum, datetime}}", | ||
"not_inclusive": "Ngày phải nhỏ hơn {{- maximum, datetime}}", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. JSON standard does not allow trailing comma |
||
} | ||
} | ||
}, | ||
"validations": { | ||
"email": "email", | ||
"url": "url", | ||
"uuid": "uuid", | ||
"cuid": "cuid", | ||
"regex": "regex", | ||
"datetime": "ngày giờ" | ||
}, | ||
"types": { | ||
"function": "hàm", | ||
"number": "số", | ||
"string": "chuỗi", | ||
"nan": "không phải số", | ||
"integer": "số nguyên", | ||
"float": "số thực", | ||
"boolean": "boolean", | ||
"date": "ngày", | ||
"bigint": "bigint", | ||
"undefined": "undefined", | ||
"symbol": "biểu tượng", | ||
"null": "null", | ||
"array": "mảng", | ||
"object": "đối tượng", | ||
"unknown": "không rõ", | ||
"promise": "promise", | ||
"void": "void", | ||
"never": "không bao giờ", | ||
"map": "ánh xạ", | ||
"set": "tập hợp" | ||
} | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JSON standard does not allow trailing comma