diff --git a/lang/vi_VN/zod.php b/lang/vi_VN/zod.php index 1147122aa1e..618fd47a5c3 100644 --- a/lang/vi_VN/zod.php +++ b/lang/vi_VN/zod.php @@ -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',