X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/3433/head:/resources/lang/vi/validation.php diff --git a/resources/lang/vi/validation.php b/resources/lang/vi/validation.php index c00207175..274e747f2 100644 --- a/resources/lang/vi/validation.php +++ b/resources/lang/vi/validation.php @@ -15,6 +15,7 @@ return [ 'alpha_dash' => ':attribute chỉ được chứa chữ cái, chữ số, gạch nối và gạch dưới.', 'alpha_num' => ':attribute chỉ được chứa chữ cái hoặc chữ số.', 'array' => ':attribute phải là một mảng.', + 'backup_codes' => 'The provided code is not valid or has already been used.', 'before' => ':attribute phải là một ngày trước :date.', 'between' => [ 'numeric' => ':attribute phải nằm trong khoảng :min đến :max.', @@ -31,6 +32,7 @@ return [ 'digits_between' => ':attribute phải có từ :min đến :max chữ số.', 'email' => ':attribute phải là địa chỉ email hợp lệ.', 'ends_with' => ':attribute phải kết thúc bằng một trong các ký tự: :values', + 'file' => 'The :attribute must be provided as a valid file.', 'filled' => 'Trường :attribute là bắt buộc.', 'gt' => [ 'numeric' => ':attribute phải lớn hơn :value.', @@ -78,7 +80,6 @@ return [ 'string' => ':attribute phải có tối thiểu :min ký tự.', 'array' => ':attribute phải có tối thiểu :min mục.', ], - 'no_double_extension' => ':attribute chỉ được có một định dạng mở rộng duy nhất.', 'not_in' => ':attribute đã chọn không hợp lệ.', 'not_regex' => 'Định dạng của :attribute không hợp lệ.', 'numeric' => ':attribute phải là một số.', @@ -99,6 +100,7 @@ return [ ], 'string' => ':attribute phải là một chuỗi.', 'timezone' => ':attribute phải là một khu vực hợp lệ.', + 'totp' => 'The provided code is not valid or has expired.', 'unique' => ':attribute đã có người sử dụng.', '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.',