Skip to content

Commit

Permalink
Translated using Weblate (English)
Browse files Browse the repository at this point in the history
Currently translated at 1.0% (24 of 2254 strings)

Translation: docs/3_development
Translate-URL: http://weblate.iondv.ru/projects/docs/3_development/en/
  • Loading branch information
AlyKrem authored and weblate committed Mar 19, 2021
1 parent b988c66 commit 8cc2ae9
Showing 1 changed file with 30 additions and 6 deletions.
36 changes: 30 additions & 6 deletions locales/en/LC_MESSAGES/3_development.po
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: IONDV Framework docs latest\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-17 18:15+0000\n"
"PO-Revision-Date: 2021-03-13 07:10+0000\n"
"PO-Revision-Date: 2021-03-19 07:10+0000\n"
"Last-Translator: Alena Kremenetskaya <alena.kremenetskaya@mail.ru>\n"
"Language-Team: English <http://weblate.iondv.ru/projects/docs/3_development/"
"en/>\n"
Expand All @@ -24,27 +24,32 @@ msgstr ""
#: ../docs-ru/3_development/expand_functionality/app_utils/app_utils.rst:8
#: ../docs-ru/3_development/platform_configuration/platform_configuration.rst:4
msgid "Содержание"
msgstr ""
msgstr "Сontents"

#: ../docs-ru/3_development/expand_functionality/app_utils/app_utils.rst:2
msgid "Разработка функциональных утилит в приложении"
msgstr ""
msgstr "Development of functional utilities in the application"

#: ../docs-ru/3_development/expand_functionality/app_utils/app_utils.rst:4
msgid ""
"Функциональные утилиты приложения предназначены для решения специфичных "
"задач приложения, без реализации отдельной логики в виде модуля."
msgstr ""
"The application's functional utilities are designed to solve specific "
"application tasks, without implementing separate logic in the form of a "
"module."

#: ../docs-ru/3_development/expand_functionality/app_utils/app_utils.rst:6
msgid ""
"Например - утилиты вызываемой задачи по расписанию или утилиты вызываемой"
" при переходе в бизнес-процессе."
msgstr ""
"For example, the utilities of a scheduled job or the utilities called upon "
"transition in a workflow."

#: ../docs-ru/3_development/expand_functionality/app_utils/app_utils_files/button.rst:2
msgid "Утилиты для кнопок действия"
msgstr ""
msgstr "Utilities for action buttons"

#: ../docs-ru/3_development/expand_functionality/app_utils/app_utils_files/button.rst:4
msgid ""
Expand All @@ -53,57 +58,76 @@ msgid ""
"для веб-формы создания и редактирования объекта через массив ``commands``"
" основого объекта формы:"
msgstr ""
"Utilities for action buttons are designed to automate the execution of "
"certain actions when you click a button in a web form. The button is "
"connected for the web form of creating and editing the object through the "
"``commands`` array of the main form object:"

#: ../docs-ru/3_development/expand_functionality/app_utils/app_utils_files/button.rst:43
msgid ""
"На этой форме доступно три кнопки: ``SAVE``\\ , ``SAVEANDCLOSE`` и "
"``CREATE_INDICATOR_VALUE``."
msgstr ""
"The three buttons are available on the form: ``SAVE``\\ , ``SAVEANDCLOSE`` "
"and ``CREATE_INDICATOR_VALUE``."

#: ../docs-ru/3_development/expand_functionality/app_utils/app_utils_files/button.rst:45
msgid ""
"Пользовательские кнопки перед подключением к форме необходимо задать в "
"``deploy.json`` в объекте "
"``modules.registry.globals.di.actions.options.actions``\\ :"
msgstr ""
"Before connecting to the form, the custom buttons must be set in ``deploy."
"json`` in the object ``modules.registry.globals.di.actions.options.actions``"
"\\ :"

#: ../docs-ru/3_development/expand_functionality/app_utils/app_utils_files/button.rst:71
msgid "А также указать параметры используемого кнопкой модуля-обработчика:"
msgstr ""
"Also the parameters of the handler module used by the button must be "
"specified:"

#: ../docs-ru/3_development/expand_functionality/app_utils/app_utils_files/button.rst:93
msgid ""
"В этом примере нажатие на кнопку ``CREATE_INDICATOR_VALUE`` запускает "
"скрипт ``./applications/sakh-"
"pm/lib/actions/createIndicatorValueHandler.js``."
msgstr ""
"In this example, clicking the button``CREATE_INDICATOR_VALUE`` launches the "
"script ``./applications/sakh-pm/lib/actions/createIndicatorValueHandler.js``."

#: ../docs-ru/3_development/expand_functionality/app_utils/app_utils_files/button.rst:95
msgid "Содержание скрипта:"
msgstr ""
msgstr "The contents of the script:"

#: ../docs-ru/3_development/expand_functionality/app_utils/app_utils_files/jobs.rst:2
msgid "Утилиты для задач по расписанию"
msgstr ""
msgstr "Utilities for scheduled jobs"

#: ../docs-ru/3_development/expand_functionality/app_utils/app_utils_files/jobs.rst:4
msgid ""
"**Утилиты для задач по расписанию (jobs)** предназначены для "
"автоматизации регулярного выполнения некоторых действий через "
"определенные промежутки времени."
msgstr ""
"**Utilities for schedueled jobs** are designed to automate the regular "
"execution of some actions at certain intervals."

#: ../docs-ru/3_development/expand_functionality/app_utils/app_utils_files/jobs.rst:6
msgid ""
"Для этого каждая утилита должна быть определена в deploy.json приложения "
"в объекте globals.jobs, например:"
msgstr ""
"Each utility must be specified in ``deploy.json`` of the application in the "
"globals.jobs object, for example:"

#: ../docs-ru/3_development/expand_functionality/app_utils/app_utils_files/jobs.rst:29
msgid ""
"В ``di`` должно содержаться поле с именем, равном значению ``worker`` - "
"это задача, которая будет запускаться."
msgstr ""
"``di`` should contain a field with a name equal to ``worker`` value - this "
"is the job that will be launched."

#: ../docs-ru/3_development/expand_functionality/app_utils/app_utils_files/jobs.rst:31
msgid ""
Expand Down

0 comments on commit 8cc2ae9

Please sign in to comment.