22 lines
1.3 KiB
JSON
22 lines
1.3 KiB
JSON
{
|
|
"welcome": "Welcome! Send me any message (text, image, video, etc.) and I will redirect it to the admins after you solve a simple captcha.",
|
|
"welcome_no_captcha": "Welcome! Send me any message (text, image, video, etc.) and I will redirect it to the admins",
|
|
"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 to the admins.",
|
|
"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>",
|
|
"processing_message": "Forwarding your message...",
|
|
"message_processed": "Forwarded!",
|
|
"forwarding_prefix": "Forwarding, ID [{id}]:",
|
|
"user_banned": "User {user_id} has been banned.",
|
|
"user_unbanned": "User {user_id} has been unbanned."
|
|
}
|