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
762 B
JSON
35 lines
762 B
JSON
{
|
||
"page": {
|
||
"title": "Bağlantılar"
|
||
},
|
||
"components": {
|
||
"fields": {
|
||
"host": "Ana Bilgisayar",
|
||
"dlSpeed": "İndirme Hızı",
|
||
"ulSpeed": "Yükleme Hızı",
|
||
"chains": "Zincirler",
|
||
"rule": "Kural",
|
||
"process": "İşlem",
|
||
"time": "Zaman",
|
||
"source": "Kaynak",
|
||
"destination": "Hedef",
|
||
"destinationPort": "Hedef Port",
|
||
"type": "Tip"
|
||
},
|
||
"order": {
|
||
"default": "Default",
|
||
"uploadSpeed": "Yükleme Hızı",
|
||
"downloadSpeed": "İndirme Hızı"
|
||
},
|
||
"actions": {
|
||
"active": "Active",
|
||
"closed": "Closed",
|
||
"closeConnection": "Bağlantıyı Kapat"
|
||
},
|
||
"columnManager": {
|
||
"title": "Sütunlar",
|
||
"dragHandle": "Drag handle"
|
||
}
|
||
}
|
||
}
|