From 3706bf0c6c30fa941425bb7ab8af708963ec2426 Mon Sep 17 00:00:00 2001 From: Never Date: Mon, 9 Jan 2017 20:47:12 +0800 Subject: [PATCH] Chinese for the Chat widget (#595) Chinese for the Chat widget. --- public/assets/chat/chat.coffee | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/public/assets/chat/chat.coffee b/public/assets/chat/chat.coffee index b41f06e2c..4d0e34c8f 100644 --- a/public/assets/chat/chat.coffee +++ b/public/assets/chat/chat.coffee @@ -213,6 +213,40 @@ do($ = window.jQuery, window) -> 'Since you didn\'t respond in the last %s minutes your conversation with %s got closed.': 'Si vous ne répondez pas dans les %s minutes, votre conversation avec %s va être fermée.' 'Since you didn\'t respond in the last %s minutes your conversation got closed.': 'Si vous ne répondez pas dans les %s minutes, votre conversation va être fermée.' 'We are sorry, it takes longer as expected to get an empty slot. Please try again later or send us an email. Thank you!': 'Nous sommes désolés, il faut plus de temps que prévu pour obtenir un emplacement vide. Veuillez réessayer ultérieurement ou nous envoyer un courriel. Je vous remercie!' + zh-cn: + 'Chat with us!': '发起即时对话!' + 'Scroll down to see new messages': '向下滚动以查看新消息' + 'Online': '在线' + 'Online': '在线' + 'Offline': '离线' + 'Connecting': '连接中' + 'Connection re-established': '正在重新建立连接' + 'Today': '今天' + 'Send': '发送' + 'Compose your message...': '正在输入信息...' + 'All colleagues are busy.': '所有工作人员都在忙碌中.' + 'You are on waiting list position %s.': '您目前的等候位置是第 %s 位.' + 'Start new conversation': '开始新的会话' + 'Since you didn\'t respond in the last %s minutes your conversation with %s got closed.': '由于您超过 %s 分钟没有回复, 您与 %s 的会话已被关闭.' + 'Since you didn\'t respond in the last %s minutes your conversation got closed.': '由于您超过 %s 分钟没有任何回复, 该对话已被关闭.' + 'We are sorry, it takes longer as expected to get an empty slot. Please try again later or send us an email. Thank you!': '非常抱歉, 目前需要等候更长的时间才能接入对话, 请稍后重试或向我们发送电子邮件. 谢谢!' + zh-tw: + 'Chat with us!': '開始即時對话!' + 'Scroll down to see new messages': '向下滑動以查看新訊息' + 'Online': '線上' + 'Online': '線上' + 'Offline': '离线' + 'Connecting': '連線中' + 'Connection re-established': '正在重新建立連線中' + 'Today': '今天' + 'Send': '發送' + 'Compose your message...': '正在輸入訊息...' + 'All colleagues are busy.': '所有服務人員都在忙碌中.' + 'You are on waiting list position %s.': '你目前的等候位置是第 %s 順位.' + 'Start new conversation': '開始新的對話' + 'Since you didn\'t respond in the last %s minutes your conversation with %s got closed.': '由於你超過 %s 分鐘沒有回應, 你與 %s 的對話已被關閉.' + 'Since you didn\'t respond in the last %s minutes your conversation got closed.': '由於你超過 %s 分鐘沒有任何回應, 該對話已被關閉.' + 'We are sorry, it takes longer as expected to get an empty slot. Please try again later or send us an email. Thank you!': '非常抱歉, 當前需要等候更長的時間方可排入對話程序, 請稍後重試或向我們寄送電子郵件. 謝謝!' sessionId: undefined scrolledToBottom: true scrollSnapTolerance: 10