From ea0987e7d98b96fb4c08cd098deea1fbbda7b3d9 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 7 Jan 2023 22:42:01 +0200 Subject: [PATCH] Added lost text files --- .../api/methods/close_general_forum_topic.po | 80 ++++++++++++++++++ .../api/methods/edit_general_forum_topic.po | 84 +++++++++++++++++++ .../api/methods/hide_general_forum_topic.po | 79 +++++++++++++++++ .../api/methods/reopen_general_forum_topic.po | 81 ++++++++++++++++++ .../api/methods/unhide_general_forum_topic.po | 80 ++++++++++++++++++ .../api/types/forum_topic_edited.po | 41 +++++++++ .../api/types/general_forum_topic_hidden.po | 32 +++++++ .../api/types/general_forum_topic_unhidden.po | 32 +++++++ .../api/types/write_access_allowed.po | 33 ++++++++ .../api/methods/close_general_forum_topic.po | 80 ++++++++++++++++++ .../api/methods/edit_general_forum_topic.po | 84 +++++++++++++++++++ .../api/methods/hide_general_forum_topic.po | 79 +++++++++++++++++ .../api/methods/reopen_general_forum_topic.po | 81 ++++++++++++++++++ .../api/methods/unhide_general_forum_topic.po | 80 ++++++++++++++++++ .../api/types/forum_topic_edited.po | 41 +++++++++ .../api/types/general_forum_topic_hidden.po | 32 +++++++ .../api/types/general_forum_topic_unhidden.po | 32 +++++++ .../api/types/write_access_allowed.po | 33 ++++++++ 18 files changed, 1084 insertions(+) create mode 100644 docs/locale/en/LC_MESSAGES/api/methods/close_general_forum_topic.po create mode 100644 docs/locale/en/LC_MESSAGES/api/methods/edit_general_forum_topic.po create mode 100644 docs/locale/en/LC_MESSAGES/api/methods/hide_general_forum_topic.po create mode 100644 docs/locale/en/LC_MESSAGES/api/methods/reopen_general_forum_topic.po create mode 100644 docs/locale/en/LC_MESSAGES/api/methods/unhide_general_forum_topic.po create mode 100644 docs/locale/en/LC_MESSAGES/api/types/forum_topic_edited.po create mode 100644 docs/locale/en/LC_MESSAGES/api/types/general_forum_topic_hidden.po create mode 100644 docs/locale/en/LC_MESSAGES/api/types/general_forum_topic_unhidden.po create mode 100644 docs/locale/en/LC_MESSAGES/api/types/write_access_allowed.po create mode 100644 docs/locale/uk_UA/LC_MESSAGES/api/methods/close_general_forum_topic.po create mode 100644 docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_general_forum_topic.po create mode 100644 docs/locale/uk_UA/LC_MESSAGES/api/methods/hide_general_forum_topic.po create mode 100644 docs/locale/uk_UA/LC_MESSAGES/api/methods/reopen_general_forum_topic.po create mode 100644 docs/locale/uk_UA/LC_MESSAGES/api/methods/unhide_general_forum_topic.po create mode 100644 docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic_edited.po create mode 100644 docs/locale/uk_UA/LC_MESSAGES/api/types/general_forum_topic_hidden.po create mode 100644 docs/locale/uk_UA/LC_MESSAGES/api/types/general_forum_topic_unhidden.po create mode 100644 docs/locale/uk_UA/LC_MESSAGES/api/types/write_access_allowed.po diff --git a/docs/locale/en/LC_MESSAGES/api/methods/close_general_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/close_general_forum_topic.po new file mode 100644 index 00000000..f67c10fd --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/api/methods/close_general_forum_topic.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \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 "" diff --git a/docs/locale/en/LC_MESSAGES/api/methods/edit_general_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/edit_general_forum_topic.po new file mode 100644 index 00000000..75700ab7 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/api/methods/edit_general_forum_topic.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \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 "" diff --git a/docs/locale/en/LC_MESSAGES/api/methods/hide_general_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/hide_general_forum_topic.po new file mode 100644 index 00000000..500edf6d --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/api/methods/hide_general_forum_topic.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \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 "" diff --git a/docs/locale/en/LC_MESSAGES/api/methods/reopen_general_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/reopen_general_forum_topic.po new file mode 100644 index 00000000..cd6c41db --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/api/methods/reopen_general_forum_topic.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \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 "" diff --git a/docs/locale/en/LC_MESSAGES/api/methods/unhide_general_forum_topic.po b/docs/locale/en/LC_MESSAGES/api/methods/unhide_general_forum_topic.po new file mode 100644 index 00000000..3432fdfb --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/api/methods/unhide_general_forum_topic.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \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 "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/forum_topic_edited.po b/docs/locale/en/LC_MESSAGES/api/types/forum_topic_edited.po new file mode 100644 index 00000000..26fe021a --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/api/types/forum_topic_edited.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \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 "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/general_forum_topic_hidden.po b/docs/locale/en/LC_MESSAGES/api/types/general_forum_topic_hidden.po new file mode 100644 index 00000000..0cb7dbe1 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/api/types/general_forum_topic_hidden.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \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 "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/general_forum_topic_unhidden.po b/docs/locale/en/LC_MESSAGES/api/types/general_forum_topic_unhidden.po new file mode 100644 index 00000000..84782543 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/api/types/general_forum_topic_unhidden.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \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 "" diff --git a/docs/locale/en/LC_MESSAGES/api/types/write_access_allowed.po b/docs/locale/en/LC_MESSAGES/api/types/write_access_allowed.po new file mode 100644 index 00000000..e2754dd2 --- /dev/null +++ b/docs/locale/en/LC_MESSAGES/api/types/write_access_allowed.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \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 "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/close_general_forum_topic.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/close_general_forum_topic.po new file mode 100644 index 00000000..f67c10fd --- /dev/null +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/close_general_forum_topic.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \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 "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_general_forum_topic.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_general_forum_topic.po new file mode 100644 index 00000000..75700ab7 --- /dev/null +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/edit_general_forum_topic.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \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 "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/hide_general_forum_topic.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/hide_general_forum_topic.po new file mode 100644 index 00000000..500edf6d --- /dev/null +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/hide_general_forum_topic.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \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 "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/reopen_general_forum_topic.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/reopen_general_forum_topic.po new file mode 100644 index 00000000..cd6c41db --- /dev/null +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/reopen_general_forum_topic.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \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 "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/methods/unhide_general_forum_topic.po b/docs/locale/uk_UA/LC_MESSAGES/api/methods/unhide_general_forum_topic.po new file mode 100644 index 00000000..3432fdfb --- /dev/null +++ b/docs/locale/uk_UA/LC_MESSAGES/api/methods/unhide_general_forum_topic.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \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 "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic_edited.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic_edited.po new file mode 100644 index 00000000..26fe021a --- /dev/null +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/forum_topic_edited.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \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 "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/general_forum_topic_hidden.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/general_forum_topic_hidden.po new file mode 100644 index 00000000..0cb7dbe1 --- /dev/null +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/general_forum_topic_hidden.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \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 "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/general_forum_topic_unhidden.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/general_forum_topic_unhidden.po new file mode 100644 index 00000000..84782543 --- /dev/null +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/general_forum_topic_unhidden.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \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 "" diff --git a/docs/locale/uk_UA/LC_MESSAGES/api/types/write_access_allowed.po b/docs/locale/uk_UA/LC_MESSAGES/api/types/write_access_allowed.po new file mode 100644 index 00000000..e2754dd2 --- /dev/null +++ b/docs/locale/uk_UA/LC_MESSAGES/api/types/write_access_allowed.po @@ -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 , 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 \n" +"Language-Team: LANGUAGE \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 ""