Added lost text files

This commit is contained in:
Alex Root Junior 2023-01-07 22:42:01 +02:00
parent c5f3569471
commit ea0987e7d9
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
18 changed files with 1084 additions and 0 deletions

View file

@ -0,0 +1,80 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 22:28+0200\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"
#: ../../api/methods/close_general_forum_topic.rst:3
msgid "closeGeneralForumTopic"
msgstr ""
#: ../../api/methods/close_general_forum_topic.rst:5
msgid "Returns: :obj:`bool`"
msgstr ""
#: aiogram.methods.close_general_forum_topic.CloseGeneralForumTopic:1 of
msgid ""
"Use this method to close an open 'General' topic in a forum supergroup "
"chat. The bot must be an administrator in the chat for this to work and "
"must have the *can_manage_topics* administrator rights. Returns "
":code:`True` on success."
msgstr ""
#: aiogram.methods.close_general_forum_topic.CloseGeneralForumTopic:3 of
msgid "Source: https://core.telegram.org/bots/api#closegeneralforumtopic"
msgstr ""
#: ../../docstring
#: aiogram.methods.close_general_forum_topic.CloseGeneralForumTopic.chat_id:1
#: of
msgid ""
"Unique identifier for the target chat or username of the target "
"supergroup (in the format :code:`@supergroupusername`)"
msgstr ""
#: ../../api/methods/close_general_forum_topic.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/close_general_forum_topic.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/close_general_forum_topic.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/close_general_forum_topic.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/close_general_forum_topic.rst:29
msgid ""
":code:`from aiogram.methods.close_general_forum_topic import "
"CloseGeneralForumTopic`"
msgstr ""
#: ../../api/methods/close_general_forum_topic.rst:30
msgid "alias: :code:`from aiogram.methods import CloseGeneralForumTopic`"
msgstr ""
#: ../../api/methods/close_general_forum_topic.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/close_general_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""

View file

@ -0,0 +1,84 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 22:28+0200\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"
#: ../../api/methods/edit_general_forum_topic.rst:3
msgid "editGeneralForumTopic"
msgstr ""
#: ../../api/methods/edit_general_forum_topic.rst:5
msgid "Returns: :obj:`bool`"
msgstr ""
#: aiogram.methods.edit_general_forum_topic.EditGeneralForumTopic:1 of
msgid ""
"Use this method to edit the name of the 'General' topic in a forum "
"supergroup chat. The bot must be an administrator in the chat for this to"
" work and must have *can_manage_topics* administrator rights. Returns "
":code:`True` on success."
msgstr ""
#: aiogram.methods.edit_general_forum_topic.EditGeneralForumTopic:3 of
msgid "Source: https://core.telegram.org/bots/api#editgeneralforumtopic"
msgstr ""
#: ../../docstring
#: aiogram.methods.edit_general_forum_topic.EditGeneralForumTopic.chat_id:1 of
msgid ""
"Unique identifier for the target chat or username of the target "
"supergroup (in the format :code:`@supergroupusername`)"
msgstr ""
#: ../../docstring
#: aiogram.methods.edit_general_forum_topic.EditGeneralForumTopic.name:1 of
msgid "New topic name, 1-128 characters"
msgstr ""
#: ../../api/methods/edit_general_forum_topic.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/edit_general_forum_topic.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/edit_general_forum_topic.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/edit_general_forum_topic.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/edit_general_forum_topic.rst:29
msgid ""
":code:`from aiogram.methods.edit_general_forum_topic import "
"EditGeneralForumTopic`"
msgstr ""
#: ../../api/methods/edit_general_forum_topic.rst:30
msgid "alias: :code:`from aiogram.methods import EditGeneralForumTopic`"
msgstr ""
#: ../../api/methods/edit_general_forum_topic.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/edit_general_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""

View file

