Refresh translation files

This commit is contained in:
Alex Root Junior 2023-10-29 02:32:40 +03:00
parent a355daba49
commit 228a86afdc
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
12 changed files with 392 additions and 146 deletions

View file

@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-02 15:10+0300\n"
"POT-Creation-Date: 2023-10-29 02:16+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"
"Generated-By: Babel 2.13.1\n"
#: ../../api/methods/get_updates.rst:3
msgid "getUpdates"
@ -78,39 +78,39 @@ msgstr ""
#: ../../docstring aiogram.methods.get_updates.GetUpdates.allowed_updates:1 of
msgid ""
"A JSON-serialized list of the update types you want your bot to receive. "
"For example, specify ['message', 'edited_channel_post', 'callback_query']"
" to only receive updates of these types. See "
"For example, specify :code:`[\"message\", \"edited_channel_post\", "
"\"callback_query\"]` to only receive updates of these types. See "
":class:`aiogram.types.update.Update` for a complete list of available "
"update types. Specify an empty list to receive all update types except "
"*chat_member* (default). If not specified, the previous setting will be "
"used."
msgstr ""
#: ../../api/methods/get_updates.rst:14
#: ../../api/methods/get_updates.rst:15
msgid "Usage"
msgstr ""
#: ../../api/methods/get_updates.rst:17
#: ../../api/methods/get_updates.rst:18
msgid "As bot method"
msgstr ""
#: ../../api/methods/get_updates.rst:25
#: ../../api/methods/get_updates.rst:26
msgid "Method as object"
msgstr ""
#: ../../api/methods/get_updates.rst:27
#: ../../api/methods/get_updates.rst:28
msgid "Imports:"
msgstr ""
#: ../../api/methods/get_updates.rst:29
#: ../../api/methods/get_updates.rst:30
msgid ":code:`from aiogram.methods.get_updates import GetUpdates`"
msgstr ""
#: ../../api/methods/get_updates.rst:30
#: ../../api/methods/get_updates.rst:31
msgid "alias: :code:`from aiogram.methods import GetUpdates`"
msgstr ""
#: ../../api/methods/get_updates.rst:33
#: ../../api/methods/get_updates.rst:34
msgid "With specific bot"
msgstr ""
@ -131,3 +131,17 @@ msgstr ""
#~ "of the updates queue. All previous "
#~ "updates will forgotten."
#~ msgstr ""
#~ msgid ""
#~ "A JSON-serialized list of the "
#~ "update types you want your bot to"
#~ " receive. For example, specify ['message',"
#~ " 'edited_channel_post', 'callback_query'] to only"
#~ " receive updates of these types. See"
#~ " :class:`aiogram.types.update.Update` for a "
#~ "complete list of available update types."
#~ " Specify an empty list to receive "
#~ "all update types except *chat_member* "
#~ "(default). If not specified, the "
#~ "previous setting will be used."
#~ msgstr ""

View file

@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-02-12 00:22+0200\n"
"POT-Creation-Date: 2023-10-29 02:16+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.9.1\n"
"Generated-By: Babel 2.13.1\n"
#: ../../api/methods/promote_chat_member.rst:3
msgid "promoteChatMember"
@ -58,23 +58,9 @@ msgstr ""
#: aiogram.methods.promote_chat_member.PromoteChatMember.can_manage_chat:1 of
msgid ""
"Pass :code:`True` if the administrator can access the chat event log, "
"chat statistics, message statistics in channels, see channel members, see"
" anonymous administrators in supergroups and ignore slow mode. Implied by"
" any other administrator privilege"
msgstr ""
#: ../../docstring
#: aiogram.methods.promote_chat_member.PromoteChatMember.can_post_messages:1 of
msgid ""
"Pass :code:`True` if the administrator can create channel posts, channels"
" only"
msgstr ""
#: ../../docstring
#: aiogram.methods.promote_chat_member.PromoteChatMember.can_edit_messages:1 of
msgid ""
"Pass :code:`True` if the administrator can edit messages of other users "
"and can pin messages, channels only"
"boost list in channels, see channel members, report spam messages, see "
"anonymous administrators in supergroups and ignore slow mode. Implied by "
"any other administrator privilege"
msgstr ""
#: ../../docstring
@ -94,7 +80,7 @@ msgstr ""
#: of
msgid ""
"Pass :code:`True` if the administrator can restrict, ban or unban chat "
"members"
"members, or access supergroup statistics"
msgstr ""
#: ../../docstring
@ -119,11 +105,47 @@ msgstr ""
msgid "Pass :code:`True` if the administrator can invite new users to the chat"
msgstr ""
#: ../../docstring
#: aiogram.methods.promote_chat_member.PromoteChatMember.can_post_messages:1 of
msgid ""
"Pass :code:`True` if the administrator can post messages in the channel, "
"or access channel statistics; channels only"
msgstr ""
#: ../../docstring
#: aiogram.methods.promote_chat_member.PromoteChatMember.can_edit_messages:1 of
msgid ""
"Pass :code:`True` if the administrator can edit messages of other users "
"and can pin messages; channels only"
msgstr ""
#: ../../docstring
#: aiogram.methods.promote_chat_member.PromoteChatMember.can_pin_messages:1 of
msgid "Pass :code:`True` if the administrator can pin messages, supergroups only"
msgstr ""
#: ../../docstring
#: aiogram.methods.promote_chat_member.PromoteChatMember.can_post_stories:1 of
msgid ""
"Pass :code:`True` if the administrator can post stories in the channel; "
"channels only"
msgstr ""
#: ../../docstring
#: aiogram.methods.promote_chat_member.PromoteChatMember.can_edit_stories:1 of
msgid ""
"Pass :code:`True` if the administrator can edit stories posted by other "
"users; channels only"
msgstr ""
#: ../../docstring
#: aiogram.methods.promote_chat_member.PromoteChatMember.can_delete_stories:1
#: of
msgid ""
"Pass :code:`True` if the administrator can delete stories posted by other"
" users; channels only"
msgstr ""
#: ../../docstring
#: aiogram.methods.promote_chat_member.PromoteChatMember.can_manage_topics:1 of
msgid ""
@ -131,43 +153,43 @@ msgid ""
"reopen forum topics, supergroups only"
msgstr ""
#: ../../api/methods/promote_chat_member.rst:14
#: ../../api/methods/promote_chat_member.rst:15
msgid "Usage"
msgstr ""
#: ../../api/methods/promote_chat_member.rst:17
#: ../../api/methods/promote_chat_member.rst:18
msgid "As bot method"
msgstr ""
#: ../../api/methods/promote_chat_member.rst:25
#: ../../api/methods/promote_chat_member.rst:26
msgid "Method as object"
msgstr ""
#: ../../api/methods/promote_chat_member.rst:27
#: ../../api/methods/promote_chat_member.rst:28
msgid "Imports:"
msgstr ""
#: ../../api/methods/promote_chat_member.rst:29
#: ../../api/methods/promote_chat_member.rst:30
msgid ":code:`from aiogram.methods.promote_chat_member import PromoteChatMember`"
msgstr ""
#: ../../api/methods/promote_chat_member.rst:30
#: ../../api/methods/promote_chat_member.rst:31
msgid "alias: :code:`from aiogram.methods import PromoteChatMember`"
msgstr ""
#: ../../api/methods/promote_chat_member.rst:33
#: ../../api/methods/promote_chat_member.rst:34
msgid "With specific bot"
msgstr ""
#: ../../api/methods/promote_chat_member.rst:40
#: ../../api/methods/promote_chat_member.rst:41
msgid "As reply into Webhook in handler"
msgstr ""
#: ../../api/methods/promote_chat_member.rst:48
#: ../../api/methods/promote_chat_member.rst:49
msgid "As shortcut from received object"
msgstr ""
#: ../../api/methods/promote_chat_member.rst:50
#: ../../api/methods/promote_chat_member.rst:51
msgid ":meth:`aiogram.types.chat.Chat.promote`"
msgstr ""
@ -181,3 +203,29 @@ msgstr ""
#~ " him)"
#~ msgstr ""
#~ msgid ""
#~ "Pass :code:`True` if the administrator "
#~ "can access the chat event log, "
#~ "chat statistics, message statistics in "
#~ "channels, see channel members, see "
#~ "anonymous administrators in supergroups and"
#~ " ignore slow mode. Implied by any "
#~ "other administrator privilege"
#~ msgstr ""
#~ msgid ""
#~ "Pass :code:`True` if the administrator "
#~ "can create channel posts, channels only"
#~ msgstr ""
#~ msgid ""
#~ "Pass :code:`True` if the administrator "
#~ "can edit messages of other users "
#~ "and can pin messages, channels only"
#~ msgstr ""
#~ msgid ""
#~ "Pass :code:`True` if the administrator "
#~ "can restrict, ban or unban chat "
#~ "members"
#~ 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-10-29 02:16+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.13.1\n"
#: ../../api/methods/set_webhook.rst:3
msgid "setWebhook"
@ -98,8 +98,8 @@ msgstr ""
#: ../../docstring aiogram.methods.set_webhook.SetWebhook.allowed_updates:1 of
msgid ""
"A JSON-serialized list of the update types you want your bot to receive. "
"For example, specify ['message', 'edited_channel_post', 'callback_query']"
" to only receive updates of these types. See "
"For example, specify :code:`[\"message\", \"edited_channel_post\", "
"\"callback_query\"]` to only receive updates of these types. See "
":class:`aiogram.types.update.Update` for a complete list of available "
"update types. Specify an empty list to receive all update types except "
"*chat_member* (default). If not specified, the previous setting will be "
@ -119,34 +119,48 @@ msgid ""
" is useful to ensure that the request comes from a webhook set by you."
msgstr ""
#: ../../api/methods/set_webhook.rst:14
#: ../../api/methods/set_webhook.rst:15
msgid "Usage"
msgstr ""
#: ../../api/methods/set_webhook.rst:17
#: ../../api/methods/set_webhook.rst:18
msgid "As bot method"
msgstr ""
#: ../../api/methods/set_webhook.rst:25
#: ../../api/methods/set_webhook.rst:26
msgid "Method as object"
msgstr ""
#: ../../api/methods/set_webhook.rst:27
#: ../../api/methods/set_webhook.rst:28
msgid "Imports:"
msgstr ""
#: ../../api/methods/set_webhook.rst:29
#: ../../api/methods/set_webhook.rst:30
msgid ":code:`from aiogram.methods.set_webhook import SetWebhook`"
msgstr ""
#: ../../api/methods/set_webhook.rst:30
#: ../../api/methods/set_webhook.rst:31
msgid "alias: :code:`from aiogram.methods import SetWebhook`"
msgstr ""
#: ../../api/methods/set_webhook.rst:33
#: ../../api/methods/set_webhook.rst:34
msgid "With specific bot"
msgstr ""
#: ../../api/methods/set_webhook.rst:40
#: ../../api/methods/set_webhook.rst:41
msgid "As reply into Webhook in handler"
msgstr ""
#~ msgid ""
#~ "A JSON-serialized list of the "
#~ "update types you want your bot to"
#~ " receive. For example, specify ['message',"
#~ " 'edited_channel_post', 'callback_query'] to only"
#~ " receive updates of these types. See"
#~ " :class:`aiogram.types.update.Update` for a "
#~ "complete list of available update types."
#~ " Specify an empty list to receive "
#~ "all update types except *chat_member* "
#~ "(default). If not specified, the "
#~ "previous setting will be used."
#~ msgstr ""

View file

@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-08 19:04+0300\n"
"POT-Creation-Date: 2023-10-29 02:16+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"
"Generated-By: Babel 2.13.1\n"
#: ../../api/types/chat.rst:3
msgid "Chat"
@ -997,38 +997,26 @@ msgstr ""
#: aiogram.types.chat.Chat.promote:12 of
msgid ""
"Pass :code:`True` if the administrator can access the chat event log, "
"chat statistics, message statistics in channels, see channel members, see"
" anonymous administrators in supergroups and ignore slow mode. Implied by"
" any other administrator privilege"
"boost list in channels, see channel members, report spam messages, see "
"anonymous administrators in supergroups and ignore slow mode. Implied by "
"any other administrator privilege"
msgstr ""
#: aiogram.types.chat.Chat.promote:13 of
msgid ""
"Pass :code:`True` if the administrator can create channel posts, channels"
" only"
msgstr ""
#: aiogram.types.chat.Chat.promote:14 of
msgid ""
"Pass :code:`True` if the administrator can edit messages of other users "
"and can pin messages, channels only"
msgstr ""
#: aiogram.types.chat.Chat.promote:15 of
msgid "Pass :code:`True` if the administrator can delete messages of other users"
msgstr ""
#: aiogram.types.chat.Chat.promote:16 of
#: aiogram.types.chat.Chat.promote:14 of
msgid "Pass :code:`True` if the administrator can manage video chats"
msgstr ""
#: aiogram.types.chat.Chat.promote:17 of
#: aiogram.types.chat.Chat.promote:15 of
msgid ""
"Pass :code:`True` if the administrator can restrict, ban or unban chat "
"members"
"members, or access supergroup statistics"
msgstr ""
#: aiogram.types.chat.Chat.promote:18 of
#: aiogram.types.chat.Chat.promote:16 of
msgid ""
"Pass :code:`True` if the administrator can add new administrators with a "
"subset of their own privileges or demote administrators that they have "
@ -1036,27 +1024,57 @@ msgid ""
"appointed by him)"
msgstr ""
#: aiogram.types.chat.Chat.promote:19 of
#: aiogram.types.chat.Chat.promote:17 of
msgid ""
"Pass :code:`True` if the administrator can change chat title, photo and "
"other settings"
msgstr ""
#: aiogram.types.chat.Chat.promote:20 of
#: aiogram.types.chat.Chat.promote:18 of
msgid "Pass :code:`True` if the administrator can invite new users to the chat"
msgstr ""
#: aiogram.types.chat.Chat.promote:19 of
msgid ""
"Pass :code:`True` if the administrator can post messages in the channel, "
"or access channel statistics; channels only"
msgstr ""
#: aiogram.types.chat.Chat.promote:20 of
msgid ""
"Pass :code:`True` if the administrator can edit messages of other users "
"and can pin messages; channels only"
msgstr ""
#: aiogram.types.chat.Chat.promote:21 of
msgid "Pass :code:`True` if the administrator can pin messages, supergroups only"
msgstr ""
#: aiogram.types.chat.Chat.promote:22 of
msgid ""
"Pass :code:`True` if the administrator can post stories in the channel; "
"channels only"
msgstr ""
#: aiogram.types.chat.Chat.promote:23 of
msgid ""
"Pass :code:`True` if the administrator can edit stories posted by other "
"users; channels only"
msgstr ""
#: aiogram.types.chat.Chat.promote:24 of
msgid ""
"Pass :code:`True` if the administrator can delete stories posted by other"
" users; channels only"
msgstr ""
#: aiogram.types.chat.Chat.promote:25 of
msgid ""
"Pass :code:`True` if the user is allowed to create, rename, close, and "
"reopen forum topics, supergroups only"
msgstr ""
#: aiogram.types.chat.Chat.promote:23 of
#: aiogram.types.chat.Chat.promote:26 of
msgid ""
"instance of method "
":class:`aiogram.methods.promote_chat_member.PromoteChatMember`"
@ -1350,3 +1368,30 @@ msgstr ""
#~ "be banned forever. Applied for "
#~ "supergroups and channels only."
#~ msgstr ""
#~ msgid ""
#~ "Pass :code:`True` if the administrator "
#~ "can access the chat event log, "
#~ "chat statistics, message statistics in "
#~ "channels, see channel members, see "
#~ "anonymous administrators in supergroups and"
#~ " ignore slow mode. Implied by any "
#~ "other administrator privilege"
#~ msgstr ""
#~ msgid ""
#~ "Pass :code:`True` if the administrator "
#~ "can create channel posts, channels only"
#~ msgstr ""
#~ msgid ""
#~ "Pass :code:`True` if the administrator "
#~ "can edit messages of other users "
#~ "and can pin messages, channels only"
#~ msgstr ""
#~ msgid ""
#~ "Pass :code:`True` if the administrator "
#~ "can restrict, ban or unban chat "
#~ "members"
#~ msgstr ""

View file

@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-08 19:04+0300\n"
"POT-Creation-Date: 2023-10-29 02:16+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"
"Generated-By: Babel 2.13.1\n"
#: ../../api/types/chat_administrator_rights.rst:3
msgid "ChatAdministratorRights"
@ -39,10 +39,10 @@ msgstr ""
#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_manage_chat:1
#: of
msgid ""
":code:`True`, if the administrator can access the chat event log, chat "
"statistics, boost list in channels, message statistics in channels, see "
"channel members, see anonymous administrators in supergroups and ignore "
"slow mode. Implied by any other administrator privilege"
":code:`True`, if the administrator can access the chat event log, boost "
"list in channels, see channel members, report spam messages, see "
"anonymous administrators in supergroups and ignore slow mode. Implied by "
"any other administrator privilege"
msgstr ""
#: ../../docstring
@ -60,7 +60,9 @@ msgstr ""
#: ../../docstring
#: aiogram.types.chat_administrator_rights.ChatAdministratorRights.can_restrict_members:1
#: of
msgid ":code:`True`, if the administrator can restrict, ban or unban chat members"
msgid ""
":code:`True`, if the administrator can restrict, ban or unban chat "
"members, or access supergroup statistics"
msgstr ""
#: ../../docstring
@ -92,7 +94,7 @@ msgstr ""
#: of
msgid ""
"*Optional*. :code:`True`, if the administrator can post messages in the "
"channel; channels only"
"channel, or access channel statistics; channels only"
msgstr ""
#: ../../docstring
@ -132,7 +134,7 @@ msgstr ""
#: of
msgid ""
"*Optional*. :code:`True`, if the administrator can delete stories posted "
"by other users"
"by other users; channels only"
msgstr ""
#: ../../docstring
@ -168,3 +170,31 @@ msgstr ""
#~ " can post in the channel; channels"
#~ " only"
#~ msgstr ""
#~ msgid ""
#~ ":code:`True`, if the administrator can "
#~ "access the chat event log, chat "
#~ "statistics, boost list in channels, "
#~ "message statistics in channels, see "
#~ "channel members, see anonymous administrators"
#~ " in supergroups and ignore slow mode."
#~ " Implied by any other administrator "
#~ "privilege"
#~ msgstr ""
#~ msgid ""
#~ ":code:`True`, if the administrator can "
#~ "restrict, ban or unban chat members"
#~ msgstr ""
#~ msgid ""
#~ "*Optional*. :code:`True`, if the administrator"
#~ " can post messages in the channel;"
#~ " channels only"
#~ msgstr ""
#~ msgid ""
#~ "*Optional*. :code:`True`, if the administrator"
#~ " can delete stories posted by other"
#~ " users"
#~ msgstr ""

View file

@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-30 18:31+0300\n"
"POT-Creation-Date: 2023-10-29 02:16+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"
"Generated-By: Babel 2.13.1\n"
#: ../../api/types/chat_join_request.rst:3
msgid "ChatJoinRequest"
@ -46,7 +46,7 @@ msgid ""
"languages may have difficulty/silent defects in interpreting it. But it "
"has at most 52 significant bits, so a 64-bit integer or double-precision "
"float type are safe for storing this identifier. The bot can use this "
"identifier for 24 hours to send messages until the join request is "
"identifier for 5 minutes to send messages until the join request is "
"processed, assuming no other administrator contacted the user."
msgstr ""
@ -1616,3 +1616,21 @@ msgstr ""
#~ msgid "Use this method to decline a chat join request."
#~ msgstr ""
#~ msgid ""
#~ "Identifier of a private chat with "
#~ "the user who sent the join "
#~ "request. This number may have more "
#~ "than 32 significant bits and some "
#~ "programming languages may have "
#~ "difficulty/silent defects in interpreting it."
#~ " But it has at most 52 "
#~ "significant bits, so a 64-bit integer"
#~ " or double-precision float type are"
#~ " safe for storing this identifier. "
#~ "The bot can use this identifier "
#~ "for 24 hours to send messages "
#~ "until the join request is processed, "
#~ "assuming no other administrator contacted "
#~ "the user."
#~ msgstr ""

