Initial commit: Add logistics and order_detail message types
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>
This commit is contained in:
Liang XJ
2026-01-26 11:16:56 +08:00
commit 092fb2e083
7646 changed files with 975643 additions and 0 deletions

View File

@@ -0,0 +1,111 @@
{
"MACROS": {
"HEADER": "宏",
"DESCRIPTION": "宏是一组预设操作,帮助客服人员快速完成任务。客服人员可以定义诸如标记对话、发送邮件记录、更新自定义属性等操作,并一键执行。",
"LEARN_MORE": "了解更多关于宏的信息",
"HEADER_BTN_TXT": "添加一个新宏文件",
"HEADER_BTN_TXT_SAVE": "保存宏文件",
"LOADING": "获取宏中",
"ERROR": "出错了。请重试",
"ORDER_INFO": "宏将按照您添加操作的顺序运行。您可以通过拖动每个节点旁边的手柄来重新排列它们。",
"ADD": {
"FORM": {
"NAME": {
"LABEL": "宏名称",
"PLACEHOLDER": "为您的宏输入名称",
"ERROR": "创建宏需要名称"
},
"ACTIONS": {
"LABEL": "操作"
}
},
"API": {
"SUCCESS_MESSAGE": "宏添加成功",
"ERROR_MESSAGE": "无法创建宏,请稍后再试。"
}
},
"LIST": {
"TABLE_HEADER": {
"NAME": "姓名:",
"CREATED BY": "创建者",
"LAST_UPDATED_BY": "最后更新者",
"VISIBILITY": "可视性"
},
"404": "未找到宏"
},
"DELETE": {
"TOOLTIP": "删除宏文件",
"CONFIRM": {
"MESSAGE": "您确定要删除吗? ",
"YES": "是,删除",
"NO": "否"
},
"API": {
"SUCCESS_MESSAGE": "宏添加成功",
"ERROR_MESSAGE": "删除宏时出错。请稍后再试"
}
},
"EDIT": {
"TOOLTIP": "编辑宏文件",
"API": {
"SUCCESS_MESSAGE": "宏观已成功更新",
"ERROR_MESSAGE": "无法更新宏,请稍后再试"
}
},
"EDITOR": {
"START_FLOW": "启动流",
"END_FLOW": "结束流",
"LOADING": "正在获取宏文件",
"ADD_BTN_TOOLTIP": "添加新操作",
"DELETE_BTN_TOOLTIP": "删除",
"VISIBILITY": {
"LABEL": "宏可见性",
"GLOBAL": {
"LABEL": "公开的",
"DESCRIPTION": "此宏对此帐户中的所有代理公开可用"
},
"PERSONAL": {
"LABEL": "私人的",
"DESCRIPTION": "这个宏将私有化,其他人无法使用。"
}
}
},
"EXECUTE": {
"BUTTON_TOOLTIP": "执行",
"PREVIEW": "预览宏...",
"EXECUTED_SUCCESSFULLY": "宏成功执行"
},
"ERRORS": {
"ATTRIBUTE_KEY_REQUIRED": "属性键是必需的",
"FILTER_OPERATOR_REQUIRED": "需要过滤器操作符",
"VALUE_REQUIRED": "必须填写值",
"VALUE_MUST_BE_BETWEEN_1_AND_998": "值必须介于 1 到 998 之间。",
"ACTION_PARAMETERS_REQUIRED": "需要操作参数",
"ATLEAST_ONE_CONDITION_REQUIRED": "至少需要一个条件",
"ATLEAST_ONE_ACTION_REQUIRED": "至少需要一个动作"
},
"ACTIONS": {
"ASSIGN_TEAM": "分配团队",
"ASSIGN_AGENT": "分配客服",
"ADD_LABEL": "添加标签",
"REMOVE_LABEL": "移除标签",
"REMOVE_ASSIGNED_TEAM": "移除已分配的团队",
"SEND_EMAIL_TRANSCRIPT": "通过邮件发送聊天记录",
"MUTE_CONVERSATION": "开始会话",
"SNOOZE_CONVERSATION": "暂停对话",
"RESOLVE_CONVERSATION": "解决对话",
"SEND_ATTACHMENT": "发送附件",
"SEND_MESSAGE": "发送消息",
"CHANGE_PRIORITY": "更改优先级",
"ADD_PRIVATE_NOTE": "添加私密注释",
"SEND_WEBHOOK_EVENT": "发送 Webhook 事件"
},
"PRIORITY_TYPES": {
"NONE": "啥都没有",
"LOW": "低",
"MEDIUM": "中",
"HIGH": "高",
"URGENT": "紧急的"
}
}
}