File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -652,7 +652,7 @@ async def stop_sending(_=None):
652652 controls = [
653653 ft .Row (expand = True , controls = [
654654 ft .Button (
655- content = "Проверка ссылок для рассылки" ,
655+ content = translations [ "ru" ][ "message_sending_menu" ][ "check_links_for_mailing" ] ,
656656 expand = True , height = BUTTON_HEIGHT ,
657657 on_click = checking_links_group ,
658658 ),
@@ -672,7 +672,7 @@ async def stop_sending(_=None):
672672 ]),
673673 ft .Row (expand = True , controls = [
674674 ft .Button (
675- content = "⛔ Остановить рассылку" ,
675+ content = translations [ "ru" ][ "buttons" ][ "stop_mailing" ] ,
676676 expand = True , height = BUTTON_HEIGHT ,
677677 on_click = stop_sending ,
678678 ),
Original file line number Diff line number Diff line change 44 sending_messages_files_via_chats : " 💬 Рассылка сообщений"
55 sending_personal_messages_with_limits : " 💬 Рассылка сообщений"
66 delete_group_send_messages : " 🗑️ Очистка списка для рассылки сообщений по чатам"
7+ check_links_for_mailing : " Проверка ссылок для рассылки"
78
89 edit_bio_menu :
910 changing_the_username : " 🔄 Изменение username"
3738 # back: "⬅️ Назад"
3839 start : " 🚀 Начать"
3940 done : " ✅ Готово"
41+ stop_mailing : " ⛔ Остановить рассылку"
4042
4143 account_verification :
4244 spam_check : " 🤖 Проверка через спам бот"
You can’t perform that action at this time.
0 commit comments