mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-14 22:10: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
800 B
JSON
35 lines
800 B
JSON
{
|
|
"page": {
|
|
"title": "Verbindungen"
|
|
},
|
|
"components": {
|
|
"fields": {
|
|
"host": "Host",
|
|
"dlSpeed": "Download-Geschwindigkeit",
|
|
"ulSpeed": "Upload-Geschwindigkeit",
|
|
"chains": "Ketten",
|
|
"rule": "Regel",
|
|
"process": "Prozess",
|
|
"time": "Verbindungszeit",
|
|
"source": "Quelladresse",
|
|
"destination": "Zieladresse",
|
|
"destinationPort": "Zielport",
|
|
"type": "Typ"
|
|
},
|
|
"order": {
|
|
"default": "Default",
|
|
"uploadSpeed": "Upload-Geschwindigkeit",
|
|
"downloadSpeed": "Download-Geschwindigkeit"
|
|
},
|
|
"actions": {
|
|
"active": "Active",
|
|
"closed": "Closed",
|
|
"closeConnection": "Verbindung schließen"
|
|
},
|
|
"columnManager": {
|
|
"title": "Spalten",
|
|
"dragHandle": "Drag handle"
|
|
}
|
|
}
|
|
}
|