chore: Update translations from Crowdin (#10686)

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: Pranav <pranav@chatwoot.com>
This commit is contained in:
Chatwoot Bot
2025-02-11 23:04:34 -08:00
committed by GitHub
parent cd80bd07ca
commit 4a088e0663
640 changed files with 22425 additions and 8557 deletions

View File

@@ -3,8 +3,8 @@
"HEADER": "自定义属性",
"HEADER_BTN_TXT": "添加自定义属性",
"LOADING": "正在获取自定义属性",
"DESCRIPTION": "A custom attribute tracks additional details about your contacts or conversations—such as the subscription plan or the date of their first purchase. You can add different types of custom attributes, such as text, lists, or numbers, to capture the specific information you need.",
"LEARN_MORE": "Learn more about custom attributes",
"DESCRIPTION": "自定义属性可以用来跟踪您的联系人或对话的更多详细信息,例如订阅方案或首次购买的日期。您可以添加不同类型的自定义属性,例如文本、列表或数字,以捕捉所需的特定信息。",
"LEARN_MORE": "自定义属性说明",
"ADD": {
"TITLE": "添加自定义属性",
"SUBMIT": "创建",
@@ -92,7 +92,12 @@
"CONTACT": "联系人"
},
"LIST": {
"TABLE_HEADER": ["姓名:", "描述信息", "类型", "关键字"],
"TABLE_HEADER": {
"NAME": "姓名:",
"DESCRIPTION": "描述信息",
"TYPE": "类型",
"KEY": "键"
},
"BUTTONS": {
"EDIT": "编辑",
"DELETE": "删除"

View File

@@ -3,15 +3,19 @@
"HEADER": "审计日志",
"HEADER_BTN_TXT": "添加审计日志",
"LOADING": "正在获取审计日志",
"DESCRIPTION": "Audit Logs maintain a record of activities in your account, allowing you to track and audit your account, team, or services.",
"LEARN_MORE": "Learn more about audit logs",
"DESCRIPTION": "审核日志保存您账户中的活动记录,允许您跟踪和审计您的账户、团队或服务。",
"LEARN_MORE": "了解更多关于审计日志的信息",
"SEARCH_404": "没有任何项目符合此查询",
"SIDEBAR_TXT": "<p><b>审计日志</b></p><p>审计日志是 Chatwoot 系统中事件和操作的痕迹。</p>",
"LIST": {
"404": "此账户中没有可用的审计日志。",
"TITLE": "管理审计日志",
"DESC": "审计日志是 Chatwoot 系统中事件和操作的痕迹。",
"TABLE_HEADER": ["User", "Action", "IP 地址"]
"TABLE_HEADER": {
"ACTIVITY": "User",
"TIME": "Action",
"IP_ADDRESS": "IP 地址"
}
},
"API": {
"SUCCESS_MESSAGE": "审计日志获取成功",
@@ -19,52 +23,52 @@
},
"DEFAULT_USER": "系统",
"AUTOMATION_RULE": {
"ADD": "{agentName} 创建了一个新的自动化规则 (#{id})",
"EDIT": "{agentName} 更新了一个自动化规则 (#{id})",
"DELETE": "{agentName} 删除了一个自动化规则 (#{id})"
"ADD": "{agentName} 创建了一个新的自动化规则 (##{id})",
"EDIT": "{agentName} 更新了一个自动化规则 (##{id})",
"DELETE": "{agentName} 删除了一个自动化规则 (##{id})"
},
"ACCOUNT_USER": {
"ADD": "{agentName} 邀请了 {invitee} 加入账户作为 {role}",
"EDIT": {
"SELF": "{agentName} 将其 {attributes} 更改为 {values}",
"OTHER": "{agentName} 将 {user} 的 {attributes} 更改为 {values}",
"DELETED": "{agentName} changed {attributes} of a deleted user to {values}"
"DELETED": "%{agentName} 将 %{user} 的 %{attributes} 更改为 %{values}"
}
},
"INBOX": {
"ADD": "{agentName} 创建了一个新的收件箱 (#{id})",
"EDIT": "{agentName} 更新了一个收件箱 (#{id})",
"DELETE": "{agentName} 删除了一个收件箱 (#{id})"
"ADD": "{agentName} 创建了一个新的收件箱 (##{id})",
"EDIT": "{agentName} 更新了一个收件箱 (##{id})",
"DELETE": "{agentName} 删除了一个收件箱 (##{id})"
},
"WEBHOOK": {
"ADD": "{agentName} 创建了一个新的 webhook (#{id})",
"EDIT": "{agentName} 更新了一个 webhook (#{id})",
"DELETE": "{agentName} 删除了一个 webhook (#{id})"
"ADD": "{agentName} 创建了一个新的 webhook (##{id})",
"EDIT": "{agentName} 更新了一个 webhook (##{id})",
"DELETE": "{agentName} 删除了一个 webhook (##{id})"
},
"USER_ACTION": {
"SIGN_IN": "{agentName} 登录",
"SIGN_OUT": "{agentName} 登出"
},
"TEAM": {
"ADD": "{agentName} 创建了一个新的团队 (#{id})",
"EDIT": "{agentName} 更新了一个团队 (#{id})",
"DELETE": "{agentName} 删除了一个团队 (#{id})"
"ADD": "{agentName} 创建了一个新的团队 (##{id})",
"EDIT": "{agentName} 更新了一个团队 (##{id})",
"DELETE": "{agentName} 删除了一个团队 (##{id})"
},
"MACRO": {
"ADD": "{agentName} 创建了一个新的宏 (#{id})",
"EDIT": "{agentName} 更新了一个宏 (#{id})",
"DELETE": "{agentName} 删除了一个宏 (#{id})"
"ADD": "{agentName} 创建了一个新的宏 (##{id})",
"EDIT": "{agentName} 更新了一个宏 (##{id})",
"DELETE": "{agentName} 删除了一个宏 (##{id})"
},
"INBOX_MEMBER": {
"ADD": "{agentName} 将 {user} 添加到收件箱 (#{inbox_id})",
"REMOVE": "{agentName} 将 {user} 从收件箱 (#{inbox_id}) 中移除"
"ADD": "{agentName} 将 {user} 添加到收件箱 (##{inbox_id})",
"REMOVE": "{agentName} 将 {user} 从收件箱 (##{inbox_id}) 中移除"
},
"TEAM_MEMBER": {
"ADD": "{agentName} 将 {user} 添加到团队 (#{team_id})",
"REMOVE": "{agentName} 将 {user} 从团队 (#{team_id}) 中移除"
"ADD": "{agentName} 将 {user} 添加到团队 (##{team_id})",
"REMOVE": "{agentName} 将 {user} 从团队 (##{team_id}) 中移除"
},
"ACCOUNT": {
"EDIT": "{agentName} 更新了账户配置 (#{id})"
"EDIT": "{agentName} 更新了账户配置 (##{id})"
}
}
}

View File

@@ -99,6 +99,9 @@
},
"fallback": {
"CONTENT": "分享了一个网址"
},
"contact": {
"CONTENT": "Shared contact"
}
},
"CHAT_SORT_BY_FILTER": {

View File

@@ -38,15 +38,23 @@
"REMOVE_SELECTION": "移除选择",
"DOWNLOAD": "下载",
"UNKNOWN_FILE_TYPE": "未知文件",
"SAVE_CONTACT": "保存",
"SAVE_CONTACT": "Save Contact",
"NO_CONTENT": "No content to display",
"SHARED_ATTACHMENT": {
"CONTACT": "{sender} has shared a contact",
"LOCATION": "{sender} has shared a location",
"FILE": "{sender} has shared a file",
"MEETING": "{sender} 已开始会议"
},
"UPLOADING_ATTACHMENTS": "正在上传附件...",
"REPLIED_TO_STORY": "回复您的故事",
"UNSUPPORTED_MESSAGE": "不支持此消息。",
"UNSUPPORTED_MESSAGE": "This message is unsupported. You can view this message on the Facebook / Instagram app.",
"UNSUPPORTED_MESSAGE_FACEBOOK": "不支持此消息。您可以在 Facebook Messenger 应用上查看此消息。",
"UNSUPPORTED_MESSAGE_INSTAGRAM": "不支持此消息。您可以在 Instagram 应用上查看此消息。",
"SUCCESS_DELETE_MESSAGE": "已成功删除消息",
"FAIL_DELETE_MESSSAGE": "无法删除消息,请重试!",
"NO_RESPONSE": "无响应",
"RESPONSE": "Response",
"RATING_TITLE": "评分",
"FEEDBACK_TITLE": "Feedback",
"REPLY_MESSAGE_NOT_FOUND": "消息不可用",
@@ -126,7 +134,7 @@
"FAILED": "无法分配客服,请再试。"
},
"LABEL_ASSIGNMENT": {
"SUCCESFUL": "将标签 #{labelName} 分配给对话 ID {conversationId}",
"SUCCESFUL": "Assigned label #{labelName} to conversation id {conversationId}",
"FAILED": "无法分配标签。请再试。"
},
"TEAM_ASSIGNMENT": {
@@ -219,6 +227,10 @@
"DELETE": "删除",
"CANCEL": "取消"
}
},
"SIDEBAR": {
"CONTACT": "联系人",
"COPILOT": "Copilot"
}
},
"EMAIL_TRANSCRIPT": {
@@ -310,7 +322,8 @@
"TO": "发送至",
"BCC": "密送",
"CC": "抄送",
"SUBJECT": "主题"
"SUBJECT": "主题",
"EXPAND": "Expand email"
},
"CONVERSATION_PARTICIPANTS": {
"SIDEBAR_MENU_TITLE": "参与者",
@@ -335,5 +348,16 @@
"ORIGINAL_CONTENT": "原文内容",
"TRANSLATED_CONTENT": "译文",
"NO_TRANSLATIONS_AVAILABLE": "此内容暂无翻译"
},
"TYPING": {
"ONE": "{user} is typing",
"TWO": "{user} and {secondUser} are typing",
"MULTIPLE": "{user} and {count} others are typing"
},
"COPILOT": {
"TRY_THESE_PROMPTS": "Try these prompts"
},
"GALLERY_VIEW": {
"ERROR_DOWNLOADING": "Unable to download attachment. Please try again"
}
}

View File

@@ -75,7 +75,12 @@
"LIST": {
"LOADING_MESSAGE": "正在加载通知...",
"404": "没有通知",
"TABLE_HEADER": ["姓名:", "电话号码", "会话", "上次联系"]
"TABLE_HEADER": [
"姓名:",
"电话号码",
"会话",
"上次联系"
]
},
"TYPE_LABEL": {
"conversation_creation": "新建对话",

View File

@@ -1,6 +1,6 @@
{
"INTEGRATION_APPS": {
"FETCHING": "Fetching Integrations",
"FETCHING": "正在获取集成",
"NO_HOOK_CONFIGURED": "There are no {integrationId} integrations configured in this account.",
"HEADER": "Applications",
"STATUS": {
@@ -56,7 +56,7 @@
"BUTTON_TEXT": "Disconnect"
},
"SIDEBAR_DESCRIPTION": {
"DIALOGFLOW": "Dialogflow is a natural language understanding platform that makes it easy to design and integrate a conversational user interface into your mobile app, web application, device, bot, interactive voice response system, and so on. <br /> <br /> Dialogflow integration with {installationName} allows you to configure a Dialogflow bot with your inboxes which lets the bot handle the queries initially and hand them over to an agent when needed. Dialogflow can be used to qualifying the leads, reduce the workload of agents by providing frequently asked questions etc. <br /> <br /> To add Dialogflow, you need to create a Service Account in your Google project console and share the credentials. Please refer to the Dialogflow docs for more information."
"DIALOGFLOW": "Dialogflow 是一个自然语言理解平台可以轻松设计会话用户界面并将其集成到移动应用程序、Web 应用程序、设备、机器人、交互式语音应答系统等中。 <br /> <br /> Dialogflow {installationName} 集成允许您使用收件箱配置 Dialogflow 机器人,让机器人最初处理查询并在需要时将其移交给代理。 Dialogflow 可用于确定潜在客户资格,通过提供常见问题等来减少客服人员的工作量。<br /> <br />要添加 Dialogflow,您需要在 Google 项目控制台中创建一个服务帐户并共享凭据。请参阅 Dialogflow 文档以获取更多信息。"
}
}
}

View File

@@ -31,7 +31,7 @@
},
"END_POINT": {
"LABEL": "Webhook 网址",
"PLACEHOLDER": "例如https://example/api/webhook",
"PLACEHOLDER": "Example: {webhookExampleURL}",
"ERROR": "请输入一个有效的 URL"
},
"EDIT_SUBMIT": "更新 webhook",
@@ -47,7 +47,10 @@
"LIST": {
"404": "此帐户没有配置Webhooks。",
"TITLE": "管理 webhooks",
"TABLE_HEADER": ["Webhook 端点", "操作"]
"TABLE_HEADER": {
"WEBHOOK_ENDPOINT": "Webhook 端点",
"ACTIONS": "操作"
}
},
"EDIT": {
"BUTTON_TEXT": "编辑",
@@ -87,7 +90,7 @@
},
"HELP_TEXT": {
"TITLE": "Using Slack Integration",
"BODY": "<br/><p>Chatwoot will now sync all the incoming conversations into the <b><i>customer-conversations</i></b> channel inside your slack workplace.</p><p>Replying to a conversation thread in <b><i>customer-conversations</i></b> slack channel will create a response back to the customer through chatwoot.</p><p>Start the replies with <b><i>note:</i></b> to create private notes instead of replies.</p><p>If the replier on slack has an agent profile in chatwoot under the same email, the replies will be associated accordingly.</p><p>When the replier doesn't have an associated agent profile, the replies will be made from the bot profile.</p>",
"BODY": "With this integration, all of your incoming conversations will be synced to the ***{selectedChannelName}*** channel in your Slack workspace. You can manage all your customer conversations right within the channel and never miss a message.\n\nHere are the main features of the integration:\n\n**Respond to conversations from within Slack:** To respond to a conversation in the ***{selectedChannelName}*** Slack channel, simply type out your message and send it as a thread. This will create a response back to the customer through Chatwoot. It's that simple!\n\n **Create private notes:** If you want to create private notes instead of replies, start your message with ***`note:`***. This ensures that your message is kept private and won't be visible to the customer.\n\n**Associate an agent profile:** If the person who replied on Slack has an agent profile in Chatwoot under the same email, the replies will be associated with that agent profile automatically. This means you can easily track who said what and when. On the other hand, when the replier doesn't have an associated agent profile, the replies will appear from the bot profile to the customer.",
"SELECTED": "selected"
},
"SELECT_CHANNEL": {
@@ -180,7 +183,10 @@
"LIST": {
"404": "There are no dashboard apps configured on this account yet",
"LOADING": "Fetching dashboard apps...",
"TABLE_HEADER": ["姓名:", "Endpoint"],
"TABLE_HEADER": {
"NAME": "姓名:",
"ENDPOINT": "Endpoint"
},
"EDIT_TOOLTIP": "Edit app",
"DELETE_TOOLTIP": "Delete app"
},
@@ -296,5 +302,224 @@
"ERROR": "There was an error unlinking the issue, please try again"
}
}
},
"CAPTAIN": {
"NAME": "Captain",
"COPILOT": {
"SEND_MESSAGE": "发送消息...",
"LOADER": "Captain is thinking",
"YOU": "您",
"USE": "Use this",
"RESET": "Reset"
},
"PAYWALL": {
"TITLE": "Upgrade to use Captain AI",
"AVAILABLE_ON": "Captain is not available on the free plan.",
"UPGRADE_PROMPT": "Upgrade your plan to get access to our assistants, copilot and more.",
"UPGRADE_NOW": "Upgrade now",
"CANCEL_ANYTIME": "You can change or cancel your plan anytime"
},
"ENTERPRISE_PAYWALL": {
"AVAILABLE_ON": "Captain AI feature is only available in a paid plan.",
"UPGRADE_PROMPT": "Upgrade your plan to get access to our assistants, copilot and more.",
"ASK_ADMIN": "Please reach out to your administrator for the upgrade."
},
"BANNER": {
"RESPONSES": "You've used over 80% of your response limit. To continue using Captain AI, please upgrade.",
"DOCUMENTS": "Document limit reached. Upgrade to continue using Captain AI."
},
"FORM": {
"CANCEL": "取消",
"CREATE": "创建",
"EDIT": "更新"
},
"ASSISTANTS": {
"HEADER": "Assistants",
"ADD_NEW": "Create a new assistant",
"DELETE": {
"TITLE": "Are you sure to delete the assistant?",
"DESCRIPTION": "This action is permanent. Deleting this assistant will remove it from all connected inboxes and permanently erase all generated knowledge.",
"CONFIRM": "是的,删除",
"SUCCESS_MESSAGE": "The assistant has been successfully deleted",
"ERROR_MESSAGE": "There was an error deleting the assistant, please try again."
},
"FORM_DESCRIPTION": "Fill out the details below to name your assistant, describe its purpose, and specify the product it will support.",
"CREATE": {
"TITLE": "Create an assistant",
"SUCCESS_MESSAGE": "The assistant has been successfully created",
"ERROR_MESSAGE": "There was an error creating the assistant, please try again."
},
"FORM": {
"NAME": {
"LABEL": "Assistant Name",
"PLACEHOLDER": "Enter a name for the assistant",
"ERROR": "Please provide a name for the assistant"
},
"DESCRIPTION": {
"LABEL": "Assistant Description",
"PLACEHOLDER": "Describe how and where this assistant will be used",
"ERROR": "A description is required"
},
"PRODUCT_NAME": {
"LABEL": "Product Name",
"PLACEHOLDER": "Enter the name of the product this assistant is designed for",
"ERROR": "The product name is required"
},
"FEATURES": {
"TITLE": "特性",
"ALLOW_CONVERSATION_FAQS": "Generate FAQs from resolved conversations",
"ALLOW_MEMORIES": "Capture key details as memories from customer interactions."
}
},
"EDIT": {
"TITLE": "Update the assistant",
"SUCCESS_MESSAGE": "The assistant has been successfully updated",
"ERROR_MESSAGE": "There was an error updating the assistant, please try again."
},
"OPTIONS": {
"EDIT_ASSISTANT": "Edit Assistant",
"DELETE_ASSISTANT": "Delete Assistant",
"VIEW_CONNECTED_INBOXES": "View connected inboxes"
},
"EMPTY_STATE": {
"TITLE": "No assistants available",
"SUBTITLE": "Create an assistant to provide quick and accurate responses to your users. It can learn from your help articles and past conversations."
}
},
"DOCUMENTS": {
"HEADER": "Documents",
"ADD_NEW": "Create a new document",
"RELATED_RESPONSES": {
"TITLE": "Related FAQs",
"DESCRIPTION": "These FAQs are generated directly from the document."
},
"FORM_DESCRIPTION": "Enter the URL of the document to add it as a knowledge source and choose the assistant to associate it with.",
"CREATE": {
"TITLE": "Add a document",
"SUCCESS_MESSAGE": "The document has been successfully created",
"ERROR_MESSAGE": "There was an error creating the document, please try again."
},
"FORM": {
"URL": {
"LABEL": "URL",
"PLACEHOLDER": "Enter the URL of the document",
"ERROR": "Please provide a valid URL for the document"
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select the assistant",
"ERROR": "The assistant field is required"
}
},
"DELETE": {
"TITLE": "Are you sure to delete the document?",
"DESCRIPTION": "This action is permanent. Deleting this document will permanently erase all generated knowledge.",
"CONFIRM": "是的,删除",
"SUCCESS_MESSAGE": "The document has been successfully deleted",
"ERROR_MESSAGE": "There was an error deleting the document, please try again."
},
"OPTIONS": {
"VIEW_RELATED_RESPONSES": "View Related Responses",
"DELETE_DOCUMENT": "Delete Document"
},
"EMPTY_STATE": {
"TITLE": "No documents available",
"SUBTITLE": "Documents are used by your assistant to generate FAQs. You can import documents to provide context for your assistant."
}
},
"RESPONSES": {
"HEADER": "FAQs",
"ADD_NEW": "Create new FAQ",
"DOCUMENTABLE": {
"CONVERSATION": "Conversation #{id}"
},
"DELETE": {
"TITLE": "Are you sure to delete the FAQ?",
"DESCRIPTION": "",
"CONFIRM": "是的,删除",
"SUCCESS_MESSAGE": "FAQ deleted successfully",
"ERROR_MESSAGE": "There was an error deleting the FAQ, please try again."
},
"FILTER": {
"ASSISTANT": "Assistant: {selected}",
"STATUS": "Status: {selected}",
"ALL_ASSISTANTS": "所有的"
},
"STATUS": {
"TITLE": "状态",
"PENDING": "等待中",
"APPROVED": "Approved",
"ALL": "所有的"
},
"FORM_DESCRIPTION": "Add a question and its corresponding answer to the knowledge base and select the assistant it should be associated with.",
"CREATE": {
"TITLE": "Add an FAQ",
"SUCCESS_MESSAGE": "The response has been added successfully.",
"ERROR_MESSAGE": "An error occurred while adding the response. Please try again."
},
"FORM": {
"QUESTION": {
"LABEL": "Question",
"PLACEHOLDER": "Enter the question here",
"ERROR": "Please provide a valid question."
},
"ANSWER": {
"LABEL": "Answer",
"PLACEHOLDER": "Enter the answer here",
"ERROR": "Please provide a valid answer."
},
"ASSISTANT": {
"LABEL": "Assistant",
"PLACEHOLDER": "Select an assistant",
"ERROR": "Please select an assistant."
}
},
"EDIT": {
"TITLE": "Update the FAQ",
"SUCCESS_MESSAGE": "The FAQ has been successfully updated",
"ERROR_MESSAGE": "There was an error updating the FAQ, please try again",
"APPROVE_SUCCESS_MESSAGE": "The FAQ was marked as approved"
},
"OPTIONS": {
"APPROVE": "Mark as approved",
"EDIT_RESPONSE": "Edit FAQ",
"DELETE_RESPONSE": "Delete FAQ"
},
"EMPTY_STATE": {
"TITLE": "No FAQs Found",
"SUBTITLE": "FAQs help your assistant provide quick and accurate answers to questions from your customers. They can be generated automatically from your content or can be added manually."
}
},
"INBOXES": {
"HEADER": "Connected Inboxes",
"ADD_NEW": "Connect a new inbox",
"OPTIONS": {
"DISCONNECT": "Disconnect"
},
"DELETE": {
"TITLE": "Are you sure to disconnect the inbox?",
"DESCRIPTION": "",
"CONFIRM": "是的,删除",
"SUCCESS_MESSAGE": "The inbox was successfully disconnected.",
"ERROR_MESSAGE": "There was an error disconnecting the inbox, please try again."
},
"FORM_DESCRIPTION": "Choose an inbox to connect with the assistant.",
"CREATE": {
"TITLE": "Connect an Inbox",
"SUCCESS_MESSAGE": "The inbox was successfully connected.",
"ERROR_MESSAGE": "An error occurred while connecting the inbox. Please try again."
},
"FORM": {
"INBOX": {
"LABEL": "收件箱",
"PLACEHOLDER": "Choose the inbox to deploy the assistant.",
"ERROR": "An inbox selection is required."
}
},
"EMPTY_STATE": {
"TITLE": "No Connected Inboxes",
"SUBTITLE": "Connecting an inbox allows the assistant to handle initial questions from your customers before transferring them to you."
}
}
}
}

View File

@@ -3,7 +3,7 @@
"TITLE": "登录到Chatwoot",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "example{'@'}companyname.com",
"PLACEHOLDER": "实例 {'@'}companyname.com",
"ERROR": "请输入一个有效的电子邮件"
},
"PASSWORD": {
@@ -11,14 +11,14 @@
"PLACEHOLDER": "密码"
},
"API": {
"SUCCESS_MESSAGE": "Login successful",
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again.",
"SUCCESS_MESSAGE": "登录成功",
"ERROR_MESSAGE": "无法连接Woot服务器请稍后再试",
"UNAUTH": "Username or password is incorrect. Please try again."
},
"OAUTH": {
"GOOGLE_LOGIN": "Login with Google",
"BUSINESS_ACCOUNTS_ONLY": "Please use your company email address to login",
"NO_ACCOUNT_FOUND": "We couldn't find an account for your email address."
"GOOGLE_LOGIN": "使用Google登录",
"BUSINESS_ACCOUNTS_ONLY": "请使用您的公司电子邮件地址登录",
"NO_ACCOUNT_FOUND": "我们找不到您的电子邮件地址的帐户。"
},
"FORGOT_PASSWORD": "忘记密码了?",
"CREATE_NEW_ACCOUNT": "创建新账户",

View File

