mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
update web
This commit is contained in:
@@ -139,10 +139,10 @@ export default function PrimarySettingsComponent({
|
||||
<div>
|
||||
<small>{t('SettingsDialog.RemoveCacheOnDropDesc')}</small>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<TextField
|
||||
onChange={inputForm}
|
||||
margin='dense'
|
||||
margin='normal'
|
||||
id='TorrentsSavePath'
|
||||
label={t('SettingsDialog.TorrentsSavePath')}
|
||||
value={TorrentsSavePath}
|
||||
|
||||
@@ -135,6 +135,7 @@ export default function SecondarySettingsComponent({ settings, inputForm }) {
|
||||
label='UPnP (Universal Plug and Play)'
|
||||
/>
|
||||
<br />
|
||||
<br />
|
||||
<InputLabel htmlFor='RetrackersMode'>{t('SettingsDialog.RetrackersMode')}</InputLabel>
|
||||
<Select
|
||||
onChange={inputForm}
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
"ProMode": "ПРО-режим",
|
||||
"RAM": "Оперативная память",
|
||||
"ReaderReadAHead": "Опережающий кеш (5-100%, рек. 95%)",
|
||||
"RemoveCacheOnDrop": "Очищать кеш на накопителе при отключении торрента",
|
||||
"RemoveCacheOnDrop": "Очищать кеш при отключении торрента",
|
||||
"RemoveCacheOnDropDesc": "Если отключено, кеш очищается при удалении торрента.",
|
||||
"RemoveRetrackers": "Удалять",
|
||||
"ReplaceRetrackers": "Заменять",
|
||||
|
||||
Reference in New Issue
Block a user