chore: Update translations (#9946)

This commit is contained in:
Chatwoot Bot
2024-08-16 14:06:32 +05:30
committed by GitHub
parent f38101527f
commit bb78639696
903 changed files with 4461 additions and 1860 deletions

View File

@@ -18,6 +18,7 @@
"AND": "和",
"OR": "或"
},
"INPUT_PLACEHOLDER": "Enter value",
"OPERATOR_LABELS": {
"equal_to": "等于",
"not_equal_to": "不等于",

View File

@@ -3,7 +3,8 @@
"HEADER": "客服",
"HEADER_BTN_TXT": "添加客服",
"LOADING": "正在获取客服列表",
"SIDEBAR_TXT": "<p><b>客服</b></p> <p> 客服 <b></b> 是您的客户支持团队成员。 </p><p>客服将能够查看和回复您用户的消息。 列表显示当前帐户中的所有客服代理人。 </p><p> 点击 <b>添加客服</b> 添加新客服。 您添加的客服将收到一封含有确认链接的电子邮件来激活他们的帐户,然后他们可以访问并回复消息。 </p><p> 聊天窗口的功能基于以下角色。 </p><p> <b>客服</b> - 此角色的代理只能访问收件箱、报告和会话。 他们可以将对话分配给其他客服或自己,并解决会话。</p><p> <b>管理员</b> - 管理员将可以访问您账户中所有已启用的聊天功能。 包括设置,以及所有客服的权限。</p>",
"DESCRIPTION": "An agent is a member of your customer support team who can view and respond to user messages. The list below shows all the agents in your account.",
"LEARN_MORE": "Learn about user roles",
"AGENT_TYPES": {
"ADMINISTRATOR": "管理员",
"AGENT": "客服"

View File

@@ -3,6 +3,8 @@
"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",
"SEARCH_404": "没有任何项目符合此查询",
"SIDEBAR_TXT": "<p><b>审计日志</b></p><p>审计日志是 Chatwoot 系统中事件和操作的痕迹。</p>",
"LIST": {
@@ -29,7 +31,8 @@
"ADD": "%{agentName} 邀请了 %{invitee} 加入账户作为 %{role}",
"EDIT": {
"SELF": "%{agentName} 将其 %{attributes} 更改为 %{values}",
"OTHER": "%{agentName} 将 %{user} 的 %{attributes} 更改为 %{values}"
"OTHER": "%{agentName} 将 %{user} 的 %{attributes} 更改为 %{values}",
"DELETED": "%{agentName} changed %{attributes} of a deleted user to %{values}"
}
},
"INBOX": {

View File

@@ -93,7 +93,9 @@
"ACTION": {
"DELETE_MESSAGE": "保存时至少需要一个操作",
"TEAM_MESSAGE_INPUT_PLACEHOLDER": "在这里输入您的消息",
"TEAM_DROPDOWN_PLACEHOLDER": "选择团队"
"TEAM_DROPDOWN_PLACEHOLDER": "选择团队",
"EMAIL_INPUT_PLACEHOLDER": "Enter email",
"URL_INPUT_PLACEHOLDER": "Enter URL"
},
"TOGGLE": {
"ACTIVATION_TITLE": "激活自动化规则",
@@ -113,6 +115,15 @@
"LABEL_UPLOADING": "上传中...",
"LABEL_UPLOADED": "上传成功",
"LABEL_UPLOAD_FAILED": "上传失败"
},
"ERRORS": {
"ATTRIBUTE_KEY_REQUIRED": "Attribute key is required",
"FILTER_OPERATOR_REQUIRED": "Filter operator is required",
"VALUE_REQUIRED": "必须填写值",
"VALUE_MUST_BE_BETWEEN_1_AND_998": "Value must be between 1 and 998",
"ACTION_PARAMETERS_REQUIRED": "Action parameters are required",
"ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required",
"ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required"
}
}
}

View File

@@ -7,6 +7,7 @@
"GO_BACK_LABEL": "返回",
"ASSIGN_LABEL": "分配",
"YES": "是",
"SEARCH_INPUT_PLACEHOLDER": "搜索",
"ASSIGN_AGENT_TOOLTIP": "分配客服代表",
"ASSIGN_TEAM_TOOLTIP": "分配一个团队",
"ASSIGN_SUCCESFUL": "对话分配成功.",

View File

@@ -1,10 +1,11 @@
{
"CANNED_MGMT": {
"HEADER": "预设回复",
"LEARN_MORE": "Learn more about canned responses",
"DESCRIPTION": "Canned Responses are pre-written reply templates that help you quickly respond to a conversation. Agents can type the '/' character followed by the shortcode to insert a canned response during a conversation. ",
"HEADER_BTN_TXT": "新增预定义回复",
"LOADING": "正在检索预定义回复...",
"SEARCH_404": "没有任何项目符合此查询.",
"SIDEBAR_TXT": "<p><b>预定义回复</b></p>\n<p>预定义回复是预先编写的回复模板,帮助您快速回应对话。在聊天过程中插入预定义回复,代理可以输入一个以 '/' 字符开头的短代码。</p>\n<p>您可以从此页面管理预定义回复,或使用\"添加预定义回复\"按钮创建新的回复。</p>\n<p>在<a target=\"_blank\" href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677501325-how-to-create-saved-reply-templates-with-canned-responses\">预定义回复手册</a>中查看详细说明。</p>\n<p>此外,请查看全新的<a href=\"https://www.chatwoot.com/tools/canned-responses-library\" target=\"_blank\">预定义回复库</a>。</p>\n",
"LIST": {
"404": "此帐户中没有预设的回复。",
"TITLE": "管理预设回复",

View File

@@ -381,6 +381,9 @@
},
"SUCCESS_MESSAGE": "已成功合并联系人",
"ERROR_MESSAGE": "无法合并联系人,请重试!"
},
"DROPDOWN_ITEM": {
"ID": "(ID: {identifier})"
}
}
}

View File

@@ -142,7 +142,8 @@
"MSG_INPUT": "输入“/”开始选择快捷回复",
"PRIVATE_MSG_INPUT": "Shift + 输入新行。这只对客服可见",
"MESSAGE_SIGNATURE_NOT_CONFIGURED": "未设置消息签名,请在个人资料中进行设置。",
"CLICK_HERE": "点击此处更新"
"CLICK_HERE": "点击此处更新",
"WHATSAPP_TEMPLATES": "Whatsapp Templates"
},
"REPLYBOX": {
"REPLY": "回复",

View File

@@ -1,5 +1,9 @@
{
"GENERAL": {
"SHOWING_RESULTS": "Showing {firstIndex}-{lastIndex} of {totalCount} items"
"SHOWING_RESULTS": "Showing {firstIndex}-{lastIndex} of {totalCount} items",
"PHONE_INPUT": {
"PLACEHOLDER": "搜索",
"EMPTY_STATE": "没有检索到相关信息"
}
}
}

View File

@@ -481,6 +481,7 @@
"DESCRIPTION": "Use the portal as a headless CMS with third party front-end frameworks using our APIs."
}
}
}
},
"LOADING": "Loading..."
}
}

View File

@@ -4,6 +4,12 @@
"DESCRIPTION": "Chatwoot integrates with multiple tools and services to improve your team's efficiency. Explore the list below to configure your favorite apps.",
"LEARN_MORE": "Learn more about integrations",
"LOADING": "Fetching integrations",
"CAPTAIN": {
"DISABLED": "Captain is not enabled on your account.",
"CLICK_HERE_TO_CONFIGURE": "Click here to configure",
"LOADING_CONSOLE": "Loading Captain Console...",
"FAILED_TO_LOAD_CONSOLE": "Failed to load Captain Console. Please refresh and try again."
},
"WEBHOOK": {
"SUBSCRIBED_EVENTS": "订阅事件",
"FORM": {

View File

@@ -3,8 +3,9 @@
"HEADER": "标签",
"HEADER_BTN_TXT": "添加标签",
"LOADING": "正在获取标签",
"DESCRIPTION": "Labels help you categorize and prioritize conversations and leads. You can assign a label to a conversation or contact using the side panel.",
"LEARN_MORE": "Learn more about labels",
"SEARCH_404": "没有任何项目符合此查询",
"SIDEBAR_TXT": "<p><b>标签</b> <p>可以帮助您对对话进行分类和排序。 您可以从侧面板给对话指定标签。 <br /><br />标签被绑定到帐户,可以用于创建您组织中的自定义工作流。 您可以将自定义颜色分配给标签,使它更容易识别标签。 您将能够在侧边栏上显示标签,方便地过滤对话。</p>",
"LIST": {
"404": "此帐户中没有可用的标签。",
"TITLE": "管理标签",
@@ -49,7 +50,8 @@
"DISMISS": "取消",
"ADD_SELECTED_LABELS": "Add selected labels",
"ADD_SELECTED_LABEL": "Add selected label",
"ADD_ALL_LABELS": "Add all labels"
"ADD_ALL_LABELS": "Add all labels",
"SUGGESTED_LABELS": "Suggested labels"
},
"ADD": {
"TITLE": "添加标签",

View File

@@ -73,6 +73,15 @@
"BUTTON_TOOLTIP": "执行",
"PREVIEW": "预览宏...",
"EXECUTED_SUCCESSFULLY": "宏成功执行"
},
"ERRORS": {
"ATTRIBUTE_KEY_REQUIRED": "Attribute key is required",
"FILTER_OPERATOR_REQUIRED": "Filter operator is required",
"VALUE_REQUIRED": "必须填写值",
"VALUE_MUST_BE_BETWEEN_1_AND_998": "Value must be between 1 and 998",
"ACTION_PARAMETERS_REQUIRED": "Action parameters are required",
"ATLEAST_ONE_CONDITION_REQUIRED": "At least one condition is required",
"ATLEAST_ONE_ACTION_REQUIRED": "At least one action is required"
}
}
}

