chore: Update translations (#11117)

This commit is contained in:
Chatwoot Bot
2025-03-20 12:00:36 -07:00
committed by GitHub
parent 9cf2bd284b
commit 41be634db0
215 changed files with 2180 additions and 152 deletions

View File

@@ -2,8 +2,8 @@
"AGENT_BOTS": {
"HEADER": "机器人",
"LOADING_EDITOR": "正在加载编辑器...",
"DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.You can manage your bots from this page or create new ones using the 'Configure new bot' button.",
"LEARN_MORE": "Learn about agent bots",
"DESCRIPTION": "客服机器人就像您团队中最出色的成员。它们可以处理琐事,让您专注于重要的事情。试试看吧。您可以在此页面管理您的机器人,或使用“配置新机器人”按钮创建新的机器人。",
"LEARN_MORE": "了解客服机器人",
"CSML_BOT_EDITOR": {
"NAME": {
"LABEL": "机器人名称",
@@ -28,7 +28,7 @@
"SUCCESS_MESSAGE": "成功更新代理机器人。",
"DISCONNECTED_SUCCESS_MESSAGE": "成功断开代理机器人。",
"ERROR_MESSAGE": "无法更新代理机器人。请再试一次。",
"DISCONNECTED_ERROR_MESSAGE": "无法断开代理机器人。请再试一次。",
"DISCONNECTED_ERROR_MESSAGE": "无法断开客服机器人。请再试一次。",
"SELECT_PLACEHOLDER": "选择机器人"
},
"ADD": {

View File

@@ -93,7 +93,7 @@
},
"LIST": {
"TABLE_HEADER": {
"NAME": "姓名:",
"NAME": "名称",
"DESCRIPTION": "描述信息",
"TYPE": "类型",
"KEY": "键"

View File

@@ -42,6 +42,6 @@
},
"FEATURE_SPOTLIGHT": {
"LEARN_MORE": "了解更多",
"WATCH_VIDEO": "Watch video"
"WATCH_VIDEO": "观看视频"
}
}

View File

@@ -295,7 +295,27 @@
"CONVERSATION_INFO": "对话信息",
"CONTACT_ATTRIBUTES": "联系人属性",
"PREVIOUS_CONVERSATION": "上一次对话",
"MACROS": "宏"
"MACROS": "宏",
"SHOPIFY_ORDERS": "Shopify Orders"
},
"SHOPIFY": {
"ORDER_ID": "Order #{id}",
"ERROR": "Error loading orders",
"NO_SHOPIFY_ORDERS": "No orders found",
"FINANCIAL_STATUS": {
"PENDING": "等待中",
"AUTHORIZED": "Authorized",
"PARTIALLY_PAID": "Partially Paid",
"PAID": "Paid",
"PARTIALLY_REFUNDED": "Partially Refunded",
"REFUNDED": "Refunded",
"VOIDED": "Voided"
},
"FULFILLMENT_STATUS": {
"FULFILLED": "Fulfilled",
"PARTIALLY_FULFILLED": "Partially Fulfilled",
"UNFULFILLED": "Unfulfilled"
}
}
},
"CONVERSATION_CUSTOM_ATTRIBUTES": {

View File

@@ -56,7 +56,7 @@
"BUTTON_TEXT": "断开连接"
},
"SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow is a natural language processing platform for building conversational interfaces. Integrating it with {installationName} lets bots handle queries first and transfer them to agents when needed. It helps qualify leads and reduce agent workload by answering FAQs. To add Dialogflow, create a Service Account in Google Console and share the credentials. Refer to the docs for details"
"DIALOGFLOW": "Dialogflow 是一个用于构建对话界面的自然语言处理平台。将其与 {installationName} 集成可以让机器人优先处理查询,并在需要时转接给客服代理。它通过回答常见问题来帮助筛选潜在客户并减少客服代理工作量。要添加 Dialogflow请在 Google 控制台中创建服务帐户并共享凭据。详情请参阅文档"
}
}
}

View File

@@ -1,5 +1,20 @@
{
"INTEGRATION_SETTINGS": {
"SHOPIFY": {
"DELETE": {
"TITLE": "Delete Shopify Integration",
"MESSAGE": "Are you sure you want to delete the Shopify integration?"
},
"STORE_URL": {
"TITLE": "Connect Shopify Store",
"LABEL": "Store URL",
"PLACEHOLDER": "your-store.myshopify.com",
"HELP": "Enter your Shopify store's myshopify.com URL",
"CANCEL": "取消",
"SUBMIT": "Connect Store"
},
"ERROR": "There was an error connecting to Shopify. Please try again or contact support if the issue persists."
},
"HEADER": "集成设置",
"DESCRIPTION": "Chatwoot 集成了多种工具和服务,以提高团队效率。浏览以下列表以配置您喜欢的应用程序。",
"LEARN_MORE": "了解更多关于集成的信息",
@@ -311,7 +326,7 @@
},
"CAPTAIN": {
"NAME": "Captain",
"HEADER_KNOW_MORE": "Know more",
"HEADER_KNOW_MORE": "了解更多",
"COPILOT": {
"SEND_MESSAGE": "发送消息...",
"LOADER": "Captain 正在思考",
@@ -393,8 +408,8 @@
"TITLE": "没有可用的文档",
"SUBTITLE": "文档用于为您的助手生成常见问题。您可以导入文档以为您的助手提供上下文。",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Assistant",
"NOTE": "Captain Assistant engages directly with customers, learns from your help docs and past conversations, and delivers instant, accurate responses. It handles the initial queries, providing quick resolutions before transferring to an agent when needed."
"TITLE": "助理队长",
"NOTE": "助理队长直接与客户互动,从您的帮助文档和过去的对话中学习,并提供即时、准确的回复。它处理初始查询,快速解决问题,在需要时再转接给客服人员。"
}
}
},
@@ -438,8 +453,8 @@
"TITLE": "没有可用的文档",
"SUBTITLE": "文档用于为您的助手生成常见问题。您可以导入文档以为您的助手提供上下文。",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain Document",
"NOTE": "A document in Captain serves as a knowledge resource for the assistant. By connecting your help center or guides, Captain can analyze the content and provide accurate responses for customer inquiries."
"TITLE": "Captain 文档",
"NOTE": "在 Captain 中的文档作为助理的知识资源。通过连接您的帮助中心或指南Captain 可以分析内容并为客户询问提供准确的回答。"
}
}
},
@@ -519,8 +534,8 @@
"TITLE": "未找到常见问题",
"SUBTITLE": "常见问题帮助您的助手为客户提供快速准确的答案。它们可以从您的内容自动生成,也可以手动添加。",
"FEATURE_SPOTLIGHT": {
"TITLE": "Captain FAQ",
"NOTE": "Captain FAQs detects common customer questions—whether missing from your knowledge base or frequently asked—and generates relevant FAQs to improve support. You can review each suggestion and decide whether to approve or reject it."
"TITLE": "Captain 常见问题",
"NOTE": "Captain FAQs 检测常见的客户问题——无论是知识库中缺失的问题还是经常被问到的问题——并生成相关的常见问题以改善支持。您可以查看每个建议,并决定是否批准或拒绝它。"
}
}
},

View File

@@ -119,7 +119,8 @@
"EMPTY_LIST": "没有检索到相关信息"
},
"PAGINATION": {
"RESULTS": "显示 {start} 到 {end} 条,共 {total} 条结果"
"RESULTS": "显示 {start} 到 {end} 条,共 {total} 条结果",
"PER_PAGE_TEMPLATE": "{size} / page"
}
},
"AGENT_REPORTS": {