mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Some checks failed
Tests / tests (macos-latest, 3.10) (push) Has been cancelled
Tests / tests (macos-latest, 3.11) (push) Has been cancelled
Tests / tests (macos-latest, 3.12) (push) Has been cancelled
Tests / tests (macos-latest, 3.13) (push) Has been cancelled
Tests / tests (macos-latest, 3.9) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.10) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.11) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.12) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.13) (push) Has been cancelled
Tests / tests (ubuntu-latest, 3.9) (push) Has been cancelled
Tests / tests (windows-latest, 3.10) (push) Has been cancelled
Tests / tests (windows-latest, 3.11) (push) Has been cancelled
Tests / tests (windows-latest, 3.12) (push) Has been cancelled
Tests / tests (windows-latest, 3.13) (push) Has been cancelled
Tests / tests (windows-latest, 3.9) (push) Has been cancelled
Tests / pypy-tests (macos-latest, pypy3.10) (push) Has been cancelled
Tests / pypy-tests (macos-latest, pypy3.9) (push) Has been cancelled
Tests / pypy-tests (ubuntu-latest, pypy3.10) (push) Has been cancelled
Tests / pypy-tests (ubuntu-latest, pypy3.9) (push) Has been cancelled
* Update translation files with new creation dates. This update includes newly added and corrected translation entries for various .po files in the Ukrainian locale. It ensures consistency with updated source files and aligns with the latest Telegram bot API changes. * Update Ukrainian documentation translation
223 lines
7.1 KiB
Text
223 lines
7.1 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: 2025-03-08 02:28+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.13.1\n"
|
||
|
||
#: ../../../README.rst:3
|
||
msgid "aiogram"
|
||
msgstr ""
|
||
|
||
#: ../../../README.rst:5
|
||
msgid "MIT License"
|
||
msgstr ""
|
||
|
||
#: ../../../README.rst:9
|
||
msgid "PyPi status"
|
||
msgstr ""
|
||
|
||
#: ../../../README.rst:13
|
||
msgid "PyPi Package Version"
|
||
msgstr ""
|
||
|
||
#: ../../../README.rst:17
|
||
msgid "Downloads"
|
||
msgstr "Завантаження"
|
||
|
||
#: ../../../README.rst:21
|
||
msgid "Supported python versions"
|
||
msgstr "Підтримувані версії Python"
|
||
|
||
#: ../../../README.rst:25
|
||
msgid "Telegram Bot API"
|
||
msgstr ""
|
||
|
||
#: ../../../README.rst:29
|
||
msgid "Tests"
|
||
msgstr "Тести"
|
||
|
||
#: ../../../README.rst:33
|
||
msgid "Codecov"
|
||
msgstr "Покриття коду"
|
||
|
||
#: ../../../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+ "
|
||
"using `asyncio <https://docs.python.org/3/library/asyncio.html>`_ and "
|
||
"`aiohttp <https://github.com/aio-libs/aiohttp>`_."
|
||
msgstr ""
|
||
"**aiogram** це сучасний та повністю асинхронний фреймворк для розробки "
|
||
"чат-ботів `Telegram Bot API <https://core.telegram.org/bots/api>`_ на "
|
||
"Python 3.8 з використанням `asyncio "
|
||
"<https://docs.python.org/3/library/asyncio.html>`_ та `aiohttp "
|
||
"<https://github.com/aio-libs/aiohttp>`_."
|
||
|
||
#: ../../../README.rst:42
|
||
msgid "Make your bots faster and more powerful!"
|
||
msgstr "Зробіть своїх ботів швидшими та потужнішими!"
|
||
|
||
#: ../../../README.rst:44
|
||
msgid "Documentation:"
|
||
msgstr "Документація"
|
||
|
||
#: ../../../README.rst:45
|
||
msgid "🇺🇸 `English <https://docs.aiogram.dev/en/dev-3.x/>`_"
|
||
msgstr "🇺🇸 `English <https://docs.aiogram.dev/en/dev-3.x/>`_"
|
||
|
||
#: ../../../README.rst:46
|
||
msgid "🇺🇦 `Ukrainian <https://docs.aiogram.dev/uk_UA/dev-3.x/>`_"
|
||
msgstr "🇺🇦 `Українською <https://docs.aiogram.dev/uk_UA/dev-3.x/>`_"
|
||
|
||
#: ../../../README.rst:50
|
||
msgid "Features"
|
||
msgstr "Особливості"
|
||
|
||
#: ../../../README.rst:52
|
||
msgid ""
|
||
"Asynchronous (`asyncio docs "
|
||
"<https://docs.python.org/3/library/asyncio.html>`_, :pep:`492`)"
|
||
msgstr ""
|
||
"Асинхронність (`asyncio docs "
|
||
"<https://docs.python.org/3/library/asyncio.html>`_, :pep:`492`)"
|
||
|
||
#: ../../../README.rst:53
|
||
msgid ""
|
||
"Has type hints (:pep:`484`) and can be used with `mypy <http://mypy-"
|
||
"lang.org/>`_"
|
||
msgstr ""
|
||
"Має анотації типів (:pep:`484`) та може використовуватись з `mypy <http"
|
||
"://mypy-lang.org/>`_"
|
||
|
||
#: ../../../README.rst:54
|
||
msgid "Supports `PyPy <https://www.pypy.org/>`_"
|
||
msgstr "Працює з `PyPy <https://www.pypy.org/>`_"
|
||
|
||
#: ../../../README.rst:55
|
||
msgid ""
|
||
"Supports `Telegram Bot API 8.3 <https://core.telegram.org/bots/api>`_ and"
|
||
" gets fast updates to the latest versions of the Bot API"
|
||
msgstr ""
|
||
"Підтримує найсвіжішу версію `Telegram Bot API <https://core.telegram.org/bots/api>`_ та"
|
||
" швидко отримує оновлення до нових версії АПІ"
|
||
|
||
#: ../../../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 ""
|
||
"Код інтеграції з Bot API є `автогенерованим <https://github.com/aiogram"
|
||
"/tg-codegen>`_ що надає змогу дуже легко оновлювати фреймворк до останніх"
|
||
" версій АПІ"
|
||
|
||
#: ../../../README.rst:57
|
||
msgid "Updates router (Blueprints)"
|
||
msgstr "Має роутери подій (Blueprints)"
|
||
|
||
#: ../../../README.rst:58
|
||
msgid "Has Finite State Machine"
|
||
msgstr "Має вбудований кінцевий автомат"
|
||
|
||
#: ../../../README.rst:59
|
||
msgid ""
|
||
"Uses powerful `magic filters "
|
||
"<https://docs.aiogram.dev/en/latest/dispatcher/filters/magic_filters.html"
|
||
"#magic-filters>`_"
|
||
msgstr ""
|
||
|
||
#: ../../../README.rst:60
|
||
msgid "Middlewares (incoming updates and API calls)"
|
||
msgstr ""
|
||
"Підтримує мідлвари (для вхідних подій від АПІ та для вихідних запитів до "
|
||
"АПІ)"
|
||
|
||
#: ../../../README.rst:61
|
||
msgid ""
|
||
"Provides `Replies into Webhook <https://core.telegram.org/bots/faq#how-"
|
||
"can-i-make-requests-in-response-to-updates>`_"
|
||
msgstr ""
|
||
"Підтримує можливість `відповіді у вебхук "
|
||
"<https://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-"
|
||
"to-updates>`_"
|
||
|
||
#: ../../../README.rst:62
|
||
msgid "Integrated I18n/L10n support with GNU Gettext (or Fluent)"
|
||
msgstr ""
|
||
"Має вбудовану інтеграцію для використання інтернаціоналізації та "
|
||
"локалізації GNU Gettext (або Fluent)"
|
||
|
||
#: ../../../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 ""
|
||
"Наполегливо рекомендується навчитись працювати з asyncio перед тим, як "
|
||
"починати використовувати цей фреймворк. `asyncio "
|
||
"<https://docs.python.org/3/library/asyncio.html>`_"
|
||
|
||
#: ../../../README.rst:71
|
||
msgid "If you have any questions, you can visit our community chats on Telegram:"
|
||
msgstr "Якщо є додаткові запитання, ласкаво просимо до онлайн-спільнот:"
|
||
|
||
#: ../../../README.rst:73
|
||
msgid "🇺🇸 `@aiogram <https://t.me/aiogram>`_"
|
||
msgstr ""
|
||
|
||
#: ../../../README.rst:74
|
||
msgid "🇺🇦 `@aiogramua <https://t.me/aiogramua>`_"
|
||
msgstr ""
|
||
|
||
#: ../../../README.rst:75
|
||
msgid "🇺🇿 `@aiogram_uz <https://t.me/aiogram_uz>`_"
|
||
msgstr ""
|
||
|
||
#: ../../../README.rst:76
|
||
msgid "🇰🇿 `@aiogram_kz <https://t.me/aiogram_kz>`_"
|
||
msgstr ""
|
||
|
||
#: ../../../README.rst:77
|
||
msgid "🇷🇺 `@aiogram_ru <https://t.me/aiogram_ru>`_"
|
||
msgstr "💩 `@aiogram_ru <https://t.me/aiogram_ru>`_"
|
||
|
||
#: ../../../README.rst:78
|
||
msgid "🇮🇷 `@aiogram_fa <https://t.me/aiogram_fa>`_"
|
||
msgstr ""
|
||
|
||
#: ../../../README.rst:79
|
||
msgid "🇮🇹 `@aiogram_it <https://t.me/aiogram_it>`_"
|
||
msgstr ""
|
||
|
||
#: ../../../README.rst:80
|
||
msgid "🇧🇷 `@aiogram_br <https://t.me/aiogram_br>`_"
|
||
msgstr ""
|
||
|
||
#: ../../index.rst:4
|
||
msgid "Simple usage"
|
||
msgstr "Приклад використання"
|
||
|
||
#: ../../index.rst:10
|
||
msgid "Usage without dispatcher"
|
||
msgstr "Використання без диспетчера"
|
||
|
||
#: ../../index.rst:12
|
||
msgid "Just only interact with Bot API, without handling events"
|
||
msgstr "Тільки взаємодія з АПІ, без обробки подій"
|
||
|
||
#: ../../index.rst:18
|
||
msgid "Contents"
|
||
msgstr "Зміст"
|