mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-15 20:02:22 +00:00
Bot API 6.6 (#1139)
* Added basic support of Bot API 6.6 * Update descriptions * Added StickerFormat enum * Bump version * Refresh from docs * Fixed CommandStart * Fixed files uploading * Cover new functionality * Added changelog * Update texts
This commit is contained in:
parent
5adaf7a567
commit
6570d0bab1
218 changed files with 7687 additions and 1741 deletions
|
|
@ -8,23 +8,29 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: aiogram \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-11-23 00:47+0200\n"
|
||||
"POT-Creation-Date: 2023-03-11 01:52+0200\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"
|
||||
"Generated-By: Babel 2.11.0\n"
|
||||
|
||||
#: ../../api/enums/inline_query_result_type.rst:3
|
||||
msgid "InlineQueryResultType"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.enums.inline_query_result_type.InlineQueryResultType:1 of
|
||||
msgid "The part of the face relative to which the mask should be placed."
|
||||
msgid "Type of inline query result"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.enums.inline_query_result_type.InlineQueryResultType:3 of
|
||||
msgid "Source: https://core.telegram.org/bots/api#maskposition"
|
||||
msgid "Source: https://core.telegram.org/bots/api#inlinequeryresult"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "The part of the face relative to which the mask should be placed."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "Source: https://core.telegram.org/bots/api#maskposition"
|
||||
#~ msgstr ""
|
||||
|
|
|
|||
30
docs/locale/en/LC_MESSAGES/api/enums/sticker_format.po
Normal file
30
docs/locale/en/LC_MESSAGES/api/enums/sticker_format.po
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# 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-03-11 01:52+0200\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.11.0\n"
|
||||
|
||||
#: ../../api/enums/sticker_format.rst:3
|
||||
msgid "StickerFormat"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.enums.sticker_format.StickerFormat:1 of
|
||||
msgid "Format of the sticker"
|
||||
msgstr ""
|
||||
|
||||
#: aiogram.enums.sticker_format.StickerFormat:3 of
|
||||
msgid "Source: https://core.telegram.org/bots/api#createnewstickerset"
|
||||
msgstr ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue