Added links to docs

This commit is contained in:
Alex Root Junior 2022-10-02 00:49:27 +03:00
parent 32a6589daf
commit d824155a66
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
3 changed files with 105 additions and 67 deletions

View file

@ -48,6 +48,11 @@ aiogram |beta badge|
Make your bots faster and more powerful! Make your bots faster and more powerful!
Documentation:
- 🇺🇸 `English <https://docs.aiogram.dev/en/dev-3.x/>`_
- 🇺🇦 `Ukrainian <https://docs.aiogram.dev/uk_UA/dev-3.x/>`_
.. danger:: .. danger::
**Breaking News:** **Breaking News:**

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: aiogram \n" "Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n" "POT-Creation-Date: 2022-10-02 00:46+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -21,7 +21,7 @@ msgstr ""
msgid "aiogram |beta badge|" msgid "aiogram |beta badge|"
msgstr "" msgstr ""
#: ../../../README.rst:93 #: ../../../README.rst:98
msgid "Beta badge" msgid "Beta badge"
msgstr "" msgstr ""
@ -77,117 +77,129 @@ msgstr ""
msgid "Make your bots faster and more powerful!" msgid "Make your bots faster and more powerful!"
msgstr "" msgstr ""
#: ../../../README.rst:54
msgid "Documentation:"
msgstr ""
#: ../../../README.rst:52
msgid "🇺🇸 `English <https://docs.aiogram.dev/en/dev-3.x/>`_"
msgstr ""
#: ../../../README.rst:53 #: ../../../README.rst:53
msgid "🇺🇦 `Ukrainian <https://docs.aiogram.dev/uk_UA/dev-3.x/>`_"
msgstr ""
#: ../../../README.rst:58
msgid "**Breaking News:**" msgid "**Breaking News:**"
msgstr "" msgstr ""
#: ../../../README.rst:55 #: ../../../README.rst:60
msgid "*aiogram* 3.0 has breaking changes." msgid "*aiogram* 3.0 has breaking changes."
msgstr "" msgstr ""
#: ../../../README.rst:57 #: ../../../README.rst:62
msgid "It breaks backward compatibility by introducing new breaking changes!" msgid "It breaks backward compatibility by introducing new breaking changes!"
msgstr "" msgstr ""
#: ../../../README.rst:60 #: ../../../README.rst:65
msgid "Features" msgid "Features"
msgstr "" msgstr ""
#: ../../../README.rst:62 #: ../../../README.rst:67
msgid "" msgid ""
"Asynchronous (`asyncio docs " "Asynchronous (`asyncio docs "
"<https://docs.python.org/3/library/asyncio.html>`_, :pep:`492`)" "<https://docs.python.org/3/library/asyncio.html>`_, :pep:`492`)"
msgstr "" msgstr ""
#: ../../../README.rst:63 #: ../../../README.rst:68
msgid "" msgid ""
"Has type hints (:pep:`484`) and can be used with `mypy <http://mypy-" "Has type hints (:pep:`484`) and can be used with `mypy <http://mypy-"
"lang.org/>`_" "lang.org/>`_"
msgstr "" msgstr ""
#: ../../../README.rst:64 #: ../../../README.rst:69
msgid "Supports `PyPy <https://www.pypy.org/>`_" msgid "Supports `PyPy <https://www.pypy.org/>`_"
msgstr "" msgstr ""
#: ../../../README.rst:65 #: ../../../README.rst:70
msgid "" msgid ""
"Supports `Telegram Bot API 6.3 <https://core.telegram.org/bots/api>`_ and" "Supports `Telegram Bot API 6.3 <https://core.telegram.org/bots/api>`_ and"
" gets fast updates to the latest versions of the Bot API" " gets fast updates to the latest versions of the Bot API"
msgstr "" msgstr ""
#: ../../../README.rst:66 #: ../../../README.rst:71
msgid "" msgid ""
"Telegram Bot API integration code was `autogenerated " "Telegram Bot API integration code was `autogenerated "
"<https://github.com/aiogram/tg-codegen>`_ and can be easily re-generated " "<https://github.com/aiogram/tg-codegen>`_ and can be easily re-generated "
"when API gets updated" "when API gets updated"
msgstr "" msgstr ""
#: ../../../README.rst:67 #: ../../../README.rst:72
msgid "Updates router (Blueprints)" msgid "Updates router (Blueprints)"
msgstr "" msgstr ""
#: ../../../README.rst:68 #: ../../../README.rst:73
msgid "Has Finite State Machine" msgid "Has Finite State Machine"
msgstr "" msgstr ""
#: ../../../README.rst:69 #: ../../../README.rst:74
msgid "Uses powerful :ref:`magic filters <magic-filters>`" msgid "Uses powerful :ref:`magic filters <magic-filters>`"
msgstr "" msgstr ""
#: ../../../README.rst:70 #: ../../../README.rst:75
msgid "Middlewares (incoming updates and API calls)" msgid "Middlewares (incoming updates and API calls)"
msgstr "" msgstr ""
#: ../../../README.rst:71 #: ../../../README.rst:76
msgid "" msgid ""
"Provides `Replies into Webhook <https://core.telegram.org/bots/faq#how-" "Provides `Replies into Webhook <https://core.telegram.org/bots/faq#how-"
"can-i-make-requests-in-response-to-updates>`_" "can-i-make-requests-in-response-to-updates>`_"
msgstr "" msgstr ""
#: ../../../README.rst:72 #: ../../../README.rst:77
msgid "Integrated I18n/L10n support with GNU Gettext (or Fluent)" msgid "Integrated I18n/L10n support with GNU Gettext (or Fluent)"
msgstr "" msgstr ""
#: ../../../README.rst:77 #: ../../../README.rst:82
msgid "" msgid ""
"It is strongly advised that you have prior experience working with " "It is strongly advised that you have prior experience working with "
"`asyncio <https://docs.python.org/3/library/asyncio.html>`_ before " "`asyncio <https://docs.python.org/3/library/asyncio.html>`_ before "
"beginning to use **aiogram**." "beginning to use **aiogram**."
msgstr "" msgstr ""
#: ../../../README.rst:81 #: ../../../README.rst:86
msgid "If you have any questions, you can visit our community chats on Telegram:" msgid "If you have any questions, you can visit our community chats on Telegram:"
msgstr "" msgstr ""
#: ../../../README.rst:83 #: ../../../README.rst:88
msgid "🇺🇸 `@aiogram <https://t.me/aiogram>`_" msgid "🇺🇸 `@aiogram <https://t.me/aiogram>`_"
msgstr "" msgstr ""
#: ../../../README.rst:84 #: ../../../README.rst:89
msgid "🇺🇦 `@aiogramua <https://t.me/aiogramua>`_" msgid "🇺🇦 `@aiogramua <https://t.me/aiogramua>`_"
msgstr "" msgstr ""
#: ../../../README.rst:85 #: ../../../README.rst:90
msgid "🇺🇿 `@aiogram_uz <https://t.me/aiogram_uz>`_" msgid "🇺🇿 `@aiogram_uz <https://t.me/aiogram_uz>`_"
msgstr "" msgstr ""
#: ../../../README.rst:86 #: ../../../README.rst:91
msgid "🇰🇿 `@aiogram_kz <https://t.me/aiogram_kz>`_" msgid "🇰🇿 `@aiogram_kz <https://t.me/aiogram_kz>`_"
msgstr "" msgstr ""
#: ../../../README.rst:87 #: ../../../README.rst:92
msgid "🇷🇺 `@aiogram_ru <https://t.me/aiogram_ru>`_" msgid "🇷🇺 `@aiogram_ru <https://t.me/aiogram_ru>`_"
msgstr "" msgstr ""
#: ../../../README.rst:88 #: ../../../README.rst:93
msgid "🇮🇷 `@aiogram_fa <https://t.me/aiogram_fa>`_" msgid "🇮🇷 `@aiogram_fa <https://t.me/aiogram_fa>`_"
msgstr "" msgstr ""
#: ../../../README.rst:89 #: ../../../README.rst:94
msgid "🇮🇹 `@aiogram_it <https://t.me/aiogram_it>`_" msgid "🇮🇹 `@aiogram_it <https://t.me/aiogram_it>`_"
msgstr "" msgstr ""
#: ../../../README.rst:90 #: ../../../README.rst:95
msgid "🇧🇷 `@aiogram_br <https://t.me/aiogram_br>`_" msgid "🇧🇷 `@aiogram_br <https://t.me/aiogram_br>`_"
msgstr "" msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: aiogram \n" "Project-Id-Version: aiogram \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-01 22:51+0300\n" "POT-Creation-Date: 2022-10-02 00:46+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -21,7 +21,7 @@ msgstr ""
msgid "aiogram |beta badge|" msgid "aiogram |beta badge|"
msgstr "" msgstr ""
#: ../../../README.rst:93 #: ../../../README.rst:98
msgid "Beta badge" msgid "Beta badge"
msgstr "" msgstr ""
@ -72,32 +72,45 @@ msgid ""
"using `asyncio <https://docs.python.org/3/library/asyncio.html>`_ and " "using `asyncio <https://docs.python.org/3/library/asyncio.html>`_ and "
"`aiohttp <https://github.com/aio-libs/aiohttp>`_." "`aiohttp <https://github.com/aio-libs/aiohttp>`_."
msgstr "" msgstr ""
"**aiogram** це сучасна та повністю асинхронний фреймворк для розробки чат-ботів `Telegram " "**aiogram** це сучасна та повністю асинхронний фреймворк для розробки "
"Bot API <https://core.telegram.org/bots/api>`_ на Python 3.8 " "чат-ботів `Telegram Bot API <https://core.telegram.org/bots/api>`_ на "
"з використанням `asyncio <https://docs.python.org/3/library/asyncio.html>`_ та " "Python 3.8 з використанням `asyncio "
"`aiohttp <https://github.com/aio-libs/aiohttp>`_." "<https://docs.python.org/3/library/asyncio.html>`_ та `aiohttp "
"<https://github.com/aio-libs/aiohttp>`_."
#: ../../../README.rst:49 #: ../../../README.rst:49
msgid "Make your bots faster and more powerful!" msgid "Make your bots faster and more powerful!"
msgstr "Зробіть своїх ботів краще та швидше!" msgstr "Зробіть своїх ботів краще та швидше!"
#: ../../../README.rst:54
msgid "Documentation:"
msgstr "Документація"
#: ../../../README.rst:52
msgid "🇺🇸 `English <https://docs.aiogram.dev/en/dev-3.x/>`_"
msgstr "🇺🇸 `English <https://docs.aiogram.dev/en/dev-3.x/>`_"
#: ../../../README.rst:53 #: ../../../README.rst:53
msgid "🇺🇦 `Ukrainian <https://docs.aiogram.dev/uk_UA/dev-3.x/>`_"
msgstr "🇺🇦 `Українською <https://docs.aiogram.dev/uk_UA/dev-3.x/>`_"
#: ../../../README.rst:58
msgid "**Breaking News:**" msgid "**Breaking News:**"
msgstr "**Важливі новити**" msgstr "**Важливі новити**"
#: ../../../README.rst:55 #: ../../../README.rst:60
msgid "*aiogram* 3.0 has breaking changes." msgid "*aiogram* 3.0 has breaking changes."
msgstr "*aiogram* 3.0 має зміни що ламають зворотню сумісність." msgstr "*aiogram* 3.0 має зміни що ламають зворотню сумісність."
#: ../../../README.rst:57 #: ../../../README.rst:62
msgid "It breaks backward compatibility by introducing new breaking changes!" msgid "It breaks backward compatibility by introducing new breaking changes!"
msgstr "Порушує зворотну сумісність, вводячи нові критичні зміни!!" msgstr "Порушує зворотну сумісність, вводячи нові критичні зміни!!"
#: ../../../README.rst:60 #: ../../../README.rst:65
msgid "Features" msgid "Features"
msgstr "Фічі" msgstr "Фічі"
#: ../../../README.rst:62 #: ../../../README.rst:67
msgid "" msgid ""
"Asynchronous (`asyncio docs " "Asynchronous (`asyncio docs "
"<https://docs.python.org/3/library/asyncio.html>`_, :pep:`492`)" "<https://docs.python.org/3/library/asyncio.html>`_, :pep:`492`)"
@ -105,18 +118,19 @@ msgstr ""
"Асинхронність (`asyncio docs " "Асинхронність (`asyncio docs "
"<https://docs.python.org/3/library/asyncio.html>`_, :pep:`492`)" "<https://docs.python.org/3/library/asyncio.html>`_, :pep:`492`)"
#: ../../../README.rst:63 #: ../../../README.rst:68
msgid "" msgid ""
"Has type hints (:pep:`484`) and can be used with `mypy <http://mypy-" "Has type hints (:pep:`484`) and can be used with `mypy <http://mypy-"
"lang.org/>`_" "lang.org/>`_"
msgstr "Має анотації типів (:pep:`484`) та може використовуватись з `mypy <http://mypy-" msgstr ""
"lang.org/>`_" "Має анотації типів (:pep:`484`) та може використовуватись з `mypy <http"
"://mypy-lang.org/>`_"
#: ../../../README.rst:64 #: ../../../README.rst:69
msgid "Supports `PyPy <https://www.pypy.org/>`_" msgid "Supports `PyPy <https://www.pypy.org/>`_"
msgstr "Працює з `PyPy <https://www.pypy.org/>`_" msgstr "Працює з `PyPy <https://www.pypy.org/>`_"
#: ../../../README.rst:65 #: ../../../README.rst:70
msgid "" msgid ""
"Supports `Telegram Bot API 6.3 <https://core.telegram.org/bots/api>`_ and" "Supports `Telegram Bot API 6.3 <https://core.telegram.org/bots/api>`_ and"
" gets fast updates to the latest versions of the Bot API" " gets fast updates to the latest versions of the Bot API"
@ -124,85 +138,92 @@ msgstr ""
"Підтримує `Telegram Bot API 6.3 <https://core.telegram.org/bots/api>`_ та" "Підтримує `Telegram Bot API 6.3 <https://core.telegram.org/bots/api>`_ та"
" швидко отримує оновлення до нових версії АПІ" " швидко отримує оновлення до нових версії АПІ"
#: ../../../README.rst:66 #: ../../../README.rst:71
msgid "" msgid ""
"Telegram Bot API integration code was `autogenerated " "Telegram Bot API integration code was `autogenerated "
"<https://github.com/aiogram/tg-codegen>`_ and can be easily re-generated " "<https://github.com/aiogram/tg-codegen>`_ and can be easily re-generated "
"when API gets updated" "when API gets updated"
msgstr "" msgstr ""
"Код інтеграції з Bot API є `автогенерованим " "Код інтеграції з Bot API є `автогенерованим <https://github.com/aiogram"
"<https://github.com/aiogram/tg-codegen>`_ що надає змогу дуже легко оновлювати фреймворк до останніх версіх АПІ" "/tg-codegen>`_ що надає змогу дуже легко оновлювати фреймворк до останніх"
" версіх АПІ"
#: ../../../README.rst:67 #: ../../../README.rst:72
msgid "Updates router (Blueprints)" msgid "Updates router (Blueprints)"
msgstr "Має роутери подій (Blueprints)" msgstr "Має роутери подій (Blueprints)"
#: ../../../README.rst:68 #: ../../../README.rst:73
msgid "Has Finite State Machine" msgid "Has Finite State Machine"
msgstr "Має вбудований кінцевий автомат" msgstr "Має вбудований кінцевий автомат"
#: ../../../README.rst:69 #: ../../../README.rst:74
msgid "Uses powerful :ref:`magic filters <magic-filters>`" msgid "Uses powerful :ref:`magic filters <magic-filters>`"
msgstr "Використовує потужні :ref:`магічні фільтри <magic-filters>`" msgstr "Використовує потужні :ref:`магічні фільтри <magic-filters>`"
#: ../../../README.rst:70 #: ../../../README.rst:75
msgid "Middlewares (incoming updates and API calls)" msgid "Middlewares (incoming updates and API calls)"
msgstr "Підтримує мідлвари (для вхідних подій від АПІ та для вихідних запитів до АПІ)" msgstr ""
"Підтримує мідлвари (для вхідних подій від АПІ та для вихідних запитів до "
"АПІ)"
#: ../../../README.rst:71 #: ../../../README.rst:76
msgid "" msgid ""
"Provides `Replies into Webhook <https://core.telegram.org/bots/faq#how-" "Provides `Replies into Webhook <https://core.telegram.org/bots/faq#how-"
"can-i-make-requests-in-response-to-updates>`_" "can-i-make-requests-in-response-to-updates>`_"
msgstr "" msgstr ""
"Підтримує можливість `відповіді у вебхук <https://core.telegram.org/bots/faq#how-" "Підтримує можливість `відповіді у вебхук "
"can-i-make-requests-in-response-to-updates>`_" "<https://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-"
"to-updates>`_"
#: ../../../README.rst:72
msgid "Integrated I18n/L10n support with GNU Gettext (or Fluent)"
msgstr "Має вбудовану інтеграцію для використання інтернаціоналізації та локалізації GNU Gettext (або Fluent)"
#: ../../../README.rst:77 #: ../../../README.rst:77
msgid "Integrated I18n/L10n support with GNU Gettext (or Fluent)"
msgstr ""
"Має вбудовану інтеграцію для використання інтернаціоналізації та "
"локалізації GNU Gettext (або Fluent)"
#: ../../../README.rst:82
msgid "" msgid ""
"It is strongly advised that you have prior experience working with " "It is strongly advised that you have prior experience working with "
"`asyncio <https://docs.python.org/3/library/asyncio.html>`_ before " "`asyncio <https://docs.python.org/3/library/asyncio.html>`_ before "
"beginning to use **aiogram**." "beginning to use **aiogram**."
msgstr "" msgstr ""
"Наполегливо рекомендуэться навчитись працювати з asyncio перед тим, як починати використовувати даний фреймворк. " "Наполегливо рекомендуэться навчитись працювати з asyncio перед тим, як "
"`asyncio <https://docs.python.org/3/library/asyncio.html>`_" "починати використовувати даний фреймворк. `asyncio "
"<https://docs.python.org/3/library/asyncio.html>`_"
#: ../../../README.rst:81 #: ../../../README.rst:86
msgid "If you have any questions, you can visit our community chats on Telegram:" msgid "If you have any questions, you can visit our community chats on Telegram:"
msgstr "Якщо є якість додаткові запитання, ласкаво просимо до онлайн-спільнот:" msgstr "Якщо є якість додаткові запитання, ласкаво просимо до онлайн-спільнот:"
#: ../../../README.rst:83 #: ../../../README.rst:88
msgid "🇺🇸 `@aiogram <https://t.me/aiogram>`_" msgid "🇺🇸 `@aiogram <https://t.me/aiogram>`_"
msgstr "" msgstr ""
#: ../../../README.rst:84 #: ../../../README.rst:89
msgid "🇺🇦 `@aiogramua <https://t.me/aiogramua>`_" msgid "🇺🇦 `@aiogramua <https://t.me/aiogramua>`_"
msgstr "" msgstr ""
#: ../../../README.rst:85 #: ../../../README.rst:90
msgid "🇺🇿 `@aiogram_uz <https://t.me/aiogram_uz>`_" msgid "🇺🇿 `@aiogram_uz <https://t.me/aiogram_uz>`_"
msgstr "" msgstr ""
#: ../../../README.rst:86 #: ../../../README.rst:91
msgid "🇰🇿 `@aiogram_kz <https://t.me/aiogram_kz>`_" msgid "🇰🇿 `@aiogram_kz <https://t.me/aiogram_kz>`_"
msgstr "" msgstr ""
#: ../../../README.rst:87 #: ../../../README.rst:92
msgid "🇷🇺 `@aiogram_ru <https://t.me/aiogram_ru>`_" msgid "🇷🇺 `@aiogram_ru <https://t.me/aiogram_ru>`_"
msgstr "💩 `@aiogram_ru <https://t.me/aiogram_ru>`_" msgstr "💩 `@aiogram_ru <https://t.me/aiogram_ru>`_"
#: ../../../README.rst:88 #: ../../../README.rst:93
msgid "🇮🇷 `@aiogram_fa <https://t.me/aiogram_fa>`_" msgid "🇮🇷 `@aiogram_fa <https://t.me/aiogram_fa>`_"
msgstr "" msgstr ""
#: ../../../README.rst:89 #: ../../../README.rst:94
msgid "🇮🇹 `@aiogram_it <https://t.me/aiogram_it>`_" msgid "🇮🇹 `@aiogram_it <https://t.me/aiogram_it>`_"
msgstr "" msgstr ""
#: ../../../README.rst:90 #: ../../../README.rst:95
msgid "🇧🇷 `@aiogram_br <https://t.me/aiogram_br>`_" msgid "🇧🇷 `@aiogram_br <https://t.me/aiogram_br>`_"
msgstr "" msgstr ""