mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
fix: show fallback when tariff has no available periods for renewal
When all periods are removed from a tariff, users saw an empty purchase form with no way to renew. Now shows a message explaining the situation and a button to choose a different tariff.
This commit is contained in:
@@ -346,6 +346,9 @@
|
||||
"daysBeforeExpiry_one": "{{count}} day before expiry",
|
||||
"daysBeforeExpiry_other": "{{count}} days before expiry",
|
||||
"selectPeriod": "Select Period",
|
||||
"noPeriodsAvailable": "No available periods for renewal",
|
||||
"noPeriodsAvailableHint": "The administrator has changed this plan's settings. Please choose a different plan to renew your subscription.",
|
||||
"chooseDifferentTariff": "Choose a different plan",
|
||||
"selectTraffic": "Select Traffic",
|
||||
"selectServers": "Select Servers",
|
||||
"selectDevices": "Devices",
|
||||
|
||||
@@ -297,6 +297,9 @@
|
||||
"daysBeforeExpiry": "روز قبل از انقضا",
|
||||
"daysBeforeExpiry_other": "{{count}} روز قبل از انقضا",
|
||||
"selectPeriod": "انتخاب دوره",
|
||||
"noPeriodsAvailable": "دورهای برای تمدید موجود نیست",
|
||||
"noPeriodsAvailableHint": "مدیر تنظیمات این طرح را تغییر داده است. لطفاً طرح دیگری را برای تمدید اشتراک خود انتخاب کنید.",
|
||||
"chooseDifferentTariff": "انتخاب طرح دیگر",
|
||||
"selectTraffic": "انتخاب ترافیک",
|
||||
"selectServers": "انتخاب سرورها",
|
||||
"selectDevices": "انتخاب دستگاهها",
|
||||
|
||||
@@ -365,6 +365,9 @@
|
||||
"daysBeforeExpiry_few": "{{count}} дня до окончания",
|
||||
"daysBeforeExpiry_many": "{{count}} дней до окончания",
|
||||
"selectPeriod": "Выберите период",
|
||||
"noPeriodsAvailable": "Нет доступных периодов для продления",
|
||||
"noPeriodsAvailableHint": "Администратор изменил настройки этого тарифа. Выберите другой тариф для продления подписки.",
|
||||
"chooseDifferentTariff": "Выбрать другой тариф",
|
||||
"selectTraffic": "Выберите трафик",
|
||||
"selectServers": "Выберите серверы",
|
||||
"selectDevices": "Устройства",
|
||||
|
||||
@@ -297,6 +297,9 @@
|
||||
"daysBeforeExpiry": "到期前天数",
|
||||
"daysBeforeExpiry_other": "到期前 {{count}} 天",
|
||||
"selectPeriod": "选择时长",
|
||||
"noPeriodsAvailable": "没有可用的续订周期",
|
||||
"noPeriodsAvailableHint": "管理员已更改此套餐的设置。请选择其他套餐续订您的订阅。",
|
||||
"chooseDifferentTariff": "选择其他套餐",
|
||||
"selectTraffic": "选择流量",
|
||||
"selectServers": "选择服务器",
|
||||
"selectDevices": "选择设备",
|
||||
|
||||
Reference in New Issue
Block a user