Chatwoot/app/javascript/dashboard/i18n/locale/zh_TW/teamsSettings.json

125 lines
4.2 KiB
JSON
Raw Normal View History

2021-03-15 18:30:53 +00:00
{
"TEAMS_SETTINGS": {
"NEW_TEAM": "建立新團隊",
"HEADER": "團隊",
2021-03-15 18:30:53 +00:00
"SIDEBAR_TXT": "<p><b>Teams</b></p> <p>Teams let you organize your agents into groups based on their responsibilities. <br /> A user can be part of multiple teams. You can assign conversations to a team when you are working collaboratively. </p>",
"LIST": {
"404": "There are no teams created on this account.",
"EDIT_TEAM": "編輯團隊"
2021-03-15 18:30:53 +00:00
},
"CREATE_FLOW": {
"CREATE": {
"TITLE": "建立一個新團隊",
2021-03-15 18:30:53 +00:00
"DESC": "Add a title and description to your new team."
},
"AGENTS": {
"BUTTON_TEXT": "將客服加入團隊",
"TITLE": "將客服加入團隊 - %{teamName}",
2021-03-15 18:30:53 +00:00
"DESC": "Add Agents to your newly created team. This lets you collaborate as a team on conversations, get notified on new events in the same conversation."
},
"WIZARD": [
{
"title": "建立",
"route": "settings_teams_new",
"body": "Create a new team of agents."
},
{
"title": "建立客服",
2021-03-15 18:30:53 +00:00
"route": "settings_teams_add_agents",
"body": "將客服加入團隊"
2021-03-15 18:30:53 +00:00
},
{
"title": "完成",
2021-03-15 18:30:53 +00:00
"route": "settings_teams_finish",
"body": "您已設定狀態為離開"
}
]
},
"EDIT_FLOW": {
"CREATE": {
"TITLE": "編輯團隊詳細資訊",
2021-03-15 18:30:53 +00:00
"DESC": "Edit title and description to your team.",
"BUTTON_TEXT": "更新團隊"
2021-03-15 18:30:53 +00:00
},
"AGENTS": {
"BUTTON_TEXT": "更新團隊客服",
"TITLE": "將客服加入團隊 - %{teamName}",
2021-03-15 18:30:53 +00:00
"DESC": "Add Agents to your newly created team. All the added agents will be notified when a conversation is assigned to this team."
},
"WIZARD": [
{
"title": "團隊詳細資訊",
2021-03-15 18:30:53 +00:00
"route": "settings_teams_edit",
"body": "Change name, description and other details."
},
{
"title": "編輯客服",
2021-03-15 18:30:53 +00:00
"route": "settings_teams_edit_members",
"body": "Edit agents in your team."
},
{
"title": "完成",
2021-03-15 18:30:53 +00:00
"route": "settings_teams_edit_finish",
"body": "您已設定狀態為離開"
}
]
},
"TEAM_FORM": {
"ERROR_MESSAGE": "Couldn't save the team details. Try again."
},
"AGENTS": {
"AGENT": "客服",
2021-03-15 18:30:53 +00:00
"EMAIL": "電子信箱",
"BUTTON_TEXT": "新增客服",
"ADD_AGENTS": "正在將客服加入到你的團隊...",
"SELECT": "選擇",
"SELECT_ALL": "選取所有客服",
2021-03-15 18:30:53 +00:00
"SELECTED_COUNT": "%{selected} out of %{total} agents selected."
},
"ADD": {
"TITLE": "將客服加入團隊 - %{teamName}",
2021-03-15 18:30:53 +00:00
"DESC": "Add Agents to your newly created team. This lets you collaborate as a team on conversations, get notified on new events in the same conversation.",
"SELECT": "選擇",
"SELECT_ALL": "選取所有克服",
2021-03-15 18:30:53 +00:00
"SELECTED_COUNT": "%{selected} out of %{total} agents selected.",
"BUTTON_TEXT": "新增客服",
2021-03-15 18:30:53 +00:00
"AGENT_VALIDATION_ERROR": "Select atleaset one agent."
},
"FINISH": {
"TITLE": "你的團隊已經準備好了",
2021-03-15 18:30:53 +00:00
"MESSAGE": "You can now collaborate as a team on conversations. Happy supporting ",
"BUTTON_TEXT": "完成"
2021-03-15 18:30:53 +00:00
},
"DELETE": {
"BUTTON_TEXT": "刪除",
"API": {
"SUCCESS_MESSAGE": "團隊刪除成功",
"ERROR_MESSAGE": "無法刪除團隊,請再試一次"
2021-03-15 18:30:53 +00:00
},
"CONFIRM": {
"TITLE": "確定要刪除 - %{teamName} ",
2021-03-15 18:30:53 +00:00
"MESSAGE": "Deleting the team will remove the team assignment from the conversations assigned to this team.",
"YES": "刪除 ",
"NO": "取消"
2021-03-15 18:30:53 +00:00
}
},
"SETTINGS": "設定",
"FORM": {
"UPDATE": "更新團隊",
"CREATE": "建立團隊",
2021-03-15 18:30:53 +00:00
"NAME": {
"LABEL": "團隊名稱",
2021-03-15 18:30:53 +00:00
"PLACEHOLDER": "Example: Sales, Customer Support"
},
"DESCRIPTION": {
"LABEL": "團隊描述",
"PLACEHOLDER": "對此團隊的簡短描述"
2021-03-15 18:30:53 +00:00
},
"AUTO_ASSIGN": {
"LABEL": "允許在團隊中自動指派"
2021-03-15 18:30:53 +00:00
},
"SUBMIT_CREATE": "建立團隊"
2021-03-15 18:30:53 +00:00
}
}
}