chore: Update translations (#11002)

Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
This commit is contained in:
Chatwoot Bot
2025-03-03 00:57:33 -08:00
committed by GitHub
parent 7c2ca1a07e
commit 488c334b72
89 changed files with 1744 additions and 1692 deletions

View File

@@ -70,20 +70,20 @@
"ADD_AGENTS": "正在向收件箱添加客服...",
"SELECT": "选择",
"SELECT_ALL": "选择全部客服",
"SELECTED_COUNT": "{selected} out of {total} agents selected."
"SELECTED_COUNT": "已选择 {selected}/{total} 位客服人员。"
},
"ADD": {
"TITLE": "添加客服至您的团队 - {teamName}",
"DESC": "添加客服到您新创建的团队。这让您能够作为一个团队在对话中进行合作,在同一对话中获得新事件的通知。",
"SELECT": "选择",
"SELECT_ALL": "选择全部客服",
"SELECTED_COUNT": "{selected} out of {total} agents selected.",
"SELECTED_COUNT": "已选择 {selected}/{total} 位客服人员。",
"BUTTON_TEXT": "添加客服代理",
"AGENT_VALIDATION_ERROR": "至少选择一个客服。"
},
"FINISH": {
"TITLE": "您的团队已准备好了!",
"MESSAGE": "You can now collaborate as a team on conversations. Happy supporting ",
"MESSAGE": "您现在可以以团队形式协作处理对话了。祝您工作顺利! ",
"BUTTON_TEXT": "完成"
},
"DELETE": {
@@ -93,9 +93,9 @@
"ERROR_MESSAGE": "无法删除团队,请重试!"
},
"CONFIRM": {
"TITLE": "Are you sure you want to delete the team?",
"TITLE": "您确定要删除该团队吗?",
"PLACE_HOLDER": "请输入 {teamName} 以确认",
"MESSAGE": "Deleting the team will remove the team assignment from the conversations assigned to this team.",
"MESSAGE": "删除团队后,相关对话的团队分配将被取消。",
"YES": "删除 ",
"NO": "取消"
}
@@ -103,19 +103,19 @@
"SETTINGS": "设置",
"FORM": {
"UPDATE": "更新团队",
"CREATE": "Create team",
"CREATE": "创建新团队",
"NAME": {
"LABEL": "Team name",
"PLACEHOLDER": "Example: Sales, Customer Support"
"LABEL": "团队名称",
"PLACEHOLDER": "示例:销售,客户支持"
},
"DESCRIPTION": {
"LABEL": "Team Description",
"PLACEHOLDER": "Short description about this team."
"LABEL": "团队描述",
"PLACEHOLDER": "关于此团队的简短描述。"
},
"AUTO_ASSIGN": {
"LABEL": "Allow auto assign for this team."
"LABEL": "允许为这个团队自动分配。"
},
"SUBMIT_CREATE": "Create team"
"SUBMIT_CREATE": "创建新团队"
}
}
}