Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
{
"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": "什么都没发送"
}
}