chore: Update translations (#11893)

This commit is contained in:
Chatwoot Bot
2025-07-07 14:34:25 -07:00
committed by GitHub
parent b72848513f
commit e4ba80e2f0
379 changed files with 3905 additions and 485 deletions

View File

@@ -147,7 +147,8 @@
"SEND_ATTACHMENT": "发送附件",
"SEND_MESSAGE": "发送消息",
"CHANGE_PRIORITY": "更改优先级",
"ADD_SLA": "添加SLA"
"ADD_SLA": "添加SLA",
"OPEN_CONVERSATION": "打开对话"
},
"ATTRIBUTES": {
"MESSAGE_TYPE": "消息类型",

View File

@@ -49,5 +49,8 @@
"HOURS": "小时",
"DAYS": "天",
"PLACEHOLDER": "输入耗时"
},
"CHANNEL_SELECTOR": {
"COMING_SOON": "Coming Soon!"
}
}

View File

@@ -96,6 +96,10 @@
"NEXT_WEEK": "下周"
}
},
"MENTION": {
"AGENTS": "客服",
"TEAMS": "团队"
},
"CUSTOM_SNOOZE": {
"TITLE": "推迟到",
"APPLY": "推迟",

View File

@@ -3,7 +3,7 @@
"LIMIT_MESSAGES": {
"CONVERSATION": "您已经超过对话限制。黑客计划只允许500次对话。",
"INBOXES": "您已超过收件箱限制。Hacker 计划只支持网站在线聊天。其他收件箱如电子邮件、WhatsApp 等需要付费计划。",
"AGENTS": "您已超过坐席限制。黑客计划只允许 2 个坐席。",
"AGENTS": "You have exceeded the agent limit. Your plan only allows {allowedAgents} agents.",
"NON_ADMIN": "请联系您的管理员升级计划并继续使用所有功能。"
},
"TITLE": "帐户设置",

View File

@@ -268,6 +268,46 @@
"ERROR_MESSAGE": "我们无法保存 WhatsApp 通道"
}
},
"VOICE": {
"TITLE": "Voice Channel",
"DESC": "Integrate Twilio Voice and start supporting your customers via phone calls.",
"PHONE_NUMBER": {
"LABEL": "电话号码",
"PLACEHOLDER": "Enter your phone number (e.g. +1234567890)",
"ERROR": "Please provide a valid phone number in E.164 format (e.g. +1234567890)"
},
"TWILIO": {
"ACCOUNT_SID": {
"LABEL": "账户 SID",
"PLACEHOLDER": "Enter your Twilio Account SID",
"REQUIRED": "Account SID is required"
},
"AUTH_TOKEN": {
"LABEL": "身份验证令牌",
"PLACEHOLDER": "Enter your Twilio Auth Token",
"REQUIRED": "Auth Token is required"
},
"API_KEY_SID": {
"LABEL": "API 密钥 SID",
"PLACEHOLDER": "Enter your Twilio API Key SID",
"REQUIRED": "API Key SID is required"
},
"API_KEY_SECRET": {
"LABEL": "API 密钥密码",
"PLACEHOLDER": "Enter your Twilio API Key Secret",
"REQUIRED": "API Key Secret is required"
},
"TWIML_APP_SID": {
"LABEL": "TwiML App SID",
"PLACEHOLDER": "Enter your Twilio TwiML App SID (starts with AP)",
"REQUIRED": "TwiML App SID is required"
}
},
"SUBMIT_BUTTON": "Create Voice Channel",
"API": {
"ERROR_MESSAGE": "We were not able to create the voice channel"
}
},
"API_CHANNEL": {
"TITLE": "API 频道",
"DESC": "与API通道集成开始为您的客户提供支持",
@@ -789,7 +829,8 @@
"TELEGRAM": "Telegram",
"LINE": "Line",
"API": "API 频道",
"INSTAGRAM": "Instagram"
"INSTAGRAM": "Instagram",
"VOICE": "Voice"
}
}
}

View File

@@ -331,6 +331,14 @@
"DESCRIPTION": "Linear workspace is not connected. Click the button below to connect your workspace to use this integration.",
"BUTTON_TEXT": "Connect Linear workspace"
}
},
"NOTION": {
"DELETE": {
"TITLE": "Are you sure you want to delete the Notion integration?",
"MESSAGE": "Deleting this integration will remove access to your Notion workspace and stop all related functionality.",
"CONFIRM": "是的,删除",
"CANCEL": "取消"
}
}
},
"CAPTAIN": {
@@ -539,6 +547,8 @@
"CONVERSATION": "对话 #{id}"
},
"SELECTED": "{count} 已选择",
"SELECT_ALL": "Select all ({count})",
"UNSELECT_ALL": "Unselect all ({count})",
"BULK_APPROVE_BUTTON": "批准",
"BULK_DELETE_BUTTON": "删除",
"BULK_APPROVE": {