@ -0,0 +1,79 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 22:28+0200\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"
#: ../../api/methods/hide_general_forum_topic.rst:3
msgid "hideGeneralForumTopic"
msgstr ""
#: ../../api/methods/hide_general_forum_topic.rst:5
msgid "Returns: :obj:`bool`"
msgstr ""
#: aiogram.methods.hide_general_forum_topic.HideGeneralForumTopic:1 of
msgid ""
"Use this method to hide the 'General' topic in a forum supergroup chat. "
"The bot must be an administrator in the chat for this to work and must "
"have the *can_manage_topics* administrator rights. The topic will be "
"automatically closed if it was open. Returns :code:`True` on success."
msgstr ""
#: aiogram.methods.hide_general_forum_topic.HideGeneralForumTopic:3 of
msgid "Source: https://core.telegram.org/bots/api#hidegeneralforumtopic"
msgstr ""
#: ../../docstring
#: aiogram.methods.hide_general_forum_topic.HideGeneralForumTopic.chat_id:1 of
msgid ""
"Unique identifier for the target chat or username of the target "
"supergroup (in the format :code:`@supergroupusername`)"
msgstr ""
#: ../../api/methods/hide_general_forum_topic.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/hide_general_forum_topic.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/hide_general_forum_topic.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/hide_general_forum_topic.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/hide_general_forum_topic.rst:29
msgid ""
":code:`from aiogram.methods.hide_general_forum_topic import "
"HideGeneralForumTopic`"
msgstr ""
#: ../../api/methods/hide_general_forum_topic.rst:30
msgid "alias: :code:`from aiogram.methods import HideGeneralForumTopic`"
msgstr ""
#: ../../api/methods/hide_general_forum_topic.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/hide_general_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""

View file

@ -0,0 +1,81 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 22:28+0200\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"
#: ../../api/methods/reopen_general_forum_topic.rst:3
msgid "reopenGeneralForumTopic"
msgstr ""
#: ../../api/methods/reopen_general_forum_topic.rst:5
msgid "Returns: :obj:`bool`"
msgstr ""
#: aiogram.methods.reopen_general_forum_topic.ReopenGeneralForumTopic:1 of
msgid ""
"Use this method to reopen a closed 'General' topic in a forum supergroup "
"chat. The bot must be an administrator in the chat for this to work and "
"must have the *can_manage_topics* administrator rights. The topic will be"
" automatically unhidden if it was hidden. Returns :code:`True` on "
"success."
msgstr ""
#: aiogram.methods.reopen_general_forum_topic.ReopenGeneralForumTopic:3 of
msgid "Source: https://core.telegram.org/bots/api#reopengeneralforumtopic"
msgstr ""
#: ../../docstring
#: aiogram.methods.reopen_general_forum_topic.ReopenGeneralForumTopic.chat_id:1
#: of
msgid ""
"Unique identifier for the target chat or username of the target "
"supergroup (in the format :code:`@supergroupusername`)"
msgstr ""
#: ../../api/methods/reopen_general_forum_topic.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/reopen_general_forum_topic.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/reopen_general_forum_topic.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/reopen_general_forum_topic.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/reopen_general_forum_topic.rst:29
msgid ""
":code:`from aiogram.methods.reopen_general_forum_topic import "
"ReopenGeneralForumTopic`"
msgstr ""
#: ../../api/methods/reopen_general_forum_topic.rst:30
msgid "alias: :code:`from aiogram.methods import ReopenGeneralForumTopic`"
msgstr ""
#: ../../api/methods/reopen_general_forum_topic.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/reopen_general_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""

View file

@ -0,0 +1,80 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 22:28+0200\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"
#: ../../api/methods/unhide_general_forum_topic.rst:3
msgid "unhideGeneralForumTopic"
msgstr ""
#: ../../api/methods/unhide_general_forum_topic.rst:5
msgid "Returns: :obj:`bool`"
msgstr ""
#: aiogram.methods.unhide_general_forum_topic.UnhideGeneralForumTopic:1 of
msgid ""
"Use this method to unhide the 'General' topic in a forum supergroup chat."
" The bot must be an administrator in the chat for this to work and must "
"have the *can_manage_topics* administrator rights. Returns :code:`True` "
"on success."
msgstr ""
#: aiogram.methods.unhide_general_forum_topic.UnhideGeneralForumTopic:3 of
msgid "Source: https://core.telegram.org/bots/api#unhidegeneralforumtopic"
msgstr ""
#: ../../docstring
#: aiogram.methods.unhide_general_forum_topic.UnhideGeneralForumTopic.chat_id:1
#: of
msgid ""
"Unique identifier for the target chat or username of the target "
"supergroup (in the format :code:`@supergroupusername`)"
msgstr ""
#: ../../api/methods/unhide_general_forum_topic.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/unhide_general_forum_topic.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/unhide_general_forum_topic.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/unhide_general_forum_topic.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/unhide_general_forum_topic.rst:29
msgid ""
":code:`from aiogram.methods.unhide_general_forum_topic import "
"UnhideGeneralForumTopic`"
msgstr ""
#: ../../api/methods/unhide_general_forum_topic.rst:30
msgid "alias: :code:`from aiogram.methods import UnhideGeneralForumTopic`"
msgstr ""
#: ../../api/methods/unhide_general_forum_topic.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/unhide_general_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""

View file

@ -0,0 +1,41 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 22:28+0200\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"
#: ../../api/types/forum_topic_edited.rst:3
msgid "ForumTopicEdited"
msgstr ""
#: aiogram.types.forum_topic_edited.ForumTopicEdited:1 of
msgid "This object represents a service message about an edited forum topic."
msgstr ""
#: aiogram.types.forum_topic_edited.ForumTopicEdited:3 of
msgid "Source: https://core.telegram.org/bots/api#forumtopicedited"
msgstr ""
#: ../../docstring aiogram.types.forum_topic_edited.ForumTopicEdited.name:1 of
msgid "*Optional*. New name of the topic, if it was edited"
msgstr ""
#: ../../docstring
#: aiogram.types.forum_topic_edited.ForumTopicEdited.icon_custom_emoji_id:1 of
msgid ""
"*Optional*. New identifier of the custom emoji shown as the topic icon, "
"if it was edited; an empty string if the icon was removed"
msgstr ""

View file

@ -0,0 +1,32 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 22:28+0200\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"
#: ../../api/types/general_forum_topic_hidden.rst:3
msgid "GeneralForumTopicHidden"
msgstr ""
#: aiogram.types.general_forum_topic_hidden.GeneralForumTopicHidden:1 of
msgid ""
"This object represents a service message about General forum topic hidden"
" in the chat. Currently holds no information."
msgstr ""
#: aiogram.types.general_forum_topic_hidden.GeneralForumTopicHidden:3 of
msgid "Source: https://core.telegram.org/bots/api#generalforumtopichidden"
msgstr ""

View file

@ -0,0 +1,32 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 22:28+0200\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"
#: ../../api/types/general_forum_topic_unhidden.rst:3
msgid "GeneralForumTopicUnhidden"
msgstr ""
#: aiogram.types.general_forum_topic_unhidden.GeneralForumTopicUnhidden:1 of
msgid ""
"This object represents a service message about General forum topic "
"unhidden in the chat. Currently holds no information."
msgstr ""
#: aiogram.types.general_forum_topic_unhidden.GeneralForumTopicUnhidden:3 of
msgid "Source: https://core.telegram.org/bots/api#generalforumtopicunhidden"
msgstr ""

View file

@ -0,0 +1,33 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 22:28+0200\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"
#: ../../api/types/write_access_allowed.rst:3
msgid "WriteAccessAllowed"
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."
msgstr ""
#: aiogram.types.write_access_allowed.WriteAccessAllowed:3 of
msgid "Source: https://core.telegram.org/bots/api#writeaccessallowed"
msgstr ""

View file

@ -0,0 +1,80 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 22:28+0200\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"
#: ../../api/methods/close_general_forum_topic.rst:3
msgid "closeGeneralForumTopic"
msgstr ""
#: ../../api/methods/close_general_forum_topic.rst:5
msgid "Returns: :obj:`bool`"
msgstr ""
#: aiogram.methods.close_general_forum_topic.CloseGeneralForumTopic:1 of
msgid ""
"Use this method to close an open 'General' topic in a forum supergroup "
"chat. The bot must be an administrator in the chat for this to work and "
"must have the *can_manage_topics* administrator rights. Returns "
":code:`True` on success."
msgstr ""
#: aiogram.methods.close_general_forum_topic.CloseGeneralForumTopic:3 of
msgid "Source: https://core.telegram.org/bots/api#closegeneralforumtopic"
msgstr ""
#: ../../docstring
#: aiogram.methods.close_general_forum_topic.CloseGeneralForumTopic.chat_id:1
#: of
msgid ""
"Unique identifier for the target chat or username of the target "
"supergroup (in the format :code:`@supergroupusername`)"
msgstr ""
#: ../../api/methods/close_general_forum_topic.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/close_general_forum_topic.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/close_general_forum_topic.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/close_general_forum_topic.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/close_general_forum_topic.rst:29
msgid ""
":code:`from aiogram.methods.close_general_forum_topic import "
"CloseGeneralForumTopic`"
msgstr ""
#: ../../api/methods/close_general_forum_topic.rst:30
msgid "alias: :code:`from aiogram.methods import CloseGeneralForumTopic`"
msgstr ""
#: ../../api/methods/close_general_forum_topic.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/close_general_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""

View file

@ -0,0 +1,84 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 22:28+0200\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"
#: ../../api/methods/edit_general_forum_topic.rst:3
msgid "editGeneralForumTopic"
msgstr ""
#: ../../api/methods/edit_general_forum_topic.rst:5
msgid "Returns: :obj:`bool`"
msgstr ""
#: aiogram.methods.edit_general_forum_topic.EditGeneralForumTopic:1 of
msgid ""
"Use this method to edit the name of the 'General' topic in a forum "
"supergroup chat. The bot must be an administrator in the chat for this to"
" work and must have *can_manage_topics* administrator rights. Returns "
":code:`True` on success."
msgstr ""
#: aiogram.methods.edit_general_forum_topic.EditGeneralForumTopic:3 of
msgid "Source: https://core.telegram.org/bots/api#editgeneralforumtopic"
msgstr ""
#: ../../docstring
#: aiogram.methods.edit_general_forum_topic.EditGeneralForumTopic.chat_id:1 of
msgid ""
"Unique identifier for the target chat or username of the target "
"supergroup (in the format :code:`@supergroupusername`)"
msgstr ""
#: ../../docstring
#: aiogram.methods.edit_general_forum_topic.EditGeneralForumTopic.name:1 of
msgid "New topic name, 1-128 characters"
msgstr ""
#: ../../api/methods/edit_general_forum_topic.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/edit_general_forum_topic.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/edit_general_forum_topic.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/edit_general_forum_topic.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/edit_general_forum_topic.rst:29
msgid ""
":code:`from aiogram.methods.edit_general_forum_topic import "
"EditGeneralForumTopic`"
msgstr ""
#: ../../api/methods/edit_general_forum_topic.rst:30
msgid "alias: :code:`from aiogram.methods import EditGeneralForumTopic`"
msgstr ""
#: ../../api/methods/edit_general_forum_topic.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/edit_general_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""

View file

@ -0,0 +1,79 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 22:28+0200\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"
#: ../../api/methods/hide_general_forum_topic.rst:3
msgid "hideGeneralForumTopic"
msgstr ""
#: ../../api/methods/hide_general_forum_topic.rst:5
msgid "Returns: :obj:`bool`"
msgstr ""
#: aiogram.methods.hide_general_forum_topic.HideGeneralForumTopic:1 of
msgid ""
"Use this method to hide the 'General' topic in a forum supergroup chat. "
"The bot must be an administrator in the chat for this to work and must "
"have the *can_manage_topics* administrator rights. The topic will be "
"automatically closed if it was open. Returns :code:`True` on success."
msgstr ""
#: aiogram.methods.hide_general_forum_topic.HideGeneralForumTopic:3 of
msgid "Source: https://core.telegram.org/bots/api#hidegeneralforumtopic"
msgstr ""
#: ../../docstring
#: aiogram.methods.hide_general_forum_topic.HideGeneralForumTopic.chat_id:1 of
msgid ""
"Unique identifier for the target chat or username of the target "
"supergroup (in the format :code:`@supergroupusername`)"
msgstr ""
#: ../../api/methods/hide_general_forum_topic.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/hide_general_forum_topic.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/hide_general_forum_topic.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/hide_general_forum_topic.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/hide_general_forum_topic.rst:29
msgid ""
":code:`from aiogram.methods.hide_general_forum_topic import "
"HideGeneralForumTopic`"
msgstr ""
#: ../../api/methods/hide_general_forum_topic.rst:30
msgid "alias: :code:`from aiogram.methods import HideGeneralForumTopic`"
msgstr ""
#: ../../api/methods/hide_general_forum_topic.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/hide_general_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""

View file

@ -0,0 +1,81 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 22:28+0200\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"
#: ../../api/methods/reopen_general_forum_topic.rst:3
msgid "reopenGeneralForumTopic"
msgstr ""
#: ../../api/methods/reopen_general_forum_topic.rst:5
msgid "Returns: :obj:`bool`"
msgstr ""
#: aiogram.methods.reopen_general_forum_topic.ReopenGeneralForumTopic:1 of
msgid ""
"Use this method to reopen a closed 'General' topic in a forum supergroup "
"chat. The bot must be an administrator in the chat for this to work and "
"must have the *can_manage_topics* administrator rights. The topic will be"
" automatically unhidden if it was hidden. Returns :code:`True` on "
"success."
msgstr ""
#: aiogram.methods.reopen_general_forum_topic.ReopenGeneralForumTopic:3 of
msgid "Source: https://core.telegram.org/bots/api#reopengeneralforumtopic"
msgstr ""
#: ../../docstring
#: aiogram.methods.reopen_general_forum_topic.ReopenGeneralForumTopic.chat_id:1
#: of
msgid ""
"Unique identifier for the target chat or username of the target "
"supergroup (in the format :code:`@supergroupusername`)"
msgstr ""
#: ../../api/methods/reopen_general_forum_topic.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/reopen_general_forum_topic.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/reopen_general_forum_topic.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/reopen_general_forum_topic.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/reopen_general_forum_topic.rst:29
msgid ""
":code:`from aiogram.methods.reopen_general_forum_topic import "
"ReopenGeneralForumTopic`"
msgstr ""
#: ../../api/methods/reopen_general_forum_topic.rst:30
msgid "alias: :code:`from aiogram.methods import ReopenGeneralForumTopic`"
msgstr ""
#: ../../api/methods/reopen_general_forum_topic.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/reopen_general_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""

View file

@ -0,0 +1,80 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 22:28+0200\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"
#: ../../api/methods/unhide_general_forum_topic.rst:3
msgid "unhideGeneralForumTopic"
msgstr ""
#: ../../api/methods/unhide_general_forum_topic.rst:5
msgid "Returns: :obj:`bool`"
msgstr ""
#: aiogram.methods.unhide_general_forum_topic.UnhideGeneralForumTopic:1 of
msgid ""
"Use this method to unhide the 'General' topic in a forum supergroup chat."
" The bot must be an administrator in the chat for this to work and must "
"have the *can_manage_topics* administrator rights. Returns :code:`True` "
"on success."
msgstr ""
#: aiogram.methods.unhide_general_forum_topic.UnhideGeneralForumTopic:3 of
msgid "Source: https://core.telegram.org/bots/api#unhidegeneralforumtopic"
msgstr ""
#: ../../docstring
#: aiogram.methods.unhide_general_forum_topic.UnhideGeneralForumTopic.chat_id:1
#: of
msgid ""
"Unique identifier for the target chat or username of the target "
"supergroup (in the format :code:`@supergroupusername`)"
msgstr ""
#: ../../api/methods/unhide_general_forum_topic.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/unhide_general_forum_topic.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/unhide_general_forum_topic.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/unhide_general_forum_topic.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/unhide_general_forum_topic.rst:29
msgid ""
":code:`from aiogram.methods.unhide_general_forum_topic import "
"UnhideGeneralForumTopic`"
msgstr ""
#: ../../api/methods/unhide_general_forum_topic.rst:30
msgid "alias: :code:`from aiogram.methods import UnhideGeneralForumTopic`"
msgstr ""
#: ../../api/methods/unhide_general_forum_topic.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/unhide_general_forum_topic.rst:40
msgid "As reply into Webhook in handler"
msgstr ""

View file

@ -0,0 +1,41 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 22:28+0200\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"
#: ../../api/types/forum_topic_edited.rst:3
msgid "ForumTopicEdited"
msgstr ""
#: aiogram.types.forum_topic_edited.ForumTopicEdited:1 of
msgid "This object represents a service message about an edited forum topic."
msgstr ""
#: aiogram.types.forum_topic_edited.ForumTopicEdited:3 of
msgid "Source: https://core.telegram.org/bots/api#forumtopicedited"
msgstr ""
#: ../../docstring aiogram.types.forum_topic_edited.ForumTopicEdited.name:1 of
msgid "*Optional*. New name of the topic, if it was edited"
msgstr ""
#: ../../docstring
#: aiogram.types.forum_topic_edited.ForumTopicEdited.icon_custom_emoji_id:1 of
msgid ""
"*Optional*. New identifier of the custom emoji shown as the topic icon, "
"if it was edited; an empty string if the icon was removed"
msgstr ""

View file

@ -0,0 +1,32 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 22:28+0200\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"
#: ../../api/types/general_forum_topic_hidden.rst:3
msgid "GeneralForumTopicHidden"
msgstr ""
#: aiogram.types.general_forum_topic_hidden.GeneralForumTopicHidden:1 of
msgid ""
"This object represents a service message about General forum topic hidden"
" in the chat. Currently holds no information."
msgstr ""
#: aiogram.types.general_forum_topic_hidden.GeneralForumTopicHidden:3 of
msgid "Source: https://core.telegram.org/bots/api#generalforumtopichidden"
msgstr ""

View file

@ -0,0 +1,32 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 22:28+0200\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"
#: ../../api/types/general_forum_topic_unhidden.rst:3
msgid "GeneralForumTopicUnhidden"
msgstr ""
#: aiogram.types.general_forum_topic_unhidden.GeneralForumTopicUnhidden:1 of
msgid ""
"This object represents a service message about General forum topic "
"unhidden in the chat. Currently holds no information."
msgstr ""
#: aiogram.types.general_forum_topic_unhidden.GeneralForumTopicUnhidden:3 of
msgid "Source: https://core.telegram.org/bots/api#generalforumtopicunhidden"
msgstr ""

View file

@ -0,0 +1,33 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2022, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 22:28+0200\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"
#: ../../api/types/write_access_allowed.rst:3
msgid "WriteAccessAllowed"
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."
msgstr ""
#: aiogram.types.write_access_allowed.WriteAccessAllowed:3 of
msgid "Source: https://core.telegram.org/bots/api#writeaccessallowed"
msgstr ""