mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-09-14 16:53:08 +00:00
feat(branding): загрузка видео стартового меню бота
Парная фронтовая часть к /cabinet/branding/bot-start-video (бот: 524960c3). В «Брендинге» появилась карточка: загрузить/заменить/удалить видео, которое бот прикрепляет к сообщению /start вместо картинки-логотипа, и статус текущего состояния. Файл разово уходит в Telegram ради file_id — на нашей стороне не хранится. Видео в рассылках уже работало (кнопка в боте, загрузка в кабинете, доставка send_video) и не затронуто. Локали ru/en/zh/fa.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user