diff --git a/site/plugins/admin/lang/zh_CN.json b/site/plugins/admin/lang/zh_CN.json
index 67e5ab96..318724d2 100644
--- a/site/plugins/admin/lang/zh_CN.json
+++ b/site/plugins/admin/lang/zh_CN.json
@@ -1,69 +1,69 @@
{
- "admin": "Admin",
- "admin_cancel": "Cancel",
- "admin_create": "Create",
- "admin_debugging": "Debugging",
- "admin_email": "Email",
- "admin_flextype_version": "Flextype Version",
- "admin_information": "Information",
- "admin_installed": "Installed",
- "admin_keywords": "Keywords",
- "admin_documentation": "Documentation",
- "admin_memcache_server": "Memcache Server",
- "admin_memcache_port": "Memcache Port",
- "admin_login": "Login",
- "admin_entries": "Entries",
- "admin_extends": "Extends",
- "admin_plugins": "Plugins",
- "admin_themes": "Themes",
- "admin_help": "Help",
- "admin_getting_help": "Getting Help",
- "admin_message_json_invalid": "Invalid JSON",
- "admin_logout": "Logout",
- "admin_profile": "Profile",
- "admin_view_site": "View Site",
- "admin_snippets": "Snippets",
- "admin_not_installed": "Not Installed",
+ "admin": "管理员",
+ "admin_cancel": "取消",
+ "admin_create": "创建",
+ "admin_debugging": "调试",
+ "admin_email": "电子邮箱",
+ "admin_flextype_version": "Flextype 版本",
+ "admin_information": "概述",
+ "admin_installed": "已安装",
+ "admin_keywords": "关键词",
+ "admin_documentation": "文档",
+ "admin_memcache_server": "Memcache 服务器",
+ "admin_memcache_port": "Memcache 端口",
+ "admin_login": "登录",
+ "admin_entries": "项目",
+ "admin_extends": "扩展",
+ "admin_plugins": "插件",
+ "admin_themes": "主题",
+ "admin_help": "帮助",
+ "admin_getting_help": "获取帮助",
+ "admin_message_json_invalid": "无效的 JSON",
+ "admin_logout": "退出登录",
+ "admin_profile": "个人资料",
+ "admin_view_site": "查看网站",
+ "admin_snippets": "代码块",
+ "admin_not_installed": "未安装",
"admin_off": "Off",
"admin_on": "On",
- "admin_add": "Add",
- "admin_entry_attributes": "Entry Attributes",
- "admin_fieldset_for_template": "Fieldset for template",
- "admin_content": "Content",
- "admin_create_new_entry": "Create New Entry",
- "admin_date": "Date",
- "admin_draft": "Draft",
- "admin_edit": "Edit",
- "admin_blocks": "Blocks",
- "admin_media": "Media",
- "admin_settings": "Settings",
- "admin_templates": "Templates",
+ "admin_add": "添加",
+ "admin_entry_attributes": "条目属性",
+ "admin_fieldset_for_template": "模板字段集",
+ "admin_content": "内容",
+ "admin_create_new_entry": "创建新条目",
+ "admin_date": "日期",
+ "admin_draft": "草稿",
+ "admin_edit": "编辑",
+ "admin_blocks": "块",
+ "admin_media": "媒体和附件",
+ "admin_settings": "设置",
+ "admin_templates": "模板",
"admin_entry": "Entry",
- "admin_fieldset": "Fieldset",
+ "admin_fieldset": "字段集",
"admin_source": "Source",
- "admin_upload": "Upload",
- "admin_hidden": "Hidden",
- "admin_image_preview": "Image preview",
- "admin_move": "Move",
+ "admin_upload": "上传",
+ "admin_hidden": "隐藏",
+ "admin_image_preview": "图像预览",
+ "admin_move": "移动",
"admin_parent_entry": "Entry parent",
- "admin_preview": "Preview",
- "admin_publish": "Publish",
- "admin_rename": "Rename",
- "admin_save_entry": "Save entry",
- "admin_template": "Template",
- "admin_title": "Title",
- "admin_url": "Url",
- "admin_view": "View",
- "admin_visibility": "Visibility",
+ "admin_preview": "预览",
+ "admin_publish": "发布",
+ "admin_rename": "重命名",
+ "admin_save_entry": "保存项目",
+ "admin_template": "模板",
+ "admin_title": "标题",
+ "admin_url": "链接",
+ "admin_view": "查看",
+ "admin_visibility": "可见性",
"admin_visible": "Visible",
- "admin_password": "Password",
+ "admin_password": "密码",
"admin_php_built_on": "PHP Built On",
- "admin_php_version": "PHP Version",
- "admin_author_url": "Author url",
+ "admin_php_version": "PHP 版本",
+ "admin_author_url": "作者网址",
"admin_bugs": "Bugs",
- "admin_description": "Description",
- "admin_get_more_plugins": "Get More Plugins",
- "admin_homepage": "Homepage",
+ "admin_description": "描述",
+ "admin_get_more_plugins": "获取更多插件",
+ "admin_homepage": "首页",
"admin_info": "Info",
"admin_license": "License",
"admin_status": "Status",
@@ -73,26 +73,26 @@
"admin_role": "Role",
"admin_save": "Save",
"admin_security_check_results": "Security check results",
- "admin_security_check_results_debug": "Due to the type and amount of information an error might give intruders when DISPLAY ERRORS TRUE, we strongly advise setting DISPLAY ERRORS FALSE in production systems.",
- "admin_security_check_results_htaccess": "The Flextype .htaccess file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path
",
- "admin_security_check_results_index": "The Flextype index.php file has been found to be writable. We would advise you to remove all write permissions.
You can do this on unix systems with: chmod a-w :path
",
+ "admin_security_check_results_debug": "开启 DISPLAY ERRORS 可能给入侵者提供信息,为了网站的安全,我们强烈建议在生产系统中将 DISPLAY ERRORS 关闭.",
+ "admin_security_check_results_htaccess": "发现 Flextype .htaccess 文件权限为可写. 我们强烈建议您删除它的所有写权限.
你可以在 Unix 系统上执行: chmod a-w :文件路径
",
+ "admin_security_check_results_index": "发现 Flextype index.php 文件权限为可写. 我们强烈建议您删除它的所有写权限.
你可以在 Unix 系统上执行: chmod a-w :文件路径
",
"admin_server": "Server",
"admin_site": "Site",
- "admin_clear_cache": "Clear cache",
+ "admin_clear_cache": "清除缓存",
"admin_error404_title": "Error404 entry title",
"admin_error404_description": "Error404 entry description",
"admin_error404_content": "Error404 entry content",
"admin_error404_template": "Error404 entry template",
"admin_heading": "Settings",
"admin_general": "General",
- "admin_error_404_page": "Error 404 page",
- "admin_cache": "Cache",
- "admin_author_email": "Author email",
- "admin_author_name": "Author name",
- "admin_site_description": "Site description",
- "admin_site_keywords": "Site keywords",
- "admin_site_robots": "Robots",
- "admin_site_title": "Site title",
+ "admin_error_404_page": "错误 404 页",
+ "admin_cache": "缓存",
+ "admin_author_email": "作者邮箱",
+ "admin_author_name": "作者名",
+ "admin_site_description": "站点描述",
+ "admin_site_keywords": "网站关键字",
+ "admin_site_robots": "搜索引擎抓取规则Robots",
+ "admin_site_title": "网站标题",
"admin_system": "System",
"admin_cache_driver": "Cache driver",
"admin_cache_enabled": "Cache enabled",
@@ -120,7 +120,7 @@
"admin_template_create_new": "Create New Template",
"admin_create_new_fieldset": "Create New Fieldset",
"admin_duplicate": "Duplicate",
- "admin_summary": "Summary",
+ "admin_summary": "概览",
"admin_snippet": "Snippet",
"admin_type": "Type",
"admin_partial": "Partial",