chore: Update translations from Crowdin (#4652)

This commit is contained in:
Sojan Jose
2022-05-09 18:57:05 +05:30
committed by GitHub
parent 04dfb034cc
commit 5ce29a7beb
579 changed files with 12847 additions and 5195 deletions

View File

@@ -89,7 +89,9 @@
"DELETE_MESSAGE": "You need to have atleast one condition to save"
},
"ACTION": {
"DELETE_MESSAGE": "You need to have atleast one action to save"
"DELETE_MESSAGE": "You need to have atleast one action to save",
"TEAM_MESSAGE_INPUT_PLACEHOLDER": "Enter your message here",
"TEAM_DROPDOWN_PLACEHOLDER": "Select teams"
},
"TOGGLE": {
"ACTIVATION_TITLE": "Activate Automation Rule",
@@ -102,6 +104,13 @@
"DEACTIVATION_ERROR": "Could not Deactivate Automation, Please try again later",
"CONFIRMATION_LABEL": "是",
"CANCEL_LABEL": "否"
},
"ATTACHMENT": {
"UPLOAD_ERROR": "Could not upload attachment, Please try again",
"LABEL_IDLE": "Upload Attachment",
"LABEL_UPLOADING": "上傳中",
"LABEL_UPLOADED": "Succesfully Uploaded",
"LABEL_UPLOAD_FAILED": "Upload Failed"
}
}
}

View File

@@ -81,6 +81,7 @@
"NO_MESSAGES": "沒有訊息",
"NO_CONTENT": "沒有可用內容",
"HIDE_QUOTED_TEXT": "隱藏引用文字",
"SHOW_QUOTED_TEXT": "顯示引用文字"
"SHOW_QUOTED_TEXT": "顯示引用文字",
"MESSAGE_READ": "Read"
}
}

View File

