function()

in css/jetbrains-bundle/sales-chat.js [3820:3883]


/***/ function(module, exports) {

	var i18n = {
	  en: {
	    text_chat_header_online: 'Ask Sales', // 'Live Chat' by default
	    text_chat_button_online: 'Ask Sales', // 'Chat With Us' by default
	    text_chat_header_offline: 'Ask Sales', // 'Live Chat' by default
	    text_chat_button_offline: 'Leave a message', // 'Leave a Message' by default
	    text_chat_offline_message: null, // 'Sorry, we aren't online at the moment. Leave a message and we'll get back to you.' by default
	    text_we_are_online: 'We are Online', // 'We're Online' - text on the banner
	    text_type_your_message: 'Type your message here', // 'Type your message' - text under the banner
	    text_concierge_title: null, // 'JetBrains Sales' by default, before the chat is started by agent
	    text_under_concierge_title: 'Sales Representative', // When the chat is active, 'byline' under the agent line
	    text_inner_button_1: null, // 'Send message' by default
	    text_inner_button_2: null // 'One more message' by default
	  },

	  de: {
	    text_chat_header_online: 'Frage an Sales Team', // 'Live Chat' by default
	    text_chat_button_online: 'Frage an Sales Team', // 'Chat With Us' by default
	    text_chat_header_offline: 'Frage an Sales Team', // 'Live Chat' by default
	    text_chat_button_offline: 'Eine Nachricht hinterlassen', // 'Leave a Message' by default
	    text_chat_offline_message: null, //'Sorry, we aren't online at the moment. Leave a message and we'll get back to you.' by default
	    text_we_are_online: 'Wir sind online', // 'We're Online' - text on the banner
	    text_type_your_message: 'Schreiben Sie ihre Nachricht hier', // 'Type your message' - text under the banner
	    text_concierge_title: null, // 'JetBrains Sales' by default, before the chat is started by agent
	    text_under_concierge_title: 'Kundendienst', // When the chat is active, 'byline' under the agent line
	    text_inner_button_1: null, // 'Send message' by default
	    text_inner_button_2: null // 'One more message' by default
	  },

	  ru: {
	    text_chat_header_online: 'Спросите отдел продаж', // 'Live Chat' by default
	    text_chat_button_online: 'Спросите отдел продаж', // 'Chat With Us' by default
	    text_chat_header_offline: 'Спросите отдел продаж', // 'Live Chat' by default
	    text_chat_button_offline: 'Оставьте сообщение', // 'Leave a Message' by default
	    text_chat_offline_message: null, //'Sorry, we aren't online at the moment. Leave a message and we'll get back to you.' by default
	    text_we_are_online: 'Мы онлайн', // 'We're Online' - text on the banner
	    text_type_your_message: 'Введите сообщение', // 'Type your message' - text under the banner
	    text_concierge_title: null, // 'JetBrains Sales' by default, before the chat is started by agent
	    text_under_concierge_title: 'Поддержка пользователей', // When the chat is active, 'byline' under the agent line
	    text_inner_button_1: null, // 'Send message' by default
	    text_inner_button_2: null // 'One more message' by default
	  },

	  'zh-cn': {
	    text_chat_header_online: '在线销售咨询', // 'Live Chat' by default
	    text_chat_button_online: '在线销售咨询', // 'Chat With Us' by default
	    text_chat_header_offline: '在线销售咨询', // 'Live Chat' by default
	    text_chat_button_offline: '留下信息', // 'Leave a Message' by default
	    text_chat_offline_message: null, //'Sorry, we aren't online at the moment. Leave a message and we'll get back to you.' by default
	    text_we_are_online: '我们正在线上', // 'We're Online' - text on the banner
	    text_type_your_message: '请输入信息', // 'Type your message' - text under the banner
	    text_concierge_title: null, // 'JetBrains Sales' by default, before the chat is started by agent
	    text_under_concierge_title: '销售代表', // When the chat is active, 'byline' under the agent line
	    text_inner_button_1: null, // 'Send message' by default
	    text_inner_button_2: null // 'One more message' by default
	  }
	};

	module.exports = i18n;


/***/ }