mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Merge branch 'dev-3.x'
This commit is contained in:
commit
21c74c73d0
77 changed files with 740 additions and 139 deletions
|
|
@ -47,12 +47,12 @@ msgid ""
|
|||
"This class also has a default initializer and you don't need to change "
|
||||
"it. The initializer accepts the incoming event and all contextual data, "
|
||||
"which can be accessed from the handler through attributes: :code:`event: "
|
||||
"TelegramEvent` and :code:`data: Dict[Any, str]`"
|
||||
"TelegramEvent` and :code:`data: Dict[str, Any]`"
|
||||
msgstr ""
|
||||
"Цей клас також має ініціалізатор за замовчуванням, і вам не потрібно його"
|
||||
" змінювати. Ініціалізатор приймає поточну подію та всі контекстні дані, "
|
||||
"доступ до яких можна отримати з обробника через атрибути: :code:`event: "
|
||||
"TelegramEvent` and :code:`data: Dict[Any, str]`"
|
||||
"TelegramEvent` and :code:`data: Dict[str, Any]`"
|
||||
|
||||
#: ../../dispatcher/class_based_handlers/base.rst:17
|
||||
#, fuzzy
|
||||
|
|
|
|||
|
|
@ -173,7 +173,7 @@ msgstr ""
|
|||
|
||||
#: ../../../README.rst:71
|
||||
msgid "If you have any questions, you can visit our community chats on Telegram:"
|
||||
msgstr "Якщо є якість додаткові запитання, ласкаво просимо до онлайн-спільнот:"
|
||||
msgstr "Якщо є додаткові запитання, ласкаво просимо до онлайн-спільнот:"
|
||||
|
||||
#: ../../../README.rst:73
|
||||
msgid "🇺🇸 `@aiogram <https://t.me/aiogram>`_"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue