1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 04:37:51 +02:00

Chinese Language

This commit is contained in:
Awilum
2014-03-14 20:09:09 +04:00
parent 56562942cd
commit efb026013e
15 changed files with 468 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
<?php
return array(
'blocks' => array(
'Blocks' => '版块',
'Blocks manager' => '版块管理',
'Delete' => '删除',
'Edit' => '编辑',
'Name' => '名称',
'Create New Block' => '创建新版块',
'New Block' => '新版块',
'Edit Block' => '编辑版块',
'Save' => '保存',
'Save and Exit' => '保存并退出',
'Actions' => '操作',
'Required field' => '必填字段',
'This block already exists' => '此版块已存在',
'This block does not exist' => '此版块不存在',
'Delete block: :block' => '删除版块: :block',
'Block content' => '版块内容',
'Block <i>:name</i> deleted' => '版块 <i>:name</i> 已删除',
'Your changes to the block <i>:name</i> have been saved.' => '您修改的版块 <i>:name</i> 已保存。',
'Delete block: :block' => '删除版块: :block',
'View Embed Code' => '查看嵌入代码',
'Embed Code' => '嵌入代码',
'Shortcode' => '短代码',
'PHP Code' => 'PHP 代码',
)
);