mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
feat: add Remnawave panel 2.7.0 support
- Add MONTH_ROLLING traffic reset mode (button, locales: ru/en/zh/fa) - Add NodeInfo config_profile and active_plugin_uuid fields - Update bandwidth display: remove /s suffix, label as Inbound Traffic - Update tariffs.ts type comment with MONTH_ROLLING
This commit is contained in:
@@ -316,7 +316,8 @@
|
||||
"trafficReset": {
|
||||
"DAY": "Resets daily",
|
||||
"WEEK": "Resets weekly",
|
||||
"MONTH": "Resets monthly"
|
||||
"MONTH": "Resets monthly",
|
||||
"MONTH_ROLLING": "Resets every 30 days"
|
||||
},
|
||||
"traffic": "Traffic",
|
||||
"unlimited": "Unlimited",
|
||||
@@ -1490,7 +1491,7 @@
|
||||
"totalUsers": "Total Users",
|
||||
"nodesOnline": "Nodes Online",
|
||||
"connections": "Connections",
|
||||
"bandwidth": "Realtime Bandwidth",
|
||||
"bandwidth": "Inbound Traffic",
|
||||
"download": "Download",
|
||||
"upload": "Upload",
|
||||
"total": "Total",
|
||||
@@ -2198,6 +2199,8 @@
|
||||
"resetModeWeeklyDesc": "Reset every week",
|
||||
"resetModeMonthly": "Monthly",
|
||||
"resetModeMonthlyDesc": "Reset every month",
|
||||
"resetModeMonthRolling": "Rolling month",
|
||||
"resetModeMonthRollingDesc": "Reset every 30 days from first connection",
|
||||
"resetModeNever": "Never",
|
||||
"resetModeNeverDesc": "Traffic is not reset",
|
||||
"cancelButton": "Cancel",
|
||||
|
||||
Reference in New Issue
Block a user