Tidio Live Chat - Version 4.5.0

Version Description

  • Add russian translations
Download this release

Release Info

Developer kkopaczyktidio
Plugin Icon 128x128 Tidio Live Chat
Version 4.5.0
Comparing to
See all releases

Code changes from version 4.4.0 to 4.5.0

languages/js/tidio-live-chat-ru_RU-tidio-chat-admin.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "domain": "tidio-live-chat",
3
+ "locale_data": {
4
+ "tidio-live-chat": {
5
+ "": {
6
+ "domain": "tidio-live-chat",
7
+ "plural_forms": "nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));",
8
+ "lang": "ru"
9
+ },
10
+ "Loading...": [
11
+ "Загрузка..."
12
+ ],
13
+ "Can’t be empty!": [
14
+ "Не может оставаться пустым!"
15
+ ],
16
+ "Email can’t be empty!": [
17
+ "Содержимое эл. письма не может быть пустым!"
18
+ ],
19
+ "Email is invalid!": [
20
+ "Недействительный адрес эл. почты!"
21
+ ],
22
+ "Start using Tidio": [
23
+ "Начать использовать Tidio"
24
+ ],
25
+ "Something went wrong.": [
26
+ "Что-то пошло не так."
27
+ ],
28
+ "You have been blocked for too many attempts. Please try again in an hour.": [
29
+ "Ваш аккаунт заблокирован из-за слишком большого количества попыток. Пожалуйста, повторите попытку через час."
30
+ ],
31
+ "Password can’t be empty!": [
32
+ "Поле Пароль не может оставаться пустым!"
33
+ ],
34
+ "Wrong email or password": [
35
+ "Неверный адрес эл. почты или пароль"
36
+ ],
37
+ "Go to Tidio panel": [
38
+ "Перейти на панель Tidio"
39
+ ],
40
+ "Error occured while creating, please try again!": [
41
+ "При создании произошла ошибка, пожалуйста, повторите попытку!"
42
+ ]
43
+ }
44
+ }
45
+ }
languages/tidio-live-chat-ru_RU.mo ADDED
Binary file
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: tytus-tytus, lucastidio, marcingwizdala, kkopaczyktidio
3
  Tags: free live chat, live chat, chat, chatbot, livechat, tidio, widget, zendesk, mailchimp, messenger
4
  Requires at least: 3.0
5
  Tested up to: 5.8
6
- Stable tag: 4.4.0
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -189,6 +189,10 @@ Currently, Tidio is available in English and French. Other languages are in deve
189
 
190
  == Changelog ==
191
 
 
 
 
 
192
  = 4.4.0 =
193
 
194
  - Add french, spanish and polish translations
3
  Tags: free live chat, live chat, chat, chatbot, livechat, tidio, widget, zendesk, mailchimp, messenger
4
  Requires at least: 3.0
5
  Tested up to: 5.8
6
+ Stable tag: 4.5.0
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
189
 
190
  == Changelog ==
191
 
192
+ = 4.5.0 =
193
+
194
+ - Add russian translations
195
+
196
  = 4.4.0 =
197
 
198
  - Add french, spanish and polish translations
tidio-elements.php CHANGED
@@ -4,14 +4,14 @@
4
  * Plugin Name: Tidio Chat
5
  * Plugin URI: http://www.tidio.com
6
  * Description: Tidio Live Chat - live chat boosted with chatbots for your online business. Integrates with your website in less than 20 seconds.
7
- * Version: 4.4.0
8
  * Author: Tidio Ltd.
9
  * Author URI: http://www.tidio.com
10
  * Text Domain: tidio-live-chat
11
  * Domain Path: /languages/
12
  * License: GPL2
13
  */
14
- define('TIDIOCHAT_VERSION', '4.4.0');
15
  define('AFFILIATE_CONFIG_FILE_PATH', get_template_directory().'/tidio_affiliate_ref_id.txt');
16
 
17
  class TidioLiveChat
4
  * Plugin Name: Tidio Chat
5
  * Plugin URI: http://www.tidio.com
6
  * Description: Tidio Live Chat - live chat boosted with chatbots for your online business. Integrates with your website in less than 20 seconds.
7
+ * Version: 4.5.0
8
  * Author: Tidio Ltd.
9
  * Author URI: http://www.tidio.com
10
  * Text Domain: tidio-live-chat
11
  * Domain Path: /languages/
12
  * License: GPL2
13
  */
14
+ define('TIDIOCHAT_VERSION', '4.5.0');
15
  define('AFFILIATE_CONFIG_FILE_PATH', get_template_directory().'/tidio_affiliate_ref_id.txt');
16
 
17
  class TidioLiveChat