From 84c1d21279cb2dbd99a154263bfd90251013f755 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Wed, 18 Dec 2019 17:12:20 +0100 Subject: [PATCH] =?UTF-8?q?Closes=20#2869=20-=20Added=20Swedish=20chat=20t?= =?UTF-8?q?ranslation=20-=20thanks=20to=20@pitah81=20=E2=9D=A4=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/chat/chat.coffee | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/public/assets/chat/chat.coffee b/public/assets/chat/chat.coffee index 3d13b6dea..0597a8d36 100644 --- a/public/assets/chat/chat.coffee +++ b/public/assets/chat/chat.coffee @@ -371,6 +371,23 @@ do($ = window.jQuery, window) -> '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!': 'К сожалению, ожидание свободного места требует больше времени. Повторите попытку позже или отправьте нам электронное письмо. Спасибо!' + 'sv': + 'Chat with us!': 'Chatta med oss!' + 'Scroll down to see new messages': 'Rulla ner för att se nya meddelanden' + 'Online': 'Online' + 'Offline': 'Offline' + 'Connecting': 'Ansluter' + 'Connection re-established': 'Anslutningen återupprättas' + 'Today': 'I dag' + 'Send': 'Skicka' + 'Chat closed by %s': 'Chatt stängd av %s' + 'Compose your message...': 'Skriv ditt meddelande...' + 'All colleagues are busy.': 'Alla kollegor är upptagna.' + 'You are on waiting list position %s.': 'Du är på väntelistan som position %s.' + 'Start new conversation': 'Starta ny konversation' + 'Since you didn\'t respond in the last %s minutes your conversation with %s got closed.': 'Eftersom du inte svarat inom %s minuterna i din konversation med %s så stängdes chatten.' + 'Since you didn\'t respond in the last %s minutes your conversation got closed.': 'Då du inte svarat inom de senaste %s minuterna så avslutades din chatt.' + 'We are sorry, it takes longer as expected to get an empty slot. Please try again later or send us an email. Thank you!': 'Vi är ledsna, det tar längre tid som förväntat att få en ledig plats. Försök igen senare eller skicka ett e-postmeddelande till oss. Tack!' sessionId: undefined scrolledToBottom: true scrollSnapTolerance: 10