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,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 "