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