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,62 @@
{
"INTEGRATION_APPS": {
"FETCHING": "正在获取集成",
"NO_HOOK_CONFIGURED": "此账户中未配置任何 {integrationId} 集成。",
"HEADER": "应用程序",
"STATUS": {
"ENABLED": "已启用",
"DISABLED": "已禁用"
},
"CONFIGURE": "配置",
"ADD_BUTTON": "添加一个新钩子",
"DELETE": {
"TITLE": {
"INBOX": "确认删除",
"ACCOUNT": "断开连接"
},
"MESSAGE": {
"INBOX": "确定删除吗?",
"ACCOUNT": "您确定要断开连接吗?"
},
"CONFIRM_BUTTON_TEXT": {
"INBOX": "是,删除",
"ACCOUNT": "是,断开连接"
},
"CANCEL_BUTTON_TEXT": "取消",
"API": {
"SUCCESS_MESSAGE": "钩子成功删除",
"ERROR_MESSAGE": "无法连接服务器,请稍后再试"
}
},
"LIST": {
"FETCHING": "正在获取集成",
"INBOX": "收件箱",
"DELETE": {
"BUTTON_TEXT": "删除"
}
},
"ADD": {
"FORM": {
"INBOX": {
"LABEL": "选择收件箱",
"PLACEHOLDER": "选择收件箱"
},
"SUBMIT": "创建",
"CANCEL": "取消"
},
"API": {
"SUCCESS_MESSAGE": "成功添加集成钩子",
"ERROR_MESSAGE": "无法连接服务器,请稍后再试"
}
},
"CONNECT": {
"BUTTON_TEXT": "连接"
},
"DISCONNECT": {
"BUTTON_TEXT": "断开连接"
},
"SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow 是一个用于构建对话界面的自然语言处理平台。将其与 {installationName} 集成可以让机器人优先处理查询,并在需要时转接给客服代理。它通过回答常见问题来帮助筛选潜在客户并减少客服代理工作量。要添加 Dialogflow请在 Google 控制台中创建服务帐户并共享凭据。详情请参阅文档"
}
}
}