mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +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:
@@ -1514,9 +1514,19 @@
|
||||
"tabs": {
|
||||
"overview": "Обзор",
|
||||
"nodes": "Ноды",
|
||||
"traffic": "Трафик",
|
||||
"squads": "Сквады",
|
||||
"sync": "Синхронизация"
|
||||
},
|
||||
"traffic": {
|
||||
"noData": "Нет данных о трафике",
|
||||
"totalDownload": "Загрузка",
|
||||
"totalUpload": "Отдача",
|
||||
"totalTraffic": "Всего",
|
||||
"online": "онлайн",
|
||||
"inbounds": "Inbounds",
|
||||
"outbounds": "Outbounds"
|
||||
},
|
||||
"overview": {
|
||||
"system": "Система",
|
||||
"usersOnline": "Онлайн",
|
||||
|
||||
Reference in New Issue
Block a user