Workaround for 50MB+ videos

This commit is contained in:
Lucas Gabriel 2024-09-28 21:35:05 -03:00
parent cdf7446647
commit 26b6d3fdc4
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
3 changed files with 60 additions and 44 deletions

View file

@ -62,7 +62,7 @@
"ytUploading": "*Uploading video...*",
"ytUploadDesc": "*[{userName}](tg://user?id={userId}), there is your downloaded video.*",
"ytDownloadErr": "*Error during YT video download:*\n\n`{err}`",
"ytUploadLimit": "*You have reached the 50MB upload limit for the bot. Try another video. We're trying our best to increase the limit.*",
"ytUploadLimit": "*This video exceeds the 50 MB upload limit imposed by Telegram on our bot. Please try another video. We're doing our best to increase this limit.*",
"fileError": "Error uploading file",
"botUpdated": "Bot updated with success.",
"errorUpdatingBot": "Error updating bot\n\n{error}"

View file

@ -62,7 +62,7 @@
"ytUploading": "*Enviando video...*",
"ytUploadDesc": "*[{userName}](tg://user?id={userId}), aqui está o seu vídeo baixado.*",
"ytDownloadErr": "*Erro durante o download do vídeo do YT:*\n\n`{err}`",
"ytUploadLimit": "*Você atingiu o limite de upload de 50MB para o bot. Tente outro vídeo. Estamos tentando o máximo para aumentar o limite.*",
"ytUploadLimit": "*Este vídeo excede o limite de carregamento de 50 MB imposto pelo Telegram ao nosso bot. Por favor, tente outro vídeo. Estamos fazendo o possível para aumentar esse limite.*",
"fileError": "Erro ao enviar o arquivo",
"botUpdated": "Bot atualizado com sucesso.",
"errorUpdatingBot": "Erro ao atualizar o bot\n\n{error}"