mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-10 17:53:17 +00:00
UA translation of Observer docs (#1034)
This commit is contained in:
parent
01028f10eb
commit
9c4f60fb1b
3 changed files with 46 additions and 28 deletions
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: aiogram \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
|
||||
"POT-Creation-Date: 2022-10-19 22:52+0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
@ -83,10 +83,8 @@ msgstr ""
|
|||
|
||||
#: aiogram.dispatcher.event.telegram.TelegramEventObserver:3 of
|
||||
msgid ""
|
||||
"Here you can register handler with filters or bounded filters which can "
|
||||
"be used as keyword arguments instead of writing full references when you "
|
||||
"register new handlers. This observer will stop event propagation when "
|
||||
"first handler is pass."
|
||||
"Here you can register handler with filter. This observer will stop event "
|
||||
"propagation when first handler is pass."
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.dispatcher.event.telegram.TelegramEventObserver.register:1 of
|
||||
|
|
@ -98,3 +96,14 @@ msgid ""
|
|||
"Propagate event to handlers and stops propagation on first match. Handler"
|
||||
" will be called when all its filters is pass."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Here you can register handler with "
|
||||
#~ "filters or bounded filters which can "
|
||||
#~ "be used as keyword arguments instead "
|
||||
#~ "of writing full references when you "
|
||||
#~ "register new handlers. This observer "
|
||||
#~ "will stop event propagation when first"
|
||||
#~ " handler is pass."
|
||||
#~ msgstr ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue