Update Chinese (China) language - Fixes #1237 without 10 commits
This commit is contained in:
parent
25316fc9d7
commit
06ec662131
|
|
@ -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.
|
||||
|
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -231,7 +231,7 @@ return [
|
|||
],
|
||||
'media' => [
|
||||
'invalid_path' => "不合法的路径: ':path'.",
|
||||
'menu_label' => '视频',
|
||||
'menu_label' => '媒体',
|
||||
'upload' => '上传',
|
||||
'move' => '移动',
|
||||
'delete' => '删除',
|
||||
|
|
|
|||
Loading…
Reference in New Issue