Update texts

This commit is contained in:
Alex Root Junior 2023-07-02 15:12:42 +03:00
parent 461e59bbdd
commit 298b4f0e0d
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
43 changed files with 2416 additions and 216 deletions

View file

@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-01-07 23:01+0200\n"
"POT-Creation-Date: 2023-07-02 15:10+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/bot.rst:3
msgid "Bot"
@ -77,11 +77,23 @@ msgid ""
"methods at runtime."
msgstr ""
#: aiogram.client.bot.Bot.__init__:8 of
msgid ""
"Default disable_web_page_preview mode. If specified it will be propagated"
" into the API methods at runtime."
msgstr ""
#: aiogram.client.bot.Bot.__init__:10 of
msgid ""
"Default protect_content mode. If specified it will be propagated into the"
" API methods at runtime."
msgstr ""
#: aiogram.client.bot.Bot.__init__ of
msgid "Raises"
msgstr ""
#: aiogram.client.bot.Bot.__init__:8 of
#: aiogram.client.bot.Bot.__init__:12 of
msgid "When token has invalid format this exception will be raised"
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-02 15:10+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/answer_inline_query.rst:3
msgid "answerInlineQuery"
@ -61,7 +61,7 @@ msgstr ""
msgid ""
"Pass :code:`True` if results may be cached on the server side only for "
"the user that sent the query. By default, results may be returned to any "
"user who sends the same query"
"user who sends the same query."
msgstr ""
#: ../../docstring
@ -74,11 +74,10 @@ msgid ""
msgstr ""
#: ../../docstring
#: aiogram.methods.answer_inline_query.AnswerInlineQuery.switch_pm_text:1 of
#: aiogram.methods.answer_inline_query.AnswerInlineQuery.button:1 of
msgid ""
"If passed, clients will display a button with specified text that "
"switches the user to a private chat with the bot and sends the bot a "
"start message with the parameter *switch_pm_parameter*"
"A JSON-serialized object describing a button to be shown above inline "
"query results"
msgstr ""
#: ../../docstring
@ -91,6 +90,20 @@ msgid ""
":code:`0-9`, :code:`_` and :code:`-` are allowed."
msgstr ""
#: ../../docstring
#: aiogram.methods.answer_inline_query.AnswerInlineQuery.switch_pm_parameter:3
#: aiogram.methods.answer_inline_query.AnswerInlineQuery.switch_pm_text:3 of
msgid "https://core.telegram.org/bots/api-changelog#april-21-2023"
msgstr ""
#: ../../docstring
#: aiogram.methods.answer_inline_query.AnswerInlineQuery.switch_pm_text:1 of
msgid ""
"If passed, clients will display a button with specified text that "
"switches the user to a private chat with the bot and sends the bot a "
"start message with the parameter *switch_pm_parameter*"
msgstr ""
#: ../../api/methods/answer_inline_query.rst:14
msgid "Usage"
msgstr ""
@ -140,3 +153,12 @@ msgstr ""
#~ ":code:`0-9`, :code:`_` and :code:`-` are "
#~ "allowed."
#~ msgstr ""
#~ msgid ""
#~ "Pass :code:`True` if results may be "
#~ "cached on the server side only for"
#~ " the user that sent the query. "
#~ "By default, results may be returned "
#~ "to any user who sends the same "
#~ "query"
#~ msgstr ""

View file

@ -0,0 +1,68 @@
# 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-02 15:10+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/methods/get_my_name.rst:3
msgid "getMyName"
msgstr ""
#: ../../api/methods/get_my_name.rst:5
msgid "Returns: :obj:`BotName`"
msgstr ""
#: aiogram.methods.get_my_name.GetMyName:1 of
msgid ""
"Use this method to get the current bot name for the given user language. "
"Returns :class:`aiogram.types.bot_name.BotName` on success."
msgstr ""
#: aiogram.methods.get_my_name.GetMyName:3 of
msgid "Source: https://core.telegram.org/bots/api#getmyname"
msgstr ""
#: ../../docstring aiogram.methods.get_my_name.GetMyName.language_code:1 of
msgid "A two-letter ISO 639-1 language code or an empty string"
msgstr ""
#: ../../api/methods/get_my_name.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/get_my_name.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/get_my_name.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/get_my_name.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/get_my_name.rst:29
msgid ":code:`from aiogram.methods.get_my_name import GetMyName`"
msgstr ""
#: ../../api/methods/get_my_name.rst:30
msgid "alias: :code:`from aiogram.methods import GetMyName`"
msgstr ""
#: ../../api/methods/get_my_name.rst:33
msgid "With specific bot"
msgstr ""

View file

@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2023-07-02 15:10+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/get_updates.rst:3
msgid "getUpdates"
@ -59,7 +59,7 @@ msgid ""
":class:`aiogram.methods.get_updates.GetUpdates` is called with an "
"*offset* higher than its *update_id*. The negative offset can be "
"specified to retrieve updates starting from *-offset* update from the end"
" of the updates queue. All previous updates will forgotten."
" of the updates queue. All previous updates will be forgotten."
msgstr ""
#: ../../docstring aiogram.methods.get_updates.GetUpdates.limit:1 of
@ -113,3 +113,21 @@ msgstr ""
#: ../../api/methods/get_updates.rst:33
msgid "With specific bot"
msgstr ""
#~ msgid ""
#~ "Identifier of the first update to "
#~ "be returned. Must be greater by "
#~ "one than the highest among the "
#~ "identifiers of previously received updates."
#~ " By default, updates starting with "
#~ "the earliest unconfirmed update are "
#~ "returned. An update is considered "
#~ "confirmed as soon as "
#~ ":class:`aiogram.methods.get_updates.GetUpdates` is called"
#~ " with an *offset* higher than its "
#~ "*update_id*. The negative offset can be"
#~ " specified to retrieve updates starting "
#~ "from *-offset* update from the end "
#~ "of the updates queue. All previous "
#~ "updates will forgotten."
#~ msgstr ""

View file

@ -0,0 +1,78 @@
# 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-02 15:10+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/methods/set_my_name.rst:3
msgid "setMyName"
msgstr ""
#: ../../api/methods/set_my_name.rst:5
msgid "Returns: :obj:`bool`"
msgstr ""
#: aiogram.methods.set_my_name.SetMyName:1 of
msgid "Use this method to change the bot's name. Returns :code:`True` on success."
msgstr ""
#: aiogram.methods.set_my_name.SetMyName:3 of
msgid "Source: https://core.telegram.org/bots/api#setmyname"
msgstr ""
#: ../../docstring aiogram.methods.set_my_name.SetMyName.name:1 of
msgid ""
"New bot name; 0-64 characters. Pass an empty string to remove the "
"dedicated name for the given language."
msgstr ""
#: ../../docstring aiogram.methods.set_my_name.SetMyName.language_code:1 of
msgid ""
"A two-letter ISO 639-1 language code. If empty, the name will be shown to"
" all users for whose language there is no dedicated name."
msgstr ""
#: ../../api/methods/set_my_name.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/set_my_name.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/set_my_name.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/set_my_name.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/set_my_name.rst:29
msgid ":code:`from aiogram.methods.set_my_name import SetMyName`"
msgstr ""
#: ../../api/methods/set_my_name.rst:30
msgid "alias: :code:`from aiogram.methods import SetMyName`"
msgstr ""
#: ../../api/methods/set_my_name.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/set_my_name.rst:40
msgid "As reply into Webhook in handler"
msgstr ""

View file

@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2023-07-02 15:10+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/session/base.rst:3
msgid "Base"
@ -29,10 +29,6 @@ msgstr ""
msgid "Check response status"
msgstr ""
#: aiogram.client.session.base.BaseSession.clean_json:1 of
msgid "Clean data before send"
msgstr ""
#: aiogram.client.session.base.BaseSession.close:1 of
msgid "Close client session"
msgstr ""
@ -72,3 +68,6 @@ msgstr ""
#: aiogram.client.session.base.BaseSession.stream_content:1 of
msgid "Stream reader"
msgstr ""
#~ msgid "Clean data before send"
#~ msgstr ""

View file

@ -0,0 +1,34 @@
# 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-02 15:10+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/types/bot_name.rst:3
msgid "BotName"
msgstr ""
#: aiogram.types.bot_name.BotName:1 of
msgid "This object represents the bot's name."
msgstr ""
#: aiogram.types.bot_name.BotName:3 of
msgid "Source: https://core.telegram.org/bots/api#botname"
msgstr ""
#: ../../docstring aiogram.types.bot_name.BotName.name:1 of
msgid "The bot's name"
msgstr ""

View file

@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2023-07-02 15:10+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/types/chat_member_updated.rst:3
msgid "ChatMemberUpdated"
@ -60,3 +60,11 @@ msgid ""
"*Optional*. Chat invite link, which was used by the user to join the "
"chat; for joining by invite link events only."
msgstr ""
#: ../../docstring
#: aiogram.types.chat_member_updated.ChatMemberUpdated.via_chat_folder_invite_link:1
#: of
msgid ""
"*Optional*. True, if the user joined the chat via a chat folder invite "
"link"
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-02 15:10+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/types/index.rst:3
msgid "Types"
@ -29,33 +29,32 @@ msgstr ""
msgid "Inline mode"
msgstr ""
#: ../../api/types/index.rst:46
#: ../../api/types/index.rst:47
msgid "Available types"
msgstr ""
#: ../../api/types/index.rst:134
#: ../../api/types/index.rst:143
msgid "Telegram Passport"
msgstr ""
#: ../../api/types/index.rst:155
#: ../../api/types/index.rst:164
msgid "Getting updates"
msgstr ""
#: ../../api/types/index.rst:164
#: ../../api/types/index.rst:173
msgid "Stickers"
msgstr ""
#: ../../api/types/index.rst:174
#: ../../api/types/index.rst:184
msgid "Payments"
msgstr ""
#: ../../api/types/index.rst:189
msgid "Games"
msgstr ""
#: ../../api/types/index.rst:199
msgid "Internals"
msgid "Games"
msgstr ""
#~ msgid "Internal events"
#~ msgstr ""
#~ msgid "Internals"
#~ msgstr ""

View file

@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n"
"POT-Creation-Date: 2023-07-02 15:10+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/types/inline_keyboard_button.rst:3
msgid "InlineKeyboardButton"
@ -91,6 +91,15 @@ msgid ""
"empty, in which case only the bot's username will be inserted."
msgstr ""
#: ../../docstring
#: aiogram.types.inline_keyboard_button.InlineKeyboardButton.switch_inline_query_chosen_chat:1
#: of
msgid ""
"*Optional*. If set, pressing the button will prompt the user to select "
"one of their chats of the specified type, open that chat and insert the "
"bot's username and the specified inline query in the input field"
msgstr ""
#: ../../docstring
#: aiogram.types.inline_keyboard_button.InlineKeyboardButton.callback_game:1 of
msgid ""

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-02 15:10+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/types/inline_query.rst:3
msgid "InlineQuery"
@ -103,7 +103,7 @@ msgstr ""
msgid ""
"Pass :code:`True` if results may be cached on the server side only for "
"the user that sent the query. By default, results may be returned to any "
"user who sends the same query"
"user who sends the same query."
msgstr ""
#: aiogram.types.inline_query.InlineQuery.answer:15 of
@ -116,9 +116,8 @@ msgstr ""
#: aiogram.types.inline_query.InlineQuery.answer:16 of
msgid ""
"If passed, clients will display a button with specified text that "
"switches the user to a private chat with the bot and sends the bot a "
"start message with the parameter *switch_pm_parameter*"
"A JSON-serialized object describing a button to be shown above inline "
"query results"
msgstr ""
#: aiogram.types.inline_query.InlineQuery.answer:17 of
@ -129,12 +128,28 @@ msgid ""
":code:`0-9`, :code:`_` and :code:`-` are allowed."
msgstr ""
#: aiogram.types.inline_query.InlineQuery.answer:18 of
msgid ""
"If passed, clients will display a button with specified text that "
"switches the user to a private chat with the bot and sends the bot a "
"start message with the parameter *switch_pm_parameter*"
msgstr ""
#: aiogram.types.inline_query.InlineQuery.answer of
msgid "Returns"
msgstr ""
#: aiogram.types.inline_query.InlineQuery.answer:18 of
#: aiogram.types.inline_query.InlineQuery.answer:19 of
msgid ""
"instance of method "
":class:`aiogram.methods.answer_inline_query.AnswerInlineQuery`"
msgstr ""
#~ msgid ""
#~ "Pass :code:`True` if results may be "
#~ "cached on the server side only for"
#~ " the user that sent the query. "
#~ "By default, results may be returned "
#~ "to any user who sends the same "
#~ "query"
#~ msgstr ""

View file

@ -0,0 +1,59 @@
# 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-02 15:10+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/types/inline_query_results_button.rst:3
msgid "InlineQueryResultsButton"
msgstr ""
#: aiogram.types.inline_query_results_button.InlineQueryResultsButton:1 of
msgid ""
"This object represents a button to be shown above inline query results. "
"You **must** use exactly one of the optional fields."
msgstr ""
#: aiogram.types.inline_query_results_button.InlineQueryResultsButton:3 of
msgid "Source: https://core.telegram.org/bots/api#inlinequeryresultsbutton"
msgstr ""
#: ../../docstring
#: aiogram.types.inline_query_results_button.InlineQueryResultsButton.text:1 of
msgid "Label text on the button"
msgstr ""
#: ../../docstring
#: aiogram.types.inline_query_results_button.InlineQueryResultsButton.web_app:1
#: of
msgid ""
"*Optional*. Description of the `Web App "
"<https://core.telegram.org/bots/webapps>`_ that will be launched when the"
" user presses the button. The Web App will be able to switch back to the "
"inline mode using the method `switchInlineQuery "
"<https://core.telegram.org/bots/webapps#initializing-web-apps>`_ inside "
"the Web App."
msgstr ""
#: ../../docstring
#: aiogram.types.inline_query_results_button.InlineQueryResultsButton.start_parameter:1
#: of
msgid ""
"*Optional*. `Deep-linking <https://core.telegram.org/bots/features#deep-"
"linking>`_ parameter for the /start message sent to the bot when a user "
"presses the button. 1-64 characters, only :code:`A-Z`, :code:`a-z`, "
":code:`0-9`, :code:`_` and :code:`-` are allowed."
msgstr ""

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-02 15:10+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/input_sticker.rst:3
msgid "InputSticker"
@ -33,9 +33,11 @@ msgstr ""
msgid ""
"The added sticker. Pass a *file_id* as a String to send a file that "
"already exists on the Telegram servers, pass an HTTP URL as a String for "
"Telegram to get a file from the Internet, or upload a new one using "
"multipart/form-data. Animated and video stickers can't be uploaded via "
"HTTP URL. :ref:`More information on Sending Files » <sending-files>`"
"Telegram to get a file from the Internet, upload a new one using "
"multipart/form-data, or pass 'attach://<file_attach_name>' to upload a "
"new one using multipart/form-data under <file_attach_name> name. Animated"
" and video stickers can't be uploaded via HTTP URL. :ref:`More "
"information on Sending Files » <sending-files>`"
msgstr ""
#: ../../docstring aiogram.types.input_sticker.InputSticker.emoji_list:1 of
@ -54,3 +56,17 @@ msgid ""
"length of up to 64 characters. For 'regular' and 'custom_emoji' stickers "
"only."
msgstr ""
#~ msgid ""
#~ "The added sticker. Pass a *file_id* "
#~ "as a String to send a file "
#~ "that already exists on the Telegram "
#~ "servers, pass an HTTP URL as a "
#~ "String for Telegram to get a file"
#~ " from the Internet, or upload a "
#~ "new one using multipart/form-data. "
#~ "Animated and video stickers can't be "
#~ "uploaded via HTTP URL. :ref:`More "
#~ "information on Sending Files » "
#~ "<sending-files>`"
#~ msgstr ""

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-02 15:10+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/keyboard_button_request_chat.rst:3
msgid "KeyboardButtonRequestChat"
@ -25,7 +25,8 @@ msgstr ""
msgid ""
"This object defines the criteria used to request a suitable chat. The "
"identifier of the selected chat will be shared with the bot when the "
"corresponding button is pressed."
"corresponding button is pressed. `More about requesting chats » "
"<https://core.telegram.org/bots/features#chat-and-user-selection>`_"
msgstr ""
#: aiogram.types.keyboard_button_request_chat.KeyboardButtonRequestChat:3 of
@ -102,3 +103,11 @@ msgid ""
"*Optional*. Pass :code:`True` to request a chat with the bot as a member."
" Otherwise, no additional restrictions are applied."
msgstr ""
#~ msgid ""
#~ "This object defines the criteria used"
#~ " to request a suitable chat. The "
#~ "identifier of the selected chat will "
#~ "be shared with the bot when the"
#~ " corresponding button is pressed."
#~ msgstr ""

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-02 15:10+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/keyboard_button_request_user.rst:3
msgid "KeyboardButtonRequestUser"
@ -25,7 +25,8 @@ msgstr ""
msgid ""
"This object defines the criteria used to request a suitable user. The "
"identifier of the selected user will be shared with the bot when the "
"corresponding button is pressed."
"corresponding button is pressed. `More about requesting users » "
"<https://core.telegram.org/bots/features#chat-and-user-selection>`_"
msgstr ""
#: aiogram.types.keyboard_button_request_user.KeyboardButtonRequestUser:3 of
@ -58,3 +59,11 @@ msgid ""
":code:`False` to request a non-premium user. If not specified, no "
"additional restrictions are applied."
msgstr ""
#~ msgid ""
#~ "This object defines the criteria used"
#~ " to request a suitable user. The "
#~ "identifier of the selected user will "
#~ "be shared with the bot when the"
#~ " corresponding button is pressed."
#~ msgstr ""

View file

@ -0,0 +1,66 @@
# 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-02 15:10+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/types/switch_inline_query_chosen_chat.rst:3
msgid "SwitchInlineQueryChosenChat"
msgstr ""
#: aiogram.types.switch_inline_query_chosen_chat.SwitchInlineQueryChosenChat:1
#: of
msgid ""
"This object represents an inline button that switches the current user to"
" inline mode in a chosen chat, with an optional default inline query."
msgstr ""
#: aiogram.types.switch_inline_query_chosen_chat.SwitchInlineQueryChosenChat:3
#: of
msgid "Source: https://core.telegram.org/bots/api#switchinlinequerychosenchat"
msgstr ""
#: ../../docstring
#: aiogram.types.switch_inline_query_chosen_chat.SwitchInlineQueryChosenChat.query:1
#: of
msgid ""
"*Optional*. The default inline query to be inserted in the input field. "
"If left empty, only the bot's username will be inserted"
msgstr ""
#: ../../docstring
#: aiogram.types.switch_inline_query_chosen_chat.SwitchInlineQueryChosenChat.allow_user_chats:1
#: of
msgid "*Optional*. True, if private chats with users can be chosen"
msgstr ""
#: ../../docstring
#: aiogram.types.switch_inline_query_chosen_chat.SwitchInlineQueryChosenChat.allow_bot_chats:1
#: of
msgid "*Optional*. True, if private chats with bots can be chosen"
msgstr ""
#: ../../docstring
#: aiogram.types.switch_inline_query_chosen_chat.SwitchInlineQueryChosenChat.allow_group_chats:1
#: of
msgid "*Optional*. True, if group and supergroup chats can be chosen"
msgstr ""
#: ../../docstring
#: aiogram.types.switch_inline_query_chosen_chat.SwitchInlineQueryChosenChat.allow_channel_chats:1
#: of
msgid "*Optional*. True, if channel chats can be chosen"
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-02 15:10+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/types/write_access_allowed.rst:3
msgid "WriteAccessAllowed"
@ -23,11 +23,24 @@ msgstr ""
#: aiogram.types.write_access_allowed.WriteAccessAllowed:1 of
msgid ""
"This object represents a service message about a user allowing a bot "
"added to the attachment menu to write messages. Currently holds no "
"information."
"This object represents a service message about a user allowing a bot to "
"write messages after adding the bot to the attachment menu or launching a"
" Web App from a link."
msgstr ""
#: aiogram.types.write_access_allowed.WriteAccessAllowed:3 of
msgid "Source: https://core.telegram.org/bots/api#writeaccessallowed"
msgstr ""
#: ../../docstring
#: aiogram.types.write_access_allowed.WriteAccessAllowed.web_app_name:1 of
msgid "*Optional*. Name of the Web App which was launched from a link"
msgstr ""
#~ msgid ""
#~ "This object represents a service message"
#~ " about a user allowing a bot "
#~ "added to the attachment menu to "
#~ "write messages. Currently holds no "
#~ "information."
#~ msgstr ""

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-02 15:10+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/upload_file.rst:5
msgid "How to upload file?"
@ -37,7 +37,7 @@ msgstr ""
#: ../../api/upload_file.rst:13
msgid ""
"But if you need to upload a new file just use subclasses of `InputFile "
"<types/input_file.md>`__."
"<types/input_file.html>`__."
msgstr ""
#: ../../api/upload_file.rst:15
@ -187,3 +187,9 @@ msgstr ""
#~ "want's to sent it to the "
#~ "Telegram):"
#~ msgstr ""
#~ msgid ""
#~ "But if you need to upload a "
#~ "new file just use subclasses of "
#~ "`InputFile <types/input_file.md>`__."
#~ msgstr ""