@@ -70,6 +70,14 @@
"SUCCESS_MESSAGE": "聯絡人儲存成功",
"ERROR_MESSAGE": "出現錯誤,請重試"
},
"DELETE_NOTE": {
"CONFIRM": {
"TITLE": "確認刪除",
"MESSAGE": "Are you want sure to delete this note?",
"YES": "Yes, Delete it",
"NO": "否,保留它"
}
},
"DELETE_CONTACT": {
"BUTTON_LABEL": "刪除聯絡人",
"TITLE": "刪除聯絡人",

View File

@@ -60,6 +60,13 @@
"NOTIFICATIONS_PAGE": {
"HEADER": "通知",
"MARK_ALL_DONE": "全部標記完成",
"DELETE_TITLE": "deleted",
"UNREAD_NOTIFICATION": {
"TITLE": "Unread Notifications",
"ALL_NOTIFICATIONS": "View all notifications",
"LOADING_UNREAD_MESSAGE": "Loading unread notifications...",
"EMPTY_MESSAGE": "You have no unread notifications"
},
"LIST": {
"LOADING_MESSAGE": "載入更多通知...",
"404": "沒有通知",
@@ -101,6 +108,7 @@
"GO_TO_CONVERSATION_DASHBOARD": "Go to Conversation Dashboard",
"GO_TO_CONTACTS_DASHBOARD": "Go to Contacts Dashboard",
"GO_TO_REPORTS_OVERVIEW": "Go to Reports Overview",
"GO_TO_CONVERSATION_REPORTS": "Go to Conversation Reports",
"GO_TO_AGENT_REPORTS": "Go to Agent Reports",
"GO_TO_LABEL_REPORTS": "Go to Label Reports",
"GO_TO_INBOX_REPORTS": "Go to Inbox Reports",

View File

@@ -394,7 +394,8 @@
"FEATURES": {
"LABEL": "Features",
"DISPLAY_FILE_PICKER": "在小工具上顯示檔案選擇器",
"DISPLAY_EMOJI_PICKER": "在小工具上顯示 emoji 選擇器"
"DISPLAY_EMOJI_PICKER": "在小工具上顯示 emoji 選擇器",
"ALLOW_END_CONVERSATION": "Allow users to end conversation from the widget"
},
"SETTINGS_POPUP": {
"MESSENGER_HEADING": "Messenger 脚本",
@@ -431,6 +432,15 @@
},
"PRE_CHAT_FORM": {
"DESCRIPTION": "Pre chat forms enable you to capture user information before they start conversation with you.",
"SET_FIELDS": "Pre chat form fields",
"SET_FIELDS_HEADER": {
"FIELDS": "Fields",
"LABEL": "Label",
"PLACE_HOLDER": "Placeholder",
"KEY": "Key",
"TYPE": "類別",
"REQUIRED": "Required"
},
"ENABLE": {
"LABEL": "Enable pre chat form",
"OPTIONS": {
@@ -439,7 +449,7 @@
}
},
"PRE_CHAT_MESSAGE": {
"LABEL": "Pre Chat Message",
"LABEL": "Pre chat message",
"PLACEHOLDER": "This message would be visible to the users along with the form"
},
"REQUIRE_EMAIL": {
@@ -468,6 +478,7 @@
"IMAP": {
"TITLE": "IMAP",
"SUBTITLE": "Set your IMAP details",
"NOTE_TEXT": "To enable SMTP, please configure IMAP.",
"UPDATE": "Update IMAP settings",
"TOGGLE_AVAILABILITY": "Enable IMAP configuration for this inbox",
"TOGGLE_HELP": "Enabling IMAP will help the user to recieve email",
@@ -483,9 +494,9 @@
"LABEL": "Port",
"PLACE_HOLDER": "Port"
},
"EMAIL": {
"LABEL": "Email",
"PLACE_HOLDER": "Email"
"LOGIN": {
"LABEL": "登入",
"PLACE_HOLDER": "登入"
},
"PASSWORD": {
"LABEL": "密碼",
@@ -511,9 +522,9 @@
"LABEL": "Port",
"PLACE_HOLDER": "Port"
},
"EMAIL": {
"LABEL": "Email",
"PLACE_HOLDER": "Email"
"LOGIN": {
"LABEL": "登入",
"PLACE_HOLDER": "登入"
},
"PASSWORD": {
"LABEL": "密碼",
@@ -526,7 +537,9 @@
"ENCRYPTION": "Encryption",
"SSL_TLS": "SSL/TLS",
"START_TLS": "STARTTLS",
"OPEN_SSL_VERIFY_MODE": "Open SSL Verify Mode"
}
"OPEN_SSL_VERIFY_MODE": "Open SSL Verify Mode",
"AUTH_MECHANISM": "Authentication"
},
"NOTE": "Note: "
}
}

View File

@@ -2,6 +2,29 @@
"INTEGRATION_SETTINGS": {
"HEADER": "整合方式",
"WEBHOOK": {
"SUBSCRIBED_EVENTS": "Subscribed Events",
"FORM": {
"CANCEL": "取消",
"DESC": "Webhook 事件為您提供了有關 Chatwoot 帳戶中發生的事情的即時資訊。請輸入一個有效的URL來配置回呼。",
"SUBSCRIPTIONS": {
"LABEL": "Events",
"EVENTS": {
"CONVERSATION_CREATED": "Conversation Created",
"CONVERSATION_STATUS_CHANGED": "Conversation Status Changed",
"CONVERSATION_UPDATED": "Conversation Updated",
"MESSAGE_CREATED": "Message created",
"MESSAGE_UPDATED": "Message updated",
"WEBWIDGET_TRIGGERED": "Live chat widget opened by the user"
}
},
"END_POINT": {
"LABEL": "Webhook 網址",
"PLACEHOLDER": "例如https://example/api/webhook",
"ERROR": "請輸入一個有效的 URL"
},
"EDIT_SUBMIT": "Update webhook",
"ADD_SUBMIT": "建立 webhook"
},
"TITLE": "回呼接口位址",
"CONFIGURE": "配置",
"HEADER": "Webhook 設定",
@@ -20,35 +43,16 @@
"EDIT": {
"BUTTON_TEXT": "編輯",
"TITLE": "編輯 Webhook",
"CANCEL": "取消",
"DESC": "Webhook 事件為您提供了有關 Chatwoot 帳戶中發生的事情的即時資訊。請輸入一個有效的URL來配置回呼。",
"FORM": {
"END_POINT": {
"LABEL": "Webhook 網址",
"PLACEHOLDER": "例如https://example/api/webhook",
"ERROR": "請輸入一個有效的 URL"
},
"SUBMIT": "編輯 Webhook"
},
"API": {
"SUCCESS_MESSAGE": "Webhook URL updated successfully",
"SUCCESS_MESSAGE": "Webhook configuration updated successfully",
"ERROR_MESSAGE": "無法連接伺服器,請稍後再試"
}
},
"ADD": {
"CANCEL": "取消操作",
"TITLE": "建立新的 webhook",
"DESC": "Webhook 事件為您提供了有關 Chatwoot 帳戶中發生的事情的即時資訊。請輸入一個有效的URL來配置回呼。",
"FORM": {
"END_POINT": {
"LABEL": "Webhook 網址",
"PLACEHOLDER": "例如https://example/api/webhook",
"ERROR": "請輸入一個有效的 URL"
},
"SUBMIT": "建立 webhook"
},
"API": {
"SUCCESS_MESSAGE": "Webhook 新增成功",
"SUCCESS_MESSAGE": "Webhook configuration added successfully",
"ERROR_MESSAGE": "無法連接伺服器,請稍後再試"
}
},
@@ -60,7 +64,7 @@
},
"CONFIRM": {
"TITLE": "確認刪除",
"MESSAGE": "您確定要刪除吗? ",
"MESSAGE": "Are you sure to delete the webhook? (%{webhookURL})",
"YES": "是,刪除 ",
"NO": "否,保留它"
}

View File

@@ -1,6 +1,6 @@
{
"REPORT": {
"HEADER": "總覽",
"HEADER": "對話",
"LOADING_CHART": "正在載入图表數據...",
"NO_ENOUGH_DATA": "我們没有收到足夠的數據來生成報表,請稍後再試。",
"DOWNLOAD_AGENT_REPORTS": "下載客服報告",
@@ -18,12 +18,16 @@
"DESC": "(總計)"
},
"FIRST_RESPONSE_TIME": {
"NAME": "首次回覆時間",
"DESC": "( 平均)"
"NAME": "First Response Time",
"DESC": "( 平均)",
"INFO_TEXT": "Total number of conversations used for computation:",
"TOOLTIP_TEXT": "First Response Time is %{metricValue} (based on %{conversationCount} conversations)"
},
"RESOLUTION_TIME": {
"NAME": "解決時間",
"DESC": "( 平均)"
"DESC": "( 平均)",
"INFO_TEXT": "Total number of conversations used for computation:",
"TOOLTIP_TEXT": "Resolution Time is %{metricValue} (based on %{conversationCount} conversations)"
},
"RESOLUTION_COUNT": {
"NAME": "已解決的數量",
@@ -108,7 +112,8 @@
"id": 4,
"groupBy": "Year"
}
]
],
"BUSINESS_HOURS": "服務時間"
},
"AGENT_REPORTS": {
"HEADER": "客服總覽",
@@ -130,12 +135,16 @@
"DESC": "(總計)"
},
"FIRST_RESPONSE_TIME": {
"NAME": "首次回覆時間",
"DESC": "( 平均)"
"NAME": "First Response Time",
"DESC": "( 平均)",
"INFO_TEXT": "Total number of conversations used for computation:",
"TOOLTIP_TEXT": "First Response Time is %{metricValue} (based on %{conversationCount} conversations)"
},
"RESOLUTION_TIME": {
"NAME": "解決時間",
"DESC": "( 平均)"
"DESC": "( 平均)",
"INFO_TEXT": "Total number of conversations used for computation:",
"TOOLTIP_TEXT": "Resolution Time is %{metricValue} (based on %{conversationCount} conversations)"
},
"RESOLUTION_COUNT": {
"NAME": "已解決的數量",
@@ -193,12 +202,16 @@
"DESC": "(總計)"
},
"FIRST_RESPONSE_TIME": {
"NAME": "首次回覆時間",
"DESC": "( 平均)"
"NAME": "First Response Time",
"DESC": "( 平均)",
"INFO_TEXT": "Total number of conversations used for computation:",
"TOOLTIP_TEXT": "First Response Time is %{metricValue} (based on %{conversationCount} conversations)"
},
"RESOLUTION_TIME": {
"NAME": "解決時間",
"DESC": "( 平均)"
"DESC": "( 平均)",
"INFO_TEXT": "Total number of conversations used for computation:",
"TOOLTIP_TEXT": "Resolution Time is %{metricValue} (based on %{conversationCount} conversations)"
},
"RESOLUTION_COUNT": {
"NAME": "已解決的數量",
@@ -256,12 +269,16 @@
"DESC": "(總計)"
},
"FIRST_RESPONSE_TIME": {
"NAME": "首次回覆時間",
"DESC": "( 平均)"
"NAME": "First Response Time",
"DESC": "( 平均)",
"INFO_TEXT": "Total number of conversations used for computation:",
"TOOLTIP_TEXT": "First Response Time is %{metricValue} (based on %{conversationCount} conversations)"
},
"RESOLUTION_TIME": {
"NAME": "解決時間",
"DESC": "( 平均)"
"DESC": "( 平均)",
"INFO_TEXT": "Total number of conversations used for computation:",
"TOOLTIP_TEXT": "Resolution Time is %{metricValue} (based on %{conversationCount} conversations)"
},
"RESOLUTION_COUNT": {
"NAME": "已解決的數量",
@@ -319,12 +336,16 @@
"DESC": "(總計)"
},
"FIRST_RESPONSE_TIME": {
"NAME": "首次回覆時間",
"DESC": "( 平均)"
"NAME": "First Response Time",
"DESC": "( 平均)",
"INFO_TEXT": "Total number of conversations used for computation:",
"TOOLTIP_TEXT": "First Response Time is %{metricValue} (based on %{conversationCount} conversations)"
},
"RESOLUTION_TIME": {
"NAME": "解決時間",
"DESC": "( 平均)"
"DESC": "( 平均)",
"INFO_TEXT": "Total number of conversations used for computation:",
"TOOLTIP_TEXT": "Resolution Time is %{metricValue} (based on %{conversationCount} conversations)"
},
"RESOLUTION_COUNT": {
"NAME": "已解決的數量",
@@ -392,5 +413,33 @@
"TOOLTIP": "Total number of responses / Total number of CSAT survey messages sent * 100"
}
}
},
"OVERVIEW_REPORTS": {
"HEADER": "總覽",
"LIVE": "Live",
"ACCOUNT_CONVERSATIONS": {
"HEADER": "Open Conversations",
"LOADING_MESSAGE": "Loading conversation metrics...",
"OPEN": "打開",
"UNATTENDED": "Unattended",
"UNASSIGNED": "未指派的"
},
"AGENT_CONVERSATIONS": {
"HEADER": "Conversations by agents",
"LOADING_MESSAGE": "Loading agent metrics...",
"NO_AGENTS": "There are no conversations by agents",
"TABLE_HEADER": {
"AGENT": "客服",
"OPEN": "OPEN",
"UNATTENDED": "Unattended",
"STATUS": "狀態"
}
},
"AGENT_STATUS": {
"HEADER": "Agent status",
"ONLINE": "線上的",
"BUSY": "忙碌中",
"OFFLINE": "離線的"
}
}
}
}

View File

@@ -15,6 +15,9 @@
"SUCCESS_MESSAGE": "成功修改密碼",
"ERROR_MESSAGE": "無法連接伺服器,請稍後再試"
},
"CAPTCHA": {
"ERROR": "Verification expired. Please solve captcha again."
},
"SUBMIT": "送出"
}
}

View File

@@ -131,6 +131,10 @@
"BUTTON_TEXT": "複製",
"COPY_SUCCESSFUL": "代碼複製到剪貼簿成功"
},
"SHOW_MORE_BLOCK": {
"SHOW_MORE": "Show More",
"SHOW_LESS": "Show Less"
},
"FILE_BUBBLE": {
"DOWNLOAD": "下載",
"UPLOADING": "上傳中..."
@@ -147,6 +151,7 @@
},
"SIDEBAR": {
"CURRENTLY_VIEWING_ACCOUNT": "Currently viewing:",
"SWITCH": "Switch",
"CONVERSATIONS": "會話",
"ALL_CONVERSATIONS": "所有對話",
"MENTIONED_CONVERSATIONS": "Mentions",
@@ -173,7 +178,7 @@
"NEW_LABEL": "New label",
"NEW_TEAM": "New team",
"NEW_INBOX": "New inbox",
"REPORTS_OVERVIEW": "總覽",
"REPORTS_CONVERSATION": "對話",
"CSAT": "CSAT",
"CAMPAIGNS": "Campaigns",
"ONGOING": "Ongoing",
@@ -183,7 +188,8 @@
"REPORTS_INBOX": "收件匣",
"REPORTS_TEAM": "Team",
"SET_AVAILABILITY_TITLE": "Set yourself as",
"BETA": "Beta"
"BETA": "Beta",
"REPORTS_OVERVIEW": "總覽"
},
"CREATE_ACCOUNT": {
"NO_ACCOUNT_WARNING": "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue.",

View File

@@ -21,7 +21,8 @@
"PASSWORD": {
"LABEL": "密碼",
"PLACEHOLDER": "密碼",
"ERROR": "密碼太短了"
"ERROR": "密碼太短了",
"IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character"
},
"CONFIRM_PASSWORD": {
"LABEL": "請確認密碼",

View File

@@ -83,7 +83,7 @@
"SELECT_ALL": "選取所有克服",
"SELECTED_COUNT": "%{total} 中的 %{selected} 個客服被選取",
"BUTTON_TEXT": "新增客服",
"AGENT_VALIDATION_ERROR": "至少選擇一個客服"
"AGENT_VALIDATION_ERROR": "Select at least one agent."
},
"FINISH": {
"TITLE": "你的團隊已經準備好了",