Files
espocrm/application/Espo/Modules/Crm/Resources/i18n/zh_CN/Meeting.json
2026-01-19 17:46:06 +01:00

50 lines
1.2 KiB
JSON

{
"fields": {
"name": "名称",
"parent": "关联",
"status": "状态",
"dateStart": "开始日期",
"dateEnd": "结束日期",
"duration": "持续时间",
"description": "描述",
"users": "用户",
"contacts": "联系人",
"leads": "潜在客户",
"reminders": "提醒",
"account": "客户",
"acceptanceStatus": "接受状态"
},
"options": {
"status": {
"Planned": "已计划",
"Held": "举行",
"Not Held": "未举行"
},
"acceptanceStatus": {
"None": "无",
"Accepted": "接受",
"Declined": "拒绝",
"Tentative": "暂定"
}
},
"massActions": {
"setHeld": "设为举行",
"setNotHeld": "设为未举行"
},
"labels": {
"Create Meeting": "创建会晤",
"Set Held": "设为举行",
"Set Not Held": "设为未举行",
"Send Invitations": "发送邀请",
"on time": "准时",
"before": "之前"
},
"presetFilters": {
"planned": "已计划",
"held": "举行",
"todays": "今天的"
},
"messages": {
"nothingHasBeenSent": "什么都没发送"
}
}