feat: prompt users to start Telegram bot for notifications

This commit is contained in:
3252a8
2026-05-30 21:15:17 +03:00
parent 8c0e778388
commit acc222da41
28 changed files with 854 additions and 41 deletions
+9
View File
@@ -7,6 +7,9 @@
"channel_subscription_verified_success": "✅ Subscription confirmed! You're good to go.",
"webapp_auth_success": "✅ Login confirmed. Return to the Web App.",
"webapp_auth_expired": "The login link has expired. Return to the Web App and try again.",
"telegram_notifications_enabled_message": "✅ Telegram notifications are enabled.",
"telegram_notifications_open_app_button": "Open account",
"telegram_notifications_started": "✅ Notifications are enabled. The bot can now send important messages.",
"main_menu_greeting": "Hi, {user_name}! 👋\nOpen \"Personal Account\" to set up the connection, view your subscription, or renew access.",
"menu_activate_trial_button": "🆓 Free Trial",
"menu_subscribe_inline": "🚀 Purchase",
@@ -874,6 +877,12 @@
"wa_settings_telegram_linked_title": "Telegram linked",
"wa_settings_link_email_action": "Link email",
"wa_settings_email_linked_title": "Email linked",
"wa_telegram_notifications_banner_title": "Enable Telegram notifications",
"wa_telegram_notifications_banner_text": "The bot can send subscription, payment, and support updates only after you allow messages or start the chat.",
"wa_telegram_notifications_blocked_title": "The bot cannot send notifications",
"wa_telegram_notifications_blocked_text": "Open the bot in Telegram and unblock the chat, then return to the app.",
"wa_telegram_notifications_open_bot": "Start bot",
"wa_telegram_notifications_link_unavailable": "Bot link is not available yet",
"wa_activate_promo_title": "Activate promo code",
"wa_traffic_reset_none": "No reset",
"wa_traffic_reset_monthly": "Monthly reset",
+9
View File
@@ -7,6 +7,9 @@
"channel_subscription_verified_success": "✅ Подписка подтверждена! Можно продолжать.",
"webapp_auth_success": "✅ Вход подтвержден. Вернитесь в Web App.",
"webapp_auth_expired": "Ссылка авторизации устарела. Вернитесь в Web App и попробуйте еще раз.",
"telegram_notifications_enabled_message": "✅ Уведомления в Telegram включены.",
"telegram_notifications_open_app_button": "Открыть кабинет",
"telegram_notifications_started": "✅ Уведомления включены. Теперь бот сможет присылать важные сообщения.",
"main_menu_greeting": "Привет, {user_name}! 👋\nПерейдите в \"Личный кабинет\", чтобы настроить подключение, посмотреть подписку или продлить доступ.",
"menu_activate_trial_button": "🆓 Пробный период",
"menu_subscribe_inline": "🚀 Купить",
@@ -874,6 +877,12 @@
"wa_settings_telegram_linked_title": "Телеграм привязан",
"wa_settings_link_email_action": "Привязать почту",
"wa_settings_email_linked_title": "Почта привязана",
"wa_telegram_notifications_banner_title": "Включите уведомления в Telegram",
"wa_telegram_notifications_banner_text": "Бот пришлет напоминания о подписке, оплатах и ответах поддержки только после разрешения или запуска чата.",
"wa_telegram_notifications_blocked_title": "Бот не может отправлять уведомления",
"wa_telegram_notifications_blocked_text": "Откройте бота в Telegram и разблокируйте чат, затем вернитесь в приложение.",
"wa_telegram_notifications_open_bot": "Запустить бота",
"wa_telegram_notifications_link_unavailable": "Ссылка на бота пока недоступна",
"wa_activate_promo_title": "Активировать промокод",
"wa_traffic_reset_none": "Без сброса",
"wa_traffic_reset_monthly": "Сброс ежемесячно",