mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: add i18n keys for Traffic tab, prevent sort mutation
- Add traffic tab/section locale keys to ru, en, zh, fa - Use spread copy before .sort() to avoid mutating React Query cache
This commit is contained in:
@@ -2755,9 +2755,19 @@
|
||||
"tabs": {
|
||||
"overview": "نمای کلی",
|
||||
"nodes": "گرهها",
|
||||
"traffic": "ترافیک",
|
||||
"squads": "گروهها",
|
||||
"sync": "همگامسازی"
|
||||
},
|
||||
"traffic": {
|
||||
"noData": "داده ترافیکی موجود نیست",
|
||||
"totalDownload": "دانلود",
|
||||
"totalUpload": "آپلود",
|
||||
"totalTraffic": "مجموع",
|
||||
"online": "آنلاین",
|
||||
"inbounds": "ورودیها",
|
||||
"outbounds": "خروجیها"
|
||||
},
|
||||
"nodes": {
|
||||
"confirmRestartAll": "آیا مطمئنید میخواهید همه گرهها را راهاندازی مجدد کنید؟",
|
||||
"disable": "غیرفعال",
|
||||
|
||||
Reference in New Issue
Block a user