mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-16 12:07:13 +00:00
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:
parent
5adaf7a567
commit
6570d0bab1
218 changed files with 7687 additions and 1741 deletions
|
|
@ -5,17 +5,16 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: aiogram\n"
|
||||
"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: 2022-12-10 19:44+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \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"
|
||||
"X-Generator: Poedit 3.2.2\n"
|
||||
"Generated-By: Babel 2.11.0\n"
|
||||
|
||||
#: ../../dispatcher/dispatcher.rst:3
|
||||
msgid "Dispatcher"
|
||||
|
|
@ -73,8 +72,8 @@ msgstr "Ізоляція подій"
|
|||
|
||||
#: aiogram.dispatcher.dispatcher.Dispatcher.__init__:6 of
|
||||
msgid ""
|
||||
"Disable FSM, note that if you disable FSM then you should not use "
|
||||
"storage and events isolation"
|
||||
"Disable FSM, note that if you disable FSM then you should not use storage"
|
||||
" and events isolation"
|
||||
msgstr ""
|
||||
"Відключення кінцевого апарату, зауважте що при вимкненому кінцевому "
|
||||
"апаратові вам не слід використовувати сховище (кінцевого апарату) та "
|
||||
|
|
@ -92,8 +91,8 @@ msgstr "Основна точка входу для подій"
|
|||
|
||||
#: aiogram.dispatcher.dispatcher.Dispatcher.feed_update:1 of
|
||||
msgid ""
|
||||
"Main entry point for incoming updates Response of this method can be "
|
||||
"used as Webhook response"
|
||||
"Main entry point for incoming updates Response of this method can be used"
|
||||
" as Webhook response"
|
||||
msgstr ""
|
||||
"Основна точка входу для подій. Відповідь цього метода може бути "
|
||||
"використана для відповіді у Webhook"
|
||||
|
|
@ -102,23 +101,44 @@ 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
|
||||
#, fuzzy
|
||||
msgid "Bot instances (one or mre)"
|
||||
msgstr "Екземпляри ботів"
|
||||
|
||||
#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:4 of
|
||||
msgid "Poling timeout"
|
||||
msgstr "Час очікування на відповідь"
|
||||
#: 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 "контекстні дані"
|
||||
|
||||
|
|
@ -149,8 +169,11 @@ msgstr "Обробка подій"
|
|||
|
||||
#: ../../dispatcher/dispatcher.rst:45
|
||||
msgid ""
|
||||
"All updates can be propagated to the dispatcher by :obj:`Dispatcher."
|
||||
"feed_update(bot=..., update=...)` method:"
|
||||
"All updates can be propagated to the dispatcher by "
|
||||
":obj:`Dispatcher.feed_update(bot=..., update=...)` method:"
|
||||
msgstr ""
|
||||
"Усі оновлення можна передати диспетчеру через :obj:`Dispatcher."
|
||||
"feed_update(bot=..., update=...)` method:"
|
||||
"Усі оновлення можна передати диспетчеру через "
|
||||
":obj:`Dispatcher.feed_update(bot=..., update=...)` method:"
|
||||
|
||||
#~ msgid "Poling timeout"
|
||||
#~ msgstr "Час очікування на відповідь"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue