mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-16 12:07:13 +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
109
docs/locale/en/LC_MESSAGES/utils/keyboard.po
Normal file
109
docs/locale/en/LC_MESSAGES/utils/keyboard.po
Normal file
|
|
@ -0,0 +1,109 @@
|
|||
# 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"
|
||||
|
||||
#: ../../utils/keyboard.rst:3
|
||||
msgid "Keyboard builder"
|
||||
msgstr ""
|
||||
|
||||
#: ../../utils/keyboard.rst:6
|
||||
msgid "Base builder"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.utils.keyboard.ReplyKeyboardBuilder:1 of
|
||||
msgid "Reply keyboard builder inherits all methods from generic builder"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.utils.keyboard.KeyboardBuilder.add:1 of
|
||||
msgid "Add one or many buttons to markup."
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.utils.keyboard.KeyboardBuilder.add
|
||||
#: aiogram.utils.keyboard.KeyboardBuilder.adjust
|
||||
#: aiogram.utils.keyboard.KeyboardBuilder.row of
|
||||
msgid "Parameters"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.utils.keyboard.KeyboardBuilder.add
|
||||
#: aiogram.utils.keyboard.KeyboardBuilder.adjust
|
||||
#: aiogram.utils.keyboard.KeyboardBuilder.export
|
||||
#: aiogram.utils.keyboard.KeyboardBuilder.row
|
||||
#: aiogram.utils.keyboard.ReplyKeyboardBuilder.buttons
|
||||
#: aiogram.utils.keyboard.ReplyKeyboardBuilder.copy of
|
||||
msgid "Returns"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.utils.keyboard.KeyboardBuilder.adjust:1 of
|
||||
msgid "Adjust previously added buttons to specific row sizes."
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.utils.keyboard.KeyboardBuilder.adjust:3 of
|
||||
msgid ""
|
||||
"By default when the sum of passed sizes is lower than buttons count the "
|
||||
"last one size will be used for tail of the markup. If repeat=True is "
|
||||
"passed - all sizes will be cycled when available more buttons count than "
|
||||
"all sizes"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.utils.keyboard.ReplyKeyboardBuilder.buttons:1 of
|
||||
msgid "Get flatten set of all buttons"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.utils.keyboard.ReplyKeyboardBuilder.copy:1 of
|
||||
msgid "Make full copy of current builder with markup"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.utils.keyboard.KeyboardBuilder.export:1 of
|
||||
msgid "Export configured markup as list of lists of buttons"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.utils.keyboard.KeyboardBuilder.row:1 of
|
||||
msgid "Add row to markup"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.utils.keyboard.KeyboardBuilder.row:3 of
|
||||
msgid "When too much buttons is passed it will be separated to many rows"
|
||||
msgstr ""
|
||||
|
||||
#: ../../utils/keyboard.rst:12
|
||||
msgid "Inline Keyboard"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.utils.keyboard.InlineKeyboardBuilder:1 of
|
||||
msgid "Inline keyboard builder inherits all methods from generic builder"
|
||||
msgstr ""
|
||||
|
||||
#: ../../utils/keyboard.rst:20
|
||||
msgid "Add new inline button to markup"
|
||||
msgstr ""
|
||||
|
||||
#: ../../utils/keyboard.rst:25
|
||||
msgid "Construct an InlineKeyboardMarkup"
|
||||
msgstr ""
|
||||
|
||||
#: ../../utils/keyboard.rst:28
|
||||
msgid "Reply Keyboard"
|
||||
msgstr ""
|
||||
|
||||
#: ../../utils/keyboard.rst:36
|
||||
msgid "Add new button to markup"
|
||||
msgstr ""
|
||||
|
||||
#: ../../utils/keyboard.rst:41
|
||||
msgid "Construct an ReplyKeyboardMarkup"
|
||||
msgstr ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue