feature: Add local subscription notification worker
This commit is contained in:
@@ -257,8 +257,10 @@
|
||||
"subscription_72h_notification": "👋 Hi, {user_name}!\n\n⏳ Your service subscription expires in 3 days — {end_date}.\n\nPlease renew it using the button below.",
|
||||
"subscription_48h_notification": "👋 Hi, {user_name}!\n\n⏳ Your service subscription expires in 2 days — {end_date}.\n\nPlease renew it using the button below.",
|
||||
"subscription_24h_notification": "👋 Hi, {user_name}!\n\n⏳ Your service subscription expires in 1 day — {end_date}.\n\nPlease renew it using the button below.",
|
||||
"subscription_hours_notification": "👋 Hi, {user_name}!\n\n⏳ Your service subscription expires in {hours} hours — {end_date}.\n\nPlease renew it using the button below.",
|
||||
"subscription_expired_notification": "👋 Hi, {user_name}!\n\n⛔ Your service subscription expired on {end_date}.\n\nPlease renew it using the button below.",
|
||||
"subscription_expired_yesterday_notification": "👋 Hi, {user_name}!\n\n⏳ Your service subscription expired yesterday ({end_date}).\n\nPlease renew it using the button below.",
|
||||
"trial_traffic_depleted_notification": "⛔️ Trial traffic is used up.\n\n<b>Used:</b> {used}\n<b>Remaining:</b> {remaining}\n<b>Limit:</b> {limit_total}\n\nTo keep using the service, buy a subscription using the button below.",
|
||||
"autorenew_48h_charge_tomorrow_notice": "🔔 Reminder\n\nTomorrow an automatic charge will occur to renew your subscription. If you don't want auto-renew, disable it using the button below.",
|
||||
"autorenew_confirm_enable": "🔄 Enable auto-renew? An automatic charge will be attempted before your subscription ends.",
|
||||
"autorenew_confirm_disable": "🛑 Disable auto-renew? No further automatic charges will occur.",
|
||||
@@ -1559,6 +1561,7 @@
|
||||
"admin_settings_field_subscription_notify_on_expire_label": "Subscription Notify On Expire",
|
||||
"admin_settings_field_subscription_notify_after_expire_label": "Subscription Notify After Expire",
|
||||
"admin_settings_field_subscription_notify_days_before_label": "Subscription Notify Days Before",
|
||||
"admin_settings_field_subscription_notify_hours_before_label": "Subscription Notify Hours Before",
|
||||
"admin_settings_field_log_new_users_label": "Log New Users",
|
||||
"admin_settings_field_log_payments_label": "Log Payments",
|
||||
"admin_settings_field_log_promo_activations_label": "Log Promo Activations",
|
||||
|
||||
Reference in New Issue
Block a user