Skip to content

Commit 04836db

Browse files
committed
New translations validation.php (Vietnamese)
1 parent 97c24d5 commit 04836db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lang/vi/validation.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@
105105
'url' => 'Định dạng của :attribute không hợp lệ.',
106106
'uploaded' => 'Tệp tin đã không được tải lên. Máy chủ không chấp nhận các tệp tin với dung lượng lớn như tệp tin trên.',
107107

108-
'zip_file' => 'The :attribute needs to reference a file within the ZIP.',
109-
'zip_file_mime' => 'The :attribute needs to reference a file of type :validTypes, found :foundType.',
110-
'zip_model_expected' => 'Data object expected but ":type" found.',
111-
'zip_unique' => 'The :attribute must be unique for the object type within the ZIP.',
108+
'zip_file' => ':attribute cần tham chiếu đến một tệp trong ZIP.',
109+
'zip_file_mime' => ':attribute cần tham chiếu đến một tệp có kiểu: :validTypes, tìm thấy :foundType.',
110+
'zip_model_expected' => 'Đối tượng dữ liệu được mong đợi nhưng tìm thấy ":type".',
111+
'zip_unique' => ':attribute phải là duy nhất cho kiểu đối tượng trong ZIP.',
112112

113113
// Custom validation lines
114114
'custom' => [

0 commit comments

Comments
 (0)