From e2e7ea9e18317578bed6f9105251c97f319bd33f Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 16 Jan 2018 14:06:21 +0000 Subject: [PATCH] New translations validation.php (Vietnamese) --- resources/lang/vi-VN/validation.php | 42 ++++++++++++++--------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/resources/lang/vi-VN/validation.php b/resources/lang/vi-VN/validation.php index 56522417..b75e4e5c 100644 --- a/resources/lang/vi-VN/validation.php +++ b/resources/lang/vi-VN/validation.php @@ -31,30 +31,30 @@ return [ 'array' => ':attribute phải là một mảng.', 'before' => ':attribute phải là một ngày trước :date.', 'between' => [ - 'numeric' => 'The :attribute must be between :min and :max.', - 'file' => 'The :attribute must be between :min and :max kilobytes.', - 'string' => 'The :attribute must be between :min and :max characters.', + 'numeric' => ':attribute phải nằm giữa :min - :max.', + 'file' => ':attribute phải trong khoảng từ :min đến :max kilobytes.', + 'string' => ':attribute phải trong khoảng từ :min đến :max ký tự.', 'array' => ':attribute phải trong khoảng :min và :max mục.', ], - 'boolean' => 'The :attribute field must be true or false.', - 'confirmed' => 'The :attribute confirmation does not match.', - 'date' => 'The :attribute is not a valid date.', - 'date_format' => 'The :attribute does not match the format :format.', - 'different' => 'The :attribute and :other must be different.', - 'digits' => 'The :attribute must be :digits digits.', - 'digits_between' => 'The :attribute must be between :min and :max digits.', - 'email' => 'The :attribute must be a valid email address.', - 'exists' => 'The selected :attribute is invalid.', - 'distinct' => 'The :attribute field has a duplicate value.', - 'filled' => 'The :attribute field is required.', + 'boolean' => ':attribute phải là true hoặc false.', + 'confirmed' => 'Xác nhận :attribute không đúng.', + 'date' => ':attribute không phải là ngày hợp lệ.', + 'date_format' => ':attribute không phù hợp định dạng :format.', + 'different' => ':attribute và :other phải khác nhau.', + 'digits' => ':attribute phải có :digits chữ số.', + 'digits_between' => ':attribute phải ở giữa :min và :max chữ số.', + 'email' => ':attribute phải là một email hợp lệ.', + 'exists' => ':attribute đã chọn không hợp lệ.', + 'distinct' => 'Thuộc tính :attribute có giá trị trùng lặp.', + 'filled' => 'Thuộc tính :attribute là bắt buộc.', 'image' => 'Thuộc tính :attribute phải là một file ảnh.', - 'in' => 'The selected :attribute is invalid.', - 'in_array' => 'The :attribute field does not exist in :other.', - 'integer' => 'The :attribute must be an integer.', - 'ip' => 'The :attribute must be a valid IP address.', + 'in' => ':attribute đã chọn không hợp lệ.', + 'in_array' => 'Thuộc tính :attribute không tồn tại trong :other.', + 'integer' => ':attribute phải là một số nguyên.', + 'ip' => ':attribute phải là một địa chỉ IP hợp lệ.', 'json' => ':attribute phải là một chuỗi JSON hợp lệ.', 'max' => [ - 'numeric' => 'The :attribute may not be greater than :max.', + 'numeric' => ':attribute có thể không lớn hơn :max.', 'file' => 'The :attribute may not be greater than :max kilobytes.', 'string' => 'The :attribute may not be greater than :max characters.', 'array' => ':attribute có thể không có nhiều hơn :max mục.', @@ -66,11 +66,11 @@ return [ 'string' => 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ], - 'not_in' => 'The selected :attribute is invalid.', + 'not_in' => ':attribute đã chọn không hợp lệ.', 'numeric' => 'The :attribute must be a number.', 'present' => 'The :attribute field must be present.', 'regex' => 'Định dạng :attribute không hợp lệ.', - 'required' => 'The :attribute field is required.', + 'required' => 'Thuộc tính :attribute là bắt buộc.', 'required_if' => 'The :attribute field is required when :other is :value.', 'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_with' => 'Trường :attribute là bắt buộc khi :values là hiện tại.',