mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
feat: add subscription selector to admin sync tab for multi-tariff
- Add subscription dropdown to sync tab when user has 2+ subscriptions - Pass subscription_id to getSyncStatus, syncFromPanel, syncToPanel - loadSyncStatus re-fetches when selected subscription changes - Show tariff name in UUID info section from API response - Add selectSubscription i18n keys to all 4 locales
This commit is contained in:
@@ -2950,6 +2950,7 @@
|
||||
"recentTransactions": "Recent transactions"
|
||||
},
|
||||
"sync": {
|
||||
"selectSubscription": "Select subscription",
|
||||
"hasDifferences": "Differences found",
|
||||
"synced": "Synchronized",
|
||||
"bot": "Bot",
|
||||
|
||||
@@ -2578,6 +2578,7 @@
|
||||
"recentTransactions": "تراکنشهای اخیر"
|
||||
},
|
||||
"sync": {
|
||||
"selectSubscription": "انتخاب اشتراک",
|
||||
"hasDifferences": "اختلاف وجود دارد",
|
||||
"synced": "همگامسازی شده",
|
||||
"bot": "ربات",
|
||||
|
||||
@@ -3471,6 +3471,7 @@
|
||||
"recentTransactions": "Последние транзакции"
|
||||
},
|
||||
"sync": {
|
||||
"selectSubscription": "Выберите подписку",
|
||||
"hasDifferences": "Есть расхождения",
|
||||
"synced": "Синхронизировано",
|
||||
"bot": "Бот",
|
||||
|
||||
@@ -2577,6 +2577,7 @@
|
||||
"recentTransactions": "最近交易"
|
||||
},
|
||||
"sync": {
|
||||
"selectSubscription": "选择订阅",
|
||||
"hasDifferences": "存在差异",
|
||||
"synced": "已同步",
|
||||
"bot": "机器人",
|
||||
|
||||
Reference in New Issue
Block a user