chore: Update translations (#7347)

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Chatwoot Bot
2023-06-19 04:57:43 -07:00
committed by GitHub
parent 5e807c5875
commit c410fe333a
731 changed files with 9300 additions and 4318 deletions

View File

@@ -2,12 +2,17 @@
"FILTER": {
"TITLE": "过滤会话",
"SUBTITLE": "在下方添加过滤器并点击“应用过滤器”到过滤对话。",
"EDIT_CUSTOM_FILTER": "Edit Folder",
"CUSTOM_VIEWS_SUBTITLE": "Add or remove filters and update your folder.",
"ADD_NEW_FILTER": "添加过滤器",
"FILTER_DELETE_ERROR": "您至少需要一个过滤器来保存",
"SUBMIT_BUTTON_LABEL": "应用过滤器",
"UPDATE_BUTTON_LABEL": "Update folder",
"CANCEL_BUTTON_LABEL": "取消",
"CLEAR_BUTTON_LABEL": "清除过滤器",
"EMPTY_VALUE_ERROR": "必须填写值",
"FOLDER_LABEL": "Folder Name",
"FOLDER_QUERY_LABEL": "Folder Query",
"TOOLTIP_LABEL": "过滤会话",
"QUERY_DROPDOWN_LABELS": {
"AND": "和",
@@ -71,6 +76,9 @@
"ERROR_MESSAGE": "创建片段时出错"
}
},
"EDIT": {
"EDIT_BUTTON": "Edit folder"
},
"DELETE": {
"DELETE_BUTTON": "删除过滤器",
"MODAL": {

View File

@@ -12,13 +12,37 @@
"TABLE_HEADER": [
"User",
"Action",
"IP 地址",
"Time"
"IP 地址"
]
},
"API": {
"SUCCESS_MESSAGE": "AuditLogs retrieved successfully",
"ERROR_MESSAGE": "无法连接服务器,请稍后再试"
},
"DEFAULT_USER": "System",
"AUTOMATION_RULE": {
"ADD": "%{agentName} created a new automation rule (#%{id})",
"EDIT": "%{agentName} updated an automation rule (#%{id})",
"DELETE": "%{agentName} deleted an automation rule (#%{id})"
},
"INBOX": {
"ADD": "%{agentName} created a new inbox (#%{id})",
"EDIT": "%{agentName} updated an inbox (#%{id})",
"DELETE": "%{agentName} deleted an inbox (#%{id})"
},
"WEBHOOK": {
"ADD": "%{agentName} created a new webhook (#%{id})",
"EDIT": "%{agentName} updated a webhook (#%{id})",
"DELETE": "%{agentName} deleted a webhook (#%{id})"
},
"USER_ACTION": {
"SIGN_IN": "%{agentName} signed in",
"SIGN_OUT": "%{agentName} signed out"
},
"TEAM": {
"ADD": "%{agentName} created a new team (#%{id})",
"EDIT": "%{agentName} updated a team (#%{id})",
"DELETE": "%{agentName} deleted a team (#%{id})"
}
}
}

View File

