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:
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"welcome": "Welcome, {user_name}!",
|
||||||
"main_menu_greeting": "Hi, {user_name}! 👋\nWhat would you like to do?",
|
"main_menu_greeting": "Hi, {user_name}! 👋\nWhat would you like to do?",
|
||||||
|
|
||||||
"menu_activate_trial_button": "🆓 Free Trial",
|
"menu_activate_trial_button": "🆓 Free Trial",
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"welcome": "Добро пожаловать, {user_name}!",
|
||||||
"main_menu_greeting": "Привет, {user_name}! 👋\nЧто бы вы хотели сделать?",
|
"main_menu_greeting": "Привет, {user_name}! 👋\nЧто бы вы хотели сделать?",
|
||||||
|
|
||||||
"menu_activate_trial_button": "🆓 Пробный период",
|
"menu_activate_trial_button": "🆓 Пробный период",
|
||||||
|
|||||||
Reference in New Issue
Block a user