chore: Translation updates (#2639)

This commit is contained in:
Sojan Jose
2021-07-16 00:04:09 +05:30
committed by GitHub
parent eda52930be
commit 3941c6f32b
175 changed files with 2415 additions and 210 deletions

View File

@@ -14,6 +14,17 @@
"PLACEHOLDER": "Please enter the title of campaign",
"ERROR": "標題為必填"
},
"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"
},
"MESSAGE": {
"LABEL": "訊息",
"PLACEHOLDER": "Please enter the message of campaign",
@@ -72,6 +83,7 @@
"STATUS": "狀態",
"SENDER": "發送者",
"URL": "URL",
"SCHEDULED_AT": "Scheduled time",
"TIME_ON_PAGE": "時間(秒)",
"CREATED_AT": "建立於"
},
@@ -82,7 +94,9 @@
},
"STATUS": {
"ENABLED": "已啟用",
"DISABLED": "已停用"
"DISABLED": "已停用",
"COMPLETED": "Completed",
"ACTIVE": "Active"
},
"SENDER": {
"BOT": "機器人"

View File

@@ -127,6 +127,14 @@
"ERROR_MESSAGE": "我們無法驗證 Twilio 憑證,請重試"
}
},
"SMS": {
"TITLE": "SMS Channel via Twilio",
"DESC": "Start supporting your customers via SMS with Twilio integration."
},
"WHATSAPP": {
"TITLE": "Whatsapp Channel via Twilio",
"DESC": "Start supporting your customers via Whatsapp with Twilio integration."
},
"API_CHANNEL": {
"TITLE": "API 頻道",
"DESC": "與 API 頻道互動,開始服務客戶。",
@@ -165,8 +173,8 @@
"FINISH_MESSAGE": "開始將您的電子信箱轉發到以下電子信箱地址。"
},
"AUTH": {
"TITLE": "頻道",
"DESC": "目前我們支持網站線上聊天小元件、Facebook 頁面和 Twitter 配置文件作為平台。 我們在工作中擁有更多平台,如 WhatsappEmail、Telegram 和 Line這些平台將很快支援。"
"TITLE": "Choose a channel",
"DESC": "Chatwoot supports live-chat widget, Facebook page, Twitter profile, Whatsapp, Email etc., as channels. If you want to build a custom channel, you can create it using the API channel. Select one channel from the options below to proceed."
},
"AGENTS": {
"TITLE": "客服",

View File

@@ -1,6 +1,6 @@
{
"REPORT": {
"HEADER": "報表",
"HEADER": "Overview",
"LOADING_CHART": "正在載入图表數據...",
"NO_ENOUGH_DATA": "我們没有收到足夠的數據來生成報表,請稍後再試。",
"DOWNLOAD_AGENT_REPORTS": "下載客服報告",
@@ -50,7 +50,41 @@
{
"id": 4,
"name": "去年"
},
{
"id": 5,
"name": "Custom date range"
}
]
],
"CUSTOM_DATE_RANGE": {
"CONFIRM": "Apply",
"PLACEHOLDER": "Select date range"
}
},
"CSAT_REPORTS": {
"HEADER": "CSAT Reports",
"NO_RECORDS": "There are no CSAT survey responses available.",
"TABLE": {
"HEADER": {
"CONTACT_NAME": "Contact",
"AGENT_NAME": "Assigned agent",
"RATING": "Rating",
"FEEDBACK_TEXT": "Feedback comment"
}
},
"METRIC": {
"TOTAL_RESPONSES": {
"LABEL": "Total responses",
"TOOLTIP": "Total number of responses collected"
},
"SATISFACTION_SCORE": {
"LABEL": "Satisfaction score",
"TOOLTIP": "Total number of positive responses / Total number of responses * 100"
},
"RESPONSE_RATE": {
"LABEL": "Response rate",
"TOOLTIP": "Total number of responses / Total number of CSAT survey messages sent * 100"
}
}
}
}

View File

@@ -143,7 +143,9 @@
"LABELS": "標籤",
"TEAMS": "團隊",
"ALL_CONTACTS": "All Contacts",
"TAGGED_WITH": "Tagged with"
"TAGGED_WITH": "Tagged with",
"REPORTS_OVERVIEW": "Overview",
"CSAT": "CSAT"
},
"CREATE_ACCOUNT": {
"NEW_ACCOUNT": "新帳戶",