From 2690b150d49fb1c97da0d4a8e2ef1f435e6267bc Mon Sep 17 00:00:00 2001
From: Jenkins <jenkins@ring-packaging.cx>
Date: Mon, 24 Apr 2023 19:05:27 -0400
Subject: [PATCH] i18n: automatic bump

Change-Id: Id8b36a18df0bd065e5bb39d4fb273c29b7f24a25
---
 AudioFilter/data/locale/AudioFilter_ru.json    |  2 +-
 AudioFilter/data/locale/AudioFilter_ru_RU.json |  2 +-
 AutoAnswer/data/locale/AutoAnswer_ru.json      | 14 +++++++-------
 AutoAnswer/data/locale/AutoAnswer_ru_RU.json   | 14 +++++++-------
 4 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/AudioFilter/data/locale/AudioFilter_ru.json b/AudioFilter/data/locale/AudioFilter_ru.json
index 39c3968..988dbe4 100644
--- a/AudioFilter/data/locale/AudioFilter_ru.json
+++ b/AudioFilter/data/locale/AudioFilter_ru.json
@@ -1,5 +1,5 @@
 {
-    "irfile_title": "Impulse response",
+    "irfile_title": "Импульсный ответ",
     "irfile_entries_1": "Genesis 6 Studio - Live Room Drum Set Up",
     "irfile_entries_2": "Jack Lions Concert Hall - University of York",
     "irfile_entries_3": "St. Patrick’s Church - Patrington",
diff --git a/AudioFilter/data/locale/AudioFilter_ru_RU.json b/AudioFilter/data/locale/AudioFilter_ru_RU.json
index 9ee6787..73e9772 100644
--- a/AudioFilter/data/locale/AudioFilter_ru_RU.json
+++ b/AudioFilter/data/locale/AudioFilter_ru_RU.json
@@ -1,5 +1,5 @@
 {
-    "irfile_title": "Impulse response",
+    "irfile_title": "Импульсный ответ",
     "irfile_entries_1": "Genesis 6 Studio - Live Room Drum Set Up",
     "irfile_entries_2": "Jack Lions Concert Hall - University of York",
     "irfile_entries_3": "St. Patrick’s Church - Patrington",
diff --git a/AutoAnswer/data/locale/AutoAnswer_ru.json b/AutoAnswer/data/locale/AutoAnswer_ru.json
index 2d542fa..d94d671 100644
--- a/AutoAnswer/data/locale/AutoAnswer_ru.json
+++ b/AutoAnswer/data/locale/AutoAnswer_ru.json
@@ -1,10 +1,10 @@
 {
-        "bot_trigger": "Bot trigger",
-        "trigger_summary": "Text that Bot will respond to",
-        "bot_answer": "Bot response",
-        "answer_summary": "Text that Bot will send",
+        "bot_trigger": "Срабатывание бота",
+        "trigger_summary": "Текст, на который ответит бот",
+        "bot_answer": "Ответ бота",
+        "answer_summary": "Текст, который бот отправит",
         "default_trigger": "Привет",
-        "default_answer": "Hello, currently I am busy but will answer you as soon as possible.",
-        "always_title": "Automatically activate Bot",
-        "always_summary": "Bot will be active for all conversations."
+        "default_answer": "Привет. Сейчас я не могу говорить, отвечу как будет возможность.",
+        "always_title": "Запускать бота автоматически",
+        "always_summary": "Бот будет доступен для всех бесед."
 }
\ No newline at end of file
diff --git a/AutoAnswer/data/locale/AutoAnswer_ru_RU.json b/AutoAnswer/data/locale/AutoAnswer_ru_RU.json
index 2d542fa..d94d671 100644
--- a/AutoAnswer/data/locale/AutoAnswer_ru_RU.json
+++ b/AutoAnswer/data/locale/AutoAnswer_ru_RU.json
@@ -1,10 +1,10 @@
 {
-        "bot_trigger": "Bot trigger",
-        "trigger_summary": "Text that Bot will respond to",
-        "bot_answer": "Bot response",
-        "answer_summary": "Text that Bot will send",
+        "bot_trigger": "Срабатывание бота",
+        "trigger_summary": "Текст, на который ответит бот",
+        "bot_answer": "Ответ бота",
+        "answer_summary": "Текст, который бот отправит",
         "default_trigger": "Привет",
-        "default_answer": "Hello, currently I am busy but will answer you as soon as possible.",
-        "always_title": "Automatically activate Bot",
-        "always_summary": "Bot will be active for all conversations."
+        "default_answer": "Привет. Сейчас я не могу говорить, отвечу как будет возможность.",
+        "always_title": "Запускать бота автоматически",
+        "always_summary": "Бот будет доступен для всех бесед."
 }
\ No newline at end of file
-- 
GitLab