mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
feat: improve squad management UX — rename, swap icons, color gift button
1. Rename "Управление серверами" → "Управление сквадами" across all 4 locales (ru, en, zh, fa) — title, subtitle, nav, subscription options. The page manages RemnaWave squads, not individual servers. 2. Swap toggle button semantics — the button now shows the ACTION that will happen on click, not the current state: - Active squad: red X icon (click to deactivate) - Inactive squad: green checkmark (click to activate) 3. Gift/trial button: amber/orange when functional (clearly clickable), gray when disabled. Previously always gray, making it look inactive even when it could be clicked.
This commit is contained in:
@@ -386,8 +386,8 @@
|
||||
"unlimited": "نامحدود",
|
||||
"buyTrafficGb": "خرید {{gb}} GB",
|
||||
"buyUnlimited": "خرید نامحدود",
|
||||
"manageServers": "مدیریت سرورها",
|
||||
"manageServersTitle": "مدیریت سرورها"
|
||||
"manageServers": "مدیریت اسکوادها",
|
||||
"manageServersTitle": "مدیریت اسکوادها"
|
||||
},
|
||||
"serverManagement": {
|
||||
"statusLegend": "✅ — متصل • ➕ — اضافه خواهد شد (پولی) • ➖ — قطع خواهد شد",
|
||||
@@ -924,7 +924,7 @@
|
||||
"apps": "برنامهها",
|
||||
"wheel": "چرخ",
|
||||
"tariffs": "تعرفهها",
|
||||
"servers": "سرورها",
|
||||
"servers": "اسکوادها",
|
||||
"broadcasts": "پیامرسانی",
|
||||
"emailTemplates": "قالبهای ایمیل",
|
||||
"paymentMethods": "روشهای پرداخت",
|
||||
@@ -1986,8 +1986,8 @@
|
||||
}
|
||||
},
|
||||
"servers": {
|
||||
"title": "مدیریت سرورها",
|
||||
"subtitle": "پیکربندی سرورهای VPN",
|
||||
"title": "مدیریت اسکوادها",
|
||||
"subtitle": "پیکربندی اسکوادها",
|
||||
"sync": "همگامسازی",
|
||||
"syncing": "در حال همگامسازی...",
|
||||
"syncNow": "همگامسازی الان",
|
||||
|
||||
Reference in New Issue
Block a user