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:
@@ -277,7 +277,8 @@
|
||||
"trafficReset": {
|
||||
"DAY": "每日重置",
|
||||
"WEEK": "每周重置",
|
||||
"MONTH": "每月重置"
|
||||
"MONTH": "每月重置",
|
||||
"MONTH_ROLLING": "每30天重置"
|
||||
},
|
||||
"traffic": "流量",
|
||||
"unlimited": "无限",
|
||||
@@ -1890,6 +1891,8 @@
|
||||
"resetModeWeeklyDesc": "每周重置",
|
||||
"resetModeMonthly": "每月",
|
||||
"resetModeMonthlyDesc": "每月重置",
|
||||
"resetModeMonthRolling": "滚动月",
|
||||
"resetModeMonthRollingDesc": "从首次连接起每30天重置",
|
||||
"resetModeNever": "从不",
|
||||
"resetModeNeverDesc": "流量不重置",
|
||||
"cancelButton": "取消",
|
||||
|
||||
Reference in New Issue
Block a user