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,52 @@
{
"CONTENT_TEMPLATES": {
"MODAL": {
"TITLE": "Twilio 模板",
"SUBTITLE": "选择您想要发送的 Twilio 模板",
"TEMPLATE_SELECTED_SUBTITLE": "配置模板: {templateName}"
},
"PICKER": {
"SEARCH_PLACEHOLDER": "查找模板",
"NO_TEMPLATES_FOUND": "没有找到对应的模版",
"NO_CONTENT": "无内容",
"HEADER": "页头",
"BODY": "正文内容",
"FOOTER": "页脚",
"BUTTONS": "按钮",
"CATEGORY": "类别",
"MEDIA_CONTENT": "媒体内容",
"MEDIA_CONTENT_FALLBACK": "媒体内容",
"NO_TEMPLATES_AVAILABLE": "没有可用的 Twilio 模板。单击刷新以同步Twilio 的模板。",
"REFRESH_BUTTON": "刷新模板",
"REFRESH_SUCCESS": "模板刷新已启动。更新可能需要几分钟时间。",
"REFRESH_ERROR": "刷新模板失败。请重试。",
"LABELS": {
"LANGUAGE": "语言",
"TEMPLATE_BODY": "模板内容",
"CATEGORY": "类别"
},
"TYPES": {
"MEDIA": "媒体",
"QUICK_REPLY": "快速回复",
"CALL_TO_ACTION": "Call to Action",
"TEXT": "文本"
}
},
"PARSER": {
"VARIABLES_LABEL": "参数",
"LANGUAGE": "语言",
"CATEGORY": "类别",
"VARIABLE_PLACEHOLDER": "请填写 {variable}",
"GO_BACK_LABEL": "返回",
"SEND_MESSAGE_LABEL": "发送消息",
"FORM_ERROR_MESSAGE": "你必须填写所有参数才能发送",
"MEDIA_HEADER_LABEL": "{type} Header",
"MEDIA_URL_LABEL": "输入完整媒体 URL",
"MEDIA_URL_PLACEHOLDER": "https://example.com/image.jpg"
},
"FORM": {
"BACK_BUTTON": "后退",
"SEND_MESSAGE_BUTTON": "发送消息"
}
}
}