1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00
Files
php-monstra/plugins/box/system/languages/zh-cn.lang.php
2014-05-21 23:43:36 +04:00

82 lines
4.1 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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.' => '您的更改已保存。',
)
);