add localization for forwarding prefix and integrate captcha dependency

This commit is contained in:
2026-07-02 22:01:41 +03:00
parent 73c838d331
commit a097abf5bc
4 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -14,5 +14,6 @@
"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>",
"processing_message": "Відправляємо ваше повідомлення...",
"message_processed": "Відправлено!"
"message_processed": "Відправлено!",
"forwarding_prefix": "Пересилання, ID [{id}]:"
}