From c74ddc2d49e0e7ef4e6ccf4bca0e13c9e6e971ce Mon Sep 17 00:00:00 2001
From: Jenkins <jenkins@ring-packaging.cx>
Date: Mon, 19 Sep 2022 18:35:27 -0400
Subject: [PATCH] i18n: automatic bump

Change-Id: Ibfd8772ab3cf86e7160da8b365893ef2fbe6da2e
---
 AutoAnswer/data/locale/AutoAnswer_id.json    | 16 ++++++++--------
 AutoAnswer/data/locale/AutoAnswer_ru.json    |  2 +-
 AutoAnswer/data/locale/AutoAnswer_ru_RU.json |  2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/AutoAnswer/data/locale/AutoAnswer_id.json b/AutoAnswer/data/locale/AutoAnswer_id.json
index 11851eb..9c6e5ce 100644
--- a/AutoAnswer/data/locale/AutoAnswer_id.json
+++ b/AutoAnswer/data/locale/AutoAnswer_id.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",
-        "default_trigger": "Hi",
-        "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."
+        "bot_trigger": "Pemicu bot",
+        "trigger_summary": "Teks yang akan direspons oleh Bot",
+        "bot_answer": "Respons bot",
+        "answer_summary": "Teks yang akan dikirim Bot",
+        "default_trigger": "Hai",
+        "default_answer": "Halo, saat ini saya sedang sibuk nanti akan saya balas sesegera mungkin.",
+        "always_title": "Mengaktifkan Bot secara otomatis",
+        "always_summary": "Bot akan aktif untuk semua percakapan."
 }
\ No newline at end of file
diff --git a/AutoAnswer/data/locale/AutoAnswer_ru.json b/AutoAnswer/data/locale/AutoAnswer_ru.json
index 11851eb..2d542fa 100644
--- a/AutoAnswer/data/locale/AutoAnswer_ru.json
+++ b/AutoAnswer/data/locale/AutoAnswer_ru.json
@@ -3,7 +3,7 @@
         "trigger_summary": "Text that Bot will respond to",
         "bot_answer": "Bot response",
         "answer_summary": "Text that Bot will send",
-        "default_trigger": "Hi",
+        "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."
diff --git a/AutoAnswer/data/locale/AutoAnswer_ru_RU.json b/AutoAnswer/data/locale/AutoAnswer_ru_RU.json
index 11851eb..2d542fa 100644
--- a/AutoAnswer/data/locale/AutoAnswer_ru_RU.json
+++ b/AutoAnswer/data/locale/AutoAnswer_ru_RU.json
@@ -3,7 +3,7 @@
         "trigger_summary": "Text that Bot will respond to",
         "bot_answer": "Bot response",
         "answer_summary": "Text that Bot will send",
-        "default_trigger": "Hi",
+        "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."
-- 
GitLab