Bump texts translation files

This commit is contained in:
Alex Root Junior 2023-07-30 18:32:37 +03:00
parent faadc80460
commit 54134c68fe
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
73 changed files with 9002 additions and 1593 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-02 15:10+0300\n"
"POT-Creation-Date: 2023-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -47,9 +47,7 @@ msgid ""
msgstr ""
#: aiogram.client.bot.Bot:1 of
msgid ""
"Bases: :py:class:`~aiogram.utils.mixins.ContextInstanceMixin`\\ "
"[:py:class:`Bot`]"
msgid "Bases: :py:class:`object`"
msgstr ""
#: aiogram.client.bot.Bot.__init__:1 of
@ -110,6 +108,10 @@ msgstr ""
msgid "Generate bot context"
msgstr ""
#: aiogram.client.bot.Bot.context:3 of
msgid "close session on exit"
msgstr ""
#: aiogram.client.bot.Bot.me:1 of
msgid "Cached alias for getMe method"
msgstr ""
@ -158,3 +160,8 @@ msgstr ""
#: aiogram.client.bot.Bot.download:6 of
msgid "file_id or Downloadable object"
msgstr ""
#~ msgid ""
#~ "Bases: :py:class:`~aiogram.utils.mixins.ContextInstanceMixin`\\"
#~ " [:py:class:`Bot`]"
#~ msgstr ""

View file

@ -0,0 +1,30 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/enums/encrypted_passport_element.rst:3
msgid "EncryptedPassportElement"
msgstr ""
#: aiogram.enums.encrypted_passport_element.EncryptedPassportElement:1 of
msgid "This object represents type of encrypted passport element."
msgstr ""
#: aiogram.enums.encrypted_passport_element.EncryptedPassportElement:3 of
msgid "Source: https://core.telegram.org/bots/api#encryptedpassportelement"
msgstr ""

View file

@ -0,0 +1,30 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/enums/passport_element_error_type.rst:3
msgid "PassportElementErrorType"
msgstr ""
#: aiogram.enums.passport_element_error_type.PassportElementErrorType:1 of
msgid "This object represents a passport element error type."
msgstr ""
#: aiogram.enums.passport_element_error_type.PassportElementErrorType:3 of
msgid "Source: https://core.telegram.org/bots/api#passportelementerror"
msgstr ""

View file

@ -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-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/methods/send_animation.rst:3
msgid "sendAnimation"
@ -72,7 +72,7 @@ msgstr ""
msgid "Animation height"
msgstr ""
#: ../../docstring aiogram.methods.send_animation.SendAnimation.thumb:1 of
#: ../../docstring aiogram.methods.send_animation.SendAnimation.thumbnail: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"
@ -146,50 +146,62 @@ msgid ""
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_animation.rst:14
#: ../../api/methods/send_animation.rst:15
msgid "Usage"
msgstr ""
#: ../../api/methods/send_animation.rst:17
#: ../../api/methods/send_animation.rst:18
msgid "As bot method"
msgstr ""
#: ../../api/methods/send_animation.rst:25
#: ../../api/methods/send_animation.rst:26
msgid "Method as object"
msgstr ""
#: ../../api/methods/send_animation.rst:27
#: ../../api/methods/send_animation.rst:28
msgid "Imports:"
msgstr ""
#: ../../api/methods/send_animation.rst:29
#: ../../api/methods/send_animation.rst:30
msgid ":code:`from aiogram.methods.send_animation import SendAnimation`"
msgstr ""
#: ../../api/methods/send_animation.rst:30
#: ../../api/methods/send_animation.rst:31
msgid "alias: :code:`from aiogram.methods import SendAnimation`"
msgstr ""
#: ../../api/methods/send_animation.rst:33
#: ../../api/methods/send_animation.rst:34
msgid "With specific bot"
msgstr ""
#: ../../api/methods/send_animation.rst:40
#: ../../api/methods/send_animation.rst:41
msgid "As reply into Webhook in handler"
msgstr ""
#: ../../api/methods/send_animation.rst:48
#: ../../api/methods/send_animation.rst:49
msgid "As shortcut from received object"
msgstr ""
#: ../../api/methods/send_animation.rst:50
#: ../../api/methods/send_animation.rst:51
msgid ":meth:`aiogram.types.message.Message.answer_animation`"
msgstr ""
#: ../../api/methods/send_animation.rst:51
#: ../../api/methods/send_animation.rst:52
msgid ":meth:`aiogram.types.message.Message.reply_animation`"
msgstr ""
#: ../../api/methods/send_animation.rst:53
msgid ":meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_animation`"
msgstr ""
#: ../../api/methods/send_animation.rst:54
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_animation`"
msgstr ""
#: ../../api/methods/send_animation.rst:55
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_animation_pm`"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "

View file

@ -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-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/methods/send_audio.rst:3
msgid "sendAudio"
@ -89,7 +89,7 @@ msgstr ""
msgid "Track name"
msgstr ""
#: ../../docstring aiogram.methods.send_audio.SendAudio.thumb:1 of
#: ../../docstring aiogram.methods.send_audio.SendAudio.thumbnail: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"
@ -133,50 +133,62 @@ msgid ""
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_audio.rst:14
#: ../../api/methods/send_audio.rst:15
msgid "Usage"
msgstr ""
#: ../../api/methods/send_audio.rst:17
#: ../../api/methods/send_audio.rst:18
msgid "As bot method"
msgstr ""
#: ../../api/methods/send_audio.rst:25
#: ../../api/methods/send_audio.rst:26
msgid "Method as object"
msgstr ""
#: ../../api/methods/send_audio.rst:27
#: ../../api/methods/send_audio.rst:28
msgid "Imports:"
msgstr ""
#: ../../api/methods/send_audio.rst:29
#: ../../api/methods/send_audio.rst:30
msgid ":code:`from aiogram.methods.send_audio import SendAudio`"
msgstr ""
#: ../../api/methods/send_audio.rst:30
#: ../../api/methods/send_audio.rst:31
msgid "alias: :code:`from aiogram.methods import SendAudio`"
msgstr ""
#: ../../api/methods/send_audio.rst:33
#: ../../api/methods/send_audio.rst:34
msgid "With specific bot"
msgstr ""
#: ../../api/methods/send_audio.rst:40
#: ../../api/methods/send_audio.rst:41
msgid "As reply into Webhook in handler"
msgstr ""
#: ../../api/methods/send_audio.rst:48
#: ../../api/methods/send_audio.rst:49
msgid "As shortcut from received object"
msgstr ""
#: ../../api/methods/send_audio.rst:50
#: ../../api/methods/send_audio.rst:51
msgid ":meth:`aiogram.types.message.Message.answer_audio`"
msgstr ""
#: ../../api/methods/send_audio.rst:51
#: ../../api/methods/send_audio.rst:52
msgid ":meth:`aiogram.types.message.Message.reply_audio`"
msgstr ""
#: ../../api/methods/send_audio.rst:53
msgid ":meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_audio`"
msgstr ""
#: ../../api/methods/send_audio.rst:54
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_audio`"
msgstr ""
#: ../../api/methods/send_audio.rst:55
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_audio_pm`"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "

View file

@ -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-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/methods/send_contact.rst:3
msgid "sendContact"
@ -99,50 +99,62 @@ msgid ""
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_contact.rst:14
#: ../../api/methods/send_contact.rst:15
msgid "Usage"
msgstr ""
#: ../../api/methods/send_contact.rst:17
#: ../../api/methods/send_contact.rst:18
msgid "As bot method"
msgstr ""
#: ../../api/methods/send_contact.rst:25
#: ../../api/methods/send_contact.rst:26
msgid "Method as object"
msgstr ""
#: ../../api/methods/send_contact.rst:27
#: ../../api/methods/send_contact.rst:28
msgid "Imports:"
msgstr ""
#: ../../api/methods/send_contact.rst:29
#: ../../api/methods/send_contact.rst:30
msgid ":code:`from aiogram.methods.send_contact import SendContact`"
msgstr ""
#: ../../api/methods/send_contact.rst:30
#: ../../api/methods/send_contact.rst:31
msgid "alias: :code:`from aiogram.methods import SendContact`"
msgstr ""
#: ../../api/methods/send_contact.rst:33
#: ../../api/methods/send_contact.rst:34
msgid "With specific bot"
msgstr ""
#: ../../api/methods/send_contact.rst:40
#: ../../api/methods/send_contact.rst:41
msgid "As reply into Webhook in handler"
msgstr ""
#: ../../api/methods/send_contact.rst:48
#: ../../api/methods/send_contact.rst:49
msgid "As shortcut from received object"
msgstr ""
#: ../../api/methods/send_contact.rst:50
#: ../../api/methods/send_contact.rst:51
msgid ":meth:`aiogram.types.message.Message.answer_contact`"
msgstr ""
#: ../../api/methods/send_contact.rst:51
#: ../../api/methods/send_contact.rst:52
msgid ":meth:`aiogram.types.message.Message.reply_contact`"
msgstr ""
#: ../../api/methods/send_contact.rst:53
msgid ":meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_contact`"
msgstr ""
#: ../../api/methods/send_contact.rst:54
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_contact`"
msgstr ""
#: ../../api/methods/send_contact.rst:55
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_contact_pm`"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "

View file

@ -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-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/methods/send_dice.rst:3
msgid "sendDice"
@ -86,50 +86,62 @@ msgid ""
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_dice.rst:14
#: ../../api/methods/send_dice.rst:15
msgid "Usage"
msgstr ""
#: ../../api/methods/send_dice.rst:17
#: ../../api/methods/send_dice.rst:18
msgid "As bot method"
msgstr ""
#: ../../api/methods/send_dice.rst:25
#: ../../api/methods/send_dice.rst:26
msgid "Method as object"
msgstr ""
#: ../../api/methods/send_dice.rst:27
#: ../../api/methods/send_dice.rst:28
msgid "Imports:"
msgstr ""
#: ../../api/methods/send_dice.rst:29
#: ../../api/methods/send_dice.rst:30
msgid ":code:`from aiogram.methods.send_dice import SendDice`"
msgstr ""
#: ../../api/methods/send_dice.rst:30
#: ../../api/methods/send_dice.rst:31
msgid "alias: :code:`from aiogram.methods import SendDice`"
msgstr ""
#: ../../api/methods/send_dice.rst:33
#: ../../api/methods/send_dice.rst:34
msgid "With specific bot"
msgstr ""
#: ../../api/methods/send_dice.rst:40
#: ../../api/methods/send_dice.rst:41
msgid "As reply into Webhook in handler"
msgstr ""
#: ../../api/methods/send_dice.rst:48
#: ../../api/methods/send_dice.rst:49
msgid "As shortcut from received object"
msgstr ""
#: ../../api/methods/send_dice.rst:50
#: ../../api/methods/send_dice.rst:51
msgid ":meth:`aiogram.types.message.Message.answer_dice`"
msgstr ""
#: ../../api/methods/send_dice.rst:51
#: ../../api/methods/send_dice.rst:52
msgid ":meth:`aiogram.types.message.Message.reply_dice`"
msgstr ""
#: ../../api/methods/send_dice.rst:53
msgid ":meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_dice`"
msgstr ""
#: ../../api/methods/send_dice.rst:54
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_dice`"
msgstr ""
#: ../../api/methods/send_dice.rst:55
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_dice_pm`"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "

View file

@ -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-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/methods/send_document.rst:3
msgid "sendDocument"
@ -58,7 +58,7 @@ msgid ""
" forum supergroups only"
msgstr ""
#: ../../docstring aiogram.methods.send_document.SendDocument.thumb:1 of
#: ../../docstring aiogram.methods.send_document.SendDocument.thumbnail: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"
@ -131,50 +131,62 @@ msgid ""
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_document.rst:14
#: ../../api/methods/send_document.rst:15
msgid "Usage"
msgstr ""
#: ../../api/methods/send_document.rst:17
#: ../../api/methods/send_document.rst:18
msgid "As bot method"
msgstr ""
#: ../../api/methods/send_document.rst:25
#: ../../api/methods/send_document.rst:26
msgid "Method as object"
msgstr ""
#: ../../api/methods/send_document.rst:27
#: ../../api/methods/send_document.rst:28
msgid "Imports:"
msgstr ""
#: ../../api/methods/send_document.rst:29
#: ../../api/methods/send_document.rst:30
msgid ":code:`from aiogram.methods.send_document import SendDocument`"
msgstr ""
#: ../../api/methods/send_document.rst:30
#: ../../api/methods/send_document.rst:31
msgid "alias: :code:`from aiogram.methods import SendDocument`"
msgstr ""
#: ../../api/methods/send_document.rst:33
#: ../../api/methods/send_document.rst:34
msgid "With specific bot"
msgstr ""
#: ../../api/methods/send_document.rst:40
#: ../../api/methods/send_document.rst:41
msgid "As reply into Webhook in handler"
msgstr ""
#: ../../api/methods/send_document.rst:48
#: ../../api/methods/send_document.rst:49
msgid "As shortcut from received object"
msgstr ""
#: ../../api/methods/send_document.rst:50
#: ../../api/methods/send_document.rst:51
msgid ":meth:`aiogram.types.message.Message.answer_document`"
msgstr ""
#: ../../api/methods/send_document.rst:51
#: ../../api/methods/send_document.rst:52
msgid ":meth:`aiogram.types.message.Message.reply_document`"
msgstr ""
#: ../../api/methods/send_document.rst:53
msgid ":meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_document`"
msgstr ""
#: ../../api/methods/send_document.rst:54
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_document`"
msgstr ""
#: ../../api/methods/send_document.rst:55
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_document_pm`"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "

View file

@ -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-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/methods/send_game.rst:3
msgid "sendGame"
@ -80,50 +80,62 @@ msgid ""
"button must launch the game."
msgstr ""
#: ../../api/methods/send_game.rst:14
#: ../../api/methods/send_game.rst:15
msgid "Usage"
msgstr ""
#: ../../api/methods/send_game.rst:17
#: ../../api/methods/send_game.rst:18
msgid "As bot method"
msgstr ""
#: ../../api/methods/send_game.rst:25
#: ../../api/methods/send_game.rst:26
msgid "Method as object"
msgstr ""
#: ../../api/methods/send_game.rst:27
#: ../../api/methods/send_game.rst:28
msgid "Imports:"
msgstr ""
#: ../../api/methods/send_game.rst:29
#: ../../api/methods/send_game.rst:30
msgid ":code:`from aiogram.methods.send_game import SendGame`"
msgstr ""
#: ../../api/methods/send_game.rst:30
#: ../../api/methods/send_game.rst:31
msgid "alias: :code:`from aiogram.methods import SendGame`"
msgstr ""
#: ../../api/methods/send_game.rst:33
#: ../../api/methods/send_game.rst:34
msgid "With specific bot"
msgstr ""
#: ../../api/methods/send_game.rst:40
#: ../../api/methods/send_game.rst:41
msgid "As reply into Webhook in handler"
msgstr ""
#: ../../api/methods/send_game.rst:48
#: ../../api/methods/send_game.rst:49
msgid "As shortcut from received object"
msgstr ""
#: ../../api/methods/send_game.rst:50
#: ../../api/methods/send_game.rst:51
msgid ":meth:`aiogram.types.message.Message.answer_game`"
msgstr ""
#: ../../api/methods/send_game.rst:51
#: ../../api/methods/send_game.rst:52
msgid ":meth:`aiogram.types.message.Message.reply_game`"
msgstr ""
#: ../../api/methods/send_game.rst:53
msgid ":meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_game`"
msgstr ""
#: ../../api/methods/send_game.rst:54
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_game`"
msgstr ""
#: ../../api/methods/send_game.rst:55
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_game_pm`"
msgstr ""
#~ msgid ""
#~ "A JSON-serialized object for an "
#~ "`inline keyboard <https://core.telegram.org/bots"

View file

@ -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-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/methods/send_invoice.rst:3
msgid "sendInvoice"
@ -210,50 +210,62 @@ msgid ""
"first button must be a Pay button."
msgstr ""
#: ../../api/methods/send_invoice.rst:14
#: ../../api/methods/send_invoice.rst:15
msgid "Usage"
msgstr ""
#: ../../api/methods/send_invoice.rst:17
#: ../../api/methods/send_invoice.rst:18
msgid "As bot method"
msgstr ""
#: ../../api/methods/send_invoice.rst:25
#: ../../api/methods/send_invoice.rst:26
msgid "Method as object"
msgstr ""
#: ../../api/methods/send_invoice.rst:27
#: ../../api/methods/send_invoice.rst:28
msgid "Imports:"
msgstr ""
#: ../../api/methods/send_invoice.rst:29
#: ../../api/methods/send_invoice.rst:30
msgid ":code:`from aiogram.methods.send_invoice import SendInvoice`"
msgstr ""
#: ../../api/methods/send_invoice.rst:30
#: ../../api/methods/send_invoice.rst:31
msgid "alias: :code:`from aiogram.methods import SendInvoice`"
msgstr ""
#: ../../api/methods/send_invoice.rst:33
#: ../../api/methods/send_invoice.rst:34
msgid "With specific bot"
msgstr ""
#: ../../api/methods/send_invoice.rst:40
#: ../../api/methods/send_invoice.rst:41
msgid "As reply into Webhook in handler"
msgstr ""
#: ../../api/methods/send_invoice.rst:48
#: ../../api/methods/send_invoice.rst:49
msgid "As shortcut from received object"
msgstr ""
#: ../../api/methods/send_invoice.rst:50
#: ../../api/methods/send_invoice.rst:51
msgid ":meth:`aiogram.types.message.Message.answer_invoice`"
msgstr ""
#: ../../api/methods/send_invoice.rst:51
#: ../../api/methods/send_invoice.rst:52
msgid ":meth:`aiogram.types.message.Message.reply_invoice`"
msgstr ""
#: ../../api/methods/send_invoice.rst:53
msgid ":meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_invoice`"
msgstr ""
#: ../../api/methods/send_invoice.rst:54
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_invoice`"
msgstr ""
#: ../../api/methods/send_invoice.rst:55
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_invoice_pm`"
msgstr ""
#~ msgid ""
#~ "A JSON-serialized object for an "
#~ "`inline keyboard <https://core.telegram.org/bots"

View file

@ -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-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/methods/send_location.rst:3
msgid "sendLocation"
@ -115,50 +115,62 @@ msgid ""
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_location.rst:14
#: ../../api/methods/send_location.rst:15
msgid "Usage"
msgstr ""
#: ../../api/methods/send_location.rst:17
#: ../../api/methods/send_location.rst:18
msgid "As bot method"
msgstr ""
#: ../../api/methods/send_location.rst:25
#: ../../api/methods/send_location.rst:26
msgid "Method as object"
msgstr ""
#: ../../api/methods/send_location.rst:27
#: ../../api/methods/send_location.rst:28
msgid "Imports:"
msgstr ""
#: ../../api/methods/send_location.rst:29
#: ../../api/methods/send_location.rst:30
msgid ":code:`from aiogram.methods.send_location import SendLocation`"
msgstr ""
#: ../../api/methods/send_location.rst:30
#: ../../api/methods/send_location.rst:31
msgid "alias: :code:`from aiogram.methods import SendLocation`"
msgstr ""
#: ../../api/methods/send_location.rst:33
#: ../../api/methods/send_location.rst:34
msgid "With specific bot"
msgstr ""
#: ../../api/methods/send_location.rst:40
#: ../../api/methods/send_location.rst:41
msgid "As reply into Webhook in handler"
msgstr ""
#: ../../api/methods/send_location.rst:48
#: ../../api/methods/send_location.rst:49
msgid "As shortcut from received object"
msgstr ""
#: ../../api/methods/send_location.rst:50
#: ../../api/methods/send_location.rst:51
msgid ":meth:`aiogram.types.message.Message.answer_location`"
msgstr ""
#: ../../api/methods/send_location.rst:51
#: ../../api/methods/send_location.rst:52
msgid ":meth:`aiogram.types.message.Message.reply_location`"
msgstr ""
#: ../../api/methods/send_location.rst:53
msgid ":meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_location`"
msgstr ""
#: ../../api/methods/send_location.rst:54
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_location`"
msgstr ""
#: ../../api/methods/send_location.rst:55
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_location_pm`"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "

View file

@ -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-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/methods/send_media_group.rst:3
msgid "sendMediaGroup"
@ -82,46 +82,58 @@ msgid ""
"replied-to message is not found"
msgstr ""
#: ../../api/methods/send_media_group.rst:14
#: ../../api/methods/send_media_group.rst:15
msgid "Usage"
msgstr ""
#: ../../api/methods/send_media_group.rst:17
#: ../../api/methods/send_media_group.rst:18
msgid "As bot method"
msgstr ""
#: ../../api/methods/send_media_group.rst:25
#: ../../api/methods/send_media_group.rst:26
msgid "Method as object"
msgstr ""
#: ../../api/methods/send_media_group.rst:27
#: ../../api/methods/send_media_group.rst:28
msgid "Imports:"
msgstr ""
#: ../../api/methods/send_media_group.rst:29
#: ../../api/methods/send_media_group.rst:30
msgid ":code:`from aiogram.methods.send_media_group import SendMediaGroup`"
msgstr ""
#: ../../api/methods/send_media_group.rst:30
#: ../../api/methods/send_media_group.rst:31
msgid "alias: :code:`from aiogram.methods import SendMediaGroup`"
msgstr ""
#: ../../api/methods/send_media_group.rst:33
#: ../../api/methods/send_media_group.rst:34
msgid "With specific bot"
msgstr ""
#: ../../api/methods/send_media_group.rst:40
#: ../../api/methods/send_media_group.rst:41
msgid "As reply into Webhook in handler"
msgstr ""
#: ../../api/methods/send_media_group.rst:48
#: ../../api/methods/send_media_group.rst:49
msgid "As shortcut from received object"
msgstr ""
#: ../../api/methods/send_media_group.rst:50
#: ../../api/methods/send_media_group.rst:51
msgid ":meth:`aiogram.types.message.Message.answer_media_group`"
msgstr ""
#: ../../api/methods/send_media_group.rst:51
#: ../../api/methods/send_media_group.rst:52
msgid ":meth:`aiogram.types.message.Message.reply_media_group`"
msgstr ""
#: ../../api/methods/send_media_group.rst:53
msgid ":meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_media_group`"
msgstr ""
#: ../../api/methods/send_media_group.rst:54
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_media_group`"
msgstr ""
#: ../../api/methods/send_media_group.rst:55
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_media_group_pm`"
msgstr ""

View file

@ -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-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/methods/send_message.rst:3
msgid "sendMessage"
@ -103,50 +103,62 @@ msgid ""
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_message.rst:14
#: ../../api/methods/send_message.rst:15
msgid "Usage"
msgstr ""
#: ../../api/methods/send_message.rst:17
#: ../../api/methods/send_message.rst:18
msgid "As bot method"
msgstr ""
#: ../../api/methods/send_message.rst:25
#: ../../api/methods/send_message.rst:26
msgid "Method as object"
msgstr ""
#: ../../api/methods/send_message.rst:27
#: ../../api/methods/send_message.rst:28
msgid "Imports:"
msgstr ""
#: ../../api/methods/send_message.rst:29
#: ../../api/methods/send_message.rst:30
msgid ":code:`from aiogram.methods.send_message import SendMessage`"
msgstr ""
#: ../../api/methods/send_message.rst:30
#: ../../api/methods/send_message.rst:31
msgid "alias: :code:`from aiogram.methods import SendMessage`"
msgstr ""
#: ../../api/methods/send_message.rst:33
#: ../../api/methods/send_message.rst:34
msgid "With specific bot"
msgstr ""
#: ../../api/methods/send_message.rst:40
#: ../../api/methods/send_message.rst:41
msgid "As reply into Webhook in handler"
msgstr ""
#: ../../api/methods/send_message.rst:48
#: ../../api/methods/send_message.rst:49
msgid "As shortcut from received object"
msgstr ""
#: ../../api/methods/send_message.rst:50
#: ../../api/methods/send_message.rst:51
msgid ":meth:`aiogram.types.message.Message.answer`"
msgstr ""
#: ../../api/methods/send_message.rst:51
#: ../../api/methods/send_message.rst:52
msgid ":meth:`aiogram.types.message.Message.reply`"
msgstr ""
#: ../../api/methods/send_message.rst:53
msgid ":meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer`"
msgstr ""
#: ../../api/methods/send_message.rst:54
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer`"
msgstr ""
#: ../../api/methods/send_message.rst:55
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_pm`"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "

View file

@ -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-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/methods/send_photo.rst:3
msgid "sendPhoto"
@ -115,50 +115,62 @@ msgid ""
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_photo.rst:14
#: ../../api/methods/send_photo.rst:15
msgid "Usage"
msgstr ""
#: ../../api/methods/send_photo.rst:17
#: ../../api/methods/send_photo.rst:18
msgid "As bot method"
msgstr ""
#: ../../api/methods/send_photo.rst:25
#: ../../api/methods/send_photo.rst:26
msgid "Method as object"
msgstr ""
#: ../../api/methods/send_photo.rst:27
#: ../../api/methods/send_photo.rst:28
msgid "Imports:"
msgstr ""
#: ../../api/methods/send_photo.rst:29
#: ../../api/methods/send_photo.rst:30
msgid ":code:`from aiogram.methods.send_photo import SendPhoto`"
msgstr ""
#: ../../api/methods/send_photo.rst:30
#: ../../api/methods/send_photo.rst:31
msgid "alias: :code:`from aiogram.methods import SendPhoto`"
msgstr ""
#: ../../api/methods/send_photo.rst:33
#: ../../api/methods/send_photo.rst:34
msgid "With specific bot"
msgstr ""
#: ../../api/methods/send_photo.rst:40
#: ../../api/methods/send_photo.rst:41
msgid "As reply into Webhook in handler"
msgstr ""
#: ../../api/methods/send_photo.rst:48
#: ../../api/methods/send_photo.rst:49
msgid "As shortcut from received object"
msgstr ""
#: ../../api/methods/send_photo.rst:50
#: ../../api/methods/send_photo.rst:51
msgid ":meth:`aiogram.types.message.Message.answer_photo`"
msgstr ""
#: ../../api/methods/send_photo.rst:51
#: ../../api/methods/send_photo.rst:52
msgid ":meth:`aiogram.types.message.Message.reply_photo`"
msgstr ""
#: ../../api/methods/send_photo.rst:53
msgid ":meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_photo`"
msgstr ""
#: ../../api/methods/send_photo.rst:54
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_photo`"
msgstr ""
#: ../../api/methods/send_photo.rst:55
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_photo_pm`"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "

View file

@ -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-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/methods/send_poll.rst:3
msgid "sendPoll"
@ -148,50 +148,62 @@ msgid ""
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_poll.rst:14
#: ../../api/methods/send_poll.rst:15
msgid "Usage"
msgstr ""
#: ../../api/methods/send_poll.rst:17
#: ../../api/methods/send_poll.rst:18
msgid "As bot method"
msgstr ""
#: ../../api/methods/send_poll.rst:25
#: ../../api/methods/send_poll.rst:26
msgid "Method as object"
msgstr ""
#: ../../api/methods/send_poll.rst:27
#: ../../api/methods/send_poll.rst:28
msgid "Imports:"
msgstr ""
#: ../../api/methods/send_poll.rst:29
#: ../../api/methods/send_poll.rst:30
msgid ":code:`from aiogram.methods.send_poll import SendPoll`"
msgstr ""
#: ../../api/methods/send_poll.rst:30
#: ../../api/methods/send_poll.rst:31
msgid "alias: :code:`from aiogram.methods import SendPoll`"
msgstr ""
#: ../../api/methods/send_poll.rst:33
#: ../../api/methods/send_poll.rst:34
msgid "With specific bot"
msgstr ""
#: ../../api/methods/send_poll.rst:40
#: ../../api/methods/send_poll.rst:41
msgid "As reply into Webhook in handler"
msgstr ""
#: ../../api/methods/send_poll.rst:48
#: ../../api/methods/send_poll.rst:49
msgid "As shortcut from received object"
msgstr ""
#: ../../api/methods/send_poll.rst:50
#: ../../api/methods/send_poll.rst:51
msgid ":meth:`aiogram.types.message.Message.answer_poll`"
msgstr ""
#: ../../api/methods/send_poll.rst:51
#: ../../api/methods/send_poll.rst:52
msgid ":meth:`aiogram.types.message.Message.reply_poll`"
msgstr ""
#: ../../api/methods/send_poll.rst:53
msgid ":meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_poll`"
msgstr ""
#: ../../api/methods/send_poll.rst:54
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_poll`"
msgstr ""
#: ../../api/methods/send_poll.rst:55
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_poll_pm`"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "

View file

@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-11 01:52+0200\n"
"POT-Creation-Date: 2023-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.11.0\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/methods/send_sticker.rst:3
msgid "sendSticker"
@ -98,50 +98,62 @@ msgid ""
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_sticker.rst:14
#: ../../api/methods/send_sticker.rst:15
msgid "Usage"
msgstr ""
#: ../../api/methods/send_sticker.rst:17
#: ../../api/methods/send_sticker.rst:18
msgid "As bot method"
msgstr ""
#: ../../api/methods/send_sticker.rst:25
#: ../../api/methods/send_sticker.rst:26
msgid "Method as object"
msgstr ""
#: ../../api/methods/send_sticker.rst:27
#: ../../api/methods/send_sticker.rst:28
msgid "Imports:"
msgstr ""
#: ../../api/methods/send_sticker.rst:29
#: ../../api/methods/send_sticker.rst:30
msgid ":code:`from aiogram.methods.send_sticker import SendSticker`"
msgstr ""
#: ../../api/methods/send_sticker.rst:30
#: ../../api/methods/send_sticker.rst:31
msgid "alias: :code:`from aiogram.methods import SendSticker`"
msgstr ""
#: ../../api/methods/send_sticker.rst:33
#: ../../api/methods/send_sticker.rst:34
msgid "With specific bot"
msgstr ""
#: ../../api/methods/send_sticker.rst:40
#: ../../api/methods/send_sticker.rst:41
msgid "As reply into Webhook in handler"
msgstr ""
#: ../../api/methods/send_sticker.rst:48
#: ../../api/methods/send_sticker.rst:49
msgid "As shortcut from received object"
msgstr ""
#: ../../api/methods/send_sticker.rst:50
#: ../../api/methods/send_sticker.rst:51
msgid ":meth:`aiogram.types.message.Message.answer_sticker`"
msgstr ""
#: ../../api/methods/send_sticker.rst:51
#: ../../api/methods/send_sticker.rst:52
msgid ":meth:`aiogram.types.message.Message.reply_sticker`"
msgstr ""
#: ../../api/methods/send_sticker.rst:53
msgid ":meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_sticker`"
msgstr ""
#: ../../api/methods/send_sticker.rst:54
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_sticker`"
msgstr ""
#: ../../api/methods/send_sticker.rst:55
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_sticker_pm`"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "

View file

@ -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-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/methods/send_venue.rst:3
msgid "sendVenue"
@ -116,50 +116,62 @@ msgid ""
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_venue.rst:14
#: ../../api/methods/send_venue.rst:15
msgid "Usage"
msgstr ""
#: ../../api/methods/send_venue.rst:17
#: ../../api/methods/send_venue.rst:18
msgid "As bot method"
msgstr ""
#: ../../api/methods/send_venue.rst:25
#: ../../api/methods/send_venue.rst:26
msgid "Method as object"
msgstr ""
#: ../../api/methods/send_venue.rst:27
#: ../../api/methods/send_venue.rst:28
msgid "Imports:"
msgstr ""
#: ../../api/methods/send_venue.rst:29
#: ../../api/methods/send_venue.rst:30
msgid ":code:`from aiogram.methods.send_venue import SendVenue`"
msgstr ""
#: ../../api/methods/send_venue.rst:30
#: ../../api/methods/send_venue.rst:31
msgid "alias: :code:`from aiogram.methods import SendVenue`"
msgstr ""
#: ../../api/methods/send_venue.rst:33
#: ../../api/methods/send_venue.rst:34
msgid "With specific bot"
msgstr ""
#: ../../api/methods/send_venue.rst:40
#: ../../api/methods/send_venue.rst:41
msgid "As reply into Webhook in handler"
msgstr ""
#: ../../api/methods/send_venue.rst:48
#: ../../api/methods/send_venue.rst:49
msgid "As shortcut from received object"
msgstr ""
#: ../../api/methods/send_venue.rst:50
#: ../../api/methods/send_venue.rst:51
msgid ":meth:`aiogram.types.message.Message.answer_venue`"
msgstr ""
#: ../../api/methods/send_venue.rst:51
#: ../../api/methods/send_venue.rst:52
msgid ":meth:`aiogram.types.message.Message.reply_venue`"
msgstr ""
#: ../../api/methods/send_venue.rst:53
msgid ":meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_venue`"
msgstr ""
#: ../../api/methods/send_venue.rst:54
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_venue`"
msgstr ""
#: ../../api/methods/send_venue.rst:55
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_venue_pm`"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "

View file

@ -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-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/methods/send_video.rst:3
msgid "sendVideo"
@ -72,7 +72,7 @@ msgstr ""
msgid "Video height"
msgstr ""
#: ../../docstring aiogram.methods.send_video.SendVideo.thumb:1 of
#: ../../docstring aiogram.methods.send_video.SendVideo.thumbnail: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"
@ -145,50 +145,62 @@ msgid ""
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_video.rst:14
#: ../../api/methods/send_video.rst:15
msgid "Usage"
msgstr ""
#: ../../api/methods/send_video.rst:17
#: ../../api/methods/send_video.rst:18
msgid "As bot method"
msgstr ""
#: ../../api/methods/send_video.rst:25
#: ../../api/methods/send_video.rst:26
msgid "Method as object"
msgstr ""
#: ../../api/methods/send_video.rst:27
#: ../../api/methods/send_video.rst:28
msgid "Imports:"
msgstr ""
#: ../../api/methods/send_video.rst:29
#: ../../api/methods/send_video.rst:30
msgid ":code:`from aiogram.methods.send_video import SendVideo`"
msgstr ""
#: ../../api/methods/send_video.rst:30
#: ../../api/methods/send_video.rst:31
msgid "alias: :code:`from aiogram.methods import SendVideo`"
msgstr ""
#: ../../api/methods/send_video.rst:33
#: ../../api/methods/send_video.rst:34
msgid "With specific bot"
msgstr ""
#: ../../api/methods/send_video.rst:40
#: ../../api/methods/send_video.rst:41
msgid "As reply into Webhook in handler"
msgstr ""
#: ../../api/methods/send_video.rst:48
#: ../../api/methods/send_video.rst:49
msgid "As shortcut from received object"
msgstr ""
#: ../../api/methods/send_video.rst:50
#: ../../api/methods/send_video.rst:51
msgid ":meth:`aiogram.types.message.Message.answer_video`"
msgstr ""
#: ../../api/methods/send_video.rst:51
#: ../../api/methods/send_video.rst:52
msgid ":meth:`aiogram.types.message.Message.reply_video`"
msgstr ""
#: ../../api/methods/send_video.rst:53
msgid ":meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_video`"
msgstr ""
#: ../../api/methods/send_video.rst:54
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_video`"
msgstr ""
#: ../../api/methods/send_video.rst:55
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_video_pm`"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "

View file

@ -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-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/methods/send_video_note.rst:3
msgid "sendVideoNote"
@ -67,7 +67,7 @@ msgstr ""
msgid "Video width and height, i.e. diameter of the video message"
msgstr ""
#: ../../docstring aiogram.methods.send_video_note.SendVideoNote.thumb:1 of
#: ../../docstring aiogram.methods.send_video_note.SendVideoNote.thumbnail: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"
@ -114,50 +114,62 @@ msgid ""
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_video_note.rst:14
#: ../../api/methods/send_video_note.rst:15
msgid "Usage"
msgstr ""
#: ../../api/methods/send_video_note.rst:17
#: ../../api/methods/send_video_note.rst:18
msgid "As bot method"
msgstr ""
#: ../../api/methods/send_video_note.rst:25
#: ../../api/methods/send_video_note.rst:26
msgid "Method as object"
msgstr ""
#: ../../api/methods/send_video_note.rst:27
#: ../../api/methods/send_video_note.rst:28
msgid "Imports:"
msgstr ""
#: ../../api/methods/send_video_note.rst:29
#: ../../api/methods/send_video_note.rst:30
msgid ":code:`from aiogram.methods.send_video_note import SendVideoNote`"
msgstr ""
#: ../../api/methods/send_video_note.rst:30
#: ../../api/methods/send_video_note.rst:31
msgid "alias: :code:`from aiogram.methods import SendVideoNote`"
msgstr ""
#: ../../api/methods/send_video_note.rst:33
#: ../../api/methods/send_video_note.rst:34
msgid "With specific bot"
msgstr ""
#: ../../api/methods/send_video_note.rst:40
#: ../../api/methods/send_video_note.rst:41
msgid "As reply into Webhook in handler"
msgstr ""
#: ../../api/methods/send_video_note.rst:48
#: ../../api/methods/send_video_note.rst:49
msgid "As shortcut from received object"
msgstr ""
#: ../../api/methods/send_video_note.rst:50
#: ../../api/methods/send_video_note.rst:51
msgid ":meth:`aiogram.types.message.Message.answer_video_note`"
msgstr ""
#: ../../api/methods/send_video_note.rst:51
#: ../../api/methods/send_video_note.rst:52
msgid ":meth:`aiogram.types.message.Message.reply_video_note`"
msgstr ""
#: ../../api/methods/send_video_note.rst:53
msgid ":meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_video_note`"
msgstr ""
#: ../../api/methods/send_video_note.rst:54
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_video_note`"
msgstr ""
#: ../../api/methods/send_video_note.rst:55
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_video_note_pm`"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "

View file

