aiogram/docs/locale/ru/LC_MESSAGES/api/methods/delete_message.po
2023-02-26 20:32:13 +05:00

74 lines
1.8 KiB
Text

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, aiogram Team
# This file is distributed under the same license as the aiogram package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-02-26 16:57+0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ru\n"
"Language-Team: ru <LL@li.org>\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\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"
#: ../../api/methods/delete_message.rst:3
msgid "deleteMessage"
msgstr ""
#: ../../api/methods/delete_message.rst:5
msgid "Returns: :obj:`bool`"
msgstr ""
#: ../../api/methods/delete_message.rst:14
msgid "Usage"
msgstr ""
#: ../../api/methods/delete_message.rst:17
msgid "As bot method"
msgstr ""
#: ../../api/methods/delete_message.rst:25
msgid "Method as object"
msgstr ""
#: ../../api/methods/delete_message.rst:27
msgid "Imports:"
msgstr ""
#: ../../api/methods/delete_message.rst:29
msgid ":code:`from aiogram.methods.delete_message import DeleteMessage`"
msgstr ""
#: ../../api/methods/delete_message.rst:30
msgid "alias: :code:`from aiogram.methods import DeleteMessage`"
msgstr ""
#: ../../api/methods/delete_message.rst:33
msgid "With specific bot"
msgstr ""
#: ../../api/methods/delete_message.rst:40
msgid "As reply into Webhook in handler"
msgstr ""
#: ../../api/methods/delete_message.rst:48
msgid "As shortcut from received object"
msgstr ""
#: ../../api/methods/delete_message.rst:50
msgid ":meth:`aiogram.types.message.Message.delete`"
msgstr ""
#: ../../api/methods/delete_message.rst:51
msgid ":meth:`aiogram.types.chat.Chat.delete_message`"
msgstr ""