feat(branding): загрузка видео стартового меню бота

Парная фронтовая часть к /cabinet/branding/bot-start-video (бот: 524960c3).
В «Брендинге» появилась карточка: загрузить/заменить/удалить видео, которое
бот прикрепляет к сообщению /start вместо картинки-логотипа, и статус
текущего состояния. Файл разово уходит в Telegram ради file_id — на нашей
стороне не хранится.

Видео в рассылках уже работало (кнопка в боте, загрузка в кабинете,
доставка send_video) и не затронуто. Локали ru/en/zh/fa.
This commit is contained in:
Fringg
2026-07-29 21:28:48 +03:00
parent a28f1167f7
commit c9afea7a50
6 changed files with 145 additions and 4 deletions

View File

@@ -2320,7 +2320,15 @@
"offlineConv": "Offline Conversions",
"apiKey": "API Key",
"legalFooter": "Legal Footer",
"legalFooterDesc": "Links to the offer, privacy policy and recurring payments at the bottom of the login page"
"legalFooterDesc": "Links to the offer, privacy policy and recurring payments at the bottom of the login page",
"botStartVideo": "Bot start-menu video",
"botStartVideoDesc": "The bot attaches this video to the /start message instead of the logo image. The file is uploaded to Telegram once — we only keep its identifier.",
"botStartVideoUpload": "Upload video",
"botStartVideoReplace": "Replace video",
"botStartVideoRemove": "Remove",
"botStartVideoActive": "Video is set",
"botStartVideoNone": "No video — the menu uses the logo image",
"botStartVideoError": "Could not upload the video"
},
"bulkActions": {
"title": "Bulk Actions",