From d57f402a00bb83d1baa63982d97373f46c0454c1 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 19 Nov 2020 06:09:10 +0000 Subject: [PATCH] New translations errors.php (Vietnamese) --- resources/lang/vi/errors.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/vi/errors.php b/resources/lang/vi/errors.php index 6caf0e990..6410fb970 100644 --- a/resources/lang/vi/errors.php +++ b/resources/lang/vi/errors.php @@ -82,7 +82,7 @@ return [ // Error pages '404_page_not_found' => 'Không Tìm Thấy Trang', 'sorry_page_not_found' => 'Xin lỗi, Không tìm thấy trang bạn đang tìm kiếm.', - 'sorry_page_not_found_permission_warning' => 'If you expected this page to exist, you might not have permission to view it.', + 'sorry_page_not_found_permission_warning' => 'Nếu trang bạn tìm kiếm tồn tại, có thể bạn đang không có quyền truy cập.', 'return_home' => 'Quay lại trang chủ', 'error_occurred' => 'Đã xảy ra lỗi', 'app_down' => ':appName hiện đang ngoại tuyến',