make the bot.

This commit is contained in:
2026-07-02 20:51:08 +03:00
parent 382c345961
commit 330cbcecd3
22 changed files with 315 additions and 97 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"welcome": "Welcome! Send me any message (text, image, video, etc.) and I will redirect it after you solve a simple captcha.",
"solve_captcha": "Please type the letters/numbers you see on the image to verify you're human.",
"redirecting": "Redirecting your message...",
"captcha_solved": "Captcha solved! Your message has been redirected.",
"captcha_error": "Captcha solved, but there was an error redirecting your message.",
"incorrect_captcha": "Incorrect captcha. Please try again with this new image:",
"stats_title": "Bot Stats:",
"total_users": "Total Users: {count}",
"no_logs": "No logs found.",
"recent_messages": "Recent messages:",
"msg_not_found": "Message with ID {id} not found.",
"msg_details": "Message ID: {id}\nUser: {full_name} (@{username}) [ID: {user_id}]\nType: {content_type}\nTimestamp: {timestamp}\n\nContent:\n{text}",
"id_command": "Current Chat ID: <code>{id}</code>"
}
+15
View File
@@ -0,0 +1,15 @@
{
"welcome": "Вітаю! Надішліть мені будь-яке повідомлення (текст, зображення, відео тощо), і я перенаправлю його після того, як ви пройдете просту капчу.",
"solve_captcha": "Будь ласка, введіть літери/цифри, які ви бачите на зображенні, щоб підтвердити, що ви людина.",
"redirecting": "Перенаправляю ваше повідомлення...",
"captcha_solved": "Капчу пройдено! Ваше повідомлення було перенаправлено.",
"captcha_error": "Капчу пройдено, але сталася помилка під час перенаправлення вашого повідомлення.",
"incorrect_captcha": "Неправильна капча. Будь ласка, спробуйте ще раз із цим новим зображенням:",
"stats_title": "Статистика бота:",
"total_users": "Усього користувачів: {count}",
"no_logs": "Логів не знайдено.",
"recent_messages": "Останні повідомлення:",
"msg_not_found": "Повідомлення з ID {id} не знайдено.",
"msg_details": "ID повідомлення: {id}\nКористувач: {full_name} (@{username}) [ID: {user_id}]\nТип: {content_type}\nЧас: {timestamp}\n\nВміст:\n{text}",
"id_command": "Поточний ID чату: <code>{id}</code>"
}