chore: Update translations (#10549)

Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
Chatwoot Bot
2025-01-14 08:30:56 -08:00
committed by GitHub
parent 91dd92e318
commit 0c01303db0
1111 changed files with 59718 additions and 21681 deletions

View File

@@ -18,18 +18,27 @@
"AND": "和",
"OR": "或"
},
"INPUT_PLACEHOLDER": "Enter value",
"INPUT_PLACEHOLDER": "填写内容",
"OPERATOR_LABELS": {
"equal_to": "等于",
"not_equal_to": "不等于",
"contains": "包含",
"does_not_contain": "不包含",
"is_present": "存在",
"is_not_present": "不存在",
"is_greater_than": "大于",
"is_less_than": "小于:",
"days_before": "是 x 天前",
"starts_with": "起始于..."
"starts_with": "起始于...",
"equalTo": "等于",
"notEqualTo": "不等于",
"contains": "包含",
"doesNotContain": "不包含",
"isPresent": "存在",
"isNotPresent": "不存在",
"isGreaterThan": "大于",
"isLessThan": "小于:",
"daysBefore": "是 x 天前",
"startsWith": "起始于..."
},
"ATTRIBUTE_LABELS": {
"TRUE": "真的",
@@ -56,7 +65,10 @@
"LAST_ACTIVITY": "上次操作"
},
"ERRORS": {
"VALUE_REQUIRED": "必须填写值"
"VALUE_REQUIRED": "必须填写值",
"ATTRIBUTE_KEY_REQUIRED": "Attribute key is required",
"FILTER_OPERATOR_REQUIRED": "Filter operator is required",
"VALUE_MUST_BE_BETWEEN_1_AND_998": "值必须介于 1 到 998 之间。"
},
"GROUPS": {
"STANDARD_FILTERS": "常规筛选器",

View File

@@ -3,7 +3,7 @@
"HEADER": "机器人",
"LOADING_EDITOR": "正在加载编辑器...",
"HEADER_BTN_TXT": "添加机器人配置",
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>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.</p> <p> You can manage your bots from this page or create new ones using the 'Add bot configuraton' button.</p> <p> Open the <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Agent bots handbook</a> in another tab for a helping hand.</p>",
"SIDEBAR_TXT": "<p><b>客服机器人</b> <p>客服机器人就像您团队中最出色的成员。他们可以处理琐事,因此您可以专注于重要的事情。您值得一试。</p> <p> 您可以从此页面管理您的机器人,也可以使用“添加机器人配置”按钮创建新的机器人。</p> <p> 在新的标签页中打开 <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">客服机器人手册</a> 已获得更多帮助。</p>",
"CSML_BOT_EDITOR": {
"NAME": {
"LABEL": "机器人名称",

View File

@@ -3,8 +3,8 @@
"HEADER": "客服",
"HEADER_BTN_TXT": "添加客服",
"LOADING": "正在获取客服列表",
"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",
"DESCRIPTION": "客服代表是您的客户支持团队的成员,他们可以查看和回复用户信息。 下面的列表显示您帐户中的所有客服代表。",
"LEARN_MORE": "角色说明",
"AGENT_TYPES": {
"ADMINISTRATOR": "管理员",
"AGENT": "客服"
@@ -19,7 +19,7 @@
"ACTIONS": "操作",
"VERIFIED": "已认证",
"VERIFICATION_PENDING": "待验证",
"AVAILABLE_CUSTOM_ROLE": "Available custom role permissions"
"AVAILABLE_CUSTOM_ROLE": "可自定义角色权限"
},
"ADD": {
"TITLE": "添加客服至您的团队",

View File

@@ -1,8 +1,8 @@
{
"AUTOMATION": {
"HEADER": "Automation",
"DESCRIPTION": "Automation can replace and streamline existing processes that require manual effort, such as adding labels and assigning conversations to the most suitable agent. This allows the team to focus on their strengths while reducing time spent on routine tasks.",
"LEARN_MORE": "Learn more about automation",
"HEADER": "自动化",
"DESCRIPTION": "自动化可以取代和简化人工的现有程序,例如添加标签和将对话分配给最合适的代理人。 这使小组能够集中精力完成其实力,同时减少用于日常任务的时间。",
"LEARN_MORE": "了解更多关于审计日志的信息",
"HEADER_BTN_TXT": "添加自动化规则",
"LOADING": "正在获取自动化规则",
"ADD": {
@@ -40,12 +40,12 @@
}
},
"LIST": {
"TABLE_HEADER": [
"姓名:",
"描述信息",
"状态",
"创建时间"
],
"TABLE_HEADER": {
"NAME": "姓名:",
"DESCRIPTION": "描述信息",
"ACTIVE": "状态",
"CREATED_ON": "创建时间"
},
"404": "未找到自动化规则"
},
"DELETE": {
@@ -95,8 +95,8 @@
"DELETE_MESSAGE": "保存时至少需要一个操作",
"TEAM_MESSAGE_INPUT_PLACEHOLDER": "在这里输入您的消息",
"TEAM_DROPDOWN_PLACEHOLDER": "选择团队",
"EMAIL_INPUT_PLACEHOLDER": "Enter email",
"URL_INPUT_PLACEHOLDER": "Enter URL"
"EMAIL_INPUT_PLACEHOLDER": "请输入电子邮件",
"URL_INPUT_PLACEHOLDER": "请输入网址"
},
"TOGGLE": {
"ACTIVATION_TITLE": "激活自动化规则",
@@ -121,10 +121,10 @@
"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"
"VALUE_MUST_BE_BETWEEN_1_AND_998": "值必须介于 1 到 998 之间。",
"ACTION_PARAMETERS_REQUIRED": "需要操作参数",
"ATLEAST_ONE_CONDITION_REQUIRED": "至少需要一个条件",
"ATLEAST_ONE_ACTION_REQUIRED": "至少需要一个动作"
}
}
}

View File

@@ -1,126 +1,150 @@
{
"CAMPAIGN": {
"HEADER": "Campaigns",
"SIDEBAR_TXT": "Proactive messages allow the customer to send outbound messages to their contacts which would trigger more conversations. Click on <b>Add Campaign</b> to create a new campaign. You can also edit or delete an existing campaign by clicking on the Edit or Delete button.",
"HEADER_BTN_TXT": {
"ONE_OFF": "创建一个一次性营销活动",
"ONGOING": "正在进行的营销活动"
},
"ADD": {
"TITLE": "创建一个营销活动",
"DESC": "Proactive messages allow the customer to send outbound messages to their contacts which would trigger more conversations.",
"CANCEL_BUTTON_TEXT": "取消",
"CREATE_BUTTON_TEXT": "创建",
"FORM": {
"TITLE": {
"LABEL": "Title",
"PLACEHOLDER": "Please enter the title of campaign",
"ERROR": "Title is required"
"LIVE_CHAT": {
"HEADER_TITLE": "Live chat campaigns",
"NEW_CAMPAIGN": "Create campaign",
"CARD": {
"STATUS": {
"ENABLED": "已启用",
"DISABLED": "已禁用"
},
"SCHEDULED_AT": {
"LABEL": "Scheduled time",
"PLACEHOLDER": "Please select the time",
"CONFIRM": "Confirm",
"ERROR": "Scheduled time is required"
},
"AUDIENCE": {
"LABEL": "Audience",
"PLACEHOLDER": "Select the customer labels",
"ERROR": "Audience is required"
},
"INBOX": {
"LABEL": "Select Inbox",
"PLACEHOLDER": "Select Inbox",
"ERROR": "Inbox is required"
},
"MESSAGE": {
"LABEL": "消息",
"PLACEHOLDER": "Please enter the message of campaign",
"ERROR": "Message is required"
},
"SENT_BY": {
"LABEL": "Sent by",
"PLACEHOLDER": "Please select the the content of campaign",
"ERROR": "Sender is required"
},
"END_POINT": {
"LABEL": "URL",
"PLACEHOLDER": "Please enter the URL",
"ERROR": "请输入一个有效的 URL"
},
"TIME_ON_PAGE": {
"LABEL": "Time on page(Seconds)",
"PLACEHOLDER": "Please enter the time",
"ERROR": "Time on page is required"
},
"ENABLED": "Enable campaign",
"TRIGGER_ONLY_BUSINESS_HOURS": "Trigger only during business hours",
"SUBMIT": "Add Campaign"
"CAMPAIGN_DETAILS": {
"SENT_BY": "Sent by",
"BOT": "机器人",
"FROM": "发自",
"URL": "URL:"
}
},
"API": {
"SUCCESS_MESSAGE": "Campaign created successfully",
"ERROR_MESSAGE": "There was an error. Please try again."
"EMPTY_STATE": {
"TITLE": "No live chat campaigns are available",
"SUBTITLE": "Connect with your customers using proactive messages. Click 'Create campaign' to get started."
},
"CREATE": {
"TITLE": "Create a live chat campaign",
"CANCEL_BUTTON_TEXT": "取消",
"CREATE_BUTTON_TEXT": "创建",
"FORM": {
"TITLE": {
"LABEL": "标题",
"PLACEHOLDER": "Please enter the title of campaign",
"ERROR": "Title is required"
},
"MESSAGE": {
"LABEL": "消息",
"PLACEHOLDER": "Please enter the message of campaign",
"ERROR": "Message is required"
},
"INBOX": {
"LABEL": "Select Inbox",
"PLACEHOLDER": "Select Inbox",
"ERROR": "Inbox is required"
},
"SENT_BY": {
"LABEL": "Sent by",
"PLACEHOLDER": "Please select sender",
"ERROR": "Sender is required"
},
"END_POINT": {
"LABEL": "URL",
"PLACEHOLDER": "Please enter the URL",
"ERROR": "请输入一个有效的 URL"
},
"TIME_ON_PAGE": {
"LABEL": "Time on page(Seconds)",
"PLACEHOLDER": "Please enter the time",
"ERROR": "Time on page is required"
},
"OTHER_PREFERENCES": {
"TITLE": "Other preferences",
"ENABLED": "Enable campaign",
"TRIGGER_ONLY_BUSINESS_HOURS": "Trigger only during business hours"
},
"BUTTONS": {
"CREATE": "创建",
"CANCEL": "取消"
},
"API": {
"SUCCESS_MESSAGE": "Live chat campaign created successfully",
"ERROR_MESSAGE": "There was an error. Please try again."
}
}
},
"EDIT": {
"TITLE": "Edit live chat campaign",
"FORM": {
"API": {
"SUCCESS_MESSAGE": "Live chat campaign updated successfully",
"ERROR_MESSAGE": "There was an error. Please try again."
}
}
}
},
"DELETE": {
"BUTTON_TEXT": "删除",
"CONFIRM": {
"TITLE": "确认删除",
"MESSAGE": "Are you sure to delete?",
"YES": "是的,删除 ",
"NO": "不,保留 "
"SMS": {
"HEADER_TITLE": "SMS campaigns",
"NEW_CAMPAIGN": "Create campaign",
"EMPTY_STATE": {
"TITLE": "No SMS campaigns are available",
"SUBTITLE": "Launch an SMS campaign to reach your customers directly. Send offers or make announcements with ease. Click 'Create campaign' to get started."
},
"CARD": {
"STATUS": {
"COMPLETED": "Completed",
"SCHEDULED": "Scheduled"
},
"CAMPAIGN_DETAILS": {
"SENT_FROM": "Sent from",
"ON": "on"
}
},
"CREATE": {
"TITLE": "Create SMS campaign",
"CANCEL_BUTTON_TEXT": "取消",
"CREATE_BUTTON_TEXT": "创建",
"FORM": {
"TITLE": {
"LABEL": "标题",
"PLACEHOLDER": "Please enter the title of campaign",
"ERROR": "Title is required"
},
"MESSAGE": {
"LABEL": "消息",
"PLACEHOLDER": "Please enter the message of campaign",
"ERROR": "Message is required"
},
"INBOX": {
"LABEL": "Select Inbox",
"PLACEHOLDER": "Select Inbox",
"ERROR": "Inbox is required"
},
"AUDIENCE": {
"LABEL": "Audience",
"PLACEHOLDER": "Select the customer labels",
"ERROR": "Audience is required"
},
"SCHEDULED_AT": {
"LABEL": "Scheduled time",
"PLACEHOLDER": "Please select the time",
"ERROR": "Scheduled time is required"
},
"BUTTONS": {
"CREATE": "创建",
"CANCEL": "取消"
},
"API": {
"SUCCESS_MESSAGE": "SMS campaign created successfully",
"ERROR_MESSAGE": "There was an error. Please try again."
}
}
}
},
"CONFIRM_DELETE": {
"TITLE": "Are you sure to delete?",
"DESCRIPTION": "The delete action is permanent and cannot be reversed.",
"CONFIRM": "删除",
"API": {
"SUCCESS_MESSAGE": "Campaign deleted successfully",
"ERROR_MESSAGE": "Could not delete the campaign. Please try again later."
"ERROR_MESSAGE": "There was an error. Please try again."
}
},
"EDIT": {
"TITLE": "Edit campaign",
"UPDATE_BUTTON_TEXT": "更新",
"API": {
"SUCCESS_MESSAGE": "Campaign updated successfully",
"ERROR_MESSAGE": "出现错误,请重试"
}
},
"LIST": {
"LOADING_MESSAGE": "Loading campaigns...",
"404": "There are no campaigns created for this inbox.",
"TABLE_HEADER": {
"TITLE": "Title",
"MESSAGE": "消息",
"INBOX": "收件箱",
"STATUS": "状态",
"SENDER": "Sender",
"URL": "URL",
"SCHEDULED_AT": "Scheduled time",
"TIME_ON_PAGE": "Time(Seconds)",
"CREATED_AT": "Created at"
},
"BUTTONS": {
"ADD": "添加",
"EDIT": "编辑",
"DELETE": "删除"
},
"STATUS": {
"ENABLED": "已启用",
"DISABLED": "已禁用",
"COMPLETED": "Completed",
"ACTIVE": "Active"
},
"SENDER": {
"BOT": "机器人"
}
},
"ONE_OFF": {
"HEADER": "One off campaigns",
"404": "There are no one off campaigns created",
"INBOXES_NOT_FOUND": "Please create an sms inbox and start adding campaigns"
},
"ONGOING": {
"HEADER": "Ongoing campaigns",
"404": "There are no ongoing campaigns created",
"INBOXES_NOT_FOUND": "Please create an website inbox and start adding campaigns"
}
}
}

View File

@@ -10,11 +10,11 @@
"404": "此帐户中没有预设的回复。",
"TITLE": "管理预设回复",
"DESC": "预定义回复是预先定义的回复模板,可用于快速回复对话。",
"TABLE_HEADER": [
"短代码",
"内容",
"操作"
]
"TABLE_HEADER": {
"SHORT_CODE": "短代码",
"CONTENT": "内容",
"ACTIONS": "操作"
}
},
"ADD": {
"TITLE": "新增预定义回复",

View File

@@ -6,6 +6,7 @@
"LIST": {
"404": "没有有效的对话在这个群组里面"
},
"FAILED_TO_SEND": "Failed to send",
"TAB_HEADING": "会话",
"MENTION_HEADING": "提及",
"UNATTENDED_HEADING": "未处理",
@@ -93,6 +94,9 @@
"location": {
"CONTENT": "位置"
},
"ig_reel": {
"CONTENT": "Instagram Reel"
},
"fallback": {
"CONTENT": "分享了一个网址"
}
@@ -126,6 +130,7 @@
"NO_CONTENT": "没有可用的内容",
"HIDE_QUOTED_TEXT": "隐藏引用文字",
"SHOW_QUOTED_TEXT": "显示引用文字",
"MESSAGE_READ": "已读"
"MESSAGE_READ": "已读",
"SENDING": "Sending"
}
}

View File

@@ -0,0 +1,43 @@
{
"PAGINATION_FOOTER": {
"SHOWING": "Showing {startItem} - {endItem} of {totalItems} items",
"CURRENT_PAGE_INFO": "{currentPage} of {totalPages} pages"
},
"COMBOBOX": {
"PLACEHOLDER": "Select an option...",
"EMPTY_SEARCH_RESULTS": "No items found for the search term `{searchTerm}`",
"EMPTY_STATE": "未找到结果。",
"SEARCH_PLACEHOLDER": "Search...",
"MORE": "+{count} more"
},
"DROPDOWN_MENU": {
"SEARCH_PLACEHOLDER": "Search...",
"EMPTY_STATE": "未找到结果。",
"SEARCHING": "搜索中..."
},
"DIALOG": {
"BUTTONS": {
"CANCEL": "取消",
"CONFIRM": "Confirm"
}
},
"PHONE_INPUT": {
"SEARCH_PLACEHOLDER": "搜索国家/地区",
"ERROR": "Phone number should be empty or in E.164 format",
"DIAL_CODE_ERROR": "请从列表中选择拨号代码"
},
"THUMBNAIL": {
"AUTHOR": {
"NOT_AVAILABLE": "Author is not available"
}
},
"BREADCRUMB": {
"ARIA_LABEL": "Breadcrumb"
},
"SWITCH": {
"TOGGLE": "Toggle switch"
},
"LABEL": {
"TAG_BUTTON": "tag"
}
}

View File

@@ -57,46 +57,6 @@
"TITLE": "编辑联系人",
"DESC": "编辑联系人详情"
},
"CREATE_CONTACT": {
"BUTTON_LABEL": "新建联系人",
"TITLE": "创建新联系人",
"DESC": "添加联系人的基本信息。"
},
"IMPORT_CONTACTS": {
"BUTTON_LABEL": "导入",
"TITLE": "导入联系人",
"DESC": "通过 CSV 文件导入联系人",
"DOWNLOAD_LABEL": "下载示例 CSV.",
"FORM": {
"LABEL": "CSV 文件",
"SUBMIT": "导入",
"CANCEL": "取消"
},
"SUCCESS_MESSAGE": "导入完成时将通过电子邮件通知您。",
"ERROR_MESSAGE": "出现错误,请重试"
},
"EXPORT_CONTACTS": {
"BUTTON_LABEL": "导出",
"TITLE": "导出联系人",
"DESC": "导出联系人到 CSV 文件。",
"SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.",
"ERROR_MESSAGE": "出现错误,请重试",
"CONFIRM": {
"TITLE": "导出联系人",
"MESSAGE": "您确定要导出所有联系人吗?",
"FILTERED_MESSAGE": "您确定要导出所有指定的联系人吗?",
"YES": "是的,导出",
"NO": "否,取消"
}
},
"DELETE_NOTE": {
"CONFIRM": {
"TITLE": "确认删除",
"MESSAGE": "您确定要删除此备注吗?",
"YES": "是的,删除",
"NO": "否,保留它"
}
},
"DELETE_CONTACT": {
"BUTTON_LABEL": "删除联系人",
"TITLE": "删除联系人",
@@ -224,79 +184,14 @@
}
},
"CONTACTS_PAGE": {
"HEADER": "联系人",
"FIELDS": "联系人字段",
"SEARCH_BUTTON": "搜索",
"SEARCH_INPUT_PLACEHOLDER": "搜索联系人",
"FILTER_CONTACTS": "过滤器",
"FILTER_CONTACTS_SAVE": "保存过滤器",
"FILTER_CONTACTS_DELETE": "删除过滤器",
"FILTER_CONTACTS_EDIT": "编辑分段",
"LIST": {
"LOADING_MESSAGE": "正在加载联系人列表...",
"404": "没有搜索到联系人🔍",
"NO_CONTACTS": "没有可用的联系人",
"TABLE_HEADER": {
"NAME": "姓名:",
"PHONE_NUMBER": "电话号码",
"CONVERSATIONS": "会话",
"LAST_ACTIVITY": "最后一次活动",
"CREATED_AT": "创建于",
"COUNTRY": "国家",
"CITY": "城市",
"SOCIAL_PROFILES": "社交资料",
"COMPANY": "公司",
"EMAIL_ADDRESS": "电子邮件地址"
},
"VIEW_DETAILS": "查看详细信息"
}
},
"CONTACT_PROFILE": {
"BACK_BUTTON": "联系人",
"LOADING": "正在加载联系人资料..."
},
"REMINDER": {
"ADD_BUTTON": {
"BUTTON": "添加",
"TITLE": "Shift + Enter 创建任务"
},
"FOOTER": {
"DUE_DATE": "截止日期",
"LABEL_TITLE": "设置类型"
}
},
"NOTES": {
"FETCHING_NOTES": "正在获取备注...",
"NOT_AVAILABLE": "没有为此联系人创建备注",
"HEADER": {
"TITLE": "备注"
},
"LIST": {
"LABEL": "添加备注"
},
"ADD": {
"BUTTON": "添加",
"PLACEHOLDER": "添加备注",
"TITLE": "Shift + Enter 创建备注"
},
"CONTENT_HEADER": {
"DELETE": "删除备注"
}
},
"EVENTS": {
"HEADER": {
"TITLE": "活动"
},
"BUTTON": {
"PILL_BUTTON_NOTES": "备注",
"PILL_BUTTON_EVENTS": "事件",
"PILL_BUTTON_CONVO": "会话"
"SOCIAL_PROFILES": "社交资料"
}
}
},
"CUSTOM_ATTRIBUTES": {
"ADD_BUTTON_TEXT": "添加属性",
"BUTTON": "添加自定义属性",
"NOT_AVAILABLE": "此联系人没有可用的自定义属性。",
"COPY_SUCCESSFUL": "已成功复制到剪贴板",
"SHOW_MORE": "显示全部属性",
"SHOW_LESS": "显示较少属性",
@@ -371,7 +266,7 @@
"ATTRIBUTE_WARNING": "<strong>{primaryContactName}</strong> 的联系信息将拷贝到 <strong>{parentContactName}</strong>。"
},
"SEARCH": {
"ERROR": "ERROR_MESSAGE"
"ERROR": "错误消息"
},
"FORM": {
"SUBMIT": " 合并联系人",
@@ -385,5 +280,320 @@
"DROPDOWN_ITEM": {
"ID": "(ID: {identifier})"
}
},
"CONTACTS_LAYOUT": {
"HEADER": {
"TITLE": "联系人",
"SEARCH_TITLE": "Search contacts",
"SEARCH_PLACEHOLDER": "Search...",
"MESSAGE_BUTTON": "消息",
"SEND_MESSAGE": "发送消息",
"BREADCRUMB": {
"CONTACTS": "联系人"
},
"ACTIONS": {
"CONTACT_CREATION": {
"ADD_CONTACT": "Add contact",
"EXPORT_CONTACT": "Export contacts",
"IMPORT_CONTACT": "Import contacts",
"SAVE_CONTACT": "Save contact",
"EMAIL_ADDRESS_DUPLICATE": "此电子邮件地址正在用于另一个联系人。",
"PHONE_NUMBER_DUPLICATE": "此电话号码正在用于另一个联系人。",
"SUCCESS_MESSAGE": "联系人保存成功",
"ERROR_MESSAGE": "Unable to save contact. Please try again later."
},
"IMPORT_CONTACT": {
"TITLE": "Import contacts",
"DESCRIPTION": "通过 CSV 文件导入联系人",
"DOWNLOAD_LABEL": "下载示例 CSV.",
"LABEL": "CSV 文件:",
"CHOOSE_FILE": "Choose file",
"CHANGE": "改變",
"CANCEL": "取消",
"IMPORT": "导入",
"SUCCESS_MESSAGE": "导入完成时将通过电子邮件通知您。",
"ERROR_MESSAGE": "出现错误,请重试"
},
"EXPORT_CONTACT": {
"TITLE": "Export contacts",
"DESCRIPTION": "Quickly export a csv file with comprehensive details of your contacts",
"CONFIRM": "导出",
"SUCCESS_MESSAGE": "导出正在进行。当导出文件准备好下载时,您将收到电子邮件通知。",
"ERROR_MESSAGE": "出现错误,请重试"
},
"SORT_BY": {
"LABEL": "排序方式",
"OPTIONS": {
"NAME": "姓名:",
"EMAIL": "Email",
"PHONE_NUMBER": "电话号码",
"COMPANY": "公司",
"COUNTRY": "国家",
"CITY": "城市",
"LAST_ACTIVITY": "上次操作",
"CREATED_AT": "创建于"
}
},
"ORDER": {
"LABEL": "Ordering",
"OPTIONS": {
"ASCENDING": "Ascending",
"DESCENDING": "Descending"
}
},
"FILTERS": {
"CREATE_SEGMENT": {
"TITLE": "您想要保存此过滤器吗?",
"CONFIRM": "保存过滤器",
"LABEL": "姓名:",
"PLACEHOLDER": "Enter the name of the filter",
"ERROR": "Enter a valid name",
"SUCCESS_MESSAGE": "Filter saved successfully",
"ERROR_MESSAGE": "Unable to save filter. Please try again later."
},
"DELETE_SEGMENT": {
"TITLE": "确认删除",
"DESCRIPTION": "Are you sure you want to delete this filter?",
"CONFIRM": "是,删除",
"CANCEL": "否,取消",
"SUCCESS_MESSAGE": "Filter deleted successfully",
"ERROR_MESSAGE": "Unable to delete filter. Please try again later."
}
}
}
},
"PAGINATION_FOOTER": {
"SHOWING": "Showing {startItem} - {endItem} of {totalItems} contacts"
},
"FILTER": {
"NAME": "姓名:",
"EMAIL": "Email",
"PHONE_NUMBER": "电话号码",
"IDENTIFIER": "标识符",
"COUNTRY": "国家",
"CITY": "城市",
"CREATED_AT": "创建于",
"LAST_ACTIVITY": "上次操作",
"REFERER_LINK": "引用链接",
"BLOCKED": "Blocked",
"BLOCKED_TRUE": "真的",
"BLOCKED_FALSE": "错误",
"BUTTONS": {
"CLEAR_FILTERS": "清除过滤器",
"UPDATE_SEGMENT": "Update segment",
"APPLY_FILTERS": "应用过滤器",
"ADD_FILTER": "添加过滤器"
},
"TITLE": "Filter contacts",
"EDIT_SEGMENT": "编辑分段",
"SEGMENT": {
"LABEL": "Segment name",
"INPUT_PLACEHOLDER": "Enter the name of the segment"
},
"ACTIVE_FILTERS": {
"MORE_FILTERS": "+ {count} more filters",
"CLEAR_FILTERS": "清除过滤器"
}
},
"CARD": {
"OF": "of",
"VIEW_DETAILS": "查看详细信息",
"EDIT_DETAILS_FORM": {
"TITLE": "编辑联系人详情",
"FORM": {
"FIRST_NAME": {
"PLACEHOLDER": "Enter the first name"
},
"LAST_NAME": {
"PLACEHOLDER": "Enter the last name"
},
"EMAIL_ADDRESS": {
"PLACEHOLDER": "Enter the email address",
"DUPLICATE": "此电子邮件地址正在用于另一个联系人。"
},
"PHONE_NUMBER": {
"PLACEHOLDER": "Enter the phone number",
"DUPLICATE": "此电话号码正在用于另一个联系人。"
},
"CITY": {
"PLACEHOLDER": "输入城市名称"
},
"COUNTRY": {
"PLACEHOLDER": "Select country"
},
"BIO": {
"PLACEHOLDER": "Enter the bio"
},
"COMPANY_NAME": {
"PLACEHOLDER": "输入公司名称"
}
},
"UPDATE_BUTTON": "Update contact",
"SUCCESS_MESSAGE": "Contact updated successfully",
"ERROR_MESSAGE": "Unable to update contact. Please try again later."
},
"SOCIAL_MEDIA": {
"TITLE": "Edit social links",
"FORM": {
"FACEBOOK": {
"PLACEHOLDER": "Add Facebook"
},
"GITHUB": {
"PLACEHOLDER": "Add Github"
},
"INSTAGRAM": {
"PLACEHOLDER": "Add Instagram"
},
"LINKEDIN": {
"PLACEHOLDER": "Add LinkedIn"
},
"TWITTER": {
"PLACEHOLDER": "Add Twitter"
}
}
}
},
"DETAILS": {
"CREATED_AT": "Created {date}",
"LAST_ACTIVITY": "Last active {date}",
"DELETE_CONTACT_DESCRIPTION": "Permanently delete this contact. This action is irreversible",
"DELETE_CONTACT": "删除联系人",
"DELETE_DIALOG": {
"TITLE": "确认删除",
"DESCRIPTION": "Are you sure you want to delete this {contactName} contact?",
"CONFIRM": "是,删除",
"API": {
"SUCCESS_MESSAGE": "联系人删除成功",
"ERROR_MESSAGE": "无法删除联系人,请稍后再试。"
}
},
"AVATAR": {
"UPLOAD": {
"ERROR_MESSAGE": "Could not upload avatar. Please try again later.",
"SUCCESS_MESSAGE": "Avatar uploaded successfully"
},
"DELETE": {
"SUCCESS_MESSAGE": "Avatar deleted successfully",
"ERROR_MESSAGE": "Could not delete avatar. Please try again later."
}
}
},
"SIDEBAR": {
"TABS": {
"ATTRIBUTES": "Attributes",
"HISTORY": "History",
"NOTES": "备注",
"MERGE": "Merge"
},
"HISTORY": {
"EMPTY_STATE": "There are no previous conversations associated to this contact"
},
"ATTRIBUTES": {
"SEARCH_PLACEHOLDER": "Search for attributes",
"UNUSED_ATTRIBUTES": "{count} Used attribute | {count} Unused attributes",
"EMPTY_STATE": "There are no contact custom attributes available in this account. You can create a custom attribute in settings.",
"YES": "是",
"NO": "否",
"TRIGGER": {
"SELECT": "选择值",
"INPUT": "填写内容"
},
"VALIDATIONS": {
"INVALID_NUMBER": "Invalid number",
"REQUIRED": "需要有效的值",
"INVALID_INPUT": "Invalid input",
"INVALID_URL": "无效的 URL",
"INVALID_DATE": "Invalid date"
},
"NO_ATTRIBUTES": "未找到属性",
"API": {
"SUCCESS_MESSAGE": "已成功更新属性",
"DELETE_SUCCESS_MESSAGE": "已成功删除属性",
"UPDATE_ERROR": "无法更新属性,请稍后再试。",
"DELETE_ERROR": "无法删除属性,请稍后再试。"
}
},
"MERGE": {
"TITLE": "合并联系人",
"DESCRIPTION": "Combine two profiles into one, including all attributes and conversations. In case of conflict, the primary contacts attributes will take precedence.",
"PRIMARY": "主联系人",
"PRIMARY_HELP_LABEL": "To be saved",
"PRIMARY_REQUIRED_ERROR": "Please select a contact to merge with before proceeding",
"PARENT": "To be merged",
"PARENT_HELP_LABEL": "将被删除",
"EMPTY_STATE": "No contacts found",
"PLACEHOLDER": "Search for primary contact",
"SEARCH_PLACEHOLDER": "搜索联系人",
"SEARCH_ERROR_MESSAGE": "Could not search for contacts. Please try again later.",
"SUCCESS_MESSAGE": "已成功合并联系人",
"ERROR_MESSAGE": "无法合并联系人,请重试!",
"IS_SEARCHING": "搜索中...",
"BUTTONS": {
"CANCEL": "取消",
"CONFIRM": "合并联系人"
}
},
"NOTES": {
"PLACEHOLDER": "添加备注",
"WROTE": "wrote",
"YOU": "您",
"SAVE": "Save note",
"EMPTY_STATE": "There are no notes associated to this contact. You can add a note by typing in the box above."
}
},
"EMPTY_STATE": {
"TITLE": "No contacts found in this account",
"SUBTITLE": "Start adding new contacts by clicking on the button below",
"BUTTON_LABEL": "Add contact",
"SEARCH_EMPTY_STATE_TITLE": "没有搜索到联系人🔍",
"LIST_EMPTY_STATE_TITLE": "No contacts available in this view 📋"
}
},
"COMPOSE_NEW_CONVERSATION": {
"CONTACT_SEARCH": {
"ERROR_MESSAGE": "We couldnt complete the search. Please try again."
},
"FORM": {
"GO_TO_CONVERSATION": "查看",
"SUCCESS_MESSAGE": "The message was sent successfully!",
"ERROR_MESSAGE": "An error occurred while creating the conversation. Please try again later.",
"NO_INBOX_ALERT": "There are no available inboxes to start a conversation with this contact.",
"CONTACT_SELECTOR": {
"LABEL": "发送至:",
"TAG_INPUT_PLACEHOLDER": "Search for a contact with name, email or phone number",
"CONTACT_CREATING": "Creating contact..."
},
"INBOX_SELECTOR": {
"LABEL": "Via:",
"BUTTON": "Show inboxes"
},
"EMAIL_OPTIONS": {
"SUBJECT_LABEL": "主题 :",
"SUBJECT_PLACEHOLDER": "Enter your email subject here",
"CC_LABEL": "抄送:",
"CC_PLACEHOLDER": "Search for a contact with their email address",
"BCC_LABEL": "密送:",
"BCC_PLACEHOLDER": "Search for a contact with their email address",
"BCC_BUTTON": "密送"
},
"MESSAGE_EDITOR": {
"PLACEHOLDER": "在此处输入您的消息..."
},
"WHATSAPP_OPTIONS": {
"LABEL": "Select template",
"SEARCH_PLACEHOLDER": "Search templates",
"EMPTY_STATE": "No templates found",
"TEMPLATE_PARSER": {
"TEMPLATE_NAME": "WhatsApp template: {templateName}",
"VARIABLES": "参数",
"BACK": "返回",
"SEND_MESSAGE": "发送消息"
}
},
"ACTION_BUTTONS": {
"DISCARD": "Discard",
"SEND": "Send ({keyCode})"
}
}
}
}

View File

@@ -22,12 +22,12 @@
"404": "There are no custom roles available in this account.",
"TITLE": "Manage custom roles",
"DESC": "Custom roles are roles that are created by the account owner or admin. These roles can be assigned to agents to define their access and permissions within the account. Custom roles can be created with specific permissions and access levels to suit the requirements of the organization.",
"TABLE_HEADER": [
"姓名:",
"描述信息",
"Permissions",
"操作"
]
"TABLE_HEADER": {
"NAME": "姓名:",
"DESCRIPTION": "描述信息",
"PERMISSIONS": "Permissions",
"ACTIONS": "操作"
}
},
"PERMISSIONS": {
"CONVERSATION_MANAGE": "Manage all conversations",

View File

@@ -1,5 +1,10 @@
{
"HELP_CENTER": {
"TITLE": "帮助中心",
"NEW_PAGE": {
"DESCRIPTION": "Create self-service help center portals for your customers. Help them find answers quickly, without waiting. Streamline inquiries, boost agent efficiency, and elevate customer support.",
"CREATE_PORTAL_BUTTON": "Create Portal"
},
"HEADER": {
"FILTER": "过滤条件",
"SORT": "排序方式",
@@ -190,26 +195,20 @@
}
},
"ADD": {
"CREATE_FLOW": [
{
"title": "Help center information",
"route": "new_portal_information",
"body": "Basic information about portal",
"CREATE_BASIC_SETTING_BUTTON": "Create portal basic settings"
"CREATE_FLOW": {
"BASIC": {
"TITLE": "Help center information",
"BODY": "Basic information about portal"
},
{
"title": "Help center customization",
"route": "portal_customization",
"body": "Customize portal",
"UPDATE_PORTAL_BUTTON": "Update portal settings"
"CUSTOMIZATION": {
"TITLE": "Help center customization",
"BODY": "Customize portal"
},
{
"title": "Voila! 🎉",
"route": "portal_finish",
"body": "You're all set!",
"FINISH": "完成"
"FINISH": {
"TITLE": "Voila! 🎉",
"BODY": "You're all set!"
}
],
},
"CREATE_FLOW_PAGE": {
"BACK_BUTTON": "后退",
"BASIC_SETTINGS_PAGE": {
@@ -250,13 +249,13 @@
"DOMAIN": {
"LABEL": "Custom Domain",
"PLACEHOLDER": "Portal custom domain",
"HELP_TEXT": "Add only If you want to use a custom domain for your portals. Eg: https://example.com",
"HELP_TEXT": "Add only If you want to use a custom domain for your portals. Eg: {exampleURL}",
"ERROR": "Enter a valid domain URL"
},
"HOME_PAGE_LINK": {
"LABEL": "Home Page Link",
"PLACEHOLDER": "Portal home page link",
"HELP_TEXT": "The link used to return from the portal to the home page. Eg: https://example.com",
"HELP_TEXT": "The link used to return from the portal to the home page. Eg: {exampleURL}",
"ERROR": "Enter a valid home page URL"
},
"THEME_COLOR": {
@@ -349,6 +348,12 @@
"SUCCESS": "Article archived successfully"
}
},
"DRAFT_ARTICLE": {
"API": {
"ERROR": "Error while drafting article",
"SUCCESS": "Article drafted successfully"
}
},
"DELETE_ARTICLE": {
"MODAL": {
"CONFIRM": {
@@ -483,6 +488,305 @@
}
}
},
"LOADING": "Loading..."
"LOADING": "Loading...",
"ARTICLES_PAGE": {
"ARTICLE_CARD": {
"CARD": {
"VIEWS": "{count} view | {count} views",
"DROPDOWN_MENU": {
"PUBLISH": "发布",
"DRAFT": "草稿",
"ARCHIVE": "Archive",
"DELETE": "删除"
},
"STATUS": {
"DRAFT": "草稿",
"PUBLISHED": "已发布",
"ARCHIVED": "已存档"
},
"CATEGORY": {
"UNCATEGORISED": "Uncategorised"
}
}
},
"ARTICLES_HEADER": {
"TABS": {
"ALL": "All articles",
"MINE": "我的",
"DRAFT": "草稿",
"PUBLISHED": "已发布",
"ARCHIVED": "已存档"
},
"CATEGORY": {
"ALL": "All categories"
},
"LOCALE": {
"ALL": "All locales"
},
"NEW_ARTICLE": "New article"
},
"EMPTY_STATE": {
"ALL": {
"TITLE": "Write an article",
"SUBTITLE": "Write a rich article, lets get started!",
"BUTTON_LABEL": "New article"
},
"MINE": {
"TITLE": "You haven't written any articles here",
"SUBTITLE": "All articles written by you show up here for quick access."
},
"DRAFT": {
"TITLE": "There are no articles in drafts",
"SUBTITLE": "Draft articles will appear here"
},
"PUBLISHED": {
"TITLE": "There are no published articles",
"SUBTITLE": "Published articles will appear here"
},
"ARCHIVED": {
"TITLE": "There are no articles in the archive",
"SUBTITLE": "Archived articles don't show up on the portal, you can use it to mark deprecated or outdated pages"
},
"CATEGORY": {
"TITLE": "There are no articles in this category",
"SUBTITLE": "Articles in this category will appear here"
}
}
},
"CATEGORY_PAGE": {
"CATEGORY_HEADER": {
"NEW_CATEGORY": "New category",
"EDIT_CATEGORY": "Edit category",
"CATEGORIES_COUNT": "{n} category | {n} categories",
"BREADCRUMB": {
"CATEGORY_LOCALE": "Categories ({localeCode})",
"ACTIVE_CATEGORY": "{categoryName} ({categoryCount} articles) | {categoryName} ({categoryCount} article)"
}
},
"CATEGORY_EMPTY_STATE": {
"TITLE": "未找到类别",
"SUBTITLE": "Categories will appear here. You can add a category by clicking the 'New Category' button."
},
"CATEGORY_CARD": {
"ARTICLES_COUNT": "{count} article | {count} articles"
},
"CATEGORY_DIALOG": {
"CREATE": {
"API": {
"SUCCESS_MESSAGE": "Category created successfully",
"ERROR_MESSAGE": "Unable to create category"
}
},
"EDIT": {
"API": {
"SUCCESS_MESSAGE": "Category updated successfully",
"ERROR_MESSAGE": "Unable to update category"
}
},
"DELETE": {
"API": {
"SUCCESS_MESSAGE": "Category deleted successfully",
"ERROR_MESSAGE": "Unable to delete category"
}
},
"HEADER": {
"CREATE": "创建类别",
"EDIT": "Edit category",
"DESCRIPTION": "Editing a category will update the category in the public facing portal.",
"PORTAL": "门户网站",
"LOCALE": "语言环境"
},
"FORM": {
"NAME": {
"LABEL": "姓名:",
"PLACEHOLDER": "类别名称",
"ERROR": "名字必填"
},
"SLUG": {
"LABEL": "Slug",
"PLACEHOLDER": "Category slug for urls",
"ERROR": "Slug is required",
"HELP_TEXT": "app.chatwoot.com/hc/{portalSlug}/{localeCode}/categories/{categorySlug}"
},
"DESCRIPTION": {
"LABEL": "描述信息",
"PLACEHOLDER": "给出有关该类别的简短描述。",
"ERROR": "描述是必需的"
}
},
"BUTTONS": {
"CREATE": "创建",
"EDIT": "更新",
"CANCEL": "取消"
}
}
},
"LOCALES_PAGE": {
"LOCALES_COUNT": "No locales available | {n} locale | {n} locales",
"NEW_LOCALE_BUTTON_TEXT": "New locale",
"LOCALE_CARD": {
"ARTICLES_COUNT": "{count} article | {count} articles",
"CATEGORIES_COUNT": "{count} category | {count} categories",
"DEFAULT": "默认",
"DROPDOWN_MENU": {
"MAKE_DEFAULT": "Make default",
"DELETE": "删除"
}
},
"ADD_LOCALE_DIALOG": {
"TITLE": "添加一个新的语言环境",
"DESCRIPTION": "Select the language in which this article will be written. This will be added to your list of translations, and you can add more later.",
"COMBOBOX": {
"PLACEHOLDER": "Select locale..."
},
"API": {
"SUCCESS_MESSAGE": "Locale added successfully",
"ERROR_MESSAGE": "Unable to add locale. Try again."
}
}
},
"EDIT_ARTICLE_PAGE": {
"HEADER": {
"STATUS": {
"SAVING": "保存中...",
"SAVED": "保存成功"
},
"PREVIEW": "预览",
"PUBLISH": "发布",
"DRAFT": "草稿",
"ARCHIVE": "Archive",
"BACK_TO_ARTICLES": "Back to articles"
},
"EDIT_ARTICLE": {
"MORE_PROPERTIES": "More properties",
"UNCATEGORIZED": "未分类",
"EDITOR_PLACEHOLDER": "Write something..."
},
"ARTICLE_PROPERTIES": {
"ARTICLE_PROPERTIES": "Article properties",
"META_DESCRIPTION": "Meta描述",
"META_DESCRIPTION_PLACEHOLDER": "Add meta description",
"META_TITLE": "Meta 标题",
"META_TITLE_PLACEHOLDER": "Add meta title",
"META_TAGS": "Meta标签",
"META_TAGS_PLACEHOLDER": "Add meta tags"
},
"API": {
"ERROR": "Error while saving article"
}
},
"PORTAL_SWITCHER": {
"NEW_PORTAL": "New portal",
"PORTALS": "门户网站",
"CREATE_PORTAL": "Create and manage multiple portals",
"ARTICLES": "文章",
"DOMAIN": "domain",
"PORTAL_NAME": "Portal name"
},
"CREATE_PORTAL_DIALOG": {
"TITLE": "Create new portal",
"DESCRIPTION": "Give your portal a name and create a user-friendly URL slug. You can modify both later in the settings.",
"CONFIRM_BUTTON_LABEL": "创建",
"NAME": {
"LABEL": "姓名:",
"PLACEHOLDER": "User Guide | Chatwoot",
"MESSAGE": "Choose an name for your portal.",
"ERROR": "名字必填"
},
"SLUG": {
"LABEL": "Slug",
"PLACEHOLDER": "user-guide",
"ERROR": "Slug is required"
}
},
"PORTAL_SETTINGS": {
"FORM": {
"AVATAR": {
"LABEL": "Logo",
"IMAGE_UPLOAD_ERROR": "无法上传图片!请再试一次",
"IMAGE_UPLOAD_SUCCESS": "Image added successfully. Please click on save changes to save the logo",
"IMAGE_DELETE_SUCCESS": "Logo deleted successfully",
"IMAGE_DELETE_ERROR": "Unable to delete logo",
"IMAGE_UPLOAD_SIZE_ERROR": "Image size should be less than {size}MB"
},
"NAME": {
"LABEL": "姓名:",
"PLACEHOLDER": "Portal name",
"ERROR": "名字必填"
},
"HEADER_TEXT": {
"LABEL": "Header text",
"PLACEHOLDER": "Portal header text"
},
"PAGE_TITLE": {
"LABEL": "Page title",
"PLACEHOLDER": "Portal page title"
},
"HOME_PAGE_LINK": {
"LABEL": "Home page link",
"PLACEHOLDER": "Portal home page link",
"ERROR": "Invalid URL. The Home page link must start with 'http://' or 'https://'."
},
"SLUG": {
"LABEL": "Slug",
"PLACEHOLDER": "Portal slug"
},
"LIVE_CHAT_WIDGET": {
"LABEL": "Live chat widget",
"PLACEHOLDER": "Select live chat widget",
"HELP_TEXT": "Select a live chat widget that will appear on your help center"
},
"BRAND_COLOR": {
"LABEL": "Brand color"
},
"SAVE_CHANGES": "Save changes"
},
"CONFIGURATION_FORM": {
"CUSTOM_DOMAIN": {
"HEADER": "Custom domain",
"LABEL": "Custom domain:",
"DESCRIPTION": "You can host your portal on a custom domain. For instance, if your website is yourdomain.com and you want your portal available at docs.yourdomain.com, simply enter that in this field.",
"PLACEHOLDER": "Portal custom domain",
"EDIT_BUTTON": "Edit custom domain",
"ADD_BUTTON": "Add custom domain",
"DIALOG": {
"ADD_HEADER": "Add custom domain",
"EDIT_HEADER": "Edit custom domain",
"ADD_CONFIRM_BUTTON_LABEL": "Add domain",
"EDIT_CONFIRM_BUTTON_LABEL": "Update domain",
"LABEL": "Custom domain",
"PLACEHOLDER": "Portal custom domain",
"ERROR": "Custom domain is required"
},
"DNS_CONFIGURATION_DIALOG": {
"HEADER": "DNS configuration",
"DESCRIPTION": "Log in to the account you have with your DNS provider, and add a CNAME record for subdomain pointing to chatwoot.help",
"HELP_TEXT": "Once this is done, you can reach out to our support to request for the auto-generated SSL certificate.",
"CONFIRM_BUTTON_LABEL": "Got it!"
}
},
"DELETE_PORTAL": {
"BUTTON": "Delete {portalName}",
"HEADER": "Delete portal",
"DESCRIPTION": "Permanently delete this portal. This action is irreversible",
"DIALOG": {
"HEADER": "Sure you want to delete {portalName}?",
"DESCRIPTION": "This is a permanent action that cannot be reversed.",
"CONFIRM_BUTTON_LABEL": "删除"
}
},
"EDIT_CONFIGURATION": "Edit configuration"
},
"API": {
"CREATE_PORTAL": {
"SUCCESS_MESSAGE": "Portal created successfully",
"ERROR_MESSAGE": "Unable to create portal"
},
"UPDATE_PORTAL": {
"SUCCESS_MESSAGE": "Portal updated successfully",
"ERROR_MESSAGE": "Unable to update portal"
}
}
}
}
}

View File

@@ -1,7 +1,7 @@
{
"INBOX": {
"LIST": {
"TITLE": "收件箱",
"TITLE": "My Inbox",
"DISPLAY_DROPDOWN": "Display",
"LOADING": "Fetching notifications",
"404": "There are no active notifications in this group.",
@@ -27,6 +27,19 @@
"SLA_MISSED_NEXT_RESPONSE": "SLA target next response missed for conversation",
"SLA_MISSED_RESOLUTION": "SLA target resolution missed for conversation"
},
"TYPES_NEXT": {
"CONVERSATION_MENTION": "Mentioned",
"CONVERSATION_ASSIGNMENT": "Assigned to you",
"CONVERSATION_CREATION": "New Conversation",
"SLA_MISSED_FIRST_RESPONSE": "SLA breach",
"SLA_MISSED_NEXT_RESPONSE": "SLA breach",
"SLA_MISSED_RESOLUTION": "SLA breach",
"PARTICIPATING_CONVERSATION_NEW_MESSAGE": "新消息",
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "新消息",
"SNOOZED_UNTIL": "Snoozed for {time}",
"SNOOZED_ENDS": "Snooze ended"
},
"NO_CONTENT": "没有可用的内容",
"MENU_ITEM": {
"MARK_AS_READ": "Mark as read",
"MARK_AS_UNREAD": "标记为未读",

View File

@@ -8,28 +8,24 @@
"LIST": {
"404": "此账户没有收件箱。"
},
"CREATE_FLOW": [
{
"title": "选择频道",
"route": "settings_inbox_new",
"body": "选择你想要与Chatwoot 集成的提供商。"
"CREATE_FLOW": {
"CHANNEL": {
"TITLE": "选择频道",
"BODY": "选择你想要与Chatwoot 集成的提供商。"
},
{
"title": "新增收件箱",
"route": "settings_inboxes_page_channel",
"body": "验证您的帐户并创建收件箱。"
"INBOX": {
"TITLE": "新增收件箱",
"BODY": "验证您的帐户并创建收件箱。"
},
{
"title": "添加客服代理",
"route": "settings_inboxes_add_agents",
"body": "将客服添加到创建的收件箱。"
"AGENT": {
"TITLE": "添加客服代理",
"BODY": "将客服添加到创建的收件箱。"
},
{
"title": "Voilà!",
"route": "settings_inbox_finish",
"body": "你已设定状态为离开"
"FINISH": {
"TITLE": "Voilà!",
"BODY": "你已设定状态为离开"
}
],
},
"ADD": {
"CHANNEL_NAME": {
"LABEL": "收件箱名称",
@@ -471,7 +467,7 @@
"SETTINGS": "设置",
"COLLABORATORS": "Collaborators",
"CONFIGURATION": "Configuration",
"CAMPAIGN": "Campaigns",
"CAMPAIGN": "Campagnes",
"PRE_CHAT_FORM": "Pre Chat Form",
"BUSINESS_HOURS": "工作时间",
"WIDGET_BUILDER": "小部件生成器",

View File

@@ -10,11 +10,11 @@
"404": "此帐户中没有可用的标签。",
"TITLE": "管理标签",
"DESC": "标记可以让您将对话集中起来。",
"TABLE_HEADER": [
"姓名:",
"描述信息",
"颜色"
]
"TABLE_HEADER": {
"NAME": "姓名:",
"DESCRIPTION": "描述信息",
"COLOR": "颜色"
}
},
"FORM": {
"NAME": {

View File

@@ -25,12 +25,12 @@
}
},
"LIST": {
"TABLE_HEADER": [
"姓名:",
"创建者",
"最后更新者",
"可视性"
],
"TABLE_HEADER": {
"NAME": "姓名:",
"CREATED BY": "创建者",
"LAST_UPDATED_BY": "最后更新者",
"VISIBILITY": "可视性"
},
"404": "未找到宏"
},
"DELETE": {
@@ -79,10 +79,10 @@
"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"
"VALUE_MUST_BE_BETWEEN_1_AND_998": "值必须介于 1 到 998 之间。",
"ACTION_PARAMETERS_REQUIRED": "需要操作参数",
"ATLEAST_ONE_CONDITION_REQUIRED": "至少需要一个条件",
"ATLEAST_ONE_ACTION_REQUIRED": "至少需要一个动作"
}
}
}

View File

@@ -45,7 +45,8 @@
},
"REPLY_TIME": {
"NAME": "Customer waiting time",
"TOOLTIP_TEXT": "Waiting time is {metricValue} (based on {conversationCount} replies)"
"TOOLTIP_TEXT": "Waiting time is {metricValue} (based on {conversationCount} replies)",
"DESC": ""
}
},
"DATE_RANGE_OPTIONS": {
@@ -56,32 +57,6 @@
"LAST_YEAR": "Last year",
"CUSTOM_DATE_RANGE": "Custom date range"
},
"DATE_RANGE": [
{
"id": 0,
"name": "最近7天"
},
{
"id": 1,
"name": "最近30天"
},
{
"id": 2,
"name": "Last 3 months"
},
{
"id": 3,
"name": "Last 6 months"
},
{
"id": 4,
"name": "Last year"
},
{
"id": 5,
"name": "Custom date range"
}
],
"CUSTOM_DATE_RANGE": {
"CONFIRM": "Apply",
"PLACEHOLDER": "Select date range"
@@ -142,6 +117,9 @@
"FILTER_ACTIONS": {
"CLEAR_FILTER": "Clear filter",
"EMPTY_LIST": "没有检索到相关信息"
},
"PAGINATION": {
"RESULTS": "Showing {start} to {end} of {total} results"
}
},
"AGENT_REPORTS": {
@@ -490,7 +468,7 @@
"NO_AGENTS": "There are no conversations by agents",
"TABLE_HEADER": {
"AGENT": "客服",
"OPEN": "OPEN",
"OPEN": "打开",
"UNATTENDED": "Unattended",
"STATUS": "状态"
}

View File

@@ -1,8 +1,8 @@
{
"RESET_PASSWORD": {
"TITLE": "重置密码",
"DESCRIPTION": "Enter the email address you use to log in to Chatwoot to get the password reset instructions.",
"GO_BACK_TO_LOGIN": "If you want to go back to the login page,",
"DESCRIPTION": "输入您用来登录到Chatwoot 的电子邮件地址,获取密码重置说明。",
"GO_BACK_TO_LOGIN": "回到登录页面",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "请输入 Email 地址.",
@@ -10,7 +10,7 @@
},
"API": {
"SUCCESS_MESSAGE": "密码重置链接已发送到您的电子邮件.",
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
"ERROR_MESSAGE": "无法连接Woot服务器请稍后再试"
},
"SUBMIT": "提交"
}

View File

@@ -1,22 +1,22 @@
{
"SET_NEW_PASSWORD": {
"TITLE": "Set new password",
"TITLE": "设置新密码",
"PASSWORD": {
"LABEL": "密码",
"PLACEHOLDER": "密码",
"ERROR": "密码太短了."
},
"CONFIRM_PASSWORD": {
"LABEL": "Confirm password",
"LABEL": "请重新输入一次密码",
"PLACEHOLDER": "确认密码",
"ERROR": "密码不匹配."
},
"API": {
"SUCCESS_MESSAGE": "成功修改密码.",
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
"ERROR_MESSAGE": "无法连接Woot服务器请稍后再试"
},
"CAPTCHA": {
"ERROR": "Verification expired. Please solve captcha again."
"ERROR": "验证码过期。请重新获取"
},
"SUBMIT": "提交"
}

View File

@@ -61,15 +61,29 @@
"COPY": "复制"
},
"AUDIO_NOTIFICATIONS_SECTION": {
"TITLE": "语音通知",
"NOTE": "在仪表盘中为新消息和对话启用音频通知。",
"TITLE": "Audio Alerts",
"NOTE": "Enable audio alerts in dashboard for new messages and conversations.",
"PLAY": "Play sound",
"ALERT_TYPES": {
"NONE": "啥都没有",
"MINE": "Assigned",
"ALL": "所有的"
"ALL": "所有的",
"ASSIGNED": "My assigned conversations",
"UNASSIGNED": "Unassigned conversations",
"NOTME": "Open conversations assigned to others"
},
"ALERT_COMBINATIONS": {
"NONE": "You haven't selected any options, you won't receive any audio alerts.",
"ASSIGNED": "You'll receive alerts for conversations assigned to you.",
"UNASSIGNED": "You'll receive alerts for any unassigned conversations.",
"NOTME": "You'll receive alerts for conversations assigned to others.",
"ASSIGNED+UNASSIGNED": "You'll receive alerts for your assigned conversations and any unattended ones.",
"ASSIGNED+NOTME": "You'll receive alerts for conversations assigned to you and to others, but not for unassigned ones.",
"NOTME+UNASSIGNED": "You'll receive alerts for unattended conversations and those assigned to others.",
"ASSIGNED+NOTME+UNASSIGNED": "You'll receive alerts for all conversations."
},
"ALERT_TYPE": {
"TITLE": "Alert events for conversations:",
"TITLE": "Alert events for conversations",
"NONE": "啥都没有",
"ASSIGNED": "分配会话",
"ALL_CONVERSATIONS": "所有会话"
@@ -81,7 +95,9 @@
"TITLE": "Alert conditions:",
"CONDITION_ONE": "Send audio alerts only if the browser window is not active",
"CONDITION_TWO": "Send alerts every 30s until all the assigned conversations are read"
}
},
"SOUND_PERMISSION_ERROR": "Autoplay is disabled in your browser. To hear alerts automatically, enable sound permission in your browser settings or interact with the page.",
"READ_MORE": "查看更多"
},
"EMAIL_NOTIFICATIONS_SECTION": {
"TITLE": "电子邮件通知",
@@ -145,7 +161,11 @@
},
"AVAILABILITY": {
"LABEL": "有效的",
"STATUSES_LIST": ["在线的", "忙碌中", "离线的"],
"STATUS": {
"ONLINE": "在线",
"BUSY": "忙碌中",
"OFFLINE": "离线"
},
"SET_AVAILABILITY_SUCCESS": "Availability has been set successfully",
"SET_AVAILABILITY_ERROR": "Couldn't set availability, please try again"
},
@@ -173,14 +193,16 @@
},
"SIDEBAR_ITEMS": {
"CHANGE_AVAILABILITY_STATUS": "改變",
"CHANGE_ACCOUNTS": "切换账户",
"CONTACT_SUPPORT": "联系客服",
"CHANGE_ACCOUNTS": "Switch account",
"SWITCH_WORKSPACE": "Switch workspace",
"CONTACT_SUPPORT": "Contact support",
"SELECTOR_SUBTITLE": "从以下列表中选择一个账户",
"PROFILE_SETTINGS": "个人资料设置",
"KEYBOARD_SHORTCUTS": "Keyboard Shortcuts",
"APPEARANCE": "Change Appearance",
"SUPER_ADMIN_CONSOLE": "Super Admin Console",
"LOGOUT": "退出登录"
"PROFILE_SETTINGS": "Profile settings",
"KEYBOARD_SHORTCUTS": "Keyboard shortcuts",
"APPEARANCE": "Change appearance",
"SUPER_ADMIN_CONSOLE": "SuperAdmin console",
"DOCS": "Read documentation",
"LOGOUT": "Log out"
},
"APP_GLOBAL": {
"TRIAL_MESSAGE": "剩余试用期天数",
@@ -214,6 +236,10 @@
},
"FORM_BUBBLE": {
"SUBMIT": "提交"
},
"MEDIA": {
"IMAGE_UNAVAILABLE": "This image is no longer available.",
"LOADING_FAILED": "Loading failed"
}
},
"CONFIRM_EMAIL": "正在验证...",
@@ -223,11 +249,12 @@
}
},
"SIDEBAR": {
"NO_ITEMS": "No items",
"CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:",
"SWITCH": "Switch",
"INBOX_VIEW": "Inbox View",
"CONVERSATIONS": "会话",
"INBOX": "收件箱",
"INBOX": "My Inbox",
"ALL_CONVERSATIONS": "所有会话",
"MENTIONED_CONVERSATIONS": "提及",
"PARTICIPATING_CONVERSATIONS": "参与者",
@@ -262,7 +289,9 @@
"NEW_INBOX": "New inbox",
"REPORTS_CONVERSATION": "会话",
"CSAT": "CSAT",
"CAMPAIGNS": "Campaigns",
"LIVE_CHAT": "Live Chat",
"SMS": "SMS",
"CAMPAIGNS": "Campagnes",
"ONGOING": "Ongoing",
"ONE_OFF": "One off",
"REPORTS_SLA": "SLA",
@@ -272,6 +301,7 @@
"REPORTS_INBOX": "收件箱",
"REPORTS_TEAM": "Team",
"SET_AVAILABILITY_TITLE": "Set yourself as",
"SET_YOUR_AVAILABILITY": "Set your availability",
"SLA": "SLA",
"CUSTOM_ROLES": "Custom Roles",
"BETA": "Beta",
@@ -279,17 +309,16 @@
"REAUTHORIZE": "Your inbox connection has expired, please reconnect\n to continue receiving and sending messages",
"HELP_CENTER": {
"TITLE": "帮助中心",
"ALL_ARTICLES": "All Articles",
"MY_ARTICLES": "My Articles",
"DRAFT": "Draft",
"ARCHIVED": "已存档",
"CATEGORY": "类别",
"SETTINGS": "设置",
"CATEGORY_EMPTY_MESSAGE": "未找到类别"
"ARTICLES": "Articles",
"CATEGORIES": "Categories",
"LOCALES": "Locales",
"SETTINGS": "设置"
},
"CHANNELS": "频道",
"SET_AUTO_OFFLINE": {
"TEXT": "自动标记离线状态",
"INFO_TEXT": "当您不使用应用程序或仪表板时,让系统自动标记您离线。"
"INFO_TEXT": "当您不使用应用程序或仪表板时,让系统自动标记您离线。",
"INFO_SHORT": "Automatically mark offline when you aren't using the app."
},
"DOCS": "阅读文档"
},

View File

@@ -1,25 +1,25 @@
{
"WHATSAPP_TEMPLATES": {
"MODAL": {
"TITLE": "Whatsapp Templates",
"SUBTITLE": "Select the whatsapp template you want to send",
"TEMPLATE_SELECTED_SUBTITLE": "Process {templateName}"
},
"PICKER": {
"SEARCH_PLACEHOLDER": "Search Templates",
"NO_TEMPLATES_FOUND": "No templates found for",
"LABELS": {
"LANGUAGE": "Language",
"TEMPLATE_BODY": "Template Body",
"CATEGORY": "类别"
}
},
"PARSER": {
"VARIABLES_LABEL": "参数",
"VARIABLE_PLACEHOLDER": "Enter {variable} value",
"GO_BACK_LABEL": "返回",
"SEND_MESSAGE_LABEL": "发送消息",
"FORM_ERROR_MESSAGE": "Please fill all variables before sending"
"WHATSAPP_TEMPLATES": {
"MODAL": {
"TITLE": "Whatsapp Templates",
"SUBTITLE": "Select the whatsapp template you want to send",
"TEMPLATE_SELECTED_SUBTITLE": "Process {templateName}"
},
"PICKER": {
"SEARCH_PLACEHOLDER": "Search Templates",
"NO_TEMPLATES_FOUND": "No templates found for",
"LABELS": {
"LANGUAGE": "Language",
"TEMPLATE_BODY": "Template Body",
"CATEGORY": "类别"
}
},
"PARSER": {
"VARIABLES_LABEL": "参数",
"VARIABLE_PLACEHOLDER": "Enter {variable} value",
"GO_BACK_LABEL": "返回",
"SEND_MESSAGE_LABEL": "发送消息",
"FORM_ERROR_MESSAGE": "Please fill all variables before sending"
}
}
}
}
}