From a4543cee929dc9916077b656eb2930c651626ce3 Mon Sep 17 00:00:00 2001 From: kolo Date: Wed, 15 Oct 2025 16:23:52 +0300 Subject: [PATCH] docs: update translations --- docs/Makefile | 2 +- .../locales/en/LC_MESSAGES/root/quickstart.po | 30 +++- docs/locales/ru/LC_MESSAGES/index.po | 131 ++++++++++++++++++ .../LC_MESSAGES/root/api/app/autocompleter.po | 26 ++++ .../root/api/app/dividing_lines.po | 26 ++++ .../ru/LC_MESSAGES/root/api/app/index.po | 26 ++++ .../ru/LC_MESSAGES/root/api/command/flags.po | 26 ++++ .../ru/LC_MESSAGES/root/api/command/index.po | 26 ++++ .../root/api/command/possible_values.po | 30 ++++ .../root/api/command/validation_status.po | 30 ++++ docs/locales/ru/LC_MESSAGES/root/api/index.po | 26 ++++ .../root/api/orchestrator/argparser.po | 30 ++++ .../root/api/orchestrator/arguments.po | 30 ++++ .../root/api/orchestrator/index.po | 26 ++++ .../ru/LC_MESSAGES/root/api/response.po | 26 ++++ .../locales/ru/LC_MESSAGES/root/api/router.po | 26 ++++ .../ru/LC_MESSAGES/root/contributing.po | 36 +++++ .../LC_MESSAGES/root/dependency_injection.po | 26 ++++ .../ru/LC_MESSAGES/root/error_handling.po | 34 +++++ .../LC_MESSAGES/root/overriding_formatting.po | 26 ++++ .../locales/ru/LC_MESSAGES/root/quickstart.po | 55 ++++++++ .../ru/LC_MESSAGES/root/redirect_stdout.po | 26 ++++ 22 files changed, 715 insertions(+), 5 deletions(-) create mode 100644 docs/locales/ru/LC_MESSAGES/index.po create mode 100644 docs/locales/ru/LC_MESSAGES/root/api/app/autocompleter.po create mode 100644 docs/locales/ru/LC_MESSAGES/root/api/app/dividing_lines.po create mode 100644 docs/locales/ru/LC_MESSAGES/root/api/app/index.po create mode 100644 docs/locales/ru/LC_MESSAGES/root/api/command/flags.po create mode 100644 docs/locales/ru/LC_MESSAGES/root/api/command/index.po create mode 100644 docs/locales/ru/LC_MESSAGES/root/api/command/possible_values.po create mode 100644 docs/locales/ru/LC_MESSAGES/root/api/command/validation_status.po create mode 100644 docs/locales/ru/LC_MESSAGES/root/api/index.po create mode 100644 docs/locales/ru/LC_MESSAGES/root/api/orchestrator/argparser.po create mode 100644 docs/locales/ru/LC_MESSAGES/root/api/orchestrator/arguments.po create mode 100644 docs/locales/ru/LC_MESSAGES/root/api/orchestrator/index.po create mode 100644 docs/locales/ru/LC_MESSAGES/root/api/response.po create mode 100644 docs/locales/ru/LC_MESSAGES/root/api/router.po create mode 100644 docs/locales/ru/LC_MESSAGES/root/contributing.po create mode 100644 docs/locales/ru/LC_MESSAGES/root/dependency_injection.po create mode 100644 docs/locales/ru/LC_MESSAGES/root/error_handling.po create mode 100644 docs/locales/ru/LC_MESSAGES/root/overriding_formatting.po create mode 100644 docs/locales/ru/LC_MESSAGES/root/quickstart.po create mode 100644 docs/locales/ru/LC_MESSAGES/root/redirect_stdout.po diff --git a/docs/Makefile b/docs/Makefile index 0c65a7c..6182b07 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -22,7 +22,7 @@ serve-all: update-langs: sphinx-build -b gettext . _build/gettext - sphinx-intl update -p _build/gettext -l en + sphinx-intl update -p _build/gettext -l en -l ru .PHONY: help Makefile serve-all diff --git a/docs/locales/en/LC_MESSAGES/root/quickstart.po b/docs/locales/en/LC_MESSAGES/root/quickstart.po index 318b426..31de8f4 100644 --- a/docs/locales/en/LC_MESSAGES/root/quickstart.po +++ b/docs/locales/en/LC_MESSAGES/root/quickstart.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Argenta \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-15 16:09+0300\n" +"POT-Creation-Date: 2025-10-15 16:23+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -29,7 +29,7 @@ msgstr "" #: ../../root/quickstart.rst:12 msgid "" -"**Определение роутера и хэндлеров**, за регистрацию функции как " +"**Определение роутера и хэндлеров**. За регистрацию функции как " "обработчика отвечает декоратор ``@router.command``, хэндлер всегда должен" " принимать аргумент с типом ``Response``, подробнее в :ref:`разделе " "`." @@ -37,7 +37,7 @@ msgstr "" #: ../../root/quickstart.rst:17 msgid "" -"**Определение приложения и оркестратора**, для запуска приложения " +"**Определение приложения и оркестратора**. Для запуска приложения " "необходимо вызвать ``.include_router()`` у созданного приложения и " "передать ему раннее созданный роутер, после этого необходимо вызвать " "``.start_polling()`` у созданного оркестратора и передать ему созданное " @@ -45,10 +45,32 @@ msgid "" msgstr "" #: ../../root/quickstart.rst:22 -msgid "**Запуск приложения**, запускаем приложение как обычный процесс." +msgid "**Запуск приложения**. Запускаем приложение как обычный скрипт." msgstr "" #: ../../root/quickstart.rst:25 msgid "Quickstart Example" msgstr "" +#~ msgid "" +#~ "**Определение роутера и хэндлеров**, за " +#~ "регистрацию функции как обработчика отвечает" +#~ " декоратор ``@router.command``, хэндлер всегда" +#~ " должен принимать аргумент с типом " +#~ "``Response``, подробнее в :ref:`разделе " +#~ "`." +#~ msgstr "" + +#~ msgid "" +#~ "**Определение приложения и оркестратора**, для" +#~ " запуска приложения необходимо вызвать " +#~ "``.include_router()`` у созданного приложения " +#~ "и передать ему раннее созданный роутер," +#~ " после этого необходимо вызвать " +#~ "``.start_polling()`` у созданного оркестратора " +#~ "и передать ему созданное приложение." +#~ msgstr "" + +#~ msgid "**Запуск приложения**, запускаем приложение как обычный процесс." +#~ msgstr "" + diff --git a/docs/locales/ru/LC_MESSAGES/index.po b/docs/locales/ru/LC_MESSAGES/index.po new file mode 100644 index 0000000..ec2577d --- /dev/null +++ b/docs/locales/ru/LC_MESSAGES/index.po @@ -0,0 +1,131 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2025, kolo +# This file is distributed under the same license as the Argenta package. +# FIRST AUTHOR , 2025. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Argenta \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-15 16:09+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: ../../index.rst:36 +msgid "Контент:" +msgstr "" + +#: ../../index.rst:47 +msgid "Для разработчиков:" +msgstr "" + +#: ../../index.rst:53 +msgid "GitHub" +msgstr "" + +#: ../../index.rst:53 +msgid "PyPI" +msgstr "" + +#: ../../index.rst:53 +msgid "Ссылки проекта:" +msgstr "" + +#: ../../index.rst:7 +msgid "Argenta" +msgstr "" + +#: ../../index.rst:9 +msgid "" +"**Библиотека для построения модульных CLI-приложений с простым и приятным" +" API.**" +msgstr "" + +#: ../../index.rst:11 +msgid "" +"У вас есть некая функциональность и вы хотите распространять её в виде " +"CLI? Argenta поможет вам. Основная цель библиотеки дать возможность " +"разработчикам сфокусироваться на реализации своих идей, предоставляя для " +"этого удобные абстракциию." +msgstr "" + +#: ../../index.rst:14 +msgid "Пример приложения" +msgstr "" + +#: ../../index.rst:17 +msgid "" +"Argenta нужна для создания приложений, которым необходим свой скоуп, то " +"есть: при запуске приложения юзер входит в абстрагированный скоуп, в " +"котором у него есть доступ к созданной функциональности." +msgstr "" + +#: ../../index.rst:20 +msgid "" +"Один из основных принципов библиотеки это цикличность, это значит, что " +"после ввода юзером команды он не выходит из скоупа, в этом основное " +"отличие от таких библиотек, как ``argparse``, ``click`` и ``typer``. " +"Выход из скоупа контролируется самим юзером." +msgstr "" + +#: ../../index.rst:23 +msgid "**Ключевые особенности:**" +msgstr "" + +#: ../../index.rst:25 +msgid "" +"**Обработчики**. Объекты представления приложения, непосредственные " +"обработчики введённых команд. Создание обработчиков максимально " +"декларативно" +msgstr "" + +#: ../../index.rst:26 +msgid "" +"**Маршрутизаторы**. Объекты маршрутизации, которые регистрируют " +"обработчиков, позволяя создавать кастомные настройки для групп " +"обработчиков, а также семантически их разделять." +msgstr "" + +#: ../../index.rst:27 +msgid "" +"**Приложение**. Объект управления жизненным циклом приложения, " +"подключения созданных маршрутизаторов, конфигурирования различных " +"вторичных утилит, таких как автокомплит, логирование и т.д." +msgstr "" + +#: ../../index.rst:28 +msgid "" +"**Оркестратор**. Объект *оркестрации*, который конфигурирует, запускает и" +" управляет всеми остальными компонентами программы." +msgstr "" + +#: ../../index.rst:29 +msgid "" +"**Внедрение зависимостей**. ``Argenta`` нативно поддерживает ``dishka`` и" +" предоставляет возможность инжектирования зависимостей в хэндлерах, " +"резолвя тайпхинты, подробнее_." +msgstr "" + +#: ../../index.rst:33 +msgid "" +"**Поддержка флагов**. Библиотека поддерживает определение флагов, " +"введённых вместе с командой, ``Argenta`` сама парсит и валидирует их, " +"отдавая понятные сущности." +msgstr "" + +#: ../../index.rst:34 +msgid "" +"**Поддержка аргументов**. Осуществленна поддержка аргументов командной " +"строки, позволяя пользователю передавать различные параметры при запуске " +"приложения." +msgstr "" + diff --git a/docs/locales/ru/LC_MESSAGES/root/api/app/autocompleter.po b/docs/locales/ru/LC_MESSAGES/root/api/app/autocompleter.po new file mode 100644 index 0000000..0235776 --- /dev/null +++ b/docs/locales/ru/LC_MESSAGES/root/api/app/autocompleter.po @@ -0,0 +1,26 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2025, kolo +# This file is distributed under the same license as the Argenta package. +# FIRST AUTHOR , 2025. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Argenta \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-15 16:09+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: ../../root/api/app/autocompleter.rst:4 +msgid "Autocompleter" +msgstr "" + diff --git a/docs/locales/ru/LC_MESSAGES/root/api/app/dividing_lines.po b/docs/locales/ru/LC_MESSAGES/root/api/app/dividing_lines.po new file mode 100644 index 0000000..3399eb7 --- /dev/null +++ b/docs/locales/ru/LC_MESSAGES/root/api/app/dividing_lines.po @@ -0,0 +1,26 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2025, kolo +# This file is distributed under the same license as the Argenta package. +# FIRST AUTHOR , 2025. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Argenta \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-15 16:09+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: ../../root/api/app/dividing_lines.rst:4 +msgid "DividingLines" +msgstr "" + diff --git a/docs/locales/ru/LC_MESSAGES/root/api/app/index.po b/docs/locales/ru/LC_MESSAGES/root/api/app/index.po new file mode 100644 index 0000000..568494f --- /dev/null +++ b/docs/locales/ru/LC_MESSAGES/root/api/app/index.po @@ -0,0 +1,26 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2025, kolo +# This file is distributed under the same license as the Argenta package. +# FIRST AUTHOR , 2025. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Argenta \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-15 16:09+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: ../../root/api/app/index.rst:2 +msgid "App" +msgstr "" + diff --git a/docs/locales/ru/LC_MESSAGES/root/api/command/flags.po b/docs/locales/ru/LC_MESSAGES/root/api/command/flags.po new file mode 100644 index 0000000..4d00571 --- /dev/null +++ b/docs/locales/ru/LC_MESSAGES/root/api/command/flags.po @@ -0,0 +1,26 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2025, kolo +# This file is distributed under the same license as the Argenta package. +# FIRST AUTHOR , 2025. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Argenta \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-15 16:09+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: ../../root/api/command/flags.rst:4 +msgid "Flags" +msgstr "" + diff --git a/docs/locales/ru/LC_MESSAGES/root/api/command/index.po b/docs/locales/ru/LC_MESSAGES/root/api/command/index.po new file mode 100644 index 0000000..564f6fd --- /dev/null +++ b/docs/locales/ru/LC_MESSAGES/root/api/command/index.po @@ -0,0 +1,26 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2025, kolo +# This file is distributed under the same license as the Argenta package. +# FIRST AUTHOR , 2025. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Argenta \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-15 16:09+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: ../../root/api/command/index.rst:2 +msgid "Command" +msgstr "" + diff --git a/docs/locales/ru/LC_MESSAGES/root/api/command/possible_values.po b/docs/locales/ru/LC_MESSAGES/root/api/command/possible_values.po new file mode 100644 index 0000000..fde5c48 --- /dev/null +++ b/docs/locales/ru/LC_MESSAGES/root/api/command/possible_values.po @@ -0,0 +1,30 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2025, kolo +# This file is distributed under the same license as the Argenta package. +# FIRST AUTHOR , 2025. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Argenta \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-15 16:09+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: ../../root/api/command/possible_values.rst:4 +msgid "PossibleValues" +msgstr "" + +#: ../../root/api/command/possible_values.rst:6 +msgid "mda" +msgstr "" + diff --git a/docs/locales/ru/LC_MESSAGES/root/api/command/validation_status.po b/docs/locales/ru/LC_MESSAGES/root/api/command/validation_status.po new file mode 100644 index 0000000..b5b2ae2 --- /dev/null +++ b/docs/locales/ru/LC_MESSAGES/root/api/command/validation_status.po @@ -0,0 +1,30 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2025, kolo +# This file is distributed under the same license as the Argenta package. +# FIRST AUTHOR , 2025. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Argenta \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-15 16:09+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: ../../root/api/command/validation_status.rst:4 +msgid "ValidationStatus" +msgstr "" + +#: ../../root/api/command/validation_status.rst:6 +msgid "case" +msgstr "" + diff --git a/docs/locales/ru/LC_MESSAGES/root/api/index.po b/docs/locales/ru/LC_MESSAGES/root/api/index.po new file mode 100644 index 0000000..aa99d08 --- /dev/null +++ b/docs/locales/ru/LC_MESSAGES/root/api/index.po @@ -0,0 +1,26 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2025, kolo +# This file is distributed under the same license as the Argenta package. +# FIRST AUTHOR , 2025. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Argenta \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-15 16:09+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: ../../root/api/index.rst:2 +msgid "Публичный API" +msgstr "" + diff --git a/docs/locales/ru/LC_MESSAGES/root/api/orchestrator/argparser.po b/docs/locales/ru/LC_MESSAGES/root/api/orchestrator/argparser.po new file mode 100644 index 0000000..c5a5674 --- /dev/null +++ b/docs/locales/ru/LC_MESSAGES/root/api/orchestrator/argparser.po @@ -0,0 +1,30 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2025, kolo +# This file is distributed under the same license as the Argenta package. +# FIRST AUTHOR , 2025. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Argenta \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-15 16:09+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: ../../root/api/orchestrator/argparser.rst:4 +msgid "Argparser" +msgstr "" + +#: ../../root/api/orchestrator/argparser.rst:6 +msgid "nu" +msgstr "" + diff --git a/docs/locales/ru/LC_MESSAGES/root/api/orchestrator/arguments.po b/docs/locales/ru/LC_MESSAGES/root/api/orchestrator/arguments.po new file mode 100644 index 0000000..d9e9e96 --- /dev/null +++ b/docs/locales/ru/LC_MESSAGES/root/api/orchestrator/arguments.po @@ -0,0 +1,30 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2025, kolo +# This file is distributed under the same license as the Argenta package. +# FIRST AUTHOR , 2025. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Argenta \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-15 16:09+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: ../../root/api/orchestrator/arguments.rst:4 +msgid "Arguments" +msgstr "" + +#: ../../root/api/orchestrator/arguments.rst:6 +msgid "prikol" +msgstr "" + diff --git a/docs/locales/ru/LC_MESSAGES/root/api/orchestrator/index.po b/docs/locales/ru/LC_MESSAGES/root/api/orchestrator/index.po new file mode 100644 index 0000000..687515b --- /dev/null +++ b/docs/locales/ru/LC_MESSAGES/root/api/orchestrator/index.po @@ -0,0 +1,26 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2025, kolo +# This file is distributed under the same license as the Argenta package. +# FIRST AUTHOR , 2025. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Argenta \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-15 16:09+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: ../../root/api/orchestrator/index.rst:2 +msgid "Orchestrator" +msgstr "" + diff --git a/docs/locales/ru/LC_MESSAGES/root/api/response.po b/docs/locales/ru/LC_MESSAGES/root/api/response.po new file mode 100644 index 0000000..7cc5399 --- /dev/null +++ b/docs/locales/ru/LC_MESSAGES/root/api/response.po @@ -0,0 +1,26 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2025, kolo +# This file is distributed under the same license as the Argenta package. +# FIRST AUTHOR , 2025. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Argenta \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-15 16:09+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: ../../root/api/response.rst:4 +msgid "Response" +msgstr "" + diff --git a/docs/locales/ru/LC_MESSAGES/root/api/router.po b/docs/locales/ru/LC_MESSAGES/root/api/router.po new file mode 100644 index 0000000..328b115 --- /dev/null +++ b/docs/locales/ru/LC_MESSAGES/root/api/router.po @@ -0,0 +1,26 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2025, kolo +# This file is distributed under the same license as the Argenta package. +# FIRST AUTHOR , 2025. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Argenta \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-15 16:09+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: ../../root/api/router.rst:4 +msgid "Router" +msgstr "" + diff --git a/docs/locales/ru/LC_MESSAGES/root/contributing.po b/docs/locales/ru/LC_MESSAGES/root/contributing.po new file mode 100644 index 0000000..ec652a7 --- /dev/null +++ b/docs/locales/ru/LC_MESSAGES/root/contributing.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2025, kolo +# This file is distributed under the same license as the Argenta package. +# FIRST AUTHOR , 2025. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Argenta \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-15 16:09+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: ../../root/contributing.rst:4 +msgid "Вклад в проект" +msgstr "" + +#: ../../root/contributing.rst:6 +msgid "" +"``argenta`` открытый проект и мы рады новым разработчикам в нашем " +"сообществе." +msgstr "" + +#: ../../root/contributing.rst:9 +msgid "Getting started" +msgstr "" + diff --git a/docs/locales/ru/LC_MESSAGES/root/dependency_injection.po b/docs/locales/ru/LC_MESSAGES/root/dependency_injection.po new file mode 100644 index 0000000..a10e593 --- /dev/null +++ b/docs/locales/ru/LC_MESSAGES/root/dependency_injection.po @@ -0,0 +1,26 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2025, kolo +# This file is distributed under the same license as the Argenta package. +# FIRST AUTHOR , 2025. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Argenta \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-15 16:09+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: ../../root/dependency_injection.rst:4 +msgid "Внедрение зависимостей" +msgstr "" + diff --git a/docs/locales/ru/LC_MESSAGES/root/error_handling.po b/docs/locales/ru/LC_MESSAGES/root/error_handling.po new file mode 100644 index 0000000..61565f8 --- /dev/null +++ b/docs/locales/ru/LC_MESSAGES/root/error_handling.po @@ -0,0 +1,34 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2025, kolo +# This file is distributed under the same license as the Argenta package. +# FIRST AUTHOR , 2025. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Argenta \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-15 16:09+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: ../../root/error_handling.rst:2 +msgid "Обработка ошибок" +msgstr "" + +#: ../../root/error_handling.rst:5 +msgid "Конфигурация" +msgstr "" + +#: ../../root/error_handling.rst:7 +msgid "привет" +msgstr "" + diff --git a/docs/locales/ru/LC_MESSAGES/root/overriding_formatting.po b/docs/locales/ru/LC_MESSAGES/root/overriding_formatting.po new file mode 100644 index 0000000..b8b5d7e --- /dev/null +++ b/docs/locales/ru/LC_MESSAGES/root/overriding_formatting.po @@ -0,0 +1,26 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2025, kolo +# This file is distributed under the same license as the Argenta package. +# FIRST AUTHOR , 2025. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Argenta \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-15 16:09+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: ../../root/overriding_formatting.rst:4 +msgid "Переопределение форматирования" +msgstr "" + diff --git a/docs/locales/ru/LC_MESSAGES/root/quickstart.po b/docs/locales/ru/LC_MESSAGES/root/quickstart.po new file mode 100644 index 0000000..7b82c66 --- /dev/null +++ b/docs/locales/ru/LC_MESSAGES/root/quickstart.po @@ -0,0 +1,55 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2025, kolo +# This file is distributed under the same license as the Argenta package. +# FIRST AUTHOR , 2025. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Argenta \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-15 16:23+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: ../../root/quickstart.rst:4 +msgid "Быстрый старт" +msgstr "" + +#: ../../root/quickstart.rst:6 +msgid "**Установка** ``Argenta``" +msgstr "" + +#: ../../root/quickstart.rst:12 +msgid "" +"**Определение роутера и хэндлеров**. За регистрацию функции как " +"обработчика отвечает декоратор ``@router.command``, хэндлер всегда должен" +" принимать аргумент с типом ``Response``, подробнее в :ref:`разделе " +"`." +msgstr "" + +#: ../../root/quickstart.rst:17 +msgid "" +"**Определение приложения и оркестратора**. Для запуска приложения " +"необходимо вызвать ``.include_router()`` у созданного приложения и " +"передать ему раннее созданный роутер, после этого необходимо вызвать " +"``.start_polling()`` у созданного оркестратора и передать ему созданное " +"приложение." +msgstr "" + +#: ../../root/quickstart.rst:22 +msgid "**Запуск приложения**. Запускаем приложение как обычный скрипт." +msgstr "" + +#: ../../root/quickstart.rst:25 +msgid "Quickstart Example" +msgstr "" + diff --git a/docs/locales/ru/LC_MESSAGES/root/redirect_stdout.po b/docs/locales/ru/LC_MESSAGES/root/redirect_stdout.po new file mode 100644 index 0000000..5173b27 --- /dev/null +++ b/docs/locales/ru/LC_MESSAGES/root/redirect_stdout.po @@ -0,0 +1,26 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2025, kolo +# This file is distributed under the same license as the Argenta package. +# FIRST AUTHOR , 2025. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Argenta \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-15 16:09+0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language: ru\n" +"Language-Team: ru \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.17.0\n" + +#: ../../root/redirect_stdout.rst:2 +msgid "Перенаправление стандартного вывода" +msgstr "" +