From 8c772402c936574218bc9b570f309aea1e2d2ba5 Mon Sep 17 00:00:00 2001
From: Eugen Rochko <eugen@zeonfederated.com>
Date: Thu, 16 Sep 2021 11:35:58 +0200
Subject: [PATCH] New translations app.json (Russian)

---
 Localization/StringsConvertor/input/ru_RU/app.json | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Localization/StringsConvertor/input/ru_RU/app.json b/Localization/StringsConvertor/input/ru_RU/app.json
index f357a60b..103e4648 100644
--- a/Localization/StringsConvertor/input/ru_RU/app.json
+++ b/Localization/StringsConvertor/input/ru_RU/app.json
@@ -534,6 +534,15 @@
                 "show_next": "Следующее изображение",
                 "show_previous": "Предыдущее изображение"
             }
+        },
+        "account_list": {
+            "tab_bar_hint": "Current selected profile: %s. Double tap then hold to show account switcher",
+            "dismiss_account_switcher": "Dismiss Account Switcher",
+            "add_account": "Add Account"
+        },
+        "wizard": {
+            "multiple_account_switch_intro_description": "Switch between multiple accounts by holding the profile button.",
+            "accessibility_hint": "Double tap to dismiss this wizard"
         }
     }
 }
\ No newline at end of file