mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-15 06:20:31 +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
865 B
JSON
35 lines
865 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"
|
|
}
|
|
}
|
|
}
|