From 06ec6621315c5b5d85c0247e8f5fa9963f2edfb8 Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Sat, 27 Jun 2015 09:45:02 +1000 Subject: [PATCH] Update Chinese (China) language - Fixes #1237 without 10 commits --- config/cms.php | 6 +++--- modules/cms/lang/zh-cn/lang.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/cms.php b/config/cms.php index 49d0efe81..98bff8227 100644 --- a/config/cms.php +++ b/config/cms.php @@ -90,7 +90,7 @@ return [ |-------------------------------------------------------------------------- | | If the caching is enabled, the page URL map is saved in the cache. If a page - | URL was changed on the disk, the old URL value could be still saved in the cache. + | URL was changed on the disk, the old URL value could be still saved in the cache. | To update the cache the back-end Clear Cache feature should be used. It is recommended | to disable the caching during the development, and enable it in the production mode. | @@ -116,8 +116,8 @@ return [ | Time to live for parsed CMS objects. |-------------------------------------------------------------------------- | - | Specifies the number of minutes the CMS object cache lives. After the interval - | is expired item are re-cached. Note that items are re-cached automatically when + | Specifies the number of minutes the CMS object cache lives. After the interval + | is expired item are re-cached. Note that items are re-cached automatically when | the corresponding template file is modified. | */ diff --git a/modules/cms/lang/zh-cn/lang.php b/modules/cms/lang/zh-cn/lang.php index 44ccc02c9..518bc9ae4 100644 --- a/modules/cms/lang/zh-cn/lang.php +++ b/modules/cms/lang/zh-cn/lang.php @@ -231,7 +231,7 @@ return [ ], 'media' => [ 'invalid_path' => "不合法的路径: ':path'.", - 'menu_label' => '视频', + 'menu_label' => '媒体', 'upload' => '上传', 'move' => '移动', 'delete' => '删除',