diff --git a/docs/Makefile b/docs/Makefile index 6182b07..0c65a7c 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 -l ru + sphinx-intl update -p _build/gettext -l en .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 31de8f4..080ff52 100644 --- a/docs/locales/en/LC_MESSAGES/root/quickstart.po +++ b/docs/locales/en/LC_MESSAGES/root/quickstart.po @@ -21,7 +21,7 @@ msgstr "" #: ../../root/quickstart.rst:4 msgid "Быстрый старт" -msgstr "" +msgstr "Quick Start" #: ../../root/quickstart.rst:6 msgid "**Установка** ``Argenta``" diff --git a/docs/locales/ru/LC_MESSAGES/index.po b/docs/locales/ru/LC_MESSAGES/index.po deleted file mode 100644 index ec2577d..0000000 --- a/docs/locales/ru/LC_MESSAGES/index.po +++ /dev/null @@ -1,131 +0,0 @@ -# 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 deleted file mode 100644 index 0235776..0000000 --- a/docs/locales/ru/LC_MESSAGES/root/api/app/autocompleter.po +++ /dev/null @@ -1,26 +0,0 @@ -# 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 deleted file mode 100644 index 3399eb7..0000000 --- a/docs/locales/ru/LC_MESSAGES/root/api/app/dividing_lines.po +++ /dev/null @@ -1,26 +0,0 @@ -# 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 deleted file mode 100644 index 568494f..0000000 --- a/docs/locales/ru/LC_MESSAGES/root/api/app/index.po +++ /dev/null @@ -1,26 +0,0 @@ -# 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 deleted file mode 100644 index 4d00571..0000000 --- a/docs/locales/ru/LC_MESSAGES/root/api/command/flags.po +++ /dev/null @@ -1,26 +0,0 @@ -# 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 deleted file mode 100644 index 564f6fd..0000000 --- a/docs/locales/ru/LC_MESSAGES/root/api/command/index.po +++ /dev/null @@ -1,26 +0,0 @@ -# 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 deleted file mode 100644 index fde5c48..0000000 --- a/docs/locales/ru/LC_MESSAGES/root/api/command/possible_values.po +++ /dev/null @@ -1,30 +0,0 @@ -# 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 deleted file mode 100644 index b5b2ae2..0000000 --- a/docs/locales/ru/LC_MESSAGES/root/api/command/validation_status.po +++ /dev/null @@ -1,30 +0,0 @@ -# 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 deleted file mode 100644 index aa99d08..0000000 --- a/docs/locales/ru/LC_MESSAGES/root/api/index.po +++ /dev/null @@ -1,26 +0,0 @@ -# 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 deleted file mode 100644 index c5a5674..0000000 --- a/docs/locales/ru/LC_MESSAGES/root/api/orchestrator/argparser.po +++ /dev/null @@ -1,30 +0,0 @@ -# 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 deleted file mode 100644 index d9e9e96..0000000 --- a/docs/locales/ru/LC_MESSAGES/root/api/orchestrator/arguments.po +++ /dev/null @@ -1,30 +0,0 @@ -# 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 deleted file mode 100644 index 687515b..0000000 --- a/docs/locales/ru/LC_MESSAGES/root/api/orchestrator/index.po +++ /dev/null @@ -1,26 +0,0 @@ -# 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 deleted file mode 100644 index 7cc5399..0000000 --- a/docs/locales/ru/LC_MESSAGES/root/api/response.po +++ /dev/null @@ -1,26 +0,0 @@ -# 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 deleted file mode 100644 index 328b115..0000000 --- a/docs/locales/ru/LC_MESSAGES/root/api/router.po +++ /dev/null @@ -1,26 +0,0 @@ -# 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 deleted file mode 100644 index ec652a7..0000000 --- a/docs/locales/ru/LC_MESSAGES/root/contributing.po +++ /dev/null @@ -1,36 +0,0 @@ -# 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 deleted file mode 100644 index a10e593..0000000 --- a/docs/locales/ru/LC_MESSAGES/root/dependency_injection.po +++ /dev/null @@ -1,26 +0,0 @@ -# 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 deleted file mode 100644 index 61565f8..0000000 --- a/docs/locales/ru/LC_MESSAGES/root/error_handling.po +++ /dev/null @@ -1,34 +0,0 @@ -# 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 deleted file mode 100644 index b8b5d7e..0000000 --- a/docs/locales/ru/LC_MESSAGES/root/overriding_formatting.po +++ /dev/null @@ -1,26 +0,0 @@ -# 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 deleted file mode 100644 index 7b82c66..0000000 --- a/docs/locales/ru/LC_MESSAGES/root/quickstart.po +++ /dev/null @@ -1,55 +0,0 @@ -# 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 deleted file mode 100644 index 5173b27..0000000 --- a/docs/locales/ru/LC_MESSAGES/root/redirect_stdout.po +++ /dev/null @@ -1,26 +0,0 @@ -# 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 "" -