]> BookStack Code Mirror - bookstack/commitdiff
New translations validation.php (Vietnamese)
authorDan Brown <redacted>
Tue, 24 Jun 2025 10:20:02 +0000 (11:20 +0100)
committerDan Brown <redacted>
Tue, 24 Jun 2025 10:20:02 +0000 (11:20 +0100)
lang/vi/validation.php

index 9683c085726409b7a83d1ffced03002b94fdb61c..bc6fc0e39fd7c308084fa7a8e166b254ebc3173b 100644 (file)
@@ -105,10 +105,10 @@ return [
     'url'                  => 'Định dạng của :attribute không hợp lệ.',
     '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.',
 
-    'zip_file' => 'The :attribute needs to reference a file within the ZIP.',
-    'zip_file_mime' => 'The :attribute needs to reference a file of type :validTypes, found :foundType.',
-    'zip_model_expected' => 'Data object expected but ":type" found.',
-    'zip_unique' => 'The :attribute must be unique for the object type within the ZIP.',
+    'zip_file' => ':attribute cần tham chiếu đến một tệp trong ZIP.',
+    'zip_file_mime' => ':attribute cần tham chiếu đến một tệp có kiểu: :validTypes, tìm thấy :foundType.',
+    'zip_model_expected' => 'Đối tượng dữ liệu được mong đợi nhưng tìm thấy ":type".',
+    'zip_unique' => ':attribute phải là duy nhất cho kiểu đối tượng trong ZIP.',
 
     // Custom validation lines
     'custom' => [