This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/install/core/i18n/zh_CN/install.json
T
2018-10-25 15:36:40 +03:00

126 lines
7.5 KiB
JSON
Raw 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.
{
"labels": {
"Main page title": "欢迎来到EspoCRM",
"Start page title": "许可协议",
"Step1 page title": "许可协议",
"License Agreement": "许可协议",
"I accept the agreement": "我接受此协议",
"Step2 page title": "数据库配置",
"Step3 page title": "管理员设置",
"Step4 page title": "系统设置",
"Step5 page title": "外发电子邮件的SMTP设置",
"Errors page title": "错误",
"Finish page title": "安装完成",
"Congratulation! Welcome to EspoCRM": "恭喜!EspoCRM已成功安装。",
"More Information": "获取更多信息,请访问我们的 {BLOG},关注我们的{TWITTER}。<br> <br>如果您有任何建议或问题,请在{FORUM}上询问。",
"share": "如果你喜欢EspoCRM,与朋友分享,让他们知道这个产品。",
"blog": "博客",
"twitter": "推特",
"forum": "论坛",
"Installation Guide": "安装指南",
"Locale": "语言环境",
"Outbound Email Configuration": "出站电子邮件配置",
"Start": "开始",
"Back": "上一步",
"Next": "下一步",
"Go to EspoCRM": "转到EspoCRM",
"Re-check": "重新检查",
"Version": "版本",
"Test settings": "测试连接",
"Database Settings Description": "输入您的MySQL数据库连接信息(主机名,用户名和密码)。您可以像localhost:3306这样指定服务器地址和端口。",
"Install": "安装",
"SetupConfirmation page title": "推荐设置",
"PHP Configuration": "推荐PHP设置",
"MySQL Configuration": "MySQL配置",
"Configuration Instructions": "配置说明",
"phpVersion": "PHP版本",
"requiredMysqlVersion": "MySQL版本",
"dbHostName": "主机名",
"dbName": "数据库名称",
"dbUserName": "数据库用户名",
"OK": "好"
},
"fields": {
"Choose your language": "选择你的语言",
"Database Name": "数据库名称",
"Host Name": "主机名",
"Port": "端口",
"smtpPort": "端口",
"Database User Name": "数据库用户名",
"Database User Password": "数据库用户密码",
"Database driver": "数据库驱动程序",
"User Name": "用户名",
"Password": "密码",
"smtpPassword": "密码",
"Confirm Password": "确认你的密码",
"From Address": "发件人地址",
"From Name": "发件人",
"Is Shared": "共享",
"Date Format": "日期格式",
"Time Format": "时间格式",
"Time Zone": "时区",
"First Day of Week": "每周始于",
"Thousand Separator": "千位分隔符",
"Decimal Mark": "小数标记",
"Default Currency": "默认货币",
"Currency List": "货币列表",
"Language": "语言",
"smtpServer": "SMTP服务器",
"smtpAuth": "验证",
"smtpSecurity": "安全协议",
"smtpUsername": "用户名",
"emailAddress": "电子邮件"
},
"messages": {
"1045": "被拒绝访问的用户",
"1049": "未知数据库",
"2005": "未知的MySQL服务器主机",
"Bad init Permission": "权限被拒绝对“{*}”目录中。为请设置775“{*}”,或只是在终端执行此命令<pre> <B> {C}里</ B> </ pre>\n不允许操作?试试这个:{CSU}",
"Some errors occurred!": "发生了一些错误!",
"phpVersion": "你的PHP版本不支持EspoCRM,请升级到 {minVersion} 或更高版本",
"requiredMysqlVersion": "你的MySQL版本不支持EspoCRM,请升级到 {minVersion} 或更高版本",
"requiredMariadbVersion": "你的MariaDB版本不支持EspoCRM,请升级到 {minVersion} 或更高版本",
"The PHP extension was not found...": "未找到PHP错误:未找到扩展名<b> {extName} </ b>。",
"All Settings correct": "所有设置正确",
"Failed to connect to database": "无法连接到数据库",
"PHP version": "PHP版本",
"You must agree to the license agreement": "您必须同意许可协议",
"Passwords do not match": "密码不匹配",
"Enable mod_rewrite in Apache server": "在Apache服务器中启用mod_rewrite",
"checkWritable error": "checkWritable错误",
"applySett error": "应用设置错误",
"buildDatabase error": "构建数据错误",
"createUser error": "创建用户错误",
"checkAjaxPermission error": "检查Ajax权限错误",
"Ajax failed": "Ajax失败",
"Cannot create user": "无法创建用户",
"Permission denied": "没有权限",
"Permission denied to": "没有权限",
"permissionInstruction": "<br>在终端<pre> <b>\"{C}\"</ b> </ pre>中运行",
"operationNotPermitted": "不允许操作?请尝试以下操作:<br> {CSU}",
"Can not save settings": "无法保存设置",
"Cannot save preferences": "无法保存首选项",
"Thousand Separator and Decimal Mark equal": "千分法和小数标记不能相等",
"extension": "{0}扩展名缺失",
"option": "建议值为{0}",
"mysqlSettingError": "EspoCRM需要MySQL设置\"{NAME}\"设置为{VALUE}"
},
"options": {
"modRewriteTitle": {
"apache": "应用程序编程接口错误: EspoCRM 应用程序编程接口是不可用的.<br> 可能出现的问题: 禁用 \"mod_rewrite\" 在Apache 服务器, 禁用 .分布式配置文件支持或者重写数据问题.<br>仅执行必要操作.完成每一步需确认问题是否被解决.",
"nginx": "应用程序编程接口错误: EspoCRM 应用程序编程接口是不可用的.<br>将此代码添加入你的网页服务器配置文件(/etc/nginx/sites-available/YOUR_SITE) 在里面 \"服务器\" 部分:",
"microsoft-iis": "应用程序编程接口错误: EspoCRM应用程序编程接口是不可用的.<br>可能出现的问题: 禁用 \"网址重写\". 请核对并启用\"网址重写\" 模块在IIS服务器",
"default": "应用程序编程接口错误: EspoCRM应用程序编程接口是不可用的.<br>可能出现的问题: 禁用重写模块.请在你的服务器核对并启用重写模块 (e.g. mod_重写 在 Apache) 和.htaccess 支持."
},
"modRewriteInstruction": {
"apache": {
"linux": "<br><br>1. 可用 \"mod_重写\". 在终端运行这些指令:<pre>{APACHE1}</pre><br>2. 可用 .htaccess 支持. 添加/编辑服务器配置设置(/etc/apache/apache2.conf, /etc/httpd/conf/httpd.conf):<pre>{APACHE2}</pre>\n 后来在一个终端运行此命令:<pre>{APACHE3}</pre><br>3. 尝试添加重写基础路径, 打开一个文件{API_PATH}.htaccess 和替换下面这一行:<pre>{APACHE4}</pre>To<pre>{APACHE5}</pre><br> 获取更多信息请访问指导指南 <a href=\"http://www.espocrm.com/blog/apache-server-configuration-for-espocrm/\" target=\"_blank\">EspoCRM Apache服务器配置</a>.<br><br>",
"windows": "结果<前> 1。查找httpd.conf文件(通常你会发现一个名为CONF,配置或类似的规定文件夹中)结果\n2.里面的httpd.conf文件注释行的LoadModule rewrite_module模块/ mod_rewrite.so(从行前面删除井''号)结果\n3.又找到行ClearModuleList下面是注释掉然后查找并确保该行加入AddModule mod_rewrite.c没有被注释掉。\n</ PRE>"
},
"nginx": {
"linux": "<br>\n<pre>\n{NGINX}\n</pre> <br> 为获取更多信息,请访问帮助 <a href=\"http://www.espocrm.com/blog/nginx-server-configuration-for-espocrm/\" target=\"_blank\">EspoCRM的网页服务器配置</a>.<br><br>",
"windows": "<br>\n<pre>\n{NGINX}\n</pre> <br> 为获取更多信息,请访问帮助 <a href=\"http://www.espocrm.com/blog/nginx-server-configuration-for-espocrm/\" target=\"_blank\">EspoCRM的网页服务器配置</a>.<br><br>"
}
}
}
}