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": "Error while creating segment"
}
},
"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": "建立於"
},
"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",
"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 tomorrow",
"SNOOZED_UNTIL_NEXT_WEEK": "Snoozed until next week",
"SNOOZED_UNTIL_NEXT_REPLY": "Snoozed until next reply"
},
"RESOLVE_DROPDOWN": {
"MARK_PENDING": "標記為待處理",
"SNOOZE_UNTIL": "Snooze",
"SNOOZE": {
"TITLE": "Snooze until",
"NEXT_REPLY": "下個回覆",
@@ -67,6 +69,11 @@
"NEXT_WEEK": "下週"
}
},
"CUSTOM_SNOOZE": {
"TITLE": "Snooze until",
"APPLY": "Snooze",
"CANCEL": "取消"
},
"PRIORITY": {
"TITLE": "Priority",
"OPTIONS": {

View File

@@ -1,6 +1,13 @@
{
"CSAT": {
"TITLE": "Rate your conversation",
"PLACEHOLDER": "告訴我們更多..."
"PLACEHOLDER": "告訴我們更多...",
"RATINGS": {
"POOR": "😞 Poor",
"FAIR": "😑 Fair",
"AVERAGE": "😐 Average",
"GOOD": "😀 Good",
"EXCELLENT": "😍 Excellent"
}
}
}

View File

@@ -48,7 +48,10 @@
}
},
"UPDATE_CHATWOOT": "An update %{latestChatwootVersion} for Chatwoot is available. Please update your instance.",
"LEARN_MORE": "Learn more"
"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": "Delete article"
}
},
"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": "Portals",
"DEFAULT": "Default",

View File

@@ -535,7 +535,6 @@
"UPDATE": "更新服務時間設定",
"TOGGLE_AVAILABILITY": "啟用收件匣可用服務時間",
"UNAVAILABLE_MESSAGE_LABEL": "Unavailable message for visitors",
"UNAVAILABLE_MESSAGE_DEFAULT": "我們現在無法回覆您的訊息。請留言,我們會盡快聯絡您。",
"TOGGLE_HELP": "啟用服務時間將會在 live chat 小工具上顯示你的服務時間,就算所有客服都不在線上。若不在服務時間內,訪客將會被提醒及傳送 pre-chat 表單",
"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_6_MONTHS": "六個月內",
"LAST_YEAR": "去年",
"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"