Add command for updating the bot
This commit is contained in:
parent
236bad0576
commit
3baee6b618
3 changed files with 52 additions and 9 deletions
|
@ -62,5 +62,8 @@
|
|||
"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": "*You have reached the 50MB upload limit for the bot. Try another video. We're trying our best to increase the limit.*",
|
||||
"fileError": "Error uploading file",
|
||||
"botUpdated": "Bot updated with success.",
|
||||
"errorUpdatingBot": "Error updating bot\n\n{error}"
|
||||
}
|
|
@ -62,5 +62,8 @@
|
|||
"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": "*Você atingiu o limite de upload de 50MB para o bot. Tente outro vídeo. Estamos tentando o máximo para aumentar o limite.*",
|
||||
"fileError": "Erro ao enviar o arquivo",
|
||||
"botUpdated": "Bot atualizado com sucesso.",
|
||||
"errorUpdatingBot": "Erro ao atualizar o bot\n\n{error}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue