mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-18 04:46:49 +00:00
Refresh translation files
This commit is contained in:
parent
a355daba49
commit
228a86afdc
12 changed files with 392 additions and 146 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-10-29 02:16+0300\n"
|
||||
"PO-Revision-Date: 2022-12-11 22:34+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.13.1\n"
|
||||
|
||||
#: ../../dispatcher/class_based_handlers/base.rst:5
|
||||
msgid "BaseHandler"
|
||||
|
|
@ -30,7 +29,8 @@ msgstr ""
|
|||
"використовуватися в усіх інших обробниках на основі класу."
|
||||
|
||||
#: ../../dispatcher/class_based_handlers/base.rst:9
|
||||
msgid "Import: :code:`from aiogram.handler import BaseHandler`"
|
||||
#, fuzzy
|
||||
msgid "Import: :code:`from aiogram.handlers import BaseHandler`"
|
||||
msgstr "Import: :code:`from aiogram.handler import BaseHandler`"
|
||||
|
||||
#: ../../dispatcher/class_based_handlers/base.rst:11
|
||||
|
|
@ -42,21 +42,23 @@ msgstr ""
|
|||
"def handle(self) -> Any: ...`"
|
||||
|
||||
#: ../../dispatcher/class_based_handlers/base.rst:13
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"This class is also have an default initializer and you don't need to "
|
||||
"change it. Initializer accepts current event and all contextual data and "
|
||||
"This class also has a default initializer and you don't need to change "
|
||||
"it. The initializer accepts the incoming event and all contextual data, "
|
||||
"which can be accessed from the handler through attributes: :code:`event: "
|
||||
"TelegramEvent` and :code:`data: Dict[Any, str]`"
|
||||
msgstr ""
|
||||
"Цей клас також має ініціалізатор за замовчуванням, і вам не потрібно "
|
||||
"його змінювати. Ініціалізатор приймає поточну подію та всі контекстні "
|
||||
"дані, доступ до яких можна отримати з обробника через атрибути: :code:"
|
||||
"`event: TelegramEvent` and :code:`data: Dict[Any, str]`"
|
||||
"Цей клас також має ініціалізатор за замовчуванням, і вам не потрібно його"
|
||||
" змінювати. Ініціалізатор приймає поточну подію та всі контекстні дані, "
|
||||
"доступ до яких можна отримати з обробника через атрибути: :code:`event: "
|
||||
"TelegramEvent` and :code:`data: Dict[Any, str]`"
|
||||
|
||||
#: ../../dispatcher/class_based_handlers/base.rst:17
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"If instance of the bot is specified in context data or current context "
|
||||
"it can be accessed through *bot* class attribute."
|
||||
"If an instance of the bot is specified in context data or current context"
|
||||
" it can be accessed through *bot* class attribute."
|
||||
msgstr ""
|
||||
"Якщо екземпляр бота вказано в контекстних даних або поточному контексті, "
|
||||
"до нього можна отримати доступ через атрибут класу *bot*."
|
||||
|
|
|
|||
|
|
@ -8,14 +8,14 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: aiogram \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-08-06 16:52+0300\n"
|
||||
"POT-Creation-Date: 2023-10-29 02:22+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.12.1\n"
|
||||
"Generated-By: Babel 2.13.1\n"
|
||||
|
||||
#: ../../dispatcher/webhook.rst:5
|
||||
msgid "Webhook"
|
||||
|
|
@ -46,8 +46,8 @@ msgstr ""
|
|||
#: ../../dispatcher/webhook.rst:20
|
||||
msgid ""
|
||||
"Generally to use webhook with aiogram you should use any async web "
|
||||
"framework. By out of the box aiogram has an aiohttp integration, so "
|
||||
"we'll use it."
|
||||
"framework. By out of the box aiogram has an aiohttp integration, so we'll"
|
||||
" use it."
|
||||
msgstr ""
|
||||
|
||||
#: ../../dispatcher/webhook.rst:25
|
||||
|
|
@ -268,9 +268,7 @@ msgid "Without reverse proxy (not recommended)"
|
|||
msgstr ""
|
||||
|
||||
#: ../../dispatcher/webhook.rst:100
|
||||
msgid ""
|
||||
"In case you want can't use reverse proxy, you can use aiohttp's ssl "
|
||||
"context."
|
||||
msgid "In case without using reverse proxy, you can use aiohttp's ssl context."
|
||||
msgstr ""
|
||||
|
||||
#: ../../dispatcher/webhook.rst:102
|
||||
|
|
@ -301,3 +299,9 @@ msgid ""
|
|||
":code:`multipart/form-data` or :code:`application/json` response body "
|
||||
"manually."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "In case you want can't use reverse"
|
||||
#~ " proxy, you can use aiohttp's ssl "
|
||||
#~ "context."
|
||||
#~ msgstr ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue