refactor server settings

as in TorrServe
This commit is contained in:
nikk gitanes
2021-06-05 19:37:32 +03:00
parent 0e7bd69a41
commit 2b94b26796
3 changed files with 138 additions and 121 deletions

View File

@@ -11,16 +11,16 @@
"DeleteTorrents?": "Delete All Torrents?",
"Details": "Details",
"DhtConnectionLimit": "DHT Connection Limit",
"DisableDHT": "Disable DHT",
"DisablePEX": "Disable PEX",
"DisableTCP": "Disable TCP",
"DisableUpload": "Disable Upload",
"DisableUPNP": "Disable UPNP",
"DisableUTP": "Disable UTP",
"DHT": "DHT (Distributed Hash Table)",
"PEX": "PEX (Peer Exchange)",
"TCP": "TCP (Transmission Control Protocol)",
"Upload": "Upload (not recommended to disable)",
"UPNP": "UPnP (Universal Plug and Play)",
"UTP": "μTP (Micro Transport Protocol)",
"Donate": "Donate",
"DownloadRateLimit": "Download Rate Limit",
"DownloadRateLimit": "Download Rate Limit (Kilobytes)",
"Drop": "Drop",
"EnableIPv6": "Enable IPv6",
"EnableIPv6": "IPv6",
"ForceEncrypt": "Force Encrypt Headers",
"Host": "Host",
"Name": "Name",
@@ -47,6 +47,6 @@
"TorrentDisconnectTimeout": "Torrent Disconnect Timeout",
"TorrentsSavePath": "Torrents Save Path",
"UploadFile": "Upload File",
"UploadRateLimit": "Upload Rate Limit",
"UploadRateLimit": "Upload Rate Limit (Kilobytes)",
"UseDisk": "Use Disk"
}