@@ -124,6 +124,7 @@
},
"AGENT_REPORTS": {
"HEADER": "Agents Overview",
"DESCRIPTION": "Easily track agent performance with key metrics such as conversations, response times, resolution times, and resolved cases. Click an agents name to learn more.",
"LOADING_CHART": "正在载入图表数据...",
"NO_ENOUGH_DATA": "我们没有收到足够的数据点来生成报告,请稍后再试。",
"DOWNLOAD_AGENT_REPORTS": "下载客服报表",
@@ -258,6 +259,7 @@
},
"INBOX_REPORTS": {
"HEADER": "Inbox Overview",
"DESCRIPTION": "Quickly view your inbox performance with key metrics like conversations, response times, resolution times, and resolved cases—all in one place. Click an inbox name for more details.",
"LOADING_CHART": "正在载入图表数据...",
"NO_ENOUGH_DATA": "我们没有收到足够的数据点来生成报告,请稍后再试。",
"DOWNLOAD_INBOX_REPORTS": "Download inbox reports",
@@ -325,6 +327,7 @@
},
"TEAM_REPORTS": {
"HEADER": "Team Overview",
"DESCRIPTION": "Get a snapshot of your teams performance with essential metrics, including conversations, response times, resolution times, and resolved cases. Click a team name for more details.",
"LOADING_CHART": "正在载入图表数据...",
"NO_ENOUGH_DATA": "我们没有收到足够的数据点来生成报告,请稍后再试。",
"DOWNLOAD_TEAM_REPORTS": "Download team reports",
@@ -538,5 +541,15 @@
},
"VIEW_DETAILS": "View Details"
}
},
"SUMMARY_REPORTS": {
"INBOX": "收件箱",
"AGENT": "客服",
"TEAM": "Team",
"AVG_RESOLUTION_TIME": "Avg. Resolution Time",
"AVG_FIRST_RESPONSE_TIME": "Avg. First Response Time",
"AVG_REPLY_TIME": "Avg. Customer Waiting Time",
"RESOLUTION_COUNT": "已解决的数量",
"CONVERSATIONS": "No. of conversations"
}
}

