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": "بازنشانی هر ۳۰ روز"
|
||||
},
|
||||
"traffic": "ترافیک",
|
||||
"unlimited": "نامحدود",
|
||||
@@ -1853,6 +1854,8 @@
|
||||
"resetModeWeeklyDesc": "بازنشانی هر هفته",
|
||||
"resetModeMonthly": "ماهانه",
|
||||
"resetModeMonthlyDesc": "بازنشانی هر ماه",
|
||||
"resetModeMonthRolling": "ماه متحرک",
|
||||
"resetModeMonthRollingDesc": "بازنشانی هر ۳۰ روز از اولین اتصال",
|
||||
"resetModeNever": "هرگز",
|
||||
"resetModeNeverDesc": "ترافیک بازنشانی نمیشود",
|
||||
"cancelButton": "لغو",
|
||||
|
||||
Reference in New Issue
Block a user