@@ -47,6 +47,9 @@
},
"sort_on_created_at": {
"TEXT": "Created at"
},
"sort_on_priority": {
"TEXT": "Priority"
}
},
"ATTACHMENTS": {

View File

@@ -73,6 +73,13 @@
"SUCCESS_MESSAGE": "已成功保存联系人",
"ERROR_MESSAGE": "出现错误,请重试"
},
"EXPORT_CONTACTS": {
"BUTTON_LABEL": "Export",
"TITLE": "Export Contacts",
"DESC": "Export contacts to a CSV file.",
"SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.",
"ERROR_MESSAGE": "出现错误,请重试"
},
"DELETE_NOTE": {
"CONFIRM": {
"TITLE": "确认删除",
@@ -211,6 +218,7 @@
"FILTER_CONTACTS": "过滤器",
"FILTER_CONTACTS_SAVE": "保存过滤器",
"FILTER_CONTACTS_DELETE": "删除过滤器",
"FILTER_CONTACTS_EDIT": "Edit segment",
"LIST": {
"LOADING_MESSAGE": "正在加载联系人列表...",
"404": "没有搜索到联系人🔍",

View File

@@ -1,50 +1,55 @@
{
"CONTACTS_FILTER": {
"TITLE": "Filter Contacts",
"SUBTITLE": "Add filters below and hit 'Submit' to filter contacts.",
"ADD_NEW_FILTER": "添加过滤器",
"CLEAR_ALL_FILTERS": "Clear All Filters",
"FILTER_DELETE_ERROR": "您至少需要一个过滤器来保存",
"SUBMIT_BUTTON_LABEL": "提交",
"CANCEL_BUTTON_LABEL": "取消",
"CLEAR_BUTTON_LABEL": "清除过滤器",
"EMPTY_VALUE_ERROR": "必须填写值",
"TOOLTIP_LABEL": "Filter contacts",
"QUERY_DROPDOWN_LABELS": {
"AND": "",
"OR": "或"
},
"OPERATOR_LABELS": {
"equal_to": "等于",
"not_equal_to": "不等于",
"contains": "包含",
"does_not_contain": "不包含",
"is_present": "存在",
"is_not_present": "不存在",
"is_greater_than": "于",
"is_lesser_than": "Is lesser than",
"days_before": "是 x 天前"
},
"ATTRIBUTES": {
"NAME": "姓名:",
"EMAIL": "Email",
"PHONE_NUMBER": "电话号码",
"IDENTIFIER": "Identifier",
"CITY": "城市",
"COUNTRY": "国家",
"CUSTOM_ATTRIBUTE_LIST": "列表",
"CUSTOM_ATTRIBUTE_TEXT": "文本",
"CUSTOM_ATTRIBUTE_NUMBER": "号码",
"CUSTOM_ATTRIBUTE_LINK": "链接",
"CUSTOM_ATTRIBUTE_CHECKBOX": "复选框",
"CREATED_AT": "创建于",
"LAST_ACTIVITY": "最后一次活动",
"REFERER_LINK": "Referrer link"
},
"GROUPS": {
"STANDARD_FILTERS": "标准过滤器",
"ADDITIONAL_FILTERS": "附加过滤器",
"CUSTOM_ATTRIBUTES": "自定义属性"
}
"CONTACTS_FILTER": {
"TITLE": "Filter Contacts",
"SUBTITLE": "Add filters below and hit 'Submit' to filter contacts.",
"EDIT_CUSTOM_SEGMENT": "Edit Segment",
"CUSTOM_VIEWS_SUBTITLE": "Add or remove filters and update your segment.",
"ADD_NEW_FILTER": "添加过滤器",
"CLEAR_ALL_FILTERS": "Clear All Filters",
"FILTER_DELETE_ERROR": "您至少需要一个过滤器来保存",
"SUBMIT_BUTTON_LABEL": "提交",
"UPDATE_BUTTON_LABEL": "Update Segment",
"CANCEL_BUTTON_LABEL": "取消",
"CLEAR_BUTTON_LABEL": "清除过滤器",
"EMPTY_VALUE_ERROR": "必须填写值",
"SEGMENT_LABEL": "Segment Name",
"SEGMENT_QUERY_LABEL": "Segment Query",
"TOOLTIP_LABEL": "Filter contacts",
"QUERY_DROPDOWN_LABELS": {
"AND": "",
"OR": "或"
},
"OPERATOR_LABELS": {
"equal_to": "等于",
"not_equal_to": "不等于",
"contains": "包含",
"does_not_contain": "不包含",
"is_present": "存在",
"is_not_present": "不存在",
"is_greater_than": "大于",
"is_lesser_than": "Is lesser than",
"days_before": "是 x 天前"
},
"ATTRIBUTES": {
"NAME": "姓名:",
"EMAIL": "Email",
"PHONE_NUMBER": "电话号码",
"IDENTIFIER": "Identifier",
"CITY": "城市",
"COUNTRY": "国家",
"CUSTOM_ATTRIBUTE_LIST": "列表",
"CUSTOM_ATTRIBUTE_TEXT": "文本",
"CUSTOM_ATTRIBUTE_NUMBER": "号码",
"CUSTOM_ATTRIBUTE_LINK": "链接",
"CUSTOM_ATTRIBUTE_CHECKBOX": "复选框",
"CREATED_AT": "创建于",
"LAST_ACTIVITY": "最后一次活动",
"REFERER_LINK": "Referrer link"
},
"GROUPS": {
"STANDARD_FILTERS": "标准过滤器",
"ADDITIONAL_FILTERS": "附加过滤器",
"CUSTOM_ATTRIBUTES": "自定义属性"
}
}
}

View File

@@ -54,12 +54,14 @@
"OPEN": "详细信息",
"CLOSE": "关闭",
"DETAILS": "详情",
"SNOOZED_UNTIL": "Snoozed until",
"SNOOZED_UNTIL_TOMORROW": "推迟到明天",
"SNOOZED_UNTIL_NEXT_WEEK": "推迟到下周",
"SNOOZED_UNTIL_NEXT_REPLY": "Snoozed until next reply"
},
"RESOLVE_DROPDOWN": {
"MARK_PENDING": "标记为待处理",
"SNOOZE_UNTIL": "推迟",
"SNOOZE": {
"TITLE": "推迟到",
"NEXT_REPLY": "下一个回复",
@@ -67,6 +69,11 @@
"NEXT_WEEK": "下周"
}
},
"CUSTOM_SNOOZE": {
"TITLE": "推迟到",
"APPLY": "推迟",
"CANCEL": "取消"
},
"PRIORITY": {
"TITLE": "Priority",
"OPTIONS": {

View File

@@ -1,6 +1,13 @@
{
"CSAT": {
"TITLE": "评价您的对话",
"PLACEHOLDER": "请告诉我们更多..."
"PLACEHOLDER": "请告诉我们更多...",
"RATINGS": {
"POOR": "😞 Poor",
"FAIR": "😑 Fair",
"AVERAGE": "😐 Average",
"GOOD": "😀 Good",
"EXCELLENT": "😍 Excellent"
}
}
}

View File

@@ -48,7 +48,10 @@
}
},
"UPDATE_CHATWOOT": "Chatwoot 有可用更新%{latestChatwootVersion},请更新您的应用。",
"LEARN_MORE": "了解更多"
"LEARN_MORE": "了解更多",
"PAYMENT_PENDING": "Your payment is pending. Please update your payment information to continue using Chatwoot",
"LIMITS_UPGRADE": "Your account has exceeded the usage limits, please upgrade your plan to continue using Chatwoot",
"OPEN_BILLING": "Open billing"
},
"FORMS": {
"MULTISELECT": {

View File

@@ -74,6 +74,14 @@
"DELETE": "删除文章"
}
},
"ARTICLE_SEARCH_RESULT": {
"UNCATEGORIZED": "Uncategorized",
"INSERT_ARTICLE": "Insert",
"NO_RESULT": "No articles found",
"COPY_LINK": "Copy article link to clipboard",
"OPEN_LINK": "Open article in new tab",
"PREVIEW_LINK": "Preview article"
},
"PORTAL": {
"HEADER": "门户网站",
"DEFAULT": "默认",

View File

@@ -535,7 +535,6 @@
"UPDATE": "Update business hours settings",
"TOGGLE_AVAILABILITY": "Enable business availability for this inbox",
"UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors",
"UNAVAILABLE_MESSAGE_DEFAULT": "We are unavailable at the moment. Leave a message we will respond once we are back.",
"TOGGLE_HELP": "Enabling business availability will show the available hours on live chat widget even if all the agents are offline. Outside available hours vistors can be warned with a message and a pre-chat form.",
"DAY": {
"ENABLE": "Enable availability for this day",

View File

@@ -87,6 +87,8 @@
},
"OPEN_AI": {
"TITLE": "Improve With AI",
"SUMMARY_TITLE": "Summary with AI",
"REPLY_TITLE": "Reply suggestion with AI",
"SUBTITLE": "An improved reply will be generated using AI, based on your current draft.",
"TONE": {
"TITLE": "Tone",

View File

@@ -4,6 +4,8 @@
"LOADING_CHART": "正在载入图表数据...",
"NO_ENOUGH_DATA": "我们没有收到足够的数据点来生成报告,请稍后再试。",
"DOWNLOAD_AGENT_REPORTS": "下载客服报表",
"DATA_FETCHING_FAILED": "Failed to fetch data, please try again later.",
"SUMMARY_FETCHING_FAILED": "Failed to fetch summary, please try again later.",
"METRICS": {
"CONVERSATIONS": {
"NAME": "会话",
@@ -34,6 +36,14 @@
"DESC": "(总计)"
}
},
"DATE_RANGE_OPTIONS": {
"LAST_7_DAYS": "最近7天",
"LAST_30_DAYS": "最近30天",
"LAST_3_MONTHS": "Last 3 months",
"LAST_6_MONTHS": "Last 6 months",
"LAST_YEAR": "Last year",
"CUSTOM_DATE_RANGE": "Custom date range"
},
"DATE_RANGE": [
{
"id": 0,
@@ -66,6 +76,12 @@
},
"GROUP_BY_FILTER_DROPDOWN_LABEL": "Group By",
"DURATION_FILTER_LABEL": "Duration",
"GROUPING_OPTIONS": {
"DAY": "Day",
"WEEK": "Week",
"MONTH": "Month",
"YEAR": "Year"
},
"GROUP_BY_DAY_OPTIONS": [
{
"id": 1,
@@ -388,6 +404,7 @@
"HEADER": "CSAT Reports",
"NO_RECORDS": "There are no CSAT survey responses available.",
"DOWNLOAD": "Download CSAT Reports",
"DOWNLOAD_FAILED": "Failed to download CSAT Reports",
"FILTERS": {
"AGENTS": {
"PLACEHOLDER": "Choose Agents"