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