chore: Update translations (#11962)

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
Chatwoot Bot
2025-07-17 21:50:55 -07:00
committed by GitHub
parent 647a65d481
commit bb9e3a5495
261 changed files with 9835 additions and 7 deletions

View File

@@ -146,6 +146,7 @@
"SEND_WEBHOOK_EVENT": "发送 Webhook 事件",
"SEND_ATTACHMENT": "发送附件",
"SEND_MESSAGE": "发送消息",
"ADD_PRIVATE_NOTE": "添加私密注释",
"CHANGE_PRIORITY": "更改优先级",
"ADD_SLA": "添加SLA",
"OPEN_CONVERSATION": "打开对话"

View File

@@ -137,6 +137,70 @@
}
}
},
"WHATSAPP": {
"HEADER_TITLE": "WhatsApp campaigns",
"NEW_CAMPAIGN": "创建活动",
"EMPTY_STATE": {
"TITLE": "No WhatsApp campaigns are available",
"SUBTITLE": "Launch a WhatsApp campaign to reach your customers directly. Send offers or make announcements with ease. Click 'Create campaign' to get started."
},
"CARD": {
"STATUS": {
"COMPLETED": "已完成",
"SCHEDULED": "已计划"
},
"CAMPAIGN_DETAILS": {
"SENT_FROM": "发自",
"ON": "于"
}
},
"CREATE": {
"TITLE": "Create WhatsApp campaign",
"CANCEL_BUTTON_TEXT": "取消",
"CREATE_BUTTON_TEXT": "创建",
"FORM": {
"TITLE": {
"LABEL": "标题",
"PLACEHOLDER": "请输入活动标题",
"ERROR": "标题是必填项"
},
"INBOX": {
"LABEL": "选择收件箱",
"PLACEHOLDER": "选择收件箱",
"ERROR": "收件箱是必填项"
},
"TEMPLATE": {
"LABEL": "WhatsApp Template",
"PLACEHOLDER": "Select a template",
"INFO": "Select a template to use for this campaign.",
"ERROR": "Template is required",
"PREVIEW_TITLE": "{templateName} 处理中",
"LANGUAGE": "语言",
"CATEGORY": "类别",
"VARIABLES_LABEL": "参数",
"VARIABLE_PLACEHOLDER": "Enter value for {variable}"
},
"AUDIENCE": {
"LABEL": "受众",
"PLACEHOLDER": "选择客户标签",
"ERROR": "受众是必填项"
},
"SCHEDULED_AT": {
"LABEL": "计划时间",
"PLACEHOLDER": "请选择时间",
"ERROR": "计划时间是必填项"
},
"BUTTONS": {
"CREATE": "创建",
"CANCEL": "取消"
},
"API": {
"SUCCESS_MESSAGE": "WhatsApp campaign created successfully",
"ERROR_MESSAGE": "发生错误,请重试。"
}
}
}
},
"CONFIRM_DELETE": {
"TITLE": "确定删除吗?",
"DESCRIPTION": "删除操作是永久性的,无法恢复。",

View File

@@ -222,10 +222,17 @@
"DESC": "开始通过WhatsApp支持您的客户",
"PROVIDERS": {
"LABEL": "API提供商",
"WHATSAPP_EMBEDDED": "WhatsApp Business",
"TWILIO": "Twilio",
"WHATSAPP_CLOUD": "WhatsApp 云服务",
"WHATSAPP_CLOUD_DESC": "Quick setup through Meta",
"TWILIO_DESC": "Connect via Twilio credentials",
"360_DIALOG": "360Dialog"
},
"SELECT_PROVIDER": {
"TITLE": "Select your API provider",
"DESCRIPTION": "Choose your WhatsApp provider. You can connect directly through Meta which requires no setup, or connect through Twilio using your account credentials."
},
"INBOX_NAME": {
"LABEL": "收件箱名称",
"PLACEHOLDER": "请输入收件箱名称",
@@ -264,6 +271,28 @@
"WEBHOOK_VERIFICATION_TOKEN": "Webhook 验证令牌"
},
"SUBMIT_BUTTON": "创建WhatsApp频道",
"EMBEDDED_SIGNUP": {
"TITLE": "Quick Setup with Meta",
"DESC": "You will be redirected to Meta to log into your WhatsApp Business account. Having admin access will help make the setup smooth and easy.",
"BENEFITS": {
"TITLE": "Benefits of Embedded Signup:",
"EASY_SETUP": "No manual configuration required",
"SECURE_AUTH": "Secure OAuth based authentication",
"AUTO_CONFIG": "Automatic webhook and phone number configuration"
},
"SUBMIT_BUTTON": "Connect with WhatsApp Business",
"AUTH_PROCESSING": "Authenticating with Meta",
"WAITING_FOR_BUSINESS_INFO": "Please complete business setup in the Meta window...",
"PROCESSING": "Setting up your WhatsApp Business Account",
"LOADING_SDK": "Loading Facebook SDK...",
"CANCELLED": "WhatsApp Signup was cancelled",
"SUCCESS_TITLE": "WhatsApp Business Account Connected!",
"WAITING_FOR_AUTH": "Waiting for authentication...",
"INVALID_BUSINESS_DATA": "Invalid business data received from Facebook. Please try again.",
"SIGNUP_ERROR": "Signup error occurred",
"AUTH_NOT_COMPLETED": "Authentication not completed. Please restart the process.",
"SUCCESS_FALLBACK": "WhatsApp Business Account has been successfully configured"
},
"API": {
"ERROR_MESSAGE": "我们无法保存 WhatsApp 通道"
}

View File

@@ -524,6 +524,100 @@
"TITLE": "助理队长",
"NOTE": "助理队长直接与客户互动,从您的帮助文档和过去的对话中学习,并提供即时、准确的回复。它处理初始查询,快速解决问题,在需要时再转接给客服人员。"
}
},
"GUARDRAILS": {
"TITLE": "Guardrails",
"DESCRIPTION": "Keeps things on track—only the kinds of questions you want your assistant to answer, nothing off-limits or off-topic.",
"BREADCRUMB": {
"TITLE": "Guardrails"
},
"BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})",
"UNSELECT_ALL": "Unselect all ({count})",
"BULK_DELETE_BUTTON": "删除"
},
"ADD": {
"SUGGESTED": {
"TITLE": "Example guardrails",
"ADD": "Add all",
"ADD_SINGLE": "Add this",
"SAVE": "Add and save (↵)",
"PLACEHOLDER": "Type in another guardrail..."
},
"NEW": {
"TITLE": "Add a guardrail",
"CREATE": "创建",
"CANCEL": "取消",
"PLACEHOLDER": "Type in another guardrail...",
"TEST_ALL": "Test all"
}
},
"LIST": {
"SEARCH_PLACEHOLDER": "搜索……"
},
"EMPTY_MESSAGE": "No guardrails found. Create or add examples to begin.",
"API": {
"ADD": {
"SUCCESS": "Guardrails added successfully",
"ERROR": "There was an error adding guardrails, please try again."
},
"UPDATE": {
"SUCCESS": "Guardrails updated successfully",
"ERROR": "There was an error updating guardrails, please try again."
},
"DELETE": {
"SUCCESS": "Guardrails deleted successfully",
"ERROR": "There was an error deleting guardrails, please try again."
}
}
},
"RESPONSE_GUIDELINES": {
"TITLE": "Response Guidelines",
"DESCRIPTION": "The vibe and structure of your assistants replies—clear and friendly? Short and snappy? Detailed and formal?",
"BREADCRUMB": {
"TITLE": "Response Guidelines"
},
"BULK_ACTION": {
"SELECTED": "{count} item selected | {count} items selected",
"SELECT_ALL": "Select all ({count})",
"UNSELECT_ALL": "Unselect all ({count})",
"BULK_DELETE_BUTTON": "删除"
},
"ADD": {
"SUGGESTED": {
"TITLE": "Example response guidelines",
"ADD": "Add all",
"ADD_SINGLE": "Add this",
"SAVE": "Add and save (↵)",
"PLACEHOLDER": "Type in another response guideline..."
},
"NEW": {
"TITLE": "Add a response guideline",
"CREATE": "创建",
"CANCEL": "取消",
"PLACEHOLDER": "Type in another response guideline...",
"TEST_ALL": "Test all"
}
},
"LIST": {
"SEARCH_PLACEHOLDER": "搜索……"
},
"EMPTY_MESSAGE": "No response guidelines found. Create or add examples to begin.",
"API": {
"ADD": {
"SUCCESS": "Response Guidelines added successfully",
"ERROR": "There was an error adding response guidelines, please try again."
},
"UPDATE": {
"SUCCESS": "Response Guidelines updated successfully",
"ERROR": "There was an error updating response guidelines, please try again."
},
"DELETE": {
"SUCCESS": "Response Guidelines deleted successfully",
"ERROR": "There was an error deleting response guidelines, please try again."
}
}
}
},
"DOCUMENTS": {

View File

@@ -319,6 +319,7 @@
"CSAT": "客户满意度",
"LIVE_CHAT": "在线聊天",
"SMS": "短信",
"WHATSAPP": "WhatsApp",
"CAMPAIGNS": "活动",
"ONGOING": "进行中",
"ONE_OFF": "一次性",