Skip to content

Commit

Permalink
New translations zod.php (Vietnamese)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Nov 21, 2023
1 parent a2b0d26 commit 66278d2
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions lang/vi_VN/zod.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@

return [
'errors' => [
'invalid_type' => 'Expected {{expected}}, received {{received}}',
'invalid_type_received_undefined' => 'Required',
'invalid_literal' => 'Invalid literal value, expected {{expected}}',
'unrecognized_keys' => 'Unrecognized key(s) in object: {{- keys}}',
'invalid_union' => 'Invalid input',
'invalid_union_discriminator' => 'Invalid discriminator value. Expected {{- options}}',
'invalid_enum_value' => 'Invalid enum value. Expected {{- options}}, received \'{{received}}\'',
'invalid_arguments' => 'Invalid function arguments',
'invalid_return_type' => 'Invalid function return type',
'invalid_date' => 'Invalid date',
'custom' => 'Invalid input',
'invalid_intersection_types' => 'Intersection results could not be merged',
'not_multiple_of' => 'Number must be a multiple of {{multipleOf}}',
'not_finite' => 'Number must be finite',
'invalid_type' => 'Cần {{expected}} nhưng nhận được {{received}}',
'invalid_type_received_undefined' => 'Bắt buộc',
'invalid_literal' => 'Dữ liệu sai định dạng, cần {{expected}}',
'unrecognized_keys' => 'Key(s) sai định dạng ở object {{- keys}}',
'invalid_union' => 'Dữ liệu đầu vào không hợp lệ',
'invalid_union_discriminator' => 'Giá trị của discriminator không hợp lệ, Cần {{- options}}',
'invalid_enum_value' => 'Giá trị của enum không hợp lệ, Cần {{- options}} nhưng nhận được{{received}}',
'invalid_arguments' => 'Dữ liệu đầu vào của hàm không hợp lệ',
'invalid_return_type' => 'Kiểu dữ liệu đầu ra của hàm không hợp lệ',
'invalid_date' => 'Ngày sai định dạng',
'custom' => 'Dữ liệu đầu vào không hợp lệ',
'invalid_intersection_types' => 'Kết quả của phần giao không thể được gộp',
'not_multiple_of' => 'Số phải là kết quả của {{multipleOf}}',
'not_finite' => 'Số phải là số hữu hạn',
'invalid_string' => [
'email' => 'Invalid {{validation}}',
'url' => 'Invalid {{validation}}',
'uuid' => 'Invalid {{validation}}',
'cuid' => 'Invalid {{validation}}',
'regex' => 'Invalid',
'datetime' => 'Invalid {{validation}}',
'startsWith' => 'Invalid input: must start with "{{startsWith}}"',
'endsWith' => 'Invalid input: must end with "{{endsWith}}"',
'hostname' => 'Invalid {{validation}}',
'english_keyboard_characters' => 'Invalid {{validation}}',
'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' => 'Dữ liệu đầu vào không hợp lệ, phải bắt đầu với "{{startsWith}}"',
'endsWith' => 'Dữ liệu đầu vào không hợp lệ, phải kết thúc bằng "{{endsWith}}"',
'hostname' => '{{validation}} không hợp lệ',
'english_keyboard_characters' => '{{validation}} không hợp lệ',
'password' => 'Must contain 8 characters, one uppercase, one lowercase, one number and one special case character',
'ip_address' => 'Invalid IP Address',
'mac_address' => 'Invalid Mac Address',
Expand Down

0 comments on commit 66278d2

Please sign in to comment.