View file

@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-08 19:04+0300\n"
"POT-Creation-Date: 2023-10-29 02:16+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"
"Generated-By: Babel 2.13.1\n"
#: ../../api/types/chat_member_administrator.rst:3
msgid "ChatMemberAdministrator"
@ -60,10 +60,10 @@ msgstr ""
#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_manage_chat:1
#: of
msgid ""
":code:`True`, if the administrator can access the chat event log, chat "
"statistics, boost list in channels, message statistics in channels, see "
"channel members, see anonymous administrators in supergroups and ignore "
"slow mode. Implied by any other administrator privilege"
":code:`True`, if the administrator can access the chat event log, boost "
"list in channels, see channel members, report spam messages, see "
"anonymous administrators in supergroups and ignore slow mode. Implied by "
"any other administrator privilege"
msgstr ""
#: ../../docstring
@ -81,7 +81,9 @@ msgstr ""
#: ../../docstring
#: aiogram.types.chat_member_administrator.ChatMemberAdministrator.can_restrict_members:1
#: of
msgid ":code:`True`, if the administrator can restrict, ban or unban chat members"
msgid ""
":code:`True`, if the administrator can restrict, ban or unban chat "
"members, or access supergroup statistics"
msgstr ""
#: ../../docstring
@ -113,7 +115,7 @@ msgstr ""
#: of
msgid ""
"*Optional*. :code:`True`, if the administrator can post messages in the "
"channel; channels only"
"channel, or access channel statistics; channels only"
msgstr ""
#: ../../docstring
@ -153,7 +155,7 @@ msgstr ""
#: of
msgid ""
"*Optional*. :code:`True`, if the administrator can delete stories posted "
"by other users"
"by other users; channels only"
msgstr ""
#: ../../docstring
@ -195,3 +197,31 @@ msgstr ""
#~ " can post in the channel; channels"
#~ " only"
#~ msgstr ""
#~ msgid ""
#~ ":code:`True`, if the administrator can "
#~ "access the chat event log, chat "
#~ "statistics, boost list in channels, "
#~ "message statistics in channels, see "
#~ "channel members, see anonymous administrators"
#~ " in supergroups and ignore slow mode."
#~ " Implied by any other administrator "
#~ "privilege"
#~ msgstr ""
#~ msgid ""
#~ ":code:`True`, if the administrator can "
#~ "restrict, ban or unban chat members"
#~ msgstr ""
#~ msgid ""
#~ "*Optional*. :code:`True`, if the administrator"
#~ " can post messages in the channel;"
#~ " channels only"
#~ msgstr ""
#~ msgid ""
#~ "*Optional*. :code:`True`, if the administrator"
#~ " can delete stories posted by other"
#~ " users"
#~ 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-10-29 02:16+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.13.1\n"
#: ../../api/types/update.rst:3
msgid "Update"
@ -124,8 +124,9 @@ msgstr ""
#: ../../docstring aiogram.types.update.Update.chat_member:1 of
msgid ""
"*Optional*. A chat member's status was updated in a chat. The bot must be"
" an administrator in the chat and must explicitly specify 'chat_member' "
"in the list of *allowed_updates* to receive these updates."
" an administrator in the chat and must explicitly specify "
":code:`\"chat_member\"` in the list of *allowed_updates* to receive these"
" updates."
msgstr ""
#: ../../docstring aiogram.types.update.Update.chat_join_request:1 of
@ -146,3 +147,12 @@ msgstr ""
#: aiogram.types.update.UpdateTypeLookupError:1 of
msgid "Update does not contain any known event type."
msgstr ""
#~ msgid ""
#~ "*Optional*. A chat member's status was"
#~ " updated in a chat. The bot "
#~ "must be an administrator in the "
#~ "chat and must explicitly specify "
#~ "'chat_member' in the list of "
#~ "*allowed_updates* to receive these updates."
#~ msgstr ""