Bot API 6.6 (#1139)

* Added basic support of Bot API 6.6

* Update descriptions

* Added StickerFormat enum

* Bump version

* Refresh from docs

* Fixed CommandStart

* Fixed files uploading

* Cover new functionality

* Added changelog

* Update texts
This commit is contained in:
Alex Root Junior 2023-03-11 02:17:47 +02:00 committed by GitHub
parent 5adaf7a567
commit 6570d0bab1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
218 changed files with 7687 additions and 1741 deletions

View file

@ -8,14 +8,14 @@ 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: 2023-03-11 01:52+0200\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"
"Generated-By: Babel 2.11.0\n"
#: ../../dispatcher/dispatcher.rst:3
msgid "Dispatcher"
@ -92,23 +92,43 @@ msgstr ""
msgid "Run many bots with polling"
msgstr ""
#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:3 of
msgid "Bot instances"
#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:3
#: aiogram.dispatcher.dispatcher.Dispatcher.start_polling:3 of
msgid "Bot instances (one or mre)"
msgstr ""
#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:4 of
msgid "Poling timeout"
#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:4
#: aiogram.dispatcher.dispatcher.Dispatcher.start_polling:4 of
msgid "Long-polling wait time"
msgstr ""
#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:6 of
#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:5
#: aiogram.dispatcher.dispatcher.Dispatcher.start_polling:5 of
msgid "Run task for each event and no wait result"
msgstr ""
#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:7 of
#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:6
#: aiogram.dispatcher.dispatcher.Dispatcher.start_polling:6 of
msgid "backoff-retry config"
msgstr ""
#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:7
#: aiogram.dispatcher.dispatcher.Dispatcher.start_polling:7 of
msgid "List of the update types you want your bot to receive"
msgstr ""
#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:8 of
#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:8
#: aiogram.dispatcher.dispatcher.Dispatcher.start_polling:8 of
msgid "handle signals (SIGINT/SIGTERM)"
msgstr ""
#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:9
#: aiogram.dispatcher.dispatcher.Dispatcher.start_polling:9 of
msgid "close bot sessions on shutdown"
msgstr ""
#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:10
#: aiogram.dispatcher.dispatcher.Dispatcher.start_polling:10 of
msgid "contextual data"
msgstr ""
@ -142,3 +162,9 @@ msgid ""
"All updates can be propagated to the dispatcher by "
":obj:`Dispatcher.feed_update(bot=..., update=...)` method:"
msgstr ""
#~ msgid "Bot instances"
#~ msgstr ""
#~ msgid "Poling timeout"
#~ msgstr ""