Add welcome messages in English and Russian localization

- Introduced a new "welcome" message for users in both English and Russian, enhancing the user experience with personalized greetings.
This commit is contained in:
machka-pasla
2025-08-28 21:46:59 +03:00
parent 97268b9906
commit b576d04501
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
{
"welcome": "Welcome, {user_name}!",
"main_menu_greeting": "Hi, {user_name}! 👋\nWhat would you like to do?",
"menu_activate_trial_button": "🆓 Free Trial",
+1
View File
@@ -1,4 +1,5 @@
{
"welcome": "Добро пожаловать, {user_name}!",
"main_menu_greeting": "Привет, {user_name}! 👋\nЧто бы вы хотели сделать?",
"menu_activate_trial_button": "🆓 Пробный период",