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