Put update result on monospace

This commit is contained in:
Lucas Gabriel 2024-09-28 23:25:42 -03:00
parent f382a466ba
commit 18e7a77176
No known key found for this signature in database
GPG Key ID: D9B075FC6DC93985
2 changed files with 2 additions and 2 deletions

View File

@ -67,6 +67,6 @@
"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.*",
"ytUploadLimit2": "*This video had its quality reduced because it exceeded the 50MB limit for uploads imposed by Telegram.*",
"fileError": "Error uploading file",
"botUpdated": "Bot updated with success.\n\n{result}",
"botUpdated": "Bot updated with success.\n\n```{result}```",
"errorUpdatingBot": "Error updating bot\n\n{error}"
}

View File

@ -67,6 +67,6 @@
"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.*",
"ytUploadLimit2": "*Esse vídeo teve a qualidade reduzida por estar excedendo o limite de 50MB para uploads imposto pelo Telegram.*",
"fileError": "Erro ao enviar o arquivo",
"botUpdated": "Bot atualizado com sucesso.\n\n{result}",
"botUpdated": "Bot atualizado com sucesso.\n\n```{result}```",
"errorUpdatingBot": "Erro ao atualizar o bot\n\n{error}"
}