mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-14 19:00:23 +00:00
* 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
78 lines
1.9 KiB
Text
78 lines
1.9 KiB
Text
# 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/flags.rst:3
|
|
msgid "Flags"
|
|
msgstr ""
|
|
|
|
#: ../../dispatcher/flags.rst:5
|
|
msgid ""
|
|
"Flags is a markers for handlers that can be used in `middlewares <#use-"
|
|
"in-middlewares>`_ or special `utilities <#use-in-utilities>`_ to make "
|
|
"classification of the handlers."
|
|
msgstr ""
|
|
|
|
#: ../../dispatcher/flags.rst:8
|
|
msgid ""
|
|
"Flags can be added to the handler via `decorators <#via-decorators>`_, "
|
|
"`handlers registration <#via-handler-registration-method>`_ or `filters "
|
|
"<via-filters>`_."
|
|
msgstr ""
|
|
|
|
#: ../../dispatcher/flags.rst:13
|
|
msgid "Via decorators"
|
|
msgstr ""
|
|
|
|
#: ../../dispatcher/flags.rst:15
|
|
msgid "For example mark handler with `chat_action` flag"
|
|
msgstr ""
|
|
|
|
#: ../../dispatcher/flags.rst:24
|
|
msgid "Or just for rate-limit or something else"
|
|
msgstr ""
|
|
|
|
#: ../../dispatcher/flags.rst:34
|
|
msgid "Via handler registration method"
|
|
msgstr ""
|
|
|
|
#: ../../dispatcher/flags.rst:41
|
|
msgid "Via filters"
|
|
msgstr ""
|
|
|
|
#: ../../dispatcher/flags.rst:55
|
|
msgid "Use in middlewares"
|
|
msgstr ""
|
|
|
|
#: aiogram.flags.getter:1 of
|
|
msgid "FlagDecorator(flag: aiogram.dispatcher.flags.Flag)"
|
|
msgstr ""
|
|
|
|
#: ../../dispatcher/flags.rst:61
|
|
msgid "Example in middlewares"
|
|
msgstr ""
|
|
|
|
#: ../../dispatcher/flags.rst:74
|
|
msgid "Use in utilities"
|
|
msgstr ""
|
|
|
|
#: ../../dispatcher/flags.rst:76
|
|
msgid ""
|
|
"For example you can collect all registered commands with handler "
|
|
"description and then it can be used for generating commands help"
|
|
msgstr ""
|