mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +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
837 B
JSON
35 lines
837 B
JSON
{
|
|
"page": {
|
|
"title": "接続"
|
|
},
|
|
"components": {
|
|
"fields": {
|
|
"host": "ホスト",
|
|
"dlSpeed": "ダウンロード速度",
|
|
"ulSpeed": "アップロード速度",
|
|
"chains": "チェーン",
|
|
"rule": "ルール",
|
|
"process": "プロセス",
|
|
"time": "接続時間",
|
|
"source": "送信元アドレス",
|
|
"destination": "宛先アドレス",
|
|
"destinationPort": "宛先ポート",
|
|
"type": "タイプ"
|
|
},
|
|
"order": {
|
|
"default": "Default",
|
|
"uploadSpeed": "アップロード速度",
|
|
"downloadSpeed": "ダウンロード速度"
|
|
},
|
|
"actions": {
|
|
"active": "Active",
|
|
"closed": "Closed",
|
|
"closeConnection": "接続を閉じる"
|
|
},
|
|
"columnManager": {
|
|
"title": "列",
|
|
"dragHandle": "Drag handle"
|
|
}
|
|
}
|
|
}
|