mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
update settings
This commit is contained in:
@@ -85,7 +85,6 @@ export default function SecondarySettingsComponent({ settings, inputForm }) {
|
||||
label={t('SettingsDialog.DHT')}
|
||||
labelPlacement='start'
|
||||
/>
|
||||
<br />
|
||||
<TextField
|
||||
onChange={inputForm}
|
||||
margin='normal'
|
||||
@@ -137,7 +136,7 @@ export default function SecondarySettingsComponent({ settings, inputForm }) {
|
||||
/>
|
||||
<FormControlLabel
|
||||
control={<Switch checked={EnableDLNA} onChange={inputForm} id='EnableDLNA' color='secondary' />}
|
||||
label='DLNA'
|
||||
label={t('SettingsDialog.DLNA')}
|
||||
labelPlacement='start'
|
||||
/>
|
||||
<br />
|
||||
|
||||
@@ -98,6 +98,7 @@
|
||||
"DHT": "DHT (Distributed Hash Table)",
|
||||
"DhtConnectionLimit": "DHT Connection Limit",
|
||||
"Disk": "Disk",
|
||||
"DLNA": "DLNA Media Server",
|
||||
"DontAddRetrackers": "Don`t add retrackers",
|
||||
"DownloadRateLimit": "Download Rate Limit",
|
||||
"ForceEncrypt": "Force Encrypt Headers",
|
||||
|
||||
@@ -98,6 +98,7 @@
|
||||
"DHT": "DHT (Distributed Hash Table)",
|
||||
"DhtConnectionLimit": "Лимит подключений DHT",
|
||||
"Disk": "ПЗУ / Накопитель",
|
||||
"DLNA": "DLNA-медиасервер",
|
||||
"DontAddRetrackers": "Ничего не делать",
|
||||
"DownloadRateLimit": "Ограничение скорости загрузки",
|
||||
"ForceEncrypt": "Принудительное шифрование заголовков",
|
||||
|
||||
@@ -98,6 +98,7 @@
|
||||
"DHT": "DHT (Таблиця розподілених хешів)",
|
||||
"DhtConnectionLimit": "Обмеження з'єдань DHT",
|
||||
"Disk": "ОЗУ / Носій",
|
||||
"DLNA": "DLNA-медиасервер",
|
||||
"DontAddRetrackers": "Нічого не робити",
|
||||
"DownloadRateLimit": "Обмеження швидкості завантаження",
|
||||
"ForceEncrypt": "Примусово шифрувати заголовки",
|
||||
|
||||
Reference in New Issue
Block a user