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:
c0mrade
2026-03-28 12:35:47 +03:00
parent a57674c22b
commit a50c06c101
8 changed files with 41 additions and 11 deletions

View File

@@ -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": "取消",