mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
* Rewrite filters * Update README.rst * Fixed tests * Small optimization of the Text filter (TY to @bomzheg) * Remove dataclass slots argument in due to the only Python 3.10 has an slots argument * Fixed mypy * Update tests * Disable Python 3.11 * Fixed #1013: Empty mention should be None instead of empty string. * Added #990 to the changelog * Added #942 to the changelog * Fixed coverage * Update poetry and dependencies * Fixed mypy * Remove deprecated code * Added more tests, update pyproject.toml * Partial update docs * Added initial Docs translation files * Added more changes * Added log message when connection is established in polling process * Fixed action * Disable lint for PyPy * Added changelog for docs translation
74 lines
1.9 KiB
Text
74 lines
1.9 KiB
Text
# 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-10-01 22:51+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"
|
|
|
|
#: ../../api/methods/delete_webhook.rst:3
|
|
msgid "deleteWebhook"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/delete_webhook.rst:5
|
|
msgid "Returns: :obj:`bool`"
|
|
msgstr ""
|
|
|
|
#: aiogram.methods.delete_webhook.DeleteWebhook:1 of
|
|
msgid ""
|
|
"Use this method to remove webhook integration if you decide to switch "
|
|
"back to :class:`aiogram.methods.get_updates.GetUpdates`. Returns "
|
|
":code:`True` on success."
|
|
msgstr ""
|
|
|
|
#: aiogram.methods.delete_webhook.DeleteWebhook:3 of
|
|
msgid "Source: https://core.telegram.org/bots/api#deletewebhook"
|
|
msgstr ""
|
|
|
|
#: ../../docstring
|
|
#: aiogram.methods.delete_webhook.DeleteWebhook.drop_pending_updates:1 of
|
|
msgid "Pass :code:`True` to drop all pending updates"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/delete_webhook.rst:14
|
|
msgid "Usage"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/delete_webhook.rst:17
|
|
msgid "As bot method"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/delete_webhook.rst:25
|
|
msgid "Method as object"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/delete_webhook.rst:27
|
|
msgid "Imports:"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/delete_webhook.rst:29
|
|
msgid ":code:`from aiogram.methods.delete_webhook import DeleteWebhook`"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/delete_webhook.rst:30
|
|
msgid "alias: :code:`from aiogram.methods import DeleteWebhook`"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/delete_webhook.rst:33
|
|
msgid "With specific bot"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/delete_webhook.rst:40
|
|
msgid "As reply into Webhook in handler"
|
|
msgstr ""
|