@ -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-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/methods/send_voice.rst:3
msgid "sendVoice"
@ -115,50 +115,62 @@ msgid ""
"remove reply keyboard or to force a reply from the user."
msgstr ""
#: ../../api/methods/send_voice.rst:14
#: ../../api/methods/send_voice.rst:15
msgid "Usage"
msgstr ""
#: ../../api/methods/send_voice.rst:17
#: ../../api/methods/send_voice.rst:18
msgid "As bot method"
msgstr ""
#: ../../api/methods/send_voice.rst:25
#: ../../api/methods/send_voice.rst:26
msgid "Method as object"
msgstr ""
#: ../../api/methods/send_voice.rst:27
#: ../../api/methods/send_voice.rst:28
msgid "Imports:"
msgstr ""
#: ../../api/methods/send_voice.rst:29
#: ../../api/methods/send_voice.rst:30
msgid ":code:`from aiogram.methods.send_voice import SendVoice`"
msgstr ""
#: ../../api/methods/send_voice.rst:30
#: ../../api/methods/send_voice.rst:31
msgid "alias: :code:`from aiogram.methods import SendVoice`"
msgstr ""
#: ../../api/methods/send_voice.rst:33
#: ../../api/methods/send_voice.rst:34
msgid "With specific bot"
msgstr ""
#: ../../api/methods/send_voice.rst:40
#: ../../api/methods/send_voice.rst:41
msgid "As reply into Webhook in handler"
msgstr ""
#: ../../api/methods/send_voice.rst:48
#: ../../api/methods/send_voice.rst:49
msgid "As shortcut from received object"
msgstr ""
#: ../../api/methods/send_voice.rst:50
#: ../../api/methods/send_voice.rst:51
msgid ":meth:`aiogram.types.message.Message.answer_voice`"
msgstr ""
#: ../../api/methods/send_voice.rst:51
#: ../../api/methods/send_voice.rst:52
msgid ":meth:`aiogram.types.message.Message.reply_voice`"
msgstr ""
#: ../../api/methods/send_voice.rst:53
msgid ":meth:`aiogram.types.chat_member_updated.ChatMemberUpdated.answer_voice`"
msgstr ""
#: ../../api/methods/send_voice.rst:54
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_voice`"
msgstr ""
#: ../../api/methods/send_voice.rst:55
msgid ":meth:`aiogram.types.chat_join_request.ChatJoinRequest.answer_voice_pm`"
msgstr ""
#~ msgid ""
#~ "Additional interface options. A JSON-"
#~ "serialized object for an `inline "

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-02 15:10+0300\n"
"POT-Creation-Date: 2023-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -25,6 +25,14 @@ msgstr ""
msgid "Abstract session for all client sessions"
msgstr ""
#: aiogram.client.session.base.BaseSession:1 of
msgid "This is base class for all HTTP sessions in aiogram."
msgstr ""
#: aiogram.client.session.base.BaseSession:3 of
msgid "If you want to create your own session, you must inherit from this class."
msgstr ""
#: aiogram.client.session.base.BaseSession.check_response:1 of
msgid "Check response status"
msgstr ""

View file

@ -0,0 +1,87 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/session/middleware.rst:3
msgid "Client session middlewares"
msgstr ""
#: ../../api/session/middleware.rst:5
msgid ""
"In some cases you may want to add some middlewares to the client session "
"to customize the behavior of the client."
msgstr ""
#: ../../api/session/middleware.rst:7
msgid "Some useful cases that is:"
msgstr ""
#: ../../api/session/middleware.rst:9
msgid "Log the outgoing requests"
msgstr ""
#: ../../api/session/middleware.rst:10
msgid "Customize the request parameters"
msgstr ""
#: ../../api/session/middleware.rst:11
msgid "Handle rate limiting errors and retry the request"
msgstr ""
#: ../../api/session/middleware.rst:12
msgid "others ..."
msgstr ""
#: ../../api/session/middleware.rst:14
msgid ""
"So, you can do it using client session middlewares. A client session "
"middleware is a function (or callable class) that receives the request "
"and the next middleware to call. The middleware can modify the request "
"and then call the next middleware to continue the request processing."
msgstr ""
#: ../../api/session/middleware.rst:19
msgid "How to register client session middleware?"
msgstr ""
#: ../../api/session/middleware.rst:22
msgid "Register using register method"
msgstr ""
#: ../../api/session/middleware.rst:29
msgid "Register using decorator"
msgstr ""
#: ../../api/session/middleware.rst:44
msgid "Example"
msgstr ""
#: ../../api/session/middleware.rst:47
msgid "Class based session middleware"
msgstr ""
#: ../../api/session/middleware.rst:56
msgid ""
"this middlewware is already implemented inside aiogram, so, if you want "
"to use it you can just import it :code:`from "
"aiogram.client.session.middlewares.request_logging import RequestLogging`"
msgstr ""
#: ../../api/session/middleware.rst:61
msgid "Function based session middleware"
msgstr ""

File diff suppressed because it is too large Load diff

View file

@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-11 01:52+0200\n"
"POT-Creation-Date: 2023-07-30 18:31+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.11.0\n"
"Generated-By: Babel 2.12.1\n"
#: ../../api/types/chat_member.rst:3
msgid "ChatMember"
@ -55,162 +55,6 @@ msgstr ""
msgid "Source: 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"
msgstr ""
#: ../../docstring aiogram.types.chat_member.ChatMember.user:1 of
msgid "*Optional*. Information about the user"
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"
msgstr ""
#: ../../docstring aiogram.types.chat_member.ChatMember.custom_title:1 of
msgid "*Optional*. Custom title for this user"
msgstr ""
#: ../../docstring aiogram.types.chat_member.ChatMember.can_be_edited:1 of
msgid ""
"*Optional*. :code:`True`, if the bot is allowed to edit administrator "
"privileges of that user"
msgstr ""
#: ../../docstring aiogram.types.chat_member.ChatMember.can_manage_chat: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"
msgstr ""
#: ../../docstring aiogram.types.chat_member.ChatMember.can_delete_messages:1
#: of
msgid ""
"*Optional*. :code:`True`, if the administrator can delete messages of "
"other users"
msgstr ""
#: ../../docstring
#: aiogram.types.chat_member.ChatMember.can_manage_video_chats:1 of
msgid "*Optional*. :code:`True`, if the administrator can manage video chats"
msgstr ""
#: ../../docstring aiogram.types.chat_member.ChatMember.can_restrict_members:1
#: of
msgid ""
"*Optional*. :code:`True`, if the administrator can restrict, ban or unban"
" chat members"
msgstr ""
#: ../../docstring aiogram.types.chat_member.ChatMember.can_promote_members: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)"
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"
msgstr ""
#~ msgid "..."
#~ msgstr ""
@ -236,3 +80,144 @@ msgstr ""
#~ "photos, videos, video notes and voice"
#~ " notes"
#~ 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 ""

File diff suppressed because it is too large Load diff