mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
58 lines
2.1 KiB
Text
58 lines
2.1 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.
|
||
#
|
||
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: 2023-02-26 19:15+0500\n"
|
||
"Last-Translator: \n"
|
||
"Language-Team: ru <LL@li.org>\n"
|
||
"Language: ru\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=utf-8\n"
|
||
"Content-Transfer-Encoding: 8bit\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"
|
||
"Generated-By: Babel 2.9.1\n"
|
||
"X-Generator: Poedit 3.2.2\n"
|
||
|
||
#: ../../api/bot.rst:3
|
||
msgid "Bot"
|
||
msgstr "Bot"
|
||
|
||
#: ../../api/bot.rst:5
|
||
msgid ""
|
||
"Bot instance can be created from :code:`aiogram.Bot` (:code:`from "
|
||
"aiogram import Bot`) and you can't use methods without instance of bot "
|
||
"with configured token."
|
||
msgstr ""
|
||
"Экземпляр класса Bot может быть создан с помощью :code:`aiogram.Bot` (:"
|
||
"code:`from aiogram import Bot`) и вы не можете использовать методы без "
|
||
"экземпляра бота с настроенным токеном."
|
||
|
||
#: ../../api/bot.rst:8
|
||
msgid ""
|
||
"This class has aliases for all methods and named in :code:"
|
||
"`lower_camel_case`."
|
||
msgstr ""
|
||
"Названия всех методов в этом класса имеют вид :code:`lower_camel_case`."
|
||
|
||
#: ../../api/bot.rst:10
|
||
msgid ""
|
||
"For example :code:`sendMessage` named :code:`send_message` and has the "
|
||
"same specification with all class-based methods."
|
||
msgstr ""
|
||
"Например метод :code:`sendMessage` назван :code:`send_message` и имеет "
|
||
"одинаковую спецификацию со всеми методами на основе классов."
|
||
|
||
#: ../../api/bot.rst:14
|
||
msgid ""
|
||
"A full list of methods can be found in the appropriate section of the "
|
||
"documentation"
|
||
msgstr ""
|
||
"Полный список методов может быть найден в соответствующем разделе "
|
||
"документации"
|