View File

@@ -11,7 +11,10 @@
"CONVERSATIONS": "会话",
"MESSAGES": "消息"
},
"VIEW_MORE": "View more",
"LOAD_MORE": "Load more",
"SEARCHING_DATA": "搜索中",
"LOADING_DATA": "Loading",
"EMPTY_STATE": "No {item} found for query '{query}'",
"EMPTY_STATE_FULL": "No results found for query '{query}'",
"PLACEHOLDER_KEYBINDING": "/ to focus",
@@ -21,6 +24,7 @@
"READ_MORE": "Read more",
"WROTE": "wrote:",
"FROM": "发自",
"EMAIL": "email"
"EMAIL": "email",
"EMAIL_SUBJECT": "主题"
}
}

View File

@@ -194,7 +194,7 @@
"SIDEBAR_ITEMS": {
"CHANGE_AVAILABILITY_STATUS": "改變",
"CHANGE_ACCOUNTS": "Switch account",
"SWITCH_WORKSPACE": "Switch workspace",
"SWITCH_ACCOUNT": "Switch account",
"CONTACT_SUPPORT": "Contact support",
"SELECTOR_SUBTITLE": "从以下列表中选择一个账户",
"PROFILE_SETTINGS": "Profile settings",
@@ -263,6 +263,9 @@
"SETTINGS": "设置",
"CONTACTS": "联系人",
"CAPTAIN": "Captain",
"CAPTAIN_ASSISTANTS": "Assistants",
"CAPTAIN_DOCUMENTS": "Documents",
"CAPTAIN_RESPONSES": "FAQs",
"HOME": "首页",
"AGENTS": "客服代理们",
"AGENT_BOTS": "机器人",
@@ -324,15 +327,27 @@
},
"BILLING_SETTINGS": {
"TITLE": "计费方式",
"DESCRIPTION": "Manage your subscription here, upgrade your plan and get more for your team.",
"CURRENT_PLAN": {
"TITLE": "当前计划",
"PLAN_NOTE": "You are currently subscribed to the **{plan}** plan with **{quantity}** licenses"
"PLAN_NOTE": "You are currently subscribed to the **{plan}** plan with **{quantity}** licenses",
"SEAT_COUNT": "Number of seats",
"RENEWS_ON": "Renews on"
},
"VIEW_PRICING": "View Pricing",
"MANAGE_SUBSCRIPTION": {
"TITLE": "管理您的订阅",
"DESCRIPTION": "View your previous invoices, edit your billing details, or cancel your subscription.",
"BUTTON_TXT": "Go to the billing portal"
},
"CAPTAIN": {
"TITLE": "Captain",
"DESCRIPTION": "Manage usage and credits for Captain AI.",
"BUTTON_TXT": "Buy more credits",
"DOCUMENTS": "Documents",
"RESPONSES": "Responses",
"UPGRADE": "Captain is not available on the free plan, upgrade now to get access to assistants, copilot and more."
},
"CHAT_WITH_US": {
"TITLE": "Need help?",
"DESCRIPTION": "Do you face any issues in billing? We are here to help.",

View File

@@ -20,7 +20,7 @@
},
"EMAIL": {
"LABEL": "工作邮箱",
"PLACEHOLDER": "请输入您有效的电子邮件地址,例如 bruce{'@'}wayne{'.'}enterprises",
"PLACEHOLDER": "Enter your work email address. E.g., bruce{'@'}wayne{'.'}enterprises",
"ERROR": "请输入一个有效的电子邮件."
},
"PASSWORD": {

View File

@@ -2,11 +2,11 @@
"TEAMS_SETTINGS": {
"NEW_TEAM": "创建新团队",
"HEADER": "团队",
"LOADING": "Fetching teams",
"DESCRIPTION": "Teams allow you to organize agents into groups based on their responsibilities. An agent can belong to multiple teams. When working collaboratively, you can assign conversations to specific teams.",
"LEARN_MORE": "Learn more about teams",
"LOADING": "正在获取团队",
"DESCRIPTION": "团队允许您根据自己的责任将代理人分组。代理可以属于多个团队。 当协作时,您可以将对话分配给特定的团队。",
"LEARN_MORE": "了解更多关于团队的信息",
"LIST": {
"404": "There are no teams created on this account.",
"404": "此帐户尚未添加团队。",
"EDIT_TEAM": "编辑团队",
"NONE": "啥都没有"
},
@@ -20,23 +20,18 @@
"TITLE": "添加客服至您的团队 - {teamName}",
"DESC": "添加客服到您新创建的团队。这让您能够作为一个团队在对话中进行合作,在同一对话中获得新事件的通知。"
},
"WIZARD": [
{
"title": "创建",
"route": "settings_teams_new",
"body": "创建一个新的团队客服。"
},
{
"title": "添加客服代理",
"route": "settings_teams_add_agents",
"body": "添加客服至您的团队."
},
{
"title": "完成",
"route": "settings_teams_finish",
"body": "你已设定状态为离开"
}
]
"WIZARD_CREATE": {
"TITLE": "创建",
"BODY": "创建一个新的团队客服。"
},
"WIZARD_ADD_AGENTS": {
"TITLE": "添加客服代理",
"BODY": "添加客服至您的团队."
},
"WIZARD_FINISH": {
"TITLE": "完成",
"BODY": "你已设定状态为离开"
}
},
"EDIT_FLOW": {
"CREATE": {
@@ -47,31 +42,29 @@
"AGENTS": {
"BUTTON_TEXT": "团队中更新客服",
"TITLE": "添加客服至您的团队 - {teamName}",
"DESC": "Add Agents to your newly created team. All the added agents will be notified when a conversation is assigned to this team."
"DESC": "将代理添加到您新创建的团队。当对话被分配到此团队时,所有添加的代理都会收到通知。"
},
"WIZARD": [
{
"title": "团队详细信息",
"route": "settings_teams_edit",
"body": "更改名称、描述和其他详细信息。"
},
{
"title": "编辑客服",
"route": "settings_teams_edit_members",
"body": "在您的团队中编辑客服。"
},
{
"title": "完成",
"route": "settings_teams_edit_finish",
"body": "你已设定状态为离开"
}
]
"EDIT_WIZARD_DETAILS": {
"TITLE": "团队详细信息",
"ROUTE": "settings_teams_edit",
"BODY": "更改名称、描述和其他详细信息。"
},
"EDIT_WIZARD_AGENTS": {
"TITLE": "编辑客服",
"ROUTE": "settings_teams_edit_members",
"BODY": "在您的团队中编辑客服。"
},
"EDIT_WIZARD_FINISH": {
"TITLE": "完成",
"ROUTE": "团队设置修改成功",
"BODY": "你已设定状态为离开"
}
},
"TEAM_FORM": {
"ERROR_MESSAGE": "无法保存团队详细信息,请重试。"
},
"AGENTS": {
"AGENT": "AGENT",
"AGENT": "代理",
"EMAIL": "电子邮件",
"BUTTON_TEXT": "添加客服代理",
"ADD_AGENTS": "正在向收件箱添加客服...",

View File

@@ -22,4 +22,4 @@
"FORM_ERROR_MESSAGE": "Please fill all variables before sending"
}
}
}
}