mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
@@ -36,7 +36,7 @@ export default function CloseServer() {
|
|||||||
color='primary'
|
color='primary'
|
||||||
autoFocus
|
autoFocus
|
||||||
>
|
>
|
||||||
{t('OK')}
|
{t('TurnOff')}
|
||||||
</Button>
|
</Button>
|
||||||
</DialogActions>
|
</DialogActions>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
|
|||||||
@@ -144,6 +144,8 @@ export default function SettingsDialog() {
|
|||||||
label={t('UseDisk')}
|
label={t('UseDisk')}
|
||||||
/>
|
/>
|
||||||
<br />
|
<br />
|
||||||
|
<small>{t('UseDiskDesc')}</small>
|
||||||
|
<br />
|
||||||
<FormControlLabel
|
<FormControlLabel
|
||||||
control={
|
control={
|
||||||
<Switch checked={RemoveCacheOnDrop} onChange={inputForm} id='RemoveCacheOnDrop' color='primary' />
|
<Switch checked={RemoveCacheOnDrop} onChange={inputForm} id='RemoveCacheOnDrop' color='primary' />
|
||||||
|
|||||||
@@ -6,12 +6,13 @@
|
|||||||
"AddMagnetOrLink": "Add magnet or link to torrent file",
|
"AddMagnetOrLink": "Add magnet or link to torrent file",
|
||||||
"AddRetrackers": "Add retrackers",
|
"AddRetrackers": "Add retrackers",
|
||||||
"Buffer": "Preload Buffer / Cache",
|
"Buffer": "Preload Buffer / Cache",
|
||||||
"BufferNote": "Enable "Preload Buffer" in settings to see cache loading progress",
|
"BufferNote": "Enable “Preload Buffer” in settings to see cache loading progress",
|
||||||
"CacheSize": "Cache Size (Megabytes)",
|
"CacheSize": "Cache Size (Megabytes)",
|
||||||
"Cancel": "Cancel",
|
"Cancel": "Cancel",
|
||||||
|
"ChooseLanguage": "Russian",
|
||||||
"Close": "Close",
|
"Close": "Close",
|
||||||
"CloseServer": "Close Server",
|
"CloseServer?": "Do you want to turn off server?",
|
||||||
"CloseServer?": "Close server?",
|
"CloseServer": "Turn Off",
|
||||||
"ConnectionsLimit": "Connections Limit",
|
"ConnectionsLimit": "Connections Limit",
|
||||||
"CopyHash": "Copy Hash",
|
"CopyHash": "Copy Hash",
|
||||||
"CopyLink": "Copy link",
|
"CopyLink": "Copy link",
|
||||||
@@ -23,7 +24,7 @@
|
|||||||
"DHT": "DHT (Distributed Hash Table)",
|
"DHT": "DHT (Distributed Hash Table)",
|
||||||
"DhtConnectionLimit": "DHT Connection Limit",
|
"DhtConnectionLimit": "DHT Connection Limit",
|
||||||
"Donate": "Donate",
|
"Donate": "Donate",
|
||||||
"DontAddRetrackers": "Don't add retrackers",
|
"DontAddRetrackers": "Don`t add retrackers",
|
||||||
"DownloadPlaylist": "Download Playlist",
|
"DownloadPlaylist": "Download Playlist",
|
||||||
"DownloadRateLimit": "Download Rate Limit (Kilobytes)",
|
"DownloadRateLimit": "Download Rate Limit (Kilobytes)",
|
||||||
"DownloadSpeed": "Download speed",
|
"DownloadSpeed": "Download speed",
|
||||||
@@ -78,13 +79,14 @@
|
|||||||
"TorrentsSavePath": "Torrents Save Path",
|
"TorrentsSavePath": "Torrents Save Path",
|
||||||
"TorrentState": "Torrent State",
|
"TorrentState": "Torrent State",
|
||||||
"TorrentStatus": "Torrent Status",
|
"TorrentStatus": "Torrent Status",
|
||||||
|
"TurnOff": "Turn Off",
|
||||||
"Upload": "Upload (not recommended to disable)",
|
"Upload": "Upload (not recommended to disable)",
|
||||||
"UploadFile": "Upload File",
|
"UploadFile": "Upload File",
|
||||||
"UploadRateLimit": "Upload Rate Limit (Kilobytes)",
|
"UploadRateLimit": "Upload Rate Limit (Kilobytes)",
|
||||||
"UploadSpeed": "Upload speed",
|
"UploadSpeed": "Upload speed",
|
||||||
"UPNP": "UPnP (Universal Plug and Play)",
|
"UPNP": "UPnP (Universal Plug and Play)",
|
||||||
"UseDisk": "Use Disk",
|
"UseDisk": "Use Disk for Cache",
|
||||||
|
"UseDiskDesc": "Better use external media on flash-based devices",
|
||||||
"UTP": "μTP (Micro Transport Protocol)",
|
"UTP": "μTP (Micro Transport Protocol)",
|
||||||
"Viewed": "Viewed",
|
"Viewed": "Viewed"
|
||||||
"ChooseLanguage": "Russian"
|
|
||||||
}
|
}
|
||||||
@@ -9,9 +9,10 @@
|
|||||||
"BufferNote": "Включите «Наполнять кеш перед началом воспроизведения» в настройках для показа заполнения кеша",
|
"BufferNote": "Включите «Наполнять кеш перед началом воспроизведения» в настройках для показа заполнения кеша",
|
||||||
"CacheSize": "Размер кеша (Мегабайты)",
|
"CacheSize": "Размер кеша (Мегабайты)",
|
||||||
"Cancel": "Отмена",
|
"Cancel": "Отмена",
|
||||||
|
"ChooseLanguage": "Английский",
|
||||||
"Close": "Закрыть",
|
"Close": "Закрыть",
|
||||||
|
"CloseServer?": "Хотите выключить сервер?",
|
||||||
"CloseServer": "Выкл. сервер",
|
"CloseServer": "Выкл. сервер",
|
||||||
"CloseServer?": "Остановить сервер?",
|
|
||||||
"ConnectionsLimit": "Торрент-соединения (рек. 20-25)",
|
"ConnectionsLimit": "Торрент-соединения (рек. 20-25)",
|
||||||
"CopyHash": "Скопировать хеш",
|
"CopyHash": "Скопировать хеш",
|
||||||
"CopyLink": "Копировать",
|
"CopyLink": "Копировать",
|
||||||
@@ -78,13 +79,14 @@
|
|||||||
"TorrentsSavePath": "Путь хранения кеша",
|
"TorrentsSavePath": "Путь хранения кеша",
|
||||||
"TorrentState": "Данные торрента",
|
"TorrentState": "Данные торрента",
|
||||||
"TorrentStatus": "Состояние",
|
"TorrentStatus": "Состояние",
|
||||||
|
"TurnOff": "Выключить",
|
||||||
"Upload": "Отдача (не рекомендуется отключать)",
|
"Upload": "Отдача (не рекомендуется отключать)",
|
||||||
"UploadFile": "Загрузить файл",
|
"UploadFile": "Загрузить файл",
|
||||||
"UploadRateLimit": "Ограничение скорости отдачи (Килобайты)",
|
"UploadRateLimit": "Ограничение скорости отдачи (Килобайты)",
|
||||||
"UploadSpeed": "Скорость отдачи",
|
"UploadSpeed": "Скорость отдачи",
|
||||||
"UPNP": "UPnP (Universal Plug and Play)",
|
"UPNP": "UPnP (Universal Plug and Play)",
|
||||||
"UseDisk": "Использовать кеш на диске",
|
"UseDisk": "Использовать диск для кеша",
|
||||||
|
"UseDiskDesc": "Рекомендуется использовать внешние носители на устройствах с flash-памятью",
|
||||||
"UTP": "μTP (Micro Transport Protocol)",
|
"UTP": "μTP (Micro Transport Protocol)",
|
||||||
"Viewed": "Просм.",
|
"Viewed": "Просм."
|
||||||
"ChooseLanguage": "Английский"
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user