mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-16 23:40:32 +08:00
* feat: support closed connections * fix: clear closed connections * feat: show footer * feat: show closed connection detail * docs: update Changelog.md * chore: update
35 lines
979 B
JSON
35 lines
979 B
JSON
{
|
|
"page": {
|
|
"title": "Соединения"
|
|
},
|
|
"components": {
|
|
"fields": {
|
|
"host": "Хост",
|
|
"dlSpeed": "Скорость скачивания",
|
|
"ulSpeed": "Скорость загрузки",
|
|
"chains": "Цепочки",
|
|
"rule": "Правило",
|
|
"process": "Процесс",
|
|
"time": "Время подключения",
|
|
"source": "Исходный адрес",
|
|
"destination": "IP-адрес назначения",
|
|
"destinationPort": "Целевой порт",
|
|
"type": "Тип"
|
|
},
|
|
"order": {
|
|
"default": "Default",
|
|
"uploadSpeed": "Скорость загрузки",
|
|
"downloadSpeed": "Скорость скачивания"
|
|
},
|
|
"actions": {
|
|
"active": "Active",
|
|
"closed": "Closed",
|
|
"closeConnection": "Закрыть соединение"
|
|
},
|
|
"columnManager": {
|
|
"title": "Столбцы",
|
|
"dragHandle": "Drag handle"
|
|
}
|
|
}
|
|
}
|