View File

@@ -481,7 +481,8 @@
"HEADER": "Conversation Traffic",
"NO_CONVERSATIONS": "No conversations",
"CONVERSATION": "%{count} conversation",
"CONVERSATIONS": "%{count} conversations"
"CONVERSATIONS": "%{count} conversations",
"DOWNLOAD_REPORT": "Download report"
},
"AGENT_CONVERSATIONS": {
"HEADER": "Conversations by agents",
@@ -536,6 +537,7 @@
"LABELS": "标签",
"TEAMS": "Team"
},
"WITH": "with",
"METRICS": {
"HIT_RATE": {
"LABEL": "Hit Rate",

View File

@@ -11,6 +11,7 @@
"CONVERSATIONS": "会话",
"MESSAGES": "消息"
},
"SEARCHING_DATA": "搜索中",
"EMPTY_STATE": "No %{item} found for query '%{query}'",
"EMPTY_STATE_FULL": "No results found for query '%{query}'",
"PLACEHOLDER_KEYBINDING": "/ to focus",

View File

@@ -239,6 +239,7 @@
"REPORTS": "报告",
"SETTINGS": "设置",
"CONTACTS": "联系人",
"CAPTAIN": "Captain",
"HOME": "首页",
"AGENTS": "客服代理们",
"AGENT_BOTS": "机器人",

View File

@@ -2,10 +2,13 @@
"TEAMS_SETTINGS": {
"NEW_TEAM": "创建新团队",
"HEADER": "团队",
"SIDEBAR_TXT": "<p><b>Teams</b></p> <p>Teams let you organize your agents into groups based on their responsibilities. <br /> An agent can be part of multiple teams. You can assign conversations to a team when you are working collaboratively. </p>",
"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",
"LIST": {
"404": "There are no teams created on this account.",
"EDIT_TEAM": "编辑团队"
"EDIT_TEAM": "编辑团队",
"NONE": "啥都没有"
},
"CREATE_FLOW": {
"CREATE": {
@@ -97,7 +100,7 @@
"ERROR_MESSAGE": "无法删除团队,请重试!"
},
"CONFIRM": {
"TITLE": "您确定要删除 - %{teamName}",
"TITLE": "Are you sure you want to delete the team?",
"PLACE_HOLDER": "请输入 {teamName} 以确认",
"MESSAGE": "Deleting the team will remove the team assignment from the conversations assigned to this team.",
"YES": "删除 ",