mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-16 20:23:32 +00:00
Remove filters factory, introduce docs translation (#978)
* Rewrite filters * Update README.rst * Fixed tests * Small optimization of the Text filter (TY to @bomzheg) * Remove dataclass slots argument in due to the only Python 3.10 has an slots argument * Fixed mypy * Update tests * Disable Python 3.11 * Fixed #1013: Empty mention should be None instead of empty string. * Added #990 to the changelog * Added #942 to the changelog * Fixed coverage * Update poetry and dependencies * Fixed mypy * Remove deprecated code * Added more tests, update pyproject.toml * Partial update docs * Added initial Docs translation files * Added more changes * Added log message when connection is established in polling process * Fixed action * Disable lint for PyPy * Added changelog for docs translation
This commit is contained in:
parent
94030903ec
commit
f4251382e8
610 changed files with 61738 additions and 1687 deletions
56
docs/locale/uk_UA/LC_MESSAGES/dispatcher/index.po
Normal file
56
docs/locale/uk_UA/LC_MESSAGES/dispatcher/index.po
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) 2022, aiogram Team
|
||||
# This file is distributed under the same license as the aiogram package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: aiogram \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-10-01 22:51+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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.10.3\n"
|
||||
|
||||
#: ../../dispatcher/index.rst:3
|
||||
msgid "Handling events"
|
||||
msgstr ""
|
||||
|
||||
#: ../../dispatcher/index.rst:5
|
||||
msgid ""
|
||||
"*aiogram* includes Dispatcher mechanism. Dispatcher is needed for "
|
||||
"handling incoming updates from Telegram."
|
||||
msgstr ""
|
||||
|
||||
#: ../../dispatcher/index.rst:8
|
||||
msgid "With dispatcher you can do:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../dispatcher/index.rst:10
|
||||
msgid "Handle incoming updates;"
|
||||
msgstr ""
|
||||
|
||||
#: ../../dispatcher/index.rst:11
|
||||
msgid "Filter incoming events before it will be processed by specific handler;"
|
||||
msgstr ""
|
||||
|
||||
#: ../../dispatcher/index.rst:12
|
||||
msgid "Modify event and related data in middlewares;"
|
||||
msgstr ""
|
||||
|
||||
#: ../../dispatcher/index.rst:13
|
||||
msgid ""
|
||||
"Separate bot functionality between different handlers, modules and "
|
||||
"packages"
|
||||
msgstr ""
|
||||
|
||||
#: ../../dispatcher/index.rst:15
|
||||
msgid ""
|
||||
"Dispatcher is also separated into two entities - Router and Dispatcher. "
|
||||
"Dispatcher is subclass of router and should be always is root router."
|
||||
msgstr ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue