diff --git a/Makefile b/Makefile index 66dd4eba..36b2fcf8 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ test-coverage-view: # Docs # ================================================================================================= -locales := en uk_UA +locales := en uk_UA ru locale_targets := $(addprefix docs-serve-, $(locales)) locales_pot := _build/gettext docs_dir := docs diff --git a/README.rst b/README.rst index bf5a7d11..44f94820 100644 --- a/README.rst +++ b/README.rst @@ -47,6 +47,7 @@ Make your bots faster and more powerful! Documentation: - 🇺🇸 `English `_ - 🇺🇦 `Ukrainian `_ + - 🇷🇺 `Russian `_ .. danger:: diff --git a/docs/locale/en/LC_MESSAGES/api/bot.po b/docs/locale/en/LC_MESSAGES/api/bot.po index 0a7dbcc9..be6a1335 100644 --- a/docs/locale/en/LC_MESSAGES/api/bot.po +++ b/docs/locale/en/LC_MESSAGES/api/bot.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-07 23:01+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/bot.rst:3 msgid "Bot" @@ -46,103 +46,87 @@ msgid "" "documentation" msgstr "" -#: aiogram.client.bot.Bot:1 of -msgid "" -"Bases: :py:class:`~aiogram.utils.mixins.ContextInstanceMixin`\\ " -"[:py:class:`Bot`]" -msgstr "" +#~ msgid "" +#~ "Bases: :py:class:`~aiogram.utils.mixins.ContextInstanceMixin`\\" +#~ " [:py:class:`Bot`]" +#~ msgstr "" -#: aiogram.client.bot.Bot.__init__:1 of -msgid "Bot class" -msgstr "" +#~ msgid "Bot class" +#~ msgstr "" -#: aiogram.client.bot.Bot.__init__ aiogram.client.bot.Bot.context -#: aiogram.client.bot.Bot.download aiogram.client.bot.Bot.download_file of -msgid "Parameters" -msgstr "" +#~ msgid "Parameters" +#~ msgstr "" -#: aiogram.client.bot.Bot.__init__:3 of -msgid "Telegram Bot token `Obtained from @BotFather `_" -msgstr "" +#~ msgid "Telegram Bot token `Obtained from @BotFather `_" +#~ msgstr "" -#: aiogram.client.bot.Bot.__init__:4 of -msgid "" -"HTTP Client session (For example AiohttpSession). If not specified it " -"will be automatically created." -msgstr "" +#~ msgid "" +#~ "HTTP Client session (For example " +#~ "AiohttpSession). If not specified it " +#~ "will be automatically created." +#~ msgstr "" -#: aiogram.client.bot.Bot.__init__:6 of -msgid "" -"Default parse mode. If specified it will be propagated into the API " -"methods at runtime." -msgstr "" +#~ msgid "" +#~ "Default parse mode. If specified it " +#~ "will be propagated into the API " +#~ "methods at runtime." +#~ msgstr "" -#: aiogram.client.bot.Bot.__init__ of -msgid "Raises" -msgstr "" +#~ msgid "Raises" +#~ msgstr "" -#: aiogram.client.bot.Bot.__init__:8 of -msgid "When token has invalid format this exception will be raised" -msgstr "" +#~ msgid "When token has invalid format this exception will be raised" +#~ msgstr "" -#: aiogram.client.bot.Bot.id:1 of -msgid "Get bot ID from token" -msgstr "" +#~ msgid "Get bot ID from token" +#~ msgstr "" -#: aiogram.client.bot.Bot.context aiogram.client.bot.Bot.id -#: aiogram.client.bot.Bot.me of -msgid "Returns" -msgstr "" +#~ msgid "Returns" +#~ msgstr "" -#: aiogram.client.bot.Bot.context:1 of -msgid "Generate bot context" -msgstr "" +#~ msgid "Generate bot context" +#~ msgstr "" -#: aiogram.client.bot.Bot.me:1 of -msgid "Cached alias for getMe method" -msgstr "" +#~ msgid "Cached alias for getMe method" +#~ msgstr "" -#: aiogram.client.bot.Bot.download_file:1 of -msgid "Download file by file_path to destination." -msgstr "" +#~ msgid "Download file by file_path to destination." +#~ msgstr "" -#: aiogram.client.bot.Bot.download:3 aiogram.client.bot.Bot.download_file:3 of -msgid "" -"If you want to automatically create destination (:class:`io.BytesIO`) use" -" default value of destination and handle result of this method." -msgstr "" +#~ msgid "" +#~ "If you want to automatically create " +#~ "destination (:class:`io.BytesIO`) use default " +#~ "value of destination and handle result" +#~ " of this method." +#~ msgstr "" -#: aiogram.client.bot.Bot.download_file:6 of -msgid "" -"File path on Telegram server (You can get it from " -":obj:`aiogram.types.File`)" -msgstr "" +#~ msgid "" +#~ "File path on Telegram server (You " +#~ "can get it from :obj:`aiogram.types.File`)" +#~ msgstr "" -#: aiogram.client.bot.Bot.download:7 aiogram.client.bot.Bot.download_file:7 of -msgid "" -"Filename, file path or instance of :class:`io.IOBase`. For e.g. " -":class:`io.BytesIO`, defaults to None" -msgstr "" +#~ msgid "" +#~ "Filename, file path or instance of " +#~ ":class:`io.IOBase`. For e.g. :class:`io.BytesIO`," +#~ " defaults to None" +#~ msgstr "" -#: aiogram.client.bot.Bot.download:8 aiogram.client.bot.Bot.download_file:8 of -msgid "Total timeout in seconds, defaults to 30" -msgstr "" +#~ msgid "Total timeout in seconds, defaults to 30" +#~ msgstr "" -#: aiogram.client.bot.Bot.download:9 aiogram.client.bot.Bot.download_file:9 of -msgid "File chunks size, defaults to 64 kb" -msgstr "" +#~ msgid "File chunks size, defaults to 64 kb" +#~ msgstr "" -#: aiogram.client.bot.Bot.download:10 aiogram.client.bot.Bot.download_file:10 -#: of -msgid "" -"Go to start of file when downloading is finished. Used only for " -"destination with :class:`typing.BinaryIO` type, defaults to True" -msgstr "" +#~ msgid "" +#~ "Go to start of file when " +#~ "downloading is finished. Used only for" +#~ " destination with :class:`typing.BinaryIO` type," +#~ " defaults to True" +#~ msgstr "" -#: aiogram.client.bot.Bot.download:1 of -msgid "Download file by file_id or Downloadable object to destination." -msgstr "" +#~ msgid "Download file by file_id or Downloadable object to destination." +#~ msgstr "" + +#~ msgid "file_id or Downloadable object" +#~ msgstr "" -#: aiogram.client.bot.Bot.download:6 of -msgid "file_id or Downloadable object" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/download_file.po b/docs/locale/en/LC_MESSAGES/api/download_file.po index bcd3ec0f..ac7c02dc 100644 --- a/docs/locale/en/LC_MESSAGES/api/download_file.po +++ b/docs/locale/en/LC_MESSAGES/api/download_file.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/download_file.rst:3 msgid "How to download file?" @@ -62,47 +62,6 @@ msgid "" "default value of destination and handle result of this method." msgstr "" -#: aiogram.client.bot.Bot.download_file:1 of -msgid "Download file by file_path to destination." -msgstr "" - -#: aiogram.client.bot.Bot.download:3 aiogram.client.bot.Bot.download_file:3 of -msgid "" -"If you want to automatically create destination (:class:`io.BytesIO`) use" -" default value of destination and handle result of this method." -msgstr "" - -#: aiogram.client.bot.Bot.download aiogram.client.bot.Bot.download_file of -msgid "Parameters" -msgstr "" - -#: aiogram.client.bot.Bot.download_file:6 of -msgid "" -"File path on Telegram server (You can get it from " -":obj:`aiogram.types.File`)" -msgstr "" - -#: aiogram.client.bot.Bot.download:7 aiogram.client.bot.Bot.download_file:7 of -msgid "" -"Filename, file path or instance of :class:`io.IOBase`. For e.g. " -":class:`io.BytesIO`, defaults to None" -msgstr "" - -#: aiogram.client.bot.Bot.download:8 aiogram.client.bot.Bot.download_file:8 of -msgid "Total timeout in seconds, defaults to 30" -msgstr "" - -#: aiogram.client.bot.Bot.download:9 aiogram.client.bot.Bot.download_file:9 of -msgid "File chunks size, defaults to 64 kb" -msgstr "" - -#: aiogram.client.bot.Bot.download:10 aiogram.client.bot.Bot.download_file:10 -#: of -msgid "" -"Go to start of file when downloading is finished. Used only for " -"destination with :class:`typing.BinaryIO` type, defaults to True" -msgstr "" - #: ../../api/download_file.rst:38 msgid "" "There are two options where you can download the file: to **disk** or to " @@ -157,14 +116,6 @@ msgstr "" msgid "Download file by `file_id` or `Downloadable` object to destination." msgstr "" -#: aiogram.client.bot.Bot.download:1 of -msgid "Download file by file_id or Downloadable object to destination." -msgstr "" - -#: aiogram.client.bot.Bot.download:6 of -msgid "file_id or Downloadable object" -msgstr "" - #: ../../api/download_file.rst:88 msgid "" "It differs from `download_file <#download-file>`__ **only** in that it " @@ -185,3 +136,47 @@ msgstr "" #~ msgid "Bot class" #~ msgstr "" + +#~ msgid "Download file by file_path to destination." +#~ msgstr "" + +#~ msgid "" +#~ "If you want to automatically create " +#~ "destination (:class:`io.BytesIO`) use default " +#~ "value of destination and handle result" +#~ " of this method." +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "" +#~ "File path on Telegram server (You " +#~ "can get it from :obj:`aiogram.types.File`)" +#~ msgstr "" + +#~ msgid "" +#~ "Filename, file path or instance of " +#~ ":class:`io.IOBase`. For e.g. :class:`io.BytesIO`," +#~ " defaults to None" +#~ msgstr "" + +#~ msgid "Total timeout in seconds, defaults to 30" +#~ msgstr "" + +#~ msgid "File chunks size, defaults to 64 kb" +#~ msgstr "" + +#~ msgid "" +#~ "Go to start of file when " +#~ "downloading is finished. Used only for" +#~ " destination with :class:`typing.BinaryIO` type," +#~ " defaults to True" +#~ msgstr "" + +#~ msgid "Download file by file_id or Downloadable object to destination." +#~ msgstr "" + +#~ msgid "file_id or Downloadable object" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/enums/bot_command_scope_type.po b/docs/locale/en/LC_MESSAGES/api/enums/bot_command_scope_type.po index 2d7153f4..4c07f346 100644 --- a/docs/locale/en/LC_MESSAGES/api/enums/bot_command_scope_type.po +++ b/docs/locale/en/LC_MESSAGES/api/enums/bot_command_scope_type.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/bot_command_scope_type.rst:3 msgid "BotCommandScopeType" msgstr "" -#: aiogram.enums.bot_command_scope_type.BotCommandScopeType:1 of -msgid "This object represents the scope to which bot commands are applied." -msgstr "" +#~ msgid "This object represents the scope to which bot commands are applied." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#botcommandscope" +#~ msgstr "" -#: aiogram.enums.bot_command_scope_type.BotCommandScopeType:3 of -msgid "Source: https://core.telegram.org/bots/api#botcommandscope" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/enums/chat_action.po b/docs/locale/en/LC_MESSAGES/api/enums/chat_action.po index 0ba8fec1..bd165bca 100644 --- a/docs/locale/en/LC_MESSAGES/api/enums/chat_action.po +++ b/docs/locale/en/LC_MESSAGES/api/enums/chat_action.po @@ -8,59 +8,49 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/chat_action.rst:3 msgid "ChatAction" msgstr "" -#: aiogram.enums.chat_action.ChatAction:1 of -msgid "This object represents bot actions." -msgstr "" +#~ msgid "This object represents bot actions." +#~ msgstr "" -#: aiogram.enums.chat_action.ChatAction:3 of -msgid "Choose one, depending on what the user is about to receive:" -msgstr "" +#~ msgid "Choose one, depending on what the user is about to receive:" +#~ msgstr "" -#: aiogram.enums.chat_action.ChatAction:5 of -msgid "typing for text messages," -msgstr "" +#~ msgid "typing for text messages," +#~ msgstr "" -#: aiogram.enums.chat_action.ChatAction:6 of -msgid "upload_photo for photos," -msgstr "" +#~ msgid "upload_photo for photos," +#~ msgstr "" -#: aiogram.enums.chat_action.ChatAction:7 of -msgid "record_video or upload_video for videos," -msgstr "" +#~ msgid "record_video or upload_video for videos," +#~ msgstr "" -#: aiogram.enums.chat_action.ChatAction:8 of -msgid "record_voice or upload_voice for voice notes," -msgstr "" +#~ msgid "record_voice or upload_voice for voice notes," +#~ msgstr "" -#: aiogram.enums.chat_action.ChatAction:9 of -msgid "upload_document for general files," -msgstr "" +#~ msgid "upload_document for general files," +#~ msgstr "" -#: aiogram.enums.chat_action.ChatAction:10 of -msgid "choose_sticker for stickers," -msgstr "" +#~ msgid "choose_sticker for stickers," +#~ msgstr "" -#: aiogram.enums.chat_action.ChatAction:11 of -msgid "find_location for location data," -msgstr "" +#~ msgid "find_location for location data," +#~ msgstr "" -#: aiogram.enums.chat_action.ChatAction:12 of -msgid "record_video_note or upload_video_note for video notes." -msgstr "" +#~ msgid "record_video_note or upload_video_note for video notes." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendchataction" +#~ msgstr "" -#: aiogram.enums.chat_action.ChatAction:14 of -msgid "Source: https://core.telegram.org/bots/api#sendchataction" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/enums/chat_member_status.po b/docs/locale/en/LC_MESSAGES/api/enums/chat_member_status.po index d5455e57..1b2cc5d4 100644 --- a/docs/locale/en/LC_MESSAGES/api/enums/chat_member_status.po +++ b/docs/locale/en/LC_MESSAGES/api/enums/chat_member_status.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/chat_member_status.rst:3 msgid "ChatMemberStatus" msgstr "" -#: aiogram.enums.chat_member_status.ChatMemberStatus:1 of -msgid "This object represents chat member status." -msgstr "" +#~ msgid "This object represents chat member status." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#chatmember" +#~ msgstr "" -#: aiogram.enums.chat_member_status.ChatMemberStatus:3 of -msgid "Source: https://core.telegram.org/bots/api#chatmember" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/enums/chat_type.po b/docs/locale/en/LC_MESSAGES/api/enums/chat_type.po index daa15092..bc8a54a1 100644 --- a/docs/locale/en/LC_MESSAGES/api/enums/chat_type.po +++ b/docs/locale/en/LC_MESSAGES/api/enums/chat_type.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/chat_type.rst:3 msgid "ChatType" msgstr "" -#: aiogram.enums.chat_type.ChatType:1 of -msgid "This object represents a chat type" -msgstr "" +#~ msgid "This object represents a chat type" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#chat" +#~ msgstr "" -#: aiogram.enums.chat_type.ChatType:3 of -msgid "Source: https://core.telegram.org/bots/api#chat" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/enums/content_type.po b/docs/locale/en/LC_MESSAGES/api/enums/content_type.po index b8d27ec9..3eac44e2 100644 --- a/docs/locale/en/LC_MESSAGES/api/enums/content_type.po +++ b/docs/locale/en/LC_MESSAGES/api/enums/content_type.po @@ -8,19 +8,19 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/content_type.rst:3 msgid "ContentType" msgstr "" -#: aiogram.enums.content_type.ContentType:1 of -msgid "This object represents a type of content in message" -msgstr "" +#~ msgid "This object represents a type of content in message" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/enums/dice_emoji.po b/docs/locale/en/LC_MESSAGES/api/enums/dice_emoji.po index eacb9567..3fdee9c0 100644 --- a/docs/locale/en/LC_MESSAGES/api/enums/dice_emoji.po +++ b/docs/locale/en/LC_MESSAGES/api/enums/dice_emoji.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/dice_emoji.rst:3 msgid "DiceEmoji" msgstr "" -#: aiogram.enums.dice_emoji.DiceEmoji:1 of -msgid "Emoji on which the dice throw animation is based" -msgstr "" +#~ msgid "Emoji on which the dice throw animation is based" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#dice" +#~ msgstr "" -#: aiogram.enums.dice_emoji.DiceEmoji:3 of -msgid "Source: https://core.telegram.org/bots/api#dice" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/enums/inline_query_result_type.po b/docs/locale/en/LC_MESSAGES/api/enums/inline_query_result_type.po index 27a5da7e..2401fba7 100644 --- a/docs/locale/en/LC_MESSAGES/api/enums/inline_query_result_type.po +++ b/docs/locale/en/LC_MESSAGES/api/enums/inline_query_result_type.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/inline_query_result_type.rst:3 msgid "InlineQueryResultType" msgstr "" -#: aiogram.enums.inline_query_result_type.InlineQueryResultType:1 of -msgid "The part of the face relative to which the mask should be placed." -msgstr "" +#~ msgid "The part of the face relative to which the mask should be placed." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#maskposition" +#~ msgstr "" -#: aiogram.enums.inline_query_result_type.InlineQueryResultType:3 of -msgid "Source: https://core.telegram.org/bots/api#maskposition" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/enums/input_media_type.po b/docs/locale/en/LC_MESSAGES/api/enums/input_media_type.po index 2115e592..1c6bbc2c 100644 --- a/docs/locale/en/LC_MESSAGES/api/enums/input_media_type.po +++ b/docs/locale/en/LC_MESSAGES/api/enums/input_media_type.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/input_media_type.rst:3 msgid "InputMediaType" msgstr "" -#: aiogram.enums.input_media_type.InputMediaType:1 of -msgid "This object represents input media type" -msgstr "" +#~ msgid "This object represents input media type" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inputmedia" +#~ msgstr "" -#: aiogram.enums.input_media_type.InputMediaType:3 of -msgid "Source: https://core.telegram.org/bots/api#inputmedia" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/enums/mask_position_point.po b/docs/locale/en/LC_MESSAGES/api/enums/mask_position_point.po index fde3a771..eb7e1698 100644 --- a/docs/locale/en/LC_MESSAGES/api/enums/mask_position_point.po +++ b/docs/locale/en/LC_MESSAGES/api/enums/mask_position_point.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/mask_position_point.rst:3 msgid "MaskPositionPoint" msgstr "" -#: aiogram.enums.mask_position_point.MaskPositionPoint:1 of -msgid "The part of the face relative to which the mask should be placed." -msgstr "" +#~ msgid "The part of the face relative to which the mask should be placed." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#maskposition" +#~ msgstr "" -#: aiogram.enums.mask_position_point.MaskPositionPoint:3 of -msgid "Source: https://core.telegram.org/bots/api#maskposition" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/enums/menu_button_type.po b/docs/locale/en/LC_MESSAGES/api/enums/menu_button_type.po index d7c0adc8..0bab5be2 100644 --- a/docs/locale/en/LC_MESSAGES/api/enums/menu_button_type.po +++ b/docs/locale/en/LC_MESSAGES/api/enums/menu_button_type.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/menu_button_type.rst:3 msgid "MenuButtonType" msgstr "" -#: aiogram.enums.menu_button_type.MenuButtonType:1 of -msgid "This object represents an type of Menu button" -msgstr "" +#~ msgid "This object represents an type of Menu button" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#menubuttondefault" +#~ msgstr "" -#: aiogram.enums.menu_button_type.MenuButtonType:3 of -msgid "Source: https://core.telegram.org/bots/api#menubuttondefault" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/enums/message_entity_type.po b/docs/locale/en/LC_MESSAGES/api/enums/message_entity_type.po index 3704373b..0937a8e2 100644 --- a/docs/locale/en/LC_MESSAGES/api/enums/message_entity_type.po +++ b/docs/locale/en/LC_MESSAGES/api/enums/message_entity_type.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/message_entity_type.rst:3 msgid "MessageEntityType" msgstr "" -#: aiogram.enums.message_entity_type.MessageEntityType:1 of -msgid "This object represents type of message entity" -msgstr "" +#~ msgid "This object represents type of message entity" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#messageentity" +#~ msgstr "" -#: aiogram.enums.message_entity_type.MessageEntityType:3 of -msgid "Source: https://core.telegram.org/bots/api#messageentity" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/enums/parse_mode.po b/docs/locale/en/LC_MESSAGES/api/enums/parse_mode.po index cc565d5d..d0754af5 100644 --- a/docs/locale/en/LC_MESSAGES/api/enums/parse_mode.po +++ b/docs/locale/en/LC_MESSAGES/api/enums/parse_mode.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/parse_mode.rst:3 msgid "ParseMode" msgstr "" -#: aiogram.enums.parse_mode.ParseMode:1 of -msgid "Formatting options" -msgstr "" +#~ msgid "Formatting options" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#formatting-options" +#~ msgstr "" -#: aiogram.enums.parse_mode.ParseMode:3 of -msgid "Source: https://core.telegram.org/bots/api#formatting-options" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/enums/poll_type.po b/docs/locale/en/LC_MESSAGES/api/enums/poll_type.po index 42d2ab15..32c0ca32 100644 --- a/docs/locale/en/LC_MESSAGES/api/enums/poll_type.po +++ b/docs/locale/en/LC_MESSAGES/api/enums/poll_type.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/poll_type.rst:3 msgid "PollType" msgstr "" -#: aiogram.enums.poll_type.PollType:1 of -msgid "This object represents poll type" -msgstr "" +#~ msgid "This object represents poll type" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#poll" +#~ msgstr "" -#: aiogram.enums.poll_type.PollType:3 of -msgid "Source: https://core.telegram.org/bots/api#poll" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/enums/sticker_type.po b/docs/locale/en/LC_MESSAGES/api/enums/sticker_type.po index 41da8cbb..42ab1fa4 100644 --- a/docs/locale/en/LC_MESSAGES/api/enums/sticker_type.po +++ b/docs/locale/en/LC_MESSAGES/api/enums/sticker_type.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 23:19+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/sticker_type.rst:3 msgid "StickerType" msgstr "" -#: aiogram.enums.sticker_type.StickerType:1 of -msgid "The part of the face relative to which the mask should be placed." -msgstr "" +#~ msgid "The part of the face relative to which the mask should be placed." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#maskposition" +#~ msgstr "" -#: aiogram.enums.sticker_type.StickerType:3 of -msgid "Source: https://core.telegram.org/bots/api#maskposition" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/enums/topic_icon_color.po b/docs/locale/en/LC_MESSAGES/api/enums/topic_icon_color.po index f1a6c288..f5f341f5 100644 --- a/docs/locale/en/LC_MESSAGES/api/enums/topic_icon_color.po +++ b/docs/locale/en/LC_MESSAGES/api/enums/topic_icon_color.po @@ -8,25 +8,24 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/topic_icon_color.rst:3 msgid "TopicIconColor" msgstr "" -#: aiogram.enums.topic_icon_color.TopicIconColor:1 of -msgid "Color of the topic icon in RGB format." -msgstr "" +#~ msgid "Color of the topic icon in RGB format." +#~ msgstr "" + +#~ msgid "" +#~ "Source: " +#~ "https://github.com/telegramdesktop/tdesktop/blob/991fe491c5ae62705d77aa8fdd44a79caf639c45/Telegram/SourceFiles/data/data_forum_topic.cpp#L51-L56" +#~ msgstr "" -#: aiogram.enums.topic_icon_color.TopicIconColor:3 of -msgid "" -"Source: " -"https://github.com/telegramdesktop/tdesktop/blob/991fe491c5ae62705d77aa8fdd44a79caf639c45/Telegram/SourceFiles/data/data_forum_topic.cpp#L51-L56" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/enums/update_type.po b/docs/locale/en/LC_MESSAGES/api/enums/update_type.po index 1a191276..909e7bd9 100644 --- a/docs/locale/en/LC_MESSAGES/api/enums/update_type.po +++ b/docs/locale/en/LC_MESSAGES/api/enums/update_type.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/update_type.rst:3 msgid "UpdateType" msgstr "" -#: aiogram.enums.update_type.UpdateType:1 of -msgid "This object represents the complete list of allowed update types" -msgstr "" +#~ msgid "This object represents the complete list of allowed update types" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#update" +#~ msgstr "" -#: aiogram.enums.update_type.UpdateType:3 of -msgid "Source: https://core.telegram.org/bots/api#update" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/methods/add_sticker_to_set.po b/docs/locale/en/LC_MESSAGES/api/methods/add_sticker_to_set.po index f3b81bcd..d36f0154 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/add_sticker_to_set.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/add_sticker_to_set.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/add_sticker_to_set.rst:3 msgid "addStickerToSet" @@ -25,74 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.add_sticker_to_set.AddStickerToSet:1 of -msgid "" -"Use this method to add a new sticker to a set created by the bot. You " -"**must** use exactly one of the fields *png_sticker*, *tgs_sticker*, or " -"*webm_sticker*. Animated stickers can be added to animated sticker sets " -"and only to them. Animated sticker sets can have up to 50 stickers. " -"Static sticker sets can have up to 120 stickers. Returns :code:`True` on " -"success." -msgstr "" - -#: aiogram.methods.add_sticker_to_set.AddStickerToSet:3 of -msgid "Source: https://core.telegram.org/bots/api#addstickertoset" -msgstr "" - -#: ../../docstring aiogram.methods.add_sticker_to_set.AddStickerToSet.user_id:1 -#: of -msgid "User identifier of sticker set owner" -msgstr "" - -#: ../../docstring aiogram.methods.add_sticker_to_set.AddStickerToSet.name:1 of -msgid "Sticker set name" -msgstr "" - -#: ../../docstring aiogram.methods.add_sticker_to_set.AddStickerToSet.emojis:1 -#: of -msgid "One or more emoji corresponding to the sticker" -msgstr "" - -#: ../../docstring -#: aiogram.methods.add_sticker_to_set.AddStickerToSet.png_sticker:1 of -msgid "" -"**PNG** image with the sticker, must be up to 512 kilobytes in size, " -"dimensions must not exceed 512px, and either width or height must be " -"exactly 512px. Pass a *file_id* as a String to send a file that already " -"exists on the Telegram servers, pass an HTTP URL as a String for Telegram" -" to get a file from the Internet, or upload a new one using multipart" -"/form-data. :ref:`More information on Sending Files » `" -msgstr "" - -#: ../../docstring -#: aiogram.methods.add_sticker_to_set.AddStickerToSet.tgs_sticker:1 of -msgid "" -"**TGS** animation with the sticker, uploaded using multipart/form-data. " -"See `https://core.telegram.org/stickers#animated-sticker-requirements " -"`_`https://core.telegram.org/stickers#animated-sticker-" -"requirements `_ for technical requirements" -msgstr "" - -#: ../../docstring -#: aiogram.methods.add_sticker_to_set.AddStickerToSet.webm_sticker:1 of -msgid "" -"**WEBM** video with the sticker, uploaded using multipart/form-data. See " -"`https://core.telegram.org/stickers#video-sticker-requirements " -"`_`https://core.telegram.org/stickers#video-sticker-" -"requirements `_ for technical requirements" -msgstr "" - -#: ../../docstring -#: aiogram.methods.add_sticker_to_set.AddStickerToSet.mask_position:1 of -msgid "" -"A JSON-serialized object for position where the mask should be placed on " -"faces" -msgstr "" - #: ../../api/methods/add_sticker_to_set.rst:14 msgid "Usage" msgstr "" @@ -124,3 +56,74 @@ msgstr "" #: ../../api/methods/add_sticker_to_set.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to add a new " +#~ "sticker to a set created by the" +#~ " bot. You **must** use exactly one" +#~ " of the fields *png_sticker*, " +#~ "*tgs_sticker*, or *webm_sticker*. Animated " +#~ "stickers can be added to animated " +#~ "sticker sets and only to them. " +#~ "Animated sticker sets can have up " +#~ "to 50 stickers. Static sticker sets " +#~ "can have up to 120 stickers. " +#~ "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#addstickertoset" +#~ msgstr "" + +#~ msgid "User identifier of sticker set owner" +#~ msgstr "" + +#~ msgid "Sticker set name" +#~ msgstr "" + +#~ msgid "One or more emoji corresponding to the sticker" +#~ msgstr "" + +#~ msgid "" +#~ "**PNG** image with the sticker, must " +#~ "be up to 512 kilobytes in size," +#~ " dimensions must not exceed 512px, " +#~ "and either width or height must be" +#~ " exactly 512px. Pass a *file_id* as" +#~ " a String to send a file that" +#~ " already exists on the Telegram " +#~ "servers, pass an HTTP URL as a " +#~ "String for Telegram to get a file" +#~ " from the Internet, or upload a " +#~ "new one using multipart/form-data. " +#~ ":ref:`More information on Sending Files " +#~ "» `" +#~ msgstr "" + +#~ msgid "" +#~ "**TGS** animation with the sticker, " +#~ "uploaded using multipart/form-data. See " +#~ "`https://core.telegram.org/stickers#animated-sticker-" +#~ "requirements `_`https://core.telegram.org/stickers" +#~ "#animated-sticker-requirements " +#~ "`_ for technical requirements" +#~ msgstr "" + +#~ msgid "" +#~ "**WEBM** video with the sticker, " +#~ "uploaded using multipart/form-data. See " +#~ "`https://core.telegram.org/stickers#video-sticker-" +#~ "requirements `_`https://core.telegram.org/stickers" +#~ "#video-sticker-requirements " +#~ "`_ for technical requirements" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for position" +#~ " where the mask should be placed " +#~ "on faces" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/answer_callback_query.po b/docs/locale/en/LC_MESSAGES/api/methods/answer_callback_query.po index 2370aa3c..8a3590b5 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/answer_callback_query.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/answer_callback_query.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/answer_callback_query.rst:3 msgid "answerCallbackQuery" @@ -25,67 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.answer_callback_query.AnswerCallbackQuery:1 of -msgid "" -"Use this method to send answers to callback queries sent from `inline " -"keyboards `_. " -"The answer will be displayed to the user as a notification at the top of " -"the chat screen or as an alert. On success, :code:`True` is returned." -msgstr "" - -#: aiogram.methods.answer_callback_query.AnswerCallbackQuery:3 of -msgid "" -"Alternatively, the user can be redirected to the specified Game URL. For " -"this option to work, you must first create a game for your bot via " -"`@BotFather `_ and accept the terms. Otherwise, " -"you may use links like :code:`t.me/your_bot?start=XXXX` that open your " -"bot with a parameter." -msgstr "" - -#: aiogram.methods.answer_callback_query.AnswerCallbackQuery:5 of -msgid "Source: https://core.telegram.org/bots/api#answercallbackquery" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_callback_query.AnswerCallbackQuery.callback_query_id:1 -#: of -msgid "Unique identifier for the query to be answered" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_callback_query.AnswerCallbackQuery.text:1 of -msgid "" -"Text of the notification. If not specified, nothing will be shown to the " -"user, 0-200 characters" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_callback_query.AnswerCallbackQuery.show_alert:1 of -msgid "" -"If :code:`True`, an alert will be shown by the client instead of a " -"notification at the top of the chat screen. Defaults to *false*." -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_callback_query.AnswerCallbackQuery.url:1 of -msgid "" -"URL that will be opened by the user's client. If you have created a " -":class:`aiogram.types.game.Game` and accepted the conditions via " -"`@BotFather `_, specify the URL that opens your " -"game - note that this will only work if the query comes from a " -"`https://core.telegram.org/bots/api#inlinekeyboardbutton " -"`_ " -"*callback_game* button." -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_callback_query.AnswerCallbackQuery.cache_time:1 of -msgid "" -"The maximum amount of time in seconds that the result of the callback " -"query may be cached client-side. Telegram apps will support caching " -"starting in version 3.14. Defaults to 0." -msgstr "" - #: ../../api/methods/answer_callback_query.rst:14 msgid "Usage" msgstr "" @@ -139,3 +78,69 @@ msgstr "" #~ " an alert. On success, :code:`True` " #~ "is returned." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send answers to" +#~ " callback queries sent from `inline " +#~ "keyboards `_. The answer will be " +#~ "displayed to the user as a " +#~ "notification at the top of the " +#~ "chat screen or as an alert. On " +#~ "success, :code:`True` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "Alternatively, the user can be " +#~ "redirected to the specified Game URL." +#~ " For this option to work, you " +#~ "must first create a game for your" +#~ " bot via `@BotFather `_" +#~ " and accept the terms. Otherwise, you" +#~ " may use links like " +#~ ":code:`t.me/your_bot?start=XXXX` that open your " +#~ "bot with a parameter." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#answercallbackquery" +#~ msgstr "" + +#~ msgid "Unique identifier for the query to be answered" +#~ msgstr "" + +#~ msgid "" +#~ "Text of the notification. If not " +#~ "specified, nothing will be shown to " +#~ "the user, 0-200 characters" +#~ msgstr "" + +#~ msgid "" +#~ "If :code:`True`, an alert will be " +#~ "shown by the client instead of a" +#~ " notification at the top of the " +#~ "chat screen. Defaults to *false*." +#~ msgstr "" + +#~ msgid "" +#~ "URL that will be opened by the " +#~ "user's client. If you have created " +#~ "a :class:`aiogram.types.game.Game` and accepted " +#~ "the conditions via `@BotFather " +#~ "`_, specify the URL " +#~ "that opens your game - note that" +#~ " this will only work if the " +#~ "query comes from a " +#~ "`https://core.telegram.org/bots/api#inlinekeyboardbutton " +#~ "`_ " +#~ "*callback_game* button." +#~ msgstr "" + +#~ msgid "" +#~ "The maximum amount of time in " +#~ "seconds that the result of the " +#~ "callback query may be cached client-" +#~ "side. Telegram apps will support caching" +#~ " starting in version 3.14. Defaults " +#~ "to 0." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/answer_inline_query.po b/docs/locale/en/LC_MESSAGES/api/methods/answer_inline_query.po index 22834a67..4b7e1ab4 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/answer_inline_query.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/answer_inline_query.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/answer_inline_query.rst:3 msgid "answerInlineQuery" @@ -25,72 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.answer_inline_query.AnswerInlineQuery:1 of -msgid "" -"Use this method to send answers to an inline query. On success, " -":code:`True` is returned." -msgstr "" - -#: aiogram.methods.answer_inline_query.AnswerInlineQuery:3 of -msgid "No more than **50** results per query are allowed." -msgstr "" - -#: aiogram.methods.answer_inline_query.AnswerInlineQuery:5 of -msgid "Source: https://core.telegram.org/bots/api#answerinlinequery" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_inline_query.AnswerInlineQuery.inline_query_id:1 of -msgid "Unique identifier for the answered query" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_inline_query.AnswerInlineQuery.results:1 of -msgid "A JSON-serialized array of results for the inline query" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_inline_query.AnswerInlineQuery.cache_time:1 of -msgid "" -"The maximum amount of time in seconds that the result of the inline query" -" may be cached on the server. Defaults to 300." -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_inline_query.AnswerInlineQuery.is_personal:1 of -msgid "" -"Pass :code:`True` if results may be cached on the server side only for " -"the user that sent the query. By default, results may be returned to any " -"user who sends the same query" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_inline_query.AnswerInlineQuery.next_offset:1 of -msgid "" -"Pass the offset that a client should send in the next query with the same" -" text to receive more results. Pass an empty string if there are no more " -"results or if you don't support pagination. Offset length can't exceed 64" -" bytes." -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_inline_query.AnswerInlineQuery.switch_pm_text:1 of -msgid "" -"If passed, clients will display a button with specified text that " -"switches the user to a private chat with the bot and sends the bot a " -"start message with the parameter *switch_pm_parameter*" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_inline_query.AnswerInlineQuery.switch_pm_parameter:1 -#: of -msgid "" -"`Deep-linking `_ " -"parameter for the /start message sent to the bot when user presses the " -"switch button. 1-64 characters, only :code:`A-Z`, :code:`a-z`, " -":code:`0-9`, :code:`_` and :code:`-` are allowed." -msgstr "" - #: ../../api/methods/answer_inline_query.rst:14 msgid "Usage" msgstr "" @@ -140,3 +74,67 @@ msgstr "" #~ ":code:`0-9`, :code:`_` and :code:`-` are " #~ "allowed." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send answers to" +#~ " an inline query. On success, " +#~ ":code:`True` is returned." +#~ msgstr "" + +#~ msgid "No more than **50** results per query are allowed." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#answerinlinequery" +#~ msgstr "" + +#~ msgid "Unique identifier for the answered query" +#~ msgstr "" + +#~ msgid "A JSON-serialized array of results for the inline query" +#~ msgstr "" + +#~ msgid "" +#~ "The maximum amount of time in " +#~ "seconds that the result of the " +#~ "inline query may be cached on the" +#~ " server. Defaults to 300." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if results may be " +#~ "cached on the server side only for" +#~ " the user that sent the query. " +#~ "By default, results may be returned " +#~ "to any user who sends the same " +#~ "query" +#~ msgstr "" + +#~ msgid "" +#~ "Pass the offset that a client " +#~ "should send in the next query with" +#~ " the same text to receive more " +#~ "results. Pass an empty string if " +#~ "there are no more results or if" +#~ " you don't support pagination. Offset " +#~ "length can't exceed 64 bytes." +#~ msgstr "" + +#~ msgid "" +#~ "If passed, clients will display a " +#~ "button with specified text that switches" +#~ " the user to a private chat " +#~ "with the bot and sends the bot " +#~ "a start message with the parameter " +#~ "*switch_pm_parameter*" +#~ msgstr "" + +#~ msgid "" +#~ "`Deep-linking `_ parameter for the /start" +#~ " message sent to the bot when " +#~ "user presses the switch button. 1-64 " +#~ "characters, only :code:`A-Z`, :code:`a-z`, " +#~ ":code:`0-9`, :code:`_` and :code:`-` are " +#~ "allowed." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/answer_pre_checkout_query.po b/docs/locale/en/LC_MESSAGES/api/methods/answer_pre_checkout_query.po index 6447522c..aa91fbe2 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/answer_pre_checkout_query.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/answer_pre_checkout_query.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/answer_pre_checkout_query.rst:3 msgid "answerPreCheckoutQuery" @@ -25,46 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.answer_pre_checkout_query.AnswerPreCheckoutQuery:1 of -msgid "" -"Once the user has confirmed their payment and shipping details, the Bot " -"API sends the final confirmation in the form of an " -":class:`aiogram.types.update.Update` with the field *pre_checkout_query*." -" Use this method to respond to such pre-checkout queries. On success, " -":code:`True` is returned. **Note:** The Bot API must receive an answer " -"within 10 seconds after the pre-checkout query was sent." -msgstr "" - -#: aiogram.methods.answer_pre_checkout_query.AnswerPreCheckoutQuery:3 of -msgid "Source: https://core.telegram.org/bots/api#answerprecheckoutquery" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_pre_checkout_query.AnswerPreCheckoutQuery.pre_checkout_query_id:1 -#: of -msgid "Unique identifier for the query to be answered" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_pre_checkout_query.AnswerPreCheckoutQuery.ok:1 of -msgid "" -"Specify :code:`True` if everything is alright (goods are available, etc.)" -" and the bot is ready to proceed with the order. Use :code:`False` if " -"there are any problems." -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_pre_checkout_query.AnswerPreCheckoutQuery.error_message:1 -#: of -msgid "" -"Required if *ok* is :code:`False`. Error message in human readable form " -"that explains the reason for failure to proceed with the checkout (e.g. " -"\"Sorry, somebody just bought the last of our amazing black T-shirts " -"while you were busy filling out your payment details. Please choose a " -"different color or garment!\"). Telegram will display this message to the" -" user." -msgstr "" - #: ../../api/methods/answer_pre_checkout_query.rst:14 msgid "Usage" msgstr "" @@ -98,3 +58,47 @@ msgstr "" #: ../../api/methods/answer_pre_checkout_query.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Once the user has confirmed their " +#~ "payment and shipping details, the Bot" +#~ " API sends the final confirmation in" +#~ " the form of an " +#~ ":class:`aiogram.types.update.Update` with the field" +#~ " *pre_checkout_query*. Use this method to" +#~ " respond to such pre-checkout " +#~ "queries. On success, :code:`True` is " +#~ "returned. **Note:** The Bot API must " +#~ "receive an answer within 10 seconds " +#~ "after the pre-checkout query was " +#~ "sent." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#answerprecheckoutquery" +#~ msgstr "" + +#~ msgid "Unique identifier for the query to be answered" +#~ msgstr "" + +#~ msgid "" +#~ "Specify :code:`True` if everything is " +#~ "alright (goods are available, etc.) and" +#~ " the bot is ready to proceed " +#~ "with the order. Use :code:`False` if " +#~ "there are any problems." +#~ msgstr "" + +#~ msgid "" +#~ "Required if *ok* is :code:`False`. Error" +#~ " message in human readable form that" +#~ " explains the reason for failure to" +#~ " proceed with the checkout (e.g. " +#~ "\"Sorry, somebody just bought the last" +#~ " of our amazing black T-shirts while" +#~ " you were busy filling out your " +#~ "payment details. Please choose a " +#~ "different color or garment!\"). Telegram " +#~ "will display this message to the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/answer_shipping_query.po b/docs/locale/en/LC_MESSAGES/api/methods/answer_shipping_query.po index f1a61600..eb3f5609 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/answer_shipping_query.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/answer_shipping_query.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/answer_shipping_query.rst:3 msgid "answerShippingQuery" @@ -25,50 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.answer_shipping_query.AnswerShippingQuery:1 of -msgid "" -"If you sent an invoice requesting a shipping address and the parameter " -"*is_flexible* was specified, the Bot API will send an " -":class:`aiogram.types.update.Update` with a *shipping_query* field to the" -" bot. Use this method to reply to shipping queries. On success, " -":code:`True` is returned." -msgstr "" - -#: aiogram.methods.answer_shipping_query.AnswerShippingQuery:3 of -msgid "Source: https://core.telegram.org/bots/api#answershippingquery" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_shipping_query.AnswerShippingQuery.shipping_query_id:1 -#: of -msgid "Unique identifier for the query to be answered" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_shipping_query.AnswerShippingQuery.ok:1 of -msgid "" -"Pass :code:`True` if delivery to the specified address is possible and " -":code:`False` if there are any problems (for example, if delivery to the " -"specified address is not possible)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_shipping_query.AnswerShippingQuery.shipping_options:1 -#: of -msgid "" -"Required if *ok* is :code:`True`. A JSON-serialized array of available " -"shipping options." -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_shipping_query.AnswerShippingQuery.error_message:1 of -msgid "" -"Required if *ok* is :code:`False`. Error message in human readable form " -"that explains why it is impossible to complete the order (e.g. \"Sorry, " -"delivery to your desired address is unavailable'). Telegram will display " -"this message to the user." -msgstr "" - #: ../../api/methods/answer_shipping_query.rst:14 msgid "Usage" msgstr "" @@ -102,3 +58,46 @@ msgstr "" #: ../../api/methods/answer_shipping_query.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "If you sent an invoice requesting " +#~ "a shipping address and the parameter " +#~ "*is_flexible* was specified, the Bot API" +#~ " will send an " +#~ ":class:`aiogram.types.update.Update` with a " +#~ "*shipping_query* field to the bot. Use" +#~ " this method to reply to shipping " +#~ "queries. On success, :code:`True` is " +#~ "returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#answershippingquery" +#~ msgstr "" + +#~ msgid "Unique identifier for the query to be answered" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if delivery to the " +#~ "specified address is possible and " +#~ ":code:`False` if there are any problems" +#~ " (for example, if delivery to the " +#~ "specified address is not possible)" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *ok* is :code:`True`. A " +#~ "JSON-serialized array of available " +#~ "shipping options." +#~ msgstr "" + +#~ msgid "" +#~ "Required if *ok* is :code:`False`. Error" +#~ " message in human readable form that" +#~ " explains why it is impossible to " +#~ "complete the order (e.g. \"Sorry, " +#~ "delivery to your desired address is " +#~ "unavailable'). Telegram will display this " +#~ "message to the user." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/answer_web_app_query.po b/docs/locale/en/LC_MESSAGES/api/methods/answer_web_app_query.po index 8fd685be..caf364fa 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/answer_web_app_query.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/answer_web_app_query.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/answer_web_app_query.rst:3 msgid "answerWebAppQuery" @@ -25,30 +25,6 @@ msgstr "" msgid "Returns: :obj:`SentWebAppMessage`" msgstr "" -#: aiogram.methods.answer_web_app_query.AnswerWebAppQuery:1 of -msgid "" -"Use this method to set the result of an interaction with a `Web App " -"`_ and send a corresponding " -"message on behalf of the user to the chat from which the query " -"originated. On success, a " -":class:`aiogram.types.sent_web_app_message.SentWebAppMessage` object is " -"returned." -msgstr "" - -#: aiogram.methods.answer_web_app_query.AnswerWebAppQuery:3 of -msgid "Source: https://core.telegram.org/bots/api#answerwebappquery" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_web_app_query.AnswerWebAppQuery.web_app_query_id:1 of -msgid "Unique identifier for the query to be answered" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_web_app_query.AnswerWebAppQuery.result:1 of -msgid "A JSON-serialized object describing the message to be sent" -msgstr "" - #: ../../api/methods/answer_web_app_query.rst:14 msgid "Usage" msgstr "" @@ -80,3 +56,25 @@ msgstr "" #: ../../api/methods/answer_web_app_query.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to set the result" +#~ " of an interaction with a `Web " +#~ "App `_ and " +#~ "send a corresponding message on behalf" +#~ " of the user to the chat from" +#~ " which the query originated. On " +#~ "success, a " +#~ ":class:`aiogram.types.sent_web_app_message.SentWebAppMessage` " +#~ "object is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#answerwebappquery" +#~ msgstr "" + +#~ msgid "Unique identifier for the query to be answered" +#~ msgstr "" + +#~ msgid "A JSON-serialized object describing the message to be sent" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/approve_chat_join_request.po b/docs/locale/en/LC_MESSAGES/api/methods/approve_chat_join_request.po index 93504319..ba4ed803 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/approve_chat_join_request.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/approve_chat_join_request.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/approve_chat_join_request.rst:3 msgid "approveChatJoinRequest" @@ -25,31 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.approve_chat_join_request.ApproveChatJoinRequest:1 of -msgid "" -"Use this method to approve a chat join request. The bot must be an " -"administrator in the chat for this to work and must have the " -"*can_invite_users* administrator right. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.approve_chat_join_request.ApproveChatJoinRequest:3 of -msgid "Source: https://core.telegram.org/bots/api#approvechatjoinrequest" -msgstr "" - -#: ../../docstring -#: aiogram.methods.approve_chat_join_request.ApproveChatJoinRequest.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.approve_chat_join_request.ApproveChatJoinRequest.user_id:1 -#: of -msgid "Unique identifier of the target user" -msgstr "" - #: ../../api/methods/approve_chat_join_request.rst:14 msgid "Usage" msgstr "" @@ -91,3 +66,25 @@ msgstr "" #: ../../api/methods/approve_chat_join_request.rst:50 msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.approve`" msgstr "" + +#~ msgid "" +#~ "Use this method to approve a chat" +#~ " join request. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have the " +#~ "*can_invite_users* administrator right. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#approvechatjoinrequest" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target user" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/ban_chat_member.po b/docs/locale/en/LC_MESSAGES/api/methods/ban_chat_member.po index 487b0d38..b7f79c6f 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/ban_chat_member.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/ban_chat_member.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/ban_chat_member.rst:3 msgid "banChatMember" @@ -25,48 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.ban_chat_member.BanChatMember:1 of -msgid "" -"Use this method to ban a user in a group, a supergroup or a channel. In " -"the case of supergroups and channels, the user will not be able to return" -" to the chat on their own using invite links, etc., unless `unbanned " -"`_ first. The bot " -"must be an administrator in the chat for this to work and must have the " -"appropriate administrator rights. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.ban_chat_member.BanChatMember:3 of -msgid "Source: https://core.telegram.org/bots/api#banchatmember" -msgstr "" - -#: ../../docstring aiogram.methods.ban_chat_member.BanChatMember.chat_id:1 of -msgid "" -"Unique identifier for the target group or username of the target " -"supergroup or channel (in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.ban_chat_member.BanChatMember.user_id:1 of -msgid "Unique identifier of the target user" -msgstr "" - -#: ../../docstring aiogram.methods.ban_chat_member.BanChatMember.until_date:1 -#: of -msgid "" -"Date when the user will be unbanned, unix time. If user is banned for " -"more than 366 days or less than 30 seconds from the current time they are" -" considered to be banned forever. Applied for supergroups and channels " -"only." -msgstr "" - -#: ../../docstring -#: aiogram.methods.ban_chat_member.BanChatMember.revoke_messages:1 of -msgid "" -"Pass :code:`True` to delete all messages from the chat for the user that " -"is being removed. If :code:`False`, the user will be able to see messages" -" in the group that were sent before the user was removed. Always " -":code:`True` for supergroups and channels." -msgstr "" - #: ../../api/methods/ban_chat_member.rst:14 msgid "Usage" msgstr "" @@ -106,3 +64,54 @@ msgstr "" #: ../../api/methods/ban_chat_member.rst:50 msgid ":meth:`aiogram.types.chat.Chat.ban`" msgstr "" + +#~ msgid "" +#~ "Use this method to ban a user " +#~ "in a group, a supergroup or a " +#~ "channel. In the case of supergroups " +#~ "and channels, the user will not be" +#~ " able to return to the chat on" +#~ " their own using invite links, etc.," +#~ " unless `unbanned " +#~ "`_ first." +#~ " The bot must be an administrator " +#~ "in the chat for this to work " +#~ "and must have the appropriate " +#~ "administrator rights. Returns :code:`True` on" +#~ " success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#banchatmember" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target group" +#~ " or username of the target supergroup" +#~ " or channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target user" +#~ msgstr "" + +#~ msgid "" +#~ "Date when the user will be " +#~ "unbanned, unix time. If user is " +#~ "banned for more than 366 days or" +#~ " less than 30 seconds from the " +#~ "current time they are considered to " +#~ "be banned forever. Applied for " +#~ "supergroups and channels only." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` to delete all messages" +#~ " from the chat for the user " +#~ "that is being removed. If :code:`False`," +#~ " the user will be able to see" +#~ " messages in the group that were " +#~ "sent before the user was removed. " +#~ "Always :code:`True` for supergroups and " +#~ "channels." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/ban_chat_sender_chat.po b/docs/locale/en/LC_MESSAGES/api/methods/ban_chat_sender_chat.po index 410a0c8e..a1d6a5b7 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/ban_chat_sender_chat.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/ban_chat_sender_chat.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/ban_chat_sender_chat.rst:3 msgid "banChatSenderChat" @@ -25,33 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.ban_chat_sender_chat.BanChatSenderChat:1 of -msgid "" -"Use this method to ban a channel chat in a supergroup or a channel. Until" -" the chat is `unbanned " -"`_, the owner of " -"the banned chat won't be able to send messages on behalf of **any of " -"their channels**. The bot must be an administrator in the supergroup or " -"channel for this to work and must have the appropriate administrator " -"rights. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.ban_chat_sender_chat.BanChatSenderChat:3 of -msgid "Source: https://core.telegram.org/bots/api#banchatsenderchat" -msgstr "" - -#: ../../docstring -#: aiogram.methods.ban_chat_sender_chat.BanChatSenderChat.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.ban_chat_sender_chat.BanChatSenderChat.sender_chat_id:1 of -msgid "Unique identifier of the target sender chat" -msgstr "" - #: ../../api/methods/ban_chat_sender_chat.rst:14 msgid "Usage" msgstr "" @@ -91,3 +64,31 @@ msgstr "" #: ../../api/methods/ban_chat_sender_chat.rst:50 msgid ":meth:`aiogram.types.chat.Chat.ban_sender_chat`" msgstr "" + +#~ msgid "" +#~ "Use this method to ban a channel" +#~ " chat in a supergroup or a " +#~ "channel. Until the chat is `unbanned " +#~ "`_, the" +#~ " owner of the banned chat won't " +#~ "be able to send messages on behalf" +#~ " of **any of their channels**. The" +#~ " bot must be an administrator in " +#~ "the supergroup or channel for this " +#~ "to work and must have the " +#~ "appropriate administrator rights. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#banchatsenderchat" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target sender chat" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/close.po b/docs/locale/en/LC_MESSAGES/api/methods/close.po index cfdf34fc..0d73a133 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/close.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/close.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/close.rst:3 msgid "close" @@ -25,19 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.close.Close:1 of -msgid "" -"Use this method to close the bot instance before moving it from one local" -" server to another. You need to delete the webhook before calling this " -"method to ensure that the bot isn't launched again after server restart. " -"The method will return error 429 in the first 10 minutes after the bot is" -" launched. Returns :code:`True` on success. Requires no parameters." -msgstr "" - -#: aiogram.methods.close.Close:3 of -msgid "Source: https://core.telegram.org/bots/api#close" -msgstr "" - #: ../../api/methods/close.rst:14 msgid "Usage" msgstr "" @@ -69,3 +56,21 @@ msgstr "" #: ../../api/methods/close.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to close the bot" +#~ " instance before moving it from one" +#~ " local server to another. You need" +#~ " to delete the webhook before calling" +#~ " this method to ensure that the " +#~ "bot isn't launched again after server" +#~ " restart. The method will return " +#~ "error 429 in the first 10 minutes" +#~ " after the bot is launched. Returns" +#~ " :code:`True` on success. Requires no " +#~ "parameters." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#close" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/close_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/close_forum_topic.po index cf6aa076..7b076096 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/close_forum_topic.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/close_forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/close_forum_topic.rst:3 msgid "closeForumTopic" @@ -25,30 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.close_forum_topic.CloseForumTopic:1 of -msgid "" -"Use this method to close an open topic in a forum supergroup chat. The " -"bot must be an administrator in the chat for this to work and must have " -"the *can_manage_topics* administrator rights, unless it is the creator of" -" the topic. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.close_forum_topic.CloseForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#closeforumtopic" -msgstr "" - -#: ../../docstring aiogram.methods.close_forum_topic.CloseForumTopic.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.close_forum_topic.CloseForumTopic.message_thread_id:1 of -msgid "Unique identifier for the target message thread of the forum topic" -msgstr "" - #: ../../api/methods/close_forum_topic.rst:14 msgid "Usage" msgstr "" @@ -80,3 +56,27 @@ msgstr "" #: ../../api/methods/close_forum_topic.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to close an open" +#~ " topic in a forum supergroup chat." +#~ " The bot must be an administrator " +#~ "in the chat for this to work " +#~ "and must have the *can_manage_topics* " +#~ "administrator rights, unless it is the" +#~ " creator of the topic. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#closeforumtopic" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier for the target message thread of the forum topic" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/close_general_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/close_general_forum_topic.po index f67c10fd..5c6b5f46 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/close_general_forum_topic.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/close_general_forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/close_general_forum_topic.rst:3 msgid "closeGeneralForumTopic" @@ -25,26 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.close_general_forum_topic.CloseGeneralForumTopic:1 of -msgid "" -"Use this method to close an open 'General' topic in a forum supergroup " -"chat. The bot must be an administrator in the chat for this to work and " -"must have the *can_manage_topics* administrator rights. Returns " -":code:`True` on success." -msgstr "" - -#: aiogram.methods.close_general_forum_topic.CloseGeneralForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#closegeneralforumtopic" -msgstr "" - -#: ../../docstring -#: aiogram.methods.close_general_forum_topic.CloseGeneralForumTopic.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - #: ../../api/methods/close_general_forum_topic.rst:14 msgid "Usage" msgstr "" @@ -78,3 +58,23 @@ msgstr "" #: ../../api/methods/close_general_forum_topic.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to close an open" +#~ " 'General' topic in a forum " +#~ "supergroup chat. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have the " +#~ "*can_manage_topics* administrator rights. Returns" +#~ " :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#closegeneralforumtopic" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/copy_message.po b/docs/locale/en/LC_MESSAGES/api/methods/copy_message.po index f30e9b73..72c01303 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/copy_message.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/copy_message.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/copy_message.rst:3 msgid "copyMessage" @@ -25,98 +25,6 @@ msgstr "" msgid "Returns: :obj:`MessageId`" msgstr "" -#: aiogram.methods.copy_message.CopyMessage:1 of -msgid "" -"Use this method to copy messages of any kind. Service messages and " -"invoice messages can't be copied. A quiz " -":class:`aiogram.methods.poll.Poll` can be copied only if the value of the" -" field *correct_option_id* is known to the bot. The method is analogous " -"to the method :class:`aiogram.methods.forward_message.ForwardMessage`, " -"but the copied message doesn't have a link to the original message. " -"Returns the :class:`aiogram.types.message_id.MessageId` of the sent " -"message on success." -msgstr "" - -#: aiogram.methods.copy_message.CopyMessage:3 of -msgid "Source: https://core.telegram.org/bots/api#copymessage" -msgstr "" - -#: ../../docstring aiogram.methods.copy_message.CopyMessage.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.copy_message.CopyMessage.from_chat_id:1 of -msgid "" -"Unique identifier for the chat where the original message was sent (or " -"channel username in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.copy_message.CopyMessage.message_id:1 of -msgid "Message identifier in the chat specified in *from_chat_id*" -msgstr "" - -#: ../../docstring aiogram.methods.copy_message.CopyMessage.message_thread_id:1 -#: of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.copy_message.CopyMessage.caption:1 of -msgid "" -"New caption for media, 0-1024 characters after entities parsing. If not " -"specified, the original caption is kept" -msgstr "" - -#: ../../docstring aiogram.methods.copy_message.CopyMessage.parse_mode:1 of -msgid "" -"Mode for parsing entities in the new caption. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: ../../docstring aiogram.methods.copy_message.CopyMessage.caption_entities:1 -#: of -msgid "" -"A JSON-serialized list of special entities that appear in the new " -"caption, which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.methods.copy_message.CopyMessage.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.copy_message.CopyMessage.protect_content:1 -#: of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring -#: aiogram.methods.copy_message.CopyMessage.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.copy_message.CopyMessage.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.copy_message.CopyMessage.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/copy_message.rst:14 msgid "Usage" msgstr "" @@ -167,3 +75,95 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to copy messages " +#~ "of any kind. Service messages and " +#~ "invoice messages can't be copied. A " +#~ "quiz :class:`aiogram.methods.poll.Poll` can be " +#~ "copied only if the value of the" +#~ " field *correct_option_id* is known to " +#~ "the bot. The method is analogous " +#~ "to the method " +#~ ":class:`aiogram.methods.forward_message.ForwardMessage`, but " +#~ "the copied message doesn't have a " +#~ "link to the original message. Returns" +#~ " the :class:`aiogram.types.message_id.MessageId` of " +#~ "the sent message on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#copymessage" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the chat where " +#~ "the original message was sent (or " +#~ "channel username in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Message identifier in the chat specified in *from_chat_id*" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "New caption for media, 0-1024 characters" +#~ " after entities parsing. If not " +#~ "specified, the original caption is kept" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "new caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the new " +#~ "caption, which can be specified instead" +#~ " of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/create_chat_invite_link.po b/docs/locale/en/LC_MESSAGES/api/methods/create_chat_invite_link.po index 7099e1d3..f15e0082 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/create_chat_invite_link.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/create_chat_invite_link.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/create_chat_invite_link.rst:3 msgid "createChatInviteLink" @@ -25,56 +25,6 @@ msgstr "" msgid "Returns: :obj:`ChatInviteLink`" msgstr "" -#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink:1 of -msgid "" -"Use this method to create an additional invite link for a chat. The bot " -"must be an administrator in the chat for this to work and must have the " -"appropriate administrator rights. The link can be revoked using the " -"method " -":class:`aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink`. " -"Returns the new invite link as " -":class:`aiogram.types.chat_invite_link.ChatInviteLink` object." -msgstr "" - -#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink:3 of -msgid "Source: https://core.telegram.org/bots/api#createchatinvitelink" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink.name:1 of -msgid "Invite link name; 0-32 characters" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink.expire_date:1 -#: of -msgid "Point in time (Unix timestamp) when the link will expire" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink.member_limit:1 -#: of -msgid "" -"The maximum number of users that can be members of the chat " -"simultaneously after joining the chat via this invite link; 1-99999" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink.creates_join_request:1 -#: of -msgid "" -":code:`True`, if users joining the chat via the link need to be approved " -"by chat administrators. If :code:`True`, *member_limit* can't be " -"specified" -msgstr "" - #: ../../api/methods/create_chat_invite_link.rst:14 msgid "Usage" msgstr "" @@ -116,3 +66,47 @@ msgstr "" #: ../../api/methods/create_chat_invite_link.rst:50 msgid ":meth:`aiogram.types.chat.Chat.create_invite_link`" msgstr "" + +#~ msgid "" +#~ "Use this method to create an " +#~ "additional invite link for a chat. " +#~ "The bot must be an administrator " +#~ "in the chat for this to work " +#~ "and must have the appropriate " +#~ "administrator rights. The link can be" +#~ " revoked using the method " +#~ ":class:`aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink`." +#~ " Returns the new invite link as " +#~ ":class:`aiogram.types.chat_invite_link.ChatInviteLink` object." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#createchatinvitelink" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Invite link name; 0-32 characters" +#~ msgstr "" + +#~ msgid "Point in time (Unix timestamp) when the link will expire" +#~ msgstr "" + +#~ msgid "" +#~ "The maximum number of users that " +#~ "can be members of the chat " +#~ "simultaneously after joining the chat " +#~ "via this invite link; 1-99999" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if users joining the chat" +#~ " via the link need to be " +#~ "approved by chat administrators. If " +#~ ":code:`True`, *member_limit* can't be " +#~ "specified" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/create_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/create_forum_topic.po index 20e71139..510f71aa 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/create_forum_topic.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/create_forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/create_forum_topic.rst:3 msgid "createForumTopic" @@ -25,47 +25,6 @@ msgstr "" msgid "Returns: :obj:`ForumTopic`" msgstr "" -#: aiogram.methods.create_forum_topic.CreateForumTopic:1 of -msgid "" -"Use this method to create a topic in a forum supergroup chat. The bot " -"must be an administrator in the chat for this to work and must have the " -"*can_manage_topics* administrator rights. Returns information about the " -"created topic as a :class:`aiogram.types.forum_topic.ForumTopic` object." -msgstr "" - -#: aiogram.methods.create_forum_topic.CreateForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#createforumtopic" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_forum_topic.CreateForumTopic.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.create_forum_topic.CreateForumTopic.name:1 -#: of -msgid "Topic name, 1-128 characters" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_forum_topic.CreateForumTopic.icon_color:1 of -msgid "" -"Color of the topic icon in RGB format. Currently, must be one of 7322096 " -"(0x6FB9F0), 16766590 (0xFFD67E), 13338331 (0xCB86DB), 9367192 (0x8EEE98)," -" 16749490 (0xFF93B2), or 16478047 (0xFB6F5F)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_forum_topic.CreateForumTopic.icon_custom_emoji_id:1 -#: of -msgid "" -"Unique identifier of the custom emoji shown as the topic icon. Use " -":class:`aiogram.methods.get_forum_topic_icon_stickers.GetForumTopicIconStickers`" -" to get all allowed custom emoji identifiers." -msgstr "" - #: ../../api/methods/create_forum_topic.rst:14 msgid "Usage" msgstr "" @@ -104,3 +63,43 @@ msgstr "" #~ "0x6FB9F0, 0xFFD67E, 0xCB86DB, 0x8EEE98, " #~ "0xFF93B2, or 0xFB6F5F" #~ msgstr "" + +#~ msgid "" +#~ "Use this method to create a topic" +#~ " in a forum supergroup chat. The " +#~ "bot must be an administrator in " +#~ "the chat for this to work and " +#~ "must have the *can_manage_topics* " +#~ "administrator rights. Returns information " +#~ "about the created topic as a " +#~ ":class:`aiogram.types.forum_topic.ForumTopic` object." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#createforumtopic" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "Topic name, 1-128 characters" +#~ msgstr "" + +#~ msgid "" +#~ "Color of the topic icon in RGB " +#~ "format. Currently, must be one of " +#~ "7322096 (0x6FB9F0), 16766590 (0xFFD67E), " +#~ "13338331 (0xCB86DB), 9367192 (0x8EEE98), " +#~ "16749490 (0xFF93B2), or 16478047 (0xFB6F5F)" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier of the custom emoji" +#~ " shown as the topic icon. Use " +#~ ":class:`aiogram.methods.get_forum_topic_icon_stickers.GetForumTopicIconStickers`" +#~ " to get all allowed custom emoji " +#~ "identifiers." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/create_invoice_link.po b/docs/locale/en/LC_MESSAGES/api/methods/create_invoice_link.po index ca18a308..020865a1 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/create_invoice_link.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/create_invoice_link.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/create_invoice_link.rst:3 msgid "createInvoiceLink" @@ -25,155 +25,6 @@ msgstr "" msgid "Returns: :obj:`str`" msgstr "" -#: aiogram.methods.create_invoice_link.CreateInvoiceLink:1 of -msgid "" -"Use this method to create a link for an invoice. Returns the created " -"invoice link as *String* on success." -msgstr "" - -#: aiogram.methods.create_invoice_link.CreateInvoiceLink:3 of -msgid "Source: https://core.telegram.org/bots/api#createinvoicelink" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.title:1 of -msgid "Product name, 1-32 characters" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.description:1 of -msgid "Product description, 1-255 characters" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.payload:1 of -msgid "" -"Bot-defined invoice payload, 1-128 bytes. This will not be displayed to " -"the user, use for your internal processes." -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.provider_token:1 of -msgid "Payment provider token, obtained via `BotFather `_" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.currency:1 of -msgid "" -"Three-letter ISO 4217 currency code, see `more on currencies " -"`_" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.prices:1 of -msgid "" -"Price breakdown, a JSON-serialized list of components (e.g. product " -"price, tax, discount, delivery cost, delivery tax, bonus, etc.)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.max_tip_amount:1 of -msgid "" -"The maximum accepted amount for tips in the *smallest units* of the " -"currency (integer, **not** float/double). For example, for a maximum tip " -"of :code:`US$ 1.45` pass :code:`max_tip_amount = 145`. See the *exp* " -"parameter in `currencies.json " -"`_, it shows the" -" number of digits past the decimal point for each currency (2 for the " -"majority of currencies). Defaults to 0" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.suggested_tip_amounts:1 -#: of -msgid "" -"A JSON-serialized array of suggested amounts of tips in the *smallest " -"units* of the currency (integer, **not** float/double). At most 4 " -"suggested tip amounts can be specified. The suggested tip amounts must be" -" positive, passed in a strictly increased order and must not exceed " -"*max_tip_amount*." -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.provider_data:1 of -msgid "" -"JSON-serialized data about the invoice, which will be shared with the " -"payment provider. A detailed description of required fields should be " -"provided by the payment provider." -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.photo_url:1 of -msgid "" -"URL of the product photo for the invoice. Can be a photo of the goods or " -"a marketing image for a service." -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.photo_size:1 of -msgid "Photo size in bytes" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.photo_width:1 of -msgid "Photo width" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.photo_height:1 of -msgid "Photo height" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.need_name:1 of -msgid "" -"Pass :code:`True` if you require the user's full name to complete the " -"order" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.need_phone_number:1 of -msgid "" -"Pass :code:`True` if you require the user's phone number to complete the " -"order" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.need_email:1 of -msgid "" -"Pass :code:`True` if you require the user's email address to complete the" -" order" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.need_shipping_address:1 -#: of -msgid "" -"Pass :code:`True` if you require the user's shipping address to complete " -"the order" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.send_phone_number_to_provider:1 -#: of -msgid "" -"Pass :code:`True` if the user's phone number should be sent to the " -"provider" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.send_email_to_provider:1 -#: of -msgid "" -"Pass :code:`True` if the user's email address should be sent to the " -"provider" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.is_flexible:1 of -msgid "Pass :code:`True` if the final price depends on the shipping method" -msgstr "" - #: ../../api/methods/create_invoice_link.rst:14 msgid "Usage" msgstr "" @@ -205,3 +56,133 @@ msgstr "" #: ../../api/methods/create_invoice_link.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to create a link" +#~ " for an invoice. Returns the created" +#~ " invoice link as *String* on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#createinvoicelink" +#~ msgstr "" + +#~ msgid "Product name, 1-32 characters" +#~ msgstr "" + +#~ msgid "Product description, 1-255 characters" +#~ msgstr "" + +#~ msgid "" +#~ "Bot-defined invoice payload, 1-128 " +#~ "bytes. This will not be displayed " +#~ "to the user, use for your internal" +#~ " processes." +#~ msgstr "" + +#~ msgid "" +#~ "Payment provider token, obtained via " +#~ "`BotFather `_" +#~ msgstr "" + +#~ msgid "" +#~ "Three-letter ISO 4217 currency code, " +#~ "see `more on currencies " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "Price breakdown, a JSON-serialized list" +#~ " of components (e.g. product price, " +#~ "tax, discount, delivery cost, delivery " +#~ "tax, bonus, etc.)" +#~ msgstr "" + +#~ msgid "" +#~ "The maximum accepted amount for tips " +#~ "in the *smallest units* of the " +#~ "currency (integer, **not** float/double). For" +#~ " example, for a maximum tip of " +#~ ":code:`US$ 1.45` pass :code:`max_tip_amount =" +#~ " 145`. See the *exp* parameter in " +#~ "`currencies.json " +#~ "`_, it" +#~ " shows the number of digits past " +#~ "the decimal point for each currency " +#~ "(2 for the majority of currencies). " +#~ "Defaults to 0" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized array of suggested " +#~ "amounts of tips in the *smallest " +#~ "units* of the currency (integer, **not**" +#~ " float/double). At most 4 suggested " +#~ "tip amounts can be specified. The " +#~ "suggested tip amounts must be positive," +#~ " passed in a strictly increased order" +#~ " and must not exceed *max_tip_amount*." +#~ msgstr "" + +#~ msgid "" +#~ "JSON-serialized data about the invoice," +#~ " which will be shared with the " +#~ "payment provider. A detailed description " +#~ "of required fields should be provided" +#~ " by the payment provider." +#~ msgstr "" + +#~ msgid "" +#~ "URL of the product photo for the" +#~ " invoice. Can be a photo of the" +#~ " goods or a marketing image for " +#~ "a service." +#~ msgstr "" + +#~ msgid "Photo size in bytes" +#~ msgstr "" + +#~ msgid "Photo width" +#~ msgstr "" + +#~ msgid "Photo height" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's full name to complete the " +#~ "order" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's phone number to complete the " +#~ "order" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's email address to complete the " +#~ "order" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's shipping address to complete the" +#~ " order" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the user's phone" +#~ " number should be sent to the " +#~ "provider" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the user's email" +#~ " address should be sent to the " +#~ "provider" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the final price depends on the shipping method" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/create_new_sticker_set.po b/docs/locale/en/LC_MESSAGES/api/methods/create_new_sticker_set.po index 1d3789be..39dba63a 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/create_new_sticker_set.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/create_new_sticker_set.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/create_new_sticker_set.rst:3 msgid "createNewStickerSet" @@ -25,92 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet:1 of -msgid "" -"Use this method to create a new sticker set owned by a user. The bot will" -" be able to edit the sticker set thus created. You **must** use exactly " -"one of the fields *png_sticker*, *tgs_sticker*, or *webm_sticker*. " -"Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet:3 of -msgid "Source: https://core.telegram.org/bots/api#createnewstickerset" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.user_id:1 of -msgid "User identifier of created sticker set owner" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.name:1 of -msgid "" -"Short name of sticker set, to be used in :code:`t.me/addstickers/` URLs " -"(e.g., *animals*). Can contain only English letters, digits and " -"underscores. Must begin with a letter, can't contain consecutive " -"underscores and must end in :code:`\"_by_\"`. " -":code:`` is case insensitive. 1-64 characters." -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.title:1 of -msgid "Sticker set title, 1-64 characters" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.emojis:1 of -msgid "One or more emoji corresponding to the sticker" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.png_sticker:1 of -msgid "" -"**PNG** image with the sticker, must be up to 512 kilobytes in size, " -"dimensions must not exceed 512px, and either width or height must be " -"exactly 512px. Pass a *file_id* as a String to send a file that already " -"exists on the Telegram servers, pass an HTTP URL as a String for Telegram" -" to get a file from the Internet, or upload a new one using multipart" -"/form-data. :ref:`More information on Sending Files » `" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.tgs_sticker:1 of -msgid "" -"**TGS** animation with the sticker, uploaded using multipart/form-data. " -"See `https://core.telegram.org/stickers#animated-sticker-requirements " -"`_`https://core.telegram.org/stickers#animated-sticker-" -"requirements `_ for technical requirements" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.webm_sticker:1 of -msgid "" -"**WEBM** video with the sticker, uploaded using multipart/form-data. See " -"`https://core.telegram.org/stickers#video-sticker-requirements " -"`_`https://core.telegram.org/stickers#video-sticker-" -"requirements `_ for technical requirements" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.sticker_type:1 of -msgid "" -"Type of stickers in the set, pass 'regular' or 'mask'. Custom emoji " -"sticker sets can't be created via the Bot API at the moment. By default, " -"a regular sticker set is created." -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.mask_position:1 -#: of -msgid "" -"A JSON-serialized object for position where the mask should be placed on " -"faces" -msgstr "" - #: ../../api/methods/create_new_sticker_set.rst:14 msgid "Usage" msgstr "" @@ -144,3 +58,92 @@ msgstr "" #: ../../api/methods/create_new_sticker_set.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to create a new" +#~ " sticker set owned by a user. " +#~ "The bot will be able to edit " +#~ "the sticker set thus created. You " +#~ "**must** use exactly one of the " +#~ "fields *png_sticker*, *tgs_sticker*, or " +#~ "*webm_sticker*. Returns :code:`True` on " +#~ "success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#createnewstickerset" +#~ msgstr "" + +#~ msgid "User identifier of created sticker set owner" +#~ msgstr "" + +#~ msgid "" +#~ "Short name of sticker set, to be" +#~ " used in :code:`t.me/addstickers/` URLs " +#~ "(e.g., *animals*). Can contain only " +#~ "English letters, digits and underscores. " +#~ "Must begin with a letter, can't " +#~ "contain consecutive underscores and must " +#~ "end in :code:`\"_by_\"`. " +#~ ":code:`` is case insensitive. " +#~ "1-64 characters." +#~ msgstr "" + +#~ msgid "Sticker set title, 1-64 characters" +#~ msgstr "" + +#~ msgid "One or more emoji corresponding to the sticker" +#~ msgstr "" + +#~ msgid "" +#~ "**PNG** image with the sticker, must " +#~ "be up to 512 kilobytes in size," +#~ " dimensions must not exceed 512px, " +#~ "and either width or height must be" +#~ " exactly 512px. Pass a *file_id* as" +#~ " a String to send a file that" +#~ " already exists on the Telegram " +#~ "servers, pass an HTTP URL as a " +#~ "String for Telegram to get a file" +#~ " from the Internet, or upload a " +#~ "new one using multipart/form-data. " +#~ ":ref:`More information on Sending Files " +#~ "» `" +#~ msgstr "" + +#~ msgid "" +#~ "**TGS** animation with the sticker, " +#~ "uploaded using multipart/form-data. See " +#~ "`https://core.telegram.org/stickers#animated-sticker-" +#~ "requirements `_`https://core.telegram.org/stickers" +#~ "#animated-sticker-requirements " +#~ "`_ for technical requirements" +#~ msgstr "" + +#~ msgid "" +#~ "**WEBM** video with the sticker, " +#~ "uploaded using multipart/form-data. See " +#~ "`https://core.telegram.org/stickers#video-sticker-" +#~ "requirements `_`https://core.telegram.org/stickers" +#~ "#video-sticker-requirements " +#~ "`_ for technical requirements" +#~ msgstr "" + +#~ msgid "" +#~ "Type of stickers in the set, pass" +#~ " 'regular' or 'mask'. Custom emoji " +#~ "sticker sets can't be created via " +#~ "the Bot API at the moment. By " +#~ "default, a regular sticker set is " +#~ "created." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for position" +#~ " where the mask should be placed " +#~ "on faces" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/decline_chat_join_request.po b/docs/locale/en/LC_MESSAGES/api/methods/decline_chat_join_request.po index 9d632f5d..31f45b6e 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/decline_chat_join_request.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/decline_chat_join_request.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/decline_chat_join_request.rst:3 msgid "declineChatJoinRequest" @@ -25,31 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.decline_chat_join_request.DeclineChatJoinRequest:1 of -msgid "" -"Use this method to decline a chat join request. The bot must be an " -"administrator in the chat for this to work and must have the " -"*can_invite_users* administrator right. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.decline_chat_join_request.DeclineChatJoinRequest:3 of -msgid "Source: https://core.telegram.org/bots/api#declinechatjoinrequest" -msgstr "" - -#: ../../docstring -#: aiogram.methods.decline_chat_join_request.DeclineChatJoinRequest.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.decline_chat_join_request.DeclineChatJoinRequest.user_id:1 -#: of -msgid "Unique identifier of the target user" -msgstr "" - #: ../../api/methods/decline_chat_join_request.rst:14 msgid "Usage" msgstr "" @@ -91,3 +66,25 @@ msgstr "" #: ../../api/methods/decline_chat_join_request.rst:50 msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.decline`" msgstr "" + +#~ msgid "" +#~ "Use this method to decline a chat" +#~ " join request. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have the " +#~ "*can_invite_users* administrator right. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#declinechatjoinrequest" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target user" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/delete_chat_photo.po b/docs/locale/en/LC_MESSAGES/api/methods/delete_chat_photo.po index 758102ab..54cfee33 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/delete_chat_photo.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/delete_chat_photo.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/delete_chat_photo.rst:3 msgid "deleteChatPhoto" @@ -25,25 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.delete_chat_photo.DeleteChatPhoto:1 of -msgid "" -"Use this method to delete a chat photo. Photos can't be changed for " -"private chats. The bot must be an administrator in the chat for this to " -"work and must have the appropriate administrator rights. Returns " -":code:`True` on success." -msgstr "" - -#: aiogram.methods.delete_chat_photo.DeleteChatPhoto:3 of -msgid "Source: https://core.telegram.org/bots/api#deletechatphoto" -msgstr "" - -#: ../../docstring aiogram.methods.delete_chat_photo.DeleteChatPhoto.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - #: ../../api/methods/delete_chat_photo.rst:14 msgid "Usage" msgstr "" @@ -83,3 +64,23 @@ msgstr "" #: ../../api/methods/delete_chat_photo.rst:50 msgid ":meth:`aiogram.types.chat.Chat.delete_photo`" msgstr "" + +#~ msgid "" +#~ "Use this method to delete a chat" +#~ " photo. Photos can't be changed for" +#~ " private chats. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have the " +#~ "appropriate administrator rights. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#deletechatphoto" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/delete_chat_sticker_set.po b/docs/locale/en/LC_MESSAGES/api/methods/delete_chat_sticker_set.po index 3b5e8332..f5c876cf 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/delete_chat_sticker_set.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/delete_chat_sticker_set.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/delete_chat_sticker_set.rst:3 msgid "deleteChatStickerSet" @@ -25,27 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.delete_chat_sticker_set.DeleteChatStickerSet:1 of -msgid "" -"Use this method to delete a group sticker set from a supergroup. The bot " -"must be an administrator in the chat for this to work and must have the " -"appropriate administrator rights. Use the field *can_set_sticker_set* " -"optionally returned in :class:`aiogram.methods.get_chat.GetChat` requests" -" to check if the bot can use this method. Returns :code:`True` on " -"success." -msgstr "" - -#: aiogram.methods.delete_chat_sticker_set.DeleteChatStickerSet:3 of -msgid "Source: https://core.telegram.org/bots/api#deletechatstickerset" -msgstr "" - -#: ../../docstring -#: aiogram.methods.delete_chat_sticker_set.DeleteChatStickerSet.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - #: ../../api/methods/delete_chat_sticker_set.rst:14 msgid "Usage" msgstr "" @@ -87,3 +66,26 @@ msgstr "" #: ../../api/methods/delete_chat_sticker_set.rst:50 msgid ":meth:`aiogram.types.chat.Chat.delete_sticker_set`" msgstr "" + +#~ msgid "" +#~ "Use this method to delete a group" +#~ " sticker set from a supergroup. The" +#~ " bot must be an administrator in " +#~ "the chat for this to work and " +#~ "must have the appropriate administrator " +#~ "rights. Use the field *can_set_sticker_set*" +#~ " optionally returned in " +#~ ":class:`aiogram.methods.get_chat.GetChat` requests to " +#~ "check if the bot can use this " +#~ "method. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#deletechatstickerset" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/delete_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/delete_forum_topic.po index 4d2c0306..ae9bc009 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/delete_forum_topic.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/delete_forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/delete_forum_topic.rst:3 msgid "deleteForumTopic" @@ -25,30 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.delete_forum_topic.DeleteForumTopic:1 of -msgid "" -"Use this method to delete a forum topic along with all its messages in a " -"forum supergroup chat. The bot must be an administrator in the chat for " -"this to work and must have the *can_delete_messages* administrator " -"rights. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.delete_forum_topic.DeleteForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#deleteforumtopic" -msgstr "" - -#: ../../docstring -#: aiogram.methods.delete_forum_topic.DeleteForumTopic.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.delete_forum_topic.DeleteForumTopic.message_thread_id:1 of -msgid "Unique identifier for the target message thread of the forum topic" -msgstr "" - #: ../../api/methods/delete_forum_topic.rst:14 msgid "Usage" msgstr "" @@ -80,3 +56,27 @@ msgstr "" #: ../../api/methods/delete_forum_topic.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to delete a forum" +#~ " topic along with all its messages" +#~ " in a forum supergroup chat. The " +#~ "bot must be an administrator in " +#~ "the chat for this to work and " +#~ "must have the *can_delete_messages* " +#~ "administrator rights. Returns :code:`True` on" +#~ " success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#deleteforumtopic" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier for the target message thread of the forum topic" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/delete_message.po b/docs/locale/en/LC_MESSAGES/api/methods/delete_message.po index d2a793d3..c9225801 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/delete_message.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/delete_message.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/delete_message.rst:3 msgid "deleteMessage" @@ -25,74 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.delete_message.DeleteMessage:1 of -msgid "" -"Use this method to delete a message, including service messages, with the" -" following limitations:" -msgstr "" - -#: aiogram.methods.delete_message.DeleteMessage:3 of -msgid "A message can only be deleted if it was sent less than 48 hours ago." -msgstr "" - -#: aiogram.methods.delete_message.DeleteMessage:5 of -msgid "" -"Service messages about a supergroup, channel, or forum topic creation " -"can't be deleted." -msgstr "" - -#: aiogram.methods.delete_message.DeleteMessage:7 of -msgid "" -"A dice message in a private chat can only be deleted if it was sent more " -"than 24 hours ago." -msgstr "" - -#: aiogram.methods.delete_message.DeleteMessage:9 of -msgid "" -"Bots can delete outgoing messages in private chats, groups, and " -"supergroups." -msgstr "" - -#: aiogram.methods.delete_message.DeleteMessage:11 of -msgid "Bots can delete incoming messages in private chats." -msgstr "" - -#: aiogram.methods.delete_message.DeleteMessage:13 of -msgid "" -"Bots granted *can_post_messages* permissions can delete outgoing messages" -" in channels." -msgstr "" - -#: aiogram.methods.delete_message.DeleteMessage:15 of -msgid "" -"If the bot is an administrator of a group, it can delete any message " -"there." -msgstr "" - -#: aiogram.methods.delete_message.DeleteMessage:17 of -msgid "" -"If the bot has *can_delete_messages* permission in a supergroup or a " -"channel, it can delete any message there." -msgstr "" - -#: aiogram.methods.delete_message.DeleteMessage:19 of -msgid "Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.delete_message.DeleteMessage:21 of -msgid "Source: https://core.telegram.org/bots/api#deletemessage" -msgstr "" - -#: ../../docstring aiogram.methods.delete_message.DeleteMessage.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.delete_message.DeleteMessage.message_id:1 of -msgid "Identifier of the message to delete" -msgstr "" - #: ../../api/methods/delete_message.rst:14 msgid "Usage" msgstr "" @@ -136,3 +68,67 @@ msgstr "" #: ../../api/methods/delete_message.rst:51 msgid ":meth:`aiogram.types.chat.Chat.delete_message`" msgstr "" + +#~ msgid "" +#~ "Use this method to delete a " +#~ "message, including service messages, with " +#~ "the following limitations:" +#~ msgstr "" + +#~ msgid "A message can only be deleted if it was sent less than 48 hours ago." +#~ msgstr "" + +#~ msgid "" +#~ "Service messages about a supergroup, " +#~ "channel, or forum topic creation can't" +#~ " be deleted." +#~ msgstr "" + +#~ msgid "" +#~ "A dice message in a private chat" +#~ " can only be deleted if it was" +#~ " sent more than 24 hours ago." +#~ msgstr "" + +#~ msgid "" +#~ "Bots can delete outgoing messages in " +#~ "private chats, groups, and supergroups." +#~ msgstr "" + +#~ msgid "Bots can delete incoming messages in private chats." +#~ msgstr "" + +#~ msgid "" +#~ "Bots granted *can_post_messages* permissions " +#~ "can delete outgoing messages in " +#~ "channels." +#~ msgstr "" + +#~ msgid "" +#~ "If the bot is an administrator of" +#~ " a group, it can delete any " +#~ "message there." +#~ msgstr "" + +#~ msgid "" +#~ "If the bot has *can_delete_messages* " +#~ "permission in a supergroup or a " +#~ "channel, it can delete any message " +#~ "there." +#~ msgstr "" + +#~ msgid "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#deletemessage" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Identifier of the message to delete" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/delete_my_commands.po b/docs/locale/en/LC_MESSAGES/api/methods/delete_my_commands.po index aaf9cc3a..d91b5719 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/delete_my_commands.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/delete_my_commands.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/delete_my_commands.rst:3 msgid "deleteMyCommands" @@ -25,34 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.delete_my_commands.DeleteMyCommands:1 of -msgid "" -"Use this method to delete the list of the bot's commands for the given " -"scope and user language. After deletion, `higher level commands " -"`_ will " -"be shown to affected users. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.delete_my_commands.DeleteMyCommands:3 of -msgid "Source: https://core.telegram.org/bots/api#deletemycommands" -msgstr "" - -#: ../../docstring aiogram.methods.delete_my_commands.DeleteMyCommands.scope:1 -#: of -msgid "" -"A JSON-serialized object, describing scope of users for which the " -"commands are relevant. Defaults to " -":class:`aiogram.types.bot_command_scope_default.BotCommandScopeDefault`." -msgstr "" - -#: ../../docstring -#: aiogram.methods.delete_my_commands.DeleteMyCommands.language_code:1 of -msgid "" -"A two-letter ISO 639-1 language code. If empty, commands will be applied " -"to all users from the given scope, for whose language there are no " -"dedicated commands" -msgstr "" - #: ../../api/methods/delete_my_commands.rst:14 msgid "Usage" msgstr "" @@ -84,3 +56,33 @@ msgstr "" #: ../../api/methods/delete_my_commands.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to delete the list" +#~ " of the bot's commands for the " +#~ "given scope and user language. After " +#~ "deletion, `higher level commands " +#~ "`_ will be shown to " +#~ "affected users. Returns :code:`True` on " +#~ "success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#deletemycommands" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object, describing " +#~ "scope of users for which the " +#~ "commands are relevant. Defaults to " +#~ ":class:`aiogram.types.bot_command_scope_default.BotCommandScopeDefault`." +#~ msgstr "" + +#~ msgid "" +#~ "A two-letter ISO 639-1 language " +#~ "code. If empty, commands will be " +#~ "applied to all users from the " +#~ "given scope, for whose language there" +#~ " are no dedicated commands" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/delete_sticker_from_set.po b/docs/locale/en/LC_MESSAGES/api/methods/delete_sticker_from_set.po index e14f9081..5787f28e 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/delete_sticker_from_set.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/delete_sticker_from_set.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/delete_sticker_from_set.rst:3 msgid "deleteStickerFromSet" @@ -25,21 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.delete_sticker_from_set.DeleteStickerFromSet:1 of -msgid "" -"Use this method to delete a sticker from a set created by the bot. " -"Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.delete_sticker_from_set.DeleteStickerFromSet:3 of -msgid "Source: https://core.telegram.org/bots/api#deletestickerfromset" -msgstr "" - -#: ../../docstring -#: aiogram.methods.delete_sticker_from_set.DeleteStickerFromSet.sticker:1 of -msgid "File identifier of the sticker" -msgstr "" - #: ../../api/methods/delete_sticker_from_set.rst:14 msgid "Usage" msgstr "" @@ -81,3 +66,16 @@ msgstr "" #: ../../api/methods/delete_sticker_from_set.rst:50 msgid ":meth:`aiogram.types.sticker.Sticker.delete_from_set`" msgstr "" + +#~ msgid "" +#~ "Use this method to delete a " +#~ "sticker from a set created by the" +#~ " bot. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#deletestickerfromset" +#~ msgstr "" + +#~ msgid "File identifier of the sticker" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/delete_webhook.po b/docs/locale/en/LC_MESSAGES/api/methods/delete_webhook.po index bdd1e2ec..a3523b99 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/delete_webhook.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/delete_webhook.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/delete_webhook.rst:3 msgid "deleteWebhook" @@ -25,22 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.delete_webhook.DeleteWebhook:1 of -msgid "" -"Use this method to remove webhook integration if you decide to switch " -"back to :class:`aiogram.methods.get_updates.GetUpdates`. Returns " -":code:`True` on success." -msgstr "" - -#: aiogram.methods.delete_webhook.DeleteWebhook:3 of -msgid "Source: https://core.telegram.org/bots/api#deletewebhook" -msgstr "" - -#: ../../docstring -#: aiogram.methods.delete_webhook.DeleteWebhook.drop_pending_updates:1 of -msgid "Pass :code:`True` to drop all pending updates" -msgstr "" - #: ../../api/methods/delete_webhook.rst:14 msgid "Usage" msgstr "" @@ -72,3 +56,17 @@ msgstr "" #: ../../api/methods/delete_webhook.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to remove webhook " +#~ "integration if you decide to switch " +#~ "back to :class:`aiogram.methods.get_updates.GetUpdates`." +#~ " Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#deletewebhook" +#~ msgstr "" + +#~ msgid "Pass :code:`True` to drop all pending updates" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/edit_chat_invite_link.po b/docs/locale/en/LC_MESSAGES/api/methods/edit_chat_invite_link.po index 6efd01b1..1b6308c7 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/edit_chat_invite_link.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/edit_chat_invite_link.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/edit_chat_invite_link.rst:3 msgid "editChatInviteLink" @@ -25,56 +25,6 @@ msgstr "" msgid "Returns: :obj:`ChatInviteLink`" msgstr "" -#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink:1 of -msgid "" -"Use this method to edit a non-primary invite link created by the bot. The" -" bot must be an administrator in the chat for this to work and must have " -"the appropriate administrator rights. Returns the edited invite link as a" -" :class:`aiogram.types.chat_invite_link.ChatInviteLink` object." -msgstr "" - -#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink:3 of -msgid "Source: https://core.telegram.org/bots/api#editchatinvitelink" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink.invite_link:1 of -msgid "The invite link to edit" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink.name:1 of -msgid "Invite link name; 0-32 characters" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink.expire_date:1 of -msgid "Point in time (Unix timestamp) when the link will expire" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink.member_limit:1 of -msgid "" -"The maximum number of users that can be members of the chat " -"simultaneously after joining the chat via this invite link; 1-99999" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink.creates_join_request:1 -#: of -msgid "" -":code:`True`, if users joining the chat via the link need to be approved " -"by chat administrators. If :code:`True`, *member_limit* can't be " -"specified" -msgstr "" - #: ../../api/methods/edit_chat_invite_link.rst:14 msgid "Usage" msgstr "" @@ -116,3 +66,48 @@ msgstr "" #: ../../api/methods/edit_chat_invite_link.rst:50 msgid ":meth:`aiogram.types.chat.Chat.edit_invite_link`" msgstr "" + +#~ msgid "" +#~ "Use this method to edit a non-" +#~ "primary invite link created by the " +#~ "bot. The bot must be an " +#~ "administrator in the chat for this " +#~ "to work and must have the " +#~ "appropriate administrator rights. Returns the" +#~ " edited invite link as a " +#~ ":class:`aiogram.types.chat_invite_link.ChatInviteLink` object." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#editchatinvitelink" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "The invite link to edit" +#~ msgstr "" + +#~ msgid "Invite link name; 0-32 characters" +#~ msgstr "" + +#~ msgid "Point in time (Unix timestamp) when the link will expire" +#~ msgstr "" + +#~ msgid "" +#~ "The maximum number of users that " +#~ "can be members of the chat " +#~ "simultaneously after joining the chat " +#~ "via this invite link; 1-99999" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if users joining the chat" +#~ " via the link need to be " +#~ "approved by chat administrators. If " +#~ ":code:`True`, *member_limit* can't be " +#~ "specified" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/edit_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/edit_forum_topic.po index bf582c84..bee08b8b 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/edit_forum_topic.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/edit_forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-07 23:01+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/edit_forum_topic.rst:3 msgid "editForumTopic" @@ -25,44 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.edit_forum_topic.EditForumTopic:1 of -msgid "" -"Use this method to edit name and icon of a topic in a forum supergroup " -"chat. The bot must be an administrator in the chat for this to work and " -"must have *can_manage_topics* administrator rights, unless it is the " -"creator of the topic. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.edit_forum_topic.EditForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#editforumtopic" -msgstr "" - -#: ../../docstring aiogram.methods.edit_forum_topic.EditForumTopic.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_forum_topic.EditForumTopic.message_thread_id:1 of -msgid "Unique identifier for the target message thread of the forum topic" -msgstr "" - -#: ../../docstring aiogram.methods.edit_forum_topic.EditForumTopic.name:1 of -msgid "" -"New topic name, 0-128 characters. If not specified or empty, the current " -"name of the topic will be kept" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_forum_topic.EditForumTopic.icon_custom_emoji_id:1 of -msgid "" -"New unique identifier of the custom emoji shown as the topic icon. Use " -":class:`aiogram.methods.get_forum_topic_icon_stickers.GetForumTopicIconStickers`" -" to get all allowed custom emoji identifiers. Pass an empty string to " -"remove the icon. If not specified, the current icon will be kept" -msgstr "" - #: ../../api/methods/edit_forum_topic.rst:14 msgid "Usage" msgstr "" @@ -94,3 +56,44 @@ msgstr "" #: ../../api/methods/edit_forum_topic.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to edit name and" +#~ " icon of a topic in a forum " +#~ "supergroup chat. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have " +#~ "*can_manage_topics* administrator rights, unless " +#~ "it is the creator of the topic." +#~ " Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#editforumtopic" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier for the target message thread of the forum topic" +#~ msgstr "" + +#~ msgid "" +#~ "New topic name, 0-128 characters. If " +#~ "not specified or empty, the current " +#~ "name of the topic will be kept" +#~ msgstr "" + +#~ msgid "" +#~ "New unique identifier of the custom " +#~ "emoji shown as the topic icon. Use" +#~ " " +#~ ":class:`aiogram.methods.get_forum_topic_icon_stickers.GetForumTopicIconStickers`" +#~ " to get all allowed custom emoji " +#~ "identifiers. Pass an empty string to " +#~ "remove the icon. If not specified, " +#~ "the current icon will be kept" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/edit_general_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/edit_general_forum_topic.po index 75700ab7..02006ea3 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/edit_general_forum_topic.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/edit_general_forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/edit_general_forum_topic.rst:3 msgid "editGeneralForumTopic" @@ -25,30 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.edit_general_forum_topic.EditGeneralForumTopic:1 of -msgid "" -"Use this method to edit the name of the 'General' topic in a forum " -"supergroup chat. The bot must be an administrator in the chat for this to" -" work and must have *can_manage_topics* administrator rights. Returns " -":code:`True` on success." -msgstr "" - -#: aiogram.methods.edit_general_forum_topic.EditGeneralForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#editgeneralforumtopic" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_general_forum_topic.EditGeneralForumTopic.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_general_forum_topic.EditGeneralForumTopic.name:1 of -msgid "New topic name, 1-128 characters" -msgstr "" - #: ../../api/methods/edit_general_forum_topic.rst:14 msgid "Usage" msgstr "" @@ -82,3 +58,26 @@ msgstr "" #: ../../api/methods/edit_general_forum_topic.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to edit the name" +#~ " of the 'General' topic in a " +#~ "forum supergroup chat. The bot must " +#~ "be an administrator in the chat " +#~ "for this to work and must have " +#~ "*can_manage_topics* administrator rights. Returns" +#~ " :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#editgeneralforumtopic" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "New topic name, 1-128 characters" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/edit_message_caption.po b/docs/locale/en/LC_MESSAGES/api/methods/edit_message_caption.po index a566ee5e..e1d0568e 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/edit_message_caption.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/edit_message_caption.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/edit_message_caption.rst:3 msgid "editMessageCaption" @@ -25,69 +25,6 @@ msgstr "" msgid "Returns: :obj:`Union[Message, bool]`" msgstr "" -#: aiogram.methods.edit_message_caption.EditMessageCaption:1 of -msgid "" -"Use this method to edit captions of messages. On success, if the edited " -"message is not an inline message, the edited " -":class:`aiogram.types.message.Message` is returned, otherwise " -":code:`True` is returned." -msgstr "" - -#: aiogram.methods.edit_message_caption.EditMessageCaption:3 of -msgid "Source: https://core.telegram.org/bots/api#editmessagecaption" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_caption.EditMessageCaption.chat_id:1 of -msgid "" -"Required if *inline_message_id* is not specified. Unique identifier for " -"the target chat or username of the target channel (in the format " -":code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_caption.EditMessageCaption.message_id:1 of -msgid "" -"Required if *inline_message_id* is not specified. Identifier of the " -"message to edit" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_caption.EditMessageCaption.inline_message_id:1 -#: of -msgid "" -"Required if *chat_id* and *message_id* are not specified. Identifier of " -"the inline message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_caption.EditMessageCaption.caption:1 of -msgid "New caption of the message, 0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_caption.EditMessageCaption.parse_mode:1 of -msgid "" -"Mode for parsing entities in the message caption. See `formatting options" -" `_ for more " -"details." -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_caption.EditMessageCaption.caption_entities:1 -#: of -msgid "" -"A JSON-serialized list of special entities that appear in the caption, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_caption.EditMessageCaption.reply_markup:1 of -msgid "" -"A JSON-serialized object for an `inline keyboard " -"`_." -msgstr "" - #: ../../api/methods/edit_message_caption.rst:14 msgid "Usage" msgstr "" @@ -136,3 +73,59 @@ msgstr "" #~ "#inline-keyboards-and-on-the-fly-" #~ "updating>`_." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit captions " +#~ "of messages. On success, if the " +#~ "edited message is not an inline " +#~ "message, the edited " +#~ ":class:`aiogram.types.message.Message` is returned, " +#~ "otherwise :code:`True` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#editmessagecaption" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Unique identifier for the " +#~ "target chat or username of the " +#~ "target channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Identifier of the message to" +#~ " edit" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *chat_id* and *message_id* " +#~ "are not specified. Identifier of the " +#~ "inline message" +#~ msgstr "" + +#~ msgid "New caption of the message, 0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "message caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the caption, " +#~ "which can be specified instead of " +#~ "*parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for an " +#~ "`inline keyboard `_." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/edit_message_live_location.po b/docs/locale/en/LC_MESSAGES/api/methods/edit_message_live_location.po index 2e129074..f037865b 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/edit_message_live_location.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/edit_message_live_location.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/edit_message_live_location.rst:3 msgid "editMessageLiveLocation" @@ -25,88 +25,6 @@ msgstr "" msgid "Returns: :obj:`Union[Message, bool]`" msgstr "" -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation:1 of -msgid "" -"Use this method to edit live location messages. A location can be edited " -"until its *live_period* expires or editing is explicitly disabled by a " -"call to " -":class:`aiogram.methods.stop_message_live_location.StopMessageLiveLocation`." -" On success, if the edited message is not an inline message, the edited " -":class:`aiogram.types.message.Message` is returned, otherwise " -":code:`True` is returned." -msgstr "" - -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation:3 of -msgid "Source: https://core.telegram.org/bots/api#editmessagelivelocation" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.latitude:1 -#: of -msgid "Latitude of new location" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.longitude:1 -#: of -msgid "Longitude of new location" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.chat_id:1 -#: of -msgid "" -"Required if *inline_message_id* is not specified. Unique identifier for " -"the target chat or username of the target channel (in the format " -":code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.message_id:1 -#: of -msgid "" -"Required if *inline_message_id* is not specified. Identifier of the " -"message to edit" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.inline_message_id:1 -#: of -msgid "" -"Required if *chat_id* and *message_id* are not specified. Identifier of " -"the inline message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.horizontal_accuracy:1 -#: of -msgid "The radius of uncertainty for the location, measured in meters; 0-1500" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.heading:1 -#: of -msgid "" -"Direction in which the user is moving, in degrees. Must be between 1 and " -"360 if specified." -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.proximity_alert_radius:1 -#: of -msgid "" -"The maximum distance for proximity alerts about approaching another chat " -"member, in meters. Must be between 1 and 100000 if specified." -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.reply_markup:1 -#: of -msgid "" -"A JSON-serialized object for a new `inline keyboard " -"`_." -msgstr "" - #: ../../api/methods/edit_message_live_location.rst:14 msgid "Usage" msgstr "" @@ -158,3 +76,68 @@ msgstr "" #~ msgid "As message method" #~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit live " +#~ "location messages. A location can be " +#~ "edited until its *live_period* expires " +#~ "or editing is explicitly disabled by " +#~ "a call to " +#~ ":class:`aiogram.methods.stop_message_live_location.StopMessageLiveLocation`." +#~ " On success, if the edited message" +#~ " is not an inline message, the " +#~ "edited :class:`aiogram.types.message.Message` is " +#~ "returned, otherwise :code:`True` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#editmessagelivelocation" +#~ msgstr "" + +#~ msgid "Latitude of new location" +#~ msgstr "" + +#~ msgid "Longitude of new location" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Unique identifier for the " +#~ "target chat or username of the " +#~ "target channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Identifier of the message to" +#~ " edit" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *chat_id* and *message_id* " +#~ "are not specified. Identifier of the " +#~ "inline message" +#~ msgstr "" + +#~ msgid "The radius of uncertainty for the location, measured in meters; 0-1500" +#~ msgstr "" + +#~ msgid "" +#~ "Direction in which the user is " +#~ "moving, in degrees. Must be between " +#~ "1 and 360 if specified." +#~ msgstr "" + +#~ msgid "" +#~ "The maximum distance for proximity " +#~ "alerts about approaching another chat " +#~ "member, in meters. Must be between " +#~ "1 and 100000 if specified." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for a new" +#~ " `inline keyboard " +#~ "`_." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/edit_message_media.po b/docs/locale/en/LC_MESSAGES/api/methods/edit_message_media.po index afb32662..c819542d 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/edit_message_media.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/edit_message_media.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/edit_message_media.rst:3 msgid "editMessageMedia" @@ -25,56 +25,6 @@ msgstr "" msgid "Returns: :obj:`Union[Message, bool]`" msgstr "" -#: aiogram.methods.edit_message_media.EditMessageMedia:1 of -msgid "" -"Use this method to edit animation, audio, document, photo, or video " -"messages. If a message is part of a message album, then it can be edited " -"only to an audio for audio albums, only to a document for document albums" -" and to a photo or a video otherwise. When an inline message is edited, a" -" new file can't be uploaded; use a previously uploaded file via its " -"file_id or specify a URL. On success, if the edited message is not an " -"inline message, the edited :class:`aiogram.types.message.Message` is " -"returned, otherwise :code:`True` is returned." -msgstr "" - -#: aiogram.methods.edit_message_media.EditMessageMedia:3 of -msgid "Source: https://core.telegram.org/bots/api#editmessagemedia" -msgstr "" - -#: ../../docstring aiogram.methods.edit_message_media.EditMessageMedia.media:1 -#: of -msgid "A JSON-serialized object for a new media content of the message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_media.EditMessageMedia.chat_id:1 of -msgid "" -"Required if *inline_message_id* is not specified. Unique identifier for " -"the target chat or username of the target channel (in the format " -":code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_media.EditMessageMedia.message_id:1 of -msgid "" -"Required if *inline_message_id* is not specified. Identifier of the " -"message to edit" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_media.EditMessageMedia.inline_message_id:1 of -msgid "" -"Required if *chat_id* and *message_id* are not specified. Identifier of " -"the inline message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_media.EditMessageMedia.reply_markup:1 of -msgid "" -"A JSON-serialized object for a new `inline keyboard " -"`_." -msgstr "" - #: ../../api/methods/edit_message_media.rst:14 msgid "Usage" msgstr "" @@ -124,3 +74,55 @@ msgstr "" #~ msgid "As message method" #~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit animation, " +#~ "audio, document, photo, or video " +#~ "messages. If a message is part of" +#~ " a message album, then it can " +#~ "be edited only to an audio for " +#~ "audio albums, only to a document " +#~ "for document albums and to a photo" +#~ " or a video otherwise. When an " +#~ "inline message is edited, a new " +#~ "file can't be uploaded; use a " +#~ "previously uploaded file via its file_id" +#~ " or specify a URL. On success, " +#~ "if the edited message is not an" +#~ " inline message, the edited " +#~ ":class:`aiogram.types.message.Message` is returned, " +#~ "otherwise :code:`True` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#editmessagemedia" +#~ msgstr "" + +#~ msgid "A JSON-serialized object for a new media content of the message" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Unique identifier for the " +#~ "target chat or username of the " +#~ "target channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Identifier of the message to" +#~ " edit" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *chat_id* and *message_id* " +#~ "are not specified. Identifier of the " +#~ "inline message" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for a new" +#~ " `inline keyboard " +#~ "`_." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/edit_message_reply_markup.po b/docs/locale/en/LC_MESSAGES/api/methods/edit_message_reply_markup.po index d8a3b25d..50df839d 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/edit_message_reply_markup.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/edit_message_reply_markup.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/edit_message_reply_markup.rst:3 msgid "editMessageReplyMarkup" @@ -25,51 +25,6 @@ msgstr "" msgid "Returns: :obj:`Union[Message, bool]`" msgstr "" -#: aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup:1 of -msgid "" -"Use this method to edit only the reply markup of messages. On success, if" -" the edited message is not an inline message, the edited " -":class:`aiogram.types.message.Message` is returned, otherwise " -":code:`True` is returned." -msgstr "" - -#: aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup:3 of -msgid "Source: https://core.telegram.org/bots/api#editmessagereplymarkup" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup.chat_id:1 -#: of -msgid "" -"Required if *inline_message_id* is not specified. Unique identifier for " -"the target chat or username of the target channel (in the format " -":code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup.message_id:1 -#: of -msgid "" -"Required if *inline_message_id* is not specified. Identifier of the " -"message to edit" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup.inline_message_id:1 -#: of -msgid "" -"Required if *chat_id* and *message_id* are not specified. Identifier of " -"the inline message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup.reply_markup:1 -#: of -msgid "" -"A JSON-serialized object for an `inline keyboard " -"`_." -msgstr "" - #: ../../api/methods/edit_message_reply_markup.rst:14 msgid "Usage" msgstr "" @@ -118,3 +73,42 @@ msgstr "" #~ "#inline-keyboards-and-on-the-fly-" #~ "updating>`_." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit only the" +#~ " reply markup of messages. On " +#~ "success, if the edited message is " +#~ "not an inline message, the edited " +#~ ":class:`aiogram.types.message.Message` is returned, " +#~ "otherwise :code:`True` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#editmessagereplymarkup" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Unique identifier for the " +#~ "target chat or username of the " +#~ "target channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Identifier of the message to" +#~ " edit" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *chat_id* and *message_id* " +#~ "are not specified. Identifier of the " +#~ "inline message" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for an " +#~ "`inline keyboard `_." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/edit_message_text.po b/docs/locale/en/LC_MESSAGES/api/methods/edit_message_text.po index a4662b9b..a6f5b5bc 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/edit_message_text.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/edit_message_text.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/edit_message_text.rst:3 msgid "editMessageText" @@ -25,73 +25,6 @@ msgstr "" msgid "Returns: :obj:`Union[Message, bool]`" msgstr "" -#: aiogram.methods.edit_message_text.EditMessageText:1 of -msgid "" -"Use this method to edit text and `game " -"`_ messages. On success, if the" -" edited message is not an inline message, the edited " -":class:`aiogram.types.message.Message` is returned, otherwise " -":code:`True` is returned." -msgstr "" - -#: aiogram.methods.edit_message_text.EditMessageText:3 of -msgid "Source: https://core.telegram.org/bots/api#editmessagetext" -msgstr "" - -#: ../../docstring aiogram.methods.edit_message_text.EditMessageText.text:1 of -msgid "New text of the message, 1-4096 characters after entities parsing" -msgstr "" - -#: ../../docstring aiogram.methods.edit_message_text.EditMessageText.chat_id:1 -#: of -msgid "" -"Required if *inline_message_id* is not specified. Unique identifier for " -"the target chat or username of the target channel (in the format " -":code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_text.EditMessageText.message_id:1 of -msgid "" -"Required if *inline_message_id* is not specified. Identifier of the " -"message to edit" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_text.EditMessageText.inline_message_id:1 of -msgid "" -"Required if *chat_id* and *message_id* are not specified. Identifier of " -"the inline message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_text.EditMessageText.parse_mode:1 of -msgid "" -"Mode for parsing entities in the message text. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: ../../docstring aiogram.methods.edit_message_text.EditMessageText.entities:1 -#: of -msgid "" -"A JSON-serialized list of special entities that appear in message text, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_text.EditMessageText.disable_web_page_preview:1 -#: of -msgid "Disables link previews for links in this message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_text.EditMessageText.reply_markup:1 of -msgid "" -"A JSON-serialized object for an `inline keyboard " -"`_." -msgstr "" - #: ../../api/methods/edit_message_text.rst:14 msgid "Usage" msgstr "" @@ -138,3 +71,63 @@ msgstr "" #~ "#inline-keyboards-and-on-the-fly-" #~ "updating>`_." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit text and" +#~ " `game `_ " +#~ "messages. On success, if the edited " +#~ "message is not an inline message, " +#~ "the edited :class:`aiogram.types.message.Message` is" +#~ " returned, otherwise :code:`True` is " +#~ "returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#editmessagetext" +#~ msgstr "" + +#~ msgid "New text of the message, 1-4096 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Unique identifier for the " +#~ "target chat or username of the " +#~ "target channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Identifier of the message to" +#~ " edit" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *chat_id* and *message_id* " +#~ "are not specified. Identifier of the " +#~ "inline message" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "message text. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in message text," +#~ " which can be specified instead of" +#~ " *parse_mode*" +#~ msgstr "" + +#~ msgid "Disables link previews for links in this message" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for an " +#~ "`inline keyboard `_." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/export_chat_invite_link.po b/docs/locale/en/LC_MESSAGES/api/methods/export_chat_invite_link.po index 3615e48d..0bbd89d8 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/export_chat_invite_link.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/export_chat_invite_link.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/export_chat_invite_link.rst:3 msgid "exportChatInviteLink" @@ -25,39 +25,6 @@ msgstr "" msgid "Returns: :obj:`str`" msgstr "" -#: aiogram.methods.export_chat_invite_link.ExportChatInviteLink:1 of -msgid "" -"Use this method to generate a new primary invite link for a chat; any " -"previously generated primary link is revoked. The bot must be an " -"administrator in the chat for this to work and must have the appropriate " -"administrator rights. Returns the new invite link as *String* on success." -msgstr "" - -#: aiogram.methods.export_chat_invite_link.ExportChatInviteLink:3 of -msgid "" -"Note: Each administrator in a chat generates their own invite links. Bots" -" can't use invite links generated by other administrators. If you want " -"your bot to work with invite links, it will need to generate its own link" -" using " -":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink` or " -"by calling the :class:`aiogram.methods.get_chat.GetChat` method. If your " -"bot needs to generate a new primary invite link replacing its previous " -"one, use " -":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink` " -"again." -msgstr "" - -#: aiogram.methods.export_chat_invite_link.ExportChatInviteLink:5 of -msgid "Source: https://core.telegram.org/bots/api#exportchatinvitelink" -msgstr "" - -#: ../../docstring -#: aiogram.methods.export_chat_invite_link.ExportChatInviteLink.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - #: ../../api/methods/export_chat_invite_link.rst:14 msgid "Usage" msgstr "" @@ -99,3 +66,43 @@ msgstr "" #: ../../api/methods/export_chat_invite_link.rst:50 msgid ":meth:`aiogram.types.chat.Chat.export_invite_link`" msgstr "" + +#~ msgid "" +#~ "Use this method to generate a new" +#~ " primary invite link for a chat; " +#~ "any previously generated primary link is" +#~ " revoked. The bot must be an " +#~ "administrator in the chat for this " +#~ "to work and must have the " +#~ "appropriate administrator rights. Returns the" +#~ " new invite link as *String* on " +#~ "success." +#~ msgstr "" + +#~ msgid "" +#~ "Note: Each administrator in a chat " +#~ "generates their own invite links. Bots" +#~ " can't use invite links generated by" +#~ " other administrators. If you want " +#~ "your bot to work with invite " +#~ "links, it will need to generate " +#~ "its own link using " +#~ ":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink`" +#~ " or by calling the " +#~ ":class:`aiogram.methods.get_chat.GetChat` method. If " +#~ "your bot needs to generate a new" +#~ " primary invite link replacing its " +#~ "previous one, use " +#~ ":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink`" +#~ " again." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#exportchatinvitelink" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/forward_message.po b/docs/locale/en/LC_MESSAGES/api/methods/forward_message.po index 43f90fbf..d5dd0e4f 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/forward_message.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/forward_message.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/forward_message.rst:3 msgid "forwardMessage" @@ -25,54 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.forward_message.ForwardMessage:1 of -msgid "" -"Use this method to forward messages of any kind. Service messages can't " -"be forwarded. On success, the sent :class:`aiogram.types.message.Message`" -" is returned." -msgstr "" - -#: aiogram.methods.forward_message.ForwardMessage:3 of -msgid "Source: https://core.telegram.org/bots/api#forwardmessage" -msgstr "" - -#: ../../docstring aiogram.methods.forward_message.ForwardMessage.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.forward_message.ForwardMessage.from_chat_id:1 of -msgid "" -"Unique identifier for the chat where the original message was sent (or " -"channel username in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.forward_message.ForwardMessage.message_id:1 -#: of -msgid "Message identifier in the chat specified in *from_chat_id*" -msgstr "" - -#: ../../docstring -#: aiogram.methods.forward_message.ForwardMessage.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring -#: aiogram.methods.forward_message.ForwardMessage.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring -#: aiogram.methods.forward_message.ForwardMessage.protect_content:1 of -msgid "Protects the contents of the forwarded message from forwarding and saving" -msgstr "" - #: ../../api/methods/forward_message.rst:14 msgid "Usage" msgstr "" @@ -115,3 +67,48 @@ msgstr "" #~ msgid "As message method" #~ msgstr "" + +#~ msgid "" +#~ "Use this method to forward messages " +#~ "of any kind. Service messages can't " +#~ "be forwarded. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#forwardmessage" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the chat where " +#~ "the original message was sent (or " +#~ "channel username in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Message identifier in the chat specified in *from_chat_id*" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "" +#~ "Protects the contents of the forwarded" +#~ " message from forwarding and saving" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_chat.po b/docs/locale/en/LC_MESSAGES/api/methods/get_chat.po index 9097c834..50d17a48 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/get_chat.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/get_chat.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_chat.rst:3 msgid "getChat" @@ -25,24 +25,6 @@ msgstr "" msgid "Returns: :obj:`Chat`" msgstr "" -#: aiogram.methods.get_chat.GetChat:1 of -msgid "" -"Use this method to get up to date information about the chat (current " -"name of the user for one-on-one conversations, current username of a " -"user, group or channel, etc.). Returns a :class:`aiogram.types.chat.Chat`" -" object on success." -msgstr "" - -#: aiogram.methods.get_chat.GetChat:3 of -msgid "Source: https://core.telegram.org/bots/api#getchat" -msgstr "" - -#: ../../docstring aiogram.methods.get_chat.GetChat.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup or channel (in the format :code:`@channelusername`)" -msgstr "" - #: ../../api/methods/get_chat.rst:14 msgid "Usage" msgstr "" @@ -70,3 +52,24 @@ msgstr "" #: ../../api/methods/get_chat.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to get up to " +#~ "date information about the chat (current" +#~ " name of the user for one-" +#~ "on-one conversations, current username of" +#~ " a user, group or channel, etc.). " +#~ "Returns a :class:`aiogram.types.chat.Chat` object" +#~ " on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getchat" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " or channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_chat_administrators.po b/docs/locale/en/LC_MESSAGES/api/methods/get_chat_administrators.po index 7700abdc..43013e47 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/get_chat_administrators.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/get_chat_administrators.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_chat_administrators.rst:3 msgid "getChatAdministrators" @@ -28,24 +28,6 @@ msgid "" "ChatMemberBanned]]`" msgstr "" -#: aiogram.methods.get_chat_administrators.GetChatAdministrators:1 of -msgid "" -"Use this method to get a list of administrators in a chat, which aren't " -"bots. Returns an Array of :class:`aiogram.types.chat_member.ChatMember` " -"objects." -msgstr "" - -#: aiogram.methods.get_chat_administrators.GetChatAdministrators:3 of -msgid "Source: https://core.telegram.org/bots/api#getchatadministrators" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_chat_administrators.GetChatAdministrators.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup or channel (in the format :code:`@channelusername`)" -msgstr "" - #: ../../api/methods/get_chat_administrators.rst:14 msgid "Usage" msgstr "" @@ -83,3 +65,21 @@ msgstr "" #: ../../api/methods/get_chat_administrators.rst:45 msgid ":meth:`aiogram.types.chat.Chat.get_administrators`" msgstr "" + +#~ msgid "" +#~ "Use this method to get a list " +#~ "of administrators in a chat, which " +#~ "aren't bots. Returns an Array of " +#~ ":class:`aiogram.types.chat_member.ChatMember` objects." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getchatadministrators" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " or channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_chat_member.po b/docs/locale/en/LC_MESSAGES/api/methods/get_chat_member.po index f882bd5a..77602a99 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/get_chat_member.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/get_chat_member.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-07 23:01+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_chat_member.rst:3 msgid "getChatMember" @@ -28,28 +28,6 @@ msgid "" "ChatMemberBanned]`" msgstr "" -#: aiogram.methods.get_chat_member.GetChatMember:1 of -msgid "" -"Use this method to get information about a member of a chat. The method " -"is guaranteed to work for other users, only if the bot is an " -"administrator in the chat. Returns a " -":class:`aiogram.types.chat_member.ChatMember` object on success." -msgstr "" - -#: aiogram.methods.get_chat_member.GetChatMember:3 of -msgid "Source: https://core.telegram.org/bots/api#getchatmember" -msgstr "" - -#: ../../docstring aiogram.methods.get_chat_member.GetChatMember.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup or channel (in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.get_chat_member.GetChatMember.user_id:1 of -msgid "Unique identifier of the target user" -msgstr "" - #: ../../api/methods/get_chat_member.rst:14 msgid "Usage" msgstr "" @@ -85,3 +63,27 @@ msgstr "" #: ../../api/methods/get_chat_member.rst:45 msgid ":meth:`aiogram.types.chat.Chat.get_member`" msgstr "" + +#~ msgid "" +#~ "Use this method to get information " +#~ "about a member of a chat. The " +#~ "method is guaranteed to work for " +#~ "other users, only if the bot is" +#~ " an administrator in the chat. " +#~ "Returns a :class:`aiogram.types.chat_member.ChatMember`" +#~ " object on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getchatmember" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " or channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target user" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_chat_member_count.po b/docs/locale/en/LC_MESSAGES/api/methods/get_chat_member_count.po index 6fc48c9f..891bfecd 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/get_chat_member_count.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/get_chat_member_count.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_chat_member_count.rst:3 msgid "getChatMemberCount" @@ -25,23 +25,6 @@ msgstr "" msgid "Returns: :obj:`int`" msgstr "" -#: aiogram.methods.get_chat_member_count.GetChatMemberCount:1 of -msgid "" -"Use this method to get the number of members in a chat. Returns *Int* on " -"success." -msgstr "" - -#: aiogram.methods.get_chat_member_count.GetChatMemberCount:3 of -msgid "Source: https://core.telegram.org/bots/api#getchatmembercount" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_chat_member_count.GetChatMemberCount.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup or channel (in the format :code:`@channelusername`)" -msgstr "" - #: ../../api/methods/get_chat_member_count.rst:14 msgid "Usage" msgstr "" @@ -79,3 +62,20 @@ msgstr "" #: ../../api/methods/get_chat_member_count.rst:45 msgid ":meth:`aiogram.types.chat.Chat.get_member_count`" msgstr "" + +#~ msgid "" +#~ "Use this method to get the number" +#~ " of members in a chat. Returns " +#~ "*Int* on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getchatmembercount" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " or channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_chat_menu_button.po b/docs/locale/en/LC_MESSAGES/api/methods/get_chat_menu_button.po index 0f5e608b..997eecf8 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/get_chat_menu_button.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/get_chat_menu_button.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_chat_menu_button.rst:3 msgid "getChatMenuButton" @@ -27,24 +27,6 @@ msgid "" "MenuButtonCommands]`" msgstr "" -#: aiogram.methods.get_chat_menu_button.GetChatMenuButton:1 of -msgid "" -"Use this method to get the current value of the bot's menu button in a " -"private chat, or the default menu button. Returns " -":class:`aiogram.types.menu_button.MenuButton` on success." -msgstr "" - -#: aiogram.methods.get_chat_menu_button.GetChatMenuButton:3 of -msgid "Source: https://core.telegram.org/bots/api#getchatmenubutton" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_chat_menu_button.GetChatMenuButton.chat_id:1 of -msgid "" -"Unique identifier for the target private chat. If not specified, default " -"bot's menu button will be returned" -msgstr "" - #: ../../api/methods/get_chat_menu_button.rst:14 msgid "Usage" msgstr "" @@ -75,3 +57,21 @@ msgstr "" #~ msgid "Returns: :obj:`MenuButton`" #~ msgstr "" + +#~ msgid "" +#~ "Use this method to get the current" +#~ " value of the bot's menu button " +#~ "in a private chat, or the default" +#~ " menu button. Returns " +#~ ":class:`aiogram.types.menu_button.MenuButton` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getchatmenubutton" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target private" +#~ " chat. If not specified, default " +#~ "bot's menu button will be returned" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_custom_emoji_stickers.po b/docs/locale/en/LC_MESSAGES/api/methods/get_custom_emoji_stickers.po index 421e077e..b219a4f4 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/get_custom_emoji_stickers.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/get_custom_emoji_stickers.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_custom_emoji_stickers.rst:3 msgid "getCustomEmojiStickers" @@ -25,25 +25,6 @@ msgstr "" msgid "Returns: :obj:`List[Sticker]`" msgstr "" -#: aiogram.methods.get_custom_emoji_stickers.GetCustomEmojiStickers:1 of -msgid "" -"Use this method to get information about custom emoji stickers by their " -"identifiers. Returns an Array of :class:`aiogram.types.sticker.Sticker` " -"objects." -msgstr "" - -#: aiogram.methods.get_custom_emoji_stickers.GetCustomEmojiStickers:3 of -msgid "Source: https://core.telegram.org/bots/api#getcustomemojistickers" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_custom_emoji_stickers.GetCustomEmojiStickers.custom_emoji_ids:1 -#: of -msgid "" -"List of custom emoji identifiers. At most 200 custom emoji identifiers " -"can be specified." -msgstr "" - #: ../../api/methods/get_custom_emoji_stickers.rst:14 msgid "Usage" msgstr "" @@ -73,3 +54,20 @@ msgstr "" #: ../../api/methods/get_custom_emoji_stickers.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to get information " +#~ "about custom emoji stickers by their " +#~ "identifiers. Returns an Array of " +#~ ":class:`aiogram.types.sticker.Sticker` objects." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getcustomemojistickers" +#~ msgstr "" + +#~ msgid "" +#~ "List of custom emoji identifiers. At " +#~ "most 200 custom emoji identifiers can" +#~ " be specified." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_file.po b/docs/locale/en/LC_MESSAGES/api/methods/get_file.po index bb0d8947..aa6bad44 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/get_file.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/get_file.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_file.rst:3 msgid "getFile" @@ -25,29 +25,6 @@ msgstr "" msgid "Returns: :obj:`File`" msgstr "" -#: aiogram.methods.get_file.GetFile:1 of -msgid "" -"Use this method to get basic information about a file and prepare it for " -"downloading. For the moment, bots can download files of up to 20MB in " -"size. On success, a :class:`aiogram.types.file.File` object is returned. " -"The file can then be downloaded via the link " -":code:`https://api.telegram.org/file/bot/`, where " -":code:`` is taken from the response. It is guaranteed that the" -" link will be valid for at least 1 hour. When the link expires, a new one" -" can be requested by calling :class:`aiogram.methods.get_file.GetFile` " -"again. **Note:** This function may not preserve the original file name " -"and MIME type. You should save the file's MIME type and name (if " -"available) when the File object is received." -msgstr "" - -#: aiogram.methods.get_file.GetFile:4 of -msgid "Source: https://core.telegram.org/bots/api#getfile" -msgstr "" - -#: ../../docstring aiogram.methods.get_file.GetFile.file_id:1 of -msgid "File identifier to get information about" -msgstr "" - #: ../../api/methods/get_file.rst:14 msgid "Usage" msgstr "" @@ -75,3 +52,34 @@ msgstr "" #: ../../api/methods/get_file.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to get basic " +#~ "information about a file and prepare " +#~ "it for downloading. For the moment, " +#~ "bots can download files of up to" +#~ " 20MB in size. On success, a " +#~ ":class:`aiogram.types.file.File` object is returned." +#~ " The file can then be downloaded " +#~ "via the link " +#~ ":code:`https://api.telegram.org/file/bot/`, " +#~ "where :code:`` is taken from " +#~ "the response. It is guaranteed that " +#~ "the link will be valid for at " +#~ "least 1 hour. When the link " +#~ "expires, a new one can be " +#~ "requested by calling " +#~ ":class:`aiogram.methods.get_file.GetFile` again. **Note:**" +#~ " This function may not preserve the" +#~ " original file name and MIME type." +#~ " You should save the file's MIME " +#~ "type and name (if available) when " +#~ "the File object is received." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getfile" +#~ msgstr "" + +#~ msgid "File identifier to get information about" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_forum_topic_icon_stickers.po b/docs/locale/en/LC_MESSAGES/api/methods/get_forum_topic_icon_stickers.po index 7719981e..5f180669 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/get_forum_topic_icon_stickers.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/get_forum_topic_icon_stickers.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_forum_topic_icon_stickers.rst:3 msgid "getForumTopicIconStickers" @@ -25,17 +25,6 @@ msgstr "" msgid "Returns: :obj:`List[Sticker]`" msgstr "" -#: aiogram.methods.get_forum_topic_icon_stickers.GetForumTopicIconStickers:1 of -msgid "" -"Use this method to get custom emoji stickers, which can be used as a " -"forum topic icon by any user. Requires no parameters. Returns an Array of" -" :class:`aiogram.types.sticker.Sticker` objects." -msgstr "" - -#: aiogram.methods.get_forum_topic_icon_stickers.GetForumTopicIconStickers:3 of -msgid "Source: https://core.telegram.org/bots/api#getforumtopiciconstickers" -msgstr "" - #: ../../api/methods/get_forum_topic_icon_stickers.rst:14 msgid "Usage" msgstr "" @@ -65,3 +54,16 @@ msgstr "" #: ../../api/methods/get_forum_topic_icon_stickers.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to get custom " +#~ "emoji stickers, which can be used " +#~ "as a forum topic icon by any " +#~ "user. Requires no parameters. Returns an" +#~ " Array of :class:`aiogram.types.sticker.Sticker` " +#~ "objects." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getforumtopiciconstickers" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_game_high_scores.po b/docs/locale/en/LC_MESSAGES/api/methods/get_game_high_scores.po index 192b0486..5106205e 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/get_game_high_scores.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/get_game_high_scores.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_game_high_scores.rst:3 msgid "getGameHighScores" @@ -25,52 +25,6 @@ msgstr "" msgid "Returns: :obj:`List[GameHighScore]`" msgstr "" -#: aiogram.methods.get_game_high_scores.GetGameHighScores:1 of -msgid "" -"Use this method to get data for high score tables. Will return the score " -"of the specified user and several of their neighbors in a game. Returns " -"an Array of :class:`aiogram.types.game_high_score.GameHighScore` objects." -msgstr "" - -#: aiogram.methods.get_game_high_scores.GetGameHighScores:3 of -msgid "" -"This method will currently return scores for the target user, plus two of" -" their closest neighbors on each side. Will also return the top three " -"users if the user and their neighbors are not among them. Please note " -"that this behavior is subject to change." -msgstr "" - -#: aiogram.methods.get_game_high_scores.GetGameHighScores:5 of -msgid "Source: https://core.telegram.org/bots/api#getgamehighscores" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_game_high_scores.GetGameHighScores.user_id:1 of -msgid "Target user id" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_game_high_scores.GetGameHighScores.chat_id:1 of -msgid "" -"Required if *inline_message_id* is not specified. Unique identifier for " -"the target chat" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_game_high_scores.GetGameHighScores.message_id:1 of -msgid "" -"Required if *inline_message_id* is not specified. Identifier of the sent " -"message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_game_high_scores.GetGameHighScores.inline_message_id:1 -#: of -msgid "" -"Required if *chat_id* and *message_id* are not specified. Identifier of " -"the inline message" -msgstr "" - #: ../../api/methods/get_game_high_scores.rst:14 msgid "Usage" msgstr "" @@ -98,3 +52,48 @@ msgstr "" #: ../../api/methods/get_game_high_scores.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to get data for" +#~ " high score tables. Will return the" +#~ " score of the specified user and " +#~ "several of their neighbors in a " +#~ "game. Returns an Array of " +#~ ":class:`aiogram.types.game_high_score.GameHighScore` objects." +#~ msgstr "" + +#~ msgid "" +#~ "This method will currently return scores" +#~ " for the target user, plus two " +#~ "of their closest neighbors on each " +#~ "side. Will also return the top " +#~ "three users if the user and their" +#~ " neighbors are not among them. Please" +#~ " note that this behavior is subject" +#~ " to change." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getgamehighscores" +#~ msgstr "" + +#~ msgid "Target user id" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Unique identifier for the " +#~ "target chat" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Identifier of the sent " +#~ "message" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *chat_id* and *message_id* " +#~ "are not specified. Identifier of the " +#~ "inline message" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_me.po b/docs/locale/en/LC_MESSAGES/api/methods/get_me.po index 5bcb644a..a3fe28a3 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/get_me.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/get_me.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_me.rst:3 msgid "getMe" @@ -25,17 +25,6 @@ msgstr "" msgid "Returns: :obj:`User`" msgstr "" -#: aiogram.methods.get_me.GetMe:1 of -msgid "" -"A simple method for testing your bot's authentication token. Requires no " -"parameters. Returns basic information about the bot in form of a " -":class:`aiogram.types.user.User` object." -msgstr "" - -#: aiogram.methods.get_me.GetMe:3 of -msgid "Source: https://core.telegram.org/bots/api#getme" -msgstr "" - #: ../../api/methods/get_me.rst:14 msgid "Usage" msgstr "" @@ -63,3 +52,15 @@ msgstr "" #: ../../api/methods/get_me.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "A simple method for testing your " +#~ "bot's authentication token. Requires no " +#~ "parameters. Returns basic information about" +#~ " the bot in form of a " +#~ ":class:`aiogram.types.user.User` object." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getme" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_my_commands.po b/docs/locale/en/LC_MESSAGES/api/methods/get_my_commands.po index 1f59318d..f5a56d8c 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/get_my_commands.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/get_my_commands.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_my_commands.rst:3 msgid "getMyCommands" @@ -25,29 +25,6 @@ msgstr "" msgid "Returns: :obj:`List[BotCommand]`" msgstr "" -#: aiogram.methods.get_my_commands.GetMyCommands:1 of -msgid "" -"Use this method to get the current list of the bot's commands for the " -"given scope and user language. Returns an Array of " -":class:`aiogram.types.bot_command.BotCommand` objects. If commands aren't" -" set, an empty list is returned." -msgstr "" - -#: aiogram.methods.get_my_commands.GetMyCommands:3 of -msgid "Source: https://core.telegram.org/bots/api#getmycommands" -msgstr "" - -#: ../../docstring aiogram.methods.get_my_commands.GetMyCommands.scope:1 of -msgid "" -"A JSON-serialized object, describing scope of users. Defaults to " -":class:`aiogram.types.bot_command_scope_default.BotCommandScopeDefault`." -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_my_commands.GetMyCommands.language_code:1 of -msgid "A two-letter ISO 639-1 language code or an empty string" -msgstr "" - #: ../../api/methods/get_my_commands.rst:14 msgid "Usage" msgstr "" @@ -75,3 +52,26 @@ msgstr "" #: ../../api/methods/get_my_commands.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to get the current" +#~ " list of the bot's commands for " +#~ "the given scope and user language. " +#~ "Returns an Array of " +#~ ":class:`aiogram.types.bot_command.BotCommand` objects. If" +#~ " commands aren't set, an empty list" +#~ " is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getmycommands" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object, describing " +#~ "scope of users. Defaults to " +#~ ":class:`aiogram.types.bot_command_scope_default.BotCommandScopeDefault`." +#~ msgstr "" + +#~ msgid "A two-letter ISO 639-1 language code or an empty string" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_my_default_administrator_rights.po b/docs/locale/en/LC_MESSAGES/api/methods/get_my_default_administrator_rights.po index 58861170..ddac37fd 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/get_my_default_administrator_rights.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/get_my_default_administrator_rights.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_my_default_administrator_rights.rst:3 msgid "getMyDefaultAdministratorRights" @@ -25,29 +25,6 @@ msgstr "" msgid "Returns: :obj:`ChatAdministratorRights`" msgstr "" -#: aiogram.methods.get_my_default_administrator_rights.GetMyDefaultAdministratorRights:1 -#: of -msgid "" -"Use this method to get the current default administrator rights of the " -"bot. Returns " -":class:`aiogram.types.chat_administrator_rights.ChatAdministratorRights` " -"on success." -msgstr "" - -#: aiogram.methods.get_my_default_administrator_rights.GetMyDefaultAdministratorRights:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#getmydefaultadministratorrights" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_my_default_administrator_rights.GetMyDefaultAdministratorRights.for_channels:1 -#: of -msgid "" -"Pass :code:`True` to get default administrator rights of the bot in " -"channels. Otherwise, default administrator rights of the bot for groups " -"and supergroups will be returned." -msgstr "" - #: ../../api/methods/get_my_default_administrator_rights.rst:14 msgid "Usage" msgstr "" @@ -77,3 +54,25 @@ msgstr "" #: ../../api/methods/get_my_default_administrator_rights.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to get the current" +#~ " default administrator rights of the " +#~ "bot. Returns " +#~ ":class:`aiogram.types.chat_administrator_rights.ChatAdministratorRights`" +#~ " on success." +#~ msgstr "" + +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#getmydefaultadministratorrights" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` to get default " +#~ "administrator rights of the bot in " +#~ "channels. Otherwise, default administrator " +#~ "rights of the bot for groups and" +#~ " supergroups will be returned." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_sticker_set.po b/docs/locale/en/LC_MESSAGES/api/methods/get_sticker_set.po index 3b71c37d..4fedbc1b 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/get_sticker_set.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/get_sticker_set.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_sticker_set.rst:3 msgid "getStickerSet" @@ -25,20 +25,6 @@ msgstr "" msgid "Returns: :obj:`StickerSet`" msgstr "" -#: aiogram.methods.get_sticker_set.GetStickerSet:1 of -msgid "" -"Use this method to get a sticker set. On success, a " -":class:`aiogram.types.sticker_set.StickerSet` object is returned." -msgstr "" - -#: aiogram.methods.get_sticker_set.GetStickerSet:3 of -msgid "Source: https://core.telegram.org/bots/api#getstickerset" -msgstr "" - -#: ../../docstring aiogram.methods.get_sticker_set.GetStickerSet.name:1 of -msgid "Name of the sticker set" -msgstr "" - #: ../../api/methods/get_sticker_set.rst:14 msgid "Usage" msgstr "" @@ -66,3 +52,17 @@ msgstr "" #: ../../api/methods/get_sticker_set.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to get a sticker" +#~ " set. On success, a " +#~ ":class:`aiogram.types.sticker_set.StickerSet` object is" +#~ " returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getstickerset" +#~ msgstr "" + +#~ msgid "Name of the sticker set" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_updates.po b/docs/locale/en/LC_MESSAGES/api/methods/get_updates.po index e64a0df6..2cacb210 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/get_updates.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/get_updates.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_updates.rst:3 msgid "getUpdates" @@ -25,67 +25,6 @@ msgstr "" msgid "Returns: :obj:`List[Update]`" msgstr "" -#: aiogram.methods.get_updates.GetUpdates:1 of -msgid "" -"Use this method to receive incoming updates using long polling (`wiki " -"`_). Returns " -"an Array of :class:`aiogram.types.update.Update` objects." -msgstr "" - -#: aiogram.methods.get_updates.GetUpdates:3 of -msgid "**Notes**" -msgstr "" - -#: aiogram.methods.get_updates.GetUpdates:5 of -msgid "**1.** This method will not work if an outgoing webhook is set up." -msgstr "" - -#: aiogram.methods.get_updates.GetUpdates:7 of -msgid "" -"**2.** In order to avoid getting duplicate updates, recalculate *offset* " -"after each server response." -msgstr "" - -#: aiogram.methods.get_updates.GetUpdates:9 of -msgid "Source: https://core.telegram.org/bots/api#getupdates" -msgstr "" - -#: ../../docstring aiogram.methods.get_updates.GetUpdates.offset:1 of -msgid "" -"Identifier of the first update to be returned. Must be greater by one " -"than the highest among the identifiers of previously received updates. By" -" default, updates starting with the earliest unconfirmed update are " -"returned. An update is considered confirmed as soon as " -":class:`aiogram.methods.get_updates.GetUpdates` is called with an " -"*offset* higher than its *update_id*. The negative offset can be " -"specified to retrieve updates starting from *-offset* update from the end" -" of the updates queue. All previous updates will forgotten." -msgstr "" - -#: ../../docstring aiogram.methods.get_updates.GetUpdates.limit:1 of -msgid "" -"Limits the number of updates to be retrieved. Values between 1-100 are " -"accepted. Defaults to 100." -msgstr "" - -#: ../../docstring aiogram.methods.get_updates.GetUpdates.timeout:1 of -msgid "" -"Timeout in seconds for long polling. Defaults to 0, i.e. usual short " -"polling. Should be positive, short polling should be used for testing " -"purposes only." -msgstr "" - -#: ../../docstring aiogram.methods.get_updates.GetUpdates.allowed_updates:1 of -msgid "" -"A JSON-serialized list of the update types you want your bot to receive. " -"For example, specify ['message', 'edited_channel_post', 'callback_query']" -" to only receive updates of these types. See " -":class:`aiogram.types.update.Update` for a complete list of available " -"update types. Specify an empty list to receive all update types except " -"*chat_member* (default). If not specified, the previous setting will be " -"used." -msgstr "" - #: ../../api/methods/get_updates.rst:14 msgid "Usage" msgstr "" @@ -113,3 +52,73 @@ msgstr "" #: ../../api/methods/get_updates.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to receive incoming " +#~ "updates using long polling (`wiki " +#~ "`_). " +#~ "Returns an Array of " +#~ ":class:`aiogram.types.update.Update` objects." +#~ msgstr "" + +#~ msgid "**Notes**" +#~ msgstr "" + +#~ msgid "**1.** This method will not work if an outgoing webhook is set up." +#~ msgstr "" + +#~ msgid "" +#~ "**2.** In order to avoid getting " +#~ "duplicate updates, recalculate *offset* after" +#~ " each server response." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getupdates" +#~ msgstr "" + +#~ msgid "" +#~ "Identifier of the first update to " +#~ "be returned. Must be greater by " +#~ "one than the highest among the " +#~ "identifiers of previously received updates." +#~ " By default, updates starting with " +#~ "the earliest unconfirmed update are " +#~ "returned. An update is considered " +#~ "confirmed as soon as " +#~ ":class:`aiogram.methods.get_updates.GetUpdates` is called" +#~ " with an *offset* higher than its " +#~ "*update_id*. The negative offset can be" +#~ " specified to retrieve updates starting " +#~ "from *-offset* update from the end " +#~ "of the updates queue. All previous " +#~ "updates will forgotten." +#~ msgstr "" + +#~ msgid "" +#~ "Limits the number of updates to be" +#~ " retrieved. Values between 1-100 are " +#~ "accepted. Defaults to 100." +#~ msgstr "" + +#~ msgid "" +#~ "Timeout in seconds for long polling. " +#~ "Defaults to 0, i.e. usual short " +#~ "polling. Should be positive, short " +#~ "polling should be used for testing " +#~ "purposes only." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of the " +#~ "update types you want your bot to" +#~ " receive. For example, specify ['message'," +#~ " 'edited_channel_post', 'callback_query'] to only" +#~ " receive updates of these types. See" +#~ " :class:`aiogram.types.update.Update` for a " +#~ "complete list of available update types." +#~ " Specify an empty list to receive " +#~ "all update types except *chat_member* " +#~ "(default). If not specified, the " +#~ "previous setting will be used." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_user_profile_photos.po b/docs/locale/en/LC_MESSAGES/api/methods/get_user_profile_photos.po index bbbeffbc..85cc9c1a 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/get_user_profile_photos.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/get_user_profile_photos.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_user_profile_photos.rst:3 msgid "getUserProfilePhotos" @@ -25,35 +25,6 @@ msgstr "" msgid "Returns: :obj:`UserProfilePhotos`" msgstr "" -#: aiogram.methods.get_user_profile_photos.GetUserProfilePhotos:1 of -msgid "" -"Use this method to get a list of profile pictures for a user. Returns a " -":class:`aiogram.types.user_profile_photos.UserProfilePhotos` object." -msgstr "" - -#: aiogram.methods.get_user_profile_photos.GetUserProfilePhotos:3 of -msgid "Source: https://core.telegram.org/bots/api#getuserprofilephotos" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_user_profile_photos.GetUserProfilePhotos.user_id:1 of -msgid "Unique identifier of the target user" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_user_profile_photos.GetUserProfilePhotos.offset:1 of -msgid "" -"Sequential number of the first photo to be returned. By default, all " -"photos are returned." -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_user_profile_photos.GetUserProfilePhotos.limit:1 of -msgid "" -"Limits the number of photos to be retrieved. Values between 1-100 are " -"accepted. Defaults to 100." -msgstr "" - #: ../../api/methods/get_user_profile_photos.rst:14 msgid "Usage" msgstr "" @@ -91,3 +62,30 @@ msgstr "" #: ../../api/methods/get_user_profile_photos.rst:45 msgid ":meth:`aiogram.types.user.User.get_profile_photos`" msgstr "" + +#~ msgid "" +#~ "Use this method to get a list " +#~ "of profile pictures for a user. " +#~ "Returns a " +#~ ":class:`aiogram.types.user_profile_photos.UserProfilePhotos` " +#~ "object." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getuserprofilephotos" +#~ msgstr "" + +#~ msgid "Unique identifier of the target user" +#~ msgstr "" + +#~ msgid "" +#~ "Sequential number of the first photo " +#~ "to be returned. By default, all " +#~ "photos are returned." +#~ msgstr "" + +#~ msgid "" +#~ "Limits the number of photos to be" +#~ " retrieved. Values between 1-100 are " +#~ "accepted. Defaults to 100." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/get_webhook_info.po b/docs/locale/en/LC_MESSAGES/api/methods/get_webhook_info.po index da85d1b4..9e1ffc37 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/get_webhook_info.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/get_webhook_info.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_webhook_info.rst:3 msgid "getWebhookInfo" @@ -25,19 +25,6 @@ msgstr "" msgid "Returns: :obj:`WebhookInfo`" msgstr "" -#: aiogram.methods.get_webhook_info.GetWebhookInfo:1 of -msgid "" -"Use this method to get current webhook status. Requires no parameters. On" -" success, returns a :class:`aiogram.types.webhook_info.WebhookInfo` " -"object. If the bot is using " -":class:`aiogram.methods.get_updates.GetUpdates`, will return an object " -"with the *url* field empty." -msgstr "" - -#: aiogram.methods.get_webhook_info.GetWebhookInfo:3 of -msgid "Source: https://core.telegram.org/bots/api#getwebhookinfo" -msgstr "" - #: ../../api/methods/get_webhook_info.rst:14 msgid "Usage" msgstr "" @@ -65,3 +52,18 @@ msgstr "" #: ../../api/methods/get_webhook_info.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to get current " +#~ "webhook status. Requires no parameters. " +#~ "On success, returns a " +#~ ":class:`aiogram.types.webhook_info.WebhookInfo` object. If" +#~ " the bot is using " +#~ ":class:`aiogram.methods.get_updates.GetUpdates`, will " +#~ "return an object with the *url* " +#~ "field empty." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getwebhookinfo" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/hide_general_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/hide_general_forum_topic.po index 500edf6d..b50d3c40 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/hide_general_forum_topic.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/hide_general_forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/hide_general_forum_topic.rst:3 msgid "hideGeneralForumTopic" @@ -25,25 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.hide_general_forum_topic.HideGeneralForumTopic:1 of -msgid "" -"Use this method to hide the 'General' topic in a forum supergroup chat. " -"The bot must be an administrator in the chat for this to work and must " -"have the *can_manage_topics* administrator rights. The topic will be " -"automatically closed if it was open. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.hide_general_forum_topic.HideGeneralForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#hidegeneralforumtopic" -msgstr "" - -#: ../../docstring -#: aiogram.methods.hide_general_forum_topic.HideGeneralForumTopic.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - #: ../../api/methods/hide_general_forum_topic.rst:14 msgid "Usage" msgstr "" @@ -77,3 +58,25 @@ msgstr "" #: ../../api/methods/hide_general_forum_topic.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to hide the " +#~ "'General' topic in a forum supergroup" +#~ " chat. The bot must be an " +#~ "administrator in the chat for this " +#~ "to work and must have the " +#~ "*can_manage_topics* administrator rights. The " +#~ "topic will be automatically closed if" +#~ " it was open. Returns :code:`True` on" +#~ " success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#hidegeneralforumtopic" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/leave_chat.po b/docs/locale/en/LC_MESSAGES/api/methods/leave_chat.po index bef135f1..ecd650e4 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/leave_chat.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/leave_chat.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/leave_chat.rst:3 msgid "leaveChat" @@ -25,22 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.leave_chat.LeaveChat:1 of -msgid "" -"Use this method for your bot to leave a group, supergroup or channel. " -"Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.leave_chat.LeaveChat:3 of -msgid "Source: https://core.telegram.org/bots/api#leavechat" -msgstr "" - -#: ../../docstring aiogram.methods.leave_chat.LeaveChat.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup or channel (in the format :code:`@channelusername`)" -msgstr "" - #: ../../api/methods/leave_chat.rst:14 msgid "Usage" msgstr "" @@ -80,3 +64,20 @@ msgstr "" #: ../../api/methods/leave_chat.rst:50 msgid ":meth:`aiogram.types.chat.Chat.leave`" msgstr "" + +#~ msgid "" +#~ "Use this method for your bot to" +#~ " leave a group, supergroup or " +#~ "channel. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#leavechat" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " or channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/log_out.po b/docs/locale/en/LC_MESSAGES/api/methods/log_out.po index 49f02be5..8e9944e4 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/log_out.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/log_out.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/log_out.rst:3 msgid "logOut" @@ -25,20 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.log_out.LogOut:1 of -msgid "" -"Use this method to log out from the cloud Bot API server before launching" -" the bot locally. You **must** log out the bot before running it locally," -" otherwise there is no guarantee that the bot will receive updates. After" -" a successful call, you can immediately log in on a local server, but " -"will not be able to log in back to the cloud Bot API server for 10 " -"minutes. Returns :code:`True` on success. Requires no parameters." -msgstr "" - -#: aiogram.methods.log_out.LogOut:3 of -msgid "Source: https://core.telegram.org/bots/api#logout" -msgstr "" - #: ../../api/methods/log_out.rst:14 msgid "Usage" msgstr "" @@ -70,3 +56,23 @@ msgstr "" #: ../../api/methods/log_out.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to log out from" +#~ " the cloud Bot API server before " +#~ "launching the bot locally. You **must**" +#~ " log out the bot before running " +#~ "it locally, otherwise there is no " +#~ "guarantee that the bot will receive " +#~ "updates. After a successful call, you" +#~ " can immediately log in on a " +#~ "local server, but will not be able" +#~ " to log in back to the cloud" +#~ " Bot API server for 10 minutes. " +#~ "Returns :code:`True` on success. Requires " +#~ "no parameters." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#logout" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/pin_chat_message.po b/docs/locale/en/LC_MESSAGES/api/methods/pin_chat_message.po index 9a1e84e4..7ccf40aa 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/pin_chat_message.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/pin_chat_message.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/pin_chat_message.rst:3 msgid "pinChatMessage" @@ -25,38 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.pin_chat_message.PinChatMessage:1 of -msgid "" -"Use this method to add a message to the list of pinned messages in a " -"chat. If the chat is not a private chat, the bot must be an administrator" -" in the chat for this to work and must have the 'can_pin_messages' " -"administrator right in a supergroup or 'can_edit_messages' administrator " -"right in a channel. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.pin_chat_message.PinChatMessage:3 of -msgid "Source: https://core.telegram.org/bots/api#pinchatmessage" -msgstr "" - -#: ../../docstring aiogram.methods.pin_chat_message.PinChatMessage.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.pin_chat_message.PinChatMessage.message_id:1 -#: of -msgid "Identifier of a message to pin" -msgstr "" - -#: ../../docstring -#: aiogram.methods.pin_chat_message.PinChatMessage.disable_notification:1 of -msgid "" -"Pass :code:`True` if it is not necessary to send a notification to all " -"chat members about the new pinned message. Notifications are always " -"disabled in channels and private chats." -msgstr "" - #: ../../api/methods/pin_chat_message.rst:14 msgid "Usage" msgstr "" @@ -103,3 +71,37 @@ msgstr "" #~ msgid "As message method" #~ msgstr "" + +#~ msgid "" +#~ "Use this method to add a message" +#~ " to the list of pinned messages " +#~ "in a chat. If the chat is " +#~ "not a private chat, the bot must" +#~ " be an administrator in the chat " +#~ "for this to work and must have " +#~ "the 'can_pin_messages' administrator right in" +#~ " a supergroup or 'can_edit_messages' " +#~ "administrator right in a channel. " +#~ "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#pinchatmessage" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Identifier of a message to pin" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if it is not " +#~ "necessary to send a notification to " +#~ "all chat members about the new " +#~ "pinned message. Notifications are always " +#~ "disabled in channels and private chats." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/promote_chat_member.po b/docs/locale/en/LC_MESSAGES/api/methods/promote_chat_member.po index 2d9c0978..2f8e4c55 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/promote_chat_member.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/promote_chat_member.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/promote_chat_member.rst:3 msgid "promoteChatMember" @@ -25,112 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.promote_chat_member.PromoteChatMember:1 of -msgid "" -"Use this method to promote or demote a user in a supergroup or a channel." -" The bot must be an administrator in the chat for this to work and must " -"have the appropriate administrator rights. Pass :code:`False` for all " -"boolean parameters to demote a user. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.promote_chat_member.PromoteChatMember:3 of -msgid "Source: https://core.telegram.org/bots/api#promotechatmember" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.user_id:1 of -msgid "Unique identifier of the target user" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.is_anonymous:1 of -msgid "Pass :code:`True` if the administrator's presence in the chat is hidden" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_manage_chat:1 of -msgid "" -"Pass :code:`True` if the administrator can access the chat event log, " -"chat statistics, message statistics in channels, see channel members, see" -" anonymous administrators in supergroups and ignore slow mode. Implied by" -" any other administrator privilege" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_post_messages:1 of -msgid "" -"Pass :code:`True` if the administrator can create channel posts, channels" -" only" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_edit_messages:1 of -msgid "" -"Pass :code:`True` if the administrator can edit messages of other users " -"and can pin messages, channels only" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_delete_messages:1 -#: of -msgid "Pass :code:`True` if the administrator can delete messages of other users" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_manage_video_chats:1 -#: of -msgid "Pass :code:`True` if the administrator can manage video chats" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_restrict_members:1 -#: of -msgid "" -"Pass :code:`True` if the administrator can restrict, ban or unban chat " -"members" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_promote_members:1 -#: of -msgid "" -"Pass :code:`True` if the administrator can add new administrators with a " -"subset of their own privileges or demote administrators that he has " -"promoted, directly or indirectly (promoted by administrators that were " -"appointed by him)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_change_info:1 of -msgid "" -"Pass :code:`True` if the administrator can change chat title, photo and " -"other settings" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_invite_users:1 of -msgid "Pass :code:`True` if the administrator can invite new users to the chat" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_pin_messages:1 of -msgid "Pass :code:`True` if the administrator can pin messages, supergroups only" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_manage_topics:1 of -msgid "" -"Pass :code:`True` if the user is allowed to create, rename, close, and " -"reopen forum topics, supergroups only" -msgstr "" - #: ../../api/methods/promote_chat_member.rst:14 msgid "Usage" msgstr "" @@ -170,3 +64,96 @@ msgstr "" #: ../../api/methods/promote_chat_member.rst:50 msgid ":meth:`aiogram.types.chat.Chat.promote`" msgstr "" + +#~ msgid "" +#~ "Use this method to promote or " +#~ "demote a user in a supergroup or" +#~ " a channel. The bot must be an" +#~ " administrator in the chat for this" +#~ " to work and must have the " +#~ "appropriate administrator rights. Pass " +#~ ":code:`False` for all boolean parameters " +#~ "to demote a user. Returns :code:`True`" +#~ " on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#promotechatmember" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target user" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the administrator's presence in the chat is hidden" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can access the chat event log, " +#~ "chat statistics, message statistics in " +#~ "channels, see channel members, see " +#~ "anonymous administrators in supergroups and" +#~ " ignore slow mode. Implied by any " +#~ "other administrator privilege" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can create channel posts, channels only" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can edit messages of other users " +#~ "and can pin messages, channels only" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can delete messages of other users" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the administrator can manage video chats" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can restrict, ban or unban chat " +#~ "members" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can add new administrators with a " +#~ "subset of their own privileges or " +#~ "demote administrators that he has " +#~ "promoted, directly or indirectly (promoted " +#~ "by administrators that were appointed by" +#~ " him)" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can change chat title, photo and " +#~ "other settings" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the administrator can invite new users to the chat" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can pin messages, supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the user is " +#~ "allowed to create, rename, close, and" +#~ " reopen forum topics, supergroups only" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/reopen_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/reopen_forum_topic.po index 09b013b4..74e26b25 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/reopen_forum_topic.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/reopen_forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/reopen_forum_topic.rst:3 msgid "reopenForumTopic" @@ -25,30 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.reopen_forum_topic.ReopenForumTopic:1 of -msgid "" -"Use this method to reopen a closed topic in a forum supergroup chat. The " -"bot must be an administrator in the chat for this to work and must have " -"the *can_manage_topics* administrator rights, unless it is the creator of" -" the topic. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.reopen_forum_topic.ReopenForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#reopenforumtopic" -msgstr "" - -#: ../../docstring -#: aiogram.methods.reopen_forum_topic.ReopenForumTopic.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.reopen_forum_topic.ReopenForumTopic.message_thread_id:1 of -msgid "Unique identifier for the target message thread of the forum topic" -msgstr "" - #: ../../api/methods/reopen_forum_topic.rst:14 msgid "Usage" msgstr "" @@ -80,3 +56,27 @@ msgstr "" #: ../../api/methods/reopen_forum_topic.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to reopen a closed" +#~ " topic in a forum supergroup chat." +#~ " The bot must be an administrator " +#~ "in the chat for this to work " +#~ "and must have the *can_manage_topics* " +#~ "administrator rights, unless it is the" +#~ " creator of the topic. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#reopenforumtopic" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier for the target message thread of the forum topic" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/reopen_general_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/reopen_general_forum_topic.po index cd6c41db..a68a6f22 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/reopen_general_forum_topic.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/reopen_general_forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/reopen_general_forum_topic.rst:3 msgid "reopenGeneralForumTopic" @@ -25,27 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.reopen_general_forum_topic.ReopenGeneralForumTopic:1 of -msgid "" -"Use this method to reopen a closed 'General' topic in a forum supergroup " -"chat. The bot must be an administrator in the chat for this to work and " -"must have the *can_manage_topics* administrator rights. The topic will be" -" automatically unhidden if it was hidden. Returns :code:`True` on " -"success." -msgstr "" - -#: aiogram.methods.reopen_general_forum_topic.ReopenGeneralForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#reopengeneralforumtopic" -msgstr "" - -#: ../../docstring -#: aiogram.methods.reopen_general_forum_topic.ReopenGeneralForumTopic.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - #: ../../api/methods/reopen_general_forum_topic.rst:14 msgid "Usage" msgstr "" @@ -79,3 +58,25 @@ msgstr "" #: ../../api/methods/reopen_general_forum_topic.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to reopen a closed" +#~ " 'General' topic in a forum " +#~ "supergroup chat. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have the " +#~ "*can_manage_topics* administrator rights. The " +#~ "topic will be automatically unhidden if" +#~ " it was hidden. Returns :code:`True` " +#~ "on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#reopengeneralforumtopic" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/restrict_chat_member.po b/docs/locale/en/LC_MESSAGES/api/methods/restrict_chat_member.po index 9c0755b7..b1c1539c 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/restrict_chat_member.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/restrict_chat_member.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/restrict_chat_member.rst:3 msgid "restrictChatMember" @@ -25,43 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.restrict_chat_member.RestrictChatMember:1 of -msgid "" -"Use this method to restrict a user in a supergroup. The bot must be an " -"administrator in the supergroup for this to work and must have the " -"appropriate administrator rights. Pass :code:`True` for all permissions " -"to lift restrictions from a user. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.restrict_chat_member.RestrictChatMember:3 of -msgid "Source: https://core.telegram.org/bots/api#restrictchatmember" -msgstr "" - -#: ../../docstring -#: aiogram.methods.restrict_chat_member.RestrictChatMember.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.restrict_chat_member.RestrictChatMember.user_id:1 of -msgid "Unique identifier of the target user" -msgstr "" - -#: ../../docstring -#: aiogram.methods.restrict_chat_member.RestrictChatMember.permissions:1 of -msgid "A JSON-serialized object for new user permissions" -msgstr "" - -#: ../../docstring -#: aiogram.methods.restrict_chat_member.RestrictChatMember.until_date:1 of -msgid "" -"Date when restrictions will be lifted for the user, unix time. If user is" -" restricted for more than 366 days or less than 30 seconds from the " -"current time, they are considered to be restricted forever" -msgstr "" - #: ../../api/methods/restrict_chat_member.rst:14 msgid "Usage" msgstr "" @@ -103,3 +66,39 @@ msgstr "" #: ../../api/methods/restrict_chat_member.rst:50 msgid ":meth:`aiogram.types.chat.Chat.restrict`" msgstr "" + +#~ msgid "" +#~ "Use this method to restrict a user" +#~ " in a supergroup. The bot must " +#~ "be an administrator in the supergroup" +#~ " for this to work and must have" +#~ " the appropriate administrator rights. Pass" +#~ " :code:`True` for all permissions to " +#~ "lift restrictions from a user. Returns" +#~ " :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#restrictchatmember" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target user" +#~ msgstr "" + +#~ msgid "A JSON-serialized object for new user permissions" +#~ msgstr "" + +#~ msgid "" +#~ "Date when restrictions will be lifted" +#~ " for the user, unix time. If " +#~ "user is restricted for more than " +#~ "366 days or less than 30 seconds" +#~ " from the current time, they are " +#~ "considered to be restricted forever" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/revoke_chat_invite_link.po b/docs/locale/en/LC_MESSAGES/api/methods/revoke_chat_invite_link.po index b7fee507..e106ada7 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/revoke_chat_invite_link.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/revoke_chat_invite_link.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/revoke_chat_invite_link.rst:3 msgid "revokeChatInviteLink" @@ -25,32 +25,6 @@ msgstr "" msgid "Returns: :obj:`ChatInviteLink`" msgstr "" -#: aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink:1 of -msgid "" -"Use this method to revoke an invite link created by the bot. If the " -"primary link is revoked, a new link is automatically generated. The bot " -"must be an administrator in the chat for this to work and must have the " -"appropriate administrator rights. Returns the revoked invite link as " -":class:`aiogram.types.chat_invite_link.ChatInviteLink` object." -msgstr "" - -#: aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink:3 of -msgid "Source: https://core.telegram.org/bots/api#revokechatinvitelink" -msgstr "" - -#: ../../docstring -#: aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink.chat_id:1 of -msgid "" -"Unique identifier of the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink.invite_link:1 -#: of -msgid "The invite link to revoke" -msgstr "" - #: ../../api/methods/revoke_chat_invite_link.rst:14 msgid "Usage" msgstr "" @@ -92,3 +66,29 @@ msgstr "" #: ../../api/methods/revoke_chat_invite_link.rst:50 msgid ":meth:`aiogram.types.chat.Chat.revoke_invite_link`" msgstr "" + +#~ msgid "" +#~ "Use this method to revoke an " +#~ "invite link created by the bot. If" +#~ " the primary link is revoked, a " +#~ "new link is automatically generated. The" +#~ " bot must be an administrator in " +#~ "the chat for this to work and " +#~ "must have the appropriate administrator " +#~ "rights. Returns the revoked invite link" +#~ " as :class:`aiogram.types.chat_invite_link.ChatInviteLink`" +#~ " object." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#revokechatinvitelink" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier of the target chat " +#~ "or username of the target channel " +#~ "(in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "The invite link to revoke" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/send_animation.po b/docs/locale/en/LC_MESSAGES/api/methods/send_animation.po index 57619de4..9b9f095a 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/send_animation.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/send_animation.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_animation.rst:3 msgid "sendAnimation" @@ -25,127 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_animation.SendAnimation:1 of -msgid "" -"Use this method to send animation files (GIF or H.264/MPEG-4 AVC video " -"without sound). On success, the sent " -":class:`aiogram.types.message.Message` is returned. Bots can currently " -"send animation files of up to 50 MB in size, this limit may be changed in" -" the future." -msgstr "" - -#: aiogram.methods.send_animation.SendAnimation:3 of -msgid "Source: https://core.telegram.org/bots/api#sendanimation" -msgstr "" - -#: ../../docstring aiogram.methods.send_animation.SendAnimation.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_animation.SendAnimation.animation:1 of -msgid "" -"Animation to send. Pass a file_id as String to send an animation that " -"exists on the Telegram servers (recommended), pass an HTTP URL as a " -"String for Telegram to get an animation from the Internet, or upload a " -"new animation using multipart/form-data. :ref:`More information on " -"Sending Files » `" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_animation.SendAnimation.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_animation.SendAnimation.duration:1 of -msgid "Duration of sent animation in seconds" -msgstr "" - -#: ../../docstring aiogram.methods.send_animation.SendAnimation.width:1 of -msgid "Animation width" -msgstr "" - -#: ../../docstring aiogram.methods.send_animation.SendAnimation.height:1 of -msgid "Animation height" -msgstr "" - -#: ../../docstring aiogram.methods.send_animation.SendAnimation.thumb:1 of -msgid "" -"Thumbnail of the file sent; can be ignored if thumbnail generation for " -"the file is supported server-side. The thumbnail should be in JPEG format" -" and less than 200 kB in size. A thumbnail's width and height should not " -"exceed 320. Ignored if the file is not uploaded using multipart/form-" -"data. Thumbnails can't be reused and can be only uploaded as a new file, " -"so you can pass 'attach://' if the thumbnail was " -"uploaded using multipart/form-data under . :ref:`More " -"information on Sending Files » `" -msgstr "" - -#: ../../docstring aiogram.methods.send_animation.SendAnimation.caption:1 of -msgid "" -"Animation caption (may also be used when resending animation by " -"*file_id*), 0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring aiogram.methods.send_animation.SendAnimation.parse_mode:1 of -msgid "" -"Mode for parsing entities in the animation caption. See `formatting " -"options `_ for " -"more details." -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_animation.SendAnimation.caption_entities:1 of -msgid "" -"A JSON-serialized list of special entities that appear in the caption, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring aiogram.methods.send_animation.SendAnimation.has_spoiler:1 -#: of -msgid "" -"Pass :code:`True` if the animation needs to be covered with a spoiler " -"animation" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_animation.SendAnimation.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_animation.SendAnimation.protect_content:1 of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_animation.SendAnimation.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_animation.SendAnimation.allow_sending_without_reply:1 -#: of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_animation.SendAnimation.reply_markup:1 -#: of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_animation.rst:14 msgid "Usage" msgstr "" @@ -200,3 +79,125 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send animation " +#~ "files (GIF or H.264/MPEG-4 AVC video " +#~ "without sound). On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned. " +#~ "Bots can currently send animation files" +#~ " of up to 50 MB in size, " +#~ "this limit may be changed in the" +#~ " future." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendanimation" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Animation to send. Pass a file_id " +#~ "as String to send an animation " +#~ "that exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get an" +#~ " animation from the Internet, or " +#~ "upload a new animation using multipart" +#~ "/form-data. :ref:`More information on " +#~ "Sending Files » `" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "Duration of sent animation in seconds" +#~ msgstr "" + +#~ msgid "Animation width" +#~ msgstr "" + +#~ msgid "Animation height" +#~ msgstr "" + +#~ msgid "" +#~ "Thumbnail of the file sent; can be" +#~ " ignored if thumbnail generation for " +#~ "the file is supported server-side. " +#~ "The thumbnail should be in JPEG " +#~ "format and less than 200 kB in " +#~ "size. A thumbnail's width and height " +#~ "should not exceed 320. Ignored if " +#~ "the file is not uploaded using " +#~ "multipart/form-data. Thumbnails can't be " +#~ "reused and can be only uploaded as" +#~ " a new file, so you can pass" +#~ " 'attach://' if the thumbnail" +#~ " was uploaded using multipart/form-data " +#~ "under . :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" + +#~ msgid "" +#~ "Animation caption (may also be used " +#~ "when resending animation by *file_id*), " +#~ "0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "animation caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the caption, " +#~ "which can be specified instead of " +#~ "*parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the animation needs" +#~ " to be covered with a spoiler " +#~ "animation" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/send_audio.po b/docs/locale/en/LC_MESSAGES/api/methods/send_audio.po index 46d06181..61eb4015 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/send_audio.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/send_audio.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_audio.rst:3 msgid "sendAudio" @@ -25,114 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_audio.SendAudio:1 of -msgid "" -"Use this method to send audio files, if you want Telegram clients to " -"display them in the music player. Your audio must be in the .MP3 or .M4A " -"format. On success, the sent :class:`aiogram.types.message.Message` is " -"returned. Bots can currently send audio files of up to 50 MB in size, " -"this limit may be changed in the future. For sending voice messages, use " -"the :class:`aiogram.methods.send_voice.SendVoice` method instead." -msgstr "" - -#: aiogram.methods.send_audio.SendAudio:4 of -msgid "Source: https://core.telegram.org/bots/api#sendaudio" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.audio:1 of -msgid "" -"Audio file to send. Pass a file_id as String to send an audio file that " -"exists on the Telegram servers (recommended), pass an HTTP URL as a " -"String for Telegram to get an audio file from the Internet, or upload a " -"new one using multipart/form-data. :ref:`More information on Sending " -"Files » `" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.caption:1 of -msgid "Audio caption, 0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.parse_mode:1 of -msgid "" -"Mode for parsing entities in the audio caption. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.caption_entities:1 of -msgid "" -"A JSON-serialized list of special entities that appear in the caption, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.duration:1 of -msgid "Duration of the audio in seconds" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.performer:1 of -msgid "Performer" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.title:1 of -msgid "Track name" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.thumb:1 of -msgid "" -"Thumbnail of the file sent; can be ignored if thumbnail generation for " -"the file is supported server-side. The thumbnail should be in JPEG format" -" and less than 200 kB in size. A thumbnail's width and height should not " -"exceed 320. Ignored if the file is not uploaded using multipart/form-" -"data. Thumbnails can't be reused and can be only uploaded as a new file, " -"so you can pass 'attach://' if the thumbnail was " -"uploaded using multipart/form-data under . :ref:`More " -"information on Sending Files » `" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.disable_notification:1 -#: of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.protect_content:1 of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.reply_to_message_id:1 -#: of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_audio.SendAudio.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_audio.rst:14 msgid "Usage" msgstr "" @@ -187,3 +79,122 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send audio " +#~ "files, if you want Telegram clients " +#~ "to display them in the music " +#~ "player. Your audio must be in the" +#~ " .MP3 or .M4A format. On success, " +#~ "the sent :class:`aiogram.types.message.Message` is" +#~ " returned. Bots can currently send " +#~ "audio files of up to 50 MB " +#~ "in size, this limit may be changed" +#~ " in the future. For sending voice " +#~ "messages, use the " +#~ ":class:`aiogram.methods.send_voice.SendVoice` method " +#~ "instead." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendaudio" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Audio file to send. Pass a file_id" +#~ " as String to send an audio " +#~ "file that exists on the Telegram " +#~ "servers (recommended), pass an HTTP URL" +#~ " as a String for Telegram to " +#~ "get an audio file from the " +#~ "Internet, or upload a new one " +#~ "using multipart/form-data. :ref:`More " +#~ "information on Sending Files » " +#~ "`" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "Audio caption, 0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "audio caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the caption, " +#~ "which can be specified instead of " +#~ "*parse_mode*" +#~ msgstr "" + +#~ msgid "Duration of the audio in seconds" +#~ msgstr "" + +#~ msgid "Performer" +#~ msgstr "" + +#~ msgid "Track name" +#~ msgstr "" + +#~ msgid "" +#~ "Thumbnail of the file sent; can be" +#~ " ignored if thumbnail generation for " +#~ "the file is supported server-side. " +#~ "The thumbnail should be in JPEG " +#~ "format and less than 200 kB in " +#~ "size. A thumbnail's width and height " +#~ "should not exceed 320. Ignored if " +#~ "the file is not uploaded using " +#~ "multipart/form-data. Thumbnails can't be " +#~ "reused and can be only uploaded as" +#~ " a new file, so you can pass" +#~ " 'attach://' if the thumbnail" +#~ " was uploaded using multipart/form-data " +#~ "under . :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/send_chat_action.po b/docs/locale/en/LC_MESSAGES/api/methods/send_chat_action.po index b379f03c..1accc1da 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/send_chat_action.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/send_chat_action.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_chat_action.rst:3 msgid "sendChatAction" @@ -25,62 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.send_chat_action.SendChatAction:1 of -msgid "" -"Use this method when you need to tell the user that something is " -"happening on the bot's side. The status is set for 5 seconds or less " -"(when a message arrives from your bot, Telegram clients clear its typing " -"status). Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.send_chat_action.SendChatAction:3 of -msgid "" -"Example: The `ImageBot `_ needs some time to " -"process a request and upload the image. Instead of sending a text message" -" along the lines of 'Retrieving image, please wait…', the bot may use " -":class:`aiogram.methods.send_chat_action.SendChatAction` with *action* = " -"*upload_photo*. The user will see a 'sending photo' status for the bot." -msgstr "" - -#: aiogram.methods.send_chat_action.SendChatAction:5 of -msgid "" -"We only recommend using this method when a response from the bot will " -"take a **noticeable** amount of time to arrive." -msgstr "" - -#: aiogram.methods.send_chat_action.SendChatAction:7 of -msgid "Source: https://core.telegram.org/bots/api#sendchataction" -msgstr "" - -#: ../../docstring aiogram.methods.send_chat_action.SendChatAction.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_chat_action.SendChatAction.action:1 of -msgid "" -"Type of action to broadcast. Choose one, depending on what the user is " -"about to receive: *typing* for `text messages " -"`_, *upload_photo* for " -"`photos `_, *record_video* " -"or *upload_video* for `videos " -"`_, *record_voice* or " -"*upload_voice* for `voice notes " -"`_, *upload_document* for " -"`general files `_, " -"*choose_sticker* for `stickers " -"`_, *find_location* for " -"`location data `_, " -"*record_video_note* or *upload_video_note* for `video notes " -"`_." -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_chat_action.SendChatAction.message_thread_id:1 of -msgid "Unique identifier for the target message thread; supergroups only" -msgstr "" - #: ../../api/methods/send_chat_action.rst:14 msgid "Usage" msgstr "" @@ -120,3 +64,69 @@ msgstr "" #: ../../api/methods/send_chat_action.rst:50 msgid ":meth:`aiogram.types.chat.Chat.do`" msgstr "" + +#~ msgid "" +#~ "Use this method when you need to" +#~ " tell the user that something is " +#~ "happening on the bot's side. The " +#~ "status is set for 5 seconds or " +#~ "less (when a message arrives from " +#~ "your bot, Telegram clients clear its " +#~ "typing status). Returns :code:`True` on " +#~ "success." +#~ msgstr "" + +#~ msgid "" +#~ "Example: The `ImageBot `_ " +#~ "needs some time to process a " +#~ "request and upload the image. Instead" +#~ " of sending a text message along " +#~ "the lines of 'Retrieving image, please" +#~ " wait…', the bot may use " +#~ ":class:`aiogram.methods.send_chat_action.SendChatAction` with" +#~ " *action* = *upload_photo*. The user " +#~ "will see a 'sending photo' status " +#~ "for the bot." +#~ msgstr "" + +#~ msgid "" +#~ "We only recommend using this method " +#~ "when a response from the bot will" +#~ " take a **noticeable** amount of time" +#~ " to arrive." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendchataction" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Type of action to broadcast. Choose " +#~ "one, depending on what the user is" +#~ " about to receive: *typing* for `text" +#~ " messages `_," +#~ " *upload_photo* for `photos " +#~ "`_, *record_video*" +#~ " or *upload_video* for `videos " +#~ "`_, *record_voice*" +#~ " or *upload_voice* for `voice notes " +#~ "`_, " +#~ "*upload_document* for `general files " +#~ "`_, " +#~ "*choose_sticker* for `stickers " +#~ "`_, " +#~ "*find_location* for `location data " +#~ "`_, " +#~ "*record_video_note* or *upload_video_note* for " +#~ "`video notes " +#~ "`_." +#~ msgstr "" + +#~ msgid "Unique identifier for the target message thread; supergroups only" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/send_contact.po b/docs/locale/en/LC_MESSAGES/api/methods/send_contact.po index 8ada4c7b..07488f80 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/send_contact.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/send_contact.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_contact.rst:3 msgid "sendContact" @@ -25,80 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_contact.SendContact:1 of -msgid "" -"Use this method to send phone contacts. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.methods.send_contact.SendContact:3 of -msgid "Source: https://core.telegram.org/bots/api#sendcontact" -msgstr "" - -#: ../../docstring aiogram.methods.send_contact.SendContact.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_contact.SendContact.phone_number:1 of -msgid "Contact's phone number" -msgstr "" - -#: ../../docstring aiogram.methods.send_contact.SendContact.first_name:1 of -msgid "Contact's first name" -msgstr "" - -#: ../../docstring aiogram.methods.send_contact.SendContact.message_thread_id:1 -#: of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_contact.SendContact.last_name:1 of -msgid "Contact's last name" -msgstr "" - -#: ../../docstring aiogram.methods.send_contact.SendContact.vcard:1 of -msgid "" -"Additional data about the contact in the form of a `vCard " -"`_, 0-2048 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_contact.SendContact.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_contact.SendContact.protect_content:1 -#: of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_contact.SendContact.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_contact.SendContact.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_contact.SendContact.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_contact.rst:14 msgid "Usage" msgstr "" @@ -153,3 +79,70 @@ msgstr "" #~ "to remove keyboard or to force a" #~ " reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send phone " +#~ "contacts. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendcontact" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Contact's phone number" +#~ msgstr "" + +#~ msgid "Contact's first name" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "Contact's last name" +#~ msgstr "" + +#~ msgid "" +#~ "Additional data about the contact in " +#~ "the form of a `vCard " +#~ "`_, 0-2048 bytes" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/send_dice.po b/docs/locale/en/LC_MESSAGES/api/methods/send_dice.po index 19a52d2f..521ffa37 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/send_dice.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/send_dice.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_dice.rst:3 msgid "sendDice" @@ -25,67 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_dice.SendDice:1 of -msgid "" -"Use this method to send an animated emoji that will display a random " -"value. On success, the sent :class:`aiogram.types.message.Message` is " -"returned." -msgstr "" - -#: aiogram.methods.send_dice.SendDice:3 of -msgid "Source: https://core.telegram.org/bots/api#senddice" -msgstr "" - -#: ../../docstring aiogram.methods.send_dice.SendDice.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_dice.SendDice.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_dice.SendDice.emoji:1 of -msgid "" -"Emoji on which the dice throw animation is based. Currently, must be one " -"of '🎲', '🎯', '🏀', '⚽', '🎳', or '🎰'. Dice can have values 1-6 for '🎲', '🎯'" -" and '🎳', values 1-5 for '🏀' and '⚽', and values 1-64 for '🎰'. Defaults " -"to '🎲'" -msgstr "" - -#: ../../docstring aiogram.methods.send_dice.SendDice.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_dice.SendDice.protect_content:1 of -msgid "Protects the contents of the sent message from forwarding" -msgstr "" - -#: ../../docstring aiogram.methods.send_dice.SendDice.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_dice.SendDice.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_dice.SendDice.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_dice.rst:14 msgid "Usage" msgstr "" @@ -140,3 +79,67 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send an " +#~ "animated emoji that will display a " +#~ "random value. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#senddice" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "Emoji on which the dice throw " +#~ "animation is based. Currently, must be" +#~ " one of '🎲', '🎯', '🏀', '⚽', " +#~ "'🎳', or '🎰'. Dice can have values" +#~ " 1-6 for '🎲', '🎯' and '🎳', " +#~ "values 1-5 for '🏀' and '⚽', and" +#~ " values 1-64 for '🎰'. Defaults to " +#~ "'🎲'" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/send_document.po b/docs/locale/en/LC_MESSAGES/api/methods/send_document.po index 2b2e658f..4b229fd3 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/send_document.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/send_document.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_document.rst:3 msgid "sendDocument" @@ -25,112 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_document.SendDocument:1 of -msgid "" -"Use this method to send general files. On success, the sent " -":class:`aiogram.types.message.Message` is returned. Bots can currently " -"send files of any type of up to 50 MB in size, this limit may be changed " -"in the future." -msgstr "" - -#: aiogram.methods.send_document.SendDocument:3 of -msgid "Source: https://core.telegram.org/bots/api#senddocument" -msgstr "" - -#: ../../docstring aiogram.methods.send_document.SendDocument.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_document.SendDocument.document:1 of -msgid "" -"File to send. Pass a file_id as String to send a file that exists on the " -"Telegram servers (recommended), pass an HTTP URL as a String for Telegram" -" to get a file from the Internet, or upload a new one using multipart" -"/form-data. :ref:`More information on Sending Files » `" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_document.SendDocument.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_document.SendDocument.thumb:1 of -msgid "" -"Thumbnail of the file sent; can be ignored if thumbnail generation for " -"the file is supported server-side. The thumbnail should be in JPEG format" -" and less than 200 kB in size. A thumbnail's width and height should not " -"exceed 320. Ignored if the file is not uploaded using multipart/form-" -"data. Thumbnails can't be reused and can be only uploaded as a new file, " -"so you can pass 'attach://' if the thumbnail was " -"uploaded using multipart/form-data under . :ref:`More " -"information on Sending Files » `" -msgstr "" - -#: ../../docstring aiogram.methods.send_document.SendDocument.caption:1 of -msgid "" -"Document caption (may also be used when resending documents by " -"*file_id*), 0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring aiogram.methods.send_document.SendDocument.parse_mode:1 of -msgid "" -"Mode for parsing entities in the document caption. See `formatting " -"options `_ for " -"more details." -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_document.SendDocument.caption_entities:1 of -msgid "" -"A JSON-serialized list of special entities that appear in the caption, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_document.SendDocument.disable_content_type_detection:1 -#: of -msgid "" -"Disables automatic server-side content type detection for files uploaded " -"using multipart/form-data" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_document.SendDocument.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_document.SendDocument.protect_content:1 -#: of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_document.SendDocument.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_document.SendDocument.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_document.SendDocument.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_document.rst:14 msgid "Usage" msgstr "" @@ -185,3 +79,115 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send general " +#~ "files. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned. " +#~ "Bots can currently send files of " +#~ "any type of up to 50 MB in" +#~ " size, this limit may be changed " +#~ "in the future." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#senddocument" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "File to send. Pass a file_id as" +#~ " String to send a file that " +#~ "exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get a " +#~ "file from the Internet, or upload " +#~ "a new one using multipart/form-data. " +#~ ":ref:`More information on Sending Files " +#~ "» `" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "Thumbnail of the file sent; can be" +#~ " ignored if thumbnail generation for " +#~ "the file is supported server-side. " +#~ "The thumbnail should be in JPEG " +#~ "format and less than 200 kB in " +#~ "size. A thumbnail's width and height " +#~ "should not exceed 320. Ignored if " +#~ "the file is not uploaded using " +#~ "multipart/form-data. Thumbnails can't be " +#~ "reused and can be only uploaded as" +#~ " a new file, so you can pass" +#~ " 'attach://' if the thumbnail" +#~ " was uploaded using multipart/form-data " +#~ "under . :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" + +#~ msgid "" +#~ "Document caption (may also be used " +#~ "when resending documents by *file_id*), " +#~ "0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "document caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the caption, " +#~ "which can be specified instead of " +#~ "*parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "Disables automatic server-side content " +#~ "type detection for files uploaded using" +#~ " multipart/form-data" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/send_game.po b/docs/locale/en/LC_MESSAGES/api/methods/send_game.po index a46e72a0..a07be488 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/send_game.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/send_game.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_game.rst:3 msgid "sendGame" @@ -25,61 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_game.SendGame:1 of -msgid "" -"Use this method to send a game. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.methods.send_game.SendGame:3 of -msgid "Source: https://core.telegram.org/bots/api#sendgame" -msgstr "" - -#: ../../docstring aiogram.methods.send_game.SendGame.chat_id:1 of -msgid "Unique identifier for the target chat" -msgstr "" - -#: ../../docstring aiogram.methods.send_game.SendGame.game_short_name:1 of -msgid "" -"Short name of the game, serves as the unique identifier for the game. Set" -" up your games via `@BotFather `_." -msgstr "" - -#: ../../docstring aiogram.methods.send_game.SendGame.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_game.SendGame.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_game.SendGame.protect_content:1 of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring aiogram.methods.send_game.SendGame.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_game.SendGame.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_game.SendGame.reply_markup:1 of -msgid "" -"A JSON-serialized object for an `inline keyboard " -"`_. If empty, " -"one 'Play game_title' button will be shown. If not empty, the first " -"button must launch the game." -msgstr "" - #: ../../api/methods/send_game.rst:14 msgid "Usage" msgstr "" @@ -133,3 +78,57 @@ msgstr "" #~ "not empty, the first button must " #~ "launch the game." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send a game." +#~ " On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendgame" +#~ msgstr "" + +#~ msgid "Unique identifier for the target chat" +#~ msgstr "" + +#~ msgid "" +#~ "Short name of the game, serves as" +#~ " the unique identifier for the game." +#~ " Set up your games via `@BotFather" +#~ " `_." +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for an " +#~ "`inline keyboard `_. If empty, one 'Play" +#~ " game_title' button will be shown. If" +#~ " not empty, the first button must " +#~ "launch the game." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/send_invoice.po b/docs/locale/en/LC_MESSAGES/api/methods/send_invoice.po index 454d943d..2bc1e302 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/send_invoice.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/send_invoice.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_invoice.rst:3 msgid "sendInvoice" @@ -25,191 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_invoice.SendInvoice:1 of -msgid "" -"Use this method to send invoices. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.methods.send_invoice.SendInvoice:3 of -msgid "Source: https://core.telegram.org/bots/api#sendinvoice" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.title:1 of -msgid "Product name, 1-32 characters" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.description:1 of -msgid "Product description, 1-255 characters" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.payload:1 of -msgid "" -"Bot-defined invoice payload, 1-128 bytes. This will not be displayed to " -"the user, use for your internal processes." -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.provider_token:1 of -msgid "" -"Payment provider token, obtained via `@BotFather " -"`_" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.currency:1 of -msgid "" -"Three-letter ISO 4217 currency code, see `more on currencies " -"`_" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.prices:1 of -msgid "" -"Price breakdown, a JSON-serialized list of components (e.g. product " -"price, tax, discount, delivery cost, delivery tax, bonus, etc.)" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.message_thread_id:1 -#: of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.max_tip_amount:1 of -msgid "" -"The maximum accepted amount for tips in the *smallest units* of the " -"currency (integer, **not** float/double). For example, for a maximum tip " -"of :code:`US$ 1.45` pass :code:`max_tip_amount = 145`. See the *exp* " -"parameter in `currencies.json " -"`_, it shows the" -" number of digits past the decimal point for each currency (2 for the " -"majority of currencies). Defaults to 0" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_invoice.SendInvoice.suggested_tip_amounts:1 of -msgid "" -"A JSON-serialized array of suggested amounts of tips in the *smallest " -"units* of the currency (integer, **not** float/double). At most 4 " -"suggested tip amounts can be specified. The suggested tip amounts must be" -" positive, passed in a strictly increased order and must not exceed " -"*max_tip_amount*." -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.start_parameter:1 -#: of -msgid "" -"Unique deep-linking parameter. If left empty, **forwarded copies** of the" -" sent message will have a *Pay* button, allowing multiple users to pay " -"directly from the forwarded message, using the same invoice. If non-" -"empty, forwarded copies of the sent message will have a *URL* button with" -" a deep link to the bot (instead of a *Pay* button), with the value used " -"as the start parameter" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.provider_data:1 of -msgid "" -"JSON-serialized data about the invoice, which will be shared with the " -"payment provider. A detailed description of required fields should be " -"provided by the payment provider." -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.photo_url:1 of -msgid "" -"URL of the product photo for the invoice. Can be a photo of the goods or " -"a marketing image for a service. People like it better when they see what" -" they are paying for." -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.photo_size:1 of -msgid "Photo size in bytes" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.photo_width:1 of -msgid "Photo width" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.photo_height:1 of -msgid "Photo height" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.need_name:1 of -msgid "" -"Pass :code:`True` if you require the user's full name to complete the " -"order" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.need_phone_number:1 -#: of -msgid "" -"Pass :code:`True` if you require the user's phone number to complete the " -"order" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.need_email:1 of -msgid "" -"Pass :code:`True` if you require the user's email address to complete the" -" order" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_invoice.SendInvoice.need_shipping_address:1 of -msgid "" -"Pass :code:`True` if you require the user's shipping address to complete " -"the order" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_invoice.SendInvoice.send_phone_number_to_provider:1 of -msgid "Pass :code:`True` if the user's phone number should be sent to provider" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_invoice.SendInvoice.send_email_to_provider:1 of -msgid "Pass :code:`True` if the user's email address should be sent to provider" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.is_flexible:1 of -msgid "Pass :code:`True` if the final price depends on the shipping method" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_invoice.SendInvoice.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.protect_content:1 -#: of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_invoice.SendInvoice.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_invoice.SendInvoice.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.reply_markup:1 of -msgid "" -"A JSON-serialized object for an `inline keyboard " -"`_. If empty, " -"one 'Pay :code:`total price`' button will be shown. If not empty, the " -"first button must be a Pay button." -msgstr "" - #: ../../api/methods/send_invoice.rst:14 msgid "Usage" msgstr "" @@ -263,3 +78,186 @@ msgstr "" #~ "shown. If not empty, the first " #~ "button must be a Pay button." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send invoices. " +#~ "On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendinvoice" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Product name, 1-32 characters" +#~ msgstr "" + +#~ msgid "Product description, 1-255 characters" +#~ msgstr "" + +#~ msgid "" +#~ "Bot-defined invoice payload, 1-128 " +#~ "bytes. This will not be displayed " +#~ "to the user, use for your internal" +#~ " processes." +#~ msgstr "" + +#~ msgid "" +#~ "Payment provider token, obtained via " +#~ "`@BotFather `_" +#~ msgstr "" + +#~ msgid "" +#~ "Three-letter ISO 4217 currency code, " +#~ "see `more on currencies " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "Price breakdown, a JSON-serialized list" +#~ " of components (e.g. product price, " +#~ "tax, discount, delivery cost, delivery " +#~ "tax, bonus, etc.)" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "The maximum accepted amount for tips " +#~ "in the *smallest units* of the " +#~ "currency (integer, **not** float/double). For" +#~ " example, for a maximum tip of " +#~ ":code:`US$ 1.45` pass :code:`max_tip_amount =" +#~ " 145`. See the *exp* parameter in " +#~ "`currencies.json " +#~ "`_, it" +#~ " shows the number of digits past " +#~ "the decimal point for each currency " +#~ "(2 for the majority of currencies). " +#~ "Defaults to 0" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized array of suggested " +#~ "amounts of tips in the *smallest " +#~ "units* of the currency (integer, **not**" +#~ " float/double). At most 4 suggested " +#~ "tip amounts can be specified. The " +#~ "suggested tip amounts must be positive," +#~ " passed in a strictly increased order" +#~ " and must not exceed *max_tip_amount*." +#~ msgstr "" + +#~ msgid "" +#~ "Unique deep-linking parameter. If left" +#~ " empty, **forwarded copies** of the " +#~ "sent message will have a *Pay* " +#~ "button, allowing multiple users to pay" +#~ " directly from the forwarded message, " +#~ "using the same invoice. If non-" +#~ "empty, forwarded copies of the sent " +#~ "message will have a *URL* button " +#~ "with a deep link to the bot " +#~ "(instead of a *Pay* button), with " +#~ "the value used as the start " +#~ "parameter" +#~ msgstr "" + +#~ msgid "" +#~ "JSON-serialized data about the invoice," +#~ " which will be shared with the " +#~ "payment provider. A detailed description " +#~ "of required fields should be provided" +#~ " by the payment provider." +#~ msgstr "" + +#~ msgid "" +#~ "URL of the product photo for the" +#~ " invoice. Can be a photo of the" +#~ " goods or a marketing image for " +#~ "a service. People like it better " +#~ "when they see what they are paying" +#~ " for." +#~ msgstr "" + +#~ msgid "Photo size in bytes" +#~ msgstr "" + +#~ msgid "Photo width" +#~ msgstr "" + +#~ msgid "Photo height" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's full name to complete the " +#~ "order" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's phone number to complete the " +#~ "order" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's email address to complete the " +#~ "order" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's shipping address to complete the" +#~ " order" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the user's phone number should be sent to provider" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the user's email" +#~ " address should be sent to provider" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the final price depends on the shipping method" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for an " +#~ "`inline keyboard `_. If empty, one 'Pay" +#~ " :code:`total price`' button will be " +#~ "shown. If not empty, the first " +#~ "button must be a Pay button." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/send_location.po b/docs/locale/en/LC_MESSAGES/api/methods/send_location.po index 8ed4a116..630494b8 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/send_location.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/send_location.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_location.rst:3 msgid "sendLocation" @@ -25,96 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_location.SendLocation:1 of -msgid "" -"Use this method to send point on the map. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.methods.send_location.SendLocation:3 of -msgid "Source: https://core.telegram.org/bots/api#sendlocation" -msgstr "" - -#: ../../docstring aiogram.methods.send_location.SendLocation.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_location.SendLocation.latitude:1 of -msgid "Latitude of the location" -msgstr "" - -#: ../../docstring aiogram.methods.send_location.SendLocation.longitude:1 of -msgid "Longitude of the location" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_location.SendLocation.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_location.SendLocation.horizontal_accuracy:1 of -msgid "The radius of uncertainty for the location, measured in meters; 0-1500" -msgstr "" - -#: ../../docstring aiogram.methods.send_location.SendLocation.live_period:1 of -msgid "" -"Period in seconds for which the location will be updated (see `Live " -"Locations `_, should be between" -" 60 and 86400." -msgstr "" - -#: ../../docstring aiogram.methods.send_location.SendLocation.heading:1 of -msgid "" -"For live locations, a direction in which the user is moving, in degrees. " -"Must be between 1 and 360 if specified." -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_location.SendLocation.proximity_alert_radius:1 of -msgid "" -"For live locations, a maximum distance for proximity alerts about " -"approaching another chat member, in meters. Must be between 1 and 100000 " -"if specified." -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_location.SendLocation.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_location.SendLocation.protect_content:1 -#: of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_location.SendLocation.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_location.SendLocation.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_location.SendLocation.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_location.rst:14 msgid "Usage" msgstr "" @@ -169,3 +79,86 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send point on" +#~ " the map. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendlocation" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Latitude of the location" +#~ msgstr "" + +#~ msgid "Longitude of the location" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "The radius of uncertainty for the location, measured in meters; 0-1500" +#~ msgstr "" + +#~ msgid "" +#~ "Period in seconds for which the " +#~ "location will be updated (see `Live " +#~ "Locations `_," +#~ " should be between 60 and 86400." +#~ msgstr "" + +#~ msgid "" +#~ "For live locations, a direction in " +#~ "which the user is moving, in " +#~ "degrees. Must be between 1 and 360" +#~ " if specified." +#~ msgstr "" + +#~ msgid "" +#~ "For live locations, a maximum distance" +#~ " for proximity alerts about approaching " +#~ "another chat member, in meters. Must " +#~ "be between 1 and 100000 if " +#~ "specified." +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/send_media_group.po b/docs/locale/en/LC_MESSAGES/api/methods/send_media_group.po index e3d5b3db..6c2d55c8 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/send_media_group.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/send_media_group.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_media_group.rst:3 msgid "sendMediaGroup" @@ -25,63 +25,6 @@ msgstr "" msgid "Returns: :obj:`List[Message]`" msgstr "" -#: aiogram.methods.send_media_group.SendMediaGroup:1 of -msgid "" -"Use this method to send a group of photos, videos, documents or audios as" -" an album. Documents and audio files can be only grouped in an album with" -" messages of the same type. On success, an array of `Messages " -"`_ that were sent is " -"returned." -msgstr "" - -#: aiogram.methods.send_media_group.SendMediaGroup:3 of -msgid "Source: https://core.telegram.org/bots/api#sendmediagroup" -msgstr "" - -#: ../../docstring aiogram.methods.send_media_group.SendMediaGroup.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_media_group.SendMediaGroup.media:1 of -msgid "" -"A JSON-serialized array describing messages to be sent, must include 2-10" -" items" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_media_group.SendMediaGroup.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_media_group.SendMediaGroup.disable_notification:1 of -msgid "" -"Sends messages `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_media_group.SendMediaGroup.protect_content:1 of -msgid "Protects the contents of the sent messages from forwarding and saving" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_media_group.SendMediaGroup.reply_to_message_id:1 of -msgid "If the messages are a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_media_group.SendMediaGroup.allow_sending_without_reply:1 -#: of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - #: ../../api/methods/send_media_group.rst:14 msgid "Usage" msgstr "" @@ -125,3 +68,55 @@ msgstr "" #: ../../api/methods/send_media_group.rst:51 msgid ":meth:`aiogram.types.message.Message.reply_media_group`" msgstr "" + +#~ msgid "" +#~ "Use this method to send a group" +#~ " of photos, videos, documents or " +#~ "audios as an album. Documents and " +#~ "audio files can be only grouped in" +#~ " an album with messages of the " +#~ "same type. On success, an array of" +#~ " `Messages `_ " +#~ "that were sent is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendmediagroup" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized array describing " +#~ "messages to be sent, must include " +#~ "2-10 items" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "Sends messages `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent messages from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the messages are a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/send_message.po b/docs/locale/en/LC_MESSAGES/api/methods/send_message.po index e0a83b6d..1bac014b 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/send_message.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/send_message.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_message.rst:3 msgid "sendMessage" @@ -25,84 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_message.SendMessage:1 of -msgid "" -"Use this method to send text messages. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.methods.send_message.SendMessage:3 of -msgid "Source: https://core.telegram.org/bots/api#sendmessage" -msgstr "" - -#: ../../docstring aiogram.methods.send_message.SendMessage.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_message.SendMessage.text:1 of -msgid "Text of the message to be sent, 1-4096 characters after entities parsing" -msgstr "" - -#: ../../docstring aiogram.methods.send_message.SendMessage.message_thread_id:1 -#: of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_message.SendMessage.parse_mode:1 of -msgid "" -"Mode for parsing entities in the message text. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: ../../docstring aiogram.methods.send_message.SendMessage.entities:1 of -msgid "" -"A JSON-serialized list of special entities that appear in message text, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_message.SendMessage.disable_web_page_preview:1 of -msgid "Disables link previews for links in this message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_message.SendMessage.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_message.SendMessage.protect_content:1 -#: of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_message.SendMessage.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_message.SendMessage.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_message.SendMessage.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_message.rst:14 msgid "Usage" msgstr "" @@ -157,3 +79,77 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send text " +#~ "messages. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendmessage" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Text of the message to be sent," +#~ " 1-4096 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "message text. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in message text," +#~ " which can be specified instead of" +#~ " *parse_mode*" +#~ msgstr "" + +#~ msgid "Disables link previews for links in this message" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/send_photo.po b/docs/locale/en/LC_MESSAGES/api/methods/send_photo.po index 440f3fb0..a824e878 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/send_photo.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/send_photo.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_photo.rst:3 msgid "sendPhoto" @@ -25,96 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_photo.SendPhoto:1 of -msgid "" -"Use this method to send photos. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.methods.send_photo.SendPhoto:3 of -msgid "Source: https://core.telegram.org/bots/api#sendphoto" -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.photo:1 of -msgid "" -"Photo to send. Pass a file_id as String to send a photo that exists on " -"the Telegram servers (recommended), pass an HTTP URL as a String for " -"Telegram to get a photo from the Internet, or upload a new photo using " -"multipart/form-data. The photo must be at most 10 MB in size. The photo's" -" width and height must not exceed 10000 in total. Width and height ratio " -"must be at most 20. :ref:`More information on Sending Files » `" -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.caption:1 of -msgid "" -"Photo caption (may also be used when resending photos by *file_id*), " -"0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.parse_mode:1 of -msgid "" -"Mode for parsing entities in the photo caption. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.caption_entities:1 of -msgid "" -"A JSON-serialized list of special entities that appear in the caption, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.has_spoiler:1 of -msgid "" -"Pass :code:`True` if the photo needs to be covered with a spoiler " -"animation" -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.disable_notification:1 -#: of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.protect_content:1 of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.reply_to_message_id:1 -#: of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_photo.SendPhoto.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_photo.rst:14 msgid "Usage" msgstr "" @@ -169,3 +79,98 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send photos. On" +#~ " success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendphoto" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Photo to send. Pass a file_id as" +#~ " String to send a photo that " +#~ "exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get a " +#~ "photo from the Internet, or upload " +#~ "a new photo using multipart/form-data." +#~ " The photo must be at most 10" +#~ " MB in size. The photo's width " +#~ "and height must not exceed 10000 " +#~ "in total. Width and height ratio " +#~ "must be at most 20. :ref:`More " +#~ "information on Sending Files » " +#~ "`" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "Photo caption (may also be used " +#~ "when resending photos by *file_id*), " +#~ "0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "photo caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the caption, " +#~ "which can be specified instead of " +#~ "*parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the photo needs " +#~ "to be covered with a spoiler " +#~ "animation" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/send_poll.po b/docs/locale/en/LC_MESSAGES/api/methods/send_poll.po index 9222d2c3..e4758967 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/send_poll.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/send_poll.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_poll.rst:3 msgid "sendPoll" @@ -25,129 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_poll.SendPoll:1 of -msgid "" -"Use this method to send a native poll. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.methods.send_poll.SendPoll:3 of -msgid "Source: https://core.telegram.org/bots/api#sendpoll" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.question:1 of -msgid "Poll question, 1-300 characters" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.options:1 of -msgid "" -"A JSON-serialized list of answer options, 2-10 strings 1-100 characters " -"each" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.is_anonymous:1 of -msgid ":code:`True`, if the poll needs to be anonymous, defaults to :code:`True`" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.type:1 of -msgid "Poll type, 'quiz' or 'regular', defaults to 'regular'" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.allows_multiple_answers:1 -#: of -msgid "" -":code:`True`, if the poll allows multiple answers, ignored for polls in " -"quiz mode, defaults to :code:`False`" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.correct_option_id:1 of -msgid "" -"0-based identifier of the correct answer option, required for polls in " -"quiz mode" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.explanation:1 of -msgid "" -"Text that is shown when a user chooses an incorrect answer or taps on the" -" lamp icon in a quiz-style poll, 0-200 characters with at most 2 line " -"feeds after entities parsing" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.explanation_parse_mode:1 -#: of -msgid "" -"Mode for parsing entities in the explanation. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.explanation_entities:1 of -msgid "" -"A JSON-serialized list of special entities that appear in the poll " -"explanation, which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.open_period:1 of -msgid "" -"Amount of time in seconds the poll will be active after creation, 5-600. " -"Can't be used together with *close_date*." -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.close_date:1 of -msgid "" -"Point in time (Unix timestamp) when the poll will be automatically " -"closed. Must be at least 5 and no more than 600 seconds in the future. " -"Can't be used together with *open_period*." -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.is_closed:1 of -msgid "" -"Pass :code:`True` if the poll needs to be immediately closed. This can be" -" useful for poll preview." -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.protect_content:1 of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_poll.SendPoll.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_poll.rst:14 msgid "Usage" msgstr "" @@ -202,3 +79,129 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send a native" +#~ " poll. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendpoll" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Poll question, 1-300 characters" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of answer " +#~ "options, 2-10 strings 1-100 characters " +#~ "each" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the poll needs to " +#~ "be anonymous, defaults to :code:`True`" +#~ msgstr "" + +#~ msgid "Poll type, 'quiz' or 'regular', defaults to 'regular'" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the poll allows " +#~ "multiple answers, ignored for polls in" +#~ " quiz mode, defaults to :code:`False`" +#~ msgstr "" + +#~ msgid "" +#~ "0-based identifier of the correct answer" +#~ " option, required for polls in quiz" +#~ " mode" +#~ msgstr "" + +#~ msgid "" +#~ "Text that is shown when a user " +#~ "chooses an incorrect answer or taps " +#~ "on the lamp icon in a quiz-" +#~ "style poll, 0-200 characters with at " +#~ "most 2 line feeds after entities " +#~ "parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "explanation. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the poll " +#~ "explanation, which can be specified " +#~ "instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "Amount of time in seconds the poll" +#~ " will be active after creation, " +#~ "5-600. Can't be used together with " +#~ "*close_date*." +#~ msgstr "" + +#~ msgid "" +#~ "Point in time (Unix timestamp) when " +#~ "the poll will be automatically closed." +#~ " Must be at least 5 and no " +#~ "more than 600 seconds in the " +#~ "future. Can't be used together with " +#~ "*open_period*." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the poll needs " +#~ "to be immediately closed. This can " +#~ "be useful for poll preview." +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/send_sticker.po b/docs/locale/en/LC_MESSAGES/api/methods/send_sticker.po index b1e8bcb0..6be58e13 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/send_sticker.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/send_sticker.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_sticker.rst:3 msgid "sendSticker" @@ -25,74 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_sticker.SendSticker:1 of -msgid "" -"Use this method to send static .WEBP, `animated " -"`_ .TGS, or `video " -"`_ .WEBM " -"stickers. On success, the sent :class:`aiogram.types.message.Message` is " -"returned." -msgstr "" - -#: aiogram.methods.send_sticker.SendSticker:3 of -msgid "Source: https://core.telegram.org/bots/api#sendsticker" -msgstr "" - -#: ../../docstring aiogram.methods.send_sticker.SendSticker.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_sticker.SendSticker.sticker:1 of -msgid "" -"Sticker to send. Pass a file_id as String to send a file that exists on " -"the Telegram servers (recommended), pass an HTTP URL as a String for " -"Telegram to get a .WEBP file from the Internet, or upload a new one using" -" multipart/form-data. :ref:`More information on Sending Files » `" -msgstr "" - -#: ../../docstring aiogram.methods.send_sticker.SendSticker.message_thread_id:1 -#: of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_sticker.SendSticker.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_sticker.SendSticker.protect_content:1 -#: of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_sticker.SendSticker.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_sticker.SendSticker.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_sticker.SendSticker.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_sticker.rst:14 msgid "Usage" msgstr "" @@ -147,3 +79,71 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send static " +#~ ".WEBP, `animated `_ .TGS, or `video " +#~ "`_ .WEBM stickers. On success, " +#~ "the sent :class:`aiogram.types.message.Message` is" +#~ " returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendsticker" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Sticker to send. Pass a file_id as" +#~ " String to send a file that " +#~ "exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get a " +#~ ".WEBP file from the Internet, or " +#~ "upload a new one using multipart" +#~ "/form-data. :ref:`More information on " +#~ "Sending Files » `" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/send_venue.po b/docs/locale/en/LC_MESSAGES/api/methods/send_venue.po index 848d6898..3434ea67 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/send_venue.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/send_venue.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_venue.rst:3 msgid "sendVenue" @@ -25,97 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_venue.SendVenue:1 of -msgid "" -"Use this method to send information about a venue. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.methods.send_venue.SendVenue:3 of -msgid "Source: https://core.telegram.org/bots/api#sendvenue" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.latitude:1 of -msgid "Latitude of the venue" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.longitude:1 of -msgid "Longitude of the venue" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.title:1 of -msgid "Name of the venue" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.address:1 of -msgid "Address of the venue" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.foursquare_id:1 of -msgid "Foursquare identifier of the venue" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.foursquare_type:1 of -msgid "" -"Foursquare type of the venue, if known. (For example, " -"'arts_entertainment/default', 'arts_entertainment/aquarium' or " -"'food/icecream'.)" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.google_place_id:1 of -msgid "Google Places identifier of the venue" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.google_place_type:1 of -msgid "" -"Google Places type of the venue. (See `supported types " -"`_.)" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.disable_notification:1 -#: of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.protect_content:1 of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.reply_to_message_id:1 -#: of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_venue.SendVenue.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_venue.rst:14 msgid "Usage" msgstr "" @@ -170,3 +79,87 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send information " +#~ "about a venue. On success, the " +#~ "sent :class:`aiogram.types.message.Message` is " +#~ "returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendvenue" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Latitude of the venue" +#~ msgstr "" + +#~ msgid "Longitude of the venue" +#~ msgstr "" + +#~ msgid "Name of the venue" +#~ msgstr "" + +#~ msgid "Address of the venue" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "Foursquare identifier of the venue" +#~ msgstr "" + +#~ msgid "" +#~ "Foursquare type of the venue, if " +#~ "known. (For example, 'arts_entertainment/default'," +#~ " 'arts_entertainment/aquarium' or 'food/icecream'.)" +#~ msgstr "" + +#~ msgid "Google Places identifier of the venue" +#~ msgstr "" + +#~ msgid "" +#~ "Google Places type of the venue. " +#~ "(See `supported types " +#~ "`_.)" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/send_video.po b/docs/locale/en/LC_MESSAGES/api/methods/send_video.po index 5a575db2..d6b39dce 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/send_video.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/send_video.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_video.rst:3 msgid "sendVideo" @@ -25,126 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_video.SendVideo:1 of -msgid "" -"Use this method to send video files, Telegram clients support MPEG4 " -"videos (other formats may be sent as " -":class:`aiogram.types.document.Document`). On success, the sent " -":class:`aiogram.types.message.Message` is returned. Bots can currently " -"send video files of up to 50 MB in size, this limit may be changed in the" -" future." -msgstr "" - -#: aiogram.methods.send_video.SendVideo:3 of -msgid "Source: https://core.telegram.org/bots/api#sendvideo" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.video:1 of -msgid "" -"Video to send. Pass a file_id as String to send a video that exists on " -"the Telegram servers (recommended), pass an HTTP URL as a String for " -"Telegram to get a video from the Internet, or upload a new video using " -"multipart/form-data. :ref:`More information on Sending Files » `" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.duration:1 of -msgid "Duration of sent video in seconds" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.width:1 of -msgid "Video width" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.height:1 of -msgid "Video height" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.thumb:1 of -msgid "" -"Thumbnail of the file sent; can be ignored if thumbnail generation for " -"the file is supported server-side. The thumbnail should be in JPEG format" -" and less than 200 kB in size. A thumbnail's width and height should not " -"exceed 320. Ignored if the file is not uploaded using multipart/form-" -"data. Thumbnails can't be reused and can be only uploaded as a new file, " -"so you can pass 'attach://' if the thumbnail was " -"uploaded using multipart/form-data under . :ref:`More " -"information on Sending Files » `" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.caption:1 of -msgid "" -"Video caption (may also be used when resending videos by *file_id*), " -"0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.parse_mode:1 of -msgid "" -"Mode for parsing entities in the video caption. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.caption_entities:1 of -msgid "" -"A JSON-serialized list of special entities that appear in the caption, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.has_spoiler:1 of -msgid "" -"Pass :code:`True` if the video needs to be covered with a spoiler " -"animation" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.supports_streaming:1 of -msgid "Pass :code:`True` if the uploaded video is suitable for streaming" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.disable_notification:1 -#: of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.protect_content:1 of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.reply_to_message_id:1 -#: of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_video.SendVideo.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_video.rst:14 msgid "Usage" msgstr "" @@ -199,3 +79,130 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send video " +#~ "files, Telegram clients support MPEG4 " +#~ "videos (other formats may be sent " +#~ "as :class:`aiogram.types.document.Document`). On " +#~ "success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned. " +#~ "Bots can currently send video files " +#~ "of up to 50 MB in size, this" +#~ " limit may be changed in the " +#~ "future." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendvideo" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Video to send. Pass a file_id as" +#~ " String to send a video that " +#~ "exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get a " +#~ "video from the Internet, or upload " +#~ "a new video using multipart/form-data." +#~ " :ref:`More information on Sending Files" +#~ " » `" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "Duration of sent video in seconds" +#~ msgstr "" + +#~ msgid "Video width" +#~ msgstr "" + +#~ msgid "Video height" +#~ msgstr "" + +#~ msgid "" +#~ "Thumbnail of the file sent; can be" +#~ " ignored if thumbnail generation for " +#~ "the file is supported server-side. " +#~ "The thumbnail should be in JPEG " +#~ "format and less than 200 kB in " +#~ "size. A thumbnail's width and height " +#~ "should not exceed 320. Ignored if " +#~ "the file is not uploaded using " +#~ "multipart/form-data. Thumbnails can't be " +#~ "reused and can be only uploaded as" +#~ " a new file, so you can pass" +#~ " 'attach://' if the thumbnail" +#~ " was uploaded using multipart/form-data " +#~ "under . :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" + +#~ msgid "" +#~ "Video caption (may also be used " +#~ "when resending videos by *file_id*), " +#~ "0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "video caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the caption, " +#~ "which can be specified instead of " +#~ "*parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the video needs " +#~ "to be covered with a spoiler " +#~ "animation" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the uploaded video is suitable for streaming" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/send_video_note.po b/docs/locale/en/LC_MESSAGES/api/methods/send_video_note.po index 959a0407..dc5df4c3 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/send_video_note.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/send_video_note.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_video_note.rst:3 msgid "sendVideoNote" @@ -25,95 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_video_note.SendVideoNote:1 of -msgid "" -"As of `v.4.0 `_, " -"Telegram clients support rounded square MPEG4 videos of up to 1 minute " -"long. Use this method to send video messages. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.methods.send_video_note.SendVideoNote:3 of -msgid "Source: https://core.telegram.org/bots/api#sendvideonote" -msgstr "" - -#: ../../docstring aiogram.methods.send_video_note.SendVideoNote.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_video_note.SendVideoNote.video_note:1 -#: of -msgid "" -"Video note to send. Pass a file_id as String to send a video note that " -"exists on the Telegram servers (recommended) or upload a new video using " -"multipart/form-data. :ref:`More information on Sending Files » `. Sending video notes by a URL is currently unsupported" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_video_note.SendVideoNote.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_video_note.SendVideoNote.duration:1 of -msgid "Duration of sent video in seconds" -msgstr "" - -#: ../../docstring aiogram.methods.send_video_note.SendVideoNote.length:1 of -msgid "Video width and height, i.e. diameter of the video message" -msgstr "" - -#: ../../docstring aiogram.methods.send_video_note.SendVideoNote.thumb:1 of -msgid "" -"Thumbnail of the file sent; can be ignored if thumbnail generation for " -"the file is supported server-side. The thumbnail should be in JPEG format" -" and less than 200 kB in size. A thumbnail's width and height should not " -"exceed 320. Ignored if the file is not uploaded using multipart/form-" -"data. Thumbnails can't be reused and can be only uploaded as a new file, " -"so you can pass 'attach://' if the thumbnail was " -"uploaded using multipart/form-data under . :ref:`More " -"information on Sending Files » `" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_video_note.SendVideoNote.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_video_note.SendVideoNote.protect_content:1 of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_video_note.SendVideoNote.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_video_note.SendVideoNote.allow_sending_without_reply:1 -#: of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_video_note.SendVideoNote.reply_markup:1 -#: of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_video_note.rst:14 msgid "Usage" msgstr "" @@ -168,3 +79,94 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "As of `v.4.0 `_, Telegram clients " +#~ "support rounded square MPEG4 videos of" +#~ " up to 1 minute long. Use this" +#~ " method to send video messages. On" +#~ " success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendvideonote" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Video note to send. Pass a file_id" +#~ " as String to send a video note" +#~ " that exists on the Telegram servers" +#~ " (recommended) or upload a new video" +#~ " using multipart/form-data. :ref:`More " +#~ "information on Sending Files » " +#~ "`. Sending video notes by" +#~ " a URL is currently unsupported" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "Duration of sent video in seconds" +#~ msgstr "" + +#~ msgid "Video width and height, i.e. diameter of the video message" +#~ msgstr "" + +#~ msgid "" +#~ "Thumbnail of the file sent; can be" +#~ " ignored if thumbnail generation for " +#~ "the file is supported server-side. " +#~ "The thumbnail should be in JPEG " +#~ "format and less than 200 kB in " +#~ "size. A thumbnail's width and height " +#~ "should not exceed 320. Ignored if " +#~ "the file is not uploaded using " +#~ "multipart/form-data. Thumbnails can't be " +#~ "reused and can be only uploaded as" +#~ " a new file, so you can pass" +#~ " 'attach://' if the thumbnail" +#~ " was uploaded using multipart/form-data " +#~ "under . :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/send_voice.po b/docs/locale/en/LC_MESSAGES/api/methods/send_voice.po index 553a3265..a5dc5768 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/send_voice.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/send_voice.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_voice.rst:3 msgid "sendVoice" @@ -25,96 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_voice.SendVoice:1 of -msgid "" -"Use this method to send audio files, if you want Telegram clients to " -"display the file as a playable voice message. For this to work, your " -"audio must be in an .OGG file encoded with OPUS (other formats may be " -"sent as :class:`aiogram.types.audio.Audio` or " -":class:`aiogram.types.document.Document`). On success, the sent " -":class:`aiogram.types.message.Message` is returned. Bots can currently " -"send voice messages of up to 50 MB in size, this limit may be changed in " -"the future." -msgstr "" - -#: aiogram.methods.send_voice.SendVoice:3 of -msgid "Source: https://core.telegram.org/bots/api#sendvoice" -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.voice:1 of -msgid "" -"Audio file to send. Pass a file_id as String to send a file that exists " -"on the Telegram servers (recommended), pass an HTTP URL as a String for " -"Telegram to get a file from the Internet, or upload a new one using " -"multipart/form-data. :ref:`More information on Sending Files » `" -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.caption:1 of -msgid "Voice message caption, 0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.parse_mode:1 of -msgid "" -"Mode for parsing entities in the voice message caption. See `formatting " -"options `_ for " -"more details." -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.caption_entities:1 of -msgid "" -"A JSON-serialized list of special entities that appear in the caption, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.duration:1 of -msgid "Duration of the voice message in seconds" -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.disable_notification:1 -#: of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.protect_content:1 of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.reply_to_message_id:1 -#: of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_voice.SendVoice.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_voice.rst:14 msgid "Usage" msgstr "" @@ -169,3 +79,98 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send audio " +#~ "files, if you want Telegram clients " +#~ "to display the file as a playable" +#~ " voice message. For this to work, " +#~ "your audio must be in an .OGG " +#~ "file encoded with OPUS (other formats" +#~ " may be sent as " +#~ ":class:`aiogram.types.audio.Audio` or " +#~ ":class:`aiogram.types.document.Document`). On success, " +#~ "the sent :class:`aiogram.types.message.Message` is" +#~ " returned. Bots can currently send " +#~ "voice messages of up to 50 MB " +#~ "in size, this limit may be changed" +#~ " in the future." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendvoice" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Audio file to send. Pass a file_id" +#~ " as String to send a file that" +#~ " exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get a " +#~ "file from the Internet, or upload " +#~ "a new one using multipart/form-data. " +#~ ":ref:`More information on Sending Files " +#~ "» `" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "Voice message caption, 0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "voice message caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the caption, " +#~ "which can be specified instead of " +#~ "*parse_mode*" +#~ msgstr "" + +#~ msgid "Duration of the voice message in seconds" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/set_chat_administrator_custom_title.po b/docs/locale/en/LC_MESSAGES/api/methods/set_chat_administrator_custom_title.po index ee28db9b..d3b8ec48 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/set_chat_administrator_custom_title.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/set_chat_administrator_custom_title.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_chat_administrator_custom_title.rst:3 msgid "setChatAdministratorCustomTitle" @@ -25,40 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle:1 -#: of -msgid "" -"Use this method to set a custom title for an administrator in a " -"supergroup promoted by the bot. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#setchatadministratorcustomtitle" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle.user_id:1 -#: of -msgid "Unique identifier of the target user" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle.custom_title:1 -#: of -msgid "" -"New custom title for the administrator; 0-16 characters, emoji are not " -"allowed" -msgstr "" - #: ../../api/methods/set_chat_administrator_custom_title.rst:14 msgid "Usage" msgstr "" @@ -100,3 +66,31 @@ msgstr "" #: ../../api/methods/set_chat_administrator_custom_title.rst:50 msgid ":meth:`aiogram.types.chat.Chat.set_administrator_custom_title`" msgstr "" + +#~ msgid "" +#~ "Use this method to set a custom" +#~ " title for an administrator in a " +#~ "supergroup promoted by the bot. Returns" +#~ " :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#setchatadministratorcustomtitle" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target user" +#~ msgstr "" + +#~ msgid "" +#~ "New custom title for the administrator;" +#~ " 0-16 characters, emoji are not " +#~ "allowed" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/set_chat_description.po b/docs/locale/en/LC_MESSAGES/api/methods/set_chat_description.po index 3c42acee..acae363c 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/set_chat_description.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/set_chat_description.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_chat_description.rst:3 msgid "setChatDescription" @@ -25,30 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_chat_description.SetChatDescription:1 of -msgid "" -"Use this method to change the description of a group, a supergroup or a " -"channel. The bot must be an administrator in the chat for this to work " -"and must have the appropriate administrator rights. Returns :code:`True` " -"on success." -msgstr "" - -#: aiogram.methods.set_chat_description.SetChatDescription:3 of -msgid "Source: https://core.telegram.org/bots/api#setchatdescription" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_description.SetChatDescription.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_description.SetChatDescription.description:1 of -msgid "New chat description, 0-255 characters" -msgstr "" - #: ../../api/methods/set_chat_description.rst:14 msgid "Usage" msgstr "" @@ -90,3 +66,26 @@ msgstr "" #: ../../api/methods/set_chat_description.rst:50 msgid ":meth:`aiogram.types.chat.Chat.set_description`" msgstr "" + +#~ msgid "" +#~ "Use this method to change the " +#~ "description of a group, a supergroup " +#~ "or a channel. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have the " +#~ "appropriate administrator rights. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setchatdescription" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "New chat description, 0-255 characters" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/set_chat_menu_button.po b/docs/locale/en/LC_MESSAGES/api/methods/set_chat_menu_button.po index b40236df..8a0ff9d2 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/set_chat_menu_button.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/set_chat_menu_button.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_chat_menu_button.rst:3 msgid "setChatMenuButton" @@ -25,30 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_chat_menu_button.SetChatMenuButton:1 of -msgid "" -"Use this method to change the bot's menu button in a private chat, or the" -" default menu button. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.set_chat_menu_button.SetChatMenuButton:3 of -msgid "Source: https://core.telegram.org/bots/api#setchatmenubutton" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_menu_button.SetChatMenuButton.chat_id:1 of -msgid "" -"Unique identifier for the target private chat. If not specified, default " -"bot's menu button will be changed" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_menu_button.SetChatMenuButton.menu_button:1 of -msgid "" -"A JSON-serialized object for the bot's new menu button. Defaults to " -":class:`aiogram.types.menu_button_default.MenuButtonDefault`" -msgstr "" - #: ../../api/methods/set_chat_menu_button.rst:14 msgid "Usage" msgstr "" @@ -80,3 +56,26 @@ msgstr "" #: ../../api/methods/set_chat_menu_button.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to change the " +#~ "bot's menu button in a private " +#~ "chat, or the default menu button. " +#~ "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setchatmenubutton" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target private" +#~ " chat. If not specified, default " +#~ "bot's menu button will be changed" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for the " +#~ "bot's new menu button. Defaults to " +#~ ":class:`aiogram.types.menu_button_default.MenuButtonDefault`" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/set_chat_permissions.po b/docs/locale/en/LC_MESSAGES/api/methods/set_chat_permissions.po index d27d7878..93c4896a 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/set_chat_permissions.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/set_chat_permissions.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_chat_permissions.rst:3 msgid "setChatPermissions" @@ -25,30 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_chat_permissions.SetChatPermissions:1 of -msgid "" -"Use this method to set default chat permissions for all members. The bot " -"must be an administrator in the group or a supergroup for this to work " -"and must have the *can_restrict_members* administrator rights. Returns " -":code:`True` on success." -msgstr "" - -#: aiogram.methods.set_chat_permissions.SetChatPermissions:3 of -msgid "Source: https://core.telegram.org/bots/api#setchatpermissions" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_permissions.SetChatPermissions.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_permissions.SetChatPermissions.permissions:1 of -msgid "A JSON-serialized object for new default chat permissions" -msgstr "" - #: ../../api/methods/set_chat_permissions.rst:14 msgid "Usage" msgstr "" @@ -90,3 +66,26 @@ msgstr "" #: ../../api/methods/set_chat_permissions.rst:50 msgid ":meth:`aiogram.types.chat.Chat.set_permissions`" msgstr "" + +#~ msgid "" +#~ "Use this method to set default " +#~ "chat permissions for all members. The" +#~ " bot must be an administrator in " +#~ "the group or a supergroup for this" +#~ " to work and must have the " +#~ "*can_restrict_members* administrator rights. Returns" +#~ " :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setchatpermissions" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "A JSON-serialized object for new default chat permissions" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/set_chat_photo.po b/docs/locale/en/LC_MESSAGES/api/methods/set_chat_photo.po index ab0cc9a7..81d7a161 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/set_chat_photo.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/set_chat_photo.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_chat_photo.rst:3 msgid "setChatPhoto" @@ -25,28 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_chat_photo.SetChatPhoto:1 of -msgid "" -"Use this method to set a new profile photo for the chat. Photos can't be " -"changed for private chats. The bot must be an administrator in the chat " -"for this to work and must have the appropriate administrator rights. " -"Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.set_chat_photo.SetChatPhoto:3 of -msgid "Source: https://core.telegram.org/bots/api#setchatphoto" -msgstr "" - -#: ../../docstring aiogram.methods.set_chat_photo.SetChatPhoto.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.set_chat_photo.SetChatPhoto.photo:1 of -msgid "New chat photo, uploaded using multipart/form-data" -msgstr "" - #: ../../api/methods/set_chat_photo.rst:14 msgid "Usage" msgstr "" @@ -82,3 +60,27 @@ msgstr "" #: ../../api/methods/set_chat_photo.rst:45 msgid ":meth:`aiogram.types.chat.Chat.set_photo`" msgstr "" + +#~ msgid "" +#~ "Use this method to set a new " +#~ "profile photo for the chat. Photos " +#~ "can't be changed for private chats. " +#~ "The bot must be an administrator " +#~ "in the chat for this to work " +#~ "and must have the appropriate " +#~ "administrator rights. Returns :code:`True` on" +#~ " success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setchatphoto" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "New chat photo, uploaded using multipart/form-data" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/set_chat_sticker_set.po b/docs/locale/en/LC_MESSAGES/api/methods/set_chat_sticker_set.po index b5441109..fa2a0f75 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/set_chat_sticker_set.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/set_chat_sticker_set.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_chat_sticker_set.rst:3 msgid "setChatStickerSet" @@ -25,32 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_chat_sticker_set.SetChatStickerSet:1 of -msgid "" -"Use this method to set a new group sticker set for a supergroup. The bot " -"must be an administrator in the chat for this to work and must have the " -"appropriate administrator rights. Use the field *can_set_sticker_set* " -"optionally returned in :class:`aiogram.methods.get_chat.GetChat` requests" -" to check if the bot can use this method. Returns :code:`True` on " -"success." -msgstr "" - -#: aiogram.methods.set_chat_sticker_set.SetChatStickerSet:3 of -msgid "Source: https://core.telegram.org/bots/api#setchatstickerset" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_sticker_set.SetChatStickerSet.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_sticker_set.SetChatStickerSet.sticker_set_name:1 of -msgid "Name of the sticker set to be set as the group sticker set" -msgstr "" - #: ../../api/methods/set_chat_sticker_set.rst:14 msgid "Usage" msgstr "" @@ -90,3 +64,29 @@ msgstr "" #: ../../api/methods/set_chat_sticker_set.rst:50 msgid ":meth:`aiogram.types.chat.Chat.set_sticker_set`" msgstr "" + +#~ msgid "" +#~ "Use this method to set a new " +#~ "group sticker set for a supergroup. " +#~ "The bot must be an administrator " +#~ "in the chat for this to work " +#~ "and must have the appropriate " +#~ "administrator rights. Use the field " +#~ "*can_set_sticker_set* optionally returned in " +#~ ":class:`aiogram.methods.get_chat.GetChat` requests to " +#~ "check if the bot can use this " +#~ "method. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setchatstickerset" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "Name of the sticker set to be set as the group sticker set" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/set_chat_title.po b/docs/locale/en/LC_MESSAGES/api/methods/set_chat_title.po index da3c936e..0a64d9b4 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/set_chat_title.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/set_chat_title.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_chat_title.rst:3 msgid "setChatTitle" @@ -25,28 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_chat_title.SetChatTitle:1 of -msgid "" -"Use this method to change the title of a chat. Titles can't be changed " -"for private chats. The bot must be an administrator in the chat for this " -"to work and must have the appropriate administrator rights. Returns " -":code:`True` on success." -msgstr "" - -#: aiogram.methods.set_chat_title.SetChatTitle:3 of -msgid "Source: https://core.telegram.org/bots/api#setchattitle" -msgstr "" - -#: ../../docstring aiogram.methods.set_chat_title.SetChatTitle.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.set_chat_title.SetChatTitle.title:1 of -msgid "New chat title, 1-128 characters" -msgstr "" - #: ../../api/methods/set_chat_title.rst:14 msgid "Usage" msgstr "" @@ -89,3 +67,26 @@ msgstr "" #~ msgid "New chat title, 1-255 characters" #~ msgstr "" + +#~ msgid "" +#~ "Use this method to change the " +#~ "title of a chat. Titles can't be" +#~ " changed for private chats. The bot" +#~ " must be an administrator in the " +#~ "chat for this to work and must " +#~ "have the appropriate administrator rights. " +#~ "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setchattitle" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "New chat title, 1-128 characters" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/set_game_score.po b/docs/locale/en/LC_MESSAGES/api/methods/set_game_score.po index 215ab0ab..94bdb74e 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/set_game_score.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/set_game_score.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_game_score.rst:3 msgid "setGameScore" @@ -25,60 +25,6 @@ msgstr "" msgid "Returns: :obj:`Union[Message, bool]`" msgstr "" -#: aiogram.methods.set_game_score.SetGameScore:1 of -msgid "" -"Use this method to set the score of the specified user in a game message." -" On success, if the message is not an inline message, the " -":class:`aiogram.types.message.Message` is returned, otherwise " -":code:`True` is returned. Returns an error, if the new score is not " -"greater than the user's current score in the chat and *force* is " -":code:`False`." -msgstr "" - -#: aiogram.methods.set_game_score.SetGameScore:3 of -msgid "Source: https://core.telegram.org/bots/api#setgamescore" -msgstr "" - -#: ../../docstring aiogram.methods.set_game_score.SetGameScore.user_id:1 of -msgid "User identifier" -msgstr "" - -#: ../../docstring aiogram.methods.set_game_score.SetGameScore.score:1 of -msgid "New score, must be non-negative" -msgstr "" - -#: ../../docstring aiogram.methods.set_game_score.SetGameScore.force:1 of -msgid "" -"Pass :code:`True` if the high score is allowed to decrease. This can be " -"useful when fixing mistakes or banning cheaters" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_game_score.SetGameScore.disable_edit_message:1 of -msgid "" -"Pass :code:`True` if the game message should not be automatically edited " -"to include the current scoreboard" -msgstr "" - -#: ../../docstring aiogram.methods.set_game_score.SetGameScore.chat_id:1 of -msgid "" -"Required if *inline_message_id* is not specified. Unique identifier for " -"the target chat" -msgstr "" - -#: ../../docstring aiogram.methods.set_game_score.SetGameScore.message_id:1 of -msgid "" -"Required if *inline_message_id* is not specified. Identifier of the sent " -"message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_game_score.SetGameScore.inline_message_id:1 of -msgid "" -"Required if *chat_id* and *message_id* are not specified. Identifier of " -"the inline message" -msgstr "" - #: ../../api/methods/set_game_score.rst:14 msgid "Usage" msgstr "" @@ -110,3 +56,57 @@ msgstr "" #: ../../api/methods/set_game_score.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to set the score" +#~ " of the specified user in a " +#~ "game message. On success, if the " +#~ "message is not an inline message, " +#~ "the :class:`aiogram.types.message.Message` is " +#~ "returned, otherwise :code:`True` is returned." +#~ " Returns an error, if the new " +#~ "score is not greater than the " +#~ "user's current score in the chat " +#~ "and *force* is :code:`False`." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setgamescore" +#~ msgstr "" + +#~ msgid "User identifier" +#~ msgstr "" + +#~ msgid "New score, must be non-negative" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the high score " +#~ "is allowed to decrease. This can " +#~ "be useful when fixing mistakes or " +#~ "banning cheaters" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the game message" +#~ " should not be automatically edited " +#~ "to include the current scoreboard" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Unique identifier for the " +#~ "target chat" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Identifier of the sent " +#~ "message" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *chat_id* and *message_id* " +#~ "are not specified. Identifier of the " +#~ "inline message" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/set_my_commands.po b/docs/locale/en/LC_MESSAGES/api/methods/set_my_commands.po index 8a9400fb..1baf6360 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/set_my_commands.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/set_my_commands.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_my_commands.rst:3 msgid "setMyCommands" @@ -25,38 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_my_commands.SetMyCommands:1 of -msgid "" -"Use this method to change the list of the bot's commands. See `this " -"manual `_ for more " -"details about bot commands. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.set_my_commands.SetMyCommands:3 of -msgid "Source: https://core.telegram.org/bots/api#setmycommands" -msgstr "" - -#: ../../docstring aiogram.methods.set_my_commands.SetMyCommands.commands:1 of -msgid "" -"A JSON-serialized list of bot commands to be set as the list of the bot's" -" commands. At most 100 commands can be specified." -msgstr "" - -#: ../../docstring aiogram.methods.set_my_commands.SetMyCommands.scope:1 of -msgid "" -"A JSON-serialized object, describing scope of users for which the " -"commands are relevant. Defaults to " -":class:`aiogram.types.bot_command_scope_default.BotCommandScopeDefault`." -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_my_commands.SetMyCommands.language_code:1 of -msgid "" -"A two-letter ISO 639-1 language code. If empty, commands will be applied " -"to all users from the given scope, for whose language there are no " -"dedicated commands" -msgstr "" - #: ../../api/methods/set_my_commands.rst:14 msgid "Usage" msgstr "" @@ -98,3 +66,37 @@ msgstr "" #~ " details about bot commands. Returns " #~ ":code:`True` on success." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to change the list" +#~ " of the bot's commands. See `this " +#~ "manual `_ " +#~ "for more details about bot commands. " +#~ "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setmycommands" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of bot " +#~ "commands to be set as the list " +#~ "of the bot's commands. At most 100" +#~ " commands can be specified." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object, describing " +#~ "scope of users for which the " +#~ "commands are relevant. Defaults to " +#~ ":class:`aiogram.types.bot_command_scope_default.BotCommandScopeDefault`." +#~ msgstr "" + +#~ msgid "" +#~ "A two-letter ISO 639-1 language " +#~ "code. If empty, commands will be " +#~ "applied to all users from the " +#~ "given scope, for whose language there" +#~ " are no dedicated commands" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/set_my_default_administrator_rights.po b/docs/locale/en/LC_MESSAGES/api/methods/set_my_default_administrator_rights.po index 93f19f31..99b953a5 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/set_my_default_administrator_rights.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/set_my_default_administrator_rights.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_my_default_administrator_rights.rst:3 msgid "setMyDefaultAdministratorRights" @@ -25,37 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_my_default_administrator_rights.SetMyDefaultAdministratorRights:1 -#: of -msgid "" -"Use this method to change the default administrator rights requested by " -"the bot when it's added as an administrator to groups or channels. These " -"rights will be suggested to users, but they are are free to modify the " -"list before adding the bot. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.set_my_default_administrator_rights.SetMyDefaultAdministratorRights:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#setmydefaultadministratorrights" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_my_default_administrator_rights.SetMyDefaultAdministratorRights.rights:1 -#: of -msgid "" -"A JSON-serialized object describing new default administrator rights. If " -"not specified, the default administrator rights will be cleared." -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_my_default_administrator_rights.SetMyDefaultAdministratorRights.for_channels:1 -#: of -msgid "" -"Pass :code:`True` to change the default administrator rights of the bot " -"in channels. Otherwise, the default administrator rights of the bot for " -"groups and supergroups will be changed." -msgstr "" - #: ../../api/methods/set_my_default_administrator_rights.rst:14 msgid "Usage" msgstr "" @@ -89,3 +58,35 @@ msgstr "" #: ../../api/methods/set_my_default_administrator_rights.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to change the " +#~ "default administrator rights requested by " +#~ "the bot when it's added as an " +#~ "administrator to groups or channels. " +#~ "These rights will be suggested to " +#~ "users, but they are are free to" +#~ " modify the list before adding the" +#~ " bot. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#setmydefaultadministratorrights" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object describing new" +#~ " default administrator rights. If not " +#~ "specified, the default administrator rights" +#~ " will be cleared." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` to change the default" +#~ " administrator rights of the bot in" +#~ " channels. Otherwise, the default " +#~ "administrator rights of the bot for " +#~ "groups and supergroups will be changed." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/set_passport_data_errors.po b/docs/locale/en/LC_MESSAGES/api/methods/set_passport_data_errors.po index 5fb2b563..6e320477 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/set_passport_data_errors.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/set_passport_data_errors.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_passport_data_errors.rst:3 msgid "setPassportDataErrors" @@ -25,33 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_passport_data_errors.SetPassportDataErrors:1 of -msgid "" -"Informs a user that some of the Telegram Passport elements they provided " -"contains errors. The user will not be able to re-submit their Passport to" -" you until the errors are fixed (the contents of the field for which you " -"returned the error must change). Returns :code:`True` on success. Use " -"this if the data submitted by the user doesn't satisfy the standards your" -" service requires for any reason. For example, if a birthday date seems " -"invalid, a submitted document is blurry, a scan shows evidence of " -"tampering, etc. Supply some details in the error message to make sure the" -" user knows how to correct the issues." -msgstr "" - -#: aiogram.methods.set_passport_data_errors.SetPassportDataErrors:4 of -msgid "Source: https://core.telegram.org/bots/api#setpassportdataerrors" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_passport_data_errors.SetPassportDataErrors.user_id:1 of -msgid "User identifier" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_passport_data_errors.SetPassportDataErrors.errors:1 of -msgid "A JSON-serialized array describing the errors" -msgstr "" - #: ../../api/methods/set_passport_data_errors.rst:14 msgid "Usage" msgstr "" @@ -85,3 +58,35 @@ msgstr "" #: ../../api/methods/set_passport_data_errors.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Informs a user that some of the" +#~ " Telegram Passport elements they provided" +#~ " contains errors. The user will not" +#~ " be able to re-submit their " +#~ "Passport to you until the errors " +#~ "are fixed (the contents of the " +#~ "field for which you returned the " +#~ "error must change). Returns :code:`True` " +#~ "on success. Use this if the data" +#~ " submitted by the user doesn't " +#~ "satisfy the standards your service " +#~ "requires for any reason. For example," +#~ " if a birthday date seems invalid," +#~ " a submitted document is blurry, a" +#~ " scan shows evidence of tampering, " +#~ "etc. Supply some details in the " +#~ "error message to make sure the " +#~ "user knows how to correct the " +#~ "issues." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setpassportdataerrors" +#~ msgstr "" + +#~ msgid "User identifier" +#~ msgstr "" + +#~ msgid "A JSON-serialized array describing the errors" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/set_sticker_position_in_set.po b/docs/locale/en/LC_MESSAGES/api/methods/set_sticker_position_in_set.po index c7ef9e7e..3099a604 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/set_sticker_position_in_set.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/set_sticker_position_in_set.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_sticker_position_in_set.rst:3 msgid "setStickerPositionInSet" @@ -25,28 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_sticker_position_in_set.SetStickerPositionInSet:1 of -msgid "" -"Use this method to move a sticker in a set created by the bot to a " -"specific position. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.set_sticker_position_in_set.SetStickerPositionInSet:3 of -msgid "Source: https://core.telegram.org/bots/api#setstickerpositioninset" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_sticker_position_in_set.SetStickerPositionInSet.sticker:1 -#: of -msgid "File identifier of the sticker" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_sticker_position_in_set.SetStickerPositionInSet.position:1 -#: of -msgid "New sticker position in the set, zero-based" -msgstr "" - #: ../../api/methods/set_sticker_position_in_set.rst:14 msgid "Usage" msgstr "" @@ -88,3 +66,20 @@ msgstr "" #: ../../api/methods/set_sticker_position_in_set.rst:50 msgid ":meth:`aiogram.types.sticker.Sticker.set_position_in_set`" msgstr "" + +#~ msgid "" +#~ "Use this method to move a sticker" +#~ " in a set created by the bot" +#~ " to a specific position. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setstickerpositioninset" +#~ msgstr "" + +#~ msgid "File identifier of the sticker" +#~ msgstr "" + +#~ msgid "New sticker position in the set, zero-based" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/set_sticker_set_thumb.po b/docs/locale/en/LC_MESSAGES/api/methods/set_sticker_set_thumb.po index cb1608e8..768868e6 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/set_sticker_set_thumb.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/set_sticker_set_thumb.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_sticker_set_thumb.rst:3 msgid "setStickerSetThumb" @@ -25,52 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_sticker_set_thumb.SetStickerSetThumb:1 of -msgid "" -"Use this method to set the thumbnail of a sticker set. Animated " -"thumbnails can be set for animated sticker sets only. Video thumbnails " -"can be set only for video sticker sets only. Returns :code:`True` on " -"success." -msgstr "" - -#: aiogram.methods.set_sticker_set_thumb.SetStickerSetThumb:3 of -msgid "Source: https://core.telegram.org/bots/api#setstickersetthumb" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_sticker_set_thumb.SetStickerSetThumb.name:1 of -msgid "Sticker set name" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_sticker_set_thumb.SetStickerSetThumb.user_id:1 of -msgid "User identifier of the sticker set owner" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_sticker_set_thumb.SetStickerSetThumb.thumb:1 of -msgid "" -"A **PNG** image with the thumbnail, must be up to 128 kilobytes in size " -"and have width and height exactly 100px, or a **TGS** animation with the " -"thumbnail up to 32 kilobytes in size; see " -"`https://core.telegram.org/stickers#animated-sticker-requirements " -"`_`https://core.telegram.org/stickers#animated-sticker-" -"requirements `_ for animated sticker technical requirements, or a " -"**WEBM** video with the thumbnail up to 32 kilobytes in size; see " -"`https://core.telegram.org/stickers#video-sticker-requirements " -"`_`https://core.telegram.org/stickers#video-sticker-" -"requirements `_ for video sticker technical requirements. Pass a " -"*file_id* as a String to send a file that already exists on the Telegram " -"servers, pass an HTTP URL as a String for Telegram to get a file from the" -" Internet, or upload a new one using multipart/form-data. :ref:`More " -"information on Sending Files » `. Animated sticker set " -"thumbnails can't be uploaded via HTTP URL." -msgstr "" - #: ../../api/methods/set_sticker_set_thumb.rst:14 msgid "Usage" msgstr "" @@ -104,3 +58,58 @@ msgstr "" #: ../../api/methods/set_sticker_set_thumb.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to set the " +#~ "thumbnail of a sticker set. Animated " +#~ "thumbnails can be set for animated " +#~ "sticker sets only. Video thumbnails can" +#~ " be set only for video sticker " +#~ "sets only. Returns :code:`True` on " +#~ "success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setstickersetthumb" +#~ msgstr "" + +#~ msgid "Sticker set name" +#~ msgstr "" + +#~ msgid "User identifier of the sticker set owner" +#~ msgstr "" + +#~ msgid "" +#~ "A **PNG** image with the thumbnail, " +#~ "must be up to 128 kilobytes in " +#~ "size and have width and height " +#~ "exactly 100px, or a **TGS** animation" +#~ " with the thumbnail up to 32 " +#~ "kilobytes in size; see " +#~ "`https://core.telegram.org/stickers#animated-sticker-" +#~ "requirements `_`https://core.telegram.org/stickers" +#~ "#animated-sticker-requirements " +#~ "`_ for animated sticker technical" +#~ " requirements, or a **WEBM** video " +#~ "with the thumbnail up to 32 " +#~ "kilobytes in size; see " +#~ "`https://core.telegram.org/stickers#video-sticker-" +#~ "requirements `_`https://core.telegram.org/stickers" +#~ "#video-sticker-requirements " +#~ "`_ for video sticker technical" +#~ " requirements. Pass a *file_id* as a" +#~ " String to send a file that " +#~ "already exists on the Telegram servers," +#~ " pass an HTTP URL as a String" +#~ " for Telegram to get a file " +#~ "from the Internet, or upload a new" +#~ " one using multipart/form-data. :ref:`More" +#~ " information on Sending Files » " +#~ "`. Animated sticker set " +#~ "thumbnails can't be uploaded via HTTP" +#~ " URL." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/set_webhook.po b/docs/locale/en/LC_MESSAGES/api/methods/set_webhook.po index 10f3b913..034818e7 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/set_webhook.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/set_webhook.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_webhook.rst:3 msgid "setWebhook" @@ -25,100 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_webhook.SetWebhook:1 of -msgid "" -"Use this method to specify a URL and receive incoming updates via an " -"outgoing webhook. Whenever there is an update for the bot, we will send " -"an HTTPS POST request to the specified URL, containing a JSON-serialized " -":class:`aiogram.types.update.Update`. In case of an unsuccessful request," -" we will give up after a reasonable amount of attempts. Returns " -":code:`True` on success. If you'd like to make sure that the webhook was " -"set by you, you can specify secret data in the parameter *secret_token*. " -"If specified, the request will contain a header 'X-Telegram-Bot-Api-" -"Secret-Token' with the secret token as content." -msgstr "" - -#: aiogram.methods.set_webhook.SetWebhook:4 of -msgid "**Notes**" -msgstr "" - -#: aiogram.methods.set_webhook.SetWebhook:6 of -msgid "" -"**1.** You will not be able to receive updates using " -":class:`aiogram.methods.get_updates.GetUpdates` for as long as an " -"outgoing webhook is set up." -msgstr "" - -#: aiogram.methods.set_webhook.SetWebhook:8 of -msgid "" -"**2.** To use a self-signed certificate, you need to upload your `public " -"key certificate `_ using " -"*certificate* parameter. Please upload as InputFile, sending a String " -"will not work." -msgstr "" - -#: aiogram.methods.set_webhook.SetWebhook:10 of -msgid "" -"**3.** Ports currently supported *for webhooks*: **443, 80, 88, 8443**. " -"If you're having any trouble setting up webhooks, please check out this " -"`amazing guide to webhooks `_." -msgstr "" - -#: aiogram.methods.set_webhook.SetWebhook:13 of -msgid "Source: https://core.telegram.org/bots/api#setwebhook" -msgstr "" - -#: ../../docstring aiogram.methods.set_webhook.SetWebhook.url:1 of -msgid "" -"HTTPS URL to send updates to. Use an empty string to remove webhook " -"integration" -msgstr "" - -#: ../../docstring aiogram.methods.set_webhook.SetWebhook.certificate:1 of -msgid "" -"Upload your public key certificate so that the root certificate in use " -"can be checked. See our `self-signed guide " -"`_ for details." -msgstr "" - -#: ../../docstring aiogram.methods.set_webhook.SetWebhook.ip_address:1 of -msgid "" -"The fixed IP address which will be used to send webhook requests instead " -"of the IP address resolved through DNS" -msgstr "" - -#: ../../docstring aiogram.methods.set_webhook.SetWebhook.max_connections:1 of -msgid "" -"The maximum allowed number of simultaneous HTTPS connections to the " -"webhook for update delivery, 1-100. Defaults to *40*. Use lower values to" -" limit the load on your bot's server, and higher values to increase your " -"bot's throughput." -msgstr "" - -#: ../../docstring aiogram.methods.set_webhook.SetWebhook.allowed_updates:1 of -msgid "" -"A JSON-serialized list of the update types you want your bot to receive. " -"For example, specify ['message', 'edited_channel_post', 'callback_query']" -" to only receive updates of these types. See " -":class:`aiogram.types.update.Update` for a complete list of available " -"update types. Specify an empty list to receive all update types except " -"*chat_member* (default). If not specified, the previous setting will be " -"used." -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_webhook.SetWebhook.drop_pending_updates:1 of -msgid "Pass :code:`True` to drop all pending updates" -msgstr "" - -#: ../../docstring aiogram.methods.set_webhook.SetWebhook.secret_token:1 of -msgid "" -"A secret token to be sent in a header 'X-Telegram-Bot-Api-Secret-Token' " -"in every webhook request, 1-256 characters. Only characters :code:`A-Z`, " -":code:`a-z`, :code:`0-9`, :code:`_` and :code:`-` are allowed. The header" -" is useful to ensure that the request comes from a webhook set by you." -msgstr "" - #: ../../api/methods/set_webhook.rst:14 msgid "Usage" msgstr "" @@ -150,3 +56,117 @@ msgstr "" #: ../../api/methods/set_webhook.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to specify a URL" +#~ " and receive incoming updates via an" +#~ " outgoing webhook. Whenever there is " +#~ "an update for the bot, we will " +#~ "send an HTTPS POST request to the" +#~ " specified URL, containing a JSON-" +#~ "serialized :class:`aiogram.types.update.Update`. In " +#~ "case of an unsuccessful request, we " +#~ "will give up after a reasonable " +#~ "amount of attempts. Returns :code:`True` " +#~ "on success. If you'd like to make" +#~ " sure that the webhook was set " +#~ "by you, you can specify secret " +#~ "data in the parameter *secret_token*. If" +#~ " specified, the request will contain " +#~ "a header 'X-Telegram-Bot-Api-Secret-" +#~ "Token' with the secret token as " +#~ "content." +#~ msgstr "" + +#~ msgid "**Notes**" +#~ msgstr "" + +#~ msgid "" +#~ "**1.** You will not be able to " +#~ "receive updates using " +#~ ":class:`aiogram.methods.get_updates.GetUpdates` for as " +#~ "long as an outgoing webhook is set" +#~ " up." +#~ msgstr "" + +#~ msgid "" +#~ "**2.** To use a self-signed " +#~ "certificate, you need to upload your " +#~ "`public key certificate " +#~ "`_ using " +#~ "*certificate* parameter. Please upload as " +#~ "InputFile, sending a String will not " +#~ "work." +#~ msgstr "" + +#~ msgid "" +#~ "**3.** Ports currently supported *for " +#~ "webhooks*: **443, 80, 88, 8443**. If " +#~ "you're having any trouble setting up " +#~ "webhooks, please check out this `amazing" +#~ " guide to webhooks " +#~ "`_." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setwebhook" +#~ msgstr "" + +#~ msgid "" +#~ "HTTPS URL to send updates to. Use" +#~ " an empty string to remove webhook" +#~ " integration" +#~ msgstr "" + +#~ msgid "" +#~ "Upload your public key certificate so" +#~ " that the root certificate in use " +#~ "can be checked. See our `self-" +#~ "signed guide `_ for details." +#~ msgstr "" + +#~ msgid "" +#~ "The fixed IP address which will be" +#~ " used to send webhook requests " +#~ "instead of the IP address resolved " +#~ "through DNS" +#~ msgstr "" + +#~ msgid "" +#~ "The maximum allowed number of " +#~ "simultaneous HTTPS connections to the " +#~ "webhook for update delivery, 1-100. " +#~ "Defaults to *40*. Use lower values " +#~ "to limit the load on your bot's" +#~ " server, and higher values to " +#~ "increase your bot's throughput." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of the " +#~ "update types you want your bot to" +#~ " receive. For example, specify ['message'," +#~ " 'edited_channel_post', 'callback_query'] to only" +#~ " receive updates of these types. See" +#~ " :class:`aiogram.types.update.Update` for a " +#~ "complete list of available update types." +#~ " Specify an empty list to receive " +#~ "all update types except *chat_member* " +#~ "(default). If not specified, the " +#~ "previous setting will be used." +#~ msgstr "" + +#~ msgid "Pass :code:`True` to drop all pending updates" +#~ msgstr "" + +#~ msgid "" +#~ "A secret token to be sent in " +#~ "a header 'X-Telegram-Bot-Api-Secret-" +#~ "Token' in every webhook request, 1-256" +#~ " characters. Only characters :code:`A-Z`, " +#~ ":code:`a-z`, :code:`0-9`, :code:`_` and " +#~ ":code:`-` are allowed. The header is " +#~ "useful to ensure that the request " +#~ "comes from a webhook set by you." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/stop_message_live_location.po b/docs/locale/en/LC_MESSAGES/api/methods/stop_message_live_location.po index e15b616d..89058b85 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/stop_message_live_location.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/stop_message_live_location.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/stop_message_live_location.rst:3 msgid "stopMessageLiveLocation" @@ -25,51 +25,6 @@ msgstr "" msgid "Returns: :obj:`Union[Message, bool]`" msgstr "" -#: aiogram.methods.stop_message_live_location.StopMessageLiveLocation:1 of -msgid "" -"Use this method to stop updating a live location message before " -"*live_period* expires. On success, if the message is not an inline " -"message, the edited :class:`aiogram.types.message.Message` is returned, " -"otherwise :code:`True` is returned." -msgstr "" - -#: aiogram.methods.stop_message_live_location.StopMessageLiveLocation:3 of -msgid "Source: https://core.telegram.org/bots/api#stopmessagelivelocation" -msgstr "" - -#: ../../docstring -#: aiogram.methods.stop_message_live_location.StopMessageLiveLocation.chat_id:1 -#: of -msgid "" -"Required if *inline_message_id* is not specified. Unique identifier for " -"the target chat or username of the target channel (in the format " -":code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.stop_message_live_location.StopMessageLiveLocation.message_id:1 -#: of -msgid "" -"Required if *inline_message_id* is not specified. Identifier of the " -"message with live location to stop" -msgstr "" - -#: ../../docstring -#: aiogram.methods.stop_message_live_location.StopMessageLiveLocation.inline_message_id:1 -#: of -msgid "" -"Required if *chat_id* and *message_id* are not specified. Identifier of " -"the inline message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.stop_message_live_location.StopMessageLiveLocation.reply_markup:1 -#: of -msgid "" -"A JSON-serialized object for a new `inline keyboard " -"`_." -msgstr "" - #: ../../api/methods/stop_message_live_location.rst:14 msgid "Usage" msgstr "" @@ -121,3 +76,42 @@ msgstr "" #~ msgid "As message method" #~ msgstr "" + +#~ msgid "" +#~ "Use this method to stop updating a" +#~ " live location message before *live_period*" +#~ " expires. On success, if the message" +#~ " is not an inline message, the " +#~ "edited :class:`aiogram.types.message.Message` is " +#~ "returned, otherwise :code:`True` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#stopmessagelivelocation" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Unique identifier for the " +#~ "target chat or username of the " +#~ "target channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Identifier of the message " +#~ "with live location to stop" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *chat_id* and *message_id* " +#~ "are not specified. Identifier of the " +#~ "inline message" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for a new" +#~ " `inline keyboard " +#~ "`_." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/stop_poll.po b/docs/locale/en/LC_MESSAGES/api/methods/stop_poll.po index 269a1e06..a4234324 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/stop_poll.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/stop_poll.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/stop_poll.rst:3 msgid "stopPoll" @@ -25,32 +25,6 @@ msgstr "" msgid "Returns: :obj:`Poll`" msgstr "" -#: aiogram.methods.stop_poll.StopPoll:1 of -msgid "" -"Use this method to stop a poll which was sent by the bot. On success, the" -" stopped :class:`aiogram.types.poll.Poll` is returned." -msgstr "" - -#: aiogram.methods.stop_poll.StopPoll:3 of -msgid "Source: https://core.telegram.org/bots/api#stoppoll" -msgstr "" - -#: ../../docstring aiogram.methods.stop_poll.StopPoll.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.stop_poll.StopPoll.message_id:1 of -msgid "Identifier of the original message with the poll" -msgstr "" - -#: ../../docstring aiogram.methods.stop_poll.StopPoll.reply_markup:1 of -msgid "" -"A JSON-serialized object for a new message `inline keyboard " -"`_." -msgstr "" - #: ../../api/methods/stop_poll.rst:14 msgid "Usage" msgstr "" @@ -89,3 +63,29 @@ msgstr "" #~ "`_." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to stop a poll " +#~ "which was sent by the bot. On " +#~ "success, the stopped " +#~ ":class:`aiogram.types.poll.Poll` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#stoppoll" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Identifier of the original message with the poll" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for a new" +#~ " message `inline keyboard " +#~ "`_." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/unban_chat_member.po b/docs/locale/en/LC_MESSAGES/api/methods/unban_chat_member.po index 1485077b..69d2fc93 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/unban_chat_member.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/unban_chat_member.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/unban_chat_member.rst:3 msgid "unbanChatMember" @@ -25,39 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.unban_chat_member.UnbanChatMember:1 of -msgid "" -"Use this method to unban a previously banned user in a supergroup or " -"channel. The user will **not** return to the group or channel " -"automatically, but will be able to join via link, etc. The bot must be an" -" administrator for this to work. By default, this method guarantees that " -"after the call the user is not a member of the chat, but will be able to " -"join it. So if the user is a member of the chat they will also be " -"**removed** from the chat. If you don't want this, use the parameter " -"*only_if_banned*. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.unban_chat_member.UnbanChatMember:3 of -msgid "Source: https://core.telegram.org/bots/api#unbanchatmember" -msgstr "" - -#: ../../docstring aiogram.methods.unban_chat_member.UnbanChatMember.chat_id:1 -#: of -msgid "" -"Unique identifier for the target group or username of the target " -"supergroup or channel (in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.unban_chat_member.UnbanChatMember.user_id:1 -#: of -msgid "Unique identifier of the target user" -msgstr "" - -#: ../../docstring -#: aiogram.methods.unban_chat_member.UnbanChatMember.only_if_banned:1 of -msgid "Do nothing if the user is not banned" -msgstr "" - #: ../../api/methods/unban_chat_member.rst:14 msgid "Usage" msgstr "" @@ -97,3 +64,40 @@ msgstr "" #: ../../api/methods/unban_chat_member.rst:50 msgid ":meth:`aiogram.types.chat.Chat.unban`" msgstr "" + +#~ msgid "" +#~ "Use this method to unban a " +#~ "previously banned user in a supergroup" +#~ " or channel. The user will **not**" +#~ " return to the group or channel " +#~ "automatically, but will be able to " +#~ "join via link, etc. The bot must" +#~ " be an administrator for this to " +#~ "work. By default, this method guarantees" +#~ " that after the call the user " +#~ "is not a member of the chat, " +#~ "but will be able to join it. " +#~ "So if the user is a member " +#~ "of the chat they will also be " +#~ "**removed** from the chat. If you " +#~ "don't want this, use the parameter " +#~ "*only_if_banned*. Returns :code:`True` on " +#~ "success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#unbanchatmember" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target group" +#~ " or username of the target supergroup" +#~ " or channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target user" +#~ msgstr "" + +#~ msgid "Do nothing if the user is not banned" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/unban_chat_sender_chat.po b/docs/locale/en/LC_MESSAGES/api/methods/unban_chat_sender_chat.po index 093786e8..4e6782fc 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/unban_chat_sender_chat.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/unban_chat_sender_chat.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/unban_chat_sender_chat.rst:3 msgid "unbanChatSenderChat" @@ -25,31 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.unban_chat_sender_chat.UnbanChatSenderChat:1 of -msgid "" -"Use this method to unban a previously banned channel chat in a supergroup" -" or channel. The bot must be an administrator for this to work and must " -"have the appropriate administrator rights. Returns :code:`True` on " -"success." -msgstr "" - -#: aiogram.methods.unban_chat_sender_chat.UnbanChatSenderChat:3 of -msgid "Source: https://core.telegram.org/bots/api#unbanchatsenderchat" -msgstr "" - -#: ../../docstring -#: aiogram.methods.unban_chat_sender_chat.UnbanChatSenderChat.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.unban_chat_sender_chat.UnbanChatSenderChat.sender_chat_id:1 -#: of -msgid "Unique identifier of the target sender chat" -msgstr "" - #: ../../api/methods/unban_chat_sender_chat.rst:14 msgid "Usage" msgstr "" @@ -91,3 +66,26 @@ msgstr "" #: ../../api/methods/unban_chat_sender_chat.rst:50 msgid ":meth:`aiogram.types.chat.Chat.unban_sender_chat`" msgstr "" + +#~ msgid "" +#~ "Use this method to unban a " +#~ "previously banned channel chat in a " +#~ "supergroup or channel. The bot must " +#~ "be an administrator for this to " +#~ "work and must have the appropriate " +#~ "administrator rights. Returns :code:`True` on" +#~ " success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#unbanchatsenderchat" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target sender chat" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/unhide_general_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/unhide_general_forum_topic.po index 3432fdfb..1ffe9b62 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/unhide_general_forum_topic.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/unhide_general_forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/unhide_general_forum_topic.rst:3 msgid "unhideGeneralForumTopic" @@ -25,26 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.unhide_general_forum_topic.UnhideGeneralForumTopic:1 of -msgid "" -"Use this method to unhide the 'General' topic in a forum supergroup chat." -" The bot must be an administrator in the chat for this to work and must " -"have the *can_manage_topics* administrator rights. Returns :code:`True` " -"on success." -msgstr "" - -#: aiogram.methods.unhide_general_forum_topic.UnhideGeneralForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#unhidegeneralforumtopic" -msgstr "" - -#: ../../docstring -#: aiogram.methods.unhide_general_forum_topic.UnhideGeneralForumTopic.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - #: ../../api/methods/unhide_general_forum_topic.rst:14 msgid "Usage" msgstr "" @@ -78,3 +58,23 @@ msgstr "" #: ../../api/methods/unhide_general_forum_topic.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to unhide the " +#~ "'General' topic in a forum supergroup" +#~ " chat. The bot must be an " +#~ "administrator in the chat for this " +#~ "to work and must have the " +#~ "*can_manage_topics* administrator rights. Returns" +#~ " :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#unhidegeneralforumtopic" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/unpin_all_chat_messages.po b/docs/locale/en/LC_MESSAGES/api/methods/unpin_all_chat_messages.po index 879d0ae4..35f6c019 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/unpin_all_chat_messages.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/unpin_all_chat_messages.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/unpin_all_chat_messages.rst:3 msgid "unpinAllChatMessages" @@ -25,26 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.unpin_all_chat_messages.UnpinAllChatMessages:1 of -msgid "" -"Use this method to clear the list of pinned messages in a chat. If the " -"chat is not a private chat, the bot must be an administrator in the chat " -"for this to work and must have the 'can_pin_messages' administrator right" -" in a supergroup or 'can_edit_messages' administrator right in a channel." -" Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.unpin_all_chat_messages.UnpinAllChatMessages:3 of -msgid "Source: https://core.telegram.org/bots/api#unpinallchatmessages" -msgstr "" - -#: ../../docstring -#: aiogram.methods.unpin_all_chat_messages.UnpinAllChatMessages.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - #: ../../api/methods/unpin_all_chat_messages.rst:14 msgid "Usage" msgstr "" @@ -86,3 +66,26 @@ msgstr "" #: ../../api/methods/unpin_all_chat_messages.rst:50 msgid ":meth:`aiogram.types.chat.Chat.unpin_all_messages`" msgstr "" + +#~ msgid "" +#~ "Use this method to clear the list" +#~ " of pinned messages in a chat. " +#~ "If the chat is not a private " +#~ "chat, the bot must be an " +#~ "administrator in the chat for this " +#~ "to work and must have the " +#~ "'can_pin_messages' administrator right in a" +#~ " supergroup or 'can_edit_messages' administrator" +#~ " right in a channel. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#unpinallchatmessages" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/unpin_all_forum_topic_messages.po b/docs/locale/en/LC_MESSAGES/api/methods/unpin_all_forum_topic_messages.po index bbc5d5ac..4be5a622 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/unpin_all_forum_topic_messages.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/unpin_all_forum_topic_messages.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/unpin_all_forum_topic_messages.rst:3 msgid "unpinAllForumTopicMessages" @@ -25,34 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.unpin_all_forum_topic_messages.UnpinAllForumTopicMessages:1 -#: of -msgid "" -"Use this method to clear the list of pinned messages in a forum topic. " -"The bot must be an administrator in the chat for this to work and must " -"have the *can_pin_messages* administrator right in the supergroup. " -"Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.unpin_all_forum_topic_messages.UnpinAllForumTopicMessages:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#unpinallforumtopicmessages" -msgstr "" - -#: ../../docstring -#: aiogram.methods.unpin_all_forum_topic_messages.UnpinAllForumTopicMessages.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.unpin_all_forum_topic_messages.UnpinAllForumTopicMessages.message_thread_id:1 -#: of -msgid "Unique identifier for the target message thread of the forum topic" -msgstr "" - #: ../../api/methods/unpin_all_forum_topic_messages.rst:14 msgid "Usage" msgstr "" @@ -86,3 +58,27 @@ msgstr "" #: ../../api/methods/unpin_all_forum_topic_messages.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to clear the list" +#~ " of pinned messages in a forum " +#~ "topic. The bot must be an " +#~ "administrator in the chat for this " +#~ "to work and must have the " +#~ "*can_pin_messages* administrator right in the" +#~ " supergroup. Returns :code:`True` on " +#~ "success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#unpinallforumtopicmessages" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier for the target message thread of the forum topic" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/unpin_chat_message.po b/docs/locale/en/LC_MESSAGES/api/methods/unpin_chat_message.po index e184084b..3a7be657 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/unpin_chat_message.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/unpin_chat_message.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/unpin_chat_message.rst:3 msgid "unpinChatMessage" @@ -25,34 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.unpin_chat_message.UnpinChatMessage:1 of -msgid "" -"Use this method to remove a message from the list of pinned messages in a" -" chat. If the chat is not a private chat, the bot must be an " -"administrator in the chat for this to work and must have the " -"'can_pin_messages' administrator right in a supergroup or " -"'can_edit_messages' administrator right in a channel. Returns " -":code:`True` on success." -msgstr "" - -#: aiogram.methods.unpin_chat_message.UnpinChatMessage:3 of -msgid "Source: https://core.telegram.org/bots/api#unpinchatmessage" -msgstr "" - -#: ../../docstring -#: aiogram.methods.unpin_chat_message.UnpinChatMessage.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.unpin_chat_message.UnpinChatMessage.message_id:1 of -msgid "" -"Identifier of a message to unpin. If not specified, the most recent " -"pinned message (by sending date) will be unpinned." -msgstr "" - #: ../../api/methods/unpin_chat_message.rst:14 msgid "Usage" msgstr "" @@ -99,3 +71,33 @@ msgstr "" #~ msgid "As message method" #~ msgstr "" + +#~ msgid "" +#~ "Use this method to remove a " +#~ "message from the list of pinned " +#~ "messages in a chat. If the chat" +#~ " is not a private chat, the bot" +#~ " must be an administrator in the " +#~ "chat for this to work and must " +#~ "have the 'can_pin_messages' administrator " +#~ "right in a supergroup or " +#~ "'can_edit_messages' administrator right in a" +#~ " channel. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#unpinchatmessage" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Identifier of a message to unpin. " +#~ "If not specified, the most recent " +#~ "pinned message (by sending date) will" +#~ " be unpinned." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/methods/upload_sticker_file.po b/docs/locale/en/LC_MESSAGES/api/methods/upload_sticker_file.po index 5a9d256a..47d9ac50 100644 --- a/docs/locale/en/LC_MESSAGES/api/methods/upload_sticker_file.po +++ b/docs/locale/en/LC_MESSAGES/api/methods/upload_sticker_file.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/upload_sticker_file.rst:3 msgid "uploadStickerFile" @@ -25,31 +25,6 @@ msgstr "" msgid "Returns: :obj:`File`" msgstr "" -#: aiogram.methods.upload_sticker_file.UploadStickerFile:1 of -msgid "" -"Use this method to upload a .PNG file with a sticker for later use in " -"*createNewStickerSet* and *addStickerToSet* methods (can be used multiple" -" times). Returns the uploaded :class:`aiogram.types.file.File` on " -"success." -msgstr "" - -#: aiogram.methods.upload_sticker_file.UploadStickerFile:3 of -msgid "Source: https://core.telegram.org/bots/api#uploadstickerfile" -msgstr "" - -#: ../../docstring -#: aiogram.methods.upload_sticker_file.UploadStickerFile.user_id:1 of -msgid "User identifier of sticker file owner" -msgstr "" - -#: ../../docstring -#: aiogram.methods.upload_sticker_file.UploadStickerFile.png_sticker:1 of -msgid "" -"**PNG** image with the sticker, must be up to 512 kilobytes in size, " -"dimensions must not exceed 512px, and either width or height must be " -"exactly 512px. :ref:`More information on Sending Files » `" -msgstr "" - #: ../../api/methods/upload_sticker_file.rst:14 msgid "Usage" msgstr "" @@ -77,3 +52,28 @@ msgstr "" #: ../../api/methods/upload_sticker_file.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to upload a .PNG" +#~ " file with a sticker for later " +#~ "use in *createNewStickerSet* and " +#~ "*addStickerToSet* methods (can be used " +#~ "multiple times). Returns the uploaded " +#~ ":class:`aiogram.types.file.File` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#uploadstickerfile" +#~ msgstr "" + +#~ msgid "User identifier of sticker file owner" +#~ msgstr "" + +#~ msgid "" +#~ "**PNG** image with the sticker, must " +#~ "be up to 512 kilobytes in size," +#~ " dimensions must not exceed 512px, " +#~ "and either width or height must be" +#~ " exactly 512px. :ref:`More information on" +#~ " Sending Files » `" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/session/base.po b/docs/locale/en/LC_MESSAGES/api/session/base.po index 3587676e..45b50700 100644 --- a/docs/locale/en/LC_MESSAGES/api/session/base.po +++ b/docs/locale/en/LC_MESSAGES/api/session/base.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/session/base.rst:3 msgid "Base" @@ -25,50 +25,39 @@ msgstr "" msgid "Abstract session for all client sessions" msgstr "" -#: aiogram.client.session.base.BaseSession.check_response:1 of -msgid "Check response status" -msgstr "" +#~ msgid "Check response status" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.clean_json:1 of -msgid "Clean data before send" -msgstr "" +#~ msgid "Clean data before send" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.close:1 of -msgid "Close client session" -msgstr "" +#~ msgid "Close client session" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.make_request:1 of -msgid "Make request to Telegram Bot API" -msgstr "" +#~ msgid "Make request to Telegram Bot API" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.make_request of -msgid "Parameters" -msgstr "" +#~ msgid "Parameters" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.make_request:3 of -msgid "Bot instance" -msgstr "" +#~ msgid "Bot instance" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.make_request:4 of -msgid "Method instance" -msgstr "" +#~ msgid "Method instance" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.make_request:5 of -msgid "Request timeout" -msgstr "" +#~ msgid "Request timeout" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.make_request of -msgid "Returns" -msgstr "" +#~ msgid "Returns" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.make_request of -msgid "Raises" -msgstr "" +#~ msgid "Raises" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.prepare_value:1 of -msgid "Prepare value before send" -msgstr "" +#~ msgid "Prepare value before send" +#~ msgstr "" + +#~ msgid "Stream reader" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.stream_content:1 of -msgid "Stream reader" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/session/custom_server.po b/docs/locale/en/LC_MESSAGES/api/session/custom_server.po index b5db8d60..ff5731f8 100644 --- a/docs/locale/en/LC_MESSAGES/api/session/custom_server.po +++ b/docs/locale/en/LC_MESSAGES/api/session/custom_server.po @@ -8,89 +8,70 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/session/custom_server.rst:2 msgid "Use Custom API server" msgstr "" -#: aiogram.client.telegram.TelegramAPIServer:1 of -msgid "Base config for API Endpoints" -msgstr "" - -#: aiogram.client.telegram.TelegramAPIServer.api_url:1 of -msgid "Generate URL for API methods" -msgstr "" - -#: aiogram.client.telegram.TelegramAPIServer.api_url -#: aiogram.client.telegram.TelegramAPIServer.file_url -#: aiogram.client.telegram.TelegramAPIServer.from_base of -msgid "Parameters" -msgstr "" - -#: aiogram.client.telegram.TelegramAPIServer.api_url:3 -#: aiogram.client.telegram.TelegramAPIServer.file_url:3 of -msgid "Bot token" -msgstr "" - -#: aiogram.client.telegram.TelegramAPIServer.api_url:4 of -msgid "API method name (case insensitive)" -msgstr "" - -#: aiogram.client.telegram.TelegramAPIServer.api_url -#: aiogram.client.telegram.TelegramAPIServer.file_url -#: aiogram.client.telegram.TelegramAPIServer.from_base of -msgid "Returns" -msgstr "" - -#: aiogram.client.telegram.TelegramAPIServer.api_url:5 -#: aiogram.client.telegram.TelegramAPIServer.file_url:5 of -msgid "URL" -msgstr "" - -#: ../../docstring aiogram.client.telegram.TelegramAPIServer.base:1 -#: aiogram.client.telegram.TelegramAPIServer.from_base:3 of -msgid "Base URL" -msgstr "" - -#: ../../docstring aiogram.client.telegram.TelegramAPIServer.file:1 of -msgid "Files URL" -msgstr "" - -#: aiogram.client.telegram.TelegramAPIServer.file_url:1 of -msgid "Generate URL for downloading files" -msgstr "" - -#: aiogram.client.telegram.TelegramAPIServer.file_url:4 of -msgid "file path" -msgstr "" - -#: aiogram.client.telegram.TelegramAPIServer.from_base:1 of -msgid "Use this method to auto-generate TelegramAPIServer instance from base URL" -msgstr "" - -#: aiogram.client.telegram.TelegramAPIServer.from_base:4 of -msgid "instance of :class:`TelegramAPIServer`" -msgstr "" - -#: ../../docstring aiogram.client.telegram.TelegramAPIServer.is_local:1 of -msgid "" -"Mark this server is in `local mode " -"`_." -msgstr "" - -#: ../../docstring aiogram.client.telegram.TelegramAPIServer.wrap_local_file:1 -#: of -msgid "Callback to wrap files path in local mode" -msgstr "" - #: ../../api/session/custom_server.rst:7 msgid "For example, if you want to use self-hosted API server:" msgstr "" + +#~ msgid "Base config for API Endpoints" +#~ msgstr "" + +#~ msgid "Generate URL for API methods" +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "Bot token" +#~ msgstr "" + +#~ msgid "API method name (case insensitive)" +#~ msgstr "" + +#~ msgid "Returns" +#~ msgstr "" + +#~ msgid "URL" +#~ msgstr "" + +#~ msgid "Base URL" +#~ msgstr "" + +#~ msgid "Files URL" +#~ msgstr "" + +#~ msgid "Generate URL for downloading files" +#~ msgstr "" + +#~ msgid "file path" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to auto-generate " +#~ "TelegramAPIServer instance from base URL" +#~ msgstr "" + +#~ msgid "instance of :class:`TelegramAPIServer`" +#~ msgstr "" + +#~ msgid "" +#~ "Mark this server is in `local mode" +#~ " `_." +#~ msgstr "" + +#~ msgid "Callback to wrap files path in local mode" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/animation.po b/docs/locale/en/LC_MESSAGES/api/types/animation.po index df976078..d6d0886d 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/animation.po +++ b/docs/locale/en/LC_MESSAGES/api/types/animation.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/animation.rst:3 msgid "Animation" @@ -23,52 +23,76 @@ msgstr "" #: aiogram.types.animation.Animation:1 of msgid "" -"This object represents an animation file (GIF or H.264/MPEG-4 AVC video " -"without sound)." +"You can provide an animation for your game so that it looks stylish in " +"chats (check out Lumberjack for an example). This object represents an " +"animation file to be displayed in the message containing a game." msgstr "" -#: aiogram.types.animation.Animation:3 of -msgid "Source: https://core.telegram.org/bots/api#animation" +#: aiogram.types.animation.Animation:5 of +msgid "https://core.telegram.org/bots/api#animation" msgstr "" -#: ../../docstring aiogram.types.animation.Animation.file_id:1 of -msgid "Identifier for this file, which can be used to download or reuse the file" +#: ../../docstring aiogram.types.animation.Animation.duration:1 +#: aiogram.types.animation.Animation.file_id:1 +#: aiogram.types.animation.Animation.file_name:1 +#: aiogram.types.animation.Animation.file_size:1 +#: aiogram.types.animation.Animation.file_unique_id:1 +#: aiogram.types.animation.Animation.height:1 +#: aiogram.types.animation.Animation.mime_type:1 +#: aiogram.types.animation.Animation.thumb:1 +#: aiogram.types.animation.Animation.width:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.animation.Animation.file_unique_id:1 of -msgid "" -"Unique identifier for this file, which is supposed to be the same over " -"time and for different bots. Can't be used to download or reuse the file." -msgstr "" +#~ msgid "" +#~ "This object represents an animation file" +#~ " (GIF or H.264/MPEG-4 AVC video " +#~ "without sound)." +#~ msgstr "" -#: ../../docstring aiogram.types.animation.Animation.width:1 of -msgid "Video width as defined by sender" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#animation" +#~ msgstr "" -#: ../../docstring aiogram.types.animation.Animation.height:1 of -msgid "Video height as defined by sender" -msgstr "" +#~ msgid "" +#~ "Identifier for this file, which can " +#~ "be used to download or reuse the" +#~ " file" +#~ msgstr "" -#: ../../docstring aiogram.types.animation.Animation.duration:1 of -msgid "Duration of the video in seconds as defined by sender" -msgstr "" +#~ msgid "" +#~ "Unique identifier for this file, which" +#~ " is supposed to be the same " +#~ "over time and for different bots. " +#~ "Can't be used to download or reuse" +#~ " the file." +#~ msgstr "" -#: ../../docstring aiogram.types.animation.Animation.thumb:1 of -msgid "*Optional*. Animation thumbnail as defined by sender" -msgstr "" +#~ msgid "Video width as defined by sender" +#~ msgstr "" -#: ../../docstring aiogram.types.animation.Animation.file_name:1 of -msgid "*Optional*. Original animation filename as defined by sender" -msgstr "" +#~ msgid "Video height as defined by sender" +#~ msgstr "" -#: ../../docstring aiogram.types.animation.Animation.mime_type:1 of -msgid "*Optional*. MIME type of the file as defined by sender" -msgstr "" +#~ msgid "Duration of the video in seconds as defined by sender" +#~ msgstr "" + +#~ msgid "*Optional*. Animation thumbnail as defined by sender" +#~ msgstr "" + +#~ msgid "*Optional*. Original animation filename as defined by sender" +#~ msgstr "" + +#~ msgid "*Optional*. MIME type of the file as defined by sender" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. File size in bytes. It " +#~ "can be bigger than 2^31 and some" +#~ " programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a signed 64-bit " +#~ "integer or double-precision float type" +#~ " are safe for storing this value." +#~ msgstr "" -#: ../../docstring aiogram.types.animation.Animation.file_size:1 of -msgid "" -"*Optional*. File size in bytes. It can be bigger than 2^31 and some " -"programming languages may have difficulty/silent defects in interpreting " -"it. But it has at most 52 significant bits, so a signed 64-bit integer or" -" double-precision float type are safe for storing this value." -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/audio.po b/docs/locale/en/LC_MESSAGES/api/types/audio.po index 81579c4c..df3d9adc 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/audio.po +++ b/docs/locale/en/LC_MESSAGES/api/types/audio.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/audio.rst:3 msgid "Audio" @@ -28,47 +28,66 @@ msgid "" msgstr "" #: aiogram.types.audio.Audio:3 of -msgid "Source: https://core.telegram.org/bots/api#audio" +msgid "https://core.telegram.org/bots/api#audio" msgstr "" -#: ../../docstring aiogram.types.audio.Audio.file_id:1 of -msgid "Identifier for this file, which can be used to download or reuse the file" +#: ../../docstring aiogram.types.audio.Audio.duration:1 +#: aiogram.types.audio.Audio.file_id:1 aiogram.types.audio.Audio.file_name:1 +#: aiogram.types.audio.Audio.file_size:1 +#: aiogram.types.audio.Audio.file_unique_id:1 +#: aiogram.types.audio.Audio.mime_type:1 aiogram.types.audio.Audio.performer:1 +#: aiogram.types.audio.Audio.thumb:1 aiogram.types.audio.Audio.title:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.audio.Audio.file_unique_id:1 of -msgid "" -"Unique identifier for this file, which is supposed to be the same over " -"time and for different bots. Can't be used to download or reuse the file." -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#audio" +#~ msgstr "" -#: ../../docstring aiogram.types.audio.Audio.duration:1 of -msgid "Duration of the audio in seconds as defined by sender" -msgstr "" +#~ msgid "" +#~ "Identifier for this file, which can " +#~ "be used to download or reuse the" +#~ " file" +#~ msgstr "" -#: ../../docstring aiogram.types.audio.Audio.performer:1 of -msgid "*Optional*. Performer of the audio as defined by sender or by audio tags" -msgstr "" +#~ msgid "" +#~ "Unique identifier for this file, which" +#~ " is supposed to be the same " +#~ "over time and for different bots. " +#~ "Can't be used to download or reuse" +#~ " the file." +#~ msgstr "" -#: ../../docstring aiogram.types.audio.Audio.title:1 of -msgid "*Optional*. Title of the audio as defined by sender or by audio tags" -msgstr "" +#~ msgid "Duration of the audio in seconds as defined by sender" +#~ msgstr "" -#: ../../docstring aiogram.types.audio.Audio.file_name:1 of -msgid "*Optional*. Original filename as defined by sender" -msgstr "" +#~ msgid "" +#~ "*Optional*. Performer of the audio as" +#~ " defined by sender or by audio " +#~ "tags" +#~ msgstr "" -#: ../../docstring aiogram.types.audio.Audio.mime_type:1 of -msgid "*Optional*. MIME type of the file as defined by sender" -msgstr "" +#~ msgid "*Optional*. Title of the audio as defined by sender or by audio tags" +#~ msgstr "" -#: ../../docstring aiogram.types.audio.Audio.file_size:1 of -msgid "" -"*Optional*. File size in bytes. It can be bigger than 2^31 and some " -"programming languages may have difficulty/silent defects in interpreting " -"it. But it has at most 52 significant bits, so a signed 64-bit integer or" -" double-precision float type are safe for storing this value." -msgstr "" +#~ msgid "*Optional*. Original filename as defined by sender" +#~ msgstr "" + +#~ msgid "*Optional*. MIME type of the file as defined by sender" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. File size in bytes. It " +#~ "can be bigger than 2^31 and some" +#~ " programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a signed 64-bit " +#~ "integer or double-precision float type" +#~ " are safe for storing this value." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Thumbnail of the album cover" +#~ " to which the music file belongs" +#~ msgstr "" -#: ../../docstring aiogram.types.audio.Audio.thumb:1 of -msgid "*Optional*. Thumbnail of the album cover to which the music file belongs" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/bot_command.po b/docs/locale/en/LC_MESSAGES/api/types/bot_command.po index 8a4ec997..3debe95f 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/bot_command.po +++ b/docs/locale/en/LC_MESSAGES/api/types/bot_command.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/bot_command.rst:3 msgid "BotCommand" @@ -26,15 +26,23 @@ msgid "This object represents a bot command." msgstr "" #: aiogram.types.bot_command.BotCommand:3 of -msgid "Source: https://core.telegram.org/bots/api#botcommand" +msgid "https://core.telegram.org/bots/api#botcommand" msgstr "" -#: ../../docstring aiogram.types.bot_command.BotCommand.command:1 of -msgid "" -"Text of the command; 1-32 characters. Can contain only lowercase English " -"letters, digits and underscores." +#: ../../docstring aiogram.types.bot_command.BotCommand.command:1 +#: aiogram.types.bot_command.BotCommand.description:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.bot_command.BotCommand.description:1 of -msgid "Description of the command; 1-256 characters." -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#botcommand" +#~ msgstr "" + +#~ msgid "" +#~ "Text of the command; 1-32 characters." +#~ " Can contain only lowercase English " +#~ "letters, digits and underscores." +#~ msgstr "" + +#~ msgid "Description of the command; 1-256 characters." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope.po b/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope.po index ae5cc0bc..908ef0f2 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope.po +++ b/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/bot_command_scope.rst:3 msgid "BotCommandScope" @@ -28,33 +28,91 @@ msgid "" msgstr "" #: aiogram.types.bot_command_scope.BotCommandScope:3 of -msgid ":class:`aiogram.types.bot_command_scope_default.BotCommandScopeDefault`" -msgstr "" - -#: aiogram.types.bot_command_scope.BotCommandScope:4 of -msgid ":class:`aiogram.types.bot_command_scope_all_private_chats.BotCommandScopeAllPrivateChats`" -msgstr "" - -#: aiogram.types.bot_command_scope.BotCommandScope:5 of -msgid ":class:`aiogram.types.bot_command_scope_all_group_chats.BotCommandScopeAllGroupChats`" -msgstr "" - -#: aiogram.types.bot_command_scope.BotCommandScope:6 of -msgid ":class:`aiogram.types.bot_command_scope_all_chat_administrators.BotCommandScopeAllChatAdministrators`" -msgstr "" - -#: aiogram.types.bot_command_scope.BotCommandScope:7 of -msgid ":class:`aiogram.types.bot_command_scope_chat.BotCommandScopeChat`" -msgstr "" - -#: aiogram.types.bot_command_scope.BotCommandScope:8 of -msgid ":class:`aiogram.types.bot_command_scope_chat_administrators.BotCommandScopeChatAdministrators`" -msgstr "" - -#: aiogram.types.bot_command_scope.BotCommandScope:9 of -msgid ":class:`aiogram.types.bot_command_scope_chat_member.BotCommandScopeChatMember`" +msgid "" +"BotCommandScopeDefault BotCommandScopeAllPrivateChats " +"BotCommandScopeAllGroupChats BotCommandScopeAllChatAdministrators " +"BotCommandScopeChat BotCommandScopeChatAdministrators " +"BotCommandScopeChatMember" msgstr "" #: aiogram.types.bot_command_scope.BotCommandScope:11 of -msgid "Source: https://core.telegram.org/bots/api#botcommandscope" +msgid "https://core.telegram.org/bots/api#botcommandscope" msgstr "" + +#: ../../docstring aiogram.types.bot_command_scope.BotCommandScope.type:1 +#: aiogram.types.bot_command_scope.BotCommandScopeAllChatAdministrators.type:1 +#: aiogram.types.bot_command_scope.BotCommandScopeAllGroupChats.type:1 +#: aiogram.types.bot_command_scope.BotCommandScopeAllPrivateChats.type:1 +#: aiogram.types.bot_command_scope.BotCommandScopeChat.chat_id:1 +#: aiogram.types.bot_command_scope.BotCommandScopeChat.type:1 +#: aiogram.types.bot_command_scope.BotCommandScopeChatAdministrators.chat_id:1 +#: aiogram.types.bot_command_scope.BotCommandScopeChatAdministrators.type:1 +#: aiogram.types.bot_command_scope.BotCommandScopeChatMember.chat_id:1 +#: aiogram.types.bot_command_scope.BotCommandScopeChatMember.type:1 +#: aiogram.types.bot_command_scope.BotCommandScopeChatMember.user_id:1 +#: aiogram.types.bot_command_scope.BotCommandScopeDefault.type:1 of +msgid "Simple field" +msgstr "" + +#: aiogram.types.bot_command_scope.BotCommandScopeDefault:1 of +msgid "" +"Represents the default scope of bot commands. Default commands are used " +"if no commands with a narrower scope are specified for the user." +msgstr "" + +#: aiogram.types.bot_command_scope.BotCommandScopeAllPrivateChats:1 of +msgid "Represents the scope of bot commands, covering all private chats." +msgstr "" + +#: aiogram.types.bot_command_scope.BotCommandScopeAllGroupChats:1 of +msgid "" +"Represents the scope of bot commands, covering all group and supergroup " +"chats." +msgstr "" + +#: aiogram.types.bot_command_scope.BotCommandScopeAllChatAdministrators:1 of +msgid "" +"Represents the scope of bot commands, covering all group and supergroup " +"chat administrators." +msgstr "" + +#: aiogram.types.bot_command_scope.BotCommandScopeChat:1 of +msgid "Represents the scope of bot commands, covering a specific chat." +msgstr "" + +#: aiogram.types.bot_command_scope.BotCommandScopeChatAdministrators:1 of +msgid "" +"Represents the scope of bot commands, covering all administrators of a " +"specific group or supergroup chat." +msgstr "" + +#: aiogram.types.bot_command_scope.BotCommandScopeChatMember:1 of +msgid "" +"Represents the scope of bot commands, covering a specific member of a " +"group or supergroup chat." +msgstr "" + +#~ msgid ":class:`aiogram.types.bot_command_scope_default.BotCommandScopeDefault`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.bot_command_scope_all_private_chats.BotCommandScopeAllPrivateChats`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.bot_command_scope_all_group_chats.BotCommandScopeAllGroupChats`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.bot_command_scope_all_chat_administrators.BotCommandScopeAllChatAdministrators`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.bot_command_scope_chat.BotCommandScopeChat`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.bot_command_scope_chat_administrators.BotCommandScopeChatAdministrators`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.bot_command_scope_chat_member.BotCommandScopeChatMember`" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#botcommandscope" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_all_chat_administrators.po b/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_all_chat_administrators.po index 35e5dc6c..b06413d3 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_all_chat_administrators.po +++ b/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_all_chat_administrators.po @@ -8,36 +8,31 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/bot_command_scope_all_chat_administrators.rst:3 msgid "BotCommandScopeAllChatAdministrators" msgstr "" -#: aiogram.types.bot_command_scope_all_chat_administrators.BotCommandScopeAllChatAdministrators:1 -#: of -msgid "" -"Represents the `scope " -"`_ of bot commands, " -"covering all group and supergroup chat administrators." -msgstr "" +#~ msgid "" +#~ "Represents the `scope " +#~ "`_ of " +#~ "bot commands, covering all group and " +#~ "supergroup chat administrators." +#~ msgstr "" -#: aiogram.types.bot_command_scope_all_chat_administrators.BotCommandScopeAllChatAdministrators:3 -#: of -msgid "" -"Source: " -"https://core.telegram.org/bots/api#botcommandscopeallchatadministrators" -msgstr "" +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#botcommandscopeallchatadministrators" +#~ msgstr "" + +#~ msgid "Scope type, must be *all_chat_administrators*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_all_chat_administrators.BotCommandScopeAllChatAdministrators.type:1 -#: of -msgid "Scope type, must be *all_chat_administrators*" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_all_group_chats.po b/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_all_group_chats.po index 550a1103..ec37c346 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_all_group_chats.po +++ b/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_all_group_chats.po @@ -8,34 +8,29 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/bot_command_scope_all_group_chats.rst:3 msgid "BotCommandScopeAllGroupChats" msgstr "" -#: aiogram.types.bot_command_scope_all_group_chats.BotCommandScopeAllGroupChats:1 -#: of -msgid "" -"Represents the `scope " -"`_ of bot commands, " -"covering all group and supergroup chats." -msgstr "" +#~ msgid "" +#~ "Represents the `scope " +#~ "`_ of " +#~ "bot commands, covering all group and " +#~ "supergroup chats." +#~ msgstr "" -#: aiogram.types.bot_command_scope_all_group_chats.BotCommandScopeAllGroupChats:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#botcommandscopeallgroupchats" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#botcommandscopeallgroupchats" +#~ msgstr "" + +#~ msgid "Scope type, must be *all_group_chats*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_all_group_chats.BotCommandScopeAllGroupChats.type:1 -#: of -msgid "Scope type, must be *all_group_chats*" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_all_private_chats.po b/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_all_private_chats.po index 0b2610c3..74b6528c 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_all_private_chats.po +++ b/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_all_private_chats.po @@ -8,34 +8,31 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/bot_command_scope_all_private_chats.rst:3 msgid "BotCommandScopeAllPrivateChats" msgstr "" -#: aiogram.types.bot_command_scope_all_private_chats.BotCommandScopeAllPrivateChats:1 -#: of -msgid "" -"Represents the `scope " -"`_ of bot commands, " -"covering all private chats." -msgstr "" +#~ msgid "" +#~ "Represents the `scope " +#~ "`_ of " +#~ "bot commands, covering all private " +#~ "chats." +#~ msgstr "" -#: aiogram.types.bot_command_scope_all_private_chats.BotCommandScopeAllPrivateChats:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#botcommandscopeallprivatechats" -msgstr "" +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#botcommandscopeallprivatechats" +#~ msgstr "" + +#~ msgid "Scope type, must be *all_private_chats*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_all_private_chats.BotCommandScopeAllPrivateChats.type:1 -#: of -msgid "Scope type, must be *all_private_chats*" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_chat.po b/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_chat.po index 2114f522..72a5cb0f 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_chat.po +++ b/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_chat.po @@ -8,38 +8,34 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/bot_command_scope_chat.rst:3 msgid "BotCommandScopeChat" msgstr "" -#: aiogram.types.bot_command_scope_chat.BotCommandScopeChat:1 of -msgid "" -"Represents the `scope " -"`_ of bot commands, " -"covering a specific chat." -msgstr "" +#~ msgid "" +#~ "Represents the `scope " +#~ "`_ of " +#~ "bot commands, covering a specific chat." +#~ msgstr "" -#: aiogram.types.bot_command_scope_chat.BotCommandScopeChat:3 of -msgid "Source: https://core.telegram.org/bots/api#botcommandscopechat" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#botcommandscopechat" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_chat.BotCommandScopeChat.type:1 of -msgid "Scope type, must be *chat*" -msgstr "" +#~ msgid "Scope type, must be *chat*" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_chat.BotCommandScopeChat.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_chat_administrators.po b/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_chat_administrators.po index 92ab15bc..cfcb324f 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_chat_administrators.po +++ b/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_chat_administrators.po @@ -8,44 +8,38 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/bot_command_scope_chat_administrators.rst:3 msgid "BotCommandScopeChatAdministrators" msgstr "" -#: aiogram.types.bot_command_scope_chat_administrators.BotCommandScopeChatAdministrators:1 -#: of -msgid "" -"Represents the `scope " -"`_ of bot commands, " -"covering all administrators of a specific group or supergroup chat." -msgstr "" +#~ msgid "" +#~ "Represents the `scope " +#~ "`_ of " +#~ "bot commands, covering all administrators " +#~ "of a specific group or supergroup " +#~ "chat." +#~ msgstr "" -#: aiogram.types.bot_command_scope_chat_administrators.BotCommandScopeChatAdministrators:3 -#: of -msgid "" -"Source: " -"https://core.telegram.org/bots/api#botcommandscopechatadministrators" -msgstr "" +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#botcommandscopechatadministrators" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_chat_administrators.BotCommandScopeChatAdministrators.type:1 -#: of -msgid "Scope type, must be *chat_administrators*" -msgstr "" +#~ msgid "Scope type, must be *chat_administrators*" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_chat_administrators.BotCommandScopeChatAdministrators.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_chat_member.po b/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_chat_member.po index e09566eb..be831fbf 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_chat_member.po +++ b/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_chat_member.po @@ -8,46 +8,38 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/bot_command_scope_chat_member.rst:3 msgid "BotCommandScopeChatMember" msgstr "" -#: aiogram.types.bot_command_scope_chat_member.BotCommandScopeChatMember:1 of -msgid "" -"Represents the `scope " -"`_ of bot commands, " -"covering a specific member of a group or supergroup chat." -msgstr "" +#~ msgid "" +#~ "Represents the `scope " +#~ "`_ of " +#~ "bot commands, covering a specific member" +#~ " of a group or supergroup chat." +#~ msgstr "" -#: aiogram.types.bot_command_scope_chat_member.BotCommandScopeChatMember:3 of -msgid "Source: https://core.telegram.org/bots/api#botcommandscopechatmember" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#botcommandscopechatmember" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_chat_member.BotCommandScopeChatMember.type:1 -#: of -msgid "Scope type, must be *chat_member*" -msgstr "" +#~ msgid "Scope type, must be *chat_member*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_chat_member.BotCommandScopeChatMember.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target user" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_chat_member.BotCommandScopeChatMember.user_id:1 -#: of -msgid "Unique identifier of the target user" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_default.po b/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_default.po index d4f81fde..9baed5f8 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_default.po +++ b/docs/locale/en/LC_MESSAGES/api/types/bot_command_scope_default.po @@ -8,33 +8,32 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/bot_command_scope_default.rst:3 msgid "BotCommandScopeDefault" msgstr "" -#: aiogram.types.bot_command_scope_default.BotCommandScopeDefault:1 of -msgid "" -"Represents the default `scope " -"`_ of bot commands. " -"Default commands are used if no commands with a `narrower scope " -"`_ are " -"specified for the user." -msgstr "" +#~ msgid "" +#~ "Represents the default `scope " +#~ "`_ of " +#~ "bot commands. Default commands are used" +#~ " if no commands with a `narrower " +#~ "scope `_ are specified for " +#~ "the user." +#~ msgstr "" -#: aiogram.types.bot_command_scope_default.BotCommandScopeDefault:3 of -msgid "Source: https://core.telegram.org/bots/api#botcommandscopedefault" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#botcommandscopedefault" +#~ msgstr "" + +#~ msgid "Scope type, must be *default*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_default.BotCommandScopeDefault.type:1 of -msgid "Scope type, must be *default*" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/callback_game.po b/docs/locale/en/LC_MESSAGES/api/types/callback_game.po index f564ef56..84f9e125 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/callback_game.po +++ b/docs/locale/en/LC_MESSAGES/api/types/callback_game.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/callback_game.rst:3 msgid "CallbackGame" @@ -23,10 +23,21 @@ msgstr "" #: aiogram.types.callback_game.CallbackGame:1 of msgid "" -"A placeholder, currently holds no information. Use `BotFather " -"`_ to set up your game." +"A placeholder, currently holds no information. Use BotFather to set up " +"your game." msgstr "" #: aiogram.types.callback_game.CallbackGame:3 of -msgid "Source: https://core.telegram.org/bots/api#callbackgame" +msgid "https://core.telegram.org/bots/api#callbackgame" msgstr "" + +#~ msgid "" +#~ "A placeholder, currently holds no " +#~ "information. Use `BotFather " +#~ "`_ to set up your " +#~ "game." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#callbackgame" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/callback_query.po b/docs/locale/en/LC_MESSAGES/api/types/callback_query.po index cb74a993..fb5a058a 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/callback_query.po +++ b/docs/locale/en/LC_MESSAGES/api/types/callback_query.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/callback_query.rst:3 msgid "CallbackQuery" @@ -24,104 +24,55 @@ msgstr "" #: aiogram.types.callback_query.CallbackQuery:1 of msgid "" "This object represents an incoming callback query from a callback button " -"in an `inline keyboard `_. If the button that originated the query was attached to a " -"message sent by the bot, the field *message* will be present. If the " -"button was attached to a message sent via the bot (in `inline mode " -"`_), the field " -"*inline_message_id* will be present. Exactly one of the fields *data* or " -"*game_short_name* will be present." +"in an inline keyboard." msgstr "" #: aiogram.types.callback_query.CallbackQuery:3 of msgid "" -"**NOTE:** After the user presses a callback button, Telegram clients will" -" display a progress bar until you call " -":class:`aiogram.methods.answer_callback_query.AnswerCallbackQuery`. It " -"is, therefore, necessary to react by calling " -":class:`aiogram.methods.answer_callback_query.AnswerCallbackQuery` even " -"if no notification to the user is needed (e.g., without specifying any of" -" the optional parameters)." +"If the button that originated the query was attached to a message sent by" +" the bot, the field message will be present." msgstr "" -#: aiogram.types.callback_query.CallbackQuery:5 of -msgid "Source: https://core.telegram.org/bots/api#callbackquery" +#: aiogram.types.callback_query.CallbackQuery:6 of +msgid "" +"If the button was attached to a message sent via the bot (in inline " +"mode), the field inline_message_id will be present." msgstr "" -#: ../../docstring aiogram.types.callback_query.CallbackQuery.id:1 of -msgid "Unique identifier for this query" +#: aiogram.types.callback_query.CallbackQuery:9 of +msgid "Exactly one of the fields data or game_short_name will be present." msgstr "" -#: ../../docstring aiogram.types.callback_query.CallbackQuery.from_user:1 of -msgid "Sender" +#: aiogram.types.callback_query.CallbackQuery:11 of +msgid "https://core.telegram.org/bots/api#callbackquery" msgstr "" #: ../../docstring aiogram.types.callback_query.CallbackQuery.chat_instance:1 -#: of -msgid "" -"Global identifier, uniquely corresponding to the chat to which the " -"message with the callback button was sent. Useful for high scores in " -":class:`aiogram.methods.games.Games`." -msgstr "" - -#: ../../docstring aiogram.types.callback_query.CallbackQuery.message:1 of -msgid "" -"*Optional*. Message with the callback button that originated the query. " -"Note that message content and message date will not be available if the " -"message is too old" -msgstr "" - -#: ../../docstring -#: aiogram.types.callback_query.CallbackQuery.inline_message_id:1 of -msgid "" -"*Optional*. Identifier of the message sent via the bot in inline mode, " -"that originated the query." -msgstr "" - -#: ../../docstring aiogram.types.callback_query.CallbackQuery.data:1 of -msgid "" -"*Optional*. Data associated with the callback button. Be aware that the " -"message originated the query can contain no callback buttons with this " -"data." -msgstr "" - -#: ../../docstring aiogram.types.callback_query.CallbackQuery.game_short_name:1 -#: of -msgid "" -"*Optional*. Short name of a `Game " -"`_ to be returned, serves as " -"the unique identifier for the game" +#: aiogram.types.callback_query.CallbackQuery.data:1 +#: aiogram.types.callback_query.CallbackQuery.from_user:1 +#: aiogram.types.callback_query.CallbackQuery.game_short_name:1 +#: aiogram.types.callback_query.CallbackQuery.id:1 +#: aiogram.types.callback_query.CallbackQuery.inline_message_id:1 +#: aiogram.types.callback_query.CallbackQuery.message:1 of +msgid "Simple field" msgstr "" #: aiogram.types.callback_query.CallbackQuery.answer:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.answer_callback_query.AnswerCallbackQuery` will " -"automatically fill method attributes:" +"Use this method to send answers to callback queries sent from inline " +"keyboards. The answer will be displayed to the user as a notification at " +"the top of the chat screen or as an alert." msgstr "" #: aiogram.types.callback_query.CallbackQuery.answer:4 of -msgid ":code:`callback_query_id`" -msgstr "" - -#: aiogram.types.callback_query.CallbackQuery.answer:6 of -msgid "" -"Use this method to send answers to callback queries sent from `inline " -"keyboards `_. " -"The answer will be displayed to the user as a notification at the top of " -"the chat screen or as an alert. On success, :code:`True` is returned." -msgstr "" - -#: aiogram.types.callback_query.CallbackQuery.answer:8 of msgid "" "Alternatively, the user can be redirected to the specified Game URL. For " "this option to work, you must first create a game for your bot via " -"`@BotFather `_ and accept the terms. Otherwise, " -"you may use links like :code:`t.me/your_bot?start=XXXX` that open your " -"bot with a parameter." +"@Botfather and accept the terms. Otherwise, you may use links like " +"t.me/your_bot?start=XXXX that open your bot with a parameter." msgstr "" -#: aiogram.types.callback_query.CallbackQuery.answer:10 of +#: aiogram.types.callback_query.CallbackQuery.answer:8 of msgid "Source: https://core.telegram.org/bots/api#answercallbackquery" msgstr "" @@ -129,44 +80,42 @@ msgstr "" msgid "Parameters" msgstr "" -#: aiogram.types.callback_query.CallbackQuery.answer:12 of +#: aiogram.types.callback_query.CallbackQuery.answer:10 of msgid "" "Text of the notification. If not specified, nothing will be shown to the " "user, 0-200 characters" msgstr "" -#: aiogram.types.callback_query.CallbackQuery.answer:13 of +#: aiogram.types.callback_query.CallbackQuery.answer:12 of msgid "" -"If :code:`True`, an alert will be shown by the client instead of a " -"notification at the top of the chat screen. Defaults to *false*." -msgstr "" - -#: aiogram.types.callback_query.CallbackQuery.answer:14 of -msgid "" -"URL that will be opened by the user's client. If you have created a " -":class:`aiogram.types.game.Game` and accepted the conditions via " -"`@BotFather `_, specify the URL that opens your " -"game - note that this will only work if the query comes from a " -"`https://core.telegram.org/bots/api#inlinekeyboardbutton " -"`_ " -"*callback_game* button." +"If true, an alert will be shown by the client instead of a notification " +"at the top of the chat screen. Defaults to false." msgstr "" #: aiogram.types.callback_query.CallbackQuery.answer:15 of +msgid "URL that will be opened by the user's client." +msgstr "" + +#: aiogram.types.callback_query.CallbackQuery.answer:17 of msgid "" "The maximum amount of time in seconds that the result of the callback " -"query may be cached client-side. Telegram apps will support caching " -"starting in version 3.14. Defaults to 0." +"query may be cached client-side." msgstr "" #: aiogram.types.callback_query.CallbackQuery.answer of msgid "Returns" msgstr "" -#: aiogram.types.callback_query.CallbackQuery.answer:16 of -msgid "" -"instance of method " -":class:`aiogram.methods.answer_callback_query.AnswerCallbackQuery`" +#: aiogram.types.callback_query.CallbackQuery.answer:20 of +msgid "On success, True is returned." +msgstr "" + +#: aiogram.types.callback_query.CallbackQuery.answer of +msgid "Return type" +msgstr "" + +#: aiogram.types.callback_query.CallbackQuery.answer:21 of +msgid ":obj:`base.Boolean`" msgstr "" #~ msgid "" @@ -189,3 +138,148 @@ msgstr "" #~ msgid "Answer to callback query" #~ msgstr "" + +#~ msgid "" +#~ "This object represents an incoming " +#~ "callback query from a callback button" +#~ " in an `inline keyboard " +#~ "`_." +#~ " If the button that originated the" +#~ " query was attached to a message " +#~ "sent by the bot, the field " +#~ "*message* will be present. If the " +#~ "button was attached to a message " +#~ "sent via the bot (in `inline mode" +#~ " `_), " +#~ "the field *inline_message_id* will be " +#~ "present. Exactly one of the fields " +#~ "*data* or *game_short_name* will be " +#~ "present." +#~ msgstr "" + +#~ msgid "" +#~ "**NOTE:** After the user presses a " +#~ "callback button, Telegram clients will " +#~ "display a progress bar until you " +#~ "call " +#~ ":class:`aiogram.methods.answer_callback_query.AnswerCallbackQuery`." +#~ " It is, therefore, necessary to react" +#~ " by calling " +#~ ":class:`aiogram.methods.answer_callback_query.AnswerCallbackQuery` " +#~ "even if no notification to the " +#~ "user is needed (e.g., without specifying" +#~ " any of the optional parameters)." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#callbackquery" +#~ msgstr "" + +#~ msgid "Unique identifier for this query" +#~ msgstr "" + +#~ msgid "Sender" +#~ msgstr "" + +#~ msgid "" +#~ "Global identifier, uniquely corresponding to" +#~ " the chat to which the message " +#~ "with the callback button was sent. " +#~ "Useful for high scores in " +#~ ":class:`aiogram.methods.games.Games`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Message with the callback " +#~ "button that originated the query. Note" +#~ " that message content and message " +#~ "date will not be available if the" +#~ " message is too old" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Identifier of the message " +#~ "sent via the bot in inline mode," +#~ " that originated the query." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Data associated with the " +#~ "callback button. Be aware that the " +#~ "message originated the query can contain" +#~ " no callback buttons with this data." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Short name of a `Game " +#~ "`_ to be " +#~ "returned, serves as the unique " +#~ "identifier for the game" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.answer_callback_query.AnswerCallbackQuery` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid ":code:`callback_query_id`" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send answers to" +#~ " callback queries sent from `inline " +#~ "keyboards `_. The answer will be " +#~ "displayed to the user as a " +#~ "notification at the top of the " +#~ "chat screen or as an alert. On " +#~ "success, :code:`True` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "Alternatively, the user can be " +#~ "redirected to the specified Game URL." +#~ " For this option to work, you " +#~ "must first create a game for your" +#~ " bot via `@BotFather `_" +#~ " and accept the terms. Otherwise, you" +#~ " may use links like " +#~ ":code:`t.me/your_bot?start=XXXX` that open your " +#~ "bot with a parameter." +#~ msgstr "" + +#~ msgid "" +#~ "If :code:`True`, an alert will be " +#~ "shown by the client instead of a" +#~ " notification at the top of the " +#~ "chat screen. Defaults to *false*." +#~ msgstr "" + +#~ msgid "" +#~ "URL that will be opened by the " +#~ "user's client. If you have created " +#~ "a :class:`aiogram.types.game.Game` and accepted " +#~ "the conditions via `@BotFather " +#~ "`_, specify the URL " +#~ "that opens your game - note that" +#~ " this will only work if the " +#~ "query comes from a " +#~ "`https://core.telegram.org/bots/api#inlinekeyboardbutton " +#~ "`_ " +#~ "*callback_game* button." +#~ msgstr "" + +#~ msgid "" +#~ "The maximum amount of time in " +#~ "seconds that the result of the " +#~ "callback query may be cached client-" +#~ "side. Telegram apps will support caching" +#~ " starting in version 3.14. Defaults " +#~ "to 0." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.answer_callback_query.AnswerCallbackQuery`" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/chat.po b/docs/locale/en/LC_MESSAGES/api/types/chat.po index c0f95110..7b3054dc 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/chat.po +++ b/docs/locale/en/LC_MESSAGES/api/types/chat.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-07 23:01+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat.rst:3 msgid "Chat" @@ -26,1233 +26,1921 @@ msgid "This object represents a chat." msgstr "" #: aiogram.types.chat.Chat:3 of -msgid "Source: https://core.telegram.org/bots/api#chat" +msgid "https://core.telegram.org/bots/api#chat" msgstr "" -#: ../../docstring aiogram.types.chat.Chat.id:1 of +#: ../../docstring aiogram.types.chat.Chat.active_usernames:1 +#: aiogram.types.chat.Chat.all_members_are_administrators:1 +#: aiogram.types.chat.Chat.bio:1 aiogram.types.chat.Chat.can_set_sticker_set:1 +#: aiogram.types.chat.Chat.description:1 +#: aiogram.types.chat.Chat.emoji_status_custom_emoji_id:1 +#: aiogram.types.chat.Chat.first_name:1 +#: aiogram.types.chat.Chat.has_aggressive_anti_spam_enabled:1 +#: aiogram.types.chat.Chat.has_hidden_members:1 +#: aiogram.types.chat.Chat.has_private_forwards:1 +#: aiogram.types.chat.Chat.has_protected_content:1 +#: aiogram.types.chat.Chat.has_restricted_voice_and_video_messages:1 +#: aiogram.types.chat.Chat.id:1 aiogram.types.chat.Chat.invite_link:1 +#: aiogram.types.chat.Chat.is_forum:1 aiogram.types.chat.Chat.join_by_request:1 +#: aiogram.types.chat.Chat.join_to_send_messages:1 +#: aiogram.types.chat.Chat.last_name:1 aiogram.types.chat.Chat.linked_chat_id:1 +#: aiogram.types.chat.Chat.location:1 +#: aiogram.types.chat.Chat.message_auto_delete_time:1 +#: aiogram.types.chat.Chat.permissions:1 aiogram.types.chat.Chat.photo:1 +#: aiogram.types.chat.Chat.pinned_message:1 +#: aiogram.types.chat.Chat.slow_mode_delay:1 +#: aiogram.types.chat.Chat.sticker_set_name:1 aiogram.types.chat.Chat.title:1 +#: aiogram.types.chat.Chat.type:1 aiogram.types.chat.Chat.username:1 of +msgid "Simple field" +msgstr "" + +#: aiogram.types.chat.Chat.mention:1 of msgid "" -"Unique identifier for this chat. This number may have more than 32 " -"significant bits and some programming languages may have " -"difficulty/silent defects in interpreting it. But it has at most 52 " -"significant bits, so a signed 64-bit integer or double-precision float " -"type are safe for storing this identifier." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.type:1 of -msgid "Type of chat, can be either 'private', 'group', 'supergroup' or 'channel'" -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.title:1 of -msgid "*Optional*. Title, for supergroups, channels and group chats" -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.username:1 of -msgid "" -"*Optional*. Username, for private chats, supergroups and channels if " -"available" -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.first_name:1 of -msgid "*Optional*. First name of the other party in a private chat" -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.last_name:1 of -msgid "*Optional*. Last name of the other party in a private chat" -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.is_forum:1 of -msgid "" -"*Optional*. :code:`True`, if the supergroup chat is a forum (has `topics " -"`_ enabled)" -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.photo:1 of -msgid "" -"*Optional*. Chat photo. Returned only in " -":class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.active_usernames:1 of -msgid "" -"*Optional*. If non-empty, the list of all `active chat usernames " -"`_; for private chats, supergroups and channels. " -"Returned only in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.emoji_status_custom_emoji_id:1 of -msgid "" -"*Optional*. Custom emoji identifier of emoji status of the other party in" -" a private chat. Returned only in " -":class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.bio:1 of -msgid "" -"*Optional*. Bio of the other party in a private chat. Returned only in " -":class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.has_private_forwards:1 of -msgid "" -"*Optional*. :code:`True`, if privacy settings of the other party in the " -"private chat allows to use :code:`tg://user?id=` links only in " -"chats with the user. Returned only in " -":class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring -#: aiogram.types.chat.Chat.has_restricted_voice_and_video_messages:1 of -msgid "" -"*Optional*. :code:`True`, if the privacy settings of the other party " -"restrict sending voice and video note messages in the private chat. " -"Returned only in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.join_to_send_messages:1 of -msgid "" -"*Optional*. :code:`True`, if users need to join the supergroup before " -"they can send messages. Returned only in " -":class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.join_by_request:1 of -msgid "" -"*Optional*. :code:`True`, if all users directly joining the supergroup " -"need to be approved by supergroup administrators. Returned only in " -":class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.description:1 of -msgid "" -"*Optional*. Description, for groups, supergroups and channel chats. " -"Returned only in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.invite_link:1 of -msgid "" -"*Optional*. Primary invite link, for groups, supergroups and channel " -"chats. Returned only in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.pinned_message:1 of -msgid "" -"*Optional*. The most recent pinned message (by sending date). Returned " -"only in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.permissions:1 of -msgid "" -"*Optional*. Default chat member permissions, for groups and supergroups. " -"Returned only in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.slow_mode_delay:1 of -msgid "" -"*Optional*. For supergroups, the minimum allowed delay between " -"consecutive messages sent by each unpriviledged user; in seconds. " -"Returned only in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.message_auto_delete_time:1 of -msgid "" -"*Optional*. The time after which all messages sent to the chat will be " -"automatically deleted; in seconds. Returned only in " -":class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.has_aggressive_anti_spam_enabled:1 -#: of -msgid "" -"*Optional*. :code:`True`, if aggressive anti-spam checks are enabled in " -"the supergroup. The field is only available to chat administrators. " -"Returned only in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.has_hidden_members:1 of -msgid "" -"*Optional*. :code:`True`, if non-administrators can only get the list of " -"bots and administrators in the chat. Returned only in " -":class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.has_protected_content:1 of -msgid "" -"*Optional*. :code:`True`, if messages from the chat can't be forwarded to" -" other chats. Returned only in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.sticker_set_name:1 of -msgid "" -"*Optional*. For supergroups, name of group sticker set. Returned only in " -":class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.can_set_sticker_set:1 of -msgid "" -"*Optional*. :code:`True`, if the bot can change the group sticker set. " -"Returned only in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.linked_chat_id:1 of -msgid "" -"*Optional*. Unique identifier for the linked chat, i.e. the discussion " -"group identifier for a channel and vice versa; for supergroups and " -"channel chats. This identifier may be greater than 32 bits and some " -"programming languages may have difficulty/silent defects in interpreting " -"it. But it is smaller than 52 bits, so a signed 64 bit integer or double-" -"precision float type are safe for storing this identifier. Returned only " -"in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.location:1 of -msgid "" -"*Optional*. For supergroups, the location to which the supergroup is " -"connected. Returned only in :class:`aiogram.methods.get_chat.GetChat`." +"Get mention if a Chat has a username, or get full name if this is a " +"Private Chat, otherwise None is returned" msgstr "" #: aiogram.types.chat.Chat.shifted_id:1 of +msgid "Get shifted id of chat, e.g. for private links" +msgstr "" + +#: aiogram.types.chat.Chat.shifted_id:3 of +msgid "For example: -1001122334455 -> 1122334455" +msgstr "" + +#: aiogram.types.chat.Chat.get_url:1 of msgid "" -"Returns shifted chat ID (positive and without \"-100\" prefix). Mostly " -"used for private links like t.me/c/chat_id/message_id" +"Use this method to get chat link. Private chat returns user link. Other " +"chat types return either username link (if they are public) or invite " +"link (if they are private). :return: link :rtype: :obj:`base.String`" msgstr "" -#: aiogram.types.chat.Chat.shifted_id:4 of -msgid "" -"Currently supergroup/channel IDs have 10-digit ID after \"-100\" prefix " -"removed. However, these IDs might become 11-digit in future. So, first we" -" remove \"-100\" prefix and count remaining number length. Then we " -"multiple -1 * 10 ^ (number_length + 2) Finally, self.id is substracted " -"from that number" +#: aiogram.types.chat.Chat.update_chat:1 of +msgid "Use this method to update Chat data" msgstr "" -#: aiogram.types.chat.Chat.full_name:1 of -msgid "Get full name of the Chat." -msgstr "" - -#: aiogram.types.chat.Chat.full_name:3 of -msgid "" -"For private chat it is first_name + last_name. For other chat types it is" -" title." -msgstr "" - -#: aiogram.types.chat.Chat.ban_sender_chat:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.ban_chat_sender_chat.BanChatSenderChat` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.ban:4 aiogram.types.chat.Chat.ban_sender_chat:4 -#: aiogram.types.chat.Chat.create_invite_link:4 -#: aiogram.types.chat.Chat.delete_message:4 -#: aiogram.types.chat.Chat.delete_photo:4 -#: aiogram.types.chat.Chat.delete_sticker_set:4 aiogram.types.chat.Chat.do:4 -#: aiogram.types.chat.Chat.edit_invite_link:4 -#: aiogram.types.chat.Chat.export_invite_link:4 -#: aiogram.types.chat.Chat.get_administrators:4 -#: aiogram.types.chat.Chat.get_member:4 -#: aiogram.types.chat.Chat.get_member_count:4 aiogram.types.chat.Chat.leave:4 -#: aiogram.types.chat.Chat.pin_message:4 aiogram.types.chat.Chat.promote:4 -#: aiogram.types.chat.Chat.restrict:4 -#: aiogram.types.chat.Chat.revoke_invite_link:4 -#: aiogram.types.chat.Chat.set_administrator_custom_title:4 -#: aiogram.types.chat.Chat.set_description:4 -#: aiogram.types.chat.Chat.set_permissions:4 -#: aiogram.types.chat.Chat.set_photo:4 -#: aiogram.types.chat.Chat.set_sticker_set:4 -#: aiogram.types.chat.Chat.set_title:4 aiogram.types.chat.Chat.unban:4 -#: aiogram.types.chat.Chat.unban_sender_chat:4 -#: aiogram.types.chat.Chat.unpin_all_messages:4 -#: aiogram.types.chat.Chat.unpin_message:4 of -msgid ":code:`chat_id`" -msgstr "" - -#: aiogram.types.chat.Chat.ban_sender_chat:6 of -msgid "" -"Use this method to ban a channel chat in a supergroup or a channel. Until" -" the chat is `unbanned " -"`_, the owner of " -"the banned chat won't be able to send messages on behalf of **any of " -"their channels**. The bot must be an administrator in the supergroup or " -"channel for this to work and must have the appropriate administrator " -"rights. Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.chat.Chat.ban_sender_chat:8 of -msgid "Source: https://core.telegram.org/bots/api#banchatsenderchat" -msgstr "" - -#: aiogram.types.chat.Chat.ban aiogram.types.chat.Chat.ban_sender_chat -#: aiogram.types.chat.Chat.create_invite_link -#: aiogram.types.chat.Chat.delete_message aiogram.types.chat.Chat.do -#: aiogram.types.chat.Chat.edit_invite_link aiogram.types.chat.Chat.get_member -#: aiogram.types.chat.Chat.pin_message aiogram.types.chat.Chat.promote -#: aiogram.types.chat.Chat.restrict aiogram.types.chat.Chat.revoke_invite_link -#: aiogram.types.chat.Chat.set_administrator_custom_title -#: aiogram.types.chat.Chat.set_description -#: aiogram.types.chat.Chat.set_permissions aiogram.types.chat.Chat.set_photo -#: aiogram.types.chat.Chat.set_sticker_set aiogram.types.chat.Chat.set_title -#: aiogram.types.chat.Chat.unban aiogram.types.chat.Chat.unban_sender_chat -#: aiogram.types.chat.Chat.unpin_message of -msgid "Parameters" -msgstr "" - -#: aiogram.types.chat.Chat.ban_sender_chat:10 -#: aiogram.types.chat.Chat.unban_sender_chat:10 of -msgid "Unique identifier of the target sender chat" -msgstr "" - -#: aiogram.types.chat.Chat.ban aiogram.types.chat.Chat.ban_sender_chat -#: aiogram.types.chat.Chat.create_invite_link -#: aiogram.types.chat.Chat.delete_message aiogram.types.chat.Chat.delete_photo +#: aiogram.types.chat.Chat.delete_photo #: aiogram.types.chat.Chat.delete_sticker_set aiogram.types.chat.Chat.do -#: aiogram.types.chat.Chat.edit_invite_link #: aiogram.types.chat.Chat.export_invite_link #: aiogram.types.chat.Chat.get_administrators #: aiogram.types.chat.Chat.get_member aiogram.types.chat.Chat.get_member_count -#: aiogram.types.chat.Chat.leave aiogram.types.chat.Chat.pin_message -#: aiogram.types.chat.Chat.promote aiogram.types.chat.Chat.restrict -#: aiogram.types.chat.Chat.revoke_invite_link +#: aiogram.types.chat.Chat.kick aiogram.types.chat.Chat.leave +#: aiogram.types.chat.Chat.pin_message aiogram.types.chat.Chat.promote +#: aiogram.types.chat.Chat.restrict #: aiogram.types.chat.Chat.set_administrator_custom_title #: aiogram.types.chat.Chat.set_description #: aiogram.types.chat.Chat.set_permissions aiogram.types.chat.Chat.set_photo #: aiogram.types.chat.Chat.set_sticker_set aiogram.types.chat.Chat.set_title -#: aiogram.types.chat.Chat.unban aiogram.types.chat.Chat.unban_sender_chat -#: aiogram.types.chat.Chat.unpin_all_messages -#: aiogram.types.chat.Chat.unpin_message of +#: aiogram.types.chat.Chat.unban aiogram.types.chat.Chat.unpin_all_messages +#: aiogram.types.chat.Chat.unpin_message aiogram.types.chat.Chat.update_chat +#: aiogram.types.chat.ChatActions.calc_timeout +#: aiogram.types.chat.ChatActions.choose_sticker +#: aiogram.types.chat.ChatActions.find_location +#: aiogram.types.chat.ChatActions.record_audio +#: aiogram.types.chat.ChatActions.record_video +#: aiogram.types.chat.ChatActions.record_video_note +#: aiogram.types.chat.ChatActions.record_voice +#: aiogram.types.chat.ChatActions.typing +#: aiogram.types.chat.ChatActions.upload_audio +#: aiogram.types.chat.ChatActions.upload_document +#: aiogram.types.chat.ChatActions.upload_photo +#: aiogram.types.chat.ChatActions.upload_video +#: aiogram.types.chat.ChatActions.upload_video_note +#: aiogram.types.chat.ChatActions.upload_voice +#: aiogram.types.chat.ChatType.is_channel aiogram.types.chat.ChatType.is_group +#: aiogram.types.chat.ChatType.is_group_or_super_group +#: aiogram.types.chat.ChatType.is_private +#: aiogram.types.chat.ChatType.is_super_group of msgid "Returns" msgstr "" -#: aiogram.types.chat.Chat.ban_sender_chat:11 of +#: aiogram.types.chat.Chat.update_chat:3 of +msgid "None" +msgstr "" + +#: aiogram.types.chat.Chat.set_photo:1 of msgid "" -"instance of method " -":class:`aiogram.methods.ban_chat_sender_chat.BanChatSenderChat`" +"Use this method to set a new profile photo for the chat. Photos can't be " +"changed for private chats. The bot must be an administrator in the chat " +"for this to work and must have the appropriate admin rights." msgstr "" -#: aiogram.types.chat.Chat.unban_sender_chat:1 of +#: aiogram.types.chat.Chat.delete_photo:4 aiogram.types.chat.Chat.set_photo:4 +#: aiogram.types.chat.Chat.set_title:4 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.unban_chat_sender_chat.UnbanChatSenderChat` will " -"automatically fill method attributes:" +"Note: In regular groups (non-supergroups), this method will only work if " +"the ‘All Members Are Admins’ setting is off in the target group." msgstr "" -#: aiogram.types.chat.Chat.unban_sender_chat:6 of +#: aiogram.types.chat.Chat.set_photo:7 of +msgid "Source: https://core.telegram.org/bots/api#setchatphoto" +msgstr "" + +#: aiogram.types.chat.Chat.do aiogram.types.chat.Chat.get_member +#: aiogram.types.chat.Chat.kick aiogram.types.chat.Chat.pin_message +#: aiogram.types.chat.Chat.promote aiogram.types.chat.Chat.restrict +#: aiogram.types.chat.Chat.set_administrator_custom_title +#: aiogram.types.chat.Chat.set_description +#: aiogram.types.chat.Chat.set_permissions aiogram.types.chat.Chat.set_photo +#: aiogram.types.chat.Chat.set_sticker_set aiogram.types.chat.Chat.set_title +#: aiogram.types.chat.Chat.unban aiogram.types.chat.Chat.unpin_message +#: aiogram.types.chat.ChatActions.calc_timeout +#: aiogram.types.chat.ChatActions.choose_sticker +#: aiogram.types.chat.ChatActions.find_location +#: aiogram.types.chat.ChatActions.record_audio +#: aiogram.types.chat.ChatActions.record_video +#: aiogram.types.chat.ChatActions.record_video_note +#: aiogram.types.chat.ChatActions.record_voice +#: aiogram.types.chat.ChatActions.typing +#: aiogram.types.chat.ChatActions.upload_audio +#: aiogram.types.chat.ChatActions.upload_document +#: aiogram.types.chat.ChatActions.upload_photo +#: aiogram.types.chat.ChatActions.upload_video +#: aiogram.types.chat.ChatActions.upload_video_note +#: aiogram.types.chat.ChatActions.upload_voice +#: aiogram.types.chat.ChatType.is_channel aiogram.types.chat.ChatType.is_group +#: aiogram.types.chat.ChatType.is_group_or_super_group +#: aiogram.types.chat.ChatType.is_private +#: aiogram.types.chat.ChatType.is_super_group of +msgid "Parameters" +msgstr "" + +#: aiogram.types.chat.Chat.set_photo:9 of +msgid "New chat photo, uploaded using multipart/form-data" +msgstr "" + +#: aiogram.types.chat.Chat.delete_photo:9 aiogram.types.chat.Chat.do:14 +#: aiogram.types.chat.Chat.leave:5 aiogram.types.chat.Chat.promote:39 +#: aiogram.types.chat.Chat.restrict:24 +#: aiogram.types.chat.Chat.set_administrator_custom_title:3 +#: aiogram.types.chat.Chat.set_description:8 +#: aiogram.types.chat.Chat.set_permissions:5 +#: aiogram.types.chat.Chat.set_photo:11 aiogram.types.chat.Chat.set_title:11 +#: aiogram.types.chat.Chat.unban:17 of +msgid "Returns True on success." +msgstr "" + +#: aiogram.types.chat.Chat.delete_photo +#: aiogram.types.chat.Chat.delete_sticker_set aiogram.types.chat.Chat.do +#: aiogram.types.chat.Chat.export_invite_link +#: aiogram.types.chat.Chat.get_administrators +#: aiogram.types.chat.Chat.get_member aiogram.types.chat.Chat.get_member_count +#: aiogram.types.chat.Chat.kick aiogram.types.chat.Chat.leave +#: aiogram.types.chat.Chat.pin_message aiogram.types.chat.Chat.promote +#: aiogram.types.chat.Chat.restrict aiogram.types.chat.Chat.set_description +#: aiogram.types.chat.Chat.set_photo aiogram.types.chat.Chat.set_sticker_set +#: aiogram.types.chat.Chat.set_title aiogram.types.chat.Chat.unban +#: aiogram.types.chat.Chat.unpin_all_messages +#: aiogram.types.chat.Chat.unpin_message of +msgid "Return type" +msgstr "" + +#: aiogram.types.chat.Chat.delete_photo:10 +#: aiogram.types.chat.Chat.delete_sticker_set:10 aiogram.types.chat.Chat.do:15 +#: aiogram.types.chat.Chat.kick:27 aiogram.types.chat.Chat.leave:6 +#: aiogram.types.chat.Chat.pin_message:17 aiogram.types.chat.Chat.promote:40 +#: aiogram.types.chat.Chat.restrict:25 +#: aiogram.types.chat.Chat.set_description:9 +#: aiogram.types.chat.Chat.set_photo:12 +#: aiogram.types.chat.Chat.set_sticker_set:12 +#: aiogram.types.chat.Chat.set_title:12 aiogram.types.chat.Chat.unban:18 +#: aiogram.types.chat.Chat.unpin_all_messages:9 +#: aiogram.types.chat.Chat.unpin_message:14 of +msgid ":obj:`base.Boolean`" +msgstr "" + +#: aiogram.types.chat.Chat.delete_photo:1 of msgid "" -"Use this method to unban a previously banned channel chat in a supergroup" -" or channel. The bot must be an administrator for this to work and must " -"have the appropriate administrator rights. Returns :code:`True` on " -"success." +"Use this method to delete a chat photo. Photos can't be changed for " +"private chats. The bot must be an administrator in the chat for this to " +"work and must have the appropriate admin rights." msgstr "" -#: aiogram.types.chat.Chat.unban_sender_chat:8 of -msgid "Source: https://core.telegram.org/bots/api#unbanchatsenderchat" +#: aiogram.types.chat.Chat.delete_photo:7 of +msgid "Source: https://core.telegram.org/bots/api#deletechatphoto" msgstr "" -#: aiogram.types.chat.Chat.unban_sender_chat:11 of +#: aiogram.types.chat.Chat.set_title:1 of msgid "" -"instance of method " -":class:`aiogram.methods.unban_chat_sender_chat.UnbanChatSenderChat`" +"Use this method to change the title of a chat. Titles can't be changed " +"for private chats. The bot must be an administrator in the chat for this " +"to work and must have the appropriate admin rights." msgstr "" -#: aiogram.types.chat.Chat.get_administrators:1 of +#: aiogram.types.chat.Chat.set_title:7 of +msgid "Source: https://core.telegram.org/bots/api#setchattitle" +msgstr "" + +#: aiogram.types.chat.Chat.set_title:9 of +msgid "New chat title, 1-255 characters" +msgstr "" + +#: aiogram.types.chat.Chat.set_description:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.get_chat_administrators.GetChatAdministrators` " -"will automatically fill method attributes:" +"Use this method to change the description of a supergroup or a channel. " +"The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights." msgstr "" -#: aiogram.types.chat.Chat.get_administrators:6 of +#: aiogram.types.chat.Chat.set_description:4 of +msgid "Source: https://core.telegram.org/bots/api#setchatdescription" +msgstr "" + +#: aiogram.types.chat.Chat.set_description:6 of +msgid "New chat description, 0-255 characters" +msgstr "" + +#: aiogram.types.chat.Chat.kick:1 of msgid "" -"Use this method to get a list of administrators in a chat, which aren't " -"bots. Returns an Array of :class:`aiogram.types.chat_member.ChatMember` " -"objects." +"Use this method to kick a user from a group, a supergroup or a channel. " +"In the case of supergroups and channels, the user will not be able to " +"return to the chat on their own using invite links, etc., unless unbanned" +" first." msgstr "" -#: aiogram.types.chat.Chat.get_administrators:8 of -msgid "Source: https://core.telegram.org/bots/api#getchatadministrators" -msgstr "" - -#: aiogram.types.chat.Chat.get_administrators:10 of +#: aiogram.types.chat.Chat.kick:5 of msgid "" -"instance of method " -":class:`aiogram.methods.get_chat_administrators.GetChatAdministrators`" +"The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights." msgstr "" -#: aiogram.types.chat.Chat.delete_message:1 of -msgid "" -"Shortcut for method :class:`aiogram.methods.delete_message.DeleteMessage`" -" will automatically fill method attributes:" +#: aiogram.types.chat.Chat.kick:8 of +msgid "Source: https://core.telegram.org/bots/api#kickchatmember" msgstr "" -#: aiogram.types.chat.Chat.delete_message:6 of -msgid "" -"Use this method to delete a message, including service messages, with the" -" following limitations:" -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:8 of -msgid "A message can only be deleted if it was sent less than 48 hours ago." -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:10 of -msgid "" -"Service messages about a supergroup, channel, or forum topic creation " -"can't be deleted." -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:12 of -msgid "" -"A dice message in a private chat can only be deleted if it was sent more " -"than 24 hours ago." -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:14 of -msgid "" -"Bots can delete outgoing messages in private chats, groups, and " -"supergroups." -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:16 of -msgid "Bots can delete incoming messages in private chats." -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:18 of -msgid "" -"Bots granted *can_post_messages* permissions can delete outgoing messages" -" in channels." -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:20 of -msgid "" -"If the bot is an administrator of a group, it can delete any message " -"there." -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:22 of -msgid "" -"If the bot has *can_delete_messages* permission in a supergroup or a " -"channel, it can delete any message there." -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:24 of -msgid "Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:26 of -msgid "Source: https://core.telegram.org/bots/api#deletemessage" -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:28 of -msgid "Identifier of the message to delete" -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:29 of -msgid "instance of method :class:`aiogram.methods.delete_message.DeleteMessage`" -msgstr "" - -#: aiogram.types.chat.Chat.revoke_invite_link:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink` " -"will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.revoke_invite_link:6 of -msgid "" -"Use this method to revoke an invite link created by the bot. If the " -"primary link is revoked, a new link is automatically generated. The bot " -"must be an administrator in the chat for this to work and must have the " -"appropriate administrator rights. Returns the revoked invite link as " -":class:`aiogram.types.chat_invite_link.ChatInviteLink` object." -msgstr "" - -#: aiogram.types.chat.Chat.revoke_invite_link:8 of -msgid "Source: https://core.telegram.org/bots/api#revokechatinvitelink" -msgstr "" - -#: aiogram.types.chat.Chat.revoke_invite_link:10 of -msgid "The invite link to revoke" -msgstr "" - -#: aiogram.types.chat.Chat.revoke_invite_link:11 of -msgid "" -"instance of method " -":class:`aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink`" -msgstr "" - -#: aiogram.types.chat.Chat.edit_invite_link:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.edit_chat_invite_link.EditChatInviteLink` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.edit_invite_link:6 of -msgid "" -"Use this method to edit a non-primary invite link created by the bot. The" -" bot must be an administrator in the chat for this to work and must have " -"the appropriate administrator rights. Returns the edited invite link as a" -" :class:`aiogram.types.chat_invite_link.ChatInviteLink` object." -msgstr "" - -#: aiogram.types.chat.Chat.edit_invite_link:8 of -msgid "Source: https://core.telegram.org/bots/api#editchatinvitelink" -msgstr "" - -#: aiogram.types.chat.Chat.edit_invite_link:10 of -msgid "The invite link to edit" -msgstr "" - -#: aiogram.types.chat.Chat.create_invite_link:10 -#: aiogram.types.chat.Chat.edit_invite_link:11 of -msgid "Invite link name; 0-32 characters" -msgstr "" - -#: aiogram.types.chat.Chat.create_invite_link:11 -#: aiogram.types.chat.Chat.edit_invite_link:12 of -msgid "Point in time (Unix timestamp) when the link will expire" -msgstr "" - -#: aiogram.types.chat.Chat.create_invite_link:12 -#: aiogram.types.chat.Chat.edit_invite_link:13 of -msgid "" -"The maximum number of users that can be members of the chat " -"simultaneously after joining the chat via this invite link; 1-99999" -msgstr "" - -#: aiogram.types.chat.Chat.create_invite_link:13 -#: aiogram.types.chat.Chat.edit_invite_link:14 of -msgid "" -":code:`True`, if users joining the chat via the link need to be approved " -"by chat administrators. If :code:`True`, *member_limit* can't be " -"specified" -msgstr "" - -#: aiogram.types.chat.Chat.edit_invite_link:15 of -msgid "" -"instance of method " -":class:`aiogram.methods.edit_chat_invite_link.EditChatInviteLink`" -msgstr "" - -#: aiogram.types.chat.Chat.create_invite_link:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.create_chat_invite_link.CreateChatInviteLink` " -"will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.create_invite_link:6 of -msgid "" -"Use this method to create an additional invite link for a chat. The bot " -"must be an administrator in the chat for this to work and must have the " -"appropriate administrator rights. The link can be revoked using the " -"method " -":class:`aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink`. " -"Returns the new invite link as " -":class:`aiogram.types.chat_invite_link.ChatInviteLink` object." -msgstr "" - -#: aiogram.types.chat.Chat.create_invite_link:8 of -msgid "Source: https://core.telegram.org/bots/api#createchatinvitelink" -msgstr "" - -#: aiogram.types.chat.Chat.create_invite_link:14 of -msgid "" -"instance of method " -":class:`aiogram.methods.create_chat_invite_link.CreateChatInviteLink`" -msgstr "" - -#: aiogram.types.chat.Chat.export_invite_link:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink` " -"will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.export_invite_link:6 of -msgid "" -"Use this method to generate a new primary invite link for a chat; any " -"previously generated primary link is revoked. The bot must be an " -"administrator in the chat for this to work and must have the appropriate " -"administrator rights. Returns the new invite link as *String* on success." -msgstr "" - -#: aiogram.types.chat.Chat.export_invite_link:8 of -msgid "" -"Note: Each administrator in a chat generates their own invite links. Bots" -" can't use invite links generated by other administrators. If you want " -"your bot to work with invite links, it will need to generate its own link" -" using " -":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink` or " -"by calling the :class:`aiogram.methods.get_chat.GetChat` method. If your " -"bot needs to generate a new primary invite link replacing its previous " -"one, use " -":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink` " -"again." -msgstr "" - -#: aiogram.types.chat.Chat.export_invite_link:10 of -msgid "Source: https://core.telegram.org/bots/api#exportchatinvitelink" -msgstr "" - -#: aiogram.types.chat.Chat.export_invite_link:12 of -msgid "" -"instance of method " -":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink`" -msgstr "" - -#: aiogram.types.chat.Chat.do:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.send_chat_action.SendChatAction` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.do:6 of -msgid "" -"Use this method when you need to tell the user that something is " -"happening on the bot's side. The status is set for 5 seconds or less " -"(when a message arrives from your bot, Telegram clients clear its typing " -"status). Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.chat.Chat.do:8 of -msgid "" -"Example: The `ImageBot `_ needs some time to " -"process a request and upload the image. Instead of sending a text message" -" along the lines of 'Retrieving image, please wait…', the bot may use " -":class:`aiogram.methods.send_chat_action.SendChatAction` with *action* = " -"*upload_photo*. The user will see a 'sending photo' status for the bot." -msgstr "" - -#: aiogram.types.chat.Chat.do:10 of -msgid "" -"We only recommend using this method when a response from the bot will " -"take a **noticeable** amount of time to arrive." -msgstr "" - -#: aiogram.types.chat.Chat.do:12 of -msgid "Source: https://core.telegram.org/bots/api#sendchataction" -msgstr "" - -#: aiogram.types.chat.Chat.do:14 of -msgid "" -"Type of action to broadcast. Choose one, depending on what the user is " -"about to receive: *typing* for `text messages " -"`_, *upload_photo* for " -"`photos `_, *record_video* " -"or *upload_video* for `videos " -"`_, *record_voice* or " -"*upload_voice* for `voice notes " -"`_, *upload_document* for " -"`general files `_, " -"*choose_sticker* for `stickers " -"`_, *find_location* for " -"`location data `_, " -"*record_video_note* or *upload_video_note* for `video notes " -"`_." -msgstr "" - -#: aiogram.types.chat.Chat.do:15 of -msgid "Unique identifier for the target message thread; supergroups only" -msgstr "" - -#: aiogram.types.chat.Chat.do:16 of -msgid "" -"instance of method " -":class:`aiogram.methods.send_chat_action.SendChatAction`" -msgstr "" - -#: aiogram.types.chat.Chat.delete_sticker_set:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.delete_chat_sticker_set.DeleteChatStickerSet` " -"will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.delete_sticker_set:6 of -msgid "" -"Use this method to delete a group sticker set from a supergroup. The bot " -"must be an administrator in the chat for this to work and must have the " -"appropriate administrator rights. Use the field *can_set_sticker_set* " -"optionally returned in :class:`aiogram.methods.get_chat.GetChat` requests" -" to check if the bot can use this method. Returns :code:`True` on " -"success." -msgstr "" - -#: aiogram.types.chat.Chat.delete_sticker_set:8 of -msgid "Source: https://core.telegram.org/bots/api#deletechatstickerset" -msgstr "" - -#: aiogram.types.chat.Chat.delete_sticker_set:10 of -msgid "" -"instance of method " -":class:`aiogram.methods.delete_chat_sticker_set.DeleteChatStickerSet`" -msgstr "" - -#: aiogram.types.chat.Chat.set_sticker_set:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.set_chat_sticker_set.SetChatStickerSet` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.set_sticker_set:6 of -msgid "" -"Use this method to set a new group sticker set for a supergroup. The bot " -"must be an administrator in the chat for this to work and must have the " -"appropriate administrator rights. Use the field *can_set_sticker_set* " -"optionally returned in :class:`aiogram.methods.get_chat.GetChat` requests" -" to check if the bot can use this method. Returns :code:`True` on " -"success." -msgstr "" - -#: aiogram.types.chat.Chat.set_sticker_set:8 of -msgid "Source: https://core.telegram.org/bots/api#setchatstickerset" -msgstr "" - -#: aiogram.types.chat.Chat.set_sticker_set:10 of -msgid "Name of the sticker set to be set as the group sticker set" -msgstr "" - -#: aiogram.types.chat.Chat.set_sticker_set:11 of -msgid "" -"instance of method " -":class:`aiogram.methods.set_chat_sticker_set.SetChatStickerSet`" -msgstr "" - -#: aiogram.types.chat.Chat.get_member:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.get_chat_member.GetChatMember` will automatically" -" fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.get_member:6 of -msgid "" -"Use this method to get information about a member of a chat. The method " -"is guaranteed to work for other users, only if the bot is an " -"administrator in the chat. Returns a " -":class:`aiogram.types.chat_member.ChatMember` object on success." -msgstr "" - -#: aiogram.types.chat.Chat.get_member:8 of -msgid "Source: https://core.telegram.org/bots/api#getchatmember" -msgstr "" - -#: aiogram.types.chat.Chat.ban:10 aiogram.types.chat.Chat.get_member:10 -#: aiogram.types.chat.Chat.promote:10 aiogram.types.chat.Chat.restrict:10 -#: aiogram.types.chat.Chat.set_administrator_custom_title:10 -#: aiogram.types.chat.Chat.unban:10 of +#: aiogram.types.chat.Chat.get_member:5 aiogram.types.chat.Chat.kick:10 +#: aiogram.types.chat.Chat.promote:7 aiogram.types.chat.Chat.restrict:7 +#: aiogram.types.chat.Chat.set_administrator_custom_title:7 +#: aiogram.types.chat.Chat.unban:11 of msgid "Unique identifier of the target user" msgstr "" -#: aiogram.types.chat.Chat.get_member:11 of -msgid "instance of method :class:`aiogram.methods.get_chat_member.GetChatMember`" -msgstr "" - -#: aiogram.types.chat.Chat.get_member_count:1 of +#: aiogram.types.chat.Chat.kick:13 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.get_chat_member_count.GetChatMemberCount` will " -"automatically fill method attributes:" +"Date when the user will be unbanned. If user is banned for more than 366 " +"days or less than 30 seconds from the current time they are considered to" +" be banned forever. Applied for supergroups and channels only." msgstr "" -#: aiogram.types.chat.Chat.get_member_count:6 of +#: aiogram.types.chat.Chat.kick:20 of msgid "" -"Use this method to get the number of members in a chat. Returns *Int* on " -"success." +"Pass True to delete all messages from the chat for the user that is being" +" removed. If False, the user will be able to see messages in the group " +"that were sent before the user was removed. Always True for supergroups " +"and channels." msgstr "" -#: aiogram.types.chat.Chat.get_member_count:8 of -msgid "Source: https://core.telegram.org/bots/api#getchatmembercount" +#: aiogram.types.chat.Chat.delete_sticker_set:9 aiogram.types.chat.Chat.kick:26 +#: aiogram.types.chat.Chat.pin_message:16 +#: aiogram.types.chat.Chat.set_sticker_set:11 +#: aiogram.types.chat.Chat.unpin_all_messages:8 +#: aiogram.types.chat.Chat.unpin_message:13 of +msgid "Returns True on success" msgstr "" -#: aiogram.types.chat.Chat.get_member_count:10 of +#: aiogram.types.chat.Chat.unban:1 of msgid "" -"instance of method " -":class:`aiogram.methods.get_chat_member_count.GetChatMemberCount`" +"Use this method to unban a previously kicked user in a supergroup or " +"channel. The user will not return to the group or channel automatically, " +"but will be able to join via link, etc. The bot must be an administrator " +"for this to work. By default, this method guarantees that after the call " +"the user is not a member of the chat, but will be able to join it. So if " +"the user is a member of the chat they will also be removed from the chat." +" If you don't want this, use the parameter only_if_banned. Returns True " +"on success." msgstr "" -#: aiogram.types.chat.Chat.leave:1 of +#: aiogram.types.chat.Chat.unban:9 of +msgid "Source: https://core.telegram.org/bots/api#unbanchatmember" +msgstr "" + +#: aiogram.types.chat.Chat.unban:14 of +msgid "Do nothing if the user is not banned" +msgstr "" + +#: aiogram.types.chat.Chat.restrict:1 of msgid "" -"Shortcut for method :class:`aiogram.methods.leave_chat.LeaveChat` will " -"automatically fill method attributes:" +"Use this method to restrict a user in a supergroup. The bot must be an " +"administrator in the supergroup for this to work and must have the " +"appropriate admin rights. Pass True for all boolean parameters to lift " +"restrictions from a user." msgstr "" -#: aiogram.types.chat.Chat.leave:6 of +#: aiogram.types.chat.Chat.restrict:5 of +msgid "Source: https://core.telegram.org/bots/api#restrictchatmember" +msgstr "" + +#: aiogram.types.chat.Chat.restrict:9 of +msgid "New user permissions" +msgstr "" + +#: aiogram.types.chat.Chat.restrict:11 of +msgid "Date when restrictions will be lifted for the user, unix time." +msgstr "" + +#: aiogram.types.chat.Chat.restrict:13 of msgid "" -"Use this method for your bot to leave a group, supergroup or channel. " -"Returns :code:`True` on success." +"Pass True, if the user can send text messages, contacts, locations and " +"venues" msgstr "" -#: aiogram.types.chat.Chat.leave:8 of -msgid "Source: https://core.telegram.org/bots/api#leavechat" -msgstr "" - -#: aiogram.types.chat.Chat.leave:10 of -msgid "instance of method :class:`aiogram.methods.leave_chat.LeaveChat`" -msgstr "" - -#: aiogram.types.chat.Chat.unpin_all_messages:1 of +#: aiogram.types.chat.Chat.restrict:15 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.unpin_all_chat_messages.UnpinAllChatMessages` " -"will automatically fill method attributes:" +"Pass True, if the user can send audios, documents, photos, videos, video " +"notes and voice notes, implies can_send_messages" msgstr "" -#: aiogram.types.chat.Chat.unpin_all_messages:6 of +#: aiogram.types.chat.Chat.restrict:18 of msgid "" -"Use this method to clear the list of pinned messages in a chat. If the " -"chat is not a private chat, the bot must be an administrator in the chat " -"for this to work and must have the 'can_pin_messages' administrator right" -" in a supergroup or 'can_edit_messages' administrator right in a channel." -" Returns :code:`True` on success." +"Pass True, if the user can send animations, games, stickers and use " +"inline bots, implies can_send_media_messages" msgstr "" -#: aiogram.types.chat.Chat.unpin_all_messages:8 of -msgid "Source: https://core.telegram.org/bots/api#unpinallchatmessages" -msgstr "" - -#: aiogram.types.chat.Chat.unpin_all_messages:10 of +#: aiogram.types.chat.Chat.restrict:21 of msgid "" -"instance of method " -":class:`aiogram.methods.unpin_all_chat_messages.UnpinAllChatMessages`" +"Pass True, if the user may add web page previews to their messages, " +"implies can_send_media_messages" msgstr "" -#: aiogram.types.chat.Chat.unpin_message:1 of +#: aiogram.types.chat.Chat.promote:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.unpin_chat_message.UnpinChatMessage` will " -"automatically fill method attributes:" +"Use this method to promote or demote a user in a supergroup or a channel." +" The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights. Pass False for all boolean parameters " +"to demote a user." msgstr "" -#: aiogram.types.chat.Chat.unpin_message:6 of +#: aiogram.types.chat.Chat.promote:5 of +msgid "Source: https://core.telegram.org/bots/api#promotechatmember" +msgstr "" + +#: aiogram.types.chat.Chat.promote:10 of +msgid "Pass True, if the administrator's presence in the chat is hidden" +msgstr "" + +#: aiogram.types.chat.Chat.promote:13 of msgid "" -"Use this method to remove a message from the list of pinned messages in a" -" chat. If the chat is not a private chat, the bot must be an " -"administrator in the chat for this to work and must have the " -"'can_pin_messages' administrator right in a supergroup or " -"'can_edit_messages' administrator right in a channel. Returns " -":code:`True` on success." +"Pass True, if the administrator can change chat title, photo and other " +"settings" msgstr "" -#: aiogram.types.chat.Chat.unpin_message:8 of -msgid "Source: https://core.telegram.org/bots/api#unpinchatmessage" +#: aiogram.types.chat.Chat.promote:16 of +msgid "Pass True, if the administrator can create channel posts, channels only" msgstr "" -#: aiogram.types.chat.Chat.unpin_message:10 of +#: aiogram.types.chat.Chat.promote:19 of msgid "" -"Identifier of a message to unpin. If not specified, the most recent " -"pinned message (by sending date) will be unpinned." +"Pass True, if the administrator can edit messages of other users, " +"channels only" msgstr "" -#: aiogram.types.chat.Chat.unpin_message:11 of +#: aiogram.types.chat.Chat.promote:22 of +msgid "Pass True, if the administrator can delete messages of other users" +msgstr "" + +#: aiogram.types.chat.Chat.promote:25 of +msgid "Pass True, if the administrator can invite new users to the chat" +msgstr "" + +#: aiogram.types.chat.Chat.promote:28 of +msgid "Pass True, if the administrator can restrict, ban or unban chat members" +msgstr "" + +#: aiogram.types.chat.Chat.promote:31 of +msgid "Pass True, if the administrator can pin messages, supergroups only" +msgstr "" + +#: aiogram.types.chat.Chat.promote:34 of msgid "" -"instance of method " -":class:`aiogram.methods.unpin_chat_message.UnpinChatMessage`" +"Pass True, if the administrator can add new administrators with a subset " +"of his own privileges or demote administrators that he has promoted, " +"directly or indirectly (promoted by administrators that were appointed by" +" him)" msgstr "" -#: aiogram.types.chat.Chat.pin_message:1 of +#: aiogram.types.chat.Chat.set_permissions:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.pin_chat_message.PinChatMessage` will " -"automatically fill method attributes:" +"Use this method to set default chat permissions for all members. The bot " +"must be an administrator in the group or a supergroup for this to work " +"and must have the can_restrict_members admin rights." msgstr "" -#: aiogram.types.chat.Chat.pin_message:6 of -msgid "" -"Use this method to add a message to the list of pinned messages in a " -"chat. If the chat is not a private chat, the bot must be an administrator" -" in the chat for this to work and must have the 'can_pin_messages' " -"administrator right in a supergroup or 'can_edit_messages' administrator " -"right in a channel. Returns :code:`True` on success." +#: aiogram.types.chat.Chat.set_permissions:7 of +msgid "New default chat permissions" msgstr "" -#: aiogram.types.chat.Chat.pin_message:8 of -msgid "Source: https://core.telegram.org/bots/api#pinchatmessage" -msgstr "" - -#: aiogram.types.chat.Chat.pin_message:10 of -msgid "Identifier of a message to pin" -msgstr "" - -#: aiogram.types.chat.Chat.pin_message:11 of -msgid "" -"Pass :code:`True` if it is not necessary to send a notification to all " -"chat members about the new pinned message. Notifications are always " -"disabled in channels and private chats." -msgstr "" - -#: aiogram.types.chat.Chat.pin_message:12 of -msgid "" -"instance of method " -":class:`aiogram.methods.pin_chat_message.PinChatMessage`" +#: aiogram.types.chat.Chat.set_administrator_custom_title:9 +#: aiogram.types.chat.Chat.set_permissions:8 of +msgid "True on success." msgstr "" #: aiogram.types.chat.Chat.set_administrator_custom_title:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle`" -" will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.set_administrator_custom_title:6 of -msgid "" "Use this method to set a custom title for an administrator in a " -"supergroup promoted by the bot. Returns :code:`True` on success." +"supergroup promoted by the bot." msgstr "" -#: aiogram.types.chat.Chat.set_administrator_custom_title:8 of +#: aiogram.types.chat.Chat.set_administrator_custom_title:5 of msgid "Source: https://core.telegram.org/bots/api#setchatadministratorcustomtitle" msgstr "" -#: aiogram.types.chat.Chat.set_administrator_custom_title:11 of +#: aiogram.types.chat.Chat.set_administrator_custom_title:8 of msgid "" "New custom title for the administrator; 0-16 characters, emoji are not " "allowed" msgstr "" -#: aiogram.types.chat.Chat.set_administrator_custom_title:12 of +#: aiogram.types.chat.Chat.pin_message:1 of msgid "" -"instance of method " -":class:`aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle`" +"Use this method to add a message to the list of pinned messages in a " +"chat. If the chat is not a private chat, the bot must be an administrator" +" in the chat for this to work and must have the 'can_pin_messages' admin " +"right in a supergroup or 'can_edit_messages' admin right in a channel. " +"Returns True on success." msgstr "" -#: aiogram.types.chat.Chat.set_permissions:1 of +#: aiogram.types.chat.Chat.pin_message:7 of +msgid "Source: https://core.telegram.org/bots/api#pinchatmessage" +msgstr "" + +#: aiogram.types.chat.Chat.pin_message:9 of +msgid "Identifier of a message to pin" +msgstr "" + +#: aiogram.types.chat.Chat.pin_message:12 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.set_chat_permissions.SetChatPermissions` will " -"automatically fill method attributes:" +"Pass True, if it is not necessary to send a notification to all group " +"members about the new pinned message" msgstr "" -#: aiogram.types.chat.Chat.set_permissions:6 of +#: aiogram.types.chat.Chat.unpin_message:1 of msgid "" -"Use this method to set default chat permissions for all members. The bot " -"must be an administrator in the group or a supergroup for this to work " -"and must have the *can_restrict_members* administrator rights. Returns " -":code:`True` on success." +"Use this method to remove a message from the list of pinned messages in a" +" chat. If the chat is not a private chat, the bot must be an " +"administrator in the chat for this to work and must have the " +"'can_pin_messages' admin right in a supergroup or 'can_edit_messages' " +"admin right in a channel. Returns True on success." msgstr "" -#: aiogram.types.chat.Chat.set_permissions:8 of -msgid "Source: https://core.telegram.org/bots/api#setchatpermissions" +#: aiogram.types.chat.Chat.unpin_message:7 of +msgid "Source: https://core.telegram.org/bots/api#unpinchatmessage" msgstr "" -#: aiogram.types.chat.Chat.set_permissions:10 of -msgid "A JSON-serialized object for new default chat permissions" -msgstr "" - -#: aiogram.types.chat.Chat.set_permissions:11 of +#: aiogram.types.chat.Chat.unpin_message:9 of msgid "" -"instance of method " -":class:`aiogram.methods.set_chat_permissions.SetChatPermissions`" +"Identifier of a message to unpin. If not specified, the most recent " +"pinned message (by sending date) will be unpinned." msgstr "" -#: aiogram.types.chat.Chat.promote:1 of +#: aiogram.types.chat.Chat.unpin_all_messages:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.promote_chat_member.PromoteChatMember` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.promote:6 of -msgid "" -"Use this method to promote or demote a user in a supergroup or a channel." -" The bot must be an administrator in the chat for this to work and must " -"have the appropriate administrator rights. Pass :code:`False` for all " -"boolean parameters to demote a user. Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.chat.Chat.promote:8 of -msgid "Source: https://core.telegram.org/bots/api#promotechatmember" -msgstr "" - -#: aiogram.types.chat.Chat.promote:11 of -msgid "Pass :code:`True` if the administrator's presence in the chat is hidden" -msgstr "" - -#: aiogram.types.chat.Chat.promote:12 of -msgid "" -"Pass :code:`True` if the administrator can access the chat event log, " -"chat statistics, message statistics in channels, see channel members, see" -" anonymous administrators in supergroups and ignore slow mode. Implied by" -" any other administrator privilege" -msgstr "" - -#: aiogram.types.chat.Chat.promote:13 of -msgid "" -"Pass :code:`True` if the administrator can create channel posts, channels" -" only" -msgstr "" - -#: aiogram.types.chat.Chat.promote:14 of -msgid "" -"Pass :code:`True` if the administrator can edit messages of other users " -"and can pin messages, channels only" -msgstr "" - -#: aiogram.types.chat.Chat.promote:15 of -msgid "Pass :code:`True` if the administrator can delete messages of other users" -msgstr "" - -#: aiogram.types.chat.Chat.promote:16 of -msgid "Pass :code:`True` if the administrator can manage video chats" -msgstr "" - -#: aiogram.types.chat.Chat.promote:17 of -msgid "" -"Pass :code:`True` if the administrator can restrict, ban or unban chat " -"members" -msgstr "" - -#: aiogram.types.chat.Chat.promote:18 of -msgid "" -"Pass :code:`True` if the administrator can add new administrators with a " -"subset of their own privileges or demote administrators that he has " -"promoted, directly or indirectly (promoted by administrators that were " -"appointed by him)" -msgstr "" - -#: aiogram.types.chat.Chat.promote:19 of -msgid "" -"Pass :code:`True` if the administrator can change chat title, photo and " -"other settings" -msgstr "" - -#: aiogram.types.chat.Chat.promote:20 of -msgid "Pass :code:`True` if the administrator can invite new users to the chat" -msgstr "" - -#: aiogram.types.chat.Chat.promote:21 of -msgid "Pass :code:`True` if the administrator can pin messages, supergroups only" -msgstr "" - -#: aiogram.types.chat.Chat.promote:22 of -msgid "" -"Pass :code:`True` if the user is allowed to create, rename, close, and " -"reopen forum topics, supergroups only" -msgstr "" - -#: aiogram.types.chat.Chat.promote:23 of -msgid "" -"instance of method " -":class:`aiogram.methods.promote_chat_member.PromoteChatMember`" -msgstr "" - -#: aiogram.types.chat.Chat.restrict:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.restrict_chat_member.RestrictChatMember` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.restrict:6 of -msgid "" -"Use this method to restrict a user in a supergroup. The bot must be an " -"administrator in the supergroup for this to work and must have the " -"appropriate administrator rights. Pass :code:`True` for all permissions " -"to lift restrictions from a user. Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.chat.Chat.restrict:8 of -msgid "Source: https://core.telegram.org/bots/api#restrictchatmember" -msgstr "" - -#: aiogram.types.chat.Chat.restrict:11 of -msgid "A JSON-serialized object for new user permissions" -msgstr "" - -#: aiogram.types.chat.Chat.restrict:12 of -msgid "" -"Date when restrictions will be lifted for the user, unix time. If user is" -" restricted for more than 366 days or less than 30 seconds from the " -"current time, they are considered to be restricted forever" -msgstr "" - -#: aiogram.types.chat.Chat.restrict:13 of -msgid "" -"instance of method " -":class:`aiogram.methods.restrict_chat_member.RestrictChatMember`" -msgstr "" - -#: aiogram.types.chat.Chat.unban:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.unban_chat_member.UnbanChatMember` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.unban:6 of -msgid "" -"Use this method to unban a previously banned user in a supergroup or " -"channel. The user will **not** return to the group or channel " -"automatically, but will be able to join via link, etc. The bot must be an" -" administrator for this to work. By default, this method guarantees that " -"after the call the user is not a member of the chat, but will be able to " -"join it. So if the user is a member of the chat they will also be " -"**removed** from the chat. If you don't want this, use the parameter " -"*only_if_banned*. Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.chat.Chat.unban:8 of -msgid "Source: https://core.telegram.org/bots/api#unbanchatmember" -msgstr "" - -#: aiogram.types.chat.Chat.unban:11 of -msgid "Do nothing if the user is not banned" -msgstr "" - -#: aiogram.types.chat.Chat.unban:12 of -msgid "" -"instance of method " -":class:`aiogram.methods.unban_chat_member.UnbanChatMember`" -msgstr "" - -#: aiogram.types.chat.Chat.ban:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.ban_chat_member.BanChatMember` will automatically" -" fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.ban:6 of -msgid "" -"Use this method to ban a user in a group, a supergroup or a channel. In " -"the case of supergroups and channels, the user will not be able to return" -" to the chat on their own using invite links, etc., unless `unbanned " -"`_ first. The bot " -"must be an administrator in the chat for this to work and must have the " -"appropriate administrator rights. Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.chat.Chat.ban:8 of -msgid "Source: https://core.telegram.org/bots/api#banchatmember" -msgstr "" - -#: aiogram.types.chat.Chat.ban:11 of -msgid "" -"Date when the user will be unbanned, unix time. If user is banned for " -"more than 366 days or less than 30 seconds from the current time they are" -" considered to be banned forever. Applied for supergroups and channels " -"only." -msgstr "" - -#: aiogram.types.chat.Chat.ban:12 of -msgid "" -"Pass :code:`True` to delete all messages from the chat for the user that " -"is being removed. If :code:`False`, the user will be able to see messages" -" in the group that were sent before the user was removed. Always " -":code:`True` for supergroups and channels." -msgstr "" - -#: aiogram.types.chat.Chat.ban:13 of -msgid "instance of method :class:`aiogram.methods.ban_chat_member.BanChatMember`" -msgstr "" - -#: aiogram.types.chat.Chat.set_description:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.set_chat_description.SetChatDescription` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.set_description:6 of -msgid "" -"Use this method to change the description of a group, a supergroup or a " -"channel. The bot must be an administrator in the chat for this to work " -"and must have the appropriate administrator rights. Returns :code:`True` " +"Use this method to clear the list of pinned messages in a chat. If the " +"chat is not a private chat, the bot must be an administrator in the chat " +"for this to work and must have the 'can_pin_messages' admin right in a " +"supergroup or 'can_edit_messages' admin right in a channel. Returns True " "on success." msgstr "" -#: aiogram.types.chat.Chat.set_description:8 of -msgid "Source: https://core.telegram.org/bots/api#setchatdescription" +#: aiogram.types.chat.Chat.unpin_all_messages:6 of +msgid "Source: https://core.telegram.org/bots/api#unpinallchatmessages" msgstr "" -#: aiogram.types.chat.Chat.set_description:10 of -msgid "New chat description, 0-255 characters" +#: aiogram.types.chat.Chat.leave:1 of +msgid "Use this method for your bot to leave a group, supergroup or channel." msgstr "" -#: aiogram.types.chat.Chat.set_description:11 of +#: aiogram.types.chat.Chat.leave:3 of +msgid "Source: https://core.telegram.org/bots/api#leavechat" +msgstr "" + +#: aiogram.types.chat.Chat.get_administrators:1 of +msgid "Use this method to get a list of administrators in a chat." +msgstr "" + +#: aiogram.types.chat.Chat.get_administrators:3 of +msgid "Source: https://core.telegram.org/bots/api#getchatadministrators" +msgstr "" + +#: aiogram.types.chat.Chat.get_administrators:5 of msgid "" -"instance of method " -":class:`aiogram.methods.set_chat_description.SetChatDescription`" +"On success, returns an Array of ChatMember objects that contains " +"information about all chat administrators except other bots. If the chat " +"is a group or a supergroup and no administrators were appointed, only the" +" creator will be returned." msgstr "" -#: aiogram.types.chat.Chat.set_title:1 of +#: aiogram.types.chat.Chat.get_administrators:9 of msgid "" -"Shortcut for method :class:`aiogram.methods.set_chat_title.SetChatTitle` " -"will automatically fill method attributes:" +":obj:`typing.List[typing.Union[types.ChatMemberOwner, " +"types.ChatMemberAdministrator]]`" msgstr "" -#: aiogram.types.chat.Chat.set_title:6 of +#: aiogram.types.chat.Chat.get_member_count:1 of +msgid "Use this method to get the number of members in a chat." +msgstr "" + +#: aiogram.types.chat.Chat.get_member_count:3 of +msgid "Source: https://core.telegram.org/bots/api#getchatmembercount" +msgstr "" + +#: aiogram.types.chat.Chat.get_member_count:5 of +msgid "Returns Int on success." +msgstr "" + +#: aiogram.types.chat.Chat.get_member_count:6 of +msgid ":obj:`base.Integer`" +msgstr "" + +#: aiogram.types.chat.Chat.get_members_count:1 of +msgid "Renamed to get_member_count." +msgstr "" + +#: aiogram.types.chat.Chat.get_member:1 of +msgid "Use this method to get information about a member of a chat." +msgstr "" + +#: aiogram.types.chat.Chat.get_member:3 of +msgid "Source: https://core.telegram.org/bots/api#getchatmember" +msgstr "" + +#: aiogram.types.chat.Chat.get_member:7 of +msgid "Returns a ChatMember object on success." +msgstr "" + +#: aiogram.types.chat.Chat.get_member:8 of +msgid ":obj:`types.ChatMember`" +msgstr "" + +#: aiogram.types.chat.Chat.set_sticker_set:1 of msgid "" -"Use this method to change the title of a chat. Titles can't be changed " -"for private chats. The bot must be an administrator in the chat for this " -"to work and must have the appropriate administrator rights. Returns " -":code:`True` on success." +"Use this method to set a new group sticker set for a supergroup. The bot " +"must be an administrator in the chat for this to work and must have the " +"appropriate admin rights." msgstr "" -#: aiogram.types.chat.Chat.set_title:8 of -msgid "Source: https://core.telegram.org/bots/api#setchattitle" -msgstr "" - -#: aiogram.types.chat.Chat.set_title:10 of -msgid "New chat title, 1-128 characters" -msgstr "" - -#: aiogram.types.chat.Chat.set_title:11 of -msgid "instance of method :class:`aiogram.methods.set_chat_title.SetChatTitle`" -msgstr "" - -#: aiogram.types.chat.Chat.delete_photo:1 of +#: aiogram.types.chat.Chat.delete_sticker_set:4 +#: aiogram.types.chat.Chat.set_sticker_set:4 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.delete_chat_photo.DeleteChatPhoto` will " -"automatically fill method attributes:" +"Use the field can_set_sticker_set optionally returned in getChat requests" +" to check if the bot can use this method." msgstr "" -#: aiogram.types.chat.Chat.delete_photo:6 of +#: aiogram.types.chat.Chat.set_sticker_set:7 of +msgid "Source: https://core.telegram.org/bots/api#setchatstickerset" +msgstr "" + +#: aiogram.types.chat.Chat.set_sticker_set:9 of +msgid "Name of the sticker set to be set as the group sticker set" +msgstr "" + +#: aiogram.types.chat.Chat.delete_sticker_set:1 of msgid "" -"Use this method to delete a chat photo. Photos can't be changed for " -"private chats. The bot must be an administrator in the chat for this to " -"work and must have the appropriate administrator rights. Returns " -":code:`True` on success." +"Use this method to delete a group sticker set from a supergroup. The bot " +"must be an administrator in the chat for this to work and must have the " +"appropriate admin rights." msgstr "" -#: aiogram.types.chat.Chat.delete_photo:8 of -msgid "Source: https://core.telegram.org/bots/api#deletechatphoto" +#: aiogram.types.chat.Chat.delete_sticker_set:7 of +msgid "Source: https://core.telegram.org/bots/api#deletechatstickerset" msgstr "" -#: aiogram.types.chat.Chat.delete_photo:10 of +#: aiogram.types.chat.Chat.do:1 of msgid "" -"instance of method " -":class:`aiogram.methods.delete_chat_photo.DeleteChatPhoto`" +"Use this method when you need to tell the user that something is " +"happening on the bot's side. The status is set for 5 seconds or less " +"(when a message arrives from your bot, Telegram clients clear its typing " +"status)." msgstr "" -#: aiogram.types.chat.Chat.set_photo:1 of +#: aiogram.types.chat.Chat.do:5 of msgid "" -"Shortcut for method :class:`aiogram.methods.set_chat_photo.SetChatPhoto` " -"will automatically fill method attributes:" +"We only recommend using this method when a response from the bot will " +"take a noticeable amount of time to arrive." msgstr "" -#: aiogram.types.chat.Chat.set_photo:6 of +#: aiogram.types.chat.Chat.do:8 of +msgid "Source: https://core.telegram.org/bots/api#sendchataction" +msgstr "" + +#: aiogram.types.chat.Chat.do:10 of +msgid "Type of action to broadcast." +msgstr "" + +#: aiogram.types.chat.Chat.do:12 of +msgid "Unique identifier for the target message thread; supergroups only" +msgstr "" + +#: aiogram.types.chat.Chat.export_invite_link:1 of msgid "" -"Use this method to set a new profile photo for the chat. Photos can't be " -"changed for private chats. The bot must be an administrator in the chat " -"for this to work and must have the appropriate administrator rights. " -"Returns :code:`True` on success." +"Use this method to export an invite link to a supergroup or a channel. " +"The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights." msgstr "" -#: aiogram.types.chat.Chat.set_photo:8 of -msgid "Source: https://core.telegram.org/bots/api#setchatphoto" +#: aiogram.types.chat.Chat.export_invite_link:4 of +msgid "Source: https://core.telegram.org/bots/api#exportchatinvitelink" msgstr "" -#: aiogram.types.chat.Chat.set_photo:10 of -msgid "New chat photo, uploaded using multipart/form-data" +#: aiogram.types.chat.Chat.export_invite_link:6 of +msgid "Returns exported invite link as String on success." msgstr "" -#: aiogram.types.chat.Chat.set_photo:11 of -msgid "instance of method :class:`aiogram.methods.set_chat_photo.SetChatPhoto`" +#: aiogram.types.chat.Chat.export_invite_link:7 of +msgid ":obj:`base.String`" msgstr "" + +#: aiogram.types.chat.Chat.create_invite_link:1 of +msgid "Shortcut for createChatInviteLink method." +msgstr "" + +#: aiogram.types.chat.Chat.edit_invite_link:1 of +msgid "Shortcut for editChatInviteLink method." +msgstr "" + +#: aiogram.types.chat.Chat.revoke_invite_link:1 of +msgid "Shortcut for revokeChatInviteLink method." +msgstr "" + +#: aiogram.types.chat.Chat.delete_message:1 of +msgid "Shortcut for deleteMessage method." +msgstr "" + +#: aiogram.types.chat.Chat.ban_sender_chat:1 of +msgid "Shortcut for banChatSenderChat method." +msgstr "" + +#: aiogram.types.chat.Chat.unban_sender_chat:1 of +msgid "Shortcut for unbanChatSenderChat method." +msgstr "" + +#: aiogram.types.chat.ChatType:1 of +msgid "List of chat types" +msgstr "" + +#: aiogram.types.chat.ChatActions aiogram.types.chat.ChatType of +msgid "key" +msgstr "" + +#: aiogram.types.chat.ChatType:3 of +msgid "SENDER" +msgstr "" + +#: aiogram.types.chat.ChatType:4 of +msgid "PRIVATE" +msgstr "" + +#: aiogram.types.chat.ChatType:5 of +msgid "GROUP" +msgstr "" + +#: aiogram.types.chat.ChatType:6 of +msgid "SUPER_GROUP" +msgstr "" + +#: aiogram.types.chat.ChatType:7 of +msgid "SUPERGROUP" +msgstr "" + +#: aiogram.types.chat.ChatType:8 of +msgid "CHANNEL" +msgstr "" + +#: aiogram.types.chat.ChatType.is_private:1 of +msgid "Check chat is private" +msgstr "" + +#: aiogram.types.chat.ChatType.is_group:1 of +msgid "Check chat is group" +msgstr "" + +#: aiogram.types.chat.ChatType.is_super_group:1 of +msgid "Check chat is super-group" +msgstr "" + +#: aiogram.types.chat.ChatType.is_group_or_super_group:1 of +msgid "Check chat is group or super-group" +msgstr "" + +#: aiogram.types.chat.ChatType.is_channel:1 of +msgid "Check chat is channel" +msgstr "" + +#: aiogram.types.chat.ChatActions:1 of +msgid "List of chat actions" +msgstr "" + +#: aiogram.types.chat.ChatActions:3 of +msgid "TYPING" +msgstr "" + +#: aiogram.types.chat.ChatActions:4 of +msgid "UPLOAD_PHOTO" +msgstr "" + +#: aiogram.types.chat.ChatActions:5 of +msgid "RECORD_VIDEO" +msgstr "" + +#: aiogram.types.chat.ChatActions:6 of +msgid "UPLOAD_VIDEO" +msgstr "" + +#: aiogram.types.chat.ChatActions:7 of +msgid "RECORD_AUDIO" +msgstr "" + +#: aiogram.types.chat.ChatActions:8 of +msgid "UPLOAD_AUDIO" +msgstr "" + +#: aiogram.types.chat.ChatActions:9 of +msgid "UPLOAD_DOCUMENT" +msgstr "" + +#: aiogram.types.chat.ChatActions:10 of +msgid "FIND_LOCATION" +msgstr "" + +#: aiogram.types.chat.ChatActions:11 of +msgid "RECORD_VIDEO_NOTE" +msgstr "" + +#: aiogram.types.chat.ChatActions:12 of +msgid "UPLOAD_VIDEO_NOTE" +msgstr "" + +#: aiogram.types.chat.ChatActions.calc_timeout:1 of +msgid "Calculate timeout for text" +msgstr "" + +#: aiogram.types.chat.ChatActions.typing:1 of +msgid "Do typing" +msgstr "" + +#: aiogram.types.chat.ChatActions.choose_sticker:3 +#: aiogram.types.chat.ChatActions.find_location:3 +#: aiogram.types.chat.ChatActions.record_audio:3 +#: aiogram.types.chat.ChatActions.record_video:3 +#: aiogram.types.chat.ChatActions.record_video_note:3 +#: aiogram.types.chat.ChatActions.record_voice:3 +#: aiogram.types.chat.ChatActions.typing:3 +#: aiogram.types.chat.ChatActions.upload_audio:3 +#: aiogram.types.chat.ChatActions.upload_document:3 +#: aiogram.types.chat.ChatActions.upload_photo:3 +#: aiogram.types.chat.ChatActions.upload_video:3 +#: aiogram.types.chat.ChatActions.upload_video_note:3 +#: aiogram.types.chat.ChatActions.upload_voice:3 of +msgid "sleep timeout" +msgstr "" + +#: aiogram.types.chat.ChatActions.upload_photo:1 of +msgid "Do upload_photo" +msgstr "" + +#: aiogram.types.chat.ChatActions.record_video:1 of +msgid "Do record video" +msgstr "" + +#: aiogram.types.chat.ChatActions.upload_video:1 of +msgid "Do upload video" +msgstr "" + +#: aiogram.types.chat.ChatActions.record_audio:1 of +msgid "Do record audio" +msgstr "" + +#: aiogram.types.chat.ChatActions.upload_audio:1 of +msgid "Do upload audio" +msgstr "" + +#: aiogram.types.chat.ChatActions.record_voice:1 of +msgid "Do record voice" +msgstr "" + +#: aiogram.types.chat.ChatActions.upload_voice:1 of +msgid "Do upload voice" +msgstr "" + +#: aiogram.types.chat.ChatActions.upload_document:1 of +msgid "Do upload document" +msgstr "" + +#: aiogram.types.chat.ChatActions.find_location:1 of +msgid "Do find location" +msgstr "" + +#: aiogram.types.chat.ChatActions.record_video_note:1 of +msgid "Do record video note" +msgstr "" + +#: aiogram.types.chat.ChatActions.upload_video_note:1 of +msgid "Do upload video note" +msgstr "" + +#: aiogram.types.chat.ChatActions.choose_sticker:1 of +msgid "Do choose sticker" +msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#chat" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for this chat. This" +#~ " number may have more than 32 " +#~ "significant bits and some programming " +#~ "languages may have difficulty/silent defects" +#~ " in interpreting it. But it has " +#~ "at most 52 significant bits, so a" +#~ " signed 64-bit integer or double-" +#~ "precision float type are safe for " +#~ "storing this identifier." +#~ msgstr "" + +#~ msgid "" +#~ "Type of chat, can be either " +#~ "'private', 'group', 'supergroup' or 'channel'" +#~ msgstr "" + +#~ msgid "*Optional*. Title, for supergroups, channels and group chats" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Username, for private chats, " +#~ "supergroups and channels if available" +#~ msgstr "" + +#~ msgid "*Optional*. First name of the other party in a private chat" +#~ msgstr "" + +#~ msgid "*Optional*. Last name of the other party in a private chat" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the supergroup" +#~ " chat is a forum (has `topics " +#~ "`_ " +#~ "enabled)" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Chat photo. Returned only in" +#~ " :class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. If non-empty, the list " +#~ "of all `active chat usernames " +#~ "`_; for " +#~ "private chats, supergroups and channels. " +#~ "Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Custom emoji identifier of " +#~ "emoji status of the other party in" +#~ " a private chat. Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Bio of the other party " +#~ "in a private chat. Returned only " +#~ "in :class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if privacy settings" +#~ " of the other party in the " +#~ "private chat allows to use " +#~ ":code:`tg://user?id=` links only in " +#~ "chats with the user. Returned only " +#~ "in :class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the privacy " +#~ "settings of the other party restrict " +#~ "sending voice and video note messages" +#~ " in the private chat. Returned only" +#~ " in :class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if users need " +#~ "to join the supergroup before they " +#~ "can send messages. Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if all users " +#~ "directly joining the supergroup need to" +#~ " be approved by supergroup administrators." +#~ " Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Description, for groups, " +#~ "supergroups and channel chats. Returned " +#~ "only in :class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Primary invite link, for " +#~ "groups, supergroups and channel chats. " +#~ "Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The most recent pinned " +#~ "message (by sending date). Returned only" +#~ " in :class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Default chat member permissions," +#~ " for groups and supergroups. Returned " +#~ "only in :class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For supergroups, the minimum " +#~ "allowed delay between consecutive messages " +#~ "sent by each unpriviledged user; in " +#~ "seconds. Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The time after which all " +#~ "messages sent to the chat will be" +#~ " automatically deleted; in seconds. " +#~ "Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if aggressive " +#~ "anti-spam checks are enabled in the" +#~ " supergroup. The field is only " +#~ "available to chat administrators. Returned " +#~ "only in :class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if non-" +#~ "administrators can only get the list " +#~ "of bots and administrators in the " +#~ "chat. Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if messages from " +#~ "the chat can't be forwarded to " +#~ "other chats. Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For supergroups, name of " +#~ "group sticker set. Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the bot can" +#~ " change the group sticker set. " +#~ "Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Unique identifier for the " +#~ "linked chat, i.e. the discussion group" +#~ " identifier for a channel and vice" +#~ " versa; for supergroups and channel " +#~ "chats. This identifier may be greater" +#~ " than 32 bits and some programming" +#~ " languages may have difficulty/silent " +#~ "defects in interpreting it. But it " +#~ "is smaller than 52 bits, so a " +#~ "signed 64 bit integer or double-" +#~ "precision float type are safe for " +#~ "storing this identifier. Returned only " +#~ "in :class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For supergroups, the location " +#~ "to which the supergroup is connected." +#~ " Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "Returns shifted chat ID (positive and" +#~ " without \"-100\" prefix). Mostly used " +#~ "for private links like " +#~ "t.me/c/chat_id/message_id" +#~ msgstr "" + +#~ msgid "" +#~ "Currently supergroup/channel IDs have 10-digit" +#~ " ID after \"-100\" prefix removed. " +#~ "However, these IDs might become 11-digit" +#~ " in future. So, first we remove " +#~ "\"-100\" prefix and count remaining " +#~ "number length. Then we multiple -1 " +#~ "* 10 ^ (number_length + 2) " +#~ "Finally, self.id is substracted from " +#~ "that number" +#~ msgstr "" + +#~ msgid "Get full name of the Chat." +#~ msgstr "" + +#~ msgid "" +#~ "For private chat it is first_name " +#~ "+ last_name. For other chat types " +#~ "it is title." +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.ban_chat_sender_chat.BanChatSenderChat` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid ":code:`chat_id`" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to ban a channel" +#~ " chat in a supergroup or a " +#~ "channel. Until the chat is `unbanned " +#~ "`_, the" +#~ " owner of the banned chat won't " +#~ "be able to send messages on behalf" +#~ " of **any of their channels**. The" +#~ " bot must be an administrator in " +#~ "the supergroup or channel for this " +#~ "to work and must have the " +#~ "appropriate administrator rights. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#banchatsenderchat" +#~ msgstr "" + +#~ msgid "Unique identifier of the target sender chat" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.ban_chat_sender_chat.BanChatSenderChat`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.unban_chat_sender_chat.UnbanChatSenderChat`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to unban a " +#~ "previously banned channel chat in a " +#~ "supergroup or channel. The bot must " +#~ "be an administrator for this to " +#~ "work and must have the appropriate " +#~ "administrator rights. Returns :code:`True` on" +#~ " success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#unbanchatsenderchat" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.unban_chat_sender_chat.UnbanChatSenderChat`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.get_chat_administrators.GetChatAdministrators`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to get a list " +#~ "of administrators in a chat, which " +#~ "aren't bots. Returns an Array of " +#~ ":class:`aiogram.types.chat_member.ChatMember` objects." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.get_chat_administrators.GetChatAdministrators`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.delete_message.DeleteMessage` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to delete a " +#~ "message, including service messages, with " +#~ "the following limitations:" +#~ msgstr "" + +#~ msgid "A message can only be deleted if it was sent less than 48 hours ago." +#~ msgstr "" + +#~ msgid "" +#~ "Service messages about a supergroup, " +#~ "channel, or forum topic creation can't" +#~ " be deleted." +#~ msgstr "" + +#~ msgid "" +#~ "A dice message in a private chat" +#~ " can only be deleted if it was" +#~ " sent more than 24 hours ago." +#~ msgstr "" + +#~ msgid "" +#~ "Bots can delete outgoing messages in " +#~ "private chats, groups, and supergroups." +#~ msgstr "" + +#~ msgid "Bots can delete incoming messages in private chats." +#~ msgstr "" + +#~ msgid "" +#~ "Bots granted *can_post_messages* permissions " +#~ "can delete outgoing messages in " +#~ "channels." +#~ msgstr "" + +#~ msgid "" +#~ "If the bot is an administrator of" +#~ " a group, it can delete any " +#~ "message there." +#~ msgstr "" + +#~ msgid "" +#~ "If the bot has *can_delete_messages* " +#~ "permission in a supergroup or a " +#~ "channel, it can delete any message " +#~ "there." +#~ msgstr "" + +#~ msgid "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#deletemessage" +#~ msgstr "" + +#~ msgid "Identifier of the message to delete" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.delete_message.DeleteMessage`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to revoke an " +#~ "invite link created by the bot. If" +#~ " the primary link is revoked, a " +#~ "new link is automatically generated. The" +#~ " bot must be an administrator in " +#~ "the chat for this to work and " +#~ "must have the appropriate administrator " +#~ "rights. Returns the revoked invite link" +#~ " as :class:`aiogram.types.chat_invite_link.ChatInviteLink`" +#~ " object." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#revokechatinvitelink" +#~ msgstr "" + +#~ msgid "The invite link to revoke" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.edit_chat_invite_link.EditChatInviteLink` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit a non-" +#~ "primary invite link created by the " +#~ "bot. The bot must be an " +#~ "administrator in the chat for this " +#~ "to work and must have the " +#~ "appropriate administrator rights. Returns the" +#~ " edited invite link as a " +#~ ":class:`aiogram.types.chat_invite_link.ChatInviteLink` object." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#editchatinvitelink" +#~ msgstr "" + +#~ msgid "The invite link to edit" +#~ msgstr "" + +#~ msgid "Invite link name; 0-32 characters" +#~ msgstr "" + +#~ msgid "Point in time (Unix timestamp) when the link will expire" +#~ msgstr "" + +#~ msgid "" +#~ "The maximum number of users that " +#~ "can be members of the chat " +#~ "simultaneously after joining the chat " +#~ "via this invite link; 1-99999" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if users joining the chat" +#~ " via the link need to be " +#~ "approved by chat administrators. If " +#~ ":code:`True`, *member_limit* can't be " +#~ "specified" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.edit_chat_invite_link.EditChatInviteLink`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.create_chat_invite_link.CreateChatInviteLink`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to create an " +#~ "additional invite link for a chat. " +#~ "The bot must be an administrator " +#~ "in the chat for this to work " +#~ "and must have the appropriate " +#~ "administrator rights. The link can be" +#~ " revoked using the method " +#~ ":class:`aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink`." +#~ " Returns the new invite link as " +#~ ":class:`aiogram.types.chat_invite_link.ChatInviteLink` object." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#createchatinvitelink" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.create_chat_invite_link.CreateChatInviteLink`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to generate a new" +#~ " primary invite link for a chat; " +#~ "any previously generated primary link is" +#~ " revoked. The bot must be an " +#~ "administrator in the chat for this " +#~ "to work and must have the " +#~ "appropriate administrator rights. Returns the" +#~ " new invite link as *String* on " +#~ "success." +#~ msgstr "" + +#~ msgid "" +#~ "Note: Each administrator in a chat " +#~ "generates their own invite links. Bots" +#~ " can't use invite links generated by" +#~ " other administrators. If you want " +#~ "your bot to work with invite " +#~ "links, it will need to generate " +#~ "its own link using " +#~ ":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink`" +#~ " or by calling the " +#~ ":class:`aiogram.methods.get_chat.GetChat` method. If " +#~ "your bot needs to generate a new" +#~ " primary invite link replacing its " +#~ "previous one, use " +#~ ":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink`" +#~ " again." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_chat_action.SendChatAction` will" +#~ " automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method when you need to" +#~ " tell the user that something is " +#~ "happening on the bot's side. The " +#~ "status is set for 5 seconds or " +#~ "less (when a message arrives from " +#~ "your bot, Telegram clients clear its " +#~ "typing status). Returns :code:`True` on " +#~ "success." +#~ msgstr "" + +#~ msgid "" +#~ "Example: The `ImageBot `_ " +#~ "needs some time to process a " +#~ "request and upload the image. Instead" +#~ " of sending a text message along " +#~ "the lines of 'Retrieving image, please" +#~ " wait…', the bot may use " +#~ ":class:`aiogram.methods.send_chat_action.SendChatAction` with" +#~ " *action* = *upload_photo*. The user " +#~ "will see a 'sending photo' status " +#~ "for the bot." +#~ msgstr "" + +#~ msgid "" +#~ "We only recommend using this method " +#~ "when a response from the bot will" +#~ " take a **noticeable** amount of time" +#~ " to arrive." +#~ msgstr "" + +#~ msgid "" +#~ "Type of action to broadcast. Choose " +#~ "one, depending on what the user is" +#~ " about to receive: *typing* for `text" +#~ " messages `_," +#~ " *upload_photo* for `photos " +#~ "`_, *record_video*" +#~ " or *upload_video* for `videos " +#~ "`_, *record_voice*" +#~ " or *upload_voice* for `voice notes " +#~ "`_, " +#~ "*upload_document* for `general files " +#~ "`_, " +#~ "*choose_sticker* for `stickers " +#~ "`_, " +#~ "*find_location* for `location data " +#~ "`_, " +#~ "*record_video_note* or *upload_video_note* for " +#~ "`video notes " +#~ "`_." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.send_chat_action.SendChatAction`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.delete_chat_sticker_set.DeleteChatStickerSet`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to delete a group" +#~ " sticker set from a supergroup. The" +#~ " bot must be an administrator in " +#~ "the chat for this to work and " +#~ "must have the appropriate administrator " +#~ "rights. Use the field *can_set_sticker_set*" +#~ " optionally returned in " +#~ ":class:`aiogram.methods.get_chat.GetChat` requests to " +#~ "check if the bot can use this " +#~ "method. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.delete_chat_sticker_set.DeleteChatStickerSet`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.set_chat_sticker_set.SetChatStickerSet` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to set a new " +#~ "group sticker set for a supergroup. " +#~ "The bot must be an administrator " +#~ "in the chat for this to work " +#~ "and must have the appropriate " +#~ "administrator rights. Use the field " +#~ "*can_set_sticker_set* optionally returned in " +#~ ":class:`aiogram.methods.get_chat.GetChat` requests to " +#~ "check if the bot can use this " +#~ "method. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.set_chat_sticker_set.SetChatStickerSet`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.get_chat_member.GetChatMember` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to get information " +#~ "about a member of a chat. The " +#~ "method is guaranteed to work for " +#~ "other users, only if the bot is" +#~ " an administrator in the chat. " +#~ "Returns a :class:`aiogram.types.chat_member.ChatMember`" +#~ " object on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.get_chat_member.GetChatMember`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.get_chat_member_count.GetChatMemberCount` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to get the number" +#~ " of members in a chat. Returns " +#~ "*Int* on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.get_chat_member_count.GetChatMemberCount`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.leave_chat.LeaveChat` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method for your bot to" +#~ " leave a group, supergroup or " +#~ "channel. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.leave_chat.LeaveChat`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.unpin_all_chat_messages.UnpinAllChatMessages`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to clear the list" +#~ " of pinned messages in a chat. " +#~ "If the chat is not a private " +#~ "chat, the bot must be an " +#~ "administrator in the chat for this " +#~ "to work and must have the " +#~ "'can_pin_messages' administrator right in a" +#~ " supergroup or 'can_edit_messages' administrator" +#~ " right in a channel. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.unpin_all_chat_messages.UnpinAllChatMessages`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.unpin_chat_message.UnpinChatMessage` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to remove a " +#~ "message from the list of pinned " +#~ "messages in a chat. If the chat" +#~ " is not a private chat, the bot" +#~ " must be an administrator in the " +#~ "chat for this to work and must " +#~ "have the 'can_pin_messages' administrator " +#~ "right in a supergroup or " +#~ "'can_edit_messages' administrator right in a" +#~ " channel. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.unpin_chat_message.UnpinChatMessage`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.pin_chat_message.PinChatMessage` will" +#~ " automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to add a message" +#~ " to the list of pinned messages " +#~ "in a chat. If the chat is " +#~ "not a private chat, the bot must" +#~ " be an administrator in the chat " +#~ "for this to work and must have " +#~ "the 'can_pin_messages' administrator right in" +#~ " a supergroup or 'can_edit_messages' " +#~ "administrator right in a channel. " +#~ "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if it is not " +#~ "necessary to send a notification to " +#~ "all chat members about the new " +#~ "pinned message. Notifications are always " +#~ "disabled in channels and private chats." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.pin_chat_message.PinChatMessage`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to set a custom" +#~ " title for an administrator in a " +#~ "supergroup promoted by the bot. Returns" +#~ " :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.set_chat_permissions.SetChatPermissions` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to set default " +#~ "chat permissions for all members. The" +#~ " bot must be an administrator in " +#~ "the group or a supergroup for this" +#~ " to work and must have the " +#~ "*can_restrict_members* administrator rights. Returns" +#~ " :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setchatpermissions" +#~ msgstr "" + +#~ msgid "A JSON-serialized object for new default chat permissions" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.set_chat_permissions.SetChatPermissions`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.promote_chat_member.PromoteChatMember` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to promote or " +#~ "demote a user in a supergroup or" +#~ " a channel. The bot must be an" +#~ " administrator in the chat for this" +#~ " to work and must have the " +#~ "appropriate administrator rights. Pass " +#~ ":code:`False` for all boolean parameters " +#~ "to demote a user. Returns :code:`True`" +#~ " on success." +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the administrator's presence in the chat is hidden" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can access the chat event log, " +#~ "chat statistics, message statistics in " +#~ "channels, see channel members, see " +#~ "anonymous administrators in supergroups and" +#~ " ignore slow mode. Implied by any " +#~ "other administrator privilege" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can create channel posts, channels only" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can edit messages of other users " +#~ "and can pin messages, channels only" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can delete messages of other users" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the administrator can manage video chats" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can restrict, ban or unban chat " +#~ "members" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can add new administrators with a " +#~ "subset of their own privileges or " +#~ "demote administrators that he has " +#~ "promoted, directly or indirectly (promoted " +#~ "by administrators that were appointed by" +#~ " him)" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can change chat title, photo and " +#~ "other settings" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the administrator can invite new users to the chat" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can pin messages, supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the user is " +#~ "allowed to create, rename, close, and" +#~ " reopen forum topics, supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.promote_chat_member.PromoteChatMember`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.restrict_chat_member.RestrictChatMember` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to restrict a user" +#~ " in a supergroup. The bot must " +#~ "be an administrator in the supergroup" +#~ " for this to work and must have" +#~ " the appropriate administrator rights. Pass" +#~ " :code:`True` for all permissions to " +#~ "lift restrictions from a user. Returns" +#~ " :code:`True` on success." +#~ msgstr "" + +#~ msgid "A JSON-serialized object for new user permissions" +#~ msgstr "" + +#~ msgid "" +#~ "Date when restrictions will be lifted" +#~ " for the user, unix time. If " +#~ "user is restricted for more than " +#~ "366 days or less than 30 seconds" +#~ " from the current time, they are " +#~ "considered to be restricted forever" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.restrict_chat_member.RestrictChatMember`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.unban_chat_member.UnbanChatMember` will" +#~ " automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to unban a " +#~ "previously banned user in a supergroup" +#~ " or channel. The user will **not**" +#~ " return to the group or channel " +#~ "automatically, but will be able to " +#~ "join via link, etc. The bot must" +#~ " be an administrator for this to " +#~ "work. By default, this method guarantees" +#~ " that after the call the user " +#~ "is not a member of the chat, " +#~ "but will be able to join it. " +#~ "So if the user is a member " +#~ "of the chat they will also be " +#~ "**removed** from the chat. If you " +#~ "don't want this, use the parameter " +#~ "*only_if_banned*. Returns :code:`True` on " +#~ "success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.unban_chat_member.UnbanChatMember`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.ban_chat_member.BanChatMember` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to ban a user " +#~ "in a group, a supergroup or a " +#~ "channel. In the case of supergroups " +#~ "and channels, the user will not be" +#~ " able to return to the chat on" +#~ " their own using invite links, etc.," +#~ " unless `unbanned " +#~ "`_ first." +#~ " The bot must be an administrator " +#~ "in the chat for this to work " +#~ "and must have the appropriate " +#~ "administrator rights. Returns :code:`True` on" +#~ " success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#banchatmember" +#~ msgstr "" + +#~ msgid "" +#~ "Date when the user will be " +#~ "unbanned, unix time. If user is " +#~ "banned for more than 366 days or" +#~ " less than 30 seconds from the " +#~ "current time they are considered to " +#~ "be banned forever. Applied for " +#~ "supergroups and channels only." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` to delete all messages" +#~ " from the chat for the user " +#~ "that is being removed. If :code:`False`," +#~ " the user will be able to see" +#~ " messages in the group that were " +#~ "sent before the user was removed. " +#~ "Always :code:`True` for supergroups and " +#~ "channels." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.ban_chat_member.BanChatMember`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.set_chat_description.SetChatDescription` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to change the " +#~ "description of a group, a supergroup " +#~ "or a channel. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have the " +#~ "appropriate administrator rights. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.set_chat_description.SetChatDescription`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.set_chat_title.SetChatTitle` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to change the " +#~ "title of a chat. Titles can't be" +#~ " changed for private chats. The bot" +#~ " must be an administrator in the " +#~ "chat for this to work and must " +#~ "have the appropriate administrator rights. " +#~ "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "New chat title, 1-128 characters" +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.set_chat_title.SetChatTitle`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.delete_chat_photo.DeleteChatPhoto` will" +#~ " automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to delete a chat" +#~ " photo. Photos can't be changed for" +#~ " private chats. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have the " +#~ "appropriate administrator rights. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.delete_chat_photo.DeleteChatPhoto`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.set_chat_photo.SetChatPhoto` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to set a new " +#~ "profile photo for the chat. Photos " +#~ "can't be changed for private chats. " +#~ "The bot must be an administrator " +#~ "in the chat for this to work " +#~ "and must have the appropriate " +#~ "administrator rights. Returns :code:`True` on" +#~ " success." +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.set_chat_photo.SetChatPhoto`" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/chat_administrator_rights.po b/docs/locale/en/LC_MESSAGES/api/types/chat_administrator_rights.po index e792b43d..55a9a442 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/chat_administrator_rights.po +++ b/docs/locale/en/LC_MESSAGES/api/types/chat_administrator_rights.po @@ -8,21 +8,21 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_administrator_rights.rst:3 msgid "ChatAdministratorRights" msgstr "" #: aiogram.types.chat_administrator_rights.ChatAdministratorRights:1 of -msgid "Represents the rights of an administrator in a chat." +msgid "Represents rights of an administrator in a chat." msgstr "" #: aiogram.types.chat_administrator_rights.ChatAdministratorRights:3 of @@ -30,91 +30,90 @@ msgid "Source: https://core.telegram.org/bots/api#chatadministratorrights" msgstr "" #: ../../docstring +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_change_info:1 +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_delete_messages:1 +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_edit_messages:1 +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_invite_users:1 +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_manage_chat:1 +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_manage_topics:1 +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_manage_video_chats:1 +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_pin_messages:1 +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_post_messages:1 +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_promote_members:1 +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_restrict_members:1 #: aiogram.types.chat_administrator_rights.ChatAdministratorRights.is_anonymous:1 #: of -msgid ":code:`True`, if the user's presence in the chat is hidden" +msgid "Simple field" msgstr "" -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_manage_chat:1 -#: of -msgid "" -":code:`True`, if the administrator can access the chat event log, chat " -"statistics, message statistics in channels, see channel members, see " -"anonymous administrators in supergroups and ignore slow mode. Implied by " -"any other administrator privilege" -msgstr "" +#~ msgid "Represents the rights of an administrator in a chat." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_delete_messages:1 -#: of -msgid ":code:`True`, if the administrator can delete messages of other users" -msgstr "" +#~ msgid ":code:`True`, if the user's presence in the chat is hidden" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_manage_video_chats:1 -#: of -msgid ":code:`True`, if the administrator can manage video chats" -msgstr "" +#~ msgid "" +#~ ":code:`True`, if the administrator can " +#~ "access the chat event log, chat " +#~ "statistics, message statistics in channels," +#~ " see channel members, see anonymous " +#~ "administrators in supergroups and ignore " +#~ "slow mode. Implied by any other " +#~ "administrator privilege" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_restrict_members:1 -#: of -msgid ":code:`True`, if the administrator can restrict, ban or unban chat members" -msgstr "" +#~ msgid ":code:`True`, if the administrator can delete messages of other users" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_promote_members:1 -#: of -msgid "" -":code:`True`, if the administrator can add new administrators with a " -"subset of their own privileges or demote administrators that he has " -"promoted, directly or indirectly (promoted by administrators that were " -"appointed by the user)" -msgstr "" +#~ msgid ":code:`True`, if the administrator can manage video chats" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_change_info:1 -#: of -msgid "" -":code:`True`, if the user is allowed to change the chat title, photo and " -"other settings" -msgstr "" +#~ msgid "" +#~ ":code:`True`, if the administrator can " +#~ "restrict, ban or unban chat members" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_invite_users:1 -#: of -msgid ":code:`True`, if the user is allowed to invite new users to the chat" -msgstr "" +#~ msgid "" +#~ ":code:`True`, if the administrator can " +#~ "add new administrators with a subset " +#~ "of their own privileges or demote " +#~ "administrators that he has promoted, " +#~ "directly or indirectly (promoted by " +#~ "administrators that were appointed by " +#~ "the user)" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_post_messages:1 -#: of -msgid "" -"*Optional*. :code:`True`, if the administrator can post in the channel; " -"channels only" -msgstr "" +#~ msgid "" +#~ ":code:`True`, if the user is allowed " +#~ "to change the chat title, photo " +#~ "and other settings" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_edit_messages:1 -#: of -msgid "" -"*Optional*. :code:`True`, if the administrator can edit messages of other" -" users and can pin messages; channels only" -msgstr "" +#~ msgid ":code:`True`, if the user is allowed to invite new users to the chat" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_pin_messages:1 -#: of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to pin messages; groups " -"and supergroups only" -msgstr "" +#~ msgid "" +#~ "*Optional*. :code:`True`, if the administrator" +#~ " can post in the channel; channels" +#~ " only" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the administrator" +#~ " can edit messages of other users " +#~ "and can pin messages; channels only" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to pin messages; groups and" +#~ " supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to create, rename, close, " +#~ "and reopen forum topics; supergroups " +#~ "only" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_manage_topics:1 -#: of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to create, rename, " -"close, and reopen forum topics; supergroups only" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/chat_invite_link.po b/docs/locale/en/LC_MESSAGES/api/types/chat_invite_link.po index 15c1a9e0..dabd2008 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/chat_invite_link.po +++ b/docs/locale/en/LC_MESSAGES/api/types/chat_invite_link.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_invite_link.rst:3 msgid "ChatInviteLink" @@ -26,57 +26,73 @@ msgid "Represents an invite link for a chat." msgstr "" #: aiogram.types.chat_invite_link.ChatInviteLink:3 of -msgid "Source: https://core.telegram.org/bots/api#chatinvitelink" +msgid "https://core.telegram.org/bots/api#chatinvitelink" msgstr "" -#: ../../docstring aiogram.types.chat_invite_link.ChatInviteLink.invite_link:1 -#: of -msgid "" -"The invite link. If the link was created by another chat administrator, " -"then the second part of the link will be replaced with '…'." -msgstr "" - -#: ../../docstring aiogram.types.chat_invite_link.ChatInviteLink.creator:1 of -msgid "Creator of the link" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_invite_link.ChatInviteLink.creates_join_request:1 of -msgid "" -":code:`True`, if users joining the chat via the link need to be approved " -"by chat administrators" -msgstr "" - -#: ../../docstring aiogram.types.chat_invite_link.ChatInviteLink.is_primary:1 -#: of -msgid ":code:`True`, if the link is primary" -msgstr "" - -#: ../../docstring aiogram.types.chat_invite_link.ChatInviteLink.is_revoked:1 -#: of -msgid ":code:`True`, if the link is revoked" -msgstr "" - -#: ../../docstring aiogram.types.chat_invite_link.ChatInviteLink.name:1 of -msgid "*Optional*. Invite link name" -msgstr "" - -#: ../../docstring aiogram.types.chat_invite_link.ChatInviteLink.expire_date:1 -#: of -msgid "" -"*Optional*. Point in time (Unix timestamp) when the link will expire or " -"has been expired" -msgstr "" - -#: ../../docstring aiogram.types.chat_invite_link.ChatInviteLink.member_limit:1 -#: of -msgid "" -"*Optional*. The maximum number of users that can be members of the chat " -"simultaneously after joining the chat via this invite link; 1-99999" -msgstr "" - -#: ../../docstring +#: ../../docstring aiogram.types.chat_invite_link.ChatInviteLink.creator:1 +#: aiogram.types.chat_invite_link.ChatInviteLink.invite_link:1 +#: aiogram.types.chat_invite_link.ChatInviteLink.is_primary:1 +#: aiogram.types.chat_invite_link.ChatInviteLink.is_revoked:1 +#: aiogram.types.chat_invite_link.ChatInviteLink.member_limit:1 +#: aiogram.types.chat_invite_link.ChatInviteLink.name:1 #: aiogram.types.chat_invite_link.ChatInviteLink.pending_join_request_count:1 #: of -msgid "*Optional*. Number of pending join requests created using this link" +msgid "Simple field" msgstr "" + +#: ../../docstring +#: aiogram.types.chat_invite_link.ChatInviteLink.creates_join_request:1 +#: aiogram.types.chat_invite_link.ChatInviteLink.expire_date:1 of +msgid "In this field stored datetime" +msgstr "" + +#: ../../docstring +#: aiogram.types.chat_invite_link.ChatInviteLink.creates_join_request:3 +#: aiogram.types.chat_invite_link.ChatInviteLink.expire_date:3 of +msgid "in: unixtime out: datetime" +msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#chatinvitelink" +#~ msgstr "" + +#~ msgid "" +#~ "The invite link. If the link was" +#~ " created by another chat administrator, " +#~ "then the second part of the link" +#~ " will be replaced with '…'." +#~ msgstr "" + +#~ msgid "Creator of the link" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if users joining the chat" +#~ " via the link need to be " +#~ "approved by chat administrators" +#~ msgstr "" + +#~ msgid ":code:`True`, if the link is primary" +#~ msgstr "" + +#~ msgid ":code:`True`, if the link is revoked" +#~ msgstr "" + +#~ msgid "*Optional*. Invite link name" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Point in time (Unix " +#~ "timestamp) when the link will expire " +#~ "or has been expired" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The maximum number of users" +#~ " that can be members of the " +#~ "chat simultaneously after joining the " +#~ "chat via this invite link; 1-99999" +#~ msgstr "" + +#~ msgid "*Optional*. Number of pending join requests created using this link" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/chat_join_request.po b/docs/locale/en/LC_MESSAGES/api/types/chat_join_request.po index 0349c899..eb7d973e 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/chat_join_request.po +++ b/docs/locale/en/LC_MESSAGES/api/types/chat_join_request.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_join_request.rst:3 msgid "ChatJoinRequest" @@ -26,94 +26,23 @@ msgid "Represents a join request sent to a chat." msgstr "" #: aiogram.types.chat_join_request.ChatJoinRequest:3 of -msgid "Source: https://core.telegram.org/bots/api#chatjoinrequest" +msgid "https://core.telegram.org/bots/api#chatjoinrequest" msgstr "" -#: ../../docstring aiogram.types.chat_join_request.ChatJoinRequest.chat:1 of -msgid "Chat to which the request was sent" -msgstr "" - -#: ../../docstring aiogram.types.chat_join_request.ChatJoinRequest.from_user:1 -#: of -msgid "User that sent the join request" +#: ../../docstring aiogram.types.chat_join_request.ChatJoinRequest.bio:1 +#: aiogram.types.chat_join_request.ChatJoinRequest.chat:1 +#: aiogram.types.chat_join_request.ChatJoinRequest.from_user:1 +#: aiogram.types.chat_join_request.ChatJoinRequest.invite_link:1 +#: aiogram.types.chat_join_request.ChatJoinRequest.user_chat_id:1 of +msgid "Simple field" msgstr "" #: ../../docstring aiogram.types.chat_join_request.ChatJoinRequest.date:1 of -msgid "Date the request was sent in Unix time" +msgid "In this field stored datetime" msgstr "" -#: ../../docstring aiogram.types.chat_join_request.ChatJoinRequest.bio:1 of -msgid "*Optional*. Bio of the user." -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_join_request.ChatJoinRequest.invite_link:1 of -msgid "" -"*Optional*. Chat invite link that was used by the user to send the join " -"request" -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.approve:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.approve_chat_join_request.ApproveChatJoinRequest`" -" will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.approve:4 -#: aiogram.types.chat_join_request.ChatJoinRequest.decline:4 of -msgid ":code:`chat_id`" -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.approve:5 -#: aiogram.types.chat_join_request.ChatJoinRequest.decline:5 of -msgid ":code:`user_id`" -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.approve:7 of -msgid "" -"Use this method to approve a chat join request. The bot must be an " -"administrator in the chat for this to work and must have the " -"*can_invite_users* administrator right. Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.approve:9 of -msgid "Source: https://core.telegram.org/bots/api#approvechatjoinrequest" -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.approve -#: aiogram.types.chat_join_request.ChatJoinRequest.decline of -msgid "Returns" -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.approve:11 of -msgid "" -"instance of method " -":class:`aiogram.methods.approve_chat_join_request.ApproveChatJoinRequest`" -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.decline:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.decline_chat_join_request.DeclineChatJoinRequest`" -" will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.decline:7 of -msgid "" -"Use this method to decline a chat join request. The bot must be an " -"administrator in the chat for this to work and must have the " -"*can_invite_users* administrator right. Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.decline:9 of -msgid "Source: https://core.telegram.org/bots/api#declinechatjoinrequest" -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.decline:11 of -msgid "" -"instance of method " -":class:`aiogram.methods.decline_chat_join_request.DeclineChatJoinRequest`" +#: ../../docstring aiogram.types.chat_join_request.ChatJoinRequest.date:3 of +msgid "in: unixtime out: datetime" msgstr "" #~ msgid "Use this method to approve a chat join request." @@ -121,3 +50,80 @@ msgstr "" #~ msgid "Use this method to decline a chat join request." #~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#chatjoinrequest" +#~ msgstr "" + +#~ msgid "Chat to which the request was sent" +#~ msgstr "" + +#~ msgid "User that sent the join request" +#~ msgstr "" + +#~ msgid "Date the request was sent in Unix time" +#~ msgstr "" + +#~ msgid "*Optional*. Bio of the user." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Chat invite link that was" +#~ " used by the user to send the" +#~ " join request" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.approve_chat_join_request.ApproveChatJoinRequest`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid ":code:`chat_id`" +#~ msgstr "" + +#~ msgid ":code:`user_id`" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to approve a chat" +#~ " join request. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have the " +#~ "*can_invite_users* administrator right. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#approvechatjoinrequest" +#~ msgstr "" + +#~ msgid "Returns" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.approve_chat_join_request.ApproveChatJoinRequest`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.decline_chat_join_request.DeclineChatJoinRequest`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to decline a chat" +#~ " join request. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have the " +#~ "*can_invite_users* administrator right. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#declinechatjoinrequest" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.decline_chat_join_request.DeclineChatJoinRequest`" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/chat_location.po b/docs/locale/en/LC_MESSAGES/api/types/chat_location.po index ce065a0e..c28afa96 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/chat_location.po +++ b/docs/locale/en/LC_MESSAGES/api/types/chat_location.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_location.rst:3 msgid "ChatLocation" @@ -26,15 +26,23 @@ msgid "Represents a location to which a chat is connected." msgstr "" #: aiogram.types.chat_location.ChatLocation:3 of -msgid "Source: https://core.telegram.org/bots/api#chatlocation" +msgid "https://core.telegram.org/bots/api#chatlocation" msgstr "" -#: ../../docstring aiogram.types.chat_location.ChatLocation.location:1 of -msgid "" -"The location to which the supergroup is connected. Can't be a live " -"location." +#: ../../docstring aiogram.types.chat_location.ChatLocation.address:1 +#: aiogram.types.chat_location.ChatLocation.location:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.chat_location.ChatLocation.address:1 of -msgid "Location address; 1-64 characters, as defined by the chat owner" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#chatlocation" +#~ msgstr "" + +#~ msgid "" +#~ "The location to which the supergroup " +#~ "is connected. Can't be a live " +#~ "location." +#~ msgstr "" + +#~ msgid "Location address; 1-64 characters, as defined by the chat owner" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/chat_member.po b/docs/locale/en/LC_MESSAGES/api/types/chat_member.po index 87fe2331..b8a217e7 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/chat_member.po +++ b/docs/locale/en/LC_MESSAGES/api/types/chat_member.po @@ -8,19 +8,23 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_member.rst:3 msgid "ChatMember" msgstr "" +#: aiogram.types.chat_member.ChatMemberStatus:1 of +msgid "Chat member status" +msgstr "" + #: aiogram.types.chat_member.ChatMember:1 of msgid "" "This object contains information about one member of a chat. Currently, " @@ -28,169 +32,292 @@ msgid "" msgstr "" #: aiogram.types.chat_member.ChatMember:3 of -msgid ":class:`aiogram.types.chat_member_owner.ChatMemberOwner`" -msgstr "" - -#: aiogram.types.chat_member.ChatMember:4 of -msgid ":class:`aiogram.types.chat_member_administrator.ChatMemberAdministrator`" -msgstr "" - -#: aiogram.types.chat_member.ChatMember:5 of -msgid ":class:`aiogram.types.chat_member_member.ChatMemberMember`" -msgstr "" - -#: aiogram.types.chat_member.ChatMember:6 of -msgid ":class:`aiogram.types.chat_member_restricted.ChatMemberRestricted`" -msgstr "" - -#: aiogram.types.chat_member.ChatMember:7 of -msgid ":class:`aiogram.types.chat_member_left.ChatMemberLeft`" -msgstr "" - -#: aiogram.types.chat_member.ChatMember:8 of -msgid ":class:`aiogram.types.chat_member_banned.ChatMemberBanned`" +msgid "" +"ChatMemberOwner ChatMemberAdministrator ChatMemberMember " +"ChatMemberRestricted ChatMemberLeft ChatMemberBanned" msgstr "" #: aiogram.types.chat_member.ChatMember:10 of -msgid "Source: https://core.telegram.org/bots/api#chatmember" +msgid "https://core.telegram.org/bots/api#chatmember" msgstr "" -#: ../../docstring aiogram.types.chat_member.ChatMember.status:1 of -msgid "The member's status in the chat" +#: ../../docstring aiogram.types.chat_member.ChatMember.status:1 +#: aiogram.types.chat_member.ChatMember.user:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_be_edited:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_change_info:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_delete_messages:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_edit_messages:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_invite_users:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_manage_chat:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_manage_topics:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_manage_video_chats:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_manage_voice_chats:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_pin_messages:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_post_messages:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_promote_members:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_restrict_members:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.custom_title:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.is_anonymous:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.status:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.user:1 +#: aiogram.types.chat_member.ChatMemberBanned.status:1 +#: aiogram.types.chat_member.ChatMemberBanned.user:1 +#: aiogram.types.chat_member.ChatMemberLeft.status:1 +#: aiogram.types.chat_member.ChatMemberLeft.user:1 +#: aiogram.types.chat_member.ChatMemberMember.status:1 +#: aiogram.types.chat_member.ChatMemberMember.user:1 +#: aiogram.types.chat_member.ChatMemberOwner.custom_title:1 +#: aiogram.types.chat_member.ChatMemberOwner.is_anonymous:1 +#: aiogram.types.chat_member.ChatMemberOwner.status:1 +#: aiogram.types.chat_member.ChatMemberOwner.user:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_add_web_page_previews:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_change_info:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_invite_users:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_manage_topics:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_pin_messages:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_send_audios:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_send_documents:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_send_media_messages:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_send_messages:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_send_other_messages:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_send_photos:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_send_polls:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_send_video_notes:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_send_videos:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_send_voice_notes:1 +#: aiogram.types.chat_member.ChatMemberRestricted.is_member:1 +#: aiogram.types.chat_member.ChatMemberRestricted.status:1 +#: aiogram.types.chat_member.ChatMemberRestricted.user:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.chat_member.ChatMember.user:1 of -msgid "*Optional*. Information about the user" +#: aiogram.types.chat_member.ChatMember.to_object:1 of +msgid "Deserialize object" msgstr "" -#: ../../docstring aiogram.types.chat_member.ChatMember.is_anonymous:1 of -msgid "*Optional*. :code:`True`, if the user's presence in the chat is hidden" +#: aiogram.types.chat_member.ChatMember.to_object of +msgid "Parameters" msgstr "" -#: ../../docstring aiogram.types.chat_member.ChatMember.custom_title:1 of -msgid "*Optional*. Custom title for this user" +#: aiogram.types.chat_member.ChatMember.to_object of +msgid "Returns" msgstr "" -#: ../../docstring aiogram.types.chat_member.ChatMember.can_be_edited:1 of +#: aiogram.types.chat_member.ChatMemberOwner:1 of msgid "" -"*Optional*. :code:`True`, if the bot is allowed to edit administrator " -"privileges of that user" +"Represents a chat member that owns the chat and has all administrator " +"privileges. https://core.telegram.org/bots/api#chatmemberowner" msgstr "" -#: ../../docstring aiogram.types.chat_member.ChatMember.can_manage_chat:1 of +#: aiogram.types.chat_member.ChatMemberAdministrator:1 of +msgid "Represents a chat member that has some additional privileges." +msgstr "" + +#: aiogram.types.chat_member.ChatMemberAdministrator:3 of +msgid "https://core.telegram.org/bots/api#chatmemberadministrator" +msgstr "" + +#: aiogram.types.chat_member.ChatMemberMember:1 of msgid "" -"*Optional*. :code:`True`, if the administrator can access the chat event " -"log, chat statistics, message statistics in channels, see channel " -"members, see anonymous administrators in supergroups and ignore slow " -"mode. Implied by any other administrator privilege" +"Represents a chat member that has no additional privileges or " +"restrictions." msgstr "" -#: ../../docstring aiogram.types.chat_member.ChatMember.can_delete_messages:1 -#: of +#: aiogram.types.chat_member.ChatMemberMember:4 of +msgid "https://core.telegram.org/bots/api#chatmembermember" +msgstr "" + +#: aiogram.types.chat_member.ChatMemberRestricted:1 of msgid "" -"*Optional*. :code:`True`, if the administrator can delete messages of " -"other users" +"Represents a chat member that is under certain restrictions in the chat. " +"Supergroups only." msgstr "" -#: ../../docstring -#: aiogram.types.chat_member.ChatMember.can_manage_video_chats:1 of -msgid "*Optional*. :code:`True`, if the administrator can manage video chats" +#: aiogram.types.chat_member.ChatMemberRestricted:4 of +msgid "https://core.telegram.org/bots/api#chatmemberrestricted" msgstr "" -#: ../../docstring aiogram.types.chat_member.ChatMember.can_restrict_members:1 -#: of +#: ../../docstring aiogram.types.chat_member.ChatMemberBanned.until_date:1 +#: aiogram.types.chat_member.ChatMemberRestricted.until_date:1 of +msgid "In this field stored datetime" +msgstr "" + +#: ../../docstring aiogram.types.chat_member.ChatMemberBanned.until_date:3 +#: aiogram.types.chat_member.ChatMemberRestricted.until_date:3 of +msgid "in: unixtime out: datetime" +msgstr "" + +#: aiogram.types.chat_member.ChatMemberLeft:1 of msgid "" -"*Optional*. :code:`True`, if the administrator can restrict, ban or unban" -" chat members" +"Represents a chat member that isn't currently a member of the chat, but " +"may join it themselves." msgstr "" -#: ../../docstring aiogram.types.chat_member.ChatMember.can_promote_members:1 -#: of +#: aiogram.types.chat_member.ChatMemberLeft:4 of +msgid "https://core.telegram.org/bots/api#chatmemberleft" +msgstr "" + +#: aiogram.types.chat_member.ChatMemberBanned:1 of msgid "" -"*Optional*. :code:`True`, if the administrator can add new administrators" -" with a subset of their own privileges or demote administrators that he " -"has promoted, directly or indirectly (promoted by administrators that " -"were appointed by the user)" +"Represents a chat member that was banned in the chat and can't return to " +"the chat or view chat messages." msgstr "" -#: ../../docstring aiogram.types.chat_member.ChatMember.can_change_info:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to change the chat " -"title, photo and other settings" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.can_invite_users:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to invite new users to " -"the chat" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.can_post_messages:1 of -msgid "" -"*Optional*. :code:`True`, if the administrator can post in the channel; " -"channels only" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.can_edit_messages:1 of -msgid "" -"*Optional*. :code:`True`, if the administrator can edit messages of other" -" users and can pin messages; channels only" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.can_pin_messages:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to pin messages; groups " -"and supergroups only" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.can_manage_topics:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to create, rename, " -"close, and reopen forum topics; supergroups only" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.is_member:1 of -msgid "" -"*Optional*. :code:`True`, if the user is a member of the chat at the " -"moment of the request" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.can_send_messages:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to send text messages, " -"contacts, locations and venues" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member.ChatMember.can_send_media_messages:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to send audios, " -"documents, photos, videos, video notes and voice notes" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.can_send_polls:1 of -msgid "*Optional*. :code:`True`, if the user is allowed to send polls" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member.ChatMember.can_send_other_messages:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to send animations, " -"games, stickers and use inline bots" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member.ChatMember.can_add_web_page_previews:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to add web page previews" -" to their messages" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.until_date:1 of -msgid "" -"*Optional*. Date when restrictions will be lifted for this user; unix " -"time. If 0, then the user is restricted forever" +#: aiogram.types.chat_member.ChatMemberBanned:4 of +msgid "https://core.telegram.org/bots/api#chatmemberbanned" msgstr "" #~ msgid "..." #~ msgstr "" + +#~ msgid ":class:`aiogram.types.chat_member_owner.ChatMemberOwner`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.chat_member_administrator.ChatMemberAdministrator`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.chat_member_member.ChatMemberMember`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.chat_member_restricted.ChatMemberRestricted`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.chat_member_left.ChatMemberLeft`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.chat_member_banned.ChatMemberBanned`" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#chatmember" +#~ msgstr "" + +#~ msgid "The member's status in the chat" +#~ msgstr "" + +#~ msgid "*Optional*. Information about the user" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the user's presence in the chat is hidden" +#~ msgstr "" + +#~ msgid "*Optional*. Custom title for this user" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the bot is" +#~ " allowed to edit administrator privileges" +#~ " of that user" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the administrator" +#~ " can access the chat event log, " +#~ "chat statistics, message statistics in " +#~ "channels, see channel members, see " +#~ "anonymous administrators in supergroups and" +#~ " ignore slow mode. Implied by any " +#~ "other administrator privilege" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the administrator" +#~ " can delete messages of other users" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the administrator can manage video chats" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the administrator" +#~ " can restrict, ban or unban chat " +#~ "members" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the administrator" +#~ " can add new administrators with a" +#~ " subset of their own privileges or" +#~ " demote administrators that he has " +#~ "promoted, directly or indirectly (promoted " +#~ "by administrators that were appointed by" +#~ " the user)" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to change the chat title," +#~ " photo and other settings" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to invite new users to " +#~ "the chat" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the administrator" +#~ " can post in the channel; channels" +#~ " only" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the administrator" +#~ " can edit messages of other users " +#~ "and can pin messages; channels only" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to pin messages; groups and" +#~ " supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to create, rename, close, " +#~ "and reopen forum topics; supergroups " +#~ "only" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " a member of the chat at the" +#~ " moment of the request" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to send text messages, " +#~ "contacts, locations and venues" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to send audios, documents, " +#~ "photos, videos, video notes and voice" +#~ " notes" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the user is allowed to send polls" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to send animations, games, " +#~ "stickers and use inline bots" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to add web page previews " +#~ "to their messages" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Date when restrictions will " +#~ "be lifted for this user; unix " +#~ "time. If 0, then the user is " +#~ "restricted forever" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/chat_member_administrator.po b/docs/locale/en/LC_MESSAGES/api/types/chat_member_administrator.po index 0045c783..68fb311f 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/chat_member_administrator.po +++ b/docs/locale/en/LC_MESSAGES/api/types/chat_member_administrator.po @@ -8,140 +8,108 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_member_administrator.rst:3 msgid "ChatMemberAdministrator" msgstr "" -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator:1 of -msgid "" -"Represents a `chat member " -"`_ that has some " -"additional privileges." -msgstr "" +#~ msgid "" +#~ "Represents a `chat member " +#~ "`_ that has" +#~ " some additional privileges." +#~ msgstr "" -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator:3 of -msgid "Source: https://core.telegram.org/bots/api#chatmemberadministrator" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#chatmemberadministrator" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.status:1 of -msgid "The member's status in the chat, always 'administrator'" -msgstr "" +#~ msgid "The member's status in the chat, always 'administrator'" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.user:1 of -msgid "Information about the user" -msgstr "" +#~ msgid "Information about the user" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_be_edited:1 -#: of -msgid "" -":code:`True`, if the bot is allowed to edit administrator privileges of " -"that user" -msgstr "" +#~ msgid "" +#~ ":code:`True`, if the bot is allowed " +#~ "to edit administrator privileges of that" +#~ " user" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.is_anonymous:1 -#: of -msgid ":code:`True`, if the user's presence in the chat is hidden" -msgstr "" +#~ msgid ":code:`True`, if the user's presence in the chat is hidden" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_manage_chat:1 -#: of -msgid "" -":code:`True`, if the administrator can access the chat event log, chat " -"statistics, message statistics in channels, see channel members, see " -"anonymous administrators in supergroups and ignore slow mode. Implied by " -"any other administrator privilege" -msgstr "" +#~ msgid "" +#~ ":code:`True`, if the administrator can " +#~ "access the chat event log, chat " +#~ "statistics, message statistics in channels," +#~ " see channel members, see anonymous " +#~ "administrators in supergroups and ignore " +#~ "slow mode. Implied by any other " +#~ "administrator privilege" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_delete_messages:1 -#: of -msgid ":code:`True`, if the administrator can delete messages of other users" -msgstr "" +#~ msgid ":code:`True`, if the administrator can delete messages of other users" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_manage_video_chats:1 -#: of -msgid ":code:`True`, if the administrator can manage video chats" -msgstr "" +#~ msgid ":code:`True`, if the administrator can manage video chats" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_restrict_members:1 -#: of -msgid ":code:`True`, if the administrator can restrict, ban or unban chat members" -msgstr "" +#~ msgid "" +#~ ":code:`True`, if the administrator can " +#~ "restrict, ban or unban chat members" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_promote_members:1 -#: of -msgid "" -":code:`True`, if the administrator can add new administrators with a " -"subset of their own privileges or demote administrators that he has " -"promoted, directly or indirectly (promoted by administrators that were " -"appointed by the user)" -msgstr "" +#~ msgid "" +#~ ":code:`True`, if the administrator can " +#~ "add new administrators with a subset " +#~ "of their own privileges or demote " +#~ "administrators that he has promoted, " +#~ "directly or indirectly (promoted by " +#~ "administrators that were appointed by " +#~ "the user)" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_change_info:1 -#: of -msgid "" -":code:`True`, if the user is allowed to change the chat title, photo and " -"other settings" -msgstr "" +#~ msgid "" +#~ ":code:`True`, if the user is allowed " +#~ "to change the chat title, photo " +#~ "and other settings" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_invite_users:1 -#: of -msgid ":code:`True`, if the user is allowed to invite new users to the chat" -msgstr "" +#~ msgid ":code:`True`, if the user is allowed to invite new users to the chat" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_post_messages:1 -#: of -msgid "" -"*Optional*. :code:`True`, if the administrator can post in the channel; " -"channels only" -msgstr "" +#~ msgid "" +#~ "*Optional*. :code:`True`, if the administrator" +#~ " can post in the channel; channels" +#~ " only" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_edit_messages:1 -#: of -msgid "" -"*Optional*. :code:`True`, if the administrator can edit messages of other" -" users and can pin messages; channels only" -msgstr "" +#~ msgid "" +#~ "*Optional*. :code:`True`, if the administrator" +#~ " can edit messages of other users " +#~ "and can pin messages; channels only" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_pin_messages:1 -#: of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to pin messages; groups " -"and supergroups only" -msgstr "" +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to pin messages; groups and" +#~ " supergroups only" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_manage_topics:1 -#: of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to create, rename, " -"close, and reopen forum topics; supergroups only" -msgstr "" +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to create, rename, close, " +#~ "and reopen forum topics; supergroups " +#~ "only" +#~ msgstr "" + +#~ msgid "*Optional*. Custom title for this user" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.custom_title:1 -#: of -msgid "*Optional*. Custom title for this user" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/chat_member_banned.po b/docs/locale/en/LC_MESSAGES/api/types/chat_member_banned.po index 5b7267fb..fff2e363 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/chat_member_banned.po +++ b/docs/locale/en/LC_MESSAGES/api/types/chat_member_banned.po @@ -8,42 +8,39 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_member_banned.rst:3 msgid "ChatMemberBanned" msgstr "" -#: aiogram.types.chat_member_banned.ChatMemberBanned:1 of -msgid "" -"Represents a `chat member " -"`_ that was banned in the " -"chat and can't return to the chat or view chat messages." -msgstr "" +#~ msgid "" +#~ "Represents a `chat member " +#~ "`_ that was" +#~ " banned in the chat and can't " +#~ "return to the chat or view chat" +#~ " messages." +#~ msgstr "" -#: aiogram.types.chat_member_banned.ChatMemberBanned:3 of -msgid "Source: https://core.telegram.org/bots/api#chatmemberbanned" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#chatmemberbanned" +#~ msgstr "" -#: ../../docstring aiogram.types.chat_member_banned.ChatMemberBanned.status:1 -#: of -msgid "The member's status in the chat, always 'kicked'" -msgstr "" +#~ msgid "The member's status in the chat, always 'kicked'" +#~ msgstr "" -#: ../../docstring aiogram.types.chat_member_banned.ChatMemberBanned.user:1 of -msgid "Information about the user" -msgstr "" +#~ msgid "Information about the user" +#~ msgstr "" + +#~ msgid "" +#~ "Date when restrictions will be lifted" +#~ " for this user; unix time. If " +#~ "0, then the user is banned forever" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_banned.ChatMemberBanned.until_date:1 of -msgid "" -"Date when restrictions will be lifted for this user; unix time. If 0, " -"then the user is banned forever" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/chat_member_left.po b/docs/locale/en/LC_MESSAGES/api/types/chat_member_left.po index cae2e7b8..fe7eee28 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/chat_member_left.po +++ b/docs/locale/en/LC_MESSAGES/api/types/chat_member_left.po @@ -8,34 +8,32 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_member_left.rst:3 msgid "ChatMemberLeft" msgstr "" -#: aiogram.types.chat_member_left.ChatMemberLeft:1 of -msgid "" -"Represents a `chat member " -"`_ that isn't currently a " -"member of the chat, but may join it themselves." -msgstr "" +#~ msgid "" +#~ "Represents a `chat member " +#~ "`_ that " +#~ "isn't currently a member of the " +#~ "chat, but may join it themselves." +#~ msgstr "" -#: aiogram.types.chat_member_left.ChatMemberLeft:3 of -msgid "Source: https://core.telegram.org/bots/api#chatmemberleft" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#chatmemberleft" +#~ msgstr "" -#: ../../docstring aiogram.types.chat_member_left.ChatMemberLeft.status:1 of -msgid "The member's status in the chat, always 'left'" -msgstr "" +#~ msgid "The member's status in the chat, always 'left'" +#~ msgstr "" + +#~ msgid "Information about the user" +#~ msgstr "" -#: ../../docstring aiogram.types.chat_member_left.ChatMemberLeft.user:1 of -msgid "Information about the user" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/chat_member_member.po b/docs/locale/en/LC_MESSAGES/api/types/chat_member_member.po index 8bc63e6e..dec21c0b 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/chat_member_member.po +++ b/docs/locale/en/LC_MESSAGES/api/types/chat_member_member.po @@ -8,35 +8,31 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_member_member.rst:3 msgid "ChatMemberMember" msgstr "" -#: aiogram.types.chat_member_member.ChatMemberMember:1 of -msgid "" -"Represents a `chat member " -"`_ that has no additional " -"privileges or restrictions." -msgstr "" +#~ msgid "" +#~ "Represents a `chat member " +#~ "`_ that has" +#~ " no additional privileges or restrictions." +#~ msgstr "" -#: aiogram.types.chat_member_member.ChatMemberMember:3 of -msgid "Source: https://core.telegram.org/bots/api#chatmembermember" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#chatmembermember" +#~ msgstr "" -#: ../../docstring aiogram.types.chat_member_member.ChatMemberMember.status:1 -#: of -msgid "The member's status in the chat, always 'member'" -msgstr "" +#~ msgid "The member's status in the chat, always 'member'" +#~ msgstr "" + +#~ msgid "Information about the user" +#~ msgstr "" -#: ../../docstring aiogram.types.chat_member_member.ChatMemberMember.user:1 of -msgid "Information about the user" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/chat_member_owner.po b/docs/locale/en/LC_MESSAGES/api/types/chat_member_owner.po index 25470e8c..07d78674 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/chat_member_owner.po +++ b/docs/locale/en/LC_MESSAGES/api/types/chat_member_owner.po @@ -8,44 +8,38 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_member_owner.rst:3 msgid "ChatMemberOwner" msgstr "" -#: aiogram.types.chat_member_owner.ChatMemberOwner:1 of -msgid "" -"Represents a `chat member " -"`_ that owns the chat and " -"has all administrator privileges." -msgstr "" +#~ msgid "" +#~ "Represents a `chat member " +#~ "`_ that " +#~ "owns the chat and has all " +#~ "administrator privileges." +#~ msgstr "" -#: aiogram.types.chat_member_owner.ChatMemberOwner:3 of -msgid "Source: https://core.telegram.org/bots/api#chatmemberowner" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#chatmemberowner" +#~ msgstr "" -#: ../../docstring aiogram.types.chat_member_owner.ChatMemberOwner.status:1 of -msgid "The member's status in the chat, always 'creator'" -msgstr "" +#~ msgid "The member's status in the chat, always 'creator'" +#~ msgstr "" -#: ../../docstring aiogram.types.chat_member_owner.ChatMemberOwner.user:1 of -msgid "Information about the user" -msgstr "" +#~ msgid "Information about the user" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_owner.ChatMemberOwner.is_anonymous:1 of -msgid ":code:`True`, if the user's presence in the chat is hidden" -msgstr "" +#~ msgid ":code:`True`, if the user's presence in the chat is hidden" +#~ msgstr "" + +#~ msgid "*Optional*. Custom title for this user" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_owner.ChatMemberOwner.custom_title:1 of -msgid "*Optional*. Custom title for this user" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/chat_member_restricted.po b/docs/locale/en/LC_MESSAGES/api/types/chat_member_restricted.po index 79784f6d..ed5c5932 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/chat_member_restricted.po +++ b/docs/locale/en/LC_MESSAGES/api/types/chat_member_restricted.po @@ -8,114 +8,87 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_member_restricted.rst:3 msgid "ChatMemberRestricted" msgstr "" -#: aiogram.types.chat_member_restricted.ChatMemberRestricted:1 of -msgid "" -"Represents a `chat member " -"`_ that is under certain " -"restrictions in the chat. Supergroups only." -msgstr "" +#~ msgid "" +#~ "Represents a `chat member " +#~ "`_ that is" +#~ " under certain restrictions in the " +#~ "chat. Supergroups only." +#~ msgstr "" -#: aiogram.types.chat_member_restricted.ChatMemberRestricted:3 of -msgid "Source: https://core.telegram.org/bots/api#chatmemberrestricted" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#chatmemberrestricted" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.status:1 of -msgid "The member's status in the chat, always 'restricted'" -msgstr "" +#~ msgid "The member's status in the chat, always 'restricted'" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.user:1 of -msgid "Information about the user" -msgstr "" +#~ msgid "Information about the user" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.is_member:1 of -msgid "" -":code:`True`, if the user is a member of the chat at the moment of the " -"request" -msgstr "" +#~ msgid "" +#~ ":code:`True`, if the user is a " +#~ "member of the chat at the moment" +#~ " of the request" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_change_info:1 -#: of -msgid "" -":code:`True`, if the user is allowed to change the chat title, photo and " -"other settings" -msgstr "" +#~ msgid "" +#~ ":code:`True`, if the user is allowed " +#~ "to change the chat title, photo " +#~ "and other settings" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_invite_users:1 -#: of -msgid ":code:`True`, if the user is allowed to invite new users to the chat" -msgstr "" +#~ msgid ":code:`True`, if the user is allowed to invite new users to the chat" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_pin_messages:1 -#: of -msgid ":code:`True`, if the user is allowed to pin messages" -msgstr "" +#~ msgid ":code:`True`, if the user is allowed to pin messages" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_manage_topics:1 -#: of -msgid ":code:`True`, if the user is allowed to create forum topics" -msgstr "" +#~ msgid ":code:`True`, if the user is allowed to create forum topics" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_send_messages:1 -#: of -msgid "" -":code:`True`, if the user is allowed to send text messages, contacts, " -"locations and venues" -msgstr "" +#~ msgid "" +#~ ":code:`True`, if the user is allowed " +#~ "to send text messages, contacts, " +#~ "locations and venues" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_send_media_messages:1 -#: of -msgid "" -":code:`True`, if the user is allowed to send audios, documents, photos, " -"videos, video notes and voice notes" -msgstr "" +#~ msgid "" +#~ ":code:`True`, if the user is allowed " +#~ "to send audios, documents, photos, " +#~ "videos, video notes and voice notes" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_send_polls:1 -#: of -msgid ":code:`True`, if the user is allowed to send polls" -msgstr "" +#~ msgid ":code:`True`, if the user is allowed to send polls" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_send_other_messages:1 -#: of -msgid "" -":code:`True`, if the user is allowed to send animations, games, stickers " -"and use inline bots" -msgstr "" +#~ msgid "" +#~ ":code:`True`, if the user is allowed " +#~ "to send animations, games, stickers and" +#~ " use inline bots" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_add_web_page_previews:1 -#: of -msgid "" -":code:`True`, if the user is allowed to add web page previews to their " -"messages" -msgstr "" +#~ msgid "" +#~ ":code:`True`, if the user is allowed " +#~ "to add web page previews to their" +#~ " messages" +#~ msgstr "" + +#~ msgid "" +#~ "Date when restrictions will be lifted" +#~ " for this user; unix time. If " +#~ "0, then the user is restricted " +#~ "forever" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.until_date:1 of -msgid "" -"Date when restrictions will be lifted for this user; unix time. If 0, " -"then the user is restricted forever" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/chat_member_updated.po b/docs/locale/en/LC_MESSAGES/api/types/chat_member_updated.po index a362821e..1cb692cb 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/chat_member_updated.po +++ b/docs/locale/en/LC_MESSAGES/api/types/chat_member_updated.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_member_updated.rst:3 msgid "ChatMemberUpdated" @@ -26,37 +26,49 @@ msgid "This object represents changes in the status of a chat member." msgstr "" #: aiogram.types.chat_member_updated.ChatMemberUpdated:3 of -msgid "Source: https://core.telegram.org/bots/api#chatmemberupdated" +msgid "https://core.telegram.org/bots/api#chatmemberupdated" msgstr "" #: ../../docstring aiogram.types.chat_member_updated.ChatMemberUpdated.chat:1 -#: of -msgid "Chat the user belongs to" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_updated.ChatMemberUpdated.from_user:1 of -msgid "Performer of the action, which resulted in the change" +#: aiogram.types.chat_member_updated.ChatMemberUpdated.from_user:1 +#: aiogram.types.chat_member_updated.ChatMemberUpdated.invite_link:1 +#: aiogram.types.chat_member_updated.ChatMemberUpdated.new_chat_member:1 +#: aiogram.types.chat_member_updated.ChatMemberUpdated.old_chat_member:1 of +msgid "Simple field" msgstr "" #: ../../docstring aiogram.types.chat_member_updated.ChatMemberUpdated.date:1 #: of -msgid "Date the change was done in Unix time" +msgid "In this field stored datetime" msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_updated.ChatMemberUpdated.old_chat_member:1 of -msgid "Previous information about the chat member" +#: ../../docstring aiogram.types.chat_member_updated.ChatMemberUpdated.date:3 +#: of +msgid "in: unixtime out: datetime" msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_updated.ChatMemberUpdated.new_chat_member:1 of -msgid "New information about the chat member" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#chatmemberupdated" +#~ msgstr "" + +#~ msgid "Chat the user belongs to" +#~ msgstr "" + +#~ msgid "Performer of the action, which resulted in the change" +#~ msgstr "" + +#~ msgid "Date the change was done in Unix time" +#~ msgstr "" + +#~ msgid "Previous information about the chat member" +#~ msgstr "" + +#~ msgid "New information about the chat member" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Chat invite link, which was" +#~ " used by the user to join the" +#~ " chat; for joining by invite link " +#~ "events only." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_updated.ChatMemberUpdated.invite_link:1 of -msgid "" -"*Optional*. Chat invite link, which was used by the user to join the " -"chat; for joining by invite link events only." -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/chat_permissions.po b/docs/locale/en/LC_MESSAGES/api/types/chat_permissions.po index d4bb052c..a8e3370e 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/chat_permissions.po +++ b/docs/locale/en/LC_MESSAGES/api/types/chat_permissions.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_permissions.rst:3 msgid "ChatPermissions" @@ -28,70 +28,87 @@ msgid "" msgstr "" #: aiogram.types.chat_permissions.ChatPermissions:3 of -msgid "Source: https://core.telegram.org/bots/api#chatpermissions" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_send_messages:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to send text messages, " -"contacts, locations and venues" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_send_media_messages:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to send audios, " -"documents, photos, videos, video notes and voice notes, implies " -"can_send_messages" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_send_polls:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to send polls, implies " -"can_send_messages" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_send_other_messages:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to send animations, " -"games, stickers and use inline bots, implies can_send_media_messages" +msgid "https://core.telegram.org/bots/api#chatpermissions" msgstr "" #: ../../docstring #: aiogram.types.chat_permissions.ChatPermissions.can_add_web_page_previews:1 -#: of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to add web page previews" -" to their messages, implies can_send_media_messages" +#: aiogram.types.chat_permissions.ChatPermissions.can_change_info:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_invite_users:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_manage_topics:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_pin_messages:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_send_audios:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_send_documents:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_send_media_messages:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_send_messages:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_send_other_messages:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_send_photos:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_send_polls:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_send_video_notes:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_send_videos:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_send_voice_notes:1 of +msgid "Simple field" msgstr "" -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_change_info:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to change the chat " -"title, photo and other settings. Ignored in public supergroups" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#chatpermissions" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_invite_users:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to invite new users to " -"the chat" -msgstr "" +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to send text messages, " +#~ "contacts, locations and venues" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_pin_messages:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to pin messages. Ignored" -" in public supergroups" -msgstr "" +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to send audios, documents, " +#~ "photos, videos, video notes and voice" +#~ " notes, implies can_send_messages" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to send polls, implies " +#~ "can_send_messages" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to send animations, games, " +#~ "stickers and use inline bots, implies" +#~ " can_send_media_messages" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to add web page previews " +#~ "to their messages, implies " +#~ "can_send_media_messages" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to change the chat title," +#~ " photo and other settings. Ignored in" +#~ " public supergroups" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to invite new users to " +#~ "the chat" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to pin messages. Ignored in" +#~ " public supergroups" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to create forum topics. If" +#~ " omitted defaults to the value of " +#~ "can_pin_messages" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_manage_topics:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to create forum topics. " -"If omitted defaults to the value of can_pin_messages" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/chat_photo.po b/docs/locale/en/LC_MESSAGES/api/types/chat_photo.po index 67bbfafe..dd88541f 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/chat_photo.po +++ b/docs/locale/en/LC_MESSAGES/api/types/chat_photo.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_photo.rst:3 msgid "ChatPhoto" @@ -26,31 +26,90 @@ msgid "This object represents a chat photo." msgstr "" #: aiogram.types.chat_photo.ChatPhoto:3 of -msgid "Source: https://core.telegram.org/bots/api#chatphoto" +msgid "https://core.telegram.org/bots/api#chatphoto" msgstr "" -#: ../../docstring aiogram.types.chat_photo.ChatPhoto.small_file_id:1 of -msgid "" -"File identifier of small (160x160) chat photo. This file_id can be used " -"only for photo download and only for as long as the photo is not changed." +#: ../../docstring aiogram.types.chat_photo.ChatPhoto.big_file_id:1 +#: aiogram.types.chat_photo.ChatPhoto.big_file_unique_id:1 +#: aiogram.types.chat_photo.ChatPhoto.small_file_id:1 +#: aiogram.types.chat_photo.ChatPhoto.small_file_unique_id:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.chat_photo.ChatPhoto.small_file_unique_id:1 of -msgid "" -"Unique file identifier of small (160x160) chat photo, which is supposed " -"to be the same over time and for different bots. Can't be used to " -"download or reuse the file." +#: aiogram.types.chat_photo.ChatPhoto.download_big:1 +#: aiogram.types.chat_photo.ChatPhoto.download_small:1 of +msgid "Download file" msgstr "" -#: ../../docstring aiogram.types.chat_photo.ChatPhoto.big_file_id:1 of -msgid "" -"File identifier of big (640x640) chat photo. This file_id can be used " -"only for photo download and only for as long as the photo is not changed." +#: aiogram.types.chat_photo.ChatPhoto.download_big +#: aiogram.types.chat_photo.ChatPhoto.download_small of +msgid "Parameters" msgstr "" -#: ../../docstring aiogram.types.chat_photo.ChatPhoto.big_file_unique_id:1 of -msgid "" -"Unique file identifier of big (640x640) chat photo, which is supposed to " -"be the same over time and for different bots. Can't be used to download " -"or reuse the file." +#: aiogram.types.chat_photo.ChatPhoto.download_big:3 +#: aiogram.types.chat_photo.ChatPhoto.download_small:3 of +msgid "filename or instance of :class:`io.IOBase`. For e. g. :class:`io.BytesIO`" msgstr "" + +#: aiogram.types.chat_photo.ChatPhoto.download_big:4 +#: aiogram.types.chat_photo.ChatPhoto.download_big:5 +#: aiogram.types.chat_photo.ChatPhoto.download_small:4 +#: aiogram.types.chat_photo.ChatPhoto.download_small:5 of +msgid "Integer" +msgstr "" + +#: aiogram.types.chat_photo.ChatPhoto.download_big:6 +#: aiogram.types.chat_photo.ChatPhoto.download_small:6 of +msgid "Boolean - go to start of file when downloading is finished." +msgstr "" + +#: aiogram.types.chat_photo.ChatPhoto.download_big:7 +#: aiogram.types.chat_photo.ChatPhoto.download_small:7 of +msgid "Make dirs if not exist" +msgstr "" + +#: aiogram.types.chat_photo.ChatPhoto.download_big +#: aiogram.types.chat_photo.ChatPhoto.download_small of +msgid "Returns" +msgstr "" + +#: aiogram.types.chat_photo.ChatPhoto.download_big:8 +#: aiogram.types.chat_photo.ChatPhoto.download_small:8 of +msgid "destination" +msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#chatphoto" +#~ msgstr "" + +#~ msgid "" +#~ "File identifier of small (160x160) chat" +#~ " photo. This file_id can be used " +#~ "only for photo download and only " +#~ "for as long as the photo is " +#~ "not changed." +#~ msgstr "" + +#~ msgid "" +#~ "Unique file identifier of small " +#~ "(160x160) chat photo, which is supposed" +#~ " to be the same over time and" +#~ " for different bots. Can't be used" +#~ " to download or reuse the file." +#~ msgstr "" + +#~ msgid "" +#~ "File identifier of big (640x640) chat" +#~ " photo. This file_id can be used " +#~ "only for photo download and only " +#~ "for as long as the photo is " +#~ "not changed." +#~ msgstr "" + +#~ msgid "" +#~ "Unique file identifier of big (640x640)" +#~ " chat photo, which is supposed to " +#~ "be the same over time and for " +#~ "different bots. Can't be used to " +#~ "download or reuse the file." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/chat_shared.po b/docs/locale/en/LC_MESSAGES/api/types/chat_shared.po new file mode 100644 index 00000000..5f1b31f6 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/api/types/chat_shared.po @@ -0,0 +1,40 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2023, aiogram Team +# This file is distributed under the same license as the aiogram package. +# FIRST AUTHOR , 2023. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: aiogram \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: en\n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../api/types/chat_shared.rst:3 +msgid "ChatShared" +msgstr "" + +#: aiogram.types.chat_shared.ChatShared:1 of +msgid "" +"This object contains information about the chat whose identifier was " +"shared with the bot using a KeyboardButtonRequestChat button." +msgstr "" + +#: aiogram.types.chat_shared.ChatShared:4 of +msgid "https://core.telegram.org/bots/api#chatshared" +msgstr "" + +#: ../../docstring aiogram.types.chat_shared.ChatShared.request_id:1 +#: aiogram.types.chat_shared.ChatShared.user_id:1 of +msgid "Simple field" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/chosen_inline_result.po b/docs/locale/en/LC_MESSAGES/api/types/chosen_inline_result.po index ebbc8e52..46fb99a3 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/chosen_inline_result.po +++ b/docs/locale/en/LC_MESSAGES/api/types/chosen_inline_result.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chosen_inline_result.rst:3 msgid "ChosenInlineResult" @@ -23,47 +23,71 @@ msgstr "" #: aiogram.types.chosen_inline_result.ChosenInlineResult:1 of msgid "" -"Represents a `result " -"`_ of an inline " -"query that was chosen by the user and sent to their chat partner. " -"**Note:** It is necessary to enable `inline feedback " -"`_ via " -"`@BotFather `_ in order to receive these objects " -"in updates." +"Represents a result of an inline query that was chosen by the user and " +"sent to their chat partner." msgstr "" -#: aiogram.types.chosen_inline_result.ChosenInlineResult:4 of -msgid "Source: https://core.telegram.org/bots/api#choseninlineresult" -msgstr "" - -#: ../../docstring -#: aiogram.types.chosen_inline_result.ChosenInlineResult.result_id:1 of -msgid "The unique identifier for the result that was chosen" -msgstr "" - -#: ../../docstring -#: aiogram.types.chosen_inline_result.ChosenInlineResult.from_user:1 of -msgid "The user that chose the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.chosen_inline_result.ChosenInlineResult.query:1 of -msgid "The query that was used to obtain the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.chosen_inline_result.ChosenInlineResult.location:1 of -msgid "*Optional*. Sender location, only for bots that require user location" -msgstr "" - -#: ../../docstring -#: aiogram.types.chosen_inline_result.ChosenInlineResult.inline_message_id:1 of +#: aiogram.types.chosen_inline_result.ChosenInlineResult:3 of msgid "" -"*Optional*. Identifier of the sent inline message. Available only if " -"there is an `inline keyboard " -"`_ attached to " -"the message. Will be also received in `callback queries " -"`_ and can be used to " -"`edit `_ the " -"message." +"Note: It is necessary to enable inline feedback via @Botfather in order " +"to receive these objects in updates. Your bot can accept payments from " +"Telegram users. Please see the introduction to payments for more details " +"on the process and how to set up payments for your bot. Please note that " +"users will need Telegram v.4.0 or higher to use payments (released on May" +" 18, 2017)." msgstr "" + +#: aiogram.types.chosen_inline_result.ChosenInlineResult:8 of +msgid "https://core.telegram.org/bots/api#choseninlineresult" +msgstr "" + +#: ../../docstring +#: aiogram.types.chosen_inline_result.ChosenInlineResult.from_user:1 +#: aiogram.types.chosen_inline_result.ChosenInlineResult.inline_message_id:1 +#: aiogram.types.chosen_inline_result.ChosenInlineResult.location:1 +#: aiogram.types.chosen_inline_result.ChosenInlineResult.query:1 +#: aiogram.types.chosen_inline_result.ChosenInlineResult.result_id:1 of +msgid "Simple field" +msgstr "" + +#~ msgid "" +#~ "Represents a `result " +#~ "`_ of " +#~ "an inline query that was chosen by" +#~ " the user and sent to their " +#~ "chat partner. **Note:** It is necessary" +#~ " to enable `inline feedback " +#~ "`_" +#~ " via `@BotFather `_ in" +#~ " order to receive these objects in" +#~ " updates." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#choseninlineresult" +#~ msgstr "" + +#~ msgid "The unique identifier for the result that was chosen" +#~ msgstr "" + +#~ msgid "The user that chose the result" +#~ msgstr "" + +#~ msgid "The query that was used to obtain the result" +#~ msgstr "" + +#~ msgid "*Optional*. Sender location, only for bots that require user location" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Identifier of the sent " +#~ "inline message. Available only if there" +#~ " is an `inline keyboard " +#~ "`_ " +#~ "attached to the message. Will be " +#~ "also received in `callback queries " +#~ "`_ and " +#~ "can be used to `edit " +#~ "`_ " +#~ "the message." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/contact.po b/docs/locale/en/LC_MESSAGES/api/types/contact.po index 7e9f5102..69c597b4 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/contact.po +++ b/docs/locale/en/LC_MESSAGES/api/types/contact.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/contact.rst:3 msgid "Contact" @@ -26,32 +26,44 @@ msgid "This object represents a phone contact." msgstr "" #: aiogram.types.contact.Contact:3 of -msgid "Source: https://core.telegram.org/bots/api#contact" +msgid "https://core.telegram.org/bots/api#contact" msgstr "" -#: ../../docstring aiogram.types.contact.Contact.phone_number:1 of -msgid "Contact's phone number" +#: ../../docstring aiogram.types.contact.Contact.first_name:1 +#: aiogram.types.contact.Contact.last_name:1 +#: aiogram.types.contact.Contact.phone_number:1 +#: aiogram.types.contact.Contact.user_id:1 +#: aiogram.types.contact.Contact.vcard:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.contact.Contact.first_name:1 of -msgid "Contact's first name" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#contact" +#~ msgstr "" -#: ../../docstring aiogram.types.contact.Contact.last_name:1 of -msgid "*Optional*. Contact's last name" -msgstr "" +#~ msgid "Contact's phone number" +#~ msgstr "" -#: ../../docstring aiogram.types.contact.Contact.user_id:1 of -msgid "" -"*Optional*. Contact's user identifier in Telegram. This number may have " -"more than 32 significant bits and some programming languages may have " -"difficulty/silent defects in interpreting it. But it has at most 52 " -"significant bits, so a 64-bit integer or double-precision float type are " -"safe for storing this identifier." -msgstr "" +#~ msgid "Contact's first name" +#~ msgstr "" + +#~ msgid "*Optional*. Contact's last name" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Contact's user identifier in " +#~ "Telegram. This number may have more " +#~ "than 32 significant bits and some " +#~ "programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a 64-bit integer" +#~ " or double-precision float type are" +#~ " safe for storing this identifier." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Additional data about the " +#~ "contact in the form of a `vCard" +#~ " `_" +#~ msgstr "" -#: ../../docstring aiogram.types.contact.Contact.vcard:1 of -msgid "" -"*Optional*. Additional data about the contact in the form of a `vCard " -"`_" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/dice.po b/docs/locale/en/LC_MESSAGES/api/types/dice.po index 55baf589..f772e202 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/dice.po +++ b/docs/locale/en/LC_MESSAGES/api/types/dice.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/dice.rst:3 msgid "Dice" @@ -26,15 +26,24 @@ msgid "This object represents an animated emoji that displays a random value." msgstr "" #: aiogram.types.dice.Dice:3 of -msgid "Source: https://core.telegram.org/bots/api#dice" +msgid "https://core.telegram.org/bots/api#dice" msgstr "" -#: ../../docstring aiogram.types.dice.Dice.emoji:1 of -msgid "Emoji on which the dice throw animation is based" +#: ../../docstring aiogram.types.dice.Dice.emoji:1 +#: aiogram.types.dice.Dice.value:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.dice.Dice.value:1 of -msgid "" -"Value of the dice, 1-6 for '🎲', '🎯' and '🎳' base emoji, 1-5 for '🏀' and " -"'⚽' base emoji, 1-64 for '🎰' base emoji" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#dice" +#~ msgstr "" + +#~ msgid "Emoji on which the dice throw animation is based" +#~ msgstr "" + +#~ msgid "" +#~ "Value of the dice, 1-6 for '🎲'," +#~ " '🎯' and '🎳' base emoji, 1-5 " +#~ "for '🏀' and '⚽' base emoji, 1-64" +#~ " for '🎰' base emoji" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/document.po b/docs/locale/en/LC_MESSAGES/api/types/document.po index 0295a948..59ffb115 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/document.po +++ b/docs/locale/en/LC_MESSAGES/api/types/document.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/document.rst:3 msgid "Document" @@ -23,42 +23,74 @@ msgstr "" #: aiogram.types.document.Document:1 of msgid "" -"This object represents a general file (as opposed to `photos " -"`_, `voice messages " -"`_ and `audio files " -"`_)." +"This object represents a general file (as opposed to photos, voice " +"messages and audio files)." msgstr "" #: aiogram.types.document.Document:3 of -msgid "Source: https://core.telegram.org/bots/api#document" +msgid "https://core.telegram.org/bots/api#document" msgstr "" -#: ../../docstring aiogram.types.document.Document.file_id:1 of -msgid "Identifier for this file, which can be used to download or reuse the file" +#: ../../docstring aiogram.types.document.Document.file_id:1 +#: aiogram.types.document.Document.file_name:1 +#: aiogram.types.document.Document.file_size:1 +#: aiogram.types.document.Document.file_unique_id:1 +#: aiogram.types.document.Document.mime_type:1 +#: aiogram.types.document.Document.thumb:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.document.Document.file_unique_id:1 of -msgid "" -"Unique identifier for this file, which is supposed to be the same over " -"time and for different bots. Can't be used to download or reuse the file." +#: aiogram.types.document.MimeBase:1 of +msgid "List of mime base types registered in IANA" msgstr "" -#: ../../docstring aiogram.types.document.Document.thumb:1 of -msgid "*Optional*. Document thumbnail as defined by sender" +#: aiogram.types.document.MimeBase:3 of +msgid "https://www.iana.org/assignments/media-types/media-types.xhtml" msgstr "" -#: ../../docstring aiogram.types.document.Document.file_name:1 of -msgid "*Optional*. Original filename as defined by sender" -msgstr "" +#~ msgid "" +#~ "This object represents a general file" +#~ " (as opposed to `photos " +#~ "`_, `voice " +#~ "messages `_ and" +#~ " `audio files " +#~ "`_)." +#~ msgstr "" -#: ../../docstring aiogram.types.document.Document.mime_type:1 of -msgid "*Optional*. MIME type of the file as defined by sender" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#document" +#~ msgstr "" + +#~ msgid "" +#~ "Identifier for this file, which can " +#~ "be used to download or reuse the" +#~ " file" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for this file, which" +#~ " is supposed to be the same " +#~ "over time and for different bots. " +#~ "Can't be used to download or reuse" +#~ " the file." +#~ msgstr "" + +#~ msgid "*Optional*. Document thumbnail as defined by sender" +#~ msgstr "" + +#~ msgid "*Optional*. Original filename as defined by sender" +#~ msgstr "" + +#~ msgid "*Optional*. MIME type of the file as defined by sender" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. File size in bytes. It " +#~ "can be bigger than 2^31 and some" +#~ " programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a signed 64-bit " +#~ "integer or double-precision float type" +#~ " are safe for storing this value." +#~ msgstr "" -#: ../../docstring aiogram.types.document.Document.file_size:1 of -msgid "" -"*Optional*. File size in bytes. It can be bigger than 2^31 and some " -"programming languages may have difficulty/silent defects in interpreting " -"it. But it has at most 52 significant bits, so a signed 64-bit integer or" -" double-precision float type are safe for storing this value." -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/encrypted_credentials.po b/docs/locale/en/LC_MESSAGES/api/types/encrypted_credentials.po index ef407694..a6b6f468 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/encrypted_credentials.po +++ b/docs/locale/en/LC_MESSAGES/api/types/encrypted_credentials.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/encrypted_credentials.rst:3 msgid "EncryptedCredentials" @@ -23,34 +23,50 @@ msgstr "" #: aiogram.types.encrypted_credentials.EncryptedCredentials:1 of msgid "" -"Describes data required for decrypting and authenticating " -":class:`aiogram.types.encrypted_passport_element.EncryptedPassportElement`." -" See the `Telegram Passport Documentation " -"`_ for a " +"Contains data required for decrypting and authenticating " +"EncryptedPassportElement. See the Telegram Passport Documentation for a " "complete description of the data decryption and authentication processes." msgstr "" -#: aiogram.types.encrypted_credentials.EncryptedCredentials:3 of -msgid "Source: https://core.telegram.org/bots/api#encryptedcredentials" -msgstr "" - -#: ../../docstring -#: aiogram.types.encrypted_credentials.EncryptedCredentials.data:1 of -msgid "" -"Base64-encoded encrypted JSON-serialized data with unique user's payload," -" data hashes and secrets required for " -":class:`aiogram.types.encrypted_passport_element.EncryptedPassportElement`" -" decryption and authentication" -msgstr "" - -#: ../../docstring -#: aiogram.types.encrypted_credentials.EncryptedCredentials.hash:1 of -msgid "Base64-encoded data hash for data authentication" +#: aiogram.types.encrypted_credentials.EncryptedCredentials:5 of +msgid "https://core.telegram.org/bots/api#encryptedcredentials" msgstr "" #: ../../docstring +#: aiogram.types.encrypted_credentials.EncryptedCredentials.data:1 +#: aiogram.types.encrypted_credentials.EncryptedCredentials.hash:1 #: aiogram.types.encrypted_credentials.EncryptedCredentials.secret:1 of -msgid "" -"Base64-encoded secret, encrypted with the bot's public RSA key, required " -"for data decryption" +msgid "Simple field" msgstr "" + +#~ msgid "" +#~ "Describes data required for decrypting " +#~ "and authenticating " +#~ ":class:`aiogram.types.encrypted_passport_element.EncryptedPassportElement`." +#~ " See the `Telegram Passport Documentation" +#~ " `_" +#~ " for a complete description of the" +#~ " data decryption and authentication " +#~ "processes." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#encryptedcredentials" +#~ msgstr "" + +#~ msgid "" +#~ "Base64-encoded encrypted JSON-serialized data" +#~ " with unique user's payload, data " +#~ "hashes and secrets required for " +#~ ":class:`aiogram.types.encrypted_passport_element.EncryptedPassportElement`" +#~ " decryption and authentication" +#~ msgstr "" + +#~ msgid "Base64-encoded data hash for data authentication" +#~ msgstr "" + +#~ msgid "" +#~ "Base64-encoded secret, encrypted with the " +#~ "bot's public RSA key, required for " +#~ "data decryption" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/encrypted_passport_element.po b/docs/locale/en/LC_MESSAGES/api/types/encrypted_passport_element.po index d0a915ce..6e56a294 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/encrypted_passport_element.po +++ b/docs/locale/en/LC_MESSAGES/api/types/encrypted_passport_element.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/encrypted_passport_element.rst:3 msgid "EncryptedPassportElement" @@ -23,104 +23,128 @@ msgstr "" #: aiogram.types.encrypted_passport_element.EncryptedPassportElement:1 of msgid "" -"Describes documents or other Telegram Passport elements shared with the " -"bot by the user." +"Contains information about documents or other Telegram Passport elements " +"shared with the bot by the user." msgstr "" #: aiogram.types.encrypted_passport_element.EncryptedPassportElement:3 of -msgid "Source: https://core.telegram.org/bots/api#encryptedpassportelement" -msgstr "" - -#: ../../docstring -#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.type:1 of -msgid "" -"Element type. One of 'personal_details', 'passport', 'driver_license', " -"'identity_card', 'internal_passport', 'address', 'utility_bill', " -"'bank_statement', 'rental_agreement', 'passport_registration', " -"'temporary_registration', 'phone_number', 'email'." -msgstr "" - -#: ../../docstring -#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.hash:1 of -msgid "" -"Base64-encoded element hash for using in " -":class:`aiogram.types.passport_element_error_unspecified.PassportElementErrorUnspecified`" -msgstr "" - -#: ../../docstring -#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.data:1 of -msgid "" -"*Optional*. Base64-encoded encrypted Telegram Passport element data " -"provided by the user, available for 'personal_details', 'passport', " -"'driver_license', 'identity_card', 'internal_passport' and 'address' " -"types. Can be decrypted and verified using the accompanying " -":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." +msgid "https://core.telegram.org/bots/api#encryptedpassportelement" msgstr "" #: ../../docstring +#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.data:1 +#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.email:1 +#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.front_side:1 #: aiogram.types.encrypted_passport_element.EncryptedPassportElement.phone_number:1 -#: of -msgid "" -"*Optional*. User's verified phone number, available only for " -"'phone_number' type" -msgstr "" - -#: ../../docstring -#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.email:1 of -msgid "*Optional*. User's verified email address, available only for 'email' type" +#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.reverse_side:1 +#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.selfie:1 +#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.type:1 of +msgid "Simple field" msgstr "" #: ../../docstring #: aiogram.types.encrypted_passport_element.EncryptedPassportElement.files:1 of -msgid "" -"*Optional*. Array of encrypted files with documents provided by the user," -" available for 'utility_bill', 'bank_statement', 'rental_agreement', " -"'passport_registration' and 'temporary_registration' types. Files can be " -"decrypted and verified using the accompanying " -":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." +msgid "The field contains a list of objects" msgstr "" -#: ../../docstring -#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.front_side:1 -#: of -msgid "" -"*Optional*. Encrypted file with the front side of the document, provided " -"by the user. Available for 'passport', 'driver_license', 'identity_card' " -"and 'internal_passport'. The file can be decrypted and verified using the" -" accompanying " -":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." -msgstr "" +#~ msgid "" +#~ "Describes documents or other Telegram " +#~ "Passport elements shared with the bot" +#~ " by the user." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.reverse_side:1 -#: of -msgid "" -"*Optional*. Encrypted file with the reverse side of the document, " -"provided by the user. Available for 'driver_license' and 'identity_card'." -" The file can be decrypted and verified using the accompanying " -":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#encryptedpassportelement" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.selfie:1 -#: of -msgid "" -"*Optional*. Encrypted file with the selfie of the user holding a " -"document, provided by the user; available for 'passport', " -"'driver_license', 'identity_card' and 'internal_passport'. The file can " -"be decrypted and verified using the accompanying " -":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." -msgstr "" +#~ msgid "" +#~ "Element type. One of 'personal_details', " +#~ "'passport', 'driver_license', 'identity_card', " +#~ "'internal_passport', 'address', 'utility_bill', " +#~ "'bank_statement', 'rental_agreement', " +#~ "'passport_registration', 'temporary_registration', " +#~ "'phone_number', 'email'." +#~ msgstr "" + +#~ msgid "" +#~ "Base64-encoded element hash for using in" +#~ " " +#~ ":class:`aiogram.types.passport_element_error_unspecified.PassportElementErrorUnspecified`" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Base64-encoded encrypted Telegram " +#~ "Passport element data provided by the" +#~ " user, available for 'personal_details', " +#~ "'passport', 'driver_license', 'identity_card', " +#~ "'internal_passport' and 'address' types. Can" +#~ " be decrypted and verified using the" +#~ " accompanying " +#~ ":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. User's verified phone number, " +#~ "available only for 'phone_number' type" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. User's verified email address, " +#~ "available only for 'email' type" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Array of encrypted files " +#~ "with documents provided by the user, " +#~ "available for 'utility_bill', 'bank_statement', " +#~ "'rental_agreement', 'passport_registration' and " +#~ "'temporary_registration' types. Files can be" +#~ " decrypted and verified using the " +#~ "accompanying " +#~ ":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Encrypted file with the " +#~ "front side of the document, provided " +#~ "by the user. Available for 'passport'," +#~ " 'driver_license', 'identity_card' and " +#~ "'internal_passport'. The file can be " +#~ "decrypted and verified using the " +#~ "accompanying " +#~ ":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Encrypted file with the " +#~ "reverse side of the document, provided" +#~ " by the user. Available for " +#~ "'driver_license' and 'identity_card'. The file" +#~ " can be decrypted and verified using" +#~ " the accompanying " +#~ ":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Encrypted file with the " +#~ "selfie of the user holding a " +#~ "document, provided by the user; " +#~ "available for 'passport', 'driver_license', " +#~ "'identity_card' and 'internal_passport'. The " +#~ "file can be decrypted and verified " +#~ "using the accompanying " +#~ ":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Array of encrypted files " +#~ "with translated versions of documents " +#~ "provided by the user. Available if " +#~ "requested for 'passport', 'driver_license', " +#~ "'identity_card', 'internal_passport', 'utility_bill', " +#~ "'bank_statement', 'rental_agreement', " +#~ "'passport_registration' and 'temporary_registration' " +#~ "types. Files can be decrypted and " +#~ "verified using the accompanying " +#~ ":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.translation:1 -#: of -msgid "" -"*Optional*. Array of encrypted files with translated versions of " -"documents provided by the user. Available if requested for 'passport', " -"'driver_license', 'identity_card', 'internal_passport', 'utility_bill', " -"'bank_statement', 'rental_agreement', 'passport_registration' and " -"'temporary_registration' types. Files can be decrypted and verified using" -" the accompanying " -":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/error_event.po b/docs/locale/en/LC_MESSAGES/api/types/error_event.po index fbaceb09..c267ae4f 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/error_event.po +++ b/docs/locale/en/LC_MESSAGES/api/types/error_event.po @@ -8,33 +8,31 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/error_event.rst:3 msgid "ErrorEvent" msgstr "" -#: aiogram.types.error_event.ErrorEvent:1 of -msgid "" -"Internal event, should be used to receive errors while processing Updates" -" from Telegram" -msgstr "" +#~ msgid "" +#~ "Internal event, should be used to " +#~ "receive errors while processing Updates " +#~ "from Telegram" +#~ msgstr "" -#: aiogram.types.error_event.ErrorEvent:3 of -msgid "Source: https://core.telegram.org/bots/api#error-event" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#error-event" +#~ msgstr "" -#: ../../docstring aiogram.types.error_event.ErrorEvent.update:1 of -msgid "Received update" -msgstr "" +#~ msgid "Received update" +#~ msgstr "" + +#~ msgid "Exception" +#~ msgstr "" -#: ../../docstring aiogram.types.error_event.ErrorEvent.exception:1 of -msgid "Exception" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/file.po b/docs/locale/en/LC_MESSAGES/api/types/file.po index 7b0c0c2c..a83265f1 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/file.po +++ b/docs/locale/en/LC_MESSAGES/api/types/file.po @@ -8,58 +8,95 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/file.rst:3 msgid "File" msgstr "" #: aiogram.types.file.File:1 of -msgid "" -"This object represents a file ready to be downloaded. The file can be " -"downloaded via the link " -":code:`https://api.telegram.org/file/bot/`. It is " -"guaranteed that the link will be valid for at least 1 hour. When the link" -" expires, a new one can be requested by calling " -":class:`aiogram.methods.get_file.GetFile`." +msgid "This object represents a file ready to be downloaded." msgstr "" #: aiogram.types.file.File:3 of -msgid "The maximum file size to download is 20 MB" +msgid "" +"The file can be downloaded via the link " +"https://api.telegram.org/file/bot/." msgstr "" #: aiogram.types.file.File:5 of -msgid "Source: https://core.telegram.org/bots/api#file" -msgstr "" - -#: ../../docstring aiogram.types.file.File.file_id:1 of -msgid "Identifier for this file, which can be used to download or reuse the file" -msgstr "" - -#: ../../docstring aiogram.types.file.File.file_unique_id:1 of msgid "" -"Unique identifier for this file, which is supposed to be the same over " -"time and for different bots. Can't be used to download or reuse the file." +"It is guaranteed that the link will be valid for at least 1 hour. When " +"the link expires, a new one can be requested by calling getFile." msgstr "" -#: ../../docstring aiogram.types.file.File.file_size:1 of -msgid "" -"*Optional*. File size in bytes. It can be bigger than 2^31 and some " -"programming languages may have difficulty/silent defects in interpreting " -"it. But it has at most 52 significant bits, so a signed 64-bit integer or" -" double-precision float type are safe for storing this value." +#: aiogram.types.file.File:8 of +msgid "Maximum file size to download is 20 MB" msgstr "" -#: ../../docstring aiogram.types.file.File.file_path:1 of -msgid "" -"*Optional*. File path. Use " -":code:`https://api.telegram.org/file/bot/` to get the " -"file." +#: aiogram.types.file.File:10 of +msgid "https://core.telegram.org/bots/api#file" msgstr "" + +#: ../../docstring aiogram.types.file.File.file_id:1 +#: aiogram.types.file.File.file_path:1 aiogram.types.file.File.file_size:1 +#: aiogram.types.file.File.file_unique_id:1 of +msgid "Simple field" +msgstr "" + +#~ msgid "" +#~ "This object represents a file ready " +#~ "to be downloaded. The file can be" +#~ " downloaded via the link " +#~ ":code:`https://api.telegram.org/file/bot/`. It" +#~ " is guaranteed that the link will " +#~ "be valid for at least 1 hour. " +#~ "When the link expires, a new one" +#~ " can be requested by calling " +#~ ":class:`aiogram.methods.get_file.GetFile`." +#~ msgstr "" + +#~ msgid "The maximum file size to download is 20 MB" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#file" +#~ msgstr "" + +#~ msgid "" +#~ "Identifier for this file, which can " +#~ "be used to download or reuse the" +#~ " file" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for this file, which" +#~ " is supposed to be the same " +#~ "over time and for different bots. " +#~ "Can't be used to download or reuse" +#~ " the file." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. File size in bytes. It " +#~ "can be bigger than 2^31 and some" +#~ " programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a signed 64-bit " +#~ "integer or double-precision float type" +#~ " are safe for storing this value." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. File path. Use " +#~ ":code:`https://api.telegram.org/file/bot/` to" +#~ " get the file." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/force_reply.po b/docs/locale/en/LC_MESSAGES/api/types/force_reply.po index 6e408b99..1ff733ca 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/force_reply.po +++ b/docs/locale/en/LC_MESSAGES/api/types/force_reply.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/force_reply.rst:3 msgid "ForceReply" @@ -27,61 +27,29 @@ msgid "" "a reply interface to the user (act as if the user has selected the bot's " "message and tapped 'Reply'). This can be extremely useful if you want to " "create user-friendly step-by-step interfaces without having to sacrifice " -"`privacy mode `_." +"privacy mode." msgstr "" -#: aiogram.types.force_reply.ForceReply:3 of -msgid "" -"**Example:** A `poll bot `_ for groups runs in " -"privacy mode (only receives commands, replies to its messages and " -"mentions). There could be two ways to create a new poll:" +#: aiogram.types.force_reply.ForceReply:7 of +msgid "https://core.telegram.org/bots/api#forcereply" msgstr "" -#: aiogram.types.force_reply.ForceReply:5 of -msgid "" -"Explain the user how to send a command with parameters (e.g. /newpoll " -"question answer1 answer2). May be appealing for hardcore users but lacks " -"modern day polish." +#: ../../docstring aiogram.types.force_reply.ForceReply.force_reply:1 +#: aiogram.types.force_reply.ForceReply.input_field_placeholder:1 +#: aiogram.types.force_reply.ForceReply.selective:1 of +msgid "Simple field" msgstr "" -#: aiogram.types.force_reply.ForceReply:6 of -msgid "" -"Guide the user through a step-by-step process. 'Please send me your " -"question', 'Cool, now let's add the first answer option', 'Great. Keep " -"adding answer options, then send /done when you're ready'." +#: aiogram.types.force_reply.ForceReply.create:1 of +msgid "Create new force reply" msgstr "" -#: aiogram.types.force_reply.ForceReply:8 of -msgid "" -"The last option is definitely more attractive. And if you use " -":class:`aiogram.types.force_reply.ForceReply` in your bot's questions, it" -" will receive the user's answers even if it only receives replies, " -"commands and mentions - without any extra work for the user." +#: aiogram.types.force_reply.ForceReply.create of +msgid "Parameters" msgstr "" -#: aiogram.types.force_reply.ForceReply:10 of -msgid "Source: https://core.telegram.org/bots/api#forcereply" -msgstr "" - -#: ../../docstring aiogram.types.force_reply.ForceReply.force_reply:1 of -msgid "" -"Shows reply interface to the user, as if they manually selected the bot's" -" message and tapped 'Reply'" -msgstr "" - -#: ../../docstring -#: aiogram.types.force_reply.ForceReply.input_field_placeholder:1 of -msgid "" -"*Optional*. The placeholder to be shown in the input field when the reply" -" is active; 1-64 characters" -msgstr "" - -#: ../../docstring aiogram.types.force_reply.ForceReply.selective:1 of -msgid "" -"*Optional*. Use this parameter if you want to force reply from specific " -"users only. Targets: 1) users that are @mentioned in the *text* of the " -":class:`aiogram.types.message.Message` object; 2) if the bot's message is" -" a reply (has *reply_to_message_id*), sender of the original message." +#: aiogram.types.force_reply.ForceReply.create of +msgid "Returns" msgstr "" #~ msgid "" @@ -96,3 +64,80 @@ msgstr "" #~ "to sacrifice `privacy mode " #~ "`_." #~ msgstr "" + +#~ msgid "" +#~ "Upon receiving a message with this " +#~ "object, Telegram clients will display a" +#~ " reply interface to the user (act " +#~ "as if the user has selected the" +#~ " bot's message and tapped 'Reply'). " +#~ "This can be extremely useful if " +#~ "you want to create user-friendly " +#~ "step-by-step interfaces without having " +#~ "to sacrifice `privacy mode " +#~ "`_." +#~ msgstr "" + +#~ msgid "" +#~ "**Example:** A `poll bot " +#~ "`_ for groups runs in" +#~ " privacy mode (only receives commands, " +#~ "replies to its messages and mentions)." +#~ " There could be two ways to " +#~ "create a new poll:" +#~ msgstr "" + +#~ msgid "" +#~ "Explain the user how to send a " +#~ "command with parameters (e.g. /newpoll " +#~ "question answer1 answer2). May be " +#~ "appealing for hardcore users but lacks" +#~ " modern day polish." +#~ msgstr "" + +#~ msgid "" +#~ "Guide the user through a step-" +#~ "by-step process. 'Please send me your" +#~ " question', 'Cool, now let's add the" +#~ " first answer option', 'Great. Keep " +#~ "adding answer options, then send /done" +#~ " when you're ready'." +#~ msgstr "" + +#~ msgid "" +#~ "The last option is definitely more " +#~ "attractive. And if you use " +#~ ":class:`aiogram.types.force_reply.ForceReply` in your " +#~ "bot's questions, it will receive the " +#~ "user's answers even if it only " +#~ "receives replies, commands and mentions " +#~ "- without any extra work for the" +#~ " user." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#forcereply" +#~ msgstr "" + +#~ msgid "" +#~ "Shows reply interface to the user, " +#~ "as if they manually selected the " +#~ "bot's message and tapped 'Reply'" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The placeholder to be shown" +#~ " in the input field when the " +#~ "reply is active; 1-64 characters" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Use this parameter if you" +#~ " want to force reply from specific" +#~ " users only. Targets: 1) users that" +#~ " are @mentioned in the *text* of " +#~ "the :class:`aiogram.types.message.Message` object; " +#~ "2) if the bot's message is a " +#~ "reply (has *reply_to_message_id*), sender of" +#~ " the original message." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/forum_topic.po b/docs/locale/en/LC_MESSAGES/api/types/forum_topic.po index c59c0698..dbb6b64b 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/forum_topic.po +++ b/docs/locale/en/LC_MESSAGES/api/types/forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/forum_topic.rst:3 msgid "ForumTopic" @@ -26,22 +26,31 @@ msgid "This object represents a forum topic." msgstr "" #: aiogram.types.forum_topic.ForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#forumtopic" +msgid "https://core.telegram.org/bots/api#forumtopic" msgstr "" -#: ../../docstring aiogram.types.forum_topic.ForumTopic.message_thread_id:1 of -msgid "Unique identifier of the forum topic" +#: ../../docstring aiogram.types.forum_topic.ForumTopic.icon_color:1 +#: aiogram.types.forum_topic.ForumTopic.icon_custom_emoji_id:1 +#: aiogram.types.forum_topic.ForumTopic.message_thread_id:1 +#: aiogram.types.forum_topic.ForumTopic.name:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.forum_topic.ForumTopic.name:1 of -msgid "Name of the topic" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#forumtopic" +#~ msgstr "" -#: ../../docstring aiogram.types.forum_topic.ForumTopic.icon_color:1 of -msgid "Color of the topic icon in RGB format" -msgstr "" +#~ msgid "Unique identifier of the forum topic" +#~ msgstr "" + +#~ msgid "Name of the topic" +#~ msgstr "" + +#~ msgid "Color of the topic icon in RGB format" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Unique identifier of the " +#~ "custom emoji shown as the topic " +#~ "icon" +#~ msgstr "" -#: ../../docstring aiogram.types.forum_topic.ForumTopic.icon_custom_emoji_id:1 -#: of -msgid "*Optional*. Unique identifier of the custom emoji shown as the topic icon" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/forum_topic_closed.po b/docs/locale/en/LC_MESSAGES/api/types/forum_topic_closed.po index 9fadeb3d..d90f405b 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/forum_topic_closed.po +++ b/docs/locale/en/LC_MESSAGES/api/types/forum_topic_closed.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/forum_topic_closed.rst:3 msgid "ForumTopicClosed" @@ -28,5 +28,9 @@ msgid "" msgstr "" #: aiogram.types.forum_topic_closed.ForumTopicClosed:3 of -msgid "Source: https://core.telegram.org/bots/api#forumtopicclosed" +msgid "https://core.telegram.org/bots/api#forumtopicclosed" msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#forumtopicclosed" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/forum_topic_created.po b/docs/locale/en/LC_MESSAGES/api/types/forum_topic_created.po index 59855d81..18a04ee1 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/forum_topic_created.po +++ b/docs/locale/en/LC_MESSAGES/api/types/forum_topic_created.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/forum_topic_created.rst:3 msgid "ForumTopicCreated" @@ -28,21 +28,28 @@ msgid "" msgstr "" #: aiogram.types.forum_topic_created.ForumTopicCreated:3 of -msgid "Source: https://core.telegram.org/bots/api#forumtopiccreated" -msgstr "" - -#: ../../docstring aiogram.types.forum_topic_created.ForumTopicCreated.name:1 -#: of -msgid "Name of the topic" -msgstr "" - -#: ../../docstring -#: aiogram.types.forum_topic_created.ForumTopicCreated.icon_color:1 of -msgid "Color of the topic icon in RGB format" +msgid "https://core.telegram.org/bots/api#forumtopiccreated" msgstr "" #: ../../docstring +#: aiogram.types.forum_topic_created.ForumTopicCreated.icon_color:1 #: aiogram.types.forum_topic_created.ForumTopicCreated.icon_custom_emoji_id:1 -#: of -msgid "*Optional*. Unique identifier of the custom emoji shown as the topic icon" +#: aiogram.types.forum_topic_created.ForumTopicCreated.name:1 of +msgid "Simple field" msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#forumtopiccreated" +#~ msgstr "" + +#~ msgid "Name of the topic" +#~ msgstr "" + +#~ msgid "Color of the topic icon in RGB format" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Unique identifier of the " +#~ "custom emoji shown as the topic " +#~ "icon" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/forum_topic_edited.po b/docs/locale/en/LC_MESSAGES/api/types/forum_topic_edited.po index 26fe021a..6e4bb319 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/forum_topic_edited.po +++ b/docs/locale/en/LC_MESSAGES/api/types/forum_topic_edited.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/forum_topic_edited.rst:3 msgid "ForumTopicEdited" @@ -26,16 +26,25 @@ msgid "This object represents a service message about an edited forum topic." msgstr "" #: aiogram.types.forum_topic_edited.ForumTopicEdited:3 of -msgid "Source: https://core.telegram.org/bots/api#forumtopicedited" -msgstr "" - -#: ../../docstring aiogram.types.forum_topic_edited.ForumTopicEdited.name:1 of -msgid "*Optional*. New name of the topic, if it was edited" +msgid "https://core.telegram.org/bots/api#forumtopicedited" msgstr "" #: ../../docstring -#: aiogram.types.forum_topic_edited.ForumTopicEdited.icon_custom_emoji_id:1 of -msgid "" -"*Optional*. New identifier of the custom emoji shown as the topic icon, " -"if it was edited; an empty string if the icon was removed" +#: aiogram.types.forum_topic_edited.ForumTopicEdited.icon_custom_emoji_id:1 +#: aiogram.types.forum_topic_edited.ForumTopicEdited.name:1 of +msgid "Simple field" msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#forumtopicedited" +#~ msgstr "" + +#~ msgid "*Optional*. New name of the topic, if it was edited" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. New identifier of the custom" +#~ " emoji shown as the topic icon, " +#~ "if it was edited; an empty string" +#~ " if the icon was removed" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/forum_topic_reopened.po b/docs/locale/en/LC_MESSAGES/api/types/forum_topic_reopened.po index 0d202ed8..0a0f76ab 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/forum_topic_reopened.po +++ b/docs/locale/en/LC_MESSAGES/api/types/forum_topic_reopened.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/forum_topic_reopened.rst:3 msgid "ForumTopicReopened" @@ -23,10 +23,21 @@ msgstr "" #: aiogram.types.forum_topic_reopened.ForumTopicReopened:1 of msgid "" -"This object represents a service message about a forum topic reopened in " +"This object represents a service message about a forum topic closed in " "the chat. Currently holds no information." msgstr "" #: aiogram.types.forum_topic_reopened.ForumTopicReopened:3 of -msgid "Source: https://core.telegram.org/bots/api#forumtopicreopened" +msgid "https://core.telegram.org/bots/api#forumtopicreopened" msgstr "" + +#~ msgid "" +#~ "This object represents a service message" +#~ " about a forum topic reopened in " +#~ "the chat. Currently holds no " +#~ "information." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#forumtopicreopened" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/game.po b/docs/locale/en/LC_MESSAGES/api/types/game.po index 2e2df85b..1a214391 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/game.po +++ b/docs/locale/en/LC_MESSAGES/api/types/game.po @@ -8,59 +8,85 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/game.rst:3 msgid "Game" msgstr "" #: aiogram.types.game.Game:1 of -msgid "" -"This object represents a game. Use BotFather to create and edit games, " -"their short names will act as unique identifiers." +msgid "This object represents a game." msgstr "" #: aiogram.types.game.Game:3 of -msgid "Source: https://core.telegram.org/bots/api#game" -msgstr "" - -#: ../../docstring aiogram.types.game.Game.title:1 of -msgid "Title of the game" -msgstr "" - -#: ../../docstring aiogram.types.game.Game.description:1 of -msgid "Description of the game" -msgstr "" - -#: ../../docstring aiogram.types.game.Game.photo:1 of -msgid "Photo that will be displayed in the game message in chats." -msgstr "" - -#: ../../docstring aiogram.types.game.Game.text:1 of msgid "" -"*Optional*. Brief description of the game or high scores included in the " -"game message. Can be automatically edited to include current high scores " -"for the game when the bot calls " -":class:`aiogram.methods.set_game_score.SetGameScore`, or manually edited " -"using :class:`aiogram.methods.edit_message_text.EditMessageText`. 0-4096 " -"characters." +"Use BotFather to create and edit games, their short names will act as " +"unique identifiers." msgstr "" -#: ../../docstring aiogram.types.game.Game.text_entities:1 of -msgid "" -"*Optional*. Special entities that appear in *text*, such as usernames, " -"URLs, bot commands, etc." +#: aiogram.types.game.Game:5 of +msgid "https://core.telegram.org/bots/api#game" msgstr "" -#: ../../docstring aiogram.types.game.Game.animation:1 of -msgid "" -"*Optional*. Animation that will be displayed in the game message in " -"chats. Upload via `BotFather `_" +#: ../../docstring aiogram.types.game.Game.animation:1 +#: aiogram.types.game.Game.description:1 aiogram.types.game.Game.text:1 +#: aiogram.types.game.Game.title:1 of +msgid "Simple field" msgstr "" + +#: ../../docstring aiogram.types.game.Game.photo:1 +#: aiogram.types.game.Game.text_entities:1 of +msgid "The field contains a list of objects" +msgstr "" + +#~ msgid "" +#~ "This object represents a game. Use " +#~ "BotFather to create and edit games, " +#~ "their short names will act as " +#~ "unique identifiers." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#game" +#~ msgstr "" + +#~ msgid "Title of the game" +#~ msgstr "" + +#~ msgid "Description of the game" +#~ msgstr "" + +#~ msgid "Photo that will be displayed in the game message in chats." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Brief description of the " +#~ "game or high scores included in " +#~ "the game message. Can be automatically" +#~ " edited to include current high " +#~ "scores for the game when the bot" +#~ " calls :class:`aiogram.methods.set_game_score.SetGameScore`," +#~ " or manually edited using " +#~ ":class:`aiogram.methods.edit_message_text.EditMessageText`. " +#~ "0-4096 characters." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Special entities that appear " +#~ "in *text*, such as usernames, URLs, " +#~ "bot commands, etc." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Animation that will be " +#~ "displayed in the game message in " +#~ "chats. Upload via `BotFather " +#~ "`_" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/game_high_score.po b/docs/locale/en/LC_MESSAGES/api/types/game_high_score.po index bcfb27bd..df533260 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/game_high_score.po +++ b/docs/locale/en/LC_MESSAGES/api/types/game_high_score.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/game_high_score.rst:3 msgid "GameHighScore" @@ -24,28 +24,43 @@ msgstr "" #: aiogram.types.game_high_score.GameHighScore:1 of msgid "" "This object represents one row of the high scores table for a game. And " -"that's about all we've got for now." +"that‘s about all we’ve got for now. If you've got any questions, please " +"check out our Bot FAQ" msgstr "" -#: aiogram.types.game_high_score.GameHighScore:4 of -msgid "" -"If you've got any questions, please check out our " -"`https://core.telegram.org/bots/faq " -"`_ **Bot FAQ »**" +#: aiogram.types.game_high_score.GameHighScore:5 of +msgid "https://core.telegram.org/bots/api#gamehighscore" msgstr "" -#: aiogram.types.game_high_score.GameHighScore:6 of -msgid "Source: https://core.telegram.org/bots/api#gamehighscore" +#: ../../docstring aiogram.types.game_high_score.GameHighScore.position:1 +#: aiogram.types.game_high_score.GameHighScore.score:1 +#: aiogram.types.game_high_score.GameHighScore.user:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.game_high_score.GameHighScore.position:1 of -msgid "Position in high score table for the game" -msgstr "" +#~ msgid "" +#~ "This object represents one row of " +#~ "the high scores table for a game." +#~ " And that's about all we've got " +#~ "for now." +#~ msgstr "" -#: ../../docstring aiogram.types.game_high_score.GameHighScore.user:1 of -msgid "User" -msgstr "" +#~ msgid "" +#~ "If you've got any questions, please " +#~ "check out our `https://core.telegram.org/bots/faq" +#~ " `_ **Bot FAQ " +#~ "»**" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#gamehighscore" +#~ msgstr "" + +#~ msgid "Position in high score table for the game" +#~ msgstr "" + +#~ msgid "User" +#~ msgstr "" + +#~ msgid "Score" +#~ msgstr "" -#: ../../docstring aiogram.types.game_high_score.GameHighScore.score:1 of -msgid "Score" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/general_forum_topic_hidden.po b/docs/locale/en/LC_MESSAGES/api/types/general_forum_topic_hidden.po index 0cb7dbe1..a95b9599 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/general_forum_topic_hidden.po +++ b/docs/locale/en/LC_MESSAGES/api/types/general_forum_topic_hidden.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/general_forum_topic_hidden.rst:3 msgid "GeneralForumTopicHidden" @@ -28,5 +28,9 @@ msgid "" msgstr "" #: aiogram.types.general_forum_topic_hidden.GeneralForumTopicHidden:3 of -msgid "Source: https://core.telegram.org/bots/api#generalforumtopichidden" +msgid "https://core.telegram.org/bots/api#generalforumtopichidden" msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#generalforumtopichidden" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/general_forum_topic_unhidden.po b/docs/locale/en/LC_MESSAGES/api/types/general_forum_topic_unhidden.po index 84782543..bae3ac57 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/general_forum_topic_unhidden.po +++ b/docs/locale/en/LC_MESSAGES/api/types/general_forum_topic_unhidden.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/general_forum_topic_unhidden.rst:3 msgid "GeneralForumTopicUnhidden" @@ -28,5 +28,9 @@ msgid "" msgstr "" #: aiogram.types.general_forum_topic_unhidden.GeneralForumTopicUnhidden:3 of -msgid "Source: https://core.telegram.org/bots/api#generalforumtopicunhidden" +msgid "https://core.telegram.org/bots/api#generalforumtopicunhidden" msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#generalforumtopicunhidden" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_keyboard_button.po b/docs/locale/en/LC_MESSAGES/api/types/inline_keyboard_button.po index 7e6bedbe..36d8c2f9 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_keyboard_button.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_keyboard_button.po @@ -8,99 +8,99 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_keyboard_button.rst:3 msgid "InlineKeyboardButton" msgstr "" -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton:1 of -msgid "" -"This object represents one button of an inline keyboard. You **must** use" -" exactly one of the optional fields." -msgstr "" +#~ msgid "" +#~ "This object represents one button of " +#~ "an inline keyboard. You **must** use " +#~ "exactly one of the optional fields." +#~ msgstr "" -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton:3 of -msgid "Source: https://core.telegram.org/bots/api#inlinekeyboardbutton" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inlinekeyboardbutton" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton.text:1 of -msgid "Label text on the button" -msgstr "" +#~ msgid "Label text on the button" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton.url:1 of -msgid "" -"*Optional*. HTTP or tg:// URL to be opened when the button is pressed. " -"Links :code:`tg://user?id=` can be used to mention a user by " -"their ID without using a username, if this is allowed by their privacy " -"settings." -msgstr "" +#~ msgid "" +#~ "*Optional*. HTTP or tg:// URL to " +#~ "be opened when the button is " +#~ "pressed. Links :code:`tg://user?id=` can" +#~ " be used to mention a user by" +#~ " their ID without using a username," +#~ " if this is allowed by their " +#~ "privacy settings." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton.callback_data:1 of -msgid "" -"*Optional*. Data to be sent in a `callback query " -"`_ to the bot when " -"button is pressed, 1-64 bytes" -msgstr "" +#~ msgid "" +#~ "*Optional*. Data to be sent in a" +#~ " `callback query " +#~ "`_ to " +#~ "the bot when button is pressed, " +#~ "1-64 bytes" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton.web_app:1 of -msgid "" -"*Optional*. Description of the `Web App " -"`_ that will be launched when the" -" user presses the button. The Web App will be able to send an arbitrary " -"message on behalf of the user using the method " -":class:`aiogram.methods.answer_web_app_query.AnswerWebAppQuery`. " -"Available only in private chats between a user and the bot." -msgstr "" +#~ msgid "" +#~ "*Optional*. Description of the `Web App" +#~ " `_ that will" +#~ " be launched when the user presses" +#~ " the button. The Web App will " +#~ "be able to send an arbitrary " +#~ "message on behalf of the user " +#~ "using the method " +#~ ":class:`aiogram.methods.answer_web_app_query.AnswerWebAppQuery`. " +#~ "Available only in private chats between" +#~ " a user and the bot." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton.login_url:1 of -msgid "" -"*Optional*. An HTTPS URL used to automatically authorize the user. Can be" -" used as a replacement for the `Telegram Login Widget " -"`_." -msgstr "" +#~ msgid "" +#~ "*Optional*. An HTTPS URL used to " +#~ "automatically authorize the user. Can be" +#~ " used as a replacement for the " +#~ "`Telegram Login Widget " +#~ "`_." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton.switch_inline_query:1 -#: of -msgid "" -"*Optional*. If set, pressing the button will prompt the user to select " -"one of their chats, open that chat and insert the bot's username and the " -"specified inline query in the input field. May be empty, in which case " -"just the bot's username will be inserted." -msgstr "" +#~ msgid "" +#~ "*Optional*. If set, pressing the button" +#~ " will prompt the user to select " +#~ "one of their chats, open that chat" +#~ " and insert the bot's username and" +#~ " the specified inline query in the" +#~ " input field. May be empty, in " +#~ "which case just the bot's username " +#~ "will be inserted." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton.switch_inline_query_current_chat:1 -#: of -msgid "" -"*Optional*. If set, pressing the button will insert the bot's username " -"and the specified inline query in the current chat's input field. May be " -"empty, in which case only the bot's username will be inserted." -msgstr "" +#~ msgid "" +#~ "*Optional*. If set, pressing the button" +#~ " will insert the bot's username and" +#~ " the specified inline query in the" +#~ " current chat's input field. May be" +#~ " empty, in which case only the " +#~ "bot's username will be inserted." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton.callback_game:1 of -msgid "" -"*Optional*. Description of the game that will be launched when the user " -"presses the button." -msgstr "" +#~ msgid "" +#~ "*Optional*. Description of the game that" +#~ " will be launched when the user " +#~ "presses the button." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Specify :code:`True`, to send " +#~ "a `Pay button " +#~ "`_." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton.pay:1 of -msgid "" -"*Optional*. Specify :code:`True`, to send a `Pay button " -"`_." -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_keyboard_markup.po b/docs/locale/en/LC_MESSAGES/api/types/inline_keyboard_markup.po index b516034d..bafd4afe 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_keyboard_markup.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_keyboard_markup.po @@ -8,41 +8,19 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_keyboard_markup.rst:3 msgid "InlineKeyboardMarkup" msgstr "" -#: aiogram.types.inline_keyboard_markup.InlineKeyboardMarkup:1 of -msgid "" -"This object represents an `inline keyboard " -"`_ that appears" -" right next to the message it belongs to. **Note:** This will only work " -"in Telegram versions released after 9 April, 2016. Older clients will " -"display *unsupported message*." -msgstr "" - -#: aiogram.types.inline_keyboard_markup.InlineKeyboardMarkup:4 of -msgid "Source: https://core.telegram.org/bots/api#inlinekeyboardmarkup" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_keyboard_markup.InlineKeyboardMarkup.inline_keyboard:1 -#: of -msgid "" -"Array of button rows, each represented by an Array of " -":class:`aiogram.types.inline_keyboard_button.InlineKeyboardButton` " -"objects" -msgstr "" - #~ msgid "" #~ "This object represents an `inline " #~ "keyboard `_ that appears right next to" +#~ " the message it belongs to. **Note:**" +#~ " This will only work in Telegram " +#~ "versions released after 9 April, 2016." +#~ " Older clients will display *unsupported" +#~ " message*." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinekeyboardmarkup" +#~ msgstr "" + +#~ msgid "" +#~ "Array of button rows, each represented" +#~ " by an Array of " +#~ ":class:`aiogram.types.inline_keyboard_button.InlineKeyboardButton` " +#~ "objects" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query.po index 4146b049..eab56a2e 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query.po @@ -8,80 +8,49 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query.rst:3 msgid "InlineQuery" msgstr "" #: aiogram.types.inline_query.InlineQuery:1 of -msgid "" -"This object represents an incoming inline query. When the user sends an " -"empty query, your bot could return some default or trending results." +msgid "This object represents an incoming inline query." msgstr "" #: aiogram.types.inline_query.InlineQuery:3 of -msgid "Source: https://core.telegram.org/bots/api#inlinequery" -msgstr "" - -#: ../../docstring aiogram.types.inline_query.InlineQuery.id:1 of -msgid "Unique identifier for this query" -msgstr "" - -#: ../../docstring aiogram.types.inline_query.InlineQuery.from_user:1 of -msgid "Sender" -msgstr "" - -#: ../../docstring aiogram.types.inline_query.InlineQuery.query:1 of -msgid "Text of the query (up to 256 characters)" -msgstr "" - -#: ../../docstring aiogram.types.inline_query.InlineQuery.offset:1 of -msgid "Offset of the results to be returned, can be controlled by the bot" -msgstr "" - -#: ../../docstring aiogram.types.inline_query.InlineQuery.chat_type:1 of msgid "" -"*Optional*. Type of the chat from which the inline query was sent. Can be" -" either 'sender' for a private chat with the inline query sender, " -"'private', 'group', 'supergroup', or 'channel'. The chat type should be " -"always known for requests sent from official clients and most third-party" -" clients, unless the request was sent from a secret chat" +"When the user sends an empty query, your bot could return some default or" +" trending results." msgstr "" -#: ../../docstring aiogram.types.inline_query.InlineQuery.location:1 of -msgid "*Optional*. Sender location, only for bots that request user location" +#: aiogram.types.inline_query.InlineQuery:5 of +msgid "https://core.telegram.org/bots/api#inlinequery" +msgstr "" + +#: ../../docstring aiogram.types.inline_query.InlineQuery.chat_type:1 +#: aiogram.types.inline_query.InlineQuery.from_user:1 +#: aiogram.types.inline_query.InlineQuery.id:1 +#: aiogram.types.inline_query.InlineQuery.location:1 +#: aiogram.types.inline_query.InlineQuery.offset:1 +#: aiogram.types.inline_query.InlineQuery.query:1 of +msgid "Simple field" msgstr "" #: aiogram.types.inline_query.InlineQuery.answer:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.answer_inline_query.AnswerInlineQuery` will " -"automatically fill method attributes:" +"Use this method to send answers to an inline query. No more than 50 " +"results per query are allowed." msgstr "" #: aiogram.types.inline_query.InlineQuery.answer:4 of -msgid ":code:`inline_query_id`" -msgstr "" - -#: aiogram.types.inline_query.InlineQuery.answer:6 of -msgid "" -"Use this method to send answers to an inline query. On success, " -":code:`True` is returned." -msgstr "" - -#: aiogram.types.inline_query.InlineQuery.answer:8 of -msgid "No more than **50** results per query are allowed." -msgstr "" - -#: aiogram.types.inline_query.InlineQuery.answer:10 of msgid "Source: https://core.telegram.org/bots/api#answerinlinequery" msgstr "" @@ -89,52 +58,157 @@ msgstr "" msgid "Parameters" msgstr "" -#: aiogram.types.inline_query.InlineQuery.answer:12 of +#: aiogram.types.inline_query.InlineQuery.answer:6 of msgid "A JSON-serialized array of results for the inline query" msgstr "" -#: aiogram.types.inline_query.InlineQuery.answer:13 of +#: aiogram.types.inline_query.InlineQuery.answer:8 of msgid "" "The maximum amount of time in seconds that the result of the inline query" " may be cached on the server. Defaults to 300." msgstr "" -#: aiogram.types.inline_query.InlineQuery.answer:14 of +#: aiogram.types.inline_query.InlineQuery.answer:11 of msgid "" -"Pass :code:`True` if results may be cached on the server side only for " -"the user that sent the query. By default, results may be returned to any " -"user who sends the same query" +"Pass True, if results may be cached on the server side only for the user " +"that sent the query. By default, results may be returned to any user who " +"sends the same query" msgstr "" -#: aiogram.types.inline_query.InlineQuery.answer:15 of +#: aiogram.types.inline_query.InlineQuery.answer:14 of msgid "" "Pass the offset that a client should send in the next query with the same" " text to receive more results. Pass an empty string if there are no more " -"results or if you don't support pagination. Offset length can't exceed 64" +"results or if you don‘t support pagination. Offset length can’t exceed 64" " bytes." msgstr "" -#: aiogram.types.inline_query.InlineQuery.answer:16 of +#: aiogram.types.inline_query.InlineQuery.answer:19 of msgid "" "If passed, clients will display a button with specified text that " "switches the user to a private chat with the bot and sends the bot a " -"start message with the parameter *switch_pm_parameter*" +"start message with the parameter switch_pm_parameter" msgstr "" -#: aiogram.types.inline_query.InlineQuery.answer:17 of +#: aiogram.types.inline_query.InlineQuery.answer:23 of msgid "" -"`Deep-linking `_ " -"parameter for the /start message sent to the bot when user presses the " -"switch button. 1-64 characters, only :code:`A-Z`, :code:`a-z`, " -":code:`0-9`, :code:`_` and :code:`-` are allowed." +"Deep-linking parameter for the /start message sent to the bot when user " +"presses the switch button. 1-64 characters, only A-Z, a-z, 0-9, _ and - " +"are allowed." msgstr "" #: aiogram.types.inline_query.InlineQuery.answer of msgid "Returns" msgstr "" -#: aiogram.types.inline_query.InlineQuery.answer:18 of -msgid "" -"instance of method " -":class:`aiogram.methods.answer_inline_query.AnswerInlineQuery`" +#: aiogram.types.inline_query.InlineQuery.answer:26 of +msgid "On success, True is returned" msgstr "" + +#: aiogram.types.inline_query.InlineQuery.answer of +msgid "Return type" +msgstr "" + +#: aiogram.types.inline_query.InlineQuery.answer:27 of +msgid ":obj:`base.Boolean`" +msgstr "" + +#~ msgid "" +#~ "This object represents an incoming " +#~ "inline query. When the user sends " +#~ "an empty query, your bot could " +#~ "return some default or trending results." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequery" +#~ msgstr "" + +#~ msgid "Unique identifier for this query" +#~ msgstr "" + +#~ msgid "Sender" +#~ msgstr "" + +#~ msgid "Text of the query (up to 256 characters)" +#~ msgstr "" + +#~ msgid "Offset of the results to be returned, can be controlled by the bot" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Type of the chat from " +#~ "which the inline query was sent. " +#~ "Can be either 'sender' for a " +#~ "private chat with the inline query " +#~ "sender, 'private', 'group', 'supergroup', or" +#~ " 'channel'. The chat type should be" +#~ " always known for requests sent from" +#~ " official clients and most third-" +#~ "party clients, unless the request was" +#~ " sent from a secret chat" +#~ msgstr "" + +#~ msgid "*Optional*. Sender location, only for bots that request user location" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.answer_inline_query.AnswerInlineQuery` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid ":code:`inline_query_id`" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send answers to" +#~ " an inline query. On success, " +#~ ":code:`True` is returned." +#~ msgstr "" + +#~ msgid "No more than **50** results per query are allowed." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if results may be " +#~ "cached on the server side only for" +#~ " the user that sent the query. " +#~ "By default, results may be returned " +#~ "to any user who sends the same " +#~ "query" +#~ msgstr "" + +#~ msgid "" +#~ "Pass the offset that a client " +#~ "should send in the next query with" +#~ " the same text to receive more " +#~ "results. Pass an empty string if " +#~ "there are no more results or if" +#~ " you don't support pagination. Offset " +#~ "length can't exceed 64 bytes." +#~ msgstr "" + +#~ msgid "" +#~ "If passed, clients will display a " +#~ "button with specified text that switches" +#~ " the user to a private chat " +#~ "with the bot and sends the bot " +#~ "a start message with the parameter " +#~ "*switch_pm_parameter*" +#~ msgstr "" + +#~ msgid "" +#~ "`Deep-linking `_ parameter for the /start" +#~ " message sent to the bot when " +#~ "user presses the switch button. 1-64 " +#~ "characters, only :code:`A-Z`, :code:`a-z`, " +#~ ":code:`0-9`, :code:`_` and :code:`-` are " +#~ "allowed." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.answer_inline_query.AnswerInlineQuery`" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result.po index e5213929..71a7a4e6 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result.po @@ -8,111 +8,567 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result.rst:3 msgid "InlineQueryResult" msgstr "" #: aiogram.types.inline_query_result.InlineQueryResult:1 of -msgid "" -"This object represents one result of an inline query. Telegram clients " -"currently support results of the following 20 types:" +msgid "This object represents one result of an inline query." msgstr "" #: aiogram.types.inline_query_result.InlineQueryResult:3 of -msgid ":class:`aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:4 of -msgid ":class:`aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument`" +msgid "Telegram clients currently support results of the following 20 types" msgstr "" #: aiogram.types.inline_query_result.InlineQueryResult:5 of -msgid ":class:`aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif`" +msgid "https://core.telegram.org/bots/api#inlinequeryresult" msgstr "" -#: aiogram.types.inline_query_result.InlineQueryResult:6 of -msgid ":class:`aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif`" +#: ../../docstring aiogram.types.inline_query_result.InlineQueryResult.id:1 +#: aiogram.types.inline_query_result.InlineQueryResult.reply_markup:1 +#: aiogram.types.inline_query_result.InlineQueryResultArticle.description:1 +#: aiogram.types.inline_query_result.InlineQueryResultArticle.hide_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultArticle.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultArticle.thumb_height:1 +#: aiogram.types.inline_query_result.InlineQueryResultArticle.thumb_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultArticle.thumb_width:1 +#: aiogram.types.inline_query_result.InlineQueryResultArticle.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultArticle.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultArticle.url:1 +#: aiogram.types.inline_query_result.InlineQueryResultAudio.audio_duration:1 +#: aiogram.types.inline_query_result.InlineQueryResultAudio.audio_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultAudio.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultAudio.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultAudio.performer:1 +#: aiogram.types.inline_query_result.InlineQueryResultAudio.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultAudio.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedAudio.audio_file_id:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedAudio.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedAudio.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedAudio.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedDocument.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedDocument.description:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedDocument.document_file_id:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedDocument.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedDocument.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedDocument.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedGif.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedGif.gif_file_id:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedGif.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedGif.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedGif.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedMpeg4Gif.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedMpeg4Gif.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedMpeg4Gif.mpeg4_file_id:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedMpeg4Gif.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedMpeg4Gif.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedPhoto.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedPhoto.description:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedPhoto.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedPhoto.photo_file_id:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedPhoto.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedPhoto.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedSticker.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedSticker.sticker_file_id:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedSticker.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVideo.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVideo.description:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVideo.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVideo.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVideo.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVideo.video_file_id:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVoice.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVoice.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVoice.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVoice.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVoice.voice_file_id:1 +#: aiogram.types.inline_query_result.InlineQueryResultContact.first_name:1 +#: aiogram.types.inline_query_result.InlineQueryResultContact.foursquare_type:1 +#: aiogram.types.inline_query_result.InlineQueryResultContact.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultContact.last_name:1 +#: aiogram.types.inline_query_result.InlineQueryResultContact.phone_number:1 +#: aiogram.types.inline_query_result.InlineQueryResultContact.thumb_height:1 +#: aiogram.types.inline_query_result.InlineQueryResultContact.thumb_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultContact.thumb_width:1 +#: aiogram.types.inline_query_result.InlineQueryResultContact.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultContact.vcard:1 +#: aiogram.types.inline_query_result.InlineQueryResultDocument.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultDocument.description:1 +#: aiogram.types.inline_query_result.InlineQueryResultDocument.document_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultDocument.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultDocument.mime_type:1 +#: aiogram.types.inline_query_result.InlineQueryResultDocument.thumb_height:1 +#: aiogram.types.inline_query_result.InlineQueryResultDocument.thumb_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultDocument.thumb_width:1 +#: aiogram.types.inline_query_result.InlineQueryResultDocument.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultDocument.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultGame.game_short_name:1 +#: aiogram.types.inline_query_result.InlineQueryResultGame.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultGif.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultGif.gif_duration:1 +#: aiogram.types.inline_query_result.InlineQueryResultGif.gif_height:1 +#: aiogram.types.inline_query_result.InlineQueryResultGif.gif_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultGif.gif_width:1 +#: aiogram.types.inline_query_result.InlineQueryResultGif.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultGif.thumb_mime_type:1 +#: aiogram.types.inline_query_result.InlineQueryResultGif.thumb_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultGif.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultGif.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.heading:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.horizontal_accuracy:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.latitude:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.live_period:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.longitude:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.proximity_alert_radius:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.thumb_height:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.thumb_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.thumb_width:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif.mpeg4_duration:1 +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif.mpeg4_height:1 +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif.mpeg4_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif.mpeg4_width:1 +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif.thumb_mime_type:1 +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif.thumb_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultPhoto.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultPhoto.description:1 +#: aiogram.types.inline_query_result.InlineQueryResultPhoto.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultPhoto.photo_height:1 +#: aiogram.types.inline_query_result.InlineQueryResultPhoto.photo_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultPhoto.photo_width:1 +#: aiogram.types.inline_query_result.InlineQueryResultPhoto.thumb_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultPhoto.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultPhoto.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.address:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.foursquare_id:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.foursquare_type:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.google_place_id:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.google_place_type:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.latitude:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.longitude:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.thumb_height:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.thumb_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.thumb_width:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.description:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.mime_type:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.thumb_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.video_duration:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.video_height:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.video_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.video_width:1 +#: aiogram.types.inline_query_result.InlineQueryResultVoice.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultVoice.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultVoice.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultVoice.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultVoice.voice_duration:1 +#: aiogram.types.inline_query_result.InlineQueryResultVoice.voice_url:1 of +msgid "Simple field" msgstr "" -#: aiogram.types.inline_query_result.InlineQueryResult:7 of -msgid ":class:`aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto`" +#: aiogram.types.inline_query_result.InlineQueryResultArticle:1 of +msgid "Represents a link to an article or web page." msgstr "" -#: aiogram.types.inline_query_result.InlineQueryResult:8 of -msgid ":class:`aiogram.types.inline_query_result_cached_sticker.InlineQueryResultCachedSticker`" +#: aiogram.types.inline_query_result.InlineQueryResultArticle:3 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultarticle" msgstr "" -#: aiogram.types.inline_query_result.InlineQueryResult:9 of -msgid ":class:`aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo`" +#: aiogram.types.inline_query_result.InlineQueryResultPhoto:1 of +msgid "Represents a link to a photo." msgstr "" -#: aiogram.types.inline_query_result.InlineQueryResult:10 of -msgid ":class:`aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:11 of -msgid ":class:`aiogram.types.inline_query_result_article.InlineQueryResultArticle`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:12 of -msgid ":class:`aiogram.types.inline_query_result_audio.InlineQueryResultAudio`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:13 of -msgid ":class:`aiogram.types.inline_query_result_contact.InlineQueryResultContact`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:14 of -msgid ":class:`aiogram.types.inline_query_result_game.InlineQueryResultGame`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:15 of -msgid ":class:`aiogram.types.inline_query_result_document.InlineQueryResultDocument`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:16 of -msgid ":class:`aiogram.types.inline_query_result_gif.InlineQueryResultGif`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:17 of -msgid ":class:`aiogram.types.inline_query_result_location.InlineQueryResultLocation`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:18 of -msgid ":class:`aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:19 of -msgid ":class:`aiogram.types.inline_query_result_photo.InlineQueryResultPhoto`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:20 of -msgid ":class:`aiogram.types.inline_query_result_venue.InlineQueryResultVenue`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:21 of -msgid ":class:`aiogram.types.inline_query_result_video.InlineQueryResultVideo`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:22 of -msgid ":class:`aiogram.types.inline_query_result_voice.InlineQueryResultVoice`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:24 of +#: aiogram.types.inline_query_result.InlineQueryResultPhoto:3 of msgid "" -"**Note:** All URLs passed in inline query results will be available to " -"end users and therefore must be assumed to be **public**." +"By default, this photo will be sent by the user with optional caption. " +"Alternatively, you can use input_message_content to send a message with " +"the specified content instead of the photo." msgstr "" -#: aiogram.types.inline_query_result.InlineQueryResult:26 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresult" +#: aiogram.types.inline_query_result.InlineQueryResultPhoto:7 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultphoto" msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultGif:1 of +msgid "Represents a link to an animated GIF file." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultGif:3 of +msgid "" +"By default, this animated GIF file will be sent by the user with optional" +" caption. Alternatively, you can use input_message_content to send a " +"message with the specified content instead of the animation." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultGif:7 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultgif" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif:1 of +msgid "" +"Represents a link to a video animation (H.264/MPEG-4 AVC video without " +"sound)." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif:3 of +msgid "" +"By default, this animated MPEG-4 file will be sent by the user with " +"optional caption. Alternatively, you can use input_message_content to " +"send a message with the specified content instead of the animation." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif:7 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultmpeg4gif" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultVideo:1 of +msgid "" +"Represents a link to a page containing an embedded video player or a " +"video file." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedVideo:3 +#: aiogram.types.inline_query_result.InlineQueryResultVideo:3 of +msgid "" +"By default, this video file will be sent by the user with an optional " +"caption. Alternatively, you can use input_message_content to send a " +"message with the specified content instead of the video." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultVideo:7 of +msgid "" +"If an InlineQueryResultVideo message contains an embedded video (e.g., " +"YouTube), you must replace its content using input_message_content." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultVideo:10 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultvideo" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultAudio:1 of +msgid "" +"Represents a link to an mp3 audio file. By default, this audio file will " +"be sent by the user. Alternatively, you can use input_message_content to " +"send a message with the specified content instead of the audio." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultAudio:5 +#: aiogram.types.inline_query_result.InlineQueryResultCachedAudio:7 +#: aiogram.types.inline_query_result.InlineQueryResultCachedDocument:6 +#: aiogram.types.inline_query_result.InlineQueryResultCachedSticker:7 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVoice:7 +#: aiogram.types.inline_query_result.InlineQueryResultContact:7 +#: aiogram.types.inline_query_result.InlineQueryResultDocument:7 +#: aiogram.types.inline_query_result.InlineQueryResultVenue:6 +#: aiogram.types.inline_query_result.InlineQueryResultVoice:7 of +msgid "" +"Note: This will only work in Telegram versions released after 9 April, " +"2016. Older clients will ignore them." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultAudio:8 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultaudio" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultVoice:1 of +msgid "" +"Represents a link to a voice recording in an .ogg container encoded with " +"OPUS." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultVoice:3 of +msgid "" +"By default, this voice recording will be sent by the user. Alternatively," +" you can use input_message_content to send a message with the specified " +"content instead of the the voice message." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultVoice:10 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultvoice" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultDocument:1 of +msgid "Represents a link to a file." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultDocument:3 of +msgid "" +"By default, this file will be sent by the user with an optional caption. " +"Alternatively, you can use input_message_content to send a message with " +"the specified content instead of the file. Currently, only .PDF and .ZIP " +"files can be sent using this method." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultDocument:9 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultdocument" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultLocation:1 of +msgid "Represents a location on a map." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultLocation:3 of +msgid "" +"By default, the location will be sent by the user. Alternatively, you can" +" use input_message_content to send a message with the specified content " +"instead of the location." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultLocation:7 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultlocation" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultVenue:1 of +msgid "Represents a venue. By default, the venue will be sent by the user." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultVenue:3 of +msgid "" +"Alternatively, you can use input_message_content to send a message with " +"the specified content instead of the venue." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultVenue:9 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultvenue" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultContact:1 of +msgid "Represents a contact with a phone number." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultContact:3 of +msgid "" +"By default, this contact will be sent by the user. Alternatively, you can" +" use input_message_content to send a message with the specified content " +"instead of the contact." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultContact:9 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultcontact" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultGame:1 of +msgid "Represents a Game." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultGame:3 of +msgid "" +"Note: This will only work in Telegram versions released after October 1, " +"2016. Older clients will not display any inline results if a game result " +"is among them." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultGame:6 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultgame" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedPhoto:1 of +msgid "Represents a link to a photo stored on the Telegram servers." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedPhoto:3 of +msgid "" +"By default, this photo will be sent by the user with an optional caption." +" Alternatively, you can use input_message_content to send a message with " +"the specified content instead of the photo." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedPhoto:7 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultcachedphoto" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedGif:1 of +msgid "Represents a link to an animated GIF file stored on the Telegram servers." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedGif:3 of +msgid "" +"By default, this animated GIF file will be sent by the user with an " +"optional caption. Alternatively, you can use input_message_content to " +"send a message with specified content instead of the animation." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedGif:7 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultcachedgif" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedMpeg4Gif:1 of +msgid "" +"Represents a link to a video animation (H.264/MPEG-4 AVC video without " +"sound) stored on the Telegram servers." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedMpeg4Gif:3 of +msgid "" +"By default, this animated MPEG-4 file will be sent by the user with an " +"optional caption. Alternatively, you can use input_message_content to " +"send a message with the specified content instead of the animation." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedMpeg4Gif:7 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultcachedmpeg4gif" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedSticker:1 of +msgid "Represents a link to a sticker stored on the Telegram servers." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedSticker:3 of +msgid "" +"By default, this sticker will be sent by the user. Alternatively, you can" +" use input_message_content to send a message with the specified content " +"instead of the sticker." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedSticker:10 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultcachedsticker" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedDocument:1 of +msgid "" +"Represents a link to a file stored on the Telegram servers. By default, " +"this file will be sent by the user with an optional caption. " +"Alternatively, you can use input_message_content to send a message with " +"the specified content instead of the file." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedDocument:9 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultcacheddocument" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedVideo:1 of +msgid "Represents a link to a video file stored on the Telegram servers." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedVideo:7 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultcachedvideo" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedVoice:1 of +msgid "Represents a link to a voice message stored on the Telegram servers." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedVoice:3 of +msgid "" +"By default, this voice message will be sent by the user. Alternatively, " +"you can use input_message_content to send a message with the specified " +"content instead of the voice message." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedVoice:9 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultcachedvoice" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedAudio:1 of +msgid "Represents a link to an mp3 audio file stored on the Telegram servers." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedAudio:3 of +msgid "" +"By default, this audio file will be sent by the user. Alternatively, you " +"can use input_message_content to send a message with the specified " +"content instead of the audio." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedAudio:10 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultcachedaudio" +msgstr "" + +#~ msgid "" +#~ "This object represents one result of " +#~ "an inline query. Telegram clients " +#~ "currently support results of the " +#~ "following 20 types:" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_cached_sticker.InlineQueryResultCachedSticker`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_article.InlineQueryResultArticle`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_audio.InlineQueryResultAudio`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_contact.InlineQueryResultContact`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_game.InlineQueryResultGame`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_document.InlineQueryResultDocument`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_gif.InlineQueryResultGif`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_location.InlineQueryResultLocation`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_photo.InlineQueryResultPhoto`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_venue.InlineQueryResultVenue`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_video.InlineQueryResultVideo`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_voice.InlineQueryResultVoice`" +#~ msgstr "" + +#~ msgid "" +#~ "**Note:** All URLs passed in inline " +#~ "query results will be available to " +#~ "end users and therefore must be " +#~ "assumed to be **public**." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresult" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_article.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_article.po index 6615989c..b23d95b9 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_article.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_article.po @@ -8,97 +8,68 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_article.rst:3 msgid "InlineQueryResultArticle" msgstr "" -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle:1 of -msgid "Represents a link to an article or web page." -msgstr "" - -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle:3 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultarticle" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.type:1 of -msgid "Type of the result, must be *article*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.id:1 of -msgid "Unique identifier for this result, 1-64 Bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.title:1 -#: of -msgid "Title of the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.input_message_content:1 -#: of -msgid "Content of the message to be sent" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.url:1 of -msgid "*Optional*. URL of the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.hide_url:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` if you don't want the URL to be shown in " -"the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.description:1 -#: of -msgid "*Optional*. Short description of the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.thumb_url:1 -#: of -msgid "*Optional*. Url of the thumbnail for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.thumb_width:1 -#: of -msgid "*Optional*. Thumbnail width" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.thumb_height:1 -#: of -msgid "*Optional*. Thumbnail height" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "Represents a link to an article or web page." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultarticle" +#~ msgstr "" + +#~ msgid "Type of the result, must be *article*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 Bytes" +#~ msgstr "" + +#~ msgid "Title of the result" +#~ msgstr "" + +#~ msgid "Content of the message to be sent" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. URL of the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if you " +#~ "don't want the URL to be shown " +#~ "in the message" +#~ msgstr "" + +#~ msgid "*Optional*. Short description of the result" +#~ msgstr "" + +#~ msgid "*Optional*. Url of the thumbnail for the result" +#~ msgstr "" + +#~ msgid "*Optional*. Thumbnail width" +#~ msgstr "" + +#~ msgid "*Optional*. Thumbnail height" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_audio.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_audio.po index 9ee8ea87..6fee7598 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_audio.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_audio.po @@ -8,104 +8,82 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_audio.rst:3 msgid "InlineQueryResultAudio" msgstr "" -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio:1 of -msgid "" -"Represents a link to an MP3 audio file. By default, this audio file will " -"be sent by the user. Alternatively, you can use *input_message_content* " -"to send a message with the specified content instead of the audio. " -"**Note:** This will only work in Telegram versions released after 9 " -"April, 2016. Older clients will ignore them." -msgstr "" - -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio:4 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultaudio" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.type:1 of -msgid "Type of the result, must be *audio*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.id:1 of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.audio_url:1 -#: of -msgid "A valid URL for the audio file" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.title:1 of -msgid "Title" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.caption:1 of -msgid "*Optional*. Caption, 0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the audio caption. See " -"`formatting options `_ for more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.performer:1 -#: of -msgid "*Optional*. Performer" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.audio_duration:1 -#: of -msgid "*Optional*. Audio duration in seconds" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the audio" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to an MP3 audio" +#~ " file. By default, this audio file" +#~ " will be sent by the user. " +#~ "Alternatively, you can use " +#~ "*input_message_content* to send a message " +#~ "with the specified content instead of" +#~ " the audio. **Note:** This will only" +#~ " work in Telegram versions released " +#~ "after 9 April, 2016. Older clients " +#~ "will ignore them." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultaudio" +#~ msgstr "" + +#~ msgid "Type of the result, must be *audio*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid URL for the audio file" +#~ msgstr "" + +#~ msgid "Title" +#~ msgstr "" + +#~ msgid "*Optional*. Caption, 0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the audio caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "*Optional*. Performer" +#~ msgstr "" + +#~ msgid "*Optional*. Audio duration in seconds" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. Content of the message to be sent instead of the audio" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_audio.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_audio.po index 5accdb13..376e9e48 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_audio.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_audio.po @@ -8,92 +8,73 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_cached_audio.rst:3 msgid "InlineQueryResultCachedAudio" msgstr "" -#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio:1 -#: of -msgid "" -"Represents a link to an MP3 audio file stored on the Telegram servers. By" -" default, this audio file will be sent by the user. Alternatively, you " -"can use *input_message_content* to send a message with the specified " -"content instead of the audio. **Note:** This will only work in Telegram " -"versions released after 9 April, 2016. Older clients will ignore them." -msgstr "" - -#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio:4 -#: of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedaudio" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio.type:1 -#: of -msgid "Type of the result, must be *audio*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio.id:1 -#: of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio.audio_file_id:1 -#: of -msgid "A valid file identifier for the audio file" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio.caption:1 -#: of -msgid "*Optional*. Caption, 0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the audio caption. See " -"`formatting options `_ for more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the audio" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to an MP3 audio" +#~ " file stored on the Telegram servers." +#~ " By default, this audio file will " +#~ "be sent by the user. Alternatively, " +#~ "you can use *input_message_content* to " +#~ "send a message with the specified " +#~ "content instead of the audio. **Note:**" +#~ " This will only work in Telegram " +#~ "versions released after 9 April, 2016." +#~ " Older clients will ignore them." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedaudio" +#~ msgstr "" + +#~ msgid "Type of the result, must be *audio*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid file identifier for the audio file" +#~ msgstr "" + +#~ msgid "*Optional*. Caption, 0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the audio caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. Content of the message to be sent instead of the audio" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_document.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_document.po index eb805a02..2bf6cee2 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_document.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_document.po @@ -8,107 +8,85 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_cached_document.rst:3 msgid "InlineQueryResultCachedDocument" msgstr "" -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument:1 -#: of -msgid "" -"Represents a link to a file stored on the Telegram servers. By default, " -"this file will be sent by the user with an optional caption. " -"Alternatively, you can use *input_message_content* to send a message with" -" the specified content instead of the file. **Note:** This will only work" -" in Telegram versions released after 9 April, 2016. Older clients will " -"ignore them." -msgstr "" - -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument:4 -#: of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcacheddocument" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.type:1 -#: of -msgid "Type of the result, must be *document*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.id:1 -#: of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.title:1 -#: of -msgid "Title for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.document_file_id:1 -#: of -msgid "A valid file identifier for the file" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.description:1 -#: of -msgid "*Optional*. Short description of the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.caption:1 -#: of -msgid "" -"*Optional*. Caption of the document to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the document caption. See " -"`formatting options `_ for more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the file" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to a file stored" +#~ " on the Telegram servers. By default," +#~ " this file will be sent by the" +#~ " user with an optional caption. " +#~ "Alternatively, you can use " +#~ "*input_message_content* to send a message " +#~ "with the specified content instead of" +#~ " the file. **Note:** This will only" +#~ " work in Telegram versions released " +#~ "after 9 April, 2016. Older clients " +#~ "will ignore them." +#~ msgstr "" + +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#inlinequeryresultcacheddocument" +#~ msgstr "" + +#~ msgid "Type of the result, must be *document*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "Title for the result" +#~ msgstr "" + +#~ msgid "A valid file identifier for the file" +#~ msgstr "" + +#~ msgid "*Optional*. Short description of the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Caption of the document to" +#~ " be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the document caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. Content of the message to be sent instead of the file" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_gif.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_gif.po index ffc4e8f0..c75e379c 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_gif.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_gif.po @@ -8,97 +8,80 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_cached_gif.rst:3 msgid "InlineQueryResultCachedGif" msgstr "" -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif:1 of -msgid "" -"Represents a link to an animated GIF file stored on the Telegram servers." -" By default, this animated GIF file will be sent by the user with an " -"optional caption. Alternatively, you can use *input_message_content* to " -"send a message with specified content instead of the animation." -msgstr "" - -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif:3 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedgif" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif.type:1 -#: of -msgid "Type of the result, must be *gif*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif.id:1 -#: of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif.gif_file_id:1 -#: of -msgid "A valid file identifier for the GIF file" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif.title:1 -#: of -msgid "*Optional*. Title for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif.caption:1 -#: of -msgid "" -"*Optional*. Caption of the GIF file to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the caption. See `formatting " -"options `_ for " -"more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the GIF animation" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to an animated " +#~ "GIF file stored on the Telegram " +#~ "servers. By default, this animated GIF" +#~ " file will be sent by the user" +#~ " with an optional caption. Alternatively," +#~ " you can use *input_message_content* to " +#~ "send a message with specified content" +#~ " instead of the animation." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedgif" +#~ msgstr "" + +#~ msgid "Type of the result, must be *gif*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid file identifier for the GIF file" +#~ msgstr "" + +#~ msgid "*Optional*. Title for the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Caption of the GIF file " +#~ "to be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Content of the message to" +#~ " be sent instead of the GIF " +#~ "animation" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_mpeg4_gif.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_mpeg4_gif.po index 96885946..345ae5bf 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_mpeg4_gif.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_mpeg4_gif.po @@ -8,102 +8,83 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_cached_mpeg4_gif.rst:3 msgid "InlineQueryResultCachedMpeg4Gif" msgstr "" -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif:1 -#: of -msgid "" -"Represents a link to a video animation (H.264/MPEG-4 AVC video without " -"sound) stored on the Telegram servers. By default, this animated MPEG-4 " -"file will be sent by the user with an optional caption. Alternatively, " -"you can use *input_message_content* to send a message with the specified " -"content instead of the animation." -msgstr "" - -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedmpeg4gif" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif.type:1 -#: of -msgid "Type of the result, must be *mpeg4_gif*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif.id:1 -#: of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif.mpeg4_file_id:1 -#: of -msgid "A valid file identifier for the MPEG4 file" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif.title:1 -#: of -msgid "*Optional*. Title for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif.caption:1 -#: of -msgid "" -"*Optional*. Caption of the MPEG-4 file to be sent, 0-1024 characters " -"after entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the caption. See `formatting " -"options `_ for " -"more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif.input_message_content:1 -#: of -msgid "" -"*Optional*. Content of the message to be sent instead of the video " -"animation" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to a video " +#~ "animation (H.264/MPEG-4 AVC video without " +#~ "sound) stored on the Telegram servers." +#~ " By default, this animated MPEG-4 " +#~ "file will be sent by the user " +#~ "with an optional caption. Alternatively, " +#~ "you can use *input_message_content* to " +#~ "send a message with the specified " +#~ "content instead of the animation." +#~ msgstr "" + +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#inlinequeryresultcachedmpeg4gif" +#~ msgstr "" + +#~ msgid "Type of the result, must be *mpeg4_gif*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid file identifier for the MPEG4 file" +#~ msgstr "" + +#~ msgid "*Optional*. Title for the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Caption of the MPEG-4 file" +#~ " to be sent, 0-1024 characters after" +#~ " entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Content of the message to" +#~ " be sent instead of the video " +#~ "animation" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_photo.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_photo.po index 965f8ad7..c65da90a 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_photo.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_photo.po @@ -8,105 +8,80 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_cached_photo.rst:3 msgid "InlineQueryResultCachedPhoto" msgstr "" -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto:1 -#: of -msgid "" -"Represents a link to a photo stored on the Telegram servers. By default, " -"this photo will be sent by the user with an optional caption. " -"Alternatively, you can use *input_message_content* to send a message with" -" the specified content instead of the photo." -msgstr "" - -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedphoto" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.type:1 -#: of -msgid "Type of the result, must be *photo*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.id:1 -#: of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.photo_file_id:1 -#: of -msgid "A valid file identifier of the photo" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.title:1 -#: of -msgid "*Optional*. Title for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.description:1 -#: of -msgid "*Optional*. Short description of the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.caption:1 -#: of -msgid "" -"*Optional*. Caption of the photo to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the photo caption. See " -"`formatting options `_ for more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the photo" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to a photo " +#~ "stored on the Telegram servers. By " +#~ "default, this photo will be sent " +#~ "by the user with an optional " +#~ "caption. Alternatively, you can use " +#~ "*input_message_content* to send a message " +#~ "with the specified content instead of" +#~ " the photo." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedphoto" +#~ msgstr "" + +#~ msgid "Type of the result, must be *photo*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid file identifier of the photo" +#~ msgstr "" + +#~ msgid "*Optional*. Title for the result" +#~ msgstr "" + +#~ msgid "*Optional*. Short description of the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Caption of the photo to " +#~ "be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the photo caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. Content of the message to be sent instead of the photo" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_sticker.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_sticker.po index dc79cbca..5f236a2a 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_sticker.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_sticker.po @@ -8,71 +8,62 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_cached_sticker.rst:3 msgid "InlineQueryResultCachedSticker" msgstr "" -#: aiogram.types.inline_query_result_cached_sticker.InlineQueryResultCachedSticker:1 -#: of -msgid "" -"Represents a link to a sticker stored on the Telegram servers. By " -"default, this sticker will be sent by the user. Alternatively, you can " -"use *input_message_content* to send a message with the specified content " -"instead of the sticker. **Note:** This will only work in Telegram " -"versions released after 9 April, 2016 for static stickers and after 06 " -"July, 2019 for `animated stickers `_. Older clients will ignore them." -msgstr "" - -#: aiogram.types.inline_query_result_cached_sticker.InlineQueryResultCachedSticker:4 -#: of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedsticker" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_sticker.InlineQueryResultCachedSticker.type:1 -#: of -msgid "Type of the result, must be *sticker*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_sticker.InlineQueryResultCachedSticker.id:1 -#: of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_sticker.InlineQueryResultCachedSticker.sticker_file_id:1 -#: of -msgid "A valid file identifier of the sticker" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_sticker.InlineQueryResultCachedSticker.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_sticker.InlineQueryResultCachedSticker.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the sticker" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to a sticker " +#~ "stored on the Telegram servers. By " +#~ "default, this sticker will be sent " +#~ "by the user. Alternatively, you can " +#~ "use *input_message_content* to send a " +#~ "message with the specified content " +#~ "instead of the sticker. **Note:** This" +#~ " will only work in Telegram versions" +#~ " released after 9 April, 2016 for " +#~ "static stickers and after 06 July, " +#~ "2019 for `animated stickers " +#~ "`_. Older " +#~ "clients will ignore them." +#~ msgstr "" + +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#inlinequeryresultcachedsticker" +#~ msgstr "" + +#~ msgid "Type of the result, must be *sticker*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid file identifier of the sticker" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. Content of the message to be sent instead of the sticker" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_video.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_video.po index 3836cf30..17ed3a3c 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_video.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_video.po @@ -8,105 +8,80 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_cached_video.rst:3 msgid "InlineQueryResultCachedVideo" msgstr "" -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo:1 -#: of -msgid "" -"Represents a link to a video file stored on the Telegram servers. By " -"default, this video file will be sent by the user with an optional " -"caption. Alternatively, you can use *input_message_content* to send a " -"message with the specified content instead of the video." -msgstr "" - -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedvideo" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.type:1 -#: of -msgid "Type of the result, must be *video*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.id:1 -#: of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.video_file_id:1 -#: of -msgid "A valid file identifier for the video file" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.title:1 -#: of -msgid "Title for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.description:1 -#: of -msgid "*Optional*. Short description of the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.caption:1 -#: of -msgid "" -"*Optional*. Caption of the video to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the video caption. See " -"`formatting options `_ for more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the video" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to a video file" +#~ " stored on the Telegram servers. By" +#~ " default, this video file will be " +#~ "sent by the user with an optional" +#~ " caption. Alternatively, you can use " +#~ "*input_message_content* to send a message " +#~ "with the specified content instead of" +#~ " the video." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedvideo" +#~ msgstr "" + +#~ msgid "Type of the result, must be *video*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid file identifier for the video file" +#~ msgstr "" + +#~ msgid "Title for the result" +#~ msgstr "" + +#~ msgid "*Optional*. Short description of the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Caption of the video to " +#~ "be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the video caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. Content of the message to be sent instead of the video" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_voice.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_voice.po index d2bb9f10..2d886230 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_voice.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_cached_voice.po @@ -8,99 +8,80 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_cached_voice.rst:3 msgid "InlineQueryResultCachedVoice" msgstr "" -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice:1 -#: of -msgid "" -"Represents a link to a voice message stored on the Telegram servers. By " -"default, this voice message will be sent by the user. Alternatively, you " -"can use *input_message_content* to send a message with the specified " -"content instead of the voice message. **Note:** This will only work in " -"Telegram versions released after 9 April, 2016. Older clients will ignore" -" them." -msgstr "" - -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice:4 -#: of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedvoice" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice.type:1 -#: of -msgid "Type of the result, must be *voice*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice.id:1 -#: of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice.voice_file_id:1 -#: of -msgid "A valid file identifier for the voice message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice.title:1 -#: of -msgid "Voice message title" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice.caption:1 -#: of -msgid "*Optional*. Caption, 0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the voice message caption. See " -"`formatting options `_ for more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the voice message" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to a voice " +#~ "message stored on the Telegram servers." +#~ " By default, this voice message will" +#~ " be sent by the user. Alternatively," +#~ " you can use *input_message_content* to " +#~ "send a message with the specified " +#~ "content instead of the voice message." +#~ " **Note:** This will only work in " +#~ "Telegram versions released after 9 " +#~ "April, 2016. Older clients will ignore" +#~ " them." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedvoice" +#~ msgstr "" + +#~ msgid "Type of the result, must be *voice*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid file identifier for the voice message" +#~ msgstr "" + +#~ msgid "Voice message title" +#~ msgstr "" + +#~ msgid "*Optional*. Caption, 0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the voice message caption. See " +#~ "`formatting options `_ for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Content of the message to" +#~ " be sent instead of the voice " +#~ "message" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_contact.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_contact.po index d9620a12..23f60264 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_contact.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_contact.po @@ -8,103 +8,78 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_contact.rst:3 msgid "InlineQueryResultContact" msgstr "" -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact:1 of -msgid "" -"Represents a contact with a phone number. By default, this contact will " -"be sent by the user. Alternatively, you can use *input_message_content* " -"to send a message with the specified content instead of the contact. " -"**Note:** This will only work in Telegram versions released after 9 " -"April, 2016. Older clients will ignore them." -msgstr "" - -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact:4 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcontact" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.type:1 of -msgid "Type of the result, must be *contact*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.id:1 of -msgid "Unique identifier for this result, 1-64 Bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.phone_number:1 -#: of -msgid "Contact's phone number" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.first_name:1 -#: of -msgid "Contact's first name" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.last_name:1 -#: of -msgid "*Optional*. Contact's last name" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.vcard:1 -#: of -msgid "" -"*Optional*. Additional data about the contact in the form of a `vCard " -"`_, 0-2048 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the contact" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.thumb_url:1 -#: of -msgid "*Optional*. Url of the thumbnail for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.thumb_width:1 -#: of -msgid "*Optional*. Thumbnail width" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.thumb_height:1 -#: of -msgid "*Optional*. Thumbnail height" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a contact with a phone " +#~ "number. By default, this contact will" +#~ " be sent by the user. Alternatively," +#~ " you can use *input_message_content* to " +#~ "send a message with the specified " +#~ "content instead of the contact. " +#~ "**Note:** This will only work in " +#~ "Telegram versions released after 9 " +#~ "April, 2016. Older clients will ignore" +#~ " them." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcontact" +#~ msgstr "" + +#~ msgid "Type of the result, must be *contact*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 Bytes" +#~ msgstr "" + +#~ msgid "Contact's phone number" +#~ msgstr "" + +#~ msgid "Contact's first name" +#~ msgstr "" + +#~ msgid "*Optional*. Contact's last name" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Additional data about the " +#~ "contact in the form of a `vCard" +#~ " `_, 0-2048 bytes" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. Content of the message to be sent instead of the contact" +#~ msgstr "" + +#~ msgid "*Optional*. Url of the thumbnail for the result" +#~ msgstr "" + +#~ msgid "*Optional*. Thumbnail width" +#~ msgstr "" + +#~ msgid "*Optional*. Thumbnail height" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_document.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_document.po index 9931e7ee..ea54ff6a 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_document.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_document.po @@ -8,121 +8,89 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_document.rst:3 msgid "InlineQueryResultDocument" msgstr "" -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument:1 of -msgid "" -"Represents a link to a file. By default, this file will be sent by the " -"user with an optional caption. Alternatively, you can use " -"*input_message_content* to send a message with the specified content " -"instead of the file. Currently, only **.PDF** and **.ZIP** files can be " -"sent using this method. **Note:** This will only work in Telegram " -"versions released after 9 April, 2016. Older clients will ignore them." -msgstr "" +#~ msgid "" +#~ "Represents a link to a file. By" +#~ " default, this file will be sent " +#~ "by the user with an optional " +#~ "caption. Alternatively, you can use " +#~ "*input_message_content* to send a message " +#~ "with the specified content instead of" +#~ " the file. Currently, only **.PDF** " +#~ "and **.ZIP** files can be sent " +#~ "using this method. **Note:** This will" +#~ " only work in Telegram versions " +#~ "released after 9 April, 2016. Older " +#~ "clients will ignore them." +#~ msgstr "" -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument:4 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultdocument" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultdocument" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.type:1 -#: of -msgid "Type of the result, must be *document*" -msgstr "" +#~ msgid "Type of the result, must be *document*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.id:1 of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.title:1 -#: of -msgid "Title for the result" -msgstr "" +#~ msgid "Title for the result" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.document_url:1 -#: of -msgid "A valid URL for the file" -msgstr "" +#~ msgid "A valid URL for the file" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.mime_type:1 -#: of -msgid "" -"MIME type of the content of the file, either 'application/pdf' or " -"'application/zip'" -msgstr "" +#~ msgid "" +#~ "MIME type of the content of the" +#~ " file, either 'application/pdf' or " +#~ "'application/zip'" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.caption:1 -#: of -msgid "" -"*Optional*. Caption of the document to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" +#~ msgid "" +#~ "*Optional*. Caption of the document to" +#~ " be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the document caption. See " -"`formatting options `_ for more details." -msgstr "" +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the document caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.description:1 -#: of -msgid "*Optional*. Short description of the result" -msgstr "" +#~ msgid "*Optional*. Short description of the result" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.reply_markup:1 -#: of -msgid "*Optional*. Inline keyboard attached to the message" -msgstr "" +#~ msgid "*Optional*. Inline keyboard attached to the message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the file" -msgstr "" +#~ msgid "*Optional*. Content of the message to be sent instead of the file" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.thumb_url:1 -#: of -msgid "*Optional*. URL of the thumbnail (JPEG only) for the file" -msgstr "" +#~ msgid "*Optional*. URL of the thumbnail (JPEG only) for the file" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.thumb_width:1 -#: of -msgid "*Optional*. Thumbnail width" -msgstr "" +#~ msgid "*Optional*. Thumbnail width" +#~ msgstr "" + +#~ msgid "*Optional*. Thumbnail height" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.thumb_height:1 -#: of -msgid "*Optional*. Thumbnail height" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_game.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_game.po index a82f430f..ca6f54a4 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_game.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_game.po @@ -8,58 +8,51 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_game.rst:3 msgid "InlineQueryResultGame" msgstr "" -#: aiogram.types.inline_query_result_game.InlineQueryResultGame:1 of -msgid "" -"Represents a `Game `_. " -"**Note:** This will only work in Telegram versions released after October" -" 1, 2016. Older clients will not display any inline results if a game " -"result is among them." -msgstr "" - -#: aiogram.types.inline_query_result_game.InlineQueryResultGame:4 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultgame" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_game.InlineQueryResultGame.type:1 of -msgid "Type of the result, must be *game*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_game.InlineQueryResultGame.id:1 of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_game.InlineQueryResultGame.game_short_name:1 -#: of -msgid "Short name of the game" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_game.InlineQueryResultGame.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a `Game " +#~ "`_. **Note:** " +#~ "This will only work in Telegram " +#~ "versions released after October 1, 2016." +#~ " Older clients will not display any" +#~ " inline results if a game result " +#~ "is among them." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultgame" +#~ msgstr "" + +#~ msgid "Type of the result, must be *game*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "Short name of the game" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_gif.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_gif.po index 0e298f7f..c316cb5f 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_gif.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_gif.po @@ -8,120 +8,101 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_gif.rst:3 msgid "InlineQueryResultGif" msgstr "" -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif:1 of -msgid "" -"Represents a link to an animated GIF file. By default, this animated GIF " -"file will be sent by the user with optional caption. Alternatively, you " -"can use *input_message_content* to send a message with the specified " -"content instead of the animation." -msgstr "" - -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif:3 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultgif" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.type:1 of -msgid "Type of the result, must be *gif*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.id:1 of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.gif_url:1 of -msgid "A valid URL for the GIF file. File size must not exceed 1MB" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.thumb_url:1 of -msgid "" -"URL of the static (JPEG or GIF) or animated (MPEG4) thumbnail for the " -"result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.gif_width:1 of -msgid "*Optional*. Width of the GIF" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.gif_height:1 of -msgid "*Optional*. Height of the GIF" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.gif_duration:1 of -msgid "*Optional*. Duration of the GIF in seconds" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.thumb_mime_type:1 -#: of -msgid "" -"*Optional*. MIME type of the thumbnail, must be one of 'image/jpeg', " -"'image/gif', or 'video/mp4'. Defaults to 'image/jpeg'" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.title:1 of -msgid "*Optional*. Title for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.caption:1 of -msgid "" -"*Optional*. Caption of the GIF file to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.parse_mode:1 of -msgid "" -"*Optional*. Mode for parsing entities in the caption. See `formatting " -"options `_ for " -"more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.reply_markup:1 of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the GIF animation" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to an animated " +#~ "GIF file. By default, this animated " +#~ "GIF file will be sent by the " +#~ "user with optional caption. Alternatively, " +#~ "you can use *input_message_content* to " +#~ "send a message with the specified " +#~ "content instead of the animation." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultgif" +#~ msgstr "" + +#~ msgid "Type of the result, must be *gif*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid URL for the GIF file. File size must not exceed 1MB" +#~ msgstr "" + +#~ msgid "" +#~ "URL of the static (JPEG or GIF)" +#~ " or animated (MPEG4) thumbnail for " +#~ "the result" +#~ msgstr "" + +#~ msgid "*Optional*. Width of the GIF" +#~ msgstr "" + +#~ msgid "*Optional*. Height of the GIF" +#~ msgstr "" + +#~ msgid "*Optional*. Duration of the GIF in seconds" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. MIME type of the thumbnail," +#~ " must be one of 'image/jpeg', " +#~ "'image/gif', or 'video/mp4'. Defaults to " +#~ "'image/jpeg'" +#~ msgstr "" + +#~ msgid "*Optional*. Title for the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Caption of the GIF file " +#~ "to be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Content of the message to" +#~ " be sent instead of the GIF " +#~ "animation" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_location.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_location.po index aee2b822..d3e59ed5 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_location.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_location.po @@ -8,129 +8,98 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_location.rst:3 msgid "InlineQueryResultLocation" msgstr "" -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation:1 of -msgid "" -"Represents a location on a map. By default, the location will be sent by " -"the user. Alternatively, you can use *input_message_content* to send a " -"message with the specified content instead of the location. **Note:** " -"This will only work in Telegram versions released after 9 April, 2016. " -"Older clients will ignore them." -msgstr "" - -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation:4 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultlocation" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.type:1 -#: of -msgid "Type of the result, must be *location*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.id:1 of -msgid "Unique identifier for this result, 1-64 Bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.latitude:1 -#: of -msgid "Location latitude in degrees" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.longitude:1 -#: of -msgid "Location longitude in degrees" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.title:1 -#: of -msgid "Location title" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.horizontal_accuracy:1 -#: of -msgid "" -"*Optional*. The radius of uncertainty for the location, measured in " -"meters; 0-1500" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.live_period:1 -#: of -msgid "" -"*Optional*. Period in seconds for which the location can be updated, " -"should be between 60 and 86400." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.heading:1 -#: of -msgid "" -"*Optional*. For live locations, a direction in which the user is moving, " -"in degrees. Must be between 1 and 360 if specified." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.proximity_alert_radius:1 -#: of -msgid "" -"*Optional*. For live locations, a maximum distance for proximity alerts " -"about approaching another chat member, in meters. Must be between 1 and " -"100000 if specified." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the location" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.thumb_url:1 -#: of -msgid "*Optional*. Url of the thumbnail for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.thumb_width:1 -#: of -msgid "*Optional*. Thumbnail width" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.thumb_height:1 -#: of -msgid "*Optional*. Thumbnail height" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a location on a map. By" +#~ " default, the location will be sent" +#~ " by the user. Alternatively, you can" +#~ " use *input_message_content* to send a " +#~ "message with the specified content " +#~ "instead of the location. **Note:** This" +#~ " will only work in Telegram versions" +#~ " released after 9 April, 2016. Older" +#~ " clients will ignore them." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultlocation" +#~ msgstr "" + +#~ msgid "Type of the result, must be *location*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 Bytes" +#~ msgstr "" + +#~ msgid "Location latitude in degrees" +#~ msgstr "" + +#~ msgid "Location longitude in degrees" +#~ msgstr "" + +#~ msgid "Location title" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The radius of uncertainty " +#~ "for the location, measured in meters;" +#~ " 0-1500" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Period in seconds for which" +#~ " the location can be updated, should" +#~ " be between 60 and 86400." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For live locations, a " +#~ "direction in which the user is " +#~ "moving, in degrees. Must be between " +#~ "1 and 360 if specified." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For live locations, a " +#~ "maximum distance for proximity alerts " +#~ "about approaching another chat member, " +#~ "in meters. Must be between 1 and" +#~ " 100000 if specified." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. Content of the message to be sent instead of the location" +#~ msgstr "" + +#~ msgid "*Optional*. Url of the thumbnail for the result" +#~ msgstr "" + +#~ msgid "*Optional*. Thumbnail width" +#~ msgstr "" + +#~ msgid "*Optional*. Thumbnail height" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_mpeg4_gif.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_mpeg4_gif.po index 56c4da50..df7149c8 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_mpeg4_gif.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_mpeg4_gif.po @@ -8,133 +8,102 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_mpeg4_gif.rst:3 msgid "InlineQueryResultMpeg4Gif" msgstr "" -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif:1 of -msgid "" -"Represents a link to a video animation (H.264/MPEG-4 AVC video without " -"sound). By default, this animated MPEG-4 file will be sent by the user " -"with optional caption. Alternatively, you can use *input_message_content*" -" to send a message with the specified content instead of the animation." -msgstr "" - -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif:3 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultmpeg4gif" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.type:1 -#: of -msgid "Type of the result, must be *mpeg4_gif*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.id:1 -#: of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.mpeg4_url:1 -#: of -msgid "A valid URL for the MPEG4 file. File size must not exceed 1MB" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.thumb_url:1 -#: of -msgid "" -"URL of the static (JPEG or GIF) or animated (MPEG4) thumbnail for the " -"result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.mpeg4_width:1 -#: of -msgid "*Optional*. Video width" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.mpeg4_height:1 -#: of -msgid "*Optional*. Video height" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.mpeg4_duration:1 -#: of -msgid "*Optional*. Video duration in seconds" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.thumb_mime_type:1 -#: of -msgid "" -"*Optional*. MIME type of the thumbnail, must be one of 'image/jpeg', " -"'image/gif', or 'video/mp4'. Defaults to 'image/jpeg'" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.title:1 -#: of -msgid "*Optional*. Title for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.caption:1 -#: of -msgid "" -"*Optional*. Caption of the MPEG-4 file to be sent, 0-1024 characters " -"after entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the caption. See `formatting " -"options `_ for " -"more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.input_message_content:1 -#: of -msgid "" -"*Optional*. Content of the message to be sent instead of the video " -"animation" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to a video " +#~ "animation (H.264/MPEG-4 AVC video without " +#~ "sound). By default, this animated MPEG-4" +#~ " file will be sent by the user" +#~ " with optional caption. Alternatively, you" +#~ " can use *input_message_content* to send" +#~ " a message with the specified content" +#~ " instead of the animation." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultmpeg4gif" +#~ msgstr "" + +#~ msgid "Type of the result, must be *mpeg4_gif*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid URL for the MPEG4 file. File size must not exceed 1MB" +#~ msgstr "" + +#~ msgid "" +#~ "URL of the static (JPEG or GIF)" +#~ " or animated (MPEG4) thumbnail for " +#~ "the result" +#~ msgstr "" + +#~ msgid "*Optional*. Video width" +#~ msgstr "" + +#~ msgid "*Optional*. Video height" +#~ msgstr "" + +#~ msgid "*Optional*. Video duration in seconds" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. MIME type of the thumbnail," +#~ " must be one of 'image/jpeg', " +#~ "'image/gif', or 'video/mp4'. Defaults to " +#~ "'image/jpeg'" +#~ msgstr "" + +#~ msgid "*Optional*. Title for the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Caption of the MPEG-4 file" +#~ " to be sent, 0-1024 characters after" +#~ " entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Content of the message to" +#~ " be sent instead of the video " +#~ "animation" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_photo.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_photo.po index 6d189167..b02fa7d6 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_photo.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_photo.po @@ -8,119 +8,91 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_photo.rst:3 msgid "InlineQueryResultPhoto" msgstr "" -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto:1 of -msgid "" -"Represents a link to a photo. By default, this photo will be sent by the " -"user with optional caption. Alternatively, you can use " -"*input_message_content* to send a message with the specified content " -"instead of the photo." -msgstr "" - -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto:3 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultphoto" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.type:1 of -msgid "Type of the result, must be *photo*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.id:1 of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.photo_url:1 -#: of -msgid "" -"A valid URL of the photo. Photo must be in **JPEG** format. Photo size " -"must not exceed 5MB" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.thumb_url:1 -#: of -msgid "URL of the thumbnail for the photo" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.photo_width:1 -#: of -msgid "*Optional*. Width of the photo" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.photo_height:1 -#: of -msgid "*Optional*. Height of the photo" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.title:1 of -msgid "*Optional*. Title for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.description:1 -#: of -msgid "*Optional*. Short description of the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.caption:1 of -msgid "" -"*Optional*. Caption of the photo to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the photo caption. See " -"`formatting options `_ for more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the photo" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to a photo. By" +#~ " default, this photo will be sent " +#~ "by the user with optional caption. " +#~ "Alternatively, you can use " +#~ "*input_message_content* to send a message " +#~ "with the specified content instead of" +#~ " the photo." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultphoto" +#~ msgstr "" + +#~ msgid "Type of the result, must be *photo*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "" +#~ "A valid URL of the photo. Photo" +#~ " must be in **JPEG** format. Photo" +#~ " size must not exceed 5MB" +#~ msgstr "" + +#~ msgid "URL of the thumbnail for the photo" +#~ msgstr "" + +#~ msgid "*Optional*. Width of the photo" +#~ msgstr "" + +#~ msgid "*Optional*. Height of the photo" +#~ msgstr "" + +#~ msgid "*Optional*. Title for the result" +#~ msgstr "" + +#~ msgid "*Optional*. Short description of the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Caption of the photo to " +#~ "be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the photo caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. Content of the message to be sent instead of the photo" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_venue.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_venue.po index 2867f687..44946a0d 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_venue.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_venue.po @@ -8,127 +8,94 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_venue.rst:3 msgid "InlineQueryResultVenue" msgstr "" -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue:1 of -msgid "" -"Represents a venue. By default, the venue will be sent by the user. " -"Alternatively, you can use *input_message_content* to send a message with" -" the specified content instead of the venue. **Note:** This will only " -"work in Telegram versions released after 9 April, 2016. Older clients " -"will ignore them." -msgstr "" - -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue:4 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultvenue" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.type:1 of -msgid "Type of the result, must be *venue*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.id:1 of -msgid "Unique identifier for this result, 1-64 Bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.latitude:1 of -msgid "Latitude of the venue location in degrees" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.longitude:1 -#: of -msgid "Longitude of the venue location in degrees" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.title:1 of -msgid "Title of the venue" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.address:1 of -msgid "Address of the venue" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.foursquare_id:1 -#: of -msgid "*Optional*. Foursquare identifier of the venue if known" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.foursquare_type:1 -#: of -msgid "" -"*Optional*. Foursquare type of the venue, if known. (For example, " -"'arts_entertainment/default', 'arts_entertainment/aquarium' or " -"'food/icecream'.)" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.google_place_id:1 -#: of -msgid "*Optional*. Google Places identifier of the venue" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.google_place_type:1 -#: of -msgid "" -"*Optional*. Google Places type of the venue. (See `supported types " -"`_.)" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the venue" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.thumb_url:1 -#: of -msgid "*Optional*. Url of the thumbnail for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.thumb_width:1 -#: of -msgid "*Optional*. Thumbnail width" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.thumb_height:1 -#: of -msgid "*Optional*. Thumbnail height" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a venue. By default, the " +#~ "venue will be sent by the user." +#~ " Alternatively, you can use " +#~ "*input_message_content* to send a message " +#~ "with the specified content instead of" +#~ " the venue. **Note:** This will only" +#~ " work in Telegram versions released " +#~ "after 9 April, 2016. Older clients " +#~ "will ignore them." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultvenue" +#~ msgstr "" + +#~ msgid "Type of the result, must be *venue*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 Bytes" +#~ msgstr "" + +#~ msgid "Latitude of the venue location in degrees" +#~ msgstr "" + +#~ msgid "Longitude of the venue location in degrees" +#~ msgstr "" + +#~ msgid "Title of the venue" +#~ msgstr "" + +#~ msgid "Address of the venue" +#~ msgstr "" + +#~ msgid "*Optional*. Foursquare identifier of the venue if known" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Foursquare type of the " +#~ "venue, if known. (For example, " +#~ "'arts_entertainment/default', 'arts_entertainment/aquarium' " +#~ "or 'food/icecream'.)" +#~ msgstr "" + +#~ msgid "*Optional*. Google Places identifier of the venue" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Google Places type of the" +#~ " venue. (See `supported types " +#~ "`_.)" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. Content of the message to be sent instead of the venue" +#~ msgstr "" + +#~ msgid "*Optional*. Url of the thumbnail for the result" +#~ msgstr "" + +#~ msgid "*Optional*. Thumbnail width" +#~ msgstr "" + +#~ msgid "*Optional*. Thumbnail height" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_video.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_video.po index 379ba6ed..f2a2c13a 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_video.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_video.po @@ -8,138 +8,109 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_video.rst:3 msgid "InlineQueryResultVideo" msgstr "" -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo:1 of -msgid "" -"Represents a link to a page containing an embedded video player or a " -"video file. By default, this video file will be sent by the user with an " -"optional caption. Alternatively, you can use *input_message_content* to " -"send a message with the specified content instead of the video." -msgstr "" - -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo:3 of -msgid "" -"If an InlineQueryResultVideo message contains an embedded video (e.g., " -"YouTube), you **must** replace its content using *input_message_content*." -msgstr "" - -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo:5 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultvideo" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.type:1 of -msgid "Type of the result, must be *video*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.id:1 of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.video_url:1 -#: of -msgid "A valid URL for the embedded video player or video file" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.mime_type:1 -#: of -msgid "MIME type of the content of the video URL, 'text/html' or 'video/mp4'" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.thumb_url:1 -#: of -msgid "URL of the thumbnail (JPEG only) for the video" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.title:1 of -msgid "Title for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.caption:1 of -msgid "" -"*Optional*. Caption of the video to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the video caption. See " -"`formatting options `_ for more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.video_width:1 -#: of -msgid "*Optional*. Video width" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.video_height:1 -#: of -msgid "*Optional*. Video height" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.video_duration:1 -#: of -msgid "*Optional*. Video duration in seconds" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.description:1 -#: of -msgid "*Optional*. Short description of the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.input_message_content:1 -#: of -msgid "" -"*Optional*. Content of the message to be sent instead of the video. This " -"field is **required** if InlineQueryResultVideo is used to send an HTML-" -"page as a result (e.g., a YouTube video)." -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to a page " +#~ "containing an embedded video player or" +#~ " a video file. By default, this " +#~ "video file will be sent by the " +#~ "user with an optional caption. " +#~ "Alternatively, you can use " +#~ "*input_message_content* to send a message " +#~ "with the specified content instead of" +#~ " the video." +#~ msgstr "" + +#~ msgid "" +#~ "If an InlineQueryResultVideo message contains" +#~ " an embedded video (e.g., YouTube), " +#~ "you **must** replace its content using" +#~ " *input_message_content*." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultvideo" +#~ msgstr "" + +#~ msgid "Type of the result, must be *video*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid URL for the embedded video player or video file" +#~ msgstr "" + +#~ msgid "MIME type of the content of the video URL, 'text/html' or 'video/mp4'" +#~ msgstr "" + +#~ msgid "URL of the thumbnail (JPEG only) for the video" +#~ msgstr "" + +#~ msgid "Title for the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Caption of the video to " +#~ "be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the video caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "*Optional*. Video width" +#~ msgstr "" + +#~ msgid "*Optional*. Video height" +#~ msgstr "" + +#~ msgid "*Optional*. Video duration in seconds" +#~ msgstr "" + +#~ msgid "*Optional*. Short description of the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Content of the message to" +#~ " be sent instead of the video. " +#~ "This field is **required** if " +#~ "InlineQueryResultVideo is used to send " +#~ "an HTML-page as a result (e.g.," +#~ " a YouTube video)." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_voice.po b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_voice.po index 4f87318b..65fedcb0 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_voice.po +++ b/docs/locale/en/LC_MESSAGES/api/types/inline_query_result_voice.po @@ -8,101 +8,83 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_voice.rst:3 msgid "InlineQueryResultVoice" msgstr "" -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice:1 of -msgid "" -"Represents a link to a voice recording in an .OGG container encoded with " -"OPUS. By default, this voice recording will be sent by the user. " -"Alternatively, you can use *input_message_content* to send a message with" -" the specified content instead of the the voice message. **Note:** This " -"will only work in Telegram versions released after 9 April, 2016. Older " -"clients will ignore them." -msgstr "" - -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice:4 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultvoice" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.type:1 of -msgid "Type of the result, must be *voice*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.id:1 of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.voice_url:1 -#: of -msgid "A valid URL for the voice recording" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.title:1 of -msgid "Recording title" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.caption:1 of -msgid "*Optional*. Caption, 0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the voice message caption. See " -"`formatting options `_ for more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.voice_duration:1 -#: of -msgid "*Optional*. Recording duration in seconds" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.input_message_content:1 -#: of -msgid "" -"*Optional*. Content of the message to be sent instead of the voice " -"recording" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to a voice " +#~ "recording in an .OGG container encoded" +#~ " with OPUS. By default, this voice" +#~ " recording will be sent by the " +#~ "user. Alternatively, you can use " +#~ "*input_message_content* to send a message " +#~ "with the specified content instead of" +#~ " the the voice message. **Note:** " +#~ "This will only work in Telegram " +#~ "versions released after 9 April, 2016." +#~ " Older clients will ignore them." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultvoice" +#~ msgstr "" + +#~ msgid "Type of the result, must be *voice*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid URL for the voice recording" +#~ msgstr "" + +#~ msgid "Recording title" +#~ msgstr "" + +#~ msgid "*Optional*. Caption, 0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the voice message caption. See " +#~ "`formatting options `_ for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "*Optional*. Recording duration in seconds" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Content of the message to" +#~ " be sent instead of the voice " +#~ "recording" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/input_contact_message_content.po b/docs/locale/en/LC_MESSAGES/api/types/input_contact_message_content.po index 16c4ac2b..c861b0e0 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/input_contact_message_content.po +++ b/docs/locale/en/LC_MESSAGES/api/types/input_contact_message_content.po @@ -8,52 +8,41 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_contact_message_content.rst:3 msgid "InputContactMessageContent" msgstr "" -#: aiogram.types.input_contact_message_content.InputContactMessageContent:1 of -msgid "" -"Represents the `content " -"`_ of a contact " -"message to be sent as the result of an inline query." -msgstr "" +#~ msgid "" +#~ "Represents the `content " +#~ "`_ of" +#~ " a contact message to be sent " +#~ "as the result of an inline query." +#~ msgstr "" -#: aiogram.types.input_contact_message_content.InputContactMessageContent:3 of -msgid "Source: https://core.telegram.org/bots/api#inputcontactmessagecontent" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inputcontactmessagecontent" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_contact_message_content.InputContactMessageContent.phone_number:1 -#: of -msgid "Contact's phone number" -msgstr "" +#~ msgid "Contact's phone number" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_contact_message_content.InputContactMessageContent.first_name:1 -#: of -msgid "Contact's first name" -msgstr "" +#~ msgid "Contact's first name" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_contact_message_content.InputContactMessageContent.last_name:1 -#: of -msgid "*Optional*. Contact's last name" -msgstr "" +#~ msgid "*Optional*. Contact's last name" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Additional data about the " +#~ "contact in the form of a `vCard" +#~ " `_, 0-2048 bytes" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_contact_message_content.InputContactMessageContent.vcard:1 -#: of -msgid "" -"*Optional*. Additional data about the contact in the form of a `vCard " -"`_, 0-2048 bytes" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/input_file.po b/docs/locale/en/LC_MESSAGES/api/types/input_file.po index 908e1a50..96f03525 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/input_file.po +++ b/docs/locale/en/LC_MESSAGES/api/types/input_file.po @@ -8,16 +8,17 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_file.rst:3 +#: aiogram.types.input_file.InputFile.from_url:9 of msgid "InputFile" msgstr "" @@ -28,36 +29,86 @@ msgid "" " via the browser." msgstr "" -#: aiogram.types.input_file.InputFile:3 of -msgid "Source: https://core.telegram.org/bots/api#inputfile" +#: aiogram.types.input_file.InputFile:4 of +msgid "Also that is not typical TelegramObject!" msgstr "" -#: aiogram.types.input_file.BufferedInputFile.from_file:1 of -msgid "Create buffer from file" +#: aiogram.types.input_file.InputFile:6 of +msgid "https://core.telegram.org/bots/api#inputfile" msgstr "" -#: aiogram.types.input_file.BufferedInputFile.from_file of -msgid "Parameters" +#: aiogram.types.input_file.InputFile.get_filename:1 of +msgid "Get file name" msgstr "" -#: aiogram.types.input_file.BufferedInputFile.from_file:3 of -msgid "Path to file" -msgstr "" - -#: aiogram.types.input_file.BufferedInputFile.from_file:4 of -msgid "" -"Filename to be propagated to telegram. By default, will be parsed from " -"path" -msgstr "" - -#: aiogram.types.input_file.BufferedInputFile.from_file:6 of -msgid "Uploading chunk size" -msgstr "" - -#: aiogram.types.input_file.BufferedInputFile.from_file of +#: aiogram.types.input_file.InputFile.from_url +#: aiogram.types.input_file.InputFile.get_file +#: aiogram.types.input_file.InputFile.get_filename +#: aiogram.types.input_file.InputFile.to_object +#: aiogram.types.input_file.InputFile.to_python of msgid "Returns" msgstr "" -#: aiogram.types.input_file.BufferedInputFile.from_file:7 of -msgid "instance of :obj:`BufferedInputFile`" +#: aiogram.types.input_file.InputFile.get_filename:3 of +msgid "name" msgstr "" + +#: aiogram.types.input_file.InputFile.get_file:1 of +msgid "Get file object" +msgstr "" + +#: aiogram.types.input_file.InputFile.from_url:1 of +msgid "Download file from URL" +msgstr "" + +#: aiogram.types.input_file.InputFile.from_url:3 of +msgid "Manually is not required action. You can send urls instead!" +msgstr "" + +#: aiogram.types.input_file.InputFile.from_url +#: aiogram.types.input_file.InputFile.save +#: aiogram.types.input_file.InputFile.to_object of +msgid "Parameters" +msgstr "" + +#: aiogram.types.input_file.InputFile.from_url:5 of +msgid "target URL" +msgstr "" + +#: aiogram.types.input_file.InputFile.from_url:6 of +msgid "optional. set custom file name" +msgstr "" + +#: aiogram.types.input_file.InputFile.save:1 of +msgid "Write file to disk" +msgstr "" + +#: aiogram.types.input_file.InputFile.to_python:1 of +msgid "Get object as JSON serializable" +msgstr "" + +#: aiogram.types.input_file.InputFile.to_object:1 of +msgid "Deserialize object" +msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inputfile" +#~ msgstr "" + +#~ msgid "Create buffer from file" +#~ msgstr "" + +#~ msgid "Path to file" +#~ msgstr "" + +#~ msgid "" +#~ "Filename to be propagated to telegram." +#~ " By default, will be parsed from " +#~ "path" +#~ msgstr "" + +#~ msgid "Uploading chunk size" +#~ msgstr "" + +#~ msgid "instance of :obj:`BufferedInputFile`" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/input_invoice_message_content.po b/docs/locale/en/LC_MESSAGES/api/types/input_invoice_message_content.po index cab32cc6..8019f166 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/input_invoice_message_content.po +++ b/docs/locale/en/LC_MESSAGES/api/types/input_invoice_message_content.po @@ -8,185 +8,151 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_invoice_message_content.rst:3 msgid "InputInvoiceMessageContent" msgstr "" -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent:1 of -msgid "" -"Represents the `content " -"`_ of an invoice " -"message to be sent as the result of an inline query." -msgstr "" +#~ msgid "" +#~ "Represents the `content " +#~ "`_ of" +#~ " an invoice message to be sent " +#~ "as the result of an inline query." +#~ msgstr "" -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent:3 of -msgid "Source: https://core.telegram.org/bots/api#inputinvoicemessagecontent" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inputinvoicemessagecontent" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.title:1 -#: of -msgid "Product name, 1-32 characters" -msgstr "" +#~ msgid "Product name, 1-32 characters" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.description:1 -#: of -msgid "Product description, 1-255 characters" -msgstr "" +#~ msgid "Product description, 1-255 characters" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.payload:1 -#: of -msgid "" -"Bot-defined invoice payload, 1-128 bytes. This will not be displayed to " -"the user, use for your internal processes." -msgstr "" +#~ msgid "" +#~ "Bot-defined invoice payload, 1-128 " +#~ "bytes. This will not be displayed " +#~ "to the user, use for your internal" +#~ " processes." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.provider_token:1 -#: of -msgid "" -"Payment provider token, obtained via `@BotFather " -"`_" -msgstr "" +#~ msgid "" +#~ "Payment provider token, obtained via " +#~ "`@BotFather `_" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.currency:1 -#: of -msgid "" -"Three-letter ISO 4217 currency code, see `more on currencies " -"`_" -msgstr "" +#~ msgid "" +#~ "Three-letter ISO 4217 currency code, " +#~ "see `more on currencies " +#~ "`_" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.prices:1 -#: of -msgid "" -"Price breakdown, a JSON-serialized list of components (e.g. product " -"price, tax, discount, delivery cost, delivery tax, bonus, etc.)" -msgstr "" +#~ msgid "" +#~ "Price breakdown, a JSON-serialized list" +#~ " of components (e.g. product price, " +#~ "tax, discount, delivery cost, delivery " +#~ "tax, bonus, etc.)" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.max_tip_amount:1 -#: of -msgid "" -"*Optional*. The maximum accepted amount for tips in the *smallest units* " -"of the currency (integer, **not** float/double). For example, for a " -"maximum tip of :code:`US$ 1.45` pass :code:`max_tip_amount = 145`. See " -"the *exp* parameter in `currencies.json " -"`_, it shows the" -" number of digits past the decimal point for each currency (2 for the " -"majority of currencies). Defaults to 0" -msgstr "" +#~ msgid "" +#~ "*Optional*. The maximum accepted amount " +#~ "for tips in the *smallest units* " +#~ "of the currency (integer, **not** " +#~ "float/double). For example, for a " +#~ "maximum tip of :code:`US$ 1.45` pass " +#~ ":code:`max_tip_amount = 145`. See the " +#~ "*exp* parameter in `currencies.json " +#~ "`_, it" +#~ " shows the number of digits past " +#~ "the decimal point for each currency " +#~ "(2 for the majority of currencies). " +#~ "Defaults to 0" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.suggested_tip_amounts:1 -#: of -msgid "" -"*Optional*. A JSON-serialized array of suggested amounts of tip in the " -"*smallest units* of the currency (integer, **not** float/double). At most" -" 4 suggested tip amounts can be specified. The suggested tip amounts must" -" be positive, passed in a strictly increased order and must not exceed " -"*max_tip_amount*." -msgstr "" +#~ msgid "" +#~ "*Optional*. A JSON-serialized array of" +#~ " suggested amounts of tip in the " +#~ "*smallest units* of the currency " +#~ "(integer, **not** float/double). At most " +#~ "4 suggested tip amounts can be " +#~ "specified. The suggested tip amounts " +#~ "must be positive, passed in a " +#~ "strictly increased order and must not" +#~ " exceed *max_tip_amount*." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.provider_data:1 -#: of -msgid "" -"*Optional*. A JSON-serialized object for data about the invoice, which " -"will be shared with the payment provider. A detailed description of the " -"required fields should be provided by the payment provider." -msgstr "" +#~ msgid "" +#~ "*Optional*. A JSON-serialized object for" +#~ " data about the invoice, which will" +#~ " be shared with the payment provider." +#~ " A detailed description of the " +#~ "required fields should be provided by" +#~ " the payment provider." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.photo_url:1 -#: of -msgid "" -"*Optional*. URL of the product photo for the invoice. Can be a photo of " -"the goods or a marketing image for a service." -msgstr "" +#~ msgid "" +#~ "*Optional*. URL of the product photo " +#~ "for the invoice. Can be a photo" +#~ " of the goods or a marketing " +#~ "image for a service." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.photo_size:1 -#: of -msgid "*Optional*. Photo size in bytes" -msgstr "" +#~ msgid "*Optional*. Photo size in bytes" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.photo_width:1 -#: of -msgid "*Optional*. Photo width" -msgstr "" +#~ msgid "*Optional*. Photo width" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.photo_height:1 -#: of -msgid "*Optional*. Photo height" -msgstr "" +#~ msgid "*Optional*. Photo height" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.need_name:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` if you require the user's full name to " -"complete the order" -msgstr "" +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if you " +#~ "require the user's full name to " +#~ "complete the order" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.need_phone_number:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` if you require the user's phone number to " -"complete the order" -msgstr "" +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if you " +#~ "require the user's phone number to " +#~ "complete the order" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.need_email:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` if you require the user's email address to " -"complete the order" -msgstr "" +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if you " +#~ "require the user's email address to " +#~ "complete the order" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.need_shipping_address:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` if you require the user's shipping address " -"to complete the order" -msgstr "" +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if you " +#~ "require the user's shipping address to" +#~ " complete the order" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.send_phone_number_to_provider:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` if the user's phone number should be sent " -"to provider" -msgstr "" +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if the " +#~ "user's phone number should be sent " +#~ "to provider" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.send_email_to_provider:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` if the user's email address should be sent " -"to provider" -msgstr "" +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if the " +#~ "user's email address should be sent " +#~ "to provider" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if the " +#~ "final price depends on the shipping " +#~ "method" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.is_flexible:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` if the final price depends on the shipping " -"method" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/input_location_message_content.po b/docs/locale/en/LC_MESSAGES/api/types/input_location_message_content.po index 63866b93..8eed8675 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/input_location_message_content.po +++ b/docs/locale/en/LC_MESSAGES/api/types/input_location_message_content.po @@ -8,73 +8,59 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_location_message_content.rst:3 msgid "InputLocationMessageContent" msgstr "" -#: aiogram.types.input_location_message_content.InputLocationMessageContent:1 -#: of -msgid "" -"Represents the `content " -"`_ of a location " -"message to be sent as the result of an inline query." -msgstr "" +#~ msgid "" +#~ "Represents the `content " +#~ "`_ of" +#~ " a location message to be sent " +#~ "as the result of an inline query." +#~ msgstr "" -#: aiogram.types.input_location_message_content.InputLocationMessageContent:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#inputlocationmessagecontent" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inputlocationmessagecontent" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_location_message_content.InputLocationMessageContent.latitude:1 -#: of -msgid "Latitude of the location in degrees" -msgstr "" +#~ msgid "Latitude of the location in degrees" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_location_message_content.InputLocationMessageContent.longitude:1 -#: of -msgid "Longitude of the location in degrees" -msgstr "" +#~ msgid "Longitude of the location in degrees" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_location_message_content.InputLocationMessageContent.horizontal_accuracy:1 -#: of -msgid "" -"*Optional*. The radius of uncertainty for the location, measured in " -"meters; 0-1500" -msgstr "" +#~ msgid "" +#~ "*Optional*. The radius of uncertainty " +#~ "for the location, measured in meters;" +#~ " 0-1500" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_location_message_content.InputLocationMessageContent.live_period:1 -#: of -msgid "" -"*Optional*. Period in seconds for which the location can be updated, " -"should be between 60 and 86400." -msgstr "" +#~ msgid "" +#~ "*Optional*. Period in seconds for which" +#~ " the location can be updated, should" +#~ " be between 60 and 86400." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_location_message_content.InputLocationMessageContent.heading:1 -#: of -msgid "" -"*Optional*. For live locations, a direction in which the user is moving, " -"in degrees. Must be between 1 and 360 if specified." -msgstr "" +#~ msgid "" +#~ "*Optional*. For live locations, a " +#~ "direction in which the user is " +#~ "moving, in degrees. Must be between " +#~ "1 and 360 if specified." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For live locations, a " +#~ "maximum distance for proximity alerts " +#~ "about approaching another chat member, " +#~ "in meters. Must be between 1 and" +#~ " 100000 if specified." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_location_message_content.InputLocationMessageContent.proximity_alert_radius:1 -#: of -msgid "" -"*Optional*. For live locations, a maximum distance for proximity alerts " -"about approaching another chat member, in meters. Must be between 1 and " -"100000 if specified." -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/input_media.po b/docs/locale/en/LC_MESSAGES/api/types/input_media.po index b6740e36..c9b4e049 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/input_media.po +++ b/docs/locale/en/LC_MESSAGES/api/types/input_media.po @@ -8,45 +8,180 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_media.rst:3 msgid "InputMedia" msgstr "" -#: aiogram.types.input_media.InputMedia:1 of +#: aiogram.types.input_media.InputMedia:6 of msgid "" "This object represents the content of a media message to be sent. It " "should be one of" msgstr "" +#: aiogram.types.input_media.InputMedia:2 of +msgid "InputMediaAnimation" +msgstr "" + #: aiogram.types.input_media.InputMedia:3 of -msgid ":class:`aiogram.types.input_media_animation.InputMediaAnimation`" +msgid "InputMediaDocument" msgstr "" #: aiogram.types.input_media.InputMedia:4 of -msgid ":class:`aiogram.types.input_media_document.InputMediaDocument`" +msgid "InputMediaAudio" msgstr "" #: aiogram.types.input_media.InputMedia:5 of -msgid ":class:`aiogram.types.input_media_audio.InputMediaAudio`" +msgid "InputMediaPhoto" msgstr "" #: aiogram.types.input_media.InputMedia:6 of -msgid ":class:`aiogram.types.input_media_photo.InputMediaPhoto`" +msgid "InputMediaVideo" msgstr "" -#: aiogram.types.input_media.InputMedia:7 of -msgid ":class:`aiogram.types.input_media_video.InputMediaVideo`" +#: aiogram.types.input_media.InputMedia:8 of +msgid "That is only base class." msgstr "" -#: aiogram.types.input_media.InputMedia:9 of -msgid "Source: https://core.telegram.org/bots/api#inputmedia" +#: aiogram.types.input_media.InputMedia:10 of +msgid "https://core.telegram.org/bots/api#inputmedia" msgstr "" + +#: ../../docstring aiogram.types.input_media.InputMedia.caption:1 +#: aiogram.types.input_media.InputMedia.media:1 +#: aiogram.types.input_media.InputMedia.parse_mode:1 +#: aiogram.types.input_media.InputMedia.thumb:1 +#: aiogram.types.input_media.InputMedia.type:1 +#: aiogram.types.input_media.InputMediaAnimation.duration:1 +#: aiogram.types.input_media.InputMediaAnimation.has_spoiler:1 +#: aiogram.types.input_media.InputMediaAnimation.height:1 +#: aiogram.types.input_media.InputMediaAnimation.width:1 +#: aiogram.types.input_media.InputMediaAudio.duration:1 +#: aiogram.types.input_media.InputMediaAudio.performer:1 +#: aiogram.types.input_media.InputMediaAudio.title:1 +#: aiogram.types.input_media.InputMediaPhoto.has_spoiler:1 +#: aiogram.types.input_media.InputMediaVideo.duration:1 +#: aiogram.types.input_media.InputMediaVideo.has_spoiler:1 +#: aiogram.types.input_media.InputMediaVideo.height:1 +#: aiogram.types.input_media.InputMediaVideo.supports_streaming:1 +#: aiogram.types.input_media.InputMediaVideo.width:1 of +msgid "Simple field" +msgstr "" + +#: ../../docstring aiogram.types.input_media.InputMedia.caption_entities:1 of +msgid "The field contains a list of objects" +msgstr "" + +#: aiogram.types.input_media.InputMediaAnimation:1 of +msgid "" +"Represents an animation file (GIF or H.264/MPEG-4 AVC video without " +"sound) to be sent." +msgstr "" + +#: aiogram.types.input_media.InputMediaAnimation:3 of +msgid "https://core.telegram.org/bots/api#inputmediaanimation" +msgstr "" + +#: aiogram.types.input_media.InputMediaDocument:1 of +msgid "Represents a general file to be sent." +msgstr "" + +#: aiogram.types.input_media.InputMediaDocument:3 of +msgid "https://core.telegram.org/bots/api#inputmediadocument" +msgstr "" + +#: aiogram.types.input_media.InputMediaAudio:1 of +msgid "Represents an audio file to be treated as music to be sent." +msgstr "" + +#: aiogram.types.input_media.InputMediaAudio:3 of +msgid "https://core.telegram.org/bots/api#inputmediaaudio" +msgstr "" + +#: aiogram.types.input_media.InputMediaPhoto:1 of +msgid "Represents a photo to be sent." +msgstr "" + +#: aiogram.types.input_media.InputMediaPhoto:3 of +msgid "https://core.telegram.org/bots/api#inputmediaphoto" +msgstr "" + +#: aiogram.types.input_media.InputMediaVideo:1 of +msgid "Represents a video to be sent." +msgstr "" + +#: aiogram.types.input_media.InputMediaVideo:3 of +msgid "https://core.telegram.org/bots/api#inputmediavideo" +msgstr "" + +#: aiogram.types.input_media.MediaGroup:1 of +msgid "Helper for sending media group" +msgstr "" + +#: aiogram.types.input_media.MediaGroup.attach_many:1 of +msgid "Attach list of media" +msgstr "" + +#: aiogram.types.input_media.MediaGroup.attach +#: aiogram.types.input_media.MediaGroup.attach_audio +#: aiogram.types.input_media.MediaGroup.attach_document +#: aiogram.types.input_media.MediaGroup.attach_many +#: aiogram.types.input_media.MediaGroup.attach_photo +#: aiogram.types.input_media.MediaGroup.attach_video of +msgid "Parameters" +msgstr "" + +#: aiogram.types.input_media.MediaGroup.attach:1 of +msgid "Attach media" +msgstr "" + +#: aiogram.types.input_media.MediaGroup.attach_audio:1 of +msgid "Attach audio" +msgstr "" + +#: aiogram.types.input_media.MediaGroup.attach_document:1 of +msgid "Attach document" +msgstr "" + +#: aiogram.types.input_media.MediaGroup.attach_photo:1 of +msgid "Attach photo" +msgstr "" + +#: aiogram.types.input_media.MediaGroup.attach_video:1 of +msgid "Attach video" +msgstr "" + +#: aiogram.types.input_media.MediaGroup.to_python:1 of +msgid "Get object as JSON serializable" +msgstr "" + +#: aiogram.types.input_media.MediaGroup.to_python of +msgid "Returns" +msgstr "" + +#~ msgid ":class:`aiogram.types.input_media_animation.InputMediaAnimation`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.input_media_document.InputMediaDocument`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.input_media_audio.InputMediaAudio`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.input_media_photo.InputMediaPhoto`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.input_media_video.InputMediaVideo`" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inputmedia" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/input_media_animation.po b/docs/locale/en/LC_MESSAGES/api/types/input_media_animation.po index e19c352d..e33a35b4 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/input_media_animation.po +++ b/docs/locale/en/LC_MESSAGES/api/types/input_media_animation.po @@ -8,99 +8,93 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_media_animation.rst:3 msgid "InputMediaAnimation" msgstr "" -#: aiogram.types.input_media_animation.InputMediaAnimation:1 of -msgid "" -"Represents an animation file (GIF or H.264/MPEG-4 AVC video without " -"sound) to be sent." -msgstr "" +#~ msgid "" +#~ "Represents an animation file (GIF or " +#~ "H.264/MPEG-4 AVC video without sound) to" +#~ " be sent." +#~ msgstr "" -#: aiogram.types.input_media_animation.InputMediaAnimation:3 of -msgid "Source: https://core.telegram.org/bots/api#inputmediaanimation" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inputmediaanimation" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_animation.InputMediaAnimation.type:1 of -msgid "Type of the result, must be *animation*" -msgstr "" +#~ msgid "Type of the result, must be *animation*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_animation.InputMediaAnimation.media:1 of -msgid "" -"File to send. Pass a file_id to send a file that exists on the Telegram " -"servers (recommended), pass an HTTP URL for Telegram to get a file from " -"the Internet, or pass 'attach://' to upload a new one " -"using multipart/form-data under name. :ref:`More " -"information on Sending Files » `" -msgstr "" +#~ msgid "" +#~ "File to send. Pass a file_id to" +#~ " send a file that exists on the" +#~ " Telegram servers (recommended), pass an" +#~ " HTTP URL for Telegram to get a" +#~ " file from the Internet, or pass " +#~ "'attach://' to upload a new" +#~ " one using multipart/form-data under " +#~ " name. :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_animation.InputMediaAnimation.thumb:1 of -msgid "" -"*Optional*. Thumbnail of the file sent; can be ignored if thumbnail " -"generation for the file is supported server-side. The thumbnail should be" -" in JPEG format and less than 200 kB in size. A thumbnail's width and " -"height should not exceed 320. Ignored if the file is not uploaded using " -"multipart/form-data. Thumbnails can't be reused and can be only uploaded " -"as a new file, so you can pass 'attach://' if the " -"thumbnail was uploaded using multipart/form-data under " -". :ref:`More information on Sending Files » `" -msgstr "" +#~ msgid "" +#~ "*Optional*. Thumbnail of the file sent;" +#~ " can be ignored if thumbnail " +#~ "generation for the file is supported " +#~ "server-side. The thumbnail should be " +#~ "in JPEG format and less than 200" +#~ " kB in size. A thumbnail's width " +#~ "and height should not exceed 320. " +#~ "Ignored if the file is not " +#~ "uploaded using multipart/form-data. Thumbnails" +#~ " can't be reused and can be " +#~ "only uploaded as a new file, so" +#~ " you can pass 'attach://' " +#~ "if the thumbnail was uploaded using " +#~ "multipart/form-data under . " +#~ ":ref:`More information on Sending Files " +#~ "» `" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_animation.InputMediaAnimation.caption:1 of -msgid "" -"*Optional*. Caption of the animation to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" +#~ msgid "" +#~ "*Optional*. Caption of the animation to" +#~ " be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_animation.InputMediaAnimation.parse_mode:1 of -msgid "" -"*Optional*. Mode for parsing entities in the animation caption. See " -"`formatting options `_ for more details." -msgstr "" +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the animation caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_animation.InputMediaAnimation.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_animation.InputMediaAnimation.width:1 of -msgid "*Optional*. Animation width" -msgstr "" +#~ msgid "*Optional*. Animation width" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_animation.InputMediaAnimation.height:1 of -msgid "*Optional*. Animation height" -msgstr "" +#~ msgid "*Optional*. Animation height" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_animation.InputMediaAnimation.duration:1 of -msgid "*Optional*. Animation duration in seconds" -msgstr "" +#~ msgid "*Optional*. Animation duration in seconds" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if the " +#~ "animation needs to be covered with " +#~ "a spoiler animation" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_animation.InputMediaAnimation.has_spoiler:1 of -msgid "" -"*Optional*. Pass :code:`True` if the animation needs to be covered with a" -" spoiler animation" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/input_media_audio.po b/docs/locale/en/LC_MESSAGES/api/types/input_media_audio.po index 7273e1ac..be5d82ee 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/input_media_audio.po +++ b/docs/locale/en/LC_MESSAGES/api/types/input_media_audio.po @@ -8,84 +8,84 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_media_audio.rst:3 msgid "InputMediaAudio" msgstr "" -#: aiogram.types.input_media_audio.InputMediaAudio:1 of -msgid "Represents an audio file to be treated as music to be sent." -msgstr "" +#~ msgid "Represents an audio file to be treated as music to be sent." +#~ msgstr "" -#: aiogram.types.input_media_audio.InputMediaAudio:3 of -msgid "Source: https://core.telegram.org/bots/api#inputmediaaudio" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inputmediaaudio" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_audio.InputMediaAudio.type:1 of -msgid "Type of the result, must be *audio*" -msgstr "" +#~ msgid "Type of the result, must be *audio*" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_audio.InputMediaAudio.media:1 of -msgid "" -"File to send. Pass a file_id to send a file that exists on the Telegram " -"servers (recommended), pass an HTTP URL for Telegram to get a file from " -"the Internet, or pass 'attach://' to upload a new one " -"using multipart/form-data under name. :ref:`More " -"information on Sending Files » `" -msgstr "" +#~ msgid "" +#~ "File to send. Pass a file_id to" +#~ " send a file that exists on the" +#~ " Telegram servers (recommended), pass an" +#~ " HTTP URL for Telegram to get a" +#~ " file from the Internet, or pass " +#~ "'attach://' to upload a new" +#~ " one using multipart/form-data under " +#~ " name. :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_audio.InputMediaAudio.thumb:1 of -msgid "" -"*Optional*. Thumbnail of the file sent; can be ignored if thumbnail " -"generation for the file is supported server-side. The thumbnail should be" -" in JPEG format and less than 200 kB in size. A thumbnail's width and " -"height should not exceed 320. Ignored if the file is not uploaded using " -"multipart/form-data. Thumbnails can't be reused and can be only uploaded " -"as a new file, so you can pass 'attach://' if the " -"thumbnail was uploaded using multipart/form-data under " -". :ref:`More information on Sending Files » `" -msgstr "" +#~ msgid "" +#~ "*Optional*. Thumbnail of the file sent;" +#~ " can be ignored if thumbnail " +#~ "generation for the file is supported " +#~ "server-side. The thumbnail should be " +#~ "in JPEG format and less than 200" +#~ " kB in size. A thumbnail's width " +#~ "and height should not exceed 320. " +#~ "Ignored if the file is not " +#~ "uploaded using multipart/form-data. Thumbnails" +#~ " can't be reused and can be " +#~ "only uploaded as a new file, so" +#~ " you can pass 'attach://' " +#~ "if the thumbnail was uploaded using " +#~ "multipart/form-data under . " +#~ ":ref:`More information on Sending Files " +#~ "» `" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_audio.InputMediaAudio.caption:1 of -msgid "" -"*Optional*. Caption of the audio to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" +#~ msgid "" +#~ "*Optional*. Caption of the audio to " +#~ "be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_audio.InputMediaAudio.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the audio caption. See " -"`formatting options `_ for more details." -msgstr "" +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the audio caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_audio.InputMediaAudio.caption_entities:1 of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_audio.InputMediaAudio.duration:1 -#: of -msgid "*Optional*. Duration of the audio in seconds" -msgstr "" +#~ msgid "*Optional*. Duration of the audio in seconds" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_audio.InputMediaAudio.performer:1 -#: of -msgid "*Optional*. Performer of the audio" -msgstr "" +#~ msgid "*Optional*. Performer of the audio" +#~ msgstr "" + +#~ msgid "*Optional*. Title of the audio" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_audio.InputMediaAudio.title:1 of -msgid "*Optional*. Title of the audio" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/input_media_document.po b/docs/locale/en/LC_MESSAGES/api/types/input_media_document.po index 5ea2a3d9..d055807f 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/input_media_document.po +++ b/docs/locale/en/LC_MESSAGES/api/types/input_media_document.po @@ -8,83 +8,83 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_media_document.rst:3 msgid "InputMediaDocument" msgstr "" -#: aiogram.types.input_media_document.InputMediaDocument:1 of -msgid "Represents a general file to be sent." -msgstr "" +#~ msgid "Represents a general file to be sent." +#~ msgstr "" -#: aiogram.types.input_media_document.InputMediaDocument:3 of -msgid "Source: https://core.telegram.org/bots/api#inputmediadocument" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inputmediadocument" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_document.InputMediaDocument.type:1 -#: of -msgid "Type of the result, must be *document*" -msgstr "" +#~ msgid "Type of the result, must be *document*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_document.InputMediaDocument.media:1 of -msgid "" -"File to send. Pass a file_id to send a file that exists on the Telegram " -"servers (recommended), pass an HTTP URL for Telegram to get a file from " -"the Internet, or pass 'attach://' to upload a new one " -"using multipart/form-data under name. :ref:`More " -"information on Sending Files » `" -msgstr "" +#~ msgid "" +#~ "File to send. Pass a file_id to" +#~ " send a file that exists on the" +#~ " Telegram servers (recommended), pass an" +#~ " HTTP URL for Telegram to get a" +#~ " file from the Internet, or pass " +#~ "'attach://' to upload a new" +#~ " one using multipart/form-data under " +#~ " name. :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_document.InputMediaDocument.thumb:1 of -msgid "" -"*Optional*. Thumbnail of the file sent; can be ignored if thumbnail " -"generation for the file is supported server-side. The thumbnail should be" -" in JPEG format and less than 200 kB in size. A thumbnail's width and " -"height should not exceed 320. Ignored if the file is not uploaded using " -"multipart/form-data. Thumbnails can't be reused and can be only uploaded " -"as a new file, so you can pass 'attach://' if the " -"thumbnail was uploaded using multipart/form-data under " -". :ref:`More information on Sending Files » `" -msgstr "" +#~ msgid "" +#~ "*Optional*. Thumbnail of the file sent;" +#~ " can be ignored if thumbnail " +#~ "generation for the file is supported " +#~ "server-side. The thumbnail should be " +#~ "in JPEG format and less than 200" +#~ " kB in size. A thumbnail's width " +#~ "and height should not exceed 320. " +#~ "Ignored if the file is not " +#~ "uploaded using multipart/form-data. Thumbnails" +#~ " can't be reused and can be " +#~ "only uploaded as a new file, so" +#~ " you can pass 'attach://' " +#~ "if the thumbnail was uploaded using " +#~ "multipart/form-data under . " +#~ ":ref:`More information on Sending Files " +#~ "» `" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_document.InputMediaDocument.caption:1 of -msgid "" -"*Optional*. Caption of the document to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" +#~ msgid "" +#~ "*Optional*. Caption of the document to" +#~ " be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_document.InputMediaDocument.parse_mode:1 of -msgid "" -"*Optional*. Mode for parsing entities in the document caption. See " -"`formatting options `_ for more details." -msgstr "" +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the document caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_document.InputMediaDocument.caption_entities:1 of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Disables automatic server-side " +#~ "content type detection for files " +#~ "uploaded using multipart/form-data. Always " +#~ ":code:`True`, if the document is sent" +#~ " as part of an album." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_document.InputMediaDocument.disable_content_type_detection:1 -#: of -msgid "" -"*Optional*. Disables automatic server-side content type detection for " -"files uploaded using multipart/form-data. Always :code:`True`, if the " -"document is sent as part of an album." -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/input_media_photo.po b/docs/locale/en/LC_MESSAGES/api/types/input_media_photo.po index 10a634e9..7ec320be 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/input_media_photo.po +++ b/docs/locale/en/LC_MESSAGES/api/types/input_media_photo.po @@ -8,64 +8,62 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_media_photo.rst:3 msgid "InputMediaPhoto" msgstr "" -#: aiogram.types.input_media_photo.InputMediaPhoto:1 of -msgid "Represents a photo to be sent." -msgstr "" +#~ msgid "Represents a photo to be sent." +#~ msgstr "" -#: aiogram.types.input_media_photo.InputMediaPhoto:3 of -msgid "Source: https://core.telegram.org/bots/api#inputmediaphoto" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inputmediaphoto" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_photo.InputMediaPhoto.type:1 of -msgid "Type of the result, must be *photo*" -msgstr "" +#~ msgid "Type of the result, must be *photo*" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_photo.InputMediaPhoto.media:1 of -msgid "" -"File to send. Pass a file_id to send a file that exists on the Telegram " -"servers (recommended), pass an HTTP URL for Telegram to get a file from " -"the Internet, or pass 'attach://' to upload a new one " -"using multipart/form-data under name. :ref:`More " -"information on Sending Files » `" -msgstr "" +#~ msgid "" +#~ "File to send. Pass a file_id to" +#~ " send a file that exists on the" +#~ " Telegram servers (recommended), pass an" +#~ " HTTP URL for Telegram to get a" +#~ " file from the Internet, or pass " +#~ "'attach://' to upload a new" +#~ " one using multipart/form-data under " +#~ " name. :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_photo.InputMediaPhoto.caption:1 of -msgid "" -"*Optional*. Caption of the photo to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" +#~ msgid "" +#~ "*Optional*. Caption of the photo to " +#~ "be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_photo.InputMediaPhoto.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the photo caption. See " -"`formatting options `_ for more details." -msgstr "" +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the photo caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_photo.InputMediaPhoto.caption_entities:1 of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if the " +#~ "photo needs to be covered with a" +#~ " spoiler animation" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_photo.InputMediaPhoto.has_spoiler:1 of -msgid "" -"*Optional*. Pass :code:`True` if the photo needs to be covered with a " -"spoiler animation" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/input_media_video.po b/docs/locale/en/LC_MESSAGES/api/types/input_media_video.po index eef2e134..470295ff 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/input_media_video.po +++ b/docs/locale/en/LC_MESSAGES/api/types/input_media_video.po @@ -8,97 +8,95 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_media_video.rst:3 msgid "InputMediaVideo" msgstr "" -#: aiogram.types.input_media_video.InputMediaVideo:1 of -msgid "Represents a video to be sent." -msgstr "" +#~ msgid "Represents a video to be sent." +#~ msgstr "" -#: aiogram.types.input_media_video.InputMediaVideo:3 of -msgid "Source: https://core.telegram.org/bots/api#inputmediavideo" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inputmediavideo" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_video.InputMediaVideo.type:1 of -msgid "Type of the result, must be *video*" -msgstr "" +#~ msgid "Type of the result, must be *video*" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_video.InputMediaVideo.media:1 of -msgid "" -"File to send. Pass a file_id to send a file that exists on the Telegram " -"servers (recommended), pass an HTTP URL for Telegram to get a file from " -"the Internet, or pass 'attach://' to upload a new one " -"using multipart/form-data under name. :ref:`More " -"information on Sending Files » `" -msgstr "" +#~ msgid "" +#~ "File to send. Pass a file_id to" +#~ " send a file that exists on the" +#~ " Telegram servers (recommended), pass an" +#~ " HTTP URL for Telegram to get a" +#~ " file from the Internet, or pass " +#~ "'attach://' to upload a new" +#~ " one using multipart/form-data under " +#~ " name. :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_video.InputMediaVideo.thumb:1 of -msgid "" -"*Optional*. Thumbnail of the file sent; can be ignored if thumbnail " -"generation for the file is supported server-side. The thumbnail should be" -" in JPEG format and less than 200 kB in size. A thumbnail's width and " -"height should not exceed 320. Ignored if the file is not uploaded using " -"multipart/form-data. Thumbnails can't be reused and can be only uploaded " -"as a new file, so you can pass 'attach://' if the " -"thumbnail was uploaded using multipart/form-data under " -". :ref:`More information on Sending Files » `" -msgstr "" +#~ msgid "" +#~ "*Optional*. Thumbnail of the file sent;" +#~ " can be ignored if thumbnail " +#~ "generation for the file is supported " +#~ "server-side. The thumbnail should be " +#~ "in JPEG format and less than 200" +#~ " kB in size. A thumbnail's width " +#~ "and height should not exceed 320. " +#~ "Ignored if the file is not " +#~ "uploaded using multipart/form-data. Thumbnails" +#~ " can't be reused and can be " +#~ "only uploaded as a new file, so" +#~ " you can pass 'attach://' " +#~ "if the thumbnail was uploaded using " +#~ "multipart/form-data under . " +#~ ":ref:`More information on Sending Files " +#~ "» `" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_video.InputMediaVideo.caption:1 of -msgid "" -"*Optional*. Caption of the video to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" +#~ msgid "" +#~ "*Optional*. Caption of the video to " +#~ "be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_video.InputMediaVideo.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the video caption. See " -"`formatting options `_ for more details." -msgstr "" +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the video caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_video.InputMediaVideo.caption_entities:1 of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_video.InputMediaVideo.width:1 of -msgid "*Optional*. Video width" -msgstr "" +#~ msgid "*Optional*. Video width" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_video.InputMediaVideo.height:1 of -msgid "*Optional*. Video height" -msgstr "" +#~ msgid "*Optional*. Video height" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_video.InputMediaVideo.duration:1 -#: of -msgid "*Optional*. Video duration in seconds" -msgstr "" +#~ msgid "*Optional*. Video duration in seconds" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_video.InputMediaVideo.supports_streaming:1 of -msgid "" -"*Optional*. Pass :code:`True` if the uploaded video is suitable for " -"streaming" -msgstr "" +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if the " +#~ "uploaded video is suitable for streaming" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if the " +#~ "video needs to be covered with a" +#~ " spoiler animation" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_video.InputMediaVideo.has_spoiler:1 of -msgid "" -"*Optional*. Pass :code:`True` if the video needs to be covered with a " -"spoiler animation" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/input_message_content.po b/docs/locale/en/LC_MESSAGES/api/types/input_message_content.po index cb7a6f5f..c997ecde 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/input_message_content.po +++ b/docs/locale/en/LC_MESSAGES/api/types/input_message_content.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_message_content.rst:3 msgid "InputMessageContent" @@ -24,30 +24,148 @@ msgstr "" #: aiogram.types.input_message_content.InputMessageContent:1 of msgid "" "This object represents the content of a message to be sent as a result of" -" an inline query. Telegram clients currently support the following 5 " -"types:" +" an inline query." msgstr "" #: aiogram.types.input_message_content.InputMessageContent:3 of -msgid ":class:`aiogram.types.input_text_message_content.InputTextMessageContent`" -msgstr "" - -#: aiogram.types.input_message_content.InputMessageContent:4 of -msgid ":class:`aiogram.types.input_location_message_content.InputLocationMessageContent`" +msgid "Telegram clients currently support the following 4 types" msgstr "" #: aiogram.types.input_message_content.InputMessageContent:5 of -msgid ":class:`aiogram.types.input_venue_message_content.InputVenueMessageContent`" +msgid "https://core.telegram.org/bots/api#inputmessagecontent" msgstr "" -#: aiogram.types.input_message_content.InputMessageContent:6 of -msgid ":class:`aiogram.types.input_contact_message_content.InputContactMessageContent`" +#: aiogram.types.input_message_content.InputContactMessageContent:1 of +msgid "" +"Represents the content of a contact message to be sent as the result of " +"an inline query." msgstr "" -#: aiogram.types.input_message_content.InputMessageContent:7 of -msgid ":class:`aiogram.types.input_invoice_message_content.InputInvoiceMessageContent`" +#: aiogram.types.input_message_content.InputContactMessageContent:3 +#: aiogram.types.input_message_content.InputVenueMessageContent:3 of +msgid "" +"Note: This will only work in Telegram versions released after 9 April, " +"2016. Older clients will ignore them." msgstr "" -#: aiogram.types.input_message_content.InputMessageContent:9 of -msgid "Source: https://core.telegram.org/bots/api#inputmessagecontent" +#: aiogram.types.input_message_content.InputContactMessageContent:6 of +msgid "https://core.telegram.org/bots/api#inputcontactmessagecontent" msgstr "" + +#: ../../docstring +#: aiogram.types.input_message_content.InputContactMessageContent.first_name:1 +#: aiogram.types.input_message_content.InputContactMessageContent.last_name:1 +#: aiogram.types.input_message_content.InputContactMessageContent.phone_number:1 +#: aiogram.types.input_message_content.InputContactMessageContent.vcard:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.currency:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.description:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.is_flexible:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.max_tip_amount:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.need_email:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.need_name:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.need_phone_number:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.need_shipping_address:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.payload:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.photo_height:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.photo_size:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.photo_url:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.photo_width:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.provider_data:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.provider_token:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.send_email_to_provider:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.send_phone_number_to_provider:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.title:1 +#: aiogram.types.input_message_content.InputLocationMessageContent.heading:1 +#: aiogram.types.input_message_content.InputLocationMessageContent.horizontal_accuracy:1 +#: aiogram.types.input_message_content.InputLocationMessageContent.latitude:1 +#: aiogram.types.input_message_content.InputLocationMessageContent.live_period:1 +#: aiogram.types.input_message_content.InputLocationMessageContent.longitude:1 +#: aiogram.types.input_message_content.InputLocationMessageContent.proximity_alert_radius:1 +#: aiogram.types.input_message_content.InputTextMessageContent.disable_web_page_preview:1 +#: aiogram.types.input_message_content.InputTextMessageContent.entities:1 +#: aiogram.types.input_message_content.InputTextMessageContent.message_text:1 +#: aiogram.types.input_message_content.InputTextMessageContent.parse_mode:1 +#: aiogram.types.input_message_content.InputVenueMessageContent.address:1 +#: aiogram.types.input_message_content.InputVenueMessageContent.foursquare_id:1 +#: aiogram.types.input_message_content.InputVenueMessageContent.foursquare_type:1 +#: aiogram.types.input_message_content.InputVenueMessageContent.google_place_id:1 +#: aiogram.types.input_message_content.InputVenueMessageContent.google_place_type:1 +#: aiogram.types.input_message_content.InputVenueMessageContent.latitude:1 +#: aiogram.types.input_message_content.InputVenueMessageContent.longitude:1 +#: aiogram.types.input_message_content.InputVenueMessageContent.title:1 of +msgid "Simple field" +msgstr "" + +#: aiogram.types.input_message_content.InputInvoiceMessageContent:1 of +msgid "" +"Represents the content of an invoice message to be sent as the result of " +"an inline query." +msgstr "" + +#: aiogram.types.input_message_content.InputInvoiceMessageContent:4 of +msgid "https://core.telegram.org/bots/api#inputinvoicemessagecontent" +msgstr "" + +#: ../../docstring +#: aiogram.types.input_message_content.InputInvoiceMessageContent.prices:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.suggested_tip_amounts:1 +#: of +msgid "The field contains a list of objects" +msgstr "" + +#: aiogram.types.input_message_content.InputLocationMessageContent:1 of +msgid "" +"Represents the content of a location message to be sent as the result of " +"an inline query." +msgstr "" + +#: aiogram.types.input_message_content.InputLocationMessageContent:3 of +msgid "https://core.telegram.org/bots/api#inputlocationmessagecontent" +msgstr "" + +#: aiogram.types.input_message_content.InputTextMessageContent:1 of +msgid "" +"Represents the content of a text message to be sent as the result of an " +"inline query." +msgstr "" + +#: aiogram.types.input_message_content.InputTextMessageContent:3 of +msgid "https://core.telegram.org/bots/api#inputtextmessagecontent" +msgstr "" + +#: aiogram.types.input_message_content.InputVenueMessageContent:1 of +msgid "" +"Represents the content of a venue message to be sent as the result of an " +"inline query." +msgstr "" + +#: aiogram.types.input_message_content.InputVenueMessageContent:6 of +msgid "https://core.telegram.org/bots/api#inputvenuemessagecontent" +msgstr "" + +#~ msgid "" +#~ "This object represents the content of" +#~ " a message to be sent as a " +#~ "result of an inline query. Telegram " +#~ "clients currently support the following " +#~ "5 types:" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.input_text_message_content.InputTextMessageContent`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.input_location_message_content.InputLocationMessageContent`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.input_venue_message_content.InputVenueMessageContent`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.input_contact_message_content.InputContactMessageContent`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.input_invoice_message_content.InputInvoiceMessageContent`" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inputmessagecontent" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/input_text_message_content.po b/docs/locale/en/LC_MESSAGES/api/types/input_text_message_content.po index 071e0c64..8c555016 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/input_text_message_content.po +++ b/docs/locale/en/LC_MESSAGES/api/types/input_text_message_content.po @@ -8,55 +8,45 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_text_message_content.rst:3 msgid "InputTextMessageContent" msgstr "" -#: aiogram.types.input_text_message_content.InputTextMessageContent:1 of -msgid "" -"Represents the `content " -"`_ of a text " -"message to be sent as the result of an inline query." -msgstr "" +#~ msgid "" +#~ "Represents the `content " +#~ "`_ of" +#~ " a text message to be sent as" +#~ " the result of an inline query." +#~ msgstr "" -#: aiogram.types.input_text_message_content.InputTextMessageContent:3 of -msgid "Source: https://core.telegram.org/bots/api#inputtextmessagecontent" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inputtextmessagecontent" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_text_message_content.InputTextMessageContent.message_text:1 -#: of -msgid "Text of the message to be sent, 1-4096 characters" -msgstr "" +#~ msgid "Text of the message to be sent, 1-4096 characters" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_text_message_content.InputTextMessageContent.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the message text. See " -"`formatting options `_ for more details." -msgstr "" +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the message text. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_text_message_content.InputTextMessageContent.entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in message text, which " -"can be specified instead of *parse_mode*" -msgstr "" +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in message text, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "*Optional*. Disables link previews for links in the sent message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_text_message_content.InputTextMessageContent.disable_web_page_preview:1 -#: of -msgid "*Optional*. Disables link previews for links in the sent message" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/input_venue_message_content.po b/docs/locale/en/LC_MESSAGES/api/types/input_venue_message_content.po index 631d4d2b..68731422 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/input_venue_message_content.po +++ b/docs/locale/en/LC_MESSAGES/api/types/input_venue_message_content.po @@ -8,79 +8,58 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_venue_message_content.rst:3 msgid "InputVenueMessageContent" msgstr "" -#: aiogram.types.input_venue_message_content.InputVenueMessageContent:1 of -msgid "" -"Represents the `content " -"`_ of a venue " -"message to be sent as the result of an inline query." -msgstr "" +#~ msgid "" +#~ "Represents the `content " +#~ "`_ of" +#~ " a venue message to be sent as" +#~ " the result of an inline query." +#~ msgstr "" -#: aiogram.types.input_venue_message_content.InputVenueMessageContent:3 of -msgid "Source: https://core.telegram.org/bots/api#inputvenuemessagecontent" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inputvenuemessagecontent" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_venue_message_content.InputVenueMessageContent.latitude:1 -#: of -msgid "Latitude of the venue in degrees" -msgstr "" +#~ msgid "Latitude of the venue in degrees" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_venue_message_content.InputVenueMessageContent.longitude:1 -#: of -msgid "Longitude of the venue in degrees" -msgstr "" +#~ msgid "Longitude of the venue in degrees" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_venue_message_content.InputVenueMessageContent.title:1 -#: of -msgid "Name of the venue" -msgstr "" +#~ msgid "Name of the venue" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_venue_message_content.InputVenueMessageContent.address:1 -#: of -msgid "Address of the venue" -msgstr "" +#~ msgid "Address of the venue" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_venue_message_content.InputVenueMessageContent.foursquare_id:1 -#: of -msgid "*Optional*. Foursquare identifier of the venue, if known" -msgstr "" +#~ msgid "*Optional*. Foursquare identifier of the venue, if known" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_venue_message_content.InputVenueMessageContent.foursquare_type:1 -#: of -msgid "" -"*Optional*. Foursquare type of the venue, if known. (For example, " -"'arts_entertainment/default', 'arts_entertainment/aquarium' or " -"'food/icecream'.)" -msgstr "" +#~ msgid "" +#~ "*Optional*. Foursquare type of the " +#~ "venue, if known. (For example, " +#~ "'arts_entertainment/default', 'arts_entertainment/aquarium' " +#~ "or 'food/icecream'.)" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_venue_message_content.InputVenueMessageContent.google_place_id:1 -#: of -msgid "*Optional*. Google Places identifier of the venue" -msgstr "" +#~ msgid "*Optional*. Google Places identifier of the venue" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Google Places type of the" +#~ " venue. (See `supported types " +#~ "`_.)" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_venue_message_content.InputVenueMessageContent.google_place_type:1 -#: of -msgid "" -"*Optional*. Google Places type of the venue. (See `supported types " -"`_.)" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/invoice.po b/docs/locale/en/LC_MESSAGES/api/types/invoice.po index 85c30c9e..1a4a2629 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/invoice.po +++ b/docs/locale/en/LC_MESSAGES/api/types/invoice.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/invoice.rst:3 msgid "Invoice" @@ -26,35 +26,48 @@ msgid "This object contains basic information about an invoice." msgstr "" #: aiogram.types.invoice.Invoice:3 of -msgid "Source: https://core.telegram.org/bots/api#invoice" +msgid "https://core.telegram.org/bots/api#invoice" msgstr "" -#: ../../docstring aiogram.types.invoice.Invoice.title:1 of -msgid "Product name" +#: ../../docstring aiogram.types.invoice.Invoice.currency:1 +#: aiogram.types.invoice.Invoice.description:1 +#: aiogram.types.invoice.Invoice.start_parameter:1 +#: aiogram.types.invoice.Invoice.title:1 +#: aiogram.types.invoice.Invoice.total_amount:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.invoice.Invoice.description:1 of -msgid "Product description" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#invoice" +#~ msgstr "" -#: ../../docstring aiogram.types.invoice.Invoice.start_parameter:1 of -msgid "" -"Unique bot deep-linking parameter that can be used to generate this " -"invoice" -msgstr "" +#~ msgid "Product name" +#~ msgstr "" -#: ../../docstring aiogram.types.invoice.Invoice.currency:1 of -msgid "" -"Three-letter ISO 4217 `currency `_ code" -msgstr "" +#~ msgid "Product description" +#~ msgstr "" + +#~ msgid "" +#~ "Unique bot deep-linking parameter that" +#~ " can be used to generate this " +#~ "invoice" +#~ msgstr "" + +#~ msgid "" +#~ "Three-letter ISO 4217 `currency " +#~ "`_" +#~ " code" +#~ msgstr "" + +#~ msgid "" +#~ "Total price in the *smallest units* " +#~ "of the currency (integer, **not** " +#~ "float/double). For example, for a price" +#~ " of :code:`US$ 1.45` pass :code:`amount " +#~ "= 145`. See the *exp* parameter in" +#~ " `currencies.json " +#~ "`_, it" +#~ " shows the number of digits past " +#~ "the decimal point for each currency " +#~ "(2 for the majority of currencies)." +#~ msgstr "" -#: ../../docstring aiogram.types.invoice.Invoice.total_amount:1 of -msgid "" -"Total price in the *smallest units* of the currency (integer, **not** " -"float/double). For example, for a price of :code:`US$ 1.45` pass " -":code:`amount = 145`. See the *exp* parameter in `currencies.json " -"`_, it shows the" -" number of digits past the decimal point for each currency (2 for the " -"majority of currencies)." -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/keyboard_button.po b/docs/locale/en/LC_MESSAGES/api/types/keyboard_button.po index 8a0ad540..6927612c 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/keyboard_button.po +++ b/docs/locale/en/LC_MESSAGES/api/types/keyboard_button.po @@ -8,79 +8,87 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/keyboard_button.rst:3 msgid "KeyboardButton" msgstr "" -#: aiogram.types.keyboard_button.KeyboardButton:1 of -msgid "" -"This object represents one button of the reply keyboard. For simple text " -"buttons *String* can be used instead of this object to specify text of " -"the button. Optional fields *web_app*, *request_contact*, " -"*request_location*, and *request_poll* are mutually exclusive. **Note:** " -"*request_contact* and *request_location* options will only work in " -"Telegram versions released after 9 April, 2016. Older clients will " -"display *unsupported message*." -msgstr "" +#~ msgid "" +#~ "This object represents one button of " +#~ "the reply keyboard. For simple text " +#~ "buttons *String* can be used instead " +#~ "of this object to specify text of" +#~ " the button. Optional fields *web_app*, " +#~ "*request_contact*, *request_location*, and " +#~ "*request_poll* are mutually exclusive. " +#~ "**Note:** *request_contact* and *request_location*" +#~ " options will only work in Telegram" +#~ " versions released after 9 April, " +#~ "2016. Older clients will display " +#~ "*unsupported message*." +#~ msgstr "" -#: aiogram.types.keyboard_button.KeyboardButton:4 of -msgid "" -"**Note:** *request_poll* option will only work in Telegram versions " -"released after 23 January, 2020. Older clients will display *unsupported " -"message*." -msgstr "" +#~ msgid "" +#~ "**Note:** *request_poll* option will only " +#~ "work in Telegram versions released after" +#~ " 23 January, 2020. Older clients will" +#~ " display *unsupported message*." +#~ msgstr "" -#: aiogram.types.keyboard_button.KeyboardButton:6 of -msgid "" -"**Note:** *web_app* option will only work in Telegram versions released " -"after 16 April, 2022. Older clients will display *unsupported message*." -msgstr "" +#~ msgid "" +#~ "**Note:** *web_app* option will only " +#~ "work in Telegram versions released after" +#~ " 16 April, 2022. Older clients will" +#~ " display *unsupported message*." +#~ msgstr "" -#: aiogram.types.keyboard_button.KeyboardButton:8 of -msgid "Source: https://core.telegram.org/bots/api#keyboardbutton" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#keyboardbutton" +#~ msgstr "" -#: ../../docstring aiogram.types.keyboard_button.KeyboardButton.text:1 of -msgid "" -"Text of the button. If none of the optional fields are used, it will be " -"sent as a message when the button is pressed" -msgstr "" +#~ msgid "" +#~ "Text of the button. If none of " +#~ "the optional fields are used, it " +#~ "will be sent as a message when " +#~ "the button is pressed" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.keyboard_button.KeyboardButton.request_contact:1 of -msgid "" -"*Optional*. If :code:`True`, the user's phone number will be sent as a " -"contact when the button is pressed. Available in private chats only." -msgstr "" +#~ msgid "" +#~ "*Optional*. If :code:`True`, the user's " +#~ "phone number will be sent as a " +#~ "contact when the button is pressed. " +#~ "Available in private chats only." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.keyboard_button.KeyboardButton.request_location:1 of -msgid "" -"*Optional*. If :code:`True`, the user's current location will be sent " -"when the button is pressed. Available in private chats only." -msgstr "" +#~ msgid "" +#~ "*Optional*. If :code:`True`, the user's " +#~ "current location will be sent when " +#~ "the button is pressed. Available in " +#~ "private chats only." +#~ msgstr "" -#: ../../docstring aiogram.types.keyboard_button.KeyboardButton.request_poll:1 -#: of -msgid "" -"*Optional*. If specified, the user will be asked to create a poll and " -"send it to the bot when the button is pressed. Available in private chats" -" only." -msgstr "" +#~ msgid "" +#~ "*Optional*. If specified, the user will" +#~ " be asked to create a poll and" +#~ " send it to the bot when the" +#~ " button is pressed. Available in " +#~ "private chats only." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. If specified, the described " +#~ "`Web App `_ " +#~ "will be launched when the button " +#~ "is pressed. The Web App will be" +#~ " able to send a 'web_app_data' " +#~ "service message. Available in private " +#~ "chats only." +#~ msgstr "" -#: ../../docstring aiogram.types.keyboard_button.KeyboardButton.web_app:1 of -msgid "" -"*Optional*. If specified, the described `Web App " -"`_ will be launched when the " -"button is pressed. The Web App will be able to send a 'web_app_data' " -"service message. Available in private chats only." -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/keyboard_button_poll_type.po b/docs/locale/en/LC_MESSAGES/api/types/keyboard_button_poll_type.po index 32adde2e..8519cba4 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/keyboard_button_poll_type.po +++ b/docs/locale/en/LC_MESSAGES/api/types/keyboard_button_poll_type.po @@ -8,34 +8,36 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/keyboard_button_poll_type.rst:3 msgid "KeyboardButtonPollType" msgstr "" -#: aiogram.types.keyboard_button_poll_type.KeyboardButtonPollType:1 of -msgid "" -"This object represents type of a poll, which is allowed to be created and" -" sent when the corresponding button is pressed." -msgstr "" +#~ msgid "" +#~ "This object represents type of a " +#~ "poll, which is allowed to be " +#~ "created and sent when the corresponding" +#~ " button is pressed." +#~ msgstr "" -#: aiogram.types.keyboard_button_poll_type.KeyboardButtonPollType:3 of -msgid "Source: https://core.telegram.org/bots/api#keyboardbuttonpolltype" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#keyboardbuttonpolltype" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. If *quiz* is passed, the " +#~ "user will be allowed to create " +#~ "only polls in the quiz mode. If" +#~ " *regular* is passed, only regular " +#~ "polls will be allowed. Otherwise, the" +#~ " user will be allowed to create " +#~ "a poll of any type." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.keyboard_button_poll_type.KeyboardButtonPollType.type:1 of -msgid "" -"*Optional*. If *quiz* is passed, the user will be allowed to create only " -"polls in the quiz mode. If *regular* is passed, only regular polls will " -"be allowed. Otherwise, the user will be allowed to create a poll of any " -"type." -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/keyboard_button_request_chat.po b/docs/locale/en/LC_MESSAGES/api/types/keyboard_button_request_chat.po new file mode 100644 index 00000000..e7c4e0c4 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/api/types/keyboard_button_request_chat.po @@ -0,0 +1,25 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2023, aiogram Team +# This file is distributed under the same license as the aiogram package. +# FIRST AUTHOR , 2023. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: aiogram \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: en\n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../api/types/keyboard_button_request_chat.rst:3 +msgid "KeyboardButtonRequestChat" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/keyboard_button_request_user.po b/docs/locale/en/LC_MESSAGES/api/types/keyboard_button_request_user.po new file mode 100644 index 00000000..c9713de8 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/api/types/keyboard_button_request_user.po @@ -0,0 +1,25 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2023, aiogram Team +# This file is distributed under the same license as the aiogram package. +# FIRST AUTHOR , 2023. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: aiogram \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: en\n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../api/types/keyboard_button_request_user.rst:3 +msgid "KeyboardButtonRequestUser" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/labeled_price.po b/docs/locale/en/LC_MESSAGES/api/types/labeled_price.po index 6b3f1406..4b03d74e 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/labeled_price.po +++ b/docs/locale/en/LC_MESSAGES/api/types/labeled_price.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/labeled_price.rst:3 msgid "LabeledPrice" @@ -26,21 +26,31 @@ msgid "This object represents a portion of the price for goods or services." msgstr "" #: aiogram.types.labeled_price.LabeledPrice:3 of -msgid "Source: https://core.telegram.org/bots/api#labeledprice" +msgid "https://core.telegram.org/bots/api#labeledprice" msgstr "" -#: ../../docstring aiogram.types.labeled_price.LabeledPrice.label:1 of -msgid "Portion label" +#: ../../docstring aiogram.types.labeled_price.LabeledPrice.amount:1 +#: aiogram.types.labeled_price.LabeledPrice.label:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.labeled_price.LabeledPrice.amount:1 of -msgid "" -"Price of the product in the *smallest units* of the `currency " -"`_ " -"(integer, **not** float/double). For example, for a price of :code:`US$ " -"1.45` pass :code:`amount = 145`. See the *exp* parameter in " -"`currencies.json " -"`_, it shows the" -" number of digits past the decimal point for each currency (2 for the " -"majority of currencies)." -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#labeledprice" +#~ msgstr "" + +#~ msgid "Portion label" +#~ msgstr "" + +#~ msgid "" +#~ "Price of the product in the " +#~ "*smallest units* of the `currency " +#~ "`_" +#~ " (integer, **not** float/double). For " +#~ "example, for a price of :code:`US$ " +#~ "1.45` pass :code:`amount = 145`. See " +#~ "the *exp* parameter in `currencies.json " +#~ "`_, it" +#~ " shows the number of digits past " +#~ "the decimal point for each currency " +#~ "(2 for the majority of currencies)." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/location.po b/docs/locale/en/LC_MESSAGES/api/types/location.po index c3826725..4ebd5b1d 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/location.po +++ b/docs/locale/en/LC_MESSAGES/api/types/location.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/location.rst:3 msgid "Location" @@ -26,37 +26,50 @@ msgid "This object represents a point on the map." msgstr "" #: aiogram.types.location.Location:3 of -msgid "Source: https://core.telegram.org/bots/api#location" +msgid "https://core.telegram.org/bots/api#location" msgstr "" -#: ../../docstring aiogram.types.location.Location.longitude:1 of -msgid "Longitude as defined by sender" +#: ../../docstring aiogram.types.location.Location.heading:1 +#: aiogram.types.location.Location.horizontal_accuracy:1 +#: aiogram.types.location.Location.latitude:1 +#: aiogram.types.location.Location.live_period:1 +#: aiogram.types.location.Location.longitude:1 +#: aiogram.types.location.Location.proximity_alert_radius:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.location.Location.latitude:1 of -msgid "Latitude as defined by sender" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#location" +#~ msgstr "" -#: ../../docstring aiogram.types.location.Location.horizontal_accuracy:1 of -msgid "" -"*Optional*. The radius of uncertainty for the location, measured in " -"meters; 0-1500" -msgstr "" +#~ msgid "Longitude as defined by sender" +#~ msgstr "" -#: ../../docstring aiogram.types.location.Location.live_period:1 of -msgid "" -"*Optional*. Time relative to the message sending date, during which the " -"location can be updated; in seconds. For active live locations only." -msgstr "" +#~ msgid "Latitude as defined by sender" +#~ msgstr "" -#: ../../docstring aiogram.types.location.Location.heading:1 of -msgid "" -"*Optional*. The direction in which user is moving, in degrees; 1-360. For" -" active live locations only." -msgstr "" +#~ msgid "" +#~ "*Optional*. The radius of uncertainty " +#~ "for the location, measured in meters;" +#~ " 0-1500" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Time relative to the message" +#~ " sending date, during which the " +#~ "location can be updated; in seconds. " +#~ "For active live locations only." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The direction in which user" +#~ " is moving, in degrees; 1-360. For" +#~ " active live locations only." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The maximum distance for " +#~ "proximity alerts about approaching another " +#~ "chat member, in meters. For sent " +#~ "live locations only." +#~ msgstr "" -#: ../../docstring aiogram.types.location.Location.proximity_alert_radius:1 of -msgid "" -"*Optional*. The maximum distance for proximity alerts about approaching " -"another chat member, in meters. For sent live locations only." -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/login_url.po b/docs/locale/en/LC_MESSAGES/api/types/login_url.po index 1aca7150..62ae736a 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/login_url.po +++ b/docs/locale/en/LC_MESSAGES/api/types/login_url.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/login_url.rst:3 msgid "LoginUrl" @@ -25,48 +25,79 @@ msgstr "" msgid "" "This object represents a parameter of the inline keyboard button used to " "automatically authorize a user. Serves as a great replacement for the " -"`Telegram Login Widget `_ when " -"the user is coming from Telegram. All the user needs to do is tap/click a" -" button and confirm that they want to log in: Telegram apps support these" -" buttons as of `version 5.7 `_." +"Telegram Login Widget when the user is coming from Telegram. All the user" +" needs to do is tap/click a button and confirm that they want to log in." msgstr "" -#: aiogram.types.login_url.LoginUrl:4 of -msgid "Sample bot: `@discussbot `_" +#: aiogram.types.login_url.LoginUrl:5 of +msgid "https://core.telegram.org/bots/api#loginurl" msgstr "" -#: aiogram.types.login_url.LoginUrl:6 of -msgid "Source: https://core.telegram.org/bots/api#loginurl" +#: ../../docstring aiogram.types.login_url.LoginUrl.bot_username:1 +#: aiogram.types.login_url.LoginUrl.forward_text:1 +#: aiogram.types.login_url.LoginUrl.request_write_access:1 +#: aiogram.types.login_url.LoginUrl.url:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.login_url.LoginUrl.url:1 of -msgid "" -"An HTTPS URL to be opened with user authorization data added to the query" -" string when the button is pressed. If the user refuses to provide " -"authorization data, the original URL without information about the user " -"will be opened. The data added is the same as described in `Receiving " -"authorization data `_." -msgstr "" +#~ msgid "" +#~ "This object represents a parameter of" +#~ " the inline keyboard button used to" +#~ " automatically authorize a user. Serves " +#~ "as a great replacement for the " +#~ "`Telegram Login Widget " +#~ "`_ when the " +#~ "user is coming from Telegram. All " +#~ "the user needs to do is tap/click" +#~ " a button and confirm that they " +#~ "want to log in: Telegram apps " +#~ "support these buttons as of `version " +#~ "5.7 `_." +#~ msgstr "" -#: ../../docstring aiogram.types.login_url.LoginUrl.forward_text:1 of -msgid "*Optional*. New text of the button in forwarded messages." -msgstr "" +#~ msgid "Sample bot: `@discussbot `_" +#~ msgstr "" -#: ../../docstring aiogram.types.login_url.LoginUrl.bot_username:1 of -msgid "" -"*Optional*. Username of a bot, which will be used for user authorization." -" See `Setting up a bot `_ for more details. If not specified, the current bot's " -"username will be assumed. The *url*'s domain must be the same as the " -"domain linked with the bot. See `Linking your domain to the bot " -"`_ for more details." -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#loginurl" +#~ msgstr "" + +#~ msgid "" +#~ "An HTTPS URL to be opened with " +#~ "user authorization data added to the " +#~ "query string when the button is " +#~ "pressed. If the user refuses to " +#~ "provide authorization data, the original " +#~ "URL without information about the user" +#~ " will be opened. The data added " +#~ "is the same as described in " +#~ "`Receiving authorization data " +#~ "`_." +#~ msgstr "" + +#~ msgid "*Optional*. New text of the button in forwarded messages." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Username of a bot, which " +#~ "will be used for user authorization. " +#~ "See `Setting up a bot " +#~ "`_ " +#~ "for more details. If not specified, " +#~ "the current bot's username will be " +#~ "assumed. The *url*'s domain must be " +#~ "the same as the domain linked with" +#~ " the bot. See `Linking your domain" +#~ " to the bot " +#~ "`_ for more " +#~ "details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Pass :code:`True` to request " +#~ "the permission for your bot to " +#~ "send messages to the user." +#~ msgstr "" -#: ../../docstring aiogram.types.login_url.LoginUrl.request_write_access:1 of -msgid "" -"*Optional*. Pass :code:`True` to request the permission for your bot to " -"send messages to the user." -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/mask_position.po b/docs/locale/en/LC_MESSAGES/api/types/mask_position.po index 5ab98120..08cae36a 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/mask_position.po +++ b/docs/locale/en/LC_MESSAGES/api/types/mask_position.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/mask_position.rst:3 msgid "MaskPosition" @@ -28,29 +28,43 @@ msgid "" msgstr "" #: aiogram.types.mask_position.MaskPosition:3 of -msgid "Source: https://core.telegram.org/bots/api#maskposition" +msgid "https://core.telegram.org/bots/api#maskposition" msgstr "" -#: ../../docstring aiogram.types.mask_position.MaskPosition.point:1 of -msgid "" -"The part of the face relative to which the mask should be placed. One of " -"'forehead', 'eyes', 'mouth', or 'chin'." +#: ../../docstring aiogram.types.mask_position.MaskPosition.point:1 +#: aiogram.types.mask_position.MaskPosition.scale:1 +#: aiogram.types.mask_position.MaskPosition.x_shift:1 +#: aiogram.types.mask_position.MaskPosition.y_shift:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.mask_position.MaskPosition.x_shift:1 of -msgid "" -"Shift by X-axis measured in widths of the mask scaled to the face size, " -"from left to right. For example, choosing -1.0 will place mask just to " -"the left of the default mask position." -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#maskposition" +#~ msgstr "" -#: ../../docstring aiogram.types.mask_position.MaskPosition.y_shift:1 of -msgid "" -"Shift by Y-axis measured in heights of the mask scaled to the face size, " -"from top to bottom. For example, 1.0 will place the mask just below the " -"default mask position." -msgstr "" +#~ msgid "" +#~ "The part of the face relative to" +#~ " which the mask should be placed. " +#~ "One of 'forehead', 'eyes', 'mouth', or" +#~ " 'chin'." +#~ msgstr "" + +#~ msgid "" +#~ "Shift by X-axis measured in widths " +#~ "of the mask scaled to the face " +#~ "size, from left to right. For " +#~ "example, choosing -1.0 will place mask" +#~ " just to the left of the " +#~ "default mask position." +#~ msgstr "" + +#~ msgid "" +#~ "Shift by Y-axis measured in heights " +#~ "of the mask scaled to the face " +#~ "size, from top to bottom. For " +#~ "example, 1.0 will place the mask " +#~ "just below the default mask position." +#~ msgstr "" + +#~ msgid "Mask scaling coefficient. For example, 2.0 means double size." +#~ msgstr "" -#: ../../docstring aiogram.types.mask_position.MaskPosition.scale:1 of -msgid "Mask scaling coefficient. For example, 2.0 means double size." -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/menu_button.po b/docs/locale/en/LC_MESSAGES/api/types/menu_button.po index ad862f22..60364975 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/menu_button.po +++ b/docs/locale/en/LC_MESSAGES/api/types/menu_button.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/menu_button.rst:3 msgid "MenuButton" @@ -28,45 +28,95 @@ msgid "" msgstr "" #: aiogram.types.menu_button.MenuButton:3 of -msgid ":class:`aiogram.types.menu_button_commands.MenuButtonCommands`" +msgid "MenuButtonCommands" msgstr "" #: aiogram.types.menu_button.MenuButton:4 of -msgid ":class:`aiogram.types.menu_button_web_app.MenuButtonWebApp`" +msgid "MenuButtonWebApp" msgstr "" #: aiogram.types.menu_button.MenuButton:5 of -msgid ":class:`aiogram.types.menu_button_default.MenuButtonDefault`" +msgid "MenuButtonDefault" msgstr "" #: aiogram.types.menu_button.MenuButton:7 of msgid "" -"If a menu button other than " -":class:`aiogram.types.menu_button_default.MenuButtonDefault` is set for a" -" private chat, then it is applied in the chat. Otherwise the default menu" -" button is applied. By default, the menu button opens the list of bot " -"commands." +"If a menu button other than MenuButtonDefault is set for a private chat, " +"then it is applied in the chat. Otherwise the default menu button is " +"applied. By default, the menu button opens the list of bot commands." msgstr "" -#: aiogram.types.menu_button.MenuButton:9 of -msgid "Source: https://core.telegram.org/bots/api#menubutton" +#: ../../docstring aiogram.types.menu_button.MenuButton.type:1 +#: aiogram.types.menu_button.MenuButtonCommands.type:1 +#: aiogram.types.menu_button.MenuButtonDefault.type:1 +#: aiogram.types.menu_button.MenuButtonWebApp.text:1 +#: aiogram.types.menu_button.MenuButtonWebApp.type:1 +#: aiogram.types.menu_button.MenuButtonWebApp.web_app:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.menu_button.MenuButton.type:1 of -msgid "Type of the button" +#: aiogram.types.menu_button.MenuButtonCommands:1 of +msgid "Represents a menu button, which opens the bot's list of commands." msgstr "" -#: ../../docstring aiogram.types.menu_button.MenuButton.text:1 of -msgid "*Optional*. Text on the button" +#: aiogram.types.menu_button.MenuButtonCommands:3 of +msgid "Source: https://core.telegram.org/bots/api#menubuttoncommands" msgstr "" -#: ../../docstring aiogram.types.menu_button.MenuButton.web_app:1 of -msgid "" -"*Optional*. Description of the Web App that will be launched when the " -"user presses the button. The Web App will be able to send an arbitrary " -"message on behalf of the user using the method " -":class:`aiogram.methods.answer_web_app_query.AnswerWebAppQuery`." +#: aiogram.types.menu_button.MenuButtonWebApp:1 of +msgid "Represents a menu button, which launches a Web App." +msgstr "" + +#: aiogram.types.menu_button.MenuButtonWebApp:3 of +msgid "Source: https://core.telegram.org/bots/api#menubuttonwebapp" +msgstr "" + +#: aiogram.types.menu_button.MenuButtonDefault:1 of +msgid "Describes that no specific value for the menu button was set." +msgstr "" + +#: aiogram.types.menu_button.MenuButtonDefault:3 of +msgid "Source: https://core.telegram.org/bots/api#menubuttondefault" msgstr "" #~ msgid "..." #~ msgstr "" + +#~ msgid ":class:`aiogram.types.menu_button_commands.MenuButtonCommands`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.menu_button_web_app.MenuButtonWebApp`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.menu_button_default.MenuButtonDefault`" +#~ msgstr "" + +#~ msgid "" +#~ "If a menu button other than " +#~ ":class:`aiogram.types.menu_button_default.MenuButtonDefault` is" +#~ " set for a private chat, then " +#~ "it is applied in the chat. " +#~ "Otherwise the default menu button is " +#~ "applied. By default, the menu button " +#~ "opens the list of bot commands." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#menubutton" +#~ msgstr "" + +#~ msgid "Type of the button" +#~ msgstr "" + +#~ msgid "*Optional*. Text on the button" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Description of the Web App" +#~ " that will be launched when the " +#~ "user presses the button. The Web " +#~ "App will be able to send an " +#~ "arbitrary message on behalf of the " +#~ "user using the method " +#~ ":class:`aiogram.methods.answer_web_app_query.AnswerWebAppQuery`." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/menu_button_commands.po b/docs/locale/en/LC_MESSAGES/api/types/menu_button_commands.po index 6e0e12cc..f0f0d329 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/menu_button_commands.po +++ b/docs/locale/en/LC_MESSAGES/api/types/menu_button_commands.po @@ -8,28 +8,25 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/menu_button_commands.rst:3 msgid "MenuButtonCommands" msgstr "" -#: aiogram.types.menu_button_commands.MenuButtonCommands:1 of -msgid "Represents a menu button, which opens the bot's list of commands." -msgstr "" +#~ msgid "Represents a menu button, which opens the bot's list of commands." +#~ msgstr "" -#: aiogram.types.menu_button_commands.MenuButtonCommands:3 of -msgid "Source: https://core.telegram.org/bots/api#menubuttoncommands" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#menubuttoncommands" +#~ msgstr "" + +#~ msgid "Type of the button, must be *commands*" +#~ msgstr "" -#: ../../docstring aiogram.types.menu_button_commands.MenuButtonCommands.type:1 -#: of -msgid "Type of the button, must be *commands*" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/menu_button_default.po b/docs/locale/en/LC_MESSAGES/api/types/menu_button_default.po index 93e8b337..0a96afbd 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/menu_button_default.po +++ b/docs/locale/en/LC_MESSAGES/api/types/menu_button_default.po @@ -8,28 +8,25 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/menu_button_default.rst:3 msgid "MenuButtonDefault" msgstr "" -#: aiogram.types.menu_button_default.MenuButtonDefault:1 of -msgid "Describes that no specific value for the menu button was set." -msgstr "" +#~ msgid "Describes that no specific value for the menu button was set." +#~ msgstr "" -#: aiogram.types.menu_button_default.MenuButtonDefault:3 of -msgid "Source: https://core.telegram.org/bots/api#menubuttondefault" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#menubuttondefault" +#~ msgstr "" + +#~ msgid "Type of the button, must be *default*" +#~ msgstr "" -#: ../../docstring aiogram.types.menu_button_default.MenuButtonDefault.type:1 -#: of -msgid "Type of the button, must be *default*" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/menu_button_web_app.po b/docs/locale/en/LC_MESSAGES/api/types/menu_button_web_app.po index 21b08c57..93353af0 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/menu_button_web_app.po +++ b/docs/locale/en/LC_MESSAGES/api/types/menu_button_web_app.po @@ -8,42 +8,41 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/menu_button_web_app.rst:3 msgid "MenuButtonWebApp" msgstr "" -#: aiogram.types.menu_button_web_app.MenuButtonWebApp:1 of -msgid "" -"Represents a menu button, which launches a `Web App " -"`_." -msgstr "" +#~ msgid "" +#~ "Represents a menu button, which launches" +#~ " a `Web App " +#~ "`_." +#~ msgstr "" -#: aiogram.types.menu_button_web_app.MenuButtonWebApp:3 of -msgid "Source: https://core.telegram.org/bots/api#menubuttonwebapp" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#menubuttonwebapp" +#~ msgstr "" -#: ../../docstring aiogram.types.menu_button_web_app.MenuButtonWebApp.type:1 of -msgid "Type of the button, must be *web_app*" -msgstr "" +#~ msgid "Type of the button, must be *web_app*" +#~ msgstr "" -#: ../../docstring aiogram.types.menu_button_web_app.MenuButtonWebApp.text:1 of -msgid "Text on the button" -msgstr "" +#~ msgid "Text on the button" +#~ msgstr "" + +#~ msgid "" +#~ "Description of the Web App that " +#~ "will be launched when the user " +#~ "presses the button. The Web App " +#~ "will be able to send an arbitrary" +#~ " message on behalf of the user " +#~ "using the method " +#~ ":class:`aiogram.methods.answer_web_app_query.AnswerWebAppQuery`." +#~ msgstr "" -#: ../../docstring aiogram.types.menu_button_web_app.MenuButtonWebApp.web_app:1 -#: of -msgid "" -"Description of the Web App that will be launched when the user presses " -"the button. The Web App will be able to send an arbitrary message on " -"behalf of the user using the method " -":class:`aiogram.methods.answer_web_app_query.AnswerWebAppQuery`." -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/message.po b/docs/locale/en/LC_MESSAGES/api/types/message.po index 516aa013..946ed5c0 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/message.po +++ b/docs/locale/en/LC_MESSAGES/api/types/message.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/message.rst:3 msgid "Message" @@ -26,516 +26,112 @@ msgid "This object represents a message." msgstr "" #: aiogram.types.message.Message:3 of -msgid "Source: https://core.telegram.org/bots/api#message" +msgid "https://core.telegram.org/bots/api#message" msgstr "" -#: ../../docstring aiogram.types.message.Message.message_id:1 of -msgid "Unique message identifier inside this chat" +#: ../../docstring aiogram.types.message.Message.animation:1 +#: aiogram.types.message.Message.audio:1 +#: aiogram.types.message.Message.author_signature:1 +#: aiogram.types.message.Message.caption:1 +#: aiogram.types.message.Message.channel_chat_created:1 +#: aiogram.types.message.Message.chat:1 +#: aiogram.types.message.Message.chat_shared:1 +#: aiogram.types.message.Message.connected_website:1 +#: aiogram.types.message.Message.contact:1 +#: aiogram.types.message.Message.delete_chat_photo:1 +#: aiogram.types.message.Message.dice:1 +#: aiogram.types.message.Message.document:1 +#: aiogram.types.message.Message.forum_topic_closed:1 +#: aiogram.types.message.Message.forum_topic_created:1 +#: aiogram.types.message.Message.forum_topic_edited:1 +#: aiogram.types.message.Message.forum_topic_reopened:1 +#: aiogram.types.message.Message.forward_from:1 +#: aiogram.types.message.Message.forward_from_chat:1 +#: aiogram.types.message.Message.forward_from_message_id:1 +#: aiogram.types.message.Message.forward_sender_name:1 +#: aiogram.types.message.Message.forward_signature:1 +#: aiogram.types.message.Message.from_user:1 +#: aiogram.types.message.Message.game:1 +#: aiogram.types.message.Message.general_forum_topic_hidden:1 +#: aiogram.types.message.Message.general_forum_topic_unhidden:1 +#: aiogram.types.message.Message.group_chat_created:1 +#: aiogram.types.message.Message.has_media_spoiler:1 +#: aiogram.types.message.Message.has_protected_content:1 +#: aiogram.types.message.Message.invoice:1 +#: aiogram.types.message.Message.is_automatic_forward:1 +#: aiogram.types.message.Message.is_topic_message:1 +#: aiogram.types.message.Message.left_chat_member:1 +#: aiogram.types.message.Message.location:1 +#: aiogram.types.message.Message.media_group_id:1 +#: aiogram.types.message.Message.message_auto_delete_timer_changed:1 +#: aiogram.types.message.Message.message_id:1 +#: aiogram.types.message.Message.message_thread_id:1 +#: aiogram.types.message.Message.migrate_from_chat_id:1 +#: aiogram.types.message.Message.migrate_to_chat_id:1 +#: aiogram.types.message.Message.new_chat_title:1 +#: aiogram.types.message.Message.passport_data:1 +#: aiogram.types.message.Message.pinned_message:1 +#: aiogram.types.message.Message.poll:1 +#: aiogram.types.message.Message.proximity_alert_triggered:1 +#: aiogram.types.message.Message.reply_markup:1 +#: aiogram.types.message.Message.reply_to_message:1 +#: aiogram.types.message.Message.sender_chat:1 +#: aiogram.types.message.Message.sticker:1 +#: aiogram.types.message.Message.successful_payment:1 +#: aiogram.types.message.Message.supergroup_chat_created:1 +#: aiogram.types.message.Message.text:1 +#: aiogram.types.message.Message.user_shared:1 +#: aiogram.types.message.Message.venue:1 +#: aiogram.types.message.Message.via_bot:1 +#: aiogram.types.message.Message.video:1 +#: aiogram.types.message.Message.video_chat_ended:1 +#: aiogram.types.message.Message.video_chat_participants_invited:1 +#: aiogram.types.message.Message.video_chat_scheduled:1 +#: aiogram.types.message.Message.video_chat_started:1 +#: aiogram.types.message.Message.video_note:1 +#: aiogram.types.message.Message.voice:1 +#: aiogram.types.message.Message.voice_chat_ended:1 +#: aiogram.types.message.Message.voice_chat_participants_invited:1 +#: aiogram.types.message.Message.voice_chat_scheduled:1 +#: aiogram.types.message.Message.voice_chat_started:1 +#: aiogram.types.message.Message.web_app_data:1 +#: aiogram.types.message.Message.write_access_allowed:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.message.Message.date:1 of -msgid "Date the message was sent in Unix time" +#: ../../docstring aiogram.types.message.Message.date:1 +#: aiogram.types.message.Message.edit_date:1 +#: aiogram.types.message.Message.forward_date:1 of +msgid "In this field stored datetime" msgstr "" -#: ../../docstring aiogram.types.message.Message.chat:1 of -msgid "Conversation the message belongs to" +#: ../../docstring aiogram.types.message.Message.date:3 +#: aiogram.types.message.Message.edit_date:3 +#: aiogram.types.message.Message.forward_date:3 of +msgid "in: unixtime out: datetime" msgstr "" -#: ../../docstring aiogram.types.message.Message.message_thread_id:1 of +#: ../../docstring aiogram.types.message.Message.caption_entities:1 +#: aiogram.types.message.Message.entities:1 +#: aiogram.types.message.Message.new_chat_members:1 +#: aiogram.types.message.Message.new_chat_photo:1 +#: aiogram.types.message.Message.photo:1 of +msgid "The field contains a list of objects" +msgstr "" + +#: aiogram.types.message.Message.is_forward:1 of msgid "" -"*Optional*. Unique identifier of a message thread to which the message " -"belongs; for supergroups only" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.from_user:1 of -msgid "" -"*Optional*. Sender of the message; empty for messages sent to channels. " -"For backward compatibility, the field contains a fake sender user in non-" -"channel chats, if the message was sent on behalf of a chat." -msgstr "" - -#: ../../docstring aiogram.types.message.Message.sender_chat:1 of -msgid "" -"*Optional*. Sender of the message, sent on behalf of a chat. For example," -" the channel itself for channel posts, the supergroup itself for messages" -" from anonymous group administrators, the linked channel for messages " -"automatically forwarded to the discussion group. For backward " -"compatibility, the field *from* contains a fake sender user in non-" -"channel chats, if the message was sent on behalf of a chat." -msgstr "" - -#: ../../docstring aiogram.types.message.Message.forward_from:1 of -msgid "*Optional*. For forwarded messages, sender of the original message" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.forward_from_chat:1 of -msgid "" -"*Optional*. For messages forwarded from channels or from anonymous " -"administrators, information about the original sender chat" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.forward_from_message_id:1 of -msgid "" -"*Optional*. For messages forwarded from channels, identifier of the " -"original message in the channel" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.forward_signature:1 of -msgid "" -"*Optional*. For forwarded messages that were originally sent in channels " -"or by an anonymous chat administrator, signature of the message sender if" -" present" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.forward_sender_name:1 of -msgid "" -"*Optional*. Sender's name for messages forwarded from users who disallow " -"adding a link to their account in forwarded messages" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.forward_date:1 of -msgid "" -"*Optional*. For forwarded messages, date the original message was sent in" -" Unix time" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.is_topic_message:1 of -msgid "*Optional*. :code:`True`, if the message is sent to a forum topic" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.is_automatic_forward:1 of -msgid "" -"*Optional*. :code:`True`, if the message is a channel post that was " -"automatically forwarded to the connected discussion group" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.reply_to_message:1 of -msgid "" -"*Optional*. For replies, the original message. Note that the Message " -"object in this field will not contain further *reply_to_message* fields " -"even if it itself is a reply." -msgstr "" - -#: ../../docstring aiogram.types.message.Message.via_bot:1 of -msgid "*Optional*. Bot through which the message was sent" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.edit_date:1 of -msgid "*Optional*. Date the message was last edited in Unix time" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.has_protected_content:1 of -msgid "*Optional*. :code:`True`, if the message can't be forwarded" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.media_group_id:1 of -msgid "" -"*Optional*. The unique identifier of a media message group this message " -"belongs to" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.author_signature:1 of -msgid "" -"*Optional*. Signature of the post author for messages in channels, or the" -" custom title of an anonymous group administrator" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.text:1 of -msgid "*Optional*. For text messages, the actual UTF-8 text of the message" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.entities:1 of -msgid "" -"*Optional*. For text messages, special entities like usernames, URLs, bot" -" commands, etc. that appear in the text" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.animation:1 of -msgid "" -"*Optional*. Message is an animation, information about the animation. For" -" backward compatibility, when this field is set, the *document* field " -"will also be set" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.audio:1 of -msgid "*Optional*. Message is an audio file, information about the file" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.document:1 of -msgid "*Optional*. Message is a general file, information about the file" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.photo:1 of -msgid "*Optional*. Message is a photo, available sizes of the photo" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.sticker:1 of -msgid "*Optional*. Message is a sticker, information about the sticker" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.video:1 of -msgid "*Optional*. Message is a video, information about the video" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.video_note:1 of -msgid "" -"*Optional*. Message is a `video note `_, information about the video message" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.voice:1 of -msgid "*Optional*. Message is a voice message, information about the file" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.caption:1 of -msgid "" -"*Optional*. Caption for the animation, audio, document, photo, video or " -"voice" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.caption_entities:1 of -msgid "" -"*Optional*. For messages with a caption, special entities like usernames," -" URLs, bot commands, etc. that appear in the caption" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.has_media_spoiler:1 of -msgid "" -"*Optional*. :code:`True`, if the message media is covered by a spoiler " -"animation" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.contact:1 of -msgid "*Optional*. Message is a shared contact, information about the contact" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.dice:1 of -msgid "*Optional*. Message is a dice with random value" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.game:1 of -msgid "" -"*Optional*. Message is a game, information about the game. `More about " -"games » `_" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.poll:1 of -msgid "*Optional*. Message is a native poll, information about the poll" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.venue:1 of -msgid "" -"*Optional*. Message is a venue, information about the venue. For backward" -" compatibility, when this field is set, the *location* field will also be" -" set" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.location:1 of -msgid "*Optional*. Message is a shared location, information about the location" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.new_chat_members:1 of -msgid "" -"*Optional*. New members that were added to the group or supergroup and " -"information about them (the bot itself may be one of these members)" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.left_chat_member:1 of -msgid "" -"*Optional*. A member was removed from the group, information about them " -"(this member may be the bot itself)" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.new_chat_title:1 of -msgid "*Optional*. A chat title was changed to this value" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.new_chat_photo:1 of -msgid "*Optional*. A chat photo was change to this value" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.delete_chat_photo:1 of -msgid "*Optional*. Service message: the chat photo was deleted" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.group_chat_created:1 of -msgid "*Optional*. Service message: the group has been created" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.supergroup_chat_created:1 of -msgid "" -"*Optional*. Service message: the supergroup has been created. This field " -"can't be received in a message coming through updates, because bot can't " -"be a member of a supergroup when it is created. It can only be found in " -"reply_to_message if someone replies to a very first message in a directly" -" created supergroup." -msgstr "" - -#: ../../docstring aiogram.types.message.Message.channel_chat_created:1 of -msgid "" -"*Optional*. Service message: the channel has been created. This field " -"can't be received in a message coming through updates, because bot can't " -"be a member of a channel when it is created. It can only be found in " -"reply_to_message if someone replies to a very first message in a channel." -msgstr "" - -#: ../../docstring -#: aiogram.types.message.Message.message_auto_delete_timer_changed:1 of -msgid "" -"*Optional*. Service message: auto-delete timer settings changed in the " -"chat" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.migrate_to_chat_id:1 of -msgid "" -"*Optional*. The group has been migrated to a supergroup with the " -"specified identifier. This number may have more than 32 significant bits " -"and some programming languages may have difficulty/silent defects in " -"interpreting it. But it has at most 52 significant bits, so a signed " -"64-bit integer or double-precision float type are safe for storing this " -"identifier." -msgstr "" - -#: ../../docstring aiogram.types.message.Message.migrate_from_chat_id:1 of -msgid "" -"*Optional*. The supergroup has been migrated from a group with the " -"specified identifier. This number may have more than 32 significant bits " -"and some programming languages may have difficulty/silent defects in " -"interpreting it. But it has at most 52 significant bits, so a signed " -"64-bit integer or double-precision float type are safe for storing this " -"identifier." -msgstr "" - -#: ../../docstring aiogram.types.message.Message.pinned_message:1 of -msgid "" -"*Optional*. Specified message was pinned. Note that the Message object in" -" this field will not contain further *reply_to_message* fields even if it" -" is itself a reply." -msgstr "" - -#: ../../docstring aiogram.types.message.Message.invoice:1 of -msgid "" -"*Optional*. Message is an invoice for a `payment " -"`_, information about the " -"invoice. `More about payments » " -"`_" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.successful_payment:1 of -msgid "" -"*Optional*. Message is a service message about a successful payment, " -"information about the payment. `More about payments » " -"`_" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.connected_website:1 of -msgid "" -"*Optional*. The domain name of the website on which the user has logged " -"in. `More about Telegram Login » " -"`_" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.write_access_allowed:1 of -msgid "" -"*Optional*. Service message: the user allowed the bot added to the " -"attachment menu to write messages" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.passport_data:1 of -msgid "*Optional*. Telegram Passport data" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.proximity_alert_triggered:1 of -msgid "" -"*Optional*. Service message. A user in the chat triggered another user's " -"proximity alert while sharing Live Location." -msgstr "" - -#: ../../docstring aiogram.types.message.Message.forum_topic_created:1 of -msgid "*Optional*. Service message: forum topic created" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.forum_topic_edited:1 of -msgid "*Optional*. Service message: forum topic edited" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.forum_topic_closed:1 of -msgid "*Optional*. Service message: forum topic closed" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.forum_topic_reopened:1 of -msgid "*Optional*. Service message: forum topic reopened" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.general_forum_topic_hidden:1 -#: of -msgid "*Optional*. Service message: the 'General' forum topic hidden" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.general_forum_topic_unhidden:1 -#: of -msgid "*Optional*. Service message: the 'General' forum topic unhidden" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.video_chat_scheduled:1 of -msgid "*Optional*. Service message: video chat scheduled" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.video_chat_started:1 of -msgid "*Optional*. Service message: video chat started" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.video_chat_ended:1 of -msgid "*Optional*. Service message: video chat ended" -msgstr "" - -#: ../../docstring -#: aiogram.types.message.Message.video_chat_participants_invited:1 of -msgid "*Optional*. Service message: new participants invited to a video chat" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.web_app_data:1 of -msgid "*Optional*. Service message: data sent by a Web App" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.reply_markup:1 of -msgid "" -"*Optional*. Inline keyboard attached to the message. :code:`login_url` " -"buttons are represented as ordinary :code:`url` buttons." -msgstr "" - -#: aiogram.types.message.Message.answer_animation:1 -#: aiogram.types.message.Message.reply_animation:1 of -msgid "" -"Shortcut for method :class:`aiogram.methods.send_animation.SendAnimation`" -" will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.answer:4 -#: aiogram.types.message.Message.answer_animation:4 -#: aiogram.types.message.Message.answer_audio:4 -#: aiogram.types.message.Message.answer_contact:4 -#: aiogram.types.message.Message.answer_dice:4 -#: aiogram.types.message.Message.answer_document:4 -#: aiogram.types.message.Message.answer_game:4 -#: aiogram.types.message.Message.answer_invoice:4 -#: aiogram.types.message.Message.answer_location:4 -#: aiogram.types.message.Message.answer_media_group:4 -#: aiogram.types.message.Message.answer_photo:4 -#: aiogram.types.message.Message.answer_poll:4 -#: aiogram.types.message.Message.answer_sticker:4 -#: aiogram.types.message.Message.answer_venue:4 -#: aiogram.types.message.Message.answer_video:4 -#: aiogram.types.message.Message.answer_video_note:4 -#: aiogram.types.message.Message.answer_voice:4 -#: aiogram.types.message.Message.delete:4 -#: aiogram.types.message.Message.edit_caption:4 -#: aiogram.types.message.Message.edit_live_location:4 -#: aiogram.types.message.Message.edit_media:4 -#: aiogram.types.message.Message.edit_reply_markup:4 -#: aiogram.types.message.Message.edit_text:4 -#: aiogram.types.message.Message.pin:4 aiogram.types.message.Message.reply:4 -#: aiogram.types.message.Message.reply_animation:4 -#: aiogram.types.message.Message.reply_audio:4 -#: aiogram.types.message.Message.reply_contact:4 -#: aiogram.types.message.Message.reply_dice:4 -#: aiogram.types.message.Message.reply_document:4 -#: aiogram.types.message.Message.reply_game:4 -#: aiogram.types.message.Message.reply_invoice:4 -#: aiogram.types.message.Message.reply_location:4 -#: aiogram.types.message.Message.reply_media_group:4 -#: aiogram.types.message.Message.reply_photo:4 -#: aiogram.types.message.Message.reply_poll:4 -#: aiogram.types.message.Message.reply_sticker:4 -#: aiogram.types.message.Message.reply_venue:4 -#: aiogram.types.message.Message.reply_video:4 -#: aiogram.types.message.Message.reply_video_note:4 -#: aiogram.types.message.Message.reply_voice:4 -#: aiogram.types.message.Message.stop_live_location:4 -#: aiogram.types.message.Message.unpin:4 of -msgid ":code:`chat_id`" -msgstr "" - -#: aiogram.types.message.Message.answer:5 -#: aiogram.types.message.Message.answer_animation:5 -#: aiogram.types.message.Message.answer_audio:5 -#: aiogram.types.message.Message.answer_contact:5 -#: aiogram.types.message.Message.answer_dice:5 -#: aiogram.types.message.Message.answer_document:5 -#: aiogram.types.message.Message.answer_game:5 -#: aiogram.types.message.Message.answer_invoice:5 -#: aiogram.types.message.Message.answer_location:5 -#: aiogram.types.message.Message.answer_media_group:5 -#: aiogram.types.message.Message.answer_photo:5 -#: aiogram.types.message.Message.answer_poll:5 -#: aiogram.types.message.Message.answer_sticker:5 -#: aiogram.types.message.Message.answer_venue:5 -#: aiogram.types.message.Message.answer_video:5 -#: aiogram.types.message.Message.answer_video_note:5 -#: aiogram.types.message.Message.answer_voice:5 -#: aiogram.types.message.Message.reply:5 -#: aiogram.types.message.Message.reply_animation:5 -#: aiogram.types.message.Message.reply_audio:5 -#: aiogram.types.message.Message.reply_contact:5 -#: aiogram.types.message.Message.reply_dice:5 -#: aiogram.types.message.Message.reply_document:5 -#: aiogram.types.message.Message.reply_game:5 -#: aiogram.types.message.Message.reply_invoice:5 -#: aiogram.types.message.Message.reply_location:5 -#: aiogram.types.message.Message.reply_media_group:5 -#: aiogram.types.message.Message.reply_photo:5 -#: aiogram.types.message.Message.reply_poll:5 -#: aiogram.types.message.Message.reply_sticker:5 -#: aiogram.types.message.Message.reply_venue:5 -#: aiogram.types.message.Message.reply_video:5 -#: aiogram.types.message.Message.reply_video_note:5 -#: aiogram.types.message.Message.reply_voice:5 of -msgid ":code:`message_thread_id`" -msgstr "" - -#: aiogram.types.message.Message.reply:6 -#: aiogram.types.message.Message.reply_animation:6 -#: aiogram.types.message.Message.reply_audio:6 -#: aiogram.types.message.Message.reply_contact:6 -#: aiogram.types.message.Message.reply_dice:6 -#: aiogram.types.message.Message.reply_document:6 -#: aiogram.types.message.Message.reply_game:6 -#: aiogram.types.message.Message.reply_invoice:6 -#: aiogram.types.message.Message.reply_location:6 -#: aiogram.types.message.Message.reply_media_group:6 -#: aiogram.types.message.Message.reply_photo:6 -#: aiogram.types.message.Message.reply_poll:6 -#: aiogram.types.message.Message.reply_sticker:6 -#: aiogram.types.message.Message.reply_venue:6 -#: aiogram.types.message.Message.reply_video:6 -#: aiogram.types.message.Message.reply_video_note:6 -#: aiogram.types.message.Message.reply_voice:6 of -msgid ":code:`reply_to_message_id`" -msgstr "" - -#: aiogram.types.message.Message.answer_animation:7 -#: aiogram.types.message.Message.reply_animation:8 of -msgid "" -"Use this method to send animation files (GIF or H.264/MPEG-4 AVC video " -"without sound). On success, the sent " -":class:`aiogram.types.message.Message` is returned. Bots can currently " -"send animation files of up to 50 MB in size, this limit may be changed in" -" the future." -msgstr "" - -#: aiogram.types.message.Message.answer_animation:9 -#: aiogram.types.message.Message.reply_animation:10 of -msgid "Source: https://core.telegram.org/bots/api#sendanimation" +"Check that the message is forwarded. Only `forward_date` is required to " +"be in forwarded message." msgstr "" #: aiogram.types.message.Message.answer #: aiogram.types.message.Message.answer_animation #: aiogram.types.message.Message.answer_audio +#: aiogram.types.message.Message.answer_chat_action #: aiogram.types.message.Message.answer_contact #: aiogram.types.message.Message.answer_dice #: aiogram.types.message.Message.answer_document -#: aiogram.types.message.Message.answer_game -#: aiogram.types.message.Message.answer_invoice #: aiogram.types.message.Message.answer_location #: aiogram.types.message.Message.answer_media_group #: aiogram.types.message.Message.answer_photo @@ -545,21 +141,133 @@ msgstr "" #: aiogram.types.message.Message.answer_video #: aiogram.types.message.Message.answer_video_note #: aiogram.types.message.Message.answer_voice -#: aiogram.types.message.Message.copy_to +#: aiogram.types.message.Message.delete +#: aiogram.types.message.Message.delete_reply_markup #: aiogram.types.message.Message.edit_caption #: aiogram.types.message.Message.edit_live_location #: aiogram.types.message.Message.edit_media #: aiogram.types.message.Message.edit_reply_markup #: aiogram.types.message.Message.edit_text -#: aiogram.types.message.Message.forward aiogram.types.message.Message.get_url +#: aiogram.types.message.Message.forward aiogram.types.message.Message.from_id +#: aiogram.types.message.Message.get_args +#: aiogram.types.message.Message.get_command +#: aiogram.types.message.Message.get_full_command +#: aiogram.types.message.Message.html_text +#: aiogram.types.message.Message.is_command +#: aiogram.types.message.Message.is_forward aiogram.types.message.Message.link +#: aiogram.types.message.Message.md_text +#: aiogram.types.message.Message.parse_entities +#: aiogram.types.message.Message.pin aiogram.types.message.Message.reply +#: aiogram.types.message.Message.reply_animation +#: aiogram.types.message.Message.reply_audio +#: aiogram.types.message.Message.reply_contact +#: aiogram.types.message.Message.reply_dice +#: aiogram.types.message.Message.reply_document +#: aiogram.types.message.Message.reply_location +#: aiogram.types.message.Message.reply_media_group +#: aiogram.types.message.Message.reply_photo +#: aiogram.types.message.Message.reply_poll +#: aiogram.types.message.Message.reply_sticker +#: aiogram.types.message.Message.reply_venue +#: aiogram.types.message.Message.reply_video +#: aiogram.types.message.Message.reply_video_note +#: aiogram.types.message.Message.reply_voice +#: aiogram.types.message.Message.send_copy +#: aiogram.types.message.Message.stop_live_location +#: aiogram.types.message.Message.unpin aiogram.types.message.Message.url of +msgid "Returns" +msgstr "" + +#: aiogram.types.message.Message.is_command:3 +#: aiogram.types.message.Message.is_forward:4 of +msgid "bool" +msgstr "" + +#: aiogram.types.message.Message.is_command:1 of +msgid "Check message text is command" +msgstr "" + +#: aiogram.types.message.Message.get_full_command:1 of +msgid "Split command and args" +msgstr "" + +#: aiogram.types.message.Message.get_full_command:3 of +msgid "tuple of (command, args)" +msgstr "" + +#: aiogram.types.message.Message.get_command:1 of +msgid "Get command from message" +msgstr "" + +#: aiogram.types.message.Message.get_args:1 of +msgid "Get arguments" +msgstr "" + +#: aiogram.types.message.Message.parse_entities:1 of +msgid "Text or caption formatted as HTML or Markdown." +msgstr "" + +#: aiogram.types.message.Message.html_text:3 +#: aiogram.types.message.Message.link:5 aiogram.types.message.Message.md_text:3 +#: aiogram.types.message.Message.parse_entities:3 +#: aiogram.types.message.Message.url:3 of +msgid "str" +msgstr "" + +#: aiogram.types.message.Message.from_id:1 of +msgid "" +"User id if sent by user or chat/channel id if sent on behalf of a channel" +" or chat" +msgstr "" + +#: aiogram.types.message.Message.from_id:3 of +msgid "int" +msgstr "" + +#: aiogram.types.message.Message.md_text:1 of +msgid "Text or caption formatted as markdown." +msgstr "" + +#: aiogram.types.message.Message.html_text:1 of +msgid "Text or caption formatted as HTML" +msgstr "" + +#: aiogram.types.message.Message.url:1 of +msgid "Get URL for the message" +msgstr "" + +#: aiogram.types.message.Message.link:1 of +msgid "Generate URL for using in text messages with HTML or MD parse mode" +msgstr "" + +#: aiogram.types.message.Message.answer +#: aiogram.types.message.Message.answer_animation +#: aiogram.types.message.Message.answer_audio +#: aiogram.types.message.Message.answer_chat_action +#: aiogram.types.message.Message.answer_contact +#: aiogram.types.message.Message.answer_dice +#: aiogram.types.message.Message.answer_document +#: aiogram.types.message.Message.answer_location +#: aiogram.types.message.Message.answer_media_group +#: aiogram.types.message.Message.answer_photo +#: aiogram.types.message.Message.answer_poll +#: aiogram.types.message.Message.answer_sticker +#: aiogram.types.message.Message.answer_venue +#: aiogram.types.message.Message.answer_video +#: aiogram.types.message.Message.answer_video_note +#: aiogram.types.message.Message.answer_voice +#: aiogram.types.message.Message.edit_caption +#: aiogram.types.message.Message.edit_live_location +#: aiogram.types.message.Message.edit_media +#: aiogram.types.message.Message.edit_reply_markup +#: aiogram.types.message.Message.edit_text +#: aiogram.types.message.Message.forward aiogram.types.message.Message.link #: aiogram.types.message.Message.pin aiogram.types.message.Message.reply #: aiogram.types.message.Message.reply_animation #: aiogram.types.message.Message.reply_audio #: aiogram.types.message.Message.reply_contact #: aiogram.types.message.Message.reply_dice #: aiogram.types.message.Message.reply_document -#: aiogram.types.message.Message.reply_game -#: aiogram.types.message.Message.reply_invoice #: aiogram.types.message.Message.reply_location #: aiogram.types.message.Message.reply_media_group #: aiogram.types.message.Message.reply_photo @@ -574,250 +282,238 @@ msgstr "" msgid "Parameters" msgstr "" -#: aiogram.types.message.Message.answer_animation:11 -#: aiogram.types.message.Message.reply_animation:12 of +#: aiogram.types.message.Message.link:3 of +msgid "link label" +msgstr "" + +#: aiogram.types.message.Message.link:4 of +msgid "generate as HTML" +msgstr "" + +#: aiogram.types.message.Message.answer:1 of +msgid "Answer to this message" +msgstr "" + +#: aiogram.types.message.Message.answer:3 aiogram.types.message.Message.reply:3 +#: of +msgid "Text of the message to be sent" +msgstr "" + +#: aiogram.types.message.Message.answer:6 +#: aiogram.types.message.Message.answer_audio:14 +#: aiogram.types.message.Message.answer_document:21 +#: aiogram.types.message.Message.answer_photo:11 +#: aiogram.types.message.Message.edit_caption:9 +#: aiogram.types.message.Message.edit_text:8 +#: aiogram.types.message.Message.reply:6 +#: aiogram.types.message.Message.reply_audio:14 +#: aiogram.types.message.Message.reply_document:21 +#: aiogram.types.message.Message.reply_photo:11 of msgid "" -"Animation to send. Pass a file_id as String to send an animation that " -"exists on the Telegram servers (recommended), pass an HTTP URL as a " -"String for Telegram to get an animation from the Internet, or upload a " -"new animation using multipart/form-data. :ref:`More information on " -"Sending Files » `" +"Send Markdown or HTML, if you want Telegram apps to show bold, italic, " +"fixed-width text or inline URLs in your bot's message." msgstr "" -#: aiogram.types.message.Message.answer_animation:12 -#: aiogram.types.message.Message.reply_animation:13 of -msgid "Duration of sent animation in seconds" -msgstr "" - -#: aiogram.types.message.Message.answer_animation:13 -#: aiogram.types.message.Message.reply_animation:14 of -msgid "Animation width" -msgstr "" - -#: aiogram.types.message.Message.answer_animation:14 -#: aiogram.types.message.Message.reply_animation:15 of -msgid "Animation height" -msgstr "" - -#: aiogram.types.message.Message.answer_animation:15 -#: aiogram.types.message.Message.answer_audio:19 -#: aiogram.types.message.Message.answer_document:12 -#: aiogram.types.message.Message.answer_video:15 -#: aiogram.types.message.Message.answer_video_note:14 -#: aiogram.types.message.Message.reply_animation:16 -#: aiogram.types.message.Message.reply_audio:20 -#: aiogram.types.message.Message.reply_document:13 -#: aiogram.types.message.Message.reply_video:16 -#: aiogram.types.message.Message.reply_video_note:15 of -msgid "" -"Thumbnail of the file sent; can be ignored if thumbnail generation for " -"the file is supported server-side. The thumbnail should be in JPEG format" -" and less than 200 kB in size. A thumbnail's width and height should not " -"exceed 320. Ignored if the file is not uploaded using multipart/form-" -"data. Thumbnails can't be reused and can be only uploaded as a new file, " -"so you can pass 'attach://' if the thumbnail was " -"uploaded using multipart/form-data under . :ref:`More " -"information on Sending Files » `" -msgstr "" - -#: aiogram.types.message.Message.answer_animation:16 -#: aiogram.types.message.Message.reply_animation:17 of -msgid "" -"Animation caption (may also be used when resending animation by " -"*file_id*), 0-1024 characters after entities parsing" -msgstr "" - -#: aiogram.types.message.Message.answer_animation:17 -#: aiogram.types.message.Message.reply_animation:18 of -msgid "" -"Mode for parsing entities in the animation caption. See `formatting " -"options `_ for " -"more details." -msgstr "" - -#: aiogram.types.message.Message.answer_animation:18 -#: aiogram.types.message.Message.answer_audio:15 -#: aiogram.types.message.Message.answer_document:15 -#: aiogram.types.message.Message.answer_photo:14 -#: aiogram.types.message.Message.answer_video:18 -#: aiogram.types.message.Message.answer_voice:14 -#: aiogram.types.message.Message.edit_caption:14 -#: aiogram.types.message.Message.reply_animation:19 -#: aiogram.types.message.Message.reply_audio:16 -#: aiogram.types.message.Message.reply_document:16 -#: aiogram.types.message.Message.reply_photo:15 -#: aiogram.types.message.Message.reply_video:19 -#: aiogram.types.message.Message.reply_voice:15 of -msgid "" -"A JSON-serialized list of special entities that appear in the caption, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: aiogram.types.message.Message.answer_animation:19 -#: aiogram.types.message.Message.reply_animation:20 of -msgid "" -"Pass :code:`True` if the animation needs to be covered with a spoiler " -"animation" -msgstr "" - -#: aiogram.types.message.Message.answer:15 -#: aiogram.types.message.Message.answer_animation:20 -#: aiogram.types.message.Message.answer_audio:20 -#: aiogram.types.message.Message.answer_contact:15 -#: aiogram.types.message.Message.answer_dice:12 -#: aiogram.types.message.Message.answer_document:17 -#: aiogram.types.message.Message.answer_game:12 -#: aiogram.types.message.Message.answer_invoice:32 -#: aiogram.types.message.Message.answer_location:17 -#: aiogram.types.message.Message.answer_photo:16 -#: aiogram.types.message.Message.answer_poll:23 -#: aiogram.types.message.Message.answer_sticker:12 -#: aiogram.types.message.Message.answer_venue:19 -#: aiogram.types.message.Message.answer_video:21 -#: aiogram.types.message.Message.answer_video_note:15 -#: aiogram.types.message.Message.answer_voice:16 -#: aiogram.types.message.Message.copy_to:16 -#: aiogram.types.message.Message.forward:13 -#: aiogram.types.message.Message.reply:16 -#: aiogram.types.message.Message.reply_animation:21 -#: aiogram.types.message.Message.reply_audio:21 -#: aiogram.types.message.Message.reply_contact:16 -#: aiogram.types.message.Message.reply_dice:13 -#: aiogram.types.message.Message.reply_document:18 -#: aiogram.types.message.Message.reply_game:13 -#: aiogram.types.message.Message.reply_invoice:33 -#: aiogram.types.message.Message.reply_location:18 -#: aiogram.types.message.Message.reply_photo:17 -#: aiogram.types.message.Message.reply_poll:24 -#: aiogram.types.message.Message.reply_sticker:13 -#: aiogram.types.message.Message.reply_venue:20 -#: aiogram.types.message.Message.reply_video:22 -#: aiogram.types.message.Message.reply_video_note:16 -#: aiogram.types.message.Message.reply_voice:17 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: aiogram.types.message.Message.answer:16 -#: aiogram.types.message.Message.answer_animation:21 -#: aiogram.types.message.Message.answer_audio:21 -#: aiogram.types.message.Message.answer_contact:16 -#: aiogram.types.message.Message.answer_document:18 -#: aiogram.types.message.Message.answer_game:13 -#: aiogram.types.message.Message.answer_invoice:33 -#: aiogram.types.message.Message.answer_location:18 -#: aiogram.types.message.Message.answer_photo:17 -#: aiogram.types.message.Message.answer_poll:24 -#: aiogram.types.message.Message.answer_sticker:13 -#: aiogram.types.message.Message.answer_venue:20 -#: aiogram.types.message.Message.answer_video:22 -#: aiogram.types.message.Message.answer_video_note:16 -#: aiogram.types.message.Message.answer_voice:17 -#: aiogram.types.message.Message.copy_to:17 -#: aiogram.types.message.Message.reply:17 -#: aiogram.types.message.Message.reply_animation:22 -#: aiogram.types.message.Message.reply_audio:22 -#: aiogram.types.message.Message.reply_contact:17 -#: aiogram.types.message.Message.reply_document:19 -#: aiogram.types.message.Message.reply_game:14 -#: aiogram.types.message.Message.reply_invoice:34 -#: aiogram.types.message.Message.reply_location:19 -#: aiogram.types.message.Message.reply_photo:18 -#: aiogram.types.message.Message.reply_poll:25 -#: aiogram.types.message.Message.reply_sticker:14 -#: aiogram.types.message.Message.reply_venue:21 -#: aiogram.types.message.Message.reply_video:23 -#: aiogram.types.message.Message.reply_video_note:17 -#: aiogram.types.message.Message.reply_voice:18 of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: aiogram.types.message.Message.answer:18 -#: aiogram.types.message.Message.answer_animation:23 -#: aiogram.types.message.Message.answer_audio:23 -#: aiogram.types.message.Message.answer_contact:18 -#: aiogram.types.message.Message.answer_dice:15 -#: aiogram.types.message.Message.answer_document:20 -#: aiogram.types.message.Message.answer_game:15 -#: aiogram.types.message.Message.answer_invoice:35 -#: aiogram.types.message.Message.answer_location:20 -#: aiogram.types.message.Message.answer_media_group:15 -#: aiogram.types.message.Message.answer_photo:19 -#: aiogram.types.message.Message.answer_poll:26 -#: aiogram.types.message.Message.answer_sticker:15 -#: aiogram.types.message.Message.answer_venue:22 -#: aiogram.types.message.Message.answer_video:24 -#: aiogram.types.message.Message.answer_video_note:18 +#: aiogram.types.message.Message.answer:10 +#: aiogram.types.message.Message.answer_animation:33 +#: aiogram.types.message.Message.answer_audio:18 +#: aiogram.types.message.Message.answer_document:25 +#: aiogram.types.message.Message.answer_photo:15 +#: aiogram.types.message.Message.answer_poll:35 +#: aiogram.types.message.Message.answer_video:30 #: aiogram.types.message.Message.answer_voice:19 -#: aiogram.types.message.Message.copy_to:19 -#: aiogram.types.message.Message.reply:18 -#: aiogram.types.message.Message.reply_animation:23 -#: aiogram.types.message.Message.reply_audio:23 -#: aiogram.types.message.Message.reply_contact:18 -#: aiogram.types.message.Message.reply_dice:15 -#: aiogram.types.message.Message.reply_document:20 -#: aiogram.types.message.Message.reply_game:15 -#: aiogram.types.message.Message.reply_invoice:35 -#: aiogram.types.message.Message.reply_location:20 -#: aiogram.types.message.Message.reply_media_group:15 -#: aiogram.types.message.Message.reply_photo:19 -#: aiogram.types.message.Message.reply_poll:26 -#: aiogram.types.message.Message.reply_sticker:15 -#: aiogram.types.message.Message.reply_venue:22 -#: aiogram.types.message.Message.reply_video:24 -#: aiogram.types.message.Message.reply_video_note:18 +#: aiogram.types.message.Message.edit_caption:13 +#: aiogram.types.message.Message.edit_text:12 +#: aiogram.types.message.Message.reply:10 +#: aiogram.types.message.Message.reply_animation:33 +#: aiogram.types.message.Message.reply_audio:18 +#: aiogram.types.message.Message.reply_document:25 +#: aiogram.types.message.Message.reply_photo:15 +#: aiogram.types.message.Message.reply_poll:35 +#: aiogram.types.message.Message.reply_video:30 #: aiogram.types.message.Message.reply_voice:19 of msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" +"List of special entities that appear in message text, which can be " +"specified instead of parse_mode" msgstr "" -#: aiogram.types.message.Message.answer:19 -#: aiogram.types.message.Message.answer_animation:24 -#: aiogram.types.message.Message.answer_audio:24 -#: aiogram.types.message.Message.answer_contact:19 -#: aiogram.types.message.Message.answer_dice:16 -#: aiogram.types.message.Message.answer_document:21 -#: aiogram.types.message.Message.answer_location:21 -#: aiogram.types.message.Message.answer_photo:20 -#: aiogram.types.message.Message.answer_poll:27 -#: aiogram.types.message.Message.answer_sticker:16 -#: aiogram.types.message.Message.answer_venue:23 -#: aiogram.types.message.Message.answer_video:25 -#: aiogram.types.message.Message.answer_video_note:19 -#: aiogram.types.message.Message.answer_voice:20 -#: aiogram.types.message.Message.copy_to:20 -#: aiogram.types.message.Message.reply:19 -#: aiogram.types.message.Message.reply_animation:24 -#: aiogram.types.message.Message.reply_audio:24 -#: aiogram.types.message.Message.reply_contact:19 -#: aiogram.types.message.Message.reply_dice:16 -#: aiogram.types.message.Message.reply_document:21 -#: aiogram.types.message.Message.reply_location:21 -#: aiogram.types.message.Message.reply_photo:20 -#: aiogram.types.message.Message.reply_poll:27 -#: aiogram.types.message.Message.reply_sticker:16 -#: aiogram.types.message.Message.reply_venue:23 -#: aiogram.types.message.Message.reply_video:25 -#: aiogram.types.message.Message.reply_video_note:19 -#: aiogram.types.message.Message.reply_voice:20 of +#: aiogram.types.message.Message.answer:14 +#: aiogram.types.message.Message.edit_text:16 +#: aiogram.types.message.Message.reply:14 of +msgid "Disables link previews for links in this message" +msgstr "" + +#: aiogram.types.message.Message.answer:17 +#: aiogram.types.message.Message.answer_animation:37 +#: aiogram.types.message.Message.answer_dice:12 +#: aiogram.types.message.Message.answer_document:29 +#: aiogram.types.message.Message.answer_photo:19 +#: aiogram.types.message.Message.answer_venue:30 +#: aiogram.types.message.Message.forward:12 +#: aiogram.types.message.Message.reply:17 +#: aiogram.types.message.Message.reply_animation:37 +#: aiogram.types.message.Message.reply_dice:12 +#: aiogram.types.message.Message.reply_document:29 +#: aiogram.types.message.Message.reply_photo:19 +#: aiogram.types.message.Message.reply_venue:30 of msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." +"Sends the message silently. Users will receive a notification with no " +"sound" +msgstr "" + +#: aiogram.types.message.Message.answer:20 +#: aiogram.types.message.Message.answer_animation:40 +#: aiogram.types.message.Message.answer_audio:38 +#: aiogram.types.message.Message.answer_contact:17 +#: aiogram.types.message.Message.answer_dice:16 +#: aiogram.types.message.Message.answer_document:33 +#: aiogram.types.message.Message.answer_location:30 +#: aiogram.types.message.Message.answer_media_group:15 +#: aiogram.types.message.Message.answer_photo:22 +#: aiogram.types.message.Message.answer_poll:56 +#: aiogram.types.message.Message.answer_sticker:11 +#: aiogram.types.message.Message.answer_venue:34 +#: aiogram.types.message.Message.answer_video:40 +#: aiogram.types.message.Message.answer_video_note:22 +#: aiogram.types.message.Message.answer_voice:29 +#: aiogram.types.message.Message.reply:20 +#: aiogram.types.message.Message.reply_animation:40 +#: aiogram.types.message.Message.reply_audio:38 +#: aiogram.types.message.Message.reply_contact:17 +#: aiogram.types.message.Message.reply_dice:16 +#: aiogram.types.message.Message.reply_document:33 +#: aiogram.types.message.Message.reply_location:30 +#: aiogram.types.message.Message.reply_media_group:15 +#: aiogram.types.message.Message.reply_photo:22 +#: aiogram.types.message.Message.reply_poll:56 +#: aiogram.types.message.Message.reply_sticker:11 +#: aiogram.types.message.Message.reply_venue:34 +#: aiogram.types.message.Message.reply_video:40 +#: aiogram.types.message.Message.reply_video_note:22 +#: aiogram.types.message.Message.reply_voice:29 of +msgid "Protects the contents of sent messages from forwarding and saving" +msgstr "" + +#: aiogram.types.message.Message.answer:24 +#: aiogram.types.message.Message.answer_animation:44 +#: aiogram.types.message.Message.answer_audio:42 +#: aiogram.types.message.Message.answer_contact:21 +#: aiogram.types.message.Message.answer_dice:20 +#: aiogram.types.message.Message.answer_document:37 +#: aiogram.types.message.Message.answer_location:34 +#: aiogram.types.message.Message.answer_media_group:19 +#: aiogram.types.message.Message.answer_photo:26 +#: aiogram.types.message.Message.answer_poll:60 +#: aiogram.types.message.Message.answer_sticker:15 +#: aiogram.types.message.Message.answer_venue:38 +#: aiogram.types.message.Message.answer_video:44 +#: aiogram.types.message.Message.answer_video_note:26 +#: aiogram.types.message.Message.answer_voice:33 +#: aiogram.types.message.Message.reply:24 +#: aiogram.types.message.Message.reply_animation:44 +#: aiogram.types.message.Message.reply_audio:42 +#: aiogram.types.message.Message.reply_contact:21 +#: aiogram.types.message.Message.reply_dice:20 +#: aiogram.types.message.Message.reply_document:37 +#: aiogram.types.message.Message.reply_media_group:19 +#: aiogram.types.message.Message.reply_photo:26 +#: aiogram.types.message.Message.reply_poll:60 +#: aiogram.types.message.Message.reply_sticker:15 +#: aiogram.types.message.Message.reply_venue:38 +#: aiogram.types.message.Message.reply_video:44 +#: aiogram.types.message.Message.reply_video_note:26 +#: aiogram.types.message.Message.reply_voice:33 of +msgid "" +"Pass True, if the message should be sent even if the specified replied-to" +" message is not found" +msgstr "" + +#: aiogram.types.message.Message.answer:28 +#: aiogram.types.message.Message.answer_animation:48 +#: aiogram.types.message.Message.answer_audio:46 +#: aiogram.types.message.Message.answer_contact:25 +#: aiogram.types.message.Message.answer_dice:24 +#: aiogram.types.message.Message.answer_document:41 +#: aiogram.types.message.Message.answer_location:38 +#: aiogram.types.message.Message.answer_photo:30 +#: aiogram.types.message.Message.answer_poll:64 +#: aiogram.types.message.Message.answer_sticker:19 +#: aiogram.types.message.Message.answer_venue:42 +#: aiogram.types.message.Message.answer_video:48 +#: aiogram.types.message.Message.answer_video_note:30 +#: aiogram.types.message.Message.answer_voice:37 +#: aiogram.types.message.Message.reply:28 +#: aiogram.types.message.Message.reply_animation:48 +#: aiogram.types.message.Message.reply_audio:46 +#: aiogram.types.message.Message.reply_contact:25 +#: aiogram.types.message.Message.reply_dice:24 +#: aiogram.types.message.Message.reply_document:41 +#: aiogram.types.message.Message.reply_location:34 +#: aiogram.types.message.Message.reply_photo:30 +#: aiogram.types.message.Message.reply_poll:64 +#: aiogram.types.message.Message.reply_sticker:19 +#: aiogram.types.message.Message.reply_venue:42 +#: aiogram.types.message.Message.reply_video:48 +#: aiogram.types.message.Message.reply_video_note:30 +#: aiogram.types.message.Message.reply_voice:37 of +msgid "" +"Additional interface options. A JSON-serialized object for an inline " +"keyboard, custom reply keyboard, instructions to remove reply keyboard or" +" to force a reply from the user" +msgstr "" + +#: aiogram.types.message.Message.answer:33 +#: aiogram.types.message.Message.answer_animation:53 +#: aiogram.types.message.Message.answer_audio:51 +#: aiogram.types.message.Message.answer_contact:30 +#: aiogram.types.message.Message.answer_dice:31 +#: aiogram.types.message.Message.answer_location:43 +#: aiogram.types.message.Message.answer_media_group:23 +#: aiogram.types.message.Message.answer_photo:35 +#: aiogram.types.message.Message.answer_poll:71 +#: aiogram.types.message.Message.answer_sticker:24 +#: aiogram.types.message.Message.answer_venue:49 +#: aiogram.types.message.Message.answer_video:53 +#: aiogram.types.message.Message.answer_video_note:35 +#: aiogram.types.message.Message.answer_voice:42 +#: aiogram.types.message.Message.reply:33 +#: aiogram.types.message.Message.reply_animation:53 +#: aiogram.types.message.Message.reply_audio:51 +#: aiogram.types.message.Message.reply_contact:30 +#: aiogram.types.message.Message.reply_dice:31 +#: aiogram.types.message.Message.reply_location:39 +#: aiogram.types.message.Message.reply_media_group:23 +#: aiogram.types.message.Message.reply_photo:35 +#: aiogram.types.message.Message.reply_poll:71 +#: aiogram.types.message.Message.reply_sticker:24 +#: aiogram.types.message.Message.reply_venue:49 +#: aiogram.types.message.Message.reply_video:53 +#: aiogram.types.message.Message.reply_video_note:35 +#: aiogram.types.message.Message.reply_voice:42 of +msgid "fill 'reply_to_message_id'" +msgstr "" + +#: aiogram.types.message.Message.answer:36 +#: aiogram.types.message.Message.answer_animation:56 +#: aiogram.types.message.Message.answer_document:51 +#: aiogram.types.message.Message.answer_photo:38 +#: aiogram.types.message.Message.answer_poll:74 +#: aiogram.types.message.Message.forward:19 +#: aiogram.types.message.Message.reply:36 +#: aiogram.types.message.Message.reply_animation:56 +#: aiogram.types.message.Message.reply_document:51 +#: aiogram.types.message.Message.reply_photo:38 +#: aiogram.types.message.Message.reply_poll:74 of +msgid "On success, the sent Message is returned" msgstr "" #: aiogram.types.message.Message.answer #: aiogram.types.message.Message.answer_animation #: aiogram.types.message.Message.answer_audio +#: aiogram.types.message.Message.answer_chat_action #: aiogram.types.message.Message.answer_contact #: aiogram.types.message.Message.answer_dice #: aiogram.types.message.Message.answer_document -#: aiogram.types.message.Message.answer_game -#: aiogram.types.message.Message.answer_invoice #: aiogram.types.message.Message.answer_location #: aiogram.types.message.Message.answer_media_group #: aiogram.types.message.Message.answer_photo @@ -827,21 +523,20 @@ msgstr "" #: aiogram.types.message.Message.answer_video #: aiogram.types.message.Message.answer_video_note #: aiogram.types.message.Message.answer_voice -#: aiogram.types.message.Message.copy_to aiogram.types.message.Message.delete +#: aiogram.types.message.Message.delete +#: aiogram.types.message.Message.delete_reply_markup #: aiogram.types.message.Message.edit_caption #: aiogram.types.message.Message.edit_live_location #: aiogram.types.message.Message.edit_media #: aiogram.types.message.Message.edit_reply_markup #: aiogram.types.message.Message.edit_text -#: aiogram.types.message.Message.forward aiogram.types.message.Message.get_url -#: aiogram.types.message.Message.pin aiogram.types.message.Message.reply +#: aiogram.types.message.Message.forward aiogram.types.message.Message.pin +#: aiogram.types.message.Message.reply #: aiogram.types.message.Message.reply_animation #: aiogram.types.message.Message.reply_audio #: aiogram.types.message.Message.reply_contact #: aiogram.types.message.Message.reply_dice #: aiogram.types.message.Message.reply_document -#: aiogram.types.message.Message.reply_game -#: aiogram.types.message.Message.reply_invoice #: aiogram.types.message.Message.reply_location #: aiogram.types.message.Message.reply_media_group #: aiogram.types.message.Message.reply_photo @@ -851,1566 +546,1035 @@ msgstr "" #: aiogram.types.message.Message.reply_video #: aiogram.types.message.Message.reply_video_note #: aiogram.types.message.Message.reply_voice -#: aiogram.types.message.Message.send_copy #: aiogram.types.message.Message.stop_live_location #: aiogram.types.message.Message.unpin of -msgid "Returns" +msgid "Return type" msgstr "" -#: aiogram.types.message.Message.answer_animation:25 -#: aiogram.types.message.Message.reply_animation:25 of -msgid "instance of method :class:`aiogram.methods.send_animation.SendAnimation`" +#: aiogram.types.message.Message.answer:37 +#: aiogram.types.message.Message.answer_animation:57 +#: aiogram.types.message.Message.answer_audio:55 +#: aiogram.types.message.Message.answer_contact:34 +#: aiogram.types.message.Message.answer_dice:35 +#: aiogram.types.message.Message.answer_document:52 +#: aiogram.types.message.Message.answer_location:47 +#: aiogram.types.message.Message.answer_photo:39 +#: aiogram.types.message.Message.answer_poll:75 +#: aiogram.types.message.Message.answer_sticker:28 +#: aiogram.types.message.Message.answer_venue:53 +#: aiogram.types.message.Message.answer_video:57 +#: aiogram.types.message.Message.answer_video_note:39 +#: aiogram.types.message.Message.answer_voice:46 +#: aiogram.types.message.Message.forward:20 +#: aiogram.types.message.Message.reply:37 +#: aiogram.types.message.Message.reply_animation:57 +#: aiogram.types.message.Message.reply_audio:55 +#: aiogram.types.message.Message.reply_contact:34 +#: aiogram.types.message.Message.reply_dice:35 +#: aiogram.types.message.Message.reply_document:52 +#: aiogram.types.message.Message.reply_location:43 +#: aiogram.types.message.Message.reply_photo:39 +#: aiogram.types.message.Message.reply_poll:75 +#: aiogram.types.message.Message.reply_sticker:28 +#: aiogram.types.message.Message.reply_venue:53 +#: aiogram.types.message.Message.reply_video:57 +#: aiogram.types.message.Message.reply_video_note:39 +#: aiogram.types.message.Message.reply_voice:46 of +msgid ":obj:`types.Message`" msgstr "" -#: aiogram.types.message.Message.answer:17 -#: aiogram.types.message.Message.answer_animation:22 -#: aiogram.types.message.Message.answer_audio:22 -#: aiogram.types.message.Message.answer_contact:17 -#: aiogram.types.message.Message.answer_dice:14 -#: aiogram.types.message.Message.answer_document:19 -#: aiogram.types.message.Message.answer_game:14 -#: aiogram.types.message.Message.answer_invoice:34 -#: aiogram.types.message.Message.answer_location:19 -#: aiogram.types.message.Message.answer_photo:18 -#: aiogram.types.message.Message.answer_poll:25 -#: aiogram.types.message.Message.answer_sticker:14 -#: aiogram.types.message.Message.answer_venue:21 -#: aiogram.types.message.Message.answer_video:23 -#: aiogram.types.message.Message.answer_video_note:17 -#: aiogram.types.message.Message.answer_voice:18 -#: aiogram.types.message.Message.copy_to:18 of -msgid "If the message is a reply, ID of the original message" +#: aiogram.types.message.Message.answer_photo:1 +#: aiogram.types.message.Message.reply_photo:1 of +msgid "Use this method to send photos." +msgstr "" + +#: aiogram.types.message.Message.answer_photo:3 +#: aiogram.types.message.Message.reply_photo:3 of +msgid "Source: https://core.telegram.org/bots/api#sendphoto" +msgstr "" + +#: aiogram.types.message.Message.answer_photo:5 +#: aiogram.types.message.Message.reply_photo:5 of +msgid "Photo to send" +msgstr "" + +#: aiogram.types.message.Message.answer_photo:8 +#: aiogram.types.message.Message.reply_photo:8 of +msgid "" +"Photo caption (may also be used when resending photos by file_id), 0-1024" +" characters" msgstr "" #: aiogram.types.message.Message.answer_audio:1 #: aiogram.types.message.Message.reply_audio:1 of msgid "" -"Shortcut for method :class:`aiogram.methods.send_audio.SendAudio` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.answer_audio:7 -#: aiogram.types.message.Message.reply_audio:8 of -msgid "" "Use this method to send audio files, if you want Telegram clients to " -"display them in the music player. Your audio must be in the .MP3 or .M4A " -"format. On success, the sent :class:`aiogram.types.message.Message` is " -"returned. Bots can currently send audio files of up to 50 MB in size, " -"this limit may be changed in the future. For sending voice messages, use " -"the :class:`aiogram.methods.send_voice.SendVoice` method instead." +"display them in the music player. Your audio must be in the .mp3 format." msgstr "" -#: aiogram.types.message.Message.answer_audio:10 -#: aiogram.types.message.Message.reply_audio:11 of +#: aiogram.types.message.Message.answer_audio:4 +#: aiogram.types.message.Message.reply_audio:4 of +msgid "For sending voice messages, use the sendVoice method instead." +msgstr "" + +#: aiogram.types.message.Message.answer_audio:6 +#: aiogram.types.message.Message.reply_audio:6 of msgid "Source: https://core.telegram.org/bots/api#sendaudio" msgstr "" -#: aiogram.types.message.Message.answer_audio:12 -#: aiogram.types.message.Message.reply_audio:13 of -msgid "" -"Audio file to send. Pass a file_id as String to send an audio file that " -"exists on the Telegram servers (recommended), pass an HTTP URL as a " -"String for Telegram to get an audio file from the Internet, or upload a " -"new one using multipart/form-data. :ref:`More information on Sending " -"Files » `" +#: aiogram.types.message.Message.answer_audio:8 +#: aiogram.types.message.Message.answer_voice:9 +#: aiogram.types.message.Message.reply_audio:8 +#: aiogram.types.message.Message.reply_voice:9 of +msgid "Audio file to send." msgstr "" -#: aiogram.types.message.Message.answer_audio:13 -#: aiogram.types.message.Message.reply_audio:14 of +#: aiogram.types.message.Message.answer_audio:11 +#: aiogram.types.message.Message.reply_audio:11 of msgid "Audio caption, 0-1024 characters after entities parsing" msgstr "" -#: aiogram.types.message.Message.answer_audio:14 -#: aiogram.types.message.Message.reply_audio:15 of -msgid "" -"Mode for parsing entities in the audio caption. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: aiogram.types.message.Message.answer_audio:16 -#: aiogram.types.message.Message.reply_audio:17 of +#: aiogram.types.message.Message.answer_audio:22 +#: aiogram.types.message.Message.reply_audio:22 of msgid "Duration of the audio in seconds" msgstr "" -#: aiogram.types.message.Message.answer_audio:17 -#: aiogram.types.message.Message.reply_audio:18 of -msgid "Performer" -msgstr "" - -#: aiogram.types.message.Message.answer_audio:18 -#: aiogram.types.message.Message.reply_audio:19 of -msgid "Track name" -msgstr "" - #: aiogram.types.message.Message.answer_audio:25 #: aiogram.types.message.Message.reply_audio:25 of -msgid "instance of method :class:`aiogram.methods.send_audio.SendAudio`" +msgid "Performer" msgstr "" -#: aiogram.types.message.Message.answer_contact:1 -#: aiogram.types.message.Message.reply_contact:1 of +#: aiogram.types.message.Message.answer_audio:28 +#: aiogram.types.message.Message.reply_audio:28 of +msgid "Track name" +msgstr "" + +#: aiogram.types.message.Message.answer_animation:22 +#: aiogram.types.message.Message.answer_audio:31 +#: aiogram.types.message.Message.answer_video:18 +#: aiogram.types.message.Message.answer_video_note:15 +#: aiogram.types.message.Message.reply_animation:22 +#: aiogram.types.message.Message.reply_audio:31 +#: aiogram.types.message.Message.reply_video:18 +#: aiogram.types.message.Message.reply_video_note:15 of msgid "" -"Shortcut for method :class:`aiogram.methods.send_contact.SendContact` " -"will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.answer_contact:7 -#: aiogram.types.message.Message.reply_contact:8 of -msgid "" -"Use this method to send phone contacts. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.types.message.Message.answer_contact:9 -#: aiogram.types.message.Message.reply_contact:10 of -msgid "Source: https://core.telegram.org/bots/api#sendcontact" -msgstr "" - -#: aiogram.types.message.Message.answer_contact:11 -#: aiogram.types.message.Message.reply_contact:12 of -msgid "Contact's phone number" -msgstr "" - -#: aiogram.types.message.Message.answer_contact:12 -#: aiogram.types.message.Message.reply_contact:13 of -msgid "Contact's first name" -msgstr "" - -#: aiogram.types.message.Message.answer_contact:13 -#: aiogram.types.message.Message.reply_contact:14 of -msgid "Contact's last name" +"Thumbnail of the file sent. The thumbnail should be in JPEG format and " +"less than 200 kB in size. A thumbnail‘s width and height should not " +"exceed 320." msgstr "" +#: aiogram.types.message.Message.answer_audio:35 #: aiogram.types.message.Message.answer_contact:14 -#: aiogram.types.message.Message.reply_contact:15 of +#: aiogram.types.message.Message.answer_location:27 +#: aiogram.types.message.Message.answer_media_group:11 +#: aiogram.types.message.Message.answer_poll:52 +#: aiogram.types.message.Message.answer_sticker:8 +#: aiogram.types.message.Message.answer_video:37 +#: aiogram.types.message.Message.answer_video_note:19 +#: aiogram.types.message.Message.answer_voice:26 +#: aiogram.types.message.Message.reply_audio:35 +#: aiogram.types.message.Message.reply_contact:14 +#: aiogram.types.message.Message.reply_location:27 +#: aiogram.types.message.Message.reply_media_group:11 +#: aiogram.types.message.Message.reply_poll:52 +#: aiogram.types.message.Message.reply_sticker:8 +#: aiogram.types.message.Message.reply_video:37 +#: aiogram.types.message.Message.reply_video_note:19 +#: aiogram.types.message.Message.reply_voice:26 of msgid "" -"Additional data about the contact in the form of a `vCard " -"`_, 0-2048 bytes" +"Sends the message silently. Users will receive a notification with no " +"sound." msgstr "" -#: aiogram.types.message.Message.answer_contact:20 -#: aiogram.types.message.Message.reply_contact:20 of -msgid "instance of method :class:`aiogram.methods.send_contact.SendContact`" +#: aiogram.types.message.Message.answer_audio:54 +#: aiogram.types.message.Message.answer_contact:33 +#: aiogram.types.message.Message.answer_dice:34 +#: aiogram.types.message.Message.answer_location:46 +#: aiogram.types.message.Message.answer_sticker:27 +#: aiogram.types.message.Message.answer_venue:52 +#: aiogram.types.message.Message.answer_video:56 +#: aiogram.types.message.Message.answer_video_note:38 +#: aiogram.types.message.Message.answer_voice:45 +#: aiogram.types.message.Message.reply_audio:54 +#: aiogram.types.message.Message.reply_contact:33 +#: aiogram.types.message.Message.reply_dice:34 +#: aiogram.types.message.Message.reply_location:42 +#: aiogram.types.message.Message.reply_sticker:27 +#: aiogram.types.message.Message.reply_venue:52 +#: aiogram.types.message.Message.reply_video:56 +#: aiogram.types.message.Message.reply_video_note:38 +#: aiogram.types.message.Message.reply_voice:45 of +msgid "On success, the sent Message is returned." +msgstr "" + +#: aiogram.types.message.Message.answer_animation:1 +#: aiogram.types.message.Message.reply_animation:1 of +msgid "" +"Use this method to send animation files (GIF or H.264/MPEG-4 AVC video " +"without sound)." +msgstr "" + +#: aiogram.types.message.Message.answer_animation:3 +#: aiogram.types.message.Message.reply_animation:3 of +msgid "" +"On success, the sent Message is returned. Bots can currently send " +"animation files of up to 50 MB in size, this limit may be changed in the " +"future." +msgstr "" + +#: aiogram.types.message.Message.answer_animation:6 +#: aiogram.types.message.Message.reply_animation:6 of +msgid "Source https://core.telegram.org/bots/api#sendanimation" +msgstr "" + +#: aiogram.types.message.Message.answer_animation:8 +#: aiogram.types.message.Message.reply_animation:8 of +msgid "" +"Animation to send. Pass a file_id as String to send an animation that " +"exists on the Telegram servers (recommended), pass an HTTP URL as a " +"String for Telegram to get an animation from the Internet, or upload a " +"new animation using multipart/form-data" +msgstr "" + +#: aiogram.types.message.Message.answer_animation:13 +#: aiogram.types.message.Message.reply_animation:13 of +msgid "Duration of sent animation in seconds" +msgstr "" + +#: aiogram.types.message.Message.answer_animation:16 +#: aiogram.types.message.Message.reply_animation:16 of +msgid "Animation width" +msgstr "" + +#: aiogram.types.message.Message.answer_animation:19 +#: aiogram.types.message.Message.reply_animation:19 of +msgid "Animation height" +msgstr "" + +#: aiogram.types.message.Message.answer_animation:26 +#: aiogram.types.message.Message.reply_animation:26 of +msgid "" +"Animation caption (may also be used when resending animation by file_id)," +" 0-1024 characters" +msgstr "" + +#: aiogram.types.message.Message.answer_animation:29 +#: aiogram.types.message.Message.answer_video:26 +#: aiogram.types.message.Message.answer_voice:15 +#: aiogram.types.message.Message.reply_animation:29 +#: aiogram.types.message.Message.reply_video:26 +#: aiogram.types.message.Message.reply_voice:15 of +msgid "" +"Send Markdown or HTML, if you want Telegram apps to show bold, italic, " +"fixed-width text or inline URLs in the media caption" msgstr "" #: aiogram.types.message.Message.answer_document:1 #: aiogram.types.message.Message.reply_document:1 of msgid "" -"Shortcut for method :class:`aiogram.methods.send_document.SendDocument` " -"will automatically fill method attributes:" +"Use this method to send general files. On success, the sent Message is " +"returned. Bots can currently send files of any type of up to 50 MB in " +"size, this limit may be changed in the future." msgstr "" -#: aiogram.types.message.Message.answer_document:7 -#: aiogram.types.message.Message.reply_document:8 of -msgid "" -"Use this method to send general files. On success, the sent " -":class:`aiogram.types.message.Message` is returned. Bots can currently " -"send files of any type of up to 50 MB in size, this limit may be changed " -"in the future." -msgstr "" - -#: aiogram.types.message.Message.answer_document:9 -#: aiogram.types.message.Message.reply_document:10 of +#: aiogram.types.message.Message.answer_document:5 +#: aiogram.types.message.Message.reply_document:5 of msgid "Source: https://core.telegram.org/bots/api#senddocument" msgstr "" -#: aiogram.types.message.Message.answer_document:11 -#: aiogram.types.message.Message.reply_document:12 of -msgid "" -"File to send. Pass a file_id as String to send a file that exists on the " -"Telegram servers (recommended), pass an HTTP URL as a String for Telegram" -" to get a file from the Internet, or upload a new one using multipart" -"/form-data. :ref:`More information on Sending Files » `" +#: aiogram.types.message.Message.answer_document:7 +#: aiogram.types.message.Message.reply_document:7 of +msgid "File to send" +msgstr "" + +#: aiogram.types.message.Message.answer_document:10 +#: aiogram.types.message.Message.reply_document:10 of +msgid "Thumbnail of the file sent" msgstr "" #: aiogram.types.message.Message.answer_document:13 -#: aiogram.types.message.Message.reply_document:14 of +#: aiogram.types.message.Message.reply_document:13 of msgid "" -"Document caption (may also be used when resending documents by " -"*file_id*), 0-1024 characters after entities parsing" +"Document caption (may also be used when resending documents by file_id), " +"0-1024 characters" msgstr "" -#: aiogram.types.message.Message.answer_document:14 -#: aiogram.types.message.Message.reply_document:15 of -msgid "" -"Mode for parsing entities in the document caption. See `formatting " -"options `_ for " -"more details." -msgstr "" - -#: aiogram.types.message.Message.answer_document:16 +#: aiogram.types.message.Message.answer_document:17 #: aiogram.types.message.Message.reply_document:17 of msgid "" "Disables automatic server-side content type detection for files uploaded " "using multipart/form-data" msgstr "" -#: aiogram.types.message.Message.answer_document:22 -#: aiogram.types.message.Message.reply_document:22 of -msgid "instance of method :class:`aiogram.methods.send_document.SendDocument`" +#: aiogram.types.message.Message.answer_document:48 +#: aiogram.types.message.Message.reply_document:48 of +msgid "True if the message is a reply" msgstr "" -#: aiogram.types.message.Message.answer_game:1 -#: aiogram.types.message.Message.reply_game:1 of +#: aiogram.types.message.Message.answer_video:1 +#: aiogram.types.message.Message.reply_video:1 of msgid "" -"Shortcut for method :class:`aiogram.methods.send_game.SendGame` will " -"automatically fill method attributes:" +"Use this method to send video files, Telegram clients support mp4 videos " +"(other formats may be sent as Document)." msgstr "" -#: aiogram.types.message.Message.answer_game:7 -#: aiogram.types.message.Message.reply_game:8 of +#: aiogram.types.message.Message.answer_video:4 +#: aiogram.types.message.Message.reply_video:4 of +msgid "Source: https://core.telegram.org/bots/api#sendvideo" +msgstr "" + +#: aiogram.types.message.Message.answer_video:6 +#: aiogram.types.message.Message.reply_video:6 of +msgid "Video to send." +msgstr "" + +#: aiogram.types.message.Message.answer_video:9 +#: aiogram.types.message.Message.answer_video_note:9 +#: aiogram.types.message.Message.reply_video:9 +#: aiogram.types.message.Message.reply_video_note:9 of +msgid "Duration of sent video in seconds" +msgstr "" + +#: aiogram.types.message.Message.answer_video:12 +#: aiogram.types.message.Message.reply_video:12 of +msgid "Video width" +msgstr "" + +#: aiogram.types.message.Message.answer_video:15 +#: aiogram.types.message.Message.reply_video:15 of +msgid "Video height" +msgstr "" + +#: aiogram.types.message.Message.answer_video:22 +#: aiogram.types.message.Message.reply_video:22 of msgid "" -"Use this method to send a game. On success, the sent " -":class:`aiogram.types.message.Message` is returned." +"Video caption (may also be used when resending videos by file_id), 0-1024" +" characters after entities parsing" msgstr "" -#: aiogram.types.message.Message.answer_game:9 -#: aiogram.types.message.Message.reply_game:10 of -msgid "Source: https://core.telegram.org/bots/api#sendgame" +#: aiogram.types.message.Message.answer_video:34 +#: aiogram.types.message.Message.reply_video:34 of +msgid "Pass True, if the uploaded video is suitable for streaming" msgstr "" -#: aiogram.types.message.Message.answer_game:11 -#: aiogram.types.message.Message.reply_game:12 of +#: aiogram.types.message.Message.answer_voice:1 +#: aiogram.types.message.Message.reply_voice:1 of msgid "" -"Short name of the game, serves as the unique identifier for the game. Set" -" up your games via `@BotFather `_." +"Use this method to send audio files, if you want Telegram clients to " +"display the file as a playable voice message." msgstr "" -#: aiogram.types.message.Message.answer_game:16 -#: aiogram.types.message.Message.reply_game:16 of +#: aiogram.types.message.Message.answer_voice:4 +#: aiogram.types.message.Message.reply_voice:4 of msgid "" -"A JSON-serialized object for an `inline keyboard " -"`_. If empty, " -"one 'Play game_title' button will be shown. If not empty, the first " -"button must launch the game." +"For this to work, your audio must be in an .ogg file encoded with OPUS " +"(other formats may be sent as Audio or Document)." msgstr "" -#: aiogram.types.message.Message.answer_game:17 -#: aiogram.types.message.Message.reply_game:17 of -msgid "instance of method :class:`aiogram.methods.send_game.SendGame`" +#: aiogram.types.message.Message.answer_voice:7 +#: aiogram.types.message.Message.reply_voice:7 of +msgid "Source: https://core.telegram.org/bots/api#sendvoice" msgstr "" -#: aiogram.types.message.Message.answer_invoice:1 -#: aiogram.types.message.Message.reply_invoice:1 of +#: aiogram.types.message.Message.answer_voice:12 +#: aiogram.types.message.Message.reply_voice:12 of +msgid "Voice message caption, 0-1024 characters after entities parsing" +msgstr "" + +#: aiogram.types.message.Message.answer_voice:23 +#: aiogram.types.message.Message.reply_voice:23 of +msgid "Duration of the voice message in seconds" +msgstr "" + +#: aiogram.types.message.Message.answer_video_note:1 +#: aiogram.types.message.Message.reply_video_note:1 of msgid "" -"Shortcut for method :class:`aiogram.methods.send_invoice.SendInvoice` " -"will automatically fill method attributes:" +"As of v.4.0, Telegram clients support rounded square mp4 videos of up to " +"1 minute long. Use this method to send video messages." msgstr "" -#: aiogram.types.message.Message.answer_invoice:7 -#: aiogram.types.message.Message.reply_invoice:8 of +#: aiogram.types.message.Message.answer_video_note:4 +#: aiogram.types.message.Message.reply_video_note:4 of +msgid "Source: https://core.telegram.org/bots/api#sendvideonote" +msgstr "" + +#: aiogram.types.message.Message.answer_video_note:6 +#: aiogram.types.message.Message.reply_video_note:6 of +msgid "Video note to send." +msgstr "" + +#: aiogram.types.message.Message.answer_video_note:12 +#: aiogram.types.message.Message.reply_video_note:12 of +msgid "Video width and height" +msgstr "" + +#: aiogram.types.message.Message.answer_media_group:1 +#: aiogram.types.message.Message.reply_media_group:1 of msgid "" -"Use this method to send invoices. On success, the sent " -":class:`aiogram.types.message.Message` is returned." +"Use this method to send a group of photos, videos, documents or audios as" +" an album. Documents and audio files can be only group in an album with " +"messages of the same type. On success, an array of Messages that were " +"sent is returned." msgstr "" -#: aiogram.types.message.Message.answer_invoice:9 -#: aiogram.types.message.Message.reply_invoice:10 of -msgid "Source: https://core.telegram.org/bots/api#sendinvoice" +#: aiogram.types.message.Message.answer_media_group:6 +#: aiogram.types.message.Message.reply_media_group:6 of +msgid "Source: https://core.telegram.org/bots/api#sendmediagroup" msgstr "" -#: aiogram.types.message.Message.answer_invoice:11 -#: aiogram.types.message.Message.reply_invoice:12 of -msgid "Product name, 1-32 characters" +#: aiogram.types.message.Message.answer_media_group:8 +#: aiogram.types.message.Message.reply_media_group:8 of +msgid "A JSON-serialized array describing photos and videos to be sent" msgstr "" -#: aiogram.types.message.Message.answer_invoice:12 -#: aiogram.types.message.Message.reply_invoice:13 of -msgid "Product description, 1-255 characters" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:13 -#: aiogram.types.message.Message.reply_invoice:14 of -msgid "" -"Bot-defined invoice payload, 1-128 bytes. This will not be displayed to " -"the user, use for your internal processes." -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:14 -#: aiogram.types.message.Message.reply_invoice:15 of -msgid "" -"Payment provider token, obtained via `@BotFather " -"`_" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:15 -#: aiogram.types.message.Message.reply_invoice:16 of -msgid "" -"Three-letter ISO 4217 currency code, see `more on currencies " -"`_" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:16 -#: aiogram.types.message.Message.reply_invoice:17 of -msgid "" -"Price breakdown, a JSON-serialized list of components (e.g. product " -"price, tax, discount, delivery cost, delivery tax, bonus, etc.)" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:17 -#: aiogram.types.message.Message.reply_invoice:18 of -msgid "" -"The maximum accepted amount for tips in the *smallest units* of the " -"currency (integer, **not** float/double). For example, for a maximum tip " -"of :code:`US$ 1.45` pass :code:`max_tip_amount = 145`. See the *exp* " -"parameter in `currencies.json " -"`_, it shows the" -" number of digits past the decimal point for each currency (2 for the " -"majority of currencies). Defaults to 0" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:18 -#: aiogram.types.message.Message.reply_invoice:19 of -msgid "" -"A JSON-serialized array of suggested amounts of tips in the *smallest " -"units* of the currency (integer, **not** float/double). At most 4 " -"suggested tip amounts can be specified. The suggested tip amounts must be" -" positive, passed in a strictly increased order and must not exceed " -"*max_tip_amount*." -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:19 -#: aiogram.types.message.Message.reply_invoice:20 of -msgid "" -"Unique deep-linking parameter. If left empty, **forwarded copies** of the" -" sent message will have a *Pay* button, allowing multiple users to pay " -"directly from the forwarded message, using the same invoice. If non-" -"empty, forwarded copies of the sent message will have a *URL* button with" -" a deep link to the bot (instead of a *Pay* button), with the value used " -"as the start parameter" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:20 -#: aiogram.types.message.Message.reply_invoice:21 of -msgid "" -"JSON-serialized data about the invoice, which will be shared with the " -"payment provider. A detailed description of required fields should be " -"provided by the payment provider." -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:21 -#: aiogram.types.message.Message.reply_invoice:22 of -msgid "" -"URL of the product photo for the invoice. Can be a photo of the goods or " -"a marketing image for a service. People like it better when they see what" -" they are paying for." -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:22 -#: aiogram.types.message.Message.reply_invoice:23 of -msgid "Photo size in bytes" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:23 -#: aiogram.types.message.Message.reply_invoice:24 of -msgid "Photo width" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:24 -#: aiogram.types.message.Message.reply_invoice:25 of -msgid "Photo height" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:25 -#: aiogram.types.message.Message.reply_invoice:26 of -msgid "" -"Pass :code:`True` if you require the user's full name to complete the " -"order" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:26 -#: aiogram.types.message.Message.reply_invoice:27 of -msgid "" -"Pass :code:`True` if you require the user's phone number to complete the " -"order" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:27 -#: aiogram.types.message.Message.reply_invoice:28 of -msgid "" -"Pass :code:`True` if you require the user's email address to complete the" -" order" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:28 -#: aiogram.types.message.Message.reply_invoice:29 of -msgid "" -"Pass :code:`True` if you require the user's shipping address to complete " -"the order" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:29 -#: aiogram.types.message.Message.reply_invoice:30 of -msgid "Pass :code:`True` if the user's phone number should be sent to provider" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:30 -#: aiogram.types.message.Message.reply_invoice:31 of -msgid "Pass :code:`True` if the user's email address should be sent to provider" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:31 -#: aiogram.types.message.Message.reply_invoice:32 of -msgid "Pass :code:`True` if the final price depends on the shipping method" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:36 -#: aiogram.types.message.Message.reply_invoice:36 of -msgid "" -"A JSON-serialized object for an `inline keyboard " -"`_. If empty, " -"one 'Pay :code:`total price`' button will be shown. If not empty, the " -"first button must be a Pay button." -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:37 -#: aiogram.types.message.Message.reply_invoice:37 of -msgid "instance of method :class:`aiogram.methods.send_invoice.SendInvoice`" +#: aiogram.types.message.Message.answer_media_group:26 +#: aiogram.types.message.Message.reply_media_group:26 of +msgid "On success, an array of the sent Messages is returned." msgstr "" #: aiogram.types.message.Message.answer_location:1 #: aiogram.types.message.Message.reply_location:1 of -msgid "" -"Shortcut for method :class:`aiogram.methods.send_location.SendLocation` " -"will automatically fill method attributes:" +msgid "Use this method to send point on the map." msgstr "" -#: aiogram.types.message.Message.answer_location:7 -#: aiogram.types.message.Message.reply_location:8 of -msgid "" -"Use this method to send point on the map. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.types.message.Message.answer_location:9 -#: aiogram.types.message.Message.reply_location:10 of +#: aiogram.types.message.Message.answer_location:3 +#: aiogram.types.message.Message.reply_location:3 of msgid "Source: https://core.telegram.org/bots/api#sendlocation" msgstr "" -#: aiogram.types.message.Message.answer_location:11 -#: aiogram.types.message.Message.reply_location:12 of +#: aiogram.types.message.Message.answer_location:5 +#: aiogram.types.message.Message.reply_location:5 of msgid "Latitude of the location" msgstr "" -#: aiogram.types.message.Message.answer_location:12 -#: aiogram.types.message.Message.reply_location:13 of +#: aiogram.types.message.Message.answer_location:8 +#: aiogram.types.message.Message.reply_location:8 of msgid "Longitude of the location" msgstr "" -#: aiogram.types.message.Message.answer_location:13 -#: aiogram.types.message.Message.edit_live_location:14 -#: aiogram.types.message.Message.reply_location:14 of +#: aiogram.types.message.Message.answer_location:11 +#: aiogram.types.message.Message.reply_location:11 of msgid "The radius of uncertainty for the location, measured in meters; 0-1500" msgstr "" -#: aiogram.types.message.Message.answer_location:14 +#: aiogram.types.message.Message.answer_location:15 #: aiogram.types.message.Message.reply_location:15 of -msgid "" -"Period in seconds for which the location will be updated (see `Live " -"Locations `_, should be between" -" 60 and 86400." +msgid "Period in seconds for which the location will be updated" msgstr "" -#: aiogram.types.message.Message.answer_location:15 -#: aiogram.types.message.Message.reply_location:16 of +#: aiogram.types.message.Message.answer_location:18 +#: aiogram.types.message.Message.reply_location:18 of msgid "" "For live locations, a direction in which the user is moving, in degrees. " "Must be between 1 and 360 if specified." msgstr "" -#: aiogram.types.message.Message.answer_location:16 -#: aiogram.types.message.Message.reply_location:17 of +#: aiogram.types.message.Message.answer_location:22 +#: aiogram.types.message.Message.reply_location:22 of msgid "" "For live locations, a maximum distance for proximity alerts about " "approaching another chat member, in meters. Must be between 1 and 100000 " "if specified." msgstr "" -#: aiogram.types.message.Message.answer_location:22 -#: aiogram.types.message.Message.reply_location:22 of -msgid "instance of method :class:`aiogram.methods.send_location.SendLocation`" +#: aiogram.types.message.Message.answer_venue:1 +#: aiogram.types.message.Message.reply_venue:1 of +msgid "Use this method to send information about a venue." msgstr "" -#: aiogram.types.message.Message.answer_media_group:1 -#: aiogram.types.message.Message.reply_media_group:1 of +#: aiogram.types.message.Message.answer_venue:3 +#: aiogram.types.message.Message.reply_venue:3 of +msgid "Source: https://core.telegram.org/bots/api#sendvenue" +msgstr "" + +#: aiogram.types.message.Message.answer_venue:5 +#: aiogram.types.message.Message.reply_venue:5 of +msgid "Latitude of the venue" +msgstr "" + +#: aiogram.types.message.Message.answer_venue:8 +#: aiogram.types.message.Message.reply_venue:8 of +msgid "Longitude of the venue" +msgstr "" + +#: aiogram.types.message.Message.answer_venue:11 +#: aiogram.types.message.Message.reply_venue:11 of +msgid "Name of the venue" +msgstr "" + +#: aiogram.types.message.Message.answer_venue:14 +#: aiogram.types.message.Message.reply_venue:14 of +msgid "Address of the venue" +msgstr "" + +#: aiogram.types.message.Message.answer_venue:17 +#: aiogram.types.message.Message.reply_venue:17 of +msgid "Foursquare identifier of the venue" +msgstr "" + +#: aiogram.types.message.Message.answer_venue:20 +#: aiogram.types.message.Message.reply_venue:20 of +msgid "Foursquare type of the venue, if known" +msgstr "" + +#: aiogram.types.message.Message.answer_venue:23 +#: aiogram.types.message.Message.reply_venue:23 of +msgid "Google Places identifier of the venue" +msgstr "" + +#: aiogram.types.message.Message.answer_venue:26 +#: aiogram.types.message.Message.reply_venue:26 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.send_media_group.SendMediaGroup` will " -"automatically fill method attributes:" +"Google Places type of the venue. See supported types: " +"https://developers.google.com/places/web-service/supported_types" msgstr "" -#: aiogram.types.message.Message.answer_media_group:7 -#: aiogram.types.message.Message.reply_media_group:8 of -msgid "" -"Use this method to send a group of photos, videos, documents or audios as" -" an album. Documents and audio files can be only grouped in an album with" -" messages of the same type. On success, an array of `Messages " -"`_ that were sent is " -"returned." +#: aiogram.types.message.Message.answer_contact:1 +#: aiogram.types.message.Message.reply_contact:1 of +msgid "Use this method to send phone contacts." msgstr "" -#: aiogram.types.message.Message.answer_media_group:9 -#: aiogram.types.message.Message.reply_media_group:10 of -msgid "Source: https://core.telegram.org/bots/api#sendmediagroup" +#: aiogram.types.message.Message.answer_contact:3 +#: aiogram.types.message.Message.reply_contact:3 of +msgid "Source: https://core.telegram.org/bots/api#sendcontact" msgstr "" -#: aiogram.types.message.Message.answer_media_group:11 -#: aiogram.types.message.Message.reply_media_group:12 of -msgid "" -"A JSON-serialized array describing messages to be sent, must include 2-10" -" items" +#: aiogram.types.message.Message.answer_contact:5 +#: aiogram.types.message.Message.reply_contact:5 of +msgid "Contact's phone number" msgstr "" -#: aiogram.types.message.Message.answer_media_group:12 -#: aiogram.types.message.Message.reply_media_group:13 of -msgid "" -"Sends messages `silently `_. Users will receive a notification with no sound." +#: aiogram.types.message.Message.answer_contact:8 +#: aiogram.types.message.Message.reply_contact:8 of +msgid "Contact's first name" msgstr "" -#: aiogram.types.message.Message.answer_media_group:13 -#: aiogram.types.message.Message.reply_media_group:14 of -msgid "Protects the contents of the sent messages from forwarding and saving" +#: aiogram.types.message.Message.answer_contact:11 +#: aiogram.types.message.Message.reply_contact:11 of +msgid "Contact's last name" msgstr "" -#: aiogram.types.message.Message.answer_media_group:16 -#: aiogram.types.message.Message.reply_media_group:16 of -msgid "" -"instance of method " -":class:`aiogram.methods.send_media_group.SendMediaGroup`" +#: aiogram.types.message.Message.answer_sticker:1 +#: aiogram.types.message.Message.reply_sticker:1 of +msgid "Use this method to send .webp stickers." msgstr "" -#: aiogram.types.message.Message.answer_media_group:14 of -msgid "If the messages are a reply, ID of the original message" +#: aiogram.types.message.Message.answer_sticker:3 +#: aiogram.types.message.Message.reply_sticker:3 of +msgid "Source: https://core.telegram.org/bots/api#sendsticker" msgstr "" -#: aiogram.types.message.Message.answer:1 aiogram.types.message.Message.reply:1 -#: of -msgid "" -"Shortcut for method :class:`aiogram.methods.send_message.SendMessage` " -"will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.answer:7 aiogram.types.message.Message.reply:8 -#: of -msgid "" -"Use this method to send text messages. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.types.message.Message.answer:9 -#: aiogram.types.message.Message.reply:10 of -msgid "Source: https://core.telegram.org/bots/api#sendmessage" -msgstr "" - -#: aiogram.types.message.Message.answer:11 -#: aiogram.types.message.Message.reply:12 of -msgid "Text of the message to be sent, 1-4096 characters after entities parsing" -msgstr "" - -#: aiogram.types.message.Message.answer:12 -#: aiogram.types.message.Message.edit_text:13 -#: aiogram.types.message.Message.reply:13 of -msgid "" -"Mode for parsing entities in the message text. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: aiogram.types.message.Message.answer:13 -#: aiogram.types.message.Message.edit_text:14 -#: aiogram.types.message.Message.reply:14 of -msgid "" -"A JSON-serialized list of special entities that appear in message text, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: aiogram.types.message.Message.answer:14 -#: aiogram.types.message.Message.edit_text:15 -#: aiogram.types.message.Message.reply:15 of -msgid "Disables link previews for links in this message" -msgstr "" - -#: aiogram.types.message.Message.answer:20 -#: aiogram.types.message.Message.reply:20 of -msgid "instance of method :class:`aiogram.methods.send_message.SendMessage`" -msgstr "" - -#: aiogram.types.message.Message.answer_photo:1 -#: aiogram.types.message.Message.reply_photo:1 of -msgid "" -"Shortcut for method :class:`aiogram.methods.send_photo.SendPhoto` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.answer_photo:7 -#: aiogram.types.message.Message.reply_photo:8 of -msgid "" -"Use this method to send photos. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.types.message.Message.answer_photo:9 -#: aiogram.types.message.Message.reply_photo:10 of -msgid "Source: https://core.telegram.org/bots/api#sendphoto" -msgstr "" - -#: aiogram.types.message.Message.answer_photo:11 -#: aiogram.types.message.Message.reply_photo:12 of -msgid "" -"Photo to send. Pass a file_id as String to send a photo that exists on " -"the Telegram servers (recommended), pass an HTTP URL as a String for " -"Telegram to get a photo from the Internet, or upload a new photo using " -"multipart/form-data. The photo must be at most 10 MB in size. The photo's" -" width and height must not exceed 10000 in total. Width and height ratio " -"must be at most 20. :ref:`More information on Sending Files » `" -msgstr "" - -#: aiogram.types.message.Message.answer_photo:12 -#: aiogram.types.message.Message.reply_photo:13 of -msgid "" -"Photo caption (may also be used when resending photos by *file_id*), " -"0-1024 characters after entities parsing" -msgstr "" - -#: aiogram.types.message.Message.answer_photo:13 -#: aiogram.types.message.Message.reply_photo:14 of -msgid "" -"Mode for parsing entities in the photo caption. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: aiogram.types.message.Message.answer_photo:15 -#: aiogram.types.message.Message.reply_photo:16 of -msgid "" -"Pass :code:`True` if the photo needs to be covered with a spoiler " -"animation" -msgstr "" - -#: aiogram.types.message.Message.answer_photo:21 -#: aiogram.types.message.Message.reply_photo:21 of -msgid "instance of method :class:`aiogram.methods.send_photo.SendPhoto`" +#: aiogram.types.message.Message.answer_sticker:5 +#: aiogram.types.message.Message.reply_sticker:5 of +msgid "Sticker to send." msgstr "" #: aiogram.types.message.Message.answer_poll:1 #: aiogram.types.message.Message.reply_poll:1 of msgid "" -"Shortcut for method :class:`aiogram.methods.send_poll.SendPoll` will " -"automatically fill method attributes:" +"Use this method to send a native poll. On success, the sent Message is " +"returned." msgstr "" -#: aiogram.types.message.Message.answer_poll:7 -#: aiogram.types.message.Message.reply_poll:8 of -msgid "" -"Use this method to send a native poll. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.types.message.Message.answer_poll:9 -#: aiogram.types.message.Message.reply_poll:10 of +#: aiogram.types.message.Message.answer_poll:4 +#: aiogram.types.message.Message.reply_poll:4 of msgid "Source: https://core.telegram.org/bots/api#sendpoll" msgstr "" -#: aiogram.types.message.Message.answer_poll:11 -#: aiogram.types.message.Message.reply_poll:12 of -msgid "Poll question, 1-300 characters" +#: aiogram.types.message.Message.answer_poll:6 +#: aiogram.types.message.Message.reply_poll:6 of +msgid "Poll question, 1-255 characters" +msgstr "" + +#: aiogram.types.message.Message.answer_poll:9 +#: aiogram.types.message.Message.reply_poll:9 of +msgid "List of answer options, 2-10 strings 1-100 characters each" msgstr "" #: aiogram.types.message.Message.answer_poll:12 -#: aiogram.types.message.Message.reply_poll:13 of -msgid "" -"A JSON-serialized list of answer options, 2-10 strings 1-100 characters " -"each" -msgstr "" - -#: aiogram.types.message.Message.answer_poll:13 -#: aiogram.types.message.Message.reply_poll:14 of -msgid ":code:`True`, if the poll needs to be anonymous, defaults to :code:`True`" -msgstr "" - -#: aiogram.types.message.Message.answer_poll:14 -#: aiogram.types.message.Message.reply_poll:15 of -msgid "Poll type, 'quiz' or 'regular', defaults to 'regular'" +#: aiogram.types.message.Message.reply_poll:12 of +msgid "True, if the poll needs to be anonymous, defaults to True" msgstr "" #: aiogram.types.message.Message.answer_poll:15 -#: aiogram.types.message.Message.reply_poll:16 of -msgid "" -":code:`True`, if the poll allows multiple answers, ignored for polls in " -"quiz mode, defaults to :code:`False`" +#: aiogram.types.message.Message.reply_poll:15 of +msgid "Poll type, “quiz” or “regular”, defaults to “regular”" msgstr "" -#: aiogram.types.message.Message.answer_poll:16 -#: aiogram.types.message.Message.reply_poll:17 of +#: aiogram.types.message.Message.answer_poll:18 +#: aiogram.types.message.Message.reply_poll:18 of +msgid "" +"True, if the poll allows multiple answers, ignored for polls in quiz " +"mode, defaults to False" +msgstr "" + +#: aiogram.types.message.Message.answer_poll:22 +#: aiogram.types.message.Message.reply_poll:22 of msgid "" "0-based identifier of the correct answer option, required for polls in " "quiz mode" msgstr "" -#: aiogram.types.message.Message.answer_poll:17 -#: aiogram.types.message.Message.reply_poll:18 of +#: aiogram.types.message.Message.answer_poll:26 +#: aiogram.types.message.Message.reply_poll:26 of msgid "" "Text that is shown when a user chooses an incorrect answer or taps on the" " lamp icon in a quiz-style poll, 0-200 characters with at most 2 line " "feeds after entities parsing" msgstr "" -#: aiogram.types.message.Message.answer_poll:18 -#: aiogram.types.message.Message.reply_poll:19 of +#: aiogram.types.message.Message.answer_poll:31 +#: aiogram.types.message.Message.reply_poll:31 of msgid "" -"Mode for parsing entities in the explanation. See `formatting options " -"`_ for more " -"details." +"Mode for parsing entities in the explanation. See formatting options for " +"more details." msgstr "" -#: aiogram.types.message.Message.answer_poll:19 -#: aiogram.types.message.Message.reply_poll:20 of -msgid "" -"A JSON-serialized list of special entities that appear in the poll " -"explanation, which can be specified instead of *parse_mode*" -msgstr "" - -#: aiogram.types.message.Message.answer_poll:20 -#: aiogram.types.message.Message.reply_poll:21 of +#: aiogram.types.message.Message.answer_poll:39 +#: aiogram.types.message.Message.reply_poll:39 of msgid "" "Amount of time in seconds the poll will be active after creation, 5-600. " -"Can't be used together with *close_date*." +"Can't be used together with close_date." msgstr "" -#: aiogram.types.message.Message.answer_poll:21 -#: aiogram.types.message.Message.reply_poll:22 of +#: aiogram.types.message.Message.answer_poll:43 +#: aiogram.types.message.Message.reply_poll:43 of msgid "" "Point in time (Unix timestamp) when the poll will be automatically " "closed. Must be at least 5 and no more than 600 seconds in the future. " -"Can't be used together with *open_period*." +"Can't be used together with open_period." msgstr "" -#: aiogram.types.message.Message.answer_poll:22 -#: aiogram.types.message.Message.reply_poll:23 of -msgid "" -"Pass :code:`True` if the poll needs to be immediately closed. This can be" -" useful for poll preview." -msgstr "" - -#: aiogram.types.message.Message.answer_poll:28 -#: aiogram.types.message.Message.reply_poll:28 of -msgid "instance of method :class:`aiogram.methods.send_poll.SendPoll`" +#: aiogram.types.message.Message.answer_poll:49 +#: aiogram.types.message.Message.reply_poll:49 of +msgid "Pass True, if the poll needs to be immediately closed" msgstr "" #: aiogram.types.message.Message.answer_dice:1 #: aiogram.types.message.Message.reply_dice:1 of msgid "" -"Shortcut for method :class:`aiogram.methods.send_dice.SendDice` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.answer_dice:7 -#: aiogram.types.message.Message.reply_dice:8 of -msgid "" "Use this method to send an animated emoji that will display a random " -"value. On success, the sent :class:`aiogram.types.message.Message` is " -"returned." +"value. On success, the sent Message is returned." msgstr "" -#: aiogram.types.message.Message.answer_dice:9 -#: aiogram.types.message.Message.reply_dice:10 of +#: aiogram.types.message.Message.answer_dice:4 +#: aiogram.types.message.Message.reply_dice:4 of msgid "Source: https://core.telegram.org/bots/api#senddice" msgstr "" -#: aiogram.types.message.Message.answer_dice:11 -#: aiogram.types.message.Message.reply_dice:12 of +#: aiogram.types.message.Message.answer_dice:6 +#: aiogram.types.message.Message.reply_dice:6 of msgid "" "Emoji on which the dice throw animation is based. Currently, must be one " -"of '🎲', '🎯', '🏀', '⚽', '🎳', or '🎰'. Dice can have values 1-6 for '🎲', '🎯'" -" and '🎳', values 1-5 for '🏀' and '⚽', and values 1-64 for '🎰'. Defaults " -"to '🎲'" +"of “🎲”, “🎯”, “🏀”, “⚽”, or “🎰”. Dice can have values 1-6 for “🎲” and “🎯”, " +"values 1-5 for “🏀” and “⚽”, and values 1-64 for “🎰”. Defaults to “🎲”" msgstr "" -#: aiogram.types.message.Message.answer_dice:13 -#: aiogram.types.message.Message.reply_dice:14 of -msgid "Protects the contents of the sent message from forwarding" -msgstr "" - -#: aiogram.types.message.Message.answer_dice:17 -#: aiogram.types.message.Message.reply_dice:17 of -msgid "instance of method :class:`aiogram.methods.send_dice.SendDice`" -msgstr "" - -#: aiogram.types.message.Message.answer_sticker:1 -#: aiogram.types.message.Message.reply_sticker:1 of +#: aiogram.types.message.Message.answer_chat_action:1 of msgid "" -"Shortcut for method :class:`aiogram.methods.send_sticker.SendSticker` " -"will automatically fill method attributes:" +"Use this method when you need to tell the user that something is " +"happening on the bot's side. The status is set for 5 seconds or less " +"(when a message arrives from your bot, Telegram clients clear its typing " +"status)." msgstr "" -#: aiogram.types.message.Message.answer_sticker:7 -#: aiogram.types.message.Message.reply_sticker:8 of +#: aiogram.types.message.Message.answer_chat_action:5 of msgid "" -"Use this method to send static .WEBP, `animated " -"`_ .TGS, or `video " -"`_ .WEBM " -"stickers. On success, the sent :class:`aiogram.types.message.Message` is " -"returned." +"We only recommend using this method when a response from the bot will " +"take a noticeable amount of time to arrive." msgstr "" -#: aiogram.types.message.Message.answer_sticker:9 -#: aiogram.types.message.Message.reply_sticker:10 of -msgid "Source: https://core.telegram.org/bots/api#sendsticker" +#: aiogram.types.message.Message.answer_chat_action:8 of +msgid "Source: https://core.telegram.org/bots/api#sendchataction" msgstr "" -#: aiogram.types.message.Message.answer_sticker:11 -#: aiogram.types.message.Message.reply_sticker:12 of -msgid "" -"Sticker to send. Pass a file_id as String to send a file that exists on " -"the Telegram servers (recommended), pass an HTTP URL as a String for " -"Telegram to get a .WEBP file from the Internet, or upload a new one using" -" multipart/form-data. :ref:`More information on Sending Files » `" +#: aiogram.types.message.Message.answer_chat_action:10 of +msgid "Type of action to broadcast" msgstr "" -#: aiogram.types.message.Message.answer_sticker:17 -#: aiogram.types.message.Message.reply_sticker:17 of -msgid "instance of method :class:`aiogram.methods.send_sticker.SendSticker`" +#: aiogram.types.message.Message.answer_chat_action:12 of +msgid "Unique identifier for the target message thread; supergroups only" msgstr "" -#: aiogram.types.message.Message.answer_venue:1 -#: aiogram.types.message.Message.reply_venue:1 of -msgid "" -"Shortcut for method :class:`aiogram.methods.send_venue.SendVenue` will " -"automatically fill method attributes:" +#: aiogram.types.message.Message.answer_chat_action:14 +#: aiogram.types.message.Message.delete:11 aiogram.types.message.Message.pin:13 +#: aiogram.types.message.Message.unpin:9 of +msgid "Returns True on success" msgstr "" -#: aiogram.types.message.Message.answer_venue:7 -#: aiogram.types.message.Message.reply_venue:8 of -msgid "" -"Use this method to send information about a venue. On success, the sent " -":class:`aiogram.types.message.Message` is returned." +#: aiogram.types.message.Message.answer_chat_action:15 +#: aiogram.types.message.Message.delete:12 aiogram.types.message.Message.pin:14 +#: aiogram.types.message.Message.unpin:10 of +msgid ":obj:`base.Boolean`" msgstr "" -#: aiogram.types.message.Message.answer_venue:9 -#: aiogram.types.message.Message.reply_venue:10 of -msgid "Source: https://core.telegram.org/bots/api#sendvenue" +#: aiogram.types.message.Message.reply:1 of +msgid "Reply to this message" msgstr "" -#: aiogram.types.message.Message.answer_venue:11 -#: aiogram.types.message.Message.reply_venue:12 of -msgid "Latitude of the venue" +#: aiogram.types.message.Message.forward:1 of +msgid "Forward this message" msgstr "" -#: aiogram.types.message.Message.answer_venue:12 -#: aiogram.types.message.Message.reply_venue:13 of -msgid "Longitude of the venue" +#: aiogram.types.message.Message.forward:3 of +msgid "Source: https://core.telegram.org/bots/api#forwardmessage" msgstr "" -#: aiogram.types.message.Message.answer_venue:13 -#: aiogram.types.message.Message.reply_venue:14 of -msgid "Name of the venue" +#: aiogram.types.message.Message.forward:5 of +msgid "Unique identifier for the target chat or username of the target channel" msgstr "" -#: aiogram.types.message.Message.answer_venue:14 -#: aiogram.types.message.Message.reply_venue:15 of -msgid "Address of the venue" -msgstr "" - -#: aiogram.types.message.Message.answer_venue:15 -#: aiogram.types.message.Message.reply_venue:16 of -msgid "Foursquare identifier of the venue" -msgstr "" - -#: aiogram.types.message.Message.answer_venue:16 -#: aiogram.types.message.Message.reply_venue:17 of -msgid "" -"Foursquare type of the venue, if known. (For example, " -"'arts_entertainment/default', 'arts_entertainment/aquarium' or " -"'food/icecream'.)" -msgstr "" - -#: aiogram.types.message.Message.answer_venue:17 -#: aiogram.types.message.Message.reply_venue:18 of -msgid "Google Places identifier of the venue" -msgstr "" - -#: aiogram.types.message.Message.answer_venue:18 -#: aiogram.types.message.Message.reply_venue:19 of -msgid "" -"Google Places type of the venue. (See `supported types " -"`_.)" -msgstr "" - -#: aiogram.types.message.Message.answer_venue:24 -#: aiogram.types.message.Message.reply_venue:24 of -msgid "instance of method :class:`aiogram.methods.send_venue.SendVenue`" -msgstr "" - -#: aiogram.types.message.Message.answer_video:1 -#: aiogram.types.message.Message.reply_video:1 of -msgid "" -"Shortcut for method :class:`aiogram.methods.send_video.SendVideo` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.answer_video:7 -#: aiogram.types.message.Message.reply_video:8 of -msgid "" -"Use this method to send video files, Telegram clients support MPEG4 " -"videos (other formats may be sent as " -":class:`aiogram.types.document.Document`). On success, the sent " -":class:`aiogram.types.message.Message` is returned. Bots can currently " -"send video files of up to 50 MB in size, this limit may be changed in the" -" future." -msgstr "" - -#: aiogram.types.message.Message.answer_video:9 -#: aiogram.types.message.Message.reply_video:10 of -msgid "Source: https://core.telegram.org/bots/api#sendvideo" -msgstr "" - -#: aiogram.types.message.Message.answer_video:11 -#: aiogram.types.message.Message.reply_video:12 of -msgid "" -"Video to send. Pass a file_id as String to send a video that exists on " -"the Telegram servers (recommended), pass an HTTP URL as a String for " -"Telegram to get a video from the Internet, or upload a new video using " -"multipart/form-data. :ref:`More information on Sending Files » `" -msgstr "" - -#: aiogram.types.message.Message.answer_video:12 -#: aiogram.types.message.Message.answer_video_note:12 -#: aiogram.types.message.Message.reply_video:13 -#: aiogram.types.message.Message.reply_video_note:13 of -msgid "Duration of sent video in seconds" -msgstr "" - -#: aiogram.types.message.Message.answer_video:13 -#: aiogram.types.message.Message.reply_video:14 of -msgid "Video width" -msgstr "" - -#: aiogram.types.message.Message.answer_video:14 -#: aiogram.types.message.Message.reply_video:15 of -msgid "Video height" -msgstr "" - -#: aiogram.types.message.Message.answer_video:16 -#: aiogram.types.message.Message.reply_video:17 of -msgid "" -"Video caption (may also be used when resending videos by *file_id*), " -"0-1024 characters after entities parsing" -msgstr "" - -#: aiogram.types.message.Message.answer_video:17 -#: aiogram.types.message.Message.reply_video:18 of -msgid "" -"Mode for parsing entities in the video caption. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: aiogram.types.message.Message.answer_video:19 -#: aiogram.types.message.Message.reply_video:20 of -msgid "" -"Pass :code:`True` if the video needs to be covered with a spoiler " -"animation" -msgstr "" - -#: aiogram.types.message.Message.answer_video:20 -#: aiogram.types.message.Message.reply_video:21 of -msgid "Pass :code:`True` if the uploaded video is suitable for streaming" -msgstr "" - -#: aiogram.types.message.Message.answer_video:26 -#: aiogram.types.message.Message.reply_video:26 of -msgid "instance of method :class:`aiogram.methods.send_video.SendVideo`" -msgstr "" - -#: aiogram.types.message.Message.answer_video_note:1 -#: aiogram.types.message.Message.reply_video_note:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.send_video_note.SendVideoNote` will automatically" -" fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.answer_video_note:7 -#: aiogram.types.message.Message.reply_video_note:8 of -msgid "" -"As of `v.4.0 `_, " -"Telegram clients support rounded square MPEG4 videos of up to 1 minute " -"long. Use this method to send video messages. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.types.message.Message.answer_video_note:9 -#: aiogram.types.message.Message.reply_video_note:10 of -msgid "Source: https://core.telegram.org/bots/api#sendvideonote" -msgstr "" - -#: aiogram.types.message.Message.answer_video_note:11 -#: aiogram.types.message.Message.reply_video_note:12 of -msgid "" -"Video note to send. Pass a file_id as String to send a video note that " -"exists on the Telegram servers (recommended) or upload a new video using " -"multipart/form-data. :ref:`More information on Sending Files » `. Sending video notes by a URL is currently unsupported" -msgstr "" - -#: aiogram.types.message.Message.answer_video_note:13 -#: aiogram.types.message.Message.reply_video_note:14 of -msgid "Video width and height, i.e. diameter of the video message" -msgstr "" - -#: aiogram.types.message.Message.answer_video_note:20 -#: aiogram.types.message.Message.reply_video_note:20 of -msgid "instance of method :class:`aiogram.methods.send_video_note.SendVideoNote`" -msgstr "" - -#: aiogram.types.message.Message.answer_voice:1 -#: aiogram.types.message.Message.reply_voice:1 of -msgid "" -"Shortcut for method :class:`aiogram.methods.send_voice.SendVoice` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.answer_voice:7 -#: aiogram.types.message.Message.reply_voice:8 of -msgid "" -"Use this method to send audio files, if you want Telegram clients to " -"display the file as a playable voice message. For this to work, your " -"audio must be in an .OGG file encoded with OPUS (other formats may be " -"sent as :class:`aiogram.types.audio.Audio` or " -":class:`aiogram.types.document.Document`). On success, the sent " -":class:`aiogram.types.message.Message` is returned. Bots can currently " -"send voice messages of up to 50 MB in size, this limit may be changed in " -"the future." -msgstr "" - -#: aiogram.types.message.Message.answer_voice:9 -#: aiogram.types.message.Message.reply_voice:10 of -msgid "Source: https://core.telegram.org/bots/api#sendvoice" -msgstr "" - -#: aiogram.types.message.Message.answer_voice:11 -#: aiogram.types.message.Message.reply_voice:12 of -msgid "" -"Audio file to send. Pass a file_id as String to send a file that exists " -"on the Telegram servers (recommended), pass an HTTP URL as a String for " -"Telegram to get a file from the Internet, or upload a new one using " -"multipart/form-data. :ref:`More information on Sending Files » `" -msgstr "" - -#: aiogram.types.message.Message.answer_voice:12 -#: aiogram.types.message.Message.reply_voice:13 of -msgid "Voice message caption, 0-1024 characters after entities parsing" -msgstr "" - -#: aiogram.types.message.Message.answer_voice:13 -#: aiogram.types.message.Message.reply_voice:14 of -msgid "" -"Mode for parsing entities in the voice message caption. See `formatting " -"options `_ for " -"more details." -msgstr "" - -#: aiogram.types.message.Message.answer_voice:15 -#: aiogram.types.message.Message.reply_voice:16 of -msgid "Duration of the voice message in seconds" -msgstr "" - -#: aiogram.types.message.Message.answer_voice:21 -#: aiogram.types.message.Message.reply_voice:21 of -msgid "instance of method :class:`aiogram.methods.send_voice.SendVoice`" -msgstr "" - -#: aiogram.types.message.Message.send_copy:1 of -msgid "Send copy of message." -msgstr "" - -#: aiogram.types.message.Message.send_copy:3 of -msgid "" -"Is similar to :meth:`aiogram.client.bot.Bot.copy_message` but returning " -"the sent message instead of :class:`aiogram.types.message_id.MessageId`" -msgstr "" - -#: aiogram.types.message.Message.send_copy:8 of -msgid "" -"This method don't use the API method named `copyMessage` and historically" -" implemented before the similar method is added to API" -msgstr "" - -#: aiogram.types.message.Message.copy_to:1 of -msgid "" -"Shortcut for method :class:`aiogram.methods.copy_message.CopyMessage` " -"will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.copy_to:4 -#: aiogram.types.message.Message.forward:4 of -msgid ":code:`from_chat_id`" -msgstr "" - -#: aiogram.types.message.Message.copy_to:5 -#: aiogram.types.message.Message.delete:5 -#: aiogram.types.message.Message.edit_caption:5 -#: aiogram.types.message.Message.edit_live_location:5 -#: aiogram.types.message.Message.edit_media:5 -#: aiogram.types.message.Message.edit_reply_markup:5 -#: aiogram.types.message.Message.edit_text:5 -#: aiogram.types.message.Message.forward:5 aiogram.types.message.Message.pin:5 -#: aiogram.types.message.Message.stop_live_location:5 -#: aiogram.types.message.Message.unpin:5 of -msgid ":code:`message_id`" -msgstr "" - -#: aiogram.types.message.Message.copy_to:7 of -msgid "" -"Use this method to copy messages of any kind. Service messages and " -"invoice messages can't be copied. A quiz " -":class:`aiogram.methods.poll.Poll` can be copied only if the value of the" -" field *correct_option_id* is known to the bot. The method is analogous " -"to the method :class:`aiogram.methods.forward_message.ForwardMessage`, " -"but the copied message doesn't have a link to the original message. " -"Returns the :class:`aiogram.types.message_id.MessageId` of the sent " -"message on success." -msgstr "" - -#: aiogram.types.message.Message.copy_to:9 of -msgid "Source: https://core.telegram.org/bots/api#copymessage" -msgstr "" - -#: aiogram.types.message.Message.copy_to:11 -#: aiogram.types.message.Message.forward:11 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: aiogram.types.message.Message.copy_to:12 -#: aiogram.types.message.Message.forward:12 of +#: aiogram.types.message.Message.forward:8 of msgid "" "Unique identifier for the target message thread (topic) of the forum; for" " forum supergroups only" msgstr "" -#: aiogram.types.message.Message.copy_to:13 of -msgid "" -"New caption for media, 0-1024 characters after entities parsing. If not " -"specified, the original caption is kept" -msgstr "" - -#: aiogram.types.message.Message.copy_to:14 of -msgid "" -"Mode for parsing entities in the new caption. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: aiogram.types.message.Message.copy_to:15 of -msgid "" -"A JSON-serialized list of special entities that appear in the new " -"caption, which can be specified instead of *parse_mode*" -msgstr "" - -#: aiogram.types.message.Message.copy_to:21 of -msgid "instance of method :class:`aiogram.methods.copy_message.CopyMessage`" +#: aiogram.types.message.Message.forward:15 of +msgid "Protects the contents of the forwarded message from forwarding and saving" msgstr "" #: aiogram.types.message.Message.edit_text:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.edit_message_text.EditMessageText` will " -"automatically fill method attributes:" +"Use this method to edit text and game messages sent by the bot or via the" +" bot (for inline bots)." msgstr "" -#: aiogram.types.message.Message.edit_text:7 of -msgid "" -"Use this method to edit text and `game " -"`_ messages. On success, if the" -" edited message is not an inline message, the edited " -":class:`aiogram.types.message.Message` is returned, otherwise " -":code:`True` is returned." -msgstr "" - -#: aiogram.types.message.Message.edit_text:9 of +#: aiogram.types.message.Message.edit_text:3 of msgid "Source: https://core.telegram.org/bots/api#editmessagetext" msgstr "" -#: aiogram.types.message.Message.edit_text:11 of -msgid "New text of the message, 1-4096 characters after entities parsing" +#: aiogram.types.message.Message.edit_text:5 of +msgid "New text of the message" msgstr "" -#: aiogram.types.message.Message.edit_caption:11 -#: aiogram.types.message.Message.edit_live_location:13 -#: aiogram.types.message.Message.edit_media:12 -#: aiogram.types.message.Message.edit_reply_markup:11 -#: aiogram.types.message.Message.edit_text:12 -#: aiogram.types.message.Message.stop_live_location:11 of +#: aiogram.types.message.Message.edit_text:19 of +msgid "A JSON-serialized object for an inline keyboard." +msgstr "" + +#: aiogram.types.message.Message.delete_reply_markup:3 +#: aiogram.types.message.Message.edit_caption:20 +#: aiogram.types.message.Message.edit_reply_markup:7 +#: aiogram.types.message.Message.edit_text:22 of msgid "" -"Required if *chat_id* and *message_id* are not specified. Identifier of " -"the inline message" +"On success, if edited message is sent by the bot, the edited Message is " +"returned, otherwise True is returned." msgstr "" -#: aiogram.types.message.Message.edit_caption:15 -#: aiogram.types.message.Message.edit_reply_markup:12 -#: aiogram.types.message.Message.edit_text:16 of -msgid "" -"A JSON-serialized object for an `inline keyboard " -"`_." -msgstr "" - -#: aiogram.types.message.Message.edit_text:17 of -msgid "" -"instance of method " -":class:`aiogram.methods.edit_message_text.EditMessageText`" -msgstr "" - -#: aiogram.types.message.Message.forward:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.forward_message.ForwardMessage` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.forward:7 of -msgid "" -"Use this method to forward messages of any kind. Service messages can't " -"be forwarded. On success, the sent :class:`aiogram.types.message.Message`" -" is returned." -msgstr "" - -#: aiogram.types.message.Message.forward:9 of -msgid "Source: https://core.telegram.org/bots/api#forwardmessage" -msgstr "" - -#: aiogram.types.message.Message.forward:14 of -msgid "Protects the contents of the forwarded message from forwarding and saving" -msgstr "" - -#: aiogram.types.message.Message.forward:15 of -msgid "instance of method :class:`aiogram.methods.forward_message.ForwardMessage`" -msgstr "" - -#: aiogram.types.message.Message.edit_media:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.edit_message_media.EditMessageMedia` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.edit_media:7 of -msgid "" -"Use this method to edit animation, audio, document, photo, or video " -"messages. If a message is part of a message album, then it can be edited " -"only to an audio for audio albums, only to a document for document albums" -" and to a photo or a video otherwise. When an inline message is edited, a" -" new file can't be uploaded; use a previously uploaded file via its " -"file_id or specify a URL. On success, if the edited message is not an " -"inline message, the edited :class:`aiogram.types.message.Message` is " -"returned, otherwise :code:`True` is returned." -msgstr "" - -#: aiogram.types.message.Message.edit_media:9 of -msgid "Source: https://core.telegram.org/bots/api#editmessagemedia" -msgstr "" - -#: aiogram.types.message.Message.edit_media:11 of -msgid "A JSON-serialized object for a new media content of the message" -msgstr "" - -#: aiogram.types.message.Message.edit_live_location:17 -#: aiogram.types.message.Message.edit_media:13 -#: aiogram.types.message.Message.stop_live_location:12 of -msgid "" -"A JSON-serialized object for a new `inline keyboard " -"`_." -msgstr "" - -#: aiogram.types.message.Message.edit_media:14 of -msgid "" -"instance of method " -":class:`aiogram.methods.edit_message_media.EditMessageMedia`" -msgstr "" - -#: aiogram.types.message.Message.edit_reply_markup:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup`" -" will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.edit_reply_markup:7 of -msgid "" -"Use this method to edit only the reply markup of messages. On success, if" -" the edited message is not an inline message, the edited " -":class:`aiogram.types.message.Message` is returned, otherwise " -":code:`True` is returned." -msgstr "" - -#: aiogram.types.message.Message.edit_reply_markup:9 of -msgid "Source: https://core.telegram.org/bots/api#editmessagereplymarkup" -msgstr "" - -#: aiogram.types.message.Message.edit_reply_markup:13 of -msgid "" -"instance of method " -":class:`aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup`" -msgstr "" - -#: aiogram.types.message.Message.edit_live_location:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.edit_message_live_location.EditMessageLiveLocation`" -" will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.edit_live_location:7 of -msgid "" -"Use this method to edit live location messages. A location can be edited " -"until its *live_period* expires or editing is explicitly disabled by a " -"call to " -":class:`aiogram.methods.stop_message_live_location.StopMessageLiveLocation`." -" On success, if the edited message is not an inline message, the edited " -":class:`aiogram.types.message.Message` is returned, otherwise " -":code:`True` is returned." -msgstr "" - -#: aiogram.types.message.Message.edit_live_location:9 of -msgid "Source: https://core.telegram.org/bots/api#editmessagelivelocation" -msgstr "" - -#: aiogram.types.message.Message.edit_live_location:11 of -msgid "Latitude of new location" -msgstr "" - -#: aiogram.types.message.Message.edit_live_location:12 of -msgid "Longitude of new location" -msgstr "" - -#: aiogram.types.message.Message.edit_live_location:15 of -msgid "" -"Direction in which the user is moving, in degrees. Must be between 1 and " -"360 if specified." -msgstr "" - -#: aiogram.types.message.Message.edit_live_location:16 of -msgid "" -"The maximum distance for proximity alerts about approaching another chat " -"member, in meters. Must be between 1 and 100000 if specified." -msgstr "" - -#: aiogram.types.message.Message.edit_live_location:18 of -msgid "" -"instance of method " -":class:`aiogram.methods.edit_message_live_location.EditMessageLiveLocation`" -msgstr "" - -#: aiogram.types.message.Message.stop_live_location:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.stop_message_live_location.StopMessageLiveLocation`" -" will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.stop_live_location:7 of -msgid "" -"Use this method to stop updating a live location message before " -"*live_period* expires. On success, if the message is not an inline " -"message, the edited :class:`aiogram.types.message.Message` is returned, " -"otherwise :code:`True` is returned." -msgstr "" - -#: aiogram.types.message.Message.stop_live_location:9 of -msgid "Source: https://core.telegram.org/bots/api#stopmessagelivelocation" -msgstr "" - -#: aiogram.types.message.Message.stop_live_location:13 of -msgid "" -"instance of method " -":class:`aiogram.methods.stop_message_live_location.StopMessageLiveLocation`" +#: aiogram.types.message.Message.delete_reply_markup:5 +#: aiogram.types.message.Message.edit_caption:22 +#: aiogram.types.message.Message.edit_live_location:15 +#: aiogram.types.message.Message.edit_media:18 +#: aiogram.types.message.Message.edit_reply_markup:9 +#: aiogram.types.message.Message.edit_text:24 +#: aiogram.types.message.Message.stop_live_location:10 of +msgid ":obj:`typing.Union[types.Message, base.Boolean]`" msgstr "" #: aiogram.types.message.Message.edit_caption:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.edit_message_caption.EditMessageCaption` will " -"automatically fill method attributes:" +"Use this method to edit captions of messages sent by the bot or via the " +"bot (for inline bots)." msgstr "" -#: aiogram.types.message.Message.edit_caption:7 of -msgid "" -"Use this method to edit captions of messages. On success, if the edited " -"message is not an inline message, the edited " -":class:`aiogram.types.message.Message` is returned, otherwise " -":code:`True` is returned." -msgstr "" - -#: aiogram.types.message.Message.edit_caption:9 of +#: aiogram.types.message.Message.edit_caption:4 of msgid "Source: https://core.telegram.org/bots/api#editmessagecaption" msgstr "" -#: aiogram.types.message.Message.edit_caption:12 of -msgid "New caption of the message, 0-1024 characters after entities parsing" +#: aiogram.types.message.Message.edit_caption:6 of +msgid "New caption of the message" msgstr "" -#: aiogram.types.message.Message.edit_caption:13 of -msgid "" -"Mode for parsing entities in the message caption. See `formatting options" -" `_ for more " -"details." +#: aiogram.types.message.Message.edit_caption:17 +#: aiogram.types.message.Message.edit_reply_markup:5 of +msgid "A JSON-serialized object for an inline keyboard" msgstr "" -#: aiogram.types.message.Message.edit_caption:16 of +#: aiogram.types.message.Message.edit_media:1 of msgid "" -"instance of method " -":class:`aiogram.methods.edit_message_caption.EditMessageCaption`" +"Use this method to edit audio, document, photo, or video messages. If a " +"message is a part of a message album, then it can be edited only to a " +"photo or a video. Otherwise, message type can be changed arbitrarily. " +"When inline message is edited, new file can't be uploaded. Use previously" +" uploaded file via its file_id or specify a URL." +msgstr "" + +#: aiogram.types.message.Message.edit_live_location:13 +#: aiogram.types.message.Message.edit_media:7 of +msgid "" +"On success, if the edited message was sent by the bot, the edited Message" +" is returned, otherwise True is returned." +msgstr "" + +#: aiogram.types.message.Message.edit_media:10 of +msgid "Source https://core.telegram.org/bots/api#editmessagemedia" +msgstr "" + +#: aiogram.types.message.Message.edit_media:12 of +msgid "A JSON-serialized object for a new media content of the message" +msgstr "" + +#: aiogram.types.message.Message.edit_media:14 of +msgid "A JSON-serialized object for a new inline keyboard" +msgstr "" + +#: aiogram.types.message.Message.edit_media:16 of +msgid "" +"On success, if the edited message was sent by the bot, the edited Message" +" is returned, otherwise True is returned" +msgstr "" + +#: aiogram.types.message.Message.edit_reply_markup:1 of +msgid "" +"Use this method to edit only the reply markup of messages sent by the bot" +" or via the bot (for inline bots)." +msgstr "" + +#: aiogram.types.message.Message.edit_reply_markup:3 of +msgid "Source: https://core.telegram.org/bots/api#editmessagereplymarkup" +msgstr "" + +#: aiogram.types.message.Message.delete_reply_markup:1 of +msgid "" +"Use this method to delete reply markup of messages sent by the bot or via" +" the bot (for inline bots)." +msgstr "" + +#: aiogram.types.message.Message.edit_live_location:1 of +msgid "" +"Use this method to edit live location messages sent by the bot or via the" +" bot (for inline bots). A location can be edited until its live_period " +"expires or editing is explicitly disabled by a call to " +"stopMessageLiveLocation." +msgstr "" + +#: aiogram.types.message.Message.edit_live_location:5 of +msgid "Source: https://core.telegram.org/bots/api#editmessagelivelocation" +msgstr "" + +#: aiogram.types.message.Message.edit_live_location:7 of +msgid "Latitude of new location" +msgstr "" + +#: aiogram.types.message.Message.edit_live_location:9 of +msgid "Longitude of new location" +msgstr "" + +#: aiogram.types.message.Message.edit_live_location:11 +#: aiogram.types.message.Message.stop_live_location:6 of +msgid "A JSON-serialized object for a new inline keyboard." +msgstr "" + +#: aiogram.types.message.Message.stop_live_location:1 of +msgid "" +"Use this method to stop updating a live location message sent by the bot " +"or via the bot (for inline bots) before live_period expires." +msgstr "" + +#: aiogram.types.message.Message.stop_live_location:4 of +msgid "Source: https://core.telegram.org/bots/api#stopmessagelivelocation" +msgstr "" + +#: aiogram.types.message.Message.stop_live_location:8 of +msgid "" +"On success, if the message was sent by the bot, the sent Message is " +"returned, otherwise True is returned." msgstr "" #: aiogram.types.message.Message.delete:1 of msgid "" -"Shortcut for method :class:`aiogram.methods.delete_message.DeleteMessage`" -" will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.delete:7 of -msgid "" "Use this method to delete a message, including service messages, with the" -" following limitations:" +" following limitations: - A message can only be deleted if it was sent " +"less than 48 hours ago. - Bots can delete outgoing messages in private " +"chats, groups, and supergroups. - Bots can delete incoming messages in " +"private chats. - Bots granted can_post_messages permissions can delete " +"outgoing messages in channels. - If the bot is an administrator of a " +"group, it can delete any message there. - If the bot has " +"can_delete_messages permission in a supergroup or a channel, it can " +"delete any message there." msgstr "" #: aiogram.types.message.Message.delete:9 of -msgid "A message can only be deleted if it was sent less than 48 hours ago." -msgstr "" - -#: aiogram.types.message.Message.delete:11 of -msgid "" -"Service messages about a supergroup, channel, or forum topic creation " -"can't be deleted." -msgstr "" - -#: aiogram.types.message.Message.delete:13 of -msgid "" -"A dice message in a private chat can only be deleted if it was sent more " -"than 24 hours ago." -msgstr "" - -#: aiogram.types.message.Message.delete:15 of -msgid "" -"Bots can delete outgoing messages in private chats, groups, and " -"supergroups." -msgstr "" - -#: aiogram.types.message.Message.delete:17 of -msgid "Bots can delete incoming messages in private chats." -msgstr "" - -#: aiogram.types.message.Message.delete:19 of -msgid "" -"Bots granted *can_post_messages* permissions can delete outgoing messages" -" in channels." -msgstr "" - -#: aiogram.types.message.Message.delete:21 of -msgid "" -"If the bot is an administrator of a group, it can delete any message " -"there." -msgstr "" - -#: aiogram.types.message.Message.delete:23 of -msgid "" -"If the bot has *can_delete_messages* permission in a supergroup or a " -"channel, it can delete any message there." -msgstr "" - -#: aiogram.types.message.Message.delete:25 of -msgid "Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.message.Message.delete:27 of msgid "Source: https://core.telegram.org/bots/api#deletemessage" msgstr "" -#: aiogram.types.message.Message.delete:29 of -msgid "instance of method :class:`aiogram.methods.delete_message.DeleteMessage`" -msgstr "" - #: aiogram.types.message.Message.pin:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.pin_chat_message.PinChatMessage` will " -"automatically fill method attributes:" +"Use this method to add a message to the list of pinned messages in a " +"chat. If the chat is not a private chat, the bot must be an administrator" +" in the chat for this to work and must have the 'can_pin_messages' admin " +"right in a supergroup or 'can_edit_messages' admin right in a channel. " +"Returns True on success." msgstr "" #: aiogram.types.message.Message.pin:7 of -msgid "" -"Use this method to add a message to the list of pinned messages in a " -"chat. If the chat is not a private chat, the bot must be an administrator" -" in the chat for this to work and must have the 'can_pin_messages' " -"administrator right in a supergroup or 'can_edit_messages' administrator " -"right in a channel. Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.message.Message.pin:9 of msgid "Source: https://core.telegram.org/bots/api#pinchatmessage" msgstr "" -#: aiogram.types.message.Message.pin:11 of +#: aiogram.types.message.Message.pin:9 of msgid "" -"Pass :code:`True` if it is not necessary to send a notification to all " -"chat members about the new pinned message. Notifications are always " -"disabled in channels and private chats." -msgstr "" - -#: aiogram.types.message.Message.pin:12 of -msgid "" -"instance of method " -":class:`aiogram.methods.pin_chat_message.PinChatMessage`" +"Pass True, if it is not necessary to send a notification to all group " +"members about the new pinned message" msgstr "" #: aiogram.types.message.Message.unpin:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.unpin_chat_message.UnpinChatMessage` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.unpin:7 of -msgid "" "Use this method to remove a message from the list of pinned messages in a" " chat. If the chat is not a private chat, the bot must be an " "administrator in the chat for this to work and must have the " -"'can_pin_messages' administrator right in a supergroup or " -"'can_edit_messages' administrator right in a channel. Returns " -":code:`True` on success." +"'can_pin_messages' admin right in a supergroup or 'can_edit_messages' " +"admin right in a channel. Returns True on success." msgstr "" -#: aiogram.types.message.Message.unpin:9 of +#: aiogram.types.message.Message.unpin:7 of msgid "Source: https://core.telegram.org/bots/api#unpinchatmessage" msgstr "" -#: aiogram.types.message.Message.unpin:11 of -msgid "" -"instance of method " -":class:`aiogram.methods.unpin_chat_message.UnpinChatMessage`" +#: aiogram.types.message.Message.send_copy:1 of +msgid "Send copy of current message" msgstr "" -#: aiogram.types.message.Message.get_url:1 of -msgid "" -"Returns message URL. Cannot be used in private (one-to-one) chats. If " -"chat has a username, returns URL like https://t.me/username/message_id " -"Otherwise (or if {force_private} flag is set), returns " -"https://t.me/c/shifted_chat_id/message_id" +#: aiogram.types.message.Message.send_copy:7 of +msgid "for text messages only" msgstr "" -#: aiogram.types.message.Message.get_url:5 of -msgid "if set, a private URL is returned even for a public chat" +#: aiogram.types.message.ContentType:1 aiogram.types.message.ContentTypes:1 of +msgid "List of message content types" msgstr "" -#: aiogram.types.message.Message.get_url:6 of -msgid "string with full message URL" +#: aiogram.types.message.ContentType:3 of +msgid "WARNING: Single elements" +msgstr "" + +#: aiogram.types.message.ContentType aiogram.types.message.ContentTypes +#: aiogram.types.message.ParseMode of +msgid "key" +msgstr "" + +#: aiogram.types.message.ContentType:5 aiogram.types.message.ContentTypes:5 of +msgid "TEXT" +msgstr "" + +#: aiogram.types.message.ContentType:6 aiogram.types.message.ContentTypes:6 of +msgid "AUDIO" +msgstr "" + +#: aiogram.types.message.ContentType:7 aiogram.types.message.ContentTypes:7 of +msgid "DOCUMENT" +msgstr "" + +#: aiogram.types.message.ContentType:8 aiogram.types.message.ContentTypes:8 of +msgid "GAME" +msgstr "" + +#: aiogram.types.message.ContentType:9 aiogram.types.message.ContentTypes:9 of +msgid "PHOTO" +msgstr "" + +#: aiogram.types.message.ContentType:10 aiogram.types.message.ContentTypes:10 +#: of +msgid "STICKER" +msgstr "" + +#: aiogram.types.message.ContentType:11 aiogram.types.message.ContentTypes:11 +#: of +msgid "VIDEO" +msgstr "" + +#: aiogram.types.message.ContentType:12 aiogram.types.message.ContentTypes:12 +#: of +msgid "VIDEO_NOTE" +msgstr "" + +#: aiogram.types.message.ContentType:13 aiogram.types.message.ContentTypes:13 +#: of +msgid "VOICE" +msgstr "" + +#: aiogram.types.message.ContentType:14 aiogram.types.message.ContentTypes:14 +#: of +msgid "CONTACT" +msgstr "" + +#: aiogram.types.message.ContentType:15 aiogram.types.message.ContentTypes:15 +#: of +msgid "LOCATION" +msgstr "" + +#: aiogram.types.message.ContentType:16 aiogram.types.message.ContentTypes:16 +#: of +msgid "VENUE" +msgstr "" + +#: aiogram.types.message.ContentType:17 aiogram.types.message.ContentTypes:17 +#: of +msgid "POLL" +msgstr "" + +#: aiogram.types.message.ContentType:18 aiogram.types.message.ContentTypes:18 +#: of +msgid "DICE" +msgstr "" + +#: aiogram.types.message.ContentType:19 aiogram.types.message.ContentTypes:19 +#: of +msgid "NEW_CHAT_MEMBERS" +msgstr "" + +#: aiogram.types.message.ContentType:20 aiogram.types.message.ContentTypes:20 +#: of +msgid "LEFT_CHAT_MEMBER" +msgstr "" + +#: aiogram.types.message.ContentType:21 aiogram.types.message.ContentTypes:21 +#: of +msgid "INVOICE" +msgstr "" + +#: aiogram.types.message.ContentType:22 aiogram.types.message.ContentTypes:22 +#: of +msgid "SUCCESSFUL_PAYMENT" +msgstr "" + +#: aiogram.types.message.ContentType:23 aiogram.types.message.ContentTypes:23 +#: of +msgid "CONNECTED_WEBSITE" +msgstr "" + +#: aiogram.types.message.ContentType:24 aiogram.types.message.ContentTypes:24 +#: of +msgid "MIGRATE_TO_CHAT_ID" +msgstr "" + +#: aiogram.types.message.ContentType:25 aiogram.types.message.ContentTypes:25 +#: of +msgid "MIGRATE_FROM_CHAT_ID" +msgstr "" + +#: aiogram.types.message.ContentType:26 aiogram.types.message.ContentTypes:26 +#: of +msgid "UNKNOWN" +msgstr "" + +#: aiogram.types.message.ContentType:27 aiogram.types.message.ContentTypes:27 +#: of +msgid "ANY" +msgstr "" + +#: aiogram.types.message.ContentTypes:3 of +msgid "WARNING: List elements." +msgstr "" + +#: aiogram.types.message.ParseMode:1 of +msgid "Parse modes" +msgstr "" + +#: aiogram.types.message.ParseMode:3 of +msgid "MARKDOWN" +msgstr "" + +#: aiogram.types.message.ParseMode:4 of +msgid "HTML" msgstr "" #~ msgid "Reply with animation" @@ -2536,3 +1700,1665 @@ msgstr "" #~ msgid "Copy message" #~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#message" +#~ msgstr "" + +#~ msgid "Unique message identifier inside this chat" +#~ msgstr "" + +#~ msgid "Date the message was sent in Unix time" +#~ msgstr "" + +#~ msgid "Conversation the message belongs to" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Unique identifier of a " +#~ "message thread to which the message " +#~ "belongs; for supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Sender of the message; empty" +#~ " for messages sent to channels. For" +#~ " backward compatibility, the field contains" +#~ " a fake sender user in non-" +#~ "channel chats, if the message was " +#~ "sent on behalf of a chat." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Sender of the message, sent" +#~ " on behalf of a chat. For " +#~ "example, the channel itself for channel" +#~ " posts, the supergroup itself for " +#~ "messages from anonymous group administrators," +#~ " the linked channel for messages " +#~ "automatically forwarded to the discussion " +#~ "group. For backward compatibility, the " +#~ "field *from* contains a fake sender " +#~ "user in non-channel chats, if the" +#~ " message was sent on behalf of " +#~ "a chat." +#~ msgstr "" + +#~ msgid "*Optional*. For forwarded messages, sender of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For messages forwarded from " +#~ "channels or from anonymous administrators, " +#~ "information about the original sender " +#~ "chat" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For messages forwarded from " +#~ "channels, identifier of the original " +#~ "message in the channel" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For forwarded messages that " +#~ "were originally sent in channels or " +#~ "by an anonymous chat administrator, " +#~ "signature of the message sender if " +#~ "present" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Sender's name for messages " +#~ "forwarded from users who disallow adding" +#~ " a link to their account in " +#~ "forwarded messages" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For forwarded messages, date " +#~ "the original message was sent in " +#~ "Unix time" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the message is sent to a forum topic" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the message " +#~ "is a channel post that was " +#~ "automatically forwarded to the connected " +#~ "discussion group" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For replies, the original " +#~ "message. Note that the Message object" +#~ " in this field will not contain " +#~ "further *reply_to_message* fields even if " +#~ "it itself is a reply." +#~ msgstr "" + +#~ msgid "*Optional*. Bot through which the message was sent" +#~ msgstr "" + +#~ msgid "*Optional*. Date the message was last edited in Unix time" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the message can't be forwarded" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The unique identifier of a" +#~ " media message group this message " +#~ "belongs to" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Signature of the post author" +#~ " for messages in channels, or the " +#~ "custom title of an anonymous group " +#~ "administrator" +#~ msgstr "" + +#~ msgid "*Optional*. For text messages, the actual UTF-8 text of the message" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For text messages, special " +#~ "entities like usernames, URLs, bot " +#~ "commands, etc. that appear in the " +#~ "text" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Message is an animation, " +#~ "information about the animation. For " +#~ "backward compatibility, when this field " +#~ "is set, the *document* field will " +#~ "also be set" +#~ msgstr "" + +#~ msgid "*Optional*. Message is an audio file, information about the file" +#~ msgstr "" + +#~ msgid "*Optional*. Message is a general file, information about the file" +#~ msgstr "" + +#~ msgid "*Optional*. Message is a photo, available sizes of the photo" +#~ msgstr "" + +#~ msgid "*Optional*. Message is a sticker, information about the sticker" +#~ msgstr "" + +#~ msgid "*Optional*. Message is a video, information about the video" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Message is a `video note " +#~ "`_, information about the video " +#~ "message" +#~ msgstr "" + +#~ msgid "*Optional*. Message is a voice message, information about the file" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Caption for the animation, " +#~ "audio, document, photo, video or voice" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For messages with a caption," +#~ " special entities like usernames, URLs, " +#~ "bot commands, etc. that appear in " +#~ "the caption" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the message " +#~ "media is covered by a spoiler " +#~ "animation" +#~ msgstr "" + +#~ msgid "*Optional*. Message is a shared contact, information about the contact" +#~ msgstr "" + +#~ msgid "*Optional*. Message is a dice with random value" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Message is a game, " +#~ "information about the game. `More about" +#~ " games » `_" +#~ msgstr "" + +#~ msgid "*Optional*. Message is a native poll, information about the poll" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Message is a venue, " +#~ "information about the venue. For " +#~ "backward compatibility, when this field " +#~ "is set, the *location* field will " +#~ "also be set" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Message is a shared " +#~ "location, information about the location" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. New members that were added" +#~ " to the group or supergroup and " +#~ "information about them (the bot itself" +#~ " may be one of these members)" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. A member was removed from" +#~ " the group, information about them " +#~ "(this member may be the bot " +#~ "itself)" +#~ msgstr "" + +#~ msgid "*Optional*. A chat title was changed to this value" +#~ msgstr "" + +#~ msgid "*Optional*. A chat photo was change to this value" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: the chat photo was deleted" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: the group has been created" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Service message: the supergroup" +#~ " has been created. This field can't" +#~ " be received in a message coming " +#~ "through updates, because bot can't be" +#~ " a member of a supergroup when " +#~ "it is created. It can only be " +#~ "found in reply_to_message if someone " +#~ "replies to a very first message in" +#~ " a directly created supergroup." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Service message: the channel " +#~ "has been created. This field can't " +#~ "be received in a message coming " +#~ "through updates, because bot can't be" +#~ " a member of a channel when it" +#~ " is created. It can only be " +#~ "found in reply_to_message if someone " +#~ "replies to a very first message in" +#~ " a channel." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Service message: auto-delete " +#~ "timer settings changed in the chat" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The group has been migrated" +#~ " to a supergroup with the specified" +#~ " identifier. This number may have " +#~ "more than 32 significant bits and " +#~ "some programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a signed 64-bit " +#~ "integer or double-precision float type" +#~ " are safe for storing this " +#~ "identifier." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The supergroup has been " +#~ "migrated from a group with the " +#~ "specified identifier. This number may " +#~ "have more than 32 significant bits " +#~ "and some programming languages may have" +#~ " difficulty/silent defects in interpreting " +#~ "it. But it has at most 52 " +#~ "significant bits, so a signed 64-bit " +#~ "integer or double-precision float type" +#~ " are safe for storing this " +#~ "identifier." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Specified message was pinned. " +#~ "Note that the Message object in " +#~ "this field will not contain further " +#~ "*reply_to_message* fields even if it is" +#~ " itself a reply." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Message is an invoice for" +#~ " a `payment " +#~ "`_, information " +#~ "about the invoice. `More about payments" +#~ " » `_" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Message is a service message" +#~ " about a successful payment, information" +#~ " about the payment. `More about " +#~ "payments » `_" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The domain name of the " +#~ "website on which the user has " +#~ "logged in. `More about Telegram Login" +#~ " » `_" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Service message: the user " +#~ "allowed the bot added to the " +#~ "attachment menu to write messages" +#~ msgstr "" + +#~ msgid "*Optional*. Telegram Passport data" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Service message. A user in" +#~ " the chat triggered another user's " +#~ "proximity alert while sharing Live " +#~ "Location." +#~ msgstr "" + +#~ msgid "*Optional*. Service message: forum topic created" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: forum topic edited" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: forum topic closed" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: forum topic reopened" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: the 'General' forum topic hidden" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: the 'General' forum topic unhidden" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: video chat scheduled" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: video chat started" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: video chat ended" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: new participants invited to a video chat" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: data sent by a Web App" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Inline keyboard attached to " +#~ "the message. :code:`login_url` buttons are " +#~ "represented as ordinary :code:`url` buttons." +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_animation.SendAnimation` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid ":code:`chat_id`" +#~ msgstr "" + +#~ msgid ":code:`message_thread_id`" +#~ msgstr "" + +#~ msgid ":code:`reply_to_message_id`" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send animation " +#~ "files (GIF or H.264/MPEG-4 AVC video " +#~ "without sound). On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned. " +#~ "Bots can currently send animation files" +#~ " of up to 50 MB in size, " +#~ "this limit may be changed in the" +#~ " future." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendanimation" +#~ msgstr "" + +#~ msgid "" +#~ "Animation to send. Pass a file_id " +#~ "as String to send an animation " +#~ "that exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get an" +#~ " animation from the Internet, or " +#~ "upload a new animation using multipart" +#~ "/form-data. :ref:`More information on " +#~ "Sending Files » `" +#~ msgstr "" + +#~ msgid "" +#~ "Thumbnail of the file sent; can be" +#~ " ignored if thumbnail generation for " +#~ "the file is supported server-side. " +#~ "The thumbnail should be in JPEG " +#~ "format and less than 200 kB in " +#~ "size. A thumbnail's width and height " +#~ "should not exceed 320. Ignored if " +#~ "the file is not uploaded using " +#~ "multipart/form-data. Thumbnails can't be " +#~ "reused and can be only uploaded as" +#~ " a new file, so you can pass" +#~ " 'attach://' if the thumbnail" +#~ " was uploaded using multipart/form-data " +#~ "under . :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" + +#~ msgid "" +#~ "Animation caption (may also be used " +#~ "when resending animation by *file_id*), " +#~ "0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "animation caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the caption, " +#~ "which can be specified instead of " +#~ "*parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the animation needs" +#~ " to be covered with a spoiler " +#~ "animation" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.send_animation.SendAnimation`" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_audio.SendAudio` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send audio " +#~ "files, if you want Telegram clients " +#~ "to display them in the music " +#~ "player. Your audio must be in the" +#~ " .MP3 or .M4A format. On success, " +#~ "the sent :class:`aiogram.types.message.Message` is" +#~ " returned. Bots can currently send " +#~ "audio files of up to 50 MB " +#~ "in size, this limit may be changed" +#~ " in the future. For sending voice " +#~ "messages, use the " +#~ ":class:`aiogram.methods.send_voice.SendVoice` method " +#~ "instead." +#~ msgstr "" + +#~ msgid "" +#~ "Audio file to send. Pass a file_id" +#~ " as String to send an audio " +#~ "file that exists on the Telegram " +#~ "servers (recommended), pass an HTTP URL" +#~ " as a String for Telegram to " +#~ "get an audio file from the " +#~ "Internet, or upload a new one " +#~ "using multipart/form-data. :ref:`More " +#~ "information on Sending Files » " +#~ "`" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "audio caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_audio.SendAudio`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_contact.SendContact` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send phone " +#~ "contacts. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "Additional data about the contact in " +#~ "the form of a `vCard " +#~ "`_, 0-2048 bytes" +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_contact.SendContact`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_document.SendDocument` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send general " +#~ "files. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned. " +#~ "Bots can currently send files of " +#~ "any type of up to 50 MB in" +#~ " size, this limit may be changed " +#~ "in the future." +#~ msgstr "" + +#~ msgid "" +#~ "File to send. Pass a file_id as" +#~ " String to send a file that " +#~ "exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get a " +#~ "file from the Internet, or upload " +#~ "a new one using multipart/form-data. " +#~ ":ref:`More information on Sending Files " +#~ "» `" +#~ msgstr "" + +#~ msgid "" +#~ "Document caption (may also be used " +#~ "when resending documents by *file_id*), " +#~ "0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "document caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_document.SendDocument`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_game.SendGame` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send a game." +#~ " On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendgame" +#~ msgstr "" + +#~ msgid "" +#~ "Short name of the game, serves as" +#~ " the unique identifier for the game." +#~ " Set up your games via `@BotFather" +#~ " `_." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for an " +#~ "`inline keyboard `_. If empty, one 'Play" +#~ " game_title' button will be shown. If" +#~ " not empty, the first button must " +#~ "launch the game." +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_game.SendGame`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_invoice.SendInvoice` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send invoices. " +#~ "On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendinvoice" +#~ msgstr "" + +#~ msgid "Product name, 1-32 characters" +#~ msgstr "" + +#~ msgid "Product description, 1-255 characters" +#~ msgstr "" + +#~ msgid "" +#~ "Bot-defined invoice payload, 1-128 " +#~ "bytes. This will not be displayed " +#~ "to the user, use for your internal" +#~ " processes." +#~ msgstr "" + +#~ msgid "" +#~ "Payment provider token, obtained via " +#~ "`@BotFather `_" +#~ msgstr "" + +#~ msgid "" +#~ "Three-letter ISO 4217 currency code, " +#~ "see `more on currencies " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "Price breakdown, a JSON-serialized list" +#~ " of components (e.g. product price, " +#~ "tax, discount, delivery cost, delivery " +#~ "tax, bonus, etc.)" +#~ msgstr "" + +#~ msgid "" +#~ "The maximum accepted amount for tips " +#~ "in the *smallest units* of the " +#~ "currency (integer, **not** float/double). For" +#~ " example, for a maximum tip of " +#~ ":code:`US$ 1.45` pass :code:`max_tip_amount =" +#~ " 145`. See the *exp* parameter in " +#~ "`currencies.json " +#~ "`_, it" +#~ " shows the number of digits past " +#~ "the decimal point for each currency " +#~ "(2 for the majority of currencies). " +#~ "Defaults to 0" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized array of suggested " +#~ "amounts of tips in the *smallest " +#~ "units* of the currency (integer, **not**" +#~ " float/double). At most 4 suggested " +#~ "tip amounts can be specified. The " +#~ "suggested tip amounts must be positive," +#~ " passed in a strictly increased order" +#~ " and must not exceed *max_tip_amount*." +#~ msgstr "" + +#~ msgid "" +#~ "Unique deep-linking parameter. If left" +#~ " empty, **forwarded copies** of the " +#~ "sent message will have a *Pay* " +#~ "button, allowing multiple users to pay" +#~ " directly from the forwarded message, " +#~ "using the same invoice. If non-" +#~ "empty, forwarded copies of the sent " +#~ "message will have a *URL* button " +#~ "with a deep link to the bot " +#~ "(instead of a *Pay* button), with " +#~ "the value used as the start " +#~ "parameter" +#~ msgstr "" + +#~ msgid "" +#~ "JSON-serialized data about the invoice," +#~ " which will be shared with the " +#~ "payment provider. A detailed description " +#~ "of required fields should be provided" +#~ " by the payment provider." +#~ msgstr "" + +#~ msgid "" +#~ "URL of the product photo for the" +#~ " invoice. Can be a photo of the" +#~ " goods or a marketing image for " +#~ "a service. People like it better " +#~ "when they see what they are paying" +#~ " for." +#~ msgstr "" + +#~ msgid "Photo size in bytes" +#~ msgstr "" + +#~ msgid "Photo width" +#~ msgstr "" + +#~ msgid "Photo height" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's full name to complete the " +#~ "order" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's phone number to complete the " +#~ "order" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's email address to complete the " +#~ "order" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's shipping address to complete the" +#~ " order" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the user's phone number should be sent to provider" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the user's email" +#~ " address should be sent to provider" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the final price depends on the shipping method" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for an " +#~ "`inline keyboard `_. If empty, one 'Pay" +#~ " :code:`total price`' button will be " +#~ "shown. If not empty, the first " +#~ "button must be a Pay button." +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_invoice.SendInvoice`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_location.SendLocation` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send point on" +#~ " the map. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "Period in seconds for which the " +#~ "location will be updated (see `Live " +#~ "Locations `_," +#~ " should be between 60 and 86400." +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_location.SendLocation`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_media_group.SendMediaGroup` will" +#~ " automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send a group" +#~ " of photos, videos, documents or " +#~ "audios as an album. Documents and " +#~ "audio files can be only grouped in" +#~ " an album with messages of the " +#~ "same type. On success, an array of" +#~ " `Messages `_ " +#~ "that were sent is returned." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized array describing " +#~ "messages to be sent, must include " +#~ "2-10 items" +#~ msgstr "" + +#~ msgid "" +#~ "Sends messages `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent messages from forwarding and saving" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.send_media_group.SendMediaGroup`" +#~ msgstr "" + +#~ msgid "If the messages are a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_message.SendMessage` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send text " +#~ "messages. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendmessage" +#~ msgstr "" + +#~ msgid "" +#~ "Text of the message to be sent," +#~ " 1-4096 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "message text. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in message text," +#~ " which can be specified instead of" +#~ " *parse_mode*" +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_message.SendMessage`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_photo.SendPhoto` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send photos. On" +#~ " success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "Photo to send. Pass a file_id as" +#~ " String to send a photo that " +#~ "exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get a " +#~ "photo from the Internet, or upload " +#~ "a new photo using multipart/form-data." +#~ " The photo must be at most 10" +#~ " MB in size. The photo's width " +#~ "and height must not exceed 10000 " +#~ "in total. Width and height ratio " +#~ "must be at most 20. :ref:`More " +#~ "information on Sending Files » " +#~ "`" +#~ msgstr "" + +#~ msgid "" +#~ "Photo caption (may also be used " +#~ "when resending photos by *file_id*), " +#~ "0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "photo caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the photo needs " +#~ "to be covered with a spoiler " +#~ "animation" +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_photo.SendPhoto`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_poll.SendPoll` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send a native" +#~ " poll. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Poll question, 1-300 characters" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of answer " +#~ "options, 2-10 strings 1-100 characters " +#~ "each" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the poll needs to " +#~ "be anonymous, defaults to :code:`True`" +#~ msgstr "" + +#~ msgid "Poll type, 'quiz' or 'regular', defaults to 'regular'" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the poll allows " +#~ "multiple answers, ignored for polls in" +#~ " quiz mode, defaults to :code:`False`" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "explanation. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the poll " +#~ "explanation, which can be specified " +#~ "instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "Amount of time in seconds the poll" +#~ " will be active after creation, " +#~ "5-600. Can't be used together with " +#~ "*close_date*." +#~ msgstr "" + +#~ msgid "" +#~ "Point in time (Unix timestamp) when " +#~ "the poll will be automatically closed." +#~ " Must be at least 5 and no " +#~ "more than 600 seconds in the " +#~ "future. Can't be used together with " +#~ "*open_period*." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the poll needs " +#~ "to be immediately closed. This can " +#~ "be useful for poll preview." +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_poll.SendPoll`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_dice.SendDice` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send an " +#~ "animated emoji that will display a " +#~ "random value. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "Emoji on which the dice throw " +#~ "animation is based. Currently, must be" +#~ " one of '🎲', '🎯', '🏀', '⚽', " +#~ "'🎳', or '🎰'. Dice can have values" +#~ " 1-6 for '🎲', '🎯' and '🎳', " +#~ "values 1-5 for '🏀' and '⚽', and" +#~ " values 1-64 for '🎰'. Defaults to " +#~ "'🎲'" +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding" +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_dice.SendDice`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_sticker.SendSticker` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send static " +#~ ".WEBP, `animated `_ .TGS, or `video " +#~ "`_ .WEBM stickers. On success, " +#~ "the sent :class:`aiogram.types.message.Message` is" +#~ " returned." +#~ msgstr "" + +#~ msgid "" +#~ "Sticker to send. Pass a file_id as" +#~ " String to send a file that " +#~ "exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get a " +#~ ".WEBP file from the Internet, or " +#~ "upload a new one using multipart" +#~ "/form-data. :ref:`More information on " +#~ "Sending Files » `" +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_sticker.SendSticker`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_venue.SendVenue` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send information " +#~ "about a venue. On success, the " +#~ "sent :class:`aiogram.types.message.Message` is " +#~ "returned." +#~ msgstr "" + +#~ msgid "" +#~ "Foursquare type of the venue, if " +#~ "known. (For example, 'arts_entertainment/default'," +#~ " 'arts_entertainment/aquarium' or 'food/icecream'.)" +#~ msgstr "" + +#~ msgid "" +#~ "Google Places type of the venue. " +#~ "(See `supported types " +#~ "`_.)" +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_venue.SendVenue`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_video.SendVideo` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send video " +#~ "files, Telegram clients support MPEG4 " +#~ "videos (other formats may be sent " +#~ "as :class:`aiogram.types.document.Document`). On " +#~ "success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned. " +#~ "Bots can currently send video files " +#~ "of up to 50 MB in size, this" +#~ " limit may be changed in the " +#~ "future." +#~ msgstr "" + +#~ msgid "" +#~ "Video to send. Pass a file_id as" +#~ " String to send a video that " +#~ "exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get a " +#~ "video from the Internet, or upload " +#~ "a new video using multipart/form-data." +#~ " :ref:`More information on Sending Files" +#~ " » `" +#~ msgstr "" + +#~ msgid "" +#~ "Video caption (may also be used " +#~ "when resending videos by *file_id*), " +#~ "0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "video caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the video needs " +#~ "to be covered with a spoiler " +#~ "animation" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the uploaded video is suitable for streaming" +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_video.SendVideo`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_video_note.SendVideoNote` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "As of `v.4.0 `_, Telegram clients " +#~ "support rounded square MPEG4 videos of" +#~ " up to 1 minute long. Use this" +#~ " method to send video messages. On" +#~ " success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "Video note to send. Pass a file_id" +#~ " as String to send a video note" +#~ " that exists on the Telegram servers" +#~ " (recommended) or upload a new video" +#~ " using multipart/form-data. :ref:`More " +#~ "information on Sending Files » " +#~ "`. Sending video notes by" +#~ " a URL is currently unsupported" +#~ msgstr "" + +#~ msgid "Video width and height, i.e. diameter of the video message" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.send_video_note.SendVideoNote`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_voice.SendVoice` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send audio " +#~ "files, if you want Telegram clients " +#~ "to display the file as a playable" +#~ " voice message. For this to work, " +#~ "your audio must be in an .OGG " +#~ "file encoded with OPUS (other formats" +#~ " may be sent as " +#~ ":class:`aiogram.types.audio.Audio` or " +#~ ":class:`aiogram.types.document.Document`). On success, " +#~ "the sent :class:`aiogram.types.message.Message` is" +#~ " returned. Bots can currently send " +#~ "voice messages of up to 50 MB " +#~ "in size, this limit may be changed" +#~ " in the future." +#~ msgstr "" + +#~ msgid "" +#~ "Audio file to send. Pass a file_id" +#~ " as String to send a file that" +#~ " exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get a " +#~ "file from the Internet, or upload " +#~ "a new one using multipart/form-data. " +#~ ":ref:`More information on Sending Files " +#~ "» `" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "voice message caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_voice.SendVoice`" +#~ msgstr "" + +#~ msgid "Send copy of message." +#~ msgstr "" + +#~ msgid "" +#~ "Is similar to " +#~ ":meth:`aiogram.client.bot.Bot.copy_message` but returning" +#~ " the sent message instead of " +#~ ":class:`aiogram.types.message_id.MessageId`" +#~ msgstr "" + +#~ msgid "" +#~ "This method don't use the API " +#~ "method named `copyMessage` and historically" +#~ " implemented before the similar method " +#~ "is added to API" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.copy_message.CopyMessage` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid ":code:`from_chat_id`" +#~ msgstr "" + +#~ msgid ":code:`message_id`" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to copy messages " +#~ "of any kind. Service messages and " +#~ "invoice messages can't be copied. A " +#~ "quiz :class:`aiogram.methods.poll.Poll` can be " +#~ "copied only if the value of the" +#~ " field *correct_option_id* is known to " +#~ "the bot. The method is analogous " +#~ "to the method " +#~ ":class:`aiogram.methods.forward_message.ForwardMessage`, but " +#~ "the copied message doesn't have a " +#~ "link to the original message. Returns" +#~ " the :class:`aiogram.types.message_id.MessageId` of " +#~ "the sent message on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#copymessage" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "New caption for media, 0-1024 characters" +#~ " after entities parsing. If not " +#~ "specified, the original caption is kept" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "new caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the new " +#~ "caption, which can be specified instead" +#~ " of *parse_mode*" +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.copy_message.CopyMessage`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.edit_message_text.EditMessageText` will" +#~ " automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit text and" +#~ " `game `_ " +#~ "messages. On success, if the edited " +#~ "message is not an inline message, " +#~ "the edited :class:`aiogram.types.message.Message` is" +#~ " returned, otherwise :code:`True` is " +#~ "returned." +#~ msgstr "" + +#~ msgid "New text of the message, 1-4096 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *chat_id* and *message_id* " +#~ "are not specified. Identifier of the " +#~ "inline message" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for an " +#~ "`inline keyboard `_." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.edit_message_text.EditMessageText`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.forward_message.ForwardMessage` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to forward messages " +#~ "of any kind. Service messages can't " +#~ "be forwarded. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.forward_message.ForwardMessage`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.edit_message_media.EditMessageMedia` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit animation, " +#~ "audio, document, photo, or video " +#~ "messages. If a message is part of" +#~ " a message album, then it can " +#~ "be edited only to an audio for " +#~ "audio albums, only to a document " +#~ "for document albums and to a photo" +#~ " or a video otherwise. When an " +#~ "inline message is edited, a new " +#~ "file can't be uploaded; use a " +#~ "previously uploaded file via its file_id" +#~ " or specify a URL. On success, " +#~ "if the edited message is not an" +#~ " inline message, the edited " +#~ ":class:`aiogram.types.message.Message` is returned, " +#~ "otherwise :code:`True` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#editmessagemedia" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for a new" +#~ " `inline keyboard " +#~ "`_." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.edit_message_media.EditMessageMedia`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit only the" +#~ " reply markup of messages. On " +#~ "success, if the edited message is " +#~ "not an inline message, the edited " +#~ ":class:`aiogram.types.message.Message` is returned, " +#~ "otherwise :code:`True` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.edit_message_live_location.EditMessageLiveLocation`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit live " +#~ "location messages. A location can be " +#~ "edited until its *live_period* expires " +#~ "or editing is explicitly disabled by " +#~ "a call to " +#~ ":class:`aiogram.methods.stop_message_live_location.StopMessageLiveLocation`." +#~ " On success, if the edited message" +#~ " is not an inline message, the " +#~ "edited :class:`aiogram.types.message.Message` is " +#~ "returned, otherwise :code:`True` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "Direction in which the user is " +#~ "moving, in degrees. Must be between " +#~ "1 and 360 if specified." +#~ msgstr "" + +#~ msgid "" +#~ "The maximum distance for proximity " +#~ "alerts about approaching another chat " +#~ "member, in meters. Must be between " +#~ "1 and 100000 if specified." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.edit_message_live_location.EditMessageLiveLocation`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.stop_message_live_location.StopMessageLiveLocation`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to stop updating a" +#~ " live location message before *live_period*" +#~ " expires. On success, if the message" +#~ " is not an inline message, the " +#~ "edited :class:`aiogram.types.message.Message` is " +#~ "returned, otherwise :code:`True` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.stop_message_live_location.StopMessageLiveLocation`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.edit_message_caption.EditMessageCaption` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit captions " +#~ "of messages. On success, if the " +#~ "edited message is not an inline " +#~ "message, the edited " +#~ ":class:`aiogram.types.message.Message` is returned, " +#~ "otherwise :code:`True` is returned." +#~ msgstr "" + +#~ msgid "New caption of the message, 0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "message caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.edit_message_caption.EditMessageCaption`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.delete_message.DeleteMessage` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to delete a " +#~ "message, including service messages, with " +#~ "the following limitations:" +#~ msgstr "" + +#~ msgid "A message can only be deleted if it was sent less than 48 hours ago." +#~ msgstr "" + +#~ msgid "" +#~ "Service messages about a supergroup, " +#~ "channel, or forum topic creation can't" +#~ " be deleted." +#~ msgstr "" + +#~ msgid "" +#~ "A dice message in a private chat" +#~ " can only be deleted if it was" +#~ " sent more than 24 hours ago." +#~ msgstr "" + +#~ msgid "" +#~ "Bots can delete outgoing messages in " +#~ "private chats, groups, and supergroups." +#~ msgstr "" + +#~ msgid "Bots can delete incoming messages in private chats." +#~ msgstr "" + +#~ msgid "" +#~ "Bots granted *can_post_messages* permissions " +#~ "can delete outgoing messages in " +#~ "channels." +#~ msgstr "" + +#~ msgid "" +#~ "If the bot is an administrator of" +#~ " a group, it can delete any " +#~ "message there." +#~ msgstr "" + +#~ msgid "" +#~ "If the bot has *can_delete_messages* " +#~ "permission in a supergroup or a " +#~ "channel, it can delete any message " +#~ "there." +#~ msgstr "" + +#~ msgid "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.delete_message.DeleteMessage`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.pin_chat_message.PinChatMessage` will" +#~ " automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to add a message" +#~ " to the list of pinned messages " +#~ "in a chat. If the chat is " +#~ "not a private chat, the bot must" +#~ " be an administrator in the chat " +#~ "for this to work and must have " +#~ "the 'can_pin_messages' administrator right in" +#~ " a supergroup or 'can_edit_messages' " +#~ "administrator right in a channel. " +#~ "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if it is not " +#~ "necessary to send a notification to " +#~ "all chat members about the new " +#~ "pinned message. Notifications are always " +#~ "disabled in channels and private chats." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.pin_chat_message.PinChatMessage`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.unpin_chat_message.UnpinChatMessage` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to remove a " +#~ "message from the list of pinned " +#~ "messages in a chat. If the chat" +#~ " is not a private chat, the bot" +#~ " must be an administrator in the " +#~ "chat for this to work and must " +#~ "have the 'can_pin_messages' administrator " +#~ "right in a supergroup or " +#~ "'can_edit_messages' administrator right in a" +#~ " channel. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.unpin_chat_message.UnpinChatMessage`" +#~ msgstr "" + +#~ msgid "" +#~ "Returns message URL. Cannot be used " +#~ "in private (one-to-one) chats. If" +#~ " chat has a username, returns URL " +#~ "like https://t.me/username/message_id Otherwise (or" +#~ " if {force_private} flag is set), " +#~ "returns https://t.me/c/shifted_chat_id/message_id" +#~ msgstr "" + +#~ msgid "if set, a private URL is returned even for a public chat" +#~ msgstr "" + +#~ msgid "string with full message URL" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/message_auto_delete_timer_changed.po b/docs/locale/en/LC_MESSAGES/api/types/message_auto_delete_timer_changed.po index a4094144..ca0768a3 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/message_auto_delete_timer_changed.po +++ b/docs/locale/en/LC_MESSAGES/api/types/message_auto_delete_timer_changed.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/message_auto_delete_timer_changed.rst:3 msgid "MessageAutoDeleteTimerChanged" @@ -30,11 +30,20 @@ msgstr "" #: aiogram.types.message_auto_delete_timer_changed.MessageAutoDeleteTimerChanged:3 #: of -msgid "Source: https://core.telegram.org/bots/api#messageautodeletetimerchanged" +msgid "https://core.telegram.org/bots/api#messageautodeletetimerchanged" msgstr "" #: ../../docstring #: aiogram.types.message_auto_delete_timer_changed.MessageAutoDeleteTimerChanged.message_auto_delete_time:1 #: of -msgid "New auto-delete time for messages in the chat; in seconds" +msgid "Simple field" msgstr "" + +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#messageautodeletetimerchanged" +#~ msgstr "" + +#~ msgid "New auto-delete time for messages in the chat; in seconds" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/message_entity.po b/docs/locale/en/LC_MESSAGES/api/types/message_entity.po index 806b3cd0..8ac8dc0b 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/message_entity.po +++ b/docs/locale/en/LC_MESSAGES/api/types/message_entity.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/message_entity.rst:3 msgid "MessageEntity" @@ -28,56 +28,131 @@ msgid "" msgstr "" #: aiogram.types.message_entity.MessageEntity:3 of -msgid "Source: https://core.telegram.org/bots/api#messageentity" -msgstr "" - -#: ../../docstring aiogram.types.message_entity.MessageEntity.type:1 of -msgid "" -"Type of the entity. Currently, can be 'mention' (:code:`@username`), " -"'hashtag' (:code:`#hashtag`), 'cashtag' (:code:`$USD`), 'bot_command' " -"(:code:`/start@jobs_bot`), 'url' (:code:`https://telegram.org`), 'email' " -"(:code:`do-not-reply@telegram.org`), 'phone_number' " -"(:code:`+1-212-555-0123`), 'bold' (**bold text**), 'italic' (*italic " -"text*), 'underline' (underlined text), 'strikethrough' (strikethrough " -"text), 'spoiler' (spoiler message), 'code' (monowidth string), 'pre' " -"(monowidth block), 'text_link' (for clickable text URLs), 'text_mention' " -"(for users `without usernames `_), 'custom_emoji' (for inline custom emoji stickers)" -msgstr "" - -#: ../../docstring aiogram.types.message_entity.MessageEntity.offset:1 of -msgid "" -"Offset in `UTF-16 code units `_ to the start of the entity" -msgstr "" - -#: ../../docstring aiogram.types.message_entity.MessageEntity.length:1 of -msgid "" -"Length of the entity in `UTF-16 code units " -"`_" -msgstr "" - -#: ../../docstring aiogram.types.message_entity.MessageEntity.url:1 of -msgid "" -"*Optional*. For 'text_link' only, URL that will be opened after user taps" -" on the text" -msgstr "" - -#: ../../docstring aiogram.types.message_entity.MessageEntity.user:1 of -msgid "*Optional*. For 'text_mention' only, the mentioned user" -msgstr "" - -#: ../../docstring aiogram.types.message_entity.MessageEntity.language:1 of -msgid "*Optional*. For 'pre' only, the programming language of the entity text" +msgid "https://core.telegram.org/bots/api#messageentity" msgstr "" #: ../../docstring aiogram.types.message_entity.MessageEntity.custom_emoji_id:1 -#: of -msgid "" -"*Optional*. For 'custom_emoji' only, unique identifier of the custom " -"emoji. Use " -":class:`aiogram.methods.get_custom_emoji_stickers.GetCustomEmojiStickers`" -" to get full information about the sticker" +#: aiogram.types.message_entity.MessageEntity.language:1 +#: aiogram.types.message_entity.MessageEntity.length:1 +#: aiogram.types.message_entity.MessageEntity.offset:1 +#: aiogram.types.message_entity.MessageEntity.type:1 +#: aiogram.types.message_entity.MessageEntity.url:1 +#: aiogram.types.message_entity.MessageEntity.user:1 of +msgid "Simple field" +msgstr "" + +#: aiogram.types.message_entity.MessageEntity.get_text:1 of +msgid "Get value of entity" +msgstr "" + +#: aiogram.types.message_entity.MessageEntity.get_text +#: aiogram.types.message_entity.MessageEntity.parse of +msgid "Parameters" +msgstr "" + +#: aiogram.types.message_entity.MessageEntity.get_text:3 of +msgid "full text" +msgstr "" + +#: aiogram.types.message_entity.MessageEntity.get_text +#: aiogram.types.message_entity.MessageEntity.parse of +msgid "Returns" +msgstr "" + +#: aiogram.types.message_entity.MessageEntity.get_text:4 of +msgid "part of text" +msgstr "" + +#: aiogram.types.message_entity.MessageEntity.parse:1 of +msgid "Get entity value with markup" +msgstr "" + +#: aiogram.types.message_entity.MessageEntity.parse:3 of +msgid "original text" +msgstr "" + +#: aiogram.types.message_entity.MessageEntity.parse:4 of +msgid "as html?" +msgstr "" + +#: aiogram.types.message_entity.MessageEntity.parse:5 of +msgid "entity text with markup" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:1 of +msgid "List of entity types" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType of +msgid "key" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:3 of +msgid "MENTION" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:4 of +msgid "HASHTAG" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:5 of +msgid "CASHTAG" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:6 of +msgid "BOT_COMMAND" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:7 of +msgid "URL" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:8 of +msgid "EMAIL" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:9 of +msgid "PHONE_NUMBER" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:10 of +msgid "BOLD" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:11 of +msgid "ITALIC" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:12 of +msgid "UNDERLINE" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:13 of +msgid "STRIKETHROUGH" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:14 of +msgid "SPOILER" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:15 of +msgid "CODE" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:16 of +msgid "PRE" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:17 of +msgid "TEXT_LINK" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:18 of +msgid "TEXT_MENTION" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:19 of +msgid "CUSTOM_EMOJI" msgstr "" #~ msgid "Offset in UTF-16 code units to the start of the entity" @@ -85,3 +160,59 @@ msgstr "" #~ msgid "Length of the entity in UTF-16 code units" #~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#messageentity" +#~ msgstr "" + +#~ msgid "" +#~ "Type of the entity. Currently, can " +#~ "be 'mention' (:code:`@username`), 'hashtag' " +#~ "(:code:`#hashtag`), 'cashtag' (:code:`$USD`), " +#~ "'bot_command' (:code:`/start@jobs_bot`), 'url' " +#~ "(:code:`https://telegram.org`), 'email' (:code:`do-" +#~ "not-reply@telegram.org`), 'phone_number' " +#~ "(:code:`+1-212-555-0123`), 'bold' (**bold text**)," +#~ " 'italic' (*italic text*), 'underline' " +#~ "(underlined text), 'strikethrough' (strikethrough" +#~ " text), 'spoiler' (spoiler message), 'code'" +#~ " (monowidth string), 'pre' (monowidth " +#~ "block), 'text_link' (for clickable text " +#~ "URLs), 'text_mention' (for users `without " +#~ "usernames `_), 'custom_emoji' (for inline " +#~ "custom emoji stickers)" +#~ msgstr "" + +#~ msgid "" +#~ "Offset in `UTF-16 code units " +#~ "`_ " +#~ "to the start of the entity" +#~ msgstr "" + +#~ msgid "" +#~ "Length of the entity in `UTF-16 " +#~ "code units `_" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For 'text_link' only, URL " +#~ "that will be opened after user " +#~ "taps on the text" +#~ msgstr "" + +#~ msgid "*Optional*. For 'text_mention' only, the mentioned user" +#~ msgstr "" + +#~ msgid "*Optional*. For 'pre' only, the programming language of the entity text" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For 'custom_emoji' only, unique" +#~ " identifier of the custom emoji. Use" +#~ " " +#~ ":class:`aiogram.methods.get_custom_emoji_stickers.GetCustomEmojiStickers`" +#~ " to get full information about the" +#~ " sticker" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/message_id.po b/docs/locale/en/LC_MESSAGES/api/types/message_id.po index fd2da80c..db75ec4e 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/message_id.po +++ b/docs/locale/en/LC_MESSAGES/api/types/message_id.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/message_id.rst:3 msgid "MessageId" @@ -26,9 +26,16 @@ msgid "This object represents a unique message identifier." msgstr "" #: aiogram.types.message_id.MessageId:3 of -msgid "Source: https://core.telegram.org/bots/api#messageid" +msgid "https://core.telegram.org/bots/api#messageid" msgstr "" #: ../../docstring aiogram.types.message_id.MessageId.message_id:1 of -msgid "Unique message identifier" +msgid "Simple field" msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#messageid" +#~ msgstr "" + +#~ msgid "Unique message identifier" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/order_info.po b/docs/locale/en/LC_MESSAGES/api/types/order_info.po index bbf98947..348b8b1d 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/order_info.po +++ b/docs/locale/en/LC_MESSAGES/api/types/order_info.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/order_info.rst:3 msgid "OrderInfo" @@ -26,21 +26,28 @@ msgid "This object represents information about an order." msgstr "" #: aiogram.types.order_info.OrderInfo:3 of -msgid "Source: https://core.telegram.org/bots/api#orderinfo" +msgid "https://core.telegram.org/bots/api#orderinfo" msgstr "" -#: ../../docstring aiogram.types.order_info.OrderInfo.name:1 of -msgid "*Optional*. User name" +#: ../../docstring aiogram.types.order_info.OrderInfo.email:1 +#: aiogram.types.order_info.OrderInfo.name:1 +#: aiogram.types.order_info.OrderInfo.phone_number:1 +#: aiogram.types.order_info.OrderInfo.shipping_address:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.order_info.OrderInfo.phone_number:1 of -msgid "*Optional*. User's phone number" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#orderinfo" +#~ msgstr "" -#: ../../docstring aiogram.types.order_info.OrderInfo.email:1 of -msgid "*Optional*. User email" -msgstr "" +#~ msgid "*Optional*. User name" +#~ msgstr "" + +#~ msgid "*Optional*. User's phone number" +#~ msgstr "" + +#~ msgid "*Optional*. User email" +#~ msgstr "" + +#~ msgid "*Optional*. User shipping address" +#~ msgstr "" -#: ../../docstring aiogram.types.order_info.OrderInfo.shipping_address:1 of -msgid "*Optional*. User shipping address" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/passport_data.po b/docs/locale/en/LC_MESSAGES/api/types/passport_data.po index 528f756b..6384a5b5 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/passport_data.po +++ b/docs/locale/en/LC_MESSAGES/api/types/passport_data.po @@ -8,33 +8,49 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_data.rst:3 msgid "PassportData" msgstr "" #: aiogram.types.passport_data.PassportData:1 of -msgid "Describes Telegram Passport data shared with the bot by the user." +msgid "" +"Contains information about Telegram Passport data shared with the bot by " +"the user." msgstr "" #: aiogram.types.passport_data.PassportData:3 of -msgid "Source: https://core.telegram.org/bots/api#passportdata" +msgid "https://core.telegram.org/bots/api#passportdata" msgstr "" #: ../../docstring aiogram.types.passport_data.PassportData.data:1 of -msgid "" -"Array with information about documents and other Telegram Passport " -"elements that was shared with the bot" +msgid "The field contains a list of objects" msgstr "" #: ../../docstring aiogram.types.passport_data.PassportData.credentials:1 of -msgid "Encrypted credentials required to decrypt the data" +msgid "Simple field" msgstr "" + +#~ msgid "Describes Telegram Passport data shared with the bot by the user." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#passportdata" +#~ msgstr "" + +#~ msgid "" +#~ "Array with information about documents " +#~ "and other Telegram Passport elements " +#~ "that was shared with the bot" +#~ msgstr "" + +#~ msgid "Encrypted credentials required to decrypt the data" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/passport_element_error.po b/docs/locale/en/LC_MESSAGES/api/types/passport_element_error.po index 53acdac9..df661f12 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/passport_element_error.po +++ b/docs/locale/en/LC_MESSAGES/api/types/passport_element_error.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_element_error.rst:3 msgid "PassportElementError" @@ -24,45 +24,129 @@ msgstr "" #: aiogram.types.passport_element_error.PassportElementError:1 of msgid "" "This object represents an error in the Telegram Passport element which " -"was submitted that should be resolved by the user. It should be one of:" -msgstr "" - -#: aiogram.types.passport_element_error.PassportElementError:3 of -msgid ":class:`aiogram.types.passport_element_error_data_field.PassportElementErrorDataField`" +"was submitted that should be resolved by the user." msgstr "" #: aiogram.types.passport_element_error.PassportElementError:4 of -msgid ":class:`aiogram.types.passport_element_error_front_side.PassportElementErrorFrontSide`" +msgid "https://core.telegram.org/bots/api#passportelementerror" msgstr "" -#: aiogram.types.passport_element_error.PassportElementError:5 of -msgid ":class:`aiogram.types.passport_element_error_reverse_side.PassportElementErrorReverseSide`" +#: ../../docstring +#: aiogram.types.passport_element_error.PassportElementError.message:1 +#: aiogram.types.passport_element_error.PassportElementError.source:1 +#: aiogram.types.passport_element_error.PassportElementError.type:1 +#: aiogram.types.passport_element_error.PassportElementErrorDataField.data_hash:1 +#: aiogram.types.passport_element_error.PassportElementErrorDataField.field_name:1 +#: aiogram.types.passport_element_error.PassportElementErrorFile.file_hash:1 +#: aiogram.types.passport_element_error.PassportElementErrorFrontSide.file_hash:1 +#: aiogram.types.passport_element_error.PassportElementErrorReverseSide.file_hash:1 +#: aiogram.types.passport_element_error.PassportElementErrorSelfie.file_hash:1 +#: of +msgid "Simple field" msgstr "" -#: aiogram.types.passport_element_error.PassportElementError:6 of -msgid ":class:`aiogram.types.passport_element_error_selfie.PassportElementErrorSelfie`" +#: aiogram.types.passport_element_error.PassportElementErrorDataField:1 of +msgid "" +"Represents an issue in one of the data fields that was provided by the " +"user. The error is considered resolved when the field's value changes." msgstr "" -#: aiogram.types.passport_element_error.PassportElementError:7 of -msgid ":class:`aiogram.types.passport_element_error_file.PassportElementErrorFile`" +#: aiogram.types.passport_element_error.PassportElementErrorDataField:4 of +msgid "https://core.telegram.org/bots/api#passportelementerrordatafield" msgstr "" -#: aiogram.types.passport_element_error.PassportElementError:8 of -msgid ":class:`aiogram.types.passport_element_error_files.PassportElementErrorFiles`" +#: aiogram.types.passport_element_error.PassportElementErrorFile:1 of +msgid "" +"Represents an issue with a document scan. The error is considered " +"resolved when the file with the document scan changes." msgstr "" -#: aiogram.types.passport_element_error.PassportElementError:9 of -msgid ":class:`aiogram.types.passport_element_error_translation_file.PassportElementErrorTranslationFile`" +#: aiogram.types.passport_element_error.PassportElementErrorFile:4 of +msgid "https://core.telegram.org/bots/api#passportelementerrorfile" msgstr "" -#: aiogram.types.passport_element_error.PassportElementError:10 of -msgid ":class:`aiogram.types.passport_element_error_translation_files.PassportElementErrorTranslationFiles`" +#: aiogram.types.passport_element_error.PassportElementErrorFiles:1 of +msgid "" +"Represents an issue with a list of scans. The error is considered " +"resolved when the list of files containing the scans changes." msgstr "" -#: aiogram.types.passport_element_error.PassportElementError:11 of -msgid ":class:`aiogram.types.passport_element_error_unspecified.PassportElementErrorUnspecified`" +#: aiogram.types.passport_element_error.PassportElementErrorFiles:4 of +msgid "https://core.telegram.org/bots/api#passportelementerrorfiles" msgstr "" -#: aiogram.types.passport_element_error.PassportElementError:13 of -msgid "Source: https://core.telegram.org/bots/api#passportelementerror" +#: ../../docstring +#: aiogram.types.passport_element_error.PassportElementErrorFiles.file_hashes:1 +#: of +msgid "The field contains a list of objects" msgstr "" + +#: aiogram.types.passport_element_error.PassportElementErrorFrontSide:1 of +msgid "" +"Represents an issue with the front side of a document. The error is " +"considered resolved when the file with the front side of the document " +"changes." +msgstr "" + +#: aiogram.types.passport_element_error.PassportElementErrorFrontSide:4 of +msgid "https://core.telegram.org/bots/api#passportelementerrorfrontside" +msgstr "" + +#: aiogram.types.passport_element_error.PassportElementErrorReverseSide:1 of +msgid "" +"Represents an issue with the reverse side of a document. The error is " +"considered resolved when the file with reverse side of the document " +"changes." +msgstr "" + +#: aiogram.types.passport_element_error.PassportElementErrorReverseSide:4 of +msgid "https://core.telegram.org/bots/api#passportelementerrorreverseside" +msgstr "" + +#: aiogram.types.passport_element_error.PassportElementErrorSelfie:1 of +msgid "" +"Represents an issue with the selfie with a document. The error is " +"considered resolved when the file with the selfie changes." +msgstr "" + +#: aiogram.types.passport_element_error.PassportElementErrorSelfie:4 of +msgid "https://core.telegram.org/bots/api#passportelementerrorselfie" +msgstr "" + +#~ msgid "" +#~ "This object represents an error in " +#~ "the Telegram Passport element which was" +#~ " submitted that should be resolved by" +#~ " the user. It should be one of:" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.passport_element_error_data_field.PassportElementErrorDataField`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.passport_element_error_front_side.PassportElementErrorFrontSide`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.passport_element_error_reverse_side.PassportElementErrorReverseSide`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.passport_element_error_selfie.PassportElementErrorSelfie`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.passport_element_error_file.PassportElementErrorFile`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.passport_element_error_files.PassportElementErrorFiles`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.passport_element_error_translation_file.PassportElementErrorTranslationFile`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.passport_element_error_translation_files.PassportElementErrorTranslationFiles`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.passport_element_error_unspecified.PassportElementErrorUnspecified`" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#passportelementerror" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_data_field.po b/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_data_field.po index e3f9454c..4d6c481d 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_data_field.po +++ b/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_data_field.po @@ -8,60 +8,47 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_element_error_data_field.rst:3 msgid "PassportElementErrorDataField" msgstr "" -#: aiogram.types.passport_element_error_data_field.PassportElementErrorDataField:1 -#: of -msgid "" -"Represents an issue in one of the data fields that was provided by the " -"user. The error is considered resolved when the field's value changes." -msgstr "" +#~ msgid "" +#~ "Represents an issue in one of the" +#~ " data fields that was provided by " +#~ "the user. The error is considered " +#~ "resolved when the field's value changes." +#~ msgstr "" -#: aiogram.types.passport_element_error_data_field.PassportElementErrorDataField:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#passportelementerrordatafield" -msgstr "" +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#passportelementerrordatafield" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_data_field.PassportElementErrorDataField.source:1 -#: of -msgid "Error source, must be *data*" -msgstr "" +#~ msgid "Error source, must be *data*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_data_field.PassportElementErrorDataField.type:1 -#: of -msgid "" -"The section of the user's Telegram Passport which has the error, one of " -"'personal_details', 'passport', 'driver_license', 'identity_card', " -"'internal_passport', 'address'" -msgstr "" +#~ msgid "" +#~ "The section of the user's Telegram " +#~ "Passport which has the error, one " +#~ "of 'personal_details', 'passport', 'driver_license'," +#~ " 'identity_card', 'internal_passport', 'address'" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_data_field.PassportElementErrorDataField.field_name:1 -#: of -msgid "Name of the data field which has the error" -msgstr "" +#~ msgid "Name of the data field which has the error" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_data_field.PassportElementErrorDataField.data_hash:1 -#: of -msgid "Base64-encoded data hash" -msgstr "" +#~ msgid "Base64-encoded data hash" +#~ msgstr "" + +#~ msgid "Error message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_data_field.PassportElementErrorDataField.message:1 -#: of -msgid "Error message" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_file.po b/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_file.po index 96079e3e..186f0337 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_file.po +++ b/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_file.po @@ -8,51 +8,43 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_element_error_file.rst:3 msgid "PassportElementErrorFile" msgstr "" -#: aiogram.types.passport_element_error_file.PassportElementErrorFile:1 of -msgid "" -"Represents an issue with a document scan. The error is considered " -"resolved when the file with the document scan changes." -msgstr "" +#~ msgid "" +#~ "Represents an issue with a document " +#~ "scan. The error is considered resolved" +#~ " when the file with the document " +#~ "scan changes." +#~ msgstr "" -#: aiogram.types.passport_element_error_file.PassportElementErrorFile:3 of -msgid "Source: https://core.telegram.org/bots/api#passportelementerrorfile" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#passportelementerrorfile" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_file.PassportElementErrorFile.source:1 -#: of -msgid "Error source, must be *file*" -msgstr "" +#~ msgid "Error source, must be *file*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_file.PassportElementErrorFile.type:1 of -msgid "" -"The section of the user's Telegram Passport which has the issue, one of " -"'utility_bill', 'bank_statement', 'rental_agreement', " -"'passport_registration', 'temporary_registration'" -msgstr "" +#~ msgid "" +#~ "The section of the user's Telegram " +#~ "Passport which has the issue, one " +#~ "of 'utility_bill', 'bank_statement', " +#~ "'rental_agreement', 'passport_registration', " +#~ "'temporary_registration'" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_file.PassportElementErrorFile.file_hash:1 -#: of -msgid "Base64-encoded file hash" -msgstr "" +#~ msgid "Base64-encoded file hash" +#~ msgstr "" + +#~ msgid "Error message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_file.PassportElementErrorFile.message:1 -#: of -msgid "Error message" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_files.po b/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_files.po index 259754a3..7228dd95 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_files.po +++ b/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_files.po @@ -8,52 +8,43 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_element_error_files.rst:3 msgid "PassportElementErrorFiles" msgstr "" -#: aiogram.types.passport_element_error_files.PassportElementErrorFiles:1 of -msgid "" -"Represents an issue with a list of scans. The error is considered " -"resolved when the list of files containing the scans changes." -msgstr "" +#~ msgid "" +#~ "Represents an issue with a list of" +#~ " scans. The error is considered " +#~ "resolved when the list of files " +#~ "containing the scans changes." +#~ msgstr "" -#: aiogram.types.passport_element_error_files.PassportElementErrorFiles:3 of -msgid "Source: https://core.telegram.org/bots/api#passportelementerrorfiles" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#passportelementerrorfiles" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_files.PassportElementErrorFiles.source:1 -#: of -msgid "Error source, must be *files*" -msgstr "" +#~ msgid "Error source, must be *files*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_files.PassportElementErrorFiles.type:1 -#: of -msgid "" -"The section of the user's Telegram Passport which has the issue, one of " -"'utility_bill', 'bank_statement', 'rental_agreement', " -"'passport_registration', 'temporary_registration'" -msgstr "" +#~ msgid "" +#~ "The section of the user's Telegram " +#~ "Passport which has the issue, one " +#~ "of 'utility_bill', 'bank_statement', " +#~ "'rental_agreement', 'passport_registration', " +#~ "'temporary_registration'" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_files.PassportElementErrorFiles.file_hashes:1 -#: of -msgid "List of base64-encoded file hashes" -msgstr "" +#~ msgid "List of base64-encoded file hashes" +#~ msgstr "" + +#~ msgid "Error message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_files.PassportElementErrorFiles.message:1 -#: of -msgid "Error message" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_front_side.po b/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_front_side.po index c8223d9e..f5202abb 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_front_side.po +++ b/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_front_side.po @@ -8,54 +8,45 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_element_error_front_side.rst:3 msgid "PassportElementErrorFrontSide" msgstr "" -#: aiogram.types.passport_element_error_front_side.PassportElementErrorFrontSide:1 -#: of -msgid "" -"Represents an issue with the front side of a document. The error is " -"considered resolved when the file with the front side of the document " -"changes." -msgstr "" +#~ msgid "" +#~ "Represents an issue with the front " +#~ "side of a document. The error is" +#~ " considered resolved when the file " +#~ "with the front side of the " +#~ "document changes." +#~ msgstr "" -#: aiogram.types.passport_element_error_front_side.PassportElementErrorFrontSide:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#passportelementerrorfrontside" -msgstr "" +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#passportelementerrorfrontside" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_front_side.PassportElementErrorFrontSide.source:1 -#: of -msgid "Error source, must be *front_side*" -msgstr "" +#~ msgid "Error source, must be *front_side*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_front_side.PassportElementErrorFrontSide.type:1 -#: of -msgid "" -"The section of the user's Telegram Passport which has the issue, one of " -"'passport', 'driver_license', 'identity_card', 'internal_passport'" -msgstr "" +#~ msgid "" +#~ "The section of the user's Telegram " +#~ "Passport which has the issue, one " +#~ "of 'passport', 'driver_license', 'identity_card'," +#~ " 'internal_passport'" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_front_side.PassportElementErrorFrontSide.file_hash:1 -#: of -msgid "Base64-encoded hash of the file with the front side of the document" -msgstr "" +#~ msgid "Base64-encoded hash of the file with the front side of the document" +#~ msgstr "" + +#~ msgid "Error message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_front_side.PassportElementErrorFrontSide.message:1 -#: of -msgid "Error message" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_reverse_side.po b/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_reverse_side.po index 301e3b56..e5a3b542 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_reverse_side.po +++ b/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_reverse_side.po @@ -8,54 +8,44 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_element_error_reverse_side.rst:3 msgid "PassportElementErrorReverseSide" msgstr "" -#: aiogram.types.passport_element_error_reverse_side.PassportElementErrorReverseSide:1 -#: of -msgid "" -"Represents an issue with the reverse side of a document. The error is " -"considered resolved when the file with reverse side of the document " -"changes." -msgstr "" +#~ msgid "" +#~ "Represents an issue with the reverse " +#~ "side of a document. The error is" +#~ " considered resolved when the file " +#~ "with reverse side of the document " +#~ "changes." +#~ msgstr "" -#: aiogram.types.passport_element_error_reverse_side.PassportElementErrorReverseSide:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#passportelementerrorreverseside" -msgstr "" +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#passportelementerrorreverseside" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_reverse_side.PassportElementErrorReverseSide.source:1 -#: of -msgid "Error source, must be *reverse_side*" -msgstr "" +#~ msgid "Error source, must be *reverse_side*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_reverse_side.PassportElementErrorReverseSide.type:1 -#: of -msgid "" -"The section of the user's Telegram Passport which has the issue, one of " -"'driver_license', 'identity_card'" -msgstr "" +#~ msgid "" +#~ "The section of the user's Telegram " +#~ "Passport which has the issue, one " +#~ "of 'driver_license', 'identity_card'" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_reverse_side.PassportElementErrorReverseSide.file_hash:1 -#: of -msgid "Base64-encoded hash of the file with the reverse side of the document" -msgstr "" +#~ msgid "Base64-encoded hash of the file with the reverse side of the document" +#~ msgstr "" + +#~ msgid "Error message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_reverse_side.PassportElementErrorReverseSide.message:1 -#: of -msgid "Error message" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_selfie.po b/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_selfie.po index 9e37ef2a..722614a8 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_selfie.po +++ b/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_selfie.po @@ -8,51 +8,42 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_element_error_selfie.rst:3 msgid "PassportElementErrorSelfie" msgstr "" -#: aiogram.types.passport_element_error_selfie.PassportElementErrorSelfie:1 of -msgid "" -"Represents an issue with the selfie with a document. The error is " -"considered resolved when the file with the selfie changes." -msgstr "" +#~ msgid "" +#~ "Represents an issue with the selfie " +#~ "with a document. The error is " +#~ "considered resolved when the file with" +#~ " the selfie changes." +#~ msgstr "" -#: aiogram.types.passport_element_error_selfie.PassportElementErrorSelfie:3 of -msgid "Source: https://core.telegram.org/bots/api#passportelementerrorselfie" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#passportelementerrorselfie" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_selfie.PassportElementErrorSelfie.source:1 -#: of -msgid "Error source, must be *selfie*" -msgstr "" +#~ msgid "Error source, must be *selfie*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_selfie.PassportElementErrorSelfie.type:1 -#: of -msgid "" -"The section of the user's Telegram Passport which has the issue, one of " -"'passport', 'driver_license', 'identity_card', 'internal_passport'" -msgstr "" +#~ msgid "" +#~ "The section of the user's Telegram " +#~ "Passport which has the issue, one " +#~ "of 'passport', 'driver_license', 'identity_card'," +#~ " 'internal_passport'" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_selfie.PassportElementErrorSelfie.file_hash:1 -#: of -msgid "Base64-encoded hash of the file with the selfie" -msgstr "" +#~ msgid "Base64-encoded hash of the file with the selfie" +#~ msgstr "" + +#~ msgid "Error message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_selfie.PassportElementErrorSelfie.message:1 -#: of -msgid "Error message" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_translation_file.po b/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_translation_file.po index 9bf84e16..b81f16e7 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_translation_file.po +++ b/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_translation_file.po @@ -8,57 +8,47 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_element_error_translation_file.rst:3 msgid "PassportElementErrorTranslationFile" msgstr "" -#: aiogram.types.passport_element_error_translation_file.PassportElementErrorTranslationFile:1 -#: of -msgid "" -"Represents an issue with one of the files that constitute the translation" -" of a document. The error is considered resolved when the file changes." -msgstr "" +#~ msgid "" +#~ "Represents an issue with one of " +#~ "the files that constitute the " +#~ "translation of a document. The error " +#~ "is considered resolved when the file " +#~ "changes." +#~ msgstr "" -#: aiogram.types.passport_element_error_translation_file.PassportElementErrorTranslationFile:3 -#: of -msgid "" -"Source: " -"https://core.telegram.org/bots/api#passportelementerrortranslationfile" -msgstr "" +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#passportelementerrortranslationfile" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_translation_file.PassportElementErrorTranslationFile.source:1 -#: of -msgid "Error source, must be *translation_file*" -msgstr "" +#~ msgid "Error source, must be *translation_file*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_translation_file.PassportElementErrorTranslationFile.type:1 -#: of -msgid "" -"Type of element of the user's Telegram Passport which has the issue, one " -"of 'passport', 'driver_license', 'identity_card', 'internal_passport', " -"'utility_bill', 'bank_statement', 'rental_agreement', " -"'passport_registration', 'temporary_registration'" -msgstr "" +#~ msgid "" +#~ "Type of element of the user's " +#~ "Telegram Passport which has the issue," +#~ " one of 'passport', 'driver_license', " +#~ "'identity_card', 'internal_passport', 'utility_bill', " +#~ "'bank_statement', 'rental_agreement', " +#~ "'passport_registration', 'temporary_registration'" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_translation_file.PassportElementErrorTranslationFile.file_hash:1 -#: of -msgid "Base64-encoded file hash" -msgstr "" +#~ msgid "Base64-encoded file hash" +#~ msgstr "" + +#~ msgid "Error message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_translation_file.PassportElementErrorTranslationFile.message:1 -#: of -msgid "Error message" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_translation_files.po b/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_translation_files.po index a7eb749c..a694072f 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_translation_files.po +++ b/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_translation_files.po @@ -8,57 +8,46 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_element_error_translation_files.rst:3 msgid "PassportElementErrorTranslationFiles" msgstr "" -#: aiogram.types.passport_element_error_translation_files.PassportElementErrorTranslationFiles:1 -#: of -msgid "" -"Represents an issue with the translated version of a document. The error " -"is considered resolved when a file with the document translation change." -msgstr "" +#~ msgid "" +#~ "Represents an issue with the translated" +#~ " version of a document. The error " +#~ "is considered resolved when a file " +#~ "with the document translation change." +#~ msgstr "" -#: aiogram.types.passport_element_error_translation_files.PassportElementErrorTranslationFiles:3 -#: of -msgid "" -"Source: " -"https://core.telegram.org/bots/api#passportelementerrortranslationfiles" -msgstr "" +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#passportelementerrortranslationfiles" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_translation_files.PassportElementErrorTranslationFiles.source:1 -#: of -msgid "Error source, must be *translation_files*" -msgstr "" +#~ msgid "Error source, must be *translation_files*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_translation_files.PassportElementErrorTranslationFiles.type:1 -#: of -msgid "" -"Type of element of the user's Telegram Passport which has the issue, one " -"of 'passport', 'driver_license', 'identity_card', 'internal_passport', " -"'utility_bill', 'bank_statement', 'rental_agreement', " -"'passport_registration', 'temporary_registration'" -msgstr "" +#~ msgid "" +#~ "Type of element of the user's " +#~ "Telegram Passport which has the issue," +#~ " one of 'passport', 'driver_license', " +#~ "'identity_card', 'internal_passport', 'utility_bill', " +#~ "'bank_statement', 'rental_agreement', " +#~ "'passport_registration', 'temporary_registration'" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_translation_files.PassportElementErrorTranslationFiles.file_hashes:1 -#: of -msgid "List of base64-encoded file hashes" -msgstr "" +#~ msgid "List of base64-encoded file hashes" +#~ msgstr "" + +#~ msgid "Error message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_translation_files.PassportElementErrorTranslationFiles.message:1 -#: of -msgid "Error message" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_unspecified.po b/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_unspecified.po index 899c416c..e7e332d0 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_unspecified.po +++ b/docs/locale/en/LC_MESSAGES/api/types/passport_element_error_unspecified.po @@ -8,51 +8,39 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_element_error_unspecified.rst:3 msgid "PassportElementErrorUnspecified" msgstr "" -#: aiogram.types.passport_element_error_unspecified.PassportElementErrorUnspecified:1 -#: of -msgid "" -"Represents an issue in an unspecified place. The error is considered " -"resolved when new data is added." -msgstr "" +#~ msgid "" +#~ "Represents an issue in an unspecified" +#~ " place. The error is considered " +#~ "resolved when new data is added." +#~ msgstr "" -#: aiogram.types.passport_element_error_unspecified.PassportElementErrorUnspecified:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#passportelementerrorunspecified" -msgstr "" +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#passportelementerrorunspecified" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_unspecified.PassportElementErrorUnspecified.source:1 -#: of -msgid "Error source, must be *unspecified*" -msgstr "" +#~ msgid "Error source, must be *unspecified*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_unspecified.PassportElementErrorUnspecified.type:1 -#: of -msgid "Type of element of the user's Telegram Passport which has the issue" -msgstr "" +#~ msgid "Type of element of the user's Telegram Passport which has the issue" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_unspecified.PassportElementErrorUnspecified.element_hash:1 -#: of -msgid "Base64-encoded element hash" -msgstr "" +#~ msgid "Base64-encoded element hash" +#~ msgstr "" + +#~ msgid "Error message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_unspecified.PassportElementErrorUnspecified.message:1 -#: of -msgid "Error message" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/passport_file.po b/docs/locale/en/LC_MESSAGES/api/types/passport_file.po index 06142ecf..2b8516c5 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/passport_file.po +++ b/docs/locale/en/LC_MESSAGES/api/types/passport_file.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_file.rst:3 msgid "PassportFile" @@ -28,24 +28,37 @@ msgid "" "exceed 10MB." msgstr "" -#: aiogram.types.passport_file.PassportFile:3 of -msgid "Source: https://core.telegram.org/bots/api#passportfile" +#: aiogram.types.passport_file.PassportFile:4 of +msgid "https://core.telegram.org/bots/api#passportfile" msgstr "" -#: ../../docstring aiogram.types.passport_file.PassportFile.file_id:1 of -msgid "Identifier for this file, which can be used to download or reuse the file" +#: ../../docstring aiogram.types.passport_file.PassportFile.file_date:1 +#: aiogram.types.passport_file.PassportFile.file_id:1 +#: aiogram.types.passport_file.PassportFile.file_size:1 +#: aiogram.types.passport_file.PassportFile.file_unique_id:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.passport_file.PassportFile.file_unique_id:1 of -msgid "" -"Unique identifier for this file, which is supposed to be the same over " -"time and for different bots. Can't be used to download or reuse the file." -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#passportfile" +#~ msgstr "" -#: ../../docstring aiogram.types.passport_file.PassportFile.file_size:1 of -msgid "File size in bytes" -msgstr "" +#~ msgid "" +#~ "Identifier for this file, which can " +#~ "be used to download or reuse the" +#~ " file" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for this file, which" +#~ " is supposed to be the same " +#~ "over time and for different bots. " +#~ "Can't be used to download or reuse" +#~ " the file." +#~ msgstr "" + +#~ msgid "File size in bytes" +#~ msgstr "" + +#~ msgid "Unix time when the file was uploaded" +#~ msgstr "" -#: ../../docstring aiogram.types.passport_file.PassportFile.file_date:1 of -msgid "Unix time when the file was uploaded" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/photo_size.po b/docs/locale/en/LC_MESSAGES/api/types/photo_size.po index d24a773c..02ccfdd3 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/photo_size.po +++ b/docs/locale/en/LC_MESSAGES/api/types/photo_size.po @@ -8,48 +8,65 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/photo_size.rst:3 msgid "PhotoSize" msgstr "" #: aiogram.types.photo_size.PhotoSize:1 of -msgid "" -"This object represents one size of a photo or a `file " -"`_ / " -":class:`aiogram.methods.sticker.Sticker` thumbnail." +msgid "This object represents one size of a photo or a file / sticker thumbnail." msgstr "" #: aiogram.types.photo_size.PhotoSize:3 of -msgid "Source: https://core.telegram.org/bots/api#photosize" +msgid "https://core.telegram.org/bots/api#photosize" msgstr "" -#: ../../docstring aiogram.types.photo_size.PhotoSize.file_id:1 of -msgid "Identifier for this file, which can be used to download or reuse the file" +#: ../../docstring aiogram.types.photo_size.PhotoSize.file_id:1 +#: aiogram.types.photo_size.PhotoSize.file_size:1 +#: aiogram.types.photo_size.PhotoSize.file_unique_id:1 +#: aiogram.types.photo_size.PhotoSize.height:1 +#: aiogram.types.photo_size.PhotoSize.width:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.photo_size.PhotoSize.file_unique_id:1 of -msgid "" -"Unique identifier for this file, which is supposed to be the same over " -"time and for different bots. Can't be used to download or reuse the file." -msgstr "" +#~ msgid "" +#~ "This object represents one size of " +#~ "a photo or a `file " +#~ "`_ / " +#~ ":class:`aiogram.methods.sticker.Sticker` thumbnail." +#~ msgstr "" -#: ../../docstring aiogram.types.photo_size.PhotoSize.width:1 of -msgid "Photo width" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#photosize" +#~ msgstr "" -#: ../../docstring aiogram.types.photo_size.PhotoSize.height:1 of -msgid "Photo height" -msgstr "" +#~ msgid "" +#~ "Identifier for this file, which can " +#~ "be used to download or reuse the" +#~ " file" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for this file, which" +#~ " is supposed to be the same " +#~ "over time and for different bots. " +#~ "Can't be used to download or reuse" +#~ " the file." +#~ msgstr "" + +#~ msgid "Photo width" +#~ msgstr "" + +#~ msgid "Photo height" +#~ msgstr "" + +#~ msgid "*Optional*. File size in bytes" +#~ msgstr "" -#: ../../docstring aiogram.types.photo_size.PhotoSize.file_size:1 of -msgid "*Optional*. File size in bytes" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/poll.po b/docs/locale/en/LC_MESSAGES/api/types/poll.po index 34ce17a6..b188f788 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/poll.po +++ b/docs/locale/en/LC_MESSAGES/api/types/poll.po @@ -8,86 +8,145 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/poll.rst:3 msgid "Poll" msgstr "" +#: aiogram.types.poll.PollOption:1 of +msgid "This object contains information about one answer option in a poll." +msgstr "" + +#: aiogram.types.poll.PollOption:3 of +msgid "https://core.telegram.org/bots/api#polloption" +msgstr "" + +#: ../../docstring aiogram.types.poll.Poll.allows_multiple_answers:1 +#: aiogram.types.poll.Poll.correct_option_id:1 +#: aiogram.types.poll.Poll.explanation:1 aiogram.types.poll.Poll.id:1 +#: aiogram.types.poll.Poll.is_anonymous:1 aiogram.types.poll.Poll.is_closed:1 +#: aiogram.types.poll.Poll.open_period:1 aiogram.types.poll.Poll.question:1 +#: aiogram.types.poll.Poll.total_voter_count:1 aiogram.types.poll.Poll.type:1 +#: aiogram.types.poll.PollAnswer.poll_id:1 aiogram.types.poll.PollAnswer.user:1 +#: aiogram.types.poll.PollOption.text:1 +#: aiogram.types.poll.PollOption.voter_count:1 of +msgid "Simple field" +msgstr "" + +#: aiogram.types.poll.PollAnswer:1 of +msgid "This object represents an answer of a user in a non-anonymous poll." +msgstr "" + +#: aiogram.types.poll.PollAnswer:3 of +msgid "https://core.telegram.org/bots/api#pollanswer" +msgstr "" + +#: ../../docstring aiogram.types.poll.Poll.explanation_entities:1 +#: aiogram.types.poll.Poll.options:1 aiogram.types.poll.PollAnswer.option_ids:1 +#: of +msgid "The field contains a list of objects" +msgstr "" + #: aiogram.types.poll.Poll:1 of msgid "This object contains information about a poll." msgstr "" #: aiogram.types.poll.Poll:3 of -msgid "Source: https://core.telegram.org/bots/api#poll" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.id:1 of -msgid "Unique poll identifier" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.question:1 of -msgid "Poll question, 1-300 characters" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.options:1 of -msgid "List of poll options" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.total_voter_count:1 of -msgid "Total number of users that voted in the poll" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.is_closed:1 of -msgid ":code:`True`, if the poll is closed" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.is_anonymous:1 of -msgid ":code:`True`, if the poll is anonymous" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.type:1 of -msgid "Poll type, currently can be 'regular' or 'quiz'" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.allows_multiple_answers:1 of -msgid ":code:`True`, if the poll allows multiple answers" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.correct_option_id:1 of -msgid "" -"*Optional*. 0-based identifier of the correct answer option. Available " -"only for polls in the quiz mode, which are closed, or was sent (not " -"forwarded) by the bot or to the private chat with the bot." -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.explanation:1 of -msgid "" -"*Optional*. Text that is shown when a user chooses an incorrect answer or" -" taps on the lamp icon in a quiz-style poll, 0-200 characters" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.explanation_entities:1 of -msgid "" -"*Optional*. Special entities like usernames, URLs, bot commands, etc. " -"that appear in the *explanation*" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.open_period:1 of -msgid "" -"*Optional*. Amount of time in seconds the poll will be active after " -"creation" +msgid "https://core.telegram.org/bots/api#poll" msgstr "" #: ../../docstring aiogram.types.poll.Poll.close_date:1 of -msgid "" -"*Optional*. Point in time (Unix timestamp) when the poll will be " -"automatically closed" +msgid "In this field stored datetime" msgstr "" + +#: ../../docstring aiogram.types.poll.Poll.close_date:3 of +msgid "in: unixtime out: datetime" +msgstr "" + +#: aiogram.types.poll.Poll.md_explanation:1 of +msgid "Explanation formatted as markdown." +msgstr "" + +#: aiogram.types.poll.Poll.html_explanation +#: aiogram.types.poll.Poll.md_explanation of +msgid "Returns" +msgstr "" + +#: aiogram.types.poll.Poll.html_explanation:3 +#: aiogram.types.poll.Poll.md_explanation:3 of +msgid "str" +msgstr "" + +#: aiogram.types.poll.Poll.html_explanation:1 of +msgid "Explanation formatted as HTML" +msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#poll" +#~ msgstr "" + +#~ msgid "Unique poll identifier" +#~ msgstr "" + +#~ msgid "Poll question, 1-300 characters" +#~ msgstr "" + +#~ msgid "List of poll options" +#~ msgstr "" + +#~ msgid "Total number of users that voted in the poll" +#~ msgstr "" + +#~ msgid ":code:`True`, if the poll is closed" +#~ msgstr "" + +#~ msgid ":code:`True`, if the poll is anonymous" +#~ msgstr "" + +#~ msgid "Poll type, currently can be 'regular' or 'quiz'" +#~ msgstr "" + +#~ msgid ":code:`True`, if the poll allows multiple answers" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. 0-based identifier of the " +#~ "correct answer option. Available only " +#~ "for polls in the quiz mode, which" +#~ " are closed, or was sent (not " +#~ "forwarded) by the bot or to the" +#~ " private chat with the bot." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Text that is shown when " +#~ "a user chooses an incorrect answer " +#~ "or taps on the lamp icon in " +#~ "a quiz-style poll, 0-200 characters" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Special entities like usernames," +#~ " URLs, bot commands, etc. that appear" +#~ " in the *explanation*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Amount of time in seconds" +#~ " the poll will be active after " +#~ "creation" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Point in time (Unix " +#~ "timestamp) when the poll will be " +#~ "automatically closed" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/poll_answer.po b/docs/locale/en/LC_MESSAGES/api/types/poll_answer.po index 627b292c..eaefe9db 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/poll_answer.po +++ b/docs/locale/en/LC_MESSAGES/api/types/poll_answer.po @@ -8,37 +8,34 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/poll_answer.rst:3 msgid "PollAnswer" msgstr "" -#: aiogram.types.poll_answer.PollAnswer:1 of -msgid "This object represents an answer of a user in a non-anonymous poll." -msgstr "" +#~ msgid "This object represents an answer of a user in a non-anonymous poll." +#~ msgstr "" -#: aiogram.types.poll_answer.PollAnswer:3 of -msgid "Source: https://core.telegram.org/bots/api#pollanswer" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#pollanswer" +#~ msgstr "" -#: ../../docstring aiogram.types.poll_answer.PollAnswer.poll_id:1 of -msgid "Unique poll identifier" -msgstr "" +#~ msgid "Unique poll identifier" +#~ msgstr "" -#: ../../docstring aiogram.types.poll_answer.PollAnswer.user:1 of -msgid "The user, who changed the answer to the poll" -msgstr "" +#~ msgid "The user, who changed the answer to the poll" +#~ msgstr "" + +#~ msgid "" +#~ "0-based identifiers of answer options, " +#~ "chosen by the user. May be empty" +#~ " if the user retracted their vote." +#~ msgstr "" -#: ../../docstring aiogram.types.poll_answer.PollAnswer.option_ids:1 of -msgid "" -"0-based identifiers of answer options, chosen by the user. May be empty " -"if the user retracted their vote." -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/poll_option.po b/docs/locale/en/LC_MESSAGES/api/types/poll_option.po index 27ecd197..e280180c 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/poll_option.po +++ b/docs/locale/en/LC_MESSAGES/api/types/poll_option.po @@ -8,31 +8,28 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/poll_option.rst:3 msgid "PollOption" msgstr "" -#: aiogram.types.poll_option.PollOption:1 of -msgid "This object contains information about one answer option in a poll." -msgstr "" +#~ msgid "This object contains information about one answer option in a poll." +#~ msgstr "" -#: aiogram.types.poll_option.PollOption:3 of -msgid "Source: https://core.telegram.org/bots/api#polloption" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#polloption" +#~ msgstr "" -#: ../../docstring aiogram.types.poll_option.PollOption.text:1 of -msgid "Option text, 1-100 characters" -msgstr "" +#~ msgid "Option text, 1-100 characters" +#~ msgstr "" + +#~ msgid "Number of users that voted for this option" +#~ msgstr "" -#: ../../docstring aiogram.types.poll_option.PollOption.voter_count:1 of -msgid "Number of users that voted for this option" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/pre_checkout_query.po b/docs/locale/en/LC_MESSAGES/api/types/pre_checkout_query.po index 053b5081..0c22eba9 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/pre_checkout_query.po +++ b/docs/locale/en/LC_MESSAGES/api/types/pre_checkout_query.po @@ -8,73 +8,93 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/pre_checkout_query.rst:3 msgid "PreCheckoutQuery" msgstr "" #: aiogram.types.pre_checkout_query.PreCheckoutQuery:1 of -msgid "This object contains information about an incoming pre-checkout query." +msgid "" +"This object contains information about an incoming pre-checkout query. " +"Your bot can offer users HTML5 games to play solo or to compete against " +"each other in groups and one-on-one chats." msgstr "" -#: aiogram.types.pre_checkout_query.PreCheckoutQuery:3 of -msgid "Source: https://core.telegram.org/bots/api#precheckoutquery" +#: aiogram.types.pre_checkout_query.PreCheckoutQuery:5 of +msgid "Create games via @BotFather using the /newgame command." msgstr "" -#: ../../docstring aiogram.types.pre_checkout_query.PreCheckoutQuery.id:1 of -msgid "Unique query identifier" +#: aiogram.types.pre_checkout_query.PreCheckoutQuery:7 of +msgid "" +"Please note that this kind of power requires responsibility: you will " +"need to accept the terms for each game that your bots will be offering." msgstr "" -#: ../../docstring -#: aiogram.types.pre_checkout_query.PreCheckoutQuery.from_user:1 of -msgid "User who sent the query" +#: aiogram.types.pre_checkout_query.PreCheckoutQuery:10 of +msgid "https://core.telegram.org/bots/api#precheckoutquery" msgstr "" #: ../../docstring aiogram.types.pre_checkout_query.PreCheckoutQuery.currency:1 -#: of -msgid "" -"Three-letter ISO 4217 `currency `_ code" -msgstr "" - -#: ../../docstring +#: aiogram.types.pre_checkout_query.PreCheckoutQuery.from_user:1 +#: aiogram.types.pre_checkout_query.PreCheckoutQuery.id:1 +#: aiogram.types.pre_checkout_query.PreCheckoutQuery.invoice_payload:1 +#: aiogram.types.pre_checkout_query.PreCheckoutQuery.order_info:1 +#: aiogram.types.pre_checkout_query.PreCheckoutQuery.shipping_option_id:1 #: aiogram.types.pre_checkout_query.PreCheckoutQuery.total_amount:1 of -msgid "" -"Total price in the *smallest units* of the currency (integer, **not** " -"float/double). For example, for a price of :code:`US$ 1.45` pass " -":code:`amount = 145`. See the *exp* parameter in `currencies.json " -"`_, it shows the" -" number of digits past the decimal point for each currency (2 for the " -"majority of currencies)." +msgid "Simple field" msgstr "" -#: ../../docstring -#: aiogram.types.pre_checkout_query.PreCheckoutQuery.invoice_payload:1 of -msgid "Bot specified invoice payload" -msgstr "" +#~ msgid "This object contains information about an incoming pre-checkout query." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.pre_checkout_query.PreCheckoutQuery.shipping_option_id:1 of -msgid "*Optional*. Identifier of the shipping option chosen by the user" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#precheckoutquery" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.pre_checkout_query.PreCheckoutQuery.order_info:1 of -msgid "*Optional*. Order information provided by the user" -msgstr "" +#~ msgid "Unique query identifier" +#~ msgstr "" -#: aiogram.types.pre_checkout_query.PreCheckoutQuery.answer of -msgid "Parameters" -msgstr "" +#~ msgid "User who sent the query" +#~ msgstr "" + +#~ msgid "" +#~ "Three-letter ISO 4217 `currency " +#~ "`_" +#~ " code" +#~ msgstr "" + +#~ msgid "" +#~ "Total price in the *smallest units* " +#~ "of the currency (integer, **not** " +#~ "float/double). For example, for a price" +#~ " of :code:`US$ 1.45` pass :code:`amount " +#~ "= 145`. See the *exp* parameter in" +#~ " `currencies.json " +#~ "`_, it" +#~ " shows the number of digits past " +#~ "the decimal point for each currency " +#~ "(2 for the majority of currencies)." +#~ msgstr "" + +#~ msgid "Bot specified invoice payload" +#~ msgstr "" + +#~ msgid "*Optional*. Identifier of the shipping option chosen by the user" +#~ msgstr "" + +#~ msgid "*Optional*. Order information provided by the user" +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "Returns" +#~ msgstr "" -#: aiogram.types.pre_checkout_query.PreCheckoutQuery.answer of -msgid "Returns" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/proximity_alert_triggered.po b/docs/locale/en/LC_MESSAGES/api/types/proximity_alert_triggered.po index bbfc27d1..8694a3e7 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/proximity_alert_triggered.po +++ b/docs/locale/en/LC_MESSAGES/api/types/proximity_alert_triggered.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/proximity_alert_triggered.rst:3 msgid "ProximityAlertTriggered" @@ -27,23 +27,26 @@ msgid "" "user in the chat triggers a proximity alert set by another user." msgstr "" -#: aiogram.types.proximity_alert_triggered.ProximityAlertTriggered:3 of -msgid "Source: https://core.telegram.org/bots/api#proximityalerttriggered" -msgstr "" - -#: ../../docstring -#: aiogram.types.proximity_alert_triggered.ProximityAlertTriggered.traveler:1 -#: of -msgid "User that triggered the alert" -msgstr "" - -#: ../../docstring -#: aiogram.types.proximity_alert_triggered.ProximityAlertTriggered.watcher:1 of -msgid "User that set the alert" +#: aiogram.types.proximity_alert_triggered.ProximityAlertTriggered:4 of +msgid "https://core.telegram.org/bots/api#proximityalerttriggered" msgstr "" #: ../../docstring #: aiogram.types.proximity_alert_triggered.ProximityAlertTriggered.distance:1 -#: of -msgid "The distance between the users" +#: aiogram.types.proximity_alert_triggered.ProximityAlertTriggered.traveler:1 +#: aiogram.types.proximity_alert_triggered.ProximityAlertTriggered.watcher:1 of +msgid "Simple field" msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#proximityalerttriggered" +#~ msgstr "" + +#~ msgid "User that triggered the alert" +#~ msgstr "" + +#~ msgid "User that set the alert" +#~ msgstr "" + +#~ msgid "The distance between the users" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/reply_keyboard_markup.po b/docs/locale/en/LC_MESSAGES/api/types/reply_keyboard_markup.po index 4f2b1f86..2aa46dfe 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/reply_keyboard_markup.po +++ b/docs/locale/en/LC_MESSAGES/api/types/reply_keyboard_markup.po @@ -8,85 +8,19 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/reply_keyboard_markup.rst:3 msgid "ReplyKeyboardMarkup" msgstr "" -#: aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup:1 of -msgid "" -"This object represents a `custom keyboard " -"`_ with reply options " -"(see `Introduction to bots " -"`_ for details and " -"examples)." -msgstr "" - -#: aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup:3 of -msgid "Source: https://core.telegram.org/bots/api#replykeyboardmarkup" -msgstr "" - -#: ../../docstring -#: aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup.keyboard:1 of -msgid "" -"Array of button rows, each represented by an Array of " -":class:`aiogram.types.keyboard_button.KeyboardButton` objects" -msgstr "" - -#: ../../docstring -#: aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup.is_persistent:1 of -msgid "" -"*Optional*. Requests clients to always show the keyboard when the regular" -" keyboard is hidden. Defaults to *false*, in which case the custom " -"keyboard can be hidden and opened with a keyboard icon." -msgstr "" - -#: ../../docstring -#: aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup.resize_keyboard:1 of -msgid "" -"*Optional*. Requests clients to resize the keyboard vertically for " -"optimal fit (e.g., make the keyboard smaller if there are just two rows " -"of buttons). Defaults to *false*, in which case the custom keyboard is " -"always of the same height as the app's standard keyboard." -msgstr "" - -#: ../../docstring -#: aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup.one_time_keyboard:1 -#: of -msgid "" -"*Optional*. Requests clients to hide the keyboard as soon as it's been " -"used. The keyboard will still be available, but clients will " -"automatically display the usual letter-keyboard in the chat - the user " -"can press a special button in the input field to see the custom keyboard " -"again. Defaults to *false*." -msgstr "" - -#: ../../docstring -#: aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup.input_field_placeholder:1 -#: of -msgid "" -"*Optional*. The placeholder to be shown in the input field when the " -"keyboard is active; 1-64 characters" -msgstr "" - -#: ../../docstring -#: aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup.selective:1 of -msgid "" -"*Optional*. Use this parameter if you want to show the keyboard to " -"specific users only. Targets: 1) users that are @mentioned in the *text* " -"of the :class:`aiogram.types.message.Message` object; 2) if the bot's " -"message is a reply (has *reply_to_message_id*), sender of the original " -"message." -msgstr "" - #~ msgid "" #~ "This object represents a `custom " #~ "keyboard `_ with" @@ -94,3 +28,71 @@ msgstr "" #~ "bots `_ for " #~ "details and examples)." #~ msgstr "" + +#~ msgid "" +#~ "This object represents a `custom " +#~ "keyboard `_" +#~ " with reply options (see `Introduction " +#~ "to bots " +#~ "`_ for " +#~ "details and examples)." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#replykeyboardmarkup" +#~ msgstr "" + +#~ msgid "" +#~ "Array of button rows, each represented" +#~ " by an Array of " +#~ ":class:`aiogram.types.keyboard_button.KeyboardButton` objects" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Requests clients to always " +#~ "show the keyboard when the regular " +#~ "keyboard is hidden. Defaults to *false*," +#~ " in which case the custom keyboard" +#~ " can be hidden and opened with " +#~ "a keyboard icon." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Requests clients to resize " +#~ "the keyboard vertically for optimal fit" +#~ " (e.g., make the keyboard smaller if" +#~ " there are just two rows of " +#~ "buttons). Defaults to *false*, in which" +#~ " case the custom keyboard is always" +#~ " of the same height as the " +#~ "app's standard keyboard." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Requests clients to hide the" +#~ " keyboard as soon as it's been " +#~ "used. The keyboard will still be " +#~ "available, but clients will automatically " +#~ "display the usual letter-keyboard in " +#~ "the chat - the user can press " +#~ "a special button in the input " +#~ "field to see the custom keyboard " +#~ "again. Defaults to *false*." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The placeholder to be shown" +#~ " in the input field when the " +#~ "keyboard is active; 1-64 characters" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Use this parameter if you" +#~ " want to show the keyboard to " +#~ "specific users only. Targets: 1) users" +#~ " that are @mentioned in the *text*" +#~ " of the :class:`aiogram.types.message.Message` " +#~ "object; 2) if the bot's message is" +#~ " a reply (has *reply_to_message_id*), " +#~ "sender of the original message." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/reply_keyboard_remove.po b/docs/locale/en/LC_MESSAGES/api/types/reply_keyboard_remove.po index 26e7d05c..9fa07827 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/reply_keyboard_remove.po +++ b/docs/locale/en/LC_MESSAGES/api/types/reply_keyboard_remove.po @@ -8,48 +8,54 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/reply_keyboard_remove.rst:3 msgid "ReplyKeyboardRemove" msgstr "" -#: aiogram.types.reply_keyboard_remove.ReplyKeyboardRemove:1 of -msgid "" -"Upon receiving a message with this object, Telegram clients will remove " -"the current custom keyboard and display the default letter-keyboard. By " -"default, custom keyboards are displayed until a new keyboard is sent by a" -" bot. An exception is made for one-time keyboards that are hidden " -"immediately after the user presses a button (see " -":class:`aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup`)." -msgstr "" +#~ msgid "" +#~ "Upon receiving a message with this " +#~ "object, Telegram clients will remove the" +#~ " current custom keyboard and display " +#~ "the default letter-keyboard. By default," +#~ " custom keyboards are displayed until " +#~ "a new keyboard is sent by a " +#~ "bot. An exception is made for " +#~ "one-time keyboards that are hidden " +#~ "immediately after the user presses a " +#~ "button (see " +#~ ":class:`aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup`)." +#~ msgstr "" -#: aiogram.types.reply_keyboard_remove.ReplyKeyboardRemove:3 of -msgid "Source: https://core.telegram.org/bots/api#replykeyboardremove" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#replykeyboardremove" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.reply_keyboard_remove.ReplyKeyboardRemove.remove_keyboard:1 of -msgid "" -"Requests clients to remove the custom keyboard (user will not be able to " -"summon this keyboard; if you want to hide the keyboard from sight but " -"keep it accessible, use *one_time_keyboard* in " -":class:`aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup`)" -msgstr "" +#~ msgid "" +#~ "Requests clients to remove the custom" +#~ " keyboard (user will not be able " +#~ "to summon this keyboard; if you " +#~ "want to hide the keyboard from " +#~ "sight but keep it accessible, use " +#~ "*one_time_keyboard* in " +#~ ":class:`aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup`)" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Use this parameter if you" +#~ " want to remove the keyboard for " +#~ "specific users only. Targets: 1) users" +#~ " that are @mentioned in the *text*" +#~ " of the :class:`aiogram.types.message.Message` " +#~ "object; 2) if the bot's message is" +#~ " a reply (has *reply_to_message_id*), " +#~ "sender of the original message." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.reply_keyboard_remove.ReplyKeyboardRemove.selective:1 of -msgid "" -"*Optional*. Use this parameter if you want to remove the keyboard for " -"specific users only. Targets: 1) users that are @mentioned in the *text* " -"of the :class:`aiogram.types.message.Message` object; 2) if the bot's " -"message is a reply (has *reply_to_message_id*), sender of the original " -"message." -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/response_parameters.po b/docs/locale/en/LC_MESSAGES/api/types/response_parameters.po index 44650c07..cb1805e1 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/response_parameters.po +++ b/docs/locale/en/LC_MESSAGES/api/types/response_parameters.po @@ -8,41 +8,57 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/response_parameters.rst:3 msgid "ResponseParameters" msgstr "" #: aiogram.types.response_parameters.ResponseParameters:1 of -msgid "Describes why a request was unsuccessful." +msgid "Contains information about why a request was unsuccessful." msgstr "" #: aiogram.types.response_parameters.ResponseParameters:3 of -msgid "Source: https://core.telegram.org/bots/api#responseparameters" -msgstr "" - -#: ../../docstring -#: aiogram.types.response_parameters.ResponseParameters.migrate_to_chat_id:1 of -msgid "" -"*Optional*. The group has been migrated to a supergroup with the " -"specified identifier. This number may have more than 32 significant bits " -"and some programming languages may have difficulty/silent defects in " -"interpreting it. But it has at most 52 significant bits, so a signed " -"64-bit integer or double-precision float type are safe for storing this " -"identifier." +msgid "https://core.telegram.org/bots/api#responseparameters" msgstr "" #: ../../docstring +#: aiogram.types.response_parameters.ResponseParameters.migrate_to_chat_id:1 #: aiogram.types.response_parameters.ResponseParameters.retry_after:1 of -msgid "" -"*Optional*. In case of exceeding flood control, the number of seconds " -"left to wait before the request can be repeated" +msgid "Simple field" msgstr "" + +#~ msgid "Describes why a request was unsuccessful." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#responseparameters" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The group has been migrated" +#~ " to a supergroup with the specified" +#~ " identifier. This number may have " +#~ "more than 32 significant bits and " +#~ "some programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a signed 64-bit " +#~ "integer or double-precision float type" +#~ " are safe for storing this " +#~ "identifier." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. In case of exceeding flood" +#~ " control, the number of seconds left" +#~ " to wait before the request can " +#~ "be repeated" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/sent_web_app_message.po b/docs/locale/en/LC_MESSAGES/api/types/sent_web_app_message.po index 1464542c..1127e875 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/sent_web_app_message.po +++ b/docs/locale/en/LC_MESSAGES/api/types/sent_web_app_message.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/sent_web_app_message.rst:3 msgid "SentWebAppMessage" @@ -23,8 +23,8 @@ msgstr "" #: aiogram.types.sent_web_app_message.SentWebAppMessage:1 of msgid "" -"Describes an inline message sent by a `Web App " -"`_ on behalf of a user." +"Contains information about an inline message sent by a Web App on behalf " +"of a user." msgstr "" #: aiogram.types.sent_web_app_message.SentWebAppMessage:3 of @@ -33,9 +33,21 @@ msgstr "" #: ../../docstring #: aiogram.types.sent_web_app_message.SentWebAppMessage.inline_message_id:1 of -msgid "" -"*Optional*. Identifier of the sent inline message. Available only if " -"there is an `inline keyboard " -"`_ attached to " -"the message." +msgid "Simple field" msgstr "" + +#~ msgid "" +#~ "Describes an inline message sent by " +#~ "a `Web App " +#~ "`_ on behalf " +#~ "of a user." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Identifier of the sent " +#~ "inline message. Available only if there" +#~ " is an `inline keyboard " +#~ "`_ " +#~ "attached to the message." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/shipping_address.po b/docs/locale/en/LC_MESSAGES/api/types/shipping_address.po index a5b1df15..e2d61823 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/shipping_address.po +++ b/docs/locale/en/LC_MESSAGES/api/types/shipping_address.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/shipping_address.rst:3 msgid "ShippingAddress" @@ -26,33 +26,36 @@ msgid "This object represents a shipping address." msgstr "" #: aiogram.types.shipping_address.ShippingAddress:3 of -msgid "Source: https://core.telegram.org/bots/api#shippingaddress" +msgid "https://core.telegram.org/bots/api#shippingaddress" msgstr "" -#: ../../docstring -#: aiogram.types.shipping_address.ShippingAddress.country_code:1 of -msgid "Two-letter ISO 3166-1 alpha-2 country code" -msgstr "" - -#: ../../docstring aiogram.types.shipping_address.ShippingAddress.state:1 of -msgid "State, if applicable" -msgstr "" - -#: ../../docstring aiogram.types.shipping_address.ShippingAddress.city:1 of -msgid "City" -msgstr "" - -#: ../../docstring -#: aiogram.types.shipping_address.ShippingAddress.street_line1:1 of -msgid "First line for the address" -msgstr "" - -#: ../../docstring +#: ../../docstring aiogram.types.shipping_address.ShippingAddress.city:1 +#: aiogram.types.shipping_address.ShippingAddress.country_code:1 +#: aiogram.types.shipping_address.ShippingAddress.post_code:1 +#: aiogram.types.shipping_address.ShippingAddress.state:1 +#: aiogram.types.shipping_address.ShippingAddress.street_line1:1 #: aiogram.types.shipping_address.ShippingAddress.street_line2:1 of -msgid "Second line for the address" +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.shipping_address.ShippingAddress.post_code:1 -#: of -msgid "Address post code" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#shippingaddress" +#~ msgstr "" + +#~ msgid "Two-letter ISO 3166-1 alpha-2 country code" +#~ msgstr "" + +#~ msgid "State, if applicable" +#~ msgstr "" + +#~ msgid "City" +#~ msgstr "" + +#~ msgid "First line for the address" +#~ msgstr "" + +#~ msgid "Second line for the address" +#~ msgstr "" + +#~ msgid "Address post code" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/shipping_option.po b/docs/locale/en/LC_MESSAGES/api/types/shipping_option.po index e9f95db7..ecebc184 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/shipping_option.po +++ b/docs/locale/en/LC_MESSAGES/api/types/shipping_option.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/shipping_option.rst:3 msgid "ShippingOption" @@ -26,17 +26,39 @@ msgid "This object represents one shipping option." msgstr "" #: aiogram.types.shipping_option.ShippingOption:3 of -msgid "Source: https://core.telegram.org/bots/api#shippingoption" +msgid "https://core.telegram.org/bots/api#shippingoption" msgstr "" -#: ../../docstring aiogram.types.shipping_option.ShippingOption.id:1 of -msgid "Shipping option identifier" -msgstr "" - -#: ../../docstring aiogram.types.shipping_option.ShippingOption.title:1 of -msgid "Option title" +#: ../../docstring aiogram.types.shipping_option.ShippingOption.id:1 +#: aiogram.types.shipping_option.ShippingOption.title:1 of +msgid "Simple field" msgstr "" #: ../../docstring aiogram.types.shipping_option.ShippingOption.prices:1 of -msgid "List of price portions" +msgid "The field contains a list of objects" msgstr "" + +#: aiogram.types.shipping_option.ShippingOption.add:1 of +msgid "Add price" +msgstr "" + +#: aiogram.types.shipping_option.ShippingOption.add of +msgid "Parameters" +msgstr "" + +#: aiogram.types.shipping_option.ShippingOption.add of +msgid "Returns" +msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#shippingoption" +#~ msgstr "" + +#~ msgid "Shipping option identifier" +#~ msgstr "" + +#~ msgid "Option title" +#~ msgstr "" + +#~ msgid "List of price portions" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/shipping_query.po b/docs/locale/en/LC_MESSAGES/api/types/shipping_query.po index 71f13a21..0cf11f9f 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/shipping_query.po +++ b/docs/locale/en/LC_MESSAGES/api/types/shipping_query.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/shipping_query.rst:3 msgid "ShippingQuery" @@ -26,31 +26,34 @@ msgid "This object contains information about an incoming shipping query." msgstr "" #: aiogram.types.shipping_query.ShippingQuery:3 of -msgid "Source: https://core.telegram.org/bots/api#shippingquery" +msgid "https://core.telegram.org/bots/api#shippingquery" msgstr "" -#: ../../docstring aiogram.types.shipping_query.ShippingQuery.id:1 of -msgid "Unique query identifier" -msgstr "" - -#: ../../docstring aiogram.types.shipping_query.ShippingQuery.from_user:1 of -msgid "User who sent the query" -msgstr "" - -#: ../../docstring aiogram.types.shipping_query.ShippingQuery.invoice_payload:1 -#: of -msgid "Bot specified invoice payload" -msgstr "" - -#: ../../docstring +#: ../../docstring aiogram.types.shipping_query.ShippingQuery.from_user:1 +#: aiogram.types.shipping_query.ShippingQuery.id:1 +#: aiogram.types.shipping_query.ShippingQuery.invoice_payload:1 #: aiogram.types.shipping_query.ShippingQuery.shipping_address:1 of -msgid "User specified shipping address" +msgid "Simple field" msgstr "" -#: aiogram.types.shipping_query.ShippingQuery.answer of -msgid "Parameters" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#shippingquery" +#~ msgstr "" + +#~ msgid "Unique query identifier" +#~ msgstr "" + +#~ msgid "User who sent the query" +#~ msgstr "" + +#~ msgid "Bot specified invoice payload" +#~ msgstr "" + +#~ msgid "User specified shipping address" +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "Returns" +#~ msgstr "" -#: aiogram.types.shipping_query.ShippingQuery.answer of -msgid "Returns" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/sticker.po b/docs/locale/en/LC_MESSAGES/api/types/sticker.po index 4f8fc38b..407366e8 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/sticker.po +++ b/docs/locale/en/LC_MESSAGES/api/types/sticker.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/sticker.rst:3 msgid "Sticker" @@ -26,99 +26,32 @@ msgid "This object represents a sticker." msgstr "" #: aiogram.types.sticker.Sticker:3 of -msgid "Source: https://core.telegram.org/bots/api#sticker" +msgid "https://core.telegram.org/bots/api#sticker" msgstr "" -#: ../../docstring aiogram.types.sticker.Sticker.file_id:1 of -msgid "Identifier for this file, which can be used to download or reuse the file" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.file_unique_id:1 of -msgid "" -"Unique identifier for this file, which is supposed to be the same over " -"time and for different bots. Can't be used to download or reuse the file." -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.type:1 of -msgid "" -"Type of the sticker, currently one of 'regular', 'mask', 'custom_emoji'. " -"The type of the sticker is independent from its format, which is " -"determined by the fields *is_animated* and *is_video*." -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.width:1 of -msgid "Sticker width" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.height:1 of -msgid "Sticker height" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.is_animated:1 of -msgid "" -":code:`True`, if the sticker is `animated `_" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.is_video:1 of -msgid "" -":code:`True`, if the sticker is a `video sticker " -"`_" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.thumb:1 of -msgid "*Optional*. Sticker thumbnail in the .WEBP or .JPG format" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.emoji:1 of -msgid "*Optional*. Emoji associated with the sticker" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.set_name:1 of -msgid "*Optional*. Name of the sticker set to which the sticker belongs" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.premium_animation:1 of -msgid "" -"*Optional*. For premium regular stickers, premium animation for the " -"sticker" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.mask_position:1 of -msgid "" -"*Optional*. For mask stickers, the position where the mask should be " -"placed" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.custom_emoji_id:1 of -msgid "" -"*Optional*. For custom emoji stickers, unique identifier of the custom " -"emoji" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.file_size:1 of -msgid "*Optional*. File size in bytes" +#: ../../docstring aiogram.types.sticker.Sticker.custom_emoji_id:1 +#: aiogram.types.sticker.Sticker.emoji:1 +#: aiogram.types.sticker.Sticker.file_id:1 +#: aiogram.types.sticker.Sticker.file_size:1 +#: aiogram.types.sticker.Sticker.file_unique_id:1 +#: aiogram.types.sticker.Sticker.height:1 +#: aiogram.types.sticker.Sticker.is_animated:1 +#: aiogram.types.sticker.Sticker.is_video:1 +#: aiogram.types.sticker.Sticker.mask_position:1 +#: aiogram.types.sticker.Sticker.premium_animation:1 +#: aiogram.types.sticker.Sticker.set_name:1 +#: aiogram.types.sticker.Sticker.thumb:1 aiogram.types.sticker.Sticker.type:1 +#: aiogram.types.sticker.Sticker.width:1 of +msgid "Simple field" msgstr "" #: aiogram.types.sticker.Sticker.set_position_in_set:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.set_sticker_position_in_set.SetStickerPositionInSet`" -" will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.sticker.Sticker.delete_from_set:4 -#: aiogram.types.sticker.Sticker.set_position_in_set:4 of -msgid ":code:`sticker`" -msgstr "" - -#: aiogram.types.sticker.Sticker.set_position_in_set:6 of -msgid "" "Use this method to move a sticker in a set created by the bot to a " -"specific position. Returns :code:`True` on success." +"specific position." msgstr "" -#: aiogram.types.sticker.Sticker.set_position_in_set:8 of +#: aiogram.types.sticker.Sticker.set_position_in_set:3 of msgid "Source: https://core.telegram.org/bots/api#setstickerpositioninset" msgstr "" @@ -126,7 +59,7 @@ msgstr "" msgid "Parameters" msgstr "" -#: aiogram.types.sticker.Sticker.set_position_in_set:10 of +#: aiogram.types.sticker.Sticker.set_position_in_set:5 of msgid "New sticker position in the set, zero-based" msgstr "" @@ -135,31 +68,135 @@ msgstr "" msgid "Returns" msgstr "" -#: aiogram.types.sticker.Sticker.set_position_in_set:11 of -msgid "" -"instance of method " -":class:`aiogram.methods.set_sticker_position_in_set.SetStickerPositionInSet`" +#: aiogram.types.sticker.Sticker.delete_from_set:5 +#: aiogram.types.sticker.Sticker.set_position_in_set:7 of +msgid "Returns True on success" +msgstr "" + +#: aiogram.types.sticker.Sticker.delete_from_set +#: aiogram.types.sticker.Sticker.set_position_in_set of +msgid "Return type" +msgstr "" + +#: aiogram.types.sticker.Sticker.delete_from_set:6 +#: aiogram.types.sticker.Sticker.set_position_in_set:8 of +msgid ":obj:`base.Boolean`" msgstr "" #: aiogram.types.sticker.Sticker.delete_from_set:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.delete_sticker_from_set.DeleteStickerFromSet` " -"will automatically fill method attributes:" +msgid "Use this method to delete a sticker from a set created by the bot." msgstr "" -#: aiogram.types.sticker.Sticker.delete_from_set:6 of -msgid "" -"Use this method to delete a sticker from a set created by the bot. " -"Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.sticker.Sticker.delete_from_set:8 of +#: aiogram.types.sticker.Sticker.delete_from_set:3 of msgid "Source: https://core.telegram.org/bots/api#deletestickerfromset" msgstr "" -#: aiogram.types.sticker.Sticker.delete_from_set:10 of -msgid "" -"instance of method " -":class:`aiogram.methods.delete_sticker_from_set.DeleteStickerFromSet`" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#sticker" +#~ msgstr "" + +#~ msgid "" +#~ "Identifier for this file, which can " +#~ "be used to download or reuse the" +#~ " file" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for this file, which" +#~ " is supposed to be the same " +#~ "over time and for different bots. " +#~ "Can't be used to download or reuse" +#~ " the file." +#~ msgstr "" + +#~ msgid "" +#~ "Type of the sticker, currently one " +#~ "of 'regular', 'mask', 'custom_emoji'. The " +#~ "type of the sticker is independent " +#~ "from its format, which is determined " +#~ "by the fields *is_animated* and " +#~ "*is_video*." +#~ msgstr "" + +#~ msgid "Sticker width" +#~ msgstr "" + +#~ msgid "Sticker height" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the sticker is " +#~ "`animated `_" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the sticker is a " +#~ "`video sticker `_" +#~ msgstr "" + +#~ msgid "*Optional*. Sticker thumbnail in the .WEBP or .JPG format" +#~ msgstr "" + +#~ msgid "*Optional*. Emoji associated with the sticker" +#~ msgstr "" + +#~ msgid "*Optional*. Name of the sticker set to which the sticker belongs" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For premium regular stickers, " +#~ "premium animation for the sticker" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For mask stickers, the " +#~ "position where the mask should be " +#~ "placed" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For custom emoji stickers, " +#~ "unique identifier of the custom emoji" +#~ msgstr "" + +#~ msgid "*Optional*. File size in bytes" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.set_sticker_position_in_set.SetStickerPositionInSet`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid ":code:`sticker`" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to move a sticker" +#~ " in a set created by the bot" +#~ " to a specific position. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.set_sticker_position_in_set.SetStickerPositionInSet`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.delete_sticker_from_set.DeleteStickerFromSet`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to delete a " +#~ "sticker from a set created by the" +#~ " bot. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.delete_sticker_from_set.DeleteStickerFromSet`" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/sticker_set.po b/docs/locale/en/LC_MESSAGES/api/types/sticker_set.po index 6e76be18..aac07639 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/sticker_set.po +++ b/docs/locale/en/LC_MESSAGES/api/types/sticker_set.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/sticker_set.rst:3 msgid "StickerSet" @@ -26,39 +26,53 @@ msgid "This object represents a sticker set." msgstr "" #: aiogram.types.sticker_set.StickerSet:3 of -msgid "Source: https://core.telegram.org/bots/api#stickerset" +msgid "https://core.telegram.org/bots/api#stickerset" msgstr "" -#: ../../docstring aiogram.types.sticker_set.StickerSet.name:1 of -msgid "Sticker set name" -msgstr "" - -#: ../../docstring aiogram.types.sticker_set.StickerSet.title:1 of -msgid "Sticker set title" -msgstr "" - -#: ../../docstring aiogram.types.sticker_set.StickerSet.sticker_type:1 of -msgid "" -"Type of stickers in the set, currently one of 'regular', 'mask', " -"'custom_emoji'" -msgstr "" - -#: ../../docstring aiogram.types.sticker_set.StickerSet.is_animated:1 of -msgid "" -":code:`True`, if the sticker set contains `animated stickers " -"`_" -msgstr "" - -#: ../../docstring aiogram.types.sticker_set.StickerSet.is_video:1 of -msgid "" -":code:`True`, if the sticker set contains `video stickers " -"`_" +#: ../../docstring aiogram.types.sticker_set.StickerSet.contains_masks:1 +#: aiogram.types.sticker_set.StickerSet.is_animated:1 +#: aiogram.types.sticker_set.StickerSet.is_video:1 +#: aiogram.types.sticker_set.StickerSet.name:1 +#: aiogram.types.sticker_set.StickerSet.sticker_type:1 +#: aiogram.types.sticker_set.StickerSet.thumb:1 +#: aiogram.types.sticker_set.StickerSet.title:1 of +msgid "Simple field" msgstr "" #: ../../docstring aiogram.types.sticker_set.StickerSet.stickers:1 of -msgid "List of all set stickers" +msgid "The field contains a list of objects" msgstr "" -#: ../../docstring aiogram.types.sticker_set.StickerSet.thumb:1 of -msgid "*Optional*. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#stickerset" +#~ msgstr "" + +#~ msgid "Sticker set name" +#~ msgstr "" + +#~ msgid "Sticker set title" +#~ msgstr "" + +#~ msgid "" +#~ "Type of stickers in the set, " +#~ "currently one of 'regular', 'mask', " +#~ "'custom_emoji'" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the sticker set " +#~ "contains `animated stickers " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the sticker set " +#~ "contains `video stickers `_" +#~ msgstr "" + +#~ msgid "List of all set stickers" +#~ msgstr "" + +#~ msgid "*Optional*. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/successful_payment.po b/docs/locale/en/LC_MESSAGES/api/types/successful_payment.po index d6152e59..3001e8b2 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/successful_payment.po +++ b/docs/locale/en/LC_MESSAGES/api/types/successful_payment.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/successful_payment.rst:3 msgid "SuccessfulPayment" @@ -26,50 +26,54 @@ msgid "This object contains basic information about a successful payment." msgstr "" #: aiogram.types.successful_payment.SuccessfulPayment:3 of -msgid "Source: https://core.telegram.org/bots/api#successfulpayment" -msgstr "" - -#: ../../docstring -#: aiogram.types.successful_payment.SuccessfulPayment.currency:1 of -msgid "" -"Three-letter ISO 4217 `currency `_ code" -msgstr "" - -#: ../../docstring -#: aiogram.types.successful_payment.SuccessfulPayment.total_amount:1 of -msgid "" -"Total price in the *smallest units* of the currency (integer, **not** " -"float/double). For example, for a price of :code:`US$ 1.45` pass " -":code:`amount = 145`. See the *exp* parameter in `currencies.json " -"`_, it shows the" -" number of digits past the decimal point for each currency (2 for the " -"majority of currencies)." -msgstr "" - -#: ../../docstring -#: aiogram.types.successful_payment.SuccessfulPayment.invoice_payload:1 of -msgid "Bot specified invoice payload" -msgstr "" - -#: ../../docstring -#: aiogram.types.successful_payment.SuccessfulPayment.telegram_payment_charge_id:1 -#: of -msgid "Telegram payment identifier" +msgid "https://core.telegram.org/bots/api#successfulpayment" msgstr "" #: ../../docstring +#: aiogram.types.successful_payment.SuccessfulPayment.currency:1 +#: aiogram.types.successful_payment.SuccessfulPayment.invoice_payload:1 +#: aiogram.types.successful_payment.SuccessfulPayment.order_info:1 #: aiogram.types.successful_payment.SuccessfulPayment.provider_payment_charge_id:1 -#: of -msgid "Provider payment identifier" +#: aiogram.types.successful_payment.SuccessfulPayment.shipping_option_id:1 +#: aiogram.types.successful_payment.SuccessfulPayment.telegram_payment_charge_id:1 +#: aiogram.types.successful_payment.SuccessfulPayment.total_amount:1 of +msgid "Simple field" msgstr "" -#: ../../docstring -#: aiogram.types.successful_payment.SuccessfulPayment.shipping_option_id:1 of -msgid "*Optional*. Identifier of the shipping option chosen by the user" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#successfulpayment" +#~ msgstr "" + +#~ msgid "" +#~ "Three-letter ISO 4217 `currency " +#~ "`_" +#~ " code" +#~ msgstr "" + +#~ msgid "" +#~ "Total price in the *smallest units* " +#~ "of the currency (integer, **not** " +#~ "float/double). For example, for a price" +#~ " of :code:`US$ 1.45` pass :code:`amount " +#~ "= 145`. See the *exp* parameter in" +#~ " `currencies.json " +#~ "`_, it" +#~ " shows the number of digits past " +#~ "the decimal point for each currency " +#~ "(2 for the majority of currencies)." +#~ msgstr "" + +#~ msgid "Bot specified invoice payload" +#~ msgstr "" + +#~ msgid "Telegram payment identifier" +#~ msgstr "" + +#~ msgid "Provider payment identifier" +#~ msgstr "" + +#~ msgid "*Optional*. Identifier of the shipping option chosen by the user" +#~ msgstr "" + +#~ msgid "*Optional*. Order information provided by the user" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.successful_payment.SuccessfulPayment.order_info:1 of -msgid "*Optional*. Order information provided by the user" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/update.po b/docs/locale/en/LC_MESSAGES/api/types/update.po index 940848f4..2d578279 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/update.po +++ b/docs/locale/en/LC_MESSAGES/api/types/update.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/update.rst:3 msgid "Update" @@ -23,126 +23,176 @@ msgstr "" #: aiogram.types.update.Update:1 of msgid "" -"This `object `_ " -"represents an incoming update." +"This object represents an incoming update. At most one of the optional " +"parameters can be present in any given update." msgstr "" -#: aiogram.types.update.Update:3 of -msgid "" -"At most **one** of the optional parameters can be present in any given " -"update." +#: aiogram.types.update.Update:4 of +msgid "https://core.telegram.org/bots/api#update" msgstr "" -#: aiogram.types.update.Update:5 of -msgid "Source: https://core.telegram.org/bots/api#update" +#: ../../docstring aiogram.types.update.Update.callback_query:1 +#: aiogram.types.update.Update.channel_post:1 +#: aiogram.types.update.Update.chat_join_request:1 +#: aiogram.types.update.Update.chat_member:1 +#: aiogram.types.update.Update.chosen_inline_result:1 +#: aiogram.types.update.Update.edited_channel_post:1 +#: aiogram.types.update.Update.edited_message:1 +#: aiogram.types.update.Update.inline_query:1 +#: aiogram.types.update.Update.message:1 +#: aiogram.types.update.Update.my_chat_member:1 +#: aiogram.types.update.Update.poll:1 aiogram.types.update.Update.poll_answer:1 +#: aiogram.types.update.Update.pre_checkout_query:1 +#: aiogram.types.update.Update.shipping_query:1 +#: aiogram.types.update.Update.update_id:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.update.Update.update_id:1 of -msgid "" -"The update's unique identifier. Update identifiers start from a certain " -"positive number and increase sequentially. This ID becomes especially " -"handy if you're using `webhooks " -"`_, since it allows you to" -" ignore repeated updates or to restore the correct update sequence, " -"should they get out of order. If there are no new updates for at least a " -"week, then identifier of the next update will be chosen randomly instead " -"of sequentially." +#: aiogram.types.update.AllowedUpdates:1 of +msgid "Helper for allowed_updates parameter in getUpdates and setWebhook methods." msgstr "" -#: ../../docstring aiogram.types.update.Update.message:1 of -msgid "*Optional*. New incoming message of any kind - text, photo, sticker, etc." +#: aiogram.types.update.AllowedUpdates:3 of +msgid "You can use &, + or | operators for make combination of allowed updates." msgstr "" -#: ../../docstring aiogram.types.update.Update.edited_message:1 of -msgid "" -"*Optional*. New version of a message that is known to the bot and was " -"edited" +#: aiogram.types.update.AllowedUpdates:7 of +msgid "Example:" msgstr "" -#: ../../docstring aiogram.types.update.Update.channel_post:1 of -msgid "" -"*Optional*. New incoming channel post of any kind - text, photo, sticker," -" etc." -msgstr "" +#~ msgid "" +#~ "This `object `_ represents an incoming " +#~ "update." +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.edited_channel_post:1 of -msgid "" -"*Optional*. New version of a channel post that is known to the bot and " -"was edited" -msgstr "" +#~ msgid "" +#~ "At most **one** of the optional " +#~ "parameters can be present in any " +#~ "given update." +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.inline_query:1 of -msgid "" -"*Optional*. New incoming `inline `_ query" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#update" +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.chosen_inline_result:1 of -msgid "" -"*Optional*. The result of an `inline `_ query that was chosen by a user and sent to their chat " -"partner. Please see our documentation on the `feedback collecting " -"`_ for details" -" on how to enable these updates for your bot." -msgstr "" +#~ msgid "" +#~ "The update's unique identifier. Update " +#~ "identifiers start from a certain " +#~ "positive number and increase sequentially. " +#~ "This ID becomes especially handy if " +#~ "you're using `webhooks " +#~ "`_, since " +#~ "it allows you to ignore repeated " +#~ "updates or to restore the correct " +#~ "update sequence, should they get out " +#~ "of order. If there are no new " +#~ "updates for at least a week, then" +#~ " identifier of the next update will" +#~ " be chosen randomly instead of " +#~ "sequentially." +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.callback_query:1 of -msgid "*Optional*. New incoming callback query" -msgstr "" +#~ msgid "" +#~ "*Optional*. New incoming message of any" +#~ " kind - text, photo, sticker, etc." +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.shipping_query:1 of -msgid "" -"*Optional*. New incoming shipping query. Only for invoices with flexible " -"price" -msgstr "" +#~ msgid "" +#~ "*Optional*. New version of a message " +#~ "that is known to the bot and " +#~ "was edited" +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.pre_checkout_query:1 of -msgid "" -"*Optional*. New incoming pre-checkout query. Contains full information " -"about checkout" -msgstr "" +#~ msgid "" +#~ "*Optional*. New incoming channel post of" +#~ " any kind - text, photo, sticker, " +#~ "etc." +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.poll:1 of -msgid "" -"*Optional*. New poll state. Bots receive only updates about stopped polls" -" and polls, which are sent by the bot" -msgstr "" +#~ msgid "" +#~ "*Optional*. New version of a channel " +#~ "post that is known to the bot " +#~ "and was edited" +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.poll_answer:1 of -msgid "" -"*Optional*. A user changed their answer in a non-anonymous poll. Bots " -"receive new votes only in polls that were sent by the bot itself." -msgstr "" +#~ msgid "" +#~ "*Optional*. New incoming `inline " +#~ "`_ query" +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.my_chat_member:1 of -msgid "" -"*Optional*. The bot's chat member status was updated in a chat. For " -"private chats, this update is received only when the bot is blocked or " -"unblocked by the user." -msgstr "" +#~ msgid "" +#~ "*Optional*. The result of an `inline " +#~ "`_ query" +#~ " that was chosen by a user and" +#~ " sent to their chat partner. Please" +#~ " see our documentation on the " +#~ "`feedback collecting " +#~ "`_" +#~ " for details on how to enable " +#~ "these updates for your bot." +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.chat_member:1 of -msgid "" -"*Optional*. A chat member's status was updated in a chat. The bot must be" -" an administrator in the chat and must explicitly specify 'chat_member' " -"in the list of *allowed_updates* to receive these updates." -msgstr "" +#~ msgid "*Optional*. New incoming callback query" +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.chat_join_request:1 of -msgid "" -"*Optional*. A request to join the chat has been sent. The bot must have " -"the *can_invite_users* administrator right in the chat to receive these " -"updates." -msgstr "" +#~ msgid "" +#~ "*Optional*. New incoming shipping query. " +#~ "Only for invoices with flexible price" +#~ msgstr "" -#: aiogram.types.update.Update.event_type:1 of -msgid "Detect update type If update type is unknown, raise UpdateTypeLookupError" -msgstr "" +#~ msgid "" +#~ "*Optional*. New incoming pre-checkout " +#~ "query. Contains full information about " +#~ "checkout" +#~ msgstr "" -#: aiogram.types.update.Update.event_type of -msgid "Returns" -msgstr "" +#~ msgid "" +#~ "*Optional*. New poll state. Bots receive" +#~ " only updates about stopped polls and" +#~ " polls, which are sent by the " +#~ "bot" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. A user changed their answer" +#~ " in a non-anonymous poll. Bots " +#~ "receive new votes only in polls " +#~ "that were sent by the bot itself." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The bot's chat member status" +#~ " was updated in a chat. For " +#~ "private chats, this update is received" +#~ " only when the bot is blocked " +#~ "or unblocked by the user." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. A chat member's status was" +#~ " updated in a chat. The bot " +#~ "must be an administrator in the " +#~ "chat and must explicitly specify " +#~ "'chat_member' in the list of " +#~ "*allowed_updates* to receive these updates." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. A request to join the " +#~ "chat has been sent. The bot must" +#~ " have the *can_invite_users* administrator " +#~ "right in the chat to receive these" +#~ " updates." +#~ msgstr "" + +#~ msgid "" +#~ "Detect update type If update type " +#~ "is unknown, raise UpdateTypeLookupError" +#~ msgstr "" + +#~ msgid "Returns" +#~ msgstr "" + +#~ msgid "Update does not contain any known event type." +#~ msgstr "" -#: aiogram.types.update.UpdateTypeLookupError:1 of -msgid "Update does not contain any known event type." -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/user.po b/docs/locale/en/LC_MESSAGES/api/types/user.po index b7e590b3..7cdb9896 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/user.po +++ b/docs/locale/en/LC_MESSAGES/api/types/user.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/user.rst:3 msgid "User" @@ -26,115 +26,45 @@ msgid "This object represents a Telegram user or bot." msgstr "" #: aiogram.types.user.User:3 of -msgid "Source: https://core.telegram.org/bots/api#user" +msgid "https://core.telegram.org/bots/api#user" msgstr "" -#: ../../docstring aiogram.types.user.User.id:1 of -msgid "" -"Unique identifier for this user or bot. This number may have more than 32" -" significant bits and some programming languages may have " -"difficulty/silent defects in interpreting it. But it has at most 52 " -"significant bits, so a 64-bit integer or double-precision float type are " -"safe for storing this identifier." +#: ../../docstring aiogram.types.user.User.added_to_attachment_menu:1 +#: aiogram.types.user.User.can_join_groups:1 +#: aiogram.types.user.User.can_read_all_group_messages:1 +#: aiogram.types.user.User.first_name:1 aiogram.types.user.User.id:1 +#: aiogram.types.user.User.is_bot:1 aiogram.types.user.User.is_premium:1 +#: aiogram.types.user.User.language_code:1 aiogram.types.user.User.last_name:1 +#: aiogram.types.user.User.supports_inline_queries:1 +#: aiogram.types.user.User.username:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.user.User.is_bot:1 of -msgid ":code:`True`, if this user is a bot" +#: aiogram.types.user.User.full_name:1 of +msgid "You can get full name of user." msgstr "" -#: ../../docstring aiogram.types.user.User.first_name:1 of -msgid "User's or bot's first name" -msgstr "" - -#: ../../docstring aiogram.types.user.User.last_name:1 of -msgid "*Optional*. User's or bot's last name" -msgstr "" - -#: ../../docstring aiogram.types.user.User.username:1 of -msgid "*Optional*. User's or bot's username" -msgstr "" - -#: ../../docstring aiogram.types.user.User.language_code:1 of -msgid "" -"*Optional*. `IETF language tag " -"`_ of the user's " -"language" -msgstr "" - -#: ../../docstring aiogram.types.user.User.is_premium:1 of -msgid "*Optional*. :code:`True`, if this user is a Telegram Premium user" -msgstr "" - -#: ../../docstring aiogram.types.user.User.added_to_attachment_menu:1 of -msgid "" -"*Optional*. :code:`True`, if this user added the bot to the attachment " -"menu" -msgstr "" - -#: ../../docstring aiogram.types.user.User.can_join_groups:1 of -msgid "" -"*Optional*. :code:`True`, if the bot can be invited to groups. Returned " -"only in :class:`aiogram.methods.get_me.GetMe`." -msgstr "" - -#: ../../docstring aiogram.types.user.User.can_read_all_group_messages:1 of -msgid "" -"*Optional*. :code:`True`, if `privacy mode " -"`_ is disabled for " -"the bot. Returned only in :class:`aiogram.methods.get_me.GetMe`." -msgstr "" - -#: ../../docstring aiogram.types.user.User.supports_inline_queries:1 of -msgid "" -"*Optional*. :code:`True`, if the bot supports inline queries. Returned " -"only in :class:`aiogram.methods.get_me.GetMe`." -msgstr "" - -#: aiogram.types.user.User.get_profile_photos:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.get_user_profile_photos.GetUserProfilePhotos` " -"will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.user.User.get_profile_photos:4 of -msgid ":code:`user_id`" -msgstr "" - -#: aiogram.types.user.User.get_profile_photos:6 of -msgid "" -"Use this method to get a list of profile pictures for a user. Returns a " -":class:`aiogram.types.user_profile_photos.UserProfilePhotos` object." -msgstr "" - -#: aiogram.types.user.User.get_profile_photos:8 of -msgid "Source: https://core.telegram.org/bots/api#getuserprofilephotos" -msgstr "" - -#: aiogram.types.user.User.get_profile_photos of -msgid "Parameters" -msgstr "" - -#: aiogram.types.user.User.get_profile_photos:10 of -msgid "" -"Sequential number of the first photo to be returned. By default, all " -"photos are returned." -msgstr "" - -#: aiogram.types.user.User.get_profile_photos:11 of -msgid "" -"Limits the number of photos to be retrieved. Values between 1-100 are " -"accepted. Defaults to 100." -msgstr "" - -#: aiogram.types.user.User.get_profile_photos of +#: aiogram.types.user.User.full_name aiogram.types.user.User.locale +#: aiogram.types.user.User.mention of msgid "Returns" msgstr "" -#: aiogram.types.user.User.get_profile_photos:12 of +#: aiogram.types.user.User.full_name:3 aiogram.types.user.User.mention:4 of +msgid "str" +msgstr "" + +#: aiogram.types.user.User.mention:1 of msgid "" -"instance of method " -":class:`aiogram.methods.get_user_profile_photos.GetUserProfilePhotos`" +"You can get user's username to mention him Full name will be returned if " +"user has no username" +msgstr "" + +#: aiogram.types.user.User.locale:1 of +msgid "Get user's locale" +msgstr "" + +#: aiogram.types.user.User.locale:3 of +msgid ":class:`babel.core.Locale`" msgstr "" #~ msgid "This object represents a Telegram user or bot." @@ -155,3 +85,102 @@ msgstr "" #~ "disabled for the bot. Returned only " #~ "in :class:`aiogram.methods.get_me.GetMe`." #~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for this user or " +#~ "bot. This number may have more " +#~ "than 32 significant bits and some " +#~ "programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a 64-bit integer" +#~ " or double-precision float type are" +#~ " safe for storing this identifier." +#~ msgstr "" + +#~ msgid ":code:`True`, if this user is a bot" +#~ msgstr "" + +#~ msgid "User's or bot's first name" +#~ msgstr "" + +#~ msgid "*Optional*. User's or bot's last name" +#~ msgstr "" + +#~ msgid "*Optional*. User's or bot's username" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `IETF language tag " +#~ "`_ of the" +#~ " user's language" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if this user is a Telegram Premium user" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if this user " +#~ "added the bot to the attachment " +#~ "menu" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the bot can" +#~ " be invited to groups. Returned only" +#~ " in :class:`aiogram.methods.get_me.GetMe`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if `privacy mode " +#~ "`_ " +#~ "is disabled for the bot. Returned " +#~ "only in :class:`aiogram.methods.get_me.GetMe`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the bot " +#~ "supports inline queries. Returned only " +#~ "in :class:`aiogram.methods.get_me.GetMe`." +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.get_user_profile_photos.GetUserProfilePhotos`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid ":code:`user_id`" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to get a list " +#~ "of profile pictures for a user. " +#~ "Returns a " +#~ ":class:`aiogram.types.user_profile_photos.UserProfilePhotos` " +#~ "object." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getuserprofilephotos" +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "" +#~ "Sequential number of the first photo " +#~ "to be returned. By default, all " +#~ "photos are returned." +#~ msgstr "" + +#~ msgid "" +#~ "Limits the number of photos to be" +#~ " retrieved. Values between 1-100 are " +#~ "accepted. Defaults to 100." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.get_user_profile_photos.GetUserProfilePhotos`" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/user_profile_photos.po b/docs/locale/en/LC_MESSAGES/api/types/user_profile_photos.po index a1a37319..2b55eb5a 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/user_profile_photos.po +++ b/docs/locale/en/LC_MESSAGES/api/types/user_profile_photos.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/user_profile_photos.rst:3 msgid "UserProfilePhotos" @@ -26,15 +26,20 @@ msgid "This object represent a user's profile pictures." msgstr "" #: aiogram.types.user_profile_photos.UserProfilePhotos:3 of -msgid "Source: https://core.telegram.org/bots/api#userprofilephotos" +msgid "https://core.telegram.org/bots/api#userprofilephotos" msgstr "" #: ../../docstring #: aiogram.types.user_profile_photos.UserProfilePhotos.total_count:1 of -msgid "Total number of profile pictures the target user has" +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.user_profile_photos.UserProfilePhotos.photos:1 -#: of -msgid "Requested profile pictures (in up to 4 sizes each)" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#userprofilephotos" +#~ msgstr "" + +#~ msgid "Total number of profile pictures the target user has" +#~ msgstr "" + +#~ msgid "Requested profile pictures (in up to 4 sizes each)" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/user_shared.po b/docs/locale/en/LC_MESSAGES/api/types/user_shared.po new file mode 100644 index 00000000..fd70422e --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/api/types/user_shared.po @@ -0,0 +1,40 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2023, aiogram Team +# This file is distributed under the same license as the aiogram package. +# FIRST AUTHOR , 2023. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: aiogram \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: en\n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../api/types/user_shared.rst:3 +msgid "UserShared" +msgstr "" + +#: aiogram.types.user_shared.UserShared:1 of +msgid "" +"This object contains information about the user whose identifier was " +"shared with the bot using a KeyboardButtonRequestUser button." +msgstr "" + +#: aiogram.types.user_shared.UserShared:4 of +msgid "https://core.telegram.org/bots/api#usershared" +msgstr "" + +#: ../../docstring aiogram.types.user_shared.UserShared.request_id:1 +#: aiogram.types.user_shared.UserShared.user_id:1 of +msgid "Simple field" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/venue.po b/docs/locale/en/LC_MESSAGES/api/types/venue.po index 949a414e..c5d96308 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/venue.po +++ b/docs/locale/en/LC_MESSAGES/api/types/venue.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/venue.rst:3 msgid "Venue" @@ -26,38 +26,46 @@ msgid "This object represents a venue." msgstr "" #: aiogram.types.venue.Venue:3 of -msgid "Source: https://core.telegram.org/bots/api#venue" +msgid "https://core.telegram.org/bots/api#venue" msgstr "" -#: ../../docstring aiogram.types.venue.Venue.location:1 of -msgid "Venue location. Can't be a live location" +#: ../../docstring aiogram.types.venue.Venue.address:1 +#: aiogram.types.venue.Venue.foursquare_id:1 +#: aiogram.types.venue.Venue.foursquare_type:1 +#: aiogram.types.venue.Venue.google_place_id:1 +#: aiogram.types.venue.Venue.google_place_type:1 +#: aiogram.types.venue.Venue.location:1 aiogram.types.venue.Venue.title:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.venue.Venue.title:1 of -msgid "Name of the venue" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#venue" +#~ msgstr "" -#: ../../docstring aiogram.types.venue.Venue.address:1 of -msgid "Address of the venue" -msgstr "" +#~ msgid "Venue location. Can't be a live location" +#~ msgstr "" -#: ../../docstring aiogram.types.venue.Venue.foursquare_id:1 of -msgid "*Optional*. Foursquare identifier of the venue" -msgstr "" +#~ msgid "Name of the venue" +#~ msgstr "" -#: ../../docstring aiogram.types.venue.Venue.foursquare_type:1 of -msgid "" -"*Optional*. Foursquare type of the venue. (For example, " -"'arts_entertainment/default', 'arts_entertainment/aquarium' or " -"'food/icecream'.)" -msgstr "" +#~ msgid "Address of the venue" +#~ msgstr "" -#: ../../docstring aiogram.types.venue.Venue.google_place_id:1 of -msgid "*Optional*. Google Places identifier of the venue" -msgstr "" +#~ msgid "*Optional*. Foursquare identifier of the venue" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Foursquare type of the " +#~ "venue. (For example, 'arts_entertainment/default'," +#~ " 'arts_entertainment/aquarium' or 'food/icecream'.)" +#~ msgstr "" + +#~ msgid "*Optional*. Google Places identifier of the venue" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Google Places type of the" +#~ " venue. (See `supported types " +#~ "`_.)" +#~ msgstr "" -#: ../../docstring aiogram.types.venue.Venue.google_place_type:1 of -msgid "" -"*Optional*. Google Places type of the venue. (See `supported types " -"`_.)" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/video.po b/docs/locale/en/LC_MESSAGES/api/types/video.po index d3df202b..493a7c9a 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/video.po +++ b/docs/locale/en/LC_MESSAGES/api/types/video.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/video.rst:3 msgid "Video" @@ -26,47 +26,61 @@ msgid "This object represents a video file." msgstr "" #: aiogram.types.video.Video:3 of -msgid "Source: https://core.telegram.org/bots/api#video" +msgid "https://core.telegram.org/bots/api#video" msgstr "" -#: ../../docstring aiogram.types.video.Video.file_id:1 of -msgid "Identifier for this file, which can be used to download or reuse the file" +#: ../../docstring aiogram.types.video.Video.duration:1 +#: aiogram.types.video.Video.file_id:1 aiogram.types.video.Video.file_name:1 +#: aiogram.types.video.Video.file_size:1 +#: aiogram.types.video.Video.file_unique_id:1 +#: aiogram.types.video.Video.height:1 aiogram.types.video.Video.mime_type:1 +#: aiogram.types.video.Video.thumb:1 aiogram.types.video.Video.width:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.video.Video.file_unique_id:1 of -msgid "" -"Unique identifier for this file, which is supposed to be the same over " -"time and for different bots. Can't be used to download or reuse the file." -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#video" +#~ msgstr "" -#: ../../docstring aiogram.types.video.Video.width:1 of -msgid "Video width as defined by sender" -msgstr "" +#~ msgid "" +#~ "Identifier for this file, which can " +#~ "be used to download or reuse the" +#~ " file" +#~ msgstr "" -#: ../../docstring aiogram.types.video.Video.height:1 of -msgid "Video height as defined by sender" -msgstr "" +#~ msgid "" +#~ "Unique identifier for this file, which" +#~ " is supposed to be the same " +#~ "over time and for different bots. " +#~ "Can't be used to download or reuse" +#~ " the file." +#~ msgstr "" -#: ../../docstring aiogram.types.video.Video.duration:1 of -msgid "Duration of the video in seconds as defined by sender" -msgstr "" +#~ msgid "Video width as defined by sender" +#~ msgstr "" -#: ../../docstring aiogram.types.video.Video.thumb:1 of -msgid "*Optional*. Video thumbnail" -msgstr "" +#~ msgid "Video height as defined by sender" +#~ msgstr "" -#: ../../docstring aiogram.types.video.Video.file_name:1 of -msgid "*Optional*. Original filename as defined by sender" -msgstr "" +#~ msgid "Duration of the video in seconds as defined by sender" +#~ msgstr "" -#: ../../docstring aiogram.types.video.Video.mime_type:1 of -msgid "*Optional*. MIME type of the file as defined by sender" -msgstr "" +#~ msgid "*Optional*. Video thumbnail" +#~ msgstr "" + +#~ msgid "*Optional*. Original filename as defined by sender" +#~ msgstr "" + +#~ msgid "*Optional*. MIME type of the file as defined by sender" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. File size in bytes. It " +#~ "can be bigger than 2^31 and some" +#~ " programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a signed 64-bit " +#~ "integer or double-precision float type" +#~ " are safe for storing this value." +#~ msgstr "" -#: ../../docstring aiogram.types.video.Video.file_size:1 of -msgid "" -"*Optional*. File size in bytes. It can be bigger than 2^31 and some " -"programming languages may have difficulty/silent defects in interpreting " -"it. But it has at most 52 significant bits, so a signed 64-bit integer or" -" double-precision float type are safe for storing this value." -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/video_chat_ended.po b/docs/locale/en/LC_MESSAGES/api/types/video_chat_ended.po index 85fca928..68da4775 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/video_chat_ended.po +++ b/docs/locale/en/LC_MESSAGES/api/types/video_chat_ended.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/video_chat_ended.rst:3 msgid "VideoChatEnded" @@ -23,14 +23,27 @@ msgstr "" #: aiogram.types.video_chat_ended.VideoChatEnded:1 of msgid "" -"This object represents a service message about a video chat ended in the " -"chat." +"This object represents a service message about a video chat scheduled in " +"the chat." msgstr "" #: aiogram.types.video_chat_ended.VideoChatEnded:3 of -msgid "Source: https://core.telegram.org/bots/api#videochatended" +msgid "https://core.telegram.org/bots/api#videochatended" msgstr "" #: ../../docstring aiogram.types.video_chat_ended.VideoChatEnded.duration:1 of -msgid "Video chat duration in seconds" +msgid "Simple field" msgstr "" + +#~ msgid "" +#~ "This object represents a service message" +#~ " about a video chat ended in " +#~ "the chat." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#videochatended" +#~ msgstr "" + +#~ msgid "Video chat duration in seconds" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/video_chat_participants_invited.po b/docs/locale/en/LC_MESSAGES/api/types/video_chat_participants_invited.po index 003f340f..b7fc9cba 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/video_chat_participants_invited.po +++ b/docs/locale/en/LC_MESSAGES/api/types/video_chat_participants_invited.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/video_chat_participants_invited.rst:3 msgid "VideoChatParticipantsInvited" @@ -30,11 +30,18 @@ msgstr "" #: aiogram.types.video_chat_participants_invited.VideoChatParticipantsInvited:3 #: of -msgid "Source: https://core.telegram.org/bots/api#videochatparticipantsinvited" +msgid "https://core.telegram.org/bots/api#videochatparticipantsinvited" msgstr "" #: ../../docstring #: aiogram.types.video_chat_participants_invited.VideoChatParticipantsInvited.users:1 #: of -msgid "New members that were invited to the video chat" +msgid "The field contains a list of objects" msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#videochatparticipantsinvited" +#~ msgstr "" + +#~ msgid "New members that were invited to the video chat" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/video_chat_scheduled.po b/docs/locale/en/LC_MESSAGES/api/types/video_chat_scheduled.po index cefac90b..925ece17 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/video_chat_scheduled.po +++ b/docs/locale/en/LC_MESSAGES/api/types/video_chat_scheduled.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/video_chat_scheduled.rst:3 msgid "VideoChatScheduled" @@ -28,12 +28,25 @@ msgid "" msgstr "" #: aiogram.types.video_chat_scheduled.VideoChatScheduled:3 of -msgid "Source: https://core.telegram.org/bots/api#videochatscheduled" +msgid "https://core.telegram.org/bots/api#videochatscheduled" msgstr "" #: ../../docstring #: aiogram.types.video_chat_scheduled.VideoChatScheduled.start_date:1 of -msgid "" -"Point in time (Unix timestamp) when the video chat is supposed to be " -"started by a chat administrator" +msgid "In this field stored datetime" msgstr "" + +#: ../../docstring +#: aiogram.types.video_chat_scheduled.VideoChatScheduled.start_date:3 of +msgid "in: unixtime out: datetime" +msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#videochatscheduled" +#~ msgstr "" + +#~ msgid "" +#~ "Point in time (Unix timestamp) when " +#~ "the video chat is supposed to be" +#~ " started by a chat administrator" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/video_chat_started.po b/docs/locale/en/LC_MESSAGES/api/types/video_chat_started.po index c4b7b655..cb9f125b 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/video_chat_started.po +++ b/docs/locale/en/LC_MESSAGES/api/types/video_chat_started.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/video_chat_started.rst:3 msgid "VideoChatStarted" @@ -28,5 +28,9 @@ msgid "" msgstr "" #: aiogram.types.video_chat_started.VideoChatStarted:3 of -msgid "Source: https://core.telegram.org/bots/api#videochatstarted" +msgid "https://core.telegram.org/bots/api#videochatstarted" msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#videochatstarted" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/video_note.po b/docs/locale/en/LC_MESSAGES/api/types/video_note.po index e2a1f689..8a015ee7 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/video_note.po +++ b/docs/locale/en/LC_MESSAGES/api/types/video_note.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/video_note.rst:3 msgid "VideoNote" @@ -23,39 +23,60 @@ msgstr "" #: aiogram.types.video_note.VideoNote:1 of msgid "" -"This object represents a `video message `_ (available in Telegram apps as of `v.4.0 " -"`_)." +"This object represents a video message (available in Telegram apps as of " +"v.4.0)." msgstr "" #: aiogram.types.video_note.VideoNote:3 of -msgid "Source: https://core.telegram.org/bots/api#videonote" +msgid "https://core.telegram.org/bots/api#videonote" msgstr "" -#: ../../docstring aiogram.types.video_note.VideoNote.file_id:1 of -msgid "Identifier for this file, which can be used to download or reuse the file" +#: ../../docstring aiogram.types.video_note.VideoNote.duration:1 +#: aiogram.types.video_note.VideoNote.file_id:1 +#: aiogram.types.video_note.VideoNote.file_size:1 +#: aiogram.types.video_note.VideoNote.file_unique_id:1 +#: aiogram.types.video_note.VideoNote.length:1 +#: aiogram.types.video_note.VideoNote.thumb:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.video_note.VideoNote.file_unique_id:1 of -msgid "" -"Unique identifier for this file, which is supposed to be the same over " -"time and for different bots. Can't be used to download or reuse the file." -msgstr "" +#~ msgid "" +#~ "This object represents a `video message" +#~ " `_ (available in Telegram apps " +#~ "as of `v.4.0 `_)." +#~ msgstr "" -#: ../../docstring aiogram.types.video_note.VideoNote.length:1 of -msgid "" -"Video width and height (diameter of the video message) as defined by " -"sender" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#videonote" +#~ msgstr "" -#: ../../docstring aiogram.types.video_note.VideoNote.duration:1 of -msgid "Duration of the video in seconds as defined by sender" -msgstr "" +#~ msgid "" +#~ "Identifier for this file, which can " +#~ "be used to download or reuse the" +#~ " file" +#~ msgstr "" -#: ../../docstring aiogram.types.video_note.VideoNote.thumb:1 of -msgid "*Optional*. Video thumbnail" -msgstr "" +#~ msgid "" +#~ "Unique identifier for this file, which" +#~ " is supposed to be the same " +#~ "over time and for different bots. " +#~ "Can't be used to download or reuse" +#~ " the file." +#~ msgstr "" + +#~ msgid "" +#~ "Video width and height (diameter of " +#~ "the video message) as defined by " +#~ "sender" +#~ msgstr "" + +#~ msgid "Duration of the video in seconds as defined by sender" +#~ msgstr "" + +#~ msgid "*Optional*. Video thumbnail" +#~ msgstr "" + +#~ msgid "*Optional*. File size in bytes" +#~ msgstr "" -#: ../../docstring aiogram.types.video_note.VideoNote.file_size:1 of -msgid "*Optional*. File size in bytes" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/voice.po b/docs/locale/en/LC_MESSAGES/api/types/voice.po index 1f0abe93..8bfd55af 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/voice.po +++ b/docs/locale/en/LC_MESSAGES/api/types/voice.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/voice.rst:3 msgid "Voice" @@ -26,31 +26,47 @@ msgid "This object represents a voice note." msgstr "" #: aiogram.types.voice.Voice:3 of -msgid "Source: https://core.telegram.org/bots/api#voice" +msgid "https://core.telegram.org/bots/api#voice" msgstr "" -#: ../../docstring aiogram.types.voice.Voice.file_id:1 of -msgid "Identifier for this file, which can be used to download or reuse the file" +#: ../../docstring aiogram.types.voice.Voice.duration:1 +#: aiogram.types.voice.Voice.file_id:1 aiogram.types.voice.Voice.file_size:1 +#: aiogram.types.voice.Voice.file_unique_id:1 +#: aiogram.types.voice.Voice.mime_type:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.voice.Voice.file_unique_id:1 of -msgid "" -"Unique identifier for this file, which is supposed to be the same over " -"time and for different bots. Can't be used to download or reuse the file." -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#voice" +#~ msgstr "" -#: ../../docstring aiogram.types.voice.Voice.duration:1 of -msgid "Duration of the audio in seconds as defined by sender" -msgstr "" +#~ msgid "" +#~ "Identifier for this file, which can " +#~ "be used to download or reuse the" +#~ " file" +#~ msgstr "" -#: ../../docstring aiogram.types.voice.Voice.mime_type:1 of -msgid "*Optional*. MIME type of the file as defined by sender" -msgstr "" +#~ msgid "" +#~ "Unique identifier for this file, which" +#~ " is supposed to be the same " +#~ "over time and for different bots. " +#~ "Can't be used to download or reuse" +#~ " the file." +#~ msgstr "" + +#~ msgid "Duration of the audio in seconds as defined by sender" +#~ msgstr "" + +#~ msgid "*Optional*. MIME type of the file as defined by sender" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. File size in bytes. It " +#~ "can be bigger than 2^31 and some" +#~ " programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a signed 64-bit " +#~ "integer or double-precision float type" +#~ " are safe for storing this value." +#~ msgstr "" -#: ../../docstring aiogram.types.voice.Voice.file_size:1 of -msgid "" -"*Optional*. File size in bytes. It can be bigger than 2^31 and some " -"programming languages may have difficulty/silent defects in interpreting " -"it. But it has at most 52 significant bits, so a signed 64-bit integer or" -" double-precision float type are safe for storing this value." -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/web_app_data.po b/docs/locale/en/LC_MESSAGES/api/types/web_app_data.po index 812f3b5c..1c1708c2 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/web_app_data.po +++ b/docs/locale/en/LC_MESSAGES/api/types/web_app_data.po @@ -8,37 +8,49 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/web_app_data.rst:3 msgid "WebAppData" msgstr "" #: aiogram.types.web_app_data.WebAppData:1 of -msgid "" -"Describes data sent from a `Web App " -"`_ to the bot." +msgid "Contains data sent from a Web App to the bot." msgstr "" #: aiogram.types.web_app_data.WebAppData:3 of msgid "Source: https://core.telegram.org/bots/api#webappdata" msgstr "" -#: ../../docstring aiogram.types.web_app_data.WebAppData.data:1 of -msgid "" -"The data. Be aware that a bad client can send arbitrary data in this " -"field." +#: ../../docstring aiogram.types.web_app_data.WebAppData.button_text:1 +#: aiogram.types.web_app_data.WebAppData.data:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.web_app_data.WebAppData.button_text:1 of -msgid "" -"Text of the *web_app* keyboard button from which the Web App was opened. " -"Be aware that a bad client can send arbitrary data in this field." -msgstr "" +#~ msgid "" +#~ "Describes data sent from a `Web " +#~ "App `_ to " +#~ "the bot." +#~ msgstr "" + +#~ msgid "" +#~ "The data. Be aware that a bad " +#~ "client can send arbitrary data in " +#~ "this field." +#~ msgstr "" + +#~ msgid "" +#~ "Text of the *web_app* keyboard button" +#~ " from which the Web App was " +#~ "opened. Be aware that a bad client" +#~ " can send arbitrary data in this " +#~ "field." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/web_app_info.po b/docs/locale/en/LC_MESSAGES/api/types/web_app_info.po index 4a2e122f..ab8a8f39 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/web_app_info.po +++ b/docs/locale/en/LC_MESSAGES/api/types/web_app_info.po @@ -8,21 +8,21 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/web_app_info.rst:3 msgid "WebAppInfo" msgstr "" #: aiogram.types.web_app_info.WebAppInfo:1 of -msgid "Describes a `Web App `_." +msgid "Contains information about a Web App." msgstr "" #: aiogram.types.web_app_info.WebAppInfo:3 of @@ -30,8 +30,17 @@ msgid "Source: https://core.telegram.org/bots/api#webappinfo" msgstr "" #: ../../docstring aiogram.types.web_app_info.WebAppInfo.url:1 of -msgid "" -"An HTTPS URL of a Web App to be opened with additional data as specified " -"in `Initializing Web Apps `_" +msgid "Simple field" msgstr "" + +#~ msgid "Describes a `Web App `_." +#~ msgstr "" + +#~ msgid "" +#~ "An HTTPS URL of a Web App to" +#~ " be opened with additional data as" +#~ " specified in `Initializing Web Apps " +#~ "`_" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/webhook_info.po b/docs/locale/en/LC_MESSAGES/api/types/webhook_info.po index f8433f9d..3d6997c0 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/webhook_info.po +++ b/docs/locale/en/LC_MESSAGES/api/types/webhook_info.po @@ -8,75 +8,102 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/webhook_info.rst:3 msgid "WebhookInfo" msgstr "" #: aiogram.types.webhook_info.WebhookInfo:1 of -msgid "Describes the current status of a webhook." +msgid "Contains information about the current status of a webhook." msgstr "" #: aiogram.types.webhook_info.WebhookInfo:3 of -msgid "Source: https://core.telegram.org/bots/api#webhookinfo" -msgstr "" - -#: ../../docstring aiogram.types.webhook_info.WebhookInfo.url:1 of -msgid "Webhook URL, may be empty if webhook is not set up" +msgid "https://core.telegram.org/bots/api#webhookinfo" msgstr "" #: ../../docstring -#: aiogram.types.webhook_info.WebhookInfo.has_custom_certificate:1 of -msgid "" -":code:`True`, if a custom certificate was provided for webhook " -"certificate checks" +#: aiogram.types.webhook_info.WebhookInfo.has_custom_certificate:1 +#: aiogram.types.webhook_info.WebhookInfo.ip_address:1 +#: aiogram.types.webhook_info.WebhookInfo.last_error_date:1 +#: aiogram.types.webhook_info.WebhookInfo.last_error_message:1 +#: aiogram.types.webhook_info.WebhookInfo.max_connections:1 +#: aiogram.types.webhook_info.WebhookInfo.pending_update_count:1 +#: aiogram.types.webhook_info.WebhookInfo.url:1 of +msgid "Simple field" msgstr "" -#: ../../docstring -#: aiogram.types.webhook_info.WebhookInfo.pending_update_count:1 of -msgid "Number of updates awaiting delivery" -msgstr "" - -#: ../../docstring aiogram.types.webhook_info.WebhookInfo.ip_address:1 of -msgid "*Optional*. Currently used webhook IP address" -msgstr "" - -#: ../../docstring aiogram.types.webhook_info.WebhookInfo.last_error_date:1 of -msgid "" -"*Optional*. Unix time for the most recent error that happened when trying" -" to deliver an update via webhook" -msgstr "" - -#: ../../docstring aiogram.types.webhook_info.WebhookInfo.last_error_message:1 -#: of -msgid "" -"*Optional*. Error message in human-readable format for the most recent " -"error that happened when trying to deliver an update via webhook" +#: ../../docstring aiogram.types.webhook_info.WebhookInfo.allowed_updates:1 of +msgid "The field contains a list of objects" msgstr "" #: ../../docstring #: aiogram.types.webhook_info.WebhookInfo.last_synchronization_error_date:1 of -msgid "" -"*Optional*. Unix time of the most recent error that happened when trying " -"to synchronize available updates with Telegram datacenters" +msgid "In this field stored datetime" msgstr "" -#: ../../docstring aiogram.types.webhook_info.WebhookInfo.max_connections:1 of -msgid "" -"*Optional*. The maximum allowed number of simultaneous HTTPS connections " -"to the webhook for update delivery" +#: ../../docstring +#: aiogram.types.webhook_info.WebhookInfo.last_synchronization_error_date:3 of +msgid "in: unixtime out: datetime" msgstr "" -#: ../../docstring aiogram.types.webhook_info.WebhookInfo.allowed_updates:1 of -msgid "" -"*Optional*. A list of update types the bot is subscribed to. Defaults to " -"all update types except *chat_member*" -msgstr "" +#~ msgid "Describes the current status of a webhook." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#webhookinfo" +#~ msgstr "" + +#~ msgid "Webhook URL, may be empty if webhook is not set up" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if a custom certificate " +#~ "was provided for webhook certificate " +#~ "checks" +#~ msgstr "" + +#~ msgid "Number of updates awaiting delivery" +#~ msgstr "" + +#~ msgid "*Optional*. Currently used webhook IP address" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Unix time for the most " +#~ "recent error that happened when trying" +#~ " to deliver an update via webhook" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Error message in human-" +#~ "readable format for the most recent " +#~ "error that happened when trying to " +#~ "deliver an update via webhook" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Unix time of the most " +#~ "recent error that happened when trying" +#~ " to synchronize available updates with " +#~ "Telegram datacenters" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The maximum allowed number " +#~ "of simultaneous HTTPS connections to the" +#~ " webhook for update delivery" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. A list of update types " +#~ "the bot is subscribed to. Defaults " +#~ "to all update types except *chat_member*" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/types/write_access_allowed.po b/docs/locale/en/LC_MESSAGES/api/types/write_access_allowed.po index e2754dd2..e9f054df 100644 --- a/docs/locale/en/LC_MESSAGES/api/types/write_access_allowed.po +++ b/docs/locale/en/LC_MESSAGES/api/types/write_access_allowed.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/write_access_allowed.rst:3 msgid "WriteAccessAllowed" @@ -29,5 +29,9 @@ msgid "" msgstr "" #: aiogram.types.write_access_allowed.WriteAccessAllowed:3 of -msgid "Source: https://core.telegram.org/bots/api#writeaccessallowed" +msgid "https://core.telegram.org/bots/api#writeaccessallowed" msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#writeaccessallowed" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/api/upload_file.po b/docs/locale/en/LC_MESSAGES/api/upload_file.po index 3d0bea45..a33a8ca3 100644 --- a/docs/locale/en/LC_MESSAGES/api/upload_file.po +++ b/docs/locale/en/LC_MESSAGES/api/upload_file.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-03 01:03+0300\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/upload_file.rst:5 msgid "How to upload file?" @@ -36,12 +36,12 @@ msgstr "" #: ../../api/upload_file.rst:13 msgid "" -"But if you need to upload new file just use subclasses of `InputFile " +"But if you need to upload a new file just use subclasses of `InputFile " "`__." msgstr "" #: ../../api/upload_file.rst:15 -msgid "Here is available three different builtin types of input file:" +msgid "Here are the three different available builtin types of input file:" msgstr "" #: ../../api/upload_file.rst:17 @@ -68,9 +68,9 @@ msgstr "" #: ../../api/upload_file.rst:25 msgid "" -"Instances of `InputFile` is reusable. That's mean you can create instance" -" of InputFile and sent this file multiple times but Telegram is not " -"recommend to do that and when you upload file once just save their " +"Instances of `InputFile` are reusable. That's mean you can create " +"instance of InputFile and sent this file multiple times but Telegram does" +" not recommend to do that and when you upload file once just save their " "`file_id` and use it in next times." msgstr "" @@ -86,31 +86,6 @@ msgstr "" msgid "Then you can use it:" msgstr "" -#: aiogram.types.input_file.BufferedInputFile.__init__:1 -#: aiogram.types.input_file.FSInputFile.__init__:1 of -msgid "Represents object for uploading files from filesystem" -msgstr "" - -#: aiogram.types.input_file.BufferedInputFile.__init__ -#: aiogram.types.input_file.FSInputFile.__init__ of -msgid "Parameters" -msgstr "" - -#: aiogram.types.input_file.FSInputFile.__init__:3 of -msgid "Path to file" -msgstr "" - -#: aiogram.types.input_file.FSInputFile.__init__:4 of -msgid "" -"Filename to be propagated to telegram. By default, will be parsed from " -"path" -msgstr "" - -#: aiogram.types.input_file.BufferedInputFile.__init__:5 -#: aiogram.types.input_file.FSInputFile.__init__:6 of -msgid "Uploading chunk size" -msgstr "" - #: ../../api/upload_file.rst:52 msgid "Upload from buffer" msgstr "" @@ -118,8 +93,8 @@ msgstr "" #: ../../api/upload_file.rst:54 msgid "" "Files can be also passed from buffer (For example you generate image " -"using `Pillow `_ and the want's" -" to sent it to the Telegram):" +"using `Pillow `_ and you want " +"to send it to Telegram):" msgstr "" #: ../../api/upload_file.rst:58 ../../api/upload_file.rst:80 @@ -130,14 +105,6 @@ msgstr "" msgid "And then you can use it:" msgstr "" -#: aiogram.types.input_file.BufferedInputFile.__init__:3 of -msgid "Bytes" -msgstr "" - -#: aiogram.types.input_file.BufferedInputFile.__init__:4 of -msgid "Filename to be propagated to telegram." -msgstr "" - #: ../../api/upload_file.rst:74 msgid "Upload from url" msgstr "" @@ -158,3 +125,57 @@ msgstr "" #~ msgid "instance of :obj:`BufferedInputFile`" #~ msgstr "" + +#~ msgid "" +#~ "But if you need to upload new " +#~ "file just use subclasses of `InputFile" +#~ " `__." +#~ msgstr "" + +#~ msgid "Here is available three different builtin types of input file:" +#~ msgstr "" + +#~ msgid "" +#~ "Instances of `InputFile` is reusable. " +#~ "That's mean you can create instance " +#~ "of InputFile and sent this file " +#~ "multiple times but Telegram is not " +#~ "recommend to do that and when you" +#~ " upload file once just save their " +#~ "`file_id` and use it in next " +#~ "times." +#~ msgstr "" + +#~ msgid "Represents object for uploading files from filesystem" +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "Path to file" +#~ msgstr "" + +#~ msgid "" +#~ "Filename to be propagated to telegram." +#~ " By default, will be parsed from " +#~ "path" +#~ msgstr "" + +#~ msgid "Uploading chunk size" +#~ msgstr "" + +#~ msgid "" +#~ "Files can be also passed from " +#~ "buffer (For example you generate image" +#~ " using `Pillow " +#~ "`_ and the " +#~ "want's to sent it to the " +#~ "Telegram):" +#~ msgstr "" + +#~ msgid "Bytes" +#~ msgstr "" + +#~ msgid "Filename to be propagated to telegram." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/changelog.po b/docs/locale/en/LC_MESSAGES/changelog.po index a8b8a071..8229404f 100644 --- a/docs/locale/en/LC_MESSAGES/changelog.po +++ b/docs/locale/en/LC_MESSAGES/changelog.po @@ -8,49 +8,67 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-07 23:01+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../../CHANGES.rst:3 msgid "Changelog" msgstr "" -#: ../../[towncrier-fragments]:2 -msgid "\\ |release| [UNRELEASED DRAFT] (2023-01-07)" +#: ../../../CHANGES.rst:20 +msgid "3.0.0b7 (2023-02-18)" msgstr "" -#: ../../../CHANGES.rst:23 ../../../CHANGES.rst:83 ../../../CHANGES.rst:134 -#: ../../../CHANGES.rst:207 ../../../CHANGES.rst:248 ../../../CHANGES.rst:286 -#: ../../../CHANGES.rst:334 ../../../CHANGES.rst:410 ../../../CHANGES.rst:443 -#: ../../../CHANGES.rst:474 ../../[towncrier-fragments]:5 +#: ../../../CHANGES.rst:24 +msgid "" +"Note that this version has incompatibility with Python 3.8-3.9 in case " +"when you create an instance of Dispatcher outside of the any coroutine." +msgstr "" + +#: ../../../CHANGES.rst:26 +msgid "Sorry for the inconvenience, it will be fixed in the next version." +msgstr "" + +#: ../../../CHANGES.rst:28 +msgid "This code will not work:" +msgstr "" + +#: ../../../CHANGES.rst:40 +msgid "But if you change it like this it should works as well:" +msgstr "" + +#: ../../../CHANGES.rst:56 ../../../CHANGES.rst:156 ../../../CHANGES.rst:216 +#: ../../../CHANGES.rst:267 ../../../CHANGES.rst:340 ../../../CHANGES.rst:381 +#: ../../../CHANGES.rst:419 ../../../CHANGES.rst:467 ../../../CHANGES.rst:543 +#: ../../../CHANGES.rst:576 ../../../CHANGES.rst:607 msgid "Features" msgstr "" -#: ../../[towncrier-fragments]:7 +#: ../../../CHANGES.rst:58 msgid "Added missing shortcuts, new enums, reworked old stuff" msgstr "" -#: ../../[towncrier-fragments]:9 +#: ../../../CHANGES.rst:60 msgid "" "**Breaking** All previously added enums is re-generated in new place - " "`aiogram.enums` instead of `aiogram.types`" msgstr "" -#: ../../[towncrier-fragments]:27 +#: ../../../CHANGES.rst:78 msgid "" "**Added enums:** " ":class:`aiogram.enums.bot_command_scope_type.BotCommandScopeType`," msgstr "" -#: ../../[towncrier-fragments]:13 +#: ../../../CHANGES.rst:64 msgid "" -":class:`aiogram.enums.chat_action.ChatActions`, " +":class:`aiogram.enums.chat_action.ChatAction`, " ":class:`aiogram.enums.chat_member_status.ChatMemberStatus`, " ":class:`aiogram.enums.chat_type.ChatType`, " ":class:`aiogram.enums.content_type.ContentType`, " @@ -67,15 +85,15 @@ msgid "" ":class:`aiogram.enums.update_type.UpdateType`," msgstr "" -#: ../../[towncrier-fragments]:29 +#: ../../../CHANGES.rst:80 msgid "**Added shortcuts**:" msgstr "" -#: ../../[towncrier-fragments]:54 +#: ../../../CHANGES.rst:105 msgid "*Chat* :meth:`aiogram.types.chat.Chat.get_administrators`," msgstr "" -#: ../../[towncrier-fragments]:32 +#: ../../../CHANGES.rst:83 msgid "" ":meth:`aiogram.types.chat.Chat.delete_message`, " ":meth:`aiogram.types.chat.Chat.revoke_invite_link`, " @@ -103,175 +121,245 @@ msgid "" ":meth:`aiogram.types.chat.Chat.set_photo`," msgstr "" -#: ../../[towncrier-fragments]:56 +#: ../../../CHANGES.rst:107 msgid "*Sticker*: :meth:`aiogram.types.sticker.Sticker.set_position_in_set`," msgstr "" -#: ../../[towncrier-fragments]:57 +#: ../../../CHANGES.rst:108 msgid ":meth:`aiogram.types.sticker.Sticker.delete_from_set`," msgstr "" -#: ../../[towncrier-fragments]:58 +#: ../../../CHANGES.rst:109 msgid "*User*: :meth:`aiogram.types.user.User.get_profile_photos`" msgstr "" -#: ../../[towncrier-fragments]:59 +#: ../../../CHANGES.rst:110 msgid "`#952 `_" msgstr "" -#: ../../[towncrier-fragments]:60 +#: ../../../CHANGES.rst:111 msgid "" -"Added full support of `Bot API 6.4 `_ `#1088 " -"`_" +"Added :ref:`callback answer ` feature `#1091 " +"`_" msgstr "" -#: ../../../CHANGES.rst:71 ../../../CHANGES.rst:124 ../../../CHANGES.rst:175 -#: ../../../CHANGES.rst:229 ../../../CHANGES.rst:271 ../../../CHANGES.rst:317 -#: ../../../CHANGES.rst:377 ../../../CHANGES.rst:398 ../../../CHANGES.rst:421 -#: ../../../CHANGES.rst:458 ../../../CHANGES.rst:497 -#: ../../[towncrier-fragments]:65 +#: ../../../CHANGES.rst:113 +msgid "" +"Added a method that allows you to compactly register routers `#1117 " +"`_" +msgstr "" + +#: ../../../CHANGES.rst:118 ../../../CHANGES.rst:181 ../../../CHANGES.rst:230 +#: ../../../CHANGES.rst:291 ../../../CHANGES.rst:349 ../../../CHANGES.rst:395 +#: ../../../CHANGES.rst:443 ../../../CHANGES.rst:499 ../../../CHANGES.rst:584 +#: ../../../CHANGES.rst:616 +msgid "Bugfixes" +msgstr "" + +#: ../../../CHANGES.rst:120 +msgid "" +"Check status code when downloading file `#816 " +"`_" +msgstr "" + +#: ../../../CHANGES.rst:122 +msgid "" +"Fixed `ignore_case` parameter in :obj:`aiogram.filters.command.Command` " +"filter `#1106 `_" +msgstr "" + +#: ../../../CHANGES.rst:127 ../../../CHANGES.rst:204 ../../../CHANGES.rst:257 +#: ../../../CHANGES.rst:308 ../../../CHANGES.rst:362 ../../../CHANGES.rst:404 +#: ../../../CHANGES.rst:450 ../../../CHANGES.rst:510 ../../../CHANGES.rst:531 +#: ../../../CHANGES.rst:554 ../../../CHANGES.rst:591 ../../../CHANGES.rst:630 msgid "Misc" msgstr "" -#: ../../[towncrier-fragments]:67 +#: ../../../CHANGES.rst:129 msgid "" "Added integration with new code-generator named `Butcher " "`_ `#1069 " "`_" msgstr "" -#: ../../../CHANGES.rst:20 +#: ../../../CHANGES.rst:131 +msgid "" +"Added full support of `Bot API 6.4 `_ `#1088 " +"`_" +msgstr "" + +#: ../../../CHANGES.rst:133 +msgid "" +"Updated package metadata, moved build internals from Poetry to Hatch, " +"added contributing guides. `#1095 " +"`_" +msgstr "" + +#: ../../../CHANGES.rst:135 +msgid "" +"Added full support of `Bot API 6.5 `_" +msgstr "" + +#: ../../../CHANGES.rst:139 +msgid "" +"Note that :obj:`aiogram.types.chat_permissions.ChatPermissions` is " +"updated without backward compatibility, so now this object has no " +":code:`can_send_media_messages` attribute" +msgstr "" + +#: ../../../CHANGES.rst:141 +msgid "`#1112 `_" +msgstr "" + +#: ../../../CHANGES.rst:142 +msgid "" +"Replaced error :code:`TypeError: TelegramEventObserver.__call__() got an " +"unexpected keyword argument ''` with a more understandable one for " +"developers and with a link to the documentation. `#1114 " +"`_" +msgstr "" + +#: ../../../CHANGES.rst:145 +msgid "" +"Added possibility to reply into webhook with files `#1120 " +"`_" +msgstr "" + +#: ../../../CHANGES.rst:147 +msgid "" +"Reworked graceful shutdown. Added method to stop polling. Now polling " +"started from dispatcher can be stopped by signals gracefully without " +"errors (on Linux and Mac). `#1124 " +"`_" +msgstr "" + +#: ../../../CHANGES.rst:153 msgid "3.0.0b6 (2022-11-18)" msgstr "" -#: ../../../CHANGES.rst:25 +#: ../../../CHANGES.rst:158 msgid "" "(again) Added possibility to combine filters with an *and*/*or* " "operations." msgstr "" -#: ../../../CHANGES.rst:27 +#: ../../../CHANGES.rst:160 msgid "" "Read more in \":ref:`Combining filters `\" " "documentation section `#1018 " "`_" msgstr "" -#: ../../../CHANGES.rst:29 +#: ../../../CHANGES.rst:162 msgid "Added following methods to ``Message`` class:" msgstr "" -#: ../../../CHANGES.rst:31 +#: ../../../CHANGES.rst:164 msgid ":code:`Message.forward(...)`" msgstr "" -#: ../../../CHANGES.rst:32 +#: ../../../CHANGES.rst:165 msgid ":code:`Message.edit_media(...)`" msgstr "" -#: ../../../CHANGES.rst:33 +#: ../../../CHANGES.rst:166 msgid ":code:`Message.edit_live_location(...)`" msgstr "" -#: ../../../CHANGES.rst:34 +#: ../../../CHANGES.rst:167 msgid ":code:`Message.stop_live_location(...)`" msgstr "" -#: ../../../CHANGES.rst:35 +#: ../../../CHANGES.rst:168 msgid ":code:`Message.pin(...)`" msgstr "" -#: ../../../CHANGES.rst:36 +#: ../../../CHANGES.rst:169 msgid ":code:`Message.unpin()`" msgstr "" -#: ../../../CHANGES.rst:37 +#: ../../../CHANGES.rst:170 msgid "`#1030 `_" msgstr "" -#: ../../../CHANGES.rst:38 +#: ../../../CHANGES.rst:171 msgid "Added following methods to :code:`User` class:" msgstr "" -#: ../../../CHANGES.rst:40 +#: ../../../CHANGES.rst:173 msgid ":code:`User.mention_markdown(...)`" msgstr "" -#: ../../../CHANGES.rst:41 +#: ../../../CHANGES.rst:174 msgid ":code:`User.mention_html(...)`" msgstr "" -#: ../../../CHANGES.rst:42 +#: ../../../CHANGES.rst:175 msgid "`#1049 `_" msgstr "" -#: ../../../CHANGES.rst:43 +#: ../../../CHANGES.rst:176 msgid "" "Added full support of `Bot API 6.3 `_ `#1057 " "`_" msgstr "" -#: ../../../CHANGES.rst:48 ../../../CHANGES.rst:97 ../../../CHANGES.rst:158 -#: ../../../CHANGES.rst:216 ../../../CHANGES.rst:262 ../../../CHANGES.rst:310 -#: ../../../CHANGES.rst:366 ../../../CHANGES.rst:451 ../../../CHANGES.rst:483 -msgid "Bugfixes" -msgstr "" - -#: ../../../CHANGES.rst:50 +#: ../../../CHANGES.rst:183 msgid "" "Fixed :code:`Message.send_invoice` and :code:`Message.reply_invoice`, " "added missing arguments `#1047 " "`_" msgstr "" -#: ../../../CHANGES.rst:52 +#: ../../../CHANGES.rst:185 msgid "Fixed copy and forward in:" msgstr "" -#: ../../../CHANGES.rst:54 +#: ../../../CHANGES.rst:187 msgid ":code:`Message.answer(...)`" msgstr "" -#: ../../../CHANGES.rst:55 +#: ../../../CHANGES.rst:188 msgid ":code:`Message.copy_to(...)`" msgstr "" -#: ../../../CHANGES.rst:56 +#: ../../../CHANGES.rst:189 msgid "`#1064 `_" msgstr "" -#: ../../../CHANGES.rst:60 ../../../CHANGES.rst:110 ../../../CHANGES.rst:490 +#: ../../../CHANGES.rst:193 ../../../CHANGES.rst:243 ../../../CHANGES.rst:623 msgid "Improved Documentation" msgstr "" -#: ../../../CHANGES.rst:62 +#: ../../../CHANGES.rst:195 msgid "" "Fixed UA translations in index.po `#1017 " "`_" msgstr "" -#: ../../../CHANGES.rst:64 +#: ../../../CHANGES.rst:197 msgid "" "Fix typehints for :code:`Message`, :code:`reply_media_group` and " ":code:`answer_media_group` methods `#1029 " "`_" msgstr "" -#: ../../../CHANGES.rst:66 +#: ../../../CHANGES.rst:199 msgid "" "Removed an old now non-working feature `#1060 " "`_" msgstr "" -#: ../../../CHANGES.rst:73 +#: ../../../CHANGES.rst:206 msgid "" "Enabled testing on Python 3.11 `#1044 " "`_" msgstr "" -#: ../../../CHANGES.rst:75 +#: ../../../CHANGES.rst:208 msgid "" "Added a mandatory dependency :code:`certifi` in due to in some cases on " "systems that doesn't have updated ca-certificates the requests to Bot API" @@ -280,23 +368,23 @@ msgid "" "`_" msgstr "" -#: ../../../CHANGES.rst:80 +#: ../../../CHANGES.rst:213 msgid "3.0.0b5 (2022-10-02)" msgstr "" -#: ../../../CHANGES.rst:85 +#: ../../../CHANGES.rst:218 msgid "" "Add PyPy support and run tests under PyPy `#985 " "`_" msgstr "" -#: ../../../CHANGES.rst:87 +#: ../../../CHANGES.rst:220 msgid "" "Added message text to aiogram exceptions representation `#988 " "`_" msgstr "" -#: ../../../CHANGES.rst:89 +#: ../../../CHANGES.rst:222 msgid "" "Added warning about using magic filter from `magic_filter` instead of " "`aiogram`'s ones. Is recommended to use `from aiogram import F` instead " @@ -304,65 +392,65 @@ msgid "" "`_" msgstr "" -#: ../../../CHANGES.rst:92 +#: ../../../CHANGES.rst:225 msgid "" "Added more detailed error when server response can't be deserialized. " "This feature will help to debug unexpected responses from the Server " "`#1014 `_" msgstr "" -#: ../../../CHANGES.rst:99 +#: ../../../CHANGES.rst:232 msgid "" "Reworked error event, introduced " ":class:`aiogram.types.error_event.ErrorEvent` object. `#898 " "`_" msgstr "" -#: ../../../CHANGES.rst:101 +#: ../../../CHANGES.rst:234 msgid "" "Fixed escaping markdown in `aiogram.utils.markdown` module `#903 " "`_" msgstr "" -#: ../../../CHANGES.rst:103 +#: ../../../CHANGES.rst:236 msgid "" "Fixed polling crash when Telegram Bot API raises HTTP 429 status-code. " "`#995 `_" msgstr "" -#: ../../../CHANGES.rst:105 +#: ../../../CHANGES.rst:238 msgid "" "Fixed empty mention in command parsing, now it will be None instead of an" " empty string `#1013 `_" msgstr "" -#: ../../../CHANGES.rst:112 +#: ../../../CHANGES.rst:245 msgid "" "Initialized Docs translation (added Ukrainian language) `#925 " "`_" msgstr "" -#: ../../../CHANGES.rst:117 +#: ../../../CHANGES.rst:250 msgid "Deprecations and Removals" msgstr "" -#: ../../../CHANGES.rst:119 +#: ../../../CHANGES.rst:252 msgid "" "Removed filters factory as described in corresponding issue. `#942 " "`_" msgstr "" -#: ../../../CHANGES.rst:126 +#: ../../../CHANGES.rst:259 msgid "" "Now Router/Dispatcher accepts only keyword arguments. `#982 " "`_" msgstr "" -#: ../../../CHANGES.rst:131 +#: ../../../CHANGES.rst:264 msgid "3.0.0b4 (2022-08-14)" msgstr "" -#: ../../../CHANGES.rst:136 +#: ../../../CHANGES.rst:269 msgid "" "Add class helper ChatAction for constants that Telegram BotAPI uses in " "sendChatAction request. In my opinion, this will help users and will also" @@ -370,198 +458,198 @@ msgid "" "\"ChatActions\". `#803 `_" msgstr "" -#: ../../../CHANGES.rst:140 +#: ../../../CHANGES.rst:273 msgid "Added possibility to combine filters or invert result" msgstr "" -#: ../../../CHANGES.rst:142 +#: ../../../CHANGES.rst:275 msgid "Example:" msgstr "" -#: ../../../CHANGES.rst:150 +#: ../../../CHANGES.rst:283 msgid "`#894 `_" msgstr "" -#: ../../../CHANGES.rst:151 +#: ../../../CHANGES.rst:284 msgid "" "Fixed type hints for redis TTL params. `#922 " "`_" msgstr "" -#: ../../../CHANGES.rst:153 +#: ../../../CHANGES.rst:286 msgid "" "Added `full_name` shortcut for `Chat` object `#929 " "`_" msgstr "" -#: ../../../CHANGES.rst:160 +#: ../../../CHANGES.rst:293 msgid "" "Fixed false-positive coercing of Union types in API methods `#901 " "`_" msgstr "" -#: ../../../CHANGES.rst:162 +#: ../../../CHANGES.rst:295 msgid "Added 3 missing content types:" msgstr "" -#: ../../../CHANGES.rst:164 +#: ../../../CHANGES.rst:297 msgid "proximity_alert_triggered" msgstr "" -#: ../../../CHANGES.rst:165 +#: ../../../CHANGES.rst:298 msgid "supergroup_chat_created" msgstr "" -#: ../../../CHANGES.rst:166 +#: ../../../CHANGES.rst:299 msgid "channel_chat_created" msgstr "" -#: ../../../CHANGES.rst:167 +#: ../../../CHANGES.rst:300 msgid "`#906 `_" msgstr "" -#: ../../../CHANGES.rst:168 +#: ../../../CHANGES.rst:301 msgid "" "Fixed the ability to compare the state, now comparison to copy of the " "state will return `True`. `#927 " "`_" msgstr "" -#: ../../../CHANGES.rst:170 +#: ../../../CHANGES.rst:303 msgid "" "Fixed default lock kwargs in RedisEventIsolation. `#972 " "`_" msgstr "" -#: ../../../CHANGES.rst:177 +#: ../../../CHANGES.rst:310 msgid "" "Restrict including routers with strings `#896 " "`_" msgstr "" -#: ../../../CHANGES.rst:179 +#: ../../../CHANGES.rst:312 msgid "" "Changed CommandPatterType to CommandPatternType in " "`aiogram/dispatcher/filters/command.py` `#907 " "`_" msgstr "" -#: ../../../CHANGES.rst:181 +#: ../../../CHANGES.rst:314 msgid "" "Added full support of `Bot API 6.1 `_ `#936 " "`_" msgstr "" -#: ../../../CHANGES.rst:183 +#: ../../../CHANGES.rst:316 msgid "**Breaking!** More flat project structure" msgstr "" -#: ../../../CHANGES.rst:185 +#: ../../../CHANGES.rst:318 msgid "These packages was moved, imports in your code should be fixed:" msgstr "" -#: ../../../CHANGES.rst:187 +#: ../../../CHANGES.rst:320 msgid ":code:`aiogram.dispatcher.filters` -> :code:`aiogram.filters`" msgstr "" -#: ../../../CHANGES.rst:188 +#: ../../../CHANGES.rst:321 msgid ":code:`aiogram.dispatcher.fsm` -> :code:`aiogram.fsm`" msgstr "" -#: ../../../CHANGES.rst:189 +#: ../../../CHANGES.rst:322 msgid ":code:`aiogram.dispatcher.handler` -> :code:`aiogram.handler`" msgstr "" -#: ../../../CHANGES.rst:190 +#: ../../../CHANGES.rst:323 msgid ":code:`aiogram.dispatcher.webhook` -> :code:`aiogram.webhook`" msgstr "" -#: ../../../CHANGES.rst:191 +#: ../../../CHANGES.rst:324 msgid "" ":code:`aiogram.dispatcher.flags/*` -> :code:`aiogram.dispatcher.flags` " "(single module instead of package)" msgstr "" -#: ../../../CHANGES.rst:192 +#: ../../../CHANGES.rst:325 msgid "`#938 `_" msgstr "" -#: ../../../CHANGES.rst:193 +#: ../../../CHANGES.rst:326 msgid "" "Removed deprecated :code:`router._handler` and " ":code:`router.register__handler` methods. `#941 " "`_" msgstr "" -#: ../../../CHANGES.rst:195 +#: ../../../CHANGES.rst:328 msgid "" "Deprecated filters factory. It will be removed in next Beta (3.0b5) `#942" " `_" msgstr "" -#: ../../../CHANGES.rst:197 +#: ../../../CHANGES.rst:330 msgid "" "`MessageEntity` method `get_text` was removed and `extract` was renamed " "to `extract_from` `#944 `_" msgstr "" -#: ../../../CHANGES.rst:199 +#: ../../../CHANGES.rst:332 msgid "" "Added full support of `Bot API 6.2 `_ `#975 " "`_" msgstr "" -#: ../../../CHANGES.rst:204 +#: ../../../CHANGES.rst:337 msgid "3.0.0b3 (2022-04-19)" msgstr "" -#: ../../../CHANGES.rst:209 +#: ../../../CHANGES.rst:342 msgid "" "Added possibility to get command magic result as handler argument `#889 " "`_" msgstr "" -#: ../../../CHANGES.rst:211 +#: ../../../CHANGES.rst:344 msgid "" "Added full support of `Telegram Bot API 6.0 " "`_ `#890 " "`_" msgstr "" -#: ../../../CHANGES.rst:218 +#: ../../../CHANGES.rst:351 msgid "" "Fixed I18n lazy-proxy. Disabled caching. `#839 " "`_" msgstr "" -#: ../../../CHANGES.rst:220 +#: ../../../CHANGES.rst:353 msgid "" "Added parsing of spoiler message entity `#865 " "`_" msgstr "" -#: ../../../CHANGES.rst:222 +#: ../../../CHANGES.rst:355 msgid "" "Fixed default `parse_mode` for `Message.copy_to()` method. `#876 " "`_" msgstr "" -#: ../../../CHANGES.rst:224 +#: ../../../CHANGES.rst:357 msgid "" "Fixed CallbackData factory parsing IntEnum's `#885 " "`_" msgstr "" -#: ../../../CHANGES.rst:231 +#: ../../../CHANGES.rst:364 msgid "" "Added automated check that pull-request adds a changes description to " "**CHANGES** directory `#873 " "`_" msgstr "" -#: ../../../CHANGES.rst:233 +#: ../../../CHANGES.rst:366 msgid "" "Changed :code:`Message.html_text` and :code:`Message.md_text` attributes " "behaviour when message has no text. The empty string will be used instead" @@ -569,14 +657,14 @@ msgid "" "`_" msgstr "" -#: ../../../CHANGES.rst:236 +#: ../../../CHANGES.rst:369 msgid "" "Used `redis-py` instead of `aioredis` package in due to this packages was" " merged into single one `#882 " "`_" msgstr "" -#: ../../../CHANGES.rst:238 +#: ../../../CHANGES.rst:371 msgid "" "Solved common naming problem with middlewares that confusing too much " "developers - now you can't see the `middleware` and `middlewares` " @@ -585,113 +673,113 @@ msgid "" "`_" msgstr "" -#: ../../../CHANGES.rst:245 +#: ../../../CHANGES.rst:378 msgid "3.0.0b2 (2022-02-19)" msgstr "" -#: ../../../CHANGES.rst:250 +#: ../../../CHANGES.rst:383 msgid "" "Added possibility to pass additional arguments into the aiohttp webhook " "handler to use this arguments inside handlers as the same as it possible " "in polling mode. `#785 `_" msgstr "" -#: ../../../CHANGES.rst:253 +#: ../../../CHANGES.rst:386 msgid "" "Added possibility to add handler flags via decorator (like `pytest.mark` " "decorator but `aiogram.flags`) `#836 " "`_" msgstr "" -#: ../../../CHANGES.rst:255 +#: ../../../CHANGES.rst:388 msgid "" "Added :code:`ChatActionSender` utility to automatically sends chat action" " while long process is running." msgstr "" -#: ../../../CHANGES.rst:257 +#: ../../../CHANGES.rst:390 msgid "" "It also can be used as message middleware and can be customized via " ":code:`chat_action` flag. `#837 " "`_" msgstr "" -#: ../../../CHANGES.rst:264 +#: ../../../CHANGES.rst:397 msgid "" "Fixed unexpected behavior of sequences in the StateFilter. `#791 " "`_" msgstr "" -#: ../../../CHANGES.rst:266 +#: ../../../CHANGES.rst:399 msgid "" "Fixed exceptions filters `#827 " "`_" msgstr "" -#: ../../../CHANGES.rst:273 +#: ../../../CHANGES.rst:406 msgid "" "Logger name for processing events is changed to :code:`aiogram.events`. " "`#830 `_" msgstr "" -#: ../../../CHANGES.rst:275 +#: ../../../CHANGES.rst:408 msgid "" "Added full support of Telegram Bot API 5.6 and 5.7 `#835 " "`_" msgstr "" -#: ../../../CHANGES.rst:277 +#: ../../../CHANGES.rst:410 msgid "" "**BREAKING** Events isolation mechanism is moved from FSM storages to " "standalone managers `#838 " "`_" msgstr "" -#: ../../../CHANGES.rst:283 +#: ../../../CHANGES.rst:416 msgid "3.0.0b1 (2021-12-12)" msgstr "" -#: ../../../CHANGES.rst:288 +#: ../../../CHANGES.rst:421 msgid "Added new custom operation for MagicFilter named :code:`as_`" msgstr "" -#: ../../../CHANGES.rst:290 +#: ../../../CHANGES.rst:423 msgid "Now you can use it to get magic filter result as handler argument" msgstr "" -#: ../../../CHANGES.rst:306 +#: ../../../CHANGES.rst:439 msgid "`#759 `_" msgstr "" -#: ../../../CHANGES.rst:312 +#: ../../../CHANGES.rst:445 msgid "" "Fixed: Missing :code:`ChatMemberHandler` import in " ":code:`aiogram/dispatcher/handler` `#751 " "`_" msgstr "" -#: ../../../CHANGES.rst:319 +#: ../../../CHANGES.rst:452 msgid "" "Check :code:`destiny` in case of no :code:`with_destiny` enabled in " "RedisStorage key builder `#776 " "`_" msgstr "" -#: ../../../CHANGES.rst:321 +#: ../../../CHANGES.rst:454 msgid "" "Added full support of `Bot API 5.5 `_ `#777 " "`_" msgstr "" -#: ../../../CHANGES.rst:323 +#: ../../../CHANGES.rst:456 msgid "" "Stop using feature from #336. From now settings of client-session should " "be placed as initializer arguments instead of changing instance " "attributes. `#778 `_" msgstr "" -#: ../../../CHANGES.rst:325 +#: ../../../CHANGES.rst:458 msgid "" "Make TelegramAPIServer files wrapper in local mode bi-directional " "(server-client, client-server) Now you can convert local path to server " @@ -699,11 +787,11 @@ msgid "" "`_" msgstr "" -#: ../../../CHANGES.rst:331 +#: ../../../CHANGES.rst:464 msgid "3.0.0a18 (2021-11-10)" msgstr "" -#: ../../../CHANGES.rst:336 +#: ../../../CHANGES.rst:469 msgid "" "Breaking: Changed the signature of the session middlewares Breaking: " "Renamed AiohttpSession.make_request method parameter from call to method " @@ -711,258 +799,258 @@ msgid "" "outgoing requests `#716 `_" msgstr "" -#: ../../../CHANGES.rst:340 +#: ../../../CHANGES.rst:473 msgid "" "Improved description of filters resolving error. For example when you try" " to pass wrong type of argument to the filter but don't know why filter " "is not resolved now you can get error like this:" msgstr "" -#: ../../../CHANGES.rst:350 +#: ../../../CHANGES.rst:483 msgid "`#717 `_" msgstr "" -#: ../../../CHANGES.rst:351 +#: ../../../CHANGES.rst:484 msgid "" "**Breaking internal API change** Reworked FSM Storage record keys " "propagation `#723 `_" msgstr "" -#: ../../../CHANGES.rst:354 +#: ../../../CHANGES.rst:487 msgid "" "Implemented new filter named :code:`MagicData(magic_data)` that helps to " "filter event by data from middlewares or other filters" msgstr "" -#: ../../../CHANGES.rst:356 +#: ../../../CHANGES.rst:489 msgid "" "For example your bot is running with argument named :code:`config` that " "contains the application config then you can filter event by value from " "this config:" msgstr "" -#: ../../../CHANGES.rst:362 +#: ../../../CHANGES.rst:495 msgid "`#724 `_" msgstr "" -#: ../../../CHANGES.rst:368 +#: ../../../CHANGES.rst:501 msgid "" "Fixed I18n context inside error handlers `#726 " "`_" msgstr "" -#: ../../../CHANGES.rst:370 +#: ../../../CHANGES.rst:503 msgid "" "Fixed bot session closing before emit shutdown `#734 " "`_" msgstr "" -#: ../../../CHANGES.rst:372 +#: ../../../CHANGES.rst:505 msgid "" "Fixed: bound filter resolving does not require children routers `#736 " "`_" msgstr "" -#: ../../../CHANGES.rst:379 +#: ../../../CHANGES.rst:512 msgid "" "Enabled testing on Python 3.10 Removed `async_lru` dependency (is " "incompatible with Python 3.10) and replaced usage with protected property" " `#719 `_" msgstr "" -#: ../../../CHANGES.rst:382 +#: ../../../CHANGES.rst:515 msgid "" "Converted README.md to README.rst and use it as base file for docs `#725 " "`_" msgstr "" -#: ../../../CHANGES.rst:384 +#: ../../../CHANGES.rst:517 msgid "Rework filters resolving:" msgstr "" -#: ../../../CHANGES.rst:386 +#: ../../../CHANGES.rst:519 msgid "Automatically apply Bound Filters with default values to handlers" msgstr "" -#: ../../../CHANGES.rst:387 +#: ../../../CHANGES.rst:520 msgid "Fix data transfer from parent to included routers filters" msgstr "" -#: ../../../CHANGES.rst:388 +#: ../../../CHANGES.rst:521 msgid "`#727 `_" msgstr "" -#: ../../../CHANGES.rst:389 +#: ../../../CHANGES.rst:522 msgid "" "Added full support of Bot API 5.4 https://core.telegram.org/bots/api-" "changelog#november-5-2021 `#744 " "`_" msgstr "" -#: ../../../CHANGES.rst:395 +#: ../../../CHANGES.rst:528 msgid "3.0.0a17 (2021-09-24)" msgstr "" -#: ../../../CHANGES.rst:400 +#: ../../../CHANGES.rst:533 msgid "" "Added :code:`html_text` and :code:`md_text` to Message object `#708 " "`_" msgstr "" -#: ../../../CHANGES.rst:402 +#: ../../../CHANGES.rst:535 msgid "" "Refactored I18n, added context managers for I18n engine and current " "locale `#709 `_" msgstr "" -#: ../../../CHANGES.rst:407 +#: ../../../CHANGES.rst:540 msgid "3.0.0a16 (2021-09-22)" msgstr "" -#: ../../../CHANGES.rst:412 +#: ../../../CHANGES.rst:545 msgid "Added support of local Bot API server files downloading" msgstr "" -#: ../../../CHANGES.rst:414 +#: ../../../CHANGES.rst:547 msgid "" "When Local API is enabled files can be downloaded via " "`bot.download`/`bot.download_file` methods. `#698 " "`_" msgstr "" -#: ../../../CHANGES.rst:416 +#: ../../../CHANGES.rst:549 msgid "" "Implemented I18n & L10n support `#701 " "`_" msgstr "" -#: ../../../CHANGES.rst:423 +#: ../../../CHANGES.rst:556 msgid "" "Covered by tests and docs KeyboardBuilder util `#699 " "`_" msgstr "" -#: ../../../CHANGES.rst:425 +#: ../../../CHANGES.rst:558 msgid "**Breaking!!!**. Refactored and renamed exceptions." msgstr "" -#: ../../../CHANGES.rst:427 +#: ../../../CHANGES.rst:560 msgid "" "Exceptions module was moved from :code:`aiogram.utils.exceptions` to " ":code:`aiogram.exceptions`" msgstr "" -#: ../../../CHANGES.rst:428 +#: ../../../CHANGES.rst:561 msgid "Added prefix `Telegram` for all error classes" msgstr "" -#: ../../../CHANGES.rst:429 +#: ../../../CHANGES.rst:562 msgid "`#700 `_" msgstr "" -#: ../../../CHANGES.rst:430 +#: ../../../CHANGES.rst:563 msgid "" "Replaced all :code:`pragma: no cover` marks via global " ":code:`.coveragerc` config `#702 " "`_" msgstr "" -#: ../../../CHANGES.rst:432 +#: ../../../CHANGES.rst:565 msgid "Updated dependencies." msgstr "" -#: ../../../CHANGES.rst:434 +#: ../../../CHANGES.rst:567 msgid "" "**Breaking for framework developers** Now all optional dependencies " "should be installed as extra: `poetry install -E fast -E redis -E proxy " "-E i18n -E docs` `#703 `_" msgstr "" -#: ../../../CHANGES.rst:440 +#: ../../../CHANGES.rst:573 msgid "3.0.0a15 (2021-09-10)" msgstr "" -#: ../../../CHANGES.rst:445 +#: ../../../CHANGES.rst:578 msgid "" "Ability to iterate over all states in StatesGroup. Aiogram already had in" " check for states group so this is relative feature. `#666 " "`_" msgstr "" -#: ../../../CHANGES.rst:453 +#: ../../../CHANGES.rst:586 msgid "" "Fixed incorrect type checking in the " ":class:`aiogram.utils.keyboard.KeyboardBuilder` `#674 " "`_" msgstr "" -#: ../../../CHANGES.rst:460 +#: ../../../CHANGES.rst:593 msgid "" "Disable ContentType filter by default `#668 " "`_" msgstr "" -#: ../../../CHANGES.rst:462 +#: ../../../CHANGES.rst:595 msgid "" "Moved update type detection from Dispatcher to Update object `#669 " "`_" msgstr "" -#: ../../../CHANGES.rst:464 +#: ../../../CHANGES.rst:597 msgid "" "Updated **pre-commit** config `#681 " "`_" msgstr "" -#: ../../../CHANGES.rst:466 +#: ../../../CHANGES.rst:599 msgid "" "Reworked **handlers_in_use** util. Function moved to Router as method " "**.resolve_used_update_types()** `#682 " "`_" msgstr "" -#: ../../../CHANGES.rst:471 +#: ../../../CHANGES.rst:604 msgid "3.0.0a14 (2021-08-17)" msgstr "" -#: ../../../CHANGES.rst:476 +#: ../../../CHANGES.rst:609 msgid "" "add aliases for edit/delete reply markup to Message `#662 " "`_" msgstr "" -#: ../../../CHANGES.rst:478 +#: ../../../CHANGES.rst:611 msgid "" "Reworked outer middleware chain. Prevent to call many times the outer " "middleware for each nested router `#664 " "`_" msgstr "" -#: ../../../CHANGES.rst:485 +#: ../../../CHANGES.rst:618 msgid "" "Prepare parse mode for InputMessageContent in AnswerInlineQuery method " "`#660 `_" msgstr "" -#: ../../../CHANGES.rst:492 +#: ../../../CHANGES.rst:625 msgid "" "Added integration with :code:`towncrier` `#602 " "`_" msgstr "" -#: ../../../CHANGES.rst:499 +#: ../../../CHANGES.rst:632 msgid "" "Added `.editorconfig` `#650 " "`_" msgstr "" -#: ../../../CHANGES.rst:501 +#: ../../../CHANGES.rst:634 msgid "" "Redis storage speedup globals `#651 " "`_" msgstr "" -#: ../../../CHANGES.rst:503 +#: ../../../CHANGES.rst:636 msgid "" "add allow_sending_without_reply param to Message reply aliases `#663 " "`_" @@ -2480,3 +2568,25 @@ msgstr "" #: ../../../HISTORY.rst:497 msgid "0.1 (2017-06-03)" msgstr "" + +#~ msgid "\\ |release| [UNRELEASED DRAFT] (2023-01-07)" +#~ msgstr "" + +#~ msgid "" +#~ ":class:`aiogram.enums.chat_action.ChatActions`, " +#~ ":class:`aiogram.enums.chat_member_status.ChatMemberStatus`, " +#~ ":class:`aiogram.enums.chat_type.ChatType`, " +#~ ":class:`aiogram.enums.content_type.ContentType`, " +#~ ":class:`aiogram.enums.dice_emoji.DiceEmoji`, " +#~ ":class:`aiogram.enums.inline_query_result_type.InlineQueryResultType`," +#~ " :class:`aiogram.enums.input_media_type.InputMediaType`, " +#~ ":class:`aiogram.enums.mask_position_point.MaskPositionPoint`, " +#~ ":class:`aiogram.enums.menu_button_type.MenuButtonType`, " +#~ ":class:`aiogram.enums.message_entity_type.MessageEntityType`, " +#~ ":class:`aiogram.enums.parse_mode.ParseMode`, " +#~ ":class:`aiogram.enums.poll_type.PollType`, " +#~ ":class:`aiogram.enums.sticker_type.StickerType`, " +#~ ":class:`aiogram.enums.topic_icon_color.TopicIconColor`, " +#~ ":class:`aiogram.enums.update_type.UpdateType`," +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/contributing.po b/docs/locale/en/LC_MESSAGES/contributing.po new file mode 100644 index 00000000..d1e26977 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/contributing.po @@ -0,0 +1,325 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2023, aiogram Team +# This file is distributed under the same license as the aiogram package. +# FIRST AUTHOR , 2023. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: aiogram \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: en\n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../contributing.rst:3 +msgid "Contributing" +msgstr "" + +#: ../../contributing.rst:5 +msgid "You're welcome to contribute to aiogram!" +msgstr "" + +#: ../../contributing.rst:7 +msgid "" +"*aiogram* is an open-source project, and anyone can contribute to it in " +"any possible way" +msgstr "" + +#: ../../contributing.rst:11 +msgid "Developing" +msgstr "" + +#: ../../contributing.rst:13 +msgid "" +"Before making any changes in the framework code, it is necessary to fork " +"the project and clone the project to your PC and know how to do a pull-" +"request." +msgstr "" + +#: ../../contributing.rst:16 +msgid "" +"How to work with pull-request you can read in the `GitHub docs " +"`_" +msgstr "" + +#: ../../contributing.rst:18 +msgid "" +"Also in due to this project is written in Python, you will need Python to" +" be installed (is recommended to use latest Python versions, but any " +"version starting from 3.8 can be used)" +msgstr "" + +#: ../../contributing.rst:23 +msgid "Use virtualenv" +msgstr "" + +#: ../../contributing.rst:25 +msgid "" +"You can create a virtual environment in a directory using :code:`venv` " +"module (it should be pre-installed by default):" +msgstr "" + +#: ../../contributing.rst:31 +msgid "" +"This action will create a :code:`.venv` directory with the Python " +"binaries and then you will be able to install packages into that isolated" +" environment." +msgstr "" + +#: ../../contributing.rst:36 +msgid "Activate the environment" +msgstr "" + +#: ../../contributing.rst:38 +msgid "Linux/ macOS:" +msgstr "" + +#: ../../contributing.rst:44 +msgid "Windows PoweShell" +msgstr "" + +#: ../../contributing.rst:50 +msgid "" +"To check it worked, use described command, it should show the :code:`pip`" +" location inside the isolated environment" +msgstr "" + +#: ../../contributing.rst:53 +msgid "Linux, macOS:" +msgstr "" + +#: ../../contributing.rst:59 +msgid "Windows PowerShell" +msgstr "" + +#: ../../contributing.rst:65 +msgid "" +"Also make you shure you have the latest pip version in your virtual " +"environment to avoid errors on next steps:" +msgstr "" + +#: ../../contributing.rst:74 +msgid "Setup project" +msgstr "" + +#: ../../contributing.rst:76 +msgid "" +"After activating the environment install `aiogram` from sources and their" +" dependencies:" +msgstr "" + +#: ../../contributing.rst:82 +msgid "" +"It will install :code:`aiogram` in editable mode into your virtual " +"environment and all dependencies." +msgstr "" + +#: ../../contributing.rst:85 +msgid "Making changes in code" +msgstr "" + +#: ../../contributing.rst:87 +msgid "" +"At this point you can make any changes in the code that you want, it can " +"be any fixes, implementing new features or experimenting." +msgstr "" + +#: ../../contributing.rst:92 +msgid "Format the code (code-style)" +msgstr "" + +#: ../../contributing.rst:94 +msgid "" +"Note that this project is Black-formatted, so you should follow that " +"code-style, too be sure You're correctly doing this let's reformat the " +"code automatically:" +msgstr "" + +#: ../../contributing.rst:104 +msgid "Run tests" +msgstr "" + +#: ../../contributing.rst:106 +msgid "All changes should be tested:" +msgstr "" + +#: ../../contributing.rst:112 +msgid "" +"Also if you are doing something with Redis-storage, you will need to test" +" everything works with Redis:" +msgstr "" + +#: ../../contributing.rst:119 +msgid "Docs" +msgstr "" + +#: ../../contributing.rst:121 +msgid "" +"We are using `Sphinx` to render docs in different languages, all sources " +"located in `docs` directory, you can change the sources and to test it " +"you can start live-preview server and look what you are doing:" +msgstr "" + +#: ../../contributing.rst:130 +msgid "Docs translations" +msgstr "" + +#: ../../contributing.rst:132 +msgid "" +"Translation of the documentation is very necessary and cannot be done " +"without the help of the community from all over the world, so you are " +"welcome to translate the documentation into different languages." +msgstr "" + +#: ../../contributing.rst:136 +msgid "Before start, let's up to date all texts:" +msgstr "" + +#: ../../contributing.rst:144 +msgid "" +"Change the :code:`` in example below to the target " +"language code, after that you can modify texts inside " +":code:`docs/locale//LC_MESSAGES` as :code:`*.po` files by " +"using any text-editor or specialized utilites for GNU Gettext, for " +"example via `poedit `_." +msgstr "" + +#: ../../contributing.rst:149 +msgid "To view results:" +msgstr "" + +#: ../../contributing.rst:157 +msgid "Describe changes" +msgstr "" + +#: ../../contributing.rst:159 +msgid "" +"Describe your changes in one or more sentences so that bot developers " +"know what's changed in their favorite framework - create " +"`..rst` file and write the description." +msgstr "" + +#: ../../contributing.rst:162 +msgid "" +":code:`` is Issue or Pull-request number, after release link to " +"this issue will be published to the *Changelog* page." +msgstr "" + +#: ../../contributing.rst:165 +msgid ":code:`` is a changes category marker, it can be one of:" +msgstr "" + +#: ../../contributing.rst:167 +msgid ":code:`feature` - when you are implementing new feature" +msgstr "" + +#: ../../contributing.rst:168 +msgid ":code:`bugfix` - when you fix a bug" +msgstr "" + +#: ../../contributing.rst:169 +msgid ":code:`doc` - when you improve the docs" +msgstr "" + +#: ../../contributing.rst:170 +msgid ":code:`removal` - when you remove something from the framework" +msgstr "" + +#: ../../contributing.rst:171 +msgid "" +":code:`misc` - when changed something inside the Core or project " +"configuration" +msgstr "" + +#: ../../contributing.rst:173 +msgid "" +"If you have troubles with changing category feel free to ask Core-" +"contributors to help with choosing it." +msgstr "" + +#: ../../contributing.rst:176 +msgid "Complete" +msgstr "" + +#: ../../contributing.rst:178 +msgid "" +"After you have made all your changes, publish them to the repository and " +"create a pull request as mentioned at the beginning of the article and " +"wait for a review of these changes." +msgstr "" + +#: ../../contributing.rst:183 +msgid "Star on GitHub" +msgstr "" + +#: ../../contributing.rst:185 +msgid "" +"You can \"star\" repository on GitHub - " +"https://github.com/aiogram/aiogram (click the star button at the top " +"right)" +msgstr "" + +#: ../../contributing.rst:187 +msgid "" +"Adding stars makes it easier for other people to find this project and " +"understand how useful it is." +msgstr "" + +#: ../../contributing.rst:190 +msgid "Guides" +msgstr "" + +#: ../../contributing.rst:192 +msgid "" +"You can write guides how to develop Bots on top of aiogram and publish it" +" into YouTube, Medium, GitHub Books, any Courses platform or any other " +"platform that you know." +msgstr "" + +#: ../../contributing.rst:195 +msgid "" +"This will help more people learn about the framework and learn how to use" +" it" +msgstr "" + +#: ../../contributing.rst:199 +msgid "Take answers" +msgstr "" + +#: ../../contributing.rst:201 +msgid "" +"The developers is always asks for any question in our chats or any other " +"platforms like GitHub Discussions, StackOverflow and others, feel free to" +" answer to this questions." +msgstr "" + +#: ../../contributing.rst:205 +msgid "Funding" +msgstr "" + +#: ../../contributing.rst:207 +msgid "" +"The development of the project is free and not financed by commercial " +"organizations, it is my personal initiative (`@JRootJunior " +"`_) and I am engaged in the development of the " +"project in my free time." +msgstr "" + +#: ../../contributing.rst:211 +msgid "" +"So, if you want to financially support the project, or, for example, give" +" me a pizza or a beer, you can do it on `OpenCollective " +"`_ or `Patreon " +"`_." +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/dispatcher/class_based_handlers/callback_query.po b/docs/locale/en/LC_MESSAGES/dispatcher/class_based_handlers/callback_query.po index d7d31d0c..d44d83fe 100644 --- a/docs/locale/en/LC_MESSAGES/dispatcher/class_based_handlers/callback_query.po +++ b/docs/locale/en/LC_MESSAGES/dispatcher/class_based_handlers/callback_query.po @@ -8,35 +8,31 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../dispatcher/class_based_handlers/callback_query.rst:3 msgid "CallbackQueryHandler" msgstr "" -#: aiogram.handlers.callback_query.CallbackQueryHandler:1 of -msgid "There is base class for callback query handlers." -msgstr "" +#~ msgid "There is base class for callback query handlers." +#~ msgstr "" -#: aiogram.handlers.callback_query.CallbackQueryHandler:13 of -msgid "Example:" -msgstr "" +#~ msgid "Example:" +#~ msgstr "" -#: aiogram.handlers.callback_query.CallbackQueryHandler.from_user:1 of -msgid "Is alias for `event.from_user`" -msgstr "" +#~ msgid "Is alias for `event.from_user`" +#~ msgstr "" -#: aiogram.handlers.callback_query.CallbackQueryHandler.message:1 of -msgid "Is alias for `event.message`" -msgstr "" +#~ msgid "Is alias for `event.message`" +#~ msgstr "" + +#~ msgid "Is alias for `event.data`" +#~ msgstr "" -#: aiogram.handlers.callback_query.CallbackQueryHandler.callback_data:1 of -msgid "Is alias for `event.data`" -msgstr "" diff --git a/docs/locale/en/LC_MESSAGES/dispatcher/dispatcher.po b/docs/locale/en/LC_MESSAGES/dispatcher/dispatcher.po index 21372b3e..f650357c 100644 --- a/docs/locale/en/LC_MESSAGES/dispatcher/dispatcher.po +++ b/docs/locale/en/LC_MESSAGES/dispatcher/dispatcher.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../dispatcher/dispatcher.rst:3 msgid "Dispatcher" @@ -41,86 +41,29 @@ msgstr "" msgid "`Observer `__" msgstr "" -#: aiogram.dispatcher.dispatcher.Dispatcher:1 -#: aiogram.dispatcher.dispatcher.Dispatcher.__init__:1 of -msgid "Root router" +#: aiogram.dispatcher.dispatcher.Dispatcher:1 of +msgid "Simple Updates dispatcher" +msgstr "" + +#: aiogram.dispatcher.dispatcher.Dispatcher:3 of +msgid "" +"It will process incoming updates: messages, edited messages, channel " +"posts, edited channel posts, inline queries, chosen inline results, " +"callback queries, shipping queries, pre-checkout queries." +msgstr "" + +#: aiogram.dispatcher.dispatcher.Dispatcher.start_polling:1 of +msgid "Start long-polling" msgstr "" -#: aiogram.dispatcher.dispatcher.Dispatcher.__init__ -#: aiogram.dispatcher.dispatcher.Dispatcher.feed_raw_update -#: aiogram.dispatcher.dispatcher.Dispatcher.feed_update -#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling #: aiogram.dispatcher.dispatcher.Dispatcher.start_polling of msgid "Parameters" msgstr "" -#: aiogram.dispatcher.dispatcher.Dispatcher.__init__:3 of -msgid "Storage for FSM" -msgstr "" - -#: aiogram.dispatcher.dispatcher.Dispatcher.__init__:4 of -msgid "FSM strategy" -msgstr "" - -#: aiogram.dispatcher.dispatcher.Dispatcher.__init__:5 of -msgid "Events isolation" -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" -msgstr "" - -#: aiogram.dispatcher.dispatcher.Dispatcher.__init__:8 of -msgid "Other arguments, will be passed as keyword arguments to handlers" -msgstr "" - -#: aiogram.dispatcher.dispatcher.Dispatcher.feed_raw_update:1 of -msgid "" -"Main entry point for incoming updates with automatic Dict->Update " -"serializer" -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" -msgstr "" - -#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:1 of -msgid "Run many bots with polling" -msgstr "" - -#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:3 of -msgid "Bot instances" -msgstr "" - -#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:4 of -msgid "Poling timeout" -msgstr "" - -#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:6 of -msgid "Run task for each event and no wait result" -msgstr "" - -#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:7 of -msgid "List of the update types you want your bot to receive" -msgstr "" - -#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:8 of -msgid "contextual data" -msgstr "" - -#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling #: aiogram.dispatcher.dispatcher.Dispatcher.start_polling of msgid "Returns" msgstr "" -#: aiogram.dispatcher.dispatcher.Dispatcher.start_polling:1 of -msgid "Polling runner" -msgstr "" - #: ../../dispatcher/dispatcher.rst:18 msgid "Simple usage" msgstr "" @@ -142,3 +85,57 @@ msgid "" "All updates can be propagated to the dispatcher by " ":obj:`Dispatcher.feed_update(bot=..., update=...)` method:" msgstr "" + +#~ msgid "Root router" +#~ msgstr "" + +#~ msgid "Storage for FSM" +#~ msgstr "" + +#~ msgid "FSM strategy" +#~ msgstr "" + +#~ msgid "Events isolation" +#~ msgstr "" + +#~ msgid "" +#~ "Disable FSM, note that if you " +#~ "disable FSM then you should not " +#~ "use storage and events isolation" +#~ msgstr "" + +#~ msgid "Other arguments, will be passed as keyword arguments to handlers" +#~ msgstr "" + +#~ msgid "" +#~ "Main entry point for incoming updates" +#~ " with automatic Dict->Update serializer" +#~ msgstr "" + +#~ msgid "" +#~ "Main entry point for incoming updates" +#~ " Response of this method can be " +#~ "used as Webhook response" +#~ msgstr "" + +#~ msgid "Run many bots with polling" +#~ msgstr "" + +#~ msgid "Bot instances" +#~ msgstr "" + +#~ msgid "Poling timeout" +#~ msgstr "" + +#~ msgid "Run task for each event and no wait result" +#~ msgstr "" + +#~ msgid "List of the update types you want your bot to receive" +#~ msgstr "" + +#~ msgid "contextual data" +#~ msgstr "" + +#~ msgid "Polling runner" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/dispatcher/filters/callback_data.po b/docs/locale/en/LC_MESSAGES/dispatcher/filters/callback_data.po index 559bf6be..0e6a61c6 100644 --- a/docs/locale/en/LC_MESSAGES/dispatcher/filters/callback_data.po +++ b/docs/locale/en/LC_MESSAGES/dispatcher/filters/callback_data.po @@ -8,77 +8,19 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../dispatcher/filters/callback_data.rst:3 msgid "Callback Data Factory & Filter" msgstr "" -#: aiogram.filters.callback_data.CallbackData:1 of -msgid "Base class for callback data wrapper" -msgstr "" - -#: aiogram.filters.callback_data.CallbackData:3 of -msgid "This class should be used as super-class of user-defined callbacks." -msgstr "" - -#: aiogram.filters.callback_data.CallbackData:5 of -msgid "" -"The class-keyword :code:`prefix` is required to define prefix and also " -"the argument :code:`sep` can be passed to define separator (default is " -":code:`:`)." -msgstr "" - -#: aiogram.filters.callback_data.CallbackData.pack:1 of -msgid "Generate callback data string" -msgstr "" - -#: aiogram.filters.callback_data.CallbackData.filter -#: aiogram.filters.callback_data.CallbackData.pack -#: aiogram.filters.callback_data.CallbackData.unpack of -msgid "Returns" -msgstr "" - -#: aiogram.filters.callback_data.CallbackData.pack:3 of -msgid "valid callback data for Telegram Bot API" -msgstr "" - -#: aiogram.filters.callback_data.CallbackData.unpack:1 of -msgid "Parse callback data string" -msgstr "" - -#: aiogram.filters.callback_data.CallbackData.filter -#: aiogram.filters.callback_data.CallbackData.unpack of -msgid "Parameters" -msgstr "" - -#: aiogram.filters.callback_data.CallbackData.unpack:3 of -msgid "value from Telegram" -msgstr "" - -#: aiogram.filters.callback_data.CallbackData.unpack:4 of -msgid "instance of CallbackData" -msgstr "" - -#: aiogram.filters.callback_data.CallbackData.filter:1 of -msgid "Generates a filter for callback query with rule" -msgstr "" - -#: aiogram.filters.callback_data.CallbackData.filter:3 of -msgid "magic rule" -msgstr "" - -#: aiogram.filters.callback_data.CallbackData.filter:4 of -msgid "instance of filter" -msgstr "" - #: ../../dispatcher/filters/callback_data.rst:11 msgid "Usage" msgstr "" @@ -158,3 +100,48 @@ msgid "" "Note that the integer Enum's should be always is subclasses of " ":code:`IntEnum` in due to parsing issues." msgstr "" + +#~ msgid "Base class for callback data wrapper" +#~ msgstr "" + +#~ msgid "This class should be used as super-class of user-defined callbacks." +#~ msgstr "" + +#~ msgid "" +#~ "The class-keyword :code:`prefix` is " +#~ "required to define prefix and also " +#~ "the argument :code:`sep` can be passed" +#~ " to define separator (default is " +#~ ":code:`:`)." +#~ msgstr "" + +#~ msgid "Generate callback data string" +#~ msgstr "" + +#~ msgid "Returns" +#~ msgstr "" + +#~ msgid "valid callback data for Telegram Bot API" +#~ msgstr "" + +#~ msgid "Parse callback data string" +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "value from Telegram" +#~ msgstr "" + +#~ msgid "instance of CallbackData" +#~ msgstr "" + +#~ msgid "Generates a filter for callback query with rule" +#~ msgstr "" + +#~ msgid "magic rule" +#~ msgstr "" + +#~ msgid "instance of filter" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/dispatcher/filters/command.po b/docs/locale/en/LC_MESSAGES/dispatcher/filters/command.po index 846f439e..24b6dd1d 100644 --- a/docs/locale/en/LC_MESSAGES/dispatcher/filters/command.po +++ b/docs/locale/en/LC_MESSAGES/dispatcher/filters/command.po @@ -8,100 +8,25 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../dispatcher/filters/command.rst:3 msgid "Command" msgstr "" -#: aiogram.filters.command.Command:1 of -msgid "This filter can be helpful for handling commands from the text messages." -msgstr "" - -#: aiogram.filters.command.Command:3 of -msgid "" -"Works only with :class:`aiogram.types.message.Message` events which have " -"the :code:`text`." -msgstr "" - -#: aiogram.filters.command.Command.__init__:1 of -msgid "List of commands (string or compiled regexp patterns)" -msgstr "" - -#: aiogram.filters.command.Command.__init__ of -msgid "Parameters" -msgstr "" - -#: aiogram.filters.command.Command.__init__:3 of -msgid "" -"Prefix for command. Prefix is always a single char but here you can pass " -"all of allowed prefixes, for example: :code:`\"/!\"` will work with " -"commands prefixed by :code:`\"/\"` or :code:`\"!\"`." -msgstr "" - -#: aiogram.filters.command.Command.__init__:7 of -msgid "Ignore case (Does not work with regexp, use flags instead)" -msgstr "" - -#: aiogram.filters.command.Command.__init__:8 of -msgid "" -"Ignore bot mention. By default, bot can not handle commands intended for " -"other bots" -msgstr "" - -#: aiogram.filters.command.Command.__init__:10 of -msgid "Validate command object via Magic filter after all checks done" -msgstr "" - #: ../../dispatcher/filters/command.rst:10 msgid "" "When filter is passed the :class:`aiogram.filters.command.CommandObject` " "will be passed to the handler argument :code:`command`" msgstr "" -#: aiogram.filters.command.CommandObject:1 of -msgid "" -"Instance of this object is always has command and it prefix. Can be " -"passed as keyword argument **command** to the handler" -msgstr "" - -#: ../../docstring aiogram.filters.command.CommandObject.prefix:1 of -msgid "Command prefix" -msgstr "" - -#: ../../docstring aiogram.filters.command.CommandObject.command:1 of -msgid "Command without prefix and mention" -msgstr "" - -#: ../../docstring aiogram.filters.command.CommandObject.mention:1 of -msgid "Mention (if available)" -msgstr "" - -#: ../../docstring aiogram.filters.command.CommandObject.args:1 of -msgid "Command argument" -msgstr "" - -#: ../../docstring aiogram.filters.command.CommandObject.regexp_match:1 of -msgid "" -"Will be presented match result if the command is presented as regexp in " -"filter" -msgstr "" - -#: aiogram.filters.command.CommandObject.mentioned:1 of -msgid "This command has mention?" -msgstr "" - -#: aiogram.filters.command.CommandObject.text:1 of -msgid "Generate original text from object" -msgstr "" - #: ../../dispatcher/filters/command.rst:19 msgid "Usage" msgstr "" @@ -154,3 +79,74 @@ msgstr "" #: ../../dispatcher/filters/command.rst:37 msgid "`edited_message`" msgstr "" + +#~ msgid "" +#~ "This filter can be helpful for " +#~ "handling commands from the text " +#~ "messages." +#~ msgstr "" + +#~ msgid "" +#~ "Works only with " +#~ ":class:`aiogram.types.message.Message` events which " +#~ "have the :code:`text`." +#~ msgstr "" + +#~ msgid "List of commands (string or compiled regexp patterns)" +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "" +#~ "Prefix for command. Prefix is always " +#~ "a single char but here you can " +#~ "pass all of allowed prefixes, for " +#~ "example: :code:`\"/!\"` will work with " +#~ "commands prefixed by :code:`\"/\"` or " +#~ ":code:`\"!\"`." +#~ msgstr "" + +#~ msgid "Ignore case (Does not work with regexp, use flags instead)" +#~ msgstr "" + +#~ msgid "" +#~ "Ignore bot mention. By default, bot " +#~ "can not handle commands intended for " +#~ "other bots" +#~ msgstr "" + +#~ msgid "Validate command object via Magic filter after all checks done" +#~ msgstr "" + +#~ msgid "" +#~ "Instance of this object is always " +#~ "has command and it prefix. Can be" +#~ " passed as keyword argument **command** " +#~ "to the handler" +#~ msgstr "" + +#~ msgid "Command prefix" +#~ msgstr "" + +#~ msgid "Command without prefix and mention" +#~ msgstr "" + +#~ msgid "Mention (if available)" +#~ msgstr "" + +#~ msgid "Command argument" +#~ msgstr "" + +#~ msgid "" +#~ "Will be presented match result if " +#~ "the command is presented as regexp " +#~ "in filter" +#~ msgstr "" + +#~ msgid "This command has mention?" +#~ msgstr "" + +#~ msgid "Generate original text from object" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/dispatcher/filters/exception.po b/docs/locale/en/LC_MESSAGES/dispatcher/filters/exception.po index 75292abb..8313407a 100644 --- a/docs/locale/en/LC_MESSAGES/dispatcher/filters/exception.po +++ b/docs/locale/en/LC_MESSAGES/dispatcher/filters/exception.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../dispatcher/filters/exception.rst:3 msgid "Exceptions" @@ -25,14 +25,6 @@ msgstr "" msgid "This filters can be helpful for handling errors from the text messages." msgstr "" -#: aiogram.filters.exception.ExceptionTypeFilter:1 of -msgid "Allows to match exception by type" -msgstr "" - -#: aiogram.filters.exception.ExceptionMessageFilter:1 of -msgid "Allow to match exception by message" -msgstr "" - #: ../../dispatcher/filters/exception.rst:18 msgid "Allowed handlers" msgstr "" @@ -44,3 +36,10 @@ msgstr "" #: ../../dispatcher/filters/exception.rst:22 msgid ":code:`error`" msgstr "" + +#~ msgid "Allows to match exception by type" +#~ msgstr "" + +#~ msgid "Allow to match exception by message" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/dispatcher/filters/index.po b/docs/locale/en/LC_MESSAGES/dispatcher/filters/index.po index 5151825e..5921cc6d 100644 --- a/docs/locale/en/LC_MESSAGES/dispatcher/filters/index.po +++ b/docs/locale/en/LC_MESSAGES/dispatcher/filters/index.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-18 01:50+0300\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../dispatcher/filters/index.rst:3 msgid "Filtering events" @@ -82,43 +82,6 @@ msgstr "" msgid "Base class for own filters" msgstr "" -#: aiogram.filters.base.Filter:1 of -msgid "" -"If you want to register own filters like builtin filters you will need to" -" write subclass of this class with overriding the :code:`__call__` method" -" and adding filter attributes." -msgstr "" - -#: aiogram.filters.base.Filter.__call__:1 of -msgid "This method should be overridden." -msgstr "" - -#: aiogram.filters.base.Filter.__call__:3 of -msgid "Accepts incoming event and should return boolean or dict." -msgstr "" - -#: aiogram.filters.base.Filter.__call__ of -msgid "Returns" -msgstr "" - -#: aiogram.filters.base.Filter.__call__:5 of -msgid ":class:`bool` or :class:`Dict[str, Any]`" -msgstr "" - -#: aiogram.filters.base.Filter.update_handler_flags:1 of -msgid "" -"Also if you want to extend handler flags with using this filter you " -"should implement this method" -msgstr "" - -#: aiogram.filters.base.Filter.update_handler_flags of -msgid "Parameters" -msgstr "" - -#: aiogram.filters.base.Filter.update_handler_flags:3 of -msgid "existing flags, can be updated directly" -msgstr "" - #: ../../dispatcher/filters/index.rst:51 msgid "Own filter example" msgstr "" @@ -176,3 +139,36 @@ msgstr "" #~ "register the handler twice or more " #~ "times as you like" #~ msgstr "" + +#~ msgid "" +#~ "If you want to register own " +#~ "filters like builtin filters you will" +#~ " need to write subclass of this " +#~ "class with overriding the :code:`__call__` " +#~ "method and adding filter attributes." +#~ msgstr "" + +#~ msgid "This method should be overridden." +#~ msgstr "" + +#~ msgid "Accepts incoming event and should return boolean or dict." +#~ msgstr "" + +#~ msgid "Returns" +#~ msgstr "" + +#~ msgid ":class:`bool` or :class:`Dict[str, Any]`" +#~ msgstr "" + +#~ msgid "" +#~ "Also if you want to extend handler" +#~ " flags with using this filter you " +#~ "should implement this method" +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "existing flags, can be updated directly" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/dispatcher/filters/magic_data.po b/docs/locale/en/LC_MESSAGES/dispatcher/filters/magic_data.po index 57280bd2..82185c8a 100644 --- a/docs/locale/en/LC_MESSAGES/dispatcher/filters/magic_data.po +++ b/docs/locale/en/LC_MESSAGES/dispatcher/filters/magic_data.po @@ -8,23 +8,19 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-25 22:10+0300\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../dispatcher/filters/magic_data.rst:3 msgid "MagicData" msgstr "" -#: aiogram.filters.magic_data.MagicData:1 of -msgid "This filter helps to filter event with contextual data" -msgstr "" - #: ../../dispatcher/filters/magic_data.rst:10 msgid "Can be imported:" msgstr "" @@ -116,3 +112,7 @@ msgstr "" #~ "passing corresponding arguments to handler " #~ "registration line" #~ msgstr "" + +#~ msgid "This filter helps to filter event with contextual data" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/dispatcher/filters/text.po b/docs/locale/en/LC_MESSAGES/dispatcher/filters/text.po index f267c57f..419c7ba3 100644 --- a/docs/locale/en/LC_MESSAGES/dispatcher/filters/text.po +++ b/docs/locale/en/LC_MESSAGES/dispatcher/filters/text.po @@ -8,40 +8,19 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-25 22:10+0300\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../dispatcher/filters/text.rst:3 msgid "Text" msgstr "" -#: aiogram.filters.text.Text:1 of -msgid "" -"Is useful for filtering text :class:`aiogram.types.message.Message`, any " -":class:`aiogram.types.callback_query.CallbackQuery` with `data`, " -":class:`aiogram.types.inline_query.InlineQuery` or " -":class:`aiogram.types.poll.Poll` question." -msgstr "" - -#: aiogram.filters.text.Text:7 of -msgid "" -"Only one of `text`, `contains`, `startswith` or `endswith` argument can " -"be used at once. Any of that arguments can be string, list, set or tuple " -"of strings." -msgstr "" - -#: aiogram.filters.text.Text:12 of -msgid "" -"use :ref:`magic-filter `. For example do :pycode:`F.text " -"== \"text\"` instead" -msgstr "" - #: ../../dispatcher/filters/text.rst:10 msgid "Can be imported:" msgstr "" @@ -128,3 +107,26 @@ msgstr "" #: ../../dispatcher/filters/text.rst:35 msgid ":code:`callback_query`" msgstr "" + +#~ msgid "" +#~ "Is useful for filtering text " +#~ ":class:`aiogram.types.message.Message`, any " +#~ ":class:`aiogram.types.callback_query.CallbackQuery` with " +#~ "`data`, :class:`aiogram.types.inline_query.InlineQuery` or" +#~ " :class:`aiogram.types.poll.Poll` question." +#~ msgstr "" + +#~ msgid "" +#~ "Only one of `text`, `contains`, " +#~ "`startswith` or `endswith` argument can " +#~ "be used at once. Any of that " +#~ "arguments can be string, list, set " +#~ "or tuple of strings." +#~ msgstr "" + +#~ msgid "" +#~ "use :ref:`magic-filter `. " +#~ "For example do :pycode:`F.text == " +#~ "\"text\"` instead" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/dispatcher/finite_state_machine/storages.po b/docs/locale/en/LC_MESSAGES/dispatcher/finite_state_machine/storages.po index 271fd8e1..5a8d7f49 100644 --- a/docs/locale/en/LC_MESSAGES/dispatcher/finite_state_machine/storages.po +++ b/docs/locale/en/LC_MESSAGES/dispatcher/finite_state_machine/storages.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-02 22:41+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../dispatcher/finite_state_machine/storages.rst:3 msgid "Storages" @@ -29,198 +29,18 @@ msgstr "" msgid "MemoryStorage" msgstr "" -#: aiogram.fsm.storage.memory.MemoryStorage:1 of -msgid "" -"Default FSM storage, stores all data in :class:`dict` and loss everything" -" on shutdown" -msgstr "" - -#: aiogram.fsm.storage.memory.MemoryStorage:5 of -msgid "" -"Is not recommended using in production in due to you will lose all data " -"when your bot restarts" -msgstr "" - #: ../../dispatcher/finite_state_machine/storages.rst:16 msgid "RedisStorage" msgstr "" -#: aiogram.fsm.storage.redis.RedisStorage:1 of -msgid "" -"Redis storage required :code:`redis` package installed (:code:`pip " -"install redis`)" -msgstr "" - -#: aiogram.fsm.storage.base.BaseStorage.get_data -#: aiogram.fsm.storage.base.BaseStorage.get_state -#: aiogram.fsm.storage.base.BaseStorage.set_data -#: aiogram.fsm.storage.base.BaseStorage.set_state -#: aiogram.fsm.storage.base.BaseStorage.update_data -#: aiogram.fsm.storage.redis.DefaultKeyBuilder.build -#: aiogram.fsm.storage.redis.KeyBuilder.build -#: aiogram.fsm.storage.redis.RedisStorage.__init__ -#: aiogram.fsm.storage.redis.RedisStorage.from_url of -msgid "Parameters" -msgstr "" - -#: aiogram.fsm.storage.redis.RedisStorage.__init__:1 of -msgid "Instance of Redis connection" -msgstr "" - -#: aiogram.fsm.storage.redis.RedisStorage.__init__:2 of -msgid "builder that helps to convert contextual key to string" -msgstr "" - -#: aiogram.fsm.storage.redis.RedisStorage.__init__:3 of -msgid "TTL for state records" -msgstr "" - -#: aiogram.fsm.storage.redis.RedisStorage.__init__:4 of -msgid "TTL for data records" -msgstr "" - -#: aiogram.fsm.storage.redis.RedisStorage.__init__:5 of -msgid "Custom arguments for Redis lock" -msgstr "" - -#: aiogram.fsm.storage.redis.RedisStorage.from_url:1 of -msgid "" -"Create an instance of :class:`RedisStorage` with specifying the " -"connection string" -msgstr "" - -#: aiogram.fsm.storage.redis.RedisStorage.from_url:3 of -msgid "for example :code:`redis://user:password@host:port/db`" -msgstr "" - -#: aiogram.fsm.storage.redis.RedisStorage.from_url:4 of -msgid "see :code:`redis` docs" -msgstr "" - -#: aiogram.fsm.storage.redis.RedisStorage.from_url:5 of -msgid "arguments to be passed to :class:`RedisStorage`" -msgstr "" - -#: aiogram.fsm.storage.base.BaseStorage.get_data -#: aiogram.fsm.storage.base.BaseStorage.get_state -#: aiogram.fsm.storage.base.BaseStorage.update_data -#: aiogram.fsm.storage.redis.DefaultKeyBuilder.build -#: aiogram.fsm.storage.redis.KeyBuilder.build -#: aiogram.fsm.storage.redis.RedisStorage.from_url of -msgid "Returns" -msgstr "" - -#: aiogram.fsm.storage.redis.RedisStorage.from_url:6 of -msgid "an instance of :class:`RedisStorage`" -msgstr "" - #: ../../dispatcher/finite_state_machine/storages.rst:22 msgid "Keys inside storage can be customized via key builders:" msgstr "" -#: aiogram.fsm.storage.redis.KeyBuilder:1 of -msgid "Base class for Redis key builder" -msgstr "" - -#: aiogram.fsm.storage.redis.DefaultKeyBuilder.build:1 -#: aiogram.fsm.storage.redis.KeyBuilder.build:1 of -msgid "This method should be implemented in subclasses" -msgstr "" - -#: aiogram.fsm.storage.redis.DefaultKeyBuilder.build:3 -#: aiogram.fsm.storage.redis.KeyBuilder.build:3 of -msgid "contextual key" -msgstr "" - -#: aiogram.fsm.storage.redis.DefaultKeyBuilder.build:4 -#: aiogram.fsm.storage.redis.KeyBuilder.build:4 of -msgid "part of the record" -msgstr "" - -#: aiogram.fsm.storage.redis.DefaultKeyBuilder.build:5 -#: aiogram.fsm.storage.redis.KeyBuilder.build:5 of -msgid "key to be used in Redis queries" -msgstr "" - -#: aiogram.fsm.storage.redis.DefaultKeyBuilder:1 of -msgid "Simple Redis key builder with default prefix." -msgstr "" - -#: aiogram.fsm.storage.redis.DefaultKeyBuilder:3 of -msgid "" -"Generates a colon-joined string with prefix, chat_id, user_id, optional " -"bot_id and optional destiny." -msgstr "" - #: ../../dispatcher/finite_state_machine/storages.rst:34 msgid "Writing own storages" msgstr "" -#: aiogram.fsm.storage.base.BaseStorage:1 of -msgid "Base class for all FSM storages" -msgstr "" - -#: aiogram.fsm.storage.base.BaseStorage.set_state:1 of -msgid "Set state for specified key" -msgstr "" - -#: aiogram.fsm.storage.base.BaseStorage.get_data:3 -#: aiogram.fsm.storage.base.BaseStorage.get_state:3 -#: aiogram.fsm.storage.base.BaseStorage.set_data:3 -#: aiogram.fsm.storage.base.BaseStorage.set_state:3 -#: aiogram.fsm.storage.base.BaseStorage.update_data:3 of -msgid "instance of the current bot" -msgstr "" - -#: aiogram.fsm.storage.base.BaseStorage.get_data:4 -#: aiogram.fsm.storage.base.BaseStorage.get_state:4 -#: aiogram.fsm.storage.base.BaseStorage.set_data:4 -#: aiogram.fsm.storage.base.BaseStorage.set_state:4 -#: aiogram.fsm.storage.base.BaseStorage.update_data:4 of -msgid "storage key" -msgstr "" - -#: aiogram.fsm.storage.base.BaseStorage.set_state:5 of -msgid "new state" -msgstr "" - -#: aiogram.fsm.storage.base.BaseStorage.get_state:1 of -msgid "Get key state" -msgstr "" - -#: aiogram.fsm.storage.base.BaseStorage.get_state:5 of -msgid "current state" -msgstr "" - -#: aiogram.fsm.storage.base.BaseStorage.set_data:1 of -msgid "Write data (replace)" -msgstr "" - -#: aiogram.fsm.storage.base.BaseStorage.set_data:5 -#: aiogram.fsm.storage.base.BaseStorage.update_data:6 of -msgid "new data" -msgstr "" - -#: aiogram.fsm.storage.base.BaseStorage.get_data:1 of -msgid "Get current data for key" -msgstr "" - -#: aiogram.fsm.storage.base.BaseStorage.get_data:5 of -msgid "current data" -msgstr "" - -#: aiogram.fsm.storage.base.BaseStorage.update_data:1 of -msgid "Update date in the storage for key (like dict.update)" -msgstr "" - -#: aiogram.fsm.storage.base.BaseStorage.update_data:5 of -msgid "partial data" -msgstr "" - -#: aiogram.fsm.storage.base.BaseStorage.close:1 of -msgid "Close storage (database connection, file or etc.)" -msgstr "" - #~ msgid "" #~ "Redis storage required :code:`aioredis` " #~ "package installed (:code:`pip install " @@ -229,3 +49,125 @@ msgstr "" #~ msgid "see :code:`aioredis` docs" #~ msgstr "" + +#~ msgid "" +#~ "Default FSM storage, stores all data " +#~ "in :class:`dict` and loss everything on" +#~ " shutdown" +#~ msgstr "" + +#~ msgid "" +#~ "Is not recommended using in production" +#~ " in due to you will lose all" +#~ " data when your bot restarts" +#~ msgstr "" + +#~ msgid "" +#~ "Redis storage required :code:`redis` package" +#~ " installed (:code:`pip install redis`)" +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "Instance of Redis connection" +#~ msgstr "" + +#~ msgid "builder that helps to convert contextual key to string" +#~ msgstr "" + +#~ msgid "TTL for state records" +#~ msgstr "" + +#~ msgid "TTL for data records" +#~ msgstr "" + +#~ msgid "Custom arguments for Redis lock" +#~ msgstr "" + +#~ msgid "" +#~ "Create an instance of :class:`RedisStorage`" +#~ " with specifying the connection string" +#~ msgstr "" + +#~ msgid "for example :code:`redis://user:password@host:port/db`" +#~ msgstr "" + +#~ msgid "see :code:`redis` docs" +#~ msgstr "" + +#~ msgid "arguments to be passed to :class:`RedisStorage`" +#~ msgstr "" + +#~ msgid "Returns" +#~ msgstr "" + +#~ msgid "an instance of :class:`RedisStorage`" +#~ msgstr "" + +#~ msgid "Base class for Redis key builder" +#~ msgstr "" + +#~ msgid "This method should be implemented in subclasses" +#~ msgstr "" + +#~ msgid "contextual key" +#~ msgstr "" + +#~ msgid "part of the record" +#~ msgstr "" + +#~ msgid "key to be used in Redis queries" +#~ msgstr "" + +#~ msgid "Simple Redis key builder with default prefix." +#~ msgstr "" + +#~ msgid "" +#~ "Generates a colon-joined string with " +#~ "prefix, chat_id, user_id, optional bot_id " +#~ "and optional destiny." +#~ msgstr "" + +#~ msgid "Base class for all FSM storages" +#~ msgstr "" + +#~ msgid "Set state for specified key" +#~ msgstr "" + +#~ msgid "instance of the current bot" +#~ msgstr "" + +#~ msgid "storage key" +#~ msgstr "" + +#~ msgid "new state" +#~ msgstr "" + +#~ msgid "Get key state" +#~ msgstr "" + +#~ msgid "current state" +#~ msgstr "" + +#~ msgid "Write data (replace)" +#~ msgstr "" + +#~ msgid "new data" +#~ msgstr "" + +#~ msgid "Get current data for key" +#~ msgstr "" + +#~ msgid "current data" +#~ msgstr "" + +#~ msgid "Update date in the storage for key (like dict.update)" +#~ msgstr "" + +#~ msgid "partial data" +#~ msgstr "" + +#~ msgid "Close storage (database connection, file or etc.)" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/dispatcher/flags.po b/docs/locale/en/LC_MESSAGES/dispatcher/flags.po index 0ad40047..aa620ea8 100644 --- a/docs/locale/en/LC_MESSAGES/dispatcher/flags.po +++ b/docs/locale/en/LC_MESSAGES/dispatcher/flags.po @@ -8,118 +8,66 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-07 23:33+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" -#: ../../dispatcher/flags.rst:3 +#: ../../dispatcher/flags.rst:5 msgid "Flags" msgstr "" -#: ../../dispatcher/flags.rst:5 +#: ../../dispatcher/flags.rst:7 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 +#: ../../dispatcher/flags.rst:10 msgid "" "Flags can be added to the handler via `decorators <#via-decorators>`_, " "`handlers registration <#via-handler-registration-method>`_ or `filters " "`_." msgstr "" -#: ../../dispatcher/flags.rst:13 +#: ../../dispatcher/flags.rst:15 msgid "Via decorators" msgstr "" -#: ../../dispatcher/flags.rst:15 +#: ../../dispatcher/flags.rst:17 msgid "For example mark handler with `chat_action` flag" msgstr "" -#: ../../dispatcher/flags.rst:24 +#: ../../dispatcher/flags.rst:26 msgid "Or just for rate-limit or something else" msgstr "" -#: ../../dispatcher/flags.rst:34 +#: ../../dispatcher/flags.rst:36 msgid "Via handler registration method" msgstr "" -#: ../../dispatcher/flags.rst:41 +#: ../../dispatcher/flags.rst:43 msgid "Via filters" msgstr "" -#: ../../dispatcher/flags.rst:55 +#: ../../dispatcher/flags.rst:57 msgid "Use in middlewares" msgstr "" -#: aiogram.dispatcher.flags.check_flags:1 of -msgid "Check flags via magic filter" -msgstr "" - -#: aiogram.dispatcher.flags.check_flags aiogram.dispatcher.flags.extract_flags -#: aiogram.dispatcher.flags.get_flag of -msgid "Parameters" -msgstr "" - -#: aiogram.dispatcher.flags.check_flags:3 -#: aiogram.dispatcher.flags.extract_flags:3 aiogram.dispatcher.flags.get_flag:3 -#: of -msgid "handler object or data" -msgstr "" - -#: aiogram.dispatcher.flags.check_flags:4 of -msgid "instance of the magic" -msgstr "" - -#: aiogram.dispatcher.flags.check_flags aiogram.dispatcher.flags.extract_flags -#: aiogram.dispatcher.flags.get_flag of -msgid "Returns" -msgstr "" - -#: aiogram.dispatcher.flags.check_flags:5 of -msgid "the result of magic filter check" -msgstr "" - -#: aiogram.dispatcher.flags.extract_flags:1 of -msgid "Extract flags from handler or middleware context data" -msgstr "" - -#: aiogram.dispatcher.flags.extract_flags:4 of -msgid "dictionary with all handler flags" -msgstr "" - -#: aiogram.dispatcher.flags.get_flag:1 of -msgid "Get flag by name" -msgstr "" - -#: aiogram.dispatcher.flags.get_flag:4 of -msgid "name of the flag" -msgstr "" - -#: aiogram.dispatcher.flags.get_flag:5 of -msgid "default value (None)" -msgstr "" - -#: aiogram.dispatcher.flags.get_flag:6 of -msgid "value of the flag or default" -msgstr "" - -#: ../../dispatcher/flags.rst:62 +#: ../../dispatcher/flags.rst:64 msgid "Example in middlewares" msgstr "" -#: ../../dispatcher/flags.rst:75 +#: ../../dispatcher/flags.rst:77 msgid "Use in utilities" msgstr "" -#: ../../dispatcher/flags.rst:77 +#: ../../dispatcher/flags.rst:79 msgid "" "For example you can collect all registered commands with handler " "description and then it can be used for generating commands help" @@ -127,3 +75,40 @@ msgstr "" #~ msgid "FlagDecorator(flag: aiogram.dispatcher.flags.Flag)" #~ msgstr "" + +#~ msgid "Check flags via magic filter" +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "handler object or data" +#~ msgstr "" + +#~ msgid "instance of the magic" +#~ msgstr "" + +#~ msgid "Returns" +#~ msgstr "" + +#~ msgid "the result of magic filter check" +#~ msgstr "" + +#~ msgid "Extract flags from handler or middleware context data" +#~ msgstr "" + +#~ msgid "dictionary with all handler flags" +#~ msgstr "" + +#~ msgid "Get flag by name" +#~ msgstr "" + +#~ msgid "name of the flag" +#~ msgstr "" + +#~ msgid "default value (None)" +#~ msgstr "" + +#~ msgid "value of the flag or default" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/dispatcher/middlewares.po b/docs/locale/en/LC_MESSAGES/dispatcher/middlewares.po index e562e992..24468412 100644 --- a/docs/locale/en/LC_MESSAGES/dispatcher/middlewares.po +++ b/docs/locale/en/LC_MESSAGES/dispatcher/middlewares.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../dispatcher/middlewares.rst:3 msgid "Middlewares" @@ -102,42 +102,6 @@ msgstr "" msgid "Arguments specification" msgstr "" -#: aiogram.dispatcher.middlewares.base.BaseMiddleware:1 of -msgid "Bases: :py:class:`~abc.ABC`" -msgstr "" - -#: aiogram.dispatcher.middlewares.base.BaseMiddleware:1 of -msgid "Generic middleware class" -msgstr "" - -#: aiogram.dispatcher.middlewares.base.BaseMiddleware.__call__:1 of -msgid "Execute middleware" -msgstr "" - -#: aiogram.dispatcher.middlewares.base.BaseMiddleware.__call__ of -msgid "Parameters" -msgstr "" - -#: aiogram.dispatcher.middlewares.base.BaseMiddleware.__call__:3 of -msgid "Wrapped handler in middlewares chain" -msgstr "" - -#: aiogram.dispatcher.middlewares.base.BaseMiddleware.__call__:4 of -msgid "Incoming event (Subclass of :class:`aiogram.types.base.TelegramObject`)" -msgstr "" - -#: aiogram.dispatcher.middlewares.base.BaseMiddleware.__call__:5 of -msgid "Contextual data. Will be mapped to handler arguments" -msgstr "" - -#: aiogram.dispatcher.middlewares.base.BaseMiddleware.__call__ of -msgid "Returns" -msgstr "" - -#: aiogram.dispatcher.middlewares.base.BaseMiddleware.__call__:6 of -msgid ":class:`Any`" -msgstr "" - #: ../../dispatcher/middlewares.rst:56 msgid "Examples" msgstr "" @@ -179,3 +143,31 @@ msgid "" "updates going to specific event type handler through built in update " "handler" msgstr "" + +#~ msgid "Bases: :py:class:`~abc.ABC`" +#~ msgstr "" + +#~ msgid "Generic middleware class" +#~ msgstr "" + +#~ msgid "Execute middleware" +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "Wrapped handler in middlewares chain" +#~ msgstr "" + +#~ msgid "Incoming event (Subclass of :class:`aiogram.types.base.TelegramObject`)" +#~ msgstr "" + +#~ msgid "Contextual data. Will be mapped to handler arguments" +#~ msgstr "" + +#~ msgid "Returns" +#~ msgstr "" + +#~ msgid ":class:`Any`" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/dispatcher/observer.po b/docs/locale/en/LC_MESSAGES/dispatcher/observer.po index b8a61e72..c2b9d40c 100644 --- a/docs/locale/en/LC_MESSAGES/dispatcher/observer.po +++ b/docs/locale/en/LC_MESSAGES/dispatcher/observer.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-19 22:52+0300\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../dispatcher/observer.rst:3 msgid "Observer" @@ -44,59 +44,10 @@ msgstr "" msgid "EventObserver" msgstr "" -#: aiogram.dispatcher.event.event.EventObserver:1 of -msgid "Simple events observer" -msgstr "" - -#: aiogram.dispatcher.event.event.EventObserver:3 of -msgid "" -"Is used for managing events is not related with Telegram (For example " -"startup/shutdown processes)" -msgstr "" - -#: aiogram.dispatcher.event.event.EventObserver:5 of -msgid "Handlers can be registered via decorator or method" -msgstr "" - -#: aiogram.dispatcher.event.event.EventObserver.register:1 of -msgid "Register callback with filters" -msgstr "" - -#: aiogram.dispatcher.event.event.EventObserver.trigger:1 of -msgid "" -"Propagate event to handlers. Handler will be called when all its filters " -"is pass." -msgstr "" - -#: aiogram.dispatcher.event.event.EventObserver.__call__:1 -#: aiogram.dispatcher.event.telegram.TelegramEventObserver.__call__:1 of -msgid "Decorator for registering event handlers" -msgstr "" - #: ../../dispatcher/observer.rst:22 msgid "TelegramEventObserver" msgstr "" -#: aiogram.dispatcher.event.telegram.TelegramEventObserver:1 of -msgid "Event observer for Telegram events" -msgstr "" - -#: aiogram.dispatcher.event.telegram.TelegramEventObserver:3 of -msgid "" -"Here you can register handler with filter. This observer will stop event " -"propagation when first handler is pass." -msgstr "" - -#: aiogram.dispatcher.event.telegram.TelegramEventObserver.register:1 of -msgid "Register event handler" -msgstr "" - -#: aiogram.dispatcher.event.telegram.TelegramEventObserver.trigger:1 of -msgid "" -"Propagate event to handlers and stops propagation on first match. Handler" -" will be called when all its filters is pass." -msgstr "" - #~ msgid "" #~ "Here you can register handler with " #~ "filters or bounded filters which can " @@ -107,3 +58,47 @@ msgstr "" #~ " handler is pass." #~ msgstr "" +#~ msgid "Simple events observer" +#~ msgstr "" + +#~ msgid "" +#~ "Is used for managing events is not" +#~ " related with Telegram (For example " +#~ "startup/shutdown processes)" +#~ msgstr "" + +#~ msgid "Handlers can be registered via decorator or method" +#~ msgstr "" + +#~ msgid "Register callback with filters" +#~ msgstr "" + +#~ msgid "" +#~ "Propagate event to handlers. Handler " +#~ "will be called when all its " +#~ "filters is pass." +#~ msgstr "" + +#~ msgid "Decorator for registering event handlers" +#~ msgstr "" + +#~ msgid "Event observer for Telegram events" +#~ msgstr "" + +#~ msgid "" +#~ "Here you can register handler with " +#~ "filter. This observer will stop event" +#~ " propagation when first handler is " +#~ "pass." +#~ msgstr "" + +#~ msgid "Register event handler" +#~ msgstr "" + +#~ msgid "" +#~ "Propagate event to handlers and stops" +#~ " propagation on first match. Handler " +#~ "will be called when all its " +#~ "filters is pass." +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/dispatcher/router.po b/docs/locale/en/LC_MESSAGES/dispatcher/router.po index 1d194ac3..fc852979 100644 --- a/docs/locale/en/LC_MESSAGES/dispatcher/router.po +++ b/docs/locale/en/LC_MESSAGES/dispatcher/router.po @@ -8,60 +8,19 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../dispatcher/router.rst:3 msgid "Router" msgstr "" -#: aiogram.dispatcher.router.Router:1 of -msgid "Bases: :py:class:`object`" -msgstr "" - -#: aiogram.dispatcher.router.Router:1 of -msgid "" -"Router can route update, and it nested update types like messages, " -"callback query, polls and all other event types." -msgstr "" - -#: aiogram.dispatcher.router.Router:4 of -msgid "Event handlers can be registered in observer by two ways:" -msgstr "" - -#: aiogram.dispatcher.router.Router:6 of -msgid "" -"By observer method - :obj:`router..register(handler, " -")`" -msgstr "" - -#: aiogram.dispatcher.router.Router:7 of -msgid "By decorator - :obj:`@router.()`" -msgstr "" - -#: aiogram.dispatcher.router.Router.__init__ -#: aiogram.dispatcher.router.Router.include_router of -msgid "Parameters" -msgstr "" - -#: aiogram.dispatcher.router.Router.__init__:1 of -msgid "Optional router name, can be useful for debugging" -msgstr "" - -#: aiogram.dispatcher.router.Router.include_router:1 of -msgid "Attach another router." -msgstr "" - -#: aiogram.dispatcher.router.Router.include_router of -msgid "Returns" -msgstr "" - #: ../../dispatcher/router.rst:11 msgid "Event observers" msgstr "" @@ -220,3 +179,38 @@ msgstr "" #~ "import string in format " #~ "\":\"" #~ msgstr "" + +#~ msgid "Bases: :py:class:`object`" +#~ msgstr "" + +#~ msgid "" +#~ "Router can route update, and it " +#~ "nested update types like messages, " +#~ "callback query, polls and all other " +#~ "event types." +#~ msgstr "" + +#~ msgid "Event handlers can be registered in observer by two ways:" +#~ msgstr "" + +#~ msgid "" +#~ "By observer method - " +#~ ":obj:`router..register(handler, )`" +#~ msgstr "" + +#~ msgid "By decorator - :obj:`@router.()`" +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "Optional router name, can be useful for debugging" +#~ msgstr "" + +#~ msgid "Attach another router." +#~ msgstr "" + +#~ msgid "Returns" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/index.po b/docs/locale/en/LC_MESSAGES/index.po index 5ac82a19..f9d70ad0 100644 --- a/docs/locale/en/LC_MESSAGES/index.po +++ b/docs/locale/en/LC_MESSAGES/index.po @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../../README.rst:3 msgid "aiogram |beta badge|" msgstr "" -#: ../../../README.rst:98 +#: ../../../README.rst:95 msgid "Beta badge" msgstr "" @@ -33,6 +33,18 @@ msgstr "" msgid "MIT License" msgstr "" +#: ../../../README.rst:-1 +msgid "PyPi status" +msgstr "" + +#: ../../../README.rst:-1 +msgid "PyPi Package Version" +msgstr "" + +#: ../../../README.rst:-1 +msgid "Downloads" +msgstr "" + #: ../../../README.rst:-1 msgid "Supported python versions" msgstr "" @@ -45,27 +57,11 @@ msgstr "" msgid "Tests" msgstr "" -#: ../../../README.rst:-1 -msgid "PyPi Package Version" -msgstr "" - -#: ../../../README.rst:-1 -msgid "PyPi status" -msgstr "" - -#: ../../../README.rst:-1 -msgid "Downloads" -msgstr "" - -#: ../../../README.rst:-1 -msgid "[Telegram] aiogram live" -msgstr "" - #: ../../../README.rst:-1 msgid "Codecov" msgstr "" -#: ../../../README.rst:44 +#: ../../../README.rst:40 msgid "" "**aiogram** is a modern and fully asynchronous framework for `Telegram " "Bot API `_ written in Python 3.8 " @@ -73,136 +69,140 @@ msgid "" "`aiohttp `_." msgstr "" -#: ../../../README.rst:49 +#: ../../../README.rst:45 msgid "Make your bots faster and more powerful!" msgstr "" -#: ../../../README.rst:54 +#: ../../../README.rst:51 msgid "Documentation:" msgstr "" -#: ../../../README.rst:52 +#: ../../../README.rst:48 msgid "🇺🇸 `English `_" msgstr "" -#: ../../../README.rst:53 +#: ../../../README.rst:49 msgid "🇺🇦 `Ukrainian `_" msgstr "" -#: ../../../README.rst:58 +#: ../../../README.rst:50 +msgid "🇷🇺 `Russian `_" +msgstr "" + +#: ../../../README.rst:55 msgid "**Breaking News:**" msgstr "" -#: ../../../README.rst:60 +#: ../../../README.rst:57 msgid "*aiogram* 3.0 has breaking changes." msgstr "" -#: ../../../README.rst:62 +#: ../../../README.rst:59 msgid "It breaks backward compatibility by introducing new breaking changes!" msgstr "" -#: ../../../README.rst:65 +#: ../../../README.rst:62 msgid "Features" msgstr "" -#: ../../../README.rst:67 +#: ../../../README.rst:64 msgid "" "Asynchronous (`asyncio docs " "`_, :pep:`492`)" msgstr "" -#: ../../../README.rst:68 +#: ../../../README.rst:65 msgid "" "Has type hints (:pep:`484`) and can be used with `mypy `_" msgstr "" -#: ../../../README.rst:69 +#: ../../../README.rst:66 msgid "Supports `PyPy `_" msgstr "" -#: ../../../README.rst:70 +#: ../../../README.rst:67 msgid "" -"Supports `Telegram Bot API 6.4 `_ and" +"Supports `Telegram Bot API 6.5 `_ and" " gets fast updates to the latest versions of the Bot API" msgstr "" -#: ../../../README.rst:71 +#: ../../../README.rst:68 msgid "" "Telegram Bot API integration code was `autogenerated " "`_ and can be easily re-generated " "when API gets updated" msgstr "" -#: ../../../README.rst:72 +#: ../../../README.rst:69 msgid "Updates router (Blueprints)" msgstr "" -#: ../../../README.rst:73 +#: ../../../README.rst:70 msgid "Has Finite State Machine" msgstr "" -#: ../../../README.rst:74 +#: ../../../README.rst:71 msgid "" "Uses powerful `magic filters " "`" msgstr "" -#: ../../../README.rst:75 +#: ../../../README.rst:72 msgid "Middlewares (incoming updates and API calls)" msgstr "" -#: ../../../README.rst:76 +#: ../../../README.rst:73 msgid "" "Provides `Replies into Webhook `_" msgstr "" -#: ../../../README.rst:77 +#: ../../../README.rst:74 msgid "Integrated I18n/L10n support with GNU Gettext (or Fluent)" msgstr "" -#: ../../../README.rst:82 +#: ../../../README.rst:79 msgid "" "It is strongly advised that you have prior experience working with " "`asyncio `_ before " "beginning to use **aiogram**." msgstr "" -#: ../../../README.rst:86 +#: ../../../README.rst:83 msgid "If you have any questions, you can visit our community chats on Telegram:" msgstr "" -#: ../../../README.rst:88 +#: ../../../README.rst:85 msgid "🇺🇸 `@aiogram `_" msgstr "" -#: ../../../README.rst:89 +#: ../../../README.rst:86 msgid "🇺🇦 `@aiogramua `_" msgstr "" -#: ../../../README.rst:90 +#: ../../../README.rst:87 msgid "🇺🇿 `@aiogram_uz `_" msgstr "" -#: ../../../README.rst:91 +#: ../../../README.rst:88 msgid "🇰🇿 `@aiogram_kz `_" msgstr "" -#: ../../../README.rst:92 +#: ../../../README.rst:89 msgid "🇷🇺 `@aiogram_ru `_" msgstr "" -#: ../../../README.rst:93 +#: ../../../README.rst:90 msgid "🇮🇷 `@aiogram_fa `_" msgstr "" -#: ../../../README.rst:94 +#: ../../../README.rst:91 msgid "🇮🇹 `@aiogram_it `_" msgstr "" -#: ../../../README.rst:95 +#: ../../../README.rst:92 msgid "🇧🇷 `@aiogram_br `_" msgstr "" @@ -223,3 +223,14 @@ msgstr "" #~ " updates to the latest versions of" #~ " the Bot API" #~ msgstr "" + +#~ msgid "[Telegram] aiogram live" +#~ msgstr "" + +#~ msgid "" +#~ "Supports `Telegram Bot API 6.4 " +#~ "`_ and gets fast" +#~ " updates to the latest versions of" +#~ " the Bot API" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/utils/callback_answer.po b/docs/locale/en/LC_MESSAGES/utils/callback_answer.po new file mode 100644 index 00000000..2fec02b0 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/utils/callback_answer.po @@ -0,0 +1,124 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2023, aiogram Team +# This file is distributed under the same license as the aiogram package. +# FIRST AUTHOR , 2023. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: aiogram \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: en\n" +"Language-Team: en \n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../utils/callback_answer.rst:4 +msgid "Callback answer" +msgstr "" + +#: ../../utils/callback_answer.rst:6 +msgid "" +"Helper for callback query handlers, can be useful in bots with a lot of " +"callback handlers to automatically take answer to all requests." +msgstr "" + +#: ../../utils/callback_answer.rst:10 +msgid "Simple usage" +msgstr "" + +#: ../../utils/callback_answer.rst:12 +msgid "" +"For use, it is enough to register the inner middleware " +":class:`aiogram.utils.callback_answer.CallbackAnswerMiddleware` in " +"dispatcher or specific router:" +msgstr "" + +#: ../../utils/callback_answer.rst:18 +msgid "" +"After that all handled callback queries will be answered automatically " +"after processing the handler." +msgstr "" + +#: ../../utils/callback_answer.rst:21 +msgid "Advanced usage" +msgstr "" + +#: ../../utils/callback_answer.rst:23 +msgid "" +"In some cases you need to have some non-standard response parameters, " +"this can be done in several ways:" +msgstr "" + +#: ../../utils/callback_answer.rst:26 +msgid "Global defaults" +msgstr "" + +#: ../../utils/callback_answer.rst:28 +msgid "" +"Change default parameters while initializing middleware, for example " +"change answer to `pre` mode and text \"OK\":" +msgstr "" + +#: ../../utils/callback_answer.rst:35 +msgid "" +"Look at :class:`aiogram.utils.callback_answer.CallbackAnswerMiddleware` " +"to get all available parameters" +msgstr "" + +#: ../../utils/callback_answer.rst:39 +msgid "Handler specific" +msgstr "" + +#: ../../utils/callback_answer.rst:41 +msgid "" +"By using :ref:`flags ` you can change the behavior for specific " +"handler" +msgstr "" + +#: ../../utils/callback_answer.rst:50 +msgid "" +"Flag arguments is the same as in " +":class:`aiogram.utils.callback_answer.CallbackAnswerMiddleware` with " +"additional one :code:`disabled` to disable answer." +msgstr "" + +#: ../../utils/callback_answer.rst:54 +msgid "A special case" +msgstr "" + +#: ../../utils/callback_answer.rst:56 +msgid "" +"It is not always correct to answer the same in every case, so there is an" +" option to change the answer inside the handler. You can get an instance " +"of :class:`aiogram.utils.callback_answer.CallbackAnswer` object inside " +"handler and change whatever you want." +msgstr "" + +#: ../../utils/callback_answer.rst:61 +msgid "" +"Note that is impossible to change callback answer attributes when you use" +" :code:`pre=True` mode." +msgstr "" + +#: ../../utils/callback_answer.rst:76 +msgid "Combine that all at once" +msgstr "" + +#: ../../utils/callback_answer.rst:78 +msgid "" +"For example you want to answer in most of cases before handler with text " +"\"🤔\" but at some cases need to answer after the handler with custom " +"text, so you can do it:" +msgstr "" + +#: ../../utils/callback_answer.rst:94 +msgid "Description of objects" +msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/utils/chat_action.po b/docs/locale/en/LC_MESSAGES/utils/chat_action.po index acbd8188..19c1c355 100644 --- a/docs/locale/en/LC_MESSAGES/utils/chat_action.po +++ b/docs/locale/en/LC_MESSAGES/utils/chat_action.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../utils/chat_action.rst:3 msgid "Chat action sender" @@ -25,92 +25,6 @@ msgstr "" msgid "Sender" msgstr "" -#: aiogram.utils.chat_action.ChatActionSender:1 of -msgid "" -"This utility helps to automatically send chat action until long actions " -"is done to take acknowledge bot users the bot is doing something and not " -"crashed." -msgstr "" - -#: aiogram.utils.chat_action.ChatActionSender:4 of -msgid "Provides simply to use context manager." -msgstr "" - -#: aiogram.utils.chat_action.ChatActionSender:6 of -msgid "" -"Technically sender start background task with infinity loop which works " -"until action will be finished and sends the `chat action " -"`_ every 5 seconds." -msgstr "" - -#: aiogram.utils.chat_action.ChatActionSender.__init__ of -msgid "Parameters" -msgstr "" - -#: aiogram.utils.chat_action.ChatActionSender.__init__:1 of -msgid "target chat id" -msgstr "" - -#: aiogram.utils.chat_action.ChatActionSender.__init__:2 of -msgid "chat action type" -msgstr "" - -#: aiogram.utils.chat_action.ChatActionSender.__init__:3 of -msgid "interval between iterations" -msgstr "" - -#: aiogram.utils.chat_action.ChatActionSender.__init__:4 of -msgid "sleep before first iteration" -msgstr "" - -#: aiogram.utils.chat_action.ChatActionSender.__init__:5 of -msgid "instance of the bot, can be omitted from the context" -msgstr "" - -#: aiogram.utils.chat_action.ChatActionSender.choose_sticker:1 of -msgid "Create instance of the sender with `choose_sticker` action" -msgstr "" - -#: aiogram.utils.chat_action.ChatActionSender.find_location:1 of -msgid "Create instance of the sender with `find_location` action" -msgstr "" - -#: aiogram.utils.chat_action.ChatActionSender.record_video:1 of -msgid "Create instance of the sender with `record_video` action" -msgstr "" - -#: aiogram.utils.chat_action.ChatActionSender.record_video_note:1 of -msgid "Create instance of the sender with `record_video_note` action" -msgstr "" - -#: aiogram.utils.chat_action.ChatActionSender.record_voice:1 of -msgid "Create instance of the sender with `record_voice` action" -msgstr "" - -#: aiogram.utils.chat_action.ChatActionSender.typing:1 of -msgid "Create instance of the sender with `typing` action" -msgstr "" - -#: aiogram.utils.chat_action.ChatActionSender.upload_document:1 of -msgid "Create instance of the sender with `upload_document` action" -msgstr "" - -#: aiogram.utils.chat_action.ChatActionSender.upload_photo:1 of -msgid "Create instance of the sender with `upload_photo` action" -msgstr "" - -#: aiogram.utils.chat_action.ChatActionSender.upload_video:1 of -msgid "Create instance of the sender with `upload_video` action" -msgstr "" - -#: aiogram.utils.chat_action.ChatActionSender.upload_video_note:1 of -msgid "Create instance of the sender with `upload_video_note` action" -msgstr "" - -#: aiogram.utils.chat_action.ChatActionSender.upload_voice:1 of -msgid "Create instance of the sender with `upload_voice` action" -msgstr "" - #: ../../utils/chat_action.rst:12 ../../utils/chat_action.rst:29 msgid "Usage" msgstr "" @@ -119,10 +33,6 @@ msgstr "" msgid "Middleware" msgstr "" -#: aiogram.utils.chat_action.ChatActionMiddleware:1 of -msgid "Helps to automatically use chat action sender for all message handlers" -msgstr "" - #: ../../utils/chat_action.rst:31 msgid "Before usa should be registered for the `message` event" msgstr "" @@ -144,3 +54,78 @@ msgstr "" #: ../../utils/chat_action.rst:50 msgid "Change sender configuration:" msgstr "" + +#~ msgid "" +#~ "This utility helps to automatically send" +#~ " chat action until long actions is" +#~ " done to take acknowledge bot users" +#~ " the bot is doing something and " +#~ "not crashed." +#~ msgstr "" + +#~ msgid "Provides simply to use context manager." +#~ msgstr "" + +#~ msgid "" +#~ "Technically sender start background task " +#~ "with infinity loop which works until " +#~ "action will be finished and sends " +#~ "the `chat action " +#~ "`_ every " +#~ "5 seconds." +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "target chat id" +#~ msgstr "" + +#~ msgid "chat action type" +#~ msgstr "" + +#~ msgid "interval between iterations" +#~ msgstr "" + +#~ msgid "sleep before first iteration" +#~ msgstr "" + +#~ msgid "instance of the bot, can be omitted from the context" +#~ msgstr "" + +#~ msgid "Create instance of the sender with `choose_sticker` action" +#~ msgstr "" + +#~ msgid "Create instance of the sender with `find_location` action" +#~ msgstr "" + +#~ msgid "Create instance of the sender with `record_video` action" +#~ msgstr "" + +#~ msgid "Create instance of the sender with `record_video_note` action" +#~ msgstr "" + +#~ msgid "Create instance of the sender with `record_voice` action" +#~ msgstr "" + +#~ msgid "Create instance of the sender with `typing` action" +#~ msgstr "" + +#~ msgid "Create instance of the sender with `upload_document` action" +#~ msgstr "" + +#~ msgid "Create instance of the sender with `upload_photo` action" +#~ msgstr "" + +#~ msgid "Create instance of the sender with `upload_video` action" +#~ msgstr "" + +#~ msgid "Create instance of the sender with `upload_video_note` action" +#~ msgstr "" + +#~ msgid "Create instance of the sender with `upload_voice` action" +#~ msgstr "" + +#~ msgid "Helps to automatically use chat action sender for all message handlers" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/utils/i18n.po b/docs/locale/en/LC_MESSAGES/utils/i18n.po index de674640..46d2aa0c 100644 --- a/docs/locale/en/LC_MESSAGES/utils/i18n.po +++ b/docs/locale/en/LC_MESSAGES/utils/i18n.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-14 19:29+0300\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../utils/i18n.rst:3 msgid "Translation" @@ -126,80 +126,14 @@ msgstr "" msgid "SimpleI18nMiddleware" msgstr "" -#: aiogram.utils.i18n.middleware.SimpleI18nMiddleware:1 of -msgid "Simple I18n middleware." -msgstr "" - -#: aiogram.utils.i18n.middleware.SimpleI18nMiddleware:3 of -msgid "Chooses language code from the User object received in event" -msgstr "" - -#: aiogram.utils.i18n.middleware.ConstI18nMiddleware.__init__:1 -#: aiogram.utils.i18n.middleware.FSMI18nMiddleware.__init__:1 -#: aiogram.utils.i18n.middleware.I18nMiddleware.__init__:1 -#: aiogram.utils.i18n.middleware.SimpleI18nMiddleware.__init__:1 of -msgid "Create an instance of middleware" -msgstr "" - -#: aiogram.utils.i18n.middleware.ConstI18nMiddleware.__init__ -#: aiogram.utils.i18n.middleware.FSMI18nMiddleware.__init__ -#: aiogram.utils.i18n.middleware.FSMI18nMiddleware.set_locale -#: aiogram.utils.i18n.middleware.I18nMiddleware.__init__ -#: aiogram.utils.i18n.middleware.I18nMiddleware.get_locale -#: aiogram.utils.i18n.middleware.I18nMiddleware.setup -#: aiogram.utils.i18n.middleware.SimpleI18nMiddleware.__init__ of -msgid "Parameters" -msgstr "" - -#: aiogram.utils.i18n.middleware.ConstI18nMiddleware.__init__:3 -#: aiogram.utils.i18n.middleware.FSMI18nMiddleware.__init__:3 -#: aiogram.utils.i18n.middleware.I18nMiddleware.__init__:3 -#: aiogram.utils.i18n.middleware.SimpleI18nMiddleware.__init__:3 of -msgid "instance of I18n" -msgstr "" - -#: aiogram.utils.i18n.middleware.ConstI18nMiddleware.__init__:4 -#: aiogram.utils.i18n.middleware.FSMI18nMiddleware.__init__:4 -#: aiogram.utils.i18n.middleware.I18nMiddleware.__init__:4 -#: aiogram.utils.i18n.middleware.SimpleI18nMiddleware.__init__:4 of -msgid "context key for I18n instance" -msgstr "" - -#: aiogram.utils.i18n.middleware.ConstI18nMiddleware.__init__:5 -#: aiogram.utils.i18n.middleware.FSMI18nMiddleware.__init__:5 -#: aiogram.utils.i18n.middleware.I18nMiddleware.__init__:5 -#: aiogram.utils.i18n.middleware.SimpleI18nMiddleware.__init__:5 of -msgid "context key for this middleware" -msgstr "" - #: ../../utils/i18n.rst:104 msgid "ConstI18nMiddleware" msgstr "" -#: aiogram.utils.i18n.middleware.ConstI18nMiddleware:1 of -msgid "Const middleware chooses statically defined locale" -msgstr "" - #: ../../utils/i18n.rst:110 msgid "FSMI18nMiddleware" msgstr "" -#: aiogram.utils.i18n.middleware.FSMI18nMiddleware:1 of -msgid "This middleware stores locale in the FSM storage" -msgstr "" - -#: aiogram.utils.i18n.middleware.FSMI18nMiddleware.set_locale:1 of -msgid "Write new locale to the storage" -msgstr "" - -#: aiogram.utils.i18n.middleware.FSMI18nMiddleware.set_locale:3 of -msgid "instance of FSMContext" -msgstr "" - -#: aiogram.utils.i18n.middleware.FSMI18nMiddleware.set_locale:4 of -msgid "new locale" -msgstr "" - #: ../../utils/i18n.rst:117 msgid "I18nMiddleware" msgstr "" @@ -208,27 +142,6 @@ msgstr "" msgid "or define you own based on abstract I18nMiddleware middleware:" msgstr "" -#: aiogram.utils.i18n.middleware.I18nMiddleware:1 of -msgid "Abstract I18n middleware." -msgstr "" - -#: aiogram.utils.i18n.middleware.I18nMiddleware.get_locale:1 of -msgid "Detect current user locale based on event and context." -msgstr "" - -#: aiogram.utils.i18n.middleware.I18nMiddleware.get_locale:3 of -msgid "**This method must be defined in child classes**" -msgstr "" - -#: aiogram.utils.i18n.middleware.I18nMiddleware.get_locale -#: aiogram.utils.i18n.middleware.I18nMiddleware.setup of -msgid "Returns" -msgstr "" - -#: aiogram.utils.i18n.middleware.I18nMiddleware.setup:1 of -msgid "Register middleware for all events in the Router" -msgstr "" - #: ../../utils/i18n.rst:126 msgid "Deal with Babel" msgstr "" @@ -337,3 +250,55 @@ msgstr "" #: ../../utils/i18n.rst:190 msgid "Step 5.4: compile mo files: command from step 4" msgstr "" + +#~ msgid "Simple I18n middleware." +#~ msgstr "" + +#~ msgid "Chooses language code from the User object received in event" +#~ msgstr "" + +#~ msgid "Create an instance of middleware" +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "instance of I18n" +#~ msgstr "" + +#~ msgid "context key for I18n instance" +#~ msgstr "" + +#~ msgid "context key for this middleware" +#~ msgstr "" + +#~ msgid "Const middleware chooses statically defined locale" +#~ msgstr "" + +#~ msgid "This middleware stores locale in the FSM storage" +#~ msgstr "" + +#~ msgid "Write new locale to the storage" +#~ msgstr "" + +#~ msgid "instance of FSMContext" +#~ msgstr "" + +#~ msgid "new locale" +#~ msgstr "" + +#~ msgid "Abstract I18n middleware." +#~ msgstr "" + +#~ msgid "Detect current user locale based on event and context." +#~ msgstr "" + +#~ msgid "**This method must be defined in child classes**" +#~ msgstr "" + +#~ msgid "Returns" +#~ msgstr "" + +#~ msgid "Register middleware for all events in the Router" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/utils/keyboard.po b/docs/locale/en/LC_MESSAGES/utils/keyboard.po index f550df18..50da50d7 100644 --- a/docs/locale/en/LC_MESSAGES/utils/keyboard.po +++ b/docs/locale/en/LC_MESSAGES/utils/keyboard.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-07 23:24+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../utils/keyboard.rst:3 msgid "Keyboard builder" @@ -40,89 +40,14 @@ msgstr "" 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:35 msgid "Inline Keyboard" msgstr "" -#: aiogram.utils.keyboard.InlineKeyboardBuilder:1 of -msgid "Inline keyboard builder inherits all methods from generic builder" -msgstr "" - -#: ../../utils/keyboard.rst:43 -msgid "Add new inline button to markup" -msgstr "" - -#: ../../utils/keyboard.rst:48 -msgid "Construct an InlineKeyboardMarkup" -msgstr "" - #: ../../utils/keyboard.rst:51 msgid "Reply Keyboard" msgstr "" -#: ../../utils/keyboard.rst:59 -msgid "Add new button to markup" -msgstr "" - -#: ../../utils/keyboard.rst:64 -msgid "Construct an ReplyKeyboardMarkup" -msgstr "" - #~ msgid "" #~ "By default when the sum of passed" #~ " sizes is lower than buttons count" @@ -132,3 +57,59 @@ msgstr "" #~ "will be cycled when available more " #~ "buttons count than all sizes" #~ msgstr "" + +#~ msgid "Reply keyboard builder inherits all methods from generic builder" +#~ msgstr "" + +#~ msgid "Add one or many buttons to markup." +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "Returns" +#~ msgstr "" + +#~ msgid "Adjust previously added buttons to specific row sizes." +#~ msgstr "" + +#~ 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 "" + +#~ msgid "Get flatten set of all buttons" +#~ msgstr "" + +#~ msgid "Make full copy of current builder with markup" +#~ msgstr "" + +#~ msgid "Export configured markup as list of lists of buttons" +#~ msgstr "" + +#~ msgid "Add row to markup" +#~ msgstr "" + +#~ msgid "When too much buttons is passed it will be separated to many rows" +#~ msgstr "" + +#~ msgid "Inline keyboard builder inherits all methods from generic builder" +#~ msgstr "" + +#~ msgid "Add new inline button to markup" +#~ msgstr "" + +#~ msgid "Construct an InlineKeyboardMarkup" +#~ msgstr "" + +#~ msgid "Add new button to markup" +#~ msgstr "" + +#~ msgid "Construct an ReplyKeyboardMarkup" +#~ msgstr "" + diff --git a/docs/locale/en/LC_MESSAGES/utils/web_app.po b/docs/locale/en/LC_MESSAGES/utils/web_app.po index b4732c62..87c6909e 100644 --- a/docs/locale/en/LC_MESSAGES/utils/web_app.po +++ b/docs/locale/en/LC_MESSAGES/utils/web_app.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../utils/web_app.rst:3 msgid "WebApp" @@ -66,144 +66,141 @@ msgid "" msgstr "" #: aiogram.utils.web_app.check_webapp_signature -#: aiogram.utils.web_app.parse_webapp_init_data #: aiogram.utils.web_app.safe_parse_webapp_init_data of msgid "Parameters" msgstr "" -#: aiogram.utils.web_app.check_webapp_signature:5 of -msgid "bot Token" -msgstr "" - -#: aiogram.utils.web_app.check_webapp_signature:6 of -msgid "data from frontend to be validated" -msgstr "" - #: aiogram.utils.web_app.check_webapp_signature -#: aiogram.utils.web_app.parse_webapp_init_data #: aiogram.utils.web_app.safe_parse_webapp_init_data of msgid "Returns" msgstr "" -#: aiogram.utils.web_app.parse_webapp_init_data:1 of -msgid "Parse WebApp init data and return it as WebAppInitData object" -msgstr "" - -#: aiogram.utils.web_app.parse_webapp_init_data:3 of -msgid "" -"This method doesn't make any security check, so you shall not trust to " -"this data, use :code:`safe_parse_webapp_init_data` instead." -msgstr "" - -#: aiogram.utils.web_app.parse_webapp_init_data:6 of -msgid "data from frontend to be parsed" -msgstr "" - #: aiogram.utils.web_app.safe_parse_webapp_init_data:1 of -msgid "Validate raw WebApp init data and return it as WebAppInitData object" -msgstr "" - -#: aiogram.utils.web_app.safe_parse_webapp_init_data:3 of -msgid "Raise :obj:`ValueError` when data is invalid" -msgstr "" - -#: aiogram.utils.web_app.safe_parse_webapp_init_data:5 of -msgid "bot token" -msgstr "" - -#: aiogram.utils.web_app.safe_parse_webapp_init_data:6 of -msgid "data from frontend to be parsed and validated" +msgid "Validate WebApp init data and return it as dict" msgstr "" #: ../../utils/web_app.rst:45 msgid "Types" msgstr "" -#: aiogram.utils.web_app.WebAppInitData:1 of -msgid "" -"This object contains data that is transferred to the Web App when it is " -"opened. It is empty if the Web App was launched from a keyboard button." -msgstr "" +#~ msgid "bot Token" +#~ msgstr "" -#: aiogram.utils.web_app.WebAppInitData:3 of -msgid "Source: https://core.telegram.org/bots/webapps#webappinitdata" -msgstr "" +#~ msgid "data from frontend to be validated" +#~ msgstr "" -#: ../../docstring aiogram.utils.web_app.WebAppInitData.query_id:1 of -msgid "" -"A unique identifier for the Web App session, required for sending " -"messages via the answerWebAppQuery method." -msgstr "" +#~ msgid "Parse WebApp init data and return it as WebAppInitData object" +#~ msgstr "" -#: ../../docstring aiogram.utils.web_app.WebAppInitData.user:1 of -msgid "An object containing data about the current user." -msgstr "" +#~ msgid "" +#~ "This method doesn't make any security" +#~ " check, so you shall not trust " +#~ "to this data, use " +#~ ":code:`safe_parse_webapp_init_data` instead." +#~ msgstr "" -#: ../../docstring aiogram.utils.web_app.WebAppInitData.receiver:1 of -msgid "" -"An object containing data about the chat partner of the current user in " -"the chat where the bot was launched via the attachment menu. Returned " -"only for Web Apps launched via the attachment menu." -msgstr "" +#~ msgid "data from frontend to be parsed" +#~ msgstr "" -#: ../../docstring aiogram.utils.web_app.WebAppInitData.start_param:1 of -msgid "" -"The value of the startattach parameter, passed via link. Only returned " -"for Web Apps when launched from the attachment menu via link. The value " -"of the start_param parameter will also be passed in the GET-parameter " -"tgWebAppStartParam, so the Web App can load the correct interface right " -"away." -msgstr "" +#~ msgid "Validate raw WebApp init data and return it as WebAppInitData object" +#~ msgstr "" -#: ../../docstring aiogram.utils.web_app.WebAppInitData.auth_date:1 of -msgid "Unix time when the form was opened." -msgstr "" +#~ msgid "Raise :obj:`ValueError` when data is invalid" +#~ msgstr "" -#: ../../docstring aiogram.utils.web_app.WebAppInitData.hash:1 of -msgid "" -"A hash of all passed parameters, which the bot server can use to check " -"their validity." -msgstr "" +#~ msgid "bot token" +#~ msgstr "" -#: aiogram.utils.web_app.WebAppUser:1 of -msgid "This object contains the data of the Web App user." -msgstr "" +#~ msgid "data from frontend to be parsed and validated" +#~ msgstr "" -#: aiogram.utils.web_app.WebAppUser:3 of -msgid "Source: https://core.telegram.org/bots/webapps#webappuser" -msgstr "" +#~ msgid "" +#~ "This object contains data that is " +#~ "transferred to the Web App when it" +#~ " is opened. It is empty if the" +#~ " Web App was launched from a " +#~ "keyboard button." +#~ msgstr "" -#: ../../docstring aiogram.utils.web_app.WebAppUser.id:1 of -msgid "" -"A unique identifier for the user or bot. This number may have more than " -"32 significant bits and some programming languages may have " -"difficulty/silent defects in interpreting it. It has at most 52 " -"significant bits, so a 64-bit integer or a double-precision float type is" -" safe for storing this identifier." -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/webapps#webappinitdata" +#~ msgstr "" -#: ../../docstring aiogram.utils.web_app.WebAppUser.is_bot:1 of -msgid "True, if this user is a bot. Returns in the receiver field only." -msgstr "" +#~ msgid "" +#~ "A unique identifier for the Web " +#~ "App session, required for sending " +#~ "messages via the answerWebAppQuery method." +#~ msgstr "" -#: ../../docstring aiogram.utils.web_app.WebAppUser.first_name:1 of -msgid "First name of the user or bot." -msgstr "" +#~ msgid "An object containing data about the current user." +#~ msgstr "" -#: ../../docstring aiogram.utils.web_app.WebAppUser.last_name:1 of -msgid "Last name of the user or bot." -msgstr "" +#~ msgid "" +#~ "An object containing data about the " +#~ "chat partner of the current user " +#~ "in the chat where the bot was " +#~ "launched via the attachment menu. " +#~ "Returned only for Web Apps launched " +#~ "via the attachment menu." +#~ msgstr "" -#: ../../docstring aiogram.utils.web_app.WebAppUser.username:1 of -msgid "Username of the user or bot." -msgstr "" +#~ msgid "" +#~ "The value of the startattach parameter," +#~ " passed via link. Only returned for" +#~ " Web Apps when launched from the " +#~ "attachment menu via link. The value " +#~ "of the start_param parameter will also" +#~ " be passed in the GET-parameter " +#~ "tgWebAppStartParam, so the Web App can" +#~ " load the correct interface right " +#~ "away." +#~ msgstr "" -#: ../../docstring aiogram.utils.web_app.WebAppUser.language_code:1 of -msgid "IETF language tag of the user's language. Returns in user field only." -msgstr "" +#~ msgid "Unix time when the form was opened." +#~ msgstr "" + +#~ msgid "" +#~ "A hash of all passed parameters, " +#~ "which the bot server can use to" +#~ " check their validity." +#~ msgstr "" + +#~ msgid "This object contains the data of the Web App user." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/webapps#webappuser" +#~ msgstr "" + +#~ msgid "" +#~ "A unique identifier for the user " +#~ "or bot. This number may have more" +#~ " than 32 significant bits and some" +#~ " programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " It has at most 52 significant " +#~ "bits, so a 64-bit integer or a " +#~ "double-precision float type is safe " +#~ "for storing this identifier." +#~ msgstr "" + +#~ msgid "True, if this user is a bot. Returns in the receiver field only." +#~ msgstr "" + +#~ msgid "First name of the user or bot." +#~ msgstr "" + +#~ msgid "Last name of the user or bot." +#~ msgstr "" + +#~ msgid "Username of the user or bot." +#~ msgstr "" + +#~ msgid "IETF language tag of the user's language. Returns in user field only." +#~ msgstr "" + +#~ msgid "" +#~ "URL of the user’s profile photo. " +#~ "The photo can be in .jpeg or " +#~ ".svg formats. Only returned for Web " +#~ "Apps launched from the attachment menu." +#~ msgstr "" -#: ../../docstring aiogram.utils.web_app.WebAppUser.photo_url:1 of -msgid "" -"URL of the user’s profile photo. The photo can be in .jpeg or .svg " -"formats. Only returned for Web Apps launched from the attachment menu." -msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/index.po b/docs/locale/ru/LC_MESSAGES/index.po index a925f17a..a1fc59c6 100644 --- a/docs/locale/ru/LC_MESSAGES/index.po +++ b/docs/locale/ru/LC_MESSAGES/index.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: aiogram\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-26 16:57+0500\n" -"PO-Revision-Date: 2023-02-26 19:19+0500\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" +"PO-Revision-Date: 2023-02-26 20:39+0500\n" "Last-Translator: \n" "Language-Team: ru \n" "Language: ru\n" @@ -24,7 +24,7 @@ msgstr "" msgid "aiogram |beta badge|" msgstr "" -#: ../../../README.rst:94 +#: ../../../README.rst:95 msgid "Beta badge" msgstr "" @@ -80,7 +80,7 @@ msgstr "" msgid "Make your bots faster and more powerful!" msgstr "Сделайте своих ботов быстрее и функциональнее!" -#: ../../../README.rst:50 +#: ../../../README.rst:51 msgid "Documentation:" msgstr "Документация:" @@ -92,23 +92,27 @@ msgstr "" msgid "🇺🇦 `Ukrainian `_" msgstr "🇺🇦 `Український `_" -#: ../../../README.rst:54 +#: ../../../README.rst:50 +msgid "🇷🇺 `Russian `_" +msgstr "🇷🇺 `Русский `_" + +#: ../../../README.rst:55 msgid "**Breaking News:**" msgstr "**Важные новости:**" -#: ../../../README.rst:56 +#: ../../../README.rst:57 msgid "*aiogram* 3.0 has breaking changes." msgstr "*aiogram* 3.0 претерпела кардинальные изменения." -#: ../../../README.rst:58 +#: ../../../README.rst:59 msgid "It breaks backward compatibility by introducing new breaking changes!" msgstr "Это нарушает обратную совместимость, внося новые кардинальные изменения!" -#: ../../../README.rst:61 +#: ../../../README.rst:62 msgid "Features" msgstr "Возможности" -#: ../../../README.rst:63 +#: ../../../README.rst:64 msgid "" "Asynchronous (`asyncio docs `_, :pep:`492`)" @@ -116,7 +120,7 @@ msgstr "" "Асинхронный (`asyncio docs `_, :pep:`492`)" -#: ../../../README.rst:64 +#: ../../../README.rst:65 msgid "" "Has type hints (:pep:`484`) and can be used with `mypy `_" @@ -124,11 +128,11 @@ msgstr "" "Имеет подскказки (:pep:`484`) и может быть использован с `mypy `_" -#: ../../../README.rst:65 +#: ../../../README.rst:66 msgid "Supports `PyPy `_" msgstr "Поддерживает `PyPy `_" -#: ../../../README.rst:66 +#: ../../../README.rst:67 msgid "" "Supports `Telegram Bot API 6.5 `_ and gets " "fast updates to the latest versions of the Bot API" @@ -136,7 +140,7 @@ msgstr "" "Поддерживает `Telegram Bot API 6.5 `_ и " "получает быстрые обновления до последних версий Bot API" -#: ../../../README.rst:67 +#: ../../../README.rst:68 msgid "" "Telegram Bot API integration code was `autogenerated `_ and can be easily re-generated when API gets updated" @@ -145,15 +149,15 @@ msgstr "" "github.com/aiogram/tg-codegen>`_ и может быть легко сгенерирован заново при " "обновлении API" -#: ../../../README.rst:68 +#: ../../../README.rst:69 msgid "Updates router (Blueprints)" msgstr "" -#: ../../../README.rst:69 +#: ../../../README.rst:70 msgid "Has Finite State Machine" msgstr "Имеет \"Машину состояний\" (FSM)" -#: ../../../README.rst:70 +#: ../../../README.rst:71 msgid "" "Uses powerful `magic filters `" @@ -161,11 +165,11 @@ msgstr "" "Использует многофункциональную библиотеку `magic filters `_" -#: ../../../README.rst:71 +#: ../../../README.rst:72 msgid "Middlewares (incoming updates and API calls)" msgstr "" -#: ../../../README.rst:72 +#: ../../../README.rst:73 msgid "" "Provides `Replies into Webhook `_" @@ -173,11 +177,11 @@ msgstr "" "Предоставляет `Ответы в Webhook `_" -#: ../../../README.rst:73 +#: ../../../README.rst:74 msgid "Integrated I18n/L10n support with GNU Gettext (or Fluent)" msgstr "Интегрирована поддержка I18n/L10n с GNU Gettext (или Fluent)" -#: ../../../README.rst:78 +#: ../../../README.rst:79 msgid "" "It is strongly advised that you have prior experience working with `asyncio " "`_ before beginning to use " @@ -187,40 +191,40 @@ msgstr "" "`_, прежде чем начинать " "использовать **aiogram**." -#: ../../../README.rst:82 +#: ../../../README.rst:83 msgid "If you have any questions, you can visit our community chats on Telegram:" msgstr "" "Если у вас есть какие-то вопросы, вы можете вступить в наши чаты в Telegram:" -#: ../../../README.rst:84 +#: ../../../README.rst:85 msgid "🇺🇸 `@aiogram `_" msgstr "" -#: ../../../README.rst:85 +#: ../../../README.rst:86 msgid "🇺🇦 `@aiogramua `_" msgstr "" -#: ../../../README.rst:86 +#: ../../../README.rst:87 msgid "🇺🇿 `@aiogram_uz `_" msgstr "" -#: ../../../README.rst:87 +#: ../../../README.rst:88 msgid "🇰🇿 `@aiogram_kz `_" msgstr "" -#: ../../../README.rst:88 +#: ../../../README.rst:89 msgid "🇷🇺 `@aiogram_ru `_" msgstr "" -#: ../../../README.rst:89 +#: ../../../README.rst:90 msgid "🇮🇷 `@aiogram_fa `_" msgstr "" -#: ../../../README.rst:90 +#: ../../../README.rst:91 msgid "🇮🇹 `@aiogram_it `_" msgstr "" -#: ../../../README.rst:91 +#: ../../../README.rst:92 msgid "🇧🇷 `@aiogram_br `_" msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/bot.po b/docs/locale/uk_UA/LC_MESSAGES/api/bot.po index 0a7dbcc9..be6a1335 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/bot.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/bot.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-07 23:01+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/bot.rst:3 msgid "Bot" @@ -46,103 +46,87 @@ msgid "" "documentation" msgstr "" -#: aiogram.client.bot.Bot:1 of -msgid "" -"Bases: :py:class:`~aiogram.utils.mixins.ContextInstanceMixin`\\ " -"[:py:class:`Bot`]" -msgstr "" +#~ msgid "" +#~ "Bases: :py:class:`~aiogram.utils.mixins.ContextInstanceMixin`\\" +#~ " [:py:class:`Bot`]" +#~ msgstr "" -#: aiogram.client.bot.Bot.__init__:1 of -msgid "Bot class" -msgstr "" +#~ msgid "Bot class" +#~ msgstr "" -#: aiogram.client.bot.Bot.__init__ aiogram.client.bot.Bot.context -#: aiogram.client.bot.Bot.download aiogram.client.bot.Bot.download_file of -msgid "Parameters" -msgstr "" +#~ msgid "Parameters" +#~ msgstr "" -#: aiogram.client.bot.Bot.__init__:3 of -msgid "Telegram Bot token `Obtained from @BotFather `_" -msgstr "" +#~ msgid "Telegram Bot token `Obtained from @BotFather `_" +#~ msgstr "" -#: aiogram.client.bot.Bot.__init__:4 of -msgid "" -"HTTP Client session (For example AiohttpSession). If not specified it " -"will be automatically created." -msgstr "" +#~ msgid "" +#~ "HTTP Client session (For example " +#~ "AiohttpSession). If not specified it " +#~ "will be automatically created." +#~ msgstr "" -#: aiogram.client.bot.Bot.__init__:6 of -msgid "" -"Default parse mode. If specified it will be propagated into the API " -"methods at runtime." -msgstr "" +#~ msgid "" +#~ "Default parse mode. If specified it " +#~ "will be propagated into the API " +#~ "methods at runtime." +#~ msgstr "" -#: aiogram.client.bot.Bot.__init__ of -msgid "Raises" -msgstr "" +#~ msgid "Raises" +#~ msgstr "" -#: aiogram.client.bot.Bot.__init__:8 of -msgid "When token has invalid format this exception will be raised" -msgstr "" +#~ msgid "When token has invalid format this exception will be raised" +#~ msgstr "" -#: aiogram.client.bot.Bot.id:1 of -msgid "Get bot ID from token" -msgstr "" +#~ msgid "Get bot ID from token" +#~ msgstr "" -#: aiogram.client.bot.Bot.context aiogram.client.bot.Bot.id -#: aiogram.client.bot.Bot.me of -msgid "Returns" -msgstr "" +#~ msgid "Returns" +#~ msgstr "" -#: aiogram.client.bot.Bot.context:1 of -msgid "Generate bot context" -msgstr "" +#~ msgid "Generate bot context" +#~ msgstr "" -#: aiogram.client.bot.Bot.me:1 of -msgid "Cached alias for getMe method" -msgstr "" +#~ msgid "Cached alias for getMe method" +#~ msgstr "" -#: aiogram.client.bot.Bot.download_file:1 of -msgid "Download file by file_path to destination." -msgstr "" +#~ msgid "Download file by file_path to destination." +#~ msgstr "" -#: aiogram.client.bot.Bot.download:3 aiogram.client.bot.Bot.download_file:3 of -msgid "" -"If you want to automatically create destination (:class:`io.BytesIO`) use" -" default value of destination and handle result of this method." -msgstr "" +#~ msgid "" +#~ "If you want to automatically create " +#~ "destination (:class:`io.BytesIO`) use default " +#~ "value of destination and handle result" +#~ " of this method." +#~ msgstr "" -#: aiogram.client.bot.Bot.download_file:6 of -msgid "" -"File path on Telegram server (You can get it from " -":obj:`aiogram.types.File`)" -msgstr "" +#~ msgid "" +#~ "File path on Telegram server (You " +#~ "can get it from :obj:`aiogram.types.File`)" +#~ msgstr "" -#: aiogram.client.bot.Bot.download:7 aiogram.client.bot.Bot.download_file:7 of -msgid "" -"Filename, file path or instance of :class:`io.IOBase`. For e.g. " -":class:`io.BytesIO`, defaults to None" -msgstr "" +#~ msgid "" +#~ "Filename, file path or instance of " +#~ ":class:`io.IOBase`. For e.g. :class:`io.BytesIO`," +#~ " defaults to None" +#~ msgstr "" -#: aiogram.client.bot.Bot.download:8 aiogram.client.bot.Bot.download_file:8 of -msgid "Total timeout in seconds, defaults to 30" -msgstr "" +#~ msgid "Total timeout in seconds, defaults to 30" +#~ msgstr "" -#: aiogram.client.bot.Bot.download:9 aiogram.client.bot.Bot.download_file:9 of -msgid "File chunks size, defaults to 64 kb" -msgstr "" +#~ msgid "File chunks size, defaults to 64 kb" +#~ msgstr "" -#: aiogram.client.bot.Bot.download:10 aiogram.client.bot.Bot.download_file:10 -#: of -msgid "" -"Go to start of file when downloading is finished. Used only for " -"destination with :class:`typing.BinaryIO` type, defaults to True" -msgstr "" +#~ msgid "" +#~ "Go to start of file when " +#~ "downloading is finished. Used only for" +#~ " destination with :class:`typing.BinaryIO` type," +#~ " defaults to True" +#~ msgstr "" -#: aiogram.client.bot.Bot.download:1 of -msgid "Download file by file_id or Downloadable object to destination." -msgstr "" +#~ msgid "Download file by file_id or Downloadable object to destination." +#~ msgstr "" + +#~ msgid "file_id or Downloadable object" +#~ msgstr "" -#: aiogram.client.bot.Bot.download:6 of -msgid "file_id or Downloadable object" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/download_file.po b/docs/locale/uk_UA/LC_MESSAGES/api/download_file.po index 11675c94..1248598c 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/download_file.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/download_file.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: 2022-12-13 23:33+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" +"Generated-By: Babel 2.9.1\n" #: ../../api/download_file.rst:3 msgid "How to download file?" @@ -71,57 +71,6 @@ msgstr "" "використовуйте значення призначення за замовчуванням і обробіть результат" " цього методу." -#: aiogram.client.bot.Bot.download_file:1 of -msgid "Download file by file_path to destination." -msgstr "Завантажує файл з file_path у вказане місце." - -#: aiogram.client.bot.Bot.download:3 aiogram.client.bot.Bot.download_file:3 of -msgid "" -"If you want to automatically create destination (:class:`io.BytesIO`) use" -" default value of destination and handle result of this method." -msgstr "" -"Якщо ви хочете автоматично створити місце призначення (io.BytesIO), " -"використовуйте значення призначення за замовчуванням і обробіть результат" -" цього методу." - -#: aiogram.client.bot.Bot.download aiogram.client.bot.Bot.download_file of -msgid "Parameters" -msgstr "Параметри" - -#: aiogram.client.bot.Bot.download_file:6 of -msgid "" -"File path on Telegram server (You can get it from " -":obj:`aiogram.types.File`)" -msgstr "" -"Шлях до файлу на сервері Telegram (Ви можете отримати його з " -":obj:`aiogram.types.File`)" - -#: aiogram.client.bot.Bot.download:7 aiogram.client.bot.Bot.download_file:7 of -msgid "" -"Filename, file path or instance of :class:`io.IOBase`. For e.g. " -":class:`io.BytesIO`, defaults to None" -msgstr "" -"Ім’я файлу, шлях до файлу або екземпляр :class:`io.IOBase`. Для напр. " -":class:`io.BytesIO`, за замовчуванням немає" - -#: aiogram.client.bot.Bot.download:8 aiogram.client.bot.Bot.download_file:8 of -msgid "Total timeout in seconds, defaults to 30" -msgstr "Загальний час очікування в секундах, за замовчуванням 30" - -#: aiogram.client.bot.Bot.download:9 aiogram.client.bot.Bot.download_file:9 of -msgid "File chunks size, defaults to 64 kb" -msgstr "Розмір фрагментів файлу, за замовчуванням 64 Кб" - -#: aiogram.client.bot.Bot.download:10 aiogram.client.bot.Bot.download_file:10 -#: of -msgid "" -"Go to start of file when downloading is finished. Used only for " -"destination with :class:`typing.BinaryIO` type, defaults to True" -msgstr "" -"Перейти до початку файлу, коли завантаження завершиться. Використовується" -" лише для призначення з типом :class:`typing.BinaryIO`, за замовчуванням " -"значення True" - #: ../../api/download_file.rst:38 msgid "" "There are two options where you can download the file: to **disk** or to " @@ -187,14 +136,6 @@ msgstr "download(...)" msgid "Download file by `file_id` or `Downloadable` object to destination." msgstr "Завантажує файл за `file_id` або `Downloadable` об’єктом у вказане місце." -#: aiogram.client.bot.Bot.download:1 of -msgid "Download file by file_id or Downloadable object to destination." -msgstr "Завантажує файл за file_id або Downloadable об’єктом у вказане місце." - -#: aiogram.client.bot.Bot.download:6 of -msgid "file_id or Downloadable object" -msgstr "file_id або Downloadable об’єкт" - #: ../../api/download_file.rst:88 msgid "" "It differs from `download_file <#download-file>`__ **only** in that it " @@ -220,3 +161,62 @@ msgstr "Приклад:" #~ msgid "Bot class" #~ msgstr "Bot class" + +#~ msgid "Download file by file_path to destination." +#~ msgstr "Завантажує файл з file_path у вказане місце." + +#~ msgid "" +#~ "If you want to automatically create " +#~ "destination (:class:`io.BytesIO`) use default " +#~ "value of destination and handle result" +#~ " of this method." +#~ msgstr "" +#~ "Якщо ви хочете автоматично створити " +#~ "місце призначення (io.BytesIO), використовуйте " +#~ "значення призначення за замовчуванням і " +#~ "обробіть результат цього методу." + +#~ msgid "Parameters" +#~ msgstr "Параметри" + +#~ msgid "" +#~ "File path on Telegram server (You " +#~ "can get it from :obj:`aiogram.types.File`)" +#~ msgstr "" +#~ "Шлях до файлу на сервері Telegram " +#~ "(Ви можете отримати його з " +#~ ":obj:`aiogram.types.File`)" + +#~ msgid "" +#~ "Filename, file path or instance of " +#~ ":class:`io.IOBase`. For e.g. :class:`io.BytesIO`," +#~ " defaults to None" +#~ msgstr "" +#~ "Ім’я файлу, шлях до файлу або " +#~ "екземпляр :class:`io.IOBase`. Для напр. " +#~ ":class:`io.BytesIO`, за замовчуванням немає" + +#~ msgid "Total timeout in seconds, defaults to 30" +#~ msgstr "Загальний час очікування в секундах, за замовчуванням 30" + +#~ msgid "File chunks size, defaults to 64 kb" +#~ msgstr "Розмір фрагментів файлу, за замовчуванням 64 Кб" + +#~ msgid "" +#~ "Go to start of file when " +#~ "downloading is finished. Used only for" +#~ " destination with :class:`typing.BinaryIO` type," +#~ " defaults to True" +#~ msgstr "" +#~ "Перейти до початку файлу, коли " +#~ "завантаження завершиться. Використовується лише " +#~ "для призначення з типом " +#~ ":class:`typing.BinaryIO`, за замовчуванням значення" +#~ " True" + +#~ msgid "Download file by file_id or Downloadable object to destination." +#~ msgstr "Завантажує файл за file_id або Downloadable об’єктом у вказане місце." + +#~ msgid "file_id or Downloadable object" +#~ msgstr "file_id або Downloadable об’єкт" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/enums/bot_command_scope_type.po b/docs/locale/uk_UA/LC_MESSAGES/api/enums/bot_command_scope_type.po index e2dbf236..2cfc2ca7 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/enums/bot_command_scope_type.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/enums/bot_command_scope_type.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/bot_command_scope_type.rst:3 msgid "BotCommandScopeType" msgstr "" -#: aiogram.enums.bot_command_scope_type.BotCommandScopeType:1 of -msgid "This object represents the scope to which bot commands are applied." -msgstr "Цей об’єкт представляє область, до якої застосовуються команди бота." +#~ msgid "This object represents the scope to which bot commands are applied." +#~ msgstr "Цей об’єкт представляє область, до якої застосовуються команди бота." + +#~ msgid "Source: https://core.telegram.org/bots/api#botcommandscope" +#~ msgstr "Джерело: https://core.telegram.org/bots/api#botcommandscope" -#: aiogram.enums.bot_command_scope_type.BotCommandScopeType:3 of -msgid "Source: https://core.telegram.org/bots/api#botcommandscope" -msgstr "Джерело: https://core.telegram.org/bots/api#botcommandscope" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/enums/chat_action.po b/docs/locale/uk_UA/LC_MESSAGES/api/enums/chat_action.po index b73fa4b6..57c04f75 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/enums/chat_action.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/enums/chat_action.po @@ -8,59 +8,49 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/chat_action.rst:3 msgid "ChatAction" msgstr "" -#: aiogram.enums.chat_action.ChatAction:1 of -msgid "This object represents bot actions." -msgstr "Цей об’єкт представляє дії бота." +#~ msgid "This object represents bot actions." +#~ msgstr "Цей об’єкт представляє дії бота." -#: aiogram.enums.chat_action.ChatAction:3 of -msgid "Choose one, depending on what the user is about to receive:" -msgstr "Виберіть один залежно від того, що користувач збирається отримати:" +#~ msgid "Choose one, depending on what the user is about to receive:" +#~ msgstr "Виберіть один залежно від того, що користувач збирається отримати:" -#: aiogram.enums.chat_action.ChatAction:5 of -msgid "typing for text messages," -msgstr "typing для текстових повідомлень," +#~ msgid "typing for text messages," +#~ msgstr "typing для текстових повідомлень," -#: aiogram.enums.chat_action.ChatAction:6 of -msgid "upload_photo for photos," -msgstr "upload_photo для фотографій," +#~ msgid "upload_photo for photos," +#~ msgstr "upload_photo для фотографій," -#: aiogram.enums.chat_action.ChatAction:7 of -msgid "record_video or upload_video for videos," -msgstr "record_video або upload_video для відео," +#~ msgid "record_video or upload_video for videos," +#~ msgstr "record_video або upload_video для відео," -#: aiogram.enums.chat_action.ChatAction:8 of -msgid "record_voice or upload_voice for voice notes," -msgstr "record_voice або upload_voice для голосових повідомлень," +#~ msgid "record_voice or upload_voice for voice notes," +#~ msgstr "record_voice або upload_voice для голосових повідомлень," -#: aiogram.enums.chat_action.ChatAction:9 of -msgid "upload_document for general files," -msgstr "upload_document для загальних файлів," +#~ msgid "upload_document for general files," +#~ msgstr "upload_document для загальних файлів," -#: aiogram.enums.chat_action.ChatAction:10 of -msgid "choose_sticker for stickers," -msgstr "choose_sticker для наклейок," +#~ msgid "choose_sticker for stickers," +#~ msgstr "choose_sticker для наклейок," -#: aiogram.enums.chat_action.ChatAction:11 of -msgid "find_location for location data," -msgstr "find_location для данних про місце знаходження," +#~ msgid "find_location for location data," +#~ msgstr "find_location для данних про місце знаходження," -#: aiogram.enums.chat_action.ChatAction:12 of -msgid "record_video_note or upload_video_note for video notes." -msgstr "record_video_note або upload_video_note для відео кружків." +#~ msgid "record_video_note or upload_video_note for video notes." +#~ msgstr "record_video_note або upload_video_note для відео кружків." + +#~ msgid "Source: https://core.telegram.org/bots/api#sendchataction" +#~ msgstr "Джерело: https://core.telegram.org/bots/api#sendchataction" -#: aiogram.enums.chat_action.ChatAction:14 of -msgid "Source: https://core.telegram.org/bots/api#sendchataction" -msgstr "Джерело: https://core.telegram.org/bots/api#sendchataction" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/enums/chat_member_status.po b/docs/locale/uk_UA/LC_MESSAGES/api/enums/chat_member_status.po index 645348ca..5bac8a7f 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/enums/chat_member_status.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/enums/chat_member_status.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/chat_member_status.rst:3 msgid "ChatMemberStatus" msgstr "" -#: aiogram.enums.chat_member_status.ChatMemberStatus:1 of -msgid "This object represents chat member status." -msgstr "Цей об’єкт представляє статус учасника чату." +#~ msgid "This object represents chat member status." +#~ msgstr "Цей об’єкт представляє статус учасника чату." + +#~ msgid "Source: https://core.telegram.org/bots/api#chatmember" +#~ msgstr "Джерело: https://core.telegram.org/bots/api#chatmember" -#: aiogram.enums.chat_member_status.ChatMemberStatus:3 of -msgid "Source: https://core.telegram.org/bots/api#chatmember" -msgstr "Джерело: https://core.telegram.org/bots/api#chatmember" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/enums/chat_type.po b/docs/locale/uk_UA/LC_MESSAGES/api/enums/chat_type.po index adcfba27..028ddb72 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/enums/chat_type.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/enums/chat_type.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/chat_type.rst:3 msgid "ChatType" msgstr "" -#: aiogram.enums.chat_type.ChatType:1 of -msgid "This object represents a chat type" -msgstr "Цей об’єкт представляє тип чату." +#~ msgid "This object represents a chat type" +#~ msgstr "Цей об’єкт представляє тип чату." + +#~ msgid "Source: https://core.telegram.org/bots/api#chat" +#~ msgstr "Джерело: https://core.telegram.org/bots/api#chat" -#: aiogram.enums.chat_type.ChatType:3 of -msgid "Source: https://core.telegram.org/bots/api#chat" -msgstr "Джерело: https://core.telegram.org/bots/api#chat" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/enums/content_type.po b/docs/locale/uk_UA/LC_MESSAGES/api/enums/content_type.po index 6360494b..fad866cf 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/enums/content_type.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/enums/content_type.po @@ -8,19 +8,19 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/content_type.rst:3 msgid "ContentType" msgstr "" -#: aiogram.enums.content_type.ContentType:1 of -msgid "This object represents a type of content in message" -msgstr "Цей об’єкт представляє тип вмісту в повідомленні." +#~ msgid "This object represents a type of content in message" +#~ msgstr "Цей об’єкт представляє тип вмісту в повідомленні." + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/enums/dice_emoji.po b/docs/locale/uk_UA/LC_MESSAGES/api/enums/dice_emoji.po index 1d5a2903..10a09053 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/enums/dice_emoji.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/enums/dice_emoji.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/dice_emoji.rst:3 msgid "DiceEmoji" msgstr "" -#: aiogram.enums.dice_emoji.DiceEmoji:1 of -msgid "Emoji on which the dice throw animation is based" -msgstr "Емоджі, на яких базується анімація кидка кубика." +#~ msgid "Emoji on which the dice throw animation is based" +#~ msgstr "Емоджі, на яких базується анімація кидка кубика." + +#~ msgid "Source: https://core.telegram.org/bots/api#dice" +#~ msgstr "Джерело: https://core.telegram.org/bots/api#dice" -#: aiogram.enums.dice_emoji.DiceEmoji:3 of -msgid "Source: https://core.telegram.org/bots/api#dice" -msgstr "Джерело: https://core.telegram.org/bots/api#dice" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/enums/inline_query_result_type.po b/docs/locale/uk_UA/LC_MESSAGES/api/enums/inline_query_result_type.po index 0baa2869..c1da1c6b 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/enums/inline_query_result_type.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/enums/inline_query_result_type.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/inline_query_result_type.rst:3 msgid "InlineQueryResultType" msgstr "" -#: aiogram.enums.inline_query_result_type.InlineQueryResultType:1 of -msgid "The part of the face relative to which the mask should be placed." -msgstr "Частина обличчя, щодо якої слід розмістити маску." +#~ msgid "The part of the face relative to which the mask should be placed." +#~ msgstr "Частина обличчя, щодо якої слід розмістити маску." + +#~ msgid "Source: https://core.telegram.org/bots/api#maskposition" +#~ msgstr "Джерело: https://core.telegram.org/bots/api#maskposition" -#: aiogram.enums.inline_query_result_type.InlineQueryResultType:3 of -msgid "Source: https://core.telegram.org/bots/api#maskposition" -msgstr "Джерело: https://core.telegram.org/bots/api#maskposition" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/enums/input_media_type.po b/docs/locale/uk_UA/LC_MESSAGES/api/enums/input_media_type.po index 395d9a97..88212ded 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/enums/input_media_type.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/enums/input_media_type.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/input_media_type.rst:3 msgid "InputMediaType" msgstr "" -#: aiogram.enums.input_media_type.InputMediaType:1 of -msgid "This object represents input media type" -msgstr "Цей об’єкт представляє тип вхідного медіа." +#~ msgid "This object represents input media type" +#~ msgstr "Цей об’єкт представляє тип вхідного медіа." + +#~ msgid "Source: https://core.telegram.org/bots/api#inputmedia" +#~ msgstr "Джерело: https://core.telegram.org/bots/api#inputmedia" -#: aiogram.enums.input_media_type.InputMediaType:3 of -msgid "Source: https://core.telegram.org/bots/api#inputmedia" -msgstr "Джерело: https://core.telegram.org/bots/api#inputmedia" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/enums/mask_position_point.po b/docs/locale/uk_UA/LC_MESSAGES/api/enums/mask_position_point.po index 4b9b9262..14de6b47 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/enums/mask_position_point.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/enums/mask_position_point.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/mask_position_point.rst:3 msgid "MaskPositionPoint" msgstr "" -#: aiogram.enums.mask_position_point.MaskPositionPoint:1 of -msgid "The part of the face relative to which the mask should be placed." -msgstr "Частина обличчя, щодо якої слід розмістити маску." +#~ msgid "The part of the face relative to which the mask should be placed." +#~ msgstr "Частина обличчя, щодо якої слід розмістити маску." + +#~ msgid "Source: https://core.telegram.org/bots/api#maskposition" +#~ msgstr "Джерело: https://core.telegram.org/bots/api#maskposition" -#: aiogram.enums.mask_position_point.MaskPositionPoint:3 of -msgid "Source: https://core.telegram.org/bots/api#maskposition" -msgstr "Джерело: https://core.telegram.org/bots/api#maskposition" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/enums/menu_button_type.po b/docs/locale/uk_UA/LC_MESSAGES/api/enums/menu_button_type.po index bf4d119e..a41028ce 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/enums/menu_button_type.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/enums/menu_button_type.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/menu_button_type.rst:3 msgid "MenuButtonType" msgstr "" -#: aiogram.enums.menu_button_type.MenuButtonType:1 of -msgid "This object represents an type of Menu button" -msgstr "Цей об’єкт представляє тип кнопки меню." +#~ msgid "This object represents an type of Menu button" +#~ msgstr "Цей об’єкт представляє тип кнопки меню." + +#~ msgid "Source: https://core.telegram.org/bots/api#menubuttondefault" +#~ msgstr "Джерело: https://core.telegram.org/bots/api#menubuttondefault" -#: aiogram.enums.menu_button_type.MenuButtonType:3 of -msgid "Source: https://core.telegram.org/bots/api#menubuttondefault" -msgstr "Джерело: https://core.telegram.org/bots/api#menubuttondefault" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/enums/message_entity_type.po b/docs/locale/uk_UA/LC_MESSAGES/api/enums/message_entity_type.po index d8b6068c..8fa09e50 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/enums/message_entity_type.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/enums/message_entity_type.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/message_entity_type.rst:3 msgid "MessageEntityType" msgstr "" -#: aiogram.enums.message_entity_type.MessageEntityType:1 of -msgid "This object represents type of message entity" -msgstr "Цей об’єкт представляє тип сутності повідомлення." +#~ msgid "This object represents type of message entity" +#~ msgstr "Цей об’єкт представляє тип сутності повідомлення." + +#~ msgid "Source: https://core.telegram.org/bots/api#messageentity" +#~ msgstr "Джерело: https://core.telegram.org/bots/api#messageentity" -#: aiogram.enums.message_entity_type.MessageEntityType:3 of -msgid "Source: https://core.telegram.org/bots/api#messageentity" -msgstr "Джерело: https://core.telegram.org/bots/api#messageentity" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/enums/parse_mode.po b/docs/locale/uk_UA/LC_MESSAGES/api/enums/parse_mode.po index e1d8448b..fa845f2b 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/enums/parse_mode.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/enums/parse_mode.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/parse_mode.rst:3 msgid "ParseMode" msgstr "" -#: aiogram.enums.parse_mode.ParseMode:1 of -msgid "Formatting options" -msgstr "Параметри форматування." +#~ msgid "Formatting options" +#~ msgstr "Параметри форматування." + +#~ msgid "Source: https://core.telegram.org/bots/api#formatting-options" +#~ msgstr "Джерело: https://core.telegram.org/bots/api#formatting-options" -#: aiogram.enums.parse_mode.ParseMode:3 of -msgid "Source: https://core.telegram.org/bots/api#formatting-options" -msgstr "Джерело: https://core.telegram.org/bots/api#formatting-options" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/enums/poll_type.po b/docs/locale/uk_UA/LC_MESSAGES/api/enums/poll_type.po index 9d931e48..359b7a54 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/enums/poll_type.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/enums/poll_type.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/poll_type.rst:3 msgid "PollType" msgstr "" -#: aiogram.enums.poll_type.PollType:1 of -msgid "This object represents poll type" -msgstr "Цей об'єкт представляє тип опитування." +#~ msgid "This object represents poll type" +#~ msgstr "Цей об'єкт представляє тип опитування." + +#~ msgid "Source: https://core.telegram.org/bots/api#poll" +#~ msgstr "Джерело: https://core.telegram.org/bots/api#poll" -#: aiogram.enums.poll_type.PollType:3 of -msgid "Source: https://core.telegram.org/bots/api#poll" -msgstr "Джерело: https://core.telegram.org/bots/api#poll" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/enums/sticker_type.po b/docs/locale/uk_UA/LC_MESSAGES/api/enums/sticker_type.po index ff70ad15..e42b9b3c 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/enums/sticker_type.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/enums/sticker_type.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 23:19+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/sticker_type.rst:3 msgid "StickerType" msgstr "" -#: aiogram.enums.sticker_type.StickerType:1 of -msgid "The part of the face relative to which the mask should be placed." -msgstr "Частина обличчя, щодо якої слід розмістити маску." +#~ msgid "The part of the face relative to which the mask should be placed." +#~ msgstr "Частина обличчя, щодо якої слід розмістити маску." + +#~ msgid "Source: https://core.telegram.org/bots/api#maskposition" +#~ msgstr "Джерело: https://core.telegram.org/bots/api#maskposition" -#: aiogram.enums.sticker_type.StickerType:3 of -msgid "Source: https://core.telegram.org/bots/api#maskposition" -msgstr "Джерело: https://core.telegram.org/bots/api#maskposition" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/enums/topic_icon_color.po b/docs/locale/uk_UA/LC_MESSAGES/api/enums/topic_icon_color.po index 636bf54a..025336ec 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/enums/topic_icon_color.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/enums/topic_icon_color.po @@ -8,28 +8,26 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/topic_icon_color.rst:3 msgid "TopicIconColor" msgstr "" -#: aiogram.enums.topic_icon_color.TopicIconColor:1 of -msgid "Color of the topic icon in RGB format." -msgstr "Колір значка теми у форматі RGB." +#~ msgid "Color of the topic icon in RGB format." +#~ msgstr "Колір значка теми у форматі RGB." -#: aiogram.enums.topic_icon_color.TopicIconColor:3 of -msgid "" -"Source: " -"https://github.com/telegramdesktop/tdesktop/blob/991fe491c5ae62705d77aa8fdd44a79caf639c45/Telegram/SourceFiles/data/data_forum_topic.cpp#L51-L56" -msgstr "" -"Джерело: " -"https://github.com/telegramdesktop/tdesktop/blob/991fe491c5ae62705d77aa8fdd44a79caf639c45/Telegram/SourceFiles/data/data_forum_topic.cpp#L51-L56" +#~ msgid "" +#~ "Source: " +#~ "https://github.com/telegramdesktop/tdesktop/blob/991fe491c5ae62705d77aa8fdd44a79caf639c45/Telegram/SourceFiles/data/data_forum_topic.cpp#L51-L56" +#~ msgstr "" +#~ "Джерело: " +#~ "https://github.com/telegramdesktop/tdesktop/blob/991fe491c5ae62705d77aa8fdd44a79caf639c45/Telegram/SourceFiles/data/data_forum_topic.cpp#L51-L56" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/enums/update_type.po b/docs/locale/uk_UA/LC_MESSAGES/api/enums/update_type.po index 7485bd4d..970dee04 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/enums/update_type.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/enums/update_type.po @@ -8,23 +8,22 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/enums/update_type.rst:3 msgid "UpdateType" msgstr "" -#: aiogram.enums.update_type.UpdateType:1 of -msgid "This object represents the complete list of allowed update types" -msgstr "Цей об’єкт представляє повний список дозволених типів оновлення." +#~ msgid "This object represents the complete list of allowed update types" +#~ msgstr "Цей об’єкт представляє повний список дозволених типів оновлення." + +#~ msgid "Source: https://core.telegram.org/bots/api#update" +#~ msgstr "Джерело: https://core.telegram.org/bots/api#update" -#: aiogram.enums.update_type.UpdateType:3 of -msgid "Source: https://core.telegram.org/bots/api#update" -msgstr "Джерело: https://core.telegram.org/bots/api#update" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/add_sticker_to_set.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/add_sticker_to_set.po index f3b81bcd..d36f0154 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/add_sticker_to_set.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/add_sticker_to_set.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/add_sticker_to_set.rst:3 msgid "addStickerToSet" @@ -25,74 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.add_sticker_to_set.AddStickerToSet:1 of -msgid "" -"Use this method to add a new sticker to a set created by the bot. You " -"**must** use exactly one of the fields *png_sticker*, *tgs_sticker*, or " -"*webm_sticker*. Animated stickers can be added to animated sticker sets " -"and only to them. Animated sticker sets can have up to 50 stickers. " -"Static sticker sets can have up to 120 stickers. Returns :code:`True` on " -"success." -msgstr "" - -#: aiogram.methods.add_sticker_to_set.AddStickerToSet:3 of -msgid "Source: https://core.telegram.org/bots/api#addstickertoset" -msgstr "" - -#: ../../docstring aiogram.methods.add_sticker_to_set.AddStickerToSet.user_id:1 -#: of -msgid "User identifier of sticker set owner" -msgstr "" - -#: ../../docstring aiogram.methods.add_sticker_to_set.AddStickerToSet.name:1 of -msgid "Sticker set name" -msgstr "" - -#: ../../docstring aiogram.methods.add_sticker_to_set.AddStickerToSet.emojis:1 -#: of -msgid "One or more emoji corresponding to the sticker" -msgstr "" - -#: ../../docstring -#: aiogram.methods.add_sticker_to_set.AddStickerToSet.png_sticker:1 of -msgid "" -"**PNG** image with the sticker, must be up to 512 kilobytes in size, " -"dimensions must not exceed 512px, and either width or height must be " -"exactly 512px. Pass a *file_id* as a String to send a file that already " -"exists on the Telegram servers, pass an HTTP URL as a String for Telegram" -" to get a file from the Internet, or upload a new one using multipart" -"/form-data. :ref:`More information on Sending Files » `" -msgstr "" - -#: ../../docstring -#: aiogram.methods.add_sticker_to_set.AddStickerToSet.tgs_sticker:1 of -msgid "" -"**TGS** animation with the sticker, uploaded using multipart/form-data. " -"See `https://core.telegram.org/stickers#animated-sticker-requirements " -"`_`https://core.telegram.org/stickers#animated-sticker-" -"requirements `_ for technical requirements" -msgstr "" - -#: ../../docstring -#: aiogram.methods.add_sticker_to_set.AddStickerToSet.webm_sticker:1 of -msgid "" -"**WEBM** video with the sticker, uploaded using multipart/form-data. See " -"`https://core.telegram.org/stickers#video-sticker-requirements " -"`_`https://core.telegram.org/stickers#video-sticker-" -"requirements `_ for technical requirements" -msgstr "" - -#: ../../docstring -#: aiogram.methods.add_sticker_to_set.AddStickerToSet.mask_position:1 of -msgid "" -"A JSON-serialized object for position where the mask should be placed on " -"faces" -msgstr "" - #: ../../api/methods/add_sticker_to_set.rst:14 msgid "Usage" msgstr "" @@ -124,3 +56,74 @@ msgstr "" #: ../../api/methods/add_sticker_to_set.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to add a new " +#~ "sticker to a set created by the" +#~ " bot. You **must** use exactly one" +#~ " of the fields *png_sticker*, " +#~ "*tgs_sticker*, or *webm_sticker*. Animated " +#~ "stickers can be added to animated " +#~ "sticker sets and only to them. " +#~ "Animated sticker sets can have up " +#~ "to 50 stickers. Static sticker sets " +#~ "can have up to 120 stickers. " +#~ "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#addstickertoset" +#~ msgstr "" + +#~ msgid "User identifier of sticker set owner" +#~ msgstr "" + +#~ msgid "Sticker set name" +#~ msgstr "" + +#~ msgid "One or more emoji corresponding to the sticker" +#~ msgstr "" + +#~ msgid "" +#~ "**PNG** image with the sticker, must " +#~ "be up to 512 kilobytes in size," +#~ " dimensions must not exceed 512px, " +#~ "and either width or height must be" +#~ " exactly 512px. Pass a *file_id* as" +#~ " a String to send a file that" +#~ " already exists on the Telegram " +#~ "servers, pass an HTTP URL as a " +#~ "String for Telegram to get a file" +#~ " from the Internet, or upload a " +#~ "new one using multipart/form-data. " +#~ ":ref:`More information on Sending Files " +#~ "» `" +#~ msgstr "" + +#~ msgid "" +#~ "**TGS** animation with the sticker, " +#~ "uploaded using multipart/form-data. See " +#~ "`https://core.telegram.org/stickers#animated-sticker-" +#~ "requirements `_`https://core.telegram.org/stickers" +#~ "#animated-sticker-requirements " +#~ "`_ for technical requirements" +#~ msgstr "" + +#~ msgid "" +#~ "**WEBM** video with the sticker, " +#~ "uploaded using multipart/form-data. See " +#~ "`https://core.telegram.org/stickers#video-sticker-" +#~ "requirements `_`https://core.telegram.org/stickers" +#~ "#video-sticker-requirements " +#~ "`_ for technical requirements" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for position" +#~ " where the mask should be placed " +#~ "on faces" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/answer_callback_query.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/answer_callback_query.po index 2370aa3c..8a3590b5 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/answer_callback_query.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/answer_callback_query.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/answer_callback_query.rst:3 msgid "answerCallbackQuery" @@ -25,67 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.answer_callback_query.AnswerCallbackQuery:1 of -msgid "" -"Use this method to send answers to callback queries sent from `inline " -"keyboards `_. " -"The answer will be displayed to the user as a notification at the top of " -"the chat screen or as an alert. On success, :code:`True` is returned." -msgstr "" - -#: aiogram.methods.answer_callback_query.AnswerCallbackQuery:3 of -msgid "" -"Alternatively, the user can be redirected to the specified Game URL. For " -"this option to work, you must first create a game for your bot via " -"`@BotFather `_ and accept the terms. Otherwise, " -"you may use links like :code:`t.me/your_bot?start=XXXX` that open your " -"bot with a parameter." -msgstr "" - -#: aiogram.methods.answer_callback_query.AnswerCallbackQuery:5 of -msgid "Source: https://core.telegram.org/bots/api#answercallbackquery" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_callback_query.AnswerCallbackQuery.callback_query_id:1 -#: of -msgid "Unique identifier for the query to be answered" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_callback_query.AnswerCallbackQuery.text:1 of -msgid "" -"Text of the notification. If not specified, nothing will be shown to the " -"user, 0-200 characters" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_callback_query.AnswerCallbackQuery.show_alert:1 of -msgid "" -"If :code:`True`, an alert will be shown by the client instead of a " -"notification at the top of the chat screen. Defaults to *false*." -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_callback_query.AnswerCallbackQuery.url:1 of -msgid "" -"URL that will be opened by the user's client. If you have created a " -":class:`aiogram.types.game.Game` and accepted the conditions via " -"`@BotFather `_, specify the URL that opens your " -"game - note that this will only work if the query comes from a " -"`https://core.telegram.org/bots/api#inlinekeyboardbutton " -"`_ " -"*callback_game* button." -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_callback_query.AnswerCallbackQuery.cache_time:1 of -msgid "" -"The maximum amount of time in seconds that the result of the callback " -"query may be cached client-side. Telegram apps will support caching " -"starting in version 3.14. Defaults to 0." -msgstr "" - #: ../../api/methods/answer_callback_query.rst:14 msgid "Usage" msgstr "" @@ -139,3 +78,69 @@ msgstr "" #~ " an alert. On success, :code:`True` " #~ "is returned." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send answers to" +#~ " callback queries sent from `inline " +#~ "keyboards `_. The answer will be " +#~ "displayed to the user as a " +#~ "notification at the top of the " +#~ "chat screen or as an alert. On " +#~ "success, :code:`True` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "Alternatively, the user can be " +#~ "redirected to the specified Game URL." +#~ " For this option to work, you " +#~ "must first create a game for your" +#~ " bot via `@BotFather `_" +#~ " and accept the terms. Otherwise, you" +#~ " may use links like " +#~ ":code:`t.me/your_bot?start=XXXX` that open your " +#~ "bot with a parameter." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#answercallbackquery" +#~ msgstr "" + +#~ msgid "Unique identifier for the query to be answered" +#~ msgstr "" + +#~ msgid "" +#~ "Text of the notification. If not " +#~ "specified, nothing will be shown to " +#~ "the user, 0-200 characters" +#~ msgstr "" + +#~ msgid "" +#~ "If :code:`True`, an alert will be " +#~ "shown by the client instead of a" +#~ " notification at the top of the " +#~ "chat screen. Defaults to *false*." +#~ msgstr "" + +#~ msgid "" +#~ "URL that will be opened by the " +#~ "user's client. If you have created " +#~ "a :class:`aiogram.types.game.Game` and accepted " +#~ "the conditions via `@BotFather " +#~ "`_, specify the URL " +#~ "that opens your game - note that" +#~ " this will only work if the " +#~ "query comes from a " +#~ "`https://core.telegram.org/bots/api#inlinekeyboardbutton " +#~ "`_ " +#~ "*callback_game* button." +#~ msgstr "" + +#~ msgid "" +#~ "The maximum amount of time in " +#~ "seconds that the result of the " +#~ "callback query may be cached client-" +#~ "side. Telegram apps will support caching" +#~ " starting in version 3.14. Defaults " +#~ "to 0." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/answer_inline_query.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/answer_inline_query.po index 22834a67..4b7e1ab4 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/answer_inline_query.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/answer_inline_query.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/answer_inline_query.rst:3 msgid "answerInlineQuery" @@ -25,72 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.answer_inline_query.AnswerInlineQuery:1 of -msgid "" -"Use this method to send answers to an inline query. On success, " -":code:`True` is returned." -msgstr "" - -#: aiogram.methods.answer_inline_query.AnswerInlineQuery:3 of -msgid "No more than **50** results per query are allowed." -msgstr "" - -#: aiogram.methods.answer_inline_query.AnswerInlineQuery:5 of -msgid "Source: https://core.telegram.org/bots/api#answerinlinequery" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_inline_query.AnswerInlineQuery.inline_query_id:1 of -msgid "Unique identifier for the answered query" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_inline_query.AnswerInlineQuery.results:1 of -msgid "A JSON-serialized array of results for the inline query" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_inline_query.AnswerInlineQuery.cache_time:1 of -msgid "" -"The maximum amount of time in seconds that the result of the inline query" -" may be cached on the server. Defaults to 300." -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_inline_query.AnswerInlineQuery.is_personal:1 of -msgid "" -"Pass :code:`True` if results may be cached on the server side only for " -"the user that sent the query. By default, results may be returned to any " -"user who sends the same query" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_inline_query.AnswerInlineQuery.next_offset:1 of -msgid "" -"Pass the offset that a client should send in the next query with the same" -" text to receive more results. Pass an empty string if there are no more " -"results or if you don't support pagination. Offset length can't exceed 64" -" bytes." -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_inline_query.AnswerInlineQuery.switch_pm_text:1 of -msgid "" -"If passed, clients will display a button with specified text that " -"switches the user to a private chat with the bot and sends the bot a " -"start message with the parameter *switch_pm_parameter*" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_inline_query.AnswerInlineQuery.switch_pm_parameter:1 -#: of -msgid "" -"`Deep-linking `_ " -"parameter for the /start message sent to the bot when user presses the " -"switch button. 1-64 characters, only :code:`A-Z`, :code:`a-z`, " -":code:`0-9`, :code:`_` and :code:`-` are allowed." -msgstr "" - #: ../../api/methods/answer_inline_query.rst:14 msgid "Usage" msgstr "" @@ -140,3 +74,67 @@ msgstr "" #~ ":code:`0-9`, :code:`_` and :code:`-` are " #~ "allowed." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send answers to" +#~ " an inline query. On success, " +#~ ":code:`True` is returned." +#~ msgstr "" + +#~ msgid "No more than **50** results per query are allowed." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#answerinlinequery" +#~ msgstr "" + +#~ msgid "Unique identifier for the answered query" +#~ msgstr "" + +#~ msgid "A JSON-serialized array of results for the inline query" +#~ msgstr "" + +#~ msgid "" +#~ "The maximum amount of time in " +#~ "seconds that the result of the " +#~ "inline query may be cached on the" +#~ " server. Defaults to 300." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if results may be " +#~ "cached on the server side only for" +#~ " the user that sent the query. " +#~ "By default, results may be returned " +#~ "to any user who sends the same " +#~ "query" +#~ msgstr "" + +#~ msgid "" +#~ "Pass the offset that a client " +#~ "should send in the next query with" +#~ " the same text to receive more " +#~ "results. Pass an empty string if " +#~ "there are no more results or if" +#~ " you don't support pagination. Offset " +#~ "length can't exceed 64 bytes." +#~ msgstr "" + +#~ msgid "" +#~ "If passed, clients will display a " +#~ "button with specified text that switches" +#~ " the user to a private chat " +#~ "with the bot and sends the bot " +#~ "a start message with the parameter " +#~ "*switch_pm_parameter*" +#~ msgstr "" + +#~ msgid "" +#~ "`Deep-linking `_ parameter for the /start" +#~ " message sent to the bot when " +#~ "user presses the switch button. 1-64 " +#~ "characters, only :code:`A-Z`, :code:`a-z`, " +#~ ":code:`0-9`, :code:`_` and :code:`-` are " +#~ "allowed." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/answer_pre_checkout_query.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/answer_pre_checkout_query.po index 6447522c..aa91fbe2 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/answer_pre_checkout_query.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/answer_pre_checkout_query.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/answer_pre_checkout_query.rst:3 msgid "answerPreCheckoutQuery" @@ -25,46 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.answer_pre_checkout_query.AnswerPreCheckoutQuery:1 of -msgid "" -"Once the user has confirmed their payment and shipping details, the Bot " -"API sends the final confirmation in the form of an " -":class:`aiogram.types.update.Update` with the field *pre_checkout_query*." -" Use this method to respond to such pre-checkout queries. On success, " -":code:`True` is returned. **Note:** The Bot API must receive an answer " -"within 10 seconds after the pre-checkout query was sent." -msgstr "" - -#: aiogram.methods.answer_pre_checkout_query.AnswerPreCheckoutQuery:3 of -msgid "Source: https://core.telegram.org/bots/api#answerprecheckoutquery" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_pre_checkout_query.AnswerPreCheckoutQuery.pre_checkout_query_id:1 -#: of -msgid "Unique identifier for the query to be answered" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_pre_checkout_query.AnswerPreCheckoutQuery.ok:1 of -msgid "" -"Specify :code:`True` if everything is alright (goods are available, etc.)" -" and the bot is ready to proceed with the order. Use :code:`False` if " -"there are any problems." -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_pre_checkout_query.AnswerPreCheckoutQuery.error_message:1 -#: of -msgid "" -"Required if *ok* is :code:`False`. Error message in human readable form " -"that explains the reason for failure to proceed with the checkout (e.g. " -"\"Sorry, somebody just bought the last of our amazing black T-shirts " -"while you were busy filling out your payment details. Please choose a " -"different color or garment!\"). Telegram will display this message to the" -" user." -msgstr "" - #: ../../api/methods/answer_pre_checkout_query.rst:14 msgid "Usage" msgstr "" @@ -98,3 +58,47 @@ msgstr "" #: ../../api/methods/answer_pre_checkout_query.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Once the user has confirmed their " +#~ "payment and shipping details, the Bot" +#~ " API sends the final confirmation in" +#~ " the form of an " +#~ ":class:`aiogram.types.update.Update` with the field" +#~ " *pre_checkout_query*. Use this method to" +#~ " respond to such pre-checkout " +#~ "queries. On success, :code:`True` is " +#~ "returned. **Note:** The Bot API must " +#~ "receive an answer within 10 seconds " +#~ "after the pre-checkout query was " +#~ "sent." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#answerprecheckoutquery" +#~ msgstr "" + +#~ msgid "Unique identifier for the query to be answered" +#~ msgstr "" + +#~ msgid "" +#~ "Specify :code:`True` if everything is " +#~ "alright (goods are available, etc.) and" +#~ " the bot is ready to proceed " +#~ "with the order. Use :code:`False` if " +#~ "there are any problems." +#~ msgstr "" + +#~ msgid "" +#~ "Required if *ok* is :code:`False`. Error" +#~ " message in human readable form that" +#~ " explains the reason for failure to" +#~ " proceed with the checkout (e.g. " +#~ "\"Sorry, somebody just bought the last" +#~ " of our amazing black T-shirts while" +#~ " you were busy filling out your " +#~ "payment details. Please choose a " +#~ "different color or garment!\"). Telegram " +#~ "will display this message to the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/answer_shipping_query.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/answer_shipping_query.po index f1a61600..eb3f5609 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/answer_shipping_query.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/answer_shipping_query.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/answer_shipping_query.rst:3 msgid "answerShippingQuery" @@ -25,50 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.answer_shipping_query.AnswerShippingQuery:1 of -msgid "" -"If you sent an invoice requesting a shipping address and the parameter " -"*is_flexible* was specified, the Bot API will send an " -":class:`aiogram.types.update.Update` with a *shipping_query* field to the" -" bot. Use this method to reply to shipping queries. On success, " -":code:`True` is returned." -msgstr "" - -#: aiogram.methods.answer_shipping_query.AnswerShippingQuery:3 of -msgid "Source: https://core.telegram.org/bots/api#answershippingquery" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_shipping_query.AnswerShippingQuery.shipping_query_id:1 -#: of -msgid "Unique identifier for the query to be answered" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_shipping_query.AnswerShippingQuery.ok:1 of -msgid "" -"Pass :code:`True` if delivery to the specified address is possible and " -":code:`False` if there are any problems (for example, if delivery to the " -"specified address is not possible)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_shipping_query.AnswerShippingQuery.shipping_options:1 -#: of -msgid "" -"Required if *ok* is :code:`True`. A JSON-serialized array of available " -"shipping options." -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_shipping_query.AnswerShippingQuery.error_message:1 of -msgid "" -"Required if *ok* is :code:`False`. Error message in human readable form " -"that explains why it is impossible to complete the order (e.g. \"Sorry, " -"delivery to your desired address is unavailable'). Telegram will display " -"this message to the user." -msgstr "" - #: ../../api/methods/answer_shipping_query.rst:14 msgid "Usage" msgstr "" @@ -102,3 +58,46 @@ msgstr "" #: ../../api/methods/answer_shipping_query.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "If you sent an invoice requesting " +#~ "a shipping address and the parameter " +#~ "*is_flexible* was specified, the Bot API" +#~ " will send an " +#~ ":class:`aiogram.types.update.Update` with a " +#~ "*shipping_query* field to the bot. Use" +#~ " this method to reply to shipping " +#~ "queries. On success, :code:`True` is " +#~ "returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#answershippingquery" +#~ msgstr "" + +#~ msgid "Unique identifier for the query to be answered" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if delivery to the " +#~ "specified address is possible and " +#~ ":code:`False` if there are any problems" +#~ " (for example, if delivery to the " +#~ "specified address is not possible)" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *ok* is :code:`True`. A " +#~ "JSON-serialized array of available " +#~ "shipping options." +#~ msgstr "" + +#~ msgid "" +#~ "Required if *ok* is :code:`False`. Error" +#~ " message in human readable form that" +#~ " explains why it is impossible to " +#~ "complete the order (e.g. \"Sorry, " +#~ "delivery to your desired address is " +#~ "unavailable'). Telegram will display this " +#~ "message to the user." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/answer_web_app_query.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/answer_web_app_query.po index 8fd685be..caf364fa 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/answer_web_app_query.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/answer_web_app_query.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/answer_web_app_query.rst:3 msgid "answerWebAppQuery" @@ -25,30 +25,6 @@ msgstr "" msgid "Returns: :obj:`SentWebAppMessage`" msgstr "" -#: aiogram.methods.answer_web_app_query.AnswerWebAppQuery:1 of -msgid "" -"Use this method to set the result of an interaction with a `Web App " -"`_ and send a corresponding " -"message on behalf of the user to the chat from which the query " -"originated. On success, a " -":class:`aiogram.types.sent_web_app_message.SentWebAppMessage` object is " -"returned." -msgstr "" - -#: aiogram.methods.answer_web_app_query.AnswerWebAppQuery:3 of -msgid "Source: https://core.telegram.org/bots/api#answerwebappquery" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_web_app_query.AnswerWebAppQuery.web_app_query_id:1 of -msgid "Unique identifier for the query to be answered" -msgstr "" - -#: ../../docstring -#: aiogram.methods.answer_web_app_query.AnswerWebAppQuery.result:1 of -msgid "A JSON-serialized object describing the message to be sent" -msgstr "" - #: ../../api/methods/answer_web_app_query.rst:14 msgid "Usage" msgstr "" @@ -80,3 +56,25 @@ msgstr "" #: ../../api/methods/answer_web_app_query.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to set the result" +#~ " of an interaction with a `Web " +#~ "App `_ and " +#~ "send a corresponding message on behalf" +#~ " of the user to the chat from" +#~ " which the query originated. On " +#~ "success, a " +#~ ":class:`aiogram.types.sent_web_app_message.SentWebAppMessage` " +#~ "object is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#answerwebappquery" +#~ msgstr "" + +#~ msgid "Unique identifier for the query to be answered" +#~ msgstr "" + +#~ msgid "A JSON-serialized object describing the message to be sent" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/approve_chat_join_request.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/approve_chat_join_request.po index 93504319..ba4ed803 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/approve_chat_join_request.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/approve_chat_join_request.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/approve_chat_join_request.rst:3 msgid "approveChatJoinRequest" @@ -25,31 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.approve_chat_join_request.ApproveChatJoinRequest:1 of -msgid "" -"Use this method to approve a chat join request. The bot must be an " -"administrator in the chat for this to work and must have the " -"*can_invite_users* administrator right. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.approve_chat_join_request.ApproveChatJoinRequest:3 of -msgid "Source: https://core.telegram.org/bots/api#approvechatjoinrequest" -msgstr "" - -#: ../../docstring -#: aiogram.methods.approve_chat_join_request.ApproveChatJoinRequest.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.approve_chat_join_request.ApproveChatJoinRequest.user_id:1 -#: of -msgid "Unique identifier of the target user" -msgstr "" - #: ../../api/methods/approve_chat_join_request.rst:14 msgid "Usage" msgstr "" @@ -91,3 +66,25 @@ msgstr "" #: ../../api/methods/approve_chat_join_request.rst:50 msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.approve`" msgstr "" + +#~ msgid "" +#~ "Use this method to approve a chat" +#~ " join request. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have the " +#~ "*can_invite_users* administrator right. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#approvechatjoinrequest" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target user" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/ban_chat_member.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/ban_chat_member.po index 487b0d38..b7f79c6f 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/ban_chat_member.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/ban_chat_member.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/ban_chat_member.rst:3 msgid "banChatMember" @@ -25,48 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.ban_chat_member.BanChatMember:1 of -msgid "" -"Use this method to ban a user in a group, a supergroup or a channel. In " -"the case of supergroups and channels, the user will not be able to return" -" to the chat on their own using invite links, etc., unless `unbanned " -"`_ first. The bot " -"must be an administrator in the chat for this to work and must have the " -"appropriate administrator rights. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.ban_chat_member.BanChatMember:3 of -msgid "Source: https://core.telegram.org/bots/api#banchatmember" -msgstr "" - -#: ../../docstring aiogram.methods.ban_chat_member.BanChatMember.chat_id:1 of -msgid "" -"Unique identifier for the target group or username of the target " -"supergroup or channel (in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.ban_chat_member.BanChatMember.user_id:1 of -msgid "Unique identifier of the target user" -msgstr "" - -#: ../../docstring aiogram.methods.ban_chat_member.BanChatMember.until_date:1 -#: of -msgid "" -"Date when the user will be unbanned, unix time. If user is banned for " -"more than 366 days or less than 30 seconds from the current time they are" -" considered to be banned forever. Applied for supergroups and channels " -"only." -msgstr "" - -#: ../../docstring -#: aiogram.methods.ban_chat_member.BanChatMember.revoke_messages:1 of -msgid "" -"Pass :code:`True` to delete all messages from the chat for the user that " -"is being removed. If :code:`False`, the user will be able to see messages" -" in the group that were sent before the user was removed. Always " -":code:`True` for supergroups and channels." -msgstr "" - #: ../../api/methods/ban_chat_member.rst:14 msgid "Usage" msgstr "" @@ -106,3 +64,54 @@ msgstr "" #: ../../api/methods/ban_chat_member.rst:50 msgid ":meth:`aiogram.types.chat.Chat.ban`" msgstr "" + +#~ msgid "" +#~ "Use this method to ban a user " +#~ "in a group, a supergroup or a " +#~ "channel. In the case of supergroups " +#~ "and channels, the user will not be" +#~ " able to return to the chat on" +#~ " their own using invite links, etc.," +#~ " unless `unbanned " +#~ "`_ first." +#~ " The bot must be an administrator " +#~ "in the chat for this to work " +#~ "and must have the appropriate " +#~ "administrator rights. Returns :code:`True` on" +#~ " success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#banchatmember" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target group" +#~ " or username of the target supergroup" +#~ " or channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target user" +#~ msgstr "" + +#~ msgid "" +#~ "Date when the user will be " +#~ "unbanned, unix time. If user is " +#~ "banned for more than 366 days or" +#~ " less than 30 seconds from the " +#~ "current time they are considered to " +#~ "be banned forever. Applied for " +#~ "supergroups and channels only." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` to delete all messages" +#~ " from the chat for the user " +#~ "that is being removed. If :code:`False`," +#~ " the user will be able to see" +#~ " messages in the group that were " +#~ "sent before the user was removed. " +#~ "Always :code:`True` for supergroups and " +#~ "channels." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/ban_chat_sender_chat.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/ban_chat_sender_chat.po index 410a0c8e..a1d6a5b7 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/ban_chat_sender_chat.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/ban_chat_sender_chat.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/ban_chat_sender_chat.rst:3 msgid "banChatSenderChat" @@ -25,33 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.ban_chat_sender_chat.BanChatSenderChat:1 of -msgid "" -"Use this method to ban a channel chat in a supergroup or a channel. Until" -" the chat is `unbanned " -"`_, the owner of " -"the banned chat won't be able to send messages on behalf of **any of " -"their channels**. The bot must be an administrator in the supergroup or " -"channel for this to work and must have the appropriate administrator " -"rights. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.ban_chat_sender_chat.BanChatSenderChat:3 of -msgid "Source: https://core.telegram.org/bots/api#banchatsenderchat" -msgstr "" - -#: ../../docstring -#: aiogram.methods.ban_chat_sender_chat.BanChatSenderChat.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.ban_chat_sender_chat.BanChatSenderChat.sender_chat_id:1 of -msgid "Unique identifier of the target sender chat" -msgstr "" - #: ../../api/methods/ban_chat_sender_chat.rst:14 msgid "Usage" msgstr "" @@ -91,3 +64,31 @@ msgstr "" #: ../../api/methods/ban_chat_sender_chat.rst:50 msgid ":meth:`aiogram.types.chat.Chat.ban_sender_chat`" msgstr "" + +#~ msgid "" +#~ "Use this method to ban a channel" +#~ " chat in a supergroup or a " +#~ "channel. Until the chat is `unbanned " +#~ "`_, the" +#~ " owner of the banned chat won't " +#~ "be able to send messages on behalf" +#~ " of **any of their channels**. The" +#~ " bot must be an administrator in " +#~ "the supergroup or channel for this " +#~ "to work and must have the " +#~ "appropriate administrator rights. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#banchatsenderchat" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target sender chat" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/close.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/close.po index cfdf34fc..0d73a133 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/close.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/close.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/close.rst:3 msgid "close" @@ -25,19 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.close.Close:1 of -msgid "" -"Use this method to close the bot instance before moving it from one local" -" server to another. You need to delete the webhook before calling this " -"method to ensure that the bot isn't launched again after server restart. " -"The method will return error 429 in the first 10 minutes after the bot is" -" launched. Returns :code:`True` on success. Requires no parameters." -msgstr "" - -#: aiogram.methods.close.Close:3 of -msgid "Source: https://core.telegram.org/bots/api#close" -msgstr "" - #: ../../api/methods/close.rst:14 msgid "Usage" msgstr "" @@ -69,3 +56,21 @@ msgstr "" #: ../../api/methods/close.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to close the bot" +#~ " instance before moving it from one" +#~ " local server to another. You need" +#~ " to delete the webhook before calling" +#~ " this method to ensure that the " +#~ "bot isn't launched again after server" +#~ " restart. The method will return " +#~ "error 429 in the first 10 minutes" +#~ " after the bot is launched. Returns" +#~ " :code:`True` on success. Requires no " +#~ "parameters." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#close" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/close_forum_topic.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/close_forum_topic.po index cf6aa076..7b076096 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/close_forum_topic.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/close_forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/close_forum_topic.rst:3 msgid "closeForumTopic" @@ -25,30 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.close_forum_topic.CloseForumTopic:1 of -msgid "" -"Use this method to close an open topic in a forum supergroup chat. The " -"bot must be an administrator in the chat for this to work and must have " -"the *can_manage_topics* administrator rights, unless it is the creator of" -" the topic. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.close_forum_topic.CloseForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#closeforumtopic" -msgstr "" - -#: ../../docstring aiogram.methods.close_forum_topic.CloseForumTopic.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.close_forum_topic.CloseForumTopic.message_thread_id:1 of -msgid "Unique identifier for the target message thread of the forum topic" -msgstr "" - #: ../../api/methods/close_forum_topic.rst:14 msgid "Usage" msgstr "" @@ -80,3 +56,27 @@ msgstr "" #: ../../api/methods/close_forum_topic.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to close an open" +#~ " topic in a forum supergroup chat." +#~ " The bot must be an administrator " +#~ "in the chat for this to work " +#~ "and must have the *can_manage_topics* " +#~ "administrator rights, unless it is the" +#~ " creator of the topic. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#closeforumtopic" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier for the target message thread of the forum topic" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/close_general_forum_topic.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/close_general_forum_topic.po index f67c10fd..5c6b5f46 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/close_general_forum_topic.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/close_general_forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/close_general_forum_topic.rst:3 msgid "closeGeneralForumTopic" @@ -25,26 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.close_general_forum_topic.CloseGeneralForumTopic:1 of -msgid "" -"Use this method to close an open 'General' topic in a forum supergroup " -"chat. The bot must be an administrator in the chat for this to work and " -"must have the *can_manage_topics* administrator rights. Returns " -":code:`True` on success." -msgstr "" - -#: aiogram.methods.close_general_forum_topic.CloseGeneralForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#closegeneralforumtopic" -msgstr "" - -#: ../../docstring -#: aiogram.methods.close_general_forum_topic.CloseGeneralForumTopic.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - #: ../../api/methods/close_general_forum_topic.rst:14 msgid "Usage" msgstr "" @@ -78,3 +58,23 @@ msgstr "" #: ../../api/methods/close_general_forum_topic.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to close an open" +#~ " 'General' topic in a forum " +#~ "supergroup chat. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have the " +#~ "*can_manage_topics* administrator rights. Returns" +#~ " :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#closegeneralforumtopic" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/copy_message.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/copy_message.po index f30e9b73..72c01303 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/copy_message.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/copy_message.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/copy_message.rst:3 msgid "copyMessage" @@ -25,98 +25,6 @@ msgstr "" msgid "Returns: :obj:`MessageId`" msgstr "" -#: aiogram.methods.copy_message.CopyMessage:1 of -msgid "" -"Use this method to copy messages of any kind. Service messages and " -"invoice messages can't be copied. A quiz " -":class:`aiogram.methods.poll.Poll` can be copied only if the value of the" -" field *correct_option_id* is known to the bot. The method is analogous " -"to the method :class:`aiogram.methods.forward_message.ForwardMessage`, " -"but the copied message doesn't have a link to the original message. " -"Returns the :class:`aiogram.types.message_id.MessageId` of the sent " -"message on success." -msgstr "" - -#: aiogram.methods.copy_message.CopyMessage:3 of -msgid "Source: https://core.telegram.org/bots/api#copymessage" -msgstr "" - -#: ../../docstring aiogram.methods.copy_message.CopyMessage.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.copy_message.CopyMessage.from_chat_id:1 of -msgid "" -"Unique identifier for the chat where the original message was sent (or " -"channel username in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.copy_message.CopyMessage.message_id:1 of -msgid "Message identifier in the chat specified in *from_chat_id*" -msgstr "" - -#: ../../docstring aiogram.methods.copy_message.CopyMessage.message_thread_id:1 -#: of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.copy_message.CopyMessage.caption:1 of -msgid "" -"New caption for media, 0-1024 characters after entities parsing. If not " -"specified, the original caption is kept" -msgstr "" - -#: ../../docstring aiogram.methods.copy_message.CopyMessage.parse_mode:1 of -msgid "" -"Mode for parsing entities in the new caption. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: ../../docstring aiogram.methods.copy_message.CopyMessage.caption_entities:1 -#: of -msgid "" -"A JSON-serialized list of special entities that appear in the new " -"caption, which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.methods.copy_message.CopyMessage.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.copy_message.CopyMessage.protect_content:1 -#: of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring -#: aiogram.methods.copy_message.CopyMessage.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.copy_message.CopyMessage.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.copy_message.CopyMessage.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/copy_message.rst:14 msgid "Usage" msgstr "" @@ -167,3 +75,95 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to copy messages " +#~ "of any kind. Service messages and " +#~ "invoice messages can't be copied. A " +#~ "quiz :class:`aiogram.methods.poll.Poll` can be " +#~ "copied only if the value of the" +#~ " field *correct_option_id* is known to " +#~ "the bot. The method is analogous " +#~ "to the method " +#~ ":class:`aiogram.methods.forward_message.ForwardMessage`, but " +#~ "the copied message doesn't have a " +#~ "link to the original message. Returns" +#~ " the :class:`aiogram.types.message_id.MessageId` of " +#~ "the sent message on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#copymessage" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the chat where " +#~ "the original message was sent (or " +#~ "channel username in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Message identifier in the chat specified in *from_chat_id*" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "New caption for media, 0-1024 characters" +#~ " after entities parsing. If not " +#~ "specified, the original caption is kept" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "new caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the new " +#~ "caption, which can be specified instead" +#~ " of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/create_chat_invite_link.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/create_chat_invite_link.po index 7099e1d3..f15e0082 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/create_chat_invite_link.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/create_chat_invite_link.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/create_chat_invite_link.rst:3 msgid "createChatInviteLink" @@ -25,56 +25,6 @@ msgstr "" msgid "Returns: :obj:`ChatInviteLink`" msgstr "" -#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink:1 of -msgid "" -"Use this method to create an additional invite link for a chat. The bot " -"must be an administrator in the chat for this to work and must have the " -"appropriate administrator rights. The link can be revoked using the " -"method " -":class:`aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink`. " -"Returns the new invite link as " -":class:`aiogram.types.chat_invite_link.ChatInviteLink` object." -msgstr "" - -#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink:3 of -msgid "Source: https://core.telegram.org/bots/api#createchatinvitelink" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink.name:1 of -msgid "Invite link name; 0-32 characters" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink.expire_date:1 -#: of -msgid "Point in time (Unix timestamp) when the link will expire" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink.member_limit:1 -#: of -msgid "" -"The maximum number of users that can be members of the chat " -"simultaneously after joining the chat via this invite link; 1-99999" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_chat_invite_link.CreateChatInviteLink.creates_join_request:1 -#: of -msgid "" -":code:`True`, if users joining the chat via the link need to be approved " -"by chat administrators. If :code:`True`, *member_limit* can't be " -"specified" -msgstr "" - #: ../../api/methods/create_chat_invite_link.rst:14 msgid "Usage" msgstr "" @@ -116,3 +66,47 @@ msgstr "" #: ../../api/methods/create_chat_invite_link.rst:50 msgid ":meth:`aiogram.types.chat.Chat.create_invite_link`" msgstr "" + +#~ msgid "" +#~ "Use this method to create an " +#~ "additional invite link for a chat. " +#~ "The bot must be an administrator " +#~ "in the chat for this to work " +#~ "and must have the appropriate " +#~ "administrator rights. The link can be" +#~ " revoked using the method " +#~ ":class:`aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink`." +#~ " Returns the new invite link as " +#~ ":class:`aiogram.types.chat_invite_link.ChatInviteLink` object." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#createchatinvitelink" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Invite link name; 0-32 characters" +#~ msgstr "" + +#~ msgid "Point in time (Unix timestamp) when the link will expire" +#~ msgstr "" + +#~ msgid "" +#~ "The maximum number of users that " +#~ "can be members of the chat " +#~ "simultaneously after joining the chat " +#~ "via this invite link; 1-99999" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if users joining the chat" +#~ " via the link need to be " +#~ "approved by chat administrators. If " +#~ ":code:`True`, *member_limit* can't be " +#~ "specified" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/create_forum_topic.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/create_forum_topic.po index 20e71139..510f71aa 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/create_forum_topic.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/create_forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/create_forum_topic.rst:3 msgid "createForumTopic" @@ -25,47 +25,6 @@ msgstr "" msgid "Returns: :obj:`ForumTopic`" msgstr "" -#: aiogram.methods.create_forum_topic.CreateForumTopic:1 of -msgid "" -"Use this method to create a topic in a forum supergroup chat. The bot " -"must be an administrator in the chat for this to work and must have the " -"*can_manage_topics* administrator rights. Returns information about the " -"created topic as a :class:`aiogram.types.forum_topic.ForumTopic` object." -msgstr "" - -#: aiogram.methods.create_forum_topic.CreateForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#createforumtopic" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_forum_topic.CreateForumTopic.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.create_forum_topic.CreateForumTopic.name:1 -#: of -msgid "Topic name, 1-128 characters" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_forum_topic.CreateForumTopic.icon_color:1 of -msgid "" -"Color of the topic icon in RGB format. Currently, must be one of 7322096 " -"(0x6FB9F0), 16766590 (0xFFD67E), 13338331 (0xCB86DB), 9367192 (0x8EEE98)," -" 16749490 (0xFF93B2), or 16478047 (0xFB6F5F)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_forum_topic.CreateForumTopic.icon_custom_emoji_id:1 -#: of -msgid "" -"Unique identifier of the custom emoji shown as the topic icon. Use " -":class:`aiogram.methods.get_forum_topic_icon_stickers.GetForumTopicIconStickers`" -" to get all allowed custom emoji identifiers." -msgstr "" - #: ../../api/methods/create_forum_topic.rst:14 msgid "Usage" msgstr "" @@ -104,3 +63,43 @@ msgstr "" #~ "0x6FB9F0, 0xFFD67E, 0xCB86DB, 0x8EEE98, " #~ "0xFF93B2, or 0xFB6F5F" #~ msgstr "" + +#~ msgid "" +#~ "Use this method to create a topic" +#~ " in a forum supergroup chat. The " +#~ "bot must be an administrator in " +#~ "the chat for this to work and " +#~ "must have the *can_manage_topics* " +#~ "administrator rights. Returns information " +#~ "about the created topic as a " +#~ ":class:`aiogram.types.forum_topic.ForumTopic` object." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#createforumtopic" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "Topic name, 1-128 characters" +#~ msgstr "" + +#~ msgid "" +#~ "Color of the topic icon in RGB " +#~ "format. Currently, must be one of " +#~ "7322096 (0x6FB9F0), 16766590 (0xFFD67E), " +#~ "13338331 (0xCB86DB), 9367192 (0x8EEE98), " +#~ "16749490 (0xFF93B2), or 16478047 (0xFB6F5F)" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier of the custom emoji" +#~ " shown as the topic icon. Use " +#~ ":class:`aiogram.methods.get_forum_topic_icon_stickers.GetForumTopicIconStickers`" +#~ " to get all allowed custom emoji " +#~ "identifiers." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/create_invoice_link.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/create_invoice_link.po index ca18a308..020865a1 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/create_invoice_link.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/create_invoice_link.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/create_invoice_link.rst:3 msgid "createInvoiceLink" @@ -25,155 +25,6 @@ msgstr "" msgid "Returns: :obj:`str`" msgstr "" -#: aiogram.methods.create_invoice_link.CreateInvoiceLink:1 of -msgid "" -"Use this method to create a link for an invoice. Returns the created " -"invoice link as *String* on success." -msgstr "" - -#: aiogram.methods.create_invoice_link.CreateInvoiceLink:3 of -msgid "Source: https://core.telegram.org/bots/api#createinvoicelink" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.title:1 of -msgid "Product name, 1-32 characters" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.description:1 of -msgid "Product description, 1-255 characters" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.payload:1 of -msgid "" -"Bot-defined invoice payload, 1-128 bytes. This will not be displayed to " -"the user, use for your internal processes." -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.provider_token:1 of -msgid "Payment provider token, obtained via `BotFather `_" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.currency:1 of -msgid "" -"Three-letter ISO 4217 currency code, see `more on currencies " -"`_" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.prices:1 of -msgid "" -"Price breakdown, a JSON-serialized list of components (e.g. product " -"price, tax, discount, delivery cost, delivery tax, bonus, etc.)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.max_tip_amount:1 of -msgid "" -"The maximum accepted amount for tips in the *smallest units* of the " -"currency (integer, **not** float/double). For example, for a maximum tip " -"of :code:`US$ 1.45` pass :code:`max_tip_amount = 145`. See the *exp* " -"parameter in `currencies.json " -"`_, it shows the" -" number of digits past the decimal point for each currency (2 for the " -"majority of currencies). Defaults to 0" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.suggested_tip_amounts:1 -#: of -msgid "" -"A JSON-serialized array of suggested amounts of tips in the *smallest " -"units* of the currency (integer, **not** float/double). At most 4 " -"suggested tip amounts can be specified. The suggested tip amounts must be" -" positive, passed in a strictly increased order and must not exceed " -"*max_tip_amount*." -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.provider_data:1 of -msgid "" -"JSON-serialized data about the invoice, which will be shared with the " -"payment provider. A detailed description of required fields should be " -"provided by the payment provider." -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.photo_url:1 of -msgid "" -"URL of the product photo for the invoice. Can be a photo of the goods or " -"a marketing image for a service." -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.photo_size:1 of -msgid "Photo size in bytes" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.photo_width:1 of -msgid "Photo width" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.photo_height:1 of -msgid "Photo height" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.need_name:1 of -msgid "" -"Pass :code:`True` if you require the user's full name to complete the " -"order" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.need_phone_number:1 of -msgid "" -"Pass :code:`True` if you require the user's phone number to complete the " -"order" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.need_email:1 of -msgid "" -"Pass :code:`True` if you require the user's email address to complete the" -" order" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.need_shipping_address:1 -#: of -msgid "" -"Pass :code:`True` if you require the user's shipping address to complete " -"the order" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.send_phone_number_to_provider:1 -#: of -msgid "" -"Pass :code:`True` if the user's phone number should be sent to the " -"provider" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.send_email_to_provider:1 -#: of -msgid "" -"Pass :code:`True` if the user's email address should be sent to the " -"provider" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_invoice_link.CreateInvoiceLink.is_flexible:1 of -msgid "Pass :code:`True` if the final price depends on the shipping method" -msgstr "" - #: ../../api/methods/create_invoice_link.rst:14 msgid "Usage" msgstr "" @@ -205,3 +56,133 @@ msgstr "" #: ../../api/methods/create_invoice_link.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to create a link" +#~ " for an invoice. Returns the created" +#~ " invoice link as *String* on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#createinvoicelink" +#~ msgstr "" + +#~ msgid "Product name, 1-32 characters" +#~ msgstr "" + +#~ msgid "Product description, 1-255 characters" +#~ msgstr "" + +#~ msgid "" +#~ "Bot-defined invoice payload, 1-128 " +#~ "bytes. This will not be displayed " +#~ "to the user, use for your internal" +#~ " processes." +#~ msgstr "" + +#~ msgid "" +#~ "Payment provider token, obtained via " +#~ "`BotFather `_" +#~ msgstr "" + +#~ msgid "" +#~ "Three-letter ISO 4217 currency code, " +#~ "see `more on currencies " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "Price breakdown, a JSON-serialized list" +#~ " of components (e.g. product price, " +#~ "tax, discount, delivery cost, delivery " +#~ "tax, bonus, etc.)" +#~ msgstr "" + +#~ msgid "" +#~ "The maximum accepted amount for tips " +#~ "in the *smallest units* of the " +#~ "currency (integer, **not** float/double). For" +#~ " example, for a maximum tip of " +#~ ":code:`US$ 1.45` pass :code:`max_tip_amount =" +#~ " 145`. See the *exp* parameter in " +#~ "`currencies.json " +#~ "`_, it" +#~ " shows the number of digits past " +#~ "the decimal point for each currency " +#~ "(2 for the majority of currencies). " +#~ "Defaults to 0" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized array of suggested " +#~ "amounts of tips in the *smallest " +#~ "units* of the currency (integer, **not**" +#~ " float/double). At most 4 suggested " +#~ "tip amounts can be specified. The " +#~ "suggested tip amounts must be positive," +#~ " passed in a strictly increased order" +#~ " and must not exceed *max_tip_amount*." +#~ msgstr "" + +#~ msgid "" +#~ "JSON-serialized data about the invoice," +#~ " which will be shared with the " +#~ "payment provider. A detailed description " +#~ "of required fields should be provided" +#~ " by the payment provider." +#~ msgstr "" + +#~ msgid "" +#~ "URL of the product photo for the" +#~ " invoice. Can be a photo of the" +#~ " goods or a marketing image for " +#~ "a service." +#~ msgstr "" + +#~ msgid "Photo size in bytes" +#~ msgstr "" + +#~ msgid "Photo width" +#~ msgstr "" + +#~ msgid "Photo height" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's full name to complete the " +#~ "order" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's phone number to complete the " +#~ "order" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's email address to complete the " +#~ "order" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's shipping address to complete the" +#~ " order" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the user's phone" +#~ " number should be sent to the " +#~ "provider" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the user's email" +#~ " address should be sent to the " +#~ "provider" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the final price depends on the shipping method" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/create_new_sticker_set.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/create_new_sticker_set.po index 1d3789be..39dba63a 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/create_new_sticker_set.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/create_new_sticker_set.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/create_new_sticker_set.rst:3 msgid "createNewStickerSet" @@ -25,92 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet:1 of -msgid "" -"Use this method to create a new sticker set owned by a user. The bot will" -" be able to edit the sticker set thus created. You **must** use exactly " -"one of the fields *png_sticker*, *tgs_sticker*, or *webm_sticker*. " -"Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet:3 of -msgid "Source: https://core.telegram.org/bots/api#createnewstickerset" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.user_id:1 of -msgid "User identifier of created sticker set owner" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.name:1 of -msgid "" -"Short name of sticker set, to be used in :code:`t.me/addstickers/` URLs " -"(e.g., *animals*). Can contain only English letters, digits and " -"underscores. Must begin with a letter, can't contain consecutive " -"underscores and must end in :code:`\"_by_\"`. " -":code:`` is case insensitive. 1-64 characters." -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.title:1 of -msgid "Sticker set title, 1-64 characters" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.emojis:1 of -msgid "One or more emoji corresponding to the sticker" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.png_sticker:1 of -msgid "" -"**PNG** image with the sticker, must be up to 512 kilobytes in size, " -"dimensions must not exceed 512px, and either width or height must be " -"exactly 512px. Pass a *file_id* as a String to send a file that already " -"exists on the Telegram servers, pass an HTTP URL as a String for Telegram" -" to get a file from the Internet, or upload a new one using multipart" -"/form-data. :ref:`More information on Sending Files » `" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.tgs_sticker:1 of -msgid "" -"**TGS** animation with the sticker, uploaded using multipart/form-data. " -"See `https://core.telegram.org/stickers#animated-sticker-requirements " -"`_`https://core.telegram.org/stickers#animated-sticker-" -"requirements `_ for technical requirements" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.webm_sticker:1 of -msgid "" -"**WEBM** video with the sticker, uploaded using multipart/form-data. See " -"`https://core.telegram.org/stickers#video-sticker-requirements " -"`_`https://core.telegram.org/stickers#video-sticker-" -"requirements `_ for technical requirements" -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.sticker_type:1 of -msgid "" -"Type of stickers in the set, pass 'regular' or 'mask'. Custom emoji " -"sticker sets can't be created via the Bot API at the moment. By default, " -"a regular sticker set is created." -msgstr "" - -#: ../../docstring -#: aiogram.methods.create_new_sticker_set.CreateNewStickerSet.mask_position:1 -#: of -msgid "" -"A JSON-serialized object for position where the mask should be placed on " -"faces" -msgstr "" - #: ../../api/methods/create_new_sticker_set.rst:14 msgid "Usage" msgstr "" @@ -144,3 +58,92 @@ msgstr "" #: ../../api/methods/create_new_sticker_set.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to create a new" +#~ " sticker set owned by a user. " +#~ "The bot will be able to edit " +#~ "the sticker set thus created. You " +#~ "**must** use exactly one of the " +#~ "fields *png_sticker*, *tgs_sticker*, or " +#~ "*webm_sticker*. Returns :code:`True` on " +#~ "success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#createnewstickerset" +#~ msgstr "" + +#~ msgid "User identifier of created sticker set owner" +#~ msgstr "" + +#~ msgid "" +#~ "Short name of sticker set, to be" +#~ " used in :code:`t.me/addstickers/` URLs " +#~ "(e.g., *animals*). Can contain only " +#~ "English letters, digits and underscores. " +#~ "Must begin with a letter, can't " +#~ "contain consecutive underscores and must " +#~ "end in :code:`\"_by_\"`. " +#~ ":code:`` is case insensitive. " +#~ "1-64 characters." +#~ msgstr "" + +#~ msgid "Sticker set title, 1-64 characters" +#~ msgstr "" + +#~ msgid "One or more emoji corresponding to the sticker" +#~ msgstr "" + +#~ msgid "" +#~ "**PNG** image with the sticker, must " +#~ "be up to 512 kilobytes in size," +#~ " dimensions must not exceed 512px, " +#~ "and either width or height must be" +#~ " exactly 512px. Pass a *file_id* as" +#~ " a String to send a file that" +#~ " already exists on the Telegram " +#~ "servers, pass an HTTP URL as a " +#~ "String for Telegram to get a file" +#~ " from the Internet, or upload a " +#~ "new one using multipart/form-data. " +#~ ":ref:`More information on Sending Files " +#~ "» `" +#~ msgstr "" + +#~ msgid "" +#~ "**TGS** animation with the sticker, " +#~ "uploaded using multipart/form-data. See " +#~ "`https://core.telegram.org/stickers#animated-sticker-" +#~ "requirements `_`https://core.telegram.org/stickers" +#~ "#animated-sticker-requirements " +#~ "`_ for technical requirements" +#~ msgstr "" + +#~ msgid "" +#~ "**WEBM** video with the sticker, " +#~ "uploaded using multipart/form-data. See " +#~ "`https://core.telegram.org/stickers#video-sticker-" +#~ "requirements `_`https://core.telegram.org/stickers" +#~ "#video-sticker-requirements " +#~ "`_ for technical requirements" +#~ msgstr "" + +#~ msgid "" +#~ "Type of stickers in the set, pass" +#~ " 'regular' or 'mask'. Custom emoji " +#~ "sticker sets can't be created via " +#~ "the Bot API at the moment. By " +#~ "default, a regular sticker set is " +#~ "created." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for position" +#~ " where the mask should be placed " +#~ "on faces" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/decline_chat_join_request.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/decline_chat_join_request.po index 9d632f5d..31f45b6e 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/decline_chat_join_request.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/decline_chat_join_request.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/decline_chat_join_request.rst:3 msgid "declineChatJoinRequest" @@ -25,31 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.decline_chat_join_request.DeclineChatJoinRequest:1 of -msgid "" -"Use this method to decline a chat join request. The bot must be an " -"administrator in the chat for this to work and must have the " -"*can_invite_users* administrator right. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.decline_chat_join_request.DeclineChatJoinRequest:3 of -msgid "Source: https://core.telegram.org/bots/api#declinechatjoinrequest" -msgstr "" - -#: ../../docstring -#: aiogram.methods.decline_chat_join_request.DeclineChatJoinRequest.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.decline_chat_join_request.DeclineChatJoinRequest.user_id:1 -#: of -msgid "Unique identifier of the target user" -msgstr "" - #: ../../api/methods/decline_chat_join_request.rst:14 msgid "Usage" msgstr "" @@ -91,3 +66,25 @@ msgstr "" #: ../../api/methods/decline_chat_join_request.rst:50 msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.decline`" msgstr "" + +#~ msgid "" +#~ "Use this method to decline a chat" +#~ " join request. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have the " +#~ "*can_invite_users* administrator right. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#declinechatjoinrequest" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target user" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_chat_photo.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_chat_photo.po index 758102ab..54cfee33 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_chat_photo.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_chat_photo.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/delete_chat_photo.rst:3 msgid "deleteChatPhoto" @@ -25,25 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.delete_chat_photo.DeleteChatPhoto:1 of -msgid "" -"Use this method to delete a chat photo. Photos can't be changed for " -"private chats. The bot must be an administrator in the chat for this to " -"work and must have the appropriate administrator rights. Returns " -":code:`True` on success." -msgstr "" - -#: aiogram.methods.delete_chat_photo.DeleteChatPhoto:3 of -msgid "Source: https://core.telegram.org/bots/api#deletechatphoto" -msgstr "" - -#: ../../docstring aiogram.methods.delete_chat_photo.DeleteChatPhoto.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - #: ../../api/methods/delete_chat_photo.rst:14 msgid "Usage" msgstr "" @@ -83,3 +64,23 @@ msgstr "" #: ../../api/methods/delete_chat_photo.rst:50 msgid ":meth:`aiogram.types.chat.Chat.delete_photo`" msgstr "" + +#~ msgid "" +#~ "Use this method to delete a chat" +#~ " photo. Photos can't be changed for" +#~ " private chats. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have the " +#~ "appropriate administrator rights. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#deletechatphoto" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_chat_sticker_set.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_chat_sticker_set.po index 3b5e8332..f5c876cf 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_chat_sticker_set.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_chat_sticker_set.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/delete_chat_sticker_set.rst:3 msgid "deleteChatStickerSet" @@ -25,27 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.delete_chat_sticker_set.DeleteChatStickerSet:1 of -msgid "" -"Use this method to delete a group sticker set from a supergroup. The bot " -"must be an administrator in the chat for this to work and must have the " -"appropriate administrator rights. Use the field *can_set_sticker_set* " -"optionally returned in :class:`aiogram.methods.get_chat.GetChat` requests" -" to check if the bot can use this method. Returns :code:`True` on " -"success." -msgstr "" - -#: aiogram.methods.delete_chat_sticker_set.DeleteChatStickerSet:3 of -msgid "Source: https://core.telegram.org/bots/api#deletechatstickerset" -msgstr "" - -#: ../../docstring -#: aiogram.methods.delete_chat_sticker_set.DeleteChatStickerSet.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - #: ../../api/methods/delete_chat_sticker_set.rst:14 msgid "Usage" msgstr "" @@ -87,3 +66,26 @@ msgstr "" #: ../../api/methods/delete_chat_sticker_set.rst:50 msgid ":meth:`aiogram.types.chat.Chat.delete_sticker_set`" msgstr "" + +#~ msgid "" +#~ "Use this method to delete a group" +#~ " sticker set from a supergroup. The" +#~ " bot must be an administrator in " +#~ "the chat for this to work and " +#~ "must have the appropriate administrator " +#~ "rights. Use the field *can_set_sticker_set*" +#~ " optionally returned in " +#~ ":class:`aiogram.methods.get_chat.GetChat` requests to " +#~ "check if the bot can use this " +#~ "method. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#deletechatstickerset" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_forum_topic.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_forum_topic.po index 4d2c0306..ae9bc009 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_forum_topic.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/delete_forum_topic.rst:3 msgid "deleteForumTopic" @@ -25,30 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.delete_forum_topic.DeleteForumTopic:1 of -msgid "" -"Use this method to delete a forum topic along with all its messages in a " -"forum supergroup chat. The bot must be an administrator in the chat for " -"this to work and must have the *can_delete_messages* administrator " -"rights. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.delete_forum_topic.DeleteForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#deleteforumtopic" -msgstr "" - -#: ../../docstring -#: aiogram.methods.delete_forum_topic.DeleteForumTopic.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.delete_forum_topic.DeleteForumTopic.message_thread_id:1 of -msgid "Unique identifier for the target message thread of the forum topic" -msgstr "" - #: ../../api/methods/delete_forum_topic.rst:14 msgid "Usage" msgstr "" @@ -80,3 +56,27 @@ msgstr "" #: ../../api/methods/delete_forum_topic.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to delete a forum" +#~ " topic along with all its messages" +#~ " in a forum supergroup chat. The " +#~ "bot must be an administrator in " +#~ "the chat for this to work and " +#~ "must have the *can_delete_messages* " +#~ "administrator rights. Returns :code:`True` on" +#~ " success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#deleteforumtopic" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier for the target message thread of the forum topic" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_message.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_message.po index d2a793d3..c9225801 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_message.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_message.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/delete_message.rst:3 msgid "deleteMessage" @@ -25,74 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.delete_message.DeleteMessage:1 of -msgid "" -"Use this method to delete a message, including service messages, with the" -" following limitations:" -msgstr "" - -#: aiogram.methods.delete_message.DeleteMessage:3 of -msgid "A message can only be deleted if it was sent less than 48 hours ago." -msgstr "" - -#: aiogram.methods.delete_message.DeleteMessage:5 of -msgid "" -"Service messages about a supergroup, channel, or forum topic creation " -"can't be deleted." -msgstr "" - -#: aiogram.methods.delete_message.DeleteMessage:7 of -msgid "" -"A dice message in a private chat can only be deleted if it was sent more " -"than 24 hours ago." -msgstr "" - -#: aiogram.methods.delete_message.DeleteMessage:9 of -msgid "" -"Bots can delete outgoing messages in private chats, groups, and " -"supergroups." -msgstr "" - -#: aiogram.methods.delete_message.DeleteMessage:11 of -msgid "Bots can delete incoming messages in private chats." -msgstr "" - -#: aiogram.methods.delete_message.DeleteMessage:13 of -msgid "" -"Bots granted *can_post_messages* permissions can delete outgoing messages" -" in channels." -msgstr "" - -#: aiogram.methods.delete_message.DeleteMessage:15 of -msgid "" -"If the bot is an administrator of a group, it can delete any message " -"there." -msgstr "" - -#: aiogram.methods.delete_message.DeleteMessage:17 of -msgid "" -"If the bot has *can_delete_messages* permission in a supergroup or a " -"channel, it can delete any message there." -msgstr "" - -#: aiogram.methods.delete_message.DeleteMessage:19 of -msgid "Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.delete_message.DeleteMessage:21 of -msgid "Source: https://core.telegram.org/bots/api#deletemessage" -msgstr "" - -#: ../../docstring aiogram.methods.delete_message.DeleteMessage.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.delete_message.DeleteMessage.message_id:1 of -msgid "Identifier of the message to delete" -msgstr "" - #: ../../api/methods/delete_message.rst:14 msgid "Usage" msgstr "" @@ -136,3 +68,67 @@ msgstr "" #: ../../api/methods/delete_message.rst:51 msgid ":meth:`aiogram.types.chat.Chat.delete_message`" msgstr "" + +#~ msgid "" +#~ "Use this method to delete a " +#~ "message, including service messages, with " +#~ "the following limitations:" +#~ msgstr "" + +#~ msgid "A message can only be deleted if it was sent less than 48 hours ago." +#~ msgstr "" + +#~ msgid "" +#~ "Service messages about a supergroup, " +#~ "channel, or forum topic creation can't" +#~ " be deleted." +#~ msgstr "" + +#~ msgid "" +#~ "A dice message in a private chat" +#~ " can only be deleted if it was" +#~ " sent more than 24 hours ago." +#~ msgstr "" + +#~ msgid "" +#~ "Bots can delete outgoing messages in " +#~ "private chats, groups, and supergroups." +#~ msgstr "" + +#~ msgid "Bots can delete incoming messages in private chats." +#~ msgstr "" + +#~ msgid "" +#~ "Bots granted *can_post_messages* permissions " +#~ "can delete outgoing messages in " +#~ "channels." +#~ msgstr "" + +#~ msgid "" +#~ "If the bot is an administrator of" +#~ " a group, it can delete any " +#~ "message there." +#~ msgstr "" + +#~ msgid "" +#~ "If the bot has *can_delete_messages* " +#~ "permission in a supergroup or a " +#~ "channel, it can delete any message " +#~ "there." +#~ msgstr "" + +#~ msgid "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#deletemessage" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Identifier of the message to delete" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_my_commands.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_my_commands.po index aaf9cc3a..d91b5719 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_my_commands.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_my_commands.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/delete_my_commands.rst:3 msgid "deleteMyCommands" @@ -25,34 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.delete_my_commands.DeleteMyCommands:1 of -msgid "" -"Use this method to delete the list of the bot's commands for the given " -"scope and user language. After deletion, `higher level commands " -"`_ will " -"be shown to affected users. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.delete_my_commands.DeleteMyCommands:3 of -msgid "Source: https://core.telegram.org/bots/api#deletemycommands" -msgstr "" - -#: ../../docstring aiogram.methods.delete_my_commands.DeleteMyCommands.scope:1 -#: of -msgid "" -"A JSON-serialized object, describing scope of users for which the " -"commands are relevant. Defaults to " -":class:`aiogram.types.bot_command_scope_default.BotCommandScopeDefault`." -msgstr "" - -#: ../../docstring -#: aiogram.methods.delete_my_commands.DeleteMyCommands.language_code:1 of -msgid "" -"A two-letter ISO 639-1 language code. If empty, commands will be applied " -"to all users from the given scope, for whose language there are no " -"dedicated commands" -msgstr "" - #: ../../api/methods/delete_my_commands.rst:14 msgid "Usage" msgstr "" @@ -84,3 +56,33 @@ msgstr "" #: ../../api/methods/delete_my_commands.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to delete the list" +#~ " of the bot's commands for the " +#~ "given scope and user language. After " +#~ "deletion, `higher level commands " +#~ "`_ will be shown to " +#~ "affected users. Returns :code:`True` on " +#~ "success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#deletemycommands" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object, describing " +#~ "scope of users for which the " +#~ "commands are relevant. Defaults to " +#~ ":class:`aiogram.types.bot_command_scope_default.BotCommandScopeDefault`." +#~ msgstr "" + +#~ msgid "" +#~ "A two-letter ISO 639-1 language " +#~ "code. If empty, commands will be " +#~ "applied to all users from the " +#~ "given scope, for whose language there" +#~ " are no dedicated commands" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_sticker_from_set.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_sticker_from_set.po index e14f9081..5787f28e 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_sticker_from_set.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_sticker_from_set.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/delete_sticker_from_set.rst:3 msgid "deleteStickerFromSet" @@ -25,21 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.delete_sticker_from_set.DeleteStickerFromSet:1 of -msgid "" -"Use this method to delete a sticker from a set created by the bot. " -"Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.delete_sticker_from_set.DeleteStickerFromSet:3 of -msgid "Source: https://core.telegram.org/bots/api#deletestickerfromset" -msgstr "" - -#: ../../docstring -#: aiogram.methods.delete_sticker_from_set.DeleteStickerFromSet.sticker:1 of -msgid "File identifier of the sticker" -msgstr "" - #: ../../api/methods/delete_sticker_from_set.rst:14 msgid "Usage" msgstr "" @@ -81,3 +66,16 @@ msgstr "" #: ../../api/methods/delete_sticker_from_set.rst:50 msgid ":meth:`aiogram.types.sticker.Sticker.delete_from_set`" msgstr "" + +#~ msgid "" +#~ "Use this method to delete a " +#~ "sticker from a set created by the" +#~ " bot. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#deletestickerfromset" +#~ msgstr "" + +#~ msgid "File identifier of the sticker" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_webhook.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_webhook.po index bdd1e2ec..a3523b99 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_webhook.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/delete_webhook.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/delete_webhook.rst:3 msgid "deleteWebhook" @@ -25,22 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.delete_webhook.DeleteWebhook:1 of -msgid "" -"Use this method to remove webhook integration if you decide to switch " -"back to :class:`aiogram.methods.get_updates.GetUpdates`. Returns " -":code:`True` on success." -msgstr "" - -#: aiogram.methods.delete_webhook.DeleteWebhook:3 of -msgid "Source: https://core.telegram.org/bots/api#deletewebhook" -msgstr "" - -#: ../../docstring -#: aiogram.methods.delete_webhook.DeleteWebhook.drop_pending_updates:1 of -msgid "Pass :code:`True` to drop all pending updates" -msgstr "" - #: ../../api/methods/delete_webhook.rst:14 msgid "Usage" msgstr "" @@ -72,3 +56,17 @@ msgstr "" #: ../../api/methods/delete_webhook.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to remove webhook " +#~ "integration if you decide to switch " +#~ "back to :class:`aiogram.methods.get_updates.GetUpdates`." +#~ " Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#deletewebhook" +#~ msgstr "" + +#~ msgid "Pass :code:`True` to drop all pending updates" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_chat_invite_link.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_chat_invite_link.po index 6efd01b1..1b6308c7 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_chat_invite_link.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_chat_invite_link.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/edit_chat_invite_link.rst:3 msgid "editChatInviteLink" @@ -25,56 +25,6 @@ msgstr "" msgid "Returns: :obj:`ChatInviteLink`" msgstr "" -#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink:1 of -msgid "" -"Use this method to edit a non-primary invite link created by the bot. The" -" bot must be an administrator in the chat for this to work and must have " -"the appropriate administrator rights. Returns the edited invite link as a" -" :class:`aiogram.types.chat_invite_link.ChatInviteLink` object." -msgstr "" - -#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink:3 of -msgid "Source: https://core.telegram.org/bots/api#editchatinvitelink" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink.invite_link:1 of -msgid "The invite link to edit" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink.name:1 of -msgid "Invite link name; 0-32 characters" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink.expire_date:1 of -msgid "Point in time (Unix timestamp) when the link will expire" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink.member_limit:1 of -msgid "" -"The maximum number of users that can be members of the chat " -"simultaneously after joining the chat via this invite link; 1-99999" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_chat_invite_link.EditChatInviteLink.creates_join_request:1 -#: of -msgid "" -":code:`True`, if users joining the chat via the link need to be approved " -"by chat administrators. If :code:`True`, *member_limit* can't be " -"specified" -msgstr "" - #: ../../api/methods/edit_chat_invite_link.rst:14 msgid "Usage" msgstr "" @@ -116,3 +66,48 @@ msgstr "" #: ../../api/methods/edit_chat_invite_link.rst:50 msgid ":meth:`aiogram.types.chat.Chat.edit_invite_link`" msgstr "" + +#~ msgid "" +#~ "Use this method to edit a non-" +#~ "primary invite link created by the " +#~ "bot. The bot must be an " +#~ "administrator in the chat for this " +#~ "to work and must have the " +#~ "appropriate administrator rights. Returns the" +#~ " edited invite link as a " +#~ ":class:`aiogram.types.chat_invite_link.ChatInviteLink` object." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#editchatinvitelink" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "The invite link to edit" +#~ msgstr "" + +#~ msgid "Invite link name; 0-32 characters" +#~ msgstr "" + +#~ msgid "Point in time (Unix timestamp) when the link will expire" +#~ msgstr "" + +#~ msgid "" +#~ "The maximum number of users that " +#~ "can be members of the chat " +#~ "simultaneously after joining the chat " +#~ "via this invite link; 1-99999" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if users joining the chat" +#~ " via the link need to be " +#~ "approved by chat administrators. If " +#~ ":code:`True`, *member_limit* can't be " +#~ "specified" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_forum_topic.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_forum_topic.po index bf582c84..bee08b8b 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_forum_topic.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-07 23:01+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/edit_forum_topic.rst:3 msgid "editForumTopic" @@ -25,44 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.edit_forum_topic.EditForumTopic:1 of -msgid "" -"Use this method to edit name and icon of a topic in a forum supergroup " -"chat. The bot must be an administrator in the chat for this to work and " -"must have *can_manage_topics* administrator rights, unless it is the " -"creator of the topic. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.edit_forum_topic.EditForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#editforumtopic" -msgstr "" - -#: ../../docstring aiogram.methods.edit_forum_topic.EditForumTopic.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_forum_topic.EditForumTopic.message_thread_id:1 of -msgid "Unique identifier for the target message thread of the forum topic" -msgstr "" - -#: ../../docstring aiogram.methods.edit_forum_topic.EditForumTopic.name:1 of -msgid "" -"New topic name, 0-128 characters. If not specified or empty, the current " -"name of the topic will be kept" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_forum_topic.EditForumTopic.icon_custom_emoji_id:1 of -msgid "" -"New unique identifier of the custom emoji shown as the topic icon. Use " -":class:`aiogram.methods.get_forum_topic_icon_stickers.GetForumTopicIconStickers`" -" to get all allowed custom emoji identifiers. Pass an empty string to " -"remove the icon. If not specified, the current icon will be kept" -msgstr "" - #: ../../api/methods/edit_forum_topic.rst:14 msgid "Usage" msgstr "" @@ -94,3 +56,44 @@ msgstr "" #: ../../api/methods/edit_forum_topic.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to edit name and" +#~ " icon of a topic in a forum " +#~ "supergroup chat. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have " +#~ "*can_manage_topics* administrator rights, unless " +#~ "it is the creator of the topic." +#~ " Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#editforumtopic" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier for the target message thread of the forum topic" +#~ msgstr "" + +#~ msgid "" +#~ "New topic name, 0-128 characters. If " +#~ "not specified or empty, the current " +#~ "name of the topic will be kept" +#~ msgstr "" + +#~ msgid "" +#~ "New unique identifier of the custom " +#~ "emoji shown as the topic icon. Use" +#~ " " +#~ ":class:`aiogram.methods.get_forum_topic_icon_stickers.GetForumTopicIconStickers`" +#~ " to get all allowed custom emoji " +#~ "identifiers. Pass an empty string to " +#~ "remove the icon. If not specified, " +#~ "the current icon will be kept" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_general_forum_topic.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_general_forum_topic.po index 75700ab7..02006ea3 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_general_forum_topic.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_general_forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/edit_general_forum_topic.rst:3 msgid "editGeneralForumTopic" @@ -25,30 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.edit_general_forum_topic.EditGeneralForumTopic:1 of -msgid "" -"Use this method to edit the name of the 'General' topic in a forum " -"supergroup chat. The bot must be an administrator in the chat for this to" -" work and must have *can_manage_topics* administrator rights. Returns " -":code:`True` on success." -msgstr "" - -#: aiogram.methods.edit_general_forum_topic.EditGeneralForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#editgeneralforumtopic" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_general_forum_topic.EditGeneralForumTopic.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_general_forum_topic.EditGeneralForumTopic.name:1 of -msgid "New topic name, 1-128 characters" -msgstr "" - #: ../../api/methods/edit_general_forum_topic.rst:14 msgid "Usage" msgstr "" @@ -82,3 +58,26 @@ msgstr "" #: ../../api/methods/edit_general_forum_topic.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to edit the name" +#~ " of the 'General' topic in a " +#~ "forum supergroup chat. The bot must " +#~ "be an administrator in the chat " +#~ "for this to work and must have " +#~ "*can_manage_topics* administrator rights. Returns" +#~ " :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#editgeneralforumtopic" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "New topic name, 1-128 characters" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_message_caption.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_message_caption.po index a566ee5e..e1d0568e 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_message_caption.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_message_caption.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/edit_message_caption.rst:3 msgid "editMessageCaption" @@ -25,69 +25,6 @@ msgstr "" msgid "Returns: :obj:`Union[Message, bool]`" msgstr "" -#: aiogram.methods.edit_message_caption.EditMessageCaption:1 of -msgid "" -"Use this method to edit captions of messages. On success, if the edited " -"message is not an inline message, the edited " -":class:`aiogram.types.message.Message` is returned, otherwise " -":code:`True` is returned." -msgstr "" - -#: aiogram.methods.edit_message_caption.EditMessageCaption:3 of -msgid "Source: https://core.telegram.org/bots/api#editmessagecaption" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_caption.EditMessageCaption.chat_id:1 of -msgid "" -"Required if *inline_message_id* is not specified. Unique identifier for " -"the target chat or username of the target channel (in the format " -":code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_caption.EditMessageCaption.message_id:1 of -msgid "" -"Required if *inline_message_id* is not specified. Identifier of the " -"message to edit" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_caption.EditMessageCaption.inline_message_id:1 -#: of -msgid "" -"Required if *chat_id* and *message_id* are not specified. Identifier of " -"the inline message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_caption.EditMessageCaption.caption:1 of -msgid "New caption of the message, 0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_caption.EditMessageCaption.parse_mode:1 of -msgid "" -"Mode for parsing entities in the message caption. See `formatting options" -" `_ for more " -"details." -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_caption.EditMessageCaption.caption_entities:1 -#: of -msgid "" -"A JSON-serialized list of special entities that appear in the caption, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_caption.EditMessageCaption.reply_markup:1 of -msgid "" -"A JSON-serialized object for an `inline keyboard " -"`_." -msgstr "" - #: ../../api/methods/edit_message_caption.rst:14 msgid "Usage" msgstr "" @@ -136,3 +73,59 @@ msgstr "" #~ "#inline-keyboards-and-on-the-fly-" #~ "updating>`_." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit captions " +#~ "of messages. On success, if the " +#~ "edited message is not an inline " +#~ "message, the edited " +#~ ":class:`aiogram.types.message.Message` is returned, " +#~ "otherwise :code:`True` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#editmessagecaption" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Unique identifier for the " +#~ "target chat or username of the " +#~ "target channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Identifier of the message to" +#~ " edit" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *chat_id* and *message_id* " +#~ "are not specified. Identifier of the " +#~ "inline message" +#~ msgstr "" + +#~ msgid "New caption of the message, 0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "message caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the caption, " +#~ "which can be specified instead of " +#~ "*parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for an " +#~ "`inline keyboard `_." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_message_live_location.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_message_live_location.po index 2e129074..f037865b 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_message_live_location.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_message_live_location.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/edit_message_live_location.rst:3 msgid "editMessageLiveLocation" @@ -25,88 +25,6 @@ msgstr "" msgid "Returns: :obj:`Union[Message, bool]`" msgstr "" -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation:1 of -msgid "" -"Use this method to edit live location messages. A location can be edited " -"until its *live_period* expires or editing is explicitly disabled by a " -"call to " -":class:`aiogram.methods.stop_message_live_location.StopMessageLiveLocation`." -" On success, if the edited message is not an inline message, the edited " -":class:`aiogram.types.message.Message` is returned, otherwise " -":code:`True` is returned." -msgstr "" - -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation:3 of -msgid "Source: https://core.telegram.org/bots/api#editmessagelivelocation" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.latitude:1 -#: of -msgid "Latitude of new location" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.longitude:1 -#: of -msgid "Longitude of new location" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.chat_id:1 -#: of -msgid "" -"Required if *inline_message_id* is not specified. Unique identifier for " -"the target chat or username of the target channel (in the format " -":code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.message_id:1 -#: of -msgid "" -"Required if *inline_message_id* is not specified. Identifier of the " -"message to edit" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.inline_message_id:1 -#: of -msgid "" -"Required if *chat_id* and *message_id* are not specified. Identifier of " -"the inline message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.horizontal_accuracy:1 -#: of -msgid "The radius of uncertainty for the location, measured in meters; 0-1500" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.heading:1 -#: of -msgid "" -"Direction in which the user is moving, in degrees. Must be between 1 and " -"360 if specified." -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.proximity_alert_radius:1 -#: of -msgid "" -"The maximum distance for proximity alerts about approaching another chat " -"member, in meters. Must be between 1 and 100000 if specified." -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_live_location.EditMessageLiveLocation.reply_markup:1 -#: of -msgid "" -"A JSON-serialized object for a new `inline keyboard " -"`_." -msgstr "" - #: ../../api/methods/edit_message_live_location.rst:14 msgid "Usage" msgstr "" @@ -158,3 +76,68 @@ msgstr "" #~ msgid "As message method" #~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit live " +#~ "location messages. A location can be " +#~ "edited until its *live_period* expires " +#~ "or editing is explicitly disabled by " +#~ "a call to " +#~ ":class:`aiogram.methods.stop_message_live_location.StopMessageLiveLocation`." +#~ " On success, if the edited message" +#~ " is not an inline message, the " +#~ "edited :class:`aiogram.types.message.Message` is " +#~ "returned, otherwise :code:`True` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#editmessagelivelocation" +#~ msgstr "" + +#~ msgid "Latitude of new location" +#~ msgstr "" + +#~ msgid "Longitude of new location" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Unique identifier for the " +#~ "target chat or username of the " +#~ "target channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Identifier of the message to" +#~ " edit" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *chat_id* and *message_id* " +#~ "are not specified. Identifier of the " +#~ "inline message" +#~ msgstr "" + +#~ msgid "The radius of uncertainty for the location, measured in meters; 0-1500" +#~ msgstr "" + +#~ msgid "" +#~ "Direction in which the user is " +#~ "moving, in degrees. Must be between " +#~ "1 and 360 if specified." +#~ msgstr "" + +#~ msgid "" +#~ "The maximum distance for proximity " +#~ "alerts about approaching another chat " +#~ "member, in meters. Must be between " +#~ "1 and 100000 if specified." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for a new" +#~ " `inline keyboard " +#~ "`_." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_message_media.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_message_media.po index afb32662..c819542d 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_message_media.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_message_media.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/edit_message_media.rst:3 msgid "editMessageMedia" @@ -25,56 +25,6 @@ msgstr "" msgid "Returns: :obj:`Union[Message, bool]`" msgstr "" -#: aiogram.methods.edit_message_media.EditMessageMedia:1 of -msgid "" -"Use this method to edit animation, audio, document, photo, or video " -"messages. If a message is part of a message album, then it can be edited " -"only to an audio for audio albums, only to a document for document albums" -" and to a photo or a video otherwise. When an inline message is edited, a" -" new file can't be uploaded; use a previously uploaded file via its " -"file_id or specify a URL. On success, if the edited message is not an " -"inline message, the edited :class:`aiogram.types.message.Message` is " -"returned, otherwise :code:`True` is returned." -msgstr "" - -#: aiogram.methods.edit_message_media.EditMessageMedia:3 of -msgid "Source: https://core.telegram.org/bots/api#editmessagemedia" -msgstr "" - -#: ../../docstring aiogram.methods.edit_message_media.EditMessageMedia.media:1 -#: of -msgid "A JSON-serialized object for a new media content of the message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_media.EditMessageMedia.chat_id:1 of -msgid "" -"Required if *inline_message_id* is not specified. Unique identifier for " -"the target chat or username of the target channel (in the format " -":code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_media.EditMessageMedia.message_id:1 of -msgid "" -"Required if *inline_message_id* is not specified. Identifier of the " -"message to edit" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_media.EditMessageMedia.inline_message_id:1 of -msgid "" -"Required if *chat_id* and *message_id* are not specified. Identifier of " -"the inline message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_media.EditMessageMedia.reply_markup:1 of -msgid "" -"A JSON-serialized object for a new `inline keyboard " -"`_." -msgstr "" - #: ../../api/methods/edit_message_media.rst:14 msgid "Usage" msgstr "" @@ -124,3 +74,55 @@ msgstr "" #~ msgid "As message method" #~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit animation, " +#~ "audio, document, photo, or video " +#~ "messages. If a message is part of" +#~ " a message album, then it can " +#~ "be edited only to an audio for " +#~ "audio albums, only to a document " +#~ "for document albums and to a photo" +#~ " or a video otherwise. When an " +#~ "inline message is edited, a new " +#~ "file can't be uploaded; use a " +#~ "previously uploaded file via its file_id" +#~ " or specify a URL. On success, " +#~ "if the edited message is not an" +#~ " inline message, the edited " +#~ ":class:`aiogram.types.message.Message` is returned, " +#~ "otherwise :code:`True` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#editmessagemedia" +#~ msgstr "" + +#~ msgid "A JSON-serialized object for a new media content of the message" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Unique identifier for the " +#~ "target chat or username of the " +#~ "target channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Identifier of the message to" +#~ " edit" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *chat_id* and *message_id* " +#~ "are not specified. Identifier of the " +#~ "inline message" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for a new" +#~ " `inline keyboard " +#~ "`_." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_message_reply_markup.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_message_reply_markup.po index d8a3b25d..50df839d 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_message_reply_markup.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_message_reply_markup.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/edit_message_reply_markup.rst:3 msgid "editMessageReplyMarkup" @@ -25,51 +25,6 @@ msgstr "" msgid "Returns: :obj:`Union[Message, bool]`" msgstr "" -#: aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup:1 of -msgid "" -"Use this method to edit only the reply markup of messages. On success, if" -" the edited message is not an inline message, the edited " -":class:`aiogram.types.message.Message` is returned, otherwise " -":code:`True` is returned." -msgstr "" - -#: aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup:3 of -msgid "Source: https://core.telegram.org/bots/api#editmessagereplymarkup" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup.chat_id:1 -#: of -msgid "" -"Required if *inline_message_id* is not specified. Unique identifier for " -"the target chat or username of the target channel (in the format " -":code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup.message_id:1 -#: of -msgid "" -"Required if *inline_message_id* is not specified. Identifier of the " -"message to edit" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup.inline_message_id:1 -#: of -msgid "" -"Required if *chat_id* and *message_id* are not specified. Identifier of " -"the inline message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup.reply_markup:1 -#: of -msgid "" -"A JSON-serialized object for an `inline keyboard " -"`_." -msgstr "" - #: ../../api/methods/edit_message_reply_markup.rst:14 msgid "Usage" msgstr "" @@ -118,3 +73,42 @@ msgstr "" #~ "#inline-keyboards-and-on-the-fly-" #~ "updating>`_." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit only the" +#~ " reply markup of messages. On " +#~ "success, if the edited message is " +#~ "not an inline message, the edited " +#~ ":class:`aiogram.types.message.Message` is returned, " +#~ "otherwise :code:`True` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#editmessagereplymarkup" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Unique identifier for the " +#~ "target chat or username of the " +#~ "target channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Identifier of the message to" +#~ " edit" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *chat_id* and *message_id* " +#~ "are not specified. Identifier of the " +#~ "inline message" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for an " +#~ "`inline keyboard `_." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_message_text.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_message_text.po index a4662b9b..a6f5b5bc 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_message_text.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_message_text.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/edit_message_text.rst:3 msgid "editMessageText" @@ -25,73 +25,6 @@ msgstr "" msgid "Returns: :obj:`Union[Message, bool]`" msgstr "" -#: aiogram.methods.edit_message_text.EditMessageText:1 of -msgid "" -"Use this method to edit text and `game " -"`_ messages. On success, if the" -" edited message is not an inline message, the edited " -":class:`aiogram.types.message.Message` is returned, otherwise " -":code:`True` is returned." -msgstr "" - -#: aiogram.methods.edit_message_text.EditMessageText:3 of -msgid "Source: https://core.telegram.org/bots/api#editmessagetext" -msgstr "" - -#: ../../docstring aiogram.methods.edit_message_text.EditMessageText.text:1 of -msgid "New text of the message, 1-4096 characters after entities parsing" -msgstr "" - -#: ../../docstring aiogram.methods.edit_message_text.EditMessageText.chat_id:1 -#: of -msgid "" -"Required if *inline_message_id* is not specified. Unique identifier for " -"the target chat or username of the target channel (in the format " -":code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_text.EditMessageText.message_id:1 of -msgid "" -"Required if *inline_message_id* is not specified. Identifier of the " -"message to edit" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_text.EditMessageText.inline_message_id:1 of -msgid "" -"Required if *chat_id* and *message_id* are not specified. Identifier of " -"the inline message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_text.EditMessageText.parse_mode:1 of -msgid "" -"Mode for parsing entities in the message text. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: ../../docstring aiogram.methods.edit_message_text.EditMessageText.entities:1 -#: of -msgid "" -"A JSON-serialized list of special entities that appear in message text, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_text.EditMessageText.disable_web_page_preview:1 -#: of -msgid "Disables link previews for links in this message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.edit_message_text.EditMessageText.reply_markup:1 of -msgid "" -"A JSON-serialized object for an `inline keyboard " -"`_." -msgstr "" - #: ../../api/methods/edit_message_text.rst:14 msgid "Usage" msgstr "" @@ -138,3 +71,63 @@ msgstr "" #~ "#inline-keyboards-and-on-the-fly-" #~ "updating>`_." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit text and" +#~ " `game `_ " +#~ "messages. On success, if the edited " +#~ "message is not an inline message, " +#~ "the edited :class:`aiogram.types.message.Message` is" +#~ " returned, otherwise :code:`True` is " +#~ "returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#editmessagetext" +#~ msgstr "" + +#~ msgid "New text of the message, 1-4096 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Unique identifier for the " +#~ "target chat or username of the " +#~ "target channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Identifier of the message to" +#~ " edit" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *chat_id* and *message_id* " +#~ "are not specified. Identifier of the " +#~ "inline message" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "message text. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in message text," +#~ " which can be specified instead of" +#~ " *parse_mode*" +#~ msgstr "" + +#~ msgid "Disables link previews for links in this message" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for an " +#~ "`inline keyboard `_." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/export_chat_invite_link.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/export_chat_invite_link.po index 3615e48d..0bbd89d8 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/export_chat_invite_link.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/export_chat_invite_link.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/export_chat_invite_link.rst:3 msgid "exportChatInviteLink" @@ -25,39 +25,6 @@ msgstr "" msgid "Returns: :obj:`str`" msgstr "" -#: aiogram.methods.export_chat_invite_link.ExportChatInviteLink:1 of -msgid "" -"Use this method to generate a new primary invite link for a chat; any " -"previously generated primary link is revoked. The bot must be an " -"administrator in the chat for this to work and must have the appropriate " -"administrator rights. Returns the new invite link as *String* on success." -msgstr "" - -#: aiogram.methods.export_chat_invite_link.ExportChatInviteLink:3 of -msgid "" -"Note: Each administrator in a chat generates their own invite links. Bots" -" can't use invite links generated by other administrators. If you want " -"your bot to work with invite links, it will need to generate its own link" -" using " -":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink` or " -"by calling the :class:`aiogram.methods.get_chat.GetChat` method. If your " -"bot needs to generate a new primary invite link replacing its previous " -"one, use " -":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink` " -"again." -msgstr "" - -#: aiogram.methods.export_chat_invite_link.ExportChatInviteLink:5 of -msgid "Source: https://core.telegram.org/bots/api#exportchatinvitelink" -msgstr "" - -#: ../../docstring -#: aiogram.methods.export_chat_invite_link.ExportChatInviteLink.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - #: ../../api/methods/export_chat_invite_link.rst:14 msgid "Usage" msgstr "" @@ -99,3 +66,43 @@ msgstr "" #: ../../api/methods/export_chat_invite_link.rst:50 msgid ":meth:`aiogram.types.chat.Chat.export_invite_link`" msgstr "" + +#~ msgid "" +#~ "Use this method to generate a new" +#~ " primary invite link for a chat; " +#~ "any previously generated primary link is" +#~ " revoked. The bot must be an " +#~ "administrator in the chat for this " +#~ "to work and must have the " +#~ "appropriate administrator rights. Returns the" +#~ " new invite link as *String* on " +#~ "success." +#~ msgstr "" + +#~ msgid "" +#~ "Note: Each administrator in a chat " +#~ "generates their own invite links. Bots" +#~ " can't use invite links generated by" +#~ " other administrators. If you want " +#~ "your bot to work with invite " +#~ "links, it will need to generate " +#~ "its own link using " +#~ ":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink`" +#~ " or by calling the " +#~ ":class:`aiogram.methods.get_chat.GetChat` method. If " +#~ "your bot needs to generate a new" +#~ " primary invite link replacing its " +#~ "previous one, use " +#~ ":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink`" +#~ " again." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#exportchatinvitelink" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/forward_message.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/forward_message.po index 43f90fbf..d5dd0e4f 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/forward_message.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/forward_message.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/forward_message.rst:3 msgid "forwardMessage" @@ -25,54 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.forward_message.ForwardMessage:1 of -msgid "" -"Use this method to forward messages of any kind. Service messages can't " -"be forwarded. On success, the sent :class:`aiogram.types.message.Message`" -" is returned." -msgstr "" - -#: aiogram.methods.forward_message.ForwardMessage:3 of -msgid "Source: https://core.telegram.org/bots/api#forwardmessage" -msgstr "" - -#: ../../docstring aiogram.methods.forward_message.ForwardMessage.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.forward_message.ForwardMessage.from_chat_id:1 of -msgid "" -"Unique identifier for the chat where the original message was sent (or " -"channel username in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.forward_message.ForwardMessage.message_id:1 -#: of -msgid "Message identifier in the chat specified in *from_chat_id*" -msgstr "" - -#: ../../docstring -#: aiogram.methods.forward_message.ForwardMessage.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring -#: aiogram.methods.forward_message.ForwardMessage.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring -#: aiogram.methods.forward_message.ForwardMessage.protect_content:1 of -msgid "Protects the contents of the forwarded message from forwarding and saving" -msgstr "" - #: ../../api/methods/forward_message.rst:14 msgid "Usage" msgstr "" @@ -115,3 +67,48 @@ msgstr "" #~ msgid "As message method" #~ msgstr "" + +#~ msgid "" +#~ "Use this method to forward messages " +#~ "of any kind. Service messages can't " +#~ "be forwarded. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#forwardmessage" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the chat where " +#~ "the original message was sent (or " +#~ "channel username in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Message identifier in the chat specified in *from_chat_id*" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "" +#~ "Protects the contents of the forwarded" +#~ " message from forwarding and saving" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_chat.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_chat.po index 9097c834..50d17a48 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_chat.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_chat.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_chat.rst:3 msgid "getChat" @@ -25,24 +25,6 @@ msgstr "" msgid "Returns: :obj:`Chat`" msgstr "" -#: aiogram.methods.get_chat.GetChat:1 of -msgid "" -"Use this method to get up to date information about the chat (current " -"name of the user for one-on-one conversations, current username of a " -"user, group or channel, etc.). Returns a :class:`aiogram.types.chat.Chat`" -" object on success." -msgstr "" - -#: aiogram.methods.get_chat.GetChat:3 of -msgid "Source: https://core.telegram.org/bots/api#getchat" -msgstr "" - -#: ../../docstring aiogram.methods.get_chat.GetChat.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup or channel (in the format :code:`@channelusername`)" -msgstr "" - #: ../../api/methods/get_chat.rst:14 msgid "Usage" msgstr "" @@ -70,3 +52,24 @@ msgstr "" #: ../../api/methods/get_chat.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to get up to " +#~ "date information about the chat (current" +#~ " name of the user for one-" +#~ "on-one conversations, current username of" +#~ " a user, group or channel, etc.). " +#~ "Returns a :class:`aiogram.types.chat.Chat` object" +#~ " on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getchat" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " or channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_chat_administrators.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_chat_administrators.po index 7700abdc..43013e47 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_chat_administrators.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_chat_administrators.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_chat_administrators.rst:3 msgid "getChatAdministrators" @@ -28,24 +28,6 @@ msgid "" "ChatMemberBanned]]`" msgstr "" -#: aiogram.methods.get_chat_administrators.GetChatAdministrators:1 of -msgid "" -"Use this method to get a list of administrators in a chat, which aren't " -"bots. Returns an Array of :class:`aiogram.types.chat_member.ChatMember` " -"objects." -msgstr "" - -#: aiogram.methods.get_chat_administrators.GetChatAdministrators:3 of -msgid "Source: https://core.telegram.org/bots/api#getchatadministrators" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_chat_administrators.GetChatAdministrators.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup or channel (in the format :code:`@channelusername`)" -msgstr "" - #: ../../api/methods/get_chat_administrators.rst:14 msgid "Usage" msgstr "" @@ -83,3 +65,21 @@ msgstr "" #: ../../api/methods/get_chat_administrators.rst:45 msgid ":meth:`aiogram.types.chat.Chat.get_administrators`" msgstr "" + +#~ msgid "" +#~ "Use this method to get a list " +#~ "of administrators in a chat, which " +#~ "aren't bots. Returns an Array of " +#~ ":class:`aiogram.types.chat_member.ChatMember` objects." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getchatadministrators" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " or channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_chat_member.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_chat_member.po index d3bff554..fb78a682 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_chat_member.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_chat_member.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-12 00:22+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,28 +28,6 @@ msgid "" "ChatMemberBanned]`" msgstr "" -#: aiogram.methods.get_chat_member.GetChatMember:1 of -msgid "" -"Use this method to get information about a member of a chat. The method " -"is only guaranteed to work for other users if the bot is an administrator" -" in the chat. Returns a :class:`aiogram.types.chat_member.ChatMember` " -"object on success." -msgstr "" - -#: aiogram.methods.get_chat_member.GetChatMember:3 of -msgid "Source: https://core.telegram.org/bots/api#getchatmember" -msgstr "" - -#: ../../docstring aiogram.methods.get_chat_member.GetChatMember.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup or channel (in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.get_chat_member.GetChatMember.user_id:1 of -msgid "Unique identifier of the target user" -msgstr "" - #: ../../api/methods/get_chat_member.rst:14 msgid "Usage" msgstr "" @@ -96,3 +74,26 @@ msgstr "" #~ " object on success." #~ msgstr "" +#~ msgid "" +#~ "Use this method to get information " +#~ "about a member of a chat. The " +#~ "method is only guaranteed to work " +#~ "for other users if the bot is " +#~ "an administrator in the chat. Returns" +#~ " a :class:`aiogram.types.chat_member.ChatMember` object" +#~ " on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getchatmember" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " or channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target user" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_chat_member_count.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_chat_member_count.po index 6fc48c9f..891bfecd 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_chat_member_count.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_chat_member_count.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_chat_member_count.rst:3 msgid "getChatMemberCount" @@ -25,23 +25,6 @@ msgstr "" msgid "Returns: :obj:`int`" msgstr "" -#: aiogram.methods.get_chat_member_count.GetChatMemberCount:1 of -msgid "" -"Use this method to get the number of members in a chat. Returns *Int* on " -"success." -msgstr "" - -#: aiogram.methods.get_chat_member_count.GetChatMemberCount:3 of -msgid "Source: https://core.telegram.org/bots/api#getchatmembercount" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_chat_member_count.GetChatMemberCount.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup or channel (in the format :code:`@channelusername`)" -msgstr "" - #: ../../api/methods/get_chat_member_count.rst:14 msgid "Usage" msgstr "" @@ -79,3 +62,20 @@ msgstr "" #: ../../api/methods/get_chat_member_count.rst:45 msgid ":meth:`aiogram.types.chat.Chat.get_member_count`" msgstr "" + +#~ msgid "" +#~ "Use this method to get the number" +#~ " of members in a chat. Returns " +#~ "*Int* on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getchatmembercount" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " or channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_chat_menu_button.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_chat_menu_button.po index 0f5e608b..997eecf8 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_chat_menu_button.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_chat_menu_button.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_chat_menu_button.rst:3 msgid "getChatMenuButton" @@ -27,24 +27,6 @@ msgid "" "MenuButtonCommands]`" msgstr "" -#: aiogram.methods.get_chat_menu_button.GetChatMenuButton:1 of -msgid "" -"Use this method to get the current value of the bot's menu button in a " -"private chat, or the default menu button. Returns " -":class:`aiogram.types.menu_button.MenuButton` on success." -msgstr "" - -#: aiogram.methods.get_chat_menu_button.GetChatMenuButton:3 of -msgid "Source: https://core.telegram.org/bots/api#getchatmenubutton" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_chat_menu_button.GetChatMenuButton.chat_id:1 of -msgid "" -"Unique identifier for the target private chat. If not specified, default " -"bot's menu button will be returned" -msgstr "" - #: ../../api/methods/get_chat_menu_button.rst:14 msgid "Usage" msgstr "" @@ -75,3 +57,21 @@ msgstr "" #~ msgid "Returns: :obj:`MenuButton`" #~ msgstr "" + +#~ msgid "" +#~ "Use this method to get the current" +#~ " value of the bot's menu button " +#~ "in a private chat, or the default" +#~ " menu button. Returns " +#~ ":class:`aiogram.types.menu_button.MenuButton` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getchatmenubutton" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target private" +#~ " chat. If not specified, default " +#~ "bot's menu button will be returned" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_custom_emoji_stickers.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_custom_emoji_stickers.po index 421e077e..b219a4f4 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_custom_emoji_stickers.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_custom_emoji_stickers.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_custom_emoji_stickers.rst:3 msgid "getCustomEmojiStickers" @@ -25,25 +25,6 @@ msgstr "" msgid "Returns: :obj:`List[Sticker]`" msgstr "" -#: aiogram.methods.get_custom_emoji_stickers.GetCustomEmojiStickers:1 of -msgid "" -"Use this method to get information about custom emoji stickers by their " -"identifiers. Returns an Array of :class:`aiogram.types.sticker.Sticker` " -"objects." -msgstr "" - -#: aiogram.methods.get_custom_emoji_stickers.GetCustomEmojiStickers:3 of -msgid "Source: https://core.telegram.org/bots/api#getcustomemojistickers" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_custom_emoji_stickers.GetCustomEmojiStickers.custom_emoji_ids:1 -#: of -msgid "" -"List of custom emoji identifiers. At most 200 custom emoji identifiers " -"can be specified." -msgstr "" - #: ../../api/methods/get_custom_emoji_stickers.rst:14 msgid "Usage" msgstr "" @@ -73,3 +54,20 @@ msgstr "" #: ../../api/methods/get_custom_emoji_stickers.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to get information " +#~ "about custom emoji stickers by their " +#~ "identifiers. Returns an Array of " +#~ ":class:`aiogram.types.sticker.Sticker` objects." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getcustomemojistickers" +#~ msgstr "" + +#~ msgid "" +#~ "List of custom emoji identifiers. At " +#~ "most 200 custom emoji identifiers can" +#~ " be specified." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_file.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_file.po index bb0d8947..aa6bad44 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_file.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_file.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_file.rst:3 msgid "getFile" @@ -25,29 +25,6 @@ msgstr "" msgid "Returns: :obj:`File`" msgstr "" -#: aiogram.methods.get_file.GetFile:1 of -msgid "" -"Use this method to get basic information about a file and prepare it for " -"downloading. For the moment, bots can download files of up to 20MB in " -"size. On success, a :class:`aiogram.types.file.File` object is returned. " -"The file can then be downloaded via the link " -":code:`https://api.telegram.org/file/bot/`, where " -":code:`` is taken from the response. It is guaranteed that the" -" link will be valid for at least 1 hour. When the link expires, a new one" -" can be requested by calling :class:`aiogram.methods.get_file.GetFile` " -"again. **Note:** This function may not preserve the original file name " -"and MIME type. You should save the file's MIME type and name (if " -"available) when the File object is received." -msgstr "" - -#: aiogram.methods.get_file.GetFile:4 of -msgid "Source: https://core.telegram.org/bots/api#getfile" -msgstr "" - -#: ../../docstring aiogram.methods.get_file.GetFile.file_id:1 of -msgid "File identifier to get information about" -msgstr "" - #: ../../api/methods/get_file.rst:14 msgid "Usage" msgstr "" @@ -75,3 +52,34 @@ msgstr "" #: ../../api/methods/get_file.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to get basic " +#~ "information about a file and prepare " +#~ "it for downloading. For the moment, " +#~ "bots can download files of up to" +#~ " 20MB in size. On success, a " +#~ ":class:`aiogram.types.file.File` object is returned." +#~ " The file can then be downloaded " +#~ "via the link " +#~ ":code:`https://api.telegram.org/file/bot/`, " +#~ "where :code:`` is taken from " +#~ "the response. It is guaranteed that " +#~ "the link will be valid for at " +#~ "least 1 hour. When the link " +#~ "expires, a new one can be " +#~ "requested by calling " +#~ ":class:`aiogram.methods.get_file.GetFile` again. **Note:**" +#~ " This function may not preserve the" +#~ " original file name and MIME type." +#~ " You should save the file's MIME " +#~ "type and name (if available) when " +#~ "the File object is received." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getfile" +#~ msgstr "" + +#~ msgid "File identifier to get information about" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_forum_topic_icon_stickers.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_forum_topic_icon_stickers.po index 7719981e..5f180669 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_forum_topic_icon_stickers.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_forum_topic_icon_stickers.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_forum_topic_icon_stickers.rst:3 msgid "getForumTopicIconStickers" @@ -25,17 +25,6 @@ msgstr "" msgid "Returns: :obj:`List[Sticker]`" msgstr "" -#: aiogram.methods.get_forum_topic_icon_stickers.GetForumTopicIconStickers:1 of -msgid "" -"Use this method to get custom emoji stickers, which can be used as a " -"forum topic icon by any user. Requires no parameters. Returns an Array of" -" :class:`aiogram.types.sticker.Sticker` objects." -msgstr "" - -#: aiogram.methods.get_forum_topic_icon_stickers.GetForumTopicIconStickers:3 of -msgid "Source: https://core.telegram.org/bots/api#getforumtopiciconstickers" -msgstr "" - #: ../../api/methods/get_forum_topic_icon_stickers.rst:14 msgid "Usage" msgstr "" @@ -65,3 +54,16 @@ msgstr "" #: ../../api/methods/get_forum_topic_icon_stickers.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to get custom " +#~ "emoji stickers, which can be used " +#~ "as a forum topic icon by any " +#~ "user. Requires no parameters. Returns an" +#~ " Array of :class:`aiogram.types.sticker.Sticker` " +#~ "objects." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getforumtopiciconstickers" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_game_high_scores.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_game_high_scores.po index 192b0486..5106205e 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_game_high_scores.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_game_high_scores.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_game_high_scores.rst:3 msgid "getGameHighScores" @@ -25,52 +25,6 @@ msgstr "" msgid "Returns: :obj:`List[GameHighScore]`" msgstr "" -#: aiogram.methods.get_game_high_scores.GetGameHighScores:1 of -msgid "" -"Use this method to get data for high score tables. Will return the score " -"of the specified user and several of their neighbors in a game. Returns " -"an Array of :class:`aiogram.types.game_high_score.GameHighScore` objects." -msgstr "" - -#: aiogram.methods.get_game_high_scores.GetGameHighScores:3 of -msgid "" -"This method will currently return scores for the target user, plus two of" -" their closest neighbors on each side. Will also return the top three " -"users if the user and their neighbors are not among them. Please note " -"that this behavior is subject to change." -msgstr "" - -#: aiogram.methods.get_game_high_scores.GetGameHighScores:5 of -msgid "Source: https://core.telegram.org/bots/api#getgamehighscores" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_game_high_scores.GetGameHighScores.user_id:1 of -msgid "Target user id" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_game_high_scores.GetGameHighScores.chat_id:1 of -msgid "" -"Required if *inline_message_id* is not specified. Unique identifier for " -"the target chat" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_game_high_scores.GetGameHighScores.message_id:1 of -msgid "" -"Required if *inline_message_id* is not specified. Identifier of the sent " -"message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_game_high_scores.GetGameHighScores.inline_message_id:1 -#: of -msgid "" -"Required if *chat_id* and *message_id* are not specified. Identifier of " -"the inline message" -msgstr "" - #: ../../api/methods/get_game_high_scores.rst:14 msgid "Usage" msgstr "" @@ -98,3 +52,48 @@ msgstr "" #: ../../api/methods/get_game_high_scores.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to get data for" +#~ " high score tables. Will return the" +#~ " score of the specified user and " +#~ "several of their neighbors in a " +#~ "game. Returns an Array of " +#~ ":class:`aiogram.types.game_high_score.GameHighScore` objects." +#~ msgstr "" + +#~ msgid "" +#~ "This method will currently return scores" +#~ " for the target user, plus two " +#~ "of their closest neighbors on each " +#~ "side. Will also return the top " +#~ "three users if the user and their" +#~ " neighbors are not among them. Please" +#~ " note that this behavior is subject" +#~ " to change." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getgamehighscores" +#~ msgstr "" + +#~ msgid "Target user id" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Unique identifier for the " +#~ "target chat" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Identifier of the sent " +#~ "message" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *chat_id* and *message_id* " +#~ "are not specified. Identifier of the " +#~ "inline message" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_me.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_me.po index 5bcb644a..a3fe28a3 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_me.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_me.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_me.rst:3 msgid "getMe" @@ -25,17 +25,6 @@ msgstr "" msgid "Returns: :obj:`User`" msgstr "" -#: aiogram.methods.get_me.GetMe:1 of -msgid "" -"A simple method for testing your bot's authentication token. Requires no " -"parameters. Returns basic information about the bot in form of a " -":class:`aiogram.types.user.User` object." -msgstr "" - -#: aiogram.methods.get_me.GetMe:3 of -msgid "Source: https://core.telegram.org/bots/api#getme" -msgstr "" - #: ../../api/methods/get_me.rst:14 msgid "Usage" msgstr "" @@ -63,3 +52,15 @@ msgstr "" #: ../../api/methods/get_me.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "A simple method for testing your " +#~ "bot's authentication token. Requires no " +#~ "parameters. Returns basic information about" +#~ " the bot in form of a " +#~ ":class:`aiogram.types.user.User` object." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getme" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_my_commands.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_my_commands.po index 1f59318d..f5a56d8c 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_my_commands.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_my_commands.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_my_commands.rst:3 msgid "getMyCommands" @@ -25,29 +25,6 @@ msgstr "" msgid "Returns: :obj:`List[BotCommand]`" msgstr "" -#: aiogram.methods.get_my_commands.GetMyCommands:1 of -msgid "" -"Use this method to get the current list of the bot's commands for the " -"given scope and user language. Returns an Array of " -":class:`aiogram.types.bot_command.BotCommand` objects. If commands aren't" -" set, an empty list is returned." -msgstr "" - -#: aiogram.methods.get_my_commands.GetMyCommands:3 of -msgid "Source: https://core.telegram.org/bots/api#getmycommands" -msgstr "" - -#: ../../docstring aiogram.methods.get_my_commands.GetMyCommands.scope:1 of -msgid "" -"A JSON-serialized object, describing scope of users. Defaults to " -":class:`aiogram.types.bot_command_scope_default.BotCommandScopeDefault`." -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_my_commands.GetMyCommands.language_code:1 of -msgid "A two-letter ISO 639-1 language code or an empty string" -msgstr "" - #: ../../api/methods/get_my_commands.rst:14 msgid "Usage" msgstr "" @@ -75,3 +52,26 @@ msgstr "" #: ../../api/methods/get_my_commands.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to get the current" +#~ " list of the bot's commands for " +#~ "the given scope and user language. " +#~ "Returns an Array of " +#~ ":class:`aiogram.types.bot_command.BotCommand` objects. If" +#~ " commands aren't set, an empty list" +#~ " is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getmycommands" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object, describing " +#~ "scope of users. Defaults to " +#~ ":class:`aiogram.types.bot_command_scope_default.BotCommandScopeDefault`." +#~ msgstr "" + +#~ msgid "A two-letter ISO 639-1 language code or an empty string" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_my_default_administrator_rights.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_my_default_administrator_rights.po index 58861170..ddac37fd 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_my_default_administrator_rights.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_my_default_administrator_rights.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_my_default_administrator_rights.rst:3 msgid "getMyDefaultAdministratorRights" @@ -25,29 +25,6 @@ msgstr "" msgid "Returns: :obj:`ChatAdministratorRights`" msgstr "" -#: aiogram.methods.get_my_default_administrator_rights.GetMyDefaultAdministratorRights:1 -#: of -msgid "" -"Use this method to get the current default administrator rights of the " -"bot. Returns " -":class:`aiogram.types.chat_administrator_rights.ChatAdministratorRights` " -"on success." -msgstr "" - -#: aiogram.methods.get_my_default_administrator_rights.GetMyDefaultAdministratorRights:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#getmydefaultadministratorrights" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_my_default_administrator_rights.GetMyDefaultAdministratorRights.for_channels:1 -#: of -msgid "" -"Pass :code:`True` to get default administrator rights of the bot in " -"channels. Otherwise, default administrator rights of the bot for groups " -"and supergroups will be returned." -msgstr "" - #: ../../api/methods/get_my_default_administrator_rights.rst:14 msgid "Usage" msgstr "" @@ -77,3 +54,25 @@ msgstr "" #: ../../api/methods/get_my_default_administrator_rights.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to get the current" +#~ " default administrator rights of the " +#~ "bot. Returns " +#~ ":class:`aiogram.types.chat_administrator_rights.ChatAdministratorRights`" +#~ " on success." +#~ msgstr "" + +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#getmydefaultadministratorrights" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` to get default " +#~ "administrator rights of the bot in " +#~ "channels. Otherwise, default administrator " +#~ "rights of the bot for groups and" +#~ " supergroups will be returned." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_sticker_set.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_sticker_set.po index 3b71c37d..4fedbc1b 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_sticker_set.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_sticker_set.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_sticker_set.rst:3 msgid "getStickerSet" @@ -25,20 +25,6 @@ msgstr "" msgid "Returns: :obj:`StickerSet`" msgstr "" -#: aiogram.methods.get_sticker_set.GetStickerSet:1 of -msgid "" -"Use this method to get a sticker set. On success, a " -":class:`aiogram.types.sticker_set.StickerSet` object is returned." -msgstr "" - -#: aiogram.methods.get_sticker_set.GetStickerSet:3 of -msgid "Source: https://core.telegram.org/bots/api#getstickerset" -msgstr "" - -#: ../../docstring aiogram.methods.get_sticker_set.GetStickerSet.name:1 of -msgid "Name of the sticker set" -msgstr "" - #: ../../api/methods/get_sticker_set.rst:14 msgid "Usage" msgstr "" @@ -66,3 +52,17 @@ msgstr "" #: ../../api/methods/get_sticker_set.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to get a sticker" +#~ " set. On success, a " +#~ ":class:`aiogram.types.sticker_set.StickerSet` object is" +#~ " returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getstickerset" +#~ msgstr "" + +#~ msgid "Name of the sticker set" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_updates.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_updates.po index e64a0df6..2cacb210 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_updates.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_updates.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_updates.rst:3 msgid "getUpdates" @@ -25,67 +25,6 @@ msgstr "" msgid "Returns: :obj:`List[Update]`" msgstr "" -#: aiogram.methods.get_updates.GetUpdates:1 of -msgid "" -"Use this method to receive incoming updates using long polling (`wiki " -"`_). Returns " -"an Array of :class:`aiogram.types.update.Update` objects." -msgstr "" - -#: aiogram.methods.get_updates.GetUpdates:3 of -msgid "**Notes**" -msgstr "" - -#: aiogram.methods.get_updates.GetUpdates:5 of -msgid "**1.** This method will not work if an outgoing webhook is set up." -msgstr "" - -#: aiogram.methods.get_updates.GetUpdates:7 of -msgid "" -"**2.** In order to avoid getting duplicate updates, recalculate *offset* " -"after each server response." -msgstr "" - -#: aiogram.methods.get_updates.GetUpdates:9 of -msgid "Source: https://core.telegram.org/bots/api#getupdates" -msgstr "" - -#: ../../docstring aiogram.methods.get_updates.GetUpdates.offset:1 of -msgid "" -"Identifier of the first update to be returned. Must be greater by one " -"than the highest among the identifiers of previously received updates. By" -" default, updates starting with the earliest unconfirmed update are " -"returned. An update is considered confirmed as soon as " -":class:`aiogram.methods.get_updates.GetUpdates` is called with an " -"*offset* higher than its *update_id*. The negative offset can be " -"specified to retrieve updates starting from *-offset* update from the end" -" of the updates queue. All previous updates will forgotten." -msgstr "" - -#: ../../docstring aiogram.methods.get_updates.GetUpdates.limit:1 of -msgid "" -"Limits the number of updates to be retrieved. Values between 1-100 are " -"accepted. Defaults to 100." -msgstr "" - -#: ../../docstring aiogram.methods.get_updates.GetUpdates.timeout:1 of -msgid "" -"Timeout in seconds for long polling. Defaults to 0, i.e. usual short " -"polling. Should be positive, short polling should be used for testing " -"purposes only." -msgstr "" - -#: ../../docstring aiogram.methods.get_updates.GetUpdates.allowed_updates:1 of -msgid "" -"A JSON-serialized list of the update types you want your bot to receive. " -"For example, specify ['message', 'edited_channel_post', 'callback_query']" -" to only receive updates of these types. See " -":class:`aiogram.types.update.Update` for a complete list of available " -"update types. Specify an empty list to receive all update types except " -"*chat_member* (default). If not specified, the previous setting will be " -"used." -msgstr "" - #: ../../api/methods/get_updates.rst:14 msgid "Usage" msgstr "" @@ -113,3 +52,73 @@ msgstr "" #: ../../api/methods/get_updates.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to receive incoming " +#~ "updates using long polling (`wiki " +#~ "`_). " +#~ "Returns an Array of " +#~ ":class:`aiogram.types.update.Update` objects." +#~ msgstr "" + +#~ msgid "**Notes**" +#~ msgstr "" + +#~ msgid "**1.** This method will not work if an outgoing webhook is set up." +#~ msgstr "" + +#~ msgid "" +#~ "**2.** In order to avoid getting " +#~ "duplicate updates, recalculate *offset* after" +#~ " each server response." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getupdates" +#~ msgstr "" + +#~ msgid "" +#~ "Identifier of the first update to " +#~ "be returned. Must be greater by " +#~ "one than the highest among the " +#~ "identifiers of previously received updates." +#~ " By default, updates starting with " +#~ "the earliest unconfirmed update are " +#~ "returned. An update is considered " +#~ "confirmed as soon as " +#~ ":class:`aiogram.methods.get_updates.GetUpdates` is called" +#~ " with an *offset* higher than its " +#~ "*update_id*. The negative offset can be" +#~ " specified to retrieve updates starting " +#~ "from *-offset* update from the end " +#~ "of the updates queue. All previous " +#~ "updates will forgotten." +#~ msgstr "" + +#~ msgid "" +#~ "Limits the number of updates to be" +#~ " retrieved. Values between 1-100 are " +#~ "accepted. Defaults to 100." +#~ msgstr "" + +#~ msgid "" +#~ "Timeout in seconds for long polling. " +#~ "Defaults to 0, i.e. usual short " +#~ "polling. Should be positive, short " +#~ "polling should be used for testing " +#~ "purposes only." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of the " +#~ "update types you want your bot to" +#~ " receive. For example, specify ['message'," +#~ " 'edited_channel_post', 'callback_query'] to only" +#~ " receive updates of these types. See" +#~ " :class:`aiogram.types.update.Update` for a " +#~ "complete list of available update types." +#~ " Specify an empty list to receive " +#~ "all update types except *chat_member* " +#~ "(default). If not specified, the " +#~ "previous setting will be used." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_user_profile_photos.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_user_profile_photos.po index bbbeffbc..85cc9c1a 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_user_profile_photos.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_user_profile_photos.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_user_profile_photos.rst:3 msgid "getUserProfilePhotos" @@ -25,35 +25,6 @@ msgstr "" msgid "Returns: :obj:`UserProfilePhotos`" msgstr "" -#: aiogram.methods.get_user_profile_photos.GetUserProfilePhotos:1 of -msgid "" -"Use this method to get a list of profile pictures for a user. Returns a " -":class:`aiogram.types.user_profile_photos.UserProfilePhotos` object." -msgstr "" - -#: aiogram.methods.get_user_profile_photos.GetUserProfilePhotos:3 of -msgid "Source: https://core.telegram.org/bots/api#getuserprofilephotos" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_user_profile_photos.GetUserProfilePhotos.user_id:1 of -msgid "Unique identifier of the target user" -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_user_profile_photos.GetUserProfilePhotos.offset:1 of -msgid "" -"Sequential number of the first photo to be returned. By default, all " -"photos are returned." -msgstr "" - -#: ../../docstring -#: aiogram.methods.get_user_profile_photos.GetUserProfilePhotos.limit:1 of -msgid "" -"Limits the number of photos to be retrieved. Values between 1-100 are " -"accepted. Defaults to 100." -msgstr "" - #: ../../api/methods/get_user_profile_photos.rst:14 msgid "Usage" msgstr "" @@ -91,3 +62,30 @@ msgstr "" #: ../../api/methods/get_user_profile_photos.rst:45 msgid ":meth:`aiogram.types.user.User.get_profile_photos`" msgstr "" + +#~ msgid "" +#~ "Use this method to get a list " +#~ "of profile pictures for a user. " +#~ "Returns a " +#~ ":class:`aiogram.types.user_profile_photos.UserProfilePhotos` " +#~ "object." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getuserprofilephotos" +#~ msgstr "" + +#~ msgid "Unique identifier of the target user" +#~ msgstr "" + +#~ msgid "" +#~ "Sequential number of the first photo " +#~ "to be returned. By default, all " +#~ "photos are returned." +#~ msgstr "" + +#~ msgid "" +#~ "Limits the number of photos to be" +#~ " retrieved. Values between 1-100 are " +#~ "accepted. Defaults to 100." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_webhook_info.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_webhook_info.po index da85d1b4..9e1ffc37 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_webhook_info.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/get_webhook_info.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/get_webhook_info.rst:3 msgid "getWebhookInfo" @@ -25,19 +25,6 @@ msgstr "" msgid "Returns: :obj:`WebhookInfo`" msgstr "" -#: aiogram.methods.get_webhook_info.GetWebhookInfo:1 of -msgid "" -"Use this method to get current webhook status. Requires no parameters. On" -" success, returns a :class:`aiogram.types.webhook_info.WebhookInfo` " -"object. If the bot is using " -":class:`aiogram.methods.get_updates.GetUpdates`, will return an object " -"with the *url* field empty." -msgstr "" - -#: aiogram.methods.get_webhook_info.GetWebhookInfo:3 of -msgid "Source: https://core.telegram.org/bots/api#getwebhookinfo" -msgstr "" - #: ../../api/methods/get_webhook_info.rst:14 msgid "Usage" msgstr "" @@ -65,3 +52,18 @@ msgstr "" #: ../../api/methods/get_webhook_info.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to get current " +#~ "webhook status. Requires no parameters. " +#~ "On success, returns a " +#~ ":class:`aiogram.types.webhook_info.WebhookInfo` object. If" +#~ " the bot is using " +#~ ":class:`aiogram.methods.get_updates.GetUpdates`, will " +#~ "return an object with the *url* " +#~ "field empty." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getwebhookinfo" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/hide_general_forum_topic.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/hide_general_forum_topic.po index 500edf6d..b50d3c40 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/hide_general_forum_topic.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/hide_general_forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/hide_general_forum_topic.rst:3 msgid "hideGeneralForumTopic" @@ -25,25 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.hide_general_forum_topic.HideGeneralForumTopic:1 of -msgid "" -"Use this method to hide the 'General' topic in a forum supergroup chat. " -"The bot must be an administrator in the chat for this to work and must " -"have the *can_manage_topics* administrator rights. The topic will be " -"automatically closed if it was open. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.hide_general_forum_topic.HideGeneralForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#hidegeneralforumtopic" -msgstr "" - -#: ../../docstring -#: aiogram.methods.hide_general_forum_topic.HideGeneralForumTopic.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - #: ../../api/methods/hide_general_forum_topic.rst:14 msgid "Usage" msgstr "" @@ -77,3 +58,25 @@ msgstr "" #: ../../api/methods/hide_general_forum_topic.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to hide the " +#~ "'General' topic in a forum supergroup" +#~ " chat. The bot must be an " +#~ "administrator in the chat for this " +#~ "to work and must have the " +#~ "*can_manage_topics* administrator rights. The " +#~ "topic will be automatically closed if" +#~ " it was open. Returns :code:`True` on" +#~ " success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#hidegeneralforumtopic" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/leave_chat.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/leave_chat.po index bef135f1..ecd650e4 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/leave_chat.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/leave_chat.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/leave_chat.rst:3 msgid "leaveChat" @@ -25,22 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.leave_chat.LeaveChat:1 of -msgid "" -"Use this method for your bot to leave a group, supergroup or channel. " -"Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.leave_chat.LeaveChat:3 of -msgid "Source: https://core.telegram.org/bots/api#leavechat" -msgstr "" - -#: ../../docstring aiogram.methods.leave_chat.LeaveChat.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup or channel (in the format :code:`@channelusername`)" -msgstr "" - #: ../../api/methods/leave_chat.rst:14 msgid "Usage" msgstr "" @@ -80,3 +64,20 @@ msgstr "" #: ../../api/methods/leave_chat.rst:50 msgid ":meth:`aiogram.types.chat.Chat.leave`" msgstr "" + +#~ msgid "" +#~ "Use this method for your bot to" +#~ " leave a group, supergroup or " +#~ "channel. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#leavechat" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " or channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/log_out.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/log_out.po index 49f02be5..8e9944e4 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/log_out.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/log_out.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/log_out.rst:3 msgid "logOut" @@ -25,20 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.log_out.LogOut:1 of -msgid "" -"Use this method to log out from the cloud Bot API server before launching" -" the bot locally. You **must** log out the bot before running it locally," -" otherwise there is no guarantee that the bot will receive updates. After" -" a successful call, you can immediately log in on a local server, but " -"will not be able to log in back to the cloud Bot API server for 10 " -"minutes. Returns :code:`True` on success. Requires no parameters." -msgstr "" - -#: aiogram.methods.log_out.LogOut:3 of -msgid "Source: https://core.telegram.org/bots/api#logout" -msgstr "" - #: ../../api/methods/log_out.rst:14 msgid "Usage" msgstr "" @@ -70,3 +56,23 @@ msgstr "" #: ../../api/methods/log_out.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to log out from" +#~ " the cloud Bot API server before " +#~ "launching the bot locally. You **must**" +#~ " log out the bot before running " +#~ "it locally, otherwise there is no " +#~ "guarantee that the bot will receive " +#~ "updates. After a successful call, you" +#~ " can immediately log in on a " +#~ "local server, but will not be able" +#~ " to log in back to the cloud" +#~ " Bot API server for 10 minutes. " +#~ "Returns :code:`True` on success. Requires " +#~ "no parameters." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#logout" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/pin_chat_message.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/pin_chat_message.po index 9a1e84e4..7ccf40aa 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/pin_chat_message.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/pin_chat_message.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/pin_chat_message.rst:3 msgid "pinChatMessage" @@ -25,38 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.pin_chat_message.PinChatMessage:1 of -msgid "" -"Use this method to add a message to the list of pinned messages in a " -"chat. If the chat is not a private chat, the bot must be an administrator" -" in the chat for this to work and must have the 'can_pin_messages' " -"administrator right in a supergroup or 'can_edit_messages' administrator " -"right in a channel. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.pin_chat_message.PinChatMessage:3 of -msgid "Source: https://core.telegram.org/bots/api#pinchatmessage" -msgstr "" - -#: ../../docstring aiogram.methods.pin_chat_message.PinChatMessage.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.pin_chat_message.PinChatMessage.message_id:1 -#: of -msgid "Identifier of a message to pin" -msgstr "" - -#: ../../docstring -#: aiogram.methods.pin_chat_message.PinChatMessage.disable_notification:1 of -msgid "" -"Pass :code:`True` if it is not necessary to send a notification to all " -"chat members about the new pinned message. Notifications are always " -"disabled in channels and private chats." -msgstr "" - #: ../../api/methods/pin_chat_message.rst:14 msgid "Usage" msgstr "" @@ -103,3 +71,37 @@ msgstr "" #~ msgid "As message method" #~ msgstr "" + +#~ msgid "" +#~ "Use this method to add a message" +#~ " to the list of pinned messages " +#~ "in a chat. If the chat is " +#~ "not a private chat, the bot must" +#~ " be an administrator in the chat " +#~ "for this to work and must have " +#~ "the 'can_pin_messages' administrator right in" +#~ " a supergroup or 'can_edit_messages' " +#~ "administrator right in a channel. " +#~ "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#pinchatmessage" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Identifier of a message to pin" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if it is not " +#~ "necessary to send a notification to " +#~ "all chat members about the new " +#~ "pinned message. Notifications are always " +#~ "disabled in channels and private chats." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/promote_chat_member.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/promote_chat_member.po index 8c7dbc2b..d4b027f8 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/promote_chat_member.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/promote_chat_member.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-12 00:22+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,112 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.promote_chat_member.PromoteChatMember:1 of -msgid "" -"Use this method to promote or demote a user in a supergroup or a channel." -" The bot must be an administrator in the chat for this to work and must " -"have the appropriate administrator rights. Pass :code:`False` for all " -"boolean parameters to demote a user. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.promote_chat_member.PromoteChatMember:3 of -msgid "Source: https://core.telegram.org/bots/api#promotechatmember" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.user_id:1 of -msgid "Unique identifier of the target user" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.is_anonymous:1 of -msgid "Pass :code:`True` if the administrator's presence in the chat is hidden" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_manage_chat:1 of -msgid "" -"Pass :code:`True` if the administrator can access the chat event log, " -"chat statistics, message statistics in channels, see channel members, see" -" anonymous administrators in supergroups and ignore slow mode. Implied by" -" any other administrator privilege" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_post_messages:1 of -msgid "" -"Pass :code:`True` if the administrator can create channel posts, channels" -" only" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_edit_messages:1 of -msgid "" -"Pass :code:`True` if the administrator can edit messages of other users " -"and can pin messages, channels only" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_delete_messages:1 -#: of -msgid "Pass :code:`True` if the administrator can delete messages of other users" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_manage_video_chats:1 -#: of -msgid "Pass :code:`True` if the administrator can manage video chats" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_restrict_members:1 -#: of -msgid "" -"Pass :code:`True` if the administrator can restrict, ban or unban chat " -"members" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_promote_members:1 -#: of -msgid "" -"Pass :code:`True` if the administrator can add new administrators with a " -"subset of their own privileges or demote administrators that they have " -"promoted, directly or indirectly (promoted by administrators that were " -"appointed by him)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_change_info:1 of -msgid "" -"Pass :code:`True` if the administrator can change chat title, photo and " -"other settings" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_invite_users:1 of -msgid "Pass :code:`True` if the administrator can invite new users to the chat" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_pin_messages:1 of -msgid "Pass :code:`True` if the administrator can pin messages, supergroups only" -msgstr "" - -#: ../../docstring -#: aiogram.methods.promote_chat_member.PromoteChatMember.can_manage_topics:1 of -msgid "" -"Pass :code:`True` if the user is allowed to create, rename, close, and " -"reopen forum topics, supergroups only" -msgstr "" - #: ../../api/methods/promote_chat_member.rst:14 msgid "Usage" msgstr "" @@ -181,3 +75,95 @@ msgstr "" #~ " him)" #~ msgstr "" +#~ msgid "" +#~ "Use this method to promote or " +#~ "demote a user in a supergroup or" +#~ " a channel. The bot must be an" +#~ " administrator in the chat for this" +#~ " to work and must have the " +#~ "appropriate administrator rights. Pass " +#~ ":code:`False` for all boolean parameters " +#~ "to demote a user. Returns :code:`True`" +#~ " on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#promotechatmember" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target user" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the administrator's presence in the chat is hidden" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can access the chat event log, " +#~ "chat statistics, message statistics in " +#~ "channels, see channel members, see " +#~ "anonymous administrators in supergroups and" +#~ " ignore slow mode. Implied by any " +#~ "other administrator privilege" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can create channel posts, channels only" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can edit messages of other users " +#~ "and can pin messages, channels only" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can delete messages of other users" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the administrator can manage video chats" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can restrict, ban or unban chat " +#~ "members" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can add new administrators with a " +#~ "subset of their own privileges or " +#~ "demote administrators that they have " +#~ "promoted, directly or indirectly (promoted " +#~ "by administrators that were appointed by" +#~ " him)" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can change chat title, photo and " +#~ "other settings" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the administrator can invite new users to the chat" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can pin messages, supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the user is " +#~ "allowed to create, rename, close, and" +#~ " reopen forum topics, supergroups only" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/reopen_forum_topic.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/reopen_forum_topic.po index 09b013b4..74e26b25 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/reopen_forum_topic.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/reopen_forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/reopen_forum_topic.rst:3 msgid "reopenForumTopic" @@ -25,30 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.reopen_forum_topic.ReopenForumTopic:1 of -msgid "" -"Use this method to reopen a closed topic in a forum supergroup chat. The " -"bot must be an administrator in the chat for this to work and must have " -"the *can_manage_topics* administrator rights, unless it is the creator of" -" the topic. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.reopen_forum_topic.ReopenForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#reopenforumtopic" -msgstr "" - -#: ../../docstring -#: aiogram.methods.reopen_forum_topic.ReopenForumTopic.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.reopen_forum_topic.ReopenForumTopic.message_thread_id:1 of -msgid "Unique identifier for the target message thread of the forum topic" -msgstr "" - #: ../../api/methods/reopen_forum_topic.rst:14 msgid "Usage" msgstr "" @@ -80,3 +56,27 @@ msgstr "" #: ../../api/methods/reopen_forum_topic.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to reopen a closed" +#~ " topic in a forum supergroup chat." +#~ " The bot must be an administrator " +#~ "in the chat for this to work " +#~ "and must have the *can_manage_topics* " +#~ "administrator rights, unless it is the" +#~ " creator of the topic. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#reopenforumtopic" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier for the target message thread of the forum topic" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/reopen_general_forum_topic.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/reopen_general_forum_topic.po index cd6c41db..a68a6f22 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/reopen_general_forum_topic.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/reopen_general_forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/reopen_general_forum_topic.rst:3 msgid "reopenGeneralForumTopic" @@ -25,27 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.reopen_general_forum_topic.ReopenGeneralForumTopic:1 of -msgid "" -"Use this method to reopen a closed 'General' topic in a forum supergroup " -"chat. The bot must be an administrator in the chat for this to work and " -"must have the *can_manage_topics* administrator rights. The topic will be" -" automatically unhidden if it was hidden. Returns :code:`True` on " -"success." -msgstr "" - -#: aiogram.methods.reopen_general_forum_topic.ReopenGeneralForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#reopengeneralforumtopic" -msgstr "" - -#: ../../docstring -#: aiogram.methods.reopen_general_forum_topic.ReopenGeneralForumTopic.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - #: ../../api/methods/reopen_general_forum_topic.rst:14 msgid "Usage" msgstr "" @@ -79,3 +58,25 @@ msgstr "" #: ../../api/methods/reopen_general_forum_topic.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to reopen a closed" +#~ " 'General' topic in a forum " +#~ "supergroup chat. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have the " +#~ "*can_manage_topics* administrator rights. The " +#~ "topic will be automatically unhidden if" +#~ " it was hidden. Returns :code:`True` " +#~ "on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#reopengeneralforumtopic" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/restrict_chat_member.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/restrict_chat_member.po index 6ab0dc68..01ba4bb5 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/restrict_chat_member.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/restrict_chat_member.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-12 00:22+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,56 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.restrict_chat_member.RestrictChatMember:1 of -msgid "" -"Use this method to restrict a user in a supergroup. The bot must be an " -"administrator in the supergroup for this to work and must have the " -"appropriate administrator rights. Pass :code:`True` for all permissions " -"to lift restrictions from a user. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.restrict_chat_member.RestrictChatMember:3 of -msgid "Source: https://core.telegram.org/bots/api#restrictchatmember" -msgstr "" - -#: ../../docstring -#: aiogram.methods.restrict_chat_member.RestrictChatMember.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.restrict_chat_member.RestrictChatMember.user_id:1 of -msgid "Unique identifier of the target user" -msgstr "" - -#: ../../docstring -#: aiogram.methods.restrict_chat_member.RestrictChatMember.permissions:1 of -msgid "A JSON-serialized object for new user permissions" -msgstr "" - -#: ../../docstring -#: aiogram.methods.restrict_chat_member.RestrictChatMember.use_independent_chat_permissions:1 -#: of -msgid "" -"Pass :code:`True` if chat permissions are set independently. Otherwise, " -"the *can_send_other_messages* and *can_add_web_page_previews* permissions" -" will imply the *can_send_messages*, *can_send_audios*, " -"*can_send_documents*, *can_send_photos*, *can_send_videos*, " -"*can_send_video_notes*, and *can_send_voice_notes* permissions; the " -"*can_send_polls* permission will imply the *can_send_messages* " -"permission." -msgstr "" - -#: ../../docstring -#: aiogram.methods.restrict_chat_member.RestrictChatMember.until_date:1 of -msgid "" -"Date when restrictions will be lifted for the user, unix time. If user is" -" restricted for more than 366 days or less than 30 seconds from the " -"current time, they are considered to be restricted forever" -msgstr "" - #: ../../api/methods/restrict_chat_member.rst:14 msgid "Usage" msgstr "" @@ -117,3 +67,51 @@ msgstr "" msgid ":meth:`aiogram.types.chat.Chat.restrict`" msgstr "" +#~ msgid "" +#~ "Use this method to restrict a user" +#~ " in a supergroup. The bot must " +#~ "be an administrator in the supergroup" +#~ " for this to work and must have" +#~ " the appropriate administrator rights. Pass" +#~ " :code:`True` for all permissions to " +#~ "lift restrictions from a user. Returns" +#~ " :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#restrictchatmember" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target user" +#~ msgstr "" + +#~ msgid "A JSON-serialized object for new user permissions" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if chat permissions " +#~ "are set independently. Otherwise, the " +#~ "*can_send_other_messages* and *can_add_web_page_previews*" +#~ " permissions will imply the " +#~ "*can_send_messages*, *can_send_audios*, " +#~ "*can_send_documents*, *can_send_photos*, " +#~ "*can_send_videos*, *can_send_video_notes*, and " +#~ "*can_send_voice_notes* permissions; the " +#~ "*can_send_polls* permission will imply the " +#~ "*can_send_messages* permission." +#~ msgstr "" + +#~ msgid "" +#~ "Date when restrictions will be lifted" +#~ " for the user, unix time. If " +#~ "user is restricted for more than " +#~ "366 days or less than 30 seconds" +#~ " from the current time, they are " +#~ "considered to be restricted forever" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/revoke_chat_invite_link.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/revoke_chat_invite_link.po index b7fee507..e106ada7 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/revoke_chat_invite_link.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/revoke_chat_invite_link.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/revoke_chat_invite_link.rst:3 msgid "revokeChatInviteLink" @@ -25,32 +25,6 @@ msgstr "" msgid "Returns: :obj:`ChatInviteLink`" msgstr "" -#: aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink:1 of -msgid "" -"Use this method to revoke an invite link created by the bot. If the " -"primary link is revoked, a new link is automatically generated. The bot " -"must be an administrator in the chat for this to work and must have the " -"appropriate administrator rights. Returns the revoked invite link as " -":class:`aiogram.types.chat_invite_link.ChatInviteLink` object." -msgstr "" - -#: aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink:3 of -msgid "Source: https://core.telegram.org/bots/api#revokechatinvitelink" -msgstr "" - -#: ../../docstring -#: aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink.chat_id:1 of -msgid "" -"Unique identifier of the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink.invite_link:1 -#: of -msgid "The invite link to revoke" -msgstr "" - #: ../../api/methods/revoke_chat_invite_link.rst:14 msgid "Usage" msgstr "" @@ -92,3 +66,29 @@ msgstr "" #: ../../api/methods/revoke_chat_invite_link.rst:50 msgid ":meth:`aiogram.types.chat.Chat.revoke_invite_link`" msgstr "" + +#~ msgid "" +#~ "Use this method to revoke an " +#~ "invite link created by the bot. If" +#~ " the primary link is revoked, a " +#~ "new link is automatically generated. The" +#~ " bot must be an administrator in " +#~ "the chat for this to work and " +#~ "must have the appropriate administrator " +#~ "rights. Returns the revoked invite link" +#~ " as :class:`aiogram.types.chat_invite_link.ChatInviteLink`" +#~ " object." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#revokechatinvitelink" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier of the target chat " +#~ "or username of the target channel " +#~ "(in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "The invite link to revoke" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_animation.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_animation.po index 57619de4..9b9f095a 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_animation.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_animation.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_animation.rst:3 msgid "sendAnimation" @@ -25,127 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_animation.SendAnimation:1 of -msgid "" -"Use this method to send animation files (GIF or H.264/MPEG-4 AVC video " -"without sound). On success, the sent " -":class:`aiogram.types.message.Message` is returned. Bots can currently " -"send animation files of up to 50 MB in size, this limit may be changed in" -" the future." -msgstr "" - -#: aiogram.methods.send_animation.SendAnimation:3 of -msgid "Source: https://core.telegram.org/bots/api#sendanimation" -msgstr "" - -#: ../../docstring aiogram.methods.send_animation.SendAnimation.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_animation.SendAnimation.animation:1 of -msgid "" -"Animation to send. Pass a file_id as String to send an animation that " -"exists on the Telegram servers (recommended), pass an HTTP URL as a " -"String for Telegram to get an animation from the Internet, or upload a " -"new animation using multipart/form-data. :ref:`More information on " -"Sending Files » `" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_animation.SendAnimation.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_animation.SendAnimation.duration:1 of -msgid "Duration of sent animation in seconds" -msgstr "" - -#: ../../docstring aiogram.methods.send_animation.SendAnimation.width:1 of -msgid "Animation width" -msgstr "" - -#: ../../docstring aiogram.methods.send_animation.SendAnimation.height:1 of -msgid "Animation height" -msgstr "" - -#: ../../docstring aiogram.methods.send_animation.SendAnimation.thumb:1 of -msgid "" -"Thumbnail of the file sent; can be ignored if thumbnail generation for " -"the file is supported server-side. The thumbnail should be in JPEG format" -" and less than 200 kB in size. A thumbnail's width and height should not " -"exceed 320. Ignored if the file is not uploaded using multipart/form-" -"data. Thumbnails can't be reused and can be only uploaded as a new file, " -"so you can pass 'attach://' if the thumbnail was " -"uploaded using multipart/form-data under . :ref:`More " -"information on Sending Files » `" -msgstr "" - -#: ../../docstring aiogram.methods.send_animation.SendAnimation.caption:1 of -msgid "" -"Animation caption (may also be used when resending animation by " -"*file_id*), 0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring aiogram.methods.send_animation.SendAnimation.parse_mode:1 of -msgid "" -"Mode for parsing entities in the animation caption. See `formatting " -"options `_ for " -"more details." -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_animation.SendAnimation.caption_entities:1 of -msgid "" -"A JSON-serialized list of special entities that appear in the caption, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring aiogram.methods.send_animation.SendAnimation.has_spoiler:1 -#: of -msgid "" -"Pass :code:`True` if the animation needs to be covered with a spoiler " -"animation" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_animation.SendAnimation.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_animation.SendAnimation.protect_content:1 of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_animation.SendAnimation.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_animation.SendAnimation.allow_sending_without_reply:1 -#: of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_animation.SendAnimation.reply_markup:1 -#: of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_animation.rst:14 msgid "Usage" msgstr "" @@ -200,3 +79,125 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send animation " +#~ "files (GIF or H.264/MPEG-4 AVC video " +#~ "without sound). On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned. " +#~ "Bots can currently send animation files" +#~ " of up to 50 MB in size, " +#~ "this limit may be changed in the" +#~ " future." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendanimation" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Animation to send. Pass a file_id " +#~ "as String to send an animation " +#~ "that exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get an" +#~ " animation from the Internet, or " +#~ "upload a new animation using multipart" +#~ "/form-data. :ref:`More information on " +#~ "Sending Files » `" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "Duration of sent animation in seconds" +#~ msgstr "" + +#~ msgid "Animation width" +#~ msgstr "" + +#~ msgid "Animation height" +#~ msgstr "" + +#~ msgid "" +#~ "Thumbnail of the file sent; can be" +#~ " ignored if thumbnail generation for " +#~ "the file is supported server-side. " +#~ "The thumbnail should be in JPEG " +#~ "format and less than 200 kB in " +#~ "size. A thumbnail's width and height " +#~ "should not exceed 320. Ignored if " +#~ "the file is not uploaded using " +#~ "multipart/form-data. Thumbnails can't be " +#~ "reused and can be only uploaded as" +#~ " a new file, so you can pass" +#~ " 'attach://' if the thumbnail" +#~ " was uploaded using multipart/form-data " +#~ "under . :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" + +#~ msgid "" +#~ "Animation caption (may also be used " +#~ "when resending animation by *file_id*), " +#~ "0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "animation caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the caption, " +#~ "which can be specified instead of " +#~ "*parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the animation needs" +#~ " to be covered with a spoiler " +#~ "animation" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_audio.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_audio.po index 46d06181..61eb4015 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_audio.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_audio.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_audio.rst:3 msgid "sendAudio" @@ -25,114 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_audio.SendAudio:1 of -msgid "" -"Use this method to send audio files, if you want Telegram clients to " -"display them in the music player. Your audio must be in the .MP3 or .M4A " -"format. On success, the sent :class:`aiogram.types.message.Message` is " -"returned. Bots can currently send audio files of up to 50 MB in size, " -"this limit may be changed in the future. For sending voice messages, use " -"the :class:`aiogram.methods.send_voice.SendVoice` method instead." -msgstr "" - -#: aiogram.methods.send_audio.SendAudio:4 of -msgid "Source: https://core.telegram.org/bots/api#sendaudio" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.audio:1 of -msgid "" -"Audio file to send. Pass a file_id as String to send an audio file that " -"exists on the Telegram servers (recommended), pass an HTTP URL as a " -"String for Telegram to get an audio file from the Internet, or upload a " -"new one using multipart/form-data. :ref:`More information on Sending " -"Files » `" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.caption:1 of -msgid "Audio caption, 0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.parse_mode:1 of -msgid "" -"Mode for parsing entities in the audio caption. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.caption_entities:1 of -msgid "" -"A JSON-serialized list of special entities that appear in the caption, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.duration:1 of -msgid "Duration of the audio in seconds" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.performer:1 of -msgid "Performer" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.title:1 of -msgid "Track name" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.thumb:1 of -msgid "" -"Thumbnail of the file sent; can be ignored if thumbnail generation for " -"the file is supported server-side. The thumbnail should be in JPEG format" -" and less than 200 kB in size. A thumbnail's width and height should not " -"exceed 320. Ignored if the file is not uploaded using multipart/form-" -"data. Thumbnails can't be reused and can be only uploaded as a new file, " -"so you can pass 'attach://' if the thumbnail was " -"uploaded using multipart/form-data under . :ref:`More " -"information on Sending Files » `" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.disable_notification:1 -#: of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.protect_content:1 of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.reply_to_message_id:1 -#: of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_audio.SendAudio.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_audio.SendAudio.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_audio.rst:14 msgid "Usage" msgstr "" @@ -187,3 +79,122 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send audio " +#~ "files, if you want Telegram clients " +#~ "to display them in the music " +#~ "player. Your audio must be in the" +#~ " .MP3 or .M4A format. On success, " +#~ "the sent :class:`aiogram.types.message.Message` is" +#~ " returned. Bots can currently send " +#~ "audio files of up to 50 MB " +#~ "in size, this limit may be changed" +#~ " in the future. For sending voice " +#~ "messages, use the " +#~ ":class:`aiogram.methods.send_voice.SendVoice` method " +#~ "instead." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendaudio" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Audio file to send. Pass a file_id" +#~ " as String to send an audio " +#~ "file that exists on the Telegram " +#~ "servers (recommended), pass an HTTP URL" +#~ " as a String for Telegram to " +#~ "get an audio file from the " +#~ "Internet, or upload a new one " +#~ "using multipart/form-data. :ref:`More " +#~ "information on Sending Files » " +#~ "`" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "Audio caption, 0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "audio caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the caption, " +#~ "which can be specified instead of " +#~ "*parse_mode*" +#~ msgstr "" + +#~ msgid "Duration of the audio in seconds" +#~ msgstr "" + +#~ msgid "Performer" +#~ msgstr "" + +#~ msgid "Track name" +#~ msgstr "" + +#~ msgid "" +#~ "Thumbnail of the file sent; can be" +#~ " ignored if thumbnail generation for " +#~ "the file is supported server-side. " +#~ "The thumbnail should be in JPEG " +#~ "format and less than 200 kB in " +#~ "size. A thumbnail's width and height " +#~ "should not exceed 320. Ignored if " +#~ "the file is not uploaded using " +#~ "multipart/form-data. Thumbnails can't be " +#~ "reused and can be only uploaded as" +#~ " a new file, so you can pass" +#~ " 'attach://' if the thumbnail" +#~ " was uploaded using multipart/form-data " +#~ "under . :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_chat_action.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_chat_action.po index b379f03c..1accc1da 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_chat_action.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_chat_action.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_chat_action.rst:3 msgid "sendChatAction" @@ -25,62 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.send_chat_action.SendChatAction:1 of -msgid "" -"Use this method when you need to tell the user that something is " -"happening on the bot's side. The status is set for 5 seconds or less " -"(when a message arrives from your bot, Telegram clients clear its typing " -"status). Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.send_chat_action.SendChatAction:3 of -msgid "" -"Example: The `ImageBot `_ needs some time to " -"process a request and upload the image. Instead of sending a text message" -" along the lines of 'Retrieving image, please wait…', the bot may use " -":class:`aiogram.methods.send_chat_action.SendChatAction` with *action* = " -"*upload_photo*. The user will see a 'sending photo' status for the bot." -msgstr "" - -#: aiogram.methods.send_chat_action.SendChatAction:5 of -msgid "" -"We only recommend using this method when a response from the bot will " -"take a **noticeable** amount of time to arrive." -msgstr "" - -#: aiogram.methods.send_chat_action.SendChatAction:7 of -msgid "Source: https://core.telegram.org/bots/api#sendchataction" -msgstr "" - -#: ../../docstring aiogram.methods.send_chat_action.SendChatAction.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_chat_action.SendChatAction.action:1 of -msgid "" -"Type of action to broadcast. Choose one, depending on what the user is " -"about to receive: *typing* for `text messages " -"`_, *upload_photo* for " -"`photos `_, *record_video* " -"or *upload_video* for `videos " -"`_, *record_voice* or " -"*upload_voice* for `voice notes " -"`_, *upload_document* for " -"`general files `_, " -"*choose_sticker* for `stickers " -"`_, *find_location* for " -"`location data `_, " -"*record_video_note* or *upload_video_note* for `video notes " -"`_." -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_chat_action.SendChatAction.message_thread_id:1 of -msgid "Unique identifier for the target message thread; supergroups only" -msgstr "" - #: ../../api/methods/send_chat_action.rst:14 msgid "Usage" msgstr "" @@ -120,3 +64,69 @@ msgstr "" #: ../../api/methods/send_chat_action.rst:50 msgid ":meth:`aiogram.types.chat.Chat.do`" msgstr "" + +#~ msgid "" +#~ "Use this method when you need to" +#~ " tell the user that something is " +#~ "happening on the bot's side. The " +#~ "status is set for 5 seconds or " +#~ "less (when a message arrives from " +#~ "your bot, Telegram clients clear its " +#~ "typing status). Returns :code:`True` on " +#~ "success." +#~ msgstr "" + +#~ msgid "" +#~ "Example: The `ImageBot `_ " +#~ "needs some time to process a " +#~ "request and upload the image. Instead" +#~ " of sending a text message along " +#~ "the lines of 'Retrieving image, please" +#~ " wait…', the bot may use " +#~ ":class:`aiogram.methods.send_chat_action.SendChatAction` with" +#~ " *action* = *upload_photo*. The user " +#~ "will see a 'sending photo' status " +#~ "for the bot." +#~ msgstr "" + +#~ msgid "" +#~ "We only recommend using this method " +#~ "when a response from the bot will" +#~ " take a **noticeable** amount of time" +#~ " to arrive." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendchataction" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Type of action to broadcast. Choose " +#~ "one, depending on what the user is" +#~ " about to receive: *typing* for `text" +#~ " messages `_," +#~ " *upload_photo* for `photos " +#~ "`_, *record_video*" +#~ " or *upload_video* for `videos " +#~ "`_, *record_voice*" +#~ " or *upload_voice* for `voice notes " +#~ "`_, " +#~ "*upload_document* for `general files " +#~ "`_, " +#~ "*choose_sticker* for `stickers " +#~ "`_, " +#~ "*find_location* for `location data " +#~ "`_, " +#~ "*record_video_note* or *upload_video_note* for " +#~ "`video notes " +#~ "`_." +#~ msgstr "" + +#~ msgid "Unique identifier for the target message thread; supergroups only" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_contact.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_contact.po index 8ada4c7b..07488f80 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_contact.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_contact.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_contact.rst:3 msgid "sendContact" @@ -25,80 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_contact.SendContact:1 of -msgid "" -"Use this method to send phone contacts. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.methods.send_contact.SendContact:3 of -msgid "Source: https://core.telegram.org/bots/api#sendcontact" -msgstr "" - -#: ../../docstring aiogram.methods.send_contact.SendContact.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_contact.SendContact.phone_number:1 of -msgid "Contact's phone number" -msgstr "" - -#: ../../docstring aiogram.methods.send_contact.SendContact.first_name:1 of -msgid "Contact's first name" -msgstr "" - -#: ../../docstring aiogram.methods.send_contact.SendContact.message_thread_id:1 -#: of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_contact.SendContact.last_name:1 of -msgid "Contact's last name" -msgstr "" - -#: ../../docstring aiogram.methods.send_contact.SendContact.vcard:1 of -msgid "" -"Additional data about the contact in the form of a `vCard " -"`_, 0-2048 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_contact.SendContact.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_contact.SendContact.protect_content:1 -#: of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_contact.SendContact.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_contact.SendContact.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_contact.SendContact.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_contact.rst:14 msgid "Usage" msgstr "" @@ -153,3 +79,70 @@ msgstr "" #~ "to remove keyboard or to force a" #~ " reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send phone " +#~ "contacts. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendcontact" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Contact's phone number" +#~ msgstr "" + +#~ msgid "Contact's first name" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "Contact's last name" +#~ msgstr "" + +#~ msgid "" +#~ "Additional data about the contact in " +#~ "the form of a `vCard " +#~ "`_, 0-2048 bytes" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_dice.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_dice.po index 19a52d2f..521ffa37 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_dice.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_dice.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_dice.rst:3 msgid "sendDice" @@ -25,67 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_dice.SendDice:1 of -msgid "" -"Use this method to send an animated emoji that will display a random " -"value. On success, the sent :class:`aiogram.types.message.Message` is " -"returned." -msgstr "" - -#: aiogram.methods.send_dice.SendDice:3 of -msgid "Source: https://core.telegram.org/bots/api#senddice" -msgstr "" - -#: ../../docstring aiogram.methods.send_dice.SendDice.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_dice.SendDice.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_dice.SendDice.emoji:1 of -msgid "" -"Emoji on which the dice throw animation is based. Currently, must be one " -"of '🎲', '🎯', '🏀', '⚽', '🎳', or '🎰'. Dice can have values 1-6 for '🎲', '🎯'" -" and '🎳', values 1-5 for '🏀' and '⚽', and values 1-64 for '🎰'. Defaults " -"to '🎲'" -msgstr "" - -#: ../../docstring aiogram.methods.send_dice.SendDice.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_dice.SendDice.protect_content:1 of -msgid "Protects the contents of the sent message from forwarding" -msgstr "" - -#: ../../docstring aiogram.methods.send_dice.SendDice.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_dice.SendDice.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_dice.SendDice.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_dice.rst:14 msgid "Usage" msgstr "" @@ -140,3 +79,67 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send an " +#~ "animated emoji that will display a " +#~ "random value. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#senddice" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "Emoji on which the dice throw " +#~ "animation is based. Currently, must be" +#~ " one of '🎲', '🎯', '🏀', '⚽', " +#~ "'🎳', or '🎰'. Dice can have values" +#~ " 1-6 for '🎲', '🎯' and '🎳', " +#~ "values 1-5 for '🏀' and '⚽', and" +#~ " values 1-64 for '🎰'. Defaults to " +#~ "'🎲'" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_document.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_document.po index 2b2e658f..4b229fd3 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_document.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_document.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_document.rst:3 msgid "sendDocument" @@ -25,112 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_document.SendDocument:1 of -msgid "" -"Use this method to send general files. On success, the sent " -":class:`aiogram.types.message.Message` is returned. Bots can currently " -"send files of any type of up to 50 MB in size, this limit may be changed " -"in the future." -msgstr "" - -#: aiogram.methods.send_document.SendDocument:3 of -msgid "Source: https://core.telegram.org/bots/api#senddocument" -msgstr "" - -#: ../../docstring aiogram.methods.send_document.SendDocument.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_document.SendDocument.document:1 of -msgid "" -"File to send. Pass a file_id as String to send a file that exists on the " -"Telegram servers (recommended), pass an HTTP URL as a String for Telegram" -" to get a file from the Internet, or upload a new one using multipart" -"/form-data. :ref:`More information on Sending Files » `" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_document.SendDocument.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_document.SendDocument.thumb:1 of -msgid "" -"Thumbnail of the file sent; can be ignored if thumbnail generation for " -"the file is supported server-side. The thumbnail should be in JPEG format" -" and less than 200 kB in size. A thumbnail's width and height should not " -"exceed 320. Ignored if the file is not uploaded using multipart/form-" -"data. Thumbnails can't be reused and can be only uploaded as a new file, " -"so you can pass 'attach://' if the thumbnail was " -"uploaded using multipart/form-data under . :ref:`More " -"information on Sending Files » `" -msgstr "" - -#: ../../docstring aiogram.methods.send_document.SendDocument.caption:1 of -msgid "" -"Document caption (may also be used when resending documents by " -"*file_id*), 0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring aiogram.methods.send_document.SendDocument.parse_mode:1 of -msgid "" -"Mode for parsing entities in the document caption. See `formatting " -"options `_ for " -"more details." -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_document.SendDocument.caption_entities:1 of -msgid "" -"A JSON-serialized list of special entities that appear in the caption, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_document.SendDocument.disable_content_type_detection:1 -#: of -msgid "" -"Disables automatic server-side content type detection for files uploaded " -"using multipart/form-data" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_document.SendDocument.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_document.SendDocument.protect_content:1 -#: of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_document.SendDocument.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_document.SendDocument.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_document.SendDocument.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_document.rst:14 msgid "Usage" msgstr "" @@ -185,3 +79,115 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send general " +#~ "files. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned. " +#~ "Bots can currently send files of " +#~ "any type of up to 50 MB in" +#~ " size, this limit may be changed " +#~ "in the future." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#senddocument" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "File to send. Pass a file_id as" +#~ " String to send a file that " +#~ "exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get a " +#~ "file from the Internet, or upload " +#~ "a new one using multipart/form-data. " +#~ ":ref:`More information on Sending Files " +#~ "» `" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "Thumbnail of the file sent; can be" +#~ " ignored if thumbnail generation for " +#~ "the file is supported server-side. " +#~ "The thumbnail should be in JPEG " +#~ "format and less than 200 kB in " +#~ "size. A thumbnail's width and height " +#~ "should not exceed 320. Ignored if " +#~ "the file is not uploaded using " +#~ "multipart/form-data. Thumbnails can't be " +#~ "reused and can be only uploaded as" +#~ " a new file, so you can pass" +#~ " 'attach://' if the thumbnail" +#~ " was uploaded using multipart/form-data " +#~ "under . :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" + +#~ msgid "" +#~ "Document caption (may also be used " +#~ "when resending documents by *file_id*), " +#~ "0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "document caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the caption, " +#~ "which can be specified instead of " +#~ "*parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "Disables automatic server-side content " +#~ "type detection for files uploaded using" +#~ " multipart/form-data" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_game.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_game.po index a46e72a0..a07be488 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_game.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_game.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_game.rst:3 msgid "sendGame" @@ -25,61 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_game.SendGame:1 of -msgid "" -"Use this method to send a game. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.methods.send_game.SendGame:3 of -msgid "Source: https://core.telegram.org/bots/api#sendgame" -msgstr "" - -#: ../../docstring aiogram.methods.send_game.SendGame.chat_id:1 of -msgid "Unique identifier for the target chat" -msgstr "" - -#: ../../docstring aiogram.methods.send_game.SendGame.game_short_name:1 of -msgid "" -"Short name of the game, serves as the unique identifier for the game. Set" -" up your games via `@BotFather `_." -msgstr "" - -#: ../../docstring aiogram.methods.send_game.SendGame.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_game.SendGame.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_game.SendGame.protect_content:1 of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring aiogram.methods.send_game.SendGame.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_game.SendGame.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_game.SendGame.reply_markup:1 of -msgid "" -"A JSON-serialized object for an `inline keyboard " -"`_. If empty, " -"one 'Play game_title' button will be shown. If not empty, the first " -"button must launch the game." -msgstr "" - #: ../../api/methods/send_game.rst:14 msgid "Usage" msgstr "" @@ -133,3 +78,57 @@ msgstr "" #~ "not empty, the first button must " #~ "launch the game." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send a game." +#~ " On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendgame" +#~ msgstr "" + +#~ msgid "Unique identifier for the target chat" +#~ msgstr "" + +#~ msgid "" +#~ "Short name of the game, serves as" +#~ " the unique identifier for the game." +#~ " Set up your games via `@BotFather" +#~ " `_." +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for an " +#~ "`inline keyboard `_. If empty, one 'Play" +#~ " game_title' button will be shown. If" +#~ " not empty, the first button must " +#~ "launch the game." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_invoice.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_invoice.po index 454d943d..2bc1e302 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_invoice.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_invoice.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_invoice.rst:3 msgid "sendInvoice" @@ -25,191 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_invoice.SendInvoice:1 of -msgid "" -"Use this method to send invoices. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.methods.send_invoice.SendInvoice:3 of -msgid "Source: https://core.telegram.org/bots/api#sendinvoice" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.title:1 of -msgid "Product name, 1-32 characters" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.description:1 of -msgid "Product description, 1-255 characters" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.payload:1 of -msgid "" -"Bot-defined invoice payload, 1-128 bytes. This will not be displayed to " -"the user, use for your internal processes." -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.provider_token:1 of -msgid "" -"Payment provider token, obtained via `@BotFather " -"`_" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.currency:1 of -msgid "" -"Three-letter ISO 4217 currency code, see `more on currencies " -"`_" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.prices:1 of -msgid "" -"Price breakdown, a JSON-serialized list of components (e.g. product " -"price, tax, discount, delivery cost, delivery tax, bonus, etc.)" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.message_thread_id:1 -#: of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.max_tip_amount:1 of -msgid "" -"The maximum accepted amount for tips in the *smallest units* of the " -"currency (integer, **not** float/double). For example, for a maximum tip " -"of :code:`US$ 1.45` pass :code:`max_tip_amount = 145`. See the *exp* " -"parameter in `currencies.json " -"`_, it shows the" -" number of digits past the decimal point for each currency (2 for the " -"majority of currencies). Defaults to 0" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_invoice.SendInvoice.suggested_tip_amounts:1 of -msgid "" -"A JSON-serialized array of suggested amounts of tips in the *smallest " -"units* of the currency (integer, **not** float/double). At most 4 " -"suggested tip amounts can be specified. The suggested tip amounts must be" -" positive, passed in a strictly increased order and must not exceed " -"*max_tip_amount*." -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.start_parameter:1 -#: of -msgid "" -"Unique deep-linking parameter. If left empty, **forwarded copies** of the" -" sent message will have a *Pay* button, allowing multiple users to pay " -"directly from the forwarded message, using the same invoice. If non-" -"empty, forwarded copies of the sent message will have a *URL* button with" -" a deep link to the bot (instead of a *Pay* button), with the value used " -"as the start parameter" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.provider_data:1 of -msgid "" -"JSON-serialized data about the invoice, which will be shared with the " -"payment provider. A detailed description of required fields should be " -"provided by the payment provider." -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.photo_url:1 of -msgid "" -"URL of the product photo for the invoice. Can be a photo of the goods or " -"a marketing image for a service. People like it better when they see what" -" they are paying for." -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.photo_size:1 of -msgid "Photo size in bytes" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.photo_width:1 of -msgid "Photo width" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.photo_height:1 of -msgid "Photo height" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.need_name:1 of -msgid "" -"Pass :code:`True` if you require the user's full name to complete the " -"order" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.need_phone_number:1 -#: of -msgid "" -"Pass :code:`True` if you require the user's phone number to complete the " -"order" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.need_email:1 of -msgid "" -"Pass :code:`True` if you require the user's email address to complete the" -" order" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_invoice.SendInvoice.need_shipping_address:1 of -msgid "" -"Pass :code:`True` if you require the user's shipping address to complete " -"the order" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_invoice.SendInvoice.send_phone_number_to_provider:1 of -msgid "Pass :code:`True` if the user's phone number should be sent to provider" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_invoice.SendInvoice.send_email_to_provider:1 of -msgid "Pass :code:`True` if the user's email address should be sent to provider" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.is_flexible:1 of -msgid "Pass :code:`True` if the final price depends on the shipping method" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_invoice.SendInvoice.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.protect_content:1 -#: of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_invoice.SendInvoice.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_invoice.SendInvoice.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_invoice.SendInvoice.reply_markup:1 of -msgid "" -"A JSON-serialized object for an `inline keyboard " -"`_. If empty, " -"one 'Pay :code:`total price`' button will be shown. If not empty, the " -"first button must be a Pay button." -msgstr "" - #: ../../api/methods/send_invoice.rst:14 msgid "Usage" msgstr "" @@ -263,3 +78,186 @@ msgstr "" #~ "shown. If not empty, the first " #~ "button must be a Pay button." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send invoices. " +#~ "On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendinvoice" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Product name, 1-32 characters" +#~ msgstr "" + +#~ msgid "Product description, 1-255 characters" +#~ msgstr "" + +#~ msgid "" +#~ "Bot-defined invoice payload, 1-128 " +#~ "bytes. This will not be displayed " +#~ "to the user, use for your internal" +#~ " processes." +#~ msgstr "" + +#~ msgid "" +#~ "Payment provider token, obtained via " +#~ "`@BotFather `_" +#~ msgstr "" + +#~ msgid "" +#~ "Three-letter ISO 4217 currency code, " +#~ "see `more on currencies " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "Price breakdown, a JSON-serialized list" +#~ " of components (e.g. product price, " +#~ "tax, discount, delivery cost, delivery " +#~ "tax, bonus, etc.)" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "The maximum accepted amount for tips " +#~ "in the *smallest units* of the " +#~ "currency (integer, **not** float/double). For" +#~ " example, for a maximum tip of " +#~ ":code:`US$ 1.45` pass :code:`max_tip_amount =" +#~ " 145`. See the *exp* parameter in " +#~ "`currencies.json " +#~ "`_, it" +#~ " shows the number of digits past " +#~ "the decimal point for each currency " +#~ "(2 for the majority of currencies). " +#~ "Defaults to 0" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized array of suggested " +#~ "amounts of tips in the *smallest " +#~ "units* of the currency (integer, **not**" +#~ " float/double). At most 4 suggested " +#~ "tip amounts can be specified. The " +#~ "suggested tip amounts must be positive," +#~ " passed in a strictly increased order" +#~ " and must not exceed *max_tip_amount*." +#~ msgstr "" + +#~ msgid "" +#~ "Unique deep-linking parameter. If left" +#~ " empty, **forwarded copies** of the " +#~ "sent message will have a *Pay* " +#~ "button, allowing multiple users to pay" +#~ " directly from the forwarded message, " +#~ "using the same invoice. If non-" +#~ "empty, forwarded copies of the sent " +#~ "message will have a *URL* button " +#~ "with a deep link to the bot " +#~ "(instead of a *Pay* button), with " +#~ "the value used as the start " +#~ "parameter" +#~ msgstr "" + +#~ msgid "" +#~ "JSON-serialized data about the invoice," +#~ " which will be shared with the " +#~ "payment provider. A detailed description " +#~ "of required fields should be provided" +#~ " by the payment provider." +#~ msgstr "" + +#~ msgid "" +#~ "URL of the product photo for the" +#~ " invoice. Can be a photo of the" +#~ " goods or a marketing image for " +#~ "a service. People like it better " +#~ "when they see what they are paying" +#~ " for." +#~ msgstr "" + +#~ msgid "Photo size in bytes" +#~ msgstr "" + +#~ msgid "Photo width" +#~ msgstr "" + +#~ msgid "Photo height" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's full name to complete the " +#~ "order" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's phone number to complete the " +#~ "order" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's email address to complete the " +#~ "order" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's shipping address to complete the" +#~ " order" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the user's phone number should be sent to provider" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the user's email" +#~ " address should be sent to provider" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the final price depends on the shipping method" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for an " +#~ "`inline keyboard `_. If empty, one 'Pay" +#~ " :code:`total price`' button will be " +#~ "shown. If not empty, the first " +#~ "button must be a Pay button." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_location.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_location.po index 8ed4a116..630494b8 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_location.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_location.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_location.rst:3 msgid "sendLocation" @@ -25,96 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_location.SendLocation:1 of -msgid "" -"Use this method to send point on the map. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.methods.send_location.SendLocation:3 of -msgid "Source: https://core.telegram.org/bots/api#sendlocation" -msgstr "" - -#: ../../docstring aiogram.methods.send_location.SendLocation.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_location.SendLocation.latitude:1 of -msgid "Latitude of the location" -msgstr "" - -#: ../../docstring aiogram.methods.send_location.SendLocation.longitude:1 of -msgid "Longitude of the location" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_location.SendLocation.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_location.SendLocation.horizontal_accuracy:1 of -msgid "The radius of uncertainty for the location, measured in meters; 0-1500" -msgstr "" - -#: ../../docstring aiogram.methods.send_location.SendLocation.live_period:1 of -msgid "" -"Period in seconds for which the location will be updated (see `Live " -"Locations `_, should be between" -" 60 and 86400." -msgstr "" - -#: ../../docstring aiogram.methods.send_location.SendLocation.heading:1 of -msgid "" -"For live locations, a direction in which the user is moving, in degrees. " -"Must be between 1 and 360 if specified." -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_location.SendLocation.proximity_alert_radius:1 of -msgid "" -"For live locations, a maximum distance for proximity alerts about " -"approaching another chat member, in meters. Must be between 1 and 100000 " -"if specified." -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_location.SendLocation.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_location.SendLocation.protect_content:1 -#: of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_location.SendLocation.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_location.SendLocation.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_location.SendLocation.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_location.rst:14 msgid "Usage" msgstr "" @@ -169,3 +79,86 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send point on" +#~ " the map. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendlocation" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Latitude of the location" +#~ msgstr "" + +#~ msgid "Longitude of the location" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "The radius of uncertainty for the location, measured in meters; 0-1500" +#~ msgstr "" + +#~ msgid "" +#~ "Period in seconds for which the " +#~ "location will be updated (see `Live " +#~ "Locations `_," +#~ " should be between 60 and 86400." +#~ msgstr "" + +#~ msgid "" +#~ "For live locations, a direction in " +#~ "which the user is moving, in " +#~ "degrees. Must be between 1 and 360" +#~ " if specified." +#~ msgstr "" + +#~ msgid "" +#~ "For live locations, a maximum distance" +#~ " for proximity alerts about approaching " +#~ "another chat member, in meters. Must " +#~ "be between 1 and 100000 if " +#~ "specified." +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_media_group.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_media_group.po index e3d5b3db..6c2d55c8 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_media_group.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_media_group.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_media_group.rst:3 msgid "sendMediaGroup" @@ -25,63 +25,6 @@ msgstr "" msgid "Returns: :obj:`List[Message]`" msgstr "" -#: aiogram.methods.send_media_group.SendMediaGroup:1 of -msgid "" -"Use this method to send a group of photos, videos, documents or audios as" -" an album. Documents and audio files can be only grouped in an album with" -" messages of the same type. On success, an array of `Messages " -"`_ that were sent is " -"returned." -msgstr "" - -#: aiogram.methods.send_media_group.SendMediaGroup:3 of -msgid "Source: https://core.telegram.org/bots/api#sendmediagroup" -msgstr "" - -#: ../../docstring aiogram.methods.send_media_group.SendMediaGroup.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_media_group.SendMediaGroup.media:1 of -msgid "" -"A JSON-serialized array describing messages to be sent, must include 2-10" -" items" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_media_group.SendMediaGroup.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_media_group.SendMediaGroup.disable_notification:1 of -msgid "" -"Sends messages `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_media_group.SendMediaGroup.protect_content:1 of -msgid "Protects the contents of the sent messages from forwarding and saving" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_media_group.SendMediaGroup.reply_to_message_id:1 of -msgid "If the messages are a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_media_group.SendMediaGroup.allow_sending_without_reply:1 -#: of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - #: ../../api/methods/send_media_group.rst:14 msgid "Usage" msgstr "" @@ -125,3 +68,55 @@ msgstr "" #: ../../api/methods/send_media_group.rst:51 msgid ":meth:`aiogram.types.message.Message.reply_media_group`" msgstr "" + +#~ msgid "" +#~ "Use this method to send a group" +#~ " of photos, videos, documents or " +#~ "audios as an album. Documents and " +#~ "audio files can be only grouped in" +#~ " an album with messages of the " +#~ "same type. On success, an array of" +#~ " `Messages `_ " +#~ "that were sent is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendmediagroup" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized array describing " +#~ "messages to be sent, must include " +#~ "2-10 items" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "Sends messages `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent messages from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the messages are a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_message.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_message.po index e0a83b6d..1bac014b 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_message.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_message.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_message.rst:3 msgid "sendMessage" @@ -25,84 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_message.SendMessage:1 of -msgid "" -"Use this method to send text messages. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.methods.send_message.SendMessage:3 of -msgid "Source: https://core.telegram.org/bots/api#sendmessage" -msgstr "" - -#: ../../docstring aiogram.methods.send_message.SendMessage.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_message.SendMessage.text:1 of -msgid "Text of the message to be sent, 1-4096 characters after entities parsing" -msgstr "" - -#: ../../docstring aiogram.methods.send_message.SendMessage.message_thread_id:1 -#: of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_message.SendMessage.parse_mode:1 of -msgid "" -"Mode for parsing entities in the message text. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: ../../docstring aiogram.methods.send_message.SendMessage.entities:1 of -msgid "" -"A JSON-serialized list of special entities that appear in message text, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_message.SendMessage.disable_web_page_preview:1 of -msgid "Disables link previews for links in this message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_message.SendMessage.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_message.SendMessage.protect_content:1 -#: of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_message.SendMessage.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_message.SendMessage.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_message.SendMessage.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_message.rst:14 msgid "Usage" msgstr "" @@ -157,3 +79,77 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send text " +#~ "messages. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendmessage" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Text of the message to be sent," +#~ " 1-4096 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "message text. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in message text," +#~ " which can be specified instead of" +#~ " *parse_mode*" +#~ msgstr "" + +#~ msgid "Disables link previews for links in this message" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_photo.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_photo.po index 440f3fb0..a824e878 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_photo.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_photo.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_photo.rst:3 msgid "sendPhoto" @@ -25,96 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_photo.SendPhoto:1 of -msgid "" -"Use this method to send photos. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.methods.send_photo.SendPhoto:3 of -msgid "Source: https://core.telegram.org/bots/api#sendphoto" -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.photo:1 of -msgid "" -"Photo to send. Pass a file_id as String to send a photo that exists on " -"the Telegram servers (recommended), pass an HTTP URL as a String for " -"Telegram to get a photo from the Internet, or upload a new photo using " -"multipart/form-data. The photo must be at most 10 MB in size. The photo's" -" width and height must not exceed 10000 in total. Width and height ratio " -"must be at most 20. :ref:`More information on Sending Files » `" -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.caption:1 of -msgid "" -"Photo caption (may also be used when resending photos by *file_id*), " -"0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.parse_mode:1 of -msgid "" -"Mode for parsing entities in the photo caption. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.caption_entities:1 of -msgid "" -"A JSON-serialized list of special entities that appear in the caption, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.has_spoiler:1 of -msgid "" -"Pass :code:`True` if the photo needs to be covered with a spoiler " -"animation" -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.disable_notification:1 -#: of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.protect_content:1 of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.reply_to_message_id:1 -#: of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_photo.SendPhoto.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_photo.SendPhoto.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_photo.rst:14 msgid "Usage" msgstr "" @@ -169,3 +79,98 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send photos. On" +#~ " success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendphoto" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Photo to send. Pass a file_id as" +#~ " String to send a photo that " +#~ "exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get a " +#~ "photo from the Internet, or upload " +#~ "a new photo using multipart/form-data." +#~ " The photo must be at most 10" +#~ " MB in size. The photo's width " +#~ "and height must not exceed 10000 " +#~ "in total. Width and height ratio " +#~ "must be at most 20. :ref:`More " +#~ "information on Sending Files » " +#~ "`" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "Photo caption (may also be used " +#~ "when resending photos by *file_id*), " +#~ "0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "photo caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the caption, " +#~ "which can be specified instead of " +#~ "*parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the photo needs " +#~ "to be covered with a spoiler " +#~ "animation" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_poll.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_poll.po index 9222d2c3..e4758967 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_poll.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_poll.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_poll.rst:3 msgid "sendPoll" @@ -25,129 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_poll.SendPoll:1 of -msgid "" -"Use this method to send a native poll. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.methods.send_poll.SendPoll:3 of -msgid "Source: https://core.telegram.org/bots/api#sendpoll" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.question:1 of -msgid "Poll question, 1-300 characters" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.options:1 of -msgid "" -"A JSON-serialized list of answer options, 2-10 strings 1-100 characters " -"each" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.is_anonymous:1 of -msgid ":code:`True`, if the poll needs to be anonymous, defaults to :code:`True`" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.type:1 of -msgid "Poll type, 'quiz' or 'regular', defaults to 'regular'" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.allows_multiple_answers:1 -#: of -msgid "" -":code:`True`, if the poll allows multiple answers, ignored for polls in " -"quiz mode, defaults to :code:`False`" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.correct_option_id:1 of -msgid "" -"0-based identifier of the correct answer option, required for polls in " -"quiz mode" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.explanation:1 of -msgid "" -"Text that is shown when a user chooses an incorrect answer or taps on the" -" lamp icon in a quiz-style poll, 0-200 characters with at most 2 line " -"feeds after entities parsing" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.explanation_parse_mode:1 -#: of -msgid "" -"Mode for parsing entities in the explanation. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.explanation_entities:1 of -msgid "" -"A JSON-serialized list of special entities that appear in the poll " -"explanation, which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.open_period:1 of -msgid "" -"Amount of time in seconds the poll will be active after creation, 5-600. " -"Can't be used together with *close_date*." -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.close_date:1 of -msgid "" -"Point in time (Unix timestamp) when the poll will be automatically " -"closed. Must be at least 5 and no more than 600 seconds in the future. " -"Can't be used together with *open_period*." -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.is_closed:1 of -msgid "" -"Pass :code:`True` if the poll needs to be immediately closed. This can be" -" useful for poll preview." -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.protect_content:1 of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_poll.SendPoll.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_poll.SendPoll.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_poll.rst:14 msgid "Usage" msgstr "" @@ -202,3 +79,129 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send a native" +#~ " poll. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendpoll" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Poll question, 1-300 characters" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of answer " +#~ "options, 2-10 strings 1-100 characters " +#~ "each" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the poll needs to " +#~ "be anonymous, defaults to :code:`True`" +#~ msgstr "" + +#~ msgid "Poll type, 'quiz' or 'regular', defaults to 'regular'" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the poll allows " +#~ "multiple answers, ignored for polls in" +#~ " quiz mode, defaults to :code:`False`" +#~ msgstr "" + +#~ msgid "" +#~ "0-based identifier of the correct answer" +#~ " option, required for polls in quiz" +#~ " mode" +#~ msgstr "" + +#~ msgid "" +#~ "Text that is shown when a user " +#~ "chooses an incorrect answer or taps " +#~ "on the lamp icon in a quiz-" +#~ "style poll, 0-200 characters with at " +#~ "most 2 line feeds after entities " +#~ "parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "explanation. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the poll " +#~ "explanation, which can be specified " +#~ "instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "Amount of time in seconds the poll" +#~ " will be active after creation, " +#~ "5-600. Can't be used together with " +#~ "*close_date*." +#~ msgstr "" + +#~ msgid "" +#~ "Point in time (Unix timestamp) when " +#~ "the poll will be automatically closed." +#~ " Must be at least 5 and no " +#~ "more than 600 seconds in the " +#~ "future. Can't be used together with " +#~ "*open_period*." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the poll needs " +#~ "to be immediately closed. This can " +#~ "be useful for poll preview." +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_sticker.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_sticker.po index b1e8bcb0..6be58e13 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_sticker.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_sticker.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_sticker.rst:3 msgid "sendSticker" @@ -25,74 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_sticker.SendSticker:1 of -msgid "" -"Use this method to send static .WEBP, `animated " -"`_ .TGS, or `video " -"`_ .WEBM " -"stickers. On success, the sent :class:`aiogram.types.message.Message` is " -"returned." -msgstr "" - -#: aiogram.methods.send_sticker.SendSticker:3 of -msgid "Source: https://core.telegram.org/bots/api#sendsticker" -msgstr "" - -#: ../../docstring aiogram.methods.send_sticker.SendSticker.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_sticker.SendSticker.sticker:1 of -msgid "" -"Sticker to send. Pass a file_id as String to send a file that exists on " -"the Telegram servers (recommended), pass an HTTP URL as a String for " -"Telegram to get a .WEBP file from the Internet, or upload a new one using" -" multipart/form-data. :ref:`More information on Sending Files » `" -msgstr "" - -#: ../../docstring aiogram.methods.send_sticker.SendSticker.message_thread_id:1 -#: of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_sticker.SendSticker.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_sticker.SendSticker.protect_content:1 -#: of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_sticker.SendSticker.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_sticker.SendSticker.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_sticker.SendSticker.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_sticker.rst:14 msgid "Usage" msgstr "" @@ -147,3 +79,71 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send static " +#~ ".WEBP, `animated `_ .TGS, or `video " +#~ "`_ .WEBM stickers. On success, " +#~ "the sent :class:`aiogram.types.message.Message` is" +#~ " returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendsticker" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Sticker to send. Pass a file_id as" +#~ " String to send a file that " +#~ "exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get a " +#~ ".WEBP file from the Internet, or " +#~ "upload a new one using multipart" +#~ "/form-data. :ref:`More information on " +#~ "Sending Files » `" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_venue.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_venue.po index 848d6898..3434ea67 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_venue.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_venue.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_venue.rst:3 msgid "sendVenue" @@ -25,97 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_venue.SendVenue:1 of -msgid "" -"Use this method to send information about a venue. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.methods.send_venue.SendVenue:3 of -msgid "Source: https://core.telegram.org/bots/api#sendvenue" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.latitude:1 of -msgid "Latitude of the venue" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.longitude:1 of -msgid "Longitude of the venue" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.title:1 of -msgid "Name of the venue" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.address:1 of -msgid "Address of the venue" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.foursquare_id:1 of -msgid "Foursquare identifier of the venue" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.foursquare_type:1 of -msgid "" -"Foursquare type of the venue, if known. (For example, " -"'arts_entertainment/default', 'arts_entertainment/aquarium' or " -"'food/icecream'.)" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.google_place_id:1 of -msgid "Google Places identifier of the venue" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.google_place_type:1 of -msgid "" -"Google Places type of the venue. (See `supported types " -"`_.)" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.disable_notification:1 -#: of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.protect_content:1 of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.reply_to_message_id:1 -#: of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_venue.SendVenue.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_venue.SendVenue.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_venue.rst:14 msgid "Usage" msgstr "" @@ -170,3 +79,87 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send information " +#~ "about a venue. On success, the " +#~ "sent :class:`aiogram.types.message.Message` is " +#~ "returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendvenue" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Latitude of the venue" +#~ msgstr "" + +#~ msgid "Longitude of the venue" +#~ msgstr "" + +#~ msgid "Name of the venue" +#~ msgstr "" + +#~ msgid "Address of the venue" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "Foursquare identifier of the venue" +#~ msgstr "" + +#~ msgid "" +#~ "Foursquare type of the venue, if " +#~ "known. (For example, 'arts_entertainment/default'," +#~ " 'arts_entertainment/aquarium' or 'food/icecream'.)" +#~ msgstr "" + +#~ msgid "Google Places identifier of the venue" +#~ msgstr "" + +#~ msgid "" +#~ "Google Places type of the venue. " +#~ "(See `supported types " +#~ "`_.)" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_video.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_video.po index 5a575db2..d6b39dce 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_video.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_video.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_video.rst:3 msgid "sendVideo" @@ -25,126 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_video.SendVideo:1 of -msgid "" -"Use this method to send video files, Telegram clients support MPEG4 " -"videos (other formats may be sent as " -":class:`aiogram.types.document.Document`). On success, the sent " -":class:`aiogram.types.message.Message` is returned. Bots can currently " -"send video files of up to 50 MB in size, this limit may be changed in the" -" future." -msgstr "" - -#: aiogram.methods.send_video.SendVideo:3 of -msgid "Source: https://core.telegram.org/bots/api#sendvideo" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.video:1 of -msgid "" -"Video to send. Pass a file_id as String to send a video that exists on " -"the Telegram servers (recommended), pass an HTTP URL as a String for " -"Telegram to get a video from the Internet, or upload a new video using " -"multipart/form-data. :ref:`More information on Sending Files » `" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.duration:1 of -msgid "Duration of sent video in seconds" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.width:1 of -msgid "Video width" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.height:1 of -msgid "Video height" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.thumb:1 of -msgid "" -"Thumbnail of the file sent; can be ignored if thumbnail generation for " -"the file is supported server-side. The thumbnail should be in JPEG format" -" and less than 200 kB in size. A thumbnail's width and height should not " -"exceed 320. Ignored if the file is not uploaded using multipart/form-" -"data. Thumbnails can't be reused and can be only uploaded as a new file, " -"so you can pass 'attach://' if the thumbnail was " -"uploaded using multipart/form-data under . :ref:`More " -"information on Sending Files » `" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.caption:1 of -msgid "" -"Video caption (may also be used when resending videos by *file_id*), " -"0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.parse_mode:1 of -msgid "" -"Mode for parsing entities in the video caption. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.caption_entities:1 of -msgid "" -"A JSON-serialized list of special entities that appear in the caption, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.has_spoiler:1 of -msgid "" -"Pass :code:`True` if the video needs to be covered with a spoiler " -"animation" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.supports_streaming:1 of -msgid "Pass :code:`True` if the uploaded video is suitable for streaming" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.disable_notification:1 -#: of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.protect_content:1 of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.reply_to_message_id:1 -#: of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_video.SendVideo.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_video.SendVideo.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_video.rst:14 msgid "Usage" msgstr "" @@ -199,3 +79,130 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send video " +#~ "files, Telegram clients support MPEG4 " +#~ "videos (other formats may be sent " +#~ "as :class:`aiogram.types.document.Document`). On " +#~ "success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned. " +#~ "Bots can currently send video files " +#~ "of up to 50 MB in size, this" +#~ " limit may be changed in the " +#~ "future." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendvideo" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Video to send. Pass a file_id as" +#~ " String to send a video that " +#~ "exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get a " +#~ "video from the Internet, or upload " +#~ "a new video using multipart/form-data." +#~ " :ref:`More information on Sending Files" +#~ " » `" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "Duration of sent video in seconds" +#~ msgstr "" + +#~ msgid "Video width" +#~ msgstr "" + +#~ msgid "Video height" +#~ msgstr "" + +#~ msgid "" +#~ "Thumbnail of the file sent; can be" +#~ " ignored if thumbnail generation for " +#~ "the file is supported server-side. " +#~ "The thumbnail should be in JPEG " +#~ "format and less than 200 kB in " +#~ "size. A thumbnail's width and height " +#~ "should not exceed 320. Ignored if " +#~ "the file is not uploaded using " +#~ "multipart/form-data. Thumbnails can't be " +#~ "reused and can be only uploaded as" +#~ " a new file, so you can pass" +#~ " 'attach://' if the thumbnail" +#~ " was uploaded using multipart/form-data " +#~ "under . :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" + +#~ msgid "" +#~ "Video caption (may also be used " +#~ "when resending videos by *file_id*), " +#~ "0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "video caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the caption, " +#~ "which can be specified instead of " +#~ "*parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the video needs " +#~ "to be covered with a spoiler " +#~ "animation" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the uploaded video is suitable for streaming" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_video_note.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_video_note.po index 959a0407..dc5df4c3 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_video_note.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_video_note.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_video_note.rst:3 msgid "sendVideoNote" @@ -25,95 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_video_note.SendVideoNote:1 of -msgid "" -"As of `v.4.0 `_, " -"Telegram clients support rounded square MPEG4 videos of up to 1 minute " -"long. Use this method to send video messages. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.methods.send_video_note.SendVideoNote:3 of -msgid "Source: https://core.telegram.org/bots/api#sendvideonote" -msgstr "" - -#: ../../docstring aiogram.methods.send_video_note.SendVideoNote.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_video_note.SendVideoNote.video_note:1 -#: of -msgid "" -"Video note to send. Pass a file_id as String to send a video note that " -"exists on the Telegram servers (recommended) or upload a new video using " -"multipart/form-data. :ref:`More information on Sending Files » `. Sending video notes by a URL is currently unsupported" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_video_note.SendVideoNote.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_video_note.SendVideoNote.duration:1 of -msgid "Duration of sent video in seconds" -msgstr "" - -#: ../../docstring aiogram.methods.send_video_note.SendVideoNote.length:1 of -msgid "Video width and height, i.e. diameter of the video message" -msgstr "" - -#: ../../docstring aiogram.methods.send_video_note.SendVideoNote.thumb:1 of -msgid "" -"Thumbnail of the file sent; can be ignored if thumbnail generation for " -"the file is supported server-side. The thumbnail should be in JPEG format" -" and less than 200 kB in size. A thumbnail's width and height should not " -"exceed 320. Ignored if the file is not uploaded using multipart/form-" -"data. Thumbnails can't be reused and can be only uploaded as a new file, " -"so you can pass 'attach://' if the thumbnail was " -"uploaded using multipart/form-data under . :ref:`More " -"information on Sending Files » `" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_video_note.SendVideoNote.disable_notification:1 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_video_note.SendVideoNote.protect_content:1 of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_video_note.SendVideoNote.reply_to_message_id:1 of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_video_note.SendVideoNote.allow_sending_without_reply:1 -#: of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_video_note.SendVideoNote.reply_markup:1 -#: of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_video_note.rst:14 msgid "Usage" msgstr "" @@ -168,3 +79,94 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "As of `v.4.0 `_, Telegram clients " +#~ "support rounded square MPEG4 videos of" +#~ " up to 1 minute long. Use this" +#~ " method to send video messages. On" +#~ " success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendvideonote" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Video note to send. Pass a file_id" +#~ " as String to send a video note" +#~ " that exists on the Telegram servers" +#~ " (recommended) or upload a new video" +#~ " using multipart/form-data. :ref:`More " +#~ "information on Sending Files » " +#~ "`. Sending video notes by" +#~ " a URL is currently unsupported" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "Duration of sent video in seconds" +#~ msgstr "" + +#~ msgid "Video width and height, i.e. diameter of the video message" +#~ msgstr "" + +#~ msgid "" +#~ "Thumbnail of the file sent; can be" +#~ " ignored if thumbnail generation for " +#~ "the file is supported server-side. " +#~ "The thumbnail should be in JPEG " +#~ "format and less than 200 kB in " +#~ "size. A thumbnail's width and height " +#~ "should not exceed 320. Ignored if " +#~ "the file is not uploaded using " +#~ "multipart/form-data. Thumbnails can't be " +#~ "reused and can be only uploaded as" +#~ " a new file, so you can pass" +#~ " 'attach://' if the thumbnail" +#~ " was uploaded using multipart/form-data " +#~ "under . :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_voice.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_voice.po index 553a3265..a5dc5768 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_voice.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/send_voice.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/send_voice.rst:3 msgid "sendVoice" @@ -25,96 +25,6 @@ msgstr "" msgid "Returns: :obj:`Message`" msgstr "" -#: aiogram.methods.send_voice.SendVoice:1 of -msgid "" -"Use this method to send audio files, if you want Telegram clients to " -"display the file as a playable voice message. For this to work, your " -"audio must be in an .OGG file encoded with OPUS (other formats may be " -"sent as :class:`aiogram.types.audio.Audio` or " -":class:`aiogram.types.document.Document`). On success, the sent " -":class:`aiogram.types.message.Message` is returned. Bots can currently " -"send voice messages of up to 50 MB in size, this limit may be changed in " -"the future." -msgstr "" - -#: aiogram.methods.send_voice.SendVoice:3 of -msgid "Source: https://core.telegram.org/bots/api#sendvoice" -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.voice:1 of -msgid "" -"Audio file to send. Pass a file_id as String to send a file that exists " -"on the Telegram servers (recommended), pass an HTTP URL as a String for " -"Telegram to get a file from the Internet, or upload a new one using " -"multipart/form-data. :ref:`More information on Sending Files » `" -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.message_thread_id:1 of -msgid "" -"Unique identifier for the target message thread (topic) of the forum; for" -" forum supergroups only" -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.caption:1 of -msgid "Voice message caption, 0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.parse_mode:1 of -msgid "" -"Mode for parsing entities in the voice message caption. See `formatting " -"options `_ for " -"more details." -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.caption_entities:1 of -msgid "" -"A JSON-serialized list of special entities that appear in the caption, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.duration:1 of -msgid "Duration of the voice message in seconds" -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.disable_notification:1 -#: of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.protect_content:1 of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.reply_to_message_id:1 -#: of -msgid "If the message is a reply, ID of the original message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.send_voice.SendVoice.allow_sending_without_reply:1 of -msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" -msgstr "" - -#: ../../docstring aiogram.methods.send_voice.SendVoice.reply_markup:1 of -msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." -msgstr "" - #: ../../api/methods/send_voice.rst:14 msgid "Usage" msgstr "" @@ -169,3 +79,98 @@ msgstr "" #~ "to remove reply keyboard or to " #~ "force a reply from the user." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to send audio " +#~ "files, if you want Telegram clients " +#~ "to display the file as a playable" +#~ " voice message. For this to work, " +#~ "your audio must be in an .OGG " +#~ "file encoded with OPUS (other formats" +#~ " may be sent as " +#~ ":class:`aiogram.types.audio.Audio` or " +#~ ":class:`aiogram.types.document.Document`). On success, " +#~ "the sent :class:`aiogram.types.message.Message` is" +#~ " returned. Bots can currently send " +#~ "voice messages of up to 50 MB " +#~ "in size, this limit may be changed" +#~ " in the future." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendvoice" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Audio file to send. Pass a file_id" +#~ " as String to send a file that" +#~ " exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get a " +#~ "file from the Internet, or upload " +#~ "a new one using multipart/form-data. " +#~ ":ref:`More information on Sending Files " +#~ "» `" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target message" +#~ " thread (topic) of the forum; for " +#~ "forum supergroups only" +#~ msgstr "" + +#~ msgid "Voice message caption, 0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "voice message caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the caption, " +#~ "which can be specified instead of " +#~ "*parse_mode*" +#~ msgstr "" + +#~ msgid "Duration of the voice message in seconds" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_administrator_custom_title.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_administrator_custom_title.po index ee28db9b..d3b8ec48 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_administrator_custom_title.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_administrator_custom_title.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_chat_administrator_custom_title.rst:3 msgid "setChatAdministratorCustomTitle" @@ -25,40 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle:1 -#: of -msgid "" -"Use this method to set a custom title for an administrator in a " -"supergroup promoted by the bot. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#setchatadministratorcustomtitle" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle.user_id:1 -#: of -msgid "Unique identifier of the target user" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle.custom_title:1 -#: of -msgid "" -"New custom title for the administrator; 0-16 characters, emoji are not " -"allowed" -msgstr "" - #: ../../api/methods/set_chat_administrator_custom_title.rst:14 msgid "Usage" msgstr "" @@ -100,3 +66,31 @@ msgstr "" #: ../../api/methods/set_chat_administrator_custom_title.rst:50 msgid ":meth:`aiogram.types.chat.Chat.set_administrator_custom_title`" msgstr "" + +#~ msgid "" +#~ "Use this method to set a custom" +#~ " title for an administrator in a " +#~ "supergroup promoted by the bot. Returns" +#~ " :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#setchatadministratorcustomtitle" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target user" +#~ msgstr "" + +#~ msgid "" +#~ "New custom title for the administrator;" +#~ " 0-16 characters, emoji are not " +#~ "allowed" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_description.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_description.po index 3c42acee..acae363c 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_description.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_description.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_chat_description.rst:3 msgid "setChatDescription" @@ -25,30 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_chat_description.SetChatDescription:1 of -msgid "" -"Use this method to change the description of a group, a supergroup or a " -"channel. The bot must be an administrator in the chat for this to work " -"and must have the appropriate administrator rights. Returns :code:`True` " -"on success." -msgstr "" - -#: aiogram.methods.set_chat_description.SetChatDescription:3 of -msgid "Source: https://core.telegram.org/bots/api#setchatdescription" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_description.SetChatDescription.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_description.SetChatDescription.description:1 of -msgid "New chat description, 0-255 characters" -msgstr "" - #: ../../api/methods/set_chat_description.rst:14 msgid "Usage" msgstr "" @@ -90,3 +66,26 @@ msgstr "" #: ../../api/methods/set_chat_description.rst:50 msgid ":meth:`aiogram.types.chat.Chat.set_description`" msgstr "" + +#~ msgid "" +#~ "Use this method to change the " +#~ "description of a group, a supergroup " +#~ "or a channel. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have the " +#~ "appropriate administrator rights. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setchatdescription" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "New chat description, 0-255 characters" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_menu_button.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_menu_button.po index b40236df..8a0ff9d2 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_menu_button.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_menu_button.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_chat_menu_button.rst:3 msgid "setChatMenuButton" @@ -25,30 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_chat_menu_button.SetChatMenuButton:1 of -msgid "" -"Use this method to change the bot's menu button in a private chat, or the" -" default menu button. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.set_chat_menu_button.SetChatMenuButton:3 of -msgid "Source: https://core.telegram.org/bots/api#setchatmenubutton" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_menu_button.SetChatMenuButton.chat_id:1 of -msgid "" -"Unique identifier for the target private chat. If not specified, default " -"bot's menu button will be changed" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_menu_button.SetChatMenuButton.menu_button:1 of -msgid "" -"A JSON-serialized object for the bot's new menu button. Defaults to " -":class:`aiogram.types.menu_button_default.MenuButtonDefault`" -msgstr "" - #: ../../api/methods/set_chat_menu_button.rst:14 msgid "Usage" msgstr "" @@ -80,3 +56,26 @@ msgstr "" #: ../../api/methods/set_chat_menu_button.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to change the " +#~ "bot's menu button in a private " +#~ "chat, or the default menu button. " +#~ "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setchatmenubutton" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target private" +#~ " chat. If not specified, default " +#~ "bot's menu button will be changed" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for the " +#~ "bot's new menu button. Defaults to " +#~ ":class:`aiogram.types.menu_button_default.MenuButtonDefault`" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_permissions.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_permissions.po index 84b5a8aa..afb52f91 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_permissions.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_permissions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-12 00:22+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,43 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_chat_permissions.SetChatPermissions:1 of -msgid "" -"Use this method to set default chat permissions for all members. The bot " -"must be an administrator in the group or a supergroup for this to work " -"and must have the *can_restrict_members* administrator rights. Returns " -":code:`True` on success." -msgstr "" - -#: aiogram.methods.set_chat_permissions.SetChatPermissions:3 of -msgid "Source: https://core.telegram.org/bots/api#setchatpermissions" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_permissions.SetChatPermissions.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_permissions.SetChatPermissions.permissions:1 of -msgid "A JSON-serialized object for new default chat permissions" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_permissions.SetChatPermissions.use_independent_chat_permissions:1 -#: of -msgid "" -"Pass :code:`True` if chat permissions are set independently. Otherwise, " -"the *can_send_other_messages* and *can_add_web_page_previews* permissions" -" will imply the *can_send_messages*, *can_send_audios*, " -"*can_send_documents*, *can_send_photos*, *can_send_videos*, " -"*can_send_video_notes*, and *can_send_voice_notes* permissions; the " -"*can_send_polls* permission will imply the *can_send_messages* " -"permission." -msgstr "" - #: ../../api/methods/set_chat_permissions.rst:14 msgid "Usage" msgstr "" @@ -104,3 +67,38 @@ msgstr "" msgid ":meth:`aiogram.types.chat.Chat.set_permissions`" msgstr "" +#~ msgid "" +#~ "Use this method to set default " +#~ "chat permissions for all members. The" +#~ " bot must be an administrator in " +#~ "the group or a supergroup for this" +#~ " to work and must have the " +#~ "*can_restrict_members* administrator rights. Returns" +#~ " :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setchatpermissions" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "A JSON-serialized object for new default chat permissions" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if chat permissions " +#~ "are set independently. Otherwise, the " +#~ "*can_send_other_messages* and *can_add_web_page_previews*" +#~ " permissions will imply the " +#~ "*can_send_messages*, *can_send_audios*, " +#~ "*can_send_documents*, *can_send_photos*, " +#~ "*can_send_videos*, *can_send_video_notes*, and " +#~ "*can_send_voice_notes* permissions; the " +#~ "*can_send_polls* permission will imply the " +#~ "*can_send_messages* permission." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_photo.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_photo.po index ab0cc9a7..81d7a161 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_photo.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_photo.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_chat_photo.rst:3 msgid "setChatPhoto" @@ -25,28 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_chat_photo.SetChatPhoto:1 of -msgid "" -"Use this method to set a new profile photo for the chat. Photos can't be " -"changed for private chats. The bot must be an administrator in the chat " -"for this to work and must have the appropriate administrator rights. " -"Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.set_chat_photo.SetChatPhoto:3 of -msgid "Source: https://core.telegram.org/bots/api#setchatphoto" -msgstr "" - -#: ../../docstring aiogram.methods.set_chat_photo.SetChatPhoto.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.set_chat_photo.SetChatPhoto.photo:1 of -msgid "New chat photo, uploaded using multipart/form-data" -msgstr "" - #: ../../api/methods/set_chat_photo.rst:14 msgid "Usage" msgstr "" @@ -82,3 +60,27 @@ msgstr "" #: ../../api/methods/set_chat_photo.rst:45 msgid ":meth:`aiogram.types.chat.Chat.set_photo`" msgstr "" + +#~ msgid "" +#~ "Use this method to set a new " +#~ "profile photo for the chat. Photos " +#~ "can't be changed for private chats. " +#~ "The bot must be an administrator " +#~ "in the chat for this to work " +#~ "and must have the appropriate " +#~ "administrator rights. Returns :code:`True` on" +#~ " success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setchatphoto" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "New chat photo, uploaded using multipart/form-data" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_sticker_set.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_sticker_set.po index b5441109..fa2a0f75 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_sticker_set.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_sticker_set.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_chat_sticker_set.rst:3 msgid "setChatStickerSet" @@ -25,32 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_chat_sticker_set.SetChatStickerSet:1 of -msgid "" -"Use this method to set a new group sticker set for a supergroup. The bot " -"must be an administrator in the chat for this to work and must have the " -"appropriate administrator rights. Use the field *can_set_sticker_set* " -"optionally returned in :class:`aiogram.methods.get_chat.GetChat` requests" -" to check if the bot can use this method. Returns :code:`True` on " -"success." -msgstr "" - -#: aiogram.methods.set_chat_sticker_set.SetChatStickerSet:3 of -msgid "Source: https://core.telegram.org/bots/api#setchatstickerset" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_sticker_set.SetChatStickerSet.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_chat_sticker_set.SetChatStickerSet.sticker_set_name:1 of -msgid "Name of the sticker set to be set as the group sticker set" -msgstr "" - #: ../../api/methods/set_chat_sticker_set.rst:14 msgid "Usage" msgstr "" @@ -90,3 +64,29 @@ msgstr "" #: ../../api/methods/set_chat_sticker_set.rst:50 msgid ":meth:`aiogram.types.chat.Chat.set_sticker_set`" msgstr "" + +#~ msgid "" +#~ "Use this method to set a new " +#~ "group sticker set for a supergroup. " +#~ "The bot must be an administrator " +#~ "in the chat for this to work " +#~ "and must have the appropriate " +#~ "administrator rights. Use the field " +#~ "*can_set_sticker_set* optionally returned in " +#~ ":class:`aiogram.methods.get_chat.GetChat` requests to " +#~ "check if the bot can use this " +#~ "method. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setchatstickerset" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "Name of the sticker set to be set as the group sticker set" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_title.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_title.po index da3c936e..0a64d9b4 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_title.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_chat_title.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_chat_title.rst:3 msgid "setChatTitle" @@ -25,28 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_chat_title.SetChatTitle:1 of -msgid "" -"Use this method to change the title of a chat. Titles can't be changed " -"for private chats. The bot must be an administrator in the chat for this " -"to work and must have the appropriate administrator rights. Returns " -":code:`True` on success." -msgstr "" - -#: aiogram.methods.set_chat_title.SetChatTitle:3 of -msgid "Source: https://core.telegram.org/bots/api#setchattitle" -msgstr "" - -#: ../../docstring aiogram.methods.set_chat_title.SetChatTitle.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.set_chat_title.SetChatTitle.title:1 of -msgid "New chat title, 1-128 characters" -msgstr "" - #: ../../api/methods/set_chat_title.rst:14 msgid "Usage" msgstr "" @@ -89,3 +67,26 @@ msgstr "" #~ msgid "New chat title, 1-255 characters" #~ msgstr "" + +#~ msgid "" +#~ "Use this method to change the " +#~ "title of a chat. Titles can't be" +#~ " changed for private chats. The bot" +#~ " must be an administrator in the " +#~ "chat for this to work and must " +#~ "have the appropriate administrator rights. " +#~ "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setchattitle" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "New chat title, 1-128 characters" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_game_score.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_game_score.po index 215ab0ab..94bdb74e 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_game_score.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_game_score.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_game_score.rst:3 msgid "setGameScore" @@ -25,60 +25,6 @@ msgstr "" msgid "Returns: :obj:`Union[Message, bool]`" msgstr "" -#: aiogram.methods.set_game_score.SetGameScore:1 of -msgid "" -"Use this method to set the score of the specified user in a game message." -" On success, if the message is not an inline message, the " -":class:`aiogram.types.message.Message` is returned, otherwise " -":code:`True` is returned. Returns an error, if the new score is not " -"greater than the user's current score in the chat and *force* is " -":code:`False`." -msgstr "" - -#: aiogram.methods.set_game_score.SetGameScore:3 of -msgid "Source: https://core.telegram.org/bots/api#setgamescore" -msgstr "" - -#: ../../docstring aiogram.methods.set_game_score.SetGameScore.user_id:1 of -msgid "User identifier" -msgstr "" - -#: ../../docstring aiogram.methods.set_game_score.SetGameScore.score:1 of -msgid "New score, must be non-negative" -msgstr "" - -#: ../../docstring aiogram.methods.set_game_score.SetGameScore.force:1 of -msgid "" -"Pass :code:`True` if the high score is allowed to decrease. This can be " -"useful when fixing mistakes or banning cheaters" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_game_score.SetGameScore.disable_edit_message:1 of -msgid "" -"Pass :code:`True` if the game message should not be automatically edited " -"to include the current scoreboard" -msgstr "" - -#: ../../docstring aiogram.methods.set_game_score.SetGameScore.chat_id:1 of -msgid "" -"Required if *inline_message_id* is not specified. Unique identifier for " -"the target chat" -msgstr "" - -#: ../../docstring aiogram.methods.set_game_score.SetGameScore.message_id:1 of -msgid "" -"Required if *inline_message_id* is not specified. Identifier of the sent " -"message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_game_score.SetGameScore.inline_message_id:1 of -msgid "" -"Required if *chat_id* and *message_id* are not specified. Identifier of " -"the inline message" -msgstr "" - #: ../../api/methods/set_game_score.rst:14 msgid "Usage" msgstr "" @@ -110,3 +56,57 @@ msgstr "" #: ../../api/methods/set_game_score.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to set the score" +#~ " of the specified user in a " +#~ "game message. On success, if the " +#~ "message is not an inline message, " +#~ "the :class:`aiogram.types.message.Message` is " +#~ "returned, otherwise :code:`True` is returned." +#~ " Returns an error, if the new " +#~ "score is not greater than the " +#~ "user's current score in the chat " +#~ "and *force* is :code:`False`." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setgamescore" +#~ msgstr "" + +#~ msgid "User identifier" +#~ msgstr "" + +#~ msgid "New score, must be non-negative" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the high score " +#~ "is allowed to decrease. This can " +#~ "be useful when fixing mistakes or " +#~ "banning cheaters" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the game message" +#~ " should not be automatically edited " +#~ "to include the current scoreboard" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Unique identifier for the " +#~ "target chat" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Identifier of the sent " +#~ "message" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *chat_id* and *message_id* " +#~ "are not specified. Identifier of the " +#~ "inline message" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_my_commands.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_my_commands.po index 8a9400fb..1baf6360 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_my_commands.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_my_commands.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_my_commands.rst:3 msgid "setMyCommands" @@ -25,38 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_my_commands.SetMyCommands:1 of -msgid "" -"Use this method to change the list of the bot's commands. See `this " -"manual `_ for more " -"details about bot commands. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.set_my_commands.SetMyCommands:3 of -msgid "Source: https://core.telegram.org/bots/api#setmycommands" -msgstr "" - -#: ../../docstring aiogram.methods.set_my_commands.SetMyCommands.commands:1 of -msgid "" -"A JSON-serialized list of bot commands to be set as the list of the bot's" -" commands. At most 100 commands can be specified." -msgstr "" - -#: ../../docstring aiogram.methods.set_my_commands.SetMyCommands.scope:1 of -msgid "" -"A JSON-serialized object, describing scope of users for which the " -"commands are relevant. Defaults to " -":class:`aiogram.types.bot_command_scope_default.BotCommandScopeDefault`." -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_my_commands.SetMyCommands.language_code:1 of -msgid "" -"A two-letter ISO 639-1 language code. If empty, commands will be applied " -"to all users from the given scope, for whose language there are no " -"dedicated commands" -msgstr "" - #: ../../api/methods/set_my_commands.rst:14 msgid "Usage" msgstr "" @@ -98,3 +66,37 @@ msgstr "" #~ " details about bot commands. Returns " #~ ":code:`True` on success." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to change the list" +#~ " of the bot's commands. See `this " +#~ "manual `_ " +#~ "for more details about bot commands. " +#~ "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setmycommands" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of bot " +#~ "commands to be set as the list " +#~ "of the bot's commands. At most 100" +#~ " commands can be specified." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object, describing " +#~ "scope of users for which the " +#~ "commands are relevant. Defaults to " +#~ ":class:`aiogram.types.bot_command_scope_default.BotCommandScopeDefault`." +#~ msgstr "" + +#~ msgid "" +#~ "A two-letter ISO 639-1 language " +#~ "code. If empty, commands will be " +#~ "applied to all users from the " +#~ "given scope, for whose language there" +#~ " are no dedicated commands" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_my_default_administrator_rights.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_my_default_administrator_rights.po index 93f19f31..99b953a5 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_my_default_administrator_rights.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_my_default_administrator_rights.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_my_default_administrator_rights.rst:3 msgid "setMyDefaultAdministratorRights" @@ -25,37 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_my_default_administrator_rights.SetMyDefaultAdministratorRights:1 -#: of -msgid "" -"Use this method to change the default administrator rights requested by " -"the bot when it's added as an administrator to groups or channels. These " -"rights will be suggested to users, but they are are free to modify the " -"list before adding the bot. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.set_my_default_administrator_rights.SetMyDefaultAdministratorRights:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#setmydefaultadministratorrights" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_my_default_administrator_rights.SetMyDefaultAdministratorRights.rights:1 -#: of -msgid "" -"A JSON-serialized object describing new default administrator rights. If " -"not specified, the default administrator rights will be cleared." -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_my_default_administrator_rights.SetMyDefaultAdministratorRights.for_channels:1 -#: of -msgid "" -"Pass :code:`True` to change the default administrator rights of the bot " -"in channels. Otherwise, the default administrator rights of the bot for " -"groups and supergroups will be changed." -msgstr "" - #: ../../api/methods/set_my_default_administrator_rights.rst:14 msgid "Usage" msgstr "" @@ -89,3 +58,35 @@ msgstr "" #: ../../api/methods/set_my_default_administrator_rights.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to change the " +#~ "default administrator rights requested by " +#~ "the bot when it's added as an " +#~ "administrator to groups or channels. " +#~ "These rights will be suggested to " +#~ "users, but they are are free to" +#~ " modify the list before adding the" +#~ " bot. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#setmydefaultadministratorrights" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object describing new" +#~ " default administrator rights. If not " +#~ "specified, the default administrator rights" +#~ " will be cleared." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` to change the default" +#~ " administrator rights of the bot in" +#~ " channels. Otherwise, the default " +#~ "administrator rights of the bot for " +#~ "groups and supergroups will be changed." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_passport_data_errors.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_passport_data_errors.po index 5fb2b563..6e320477 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_passport_data_errors.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_passport_data_errors.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_passport_data_errors.rst:3 msgid "setPassportDataErrors" @@ -25,33 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_passport_data_errors.SetPassportDataErrors:1 of -msgid "" -"Informs a user that some of the Telegram Passport elements they provided " -"contains errors. The user will not be able to re-submit their Passport to" -" you until the errors are fixed (the contents of the field for which you " -"returned the error must change). Returns :code:`True` on success. Use " -"this if the data submitted by the user doesn't satisfy the standards your" -" service requires for any reason. For example, if a birthday date seems " -"invalid, a submitted document is blurry, a scan shows evidence of " -"tampering, etc. Supply some details in the error message to make sure the" -" user knows how to correct the issues." -msgstr "" - -#: aiogram.methods.set_passport_data_errors.SetPassportDataErrors:4 of -msgid "Source: https://core.telegram.org/bots/api#setpassportdataerrors" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_passport_data_errors.SetPassportDataErrors.user_id:1 of -msgid "User identifier" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_passport_data_errors.SetPassportDataErrors.errors:1 of -msgid "A JSON-serialized array describing the errors" -msgstr "" - #: ../../api/methods/set_passport_data_errors.rst:14 msgid "Usage" msgstr "" @@ -85,3 +58,35 @@ msgstr "" #: ../../api/methods/set_passport_data_errors.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Informs a user that some of the" +#~ " Telegram Passport elements they provided" +#~ " contains errors. The user will not" +#~ " be able to re-submit their " +#~ "Passport to you until the errors " +#~ "are fixed (the contents of the " +#~ "field for which you returned the " +#~ "error must change). Returns :code:`True` " +#~ "on success. Use this if the data" +#~ " submitted by the user doesn't " +#~ "satisfy the standards your service " +#~ "requires for any reason. For example," +#~ " if a birthday date seems invalid," +#~ " a submitted document is blurry, a" +#~ " scan shows evidence of tampering, " +#~ "etc. Supply some details in the " +#~ "error message to make sure the " +#~ "user knows how to correct the " +#~ "issues." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setpassportdataerrors" +#~ msgstr "" + +#~ msgid "User identifier" +#~ msgstr "" + +#~ msgid "A JSON-serialized array describing the errors" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_sticker_position_in_set.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_sticker_position_in_set.po index c7ef9e7e..3099a604 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_sticker_position_in_set.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_sticker_position_in_set.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_sticker_position_in_set.rst:3 msgid "setStickerPositionInSet" @@ -25,28 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_sticker_position_in_set.SetStickerPositionInSet:1 of -msgid "" -"Use this method to move a sticker in a set created by the bot to a " -"specific position. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.set_sticker_position_in_set.SetStickerPositionInSet:3 of -msgid "Source: https://core.telegram.org/bots/api#setstickerpositioninset" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_sticker_position_in_set.SetStickerPositionInSet.sticker:1 -#: of -msgid "File identifier of the sticker" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_sticker_position_in_set.SetStickerPositionInSet.position:1 -#: of -msgid "New sticker position in the set, zero-based" -msgstr "" - #: ../../api/methods/set_sticker_position_in_set.rst:14 msgid "Usage" msgstr "" @@ -88,3 +66,20 @@ msgstr "" #: ../../api/methods/set_sticker_position_in_set.rst:50 msgid ":meth:`aiogram.types.sticker.Sticker.set_position_in_set`" msgstr "" + +#~ msgid "" +#~ "Use this method to move a sticker" +#~ " in a set created by the bot" +#~ " to a specific position. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setstickerpositioninset" +#~ msgstr "" + +#~ msgid "File identifier of the sticker" +#~ msgstr "" + +#~ msgid "New sticker position in the set, zero-based" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_sticker_set_thumb.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_sticker_set_thumb.po index cb1608e8..768868e6 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_sticker_set_thumb.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_sticker_set_thumb.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_sticker_set_thumb.rst:3 msgid "setStickerSetThumb" @@ -25,52 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_sticker_set_thumb.SetStickerSetThumb:1 of -msgid "" -"Use this method to set the thumbnail of a sticker set. Animated " -"thumbnails can be set for animated sticker sets only. Video thumbnails " -"can be set only for video sticker sets only. Returns :code:`True` on " -"success." -msgstr "" - -#: aiogram.methods.set_sticker_set_thumb.SetStickerSetThumb:3 of -msgid "Source: https://core.telegram.org/bots/api#setstickersetthumb" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_sticker_set_thumb.SetStickerSetThumb.name:1 of -msgid "Sticker set name" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_sticker_set_thumb.SetStickerSetThumb.user_id:1 of -msgid "User identifier of the sticker set owner" -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_sticker_set_thumb.SetStickerSetThumb.thumb:1 of -msgid "" -"A **PNG** image with the thumbnail, must be up to 128 kilobytes in size " -"and have width and height exactly 100px, or a **TGS** animation with the " -"thumbnail up to 32 kilobytes in size; see " -"`https://core.telegram.org/stickers#animated-sticker-requirements " -"`_`https://core.telegram.org/stickers#animated-sticker-" -"requirements `_ for animated sticker technical requirements, or a " -"**WEBM** video with the thumbnail up to 32 kilobytes in size; see " -"`https://core.telegram.org/stickers#video-sticker-requirements " -"`_`https://core.telegram.org/stickers#video-sticker-" -"requirements `_ for video sticker technical requirements. Pass a " -"*file_id* as a String to send a file that already exists on the Telegram " -"servers, pass an HTTP URL as a String for Telegram to get a file from the" -" Internet, or upload a new one using multipart/form-data. :ref:`More " -"information on Sending Files » `. Animated sticker set " -"thumbnails can't be uploaded via HTTP URL." -msgstr "" - #: ../../api/methods/set_sticker_set_thumb.rst:14 msgid "Usage" msgstr "" @@ -104,3 +58,58 @@ msgstr "" #: ../../api/methods/set_sticker_set_thumb.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to set the " +#~ "thumbnail of a sticker set. Animated " +#~ "thumbnails can be set for animated " +#~ "sticker sets only. Video thumbnails can" +#~ " be set only for video sticker " +#~ "sets only. Returns :code:`True` on " +#~ "success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setstickersetthumb" +#~ msgstr "" + +#~ msgid "Sticker set name" +#~ msgstr "" + +#~ msgid "User identifier of the sticker set owner" +#~ msgstr "" + +#~ msgid "" +#~ "A **PNG** image with the thumbnail, " +#~ "must be up to 128 kilobytes in " +#~ "size and have width and height " +#~ "exactly 100px, or a **TGS** animation" +#~ " with the thumbnail up to 32 " +#~ "kilobytes in size; see " +#~ "`https://core.telegram.org/stickers#animated-sticker-" +#~ "requirements `_`https://core.telegram.org/stickers" +#~ "#animated-sticker-requirements " +#~ "`_ for animated sticker technical" +#~ " requirements, or a **WEBM** video " +#~ "with the thumbnail up to 32 " +#~ "kilobytes in size; see " +#~ "`https://core.telegram.org/stickers#video-sticker-" +#~ "requirements `_`https://core.telegram.org/stickers" +#~ "#video-sticker-requirements " +#~ "`_ for video sticker technical" +#~ " requirements. Pass a *file_id* as a" +#~ " String to send a file that " +#~ "already exists on the Telegram servers," +#~ " pass an HTTP URL as a String" +#~ " for Telegram to get a file " +#~ "from the Internet, or upload a new" +#~ " one using multipart/form-data. :ref:`More" +#~ " information on Sending Files » " +#~ "`. Animated sticker set " +#~ "thumbnails can't be uploaded via HTTP" +#~ " URL." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_webhook.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_webhook.po index 10f3b913..034818e7 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_webhook.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/set_webhook.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/set_webhook.rst:3 msgid "setWebhook" @@ -25,100 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.set_webhook.SetWebhook:1 of -msgid "" -"Use this method to specify a URL and receive incoming updates via an " -"outgoing webhook. Whenever there is an update for the bot, we will send " -"an HTTPS POST request to the specified URL, containing a JSON-serialized " -":class:`aiogram.types.update.Update`. In case of an unsuccessful request," -" we will give up after a reasonable amount of attempts. Returns " -":code:`True` on success. If you'd like to make sure that the webhook was " -"set by you, you can specify secret data in the parameter *secret_token*. " -"If specified, the request will contain a header 'X-Telegram-Bot-Api-" -"Secret-Token' with the secret token as content." -msgstr "" - -#: aiogram.methods.set_webhook.SetWebhook:4 of -msgid "**Notes**" -msgstr "" - -#: aiogram.methods.set_webhook.SetWebhook:6 of -msgid "" -"**1.** You will not be able to receive updates using " -":class:`aiogram.methods.get_updates.GetUpdates` for as long as an " -"outgoing webhook is set up." -msgstr "" - -#: aiogram.methods.set_webhook.SetWebhook:8 of -msgid "" -"**2.** To use a self-signed certificate, you need to upload your `public " -"key certificate `_ using " -"*certificate* parameter. Please upload as InputFile, sending a String " -"will not work." -msgstr "" - -#: aiogram.methods.set_webhook.SetWebhook:10 of -msgid "" -"**3.** Ports currently supported *for webhooks*: **443, 80, 88, 8443**. " -"If you're having any trouble setting up webhooks, please check out this " -"`amazing guide to webhooks `_." -msgstr "" - -#: aiogram.methods.set_webhook.SetWebhook:13 of -msgid "Source: https://core.telegram.org/bots/api#setwebhook" -msgstr "" - -#: ../../docstring aiogram.methods.set_webhook.SetWebhook.url:1 of -msgid "" -"HTTPS URL to send updates to. Use an empty string to remove webhook " -"integration" -msgstr "" - -#: ../../docstring aiogram.methods.set_webhook.SetWebhook.certificate:1 of -msgid "" -"Upload your public key certificate so that the root certificate in use " -"can be checked. See our `self-signed guide " -"`_ for details." -msgstr "" - -#: ../../docstring aiogram.methods.set_webhook.SetWebhook.ip_address:1 of -msgid "" -"The fixed IP address which will be used to send webhook requests instead " -"of the IP address resolved through DNS" -msgstr "" - -#: ../../docstring aiogram.methods.set_webhook.SetWebhook.max_connections:1 of -msgid "" -"The maximum allowed number of simultaneous HTTPS connections to the " -"webhook for update delivery, 1-100. Defaults to *40*. Use lower values to" -" limit the load on your bot's server, and higher values to increase your " -"bot's throughput." -msgstr "" - -#: ../../docstring aiogram.methods.set_webhook.SetWebhook.allowed_updates:1 of -msgid "" -"A JSON-serialized list of the update types you want your bot to receive. " -"For example, specify ['message', 'edited_channel_post', 'callback_query']" -" to only receive updates of these types. See " -":class:`aiogram.types.update.Update` for a complete list of available " -"update types. Specify an empty list to receive all update types except " -"*chat_member* (default). If not specified, the previous setting will be " -"used." -msgstr "" - -#: ../../docstring -#: aiogram.methods.set_webhook.SetWebhook.drop_pending_updates:1 of -msgid "Pass :code:`True` to drop all pending updates" -msgstr "" - -#: ../../docstring aiogram.methods.set_webhook.SetWebhook.secret_token:1 of -msgid "" -"A secret token to be sent in a header 'X-Telegram-Bot-Api-Secret-Token' " -"in every webhook request, 1-256 characters. Only characters :code:`A-Z`, " -":code:`a-z`, :code:`0-9`, :code:`_` and :code:`-` are allowed. The header" -" is useful to ensure that the request comes from a webhook set by you." -msgstr "" - #: ../../api/methods/set_webhook.rst:14 msgid "Usage" msgstr "" @@ -150,3 +56,117 @@ msgstr "" #: ../../api/methods/set_webhook.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to specify a URL" +#~ " and receive incoming updates via an" +#~ " outgoing webhook. Whenever there is " +#~ "an update for the bot, we will " +#~ "send an HTTPS POST request to the" +#~ " specified URL, containing a JSON-" +#~ "serialized :class:`aiogram.types.update.Update`. In " +#~ "case of an unsuccessful request, we " +#~ "will give up after a reasonable " +#~ "amount of attempts. Returns :code:`True` " +#~ "on success. If you'd like to make" +#~ " sure that the webhook was set " +#~ "by you, you can specify secret " +#~ "data in the parameter *secret_token*. If" +#~ " specified, the request will contain " +#~ "a header 'X-Telegram-Bot-Api-Secret-" +#~ "Token' with the secret token as " +#~ "content." +#~ msgstr "" + +#~ msgid "**Notes**" +#~ msgstr "" + +#~ msgid "" +#~ "**1.** You will not be able to " +#~ "receive updates using " +#~ ":class:`aiogram.methods.get_updates.GetUpdates` for as " +#~ "long as an outgoing webhook is set" +#~ " up." +#~ msgstr "" + +#~ msgid "" +#~ "**2.** To use a self-signed " +#~ "certificate, you need to upload your " +#~ "`public key certificate " +#~ "`_ using " +#~ "*certificate* parameter. Please upload as " +#~ "InputFile, sending a String will not " +#~ "work." +#~ msgstr "" + +#~ msgid "" +#~ "**3.** Ports currently supported *for " +#~ "webhooks*: **443, 80, 88, 8443**. If " +#~ "you're having any trouble setting up " +#~ "webhooks, please check out this `amazing" +#~ " guide to webhooks " +#~ "`_." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setwebhook" +#~ msgstr "" + +#~ msgid "" +#~ "HTTPS URL to send updates to. Use" +#~ " an empty string to remove webhook" +#~ " integration" +#~ msgstr "" + +#~ msgid "" +#~ "Upload your public key certificate so" +#~ " that the root certificate in use " +#~ "can be checked. See our `self-" +#~ "signed guide `_ for details." +#~ msgstr "" + +#~ msgid "" +#~ "The fixed IP address which will be" +#~ " used to send webhook requests " +#~ "instead of the IP address resolved " +#~ "through DNS" +#~ msgstr "" + +#~ msgid "" +#~ "The maximum allowed number of " +#~ "simultaneous HTTPS connections to the " +#~ "webhook for update delivery, 1-100. " +#~ "Defaults to *40*. Use lower values " +#~ "to limit the load on your bot's" +#~ " server, and higher values to " +#~ "increase your bot's throughput." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of the " +#~ "update types you want your bot to" +#~ " receive. For example, specify ['message'," +#~ " 'edited_channel_post', 'callback_query'] to only" +#~ " receive updates of these types. See" +#~ " :class:`aiogram.types.update.Update` for a " +#~ "complete list of available update types." +#~ " Specify an empty list to receive " +#~ "all update types except *chat_member* " +#~ "(default). If not specified, the " +#~ "previous setting will be used." +#~ msgstr "" + +#~ msgid "Pass :code:`True` to drop all pending updates" +#~ msgstr "" + +#~ msgid "" +#~ "A secret token to be sent in " +#~ "a header 'X-Telegram-Bot-Api-Secret-" +#~ "Token' in every webhook request, 1-256" +#~ " characters. Only characters :code:`A-Z`, " +#~ ":code:`a-z`, :code:`0-9`, :code:`_` and " +#~ ":code:`-` are allowed. The header is " +#~ "useful to ensure that the request " +#~ "comes from a webhook set by you." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/stop_message_live_location.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/stop_message_live_location.po index e15b616d..89058b85 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/stop_message_live_location.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/stop_message_live_location.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/stop_message_live_location.rst:3 msgid "stopMessageLiveLocation" @@ -25,51 +25,6 @@ msgstr "" msgid "Returns: :obj:`Union[Message, bool]`" msgstr "" -#: aiogram.methods.stop_message_live_location.StopMessageLiveLocation:1 of -msgid "" -"Use this method to stop updating a live location message before " -"*live_period* expires. On success, if the message is not an inline " -"message, the edited :class:`aiogram.types.message.Message` is returned, " -"otherwise :code:`True` is returned." -msgstr "" - -#: aiogram.methods.stop_message_live_location.StopMessageLiveLocation:3 of -msgid "Source: https://core.telegram.org/bots/api#stopmessagelivelocation" -msgstr "" - -#: ../../docstring -#: aiogram.methods.stop_message_live_location.StopMessageLiveLocation.chat_id:1 -#: of -msgid "" -"Required if *inline_message_id* is not specified. Unique identifier for " -"the target chat or username of the target channel (in the format " -":code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.stop_message_live_location.StopMessageLiveLocation.message_id:1 -#: of -msgid "" -"Required if *inline_message_id* is not specified. Identifier of the " -"message with live location to stop" -msgstr "" - -#: ../../docstring -#: aiogram.methods.stop_message_live_location.StopMessageLiveLocation.inline_message_id:1 -#: of -msgid "" -"Required if *chat_id* and *message_id* are not specified. Identifier of " -"the inline message" -msgstr "" - -#: ../../docstring -#: aiogram.methods.stop_message_live_location.StopMessageLiveLocation.reply_markup:1 -#: of -msgid "" -"A JSON-serialized object for a new `inline keyboard " -"`_." -msgstr "" - #: ../../api/methods/stop_message_live_location.rst:14 msgid "Usage" msgstr "" @@ -121,3 +76,42 @@ msgstr "" #~ msgid "As message method" #~ msgstr "" + +#~ msgid "" +#~ "Use this method to stop updating a" +#~ " live location message before *live_period*" +#~ " expires. On success, if the message" +#~ " is not an inline message, the " +#~ "edited :class:`aiogram.types.message.Message` is " +#~ "returned, otherwise :code:`True` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#stopmessagelivelocation" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Unique identifier for the " +#~ "target chat or username of the " +#~ "target channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *inline_message_id* is not " +#~ "specified. Identifier of the message " +#~ "with live location to stop" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *chat_id* and *message_id* " +#~ "are not specified. Identifier of the " +#~ "inline message" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for a new" +#~ " `inline keyboard " +#~ "`_." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/stop_poll.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/stop_poll.po index 269a1e06..a4234324 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/stop_poll.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/stop_poll.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/stop_poll.rst:3 msgid "stopPoll" @@ -25,32 +25,6 @@ msgstr "" msgid "Returns: :obj:`Poll`" msgstr "" -#: aiogram.methods.stop_poll.StopPoll:1 of -msgid "" -"Use this method to stop a poll which was sent by the bot. On success, the" -" stopped :class:`aiogram.types.poll.Poll` is returned." -msgstr "" - -#: aiogram.methods.stop_poll.StopPoll:3 of -msgid "Source: https://core.telegram.org/bots/api#stoppoll" -msgstr "" - -#: ../../docstring aiogram.methods.stop_poll.StopPoll.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.stop_poll.StopPoll.message_id:1 of -msgid "Identifier of the original message with the poll" -msgstr "" - -#: ../../docstring aiogram.methods.stop_poll.StopPoll.reply_markup:1 of -msgid "" -"A JSON-serialized object for a new message `inline keyboard " -"`_." -msgstr "" - #: ../../api/methods/stop_poll.rst:14 msgid "Usage" msgstr "" @@ -89,3 +63,29 @@ msgstr "" #~ "`_." #~ msgstr "" + +#~ msgid "" +#~ "Use this method to stop a poll " +#~ "which was sent by the bot. On " +#~ "success, the stopped " +#~ ":class:`aiogram.types.poll.Poll` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#stoppoll" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Identifier of the original message with the poll" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for a new" +#~ " message `inline keyboard " +#~ "`_." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/unban_chat_member.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/unban_chat_member.po index 1485077b..69d2fc93 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/unban_chat_member.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/unban_chat_member.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/unban_chat_member.rst:3 msgid "unbanChatMember" @@ -25,39 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.unban_chat_member.UnbanChatMember:1 of -msgid "" -"Use this method to unban a previously banned user in a supergroup or " -"channel. The user will **not** return to the group or channel " -"automatically, but will be able to join via link, etc. The bot must be an" -" administrator for this to work. By default, this method guarantees that " -"after the call the user is not a member of the chat, but will be able to " -"join it. So if the user is a member of the chat they will also be " -"**removed** from the chat. If you don't want this, use the parameter " -"*only_if_banned*. Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.unban_chat_member.UnbanChatMember:3 of -msgid "Source: https://core.telegram.org/bots/api#unbanchatmember" -msgstr "" - -#: ../../docstring aiogram.methods.unban_chat_member.UnbanChatMember.chat_id:1 -#: of -msgid "" -"Unique identifier for the target group or username of the target " -"supergroup or channel (in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring aiogram.methods.unban_chat_member.UnbanChatMember.user_id:1 -#: of -msgid "Unique identifier of the target user" -msgstr "" - -#: ../../docstring -#: aiogram.methods.unban_chat_member.UnbanChatMember.only_if_banned:1 of -msgid "Do nothing if the user is not banned" -msgstr "" - #: ../../api/methods/unban_chat_member.rst:14 msgid "Usage" msgstr "" @@ -97,3 +64,40 @@ msgstr "" #: ../../api/methods/unban_chat_member.rst:50 msgid ":meth:`aiogram.types.chat.Chat.unban`" msgstr "" + +#~ msgid "" +#~ "Use this method to unban a " +#~ "previously banned user in a supergroup" +#~ " or channel. The user will **not**" +#~ " return to the group or channel " +#~ "automatically, but will be able to " +#~ "join via link, etc. The bot must" +#~ " be an administrator for this to " +#~ "work. By default, this method guarantees" +#~ " that after the call the user " +#~ "is not a member of the chat, " +#~ "but will be able to join it. " +#~ "So if the user is a member " +#~ "of the chat they will also be " +#~ "**removed** from the chat. If you " +#~ "don't want this, use the parameter " +#~ "*only_if_banned*. Returns :code:`True` on " +#~ "success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#unbanchatmember" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target group" +#~ " or username of the target supergroup" +#~ " or channel (in the format " +#~ ":code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target user" +#~ msgstr "" + +#~ msgid "Do nothing if the user is not banned" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/unban_chat_sender_chat.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/unban_chat_sender_chat.po index 093786e8..4e6782fc 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/unban_chat_sender_chat.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/unban_chat_sender_chat.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/unban_chat_sender_chat.rst:3 msgid "unbanChatSenderChat" @@ -25,31 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.unban_chat_sender_chat.UnbanChatSenderChat:1 of -msgid "" -"Use this method to unban a previously banned channel chat in a supergroup" -" or channel. The bot must be an administrator for this to work and must " -"have the appropriate administrator rights. Returns :code:`True` on " -"success." -msgstr "" - -#: aiogram.methods.unban_chat_sender_chat.UnbanChatSenderChat:3 of -msgid "Source: https://core.telegram.org/bots/api#unbanchatsenderchat" -msgstr "" - -#: ../../docstring -#: aiogram.methods.unban_chat_sender_chat.UnbanChatSenderChat.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.unban_chat_sender_chat.UnbanChatSenderChat.sender_chat_id:1 -#: of -msgid "Unique identifier of the target sender chat" -msgstr "" - #: ../../api/methods/unban_chat_sender_chat.rst:14 msgid "Usage" msgstr "" @@ -91,3 +66,26 @@ msgstr "" #: ../../api/methods/unban_chat_sender_chat.rst:50 msgid ":meth:`aiogram.types.chat.Chat.unban_sender_chat`" msgstr "" + +#~ msgid "" +#~ "Use this method to unban a " +#~ "previously banned channel chat in a " +#~ "supergroup or channel. The bot must " +#~ "be an administrator for this to " +#~ "work and must have the appropriate " +#~ "administrator rights. Returns :code:`True` on" +#~ " success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#unbanchatsenderchat" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target sender chat" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/unhide_general_forum_topic.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/unhide_general_forum_topic.po index 3432fdfb..1ffe9b62 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/unhide_general_forum_topic.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/unhide_general_forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/unhide_general_forum_topic.rst:3 msgid "unhideGeneralForumTopic" @@ -25,26 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.unhide_general_forum_topic.UnhideGeneralForumTopic:1 of -msgid "" -"Use this method to unhide the 'General' topic in a forum supergroup chat." -" The bot must be an administrator in the chat for this to work and must " -"have the *can_manage_topics* administrator rights. Returns :code:`True` " -"on success." -msgstr "" - -#: aiogram.methods.unhide_general_forum_topic.UnhideGeneralForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#unhidegeneralforumtopic" -msgstr "" - -#: ../../docstring -#: aiogram.methods.unhide_general_forum_topic.UnhideGeneralForumTopic.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - #: ../../api/methods/unhide_general_forum_topic.rst:14 msgid "Usage" msgstr "" @@ -78,3 +58,23 @@ msgstr "" #: ../../api/methods/unhide_general_forum_topic.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to unhide the " +#~ "'General' topic in a forum supergroup" +#~ " chat. The bot must be an " +#~ "administrator in the chat for this " +#~ "to work and must have the " +#~ "*can_manage_topics* administrator rights. Returns" +#~ " :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#unhidegeneralforumtopic" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/unpin_all_chat_messages.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/unpin_all_chat_messages.po index 879d0ae4..35f6c019 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/unpin_all_chat_messages.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/unpin_all_chat_messages.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/unpin_all_chat_messages.rst:3 msgid "unpinAllChatMessages" @@ -25,26 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.unpin_all_chat_messages.UnpinAllChatMessages:1 of -msgid "" -"Use this method to clear the list of pinned messages in a chat. If the " -"chat is not a private chat, the bot must be an administrator in the chat " -"for this to work and must have the 'can_pin_messages' administrator right" -" in a supergroup or 'can_edit_messages' administrator right in a channel." -" Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.unpin_all_chat_messages.UnpinAllChatMessages:3 of -msgid "Source: https://core.telegram.org/bots/api#unpinallchatmessages" -msgstr "" - -#: ../../docstring -#: aiogram.methods.unpin_all_chat_messages.UnpinAllChatMessages.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - #: ../../api/methods/unpin_all_chat_messages.rst:14 msgid "Usage" msgstr "" @@ -86,3 +66,26 @@ msgstr "" #: ../../api/methods/unpin_all_chat_messages.rst:50 msgid ":meth:`aiogram.types.chat.Chat.unpin_all_messages`" msgstr "" + +#~ msgid "" +#~ "Use this method to clear the list" +#~ " of pinned messages in a chat. " +#~ "If the chat is not a private " +#~ "chat, the bot must be an " +#~ "administrator in the chat for this " +#~ "to work and must have the " +#~ "'can_pin_messages' administrator right in a" +#~ " supergroup or 'can_edit_messages' administrator" +#~ " right in a channel. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#unpinallchatmessages" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/unpin_all_forum_topic_messages.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/unpin_all_forum_topic_messages.po index bbc5d5ac..4be5a622 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/unpin_all_forum_topic_messages.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/unpin_all_forum_topic_messages.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/unpin_all_forum_topic_messages.rst:3 msgid "unpinAllForumTopicMessages" @@ -25,34 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.unpin_all_forum_topic_messages.UnpinAllForumTopicMessages:1 -#: of -msgid "" -"Use this method to clear the list of pinned messages in a forum topic. " -"The bot must be an administrator in the chat for this to work and must " -"have the *can_pin_messages* administrator right in the supergroup. " -"Returns :code:`True` on success." -msgstr "" - -#: aiogram.methods.unpin_all_forum_topic_messages.UnpinAllForumTopicMessages:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#unpinallforumtopicmessages" -msgstr "" - -#: ../../docstring -#: aiogram.methods.unpin_all_forum_topic_messages.UnpinAllForumTopicMessages.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.unpin_all_forum_topic_messages.UnpinAllForumTopicMessages.message_thread_id:1 -#: of -msgid "Unique identifier for the target message thread of the forum topic" -msgstr "" - #: ../../api/methods/unpin_all_forum_topic_messages.rst:14 msgid "Usage" msgstr "" @@ -86,3 +58,27 @@ msgstr "" #: ../../api/methods/unpin_all_forum_topic_messages.rst:40 msgid "As reply into Webhook in handler" msgstr "" + +#~ msgid "" +#~ "Use this method to clear the list" +#~ " of pinned messages in a forum " +#~ "topic. The bot must be an " +#~ "administrator in the chat for this " +#~ "to work and must have the " +#~ "*can_pin_messages* administrator right in the" +#~ " supergroup. Returns :code:`True` on " +#~ "success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#unpinallforumtopicmessages" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier for the target message thread of the forum topic" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/unpin_chat_message.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/unpin_chat_message.po index e184084b..3a7be657 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/unpin_chat_message.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/unpin_chat_message.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/unpin_chat_message.rst:3 msgid "unpinChatMessage" @@ -25,34 +25,6 @@ msgstr "" msgid "Returns: :obj:`bool`" msgstr "" -#: aiogram.methods.unpin_chat_message.UnpinChatMessage:1 of -msgid "" -"Use this method to remove a message from the list of pinned messages in a" -" chat. If the chat is not a private chat, the bot must be an " -"administrator in the chat for this to work and must have the " -"'can_pin_messages' administrator right in a supergroup or " -"'can_edit_messages' administrator right in a channel. Returns " -":code:`True` on success." -msgstr "" - -#: aiogram.methods.unpin_chat_message.UnpinChatMessage:3 of -msgid "Source: https://core.telegram.org/bots/api#unpinchatmessage" -msgstr "" - -#: ../../docstring -#: aiogram.methods.unpin_chat_message.UnpinChatMessage.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: ../../docstring -#: aiogram.methods.unpin_chat_message.UnpinChatMessage.message_id:1 of -msgid "" -"Identifier of a message to unpin. If not specified, the most recent " -"pinned message (by sending date) will be unpinned." -msgstr "" - #: ../../api/methods/unpin_chat_message.rst:14 msgid "Usage" msgstr "" @@ -99,3 +71,33 @@ msgstr "" #~ msgid "As message method" #~ msgstr "" + +#~ msgid "" +#~ "Use this method to remove a " +#~ "message from the list of pinned " +#~ "messages in a chat. If the chat" +#~ " is not a private chat, the bot" +#~ " must be an administrator in the " +#~ "chat for this to work and must " +#~ "have the 'can_pin_messages' administrator " +#~ "right in a supergroup or " +#~ "'can_edit_messages' administrator right in a" +#~ " channel. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#unpinchatmessage" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "Identifier of a message to unpin. " +#~ "If not specified, the most recent " +#~ "pinned message (by sending date) will" +#~ " be unpinned." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/upload_sticker_file.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/upload_sticker_file.po index 5a9d256a..47d9ac50 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/methods/upload_sticker_file.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/upload_sticker_file.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/methods/upload_sticker_file.rst:3 msgid "uploadStickerFile" @@ -25,31 +25,6 @@ msgstr "" msgid "Returns: :obj:`File`" msgstr "" -#: aiogram.methods.upload_sticker_file.UploadStickerFile:1 of -msgid "" -"Use this method to upload a .PNG file with a sticker for later use in " -"*createNewStickerSet* and *addStickerToSet* methods (can be used multiple" -" times). Returns the uploaded :class:`aiogram.types.file.File` on " -"success." -msgstr "" - -#: aiogram.methods.upload_sticker_file.UploadStickerFile:3 of -msgid "Source: https://core.telegram.org/bots/api#uploadstickerfile" -msgstr "" - -#: ../../docstring -#: aiogram.methods.upload_sticker_file.UploadStickerFile.user_id:1 of -msgid "User identifier of sticker file owner" -msgstr "" - -#: ../../docstring -#: aiogram.methods.upload_sticker_file.UploadStickerFile.png_sticker:1 of -msgid "" -"**PNG** image with the sticker, must be up to 512 kilobytes in size, " -"dimensions must not exceed 512px, and either width or height must be " -"exactly 512px. :ref:`More information on Sending Files » `" -msgstr "" - #: ../../api/methods/upload_sticker_file.rst:14 msgid "Usage" msgstr "" @@ -77,3 +52,28 @@ msgstr "" #: ../../api/methods/upload_sticker_file.rst:33 msgid "With specific bot" msgstr "" + +#~ msgid "" +#~ "Use this method to upload a .PNG" +#~ " file with a sticker for later " +#~ "use in *createNewStickerSet* and " +#~ "*addStickerToSet* methods (can be used " +#~ "multiple times). Returns the uploaded " +#~ ":class:`aiogram.types.file.File` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#uploadstickerfile" +#~ msgstr "" + +#~ msgid "User identifier of sticker file owner" +#~ msgstr "" + +#~ msgid "" +#~ "**PNG** image with the sticker, must " +#~ "be up to 512 kilobytes in size," +#~ " dimensions must not exceed 512px, " +#~ "and either width or height must be" +#~ " exactly 512px. :ref:`More information on" +#~ " Sending Files » `" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/session/base.po b/docs/locale/uk_UA/LC_MESSAGES/api/session/base.po index 3587676e..45b50700 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/session/base.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/session/base.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/session/base.rst:3 msgid "Base" @@ -25,50 +25,39 @@ msgstr "" msgid "Abstract session for all client sessions" msgstr "" -#: aiogram.client.session.base.BaseSession.check_response:1 of -msgid "Check response status" -msgstr "" +#~ msgid "Check response status" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.clean_json:1 of -msgid "Clean data before send" -msgstr "" +#~ msgid "Clean data before send" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.close:1 of -msgid "Close client session" -msgstr "" +#~ msgid "Close client session" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.make_request:1 of -msgid "Make request to Telegram Bot API" -msgstr "" +#~ msgid "Make request to Telegram Bot API" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.make_request of -msgid "Parameters" -msgstr "" +#~ msgid "Parameters" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.make_request:3 of -msgid "Bot instance" -msgstr "" +#~ msgid "Bot instance" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.make_request:4 of -msgid "Method instance" -msgstr "" +#~ msgid "Method instance" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.make_request:5 of -msgid "Request timeout" -msgstr "" +#~ msgid "Request timeout" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.make_request of -msgid "Returns" -msgstr "" +#~ msgid "Returns" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.make_request of -msgid "Raises" -msgstr "" +#~ msgid "Raises" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.prepare_value:1 of -msgid "Prepare value before send" -msgstr "" +#~ msgid "Prepare value before send" +#~ msgstr "" + +#~ msgid "Stream reader" +#~ msgstr "" -#: aiogram.client.session.base.BaseSession.stream_content:1 of -msgid "Stream reader" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/session/custom_server.po b/docs/locale/uk_UA/LC_MESSAGES/api/session/custom_server.po index b5db8d60..ff5731f8 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/session/custom_server.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/session/custom_server.po @@ -8,89 +8,70 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/session/custom_server.rst:2 msgid "Use Custom API server" msgstr "" -#: aiogram.client.telegram.TelegramAPIServer:1 of -msgid "Base config for API Endpoints" -msgstr "" - -#: aiogram.client.telegram.TelegramAPIServer.api_url:1 of -msgid "Generate URL for API methods" -msgstr "" - -#: aiogram.client.telegram.TelegramAPIServer.api_url -#: aiogram.client.telegram.TelegramAPIServer.file_url -#: aiogram.client.telegram.TelegramAPIServer.from_base of -msgid "Parameters" -msgstr "" - -#: aiogram.client.telegram.TelegramAPIServer.api_url:3 -#: aiogram.client.telegram.TelegramAPIServer.file_url:3 of -msgid "Bot token" -msgstr "" - -#: aiogram.client.telegram.TelegramAPIServer.api_url:4 of -msgid "API method name (case insensitive)" -msgstr "" - -#: aiogram.client.telegram.TelegramAPIServer.api_url -#: aiogram.client.telegram.TelegramAPIServer.file_url -#: aiogram.client.telegram.TelegramAPIServer.from_base of -msgid "Returns" -msgstr "" - -#: aiogram.client.telegram.TelegramAPIServer.api_url:5 -#: aiogram.client.telegram.TelegramAPIServer.file_url:5 of -msgid "URL" -msgstr "" - -#: ../../docstring aiogram.client.telegram.TelegramAPIServer.base:1 -#: aiogram.client.telegram.TelegramAPIServer.from_base:3 of -msgid "Base URL" -msgstr "" - -#: ../../docstring aiogram.client.telegram.TelegramAPIServer.file:1 of -msgid "Files URL" -msgstr "" - -#: aiogram.client.telegram.TelegramAPIServer.file_url:1 of -msgid "Generate URL for downloading files" -msgstr "" - -#: aiogram.client.telegram.TelegramAPIServer.file_url:4 of -msgid "file path" -msgstr "" - -#: aiogram.client.telegram.TelegramAPIServer.from_base:1 of -msgid "Use this method to auto-generate TelegramAPIServer instance from base URL" -msgstr "" - -#: aiogram.client.telegram.TelegramAPIServer.from_base:4 of -msgid "instance of :class:`TelegramAPIServer`" -msgstr "" - -#: ../../docstring aiogram.client.telegram.TelegramAPIServer.is_local:1 of -msgid "" -"Mark this server is in `local mode " -"`_." -msgstr "" - -#: ../../docstring aiogram.client.telegram.TelegramAPIServer.wrap_local_file:1 -#: of -msgid "Callback to wrap files path in local mode" -msgstr "" - #: ../../api/session/custom_server.rst:7 msgid "For example, if you want to use self-hosted API server:" msgstr "" + +#~ msgid "Base config for API Endpoints" +#~ msgstr "" + +#~ msgid "Generate URL for API methods" +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "Bot token" +#~ msgstr "" + +#~ msgid "API method name (case insensitive)" +#~ msgstr "" + +#~ msgid "Returns" +#~ msgstr "" + +#~ msgid "URL" +#~ msgstr "" + +#~ msgid "Base URL" +#~ msgstr "" + +#~ msgid "Files URL" +#~ msgstr "" + +#~ msgid "Generate URL for downloading files" +#~ msgstr "" + +#~ msgid "file path" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to auto-generate " +#~ "TelegramAPIServer instance from base URL" +#~ msgstr "" + +#~ msgid "instance of :class:`TelegramAPIServer`" +#~ msgstr "" + +#~ msgid "" +#~ "Mark this server is in `local mode" +#~ " `_." +#~ msgstr "" + +#~ msgid "Callback to wrap files path in local mode" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/animation.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/animation.po index df976078..d6d0886d 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/animation.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/animation.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/animation.rst:3 msgid "Animation" @@ -23,52 +23,76 @@ msgstr "" #: aiogram.types.animation.Animation:1 of msgid "" -"This object represents an animation file (GIF or H.264/MPEG-4 AVC video " -"without sound)." +"You can provide an animation for your game so that it looks stylish in " +"chats (check out Lumberjack for an example). This object represents an " +"animation file to be displayed in the message containing a game." msgstr "" -#: aiogram.types.animation.Animation:3 of -msgid "Source: https://core.telegram.org/bots/api#animation" +#: aiogram.types.animation.Animation:5 of +msgid "https://core.telegram.org/bots/api#animation" msgstr "" -#: ../../docstring aiogram.types.animation.Animation.file_id:1 of -msgid "Identifier for this file, which can be used to download or reuse the file" +#: ../../docstring aiogram.types.animation.Animation.duration:1 +#: aiogram.types.animation.Animation.file_id:1 +#: aiogram.types.animation.Animation.file_name:1 +#: aiogram.types.animation.Animation.file_size:1 +#: aiogram.types.animation.Animation.file_unique_id:1 +#: aiogram.types.animation.Animation.height:1 +#: aiogram.types.animation.Animation.mime_type:1 +#: aiogram.types.animation.Animation.thumb:1 +#: aiogram.types.animation.Animation.width:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.animation.Animation.file_unique_id:1 of -msgid "" -"Unique identifier for this file, which is supposed to be the same over " -"time and for different bots. Can't be used to download or reuse the file." -msgstr "" +#~ msgid "" +#~ "This object represents an animation file" +#~ " (GIF or H.264/MPEG-4 AVC video " +#~ "without sound)." +#~ msgstr "" -#: ../../docstring aiogram.types.animation.Animation.width:1 of -msgid "Video width as defined by sender" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#animation" +#~ msgstr "" -#: ../../docstring aiogram.types.animation.Animation.height:1 of -msgid "Video height as defined by sender" -msgstr "" +#~ msgid "" +#~ "Identifier for this file, which can " +#~ "be used to download or reuse the" +#~ " file" +#~ msgstr "" -#: ../../docstring aiogram.types.animation.Animation.duration:1 of -msgid "Duration of the video in seconds as defined by sender" -msgstr "" +#~ msgid "" +#~ "Unique identifier for this file, which" +#~ " is supposed to be the same " +#~ "over time and for different bots. " +#~ "Can't be used to download or reuse" +#~ " the file." +#~ msgstr "" -#: ../../docstring aiogram.types.animation.Animation.thumb:1 of -msgid "*Optional*. Animation thumbnail as defined by sender" -msgstr "" +#~ msgid "Video width as defined by sender" +#~ msgstr "" -#: ../../docstring aiogram.types.animation.Animation.file_name:1 of -msgid "*Optional*. Original animation filename as defined by sender" -msgstr "" +#~ msgid "Video height as defined by sender" +#~ msgstr "" -#: ../../docstring aiogram.types.animation.Animation.mime_type:1 of -msgid "*Optional*. MIME type of the file as defined by sender" -msgstr "" +#~ msgid "Duration of the video in seconds as defined by sender" +#~ msgstr "" + +#~ msgid "*Optional*. Animation thumbnail as defined by sender" +#~ msgstr "" + +#~ msgid "*Optional*. Original animation filename as defined by sender" +#~ msgstr "" + +#~ msgid "*Optional*. MIME type of the file as defined by sender" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. File size in bytes. It " +#~ "can be bigger than 2^31 and some" +#~ " programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a signed 64-bit " +#~ "integer or double-precision float type" +#~ " are safe for storing this value." +#~ msgstr "" -#: ../../docstring aiogram.types.animation.Animation.file_size:1 of -msgid "" -"*Optional*. File size in bytes. It can be bigger than 2^31 and some " -"programming languages may have difficulty/silent defects in interpreting " -"it. But it has at most 52 significant bits, so a signed 64-bit integer or" -" double-precision float type are safe for storing this value." -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/audio.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/audio.po index 81579c4c..df3d9adc 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/audio.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/audio.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/audio.rst:3 msgid "Audio" @@ -28,47 +28,66 @@ msgid "" msgstr "" #: aiogram.types.audio.Audio:3 of -msgid "Source: https://core.telegram.org/bots/api#audio" +msgid "https://core.telegram.org/bots/api#audio" msgstr "" -#: ../../docstring aiogram.types.audio.Audio.file_id:1 of -msgid "Identifier for this file, which can be used to download or reuse the file" +#: ../../docstring aiogram.types.audio.Audio.duration:1 +#: aiogram.types.audio.Audio.file_id:1 aiogram.types.audio.Audio.file_name:1 +#: aiogram.types.audio.Audio.file_size:1 +#: aiogram.types.audio.Audio.file_unique_id:1 +#: aiogram.types.audio.Audio.mime_type:1 aiogram.types.audio.Audio.performer:1 +#: aiogram.types.audio.Audio.thumb:1 aiogram.types.audio.Audio.title:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.audio.Audio.file_unique_id:1 of -msgid "" -"Unique identifier for this file, which is supposed to be the same over " -"time and for different bots. Can't be used to download or reuse the file." -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#audio" +#~ msgstr "" -#: ../../docstring aiogram.types.audio.Audio.duration:1 of -msgid "Duration of the audio in seconds as defined by sender" -msgstr "" +#~ msgid "" +#~ "Identifier for this file, which can " +#~ "be used to download or reuse the" +#~ " file" +#~ msgstr "" -#: ../../docstring aiogram.types.audio.Audio.performer:1 of -msgid "*Optional*. Performer of the audio as defined by sender or by audio tags" -msgstr "" +#~ msgid "" +#~ "Unique identifier for this file, which" +#~ " is supposed to be the same " +#~ "over time and for different bots. " +#~ "Can't be used to download or reuse" +#~ " the file." +#~ msgstr "" -#: ../../docstring aiogram.types.audio.Audio.title:1 of -msgid "*Optional*. Title of the audio as defined by sender or by audio tags" -msgstr "" +#~ msgid "Duration of the audio in seconds as defined by sender" +#~ msgstr "" -#: ../../docstring aiogram.types.audio.Audio.file_name:1 of -msgid "*Optional*. Original filename as defined by sender" -msgstr "" +#~ msgid "" +#~ "*Optional*. Performer of the audio as" +#~ " defined by sender or by audio " +#~ "tags" +#~ msgstr "" -#: ../../docstring aiogram.types.audio.Audio.mime_type:1 of -msgid "*Optional*. MIME type of the file as defined by sender" -msgstr "" +#~ msgid "*Optional*. Title of the audio as defined by sender or by audio tags" +#~ msgstr "" -#: ../../docstring aiogram.types.audio.Audio.file_size:1 of -msgid "" -"*Optional*. File size in bytes. It can be bigger than 2^31 and some " -"programming languages may have difficulty/silent defects in interpreting " -"it. But it has at most 52 significant bits, so a signed 64-bit integer or" -" double-precision float type are safe for storing this value." -msgstr "" +#~ msgid "*Optional*. Original filename as defined by sender" +#~ msgstr "" + +#~ msgid "*Optional*. MIME type of the file as defined by sender" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. File size in bytes. It " +#~ "can be bigger than 2^31 and some" +#~ " programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a signed 64-bit " +#~ "integer or double-precision float type" +#~ " are safe for storing this value." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Thumbnail of the album cover" +#~ " to which the music file belongs" +#~ msgstr "" -#: ../../docstring aiogram.types.audio.Audio.thumb:1 of -msgid "*Optional*. Thumbnail of the album cover to which the music file belongs" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command.po index 8a4ec997..3debe95f 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/bot_command.rst:3 msgid "BotCommand" @@ -26,15 +26,23 @@ msgid "This object represents a bot command." msgstr "" #: aiogram.types.bot_command.BotCommand:3 of -msgid "Source: https://core.telegram.org/bots/api#botcommand" +msgid "https://core.telegram.org/bots/api#botcommand" msgstr "" -#: ../../docstring aiogram.types.bot_command.BotCommand.command:1 of -msgid "" -"Text of the command; 1-32 characters. Can contain only lowercase English " -"letters, digits and underscores." +#: ../../docstring aiogram.types.bot_command.BotCommand.command:1 +#: aiogram.types.bot_command.BotCommand.description:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.bot_command.BotCommand.description:1 of -msgid "Description of the command; 1-256 characters." -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#botcommand" +#~ msgstr "" + +#~ msgid "" +#~ "Text of the command; 1-32 characters." +#~ " Can contain only lowercase English " +#~ "letters, digits and underscores." +#~ msgstr "" + +#~ msgid "Description of the command; 1-256 characters." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope.po index ae5cc0bc..908ef0f2 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/bot_command_scope.rst:3 msgid "BotCommandScope" @@ -28,33 +28,91 @@ msgid "" msgstr "" #: aiogram.types.bot_command_scope.BotCommandScope:3 of -msgid ":class:`aiogram.types.bot_command_scope_default.BotCommandScopeDefault`" -msgstr "" - -#: aiogram.types.bot_command_scope.BotCommandScope:4 of -msgid ":class:`aiogram.types.bot_command_scope_all_private_chats.BotCommandScopeAllPrivateChats`" -msgstr "" - -#: aiogram.types.bot_command_scope.BotCommandScope:5 of -msgid ":class:`aiogram.types.bot_command_scope_all_group_chats.BotCommandScopeAllGroupChats`" -msgstr "" - -#: aiogram.types.bot_command_scope.BotCommandScope:6 of -msgid ":class:`aiogram.types.bot_command_scope_all_chat_administrators.BotCommandScopeAllChatAdministrators`" -msgstr "" - -#: aiogram.types.bot_command_scope.BotCommandScope:7 of -msgid ":class:`aiogram.types.bot_command_scope_chat.BotCommandScopeChat`" -msgstr "" - -#: aiogram.types.bot_command_scope.BotCommandScope:8 of -msgid ":class:`aiogram.types.bot_command_scope_chat_administrators.BotCommandScopeChatAdministrators`" -msgstr "" - -#: aiogram.types.bot_command_scope.BotCommandScope:9 of -msgid ":class:`aiogram.types.bot_command_scope_chat_member.BotCommandScopeChatMember`" +msgid "" +"BotCommandScopeDefault BotCommandScopeAllPrivateChats " +"BotCommandScopeAllGroupChats BotCommandScopeAllChatAdministrators " +"BotCommandScopeChat BotCommandScopeChatAdministrators " +"BotCommandScopeChatMember" msgstr "" #: aiogram.types.bot_command_scope.BotCommandScope:11 of -msgid "Source: https://core.telegram.org/bots/api#botcommandscope" +msgid "https://core.telegram.org/bots/api#botcommandscope" msgstr "" + +#: ../../docstring aiogram.types.bot_command_scope.BotCommandScope.type:1 +#: aiogram.types.bot_command_scope.BotCommandScopeAllChatAdministrators.type:1 +#: aiogram.types.bot_command_scope.BotCommandScopeAllGroupChats.type:1 +#: aiogram.types.bot_command_scope.BotCommandScopeAllPrivateChats.type:1 +#: aiogram.types.bot_command_scope.BotCommandScopeChat.chat_id:1 +#: aiogram.types.bot_command_scope.BotCommandScopeChat.type:1 +#: aiogram.types.bot_command_scope.BotCommandScopeChatAdministrators.chat_id:1 +#: aiogram.types.bot_command_scope.BotCommandScopeChatAdministrators.type:1 +#: aiogram.types.bot_command_scope.BotCommandScopeChatMember.chat_id:1 +#: aiogram.types.bot_command_scope.BotCommandScopeChatMember.type:1 +#: aiogram.types.bot_command_scope.BotCommandScopeChatMember.user_id:1 +#: aiogram.types.bot_command_scope.BotCommandScopeDefault.type:1 of +msgid "Simple field" +msgstr "" + +#: aiogram.types.bot_command_scope.BotCommandScopeDefault:1 of +msgid "" +"Represents the default scope of bot commands. Default commands are used " +"if no commands with a narrower scope are specified for the user." +msgstr "" + +#: aiogram.types.bot_command_scope.BotCommandScopeAllPrivateChats:1 of +msgid "Represents the scope of bot commands, covering all private chats." +msgstr "" + +#: aiogram.types.bot_command_scope.BotCommandScopeAllGroupChats:1 of +msgid "" +"Represents the scope of bot commands, covering all group and supergroup " +"chats." +msgstr "" + +#: aiogram.types.bot_command_scope.BotCommandScopeAllChatAdministrators:1 of +msgid "" +"Represents the scope of bot commands, covering all group and supergroup " +"chat administrators." +msgstr "" + +#: aiogram.types.bot_command_scope.BotCommandScopeChat:1 of +msgid "Represents the scope of bot commands, covering a specific chat." +msgstr "" + +#: aiogram.types.bot_command_scope.BotCommandScopeChatAdministrators:1 of +msgid "" +"Represents the scope of bot commands, covering all administrators of a " +"specific group or supergroup chat." +msgstr "" + +#: aiogram.types.bot_command_scope.BotCommandScopeChatMember:1 of +msgid "" +"Represents the scope of bot commands, covering a specific member of a " +"group or supergroup chat." +msgstr "" + +#~ msgid ":class:`aiogram.types.bot_command_scope_default.BotCommandScopeDefault`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.bot_command_scope_all_private_chats.BotCommandScopeAllPrivateChats`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.bot_command_scope_all_group_chats.BotCommandScopeAllGroupChats`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.bot_command_scope_all_chat_administrators.BotCommandScopeAllChatAdministrators`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.bot_command_scope_chat.BotCommandScopeChat`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.bot_command_scope_chat_administrators.BotCommandScopeChatAdministrators`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.bot_command_scope_chat_member.BotCommandScopeChatMember`" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#botcommandscope" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_all_chat_administrators.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_all_chat_administrators.po index 35e5dc6c..b06413d3 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_all_chat_administrators.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_all_chat_administrators.po @@ -8,36 +8,31 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/bot_command_scope_all_chat_administrators.rst:3 msgid "BotCommandScopeAllChatAdministrators" msgstr "" -#: aiogram.types.bot_command_scope_all_chat_administrators.BotCommandScopeAllChatAdministrators:1 -#: of -msgid "" -"Represents the `scope " -"`_ of bot commands, " -"covering all group and supergroup chat administrators." -msgstr "" +#~ msgid "" +#~ "Represents the `scope " +#~ "`_ of " +#~ "bot commands, covering all group and " +#~ "supergroup chat administrators." +#~ msgstr "" -#: aiogram.types.bot_command_scope_all_chat_administrators.BotCommandScopeAllChatAdministrators:3 -#: of -msgid "" -"Source: " -"https://core.telegram.org/bots/api#botcommandscopeallchatadministrators" -msgstr "" +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#botcommandscopeallchatadministrators" +#~ msgstr "" + +#~ msgid "Scope type, must be *all_chat_administrators*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_all_chat_administrators.BotCommandScopeAllChatAdministrators.type:1 -#: of -msgid "Scope type, must be *all_chat_administrators*" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_all_group_chats.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_all_group_chats.po index 550a1103..ec37c346 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_all_group_chats.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_all_group_chats.po @@ -8,34 +8,29 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/bot_command_scope_all_group_chats.rst:3 msgid "BotCommandScopeAllGroupChats" msgstr "" -#: aiogram.types.bot_command_scope_all_group_chats.BotCommandScopeAllGroupChats:1 -#: of -msgid "" -"Represents the `scope " -"`_ of bot commands, " -"covering all group and supergroup chats." -msgstr "" +#~ msgid "" +#~ "Represents the `scope " +#~ "`_ of " +#~ "bot commands, covering all group and " +#~ "supergroup chats." +#~ msgstr "" -#: aiogram.types.bot_command_scope_all_group_chats.BotCommandScopeAllGroupChats:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#botcommandscopeallgroupchats" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#botcommandscopeallgroupchats" +#~ msgstr "" + +#~ msgid "Scope type, must be *all_group_chats*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_all_group_chats.BotCommandScopeAllGroupChats.type:1 -#: of -msgid "Scope type, must be *all_group_chats*" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_all_private_chats.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_all_private_chats.po index 0b2610c3..74b6528c 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_all_private_chats.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_all_private_chats.po @@ -8,34 +8,31 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/bot_command_scope_all_private_chats.rst:3 msgid "BotCommandScopeAllPrivateChats" msgstr "" -#: aiogram.types.bot_command_scope_all_private_chats.BotCommandScopeAllPrivateChats:1 -#: of -msgid "" -"Represents the `scope " -"`_ of bot commands, " -"covering all private chats." -msgstr "" +#~ msgid "" +#~ "Represents the `scope " +#~ "`_ of " +#~ "bot commands, covering all private " +#~ "chats." +#~ msgstr "" -#: aiogram.types.bot_command_scope_all_private_chats.BotCommandScopeAllPrivateChats:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#botcommandscopeallprivatechats" -msgstr "" +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#botcommandscopeallprivatechats" +#~ msgstr "" + +#~ msgid "Scope type, must be *all_private_chats*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_all_private_chats.BotCommandScopeAllPrivateChats.type:1 -#: of -msgid "Scope type, must be *all_private_chats*" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_chat.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_chat.po index 2114f522..72a5cb0f 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_chat.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_chat.po @@ -8,38 +8,34 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/bot_command_scope_chat.rst:3 msgid "BotCommandScopeChat" msgstr "" -#: aiogram.types.bot_command_scope_chat.BotCommandScopeChat:1 of -msgid "" -"Represents the `scope " -"`_ of bot commands, " -"covering a specific chat." -msgstr "" +#~ msgid "" +#~ "Represents the `scope " +#~ "`_ of " +#~ "bot commands, covering a specific chat." +#~ msgstr "" -#: aiogram.types.bot_command_scope_chat.BotCommandScopeChat:3 of -msgid "Source: https://core.telegram.org/bots/api#botcommandscopechat" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#botcommandscopechat" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_chat.BotCommandScopeChat.type:1 of -msgid "Scope type, must be *chat*" -msgstr "" +#~ msgid "Scope type, must be *chat*" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_chat.BotCommandScopeChat.chat_id:1 of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_chat_administrators.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_chat_administrators.po index 92ab15bc..cfcb324f 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_chat_administrators.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_chat_administrators.po @@ -8,44 +8,38 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/bot_command_scope_chat_administrators.rst:3 msgid "BotCommandScopeChatAdministrators" msgstr "" -#: aiogram.types.bot_command_scope_chat_administrators.BotCommandScopeChatAdministrators:1 -#: of -msgid "" -"Represents the `scope " -"`_ of bot commands, " -"covering all administrators of a specific group or supergroup chat." -msgstr "" +#~ msgid "" +#~ "Represents the `scope " +#~ "`_ of " +#~ "bot commands, covering all administrators " +#~ "of a specific group or supergroup " +#~ "chat." +#~ msgstr "" -#: aiogram.types.bot_command_scope_chat_administrators.BotCommandScopeChatAdministrators:3 -#: of -msgid "" -"Source: " -"https://core.telegram.org/bots/api#botcommandscopechatadministrators" -msgstr "" +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#botcommandscopechatadministrators" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_chat_administrators.BotCommandScopeChatAdministrators.type:1 -#: of -msgid "Scope type, must be *chat_administrators*" -msgstr "" +#~ msgid "Scope type, must be *chat_administrators*" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_chat_administrators.BotCommandScopeChatAdministrators.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_chat_member.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_chat_member.po index e09566eb..be831fbf 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_chat_member.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_chat_member.po @@ -8,46 +8,38 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/bot_command_scope_chat_member.rst:3 msgid "BotCommandScopeChatMember" msgstr "" -#: aiogram.types.bot_command_scope_chat_member.BotCommandScopeChatMember:1 of -msgid "" -"Represents the `scope " -"`_ of bot commands, " -"covering a specific member of a group or supergroup chat." -msgstr "" +#~ msgid "" +#~ "Represents the `scope " +#~ "`_ of " +#~ "bot commands, covering a specific member" +#~ " of a group or supergroup chat." +#~ msgstr "" -#: aiogram.types.bot_command_scope_chat_member.BotCommandScopeChatMember:3 of -msgid "Source: https://core.telegram.org/bots/api#botcommandscopechatmember" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#botcommandscopechatmember" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_chat_member.BotCommandScopeChatMember.type:1 -#: of -msgid "Scope type, must be *chat_member*" -msgstr "" +#~ msgid "Scope type, must be *chat_member*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_chat_member.BotCommandScopeChatMember.chat_id:1 -#: of -msgid "" -"Unique identifier for the target chat or username of the target " -"supergroup (in the format :code:`@supergroupusername`)" -msgstr "" +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target supergroup" +#~ " (in the format :code:`@supergroupusername`)" +#~ msgstr "" + +#~ msgid "Unique identifier of the target user" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_chat_member.BotCommandScopeChatMember.user_id:1 -#: of -msgid "Unique identifier of the target user" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_default.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_default.po index d4f81fde..9baed5f8 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_default.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/bot_command_scope_default.po @@ -8,33 +8,32 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/bot_command_scope_default.rst:3 msgid "BotCommandScopeDefault" msgstr "" -#: aiogram.types.bot_command_scope_default.BotCommandScopeDefault:1 of -msgid "" -"Represents the default `scope " -"`_ of bot commands. " -"Default commands are used if no commands with a `narrower scope " -"`_ are " -"specified for the user." -msgstr "" +#~ msgid "" +#~ "Represents the default `scope " +#~ "`_ of " +#~ "bot commands. Default commands are used" +#~ " if no commands with a `narrower " +#~ "scope `_ are specified for " +#~ "the user." +#~ msgstr "" -#: aiogram.types.bot_command_scope_default.BotCommandScopeDefault:3 of -msgid "Source: https://core.telegram.org/bots/api#botcommandscopedefault" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#botcommandscopedefault" +#~ msgstr "" + +#~ msgid "Scope type, must be *default*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.bot_command_scope_default.BotCommandScopeDefault.type:1 of -msgid "Scope type, must be *default*" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/callback_game.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/callback_game.po index f564ef56..84f9e125 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/callback_game.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/callback_game.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/callback_game.rst:3 msgid "CallbackGame" @@ -23,10 +23,21 @@ msgstr "" #: aiogram.types.callback_game.CallbackGame:1 of msgid "" -"A placeholder, currently holds no information. Use `BotFather " -"`_ to set up your game." +"A placeholder, currently holds no information. Use BotFather to set up " +"your game." msgstr "" #: aiogram.types.callback_game.CallbackGame:3 of -msgid "Source: https://core.telegram.org/bots/api#callbackgame" +msgid "https://core.telegram.org/bots/api#callbackgame" msgstr "" + +#~ msgid "" +#~ "A placeholder, currently holds no " +#~ "information. Use `BotFather " +#~ "`_ to set up your " +#~ "game." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#callbackgame" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/callback_query.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/callback_query.po index cb74a993..fb5a058a 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/callback_query.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/callback_query.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/callback_query.rst:3 msgid "CallbackQuery" @@ -24,104 +24,55 @@ msgstr "" #: aiogram.types.callback_query.CallbackQuery:1 of msgid "" "This object represents an incoming callback query from a callback button " -"in an `inline keyboard `_. If the button that originated the query was attached to a " -"message sent by the bot, the field *message* will be present. If the " -"button was attached to a message sent via the bot (in `inline mode " -"`_), the field " -"*inline_message_id* will be present. Exactly one of the fields *data* or " -"*game_short_name* will be present." +"in an inline keyboard." msgstr "" #: aiogram.types.callback_query.CallbackQuery:3 of msgid "" -"**NOTE:** After the user presses a callback button, Telegram clients will" -" display a progress bar until you call " -":class:`aiogram.methods.answer_callback_query.AnswerCallbackQuery`. It " -"is, therefore, necessary to react by calling " -":class:`aiogram.methods.answer_callback_query.AnswerCallbackQuery` even " -"if no notification to the user is needed (e.g., without specifying any of" -" the optional parameters)." +"If the button that originated the query was attached to a message sent by" +" the bot, the field message will be present." msgstr "" -#: aiogram.types.callback_query.CallbackQuery:5 of -msgid "Source: https://core.telegram.org/bots/api#callbackquery" +#: aiogram.types.callback_query.CallbackQuery:6 of +msgid "" +"If the button was attached to a message sent via the bot (in inline " +"mode), the field inline_message_id will be present." msgstr "" -#: ../../docstring aiogram.types.callback_query.CallbackQuery.id:1 of -msgid "Unique identifier for this query" +#: aiogram.types.callback_query.CallbackQuery:9 of +msgid "Exactly one of the fields data or game_short_name will be present." msgstr "" -#: ../../docstring aiogram.types.callback_query.CallbackQuery.from_user:1 of -msgid "Sender" +#: aiogram.types.callback_query.CallbackQuery:11 of +msgid "https://core.telegram.org/bots/api#callbackquery" msgstr "" #: ../../docstring aiogram.types.callback_query.CallbackQuery.chat_instance:1 -#: of -msgid "" -"Global identifier, uniquely corresponding to the chat to which the " -"message with the callback button was sent. Useful for high scores in " -":class:`aiogram.methods.games.Games`." -msgstr "" - -#: ../../docstring aiogram.types.callback_query.CallbackQuery.message:1 of -msgid "" -"*Optional*. Message with the callback button that originated the query. " -"Note that message content and message date will not be available if the " -"message is too old" -msgstr "" - -#: ../../docstring -#: aiogram.types.callback_query.CallbackQuery.inline_message_id:1 of -msgid "" -"*Optional*. Identifier of the message sent via the bot in inline mode, " -"that originated the query." -msgstr "" - -#: ../../docstring aiogram.types.callback_query.CallbackQuery.data:1 of -msgid "" -"*Optional*. Data associated with the callback button. Be aware that the " -"message originated the query can contain no callback buttons with this " -"data." -msgstr "" - -#: ../../docstring aiogram.types.callback_query.CallbackQuery.game_short_name:1 -#: of -msgid "" -"*Optional*. Short name of a `Game " -"`_ to be returned, serves as " -"the unique identifier for the game" +#: aiogram.types.callback_query.CallbackQuery.data:1 +#: aiogram.types.callback_query.CallbackQuery.from_user:1 +#: aiogram.types.callback_query.CallbackQuery.game_short_name:1 +#: aiogram.types.callback_query.CallbackQuery.id:1 +#: aiogram.types.callback_query.CallbackQuery.inline_message_id:1 +#: aiogram.types.callback_query.CallbackQuery.message:1 of +msgid "Simple field" msgstr "" #: aiogram.types.callback_query.CallbackQuery.answer:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.answer_callback_query.AnswerCallbackQuery` will " -"automatically fill method attributes:" +"Use this method to send answers to callback queries sent from inline " +"keyboards. The answer will be displayed to the user as a notification at " +"the top of the chat screen or as an alert." msgstr "" #: aiogram.types.callback_query.CallbackQuery.answer:4 of -msgid ":code:`callback_query_id`" -msgstr "" - -#: aiogram.types.callback_query.CallbackQuery.answer:6 of -msgid "" -"Use this method to send answers to callback queries sent from `inline " -"keyboards `_. " -"The answer will be displayed to the user as a notification at the top of " -"the chat screen or as an alert. On success, :code:`True` is returned." -msgstr "" - -#: aiogram.types.callback_query.CallbackQuery.answer:8 of msgid "" "Alternatively, the user can be redirected to the specified Game URL. For " "this option to work, you must first create a game for your bot via " -"`@BotFather `_ and accept the terms. Otherwise, " -"you may use links like :code:`t.me/your_bot?start=XXXX` that open your " -"bot with a parameter." +"@Botfather and accept the terms. Otherwise, you may use links like " +"t.me/your_bot?start=XXXX that open your bot with a parameter." msgstr "" -#: aiogram.types.callback_query.CallbackQuery.answer:10 of +#: aiogram.types.callback_query.CallbackQuery.answer:8 of msgid "Source: https://core.telegram.org/bots/api#answercallbackquery" msgstr "" @@ -129,44 +80,42 @@ msgstr "" msgid "Parameters" msgstr "" -#: aiogram.types.callback_query.CallbackQuery.answer:12 of +#: aiogram.types.callback_query.CallbackQuery.answer:10 of msgid "" "Text of the notification. If not specified, nothing will be shown to the " "user, 0-200 characters" msgstr "" -#: aiogram.types.callback_query.CallbackQuery.answer:13 of +#: aiogram.types.callback_query.CallbackQuery.answer:12 of msgid "" -"If :code:`True`, an alert will be shown by the client instead of a " -"notification at the top of the chat screen. Defaults to *false*." -msgstr "" - -#: aiogram.types.callback_query.CallbackQuery.answer:14 of -msgid "" -"URL that will be opened by the user's client. If you have created a " -":class:`aiogram.types.game.Game` and accepted the conditions via " -"`@BotFather `_, specify the URL that opens your " -"game - note that this will only work if the query comes from a " -"`https://core.telegram.org/bots/api#inlinekeyboardbutton " -"`_ " -"*callback_game* button." +"If true, an alert will be shown by the client instead of a notification " +"at the top of the chat screen. Defaults to false." msgstr "" #: aiogram.types.callback_query.CallbackQuery.answer:15 of +msgid "URL that will be opened by the user's client." +msgstr "" + +#: aiogram.types.callback_query.CallbackQuery.answer:17 of msgid "" "The maximum amount of time in seconds that the result of the callback " -"query may be cached client-side. Telegram apps will support caching " -"starting in version 3.14. Defaults to 0." +"query may be cached client-side." msgstr "" #: aiogram.types.callback_query.CallbackQuery.answer of msgid "Returns" msgstr "" -#: aiogram.types.callback_query.CallbackQuery.answer:16 of -msgid "" -"instance of method " -":class:`aiogram.methods.answer_callback_query.AnswerCallbackQuery`" +#: aiogram.types.callback_query.CallbackQuery.answer:20 of +msgid "On success, True is returned." +msgstr "" + +#: aiogram.types.callback_query.CallbackQuery.answer of +msgid "Return type" +msgstr "" + +#: aiogram.types.callback_query.CallbackQuery.answer:21 of +msgid ":obj:`base.Boolean`" msgstr "" #~ msgid "" @@ -189,3 +138,148 @@ msgstr "" #~ msgid "Answer to callback query" #~ msgstr "" + +#~ msgid "" +#~ "This object represents an incoming " +#~ "callback query from a callback button" +#~ " in an `inline keyboard " +#~ "`_." +#~ " If the button that originated the" +#~ " query was attached to a message " +#~ "sent by the bot, the field " +#~ "*message* will be present. If the " +#~ "button was attached to a message " +#~ "sent via the bot (in `inline mode" +#~ " `_), " +#~ "the field *inline_message_id* will be " +#~ "present. Exactly one of the fields " +#~ "*data* or *game_short_name* will be " +#~ "present." +#~ msgstr "" + +#~ msgid "" +#~ "**NOTE:** After the user presses a " +#~ "callback button, Telegram clients will " +#~ "display a progress bar until you " +#~ "call " +#~ ":class:`aiogram.methods.answer_callback_query.AnswerCallbackQuery`." +#~ " It is, therefore, necessary to react" +#~ " by calling " +#~ ":class:`aiogram.methods.answer_callback_query.AnswerCallbackQuery` " +#~ "even if no notification to the " +#~ "user is needed (e.g., without specifying" +#~ " any of the optional parameters)." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#callbackquery" +#~ msgstr "" + +#~ msgid "Unique identifier for this query" +#~ msgstr "" + +#~ msgid "Sender" +#~ msgstr "" + +#~ msgid "" +#~ "Global identifier, uniquely corresponding to" +#~ " the chat to which the message " +#~ "with the callback button was sent. " +#~ "Useful for high scores in " +#~ ":class:`aiogram.methods.games.Games`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Message with the callback " +#~ "button that originated the query. Note" +#~ " that message content and message " +#~ "date will not be available if the" +#~ " message is too old" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Identifier of the message " +#~ "sent via the bot in inline mode," +#~ " that originated the query." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Data associated with the " +#~ "callback button. Be aware that the " +#~ "message originated the query can contain" +#~ " no callback buttons with this data." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Short name of a `Game " +#~ "`_ to be " +#~ "returned, serves as the unique " +#~ "identifier for the game" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.answer_callback_query.AnswerCallbackQuery` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid ":code:`callback_query_id`" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send answers to" +#~ " callback queries sent from `inline " +#~ "keyboards `_. The answer will be " +#~ "displayed to the user as a " +#~ "notification at the top of the " +#~ "chat screen or as an alert. On " +#~ "success, :code:`True` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "Alternatively, the user can be " +#~ "redirected to the specified Game URL." +#~ " For this option to work, you " +#~ "must first create a game for your" +#~ " bot via `@BotFather `_" +#~ " and accept the terms. Otherwise, you" +#~ " may use links like " +#~ ":code:`t.me/your_bot?start=XXXX` that open your " +#~ "bot with a parameter." +#~ msgstr "" + +#~ msgid "" +#~ "If :code:`True`, an alert will be " +#~ "shown by the client instead of a" +#~ " notification at the top of the " +#~ "chat screen. Defaults to *false*." +#~ msgstr "" + +#~ msgid "" +#~ "URL that will be opened by the " +#~ "user's client. If you have created " +#~ "a :class:`aiogram.types.game.Game` and accepted " +#~ "the conditions via `@BotFather " +#~ "`_, specify the URL " +#~ "that opens your game - note that" +#~ " this will only work if the " +#~ "query comes from a " +#~ "`https://core.telegram.org/bots/api#inlinekeyboardbutton " +#~ "`_ " +#~ "*callback_game* button." +#~ msgstr "" + +#~ msgid "" +#~ "The maximum amount of time in " +#~ "seconds that the result of the " +#~ "callback query may be cached client-" +#~ "side. Telegram apps will support caching" +#~ " starting in version 3.14. Defaults " +#~ "to 0." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.answer_callback_query.AnswerCallbackQuery`" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat.po index df76afc2..2865a3d3 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-12 00:22+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,1247 +26,819 @@ msgid "This object represents a chat." msgstr "" #: aiogram.types.chat.Chat:3 of -msgid "Source: https://core.telegram.org/bots/api#chat" +msgid "https://core.telegram.org/bots/api#chat" msgstr "" -#: ../../docstring aiogram.types.chat.Chat.id:1 of +#: ../../docstring aiogram.types.chat.Chat.active_usernames:1 +#: aiogram.types.chat.Chat.all_members_are_administrators:1 +#: aiogram.types.chat.Chat.bio:1 aiogram.types.chat.Chat.can_set_sticker_set:1 +#: aiogram.types.chat.Chat.description:1 +#: aiogram.types.chat.Chat.emoji_status_custom_emoji_id:1 +#: aiogram.types.chat.Chat.first_name:1 +#: aiogram.types.chat.Chat.has_aggressive_anti_spam_enabled:1 +#: aiogram.types.chat.Chat.has_hidden_members:1 +#: aiogram.types.chat.Chat.has_private_forwards:1 +#: aiogram.types.chat.Chat.has_protected_content:1 +#: aiogram.types.chat.Chat.has_restricted_voice_and_video_messages:1 +#: aiogram.types.chat.Chat.id:1 aiogram.types.chat.Chat.invite_link:1 +#: aiogram.types.chat.Chat.is_forum:1 aiogram.types.chat.Chat.join_by_request:1 +#: aiogram.types.chat.Chat.join_to_send_messages:1 +#: aiogram.types.chat.Chat.last_name:1 aiogram.types.chat.Chat.linked_chat_id:1 +#: aiogram.types.chat.Chat.location:1 +#: aiogram.types.chat.Chat.message_auto_delete_time:1 +#: aiogram.types.chat.Chat.permissions:1 aiogram.types.chat.Chat.photo:1 +#: aiogram.types.chat.Chat.pinned_message:1 +#: aiogram.types.chat.Chat.slow_mode_delay:1 +#: aiogram.types.chat.Chat.sticker_set_name:1 aiogram.types.chat.Chat.title:1 +#: aiogram.types.chat.Chat.type:1 aiogram.types.chat.Chat.username:1 of +msgid "Simple field" +msgstr "" + +#: aiogram.types.chat.Chat.mention:1 of msgid "" -"Unique identifier for this chat. This number may have more than 32 " -"significant bits and some programming languages may have " -"difficulty/silent defects in interpreting it. But it has at most 52 " -"significant bits, so a signed 64-bit integer or double-precision float " -"type are safe for storing this identifier." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.type:1 of -msgid "Type of chat, can be either 'private', 'group', 'supergroup' or 'channel'" -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.title:1 of -msgid "*Optional*. Title, for supergroups, channels and group chats" -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.username:1 of -msgid "" -"*Optional*. Username, for private chats, supergroups and channels if " -"available" -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.first_name:1 of -msgid "*Optional*. First name of the other party in a private chat" -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.last_name:1 of -msgid "*Optional*. Last name of the other party in a private chat" -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.is_forum:1 of -msgid "" -"*Optional*. :code:`True`, if the supergroup chat is a forum (has `topics " -"`_ enabled)" -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.photo:1 of -msgid "" -"*Optional*. Chat photo. Returned only in " -":class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.active_usernames:1 of -msgid "" -"*Optional*. If non-empty, the list of all `active chat usernames " -"`_; for private chats, supergroups and channels. " -"Returned only in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.emoji_status_custom_emoji_id:1 of -msgid "" -"*Optional*. Custom emoji identifier of emoji status of the other party in" -" a private chat. Returned only in " -":class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.bio:1 of -msgid "" -"*Optional*. Bio of the other party in a private chat. Returned only in " -":class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.has_private_forwards:1 of -msgid "" -"*Optional*. :code:`True`, if privacy settings of the other party in the " -"private chat allows to use :code:`tg://user?id=` links only in " -"chats with the user. Returned only in " -":class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring -#: aiogram.types.chat.Chat.has_restricted_voice_and_video_messages:1 of -msgid "" -"*Optional*. :code:`True`, if the privacy settings of the other party " -"restrict sending voice and video note messages in the private chat. " -"Returned only in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.join_to_send_messages:1 of -msgid "" -"*Optional*. :code:`True`, if users need to join the supergroup before " -"they can send messages. Returned only in " -":class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.join_by_request:1 of -msgid "" -"*Optional*. :code:`True`, if all users directly joining the supergroup " -"need to be approved by supergroup administrators. Returned only in " -":class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.description:1 of -msgid "" -"*Optional*. Description, for groups, supergroups and channel chats. " -"Returned only in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.invite_link:1 of -msgid "" -"*Optional*. Primary invite link, for groups, supergroups and channel " -"chats. Returned only in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.pinned_message:1 of -msgid "" -"*Optional*. The most recent pinned message (by sending date). Returned " -"only in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.permissions:1 of -msgid "" -"*Optional*. Default chat member permissions, for groups and supergroups. " -"Returned only in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.slow_mode_delay:1 of -msgid "" -"*Optional*. For supergroups, the minimum allowed delay between " -"consecutive messages sent by each unpriviledged user; in seconds. " -"Returned only in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.message_auto_delete_time:1 of -msgid "" -"*Optional*. The time after which all messages sent to the chat will be " -"automatically deleted; in seconds. Returned only in " -":class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.has_aggressive_anti_spam_enabled:1 -#: of -msgid "" -"*Optional*. :code:`True`, if aggressive anti-spam checks are enabled in " -"the supergroup. The field is only available to chat administrators. " -"Returned only in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.has_hidden_members:1 of -msgid "" -"*Optional*. :code:`True`, if non-administrators can only get the list of " -"bots and administrators in the chat. Returned only in " -":class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.has_protected_content:1 of -msgid "" -"*Optional*. :code:`True`, if messages from the chat can't be forwarded to" -" other chats. Returned only in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.sticker_set_name:1 of -msgid "" -"*Optional*. For supergroups, name of group sticker set. Returned only in " -":class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.can_set_sticker_set:1 of -msgid "" -"*Optional*. :code:`True`, if the bot can change the group sticker set. " -"Returned only in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.linked_chat_id:1 of -msgid "" -"*Optional*. Unique identifier for the linked chat, i.e. the discussion " -"group identifier for a channel and vice versa; for supergroups and " -"channel chats. This identifier may be greater than 32 bits and some " -"programming languages may have difficulty/silent defects in interpreting " -"it. But it is smaller than 52 bits, so a signed 64 bit integer or double-" -"precision float type are safe for storing this identifier. Returned only " -"in :class:`aiogram.methods.get_chat.GetChat`." -msgstr "" - -#: ../../docstring aiogram.types.chat.Chat.location:1 of -msgid "" -"*Optional*. For supergroups, the location to which the supergroup is " -"connected. Returned only in :class:`aiogram.methods.get_chat.GetChat`." +"Get mention if a Chat has a username, or get full name if this is a " +"Private Chat, otherwise None is returned" msgstr "" #: aiogram.types.chat.Chat.shifted_id:1 of +msgid "Get shifted id of chat, e.g. for private links" +msgstr "" + +#: aiogram.types.chat.Chat.shifted_id:3 of +msgid "For example: -1001122334455 -> 1122334455" +msgstr "" + +#: aiogram.types.chat.Chat.get_url:1 of msgid "" -"Returns shifted chat ID (positive and without \"-100\" prefix). Mostly " -"used for private links like t.me/c/chat_id/message_id" +"Use this method to get chat link. Private chat returns user link. Other " +"chat types return either username link (if they are public) or invite " +"link (if they are private). :return: link :rtype: :obj:`base.String`" msgstr "" -#: aiogram.types.chat.Chat.shifted_id:4 of -msgid "" -"Currently supergroup/channel IDs have 10-digit ID after \"-100\" prefix " -"removed. However, these IDs might become 11-digit in future. So, first we" -" remove \"-100\" prefix and count remaining number length. Then we " -"multiple -1 * 10 ^ (number_length + 2) Finally, self.id is substracted " -"from that number" +#: aiogram.types.chat.Chat.update_chat:1 of +msgid "Use this method to update Chat data" msgstr "" -#: aiogram.types.chat.Chat.full_name:1 of -msgid "Get full name of the Chat." -msgstr "" - -#: aiogram.types.chat.Chat.full_name:3 of -msgid "" -"For private chat it is first_name + last_name. For other chat types it is" -" title." -msgstr "" - -#: aiogram.types.chat.Chat.ban_sender_chat:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.ban_chat_sender_chat.BanChatSenderChat` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.ban:4 aiogram.types.chat.Chat.ban_sender_chat:4 -#: aiogram.types.chat.Chat.create_invite_link:4 -#: aiogram.types.chat.Chat.delete_message:4 -#: aiogram.types.chat.Chat.delete_photo:4 -#: aiogram.types.chat.Chat.delete_sticker_set:4 aiogram.types.chat.Chat.do:4 -#: aiogram.types.chat.Chat.edit_invite_link:4 -#: aiogram.types.chat.Chat.export_invite_link:4 -#: aiogram.types.chat.Chat.get_administrators:4 -#: aiogram.types.chat.Chat.get_member:4 -#: aiogram.types.chat.Chat.get_member_count:4 aiogram.types.chat.Chat.leave:4 -#: aiogram.types.chat.Chat.pin_message:4 aiogram.types.chat.Chat.promote:4 -#: aiogram.types.chat.Chat.restrict:4 -#: aiogram.types.chat.Chat.revoke_invite_link:4 -#: aiogram.types.chat.Chat.set_administrator_custom_title:4 -#: aiogram.types.chat.Chat.set_description:4 -#: aiogram.types.chat.Chat.set_permissions:4 -#: aiogram.types.chat.Chat.set_photo:4 -#: aiogram.types.chat.Chat.set_sticker_set:4 -#: aiogram.types.chat.Chat.set_title:4 aiogram.types.chat.Chat.unban:4 -#: aiogram.types.chat.Chat.unban_sender_chat:4 -#: aiogram.types.chat.Chat.unpin_all_messages:4 -#: aiogram.types.chat.Chat.unpin_message:4 of -msgid ":code:`chat_id`" -msgstr "" - -#: aiogram.types.chat.Chat.ban_sender_chat:6 of -msgid "" -"Use this method to ban a channel chat in a supergroup or a channel. Until" -" the chat is `unbanned " -"`_, the owner of " -"the banned chat won't be able to send messages on behalf of **any of " -"their channels**. The bot must be an administrator in the supergroup or " -"channel for this to work and must have the appropriate administrator " -"rights. Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.chat.Chat.ban_sender_chat:8 of -msgid "Source: https://core.telegram.org/bots/api#banchatsenderchat" -msgstr "" - -#: aiogram.types.chat.Chat.ban aiogram.types.chat.Chat.ban_sender_chat -#: aiogram.types.chat.Chat.create_invite_link -#: aiogram.types.chat.Chat.delete_message aiogram.types.chat.Chat.do -#: aiogram.types.chat.Chat.edit_invite_link aiogram.types.chat.Chat.get_member -#: aiogram.types.chat.Chat.pin_message aiogram.types.chat.Chat.promote -#: aiogram.types.chat.Chat.restrict aiogram.types.chat.Chat.revoke_invite_link -#: aiogram.types.chat.Chat.set_administrator_custom_title -#: aiogram.types.chat.Chat.set_description -#: aiogram.types.chat.Chat.set_permissions aiogram.types.chat.Chat.set_photo -#: aiogram.types.chat.Chat.set_sticker_set aiogram.types.chat.Chat.set_title -#: aiogram.types.chat.Chat.unban aiogram.types.chat.Chat.unban_sender_chat -#: aiogram.types.chat.Chat.unpin_message of -msgid "Parameters" -msgstr "" - -#: aiogram.types.chat.Chat.ban_sender_chat:10 -#: aiogram.types.chat.Chat.unban_sender_chat:10 of -msgid "Unique identifier of the target sender chat" -msgstr "" - -#: aiogram.types.chat.Chat.ban aiogram.types.chat.Chat.ban_sender_chat -#: aiogram.types.chat.Chat.create_invite_link -#: aiogram.types.chat.Chat.delete_message aiogram.types.chat.Chat.delete_photo +#: aiogram.types.chat.Chat.delete_photo #: aiogram.types.chat.Chat.delete_sticker_set aiogram.types.chat.Chat.do -#: aiogram.types.chat.Chat.edit_invite_link #: aiogram.types.chat.Chat.export_invite_link #: aiogram.types.chat.Chat.get_administrators #: aiogram.types.chat.Chat.get_member aiogram.types.chat.Chat.get_member_count -#: aiogram.types.chat.Chat.leave aiogram.types.chat.Chat.pin_message -#: aiogram.types.chat.Chat.promote aiogram.types.chat.Chat.restrict -#: aiogram.types.chat.Chat.revoke_invite_link +#: aiogram.types.chat.Chat.kick aiogram.types.chat.Chat.leave +#: aiogram.types.chat.Chat.pin_message aiogram.types.chat.Chat.promote +#: aiogram.types.chat.Chat.restrict #: aiogram.types.chat.Chat.set_administrator_custom_title #: aiogram.types.chat.Chat.set_description #: aiogram.types.chat.Chat.set_permissions aiogram.types.chat.Chat.set_photo #: aiogram.types.chat.Chat.set_sticker_set aiogram.types.chat.Chat.set_title -#: aiogram.types.chat.Chat.unban aiogram.types.chat.Chat.unban_sender_chat -#: aiogram.types.chat.Chat.unpin_all_messages -#: aiogram.types.chat.Chat.unpin_message of +#: aiogram.types.chat.Chat.unban aiogram.types.chat.Chat.unpin_all_messages +#: aiogram.types.chat.Chat.unpin_message aiogram.types.chat.Chat.update_chat +#: aiogram.types.chat.ChatActions.calc_timeout +#: aiogram.types.chat.ChatActions.choose_sticker +#: aiogram.types.chat.ChatActions.find_location +#: aiogram.types.chat.ChatActions.record_audio +#: aiogram.types.chat.ChatActions.record_video +#: aiogram.types.chat.ChatActions.record_video_note +#: aiogram.types.chat.ChatActions.record_voice +#: aiogram.types.chat.ChatActions.typing +#: aiogram.types.chat.ChatActions.upload_audio +#: aiogram.types.chat.ChatActions.upload_document +#: aiogram.types.chat.ChatActions.upload_photo +#: aiogram.types.chat.ChatActions.upload_video +#: aiogram.types.chat.ChatActions.upload_video_note +#: aiogram.types.chat.ChatActions.upload_voice +#: aiogram.types.chat.ChatType.is_channel aiogram.types.chat.ChatType.is_group +#: aiogram.types.chat.ChatType.is_group_or_super_group +#: aiogram.types.chat.ChatType.is_private +#: aiogram.types.chat.ChatType.is_super_group of msgid "Returns" msgstr "" -#: aiogram.types.chat.Chat.ban_sender_chat:11 of +#: aiogram.types.chat.Chat.update_chat:3 of +msgid "None" +msgstr "" + +#: aiogram.types.chat.Chat.set_photo:1 of msgid "" -"instance of method " -":class:`aiogram.methods.ban_chat_sender_chat.BanChatSenderChat`" +"Use this method to set a new profile photo for the chat. Photos can't be " +"changed for private chats. The bot must be an administrator in the chat " +"for this to work and must have the appropriate admin rights." msgstr "" -#: aiogram.types.chat.Chat.unban_sender_chat:1 of +#: aiogram.types.chat.Chat.delete_photo:4 aiogram.types.chat.Chat.set_photo:4 +#: aiogram.types.chat.Chat.set_title:4 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.unban_chat_sender_chat.UnbanChatSenderChat` will " -"automatically fill method attributes:" +"Note: In regular groups (non-supergroups), this method will only work if " +"the ‘All Members Are Admins’ setting is off in the target group." msgstr "" -#: aiogram.types.chat.Chat.unban_sender_chat:6 of +#: aiogram.types.chat.Chat.set_photo:7 of +msgid "Source: https://core.telegram.org/bots/api#setchatphoto" +msgstr "" + +#: aiogram.types.chat.Chat.do aiogram.types.chat.Chat.get_member +#: aiogram.types.chat.Chat.kick aiogram.types.chat.Chat.pin_message +#: aiogram.types.chat.Chat.promote aiogram.types.chat.Chat.restrict +#: aiogram.types.chat.Chat.set_administrator_custom_title +#: aiogram.types.chat.Chat.set_description +#: aiogram.types.chat.Chat.set_permissions aiogram.types.chat.Chat.set_photo +#: aiogram.types.chat.Chat.set_sticker_set aiogram.types.chat.Chat.set_title +#: aiogram.types.chat.Chat.unban aiogram.types.chat.Chat.unpin_message +#: aiogram.types.chat.ChatActions.calc_timeout +#: aiogram.types.chat.ChatActions.choose_sticker +#: aiogram.types.chat.ChatActions.find_location +#: aiogram.types.chat.ChatActions.record_audio +#: aiogram.types.chat.ChatActions.record_video +#: aiogram.types.chat.ChatActions.record_video_note +#: aiogram.types.chat.ChatActions.record_voice +#: aiogram.types.chat.ChatActions.typing +#: aiogram.types.chat.ChatActions.upload_audio +#: aiogram.types.chat.ChatActions.upload_document +#: aiogram.types.chat.ChatActions.upload_photo +#: aiogram.types.chat.ChatActions.upload_video +#: aiogram.types.chat.ChatActions.upload_video_note +#: aiogram.types.chat.ChatActions.upload_voice +#: aiogram.types.chat.ChatType.is_channel aiogram.types.chat.ChatType.is_group +#: aiogram.types.chat.ChatType.is_group_or_super_group +#: aiogram.types.chat.ChatType.is_private +#: aiogram.types.chat.ChatType.is_super_group of +msgid "Parameters" +msgstr "" + +#: aiogram.types.chat.Chat.set_photo:9 of +msgid "New chat photo, uploaded using multipart/form-data" +msgstr "" + +#: aiogram.types.chat.Chat.delete_photo:9 aiogram.types.chat.Chat.do:14 +#: aiogram.types.chat.Chat.leave:5 aiogram.types.chat.Chat.promote:39 +#: aiogram.types.chat.Chat.restrict:24 +#: aiogram.types.chat.Chat.set_administrator_custom_title:3 +#: aiogram.types.chat.Chat.set_description:8 +#: aiogram.types.chat.Chat.set_permissions:5 +#: aiogram.types.chat.Chat.set_photo:11 aiogram.types.chat.Chat.set_title:11 +#: aiogram.types.chat.Chat.unban:17 of +msgid "Returns True on success." +msgstr "" + +#: aiogram.types.chat.Chat.delete_photo +#: aiogram.types.chat.Chat.delete_sticker_set aiogram.types.chat.Chat.do +#: aiogram.types.chat.Chat.export_invite_link +#: aiogram.types.chat.Chat.get_administrators +#: aiogram.types.chat.Chat.get_member aiogram.types.chat.Chat.get_member_count +#: aiogram.types.chat.Chat.kick aiogram.types.chat.Chat.leave +#: aiogram.types.chat.Chat.pin_message aiogram.types.chat.Chat.promote +#: aiogram.types.chat.Chat.restrict aiogram.types.chat.Chat.set_description +#: aiogram.types.chat.Chat.set_photo aiogram.types.chat.Chat.set_sticker_set +#: aiogram.types.chat.Chat.set_title aiogram.types.chat.Chat.unban +#: aiogram.types.chat.Chat.unpin_all_messages +#: aiogram.types.chat.Chat.unpin_message of +msgid "Return type" +msgstr "" + +#: aiogram.types.chat.Chat.delete_photo:10 +#: aiogram.types.chat.Chat.delete_sticker_set:10 aiogram.types.chat.Chat.do:15 +#: aiogram.types.chat.Chat.kick:27 aiogram.types.chat.Chat.leave:6 +#: aiogram.types.chat.Chat.pin_message:17 aiogram.types.chat.Chat.promote:40 +#: aiogram.types.chat.Chat.restrict:25 +#: aiogram.types.chat.Chat.set_description:9 +#: aiogram.types.chat.Chat.set_photo:12 +#: aiogram.types.chat.Chat.set_sticker_set:12 +#: aiogram.types.chat.Chat.set_title:12 aiogram.types.chat.Chat.unban:18 +#: aiogram.types.chat.Chat.unpin_all_messages:9 +#: aiogram.types.chat.Chat.unpin_message:14 of +msgid ":obj:`base.Boolean`" +msgstr "" + +#: aiogram.types.chat.Chat.delete_photo:1 of msgid "" -"Use this method to unban a previously banned channel chat in a supergroup" -" or channel. The bot must be an administrator for this to work and must " -"have the appropriate administrator rights. Returns :code:`True` on " -"success." +"Use this method to delete a chat photo. Photos can't be changed for " +"private chats. The bot must be an administrator in the chat for this to " +"work and must have the appropriate admin rights." msgstr "" -#: aiogram.types.chat.Chat.unban_sender_chat:8 of -msgid "Source: https://core.telegram.org/bots/api#unbanchatsenderchat" +#: aiogram.types.chat.Chat.delete_photo:7 of +msgid "Source: https://core.telegram.org/bots/api#deletechatphoto" msgstr "" -#: aiogram.types.chat.Chat.unban_sender_chat:11 of +#: aiogram.types.chat.Chat.set_title:1 of msgid "" -"instance of method " -":class:`aiogram.methods.unban_chat_sender_chat.UnbanChatSenderChat`" +"Use this method to change the title of a chat. Titles can't be changed " +"for private chats. The bot must be an administrator in the chat for this " +"to work and must have the appropriate admin rights." msgstr "" -#: aiogram.types.chat.Chat.get_administrators:1 of +#: aiogram.types.chat.Chat.set_title:7 of +msgid "Source: https://core.telegram.org/bots/api#setchattitle" +msgstr "" + +#: aiogram.types.chat.Chat.set_title:9 of +msgid "New chat title, 1-255 characters" +msgstr "" + +#: aiogram.types.chat.Chat.set_description:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.get_chat_administrators.GetChatAdministrators` " -"will automatically fill method attributes:" +"Use this method to change the description of a supergroup or a channel. " +"The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights." msgstr "" -#: aiogram.types.chat.Chat.get_administrators:6 of +#: aiogram.types.chat.Chat.set_description:4 of +msgid "Source: https://core.telegram.org/bots/api#setchatdescription" +msgstr "" + +#: aiogram.types.chat.Chat.set_description:6 of +msgid "New chat description, 0-255 characters" +msgstr "" + +#: aiogram.types.chat.Chat.kick:1 of msgid "" -"Use this method to get a list of administrators in a chat, which aren't " -"bots. Returns an Array of :class:`aiogram.types.chat_member.ChatMember` " -"objects." +"Use this method to kick a user from a group, a supergroup or a channel. " +"In the case of supergroups and channels, the user will not be able to " +"return to the chat on their own using invite links, etc., unless unbanned" +" first." msgstr "" -#: aiogram.types.chat.Chat.get_administrators:8 of -msgid "Source: https://core.telegram.org/bots/api#getchatadministrators" -msgstr "" - -#: aiogram.types.chat.Chat.get_administrators:10 of +#: aiogram.types.chat.Chat.kick:5 of msgid "" -"instance of method " -":class:`aiogram.methods.get_chat_administrators.GetChatAdministrators`" +"The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights." msgstr "" -#: aiogram.types.chat.Chat.delete_message:1 of -msgid "" -"Shortcut for method :class:`aiogram.methods.delete_message.DeleteMessage`" -" will automatically fill method attributes:" +#: aiogram.types.chat.Chat.kick:8 of +msgid "Source: https://core.telegram.org/bots/api#kickchatmember" msgstr "" -#: aiogram.types.chat.Chat.delete_message:6 of -msgid "" -"Use this method to delete a message, including service messages, with the" -" following limitations:" -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:8 of -msgid "A message can only be deleted if it was sent less than 48 hours ago." -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:10 of -msgid "" -"Service messages about a supergroup, channel, or forum topic creation " -"can't be deleted." -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:12 of -msgid "" -"A dice message in a private chat can only be deleted if it was sent more " -"than 24 hours ago." -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:14 of -msgid "" -"Bots can delete outgoing messages in private chats, groups, and " -"supergroups." -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:16 of -msgid "Bots can delete incoming messages in private chats." -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:18 of -msgid "" -"Bots granted *can_post_messages* permissions can delete outgoing messages" -" in channels." -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:20 of -msgid "" -"If the bot is an administrator of a group, it can delete any message " -"there." -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:22 of -msgid "" -"If the bot has *can_delete_messages* permission in a supergroup or a " -"channel, it can delete any message there." -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:24 of -msgid "Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:26 of -msgid "Source: https://core.telegram.org/bots/api#deletemessage" -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:28 of -msgid "Identifier of the message to delete" -msgstr "" - -#: aiogram.types.chat.Chat.delete_message:29 of -msgid "instance of method :class:`aiogram.methods.delete_message.DeleteMessage`" -msgstr "" - -#: aiogram.types.chat.Chat.revoke_invite_link:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink` " -"will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.revoke_invite_link:6 of -msgid "" -"Use this method to revoke an invite link created by the bot. If the " -"primary link is revoked, a new link is automatically generated. The bot " -"must be an administrator in the chat for this to work and must have the " -"appropriate administrator rights. Returns the revoked invite link as " -":class:`aiogram.types.chat_invite_link.ChatInviteLink` object." -msgstr "" - -#: aiogram.types.chat.Chat.revoke_invite_link:8 of -msgid "Source: https://core.telegram.org/bots/api#revokechatinvitelink" -msgstr "" - -#: aiogram.types.chat.Chat.revoke_invite_link:10 of -msgid "The invite link to revoke" -msgstr "" - -#: aiogram.types.chat.Chat.revoke_invite_link:11 of -msgid "" -"instance of method " -":class:`aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink`" -msgstr "" - -#: aiogram.types.chat.Chat.edit_invite_link:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.edit_chat_invite_link.EditChatInviteLink` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.edit_invite_link:6 of -msgid "" -"Use this method to edit a non-primary invite link created by the bot. The" -" bot must be an administrator in the chat for this to work and must have " -"the appropriate administrator rights. Returns the edited invite link as a" -" :class:`aiogram.types.chat_invite_link.ChatInviteLink` object." -msgstr "" - -#: aiogram.types.chat.Chat.edit_invite_link:8 of -msgid "Source: https://core.telegram.org/bots/api#editchatinvitelink" -msgstr "" - -#: aiogram.types.chat.Chat.edit_invite_link:10 of -msgid "The invite link to edit" -msgstr "" - -#: aiogram.types.chat.Chat.create_invite_link:10 -#: aiogram.types.chat.Chat.edit_invite_link:11 of -msgid "Invite link name; 0-32 characters" -msgstr "" - -#: aiogram.types.chat.Chat.create_invite_link:11 -#: aiogram.types.chat.Chat.edit_invite_link:12 of -msgid "Point in time (Unix timestamp) when the link will expire" -msgstr "" - -#: aiogram.types.chat.Chat.create_invite_link:12 -#: aiogram.types.chat.Chat.edit_invite_link:13 of -msgid "" -"The maximum number of users that can be members of the chat " -"simultaneously after joining the chat via this invite link; 1-99999" -msgstr "" - -#: aiogram.types.chat.Chat.create_invite_link:13 -#: aiogram.types.chat.Chat.edit_invite_link:14 of -msgid "" -":code:`True`, if users joining the chat via the link need to be approved " -"by chat administrators. If :code:`True`, *member_limit* can't be " -"specified" -msgstr "" - -#: aiogram.types.chat.Chat.edit_invite_link:15 of -msgid "" -"instance of method " -":class:`aiogram.methods.edit_chat_invite_link.EditChatInviteLink`" -msgstr "" - -#: aiogram.types.chat.Chat.create_invite_link:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.create_chat_invite_link.CreateChatInviteLink` " -"will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.create_invite_link:6 of -msgid "" -"Use this method to create an additional invite link for a chat. The bot " -"must be an administrator in the chat for this to work and must have the " -"appropriate administrator rights. The link can be revoked using the " -"method " -":class:`aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink`. " -"Returns the new invite link as " -":class:`aiogram.types.chat_invite_link.ChatInviteLink` object." -msgstr "" - -#: aiogram.types.chat.Chat.create_invite_link:8 of -msgid "Source: https://core.telegram.org/bots/api#createchatinvitelink" -msgstr "" - -#: aiogram.types.chat.Chat.create_invite_link:14 of -msgid "" -"instance of method " -":class:`aiogram.methods.create_chat_invite_link.CreateChatInviteLink`" -msgstr "" - -#: aiogram.types.chat.Chat.export_invite_link:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink` " -"will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.export_invite_link:6 of -msgid "" -"Use this method to generate a new primary invite link for a chat; any " -"previously generated primary link is revoked. The bot must be an " -"administrator in the chat for this to work and must have the appropriate " -"administrator rights. Returns the new invite link as *String* on success." -msgstr "" - -#: aiogram.types.chat.Chat.export_invite_link:8 of -msgid "" -"Note: Each administrator in a chat generates their own invite links. Bots" -" can't use invite links generated by other administrators. If you want " -"your bot to work with invite links, it will need to generate its own link" -" using " -":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink` or " -"by calling the :class:`aiogram.methods.get_chat.GetChat` method. If your " -"bot needs to generate a new primary invite link replacing its previous " -"one, use " -":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink` " -"again." -msgstr "" - -#: aiogram.types.chat.Chat.export_invite_link:10 of -msgid "Source: https://core.telegram.org/bots/api#exportchatinvitelink" -msgstr "" - -#: aiogram.types.chat.Chat.export_invite_link:12 of -msgid "" -"instance of method " -":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink`" -msgstr "" - -#: aiogram.types.chat.Chat.do:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.send_chat_action.SendChatAction` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.do:6 of -msgid "" -"Use this method when you need to tell the user that something is " -"happening on the bot's side. The status is set for 5 seconds or less " -"(when a message arrives from your bot, Telegram clients clear its typing " -"status). Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.chat.Chat.do:8 of -msgid "" -"Example: The `ImageBot `_ needs some time to " -"process a request and upload the image. Instead of sending a text message" -" along the lines of 'Retrieving image, please wait…', the bot may use " -":class:`aiogram.methods.send_chat_action.SendChatAction` with *action* = " -"*upload_photo*. The user will see a 'sending photo' status for the bot." -msgstr "" - -#: aiogram.types.chat.Chat.do:10 of -msgid "" -"We only recommend using this method when a response from the bot will " -"take a **noticeable** amount of time to arrive." -msgstr "" - -#: aiogram.types.chat.Chat.do:12 of -msgid "Source: https://core.telegram.org/bots/api#sendchataction" -msgstr "" - -#: aiogram.types.chat.Chat.do:14 of -msgid "" -"Type of action to broadcast. Choose one, depending on what the user is " -"about to receive: *typing* for `text messages " -"`_, *upload_photo* for " -"`photos `_, *record_video* " -"or *upload_video* for `videos " -"`_, *record_voice* or " -"*upload_voice* for `voice notes " -"`_, *upload_document* for " -"`general files `_, " -"*choose_sticker* for `stickers " -"`_, *find_location* for " -"`location data `_, " -"*record_video_note* or *upload_video_note* for `video notes " -"`_." -msgstr "" - -#: aiogram.types.chat.Chat.do:15 of -msgid "Unique identifier for the target message thread; supergroups only" -msgstr "" - -#: aiogram.types.chat.Chat.do:16 of -msgid "" -"instance of method " -":class:`aiogram.methods.send_chat_action.SendChatAction`" -msgstr "" - -#: aiogram.types.chat.Chat.delete_sticker_set:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.delete_chat_sticker_set.DeleteChatStickerSet` " -"will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.delete_sticker_set:6 of -msgid "" -"Use this method to delete a group sticker set from a supergroup. The bot " -"must be an administrator in the chat for this to work and must have the " -"appropriate administrator rights. Use the field *can_set_sticker_set* " -"optionally returned in :class:`aiogram.methods.get_chat.GetChat` requests" -" to check if the bot can use this method. Returns :code:`True` on " -"success." -msgstr "" - -#: aiogram.types.chat.Chat.delete_sticker_set:8 of -msgid "Source: https://core.telegram.org/bots/api#deletechatstickerset" -msgstr "" - -#: aiogram.types.chat.Chat.delete_sticker_set:10 of -msgid "" -"instance of method " -":class:`aiogram.methods.delete_chat_sticker_set.DeleteChatStickerSet`" -msgstr "" - -#: aiogram.types.chat.Chat.set_sticker_set:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.set_chat_sticker_set.SetChatStickerSet` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.set_sticker_set:6 of -msgid "" -"Use this method to set a new group sticker set for a supergroup. The bot " -"must be an administrator in the chat for this to work and must have the " -"appropriate administrator rights. Use the field *can_set_sticker_set* " -"optionally returned in :class:`aiogram.methods.get_chat.GetChat` requests" -" to check if the bot can use this method. Returns :code:`True` on " -"success." -msgstr "" - -#: aiogram.types.chat.Chat.set_sticker_set:8 of -msgid "Source: https://core.telegram.org/bots/api#setchatstickerset" -msgstr "" - -#: aiogram.types.chat.Chat.set_sticker_set:10 of -msgid "Name of the sticker set to be set as the group sticker set" -msgstr "" - -#: aiogram.types.chat.Chat.set_sticker_set:11 of -msgid "" -"instance of method " -":class:`aiogram.methods.set_chat_sticker_set.SetChatStickerSet`" -msgstr "" - -#: aiogram.types.chat.Chat.get_member:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.get_chat_member.GetChatMember` will automatically" -" fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.get_member:6 of -msgid "" -"Use this method to get information about a member of a chat. The method " -"is only guaranteed to work for other users if the bot is an administrator" -" in the chat. Returns a :class:`aiogram.types.chat_member.ChatMember` " -"object on success." -msgstr "" - -#: aiogram.types.chat.Chat.get_member:8 of -msgid "Source: https://core.telegram.org/bots/api#getchatmember" -msgstr "" - -#: aiogram.types.chat.Chat.ban:10 aiogram.types.chat.Chat.get_member:10 -#: aiogram.types.chat.Chat.promote:10 aiogram.types.chat.Chat.restrict:10 -#: aiogram.types.chat.Chat.set_administrator_custom_title:10 -#: aiogram.types.chat.Chat.unban:10 of +#: aiogram.types.chat.Chat.get_member:5 aiogram.types.chat.Chat.kick:10 +#: aiogram.types.chat.Chat.promote:7 aiogram.types.chat.Chat.restrict:7 +#: aiogram.types.chat.Chat.set_administrator_custom_title:7 +#: aiogram.types.chat.Chat.unban:11 of msgid "Unique identifier of the target user" msgstr "" -#: aiogram.types.chat.Chat.get_member:11 of -msgid "instance of method :class:`aiogram.methods.get_chat_member.GetChatMember`" -msgstr "" - -#: aiogram.types.chat.Chat.get_member_count:1 of +#: aiogram.types.chat.Chat.kick:13 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.get_chat_member_count.GetChatMemberCount` will " -"automatically fill method attributes:" +"Date when the user will be unbanned. If user is banned for more than 366 " +"days or less than 30 seconds from the current time they are considered to" +" be banned forever. Applied for supergroups and channels only." msgstr "" -#: aiogram.types.chat.Chat.get_member_count:6 of +#: aiogram.types.chat.Chat.kick:20 of msgid "" -"Use this method to get the number of members in a chat. Returns *Int* on " -"success." +"Pass True to delete all messages from the chat for the user that is being" +" removed. If False, the user will be able to see messages in the group " +"that were sent before the user was removed. Always True for supergroups " +"and channels." msgstr "" -#: aiogram.types.chat.Chat.get_member_count:8 of -msgid "Source: https://core.telegram.org/bots/api#getchatmembercount" +#: aiogram.types.chat.Chat.delete_sticker_set:9 aiogram.types.chat.Chat.kick:26 +#: aiogram.types.chat.Chat.pin_message:16 +#: aiogram.types.chat.Chat.set_sticker_set:11 +#: aiogram.types.chat.Chat.unpin_all_messages:8 +#: aiogram.types.chat.Chat.unpin_message:13 of +msgid "Returns True on success" msgstr "" -#: aiogram.types.chat.Chat.get_member_count:10 of +#: aiogram.types.chat.Chat.unban:1 of msgid "" -"instance of method " -":class:`aiogram.methods.get_chat_member_count.GetChatMemberCount`" +"Use this method to unban a previously kicked user in a supergroup or " +"channel. The user will not return to the group or channel automatically, " +"but will be able to join via link, etc. The bot must be an administrator " +"for this to work. By default, this method guarantees that after the call " +"the user is not a member of the chat, but will be able to join it. So if " +"the user is a member of the chat they will also be removed from the chat." +" If you don't want this, use the parameter only_if_banned. Returns True " +"on success." msgstr "" -#: aiogram.types.chat.Chat.leave:1 of +#: aiogram.types.chat.Chat.unban:9 of +msgid "Source: https://core.telegram.org/bots/api#unbanchatmember" +msgstr "" + +#: aiogram.types.chat.Chat.unban:14 of +msgid "Do nothing if the user is not banned" +msgstr "" + +#: aiogram.types.chat.Chat.restrict:1 of msgid "" -"Shortcut for method :class:`aiogram.methods.leave_chat.LeaveChat` will " -"automatically fill method attributes:" +"Use this method to restrict a user in a supergroup. The bot must be an " +"administrator in the supergroup for this to work and must have the " +"appropriate admin rights. Pass True for all boolean parameters to lift " +"restrictions from a user." msgstr "" -#: aiogram.types.chat.Chat.leave:6 of +#: aiogram.types.chat.Chat.restrict:5 of +msgid "Source: https://core.telegram.org/bots/api#restrictchatmember" +msgstr "" + +#: aiogram.types.chat.Chat.restrict:9 of +msgid "New user permissions" +msgstr "" + +#: aiogram.types.chat.Chat.restrict:11 of +msgid "Date when restrictions will be lifted for the user, unix time." +msgstr "" + +#: aiogram.types.chat.Chat.restrict:13 of msgid "" -"Use this method for your bot to leave a group, supergroup or channel. " -"Returns :code:`True` on success." +"Pass True, if the user can send text messages, contacts, locations and " +"venues" msgstr "" -#: aiogram.types.chat.Chat.leave:8 of -msgid "Source: https://core.telegram.org/bots/api#leavechat" -msgstr "" - -#: aiogram.types.chat.Chat.leave:10 of -msgid "instance of method :class:`aiogram.methods.leave_chat.LeaveChat`" -msgstr "" - -#: aiogram.types.chat.Chat.unpin_all_messages:1 of +#: aiogram.types.chat.Chat.restrict:15 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.unpin_all_chat_messages.UnpinAllChatMessages` " -"will automatically fill method attributes:" +"Pass True, if the user can send audios, documents, photos, videos, video " +"notes and voice notes, implies can_send_messages" msgstr "" -#: aiogram.types.chat.Chat.unpin_all_messages:6 of +#: aiogram.types.chat.Chat.restrict:18 of msgid "" -"Use this method to clear the list of pinned messages in a chat. If the " -"chat is not a private chat, the bot must be an administrator in the chat " -"for this to work and must have the 'can_pin_messages' administrator right" -" in a supergroup or 'can_edit_messages' administrator right in a channel." -" Returns :code:`True` on success." +"Pass True, if the user can send animations, games, stickers and use " +"inline bots, implies can_send_media_messages" msgstr "" -#: aiogram.types.chat.Chat.unpin_all_messages:8 of -msgid "Source: https://core.telegram.org/bots/api#unpinallchatmessages" -msgstr "" - -#: aiogram.types.chat.Chat.unpin_all_messages:10 of +#: aiogram.types.chat.Chat.restrict:21 of msgid "" -"instance of method " -":class:`aiogram.methods.unpin_all_chat_messages.UnpinAllChatMessages`" +"Pass True, if the user may add web page previews to their messages, " +"implies can_send_media_messages" msgstr "" -#: aiogram.types.chat.Chat.unpin_message:1 of +#: aiogram.types.chat.Chat.promote:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.unpin_chat_message.UnpinChatMessage` will " -"automatically fill method attributes:" +"Use this method to promote or demote a user in a supergroup or a channel." +" The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights. Pass False for all boolean parameters " +"to demote a user." msgstr "" -#: aiogram.types.chat.Chat.unpin_message:6 of +#: aiogram.types.chat.Chat.promote:5 of +msgid "Source: https://core.telegram.org/bots/api#promotechatmember" +msgstr "" + +#: aiogram.types.chat.Chat.promote:10 of +msgid "Pass True, if the administrator's presence in the chat is hidden" +msgstr "" + +#: aiogram.types.chat.Chat.promote:13 of msgid "" -"Use this method to remove a message from the list of pinned messages in a" -" chat. If the chat is not a private chat, the bot must be an " -"administrator in the chat for this to work and must have the " -"'can_pin_messages' administrator right in a supergroup or " -"'can_edit_messages' administrator right in a channel. Returns " -":code:`True` on success." +"Pass True, if the administrator can change chat title, photo and other " +"settings" msgstr "" -#: aiogram.types.chat.Chat.unpin_message:8 of -msgid "Source: https://core.telegram.org/bots/api#unpinchatmessage" +#: aiogram.types.chat.Chat.promote:16 of +msgid "Pass True, if the administrator can create channel posts, channels only" msgstr "" -#: aiogram.types.chat.Chat.unpin_message:10 of +#: aiogram.types.chat.Chat.promote:19 of msgid "" -"Identifier of a message to unpin. If not specified, the most recent " -"pinned message (by sending date) will be unpinned." +"Pass True, if the administrator can edit messages of other users, " +"channels only" msgstr "" -#: aiogram.types.chat.Chat.unpin_message:11 of +#: aiogram.types.chat.Chat.promote:22 of +msgid "Pass True, if the administrator can delete messages of other users" +msgstr "" + +#: aiogram.types.chat.Chat.promote:25 of +msgid "Pass True, if the administrator can invite new users to the chat" +msgstr "" + +#: aiogram.types.chat.Chat.promote:28 of +msgid "Pass True, if the administrator can restrict, ban or unban chat members" +msgstr "" + +#: aiogram.types.chat.Chat.promote:31 of +msgid "Pass True, if the administrator can pin messages, supergroups only" +msgstr "" + +#: aiogram.types.chat.Chat.promote:34 of msgid "" -"instance of method " -":class:`aiogram.methods.unpin_chat_message.UnpinChatMessage`" +"Pass True, if the administrator can add new administrators with a subset " +"of his own privileges or demote administrators that he has promoted, " +"directly or indirectly (promoted by administrators that were appointed by" +" him)" msgstr "" -#: aiogram.types.chat.Chat.pin_message:1 of +#: aiogram.types.chat.Chat.set_permissions:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.pin_chat_message.PinChatMessage` will " -"automatically fill method attributes:" +"Use this method to set default chat permissions for all members. The bot " +"must be an administrator in the group or a supergroup for this to work " +"and must have the can_restrict_members admin rights." msgstr "" -#: aiogram.types.chat.Chat.pin_message:6 of -msgid "" -"Use this method to add a message to the list of pinned messages in a " -"chat. If the chat is not a private chat, the bot must be an administrator" -" in the chat for this to work and must have the 'can_pin_messages' " -"administrator right in a supergroup or 'can_edit_messages' administrator " -"right in a channel. Returns :code:`True` on success." +#: aiogram.types.chat.Chat.set_permissions:7 of +msgid "New default chat permissions" msgstr "" -#: aiogram.types.chat.Chat.pin_message:8 of -msgid "Source: https://core.telegram.org/bots/api#pinchatmessage" -msgstr "" - -#: aiogram.types.chat.Chat.pin_message:10 of -msgid "Identifier of a message to pin" -msgstr "" - -#: aiogram.types.chat.Chat.pin_message:11 of -msgid "" -"Pass :code:`True` if it is not necessary to send a notification to all " -"chat members about the new pinned message. Notifications are always " -"disabled in channels and private chats." -msgstr "" - -#: aiogram.types.chat.Chat.pin_message:12 of -msgid "" -"instance of method " -":class:`aiogram.methods.pin_chat_message.PinChatMessage`" +#: aiogram.types.chat.Chat.set_administrator_custom_title:9 +#: aiogram.types.chat.Chat.set_permissions:8 of +msgid "True on success." msgstr "" #: aiogram.types.chat.Chat.set_administrator_custom_title:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle`" -" will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.set_administrator_custom_title:6 of -msgid "" "Use this method to set a custom title for an administrator in a " -"supergroup promoted by the bot. Returns :code:`True` on success." +"supergroup promoted by the bot." msgstr "" -#: aiogram.types.chat.Chat.set_administrator_custom_title:8 of +#: aiogram.types.chat.Chat.set_administrator_custom_title:5 of msgid "Source: https://core.telegram.org/bots/api#setchatadministratorcustomtitle" msgstr "" -#: aiogram.types.chat.Chat.set_administrator_custom_title:11 of +#: aiogram.types.chat.Chat.set_administrator_custom_title:8 of msgid "" "New custom title for the administrator; 0-16 characters, emoji are not " "allowed" msgstr "" -#: aiogram.types.chat.Chat.set_administrator_custom_title:12 of +#: aiogram.types.chat.Chat.pin_message:1 of msgid "" -"instance of method " -":class:`aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle`" +"Use this method to add a message to the list of pinned messages in a " +"chat. If the chat is not a private chat, the bot must be an administrator" +" in the chat for this to work and must have the 'can_pin_messages' admin " +"right in a supergroup or 'can_edit_messages' admin right in a channel. " +"Returns True on success." msgstr "" -#: aiogram.types.chat.Chat.set_permissions:1 of +#: aiogram.types.chat.Chat.pin_message:7 of +msgid "Source: https://core.telegram.org/bots/api#pinchatmessage" +msgstr "" + +#: aiogram.types.chat.Chat.pin_message:9 of +msgid "Identifier of a message to pin" +msgstr "" + +#: aiogram.types.chat.Chat.pin_message:12 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.set_chat_permissions.SetChatPermissions` will " -"automatically fill method attributes:" +"Pass True, if it is not necessary to send a notification to all group " +"members about the new pinned message" msgstr "" -#: aiogram.types.chat.Chat.set_permissions:6 of +#: aiogram.types.chat.Chat.unpin_message:1 of msgid "" -"Use this method to set default chat permissions for all members. The bot " -"must be an administrator in the group or a supergroup for this to work " -"and must have the *can_restrict_members* administrator rights. Returns " -":code:`True` on success." +"Use this method to remove a message from the list of pinned messages in a" +" chat. If the chat is not a private chat, the bot must be an " +"administrator in the chat for this to work and must have the " +"'can_pin_messages' admin right in a supergroup or 'can_edit_messages' " +"admin right in a channel. Returns True on success." msgstr "" -#: aiogram.types.chat.Chat.set_permissions:8 of -msgid "Source: https://core.telegram.org/bots/api#setchatpermissions" +#: aiogram.types.chat.Chat.unpin_message:7 of +msgid "Source: https://core.telegram.org/bots/api#unpinchatmessage" msgstr "" -#: aiogram.types.chat.Chat.set_permissions:10 of -msgid "A JSON-serialized object for new default chat permissions" -msgstr "" - -#: aiogram.types.chat.Chat.restrict:12 -#: aiogram.types.chat.Chat.set_permissions:11 of +#: aiogram.types.chat.Chat.unpin_message:9 of msgid "" -"Pass :code:`True` if chat permissions are set independently. Otherwise, " -"the *can_send_other_messages* and *can_add_web_page_previews* permissions" -" will imply the *can_send_messages*, *can_send_audios*, " -"*can_send_documents*, *can_send_photos*, *can_send_videos*, " -"*can_send_video_notes*, and *can_send_voice_notes* permissions; the " -"*can_send_polls* permission will imply the *can_send_messages* " -"permission." +"Identifier of a message to unpin. If not specified, the most recent " +"pinned message (by sending date) will be unpinned." msgstr "" -#: aiogram.types.chat.Chat.set_permissions:12 of +#: aiogram.types.chat.Chat.unpin_all_messages:1 of msgid "" -"instance of method " -":class:`aiogram.methods.set_chat_permissions.SetChatPermissions`" -msgstr "" - -#: aiogram.types.chat.Chat.promote:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.promote_chat_member.PromoteChatMember` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.promote:6 of -msgid "" -"Use this method to promote or demote a user in a supergroup or a channel." -" The bot must be an administrator in the chat for this to work and must " -"have the appropriate administrator rights. Pass :code:`False` for all " -"boolean parameters to demote a user. Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.chat.Chat.promote:8 of -msgid "Source: https://core.telegram.org/bots/api#promotechatmember" -msgstr "" - -#: aiogram.types.chat.Chat.promote:11 of -msgid "Pass :code:`True` if the administrator's presence in the chat is hidden" -msgstr "" - -#: aiogram.types.chat.Chat.promote:12 of -msgid "" -"Pass :code:`True` if the administrator can access the chat event log, " -"chat statistics, message statistics in channels, see channel members, see" -" anonymous administrators in supergroups and ignore slow mode. Implied by" -" any other administrator privilege" -msgstr "" - -#: aiogram.types.chat.Chat.promote:13 of -msgid "" -"Pass :code:`True` if the administrator can create channel posts, channels" -" only" -msgstr "" - -#: aiogram.types.chat.Chat.promote:14 of -msgid "" -"Pass :code:`True` if the administrator can edit messages of other users " -"and can pin messages, channels only" -msgstr "" - -#: aiogram.types.chat.Chat.promote:15 of -msgid "Pass :code:`True` if the administrator can delete messages of other users" -msgstr "" - -#: aiogram.types.chat.Chat.promote:16 of -msgid "Pass :code:`True` if the administrator can manage video chats" -msgstr "" - -#: aiogram.types.chat.Chat.promote:17 of -msgid "" -"Pass :code:`True` if the administrator can restrict, ban or unban chat " -"members" -msgstr "" - -#: aiogram.types.chat.Chat.promote:18 of -msgid "" -"Pass :code:`True` if the administrator can add new administrators with a " -"subset of their own privileges or demote administrators that they have " -"promoted, directly or indirectly (promoted by administrators that were " -"appointed by him)" -msgstr "" - -#: aiogram.types.chat.Chat.promote:19 of -msgid "" -"Pass :code:`True` if the administrator can change chat title, photo and " -"other settings" -msgstr "" - -#: aiogram.types.chat.Chat.promote:20 of -msgid "Pass :code:`True` if the administrator can invite new users to the chat" -msgstr "" - -#: aiogram.types.chat.Chat.promote:21 of -msgid "Pass :code:`True` if the administrator can pin messages, supergroups only" -msgstr "" - -#: aiogram.types.chat.Chat.promote:22 of -msgid "" -"Pass :code:`True` if the user is allowed to create, rename, close, and " -"reopen forum topics, supergroups only" -msgstr "" - -#: aiogram.types.chat.Chat.promote:23 of -msgid "" -"instance of method " -":class:`aiogram.methods.promote_chat_member.PromoteChatMember`" -msgstr "" - -#: aiogram.types.chat.Chat.restrict:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.restrict_chat_member.RestrictChatMember` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.restrict:6 of -msgid "" -"Use this method to restrict a user in a supergroup. The bot must be an " -"administrator in the supergroup for this to work and must have the " -"appropriate administrator rights. Pass :code:`True` for all permissions " -"to lift restrictions from a user. Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.chat.Chat.restrict:8 of -msgid "Source: https://core.telegram.org/bots/api#restrictchatmember" -msgstr "" - -#: aiogram.types.chat.Chat.restrict:11 of -msgid "A JSON-serialized object for new user permissions" -msgstr "" - -#: aiogram.types.chat.Chat.restrict:13 of -msgid "" -"Date when restrictions will be lifted for the user, unix time. If user is" -" restricted for more than 366 days or less than 30 seconds from the " -"current time, they are considered to be restricted forever" -msgstr "" - -#: aiogram.types.chat.Chat.restrict:14 of -msgid "" -"instance of method " -":class:`aiogram.methods.restrict_chat_member.RestrictChatMember`" -msgstr "" - -#: aiogram.types.chat.Chat.unban:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.unban_chat_member.UnbanChatMember` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.unban:6 of -msgid "" -"Use this method to unban a previously banned user in a supergroup or " -"channel. The user will **not** return to the group or channel " -"automatically, but will be able to join via link, etc. The bot must be an" -" administrator for this to work. By default, this method guarantees that " -"after the call the user is not a member of the chat, but will be able to " -"join it. So if the user is a member of the chat they will also be " -"**removed** from the chat. If you don't want this, use the parameter " -"*only_if_banned*. Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.chat.Chat.unban:8 of -msgid "Source: https://core.telegram.org/bots/api#unbanchatmember" -msgstr "" - -#: aiogram.types.chat.Chat.unban:11 of -msgid "Do nothing if the user is not banned" -msgstr "" - -#: aiogram.types.chat.Chat.unban:12 of -msgid "" -"instance of method " -":class:`aiogram.methods.unban_chat_member.UnbanChatMember`" -msgstr "" - -#: aiogram.types.chat.Chat.ban:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.ban_chat_member.BanChatMember` will automatically" -" fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.ban:6 of -msgid "" -"Use this method to ban a user in a group, a supergroup or a channel. In " -"the case of supergroups and channels, the user will not be able to return" -" to the chat on their own using invite links, etc., unless `unbanned " -"`_ first. The bot " -"must be an administrator in the chat for this to work and must have the " -"appropriate administrator rights. Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.chat.Chat.ban:8 of -msgid "Source: https://core.telegram.org/bots/api#banchatmember" -msgstr "" - -#: aiogram.types.chat.Chat.ban:11 of -msgid "" -"Date when the user will be unbanned, unix time. If user is banned for " -"more than 366 days or less than 30 seconds from the current time they are" -" considered to be banned forever. Applied for supergroups and channels " -"only." -msgstr "" - -#: aiogram.types.chat.Chat.ban:12 of -msgid "" -"Pass :code:`True` to delete all messages from the chat for the user that " -"is being removed. If :code:`False`, the user will be able to see messages" -" in the group that were sent before the user was removed. Always " -":code:`True` for supergroups and channels." -msgstr "" - -#: aiogram.types.chat.Chat.ban:13 of -msgid "instance of method :class:`aiogram.methods.ban_chat_member.BanChatMember`" -msgstr "" - -#: aiogram.types.chat.Chat.set_description:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.set_chat_description.SetChatDescription` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat.Chat.set_description:6 of -msgid "" -"Use this method to change the description of a group, a supergroup or a " -"channel. The bot must be an administrator in the chat for this to work " -"and must have the appropriate administrator rights. Returns :code:`True` " +"Use this method to clear the list of pinned messages in a chat. If the " +"chat is not a private chat, the bot must be an administrator in the chat " +"for this to work and must have the 'can_pin_messages' admin right in a " +"supergroup or 'can_edit_messages' admin right in a channel. Returns True " "on success." msgstr "" -#: aiogram.types.chat.Chat.set_description:8 of -msgid "Source: https://core.telegram.org/bots/api#setchatdescription" +#: aiogram.types.chat.Chat.unpin_all_messages:6 of +msgid "Source: https://core.telegram.org/bots/api#unpinallchatmessages" msgstr "" -#: aiogram.types.chat.Chat.set_description:10 of -msgid "New chat description, 0-255 characters" +#: aiogram.types.chat.Chat.leave:1 of +msgid "Use this method for your bot to leave a group, supergroup or channel." msgstr "" -#: aiogram.types.chat.Chat.set_description:11 of +#: aiogram.types.chat.Chat.leave:3 of +msgid "Source: https://core.telegram.org/bots/api#leavechat" +msgstr "" + +#: aiogram.types.chat.Chat.get_administrators:1 of +msgid "Use this method to get a list of administrators in a chat." +msgstr "" + +#: aiogram.types.chat.Chat.get_administrators:3 of +msgid "Source: https://core.telegram.org/bots/api#getchatadministrators" +msgstr "" + +#: aiogram.types.chat.Chat.get_administrators:5 of msgid "" -"instance of method " -":class:`aiogram.methods.set_chat_description.SetChatDescription`" +"On success, returns an Array of ChatMember objects that contains " +"information about all chat administrators except other bots. If the chat " +"is a group or a supergroup and no administrators were appointed, only the" +" creator will be returned." msgstr "" -#: aiogram.types.chat.Chat.set_title:1 of +#: aiogram.types.chat.Chat.get_administrators:9 of msgid "" -"Shortcut for method :class:`aiogram.methods.set_chat_title.SetChatTitle` " -"will automatically fill method attributes:" +":obj:`typing.List[typing.Union[types.ChatMemberOwner, " +"types.ChatMemberAdministrator]]`" msgstr "" -#: aiogram.types.chat.Chat.set_title:6 of +#: aiogram.types.chat.Chat.get_member_count:1 of +msgid "Use this method to get the number of members in a chat." +msgstr "" + +#: aiogram.types.chat.Chat.get_member_count:3 of +msgid "Source: https://core.telegram.org/bots/api#getchatmembercount" +msgstr "" + +#: aiogram.types.chat.Chat.get_member_count:5 of +msgid "Returns Int on success." +msgstr "" + +#: aiogram.types.chat.Chat.get_member_count:6 of +msgid ":obj:`base.Integer`" +msgstr "" + +#: aiogram.types.chat.Chat.get_members_count:1 of +msgid "Renamed to get_member_count." +msgstr "" + +#: aiogram.types.chat.Chat.get_member:1 of +msgid "Use this method to get information about a member of a chat." +msgstr "" + +#: aiogram.types.chat.Chat.get_member:3 of +msgid "Source: https://core.telegram.org/bots/api#getchatmember" +msgstr "" + +#: aiogram.types.chat.Chat.get_member:7 of +msgid "Returns a ChatMember object on success." +msgstr "" + +#: aiogram.types.chat.Chat.get_member:8 of +msgid ":obj:`types.ChatMember`" +msgstr "" + +#: aiogram.types.chat.Chat.set_sticker_set:1 of msgid "" -"Use this method to change the title of a chat. Titles can't be changed " -"for private chats. The bot must be an administrator in the chat for this " -"to work and must have the appropriate administrator rights. Returns " -":code:`True` on success." +"Use this method to set a new group sticker set for a supergroup. The bot " +"must be an administrator in the chat for this to work and must have the " +"appropriate admin rights." msgstr "" -#: aiogram.types.chat.Chat.set_title:8 of -msgid "Source: https://core.telegram.org/bots/api#setchattitle" -msgstr "" - -#: aiogram.types.chat.Chat.set_title:10 of -msgid "New chat title, 1-128 characters" -msgstr "" - -#: aiogram.types.chat.Chat.set_title:11 of -msgid "instance of method :class:`aiogram.methods.set_chat_title.SetChatTitle`" -msgstr "" - -#: aiogram.types.chat.Chat.delete_photo:1 of +#: aiogram.types.chat.Chat.delete_sticker_set:4 +#: aiogram.types.chat.Chat.set_sticker_set:4 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.delete_chat_photo.DeleteChatPhoto` will " -"automatically fill method attributes:" +"Use the field can_set_sticker_set optionally returned in getChat requests" +" to check if the bot can use this method." msgstr "" -#: aiogram.types.chat.Chat.delete_photo:6 of +#: aiogram.types.chat.Chat.set_sticker_set:7 of +msgid "Source: https://core.telegram.org/bots/api#setchatstickerset" +msgstr "" + +#: aiogram.types.chat.Chat.set_sticker_set:9 of +msgid "Name of the sticker set to be set as the group sticker set" +msgstr "" + +#: aiogram.types.chat.Chat.delete_sticker_set:1 of msgid "" -"Use this method to delete a chat photo. Photos can't be changed for " -"private chats. The bot must be an administrator in the chat for this to " -"work and must have the appropriate administrator rights. Returns " -":code:`True` on success." +"Use this method to delete a group sticker set from a supergroup. The bot " +"must be an administrator in the chat for this to work and must have the " +"appropriate admin rights." msgstr "" -#: aiogram.types.chat.Chat.delete_photo:8 of -msgid "Source: https://core.telegram.org/bots/api#deletechatphoto" +#: aiogram.types.chat.Chat.delete_sticker_set:7 of +msgid "Source: https://core.telegram.org/bots/api#deletechatstickerset" msgstr "" -#: aiogram.types.chat.Chat.delete_photo:10 of +#: aiogram.types.chat.Chat.do:1 of msgid "" -"instance of method " -":class:`aiogram.methods.delete_chat_photo.DeleteChatPhoto`" +"Use this method when you need to tell the user that something is " +"happening on the bot's side. The status is set for 5 seconds or less " +"(when a message arrives from your bot, Telegram clients clear its typing " +"status)." msgstr "" -#: aiogram.types.chat.Chat.set_photo:1 of +#: aiogram.types.chat.Chat.do:5 of msgid "" -"Shortcut for method :class:`aiogram.methods.set_chat_photo.SetChatPhoto` " -"will automatically fill method attributes:" +"We only recommend using this method when a response from the bot will " +"take a noticeable amount of time to arrive." msgstr "" -#: aiogram.types.chat.Chat.set_photo:6 of +#: aiogram.types.chat.Chat.do:8 of +msgid "Source: https://core.telegram.org/bots/api#sendchataction" +msgstr "" + +#: aiogram.types.chat.Chat.do:10 of +msgid "Type of action to broadcast." +msgstr "" + +#: aiogram.types.chat.Chat.do:12 of +msgid "Unique identifier for the target message thread; supergroups only" +msgstr "" + +#: aiogram.types.chat.Chat.export_invite_link:1 of msgid "" -"Use this method to set a new profile photo for the chat. Photos can't be " -"changed for private chats. The bot must be an administrator in the chat " -"for this to work and must have the appropriate administrator rights. " -"Returns :code:`True` on success." +"Use this method to export an invite link to a supergroup or a channel. " +"The bot must be an administrator in the chat for this to work and must " +"have the appropriate admin rights." msgstr "" -#: aiogram.types.chat.Chat.set_photo:8 of -msgid "Source: https://core.telegram.org/bots/api#setchatphoto" +#: aiogram.types.chat.Chat.export_invite_link:4 of +msgid "Source: https://core.telegram.org/bots/api#exportchatinvitelink" msgstr "" -#: aiogram.types.chat.Chat.set_photo:10 of -msgid "New chat photo, uploaded using multipart/form-data" +#: aiogram.types.chat.Chat.export_invite_link:6 of +msgid "Returns exported invite link as String on success." msgstr "" -#: aiogram.types.chat.Chat.set_photo:11 of -msgid "instance of method :class:`aiogram.methods.set_chat_photo.SetChatPhoto`" +#: aiogram.types.chat.Chat.export_invite_link:7 of +msgid ":obj:`base.String`" +msgstr "" + +#: aiogram.types.chat.Chat.create_invite_link:1 of +msgid "Shortcut for createChatInviteLink method." +msgstr "" + +#: aiogram.types.chat.Chat.edit_invite_link:1 of +msgid "Shortcut for editChatInviteLink method." +msgstr "" + +#: aiogram.types.chat.Chat.revoke_invite_link:1 of +msgid "Shortcut for revokeChatInviteLink method." +msgstr "" + +#: aiogram.types.chat.Chat.delete_message:1 of +msgid "Shortcut for deleteMessage method." +msgstr "" + +#: aiogram.types.chat.Chat.ban_sender_chat:1 of +msgid "Shortcut for banChatSenderChat method." +msgstr "" + +#: aiogram.types.chat.Chat.unban_sender_chat:1 of +msgid "Shortcut for unbanChatSenderChat method." +msgstr "" + +#: aiogram.types.chat.ChatType:1 of +msgid "List of chat types" +msgstr "" + +#: aiogram.types.chat.ChatActions aiogram.types.chat.ChatType of +msgid "key" +msgstr "" + +#: aiogram.types.chat.ChatType:3 of +msgid "SENDER" +msgstr "" + +#: aiogram.types.chat.ChatType:4 of +msgid "PRIVATE" +msgstr "" + +#: aiogram.types.chat.ChatType:5 of +msgid "GROUP" +msgstr "" + +#: aiogram.types.chat.ChatType:6 of +msgid "SUPER_GROUP" +msgstr "" + +#: aiogram.types.chat.ChatType:7 of +msgid "SUPERGROUP" +msgstr "" + +#: aiogram.types.chat.ChatType:8 of +msgid "CHANNEL" +msgstr "" + +#: aiogram.types.chat.ChatType.is_private:1 of +msgid "Check chat is private" +msgstr "" + +#: aiogram.types.chat.ChatType.is_group:1 of +msgid "Check chat is group" +msgstr "" + +#: aiogram.types.chat.ChatType.is_super_group:1 of +msgid "Check chat is super-group" +msgstr "" + +#: aiogram.types.chat.ChatType.is_group_or_super_group:1 of +msgid "Check chat is group or super-group" +msgstr "" + +#: aiogram.types.chat.ChatType.is_channel:1 of +msgid "Check chat is channel" +msgstr "" + +#: aiogram.types.chat.ChatActions:1 of +msgid "List of chat actions" +msgstr "" + +#: aiogram.types.chat.ChatActions:3 of +msgid "TYPING" +msgstr "" + +#: aiogram.types.chat.ChatActions:4 of +msgid "UPLOAD_PHOTO" +msgstr "" + +#: aiogram.types.chat.ChatActions:5 of +msgid "RECORD_VIDEO" +msgstr "" + +#: aiogram.types.chat.ChatActions:6 of +msgid "UPLOAD_VIDEO" +msgstr "" + +#: aiogram.types.chat.ChatActions:7 of +msgid "RECORD_AUDIO" +msgstr "" + +#: aiogram.types.chat.ChatActions:8 of +msgid "UPLOAD_AUDIO" +msgstr "" + +#: aiogram.types.chat.ChatActions:9 of +msgid "UPLOAD_DOCUMENT" +msgstr "" + +#: aiogram.types.chat.ChatActions:10 of +msgid "FIND_LOCATION" +msgstr "" + +#: aiogram.types.chat.ChatActions:11 of +msgid "RECORD_VIDEO_NOTE" +msgstr "" + +#: aiogram.types.chat.ChatActions:12 of +msgid "UPLOAD_VIDEO_NOTE" +msgstr "" + +#: aiogram.types.chat.ChatActions.calc_timeout:1 of +msgid "Calculate timeout for text" +msgstr "" + +#: aiogram.types.chat.ChatActions.typing:1 of +msgid "Do typing" +msgstr "" + +#: aiogram.types.chat.ChatActions.choose_sticker:3 +#: aiogram.types.chat.ChatActions.find_location:3 +#: aiogram.types.chat.ChatActions.record_audio:3 +#: aiogram.types.chat.ChatActions.record_video:3 +#: aiogram.types.chat.ChatActions.record_video_note:3 +#: aiogram.types.chat.ChatActions.record_voice:3 +#: aiogram.types.chat.ChatActions.typing:3 +#: aiogram.types.chat.ChatActions.upload_audio:3 +#: aiogram.types.chat.ChatActions.upload_document:3 +#: aiogram.types.chat.ChatActions.upload_photo:3 +#: aiogram.types.chat.ChatActions.upload_video:3 +#: aiogram.types.chat.ChatActions.upload_video_note:3 +#: aiogram.types.chat.ChatActions.upload_voice:3 of +msgid "sleep timeout" +msgstr "" + +#: aiogram.types.chat.ChatActions.upload_photo:1 of +msgid "Do upload_photo" +msgstr "" + +#: aiogram.types.chat.ChatActions.record_video:1 of +msgid "Do record video" +msgstr "" + +#: aiogram.types.chat.ChatActions.upload_video:1 of +msgid "Do upload video" +msgstr "" + +#: aiogram.types.chat.ChatActions.record_audio:1 of +msgid "Do record audio" +msgstr "" + +#: aiogram.types.chat.ChatActions.upload_audio:1 of +msgid "Do upload audio" +msgstr "" + +#: aiogram.types.chat.ChatActions.record_voice:1 of +msgid "Do record voice" +msgstr "" + +#: aiogram.types.chat.ChatActions.upload_voice:1 of +msgid "Do upload voice" +msgstr "" + +#: aiogram.types.chat.ChatActions.upload_document:1 of +msgid "Do upload document" +msgstr "" + +#: aiogram.types.chat.ChatActions.find_location:1 of +msgid "Do find location" +msgstr "" + +#: aiogram.types.chat.ChatActions.record_video_note:1 of +msgid "Do record video note" +msgstr "" + +#: aiogram.types.chat.ChatActions.upload_video_note:1 of +msgid "Do upload video note" +msgstr "" + +#: aiogram.types.chat.ChatActions.choose_sticker:1 of +msgid "Do choose sticker" msgstr "" #~ msgid "" @@ -1289,3 +861,1119 @@ msgstr "" #~ " him)" #~ msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#chat" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for this chat. This" +#~ " number may have more than 32 " +#~ "significant bits and some programming " +#~ "languages may have difficulty/silent defects" +#~ " in interpreting it. But it has " +#~ "at most 52 significant bits, so a" +#~ " signed 64-bit integer or double-" +#~ "precision float type are safe for " +#~ "storing this identifier." +#~ msgstr "" + +#~ msgid "" +#~ "Type of chat, can be either " +#~ "'private', 'group', 'supergroup' or 'channel'" +#~ msgstr "" + +#~ msgid "*Optional*. Title, for supergroups, channels and group chats" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Username, for private chats, " +#~ "supergroups and channels if available" +#~ msgstr "" + +#~ msgid "*Optional*. First name of the other party in a private chat" +#~ msgstr "" + +#~ msgid "*Optional*. Last name of the other party in a private chat" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the supergroup" +#~ " chat is a forum (has `topics " +#~ "`_ " +#~ "enabled)" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Chat photo. Returned only in" +#~ " :class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. If non-empty, the list " +#~ "of all `active chat usernames " +#~ "`_; for " +#~ "private chats, supergroups and channels. " +#~ "Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Custom emoji identifier of " +#~ "emoji status of the other party in" +#~ " a private chat. Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Bio of the other party " +#~ "in a private chat. Returned only " +#~ "in :class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if privacy settings" +#~ " of the other party in the " +#~ "private chat allows to use " +#~ ":code:`tg://user?id=` links only in " +#~ "chats with the user. Returned only " +#~ "in :class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the privacy " +#~ "settings of the other party restrict " +#~ "sending voice and video note messages" +#~ " in the private chat. Returned only" +#~ " in :class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if users need " +#~ "to join the supergroup before they " +#~ "can send messages. Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if all users " +#~ "directly joining the supergroup need to" +#~ " be approved by supergroup administrators." +#~ " Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Description, for groups, " +#~ "supergroups and channel chats. Returned " +#~ "only in :class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Primary invite link, for " +#~ "groups, supergroups and channel chats. " +#~ "Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The most recent pinned " +#~ "message (by sending date). Returned only" +#~ " in :class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Default chat member permissions," +#~ " for groups and supergroups. Returned " +#~ "only in :class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For supergroups, the minimum " +#~ "allowed delay between consecutive messages " +#~ "sent by each unpriviledged user; in " +#~ "seconds. Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The time after which all " +#~ "messages sent to the chat will be" +#~ " automatically deleted; in seconds. " +#~ "Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if aggressive " +#~ "anti-spam checks are enabled in the" +#~ " supergroup. The field is only " +#~ "available to chat administrators. Returned " +#~ "only in :class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if non-" +#~ "administrators can only get the list " +#~ "of bots and administrators in the " +#~ "chat. Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if messages from " +#~ "the chat can't be forwarded to " +#~ "other chats. Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For supergroups, name of " +#~ "group sticker set. Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the bot can" +#~ " change the group sticker set. " +#~ "Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Unique identifier for the " +#~ "linked chat, i.e. the discussion group" +#~ " identifier for a channel and vice" +#~ " versa; for supergroups and channel " +#~ "chats. This identifier may be greater" +#~ " than 32 bits and some programming" +#~ " languages may have difficulty/silent " +#~ "defects in interpreting it. But it " +#~ "is smaller than 52 bits, so a " +#~ "signed 64 bit integer or double-" +#~ "precision float type are safe for " +#~ "storing this identifier. Returned only " +#~ "in :class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For supergroups, the location " +#~ "to which the supergroup is connected." +#~ " Returned only in " +#~ ":class:`aiogram.methods.get_chat.GetChat`." +#~ msgstr "" + +#~ msgid "" +#~ "Returns shifted chat ID (positive and" +#~ " without \"-100\" prefix). Mostly used " +#~ "for private links like " +#~ "t.me/c/chat_id/message_id" +#~ msgstr "" + +#~ msgid "" +#~ "Currently supergroup/channel IDs have 10-digit" +#~ " ID after \"-100\" prefix removed. " +#~ "However, these IDs might become 11-digit" +#~ " in future. So, first we remove " +#~ "\"-100\" prefix and count remaining " +#~ "number length. Then we multiple -1 " +#~ "* 10 ^ (number_length + 2) " +#~ "Finally, self.id is substracted from " +#~ "that number" +#~ msgstr "" + +#~ msgid "Get full name of the Chat." +#~ msgstr "" + +#~ msgid "" +#~ "For private chat it is first_name " +#~ "+ last_name. For other chat types " +#~ "it is title." +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.ban_chat_sender_chat.BanChatSenderChat` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid ":code:`chat_id`" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to ban a channel" +#~ " chat in a supergroup or a " +#~ "channel. Until the chat is `unbanned " +#~ "`_, the" +#~ " owner of the banned chat won't " +#~ "be able to send messages on behalf" +#~ " of **any of their channels**. The" +#~ " bot must be an administrator in " +#~ "the supergroup or channel for this " +#~ "to work and must have the " +#~ "appropriate administrator rights. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#banchatsenderchat" +#~ msgstr "" + +#~ msgid "Unique identifier of the target sender chat" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.ban_chat_sender_chat.BanChatSenderChat`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.unban_chat_sender_chat.UnbanChatSenderChat`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to unban a " +#~ "previously banned channel chat in a " +#~ "supergroup or channel. The bot must " +#~ "be an administrator for this to " +#~ "work and must have the appropriate " +#~ "administrator rights. Returns :code:`True` on" +#~ " success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#unbanchatsenderchat" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.unban_chat_sender_chat.UnbanChatSenderChat`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.get_chat_administrators.GetChatAdministrators`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to get a list " +#~ "of administrators in a chat, which " +#~ "aren't bots. Returns an Array of " +#~ ":class:`aiogram.types.chat_member.ChatMember` objects." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.get_chat_administrators.GetChatAdministrators`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.delete_message.DeleteMessage` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to delete a " +#~ "message, including service messages, with " +#~ "the following limitations:" +#~ msgstr "" + +#~ msgid "A message can only be deleted if it was sent less than 48 hours ago." +#~ msgstr "" + +#~ msgid "" +#~ "Service messages about a supergroup, " +#~ "channel, or forum topic creation can't" +#~ " be deleted." +#~ msgstr "" + +#~ msgid "" +#~ "A dice message in a private chat" +#~ " can only be deleted if it was" +#~ " sent more than 24 hours ago." +#~ msgstr "" + +#~ msgid "" +#~ "Bots can delete outgoing messages in " +#~ "private chats, groups, and supergroups." +#~ msgstr "" + +#~ msgid "Bots can delete incoming messages in private chats." +#~ msgstr "" + +#~ msgid "" +#~ "Bots granted *can_post_messages* permissions " +#~ "can delete outgoing messages in " +#~ "channels." +#~ msgstr "" + +#~ msgid "" +#~ "If the bot is an administrator of" +#~ " a group, it can delete any " +#~ "message there." +#~ msgstr "" + +#~ msgid "" +#~ "If the bot has *can_delete_messages* " +#~ "permission in a supergroup or a " +#~ "channel, it can delete any message " +#~ "there." +#~ msgstr "" + +#~ msgid "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#deletemessage" +#~ msgstr "" + +#~ msgid "Identifier of the message to delete" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.delete_message.DeleteMessage`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to revoke an " +#~ "invite link created by the bot. If" +#~ " the primary link is revoked, a " +#~ "new link is automatically generated. The" +#~ " bot must be an administrator in " +#~ "the chat for this to work and " +#~ "must have the appropriate administrator " +#~ "rights. Returns the revoked invite link" +#~ " as :class:`aiogram.types.chat_invite_link.ChatInviteLink`" +#~ " object." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#revokechatinvitelink" +#~ msgstr "" + +#~ msgid "The invite link to revoke" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.edit_chat_invite_link.EditChatInviteLink` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit a non-" +#~ "primary invite link created by the " +#~ "bot. The bot must be an " +#~ "administrator in the chat for this " +#~ "to work and must have the " +#~ "appropriate administrator rights. Returns the" +#~ " edited invite link as a " +#~ ":class:`aiogram.types.chat_invite_link.ChatInviteLink` object." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#editchatinvitelink" +#~ msgstr "" + +#~ msgid "The invite link to edit" +#~ msgstr "" + +#~ msgid "Invite link name; 0-32 characters" +#~ msgstr "" + +#~ msgid "Point in time (Unix timestamp) when the link will expire" +#~ msgstr "" + +#~ msgid "" +#~ "The maximum number of users that " +#~ "can be members of the chat " +#~ "simultaneously after joining the chat " +#~ "via this invite link; 1-99999" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if users joining the chat" +#~ " via the link need to be " +#~ "approved by chat administrators. If " +#~ ":code:`True`, *member_limit* can't be " +#~ "specified" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.edit_chat_invite_link.EditChatInviteLink`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.create_chat_invite_link.CreateChatInviteLink`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to create an " +#~ "additional invite link for a chat. " +#~ "The bot must be an administrator " +#~ "in the chat for this to work " +#~ "and must have the appropriate " +#~ "administrator rights. The link can be" +#~ " revoked using the method " +#~ ":class:`aiogram.methods.revoke_chat_invite_link.RevokeChatInviteLink`." +#~ " Returns the new invite link as " +#~ ":class:`aiogram.types.chat_invite_link.ChatInviteLink` object." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#createchatinvitelink" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.create_chat_invite_link.CreateChatInviteLink`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to generate a new" +#~ " primary invite link for a chat; " +#~ "any previously generated primary link is" +#~ " revoked. The bot must be an " +#~ "administrator in the chat for this " +#~ "to work and must have the " +#~ "appropriate administrator rights. Returns the" +#~ " new invite link as *String* on " +#~ "success." +#~ msgstr "" + +#~ msgid "" +#~ "Note: Each administrator in a chat " +#~ "generates their own invite links. Bots" +#~ " can't use invite links generated by" +#~ " other administrators. If you want " +#~ "your bot to work with invite " +#~ "links, it will need to generate " +#~ "its own link using " +#~ ":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink`" +#~ " or by calling the " +#~ ":class:`aiogram.methods.get_chat.GetChat` method. If " +#~ "your bot needs to generate a new" +#~ " primary invite link replacing its " +#~ "previous one, use " +#~ ":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink`" +#~ " again." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.export_chat_invite_link.ExportChatInviteLink`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_chat_action.SendChatAction` will" +#~ " automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method when you need to" +#~ " tell the user that something is " +#~ "happening on the bot's side. The " +#~ "status is set for 5 seconds or " +#~ "less (when a message arrives from " +#~ "your bot, Telegram clients clear its " +#~ "typing status). Returns :code:`True` on " +#~ "success." +#~ msgstr "" + +#~ msgid "" +#~ "Example: The `ImageBot `_ " +#~ "needs some time to process a " +#~ "request and upload the image. Instead" +#~ " of sending a text message along " +#~ "the lines of 'Retrieving image, please" +#~ " wait…', the bot may use " +#~ ":class:`aiogram.methods.send_chat_action.SendChatAction` with" +#~ " *action* = *upload_photo*. The user " +#~ "will see a 'sending photo' status " +#~ "for the bot." +#~ msgstr "" + +#~ msgid "" +#~ "We only recommend using this method " +#~ "when a response from the bot will" +#~ " take a **noticeable** amount of time" +#~ " to arrive." +#~ msgstr "" + +#~ msgid "" +#~ "Type of action to broadcast. Choose " +#~ "one, depending on what the user is" +#~ " about to receive: *typing* for `text" +#~ " messages `_," +#~ " *upload_photo* for `photos " +#~ "`_, *record_video*" +#~ " or *upload_video* for `videos " +#~ "`_, *record_voice*" +#~ " or *upload_voice* for `voice notes " +#~ "`_, " +#~ "*upload_document* for `general files " +#~ "`_, " +#~ "*choose_sticker* for `stickers " +#~ "`_, " +#~ "*find_location* for `location data " +#~ "`_, " +#~ "*record_video_note* or *upload_video_note* for " +#~ "`video notes " +#~ "`_." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.send_chat_action.SendChatAction`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.delete_chat_sticker_set.DeleteChatStickerSet`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to delete a group" +#~ " sticker set from a supergroup. The" +#~ " bot must be an administrator in " +#~ "the chat for this to work and " +#~ "must have the appropriate administrator " +#~ "rights. Use the field *can_set_sticker_set*" +#~ " optionally returned in " +#~ ":class:`aiogram.methods.get_chat.GetChat` requests to " +#~ "check if the bot can use this " +#~ "method. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.delete_chat_sticker_set.DeleteChatStickerSet`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.set_chat_sticker_set.SetChatStickerSet` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to set a new " +#~ "group sticker set for a supergroup. " +#~ "The bot must be an administrator " +#~ "in the chat for this to work " +#~ "and must have the appropriate " +#~ "administrator rights. Use the field " +#~ "*can_set_sticker_set* optionally returned in " +#~ ":class:`aiogram.methods.get_chat.GetChat` requests to " +#~ "check if the bot can use this " +#~ "method. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.set_chat_sticker_set.SetChatStickerSet`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.get_chat_member.GetChatMember` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to get information " +#~ "about a member of a chat. The " +#~ "method is only guaranteed to work " +#~ "for other users if the bot is " +#~ "an administrator in the chat. Returns" +#~ " a :class:`aiogram.types.chat_member.ChatMember` object" +#~ " on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.get_chat_member.GetChatMember`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.get_chat_member_count.GetChatMemberCount` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to get the number" +#~ " of members in a chat. Returns " +#~ "*Int* on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.get_chat_member_count.GetChatMemberCount`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.leave_chat.LeaveChat` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method for your bot to" +#~ " leave a group, supergroup or " +#~ "channel. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.leave_chat.LeaveChat`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.unpin_all_chat_messages.UnpinAllChatMessages`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to clear the list" +#~ " of pinned messages in a chat. " +#~ "If the chat is not a private " +#~ "chat, the bot must be an " +#~ "administrator in the chat for this " +#~ "to work and must have the " +#~ "'can_pin_messages' administrator right in a" +#~ " supergroup or 'can_edit_messages' administrator" +#~ " right in a channel. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.unpin_all_chat_messages.UnpinAllChatMessages`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.unpin_chat_message.UnpinChatMessage` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to remove a " +#~ "message from the list of pinned " +#~ "messages in a chat. If the chat" +#~ " is not a private chat, the bot" +#~ " must be an administrator in the " +#~ "chat for this to work and must " +#~ "have the 'can_pin_messages' administrator " +#~ "right in a supergroup or " +#~ "'can_edit_messages' administrator right in a" +#~ " channel. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.unpin_chat_message.UnpinChatMessage`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.pin_chat_message.PinChatMessage` will" +#~ " automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to add a message" +#~ " to the list of pinned messages " +#~ "in a chat. If the chat is " +#~ "not a private chat, the bot must" +#~ " be an administrator in the chat " +#~ "for this to work and must have " +#~ "the 'can_pin_messages' administrator right in" +#~ " a supergroup or 'can_edit_messages' " +#~ "administrator right in a channel. " +#~ "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if it is not " +#~ "necessary to send a notification to " +#~ "all chat members about the new " +#~ "pinned message. Notifications are always " +#~ "disabled in channels and private chats." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.pin_chat_message.PinChatMessage`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to set a custom" +#~ " title for an administrator in a " +#~ "supergroup promoted by the bot. Returns" +#~ " :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.set_chat_administrator_custom_title.SetChatAdministratorCustomTitle`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.set_chat_permissions.SetChatPermissions` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to set default " +#~ "chat permissions for all members. The" +#~ " bot must be an administrator in " +#~ "the group or a supergroup for this" +#~ " to work and must have the " +#~ "*can_restrict_members* administrator rights. Returns" +#~ " :code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#setchatpermissions" +#~ msgstr "" + +#~ msgid "A JSON-serialized object for new default chat permissions" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if chat permissions " +#~ "are set independently. Otherwise, the " +#~ "*can_send_other_messages* and *can_add_web_page_previews*" +#~ " permissions will imply the " +#~ "*can_send_messages*, *can_send_audios*, " +#~ "*can_send_documents*, *can_send_photos*, " +#~ "*can_send_videos*, *can_send_video_notes*, and " +#~ "*can_send_voice_notes* permissions; the " +#~ "*can_send_polls* permission will imply the " +#~ "*can_send_messages* permission." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.set_chat_permissions.SetChatPermissions`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.promote_chat_member.PromoteChatMember` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to promote or " +#~ "demote a user in a supergroup or" +#~ " a channel. The bot must be an" +#~ " administrator in the chat for this" +#~ " to work and must have the " +#~ "appropriate administrator rights. Pass " +#~ ":code:`False` for all boolean parameters " +#~ "to demote a user. Returns :code:`True`" +#~ " on success." +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the administrator's presence in the chat is hidden" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can access the chat event log, " +#~ "chat statistics, message statistics in " +#~ "channels, see channel members, see " +#~ "anonymous administrators in supergroups and" +#~ " ignore slow mode. Implied by any " +#~ "other administrator privilege" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can create channel posts, channels only" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can edit messages of other users " +#~ "and can pin messages, channels only" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can delete messages of other users" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the administrator can manage video chats" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can restrict, ban or unban chat " +#~ "members" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can add new administrators with a " +#~ "subset of their own privileges or " +#~ "demote administrators that they have " +#~ "promoted, directly or indirectly (promoted " +#~ "by administrators that were appointed by" +#~ " him)" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can change chat title, photo and " +#~ "other settings" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the administrator can invite new users to the chat" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the administrator " +#~ "can pin messages, supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the user is " +#~ "allowed to create, rename, close, and" +#~ " reopen forum topics, supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.promote_chat_member.PromoteChatMember`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.restrict_chat_member.RestrictChatMember` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to restrict a user" +#~ " in a supergroup. The bot must " +#~ "be an administrator in the supergroup" +#~ " for this to work and must have" +#~ " the appropriate administrator rights. Pass" +#~ " :code:`True` for all permissions to " +#~ "lift restrictions from a user. Returns" +#~ " :code:`True` on success." +#~ msgstr "" + +#~ msgid "A JSON-serialized object for new user permissions" +#~ msgstr "" + +#~ msgid "" +#~ "Date when restrictions will be lifted" +#~ " for the user, unix time. If " +#~ "user is restricted for more than " +#~ "366 days or less than 30 seconds" +#~ " from the current time, they are " +#~ "considered to be restricted forever" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.restrict_chat_member.RestrictChatMember`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.unban_chat_member.UnbanChatMember` will" +#~ " automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to unban a " +#~ "previously banned user in a supergroup" +#~ " or channel. The user will **not**" +#~ " return to the group or channel " +#~ "automatically, but will be able to " +#~ "join via link, etc. The bot must" +#~ " be an administrator for this to " +#~ "work. By default, this method guarantees" +#~ " that after the call the user " +#~ "is not a member of the chat, " +#~ "but will be able to join it. " +#~ "So if the user is a member " +#~ "of the chat they will also be " +#~ "**removed** from the chat. If you " +#~ "don't want this, use the parameter " +#~ "*only_if_banned*. Returns :code:`True` on " +#~ "success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.unban_chat_member.UnbanChatMember`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.ban_chat_member.BanChatMember` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to ban a user " +#~ "in a group, a supergroup or a " +#~ "channel. In the case of supergroups " +#~ "and channels, the user will not be" +#~ " able to return to the chat on" +#~ " their own using invite links, etc.," +#~ " unless `unbanned " +#~ "`_ first." +#~ " The bot must be an administrator " +#~ "in the chat for this to work " +#~ "and must have the appropriate " +#~ "administrator rights. Returns :code:`True` on" +#~ " success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#banchatmember" +#~ msgstr "" + +#~ msgid "" +#~ "Date when the user will be " +#~ "unbanned, unix time. If user is " +#~ "banned for more than 366 days or" +#~ " less than 30 seconds from the " +#~ "current time they are considered to " +#~ "be banned forever. Applied for " +#~ "supergroups and channels only." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` to delete all messages" +#~ " from the chat for the user " +#~ "that is being removed. If :code:`False`," +#~ " the user will be able to see" +#~ " messages in the group that were " +#~ "sent before the user was removed. " +#~ "Always :code:`True` for supergroups and " +#~ "channels." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.ban_chat_member.BanChatMember`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.set_chat_description.SetChatDescription` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to change the " +#~ "description of a group, a supergroup " +#~ "or a channel. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have the " +#~ "appropriate administrator rights. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.set_chat_description.SetChatDescription`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.set_chat_title.SetChatTitle` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to change the " +#~ "title of a chat. Titles can't be" +#~ " changed for private chats. The bot" +#~ " must be an administrator in the " +#~ "chat for this to work and must " +#~ "have the appropriate administrator rights. " +#~ "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "New chat title, 1-128 characters" +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.set_chat_title.SetChatTitle`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.delete_chat_photo.DeleteChatPhoto` will" +#~ " automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to delete a chat" +#~ " photo. Photos can't be changed for" +#~ " private chats. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have the " +#~ "appropriate administrator rights. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.delete_chat_photo.DeleteChatPhoto`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.set_chat_photo.SetChatPhoto` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to set a new " +#~ "profile photo for the chat. Photos " +#~ "can't be changed for private chats. " +#~ "The bot must be an administrator " +#~ "in the chat for this to work " +#~ "and must have the appropriate " +#~ "administrator rights. Returns :code:`True` on" +#~ " success." +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.set_chat_photo.SetChatPhoto`" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_administrator_rights.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_administrator_rights.po index 519189b1..a4142b28 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_administrator_rights.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_administrator_rights.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-12 00:22+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -22,7 +22,7 @@ msgid "ChatAdministratorRights" msgstr "" #: aiogram.types.chat_administrator_rights.ChatAdministratorRights:1 of -msgid "Represents the rights of an administrator in a chat." +msgid "Represents rights of an administrator in a chat." msgstr "" #: aiogram.types.chat_administrator_rights.ChatAdministratorRights:3 of @@ -30,93 +30,20 @@ msgid "Source: https://core.telegram.org/bots/api#chatadministratorrights" msgstr "" #: ../../docstring +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_change_info:1 +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_delete_messages:1 +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_edit_messages:1 +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_invite_users:1 +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_manage_chat:1 +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_manage_topics:1 +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_manage_video_chats:1 +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_pin_messages:1 +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_post_messages:1 +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_promote_members:1 +#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_restrict_members:1 #: aiogram.types.chat_administrator_rights.ChatAdministratorRights.is_anonymous:1 #: of -msgid ":code:`True`, if the user's presence in the chat is hidden" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_manage_chat:1 -#: of -msgid "" -":code:`True`, if the administrator can access the chat event log, chat " -"statistics, message statistics in channels, see channel members, see " -"anonymous administrators in supergroups and ignore slow mode. Implied by " -"any other administrator privilege" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_delete_messages:1 -#: of -msgid ":code:`True`, if the administrator can delete messages of other users" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_manage_video_chats:1 -#: of -msgid ":code:`True`, if the administrator can manage video chats" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_restrict_members:1 -#: of -msgid ":code:`True`, if the administrator can restrict, ban or unban chat members" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_promote_members:1 -#: of -msgid "" -":code:`True`, if the administrator can add new administrators with a " -"subset of their own privileges or demote administrators that they have " -"promoted, directly or indirectly (promoted by administrators that were " -"appointed by the user)" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_change_info:1 -#: of -msgid "" -":code:`True`, if the user is allowed to change the chat title, photo and " -"other settings" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_invite_users:1 -#: of -msgid ":code:`True`, if the user is allowed to invite new users to the chat" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_post_messages:1 -#: of -msgid "" -"*Optional*. :code:`True`, if the administrator can post in the channel; " -"channels only" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_edit_messages:1 -#: of -msgid "" -"*Optional*. :code:`True`, if the administrator can edit messages of other" -" users and can pin messages; channels only" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_pin_messages:1 -#: of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to pin messages; groups " -"and supergroups only" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_manage_topics:1 -#: of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to create, rename, " -"close, and reopen forum topics; supergroups only" +msgid "Simple field" msgstr "" #~ msgid "" @@ -129,3 +56,74 @@ msgstr "" #~ "the user)" #~ msgstr "" +#~ msgid "Represents the rights of an administrator in a chat." +#~ msgstr "" + +#~ msgid ":code:`True`, if the user's presence in the chat is hidden" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the administrator can " +#~ "access the chat event log, chat " +#~ "statistics, message statistics in channels," +#~ " see channel members, see anonymous " +#~ "administrators in supergroups and ignore " +#~ "slow mode. Implied by any other " +#~ "administrator privilege" +#~ msgstr "" + +#~ msgid ":code:`True`, if the administrator can delete messages of other users" +#~ msgstr "" + +#~ msgid ":code:`True`, if the administrator can manage video chats" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the administrator can " +#~ "restrict, ban or unban chat members" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the administrator can " +#~ "add new administrators with a subset " +#~ "of their own privileges or demote " +#~ "administrators that they have promoted, " +#~ "directly or indirectly (promoted by " +#~ "administrators that were appointed by " +#~ "the user)" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the user is allowed " +#~ "to change the chat title, photo " +#~ "and other settings" +#~ msgstr "" + +#~ msgid ":code:`True`, if the user is allowed to invite new users to the chat" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the administrator" +#~ " can post in the channel; channels" +#~ " only" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the administrator" +#~ " can edit messages of other users " +#~ "and can pin messages; channels only" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to pin messages; groups and" +#~ " supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to create, rename, close, " +#~ "and reopen forum topics; supergroups " +#~ "only" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_invite_link.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_invite_link.po index 15c1a9e0..dabd2008 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_invite_link.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_invite_link.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_invite_link.rst:3 msgid "ChatInviteLink" @@ -26,57 +26,73 @@ msgid "Represents an invite link for a chat." msgstr "" #: aiogram.types.chat_invite_link.ChatInviteLink:3 of -msgid "Source: https://core.telegram.org/bots/api#chatinvitelink" +msgid "https://core.telegram.org/bots/api#chatinvitelink" msgstr "" -#: ../../docstring aiogram.types.chat_invite_link.ChatInviteLink.invite_link:1 -#: of -msgid "" -"The invite link. If the link was created by another chat administrator, " -"then the second part of the link will be replaced with '…'." -msgstr "" - -#: ../../docstring aiogram.types.chat_invite_link.ChatInviteLink.creator:1 of -msgid "Creator of the link" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_invite_link.ChatInviteLink.creates_join_request:1 of -msgid "" -":code:`True`, if users joining the chat via the link need to be approved " -"by chat administrators" -msgstr "" - -#: ../../docstring aiogram.types.chat_invite_link.ChatInviteLink.is_primary:1 -#: of -msgid ":code:`True`, if the link is primary" -msgstr "" - -#: ../../docstring aiogram.types.chat_invite_link.ChatInviteLink.is_revoked:1 -#: of -msgid ":code:`True`, if the link is revoked" -msgstr "" - -#: ../../docstring aiogram.types.chat_invite_link.ChatInviteLink.name:1 of -msgid "*Optional*. Invite link name" -msgstr "" - -#: ../../docstring aiogram.types.chat_invite_link.ChatInviteLink.expire_date:1 -#: of -msgid "" -"*Optional*. Point in time (Unix timestamp) when the link will expire or " -"has been expired" -msgstr "" - -#: ../../docstring aiogram.types.chat_invite_link.ChatInviteLink.member_limit:1 -#: of -msgid "" -"*Optional*. The maximum number of users that can be members of the chat " -"simultaneously after joining the chat via this invite link; 1-99999" -msgstr "" - -#: ../../docstring +#: ../../docstring aiogram.types.chat_invite_link.ChatInviteLink.creator:1 +#: aiogram.types.chat_invite_link.ChatInviteLink.invite_link:1 +#: aiogram.types.chat_invite_link.ChatInviteLink.is_primary:1 +#: aiogram.types.chat_invite_link.ChatInviteLink.is_revoked:1 +#: aiogram.types.chat_invite_link.ChatInviteLink.member_limit:1 +#: aiogram.types.chat_invite_link.ChatInviteLink.name:1 #: aiogram.types.chat_invite_link.ChatInviteLink.pending_join_request_count:1 #: of -msgid "*Optional*. Number of pending join requests created using this link" +msgid "Simple field" msgstr "" + +#: ../../docstring +#: aiogram.types.chat_invite_link.ChatInviteLink.creates_join_request:1 +#: aiogram.types.chat_invite_link.ChatInviteLink.expire_date:1 of +msgid "In this field stored datetime" +msgstr "" + +#: ../../docstring +#: aiogram.types.chat_invite_link.ChatInviteLink.creates_join_request:3 +#: aiogram.types.chat_invite_link.ChatInviteLink.expire_date:3 of +msgid "in: unixtime out: datetime" +msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#chatinvitelink" +#~ msgstr "" + +#~ msgid "" +#~ "The invite link. If the link was" +#~ " created by another chat administrator, " +#~ "then the second part of the link" +#~ " will be replaced with '…'." +#~ msgstr "" + +#~ msgid "Creator of the link" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if users joining the chat" +#~ " via the link need to be " +#~ "approved by chat administrators" +#~ msgstr "" + +#~ msgid ":code:`True`, if the link is primary" +#~ msgstr "" + +#~ msgid ":code:`True`, if the link is revoked" +#~ msgstr "" + +#~ msgid "*Optional*. Invite link name" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Point in time (Unix " +#~ "timestamp) when the link will expire " +#~ "or has been expired" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The maximum number of users" +#~ " that can be members of the " +#~ "chat simultaneously after joining the " +#~ "chat via this invite link; 1-99999" +#~ msgstr "" + +#~ msgid "*Optional*. Number of pending join requests created using this link" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_join_request.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_join_request.po index beaee2ea..67baf58d 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_join_request.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_join_request.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-12 00:22+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,106 +26,23 @@ msgid "Represents a join request sent to a chat." msgstr "" #: aiogram.types.chat_join_request.ChatJoinRequest:3 of -msgid "Source: https://core.telegram.org/bots/api#chatjoinrequest" +msgid "https://core.telegram.org/bots/api#chatjoinrequest" msgstr "" -#: ../../docstring aiogram.types.chat_join_request.ChatJoinRequest.chat:1 of -msgid "Chat to which the request was sent" -msgstr "" - -#: ../../docstring aiogram.types.chat_join_request.ChatJoinRequest.from_user:1 -#: of -msgid "User that sent the join request" -msgstr "" - -#: ../../docstring +#: ../../docstring aiogram.types.chat_join_request.ChatJoinRequest.bio:1 +#: aiogram.types.chat_join_request.ChatJoinRequest.chat:1 +#: aiogram.types.chat_join_request.ChatJoinRequest.from_user:1 +#: aiogram.types.chat_join_request.ChatJoinRequest.invite_link:1 #: aiogram.types.chat_join_request.ChatJoinRequest.user_chat_id:1 of -msgid "" -"Identifier of a private chat with the user who sent the join request. " -"This number may have more than 32 significant bits and some programming " -"languages may have difficulty/silent defects in interpreting it. But it " -"has at most 52 significant bits, so a 64-bit integer or double-precision " -"float type are safe for storing this identifier. The bot can use this " -"identifier for 24 hours to send messages until the join request is " -"processed, assuming no other administrator contacted the user." +msgid "Simple field" msgstr "" #: ../../docstring aiogram.types.chat_join_request.ChatJoinRequest.date:1 of -msgid "Date the request was sent in Unix time" +msgid "In this field stored datetime" msgstr "" -#: ../../docstring aiogram.types.chat_join_request.ChatJoinRequest.bio:1 of -msgid "*Optional*. Bio of the user." -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_join_request.ChatJoinRequest.invite_link:1 of -msgid "" -"*Optional*. Chat invite link that was used by the user to send the join " -"request" -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.approve:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.approve_chat_join_request.ApproveChatJoinRequest`" -" will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.approve:4 -#: aiogram.types.chat_join_request.ChatJoinRequest.decline:4 of -msgid ":code:`chat_id`" -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.approve:5 -#: aiogram.types.chat_join_request.ChatJoinRequest.decline:5 of -msgid ":code:`user_id`" -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.approve:7 of -msgid "" -"Use this method to approve a chat join request. The bot must be an " -"administrator in the chat for this to work and must have the " -"*can_invite_users* administrator right. Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.approve:9 of -msgid "Source: https://core.telegram.org/bots/api#approvechatjoinrequest" -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.approve -#: aiogram.types.chat_join_request.ChatJoinRequest.decline of -msgid "Returns" -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.approve:11 of -msgid "" -"instance of method " -":class:`aiogram.methods.approve_chat_join_request.ApproveChatJoinRequest`" -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.decline:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.decline_chat_join_request.DeclineChatJoinRequest`" -" will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.decline:7 of -msgid "" -"Use this method to decline a chat join request. The bot must be an " -"administrator in the chat for this to work and must have the " -"*can_invite_users* administrator right. Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.decline:9 of -msgid "Source: https://core.telegram.org/bots/api#declinechatjoinrequest" -msgstr "" - -#: aiogram.types.chat_join_request.ChatJoinRequest.decline:11 of -msgid "" -"instance of method " -":class:`aiogram.methods.decline_chat_join_request.DeclineChatJoinRequest`" +#: ../../docstring aiogram.types.chat_join_request.ChatJoinRequest.date:3 of +msgid "in: unixtime out: datetime" msgstr "" #~ msgid "Use this method to approve a chat join request." @@ -134,3 +51,97 @@ msgstr "" #~ msgid "Use this method to decline a chat join request." #~ msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#chatjoinrequest" +#~ msgstr "" + +#~ msgid "Chat to which the request was sent" +#~ msgstr "" + +#~ msgid "User that sent the join request" +#~ msgstr "" + +#~ msgid "" +#~ "Identifier of a private chat with " +#~ "the user who sent the join " +#~ "request. This number may have more " +#~ "than 32 significant bits and some " +#~ "programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a 64-bit integer" +#~ " or double-precision float type are" +#~ " safe for storing this identifier. " +#~ "The bot can use this identifier " +#~ "for 24 hours to send messages " +#~ "until the join request is processed, " +#~ "assuming no other administrator contacted " +#~ "the user." +#~ msgstr "" + +#~ msgid "Date the request was sent in Unix time" +#~ msgstr "" + +#~ msgid "*Optional*. Bio of the user." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Chat invite link that was" +#~ " used by the user to send the" +#~ " join request" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.approve_chat_join_request.ApproveChatJoinRequest`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid ":code:`chat_id`" +#~ msgstr "" + +#~ msgid ":code:`user_id`" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to approve a chat" +#~ " join request. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have the " +#~ "*can_invite_users* administrator right. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#approvechatjoinrequest" +#~ msgstr "" + +#~ msgid "Returns" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.approve_chat_join_request.ApproveChatJoinRequest`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.decline_chat_join_request.DeclineChatJoinRequest`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to decline a chat" +#~ " join request. The bot must be " +#~ "an administrator in the chat for " +#~ "this to work and must have the " +#~ "*can_invite_users* administrator right. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#declinechatjoinrequest" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.decline_chat_join_request.DeclineChatJoinRequest`" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_location.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_location.po index ce065a0e..c28afa96 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_location.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_location.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_location.rst:3 msgid "ChatLocation" @@ -26,15 +26,23 @@ msgid "Represents a location to which a chat is connected." msgstr "" #: aiogram.types.chat_location.ChatLocation:3 of -msgid "Source: https://core.telegram.org/bots/api#chatlocation" +msgid "https://core.telegram.org/bots/api#chatlocation" msgstr "" -#: ../../docstring aiogram.types.chat_location.ChatLocation.location:1 of -msgid "" -"The location to which the supergroup is connected. Can't be a live " -"location." +#: ../../docstring aiogram.types.chat_location.ChatLocation.address:1 +#: aiogram.types.chat_location.ChatLocation.location:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.chat_location.ChatLocation.address:1 of -msgid "Location address; 1-64 characters, as defined by the chat owner" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#chatlocation" +#~ msgstr "" + +#~ msgid "" +#~ "The location to which the supergroup " +#~ "is connected. Can't be a live " +#~ "location." +#~ msgstr "" + +#~ msgid "Location address; 1-64 characters, as defined by the chat owner" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member.po index 6f46ae07..15e75526 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-12 00:22+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,6 +21,10 @@ msgstr "" msgid "ChatMember" msgstr "" +#: aiogram.types.chat_member.ChatMemberStatus:1 of +msgid "Chat member status" +msgstr "" + #: aiogram.types.chat_member.ChatMember:1 of msgid "" "This object contains information about one member of a chat. Currently, " @@ -28,187 +32,139 @@ msgid "" msgstr "" #: aiogram.types.chat_member.ChatMember:3 of -msgid ":class:`aiogram.types.chat_member_owner.ChatMemberOwner`" -msgstr "" - -#: aiogram.types.chat_member.ChatMember:4 of -msgid ":class:`aiogram.types.chat_member_administrator.ChatMemberAdministrator`" -msgstr "" - -#: aiogram.types.chat_member.ChatMember:5 of -msgid ":class:`aiogram.types.chat_member_member.ChatMemberMember`" -msgstr "" - -#: aiogram.types.chat_member.ChatMember:6 of -msgid ":class:`aiogram.types.chat_member_restricted.ChatMemberRestricted`" -msgstr "" - -#: aiogram.types.chat_member.ChatMember:7 of -msgid ":class:`aiogram.types.chat_member_left.ChatMemberLeft`" -msgstr "" - -#: aiogram.types.chat_member.ChatMember:8 of -msgid ":class:`aiogram.types.chat_member_banned.ChatMemberBanned`" +msgid "" +"ChatMemberOwner ChatMemberAdministrator ChatMemberMember " +"ChatMemberRestricted ChatMemberLeft ChatMemberBanned" msgstr "" #: aiogram.types.chat_member.ChatMember:10 of -msgid "Source: https://core.telegram.org/bots/api#chatmember" +msgid "https://core.telegram.org/bots/api#chatmember" msgstr "" -#: ../../docstring aiogram.types.chat_member.ChatMember.status:1 of -msgid "The member's status in the chat" +#: ../../docstring aiogram.types.chat_member.ChatMember.status:1 +#: aiogram.types.chat_member.ChatMember.user:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_be_edited:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_change_info:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_delete_messages:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_edit_messages:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_invite_users:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_manage_chat:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_manage_topics:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_manage_video_chats:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_manage_voice_chats:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_pin_messages:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_post_messages:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_promote_members:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.can_restrict_members:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.custom_title:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.is_anonymous:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.status:1 +#: aiogram.types.chat_member.ChatMemberAdministrator.user:1 +#: aiogram.types.chat_member.ChatMemberBanned.status:1 +#: aiogram.types.chat_member.ChatMemberBanned.user:1 +#: aiogram.types.chat_member.ChatMemberLeft.status:1 +#: aiogram.types.chat_member.ChatMemberLeft.user:1 +#: aiogram.types.chat_member.ChatMemberMember.status:1 +#: aiogram.types.chat_member.ChatMemberMember.user:1 +#: aiogram.types.chat_member.ChatMemberOwner.custom_title:1 +#: aiogram.types.chat_member.ChatMemberOwner.is_anonymous:1 +#: aiogram.types.chat_member.ChatMemberOwner.status:1 +#: aiogram.types.chat_member.ChatMemberOwner.user:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_add_web_page_previews:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_change_info:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_invite_users:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_manage_topics:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_pin_messages:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_send_audios:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_send_documents:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_send_media_messages:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_send_messages:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_send_other_messages:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_send_photos:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_send_polls:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_send_video_notes:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_send_videos:1 +#: aiogram.types.chat_member.ChatMemberRestricted.can_send_voice_notes:1 +#: aiogram.types.chat_member.ChatMemberRestricted.is_member:1 +#: aiogram.types.chat_member.ChatMemberRestricted.status:1 +#: aiogram.types.chat_member.ChatMemberRestricted.user:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.chat_member.ChatMember.user:1 of -msgid "*Optional*. Information about the user" +#: aiogram.types.chat_member.ChatMember.to_object:1 of +msgid "Deserialize object" msgstr "" -#: ../../docstring aiogram.types.chat_member.ChatMember.is_anonymous:1 of -msgid "*Optional*. :code:`True`, if the user's presence in the chat is hidden" +#: aiogram.types.chat_member.ChatMember.to_object of +msgid "Parameters" msgstr "" -#: ../../docstring aiogram.types.chat_member.ChatMember.custom_title:1 of -msgid "*Optional*. Custom title for this user" +#: aiogram.types.chat_member.ChatMember.to_object of +msgid "Returns" msgstr "" -#: ../../docstring aiogram.types.chat_member.ChatMember.can_be_edited:1 of +#: aiogram.types.chat_member.ChatMemberOwner:1 of msgid "" -"*Optional*. :code:`True`, if the bot is allowed to edit administrator " -"privileges of that user" +"Represents a chat member that owns the chat and has all administrator " +"privileges. https://core.telegram.org/bots/api#chatmemberowner" msgstr "" -#: ../../docstring aiogram.types.chat_member.ChatMember.can_manage_chat:1 of +#: aiogram.types.chat_member.ChatMemberAdministrator:1 of +msgid "Represents a chat member that has some additional privileges." +msgstr "" + +#: aiogram.types.chat_member.ChatMemberAdministrator:3 of +msgid "https://core.telegram.org/bots/api#chatmemberadministrator" +msgstr "" + +#: aiogram.types.chat_member.ChatMemberMember:1 of msgid "" -"*Optional*. :code:`True`, if the administrator can access the chat event " -"log, chat statistics, message statistics in channels, see channel " -"members, see anonymous administrators in supergroups and ignore slow " -"mode. Implied by any other administrator privilege" +"Represents a chat member that has no additional privileges or " +"restrictions." msgstr "" -#: ../../docstring aiogram.types.chat_member.ChatMember.can_delete_messages:1 -#: of +#: aiogram.types.chat_member.ChatMemberMember:4 of +msgid "https://core.telegram.org/bots/api#chatmembermember" +msgstr "" + +#: aiogram.types.chat_member.ChatMemberRestricted:1 of msgid "" -"*Optional*. :code:`True`, if the administrator can delete messages of " -"other users" +"Represents a chat member that is under certain restrictions in the chat. " +"Supergroups only." msgstr "" -#: ../../docstring -#: aiogram.types.chat_member.ChatMember.can_manage_video_chats:1 of -msgid "*Optional*. :code:`True`, if the administrator can manage video chats" +#: aiogram.types.chat_member.ChatMemberRestricted:4 of +msgid "https://core.telegram.org/bots/api#chatmemberrestricted" msgstr "" -#: ../../docstring aiogram.types.chat_member.ChatMember.can_restrict_members:1 -#: of +#: ../../docstring aiogram.types.chat_member.ChatMemberBanned.until_date:1 +#: aiogram.types.chat_member.ChatMemberRestricted.until_date:1 of +msgid "In this field stored datetime" +msgstr "" + +#: ../../docstring aiogram.types.chat_member.ChatMemberBanned.until_date:3 +#: aiogram.types.chat_member.ChatMemberRestricted.until_date:3 of +msgid "in: unixtime out: datetime" +msgstr "" + +#: aiogram.types.chat_member.ChatMemberLeft:1 of msgid "" -"*Optional*. :code:`True`, if the administrator can restrict, ban or unban" -" chat members" +"Represents a chat member that isn't currently a member of the chat, but " +"may join it themselves." msgstr "" -#: ../../docstring aiogram.types.chat_member.ChatMember.can_promote_members:1 -#: of +#: aiogram.types.chat_member.ChatMemberLeft:4 of +msgid "https://core.telegram.org/bots/api#chatmemberleft" +msgstr "" + +#: aiogram.types.chat_member.ChatMemberBanned:1 of msgid "" -"*Optional*. :code:`True`, if the administrator can add new administrators" -" with a subset of their own privileges or demote administrators that they" -" have promoted, directly or indirectly (promoted by administrators that " -"were appointed by the user)" +"Represents a chat member that was banned in the chat and can't return to " +"the chat or view chat messages." msgstr "" -#: ../../docstring aiogram.types.chat_member.ChatMember.can_change_info:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to change the chat " -"title, photo and other settings" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.can_invite_users:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to invite new users to " -"the chat" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.can_post_messages:1 of -msgid "" -"*Optional*. :code:`True`, if the administrator can post in the channel; " -"channels only" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.can_edit_messages:1 of -msgid "" -"*Optional*. :code:`True`, if the administrator can edit messages of other" -" users and can pin messages; channels only" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.can_pin_messages:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to pin messages; groups " -"and supergroups only" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.can_manage_topics:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to create, rename, " -"close, and reopen forum topics; supergroups only" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.is_member:1 of -msgid "" -"*Optional*. :code:`True`, if the user is a member of the chat at the " -"moment of the request" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.can_send_messages:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to send text messages, " -"contacts, invoices, locations and venues" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.can_send_audios:1 of -msgid "*Optional*. :code:`True`, if the user is allowed to send audios" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.can_send_documents:1 of -msgid "*Optional*. :code:`True`, if the user is allowed to send documents" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.can_send_photos:1 of -msgid "*Optional*. :code:`True`, if the user is allowed to send photos" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.can_send_videos:1 of -msgid "*Optional*. :code:`True`, if the user is allowed to send videos" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.can_send_video_notes:1 -#: of -msgid "*Optional*. :code:`True`, if the user is allowed to send video notes" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.can_send_voice_notes:1 -#: of -msgid "*Optional*. :code:`True`, if the user is allowed to send voice notes" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.can_send_polls:1 of -msgid "*Optional*. :code:`True`, if the user is allowed to send polls" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member.ChatMember.can_send_other_messages:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to send animations, " -"games, stickers and use inline bots" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member.ChatMember.can_add_web_page_previews:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to add web page previews" -" to their messages" -msgstr "" - -#: ../../docstring aiogram.types.chat_member.ChatMember.until_date:1 of -msgid "" -"*Optional*. Date when restrictions will be lifted for this user; unix " -"time. If 0, then the user is restricted forever" +#: aiogram.types.chat_member.ChatMemberBanned:4 of +msgid "https://core.telegram.org/bots/api#chatmemberbanned" msgstr "" #~ msgid "..." @@ -237,3 +193,165 @@ msgstr "" #~ " notes" #~ msgstr "" +#~ msgid ":class:`aiogram.types.chat_member_owner.ChatMemberOwner`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.chat_member_administrator.ChatMemberAdministrator`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.chat_member_member.ChatMemberMember`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.chat_member_restricted.ChatMemberRestricted`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.chat_member_left.ChatMemberLeft`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.chat_member_banned.ChatMemberBanned`" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#chatmember" +#~ msgstr "" + +#~ msgid "The member's status in the chat" +#~ msgstr "" + +#~ msgid "*Optional*. Information about the user" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the user's presence in the chat is hidden" +#~ msgstr "" + +#~ msgid "*Optional*. Custom title for this user" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the bot is" +#~ " allowed to edit administrator privileges" +#~ " of that user" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the administrator" +#~ " can access the chat event log, " +#~ "chat statistics, message statistics in " +#~ "channels, see channel members, see " +#~ "anonymous administrators in supergroups and" +#~ " ignore slow mode. Implied by any " +#~ "other administrator privilege" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the administrator" +#~ " can delete messages of other users" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the administrator can manage video chats" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the administrator" +#~ " can restrict, ban or unban chat " +#~ "members" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the administrator" +#~ " can add new administrators with a" +#~ " subset of their own privileges or" +#~ " demote administrators that they have " +#~ "promoted, directly or indirectly (promoted " +#~ "by administrators that were appointed by" +#~ " the user)" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to change the chat title," +#~ " photo and other settings" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to invite new users to " +#~ "the chat" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the administrator" +#~ " can post in the channel; channels" +#~ " only" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the administrator" +#~ " can edit messages of other users " +#~ "and can pin messages; channels only" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to pin messages; groups and" +#~ " supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to create, rename, close, " +#~ "and reopen forum topics; supergroups " +#~ "only" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " a member of the chat at the" +#~ " moment of the request" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to send text messages, " +#~ "contacts, invoices, locations and venues" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the user is allowed to send audios" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the user is allowed to send documents" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the user is allowed to send photos" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the user is allowed to send videos" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the user is allowed to send video notes" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the user is allowed to send voice notes" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the user is allowed to send polls" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to send animations, games, " +#~ "stickers and use inline bots" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to add web page previews " +#~ "to their messages" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Date when restrictions will " +#~ "be lifted for this user; unix " +#~ "time. If 0, then the user is " +#~ "restricted forever" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_administrator.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_administrator.po index 8d56701a..5e81b84b 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_administrator.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_administrator.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-12 00:22+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,131 +21,6 @@ msgstr "" msgid "ChatMemberAdministrator" msgstr "" -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator:1 of -msgid "" -"Represents a `chat member " -"`_ that has some " -"additional privileges." -msgstr "" - -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator:3 of -msgid "Source: https://core.telegram.org/bots/api#chatmemberadministrator" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.status:1 of -msgid "The member's status in the chat, always 'administrator'" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.user:1 of -msgid "Information about the user" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_be_edited:1 -#: of -msgid "" -":code:`True`, if the bot is allowed to edit administrator privileges of " -"that user" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.is_anonymous:1 -#: of -msgid ":code:`True`, if the user's presence in the chat is hidden" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_manage_chat:1 -#: of -msgid "" -":code:`True`, if the administrator can access the chat event log, chat " -"statistics, message statistics in channels, see channel members, see " -"anonymous administrators in supergroups and ignore slow mode. Implied by " -"any other administrator privilege" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_delete_messages:1 -#: of -msgid ":code:`True`, if the administrator can delete messages of other users" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_manage_video_chats:1 -#: of -msgid ":code:`True`, if the administrator can manage video chats" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_restrict_members:1 -#: of -msgid ":code:`True`, if the administrator can restrict, ban or unban chat members" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_promote_members:1 -#: of -msgid "" -":code:`True`, if the administrator can add new administrators with a " -"subset of their own privileges or demote administrators that they have " -"promoted, directly or indirectly (promoted by administrators that were " -"appointed by the user)" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_change_info:1 -#: of -msgid "" -":code:`True`, if the user is allowed to change the chat title, photo and " -"other settings" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_invite_users:1 -#: of -msgid ":code:`True`, if the user is allowed to invite new users to the chat" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_post_messages:1 -#: of -msgid "" -"*Optional*. :code:`True`, if the administrator can post in the channel; " -"channels only" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_edit_messages:1 -#: of -msgid "" -"*Optional*. :code:`True`, if the administrator can edit messages of other" -" users and can pin messages; channels only" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_pin_messages:1 -#: of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to pin messages; groups " -"and supergroups only" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_manage_topics:1 -#: of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to create, rename, " -"close, and reopen forum topics; supergroups only" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.custom_title:1 -#: of -msgid "*Optional*. Custom title for this user" -msgstr "" - #~ msgid "" #~ ":code:`True`, if the administrator can " #~ "add new administrators with a subset " @@ -156,3 +31,95 @@ msgstr "" #~ "the user)" #~ msgstr "" +#~ msgid "" +#~ "Represents a `chat member " +#~ "`_ that has" +#~ " some additional privileges." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#chatmemberadministrator" +#~ msgstr "" + +#~ msgid "The member's status in the chat, always 'administrator'" +#~ msgstr "" + +#~ msgid "Information about the user" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the bot is allowed " +#~ "to edit administrator privileges of that" +#~ " user" +#~ msgstr "" + +#~ msgid ":code:`True`, if the user's presence in the chat is hidden" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the administrator can " +#~ "access the chat event log, chat " +#~ "statistics, message statistics in channels," +#~ " see channel members, see anonymous " +#~ "administrators in supergroups and ignore " +#~ "slow mode. Implied by any other " +#~ "administrator privilege" +#~ msgstr "" + +#~ msgid ":code:`True`, if the administrator can delete messages of other users" +#~ msgstr "" + +#~ msgid ":code:`True`, if the administrator can manage video chats" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the administrator can " +#~ "restrict, ban or unban chat members" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the administrator can " +#~ "add new administrators with a subset " +#~ "of their own privileges or demote " +#~ "administrators that they have promoted, " +#~ "directly or indirectly (promoted by " +#~ "administrators that were appointed by " +#~ "the user)" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the user is allowed " +#~ "to change the chat title, photo " +#~ "and other settings" +#~ msgstr "" + +#~ msgid ":code:`True`, if the user is allowed to invite new users to the chat" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the administrator" +#~ " can post in the channel; channels" +#~ " only" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the administrator" +#~ " can edit messages of other users " +#~ "and can pin messages; channels only" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to pin messages; groups and" +#~ " supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to create, rename, close, " +#~ "and reopen forum topics; supergroups " +#~ "only" +#~ msgstr "" + +#~ msgid "*Optional*. Custom title for this user" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_banned.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_banned.po index 5b7267fb..fff2e363 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_banned.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_banned.po @@ -8,42 +8,39 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_member_banned.rst:3 msgid "ChatMemberBanned" msgstr "" -#: aiogram.types.chat_member_banned.ChatMemberBanned:1 of -msgid "" -"Represents a `chat member " -"`_ that was banned in the " -"chat and can't return to the chat or view chat messages." -msgstr "" +#~ msgid "" +#~ "Represents a `chat member " +#~ "`_ that was" +#~ " banned in the chat and can't " +#~ "return to the chat or view chat" +#~ " messages." +#~ msgstr "" -#: aiogram.types.chat_member_banned.ChatMemberBanned:3 of -msgid "Source: https://core.telegram.org/bots/api#chatmemberbanned" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#chatmemberbanned" +#~ msgstr "" -#: ../../docstring aiogram.types.chat_member_banned.ChatMemberBanned.status:1 -#: of -msgid "The member's status in the chat, always 'kicked'" -msgstr "" +#~ msgid "The member's status in the chat, always 'kicked'" +#~ msgstr "" -#: ../../docstring aiogram.types.chat_member_banned.ChatMemberBanned.user:1 of -msgid "Information about the user" -msgstr "" +#~ msgid "Information about the user" +#~ msgstr "" + +#~ msgid "" +#~ "Date when restrictions will be lifted" +#~ " for this user; unix time. If " +#~ "0, then the user is banned forever" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_banned.ChatMemberBanned.until_date:1 of -msgid "" -"Date when restrictions will be lifted for this user; unix time. If 0, " -"then the user is banned forever" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_left.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_left.po index cae2e7b8..fe7eee28 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_left.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_left.po @@ -8,34 +8,32 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_member_left.rst:3 msgid "ChatMemberLeft" msgstr "" -#: aiogram.types.chat_member_left.ChatMemberLeft:1 of -msgid "" -"Represents a `chat member " -"`_ that isn't currently a " -"member of the chat, but may join it themselves." -msgstr "" +#~ msgid "" +#~ "Represents a `chat member " +#~ "`_ that " +#~ "isn't currently a member of the " +#~ "chat, but may join it themselves." +#~ msgstr "" -#: aiogram.types.chat_member_left.ChatMemberLeft:3 of -msgid "Source: https://core.telegram.org/bots/api#chatmemberleft" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#chatmemberleft" +#~ msgstr "" -#: ../../docstring aiogram.types.chat_member_left.ChatMemberLeft.status:1 of -msgid "The member's status in the chat, always 'left'" -msgstr "" +#~ msgid "The member's status in the chat, always 'left'" +#~ msgstr "" + +#~ msgid "Information about the user" +#~ msgstr "" -#: ../../docstring aiogram.types.chat_member_left.ChatMemberLeft.user:1 of -msgid "Information about the user" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_member.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_member.po index 8bc63e6e..dec21c0b 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_member.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_member.po @@ -8,35 +8,31 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_member_member.rst:3 msgid "ChatMemberMember" msgstr "" -#: aiogram.types.chat_member_member.ChatMemberMember:1 of -msgid "" -"Represents a `chat member " -"`_ that has no additional " -"privileges or restrictions." -msgstr "" +#~ msgid "" +#~ "Represents a `chat member " +#~ "`_ that has" +#~ " no additional privileges or restrictions." +#~ msgstr "" -#: aiogram.types.chat_member_member.ChatMemberMember:3 of -msgid "Source: https://core.telegram.org/bots/api#chatmembermember" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#chatmembermember" +#~ msgstr "" -#: ../../docstring aiogram.types.chat_member_member.ChatMemberMember.status:1 -#: of -msgid "The member's status in the chat, always 'member'" -msgstr "" +#~ msgid "The member's status in the chat, always 'member'" +#~ msgstr "" + +#~ msgid "Information about the user" +#~ msgstr "" -#: ../../docstring aiogram.types.chat_member_member.ChatMemberMember.user:1 of -msgid "Information about the user" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_owner.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_owner.po index 25470e8c..07d78674 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_owner.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_owner.po @@ -8,44 +8,38 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_member_owner.rst:3 msgid "ChatMemberOwner" msgstr "" -#: aiogram.types.chat_member_owner.ChatMemberOwner:1 of -msgid "" -"Represents a `chat member " -"`_ that owns the chat and " -"has all administrator privileges." -msgstr "" +#~ msgid "" +#~ "Represents a `chat member " +#~ "`_ that " +#~ "owns the chat and has all " +#~ "administrator privileges." +#~ msgstr "" -#: aiogram.types.chat_member_owner.ChatMemberOwner:3 of -msgid "Source: https://core.telegram.org/bots/api#chatmemberowner" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#chatmemberowner" +#~ msgstr "" -#: ../../docstring aiogram.types.chat_member_owner.ChatMemberOwner.status:1 of -msgid "The member's status in the chat, always 'creator'" -msgstr "" +#~ msgid "The member's status in the chat, always 'creator'" +#~ msgstr "" -#: ../../docstring aiogram.types.chat_member_owner.ChatMemberOwner.user:1 of -msgid "Information about the user" -msgstr "" +#~ msgid "Information about the user" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_owner.ChatMemberOwner.is_anonymous:1 of -msgid ":code:`True`, if the user's presence in the chat is hidden" -msgstr "" +#~ msgid ":code:`True`, if the user's presence in the chat is hidden" +#~ msgstr "" + +#~ msgid "*Optional*. Custom title for this user" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_owner.ChatMemberOwner.custom_title:1 of -msgid "*Optional*. Custom title for this user" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_restricted.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_restricted.po index 052a4b20..485c35b3 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_restricted.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_restricted.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-12 00:22+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,133 +21,6 @@ msgstr "" msgid "ChatMemberRestricted" msgstr "" -#: aiogram.types.chat_member_restricted.ChatMemberRestricted:1 of -msgid "" -"Represents a `chat member " -"`_ that is under certain " -"restrictions in the chat. Supergroups only." -msgstr "" - -#: aiogram.types.chat_member_restricted.ChatMemberRestricted:3 of -msgid "Source: https://core.telegram.org/bots/api#chatmemberrestricted" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.status:1 of -msgid "The member's status in the chat, always 'restricted'" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.user:1 of -msgid "Information about the user" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.is_member:1 of -msgid "" -":code:`True`, if the user is a member of the chat at the moment of the " -"request" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_send_messages:1 -#: of -msgid "" -":code:`True`, if the user is allowed to send text messages, contacts, " -"invoices, locations and venues" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_send_audios:1 -#: of -msgid ":code:`True`, if the user is allowed to send audios" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_send_documents:1 -#: of -msgid ":code:`True`, if the user is allowed to send documents" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_send_photos:1 -#: of -msgid ":code:`True`, if the user is allowed to send photos" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_send_videos:1 -#: of -msgid ":code:`True`, if the user is allowed to send videos" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_send_video_notes:1 -#: of -msgid ":code:`True`, if the user is allowed to send video notes" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_send_voice_notes:1 -#: of -msgid ":code:`True`, if the user is allowed to send voice notes" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_send_polls:1 -#: of -msgid ":code:`True`, if the user is allowed to send polls" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_send_other_messages:1 -#: of -msgid "" -":code:`True`, if the user is allowed to send animations, games, stickers " -"and use inline bots" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_add_web_page_previews:1 -#: of -msgid "" -":code:`True`, if the user is allowed to add web page previews to their " -"messages" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_change_info:1 -#: of -msgid "" -":code:`True`, if the user is allowed to change the chat title, photo and " -"other settings" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_invite_users:1 -#: of -msgid ":code:`True`, if the user is allowed to invite new users to the chat" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_pin_messages:1 -#: of -msgid ":code:`True`, if the user is allowed to pin messages" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.can_manage_topics:1 -#: of -msgid ":code:`True`, if the user is allowed to create forum topics" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_restricted.ChatMemberRestricted.until_date:1 of -msgid "" -"Date when restrictions will be lifted for this user; unix time. If 0, " -"then the user is restricted forever" -msgstr "" - #~ msgid "" #~ ":code:`True`, if the user is allowed " #~ "to send text messages, contacts, " @@ -160,3 +33,86 @@ msgstr "" #~ "videos, video notes and voice notes" #~ msgstr "" +#~ msgid "" +#~ "Represents a `chat member " +#~ "`_ that is" +#~ " under certain restrictions in the " +#~ "chat. Supergroups only." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#chatmemberrestricted" +#~ msgstr "" + +#~ msgid "The member's status in the chat, always 'restricted'" +#~ msgstr "" + +#~ msgid "Information about the user" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the user is a " +#~ "member of the chat at the moment" +#~ " of the request" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the user is allowed " +#~ "to send text messages, contacts, " +#~ "invoices, locations and venues" +#~ msgstr "" + +#~ msgid ":code:`True`, if the user is allowed to send audios" +#~ msgstr "" + +#~ msgid ":code:`True`, if the user is allowed to send documents" +#~ msgstr "" + +#~ msgid ":code:`True`, if the user is allowed to send photos" +#~ msgstr "" + +#~ msgid ":code:`True`, if the user is allowed to send videos" +#~ msgstr "" + +#~ msgid ":code:`True`, if the user is allowed to send video notes" +#~ msgstr "" + +#~ msgid ":code:`True`, if the user is allowed to send voice notes" +#~ msgstr "" + +#~ msgid ":code:`True`, if the user is allowed to send polls" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the user is allowed " +#~ "to send animations, games, stickers and" +#~ " use inline bots" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the user is allowed " +#~ "to add web page previews to their" +#~ " messages" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the user is allowed " +#~ "to change the chat title, photo " +#~ "and other settings" +#~ msgstr "" + +#~ msgid ":code:`True`, if the user is allowed to invite new users to the chat" +#~ msgstr "" + +#~ msgid ":code:`True`, if the user is allowed to pin messages" +#~ msgstr "" + +#~ msgid ":code:`True`, if the user is allowed to create forum topics" +#~ msgstr "" + +#~ msgid "" +#~ "Date when restrictions will be lifted" +#~ " for this user; unix time. If " +#~ "0, then the user is restricted " +#~ "forever" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_updated.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_updated.po index a362821e..1cb692cb 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_updated.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_member_updated.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_member_updated.rst:3 msgid "ChatMemberUpdated" @@ -26,37 +26,49 @@ msgid "This object represents changes in the status of a chat member." msgstr "" #: aiogram.types.chat_member_updated.ChatMemberUpdated:3 of -msgid "Source: https://core.telegram.org/bots/api#chatmemberupdated" +msgid "https://core.telegram.org/bots/api#chatmemberupdated" msgstr "" #: ../../docstring aiogram.types.chat_member_updated.ChatMemberUpdated.chat:1 -#: of -msgid "Chat the user belongs to" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_member_updated.ChatMemberUpdated.from_user:1 of -msgid "Performer of the action, which resulted in the change" +#: aiogram.types.chat_member_updated.ChatMemberUpdated.from_user:1 +#: aiogram.types.chat_member_updated.ChatMemberUpdated.invite_link:1 +#: aiogram.types.chat_member_updated.ChatMemberUpdated.new_chat_member:1 +#: aiogram.types.chat_member_updated.ChatMemberUpdated.old_chat_member:1 of +msgid "Simple field" msgstr "" #: ../../docstring aiogram.types.chat_member_updated.ChatMemberUpdated.date:1 #: of -msgid "Date the change was done in Unix time" +msgid "In this field stored datetime" msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_updated.ChatMemberUpdated.old_chat_member:1 of -msgid "Previous information about the chat member" +#: ../../docstring aiogram.types.chat_member_updated.ChatMemberUpdated.date:3 +#: of +msgid "in: unixtime out: datetime" msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_updated.ChatMemberUpdated.new_chat_member:1 of -msgid "New information about the chat member" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#chatmemberupdated" +#~ msgstr "" + +#~ msgid "Chat the user belongs to" +#~ msgstr "" + +#~ msgid "Performer of the action, which resulted in the change" +#~ msgstr "" + +#~ msgid "Date the change was done in Unix time" +#~ msgstr "" + +#~ msgid "Previous information about the chat member" +#~ msgstr "" + +#~ msgid "New information about the chat member" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Chat invite link, which was" +#~ " used by the user to join the" +#~ " chat; for joining by invite link " +#~ "events only." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.chat_member_updated.ChatMemberUpdated.invite_link:1 of -msgid "" -"*Optional*. Chat invite link, which was used by the user to join the " -"chat; for joining by invite link events only." -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_permissions.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_permissions.po index f3a97667..4747126e 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_permissions.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_permissions.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-12 00:22+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,92 +28,26 @@ msgid "" msgstr "" #: aiogram.types.chat_permissions.ChatPermissions:3 of -msgid "Source: https://core.telegram.org/bots/api#chatpermissions" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_send_messages:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to send text messages, " -"contacts, invoices, locations and venues" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_send_audios:1 of -msgid "*Optional*. :code:`True`, if the user is allowed to send audios" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_send_documents:1 of -msgid "*Optional*. :code:`True`, if the user is allowed to send documents" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_send_photos:1 of -msgid "*Optional*. :code:`True`, if the user is allowed to send photos" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_send_videos:1 of -msgid "*Optional*. :code:`True`, if the user is allowed to send videos" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_send_video_notes:1 of -msgid "*Optional*. :code:`True`, if the user is allowed to send video notes" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_send_voice_notes:1 of -msgid "*Optional*. :code:`True`, if the user is allowed to send voice notes" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_send_polls:1 of -msgid "*Optional*. :code:`True`, if the user is allowed to send polls" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_send_other_messages:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to send animations, " -"games, stickers and use inline bots" +msgid "https://core.telegram.org/bots/api#chatpermissions" msgstr "" #: ../../docstring #: aiogram.types.chat_permissions.ChatPermissions.can_add_web_page_previews:1 -#: of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to add web page previews" -" to their messages" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_change_info:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to change the chat " -"title, photo and other settings. Ignored in public supergroups" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_invite_users:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to invite new users to " -"the chat" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_pin_messages:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to pin messages. Ignored" -" in public supergroups" -msgstr "" - -#: ../../docstring -#: aiogram.types.chat_permissions.ChatPermissions.can_manage_topics:1 of -msgid "" -"*Optional*. :code:`True`, if the user is allowed to create forum topics. " -"If omitted defaults to the value of can_pin_messages" +#: aiogram.types.chat_permissions.ChatPermissions.can_change_info:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_invite_users:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_manage_topics:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_pin_messages:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_send_audios:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_send_documents:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_send_media_messages:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_send_messages:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_send_other_messages:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_send_photos:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_send_polls:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_send_video_notes:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_send_videos:1 +#: aiogram.types.chat_permissions.ChatPermissions.can_send_voice_notes:1 of +msgid "Simple field" msgstr "" #~ msgid "" @@ -149,3 +83,71 @@ msgstr "" #~ "can_send_media_messages" #~ msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#chatpermissions" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to send text messages, " +#~ "contacts, invoices, locations and venues" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the user is allowed to send audios" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the user is allowed to send documents" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the user is allowed to send photos" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the user is allowed to send videos" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the user is allowed to send video notes" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the user is allowed to send voice notes" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the user is allowed to send polls" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to send animations, games, " +#~ "stickers and use inline bots" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to add web page previews " +#~ "to their messages" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to change the chat title," +#~ " photo and other settings. Ignored in" +#~ " public supergroups" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to invite new users to " +#~ "the chat" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to pin messages. Ignored in" +#~ " public supergroups" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the user is" +#~ " allowed to create forum topics. If" +#~ " omitted defaults to the value of " +#~ "can_pin_messages" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_photo.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_photo.po index 67bbfafe..dd88541f 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_photo.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_photo.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chat_photo.rst:3 msgid "ChatPhoto" @@ -26,31 +26,90 @@ msgid "This object represents a chat photo." msgstr "" #: aiogram.types.chat_photo.ChatPhoto:3 of -msgid "Source: https://core.telegram.org/bots/api#chatphoto" +msgid "https://core.telegram.org/bots/api#chatphoto" msgstr "" -#: ../../docstring aiogram.types.chat_photo.ChatPhoto.small_file_id:1 of -msgid "" -"File identifier of small (160x160) chat photo. This file_id can be used " -"only for photo download and only for as long as the photo is not changed." +#: ../../docstring aiogram.types.chat_photo.ChatPhoto.big_file_id:1 +#: aiogram.types.chat_photo.ChatPhoto.big_file_unique_id:1 +#: aiogram.types.chat_photo.ChatPhoto.small_file_id:1 +#: aiogram.types.chat_photo.ChatPhoto.small_file_unique_id:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.chat_photo.ChatPhoto.small_file_unique_id:1 of -msgid "" -"Unique file identifier of small (160x160) chat photo, which is supposed " -"to be the same over time and for different bots. Can't be used to " -"download or reuse the file." +#: aiogram.types.chat_photo.ChatPhoto.download_big:1 +#: aiogram.types.chat_photo.ChatPhoto.download_small:1 of +msgid "Download file" msgstr "" -#: ../../docstring aiogram.types.chat_photo.ChatPhoto.big_file_id:1 of -msgid "" -"File identifier of big (640x640) chat photo. This file_id can be used " -"only for photo download and only for as long as the photo is not changed." +#: aiogram.types.chat_photo.ChatPhoto.download_big +#: aiogram.types.chat_photo.ChatPhoto.download_small of +msgid "Parameters" msgstr "" -#: ../../docstring aiogram.types.chat_photo.ChatPhoto.big_file_unique_id:1 of -msgid "" -"Unique file identifier of big (640x640) chat photo, which is supposed to " -"be the same over time and for different bots. Can't be used to download " -"or reuse the file." +#: aiogram.types.chat_photo.ChatPhoto.download_big:3 +#: aiogram.types.chat_photo.ChatPhoto.download_small:3 of +msgid "filename or instance of :class:`io.IOBase`. For e. g. :class:`io.BytesIO`" msgstr "" + +#: aiogram.types.chat_photo.ChatPhoto.download_big:4 +#: aiogram.types.chat_photo.ChatPhoto.download_big:5 +#: aiogram.types.chat_photo.ChatPhoto.download_small:4 +#: aiogram.types.chat_photo.ChatPhoto.download_small:5 of +msgid "Integer" +msgstr "" + +#: aiogram.types.chat_photo.ChatPhoto.download_big:6 +#: aiogram.types.chat_photo.ChatPhoto.download_small:6 of +msgid "Boolean - go to start of file when downloading is finished." +msgstr "" + +#: aiogram.types.chat_photo.ChatPhoto.download_big:7 +#: aiogram.types.chat_photo.ChatPhoto.download_small:7 of +msgid "Make dirs if not exist" +msgstr "" + +#: aiogram.types.chat_photo.ChatPhoto.download_big +#: aiogram.types.chat_photo.ChatPhoto.download_small of +msgid "Returns" +msgstr "" + +#: aiogram.types.chat_photo.ChatPhoto.download_big:8 +#: aiogram.types.chat_photo.ChatPhoto.download_small:8 of +msgid "destination" +msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#chatphoto" +#~ msgstr "" + +#~ msgid "" +#~ "File identifier of small (160x160) chat" +#~ " photo. This file_id can be used " +#~ "only for photo download and only " +#~ "for as long as the photo is " +#~ "not changed." +#~ msgstr "" + +#~ msgid "" +#~ "Unique file identifier of small " +#~ "(160x160) chat photo, which is supposed" +#~ " to be the same over time and" +#~ " for different bots. Can't be used" +#~ " to download or reuse the file." +#~ msgstr "" + +#~ msgid "" +#~ "File identifier of big (640x640) chat" +#~ " photo. This file_id can be used " +#~ "only for photo download and only " +#~ "for as long as the photo is " +#~ "not changed." +#~ msgstr "" + +#~ msgid "" +#~ "Unique file identifier of big (640x640)" +#~ " chat photo, which is supposed to " +#~ "be the same over time and for " +#~ "different bots. Can't be used to " +#~ "download or reuse the file." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_shared.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_shared.po index 21852254..59875a78 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_shared.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/chat_shared.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-12 00:22+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -24,27 +24,45 @@ msgstr "" #: aiogram.types.chat_shared.ChatShared:1 of msgid "" "This object contains information about the chat whose identifier was " -"shared with the bot using a " -":class:`aiogram.types.keyboard_button_request_chat.KeyboardButtonRequestChat`" -" button." +"shared with the bot using a KeyboardButtonRequestChat button." msgstr "" -#: aiogram.types.chat_shared.ChatShared:3 of -msgid "Source: https://core.telegram.org/bots/api#chatshared" +#: aiogram.types.chat_shared.ChatShared:4 of +msgid "https://core.telegram.org/bots/api#chatshared" msgstr "" -#: ../../docstring aiogram.types.chat_shared.ChatShared.request_id:1 of -msgid "Identifier of the request" +#: ../../docstring aiogram.types.chat_shared.ChatShared.request_id:1 +#: aiogram.types.chat_shared.ChatShared.user_id:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.chat_shared.ChatShared.chat_id:1 of -msgid "" -"Identifier of the shared chat. This number may have more than 32 " -"significant bits and some programming languages may have " -"difficulty/silent defects in interpreting it. But it has at most 52 " -"significant bits, so a 64-bit integer or double-precision float type are " -"safe for storing this identifier. The bot may not have access to the chat" -" and could be unable to use this identifier, unless the chat is already " -"known to the bot by some other means." -msgstr "" +#~ msgid "" +#~ "This object contains information about " +#~ "the chat whose identifier was shared " +#~ "with the bot using a " +#~ ":class:`aiogram.types.keyboard_button_request_chat.KeyboardButtonRequestChat`" +#~ " button." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#chatshared" +#~ msgstr "" + +#~ msgid "Identifier of the request" +#~ msgstr "" + +#~ msgid "" +#~ "Identifier of the shared chat. This " +#~ "number may have more than 32 " +#~ "significant bits and some programming " +#~ "languages may have difficulty/silent defects" +#~ " in interpreting it. But it has " +#~ "at most 52 significant bits, so a" +#~ " 64-bit integer or double-precision " +#~ "float type are safe for storing " +#~ "this identifier. The bot may not " +#~ "have access to the chat and could" +#~ " be unable to use this identifier," +#~ " unless the chat is already known " +#~ "to the bot by some other means." +#~ msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/chosen_inline_result.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/chosen_inline_result.po index ebbc8e52..46fb99a3 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/chosen_inline_result.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/chosen_inline_result.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/chosen_inline_result.rst:3 msgid "ChosenInlineResult" @@ -23,47 +23,71 @@ msgstr "" #: aiogram.types.chosen_inline_result.ChosenInlineResult:1 of msgid "" -"Represents a `result " -"`_ of an inline " -"query that was chosen by the user and sent to their chat partner. " -"**Note:** It is necessary to enable `inline feedback " -"`_ via " -"`@BotFather `_ in order to receive these objects " -"in updates." +"Represents a result of an inline query that was chosen by the user and " +"sent to their chat partner." msgstr "" -#: aiogram.types.chosen_inline_result.ChosenInlineResult:4 of -msgid "Source: https://core.telegram.org/bots/api#choseninlineresult" -msgstr "" - -#: ../../docstring -#: aiogram.types.chosen_inline_result.ChosenInlineResult.result_id:1 of -msgid "The unique identifier for the result that was chosen" -msgstr "" - -#: ../../docstring -#: aiogram.types.chosen_inline_result.ChosenInlineResult.from_user:1 of -msgid "The user that chose the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.chosen_inline_result.ChosenInlineResult.query:1 of -msgid "The query that was used to obtain the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.chosen_inline_result.ChosenInlineResult.location:1 of -msgid "*Optional*. Sender location, only for bots that require user location" -msgstr "" - -#: ../../docstring -#: aiogram.types.chosen_inline_result.ChosenInlineResult.inline_message_id:1 of +#: aiogram.types.chosen_inline_result.ChosenInlineResult:3 of msgid "" -"*Optional*. Identifier of the sent inline message. Available only if " -"there is an `inline keyboard " -"`_ attached to " -"the message. Will be also received in `callback queries " -"`_ and can be used to " -"`edit `_ the " -"message." +"Note: It is necessary to enable inline feedback via @Botfather in order " +"to receive these objects in updates. Your bot can accept payments from " +"Telegram users. Please see the introduction to payments for more details " +"on the process and how to set up payments for your bot. Please note that " +"users will need Telegram v.4.0 or higher to use payments (released on May" +" 18, 2017)." msgstr "" + +#: aiogram.types.chosen_inline_result.ChosenInlineResult:8 of +msgid "https://core.telegram.org/bots/api#choseninlineresult" +msgstr "" + +#: ../../docstring +#: aiogram.types.chosen_inline_result.ChosenInlineResult.from_user:1 +#: aiogram.types.chosen_inline_result.ChosenInlineResult.inline_message_id:1 +#: aiogram.types.chosen_inline_result.ChosenInlineResult.location:1 +#: aiogram.types.chosen_inline_result.ChosenInlineResult.query:1 +#: aiogram.types.chosen_inline_result.ChosenInlineResult.result_id:1 of +msgid "Simple field" +msgstr "" + +#~ msgid "" +#~ "Represents a `result " +#~ "`_ of " +#~ "an inline query that was chosen by" +#~ " the user and sent to their " +#~ "chat partner. **Note:** It is necessary" +#~ " to enable `inline feedback " +#~ "`_" +#~ " via `@BotFather `_ in" +#~ " order to receive these objects in" +#~ " updates." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#choseninlineresult" +#~ msgstr "" + +#~ msgid "The unique identifier for the result that was chosen" +#~ msgstr "" + +#~ msgid "The user that chose the result" +#~ msgstr "" + +#~ msgid "The query that was used to obtain the result" +#~ msgstr "" + +#~ msgid "*Optional*. Sender location, only for bots that require user location" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Identifier of the sent " +#~ "inline message. Available only if there" +#~ " is an `inline keyboard " +#~ "`_ " +#~ "attached to the message. Will be " +#~ "also received in `callback queries " +#~ "`_ and " +#~ "can be used to `edit " +#~ "`_ " +#~ "the message." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/contact.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/contact.po index 7e9f5102..69c597b4 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/contact.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/contact.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/contact.rst:3 msgid "Contact" @@ -26,32 +26,44 @@ msgid "This object represents a phone contact." msgstr "" #: aiogram.types.contact.Contact:3 of -msgid "Source: https://core.telegram.org/bots/api#contact" +msgid "https://core.telegram.org/bots/api#contact" msgstr "" -#: ../../docstring aiogram.types.contact.Contact.phone_number:1 of -msgid "Contact's phone number" +#: ../../docstring aiogram.types.contact.Contact.first_name:1 +#: aiogram.types.contact.Contact.last_name:1 +#: aiogram.types.contact.Contact.phone_number:1 +#: aiogram.types.contact.Contact.user_id:1 +#: aiogram.types.contact.Contact.vcard:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.contact.Contact.first_name:1 of -msgid "Contact's first name" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#contact" +#~ msgstr "" -#: ../../docstring aiogram.types.contact.Contact.last_name:1 of -msgid "*Optional*. Contact's last name" -msgstr "" +#~ msgid "Contact's phone number" +#~ msgstr "" -#: ../../docstring aiogram.types.contact.Contact.user_id:1 of -msgid "" -"*Optional*. Contact's user identifier in Telegram. This number may have " -"more than 32 significant bits and some programming languages may have " -"difficulty/silent defects in interpreting it. But it has at most 52 " -"significant bits, so a 64-bit integer or double-precision float type are " -"safe for storing this identifier." -msgstr "" +#~ msgid "Contact's first name" +#~ msgstr "" + +#~ msgid "*Optional*. Contact's last name" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Contact's user identifier in " +#~ "Telegram. This number may have more " +#~ "than 32 significant bits and some " +#~ "programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a 64-bit integer" +#~ " or double-precision float type are" +#~ " safe for storing this identifier." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Additional data about the " +#~ "contact in the form of a `vCard" +#~ " `_" +#~ msgstr "" -#: ../../docstring aiogram.types.contact.Contact.vcard:1 of -msgid "" -"*Optional*. Additional data about the contact in the form of a `vCard " -"`_" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/dice.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/dice.po index 55baf589..f772e202 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/dice.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/dice.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/dice.rst:3 msgid "Dice" @@ -26,15 +26,24 @@ msgid "This object represents an animated emoji that displays a random value." msgstr "" #: aiogram.types.dice.Dice:3 of -msgid "Source: https://core.telegram.org/bots/api#dice" +msgid "https://core.telegram.org/bots/api#dice" msgstr "" -#: ../../docstring aiogram.types.dice.Dice.emoji:1 of -msgid "Emoji on which the dice throw animation is based" +#: ../../docstring aiogram.types.dice.Dice.emoji:1 +#: aiogram.types.dice.Dice.value:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.dice.Dice.value:1 of -msgid "" -"Value of the dice, 1-6 for '🎲', '🎯' and '🎳' base emoji, 1-5 for '🏀' and " -"'⚽' base emoji, 1-64 for '🎰' base emoji" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#dice" +#~ msgstr "" + +#~ msgid "Emoji on which the dice throw animation is based" +#~ msgstr "" + +#~ msgid "" +#~ "Value of the dice, 1-6 for '🎲'," +#~ " '🎯' and '🎳' base emoji, 1-5 " +#~ "for '🏀' and '⚽' base emoji, 1-64" +#~ " for '🎰' base emoji" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/document.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/document.po index 0295a948..59ffb115 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/document.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/document.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/document.rst:3 msgid "Document" @@ -23,42 +23,74 @@ msgstr "" #: aiogram.types.document.Document:1 of msgid "" -"This object represents a general file (as opposed to `photos " -"`_, `voice messages " -"`_ and `audio files " -"`_)." +"This object represents a general file (as opposed to photos, voice " +"messages and audio files)." msgstr "" #: aiogram.types.document.Document:3 of -msgid "Source: https://core.telegram.org/bots/api#document" +msgid "https://core.telegram.org/bots/api#document" msgstr "" -#: ../../docstring aiogram.types.document.Document.file_id:1 of -msgid "Identifier for this file, which can be used to download or reuse the file" +#: ../../docstring aiogram.types.document.Document.file_id:1 +#: aiogram.types.document.Document.file_name:1 +#: aiogram.types.document.Document.file_size:1 +#: aiogram.types.document.Document.file_unique_id:1 +#: aiogram.types.document.Document.mime_type:1 +#: aiogram.types.document.Document.thumb:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.document.Document.file_unique_id:1 of -msgid "" -"Unique identifier for this file, which is supposed to be the same over " -"time and for different bots. Can't be used to download or reuse the file." +#: aiogram.types.document.MimeBase:1 of +msgid "List of mime base types registered in IANA" msgstr "" -#: ../../docstring aiogram.types.document.Document.thumb:1 of -msgid "*Optional*. Document thumbnail as defined by sender" +#: aiogram.types.document.MimeBase:3 of +msgid "https://www.iana.org/assignments/media-types/media-types.xhtml" msgstr "" -#: ../../docstring aiogram.types.document.Document.file_name:1 of -msgid "*Optional*. Original filename as defined by sender" -msgstr "" +#~ msgid "" +#~ "This object represents a general file" +#~ " (as opposed to `photos " +#~ "`_, `voice " +#~ "messages `_ and" +#~ " `audio files " +#~ "`_)." +#~ msgstr "" -#: ../../docstring aiogram.types.document.Document.mime_type:1 of -msgid "*Optional*. MIME type of the file as defined by sender" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#document" +#~ msgstr "" + +#~ msgid "" +#~ "Identifier for this file, which can " +#~ "be used to download or reuse the" +#~ " file" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for this file, which" +#~ " is supposed to be the same " +#~ "over time and for different bots. " +#~ "Can't be used to download or reuse" +#~ " the file." +#~ msgstr "" + +#~ msgid "*Optional*. Document thumbnail as defined by sender" +#~ msgstr "" + +#~ msgid "*Optional*. Original filename as defined by sender" +#~ msgstr "" + +#~ msgid "*Optional*. MIME type of the file as defined by sender" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. File size in bytes. It " +#~ "can be bigger than 2^31 and some" +#~ " programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a signed 64-bit " +#~ "integer or double-precision float type" +#~ " are safe for storing this value." +#~ msgstr "" -#: ../../docstring aiogram.types.document.Document.file_size:1 of -msgid "" -"*Optional*. File size in bytes. It can be bigger than 2^31 and some " -"programming languages may have difficulty/silent defects in interpreting " -"it. But it has at most 52 significant bits, so a signed 64-bit integer or" -" double-precision float type are safe for storing this value." -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/encrypted_credentials.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/encrypted_credentials.po index ef407694..a6b6f468 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/encrypted_credentials.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/encrypted_credentials.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/encrypted_credentials.rst:3 msgid "EncryptedCredentials" @@ -23,34 +23,50 @@ msgstr "" #: aiogram.types.encrypted_credentials.EncryptedCredentials:1 of msgid "" -"Describes data required for decrypting and authenticating " -":class:`aiogram.types.encrypted_passport_element.EncryptedPassportElement`." -" See the `Telegram Passport Documentation " -"`_ for a " +"Contains data required for decrypting and authenticating " +"EncryptedPassportElement. See the Telegram Passport Documentation for a " "complete description of the data decryption and authentication processes." msgstr "" -#: aiogram.types.encrypted_credentials.EncryptedCredentials:3 of -msgid "Source: https://core.telegram.org/bots/api#encryptedcredentials" -msgstr "" - -#: ../../docstring -#: aiogram.types.encrypted_credentials.EncryptedCredentials.data:1 of -msgid "" -"Base64-encoded encrypted JSON-serialized data with unique user's payload," -" data hashes and secrets required for " -":class:`aiogram.types.encrypted_passport_element.EncryptedPassportElement`" -" decryption and authentication" -msgstr "" - -#: ../../docstring -#: aiogram.types.encrypted_credentials.EncryptedCredentials.hash:1 of -msgid "Base64-encoded data hash for data authentication" +#: aiogram.types.encrypted_credentials.EncryptedCredentials:5 of +msgid "https://core.telegram.org/bots/api#encryptedcredentials" msgstr "" #: ../../docstring +#: aiogram.types.encrypted_credentials.EncryptedCredentials.data:1 +#: aiogram.types.encrypted_credentials.EncryptedCredentials.hash:1 #: aiogram.types.encrypted_credentials.EncryptedCredentials.secret:1 of -msgid "" -"Base64-encoded secret, encrypted with the bot's public RSA key, required " -"for data decryption" +msgid "Simple field" msgstr "" + +#~ msgid "" +#~ "Describes data required for decrypting " +#~ "and authenticating " +#~ ":class:`aiogram.types.encrypted_passport_element.EncryptedPassportElement`." +#~ " See the `Telegram Passport Documentation" +#~ " `_" +#~ " for a complete description of the" +#~ " data decryption and authentication " +#~ "processes." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#encryptedcredentials" +#~ msgstr "" + +#~ msgid "" +#~ "Base64-encoded encrypted JSON-serialized data" +#~ " with unique user's payload, data " +#~ "hashes and secrets required for " +#~ ":class:`aiogram.types.encrypted_passport_element.EncryptedPassportElement`" +#~ " decryption and authentication" +#~ msgstr "" + +#~ msgid "Base64-encoded data hash for data authentication" +#~ msgstr "" + +#~ msgid "" +#~ "Base64-encoded secret, encrypted with the " +#~ "bot's public RSA key, required for " +#~ "data decryption" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/encrypted_passport_element.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/encrypted_passport_element.po index d0a915ce..6e56a294 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/encrypted_passport_element.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/encrypted_passport_element.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/encrypted_passport_element.rst:3 msgid "EncryptedPassportElement" @@ -23,104 +23,128 @@ msgstr "" #: aiogram.types.encrypted_passport_element.EncryptedPassportElement:1 of msgid "" -"Describes documents or other Telegram Passport elements shared with the " -"bot by the user." +"Contains information about documents or other Telegram Passport elements " +"shared with the bot by the user." msgstr "" #: aiogram.types.encrypted_passport_element.EncryptedPassportElement:3 of -msgid "Source: https://core.telegram.org/bots/api#encryptedpassportelement" -msgstr "" - -#: ../../docstring -#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.type:1 of -msgid "" -"Element type. One of 'personal_details', 'passport', 'driver_license', " -"'identity_card', 'internal_passport', 'address', 'utility_bill', " -"'bank_statement', 'rental_agreement', 'passport_registration', " -"'temporary_registration', 'phone_number', 'email'." -msgstr "" - -#: ../../docstring -#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.hash:1 of -msgid "" -"Base64-encoded element hash for using in " -":class:`aiogram.types.passport_element_error_unspecified.PassportElementErrorUnspecified`" -msgstr "" - -#: ../../docstring -#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.data:1 of -msgid "" -"*Optional*. Base64-encoded encrypted Telegram Passport element data " -"provided by the user, available for 'personal_details', 'passport', " -"'driver_license', 'identity_card', 'internal_passport' and 'address' " -"types. Can be decrypted and verified using the accompanying " -":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." +msgid "https://core.telegram.org/bots/api#encryptedpassportelement" msgstr "" #: ../../docstring +#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.data:1 +#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.email:1 +#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.front_side:1 #: aiogram.types.encrypted_passport_element.EncryptedPassportElement.phone_number:1 -#: of -msgid "" -"*Optional*. User's verified phone number, available only for " -"'phone_number' type" -msgstr "" - -#: ../../docstring -#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.email:1 of -msgid "*Optional*. User's verified email address, available only for 'email' type" +#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.reverse_side:1 +#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.selfie:1 +#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.type:1 of +msgid "Simple field" msgstr "" #: ../../docstring #: aiogram.types.encrypted_passport_element.EncryptedPassportElement.files:1 of -msgid "" -"*Optional*. Array of encrypted files with documents provided by the user," -" available for 'utility_bill', 'bank_statement', 'rental_agreement', " -"'passport_registration' and 'temporary_registration' types. Files can be " -"decrypted and verified using the accompanying " -":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." +msgid "The field contains a list of objects" msgstr "" -#: ../../docstring -#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.front_side:1 -#: of -msgid "" -"*Optional*. Encrypted file with the front side of the document, provided " -"by the user. Available for 'passport', 'driver_license', 'identity_card' " -"and 'internal_passport'. The file can be decrypted and verified using the" -" accompanying " -":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." -msgstr "" +#~ msgid "" +#~ "Describes documents or other Telegram " +#~ "Passport elements shared with the bot" +#~ " by the user." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.reverse_side:1 -#: of -msgid "" -"*Optional*. Encrypted file with the reverse side of the document, " -"provided by the user. Available for 'driver_license' and 'identity_card'." -" The file can be decrypted and verified using the accompanying " -":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#encryptedpassportelement" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.selfie:1 -#: of -msgid "" -"*Optional*. Encrypted file with the selfie of the user holding a " -"document, provided by the user; available for 'passport', " -"'driver_license', 'identity_card' and 'internal_passport'. The file can " -"be decrypted and verified using the accompanying " -":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." -msgstr "" +#~ msgid "" +#~ "Element type. One of 'personal_details', " +#~ "'passport', 'driver_license', 'identity_card', " +#~ "'internal_passport', 'address', 'utility_bill', " +#~ "'bank_statement', 'rental_agreement', " +#~ "'passport_registration', 'temporary_registration', " +#~ "'phone_number', 'email'." +#~ msgstr "" + +#~ msgid "" +#~ "Base64-encoded element hash for using in" +#~ " " +#~ ":class:`aiogram.types.passport_element_error_unspecified.PassportElementErrorUnspecified`" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Base64-encoded encrypted Telegram " +#~ "Passport element data provided by the" +#~ " user, available for 'personal_details', " +#~ "'passport', 'driver_license', 'identity_card', " +#~ "'internal_passport' and 'address' types. Can" +#~ " be decrypted and verified using the" +#~ " accompanying " +#~ ":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. User's verified phone number, " +#~ "available only for 'phone_number' type" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. User's verified email address, " +#~ "available only for 'email' type" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Array of encrypted files " +#~ "with documents provided by the user, " +#~ "available for 'utility_bill', 'bank_statement', " +#~ "'rental_agreement', 'passport_registration' and " +#~ "'temporary_registration' types. Files can be" +#~ " decrypted and verified using the " +#~ "accompanying " +#~ ":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Encrypted file with the " +#~ "front side of the document, provided " +#~ "by the user. Available for 'passport'," +#~ " 'driver_license', 'identity_card' and " +#~ "'internal_passport'. The file can be " +#~ "decrypted and verified using the " +#~ "accompanying " +#~ ":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Encrypted file with the " +#~ "reverse side of the document, provided" +#~ " by the user. Available for " +#~ "'driver_license' and 'identity_card'. The file" +#~ " can be decrypted and verified using" +#~ " the accompanying " +#~ ":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Encrypted file with the " +#~ "selfie of the user holding a " +#~ "document, provided by the user; " +#~ "available for 'passport', 'driver_license', " +#~ "'identity_card' and 'internal_passport'. The " +#~ "file can be decrypted and verified " +#~ "using the accompanying " +#~ ":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Array of encrypted files " +#~ "with translated versions of documents " +#~ "provided by the user. Available if " +#~ "requested for 'passport', 'driver_license', " +#~ "'identity_card', 'internal_passport', 'utility_bill', " +#~ "'bank_statement', 'rental_agreement', " +#~ "'passport_registration' and 'temporary_registration' " +#~ "types. Files can be decrypted and " +#~ "verified using the accompanying " +#~ ":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.encrypted_passport_element.EncryptedPassportElement.translation:1 -#: of -msgid "" -"*Optional*. Array of encrypted files with translated versions of " -"documents provided by the user. Available if requested for 'passport', " -"'driver_license', 'identity_card', 'internal_passport', 'utility_bill', " -"'bank_statement', 'rental_agreement', 'passport_registration' and " -"'temporary_registration' types. Files can be decrypted and verified using" -" the accompanying " -":class:`aiogram.types.encrypted_credentials.EncryptedCredentials`." -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/error_event.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/error_event.po index fbaceb09..c267ae4f 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/error_event.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/error_event.po @@ -8,33 +8,31 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/error_event.rst:3 msgid "ErrorEvent" msgstr "" -#: aiogram.types.error_event.ErrorEvent:1 of -msgid "" -"Internal event, should be used to receive errors while processing Updates" -" from Telegram" -msgstr "" +#~ msgid "" +#~ "Internal event, should be used to " +#~ "receive errors while processing Updates " +#~ "from Telegram" +#~ msgstr "" -#: aiogram.types.error_event.ErrorEvent:3 of -msgid "Source: https://core.telegram.org/bots/api#error-event" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#error-event" +#~ msgstr "" -#: ../../docstring aiogram.types.error_event.ErrorEvent.update:1 of -msgid "Received update" -msgstr "" +#~ msgid "Received update" +#~ msgstr "" + +#~ msgid "Exception" +#~ msgstr "" -#: ../../docstring aiogram.types.error_event.ErrorEvent.exception:1 of -msgid "Exception" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/file.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/file.po index 7b0c0c2c..a83265f1 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/file.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/file.po @@ -8,58 +8,95 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/file.rst:3 msgid "File" msgstr "" #: aiogram.types.file.File:1 of -msgid "" -"This object represents a file ready to be downloaded. The file can be " -"downloaded via the link " -":code:`https://api.telegram.org/file/bot/`. It is " -"guaranteed that the link will be valid for at least 1 hour. When the link" -" expires, a new one can be requested by calling " -":class:`aiogram.methods.get_file.GetFile`." +msgid "This object represents a file ready to be downloaded." msgstr "" #: aiogram.types.file.File:3 of -msgid "The maximum file size to download is 20 MB" +msgid "" +"The file can be downloaded via the link " +"https://api.telegram.org/file/bot/." msgstr "" #: aiogram.types.file.File:5 of -msgid "Source: https://core.telegram.org/bots/api#file" -msgstr "" - -#: ../../docstring aiogram.types.file.File.file_id:1 of -msgid "Identifier for this file, which can be used to download or reuse the file" -msgstr "" - -#: ../../docstring aiogram.types.file.File.file_unique_id:1 of msgid "" -"Unique identifier for this file, which is supposed to be the same over " -"time and for different bots. Can't be used to download or reuse the file." +"It is guaranteed that the link will be valid for at least 1 hour. When " +"the link expires, a new one can be requested by calling getFile." msgstr "" -#: ../../docstring aiogram.types.file.File.file_size:1 of -msgid "" -"*Optional*. File size in bytes. It can be bigger than 2^31 and some " -"programming languages may have difficulty/silent defects in interpreting " -"it. But it has at most 52 significant bits, so a signed 64-bit integer or" -" double-precision float type are safe for storing this value." +#: aiogram.types.file.File:8 of +msgid "Maximum file size to download is 20 MB" msgstr "" -#: ../../docstring aiogram.types.file.File.file_path:1 of -msgid "" -"*Optional*. File path. Use " -":code:`https://api.telegram.org/file/bot/` to get the " -"file." +#: aiogram.types.file.File:10 of +msgid "https://core.telegram.org/bots/api#file" msgstr "" + +#: ../../docstring aiogram.types.file.File.file_id:1 +#: aiogram.types.file.File.file_path:1 aiogram.types.file.File.file_size:1 +#: aiogram.types.file.File.file_unique_id:1 of +msgid "Simple field" +msgstr "" + +#~ msgid "" +#~ "This object represents a file ready " +#~ "to be downloaded. The file can be" +#~ " downloaded via the link " +#~ ":code:`https://api.telegram.org/file/bot/`. It" +#~ " is guaranteed that the link will " +#~ "be valid for at least 1 hour. " +#~ "When the link expires, a new one" +#~ " can be requested by calling " +#~ ":class:`aiogram.methods.get_file.GetFile`." +#~ msgstr "" + +#~ msgid "The maximum file size to download is 20 MB" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#file" +#~ msgstr "" + +#~ msgid "" +#~ "Identifier for this file, which can " +#~ "be used to download or reuse the" +#~ " file" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for this file, which" +#~ " is supposed to be the same " +#~ "over time and for different bots. " +#~ "Can't be used to download or reuse" +#~ " the file." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. File size in bytes. It " +#~ "can be bigger than 2^31 and some" +#~ " programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a signed 64-bit " +#~ "integer or double-precision float type" +#~ " are safe for storing this value." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. File path. Use " +#~ ":code:`https://api.telegram.org/file/bot/` to" +#~ " get the file." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/force_reply.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/force_reply.po index 6e408b99..1ff733ca 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/force_reply.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/force_reply.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/force_reply.rst:3 msgid "ForceReply" @@ -27,61 +27,29 @@ msgid "" "a reply interface to the user (act as if the user has selected the bot's " "message and tapped 'Reply'). This can be extremely useful if you want to " "create user-friendly step-by-step interfaces without having to sacrifice " -"`privacy mode `_." +"privacy mode." msgstr "" -#: aiogram.types.force_reply.ForceReply:3 of -msgid "" -"**Example:** A `poll bot `_ for groups runs in " -"privacy mode (only receives commands, replies to its messages and " -"mentions). There could be two ways to create a new poll:" +#: aiogram.types.force_reply.ForceReply:7 of +msgid "https://core.telegram.org/bots/api#forcereply" msgstr "" -#: aiogram.types.force_reply.ForceReply:5 of -msgid "" -"Explain the user how to send a command with parameters (e.g. /newpoll " -"question answer1 answer2). May be appealing for hardcore users but lacks " -"modern day polish." +#: ../../docstring aiogram.types.force_reply.ForceReply.force_reply:1 +#: aiogram.types.force_reply.ForceReply.input_field_placeholder:1 +#: aiogram.types.force_reply.ForceReply.selective:1 of +msgid "Simple field" msgstr "" -#: aiogram.types.force_reply.ForceReply:6 of -msgid "" -"Guide the user through a step-by-step process. 'Please send me your " -"question', 'Cool, now let's add the first answer option', 'Great. Keep " -"adding answer options, then send /done when you're ready'." +#: aiogram.types.force_reply.ForceReply.create:1 of +msgid "Create new force reply" msgstr "" -#: aiogram.types.force_reply.ForceReply:8 of -msgid "" -"The last option is definitely more attractive. And if you use " -":class:`aiogram.types.force_reply.ForceReply` in your bot's questions, it" -" will receive the user's answers even if it only receives replies, " -"commands and mentions - without any extra work for the user." +#: aiogram.types.force_reply.ForceReply.create of +msgid "Parameters" msgstr "" -#: aiogram.types.force_reply.ForceReply:10 of -msgid "Source: https://core.telegram.org/bots/api#forcereply" -msgstr "" - -#: ../../docstring aiogram.types.force_reply.ForceReply.force_reply:1 of -msgid "" -"Shows reply interface to the user, as if they manually selected the bot's" -" message and tapped 'Reply'" -msgstr "" - -#: ../../docstring -#: aiogram.types.force_reply.ForceReply.input_field_placeholder:1 of -msgid "" -"*Optional*. The placeholder to be shown in the input field when the reply" -" is active; 1-64 characters" -msgstr "" - -#: ../../docstring aiogram.types.force_reply.ForceReply.selective:1 of -msgid "" -"*Optional*. Use this parameter if you want to force reply from specific " -"users only. Targets: 1) users that are @mentioned in the *text* of the " -":class:`aiogram.types.message.Message` object; 2) if the bot's message is" -" a reply (has *reply_to_message_id*), sender of the original message." +#: aiogram.types.force_reply.ForceReply.create of +msgid "Returns" msgstr "" #~ msgid "" @@ -96,3 +64,80 @@ msgstr "" #~ "to sacrifice `privacy mode " #~ "`_." #~ msgstr "" + +#~ msgid "" +#~ "Upon receiving a message with this " +#~ "object, Telegram clients will display a" +#~ " reply interface to the user (act " +#~ "as if the user has selected the" +#~ " bot's message and tapped 'Reply'). " +#~ "This can be extremely useful if " +#~ "you want to create user-friendly " +#~ "step-by-step interfaces without having " +#~ "to sacrifice `privacy mode " +#~ "`_." +#~ msgstr "" + +#~ msgid "" +#~ "**Example:** A `poll bot " +#~ "`_ for groups runs in" +#~ " privacy mode (only receives commands, " +#~ "replies to its messages and mentions)." +#~ " There could be two ways to " +#~ "create a new poll:" +#~ msgstr "" + +#~ msgid "" +#~ "Explain the user how to send a " +#~ "command with parameters (e.g. /newpoll " +#~ "question answer1 answer2). May be " +#~ "appealing for hardcore users but lacks" +#~ " modern day polish." +#~ msgstr "" + +#~ msgid "" +#~ "Guide the user through a step-" +#~ "by-step process. 'Please send me your" +#~ " question', 'Cool, now let's add the" +#~ " first answer option', 'Great. Keep " +#~ "adding answer options, then send /done" +#~ " when you're ready'." +#~ msgstr "" + +#~ msgid "" +#~ "The last option is definitely more " +#~ "attractive. And if you use " +#~ ":class:`aiogram.types.force_reply.ForceReply` in your " +#~ "bot's questions, it will receive the " +#~ "user's answers even if it only " +#~ "receives replies, commands and mentions " +#~ "- without any extra work for the" +#~ " user." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#forcereply" +#~ msgstr "" + +#~ msgid "" +#~ "Shows reply interface to the user, " +#~ "as if they manually selected the " +#~ "bot's message and tapped 'Reply'" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The placeholder to be shown" +#~ " in the input field when the " +#~ "reply is active; 1-64 characters" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Use this parameter if you" +#~ " want to force reply from specific" +#~ " users only. Targets: 1) users that" +#~ " are @mentioned in the *text* of " +#~ "the :class:`aiogram.types.message.Message` object; " +#~ "2) if the bot's message is a " +#~ "reply (has *reply_to_message_id*), sender of" +#~ " the original message." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic.po index c59c0698..dbb6b64b 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/forum_topic.rst:3 msgid "ForumTopic" @@ -26,22 +26,31 @@ msgid "This object represents a forum topic." msgstr "" #: aiogram.types.forum_topic.ForumTopic:3 of -msgid "Source: https://core.telegram.org/bots/api#forumtopic" +msgid "https://core.telegram.org/bots/api#forumtopic" msgstr "" -#: ../../docstring aiogram.types.forum_topic.ForumTopic.message_thread_id:1 of -msgid "Unique identifier of the forum topic" +#: ../../docstring aiogram.types.forum_topic.ForumTopic.icon_color:1 +#: aiogram.types.forum_topic.ForumTopic.icon_custom_emoji_id:1 +#: aiogram.types.forum_topic.ForumTopic.message_thread_id:1 +#: aiogram.types.forum_topic.ForumTopic.name:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.forum_topic.ForumTopic.name:1 of -msgid "Name of the topic" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#forumtopic" +#~ msgstr "" -#: ../../docstring aiogram.types.forum_topic.ForumTopic.icon_color:1 of -msgid "Color of the topic icon in RGB format" -msgstr "" +#~ msgid "Unique identifier of the forum topic" +#~ msgstr "" + +#~ msgid "Name of the topic" +#~ msgstr "" + +#~ msgid "Color of the topic icon in RGB format" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Unique identifier of the " +#~ "custom emoji shown as the topic " +#~ "icon" +#~ msgstr "" -#: ../../docstring aiogram.types.forum_topic.ForumTopic.icon_custom_emoji_id:1 -#: of -msgid "*Optional*. Unique identifier of the custom emoji shown as the topic icon" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic_closed.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic_closed.po index 9fadeb3d..d90f405b 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic_closed.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic_closed.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/forum_topic_closed.rst:3 msgid "ForumTopicClosed" @@ -28,5 +28,9 @@ msgid "" msgstr "" #: aiogram.types.forum_topic_closed.ForumTopicClosed:3 of -msgid "Source: https://core.telegram.org/bots/api#forumtopicclosed" +msgid "https://core.telegram.org/bots/api#forumtopicclosed" msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#forumtopicclosed" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic_created.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic_created.po index 59855d81..18a04ee1 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic_created.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic_created.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/forum_topic_created.rst:3 msgid "ForumTopicCreated" @@ -28,21 +28,28 @@ msgid "" msgstr "" #: aiogram.types.forum_topic_created.ForumTopicCreated:3 of -msgid "Source: https://core.telegram.org/bots/api#forumtopiccreated" -msgstr "" - -#: ../../docstring aiogram.types.forum_topic_created.ForumTopicCreated.name:1 -#: of -msgid "Name of the topic" -msgstr "" - -#: ../../docstring -#: aiogram.types.forum_topic_created.ForumTopicCreated.icon_color:1 of -msgid "Color of the topic icon in RGB format" +msgid "https://core.telegram.org/bots/api#forumtopiccreated" msgstr "" #: ../../docstring +#: aiogram.types.forum_topic_created.ForumTopicCreated.icon_color:1 #: aiogram.types.forum_topic_created.ForumTopicCreated.icon_custom_emoji_id:1 -#: of -msgid "*Optional*. Unique identifier of the custom emoji shown as the topic icon" +#: aiogram.types.forum_topic_created.ForumTopicCreated.name:1 of +msgid "Simple field" msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#forumtopiccreated" +#~ msgstr "" + +#~ msgid "Name of the topic" +#~ msgstr "" + +#~ msgid "Color of the topic icon in RGB format" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Unique identifier of the " +#~ "custom emoji shown as the topic " +#~ "icon" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic_edited.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic_edited.po index 26fe021a..6e4bb319 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic_edited.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic_edited.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/forum_topic_edited.rst:3 msgid "ForumTopicEdited" @@ -26,16 +26,25 @@ msgid "This object represents a service message about an edited forum topic." msgstr "" #: aiogram.types.forum_topic_edited.ForumTopicEdited:3 of -msgid "Source: https://core.telegram.org/bots/api#forumtopicedited" -msgstr "" - -#: ../../docstring aiogram.types.forum_topic_edited.ForumTopicEdited.name:1 of -msgid "*Optional*. New name of the topic, if it was edited" +msgid "https://core.telegram.org/bots/api#forumtopicedited" msgstr "" #: ../../docstring -#: aiogram.types.forum_topic_edited.ForumTopicEdited.icon_custom_emoji_id:1 of -msgid "" -"*Optional*. New identifier of the custom emoji shown as the topic icon, " -"if it was edited; an empty string if the icon was removed" +#: aiogram.types.forum_topic_edited.ForumTopicEdited.icon_custom_emoji_id:1 +#: aiogram.types.forum_topic_edited.ForumTopicEdited.name:1 of +msgid "Simple field" msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#forumtopicedited" +#~ msgstr "" + +#~ msgid "*Optional*. New name of the topic, if it was edited" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. New identifier of the custom" +#~ " emoji shown as the topic icon, " +#~ "if it was edited; an empty string" +#~ " if the icon was removed" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic_reopened.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic_reopened.po index 0d202ed8..0a0f76ab 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic_reopened.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic_reopened.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/forum_topic_reopened.rst:3 msgid "ForumTopicReopened" @@ -23,10 +23,21 @@ msgstr "" #: aiogram.types.forum_topic_reopened.ForumTopicReopened:1 of msgid "" -"This object represents a service message about a forum topic reopened in " +"This object represents a service message about a forum topic closed in " "the chat. Currently holds no information." msgstr "" #: aiogram.types.forum_topic_reopened.ForumTopicReopened:3 of -msgid "Source: https://core.telegram.org/bots/api#forumtopicreopened" +msgid "https://core.telegram.org/bots/api#forumtopicreopened" msgstr "" + +#~ msgid "" +#~ "This object represents a service message" +#~ " about a forum topic reopened in " +#~ "the chat. Currently holds no " +#~ "information." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#forumtopicreopened" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/game.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/game.po index 2e2df85b..1a214391 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/game.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/game.po @@ -8,59 +8,85 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/game.rst:3 msgid "Game" msgstr "" #: aiogram.types.game.Game:1 of -msgid "" -"This object represents a game. Use BotFather to create and edit games, " -"their short names will act as unique identifiers." +msgid "This object represents a game." msgstr "" #: aiogram.types.game.Game:3 of -msgid "Source: https://core.telegram.org/bots/api#game" -msgstr "" - -#: ../../docstring aiogram.types.game.Game.title:1 of -msgid "Title of the game" -msgstr "" - -#: ../../docstring aiogram.types.game.Game.description:1 of -msgid "Description of the game" -msgstr "" - -#: ../../docstring aiogram.types.game.Game.photo:1 of -msgid "Photo that will be displayed in the game message in chats." -msgstr "" - -#: ../../docstring aiogram.types.game.Game.text:1 of msgid "" -"*Optional*. Brief description of the game or high scores included in the " -"game message. Can be automatically edited to include current high scores " -"for the game when the bot calls " -":class:`aiogram.methods.set_game_score.SetGameScore`, or manually edited " -"using :class:`aiogram.methods.edit_message_text.EditMessageText`. 0-4096 " -"characters." +"Use BotFather to create and edit games, their short names will act as " +"unique identifiers." msgstr "" -#: ../../docstring aiogram.types.game.Game.text_entities:1 of -msgid "" -"*Optional*. Special entities that appear in *text*, such as usernames, " -"URLs, bot commands, etc." +#: aiogram.types.game.Game:5 of +msgid "https://core.telegram.org/bots/api#game" msgstr "" -#: ../../docstring aiogram.types.game.Game.animation:1 of -msgid "" -"*Optional*. Animation that will be displayed in the game message in " -"chats. Upload via `BotFather `_" +#: ../../docstring aiogram.types.game.Game.animation:1 +#: aiogram.types.game.Game.description:1 aiogram.types.game.Game.text:1 +#: aiogram.types.game.Game.title:1 of +msgid "Simple field" msgstr "" + +#: ../../docstring aiogram.types.game.Game.photo:1 +#: aiogram.types.game.Game.text_entities:1 of +msgid "The field contains a list of objects" +msgstr "" + +#~ msgid "" +#~ "This object represents a game. Use " +#~ "BotFather to create and edit games, " +#~ "their short names will act as " +#~ "unique identifiers." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#game" +#~ msgstr "" + +#~ msgid "Title of the game" +#~ msgstr "" + +#~ msgid "Description of the game" +#~ msgstr "" + +#~ msgid "Photo that will be displayed in the game message in chats." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Brief description of the " +#~ "game or high scores included in " +#~ "the game message. Can be automatically" +#~ " edited to include current high " +#~ "scores for the game when the bot" +#~ " calls :class:`aiogram.methods.set_game_score.SetGameScore`," +#~ " or manually edited using " +#~ ":class:`aiogram.methods.edit_message_text.EditMessageText`. " +#~ "0-4096 characters." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Special entities that appear " +#~ "in *text*, such as usernames, URLs, " +#~ "bot commands, etc." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Animation that will be " +#~ "displayed in the game message in " +#~ "chats. Upload via `BotFather " +#~ "`_" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/game_high_score.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/game_high_score.po index bcfb27bd..df533260 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/game_high_score.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/game_high_score.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/game_high_score.rst:3 msgid "GameHighScore" @@ -24,28 +24,43 @@ msgstr "" #: aiogram.types.game_high_score.GameHighScore:1 of msgid "" "This object represents one row of the high scores table for a game. And " -"that's about all we've got for now." +"that‘s about all we’ve got for now. If you've got any questions, please " +"check out our Bot FAQ" msgstr "" -#: aiogram.types.game_high_score.GameHighScore:4 of -msgid "" -"If you've got any questions, please check out our " -"`https://core.telegram.org/bots/faq " -"`_ **Bot FAQ »**" +#: aiogram.types.game_high_score.GameHighScore:5 of +msgid "https://core.telegram.org/bots/api#gamehighscore" msgstr "" -#: aiogram.types.game_high_score.GameHighScore:6 of -msgid "Source: https://core.telegram.org/bots/api#gamehighscore" +#: ../../docstring aiogram.types.game_high_score.GameHighScore.position:1 +#: aiogram.types.game_high_score.GameHighScore.score:1 +#: aiogram.types.game_high_score.GameHighScore.user:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.game_high_score.GameHighScore.position:1 of -msgid "Position in high score table for the game" -msgstr "" +#~ msgid "" +#~ "This object represents one row of " +#~ "the high scores table for a game." +#~ " And that's about all we've got " +#~ "for now." +#~ msgstr "" -#: ../../docstring aiogram.types.game_high_score.GameHighScore.user:1 of -msgid "User" -msgstr "" +#~ msgid "" +#~ "If you've got any questions, please " +#~ "check out our `https://core.telegram.org/bots/faq" +#~ " `_ **Bot FAQ " +#~ "»**" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#gamehighscore" +#~ msgstr "" + +#~ msgid "Position in high score table for the game" +#~ msgstr "" + +#~ msgid "User" +#~ msgstr "" + +#~ msgid "Score" +#~ msgstr "" -#: ../../docstring aiogram.types.game_high_score.GameHighScore.score:1 of -msgid "Score" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/general_forum_topic_hidden.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/general_forum_topic_hidden.po index 0cb7dbe1..a95b9599 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/general_forum_topic_hidden.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/general_forum_topic_hidden.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/general_forum_topic_hidden.rst:3 msgid "GeneralForumTopicHidden" @@ -28,5 +28,9 @@ msgid "" msgstr "" #: aiogram.types.general_forum_topic_hidden.GeneralForumTopicHidden:3 of -msgid "Source: https://core.telegram.org/bots/api#generalforumtopichidden" +msgid "https://core.telegram.org/bots/api#generalforumtopichidden" msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#generalforumtopichidden" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/general_forum_topic_unhidden.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/general_forum_topic_unhidden.po index 84782543..bae3ac57 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/general_forum_topic_unhidden.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/general_forum_topic_unhidden.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/general_forum_topic_unhidden.rst:3 msgid "GeneralForumTopicUnhidden" @@ -28,5 +28,9 @@ msgid "" msgstr "" #: aiogram.types.general_forum_topic_unhidden.GeneralForumTopicUnhidden:3 of -msgid "Source: https://core.telegram.org/bots/api#generalforumtopicunhidden" +msgid "https://core.telegram.org/bots/api#generalforumtopicunhidden" msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#generalforumtopicunhidden" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_keyboard_button.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_keyboard_button.po index 7e6bedbe..36d8c2f9 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_keyboard_button.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_keyboard_button.po @@ -8,99 +8,99 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_keyboard_button.rst:3 msgid "InlineKeyboardButton" msgstr "" -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton:1 of -msgid "" -"This object represents one button of an inline keyboard. You **must** use" -" exactly one of the optional fields." -msgstr "" +#~ msgid "" +#~ "This object represents one button of " +#~ "an inline keyboard. You **must** use " +#~ "exactly one of the optional fields." +#~ msgstr "" -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton:3 of -msgid "Source: https://core.telegram.org/bots/api#inlinekeyboardbutton" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inlinekeyboardbutton" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton.text:1 of -msgid "Label text on the button" -msgstr "" +#~ msgid "Label text on the button" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton.url:1 of -msgid "" -"*Optional*. HTTP or tg:// URL to be opened when the button is pressed. " -"Links :code:`tg://user?id=` can be used to mention a user by " -"their ID without using a username, if this is allowed by their privacy " -"settings." -msgstr "" +#~ msgid "" +#~ "*Optional*. HTTP or tg:// URL to " +#~ "be opened when the button is " +#~ "pressed. Links :code:`tg://user?id=` can" +#~ " be used to mention a user by" +#~ " their ID without using a username," +#~ " if this is allowed by their " +#~ "privacy settings." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton.callback_data:1 of -msgid "" -"*Optional*. Data to be sent in a `callback query " -"`_ to the bot when " -"button is pressed, 1-64 bytes" -msgstr "" +#~ msgid "" +#~ "*Optional*. Data to be sent in a" +#~ " `callback query " +#~ "`_ to " +#~ "the bot when button is pressed, " +#~ "1-64 bytes" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton.web_app:1 of -msgid "" -"*Optional*. Description of the `Web App " -"`_ that will be launched when the" -" user presses the button. The Web App will be able to send an arbitrary " -"message on behalf of the user using the method " -":class:`aiogram.methods.answer_web_app_query.AnswerWebAppQuery`. " -"Available only in private chats between a user and the bot." -msgstr "" +#~ msgid "" +#~ "*Optional*. Description of the `Web App" +#~ " `_ that will" +#~ " be launched when the user presses" +#~ " the button. The Web App will " +#~ "be able to send an arbitrary " +#~ "message on behalf of the user " +#~ "using the method " +#~ ":class:`aiogram.methods.answer_web_app_query.AnswerWebAppQuery`. " +#~ "Available only in private chats between" +#~ " a user and the bot." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton.login_url:1 of -msgid "" -"*Optional*. An HTTPS URL used to automatically authorize the user. Can be" -" used as a replacement for the `Telegram Login Widget " -"`_." -msgstr "" +#~ msgid "" +#~ "*Optional*. An HTTPS URL used to " +#~ "automatically authorize the user. Can be" +#~ " used as a replacement for the " +#~ "`Telegram Login Widget " +#~ "`_." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton.switch_inline_query:1 -#: of -msgid "" -"*Optional*. If set, pressing the button will prompt the user to select " -"one of their chats, open that chat and insert the bot's username and the " -"specified inline query in the input field. May be empty, in which case " -"just the bot's username will be inserted." -msgstr "" +#~ msgid "" +#~ "*Optional*. If set, pressing the button" +#~ " will prompt the user to select " +#~ "one of their chats, open that chat" +#~ " and insert the bot's username and" +#~ " the specified inline query in the" +#~ " input field. May be empty, in " +#~ "which case just the bot's username " +#~ "will be inserted." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton.switch_inline_query_current_chat:1 -#: of -msgid "" -"*Optional*. If set, pressing the button will insert the bot's username " -"and the specified inline query in the current chat's input field. May be " -"empty, in which case only the bot's username will be inserted." -msgstr "" +#~ msgid "" +#~ "*Optional*. If set, pressing the button" +#~ " will insert the bot's username and" +#~ " the specified inline query in the" +#~ " current chat's input field. May be" +#~ " empty, in which case only the " +#~ "bot's username will be inserted." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton.callback_game:1 of -msgid "" -"*Optional*. Description of the game that will be launched when the user " -"presses the button." -msgstr "" +#~ msgid "" +#~ "*Optional*. Description of the game that" +#~ " will be launched when the user " +#~ "presses the button." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Specify :code:`True`, to send " +#~ "a `Pay button " +#~ "`_." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_keyboard_button.InlineKeyboardButton.pay:1 of -msgid "" -"*Optional*. Specify :code:`True`, to send a `Pay button " -"`_." -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_keyboard_markup.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_keyboard_markup.po index b516034d..bafd4afe 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_keyboard_markup.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_keyboard_markup.po @@ -8,41 +8,19 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_keyboard_markup.rst:3 msgid "InlineKeyboardMarkup" msgstr "" -#: aiogram.types.inline_keyboard_markup.InlineKeyboardMarkup:1 of -msgid "" -"This object represents an `inline keyboard " -"`_ that appears" -" right next to the message it belongs to. **Note:** This will only work " -"in Telegram versions released after 9 April, 2016. Older clients will " -"display *unsupported message*." -msgstr "" - -#: aiogram.types.inline_keyboard_markup.InlineKeyboardMarkup:4 of -msgid "Source: https://core.telegram.org/bots/api#inlinekeyboardmarkup" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_keyboard_markup.InlineKeyboardMarkup.inline_keyboard:1 -#: of -msgid "" -"Array of button rows, each represented by an Array of " -":class:`aiogram.types.inline_keyboard_button.InlineKeyboardButton` " -"objects" -msgstr "" - #~ msgid "" #~ "This object represents an `inline " #~ "keyboard `_ that appears right next to" +#~ " the message it belongs to. **Note:**" +#~ " This will only work in Telegram " +#~ "versions released after 9 April, 2016." +#~ " Older clients will display *unsupported" +#~ " message*." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinekeyboardmarkup" +#~ msgstr "" + +#~ msgid "" +#~ "Array of button rows, each represented" +#~ " by an Array of " +#~ ":class:`aiogram.types.inline_keyboard_button.InlineKeyboardButton` " +#~ "objects" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query.po index 4146b049..eab56a2e 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query.po @@ -8,80 +8,49 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query.rst:3 msgid "InlineQuery" msgstr "" #: aiogram.types.inline_query.InlineQuery:1 of -msgid "" -"This object represents an incoming inline query. When the user sends an " -"empty query, your bot could return some default or trending results." +msgid "This object represents an incoming inline query." msgstr "" #: aiogram.types.inline_query.InlineQuery:3 of -msgid "Source: https://core.telegram.org/bots/api#inlinequery" -msgstr "" - -#: ../../docstring aiogram.types.inline_query.InlineQuery.id:1 of -msgid "Unique identifier for this query" -msgstr "" - -#: ../../docstring aiogram.types.inline_query.InlineQuery.from_user:1 of -msgid "Sender" -msgstr "" - -#: ../../docstring aiogram.types.inline_query.InlineQuery.query:1 of -msgid "Text of the query (up to 256 characters)" -msgstr "" - -#: ../../docstring aiogram.types.inline_query.InlineQuery.offset:1 of -msgid "Offset of the results to be returned, can be controlled by the bot" -msgstr "" - -#: ../../docstring aiogram.types.inline_query.InlineQuery.chat_type:1 of msgid "" -"*Optional*. Type of the chat from which the inline query was sent. Can be" -" either 'sender' for a private chat with the inline query sender, " -"'private', 'group', 'supergroup', or 'channel'. The chat type should be " -"always known for requests sent from official clients and most third-party" -" clients, unless the request was sent from a secret chat" +"When the user sends an empty query, your bot could return some default or" +" trending results." msgstr "" -#: ../../docstring aiogram.types.inline_query.InlineQuery.location:1 of -msgid "*Optional*. Sender location, only for bots that request user location" +#: aiogram.types.inline_query.InlineQuery:5 of +msgid "https://core.telegram.org/bots/api#inlinequery" +msgstr "" + +#: ../../docstring aiogram.types.inline_query.InlineQuery.chat_type:1 +#: aiogram.types.inline_query.InlineQuery.from_user:1 +#: aiogram.types.inline_query.InlineQuery.id:1 +#: aiogram.types.inline_query.InlineQuery.location:1 +#: aiogram.types.inline_query.InlineQuery.offset:1 +#: aiogram.types.inline_query.InlineQuery.query:1 of +msgid "Simple field" msgstr "" #: aiogram.types.inline_query.InlineQuery.answer:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.answer_inline_query.AnswerInlineQuery` will " -"automatically fill method attributes:" +"Use this method to send answers to an inline query. No more than 50 " +"results per query are allowed." msgstr "" #: aiogram.types.inline_query.InlineQuery.answer:4 of -msgid ":code:`inline_query_id`" -msgstr "" - -#: aiogram.types.inline_query.InlineQuery.answer:6 of -msgid "" -"Use this method to send answers to an inline query. On success, " -":code:`True` is returned." -msgstr "" - -#: aiogram.types.inline_query.InlineQuery.answer:8 of -msgid "No more than **50** results per query are allowed." -msgstr "" - -#: aiogram.types.inline_query.InlineQuery.answer:10 of msgid "Source: https://core.telegram.org/bots/api#answerinlinequery" msgstr "" @@ -89,52 +58,157 @@ msgstr "" msgid "Parameters" msgstr "" -#: aiogram.types.inline_query.InlineQuery.answer:12 of +#: aiogram.types.inline_query.InlineQuery.answer:6 of msgid "A JSON-serialized array of results for the inline query" msgstr "" -#: aiogram.types.inline_query.InlineQuery.answer:13 of +#: aiogram.types.inline_query.InlineQuery.answer:8 of msgid "" "The maximum amount of time in seconds that the result of the inline query" " may be cached on the server. Defaults to 300." msgstr "" -#: aiogram.types.inline_query.InlineQuery.answer:14 of +#: aiogram.types.inline_query.InlineQuery.answer:11 of msgid "" -"Pass :code:`True` if results may be cached on the server side only for " -"the user that sent the query. By default, results may be returned to any " -"user who sends the same query" +"Pass True, if results may be cached on the server side only for the user " +"that sent the query. By default, results may be returned to any user who " +"sends the same query" msgstr "" -#: aiogram.types.inline_query.InlineQuery.answer:15 of +#: aiogram.types.inline_query.InlineQuery.answer:14 of msgid "" "Pass the offset that a client should send in the next query with the same" " text to receive more results. Pass an empty string if there are no more " -"results or if you don't support pagination. Offset length can't exceed 64" +"results or if you don‘t support pagination. Offset length can’t exceed 64" " bytes." msgstr "" -#: aiogram.types.inline_query.InlineQuery.answer:16 of +#: aiogram.types.inline_query.InlineQuery.answer:19 of msgid "" "If passed, clients will display a button with specified text that " "switches the user to a private chat with the bot and sends the bot a " -"start message with the parameter *switch_pm_parameter*" +"start message with the parameter switch_pm_parameter" msgstr "" -#: aiogram.types.inline_query.InlineQuery.answer:17 of +#: aiogram.types.inline_query.InlineQuery.answer:23 of msgid "" -"`Deep-linking `_ " -"parameter for the /start message sent to the bot when user presses the " -"switch button. 1-64 characters, only :code:`A-Z`, :code:`a-z`, " -":code:`0-9`, :code:`_` and :code:`-` are allowed." +"Deep-linking parameter for the /start message sent to the bot when user " +"presses the switch button. 1-64 characters, only A-Z, a-z, 0-9, _ and - " +"are allowed." msgstr "" #: aiogram.types.inline_query.InlineQuery.answer of msgid "Returns" msgstr "" -#: aiogram.types.inline_query.InlineQuery.answer:18 of -msgid "" -"instance of method " -":class:`aiogram.methods.answer_inline_query.AnswerInlineQuery`" +#: aiogram.types.inline_query.InlineQuery.answer:26 of +msgid "On success, True is returned" msgstr "" + +#: aiogram.types.inline_query.InlineQuery.answer of +msgid "Return type" +msgstr "" + +#: aiogram.types.inline_query.InlineQuery.answer:27 of +msgid ":obj:`base.Boolean`" +msgstr "" + +#~ msgid "" +#~ "This object represents an incoming " +#~ "inline query. When the user sends " +#~ "an empty query, your bot could " +#~ "return some default or trending results." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequery" +#~ msgstr "" + +#~ msgid "Unique identifier for this query" +#~ msgstr "" + +#~ msgid "Sender" +#~ msgstr "" + +#~ msgid "Text of the query (up to 256 characters)" +#~ msgstr "" + +#~ msgid "Offset of the results to be returned, can be controlled by the bot" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Type of the chat from " +#~ "which the inline query was sent. " +#~ "Can be either 'sender' for a " +#~ "private chat with the inline query " +#~ "sender, 'private', 'group', 'supergroup', or" +#~ " 'channel'. The chat type should be" +#~ " always known for requests sent from" +#~ " official clients and most third-" +#~ "party clients, unless the request was" +#~ " sent from a secret chat" +#~ msgstr "" + +#~ msgid "*Optional*. Sender location, only for bots that request user location" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.answer_inline_query.AnswerInlineQuery` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid ":code:`inline_query_id`" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send answers to" +#~ " an inline query. On success, " +#~ ":code:`True` is returned." +#~ msgstr "" + +#~ msgid "No more than **50** results per query are allowed." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if results may be " +#~ "cached on the server side only for" +#~ " the user that sent the query. " +#~ "By default, results may be returned " +#~ "to any user who sends the same " +#~ "query" +#~ msgstr "" + +#~ msgid "" +#~ "Pass the offset that a client " +#~ "should send in the next query with" +#~ " the same text to receive more " +#~ "results. Pass an empty string if " +#~ "there are no more results or if" +#~ " you don't support pagination. Offset " +#~ "length can't exceed 64 bytes." +#~ msgstr "" + +#~ msgid "" +#~ "If passed, clients will display a " +#~ "button with specified text that switches" +#~ " the user to a private chat " +#~ "with the bot and sends the bot " +#~ "a start message with the parameter " +#~ "*switch_pm_parameter*" +#~ msgstr "" + +#~ msgid "" +#~ "`Deep-linking `_ parameter for the /start" +#~ " message sent to the bot when " +#~ "user presses the switch button. 1-64 " +#~ "characters, only :code:`A-Z`, :code:`a-z`, " +#~ ":code:`0-9`, :code:`_` and :code:`-` are " +#~ "allowed." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.answer_inline_query.AnswerInlineQuery`" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result.po index e5213929..71a7a4e6 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result.po @@ -8,111 +8,567 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result.rst:3 msgid "InlineQueryResult" msgstr "" #: aiogram.types.inline_query_result.InlineQueryResult:1 of -msgid "" -"This object represents one result of an inline query. Telegram clients " -"currently support results of the following 20 types:" +msgid "This object represents one result of an inline query." msgstr "" #: aiogram.types.inline_query_result.InlineQueryResult:3 of -msgid ":class:`aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:4 of -msgid ":class:`aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument`" +msgid "Telegram clients currently support results of the following 20 types" msgstr "" #: aiogram.types.inline_query_result.InlineQueryResult:5 of -msgid ":class:`aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif`" +msgid "https://core.telegram.org/bots/api#inlinequeryresult" msgstr "" -#: aiogram.types.inline_query_result.InlineQueryResult:6 of -msgid ":class:`aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif`" +#: ../../docstring aiogram.types.inline_query_result.InlineQueryResult.id:1 +#: aiogram.types.inline_query_result.InlineQueryResult.reply_markup:1 +#: aiogram.types.inline_query_result.InlineQueryResultArticle.description:1 +#: aiogram.types.inline_query_result.InlineQueryResultArticle.hide_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultArticle.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultArticle.thumb_height:1 +#: aiogram.types.inline_query_result.InlineQueryResultArticle.thumb_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultArticle.thumb_width:1 +#: aiogram.types.inline_query_result.InlineQueryResultArticle.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultArticle.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultArticle.url:1 +#: aiogram.types.inline_query_result.InlineQueryResultAudio.audio_duration:1 +#: aiogram.types.inline_query_result.InlineQueryResultAudio.audio_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultAudio.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultAudio.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultAudio.performer:1 +#: aiogram.types.inline_query_result.InlineQueryResultAudio.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultAudio.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedAudio.audio_file_id:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedAudio.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedAudio.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedAudio.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedDocument.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedDocument.description:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedDocument.document_file_id:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedDocument.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedDocument.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedDocument.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedGif.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedGif.gif_file_id:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedGif.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedGif.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedGif.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedMpeg4Gif.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedMpeg4Gif.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedMpeg4Gif.mpeg4_file_id:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedMpeg4Gif.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedMpeg4Gif.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedPhoto.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedPhoto.description:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedPhoto.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedPhoto.photo_file_id:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedPhoto.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedPhoto.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedSticker.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedSticker.sticker_file_id:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedSticker.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVideo.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVideo.description:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVideo.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVideo.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVideo.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVideo.video_file_id:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVoice.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVoice.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVoice.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVoice.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVoice.voice_file_id:1 +#: aiogram.types.inline_query_result.InlineQueryResultContact.first_name:1 +#: aiogram.types.inline_query_result.InlineQueryResultContact.foursquare_type:1 +#: aiogram.types.inline_query_result.InlineQueryResultContact.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultContact.last_name:1 +#: aiogram.types.inline_query_result.InlineQueryResultContact.phone_number:1 +#: aiogram.types.inline_query_result.InlineQueryResultContact.thumb_height:1 +#: aiogram.types.inline_query_result.InlineQueryResultContact.thumb_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultContact.thumb_width:1 +#: aiogram.types.inline_query_result.InlineQueryResultContact.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultContact.vcard:1 +#: aiogram.types.inline_query_result.InlineQueryResultDocument.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultDocument.description:1 +#: aiogram.types.inline_query_result.InlineQueryResultDocument.document_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultDocument.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultDocument.mime_type:1 +#: aiogram.types.inline_query_result.InlineQueryResultDocument.thumb_height:1 +#: aiogram.types.inline_query_result.InlineQueryResultDocument.thumb_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultDocument.thumb_width:1 +#: aiogram.types.inline_query_result.InlineQueryResultDocument.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultDocument.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultGame.game_short_name:1 +#: aiogram.types.inline_query_result.InlineQueryResultGame.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultGif.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultGif.gif_duration:1 +#: aiogram.types.inline_query_result.InlineQueryResultGif.gif_height:1 +#: aiogram.types.inline_query_result.InlineQueryResultGif.gif_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultGif.gif_width:1 +#: aiogram.types.inline_query_result.InlineQueryResultGif.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultGif.thumb_mime_type:1 +#: aiogram.types.inline_query_result.InlineQueryResultGif.thumb_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultGif.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultGif.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.heading:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.horizontal_accuracy:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.latitude:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.live_period:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.longitude:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.proximity_alert_radius:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.thumb_height:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.thumb_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.thumb_width:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultLocation.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif.mpeg4_duration:1 +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif.mpeg4_height:1 +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif.mpeg4_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif.mpeg4_width:1 +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif.thumb_mime_type:1 +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif.thumb_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultPhoto.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultPhoto.description:1 +#: aiogram.types.inline_query_result.InlineQueryResultPhoto.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultPhoto.photo_height:1 +#: aiogram.types.inline_query_result.InlineQueryResultPhoto.photo_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultPhoto.photo_width:1 +#: aiogram.types.inline_query_result.InlineQueryResultPhoto.thumb_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultPhoto.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultPhoto.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.address:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.foursquare_id:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.foursquare_type:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.google_place_id:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.google_place_type:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.latitude:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.longitude:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.thumb_height:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.thumb_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.thumb_width:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultVenue.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.description:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.mime_type:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.thumb_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.video_duration:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.video_height:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.video_url:1 +#: aiogram.types.inline_query_result.InlineQueryResultVideo.video_width:1 +#: aiogram.types.inline_query_result.InlineQueryResultVoice.caption:1 +#: aiogram.types.inline_query_result.InlineQueryResultVoice.input_message_content:1 +#: aiogram.types.inline_query_result.InlineQueryResultVoice.title:1 +#: aiogram.types.inline_query_result.InlineQueryResultVoice.type:1 +#: aiogram.types.inline_query_result.InlineQueryResultVoice.voice_duration:1 +#: aiogram.types.inline_query_result.InlineQueryResultVoice.voice_url:1 of +msgid "Simple field" msgstr "" -#: aiogram.types.inline_query_result.InlineQueryResult:7 of -msgid ":class:`aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto`" +#: aiogram.types.inline_query_result.InlineQueryResultArticle:1 of +msgid "Represents a link to an article or web page." msgstr "" -#: aiogram.types.inline_query_result.InlineQueryResult:8 of -msgid ":class:`aiogram.types.inline_query_result_cached_sticker.InlineQueryResultCachedSticker`" +#: aiogram.types.inline_query_result.InlineQueryResultArticle:3 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultarticle" msgstr "" -#: aiogram.types.inline_query_result.InlineQueryResult:9 of -msgid ":class:`aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo`" +#: aiogram.types.inline_query_result.InlineQueryResultPhoto:1 of +msgid "Represents a link to a photo." msgstr "" -#: aiogram.types.inline_query_result.InlineQueryResult:10 of -msgid ":class:`aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:11 of -msgid ":class:`aiogram.types.inline_query_result_article.InlineQueryResultArticle`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:12 of -msgid ":class:`aiogram.types.inline_query_result_audio.InlineQueryResultAudio`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:13 of -msgid ":class:`aiogram.types.inline_query_result_contact.InlineQueryResultContact`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:14 of -msgid ":class:`aiogram.types.inline_query_result_game.InlineQueryResultGame`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:15 of -msgid ":class:`aiogram.types.inline_query_result_document.InlineQueryResultDocument`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:16 of -msgid ":class:`aiogram.types.inline_query_result_gif.InlineQueryResultGif`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:17 of -msgid ":class:`aiogram.types.inline_query_result_location.InlineQueryResultLocation`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:18 of -msgid ":class:`aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:19 of -msgid ":class:`aiogram.types.inline_query_result_photo.InlineQueryResultPhoto`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:20 of -msgid ":class:`aiogram.types.inline_query_result_venue.InlineQueryResultVenue`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:21 of -msgid ":class:`aiogram.types.inline_query_result_video.InlineQueryResultVideo`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:22 of -msgid ":class:`aiogram.types.inline_query_result_voice.InlineQueryResultVoice`" -msgstr "" - -#: aiogram.types.inline_query_result.InlineQueryResult:24 of +#: aiogram.types.inline_query_result.InlineQueryResultPhoto:3 of msgid "" -"**Note:** All URLs passed in inline query results will be available to " -"end users and therefore must be assumed to be **public**." +"By default, this photo will be sent by the user with optional caption. " +"Alternatively, you can use input_message_content to send a message with " +"the specified content instead of the photo." msgstr "" -#: aiogram.types.inline_query_result.InlineQueryResult:26 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresult" +#: aiogram.types.inline_query_result.InlineQueryResultPhoto:7 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultphoto" msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultGif:1 of +msgid "Represents a link to an animated GIF file." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultGif:3 of +msgid "" +"By default, this animated GIF file will be sent by the user with optional" +" caption. Alternatively, you can use input_message_content to send a " +"message with the specified content instead of the animation." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultGif:7 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultgif" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif:1 of +msgid "" +"Represents a link to a video animation (H.264/MPEG-4 AVC video without " +"sound)." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif:3 of +msgid "" +"By default, this animated MPEG-4 file will be sent by the user with " +"optional caption. Alternatively, you can use input_message_content to " +"send a message with the specified content instead of the animation." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultMpeg4Gif:7 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultmpeg4gif" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultVideo:1 of +msgid "" +"Represents a link to a page containing an embedded video player or a " +"video file." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedVideo:3 +#: aiogram.types.inline_query_result.InlineQueryResultVideo:3 of +msgid "" +"By default, this video file will be sent by the user with an optional " +"caption. Alternatively, you can use input_message_content to send a " +"message with the specified content instead of the video." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultVideo:7 of +msgid "" +"If an InlineQueryResultVideo message contains an embedded video (e.g., " +"YouTube), you must replace its content using input_message_content." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultVideo:10 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultvideo" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultAudio:1 of +msgid "" +"Represents a link to an mp3 audio file. By default, this audio file will " +"be sent by the user. Alternatively, you can use input_message_content to " +"send a message with the specified content instead of the audio." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultAudio:5 +#: aiogram.types.inline_query_result.InlineQueryResultCachedAudio:7 +#: aiogram.types.inline_query_result.InlineQueryResultCachedDocument:6 +#: aiogram.types.inline_query_result.InlineQueryResultCachedSticker:7 +#: aiogram.types.inline_query_result.InlineQueryResultCachedVoice:7 +#: aiogram.types.inline_query_result.InlineQueryResultContact:7 +#: aiogram.types.inline_query_result.InlineQueryResultDocument:7 +#: aiogram.types.inline_query_result.InlineQueryResultVenue:6 +#: aiogram.types.inline_query_result.InlineQueryResultVoice:7 of +msgid "" +"Note: This will only work in Telegram versions released after 9 April, " +"2016. Older clients will ignore them." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultAudio:8 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultaudio" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultVoice:1 of +msgid "" +"Represents a link to a voice recording in an .ogg container encoded with " +"OPUS." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultVoice:3 of +msgid "" +"By default, this voice recording will be sent by the user. Alternatively," +" you can use input_message_content to send a message with the specified " +"content instead of the the voice message." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultVoice:10 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultvoice" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultDocument:1 of +msgid "Represents a link to a file." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultDocument:3 of +msgid "" +"By default, this file will be sent by the user with an optional caption. " +"Alternatively, you can use input_message_content to send a message with " +"the specified content instead of the file. Currently, only .PDF and .ZIP " +"files can be sent using this method." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultDocument:9 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultdocument" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultLocation:1 of +msgid "Represents a location on a map." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultLocation:3 of +msgid "" +"By default, the location will be sent by the user. Alternatively, you can" +" use input_message_content to send a message with the specified content " +"instead of the location." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultLocation:7 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultlocation" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultVenue:1 of +msgid "Represents a venue. By default, the venue will be sent by the user." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultVenue:3 of +msgid "" +"Alternatively, you can use input_message_content to send a message with " +"the specified content instead of the venue." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultVenue:9 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultvenue" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultContact:1 of +msgid "Represents a contact with a phone number." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultContact:3 of +msgid "" +"By default, this contact will be sent by the user. Alternatively, you can" +" use input_message_content to send a message with the specified content " +"instead of the contact." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultContact:9 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultcontact" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultGame:1 of +msgid "Represents a Game." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultGame:3 of +msgid "" +"Note: This will only work in Telegram versions released after October 1, " +"2016. Older clients will not display any inline results if a game result " +"is among them." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultGame:6 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultgame" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedPhoto:1 of +msgid "Represents a link to a photo stored on the Telegram servers." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedPhoto:3 of +msgid "" +"By default, this photo will be sent by the user with an optional caption." +" Alternatively, you can use input_message_content to send a message with " +"the specified content instead of the photo." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedPhoto:7 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultcachedphoto" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedGif:1 of +msgid "Represents a link to an animated GIF file stored on the Telegram servers." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedGif:3 of +msgid "" +"By default, this animated GIF file will be sent by the user with an " +"optional caption. Alternatively, you can use input_message_content to " +"send a message with specified content instead of the animation." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedGif:7 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultcachedgif" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedMpeg4Gif:1 of +msgid "" +"Represents a link to a video animation (H.264/MPEG-4 AVC video without " +"sound) stored on the Telegram servers." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedMpeg4Gif:3 of +msgid "" +"By default, this animated MPEG-4 file will be sent by the user with an " +"optional caption. Alternatively, you can use input_message_content to " +"send a message with the specified content instead of the animation." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedMpeg4Gif:7 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultcachedmpeg4gif" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedSticker:1 of +msgid "Represents a link to a sticker stored on the Telegram servers." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedSticker:3 of +msgid "" +"By default, this sticker will be sent by the user. Alternatively, you can" +" use input_message_content to send a message with the specified content " +"instead of the sticker." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedSticker:10 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultcachedsticker" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedDocument:1 of +msgid "" +"Represents a link to a file stored on the Telegram servers. By default, " +"this file will be sent by the user with an optional caption. " +"Alternatively, you can use input_message_content to send a message with " +"the specified content instead of the file." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedDocument:9 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultcacheddocument" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedVideo:1 of +msgid "Represents a link to a video file stored on the Telegram servers." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedVideo:7 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultcachedvideo" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedVoice:1 of +msgid "Represents a link to a voice message stored on the Telegram servers." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedVoice:3 of +msgid "" +"By default, this voice message will be sent by the user. Alternatively, " +"you can use input_message_content to send a message with the specified " +"content instead of the voice message." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedVoice:9 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultcachedvoice" +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedAudio:1 of +msgid "Represents a link to an mp3 audio file stored on the Telegram servers." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedAudio:3 of +msgid "" +"By default, this audio file will be sent by the user. Alternatively, you " +"can use input_message_content to send a message with the specified " +"content instead of the audio." +msgstr "" + +#: aiogram.types.inline_query_result.InlineQueryResultCachedAudio:10 of +msgid "https://core.telegram.org/bots/api#inlinequeryresultcachedaudio" +msgstr "" + +#~ msgid "" +#~ "This object represents one result of " +#~ "an inline query. Telegram clients " +#~ "currently support results of the " +#~ "following 20 types:" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_cached_sticker.InlineQueryResultCachedSticker`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_article.InlineQueryResultArticle`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_audio.InlineQueryResultAudio`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_contact.InlineQueryResultContact`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_game.InlineQueryResultGame`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_document.InlineQueryResultDocument`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_gif.InlineQueryResultGif`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_location.InlineQueryResultLocation`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_photo.InlineQueryResultPhoto`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_venue.InlineQueryResultVenue`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_video.InlineQueryResultVideo`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.inline_query_result_voice.InlineQueryResultVoice`" +#~ msgstr "" + +#~ msgid "" +#~ "**Note:** All URLs passed in inline " +#~ "query results will be available to " +#~ "end users and therefore must be " +#~ "assumed to be **public**." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresult" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_article.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_article.po index 6615989c..b23d95b9 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_article.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_article.po @@ -8,97 +8,68 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_article.rst:3 msgid "InlineQueryResultArticle" msgstr "" -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle:1 of -msgid "Represents a link to an article or web page." -msgstr "" - -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle:3 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultarticle" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.type:1 of -msgid "Type of the result, must be *article*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.id:1 of -msgid "Unique identifier for this result, 1-64 Bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.title:1 -#: of -msgid "Title of the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.input_message_content:1 -#: of -msgid "Content of the message to be sent" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.url:1 of -msgid "*Optional*. URL of the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.hide_url:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` if you don't want the URL to be shown in " -"the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.description:1 -#: of -msgid "*Optional*. Short description of the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.thumb_url:1 -#: of -msgid "*Optional*. Url of the thumbnail for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.thumb_width:1 -#: of -msgid "*Optional*. Thumbnail width" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_article.InlineQueryResultArticle.thumb_height:1 -#: of -msgid "*Optional*. Thumbnail height" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "Represents a link to an article or web page." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultarticle" +#~ msgstr "" + +#~ msgid "Type of the result, must be *article*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 Bytes" +#~ msgstr "" + +#~ msgid "Title of the result" +#~ msgstr "" + +#~ msgid "Content of the message to be sent" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. URL of the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if you " +#~ "don't want the URL to be shown " +#~ "in the message" +#~ msgstr "" + +#~ msgid "*Optional*. Short description of the result" +#~ msgstr "" + +#~ msgid "*Optional*. Url of the thumbnail for the result" +#~ msgstr "" + +#~ msgid "*Optional*. Thumbnail width" +#~ msgstr "" + +#~ msgid "*Optional*. Thumbnail height" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_audio.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_audio.po index 9ee8ea87..6fee7598 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_audio.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_audio.po @@ -8,104 +8,82 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_audio.rst:3 msgid "InlineQueryResultAudio" msgstr "" -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio:1 of -msgid "" -"Represents a link to an MP3 audio file. By default, this audio file will " -"be sent by the user. Alternatively, you can use *input_message_content* " -"to send a message with the specified content instead of the audio. " -"**Note:** This will only work in Telegram versions released after 9 " -"April, 2016. Older clients will ignore them." -msgstr "" - -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio:4 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultaudio" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.type:1 of -msgid "Type of the result, must be *audio*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.id:1 of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.audio_url:1 -#: of -msgid "A valid URL for the audio file" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.title:1 of -msgid "Title" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.caption:1 of -msgid "*Optional*. Caption, 0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the audio caption. See " -"`formatting options `_ for more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.performer:1 -#: of -msgid "*Optional*. Performer" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.audio_duration:1 -#: of -msgid "*Optional*. Audio duration in seconds" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_audio.InlineQueryResultAudio.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the audio" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to an MP3 audio" +#~ " file. By default, this audio file" +#~ " will be sent by the user. " +#~ "Alternatively, you can use " +#~ "*input_message_content* to send a message " +#~ "with the specified content instead of" +#~ " the audio. **Note:** This will only" +#~ " work in Telegram versions released " +#~ "after 9 April, 2016. Older clients " +#~ "will ignore them." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultaudio" +#~ msgstr "" + +#~ msgid "Type of the result, must be *audio*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid URL for the audio file" +#~ msgstr "" + +#~ msgid "Title" +#~ msgstr "" + +#~ msgid "*Optional*. Caption, 0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the audio caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "*Optional*. Performer" +#~ msgstr "" + +#~ msgid "*Optional*. Audio duration in seconds" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. Content of the message to be sent instead of the audio" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_audio.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_audio.po index 5accdb13..376e9e48 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_audio.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_audio.po @@ -8,92 +8,73 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_cached_audio.rst:3 msgid "InlineQueryResultCachedAudio" msgstr "" -#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio:1 -#: of -msgid "" -"Represents a link to an MP3 audio file stored on the Telegram servers. By" -" default, this audio file will be sent by the user. Alternatively, you " -"can use *input_message_content* to send a message with the specified " -"content instead of the audio. **Note:** This will only work in Telegram " -"versions released after 9 April, 2016. Older clients will ignore them." -msgstr "" - -#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio:4 -#: of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedaudio" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio.type:1 -#: of -msgid "Type of the result, must be *audio*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio.id:1 -#: of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio.audio_file_id:1 -#: of -msgid "A valid file identifier for the audio file" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio.caption:1 -#: of -msgid "*Optional*. Caption, 0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the audio caption. See " -"`formatting options `_ for more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_audio.InlineQueryResultCachedAudio.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the audio" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to an MP3 audio" +#~ " file stored on the Telegram servers." +#~ " By default, this audio file will " +#~ "be sent by the user. Alternatively, " +#~ "you can use *input_message_content* to " +#~ "send a message with the specified " +#~ "content instead of the audio. **Note:**" +#~ " This will only work in Telegram " +#~ "versions released after 9 April, 2016." +#~ " Older clients will ignore them." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedaudio" +#~ msgstr "" + +#~ msgid "Type of the result, must be *audio*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid file identifier for the audio file" +#~ msgstr "" + +#~ msgid "*Optional*. Caption, 0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the audio caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. Content of the message to be sent instead of the audio" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_document.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_document.po index eb805a02..2bf6cee2 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_document.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_document.po @@ -8,107 +8,85 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_cached_document.rst:3 msgid "InlineQueryResultCachedDocument" msgstr "" -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument:1 -#: of -msgid "" -"Represents a link to a file stored on the Telegram servers. By default, " -"this file will be sent by the user with an optional caption. " -"Alternatively, you can use *input_message_content* to send a message with" -" the specified content instead of the file. **Note:** This will only work" -" in Telegram versions released after 9 April, 2016. Older clients will " -"ignore them." -msgstr "" - -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument:4 -#: of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcacheddocument" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.type:1 -#: of -msgid "Type of the result, must be *document*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.id:1 -#: of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.title:1 -#: of -msgid "Title for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.document_file_id:1 -#: of -msgid "A valid file identifier for the file" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.description:1 -#: of -msgid "*Optional*. Short description of the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.caption:1 -#: of -msgid "" -"*Optional*. Caption of the document to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the document caption. See " -"`formatting options `_ for more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_document.InlineQueryResultCachedDocument.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the file" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to a file stored" +#~ " on the Telegram servers. By default," +#~ " this file will be sent by the" +#~ " user with an optional caption. " +#~ "Alternatively, you can use " +#~ "*input_message_content* to send a message " +#~ "with the specified content instead of" +#~ " the file. **Note:** This will only" +#~ " work in Telegram versions released " +#~ "after 9 April, 2016. Older clients " +#~ "will ignore them." +#~ msgstr "" + +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#inlinequeryresultcacheddocument" +#~ msgstr "" + +#~ msgid "Type of the result, must be *document*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "Title for the result" +#~ msgstr "" + +#~ msgid "A valid file identifier for the file" +#~ msgstr "" + +#~ msgid "*Optional*. Short description of the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Caption of the document to" +#~ " be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the document caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. Content of the message to be sent instead of the file" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_gif.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_gif.po index ffc4e8f0..c75e379c 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_gif.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_gif.po @@ -8,97 +8,80 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_cached_gif.rst:3 msgid "InlineQueryResultCachedGif" msgstr "" -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif:1 of -msgid "" -"Represents a link to an animated GIF file stored on the Telegram servers." -" By default, this animated GIF file will be sent by the user with an " -"optional caption. Alternatively, you can use *input_message_content* to " -"send a message with specified content instead of the animation." -msgstr "" - -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif:3 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedgif" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif.type:1 -#: of -msgid "Type of the result, must be *gif*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif.id:1 -#: of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif.gif_file_id:1 -#: of -msgid "A valid file identifier for the GIF file" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif.title:1 -#: of -msgid "*Optional*. Title for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif.caption:1 -#: of -msgid "" -"*Optional*. Caption of the GIF file to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the caption. See `formatting " -"options `_ for " -"more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_gif.InlineQueryResultCachedGif.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the GIF animation" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to an animated " +#~ "GIF file stored on the Telegram " +#~ "servers. By default, this animated GIF" +#~ " file will be sent by the user" +#~ " with an optional caption. Alternatively," +#~ " you can use *input_message_content* to " +#~ "send a message with specified content" +#~ " instead of the animation." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedgif" +#~ msgstr "" + +#~ msgid "Type of the result, must be *gif*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid file identifier for the GIF file" +#~ msgstr "" + +#~ msgid "*Optional*. Title for the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Caption of the GIF file " +#~ "to be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Content of the message to" +#~ " be sent instead of the GIF " +#~ "animation" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_mpeg4_gif.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_mpeg4_gif.po index 96885946..345ae5bf 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_mpeg4_gif.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_mpeg4_gif.po @@ -8,102 +8,83 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_cached_mpeg4_gif.rst:3 msgid "InlineQueryResultCachedMpeg4Gif" msgstr "" -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif:1 -#: of -msgid "" -"Represents a link to a video animation (H.264/MPEG-4 AVC video without " -"sound) stored on the Telegram servers. By default, this animated MPEG-4 " -"file will be sent by the user with an optional caption. Alternatively, " -"you can use *input_message_content* to send a message with the specified " -"content instead of the animation." -msgstr "" - -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedmpeg4gif" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif.type:1 -#: of -msgid "Type of the result, must be *mpeg4_gif*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif.id:1 -#: of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif.mpeg4_file_id:1 -#: of -msgid "A valid file identifier for the MPEG4 file" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif.title:1 -#: of -msgid "*Optional*. Title for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif.caption:1 -#: of -msgid "" -"*Optional*. Caption of the MPEG-4 file to be sent, 0-1024 characters " -"after entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the caption. See `formatting " -"options `_ for " -"more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_mpeg4_gif.InlineQueryResultCachedMpeg4Gif.input_message_content:1 -#: of -msgid "" -"*Optional*. Content of the message to be sent instead of the video " -"animation" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to a video " +#~ "animation (H.264/MPEG-4 AVC video without " +#~ "sound) stored on the Telegram servers." +#~ " By default, this animated MPEG-4 " +#~ "file will be sent by the user " +#~ "with an optional caption. Alternatively, " +#~ "you can use *input_message_content* to " +#~ "send a message with the specified " +#~ "content instead of the animation." +#~ msgstr "" + +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#inlinequeryresultcachedmpeg4gif" +#~ msgstr "" + +#~ msgid "Type of the result, must be *mpeg4_gif*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid file identifier for the MPEG4 file" +#~ msgstr "" + +#~ msgid "*Optional*. Title for the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Caption of the MPEG-4 file" +#~ " to be sent, 0-1024 characters after" +#~ " entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Content of the message to" +#~ " be sent instead of the video " +#~ "animation" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_photo.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_photo.po index 965f8ad7..c65da90a 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_photo.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_photo.po @@ -8,105 +8,80 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_cached_photo.rst:3 msgid "InlineQueryResultCachedPhoto" msgstr "" -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto:1 -#: of -msgid "" -"Represents a link to a photo stored on the Telegram servers. By default, " -"this photo will be sent by the user with an optional caption. " -"Alternatively, you can use *input_message_content* to send a message with" -" the specified content instead of the photo." -msgstr "" - -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedphoto" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.type:1 -#: of -msgid "Type of the result, must be *photo*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.id:1 -#: of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.photo_file_id:1 -#: of -msgid "A valid file identifier of the photo" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.title:1 -#: of -msgid "*Optional*. Title for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.description:1 -#: of -msgid "*Optional*. Short description of the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.caption:1 -#: of -msgid "" -"*Optional*. Caption of the photo to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the photo caption. See " -"`formatting options `_ for more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_photo.InlineQueryResultCachedPhoto.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the photo" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to a photo " +#~ "stored on the Telegram servers. By " +#~ "default, this photo will be sent " +#~ "by the user with an optional " +#~ "caption. Alternatively, you can use " +#~ "*input_message_content* to send a message " +#~ "with the specified content instead of" +#~ " the photo." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedphoto" +#~ msgstr "" + +#~ msgid "Type of the result, must be *photo*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid file identifier of the photo" +#~ msgstr "" + +#~ msgid "*Optional*. Title for the result" +#~ msgstr "" + +#~ msgid "*Optional*. Short description of the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Caption of the photo to " +#~ "be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the photo caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. Content of the message to be sent instead of the photo" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_sticker.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_sticker.po index dc79cbca..5f236a2a 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_sticker.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_sticker.po @@ -8,71 +8,62 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_cached_sticker.rst:3 msgid "InlineQueryResultCachedSticker" msgstr "" -#: aiogram.types.inline_query_result_cached_sticker.InlineQueryResultCachedSticker:1 -#: of -msgid "" -"Represents a link to a sticker stored on the Telegram servers. By " -"default, this sticker will be sent by the user. Alternatively, you can " -"use *input_message_content* to send a message with the specified content " -"instead of the sticker. **Note:** This will only work in Telegram " -"versions released after 9 April, 2016 for static stickers and after 06 " -"July, 2019 for `animated stickers `_. Older clients will ignore them." -msgstr "" - -#: aiogram.types.inline_query_result_cached_sticker.InlineQueryResultCachedSticker:4 -#: of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedsticker" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_sticker.InlineQueryResultCachedSticker.type:1 -#: of -msgid "Type of the result, must be *sticker*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_sticker.InlineQueryResultCachedSticker.id:1 -#: of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_sticker.InlineQueryResultCachedSticker.sticker_file_id:1 -#: of -msgid "A valid file identifier of the sticker" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_sticker.InlineQueryResultCachedSticker.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_sticker.InlineQueryResultCachedSticker.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the sticker" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to a sticker " +#~ "stored on the Telegram servers. By " +#~ "default, this sticker will be sent " +#~ "by the user. Alternatively, you can " +#~ "use *input_message_content* to send a " +#~ "message with the specified content " +#~ "instead of the sticker. **Note:** This" +#~ " will only work in Telegram versions" +#~ " released after 9 April, 2016 for " +#~ "static stickers and after 06 July, " +#~ "2019 for `animated stickers " +#~ "`_. Older " +#~ "clients will ignore them." +#~ msgstr "" + +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#inlinequeryresultcachedsticker" +#~ msgstr "" + +#~ msgid "Type of the result, must be *sticker*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid file identifier of the sticker" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. Content of the message to be sent instead of the sticker" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_video.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_video.po index 3836cf30..17ed3a3c 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_video.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_video.po @@ -8,105 +8,80 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_cached_video.rst:3 msgid "InlineQueryResultCachedVideo" msgstr "" -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo:1 -#: of -msgid "" -"Represents a link to a video file stored on the Telegram servers. By " -"default, this video file will be sent by the user with an optional " -"caption. Alternatively, you can use *input_message_content* to send a " -"message with the specified content instead of the video." -msgstr "" - -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedvideo" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.type:1 -#: of -msgid "Type of the result, must be *video*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.id:1 -#: of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.video_file_id:1 -#: of -msgid "A valid file identifier for the video file" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.title:1 -#: of -msgid "Title for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.description:1 -#: of -msgid "*Optional*. Short description of the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.caption:1 -#: of -msgid "" -"*Optional*. Caption of the video to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the video caption. See " -"`formatting options `_ for more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_video.InlineQueryResultCachedVideo.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the video" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to a video file" +#~ " stored on the Telegram servers. By" +#~ " default, this video file will be " +#~ "sent by the user with an optional" +#~ " caption. Alternatively, you can use " +#~ "*input_message_content* to send a message " +#~ "with the specified content instead of" +#~ " the video." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedvideo" +#~ msgstr "" + +#~ msgid "Type of the result, must be *video*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid file identifier for the video file" +#~ msgstr "" + +#~ msgid "Title for the result" +#~ msgstr "" + +#~ msgid "*Optional*. Short description of the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Caption of the video to " +#~ "be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the video caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. Content of the message to be sent instead of the video" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_voice.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_voice.po index d2bb9f10..2d886230 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_voice.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_cached_voice.po @@ -8,99 +8,80 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_cached_voice.rst:3 msgid "InlineQueryResultCachedVoice" msgstr "" -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice:1 -#: of -msgid "" -"Represents a link to a voice message stored on the Telegram servers. By " -"default, this voice message will be sent by the user. Alternatively, you " -"can use *input_message_content* to send a message with the specified " -"content instead of the voice message. **Note:** This will only work in " -"Telegram versions released after 9 April, 2016. Older clients will ignore" -" them." -msgstr "" - -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice:4 -#: of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedvoice" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice.type:1 -#: of -msgid "Type of the result, must be *voice*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice.id:1 -#: of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice.voice_file_id:1 -#: of -msgid "A valid file identifier for the voice message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice.title:1 -#: of -msgid "Voice message title" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice.caption:1 -#: of -msgid "*Optional*. Caption, 0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the voice message caption. See " -"`formatting options `_ for more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_cached_voice.InlineQueryResultCachedVoice.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the voice message" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to a voice " +#~ "message stored on the Telegram servers." +#~ " By default, this voice message will" +#~ " be sent by the user. Alternatively," +#~ " you can use *input_message_content* to " +#~ "send a message with the specified " +#~ "content instead of the voice message." +#~ " **Note:** This will only work in " +#~ "Telegram versions released after 9 " +#~ "April, 2016. Older clients will ignore" +#~ " them." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcachedvoice" +#~ msgstr "" + +#~ msgid "Type of the result, must be *voice*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid file identifier for the voice message" +#~ msgstr "" + +#~ msgid "Voice message title" +#~ msgstr "" + +#~ msgid "*Optional*. Caption, 0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the voice message caption. See " +#~ "`formatting options `_ for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Content of the message to" +#~ " be sent instead of the voice " +#~ "message" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_contact.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_contact.po index d9620a12..23f60264 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_contact.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_contact.po @@ -8,103 +8,78 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_contact.rst:3 msgid "InlineQueryResultContact" msgstr "" -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact:1 of -msgid "" -"Represents a contact with a phone number. By default, this contact will " -"be sent by the user. Alternatively, you can use *input_message_content* " -"to send a message with the specified content instead of the contact. " -"**Note:** This will only work in Telegram versions released after 9 " -"April, 2016. Older clients will ignore them." -msgstr "" - -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact:4 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcontact" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.type:1 of -msgid "Type of the result, must be *contact*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.id:1 of -msgid "Unique identifier for this result, 1-64 Bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.phone_number:1 -#: of -msgid "Contact's phone number" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.first_name:1 -#: of -msgid "Contact's first name" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.last_name:1 -#: of -msgid "*Optional*. Contact's last name" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.vcard:1 -#: of -msgid "" -"*Optional*. Additional data about the contact in the form of a `vCard " -"`_, 0-2048 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the contact" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.thumb_url:1 -#: of -msgid "*Optional*. Url of the thumbnail for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.thumb_width:1 -#: of -msgid "*Optional*. Thumbnail width" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_contact.InlineQueryResultContact.thumb_height:1 -#: of -msgid "*Optional*. Thumbnail height" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a contact with a phone " +#~ "number. By default, this contact will" +#~ " be sent by the user. Alternatively," +#~ " you can use *input_message_content* to " +#~ "send a message with the specified " +#~ "content instead of the contact. " +#~ "**Note:** This will only work in " +#~ "Telegram versions released after 9 " +#~ "April, 2016. Older clients will ignore" +#~ " them." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultcontact" +#~ msgstr "" + +#~ msgid "Type of the result, must be *contact*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 Bytes" +#~ msgstr "" + +#~ msgid "Contact's phone number" +#~ msgstr "" + +#~ msgid "Contact's first name" +#~ msgstr "" + +#~ msgid "*Optional*. Contact's last name" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Additional data about the " +#~ "contact in the form of a `vCard" +#~ " `_, 0-2048 bytes" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. Content of the message to be sent instead of the contact" +#~ msgstr "" + +#~ msgid "*Optional*. Url of the thumbnail for the result" +#~ msgstr "" + +#~ msgid "*Optional*. Thumbnail width" +#~ msgstr "" + +#~ msgid "*Optional*. Thumbnail height" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_document.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_document.po index 9931e7ee..ea54ff6a 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_document.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_document.po @@ -8,121 +8,89 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_document.rst:3 msgid "InlineQueryResultDocument" msgstr "" -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument:1 of -msgid "" -"Represents a link to a file. By default, this file will be sent by the " -"user with an optional caption. Alternatively, you can use " -"*input_message_content* to send a message with the specified content " -"instead of the file. Currently, only **.PDF** and **.ZIP** files can be " -"sent using this method. **Note:** This will only work in Telegram " -"versions released after 9 April, 2016. Older clients will ignore them." -msgstr "" +#~ msgid "" +#~ "Represents a link to a file. By" +#~ " default, this file will be sent " +#~ "by the user with an optional " +#~ "caption. Alternatively, you can use " +#~ "*input_message_content* to send a message " +#~ "with the specified content instead of" +#~ " the file. Currently, only **.PDF** " +#~ "and **.ZIP** files can be sent " +#~ "using this method. **Note:** This will" +#~ " only work in Telegram versions " +#~ "released after 9 April, 2016. Older " +#~ "clients will ignore them." +#~ msgstr "" -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument:4 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultdocument" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultdocument" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.type:1 -#: of -msgid "Type of the result, must be *document*" -msgstr "" +#~ msgid "Type of the result, must be *document*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.id:1 of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.title:1 -#: of -msgid "Title for the result" -msgstr "" +#~ msgid "Title for the result" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.document_url:1 -#: of -msgid "A valid URL for the file" -msgstr "" +#~ msgid "A valid URL for the file" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.mime_type:1 -#: of -msgid "" -"MIME type of the content of the file, either 'application/pdf' or " -"'application/zip'" -msgstr "" +#~ msgid "" +#~ "MIME type of the content of the" +#~ " file, either 'application/pdf' or " +#~ "'application/zip'" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.caption:1 -#: of -msgid "" -"*Optional*. Caption of the document to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" +#~ msgid "" +#~ "*Optional*. Caption of the document to" +#~ " be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the document caption. See " -"`formatting options `_ for more details." -msgstr "" +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the document caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.description:1 -#: of -msgid "*Optional*. Short description of the result" -msgstr "" +#~ msgid "*Optional*. Short description of the result" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.reply_markup:1 -#: of -msgid "*Optional*. Inline keyboard attached to the message" -msgstr "" +#~ msgid "*Optional*. Inline keyboard attached to the message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the file" -msgstr "" +#~ msgid "*Optional*. Content of the message to be sent instead of the file" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.thumb_url:1 -#: of -msgid "*Optional*. URL of the thumbnail (JPEG only) for the file" -msgstr "" +#~ msgid "*Optional*. URL of the thumbnail (JPEG only) for the file" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.thumb_width:1 -#: of -msgid "*Optional*. Thumbnail width" -msgstr "" +#~ msgid "*Optional*. Thumbnail width" +#~ msgstr "" + +#~ msgid "*Optional*. Thumbnail height" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.inline_query_result_document.InlineQueryResultDocument.thumb_height:1 -#: of -msgid "*Optional*. Thumbnail height" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_game.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_game.po index a82f430f..ca6f54a4 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_game.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_game.po @@ -8,58 +8,51 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_game.rst:3 msgid "InlineQueryResultGame" msgstr "" -#: aiogram.types.inline_query_result_game.InlineQueryResultGame:1 of -msgid "" -"Represents a `Game `_. " -"**Note:** This will only work in Telegram versions released after October" -" 1, 2016. Older clients will not display any inline results if a game " -"result is among them." -msgstr "" - -#: aiogram.types.inline_query_result_game.InlineQueryResultGame:4 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultgame" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_game.InlineQueryResultGame.type:1 of -msgid "Type of the result, must be *game*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_game.InlineQueryResultGame.id:1 of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_game.InlineQueryResultGame.game_short_name:1 -#: of -msgid "Short name of the game" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_game.InlineQueryResultGame.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a `Game " +#~ "`_. **Note:** " +#~ "This will only work in Telegram " +#~ "versions released after October 1, 2016." +#~ " Older clients will not display any" +#~ " inline results if a game result " +#~ "is among them." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultgame" +#~ msgstr "" + +#~ msgid "Type of the result, must be *game*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "Short name of the game" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_gif.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_gif.po index 0e298f7f..c316cb5f 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_gif.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_gif.po @@ -8,120 +8,101 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_gif.rst:3 msgid "InlineQueryResultGif" msgstr "" -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif:1 of -msgid "" -"Represents a link to an animated GIF file. By default, this animated GIF " -"file will be sent by the user with optional caption. Alternatively, you " -"can use *input_message_content* to send a message with the specified " -"content instead of the animation." -msgstr "" - -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif:3 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultgif" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.type:1 of -msgid "Type of the result, must be *gif*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.id:1 of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.gif_url:1 of -msgid "A valid URL for the GIF file. File size must not exceed 1MB" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.thumb_url:1 of -msgid "" -"URL of the static (JPEG or GIF) or animated (MPEG4) thumbnail for the " -"result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.gif_width:1 of -msgid "*Optional*. Width of the GIF" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.gif_height:1 of -msgid "*Optional*. Height of the GIF" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.gif_duration:1 of -msgid "*Optional*. Duration of the GIF in seconds" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.thumb_mime_type:1 -#: of -msgid "" -"*Optional*. MIME type of the thumbnail, must be one of 'image/jpeg', " -"'image/gif', or 'video/mp4'. Defaults to 'image/jpeg'" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.title:1 of -msgid "*Optional*. Title for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.caption:1 of -msgid "" -"*Optional*. Caption of the GIF file to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.parse_mode:1 of -msgid "" -"*Optional*. Mode for parsing entities in the caption. See `formatting " -"options `_ for " -"more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.reply_markup:1 of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_gif.InlineQueryResultGif.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the GIF animation" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to an animated " +#~ "GIF file. By default, this animated " +#~ "GIF file will be sent by the " +#~ "user with optional caption. Alternatively, " +#~ "you can use *input_message_content* to " +#~ "send a message with the specified " +#~ "content instead of the animation." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultgif" +#~ msgstr "" + +#~ msgid "Type of the result, must be *gif*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid URL for the GIF file. File size must not exceed 1MB" +#~ msgstr "" + +#~ msgid "" +#~ "URL of the static (JPEG or GIF)" +#~ " or animated (MPEG4) thumbnail for " +#~ "the result" +#~ msgstr "" + +#~ msgid "*Optional*. Width of the GIF" +#~ msgstr "" + +#~ msgid "*Optional*. Height of the GIF" +#~ msgstr "" + +#~ msgid "*Optional*. Duration of the GIF in seconds" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. MIME type of the thumbnail," +#~ " must be one of 'image/jpeg', " +#~ "'image/gif', or 'video/mp4'. Defaults to " +#~ "'image/jpeg'" +#~ msgstr "" + +#~ msgid "*Optional*. Title for the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Caption of the GIF file " +#~ "to be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Content of the message to" +#~ " be sent instead of the GIF " +#~ "animation" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_location.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_location.po index aee2b822..d3e59ed5 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_location.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_location.po @@ -8,129 +8,98 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_location.rst:3 msgid "InlineQueryResultLocation" msgstr "" -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation:1 of -msgid "" -"Represents a location on a map. By default, the location will be sent by " -"the user. Alternatively, you can use *input_message_content* to send a " -"message with the specified content instead of the location. **Note:** " -"This will only work in Telegram versions released after 9 April, 2016. " -"Older clients will ignore them." -msgstr "" - -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation:4 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultlocation" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.type:1 -#: of -msgid "Type of the result, must be *location*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.id:1 of -msgid "Unique identifier for this result, 1-64 Bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.latitude:1 -#: of -msgid "Location latitude in degrees" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.longitude:1 -#: of -msgid "Location longitude in degrees" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.title:1 -#: of -msgid "Location title" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.horizontal_accuracy:1 -#: of -msgid "" -"*Optional*. The radius of uncertainty for the location, measured in " -"meters; 0-1500" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.live_period:1 -#: of -msgid "" -"*Optional*. Period in seconds for which the location can be updated, " -"should be between 60 and 86400." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.heading:1 -#: of -msgid "" -"*Optional*. For live locations, a direction in which the user is moving, " -"in degrees. Must be between 1 and 360 if specified." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.proximity_alert_radius:1 -#: of -msgid "" -"*Optional*. For live locations, a maximum distance for proximity alerts " -"about approaching another chat member, in meters. Must be between 1 and " -"100000 if specified." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the location" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.thumb_url:1 -#: of -msgid "*Optional*. Url of the thumbnail for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.thumb_width:1 -#: of -msgid "*Optional*. Thumbnail width" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_location.InlineQueryResultLocation.thumb_height:1 -#: of -msgid "*Optional*. Thumbnail height" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a location on a map. By" +#~ " default, the location will be sent" +#~ " by the user. Alternatively, you can" +#~ " use *input_message_content* to send a " +#~ "message with the specified content " +#~ "instead of the location. **Note:** This" +#~ " will only work in Telegram versions" +#~ " released after 9 April, 2016. Older" +#~ " clients will ignore them." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultlocation" +#~ msgstr "" + +#~ msgid "Type of the result, must be *location*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 Bytes" +#~ msgstr "" + +#~ msgid "Location latitude in degrees" +#~ msgstr "" + +#~ msgid "Location longitude in degrees" +#~ msgstr "" + +#~ msgid "Location title" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The radius of uncertainty " +#~ "for the location, measured in meters;" +#~ " 0-1500" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Period in seconds for which" +#~ " the location can be updated, should" +#~ " be between 60 and 86400." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For live locations, a " +#~ "direction in which the user is " +#~ "moving, in degrees. Must be between " +#~ "1 and 360 if specified." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For live locations, a " +#~ "maximum distance for proximity alerts " +#~ "about approaching another chat member, " +#~ "in meters. Must be between 1 and" +#~ " 100000 if specified." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. Content of the message to be sent instead of the location" +#~ msgstr "" + +#~ msgid "*Optional*. Url of the thumbnail for the result" +#~ msgstr "" + +#~ msgid "*Optional*. Thumbnail width" +#~ msgstr "" + +#~ msgid "*Optional*. Thumbnail height" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_mpeg4_gif.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_mpeg4_gif.po index 56c4da50..df7149c8 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_mpeg4_gif.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_mpeg4_gif.po @@ -8,133 +8,102 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_mpeg4_gif.rst:3 msgid "InlineQueryResultMpeg4Gif" msgstr "" -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif:1 of -msgid "" -"Represents a link to a video animation (H.264/MPEG-4 AVC video without " -"sound). By default, this animated MPEG-4 file will be sent by the user " -"with optional caption. Alternatively, you can use *input_message_content*" -" to send a message with the specified content instead of the animation." -msgstr "" - -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif:3 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultmpeg4gif" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.type:1 -#: of -msgid "Type of the result, must be *mpeg4_gif*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.id:1 -#: of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.mpeg4_url:1 -#: of -msgid "A valid URL for the MPEG4 file. File size must not exceed 1MB" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.thumb_url:1 -#: of -msgid "" -"URL of the static (JPEG or GIF) or animated (MPEG4) thumbnail for the " -"result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.mpeg4_width:1 -#: of -msgid "*Optional*. Video width" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.mpeg4_height:1 -#: of -msgid "*Optional*. Video height" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.mpeg4_duration:1 -#: of -msgid "*Optional*. Video duration in seconds" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.thumb_mime_type:1 -#: of -msgid "" -"*Optional*. MIME type of the thumbnail, must be one of 'image/jpeg', " -"'image/gif', or 'video/mp4'. Defaults to 'image/jpeg'" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.title:1 -#: of -msgid "*Optional*. Title for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.caption:1 -#: of -msgid "" -"*Optional*. Caption of the MPEG-4 file to be sent, 0-1024 characters " -"after entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the caption. See `formatting " -"options `_ for " -"more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_mpeg4_gif.InlineQueryResultMpeg4Gif.input_message_content:1 -#: of -msgid "" -"*Optional*. Content of the message to be sent instead of the video " -"animation" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to a video " +#~ "animation (H.264/MPEG-4 AVC video without " +#~ "sound). By default, this animated MPEG-4" +#~ " file will be sent by the user" +#~ " with optional caption. Alternatively, you" +#~ " can use *input_message_content* to send" +#~ " a message with the specified content" +#~ " instead of the animation." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultmpeg4gif" +#~ msgstr "" + +#~ msgid "Type of the result, must be *mpeg4_gif*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid URL for the MPEG4 file. File size must not exceed 1MB" +#~ msgstr "" + +#~ msgid "" +#~ "URL of the static (JPEG or GIF)" +#~ " or animated (MPEG4) thumbnail for " +#~ "the result" +#~ msgstr "" + +#~ msgid "*Optional*. Video width" +#~ msgstr "" + +#~ msgid "*Optional*. Video height" +#~ msgstr "" + +#~ msgid "*Optional*. Video duration in seconds" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. MIME type of the thumbnail," +#~ " must be one of 'image/jpeg', " +#~ "'image/gif', or 'video/mp4'. Defaults to " +#~ "'image/jpeg'" +#~ msgstr "" + +#~ msgid "*Optional*. Title for the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Caption of the MPEG-4 file" +#~ " to be sent, 0-1024 characters after" +#~ " entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Content of the message to" +#~ " be sent instead of the video " +#~ "animation" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_photo.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_photo.po index 6d189167..b02fa7d6 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_photo.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_photo.po @@ -8,119 +8,91 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_photo.rst:3 msgid "InlineQueryResultPhoto" msgstr "" -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto:1 of -msgid "" -"Represents a link to a photo. By default, this photo will be sent by the " -"user with optional caption. Alternatively, you can use " -"*input_message_content* to send a message with the specified content " -"instead of the photo." -msgstr "" - -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto:3 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultphoto" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.type:1 of -msgid "Type of the result, must be *photo*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.id:1 of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.photo_url:1 -#: of -msgid "" -"A valid URL of the photo. Photo must be in **JPEG** format. Photo size " -"must not exceed 5MB" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.thumb_url:1 -#: of -msgid "URL of the thumbnail for the photo" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.photo_width:1 -#: of -msgid "*Optional*. Width of the photo" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.photo_height:1 -#: of -msgid "*Optional*. Height of the photo" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.title:1 of -msgid "*Optional*. Title for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.description:1 -#: of -msgid "*Optional*. Short description of the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.caption:1 of -msgid "" -"*Optional*. Caption of the photo to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the photo caption. See " -"`formatting options `_ for more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_photo.InlineQueryResultPhoto.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the photo" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to a photo. By" +#~ " default, this photo will be sent " +#~ "by the user with optional caption. " +#~ "Alternatively, you can use " +#~ "*input_message_content* to send a message " +#~ "with the specified content instead of" +#~ " the photo." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultphoto" +#~ msgstr "" + +#~ msgid "Type of the result, must be *photo*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "" +#~ "A valid URL of the photo. Photo" +#~ " must be in **JPEG** format. Photo" +#~ " size must not exceed 5MB" +#~ msgstr "" + +#~ msgid "URL of the thumbnail for the photo" +#~ msgstr "" + +#~ msgid "*Optional*. Width of the photo" +#~ msgstr "" + +#~ msgid "*Optional*. Height of the photo" +#~ msgstr "" + +#~ msgid "*Optional*. Title for the result" +#~ msgstr "" + +#~ msgid "*Optional*. Short description of the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Caption of the photo to " +#~ "be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the photo caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. Content of the message to be sent instead of the photo" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_venue.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_venue.po index 2867f687..44946a0d 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_venue.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_venue.po @@ -8,127 +8,94 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_venue.rst:3 msgid "InlineQueryResultVenue" msgstr "" -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue:1 of -msgid "" -"Represents a venue. By default, the venue will be sent by the user. " -"Alternatively, you can use *input_message_content* to send a message with" -" the specified content instead of the venue. **Note:** This will only " -"work in Telegram versions released after 9 April, 2016. Older clients " -"will ignore them." -msgstr "" - -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue:4 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultvenue" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.type:1 of -msgid "Type of the result, must be *venue*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.id:1 of -msgid "Unique identifier for this result, 1-64 Bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.latitude:1 of -msgid "Latitude of the venue location in degrees" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.longitude:1 -#: of -msgid "Longitude of the venue location in degrees" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.title:1 of -msgid "Title of the venue" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.address:1 of -msgid "Address of the venue" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.foursquare_id:1 -#: of -msgid "*Optional*. Foursquare identifier of the venue if known" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.foursquare_type:1 -#: of -msgid "" -"*Optional*. Foursquare type of the venue, if known. (For example, " -"'arts_entertainment/default', 'arts_entertainment/aquarium' or " -"'food/icecream'.)" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.google_place_id:1 -#: of -msgid "*Optional*. Google Places identifier of the venue" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.google_place_type:1 -#: of -msgid "" -"*Optional*. Google Places type of the venue. (See `supported types " -"`_.)" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.input_message_content:1 -#: of -msgid "*Optional*. Content of the message to be sent instead of the venue" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.thumb_url:1 -#: of -msgid "*Optional*. Url of the thumbnail for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.thumb_width:1 -#: of -msgid "*Optional*. Thumbnail width" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_venue.InlineQueryResultVenue.thumb_height:1 -#: of -msgid "*Optional*. Thumbnail height" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a venue. By default, the " +#~ "venue will be sent by the user." +#~ " Alternatively, you can use " +#~ "*input_message_content* to send a message " +#~ "with the specified content instead of" +#~ " the venue. **Note:** This will only" +#~ " work in Telegram versions released " +#~ "after 9 April, 2016. Older clients " +#~ "will ignore them." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultvenue" +#~ msgstr "" + +#~ msgid "Type of the result, must be *venue*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 Bytes" +#~ msgstr "" + +#~ msgid "Latitude of the venue location in degrees" +#~ msgstr "" + +#~ msgid "Longitude of the venue location in degrees" +#~ msgstr "" + +#~ msgid "Title of the venue" +#~ msgstr "" + +#~ msgid "Address of the venue" +#~ msgstr "" + +#~ msgid "*Optional*. Foursquare identifier of the venue if known" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Foursquare type of the " +#~ "venue, if known. (For example, " +#~ "'arts_entertainment/default', 'arts_entertainment/aquarium' " +#~ "or 'food/icecream'.)" +#~ msgstr "" + +#~ msgid "*Optional*. Google Places identifier of the venue" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Google Places type of the" +#~ " venue. (See `supported types " +#~ "`_.)" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "*Optional*. Content of the message to be sent instead of the venue" +#~ msgstr "" + +#~ msgid "*Optional*. Url of the thumbnail for the result" +#~ msgstr "" + +#~ msgid "*Optional*. Thumbnail width" +#~ msgstr "" + +#~ msgid "*Optional*. Thumbnail height" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_video.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_video.po index 379ba6ed..f2a2c13a 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_video.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_video.po @@ -8,138 +8,109 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_video.rst:3 msgid "InlineQueryResultVideo" msgstr "" -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo:1 of -msgid "" -"Represents a link to a page containing an embedded video player or a " -"video file. By default, this video file will be sent by the user with an " -"optional caption. Alternatively, you can use *input_message_content* to " -"send a message with the specified content instead of the video." -msgstr "" - -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo:3 of -msgid "" -"If an InlineQueryResultVideo message contains an embedded video (e.g., " -"YouTube), you **must** replace its content using *input_message_content*." -msgstr "" - -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo:5 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultvideo" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.type:1 of -msgid "Type of the result, must be *video*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.id:1 of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.video_url:1 -#: of -msgid "A valid URL for the embedded video player or video file" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.mime_type:1 -#: of -msgid "MIME type of the content of the video URL, 'text/html' or 'video/mp4'" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.thumb_url:1 -#: of -msgid "URL of the thumbnail (JPEG only) for the video" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.title:1 of -msgid "Title for the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.caption:1 of -msgid "" -"*Optional*. Caption of the video to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the video caption. See " -"`formatting options `_ for more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.video_width:1 -#: of -msgid "*Optional*. Video width" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.video_height:1 -#: of -msgid "*Optional*. Video height" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.video_duration:1 -#: of -msgid "*Optional*. Video duration in seconds" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.description:1 -#: of -msgid "*Optional*. Short description of the result" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_video.InlineQueryResultVideo.input_message_content:1 -#: of -msgid "" -"*Optional*. Content of the message to be sent instead of the video. This " -"field is **required** if InlineQueryResultVideo is used to send an HTML-" -"page as a result (e.g., a YouTube video)." -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to a page " +#~ "containing an embedded video player or" +#~ " a video file. By default, this " +#~ "video file will be sent by the " +#~ "user with an optional caption. " +#~ "Alternatively, you can use " +#~ "*input_message_content* to send a message " +#~ "with the specified content instead of" +#~ " the video." +#~ msgstr "" + +#~ msgid "" +#~ "If an InlineQueryResultVideo message contains" +#~ " an embedded video (e.g., YouTube), " +#~ "you **must** replace its content using" +#~ " *input_message_content*." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultvideo" +#~ msgstr "" + +#~ msgid "Type of the result, must be *video*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid URL for the embedded video player or video file" +#~ msgstr "" + +#~ msgid "MIME type of the content of the video URL, 'text/html' or 'video/mp4'" +#~ msgstr "" + +#~ msgid "URL of the thumbnail (JPEG only) for the video" +#~ msgstr "" + +#~ msgid "Title for the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Caption of the video to " +#~ "be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the video caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "*Optional*. Video width" +#~ msgstr "" + +#~ msgid "*Optional*. Video height" +#~ msgstr "" + +#~ msgid "*Optional*. Video duration in seconds" +#~ msgstr "" + +#~ msgid "*Optional*. Short description of the result" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Content of the message to" +#~ " be sent instead of the video. " +#~ "This field is **required** if " +#~ "InlineQueryResultVideo is used to send " +#~ "an HTML-page as a result (e.g.," +#~ " a YouTube video)." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_voice.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_voice.po index 4f87318b..65fedcb0 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_voice.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/inline_query_result_voice.po @@ -8,101 +8,83 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-06 14:18+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/inline_query_result_voice.rst:3 msgid "InlineQueryResultVoice" msgstr "" -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice:1 of -msgid "" -"Represents a link to a voice recording in an .OGG container encoded with " -"OPUS. By default, this voice recording will be sent by the user. " -"Alternatively, you can use *input_message_content* to send a message with" -" the specified content instead of the the voice message. **Note:** This " -"will only work in Telegram versions released after 9 April, 2016. Older " -"clients will ignore them." -msgstr "" - -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice:4 of -msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultvoice" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.type:1 of -msgid "Type of the result, must be *voice*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.id:1 of -msgid "Unique identifier for this result, 1-64 bytes" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.voice_url:1 -#: of -msgid "A valid URL for the voice recording" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.title:1 of -msgid "Recording title" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.caption:1 of -msgid "*Optional*. Caption, 0-1024 characters after entities parsing" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the voice message caption. See " -"`formatting options `_ for more details." -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.voice_duration:1 -#: of -msgid "*Optional*. Recording duration in seconds" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.reply_markup:1 -#: of -msgid "" -"*Optional*. `Inline keyboard `_ attached to the message" -msgstr "" - -#: ../../docstring -#: aiogram.types.inline_query_result_voice.InlineQueryResultVoice.input_message_content:1 -#: of -msgid "" -"*Optional*. Content of the message to be sent instead of the voice " -"recording" -msgstr "" - #~ msgid "" #~ "*Optional*. `Inline keyboard " #~ "`_ attached to " #~ "the message" #~ msgstr "" + +#~ msgid "" +#~ "Represents a link to a voice " +#~ "recording in an .OGG container encoded" +#~ " with OPUS. By default, this voice" +#~ " recording will be sent by the " +#~ "user. Alternatively, you can use " +#~ "*input_message_content* to send a message " +#~ "with the specified content instead of" +#~ " the the voice message. **Note:** " +#~ "This will only work in Telegram " +#~ "versions released after 9 April, 2016." +#~ " Older clients will ignore them." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultvoice" +#~ msgstr "" + +#~ msgid "Type of the result, must be *voice*" +#~ msgstr "" + +#~ msgid "Unique identifier for this result, 1-64 bytes" +#~ msgstr "" + +#~ msgid "A valid URL for the voice recording" +#~ msgstr "" + +#~ msgid "Recording title" +#~ msgstr "" + +#~ msgid "*Optional*. Caption, 0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the voice message caption. See " +#~ "`formatting options `_ for more details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "*Optional*. Recording duration in seconds" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `Inline keyboard " +#~ "`_ " +#~ "attached to the message" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Content of the message to" +#~ " be sent instead of the voice " +#~ "recording" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_contact_message_content.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_contact_message_content.po index 16c4ac2b..c861b0e0 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_contact_message_content.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_contact_message_content.po @@ -8,52 +8,41 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_contact_message_content.rst:3 msgid "InputContactMessageContent" msgstr "" -#: aiogram.types.input_contact_message_content.InputContactMessageContent:1 of -msgid "" -"Represents the `content " -"`_ of a contact " -"message to be sent as the result of an inline query." -msgstr "" +#~ msgid "" +#~ "Represents the `content " +#~ "`_ of" +#~ " a contact message to be sent " +#~ "as the result of an inline query." +#~ msgstr "" -#: aiogram.types.input_contact_message_content.InputContactMessageContent:3 of -msgid "Source: https://core.telegram.org/bots/api#inputcontactmessagecontent" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inputcontactmessagecontent" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_contact_message_content.InputContactMessageContent.phone_number:1 -#: of -msgid "Contact's phone number" -msgstr "" +#~ msgid "Contact's phone number" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_contact_message_content.InputContactMessageContent.first_name:1 -#: of -msgid "Contact's first name" -msgstr "" +#~ msgid "Contact's first name" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_contact_message_content.InputContactMessageContent.last_name:1 -#: of -msgid "*Optional*. Contact's last name" -msgstr "" +#~ msgid "*Optional*. Contact's last name" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Additional data about the " +#~ "contact in the form of a `vCard" +#~ " `_, 0-2048 bytes" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_contact_message_content.InputContactMessageContent.vcard:1 -#: of -msgid "" -"*Optional*. Additional data about the contact in the form of a `vCard " -"`_, 0-2048 bytes" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_file.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_file.po index 908e1a50..96f03525 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_file.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_file.po @@ -8,16 +8,17 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_file.rst:3 +#: aiogram.types.input_file.InputFile.from_url:9 of msgid "InputFile" msgstr "" @@ -28,36 +29,86 @@ msgid "" " via the browser." msgstr "" -#: aiogram.types.input_file.InputFile:3 of -msgid "Source: https://core.telegram.org/bots/api#inputfile" +#: aiogram.types.input_file.InputFile:4 of +msgid "Also that is not typical TelegramObject!" msgstr "" -#: aiogram.types.input_file.BufferedInputFile.from_file:1 of -msgid "Create buffer from file" +#: aiogram.types.input_file.InputFile:6 of +msgid "https://core.telegram.org/bots/api#inputfile" msgstr "" -#: aiogram.types.input_file.BufferedInputFile.from_file of -msgid "Parameters" +#: aiogram.types.input_file.InputFile.get_filename:1 of +msgid "Get file name" msgstr "" -#: aiogram.types.input_file.BufferedInputFile.from_file:3 of -msgid "Path to file" -msgstr "" - -#: aiogram.types.input_file.BufferedInputFile.from_file:4 of -msgid "" -"Filename to be propagated to telegram. By default, will be parsed from " -"path" -msgstr "" - -#: aiogram.types.input_file.BufferedInputFile.from_file:6 of -msgid "Uploading chunk size" -msgstr "" - -#: aiogram.types.input_file.BufferedInputFile.from_file of +#: aiogram.types.input_file.InputFile.from_url +#: aiogram.types.input_file.InputFile.get_file +#: aiogram.types.input_file.InputFile.get_filename +#: aiogram.types.input_file.InputFile.to_object +#: aiogram.types.input_file.InputFile.to_python of msgid "Returns" msgstr "" -#: aiogram.types.input_file.BufferedInputFile.from_file:7 of -msgid "instance of :obj:`BufferedInputFile`" +#: aiogram.types.input_file.InputFile.get_filename:3 of +msgid "name" msgstr "" + +#: aiogram.types.input_file.InputFile.get_file:1 of +msgid "Get file object" +msgstr "" + +#: aiogram.types.input_file.InputFile.from_url:1 of +msgid "Download file from URL" +msgstr "" + +#: aiogram.types.input_file.InputFile.from_url:3 of +msgid "Manually is not required action. You can send urls instead!" +msgstr "" + +#: aiogram.types.input_file.InputFile.from_url +#: aiogram.types.input_file.InputFile.save +#: aiogram.types.input_file.InputFile.to_object of +msgid "Parameters" +msgstr "" + +#: aiogram.types.input_file.InputFile.from_url:5 of +msgid "target URL" +msgstr "" + +#: aiogram.types.input_file.InputFile.from_url:6 of +msgid "optional. set custom file name" +msgstr "" + +#: aiogram.types.input_file.InputFile.save:1 of +msgid "Write file to disk" +msgstr "" + +#: aiogram.types.input_file.InputFile.to_python:1 of +msgid "Get object as JSON serializable" +msgstr "" + +#: aiogram.types.input_file.InputFile.to_object:1 of +msgid "Deserialize object" +msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inputfile" +#~ msgstr "" + +#~ msgid "Create buffer from file" +#~ msgstr "" + +#~ msgid "Path to file" +#~ msgstr "" + +#~ msgid "" +#~ "Filename to be propagated to telegram." +#~ " By default, will be parsed from " +#~ "path" +#~ msgstr "" + +#~ msgid "Uploading chunk size" +#~ msgstr "" + +#~ msgid "instance of :obj:`BufferedInputFile`" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_invoice_message_content.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_invoice_message_content.po index cab32cc6..8019f166 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_invoice_message_content.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_invoice_message_content.po @@ -8,185 +8,151 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_invoice_message_content.rst:3 msgid "InputInvoiceMessageContent" msgstr "" -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent:1 of -msgid "" -"Represents the `content " -"`_ of an invoice " -"message to be sent as the result of an inline query." -msgstr "" +#~ msgid "" +#~ "Represents the `content " +#~ "`_ of" +#~ " an invoice message to be sent " +#~ "as the result of an inline query." +#~ msgstr "" -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent:3 of -msgid "Source: https://core.telegram.org/bots/api#inputinvoicemessagecontent" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inputinvoicemessagecontent" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.title:1 -#: of -msgid "Product name, 1-32 characters" -msgstr "" +#~ msgid "Product name, 1-32 characters" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.description:1 -#: of -msgid "Product description, 1-255 characters" -msgstr "" +#~ msgid "Product description, 1-255 characters" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.payload:1 -#: of -msgid "" -"Bot-defined invoice payload, 1-128 bytes. This will not be displayed to " -"the user, use for your internal processes." -msgstr "" +#~ msgid "" +#~ "Bot-defined invoice payload, 1-128 " +#~ "bytes. This will not be displayed " +#~ "to the user, use for your internal" +#~ " processes." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.provider_token:1 -#: of -msgid "" -"Payment provider token, obtained via `@BotFather " -"`_" -msgstr "" +#~ msgid "" +#~ "Payment provider token, obtained via " +#~ "`@BotFather `_" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.currency:1 -#: of -msgid "" -"Three-letter ISO 4217 currency code, see `more on currencies " -"`_" -msgstr "" +#~ msgid "" +#~ "Three-letter ISO 4217 currency code, " +#~ "see `more on currencies " +#~ "`_" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.prices:1 -#: of -msgid "" -"Price breakdown, a JSON-serialized list of components (e.g. product " -"price, tax, discount, delivery cost, delivery tax, bonus, etc.)" -msgstr "" +#~ msgid "" +#~ "Price breakdown, a JSON-serialized list" +#~ " of components (e.g. product price, " +#~ "tax, discount, delivery cost, delivery " +#~ "tax, bonus, etc.)" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.max_tip_amount:1 -#: of -msgid "" -"*Optional*. The maximum accepted amount for tips in the *smallest units* " -"of the currency (integer, **not** float/double). For example, for a " -"maximum tip of :code:`US$ 1.45` pass :code:`max_tip_amount = 145`. See " -"the *exp* parameter in `currencies.json " -"`_, it shows the" -" number of digits past the decimal point for each currency (2 for the " -"majority of currencies). Defaults to 0" -msgstr "" +#~ msgid "" +#~ "*Optional*. The maximum accepted amount " +#~ "for tips in the *smallest units* " +#~ "of the currency (integer, **not** " +#~ "float/double). For example, for a " +#~ "maximum tip of :code:`US$ 1.45` pass " +#~ ":code:`max_tip_amount = 145`. See the " +#~ "*exp* parameter in `currencies.json " +#~ "`_, it" +#~ " shows the number of digits past " +#~ "the decimal point for each currency " +#~ "(2 for the majority of currencies). " +#~ "Defaults to 0" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.suggested_tip_amounts:1 -#: of -msgid "" -"*Optional*. A JSON-serialized array of suggested amounts of tip in the " -"*smallest units* of the currency (integer, **not** float/double). At most" -" 4 suggested tip amounts can be specified. The suggested tip amounts must" -" be positive, passed in a strictly increased order and must not exceed " -"*max_tip_amount*." -msgstr "" +#~ msgid "" +#~ "*Optional*. A JSON-serialized array of" +#~ " suggested amounts of tip in the " +#~ "*smallest units* of the currency " +#~ "(integer, **not** float/double). At most " +#~ "4 suggested tip amounts can be " +#~ "specified. The suggested tip amounts " +#~ "must be positive, passed in a " +#~ "strictly increased order and must not" +#~ " exceed *max_tip_amount*." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.provider_data:1 -#: of -msgid "" -"*Optional*. A JSON-serialized object for data about the invoice, which " -"will be shared with the payment provider. A detailed description of the " -"required fields should be provided by the payment provider." -msgstr "" +#~ msgid "" +#~ "*Optional*. A JSON-serialized object for" +#~ " data about the invoice, which will" +#~ " be shared with the payment provider." +#~ " A detailed description of the " +#~ "required fields should be provided by" +#~ " the payment provider." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.photo_url:1 -#: of -msgid "" -"*Optional*. URL of the product photo for the invoice. Can be a photo of " -"the goods or a marketing image for a service." -msgstr "" +#~ msgid "" +#~ "*Optional*. URL of the product photo " +#~ "for the invoice. Can be a photo" +#~ " of the goods or a marketing " +#~ "image for a service." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.photo_size:1 -#: of -msgid "*Optional*. Photo size in bytes" -msgstr "" +#~ msgid "*Optional*. Photo size in bytes" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.photo_width:1 -#: of -msgid "*Optional*. Photo width" -msgstr "" +#~ msgid "*Optional*. Photo width" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.photo_height:1 -#: of -msgid "*Optional*. Photo height" -msgstr "" +#~ msgid "*Optional*. Photo height" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.need_name:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` if you require the user's full name to " -"complete the order" -msgstr "" +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if you " +#~ "require the user's full name to " +#~ "complete the order" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.need_phone_number:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` if you require the user's phone number to " -"complete the order" -msgstr "" +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if you " +#~ "require the user's phone number to " +#~ "complete the order" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.need_email:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` if you require the user's email address to " -"complete the order" -msgstr "" +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if you " +#~ "require the user's email address to " +#~ "complete the order" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.need_shipping_address:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` if you require the user's shipping address " -"to complete the order" -msgstr "" +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if you " +#~ "require the user's shipping address to" +#~ " complete the order" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.send_phone_number_to_provider:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` if the user's phone number should be sent " -"to provider" -msgstr "" +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if the " +#~ "user's phone number should be sent " +#~ "to provider" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.send_email_to_provider:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` if the user's email address should be sent " -"to provider" -msgstr "" +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if the " +#~ "user's email address should be sent " +#~ "to provider" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if the " +#~ "final price depends on the shipping " +#~ "method" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_invoice_message_content.InputInvoiceMessageContent.is_flexible:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` if the final price depends on the shipping " -"method" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_location_message_content.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_location_message_content.po index 63866b93..8eed8675 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_location_message_content.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_location_message_content.po @@ -8,73 +8,59 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_location_message_content.rst:3 msgid "InputLocationMessageContent" msgstr "" -#: aiogram.types.input_location_message_content.InputLocationMessageContent:1 -#: of -msgid "" -"Represents the `content " -"`_ of a location " -"message to be sent as the result of an inline query." -msgstr "" +#~ msgid "" +#~ "Represents the `content " +#~ "`_ of" +#~ " a location message to be sent " +#~ "as the result of an inline query." +#~ msgstr "" -#: aiogram.types.input_location_message_content.InputLocationMessageContent:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#inputlocationmessagecontent" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inputlocationmessagecontent" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_location_message_content.InputLocationMessageContent.latitude:1 -#: of -msgid "Latitude of the location in degrees" -msgstr "" +#~ msgid "Latitude of the location in degrees" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_location_message_content.InputLocationMessageContent.longitude:1 -#: of -msgid "Longitude of the location in degrees" -msgstr "" +#~ msgid "Longitude of the location in degrees" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_location_message_content.InputLocationMessageContent.horizontal_accuracy:1 -#: of -msgid "" -"*Optional*. The radius of uncertainty for the location, measured in " -"meters; 0-1500" -msgstr "" +#~ msgid "" +#~ "*Optional*. The radius of uncertainty " +#~ "for the location, measured in meters;" +#~ " 0-1500" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_location_message_content.InputLocationMessageContent.live_period:1 -#: of -msgid "" -"*Optional*. Period in seconds for which the location can be updated, " -"should be between 60 and 86400." -msgstr "" +#~ msgid "" +#~ "*Optional*. Period in seconds for which" +#~ " the location can be updated, should" +#~ " be between 60 and 86400." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_location_message_content.InputLocationMessageContent.heading:1 -#: of -msgid "" -"*Optional*. For live locations, a direction in which the user is moving, " -"in degrees. Must be between 1 and 360 if specified." -msgstr "" +#~ msgid "" +#~ "*Optional*. For live locations, a " +#~ "direction in which the user is " +#~ "moving, in degrees. Must be between " +#~ "1 and 360 if specified." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For live locations, a " +#~ "maximum distance for proximity alerts " +#~ "about approaching another chat member, " +#~ "in meters. Must be between 1 and" +#~ " 100000 if specified." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_location_message_content.InputLocationMessageContent.proximity_alert_radius:1 -#: of -msgid "" -"*Optional*. For live locations, a maximum distance for proximity alerts " -"about approaching another chat member, in meters. Must be between 1 and " -"100000 if specified." -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media.po index b6740e36..c9b4e049 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media.po @@ -8,45 +8,180 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_media.rst:3 msgid "InputMedia" msgstr "" -#: aiogram.types.input_media.InputMedia:1 of +#: aiogram.types.input_media.InputMedia:6 of msgid "" "This object represents the content of a media message to be sent. It " "should be one of" msgstr "" +#: aiogram.types.input_media.InputMedia:2 of +msgid "InputMediaAnimation" +msgstr "" + #: aiogram.types.input_media.InputMedia:3 of -msgid ":class:`aiogram.types.input_media_animation.InputMediaAnimation`" +msgid "InputMediaDocument" msgstr "" #: aiogram.types.input_media.InputMedia:4 of -msgid ":class:`aiogram.types.input_media_document.InputMediaDocument`" +msgid "InputMediaAudio" msgstr "" #: aiogram.types.input_media.InputMedia:5 of -msgid ":class:`aiogram.types.input_media_audio.InputMediaAudio`" +msgid "InputMediaPhoto" msgstr "" #: aiogram.types.input_media.InputMedia:6 of -msgid ":class:`aiogram.types.input_media_photo.InputMediaPhoto`" +msgid "InputMediaVideo" msgstr "" -#: aiogram.types.input_media.InputMedia:7 of -msgid ":class:`aiogram.types.input_media_video.InputMediaVideo`" +#: aiogram.types.input_media.InputMedia:8 of +msgid "That is only base class." msgstr "" -#: aiogram.types.input_media.InputMedia:9 of -msgid "Source: https://core.telegram.org/bots/api#inputmedia" +#: aiogram.types.input_media.InputMedia:10 of +msgid "https://core.telegram.org/bots/api#inputmedia" msgstr "" + +#: ../../docstring aiogram.types.input_media.InputMedia.caption:1 +#: aiogram.types.input_media.InputMedia.media:1 +#: aiogram.types.input_media.InputMedia.parse_mode:1 +#: aiogram.types.input_media.InputMedia.thumb:1 +#: aiogram.types.input_media.InputMedia.type:1 +#: aiogram.types.input_media.InputMediaAnimation.duration:1 +#: aiogram.types.input_media.InputMediaAnimation.has_spoiler:1 +#: aiogram.types.input_media.InputMediaAnimation.height:1 +#: aiogram.types.input_media.InputMediaAnimation.width:1 +#: aiogram.types.input_media.InputMediaAudio.duration:1 +#: aiogram.types.input_media.InputMediaAudio.performer:1 +#: aiogram.types.input_media.InputMediaAudio.title:1 +#: aiogram.types.input_media.InputMediaPhoto.has_spoiler:1 +#: aiogram.types.input_media.InputMediaVideo.duration:1 +#: aiogram.types.input_media.InputMediaVideo.has_spoiler:1 +#: aiogram.types.input_media.InputMediaVideo.height:1 +#: aiogram.types.input_media.InputMediaVideo.supports_streaming:1 +#: aiogram.types.input_media.InputMediaVideo.width:1 of +msgid "Simple field" +msgstr "" + +#: ../../docstring aiogram.types.input_media.InputMedia.caption_entities:1 of +msgid "The field contains a list of objects" +msgstr "" + +#: aiogram.types.input_media.InputMediaAnimation:1 of +msgid "" +"Represents an animation file (GIF or H.264/MPEG-4 AVC video without " +"sound) to be sent." +msgstr "" + +#: aiogram.types.input_media.InputMediaAnimation:3 of +msgid "https://core.telegram.org/bots/api#inputmediaanimation" +msgstr "" + +#: aiogram.types.input_media.InputMediaDocument:1 of +msgid "Represents a general file to be sent." +msgstr "" + +#: aiogram.types.input_media.InputMediaDocument:3 of +msgid "https://core.telegram.org/bots/api#inputmediadocument" +msgstr "" + +#: aiogram.types.input_media.InputMediaAudio:1 of +msgid "Represents an audio file to be treated as music to be sent." +msgstr "" + +#: aiogram.types.input_media.InputMediaAudio:3 of +msgid "https://core.telegram.org/bots/api#inputmediaaudio" +msgstr "" + +#: aiogram.types.input_media.InputMediaPhoto:1 of +msgid "Represents a photo to be sent." +msgstr "" + +#: aiogram.types.input_media.InputMediaPhoto:3 of +msgid "https://core.telegram.org/bots/api#inputmediaphoto" +msgstr "" + +#: aiogram.types.input_media.InputMediaVideo:1 of +msgid "Represents a video to be sent." +msgstr "" + +#: aiogram.types.input_media.InputMediaVideo:3 of +msgid "https://core.telegram.org/bots/api#inputmediavideo" +msgstr "" + +#: aiogram.types.input_media.MediaGroup:1 of +msgid "Helper for sending media group" +msgstr "" + +#: aiogram.types.input_media.MediaGroup.attach_many:1 of +msgid "Attach list of media" +msgstr "" + +#: aiogram.types.input_media.MediaGroup.attach +#: aiogram.types.input_media.MediaGroup.attach_audio +#: aiogram.types.input_media.MediaGroup.attach_document +#: aiogram.types.input_media.MediaGroup.attach_many +#: aiogram.types.input_media.MediaGroup.attach_photo +#: aiogram.types.input_media.MediaGroup.attach_video of +msgid "Parameters" +msgstr "" + +#: aiogram.types.input_media.MediaGroup.attach:1 of +msgid "Attach media" +msgstr "" + +#: aiogram.types.input_media.MediaGroup.attach_audio:1 of +msgid "Attach audio" +msgstr "" + +#: aiogram.types.input_media.MediaGroup.attach_document:1 of +msgid "Attach document" +msgstr "" + +#: aiogram.types.input_media.MediaGroup.attach_photo:1 of +msgid "Attach photo" +msgstr "" + +#: aiogram.types.input_media.MediaGroup.attach_video:1 of +msgid "Attach video" +msgstr "" + +#: aiogram.types.input_media.MediaGroup.to_python:1 of +msgid "Get object as JSON serializable" +msgstr "" + +#: aiogram.types.input_media.MediaGroup.to_python of +msgid "Returns" +msgstr "" + +#~ msgid ":class:`aiogram.types.input_media_animation.InputMediaAnimation`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.input_media_document.InputMediaDocument`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.input_media_audio.InputMediaAudio`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.input_media_photo.InputMediaPhoto`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.input_media_video.InputMediaVideo`" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inputmedia" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media_animation.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media_animation.po index e19c352d..e33a35b4 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media_animation.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media_animation.po @@ -8,99 +8,93 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_media_animation.rst:3 msgid "InputMediaAnimation" msgstr "" -#: aiogram.types.input_media_animation.InputMediaAnimation:1 of -msgid "" -"Represents an animation file (GIF or H.264/MPEG-4 AVC video without " -"sound) to be sent." -msgstr "" +#~ msgid "" +#~ "Represents an animation file (GIF or " +#~ "H.264/MPEG-4 AVC video without sound) to" +#~ " be sent." +#~ msgstr "" -#: aiogram.types.input_media_animation.InputMediaAnimation:3 of -msgid "Source: https://core.telegram.org/bots/api#inputmediaanimation" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inputmediaanimation" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_animation.InputMediaAnimation.type:1 of -msgid "Type of the result, must be *animation*" -msgstr "" +#~ msgid "Type of the result, must be *animation*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_animation.InputMediaAnimation.media:1 of -msgid "" -"File to send. Pass a file_id to send a file that exists on the Telegram " -"servers (recommended), pass an HTTP URL for Telegram to get a file from " -"the Internet, or pass 'attach://' to upload a new one " -"using multipart/form-data under name. :ref:`More " -"information on Sending Files » `" -msgstr "" +#~ msgid "" +#~ "File to send. Pass a file_id to" +#~ " send a file that exists on the" +#~ " Telegram servers (recommended), pass an" +#~ " HTTP URL for Telegram to get a" +#~ " file from the Internet, or pass " +#~ "'attach://' to upload a new" +#~ " one using multipart/form-data under " +#~ " name. :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_animation.InputMediaAnimation.thumb:1 of -msgid "" -"*Optional*. Thumbnail of the file sent; can be ignored if thumbnail " -"generation for the file is supported server-side. The thumbnail should be" -" in JPEG format and less than 200 kB in size. A thumbnail's width and " -"height should not exceed 320. Ignored if the file is not uploaded using " -"multipart/form-data. Thumbnails can't be reused and can be only uploaded " -"as a new file, so you can pass 'attach://' if the " -"thumbnail was uploaded using multipart/form-data under " -". :ref:`More information on Sending Files » `" -msgstr "" +#~ msgid "" +#~ "*Optional*. Thumbnail of the file sent;" +#~ " can be ignored if thumbnail " +#~ "generation for the file is supported " +#~ "server-side. The thumbnail should be " +#~ "in JPEG format and less than 200" +#~ " kB in size. A thumbnail's width " +#~ "and height should not exceed 320. " +#~ "Ignored if the file is not " +#~ "uploaded using multipart/form-data. Thumbnails" +#~ " can't be reused and can be " +#~ "only uploaded as a new file, so" +#~ " you can pass 'attach://' " +#~ "if the thumbnail was uploaded using " +#~ "multipart/form-data under . " +#~ ":ref:`More information on Sending Files " +#~ "» `" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_animation.InputMediaAnimation.caption:1 of -msgid "" -"*Optional*. Caption of the animation to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" +#~ msgid "" +#~ "*Optional*. Caption of the animation to" +#~ " be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_animation.InputMediaAnimation.parse_mode:1 of -msgid "" -"*Optional*. Mode for parsing entities in the animation caption. See " -"`formatting options `_ for more details." -msgstr "" +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the animation caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_animation.InputMediaAnimation.caption_entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_animation.InputMediaAnimation.width:1 of -msgid "*Optional*. Animation width" -msgstr "" +#~ msgid "*Optional*. Animation width" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_animation.InputMediaAnimation.height:1 of -msgid "*Optional*. Animation height" -msgstr "" +#~ msgid "*Optional*. Animation height" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_animation.InputMediaAnimation.duration:1 of -msgid "*Optional*. Animation duration in seconds" -msgstr "" +#~ msgid "*Optional*. Animation duration in seconds" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if the " +#~ "animation needs to be covered with " +#~ "a spoiler animation" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_animation.InputMediaAnimation.has_spoiler:1 of -msgid "" -"*Optional*. Pass :code:`True` if the animation needs to be covered with a" -" spoiler animation" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media_audio.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media_audio.po index 7273e1ac..be5d82ee 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media_audio.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media_audio.po @@ -8,84 +8,84 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_media_audio.rst:3 msgid "InputMediaAudio" msgstr "" -#: aiogram.types.input_media_audio.InputMediaAudio:1 of -msgid "Represents an audio file to be treated as music to be sent." -msgstr "" +#~ msgid "Represents an audio file to be treated as music to be sent." +#~ msgstr "" -#: aiogram.types.input_media_audio.InputMediaAudio:3 of -msgid "Source: https://core.telegram.org/bots/api#inputmediaaudio" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inputmediaaudio" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_audio.InputMediaAudio.type:1 of -msgid "Type of the result, must be *audio*" -msgstr "" +#~ msgid "Type of the result, must be *audio*" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_audio.InputMediaAudio.media:1 of -msgid "" -"File to send. Pass a file_id to send a file that exists on the Telegram " -"servers (recommended), pass an HTTP URL for Telegram to get a file from " -"the Internet, or pass 'attach://' to upload a new one " -"using multipart/form-data under name. :ref:`More " -"information on Sending Files » `" -msgstr "" +#~ msgid "" +#~ "File to send. Pass a file_id to" +#~ " send a file that exists on the" +#~ " Telegram servers (recommended), pass an" +#~ " HTTP URL for Telegram to get a" +#~ " file from the Internet, or pass " +#~ "'attach://' to upload a new" +#~ " one using multipart/form-data under " +#~ " name. :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_audio.InputMediaAudio.thumb:1 of -msgid "" -"*Optional*. Thumbnail of the file sent; can be ignored if thumbnail " -"generation for the file is supported server-side. The thumbnail should be" -" in JPEG format and less than 200 kB in size. A thumbnail's width and " -"height should not exceed 320. Ignored if the file is not uploaded using " -"multipart/form-data. Thumbnails can't be reused and can be only uploaded " -"as a new file, so you can pass 'attach://' if the " -"thumbnail was uploaded using multipart/form-data under " -". :ref:`More information on Sending Files » `" -msgstr "" +#~ msgid "" +#~ "*Optional*. Thumbnail of the file sent;" +#~ " can be ignored if thumbnail " +#~ "generation for the file is supported " +#~ "server-side. The thumbnail should be " +#~ "in JPEG format and less than 200" +#~ " kB in size. A thumbnail's width " +#~ "and height should not exceed 320. " +#~ "Ignored if the file is not " +#~ "uploaded using multipart/form-data. Thumbnails" +#~ " can't be reused and can be " +#~ "only uploaded as a new file, so" +#~ " you can pass 'attach://' " +#~ "if the thumbnail was uploaded using " +#~ "multipart/form-data under . " +#~ ":ref:`More information on Sending Files " +#~ "» `" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_audio.InputMediaAudio.caption:1 of -msgid "" -"*Optional*. Caption of the audio to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" +#~ msgid "" +#~ "*Optional*. Caption of the audio to " +#~ "be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_audio.InputMediaAudio.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the audio caption. See " -"`formatting options `_ for more details." -msgstr "" +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the audio caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_audio.InputMediaAudio.caption_entities:1 of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_audio.InputMediaAudio.duration:1 -#: of -msgid "*Optional*. Duration of the audio in seconds" -msgstr "" +#~ msgid "*Optional*. Duration of the audio in seconds" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_audio.InputMediaAudio.performer:1 -#: of -msgid "*Optional*. Performer of the audio" -msgstr "" +#~ msgid "*Optional*. Performer of the audio" +#~ msgstr "" + +#~ msgid "*Optional*. Title of the audio" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_audio.InputMediaAudio.title:1 of -msgid "*Optional*. Title of the audio" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media_document.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media_document.po index 5ea2a3d9..d055807f 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media_document.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media_document.po @@ -8,83 +8,83 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_media_document.rst:3 msgid "InputMediaDocument" msgstr "" -#: aiogram.types.input_media_document.InputMediaDocument:1 of -msgid "Represents a general file to be sent." -msgstr "" +#~ msgid "Represents a general file to be sent." +#~ msgstr "" -#: aiogram.types.input_media_document.InputMediaDocument:3 of -msgid "Source: https://core.telegram.org/bots/api#inputmediadocument" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inputmediadocument" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_document.InputMediaDocument.type:1 -#: of -msgid "Type of the result, must be *document*" -msgstr "" +#~ msgid "Type of the result, must be *document*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_document.InputMediaDocument.media:1 of -msgid "" -"File to send. Pass a file_id to send a file that exists on the Telegram " -"servers (recommended), pass an HTTP URL for Telegram to get a file from " -"the Internet, or pass 'attach://' to upload a new one " -"using multipart/form-data under name. :ref:`More " -"information on Sending Files » `" -msgstr "" +#~ msgid "" +#~ "File to send. Pass a file_id to" +#~ " send a file that exists on the" +#~ " Telegram servers (recommended), pass an" +#~ " HTTP URL for Telegram to get a" +#~ " file from the Internet, or pass " +#~ "'attach://' to upload a new" +#~ " one using multipart/form-data under " +#~ " name. :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_document.InputMediaDocument.thumb:1 of -msgid "" -"*Optional*. Thumbnail of the file sent; can be ignored if thumbnail " -"generation for the file is supported server-side. The thumbnail should be" -" in JPEG format and less than 200 kB in size. A thumbnail's width and " -"height should not exceed 320. Ignored if the file is not uploaded using " -"multipart/form-data. Thumbnails can't be reused and can be only uploaded " -"as a new file, so you can pass 'attach://' if the " -"thumbnail was uploaded using multipart/form-data under " -". :ref:`More information on Sending Files » `" -msgstr "" +#~ msgid "" +#~ "*Optional*. Thumbnail of the file sent;" +#~ " can be ignored if thumbnail " +#~ "generation for the file is supported " +#~ "server-side. The thumbnail should be " +#~ "in JPEG format and less than 200" +#~ " kB in size. A thumbnail's width " +#~ "and height should not exceed 320. " +#~ "Ignored if the file is not " +#~ "uploaded using multipart/form-data. Thumbnails" +#~ " can't be reused and can be " +#~ "only uploaded as a new file, so" +#~ " you can pass 'attach://' " +#~ "if the thumbnail was uploaded using " +#~ "multipart/form-data under . " +#~ ":ref:`More information on Sending Files " +#~ "» `" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_document.InputMediaDocument.caption:1 of -msgid "" -"*Optional*. Caption of the document to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" +#~ msgid "" +#~ "*Optional*. Caption of the document to" +#~ " be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_document.InputMediaDocument.parse_mode:1 of -msgid "" -"*Optional*. Mode for parsing entities in the document caption. See " -"`formatting options `_ for more details." -msgstr "" +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the document caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_document.InputMediaDocument.caption_entities:1 of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Disables automatic server-side " +#~ "content type detection for files " +#~ "uploaded using multipart/form-data. Always " +#~ ":code:`True`, if the document is sent" +#~ " as part of an album." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_document.InputMediaDocument.disable_content_type_detection:1 -#: of -msgid "" -"*Optional*. Disables automatic server-side content type detection for " -"files uploaded using multipart/form-data. Always :code:`True`, if the " -"document is sent as part of an album." -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media_photo.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media_photo.po index 10a634e9..7ec320be 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media_photo.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media_photo.po @@ -8,64 +8,62 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_media_photo.rst:3 msgid "InputMediaPhoto" msgstr "" -#: aiogram.types.input_media_photo.InputMediaPhoto:1 of -msgid "Represents a photo to be sent." -msgstr "" +#~ msgid "Represents a photo to be sent." +#~ msgstr "" -#: aiogram.types.input_media_photo.InputMediaPhoto:3 of -msgid "Source: https://core.telegram.org/bots/api#inputmediaphoto" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inputmediaphoto" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_photo.InputMediaPhoto.type:1 of -msgid "Type of the result, must be *photo*" -msgstr "" +#~ msgid "Type of the result, must be *photo*" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_photo.InputMediaPhoto.media:1 of -msgid "" -"File to send. Pass a file_id to send a file that exists on the Telegram " -"servers (recommended), pass an HTTP URL for Telegram to get a file from " -"the Internet, or pass 'attach://' to upload a new one " -"using multipart/form-data under name. :ref:`More " -"information on Sending Files » `" -msgstr "" +#~ msgid "" +#~ "File to send. Pass a file_id to" +#~ " send a file that exists on the" +#~ " Telegram servers (recommended), pass an" +#~ " HTTP URL for Telegram to get a" +#~ " file from the Internet, or pass " +#~ "'attach://' to upload a new" +#~ " one using multipart/form-data under " +#~ " name. :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_photo.InputMediaPhoto.caption:1 of -msgid "" -"*Optional*. Caption of the photo to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" +#~ msgid "" +#~ "*Optional*. Caption of the photo to " +#~ "be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_photo.InputMediaPhoto.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the photo caption. See " -"`formatting options `_ for more details." -msgstr "" +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the photo caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_photo.InputMediaPhoto.caption_entities:1 of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if the " +#~ "photo needs to be covered with a" +#~ " spoiler animation" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_photo.InputMediaPhoto.has_spoiler:1 of -msgid "" -"*Optional*. Pass :code:`True` if the photo needs to be covered with a " -"spoiler animation" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media_video.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media_video.po index eef2e134..470295ff 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media_video.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_media_video.po @@ -8,97 +8,95 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_media_video.rst:3 msgid "InputMediaVideo" msgstr "" -#: aiogram.types.input_media_video.InputMediaVideo:1 of -msgid "Represents a video to be sent." -msgstr "" +#~ msgid "Represents a video to be sent." +#~ msgstr "" -#: aiogram.types.input_media_video.InputMediaVideo:3 of -msgid "Source: https://core.telegram.org/bots/api#inputmediavideo" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inputmediavideo" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_video.InputMediaVideo.type:1 of -msgid "Type of the result, must be *video*" -msgstr "" +#~ msgid "Type of the result, must be *video*" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_video.InputMediaVideo.media:1 of -msgid "" -"File to send. Pass a file_id to send a file that exists on the Telegram " -"servers (recommended), pass an HTTP URL for Telegram to get a file from " -"the Internet, or pass 'attach://' to upload a new one " -"using multipart/form-data under name. :ref:`More " -"information on Sending Files » `" -msgstr "" +#~ msgid "" +#~ "File to send. Pass a file_id to" +#~ " send a file that exists on the" +#~ " Telegram servers (recommended), pass an" +#~ " HTTP URL for Telegram to get a" +#~ " file from the Internet, or pass " +#~ "'attach://' to upload a new" +#~ " one using multipart/form-data under " +#~ " name. :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_video.InputMediaVideo.thumb:1 of -msgid "" -"*Optional*. Thumbnail of the file sent; can be ignored if thumbnail " -"generation for the file is supported server-side. The thumbnail should be" -" in JPEG format and less than 200 kB in size. A thumbnail's width and " -"height should not exceed 320. Ignored if the file is not uploaded using " -"multipart/form-data. Thumbnails can't be reused and can be only uploaded " -"as a new file, so you can pass 'attach://' if the " -"thumbnail was uploaded using multipart/form-data under " -". :ref:`More information on Sending Files » `" -msgstr "" +#~ msgid "" +#~ "*Optional*. Thumbnail of the file sent;" +#~ " can be ignored if thumbnail " +#~ "generation for the file is supported " +#~ "server-side. The thumbnail should be " +#~ "in JPEG format and less than 200" +#~ " kB in size. A thumbnail's width " +#~ "and height should not exceed 320. " +#~ "Ignored if the file is not " +#~ "uploaded using multipart/form-data. Thumbnails" +#~ " can't be reused and can be " +#~ "only uploaded as a new file, so" +#~ " you can pass 'attach://' " +#~ "if the thumbnail was uploaded using " +#~ "multipart/form-data under . " +#~ ":ref:`More information on Sending Files " +#~ "» `" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_video.InputMediaVideo.caption:1 of -msgid "" -"*Optional*. Caption of the video to be sent, 0-1024 characters after " -"entities parsing" -msgstr "" +#~ msgid "" +#~ "*Optional*. Caption of the video to " +#~ "be sent, 0-1024 characters after " +#~ "entities parsing" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_video.InputMediaVideo.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the video caption. See " -"`formatting options `_ for more details." -msgstr "" +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the video caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_video.InputMediaVideo.caption_entities:1 of -msgid "" -"*Optional*. List of special entities that appear in the caption, which " -"can be specified instead of *parse_mode*" -msgstr "" +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in the caption, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_video.InputMediaVideo.width:1 of -msgid "*Optional*. Video width" -msgstr "" +#~ msgid "*Optional*. Video width" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_video.InputMediaVideo.height:1 of -msgid "*Optional*. Video height" -msgstr "" +#~ msgid "*Optional*. Video height" +#~ msgstr "" -#: ../../docstring aiogram.types.input_media_video.InputMediaVideo.duration:1 -#: of -msgid "*Optional*. Video duration in seconds" -msgstr "" +#~ msgid "*Optional*. Video duration in seconds" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_video.InputMediaVideo.supports_streaming:1 of -msgid "" -"*Optional*. Pass :code:`True` if the uploaded video is suitable for " -"streaming" -msgstr "" +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if the " +#~ "uploaded video is suitable for streaming" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Pass :code:`True` if the " +#~ "video needs to be covered with a" +#~ " spoiler animation" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_media_video.InputMediaVideo.has_spoiler:1 of -msgid "" -"*Optional*. Pass :code:`True` if the video needs to be covered with a " -"spoiler animation" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_message_content.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_message_content.po index cb7a6f5f..c997ecde 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_message_content.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_message_content.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_message_content.rst:3 msgid "InputMessageContent" @@ -24,30 +24,148 @@ msgstr "" #: aiogram.types.input_message_content.InputMessageContent:1 of msgid "" "This object represents the content of a message to be sent as a result of" -" an inline query. Telegram clients currently support the following 5 " -"types:" +" an inline query." msgstr "" #: aiogram.types.input_message_content.InputMessageContent:3 of -msgid ":class:`aiogram.types.input_text_message_content.InputTextMessageContent`" -msgstr "" - -#: aiogram.types.input_message_content.InputMessageContent:4 of -msgid ":class:`aiogram.types.input_location_message_content.InputLocationMessageContent`" +msgid "Telegram clients currently support the following 4 types" msgstr "" #: aiogram.types.input_message_content.InputMessageContent:5 of -msgid ":class:`aiogram.types.input_venue_message_content.InputVenueMessageContent`" +msgid "https://core.telegram.org/bots/api#inputmessagecontent" msgstr "" -#: aiogram.types.input_message_content.InputMessageContent:6 of -msgid ":class:`aiogram.types.input_contact_message_content.InputContactMessageContent`" +#: aiogram.types.input_message_content.InputContactMessageContent:1 of +msgid "" +"Represents the content of a contact message to be sent as the result of " +"an inline query." msgstr "" -#: aiogram.types.input_message_content.InputMessageContent:7 of -msgid ":class:`aiogram.types.input_invoice_message_content.InputInvoiceMessageContent`" +#: aiogram.types.input_message_content.InputContactMessageContent:3 +#: aiogram.types.input_message_content.InputVenueMessageContent:3 of +msgid "" +"Note: This will only work in Telegram versions released after 9 April, " +"2016. Older clients will ignore them." msgstr "" -#: aiogram.types.input_message_content.InputMessageContent:9 of -msgid "Source: https://core.telegram.org/bots/api#inputmessagecontent" +#: aiogram.types.input_message_content.InputContactMessageContent:6 of +msgid "https://core.telegram.org/bots/api#inputcontactmessagecontent" msgstr "" + +#: ../../docstring +#: aiogram.types.input_message_content.InputContactMessageContent.first_name:1 +#: aiogram.types.input_message_content.InputContactMessageContent.last_name:1 +#: aiogram.types.input_message_content.InputContactMessageContent.phone_number:1 +#: aiogram.types.input_message_content.InputContactMessageContent.vcard:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.currency:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.description:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.is_flexible:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.max_tip_amount:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.need_email:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.need_name:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.need_phone_number:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.need_shipping_address:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.payload:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.photo_height:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.photo_size:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.photo_url:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.photo_width:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.provider_data:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.provider_token:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.send_email_to_provider:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.send_phone_number_to_provider:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.title:1 +#: aiogram.types.input_message_content.InputLocationMessageContent.heading:1 +#: aiogram.types.input_message_content.InputLocationMessageContent.horizontal_accuracy:1 +#: aiogram.types.input_message_content.InputLocationMessageContent.latitude:1 +#: aiogram.types.input_message_content.InputLocationMessageContent.live_period:1 +#: aiogram.types.input_message_content.InputLocationMessageContent.longitude:1 +#: aiogram.types.input_message_content.InputLocationMessageContent.proximity_alert_radius:1 +#: aiogram.types.input_message_content.InputTextMessageContent.disable_web_page_preview:1 +#: aiogram.types.input_message_content.InputTextMessageContent.entities:1 +#: aiogram.types.input_message_content.InputTextMessageContent.message_text:1 +#: aiogram.types.input_message_content.InputTextMessageContent.parse_mode:1 +#: aiogram.types.input_message_content.InputVenueMessageContent.address:1 +#: aiogram.types.input_message_content.InputVenueMessageContent.foursquare_id:1 +#: aiogram.types.input_message_content.InputVenueMessageContent.foursquare_type:1 +#: aiogram.types.input_message_content.InputVenueMessageContent.google_place_id:1 +#: aiogram.types.input_message_content.InputVenueMessageContent.google_place_type:1 +#: aiogram.types.input_message_content.InputVenueMessageContent.latitude:1 +#: aiogram.types.input_message_content.InputVenueMessageContent.longitude:1 +#: aiogram.types.input_message_content.InputVenueMessageContent.title:1 of +msgid "Simple field" +msgstr "" + +#: aiogram.types.input_message_content.InputInvoiceMessageContent:1 of +msgid "" +"Represents the content of an invoice message to be sent as the result of " +"an inline query." +msgstr "" + +#: aiogram.types.input_message_content.InputInvoiceMessageContent:4 of +msgid "https://core.telegram.org/bots/api#inputinvoicemessagecontent" +msgstr "" + +#: ../../docstring +#: aiogram.types.input_message_content.InputInvoiceMessageContent.prices:1 +#: aiogram.types.input_message_content.InputInvoiceMessageContent.suggested_tip_amounts:1 +#: of +msgid "The field contains a list of objects" +msgstr "" + +#: aiogram.types.input_message_content.InputLocationMessageContent:1 of +msgid "" +"Represents the content of a location message to be sent as the result of " +"an inline query." +msgstr "" + +#: aiogram.types.input_message_content.InputLocationMessageContent:3 of +msgid "https://core.telegram.org/bots/api#inputlocationmessagecontent" +msgstr "" + +#: aiogram.types.input_message_content.InputTextMessageContent:1 of +msgid "" +"Represents the content of a text message to be sent as the result of an " +"inline query." +msgstr "" + +#: aiogram.types.input_message_content.InputTextMessageContent:3 of +msgid "https://core.telegram.org/bots/api#inputtextmessagecontent" +msgstr "" + +#: aiogram.types.input_message_content.InputVenueMessageContent:1 of +msgid "" +"Represents the content of a venue message to be sent as the result of an " +"inline query." +msgstr "" + +#: aiogram.types.input_message_content.InputVenueMessageContent:6 of +msgid "https://core.telegram.org/bots/api#inputvenuemessagecontent" +msgstr "" + +#~ msgid "" +#~ "This object represents the content of" +#~ " a message to be sent as a " +#~ "result of an inline query. Telegram " +#~ "clients currently support the following " +#~ "5 types:" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.input_text_message_content.InputTextMessageContent`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.input_location_message_content.InputLocationMessageContent`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.input_venue_message_content.InputVenueMessageContent`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.input_contact_message_content.InputContactMessageContent`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.input_invoice_message_content.InputInvoiceMessageContent`" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#inputmessagecontent" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_text_message_content.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_text_message_content.po index 071e0c64..8c555016 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_text_message_content.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_text_message_content.po @@ -8,55 +8,45 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_text_message_content.rst:3 msgid "InputTextMessageContent" msgstr "" -#: aiogram.types.input_text_message_content.InputTextMessageContent:1 of -msgid "" -"Represents the `content " -"`_ of a text " -"message to be sent as the result of an inline query." -msgstr "" +#~ msgid "" +#~ "Represents the `content " +#~ "`_ of" +#~ " a text message to be sent as" +#~ " the result of an inline query." +#~ msgstr "" -#: aiogram.types.input_text_message_content.InputTextMessageContent:3 of -msgid "Source: https://core.telegram.org/bots/api#inputtextmessagecontent" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inputtextmessagecontent" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_text_message_content.InputTextMessageContent.message_text:1 -#: of -msgid "Text of the message to be sent, 1-4096 characters" -msgstr "" +#~ msgid "Text of the message to be sent, 1-4096 characters" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_text_message_content.InputTextMessageContent.parse_mode:1 -#: of -msgid "" -"*Optional*. Mode for parsing entities in the message text. See " -"`formatting options `_ for more details." -msgstr "" +#~ msgid "" +#~ "*Optional*. Mode for parsing entities in" +#~ " the message text. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_text_message_content.InputTextMessageContent.entities:1 -#: of -msgid "" -"*Optional*. List of special entities that appear in message text, which " -"can be specified instead of *parse_mode*" -msgstr "" +#~ msgid "" +#~ "*Optional*. List of special entities " +#~ "that appear in message text, which " +#~ "can be specified instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "*Optional*. Disables link previews for links in the sent message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_text_message_content.InputTextMessageContent.disable_web_page_preview:1 -#: of -msgid "*Optional*. Disables link previews for links in the sent message" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_venue_message_content.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_venue_message_content.po index 631d4d2b..68731422 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/input_venue_message_content.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/input_venue_message_content.po @@ -8,79 +8,58 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/input_venue_message_content.rst:3 msgid "InputVenueMessageContent" msgstr "" -#: aiogram.types.input_venue_message_content.InputVenueMessageContent:1 of -msgid "" -"Represents the `content " -"`_ of a venue " -"message to be sent as the result of an inline query." -msgstr "" +#~ msgid "" +#~ "Represents the `content " +#~ "`_ of" +#~ " a venue message to be sent as" +#~ " the result of an inline query." +#~ msgstr "" -#: aiogram.types.input_venue_message_content.InputVenueMessageContent:3 of -msgid "Source: https://core.telegram.org/bots/api#inputvenuemessagecontent" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#inputvenuemessagecontent" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_venue_message_content.InputVenueMessageContent.latitude:1 -#: of -msgid "Latitude of the venue in degrees" -msgstr "" +#~ msgid "Latitude of the venue in degrees" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_venue_message_content.InputVenueMessageContent.longitude:1 -#: of -msgid "Longitude of the venue in degrees" -msgstr "" +#~ msgid "Longitude of the venue in degrees" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_venue_message_content.InputVenueMessageContent.title:1 -#: of -msgid "Name of the venue" -msgstr "" +#~ msgid "Name of the venue" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_venue_message_content.InputVenueMessageContent.address:1 -#: of -msgid "Address of the venue" -msgstr "" +#~ msgid "Address of the venue" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_venue_message_content.InputVenueMessageContent.foursquare_id:1 -#: of -msgid "*Optional*. Foursquare identifier of the venue, if known" -msgstr "" +#~ msgid "*Optional*. Foursquare identifier of the venue, if known" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_venue_message_content.InputVenueMessageContent.foursquare_type:1 -#: of -msgid "" -"*Optional*. Foursquare type of the venue, if known. (For example, " -"'arts_entertainment/default', 'arts_entertainment/aquarium' or " -"'food/icecream'.)" -msgstr "" +#~ msgid "" +#~ "*Optional*. Foursquare type of the " +#~ "venue, if known. (For example, " +#~ "'arts_entertainment/default', 'arts_entertainment/aquarium' " +#~ "or 'food/icecream'.)" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_venue_message_content.InputVenueMessageContent.google_place_id:1 -#: of -msgid "*Optional*. Google Places identifier of the venue" -msgstr "" +#~ msgid "*Optional*. Google Places identifier of the venue" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Google Places type of the" +#~ " venue. (See `supported types " +#~ "`_.)" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.input_venue_message_content.InputVenueMessageContent.google_place_type:1 -#: of -msgid "" -"*Optional*. Google Places type of the venue. (See `supported types " -"`_.)" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/invoice.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/invoice.po index 85c30c9e..1a4a2629 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/invoice.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/invoice.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/invoice.rst:3 msgid "Invoice" @@ -26,35 +26,48 @@ msgid "This object contains basic information about an invoice." msgstr "" #: aiogram.types.invoice.Invoice:3 of -msgid "Source: https://core.telegram.org/bots/api#invoice" +msgid "https://core.telegram.org/bots/api#invoice" msgstr "" -#: ../../docstring aiogram.types.invoice.Invoice.title:1 of -msgid "Product name" +#: ../../docstring aiogram.types.invoice.Invoice.currency:1 +#: aiogram.types.invoice.Invoice.description:1 +#: aiogram.types.invoice.Invoice.start_parameter:1 +#: aiogram.types.invoice.Invoice.title:1 +#: aiogram.types.invoice.Invoice.total_amount:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.invoice.Invoice.description:1 of -msgid "Product description" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#invoice" +#~ msgstr "" -#: ../../docstring aiogram.types.invoice.Invoice.start_parameter:1 of -msgid "" -"Unique bot deep-linking parameter that can be used to generate this " -"invoice" -msgstr "" +#~ msgid "Product name" +#~ msgstr "" -#: ../../docstring aiogram.types.invoice.Invoice.currency:1 of -msgid "" -"Three-letter ISO 4217 `currency `_ code" -msgstr "" +#~ msgid "Product description" +#~ msgstr "" + +#~ msgid "" +#~ "Unique bot deep-linking parameter that" +#~ " can be used to generate this " +#~ "invoice" +#~ msgstr "" + +#~ msgid "" +#~ "Three-letter ISO 4217 `currency " +#~ "`_" +#~ " code" +#~ msgstr "" + +#~ msgid "" +#~ "Total price in the *smallest units* " +#~ "of the currency (integer, **not** " +#~ "float/double). For example, for a price" +#~ " of :code:`US$ 1.45` pass :code:`amount " +#~ "= 145`. See the *exp* parameter in" +#~ " `currencies.json " +#~ "`_, it" +#~ " shows the number of digits past " +#~ "the decimal point for each currency " +#~ "(2 for the majority of currencies)." +#~ msgstr "" -#: ../../docstring aiogram.types.invoice.Invoice.total_amount:1 of -msgid "" -"Total price in the *smallest units* of the currency (integer, **not** " -"float/double). For example, for a price of :code:`US$ 1.45` pass " -":code:`amount = 145`. See the *exp* parameter in `currencies.json " -"`_, it shows the" -" number of digits past the decimal point for each currency (2 for the " -"majority of currencies)." -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/keyboard_button.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/keyboard_button.po index 446d54f3..20122f24 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/keyboard_button.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/keyboard_button.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-12 00:22+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,93 +21,6 @@ msgstr "" msgid "KeyboardButton" msgstr "" -#: aiogram.types.keyboard_button.KeyboardButton:1 of -msgid "" -"This object represents one button of the reply keyboard. For simple text " -"buttons, *String* can be used instead of this object to specify the " -"button text. The optional fields *web_app*, *request_user*, " -"*request_chat*, *request_contact*, *request_location*, and *request_poll*" -" are mutually exclusive. **Note:** *request_contact* and " -"*request_location* options will only work in Telegram versions released " -"after 9 April, 2016. Older clients will display *unsupported message*." -msgstr "" - -#: aiogram.types.keyboard_button.KeyboardButton:4 of -msgid "" -"**Note:** *request_poll* option will only work in Telegram versions " -"released after 23 January, 2020. Older clients will display *unsupported " -"message*." -msgstr "" - -#: aiogram.types.keyboard_button.KeyboardButton:6 of -msgid "" -"**Note:** *web_app* option will only work in Telegram versions released " -"after 16 April, 2022. Older clients will display *unsupported message*." -msgstr "" - -#: aiogram.types.keyboard_button.KeyboardButton:8 of -msgid "" -"**Note:** *request_user* and *request_chat* options will only work in " -"Telegram versions released after 3 February, 2023. Older clients will " -"display *unsupported message*." -msgstr "" - -#: aiogram.types.keyboard_button.KeyboardButton:10 of -msgid "Source: https://core.telegram.org/bots/api#keyboardbutton" -msgstr "" - -#: ../../docstring aiogram.types.keyboard_button.KeyboardButton.text:1 of -msgid "" -"Text of the button. If none of the optional fields are used, it will be " -"sent as a message when the button is pressed" -msgstr "" - -#: ../../docstring aiogram.types.keyboard_button.KeyboardButton.request_user:1 -#: of -msgid "" -"*Optional.* If specified, pressing the button will open a list of " -"suitable users. Tapping on any user will send their identifier to the bot" -" in a 'user_shared' service message. Available in private chats only." -msgstr "" - -#: ../../docstring aiogram.types.keyboard_button.KeyboardButton.request_chat:1 -#: of -msgid "" -"*Optional.* If specified, pressing the button will open a list of " -"suitable chats. Tapping on a chat will send its identifier to the bot in " -"a 'chat_shared' service message. Available in private chats only." -msgstr "" - -#: ../../docstring -#: aiogram.types.keyboard_button.KeyboardButton.request_contact:1 of -msgid "" -"*Optional*. If :code:`True`, the user's phone number will be sent as a " -"contact when the button is pressed. Available in private chats only." -msgstr "" - -#: ../../docstring -#: aiogram.types.keyboard_button.KeyboardButton.request_location:1 of -msgid "" -"*Optional*. If :code:`True`, the user's current location will be sent " -"when the button is pressed. Available in private chats only." -msgstr "" - -#: ../../docstring aiogram.types.keyboard_button.KeyboardButton.request_poll:1 -#: of -msgid "" -"*Optional*. If specified, the user will be asked to create a poll and " -"send it to the bot when the button is pressed. Available in private chats" -" only." -msgstr "" - -#: ../../docstring aiogram.types.keyboard_button.KeyboardButton.web_app:1 of -msgid "" -"*Optional*. If specified, the described `Web App " -"`_ will be launched when the " -"button is pressed. The Web App will be able to send a 'web_app_data' " -"service message. Available in private chats only." -msgstr "" - #~ msgid "" #~ "This object represents one button of " #~ "the reply keyboard. For simple text " @@ -123,3 +36,101 @@ msgstr "" #~ "*unsupported message*." #~ msgstr "" +#~ msgid "" +#~ "This object represents one button of " +#~ "the reply keyboard. For simple text " +#~ "buttons, *String* can be used instead" +#~ " of this object to specify the " +#~ "button text. The optional fields " +#~ "*web_app*, *request_user*, *request_chat*, " +#~ "*request_contact*, *request_location*, and " +#~ "*request_poll* are mutually exclusive. " +#~ "**Note:** *request_contact* and *request_location*" +#~ " options will only work in Telegram" +#~ " versions released after 9 April, " +#~ "2016. Older clients will display " +#~ "*unsupported message*." +#~ msgstr "" + +#~ msgid "" +#~ "**Note:** *request_poll* option will only " +#~ "work in Telegram versions released after" +#~ " 23 January, 2020. Older clients will" +#~ " display *unsupported message*." +#~ msgstr "" + +#~ msgid "" +#~ "**Note:** *web_app* option will only " +#~ "work in Telegram versions released after" +#~ " 16 April, 2022. Older clients will" +#~ " display *unsupported message*." +#~ msgstr "" + +#~ msgid "" +#~ "**Note:** *request_user* and *request_chat* " +#~ "options will only work in Telegram " +#~ "versions released after 3 February, " +#~ "2023. Older clients will display " +#~ "*unsupported message*." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#keyboardbutton" +#~ msgstr "" + +#~ msgid "" +#~ "Text of the button. If none of " +#~ "the optional fields are used, it " +#~ "will be sent as a message when " +#~ "the button is pressed" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional.* If specified, pressing the " +#~ "button will open a list of " +#~ "suitable users. Tapping on any user " +#~ "will send their identifier to the " +#~ "bot in a 'user_shared' service message." +#~ " Available in private chats only." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional.* If specified, pressing the " +#~ "button will open a list of " +#~ "suitable chats. Tapping on a chat " +#~ "will send its identifier to the " +#~ "bot in a 'chat_shared' service message." +#~ " Available in private chats only." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. If :code:`True`, the user's " +#~ "phone number will be sent as a " +#~ "contact when the button is pressed. " +#~ "Available in private chats only." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. If :code:`True`, the user's " +#~ "current location will be sent when " +#~ "the button is pressed. Available in " +#~ "private chats only." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. If specified, the user will" +#~ " be asked to create a poll and" +#~ " send it to the bot when the" +#~ " button is pressed. Available in " +#~ "private chats only." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. If specified, the described " +#~ "`Web App `_ " +#~ "will be launched when the button " +#~ "is pressed. The Web App will be" +#~ " able to send a 'web_app_data' " +#~ "service message. Available in private " +#~ "chats only." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/keyboard_button_poll_type.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/keyboard_button_poll_type.po index 32adde2e..8519cba4 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/keyboard_button_poll_type.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/keyboard_button_poll_type.po @@ -8,34 +8,36 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/keyboard_button_poll_type.rst:3 msgid "KeyboardButtonPollType" msgstr "" -#: aiogram.types.keyboard_button_poll_type.KeyboardButtonPollType:1 of -msgid "" -"This object represents type of a poll, which is allowed to be created and" -" sent when the corresponding button is pressed." -msgstr "" +#~ msgid "" +#~ "This object represents type of a " +#~ "poll, which is allowed to be " +#~ "created and sent when the corresponding" +#~ " button is pressed." +#~ msgstr "" -#: aiogram.types.keyboard_button_poll_type.KeyboardButtonPollType:3 of -msgid "Source: https://core.telegram.org/bots/api#keyboardbuttonpolltype" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#keyboardbuttonpolltype" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. If *quiz* is passed, the " +#~ "user will be allowed to create " +#~ "only polls in the quiz mode. If" +#~ " *regular* is passed, only regular " +#~ "polls will be allowed. Otherwise, the" +#~ " user will be allowed to create " +#~ "a poll of any type." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.keyboard_button_poll_type.KeyboardButtonPollType.type:1 of -msgid "" -"*Optional*. If *quiz* is passed, the user will be allowed to create only " -"polls in the quiz mode. If *regular* is passed, only regular polls will " -"be allowed. Otherwise, the user will be allowed to create a poll of any " -"type." -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/keyboard_button_request_chat.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/keyboard_button_request_chat.po index 392f3b2e..02262990 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/keyboard_button_request_chat.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/keyboard_button_request_chat.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-12 00:22+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,85 +21,76 @@ msgstr "" msgid "KeyboardButtonRequestChat" msgstr "" -#: aiogram.types.keyboard_button_request_chat.KeyboardButtonRequestChat:1 of -msgid "" -"This object defines the criteria used to request a suitable chat. The " -"identifier of the selected chat will be shared with the bot when the " -"corresponding button is pressed." -msgstr "" +#~ msgid "" +#~ "This object defines the criteria used" +#~ " to request a suitable chat. The " +#~ "identifier of the selected chat will " +#~ "be shared with the bot when the" +#~ " corresponding button is pressed." +#~ msgstr "" -#: aiogram.types.keyboard_button_request_chat.KeyboardButtonRequestChat:3 of -msgid "Source: https://core.telegram.org/bots/api#keyboardbuttonrequestchat" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#keyboardbuttonrequestchat" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.keyboard_button_request_chat.KeyboardButtonRequestChat.request_id:1 -#: of -msgid "" -"Signed 32-bit identifier of the request, which will be received back in " -"the :class:`aiogram.types.chat_shared.ChatShared` object. Must be unique " -"within the message" -msgstr "" +#~ msgid "" +#~ "Signed 32-bit identifier of the request," +#~ " which will be received back in " +#~ "the :class:`aiogram.types.chat_shared.ChatShared` object." +#~ " Must be unique within the message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.keyboard_button_request_chat.KeyboardButtonRequestChat.chat_is_channel:1 -#: of -msgid "" -"Pass :code:`True` to request a channel chat, pass :code:`False` to " -"request a group or a supergroup chat." -msgstr "" +#~ msgid "" +#~ "Pass :code:`True` to request a channel" +#~ " chat, pass :code:`False` to request " +#~ "a group or a supergroup chat." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.keyboard_button_request_chat.KeyboardButtonRequestChat.chat_is_forum:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` to request a forum supergroup, pass " -":code:`False` to request a non-forum chat. If not specified, no " -"additional restrictions are applied." -msgstr "" +#~ msgid "" +#~ "*Optional*. Pass :code:`True` to request " +#~ "a forum supergroup, pass :code:`False` " +#~ "to request a non-forum chat. If" +#~ " not specified, no additional restrictions" +#~ " are applied." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.keyboard_button_request_chat.KeyboardButtonRequestChat.chat_has_username:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` to request a supergroup or a channel with a" -" username, pass :code:`False` to request a chat without a username. If " -"not specified, no additional restrictions are applied." -msgstr "" +#~ msgid "" +#~ "*Optional*. Pass :code:`True` to request " +#~ "a supergroup or a channel with a" +#~ " username, pass :code:`False` to request" +#~ " a chat without a username. If " +#~ "not specified, no additional restrictions " +#~ "are applied." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.keyboard_button_request_chat.KeyboardButtonRequestChat.chat_is_created:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` to request a chat owned by the user. " -"Otherwise, no additional restrictions are applied." -msgstr "" +#~ msgid "" +#~ "*Optional*. Pass :code:`True` to request " +#~ "a chat owned by the user. " +#~ "Otherwise, no additional restrictions are " +#~ "applied." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.keyboard_button_request_chat.KeyboardButtonRequestChat.user_administrator_rights:1 -#: of -msgid "" -"*Optional*. A JSON-serialized object listing the required administrator " -"rights of the user in the chat. The rights must be a superset of " -"*bot_administrator_rights*. If not specified, no additional restrictions " -"are applied." -msgstr "" +#~ msgid "" +#~ "*Optional*. A JSON-serialized object " +#~ "listing the required administrator rights " +#~ "of the user in the chat. The " +#~ "rights must be a superset of " +#~ "*bot_administrator_rights*. If not specified, " +#~ "no additional restrictions are applied." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.keyboard_button_request_chat.KeyboardButtonRequestChat.bot_administrator_rights:1 -#: of -msgid "" -"*Optional*. A JSON-serialized object listing the required administrator " -"rights of the bot in the chat. The rights must be a subset of " -"*user_administrator_rights*. If not specified, no additional restrictions" -" are applied." -msgstr "" +#~ msgid "" +#~ "*Optional*. A JSON-serialized object " +#~ "listing the required administrator rights " +#~ "of the bot in the chat. The " +#~ "rights must be a subset of " +#~ "*user_administrator_rights*. If not specified, " +#~ "no additional restrictions are applied." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.keyboard_button_request_chat.KeyboardButtonRequestChat.bot_is_member:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` to request a chat with the bot as a member." -" Otherwise, no additional restrictions are applied." -msgstr "" +#~ msgid "" +#~ "*Optional*. Pass :code:`True` to request " +#~ "a chat with the bot as a " +#~ "member. Otherwise, no additional restrictions" +#~ " are applied." +#~ msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/keyboard_button_request_user.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/keyboard_button_request_user.po index a6b317ec..b6622992 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/keyboard_button_request_user.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/keyboard_button_request_user.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-12 00:22+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,41 +21,36 @@ msgstr "" msgid "KeyboardButtonRequestUser" msgstr "" -#: aiogram.types.keyboard_button_request_user.KeyboardButtonRequestUser:1 of -msgid "" -"This object defines the criteria used to request a suitable user. The " -"identifier of the selected user will be shared with the bot when the " -"corresponding button is pressed." -msgstr "" +#~ msgid "" +#~ "This object defines the criteria used" +#~ " to request a suitable user. The " +#~ "identifier of the selected user will " +#~ "be shared with the bot when the" +#~ " corresponding button is pressed." +#~ msgstr "" -#: aiogram.types.keyboard_button_request_user.KeyboardButtonRequestUser:3 of -msgid "Source: https://core.telegram.org/bots/api#keyboardbuttonrequestuser" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#keyboardbuttonrequestuser" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.keyboard_button_request_user.KeyboardButtonRequestUser.request_id:1 -#: of -msgid "" -"Signed 32-bit identifier of the request, which will be received back in " -"the :class:`aiogram.types.user_shared.UserShared` object. Must be unique " -"within the message" -msgstr "" +#~ msgid "" +#~ "Signed 32-bit identifier of the request," +#~ " which will be received back in " +#~ "the :class:`aiogram.types.user_shared.UserShared` object." +#~ " Must be unique within the message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.keyboard_button_request_user.KeyboardButtonRequestUser.user_is_bot:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` to request a bot, pass :code:`False` to " -"request a regular user. If not specified, no additional restrictions are " -"applied." -msgstr "" +#~ msgid "" +#~ "*Optional*. Pass :code:`True` to request " +#~ "a bot, pass :code:`False` to request " +#~ "a regular user. If not specified, " +#~ "no additional restrictions are applied." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.keyboard_button_request_user.KeyboardButtonRequestUser.user_is_premium:1 -#: of -msgid "" -"*Optional*. Pass :code:`True` to request a premium user, pass " -":code:`False` to request a non-premium user. If not specified, no " -"additional restrictions are applied." -msgstr "" +#~ msgid "" +#~ "*Optional*. Pass :code:`True` to request " +#~ "a premium user, pass :code:`False` to" +#~ " request a non-premium user. If " +#~ "not specified, no additional restrictions " +#~ "are applied." +#~ msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/labeled_price.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/labeled_price.po index 6b3f1406..4b03d74e 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/labeled_price.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/labeled_price.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/labeled_price.rst:3 msgid "LabeledPrice" @@ -26,21 +26,31 @@ msgid "This object represents a portion of the price for goods or services." msgstr "" #: aiogram.types.labeled_price.LabeledPrice:3 of -msgid "Source: https://core.telegram.org/bots/api#labeledprice" +msgid "https://core.telegram.org/bots/api#labeledprice" msgstr "" -#: ../../docstring aiogram.types.labeled_price.LabeledPrice.label:1 of -msgid "Portion label" +#: ../../docstring aiogram.types.labeled_price.LabeledPrice.amount:1 +#: aiogram.types.labeled_price.LabeledPrice.label:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.labeled_price.LabeledPrice.amount:1 of -msgid "" -"Price of the product in the *smallest units* of the `currency " -"`_ " -"(integer, **not** float/double). For example, for a price of :code:`US$ " -"1.45` pass :code:`amount = 145`. See the *exp* parameter in " -"`currencies.json " -"`_, it shows the" -" number of digits past the decimal point for each currency (2 for the " -"majority of currencies)." -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#labeledprice" +#~ msgstr "" + +#~ msgid "Portion label" +#~ msgstr "" + +#~ msgid "" +#~ "Price of the product in the " +#~ "*smallest units* of the `currency " +#~ "`_" +#~ " (integer, **not** float/double). For " +#~ "example, for a price of :code:`US$ " +#~ "1.45` pass :code:`amount = 145`. See " +#~ "the *exp* parameter in `currencies.json " +#~ "`_, it" +#~ " shows the number of digits past " +#~ "the decimal point for each currency " +#~ "(2 for the majority of currencies)." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/location.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/location.po index c3826725..4ebd5b1d 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/location.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/location.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/location.rst:3 msgid "Location" @@ -26,37 +26,50 @@ msgid "This object represents a point on the map." msgstr "" #: aiogram.types.location.Location:3 of -msgid "Source: https://core.telegram.org/bots/api#location" +msgid "https://core.telegram.org/bots/api#location" msgstr "" -#: ../../docstring aiogram.types.location.Location.longitude:1 of -msgid "Longitude as defined by sender" +#: ../../docstring aiogram.types.location.Location.heading:1 +#: aiogram.types.location.Location.horizontal_accuracy:1 +#: aiogram.types.location.Location.latitude:1 +#: aiogram.types.location.Location.live_period:1 +#: aiogram.types.location.Location.longitude:1 +#: aiogram.types.location.Location.proximity_alert_radius:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.location.Location.latitude:1 of -msgid "Latitude as defined by sender" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#location" +#~ msgstr "" -#: ../../docstring aiogram.types.location.Location.horizontal_accuracy:1 of -msgid "" -"*Optional*. The radius of uncertainty for the location, measured in " -"meters; 0-1500" -msgstr "" +#~ msgid "Longitude as defined by sender" +#~ msgstr "" -#: ../../docstring aiogram.types.location.Location.live_period:1 of -msgid "" -"*Optional*. Time relative to the message sending date, during which the " -"location can be updated; in seconds. For active live locations only." -msgstr "" +#~ msgid "Latitude as defined by sender" +#~ msgstr "" -#: ../../docstring aiogram.types.location.Location.heading:1 of -msgid "" -"*Optional*. The direction in which user is moving, in degrees; 1-360. For" -" active live locations only." -msgstr "" +#~ msgid "" +#~ "*Optional*. The radius of uncertainty " +#~ "for the location, measured in meters;" +#~ " 0-1500" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Time relative to the message" +#~ " sending date, during which the " +#~ "location can be updated; in seconds. " +#~ "For active live locations only." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The direction in which user" +#~ " is moving, in degrees; 1-360. For" +#~ " active live locations only." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The maximum distance for " +#~ "proximity alerts about approaching another " +#~ "chat member, in meters. For sent " +#~ "live locations only." +#~ msgstr "" -#: ../../docstring aiogram.types.location.Location.proximity_alert_radius:1 of -msgid "" -"*Optional*. The maximum distance for proximity alerts about approaching " -"another chat member, in meters. For sent live locations only." -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/login_url.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/login_url.po index 1aca7150..62ae736a 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/login_url.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/login_url.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/login_url.rst:3 msgid "LoginUrl" @@ -25,48 +25,79 @@ msgstr "" msgid "" "This object represents a parameter of the inline keyboard button used to " "automatically authorize a user. Serves as a great replacement for the " -"`Telegram Login Widget `_ when " -"the user is coming from Telegram. All the user needs to do is tap/click a" -" button and confirm that they want to log in: Telegram apps support these" -" buttons as of `version 5.7 `_." +"Telegram Login Widget when the user is coming from Telegram. All the user" +" needs to do is tap/click a button and confirm that they want to log in." msgstr "" -#: aiogram.types.login_url.LoginUrl:4 of -msgid "Sample bot: `@discussbot `_" +#: aiogram.types.login_url.LoginUrl:5 of +msgid "https://core.telegram.org/bots/api#loginurl" msgstr "" -#: aiogram.types.login_url.LoginUrl:6 of -msgid "Source: https://core.telegram.org/bots/api#loginurl" +#: ../../docstring aiogram.types.login_url.LoginUrl.bot_username:1 +#: aiogram.types.login_url.LoginUrl.forward_text:1 +#: aiogram.types.login_url.LoginUrl.request_write_access:1 +#: aiogram.types.login_url.LoginUrl.url:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.login_url.LoginUrl.url:1 of -msgid "" -"An HTTPS URL to be opened with user authorization data added to the query" -" string when the button is pressed. If the user refuses to provide " -"authorization data, the original URL without information about the user " -"will be opened. The data added is the same as described in `Receiving " -"authorization data `_." -msgstr "" +#~ msgid "" +#~ "This object represents a parameter of" +#~ " the inline keyboard button used to" +#~ " automatically authorize a user. Serves " +#~ "as a great replacement for the " +#~ "`Telegram Login Widget " +#~ "`_ when the " +#~ "user is coming from Telegram. All " +#~ "the user needs to do is tap/click" +#~ " a button and confirm that they " +#~ "want to log in: Telegram apps " +#~ "support these buttons as of `version " +#~ "5.7 `_." +#~ msgstr "" -#: ../../docstring aiogram.types.login_url.LoginUrl.forward_text:1 of -msgid "*Optional*. New text of the button in forwarded messages." -msgstr "" +#~ msgid "Sample bot: `@discussbot `_" +#~ msgstr "" -#: ../../docstring aiogram.types.login_url.LoginUrl.bot_username:1 of -msgid "" -"*Optional*. Username of a bot, which will be used for user authorization." -" See `Setting up a bot `_ for more details. If not specified, the current bot's " -"username will be assumed. The *url*'s domain must be the same as the " -"domain linked with the bot. See `Linking your domain to the bot " -"`_ for more details." -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#loginurl" +#~ msgstr "" + +#~ msgid "" +#~ "An HTTPS URL to be opened with " +#~ "user authorization data added to the " +#~ "query string when the button is " +#~ "pressed. If the user refuses to " +#~ "provide authorization data, the original " +#~ "URL without information about the user" +#~ " will be opened. The data added " +#~ "is the same as described in " +#~ "`Receiving authorization data " +#~ "`_." +#~ msgstr "" + +#~ msgid "*Optional*. New text of the button in forwarded messages." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Username of a bot, which " +#~ "will be used for user authorization. " +#~ "See `Setting up a bot " +#~ "`_ " +#~ "for more details. If not specified, " +#~ "the current bot's username will be " +#~ "assumed. The *url*'s domain must be " +#~ "the same as the domain linked with" +#~ " the bot. See `Linking your domain" +#~ " to the bot " +#~ "`_ for more " +#~ "details." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Pass :code:`True` to request " +#~ "the permission for your bot to " +#~ "send messages to the user." +#~ msgstr "" -#: ../../docstring aiogram.types.login_url.LoginUrl.request_write_access:1 of -msgid "" -"*Optional*. Pass :code:`True` to request the permission for your bot to " -"send messages to the user." -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/mask_position.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/mask_position.po index 5ab98120..08cae36a 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/mask_position.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/mask_position.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/mask_position.rst:3 msgid "MaskPosition" @@ -28,29 +28,43 @@ msgid "" msgstr "" #: aiogram.types.mask_position.MaskPosition:3 of -msgid "Source: https://core.telegram.org/bots/api#maskposition" +msgid "https://core.telegram.org/bots/api#maskposition" msgstr "" -#: ../../docstring aiogram.types.mask_position.MaskPosition.point:1 of -msgid "" -"The part of the face relative to which the mask should be placed. One of " -"'forehead', 'eyes', 'mouth', or 'chin'." +#: ../../docstring aiogram.types.mask_position.MaskPosition.point:1 +#: aiogram.types.mask_position.MaskPosition.scale:1 +#: aiogram.types.mask_position.MaskPosition.x_shift:1 +#: aiogram.types.mask_position.MaskPosition.y_shift:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.mask_position.MaskPosition.x_shift:1 of -msgid "" -"Shift by X-axis measured in widths of the mask scaled to the face size, " -"from left to right. For example, choosing -1.0 will place mask just to " -"the left of the default mask position." -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#maskposition" +#~ msgstr "" -#: ../../docstring aiogram.types.mask_position.MaskPosition.y_shift:1 of -msgid "" -"Shift by Y-axis measured in heights of the mask scaled to the face size, " -"from top to bottom. For example, 1.0 will place the mask just below the " -"default mask position." -msgstr "" +#~ msgid "" +#~ "The part of the face relative to" +#~ " which the mask should be placed. " +#~ "One of 'forehead', 'eyes', 'mouth', or" +#~ " 'chin'." +#~ msgstr "" + +#~ msgid "" +#~ "Shift by X-axis measured in widths " +#~ "of the mask scaled to the face " +#~ "size, from left to right. For " +#~ "example, choosing -1.0 will place mask" +#~ " just to the left of the " +#~ "default mask position." +#~ msgstr "" + +#~ msgid "" +#~ "Shift by Y-axis measured in heights " +#~ "of the mask scaled to the face " +#~ "size, from top to bottom. For " +#~ "example, 1.0 will place the mask " +#~ "just below the default mask position." +#~ msgstr "" + +#~ msgid "Mask scaling coefficient. For example, 2.0 means double size." +#~ msgstr "" -#: ../../docstring aiogram.types.mask_position.MaskPosition.scale:1 of -msgid "Mask scaling coefficient. For example, 2.0 means double size." -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/menu_button.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/menu_button.po index ad862f22..60364975 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/menu_button.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/menu_button.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/menu_button.rst:3 msgid "MenuButton" @@ -28,45 +28,95 @@ msgid "" msgstr "" #: aiogram.types.menu_button.MenuButton:3 of -msgid ":class:`aiogram.types.menu_button_commands.MenuButtonCommands`" +msgid "MenuButtonCommands" msgstr "" #: aiogram.types.menu_button.MenuButton:4 of -msgid ":class:`aiogram.types.menu_button_web_app.MenuButtonWebApp`" +msgid "MenuButtonWebApp" msgstr "" #: aiogram.types.menu_button.MenuButton:5 of -msgid ":class:`aiogram.types.menu_button_default.MenuButtonDefault`" +msgid "MenuButtonDefault" msgstr "" #: aiogram.types.menu_button.MenuButton:7 of msgid "" -"If a menu button other than " -":class:`aiogram.types.menu_button_default.MenuButtonDefault` is set for a" -" private chat, then it is applied in the chat. Otherwise the default menu" -" button is applied. By default, the menu button opens the list of bot " -"commands." +"If a menu button other than MenuButtonDefault is set for a private chat, " +"then it is applied in the chat. Otherwise the default menu button is " +"applied. By default, the menu button opens the list of bot commands." msgstr "" -#: aiogram.types.menu_button.MenuButton:9 of -msgid "Source: https://core.telegram.org/bots/api#menubutton" +#: ../../docstring aiogram.types.menu_button.MenuButton.type:1 +#: aiogram.types.menu_button.MenuButtonCommands.type:1 +#: aiogram.types.menu_button.MenuButtonDefault.type:1 +#: aiogram.types.menu_button.MenuButtonWebApp.text:1 +#: aiogram.types.menu_button.MenuButtonWebApp.type:1 +#: aiogram.types.menu_button.MenuButtonWebApp.web_app:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.menu_button.MenuButton.type:1 of -msgid "Type of the button" +#: aiogram.types.menu_button.MenuButtonCommands:1 of +msgid "Represents a menu button, which opens the bot's list of commands." msgstr "" -#: ../../docstring aiogram.types.menu_button.MenuButton.text:1 of -msgid "*Optional*. Text on the button" +#: aiogram.types.menu_button.MenuButtonCommands:3 of +msgid "Source: https://core.telegram.org/bots/api#menubuttoncommands" msgstr "" -#: ../../docstring aiogram.types.menu_button.MenuButton.web_app:1 of -msgid "" -"*Optional*. Description of the Web App that will be launched when the " -"user presses the button. The Web App will be able to send an arbitrary " -"message on behalf of the user using the method " -":class:`aiogram.methods.answer_web_app_query.AnswerWebAppQuery`." +#: aiogram.types.menu_button.MenuButtonWebApp:1 of +msgid "Represents a menu button, which launches a Web App." +msgstr "" + +#: aiogram.types.menu_button.MenuButtonWebApp:3 of +msgid "Source: https://core.telegram.org/bots/api#menubuttonwebapp" +msgstr "" + +#: aiogram.types.menu_button.MenuButtonDefault:1 of +msgid "Describes that no specific value for the menu button was set." +msgstr "" + +#: aiogram.types.menu_button.MenuButtonDefault:3 of +msgid "Source: https://core.telegram.org/bots/api#menubuttondefault" msgstr "" #~ msgid "..." #~ msgstr "" + +#~ msgid ":class:`aiogram.types.menu_button_commands.MenuButtonCommands`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.menu_button_web_app.MenuButtonWebApp`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.menu_button_default.MenuButtonDefault`" +#~ msgstr "" + +#~ msgid "" +#~ "If a menu button other than " +#~ ":class:`aiogram.types.menu_button_default.MenuButtonDefault` is" +#~ " set for a private chat, then " +#~ "it is applied in the chat. " +#~ "Otherwise the default menu button is " +#~ "applied. By default, the menu button " +#~ "opens the list of bot commands." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#menubutton" +#~ msgstr "" + +#~ msgid "Type of the button" +#~ msgstr "" + +#~ msgid "*Optional*. Text on the button" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Description of the Web App" +#~ " that will be launched when the " +#~ "user presses the button. The Web " +#~ "App will be able to send an " +#~ "arbitrary message on behalf of the " +#~ "user using the method " +#~ ":class:`aiogram.methods.answer_web_app_query.AnswerWebAppQuery`." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/menu_button_commands.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/menu_button_commands.po index 6e0e12cc..f0f0d329 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/menu_button_commands.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/menu_button_commands.po @@ -8,28 +8,25 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/menu_button_commands.rst:3 msgid "MenuButtonCommands" msgstr "" -#: aiogram.types.menu_button_commands.MenuButtonCommands:1 of -msgid "Represents a menu button, which opens the bot's list of commands." -msgstr "" +#~ msgid "Represents a menu button, which opens the bot's list of commands." +#~ msgstr "" -#: aiogram.types.menu_button_commands.MenuButtonCommands:3 of -msgid "Source: https://core.telegram.org/bots/api#menubuttoncommands" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#menubuttoncommands" +#~ msgstr "" + +#~ msgid "Type of the button, must be *commands*" +#~ msgstr "" -#: ../../docstring aiogram.types.menu_button_commands.MenuButtonCommands.type:1 -#: of -msgid "Type of the button, must be *commands*" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/menu_button_default.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/menu_button_default.po index 93e8b337..0a96afbd 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/menu_button_default.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/menu_button_default.po @@ -8,28 +8,25 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/menu_button_default.rst:3 msgid "MenuButtonDefault" msgstr "" -#: aiogram.types.menu_button_default.MenuButtonDefault:1 of -msgid "Describes that no specific value for the menu button was set." -msgstr "" +#~ msgid "Describes that no specific value for the menu button was set." +#~ msgstr "" -#: aiogram.types.menu_button_default.MenuButtonDefault:3 of -msgid "Source: https://core.telegram.org/bots/api#menubuttondefault" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#menubuttondefault" +#~ msgstr "" + +#~ msgid "Type of the button, must be *default*" +#~ msgstr "" -#: ../../docstring aiogram.types.menu_button_default.MenuButtonDefault.type:1 -#: of -msgid "Type of the button, must be *default*" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/menu_button_web_app.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/menu_button_web_app.po index 21b08c57..93353af0 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/menu_button_web_app.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/menu_button_web_app.po @@ -8,42 +8,41 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/menu_button_web_app.rst:3 msgid "MenuButtonWebApp" msgstr "" -#: aiogram.types.menu_button_web_app.MenuButtonWebApp:1 of -msgid "" -"Represents a menu button, which launches a `Web App " -"`_." -msgstr "" +#~ msgid "" +#~ "Represents a menu button, which launches" +#~ " a `Web App " +#~ "`_." +#~ msgstr "" -#: aiogram.types.menu_button_web_app.MenuButtonWebApp:3 of -msgid "Source: https://core.telegram.org/bots/api#menubuttonwebapp" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#menubuttonwebapp" +#~ msgstr "" -#: ../../docstring aiogram.types.menu_button_web_app.MenuButtonWebApp.type:1 of -msgid "Type of the button, must be *web_app*" -msgstr "" +#~ msgid "Type of the button, must be *web_app*" +#~ msgstr "" -#: ../../docstring aiogram.types.menu_button_web_app.MenuButtonWebApp.text:1 of -msgid "Text on the button" -msgstr "" +#~ msgid "Text on the button" +#~ msgstr "" + +#~ msgid "" +#~ "Description of the Web App that " +#~ "will be launched when the user " +#~ "presses the button. The Web App " +#~ "will be able to send an arbitrary" +#~ " message on behalf of the user " +#~ "using the method " +#~ ":class:`aiogram.methods.answer_web_app_query.AnswerWebAppQuery`." +#~ msgstr "" -#: ../../docstring aiogram.types.menu_button_web_app.MenuButtonWebApp.web_app:1 -#: of -msgid "" -"Description of the Web App that will be launched when the user presses " -"the button. The Web App will be able to send an arbitrary message on " -"behalf of the user using the method " -":class:`aiogram.methods.answer_web_app_query.AnswerWebAppQuery`." -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/message.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/message.po index 416cf8e9..93575dc8 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/message.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/message.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-12 00:22+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,524 +26,112 @@ msgid "This object represents a message." msgstr "" #: aiogram.types.message.Message:3 of -msgid "Source: https://core.telegram.org/bots/api#message" +msgid "https://core.telegram.org/bots/api#message" msgstr "" -#: ../../docstring aiogram.types.message.Message.message_id:1 of -msgid "Unique message identifier inside this chat" +#: ../../docstring aiogram.types.message.Message.animation:1 +#: aiogram.types.message.Message.audio:1 +#: aiogram.types.message.Message.author_signature:1 +#: aiogram.types.message.Message.caption:1 +#: aiogram.types.message.Message.channel_chat_created:1 +#: aiogram.types.message.Message.chat:1 +#: aiogram.types.message.Message.chat_shared:1 +#: aiogram.types.message.Message.connected_website:1 +#: aiogram.types.message.Message.contact:1 +#: aiogram.types.message.Message.delete_chat_photo:1 +#: aiogram.types.message.Message.dice:1 +#: aiogram.types.message.Message.document:1 +#: aiogram.types.message.Message.forum_topic_closed:1 +#: aiogram.types.message.Message.forum_topic_created:1 +#: aiogram.types.message.Message.forum_topic_edited:1 +#: aiogram.types.message.Message.forum_topic_reopened:1 +#: aiogram.types.message.Message.forward_from:1 +#: aiogram.types.message.Message.forward_from_chat:1 +#: aiogram.types.message.Message.forward_from_message_id:1 +#: aiogram.types.message.Message.forward_sender_name:1 +#: aiogram.types.message.Message.forward_signature:1 +#: aiogram.types.message.Message.from_user:1 +#: aiogram.types.message.Message.game:1 +#: aiogram.types.message.Message.general_forum_topic_hidden:1 +#: aiogram.types.message.Message.general_forum_topic_unhidden:1 +#: aiogram.types.message.Message.group_chat_created:1 +#: aiogram.types.message.Message.has_media_spoiler:1 +#: aiogram.types.message.Message.has_protected_content:1 +#: aiogram.types.message.Message.invoice:1 +#: aiogram.types.message.Message.is_automatic_forward:1 +#: aiogram.types.message.Message.is_topic_message:1 +#: aiogram.types.message.Message.left_chat_member:1 +#: aiogram.types.message.Message.location:1 +#: aiogram.types.message.Message.media_group_id:1 +#: aiogram.types.message.Message.message_auto_delete_timer_changed:1 +#: aiogram.types.message.Message.message_id:1 +#: aiogram.types.message.Message.message_thread_id:1 +#: aiogram.types.message.Message.migrate_from_chat_id:1 +#: aiogram.types.message.Message.migrate_to_chat_id:1 +#: aiogram.types.message.Message.new_chat_title:1 +#: aiogram.types.message.Message.passport_data:1 +#: aiogram.types.message.Message.pinned_message:1 +#: aiogram.types.message.Message.poll:1 +#: aiogram.types.message.Message.proximity_alert_triggered:1 +#: aiogram.types.message.Message.reply_markup:1 +#: aiogram.types.message.Message.reply_to_message:1 +#: aiogram.types.message.Message.sender_chat:1 +#: aiogram.types.message.Message.sticker:1 +#: aiogram.types.message.Message.successful_payment:1 +#: aiogram.types.message.Message.supergroup_chat_created:1 +#: aiogram.types.message.Message.text:1 +#: aiogram.types.message.Message.user_shared:1 +#: aiogram.types.message.Message.venue:1 +#: aiogram.types.message.Message.via_bot:1 +#: aiogram.types.message.Message.video:1 +#: aiogram.types.message.Message.video_chat_ended:1 +#: aiogram.types.message.Message.video_chat_participants_invited:1 +#: aiogram.types.message.Message.video_chat_scheduled:1 +#: aiogram.types.message.Message.video_chat_started:1 +#: aiogram.types.message.Message.video_note:1 +#: aiogram.types.message.Message.voice:1 +#: aiogram.types.message.Message.voice_chat_ended:1 +#: aiogram.types.message.Message.voice_chat_participants_invited:1 +#: aiogram.types.message.Message.voice_chat_scheduled:1 +#: aiogram.types.message.Message.voice_chat_started:1 +#: aiogram.types.message.Message.web_app_data:1 +#: aiogram.types.message.Message.write_access_allowed:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.message.Message.date:1 of -msgid "Date the message was sent in Unix time" +#: ../../docstring aiogram.types.message.Message.date:1 +#: aiogram.types.message.Message.edit_date:1 +#: aiogram.types.message.Message.forward_date:1 of +msgid "In this field stored datetime" msgstr "" -#: ../../docstring aiogram.types.message.Message.chat:1 of -msgid "Conversation the message belongs to" +#: ../../docstring aiogram.types.message.Message.date:3 +#: aiogram.types.message.Message.edit_date:3 +#: aiogram.types.message.Message.forward_date:3 of +msgid "in: unixtime out: datetime" msgstr "" -#: ../../docstring aiogram.types.message.Message.message_thread_id:1 of +#: ../../docstring aiogram.types.message.Message.caption_entities:1 +#: aiogram.types.message.Message.entities:1 +#: aiogram.types.message.Message.new_chat_members:1 +#: aiogram.types.message.Message.new_chat_photo:1 +#: aiogram.types.message.Message.photo:1 of +msgid "The field contains a list of objects" +msgstr "" + +#: aiogram.types.message.Message.is_forward:1 of msgid "" -"*Optional*. Unique identifier of a message thread to which the message " -"belongs; for supergroups only" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.from_user:1 of -msgid "" -"*Optional*. Sender of the message; empty for messages sent to channels. " -"For backward compatibility, the field contains a fake sender user in non-" -"channel chats, if the message was sent on behalf of a chat." -msgstr "" - -#: ../../docstring aiogram.types.message.Message.sender_chat:1 of -msgid "" -"*Optional*. Sender of the message, sent on behalf of a chat. For example," -" the channel itself for channel posts, the supergroup itself for messages" -" from anonymous group administrators, the linked channel for messages " -"automatically forwarded to the discussion group. For backward " -"compatibility, the field *from* contains a fake sender user in non-" -"channel chats, if the message was sent on behalf of a chat." -msgstr "" - -#: ../../docstring aiogram.types.message.Message.forward_from:1 of -msgid "*Optional*. For forwarded messages, sender of the original message" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.forward_from_chat:1 of -msgid "" -"*Optional*. For messages forwarded from channels or from anonymous " -"administrators, information about the original sender chat" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.forward_from_message_id:1 of -msgid "" -"*Optional*. For messages forwarded from channels, identifier of the " -"original message in the channel" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.forward_signature:1 of -msgid "" -"*Optional*. For forwarded messages that were originally sent in channels " -"or by an anonymous chat administrator, signature of the message sender if" -" present" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.forward_sender_name:1 of -msgid "" -"*Optional*. Sender's name for messages forwarded from users who disallow " -"adding a link to their account in forwarded messages" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.forward_date:1 of -msgid "" -"*Optional*. For forwarded messages, date the original message was sent in" -" Unix time" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.is_topic_message:1 of -msgid "*Optional*. :code:`True`, if the message is sent to a forum topic" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.is_automatic_forward:1 of -msgid "" -"*Optional*. :code:`True`, if the message is a channel post that was " -"automatically forwarded to the connected discussion group" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.reply_to_message:1 of -msgid "" -"*Optional*. For replies, the original message. Note that the Message " -"object in this field will not contain further *reply_to_message* fields " -"even if it itself is a reply." -msgstr "" - -#: ../../docstring aiogram.types.message.Message.via_bot:1 of -msgid "*Optional*. Bot through which the message was sent" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.edit_date:1 of -msgid "*Optional*. Date the message was last edited in Unix time" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.has_protected_content:1 of -msgid "*Optional*. :code:`True`, if the message can't be forwarded" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.media_group_id:1 of -msgid "" -"*Optional*. The unique identifier of a media message group this message " -"belongs to" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.author_signature:1 of -msgid "" -"*Optional*. Signature of the post author for messages in channels, or the" -" custom title of an anonymous group administrator" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.text:1 of -msgid "*Optional*. For text messages, the actual UTF-8 text of the message" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.entities:1 of -msgid "" -"*Optional*. For text messages, special entities like usernames, URLs, bot" -" commands, etc. that appear in the text" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.animation:1 of -msgid "" -"*Optional*. Message is an animation, information about the animation. For" -" backward compatibility, when this field is set, the *document* field " -"will also be set" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.audio:1 of -msgid "*Optional*. Message is an audio file, information about the file" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.document:1 of -msgid "*Optional*. Message is a general file, information about the file" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.photo:1 of -msgid "*Optional*. Message is a photo, available sizes of the photo" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.sticker:1 of -msgid "*Optional*. Message is a sticker, information about the sticker" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.video:1 of -msgid "*Optional*. Message is a video, information about the video" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.video_note:1 of -msgid "" -"*Optional*. Message is a `video note `_, information about the video message" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.voice:1 of -msgid "*Optional*. Message is a voice message, information about the file" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.caption:1 of -msgid "" -"*Optional*. Caption for the animation, audio, document, photo, video or " -"voice" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.caption_entities:1 of -msgid "" -"*Optional*. For messages with a caption, special entities like usernames," -" URLs, bot commands, etc. that appear in the caption" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.has_media_spoiler:1 of -msgid "" -"*Optional*. :code:`True`, if the message media is covered by a spoiler " -"animation" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.contact:1 of -msgid "*Optional*. Message is a shared contact, information about the contact" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.dice:1 of -msgid "*Optional*. Message is a dice with random value" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.game:1 of -msgid "" -"*Optional*. Message is a game, information about the game. `More about " -"games » `_" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.poll:1 of -msgid "*Optional*. Message is a native poll, information about the poll" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.venue:1 of -msgid "" -"*Optional*. Message is a venue, information about the venue. For backward" -" compatibility, when this field is set, the *location* field will also be" -" set" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.location:1 of -msgid "*Optional*. Message is a shared location, information about the location" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.new_chat_members:1 of -msgid "" -"*Optional*. New members that were added to the group or supergroup and " -"information about them (the bot itself may be one of these members)" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.left_chat_member:1 of -msgid "" -"*Optional*. A member was removed from the group, information about them " -"(this member may be the bot itself)" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.new_chat_title:1 of -msgid "*Optional*. A chat title was changed to this value" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.new_chat_photo:1 of -msgid "*Optional*. A chat photo was change to this value" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.delete_chat_photo:1 of -msgid "*Optional*. Service message: the chat photo was deleted" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.group_chat_created:1 of -msgid "*Optional*. Service message: the group has been created" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.supergroup_chat_created:1 of -msgid "" -"*Optional*. Service message: the supergroup has been created. This field " -"can't be received in a message coming through updates, because bot can't " -"be a member of a supergroup when it is created. It can only be found in " -"reply_to_message if someone replies to a very first message in a directly" -" created supergroup." -msgstr "" - -#: ../../docstring aiogram.types.message.Message.channel_chat_created:1 of -msgid "" -"*Optional*. Service message: the channel has been created. This field " -"can't be received in a message coming through updates, because bot can't " -"be a member of a channel when it is created. It can only be found in " -"reply_to_message if someone replies to a very first message in a channel." -msgstr "" - -#: ../../docstring -#: aiogram.types.message.Message.message_auto_delete_timer_changed:1 of -msgid "" -"*Optional*. Service message: auto-delete timer settings changed in the " -"chat" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.migrate_to_chat_id:1 of -msgid "" -"*Optional*. The group has been migrated to a supergroup with the " -"specified identifier. This number may have more than 32 significant bits " -"and some programming languages may have difficulty/silent defects in " -"interpreting it. But it has at most 52 significant bits, so a signed " -"64-bit integer or double-precision float type are safe for storing this " -"identifier." -msgstr "" - -#: ../../docstring aiogram.types.message.Message.migrate_from_chat_id:1 of -msgid "" -"*Optional*. The supergroup has been migrated from a group with the " -"specified identifier. This number may have more than 32 significant bits " -"and some programming languages may have difficulty/silent defects in " -"interpreting it. But it has at most 52 significant bits, so a signed " -"64-bit integer or double-precision float type are safe for storing this " -"identifier." -msgstr "" - -#: ../../docstring aiogram.types.message.Message.pinned_message:1 of -msgid "" -"*Optional*. Specified message was pinned. Note that the Message object in" -" this field will not contain further *reply_to_message* fields even if it" -" is itself a reply." -msgstr "" - -#: ../../docstring aiogram.types.message.Message.invoice:1 of -msgid "" -"*Optional*. Message is an invoice for a `payment " -"`_, information about the " -"invoice. `More about payments » " -"`_" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.successful_payment:1 of -msgid "" -"*Optional*. Message is a service message about a successful payment, " -"information about the payment. `More about payments » " -"`_" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.user_shared:1 of -msgid "*Optional*. Service message: a user was shared with the bot" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.chat_shared:1 of -msgid "*Optional*. Service message: a chat was shared with the bot" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.connected_website:1 of -msgid "" -"*Optional*. The domain name of the website on which the user has logged " -"in. `More about Telegram Login » " -"`_" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.write_access_allowed:1 of -msgid "" -"*Optional*. Service message: the user allowed the bot added to the " -"attachment menu to write messages" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.passport_data:1 of -msgid "*Optional*. Telegram Passport data" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.proximity_alert_triggered:1 of -msgid "" -"*Optional*. Service message. A user in the chat triggered another user's " -"proximity alert while sharing Live Location." -msgstr "" - -#: ../../docstring aiogram.types.message.Message.forum_topic_created:1 of -msgid "*Optional*. Service message: forum topic created" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.forum_topic_edited:1 of -msgid "*Optional*. Service message: forum topic edited" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.forum_topic_closed:1 of -msgid "*Optional*. Service message: forum topic closed" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.forum_topic_reopened:1 of -msgid "*Optional*. Service message: forum topic reopened" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.general_forum_topic_hidden:1 -#: of -msgid "*Optional*. Service message: the 'General' forum topic hidden" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.general_forum_topic_unhidden:1 -#: of -msgid "*Optional*. Service message: the 'General' forum topic unhidden" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.video_chat_scheduled:1 of -msgid "*Optional*. Service message: video chat scheduled" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.video_chat_started:1 of -msgid "*Optional*. Service message: video chat started" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.video_chat_ended:1 of -msgid "*Optional*. Service message: video chat ended" -msgstr "" - -#: ../../docstring -#: aiogram.types.message.Message.video_chat_participants_invited:1 of -msgid "*Optional*. Service message: new participants invited to a video chat" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.web_app_data:1 of -msgid "*Optional*. Service message: data sent by a Web App" -msgstr "" - -#: ../../docstring aiogram.types.message.Message.reply_markup:1 of -msgid "" -"*Optional*. Inline keyboard attached to the message. :code:`login_url` " -"buttons are represented as ordinary :code:`url` buttons." -msgstr "" - -#: aiogram.types.message.Message.answer_animation:1 -#: aiogram.types.message.Message.reply_animation:1 of -msgid "" -"Shortcut for method :class:`aiogram.methods.send_animation.SendAnimation`" -" will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.answer:4 -#: aiogram.types.message.Message.answer_animation:4 -#: aiogram.types.message.Message.answer_audio:4 -#: aiogram.types.message.Message.answer_contact:4 -#: aiogram.types.message.Message.answer_dice:4 -#: aiogram.types.message.Message.answer_document:4 -#: aiogram.types.message.Message.answer_game:4 -#: aiogram.types.message.Message.answer_invoice:4 -#: aiogram.types.message.Message.answer_location:4 -#: aiogram.types.message.Message.answer_media_group:4 -#: aiogram.types.message.Message.answer_photo:4 -#: aiogram.types.message.Message.answer_poll:4 -#: aiogram.types.message.Message.answer_sticker:4 -#: aiogram.types.message.Message.answer_venue:4 -#: aiogram.types.message.Message.answer_video:4 -#: aiogram.types.message.Message.answer_video_note:4 -#: aiogram.types.message.Message.answer_voice:4 -#: aiogram.types.message.Message.delete:4 -#: aiogram.types.message.Message.edit_caption:4 -#: aiogram.types.message.Message.edit_live_location:4 -#: aiogram.types.message.Message.edit_media:4 -#: aiogram.types.message.Message.edit_reply_markup:4 -#: aiogram.types.message.Message.edit_text:4 -#: aiogram.types.message.Message.pin:4 aiogram.types.message.Message.reply:4 -#: aiogram.types.message.Message.reply_animation:4 -#: aiogram.types.message.Message.reply_audio:4 -#: aiogram.types.message.Message.reply_contact:4 -#: aiogram.types.message.Message.reply_dice:4 -#: aiogram.types.message.Message.reply_document:4 -#: aiogram.types.message.Message.reply_game:4 -#: aiogram.types.message.Message.reply_invoice:4 -#: aiogram.types.message.Message.reply_location:4 -#: aiogram.types.message.Message.reply_media_group:4 -#: aiogram.types.message.Message.reply_photo:4 -#: aiogram.types.message.Message.reply_poll:4 -#: aiogram.types.message.Message.reply_sticker:4 -#: aiogram.types.message.Message.reply_venue:4 -#: aiogram.types.message.Message.reply_video:4 -#: aiogram.types.message.Message.reply_video_note:4 -#: aiogram.types.message.Message.reply_voice:4 -#: aiogram.types.message.Message.stop_live_location:4 -#: aiogram.types.message.Message.unpin:4 of -msgid ":code:`chat_id`" -msgstr "" - -#: aiogram.types.message.Message.answer:5 -#: aiogram.types.message.Message.answer_animation:5 -#: aiogram.types.message.Message.answer_audio:5 -#: aiogram.types.message.Message.answer_contact:5 -#: aiogram.types.message.Message.answer_dice:5 -#: aiogram.types.message.Message.answer_document:5 -#: aiogram.types.message.Message.answer_game:5 -#: aiogram.types.message.Message.answer_invoice:5 -#: aiogram.types.message.Message.answer_location:5 -#: aiogram.types.message.Message.answer_media_group:5 -#: aiogram.types.message.Message.answer_photo:5 -#: aiogram.types.message.Message.answer_poll:5 -#: aiogram.types.message.Message.answer_sticker:5 -#: aiogram.types.message.Message.answer_venue:5 -#: aiogram.types.message.Message.answer_video:5 -#: aiogram.types.message.Message.answer_video_note:5 -#: aiogram.types.message.Message.answer_voice:5 -#: aiogram.types.message.Message.reply:5 -#: aiogram.types.message.Message.reply_animation:5 -#: aiogram.types.message.Message.reply_audio:5 -#: aiogram.types.message.Message.reply_contact:5 -#: aiogram.types.message.Message.reply_dice:5 -#: aiogram.types.message.Message.reply_document:5 -#: aiogram.types.message.Message.reply_game:5 -#: aiogram.types.message.Message.reply_invoice:5 -#: aiogram.types.message.Message.reply_location:5 -#: aiogram.types.message.Message.reply_media_group:5 -#: aiogram.types.message.Message.reply_photo:5 -#: aiogram.types.message.Message.reply_poll:5 -#: aiogram.types.message.Message.reply_sticker:5 -#: aiogram.types.message.Message.reply_venue:5 -#: aiogram.types.message.Message.reply_video:5 -#: aiogram.types.message.Message.reply_video_note:5 -#: aiogram.types.message.Message.reply_voice:5 of -msgid ":code:`message_thread_id`" -msgstr "" - -#: aiogram.types.message.Message.reply:6 -#: aiogram.types.message.Message.reply_animation:6 -#: aiogram.types.message.Message.reply_audio:6 -#: aiogram.types.message.Message.reply_contact:6 -#: aiogram.types.message.Message.reply_dice:6 -#: aiogram.types.message.Message.reply_document:6 -#: aiogram.types.message.Message.reply_game:6 -#: aiogram.types.message.Message.reply_invoice:6 -#: aiogram.types.message.Message.reply_location:6 -#: aiogram.types.message.Message.reply_media_group:6 -#: aiogram.types.message.Message.reply_photo:6 -#: aiogram.types.message.Message.reply_poll:6 -#: aiogram.types.message.Message.reply_sticker:6 -#: aiogram.types.message.Message.reply_venue:6 -#: aiogram.types.message.Message.reply_video:6 -#: aiogram.types.message.Message.reply_video_note:6 -#: aiogram.types.message.Message.reply_voice:6 of -msgid ":code:`reply_to_message_id`" -msgstr "" - -#: aiogram.types.message.Message.answer_animation:7 -#: aiogram.types.message.Message.reply_animation:8 of -msgid "" -"Use this method to send animation files (GIF or H.264/MPEG-4 AVC video " -"without sound). On success, the sent " -":class:`aiogram.types.message.Message` is returned. Bots can currently " -"send animation files of up to 50 MB in size, this limit may be changed in" -" the future." -msgstr "" - -#: aiogram.types.message.Message.answer_animation:9 -#: aiogram.types.message.Message.reply_animation:10 of -msgid "Source: https://core.telegram.org/bots/api#sendanimation" +"Check that the message is forwarded. Only `forward_date` is required to " +"be in forwarded message." msgstr "" #: aiogram.types.message.Message.answer #: aiogram.types.message.Message.answer_animation #: aiogram.types.message.Message.answer_audio +#: aiogram.types.message.Message.answer_chat_action #: aiogram.types.message.Message.answer_contact #: aiogram.types.message.Message.answer_dice #: aiogram.types.message.Message.answer_document -#: aiogram.types.message.Message.answer_game -#: aiogram.types.message.Message.answer_invoice #: aiogram.types.message.Message.answer_location #: aiogram.types.message.Message.answer_media_group #: aiogram.types.message.Message.answer_photo @@ -553,21 +141,133 @@ msgstr "" #: aiogram.types.message.Message.answer_video #: aiogram.types.message.Message.answer_video_note #: aiogram.types.message.Message.answer_voice -#: aiogram.types.message.Message.copy_to +#: aiogram.types.message.Message.delete +#: aiogram.types.message.Message.delete_reply_markup #: aiogram.types.message.Message.edit_caption #: aiogram.types.message.Message.edit_live_location #: aiogram.types.message.Message.edit_media #: aiogram.types.message.Message.edit_reply_markup #: aiogram.types.message.Message.edit_text -#: aiogram.types.message.Message.forward aiogram.types.message.Message.get_url +#: aiogram.types.message.Message.forward aiogram.types.message.Message.from_id +#: aiogram.types.message.Message.get_args +#: aiogram.types.message.Message.get_command +#: aiogram.types.message.Message.get_full_command +#: aiogram.types.message.Message.html_text +#: aiogram.types.message.Message.is_command +#: aiogram.types.message.Message.is_forward aiogram.types.message.Message.link +#: aiogram.types.message.Message.md_text +#: aiogram.types.message.Message.parse_entities +#: aiogram.types.message.Message.pin aiogram.types.message.Message.reply +#: aiogram.types.message.Message.reply_animation +#: aiogram.types.message.Message.reply_audio +#: aiogram.types.message.Message.reply_contact +#: aiogram.types.message.Message.reply_dice +#: aiogram.types.message.Message.reply_document +#: aiogram.types.message.Message.reply_location +#: aiogram.types.message.Message.reply_media_group +#: aiogram.types.message.Message.reply_photo +#: aiogram.types.message.Message.reply_poll +#: aiogram.types.message.Message.reply_sticker +#: aiogram.types.message.Message.reply_venue +#: aiogram.types.message.Message.reply_video +#: aiogram.types.message.Message.reply_video_note +#: aiogram.types.message.Message.reply_voice +#: aiogram.types.message.Message.send_copy +#: aiogram.types.message.Message.stop_live_location +#: aiogram.types.message.Message.unpin aiogram.types.message.Message.url of +msgid "Returns" +msgstr "" + +#: aiogram.types.message.Message.is_command:3 +#: aiogram.types.message.Message.is_forward:4 of +msgid "bool" +msgstr "" + +#: aiogram.types.message.Message.is_command:1 of +msgid "Check message text is command" +msgstr "" + +#: aiogram.types.message.Message.get_full_command:1 of +msgid "Split command and args" +msgstr "" + +#: aiogram.types.message.Message.get_full_command:3 of +msgid "tuple of (command, args)" +msgstr "" + +#: aiogram.types.message.Message.get_command:1 of +msgid "Get command from message" +msgstr "" + +#: aiogram.types.message.Message.get_args:1 of +msgid "Get arguments" +msgstr "" + +#: aiogram.types.message.Message.parse_entities:1 of +msgid "Text or caption formatted as HTML or Markdown." +msgstr "" + +#: aiogram.types.message.Message.html_text:3 +#: aiogram.types.message.Message.link:5 aiogram.types.message.Message.md_text:3 +#: aiogram.types.message.Message.parse_entities:3 +#: aiogram.types.message.Message.url:3 of +msgid "str" +msgstr "" + +#: aiogram.types.message.Message.from_id:1 of +msgid "" +"User id if sent by user or chat/channel id if sent on behalf of a channel" +" or chat" +msgstr "" + +#: aiogram.types.message.Message.from_id:3 of +msgid "int" +msgstr "" + +#: aiogram.types.message.Message.md_text:1 of +msgid "Text or caption formatted as markdown." +msgstr "" + +#: aiogram.types.message.Message.html_text:1 of +msgid "Text or caption formatted as HTML" +msgstr "" + +#: aiogram.types.message.Message.url:1 of +msgid "Get URL for the message" +msgstr "" + +#: aiogram.types.message.Message.link:1 of +msgid "Generate URL for using in text messages with HTML or MD parse mode" +msgstr "" + +#: aiogram.types.message.Message.answer +#: aiogram.types.message.Message.answer_animation +#: aiogram.types.message.Message.answer_audio +#: aiogram.types.message.Message.answer_chat_action +#: aiogram.types.message.Message.answer_contact +#: aiogram.types.message.Message.answer_dice +#: aiogram.types.message.Message.answer_document +#: aiogram.types.message.Message.answer_location +#: aiogram.types.message.Message.answer_media_group +#: aiogram.types.message.Message.answer_photo +#: aiogram.types.message.Message.answer_poll +#: aiogram.types.message.Message.answer_sticker +#: aiogram.types.message.Message.answer_venue +#: aiogram.types.message.Message.answer_video +#: aiogram.types.message.Message.answer_video_note +#: aiogram.types.message.Message.answer_voice +#: aiogram.types.message.Message.edit_caption +#: aiogram.types.message.Message.edit_live_location +#: aiogram.types.message.Message.edit_media +#: aiogram.types.message.Message.edit_reply_markup +#: aiogram.types.message.Message.edit_text +#: aiogram.types.message.Message.forward aiogram.types.message.Message.link #: aiogram.types.message.Message.pin aiogram.types.message.Message.reply #: aiogram.types.message.Message.reply_animation #: aiogram.types.message.Message.reply_audio #: aiogram.types.message.Message.reply_contact #: aiogram.types.message.Message.reply_dice #: aiogram.types.message.Message.reply_document -#: aiogram.types.message.Message.reply_game -#: aiogram.types.message.Message.reply_invoice #: aiogram.types.message.Message.reply_location #: aiogram.types.message.Message.reply_media_group #: aiogram.types.message.Message.reply_photo @@ -582,250 +282,238 @@ msgstr "" msgid "Parameters" msgstr "" -#: aiogram.types.message.Message.answer_animation:11 -#: aiogram.types.message.Message.reply_animation:12 of +#: aiogram.types.message.Message.link:3 of +msgid "link label" +msgstr "" + +#: aiogram.types.message.Message.link:4 of +msgid "generate as HTML" +msgstr "" + +#: aiogram.types.message.Message.answer:1 of +msgid "Answer to this message" +msgstr "" + +#: aiogram.types.message.Message.answer:3 aiogram.types.message.Message.reply:3 +#: of +msgid "Text of the message to be sent" +msgstr "" + +#: aiogram.types.message.Message.answer:6 +#: aiogram.types.message.Message.answer_audio:14 +#: aiogram.types.message.Message.answer_document:21 +#: aiogram.types.message.Message.answer_photo:11 +#: aiogram.types.message.Message.edit_caption:9 +#: aiogram.types.message.Message.edit_text:8 +#: aiogram.types.message.Message.reply:6 +#: aiogram.types.message.Message.reply_audio:14 +#: aiogram.types.message.Message.reply_document:21 +#: aiogram.types.message.Message.reply_photo:11 of msgid "" -"Animation to send. Pass a file_id as String to send an animation that " -"exists on the Telegram servers (recommended), pass an HTTP URL as a " -"String for Telegram to get an animation from the Internet, or upload a " -"new animation using multipart/form-data. :ref:`More information on " -"Sending Files » `" +"Send Markdown or HTML, if you want Telegram apps to show bold, italic, " +"fixed-width text or inline URLs in your bot's message." msgstr "" -#: aiogram.types.message.Message.answer_animation:12 -#: aiogram.types.message.Message.reply_animation:13 of -msgid "Duration of sent animation in seconds" -msgstr "" - -#: aiogram.types.message.Message.answer_animation:13 -#: aiogram.types.message.Message.reply_animation:14 of -msgid "Animation width" -msgstr "" - -#: aiogram.types.message.Message.answer_animation:14 -#: aiogram.types.message.Message.reply_animation:15 of -msgid "Animation height" -msgstr "" - -#: aiogram.types.message.Message.answer_animation:15 -#: aiogram.types.message.Message.answer_audio:19 -#: aiogram.types.message.Message.answer_document:12 -#: aiogram.types.message.Message.answer_video:15 -#: aiogram.types.message.Message.answer_video_note:14 -#: aiogram.types.message.Message.reply_animation:16 -#: aiogram.types.message.Message.reply_audio:20 -#: aiogram.types.message.Message.reply_document:13 -#: aiogram.types.message.Message.reply_video:16 -#: aiogram.types.message.Message.reply_video_note:15 of -msgid "" -"Thumbnail of the file sent; can be ignored if thumbnail generation for " -"the file is supported server-side. The thumbnail should be in JPEG format" -" and less than 200 kB in size. A thumbnail's width and height should not " -"exceed 320. Ignored if the file is not uploaded using multipart/form-" -"data. Thumbnails can't be reused and can be only uploaded as a new file, " -"so you can pass 'attach://' if the thumbnail was " -"uploaded using multipart/form-data under . :ref:`More " -"information on Sending Files » `" -msgstr "" - -#: aiogram.types.message.Message.answer_animation:16 -#: aiogram.types.message.Message.reply_animation:17 of -msgid "" -"Animation caption (may also be used when resending animation by " -"*file_id*), 0-1024 characters after entities parsing" -msgstr "" - -#: aiogram.types.message.Message.answer_animation:17 -#: aiogram.types.message.Message.reply_animation:18 of -msgid "" -"Mode for parsing entities in the animation caption. See `formatting " -"options `_ for " -"more details." -msgstr "" - -#: aiogram.types.message.Message.answer_animation:18 -#: aiogram.types.message.Message.answer_audio:15 -#: aiogram.types.message.Message.answer_document:15 -#: aiogram.types.message.Message.answer_photo:14 -#: aiogram.types.message.Message.answer_video:18 -#: aiogram.types.message.Message.answer_voice:14 -#: aiogram.types.message.Message.edit_caption:14 -#: aiogram.types.message.Message.reply_animation:19 -#: aiogram.types.message.Message.reply_audio:16 -#: aiogram.types.message.Message.reply_document:16 -#: aiogram.types.message.Message.reply_photo:15 -#: aiogram.types.message.Message.reply_video:19 -#: aiogram.types.message.Message.reply_voice:15 of -msgid "" -"A JSON-serialized list of special entities that appear in the caption, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: aiogram.types.message.Message.answer_animation:19 -#: aiogram.types.message.Message.reply_animation:20 of -msgid "" -"Pass :code:`True` if the animation needs to be covered with a spoiler " -"animation" -msgstr "" - -#: aiogram.types.message.Message.answer:15 -#: aiogram.types.message.Message.answer_animation:20 -#: aiogram.types.message.Message.answer_audio:20 -#: aiogram.types.message.Message.answer_contact:15 -#: aiogram.types.message.Message.answer_dice:12 -#: aiogram.types.message.Message.answer_document:17 -#: aiogram.types.message.Message.answer_game:12 -#: aiogram.types.message.Message.answer_invoice:32 -#: aiogram.types.message.Message.answer_location:17 -#: aiogram.types.message.Message.answer_photo:16 -#: aiogram.types.message.Message.answer_poll:23 -#: aiogram.types.message.Message.answer_sticker:12 -#: aiogram.types.message.Message.answer_venue:19 -#: aiogram.types.message.Message.answer_video:21 -#: aiogram.types.message.Message.answer_video_note:15 -#: aiogram.types.message.Message.answer_voice:16 -#: aiogram.types.message.Message.copy_to:16 -#: aiogram.types.message.Message.forward:13 -#: aiogram.types.message.Message.reply:16 -#: aiogram.types.message.Message.reply_animation:21 -#: aiogram.types.message.Message.reply_audio:21 -#: aiogram.types.message.Message.reply_contact:16 -#: aiogram.types.message.Message.reply_dice:13 -#: aiogram.types.message.Message.reply_document:18 -#: aiogram.types.message.Message.reply_game:13 -#: aiogram.types.message.Message.reply_invoice:33 -#: aiogram.types.message.Message.reply_location:18 -#: aiogram.types.message.Message.reply_photo:17 -#: aiogram.types.message.Message.reply_poll:24 -#: aiogram.types.message.Message.reply_sticker:13 -#: aiogram.types.message.Message.reply_venue:20 -#: aiogram.types.message.Message.reply_video:22 -#: aiogram.types.message.Message.reply_video_note:16 -#: aiogram.types.message.Message.reply_voice:17 of -msgid "" -"Sends the message `silently `_. Users will receive a notification with no sound." -msgstr "" - -#: aiogram.types.message.Message.answer:16 -#: aiogram.types.message.Message.answer_animation:21 -#: aiogram.types.message.Message.answer_audio:21 -#: aiogram.types.message.Message.answer_contact:16 -#: aiogram.types.message.Message.answer_document:18 -#: aiogram.types.message.Message.answer_game:13 -#: aiogram.types.message.Message.answer_invoice:33 -#: aiogram.types.message.Message.answer_location:18 -#: aiogram.types.message.Message.answer_photo:17 -#: aiogram.types.message.Message.answer_poll:24 -#: aiogram.types.message.Message.answer_sticker:13 -#: aiogram.types.message.Message.answer_venue:20 -#: aiogram.types.message.Message.answer_video:22 -#: aiogram.types.message.Message.answer_video_note:16 -#: aiogram.types.message.Message.answer_voice:17 -#: aiogram.types.message.Message.copy_to:17 -#: aiogram.types.message.Message.reply:17 -#: aiogram.types.message.Message.reply_animation:22 -#: aiogram.types.message.Message.reply_audio:22 -#: aiogram.types.message.Message.reply_contact:17 -#: aiogram.types.message.Message.reply_document:19 -#: aiogram.types.message.Message.reply_game:14 -#: aiogram.types.message.Message.reply_invoice:34 -#: aiogram.types.message.Message.reply_location:19 -#: aiogram.types.message.Message.reply_photo:18 -#: aiogram.types.message.Message.reply_poll:25 -#: aiogram.types.message.Message.reply_sticker:14 -#: aiogram.types.message.Message.reply_venue:21 -#: aiogram.types.message.Message.reply_video:23 -#: aiogram.types.message.Message.reply_video_note:17 -#: aiogram.types.message.Message.reply_voice:18 of -msgid "Protects the contents of the sent message from forwarding and saving" -msgstr "" - -#: aiogram.types.message.Message.answer:18 -#: aiogram.types.message.Message.answer_animation:23 -#: aiogram.types.message.Message.answer_audio:23 -#: aiogram.types.message.Message.answer_contact:18 -#: aiogram.types.message.Message.answer_dice:15 -#: aiogram.types.message.Message.answer_document:20 -#: aiogram.types.message.Message.answer_game:15 -#: aiogram.types.message.Message.answer_invoice:35 -#: aiogram.types.message.Message.answer_location:20 -#: aiogram.types.message.Message.answer_media_group:15 -#: aiogram.types.message.Message.answer_photo:19 -#: aiogram.types.message.Message.answer_poll:26 -#: aiogram.types.message.Message.answer_sticker:15 -#: aiogram.types.message.Message.answer_venue:22 -#: aiogram.types.message.Message.answer_video:24 -#: aiogram.types.message.Message.answer_video_note:18 +#: aiogram.types.message.Message.answer:10 +#: aiogram.types.message.Message.answer_animation:33 +#: aiogram.types.message.Message.answer_audio:18 +#: aiogram.types.message.Message.answer_document:25 +#: aiogram.types.message.Message.answer_photo:15 +#: aiogram.types.message.Message.answer_poll:35 +#: aiogram.types.message.Message.answer_video:30 #: aiogram.types.message.Message.answer_voice:19 -#: aiogram.types.message.Message.copy_to:19 -#: aiogram.types.message.Message.reply:18 -#: aiogram.types.message.Message.reply_animation:23 -#: aiogram.types.message.Message.reply_audio:23 -#: aiogram.types.message.Message.reply_contact:18 -#: aiogram.types.message.Message.reply_dice:15 -#: aiogram.types.message.Message.reply_document:20 -#: aiogram.types.message.Message.reply_game:15 -#: aiogram.types.message.Message.reply_invoice:35 -#: aiogram.types.message.Message.reply_location:20 -#: aiogram.types.message.Message.reply_media_group:15 -#: aiogram.types.message.Message.reply_photo:19 -#: aiogram.types.message.Message.reply_poll:26 -#: aiogram.types.message.Message.reply_sticker:15 -#: aiogram.types.message.Message.reply_venue:22 -#: aiogram.types.message.Message.reply_video:24 -#: aiogram.types.message.Message.reply_video_note:18 +#: aiogram.types.message.Message.edit_caption:13 +#: aiogram.types.message.Message.edit_text:12 +#: aiogram.types.message.Message.reply:10 +#: aiogram.types.message.Message.reply_animation:33 +#: aiogram.types.message.Message.reply_audio:18 +#: aiogram.types.message.Message.reply_document:25 +#: aiogram.types.message.Message.reply_photo:15 +#: aiogram.types.message.Message.reply_poll:35 +#: aiogram.types.message.Message.reply_video:30 #: aiogram.types.message.Message.reply_voice:19 of msgid "" -"Pass :code:`True` if the message should be sent even if the specified " -"replied-to message is not found" +"List of special entities that appear in message text, which can be " +"specified instead of parse_mode" msgstr "" -#: aiogram.types.message.Message.answer:19 -#: aiogram.types.message.Message.answer_animation:24 -#: aiogram.types.message.Message.answer_audio:24 -#: aiogram.types.message.Message.answer_contact:19 -#: aiogram.types.message.Message.answer_dice:16 -#: aiogram.types.message.Message.answer_document:21 -#: aiogram.types.message.Message.answer_location:21 -#: aiogram.types.message.Message.answer_photo:20 -#: aiogram.types.message.Message.answer_poll:27 -#: aiogram.types.message.Message.answer_sticker:16 -#: aiogram.types.message.Message.answer_venue:23 -#: aiogram.types.message.Message.answer_video:25 -#: aiogram.types.message.Message.answer_video_note:19 -#: aiogram.types.message.Message.answer_voice:20 -#: aiogram.types.message.Message.copy_to:20 -#: aiogram.types.message.Message.reply:19 -#: aiogram.types.message.Message.reply_animation:24 -#: aiogram.types.message.Message.reply_audio:24 -#: aiogram.types.message.Message.reply_contact:19 -#: aiogram.types.message.Message.reply_dice:16 -#: aiogram.types.message.Message.reply_document:21 -#: aiogram.types.message.Message.reply_location:21 -#: aiogram.types.message.Message.reply_photo:20 -#: aiogram.types.message.Message.reply_poll:27 -#: aiogram.types.message.Message.reply_sticker:16 -#: aiogram.types.message.Message.reply_venue:23 -#: aiogram.types.message.Message.reply_video:25 -#: aiogram.types.message.Message.reply_video_note:19 -#: aiogram.types.message.Message.reply_voice:20 of +#: aiogram.types.message.Message.answer:14 +#: aiogram.types.message.Message.edit_text:16 +#: aiogram.types.message.Message.reply:14 of +msgid "Disables link previews for links in this message" +msgstr "" + +#: aiogram.types.message.Message.answer:17 +#: aiogram.types.message.Message.answer_animation:37 +#: aiogram.types.message.Message.answer_dice:12 +#: aiogram.types.message.Message.answer_document:29 +#: aiogram.types.message.Message.answer_photo:19 +#: aiogram.types.message.Message.answer_venue:30 +#: aiogram.types.message.Message.forward:12 +#: aiogram.types.message.Message.reply:17 +#: aiogram.types.message.Message.reply_animation:37 +#: aiogram.types.message.Message.reply_dice:12 +#: aiogram.types.message.Message.reply_document:29 +#: aiogram.types.message.Message.reply_photo:19 +#: aiogram.types.message.Message.reply_venue:30 of msgid "" -"Additional interface options. A JSON-serialized object for an `inline " -"keyboard `_, " -"`custom reply keyboard " -"`_, instructions to " -"remove reply keyboard or to force a reply from the user." +"Sends the message silently. Users will receive a notification with no " +"sound" +msgstr "" + +#: aiogram.types.message.Message.answer:20 +#: aiogram.types.message.Message.answer_animation:40 +#: aiogram.types.message.Message.answer_audio:38 +#: aiogram.types.message.Message.answer_contact:17 +#: aiogram.types.message.Message.answer_dice:16 +#: aiogram.types.message.Message.answer_document:33 +#: aiogram.types.message.Message.answer_location:30 +#: aiogram.types.message.Message.answer_media_group:15 +#: aiogram.types.message.Message.answer_photo:22 +#: aiogram.types.message.Message.answer_poll:56 +#: aiogram.types.message.Message.answer_sticker:11 +#: aiogram.types.message.Message.answer_venue:34 +#: aiogram.types.message.Message.answer_video:40 +#: aiogram.types.message.Message.answer_video_note:22 +#: aiogram.types.message.Message.answer_voice:29 +#: aiogram.types.message.Message.reply:20 +#: aiogram.types.message.Message.reply_animation:40 +#: aiogram.types.message.Message.reply_audio:38 +#: aiogram.types.message.Message.reply_contact:17 +#: aiogram.types.message.Message.reply_dice:16 +#: aiogram.types.message.Message.reply_document:33 +#: aiogram.types.message.Message.reply_location:30 +#: aiogram.types.message.Message.reply_media_group:15 +#: aiogram.types.message.Message.reply_photo:22 +#: aiogram.types.message.Message.reply_poll:56 +#: aiogram.types.message.Message.reply_sticker:11 +#: aiogram.types.message.Message.reply_venue:34 +#: aiogram.types.message.Message.reply_video:40 +#: aiogram.types.message.Message.reply_video_note:22 +#: aiogram.types.message.Message.reply_voice:29 of +msgid "Protects the contents of sent messages from forwarding and saving" +msgstr "" + +#: aiogram.types.message.Message.answer:24 +#: aiogram.types.message.Message.answer_animation:44 +#: aiogram.types.message.Message.answer_audio:42 +#: aiogram.types.message.Message.answer_contact:21 +#: aiogram.types.message.Message.answer_dice:20 +#: aiogram.types.message.Message.answer_document:37 +#: aiogram.types.message.Message.answer_location:34 +#: aiogram.types.message.Message.answer_media_group:19 +#: aiogram.types.message.Message.answer_photo:26 +#: aiogram.types.message.Message.answer_poll:60 +#: aiogram.types.message.Message.answer_sticker:15 +#: aiogram.types.message.Message.answer_venue:38 +#: aiogram.types.message.Message.answer_video:44 +#: aiogram.types.message.Message.answer_video_note:26 +#: aiogram.types.message.Message.answer_voice:33 +#: aiogram.types.message.Message.reply:24 +#: aiogram.types.message.Message.reply_animation:44 +#: aiogram.types.message.Message.reply_audio:42 +#: aiogram.types.message.Message.reply_contact:21 +#: aiogram.types.message.Message.reply_dice:20 +#: aiogram.types.message.Message.reply_document:37 +#: aiogram.types.message.Message.reply_media_group:19 +#: aiogram.types.message.Message.reply_photo:26 +#: aiogram.types.message.Message.reply_poll:60 +#: aiogram.types.message.Message.reply_sticker:15 +#: aiogram.types.message.Message.reply_venue:38 +#: aiogram.types.message.Message.reply_video:44 +#: aiogram.types.message.Message.reply_video_note:26 +#: aiogram.types.message.Message.reply_voice:33 of +msgid "" +"Pass True, if the message should be sent even if the specified replied-to" +" message is not found" +msgstr "" + +#: aiogram.types.message.Message.answer:28 +#: aiogram.types.message.Message.answer_animation:48 +#: aiogram.types.message.Message.answer_audio:46 +#: aiogram.types.message.Message.answer_contact:25 +#: aiogram.types.message.Message.answer_dice:24 +#: aiogram.types.message.Message.answer_document:41 +#: aiogram.types.message.Message.answer_location:38 +#: aiogram.types.message.Message.answer_photo:30 +#: aiogram.types.message.Message.answer_poll:64 +#: aiogram.types.message.Message.answer_sticker:19 +#: aiogram.types.message.Message.answer_venue:42 +#: aiogram.types.message.Message.answer_video:48 +#: aiogram.types.message.Message.answer_video_note:30 +#: aiogram.types.message.Message.answer_voice:37 +#: aiogram.types.message.Message.reply:28 +#: aiogram.types.message.Message.reply_animation:48 +#: aiogram.types.message.Message.reply_audio:46 +#: aiogram.types.message.Message.reply_contact:25 +#: aiogram.types.message.Message.reply_dice:24 +#: aiogram.types.message.Message.reply_document:41 +#: aiogram.types.message.Message.reply_location:34 +#: aiogram.types.message.Message.reply_photo:30 +#: aiogram.types.message.Message.reply_poll:64 +#: aiogram.types.message.Message.reply_sticker:19 +#: aiogram.types.message.Message.reply_venue:42 +#: aiogram.types.message.Message.reply_video:48 +#: aiogram.types.message.Message.reply_video_note:30 +#: aiogram.types.message.Message.reply_voice:37 of +msgid "" +"Additional interface options. A JSON-serialized object for an inline " +"keyboard, custom reply keyboard, instructions to remove reply keyboard or" +" to force a reply from the user" +msgstr "" + +#: aiogram.types.message.Message.answer:33 +#: aiogram.types.message.Message.answer_animation:53 +#: aiogram.types.message.Message.answer_audio:51 +#: aiogram.types.message.Message.answer_contact:30 +#: aiogram.types.message.Message.answer_dice:31 +#: aiogram.types.message.Message.answer_location:43 +#: aiogram.types.message.Message.answer_media_group:23 +#: aiogram.types.message.Message.answer_photo:35 +#: aiogram.types.message.Message.answer_poll:71 +#: aiogram.types.message.Message.answer_sticker:24 +#: aiogram.types.message.Message.answer_venue:49 +#: aiogram.types.message.Message.answer_video:53 +#: aiogram.types.message.Message.answer_video_note:35 +#: aiogram.types.message.Message.answer_voice:42 +#: aiogram.types.message.Message.reply:33 +#: aiogram.types.message.Message.reply_animation:53 +#: aiogram.types.message.Message.reply_audio:51 +#: aiogram.types.message.Message.reply_contact:30 +#: aiogram.types.message.Message.reply_dice:31 +#: aiogram.types.message.Message.reply_location:39 +#: aiogram.types.message.Message.reply_media_group:23 +#: aiogram.types.message.Message.reply_photo:35 +#: aiogram.types.message.Message.reply_poll:71 +#: aiogram.types.message.Message.reply_sticker:24 +#: aiogram.types.message.Message.reply_venue:49 +#: aiogram.types.message.Message.reply_video:53 +#: aiogram.types.message.Message.reply_video_note:35 +#: aiogram.types.message.Message.reply_voice:42 of +msgid "fill 'reply_to_message_id'" +msgstr "" + +#: aiogram.types.message.Message.answer:36 +#: aiogram.types.message.Message.answer_animation:56 +#: aiogram.types.message.Message.answer_document:51 +#: aiogram.types.message.Message.answer_photo:38 +#: aiogram.types.message.Message.answer_poll:74 +#: aiogram.types.message.Message.forward:19 +#: aiogram.types.message.Message.reply:36 +#: aiogram.types.message.Message.reply_animation:56 +#: aiogram.types.message.Message.reply_document:51 +#: aiogram.types.message.Message.reply_photo:38 +#: aiogram.types.message.Message.reply_poll:74 of +msgid "On success, the sent Message is returned" msgstr "" #: aiogram.types.message.Message.answer #: aiogram.types.message.Message.answer_animation #: aiogram.types.message.Message.answer_audio +#: aiogram.types.message.Message.answer_chat_action #: aiogram.types.message.Message.answer_contact #: aiogram.types.message.Message.answer_dice #: aiogram.types.message.Message.answer_document -#: aiogram.types.message.Message.answer_game -#: aiogram.types.message.Message.answer_invoice #: aiogram.types.message.Message.answer_location #: aiogram.types.message.Message.answer_media_group #: aiogram.types.message.Message.answer_photo @@ -835,21 +523,20 @@ msgstr "" #: aiogram.types.message.Message.answer_video #: aiogram.types.message.Message.answer_video_note #: aiogram.types.message.Message.answer_voice -#: aiogram.types.message.Message.copy_to aiogram.types.message.Message.delete +#: aiogram.types.message.Message.delete +#: aiogram.types.message.Message.delete_reply_markup #: aiogram.types.message.Message.edit_caption #: aiogram.types.message.Message.edit_live_location #: aiogram.types.message.Message.edit_media #: aiogram.types.message.Message.edit_reply_markup #: aiogram.types.message.Message.edit_text -#: aiogram.types.message.Message.forward aiogram.types.message.Message.get_url -#: aiogram.types.message.Message.pin aiogram.types.message.Message.reply +#: aiogram.types.message.Message.forward aiogram.types.message.Message.pin +#: aiogram.types.message.Message.reply #: aiogram.types.message.Message.reply_animation #: aiogram.types.message.Message.reply_audio #: aiogram.types.message.Message.reply_contact #: aiogram.types.message.Message.reply_dice #: aiogram.types.message.Message.reply_document -#: aiogram.types.message.Message.reply_game -#: aiogram.types.message.Message.reply_invoice #: aiogram.types.message.Message.reply_location #: aiogram.types.message.Message.reply_media_group #: aiogram.types.message.Message.reply_photo @@ -859,1566 +546,1035 @@ msgstr "" #: aiogram.types.message.Message.reply_video #: aiogram.types.message.Message.reply_video_note #: aiogram.types.message.Message.reply_voice -#: aiogram.types.message.Message.send_copy #: aiogram.types.message.Message.stop_live_location #: aiogram.types.message.Message.unpin of -msgid "Returns" +msgid "Return type" msgstr "" -#: aiogram.types.message.Message.answer_animation:25 -#: aiogram.types.message.Message.reply_animation:25 of -msgid "instance of method :class:`aiogram.methods.send_animation.SendAnimation`" +#: aiogram.types.message.Message.answer:37 +#: aiogram.types.message.Message.answer_animation:57 +#: aiogram.types.message.Message.answer_audio:55 +#: aiogram.types.message.Message.answer_contact:34 +#: aiogram.types.message.Message.answer_dice:35 +#: aiogram.types.message.Message.answer_document:52 +#: aiogram.types.message.Message.answer_location:47 +#: aiogram.types.message.Message.answer_photo:39 +#: aiogram.types.message.Message.answer_poll:75 +#: aiogram.types.message.Message.answer_sticker:28 +#: aiogram.types.message.Message.answer_venue:53 +#: aiogram.types.message.Message.answer_video:57 +#: aiogram.types.message.Message.answer_video_note:39 +#: aiogram.types.message.Message.answer_voice:46 +#: aiogram.types.message.Message.forward:20 +#: aiogram.types.message.Message.reply:37 +#: aiogram.types.message.Message.reply_animation:57 +#: aiogram.types.message.Message.reply_audio:55 +#: aiogram.types.message.Message.reply_contact:34 +#: aiogram.types.message.Message.reply_dice:35 +#: aiogram.types.message.Message.reply_document:52 +#: aiogram.types.message.Message.reply_location:43 +#: aiogram.types.message.Message.reply_photo:39 +#: aiogram.types.message.Message.reply_poll:75 +#: aiogram.types.message.Message.reply_sticker:28 +#: aiogram.types.message.Message.reply_venue:53 +#: aiogram.types.message.Message.reply_video:57 +#: aiogram.types.message.Message.reply_video_note:39 +#: aiogram.types.message.Message.reply_voice:46 of +msgid ":obj:`types.Message`" msgstr "" -#: aiogram.types.message.Message.answer:17 -#: aiogram.types.message.Message.answer_animation:22 -#: aiogram.types.message.Message.answer_audio:22 -#: aiogram.types.message.Message.answer_contact:17 -#: aiogram.types.message.Message.answer_dice:14 -#: aiogram.types.message.Message.answer_document:19 -#: aiogram.types.message.Message.answer_game:14 -#: aiogram.types.message.Message.answer_invoice:34 -#: aiogram.types.message.Message.answer_location:19 -#: aiogram.types.message.Message.answer_photo:18 -#: aiogram.types.message.Message.answer_poll:25 -#: aiogram.types.message.Message.answer_sticker:14 -#: aiogram.types.message.Message.answer_venue:21 -#: aiogram.types.message.Message.answer_video:23 -#: aiogram.types.message.Message.answer_video_note:17 -#: aiogram.types.message.Message.answer_voice:18 -#: aiogram.types.message.Message.copy_to:18 of -msgid "If the message is a reply, ID of the original message" +#: aiogram.types.message.Message.answer_photo:1 +#: aiogram.types.message.Message.reply_photo:1 of +msgid "Use this method to send photos." +msgstr "" + +#: aiogram.types.message.Message.answer_photo:3 +#: aiogram.types.message.Message.reply_photo:3 of +msgid "Source: https://core.telegram.org/bots/api#sendphoto" +msgstr "" + +#: aiogram.types.message.Message.answer_photo:5 +#: aiogram.types.message.Message.reply_photo:5 of +msgid "Photo to send" +msgstr "" + +#: aiogram.types.message.Message.answer_photo:8 +#: aiogram.types.message.Message.reply_photo:8 of +msgid "" +"Photo caption (may also be used when resending photos by file_id), 0-1024" +" characters" msgstr "" #: aiogram.types.message.Message.answer_audio:1 #: aiogram.types.message.Message.reply_audio:1 of msgid "" -"Shortcut for method :class:`aiogram.methods.send_audio.SendAudio` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.answer_audio:7 -#: aiogram.types.message.Message.reply_audio:8 of -msgid "" "Use this method to send audio files, if you want Telegram clients to " -"display them in the music player. Your audio must be in the .MP3 or .M4A " -"format. On success, the sent :class:`aiogram.types.message.Message` is " -"returned. Bots can currently send audio files of up to 50 MB in size, " -"this limit may be changed in the future. For sending voice messages, use " -"the :class:`aiogram.methods.send_voice.SendVoice` method instead." +"display them in the music player. Your audio must be in the .mp3 format." msgstr "" -#: aiogram.types.message.Message.answer_audio:10 -#: aiogram.types.message.Message.reply_audio:11 of +#: aiogram.types.message.Message.answer_audio:4 +#: aiogram.types.message.Message.reply_audio:4 of +msgid "For sending voice messages, use the sendVoice method instead." +msgstr "" + +#: aiogram.types.message.Message.answer_audio:6 +#: aiogram.types.message.Message.reply_audio:6 of msgid "Source: https://core.telegram.org/bots/api#sendaudio" msgstr "" -#: aiogram.types.message.Message.answer_audio:12 -#: aiogram.types.message.Message.reply_audio:13 of -msgid "" -"Audio file to send. Pass a file_id as String to send an audio file that " -"exists on the Telegram servers (recommended), pass an HTTP URL as a " -"String for Telegram to get an audio file from the Internet, or upload a " -"new one using multipart/form-data. :ref:`More information on Sending " -"Files » `" +#: aiogram.types.message.Message.answer_audio:8 +#: aiogram.types.message.Message.answer_voice:9 +#: aiogram.types.message.Message.reply_audio:8 +#: aiogram.types.message.Message.reply_voice:9 of +msgid "Audio file to send." msgstr "" -#: aiogram.types.message.Message.answer_audio:13 -#: aiogram.types.message.Message.reply_audio:14 of +#: aiogram.types.message.Message.answer_audio:11 +#: aiogram.types.message.Message.reply_audio:11 of msgid "Audio caption, 0-1024 characters after entities parsing" msgstr "" -#: aiogram.types.message.Message.answer_audio:14 -#: aiogram.types.message.Message.reply_audio:15 of -msgid "" -"Mode for parsing entities in the audio caption. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: aiogram.types.message.Message.answer_audio:16 -#: aiogram.types.message.Message.reply_audio:17 of +#: aiogram.types.message.Message.answer_audio:22 +#: aiogram.types.message.Message.reply_audio:22 of msgid "Duration of the audio in seconds" msgstr "" -#: aiogram.types.message.Message.answer_audio:17 -#: aiogram.types.message.Message.reply_audio:18 of -msgid "Performer" -msgstr "" - -#: aiogram.types.message.Message.answer_audio:18 -#: aiogram.types.message.Message.reply_audio:19 of -msgid "Track name" -msgstr "" - #: aiogram.types.message.Message.answer_audio:25 #: aiogram.types.message.Message.reply_audio:25 of -msgid "instance of method :class:`aiogram.methods.send_audio.SendAudio`" +msgid "Performer" msgstr "" -#: aiogram.types.message.Message.answer_contact:1 -#: aiogram.types.message.Message.reply_contact:1 of +#: aiogram.types.message.Message.answer_audio:28 +#: aiogram.types.message.Message.reply_audio:28 of +msgid "Track name" +msgstr "" + +#: aiogram.types.message.Message.answer_animation:22 +#: aiogram.types.message.Message.answer_audio:31 +#: aiogram.types.message.Message.answer_video:18 +#: aiogram.types.message.Message.answer_video_note:15 +#: aiogram.types.message.Message.reply_animation:22 +#: aiogram.types.message.Message.reply_audio:31 +#: aiogram.types.message.Message.reply_video:18 +#: aiogram.types.message.Message.reply_video_note:15 of msgid "" -"Shortcut for method :class:`aiogram.methods.send_contact.SendContact` " -"will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.answer_contact:7 -#: aiogram.types.message.Message.reply_contact:8 of -msgid "" -"Use this method to send phone contacts. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.types.message.Message.answer_contact:9 -#: aiogram.types.message.Message.reply_contact:10 of -msgid "Source: https://core.telegram.org/bots/api#sendcontact" -msgstr "" - -#: aiogram.types.message.Message.answer_contact:11 -#: aiogram.types.message.Message.reply_contact:12 of -msgid "Contact's phone number" -msgstr "" - -#: aiogram.types.message.Message.answer_contact:12 -#: aiogram.types.message.Message.reply_contact:13 of -msgid "Contact's first name" -msgstr "" - -#: aiogram.types.message.Message.answer_contact:13 -#: aiogram.types.message.Message.reply_contact:14 of -msgid "Contact's last name" +"Thumbnail of the file sent. The thumbnail should be in JPEG format and " +"less than 200 kB in size. A thumbnail‘s width and height should not " +"exceed 320." msgstr "" +#: aiogram.types.message.Message.answer_audio:35 #: aiogram.types.message.Message.answer_contact:14 -#: aiogram.types.message.Message.reply_contact:15 of +#: aiogram.types.message.Message.answer_location:27 +#: aiogram.types.message.Message.answer_media_group:11 +#: aiogram.types.message.Message.answer_poll:52 +#: aiogram.types.message.Message.answer_sticker:8 +#: aiogram.types.message.Message.answer_video:37 +#: aiogram.types.message.Message.answer_video_note:19 +#: aiogram.types.message.Message.answer_voice:26 +#: aiogram.types.message.Message.reply_audio:35 +#: aiogram.types.message.Message.reply_contact:14 +#: aiogram.types.message.Message.reply_location:27 +#: aiogram.types.message.Message.reply_media_group:11 +#: aiogram.types.message.Message.reply_poll:52 +#: aiogram.types.message.Message.reply_sticker:8 +#: aiogram.types.message.Message.reply_video:37 +#: aiogram.types.message.Message.reply_video_note:19 +#: aiogram.types.message.Message.reply_voice:26 of msgid "" -"Additional data about the contact in the form of a `vCard " -"`_, 0-2048 bytes" +"Sends the message silently. Users will receive a notification with no " +"sound." msgstr "" -#: aiogram.types.message.Message.answer_contact:20 -#: aiogram.types.message.Message.reply_contact:20 of -msgid "instance of method :class:`aiogram.methods.send_contact.SendContact`" +#: aiogram.types.message.Message.answer_audio:54 +#: aiogram.types.message.Message.answer_contact:33 +#: aiogram.types.message.Message.answer_dice:34 +#: aiogram.types.message.Message.answer_location:46 +#: aiogram.types.message.Message.answer_sticker:27 +#: aiogram.types.message.Message.answer_venue:52 +#: aiogram.types.message.Message.answer_video:56 +#: aiogram.types.message.Message.answer_video_note:38 +#: aiogram.types.message.Message.answer_voice:45 +#: aiogram.types.message.Message.reply_audio:54 +#: aiogram.types.message.Message.reply_contact:33 +#: aiogram.types.message.Message.reply_dice:34 +#: aiogram.types.message.Message.reply_location:42 +#: aiogram.types.message.Message.reply_sticker:27 +#: aiogram.types.message.Message.reply_venue:52 +#: aiogram.types.message.Message.reply_video:56 +#: aiogram.types.message.Message.reply_video_note:38 +#: aiogram.types.message.Message.reply_voice:45 of +msgid "On success, the sent Message is returned." +msgstr "" + +#: aiogram.types.message.Message.answer_animation:1 +#: aiogram.types.message.Message.reply_animation:1 of +msgid "" +"Use this method to send animation files (GIF or H.264/MPEG-4 AVC video " +"without sound)." +msgstr "" + +#: aiogram.types.message.Message.answer_animation:3 +#: aiogram.types.message.Message.reply_animation:3 of +msgid "" +"On success, the sent Message is returned. Bots can currently send " +"animation files of up to 50 MB in size, this limit may be changed in the " +"future." +msgstr "" + +#: aiogram.types.message.Message.answer_animation:6 +#: aiogram.types.message.Message.reply_animation:6 of +msgid "Source https://core.telegram.org/bots/api#sendanimation" +msgstr "" + +#: aiogram.types.message.Message.answer_animation:8 +#: aiogram.types.message.Message.reply_animation:8 of +msgid "" +"Animation to send. Pass a file_id as String to send an animation that " +"exists on the Telegram servers (recommended), pass an HTTP URL as a " +"String for Telegram to get an animation from the Internet, or upload a " +"new animation using multipart/form-data" +msgstr "" + +#: aiogram.types.message.Message.answer_animation:13 +#: aiogram.types.message.Message.reply_animation:13 of +msgid "Duration of sent animation in seconds" +msgstr "" + +#: aiogram.types.message.Message.answer_animation:16 +#: aiogram.types.message.Message.reply_animation:16 of +msgid "Animation width" +msgstr "" + +#: aiogram.types.message.Message.answer_animation:19 +#: aiogram.types.message.Message.reply_animation:19 of +msgid "Animation height" +msgstr "" + +#: aiogram.types.message.Message.answer_animation:26 +#: aiogram.types.message.Message.reply_animation:26 of +msgid "" +"Animation caption (may also be used when resending animation by file_id)," +" 0-1024 characters" +msgstr "" + +#: aiogram.types.message.Message.answer_animation:29 +#: aiogram.types.message.Message.answer_video:26 +#: aiogram.types.message.Message.answer_voice:15 +#: aiogram.types.message.Message.reply_animation:29 +#: aiogram.types.message.Message.reply_video:26 +#: aiogram.types.message.Message.reply_voice:15 of +msgid "" +"Send Markdown or HTML, if you want Telegram apps to show bold, italic, " +"fixed-width text or inline URLs in the media caption" msgstr "" #: aiogram.types.message.Message.answer_document:1 #: aiogram.types.message.Message.reply_document:1 of msgid "" -"Shortcut for method :class:`aiogram.methods.send_document.SendDocument` " -"will automatically fill method attributes:" +"Use this method to send general files. On success, the sent Message is " +"returned. Bots can currently send files of any type of up to 50 MB in " +"size, this limit may be changed in the future." msgstr "" -#: aiogram.types.message.Message.answer_document:7 -#: aiogram.types.message.Message.reply_document:8 of -msgid "" -"Use this method to send general files. On success, the sent " -":class:`aiogram.types.message.Message` is returned. Bots can currently " -"send files of any type of up to 50 MB in size, this limit may be changed " -"in the future." -msgstr "" - -#: aiogram.types.message.Message.answer_document:9 -#: aiogram.types.message.Message.reply_document:10 of +#: aiogram.types.message.Message.answer_document:5 +#: aiogram.types.message.Message.reply_document:5 of msgid "Source: https://core.telegram.org/bots/api#senddocument" msgstr "" -#: aiogram.types.message.Message.answer_document:11 -#: aiogram.types.message.Message.reply_document:12 of -msgid "" -"File to send. Pass a file_id as String to send a file that exists on the " -"Telegram servers (recommended), pass an HTTP URL as a String for Telegram" -" to get a file from the Internet, or upload a new one using multipart" -"/form-data. :ref:`More information on Sending Files » `" +#: aiogram.types.message.Message.answer_document:7 +#: aiogram.types.message.Message.reply_document:7 of +msgid "File to send" +msgstr "" + +#: aiogram.types.message.Message.answer_document:10 +#: aiogram.types.message.Message.reply_document:10 of +msgid "Thumbnail of the file sent" msgstr "" #: aiogram.types.message.Message.answer_document:13 -#: aiogram.types.message.Message.reply_document:14 of +#: aiogram.types.message.Message.reply_document:13 of msgid "" -"Document caption (may also be used when resending documents by " -"*file_id*), 0-1024 characters after entities parsing" +"Document caption (may also be used when resending documents by file_id), " +"0-1024 characters" msgstr "" -#: aiogram.types.message.Message.answer_document:14 -#: aiogram.types.message.Message.reply_document:15 of -msgid "" -"Mode for parsing entities in the document caption. See `formatting " -"options `_ for " -"more details." -msgstr "" - -#: aiogram.types.message.Message.answer_document:16 +#: aiogram.types.message.Message.answer_document:17 #: aiogram.types.message.Message.reply_document:17 of msgid "" "Disables automatic server-side content type detection for files uploaded " "using multipart/form-data" msgstr "" -#: aiogram.types.message.Message.answer_document:22 -#: aiogram.types.message.Message.reply_document:22 of -msgid "instance of method :class:`aiogram.methods.send_document.SendDocument`" +#: aiogram.types.message.Message.answer_document:48 +#: aiogram.types.message.Message.reply_document:48 of +msgid "True if the message is a reply" msgstr "" -#: aiogram.types.message.Message.answer_game:1 -#: aiogram.types.message.Message.reply_game:1 of +#: aiogram.types.message.Message.answer_video:1 +#: aiogram.types.message.Message.reply_video:1 of msgid "" -"Shortcut for method :class:`aiogram.methods.send_game.SendGame` will " -"automatically fill method attributes:" +"Use this method to send video files, Telegram clients support mp4 videos " +"(other formats may be sent as Document)." msgstr "" -#: aiogram.types.message.Message.answer_game:7 -#: aiogram.types.message.Message.reply_game:8 of +#: aiogram.types.message.Message.answer_video:4 +#: aiogram.types.message.Message.reply_video:4 of +msgid "Source: https://core.telegram.org/bots/api#sendvideo" +msgstr "" + +#: aiogram.types.message.Message.answer_video:6 +#: aiogram.types.message.Message.reply_video:6 of +msgid "Video to send." +msgstr "" + +#: aiogram.types.message.Message.answer_video:9 +#: aiogram.types.message.Message.answer_video_note:9 +#: aiogram.types.message.Message.reply_video:9 +#: aiogram.types.message.Message.reply_video_note:9 of +msgid "Duration of sent video in seconds" +msgstr "" + +#: aiogram.types.message.Message.answer_video:12 +#: aiogram.types.message.Message.reply_video:12 of +msgid "Video width" +msgstr "" + +#: aiogram.types.message.Message.answer_video:15 +#: aiogram.types.message.Message.reply_video:15 of +msgid "Video height" +msgstr "" + +#: aiogram.types.message.Message.answer_video:22 +#: aiogram.types.message.Message.reply_video:22 of msgid "" -"Use this method to send a game. On success, the sent " -":class:`aiogram.types.message.Message` is returned." +"Video caption (may also be used when resending videos by file_id), 0-1024" +" characters after entities parsing" msgstr "" -#: aiogram.types.message.Message.answer_game:9 -#: aiogram.types.message.Message.reply_game:10 of -msgid "Source: https://core.telegram.org/bots/api#sendgame" +#: aiogram.types.message.Message.answer_video:34 +#: aiogram.types.message.Message.reply_video:34 of +msgid "Pass True, if the uploaded video is suitable for streaming" msgstr "" -#: aiogram.types.message.Message.answer_game:11 -#: aiogram.types.message.Message.reply_game:12 of +#: aiogram.types.message.Message.answer_voice:1 +#: aiogram.types.message.Message.reply_voice:1 of msgid "" -"Short name of the game, serves as the unique identifier for the game. Set" -" up your games via `@BotFather `_." +"Use this method to send audio files, if you want Telegram clients to " +"display the file as a playable voice message." msgstr "" -#: aiogram.types.message.Message.answer_game:16 -#: aiogram.types.message.Message.reply_game:16 of +#: aiogram.types.message.Message.answer_voice:4 +#: aiogram.types.message.Message.reply_voice:4 of msgid "" -"A JSON-serialized object for an `inline keyboard " -"`_. If empty, " -"one 'Play game_title' button will be shown. If not empty, the first " -"button must launch the game." +"For this to work, your audio must be in an .ogg file encoded with OPUS " +"(other formats may be sent as Audio or Document)." msgstr "" -#: aiogram.types.message.Message.answer_game:17 -#: aiogram.types.message.Message.reply_game:17 of -msgid "instance of method :class:`aiogram.methods.send_game.SendGame`" +#: aiogram.types.message.Message.answer_voice:7 +#: aiogram.types.message.Message.reply_voice:7 of +msgid "Source: https://core.telegram.org/bots/api#sendvoice" msgstr "" -#: aiogram.types.message.Message.answer_invoice:1 -#: aiogram.types.message.Message.reply_invoice:1 of +#: aiogram.types.message.Message.answer_voice:12 +#: aiogram.types.message.Message.reply_voice:12 of +msgid "Voice message caption, 0-1024 characters after entities parsing" +msgstr "" + +#: aiogram.types.message.Message.answer_voice:23 +#: aiogram.types.message.Message.reply_voice:23 of +msgid "Duration of the voice message in seconds" +msgstr "" + +#: aiogram.types.message.Message.answer_video_note:1 +#: aiogram.types.message.Message.reply_video_note:1 of msgid "" -"Shortcut for method :class:`aiogram.methods.send_invoice.SendInvoice` " -"will automatically fill method attributes:" +"As of v.4.0, Telegram clients support rounded square mp4 videos of up to " +"1 minute long. Use this method to send video messages." msgstr "" -#: aiogram.types.message.Message.answer_invoice:7 -#: aiogram.types.message.Message.reply_invoice:8 of +#: aiogram.types.message.Message.answer_video_note:4 +#: aiogram.types.message.Message.reply_video_note:4 of +msgid "Source: https://core.telegram.org/bots/api#sendvideonote" +msgstr "" + +#: aiogram.types.message.Message.answer_video_note:6 +#: aiogram.types.message.Message.reply_video_note:6 of +msgid "Video note to send." +msgstr "" + +#: aiogram.types.message.Message.answer_video_note:12 +#: aiogram.types.message.Message.reply_video_note:12 of +msgid "Video width and height" +msgstr "" + +#: aiogram.types.message.Message.answer_media_group:1 +#: aiogram.types.message.Message.reply_media_group:1 of msgid "" -"Use this method to send invoices. On success, the sent " -":class:`aiogram.types.message.Message` is returned." +"Use this method to send a group of photos, videos, documents or audios as" +" an album. Documents and audio files can be only group in an album with " +"messages of the same type. On success, an array of Messages that were " +"sent is returned." msgstr "" -#: aiogram.types.message.Message.answer_invoice:9 -#: aiogram.types.message.Message.reply_invoice:10 of -msgid "Source: https://core.telegram.org/bots/api#sendinvoice" +#: aiogram.types.message.Message.answer_media_group:6 +#: aiogram.types.message.Message.reply_media_group:6 of +msgid "Source: https://core.telegram.org/bots/api#sendmediagroup" msgstr "" -#: aiogram.types.message.Message.answer_invoice:11 -#: aiogram.types.message.Message.reply_invoice:12 of -msgid "Product name, 1-32 characters" +#: aiogram.types.message.Message.answer_media_group:8 +#: aiogram.types.message.Message.reply_media_group:8 of +msgid "A JSON-serialized array describing photos and videos to be sent" msgstr "" -#: aiogram.types.message.Message.answer_invoice:12 -#: aiogram.types.message.Message.reply_invoice:13 of -msgid "Product description, 1-255 characters" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:13 -#: aiogram.types.message.Message.reply_invoice:14 of -msgid "" -"Bot-defined invoice payload, 1-128 bytes. This will not be displayed to " -"the user, use for your internal processes." -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:14 -#: aiogram.types.message.Message.reply_invoice:15 of -msgid "" -"Payment provider token, obtained via `@BotFather " -"`_" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:15 -#: aiogram.types.message.Message.reply_invoice:16 of -msgid "" -"Three-letter ISO 4217 currency code, see `more on currencies " -"`_" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:16 -#: aiogram.types.message.Message.reply_invoice:17 of -msgid "" -"Price breakdown, a JSON-serialized list of components (e.g. product " -"price, tax, discount, delivery cost, delivery tax, bonus, etc.)" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:17 -#: aiogram.types.message.Message.reply_invoice:18 of -msgid "" -"The maximum accepted amount for tips in the *smallest units* of the " -"currency (integer, **not** float/double). For example, for a maximum tip " -"of :code:`US$ 1.45` pass :code:`max_tip_amount = 145`. See the *exp* " -"parameter in `currencies.json " -"`_, it shows the" -" number of digits past the decimal point for each currency (2 for the " -"majority of currencies). Defaults to 0" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:18 -#: aiogram.types.message.Message.reply_invoice:19 of -msgid "" -"A JSON-serialized array of suggested amounts of tips in the *smallest " -"units* of the currency (integer, **not** float/double). At most 4 " -"suggested tip amounts can be specified. The suggested tip amounts must be" -" positive, passed in a strictly increased order and must not exceed " -"*max_tip_amount*." -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:19 -#: aiogram.types.message.Message.reply_invoice:20 of -msgid "" -"Unique deep-linking parameter. If left empty, **forwarded copies** of the" -" sent message will have a *Pay* button, allowing multiple users to pay " -"directly from the forwarded message, using the same invoice. If non-" -"empty, forwarded copies of the sent message will have a *URL* button with" -" a deep link to the bot (instead of a *Pay* button), with the value used " -"as the start parameter" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:20 -#: aiogram.types.message.Message.reply_invoice:21 of -msgid "" -"JSON-serialized data about the invoice, which will be shared with the " -"payment provider. A detailed description of required fields should be " -"provided by the payment provider." -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:21 -#: aiogram.types.message.Message.reply_invoice:22 of -msgid "" -"URL of the product photo for the invoice. Can be a photo of the goods or " -"a marketing image for a service. People like it better when they see what" -" they are paying for." -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:22 -#: aiogram.types.message.Message.reply_invoice:23 of -msgid "Photo size in bytes" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:23 -#: aiogram.types.message.Message.reply_invoice:24 of -msgid "Photo width" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:24 -#: aiogram.types.message.Message.reply_invoice:25 of -msgid "Photo height" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:25 -#: aiogram.types.message.Message.reply_invoice:26 of -msgid "" -"Pass :code:`True` if you require the user's full name to complete the " -"order" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:26 -#: aiogram.types.message.Message.reply_invoice:27 of -msgid "" -"Pass :code:`True` if you require the user's phone number to complete the " -"order" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:27 -#: aiogram.types.message.Message.reply_invoice:28 of -msgid "" -"Pass :code:`True` if you require the user's email address to complete the" -" order" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:28 -#: aiogram.types.message.Message.reply_invoice:29 of -msgid "" -"Pass :code:`True` if you require the user's shipping address to complete " -"the order" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:29 -#: aiogram.types.message.Message.reply_invoice:30 of -msgid "Pass :code:`True` if the user's phone number should be sent to provider" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:30 -#: aiogram.types.message.Message.reply_invoice:31 of -msgid "Pass :code:`True` if the user's email address should be sent to provider" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:31 -#: aiogram.types.message.Message.reply_invoice:32 of -msgid "Pass :code:`True` if the final price depends on the shipping method" -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:36 -#: aiogram.types.message.Message.reply_invoice:36 of -msgid "" -"A JSON-serialized object for an `inline keyboard " -"`_. If empty, " -"one 'Pay :code:`total price`' button will be shown. If not empty, the " -"first button must be a Pay button." -msgstr "" - -#: aiogram.types.message.Message.answer_invoice:37 -#: aiogram.types.message.Message.reply_invoice:37 of -msgid "instance of method :class:`aiogram.methods.send_invoice.SendInvoice`" +#: aiogram.types.message.Message.answer_media_group:26 +#: aiogram.types.message.Message.reply_media_group:26 of +msgid "On success, an array of the sent Messages is returned." msgstr "" #: aiogram.types.message.Message.answer_location:1 #: aiogram.types.message.Message.reply_location:1 of -msgid "" -"Shortcut for method :class:`aiogram.methods.send_location.SendLocation` " -"will automatically fill method attributes:" +msgid "Use this method to send point on the map." msgstr "" -#: aiogram.types.message.Message.answer_location:7 -#: aiogram.types.message.Message.reply_location:8 of -msgid "" -"Use this method to send point on the map. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.types.message.Message.answer_location:9 -#: aiogram.types.message.Message.reply_location:10 of +#: aiogram.types.message.Message.answer_location:3 +#: aiogram.types.message.Message.reply_location:3 of msgid "Source: https://core.telegram.org/bots/api#sendlocation" msgstr "" -#: aiogram.types.message.Message.answer_location:11 -#: aiogram.types.message.Message.reply_location:12 of +#: aiogram.types.message.Message.answer_location:5 +#: aiogram.types.message.Message.reply_location:5 of msgid "Latitude of the location" msgstr "" -#: aiogram.types.message.Message.answer_location:12 -#: aiogram.types.message.Message.reply_location:13 of +#: aiogram.types.message.Message.answer_location:8 +#: aiogram.types.message.Message.reply_location:8 of msgid "Longitude of the location" msgstr "" -#: aiogram.types.message.Message.answer_location:13 -#: aiogram.types.message.Message.edit_live_location:14 -#: aiogram.types.message.Message.reply_location:14 of +#: aiogram.types.message.Message.answer_location:11 +#: aiogram.types.message.Message.reply_location:11 of msgid "The radius of uncertainty for the location, measured in meters; 0-1500" msgstr "" -#: aiogram.types.message.Message.answer_location:14 +#: aiogram.types.message.Message.answer_location:15 #: aiogram.types.message.Message.reply_location:15 of -msgid "" -"Period in seconds for which the location will be updated (see `Live " -"Locations `_, should be between" -" 60 and 86400." +msgid "Period in seconds for which the location will be updated" msgstr "" -#: aiogram.types.message.Message.answer_location:15 -#: aiogram.types.message.Message.reply_location:16 of +#: aiogram.types.message.Message.answer_location:18 +#: aiogram.types.message.Message.reply_location:18 of msgid "" "For live locations, a direction in which the user is moving, in degrees. " "Must be between 1 and 360 if specified." msgstr "" -#: aiogram.types.message.Message.answer_location:16 -#: aiogram.types.message.Message.reply_location:17 of +#: aiogram.types.message.Message.answer_location:22 +#: aiogram.types.message.Message.reply_location:22 of msgid "" "For live locations, a maximum distance for proximity alerts about " "approaching another chat member, in meters. Must be between 1 and 100000 " "if specified." msgstr "" -#: aiogram.types.message.Message.answer_location:22 -#: aiogram.types.message.Message.reply_location:22 of -msgid "instance of method :class:`aiogram.methods.send_location.SendLocation`" +#: aiogram.types.message.Message.answer_venue:1 +#: aiogram.types.message.Message.reply_venue:1 of +msgid "Use this method to send information about a venue." msgstr "" -#: aiogram.types.message.Message.answer_media_group:1 -#: aiogram.types.message.Message.reply_media_group:1 of +#: aiogram.types.message.Message.answer_venue:3 +#: aiogram.types.message.Message.reply_venue:3 of +msgid "Source: https://core.telegram.org/bots/api#sendvenue" +msgstr "" + +#: aiogram.types.message.Message.answer_venue:5 +#: aiogram.types.message.Message.reply_venue:5 of +msgid "Latitude of the venue" +msgstr "" + +#: aiogram.types.message.Message.answer_venue:8 +#: aiogram.types.message.Message.reply_venue:8 of +msgid "Longitude of the venue" +msgstr "" + +#: aiogram.types.message.Message.answer_venue:11 +#: aiogram.types.message.Message.reply_venue:11 of +msgid "Name of the venue" +msgstr "" + +#: aiogram.types.message.Message.answer_venue:14 +#: aiogram.types.message.Message.reply_venue:14 of +msgid "Address of the venue" +msgstr "" + +#: aiogram.types.message.Message.answer_venue:17 +#: aiogram.types.message.Message.reply_venue:17 of +msgid "Foursquare identifier of the venue" +msgstr "" + +#: aiogram.types.message.Message.answer_venue:20 +#: aiogram.types.message.Message.reply_venue:20 of +msgid "Foursquare type of the venue, if known" +msgstr "" + +#: aiogram.types.message.Message.answer_venue:23 +#: aiogram.types.message.Message.reply_venue:23 of +msgid "Google Places identifier of the venue" +msgstr "" + +#: aiogram.types.message.Message.answer_venue:26 +#: aiogram.types.message.Message.reply_venue:26 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.send_media_group.SendMediaGroup` will " -"automatically fill method attributes:" +"Google Places type of the venue. See supported types: " +"https://developers.google.com/places/web-service/supported_types" msgstr "" -#: aiogram.types.message.Message.answer_media_group:7 -#: aiogram.types.message.Message.reply_media_group:8 of -msgid "" -"Use this method to send a group of photos, videos, documents or audios as" -" an album. Documents and audio files can be only grouped in an album with" -" messages of the same type. On success, an array of `Messages " -"`_ that were sent is " -"returned." +#: aiogram.types.message.Message.answer_contact:1 +#: aiogram.types.message.Message.reply_contact:1 of +msgid "Use this method to send phone contacts." msgstr "" -#: aiogram.types.message.Message.answer_media_group:9 -#: aiogram.types.message.Message.reply_media_group:10 of -msgid "Source: https://core.telegram.org/bots/api#sendmediagroup" +#: aiogram.types.message.Message.answer_contact:3 +#: aiogram.types.message.Message.reply_contact:3 of +msgid "Source: https://core.telegram.org/bots/api#sendcontact" msgstr "" -#: aiogram.types.message.Message.answer_media_group:11 -#: aiogram.types.message.Message.reply_media_group:12 of -msgid "" -"A JSON-serialized array describing messages to be sent, must include 2-10" -" items" +#: aiogram.types.message.Message.answer_contact:5 +#: aiogram.types.message.Message.reply_contact:5 of +msgid "Contact's phone number" msgstr "" -#: aiogram.types.message.Message.answer_media_group:12 -#: aiogram.types.message.Message.reply_media_group:13 of -msgid "" -"Sends messages `silently `_. Users will receive a notification with no sound." +#: aiogram.types.message.Message.answer_contact:8 +#: aiogram.types.message.Message.reply_contact:8 of +msgid "Contact's first name" msgstr "" -#: aiogram.types.message.Message.answer_media_group:13 -#: aiogram.types.message.Message.reply_media_group:14 of -msgid "Protects the contents of the sent messages from forwarding and saving" +#: aiogram.types.message.Message.answer_contact:11 +#: aiogram.types.message.Message.reply_contact:11 of +msgid "Contact's last name" msgstr "" -#: aiogram.types.message.Message.answer_media_group:16 -#: aiogram.types.message.Message.reply_media_group:16 of -msgid "" -"instance of method " -":class:`aiogram.methods.send_media_group.SendMediaGroup`" +#: aiogram.types.message.Message.answer_sticker:1 +#: aiogram.types.message.Message.reply_sticker:1 of +msgid "Use this method to send .webp stickers." msgstr "" -#: aiogram.types.message.Message.answer_media_group:14 of -msgid "If the messages are a reply, ID of the original message" +#: aiogram.types.message.Message.answer_sticker:3 +#: aiogram.types.message.Message.reply_sticker:3 of +msgid "Source: https://core.telegram.org/bots/api#sendsticker" msgstr "" -#: aiogram.types.message.Message.answer:1 aiogram.types.message.Message.reply:1 -#: of -msgid "" -"Shortcut for method :class:`aiogram.methods.send_message.SendMessage` " -"will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.answer:7 aiogram.types.message.Message.reply:8 -#: of -msgid "" -"Use this method to send text messages. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.types.message.Message.answer:9 -#: aiogram.types.message.Message.reply:10 of -msgid "Source: https://core.telegram.org/bots/api#sendmessage" -msgstr "" - -#: aiogram.types.message.Message.answer:11 -#: aiogram.types.message.Message.reply:12 of -msgid "Text of the message to be sent, 1-4096 characters after entities parsing" -msgstr "" - -#: aiogram.types.message.Message.answer:12 -#: aiogram.types.message.Message.edit_text:13 -#: aiogram.types.message.Message.reply:13 of -msgid "" -"Mode for parsing entities in the message text. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: aiogram.types.message.Message.answer:13 -#: aiogram.types.message.Message.edit_text:14 -#: aiogram.types.message.Message.reply:14 of -msgid "" -"A JSON-serialized list of special entities that appear in message text, " -"which can be specified instead of *parse_mode*" -msgstr "" - -#: aiogram.types.message.Message.answer:14 -#: aiogram.types.message.Message.edit_text:15 -#: aiogram.types.message.Message.reply:15 of -msgid "Disables link previews for links in this message" -msgstr "" - -#: aiogram.types.message.Message.answer:20 -#: aiogram.types.message.Message.reply:20 of -msgid "instance of method :class:`aiogram.methods.send_message.SendMessage`" -msgstr "" - -#: aiogram.types.message.Message.answer_photo:1 -#: aiogram.types.message.Message.reply_photo:1 of -msgid "" -"Shortcut for method :class:`aiogram.methods.send_photo.SendPhoto` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.answer_photo:7 -#: aiogram.types.message.Message.reply_photo:8 of -msgid "" -"Use this method to send photos. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.types.message.Message.answer_photo:9 -#: aiogram.types.message.Message.reply_photo:10 of -msgid "Source: https://core.telegram.org/bots/api#sendphoto" -msgstr "" - -#: aiogram.types.message.Message.answer_photo:11 -#: aiogram.types.message.Message.reply_photo:12 of -msgid "" -"Photo to send. Pass a file_id as String to send a photo that exists on " -"the Telegram servers (recommended), pass an HTTP URL as a String for " -"Telegram to get a photo from the Internet, or upload a new photo using " -"multipart/form-data. The photo must be at most 10 MB in size. The photo's" -" width and height must not exceed 10000 in total. Width and height ratio " -"must be at most 20. :ref:`More information on Sending Files » `" -msgstr "" - -#: aiogram.types.message.Message.answer_photo:12 -#: aiogram.types.message.Message.reply_photo:13 of -msgid "" -"Photo caption (may also be used when resending photos by *file_id*), " -"0-1024 characters after entities parsing" -msgstr "" - -#: aiogram.types.message.Message.answer_photo:13 -#: aiogram.types.message.Message.reply_photo:14 of -msgid "" -"Mode for parsing entities in the photo caption. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: aiogram.types.message.Message.answer_photo:15 -#: aiogram.types.message.Message.reply_photo:16 of -msgid "" -"Pass :code:`True` if the photo needs to be covered with a spoiler " -"animation" -msgstr "" - -#: aiogram.types.message.Message.answer_photo:21 -#: aiogram.types.message.Message.reply_photo:21 of -msgid "instance of method :class:`aiogram.methods.send_photo.SendPhoto`" +#: aiogram.types.message.Message.answer_sticker:5 +#: aiogram.types.message.Message.reply_sticker:5 of +msgid "Sticker to send." msgstr "" #: aiogram.types.message.Message.answer_poll:1 #: aiogram.types.message.Message.reply_poll:1 of msgid "" -"Shortcut for method :class:`aiogram.methods.send_poll.SendPoll` will " -"automatically fill method attributes:" +"Use this method to send a native poll. On success, the sent Message is " +"returned." msgstr "" -#: aiogram.types.message.Message.answer_poll:7 -#: aiogram.types.message.Message.reply_poll:8 of -msgid "" -"Use this method to send a native poll. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.types.message.Message.answer_poll:9 -#: aiogram.types.message.Message.reply_poll:10 of +#: aiogram.types.message.Message.answer_poll:4 +#: aiogram.types.message.Message.reply_poll:4 of msgid "Source: https://core.telegram.org/bots/api#sendpoll" msgstr "" -#: aiogram.types.message.Message.answer_poll:11 -#: aiogram.types.message.Message.reply_poll:12 of -msgid "Poll question, 1-300 characters" +#: aiogram.types.message.Message.answer_poll:6 +#: aiogram.types.message.Message.reply_poll:6 of +msgid "Poll question, 1-255 characters" +msgstr "" + +#: aiogram.types.message.Message.answer_poll:9 +#: aiogram.types.message.Message.reply_poll:9 of +msgid "List of answer options, 2-10 strings 1-100 characters each" msgstr "" #: aiogram.types.message.Message.answer_poll:12 -#: aiogram.types.message.Message.reply_poll:13 of -msgid "" -"A JSON-serialized list of answer options, 2-10 strings 1-100 characters " -"each" -msgstr "" - -#: aiogram.types.message.Message.answer_poll:13 -#: aiogram.types.message.Message.reply_poll:14 of -msgid ":code:`True`, if the poll needs to be anonymous, defaults to :code:`True`" -msgstr "" - -#: aiogram.types.message.Message.answer_poll:14 -#: aiogram.types.message.Message.reply_poll:15 of -msgid "Poll type, 'quiz' or 'regular', defaults to 'regular'" +#: aiogram.types.message.Message.reply_poll:12 of +msgid "True, if the poll needs to be anonymous, defaults to True" msgstr "" #: aiogram.types.message.Message.answer_poll:15 -#: aiogram.types.message.Message.reply_poll:16 of -msgid "" -":code:`True`, if the poll allows multiple answers, ignored for polls in " -"quiz mode, defaults to :code:`False`" +#: aiogram.types.message.Message.reply_poll:15 of +msgid "Poll type, “quiz” or “regular”, defaults to “regular”" msgstr "" -#: aiogram.types.message.Message.answer_poll:16 -#: aiogram.types.message.Message.reply_poll:17 of +#: aiogram.types.message.Message.answer_poll:18 +#: aiogram.types.message.Message.reply_poll:18 of +msgid "" +"True, if the poll allows multiple answers, ignored for polls in quiz " +"mode, defaults to False" +msgstr "" + +#: aiogram.types.message.Message.answer_poll:22 +#: aiogram.types.message.Message.reply_poll:22 of msgid "" "0-based identifier of the correct answer option, required for polls in " "quiz mode" msgstr "" -#: aiogram.types.message.Message.answer_poll:17 -#: aiogram.types.message.Message.reply_poll:18 of +#: aiogram.types.message.Message.answer_poll:26 +#: aiogram.types.message.Message.reply_poll:26 of msgid "" "Text that is shown when a user chooses an incorrect answer or taps on the" " lamp icon in a quiz-style poll, 0-200 characters with at most 2 line " "feeds after entities parsing" msgstr "" -#: aiogram.types.message.Message.answer_poll:18 -#: aiogram.types.message.Message.reply_poll:19 of +#: aiogram.types.message.Message.answer_poll:31 +#: aiogram.types.message.Message.reply_poll:31 of msgid "" -"Mode for parsing entities in the explanation. See `formatting options " -"`_ for more " -"details." +"Mode for parsing entities in the explanation. See formatting options for " +"more details." msgstr "" -#: aiogram.types.message.Message.answer_poll:19 -#: aiogram.types.message.Message.reply_poll:20 of -msgid "" -"A JSON-serialized list of special entities that appear in the poll " -"explanation, which can be specified instead of *parse_mode*" -msgstr "" - -#: aiogram.types.message.Message.answer_poll:20 -#: aiogram.types.message.Message.reply_poll:21 of +#: aiogram.types.message.Message.answer_poll:39 +#: aiogram.types.message.Message.reply_poll:39 of msgid "" "Amount of time in seconds the poll will be active after creation, 5-600. " -"Can't be used together with *close_date*." +"Can't be used together with close_date." msgstr "" -#: aiogram.types.message.Message.answer_poll:21 -#: aiogram.types.message.Message.reply_poll:22 of +#: aiogram.types.message.Message.answer_poll:43 +#: aiogram.types.message.Message.reply_poll:43 of msgid "" "Point in time (Unix timestamp) when the poll will be automatically " "closed. Must be at least 5 and no more than 600 seconds in the future. " -"Can't be used together with *open_period*." +"Can't be used together with open_period." msgstr "" -#: aiogram.types.message.Message.answer_poll:22 -#: aiogram.types.message.Message.reply_poll:23 of -msgid "" -"Pass :code:`True` if the poll needs to be immediately closed. This can be" -" useful for poll preview." -msgstr "" - -#: aiogram.types.message.Message.answer_poll:28 -#: aiogram.types.message.Message.reply_poll:28 of -msgid "instance of method :class:`aiogram.methods.send_poll.SendPoll`" +#: aiogram.types.message.Message.answer_poll:49 +#: aiogram.types.message.Message.reply_poll:49 of +msgid "Pass True, if the poll needs to be immediately closed" msgstr "" #: aiogram.types.message.Message.answer_dice:1 #: aiogram.types.message.Message.reply_dice:1 of msgid "" -"Shortcut for method :class:`aiogram.methods.send_dice.SendDice` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.answer_dice:7 -#: aiogram.types.message.Message.reply_dice:8 of -msgid "" "Use this method to send an animated emoji that will display a random " -"value. On success, the sent :class:`aiogram.types.message.Message` is " -"returned." +"value. On success, the sent Message is returned." msgstr "" -#: aiogram.types.message.Message.answer_dice:9 -#: aiogram.types.message.Message.reply_dice:10 of +#: aiogram.types.message.Message.answer_dice:4 +#: aiogram.types.message.Message.reply_dice:4 of msgid "Source: https://core.telegram.org/bots/api#senddice" msgstr "" -#: aiogram.types.message.Message.answer_dice:11 -#: aiogram.types.message.Message.reply_dice:12 of +#: aiogram.types.message.Message.answer_dice:6 +#: aiogram.types.message.Message.reply_dice:6 of msgid "" "Emoji on which the dice throw animation is based. Currently, must be one " -"of '🎲', '🎯', '🏀', '⚽', '🎳', or '🎰'. Dice can have values 1-6 for '🎲', '🎯'" -" and '🎳', values 1-5 for '🏀' and '⚽', and values 1-64 for '🎰'. Defaults " -"to '🎲'" +"of “🎲”, “🎯”, “🏀”, “⚽”, or “🎰”. Dice can have values 1-6 for “🎲” and “🎯”, " +"values 1-5 for “🏀” and “⚽”, and values 1-64 for “🎰”. Defaults to “🎲”" msgstr "" -#: aiogram.types.message.Message.answer_dice:13 -#: aiogram.types.message.Message.reply_dice:14 of -msgid "Protects the contents of the sent message from forwarding" -msgstr "" - -#: aiogram.types.message.Message.answer_dice:17 -#: aiogram.types.message.Message.reply_dice:17 of -msgid "instance of method :class:`aiogram.methods.send_dice.SendDice`" -msgstr "" - -#: aiogram.types.message.Message.answer_sticker:1 -#: aiogram.types.message.Message.reply_sticker:1 of +#: aiogram.types.message.Message.answer_chat_action:1 of msgid "" -"Shortcut for method :class:`aiogram.methods.send_sticker.SendSticker` " -"will automatically fill method attributes:" +"Use this method when you need to tell the user that something is " +"happening on the bot's side. The status is set for 5 seconds or less " +"(when a message arrives from your bot, Telegram clients clear its typing " +"status)." msgstr "" -#: aiogram.types.message.Message.answer_sticker:7 -#: aiogram.types.message.Message.reply_sticker:8 of +#: aiogram.types.message.Message.answer_chat_action:5 of msgid "" -"Use this method to send static .WEBP, `animated " -"`_ .TGS, or `video " -"`_ .WEBM " -"stickers. On success, the sent :class:`aiogram.types.message.Message` is " -"returned." +"We only recommend using this method when a response from the bot will " +"take a noticeable amount of time to arrive." msgstr "" -#: aiogram.types.message.Message.answer_sticker:9 -#: aiogram.types.message.Message.reply_sticker:10 of -msgid "Source: https://core.telegram.org/bots/api#sendsticker" +#: aiogram.types.message.Message.answer_chat_action:8 of +msgid "Source: https://core.telegram.org/bots/api#sendchataction" msgstr "" -#: aiogram.types.message.Message.answer_sticker:11 -#: aiogram.types.message.Message.reply_sticker:12 of -msgid "" -"Sticker to send. Pass a file_id as String to send a file that exists on " -"the Telegram servers (recommended), pass an HTTP URL as a String for " -"Telegram to get a .WEBP file from the Internet, or upload a new one using" -" multipart/form-data. :ref:`More information on Sending Files » `" +#: aiogram.types.message.Message.answer_chat_action:10 of +msgid "Type of action to broadcast" msgstr "" -#: aiogram.types.message.Message.answer_sticker:17 -#: aiogram.types.message.Message.reply_sticker:17 of -msgid "instance of method :class:`aiogram.methods.send_sticker.SendSticker`" +#: aiogram.types.message.Message.answer_chat_action:12 of +msgid "Unique identifier for the target message thread; supergroups only" msgstr "" -#: aiogram.types.message.Message.answer_venue:1 -#: aiogram.types.message.Message.reply_venue:1 of -msgid "" -"Shortcut for method :class:`aiogram.methods.send_venue.SendVenue` will " -"automatically fill method attributes:" +#: aiogram.types.message.Message.answer_chat_action:14 +#: aiogram.types.message.Message.delete:11 aiogram.types.message.Message.pin:13 +#: aiogram.types.message.Message.unpin:9 of +msgid "Returns True on success" msgstr "" -#: aiogram.types.message.Message.answer_venue:7 -#: aiogram.types.message.Message.reply_venue:8 of -msgid "" -"Use this method to send information about a venue. On success, the sent " -":class:`aiogram.types.message.Message` is returned." +#: aiogram.types.message.Message.answer_chat_action:15 +#: aiogram.types.message.Message.delete:12 aiogram.types.message.Message.pin:14 +#: aiogram.types.message.Message.unpin:10 of +msgid ":obj:`base.Boolean`" msgstr "" -#: aiogram.types.message.Message.answer_venue:9 -#: aiogram.types.message.Message.reply_venue:10 of -msgid "Source: https://core.telegram.org/bots/api#sendvenue" +#: aiogram.types.message.Message.reply:1 of +msgid "Reply to this message" msgstr "" -#: aiogram.types.message.Message.answer_venue:11 -#: aiogram.types.message.Message.reply_venue:12 of -msgid "Latitude of the venue" +#: aiogram.types.message.Message.forward:1 of +msgid "Forward this message" msgstr "" -#: aiogram.types.message.Message.answer_venue:12 -#: aiogram.types.message.Message.reply_venue:13 of -msgid "Longitude of the venue" +#: aiogram.types.message.Message.forward:3 of +msgid "Source: https://core.telegram.org/bots/api#forwardmessage" msgstr "" -#: aiogram.types.message.Message.answer_venue:13 -#: aiogram.types.message.Message.reply_venue:14 of -msgid "Name of the venue" +#: aiogram.types.message.Message.forward:5 of +msgid "Unique identifier for the target chat or username of the target channel" msgstr "" -#: aiogram.types.message.Message.answer_venue:14 -#: aiogram.types.message.Message.reply_venue:15 of -msgid "Address of the venue" -msgstr "" - -#: aiogram.types.message.Message.answer_venue:15 -#: aiogram.types.message.Message.reply_venue:16 of -msgid "Foursquare identifier of the venue" -msgstr "" - -#: aiogram.types.message.Message.answer_venue:16 -#: aiogram.types.message.Message.reply_venue:17 of -msgid "" -"Foursquare type of the venue, if known. (For example, " -"'arts_entertainment/default', 'arts_entertainment/aquarium' or " -"'food/icecream'.)" -msgstr "" - -#: aiogram.types.message.Message.answer_venue:17 -#: aiogram.types.message.Message.reply_venue:18 of -msgid "Google Places identifier of the venue" -msgstr "" - -#: aiogram.types.message.Message.answer_venue:18 -#: aiogram.types.message.Message.reply_venue:19 of -msgid "" -"Google Places type of the venue. (See `supported types " -"`_.)" -msgstr "" - -#: aiogram.types.message.Message.answer_venue:24 -#: aiogram.types.message.Message.reply_venue:24 of -msgid "instance of method :class:`aiogram.methods.send_venue.SendVenue`" -msgstr "" - -#: aiogram.types.message.Message.answer_video:1 -#: aiogram.types.message.Message.reply_video:1 of -msgid "" -"Shortcut for method :class:`aiogram.methods.send_video.SendVideo` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.answer_video:7 -#: aiogram.types.message.Message.reply_video:8 of -msgid "" -"Use this method to send video files, Telegram clients support MPEG4 " -"videos (other formats may be sent as " -":class:`aiogram.types.document.Document`). On success, the sent " -":class:`aiogram.types.message.Message` is returned. Bots can currently " -"send video files of up to 50 MB in size, this limit may be changed in the" -" future." -msgstr "" - -#: aiogram.types.message.Message.answer_video:9 -#: aiogram.types.message.Message.reply_video:10 of -msgid "Source: https://core.telegram.org/bots/api#sendvideo" -msgstr "" - -#: aiogram.types.message.Message.answer_video:11 -#: aiogram.types.message.Message.reply_video:12 of -msgid "" -"Video to send. Pass a file_id as String to send a video that exists on " -"the Telegram servers (recommended), pass an HTTP URL as a String for " -"Telegram to get a video from the Internet, or upload a new video using " -"multipart/form-data. :ref:`More information on Sending Files » `" -msgstr "" - -#: aiogram.types.message.Message.answer_video:12 -#: aiogram.types.message.Message.answer_video_note:12 -#: aiogram.types.message.Message.reply_video:13 -#: aiogram.types.message.Message.reply_video_note:13 of -msgid "Duration of sent video in seconds" -msgstr "" - -#: aiogram.types.message.Message.answer_video:13 -#: aiogram.types.message.Message.reply_video:14 of -msgid "Video width" -msgstr "" - -#: aiogram.types.message.Message.answer_video:14 -#: aiogram.types.message.Message.reply_video:15 of -msgid "Video height" -msgstr "" - -#: aiogram.types.message.Message.answer_video:16 -#: aiogram.types.message.Message.reply_video:17 of -msgid "" -"Video caption (may also be used when resending videos by *file_id*), " -"0-1024 characters after entities parsing" -msgstr "" - -#: aiogram.types.message.Message.answer_video:17 -#: aiogram.types.message.Message.reply_video:18 of -msgid "" -"Mode for parsing entities in the video caption. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: aiogram.types.message.Message.answer_video:19 -#: aiogram.types.message.Message.reply_video:20 of -msgid "" -"Pass :code:`True` if the video needs to be covered with a spoiler " -"animation" -msgstr "" - -#: aiogram.types.message.Message.answer_video:20 -#: aiogram.types.message.Message.reply_video:21 of -msgid "Pass :code:`True` if the uploaded video is suitable for streaming" -msgstr "" - -#: aiogram.types.message.Message.answer_video:26 -#: aiogram.types.message.Message.reply_video:26 of -msgid "instance of method :class:`aiogram.methods.send_video.SendVideo`" -msgstr "" - -#: aiogram.types.message.Message.answer_video_note:1 -#: aiogram.types.message.Message.reply_video_note:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.send_video_note.SendVideoNote` will automatically" -" fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.answer_video_note:7 -#: aiogram.types.message.Message.reply_video_note:8 of -msgid "" -"As of `v.4.0 `_, " -"Telegram clients support rounded square MPEG4 videos of up to 1 minute " -"long. Use this method to send video messages. On success, the sent " -":class:`aiogram.types.message.Message` is returned." -msgstr "" - -#: aiogram.types.message.Message.answer_video_note:9 -#: aiogram.types.message.Message.reply_video_note:10 of -msgid "Source: https://core.telegram.org/bots/api#sendvideonote" -msgstr "" - -#: aiogram.types.message.Message.answer_video_note:11 -#: aiogram.types.message.Message.reply_video_note:12 of -msgid "" -"Video note to send. Pass a file_id as String to send a video note that " -"exists on the Telegram servers (recommended) or upload a new video using " -"multipart/form-data. :ref:`More information on Sending Files » `. Sending video notes by a URL is currently unsupported" -msgstr "" - -#: aiogram.types.message.Message.answer_video_note:13 -#: aiogram.types.message.Message.reply_video_note:14 of -msgid "Video width and height, i.e. diameter of the video message" -msgstr "" - -#: aiogram.types.message.Message.answer_video_note:20 -#: aiogram.types.message.Message.reply_video_note:20 of -msgid "instance of method :class:`aiogram.methods.send_video_note.SendVideoNote`" -msgstr "" - -#: aiogram.types.message.Message.answer_voice:1 -#: aiogram.types.message.Message.reply_voice:1 of -msgid "" -"Shortcut for method :class:`aiogram.methods.send_voice.SendVoice` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.answer_voice:7 -#: aiogram.types.message.Message.reply_voice:8 of -msgid "" -"Use this method to send audio files, if you want Telegram clients to " -"display the file as a playable voice message. For this to work, your " -"audio must be in an .OGG file encoded with OPUS (other formats may be " -"sent as :class:`aiogram.types.audio.Audio` or " -":class:`aiogram.types.document.Document`). On success, the sent " -":class:`aiogram.types.message.Message` is returned. Bots can currently " -"send voice messages of up to 50 MB in size, this limit may be changed in " -"the future." -msgstr "" - -#: aiogram.types.message.Message.answer_voice:9 -#: aiogram.types.message.Message.reply_voice:10 of -msgid "Source: https://core.telegram.org/bots/api#sendvoice" -msgstr "" - -#: aiogram.types.message.Message.answer_voice:11 -#: aiogram.types.message.Message.reply_voice:12 of -msgid "" -"Audio file to send. Pass a file_id as String to send a file that exists " -"on the Telegram servers (recommended), pass an HTTP URL as a String for " -"Telegram to get a file from the Internet, or upload a new one using " -"multipart/form-data. :ref:`More information on Sending Files » `" -msgstr "" - -#: aiogram.types.message.Message.answer_voice:12 -#: aiogram.types.message.Message.reply_voice:13 of -msgid "Voice message caption, 0-1024 characters after entities parsing" -msgstr "" - -#: aiogram.types.message.Message.answer_voice:13 -#: aiogram.types.message.Message.reply_voice:14 of -msgid "" -"Mode for parsing entities in the voice message caption. See `formatting " -"options `_ for " -"more details." -msgstr "" - -#: aiogram.types.message.Message.answer_voice:15 -#: aiogram.types.message.Message.reply_voice:16 of -msgid "Duration of the voice message in seconds" -msgstr "" - -#: aiogram.types.message.Message.answer_voice:21 -#: aiogram.types.message.Message.reply_voice:21 of -msgid "instance of method :class:`aiogram.methods.send_voice.SendVoice`" -msgstr "" - -#: aiogram.types.message.Message.send_copy:1 of -msgid "Send copy of message." -msgstr "" - -#: aiogram.types.message.Message.send_copy:3 of -msgid "" -"Is similar to :meth:`aiogram.client.bot.Bot.copy_message` but returning " -"the sent message instead of :class:`aiogram.types.message_id.MessageId`" -msgstr "" - -#: aiogram.types.message.Message.send_copy:8 of -msgid "" -"This method don't use the API method named `copyMessage` and historically" -" implemented before the similar method is added to API" -msgstr "" - -#: aiogram.types.message.Message.copy_to:1 of -msgid "" -"Shortcut for method :class:`aiogram.methods.copy_message.CopyMessage` " -"will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.copy_to:4 -#: aiogram.types.message.Message.forward:4 of -msgid ":code:`from_chat_id`" -msgstr "" - -#: aiogram.types.message.Message.copy_to:5 -#: aiogram.types.message.Message.delete:5 -#: aiogram.types.message.Message.edit_caption:5 -#: aiogram.types.message.Message.edit_live_location:5 -#: aiogram.types.message.Message.edit_media:5 -#: aiogram.types.message.Message.edit_reply_markup:5 -#: aiogram.types.message.Message.edit_text:5 -#: aiogram.types.message.Message.forward:5 aiogram.types.message.Message.pin:5 -#: aiogram.types.message.Message.stop_live_location:5 -#: aiogram.types.message.Message.unpin:5 of -msgid ":code:`message_id`" -msgstr "" - -#: aiogram.types.message.Message.copy_to:7 of -msgid "" -"Use this method to copy messages of any kind. Service messages and " -"invoice messages can't be copied. A quiz " -":class:`aiogram.methods.poll.Poll` can be copied only if the value of the" -" field *correct_option_id* is known to the bot. The method is analogous " -"to the method :class:`aiogram.methods.forward_message.ForwardMessage`, " -"but the copied message doesn't have a link to the original message. " -"Returns the :class:`aiogram.types.message_id.MessageId` of the sent " -"message on success." -msgstr "" - -#: aiogram.types.message.Message.copy_to:9 of -msgid "Source: https://core.telegram.org/bots/api#copymessage" -msgstr "" - -#: aiogram.types.message.Message.copy_to:11 -#: aiogram.types.message.Message.forward:11 of -msgid "" -"Unique identifier for the target chat or username of the target channel " -"(in the format :code:`@channelusername`)" -msgstr "" - -#: aiogram.types.message.Message.copy_to:12 -#: aiogram.types.message.Message.forward:12 of +#: aiogram.types.message.Message.forward:8 of msgid "" "Unique identifier for the target message thread (topic) of the forum; for" " forum supergroups only" msgstr "" -#: aiogram.types.message.Message.copy_to:13 of -msgid "" -"New caption for media, 0-1024 characters after entities parsing. If not " -"specified, the original caption is kept" -msgstr "" - -#: aiogram.types.message.Message.copy_to:14 of -msgid "" -"Mode for parsing entities in the new caption. See `formatting options " -"`_ for more " -"details." -msgstr "" - -#: aiogram.types.message.Message.copy_to:15 of -msgid "" -"A JSON-serialized list of special entities that appear in the new " -"caption, which can be specified instead of *parse_mode*" -msgstr "" - -#: aiogram.types.message.Message.copy_to:21 of -msgid "instance of method :class:`aiogram.methods.copy_message.CopyMessage`" +#: aiogram.types.message.Message.forward:15 of +msgid "Protects the contents of the forwarded message from forwarding and saving" msgstr "" #: aiogram.types.message.Message.edit_text:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.edit_message_text.EditMessageText` will " -"automatically fill method attributes:" +"Use this method to edit text and game messages sent by the bot or via the" +" bot (for inline bots)." msgstr "" -#: aiogram.types.message.Message.edit_text:7 of -msgid "" -"Use this method to edit text and `game " -"`_ messages. On success, if the" -" edited message is not an inline message, the edited " -":class:`aiogram.types.message.Message` is returned, otherwise " -":code:`True` is returned." -msgstr "" - -#: aiogram.types.message.Message.edit_text:9 of +#: aiogram.types.message.Message.edit_text:3 of msgid "Source: https://core.telegram.org/bots/api#editmessagetext" msgstr "" -#: aiogram.types.message.Message.edit_text:11 of -msgid "New text of the message, 1-4096 characters after entities parsing" +#: aiogram.types.message.Message.edit_text:5 of +msgid "New text of the message" msgstr "" -#: aiogram.types.message.Message.edit_caption:11 -#: aiogram.types.message.Message.edit_live_location:13 -#: aiogram.types.message.Message.edit_media:12 -#: aiogram.types.message.Message.edit_reply_markup:11 -#: aiogram.types.message.Message.edit_text:12 -#: aiogram.types.message.Message.stop_live_location:11 of +#: aiogram.types.message.Message.edit_text:19 of +msgid "A JSON-serialized object for an inline keyboard." +msgstr "" + +#: aiogram.types.message.Message.delete_reply_markup:3 +#: aiogram.types.message.Message.edit_caption:20 +#: aiogram.types.message.Message.edit_reply_markup:7 +#: aiogram.types.message.Message.edit_text:22 of msgid "" -"Required if *chat_id* and *message_id* are not specified. Identifier of " -"the inline message" +"On success, if edited message is sent by the bot, the edited Message is " +"returned, otherwise True is returned." msgstr "" -#: aiogram.types.message.Message.edit_caption:15 -#: aiogram.types.message.Message.edit_reply_markup:12 -#: aiogram.types.message.Message.edit_text:16 of -msgid "" -"A JSON-serialized object for an `inline keyboard " -"`_." -msgstr "" - -#: aiogram.types.message.Message.edit_text:17 of -msgid "" -"instance of method " -":class:`aiogram.methods.edit_message_text.EditMessageText`" -msgstr "" - -#: aiogram.types.message.Message.forward:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.forward_message.ForwardMessage` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.forward:7 of -msgid "" -"Use this method to forward messages of any kind. Service messages can't " -"be forwarded. On success, the sent :class:`aiogram.types.message.Message`" -" is returned." -msgstr "" - -#: aiogram.types.message.Message.forward:9 of -msgid "Source: https://core.telegram.org/bots/api#forwardmessage" -msgstr "" - -#: aiogram.types.message.Message.forward:14 of -msgid "Protects the contents of the forwarded message from forwarding and saving" -msgstr "" - -#: aiogram.types.message.Message.forward:15 of -msgid "instance of method :class:`aiogram.methods.forward_message.ForwardMessage`" -msgstr "" - -#: aiogram.types.message.Message.edit_media:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.edit_message_media.EditMessageMedia` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.edit_media:7 of -msgid "" -"Use this method to edit animation, audio, document, photo, or video " -"messages. If a message is part of a message album, then it can be edited " -"only to an audio for audio albums, only to a document for document albums" -" and to a photo or a video otherwise. When an inline message is edited, a" -" new file can't be uploaded; use a previously uploaded file via its " -"file_id or specify a URL. On success, if the edited message is not an " -"inline message, the edited :class:`aiogram.types.message.Message` is " -"returned, otherwise :code:`True` is returned." -msgstr "" - -#: aiogram.types.message.Message.edit_media:9 of -msgid "Source: https://core.telegram.org/bots/api#editmessagemedia" -msgstr "" - -#: aiogram.types.message.Message.edit_media:11 of -msgid "A JSON-serialized object for a new media content of the message" -msgstr "" - -#: aiogram.types.message.Message.edit_live_location:17 -#: aiogram.types.message.Message.edit_media:13 -#: aiogram.types.message.Message.stop_live_location:12 of -msgid "" -"A JSON-serialized object for a new `inline keyboard " -"`_." -msgstr "" - -#: aiogram.types.message.Message.edit_media:14 of -msgid "" -"instance of method " -":class:`aiogram.methods.edit_message_media.EditMessageMedia`" -msgstr "" - -#: aiogram.types.message.Message.edit_reply_markup:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup`" -" will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.edit_reply_markup:7 of -msgid "" -"Use this method to edit only the reply markup of messages. On success, if" -" the edited message is not an inline message, the edited " -":class:`aiogram.types.message.Message` is returned, otherwise " -":code:`True` is returned." -msgstr "" - -#: aiogram.types.message.Message.edit_reply_markup:9 of -msgid "Source: https://core.telegram.org/bots/api#editmessagereplymarkup" -msgstr "" - -#: aiogram.types.message.Message.edit_reply_markup:13 of -msgid "" -"instance of method " -":class:`aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup`" -msgstr "" - -#: aiogram.types.message.Message.edit_live_location:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.edit_message_live_location.EditMessageLiveLocation`" -" will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.edit_live_location:7 of -msgid "" -"Use this method to edit live location messages. A location can be edited " -"until its *live_period* expires or editing is explicitly disabled by a " -"call to " -":class:`aiogram.methods.stop_message_live_location.StopMessageLiveLocation`." -" On success, if the edited message is not an inline message, the edited " -":class:`aiogram.types.message.Message` is returned, otherwise " -":code:`True` is returned." -msgstr "" - -#: aiogram.types.message.Message.edit_live_location:9 of -msgid "Source: https://core.telegram.org/bots/api#editmessagelivelocation" -msgstr "" - -#: aiogram.types.message.Message.edit_live_location:11 of -msgid "Latitude of new location" -msgstr "" - -#: aiogram.types.message.Message.edit_live_location:12 of -msgid "Longitude of new location" -msgstr "" - -#: aiogram.types.message.Message.edit_live_location:15 of -msgid "" -"Direction in which the user is moving, in degrees. Must be between 1 and " -"360 if specified." -msgstr "" - -#: aiogram.types.message.Message.edit_live_location:16 of -msgid "" -"The maximum distance for proximity alerts about approaching another chat " -"member, in meters. Must be between 1 and 100000 if specified." -msgstr "" - -#: aiogram.types.message.Message.edit_live_location:18 of -msgid "" -"instance of method " -":class:`aiogram.methods.edit_message_live_location.EditMessageLiveLocation`" -msgstr "" - -#: aiogram.types.message.Message.stop_live_location:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.stop_message_live_location.StopMessageLiveLocation`" -" will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.stop_live_location:7 of -msgid "" -"Use this method to stop updating a live location message before " -"*live_period* expires. On success, if the message is not an inline " -"message, the edited :class:`aiogram.types.message.Message` is returned, " -"otherwise :code:`True` is returned." -msgstr "" - -#: aiogram.types.message.Message.stop_live_location:9 of -msgid "Source: https://core.telegram.org/bots/api#stopmessagelivelocation" -msgstr "" - -#: aiogram.types.message.Message.stop_live_location:13 of -msgid "" -"instance of method " -":class:`aiogram.methods.stop_message_live_location.StopMessageLiveLocation`" +#: aiogram.types.message.Message.delete_reply_markup:5 +#: aiogram.types.message.Message.edit_caption:22 +#: aiogram.types.message.Message.edit_live_location:15 +#: aiogram.types.message.Message.edit_media:18 +#: aiogram.types.message.Message.edit_reply_markup:9 +#: aiogram.types.message.Message.edit_text:24 +#: aiogram.types.message.Message.stop_live_location:10 of +msgid ":obj:`typing.Union[types.Message, base.Boolean]`" msgstr "" #: aiogram.types.message.Message.edit_caption:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.edit_message_caption.EditMessageCaption` will " -"automatically fill method attributes:" +"Use this method to edit captions of messages sent by the bot or via the " +"bot (for inline bots)." msgstr "" -#: aiogram.types.message.Message.edit_caption:7 of -msgid "" -"Use this method to edit captions of messages. On success, if the edited " -"message is not an inline message, the edited " -":class:`aiogram.types.message.Message` is returned, otherwise " -":code:`True` is returned." -msgstr "" - -#: aiogram.types.message.Message.edit_caption:9 of +#: aiogram.types.message.Message.edit_caption:4 of msgid "Source: https://core.telegram.org/bots/api#editmessagecaption" msgstr "" -#: aiogram.types.message.Message.edit_caption:12 of -msgid "New caption of the message, 0-1024 characters after entities parsing" +#: aiogram.types.message.Message.edit_caption:6 of +msgid "New caption of the message" msgstr "" -#: aiogram.types.message.Message.edit_caption:13 of -msgid "" -"Mode for parsing entities in the message caption. See `formatting options" -" `_ for more " -"details." +#: aiogram.types.message.Message.edit_caption:17 +#: aiogram.types.message.Message.edit_reply_markup:5 of +msgid "A JSON-serialized object for an inline keyboard" msgstr "" -#: aiogram.types.message.Message.edit_caption:16 of +#: aiogram.types.message.Message.edit_media:1 of msgid "" -"instance of method " -":class:`aiogram.methods.edit_message_caption.EditMessageCaption`" +"Use this method to edit audio, document, photo, or video messages. If a " +"message is a part of a message album, then it can be edited only to a " +"photo or a video. Otherwise, message type can be changed arbitrarily. " +"When inline message is edited, new file can't be uploaded. Use previously" +" uploaded file via its file_id or specify a URL." +msgstr "" + +#: aiogram.types.message.Message.edit_live_location:13 +#: aiogram.types.message.Message.edit_media:7 of +msgid "" +"On success, if the edited message was sent by the bot, the edited Message" +" is returned, otherwise True is returned." +msgstr "" + +#: aiogram.types.message.Message.edit_media:10 of +msgid "Source https://core.telegram.org/bots/api#editmessagemedia" +msgstr "" + +#: aiogram.types.message.Message.edit_media:12 of +msgid "A JSON-serialized object for a new media content of the message" +msgstr "" + +#: aiogram.types.message.Message.edit_media:14 of +msgid "A JSON-serialized object for a new inline keyboard" +msgstr "" + +#: aiogram.types.message.Message.edit_media:16 of +msgid "" +"On success, if the edited message was sent by the bot, the edited Message" +" is returned, otherwise True is returned" +msgstr "" + +#: aiogram.types.message.Message.edit_reply_markup:1 of +msgid "" +"Use this method to edit only the reply markup of messages sent by the bot" +" or via the bot (for inline bots)." +msgstr "" + +#: aiogram.types.message.Message.edit_reply_markup:3 of +msgid "Source: https://core.telegram.org/bots/api#editmessagereplymarkup" +msgstr "" + +#: aiogram.types.message.Message.delete_reply_markup:1 of +msgid "" +"Use this method to delete reply markup of messages sent by the bot or via" +" the bot (for inline bots)." +msgstr "" + +#: aiogram.types.message.Message.edit_live_location:1 of +msgid "" +"Use this method to edit live location messages sent by the bot or via the" +" bot (for inline bots). A location can be edited until its live_period " +"expires or editing is explicitly disabled by a call to " +"stopMessageLiveLocation." +msgstr "" + +#: aiogram.types.message.Message.edit_live_location:5 of +msgid "Source: https://core.telegram.org/bots/api#editmessagelivelocation" +msgstr "" + +#: aiogram.types.message.Message.edit_live_location:7 of +msgid "Latitude of new location" +msgstr "" + +#: aiogram.types.message.Message.edit_live_location:9 of +msgid "Longitude of new location" +msgstr "" + +#: aiogram.types.message.Message.edit_live_location:11 +#: aiogram.types.message.Message.stop_live_location:6 of +msgid "A JSON-serialized object for a new inline keyboard." +msgstr "" + +#: aiogram.types.message.Message.stop_live_location:1 of +msgid "" +"Use this method to stop updating a live location message sent by the bot " +"or via the bot (for inline bots) before live_period expires." +msgstr "" + +#: aiogram.types.message.Message.stop_live_location:4 of +msgid "Source: https://core.telegram.org/bots/api#stopmessagelivelocation" +msgstr "" + +#: aiogram.types.message.Message.stop_live_location:8 of +msgid "" +"On success, if the message was sent by the bot, the sent Message is " +"returned, otherwise True is returned." msgstr "" #: aiogram.types.message.Message.delete:1 of msgid "" -"Shortcut for method :class:`aiogram.methods.delete_message.DeleteMessage`" -" will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.delete:7 of -msgid "" "Use this method to delete a message, including service messages, with the" -" following limitations:" +" following limitations: - A message can only be deleted if it was sent " +"less than 48 hours ago. - Bots can delete outgoing messages in private " +"chats, groups, and supergroups. - Bots can delete incoming messages in " +"private chats. - Bots granted can_post_messages permissions can delete " +"outgoing messages in channels. - If the bot is an administrator of a " +"group, it can delete any message there. - If the bot has " +"can_delete_messages permission in a supergroup or a channel, it can " +"delete any message there." msgstr "" #: aiogram.types.message.Message.delete:9 of -msgid "A message can only be deleted if it was sent less than 48 hours ago." -msgstr "" - -#: aiogram.types.message.Message.delete:11 of -msgid "" -"Service messages about a supergroup, channel, or forum topic creation " -"can't be deleted." -msgstr "" - -#: aiogram.types.message.Message.delete:13 of -msgid "" -"A dice message in a private chat can only be deleted if it was sent more " -"than 24 hours ago." -msgstr "" - -#: aiogram.types.message.Message.delete:15 of -msgid "" -"Bots can delete outgoing messages in private chats, groups, and " -"supergroups." -msgstr "" - -#: aiogram.types.message.Message.delete:17 of -msgid "Bots can delete incoming messages in private chats." -msgstr "" - -#: aiogram.types.message.Message.delete:19 of -msgid "" -"Bots granted *can_post_messages* permissions can delete outgoing messages" -" in channels." -msgstr "" - -#: aiogram.types.message.Message.delete:21 of -msgid "" -"If the bot is an administrator of a group, it can delete any message " -"there." -msgstr "" - -#: aiogram.types.message.Message.delete:23 of -msgid "" -"If the bot has *can_delete_messages* permission in a supergroup or a " -"channel, it can delete any message there." -msgstr "" - -#: aiogram.types.message.Message.delete:25 of -msgid "Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.message.Message.delete:27 of msgid "Source: https://core.telegram.org/bots/api#deletemessage" msgstr "" -#: aiogram.types.message.Message.delete:29 of -msgid "instance of method :class:`aiogram.methods.delete_message.DeleteMessage`" -msgstr "" - #: aiogram.types.message.Message.pin:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.pin_chat_message.PinChatMessage` will " -"automatically fill method attributes:" +"Use this method to add a message to the list of pinned messages in a " +"chat. If the chat is not a private chat, the bot must be an administrator" +" in the chat for this to work and must have the 'can_pin_messages' admin " +"right in a supergroup or 'can_edit_messages' admin right in a channel. " +"Returns True on success." msgstr "" #: aiogram.types.message.Message.pin:7 of -msgid "" -"Use this method to add a message to the list of pinned messages in a " -"chat. If the chat is not a private chat, the bot must be an administrator" -" in the chat for this to work and must have the 'can_pin_messages' " -"administrator right in a supergroup or 'can_edit_messages' administrator " -"right in a channel. Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.message.Message.pin:9 of msgid "Source: https://core.telegram.org/bots/api#pinchatmessage" msgstr "" -#: aiogram.types.message.Message.pin:11 of +#: aiogram.types.message.Message.pin:9 of msgid "" -"Pass :code:`True` if it is not necessary to send a notification to all " -"chat members about the new pinned message. Notifications are always " -"disabled in channels and private chats." -msgstr "" - -#: aiogram.types.message.Message.pin:12 of -msgid "" -"instance of method " -":class:`aiogram.methods.pin_chat_message.PinChatMessage`" +"Pass True, if it is not necessary to send a notification to all group " +"members about the new pinned message" msgstr "" #: aiogram.types.message.Message.unpin:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.unpin_chat_message.UnpinChatMessage` will " -"automatically fill method attributes:" -msgstr "" - -#: aiogram.types.message.Message.unpin:7 of -msgid "" "Use this method to remove a message from the list of pinned messages in a" " chat. If the chat is not a private chat, the bot must be an " "administrator in the chat for this to work and must have the " -"'can_pin_messages' administrator right in a supergroup or " -"'can_edit_messages' administrator right in a channel. Returns " -":code:`True` on success." +"'can_pin_messages' admin right in a supergroup or 'can_edit_messages' " +"admin right in a channel. Returns True on success." msgstr "" -#: aiogram.types.message.Message.unpin:9 of +#: aiogram.types.message.Message.unpin:7 of msgid "Source: https://core.telegram.org/bots/api#unpinchatmessage" msgstr "" -#: aiogram.types.message.Message.unpin:11 of -msgid "" -"instance of method " -":class:`aiogram.methods.unpin_chat_message.UnpinChatMessage`" +#: aiogram.types.message.Message.send_copy:1 of +msgid "Send copy of current message" msgstr "" -#: aiogram.types.message.Message.get_url:1 of -msgid "" -"Returns message URL. Cannot be used in private (one-to-one) chats. If " -"chat has a username, returns URL like https://t.me/username/message_id " -"Otherwise (or if {force_private} flag is set), returns " -"https://t.me/c/shifted_chat_id/message_id" +#: aiogram.types.message.Message.send_copy:7 of +msgid "for text messages only" msgstr "" -#: aiogram.types.message.Message.get_url:5 of -msgid "if set, a private URL is returned even for a public chat" +#: aiogram.types.message.ContentType:1 aiogram.types.message.ContentTypes:1 of +msgid "List of message content types" msgstr "" -#: aiogram.types.message.Message.get_url:6 of -msgid "string with full message URL" +#: aiogram.types.message.ContentType:3 of +msgid "WARNING: Single elements" +msgstr "" + +#: aiogram.types.message.ContentType aiogram.types.message.ContentTypes +#: aiogram.types.message.ParseMode of +msgid "key" +msgstr "" + +#: aiogram.types.message.ContentType:5 aiogram.types.message.ContentTypes:5 of +msgid "TEXT" +msgstr "" + +#: aiogram.types.message.ContentType:6 aiogram.types.message.ContentTypes:6 of +msgid "AUDIO" +msgstr "" + +#: aiogram.types.message.ContentType:7 aiogram.types.message.ContentTypes:7 of +msgid "DOCUMENT" +msgstr "" + +#: aiogram.types.message.ContentType:8 aiogram.types.message.ContentTypes:8 of +msgid "GAME" +msgstr "" + +#: aiogram.types.message.ContentType:9 aiogram.types.message.ContentTypes:9 of +msgid "PHOTO" +msgstr "" + +#: aiogram.types.message.ContentType:10 aiogram.types.message.ContentTypes:10 +#: of +msgid "STICKER" +msgstr "" + +#: aiogram.types.message.ContentType:11 aiogram.types.message.ContentTypes:11 +#: of +msgid "VIDEO" +msgstr "" + +#: aiogram.types.message.ContentType:12 aiogram.types.message.ContentTypes:12 +#: of +msgid "VIDEO_NOTE" +msgstr "" + +#: aiogram.types.message.ContentType:13 aiogram.types.message.ContentTypes:13 +#: of +msgid "VOICE" +msgstr "" + +#: aiogram.types.message.ContentType:14 aiogram.types.message.ContentTypes:14 +#: of +msgid "CONTACT" +msgstr "" + +#: aiogram.types.message.ContentType:15 aiogram.types.message.ContentTypes:15 +#: of +msgid "LOCATION" +msgstr "" + +#: aiogram.types.message.ContentType:16 aiogram.types.message.ContentTypes:16 +#: of +msgid "VENUE" +msgstr "" + +#: aiogram.types.message.ContentType:17 aiogram.types.message.ContentTypes:17 +#: of +msgid "POLL" +msgstr "" + +#: aiogram.types.message.ContentType:18 aiogram.types.message.ContentTypes:18 +#: of +msgid "DICE" +msgstr "" + +#: aiogram.types.message.ContentType:19 aiogram.types.message.ContentTypes:19 +#: of +msgid "NEW_CHAT_MEMBERS" +msgstr "" + +#: aiogram.types.message.ContentType:20 aiogram.types.message.ContentTypes:20 +#: of +msgid "LEFT_CHAT_MEMBER" +msgstr "" + +#: aiogram.types.message.ContentType:21 aiogram.types.message.ContentTypes:21 +#: of +msgid "INVOICE" +msgstr "" + +#: aiogram.types.message.ContentType:22 aiogram.types.message.ContentTypes:22 +#: of +msgid "SUCCESSFUL_PAYMENT" +msgstr "" + +#: aiogram.types.message.ContentType:23 aiogram.types.message.ContentTypes:23 +#: of +msgid "CONNECTED_WEBSITE" +msgstr "" + +#: aiogram.types.message.ContentType:24 aiogram.types.message.ContentTypes:24 +#: of +msgid "MIGRATE_TO_CHAT_ID" +msgstr "" + +#: aiogram.types.message.ContentType:25 aiogram.types.message.ContentTypes:25 +#: of +msgid "MIGRATE_FROM_CHAT_ID" +msgstr "" + +#: aiogram.types.message.ContentType:26 aiogram.types.message.ContentTypes:26 +#: of +msgid "UNKNOWN" +msgstr "" + +#: aiogram.types.message.ContentType:27 aiogram.types.message.ContentTypes:27 +#: of +msgid "ANY" +msgstr "" + +#: aiogram.types.message.ContentTypes:3 of +msgid "WARNING: List elements." +msgstr "" + +#: aiogram.types.message.ParseMode:1 of +msgid "Parse modes" +msgstr "" + +#: aiogram.types.message.ParseMode:3 of +msgid "MARKDOWN" +msgstr "" + +#: aiogram.types.message.ParseMode:4 of +msgid "HTML" msgstr "" #~ msgid "Reply with animation" @@ -2545,3 +1701,1670 @@ msgstr "" #~ msgid "Copy message" #~ msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#message" +#~ msgstr "" + +#~ msgid "Unique message identifier inside this chat" +#~ msgstr "" + +#~ msgid "Date the message was sent in Unix time" +#~ msgstr "" + +#~ msgid "Conversation the message belongs to" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Unique identifier of a " +#~ "message thread to which the message " +#~ "belongs; for supergroups only" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Sender of the message; empty" +#~ " for messages sent to channels. For" +#~ " backward compatibility, the field contains" +#~ " a fake sender user in non-" +#~ "channel chats, if the message was " +#~ "sent on behalf of a chat." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Sender of the message, sent" +#~ " on behalf of a chat. For " +#~ "example, the channel itself for channel" +#~ " posts, the supergroup itself for " +#~ "messages from anonymous group administrators," +#~ " the linked channel for messages " +#~ "automatically forwarded to the discussion " +#~ "group. For backward compatibility, the " +#~ "field *from* contains a fake sender " +#~ "user in non-channel chats, if the" +#~ " message was sent on behalf of " +#~ "a chat." +#~ msgstr "" + +#~ msgid "*Optional*. For forwarded messages, sender of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For messages forwarded from " +#~ "channels or from anonymous administrators, " +#~ "information about the original sender " +#~ "chat" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For messages forwarded from " +#~ "channels, identifier of the original " +#~ "message in the channel" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For forwarded messages that " +#~ "were originally sent in channels or " +#~ "by an anonymous chat administrator, " +#~ "signature of the message sender if " +#~ "present" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Sender's name for messages " +#~ "forwarded from users who disallow adding" +#~ " a link to their account in " +#~ "forwarded messages" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For forwarded messages, date " +#~ "the original message was sent in " +#~ "Unix time" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the message is sent to a forum topic" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the message " +#~ "is a channel post that was " +#~ "automatically forwarded to the connected " +#~ "discussion group" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For replies, the original " +#~ "message. Note that the Message object" +#~ " in this field will not contain " +#~ "further *reply_to_message* fields even if " +#~ "it itself is a reply." +#~ msgstr "" + +#~ msgid "*Optional*. Bot through which the message was sent" +#~ msgstr "" + +#~ msgid "*Optional*. Date the message was last edited in Unix time" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if the message can't be forwarded" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The unique identifier of a" +#~ " media message group this message " +#~ "belongs to" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Signature of the post author" +#~ " for messages in channels, or the " +#~ "custom title of an anonymous group " +#~ "administrator" +#~ msgstr "" + +#~ msgid "*Optional*. For text messages, the actual UTF-8 text of the message" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For text messages, special " +#~ "entities like usernames, URLs, bot " +#~ "commands, etc. that appear in the " +#~ "text" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Message is an animation, " +#~ "information about the animation. For " +#~ "backward compatibility, when this field " +#~ "is set, the *document* field will " +#~ "also be set" +#~ msgstr "" + +#~ msgid "*Optional*. Message is an audio file, information about the file" +#~ msgstr "" + +#~ msgid "*Optional*. Message is a general file, information about the file" +#~ msgstr "" + +#~ msgid "*Optional*. Message is a photo, available sizes of the photo" +#~ msgstr "" + +#~ msgid "*Optional*. Message is a sticker, information about the sticker" +#~ msgstr "" + +#~ msgid "*Optional*. Message is a video, information about the video" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Message is a `video note " +#~ "`_, information about the video " +#~ "message" +#~ msgstr "" + +#~ msgid "*Optional*. Message is a voice message, information about the file" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Caption for the animation, " +#~ "audio, document, photo, video or voice" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For messages with a caption," +#~ " special entities like usernames, URLs, " +#~ "bot commands, etc. that appear in " +#~ "the caption" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the message " +#~ "media is covered by a spoiler " +#~ "animation" +#~ msgstr "" + +#~ msgid "*Optional*. Message is a shared contact, information about the contact" +#~ msgstr "" + +#~ msgid "*Optional*. Message is a dice with random value" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Message is a game, " +#~ "information about the game. `More about" +#~ " games » `_" +#~ msgstr "" + +#~ msgid "*Optional*. Message is a native poll, information about the poll" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Message is a venue, " +#~ "information about the venue. For " +#~ "backward compatibility, when this field " +#~ "is set, the *location* field will " +#~ "also be set" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Message is a shared " +#~ "location, information about the location" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. New members that were added" +#~ " to the group or supergroup and " +#~ "information about them (the bot itself" +#~ " may be one of these members)" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. A member was removed from" +#~ " the group, information about them " +#~ "(this member may be the bot " +#~ "itself)" +#~ msgstr "" + +#~ msgid "*Optional*. A chat title was changed to this value" +#~ msgstr "" + +#~ msgid "*Optional*. A chat photo was change to this value" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: the chat photo was deleted" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: the group has been created" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Service message: the supergroup" +#~ " has been created. This field can't" +#~ " be received in a message coming " +#~ "through updates, because bot can't be" +#~ " a member of a supergroup when " +#~ "it is created. It can only be " +#~ "found in reply_to_message if someone " +#~ "replies to a very first message in" +#~ " a directly created supergroup." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Service message: the channel " +#~ "has been created. This field can't " +#~ "be received in a message coming " +#~ "through updates, because bot can't be" +#~ " a member of a channel when it" +#~ " is created. It can only be " +#~ "found in reply_to_message if someone " +#~ "replies to a very first message in" +#~ " a channel." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Service message: auto-delete " +#~ "timer settings changed in the chat" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The group has been migrated" +#~ " to a supergroup with the specified" +#~ " identifier. This number may have " +#~ "more than 32 significant bits and " +#~ "some programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a signed 64-bit " +#~ "integer or double-precision float type" +#~ " are safe for storing this " +#~ "identifier." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The supergroup has been " +#~ "migrated from a group with the " +#~ "specified identifier. This number may " +#~ "have more than 32 significant bits " +#~ "and some programming languages may have" +#~ " difficulty/silent defects in interpreting " +#~ "it. But it has at most 52 " +#~ "significant bits, so a signed 64-bit " +#~ "integer or double-precision float type" +#~ " are safe for storing this " +#~ "identifier." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Specified message was pinned. " +#~ "Note that the Message object in " +#~ "this field will not contain further " +#~ "*reply_to_message* fields even if it is" +#~ " itself a reply." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Message is an invoice for" +#~ " a `payment " +#~ "`_, information " +#~ "about the invoice. `More about payments" +#~ " » `_" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Message is a service message" +#~ " about a successful payment, information" +#~ " about the payment. `More about " +#~ "payments » `_" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: a user was shared with the bot" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: a chat was shared with the bot" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The domain name of the " +#~ "website on which the user has " +#~ "logged in. `More about Telegram Login" +#~ " » `_" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Service message: the user " +#~ "allowed the bot added to the " +#~ "attachment menu to write messages" +#~ msgstr "" + +#~ msgid "*Optional*. Telegram Passport data" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Service message. A user in" +#~ " the chat triggered another user's " +#~ "proximity alert while sharing Live " +#~ "Location." +#~ msgstr "" + +#~ msgid "*Optional*. Service message: forum topic created" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: forum topic edited" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: forum topic closed" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: forum topic reopened" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: the 'General' forum topic hidden" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: the 'General' forum topic unhidden" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: video chat scheduled" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: video chat started" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: video chat ended" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: new participants invited to a video chat" +#~ msgstr "" + +#~ msgid "*Optional*. Service message: data sent by a Web App" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Inline keyboard attached to " +#~ "the message. :code:`login_url` buttons are " +#~ "represented as ordinary :code:`url` buttons." +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_animation.SendAnimation` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid ":code:`chat_id`" +#~ msgstr "" + +#~ msgid ":code:`message_thread_id`" +#~ msgstr "" + +#~ msgid ":code:`reply_to_message_id`" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send animation " +#~ "files (GIF or H.264/MPEG-4 AVC video " +#~ "without sound). On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned. " +#~ "Bots can currently send animation files" +#~ " of up to 50 MB in size, " +#~ "this limit may be changed in the" +#~ " future." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendanimation" +#~ msgstr "" + +#~ msgid "" +#~ "Animation to send. Pass a file_id " +#~ "as String to send an animation " +#~ "that exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get an" +#~ " animation from the Internet, or " +#~ "upload a new animation using multipart" +#~ "/form-data. :ref:`More information on " +#~ "Sending Files » `" +#~ msgstr "" + +#~ msgid "" +#~ "Thumbnail of the file sent; can be" +#~ " ignored if thumbnail generation for " +#~ "the file is supported server-side. " +#~ "The thumbnail should be in JPEG " +#~ "format and less than 200 kB in " +#~ "size. A thumbnail's width and height " +#~ "should not exceed 320. Ignored if " +#~ "the file is not uploaded using " +#~ "multipart/form-data. Thumbnails can't be " +#~ "reused and can be only uploaded as" +#~ " a new file, so you can pass" +#~ " 'attach://' if the thumbnail" +#~ " was uploaded using multipart/form-data " +#~ "under . :ref:`More information " +#~ "on Sending Files » `" +#~ msgstr "" + +#~ msgid "" +#~ "Animation caption (may also be used " +#~ "when resending animation by *file_id*), " +#~ "0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "animation caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the caption, " +#~ "which can be specified instead of " +#~ "*parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the animation needs" +#~ " to be covered with a spoiler " +#~ "animation" +#~ msgstr "" + +#~ msgid "" +#~ "Sends the message `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding and saving" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the message should" +#~ " be sent even if the specified " +#~ "replied-to message is not found" +#~ msgstr "" + +#~ msgid "" +#~ "Additional interface options. A JSON-" +#~ "serialized object for an `inline " +#~ "keyboard `_, `custom reply keyboard " +#~ "`_, " +#~ "instructions to remove reply keyboard or" +#~ " to force a reply from the " +#~ "user." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.send_animation.SendAnimation`" +#~ msgstr "" + +#~ msgid "If the message is a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_audio.SendAudio` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send audio " +#~ "files, if you want Telegram clients " +#~ "to display them in the music " +#~ "player. Your audio must be in the" +#~ " .MP3 or .M4A format. On success, " +#~ "the sent :class:`aiogram.types.message.Message` is" +#~ " returned. Bots can currently send " +#~ "audio files of up to 50 MB " +#~ "in size, this limit may be changed" +#~ " in the future. For sending voice " +#~ "messages, use the " +#~ ":class:`aiogram.methods.send_voice.SendVoice` method " +#~ "instead." +#~ msgstr "" + +#~ msgid "" +#~ "Audio file to send. Pass a file_id" +#~ " as String to send an audio " +#~ "file that exists on the Telegram " +#~ "servers (recommended), pass an HTTP URL" +#~ " as a String for Telegram to " +#~ "get an audio file from the " +#~ "Internet, or upload a new one " +#~ "using multipart/form-data. :ref:`More " +#~ "information on Sending Files » " +#~ "`" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "audio caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_audio.SendAudio`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_contact.SendContact` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send phone " +#~ "contacts. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "Additional data about the contact in " +#~ "the form of a `vCard " +#~ "`_, 0-2048 bytes" +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_contact.SendContact`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_document.SendDocument` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send general " +#~ "files. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned. " +#~ "Bots can currently send files of " +#~ "any type of up to 50 MB in" +#~ " size, this limit may be changed " +#~ "in the future." +#~ msgstr "" + +#~ msgid "" +#~ "File to send. Pass a file_id as" +#~ " String to send a file that " +#~ "exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get a " +#~ "file from the Internet, or upload " +#~ "a new one using multipart/form-data. " +#~ ":ref:`More information on Sending Files " +#~ "» `" +#~ msgstr "" + +#~ msgid "" +#~ "Document caption (may also be used " +#~ "when resending documents by *file_id*), " +#~ "0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "document caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_document.SendDocument`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_game.SendGame` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send a game." +#~ " On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendgame" +#~ msgstr "" + +#~ msgid "" +#~ "Short name of the game, serves as" +#~ " the unique identifier for the game." +#~ " Set up your games via `@BotFather" +#~ " `_." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for an " +#~ "`inline keyboard `_. If empty, one 'Play" +#~ " game_title' button will be shown. If" +#~ " not empty, the first button must " +#~ "launch the game." +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_game.SendGame`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_invoice.SendInvoice` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send invoices. " +#~ "On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendinvoice" +#~ msgstr "" + +#~ msgid "Product name, 1-32 characters" +#~ msgstr "" + +#~ msgid "Product description, 1-255 characters" +#~ msgstr "" + +#~ msgid "" +#~ "Bot-defined invoice payload, 1-128 " +#~ "bytes. This will not be displayed " +#~ "to the user, use for your internal" +#~ " processes." +#~ msgstr "" + +#~ msgid "" +#~ "Payment provider token, obtained via " +#~ "`@BotFather `_" +#~ msgstr "" + +#~ msgid "" +#~ "Three-letter ISO 4217 currency code, " +#~ "see `more on currencies " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ "Price breakdown, a JSON-serialized list" +#~ " of components (e.g. product price, " +#~ "tax, discount, delivery cost, delivery " +#~ "tax, bonus, etc.)" +#~ msgstr "" + +#~ msgid "" +#~ "The maximum accepted amount for tips " +#~ "in the *smallest units* of the " +#~ "currency (integer, **not** float/double). For" +#~ " example, for a maximum tip of " +#~ ":code:`US$ 1.45` pass :code:`max_tip_amount =" +#~ " 145`. See the *exp* parameter in " +#~ "`currencies.json " +#~ "`_, it" +#~ " shows the number of digits past " +#~ "the decimal point for each currency " +#~ "(2 for the majority of currencies). " +#~ "Defaults to 0" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized array of suggested " +#~ "amounts of tips in the *smallest " +#~ "units* of the currency (integer, **not**" +#~ " float/double). At most 4 suggested " +#~ "tip amounts can be specified. The " +#~ "suggested tip amounts must be positive," +#~ " passed in a strictly increased order" +#~ " and must not exceed *max_tip_amount*." +#~ msgstr "" + +#~ msgid "" +#~ "Unique deep-linking parameter. If left" +#~ " empty, **forwarded copies** of the " +#~ "sent message will have a *Pay* " +#~ "button, allowing multiple users to pay" +#~ " directly from the forwarded message, " +#~ "using the same invoice. If non-" +#~ "empty, forwarded copies of the sent " +#~ "message will have a *URL* button " +#~ "with a deep link to the bot " +#~ "(instead of a *Pay* button), with " +#~ "the value used as the start " +#~ "parameter" +#~ msgstr "" + +#~ msgid "" +#~ "JSON-serialized data about the invoice," +#~ " which will be shared with the " +#~ "payment provider. A detailed description " +#~ "of required fields should be provided" +#~ " by the payment provider." +#~ msgstr "" + +#~ msgid "" +#~ "URL of the product photo for the" +#~ " invoice. Can be a photo of the" +#~ " goods or a marketing image for " +#~ "a service. People like it better " +#~ "when they see what they are paying" +#~ " for." +#~ msgstr "" + +#~ msgid "Photo size in bytes" +#~ msgstr "" + +#~ msgid "Photo width" +#~ msgstr "" + +#~ msgid "Photo height" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's full name to complete the " +#~ "order" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's phone number to complete the " +#~ "order" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's email address to complete the " +#~ "order" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if you require the " +#~ "user's shipping address to complete the" +#~ " order" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the user's phone number should be sent to provider" +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the user's email" +#~ " address should be sent to provider" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the final price depends on the shipping method" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for an " +#~ "`inline keyboard `_. If empty, one 'Pay" +#~ " :code:`total price`' button will be " +#~ "shown. If not empty, the first " +#~ "button must be a Pay button." +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_invoice.SendInvoice`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_location.SendLocation` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send point on" +#~ " the map. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "Period in seconds for which the " +#~ "location will be updated (see `Live " +#~ "Locations `_," +#~ " should be between 60 and 86400." +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_location.SendLocation`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_media_group.SendMediaGroup` will" +#~ " automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send a group" +#~ " of photos, videos, documents or " +#~ "audios as an album. Documents and " +#~ "audio files can be only grouped in" +#~ " an album with messages of the " +#~ "same type. On success, an array of" +#~ " `Messages `_ " +#~ "that were sent is returned." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized array describing " +#~ "messages to be sent, must include " +#~ "2-10 items" +#~ msgstr "" + +#~ msgid "" +#~ "Sends messages `silently " +#~ "`_. " +#~ "Users will receive a notification with" +#~ " no sound." +#~ msgstr "" + +#~ msgid "Protects the contents of the sent messages from forwarding and saving" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.send_media_group.SendMediaGroup`" +#~ msgstr "" + +#~ msgid "If the messages are a reply, ID of the original message" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_message.SendMessage` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send text " +#~ "messages. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#sendmessage" +#~ msgstr "" + +#~ msgid "" +#~ "Text of the message to be sent," +#~ " 1-4096 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "message text. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in message text," +#~ " which can be specified instead of" +#~ " *parse_mode*" +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_message.SendMessage`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_photo.SendPhoto` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send photos. On" +#~ " success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "Photo to send. Pass a file_id as" +#~ " String to send a photo that " +#~ "exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get a " +#~ "photo from the Internet, or upload " +#~ "a new photo using multipart/form-data." +#~ " The photo must be at most 10" +#~ " MB in size. The photo's width " +#~ "and height must not exceed 10000 " +#~ "in total. Width and height ratio " +#~ "must be at most 20. :ref:`More " +#~ "information on Sending Files » " +#~ "`" +#~ msgstr "" + +#~ msgid "" +#~ "Photo caption (may also be used " +#~ "when resending photos by *file_id*), " +#~ "0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "photo caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the photo needs " +#~ "to be covered with a spoiler " +#~ "animation" +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_photo.SendPhoto`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_poll.SendPoll` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send a native" +#~ " poll. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "Poll question, 1-300 characters" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of answer " +#~ "options, 2-10 strings 1-100 characters " +#~ "each" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the poll needs to " +#~ "be anonymous, defaults to :code:`True`" +#~ msgstr "" + +#~ msgid "Poll type, 'quiz' or 'regular', defaults to 'regular'" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the poll allows " +#~ "multiple answers, ignored for polls in" +#~ " quiz mode, defaults to :code:`False`" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "explanation. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the poll " +#~ "explanation, which can be specified " +#~ "instead of *parse_mode*" +#~ msgstr "" + +#~ msgid "" +#~ "Amount of time in seconds the poll" +#~ " will be active after creation, " +#~ "5-600. Can't be used together with " +#~ "*close_date*." +#~ msgstr "" + +#~ msgid "" +#~ "Point in time (Unix timestamp) when " +#~ "the poll will be automatically closed." +#~ " Must be at least 5 and no " +#~ "more than 600 seconds in the " +#~ "future. Can't be used together with " +#~ "*open_period*." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the poll needs " +#~ "to be immediately closed. This can " +#~ "be useful for poll preview." +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_poll.SendPoll`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_dice.SendDice` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send an " +#~ "animated emoji that will display a " +#~ "random value. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "Emoji on which the dice throw " +#~ "animation is based. Currently, must be" +#~ " one of '🎲', '🎯', '🏀', '⚽', " +#~ "'🎳', or '🎰'. Dice can have values" +#~ " 1-6 for '🎲', '🎯' and '🎳', " +#~ "values 1-5 for '🏀' and '⚽', and" +#~ " values 1-64 for '🎰'. Defaults to " +#~ "'🎲'" +#~ msgstr "" + +#~ msgid "Protects the contents of the sent message from forwarding" +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_dice.SendDice`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_sticker.SendSticker` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send static " +#~ ".WEBP, `animated `_ .TGS, or `video " +#~ "`_ .WEBM stickers. On success, " +#~ "the sent :class:`aiogram.types.message.Message` is" +#~ " returned." +#~ msgstr "" + +#~ msgid "" +#~ "Sticker to send. Pass a file_id as" +#~ " String to send a file that " +#~ "exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get a " +#~ ".WEBP file from the Internet, or " +#~ "upload a new one using multipart" +#~ "/form-data. :ref:`More information on " +#~ "Sending Files » `" +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_sticker.SendSticker`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_venue.SendVenue` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send information " +#~ "about a venue. On success, the " +#~ "sent :class:`aiogram.types.message.Message` is " +#~ "returned." +#~ msgstr "" + +#~ msgid "" +#~ "Foursquare type of the venue, if " +#~ "known. (For example, 'arts_entertainment/default'," +#~ " 'arts_entertainment/aquarium' or 'food/icecream'.)" +#~ msgstr "" + +#~ msgid "" +#~ "Google Places type of the venue. " +#~ "(See `supported types " +#~ "`_.)" +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_venue.SendVenue`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_video.SendVideo` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send video " +#~ "files, Telegram clients support MPEG4 " +#~ "videos (other formats may be sent " +#~ "as :class:`aiogram.types.document.Document`). On " +#~ "success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned. " +#~ "Bots can currently send video files " +#~ "of up to 50 MB in size, this" +#~ " limit may be changed in the " +#~ "future." +#~ msgstr "" + +#~ msgid "" +#~ "Video to send. Pass a file_id as" +#~ " String to send a video that " +#~ "exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get a " +#~ "video from the Internet, or upload " +#~ "a new video using multipart/form-data." +#~ " :ref:`More information on Sending Files" +#~ " » `" +#~ msgstr "" + +#~ msgid "" +#~ "Video caption (may also be used " +#~ "when resending videos by *file_id*), " +#~ "0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "video caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if the video needs " +#~ "to be covered with a spoiler " +#~ "animation" +#~ msgstr "" + +#~ msgid "Pass :code:`True` if the uploaded video is suitable for streaming" +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_video.SendVideo`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_video_note.SendVideoNote` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "As of `v.4.0 `_, Telegram clients " +#~ "support rounded square MPEG4 videos of" +#~ " up to 1 minute long. Use this" +#~ " method to send video messages. On" +#~ " success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "Video note to send. Pass a file_id" +#~ " as String to send a video note" +#~ " that exists on the Telegram servers" +#~ " (recommended) or upload a new video" +#~ " using multipart/form-data. :ref:`More " +#~ "information on Sending Files » " +#~ "`. Sending video notes by" +#~ " a URL is currently unsupported" +#~ msgstr "" + +#~ msgid "Video width and height, i.e. diameter of the video message" +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.send_video_note.SendVideoNote`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.send_voice.SendVoice` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to send audio " +#~ "files, if you want Telegram clients " +#~ "to display the file as a playable" +#~ " voice message. For this to work, " +#~ "your audio must be in an .OGG " +#~ "file encoded with OPUS (other formats" +#~ " may be sent as " +#~ ":class:`aiogram.types.audio.Audio` or " +#~ ":class:`aiogram.types.document.Document`). On success, " +#~ "the sent :class:`aiogram.types.message.Message` is" +#~ " returned. Bots can currently send " +#~ "voice messages of up to 50 MB " +#~ "in size, this limit may be changed" +#~ " in the future." +#~ msgstr "" + +#~ msgid "" +#~ "Audio file to send. Pass a file_id" +#~ " as String to send a file that" +#~ " exists on the Telegram servers " +#~ "(recommended), pass an HTTP URL as " +#~ "a String for Telegram to get a " +#~ "file from the Internet, or upload " +#~ "a new one using multipart/form-data. " +#~ ":ref:`More information on Sending Files " +#~ "» `" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "voice message caption. See `formatting " +#~ "options `_ for more details." +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.send_voice.SendVoice`" +#~ msgstr "" + +#~ msgid "Send copy of message." +#~ msgstr "" + +#~ msgid "" +#~ "Is similar to " +#~ ":meth:`aiogram.client.bot.Bot.copy_message` but returning" +#~ " the sent message instead of " +#~ ":class:`aiogram.types.message_id.MessageId`" +#~ msgstr "" + +#~ msgid "" +#~ "This method don't use the API " +#~ "method named `copyMessage` and historically" +#~ " implemented before the similar method " +#~ "is added to API" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.copy_message.CopyMessage` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid ":code:`from_chat_id`" +#~ msgstr "" + +#~ msgid ":code:`message_id`" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to copy messages " +#~ "of any kind. Service messages and " +#~ "invoice messages can't be copied. A " +#~ "quiz :class:`aiogram.methods.poll.Poll` can be " +#~ "copied only if the value of the" +#~ " field *correct_option_id* is known to " +#~ "the bot. The method is analogous " +#~ "to the method " +#~ ":class:`aiogram.methods.forward_message.ForwardMessage`, but " +#~ "the copied message doesn't have a " +#~ "link to the original message. Returns" +#~ " the :class:`aiogram.types.message_id.MessageId` of " +#~ "the sent message on success." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#copymessage" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for the target chat" +#~ " or username of the target channel" +#~ " (in the format :code:`@channelusername`)" +#~ msgstr "" + +#~ msgid "" +#~ "New caption for media, 0-1024 characters" +#~ " after entities parsing. If not " +#~ "specified, the original caption is kept" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "new caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized list of special " +#~ "entities that appear in the new " +#~ "caption, which can be specified instead" +#~ " of *parse_mode*" +#~ msgstr "" + +#~ msgid "instance of method :class:`aiogram.methods.copy_message.CopyMessage`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.edit_message_text.EditMessageText` will" +#~ " automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit text and" +#~ " `game `_ " +#~ "messages. On success, if the edited " +#~ "message is not an inline message, " +#~ "the edited :class:`aiogram.types.message.Message` is" +#~ " returned, otherwise :code:`True` is " +#~ "returned." +#~ msgstr "" + +#~ msgid "New text of the message, 1-4096 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Required if *chat_id* and *message_id* " +#~ "are not specified. Identifier of the " +#~ "inline message" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for an " +#~ "`inline keyboard `_." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.edit_message_text.EditMessageText`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.forward_message.ForwardMessage` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to forward messages " +#~ "of any kind. Service messages can't " +#~ "be forwarded. On success, the sent " +#~ ":class:`aiogram.types.message.Message` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.forward_message.ForwardMessage`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.edit_message_media.EditMessageMedia` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit animation, " +#~ "audio, document, photo, or video " +#~ "messages. If a message is part of" +#~ " a message album, then it can " +#~ "be edited only to an audio for " +#~ "audio albums, only to a document " +#~ "for document albums and to a photo" +#~ " or a video otherwise. When an " +#~ "inline message is edited, a new " +#~ "file can't be uploaded; use a " +#~ "previously uploaded file via its file_id" +#~ " or specify a URL. On success, " +#~ "if the edited message is not an" +#~ " inline message, the edited " +#~ ":class:`aiogram.types.message.Message` is returned, " +#~ "otherwise :code:`True` is returned." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#editmessagemedia" +#~ msgstr "" + +#~ msgid "" +#~ "A JSON-serialized object for a new" +#~ " `inline keyboard " +#~ "`_." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.edit_message_media.EditMessageMedia`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit only the" +#~ " reply markup of messages. On " +#~ "success, if the edited message is " +#~ "not an inline message, the edited " +#~ ":class:`aiogram.types.message.Message` is returned, " +#~ "otherwise :code:`True` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.edit_message_reply_markup.EditMessageReplyMarkup`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.edit_message_live_location.EditMessageLiveLocation`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit live " +#~ "location messages. A location can be " +#~ "edited until its *live_period* expires " +#~ "or editing is explicitly disabled by " +#~ "a call to " +#~ ":class:`aiogram.methods.stop_message_live_location.StopMessageLiveLocation`." +#~ " On success, if the edited message" +#~ " is not an inline message, the " +#~ "edited :class:`aiogram.types.message.Message` is " +#~ "returned, otherwise :code:`True` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "Direction in which the user is " +#~ "moving, in degrees. Must be between " +#~ "1 and 360 if specified." +#~ msgstr "" + +#~ msgid "" +#~ "The maximum distance for proximity " +#~ "alerts about approaching another chat " +#~ "member, in meters. Must be between " +#~ "1 and 100000 if specified." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.edit_message_live_location.EditMessageLiveLocation`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.stop_message_live_location.StopMessageLiveLocation`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to stop updating a" +#~ " live location message before *live_period*" +#~ " expires. On success, if the message" +#~ " is not an inline message, the " +#~ "edited :class:`aiogram.types.message.Message` is " +#~ "returned, otherwise :code:`True` is returned." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.stop_message_live_location.StopMessageLiveLocation`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.edit_message_caption.EditMessageCaption` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to edit captions " +#~ "of messages. On success, if the " +#~ "edited message is not an inline " +#~ "message, the edited " +#~ ":class:`aiogram.types.message.Message` is returned, " +#~ "otherwise :code:`True` is returned." +#~ msgstr "" + +#~ msgid "New caption of the message, 0-1024 characters after entities parsing" +#~ msgstr "" + +#~ msgid "" +#~ "Mode for parsing entities in the " +#~ "message caption. See `formatting options " +#~ "`_ " +#~ "for more details." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.edit_message_caption.EditMessageCaption`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.delete_message.DeleteMessage` will " +#~ "automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to delete a " +#~ "message, including service messages, with " +#~ "the following limitations:" +#~ msgstr "" + +#~ msgid "A message can only be deleted if it was sent less than 48 hours ago." +#~ msgstr "" + +#~ msgid "" +#~ "Service messages about a supergroup, " +#~ "channel, or forum topic creation can't" +#~ " be deleted." +#~ msgstr "" + +#~ msgid "" +#~ "A dice message in a private chat" +#~ " can only be deleted if it was" +#~ " sent more than 24 hours ago." +#~ msgstr "" + +#~ msgid "" +#~ "Bots can delete outgoing messages in " +#~ "private chats, groups, and supergroups." +#~ msgstr "" + +#~ msgid "Bots can delete incoming messages in private chats." +#~ msgstr "" + +#~ msgid "" +#~ "Bots granted *can_post_messages* permissions " +#~ "can delete outgoing messages in " +#~ "channels." +#~ msgstr "" + +#~ msgid "" +#~ "If the bot is an administrator of" +#~ " a group, it can delete any " +#~ "message there." +#~ msgstr "" + +#~ msgid "" +#~ "If the bot has *can_delete_messages* " +#~ "permission in a supergroup or a " +#~ "channel, it can delete any message " +#~ "there." +#~ msgstr "" + +#~ msgid "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.delete_message.DeleteMessage`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.pin_chat_message.PinChatMessage` will" +#~ " automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to add a message" +#~ " to the list of pinned messages " +#~ "in a chat. If the chat is " +#~ "not a private chat, the bot must" +#~ " be an administrator in the chat " +#~ "for this to work and must have " +#~ "the 'can_pin_messages' administrator right in" +#~ " a supergroup or 'can_edit_messages' " +#~ "administrator right in a channel. " +#~ "Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "Pass :code:`True` if it is not " +#~ "necessary to send a notification to " +#~ "all chat members about the new " +#~ "pinned message. Notifications are always " +#~ "disabled in channels and private chats." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.pin_chat_message.PinChatMessage`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.unpin_chat_message.UnpinChatMessage` " +#~ "will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to remove a " +#~ "message from the list of pinned " +#~ "messages in a chat. If the chat" +#~ " is not a private chat, the bot" +#~ " must be an administrator in the " +#~ "chat for this to work and must " +#~ "have the 'can_pin_messages' administrator " +#~ "right in a supergroup or " +#~ "'can_edit_messages' administrator right in a" +#~ " channel. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.unpin_chat_message.UnpinChatMessage`" +#~ msgstr "" + +#~ msgid "" +#~ "Returns message URL. Cannot be used " +#~ "in private (one-to-one) chats. If" +#~ " chat has a username, returns URL " +#~ "like https://t.me/username/message_id Otherwise (or" +#~ " if {force_private} flag is set), " +#~ "returns https://t.me/c/shifted_chat_id/message_id" +#~ msgstr "" + +#~ msgid "if set, a private URL is returned even for a public chat" +#~ msgstr "" + +#~ msgid "string with full message URL" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/message_auto_delete_timer_changed.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/message_auto_delete_timer_changed.po index a4094144..ca0768a3 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/message_auto_delete_timer_changed.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/message_auto_delete_timer_changed.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/message_auto_delete_timer_changed.rst:3 msgid "MessageAutoDeleteTimerChanged" @@ -30,11 +30,20 @@ msgstr "" #: aiogram.types.message_auto_delete_timer_changed.MessageAutoDeleteTimerChanged:3 #: of -msgid "Source: https://core.telegram.org/bots/api#messageautodeletetimerchanged" +msgid "https://core.telegram.org/bots/api#messageautodeletetimerchanged" msgstr "" #: ../../docstring #: aiogram.types.message_auto_delete_timer_changed.MessageAutoDeleteTimerChanged.message_auto_delete_time:1 #: of -msgid "New auto-delete time for messages in the chat; in seconds" +msgid "Simple field" msgstr "" + +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#messageautodeletetimerchanged" +#~ msgstr "" + +#~ msgid "New auto-delete time for messages in the chat; in seconds" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/message_entity.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/message_entity.po index 806b3cd0..8ac8dc0b 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/message_entity.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/message_entity.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/message_entity.rst:3 msgid "MessageEntity" @@ -28,56 +28,131 @@ msgid "" msgstr "" #: aiogram.types.message_entity.MessageEntity:3 of -msgid "Source: https://core.telegram.org/bots/api#messageentity" -msgstr "" - -#: ../../docstring aiogram.types.message_entity.MessageEntity.type:1 of -msgid "" -"Type of the entity. Currently, can be 'mention' (:code:`@username`), " -"'hashtag' (:code:`#hashtag`), 'cashtag' (:code:`$USD`), 'bot_command' " -"(:code:`/start@jobs_bot`), 'url' (:code:`https://telegram.org`), 'email' " -"(:code:`do-not-reply@telegram.org`), 'phone_number' " -"(:code:`+1-212-555-0123`), 'bold' (**bold text**), 'italic' (*italic " -"text*), 'underline' (underlined text), 'strikethrough' (strikethrough " -"text), 'spoiler' (spoiler message), 'code' (monowidth string), 'pre' " -"(monowidth block), 'text_link' (for clickable text URLs), 'text_mention' " -"(for users `without usernames `_), 'custom_emoji' (for inline custom emoji stickers)" -msgstr "" - -#: ../../docstring aiogram.types.message_entity.MessageEntity.offset:1 of -msgid "" -"Offset in `UTF-16 code units `_ to the start of the entity" -msgstr "" - -#: ../../docstring aiogram.types.message_entity.MessageEntity.length:1 of -msgid "" -"Length of the entity in `UTF-16 code units " -"`_" -msgstr "" - -#: ../../docstring aiogram.types.message_entity.MessageEntity.url:1 of -msgid "" -"*Optional*. For 'text_link' only, URL that will be opened after user taps" -" on the text" -msgstr "" - -#: ../../docstring aiogram.types.message_entity.MessageEntity.user:1 of -msgid "*Optional*. For 'text_mention' only, the mentioned user" -msgstr "" - -#: ../../docstring aiogram.types.message_entity.MessageEntity.language:1 of -msgid "*Optional*. For 'pre' only, the programming language of the entity text" +msgid "https://core.telegram.org/bots/api#messageentity" msgstr "" #: ../../docstring aiogram.types.message_entity.MessageEntity.custom_emoji_id:1 -#: of -msgid "" -"*Optional*. For 'custom_emoji' only, unique identifier of the custom " -"emoji. Use " -":class:`aiogram.methods.get_custom_emoji_stickers.GetCustomEmojiStickers`" -" to get full information about the sticker" +#: aiogram.types.message_entity.MessageEntity.language:1 +#: aiogram.types.message_entity.MessageEntity.length:1 +#: aiogram.types.message_entity.MessageEntity.offset:1 +#: aiogram.types.message_entity.MessageEntity.type:1 +#: aiogram.types.message_entity.MessageEntity.url:1 +#: aiogram.types.message_entity.MessageEntity.user:1 of +msgid "Simple field" +msgstr "" + +#: aiogram.types.message_entity.MessageEntity.get_text:1 of +msgid "Get value of entity" +msgstr "" + +#: aiogram.types.message_entity.MessageEntity.get_text +#: aiogram.types.message_entity.MessageEntity.parse of +msgid "Parameters" +msgstr "" + +#: aiogram.types.message_entity.MessageEntity.get_text:3 of +msgid "full text" +msgstr "" + +#: aiogram.types.message_entity.MessageEntity.get_text +#: aiogram.types.message_entity.MessageEntity.parse of +msgid "Returns" +msgstr "" + +#: aiogram.types.message_entity.MessageEntity.get_text:4 of +msgid "part of text" +msgstr "" + +#: aiogram.types.message_entity.MessageEntity.parse:1 of +msgid "Get entity value with markup" +msgstr "" + +#: aiogram.types.message_entity.MessageEntity.parse:3 of +msgid "original text" +msgstr "" + +#: aiogram.types.message_entity.MessageEntity.parse:4 of +msgid "as html?" +msgstr "" + +#: aiogram.types.message_entity.MessageEntity.parse:5 of +msgid "entity text with markup" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:1 of +msgid "List of entity types" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType of +msgid "key" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:3 of +msgid "MENTION" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:4 of +msgid "HASHTAG" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:5 of +msgid "CASHTAG" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:6 of +msgid "BOT_COMMAND" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:7 of +msgid "URL" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:8 of +msgid "EMAIL" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:9 of +msgid "PHONE_NUMBER" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:10 of +msgid "BOLD" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:11 of +msgid "ITALIC" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:12 of +msgid "UNDERLINE" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:13 of +msgid "STRIKETHROUGH" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:14 of +msgid "SPOILER" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:15 of +msgid "CODE" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:16 of +msgid "PRE" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:17 of +msgid "TEXT_LINK" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:18 of +msgid "TEXT_MENTION" +msgstr "" + +#: aiogram.types.message_entity.MessageEntityType:19 of +msgid "CUSTOM_EMOJI" msgstr "" #~ msgid "Offset in UTF-16 code units to the start of the entity" @@ -85,3 +160,59 @@ msgstr "" #~ msgid "Length of the entity in UTF-16 code units" #~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#messageentity" +#~ msgstr "" + +#~ msgid "" +#~ "Type of the entity. Currently, can " +#~ "be 'mention' (:code:`@username`), 'hashtag' " +#~ "(:code:`#hashtag`), 'cashtag' (:code:`$USD`), " +#~ "'bot_command' (:code:`/start@jobs_bot`), 'url' " +#~ "(:code:`https://telegram.org`), 'email' (:code:`do-" +#~ "not-reply@telegram.org`), 'phone_number' " +#~ "(:code:`+1-212-555-0123`), 'bold' (**bold text**)," +#~ " 'italic' (*italic text*), 'underline' " +#~ "(underlined text), 'strikethrough' (strikethrough" +#~ " text), 'spoiler' (spoiler message), 'code'" +#~ " (monowidth string), 'pre' (monowidth " +#~ "block), 'text_link' (for clickable text " +#~ "URLs), 'text_mention' (for users `without " +#~ "usernames `_), 'custom_emoji' (for inline " +#~ "custom emoji stickers)" +#~ msgstr "" + +#~ msgid "" +#~ "Offset in `UTF-16 code units " +#~ "`_ " +#~ "to the start of the entity" +#~ msgstr "" + +#~ msgid "" +#~ "Length of the entity in `UTF-16 " +#~ "code units `_" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For 'text_link' only, URL " +#~ "that will be opened after user " +#~ "taps on the text" +#~ msgstr "" + +#~ msgid "*Optional*. For 'text_mention' only, the mentioned user" +#~ msgstr "" + +#~ msgid "*Optional*. For 'pre' only, the programming language of the entity text" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For 'custom_emoji' only, unique" +#~ " identifier of the custom emoji. Use" +#~ " " +#~ ":class:`aiogram.methods.get_custom_emoji_stickers.GetCustomEmojiStickers`" +#~ " to get full information about the" +#~ " sticker" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/message_id.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/message_id.po index fd2da80c..db75ec4e 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/message_id.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/message_id.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/message_id.rst:3 msgid "MessageId" @@ -26,9 +26,16 @@ msgid "This object represents a unique message identifier." msgstr "" #: aiogram.types.message_id.MessageId:3 of -msgid "Source: https://core.telegram.org/bots/api#messageid" +msgid "https://core.telegram.org/bots/api#messageid" msgstr "" #: ../../docstring aiogram.types.message_id.MessageId.message_id:1 of -msgid "Unique message identifier" +msgid "Simple field" msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#messageid" +#~ msgstr "" + +#~ msgid "Unique message identifier" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/order_info.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/order_info.po index bbf98947..348b8b1d 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/order_info.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/order_info.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/order_info.rst:3 msgid "OrderInfo" @@ -26,21 +26,28 @@ msgid "This object represents information about an order." msgstr "" #: aiogram.types.order_info.OrderInfo:3 of -msgid "Source: https://core.telegram.org/bots/api#orderinfo" +msgid "https://core.telegram.org/bots/api#orderinfo" msgstr "" -#: ../../docstring aiogram.types.order_info.OrderInfo.name:1 of -msgid "*Optional*. User name" +#: ../../docstring aiogram.types.order_info.OrderInfo.email:1 +#: aiogram.types.order_info.OrderInfo.name:1 +#: aiogram.types.order_info.OrderInfo.phone_number:1 +#: aiogram.types.order_info.OrderInfo.shipping_address:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.order_info.OrderInfo.phone_number:1 of -msgid "*Optional*. User's phone number" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#orderinfo" +#~ msgstr "" -#: ../../docstring aiogram.types.order_info.OrderInfo.email:1 of -msgid "*Optional*. User email" -msgstr "" +#~ msgid "*Optional*. User name" +#~ msgstr "" + +#~ msgid "*Optional*. User's phone number" +#~ msgstr "" + +#~ msgid "*Optional*. User email" +#~ msgstr "" + +#~ msgid "*Optional*. User shipping address" +#~ msgstr "" -#: ../../docstring aiogram.types.order_info.OrderInfo.shipping_address:1 of -msgid "*Optional*. User shipping address" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_data.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_data.po index 528f756b..6384a5b5 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_data.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_data.po @@ -8,33 +8,49 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_data.rst:3 msgid "PassportData" msgstr "" #: aiogram.types.passport_data.PassportData:1 of -msgid "Describes Telegram Passport data shared with the bot by the user." +msgid "" +"Contains information about Telegram Passport data shared with the bot by " +"the user." msgstr "" #: aiogram.types.passport_data.PassportData:3 of -msgid "Source: https://core.telegram.org/bots/api#passportdata" +msgid "https://core.telegram.org/bots/api#passportdata" msgstr "" #: ../../docstring aiogram.types.passport_data.PassportData.data:1 of -msgid "" -"Array with information about documents and other Telegram Passport " -"elements that was shared with the bot" +msgid "The field contains a list of objects" msgstr "" #: ../../docstring aiogram.types.passport_data.PassportData.credentials:1 of -msgid "Encrypted credentials required to decrypt the data" +msgid "Simple field" msgstr "" + +#~ msgid "Describes Telegram Passport data shared with the bot by the user." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#passportdata" +#~ msgstr "" + +#~ msgid "" +#~ "Array with information about documents " +#~ "and other Telegram Passport elements " +#~ "that was shared with the bot" +#~ msgstr "" + +#~ msgid "Encrypted credentials required to decrypt the data" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error.po index 53acdac9..df661f12 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_element_error.rst:3 msgid "PassportElementError" @@ -24,45 +24,129 @@ msgstr "" #: aiogram.types.passport_element_error.PassportElementError:1 of msgid "" "This object represents an error in the Telegram Passport element which " -"was submitted that should be resolved by the user. It should be one of:" -msgstr "" - -#: aiogram.types.passport_element_error.PassportElementError:3 of -msgid ":class:`aiogram.types.passport_element_error_data_field.PassportElementErrorDataField`" +"was submitted that should be resolved by the user." msgstr "" #: aiogram.types.passport_element_error.PassportElementError:4 of -msgid ":class:`aiogram.types.passport_element_error_front_side.PassportElementErrorFrontSide`" +msgid "https://core.telegram.org/bots/api#passportelementerror" msgstr "" -#: aiogram.types.passport_element_error.PassportElementError:5 of -msgid ":class:`aiogram.types.passport_element_error_reverse_side.PassportElementErrorReverseSide`" +#: ../../docstring +#: aiogram.types.passport_element_error.PassportElementError.message:1 +#: aiogram.types.passport_element_error.PassportElementError.source:1 +#: aiogram.types.passport_element_error.PassportElementError.type:1 +#: aiogram.types.passport_element_error.PassportElementErrorDataField.data_hash:1 +#: aiogram.types.passport_element_error.PassportElementErrorDataField.field_name:1 +#: aiogram.types.passport_element_error.PassportElementErrorFile.file_hash:1 +#: aiogram.types.passport_element_error.PassportElementErrorFrontSide.file_hash:1 +#: aiogram.types.passport_element_error.PassportElementErrorReverseSide.file_hash:1 +#: aiogram.types.passport_element_error.PassportElementErrorSelfie.file_hash:1 +#: of +msgid "Simple field" msgstr "" -#: aiogram.types.passport_element_error.PassportElementError:6 of -msgid ":class:`aiogram.types.passport_element_error_selfie.PassportElementErrorSelfie`" +#: aiogram.types.passport_element_error.PassportElementErrorDataField:1 of +msgid "" +"Represents an issue in one of the data fields that was provided by the " +"user. The error is considered resolved when the field's value changes." msgstr "" -#: aiogram.types.passport_element_error.PassportElementError:7 of -msgid ":class:`aiogram.types.passport_element_error_file.PassportElementErrorFile`" +#: aiogram.types.passport_element_error.PassportElementErrorDataField:4 of +msgid "https://core.telegram.org/bots/api#passportelementerrordatafield" msgstr "" -#: aiogram.types.passport_element_error.PassportElementError:8 of -msgid ":class:`aiogram.types.passport_element_error_files.PassportElementErrorFiles`" +#: aiogram.types.passport_element_error.PassportElementErrorFile:1 of +msgid "" +"Represents an issue with a document scan. The error is considered " +"resolved when the file with the document scan changes." msgstr "" -#: aiogram.types.passport_element_error.PassportElementError:9 of -msgid ":class:`aiogram.types.passport_element_error_translation_file.PassportElementErrorTranslationFile`" +#: aiogram.types.passport_element_error.PassportElementErrorFile:4 of +msgid "https://core.telegram.org/bots/api#passportelementerrorfile" msgstr "" -#: aiogram.types.passport_element_error.PassportElementError:10 of -msgid ":class:`aiogram.types.passport_element_error_translation_files.PassportElementErrorTranslationFiles`" +#: aiogram.types.passport_element_error.PassportElementErrorFiles:1 of +msgid "" +"Represents an issue with a list of scans. The error is considered " +"resolved when the list of files containing the scans changes." msgstr "" -#: aiogram.types.passport_element_error.PassportElementError:11 of -msgid ":class:`aiogram.types.passport_element_error_unspecified.PassportElementErrorUnspecified`" +#: aiogram.types.passport_element_error.PassportElementErrorFiles:4 of +msgid "https://core.telegram.org/bots/api#passportelementerrorfiles" msgstr "" -#: aiogram.types.passport_element_error.PassportElementError:13 of -msgid "Source: https://core.telegram.org/bots/api#passportelementerror" +#: ../../docstring +#: aiogram.types.passport_element_error.PassportElementErrorFiles.file_hashes:1 +#: of +msgid "The field contains a list of objects" msgstr "" + +#: aiogram.types.passport_element_error.PassportElementErrorFrontSide:1 of +msgid "" +"Represents an issue with the front side of a document. The error is " +"considered resolved when the file with the front side of the document " +"changes." +msgstr "" + +#: aiogram.types.passport_element_error.PassportElementErrorFrontSide:4 of +msgid "https://core.telegram.org/bots/api#passportelementerrorfrontside" +msgstr "" + +#: aiogram.types.passport_element_error.PassportElementErrorReverseSide:1 of +msgid "" +"Represents an issue with the reverse side of a document. The error is " +"considered resolved when the file with reverse side of the document " +"changes." +msgstr "" + +#: aiogram.types.passport_element_error.PassportElementErrorReverseSide:4 of +msgid "https://core.telegram.org/bots/api#passportelementerrorreverseside" +msgstr "" + +#: aiogram.types.passport_element_error.PassportElementErrorSelfie:1 of +msgid "" +"Represents an issue with the selfie with a document. The error is " +"considered resolved when the file with the selfie changes." +msgstr "" + +#: aiogram.types.passport_element_error.PassportElementErrorSelfie:4 of +msgid "https://core.telegram.org/bots/api#passportelementerrorselfie" +msgstr "" + +#~ msgid "" +#~ "This object represents an error in " +#~ "the Telegram Passport element which was" +#~ " submitted that should be resolved by" +#~ " the user. It should be one of:" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.passport_element_error_data_field.PassportElementErrorDataField`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.passport_element_error_front_side.PassportElementErrorFrontSide`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.passport_element_error_reverse_side.PassportElementErrorReverseSide`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.passport_element_error_selfie.PassportElementErrorSelfie`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.passport_element_error_file.PassportElementErrorFile`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.passport_element_error_files.PassportElementErrorFiles`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.passport_element_error_translation_file.PassportElementErrorTranslationFile`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.passport_element_error_translation_files.PassportElementErrorTranslationFiles`" +#~ msgstr "" + +#~ msgid ":class:`aiogram.types.passport_element_error_unspecified.PassportElementErrorUnspecified`" +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#passportelementerror" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_data_field.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_data_field.po index e3f9454c..4d6c481d 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_data_field.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_data_field.po @@ -8,60 +8,47 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_element_error_data_field.rst:3 msgid "PassportElementErrorDataField" msgstr "" -#: aiogram.types.passport_element_error_data_field.PassportElementErrorDataField:1 -#: of -msgid "" -"Represents an issue in one of the data fields that was provided by the " -"user. The error is considered resolved when the field's value changes." -msgstr "" +#~ msgid "" +#~ "Represents an issue in one of the" +#~ " data fields that was provided by " +#~ "the user. The error is considered " +#~ "resolved when the field's value changes." +#~ msgstr "" -#: aiogram.types.passport_element_error_data_field.PassportElementErrorDataField:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#passportelementerrordatafield" -msgstr "" +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#passportelementerrordatafield" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_data_field.PassportElementErrorDataField.source:1 -#: of -msgid "Error source, must be *data*" -msgstr "" +#~ msgid "Error source, must be *data*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_data_field.PassportElementErrorDataField.type:1 -#: of -msgid "" -"The section of the user's Telegram Passport which has the error, one of " -"'personal_details', 'passport', 'driver_license', 'identity_card', " -"'internal_passport', 'address'" -msgstr "" +#~ msgid "" +#~ "The section of the user's Telegram " +#~ "Passport which has the error, one " +#~ "of 'personal_details', 'passport', 'driver_license'," +#~ " 'identity_card', 'internal_passport', 'address'" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_data_field.PassportElementErrorDataField.field_name:1 -#: of -msgid "Name of the data field which has the error" -msgstr "" +#~ msgid "Name of the data field which has the error" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_data_field.PassportElementErrorDataField.data_hash:1 -#: of -msgid "Base64-encoded data hash" -msgstr "" +#~ msgid "Base64-encoded data hash" +#~ msgstr "" + +#~ msgid "Error message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_data_field.PassportElementErrorDataField.message:1 -#: of -msgid "Error message" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_file.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_file.po index 96079e3e..186f0337 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_file.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_file.po @@ -8,51 +8,43 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_element_error_file.rst:3 msgid "PassportElementErrorFile" msgstr "" -#: aiogram.types.passport_element_error_file.PassportElementErrorFile:1 of -msgid "" -"Represents an issue with a document scan. The error is considered " -"resolved when the file with the document scan changes." -msgstr "" +#~ msgid "" +#~ "Represents an issue with a document " +#~ "scan. The error is considered resolved" +#~ " when the file with the document " +#~ "scan changes." +#~ msgstr "" -#: aiogram.types.passport_element_error_file.PassportElementErrorFile:3 of -msgid "Source: https://core.telegram.org/bots/api#passportelementerrorfile" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#passportelementerrorfile" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_file.PassportElementErrorFile.source:1 -#: of -msgid "Error source, must be *file*" -msgstr "" +#~ msgid "Error source, must be *file*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_file.PassportElementErrorFile.type:1 of -msgid "" -"The section of the user's Telegram Passport which has the issue, one of " -"'utility_bill', 'bank_statement', 'rental_agreement', " -"'passport_registration', 'temporary_registration'" -msgstr "" +#~ msgid "" +#~ "The section of the user's Telegram " +#~ "Passport which has the issue, one " +#~ "of 'utility_bill', 'bank_statement', " +#~ "'rental_agreement', 'passport_registration', " +#~ "'temporary_registration'" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_file.PassportElementErrorFile.file_hash:1 -#: of -msgid "Base64-encoded file hash" -msgstr "" +#~ msgid "Base64-encoded file hash" +#~ msgstr "" + +#~ msgid "Error message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_file.PassportElementErrorFile.message:1 -#: of -msgid "Error message" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_files.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_files.po index 259754a3..7228dd95 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_files.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_files.po @@ -8,52 +8,43 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_element_error_files.rst:3 msgid "PassportElementErrorFiles" msgstr "" -#: aiogram.types.passport_element_error_files.PassportElementErrorFiles:1 of -msgid "" -"Represents an issue with a list of scans. The error is considered " -"resolved when the list of files containing the scans changes." -msgstr "" +#~ msgid "" +#~ "Represents an issue with a list of" +#~ " scans. The error is considered " +#~ "resolved when the list of files " +#~ "containing the scans changes." +#~ msgstr "" -#: aiogram.types.passport_element_error_files.PassportElementErrorFiles:3 of -msgid "Source: https://core.telegram.org/bots/api#passportelementerrorfiles" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#passportelementerrorfiles" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_files.PassportElementErrorFiles.source:1 -#: of -msgid "Error source, must be *files*" -msgstr "" +#~ msgid "Error source, must be *files*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_files.PassportElementErrorFiles.type:1 -#: of -msgid "" -"The section of the user's Telegram Passport which has the issue, one of " -"'utility_bill', 'bank_statement', 'rental_agreement', " -"'passport_registration', 'temporary_registration'" -msgstr "" +#~ msgid "" +#~ "The section of the user's Telegram " +#~ "Passport which has the issue, one " +#~ "of 'utility_bill', 'bank_statement', " +#~ "'rental_agreement', 'passport_registration', " +#~ "'temporary_registration'" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_files.PassportElementErrorFiles.file_hashes:1 -#: of -msgid "List of base64-encoded file hashes" -msgstr "" +#~ msgid "List of base64-encoded file hashes" +#~ msgstr "" + +#~ msgid "Error message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_files.PassportElementErrorFiles.message:1 -#: of -msgid "Error message" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_front_side.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_front_side.po index c8223d9e..f5202abb 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_front_side.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_front_side.po @@ -8,54 +8,45 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_element_error_front_side.rst:3 msgid "PassportElementErrorFrontSide" msgstr "" -#: aiogram.types.passport_element_error_front_side.PassportElementErrorFrontSide:1 -#: of -msgid "" -"Represents an issue with the front side of a document. The error is " -"considered resolved when the file with the front side of the document " -"changes." -msgstr "" +#~ msgid "" +#~ "Represents an issue with the front " +#~ "side of a document. The error is" +#~ " considered resolved when the file " +#~ "with the front side of the " +#~ "document changes." +#~ msgstr "" -#: aiogram.types.passport_element_error_front_side.PassportElementErrorFrontSide:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#passportelementerrorfrontside" -msgstr "" +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#passportelementerrorfrontside" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_front_side.PassportElementErrorFrontSide.source:1 -#: of -msgid "Error source, must be *front_side*" -msgstr "" +#~ msgid "Error source, must be *front_side*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_front_side.PassportElementErrorFrontSide.type:1 -#: of -msgid "" -"The section of the user's Telegram Passport which has the issue, one of " -"'passport', 'driver_license', 'identity_card', 'internal_passport'" -msgstr "" +#~ msgid "" +#~ "The section of the user's Telegram " +#~ "Passport which has the issue, one " +#~ "of 'passport', 'driver_license', 'identity_card'," +#~ " 'internal_passport'" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_front_side.PassportElementErrorFrontSide.file_hash:1 -#: of -msgid "Base64-encoded hash of the file with the front side of the document" -msgstr "" +#~ msgid "Base64-encoded hash of the file with the front side of the document" +#~ msgstr "" + +#~ msgid "Error message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_front_side.PassportElementErrorFrontSide.message:1 -#: of -msgid "Error message" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_reverse_side.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_reverse_side.po index 301e3b56..e5a3b542 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_reverse_side.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_reverse_side.po @@ -8,54 +8,44 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_element_error_reverse_side.rst:3 msgid "PassportElementErrorReverseSide" msgstr "" -#: aiogram.types.passport_element_error_reverse_side.PassportElementErrorReverseSide:1 -#: of -msgid "" -"Represents an issue with the reverse side of a document. The error is " -"considered resolved when the file with reverse side of the document " -"changes." -msgstr "" +#~ msgid "" +#~ "Represents an issue with the reverse " +#~ "side of a document. The error is" +#~ " considered resolved when the file " +#~ "with reverse side of the document " +#~ "changes." +#~ msgstr "" -#: aiogram.types.passport_element_error_reverse_side.PassportElementErrorReverseSide:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#passportelementerrorreverseside" -msgstr "" +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#passportelementerrorreverseside" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_reverse_side.PassportElementErrorReverseSide.source:1 -#: of -msgid "Error source, must be *reverse_side*" -msgstr "" +#~ msgid "Error source, must be *reverse_side*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_reverse_side.PassportElementErrorReverseSide.type:1 -#: of -msgid "" -"The section of the user's Telegram Passport which has the issue, one of " -"'driver_license', 'identity_card'" -msgstr "" +#~ msgid "" +#~ "The section of the user's Telegram " +#~ "Passport which has the issue, one " +#~ "of 'driver_license', 'identity_card'" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_reverse_side.PassportElementErrorReverseSide.file_hash:1 -#: of -msgid "Base64-encoded hash of the file with the reverse side of the document" -msgstr "" +#~ msgid "Base64-encoded hash of the file with the reverse side of the document" +#~ msgstr "" + +#~ msgid "Error message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_reverse_side.PassportElementErrorReverseSide.message:1 -#: of -msgid "Error message" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_selfie.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_selfie.po index 9e37ef2a..722614a8 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_selfie.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_selfie.po @@ -8,51 +8,42 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_element_error_selfie.rst:3 msgid "PassportElementErrorSelfie" msgstr "" -#: aiogram.types.passport_element_error_selfie.PassportElementErrorSelfie:1 of -msgid "" -"Represents an issue with the selfie with a document. The error is " -"considered resolved when the file with the selfie changes." -msgstr "" +#~ msgid "" +#~ "Represents an issue with the selfie " +#~ "with a document. The error is " +#~ "considered resolved when the file with" +#~ " the selfie changes." +#~ msgstr "" -#: aiogram.types.passport_element_error_selfie.PassportElementErrorSelfie:3 of -msgid "Source: https://core.telegram.org/bots/api#passportelementerrorselfie" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#passportelementerrorselfie" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_selfie.PassportElementErrorSelfie.source:1 -#: of -msgid "Error source, must be *selfie*" -msgstr "" +#~ msgid "Error source, must be *selfie*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_selfie.PassportElementErrorSelfie.type:1 -#: of -msgid "" -"The section of the user's Telegram Passport which has the issue, one of " -"'passport', 'driver_license', 'identity_card', 'internal_passport'" -msgstr "" +#~ msgid "" +#~ "The section of the user's Telegram " +#~ "Passport which has the issue, one " +#~ "of 'passport', 'driver_license', 'identity_card'," +#~ " 'internal_passport'" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_selfie.PassportElementErrorSelfie.file_hash:1 -#: of -msgid "Base64-encoded hash of the file with the selfie" -msgstr "" +#~ msgid "Base64-encoded hash of the file with the selfie" +#~ msgstr "" + +#~ msgid "Error message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_selfie.PassportElementErrorSelfie.message:1 -#: of -msgid "Error message" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_translation_file.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_translation_file.po index 9bf84e16..b81f16e7 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_translation_file.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_translation_file.po @@ -8,57 +8,47 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_element_error_translation_file.rst:3 msgid "PassportElementErrorTranslationFile" msgstr "" -#: aiogram.types.passport_element_error_translation_file.PassportElementErrorTranslationFile:1 -#: of -msgid "" -"Represents an issue with one of the files that constitute the translation" -" of a document. The error is considered resolved when the file changes." -msgstr "" +#~ msgid "" +#~ "Represents an issue with one of " +#~ "the files that constitute the " +#~ "translation of a document. The error " +#~ "is considered resolved when the file " +#~ "changes." +#~ msgstr "" -#: aiogram.types.passport_element_error_translation_file.PassportElementErrorTranslationFile:3 -#: of -msgid "" -"Source: " -"https://core.telegram.org/bots/api#passportelementerrortranslationfile" -msgstr "" +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#passportelementerrortranslationfile" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_translation_file.PassportElementErrorTranslationFile.source:1 -#: of -msgid "Error source, must be *translation_file*" -msgstr "" +#~ msgid "Error source, must be *translation_file*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_translation_file.PassportElementErrorTranslationFile.type:1 -#: of -msgid "" -"Type of element of the user's Telegram Passport which has the issue, one " -"of 'passport', 'driver_license', 'identity_card', 'internal_passport', " -"'utility_bill', 'bank_statement', 'rental_agreement', " -"'passport_registration', 'temporary_registration'" -msgstr "" +#~ msgid "" +#~ "Type of element of the user's " +#~ "Telegram Passport which has the issue," +#~ " one of 'passport', 'driver_license', " +#~ "'identity_card', 'internal_passport', 'utility_bill', " +#~ "'bank_statement', 'rental_agreement', " +#~ "'passport_registration', 'temporary_registration'" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_translation_file.PassportElementErrorTranslationFile.file_hash:1 -#: of -msgid "Base64-encoded file hash" -msgstr "" +#~ msgid "Base64-encoded file hash" +#~ msgstr "" + +#~ msgid "Error message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_translation_file.PassportElementErrorTranslationFile.message:1 -#: of -msgid "Error message" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_translation_files.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_translation_files.po index a7eb749c..a694072f 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_translation_files.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_translation_files.po @@ -8,57 +8,46 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_element_error_translation_files.rst:3 msgid "PassportElementErrorTranslationFiles" msgstr "" -#: aiogram.types.passport_element_error_translation_files.PassportElementErrorTranslationFiles:1 -#: of -msgid "" -"Represents an issue with the translated version of a document. The error " -"is considered resolved when a file with the document translation change." -msgstr "" +#~ msgid "" +#~ "Represents an issue with the translated" +#~ " version of a document. The error " +#~ "is considered resolved when a file " +#~ "with the document translation change." +#~ msgstr "" -#: aiogram.types.passport_element_error_translation_files.PassportElementErrorTranslationFiles:3 -#: of -msgid "" -"Source: " -"https://core.telegram.org/bots/api#passportelementerrortranslationfiles" -msgstr "" +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#passportelementerrortranslationfiles" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_translation_files.PassportElementErrorTranslationFiles.source:1 -#: of -msgid "Error source, must be *translation_files*" -msgstr "" +#~ msgid "Error source, must be *translation_files*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_translation_files.PassportElementErrorTranslationFiles.type:1 -#: of -msgid "" -"Type of element of the user's Telegram Passport which has the issue, one " -"of 'passport', 'driver_license', 'identity_card', 'internal_passport', " -"'utility_bill', 'bank_statement', 'rental_agreement', " -"'passport_registration', 'temporary_registration'" -msgstr "" +#~ msgid "" +#~ "Type of element of the user's " +#~ "Telegram Passport which has the issue," +#~ " one of 'passport', 'driver_license', " +#~ "'identity_card', 'internal_passport', 'utility_bill', " +#~ "'bank_statement', 'rental_agreement', " +#~ "'passport_registration', 'temporary_registration'" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_translation_files.PassportElementErrorTranslationFiles.file_hashes:1 -#: of -msgid "List of base64-encoded file hashes" -msgstr "" +#~ msgid "List of base64-encoded file hashes" +#~ msgstr "" + +#~ msgid "Error message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_translation_files.PassportElementErrorTranslationFiles.message:1 -#: of -msgid "Error message" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_unspecified.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_unspecified.po index 899c416c..e7e332d0 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_unspecified.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_element_error_unspecified.po @@ -8,51 +8,39 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_element_error_unspecified.rst:3 msgid "PassportElementErrorUnspecified" msgstr "" -#: aiogram.types.passport_element_error_unspecified.PassportElementErrorUnspecified:1 -#: of -msgid "" -"Represents an issue in an unspecified place. The error is considered " -"resolved when new data is added." -msgstr "" +#~ msgid "" +#~ "Represents an issue in an unspecified" +#~ " place. The error is considered " +#~ "resolved when new data is added." +#~ msgstr "" -#: aiogram.types.passport_element_error_unspecified.PassportElementErrorUnspecified:3 -#: of -msgid "Source: https://core.telegram.org/bots/api#passportelementerrorunspecified" -msgstr "" +#~ msgid "" +#~ "Source: " +#~ "https://core.telegram.org/bots/api#passportelementerrorunspecified" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_unspecified.PassportElementErrorUnspecified.source:1 -#: of -msgid "Error source, must be *unspecified*" -msgstr "" +#~ msgid "Error source, must be *unspecified*" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_unspecified.PassportElementErrorUnspecified.type:1 -#: of -msgid "Type of element of the user's Telegram Passport which has the issue" -msgstr "" +#~ msgid "Type of element of the user's Telegram Passport which has the issue" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_unspecified.PassportElementErrorUnspecified.element_hash:1 -#: of -msgid "Base64-encoded element hash" -msgstr "" +#~ msgid "Base64-encoded element hash" +#~ msgstr "" + +#~ msgid "Error message" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.passport_element_error_unspecified.PassportElementErrorUnspecified.message:1 -#: of -msgid "Error message" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_file.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_file.po index 06142ecf..2b8516c5 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_file.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/passport_file.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/passport_file.rst:3 msgid "PassportFile" @@ -28,24 +28,37 @@ msgid "" "exceed 10MB." msgstr "" -#: aiogram.types.passport_file.PassportFile:3 of -msgid "Source: https://core.telegram.org/bots/api#passportfile" +#: aiogram.types.passport_file.PassportFile:4 of +msgid "https://core.telegram.org/bots/api#passportfile" msgstr "" -#: ../../docstring aiogram.types.passport_file.PassportFile.file_id:1 of -msgid "Identifier for this file, which can be used to download or reuse the file" +#: ../../docstring aiogram.types.passport_file.PassportFile.file_date:1 +#: aiogram.types.passport_file.PassportFile.file_id:1 +#: aiogram.types.passport_file.PassportFile.file_size:1 +#: aiogram.types.passport_file.PassportFile.file_unique_id:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.passport_file.PassportFile.file_unique_id:1 of -msgid "" -"Unique identifier for this file, which is supposed to be the same over " -"time and for different bots. Can't be used to download or reuse the file." -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#passportfile" +#~ msgstr "" -#: ../../docstring aiogram.types.passport_file.PassportFile.file_size:1 of -msgid "File size in bytes" -msgstr "" +#~ msgid "" +#~ "Identifier for this file, which can " +#~ "be used to download or reuse the" +#~ " file" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for this file, which" +#~ " is supposed to be the same " +#~ "over time and for different bots. " +#~ "Can't be used to download or reuse" +#~ " the file." +#~ msgstr "" + +#~ msgid "File size in bytes" +#~ msgstr "" + +#~ msgid "Unix time when the file was uploaded" +#~ msgstr "" -#: ../../docstring aiogram.types.passport_file.PassportFile.file_date:1 of -msgid "Unix time when the file was uploaded" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/photo_size.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/photo_size.po index d24a773c..02ccfdd3 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/photo_size.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/photo_size.po @@ -8,48 +8,65 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/photo_size.rst:3 msgid "PhotoSize" msgstr "" #: aiogram.types.photo_size.PhotoSize:1 of -msgid "" -"This object represents one size of a photo or a `file " -"`_ / " -":class:`aiogram.methods.sticker.Sticker` thumbnail." +msgid "This object represents one size of a photo or a file / sticker thumbnail." msgstr "" #: aiogram.types.photo_size.PhotoSize:3 of -msgid "Source: https://core.telegram.org/bots/api#photosize" +msgid "https://core.telegram.org/bots/api#photosize" msgstr "" -#: ../../docstring aiogram.types.photo_size.PhotoSize.file_id:1 of -msgid "Identifier for this file, which can be used to download or reuse the file" +#: ../../docstring aiogram.types.photo_size.PhotoSize.file_id:1 +#: aiogram.types.photo_size.PhotoSize.file_size:1 +#: aiogram.types.photo_size.PhotoSize.file_unique_id:1 +#: aiogram.types.photo_size.PhotoSize.height:1 +#: aiogram.types.photo_size.PhotoSize.width:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.photo_size.PhotoSize.file_unique_id:1 of -msgid "" -"Unique identifier for this file, which is supposed to be the same over " -"time and for different bots. Can't be used to download or reuse the file." -msgstr "" +#~ msgid "" +#~ "This object represents one size of " +#~ "a photo or a `file " +#~ "`_ / " +#~ ":class:`aiogram.methods.sticker.Sticker` thumbnail." +#~ msgstr "" -#: ../../docstring aiogram.types.photo_size.PhotoSize.width:1 of -msgid "Photo width" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#photosize" +#~ msgstr "" -#: ../../docstring aiogram.types.photo_size.PhotoSize.height:1 of -msgid "Photo height" -msgstr "" +#~ msgid "" +#~ "Identifier for this file, which can " +#~ "be used to download or reuse the" +#~ " file" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for this file, which" +#~ " is supposed to be the same " +#~ "over time and for different bots. " +#~ "Can't be used to download or reuse" +#~ " the file." +#~ msgstr "" + +#~ msgid "Photo width" +#~ msgstr "" + +#~ msgid "Photo height" +#~ msgstr "" + +#~ msgid "*Optional*. File size in bytes" +#~ msgstr "" -#: ../../docstring aiogram.types.photo_size.PhotoSize.file_size:1 of -msgid "*Optional*. File size in bytes" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/poll.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/poll.po index 34ce17a6..b188f788 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/poll.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/poll.po @@ -8,86 +8,145 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/poll.rst:3 msgid "Poll" msgstr "" +#: aiogram.types.poll.PollOption:1 of +msgid "This object contains information about one answer option in a poll." +msgstr "" + +#: aiogram.types.poll.PollOption:3 of +msgid "https://core.telegram.org/bots/api#polloption" +msgstr "" + +#: ../../docstring aiogram.types.poll.Poll.allows_multiple_answers:1 +#: aiogram.types.poll.Poll.correct_option_id:1 +#: aiogram.types.poll.Poll.explanation:1 aiogram.types.poll.Poll.id:1 +#: aiogram.types.poll.Poll.is_anonymous:1 aiogram.types.poll.Poll.is_closed:1 +#: aiogram.types.poll.Poll.open_period:1 aiogram.types.poll.Poll.question:1 +#: aiogram.types.poll.Poll.total_voter_count:1 aiogram.types.poll.Poll.type:1 +#: aiogram.types.poll.PollAnswer.poll_id:1 aiogram.types.poll.PollAnswer.user:1 +#: aiogram.types.poll.PollOption.text:1 +#: aiogram.types.poll.PollOption.voter_count:1 of +msgid "Simple field" +msgstr "" + +#: aiogram.types.poll.PollAnswer:1 of +msgid "This object represents an answer of a user in a non-anonymous poll." +msgstr "" + +#: aiogram.types.poll.PollAnswer:3 of +msgid "https://core.telegram.org/bots/api#pollanswer" +msgstr "" + +#: ../../docstring aiogram.types.poll.Poll.explanation_entities:1 +#: aiogram.types.poll.Poll.options:1 aiogram.types.poll.PollAnswer.option_ids:1 +#: of +msgid "The field contains a list of objects" +msgstr "" + #: aiogram.types.poll.Poll:1 of msgid "This object contains information about a poll." msgstr "" #: aiogram.types.poll.Poll:3 of -msgid "Source: https://core.telegram.org/bots/api#poll" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.id:1 of -msgid "Unique poll identifier" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.question:1 of -msgid "Poll question, 1-300 characters" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.options:1 of -msgid "List of poll options" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.total_voter_count:1 of -msgid "Total number of users that voted in the poll" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.is_closed:1 of -msgid ":code:`True`, if the poll is closed" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.is_anonymous:1 of -msgid ":code:`True`, if the poll is anonymous" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.type:1 of -msgid "Poll type, currently can be 'regular' or 'quiz'" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.allows_multiple_answers:1 of -msgid ":code:`True`, if the poll allows multiple answers" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.correct_option_id:1 of -msgid "" -"*Optional*. 0-based identifier of the correct answer option. Available " -"only for polls in the quiz mode, which are closed, or was sent (not " -"forwarded) by the bot or to the private chat with the bot." -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.explanation:1 of -msgid "" -"*Optional*. Text that is shown when a user chooses an incorrect answer or" -" taps on the lamp icon in a quiz-style poll, 0-200 characters" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.explanation_entities:1 of -msgid "" -"*Optional*. Special entities like usernames, URLs, bot commands, etc. " -"that appear in the *explanation*" -msgstr "" - -#: ../../docstring aiogram.types.poll.Poll.open_period:1 of -msgid "" -"*Optional*. Amount of time in seconds the poll will be active after " -"creation" +msgid "https://core.telegram.org/bots/api#poll" msgstr "" #: ../../docstring aiogram.types.poll.Poll.close_date:1 of -msgid "" -"*Optional*. Point in time (Unix timestamp) when the poll will be " -"automatically closed" +msgid "In this field stored datetime" msgstr "" + +#: ../../docstring aiogram.types.poll.Poll.close_date:3 of +msgid "in: unixtime out: datetime" +msgstr "" + +#: aiogram.types.poll.Poll.md_explanation:1 of +msgid "Explanation formatted as markdown." +msgstr "" + +#: aiogram.types.poll.Poll.html_explanation +#: aiogram.types.poll.Poll.md_explanation of +msgid "Returns" +msgstr "" + +#: aiogram.types.poll.Poll.html_explanation:3 +#: aiogram.types.poll.Poll.md_explanation:3 of +msgid "str" +msgstr "" + +#: aiogram.types.poll.Poll.html_explanation:1 of +msgid "Explanation formatted as HTML" +msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#poll" +#~ msgstr "" + +#~ msgid "Unique poll identifier" +#~ msgstr "" + +#~ msgid "Poll question, 1-300 characters" +#~ msgstr "" + +#~ msgid "List of poll options" +#~ msgstr "" + +#~ msgid "Total number of users that voted in the poll" +#~ msgstr "" + +#~ msgid ":code:`True`, if the poll is closed" +#~ msgstr "" + +#~ msgid ":code:`True`, if the poll is anonymous" +#~ msgstr "" + +#~ msgid "Poll type, currently can be 'regular' or 'quiz'" +#~ msgstr "" + +#~ msgid ":code:`True`, if the poll allows multiple answers" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. 0-based identifier of the " +#~ "correct answer option. Available only " +#~ "for polls in the quiz mode, which" +#~ " are closed, or was sent (not " +#~ "forwarded) by the bot or to the" +#~ " private chat with the bot." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Text that is shown when " +#~ "a user chooses an incorrect answer " +#~ "or taps on the lamp icon in " +#~ "a quiz-style poll, 0-200 characters" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Special entities like usernames," +#~ " URLs, bot commands, etc. that appear" +#~ " in the *explanation*" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Amount of time in seconds" +#~ " the poll will be active after " +#~ "creation" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Point in time (Unix " +#~ "timestamp) when the poll will be " +#~ "automatically closed" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/poll_answer.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/poll_answer.po index 627b292c..eaefe9db 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/poll_answer.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/poll_answer.po @@ -8,37 +8,34 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/poll_answer.rst:3 msgid "PollAnswer" msgstr "" -#: aiogram.types.poll_answer.PollAnswer:1 of -msgid "This object represents an answer of a user in a non-anonymous poll." -msgstr "" +#~ msgid "This object represents an answer of a user in a non-anonymous poll." +#~ msgstr "" -#: aiogram.types.poll_answer.PollAnswer:3 of -msgid "Source: https://core.telegram.org/bots/api#pollanswer" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#pollanswer" +#~ msgstr "" -#: ../../docstring aiogram.types.poll_answer.PollAnswer.poll_id:1 of -msgid "Unique poll identifier" -msgstr "" +#~ msgid "Unique poll identifier" +#~ msgstr "" -#: ../../docstring aiogram.types.poll_answer.PollAnswer.user:1 of -msgid "The user, who changed the answer to the poll" -msgstr "" +#~ msgid "The user, who changed the answer to the poll" +#~ msgstr "" + +#~ msgid "" +#~ "0-based identifiers of answer options, " +#~ "chosen by the user. May be empty" +#~ " if the user retracted their vote." +#~ msgstr "" -#: ../../docstring aiogram.types.poll_answer.PollAnswer.option_ids:1 of -msgid "" -"0-based identifiers of answer options, chosen by the user. May be empty " -"if the user retracted their vote." -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/poll_option.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/poll_option.po index 27ecd197..e280180c 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/poll_option.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/poll_option.po @@ -8,31 +8,28 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/poll_option.rst:3 msgid "PollOption" msgstr "" -#: aiogram.types.poll_option.PollOption:1 of -msgid "This object contains information about one answer option in a poll." -msgstr "" +#~ msgid "This object contains information about one answer option in a poll." +#~ msgstr "" -#: aiogram.types.poll_option.PollOption:3 of -msgid "Source: https://core.telegram.org/bots/api#polloption" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#polloption" +#~ msgstr "" -#: ../../docstring aiogram.types.poll_option.PollOption.text:1 of -msgid "Option text, 1-100 characters" -msgstr "" +#~ msgid "Option text, 1-100 characters" +#~ msgstr "" + +#~ msgid "Number of users that voted for this option" +#~ msgstr "" -#: ../../docstring aiogram.types.poll_option.PollOption.voter_count:1 of -msgid "Number of users that voted for this option" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/pre_checkout_query.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/pre_checkout_query.po index 053b5081..0c22eba9 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/pre_checkout_query.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/pre_checkout_query.po @@ -8,73 +8,93 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/pre_checkout_query.rst:3 msgid "PreCheckoutQuery" msgstr "" #: aiogram.types.pre_checkout_query.PreCheckoutQuery:1 of -msgid "This object contains information about an incoming pre-checkout query." +msgid "" +"This object contains information about an incoming pre-checkout query. " +"Your bot can offer users HTML5 games to play solo or to compete against " +"each other in groups and one-on-one chats." msgstr "" -#: aiogram.types.pre_checkout_query.PreCheckoutQuery:3 of -msgid "Source: https://core.telegram.org/bots/api#precheckoutquery" +#: aiogram.types.pre_checkout_query.PreCheckoutQuery:5 of +msgid "Create games via @BotFather using the /newgame command." msgstr "" -#: ../../docstring aiogram.types.pre_checkout_query.PreCheckoutQuery.id:1 of -msgid "Unique query identifier" +#: aiogram.types.pre_checkout_query.PreCheckoutQuery:7 of +msgid "" +"Please note that this kind of power requires responsibility: you will " +"need to accept the terms for each game that your bots will be offering." msgstr "" -#: ../../docstring -#: aiogram.types.pre_checkout_query.PreCheckoutQuery.from_user:1 of -msgid "User who sent the query" +#: aiogram.types.pre_checkout_query.PreCheckoutQuery:10 of +msgid "https://core.telegram.org/bots/api#precheckoutquery" msgstr "" #: ../../docstring aiogram.types.pre_checkout_query.PreCheckoutQuery.currency:1 -#: of -msgid "" -"Three-letter ISO 4217 `currency `_ code" -msgstr "" - -#: ../../docstring +#: aiogram.types.pre_checkout_query.PreCheckoutQuery.from_user:1 +#: aiogram.types.pre_checkout_query.PreCheckoutQuery.id:1 +#: aiogram.types.pre_checkout_query.PreCheckoutQuery.invoice_payload:1 +#: aiogram.types.pre_checkout_query.PreCheckoutQuery.order_info:1 +#: aiogram.types.pre_checkout_query.PreCheckoutQuery.shipping_option_id:1 #: aiogram.types.pre_checkout_query.PreCheckoutQuery.total_amount:1 of -msgid "" -"Total price in the *smallest units* of the currency (integer, **not** " -"float/double). For example, for a price of :code:`US$ 1.45` pass " -":code:`amount = 145`. See the *exp* parameter in `currencies.json " -"`_, it shows the" -" number of digits past the decimal point for each currency (2 for the " -"majority of currencies)." +msgid "Simple field" msgstr "" -#: ../../docstring -#: aiogram.types.pre_checkout_query.PreCheckoutQuery.invoice_payload:1 of -msgid "Bot specified invoice payload" -msgstr "" +#~ msgid "This object contains information about an incoming pre-checkout query." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.pre_checkout_query.PreCheckoutQuery.shipping_option_id:1 of -msgid "*Optional*. Identifier of the shipping option chosen by the user" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#precheckoutquery" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.pre_checkout_query.PreCheckoutQuery.order_info:1 of -msgid "*Optional*. Order information provided by the user" -msgstr "" +#~ msgid "Unique query identifier" +#~ msgstr "" -#: aiogram.types.pre_checkout_query.PreCheckoutQuery.answer of -msgid "Parameters" -msgstr "" +#~ msgid "User who sent the query" +#~ msgstr "" + +#~ msgid "" +#~ "Three-letter ISO 4217 `currency " +#~ "`_" +#~ " code" +#~ msgstr "" + +#~ msgid "" +#~ "Total price in the *smallest units* " +#~ "of the currency (integer, **not** " +#~ "float/double). For example, for a price" +#~ " of :code:`US$ 1.45` pass :code:`amount " +#~ "= 145`. See the *exp* parameter in" +#~ " `currencies.json " +#~ "`_, it" +#~ " shows the number of digits past " +#~ "the decimal point for each currency " +#~ "(2 for the majority of currencies)." +#~ msgstr "" + +#~ msgid "Bot specified invoice payload" +#~ msgstr "" + +#~ msgid "*Optional*. Identifier of the shipping option chosen by the user" +#~ msgstr "" + +#~ msgid "*Optional*. Order information provided by the user" +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "Returns" +#~ msgstr "" -#: aiogram.types.pre_checkout_query.PreCheckoutQuery.answer of -msgid "Returns" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/proximity_alert_triggered.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/proximity_alert_triggered.po index bbfc27d1..8694a3e7 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/proximity_alert_triggered.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/proximity_alert_triggered.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/proximity_alert_triggered.rst:3 msgid "ProximityAlertTriggered" @@ -27,23 +27,26 @@ msgid "" "user in the chat triggers a proximity alert set by another user." msgstr "" -#: aiogram.types.proximity_alert_triggered.ProximityAlertTriggered:3 of -msgid "Source: https://core.telegram.org/bots/api#proximityalerttriggered" -msgstr "" - -#: ../../docstring -#: aiogram.types.proximity_alert_triggered.ProximityAlertTriggered.traveler:1 -#: of -msgid "User that triggered the alert" -msgstr "" - -#: ../../docstring -#: aiogram.types.proximity_alert_triggered.ProximityAlertTriggered.watcher:1 of -msgid "User that set the alert" +#: aiogram.types.proximity_alert_triggered.ProximityAlertTriggered:4 of +msgid "https://core.telegram.org/bots/api#proximityalerttriggered" msgstr "" #: ../../docstring #: aiogram.types.proximity_alert_triggered.ProximityAlertTriggered.distance:1 -#: of -msgid "The distance between the users" +#: aiogram.types.proximity_alert_triggered.ProximityAlertTriggered.traveler:1 +#: aiogram.types.proximity_alert_triggered.ProximityAlertTriggered.watcher:1 of +msgid "Simple field" msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#proximityalerttriggered" +#~ msgstr "" + +#~ msgid "User that triggered the alert" +#~ msgstr "" + +#~ msgid "User that set the alert" +#~ msgstr "" + +#~ msgid "The distance between the users" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/reply_keyboard_markup.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/reply_keyboard_markup.po index 4f2b1f86..2aa46dfe 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/reply_keyboard_markup.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/reply_keyboard_markup.po @@ -8,85 +8,19 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/reply_keyboard_markup.rst:3 msgid "ReplyKeyboardMarkup" msgstr "" -#: aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup:1 of -msgid "" -"This object represents a `custom keyboard " -"`_ with reply options " -"(see `Introduction to bots " -"`_ for details and " -"examples)." -msgstr "" - -#: aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup:3 of -msgid "Source: https://core.telegram.org/bots/api#replykeyboardmarkup" -msgstr "" - -#: ../../docstring -#: aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup.keyboard:1 of -msgid "" -"Array of button rows, each represented by an Array of " -":class:`aiogram.types.keyboard_button.KeyboardButton` objects" -msgstr "" - -#: ../../docstring -#: aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup.is_persistent:1 of -msgid "" -"*Optional*. Requests clients to always show the keyboard when the regular" -" keyboard is hidden. Defaults to *false*, in which case the custom " -"keyboard can be hidden and opened with a keyboard icon." -msgstr "" - -#: ../../docstring -#: aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup.resize_keyboard:1 of -msgid "" -"*Optional*. Requests clients to resize the keyboard vertically for " -"optimal fit (e.g., make the keyboard smaller if there are just two rows " -"of buttons). Defaults to *false*, in which case the custom keyboard is " -"always of the same height as the app's standard keyboard." -msgstr "" - -#: ../../docstring -#: aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup.one_time_keyboard:1 -#: of -msgid "" -"*Optional*. Requests clients to hide the keyboard as soon as it's been " -"used. The keyboard will still be available, but clients will " -"automatically display the usual letter-keyboard in the chat - the user " -"can press a special button in the input field to see the custom keyboard " -"again. Defaults to *false*." -msgstr "" - -#: ../../docstring -#: aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup.input_field_placeholder:1 -#: of -msgid "" -"*Optional*. The placeholder to be shown in the input field when the " -"keyboard is active; 1-64 characters" -msgstr "" - -#: ../../docstring -#: aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup.selective:1 of -msgid "" -"*Optional*. Use this parameter if you want to show the keyboard to " -"specific users only. Targets: 1) users that are @mentioned in the *text* " -"of the :class:`aiogram.types.message.Message` object; 2) if the bot's " -"message is a reply (has *reply_to_message_id*), sender of the original " -"message." -msgstr "" - #~ msgid "" #~ "This object represents a `custom " #~ "keyboard `_ with" @@ -94,3 +28,71 @@ msgstr "" #~ "bots `_ for " #~ "details and examples)." #~ msgstr "" + +#~ msgid "" +#~ "This object represents a `custom " +#~ "keyboard `_" +#~ " with reply options (see `Introduction " +#~ "to bots " +#~ "`_ for " +#~ "details and examples)." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#replykeyboardmarkup" +#~ msgstr "" + +#~ msgid "" +#~ "Array of button rows, each represented" +#~ " by an Array of " +#~ ":class:`aiogram.types.keyboard_button.KeyboardButton` objects" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Requests clients to always " +#~ "show the keyboard when the regular " +#~ "keyboard is hidden. Defaults to *false*," +#~ " in which case the custom keyboard" +#~ " can be hidden and opened with " +#~ "a keyboard icon." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Requests clients to resize " +#~ "the keyboard vertically for optimal fit" +#~ " (e.g., make the keyboard smaller if" +#~ " there are just two rows of " +#~ "buttons). Defaults to *false*, in which" +#~ " case the custom keyboard is always" +#~ " of the same height as the " +#~ "app's standard keyboard." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Requests clients to hide the" +#~ " keyboard as soon as it's been " +#~ "used. The keyboard will still be " +#~ "available, but clients will automatically " +#~ "display the usual letter-keyboard in " +#~ "the chat - the user can press " +#~ "a special button in the input " +#~ "field to see the custom keyboard " +#~ "again. Defaults to *false*." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The placeholder to be shown" +#~ " in the input field when the " +#~ "keyboard is active; 1-64 characters" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Use this parameter if you" +#~ " want to show the keyboard to " +#~ "specific users only. Targets: 1) users" +#~ " that are @mentioned in the *text*" +#~ " of the :class:`aiogram.types.message.Message` " +#~ "object; 2) if the bot's message is" +#~ " a reply (has *reply_to_message_id*), " +#~ "sender of the original message." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/reply_keyboard_remove.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/reply_keyboard_remove.po index 26e7d05c..9fa07827 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/reply_keyboard_remove.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/reply_keyboard_remove.po @@ -8,48 +8,54 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/reply_keyboard_remove.rst:3 msgid "ReplyKeyboardRemove" msgstr "" -#: aiogram.types.reply_keyboard_remove.ReplyKeyboardRemove:1 of -msgid "" -"Upon receiving a message with this object, Telegram clients will remove " -"the current custom keyboard and display the default letter-keyboard. By " -"default, custom keyboards are displayed until a new keyboard is sent by a" -" bot. An exception is made for one-time keyboards that are hidden " -"immediately after the user presses a button (see " -":class:`aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup`)." -msgstr "" +#~ msgid "" +#~ "Upon receiving a message with this " +#~ "object, Telegram clients will remove the" +#~ " current custom keyboard and display " +#~ "the default letter-keyboard. By default," +#~ " custom keyboards are displayed until " +#~ "a new keyboard is sent by a " +#~ "bot. An exception is made for " +#~ "one-time keyboards that are hidden " +#~ "immediately after the user presses a " +#~ "button (see " +#~ ":class:`aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup`)." +#~ msgstr "" -#: aiogram.types.reply_keyboard_remove.ReplyKeyboardRemove:3 of -msgid "Source: https://core.telegram.org/bots/api#replykeyboardremove" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#replykeyboardremove" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.reply_keyboard_remove.ReplyKeyboardRemove.remove_keyboard:1 of -msgid "" -"Requests clients to remove the custom keyboard (user will not be able to " -"summon this keyboard; if you want to hide the keyboard from sight but " -"keep it accessible, use *one_time_keyboard* in " -":class:`aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup`)" -msgstr "" +#~ msgid "" +#~ "Requests clients to remove the custom" +#~ " keyboard (user will not be able " +#~ "to summon this keyboard; if you " +#~ "want to hide the keyboard from " +#~ "sight but keep it accessible, use " +#~ "*one_time_keyboard* in " +#~ ":class:`aiogram.types.reply_keyboard_markup.ReplyKeyboardMarkup`)" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Use this parameter if you" +#~ " want to remove the keyboard for " +#~ "specific users only. Targets: 1) users" +#~ " that are @mentioned in the *text*" +#~ " of the :class:`aiogram.types.message.Message` " +#~ "object; 2) if the bot's message is" +#~ " a reply (has *reply_to_message_id*), " +#~ "sender of the original message." +#~ msgstr "" -#: ../../docstring -#: aiogram.types.reply_keyboard_remove.ReplyKeyboardRemove.selective:1 of -msgid "" -"*Optional*. Use this parameter if you want to remove the keyboard for " -"specific users only. Targets: 1) users that are @mentioned in the *text* " -"of the :class:`aiogram.types.message.Message` object; 2) if the bot's " -"message is a reply (has *reply_to_message_id*), sender of the original " -"message." -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/response_parameters.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/response_parameters.po index 44650c07..cb1805e1 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/response_parameters.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/response_parameters.po @@ -8,41 +8,57 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/response_parameters.rst:3 msgid "ResponseParameters" msgstr "" #: aiogram.types.response_parameters.ResponseParameters:1 of -msgid "Describes why a request was unsuccessful." +msgid "Contains information about why a request was unsuccessful." msgstr "" #: aiogram.types.response_parameters.ResponseParameters:3 of -msgid "Source: https://core.telegram.org/bots/api#responseparameters" -msgstr "" - -#: ../../docstring -#: aiogram.types.response_parameters.ResponseParameters.migrate_to_chat_id:1 of -msgid "" -"*Optional*. The group has been migrated to a supergroup with the " -"specified identifier. This number may have more than 32 significant bits " -"and some programming languages may have difficulty/silent defects in " -"interpreting it. But it has at most 52 significant bits, so a signed " -"64-bit integer or double-precision float type are safe for storing this " -"identifier." +msgid "https://core.telegram.org/bots/api#responseparameters" msgstr "" #: ../../docstring +#: aiogram.types.response_parameters.ResponseParameters.migrate_to_chat_id:1 #: aiogram.types.response_parameters.ResponseParameters.retry_after:1 of -msgid "" -"*Optional*. In case of exceeding flood control, the number of seconds " -"left to wait before the request can be repeated" +msgid "Simple field" msgstr "" + +#~ msgid "Describes why a request was unsuccessful." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#responseparameters" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The group has been migrated" +#~ " to a supergroup with the specified" +#~ " identifier. This number may have " +#~ "more than 32 significant bits and " +#~ "some programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a signed 64-bit " +#~ "integer or double-precision float type" +#~ " are safe for storing this " +#~ "identifier." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. In case of exceeding flood" +#~ " control, the number of seconds left" +#~ " to wait before the request can " +#~ "be repeated" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/sent_web_app_message.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/sent_web_app_message.po index 1464542c..1127e875 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/sent_web_app_message.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/sent_web_app_message.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/sent_web_app_message.rst:3 msgid "SentWebAppMessage" @@ -23,8 +23,8 @@ msgstr "" #: aiogram.types.sent_web_app_message.SentWebAppMessage:1 of msgid "" -"Describes an inline message sent by a `Web App " -"`_ on behalf of a user." +"Contains information about an inline message sent by a Web App on behalf " +"of a user." msgstr "" #: aiogram.types.sent_web_app_message.SentWebAppMessage:3 of @@ -33,9 +33,21 @@ msgstr "" #: ../../docstring #: aiogram.types.sent_web_app_message.SentWebAppMessage.inline_message_id:1 of -msgid "" -"*Optional*. Identifier of the sent inline message. Available only if " -"there is an `inline keyboard " -"`_ attached to " -"the message." +msgid "Simple field" msgstr "" + +#~ msgid "" +#~ "Describes an inline message sent by " +#~ "a `Web App " +#~ "`_ on behalf " +#~ "of a user." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Identifier of the sent " +#~ "inline message. Available only if there" +#~ " is an `inline keyboard " +#~ "`_ " +#~ "attached to the message." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/shipping_address.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/shipping_address.po index a5b1df15..e2d61823 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/shipping_address.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/shipping_address.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/shipping_address.rst:3 msgid "ShippingAddress" @@ -26,33 +26,36 @@ msgid "This object represents a shipping address." msgstr "" #: aiogram.types.shipping_address.ShippingAddress:3 of -msgid "Source: https://core.telegram.org/bots/api#shippingaddress" +msgid "https://core.telegram.org/bots/api#shippingaddress" msgstr "" -#: ../../docstring -#: aiogram.types.shipping_address.ShippingAddress.country_code:1 of -msgid "Two-letter ISO 3166-1 alpha-2 country code" -msgstr "" - -#: ../../docstring aiogram.types.shipping_address.ShippingAddress.state:1 of -msgid "State, if applicable" -msgstr "" - -#: ../../docstring aiogram.types.shipping_address.ShippingAddress.city:1 of -msgid "City" -msgstr "" - -#: ../../docstring -#: aiogram.types.shipping_address.ShippingAddress.street_line1:1 of -msgid "First line for the address" -msgstr "" - -#: ../../docstring +#: ../../docstring aiogram.types.shipping_address.ShippingAddress.city:1 +#: aiogram.types.shipping_address.ShippingAddress.country_code:1 +#: aiogram.types.shipping_address.ShippingAddress.post_code:1 +#: aiogram.types.shipping_address.ShippingAddress.state:1 +#: aiogram.types.shipping_address.ShippingAddress.street_line1:1 #: aiogram.types.shipping_address.ShippingAddress.street_line2:1 of -msgid "Second line for the address" +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.shipping_address.ShippingAddress.post_code:1 -#: of -msgid "Address post code" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#shippingaddress" +#~ msgstr "" + +#~ msgid "Two-letter ISO 3166-1 alpha-2 country code" +#~ msgstr "" + +#~ msgid "State, if applicable" +#~ msgstr "" + +#~ msgid "City" +#~ msgstr "" + +#~ msgid "First line for the address" +#~ msgstr "" + +#~ msgid "Second line for the address" +#~ msgstr "" + +#~ msgid "Address post code" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/shipping_option.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/shipping_option.po index e9f95db7..ecebc184 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/shipping_option.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/shipping_option.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/shipping_option.rst:3 msgid "ShippingOption" @@ -26,17 +26,39 @@ msgid "This object represents one shipping option." msgstr "" #: aiogram.types.shipping_option.ShippingOption:3 of -msgid "Source: https://core.telegram.org/bots/api#shippingoption" +msgid "https://core.telegram.org/bots/api#shippingoption" msgstr "" -#: ../../docstring aiogram.types.shipping_option.ShippingOption.id:1 of -msgid "Shipping option identifier" -msgstr "" - -#: ../../docstring aiogram.types.shipping_option.ShippingOption.title:1 of -msgid "Option title" +#: ../../docstring aiogram.types.shipping_option.ShippingOption.id:1 +#: aiogram.types.shipping_option.ShippingOption.title:1 of +msgid "Simple field" msgstr "" #: ../../docstring aiogram.types.shipping_option.ShippingOption.prices:1 of -msgid "List of price portions" +msgid "The field contains a list of objects" msgstr "" + +#: aiogram.types.shipping_option.ShippingOption.add:1 of +msgid "Add price" +msgstr "" + +#: aiogram.types.shipping_option.ShippingOption.add of +msgid "Parameters" +msgstr "" + +#: aiogram.types.shipping_option.ShippingOption.add of +msgid "Returns" +msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#shippingoption" +#~ msgstr "" + +#~ msgid "Shipping option identifier" +#~ msgstr "" + +#~ msgid "Option title" +#~ msgstr "" + +#~ msgid "List of price portions" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/shipping_query.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/shipping_query.po index 71f13a21..0cf11f9f 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/shipping_query.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/shipping_query.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/shipping_query.rst:3 msgid "ShippingQuery" @@ -26,31 +26,34 @@ msgid "This object contains information about an incoming shipping query." msgstr "" #: aiogram.types.shipping_query.ShippingQuery:3 of -msgid "Source: https://core.telegram.org/bots/api#shippingquery" +msgid "https://core.telegram.org/bots/api#shippingquery" msgstr "" -#: ../../docstring aiogram.types.shipping_query.ShippingQuery.id:1 of -msgid "Unique query identifier" -msgstr "" - -#: ../../docstring aiogram.types.shipping_query.ShippingQuery.from_user:1 of -msgid "User who sent the query" -msgstr "" - -#: ../../docstring aiogram.types.shipping_query.ShippingQuery.invoice_payload:1 -#: of -msgid "Bot specified invoice payload" -msgstr "" - -#: ../../docstring +#: ../../docstring aiogram.types.shipping_query.ShippingQuery.from_user:1 +#: aiogram.types.shipping_query.ShippingQuery.id:1 +#: aiogram.types.shipping_query.ShippingQuery.invoice_payload:1 #: aiogram.types.shipping_query.ShippingQuery.shipping_address:1 of -msgid "User specified shipping address" +msgid "Simple field" msgstr "" -#: aiogram.types.shipping_query.ShippingQuery.answer of -msgid "Parameters" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#shippingquery" +#~ msgstr "" + +#~ msgid "Unique query identifier" +#~ msgstr "" + +#~ msgid "User who sent the query" +#~ msgstr "" + +#~ msgid "Bot specified invoice payload" +#~ msgstr "" + +#~ msgid "User specified shipping address" +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "Returns" +#~ msgstr "" -#: aiogram.types.shipping_query.ShippingQuery.answer of -msgid "Returns" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/sticker.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/sticker.po index 4f8fc38b..407366e8 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/sticker.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/sticker.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/sticker.rst:3 msgid "Sticker" @@ -26,99 +26,32 @@ msgid "This object represents a sticker." msgstr "" #: aiogram.types.sticker.Sticker:3 of -msgid "Source: https://core.telegram.org/bots/api#sticker" +msgid "https://core.telegram.org/bots/api#sticker" msgstr "" -#: ../../docstring aiogram.types.sticker.Sticker.file_id:1 of -msgid "Identifier for this file, which can be used to download or reuse the file" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.file_unique_id:1 of -msgid "" -"Unique identifier for this file, which is supposed to be the same over " -"time and for different bots. Can't be used to download or reuse the file." -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.type:1 of -msgid "" -"Type of the sticker, currently one of 'regular', 'mask', 'custom_emoji'. " -"The type of the sticker is independent from its format, which is " -"determined by the fields *is_animated* and *is_video*." -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.width:1 of -msgid "Sticker width" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.height:1 of -msgid "Sticker height" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.is_animated:1 of -msgid "" -":code:`True`, if the sticker is `animated `_" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.is_video:1 of -msgid "" -":code:`True`, if the sticker is a `video sticker " -"`_" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.thumb:1 of -msgid "*Optional*. Sticker thumbnail in the .WEBP or .JPG format" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.emoji:1 of -msgid "*Optional*. Emoji associated with the sticker" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.set_name:1 of -msgid "*Optional*. Name of the sticker set to which the sticker belongs" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.premium_animation:1 of -msgid "" -"*Optional*. For premium regular stickers, premium animation for the " -"sticker" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.mask_position:1 of -msgid "" -"*Optional*. For mask stickers, the position where the mask should be " -"placed" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.custom_emoji_id:1 of -msgid "" -"*Optional*. For custom emoji stickers, unique identifier of the custom " -"emoji" -msgstr "" - -#: ../../docstring aiogram.types.sticker.Sticker.file_size:1 of -msgid "*Optional*. File size in bytes" +#: ../../docstring aiogram.types.sticker.Sticker.custom_emoji_id:1 +#: aiogram.types.sticker.Sticker.emoji:1 +#: aiogram.types.sticker.Sticker.file_id:1 +#: aiogram.types.sticker.Sticker.file_size:1 +#: aiogram.types.sticker.Sticker.file_unique_id:1 +#: aiogram.types.sticker.Sticker.height:1 +#: aiogram.types.sticker.Sticker.is_animated:1 +#: aiogram.types.sticker.Sticker.is_video:1 +#: aiogram.types.sticker.Sticker.mask_position:1 +#: aiogram.types.sticker.Sticker.premium_animation:1 +#: aiogram.types.sticker.Sticker.set_name:1 +#: aiogram.types.sticker.Sticker.thumb:1 aiogram.types.sticker.Sticker.type:1 +#: aiogram.types.sticker.Sticker.width:1 of +msgid "Simple field" msgstr "" #: aiogram.types.sticker.Sticker.set_position_in_set:1 of msgid "" -"Shortcut for method " -":class:`aiogram.methods.set_sticker_position_in_set.SetStickerPositionInSet`" -" will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.sticker.Sticker.delete_from_set:4 -#: aiogram.types.sticker.Sticker.set_position_in_set:4 of -msgid ":code:`sticker`" -msgstr "" - -#: aiogram.types.sticker.Sticker.set_position_in_set:6 of -msgid "" "Use this method to move a sticker in a set created by the bot to a " -"specific position. Returns :code:`True` on success." +"specific position." msgstr "" -#: aiogram.types.sticker.Sticker.set_position_in_set:8 of +#: aiogram.types.sticker.Sticker.set_position_in_set:3 of msgid "Source: https://core.telegram.org/bots/api#setstickerpositioninset" msgstr "" @@ -126,7 +59,7 @@ msgstr "" msgid "Parameters" msgstr "" -#: aiogram.types.sticker.Sticker.set_position_in_set:10 of +#: aiogram.types.sticker.Sticker.set_position_in_set:5 of msgid "New sticker position in the set, zero-based" msgstr "" @@ -135,31 +68,135 @@ msgstr "" msgid "Returns" msgstr "" -#: aiogram.types.sticker.Sticker.set_position_in_set:11 of -msgid "" -"instance of method " -":class:`aiogram.methods.set_sticker_position_in_set.SetStickerPositionInSet`" +#: aiogram.types.sticker.Sticker.delete_from_set:5 +#: aiogram.types.sticker.Sticker.set_position_in_set:7 of +msgid "Returns True on success" +msgstr "" + +#: aiogram.types.sticker.Sticker.delete_from_set +#: aiogram.types.sticker.Sticker.set_position_in_set of +msgid "Return type" +msgstr "" + +#: aiogram.types.sticker.Sticker.delete_from_set:6 +#: aiogram.types.sticker.Sticker.set_position_in_set:8 of +msgid ":obj:`base.Boolean`" msgstr "" #: aiogram.types.sticker.Sticker.delete_from_set:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.delete_sticker_from_set.DeleteStickerFromSet` " -"will automatically fill method attributes:" +msgid "Use this method to delete a sticker from a set created by the bot." msgstr "" -#: aiogram.types.sticker.Sticker.delete_from_set:6 of -msgid "" -"Use this method to delete a sticker from a set created by the bot. " -"Returns :code:`True` on success." -msgstr "" - -#: aiogram.types.sticker.Sticker.delete_from_set:8 of +#: aiogram.types.sticker.Sticker.delete_from_set:3 of msgid "Source: https://core.telegram.org/bots/api#deletestickerfromset" msgstr "" -#: aiogram.types.sticker.Sticker.delete_from_set:10 of -msgid "" -"instance of method " -":class:`aiogram.methods.delete_sticker_from_set.DeleteStickerFromSet`" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#sticker" +#~ msgstr "" + +#~ msgid "" +#~ "Identifier for this file, which can " +#~ "be used to download or reuse the" +#~ " file" +#~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for this file, which" +#~ " is supposed to be the same " +#~ "over time and for different bots. " +#~ "Can't be used to download or reuse" +#~ " the file." +#~ msgstr "" + +#~ msgid "" +#~ "Type of the sticker, currently one " +#~ "of 'regular', 'mask', 'custom_emoji'. The " +#~ "type of the sticker is independent " +#~ "from its format, which is determined " +#~ "by the fields *is_animated* and " +#~ "*is_video*." +#~ msgstr "" + +#~ msgid "Sticker width" +#~ msgstr "" + +#~ msgid "Sticker height" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the sticker is " +#~ "`animated `_" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the sticker is a " +#~ "`video sticker `_" +#~ msgstr "" + +#~ msgid "*Optional*. Sticker thumbnail in the .WEBP or .JPG format" +#~ msgstr "" + +#~ msgid "*Optional*. Emoji associated with the sticker" +#~ msgstr "" + +#~ msgid "*Optional*. Name of the sticker set to which the sticker belongs" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For premium regular stickers, " +#~ "premium animation for the sticker" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For mask stickers, the " +#~ "position where the mask should be " +#~ "placed" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. For custom emoji stickers, " +#~ "unique identifier of the custom emoji" +#~ msgstr "" + +#~ msgid "*Optional*. File size in bytes" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.set_sticker_position_in_set.SetStickerPositionInSet`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid ":code:`sticker`" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to move a sticker" +#~ " in a set created by the bot" +#~ " to a specific position. Returns " +#~ ":code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.set_sticker_position_in_set.SetStickerPositionInSet`" +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.delete_sticker_from_set.DeleteStickerFromSet`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to delete a " +#~ "sticker from a set created by the" +#~ " bot. Returns :code:`True` on success." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.delete_sticker_from_set.DeleteStickerFromSet`" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/sticker_set.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/sticker_set.po index 6e76be18..aac07639 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/sticker_set.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/sticker_set.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/sticker_set.rst:3 msgid "StickerSet" @@ -26,39 +26,53 @@ msgid "This object represents a sticker set." msgstr "" #: aiogram.types.sticker_set.StickerSet:3 of -msgid "Source: https://core.telegram.org/bots/api#stickerset" +msgid "https://core.telegram.org/bots/api#stickerset" msgstr "" -#: ../../docstring aiogram.types.sticker_set.StickerSet.name:1 of -msgid "Sticker set name" -msgstr "" - -#: ../../docstring aiogram.types.sticker_set.StickerSet.title:1 of -msgid "Sticker set title" -msgstr "" - -#: ../../docstring aiogram.types.sticker_set.StickerSet.sticker_type:1 of -msgid "" -"Type of stickers in the set, currently one of 'regular', 'mask', " -"'custom_emoji'" -msgstr "" - -#: ../../docstring aiogram.types.sticker_set.StickerSet.is_animated:1 of -msgid "" -":code:`True`, if the sticker set contains `animated stickers " -"`_" -msgstr "" - -#: ../../docstring aiogram.types.sticker_set.StickerSet.is_video:1 of -msgid "" -":code:`True`, if the sticker set contains `video stickers " -"`_" +#: ../../docstring aiogram.types.sticker_set.StickerSet.contains_masks:1 +#: aiogram.types.sticker_set.StickerSet.is_animated:1 +#: aiogram.types.sticker_set.StickerSet.is_video:1 +#: aiogram.types.sticker_set.StickerSet.name:1 +#: aiogram.types.sticker_set.StickerSet.sticker_type:1 +#: aiogram.types.sticker_set.StickerSet.thumb:1 +#: aiogram.types.sticker_set.StickerSet.title:1 of +msgid "Simple field" msgstr "" #: ../../docstring aiogram.types.sticker_set.StickerSet.stickers:1 of -msgid "List of all set stickers" +msgid "The field contains a list of objects" msgstr "" -#: ../../docstring aiogram.types.sticker_set.StickerSet.thumb:1 of -msgid "*Optional*. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#stickerset" +#~ msgstr "" + +#~ msgid "Sticker set name" +#~ msgstr "" + +#~ msgid "Sticker set title" +#~ msgstr "" + +#~ msgid "" +#~ "Type of stickers in the set, " +#~ "currently one of 'regular', 'mask', " +#~ "'custom_emoji'" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the sticker set " +#~ "contains `animated stickers " +#~ "`_" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if the sticker set " +#~ "contains `video stickers `_" +#~ msgstr "" + +#~ msgid "List of all set stickers" +#~ msgstr "" + +#~ msgid "*Optional*. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/successful_payment.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/successful_payment.po index d6152e59..3001e8b2 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/successful_payment.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/successful_payment.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/successful_payment.rst:3 msgid "SuccessfulPayment" @@ -26,50 +26,54 @@ msgid "This object contains basic information about a successful payment." msgstr "" #: aiogram.types.successful_payment.SuccessfulPayment:3 of -msgid "Source: https://core.telegram.org/bots/api#successfulpayment" -msgstr "" - -#: ../../docstring -#: aiogram.types.successful_payment.SuccessfulPayment.currency:1 of -msgid "" -"Three-letter ISO 4217 `currency `_ code" -msgstr "" - -#: ../../docstring -#: aiogram.types.successful_payment.SuccessfulPayment.total_amount:1 of -msgid "" -"Total price in the *smallest units* of the currency (integer, **not** " -"float/double). For example, for a price of :code:`US$ 1.45` pass " -":code:`amount = 145`. See the *exp* parameter in `currencies.json " -"`_, it shows the" -" number of digits past the decimal point for each currency (2 for the " -"majority of currencies)." -msgstr "" - -#: ../../docstring -#: aiogram.types.successful_payment.SuccessfulPayment.invoice_payload:1 of -msgid "Bot specified invoice payload" -msgstr "" - -#: ../../docstring -#: aiogram.types.successful_payment.SuccessfulPayment.telegram_payment_charge_id:1 -#: of -msgid "Telegram payment identifier" +msgid "https://core.telegram.org/bots/api#successfulpayment" msgstr "" #: ../../docstring +#: aiogram.types.successful_payment.SuccessfulPayment.currency:1 +#: aiogram.types.successful_payment.SuccessfulPayment.invoice_payload:1 +#: aiogram.types.successful_payment.SuccessfulPayment.order_info:1 #: aiogram.types.successful_payment.SuccessfulPayment.provider_payment_charge_id:1 -#: of -msgid "Provider payment identifier" +#: aiogram.types.successful_payment.SuccessfulPayment.shipping_option_id:1 +#: aiogram.types.successful_payment.SuccessfulPayment.telegram_payment_charge_id:1 +#: aiogram.types.successful_payment.SuccessfulPayment.total_amount:1 of +msgid "Simple field" msgstr "" -#: ../../docstring -#: aiogram.types.successful_payment.SuccessfulPayment.shipping_option_id:1 of -msgid "*Optional*. Identifier of the shipping option chosen by the user" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#successfulpayment" +#~ msgstr "" + +#~ msgid "" +#~ "Three-letter ISO 4217 `currency " +#~ "`_" +#~ " code" +#~ msgstr "" + +#~ msgid "" +#~ "Total price in the *smallest units* " +#~ "of the currency (integer, **not** " +#~ "float/double). For example, for a price" +#~ " of :code:`US$ 1.45` pass :code:`amount " +#~ "= 145`. See the *exp* parameter in" +#~ " `currencies.json " +#~ "`_, it" +#~ " shows the number of digits past " +#~ "the decimal point for each currency " +#~ "(2 for the majority of currencies)." +#~ msgstr "" + +#~ msgid "Bot specified invoice payload" +#~ msgstr "" + +#~ msgid "Telegram payment identifier" +#~ msgstr "" + +#~ msgid "Provider payment identifier" +#~ msgstr "" + +#~ msgid "*Optional*. Identifier of the shipping option chosen by the user" +#~ msgstr "" + +#~ msgid "*Optional*. Order information provided by the user" +#~ msgstr "" -#: ../../docstring -#: aiogram.types.successful_payment.SuccessfulPayment.order_info:1 of -msgid "*Optional*. Order information provided by the user" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/update.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/update.po index 940848f4..2d578279 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/update.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/update.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/update.rst:3 msgid "Update" @@ -23,126 +23,176 @@ msgstr "" #: aiogram.types.update.Update:1 of msgid "" -"This `object `_ " -"represents an incoming update." +"This object represents an incoming update. At most one of the optional " +"parameters can be present in any given update." msgstr "" -#: aiogram.types.update.Update:3 of -msgid "" -"At most **one** of the optional parameters can be present in any given " -"update." +#: aiogram.types.update.Update:4 of +msgid "https://core.telegram.org/bots/api#update" msgstr "" -#: aiogram.types.update.Update:5 of -msgid "Source: https://core.telegram.org/bots/api#update" +#: ../../docstring aiogram.types.update.Update.callback_query:1 +#: aiogram.types.update.Update.channel_post:1 +#: aiogram.types.update.Update.chat_join_request:1 +#: aiogram.types.update.Update.chat_member:1 +#: aiogram.types.update.Update.chosen_inline_result:1 +#: aiogram.types.update.Update.edited_channel_post:1 +#: aiogram.types.update.Update.edited_message:1 +#: aiogram.types.update.Update.inline_query:1 +#: aiogram.types.update.Update.message:1 +#: aiogram.types.update.Update.my_chat_member:1 +#: aiogram.types.update.Update.poll:1 aiogram.types.update.Update.poll_answer:1 +#: aiogram.types.update.Update.pre_checkout_query:1 +#: aiogram.types.update.Update.shipping_query:1 +#: aiogram.types.update.Update.update_id:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.update.Update.update_id:1 of -msgid "" -"The update's unique identifier. Update identifiers start from a certain " -"positive number and increase sequentially. This ID becomes especially " -"handy if you're using `webhooks " -"`_, since it allows you to" -" ignore repeated updates or to restore the correct update sequence, " -"should they get out of order. If there are no new updates for at least a " -"week, then identifier of the next update will be chosen randomly instead " -"of sequentially." +#: aiogram.types.update.AllowedUpdates:1 of +msgid "Helper for allowed_updates parameter in getUpdates and setWebhook methods." msgstr "" -#: ../../docstring aiogram.types.update.Update.message:1 of -msgid "*Optional*. New incoming message of any kind - text, photo, sticker, etc." +#: aiogram.types.update.AllowedUpdates:3 of +msgid "You can use &, + or | operators for make combination of allowed updates." msgstr "" -#: ../../docstring aiogram.types.update.Update.edited_message:1 of -msgid "" -"*Optional*. New version of a message that is known to the bot and was " -"edited" +#: aiogram.types.update.AllowedUpdates:7 of +msgid "Example:" msgstr "" -#: ../../docstring aiogram.types.update.Update.channel_post:1 of -msgid "" -"*Optional*. New incoming channel post of any kind - text, photo, sticker," -" etc." -msgstr "" +#~ msgid "" +#~ "This `object `_ represents an incoming " +#~ "update." +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.edited_channel_post:1 of -msgid "" -"*Optional*. New version of a channel post that is known to the bot and " -"was edited" -msgstr "" +#~ msgid "" +#~ "At most **one** of the optional " +#~ "parameters can be present in any " +#~ "given update." +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.inline_query:1 of -msgid "" -"*Optional*. New incoming `inline `_ query" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#update" +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.chosen_inline_result:1 of -msgid "" -"*Optional*. The result of an `inline `_ query that was chosen by a user and sent to their chat " -"partner. Please see our documentation on the `feedback collecting " -"`_ for details" -" on how to enable these updates for your bot." -msgstr "" +#~ msgid "" +#~ "The update's unique identifier. Update " +#~ "identifiers start from a certain " +#~ "positive number and increase sequentially. " +#~ "This ID becomes especially handy if " +#~ "you're using `webhooks " +#~ "`_, since " +#~ "it allows you to ignore repeated " +#~ "updates or to restore the correct " +#~ "update sequence, should they get out " +#~ "of order. If there are no new " +#~ "updates for at least a week, then" +#~ " identifier of the next update will" +#~ " be chosen randomly instead of " +#~ "sequentially." +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.callback_query:1 of -msgid "*Optional*. New incoming callback query" -msgstr "" +#~ msgid "" +#~ "*Optional*. New incoming message of any" +#~ " kind - text, photo, sticker, etc." +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.shipping_query:1 of -msgid "" -"*Optional*. New incoming shipping query. Only for invoices with flexible " -"price" -msgstr "" +#~ msgid "" +#~ "*Optional*. New version of a message " +#~ "that is known to the bot and " +#~ "was edited" +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.pre_checkout_query:1 of -msgid "" -"*Optional*. New incoming pre-checkout query. Contains full information " -"about checkout" -msgstr "" +#~ msgid "" +#~ "*Optional*. New incoming channel post of" +#~ " any kind - text, photo, sticker, " +#~ "etc." +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.poll:1 of -msgid "" -"*Optional*. New poll state. Bots receive only updates about stopped polls" -" and polls, which are sent by the bot" -msgstr "" +#~ msgid "" +#~ "*Optional*. New version of a channel " +#~ "post that is known to the bot " +#~ "and was edited" +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.poll_answer:1 of -msgid "" -"*Optional*. A user changed their answer in a non-anonymous poll. Bots " -"receive new votes only in polls that were sent by the bot itself." -msgstr "" +#~ msgid "" +#~ "*Optional*. New incoming `inline " +#~ "`_ query" +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.my_chat_member:1 of -msgid "" -"*Optional*. The bot's chat member status was updated in a chat. For " -"private chats, this update is received only when the bot is blocked or " -"unblocked by the user." -msgstr "" +#~ msgid "" +#~ "*Optional*. The result of an `inline " +#~ "`_ query" +#~ " that was chosen by a user and" +#~ " sent to their chat partner. Please" +#~ " see our documentation on the " +#~ "`feedback collecting " +#~ "`_" +#~ " for details on how to enable " +#~ "these updates for your bot." +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.chat_member:1 of -msgid "" -"*Optional*. A chat member's status was updated in a chat. The bot must be" -" an administrator in the chat and must explicitly specify 'chat_member' " -"in the list of *allowed_updates* to receive these updates." -msgstr "" +#~ msgid "*Optional*. New incoming callback query" +#~ msgstr "" -#: ../../docstring aiogram.types.update.Update.chat_join_request:1 of -msgid "" -"*Optional*. A request to join the chat has been sent. The bot must have " -"the *can_invite_users* administrator right in the chat to receive these " -"updates." -msgstr "" +#~ msgid "" +#~ "*Optional*. New incoming shipping query. " +#~ "Only for invoices with flexible price" +#~ msgstr "" -#: aiogram.types.update.Update.event_type:1 of -msgid "Detect update type If update type is unknown, raise UpdateTypeLookupError" -msgstr "" +#~ msgid "" +#~ "*Optional*. New incoming pre-checkout " +#~ "query. Contains full information about " +#~ "checkout" +#~ msgstr "" -#: aiogram.types.update.Update.event_type of -msgid "Returns" -msgstr "" +#~ msgid "" +#~ "*Optional*. New poll state. Bots receive" +#~ " only updates about stopped polls and" +#~ " polls, which are sent by the " +#~ "bot" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. A user changed their answer" +#~ " in a non-anonymous poll. Bots " +#~ "receive new votes only in polls " +#~ "that were sent by the bot itself." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The bot's chat member status" +#~ " was updated in a chat. For " +#~ "private chats, this update is received" +#~ " only when the bot is blocked " +#~ "or unblocked by the user." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. A chat member's status was" +#~ " updated in a chat. The bot " +#~ "must be an administrator in the " +#~ "chat and must explicitly specify " +#~ "'chat_member' in the list of " +#~ "*allowed_updates* to receive these updates." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. A request to join the " +#~ "chat has been sent. The bot must" +#~ " have the *can_invite_users* administrator " +#~ "right in the chat to receive these" +#~ " updates." +#~ msgstr "" + +#~ msgid "" +#~ "Detect update type If update type " +#~ "is unknown, raise UpdateTypeLookupError" +#~ msgstr "" + +#~ msgid "Returns" +#~ msgstr "" + +#~ msgid "Update does not contain any known event type." +#~ msgstr "" -#: aiogram.types.update.UpdateTypeLookupError:1 of -msgid "Update does not contain any known event type." -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/user.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/user.po index b7e590b3..7cdb9896 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/user.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/user.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-23 00:47+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/user.rst:3 msgid "User" @@ -26,115 +26,45 @@ msgid "This object represents a Telegram user or bot." msgstr "" #: aiogram.types.user.User:3 of -msgid "Source: https://core.telegram.org/bots/api#user" +msgid "https://core.telegram.org/bots/api#user" msgstr "" -#: ../../docstring aiogram.types.user.User.id:1 of -msgid "" -"Unique identifier for this user or bot. This number may have more than 32" -" significant bits and some programming languages may have " -"difficulty/silent defects in interpreting it. But it has at most 52 " -"significant bits, so a 64-bit integer or double-precision float type are " -"safe for storing this identifier." +#: ../../docstring aiogram.types.user.User.added_to_attachment_menu:1 +#: aiogram.types.user.User.can_join_groups:1 +#: aiogram.types.user.User.can_read_all_group_messages:1 +#: aiogram.types.user.User.first_name:1 aiogram.types.user.User.id:1 +#: aiogram.types.user.User.is_bot:1 aiogram.types.user.User.is_premium:1 +#: aiogram.types.user.User.language_code:1 aiogram.types.user.User.last_name:1 +#: aiogram.types.user.User.supports_inline_queries:1 +#: aiogram.types.user.User.username:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.user.User.is_bot:1 of -msgid ":code:`True`, if this user is a bot" +#: aiogram.types.user.User.full_name:1 of +msgid "You can get full name of user." msgstr "" -#: ../../docstring aiogram.types.user.User.first_name:1 of -msgid "User's or bot's first name" -msgstr "" - -#: ../../docstring aiogram.types.user.User.last_name:1 of -msgid "*Optional*. User's or bot's last name" -msgstr "" - -#: ../../docstring aiogram.types.user.User.username:1 of -msgid "*Optional*. User's or bot's username" -msgstr "" - -#: ../../docstring aiogram.types.user.User.language_code:1 of -msgid "" -"*Optional*. `IETF language tag " -"`_ of the user's " -"language" -msgstr "" - -#: ../../docstring aiogram.types.user.User.is_premium:1 of -msgid "*Optional*. :code:`True`, if this user is a Telegram Premium user" -msgstr "" - -#: ../../docstring aiogram.types.user.User.added_to_attachment_menu:1 of -msgid "" -"*Optional*. :code:`True`, if this user added the bot to the attachment " -"menu" -msgstr "" - -#: ../../docstring aiogram.types.user.User.can_join_groups:1 of -msgid "" -"*Optional*. :code:`True`, if the bot can be invited to groups. Returned " -"only in :class:`aiogram.methods.get_me.GetMe`." -msgstr "" - -#: ../../docstring aiogram.types.user.User.can_read_all_group_messages:1 of -msgid "" -"*Optional*. :code:`True`, if `privacy mode " -"`_ is disabled for " -"the bot. Returned only in :class:`aiogram.methods.get_me.GetMe`." -msgstr "" - -#: ../../docstring aiogram.types.user.User.supports_inline_queries:1 of -msgid "" -"*Optional*. :code:`True`, if the bot supports inline queries. Returned " -"only in :class:`aiogram.methods.get_me.GetMe`." -msgstr "" - -#: aiogram.types.user.User.get_profile_photos:1 of -msgid "" -"Shortcut for method " -":class:`aiogram.methods.get_user_profile_photos.GetUserProfilePhotos` " -"will automatically fill method attributes:" -msgstr "" - -#: aiogram.types.user.User.get_profile_photos:4 of -msgid ":code:`user_id`" -msgstr "" - -#: aiogram.types.user.User.get_profile_photos:6 of -msgid "" -"Use this method to get a list of profile pictures for a user. Returns a " -":class:`aiogram.types.user_profile_photos.UserProfilePhotos` object." -msgstr "" - -#: aiogram.types.user.User.get_profile_photos:8 of -msgid "Source: https://core.telegram.org/bots/api#getuserprofilephotos" -msgstr "" - -#: aiogram.types.user.User.get_profile_photos of -msgid "Parameters" -msgstr "" - -#: aiogram.types.user.User.get_profile_photos:10 of -msgid "" -"Sequential number of the first photo to be returned. By default, all " -"photos are returned." -msgstr "" - -#: aiogram.types.user.User.get_profile_photos:11 of -msgid "" -"Limits the number of photos to be retrieved. Values between 1-100 are " -"accepted. Defaults to 100." -msgstr "" - -#: aiogram.types.user.User.get_profile_photos of +#: aiogram.types.user.User.full_name aiogram.types.user.User.locale +#: aiogram.types.user.User.mention of msgid "Returns" msgstr "" -#: aiogram.types.user.User.get_profile_photos:12 of +#: aiogram.types.user.User.full_name:3 aiogram.types.user.User.mention:4 of +msgid "str" +msgstr "" + +#: aiogram.types.user.User.mention:1 of msgid "" -"instance of method " -":class:`aiogram.methods.get_user_profile_photos.GetUserProfilePhotos`" +"You can get user's username to mention him Full name will be returned if " +"user has no username" +msgstr "" + +#: aiogram.types.user.User.locale:1 of +msgid "Get user's locale" +msgstr "" + +#: aiogram.types.user.User.locale:3 of +msgid ":class:`babel.core.Locale`" msgstr "" #~ msgid "This object represents a Telegram user or bot." @@ -155,3 +85,102 @@ msgstr "" #~ "disabled for the bot. Returned only " #~ "in :class:`aiogram.methods.get_me.GetMe`." #~ msgstr "" + +#~ msgid "" +#~ "Unique identifier for this user or " +#~ "bot. This number may have more " +#~ "than 32 significant bits and some " +#~ "programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a 64-bit integer" +#~ " or double-precision float type are" +#~ " safe for storing this identifier." +#~ msgstr "" + +#~ msgid ":code:`True`, if this user is a bot" +#~ msgstr "" + +#~ msgid "User's or bot's first name" +#~ msgstr "" + +#~ msgid "*Optional*. User's or bot's last name" +#~ msgstr "" + +#~ msgid "*Optional*. User's or bot's username" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. `IETF language tag " +#~ "`_ of the" +#~ " user's language" +#~ msgstr "" + +#~ msgid "*Optional*. :code:`True`, if this user is a Telegram Premium user" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if this user " +#~ "added the bot to the attachment " +#~ "menu" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the bot can" +#~ " be invited to groups. Returned only" +#~ " in :class:`aiogram.methods.get_me.GetMe`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if `privacy mode " +#~ "`_ " +#~ "is disabled for the bot. Returned " +#~ "only in :class:`aiogram.methods.get_me.GetMe`." +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. :code:`True`, if the bot " +#~ "supports inline queries. Returned only " +#~ "in :class:`aiogram.methods.get_me.GetMe`." +#~ msgstr "" + +#~ msgid "" +#~ "Shortcut for method " +#~ ":class:`aiogram.methods.get_user_profile_photos.GetUserProfilePhotos`" +#~ " will automatically fill method attributes:" +#~ msgstr "" + +#~ msgid ":code:`user_id`" +#~ msgstr "" + +#~ msgid "" +#~ "Use this method to get a list " +#~ "of profile pictures for a user. " +#~ "Returns a " +#~ ":class:`aiogram.types.user_profile_photos.UserProfilePhotos` " +#~ "object." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#getuserprofilephotos" +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "" +#~ "Sequential number of the first photo " +#~ "to be returned. By default, all " +#~ "photos are returned." +#~ msgstr "" + +#~ msgid "" +#~ "Limits the number of photos to be" +#~ " retrieved. Values between 1-100 are " +#~ "accepted. Defaults to 100." +#~ msgstr "" + +#~ msgid "" +#~ "instance of method " +#~ ":class:`aiogram.methods.get_user_profile_photos.GetUserProfilePhotos`" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/user_profile_photos.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/user_profile_photos.po index a1a37319..2b55eb5a 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/user_profile_photos.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/user_profile_photos.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/user_profile_photos.rst:3 msgid "UserProfilePhotos" @@ -26,15 +26,20 @@ msgid "This object represent a user's profile pictures." msgstr "" #: aiogram.types.user_profile_photos.UserProfilePhotos:3 of -msgid "Source: https://core.telegram.org/bots/api#userprofilephotos" +msgid "https://core.telegram.org/bots/api#userprofilephotos" msgstr "" #: ../../docstring #: aiogram.types.user_profile_photos.UserProfilePhotos.total_count:1 of -msgid "Total number of profile pictures the target user has" +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.user_profile_photos.UserProfilePhotos.photos:1 -#: of -msgid "Requested profile pictures (in up to 4 sizes each)" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#userprofilephotos" +#~ msgstr "" + +#~ msgid "Total number of profile pictures the target user has" +#~ msgstr "" + +#~ msgid "Requested profile pictures (in up to 4 sizes each)" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/user_shared.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/user_shared.po index 1f0e56d3..37f17e65 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/user_shared.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/user_shared.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-12 00:22+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -24,27 +24,45 @@ msgstr "" #: aiogram.types.user_shared.UserShared:1 of msgid "" "This object contains information about the user whose identifier was " -"shared with the bot using a " -":class:`aiogram.types.keyboard_button_request_user.KeyboardButtonRequestUser`" -" button." +"shared with the bot using a KeyboardButtonRequestUser button." msgstr "" -#: aiogram.types.user_shared.UserShared:3 of -msgid "Source: https://core.telegram.org/bots/api#usershared" +#: aiogram.types.user_shared.UserShared:4 of +msgid "https://core.telegram.org/bots/api#usershared" msgstr "" -#: ../../docstring aiogram.types.user_shared.UserShared.request_id:1 of -msgid "Identifier of the request" +#: ../../docstring aiogram.types.user_shared.UserShared.request_id:1 +#: aiogram.types.user_shared.UserShared.user_id:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.user_shared.UserShared.user_id:1 of -msgid "" -"Identifier of the shared user. This number may have more than 32 " -"significant bits and some programming languages may have " -"difficulty/silent defects in interpreting it. But it has at most 52 " -"significant bits, so a 64-bit integer or double-precision float type are " -"safe for storing this identifier. The bot may not have access to the user" -" and could be unable to use this identifier, unless the user is already " -"known to the bot by some other means." -msgstr "" +#~ msgid "" +#~ "This object contains information about " +#~ "the user whose identifier was shared " +#~ "with the bot using a " +#~ ":class:`aiogram.types.keyboard_button_request_user.KeyboardButtonRequestUser`" +#~ " button." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#usershared" +#~ msgstr "" + +#~ msgid "Identifier of the request" +#~ msgstr "" + +#~ msgid "" +#~ "Identifier of the shared user. This " +#~ "number may have more than 32 " +#~ "significant bits and some programming " +#~ "languages may have difficulty/silent defects" +#~ " in interpreting it. But it has " +#~ "at most 52 significant bits, so a" +#~ " 64-bit integer or double-precision " +#~ "float type are safe for storing " +#~ "this identifier. The bot may not " +#~ "have access to the user and could" +#~ " be unable to use this identifier," +#~ " unless the user is already known " +#~ "to the bot by some other means." +#~ msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/venue.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/venue.po index 949a414e..c5d96308 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/venue.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/venue.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/venue.rst:3 msgid "Venue" @@ -26,38 +26,46 @@ msgid "This object represents a venue." msgstr "" #: aiogram.types.venue.Venue:3 of -msgid "Source: https://core.telegram.org/bots/api#venue" +msgid "https://core.telegram.org/bots/api#venue" msgstr "" -#: ../../docstring aiogram.types.venue.Venue.location:1 of -msgid "Venue location. Can't be a live location" +#: ../../docstring aiogram.types.venue.Venue.address:1 +#: aiogram.types.venue.Venue.foursquare_id:1 +#: aiogram.types.venue.Venue.foursquare_type:1 +#: aiogram.types.venue.Venue.google_place_id:1 +#: aiogram.types.venue.Venue.google_place_type:1 +#: aiogram.types.venue.Venue.location:1 aiogram.types.venue.Venue.title:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.venue.Venue.title:1 of -msgid "Name of the venue" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#venue" +#~ msgstr "" -#: ../../docstring aiogram.types.venue.Venue.address:1 of -msgid "Address of the venue" -msgstr "" +#~ msgid "Venue location. Can't be a live location" +#~ msgstr "" -#: ../../docstring aiogram.types.venue.Venue.foursquare_id:1 of -msgid "*Optional*. Foursquare identifier of the venue" -msgstr "" +#~ msgid "Name of the venue" +#~ msgstr "" -#: ../../docstring aiogram.types.venue.Venue.foursquare_type:1 of -msgid "" -"*Optional*. Foursquare type of the venue. (For example, " -"'arts_entertainment/default', 'arts_entertainment/aquarium' or " -"'food/icecream'.)" -msgstr "" +#~ msgid "Address of the venue" +#~ msgstr "" -#: ../../docstring aiogram.types.venue.Venue.google_place_id:1 of -msgid "*Optional*. Google Places identifier of the venue" -msgstr "" +#~ msgid "*Optional*. Foursquare identifier of the venue" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Foursquare type of the " +#~ "venue. (For example, 'arts_entertainment/default'," +#~ " 'arts_entertainment/aquarium' or 'food/icecream'.)" +#~ msgstr "" + +#~ msgid "*Optional*. Google Places identifier of the venue" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Google Places type of the" +#~ " venue. (See `supported types " +#~ "`_.)" +#~ msgstr "" -#: ../../docstring aiogram.types.venue.Venue.google_place_type:1 of -msgid "" -"*Optional*. Google Places type of the venue. (See `supported types " -"`_.)" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/video.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/video.po index d3df202b..493a7c9a 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/video.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/video.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/video.rst:3 msgid "Video" @@ -26,47 +26,61 @@ msgid "This object represents a video file." msgstr "" #: aiogram.types.video.Video:3 of -msgid "Source: https://core.telegram.org/bots/api#video" +msgid "https://core.telegram.org/bots/api#video" msgstr "" -#: ../../docstring aiogram.types.video.Video.file_id:1 of -msgid "Identifier for this file, which can be used to download or reuse the file" +#: ../../docstring aiogram.types.video.Video.duration:1 +#: aiogram.types.video.Video.file_id:1 aiogram.types.video.Video.file_name:1 +#: aiogram.types.video.Video.file_size:1 +#: aiogram.types.video.Video.file_unique_id:1 +#: aiogram.types.video.Video.height:1 aiogram.types.video.Video.mime_type:1 +#: aiogram.types.video.Video.thumb:1 aiogram.types.video.Video.width:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.video.Video.file_unique_id:1 of -msgid "" -"Unique identifier for this file, which is supposed to be the same over " -"time and for different bots. Can't be used to download or reuse the file." -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#video" +#~ msgstr "" -#: ../../docstring aiogram.types.video.Video.width:1 of -msgid "Video width as defined by sender" -msgstr "" +#~ msgid "" +#~ "Identifier for this file, which can " +#~ "be used to download or reuse the" +#~ " file" +#~ msgstr "" -#: ../../docstring aiogram.types.video.Video.height:1 of -msgid "Video height as defined by sender" -msgstr "" +#~ msgid "" +#~ "Unique identifier for this file, which" +#~ " is supposed to be the same " +#~ "over time and for different bots. " +#~ "Can't be used to download or reuse" +#~ " the file." +#~ msgstr "" -#: ../../docstring aiogram.types.video.Video.duration:1 of -msgid "Duration of the video in seconds as defined by sender" -msgstr "" +#~ msgid "Video width as defined by sender" +#~ msgstr "" -#: ../../docstring aiogram.types.video.Video.thumb:1 of -msgid "*Optional*. Video thumbnail" -msgstr "" +#~ msgid "Video height as defined by sender" +#~ msgstr "" -#: ../../docstring aiogram.types.video.Video.file_name:1 of -msgid "*Optional*. Original filename as defined by sender" -msgstr "" +#~ msgid "Duration of the video in seconds as defined by sender" +#~ msgstr "" -#: ../../docstring aiogram.types.video.Video.mime_type:1 of -msgid "*Optional*. MIME type of the file as defined by sender" -msgstr "" +#~ msgid "*Optional*. Video thumbnail" +#~ msgstr "" + +#~ msgid "*Optional*. Original filename as defined by sender" +#~ msgstr "" + +#~ msgid "*Optional*. MIME type of the file as defined by sender" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. File size in bytes. It " +#~ "can be bigger than 2^31 and some" +#~ " programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a signed 64-bit " +#~ "integer or double-precision float type" +#~ " are safe for storing this value." +#~ msgstr "" -#: ../../docstring aiogram.types.video.Video.file_size:1 of -msgid "" -"*Optional*. File size in bytes. It can be bigger than 2^31 and some " -"programming languages may have difficulty/silent defects in interpreting " -"it. But it has at most 52 significant bits, so a signed 64-bit integer or" -" double-precision float type are safe for storing this value." -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/video_chat_ended.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/video_chat_ended.po index 85fca928..68da4775 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/video_chat_ended.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/video_chat_ended.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/video_chat_ended.rst:3 msgid "VideoChatEnded" @@ -23,14 +23,27 @@ msgstr "" #: aiogram.types.video_chat_ended.VideoChatEnded:1 of msgid "" -"This object represents a service message about a video chat ended in the " -"chat." +"This object represents a service message about a video chat scheduled in " +"the chat." msgstr "" #: aiogram.types.video_chat_ended.VideoChatEnded:3 of -msgid "Source: https://core.telegram.org/bots/api#videochatended" +msgid "https://core.telegram.org/bots/api#videochatended" msgstr "" #: ../../docstring aiogram.types.video_chat_ended.VideoChatEnded.duration:1 of -msgid "Video chat duration in seconds" +msgid "Simple field" msgstr "" + +#~ msgid "" +#~ "This object represents a service message" +#~ " about a video chat ended in " +#~ "the chat." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#videochatended" +#~ msgstr "" + +#~ msgid "Video chat duration in seconds" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/video_chat_participants_invited.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/video_chat_participants_invited.po index 003f340f..b7fc9cba 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/video_chat_participants_invited.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/video_chat_participants_invited.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/video_chat_participants_invited.rst:3 msgid "VideoChatParticipantsInvited" @@ -30,11 +30,18 @@ msgstr "" #: aiogram.types.video_chat_participants_invited.VideoChatParticipantsInvited:3 #: of -msgid "Source: https://core.telegram.org/bots/api#videochatparticipantsinvited" +msgid "https://core.telegram.org/bots/api#videochatparticipantsinvited" msgstr "" #: ../../docstring #: aiogram.types.video_chat_participants_invited.VideoChatParticipantsInvited.users:1 #: of -msgid "New members that were invited to the video chat" +msgid "The field contains a list of objects" msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#videochatparticipantsinvited" +#~ msgstr "" + +#~ msgid "New members that were invited to the video chat" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/video_chat_scheduled.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/video_chat_scheduled.po index cefac90b..925ece17 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/video_chat_scheduled.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/video_chat_scheduled.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/video_chat_scheduled.rst:3 msgid "VideoChatScheduled" @@ -28,12 +28,25 @@ msgid "" msgstr "" #: aiogram.types.video_chat_scheduled.VideoChatScheduled:3 of -msgid "Source: https://core.telegram.org/bots/api#videochatscheduled" +msgid "https://core.telegram.org/bots/api#videochatscheduled" msgstr "" #: ../../docstring #: aiogram.types.video_chat_scheduled.VideoChatScheduled.start_date:1 of -msgid "" -"Point in time (Unix timestamp) when the video chat is supposed to be " -"started by a chat administrator" +msgid "In this field stored datetime" msgstr "" + +#: ../../docstring +#: aiogram.types.video_chat_scheduled.VideoChatScheduled.start_date:3 of +msgid "in: unixtime out: datetime" +msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#videochatscheduled" +#~ msgstr "" + +#~ msgid "" +#~ "Point in time (Unix timestamp) when " +#~ "the video chat is supposed to be" +#~ " started by a chat administrator" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/video_chat_started.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/video_chat_started.po index c4b7b655..cb9f125b 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/video_chat_started.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/video_chat_started.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/video_chat_started.rst:3 msgid "VideoChatStarted" @@ -28,5 +28,9 @@ msgid "" msgstr "" #: aiogram.types.video_chat_started.VideoChatStarted:3 of -msgid "Source: https://core.telegram.org/bots/api#videochatstarted" +msgid "https://core.telegram.org/bots/api#videochatstarted" msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#videochatstarted" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/video_note.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/video_note.po index e2a1f689..8a015ee7 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/video_note.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/video_note.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/video_note.rst:3 msgid "VideoNote" @@ -23,39 +23,60 @@ msgstr "" #: aiogram.types.video_note.VideoNote:1 of msgid "" -"This object represents a `video message `_ (available in Telegram apps as of `v.4.0 " -"`_)." +"This object represents a video message (available in Telegram apps as of " +"v.4.0)." msgstr "" #: aiogram.types.video_note.VideoNote:3 of -msgid "Source: https://core.telegram.org/bots/api#videonote" +msgid "https://core.telegram.org/bots/api#videonote" msgstr "" -#: ../../docstring aiogram.types.video_note.VideoNote.file_id:1 of -msgid "Identifier for this file, which can be used to download or reuse the file" +#: ../../docstring aiogram.types.video_note.VideoNote.duration:1 +#: aiogram.types.video_note.VideoNote.file_id:1 +#: aiogram.types.video_note.VideoNote.file_size:1 +#: aiogram.types.video_note.VideoNote.file_unique_id:1 +#: aiogram.types.video_note.VideoNote.length:1 +#: aiogram.types.video_note.VideoNote.thumb:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.video_note.VideoNote.file_unique_id:1 of -msgid "" -"Unique identifier for this file, which is supposed to be the same over " -"time and for different bots. Can't be used to download or reuse the file." -msgstr "" +#~ msgid "" +#~ "This object represents a `video message" +#~ " `_ (available in Telegram apps " +#~ "as of `v.4.0 `_)." +#~ msgstr "" -#: ../../docstring aiogram.types.video_note.VideoNote.length:1 of -msgid "" -"Video width and height (diameter of the video message) as defined by " -"sender" -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#videonote" +#~ msgstr "" -#: ../../docstring aiogram.types.video_note.VideoNote.duration:1 of -msgid "Duration of the video in seconds as defined by sender" -msgstr "" +#~ msgid "" +#~ "Identifier for this file, which can " +#~ "be used to download or reuse the" +#~ " file" +#~ msgstr "" -#: ../../docstring aiogram.types.video_note.VideoNote.thumb:1 of -msgid "*Optional*. Video thumbnail" -msgstr "" +#~ msgid "" +#~ "Unique identifier for this file, which" +#~ " is supposed to be the same " +#~ "over time and for different bots. " +#~ "Can't be used to download or reuse" +#~ " the file." +#~ msgstr "" + +#~ msgid "" +#~ "Video width and height (diameter of " +#~ "the video message) as defined by " +#~ "sender" +#~ msgstr "" + +#~ msgid "Duration of the video in seconds as defined by sender" +#~ msgstr "" + +#~ msgid "*Optional*. Video thumbnail" +#~ msgstr "" + +#~ msgid "*Optional*. File size in bytes" +#~ msgstr "" -#: ../../docstring aiogram.types.video_note.VideoNote.file_size:1 of -msgid "*Optional*. File size in bytes" -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/voice.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/voice.po index 1f0abe93..8bfd55af 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/voice.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/voice.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/voice.rst:3 msgid "Voice" @@ -26,31 +26,47 @@ msgid "This object represents a voice note." msgstr "" #: aiogram.types.voice.Voice:3 of -msgid "Source: https://core.telegram.org/bots/api#voice" +msgid "https://core.telegram.org/bots/api#voice" msgstr "" -#: ../../docstring aiogram.types.voice.Voice.file_id:1 of -msgid "Identifier for this file, which can be used to download or reuse the file" +#: ../../docstring aiogram.types.voice.Voice.duration:1 +#: aiogram.types.voice.Voice.file_id:1 aiogram.types.voice.Voice.file_size:1 +#: aiogram.types.voice.Voice.file_unique_id:1 +#: aiogram.types.voice.Voice.mime_type:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.voice.Voice.file_unique_id:1 of -msgid "" -"Unique identifier for this file, which is supposed to be the same over " -"time and for different bots. Can't be used to download or reuse the file." -msgstr "" +#~ msgid "Source: https://core.telegram.org/bots/api#voice" +#~ msgstr "" -#: ../../docstring aiogram.types.voice.Voice.duration:1 of -msgid "Duration of the audio in seconds as defined by sender" -msgstr "" +#~ msgid "" +#~ "Identifier for this file, which can " +#~ "be used to download or reuse the" +#~ " file" +#~ msgstr "" -#: ../../docstring aiogram.types.voice.Voice.mime_type:1 of -msgid "*Optional*. MIME type of the file as defined by sender" -msgstr "" +#~ msgid "" +#~ "Unique identifier for this file, which" +#~ " is supposed to be the same " +#~ "over time and for different bots. " +#~ "Can't be used to download or reuse" +#~ " the file." +#~ msgstr "" + +#~ msgid "Duration of the audio in seconds as defined by sender" +#~ msgstr "" + +#~ msgid "*Optional*. MIME type of the file as defined by sender" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. File size in bytes. It " +#~ "can be bigger than 2^31 and some" +#~ " programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " But it has at most 52 " +#~ "significant bits, so a signed 64-bit " +#~ "integer or double-precision float type" +#~ " are safe for storing this value." +#~ msgstr "" -#: ../../docstring aiogram.types.voice.Voice.file_size:1 of -msgid "" -"*Optional*. File size in bytes. It can be bigger than 2^31 and some " -"programming languages may have difficulty/silent defects in interpreting " -"it. But it has at most 52 significant bits, so a signed 64-bit integer or" -" double-precision float type are safe for storing this value." -msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/web_app_data.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/web_app_data.po index 812f3b5c..1c1708c2 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/web_app_data.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/web_app_data.po @@ -8,37 +8,49 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/web_app_data.rst:3 msgid "WebAppData" msgstr "" #: aiogram.types.web_app_data.WebAppData:1 of -msgid "" -"Describes data sent from a `Web App " -"`_ to the bot." +msgid "Contains data sent from a Web App to the bot." msgstr "" #: aiogram.types.web_app_data.WebAppData:3 of msgid "Source: https://core.telegram.org/bots/api#webappdata" msgstr "" -#: ../../docstring aiogram.types.web_app_data.WebAppData.data:1 of -msgid "" -"The data. Be aware that a bad client can send arbitrary data in this " -"field." +#: ../../docstring aiogram.types.web_app_data.WebAppData.button_text:1 +#: aiogram.types.web_app_data.WebAppData.data:1 of +msgid "Simple field" msgstr "" -#: ../../docstring aiogram.types.web_app_data.WebAppData.button_text:1 of -msgid "" -"Text of the *web_app* keyboard button from which the Web App was opened. " -"Be aware that a bad client can send arbitrary data in this field." -msgstr "" +#~ msgid "" +#~ "Describes data sent from a `Web " +#~ "App `_ to " +#~ "the bot." +#~ msgstr "" + +#~ msgid "" +#~ "The data. Be aware that a bad " +#~ "client can send arbitrary data in " +#~ "this field." +#~ msgstr "" + +#~ msgid "" +#~ "Text of the *web_app* keyboard button" +#~ " from which the Web App was " +#~ "opened. Be aware that a bad client" +#~ " can send arbitrary data in this " +#~ "field." +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/web_app_info.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/web_app_info.po index 4a2e122f..ab8a8f39 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/web_app_info.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/web_app_info.po @@ -8,21 +8,21 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/web_app_info.rst:3 msgid "WebAppInfo" msgstr "" #: aiogram.types.web_app_info.WebAppInfo:1 of -msgid "Describes a `Web App `_." +msgid "Contains information about a Web App." msgstr "" #: aiogram.types.web_app_info.WebAppInfo:3 of @@ -30,8 +30,17 @@ msgid "Source: https://core.telegram.org/bots/api#webappinfo" msgstr "" #: ../../docstring aiogram.types.web_app_info.WebAppInfo.url:1 of -msgid "" -"An HTTPS URL of a Web App to be opened with additional data as specified " -"in `Initializing Web Apps `_" +msgid "Simple field" msgstr "" + +#~ msgid "Describes a `Web App `_." +#~ msgstr "" + +#~ msgid "" +#~ "An HTTPS URL of a Web App to" +#~ " be opened with additional data as" +#~ " specified in `Initializing Web Apps " +#~ "`_" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/webhook_info.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/webhook_info.po index f8433f9d..3d6997c0 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/webhook_info.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/webhook_info.po @@ -8,75 +8,102 @@ 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-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/webhook_info.rst:3 msgid "WebhookInfo" msgstr "" #: aiogram.types.webhook_info.WebhookInfo:1 of -msgid "Describes the current status of a webhook." +msgid "Contains information about the current status of a webhook." msgstr "" #: aiogram.types.webhook_info.WebhookInfo:3 of -msgid "Source: https://core.telegram.org/bots/api#webhookinfo" -msgstr "" - -#: ../../docstring aiogram.types.webhook_info.WebhookInfo.url:1 of -msgid "Webhook URL, may be empty if webhook is not set up" +msgid "https://core.telegram.org/bots/api#webhookinfo" msgstr "" #: ../../docstring -#: aiogram.types.webhook_info.WebhookInfo.has_custom_certificate:1 of -msgid "" -":code:`True`, if a custom certificate was provided for webhook " -"certificate checks" +#: aiogram.types.webhook_info.WebhookInfo.has_custom_certificate:1 +#: aiogram.types.webhook_info.WebhookInfo.ip_address:1 +#: aiogram.types.webhook_info.WebhookInfo.last_error_date:1 +#: aiogram.types.webhook_info.WebhookInfo.last_error_message:1 +#: aiogram.types.webhook_info.WebhookInfo.max_connections:1 +#: aiogram.types.webhook_info.WebhookInfo.pending_update_count:1 +#: aiogram.types.webhook_info.WebhookInfo.url:1 of +msgid "Simple field" msgstr "" -#: ../../docstring -#: aiogram.types.webhook_info.WebhookInfo.pending_update_count:1 of -msgid "Number of updates awaiting delivery" -msgstr "" - -#: ../../docstring aiogram.types.webhook_info.WebhookInfo.ip_address:1 of -msgid "*Optional*. Currently used webhook IP address" -msgstr "" - -#: ../../docstring aiogram.types.webhook_info.WebhookInfo.last_error_date:1 of -msgid "" -"*Optional*. Unix time for the most recent error that happened when trying" -" to deliver an update via webhook" -msgstr "" - -#: ../../docstring aiogram.types.webhook_info.WebhookInfo.last_error_message:1 -#: of -msgid "" -"*Optional*. Error message in human-readable format for the most recent " -"error that happened when trying to deliver an update via webhook" +#: ../../docstring aiogram.types.webhook_info.WebhookInfo.allowed_updates:1 of +msgid "The field contains a list of objects" msgstr "" #: ../../docstring #: aiogram.types.webhook_info.WebhookInfo.last_synchronization_error_date:1 of -msgid "" -"*Optional*. Unix time of the most recent error that happened when trying " -"to synchronize available updates with Telegram datacenters" +msgid "In this field stored datetime" msgstr "" -#: ../../docstring aiogram.types.webhook_info.WebhookInfo.max_connections:1 of -msgid "" -"*Optional*. The maximum allowed number of simultaneous HTTPS connections " -"to the webhook for update delivery" +#: ../../docstring +#: aiogram.types.webhook_info.WebhookInfo.last_synchronization_error_date:3 of +msgid "in: unixtime out: datetime" msgstr "" -#: ../../docstring aiogram.types.webhook_info.WebhookInfo.allowed_updates:1 of -msgid "" -"*Optional*. A list of update types the bot is subscribed to. Defaults to " -"all update types except *chat_member*" -msgstr "" +#~ msgid "Describes the current status of a webhook." +#~ msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#webhookinfo" +#~ msgstr "" + +#~ msgid "Webhook URL, may be empty if webhook is not set up" +#~ msgstr "" + +#~ msgid "" +#~ ":code:`True`, if a custom certificate " +#~ "was provided for webhook certificate " +#~ "checks" +#~ msgstr "" + +#~ msgid "Number of updates awaiting delivery" +#~ msgstr "" + +#~ msgid "*Optional*. Currently used webhook IP address" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Unix time for the most " +#~ "recent error that happened when trying" +#~ " to deliver an update via webhook" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Error message in human-" +#~ "readable format for the most recent " +#~ "error that happened when trying to " +#~ "deliver an update via webhook" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. Unix time of the most " +#~ "recent error that happened when trying" +#~ " to synchronize available updates with " +#~ "Telegram datacenters" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. The maximum allowed number " +#~ "of simultaneous HTTPS connections to the" +#~ " webhook for update delivery" +#~ msgstr "" + +#~ msgid "" +#~ "*Optional*. A list of update types " +#~ "the bot is subscribed to. Defaults " +#~ "to all update types except *chat_member*" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/write_access_allowed.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/write_access_allowed.po index e2754dd2..e9f054df 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/types/write_access_allowed.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/write_access_allowed.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-30 22:28+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" #: ../../api/types/write_access_allowed.rst:3 msgid "WriteAccessAllowed" @@ -29,5 +29,9 @@ msgid "" msgstr "" #: aiogram.types.write_access_allowed.WriteAccessAllowed:3 of -msgid "Source: https://core.telegram.org/bots/api#writeaccessallowed" +msgid "https://core.telegram.org/bots/api#writeaccessallowed" msgstr "" + +#~ msgid "Source: https://core.telegram.org/bots/api#writeaccessallowed" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/upload_file.po b/docs/locale/uk_UA/LC_MESSAGES/api/upload_file.po index 9b0c2440..0f3e2aba 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/api/upload_file.po +++ b/docs/locale/uk_UA/LC_MESSAGES/api/upload_file.po @@ -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-03 01:03+0300\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: 2022-12-13 21:40+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.9.1\n" #: ../../api/upload_file.rst:5 msgid "How to upload file?" @@ -23,13 +22,13 @@ msgstr "Як відвантажити файл?" #: ../../api/upload_file.rst:7 msgid "" -"As says `official Telegram Bot API documentation `_ there are three ways to send files " -"(photos, stickers, audio, media, etc.):" +"As says `official Telegram Bot API documentation " +"`_ there are three ways" +" to send files (photos, stickers, audio, media, etc.):" msgstr "" -"Як стверджує `official Telegram Bot API documentation `_ існує три способа надіслати файл " -"(фото, наклейки, аудіо, медіа тощо):" +"Як стверджує `official Telegram Bot API documentation " +"`_ існує три способа " +"надіслати файл (фото, наклейки, аудіо, медіа тощо):" #: ../../api/upload_file.rst:10 msgid "" @@ -40,15 +39,17 @@ msgstr "" "за URL-адресою, вам не потрібно його повторно завантажувати." #: ../../api/upload_file.rst:13 +#, fuzzy msgid "" -"But if you need to upload new file just use subclasses of `InputFile " +"But if you need to upload a new file just use subclasses of `InputFile " "`__." msgstr "" "Але якщо вам потрібно завантажити новий файл, просто використовуйте " "підкласи `InputFile `__." #: ../../api/upload_file.rst:15 -msgid "Here is available three different builtin types of input file:" +#, fuzzy +msgid "Here are the three different available builtin types of input file:" msgstr "Тут доступні три різні типи вхідних файлів:" #: ../../api/upload_file.rst:17 @@ -56,8 +57,8 @@ msgid "" ":class:`aiogram.types.input_file.FSInputFile` - `uploading from file " "system <#upload-from-file-system>`__" msgstr "" -":class:`aiogram.types.input_file.FSInputFile` - `відвантажений з " -"файлової системи <#upload-from-file-system>`__" +":class:`aiogram.types.input_file.FSInputFile` - `відвантажений з файлової" +" системи <#upload-from-file-system>`__" #: ../../api/upload_file.rst:18 msgid "" @@ -80,17 +81,18 @@ msgid "**Be respectful with Telegram**" msgstr "**Поважайте Telegram**" #: ../../api/upload_file.rst:25 +#, fuzzy msgid "" -"Instances of `InputFile` is reusable. That's mean you can create " -"instance of InputFile and sent this file multiple times but Telegram is " -"not recommend to do that and when you upload file once just save their " +"Instances of `InputFile` are reusable. That's mean you can create " +"instance of InputFile and sent this file multiple times but Telegram does" +" not recommend to do that and when you upload file once just save their " "`file_id` and use it in next times." msgstr "" "Екземпляри `InputFile` можна використовувати повторно. Це означає, що ви " "можете створити екземпляр InputFile і надіслати цей файл кілька разів, " -"але Telegram не рекомендує цього робити, і коли ви завантажуєте файл " -"один раз, просто збережіть його `file_id` і використовуйте його " -"наступного разу." +"але Telegram не рекомендує цього робити, і коли ви завантажуєте файл один" +" раз, просто збережіть його `file_id` і використовуйте його наступного " +"разу." #: ../../api/upload_file.rst:31 msgid "Upload from file system" @@ -104,46 +106,20 @@ msgstr "Перш за все, вам потрібно буде імпортув msgid "Then you can use it:" msgstr "Тепер ви можете використовувати її:" -#: aiogram.types.input_file.BufferedInputFile.__init__:1 -#: aiogram.types.input_file.FSInputFile.__init__:1 of -msgid "Represents object for uploading files from filesystem" -msgstr "Об’єкт для відвантаження файлів із файлової системи" - -#: aiogram.types.input_file.BufferedInputFile.__init__ -#: aiogram.types.input_file.FSInputFile.__init__ of -msgid "Parameters" -msgstr "Параметри" - -#: aiogram.types.input_file.FSInputFile.__init__:3 of -msgid "Path to file" -msgstr "Шлях до файлу" - -#: aiogram.types.input_file.FSInputFile.__init__:4 of -msgid "" -"Filename to be propagated to telegram. By default, will be parsed from " -"path" -msgstr "" -"Ім'я файлу, яке буде передано в telegram. За замовчуванням, буде взято " -"зі шляху" - -#: aiogram.types.input_file.BufferedInputFile.__init__:5 -#: aiogram.types.input_file.FSInputFile.__init__:6 of -msgid "Uploading chunk size" -msgstr "Розмір фрагмента відвантаження" - #: ../../api/upload_file.rst:52 msgid "Upload from buffer" msgstr "Відвантаження з буферу" #: ../../api/upload_file.rst:54 +#, fuzzy msgid "" "Files can be also passed from buffer (For example you generate image " -"using `Pillow `_ and the " -"want's to sent it to the Telegram):" +"using `Pillow `_ and you want " +"to send it to Telegram):" msgstr "" -"Файли також можна передавати з буфера (наприклад, ви створюєте " -"зображення за допомогою `Pillow `_ і хочете надіслати його в Telegram):" +"Файли також можна передавати з буфера (наприклад, ви створюєте зображення" +" за допомогою `Pillow `_ і " +"хочете надіслати його в Telegram):" #: ../../api/upload_file.rst:58 ../../api/upload_file.rst:80 msgid "Import wrapper:" @@ -153,14 +129,6 @@ msgstr "Імпорт обгортки:" msgid "And then you can use it:" msgstr "Тепер ви можете використовувати її:" -#: aiogram.types.input_file.BufferedInputFile.__init__:3 of -msgid "Bytes" -msgstr "Байти" - -#: aiogram.types.input_file.BufferedInputFile.__init__:4 of -msgid "Filename to be propagated to telegram." -msgstr "Ім'я файлу, яке буде передано в telegram." - #: ../../api/upload_file.rst:74 msgid "Upload from url" msgstr "Відвантаження з URL" @@ -169,11 +137,39 @@ msgstr "Відвантаження з URL" msgid "" "If you need to upload a file from another server, but the direct link is " "bound to your server's IP, or you want to bypass native `upload limits " -"`_ by URL, you can " -"use :obj:`aiogram.types.input_file.URLInputFile`." +"`_ by URL, you can use " +":obj:`aiogram.types.input_file.URLInputFile`." msgstr "" -"Якщо вам потрібно відвантажити файл з іншого сервера, але пряме " -"посилання прив’язано до IP-адреси вашого сервера, або ви хочете обійти " -"власні `обмеження на завантаження `_ за URL-адресою, ви можете використовувати :obj:" -"`aiogram.types.input_file.URLInputFile`." +"Якщо вам потрібно відвантажити файл з іншого сервера, але пряме посилання" +" прив’язано до IP-адреси вашого сервера, або ви хочете обійти власні " +"`обмеження на завантаження `_ за URL-адресою, ви можете використовувати " +":obj:`aiogram.types.input_file.URLInputFile`." + +#~ msgid "Represents object for uploading files from filesystem" +#~ msgstr "Об’єкт для відвантаження файлів із файлової системи" + +#~ msgid "Parameters" +#~ msgstr "Параметри" + +#~ msgid "Path to file" +#~ msgstr "Шлях до файлу" + +#~ msgid "" +#~ "Filename to be propagated to telegram." +#~ " By default, will be parsed from " +#~ "path" +#~ msgstr "" +#~ "Ім'я файлу, яке буде передано в " +#~ "telegram. За замовчуванням, буде взято " +#~ "зі шляху" + +#~ msgid "Uploading chunk size" +#~ msgstr "Розмір фрагмента відвантаження" + +#~ msgid "Bytes" +#~ msgstr "Байти" + +#~ msgid "Filename to be propagated to telegram." +#~ msgstr "Ім'я файлу, яке буде передано в telegram." + diff --git a/docs/locale/uk_UA/LC_MESSAGES/changelog.po b/docs/locale/uk_UA/LC_MESSAGES/changelog.po index 975e4939..1aebf428 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/changelog.po +++ b/docs/locale/uk_UA/LC_MESSAGES/changelog.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-12 00:22+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,36 +21,54 @@ msgstr "" msgid "Changelog" msgstr "" -#: ../../[towncrier-fragments]:2 -msgid "\\ |release| [UNRELEASED DRAFT] (2023-02-12)" +#: ../../../CHANGES.rst:20 +msgid "3.0.0b7 (2023-02-18)" msgstr "" -#: ../../../CHANGES.rst:23 ../../../CHANGES.rst:83 ../../../CHANGES.rst:134 -#: ../../../CHANGES.rst:207 ../../../CHANGES.rst:248 ../../../CHANGES.rst:286 -#: ../../../CHANGES.rst:334 ../../../CHANGES.rst:410 ../../../CHANGES.rst:443 -#: ../../../CHANGES.rst:474 ../../[towncrier-fragments]:5 +#: ../../../CHANGES.rst:24 +msgid "" +"Note that this version has incompatibility with Python 3.8-3.9 in case " +"when you create an instance of Dispatcher outside of the any coroutine." +msgstr "" + +#: ../../../CHANGES.rst:26 +msgid "Sorry for the inconvenience, it will be fixed in the next version." +msgstr "" + +#: ../../../CHANGES.rst:28 +msgid "This code will not work:" +msgstr "" + +#: ../../../CHANGES.rst:40 +msgid "But if you change it like this it should works as well:" +msgstr "" + +#: ../../../CHANGES.rst:56 ../../../CHANGES.rst:156 ../../../CHANGES.rst:216 +#: ../../../CHANGES.rst:267 ../../../CHANGES.rst:340 ../../../CHANGES.rst:381 +#: ../../../CHANGES.rst:419 ../../../CHANGES.rst:467 ../../../CHANGES.rst:543 +#: ../../../CHANGES.rst:576 ../../../CHANGES.rst:607 msgid "Features" msgstr "" -#: ../../[towncrier-fragments]:7 +#: ../../../CHANGES.rst:58 msgid "Added missing shortcuts, new enums, reworked old stuff" msgstr "" -#: ../../[towncrier-fragments]:9 +#: ../../../CHANGES.rst:60 msgid "" "**Breaking** All previously added enums is re-generated in new place - " "`aiogram.enums` instead of `aiogram.types`" msgstr "" -#: ../../[towncrier-fragments]:27 +#: ../../../CHANGES.rst:78 msgid "" "**Added enums:** " ":class:`aiogram.enums.bot_command_scope_type.BotCommandScopeType`," msgstr "" -#: ../../[towncrier-fragments]:13 +#: ../../../CHANGES.rst:64 msgid "" -":class:`aiogram.enums.chat_action.ChatActions`, " +":class:`aiogram.enums.chat_action.ChatAction`, " ":class:`aiogram.enums.chat_member_status.ChatMemberStatus`, " ":class:`aiogram.enums.chat_type.ChatType`, " ":class:`aiogram.enums.content_type.ContentType`, " @@ -67,15 +85,15 @@ msgid "" ":class:`aiogram.enums.update_type.UpdateType`," msgstr "" -#: ../../[towncrier-fragments]:29 +#: ../../../CHANGES.rst:80 msgid "**Added shortcuts**:" msgstr "" -#: ../../[towncrier-fragments]:54 +#: ../../../CHANGES.rst:105 msgid "*Chat* :meth:`aiogram.types.chat.Chat.get_administrators`," msgstr "" -#: ../../[towncrier-fragments]:32 +#: ../../../CHANGES.rst:83 msgid "" ":meth:`aiogram.types.chat.Chat.delete_message`, " ":meth:`aiogram.types.chat.Chat.revoke_invite_link`, " @@ -103,88 +121,99 @@ msgid "" ":meth:`aiogram.types.chat.Chat.set_photo`," msgstr "" -#: ../../[towncrier-fragments]:56 +#: ../../../CHANGES.rst:107 msgid "*Sticker*: :meth:`aiogram.types.sticker.Sticker.set_position_in_set`," msgstr "" -#: ../../[towncrier-fragments]:57 +#: ../../../CHANGES.rst:108 msgid ":meth:`aiogram.types.sticker.Sticker.delete_from_set`," msgstr "" -#: ../../[towncrier-fragments]:58 +#: ../../../CHANGES.rst:109 msgid "*User*: :meth:`aiogram.types.user.User.get_profile_photos`" msgstr "" -#: ../../[towncrier-fragments]:59 +#: ../../../CHANGES.rst:110 msgid "`#952 `_" msgstr "" -#: ../../[towncrier-fragments]:60 +#: ../../../CHANGES.rst:111 msgid "" "Added :ref:`callback answer ` feature `#1091 " "`_" msgstr "" -#: ../../../CHANGES.rst:48 ../../../CHANGES.rst:97 ../../../CHANGES.rst:158 -#: ../../../CHANGES.rst:216 ../../../CHANGES.rst:262 ../../../CHANGES.rst:310 -#: ../../../CHANGES.rst:366 ../../../CHANGES.rst:451 ../../../CHANGES.rst:483 -#: ../../[towncrier-fragments]:65 +#: ../../../CHANGES.rst:113 +msgid "" +"Added a method that allows you to compactly register routers `#1117 " +"`_" +msgstr "" + +#: ../../../CHANGES.rst:118 ../../../CHANGES.rst:181 ../../../CHANGES.rst:230 +#: ../../../CHANGES.rst:291 ../../../CHANGES.rst:349 ../../../CHANGES.rst:395 +#: ../../../CHANGES.rst:443 ../../../CHANGES.rst:499 ../../../CHANGES.rst:584 +#: ../../../CHANGES.rst:616 msgid "Bugfixes" msgstr "" -#: ../../[towncrier-fragments]:67 +#: ../../../CHANGES.rst:120 +msgid "" +"Check status code when downloading file `#816 " +"`_" +msgstr "" + +#: ../../../CHANGES.rst:122 msgid "" "Fixed `ignore_case` parameter in :obj:`aiogram.filters.command.Command` " "filter `#1106 `_" msgstr "" -#: ../../../CHANGES.rst:71 ../../../CHANGES.rst:124 ../../../CHANGES.rst:175 -#: ../../../CHANGES.rst:229 ../../../CHANGES.rst:271 ../../../CHANGES.rst:317 -#: ../../../CHANGES.rst:377 ../../../CHANGES.rst:398 ../../../CHANGES.rst:421 -#: ../../../CHANGES.rst:458 ../../../CHANGES.rst:497 -#: ../../[towncrier-fragments]:72 +#: ../../../CHANGES.rst:127 ../../../CHANGES.rst:204 ../../../CHANGES.rst:257 +#: ../../../CHANGES.rst:308 ../../../CHANGES.rst:362 ../../../CHANGES.rst:404 +#: ../../../CHANGES.rst:450 ../../../CHANGES.rst:510 ../../../CHANGES.rst:531 +#: ../../../CHANGES.rst:554 ../../../CHANGES.rst:591 ../../../CHANGES.rst:630 msgid "Misc" msgstr "" -#: ../../[towncrier-fragments]:74 +#: ../../../CHANGES.rst:129 msgid "" "Added integration with new code-generator named `Butcher " "`_ `#1069 " "`_" msgstr "" -#: ../../[towncrier-fragments]:76 +#: ../../../CHANGES.rst:131 msgid "" "Added full support of `Bot API 6.4 `_ `#1088 " "`_" msgstr "" -#: ../../[towncrier-fragments]:78 +#: ../../../CHANGES.rst:133 msgid "" "Updated package metadata, moved build internals from Poetry to Hatch, " "added contributing guides. `#1095 " "`_" msgstr "" -#: ../../[towncrier-fragments]:80 +#: ../../../CHANGES.rst:135 msgid "" "Added full support of `Bot API 6.5 `_" msgstr "" -#: ../../[towncrier-fragments]:84 +#: ../../../CHANGES.rst:139 msgid "" "Note that :obj:`aiogram.types.chat_permissions.ChatPermissions` is " "updated without backward compatibility, so now this object has no " ":code:`can_send_media_messages` attribute" msgstr "" -#: ../../[towncrier-fragments]:86 +#: ../../../CHANGES.rst:141 msgid "`#1112 `_" msgstr "" -#: ../../[towncrier-fragments]:87 +#: ../../../CHANGES.rst:142 msgid "" "Replaced error :code:`TypeError: TelegramEventObserver.__call__() got an " "unexpected keyword argument ''` with a more understandable one for " @@ -192,131 +221,145 @@ msgid "" "`_" msgstr "" -#: ../../../CHANGES.rst:20 +#: ../../../CHANGES.rst:145 +msgid "" +"Added possibility to reply into webhook with files `#1120 " +"`_" +msgstr "" + +#: ../../../CHANGES.rst:147 +msgid "" +"Reworked graceful shutdown. Added method to stop polling. Now polling " +"started from dispatcher can be stopped by signals gracefully without " +"errors (on Linux and Mac). `#1124 " +"`_" +msgstr "" + +#: ../../../CHANGES.rst:153 msgid "3.0.0b6 (2022-11-18)" msgstr "" -#: ../../../CHANGES.rst:25 +#: ../../../CHANGES.rst:158 msgid "" "(again) Added possibility to combine filters with an *and*/*or* " "operations." msgstr "" -#: ../../../CHANGES.rst:27 +#: ../../../CHANGES.rst:160 msgid "" "Read more in \":ref:`Combining filters `\" " "documentation section `#1018 " "`_" msgstr "" -#: ../../../CHANGES.rst:29 +#: ../../../CHANGES.rst:162 msgid "Added following methods to ``Message`` class:" msgstr "" -#: ../../../CHANGES.rst:31 +#: ../../../CHANGES.rst:164 msgid ":code:`Message.forward(...)`" msgstr "" -#: ../../../CHANGES.rst:32 +#: ../../../CHANGES.rst:165 msgid ":code:`Message.edit_media(...)`" msgstr "" -#: ../../../CHANGES.rst:33 +#: ../../../CHANGES.rst:166 msgid ":code:`Message.edit_live_location(...)`" msgstr "" -#: ../../../CHANGES.rst:34 +#: ../../../CHANGES.rst:167 msgid ":code:`Message.stop_live_location(...)`" msgstr "" -#: ../../../CHANGES.rst:35 +#: ../../../CHANGES.rst:168 msgid ":code:`Message.pin(...)`" msgstr "" -#: ../../../CHANGES.rst:36 +#: ../../../CHANGES.rst:169 msgid ":code:`Message.unpin()`" msgstr "" -#: ../../../CHANGES.rst:37 +#: ../../../CHANGES.rst:170 msgid "`#1030 `_" msgstr "" -#: ../../../CHANGES.rst:38 +#: ../../../CHANGES.rst:171 msgid "Added following methods to :code:`User` class:" msgstr "" -#: ../../../CHANGES.rst:40 +#: ../../../CHANGES.rst:173 msgid ":code:`User.mention_markdown(...)`" msgstr "" -#: ../../../CHANGES.rst:41 +#: ../../../CHANGES.rst:174 msgid ":code:`User.mention_html(...)`" msgstr "" -#: ../../../CHANGES.rst:42 +#: ../../../CHANGES.rst:175 msgid "`#1049 `_" msgstr "" -#: ../../../CHANGES.rst:43 +#: ../../../CHANGES.rst:176 msgid "" "Added full support of `Bot API 6.3 `_ `#1057 " "`_" msgstr "" -#: ../../../CHANGES.rst:50 +#: ../../../CHANGES.rst:183 msgid "" "Fixed :code:`Message.send_invoice` and :code:`Message.reply_invoice`, " "added missing arguments `#1047 " "`_" msgstr "" -#: ../../../CHANGES.rst:52 +#: ../../../CHANGES.rst:185 msgid "Fixed copy and forward in:" msgstr "" -#: ../../../CHANGES.rst:54 +#: ../../../CHANGES.rst:187 msgid ":code:`Message.answer(...)`" msgstr "" -#: ../../../CHANGES.rst:55 +#: ../../../CHANGES.rst:188 msgid ":code:`Message.copy_to(...)`" msgstr "" -#: ../../../CHANGES.rst:56 +#: ../../../CHANGES.rst:189 msgid "`#1064 `_" msgstr "" -#: ../../../CHANGES.rst:60 ../../../CHANGES.rst:110 ../../../CHANGES.rst:490 +#: ../../../CHANGES.rst:193 ../../../CHANGES.rst:243 ../../../CHANGES.rst:623 msgid "Improved Documentation" msgstr "" -#: ../../../CHANGES.rst:62 +#: ../../../CHANGES.rst:195 msgid "" "Fixed UA translations in index.po `#1017 " "`_" msgstr "" -#: ../../../CHANGES.rst:64 +#: ../../../CHANGES.rst:197 msgid "" "Fix typehints for :code:`Message`, :code:`reply_media_group` and " ":code:`answer_media_group` methods `#1029 " "`_" msgstr "" -#: ../../../CHANGES.rst:66 +#: ../../../CHANGES.rst:199 msgid "" "Removed an old now non-working feature `#1060 " "`_" msgstr "" -#: ../../../CHANGES.rst:73 +#: ../../../CHANGES.rst:206 msgid "" "Enabled testing on Python 3.11 `#1044 " "`_" msgstr "" -#: ../../../CHANGES.rst:75 +#: ../../../CHANGES.rst:208 msgid "" "Added a mandatory dependency :code:`certifi` in due to in some cases on " "systems that doesn't have updated ca-certificates the requests to Bot API" @@ -325,23 +368,23 @@ msgid "" "`_" msgstr "" -#: ../../../CHANGES.rst:80 +#: ../../../CHANGES.rst:213 msgid "3.0.0b5 (2022-10-02)" msgstr "" -#: ../../../CHANGES.rst:85 +#: ../../../CHANGES.rst:218 msgid "" "Add PyPy support and run tests under PyPy `#985 " "`_" msgstr "" -#: ../../../CHANGES.rst:87 +#: ../../../CHANGES.rst:220 msgid "" "Added message text to aiogram exceptions representation `#988 " "`_" msgstr "" -#: ../../../CHANGES.rst:89 +#: ../../../CHANGES.rst:222 msgid "" "Added warning about using magic filter from `magic_filter` instead of " "`aiogram`'s ones. Is recommended to use `from aiogram import F` instead " @@ -349,65 +392,65 @@ msgid "" "`_" msgstr "" -#: ../../../CHANGES.rst:92 +#: ../../../CHANGES.rst:225 msgid "" "Added more detailed error when server response can't be deserialized. " "This feature will help to debug unexpected responses from the Server " "`#1014 `_" msgstr "" -#: ../../../CHANGES.rst:99 +#: ../../../CHANGES.rst:232 msgid "" "Reworked error event, introduced " ":class:`aiogram.types.error_event.ErrorEvent` object. `#898 " "`_" msgstr "" -#: ../../../CHANGES.rst:101 +#: ../../../CHANGES.rst:234 msgid "" "Fixed escaping markdown in `aiogram.utils.markdown` module `#903 " "`_" msgstr "" -#: ../../../CHANGES.rst:103 +#: ../../../CHANGES.rst:236 msgid "" "Fixed polling crash when Telegram Bot API raises HTTP 429 status-code. " "`#995 `_" msgstr "" -#: ../../../CHANGES.rst:105 +#: ../../../CHANGES.rst:238 msgid "" "Fixed empty mention in command parsing, now it will be None instead of an" " empty string `#1013 `_" msgstr "" -#: ../../../CHANGES.rst:112 +#: ../../../CHANGES.rst:245 msgid "" "Initialized Docs translation (added Ukrainian language) `#925 " "`_" msgstr "" -#: ../../../CHANGES.rst:117 +#: ../../../CHANGES.rst:250 msgid "Deprecations and Removals" msgstr "" -#: ../../../CHANGES.rst:119 +#: ../../../CHANGES.rst:252 msgid "" "Removed filters factory as described in corresponding issue. `#942 " "`_" msgstr "" -#: ../../../CHANGES.rst:126 +#: ../../../CHANGES.rst:259 msgid "" "Now Router/Dispatcher accepts only keyword arguments. `#982 " "`_" msgstr "" -#: ../../../CHANGES.rst:131 +#: ../../../CHANGES.rst:264 msgid "3.0.0b4 (2022-08-14)" msgstr "" -#: ../../../CHANGES.rst:136 +#: ../../../CHANGES.rst:269 msgid "" "Add class helper ChatAction for constants that Telegram BotAPI uses in " "sendChatAction request. In my opinion, this will help users and will also" @@ -415,198 +458,198 @@ msgid "" "\"ChatActions\". `#803 `_" msgstr "" -#: ../../../CHANGES.rst:140 +#: ../../../CHANGES.rst:273 msgid "Added possibility to combine filters or invert result" msgstr "" -#: ../../../CHANGES.rst:142 +#: ../../../CHANGES.rst:275 msgid "Example:" msgstr "" -#: ../../../CHANGES.rst:150 +#: ../../../CHANGES.rst:283 msgid "`#894 `_" msgstr "" -#: ../../../CHANGES.rst:151 +#: ../../../CHANGES.rst:284 msgid "" "Fixed type hints for redis TTL params. `#922 " "`_" msgstr "" -#: ../../../CHANGES.rst:153 +#: ../../../CHANGES.rst:286 msgid "" "Added `full_name` shortcut for `Chat` object `#929 " "`_" msgstr "" -#: ../../../CHANGES.rst:160 +#: ../../../CHANGES.rst:293 msgid "" "Fixed false-positive coercing of Union types in API methods `#901 " "`_" msgstr "" -#: ../../../CHANGES.rst:162 +#: ../../../CHANGES.rst:295 msgid "Added 3 missing content types:" msgstr "" -#: ../../../CHANGES.rst:164 +#: ../../../CHANGES.rst:297 msgid "proximity_alert_triggered" msgstr "" -#: ../../../CHANGES.rst:165 +#: ../../../CHANGES.rst:298 msgid "supergroup_chat_created" msgstr "" -#: ../../../CHANGES.rst:166 +#: ../../../CHANGES.rst:299 msgid "channel_chat_created" msgstr "" -#: ../../../CHANGES.rst:167 +#: ../../../CHANGES.rst:300 msgid "`#906 `_" msgstr "" -#: ../../../CHANGES.rst:168 +#: ../../../CHANGES.rst:301 msgid "" "Fixed the ability to compare the state, now comparison to copy of the " "state will return `True`. `#927 " "`_" msgstr "" -#: ../../../CHANGES.rst:170 +#: ../../../CHANGES.rst:303 msgid "" "Fixed default lock kwargs in RedisEventIsolation. `#972 " "`_" msgstr "" -#: ../../../CHANGES.rst:177 +#: ../../../CHANGES.rst:310 msgid "" "Restrict including routers with strings `#896 " "`_" msgstr "" -#: ../../../CHANGES.rst:179 +#: ../../../CHANGES.rst:312 msgid "" "Changed CommandPatterType to CommandPatternType in " "`aiogram/dispatcher/filters/command.py` `#907 " "`_" msgstr "" -#: ../../../CHANGES.rst:181 +#: ../../../CHANGES.rst:314 msgid "" "Added full support of `Bot API 6.1 `_ `#936 " "`_" msgstr "" -#: ../../../CHANGES.rst:183 +#: ../../../CHANGES.rst:316 msgid "**Breaking!** More flat project structure" msgstr "" -#: ../../../CHANGES.rst:185 +#: ../../../CHANGES.rst:318 msgid "These packages was moved, imports in your code should be fixed:" msgstr "" -#: ../../../CHANGES.rst:187 +#: ../../../CHANGES.rst:320 msgid ":code:`aiogram.dispatcher.filters` -> :code:`aiogram.filters`" msgstr "" -#: ../../../CHANGES.rst:188 +#: ../../../CHANGES.rst:321 msgid ":code:`aiogram.dispatcher.fsm` -> :code:`aiogram.fsm`" msgstr "" -#: ../../../CHANGES.rst:189 +#: ../../../CHANGES.rst:322 msgid ":code:`aiogram.dispatcher.handler` -> :code:`aiogram.handler`" msgstr "" -#: ../../../CHANGES.rst:190 +#: ../../../CHANGES.rst:323 msgid ":code:`aiogram.dispatcher.webhook` -> :code:`aiogram.webhook`" msgstr "" -#: ../../../CHANGES.rst:191 +#: ../../../CHANGES.rst:324 msgid "" ":code:`aiogram.dispatcher.flags/*` -> :code:`aiogram.dispatcher.flags` " "(single module instead of package)" msgstr "" -#: ../../../CHANGES.rst:192 +#: ../../../CHANGES.rst:325 msgid "`#938 `_" msgstr "" -#: ../../../CHANGES.rst:193 +#: ../../../CHANGES.rst:326 msgid "" "Removed deprecated :code:`router._handler` and " ":code:`router.register__handler` methods. `#941 " "`_" msgstr "" -#: ../../../CHANGES.rst:195 +#: ../../../CHANGES.rst:328 msgid "" "Deprecated filters factory. It will be removed in next Beta (3.0b5) `#942" " `_" msgstr "" -#: ../../../CHANGES.rst:197 +#: ../../../CHANGES.rst:330 msgid "" "`MessageEntity` method `get_text` was removed and `extract` was renamed " "to `extract_from` `#944 `_" msgstr "" -#: ../../../CHANGES.rst:199 +#: ../../../CHANGES.rst:332 msgid "" "Added full support of `Bot API 6.2 `_ `#975 " "`_" msgstr "" -#: ../../../CHANGES.rst:204 +#: ../../../CHANGES.rst:337 msgid "3.0.0b3 (2022-04-19)" msgstr "" -#: ../../../CHANGES.rst:209 +#: ../../../CHANGES.rst:342 msgid "" "Added possibility to get command magic result as handler argument `#889 " "`_" msgstr "" -#: ../../../CHANGES.rst:211 +#: ../../../CHANGES.rst:344 msgid "" "Added full support of `Telegram Bot API 6.0 " "`_ `#890 " "`_" msgstr "" -#: ../../../CHANGES.rst:218 +#: ../../../CHANGES.rst:351 msgid "" "Fixed I18n lazy-proxy. Disabled caching. `#839 " "`_" msgstr "" -#: ../../../CHANGES.rst:220 +#: ../../../CHANGES.rst:353 msgid "" "Added parsing of spoiler message entity `#865 " "`_" msgstr "" -#: ../../../CHANGES.rst:222 +#: ../../../CHANGES.rst:355 msgid "" "Fixed default `parse_mode` for `Message.copy_to()` method. `#876 " "`_" msgstr "" -#: ../../../CHANGES.rst:224 +#: ../../../CHANGES.rst:357 msgid "" "Fixed CallbackData factory parsing IntEnum's `#885 " "`_" msgstr "" -#: ../../../CHANGES.rst:231 +#: ../../../CHANGES.rst:364 msgid "" "Added automated check that pull-request adds a changes description to " "**CHANGES** directory `#873 " "`_" msgstr "" -#: ../../../CHANGES.rst:233 +#: ../../../CHANGES.rst:366 msgid "" "Changed :code:`Message.html_text` and :code:`Message.md_text` attributes " "behaviour when message has no text. The empty string will be used instead" @@ -614,14 +657,14 @@ msgid "" "`_" msgstr "" -#: ../../../CHANGES.rst:236 +#: ../../../CHANGES.rst:369 msgid "" "Used `redis-py` instead of `aioredis` package in due to this packages was" " merged into single one `#882 " "`_" msgstr "" -#: ../../../CHANGES.rst:238 +#: ../../../CHANGES.rst:371 msgid "" "Solved common naming problem with middlewares that confusing too much " "developers - now you can't see the `middleware` and `middlewares` " @@ -630,113 +673,113 @@ msgid "" "`_" msgstr "" -#: ../../../CHANGES.rst:245 +#: ../../../CHANGES.rst:378 msgid "3.0.0b2 (2022-02-19)" msgstr "" -#: ../../../CHANGES.rst:250 +#: ../../../CHANGES.rst:383 msgid "" "Added possibility to pass additional arguments into the aiohttp webhook " "handler to use this arguments inside handlers as the same as it possible " "in polling mode. `#785 `_" msgstr "" -#: ../../../CHANGES.rst:253 +#: ../../../CHANGES.rst:386 msgid "" "Added possibility to add handler flags via decorator (like `pytest.mark` " "decorator but `aiogram.flags`) `#836 " "`_" msgstr "" -#: ../../../CHANGES.rst:255 +#: ../../../CHANGES.rst:388 msgid "" "Added :code:`ChatActionSender` utility to automatically sends chat action" " while long process is running." msgstr "" -#: ../../../CHANGES.rst:257 +#: ../../../CHANGES.rst:390 msgid "" "It also can be used as message middleware and can be customized via " ":code:`chat_action` flag. `#837 " "`_" msgstr "" -#: ../../../CHANGES.rst:264 +#: ../../../CHANGES.rst:397 msgid "" "Fixed unexpected behavior of sequences in the StateFilter. `#791 " "`_" msgstr "" -#: ../../../CHANGES.rst:266 +#: ../../../CHANGES.rst:399 msgid "" "Fixed exceptions filters `#827 " "`_" msgstr "" -#: ../../../CHANGES.rst:273 +#: ../../../CHANGES.rst:406 msgid "" "Logger name for processing events is changed to :code:`aiogram.events`. " "`#830 `_" msgstr "" -#: ../../../CHANGES.rst:275 +#: ../../../CHANGES.rst:408 msgid "" "Added full support of Telegram Bot API 5.6 and 5.7 `#835 " "`_" msgstr "" -#: ../../../CHANGES.rst:277 +#: ../../../CHANGES.rst:410 msgid "" "**BREAKING** Events isolation mechanism is moved from FSM storages to " "standalone managers `#838 " "`_" msgstr "" -#: ../../../CHANGES.rst:283 +#: ../../../CHANGES.rst:416 msgid "3.0.0b1 (2021-12-12)" msgstr "" -#: ../../../CHANGES.rst:288 +#: ../../../CHANGES.rst:421 msgid "Added new custom operation for MagicFilter named :code:`as_`" msgstr "" -#: ../../../CHANGES.rst:290 +#: ../../../CHANGES.rst:423 msgid "Now you can use it to get magic filter result as handler argument" msgstr "" -#: ../../../CHANGES.rst:306 +#: ../../../CHANGES.rst:439 msgid "`#759 `_" msgstr "" -#: ../../../CHANGES.rst:312 +#: ../../../CHANGES.rst:445 msgid "" "Fixed: Missing :code:`ChatMemberHandler` import in " ":code:`aiogram/dispatcher/handler` `#751 " "`_" msgstr "" -#: ../../../CHANGES.rst:319 +#: ../../../CHANGES.rst:452 msgid "" "Check :code:`destiny` in case of no :code:`with_destiny` enabled in " "RedisStorage key builder `#776 " "`_" msgstr "" -#: ../../../CHANGES.rst:321 +#: ../../../CHANGES.rst:454 msgid "" "Added full support of `Bot API 5.5 `_ `#777 " "`_" msgstr "" -#: ../../../CHANGES.rst:323 +#: ../../../CHANGES.rst:456 msgid "" "Stop using feature from #336. From now settings of client-session should " "be placed as initializer arguments instead of changing instance " "attributes. `#778 `_" msgstr "" -#: ../../../CHANGES.rst:325 +#: ../../../CHANGES.rst:458 msgid "" "Make TelegramAPIServer files wrapper in local mode bi-directional " "(server-client, client-server) Now you can convert local path to server " @@ -744,11 +787,11 @@ msgid "" "`_" msgstr "" -#: ../../../CHANGES.rst:331 +#: ../../../CHANGES.rst:464 msgid "3.0.0a18 (2021-11-10)" msgstr "" -#: ../../../CHANGES.rst:336 +#: ../../../CHANGES.rst:469 msgid "" "Breaking: Changed the signature of the session middlewares Breaking: " "Renamed AiohttpSession.make_request method parameter from call to method " @@ -756,258 +799,258 @@ msgid "" "outgoing requests `#716 `_" msgstr "" -#: ../../../CHANGES.rst:340 +#: ../../../CHANGES.rst:473 msgid "" "Improved description of filters resolving error. For example when you try" " to pass wrong type of argument to the filter but don't know why filter " "is not resolved now you can get error like this:" msgstr "" -#: ../../../CHANGES.rst:350 +#: ../../../CHANGES.rst:483 msgid "`#717 `_" msgstr "" -#: ../../../CHANGES.rst:351 +#: ../../../CHANGES.rst:484 msgid "" "**Breaking internal API change** Reworked FSM Storage record keys " "propagation `#723 `_" msgstr "" -#: ../../../CHANGES.rst:354 +#: ../../../CHANGES.rst:487 msgid "" "Implemented new filter named :code:`MagicData(magic_data)` that helps to " "filter event by data from middlewares or other filters" msgstr "" -#: ../../../CHANGES.rst:356 +#: ../../../CHANGES.rst:489 msgid "" "For example your bot is running with argument named :code:`config` that " "contains the application config then you can filter event by value from " "this config:" msgstr "" -#: ../../../CHANGES.rst:362 +#: ../../../CHANGES.rst:495 msgid "`#724 `_" msgstr "" -#: ../../../CHANGES.rst:368 +#: ../../../CHANGES.rst:501 msgid "" "Fixed I18n context inside error handlers `#726 " "`_" msgstr "" -#: ../../../CHANGES.rst:370 +#: ../../../CHANGES.rst:503 msgid "" "Fixed bot session closing before emit shutdown `#734 " "`_" msgstr "" -#: ../../../CHANGES.rst:372 +#: ../../../CHANGES.rst:505 msgid "" "Fixed: bound filter resolving does not require children routers `#736 " "`_" msgstr "" -#: ../../../CHANGES.rst:379 +#: ../../../CHANGES.rst:512 msgid "" "Enabled testing on Python 3.10 Removed `async_lru` dependency (is " "incompatible with Python 3.10) and replaced usage with protected property" " `#719 `_" msgstr "" -#: ../../../CHANGES.rst:382 +#: ../../../CHANGES.rst:515 msgid "" "Converted README.md to README.rst and use it as base file for docs `#725 " "`_" msgstr "" -#: ../../../CHANGES.rst:384 +#: ../../../CHANGES.rst:517 msgid "Rework filters resolving:" msgstr "" -#: ../../../CHANGES.rst:386 +#: ../../../CHANGES.rst:519 msgid "Automatically apply Bound Filters with default values to handlers" msgstr "" -#: ../../../CHANGES.rst:387 +#: ../../../CHANGES.rst:520 msgid "Fix data transfer from parent to included routers filters" msgstr "" -#: ../../../CHANGES.rst:388 +#: ../../../CHANGES.rst:521 msgid "`#727 `_" msgstr "" -#: ../../../CHANGES.rst:389 +#: ../../../CHANGES.rst:522 msgid "" "Added full support of Bot API 5.4 https://core.telegram.org/bots/api-" "changelog#november-5-2021 `#744 " "`_" msgstr "" -#: ../../../CHANGES.rst:395 +#: ../../../CHANGES.rst:528 msgid "3.0.0a17 (2021-09-24)" msgstr "" -#: ../../../CHANGES.rst:400 +#: ../../../CHANGES.rst:533 msgid "" "Added :code:`html_text` and :code:`md_text` to Message object `#708 " "`_" msgstr "" -#: ../../../CHANGES.rst:402 +#: ../../../CHANGES.rst:535 msgid "" "Refactored I18n, added context managers for I18n engine and current " "locale `#709 `_" msgstr "" -#: ../../../CHANGES.rst:407 +#: ../../../CHANGES.rst:540 msgid "3.0.0a16 (2021-09-22)" msgstr "" -#: ../../../CHANGES.rst:412 +#: ../../../CHANGES.rst:545 msgid "Added support of local Bot API server files downloading" msgstr "" -#: ../../../CHANGES.rst:414 +#: ../../../CHANGES.rst:547 msgid "" "When Local API is enabled files can be downloaded via " "`bot.download`/`bot.download_file` methods. `#698 " "`_" msgstr "" -#: ../../../CHANGES.rst:416 +#: ../../../CHANGES.rst:549 msgid "" "Implemented I18n & L10n support `#701 " "`_" msgstr "" -#: ../../../CHANGES.rst:423 +#: ../../../CHANGES.rst:556 msgid "" "Covered by tests and docs KeyboardBuilder util `#699 " "`_" msgstr "" -#: ../../../CHANGES.rst:425 +#: ../../../CHANGES.rst:558 msgid "**Breaking!!!**. Refactored and renamed exceptions." msgstr "" -#: ../../../CHANGES.rst:427 +#: ../../../CHANGES.rst:560 msgid "" "Exceptions module was moved from :code:`aiogram.utils.exceptions` to " ":code:`aiogram.exceptions`" msgstr "" -#: ../../../CHANGES.rst:428 +#: ../../../CHANGES.rst:561 msgid "Added prefix `Telegram` for all error classes" msgstr "" -#: ../../../CHANGES.rst:429 +#: ../../../CHANGES.rst:562 msgid "`#700 `_" msgstr "" -#: ../../../CHANGES.rst:430 +#: ../../../CHANGES.rst:563 msgid "" "Replaced all :code:`pragma: no cover` marks via global " ":code:`.coveragerc` config `#702 " "`_" msgstr "" -#: ../../../CHANGES.rst:432 +#: ../../../CHANGES.rst:565 msgid "Updated dependencies." msgstr "" -#: ../../../CHANGES.rst:434 +#: ../../../CHANGES.rst:567 msgid "" "**Breaking for framework developers** Now all optional dependencies " "should be installed as extra: `poetry install -E fast -E redis -E proxy " "-E i18n -E docs` `#703 `_" msgstr "" -#: ../../../CHANGES.rst:440 +#: ../../../CHANGES.rst:573 msgid "3.0.0a15 (2021-09-10)" msgstr "" -#: ../../../CHANGES.rst:445 +#: ../../../CHANGES.rst:578 msgid "" "Ability to iterate over all states in StatesGroup. Aiogram already had in" " check for states group so this is relative feature. `#666 " "`_" msgstr "" -#: ../../../CHANGES.rst:453 +#: ../../../CHANGES.rst:586 msgid "" "Fixed incorrect type checking in the " ":class:`aiogram.utils.keyboard.KeyboardBuilder` `#674 " "`_" msgstr "" -#: ../../../CHANGES.rst:460 +#: ../../../CHANGES.rst:593 msgid "" "Disable ContentType filter by default `#668 " "`_" msgstr "" -#: ../../../CHANGES.rst:462 +#: ../../../CHANGES.rst:595 msgid "" "Moved update type detection from Dispatcher to Update object `#669 " "`_" msgstr "" -#: ../../../CHANGES.rst:464 +#: ../../../CHANGES.rst:597 msgid "" "Updated **pre-commit** config `#681 " "`_" msgstr "" -#: ../../../CHANGES.rst:466 +#: ../../../CHANGES.rst:599 msgid "" "Reworked **handlers_in_use** util. Function moved to Router as method " "**.resolve_used_update_types()** `#682 " "`_" msgstr "" -#: ../../../CHANGES.rst:471 +#: ../../../CHANGES.rst:604 msgid "3.0.0a14 (2021-08-17)" msgstr "" -#: ../../../CHANGES.rst:476 +#: ../../../CHANGES.rst:609 msgid "" "add aliases for edit/delete reply markup to Message `#662 " "`_" msgstr "" -#: ../../../CHANGES.rst:478 +#: ../../../CHANGES.rst:611 msgid "" "Reworked outer middleware chain. Prevent to call many times the outer " "middleware for each nested router `#664 " "`_" msgstr "" -#: ../../../CHANGES.rst:485 +#: ../../../CHANGES.rst:618 msgid "" "Prepare parse mode for InputMessageContent in AnswerInlineQuery method " "`#660 `_" msgstr "" -#: ../../../CHANGES.rst:492 +#: ../../../CHANGES.rst:625 msgid "" "Added integration with :code:`towncrier` `#602 " "`_" msgstr "" -#: ../../../CHANGES.rst:499 +#: ../../../CHANGES.rst:632 msgid "" "Added `.editorconfig` `#650 " "`_" msgstr "" -#: ../../../CHANGES.rst:501 +#: ../../../CHANGES.rst:634 msgid "" "Redis storage speedup globals `#651 " "`_" msgstr "" -#: ../../../CHANGES.rst:503 +#: ../../../CHANGES.rst:636 msgid "" "add allow_sending_without_reply param to Message reply aliases `#663 " "`_" @@ -2529,3 +2572,24 @@ msgstr "" #~ msgid "\\ |release| [UNRELEASED DRAFT] (2023-01-07)" #~ msgstr "" +#~ msgid "\\ |release| [UNRELEASED DRAFT] (2023-02-12)" +#~ msgstr "" + +#~ msgid "" +#~ ":class:`aiogram.enums.chat_action.ChatActions`, " +#~ ":class:`aiogram.enums.chat_member_status.ChatMemberStatus`, " +#~ ":class:`aiogram.enums.chat_type.ChatType`, " +#~ ":class:`aiogram.enums.content_type.ContentType`, " +#~ ":class:`aiogram.enums.dice_emoji.DiceEmoji`, " +#~ ":class:`aiogram.enums.inline_query_result_type.InlineQueryResultType`," +#~ " :class:`aiogram.enums.input_media_type.InputMediaType`, " +#~ ":class:`aiogram.enums.mask_position_point.MaskPositionPoint`, " +#~ ":class:`aiogram.enums.menu_button_type.MenuButtonType`, " +#~ ":class:`aiogram.enums.message_entity_type.MessageEntityType`, " +#~ ":class:`aiogram.enums.parse_mode.ParseMode`, " +#~ ":class:`aiogram.enums.poll_type.PollType`, " +#~ ":class:`aiogram.enums.sticker_type.StickerType`, " +#~ ":class:`aiogram.enums.topic_icon_color.TopicIconColor`, " +#~ ":class:`aiogram.enums.update_type.UpdateType`," +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/class_based_handlers/callback_query.po b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/class_based_handlers/callback_query.po index 5a2b6566..0dd6af98 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/class_based_handlers/callback_query.po +++ b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/class_based_handlers/callback_query.po @@ -5,38 +5,33 @@ # 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-02-26 20:35+0500\n" "PO-Revision-Date: 2022-12-11 22:37+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.9.1\n" #: ../../dispatcher/class_based_handlers/callback_query.rst:3 msgid "CallbackQueryHandler" msgstr "CallbackQueryHandler" -#: aiogram.handlers.callback_query.CallbackQueryHandler:1 of -msgid "There is base class for callback query handlers." -msgstr "Це базовий клас для обробників запитів зворотного виклику." +#~ msgid "There is base class for callback query handlers." +#~ msgstr "Це базовий клас для обробників запитів зворотного виклику." -#: aiogram.handlers.callback_query.CallbackQueryHandler:13 of -msgid "Example:" -msgstr "Приклад:" +#~ msgid "Example:" +#~ msgstr "Приклад:" -#: aiogram.handlers.callback_query.CallbackQueryHandler.from_user:1 of -msgid "Is alias for `event.from_user`" -msgstr "Псевдонім для `event.from_user`" +#~ msgid "Is alias for `event.from_user`" +#~ msgstr "Псевдонім для `event.from_user`" -#: aiogram.handlers.callback_query.CallbackQueryHandler.message:1 of -msgid "Is alias for `event.message`" -msgstr "Псевдонім для `event.message`" +#~ msgid "Is alias for `event.message`" +#~ msgstr "Псевдонім для `event.message`" + +#~ msgid "Is alias for `event.data`" +#~ msgstr "Псевдонім для `event.data`" -#: aiogram.handlers.callback_query.CallbackQueryHandler.callback_data:1 of -msgid "Is alias for `event.data`" -msgstr "Псевдонім для `event.data`" diff --git a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/dispatcher.po b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/dispatcher.po index 053c8cbd..7f6f02e1 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/dispatcher.po +++ b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/dispatcher.po @@ -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-02-26 20:35+0500\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.9.1\n" #: ../../dispatcher/dispatcher.rst:3 msgid "Dispatcher" @@ -46,91 +45,29 @@ msgstr "`Router `__" msgid "`Observer `__" msgstr "`Observer `__" -#: aiogram.dispatcher.dispatcher.Dispatcher:1 -#: aiogram.dispatcher.dispatcher.Dispatcher.__init__:1 of -msgid "Root router" -msgstr "Кореневий маршрутизатор" +#: aiogram.dispatcher.dispatcher.Dispatcher:1 of +msgid "Simple Updates dispatcher" +msgstr "" + +#: aiogram.dispatcher.dispatcher.Dispatcher:3 of +msgid "" +"It will process incoming updates: messages, edited messages, channel " +"posts, edited channel posts, inline queries, chosen inline results, " +"callback queries, shipping queries, pre-checkout queries." +msgstr "" + +#: aiogram.dispatcher.dispatcher.Dispatcher.start_polling:1 of +msgid "Start long-polling" +msgstr "" -#: aiogram.dispatcher.dispatcher.Dispatcher.__init__ -#: aiogram.dispatcher.dispatcher.Dispatcher.feed_raw_update -#: aiogram.dispatcher.dispatcher.Dispatcher.feed_update -#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling #: aiogram.dispatcher.dispatcher.Dispatcher.start_polling of msgid "Parameters" msgstr "Параметри" -#: aiogram.dispatcher.dispatcher.Dispatcher.__init__:3 of -msgid "Storage for FSM" -msgstr "Сховище для кінцевого автомату (FSM)" - -#: aiogram.dispatcher.dispatcher.Dispatcher.__init__:4 of -msgid "FSM strategy" -msgstr "Стратегія кінцевого апарату" - -#: aiogram.dispatcher.dispatcher.Dispatcher.__init__:5 of -msgid "Events isolation" -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" -msgstr "" -"Відключення кінцевого апарату, зауважте що при вимкненому кінцевому " -"апаратові вам не слід використовувати сховище (кінцевого апарату) та " -"ізоляцію подій" - -#: aiogram.dispatcher.dispatcher.Dispatcher.__init__:8 of -msgid "Other arguments, will be passed as keyword arguments to handlers" -msgstr "Інші аргументи будуть передані обробникам як іменовані аргументи" - -#: aiogram.dispatcher.dispatcher.Dispatcher.feed_raw_update:1 of -msgid "" -"Main entry point for incoming updates with automatic Dict->Update " -"serializer" -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" -msgstr "" -"Основна точка входу для подій. Відповідь цього метода може бути " -"використана для відповіді у Webhook" - -#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:1 of -msgid "Run many bots with polling" -msgstr "Запуск кількох ботів з опитуванням" - -#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:3 of -msgid "Bot instances" -msgstr "Екземпляри ботів" - -#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:4 of -msgid "Poling timeout" -msgstr "Час очікування на відповідь" - -#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:6 of -msgid "Run task for each event and no wait result" -msgstr "Запуск обробки без очікування результату" - -#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:7 of -msgid "List of the update types you want your bot to receive" -msgstr "Список типів подій, які має опрацьовувати ваш бот" - -#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling:8 of -msgid "contextual data" -msgstr "контекстні дані" - -#: aiogram.dispatcher.dispatcher.Dispatcher.run_polling #: aiogram.dispatcher.dispatcher.Dispatcher.start_polling of msgid "Returns" msgstr "Повертає" -#: aiogram.dispatcher.dispatcher.Dispatcher.start_polling:1 of -msgid "Polling runner" -msgstr "Запуск кількох ботів з опитуванням (асинхронно)" - #: ../../dispatcher/dispatcher.rst:18 msgid "Simple usage" msgstr "Просте застосування" @@ -149,8 +86,69 @@ 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 "Root router" +#~ msgstr "Кореневий маршрутизатор" + +#~ msgid "Storage for FSM" +#~ msgstr "Сховище для кінцевого автомату (FSM)" + +#~ msgid "FSM strategy" +#~ msgstr "Стратегія кінцевого апарату" + +#~ msgid "Events isolation" +#~ msgstr "Ізоляція подій" + +#~ msgid "" +#~ "Disable FSM, note that if you " +#~ "disable FSM then you should not " +#~ "use storage and events isolation" +#~ msgstr "" +#~ "Відключення кінцевого апарату, зауважте що " +#~ "при вимкненому кінцевому апаратові вам " +#~ "не слід використовувати сховище (кінцевого " +#~ "апарату) та ізоляцію подій" + +#~ msgid "Other arguments, will be passed as keyword arguments to handlers" +#~ msgstr "Інші аргументи будуть передані обробникам як іменовані аргументи" + +#~ msgid "" +#~ "Main entry point for incoming updates" +#~ " with automatic Dict->Update serializer" +#~ msgstr "Основна точка входу для подій" + +#~ msgid "" +#~ "Main entry point for incoming updates" +#~ " Response of this method can be " +#~ "used as Webhook response" +#~ msgstr "" +#~ "Основна точка входу для подій. Відповідь" +#~ " цього метода може бути використана " +#~ "для відповіді у Webhook" + +#~ msgid "Run many bots with polling" +#~ msgstr "Запуск кількох ботів з опитуванням" + +#~ msgid "Bot instances" +#~ msgstr "Екземпляри ботів" + +#~ msgid "Poling timeout" +#~ msgstr "Час очікування на відповідь" + +#~ msgid "Run task for each event and no wait result" +#~ msgstr "Запуск обробки без очікування результату" + +#~ msgid "List of the update types you want your bot to receive" +#~ msgstr "Список типів подій, які має опрацьовувати ваш бот" + +#~ msgid "contextual data" +#~ msgstr "контекстні дані" + +#~ msgid "Polling runner" +#~ msgstr "Запуск кількох ботів з опитуванням (асинхронно)" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/callback_data.po b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/callback_data.po index fbe68031..f57e31d5 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/callback_data.po +++ b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/callback_data.po @@ -5,84 +5,21 @@ # 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-02-26 20:35+0500\n" "PO-Revision-Date: 2022-10-25 18:31+0300\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.1.1\n" +"Generated-By: Babel 2.9.1\n" #: ../../dispatcher/filters/callback_data.rst:3 msgid "Callback Data Factory & Filter" msgstr "Фабрика міток зворотнього виклику та фільтрування" -#: aiogram.filters.callback_data.CallbackData:1 of -msgid "Base class for callback data wrapper" -msgstr "Базовий клас для обгортки мітки зворотного виклику" - -#: aiogram.filters.callback_data.CallbackData:3 of -msgid "This class should be used as super-class of user-defined callbacks." -msgstr "" -"Цей клас слід використовувати як супер-клас зворотних викликів, визначених " -"користувачем." - -#: aiogram.filters.callback_data.CallbackData:5 of -msgid "" -"The class-keyword :code:`prefix` is required to define prefix and also the " -"argument :code:`sep` can be passed to define separator (default is :code:`:`)." -msgstr "" -"Ключове слово класу :code:`prefix` потрібне для визначення префікса, а також " -"аргумент :code:`sep` можна передати для визначення роздільника (за " -"замовчуванням це :code:`:`)." - -#: aiogram.filters.callback_data.CallbackData.pack:1 of -msgid "Generate callback data string" -msgstr "Генерування рядок мітки зворотного виклику" - -#: aiogram.filters.callback_data.CallbackData.filter -#: aiogram.filters.callback_data.CallbackData.pack -#: aiogram.filters.callback_data.CallbackData.unpack of -msgid "Returns" -msgstr "Повертає" - -#: aiogram.filters.callback_data.CallbackData.pack:3 of -msgid "valid callback data for Telegram Bot API" -msgstr "дійсна мітка зворотного виклику для Telegram Bot API" - -#: aiogram.filters.callback_data.CallbackData.unpack:1 of -msgid "Parse callback data string" -msgstr "Аналіз рядка мітки зворотного виклику" - -#: aiogram.filters.callback_data.CallbackData.filter -#: aiogram.filters.callback_data.CallbackData.unpack of -msgid "Parameters" -msgstr "Параметри" - -#: aiogram.filters.callback_data.CallbackData.unpack:3 of -msgid "value from Telegram" -msgstr "значення з Telegram" - -#: aiogram.filters.callback_data.CallbackData.unpack:4 of -msgid "instance of CallbackData" -msgstr "екземпляр мітки зворотного виклику" - -#: aiogram.filters.callback_data.CallbackData.filter:1 of -msgid "Generates a filter for callback query with rule" -msgstr "Створює фільтр для запиту зворотного виклику з правилом" - -#: aiogram.filters.callback_data.CallbackData.filter:3 of -msgid "magic rule" -msgstr "магічне правило" - -#: aiogram.filters.callback_data.CallbackData.filter:4 of -msgid "instance of filter" -msgstr "екземпляр фільтру" - #: ../../dispatcher/filters/callback_data.rst:11 msgid "Usage" msgstr "Використання" @@ -94,8 +31,8 @@ msgstr "Створення підкласу :code:`CallbackData`:" #: ../../dispatcher/filters/callback_data.rst:21 msgid "After that you can generate any callback based on this class, for example:" msgstr "" -"Після цього ви можете створити будь-який зворотній виклик на основі цього " -"класу, наприклад:" +"Після цього ви можете створити будь-який зворотній виклик на основі цього" +" класу, наприклад:" #: ../../dispatcher/filters/callback_data.rst:29 msgid "" @@ -160,12 +97,66 @@ msgstr ":code:`Enum` (:code:`from enum import Enum`, лише для перел #: ../../dispatcher/filters/callback_data.rst:113 msgid ":code:`IntEnum` (:code:`from enum import IntEnum`, only for int enums)" msgstr "" -":code:`IntEnum` (:code:`from enum import IntEnum`, тільки для переліків int)" +":code:`IntEnum` (:code:`from enum import IntEnum`, тільки для переліків " +"int)" #: ../../dispatcher/filters/callback_data.rst:118 msgid "" -"Note that the integer Enum's should be always is subclasses of :code:`IntEnum` " -"in due to parsing issues." +"Note that the integer Enum's should be always is subclasses of " +":code:`IntEnum` in due to parsing issues." msgstr "" -"Зауважте, що ціле число Enum завжди має бути підкласом :code:`IntEnum` через " -"проблеми з синтаксичним аналізом." +"Зауважте, що ціле число Enum завжди має бути підкласом :code:`IntEnum` " +"через проблеми з синтаксичним аналізом." + +#~ msgid "Base class for callback data wrapper" +#~ msgstr "Базовий клас для обгортки мітки зворотного виклику" + +#~ msgid "This class should be used as super-class of user-defined callbacks." +#~ msgstr "" +#~ "Цей клас слід використовувати як " +#~ "супер-клас зворотних викликів, визначених " +#~ "користувачем." + +#~ msgid "" +#~ "The class-keyword :code:`prefix` is " +#~ "required to define prefix and also " +#~ "the argument :code:`sep` can be passed" +#~ " to define separator (default is " +#~ ":code:`:`)." +#~ msgstr "" +#~ "Ключове слово класу :code:`prefix` потрібне" +#~ " для визначення префікса, а також " +#~ "аргумент :code:`sep` можна передати для " +#~ "визначення роздільника (за замовчуванням це" +#~ " :code:`:`)." + +#~ msgid "Generate callback data string" +#~ msgstr "Генерування рядок мітки зворотного виклику" + +#~ msgid "Returns" +#~ msgstr "Повертає" + +#~ msgid "valid callback data for Telegram Bot API" +#~ msgstr "дійсна мітка зворотного виклику для Telegram Bot API" + +#~ msgid "Parse callback data string" +#~ msgstr "Аналіз рядка мітки зворотного виклику" + +#~ msgid "Parameters" +#~ msgstr "Параметри" + +#~ msgid "value from Telegram" +#~ msgstr "значення з Telegram" + +#~ msgid "instance of CallbackData" +#~ msgstr "екземпляр мітки зворотного виклику" + +#~ msgid "Generates a filter for callback query with rule" +#~ msgstr "Створює фільтр для запиту зворотного виклику з правилом" + +#~ msgid "magic rule" +#~ msgstr "магічне правило" + +#~ msgid "instance of filter" +#~ msgstr "екземпляр фільтру" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/command.po b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/command.po index c75755ac..e98d7ce3 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/command.po +++ b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/command.po @@ -5,119 +5,28 @@ # 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-02-26 20:35+0500\n" "PO-Revision-Date: 2022-10-25 16:51+0300\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.1.1\n" +"Generated-By: Babel 2.9.1\n" #: ../../dispatcher/filters/command.rst:3 msgid "Command" msgstr "Команди" -#: aiogram.filters.command.Command:1 of -msgid "This filter can be helpful for handling commands from the text messages." -msgstr "" -"Цей фільтр може бути корисним для обробки команд із текстових повідомлень." - -#: aiogram.filters.command.Command:3 of -msgid "" -"Works only with :class:`aiogram.types.message.Message` events which have the :" -"code:`text`." -msgstr "" -"Працює лише з подіями :class:`aiogram.types.message.Message` , що мають :" -"code:`text`." - -#: aiogram.filters.command.Command.__init__:1 of -msgid "List of commands (string or compiled regexp patterns)" -msgstr "Перелік команд (рядки або скомпільовані шаблони регулярних виразів)" - -#: aiogram.filters.command.Command.__init__ of -msgid "Parameters" -msgstr "Параметри" - -#: aiogram.filters.command.Command.__init__:3 of -msgid "" -"Prefix for command. Prefix is always a single char but here you can pass all " -"of allowed prefixes, for example: :code:`\"/!\"` will work with commands " -"prefixed by :code:`\"/\"` or :code:`\"!\"`." -msgstr "" -"Префікс для команди. Префікс завжди складається з одного символу, але тут ви " -"можете передати всі дозволені префікси, наприклад: :code:`\"/!\"` працюватиме " -"з командами з префіксом :code:`\"/\"` або :code:`\"!\" `." - -#: aiogram.filters.command.Command.__init__:7 of -msgid "Ignore case (Does not work with regexp, use flags instead)" -msgstr "" -"Ігнорувати регістр (не працює з регулярним виразом, замість цього " -"використовуйте маркери)" - -#: aiogram.filters.command.Command.__init__:8 of -msgid "" -"Ignore bot mention. By default, bot can not handle commands intended for " -"other bots" -msgstr "" -"Ігнорувати згадку про бота. За замовчуванням бот не може обробляти команди, " -"призначені для інших ботів" - -#: aiogram.filters.command.Command.__init__:10 of -msgid "Validate command object via Magic filter after all checks done" -msgstr "" -"Перевірка об’єкту команди за допомогою магічного фільтра після виконання всіх " -"перевірок" - #: ../../dispatcher/filters/command.rst:10 msgid "" -"When filter is passed the :class:`aiogram.filters.command.CommandObject` will " -"be passed to the handler argument :code:`command`" +"When filter is passed the :class:`aiogram.filters.command.CommandObject` " +"will be passed to the handler argument :code:`command`" msgstr "" -"Коли фільтр пройдено, :class:`aiogram.filters.command.CommandObject` буде " -"передано аргументу обробника :code:`command`" - -#: aiogram.filters.command.CommandObject:1 of -msgid "" -"Instance of this object is always has command and it prefix. Can be passed as " -"keyword argument **command** to the handler" -msgstr "" -"Екземпляр цього об’єкта завжди має команду та її префікс. Можна передати " -"обробнику (handler) як аргумент ключового слова **command**" - -#: ../../docstring aiogram.filters.command.CommandObject.prefix:1 of -msgid "Command prefix" -msgstr "Префікс команди" - -#: ../../docstring aiogram.filters.command.CommandObject.command:1 of -msgid "Command without prefix and mention" -msgstr "Команда без префікса та згадки" - -#: ../../docstring aiogram.filters.command.CommandObject.mention:1 of -msgid "Mention (if available)" -msgstr "Згадка (за наявності)" - -#: ../../docstring aiogram.filters.command.CommandObject.args:1 of -msgid "Command argument" -msgstr "Аргумент команди" - -#: ../../docstring aiogram.filters.command.CommandObject.regexp_match:1 of -msgid "" -"Will be presented match result if the command is presented as regexp in filter" -msgstr "" -"Буде представлено результат відповідності, якщо команда представлена як " -"регулярний вираз у фільтрі" - -#: aiogram.filters.command.CommandObject.mentioned:1 of -msgid "This command has mention?" -msgstr "Ця команда згадується?" - -#: aiogram.filters.command.CommandObject.text:1 of -msgid "Generate original text from object" -msgstr "Створення оригінального тексту з об'єкта" +"Коли фільтр пройдено, :class:`aiogram.filters.command.CommandObject` буде" +" передано аргументу обробника :code:`command`" #: ../../dispatcher/filters/command.rst:19 msgid "Usage" @@ -129,33 +38,33 @@ msgstr "Фільтр єдиного варіанту команд: :code:`Comman #: ../../dispatcher/filters/command.rst:22 msgid "" -"Handle command by regexp pattern: :code:`Command(re.compile(r\"item_(\\d" -"+)\"))`" +"Handle command by regexp pattern: " +":code:`Command(re.compile(r\"item_(\\d+)\"))`" msgstr "" -"Обробка команди за шаблоном регулярного виразу: :code:`Command(re.compile(r" -"\"item_(\\d+)\"))`" +"Обробка команди за шаблоном регулярного виразу: " +":code:`Command(re.compile(r\"item_(\\d+)\"))`" #: ../../dispatcher/filters/command.rst:23 msgid "" -"Match command by multiple variants: :code:`Command(\"item\", re.compile(r" -"\"item_(\\d+)\"))`" +"Match command by multiple variants: :code:`Command(\"item\", " +"re.compile(r\"item_(\\d+)\"))`" msgstr "" -"Порівняння команди за кількома варіантами: :code:`Command(\"item\", re." -"compile(r\"item_(\\d+)\"))`" +"Порівняння команди за кількома варіантами: :code:`Command(\"item\", " +"re.compile(r\"item_(\\d+)\"))`" #: ../../dispatcher/filters/command.rst:24 msgid "" -"Handle commands in public chats intended for other bots: :code:" -"`Command(\"command\", ignore_mention=True)`" +"Handle commands in public chats intended for other bots: " +":code:`Command(\"command\", ignore_mention=True)`" msgstr "" -"Обробка команди в публічних чатах, призначених для інших ботів: :code:" -"`Command(\"command\", ignore_mention=True)`" +"Обробка команди в публічних чатах, призначених для інших ботів: " +":code:`Command(\"command\", ignore_mention=True)`" #: ../../dispatcher/filters/command.rst:25 msgid "" "Use :class:`aiogram.types.bot_command.BotCommand` object as command " -"reference :code:`Command(BotCommand(command=\"command\", description=\"My " -"awesome command\")`" +"reference :code:`Command(BotCommand(command=\"command\", description=\"My" +" awesome command\")`" msgstr "" "Використання об’єкту :class:`aiogram.types.bot_command.BotCommand` як " "посилання на команду :code:`Command(BotCommand(command=\"command\", " @@ -180,3 +89,101 @@ msgstr "`message`" #: ../../dispatcher/filters/command.rst:37 msgid "`edited_message`" msgstr "`edited_message`" + +#~ msgid "" +#~ "This filter can be helpful for " +#~ "handling commands from the text " +#~ "messages." +#~ msgstr "" +#~ "Цей фільтр може бути корисним для " +#~ "обробки команд із текстових повідомлень." + +#~ msgid "" +#~ "Works only with " +#~ ":class:`aiogram.types.message.Message` events which " +#~ "have the :code:`text`." +#~ msgstr "" +#~ "Працює лише з подіями " +#~ ":class:`aiogram.types.message.Message` , що мають" +#~ " :code:`text`." + +#~ msgid "List of commands (string or compiled regexp patterns)" +#~ msgstr "Перелік команд (рядки або скомпільовані шаблони регулярних виразів)" + +#~ msgid "Parameters" +#~ msgstr "Параметри" + +#~ msgid "" +#~ "Prefix for command. Prefix is always " +#~ "a single char but here you can " +#~ "pass all of allowed prefixes, for " +#~ "example: :code:`\"/!\"` will work with " +#~ "commands prefixed by :code:`\"/\"` or " +#~ ":code:`\"!\"`." +#~ msgstr "" +#~ "Префікс для команди. Префікс завжди " +#~ "складається з одного символу, але тут" +#~ " ви можете передати всі дозволені " +#~ "префікси, наприклад: :code:`\"/!\"` працюватиме " +#~ "з командами з префіксом :code:`\"/\"` " +#~ "або :code:`\"!\" `." + +#~ msgid "Ignore case (Does not work with regexp, use flags instead)" +#~ msgstr "" +#~ "Ігнорувати регістр (не працює з " +#~ "регулярним виразом, замість цього " +#~ "використовуйте маркери)" + +#~ msgid "" +#~ "Ignore bot mention. By default, bot " +#~ "can not handle commands intended for " +#~ "other bots" +#~ msgstr "" +#~ "Ігнорувати згадку про бота. За " +#~ "замовчуванням бот не може обробляти " +#~ "команди, призначені для інших ботів" + +#~ msgid "Validate command object via Magic filter after all checks done" +#~ msgstr "" +#~ "Перевірка об’єкту команди за допомогою " +#~ "магічного фільтра після виконання всіх " +#~ "перевірок" + +#~ msgid "" +#~ "Instance of this object is always " +#~ "has command and it prefix. Can be" +#~ " passed as keyword argument **command** " +#~ "to the handler" +#~ msgstr "" +#~ "Екземпляр цього об’єкта завжди має " +#~ "команду та її префікс. Можна передати" +#~ " обробнику (handler) як аргумент ключового" +#~ " слова **command**" + +#~ msgid "Command prefix" +#~ msgstr "Префікс команди" + +#~ msgid "Command without prefix and mention" +#~ msgstr "Команда без префікса та згадки" + +#~ msgid "Mention (if available)" +#~ msgstr "Згадка (за наявності)" + +#~ msgid "Command argument" +#~ msgstr "Аргумент команди" + +#~ msgid "" +#~ "Will be presented match result if " +#~ "the command is presented as regexp " +#~ "in filter" +#~ msgstr "" +#~ "Буде представлено результат відповідності, " +#~ "якщо команда представлена як регулярний " +#~ "вираз у фільтрі" + +#~ msgid "This command has mention?" +#~ msgstr "Ця команда згадується?" + +#~ msgid "Generate original text from object" +#~ msgstr "Створення оригінального тексту з об'єкта" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/exception.po b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/exception.po index cd8cd3c5..bc30cb92 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/exception.po +++ b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/exception.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: 2022-10-25 18:34+0300\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.1.1\n" +"Generated-By: Babel 2.9.1\n" #: ../../dispatcher/filters/exception.rst:3 msgid "Exceptions" @@ -23,15 +22,9 @@ msgstr "Помилки" #: ../../dispatcher/filters/exception.rst:5 msgid "This filters can be helpful for handling errors from the text messages." -msgstr "Ці фільтри можуть бути корисними для обробки помилок у текстових повідомленнях." - -#: aiogram.filters.exception.ExceptionTypeFilter:1 of -msgid "Allows to match exception by type" -msgstr "Дозволяє зіставляти винятки за типом" - -#: aiogram.filters.exception.ExceptionMessageFilter:1 of -msgid "Allow to match exception by message" -msgstr "Дозвол зіставляти винятки з повідомленням" +msgstr "" +"Ці фільтри можуть бути корисними для обробки помилок у текстових " +"повідомленнях." #: ../../dispatcher/filters/exception.rst:18 msgid "Allowed handlers" @@ -44,3 +37,10 @@ msgstr "Дозволені типи оновлення для цього філ #: ../../dispatcher/filters/exception.rst:22 msgid ":code:`error`" msgstr ":code:`error`" + +#~ msgid "Allows to match exception by type" +#~ msgstr "Дозволяє зіставляти винятки за типом" + +#~ msgid "Allow to match exception by message" +#~ msgstr "Дозвол зіставляти винятки з повідомленням" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/index.po b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/index.po index efde70b7..ad29bef7 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/index.po +++ b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/index.po @@ -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-18 01:50+0300\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: 2022-10-25 15:53+0300\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.1.1\n" +"Generated-By: Babel 2.9.1\n" #: ../../dispatcher/filters/index.rst:3 msgid "Filtering events" @@ -23,12 +22,12 @@ msgstr "Фільтрування подій" #: ../../dispatcher/filters/index.rst:5 msgid "" -"Filters is needed for routing updates to the specific handler. Searching of " -"handler is always stops on first match set of filters are pass." +"Filters is needed for routing updates to the specific handler. Searching " +"of handler is always stops on first match set of filters are pass." msgstr "" "Фільтри потрібні для маршрутизації оновлень до конкретного обробника " -"(handler) . Пошук обробника (handler) завжди зупиняється після першого збігу " -"набору фільтрів." +"(handler) . Пошук обробника (handler) завжди зупиняється після першого " +"збігу набору фільтрів." #: ../../dispatcher/filters/index.rst:8 msgid "*aiogram* has some builtin useful filters." @@ -78,60 +77,18 @@ msgstr "Екземпляром :ref:`MagicFilter `" #: ../../dispatcher/filters/index.rst:38 msgid "" -"and should return bool or dict. If the dictionary is passed as result of filter " -"- resulted data will be propagated to the next filters and handler as keywords " -"arguments." +"and should return bool or dict. If the dictionary is passed as result of " +"filter - resulted data will be propagated to the next filters and handler" +" as keywords arguments." msgstr "" -"і має повертати bool або dict. Якщо словник передається як результат фільтра, " -"отримані дані будуть передані до наступних фільтрів і обробника як аргументи " -"ключових слів." +"і має повертати bool або dict. Якщо словник передається як результат " +"фільтра, отримані дані будуть передані до наступних фільтрів і обробника " +"як аргументи ключових слів." #: ../../dispatcher/filters/index.rst:43 msgid "Base class for own filters" msgstr "Базовий клас для власних фільтрів" -#: aiogram.filters.base.Filter:1 of -msgid "" -"If you want to register own filters like builtin filters you will need to write " -"subclass of this class with overriding the :code:`__call__` method and adding " -"filter attributes." -msgstr "" -"Якщо Ви хочете зареєструвати власні фільтри, як вбудовані фільтри, Вам потрібно " -"буде написати підклас цього класу з заміною методу :code:`__call__` і " -"додаванням атрибутів фільтра." - -#: aiogram.filters.base.Filter.__call__:1 of -msgid "This method should be overridden." -msgstr "Цей метод слід перевизначити." - -#: aiogram.filters.base.Filter.__call__:3 of -msgid "Accepts incoming event and should return boolean or dict." -msgstr "Приймає вхідну подію та має повертати логічне (bool) значення або dict." - -#: aiogram.filters.base.Filter.__call__ of -msgid "Returns" -msgstr "Повертає" - -#: aiogram.filters.base.Filter.__call__:5 of -msgid ":class:`bool` or :class:`Dict[str, Any]`" -msgstr ":class:`bool` or :class:`Dict[str, Any]`" - -#: aiogram.filters.base.Filter.update_handler_flags:1 of -msgid "" -"Also if you want to extend handler flags with using this filter you should " -"implement this method" -msgstr "" -"Крім того, якщо ви хочете розширити маркери обробника (handler) за допомогою " -"цього фільтра, вам слід реалізувати цей метод" - -#: aiogram.filters.base.Filter.update_handler_flags of -msgid "Parameters" -msgstr "Параметри" - -#: aiogram.filters.base.Filter.update_handler_flags:3 of -msgid "existing flags, can be updated directly" -msgstr "існуючі маркери, можна оновити безпосередньо" - #: ../../dispatcher/filters/index.rst:51 msgid "Own filter example" msgstr "Приклад власного фільтра" @@ -154,27 +111,31 @@ msgstr "Рекомендований спосіб" #: ../../dispatcher/filters/index.rst:68 msgid "" -"If you specify multiple filters in a row, it will be checked with an \"and\" " -"condition:" +"If you specify multiple filters in a row, it will be checked with an " +"\"and\" condition:" msgstr "" -"Якщо Ви вкажете кілька фільтрів поспіль, це буде перевірено умовою \"and\" :" +"Якщо Ви вкажете кілька фільтрів поспіль, це буде перевірено умовою " +"\"and\" :" #: ../../dispatcher/filters/index.rst:75 msgid "" -"Also, if you want to use two alternative ways to run the same handler (\"or\" " -"condition) you can register the handler twice or more times as you like" +"Also, if you want to use two alternative ways to run the same handler " +"(\"or\" condition) you can register the handler twice or more times as " +"you like" msgstr "" -"Крім того, якщо ви хочете використовувати два альтернативні способи запуску " -"одного обробника (умова \"or\"), ви можете зареєструвати обробник двічі або " -"більше разів, як вам подобається" +"Крім того, якщо ви хочете використовувати два альтернативні способи " +"запуску одного обробника (умова \"or\"), ви можете зареєструвати обробник" +" двічі або більше разів, як вам подобається" #: ../../dispatcher/filters/index.rst:84 msgid "" -"Also sometimes you will need to invert the filter result, for example you have " -"an *IsAdmin* filter and you want to check if the user is not an admin" +"Also sometimes you will need to invert the filter result, for example you" +" have an *IsAdmin* filter and you want to check if the user is not an " +"admin" msgstr "" -"Також іноді Вам потрібно буде інвертувати результат фільтра, наприклад, у вас є " -"фільтр *IsAdmin* і ви хочете перевірити, чи користувач не є адміністратором" +"Також іноді Вам потрібно буде інвертувати результат фільтра, наприклад, у" +" вас є фільтр *IsAdmin* і ви хочете перевірити, чи користувач не є " +"адміністратором" #: ../../dispatcher/filters/index.rst:93 msgid "Another possible way" @@ -182,8 +143,51 @@ msgstr "Інший можливий спосіб" #: ../../dispatcher/filters/index.rst:95 msgid "" -"An alternative way is to combine using special functions (:func:`and_f`, :func:" -"`or_f`, :func:`invert_f` from :code:`aiogram.filters` module):" +"An alternative way is to combine using special functions (:func:`and_f`, " +":func:`or_f`, :func:`invert_f` from :code:`aiogram.filters` module):" msgstr "" -"Альтернативним способом є об’єднання за допомогою спеціальних функцій (:func:" -"`and_f`, :func:`or_f`, :func:`invert_f` з модуля :code:`aiogram.filters`):" +"Альтернативним способом є об’єднання за допомогою спеціальних функцій " +"(:func:`and_f`, :func:`or_f`, :func:`invert_f` з модуля " +":code:`aiogram.filters`):" + +#~ msgid "" +#~ "If you want to register own " +#~ "filters like builtin filters you will" +#~ " need to write subclass of this " +#~ "class with overriding the :code:`__call__` " +#~ "method and adding filter attributes." +#~ msgstr "" +#~ "Якщо Ви хочете зареєструвати власні " +#~ "фільтри, як вбудовані фільтри, Вам " +#~ "потрібно буде написати підклас цього " +#~ "класу з заміною методу :code:`__call__` " +#~ "і додаванням атрибутів фільтра." + +#~ msgid "This method should be overridden." +#~ msgstr "Цей метод слід перевизначити." + +#~ msgid "Accepts incoming event and should return boolean or dict." +#~ msgstr "Приймає вхідну подію та має повертати логічне (bool) значення або dict." + +#~ msgid "Returns" +#~ msgstr "Повертає" + +#~ msgid ":class:`bool` or :class:`Dict[str, Any]`" +#~ msgstr ":class:`bool` or :class:`Dict[str, Any]`" + +#~ msgid "" +#~ "Also if you want to extend handler" +#~ " flags with using this filter you " +#~ "should implement this method" +#~ msgstr "" +#~ "Крім того, якщо ви хочете розширити " +#~ "маркери обробника (handler) за допомогою " +#~ "цього фільтра, вам слід реалізувати цей" +#~ " метод" + +#~ msgid "Parameters" +#~ msgstr "Параметри" + +#~ msgid "existing flags, can be updated directly" +#~ msgstr "існуючі маркери, можна оновити безпосередньо" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/magic_data.po b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/magic_data.po index d62ee41e..7c3b8103 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/magic_data.po +++ b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/magic_data.po @@ -7,23 +7,19 @@ msgid "" msgstr "" "Project-Id-Version: aiogram\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-25 22:10+0300\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: 2022-10-25 16:00+0300\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" +"Generated-By: Babel 2.9.1\n" #: ../../dispatcher/filters/magic_data.rst:3 msgid "MagicData" msgstr "MagicData" -#: aiogram.filters.magic_data.MagicData:1 of -msgid "This filter helps to filter event with contextual data" -msgstr "Цей фільтр допомагає фільтрувати події з контекстними даними" - #: ../../dispatcher/filters/magic_data.rst:10 msgid "Can be imported:" msgstr "Можна імпортувати:" @@ -111,3 +107,7 @@ msgstr ":code:`chat_join_request`" #: ../../dispatcher/filters/magic_data.rst:39 msgid ":code:`error`" msgstr ":code:`error`" + +#~ msgid "This filter helps to filter event with contextual data" +#~ msgstr "Цей фільтр допомагає фільтрувати події з контекстними даними" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/text.po b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/text.po index a19ae4ad..62377764 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/text.po +++ b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/filters/text.po @@ -7,49 +7,19 @@ msgid "" msgstr "" "Project-Id-Version: aiogram\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-25 22:10+0300\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: 2022-10-25 17:49+0300\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" +"Generated-By: Babel 2.9.1\n" #: ../../dispatcher/filters/text.rst:3 msgid "Text" msgstr "Текст" -#: aiogram.filters.text.Text:1 of -msgid "" -"Is useful for filtering text :class:`aiogram.types.message.Message`, any " -":class:`aiogram.types.callback_query.CallbackQuery` with `data`, " -":class:`aiogram.types.inline_query.InlineQuery` or " -":class:`aiogram.types.poll.Poll` question." -msgstr "" -"Корисно для фільтрації тексту :class:`aiogram.types.message.Message`, " -"будь-якого :class:`aiogram.types.callback_query.CallbackQuery` з `data`, " -":class:`aiogram.types.inline_query.InlineQuery` або : " -"class:`aiogram.types.poll.Poll` опитування." - -#: aiogram.filters.text.Text:7 of -msgid "" -"Only one of `text`, `contains`, `startswith` or `endswith` argument can " -"be used at once. Any of that arguments can be string, list, set or tuple " -"of strings." -msgstr "" -"Одночасно можна використати лише один із аргументів `text`, `contains`, " -"`startswith` або `endswith` . Будь-який із цих аргументів може бути " -"рядком, списком, набором (set) або кортежем рядків." - -#: aiogram.filters.text.Text:12 of -msgid "" -"use :ref:`magic-filter `. For example do :pycode:`F.text " -"== \"text\"` instead" -msgstr "" -"використати :ref:`magic-filter `. Наприклад " -":pycode:`F.text == \"text\"` instead" - #: ../../dispatcher/filters/text.rst:10 msgid "Can be imported:" msgstr "Можна імпортувати:" @@ -151,3 +121,39 @@ msgstr ":code:`inline_query`" #: ../../dispatcher/filters/text.rst:35 msgid ":code:`callback_query`" msgstr ":code:`callback_query`" + +#~ msgid "" +#~ "Is useful for filtering text " +#~ ":class:`aiogram.types.message.Message`, any " +#~ ":class:`aiogram.types.callback_query.CallbackQuery` with " +#~ "`data`, :class:`aiogram.types.inline_query.InlineQuery` or" +#~ " :class:`aiogram.types.poll.Poll` question." +#~ msgstr "" +#~ "Корисно для фільтрації тексту " +#~ ":class:`aiogram.types.message.Message`, будь-якого " +#~ ":class:`aiogram.types.callback_query.CallbackQuery` з " +#~ "`data`, :class:`aiogram.types.inline_query.InlineQuery` " +#~ "або : class:`aiogram.types.poll.Poll` опитування." + +#~ msgid "" +#~ "Only one of `text`, `contains`, " +#~ "`startswith` or `endswith` argument can " +#~ "be used at once. Any of that " +#~ "arguments can be string, list, set " +#~ "or tuple of strings." +#~ msgstr "" +#~ "Одночасно можна використати лише один із" +#~ " аргументів `text`, `contains`, `startswith` " +#~ "або `endswith` . Будь-який із цих " +#~ "аргументів може бути рядком, списком, " +#~ "набором (set) або кортежем рядків." + +#~ msgid "" +#~ "use :ref:`magic-filter `. " +#~ "For example do :pycode:`F.text == " +#~ "\"text\"` instead" +#~ msgstr "" +#~ "використати :ref:`magic-filter `. Наприклад :pycode:`F.text == " +#~ "\"text\"` instead" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/finite_state_machine/storages.po b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/finite_state_machine/storages.po index 48a899f8..1438841d 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/finite_state_machine/storages.po +++ b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/finite_state_machine/storages.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-11-02 22:41+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: 2022-10-20 22:00+0300\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" +"Generated-By: Babel 2.9.1\n" #: ../../dispatcher/finite_state_machine/storages.rst:3 msgid "Storages" @@ -28,201 +28,144 @@ msgstr "Вбудоване сховище" msgid "MemoryStorage" msgstr "MemoryStorage" -#: aiogram.fsm.storage.memory.MemoryStorage:1 of -msgid "" -"Default FSM storage, stores all data in :class:`dict` and loss everything" -" on shutdown" -msgstr "" -"Сховище кінцевого автомату за замовчуванням, зберігає всі дані в " -":class:`dict` і забуває все під час вимкнення" - -#: aiogram.fsm.storage.memory.MemoryStorage:5 of -msgid "" -"Is not recommended using in production in due to you will lose all data " -"when your bot restarts" -msgstr "" -"Не рекомендується використовувати на production, оскільки, Ви втратите " -"всі дані під час перезапуску бота" - #: ../../dispatcher/finite_state_machine/storages.rst:16 msgid "RedisStorage" msgstr "RedisStorage" -#: aiogram.fsm.storage.redis.RedisStorage:1 of -msgid "" -"Redis storage required :code:`redis` package installed (:code:`pip " -"install redis`)" -msgstr "" - -#: aiogram.fsm.storage.base.BaseStorage.get_data -#: aiogram.fsm.storage.base.BaseStorage.get_state -#: aiogram.fsm.storage.base.BaseStorage.set_data -#: aiogram.fsm.storage.base.BaseStorage.set_state -#: aiogram.fsm.storage.base.BaseStorage.update_data -#: aiogram.fsm.storage.redis.DefaultKeyBuilder.build -#: aiogram.fsm.storage.redis.KeyBuilder.build -#: aiogram.fsm.storage.redis.RedisStorage.__init__ -#: aiogram.fsm.storage.redis.RedisStorage.from_url of -msgid "Parameters" -msgstr "Параметри" - -#: aiogram.fsm.storage.redis.RedisStorage.__init__:1 of -#, fuzzy -msgid "Instance of Redis connection" -msgstr "екземпляр поточного бота" - -#: aiogram.fsm.storage.redis.RedisStorage.__init__:2 of -msgid "builder that helps to convert contextual key to string" -msgstr "" - -#: aiogram.fsm.storage.redis.RedisStorage.__init__:3 of -msgid "TTL for state records" -msgstr "" - -#: aiogram.fsm.storage.redis.RedisStorage.__init__:4 of -msgid "TTL for data records" -msgstr "" - -#: aiogram.fsm.storage.redis.RedisStorage.__init__:5 of -msgid "Custom arguments for Redis lock" -msgstr "" - -#: aiogram.fsm.storage.redis.RedisStorage.from_url:1 of -msgid "" -"Create an instance of :class:`RedisStorage` with specifying the " -"connection string" -msgstr "" - -#: aiogram.fsm.storage.redis.RedisStorage.from_url:3 of -msgid "for example :code:`redis://user:password@host:port/db`" -msgstr "" - -#: aiogram.fsm.storage.redis.RedisStorage.from_url:4 of -msgid "see :code:`redis` docs" -msgstr "" - -#: aiogram.fsm.storage.redis.RedisStorage.from_url:5 of -msgid "arguments to be passed to :class:`RedisStorage`" -msgstr "" - -#: aiogram.fsm.storage.base.BaseStorage.get_data -#: aiogram.fsm.storage.base.BaseStorage.get_state -#: aiogram.fsm.storage.base.BaseStorage.update_data -#: aiogram.fsm.storage.redis.DefaultKeyBuilder.build -#: aiogram.fsm.storage.redis.KeyBuilder.build -#: aiogram.fsm.storage.redis.RedisStorage.from_url of -msgid "Returns" -msgstr "Повертає" - -#: aiogram.fsm.storage.redis.RedisStorage.from_url:6 of -msgid "an instance of :class:`RedisStorage`" -msgstr "екземпляр класу :class:`RedisStorage`" - #: ../../dispatcher/finite_state_machine/storages.rst:22 msgid "Keys inside storage can be customized via key builders:" msgstr "" "Ключі всередині сховища можна налаштувати за допомогою конструкторів " "ключів:" -#: aiogram.fsm.storage.redis.KeyBuilder:1 of -msgid "Base class for Redis key builder" -msgstr "" - -#: aiogram.fsm.storage.redis.DefaultKeyBuilder.build:1 -#: aiogram.fsm.storage.redis.KeyBuilder.build:1 of -msgid "This method should be implemented in subclasses" -msgstr "" - -#: aiogram.fsm.storage.redis.DefaultKeyBuilder.build:3 -#: aiogram.fsm.storage.redis.KeyBuilder.build:3 of -msgid "contextual key" -msgstr "" - -#: aiogram.fsm.storage.redis.DefaultKeyBuilder.build:4 -#: aiogram.fsm.storage.redis.KeyBuilder.build:4 of -msgid "part of the record" -msgstr "" - -#: aiogram.fsm.storage.redis.DefaultKeyBuilder.build:5 -#: aiogram.fsm.storage.redis.KeyBuilder.build:5 of -msgid "key to be used in Redis queries" -msgstr "" - -#: aiogram.fsm.storage.redis.DefaultKeyBuilder:1 of -msgid "Simple Redis key builder with default prefix." -msgstr "" - -#: aiogram.fsm.storage.redis.DefaultKeyBuilder:3 of -msgid "" -"Generates a colon-joined string with prefix, chat_id, user_id, optional " -"bot_id and optional destiny." -msgstr "" - #: ../../dispatcher/finite_state_machine/storages.rst:34 msgid "Writing own storages" msgstr "Написання власних сховищ" -#: aiogram.fsm.storage.base.BaseStorage:1 of -msgid "Base class for all FSM storages" -msgstr "Основний клас для всіх сховищ кінцевого автомату" +#~ msgid "" +#~ "Default FSM storage, stores all data " +#~ "in :class:`dict` and loss everything on" +#~ " shutdown" +#~ msgstr "" +#~ "Сховище кінцевого автомату за замовчуванням," +#~ " зберігає всі дані в :class:`dict` і" +#~ " забуває все під час вимкнення" -#: aiogram.fsm.storage.base.BaseStorage.set_state:1 of -msgid "Set state for specified key" -msgstr "Установити стан для вказаного ключа" +#~ msgid "" +#~ "Is not recommended using in production" +#~ " in due to you will lose all" +#~ " data when your bot restarts" +#~ msgstr "" +#~ "Не рекомендується використовувати на " +#~ "production, оскільки, Ви втратите всі " +#~ "дані під час перезапуску бота" -#: aiogram.fsm.storage.base.BaseStorage.get_data:3 -#: aiogram.fsm.storage.base.BaseStorage.get_state:3 -#: aiogram.fsm.storage.base.BaseStorage.set_data:3 -#: aiogram.fsm.storage.base.BaseStorage.set_state:3 -#: aiogram.fsm.storage.base.BaseStorage.update_data:3 of -msgid "instance of the current bot" -msgstr "екземпляр поточного бота" +#~ msgid "" +#~ "Redis storage required :code:`redis` package" +#~ " installed (:code:`pip install redis`)" +#~ msgstr "" -#: aiogram.fsm.storage.base.BaseStorage.get_data:4 -#: aiogram.fsm.storage.base.BaseStorage.get_state:4 -#: aiogram.fsm.storage.base.BaseStorage.set_data:4 -#: aiogram.fsm.storage.base.BaseStorage.set_state:4 -#: aiogram.fsm.storage.base.BaseStorage.update_data:4 of -msgid "storage key" -msgstr "ключ сховища" +#~ msgid "Parameters" +#~ msgstr "Параметри" -#: aiogram.fsm.storage.base.BaseStorage.set_state:5 of -msgid "new state" -msgstr "новий стан" +#~ msgid "Instance of Redis connection" +#~ msgstr "екземпляр поточного бота" -#: aiogram.fsm.storage.base.BaseStorage.get_state:1 of -msgid "Get key state" -msgstr "Отримання стану ключа" +#~ msgid "builder that helps to convert contextual key to string" +#~ msgstr "" -#: aiogram.fsm.storage.base.BaseStorage.get_state:5 of -msgid "current state" -msgstr "поточний стан" +#~ msgid "TTL for state records" +#~ msgstr "" -#: aiogram.fsm.storage.base.BaseStorage.set_data:1 of -msgid "Write data (replace)" -msgstr "Запис даних (заміна)" +#~ msgid "TTL for data records" +#~ msgstr "" -#: aiogram.fsm.storage.base.BaseStorage.set_data:5 -#: aiogram.fsm.storage.base.BaseStorage.update_data:6 of -msgid "new data" -msgstr "нові дані" +#~ msgid "Custom arguments for Redis lock" +#~ msgstr "" -#: aiogram.fsm.storage.base.BaseStorage.get_data:1 of -msgid "Get current data for key" -msgstr "Отримання поточних даних для ключа" +#~ msgid "" +#~ "Create an instance of :class:`RedisStorage`" +#~ " with specifying the connection string" +#~ msgstr "" -#: aiogram.fsm.storage.base.BaseStorage.get_data:5 of -msgid "current data" -msgstr "нинішні дані" +#~ msgid "for example :code:`redis://user:password@host:port/db`" +#~ msgstr "" -#: aiogram.fsm.storage.base.BaseStorage.update_data:1 of -msgid "Update date in the storage for key (like dict.update)" -msgstr "Дата оновлення в сховищі для ключа (наприклад, dict.update)" +#~ msgid "see :code:`redis` docs" +#~ msgstr "" -#: aiogram.fsm.storage.base.BaseStorage.update_data:5 of -msgid "partial data" -msgstr "неповні дані" +#~ msgid "arguments to be passed to :class:`RedisStorage`" +#~ msgstr "" + +#~ msgid "Returns" +#~ msgstr "Повертає" + +#~ msgid "an instance of :class:`RedisStorage`" +#~ msgstr "екземпляр класу :class:`RedisStorage`" + +#~ msgid "Base class for Redis key builder" +#~ msgstr "" + +#~ msgid "This method should be implemented in subclasses" +#~ msgstr "" + +#~ msgid "contextual key" +#~ msgstr "" + +#~ msgid "part of the record" +#~ msgstr "" + +#~ msgid "key to be used in Redis queries" +#~ msgstr "" + +#~ msgid "Simple Redis key builder with default prefix." +#~ msgstr "" + +#~ msgid "" +#~ "Generates a colon-joined string with " +#~ "prefix, chat_id, user_id, optional bot_id " +#~ "and optional destiny." +#~ msgstr "" + +#~ msgid "Base class for all FSM storages" +#~ msgstr "Основний клас для всіх сховищ кінцевого автомату" + +#~ msgid "Set state for specified key" +#~ msgstr "Установити стан для вказаного ключа" + +#~ msgid "instance of the current bot" +#~ msgstr "екземпляр поточного бота" + +#~ msgid "storage key" +#~ msgstr "ключ сховища" + +#~ msgid "new state" +#~ msgstr "новий стан" + +#~ msgid "Get key state" +#~ msgstr "Отримання стану ключа" + +#~ msgid "current state" +#~ msgstr "поточний стан" + +#~ msgid "Write data (replace)" +#~ msgstr "Запис даних (заміна)" + +#~ msgid "new data" +#~ msgstr "нові дані" + +#~ msgid "Get current data for key" +#~ msgstr "Отримання поточних даних для ключа" + +#~ msgid "current data" +#~ msgstr "нинішні дані" + +#~ msgid "Update date in the storage for key (like dict.update)" +#~ msgstr "Дата оновлення в сховищі для ключа (наприклад, dict.update)" + +#~ msgid "partial data" +#~ msgstr "неповні дані" + +#~ msgid "Close storage (database connection, file or etc.)" +#~ msgstr "Закриття сховища (підключення до бази даних, файлу тощо)" -#: aiogram.fsm.storage.base.BaseStorage.close:1 of -msgid "Close storage (database connection, file or etc.)" -msgstr "Закриття сховища (підключення до бази даних, файлу тощо)" diff --git a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/flags.po b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/flags.po index d9d8beb1..8726a707 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/flags.po +++ b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/flags.po @@ -8,20 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-07 23:33+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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.9.1\n" -#: ../../dispatcher/flags.rst:3 +#: ../../dispatcher/flags.rst:5 msgid "Flags" msgstr "Маркери" -#: ../../dispatcher/flags.rst:5 +#: ../../dispatcher/flags.rst:7 msgid "" "Flags is a markers for handlers that can be used in `middlewares <#use-" "in-middlewares>`_ or special `utilities <#use-in-utilities>`_ to make " @@ -31,7 +31,7 @@ msgstr "" "`міддлварах <#use-in-middlewares>`_ або в спеціальних `утилітах <#use-in-" "utilities>`_ щоб провести класифікацію обробників." -#: ../../dispatcher/flags.rst:8 +#: ../../dispatcher/flags.rst:10 msgid "" "Flags can be added to the handler via `decorators <#via-decorators>`_, " "`handlers registration <#via-handler-registration-method>`_ or `filters " @@ -41,91 +41,39 @@ msgstr "" "`реєстрацію обробників <#via-handler-registration-method>`_ або `фільтри " "`_." -#: ../../dispatcher/flags.rst:13 +#: ../../dispatcher/flags.rst:15 msgid "Via decorators" msgstr "Через декоратори" -#: ../../dispatcher/flags.rst:15 +#: ../../dispatcher/flags.rst:17 msgid "For example mark handler with `chat_action` flag" msgstr "Наприклад, відмітимо обробник маркером `chat_action`" -#: ../../dispatcher/flags.rst:24 +#: ../../dispatcher/flags.rst:26 msgid "Or just for rate-limit or something else" msgstr "Або просто для рейт-ліміту чи чогось іншого" -#: ../../dispatcher/flags.rst:34 +#: ../../dispatcher/flags.rst:36 msgid "Via handler registration method" msgstr "Через метод реєстрації обробника" -#: ../../dispatcher/flags.rst:41 +#: ../../dispatcher/flags.rst:43 msgid "Via filters" msgstr "Через фільтри" -#: ../../dispatcher/flags.rst:55 +#: ../../dispatcher/flags.rst:57 msgid "Use in middlewares" msgstr "Використовувати в міддлварах" -#: aiogram.dispatcher.flags.check_flags:1 of -msgid "Check flags via magic filter" -msgstr "" - -#: aiogram.dispatcher.flags.check_flags aiogram.dispatcher.flags.extract_flags -#: aiogram.dispatcher.flags.get_flag of -msgid "Parameters" -msgstr "" - -#: aiogram.dispatcher.flags.check_flags:3 -#: aiogram.dispatcher.flags.extract_flags:3 aiogram.dispatcher.flags.get_flag:3 -#: of -msgid "handler object or data" -msgstr "" - -#: aiogram.dispatcher.flags.check_flags:4 of -msgid "instance of the magic" -msgstr "" - -#: aiogram.dispatcher.flags.check_flags aiogram.dispatcher.flags.extract_flags -#: aiogram.dispatcher.flags.get_flag of -msgid "Returns" -msgstr "" - -#: aiogram.dispatcher.flags.check_flags:5 of -msgid "the result of magic filter check" -msgstr "" - -#: aiogram.dispatcher.flags.extract_flags:1 of -msgid "Extract flags from handler or middleware context data" -msgstr "" - -#: aiogram.dispatcher.flags.extract_flags:4 of -msgid "dictionary with all handler flags" -msgstr "" - -#: aiogram.dispatcher.flags.get_flag:1 of -msgid "Get flag by name" -msgstr "" - -#: aiogram.dispatcher.flags.get_flag:4 of -msgid "name of the flag" -msgstr "" - -#: aiogram.dispatcher.flags.get_flag:5 of -msgid "default value (None)" -msgstr "" - -#: aiogram.dispatcher.flags.get_flag:6 of -msgid "value of the flag or default" -msgstr "" - -#: ../../dispatcher/flags.rst:62 +#: ../../dispatcher/flags.rst:64 msgid "Example in middlewares" msgstr "Приклад в міддлварах" -#: ../../dispatcher/flags.rst:75 +#: ../../dispatcher/flags.rst:77 msgid "Use in utilities" msgstr "Використання в утилітах" -#: ../../dispatcher/flags.rst:77 +#: ../../dispatcher/flags.rst:79 msgid "" "For example you can collect all registered commands with handler " "description and then it can be used for generating commands help" @@ -133,3 +81,40 @@ msgstr "" "Наприклад, ви можете зібрати всі зареєстровані команди з описом " "обробника, а потім його можна використовувати для створення довідки щодо " "команд" + +#~ msgid "Check flags via magic filter" +#~ msgstr "" + +#~ msgid "Parameters" +#~ msgstr "" + +#~ msgid "handler object or data" +#~ msgstr "" + +#~ msgid "instance of the magic" +#~ msgstr "" + +#~ msgid "Returns" +#~ msgstr "" + +#~ msgid "the result of magic filter check" +#~ msgstr "" + +#~ msgid "Extract flags from handler or middleware context data" +#~ msgstr "" + +#~ msgid "dictionary with all handler flags" +#~ msgstr "" + +#~ msgid "Get flag by name" +#~ msgstr "" + +#~ msgid "name of the flag" +#~ msgstr "" + +#~ msgid "default value (None)" +#~ msgstr "" + +#~ msgid "value of the flag or default" +#~ msgstr "" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/middlewares.po b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/middlewares.po index acf64c07..6ff45626 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/middlewares.po +++ b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/middlewares.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: 2022-10-20 20:56+0300\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.1.1\n" +"Generated-By: Babel 2.9.1\n" #: ../../dispatcher/middlewares.rst:3 msgid "Middlewares" @@ -23,8 +22,8 @@ msgstr "Проміжні програми" #: ../../dispatcher/middlewares.rst:5 msgid "" -"**aiogram** provides powerful mechanism for customizing event handlers via " -"middlewares." +"**aiogram** provides powerful mechanism for customizing event handlers " +"via middlewares." msgstr "" "**aiogram** надає потужний механізм для налаштування обробників(handler) " "подій через проміжні програми." @@ -32,24 +31,27 @@ msgstr "" #: ../../dispatcher/middlewares.rst:7 msgid "" "Middlewares in bot framework seems like Middlewares mechanism in web-" -"frameworks like `aiohttp `_, `fastapi `_, `Django `_ or etc.) with small difference - here is " -"implemented two layers of middlewares (before and after filters)." +"frameworks like `aiohttp " +"`_, `fastapi " +"`_, `Django " +"`_ or " +"etc.) with small difference - here is implemented two layers of " +"middlewares (before and after filters)." msgstr "" -"Проміжні програми у фреймворку для ботів виглядають як механізм проміжних " -"програм у веб-фреймворках, таких як `aiohttp `_, `fastapi `_, `Django `_ тощо) з невеликою " -"різницею – тут реалізовано два рівні проміжного програмних програм (до та " -"після фільтрів)." +"Проміжні програми у фреймворку для ботів виглядають як механізм проміжних" +" програм у веб-фреймворках, таких як `aiohttp " +"`_, `fastapi " +"`_, `Django " +"`_ тощо) " +"з невеликою різницею – тут реалізовано два рівні проміжного програмних " +"програм (до та після фільтрів)." #: ../../dispatcher/middlewares.rst:15 msgid "" -"Middleware is function that triggered on every event received from Telegram " -"Bot API in many points on processing pipeline." +"Middleware is function that triggered on every event received from " +"Telegram Bot API in many points on processing pipeline." msgstr "" "Проміжна програма — це функція, яка запускається під час кожної події, " "отриманої від Telegram Bot API у багатьох точках процесу обробки." @@ -64,9 +66,9 @@ msgstr "Більшість книг та Інтернет-джерел стве #: ../../dispatcher/middlewares.rst:23 msgid "" -"Middleware is reusable software that leverages patterns and frameworks to " -"bridge the gap between the functional requirements of applications and the " -"underlying operating systems, network protocol stacks, and databases." +"Middleware is reusable software that leverages patterns and frameworks to" +" bridge the gap between the functional requirements of applications and " +"the underlying operating systems, network protocol stacks, and databases." msgstr "" "Проміжна програма — це програма, багаторазового використання, що " "використовує шаблони та фреймворки для ліквідування розриву між " @@ -75,11 +77,11 @@ msgstr "" #: ../../dispatcher/middlewares.rst:27 msgid "" -"Middleware can modify, extend or reject processing event in many places of " -"pipeline." +"Middleware can modify, extend or reject processing event in many places " +"of pipeline." msgstr "" -"Проміжна програма може змінювати, розширювати або відхиляти подію обробки у " -"багатьох точках процесу обробки." +"Проміжна програма може змінювати, розширювати або відхиляти подію обробки" +" у багатьох точках процесу обробки." #: ../../dispatcher/middlewares.rst:30 msgid "Basics" @@ -87,27 +89,27 @@ msgstr "Основи" #: ../../dispatcher/middlewares.rst:32 msgid "" -"Middleware instance can be applied for every type of Telegram Event (Update, " -"Message, etc.) in two places" +"Middleware instance can be applied for every type of Telegram Event " +"(Update, Message, etc.) in two places" msgstr "" "Екземпляр проміжної програми можна застосувати для кожного типу події " "Telegram (оновлення, повідомлення тощо) у двох місцях" #: ../../dispatcher/middlewares.rst:34 msgid "" -"Outer scope - before processing filters (:code:`.." -"outer_middleware(...)`)" +"Outer scope - before processing filters " +"(:code:`..outer_middleware(...)`)" msgstr "" -"Зовнішня область - перед обробкою фільтрами (:code:`.." -"outer_middleware(...)`)" +"Зовнішня область - перед обробкою фільтрами " +"(:code:`..outer_middleware(...)`)" #: ../../dispatcher/middlewares.rst:35 msgid "" -"Inner scope - after processing filters but before handler (:code:`." -".middleware(...)`)" -msgstr "" -"Внутрішня область – після обробки фільтрами, але перед обробником (handler) " +"Inner scope - after processing filters but before handler " "(:code:`..middleware(...)`)" +msgstr "" +"Внутрішня область – після обробки фільтрами, але перед обробником " +"(handler) (:code:`..middleware(...)`)" #: ../../dispatcher/middlewares.rst:-1 msgid "Middleware basics" @@ -115,8 +117,8 @@ msgstr "Основи проміжних програм" #: ../../dispatcher/middlewares.rst:42 msgid "" -"Middleware should be subclass of :code:`BaseMiddleware` (:code:`from aiogram " -"import BaseMiddleware`) or any async callable" +"Middleware should be subclass of :code:`BaseMiddleware` (:code:`from " +"aiogram import BaseMiddleware`) or any async callable" msgstr "" "Проміжна програма має бути підкласом :code:`BaseMiddleware` (:code:`from " "aiogram import BaseMiddleware`) або будь-якою асинхронною функцією" @@ -125,42 +127,6 @@ msgstr "" msgid "Arguments specification" msgstr "Специфікація аргументів" -#: aiogram.dispatcher.middlewares.base.BaseMiddleware:1 of -msgid "Bases: :py:class:`~abc.ABC`" -msgstr "Основа: :py:class:`~abc.ABC`" - -#: aiogram.dispatcher.middlewares.base.BaseMiddleware:1 of -msgid "Generic middleware class" -msgstr "Узагальнений клас проміжних програм" - -#: aiogram.dispatcher.middlewares.base.BaseMiddleware.__call__:1 of -msgid "Execute middleware" -msgstr "Виконання проміжної програми" - -#: aiogram.dispatcher.middlewares.base.BaseMiddleware.__call__ of -msgid "Parameters" -msgstr "Параметри" - -#: aiogram.dispatcher.middlewares.base.BaseMiddleware.__call__:3 of -msgid "Wrapped handler in middlewares chain" -msgstr "Обробник (handler), обгорнутий у ланцюжок проміжних програм" - -#: aiogram.dispatcher.middlewares.base.BaseMiddleware.__call__:4 of -msgid "Incoming event (Subclass of :class:`aiogram.types.base.TelegramObject`)" -msgstr "Вхідна подія (підклас :class:`aiogram.types.base.TelegramObject`)" - -#: aiogram.dispatcher.middlewares.base.BaseMiddleware.__call__:5 of -msgid "Contextual data. Will be mapped to handler arguments" -msgstr "Контекстні дані. Будуть зіставлені з аргументами обробника" - -#: aiogram.dispatcher.middlewares.base.BaseMiddleware.__call__ of -msgid "Returns" -msgstr "Повертає" - -#: aiogram.dispatcher.middlewares.base.BaseMiddleware.__call__:6 of -msgid ":class:`Any`" -msgstr ":class:`Any`" - #: ../../dispatcher/middlewares.rst:56 msgid "Examples" msgstr "Приклади" @@ -204,10 +170,40 @@ msgstr "" #: ../../dispatcher/middlewares.rst:113 msgid "" -"Inner middlewares is always calls for :class:`aiogram.types.update.Update` " -"event type in due to all incoming updates going to specific event type " -"handler through built in update handler" +"Inner middlewares is always calls for " +":class:`aiogram.types.update.Update` event type in due to all incoming " +"updates going to specific event type handler through built in update " +"handler" msgstr "" -"Внутрішні проміжні програми викликають тип події :class:`aiogram.types." -"update.Update` , через те, що всі вхідні оновлення надходять до обробника " -"(handler) певного типу подій через вбудований обробник (handler) оновлень" +"Внутрішні проміжні програми викликають тип події " +":class:`aiogram.types.update.Update` , через те, що всі вхідні оновлення " +"надходять до обробника (handler) певного типу подій через вбудований " +"обробник (handler) оновлень" + +#~ msgid "Bases: :py:class:`~abc.ABC`" +#~ msgstr "Основа: :py:class:`~abc.ABC`" + +#~ msgid "Generic middleware class" +#~ msgstr "Узагальнений клас проміжних програм" + +#~ msgid "Execute middleware" +#~ msgstr "Виконання проміжної програми" + +#~ msgid "Parameters" +#~ msgstr "Параметри" + +#~ msgid "Wrapped handler in middlewares chain" +#~ msgstr "Обробник (handler), обгорнутий у ланцюжок проміжних програм" + +#~ msgid "Incoming event (Subclass of :class:`aiogram.types.base.TelegramObject`)" +#~ msgstr "Вхідна подія (підклас :class:`aiogram.types.base.TelegramObject`)" + +#~ msgid "Contextual data. Will be mapped to handler arguments" +#~ msgstr "Контекстні дані. Будуть зіставлені з аргументами обробника" + +#~ msgid "Returns" +#~ msgstr "Повертає" + +#~ msgid ":class:`Any`" +#~ msgstr ":class:`Any`" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/observer.po b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/observer.po index 20cad437..fd2d52b7 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/observer.po +++ b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/observer.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-19 22:52+0300\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: 2022-10-19 22:50+0300\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" +"Generated-By: Babel 2.9.1\n" #: ../../dispatcher/observer.rst:3 msgid "Observer" @@ -46,64 +46,67 @@ msgstr "`TelegramEventObserver <#telegrameventobserver>`__" msgid "EventObserver" msgstr "EventObserver" -#: aiogram.dispatcher.event.event.EventObserver:1 of -msgid "Simple events observer" -msgstr "Простий обсервер(спостерігач) подій" - -#: aiogram.dispatcher.event.event.EventObserver:3 of -msgid "" -"Is used for managing events is not related with Telegram (For example " -"startup/shutdown processes)" -msgstr "" -"Використовується для керування подіями, не пов’язаними з Telegram " -"(наприклад, запуску/вимкнення процесів)" - -#: aiogram.dispatcher.event.event.EventObserver:5 of -msgid "Handlers can be registered via decorator or method" -msgstr "Обробники(Handler) можна зареєструвати за допомогою декоратора або методу" - -#: aiogram.dispatcher.event.event.EventObserver.register:1 of -msgid "Register callback with filters" -msgstr "Реєстрація обробника(callback) з фільтрами" - -#: aiogram.dispatcher.event.event.EventObserver.trigger:1 of -msgid "" -"Propagate event to handlers. Handler will be called when all its filters " -"is pass." -msgstr "" -"Передача події обробникам подій(handler). Обробник буде викликано, коли " -"всі його фільтри пройдено." - -#: aiogram.dispatcher.event.event.EventObserver.__call__:1 -#: aiogram.dispatcher.event.telegram.TelegramEventObserver.__call__:1 of -msgid "Decorator for registering event handlers" -msgstr "Декоратор для реєстрації обробника подій(handler)" - #: ../../dispatcher/observer.rst:22 msgid "TelegramEventObserver" msgstr "TelegramEventObserver" -#: aiogram.dispatcher.event.telegram.TelegramEventObserver:1 of -msgid "Event observer for Telegram events" -msgstr "Обсервер подій для подій Telegram" +#~ msgid "Simple events observer" +#~ msgstr "Простий обсервер(спостерігач) подій" -#: aiogram.dispatcher.event.telegram.TelegramEventObserver:3 of -msgid "" -"Here you can register handler with filter. This observer will stop event " -"propagation when first handler is pass." -msgstr "" -"Тут Ви можете зареєструвати обробник(handler) із фільтрами. Цей обсервер " -"зупинить розповсюдження події, коли справцює перший обробник(handler)." +#~ msgid "" +#~ "Is used for managing events is not" +#~ " related with Telegram (For example " +#~ "startup/shutdown processes)" +#~ msgstr "" +#~ "Використовується для керування подіями, не " +#~ "пов’язаними з Telegram (наприклад, " +#~ "запуску/вимкнення процесів)" -#: aiogram.dispatcher.event.telegram.TelegramEventObserver.register:1 of -msgid "Register event handler" -msgstr "Реєстрація обробника подій(handler)" +#~ msgid "Handlers can be registered via decorator or method" +#~ msgstr "" +#~ "Обробники(Handler) можна зареєструвати за " +#~ "допомогою декоратора або методу" -#: aiogram.dispatcher.event.telegram.TelegramEventObserver.trigger:1 of -msgid "" -"Propagate event to handlers and stops propagation on first match. Handler" -" will be called when all its filters is pass." -msgstr "" -"Передача події обробнику подій(handler) та зупинка при першому ж збігу. " -"Обробник(handler) буде викликало, коли всі його фільтри пройдено." +#~ msgid "Register callback with filters" +#~ msgstr "Реєстрація обробника(callback) з фільтрами" + +#~ msgid "" +#~ "Propagate event to handlers. Handler " +#~ "will be called when all its " +#~ "filters is pass." +#~ msgstr "" +#~ "Передача події обробникам подій(handler). " +#~ "Обробник буде викликано, коли всі його" +#~ " фільтри пройдено." + +#~ msgid "Decorator for registering event handlers" +#~ msgstr "Декоратор для реєстрації обробника подій(handler)" + +#~ msgid "Event observer for Telegram events" +#~ msgstr "Обсервер подій для подій Telegram" + +#~ msgid "" +#~ "Here you can register handler with " +#~ "filter. This observer will stop event" +#~ " propagation when first handler is " +#~ "pass." +#~ msgstr "" +#~ "Тут Ви можете зареєструвати обробник(handler)" +#~ " із фільтрами. Цей обсервер зупинить " +#~ "розповсюдження події, коли справцює перший " +#~ "обробник(handler)." + +#~ msgid "Register event handler" +#~ msgstr "Реєстрація обробника подій(handler)" + +#~ msgid "" +#~ "Propagate event to handlers and stops" +#~ " propagation on first match. Handler " +#~ "will be called when all its " +#~ "filters is pass." +#~ msgstr "" +#~ "Передача події обробнику подій(handler) та " +#~ "зупинка при першому ж збігу. " +#~ "Обробник(handler) буде викликало, коли всі " +#~ "його фільтри пройдено." diff --git a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/router.po b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/router.po index dfd25059..dc6f0939 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/dispatcher/router.po +++ b/docs/locale/uk_UA/LC_MESSAGES/dispatcher/router.po @@ -5,71 +5,21 @@ # 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-02-26 20:35+0500\n" "PO-Revision-Date: 2022-12-10 20:41+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.9.1\n" #: ../../dispatcher/router.rst:3 msgid "Router" msgstr "Маршрутизатор" -#: aiogram.dispatcher.router.Router:1 of -msgid "Bases: :py:class:`object`" -msgstr "Базується на :py:class:`object`" - -#: aiogram.dispatcher.router.Router:1 of -msgid "" -"Router can route update, and it nested update types like messages, " -"callback query, polls and all other event types." -msgstr "" -"Маршрутизатор може маршрутизувати події, а також вкладені типи оновлень, " -"такі як повідомлення, запит зворотного виклику, опитування та всі інші " -"типи подій." - -#: aiogram.dispatcher.router.Router:4 of -msgid "Event handlers can be registered in observer by two ways:" -msgstr "" -"Обробники подій можуть бути зареєстровані в обсервері двома шляхами:" - -#: aiogram.dispatcher.router.Router:6 of -msgid "" -"By observer method - :obj:`router..register(handler, " -")`" -msgstr "" -"За допомогою методу обсервера - :obj:`router.." -"register(handler, )`" - -#: aiogram.dispatcher.router.Router:7 of -msgid "By decorator - :obj:`@router.()`" -msgstr "" -"За допомогою декоратора - :obj:`@router.()`" - -#: aiogram.dispatcher.router.Router.__init__ -#: aiogram.dispatcher.router.Router.include_router of -msgid "Parameters" -msgstr "Параметри" - -#: aiogram.dispatcher.router.Router.__init__:1 of -msgid "Optional router name, can be useful for debugging" -msgstr "" -"Додаткова назва маршрутизатора, може бути корисною для відлагодження" - -#: aiogram.dispatcher.router.Router.include_router:1 of -msgid "Attach another router." -msgstr "Підключення маршрутизатора." - -#: aiogram.dispatcher.router.Router.include_router of -msgid "Returns" -msgstr "Повертає" - #: ../../dispatcher/router.rst:11 msgid "Event observers" msgstr "Обсервери подій" @@ -78,13 +28,13 @@ msgstr "Обсервери подій" msgid "" "All handlers always should be asynchronous. The name of the handler " "function is not important. The event argument name is also not important " -"but it is recommended to not overlap the name with contextual data in " -"due to function can not accept two arguments with the same name." +"but it is recommended to not overlap the name with contextual data in due" +" to function can not accept two arguments with the same name." msgstr "" -"Усі обробники завжди мають бути асинхронними. Ім'я функції обробки не " -"має значення. Назва аргументу події також не важлива, але рекомендується " -"не накладати назву на контекстні дані, оскільки функція не може прийняти " -"два аргументи з однаковою назвою." +"Усі обробники завжди мають бути асинхронними. Ім'я функції обробки не має" +" значення. Назва аргументу події також не важлива, але рекомендується не " +"накладати назву на контекстні дані, оскільки функція не може прийняти два" +" аргументи з однаковою назвою." #: ../../dispatcher/router.rst:18 msgid "" @@ -96,9 +46,9 @@ msgstr "" #: ../../dispatcher/router.rst:20 msgid "" -"In these examples only decorator-style registering handlers are used, " -"but if you don't like @decorators just use :obj:`." -"register(...)` method instead." +"In these examples only decorator-style registering handlers are used, but" +" if you don't like @decorators just use :obj:`.register(...)`" +" method instead." msgstr "" "У цих прикладах використовуються лише обробники реєстрації у стилі " "декоратора, але якщо вам не подобаються @decorators, просто " @@ -113,8 +63,8 @@ msgid "" "By default Router already has an update handler which route all event " "types to another observers." msgstr "" -"За замовчуванням маршрутизатор уже має обробник подій, який направляє " -"всі типи подій іншим обсерверам." +"За замовчуванням маршрутизатор уже має обробник подій, який направляє всі" +" типи подій іншим обсерверам." #: ../../dispatcher/router.rst:36 msgid "Message" @@ -129,26 +79,25 @@ msgid "" "You should expect that this event can be with different sets of " "attributes in different cases" msgstr "" -"Вам слід очікувати, що ця подія може мати різні набори атрибутів у " -"різних випадках" +"Вам слід очікувати, що ця подія може мати різні набори атрибутів у різних" +" випадках" #: ../../dispatcher/router.rst:45 msgid "" "(For example text, sticker and document are always of different content " "types of message)" -msgstr "" -"(Наприклад, текст, стікер та документ завжди мають різні типи вмісту)" +msgstr "(Наприклад, текст, стікер та документ завжди мають різні типи вмісту)" #: ../../dispatcher/router.rst:47 msgid "" -"Recommended way to check field availability before usage, for example " -"via :ref:`magic filter `: :code:`F.text` to handle text, :" -"code:`F.sticker` to handle stickers only and etc." +"Recommended way to check field availability before usage, for example via" +" :ref:`magic filter `: :code:`F.text` to handle text, " +":code:`F.sticker` to handle stickers only and etc." msgstr "" "Рекомендований спосіб перевірити наявність полів перед використанням, " -"наприклад за допомогою :ref:`magic filter `: :code:`F." -"text` для обробки тексту, :code:`F.sticker` для обробки лише стікерів і " -"тощо." +"наприклад за допомогою :ref:`magic filter `: " +":code:`F.text` для обробки тексту, :code:`F.sticker` для обробки лише " +"стікерів і тощо." #: ../../dispatcher/router.rst:58 msgid "Edited message" @@ -213,8 +162,8 @@ msgstr "" #: ../../dispatcher/router.rst:155 msgid "" "1. Router **CAN NOT** include itself 1. Routers **CAN NOT** be used for " -"circular including (router 1 include router 2, router 2 include router " -"3, router 3 include router 1)" +"circular including (router 1 include router 2, router 2 include router 3," +" router 3 include router 1)" msgstr "" "1. Маршрутизатор **НЕ МОЖЕ** включити себе \n" "2. Маршрутизатори **НЕ МОЖНА** використовувати для циклічного включення " @@ -248,3 +197,45 @@ msgstr "Приклад вкладених маршрутизаторів" #: ../../dispatcher/router.rst:190 msgid "In this case update propagation flow will have form:" msgstr "У цьому випадку потік розповсюдження оновлення матиме вигляд:" + +#~ msgid "Bases: :py:class:`object`" +#~ msgstr "Базується на :py:class:`object`" + +#~ msgid "" +#~ "Router can route update, and it " +#~ "nested update types like messages, " +#~ "callback query, polls and all other " +#~ "event types." +#~ msgstr "" +#~ "Маршрутизатор може маршрутизувати події, а " +#~ "також вкладені типи оновлень, такі як" +#~ " повідомлення, запит зворотного виклику, " +#~ "опитування та всі інші типи подій." + +#~ msgid "Event handlers can be registered in observer by two ways:" +#~ msgstr "Обробники подій можуть бути зареєстровані в обсервері двома шляхами:" + +#~ msgid "" +#~ "By observer method - " +#~ ":obj:`router..register(handler, )`" +#~ msgstr "" +#~ "За допомогою методу обсервера - " +#~ ":obj:`router..register(handler, )`" + +#~ msgid "By decorator - :obj:`@router.()`" +#~ msgstr "За допомогою декоратора - :obj:`@router.()`" + +#~ msgid "Parameters" +#~ msgstr "Параметри" + +#~ msgid "Optional router name, can be useful for debugging" +#~ msgstr "Додаткова назва маршрутизатора, може бути корисною для відлагодження" + +#~ msgid "Attach another router." +#~ msgstr "Підключення маршрутизатора." + +#~ msgid "Returns" +#~ msgstr "Повертає" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/index.po b/docs/locale/uk_UA/LC_MESSAGES/index.po index 7add5fd0..c73edf27 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/index.po +++ b/docs/locale/uk_UA/LC_MESSAGES/index.po @@ -3,25 +3,26 @@ # This file is distributed under the same license as the aiogram package. # FIRST AUTHOR , 2022. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: aiogram \n" +"Project-Id-Version: aiogram\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-12 00:22+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" +"PO-Revision-Date: 2023-02-26 20:50+0500\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: uk_UA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.1\n" +"X-Generator: Poedit 3.2.2\n" #: ../../../README.rst:3 msgid "aiogram |beta badge|" msgstr "" -#: ../../../README.rst:98 +#: ../../../README.rst:95 msgid "Beta badge" msgstr "" @@ -33,6 +34,18 @@ msgstr "Ще в розробці!" msgid "MIT License" msgstr "" +#: ../../../README.rst:-1 +msgid "PyPi status" +msgstr "" + +#: ../../../README.rst:-1 +msgid "PyPi Package Version" +msgstr "" + +#: ../../../README.rst:-1 +msgid "Downloads" +msgstr "Завантаження" + #: ../../../README.rst:-1 msgid "Supported python versions" msgstr "Підтримувані версії Python" @@ -45,189 +58,172 @@ msgstr "" msgid "Tests" msgstr "Тести" -#: ../../../README.rst:-1 -msgid "PyPi Package Version" -msgstr "" - -#: ../../../README.rst:-1 -msgid "PyPi status" -msgstr "" - -#: ../../../README.rst:-1 -msgid "Downloads" -msgstr "Завантаження" - -#: ../../../README.rst:-1 -msgid "[Telegram] aiogram live" -msgstr "" - #: ../../../README.rst:-1 msgid "Codecov" msgstr "" -#: ../../../README.rst:44 +#: ../../../README.rst:40 msgid "" -"**aiogram** is a modern and fully asynchronous framework for `Telegram " -"Bot API `_ written in Python 3.8 " -"using `asyncio `_ and " -"`aiohttp `_." +"**aiogram** is a modern and fully asynchronous framework for `Telegram Bot API " +"`_ written in Python 3.8 using `asyncio " +"`_ and `aiohttp `_." msgstr "" -"**aiogram** це сучасний та повністю асинхронний фреймворк для розробки " -"чат-ботів `Telegram Bot API `_ на " -"Python 3.8 з використанням `asyncio " -"`_ та `aiohttp " -"`_." +"**aiogram** це сучасний та повністю асинхронний фреймворк для розробки чат-" +"ботів `Telegram Bot API `_ на Python 3.8 з " +"використанням `asyncio `_ та " +"`aiohttp `_." -#: ../../../README.rst:49 +#: ../../../README.rst:45 msgid "Make your bots faster and more powerful!" msgstr "Зробіть своїх ботів швидшими та потужнішими!" -#: ../../../README.rst:54 +#: ../../../README.rst:51 msgid "Documentation:" msgstr "Документація" -#: ../../../README.rst:52 +#: ../../../README.rst:48 msgid "🇺🇸 `English `_" msgstr "🇺🇸 `English `_" -#: ../../../README.rst:53 +#: ../../../README.rst:49 msgid "🇺🇦 `Ukrainian `_" msgstr "🇺🇦 `Українською `_" -#: ../../../README.rst:58 +#: ../../../README.rst:50 +msgid "🇷🇺 `Russian `_" +msgstr "🇷🇺 `Русский `_" + +#: ../../../README.rst:55 msgid "**Breaking News:**" msgstr "**Важливі новини**" -#: ../../../README.rst:60 +#: ../../../README.rst:57 msgid "*aiogram* 3.0 has breaking changes." msgstr "*aiogram* 3.0 має зміни, що ламають зворотну сумісність." -#: ../../../README.rst:62 +#: ../../../README.rst:59 msgid "It breaks backward compatibility by introducing new breaking changes!" msgstr "Порушує зворотну сумісність, вводячи нові критичні зміни!" -#: ../../../README.rst:65 +#: ../../../README.rst:62 msgid "Features" msgstr "Особливості" -#: ../../../README.rst:67 +#: ../../../README.rst:64 msgid "" -"Asynchronous (`asyncio docs " -"`_, :pep:`492`)" +"Asynchronous (`asyncio docs `_, :pep:`492`)" msgstr "" -"Асинхронність (`asyncio docs " -"`_, :pep:`492`)" +"Асинхронність (`asyncio docs `_, :pep:`492`)" -#: ../../../README.rst:68 +#: ../../../README.rst:65 msgid "" -"Has type hints (:pep:`484`) and can be used with `mypy `_" +msgstr "" +"Має анотації типів (:pep:`484`) та може використовуватись з `mypy `_" -msgstr "" -"Має анотації типів (:pep:`484`) та може використовуватись з `mypy `_" -#: ../../../README.rst:69 +#: ../../../README.rst:66 msgid "Supports `PyPy `_" msgstr "Працює з `PyPy `_" -#: ../../../README.rst:70 +#: ../../../README.rst:67 #, fuzzy msgid "" -"Supports `Telegram Bot API 6.5 `_ and" -" gets fast updates to the latest versions of the Bot API" +"Supports `Telegram Bot API 6.5 `_ and gets " +"fast updates to the latest versions of the Bot API" msgstr "" -"Підтримує `Telegram Bot API 6.3 `_ та" -" швидко отримує оновлення до нових версії АПІ" +"Підтримує `Telegram Bot API 6.3 `_ та " +"швидко отримує оновлення до нових версії АПІ" -#: ../../../README.rst:71 +#: ../../../README.rst:68 msgid "" -"Telegram Bot API integration code was `autogenerated " -"`_ and can be easily re-generated " -"when API gets updated" +"Telegram Bot API integration code was `autogenerated `_ and can be easily re-generated when API gets updated" msgstr "" -"Код інтеграції з Bot API є `автогенерованим `_ що надає змогу дуже легко оновлювати фреймворк до останніх" -" версій АПІ" +"Код інтеграції з Bot API є `автогенерованим `_ що надає змогу дуже легко оновлювати фреймворк до останніх версій " +"АПІ" -#: ../../../README.rst:72 +#: ../../../README.rst:69 msgid "Updates router (Blueprints)" msgstr "Має роутери подій (Blueprints)" -#: ../../../README.rst:73 +#: ../../../README.rst:70 msgid "Has Finite State Machine" msgstr "Має вбудований кінцевий автомат" -#: ../../../README.rst:74 +#: ../../../README.rst:71 msgid "" -"Uses powerful `magic filters " -"`" +"Uses powerful `magic filters `" msgstr "" -#: ../../../README.rst:75 +#: ../../../README.rst:72 msgid "Middlewares (incoming updates and API calls)" msgstr "" -"Підтримує мідлвари (для вхідних подій від АПІ та для вихідних запитів до " -"АПІ)" +"Підтримує мідлвари (для вхідних подій від АПІ та для вихідних запитів до АПІ)" -#: ../../../README.rst:76 +#: ../../../README.rst:73 msgid "" -"Provides `Replies into Webhook `_" +"Provides `Replies into Webhook `_" msgstr "" -"Підтримує можливість `відповіді у вебхук " -"`_" +"Підтримує можливість `відповіді у вебхук `_" -#: ../../../README.rst:77 +#: ../../../README.rst:74 msgid "Integrated I18n/L10n support with GNU Gettext (or Fluent)" msgstr "" -"Має вбудовану інтеграцію для використання інтернаціоналізації та " -"локалізації GNU Gettext (або Fluent)" +"Має вбудовану інтеграцію для використання інтернаціоналізації та локалізації " +"GNU Gettext (або Fluent)" -#: ../../../README.rst:82 +#: ../../../README.rst:79 msgid "" -"It is strongly advised that you have prior experience working with " -"`asyncio `_ before " -"beginning to use **aiogram**." +"It is strongly advised that you have prior experience working with `asyncio " +"`_ before beginning to use " +"**aiogram**." msgstr "" "Наполегливо рекомендується навчитись працювати з asyncio перед тим, як " -"починати використовувати цей фреймворк. `asyncio " -"`_" +"починати використовувати цей фреймворк. `asyncio `_" -#: ../../../README.rst:86 +#: ../../../README.rst:83 msgid "If you have any questions, you can visit our community chats on Telegram:" msgstr "Якщо є якість додаткові запитання, ласкаво просимо до онлайн-спільнот:" -#: ../../../README.rst:88 +#: ../../../README.rst:85 msgid "🇺🇸 `@aiogram `_" msgstr "" -#: ../../../README.rst:89 +#: ../../../README.rst:86 msgid "🇺🇦 `@aiogramua `_" msgstr "" -#: ../../../README.rst:90 +#: ../../../README.rst:87 msgid "🇺🇿 `@aiogram_uz `_" msgstr "" -#: ../../../README.rst:91 +#: ../../../README.rst:88 msgid "🇰🇿 `@aiogram_kz `_" msgstr "" -#: ../../../README.rst:92 +#: ../../../README.rst:89 msgid "🇷🇺 `@aiogram_ru `_" -msgstr "💩 `@aiogram_ru `_" +msgstr "" -#: ../../../README.rst:93 +#: ../../../README.rst:90 msgid "🇮🇷 `@aiogram_fa `_" msgstr "" -#: ../../../README.rst:94 +#: ../../../README.rst:91 msgid "🇮🇹 `@aiogram_it `_" msgstr "" -#: ../../../README.rst:95 +#: ../../../README.rst:92 msgid "🇧🇷 `@aiogram_br `_" msgstr "" @@ -238,4 +234,3 @@ msgstr "Приклад використання" #: ../../index.rst:9 msgid "Contents" msgstr "Зміст" - diff --git a/docs/locale/uk_UA/LC_MESSAGES/utils/callback_answer.po b/docs/locale/uk_UA/LC_MESSAGES/utils/callback_answer.po index 2adc4af9..9cfa9271 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/utils/callback_answer.po +++ b/docs/locale/uk_UA/LC_MESSAGES/utils/callback_answer.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aiogram \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-12 00:22+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -120,86 +120,65 @@ msgstr "" msgid "Description of objects" msgstr "" -#: aiogram.utils.callback_answer.CallbackAnswerMiddleware:1 of -msgid "Bases: :py:class:`~aiogram.dispatcher.middlewares.base.BaseMiddleware`" -msgstr "" +#~ msgid "Bases: :py:class:`~aiogram.dispatcher.middlewares.base.BaseMiddleware`" +#~ msgstr "" -#: aiogram.utils.callback_answer.CallbackAnswerMiddleware.__init__:1 of -msgid "" -"Inner middleware for callback query handlers, can be useful in bots with " -"a lot of callback handlers to automatically take answer to all requests" -msgstr "" +#~ msgid "" +#~ "Inner middleware for callback query " +#~ "handlers, can be useful in bots " +#~ "with a lot of callback handlers to" +#~ " automatically take answer to all " +#~ "requests" +#~ msgstr "" -#: aiogram.utils.callback_answer.CallbackAnswer.__init__ -#: aiogram.utils.callback_answer.CallbackAnswerMiddleware.__init__ of -msgid "Parameters" -msgstr "" +#~ msgid "Parameters" +#~ msgstr "" -#: aiogram.utils.callback_answer.CallbackAnswerMiddleware.__init__:4 of -msgid "send answer before execute handler" -msgstr "" +#~ msgid "send answer before execute handler" +#~ msgstr "" -#: aiogram.utils.callback_answer.CallbackAnswer.__init__:5 -#: aiogram.utils.callback_answer.CallbackAnswerMiddleware.__init__:5 of -msgid "answer with text" -msgstr "" +#~ msgid "answer with text" +#~ msgstr "" -#: aiogram.utils.callback_answer.CallbackAnswer.__init__:6 -#: aiogram.utils.callback_answer.CallbackAnswerMiddleware.__init__:6 of -msgid "show alert" -msgstr "" +#~ msgid "show alert" +#~ msgstr "" -#: aiogram.utils.callback_answer.CallbackAnswer.__init__:7 -#: aiogram.utils.callback_answer.CallbackAnswerMiddleware.__init__:7 of -msgid "game url" -msgstr "" +#~ msgid "game url" +#~ msgstr "" -#: aiogram.utils.callback_answer.CallbackAnswer.__init__:8 -#: aiogram.utils.callback_answer.CallbackAnswerMiddleware.__init__:8 of -msgid "cache answer for some time" -msgstr "" +#~ msgid "cache answer for some time" +#~ msgstr "" -#: aiogram.utils.callback_answer.CallbackAnswer:1 of -msgid "Bases: :py:class:`object`" -msgstr "" +#~ msgid "Bases: :py:class:`object`" +#~ msgstr "" -#: aiogram.utils.callback_answer.CallbackAnswer.__init__:1 of -msgid "Callback answer configuration" -msgstr "" +#~ msgid "Callback answer configuration" +#~ msgstr "" -#: aiogram.utils.callback_answer.CallbackAnswer.__init__:3 of -msgid "this request is already answered by middleware" -msgstr "" +#~ msgid "this request is already answered by middleware" +#~ msgstr "" -#: aiogram.utils.callback_answer.CallbackAnswer.__init__:4 of -msgid "answer will not be performed" -msgstr "" +#~ msgid "answer will not be performed" +#~ msgstr "" -#: aiogram.utils.callback_answer.CallbackAnswer.disable:1 of -msgid "Deactivate answering for this handler" -msgstr "" +#~ msgid "Deactivate answering for this handler" +#~ msgstr "" -#: aiogram.utils.callback_answer.CallbackAnswer.disabled:1 of -msgid "Indicates that automatic answer is disabled in this handler" -msgstr "" +#~ msgid "Indicates that automatic answer is disabled in this handler" +#~ msgstr "" -#: aiogram.utils.callback_answer.CallbackAnswer.answered:1 of -msgid "Indicates that request is already answered by middleware" -msgstr "" +#~ msgid "Indicates that request is already answered by middleware" +#~ msgstr "" -#: aiogram.utils.callback_answer.CallbackAnswer.text:1 of -msgid "Response text :return:" -msgstr "" +#~ msgid "Response text :return:" +#~ msgstr "" -#: aiogram.utils.callback_answer.CallbackAnswer.show_alert:1 of -msgid "Whether to display an alert" -msgstr "" +#~ msgid "Whether to display an alert" +#~ msgstr "" -#: aiogram.utils.callback_answer.CallbackAnswer.url:1 of -msgid "Game url" -msgstr "" +#~ msgid "Game url" +#~ msgstr "" -#: aiogram.utils.callback_answer.CallbackAnswer.cache_time:1 of -msgid "Response cache time" -msgstr "" +#~ msgid "Response cache time" +#~ msgstr "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/utils/chat_action.po b/docs/locale/uk_UA/LC_MESSAGES/utils/chat_action.po index 512202ee..85ddb0d1 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/utils/chat_action.po +++ b/docs/locale/uk_UA/LC_MESSAGES/utils/chat_action.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: 2022-10-13 21:22+0300\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.1.1\n" +"Generated-By: Babel 2.9.1\n" #: ../../utils/chat_action.rst:3 msgid "Chat action sender" @@ -25,98 +24,6 @@ msgstr "Відправник дій у чаті" msgid "Sender" msgstr "Відправник" -#: aiogram.utils.chat_action.ChatActionSender:1 of -msgid "" -"This utility helps to automatically send chat action until long actions is " -"done to take acknowledge bot users the bot is doing something and not " -"crashed." -msgstr "" -"Ця утиліта допомагає автоматично надсилати дії чату, допоки виконуються тривалі дії боттом," -"щоб повідомити користувачів бота про те що бот щось робить і не " -"завершив роботу аварійно." - -#: aiogram.utils.chat_action.ChatActionSender:4 of -msgid "Provides simply to use context manager." -msgstr "Надає простий для використання контекстний менеджер." - -#: aiogram.utils.chat_action.ChatActionSender:6 of -msgid "" -"Technically sender start background task with infinity loop which works " -"until action will be finished and sends the `chat action `_ every 5 seconds." -msgstr "" -"Технічно, відправник запускає фонову завдачу з нескінченним циклом, який " -"працює до завершення дії та надсилає `дію чату `_ кожні 5 секунд." - -#: aiogram.utils.chat_action.ChatActionSender.__init__ of -msgid "Parameters" -msgstr "Параметри" - -#: aiogram.utils.chat_action.ChatActionSender.__init__:1 of -msgid "target chat id" -msgstr "ідентифікатор цільового чату" - -#: aiogram.utils.chat_action.ChatActionSender.__init__:2 of -msgid "chat action type" -msgstr "тип дії" - -#: aiogram.utils.chat_action.ChatActionSender.__init__:3 of -msgid "interval between iterations" -msgstr "інтервал між ітераціями" - -#: aiogram.utils.chat_action.ChatActionSender.__init__:4 of -msgid "sleep before first iteration" -msgstr "затримка перед першою ітерацією" - -#: aiogram.utils.chat_action.ChatActionSender.__init__:5 of -msgid "instance of the bot, can be omitted from the context" -msgstr "екземпляр бота, необов'язковий параметр" - -#: aiogram.utils.chat_action.ChatActionSender.choose_sticker:1 of -msgid "Create instance of the sender with `choose_sticker` action" -msgstr "Створення екземпляру відправника з дією `choose_sticker` " - -#: aiogram.utils.chat_action.ChatActionSender.find_location:1 of -msgid "Create instance of the sender with `find_location` action" -msgstr "Створення екземпляру відправника з дією `find_location`" - -#: aiogram.utils.chat_action.ChatActionSender.record_video:1 of -msgid "Create instance of the sender with `record_video` action" -msgstr "Створення екземпляру відправника з дією `record_video`" - -#: aiogram.utils.chat_action.ChatActionSender.record_video_note:1 of -msgid "Create instance of the sender with `record_video_note` action" -msgstr "Створення екземпляру відправника з дією `record_video_note`" - -#: aiogram.utils.chat_action.ChatActionSender.record_voice:1 of -msgid "Create instance of the sender with `record_voice` action" -msgstr "Створення екземпляру відправника з дією `record_voice`" - -#: aiogram.utils.chat_action.ChatActionSender.typing:1 of -msgid "Create instance of the sender with `typing` action" -msgstr "Створення екземпляру відправника з дією `typing` " - -#: aiogram.utils.chat_action.ChatActionSender.upload_document:1 of -msgid "Create instance of the sender with `upload_document` action" -msgstr "Створення екземпляру відправника з дією `upload_document` " - -#: aiogram.utils.chat_action.ChatActionSender.upload_photo:1 of -msgid "Create instance of the sender with `upload_photo` action" -msgstr "Створення екземпляру відправника з дією `upload_photo`" - -#: aiogram.utils.chat_action.ChatActionSender.upload_video:1 of -msgid "Create instance of the sender with `upload_video` action" -msgstr "Створення екземпляру відправника з дією `upload_video" - -#: aiogram.utils.chat_action.ChatActionSender.upload_video_note:1 of -msgid "Create instance of the sender with `upload_video_note` action" -msgstr "Створення екземпляру відправника з дією `upload_video_note`" - -#: aiogram.utils.chat_action.ChatActionSender.upload_voice:1 of -msgid "Create instance of the sender with `upload_voice` action" -msgstr "Створення екземпляру відправника з дією `upload_voice`" - #: ../../utils/chat_action.rst:12 ../../utils/chat_action.rst:29 msgid "Usage" msgstr "Використання" @@ -125,20 +32,14 @@ msgstr "Використання" msgid "Middleware" msgstr "Проміжні програми" -#: aiogram.utils.chat_action.ChatActionMiddleware:1 of -msgid "Helps to automatically use chat action sender for all message handlers" -msgstr "" -"Допомагає автоматично використовувати відправника дій чату для всіх " -"обробників повідомлень" - #: ../../utils/chat_action.rst:31 msgid "Before usa should be registered for the `message` event" msgstr "Перед використанням слід зареєструвати для події `message`" #: ../../utils/chat_action.rst:37 msgid "" -"After this action all handlers which works longer than `initial_sleep` will " -"produce the '`typing`' chat action." +"After this action all handlers which works longer than `initial_sleep` " +"will produce the '`typing`' chat action." msgstr "" "Після цього всі обробники, що працюють довше за `initial_sleep`, " "виконуватимуть дію '`typing`' чату" @@ -156,3 +57,91 @@ msgstr "Зміна лише типу дії:" #: ../../utils/chat_action.rst:50 msgid "Change sender configuration:" msgstr "Зміна конфігурації відправника:" + +#~ msgid "" +#~ "This utility helps to automatically send" +#~ " chat action until long actions is" +#~ " done to take acknowledge bot users" +#~ " the bot is doing something and " +#~ "not crashed." +#~ msgstr "" +#~ "Ця утиліта допомагає автоматично надсилати " +#~ "дії чату, допоки виконуються тривалі дії" +#~ " боттом,щоб повідомити користувачів бота " +#~ "про те що бот щось робить і " +#~ "не завершив роботу аварійно." + +#~ msgid "Provides simply to use context manager." +#~ msgstr "Надає простий для використання контекстний менеджер." + +#~ msgid "" +#~ "Technically sender start background task " +#~ "with infinity loop which works until " +#~ "action will be finished and sends " +#~ "the `chat action " +#~ "`_ every " +#~ "5 seconds." +#~ msgstr "" +#~ "Технічно, відправник запускає фонову завдачу" +#~ " з нескінченним циклом, який працює " +#~ "до завершення дії та надсилає `дію " +#~ "чату `_ " +#~ "кожні 5 секунд." + +#~ msgid "Parameters" +#~ msgstr "Параметри" + +#~ msgid "target chat id" +#~ msgstr "ідентифікатор цільового чату" + +#~ msgid "chat action type" +#~ msgstr "тип дії" + +#~ msgid "interval between iterations" +#~ msgstr "інтервал між ітераціями" + +#~ msgid "sleep before first iteration" +#~ msgstr "затримка перед першою ітерацією" + +#~ msgid "instance of the bot, can be omitted from the context" +#~ msgstr "екземпляр бота, необов'язковий параметр" + +#~ msgid "Create instance of the sender with `choose_sticker` action" +#~ msgstr "Створення екземпляру відправника з дією `choose_sticker` " + +#~ msgid "Create instance of the sender with `find_location` action" +#~ msgstr "Створення екземпляру відправника з дією `find_location`" + +#~ msgid "Create instance of the sender with `record_video` action" +#~ msgstr "Створення екземпляру відправника з дією `record_video`" + +#~ msgid "Create instance of the sender with `record_video_note` action" +#~ msgstr "Створення екземпляру відправника з дією `record_video_note`" + +#~ msgid "Create instance of the sender with `record_voice` action" +#~ msgstr "Створення екземпляру відправника з дією `record_voice`" + +#~ msgid "Create instance of the sender with `typing` action" +#~ msgstr "Створення екземпляру відправника з дією `typing` " + +#~ msgid "Create instance of the sender with `upload_document` action" +#~ msgstr "Створення екземпляру відправника з дією `upload_document` " + +#~ msgid "Create instance of the sender with `upload_photo` action" +#~ msgstr "Створення екземпляру відправника з дією `upload_photo`" + +#~ msgid "Create instance of the sender with `upload_video` action" +#~ msgstr "Створення екземпляру відправника з дією `upload_video" + +#~ msgid "Create instance of the sender with `upload_video_note` action" +#~ msgstr "Створення екземпляру відправника з дією `upload_video_note`" + +#~ msgid "Create instance of the sender with `upload_voice` action" +#~ msgstr "Створення екземпляру відправника з дією `upload_voice`" + +#~ msgid "Helps to automatically use chat action sender for all message handlers" +#~ msgstr "" +#~ "Допомагає автоматично використовувати відправника" +#~ " дій чату для всіх обробників " +#~ "повідомлень" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/utils/i18n.po b/docs/locale/uk_UA/LC_MESSAGES/utils/i18n.po index ae09d73c..f3c3569f 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/utils/i18n.po +++ b/docs/locale/uk_UA/LC_MESSAGES/utils/i18n.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-14 19:29+0300\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: 2022-10-13 20:56+0300\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" +"Generated-By: Babel 2.9.1\n" #: ../../utils/i18n.rst:3 msgid "Translation" @@ -150,80 +150,14 @@ msgstr "Вбудовані проміжні програми:" msgid "SimpleI18nMiddleware" msgstr "SimpleI18nMiddleware" -#: aiogram.utils.i18n.middleware.SimpleI18nMiddleware:1 of -msgid "Simple I18n middleware." -msgstr "Проста I18n проміжна програма." - -#: aiogram.utils.i18n.middleware.SimpleI18nMiddleware:3 of -msgid "Chooses language code from the User object received in event" -msgstr "Вибирає код мови з об’єкта User, отриманого в події." - -#: aiogram.utils.i18n.middleware.ConstI18nMiddleware.__init__:1 -#: aiogram.utils.i18n.middleware.FSMI18nMiddleware.__init__:1 -#: aiogram.utils.i18n.middleware.I18nMiddleware.__init__:1 -#: aiogram.utils.i18n.middleware.SimpleI18nMiddleware.__init__:1 of -msgid "Create an instance of middleware" -msgstr "Створення екземпляру проміжної програми." - -#: aiogram.utils.i18n.middleware.ConstI18nMiddleware.__init__ -#: aiogram.utils.i18n.middleware.FSMI18nMiddleware.__init__ -#: aiogram.utils.i18n.middleware.FSMI18nMiddleware.set_locale -#: aiogram.utils.i18n.middleware.I18nMiddleware.__init__ -#: aiogram.utils.i18n.middleware.I18nMiddleware.get_locale -#: aiogram.utils.i18n.middleware.I18nMiddleware.setup -#: aiogram.utils.i18n.middleware.SimpleI18nMiddleware.__init__ of -msgid "Parameters" -msgstr "Параметри" - -#: aiogram.utils.i18n.middleware.ConstI18nMiddleware.__init__:3 -#: aiogram.utils.i18n.middleware.FSMI18nMiddleware.__init__:3 -#: aiogram.utils.i18n.middleware.I18nMiddleware.__init__:3 -#: aiogram.utils.i18n.middleware.SimpleI18nMiddleware.__init__:3 of -msgid "instance of I18n" -msgstr "екземпляр I18n" - -#: aiogram.utils.i18n.middleware.ConstI18nMiddleware.__init__:4 -#: aiogram.utils.i18n.middleware.FSMI18nMiddleware.__init__:4 -#: aiogram.utils.i18n.middleware.I18nMiddleware.__init__:4 -#: aiogram.utils.i18n.middleware.SimpleI18nMiddleware.__init__:4 of -msgid "context key for I18n instance" -msgstr "ключ (назва ключа) екземпляру I18n в контексті" - -#: aiogram.utils.i18n.middleware.ConstI18nMiddleware.__init__:5 -#: aiogram.utils.i18n.middleware.FSMI18nMiddleware.__init__:5 -#: aiogram.utils.i18n.middleware.I18nMiddleware.__init__:5 -#: aiogram.utils.i18n.middleware.SimpleI18nMiddleware.__init__:5 of -msgid "context key for this middleware" -msgstr "контекстний ключ для цієї проміжної програми" - #: ../../utils/i18n.rst:104 msgid "ConstI18nMiddleware" msgstr "ConstI18nMiddleware" -#: aiogram.utils.i18n.middleware.ConstI18nMiddleware:1 of -msgid "Const middleware chooses statically defined locale" -msgstr "Проміжна програма Const вибирає статично визначену локаль." - #: ../../utils/i18n.rst:110 msgid "FSMI18nMiddleware" msgstr "FSMI18nMiddleware" -#: aiogram.utils.i18n.middleware.FSMI18nMiddleware:1 of -msgid "This middleware stores locale in the FSM storage" -msgstr "Ця проміжна програма зберігає локаль у сховищі FSM." - -#: aiogram.utils.i18n.middleware.FSMI18nMiddleware.set_locale:1 of -msgid "Write new locale to the storage" -msgstr "Запис нової локалі у сховище" - -#: aiogram.utils.i18n.middleware.FSMI18nMiddleware.set_locale:3 of -msgid "instance of FSMContext" -msgstr "екземпляр FSMContext" - -#: aiogram.utils.i18n.middleware.FSMI18nMiddleware.set_locale:4 of -msgid "new locale" -msgstr "нова локаль" - #: ../../utils/i18n.rst:117 msgid "I18nMiddleware" msgstr "I18nMiddleware" @@ -234,27 +168,6 @@ msgstr "" "або визначте вашу власну проміжну програму, основану на абстракції " "I18nMiddleware:" -#: aiogram.utils.i18n.middleware.I18nMiddleware:1 of -msgid "Abstract I18n middleware." -msgstr "Абстракція проміжної програми I18n" - -#: aiogram.utils.i18n.middleware.I18nMiddleware.get_locale:1 of -msgid "Detect current user locale based on event and context." -msgstr "Визначення поточної мови користувача на основі події та контексту." - -#: aiogram.utils.i18n.middleware.I18nMiddleware.get_locale:3 of -msgid "**This method must be defined in child classes**" -msgstr "**Цей метод повинен бути перевизначеним у дочірніх класах**" - -#: aiogram.utils.i18n.middleware.I18nMiddleware.get_locale -#: aiogram.utils.i18n.middleware.I18nMiddleware.setup of -msgid "Returns" -msgstr "Повертає" - -#: aiogram.utils.i18n.middleware.I18nMiddleware.setup:1 of -msgid "Register middleware for all events in the Router" -msgstr "Реєстрація проміжної програми для всіх подій у Роутері" - #: ../../utils/i18n.rst:126 msgid "Deal with Babel" msgstr "Працюємо з Babel" @@ -377,3 +290,55 @@ msgstr "" #: ../../utils/i18n.rst:190 msgid "Step 5.4: compile mo files: command from step 4" msgstr "Крок 5.4: компіляція .mo файлів : команда з кроку 4" + +#~ msgid "Simple I18n middleware." +#~ msgstr "Проста I18n проміжна програма." + +#~ msgid "Chooses language code from the User object received in event" +#~ msgstr "Вибирає код мови з об’єкта User, отриманого в події." + +#~ msgid "Create an instance of middleware" +#~ msgstr "Створення екземпляру проміжної програми." + +#~ msgid "Parameters" +#~ msgstr "Параметри" + +#~ msgid "instance of I18n" +#~ msgstr "екземпляр I18n" + +#~ msgid "context key for I18n instance" +#~ msgstr "ключ (назва ключа) екземпляру I18n в контексті" + +#~ msgid "context key for this middleware" +#~ msgstr "контекстний ключ для цієї проміжної програми" + +#~ msgid "Const middleware chooses statically defined locale" +#~ msgstr "Проміжна програма Const вибирає статично визначену локаль." + +#~ msgid "This middleware stores locale in the FSM storage" +#~ msgstr "Ця проміжна програма зберігає локаль у сховищі FSM." + +#~ msgid "Write new locale to the storage" +#~ msgstr "Запис нової локалі у сховище" + +#~ msgid "instance of FSMContext" +#~ msgstr "екземпляр FSMContext" + +#~ msgid "new locale" +#~ msgstr "нова локаль" + +#~ msgid "Abstract I18n middleware." +#~ msgstr "Абстракція проміжної програми I18n" + +#~ msgid "Detect current user locale based on event and context." +#~ msgstr "Визначення поточної мови користувача на основі події та контексту." + +#~ msgid "**This method must be defined in child classes**" +#~ msgstr "**Цей метод повинен бути перевизначеним у дочірніх класах**" + +#~ msgid "Returns" +#~ msgstr "Повертає" + +#~ msgid "Register middleware for all events in the Router" +#~ msgstr "Реєстрація проміжної програми для всіх подій у Роутері" + diff --git a/docs/locale/uk_UA/LC_MESSAGES/utils/keyboard.po b/docs/locale/uk_UA/LC_MESSAGES/utils/keyboard.po index a8baf774..0a4700ad 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/utils/keyboard.po +++ b/docs/locale/uk_UA/LC_MESSAGES/utils/keyboard.po @@ -7,14 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: aiogram\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-07 23:24+0200\n" +"POT-Creation-Date: 2023-02-26 20:35+0500\n" "PO-Revision-Date: 2022-10-13 21:54+0300\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" +"Generated-By: Babel 2.9.1\n" #: ../../utils/keyboard.rst:3 msgid "Keyboard builder" @@ -29,9 +29,10 @@ msgid "" "Note that if you have static markup, it's best to define it explicitly " "rather than using builder, but if you have dynamic markup configuration, " "feel free to use builder as you wish." -msgstr "Зауважте, що якщо у вас є статична розмітка, найкраще визначити її явно, " -"а не використовувати конструктор, але якщо у вас є конфігурація динамічної розмітки, " -"сміливо використовуйте конструктор на свій розсуд." +msgstr "" +"Зауважте, що якщо у вас є статична розмітка, найкраще визначити її явно, " +"а не використовувати конструктор, але якщо у вас є конфігурація " +"динамічної розмітки, сміливо використовуйте конструктор на свій розсуд." #: ../../utils/keyboard.rst:14 msgid "Usage example" @@ -41,96 +42,79 @@ msgstr "Приклад використання" 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 -#, fuzzy -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 "" -"За замовчуванням, коли сума переданих розмірів менша за кількість кнопок," -" для хвоста розмітки буде використано останній переданий розмір. Якщо " -"передано параметр repeat=True, усі розміри будуть повторюватися, поки є " -"доступні кнопки" - -#: 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:35 msgid "Inline Keyboard" msgstr "Клавіатура під повідомленням(Inline Keyboard)" -#: aiogram.utils.keyboard.InlineKeyboardBuilder:1 of -msgid "Inline keyboard builder inherits all methods from generic builder" -msgstr "" -"Конструктор клавіатури під повідомленням успадковує всі методи від " -"універсального конструктора" - -#: ../../utils/keyboard.rst:43 -msgid "Add new inline button to markup" -msgstr "Додавання нової кнопки до розмітки" - -#: ../../utils/keyboard.rst:48 -msgid "Construct an InlineKeyboardMarkup" -msgstr "Створення InlineKeyboardMarkup" - #: ../../utils/keyboard.rst:51 msgid "Reply Keyboard" msgstr "Клавіатура відповідей" -#: ../../utils/keyboard.rst:59 -msgid "Add new button to markup" -msgstr "Додавання нової кнопки до розмітки" +#~ msgid "Reply keyboard builder inherits all methods from generic builder" +#~ msgstr "" +#~ "Конструктор клавіатури відповідей успадковує " +#~ "всі методи від універсального конструктора" + +#~ msgid "Add one or many buttons to markup." +#~ msgstr "Додавання однієї або кількох кнопок до розмітки." + +#~ msgid "Parameters" +#~ msgstr "Параметри" + +#~ msgid "Returns" +#~ msgstr "Повертає" + +#~ msgid "Adjust previously added buttons to specific row sizes." +#~ msgstr "Налаштування раніше доданих кнопок до певних розмірів рядків." + +#~ 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 "" +#~ "За замовчуванням, коли сума переданих " +#~ "розмірів менша за кількість кнопок, для" +#~ " хвоста розмітки буде використано останній" +#~ " переданий розмір. Якщо передано параметр" +#~ " repeat=True, усі розміри будуть " +#~ "повторюватися, поки є доступні кнопки" + +#~ msgid "Get flatten set of all buttons" +#~ msgstr "Отримання плоского списку усіх кнопок" + +#~ msgid "Make full copy of current builder with markup" +#~ msgstr "Робить повну копію поточного конструктора з розміткою" + +#~ msgid "Export configured markup as list of lists of buttons" +#~ msgstr "Експортує налаштовану розмітку як список списків кнопок" + +#~ msgid "Add row to markup" +#~ msgstr "Додає рядок у розмітку" + +#~ msgid "When too much buttons is passed it will be separated to many rows" +#~ msgstr "" +#~ "Коли передано занадто багато кнопок, " +#~ "вони будуть розділені на багато рядків" + +#~ msgid "Inline keyboard builder inherits all methods from generic builder" +#~ msgstr "" +#~ "Конструктор клавіатури під повідомленням " +#~ "успадковує всі методи від універсального " +#~ "конструктора" + +#~ msgid "Add new inline button to markup" +#~ msgstr "Додавання нової кнопки до розмітки" + +#~ msgid "Construct an InlineKeyboardMarkup" +#~ msgstr "Створення InlineKeyboardMarkup" + +#~ msgid "Add new button to markup" +#~ msgstr "Додавання нової кнопки до розмітки" + +#~ msgid "Construct an ReplyKeyboardMarkup" +#~ msgstr "Створення ReplyKeyboardMarkup" -#: ../../utils/keyboard.rst:64 -msgid "Construct an ReplyKeyboardMarkup" -msgstr "Створення ReplyKeyboardMarkup" diff --git a/docs/locale/uk_UA/LC_MESSAGES/utils/web_app.po b/docs/locale/uk_UA/LC_MESSAGES/utils/web_app.po index acfe426f..aeb3b675 100644 --- a/docs/locale/uk_UA/LC_MESSAGES/utils/web_app.po +++ b/docs/locale/uk_UA/LC_MESSAGES/utils/web_app.po @@ -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-02-26 20:35+0500\n" "PO-Revision-Date: 2022-10-13 22:18+0300\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.1.1\n" +"Generated-By: Babel 2.9.1\n" #: ../../utils/web_app.rst:3 msgid "WebApp" @@ -23,29 +22,30 @@ msgstr "Веб Застосунок (WebApp)" #: ../../utils/web_app.rst:5 msgid "" -"Telegram Bot API 6.0 announces a revolution in the development of chatbots " -"using WebApp feature." +"Telegram Bot API 6.0 announces a revolution in the development of " +"chatbots using WebApp feature." msgstr "" "Telegram Bot API 6.0 зробив революцію у розробці чат-ботів, " "використовуючи особливості Веб Застосунків" #: ../../utils/web_app.rst:7 msgid "" -"You can read more details on it in the official `blog `_ and `documentation `_." +"You can read more details on it in the official `blog " +"`_ and " +"`documentation `_." msgstr "" -"Ви можете прочитати більше про це в офіційному `блозі `_ та `документації `_." +"Ви можете прочитати більше про це в офіційному `блозі " +"`_ та " +"`документації `_." #: ../../utils/web_app.rst:10 msgid "" "`aiogram` implements simple utils to remove headache with the data " "validation from Telegram WebApp on the backend side." msgstr "" -"`aiogram` реалізує прості утиліти для усунення головного болю, надаючи готові інструменти " -"перевірки даних із Веб Застосунку Telegram на серверній стороні." +"`aiogram` реалізує прості утиліти для усунення головного болю, надаючи " +"готові інструменти перевірки даних із Веб Застосунку Telegram на " +"серверній стороні." #: ../../utils/web_app.rst:13 msgid "Usage" @@ -58,8 +58,9 @@ msgid "" "return User info inside response as :code:`application/json`" msgstr "" "Наприклад, із фронтенду ви передасте :code:`application/x-www-form-" -"urlencoded` в POST запиті із полем :code:`_auth` у тілі та хочете повернути " -"інформацію про користувача у відповідь як :code:`application/json`" +"urlencoded` в POST запиті із полем :code:`_auth` у тілі та хочете " +"повернути інформацію про користувача у відповідь як " +":code:`application/json`" #: ../../utils/web_app.rst:35 msgid "Functions" @@ -78,174 +79,185 @@ msgstr "" "via-the-web-app" #: aiogram.utils.web_app.check_webapp_signature -#: aiogram.utils.web_app.parse_webapp_init_data #: aiogram.utils.web_app.safe_parse_webapp_init_data of msgid "Parameters" msgstr "Параметри" -#: aiogram.utils.web_app.check_webapp_signature:5 of -msgid "bot Token" -msgstr "Токен бота" - -#: aiogram.utils.web_app.check_webapp_signature:6 of -msgid "data from frontend to be validated" -msgstr "дані з фронтенду, що підлягають перевірці" - #: aiogram.utils.web_app.check_webapp_signature -#: aiogram.utils.web_app.parse_webapp_init_data #: aiogram.utils.web_app.safe_parse_webapp_init_data of msgid "Returns" msgstr "Повертає" -#: aiogram.utils.web_app.parse_webapp_init_data:1 of -msgid "Parse WebApp init data and return it as WebAppInitData object" -msgstr "" -"Аналіз данихі ініціалізації Веб Застосунку і повернення їх як об’єкту " -"WebAppInitData" - -#: aiogram.utils.web_app.parse_webapp_init_data:3 of -msgid "" -"This method doesn't make any security check, so you shall not trust to " -"this data, use :code:`safe_parse_webapp_init_data` instead." -msgstr "" -"Цей метод не забезпечує безпеку, тому вам не варто довіряти цим даним, " -"замість цього використовуйте :code:`safe_parse_webapp_init_data`." - -#: aiogram.utils.web_app.parse_webapp_init_data:6 of -msgid "data from frontend to be parsed" -msgstr "дані з frontend для аналізу" - #: aiogram.utils.web_app.safe_parse_webapp_init_data:1 of -msgid "Validate raw WebApp init data and return it as WebAppInitData object" +#, fuzzy +msgid "Validate WebApp init data and return it as dict" msgstr "" -"Перевірка необроблених даних ініціалізації Веб Застосунку і повернення їх " -"як об’єкту WebAppInitData" - -#: aiogram.utils.web_app.safe_parse_webapp_init_data:3 of -msgid "Raise :obj:`ValueError` when data is invalid" -msgstr "Кивидає :obj:`ValueError`, коли дані недійсні" - -#: aiogram.utils.web_app.safe_parse_webapp_init_data:5 of -msgid "bot token" -msgstr "токен бота" - -#: aiogram.utils.web_app.safe_parse_webapp_init_data:6 of -msgid "data from frontend to be parsed and validated" -msgstr "дані з фронтенду для аналізу і перевірки" +"Перевірка необроблених даних ініціалізації Веб Застосунку і повернення їх" +" як об’єкту WebAppInitData" #: ../../utils/web_app.rst:45 msgid "Types" msgstr "Типи" -#: aiogram.utils.web_app.WebAppInitData:1 of -msgid "" -"This object contains data that is transferred to the Web App when it is " -"opened. It is empty if the Web App was launched from a keyboard button." -msgstr "" -"Цей об’єкт містить дані, що передаються у Веб Застосунок під час його " -"відкриття. Він порожній, якщо Веб Застосунок було запущено за допомогою " -"кнопки клавіатури." +#~ msgid "bot Token" +#~ msgstr "Токен бота" -#: aiogram.utils.web_app.WebAppInitData:3 of -msgid "Source: https://core.telegram.org/bots/webapps#webappinitdata" -msgstr "Джерело: https://core.telegram.org/bots/webapps#webappinitdata" +#~ msgid "data from frontend to be validated" +#~ msgstr "дані з фронтенду, що підлягають перевірці" -#: ../../docstring aiogram.utils.web_app.WebAppInitData.query_id:1 of -msgid "" -"A unique identifier for the Web App session, required for sending messages " -"via the answerWebAppQuery method." -msgstr "" -"Унікальний ідентифікатор сеансу Веб Застосунку, необхідний для надсилання " -"повідомлень через метод answerWebAppQuery." +#~ msgid "Parse WebApp init data and return it as WebAppInitData object" +#~ msgstr "" +#~ "Аналіз данихі ініціалізації Веб Застосунку " +#~ "і повернення їх як об’єкту " +#~ "WebAppInitData" -#: ../../docstring aiogram.utils.web_app.WebAppInitData.user:1 of -msgid "An object containing data about the current user." -msgstr "Об'єкт, що містить дані про поточного користувача." +#~ msgid "" +#~ "This method doesn't make any security" +#~ " check, so you shall not trust " +#~ "to this data, use " +#~ ":code:`safe_parse_webapp_init_data` instead." +#~ msgstr "" +#~ "Цей метод не забезпечує безпеку, тому" +#~ " вам не варто довіряти цим даним, " +#~ "замість цього використовуйте " +#~ ":code:`safe_parse_webapp_init_data`." -#: ../../docstring aiogram.utils.web_app.WebAppInitData.receiver:1 of -msgid "" -"An object containing data about the chat partner of the current user in " -"the chat where the bot was launched via the attachment menu. Returned only " -"for Web Apps launched via the attachment menu." -msgstr "" -"Об’єкт, що містить дані про чат-партнера поточного користувача в чаті, де " -"бот був запущений через меню вкладень. Повертається лише для Веб " -"Застосунків, запущених через меню вкладень." +#~ msgid "data from frontend to be parsed" +#~ msgstr "дані з frontend для аналізу" -#: ../../docstring aiogram.utils.web_app.WebAppInitData.start_param:1 of -msgid "" -"The value of the startattach parameter, passed via link. Only returned for " -"Web Apps when launched from the attachment menu via link. The value of the " -"start_param parameter will also be passed in the GET-parameter " -"tgWebAppStartParam, so the Web App can load the correct interface right " -"away." -msgstr "" -"Значення параметра startattach, передане через посилання. Повертається " -"лише для Веб Застосунків, коли їх запускають із меню вкладень за " -"посиланням. Значення параметра start_param також буде передано в GET-" -"параметр tgWebAppStartParam, тому Веб Застосунок може відразу завантажити " -"правильний інтерфейс." +#~ msgid "Raise :obj:`ValueError` when data is invalid" +#~ msgstr "Кивидає :obj:`ValueError`, коли дані недійсні" -#: ../../docstring aiogram.utils.web_app.WebAppInitData.auth_date:1 of -msgid "Unix time when the form was opened." -msgstr "Unix час відкриття форми." +#~ msgid "bot token" +#~ msgstr "токен бота" -#: ../../docstring aiogram.utils.web_app.WebAppInitData.hash:1 of -msgid "" -"A hash of all passed parameters, which the bot server can use to check " -"their validity." -msgstr "" -"Хеш усіх переданих параметрів, за допомогою якого бот-сервер може " -"перевірити їх дійсність." +#~ msgid "data from frontend to be parsed and validated" +#~ msgstr "дані з фронтенду для аналізу і перевірки" -#: aiogram.utils.web_app.WebAppUser:1 of -msgid "This object contains the data of the Web App user." -msgstr "Цей об’єкт містить дані користувача Веб Застосунку." +#~ msgid "" +#~ "This object contains data that is " +#~ "transferred to the Web App when it" +#~ " is opened. It is empty if the" +#~ " Web App was launched from a " +#~ "keyboard button." +#~ msgstr "" +#~ "Цей об’єкт містить дані, що передаються" +#~ " у Веб Застосунок під час його " +#~ "відкриття. Він порожній, якщо Веб " +#~ "Застосунок було запущено за допомогою " +#~ "кнопки клавіатури." -#: aiogram.utils.web_app.WebAppUser:3 of -msgid "Source: https://core.telegram.org/bots/webapps#webappuser" -msgstr "Джерело: https://core.telegram.org/bots/webapps#webappuser" +#~ msgid "Source: https://core.telegram.org/bots/webapps#webappinitdata" +#~ msgstr "Джерело: https://core.telegram.org/bots/webapps#webappinitdata" -#: ../../docstring aiogram.utils.web_app.WebAppUser.id:1 of -msgid "" -"A unique identifier for the user or bot. This number may have more than 32 " -"significant bits and some programming languages may have difficulty/silent " -"defects in interpreting it. It has at most 52 significant bits, so a 64-" -"bit integer or a double-precision float type is safe for storing this " -"identifier." -msgstr "" -"Унікальний ідентифікатор користувача або бота. Це число може мати більше " -"32 значущих бітів, і деякі мови програмування можуть мати труднощі/" -"мовчазні дефекти в його інтерпретації. Він має щонайбільше 52 значущі " -"біти, тому 64-бітне ціле число або тип з плаваючою точністю подвійної " -"точності є безпечним для зберігання цього ідентифікатора." +#~ msgid "" +#~ "A unique identifier for the Web " +#~ "App session, required for sending " +#~ "messages via the answerWebAppQuery method." +#~ msgstr "" +#~ "Унікальний ідентифікатор сеансу Веб " +#~ "Застосунку, необхідний для надсилання " +#~ "повідомлень через метод answerWebAppQuery." -#: ../../docstring aiogram.utils.web_app.WebAppUser.is_bot:1 of -msgid "True, if this user is a bot. Returns in the receiver field only." -msgstr "Правда, якщо цей користувач бот. Повертаєтся лише в полі отримувача." +#~ msgid "An object containing data about the current user." +#~ msgstr "Об'єкт, що містить дані про поточного користувача." -#: ../../docstring aiogram.utils.web_app.WebAppUser.first_name:1 of -msgid "First name of the user or bot." -msgstr "Ім'я користувача або бота." +#~ msgid "" +#~ "An object containing data about the " +#~ "chat partner of the current user " +#~ "in the chat where the bot was " +#~ "launched via the attachment menu. " +#~ "Returned only for Web Apps launched " +#~ "via the attachment menu." +#~ msgstr "" +#~ "Об’єкт, що містить дані про чат-партнера" +#~ " поточного користувача в чаті, де бот" +#~ " був запущений через меню вкладень. " +#~ "Повертається лише для Веб Застосунків, " +#~ "запущених через меню вкладень." -#: ../../docstring aiogram.utils.web_app.WebAppUser.last_name:1 of -msgid "Last name of the user or bot." -msgstr "Прізвище користувача або бота." +#~ msgid "" +#~ "The value of the startattach parameter," +#~ " passed via link. Only returned for" +#~ " Web Apps when launched from the " +#~ "attachment menu via link. The value " +#~ "of the start_param parameter will also" +#~ " be passed in the GET-parameter " +#~ "tgWebAppStartParam, so the Web App can" +#~ " load the correct interface right " +#~ "away." +#~ msgstr "" +#~ "Значення параметра startattach, передане через" +#~ " посилання. Повертається лише для Веб " +#~ "Застосунків, коли їх запускають із меню" +#~ " вкладень за посиланням. Значення параметра" +#~ " start_param також буде передано в " +#~ "GET-параметр tgWebAppStartParam, тому Веб " +#~ "Застосунок може відразу завантажити правильний" +#~ " інтерфейс." -#: ../../docstring aiogram.utils.web_app.WebAppUser.username:1 of -msgid "Username of the user or bot." -msgstr "Нік користувача або бота." +#~ msgid "Unix time when the form was opened." +#~ msgstr "Unix час відкриття форми." -#: ../../docstring aiogram.utils.web_app.WebAppUser.language_code:1 of -msgid "IETF language tag of the user's language. Returns in user field only." -msgstr "" -"Мовний тег IETF мови користувача. Повертаєтся лише в полі користувача." +#~ msgid "" +#~ "A hash of all passed parameters, " +#~ "which the bot server can use to" +#~ " check their validity." +#~ msgstr "" +#~ "Хеш усіх переданих параметрів, за " +#~ "допомогою якого бот-сервер може перевірити " +#~ "їх дійсність." + +#~ msgid "This object contains the data of the Web App user." +#~ msgstr "Цей об’єкт містить дані користувача Веб Застосунку." + +#~ msgid "Source: https://core.telegram.org/bots/webapps#webappuser" +#~ msgstr "Джерело: https://core.telegram.org/bots/webapps#webappuser" + +#~ msgid "" +#~ "A unique identifier for the user " +#~ "or bot. This number may have more" +#~ " than 32 significant bits and some" +#~ " programming languages may have " +#~ "difficulty/silent defects in interpreting it." +#~ " It has at most 52 significant " +#~ "bits, so a 64-bit integer or a " +#~ "double-precision float type is safe " +#~ "for storing this identifier." +#~ msgstr "" +#~ "Унікальний ідентифікатор користувача або бота." +#~ " Це число може мати більше 32 " +#~ "значущих бітів, і деякі мови " +#~ "програмування можуть мати труднощі/мовчазні " +#~ "дефекти в його інтерпретації. Він має" +#~ " щонайбільше 52 значущі біти, тому " +#~ "64-бітне ціле число або тип з " +#~ "плаваючою точністю подвійної точності є " +#~ "безпечним для зберігання цього ідентифікатора." + +#~ msgid "True, if this user is a bot. Returns in the receiver field only." +#~ msgstr "Правда, якщо цей користувач бот. Повертаєтся лише в полі отримувача." + +#~ msgid "First name of the user or bot." +#~ msgstr "Ім'я користувача або бота." + +#~ msgid "Last name of the user or bot." +#~ msgstr "Прізвище користувача або бота." + +#~ msgid "Username of the user or bot." +#~ msgstr "Нік користувача або бота." + +#~ msgid "IETF language tag of the user's language. Returns in user field only." +#~ msgstr "Мовний тег IETF мови користувача. Повертаєтся лише в полі користувача." + +#~ msgid "" +#~ "URL of the user’s profile photo. " +#~ "The photo can be in .jpeg or " +#~ ".svg formats. Only returned for Web " +#~ "Apps launched from the attachment menu." +#~ msgstr "" +#~ "URL-адреса фотографії профілю користувача. " +#~ "Фотографія може бути у форматах .jpeg" +#~ " або .svg. Повертається лише для Веб" +#~ " Застосунків, запущених із меню вкладень." -#: ../../docstring aiogram.utils.web_app.WebAppUser.photo_url:1 of -msgid "" -"URL of the user’s profile photo. The photo can be in .jpeg or .svg " -"formats. Only returned for Web Apps launched from the attachment menu." -msgstr "" -"URL-адреса фотографії профілю користувача. Фотографія може бути у " -"форматах .jpeg або .svg. Повертається лише для Веб Застосунків, запущених " -"із меню вкладень."