diff options
| author | RblSb <msrblsb@gmail.com> | 2025-01-26 23:22:33 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2025-01-28 15:46:30 +0300 |
| commit | 0592564264fff57ccfd9677957196951f9f1c6cf (patch) | |
| tree | c360c2e5d45d9ac8706f836b0466b88221e1f10d /res/langs | |
| parent | c7518e58788c17ad2ca8340ab5c7633489aa9518 (diff) | |
Video upload feature
And you can play video as soon as upload starts! This is pretty useful for thicc ones. Video will be keeped in cache and will comply cache size limit.
I'm also implemented system storage check to change cache limit if it's lower than config value, so upload will be blocked if there is lower than 10MiB available on disk.
Diffstat (limited to 'res/langs')
| -rw-r--r-- | res/langs/en.json | 4 | ||||
| -rw-r--r-- | res/langs/ru.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/res/langs/en.json b/res/langs/en.json index 8869f48..36ff556 100644 --- a/res/langs/en.json +++ b/res/langs/en.json @@ -24,6 +24,9 @@ "videoAlreadyExistsError": "The video already exists in playlist.", "addVideoError": "Failed to add video.", "adminsCannotBeBannedError": "Admins cannot be banned. Remove them first.", + "caching": "Caching", + "downloading": "Downloading", + "uploading": "Uploading", "rawVideo": "Raw video", "videos": "videos", "addedBy": "Added by", @@ -91,6 +94,7 @@ "queueLast": "Queue last", "and": "and", "or": "or", + "to": "to", "pasteEmbedCodeAndClick": "Paste the embed code here", "acceptableEmbedCodesAre": "Acceptable embed codes are", "customEmbedsCannotBeSynchronized": "CUSTOM EMBEDS CANNOT BE SYNCHRONIZED", diff --git a/res/langs/ru.json b/res/langs/ru.json index 8ce24af..ec0a642 100644 --- a/res/langs/ru.json +++ b/res/langs/ru.json @@ -24,6 +24,9 @@ "videoAlreadyExistsError": "Видео уже имеется в плейлисте.", "addVideoError": "Не удалось добавить видео.", "adminsCannotBeBannedError": "Админы не могут быть заблокированы. Сначала удалите их.", + "caching": "Кэширование", + "uploading": "Выгрузка", + "downloading": "Загрузка", "rawVideo": "Исходное видео", "videos": "видео", "addedBy": "Добавлено", @@ -91,6 +94,7 @@ "queueLast": "В конец", "and": "и", "or": "или", + "to": "в", "pasteEmbedCodeAndClick": "Вставьте код видео в это поле", "acceptableEmbedCodesAre": "Можно добавить видео с тегами", "customEmbedsCannotBeSynchronized": "СИНХРОНИЗАЦИЯ БУДЕТ НЕДОСТУПНА", |
