1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-01 10:50:37 +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,17 @@
<?php
return array(
'backup' => array(
'Backups' => '备份',
'Backup Date' => '备份日期',
'Create Backup' => '创建备份',
'Delete' => '删除',
'storage' => '存储',
'public' => '公开',
'plugins' => '插件',
'Size' => '大小',
'Actions' => '操作',
'Delete backup: :backup' => '删除备份: :backup',
'Creating...' => '正在创建...',
)
);

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 代码',
)
);

View File

@@ -0,0 +1,8 @@
<?php
return array(
'Editor' => array(
'Editor' => '编辑器',
'Editor plugin' => '编辑器插件',
)
);

View File

@@ -0,0 +1,19 @@
<?php
return array(
'filesmanager' => array(
'Files' => '文件',
'Files manager' => '文件管理',
'Name' => '名称',
'Actions' => '操作',
'Delete' => '删除',
'Upload' => '上传',
'directory' => '目录',
'Delete directory: :dir' => '删除目录: :dir',
'Delete file: :file' => '删除文件 :file',
'Extension' => '扩展名',
'Size' => '尺寸',
'Select file' => '选择文件',
'Change' => '更改',
)
);

View File

@@ -0,0 +1,40 @@
<?php
return array(
'information' => array(
'Information' => '信息',
'Debugging' => '调试',
'Name' => '名称',
'Value' => '值',
'Security' => '安全',
'System' => '系统',
'on' => '开',
'off'=> '关',
'Server' => '服务器',
'PHP version' => 'PHP 版本',
'SimpleXML module' => 'SimpleXML 模块',
'DOM module' => 'DOM 模块',
'Installed' => '已安装',
'Not Installed' => '未安装',
'Security check results' => '安全检查结果',
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
'Monstra 系统发现配置文件是可写的。我们建议您删除 defines.php 文件的所有可写权限。',
'The Monstra core directory (":path") and/or files underneath it has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod -R a-w :path</code>' =>
'发现 Monstra 核心目录 (":path") 和下级文件是可写的。我们建议您删除所有的可写权限。<br/>您可以在 UNIX 系统上设置: <code>chmod -R a-w :path</code>',
'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
'Monstra 系统发现 .htaccess 文件是可写的。我们建议您删除所有的可写权限。<br/>您可以在 UNIX 系统上设置: <code>chmod a-w :path</code>',
'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
'Monstra 系统发现 index.php 文件可写。我们建议您删除所有的可写权限。<br/>您可以在 UNIX 系统上设置: <code>chmod a-w :path</code>',
'Due to the type and amount of information an error might give intruders when Monstra::$environment = Monstra::DEVELOPMENT, we strongly advise setting Monstra::PRODUCTION in production systems.' =>
'Due to the type and amount of information an error might give intruders when Monstra::$environment = Monstra::DEVELOPMENT, 我们强烈建议设置 Monstra::PRODUCTION in production systems.',
'Monstra version' => 'Monstra 版本',
'Directory Permissions' => '目录权限',
'Directory' => '目录',
'Writable' => '可写',
'Unwritable' => '不可写',
'Status' => '状态',
'PHP Built On' => 'PHP 建立在',
'Web Server' => 'Web 服务器',
'WebServer to PHP Interface' => '服务器到 PHP 接口',
)
);

View File

@@ -0,0 +1,27 @@
<?php
return array(
'menu' => array(
'Menu' => '菜单',
'Menu manager' => '菜单管理',
'Edit' => '编辑',
'Name' => '名称',
'Delete' => '删除',
'Order' => '顺序',
'Actions' => '操作',
'Create New Item' => '创建新项目',
'New item' => '新项目',
'Item name' => '项目名称',
'Item order' => '项目顺序',
'Item target' => '项目目标',
'Item link' => '项目链接',
'Item category' => '项目类别',
'Save' => '保存',
'Edit item' => '布局项目',
'Delete item :name' => '删除项目 :name',
'Select page' => '选择页面',
'Category' => '类别',
'Select category' => '选择类别',
'Required field' => '必填字段',
)
);

View File

@@ -0,0 +1,54 @@
<?php
return array(
'pages' => array(
'Pages' => '页面',
'Pages manager' => '页面管理',
'Content' => '内容管理',
'Create New Page' => '创建新页面',
'New Page' => '新建页面',
'Edit Page' => '布局页面',
'Date' => '日期',
'Clone' => '克隆',
'Edit' => '编辑',
'Delete' => '删除',
'Delete page: :page' => '删除页面: :page',
'Title' => '标题',
'Name' => '名称',
'Author' => '作者',
'Name (slug)' => '名称 (slug)',
'Description' => '描述',
'Keywords' => '关键词',
'Parent' => '父级',
'Template' => '模板',
'Year' => '年',
'Day' => '日',
'Month' => '月',
'Hour' => '时',
'Minute' => '分',
'Second' => '秒',
'This field should not be empty' => '此字段不能为空',
'This page already exists' => '此页面已存在',
'Extra' => '附加',
'Save' => '保存',
'Save and Exit' => '保存并退出',
'Your changes to the page <i>:page</i> have been saved.' => '您修改的页面 <i> :page </i> 已保存。',
'The page <i>:page</i> cloned.' => '此页面 <i>:page</i> 已克隆。',
'Status' => '状态',
'Actions' => '操作',
'Add' => '添加',
'Published' => '发布',
'Draft' => '草案',
'Published on' => '发布于',
'Edit 404 Page' => '编辑 404 页面',
'Page <i>:page</i> deleted' => '页面 <i>:page</i> 已删除。',
'Search Engines Robots' => '搜索引擎机器人',
'Page' => '页面',
'Metadata' => 'Meta 数据',
'Settings' => '设置',
'Required field' => '必填字段',
'Access' => '访问',
'Public' => '公开',
'Registered' => '注册用户',
)
);

View File

@@ -0,0 +1,20 @@
<?php
return array(
'plugins' => array(
'Plugins' => '插件',
'Name' => '名称',
'Actions' => '操作',
'Description' => '描述',
'Installed' => '已安装',
'Install New' => '安装新插件',
'Delete' => '删除',
'Delete plugin :plugin' => '删除插件 :plugin',
'This plugin does not exist' => '此插件不存在',
'Version' => '版本',
'Author' => '作者',
'Get More Plugins' => '获取更多插件',
'Install' => '安装',
'Uninstall' => '卸载',
)
);

View File

@@ -0,0 +1,7 @@
<?php
return array(
'sitemap' => array(
'Sitemap' => '网站地图',
)
);

View File

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

View File

@@ -0,0 +1,81 @@
<?php
return array(
'system' => array(
'System' => '系统管理',
'Published a new version of the :monstra' => '发布一个新版本 :monstra',
'Sitemap created' => '网站地图已创建',
'Create Sitemap' => '创建网站地图',
'on' => '开',
'off'=> '关',
'Site Url' => '网站 Url',
'Maintenance Mode' => '维护模式',
'Maintenance Mode On' => '维护模式开',
'Maintenance Mode Off' => '维护模式关',
'Site Settings' => '网站设置',
'System Settings' => '系统设置',
'Site Name' => '网站名称',
'Site Description' => '网站描述',
'Site Keywords' => '文章关键词',
'Site Slogan' => '网站口号',
'Default Page' => '默认页面',
'Time zone' => '时区',
'Language' => '语言',
'Email' => '邮箱',
'Save' => '保存',
'Site' => '网站',
'System version' => '系统版本',
'System version ID' => '系统版本 ID',
'GZIP' => 'GZIP',
'Debugging' => '调试',
'Plugin API' => '插件 API',
'Plugins active' => '插件激活',
'Actions registered' => '注册操作',
'Filters registered' => '注册过滤',
'Delete Temporary Files' => '删除临时文件',
'Download the latest version' => '下载最新的版本',
'Powered by' => '技术支持',
'Administration' => '后台管理',
'Settings' => '设置',
'Temporary files deleted' => '临时文件已删除',
'Extends' => '扩展管理',
'View Site' => '查看网站',
'Welcome, :username' => '欢迎, :username',
'Reset Password' => '重设密码',
'< Back to Website' => '< 返回网站',
'Forgot your password? >' => '忘记密码? >',
'Administration >' => '管理 >',
'Send New Password' => '发送新密码',
'This user does not exist' => '此用户不存在',
'Version' => '版本',
'Plugin does not exist' => '插件不存在',
'Install script writable' => '安装脚本可写',
'Install script not writable' => '安装脚本不可写',
'Directory: <b> :dir </b> writable' => '目录: <b> :dir </b> 可写',
'Directory: <b> :dir </b> not writable' => '目录: <b> :dir </b> 不可写',
'PHP Version' => 'PHP 版本',
'Module DOM is installed' => '模块 DOM 已安装',
'Module DOM is required' => '模块 DOM 是必需的',
'Module Mod Rewrite is installed' => '模块 Mod Rewrite 已安装',
'Module SimpleXML is installed' => '模块 SimpleXML 已安装',
'PHP 5.2 or greater is required' => '必须是 PHP 5.2 或更高版本',
'Apache Mod Rewrite is required' => '必须开启 Apache Mod Rewrite',
'SimpleXML module is required' => '必须开启 SimpleXML 模块',
'Field "Site name" is empty' => '"网站名称" 字段为空',
'Field "Email" is empty' => '"邮箱地址" 字段为空',
'Field "Username" is empty' => '"用户名" 字段为空',
'Field "Password" is empty' => '"密码" 字段为空',
'Field "Site url" is empty' => '"网站 url" 字段为空',
'Email not valid' => '邮箱地址无效',
'Install' => '安装',
'...Monstra says...' => '...Monstra 提示...',
'Sitemap file writable' => '网站地图文件可写',
'Sitemap file not writable' => '网站地图文件不可写',
'Main .htaccess file writable' => '主要 .htaccess 文件可写',
'Main .htaccess file not writable' => '主要 .htaccess 文件不可写',
'Official Support Forum' => '官方支持论坛',
'Documentation' => '文档',
'Your changes have been saved.' => '您的更改已保存。',
)
);

View File

@@ -0,0 +1,50 @@
<?php
return array(
'themes' => array(
'Themes' => '主题',
'Themes manager' => '主题管理',
'Select Theme' => '选择主题',
'Save' => '保存',
'Save and Exit' => '保存并退出',
'Name' => '名称',
'Create New Template' => '创建新模板',
'New Template' => '新建模板',
'Delete template: :name' => '删除模板: :name',
'Delete chunk: :name' => '删除区块: :name',
'Delete styles: :name' => '删除样式: :name',
'Templates' => '模板',
'Clone' => '克隆',
'Edit' => '编辑',
'Delete' => '删除',
'Actions' => '操作',
'Admin Theme' => '后台主题',
'Create New Chunk' => '创建新区块',
'New Chunk' => '新建区块',
'Chunks' => '区块',
'Create New Styles' => '创建新样式',
'New Styles' => '新建样式',
'Styles' => '样式',
'Template content' => '模板内容',
'Styles content' => '样式内容',
'Chunk content' => '区块内容',
'Edit Template' => '编辑模板',
'Edit Chunk' => '编辑区块',
'Edit Styles' => '编辑样式',
'Current Site Theme' => '当前网站主题',
'Current admin theme' => '当前后台主题',
'This template already exists' => '此模板已存在',
'This chunk already exists' => '此区块已存在',
'This styles already exist' => '此样式已存在',
'Components templates' => '组件模板',
'Your changes to the chunk <i>:name</i> have been saved.' => '您修改的区块 <i>:name</i> 已保存。',
'Your changes to the styles <i>:name</i> have been saved.' => '您修改的样式 <i>:name</i> 已保存。',
'Your changes to the template <i>:name</i> have been saved.' => '您修改的模板 <i>:name</i> 已保存。',
'Required field' => '必填字段',
'Scripts' => '脚本',
'Create New Script' => '创建新脚本',
'Script content' => '脚本内容',
'New Script' => '新建脚本',
'Edit Script' => '编辑脚本',
)
);

View File

@@ -0,0 +1,68 @@
<?php
return array(
'users' => array(
'Users' => '用户',
'Login' => '登录',
'Username' => '用户名',
'Password' => '密码',
'Registered' => '已注册',
'Email' => '邮箱',
'Role' => '角色',
'Roles' => '角色',
'Edit' => '编辑',
'Actions' => '操作',
'Delete' => '删除',
'Log In' => '登录',
'Log Out' => '退出',
'Register New user' => '注册新用户',
'New User Registration' => '新用户注册',
'Delete user: :user' => '删除用户: :user',
'User <i>:user</i> have been deleted.' => '用户 <i>:user</i> 已被删除。',
'This user already exists' => '此用户已存在',
'This email already exists' => '此邮箱已存在',
'Changes saved' => '更改已保存',
'Wrong old password' => '旧密码错误',
'Admin' => '管理员',
'User' => '用户',
'Editor' => '编辑者',
'Register' => '注册者',
'Edit profile' => '编辑资料',
'Save' => '保存',
'Firstname' => '名字',
'Lastname' => '姓氏',
'Old password' => '旧密码',
'New password' => '新密码',
'Welcome' => '欢迎',
'Wrong <b>username</b> or <b>password</b>' => '<b>用户名</b> 或 <b>密码</b> 错误',
'Your changes have been saved.' => '您的更改已保存。',
'New user have been registered.' => '新用户已注册。',
'Captcha' => '验证码',
'Registration' => '注册',
'Username' => '用户名',
'User email is invalid' => '用户邮箱无效',
'Reset Password' => '重置密码',
'Send New Password' => '发送新密码',
'This user doesnt alredy exist' => '此用户不存在',
'Users - Profile' => '用户 - 资料',
'Users - Edit Profile' => '用户 - 编辑资料',
'Users - Log In' => '用户 - 登录',
'Users - Registration' => '用户 - 注册',
'Users - Password Recover' => '用户 - 找回密码',
'New Password' => '新密码',
'Forgot your password?' => '忘记密码?',
'New password has been sent' => '新密码已发送',
'Monstra says: This is not your profile...' => 'Monstra 提示: 这不是您的个人资料...',
'User registration is closed.' => '用户注册已关闭。',
'Allow user registration' => '允许用户注册',
'Required field' => '必填字段',
'This user doesnt exist' => '此用户不存在',
'Captcha code is wrong' => '验证码错误',
'Your login details for :site_name has been sent' => '您在 :site_name 的登录信息为已发送',
'Your new password for :site_name' => '您在 :site_name 的新密码',
'Your login details for :site_name' => '您在 :site_name 的登录信息',
'About Me' => '关于我',
'Profile' => '个人资料',
'You are banned for 10 minutes. Try again later' => '你被禁止10分钟。请稍后再试',
)
);

View File

@@ -0,0 +1,9 @@
<?php
return array(
'captcha' => array(
'Captcha' => '验证码',
'Captcha plugin for Monstra' => 'Monstra 验证码插件',
'Captcha code is wrong' => '验证码错误',
)
);

View File

@@ -0,0 +1,10 @@
<?php
return array(
'sandbox' => array(
'Sandbox' => '沙盒',
'Sandbox plugin for Monstra' => 'Monstra 沙盒插件',
'Sandbox template' => '沙盒模板',
'Save' => '保存',
)
);