mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-16 12:07:13 +00:00
97 lines
2.8 KiB
Text
97 lines
2.8 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/session/custom_server.rst:2
|
||
|
|
msgid "Use Custom API server"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: aiogram.client.telegram.TelegramAPIServer:1 of
|
||
|
|
msgid "Base config for API Endpoints"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: aiogram.client.telegram.TelegramAPIServer.api_url:1 of
|
||
|
|
msgid "Generate URL for API methods"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: aiogram.client.telegram.TelegramAPIServer.api_url
|
||
|
|
#: aiogram.client.telegram.TelegramAPIServer.file_url
|
||
|
|
#: aiogram.client.telegram.TelegramAPIServer.from_base of
|
||
|
|
msgid "Parameters"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: aiogram.client.telegram.TelegramAPIServer.api_url:3
|
||
|
|
#: aiogram.client.telegram.TelegramAPIServer.file_url:3 of
|
||
|
|
msgid "Bot token"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: aiogram.client.telegram.TelegramAPIServer.api_url:4 of
|
||
|
|
msgid "API method name (case insensitive)"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: aiogram.client.telegram.TelegramAPIServer.api_url
|
||
|
|
#: aiogram.client.telegram.TelegramAPIServer.file_url
|
||
|
|
#: aiogram.client.telegram.TelegramAPIServer.from_base of
|
||
|
|
msgid "Returns"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: aiogram.client.telegram.TelegramAPIServer.api_url:5
|
||
|
|
#: aiogram.client.telegram.TelegramAPIServer.file_url:5 of
|
||
|
|
msgid "URL"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../docstring aiogram.client.telegram.TelegramAPIServer.base:1
|
||
|
|
#: aiogram.client.telegram.TelegramAPIServer.from_base:3 of
|
||
|
|
msgid "Base URL"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../docstring aiogram.client.telegram.TelegramAPIServer.file:1 of
|
||
|
|
msgid "Files URL"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: aiogram.client.telegram.TelegramAPIServer.file_url:1 of
|
||
|
|
msgid "Generate URL for downloading files"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: aiogram.client.telegram.TelegramAPIServer.file_url:4 of
|
||
|
|
msgid "file path"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: aiogram.client.telegram.TelegramAPIServer.from_base:1 of
|
||
|
|
msgid "Use this method to auto-generate TelegramAPIServer instance from base URL"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: aiogram.client.telegram.TelegramAPIServer.from_base:4 of
|
||
|
|
msgid "instance of :class:`TelegramAPIServer`"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../docstring aiogram.client.telegram.TelegramAPIServer.is_local:1 of
|
||
|
|
msgid ""
|
||
|
|
"Mark this server is in `local mode "
|
||
|
|
"<https://core.telegram.org/bots/api#using-a-local-bot-api-server>`_."
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../docstring aiogram.client.telegram.TelegramAPIServer.wrap_local_file:1
|
||
|
|
#: of
|
||
|
|
msgid "Callback to wrap files path in local mode"
|
||
|
|
msgstr ""
|
||
|
|
|
||
|
|
#: ../../api/session/custom_server.rst:7
|
||
|
|
msgid "For example, if you want to use self-hosted API server:"
|
||
|
|
msgstr ""
|