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
141 lines
4.3 KiB
Text
141 lines
4.3 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/send_location.rst:3
|
|
msgid "sendLocation"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_location.rst:5
|
|
msgid "Returns: :obj:`Message`"
|
|
msgstr ""
|
|
|
|
#: aiogram.methods.send_location.SendLocation:1 of
|
|
msgid ""
|
|
"Use this method to send point on the map. On success, the sent "
|
|
":class:`aiogram.types.message.Message` is returned."
|
|
msgstr ""
|
|
|
|
#: aiogram.methods.send_location.SendLocation:3 of
|
|
msgid "Source: https://core.telegram.org/bots/api#sendlocation"
|
|
msgstr ""
|
|
|
|
#: ../../docstring aiogram.methods.send_location.SendLocation.chat_id:1 of
|
|
msgid ""
|
|
"Unique identifier for the target chat or username of the target channel "
|
|
"(in the format :code:`@channelusername`)"
|
|
msgstr ""
|
|
|
|
#: ../../docstring aiogram.methods.send_location.SendLocation.latitude:1 of
|
|
msgid "Latitude of the location"
|
|
msgstr ""
|
|
|
|
#: ../../docstring aiogram.methods.send_location.SendLocation.longitude:1 of
|
|
msgid "Longitude of the location"
|
|
msgstr ""
|
|
|
|
#: ../../docstring
|
|
#: aiogram.methods.send_location.SendLocation.horizontal_accuracy:1 of
|
|
msgid "The radius of uncertainty for the location, measured in meters; 0-1500"
|
|
msgstr ""
|
|
|
|
#: ../../docstring aiogram.methods.send_location.SendLocation.live_period:1 of
|
|
msgid ""
|
|
"Period in seconds for which the location will be updated (see `Live "
|
|
"Locations <https://telegram.org/blog/live-locations>`_, should be between"
|
|
" 60 and 86400."
|
|
msgstr ""
|
|
|
|
#: ../../docstring aiogram.methods.send_location.SendLocation.heading:1 of
|
|
msgid ""
|
|
"For live locations, a direction in which the user is moving, in degrees. "
|
|
"Must be between 1 and 360 if specified."
|
|
msgstr ""
|
|
|
|
#: ../../docstring
|
|
#: aiogram.methods.send_location.SendLocation.proximity_alert_radius:1 of
|
|
msgid ""
|
|
"For live locations, a maximum distance for proximity alerts about "
|
|
"approaching another chat member, in meters. Must be between 1 and 100000 "
|
|
"if specified."
|
|
msgstr ""
|
|
|
|
#: ../../docstring
|
|
#: aiogram.methods.send_location.SendLocation.disable_notification:1 of
|
|
msgid ""
|
|
"Sends the message `silently <https://telegram.org/blog/channels-2-0"
|
|
"#silent-messages>`_. Users will receive a notification with no sound."
|
|
msgstr ""
|
|
|
|
#: ../../docstring aiogram.methods.send_location.SendLocation.protect_content:1
|
|
#: of
|
|
msgid "Protects the contents of the sent message from forwarding and saving"
|
|
msgstr ""
|
|
|
|
#: ../../docstring
|
|
#: aiogram.methods.send_location.SendLocation.reply_to_message_id:1 of
|
|
msgid "If the message is a reply, ID of the original message"
|
|
msgstr ""
|
|
|
|
#: ../../docstring
|
|
#: aiogram.methods.send_location.SendLocation.allow_sending_without_reply:1 of
|
|
msgid ""
|
|
"Pass :code:`True` if the message should be sent even if the specified "
|
|
"replied-to message is not found"
|
|
msgstr ""
|
|
|
|
#: ../../docstring aiogram.methods.send_location.SendLocation.reply_markup:1 of
|
|
msgid ""
|
|
"Additional interface options. A JSON-serialized object for an `inline "
|
|
"keyboard <https://core.telegram.org/bots#inline-keyboards-and-on-the-fly-"
|
|
"updating>`_, `custom reply keyboard "
|
|
"<https://core.telegram.org/bots#keyboards>`_, instructions to remove "
|
|
"reply keyboard or to force a reply from the user."
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_location.rst:14
|
|
msgid "Usage"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_location.rst:17
|
|
msgid "As bot method"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_location.rst:25
|
|
msgid "Method as object"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_location.rst:27
|
|
msgid "Imports:"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_location.rst:29
|
|
msgid ":code:`from aiogram.methods.send_location import SendLocation`"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_location.rst:30
|
|
msgid "alias: :code:`from aiogram.methods import SendLocation`"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_location.rst:33
|
|
msgid "With specific bot"
|
|
msgstr ""
|
|
|
|
#: ../../api/methods/send_location.rst:40
|
|
msgid "As reply into Webhook in handler"
|
|
msgstr ""
|