Files
espocrm/application/Espo/Modules/Crm/Resources/i18n/zh_CN/Lead.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

68 lines
1.8 KiB
JSON

{
"labels": {
"Converted To": "已转换为",
"Create Lead": "创建潜在客户",
"Convert": "转换",
"convert": "转换"
},
"fields": {
"name": "名称",
"emailAddress": "电子邮件",
"title": "标题",
"website": "网站",
"phoneNumber": "电话",
"accountName": "客户名称",
"doNotCall": "不要电联",
"address": "地址",
"status": "状态",
"source": "客户来源",
"opportunityAmount": "项目预算",
"opportunityAmountConverted": "项目预算(转换)",
"description": "描述",
"createdAccount": "客户",
"createdContact": "联系人",
"createdOpportunity": "商机",
"campaign": "营销活动",
"targetLists": "目标列表",
"targetList": "目标列表",
"industry": "行业",
"acceptanceStatus": "验收状态",
"opportunityAmountCurrency": "商机金额货币",
"acceptanceStatusMeetings": "接受状态(Meetings)",
"acceptanceStatusCalls": "接受状态(Calls)"
},
"links": {
"targetLists": "目标列表",
"campaignLogRecords": "营销活动日志",
"campaign": "营销活动",
"createdAccount": "客户",
"createdContact": "联系人",
"createdOpportunity": "商机",
"cases": "工单",
"documents": "文件"
},
"options": {
"status": {
"New": "新建",
"Assigned": "指派",
"In Process": "处理中",
"Converted": "已转换",
"Recycled": "已回收",
"Dead": "没机会"
},
"source": {
"Call": "通话",
"Email": "电子邮件",
"Existing Customer": "现有客户",
"Partner": "伙伴",
"Public Relations": "公共关系",
"Web Site": "网站",
"Campaign": "营销活动",
"Other": "其他"
}
},
"presetFilters": {
"active": "启用",
"converted": "已转换"
}
}