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
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:
121
app/javascript/dashboard/i18n/locale/zh_TW/teamsSettings.json
Normal file
121
app/javascript/dashboard/i18n/locale/zh_TW/teamsSettings.json
Normal file
@@ -0,0 +1,121 @@
|
||||
{
|
||||
"TEAMS_SETTINGS": {
|
||||
"NEW_TEAM": "建立新團隊",
|
||||
"HEADER": "團隊",
|
||||
"LOADING": "Fetching teams",
|
||||
"DESCRIPTION": "Teams allow you to organize agents into groups based on their responsibilities. An agent can belong to multiple teams. When working collaboratively, you can assign conversations to specific teams.",
|
||||
"LEARN_MORE": "Learn more about teams",
|
||||
"LIST": {
|
||||
"404": "There are no teams created on this account.",
|
||||
"EDIT_TEAM": "編輯團隊",
|
||||
"NONE": "無"
|
||||
},
|
||||
"CREATE_FLOW": {
|
||||
"CREATE": {
|
||||
"TITLE": "建立一個新團隊",
|
||||
"DESC": "為你的新團隊新增一個標題跟描述"
|
||||
},
|
||||
"AGENTS": {
|
||||
"BUTTON_TEXT": "將客服加入團隊",
|
||||
"TITLE": "將客服加入團隊 - {teamName}",
|
||||
"DESC": "將客服新增到新建立的團隊。這會讓你可以用團隊的形式處理對話,也可以取得同一個對話的新事件通知。"
|
||||
},
|
||||
"WIZARD_CREATE": {
|
||||
"TITLE": "建立",
|
||||
"BODY": "為客服建立一個新團隊"
|
||||
},
|
||||
"WIZARD_ADD_AGENTS": {
|
||||
"TITLE": "新增客服",
|
||||
"BODY": "將客服加入團隊"
|
||||
},
|
||||
"WIZARD_FINISH": {
|
||||
"TITLE": "完成",
|
||||
"BODY": "您已設定狀態為離開"
|
||||
}
|
||||
},
|
||||
"EDIT_FLOW": {
|
||||
"CREATE": {
|
||||
"TITLE": "編輯團隊詳細資訊",
|
||||
"DESC": "編輯團隊標題及描述",
|
||||
"BUTTON_TEXT": "更新團隊"
|
||||
},
|
||||
"AGENTS": {
|
||||
"BUTTON_TEXT": "更新團隊客服",
|
||||
"TITLE": "將客服加入團隊 - {teamName}",
|
||||
"DESC": "為新建立的團隊新增客服,當對話被指派至團隊時,所有加入的客服都會被通知。"
|
||||
},
|
||||
"EDIT_WIZARD_DETAILS": {
|
||||
"TITLE": "團隊詳細資訊",
|
||||
"ROUTE": "settings_teams_edit",
|
||||
"BODY": "變更名稱、描述及其他詳細資訊。"
|
||||
},
|
||||
"EDIT_WIZARD_AGENTS": {
|
||||
"TITLE": "編輯客服",
|
||||
"ROUTE": "settings_teams_edit_members",
|
||||
"BODY": "編輯團隊內的客服"
|
||||
},
|
||||
"EDIT_WIZARD_FINISH": {
|
||||
"TITLE": "完成",
|
||||
"ROUTE": "settings_teams_edit_finish",
|
||||
"BODY": "您已設定狀態為離開"
|
||||
}
|
||||
},
|
||||
"TEAM_FORM": {
|
||||
"ERROR_MESSAGE": "無法儲存團隊詳細資訊,請再試一次。"
|
||||
},
|
||||
"AGENTS": {
|
||||
"AGENT": "客服",
|
||||
"EMAIL": "電子信箱",
|
||||
"BUTTON_TEXT": "新增客服",
|
||||
"ADD_AGENTS": "正在將客服加入到你的團隊...",
|
||||
"SELECT": "選擇",
|
||||
"SELECT_ALL": "選取所有客服",
|
||||
"SELECTED_COUNT": "{total} 中的 {selected} 個客服被選取"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "將客服加入團隊 - {teamName}",
|
||||
"DESC": "將客服新增到新建立的團隊。這會讓你可以用團隊的形式處理對話,也可以取得同一個對話的新事件通知。",
|
||||
"SELECT": "選擇",
|
||||
"SELECT_ALL": "選取所有克服",
|
||||
"SELECTED_COUNT": "{total} 中的 {selected} 個客服被選取",
|
||||
"BUTTON_TEXT": "新增客服",
|
||||
"AGENT_VALIDATION_ERROR": "Select at least one agent."
|
||||
},
|
||||
"FINISH": {
|
||||
"TITLE": "你的團隊已經準備好了",
|
||||
"MESSAGE": "You can now collaborate as a team on conversations. Happy supporting ",
|
||||
"BUTTON_TEXT": "完成"
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "刪除",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "團隊刪除成功",
|
||||
"ERROR_MESSAGE": "無法刪除團隊,請再試一次"
|
||||
},
|
||||
"CONFIRM": {
|
||||
"TITLE": "Are you sure you want to delete the team?",
|
||||
"PLACE_HOLDER": "請輸入 {teamName} 以確認",
|
||||
"MESSAGE": "刪除此團隊將會移除已指派給此團隊的對話指派對象",
|
||||
"YES": "刪除 ",
|
||||
"NO": "取消"
|
||||
}
|
||||
},
|
||||
"SETTINGS": "設定",
|
||||
"FORM": {
|
||||
"UPDATE": "更新團隊",
|
||||
"CREATE": "建立團隊",
|
||||
"NAME": {
|
||||
"LABEL": "團隊名稱",
|
||||
"PLACEHOLDER": "例如:業務、客戶支援"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "團隊描述",
|
||||
"PLACEHOLDER": "對此團隊的簡短描述"
|
||||
},
|
||||
"AUTO_ASSIGN": {
|
||||
"LABEL": "允許在團隊中自動指派"
|
||||
},
|
||||
"SUBMIT_CREATE": "建立團隊"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user