From 04bf21a325d02588ea45ab15c5b3aa0ad5698ae7 Mon Sep 17 00:00:00 2001
From: Dan Brown <ssddanbrown@googlemail.com>
Date: Sat, 14 Mar 2020 18:41:18 +0000
Subject: [PATCH] New translations errors.php (Chinese Simplified)

---
 resources/lang/zh_CN/errors.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/resources/lang/zh_CN/errors.php b/resources/lang/zh_CN/errors.php
index 5fff34ca1..21034f399 100644
--- a/resources/lang/zh_CN/errors.php
+++ b/resources/lang/zh_CN/errors.php
@@ -83,6 +83,7 @@ return [
     // Error pages
     '404_page_not_found' => '无法找到页面',
     'sorry_page_not_found' => '对不起,无法找到您想访问的页面。',
+    'sorry_page_not_found_permission_warning' => 'If you expected this page to exist, you might not have permission to view it.',
     'return_home' => '返回主页',
     'error_occurred' => '出现错误',
     'app_down' => ':appName现在正在关闭',