chore: New Crowdin Translation updates (#2063)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"INITIATED_FROM": "啟動自:",
|
||||
"INITIATED_AT": "發起於",
|
||||
"IP_ADDRESS": "IP Address",
|
||||
"NEW_MESSAGE": "New message",
|
||||
"CONVERSATIONS": {
|
||||
"NO_RECORDS_FOUND": "此聯繫人没有關聯到以前的會話。",
|
||||
"TITLE": "上一次對話"
|
||||
@@ -71,7 +72,9 @@
|
||||
},
|
||||
"PHONE_NUMBER": {
|
||||
"PLACEHOLDER": "請輸入聯絡人電話",
|
||||
"LABEL": "聯絡人電話"
|
||||
"LABEL": "聯絡人電話",
|
||||
"HELP": "Phone number should be of E.164 format eg: +1415555555 [+][country code][area code][local phone number]",
|
||||
"ERROR": "Phone number should be either empty or of E.164 format"
|
||||
},
|
||||
"LOCATION": {
|
||||
"PLACEHOLDER": "請輸入聯絡人位置",
|
||||
@@ -104,6 +107,30 @@
|
||||
"CONTACT_ALREADY_EXIST": "這個電子信箱已經被其他聯絡人使用了。",
|
||||
"ERROR_MESSAGE": "出現錯誤,請重試"
|
||||
},
|
||||
"NEW_CONVERSATION": {
|
||||
"BUTTON_LABEL": "Start conversation",
|
||||
"TITLE": "New conversation",
|
||||
"DESC": "Start a new conversation by sending a new message.",
|
||||
"NO_INBOX": "Couldn't find an inbox to initiate a new conversation with this contact.",
|
||||
"FORM": {
|
||||
"TO": {
|
||||
"LABEL": "To"
|
||||
},
|
||||
"INBOX": {
|
||||
"LABEL": "Inbox",
|
||||
"ERROR": "Select an inbox"
|
||||
},
|
||||
"MESSAGE": {
|
||||
"LABEL": "Message",
|
||||
"PLACEHOLDER": "Write your message here",
|
||||
"ERROR": "Message can't be empty"
|
||||
},
|
||||
"SUBMIT": "Send message",
|
||||
"CANCEL": "取消操作",
|
||||
"SUCCESS_MESSAGE": "Message sent!",
|
||||
"ERROR_MESSAGE": "Couldn't send! try again"
|
||||
}
|
||||
},
|
||||
"CONTACTS_PAGE": {
|
||||
"HEADER": "Contacts",
|
||||
"SEARCH_BUTTON": "Search",
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
"LOADING_CONVERSATIONS": "加載更多對話",
|
||||
"CANNOT_REPLY": "您不能回覆,原因是:",
|
||||
"24_HOURS_WINDOW": "24 小時消息視窗限制",
|
||||
"TWILIO_WHATSAPP_CAN_REPLY": "You can only reply to this conversation using a template message due to",
|
||||
"TWILIO_WHATSAPP_24_HOURS_WINDOW": "24 小時消息視窗限制",
|
||||
"LAST_INCOMING_TWEET": "You are replying to the last incoming tweet",
|
||||
"REPLYING_TO": "You are replying to:",
|
||||
"REMOVE_SELECTION": "Remove Selection",
|
||||
@@ -29,10 +31,14 @@
|
||||
"HEADER": {
|
||||
"RESOLVE_ACTION": "已解決",
|
||||
"REOPEN_ACTION": "重新打開",
|
||||
"OPEN_ACTION": "打開",
|
||||
"OPEN": "詳細資訊",
|
||||
"CLOSE": "關閉",
|
||||
"DETAILS": "詳情"
|
||||
},
|
||||
"RESOLVE_DROPDOWN": {
|
||||
"OPEN_BOT": "Open with bot"
|
||||
},
|
||||
"FOOTER": {
|
||||
"MSG_INPUT": "輸入“/”開始選擇快捷回覆",
|
||||
"PRIVATE_MSG_INPUT": "Shift + 輸入新行。這只對客服可以看見"
|
||||
@@ -52,6 +58,7 @@
|
||||
"CHANGE_STATUS": "對話狀態已更改",
|
||||
"CHANGE_AGENT": "對話分配人已更改",
|
||||
"CHANGE_TEAM": "Conversation team changed",
|
||||
"FILE_SIZE_LIMIT": "File exceeds the {MAXIMUM_FILE_UPLOAD_SIZE} attachment limit",
|
||||
"SENT_BY": "Sent by:",
|
||||
"ASSIGNMENT": {
|
||||
"SELECT_AGENT": "Select Agent",
|
||||
|
||||
@@ -194,6 +194,7 @@
|
||||
"TITLE": "您的收件匣已準備就緒!",
|
||||
"MESSAGE": "您現在可以通過您的新頻道與您的客户聯繫。開心的支援客戶吧 ",
|
||||
"BUTTON_TEXT": "带我到這裡",
|
||||
"MORE_SETTINGS": "More settings",
|
||||
"WEBSITE_SUCCESS": "您已成功完成建立網站頻道。複製下面顯示的代碼並將其黏貼在您的網站上。 下次客户使用即時聊天時,對話將自動出現在您的收件匣中。"
|
||||
},
|
||||
"REAUTH": "重新授權",
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
"LINK": "個人資料設定",
|
||||
"TITLE": "個人資料設定",
|
||||
"BTN_TEXT": "更新個人資料",
|
||||
"UPDATE_SUCCESS": "Your profile has been updated successfully",
|
||||
"PASSWORD_UPDATE_SUCCESS": "Your password has been changed successfully",
|
||||
"AFTER_EMAIL_CHANGED": "您的個人資料已成功更新,請在您的登入憑證更改後重新登入",
|
||||
"FORM": {
|
||||
"AVATAR": "頭像",
|
||||
@@ -16,12 +18,18 @@
|
||||
},
|
||||
"PASSWORD_SECTION": {
|
||||
"TITLE": "密碼",
|
||||
"NOTE": "更新您的密碼會在多個設備中重置您的登入資訊。"
|
||||
"NOTE": "更新您的密碼會在多個設備中重置您的登入資訊。",
|
||||
"BTN_TEXT": "Change password"
|
||||
},
|
||||
"ACCESS_TOKEN": {
|
||||
"TITLE": "訪問 token",
|
||||
"NOTE": "如果要構建基於 API 的整合,則可以使用此 token"
|
||||
},
|
||||
"AUDIO_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "Audio Notifications",
|
||||
"NOTE": "Enable audio notifications in dashboard for new messages and conversations.",
|
||||
"ENABLE_AUDIO": "Play audio notification when a new conversation is created or new messages arrives"
|
||||
},
|
||||
"EMAIL_NOTIFICATIONS_SECTION": {
|
||||
"TITLE": "電子信箱通知",
|
||||
"NOTE": "在此更新您的電子信箱通知設定",
|
||||
|
||||
Reference in New Issue
Block a user