Update documentation

This commit is contained in:
2025-12-04 21:49:31 +03:00
parent e1327c278c
commit 5c933ab656
2 changed files with 14 additions and 14 deletions
+12 -12
View File
@@ -85,20 +85,20 @@ msgstr ""
"Argenta is designed for creating applications that work in their own "
"context (scope). This means that the application starts once and creates "
"an interactive session, similar to Python REPL or MySQL console. When "
"launched, the user enters this session where all the functionality you've "
"implemented is available."
"launched, the user enters this session where all the functionality you've"
" implemented is available."
#: ../../index.rst:22
msgid ""
"Один из ключевых принципов библиотеки — цикличность. После выполнения "
"команды пользователь остаётся в интерактивной сессии и может выполнять "
"следующие команды, в отличие от таких библиотек, как ``argparse``, "
"``click`` и ``typer``, где приложение завершается после каждой команды. "
"Выход из сессии контролируется пользователем."
"команды пользователь остаётся в интерактивной сессии, в отличие от таких "
"библиотек, как ``argparse``, ``click`` и ``typer``, где приложение "
"завершается после каждой команды. Выход из сессии контролируется "
"пользователем."
msgstr ""
"One of the key principles of the library is cyclicity. After executing a "
"command, the user remains in the interactive session and can execute "
"subsequent commands, unlike libraries such as ``argparse``, ``click``, "
"command, the user remains in the interactive session, "
"unlike libraries such as ``argparse``, ``click``, "
"and ``typer``, where the application terminates after each command. "
"Exiting the session is controlled by the user."
@@ -124,8 +124,8 @@ msgid ""
"\"как\"."
msgstr ""
"**Declarative syntax**: Commands and their handlers are declared using "
"simple decorators, making the code intuitive and allowing you to focus "
"on \"what\" you want to do, not \"how\"."
"simple decorators, making the code intuitive and allowing you to focus on"
" \"what\" you want to do, not \"how\"."
#: ../../index.rst:28
msgid ""
@@ -156,8 +156,8 @@ msgid ""
"нестандартного поведения и т.д."
msgstr ""
"**Flexible configuration**: You can easily customize system messages, "
"output formatting, create custom handlers for non-standard behavior, "
"and more."
"output formatting, create custom handlers for non-standard behavior, and "
"more."
#: ../../index.rst:35
msgid "Архитектура и жизненный цикл"