@nocobase/plugin-workflow 1.9.14 → 1.9.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/index.js +1 -1
- package/dist/externalVersion.js +11 -11
- package/dist/locale/de-DE.json +219 -189
- package/dist/locale/en-US.json +206 -189
- package/dist/locale/es-ES.json +224 -79
- package/dist/locale/fr-FR.json +224 -79
- package/dist/locale/it-IT.json +206 -177
- package/dist/locale/ja-JP.json +223 -165
- package/dist/locale/ko-KR.json +237 -150
- package/dist/locale/nl-NL.json +243 -98
- package/dist/locale/pt-BR.json +224 -79
- package/dist/locale/ru-RU.json +214 -207
- package/dist/locale/tr-TR.json +224 -64
- package/dist/locale/uk-UA.json +233 -0
- package/dist/locale/zh-CN.json +206 -239
- package/dist/locale/zh-TW.json +233 -0
- package/dist/node_modules/cron-parser/package.json +1 -1
- package/dist/node_modules/lru-cache/package.json +1 -1
- package/dist/node_modules/nodejs-snowflake/package.json +1 -1
- package/dist/server/Dispatcher.js +1 -1
- package/package.json +2 -2
package/dist/locale/ru-RU.json
CHANGED
|
@@ -1,226 +1,233 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"Status": "Статус",
|
|
11
|
-
"On": "Вкл.",
|
|
12
|
-
"Off": "Выкл.",
|
|
13
|
-
"Category": "Категория",
|
|
14
|
-
"Add category": "Добавить категорию",
|
|
15
|
-
"Edit category": "Редактировать категорию",
|
|
16
|
-
"Delete category": "Удалить категорию",
|
|
17
|
-
"Version": "Версия",
|
|
18
|
-
"Copy to new version": "Скопировать в новую версию",
|
|
19
|
-
"Duplicate": "Дублировать",
|
|
20
|
-
"Duplicate to new workflow": "Дублировать в новый рабочий процесс",
|
|
21
|
-
"This is a main version, delete it will cause the whole workflow to be deleted (including all other revisions).": "Это основная версия. Её удаление приведёт к удалению всего рабочего процесса (включая все другие ревизии).",
|
|
22
|
-
"Current version will be deleted (without affecting other versions).": "Текущая версия будет удалена (без влияния на другие версии).",
|
|
23
|
-
"Execute manually": "Выполнить вручную",
|
|
24
|
-
"The trigger is not configured correctly, please check the trigger configuration.": "Триггер настроен неправильно. Пожалуйста, проверьте его конфигурацию.",
|
|
25
|
-
"This type of trigger has not been supported to be executed manually.": "Этот тип триггера не поддерживает ручное выполнение.",
|
|
26
|
-
"Trigger variables need to be filled for executing.": "Для выполнения необходимо заполнить переменные триггера.",
|
|
27
|
-
"A new version will be created automatically after execution if current version is not executed.": "Если текущая версия ещё не выполнялась, после выполнения будет автоматически создана новая версия.",
|
|
28
|
-
"This will perform all the actions configured in the workflow. Are you sure you want to continue?": "Будут выполнены все действия, настроенные в рабочем процессе. Вы уверены, что хотите продолжить?",
|
|
29
|
-
"Automatically create a new version after execution": "Автоматически создавать новую версию после выполнения",
|
|
30
|
-
"Workflow executed, the result status is <1>{{statusText}}</1><2>View the execution</2>": "Рабочий процесс выполнен, результат: <1>{{statusText}}</1><2>Просмотреть выполнение</2>",
|
|
31
|
-
"Loading": "Загрузка",
|
|
32
|
-
"Load failed": "Ошибка загрузки",
|
|
33
|
-
"Use transaction": "Использовать транзакцию",
|
|
34
|
-
"Data operation nodes in workflow will run in a same transaction until any interruption. Any failure will cause data rollback, and will also rollback the history of the execution.": "Узлы, выполняющие операции с данными, будут работать в одной транзакции до её прерывания. Любая ошибка приведёт к откату данных и истории выполнения.",
|
|
35
|
-
"Auto delete history when execution is on end status": "Автоматически удалять историю при завершении выполнения",
|
|
36
|
-
"Maximum number of cycling triggers": "Максимальное количество циклических триггеров",
|
|
37
|
-
"The triggers of same workflow by some node (create, update and sub-flow etc.) more than this number will be ignored. Large number may cause performance issues. Please use with caution.": "Если количество триггеров одного рабочего процесса (создание, обновление, подпроцесс и т. д.) превысит это значение, они будут игнорироваться. Большое число может привести к проблемам с производительностью. Используйте с осторожностью.",
|
|
38
|
-
"Continue when disabled or upgraded": "Продолжать при отключении или обновлении",
|
|
39
|
-
"If checked, all nodes in-progress could continue to be processed in execution of disabled workflow. Otherwise, all nodes in-progress will be aborted automatically.": "Если включено, все выполняющиеся узлы продолжат работу даже после отключения рабочего процесса. В противном случае все выполняющиеся узлы будут автоматически прерваны.",
|
|
40
|
-
"Trigger": "Триггер",
|
|
41
|
-
"Unknown trigger": "Неизвестный триггер",
|
|
42
|
-
"Workflow with unknown type will cause error. Please delete it or check plugin which provide this type.": "Рабочий процесс с неизвестным типом вызовет ошибку. Удалите его или проверьте плагин, предоставляющий этот тип рабочего процесса.",
|
|
43
|
-
"Trigger data": "Данные триггера",
|
|
44
|
-
"Trigger time": "Время триггера",
|
|
45
|
-
"Triggered at": "Триггер активирован в",
|
|
46
|
-
"Execute mode": "Режим выполнения",
|
|
47
|
-
"Execute workflow asynchronously or synchronously based on trigger type, and could not be changed after created.": "Выполнение рабочего процесса асинхронно или синхронно в зависимости от типа триггера. После создания изменить нельзя.",
|
|
48
|
-
"Asynchronously": "Асинхронно",
|
|
49
|
-
"Synchronously": "Синхронно",
|
|
50
|
-
"Will be executed in the background as a queued task.": "Будет выполнено в фоне как задача в очереди.",
|
|
51
|
-
"For user actions that require immediate feedback. Can not use asynchronous nodes in such mode, and it is not recommended to perform time-consuming operations under synchronous mode.": "Используется для пользовательских действий, требующих немедленной реакции. В этом режиме нельзя использовать асинхронные узлы, и не рекомендуется выполнять длительные операции.",
|
|
52
|
-
"Go back": "Назад",
|
|
53
|
-
"Bind workflows": "Привязать рабочие процессы",
|
|
54
|
-
"Support pre-action event (local mode), post-action event (local mode), and approval event here.": "Поддерживаются события \"До события\" (локальный режим), события \"После события\" (локальный режим) и \"Событие утверждения\".",
|
|
55
|
-
"Workflow will be triggered directly once the button clicked, without data saving. Only supports to be bound with \"Custom action event\".": "Рабочий процесс будет запущен сразу после нажатия кнопки, без сохранения данных. Поддерживается только привязка к \"Пользовательскому событию\".",
|
|
56
|
-
"\"Submit to workflow\" to \"Post-action event\" is deprecated, please use \"Custom action event\" instead.": "Использование \"Отправить в рабочий процесс\" для события \"После события\" устарело. Пожалуйста, используйте \"Пользовательское событие\".",
|
|
57
|
-
"Workflow will be triggered before deleting succeeded (only supports pre-action event in local mode).": "Рабочий процесс будет запущен перед успешным удалением (поддерживается только событие \"До события\" в локальном режиме).",
|
|
58
|
-
"Submit to workflow": "Отправить в рабочий процесс",
|
|
2
|
+
"\"Submit to workflow\" to \"Post-action event\" is deprecated, please use \"Custom action event\" instead.": "\"Submit to workflow\" to \"Post-action event\" is deprecated, please use \"Custom action event\" instead.",
|
|
3
|
+
"\"{{branchName}}\" branch": "\"{{branchName}}\" branch",
|
|
4
|
+
"A new version will be created automatically after execution if current version is not executed.": "A new version will be created automatically after execution if current version is not executed.",
|
|
5
|
+
"Aborted": "Прервано",
|
|
6
|
+
"Add": "Add",
|
|
7
|
+
"Add category": "Add category",
|
|
8
|
+
"Add new record to a collection. You can use variables from upstream nodes to assign values to fields.": "Add new record to a collection. You can use variables from upstream nodes to assign values to fields.",
|
|
9
|
+
"Add node": "Добавить узел",
|
|
59
10
|
"Add workflow": "Добавить рабочий процесс",
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"Full form data": "Все данные формы",
|
|
63
|
-
"Select context": "Выбрать контекст",
|
|
64
|
-
"Collection event": "Событие коллекции",
|
|
65
|
-
"Triggered when data changes in the collection, such as after adding, updating, or deleting a record. Unlike \"Post-action event\", Collection event listens for data changes rather than HTTP requests. Unless you understand the exact meaning, it is recommended to use \"Post-action event\".": "Активируется при изменении данных в коллекции — например, после добавления, обновления или удаления записи. В отличие от события \"После события\", реагирует на изменение данных, а не на HTTP-запросы. Если вы не уверены, рекомендуется использовать событие \"После события\".",
|
|
66
|
-
"Trigger on": "Триггер на",
|
|
11
|
+
"Advanced": "Продвинутый",
|
|
12
|
+
"After end of branches": "После завершения веток",
|
|
67
13
|
"After record added": "После добавления записи",
|
|
68
|
-
"After record updated": "После обновления записи",
|
|
69
14
|
"After record added or updated": "После добавления или обновления записи",
|
|
70
15
|
"After record deleted": "После удаления записи",
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"Trigger mode": "Режим триггера",
|
|
16
|
+
"After record updated": "После обновления записи",
|
|
17
|
+
"All": "Все",
|
|
18
|
+
"Allow multiple records as result": "Разрешить несколько записей как результат",
|
|
19
|
+
"Are you sure you want to cancel the execution?": "Вы уверены, что хотите отменить выполнение?",
|
|
20
|
+
"Asynchronously": "Асинхронно",
|
|
21
|
+
"Auto delete history when execution is on end status": "Автоматически удалять историю, когда выполнение находится в конечном статусе",
|
|
22
|
+
"Automatically create a new version after execution": "Автоматически создавать новую версию после выполнения",
|
|
23
|
+
"Based on boolean result of the calculation to determine whether to \"continue\" or \"exit\" the process, or continue on different branches of \"yes\" and \"no\".": "Based on boolean result of the calculation to determine whether to \"continue\" or \"exit\" the process, or continue on different branches of \"yes\" and \"no\".",
|
|
80
24
|
"Based on certain date": "На основе определенной даты",
|
|
81
25
|
"Based on date field of collection": "На основе поля с датой в коллекции",
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"No limit": "Нет ограничений",
|
|
89
|
-
"Seconds": "Секунды",
|
|
90
|
-
"Minutes": "Минуты",
|
|
91
|
-
"Hours": "Часы",
|
|
92
|
-
"Days": "Дни",
|
|
93
|
-
"Weeks": "Недели",
|
|
94
|
-
"Months": "Месяцы",
|
|
95
|
-
"No repeat": "Не повторять",
|
|
96
|
-
"Every": "Каждые",
|
|
97
|
-
"By minute": "По минутам",
|
|
98
|
-
"By hour": "По часам",
|
|
26
|
+
"Basic": "Базовый",
|
|
27
|
+
"Bind workflows": "Привязать рабочий процесс",
|
|
28
|
+
"Branch into \"Yes\" and \"No\"": "Разветвление на \"Да\" и \"Нет\"",
|
|
29
|
+
"Branch to keep": "Branch to keep",
|
|
30
|
+
"Branch {{index}}": "Branch {{index}}",
|
|
31
|
+
"By custom date": "По пользовательской дате",
|
|
99
32
|
"By day": "По дням",
|
|
100
|
-
"By week": "По неделям",
|
|
101
|
-
"By month": "По месяцам",
|
|
102
33
|
"By field": "По полю",
|
|
103
|
-
"By
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"Trigger variables": "Контекст триггера",
|
|
109
|
-
"Node result": "Результат Узла",
|
|
110
|
-
"Variable key of node": "Ключ переменной узла",
|
|
111
|
-
"Scope variables": "Переменные области видимости",
|
|
112
|
-
"Operator": "Оператор",
|
|
113
|
-
"Calculate an expression based on a calculation engine and obtain a value as the result. Variables in the upstream nodes can be used in the expression.": "Вычислить выражение на основе вычислительного механизма и получить значение в качестве результата. В выражении можно использовать переменные из предыдущих узлов.",
|
|
114
|
-
"System variables": "Системные переменные",
|
|
115
|
-
"System time": "Системное время",
|
|
116
|
-
"Date variables": "Переменные даты",
|
|
117
|
-
"Date range": "Диапазон дат",
|
|
118
|
-
"Executed at": "Выполнено в",
|
|
119
|
-
"Queueing": "В очереди",
|
|
120
|
-
"On going": "В процессе",
|
|
121
|
-
"Resolved": "Решено",
|
|
122
|
-
"Pending": "Ожидание",
|
|
123
|
-
"Failed": "Неудачно",
|
|
124
|
-
"Error": "Ошибка",
|
|
125
|
-
"Aborted": "Прервано",
|
|
126
|
-
"Canceled": "Отменено",
|
|
127
|
-
"Rejected": "Отклонено",
|
|
128
|
-
"Retry needed": "Требуется повтор",
|
|
129
|
-
"Completed": "Завершено",
|
|
130
|
-
"All": "Все",
|
|
131
|
-
"View result": "Просмотреть результат",
|
|
132
|
-
"Triggered but still waiting in queue to execute.": "Активирован, но ожидает выполнения в очереди.",
|
|
133
|
-
"Started and executing, maybe waiting for an async callback (manual, delay etc.).": "Начат и выполняется, возможно ожидает асинхронного отклика (вручную, с задержкой и т. д.).",
|
|
134
|
-
"Successfully finished.": "Успешно завершено.",
|
|
135
|
-
"Failed to satisfy node configurations.": "Не удалось выполнить из-за настроек узла.",
|
|
136
|
-
"Some node meets error.": "Ошибка в одном из узлов.",
|
|
137
|
-
"Running of some node was aborted by program flow.": "Выполнение одного из узлов было прервано логикой программы.",
|
|
138
|
-
"Manually canceled whole execution when waiting.": "Выполнение было вручную отменено во время ожидания.",
|
|
139
|
-
"Rejected from a manual node.": "Отклонено вручную на узле.",
|
|
140
|
-
"General failed but should do another try.": "Общая ошибка, но следует попробовать снова.",
|
|
141
|
-
"Cancel the execution": "Отменить выполнение",
|
|
142
|
-
"Are you sure you want to cancel the execution?": "Вы уверены, что хотите отменить выполнение?",
|
|
143
|
-
"Operations": "Операции",
|
|
144
|
-
"This node contains branches, deleting will also be preformed to them, are you sure?": "Этот узел содержит ветви, при удалении они также будут удалены. Вы уверены?",
|
|
145
|
-
"Control": "Управление",
|
|
146
|
-
"Collection operations": "Операции с коллекцией",
|
|
147
|
-
"Manual": "Вручную",
|
|
148
|
-
"Extended types": "Расширенные типы",
|
|
149
|
-
"Node type": "Тип Узла",
|
|
150
|
-
"Unknown node": "Неизвестный узел",
|
|
151
|
-
"Node with unknown type will cause error. Please delete it or check plugin which provide this type.": "Узел с неизвестным типом вызовет ошибку. Удалите его или проверьте плагин, предоставляющий этот тип.",
|
|
34
|
+
"By hour": "По часам",
|
|
35
|
+
"By minute": "По минутам",
|
|
36
|
+
"By month": "По месяцам",
|
|
37
|
+
"By week": "По неделям",
|
|
38
|
+
"Calculate an expression based on a calculation engine and obtain a value as the result. Variables in the upstream nodes can be used in the expression.": "Calculate an expression based on a calculation engine and obtain a value as the result. Variables in the upstream nodes can be used in the expression.",
|
|
152
39
|
"Calculation": "Вычисление",
|
|
153
|
-
"Calculation engine": "
|
|
154
|
-
"Basic": "Базовый",
|
|
40
|
+
"Calculation engine": "Движок вычислений",
|
|
155
41
|
"Calculation expression": "Выражение для вычисления",
|
|
156
|
-
"Expression syntax error": "Ошибка синтаксиса выражения",
|
|
157
|
-
"Syntax references: ": "Справка по синтаксису: ",
|
|
158
42
|
"Calculation result": "Результат вычисления",
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
"
|
|
43
|
+
"Can not delete": "Невозможно удалить",
|
|
44
|
+
"Cancel the execution": "Отменить выполнение",
|
|
45
|
+
"Canceled": "Прерванный",
|
|
46
|
+
"Category": "Category",
|
|
47
|
+
"Changed fields": "Измененные поля",
|
|
48
|
+
"Choose a record or primary key of a record in the collection to trigger.": "Choose a record or primary key of a record in the collection to trigger.",
|
|
49
|
+
"Clear all executions": "Очистить все выполнения",
|
|
50
|
+
"Clear executions will not reset executed count, and started executions will not be deleted, are you sure you want to delete them all?": "Очистка выполнений не сбросит счетчик выполненных операций, и начатые задачи не будут удалены. Вы уверены, что хотите удалить их все?",
|
|
51
|
+
"Collection event": "Событие коллекции",
|
|
52
|
+
"Collection operations": "Операции с коллекцией",
|
|
53
|
+
"Completed": "Завершено",
|
|
54
|
+
"Concat": "Concat",
|
|
162
55
|
"Condition": "Условие",
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"Succeeded": "Успешный",
|
|
169
|
-
"Based on boolean result of the calculation to determine whether to \"continue\" or \"exit\" the process, or continue on different branches of \"yes\" and \"no\".": "На основании булевого результата вычисления определяется, следует ли «продолжить» или «завершить» процесс, либо перейти по ветвям «да» и «нет».",
|
|
170
|
-
"Mode": "Режим",
|
|
171
|
-
"Continue when \"Yes\"": "Продолжить когда \"Да\"",
|
|
172
|
-
"Branch into \"Yes\" and \"No\"": "Разветвление на \"Да\" и \"Нет\"",
|
|
173
|
-
"Condition expression": "Условное выражение",
|
|
174
|
-
"Inside of \"Yes\" branch": "Внутри ветви \"Да\"",
|
|
175
|
-
"Inside of \"No\" branch": "Внутри ветви \"Нет\"",
|
|
56
|
+
"Condition expression": "Выражение условия",
|
|
57
|
+
"Continue when \"Yes\"": "Продолжить, когда \"Да\"",
|
|
58
|
+
"Continue when disabled or upgraded": "Continue when disabled or upgraded",
|
|
59
|
+
"Control": "Управление",
|
|
60
|
+
"Copy to new version": "Скопировать в новую версию",
|
|
176
61
|
"Create record": "Создать запись",
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
"
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
"
|
|
62
|
+
"Current time": "Текущее время",
|
|
63
|
+
"Current version will be deleted (without affecting other versions).": "Current version will be deleted (without affecting other versions).",
|
|
64
|
+
"Data operation nodes in workflow will run in a same transaction until any interruption. Any failure will cause data rollback, and will also rollback the history of the execution.": "Data operation nodes in workflow will run in a same transaction until any interruption. Any failure will cause data rollback, and will also rollback the history of the execution.",
|
|
65
|
+
"Date range": "Диапазон дат",
|
|
66
|
+
"Date variables": "Переменные даты",
|
|
67
|
+
"Days": "Дни",
|
|
68
|
+
"Delete all": "Delete all",
|
|
69
|
+
"Delete category": "Delete category",
|
|
70
|
+
"Delete node": "Delete node",
|
|
71
|
+
"Delete record": "Удалить запись",
|
|
72
|
+
"Delete records of a collection. Could use variables in workflow context as filter. All records match the filter will be deleted.": "Delete records of a collection. Could use variables in workflow context as filter. All records match the filter will be deleted.",
|
|
73
|
+
"Duplicate": "Дублировать",
|
|
74
|
+
"Duplicate to new workflow": "Дублировать в новый рабочий процесс",
|
|
75
|
+
"Edit category": "Edit category",
|
|
76
|
+
"End": "Конец",
|
|
77
|
+
"End process": "Конец процесса",
|
|
78
|
+
"End status": "Конечный статус",
|
|
79
|
+
"End the process immediately, with set status.": "End the process immediately, with set status.",
|
|
80
|
+
"Ends on": "Заканчивается на",
|
|
81
|
+
"Error": "Ошибка",
|
|
82
|
+
"Every": "Каждые",
|
|
83
|
+
"Exactly at": "Ровно в",
|
|
84
|
+
"Execute manually": "Выполнить вручную",
|
|
85
|
+
"Execute mode": "Режим выполнения",
|
|
86
|
+
"Execute on": "Выполнить на",
|
|
87
|
+
"Execute workflow asynchronously or synchronously based on trigger type, and could not be changed after created.": "Execute workflow asynchronously or synchronously based on trigger type, and could not be changed after created.",
|
|
88
|
+
"Executed": "Выполненный",
|
|
89
|
+
"Executed at": "Выполнено в",
|
|
90
|
+
"Executed workflow cannot be modified. Could be copied to a new version to modify.": "Executed workflow cannot be modified. Could be copied to a new version to modify.",
|
|
91
|
+
"Execution history": "История запусков",
|
|
92
|
+
"Exit when query result is null": "Выйти, если результат запроса равен null",
|
|
93
|
+
"Expression syntax error": "Синтаксическая ошибка выражения",
|
|
94
|
+
"Extended types": "Расширенные типы",
|
|
95
|
+
"Failed": "Неудачный",
|
|
96
|
+
"Failed to satisfy node configurations.": "Failed to satisfy node configurations.",
|
|
97
|
+
"False": "False",
|
|
98
|
+
"For user actions that require immediate feedback. Can not use asynchronous nodes in such mode, and it is not recommended to perform time-consuming operations under synchronous mode.": "For user actions that require immediate feedback. Can not use asynchronous nodes in such mode, and it is not recommended to perform time-consuming operations under synchronous mode.",
|
|
99
|
+
"Full form data": "Полные данные формы",
|
|
100
|
+
"General failed but should do another try.": "General failed but should do another try.",
|
|
101
|
+
"Go back": "Назад",
|
|
102
|
+
"Hours": "Часы",
|
|
103
|
+
"If checked, all nodes in-progress could continue to be processed in execution of disabled workflow. Otherwise, all nodes in-progress will be aborted automatically.": "If checked, all nodes in-progress could continue to be processed in execution of disabled workflow. Otherwise, all nodes in-progress will be aborted automatically.",
|
|
104
|
+
"If checked, when there are multiple records in the query result, an array will be returned as the result, which can be operated on one by one using a loop node. Otherwise, only one record will be returned.": "If checked, when there are multiple records in the query result, an array will be returned as the result, which can be operated on one by one using a loop node. Otherwise, only one record will be returned.",
|
|
105
|
+
"Inside of \"No\" branch": "Внутрь ветки \"Нет\"",
|
|
106
|
+
"Inside of \"Yes\" branch": "Внутрь ветки \"Да\"",
|
|
107
|
+
"Inside of \"{{branchName}}\" branch": "Inside of \"{{branchName}}\" branch",
|
|
108
|
+
"Inside of branch": "Внутрь ветки",
|
|
109
|
+
"Keep": "Keep",
|
|
110
|
+
"Load failed": "Загрузка не удалась",
|
|
111
|
+
"Loading": "Загрузка",
|
|
112
|
+
"Log": "Log",
|
|
113
|
+
"Manual": "Ручной",
|
|
114
|
+
"Manually canceled whole execution when waiting.": "Manually canceled whole execution when waiting.",
|
|
115
|
+
"Maximum number of cycling triggers": "Максимальное количество циклических триггеров",
|
|
116
|
+
"Minutes": "Минуты",
|
|
117
|
+
"Mode": "Режим",
|
|
118
|
+
"Months": "Месяцы",
|
|
119
|
+
"Move all downstream nodes to": "Переместить все последующие узлы в",
|
|
120
|
+
"Multiple records": "Несколько записей",
|
|
121
|
+
"New version enabled": "Новая версия включена",
|
|
122
|
+
"No": "No",
|
|
123
|
+
"No end": "Без конца",
|
|
124
|
+
"No limit": "Без ограничений",
|
|
125
|
+
"No repeat": "Без повторов",
|
|
126
|
+
"No variable": "Нет переменной",
|
|
127
|
+
"No workflow tasks available. Please contact the administrator.": "No workflow tasks available. Please contact the administrator.",
|
|
128
|
+
"Node result": "Результат узла",
|
|
129
|
+
"Node type": "Тип узла",
|
|
130
|
+
"Node with unknown type will cause error. Please delete it or check plugin which provide this type.": "Node with unknown type will cause error. Please delete it or check plugin which provide this type.",
|
|
131
|
+
"Off": "Выкл.",
|
|
132
|
+
"On": "Вкл.",
|
|
133
|
+
"On going": "В процессе",
|
|
134
|
+
"Only triggers when match conditions": "Срабатывает только при совпадении условий",
|
|
135
|
+
"Only update records matching conditions": "Обновлять только записи, соответствующие условиям",
|
|
136
|
+
"Operations": "Операции",
|
|
137
|
+
"Operator": "Оператор",
|
|
138
|
+
"Pending": "В ожидании",
|
|
139
|
+
"Please add at least one condition": "Пожалуйста, добавьте хотя бы одно условие",
|
|
140
|
+
"Please select collection first": "Пожалуйста, сначала выберите коллекцию",
|
|
141
|
+
"Please select the associated fields that need to be accessed in subsequent nodes. With more than two levels of to-many associations may cause performance issue, please use with caution.": "Please select the associated fields that need to be accessed in subsequent nodes. With more than two levels of to-many associations may cause performance issue, please use with caution.",
|
|
142
|
+
"Preload associations": "Предварительная загрузка связей",
|
|
143
|
+
"Query record": "Выбрать записи",
|
|
144
|
+
"Query records from a collection. You can use variables from upstream nodes as query conditions.": "Query records from a collection. You can use variables from upstream nodes as query conditions.",
|
|
145
|
+
"Query users": "Query users",
|
|
146
|
+
"Queueing": "В очереди",
|
|
147
|
+
"Rejected": "Отклонено",
|
|
148
|
+
"Rejected from a manual node.": "Rejected from a manual node.",
|
|
149
|
+
"Repeat limit": "Лимит повторений",
|
|
150
|
+
"Repeat mode": "Режим повторения",
|
|
151
|
+
"Replace variables": "Replace variables",
|
|
152
|
+
"Resolved": "Разрешено",
|
|
153
|
+
"Result": "Result",
|
|
189
154
|
"Result type": "Тип результата",
|
|
155
|
+
"Retry needed": "Необходима повторная попытка",
|
|
156
|
+
"Running of some node was aborted by program flow.": "Running of some node was aborted by program flow.",
|
|
157
|
+
"Schedule event": "Событие по расписанию",
|
|
158
|
+
"Scope variables": "Переменные области видимости",
|
|
159
|
+
"Seconds": "Секунды",
|
|
160
|
+
"Select context": "Выбрать контекст",
|
|
161
|
+
"Select users": "Select users",
|
|
162
|
+
"Select workflow": "Выбрать рабочий процесс",
|
|
190
163
|
"Single record": "Одна запись",
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"
|
|
197
|
-
"Please add at least one condition": "Добавьте хотя бы одно условие",
|
|
198
|
-
"Unassigned fields will be set to default values, and those without default values will be set to null.": "Неуказанные поля будут установлены в значения по умолчанию, а при их отсутствии — null.",
|
|
199
|
-
"Delete record": "Удалить запись",
|
|
200
|
-
"Delete records of a collection. Could use variables in workflow context as filter. All records match the filter will be deleted.": "Удаляет записи коллекции. Можно использовать переменные контекста рабочего процесса как фильтр. Все записи, соответствующие фильтру, будут удалены.",
|
|
201
|
-
"Executed workflow cannot be modified. Could be copied to a new version to modify.": "Выполненный рабочий процесс нельзя изменить. Его можно скопировать в новую версию для редактирования.",
|
|
202
|
-
"Can not delete": "Невозможно удалить",
|
|
203
|
-
"The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.": "Результат этого узла используется в других узлах ({{nodes}}). Удалите использование перед удалением узла.",
|
|
204
|
-
"End process": "Завершить процесс",
|
|
205
|
-
"End the process immediately, with set status.": "Немедленно завершает процесс с заданным статусом.",
|
|
206
|
-
"End status": "Статус завершения",
|
|
164
|
+
"Some node meets error.": "Some node meets error.",
|
|
165
|
+
"Started and executing, maybe waiting for an async callback (manual, delay etc.).": "Started and executing, maybe waiting for an async callback (manual, delay etc.).",
|
|
166
|
+
"Starts on": "Стартует с",
|
|
167
|
+
"Status": "Статус",
|
|
168
|
+
"String operation": "Операция со строкой",
|
|
169
|
+
"Submit to workflow": "Отправить в рабочий процесс",
|
|
207
170
|
"Succeeded": "Успешно",
|
|
171
|
+
"Successfully finished.": "Successfully finished.",
|
|
172
|
+
"Support pre-action event (local mode), post-action event (local mode), and approval event here.": "Support pre-action event (local mode), post-action event (local mode), and approval event here.",
|
|
173
|
+
"Sync": "Синхронизация",
|
|
174
|
+
"Sync enabled status of all workflows from database": "Синхронизировать статус включения всех рабочих процессов из базы данных",
|
|
175
|
+
"Synchronously": "Синхронно",
|
|
176
|
+
"Syntax references: ": "Ссылки на синтаксис: ",
|
|
177
|
+
"System time": "Системное время",
|
|
178
|
+
"System variables": "Системные переменные",
|
|
179
|
+
"Task type {{type}} is invalid": "Task type {{type}} is invalid",
|
|
208
180
|
"Test run": "Тестовый запуск",
|
|
209
|
-
"Test run will do the actual data manipulating or API calling, please use with caution.": "
|
|
210
|
-
"
|
|
211
|
-
"
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
"
|
|
181
|
+
"Test run will do the actual data manipulating or API calling, please use with caution.": "Test run will do the actual data manipulating or API calling, please use with caution.",
|
|
182
|
+
"The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.": "The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.",
|
|
183
|
+
"The result will be an array containing matched records, or an empty one if no matching records. This can be used to be processed in a loop node.": "The result will be an array containing matched records, or an empty one if no matching records. This can be used to be processed in a loop node.",
|
|
184
|
+
"The result will be an object of the first matching record only, or null if no matched record.": "The result will be an object of the first matching record only, or null if no matched record.",
|
|
185
|
+
"The trigger is not configured correctly, please check the trigger configuration.": "The trigger is not configured correctly, please check the trigger configuration.",
|
|
186
|
+
"The triggers of same workflow by some node (create, update and sub-flow etc.) more than this number will be ignored. Large number may cause performance issues. Please use with caution.": "The triggers of same workflow by some node (create, update and sub-flow etc.) more than this number will be ignored. Large number may cause performance issues. Please use with caution.",
|
|
187
|
+
"The updated data can trigger other workflows, and the audit log will also be recorded. But it is usually only applicable to several or dozens of pieces of data, otherwise there will be performance problems.": "The updated data can trigger other workflows, and the audit log will also be recorded. But it is usually only applicable to several or dozens of pieces of data, otherwise there will be performance problems.",
|
|
188
|
+
"The workflow tasks page has already been created.": "The workflow tasks page has already been created.",
|
|
189
|
+
"This is a main version, delete it will cause the whole workflow to be deleted (including all other revisions).": "This is a main version, delete it will cause the whole workflow to be deleted (including all other revisions).",
|
|
190
|
+
"This node contains branches, deleting will also be preformed to them, are you sure?": "Этот узел содержит ветки, зависимые ветки так же будут удалены, вы уверены?",
|
|
191
|
+
"This type of trigger has not been supported to be executed manually.": "This type of trigger has not been supported to be executed manually.",
|
|
192
|
+
"This will perform all the actions configured in the workflow. Are you sure you want to continue?": "This will perform all the actions configured in the workflow. Are you sure you want to continue?",
|
|
193
|
+
"Trigger": "Триггер",
|
|
194
|
+
"Trigger data": "Данные триггера",
|
|
195
|
+
"Trigger data context": "Контекст данных триггера",
|
|
196
|
+
"Trigger mode": "Режим триггера",
|
|
197
|
+
"Trigger on": "Триггер на",
|
|
198
|
+
"Trigger time": "Время триггера",
|
|
199
|
+
"Trigger type": "Тип триггера",
|
|
200
|
+
"Trigger variables": "Контекст триггера",
|
|
201
|
+
"Trigger variables need to be filled for executing.": "Trigger variables need to be filled for executing.",
|
|
202
|
+
"Triggered according to preset time conditions. Suitable for one-time or periodic tasks, such as sending notifications and cleaning data on a schedule.": "Triggered according to preset time conditions. Suitable for one-time or periodic tasks, such as sending notifications and cleaning data on a schedule.",
|
|
203
|
+
"Triggered at": "Сработало в",
|
|
204
|
+
"Triggered but still waiting in queue to execute.": "Triggered but still waiting in queue to execute.",
|
|
205
|
+
"Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.": "Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.",
|
|
206
|
+
"Triggered when data changes in the collection, such as after adding, updating, or deleting a record. Unlike \"Post-action event\", Collection event listens for data changes rather than HTTP requests. Unless you understand the exact meaning, it is recommended to use \"Post-action event\".": "Triggered when data changes in the collection, such as after adding, updating, or deleting a record. Unlike \"Post-action event\", Collection event listens for data changes rather than HTTP requests. Unless you understand the exact meaning, it is recommended to use \"Post-action event\".",
|
|
207
|
+
"True": "True",
|
|
208
|
+
"Unassigned fields will be set to default values, and those without default values will be set to null.": "Unassigned fields will be set to default values, and those without default values will be set to null.",
|
|
209
|
+
"Unknown node": "Неизвестный узел",
|
|
210
|
+
"Unknown trigger": "Неизвестный триггер",
|
|
211
|
+
"Update all eligible data at one time, which has better performance when the amount of data is large. But association fields are not supported (unless foreign key in current collection), and the updated data will not trigger other workflows.": "Update all eligible data at one time, which has better performance when the amount of data is large. But association fields are not supported (unless foreign key in current collection), and the updated data will not trigger other workflows.",
|
|
212
|
+
"Update in a batch": "Пакетное обновление",
|
|
213
|
+
"Update mode": "Режим обновления",
|
|
214
|
+
"Update one by one": "Обновить по одному",
|
|
215
|
+
"Update record": "Обновить запись",
|
|
216
|
+
"Update records of a collection. You can use variables from upstream nodes as query conditions and field values.": "Update records of a collection. You can use variables from upstream nodes as query conditions and field values.",
|
|
217
|
+
"Use transaction": "Использовать транзакцию",
|
|
218
|
+
"Variable key of node": "Ключ переменной узла",
|
|
219
|
+
"Version": "Версия",
|
|
220
|
+
"View result": "Посмотреть результат",
|
|
221
|
+
"Weeks": "Недели",
|
|
222
|
+
"Will be executed in the background as a queued task.": "Will be executed in the background as a queued task.",
|
|
223
|
+
"Workflow": "Рабочий процесс",
|
|
224
|
+
"Workflow executed, the result status is <1>{{statusText}}</1><2>View the execution</2>": "Рабочий процесс выполнен, статус результата: <1>{{statusText}}</1><2>Посмотреть выполнение</2>",
|
|
225
|
+
"Workflow is not exists": "Workflow is not exists",
|
|
226
|
+
"Workflow tasks": "Workflow tasks",
|
|
215
227
|
"Workflow todos": "Задачи рабочего процесса",
|
|
216
|
-
"
|
|
217
|
-
"Workflow
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
|
|
222
|
-
"Conditions": "Условия",
|
|
223
|
-
"Fields that are not assigned a value will be set to the default value, and those that do not have a default value are set to null.": "Поля, которым не присвоено значение, будут установлены на значение по умолчанию, а поля, не имеющие значения по умолчанию, будут установлены на null.",
|
|
224
|
-
"Trigger in executed workflow cannot be modified": "Триггер в выполняемом рабочем процессе не может быть изменен",
|
|
225
|
-
"Node in executed workflow cannot be modified": "Узел в выполняемом рабочем процессе не может быть изменен"
|
|
226
|
-
}
|
|
228
|
+
"Workflow will be triggered before deleting succeeded (only supports pre-action event in local mode).": "Workflow will be triggered before deleting succeeded (only supports pre-action event in local mode).",
|
|
229
|
+
"Workflow will be triggered directly once the button clicked, without data saving. Only supports to be bound with \"Custom action event\".": "Workflow will be triggered directly once the button clicked, without data saving. Only supports to be bound with \"Custom action event\".",
|
|
230
|
+
"Workflow with unknown type will cause error. Please delete it or check plugin which provide this type.": "Workflow with unknown type will cause error. Please delete it or check plugin which provide this type.",
|
|
231
|
+
"Yes": "Yes",
|
|
232
|
+
"concat": "объединить"
|
|
233
|
+
}
|