mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-18 04:46:49 +00:00
Small documentation improvements and texts update
This commit is contained in:
parent
806f8f67d5
commit
ca4c1b4b95
41 changed files with 2160 additions and 1167 deletions
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: aiogram \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-07-30 18:31+0300\n"
|
||||
"POT-Creation-Date: 2023-08-26 23:17+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"
|
||||
|
|
@ -18,15 +18,7 @@ msgstr ""
|
|||
"Generated-By: Babel 2.12.1\n"
|
||||
|
||||
#: ../../../README.rst:3
|
||||
msgid "aiogram |beta badge|"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:94
|
||||
msgid "Beta badge"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:6
|
||||
msgid "This version is still in development!"
|
||||
msgid "aiogram"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:-1
|
||||
|
|
@ -61,7 +53,7 @@ msgstr ""
|
|||
msgid "Codecov"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:40
|
||||
#: ../../../README.rst:37
|
||||
msgid ""
|
||||
"**aiogram** is a modern and fully asynchronous framework for `Telegram "
|
||||
"Bot API <https://core.telegram.org/bots/api>`_ written in Python 3.8 "
|
||||
|
|
@ -69,136 +61,124 @@ msgid ""
|
|||
"`aiohttp <https://github.com/aio-libs/aiohttp>`_."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:45
|
||||
#: ../../../README.rst:42
|
||||
msgid "Make your bots faster and more powerful!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:50
|
||||
#: ../../../README.rst:47
|
||||
msgid "Documentation:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:48
|
||||
#: ../../../README.rst:45
|
||||
msgid "🇺🇸 `English <https://docs.aiogram.dev/en/dev-3.x/>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:49
|
||||
#: ../../../README.rst:46
|
||||
msgid "🇺🇦 `Ukrainian <https://docs.aiogram.dev/uk_UA/dev-3.x/>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:54
|
||||
msgid "**Breaking News:**"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:56
|
||||
msgid "*aiogram* 3.0 has breaking changes."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:58
|
||||
msgid "It breaks backward compatibility by introducing new breaking changes!"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:61
|
||||
#: ../../../README.rst:50
|
||||
msgid "Features"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:63
|
||||
#: ../../../README.rst:52
|
||||
msgid ""
|
||||
"Asynchronous (`asyncio docs "
|
||||
"<https://docs.python.org/3/library/asyncio.html>`_, :pep:`492`)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:64
|
||||
#: ../../../README.rst:53
|
||||
msgid ""
|
||||
"Has type hints (:pep:`484`) and can be used with `mypy <http://mypy-"
|
||||
"lang.org/>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:65
|
||||
#: ../../../README.rst:54
|
||||
msgid "Supports `PyPy <https://www.pypy.org/>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:66
|
||||
#: ../../../README.rst:55
|
||||
msgid ""
|
||||
"Supports `Telegram Bot API 6.7 <https://core.telegram.org/bots/api>`_ and"
|
||||
"Supports `Telegram Bot API 6.8 <https://core.telegram.org/bots/api>`_ and"
|
||||
" gets fast updates to the latest versions of the Bot API"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:67
|
||||
#: ../../../README.rst:56
|
||||
msgid ""
|
||||
"Telegram Bot API integration code was `autogenerated "
|
||||
"<https://github.com/aiogram/tg-codegen>`_ and can be easily re-generated "
|
||||
"when API gets updated"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:68
|
||||
#: ../../../README.rst:57
|
||||
msgid "Updates router (Blueprints)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:69
|
||||
#: ../../../README.rst:58
|
||||
msgid "Has Finite State Machine"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:70
|
||||
#: ../../../README.rst:59
|
||||
msgid ""
|
||||
"Uses powerful `magic filters "
|
||||
"<https://docs.aiogram.dev/en/dev-3.x/dispatcher/filters/magic_filters.html"
|
||||
"#magic-filters>`"
|
||||
"<https://docs.aiogram.dev/en/latest/dispatcher/filters/magic_filters.html"
|
||||
"#magic-filters>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:71
|
||||
#: ../../../README.rst:60
|
||||
msgid "Middlewares (incoming updates and API calls)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:72
|
||||
#: ../../../README.rst:61
|
||||
msgid ""
|
||||
"Provides `Replies into Webhook <https://core.telegram.org/bots/faq#how-"
|
||||
"can-i-make-requests-in-response-to-updates>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:73
|
||||
#: ../../../README.rst:62
|
||||
msgid "Integrated I18n/L10n support with GNU Gettext (or Fluent)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:78
|
||||
#: ../../../README.rst:67
|
||||
msgid ""
|
||||
"It is strongly advised that you have prior experience working with "
|
||||
"`asyncio <https://docs.python.org/3/library/asyncio.html>`_ before "
|
||||
"beginning to use **aiogram**."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:82
|
||||
#: ../../../README.rst:71
|
||||
msgid "If you have any questions, you can visit our community chats on Telegram:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:84
|
||||
#: ../../../README.rst:73
|
||||
msgid "🇺🇸 `@aiogram <https://t.me/aiogram>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:85
|
||||
#: ../../../README.rst:74
|
||||
msgid "🇺🇦 `@aiogramua <https://t.me/aiogramua>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:86
|
||||
#: ../../../README.rst:75
|
||||
msgid "🇺🇿 `@aiogram_uz <https://t.me/aiogram_uz>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:87
|
||||
#: ../../../README.rst:76
|
||||
msgid "🇰🇿 `@aiogram_kz <https://t.me/aiogram_kz>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:88
|
||||
#: ../../../README.rst:77
|
||||
msgid "🇷🇺 `@aiogram_ru <https://t.me/aiogram_ru>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:89
|
||||
#: ../../../README.rst:78
|
||||
msgid "🇮🇷 `@aiogram_fa <https://t.me/aiogram_fa>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:90
|
||||
#: ../../../README.rst:79
|
||||
msgid "🇮🇹 `@aiogram_it <https://t.me/aiogram_it>`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../README.rst:91
|
||||
#: ../../../README.rst:80
|
||||
msgid "🇧🇷 `@aiogram_br <https://t.me/aiogram_br>`_"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -236,3 +216,34 @@ msgstr ""
|
|||
#~ " updates to the latest versions of"
|
||||
#~ " the Bot API"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "aiogram |beta badge|"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "Beta badge"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "This version is still in development!"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "**Breaking News:**"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "*aiogram* 3.0 has breaking changes."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "It breaks backward compatibility by introducing new breaking changes!"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Supports `Telegram Bot API 6.7 "
|
||||
#~ "<https://core.telegram.org/bots/api>`_ and gets fast"
|
||||
#~ " updates to the latest versions of"
|
||||
#~ " the Bot API"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Uses powerful `magic filters "
|
||||
#~ "<https://docs.aiogram.dev/en/dev-3.x/dispatcher/filters/magic_filters.html"
|
||||
#~ "#magic-filters>`"
|
||||
#~ msgstr ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue