tweak: simplify auto-download text
This commit is contained in:
parent
c1d8a8235d
commit
e2ead9db52
1 changed files with 2 additions and 2 deletions
4
bot.py
4
bot.py
|
|
@ -117,7 +117,7 @@ TEXTS = {
|
||||||
'error_file_too_large': "❌ Видео слишком большое ({size_mb:.1f} МБ, max = 50)",
|
'error_file_too_large': "❌ Видео слишком большое ({size_mb:.1f} МБ, max = 50)",
|
||||||
'queue_position': "🕐 Ваше видео #{position} в очереди\nВаш запрос очень важен для нас!",
|
'queue_position': "🕐 Ваше видео #{position} в очереди\nВаш запрос очень важен для нас!",
|
||||||
'queue_first': "⬇️ Скачиваю видео...",
|
'queue_first': "⬇️ Скачиваю видео...",
|
||||||
'select_quality': "Выберите качество видео:\n(через 10 сек — автоскачивание лучшего)",
|
'select_quality': "Выберите качество видео:\n(через 10 сек — автоскачивание)",
|
||||||
'quality_cancelled': "❌ Выбор отменён",
|
'quality_cancelled': "❌ Выбор отменён",
|
||||||
'fetching_formats': "🔍 Получаю доступные форматы...",
|
'fetching_formats': "🔍 Получаю доступные форматы...",
|
||||||
},
|
},
|
||||||
|
|
@ -174,7 +174,7 @@ TEXTS = {
|
||||||
'error_file_too_large': "❌ Video is too large ({size_mb:.1f} MB, max = 50)",
|
'error_file_too_large': "❌ Video is too large ({size_mb:.1f} MB, max = 50)",
|
||||||
'queue_position': "🕐 Your video is #{position} in queue\nYour request is very important to us!",
|
'queue_position': "🕐 Your video is #{position} in queue\nYour request is very important to us!",
|
||||||
'queue_first': "⬇️ Downloading video...",
|
'queue_first': "⬇️ Downloading video...",
|
||||||
'select_quality': "Select video quality:\n(10 sec auto-download of best quality)",
|
'select_quality': "Select video quality:\n(10 sec auto-download)",
|
||||||
'quality_cancelled': "❌ Cancelled",
|
'quality_cancelled': "❌ Cancelled",
|
||||||
'fetching_formats': "🔍 Fetching available formats...",
|
'fetching_formats': "🔍 Fetching available formats...",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue