Files
espocrm/install/core/i18n/zh_CN/install.json
bsiggel 127fa6503b chore: Update copyright year from 2025 to 2026 across core files
- Updated copyright headers in 3,055 core application files
- Changed 'Copyright (C) 2014-2025' to 'Copyright (C) 2014-2026'
- Added 123 new files from EspoCRM core updates
- Removed 4 deprecated files
- Total changes: 61,637 insertions, 54,283 deletions

This is a routine maintenance update for the new year 2026.
2026-02-07 16:05:21 +01:00

119 lines
5.0 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": "安装",
"Configuration Instructions": "配置说明",
"phpVersion": "PHP版本",
"dbHostName": "主机名",
"dbName": "数据库名称",
"dbUserName": "数据库用户名",
"OK": "好",
"SetupConfirmation page title": "系统要求",
"PHP Configuration": "PHP 设置",
"MySQL Configuration": "数据库设置",
"Permission Requirements": "权限",
"Success": "成功",
"Fail": "失败",
"is recommended": "推荐",
"extension is missing": "未找到扩展"
},
"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": "checkAjaxPermission 错误",
"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}",
"requiredMariadbVersion": "您的 MariaDB 版本不被 EspoCRM 所支持,请升级到 MariaDB {minVersion} 及以上版本",
"Ajax failed": "发生意外错误"
},
"systemRequirements": {
"requiredPhpVersion": "PHP 版本",
"requiredMysqlVersion": "MySQL 版本",
"host": "主机名称",
"dbname": "数据库名称",
"user": "用户名",
"writable": "可写",
"readable": "可读",
"requiredMariadbVersion": "MariaDB 版本"
}
}