{
  "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": "安装",
    "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服务器主机",
    "Some errors occurred!": "发生了一些错误！",
    "phpVersion": "你的PHP版本不支持EspoCRM，请升级到 {minVersion} 或更高版本",
    "requiredMysqlVersion": "你的PHP版本不支持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权限错误",
    "Cannot create user": "无法创建用户",
    "Permission denied": "没有权限",
    "Permission denied to": "没有权限",
    "Can not save settings": "无法保存设置",
    "Cannot save preferences": "无法保存首选项",
    "Thousand Separator and Decimal Mark equal": "千分法和小数标记不能相等",
    "extension": "{0}扩展名缺失",
    "option": "建议值为{0}",
    "mysqlSettingError": "EspoCRM需要MySQL设置\"{NAME}\"设置为{VALUE}"
  },
  "options": {
    "modRewriteInstruction": {
      "apache": {
        "windows": "结果 <pre>1. 查找httpd.conf文件（通常你会发现一个名为CONF，配置或类似的规定文件夹中）结果\n2.里面的httpd.conf文件注释行的LoadModule rewrite_module模块/ mod_rewrite.so（从行前面删除井'＃'号）结果\n3.又找到行ClearModuleList下面是注释掉然后查找并确保该行加入AddModule mod_rewrite.c没有被注释掉。\n</pre>"
      },
      "nginx": {
        "linux": "<br>将此代码添加入你的网页服务器配置文件<code>{NGINX_PATH}</code> 在里面 \"服务器\" 部分:<pre>{NGINX}</pre> <br> 为获取更多信息，请访问帮助 <a href=\"{NGINX_LINK}\" target=\"_blank\">EspoCRM的网页服务器配置</a>.<br><br>"
      }
    },
    "modRewriteTitle": {
      "apache": "<h3>应用程序编程接口错误: EspoCRM 应用程序编程接口是不可用的.</h3><br> 可能出现的问题: 禁用 \"mod_rewrite\" 在Apache 服务器, 禁用 .分布式配置文件支持或者重写数据问题.<br>仅执行必要操作.完成每一步需确认问题是否被解决.",
      "nginx": "<h3>应用程序编程接口错误: EspoCRM 应用程序编程接口是不可用的.</h3>",
      "microsoft-iis": "<h3>应用程序编程接口错误: EspoCRM应用程序编程接口是不可用的.</h3><br>可能出现的问题: 禁用 \"网址重写\". 请核对并启用\"网址重写\" 模块在IIS服务器",
      "default": "<h3>应用程序编程接口错误: EspoCRM应用程序编程接口是不可用的.</h3><br>可能出现的问题: 禁用重写模块.请在你的服务器核对并启用重写模块 (e.g. mod_重写 在 Apache) 和.htaccess 支持."
    }
  }
}
