@nocobase/plugin-workflow 2.0.0-alpha.6 → 2.0.0-alpha.61
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/{f68fbc145c3ddec3.js → 80d4cd8911e03c27.js} +1 -1
- package/dist/client/Branch.d.ts +2 -0
- package/dist/client/RemoveNodeContext.d.ts +11 -0
- package/dist/client/WorkflowTasks.d.ts +3 -1
- package/dist/client/bfc2a351589613e1.js +10 -0
- package/dist/client/e078314a62391f36.js +10 -0
- package/dist/client/flows/triggerWorkflows.d.ts +15 -42
- package/dist/client/index.js +1 -1
- package/dist/client/nodes/condition.d.ts +0 -3
- package/dist/client/nodes/multi-conditions.d.ts +57 -0
- package/dist/client/schemas/executions.d.ts +1 -1
- package/dist/client/variable.d.ts +1 -1
- package/dist/common/collections/executions.d.ts +1 -1
- package/dist/common/collections/executions.js +13 -1
- package/dist/common/collections/jobs.js +4 -0
- package/dist/externalVersion.js +12 -11
- package/dist/locale/de-DE.json +230 -188
- package/dist/locale/en-US.json +233 -188
- package/dist/locale/es-ES.json +238 -78
- package/dist/locale/fr-FR.json +238 -78
- package/dist/locale/hu-HU.json +258 -0
- package/dist/locale/id-ID.json +258 -0
- package/dist/locale/it-IT.json +229 -176
- package/dist/locale/ja-JP.json +236 -164
- package/dist/locale/ko-KR.json +260 -150
- package/dist/locale/nl-NL.json +257 -99
- package/dist/locale/pt-BR.json +238 -78
- package/dist/locale/ru-RU.json +243 -67
- package/dist/locale/tr-TR.json +239 -63
- package/dist/locale/uk-UA.json +258 -0
- package/dist/locale/vi-VN.json +258 -0
- package/dist/locale/zh-CN.json +236 -226
- package/dist/locale/zh-TW.json +258 -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.d.ts +1 -3
- package/dist/server/Dispatcher.js +30 -30
- package/dist/server/Plugin.d.ts +3 -0
- package/dist/server/Plugin.js +55 -20
- package/dist/server/Processor.js +37 -12
- package/dist/server/actions/index.js +3 -0
- package/dist/server/actions/jobs.d.ts +9 -0
- package/dist/server/actions/jobs.js +64 -0
- package/dist/server/actions/nodes.d.ts +1 -0
- package/dist/server/actions/nodes.js +148 -17
- package/dist/server/instructions/MultiConditionsInstruction.d.ts +18 -0
- package/dist/server/instructions/MultiConditionsInstruction.js +118 -0
- package/dist/server/instructions/index.d.ts +3 -1
- package/dist/server/repositories/WorkflowRepository.js +9 -2
- package/dist/server/triggers/CollectionTrigger.d.ts +3 -0
- package/dist/server/triggers/CollectionTrigger.js +31 -3
- package/dist/server/triggers/ScheduleTrigger/DateFieldScheduleTrigger.js +8 -0
- package/dist/server/triggers/index.d.ts +3 -1
- package/dist/server/types/Job.d.ts +1 -0
- package/package.json +5 -2
- package/dist/client/4985975bcaea35eb.js +0 -10
- package/dist/client/91bf4b18d5aad6a7.js +0 -10
package/dist/locale/ko-KR.json
CHANGED
|
@@ -1,169 +1,279 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"Version": "버전",
|
|
13
|
-
"Copy to new version": "새 버전으로 복사",
|
|
14
|
-
"Duplicate": "복제",
|
|
15
|
-
"Duplicate to new workflow": "새로운 워크플로우로 복제",
|
|
16
|
-
"Delete a main version will cause all other revisions to be deleted too.": "주 버전을 삭제하면 모든 다른 수정 사항도 삭제됩니다.",
|
|
17
|
-
"Loading": "로딩 중",
|
|
18
|
-
"Load failed": "로드 실패",
|
|
19
|
-
"Use transaction": "트랜잭션 사용",
|
|
20
|
-
"Data operation nodes in the workflow will run in the same transaction until any interruption. Any failure will cause data rollback, and will also rollback the history of the execution.": "워크플로우의 데이터 작업 노드는 어떠한 방해가 발생할 때까지 동일한 트랜잭션에서 실행됩니다. 어떠한 실패도 데이터 롤백을 유발하며 실행 이력도 롤백됩니다.",
|
|
21
|
-
"Auto delete history when execution is on end status": "실행이 종료 상태일 때 자동으로 이력 삭제",
|
|
22
|
-
"Trigger": "트리거",
|
|
23
|
-
"Trigger variables": "트리거 변수",
|
|
24
|
-
"Trigger data": "트리거 데이터",
|
|
25
|
-
"Trigger time": "트리거 시간",
|
|
26
|
-
"Triggered at": "트리거 시간",
|
|
27
|
-
"Bind workflows": "워크플로우 바인딩",
|
|
28
|
-
"Workflow will be triggered after submitting succeeded.": "제출 성공 후 워크플로우가 트리거됩니다.",
|
|
29
|
-
"Workflow will be triggered after saving succeeded.": "저장 성공 후 워크플로우가 트리거됩니다.",
|
|
30
|
-
"Workflow will be triggered directly once the button is clicked, without data saving.": "버튼을 클릭하면 데이터 저장 없이 워크플로우가 직접 트리거됩니다.",
|
|
31
|
-
"Submit to workflow": "워크플로우에 제출",
|
|
2
|
+
"\"Submit to workflow\" to \"Post-action event\" is deprecated, please use \"Custom action event\" instead.": "\"워크플로우에 제출\"의 \"Post-action event\"는 더 이상 사용되지 않습니다. 대신 \"Custom action event\"를 사용하세요.",
|
|
3
|
+
"\"{{branchName}}\" branch": "\"{{branchName}}\" branch",
|
|
4
|
+
"A new version will be created automatically after execution if current version is not executed.": "현재 버전이 실행되지 않은 경우 실행 후 새 버전이 자동으로 생성됩니다.",
|
|
5
|
+
"Aborted": "중단됨",
|
|
6
|
+
"Add": "Add",
|
|
7
|
+
"Add a new record to a collection. You can use variables from upstream nodes to assign values to fields.": "컬렉션에 새 레코드를 추가합니다. 상위 노드의 변수를 사용하여 필드에 값을 할당할 수 있습니다.",
|
|
8
|
+
"Add branch": "Add branch",
|
|
9
|
+
"Add category": "Add category",
|
|
10
|
+
"Add new record to a collection. You can use variables from upstream nodes to assign values to fields.": "컬렉션에 새 레코드를 추가합니다. 상위 노드의 변수를 사용하여 필드에 값을 할당할 수 있습니다.",
|
|
11
|
+
"Add node": "노드 추가",
|
|
32
12
|
"Add workflow": "워크플로우 추가",
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"Full form data": "전체 폼 데이터",
|
|
36
|
-
"Select context": "컨텍스트 선택",
|
|
37
|
-
"Collection event": "데이터 테이블 이벤트",
|
|
38
|
-
"Event will be triggered on collection data row created, updated or deleted.": "데이터 테이블의 데이터 행이 생성, 업데이트 또는 삭제될 때 이벤트가 트리거됩니다.",
|
|
39
|
-
"Trigger on": "트리거 조건",
|
|
13
|
+
"Advanced": "고급",
|
|
14
|
+
"After end of branches": "분기 종료 후",
|
|
40
15
|
"After record added": "레코드 추가 후",
|
|
41
|
-
"After record updated": "레코드 업데이트 후",
|
|
42
16
|
"After record added or updated": "레코드 추가 또는 업데이트 후",
|
|
43
17
|
"After record deleted": "레코드 삭제 후",
|
|
18
|
+
"After record updated": "레코드 업데이트 후",
|
|
19
|
+
"All": "전체",
|
|
20
|
+
"Allow multiple records as a result": "여러 레코드 결과 허용",
|
|
21
|
+
"Allow multiple records as result": "여러 레코드 결과 허용",
|
|
22
|
+
"Are you sure you want to cancel the execution?": "실행을 정말로 취소하시겠습니까?",
|
|
23
|
+
"Arithmetic calculation": "산술 계산",
|
|
24
|
+
"Asynchronously": "비동기",
|
|
25
|
+
"Auto delete history when execution is on end status": "실행이 종료 상태일 때 기록 자동 삭제",
|
|
26
|
+
"Automatically create a new version after execution": "실행 후 새 버전 자동 생성",
|
|
27
|
+
"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\".": "계산 결과의 불리언 값에 따라 프로세스를 \"계속\" 또는 \"종료\"하거나 \"예\"와 \"아니오\" 분기로 계속 진행합니다.",
|
|
28
|
+
"Based on certain date": "특정 날짜 기준",
|
|
29
|
+
"Based on date field of collection": "컬렉션의 날짜 필드 기준",
|
|
30
|
+
"Based on the boolean result of the calculation to determine whether to \"continue\" or \"exit\" the process, or continue on different branches of \"yes\" and \"no\".": "계산 결과의 불리언 값에 따라 프로세스를 \"계속\" 또는 \"종료\"하거나 \"예\"와 \"아니오\" 분기로 계속 진행합니다.",
|
|
31
|
+
"Basic": "기본",
|
|
32
|
+
"Bind workflows": "워크플로우 바인딩",
|
|
33
|
+
"Boolean": "불리언",
|
|
34
|
+
"Branch into \"Yes\" and \"No\"": "\"예\"와 \"아니오\"로 분기",
|
|
35
|
+
"Branch to keep": "Branch to keep",
|
|
36
|
+
"Branch {{index}}": "Branch {{index}}",
|
|
37
|
+
"By custom date": "사용자 지정 날짜별",
|
|
38
|
+
"By day": "일별",
|
|
39
|
+
"By field": "필드별",
|
|
40
|
+
"By hour": "시간별",
|
|
41
|
+
"By minute": "분별",
|
|
42
|
+
"By month": "월별",
|
|
43
|
+
"By week": "주별",
|
|
44
|
+
"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.": "계산 엔진을 기반으로 식을 계산하고 결과값을 얻습니다. 상위 노드의 변수를 식에서 사용할 수 있습니다.",
|
|
45
|
+
"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. The expression can be a static or dynamic one from an expression collections.": "계산 엔진을 기반으로 식을 계산하고 결과값을 얻습니다. 상위 노드의 변수를 식에서 사용할 수 있습니다. 식은 표현식 컬렉션에서 정적 또는 동적으로 가져올 수 있습니다.",
|
|
46
|
+
"Calculation": "계산",
|
|
47
|
+
"Calculation engine": "계산 엔진",
|
|
48
|
+
"Calculation expression": "계산식",
|
|
49
|
+
"Calculation result": "계산 결과",
|
|
50
|
+
"Can not delete": "삭제할 수 없음",
|
|
51
|
+
"Cancel the execution": "실행 취소",
|
|
52
|
+
"Canceled": "취소됨",
|
|
53
|
+
"Cannot delete": "삭제할 수 없음",
|
|
54
|
+
"Category": "Category",
|
|
44
55
|
"Changed fields": "변경된 필드",
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
56
|
+
"Choose a record or primary key of a record in the collection to trigger.": "트리거할 컬렉션의 레코드 또는 기본 키를 선택하세요.",
|
|
57
|
+
"Clear all executions": "모든 실행 기록 지우기",
|
|
58
|
+
"Clear executions will not reset executed count, and started executions will not be deleted, are you sure you want to delete them all?": "실행 기록을 지워도 실행 횟수는 초기화되지 않으며, 시작된 실행은 삭제되지 않습니다. 모두 삭제하시겠습니까?",
|
|
59
|
+
"Collection event": "컬렉션 이벤트",
|
|
60
|
+
"Collection operations": "컬렉션 작업",
|
|
61
|
+
"Completed": "완료됨",
|
|
62
|
+
"Concat": "Concat",
|
|
63
|
+
"Condition": "조건",
|
|
64
|
+
"Condition expression": "조건식",
|
|
65
|
+
"Condition label": "Condition label",
|
|
66
|
+
"Condition {{index}}": "Condition {{index}}",
|
|
67
|
+
"Conditions": "조건",
|
|
68
|
+
"Configure calculation": "계산 구성",
|
|
69
|
+
"Configure condition": "Configure condition",
|
|
70
|
+
"Constant": "상수",
|
|
71
|
+
"Continue the workflow": "Continue the workflow",
|
|
72
|
+
"Continue when \"Yes\"": "\"예\"일 때 계속",
|
|
73
|
+
"Continue when disabled or upgraded": "Continue when disabled or upgraded",
|
|
74
|
+
"Control": "제어",
|
|
75
|
+
"Copy to new version": "새 버전으로 복사",
|
|
76
|
+
"Create record": "레코드 생성",
|
|
77
|
+
"Current time": "현재 시간",
|
|
78
|
+
"Current version will be deleted (without affecting other versions).": "Current version will be deleted (without affecting other versions).",
|
|
79
|
+
"Data operation nodes in the workflow will run in the same transaction until any interruption. Any failure will cause data rollback, and will also rollback the history of the execution.": "워크플로우의 데이터 작업 노드는 중단 전까지 동일 트랜잭션에서 실행됩니다. 실패 시 데이터와 실행 기록이 모두 롤백됩니다.",
|
|
80
|
+
"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.": "워크플로우의 데이터 작업 노드는 중단 전까지 동일 트랜잭션에서 실행됩니다. 실패 시 데이터와 실행 기록이 모두 롤백됩니다.",
|
|
81
|
+
"Date range": "날짜 범위",
|
|
82
|
+
"Date variables": "날짜 변수",
|
|
66
83
|
"Days": "일",
|
|
67
|
-
"
|
|
84
|
+
"Delete a main version will cause all other revisions to be deleted too.": "메인 버전을 삭제하면 모든 다른 수정본도 함께 삭제됩니다.",
|
|
85
|
+
"Delete all": "Delete all",
|
|
86
|
+
"Delete branch": "Delete branch",
|
|
87
|
+
"Delete category": "Delete category",
|
|
88
|
+
"Delete node": "Delete node",
|
|
89
|
+
"Delete record": "레코드 삭제",
|
|
90
|
+
"Delete records of a collection. Could use variables in the workflow context as a filter. All records matching the filter will be deleted.": "컬렉션의 레코드를 삭제합니다. 워크플로우 컨텍스트의 변수를 필터로 사용할 수 있습니다. 필터와 일치하는 모든 레코드가 삭제됩니다.",
|
|
91
|
+
"Delete records of a collection. Could use variables in workflow context as filter. All records match the filter will be deleted.": "컬렉션의 레코드를 삭제합니다. 워크플로우 컨텍스트의 변수를 필터로 사용할 수 있습니다. 필터와 일치하는 모든 레코드가 삭제됩니다.",
|
|
92
|
+
"Duplicate": "복제",
|
|
93
|
+
"Duplicate to new workflow": "새 워크플로우로 복제",
|
|
94
|
+
"Edit category": "Edit category",
|
|
95
|
+
"End": "종료",
|
|
96
|
+
"End as failed": "End as failed",
|
|
97
|
+
"End process": "프로세스 종료",
|
|
98
|
+
"End status": "종료 상태",
|
|
99
|
+
"End the process immediately, with set status.": "설정된 상태로 즉시 프로세스를 종료합니다.",
|
|
100
|
+
"Ends on": "종료일",
|
|
101
|
+
"Error": "오류",
|
|
102
|
+
"Event will be scheduled and triggered based on time conditions.": "이벤트가 시간 조건에 따라 예약 및 트리거됩니다.",
|
|
103
|
+
"Event will be triggered on collection data row created, updated or deleted.": "컬렉션 데이터 행이 생성, 수정, 삭제될 때 이벤트가 트리거됩니다.",
|
|
104
|
+
"Every": "매",
|
|
105
|
+
"Exactly at": "정확히",
|
|
106
|
+
"Execute manually": "수동 실행",
|
|
107
|
+
"Execute mode": "실행 모드",
|
|
108
|
+
"Execute on": "실행 시점",
|
|
109
|
+
"Execute workflow asynchronously or synchronously based on trigger type, and could not be changed after created.": "트리거 유형에 따라 워크플로우를 비동기 또는 동기로 실행하며, 생성 후에는 변경할 수 없습니다.",
|
|
110
|
+
"Executed": "실행됨",
|
|
111
|
+
"Executed at": "실행 시각",
|
|
112
|
+
"Executed workflow cannot be modified": "실행된 워크플로우는 수정할 수 없습니다.",
|
|
113
|
+
"Executed workflow cannot be modified. Could be copied to a new version to modify.": "실행된 워크플로우는 수정할 수 없습니다. 새 버전으로 복사하여 수정할 수 있습니다.",
|
|
114
|
+
"Execution history": "실행 기록",
|
|
115
|
+
"Exit when query result is null": "쿼리 결과가 null이면 종료",
|
|
116
|
+
"Exit when the query result is null": "쿼리 결과가 null이면 종료",
|
|
117
|
+
"Expression syntax error": "식 문법 오류",
|
|
118
|
+
"Extended types": "확장 유형",
|
|
119
|
+
"Failed": "실패",
|
|
120
|
+
"Failed to satisfy node configurations.": "노드 구성이 올바르지 않습니다.",
|
|
121
|
+
"False": "거짓",
|
|
122
|
+
"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로 설정됩니다.",
|
|
123
|
+
"First condition": "First condition",
|
|
124
|
+
"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.": "즉각적인 피드백이 필요한 사용자 작업에 사용합니다. 이 모드에서는 비동기 노드를 사용할 수 없으며, 동기 모드에서 시간이 오래 걸리는 작업은 권장하지 않습니다.",
|
|
125
|
+
"From left to right, attempt each branch sequentially based on the configured conditions. Only branches that meet the conditions will be executed. Otherwise, the next branch will be attempted. If none of the branches meet the conditions, it can either exit the process or continue to the next node based on configuration.": "From left to right, attempt each branch sequentially based on the configured conditions. Only branches that meet the conditions will be executed. Otherwise, the next branch will be attempted. If none of the branches meet the conditions, it can either exit the process or continue to the next node based on configuration.",
|
|
126
|
+
"Full form data": "전체 폼 데이터",
|
|
127
|
+
"General failed but should do another try.": "일반적인 실패이지만 다시 시도해야 합니다.",
|
|
128
|
+
"Go back": "뒤로가기",
|
|
129
|
+
"Hours": "시간",
|
|
130
|
+
"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.",
|
|
131
|
+
"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.": "선택 시 쿼리 결과가 여러 레코드일 경우 배열로 반환되어 루프 노드에서 하나씩 처리할 수 있습니다. 그렇지 않으면 하나의 레코드만 반환됩니다.",
|
|
132
|
+
"If the number of loop calls is too large, there will be performance issues.": "루프 호출 횟수가 너무 많으면 성능 문제가 발생할 수 있습니다.",
|
|
133
|
+
"Inside of \"No\" branch": "\"아니오\" 분기 내부",
|
|
134
|
+
"Inside of \"Yes\" branch": "\"예\" 분기 내부",
|
|
135
|
+
"Inside of \"{{branchName}}\" branch": "Inside of \"{{branchName}}\" branch",
|
|
136
|
+
"Inside of branch": "분기 내부",
|
|
137
|
+
"Keep": "Keep",
|
|
138
|
+
"Load failed": "로드 실패",
|
|
139
|
+
"Loading": "로딩 중",
|
|
140
|
+
"Log": "Log",
|
|
141
|
+
"Manual": "수동",
|
|
142
|
+
"Manually canceled the whole execution when waiting.": "대기 중 전체 실행이 수동으로 취소되었습니다.",
|
|
143
|
+
"Manually canceled whole execution when waiting.": "대기 중 전체 실행이 수동으로 취소되었습니다.",
|
|
144
|
+
"Maximum number of cycling triggers": "최대 반복 트리거 횟수",
|
|
145
|
+
"Maximum number of loop calls": "최대 루프 호출 횟수",
|
|
146
|
+
"Minutes": "분",
|
|
147
|
+
"Mode": "모드",
|
|
68
148
|
"Months": "월",
|
|
149
|
+
"Move all downstream nodes to": "모든 하위 노드 이동",
|
|
150
|
+
"Multi conditions": "Multi conditions",
|
|
151
|
+
"Multiple records": "여러 레코드",
|
|
152
|
+
"New version enabled": "새 버전 활성화됨",
|
|
153
|
+
"No": "No",
|
|
154
|
+
"No end": "종료 없음",
|
|
155
|
+
"No limit": "제한 없음",
|
|
69
156
|
"No repeat": "반복 없음",
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"By day": "매일",
|
|
74
|
-
"By week": "매주",
|
|
75
|
-
"By month": "매월",
|
|
76
|
-
"By field": "필드별",
|
|
77
|
-
"By custom date": "사용자 정의 날짜별",
|
|
78
|
-
"Advanced": "고급",
|
|
79
|
-
"End": "종료",
|
|
157
|
+
"No variable": "변수 없음",
|
|
158
|
+
"No workflow tasks available. Please contact the administrator.": "No workflow tasks available. Please contact the administrator.",
|
|
159
|
+
"Node in executed workflow cannot be modified": "실행된 워크플로우의 노드는 수정할 수 없습니다.",
|
|
80
160
|
"Node result": "노드 결과",
|
|
81
|
-
"
|
|
82
|
-
"
|
|
161
|
+
"Node type": "노드 유형",
|
|
162
|
+
"Node with unknown type will cause error. Please delete it or check plugin which provide this type.": "알 수 없는 유형의 노드는 오류를 유발합니다. 삭제하거나 해당 플러그인을 확인하세요.",
|
|
163
|
+
"Null": "Null",
|
|
164
|
+
"Off": "비활성",
|
|
165
|
+
"On": "활성",
|
|
166
|
+
"On going": "진행 중",
|
|
167
|
+
"Only triggers when match conditions": "조건이 일치할 때만 트리거됨",
|
|
168
|
+
"Only update records matching conditions": "조건과 일치하는 레코드만 업데이트",
|
|
169
|
+
"Operations": "작업",
|
|
83
170
|
"Operator": "연산자",
|
|
84
|
-
"
|
|
85
|
-
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
171
|
+
"Otherwise": "Otherwise",
|
|
172
|
+
"Pending": "대기 중",
|
|
173
|
+
"Please add at least one condition": "최소 한 개의 조건을 추가하세요.",
|
|
174
|
+
"Please select collection first": "먼저 컬렉션을 선택하세요.",
|
|
175
|
+
"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.": "후속 노드에서 접근해야 하는 연관 필드를 선택하세요. 2단계 이상의 다대다 연관은 성능 문제를 유발할 수 있으니 주의하세요.",
|
|
176
|
+
"Please select the collection first": "먼저 컬렉션을 선택하세요.",
|
|
177
|
+
"Preload associations": "연관 데이터 미리 로드",
|
|
178
|
+
"Query record": "레코드 조회",
|
|
179
|
+
"Query records from a collection. You can use variables from upstream nodes as query conditions.": "컬렉션에서 레코드를 조회합니다. 상위 노드의 변수를 쿼리 조건으로 사용할 수 있습니다.",
|
|
180
|
+
"Query users": "Query users",
|
|
92
181
|
"Queueing": "대기 중",
|
|
93
|
-
"On going": "진행 중",
|
|
94
|
-
"Resolved": "해결됨",
|
|
95
|
-
"Pending": "보류 중",
|
|
96
|
-
"Failed": "실패",
|
|
97
|
-
"Error": "오류",
|
|
98
|
-
"Aborted": "중단됨",
|
|
99
|
-
"Canceled": "취소됨",
|
|
100
182
|
"Rejected": "거부됨",
|
|
183
|
+
"Rejected from a manual node.": "수동 노드에서 거부됨",
|
|
184
|
+
"Repeat limit": "반복 제한",
|
|
185
|
+
"Repeat mode": "반복 모드",
|
|
186
|
+
"Replace variables": "Replace variables",
|
|
187
|
+
"Resolved": "해결됨",
|
|
188
|
+
"Result": "Result",
|
|
189
|
+
"Result type": "결과 유형",
|
|
101
190
|
"Retry needed": "재시도 필요",
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
|
|
105
|
-
"
|
|
106
|
-
"
|
|
191
|
+
"Running of some node was aborted by program flow.": "일부 노드 실행이 프로그램 흐름에 의해 중단되었습니다.",
|
|
192
|
+
"Schedule event": "일정 이벤트",
|
|
193
|
+
"Scope variables": "범위 변수",
|
|
194
|
+
"Seconds": "초",
|
|
195
|
+
"Select context": "컨텍스트 선택",
|
|
196
|
+
"Select users": "Select users",
|
|
197
|
+
"Select workflow": "워크플로우 선택",
|
|
198
|
+
"Single record": "단일 레코드",
|
|
107
199
|
"Some node meets error.": "일부 노드에서 오류가 발생했습니다.",
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
200
|
+
"Started and executing, maybe waiting for an async callback (manual, delay etc.).": "시작되어 실행 중이며, 비동기 콜백(수동, 지연 등)을 기다릴 수 있습니다.",
|
|
201
|
+
"Started and executing, maybe waiting for an async callback (manual, delay, etc.).": "시작되어 실행 중이며, 비동기 콜백(수동, 지연 등)을 기다릴 수 있습니다.",
|
|
202
|
+
"Starts on": "시작일",
|
|
203
|
+
"Status": "상태",
|
|
204
|
+
"String": "문자열",
|
|
205
|
+
"String operation": "문자열 연산",
|
|
206
|
+
"Submit to workflow": "워크플로우에 제출",
|
|
207
|
+
"Succeeded": "성공",
|
|
208
|
+
"Successfully finished.": "성공적으로 완료됨",
|
|
209
|
+
"Support pre-action event (local mode), post-action event (local mode), and approval event here.": "여기서 사전 동작 이벤트(로컬 모드), 사후 동작 이벤트(로컬 모드), 승인 이벤트를 지원합니다.",
|
|
210
|
+
"Sync": "동기",
|
|
211
|
+
"Sync enabled status of all workflows from database": "데이터베이스에서 모든 워크플로우의 활성 상태 동기화",
|
|
212
|
+
"Sync enabled status of all workflows from the database": "데이터베이스에서 모든 워크플로우의 활성 상태 동기화",
|
|
213
|
+
"Synchronously": "동기",
|
|
214
|
+
"Syntax references: ": "문법 참조: ",
|
|
215
|
+
"System time": "시스템 시간",
|
|
216
|
+
"System variables": "시스템 변수",
|
|
217
|
+
"Task type {{type}} is invalid": "Task type {{type}} is invalid",
|
|
218
|
+
"Test run": "테스트 실행",
|
|
219
|
+
"Test run will do the actual data manipulating or API calling, please use with caution.": "테스트 실행은 실제 데이터 조작 또는 API 호출을 수행하므로 주의해서 사용하세요.",
|
|
220
|
+
"The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.": "이 노드의 결과가 다른 노드({{nodes}})에서 참조되고 있습니다. 삭제 전에 참조를 제거하세요.",
|
|
221
|
+
"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.": "결과는 일치하는 레코드가 담긴 배열이며, 일치하는 레코드가 없으면 빈 배열입니다. 루프 노드에서 처리할 수 있습니다.",
|
|
222
|
+
"The result will be an object of the first matching record only, or null if no matched record.": "결과는 첫 번째 일치 레코드의 객체이며, 일치하는 레코드가 없으면 null입니다.",
|
|
223
|
+
"The trigger is not configured correctly, please check the trigger configuration.": "트리거가 올바르게 구성되지 않았습니다. 트리거 구성을 확인하세요.",
|
|
224
|
+
"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.": "동일 워크플로우가 일부 노드(생성, 수정, 서브플로우 등)에서 이 수보다 많이 트리거되면 무시됩니다. 값이 크면 성능 문제가 발생할 수 있으니 주의하세요.",
|
|
225
|
+
"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.": "업데이트된 데이터는 다른 워크플로우를 트리거할 수 있고, 감사 로그도 기록됩니다. 하지만 일반적으로 몇 개 또는 수십 개의 데이터에만 적용하는 것이 좋으며, 그렇지 않으면 성능 문제가 발생할 수 있습니다.",
|
|
226
|
+
"The workflow tasks page has already been created.": "The workflow tasks page has already been created.",
|
|
227
|
+
"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).",
|
|
228
|
+
"This node contains branches, deleting will also be performed on them, are you sure?": "이 노드에는 분기가 포함되어 있습니다. 삭제하면 분기도 함께 삭제됩니다. 계속하시겠습니까?",
|
|
229
|
+
"This node contains branches, deleting will also be preformed to them, are you sure?": "이 노드에는 분기가 포함되어 있습니다. 삭제하면 분기도 함께 삭제됩니다. 계속하시겠습니까?",
|
|
230
|
+
"This type of trigger has not been supported to be executed manually.": "이 트리거 유형은 수동 실행을 지원하지 않습니다.",
|
|
231
|
+
"This will perform all the actions configured in the workflow. Are you sure you want to continue?": "워크플로우에 구성된 모든 작업을 실행합니다. 계속하시겠습니까?",
|
|
232
|
+
"Trigger": "트리거",
|
|
233
|
+
"Trigger data": "트리거 데이터",
|
|
234
|
+
"Trigger data context": "트리거 데이터 컨텍스트",
|
|
235
|
+
"Trigger in executed workflow cannot be modified": "실행된 워크플로우의 트리거는 수정할 수 없습니다.",
|
|
236
|
+
"Trigger mode": "트리거 모드",
|
|
237
|
+
"Trigger on": "트리거 조건",
|
|
238
|
+
"Trigger time": "트리거 시간",
|
|
239
|
+
"Trigger type": "트리거 유형",
|
|
240
|
+
"Trigger variables": "트리거 변수",
|
|
241
|
+
"Trigger variables need to be filled for executing.": "실행하려면 트리거 변수를 입력해야 합니다.",
|
|
242
|
+
"Triggered according to preset time conditions. Suitable for one-time or periodic tasks, such as sending notifications and cleaning data on a schedule.": "미리 설정된 시간 조건에 따라 트리거됩니다. 알림 발송, 데이터 정리 등 일회성 또는 주기적 작업에 적합합니다.",
|
|
243
|
+
"Triggered at": "트리거 시점",
|
|
244
|
+
"Triggered but still waiting in queue to execute.": "트리거되었으나 아직 대기열에서 실행 대기 중입니다.",
|
|
245
|
+
"Triggered but still waiting in the queue to execute.": "트리거되었으나 아직 대기열에서 실행 대기 중입니다.",
|
|
246
|
+
"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\".": "컬렉션의 데이터가 변경될 때(추가, 수정, 삭제 등) 트리거됩니다. \"Post-action event\"와 달리 HTTP 요청이 아닌 데이터 변경을 감지합니다. 정확한 의미를 모르면 \"Post-action event\" 사용을 권장합니다.",
|
|
247
|
+
"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, any field is considered to have been changed.": "선택한 필드 중 하나라도 변경되면 트리거됩니다. 선택하지 않으면 어떤 필드가 변경되더라도 트리거됩니다. 레코드가 추가되거나 삭제될 때는 어떤 필드든지 변경된 것으로 간주됩니다.",
|
|
127
248
|
"True": "참",
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
|
|
133
|
-
"Mode": "모드",
|
|
134
|
-
"Continue when \"Yes\"": "\"예\"일 때 계속",
|
|
135
|
-
"Branch into \"Yes\" and \"No\"": "\"예\" 및 \"아니오\"로 분기",
|
|
136
|
-
"Condition expression": "조건식",
|
|
137
|
-
"Create record": "레코드 생성",
|
|
138
|
-
"Add a new record to a collection. You can use variables from upstream nodes to assign values to fields.":
|
|
139
|
-
"컬렉션에 새로운 레코드를 추가합니다. 상류 노드의 변수를 사용하여 필드에 값을 할당할 수 있습니다.",
|
|
140
|
-
"Update record": "레코드 업데이트",
|
|
141
|
-
"Update records of a collection. You can use variables from upstream nodes as query conditions and field values.":
|
|
142
|
-
"데이터 테이블의 레코드를 업데이트합니다. 상류 노드의 변수를 쿼리 조건 및 필드 값으로 사용할 수 있습니다.",
|
|
143
|
-
"Update mode": "업데이트 모드",
|
|
249
|
+
"Unassigned fields will be set to default values, and those without default values will be set to null.": "값이 할당되지 않은 필드는 기본값으로, 기본값이 없는 필드는 null로 설정됩니다.",
|
|
250
|
+
"Unknown node": "알 수 없는 노드",
|
|
251
|
+
"Unknown trigger": "알 수 없는 트리거",
|
|
252
|
+
"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.": "해당하는 모든 데이터를 한 번에 업데이트하여 대량 데이터에 더 나은 성능을 보입니다. 단, 연관 필드는 지원하지 않으며(현재 컬렉션의 외래키 제외), 업데이트된 데이터는 다른 워크플로우를 트리거하지 않습니다.",
|
|
253
|
+
"Update all eligible data at one time, which has better performance when the amount of data is large. But the updated data will not trigger other workflows, and will not record audit logs.": "해당하는 모든 데이터를 한 번에 업데이트하여 대량 데이터에 더 나은 성능을 보입니다. 단, 업데이트된 데이터는 다른 워크플로우를 트리거하지 않으며 감사 로그도 기록하지 않습니다.",
|
|
144
254
|
"Update in a batch": "일괄 업데이트",
|
|
255
|
+
"Update mode": "업데이트 모드",
|
|
145
256
|
"Update one by one": "개별 업데이트",
|
|
146
|
-
"Update
|
|
147
|
-
|
|
148
|
-
"
|
|
149
|
-
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"이 노드의 결과가 다른 노드에서 참조되었습니다({{nodes}}). 삭제 전에 참조를 제거하세요."
|
|
257
|
+
"Update record": "레코드 업데이트",
|
|
258
|
+
"Update records of a collection. You can use variables from upstream nodes as query conditions and field values.": "컬렉션의 레코드를 업데이트합니다. 상위 노드의 변수를 쿼리 조건 및 필드 값으로 사용할 수 있습니다.",
|
|
259
|
+
"Use transaction": "트랜잭션 사용",
|
|
260
|
+
"Variable key of node": "노드 변수 키",
|
|
261
|
+
"Version": "버전",
|
|
262
|
+
"View result": "결과 보기",
|
|
263
|
+
"Weeks": "주",
|
|
264
|
+
"When no condition matches": "When no condition matches",
|
|
265
|
+
"Will be executed in the background as a queued task.": "백그라운드에서 대기 작업으로 실행됩니다.",
|
|
266
|
+
"Workflow": "워크플로우",
|
|
267
|
+
"Workflow executed, the result status is <1>{{statusText}}</1><2>View the execution</2>": "워크플로우가 실행되었습니다. 결과 상태는 <1>{{statusText}}</1><2>실행 보기</2>",
|
|
268
|
+
"Workflow is not exists": "Workflow is not exists",
|
|
269
|
+
"Workflow tasks": "Workflow tasks",
|
|
270
|
+
"Workflow todos": "워크플로우 할 일",
|
|
271
|
+
"Workflow will be triggered after saving succeeded.": "저장 성공 후 워크플로우가 트리거됩니다.",
|
|
272
|
+
"Workflow will be triggered after submitting succeeded.": "제출 성공 후 워크플로우가 트리거됩니다.",
|
|
273
|
+
"Workflow will be triggered before deleting succeeded (only supports pre-action event in local mode).": "삭제 성공 전 워크플로우가 트리거됩니다(로컬 모드의 사전 동작 이벤트만 지원).",
|
|
274
|
+
"Workflow will be triggered directly once the button clicked, without data saving. Only supports to be bound with \"Custom action event\".": "버튼 클릭 시 데이터 저장 없이 워크플로우가 바로 트리거됩니다. \"Custom action event\"에만 바인딩할 수 있습니다.",
|
|
275
|
+
"Workflow will be triggered directly once the button is clicked, without data saving.": "버튼 클릭 시 데이터 저장 없이 워크플로우가 바로 트리거됩니다.",
|
|
276
|
+
"Workflow with unknown type will cause error. Please delete it or check plugin which provide this type.": "알 수 없는 유형의 워크플로우는 오류를 유발합니다. 삭제하거나 해당 플러그인을 확인하세요.",
|
|
277
|
+
"Yes": "Yes",
|
|
278
|
+
"concat": "연결"
|
|
169
279
|
}
|