updated translations
This commit is contained in:
23
resources/lang/zh-CN/errors.php
Normal file
23
resources/lang/zh-CN/errors.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => [
|
||||
'403' => '哎呀!禁止访问',
|
||||
'404' => '哎呀!找不到页面',
|
||||
'500' => '哎呀!出错了。',
|
||||
],
|
||||
|
||||
'header' => [
|
||||
'403' => '403 禁止',
|
||||
'404' => '404未找到',
|
||||
'500' => '500 服务器内部错误',
|
||||
],
|
||||
|
||||
'message' => [
|
||||
'403' => '您不能访问此页面。',
|
||||
'404' => '我们找不到您正在寻找的页面。',
|
||||
'500' => '我们将立即努力解决这个问题。',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user