Some checks failed
Lock Threads / action (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot EE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot EE docker images / merge (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/amd64, ubuntu-latest) (push) Has been cancelled
Publish Chatwoot CE docker images / build (linux/arm64, ubuntu-22.04-arm) (push) Has been cancelled
Publish Chatwoot CE docker images / merge (push) Has been cancelled
Run Chatwoot CE spec / lint-backend (push) Has been cancelled
Run Chatwoot CE spec / lint-frontend (push) Has been cancelled
Run Chatwoot CE spec / frontend-tests (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (0, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (1, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (10, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (11, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (12, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (13, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (14, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (15, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (2, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (3, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (4, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (5, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (6, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (7, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (8, 16) (push) Has been cancelled
Run Chatwoot CE spec / backend-tests (9, 16) (push) Has been cancelled
Run Linux nightly installer / nightly (push) Has been cancelled
- Add Logistics component with progress tracking - Add OrderDetail component for order information - Support data-driven steps and actions - Add blue color scale to widget SCSS - Fix node overflow and progress bar rendering issues - Add English translations for dashboard components Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
96 lines
3.7 KiB
JSON
96 lines
3.7 KiB
JSON
{
|
|
"INBOX": {
|
|
"LIST": {
|
|
"TITLE": "我的收件箱",
|
|
"DISPLAY_DROPDOWN": "显示",
|
|
"LOADING": "正在获取通知",
|
|
"404": "此组中没有活跃的通知。",
|
|
"NO_NOTIFICATIONS": "没有通知",
|
|
"NOTE": "来自所有订阅收件箱的通知",
|
|
"NO_MESSAGES_AVAILABLE": "哎呀!无法获取消息",
|
|
"SNOOZED_UNTIL": "推迟到",
|
|
"SNOOZED_UNTIL_TOMORROW": "推迟到明天",
|
|
"SNOOZED_UNTIL_NEXT_WEEK": "推迟到下周"
|
|
},
|
|
"ACTION_HEADER": {
|
|
"SNOOZE": "推迟通知",
|
|
"DELETE": "删除通知",
|
|
"BACK": "返回"
|
|
},
|
|
"TYPES": {
|
|
"CONVERSATION_MENTION": "您被提及在对话中",
|
|
"CONVERSATION_CREATION": "新对话已创建",
|
|
"CONVERSATION_ASSIGNMENT": "对话已分配给您",
|
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "分配的对话中有新消息",
|
|
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "您参与的对话中有新消息",
|
|
"SLA_MISSED_FIRST_RESPONSE": "对话的首次响应SLA目标未达成",
|
|
"SLA_MISSED_NEXT_RESPONSE": "对话的下次响应SLA目标未达成",
|
|
"SLA_MISSED_RESOLUTION": "对话的解决SLA目标未达成"
|
|
},
|
|
"TYPES_NEXT": {
|
|
"CONVERSATION_MENTION": "被提及",
|
|
"CONVERSATION_ASSIGNMENT": "分配给您",
|
|
"CONVERSATION_CREATION": "新对话",
|
|
"SLA_MISSED_FIRST_RESPONSE": "SLA违约",
|
|
"SLA_MISSED_NEXT_RESPONSE": "SLA违约",
|
|
"SLA_MISSED_RESOLUTION": "SLA违约",
|
|
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "新消息",
|
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "新消息",
|
|
"SNOOZED_UNTIL": "推迟至{time}",
|
|
"SNOOZED_ENDS": "推迟结束"
|
|
},
|
|
"NO_CONTENT": "没有可用的内容",
|
|
"MENU_ITEM": {
|
|
"MARK_AS_READ": "标记为已读",
|
|
"MARK_AS_UNREAD": "标记为未读",
|
|
"SNOOZE": "推迟",
|
|
"DELETE": "删除",
|
|
"MARK_ALL_READ": "全部标记为已读",
|
|
"DELETE_ALL": "删除全部",
|
|
"DELETE_ALL_READ": "删除所有已读"
|
|
},
|
|
"DISPLAY_MENU": {
|
|
"SORT": "排序",
|
|
"DISPLAY": "显示:",
|
|
"SORT_OPTIONS": {
|
|
"NEWEST": "最新",
|
|
"OLDEST": "最旧",
|
|
"PRIORITY": "优先级"
|
|
},
|
|
"DISPLAY_OPTIONS": {
|
|
"SNOOZED": "已关闭",
|
|
"READ": "已读",
|
|
"LABELS": "标签",
|
|
"CONVERSATION_ID": "对话ID"
|
|
}
|
|
},
|
|
"ALERTS": {
|
|
"MARK_AS_READ": "通知标记为已读",
|
|
"MARK_AS_UNREAD": "通知标记为未读",
|
|
"SNOOZE": "通知已推迟",
|
|
"DELETE": "通知已删除",
|
|
"MARK_ALL_READ": "所有通知标记为已读",
|
|
"DELETE_ALL": "所有通知已删除",
|
|
"DELETE_ALL_READ": "所有已读通知已删除"
|
|
},
|
|
"REAUTHORIZE": {
|
|
"TITLE": "Reauthorization Required",
|
|
"DESCRIPTION": "Your WhatsApp connection has expired. Please reconnect to continue receiving and sending messages.",
|
|
"BUTTON_TEXT": "重新连接 WhatsApp",
|
|
"LOADING_FACEBOOK": "加载 Facebook SDK...",
|
|
"SUCCESS": "WhatsApp 重新连接成功",
|
|
"ERROR": "无法重新连接 WhatsApp。请再试一次。",
|
|
"WHATSAPP_APP_ID_MISSING": "WhatsApp ID未配置。请联系您的管理员。",
|
|
"WHATSAPP_CONFIG_ID_MISSING": "WhatsApp Configuration ID is not configured. Please contact your administrator.",
|
|
"CONFIGURATION_ERROR": "重新授权时发生配置错误。",
|
|
"FACEBOOK_LOAD_ERROR": "无法加载 Facebook SDK。请重试。",
|
|
"TROUBLESHOOTING": {
|
|
"TITLE": "疑难解答",
|
|
"POPUP_BLOCKED": "确保此站点允许弹出窗口",
|
|
"COOKIES": "必须启用第三方cookie",
|
|
"ADMIN_ACCESS": "您需要管理员权限才能访问 WhatsApp Business 账户"
|
|
}
|
|
}
|
|
}
|
|
}
|