From d9ca7beaa9494cf34590853901cf8be44e243775 Mon Sep 17 00:00:00 2001 From: RblSb Date: Thu, 16 Jan 2025 03:07:31 +0300 Subject: Cache on server feature Server will download video from supported players and add as raw video to playlist (only youtube is supported for now). Cache for YT player is available after installing optional dependencies, see readme. For cache size see `cacheStorageLimitGiB ` in config. There is also minor ux improvement, latest checkbox states will be keeped in local storage now. --- res/langs/ru.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'res/langs/ru.json') diff --git a/res/langs/ru.json b/res/langs/ru.json index 49260cb..6257e87 100644 --- a/res/langs/ru.json +++ b/res/langs/ru.json @@ -79,6 +79,7 @@ "retrievePlaylistLinks": "Получить ссылки на видео из плейлиста", "voteForSkip": "Голосовать за пропуск", "addAsTemporary": "Добавить как временный", + "cacheOnServer": "Закэшировать на сервере", "mediaUrl": "Ссылка на видео", "optionalTitle": "Заголовок (опционально)", "subtitlesUrlOptional": "Ссылка на субтитры (опционально)", @@ -86,8 +87,9 @@ "addTemplateUrl": "Добавить пример ссылки", "queueNext": "След.", "queueLast": "В конец", + "and": "и", "or": "или", - "pasteEmbedCodeAndClick": "Вставьте код видео в поле ниже и нажмите", + "pasteEmbedCodeAndClick": "Вставьте код видео в это поле", "acceptableEmbedCodesAre": "Можно добавить видео с тегами", "customEmbedsCannotBeSynchronized": "СИНХРОНИЗАЦИЯ БУДЕТ НЕДОСТУПНА", "save": "Сохранить", -- cgit v1.2.3