mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-15 20:02:22 +00:00
Combining filters (again) (#1018)
* Added explicit logic filters, added slots to all other filters * Update translation files * Update docs
This commit is contained in:
parent
1a3e2a8991
commit
b0f251a8b8
26 changed files with 823 additions and 361 deletions
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: aiogram \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-10-02 00:46+0300\n"
|
||||
"POT-Creation-Date: 2022-10-03 01:03+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"
|
||||
|
|
@ -157,8 +157,11 @@ msgid "Has Finite State Machine"
|
|||
msgstr "Має вбудований кінцевий автомат"
|
||||
|
||||
#: ../../../README.rst:74
|
||||
msgid "Uses powerful :ref:`magic filters <magic-filters>`"
|
||||
msgstr "Використовує потужні :ref:`магічні фільтри <magic-filters>`"
|
||||
msgid ""
|
||||
"Uses powerful `magic filters "
|
||||
"<https://docs.aiogram.dev/en/dev-3.x/dispatcher/filters/magic_filters.html"
|
||||
"#magic-filters>`"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:75
|
||||
msgid "Middlewares (incoming updates and API calls)"
|
||||
|
|
@ -234,3 +237,6 @@ msgstr "Приклад використання"
|
|||
#: ../../index.rst:9
|
||||
msgid "Contents"
|
||||
msgstr "Зміст"
|
||||
|
||||
#~ msgid "Uses powerful :ref:`magic filters <magic-filters>`"
|
||||
#~ msgstr "Використовує потужні :ref:`магічні фільтри <magic-filters>`"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue