aboutsummaryrefslogtreecommitdiffstats
path: root/res/langs
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2025-01-16 03:07:31 +0300
committerRblSb <msrblsb@gmail.com>2025-01-17 01:00:09 +0300
commitd9ca7beaa9494cf34590853901cf8be44e243775 (patch)
treef09ce979460bdf28363a922298283dfee0c506fb /res/langs
parentf84fdc40ba817b6a2d907484b1e1500197ceeafe (diff)
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.
Diffstat (limited to 'res/langs')
-rw-r--r--res/langs/en.json4
-rw-r--r--res/langs/ru.json4
2 files changed, 6 insertions, 2 deletions
diff --git a/res/langs/en.json b/res/langs/en.json
index 488af78..881df6b 100644
--- a/res/langs/en.json
+++ b/res/langs/en.json
@@ -79,6 +79,7 @@
"retrievePlaylistLinks": "Retrieve playlist links",
"voteForSkip": "Vote for skip",
"addAsTemporary": "Add as temporary",
+ "cacheOnServer": "Cache on server",
"mediaUrl": "Media URL",
"optionalTitle": "Title (optional)",
"subtitlesUrlOptional": "Subtitles URL (optional)",
@@ -86,8 +87,9 @@
"addTemplateUrl": "Add template URL",
"queueNext": "Queue next",
"queueLast": "Queue last",
+ "and": "and",
"or": "or",
- "pasteEmbedCodeAndClick": "Paste the embed code below and click",
+ "pasteEmbedCodeAndClick": "Paste the embed code here",
"acceptableEmbedCodesAre": "Acceptable embed codes are",
"customEmbedsCannotBeSynchronized": "CUSTOM EMBEDS CANNOT BE SYNCHRONIZED",
"save": "Save",
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": "Сохранить",
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage