342 lines
11 KiB
JSON
342 lines
11 KiB
JSON
{
|
||
"app": {
|
||
"title": "销售 CRM - 仪表盘",
|
||
"description": "现代销售 CRM 界面",
|
||
"name": "销售 CRM"
|
||
},
|
||
"nav": {
|
||
"dashboard": "仪表盘",
|
||
"deals": "商机",
|
||
"contacts": "联系人",
|
||
"tasks": "任务",
|
||
"integrations": "集成",
|
||
"settings": "设置"
|
||
},
|
||
"dashboard": {
|
||
"title": "仪表盘",
|
||
"addNewDeal": "新增商机",
|
||
"tabs": {
|
||
"overview": "概览",
|
||
"analytics": "分析",
|
||
"allDeals": "全部商机",
|
||
"reports": "报表"
|
||
},
|
||
"stats": {
|
||
"monthlyRevenue": "月度营收",
|
||
"monthlyRevenueChange": "较上月 +12.5%",
|
||
"newDealsClosed": "新成交商机",
|
||
"newDealsChange": "较上月 +3 笔",
|
||
"pipelineValue": "管道总额",
|
||
"pipelineChange": "总管道 +8.2%",
|
||
"conversionRate": "转化率",
|
||
"conversionChange": "线索到成交 +2.1%"
|
||
},
|
||
"revenueOverview": "营收概览",
|
||
"revenueOverviewDesc": "月度营收与成交商机趋势",
|
||
"recentSales": "近期成交",
|
||
"recentSalesDesc": "团队最新成交的商机",
|
||
"allDealsTitle": "全部商机",
|
||
"allDealsDesc": "支持高级筛选和排序的完整商机视图",
|
||
"analyticsTitle": "分析面板",
|
||
"analyticsDesc": "详细分析和绩效指标即将上线",
|
||
"analyticsPlaceholder": "高级分析功能将在此处显示",
|
||
"reportsTitle": "报表",
|
||
"reportsDesc": "生成并下载完整的销售报表",
|
||
"reportsPlaceholder": "报表生成功能将在此处显示"
|
||
},
|
||
"contacts": {
|
||
"title": "联系人",
|
||
"description": "管理客户关系与潜在客户",
|
||
"addNew": "新增联系人",
|
||
"search": "搜索联系人...",
|
||
"filterByStatus": "按状态筛选",
|
||
"allStatus": "全部状态",
|
||
"active": "活跃",
|
||
"inactive": "非活跃",
|
||
"lead": "潜在客户",
|
||
"customer": "正式客户",
|
||
"gridView": "卡片视图",
|
||
"listView": "列表视图",
|
||
"actions": "操作",
|
||
"viewDetails": "查看详情",
|
||
"editContact": "编辑联系人",
|
||
"deleteContact": "删除联系人",
|
||
"editTitle": "编辑联系人",
|
||
"editDesc": "更新下方联系人信息。",
|
||
"addTitle": "新增联系人",
|
||
"addDesc": "创建新联系人。",
|
||
"name": "姓名",
|
||
"email": "邮箱",
|
||
"phone": "电话",
|
||
"company": "公司",
|
||
"position": "职位",
|
||
"status": "状态",
|
||
"cancel": "取消",
|
||
"updateContact": "更新联系人",
|
||
"createContact": "创建联系人"
|
||
},
|
||
"deals": {
|
||
"title": "商机",
|
||
"description": "管理销售管道与商业机会",
|
||
"addNew": "新增商机",
|
||
"search": "搜索商机...",
|
||
"filterByStage": "按阶段筛选",
|
||
"allStages": "全部阶段",
|
||
"lead": "线索",
|
||
"qualified": "已验证",
|
||
"proposal": "方案中",
|
||
"negotiation": "谈判中",
|
||
"closedWon": "已成交",
|
||
"closedLost": "已失败",
|
||
"gridView": "卡片视图",
|
||
"listView": "列表视图",
|
||
"actions": "操作",
|
||
"viewDetails": "查看详情",
|
||
"editDeal": "编辑商机",
|
||
"deleteDeal": "删除商机",
|
||
"expectedClose": "预计成交:",
|
||
"editTitle": "编辑商机",
|
||
"editDesc": "更新下方商机信息。",
|
||
"addTitle": "新增商机",
|
||
"addDesc": "创建新的商业机会。",
|
||
"dealName": "商机名称",
|
||
"client": "客户",
|
||
"stage": "阶段",
|
||
"probability": "概率 (%)",
|
||
"value": "金额 ($)",
|
||
"expectedCloseDate": "预计成交日期",
|
||
"descriptionLabel": "描述",
|
||
"cancel": "取消",
|
||
"updateDeal": "更新商机",
|
||
"createDeal": "创建商机"
|
||
},
|
||
"tasks": {
|
||
"title": "任务",
|
||
"description": "管理待办事项并跟踪进度",
|
||
"addNew": "新增任务",
|
||
"search": "搜索任务...",
|
||
"filterByStatus": "按状态筛选",
|
||
"allStatus": "全部状态",
|
||
"todo": "待办",
|
||
"inProgress": "进行中",
|
||
"completed": "已完成",
|
||
"overdue": "已逾期",
|
||
"listView": "列表视图",
|
||
"boardView": "看板视图",
|
||
"due": "截止:",
|
||
"relatedTo": "关联:",
|
||
"low": "低",
|
||
"medium": "中",
|
||
"high": "高",
|
||
"urgent": "紧急",
|
||
"actions": "操作",
|
||
"viewDetails": "查看详情",
|
||
"editTask": "编辑任务",
|
||
"deleteTask": "删除任务",
|
||
"editTitle": "编辑任务",
|
||
"editDesc": "更新下方任务信息。",
|
||
"addTitle": "新增任务",
|
||
"addDesc": "创建新任务。",
|
||
"titleLabel": "标题",
|
||
"descriptionLabel": "描述",
|
||
"status": "状态",
|
||
"priority": "优先级",
|
||
"assignee": "负责人",
|
||
"dueDate": "截止日期",
|
||
"relatedToLabel": "关联对象",
|
||
"type": "类型",
|
||
"deal": "商机",
|
||
"contact": "联系人",
|
||
"general": "通用",
|
||
"cancel": "取消",
|
||
"updateTask": "更新任务",
|
||
"createTask": "创建任务"
|
||
},
|
||
"integrations": {
|
||
"title": "集成",
|
||
"description": "连接常用工具,优化工作流程",
|
||
"search": "搜索集成...",
|
||
"all": "全部",
|
||
"communication": "通讯",
|
||
"productivity": "效率",
|
||
"crm": "CRM",
|
||
"automation": "自动化",
|
||
"email": "邮件",
|
||
"development": "开发",
|
||
"browser": "浏览器",
|
||
"connected": "已连接",
|
||
"connect": "连接",
|
||
"manage": "管理",
|
||
"popularTitle": "热门集成",
|
||
"popularDesc": "销售团队最常用的集成服务",
|
||
"slackDesc": "在 Slack 频道中直接接收通知和动态",
|
||
"calendarDesc": "将会议和日程与 Google 日历同步",
|
||
"hubspotDesc": "将联系人和商机与 HubSpot CRM 同步",
|
||
"zapierDesc": "通过 Zapier 自动化连接 5000+ 应用",
|
||
"gmailDesc": "追踪邮件打开情况并同步邮件对话",
|
||
"githubDesc": "将开发工作与客户商机和项目关联",
|
||
"chromeDesc": "从浏览器直接访问 CRM 数据",
|
||
"teamsDesc": "使用 Microsoft Teams 与团队协作",
|
||
"slackPopular": "95% 的团队在使用",
|
||
"calendarPopular": "87% 的团队在使用",
|
||
"gmailPopular": "78% 的团队在使用"
|
||
},
|
||
"settings": {
|
||
"title": "设置",
|
||
"description": "管理账户设置与偏好",
|
||
"tabs": {
|
||
"profile": "个人资料",
|
||
"team": "团队",
|
||
"billing": "账单",
|
||
"notifications": "通知",
|
||
"security": "安全"
|
||
},
|
||
"profile": {
|
||
"title": "个人资料",
|
||
"desc": "更新个人信息和资料设置",
|
||
"changePhoto": "更换头像",
|
||
"photoHint": "支持 JPG、GIF 或 PNG,最大 1MB。",
|
||
"firstName": "名",
|
||
"lastName": "姓",
|
||
"email": "邮箱",
|
||
"jobTitle": "职位",
|
||
"saveChanges": "保存更改"
|
||
},
|
||
"team": {
|
||
"title": "团队成员",
|
||
"desc": "管理团队成员及其角色",
|
||
"inviteUser": "邀请用户",
|
||
"user": "用户",
|
||
"role": "角色",
|
||
"status": "状态",
|
||
"actions": "操作",
|
||
"admin": "管理员",
|
||
"salesManager": "销售经理",
|
||
"salesRep": "销售代表"
|
||
},
|
||
"billing": {
|
||
"currentPlan": "当前方案",
|
||
"currentPlanDesc": "您当前使用的是专业版方案",
|
||
"plan": "方案",
|
||
"professional": "专业版",
|
||
"price": "价格",
|
||
"priceValue": "$49/月",
|
||
"users": "用户数",
|
||
"usersValue": "4 / 10",
|
||
"upgradePlan": "升级方案",
|
||
"paymentMethod": "支付方式",
|
||
"paymentDesc": "管理您的支付信息",
|
||
"expires": "有效期至 12/24",
|
||
"updatePayment": "更新支付方式",
|
||
"billingHistory": "账单历史",
|
||
"billingHistoryDesc": "下载往期发票",
|
||
"date": "日期",
|
||
"amount": "金额",
|
||
"status": "状态",
|
||
"invoice": "发票",
|
||
"paid": "已支付",
|
||
"download": "下载"
|
||
},
|
||
"notifications": {
|
||
"title": "通知偏好",
|
||
"desc": "选择接收动态通知的方式",
|
||
"communication": "通讯方式",
|
||
"emailNotifications": "邮件通知",
|
||
"emailNotificationsDesc": "通过邮件接收通知",
|
||
"smsNotifications": "短信通知",
|
||
"smsNotificationsDesc": "通过短信接收通知",
|
||
"inAppNotifications": "应用内通知",
|
||
"inAppNotificationsDesc": "在应用内显示通知",
|
||
"salesUpdates": "销售动态",
|
||
"dealUpdates": "商机动态",
|
||
"dealUpdatesDesc": "商机更新时收到通知",
|
||
"taskReminders": "任务提醒",
|
||
"taskRemindersDesc": "即将到期任务的提醒",
|
||
"weeklyReports": "周报",
|
||
"weeklyReportsDesc": "每周销售业绩汇总",
|
||
"savePreferences": "保存偏好"
|
||
},
|
||
"security": {
|
||
"password": "密码",
|
||
"passwordDesc": "更新密码以保护账户安全",
|
||
"currentPassword": "当前密码",
|
||
"newPassword": "新密码",
|
||
"confirmPassword": "确认新密码",
|
||
"updatePassword": "更新密码",
|
||
"twoFactor": "双因素认证",
|
||
"twoFactorDesc": "为账户添加额外的安全保护",
|
||
"authenticatorApp": "身份验证器",
|
||
"authenticatorDesc": "使用身份验证器应用生成验证码",
|
||
"setup": "设置",
|
||
"smsVerification": "短信验证",
|
||
"smsVerificationDesc": "通过短信接收验证码",
|
||
"activeSessions": "活跃会话",
|
||
"activeSessionsDesc": "管理各设备上的活跃会话",
|
||
"currentSession": "当前会话",
|
||
"currentSessionDetail": "Chrome / MacOS • 旧金山",
|
||
"activeLabel": "活跃",
|
||
"mobileApp": "移动应用",
|
||
"mobileAppDetail": "iPhone • 2 小时前活跃",
|
||
"revoke": "撤销"
|
||
},
|
||
"toast": {
|
||
"saved": "设置已保存",
|
||
"savedDesc": "您的设置已成功更新。"
|
||
}
|
||
},
|
||
"topbar": {
|
||
"search": "搜索商机、联系人、任务...",
|
||
"notifications": "通知",
|
||
"newDealCreated": "新商机已创建",
|
||
"newDealDetail": "Sarah 新增了一笔与 TechCorp 的 $25k 商机",
|
||
"taskDueSoon": "任务即将到期",
|
||
"taskDueDetail": "2 小时后需跟进 Acme Inc",
|
||
"dealClosed": "商机已成交",
|
||
"dealClosedDetail": "Mike 完成了一笔与 StartupXYZ 的 $15k 商机",
|
||
"myAccount": "我的账户",
|
||
"profile": "个人资料",
|
||
"settings": "设置",
|
||
"logOut": "退出登录"
|
||
},
|
||
"dataTable": {
|
||
"dealName": "商机名称",
|
||
"client": "客户",
|
||
"stage": "阶段",
|
||
"value": "金额",
|
||
"probability": "概率",
|
||
"owner": "负责人",
|
||
"expectedClose": "预计成交",
|
||
"actions": "操作",
|
||
"copyDealId": "复制商机 ID",
|
||
"viewDealDetails": "查看商机详情",
|
||
"editDeal": "编辑商机",
|
||
"updateStage": "更新阶段",
|
||
"deleteDeal": "删除商机",
|
||
"filterDeals": "筛选商机...",
|
||
"columns": "列",
|
||
"previous": "上一页",
|
||
"next": "下一页",
|
||
"noResults": "暂无结果。",
|
||
"rowsSelected": "行已选中。"
|
||
},
|
||
"chart": {
|
||
"revenue": "营收",
|
||
"deals": "商机",
|
||
"months": ["1月", "2月", "3月", "4月", "5月", "6月"]
|
||
},
|
||
"datePicker": {
|
||
"pickDate": "选择日期"
|
||
},
|
||
"sidebar": {
|
||
"userName": "John Doe",
|
||
"userRole": "销售经理"
|
||
},
|
||
"common": {
|
||
"cancel": "取消",
|
||
"save": "保存",
|
||
"delete": "删除",
|
||
"edit": "编辑",
|
||
"actions": "操作"
|
||
}
|
||
}
|