foreman-tasks 11.0.5 → 11.0.6
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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman-tasks/locale/de/foreman_tasks.js +5 -2
- data/app/assets/javascripts/foreman-tasks/locale/en/foreman_tasks.js +4 -1
- data/app/assets/javascripts/foreman-tasks/locale/es/foreman_tasks.js +5 -2
- data/app/assets/javascripts/foreman-tasks/locale/fr/foreman_tasks.js +11 -8
- data/app/assets/javascripts/foreman-tasks/locale/ja/foreman_tasks.js +12 -9
- data/app/assets/javascripts/foreman-tasks/locale/ka/foreman_tasks.js +5 -2
- data/app/assets/javascripts/foreman-tasks/locale/ko/foreman_tasks.js +167 -165
- data/app/assets/javascripts/foreman-tasks/locale/pt_BR/foreman_tasks.js +5 -2
- data/app/assets/javascripts/foreman-tasks/locale/ru/foreman_tasks.js +5 -2
- data/app/assets/javascripts/foreman-tasks/locale/zh_CN/foreman_tasks.js +11 -8
- data/app/assets/javascripts/foreman-tasks/locale/zh_TW/foreman_tasks.js +5 -2
- data/lib/foreman_tasks/dynflow/console_authorizer.rb +1 -3
- data/lib/foreman_tasks/version.rb +1 -1
- data/locale/Makefile +18 -7
- data/locale/de/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/de/foreman_tasks.po +5 -2
- data/locale/en/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/en/foreman_tasks.po +4 -1
- data/locale/es/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/es/foreman_tasks.po +5 -2
- data/locale/foreman_tasks.pot +10 -6
- data/locale/fr/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/fr/foreman_tasks.po +11 -8
- data/locale/ja/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/ja/foreman_tasks.po +12 -9
- data/locale/ka/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/ka/foreman_tasks.po +5 -2
- data/locale/ko/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/ko/foreman_tasks.po +167 -165
- data/locale/pt_BR/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/pt_BR/foreman_tasks.po +5 -2
- data/locale/ru/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/ru/foreman_tasks.po +5 -2
- data/locale/zh_CN/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/zh_CN/foreman_tasks.po +11 -8
- data/locale/zh_TW/LC_MESSAGES/foreman_tasks.mo +0 -0
- data/locale/zh_TW/foreman_tasks.po +5 -2
- metadata +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_tasks": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "
|
|
6
|
+
"Project-Id-Version": "foreman-tasks 11.0.5",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2016-02-12 14:04+0000",
|
|
9
9
|
"Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
|
|
@@ -18,19 +18,19 @@
|
|
|
18
18
|
"plural_forms": "nplurals=1; plural=0;"
|
|
19
19
|
},
|
|
20
20
|
"%(last)s Last %(time)s": [
|
|
21
|
-
""
|
|
21
|
+
"%(last)s 마지막 %(time)s"
|
|
22
22
|
],
|
|
23
23
|
"%(older)s Older %(time)s": [
|
|
24
|
-
""
|
|
24
|
+
"%(older)s 이전 %(time)s"
|
|
25
25
|
],
|
|
26
26
|
"%s Selected Tasks": [
|
|
27
|
-
""
|
|
27
|
+
"%s 선택된 작업"
|
|
28
28
|
],
|
|
29
29
|
"%s is not valid format of cron line": [
|
|
30
30
|
"%s은(는) 유효한 cron 줄 형식이 아닙니다."
|
|
31
31
|
],
|
|
32
32
|
"%{count} tasks are in running or paused state for more than a day": [
|
|
33
|
-
""
|
|
33
|
+
"%{count} 작업이 하루 이상 실행 중이거나 일시 중지 상태입니다."
|
|
34
34
|
],
|
|
35
35
|
"%{total} task(s), %{success} success, %{failed} fail": [
|
|
36
36
|
"%{total}개 태스크, %{success}개 성공, %{failed}개 실패"
|
|
@@ -45,55 +45,55 @@
|
|
|
45
45
|
"%{value}은(는) 잘못된 형식입니다."
|
|
46
46
|
],
|
|
47
47
|
"12h": [
|
|
48
|
-
""
|
|
48
|
+
"12시간"
|
|
49
49
|
],
|
|
50
50
|
"24h": [
|
|
51
|
-
""
|
|
51
|
+
"24시간"
|
|
52
52
|
],
|
|
53
53
|
"A notification when tasks run for suspiciously long time": [
|
|
54
|
-
""
|
|
54
|
+
"작업이 오랫동안 실행될 때 알림"
|
|
55
55
|
],
|
|
56
56
|
"A paused task represents a process that has not finished properly. Any task in paused state can lead to potential inconsistency and needs to be resolved.": [
|
|
57
|
-
""
|
|
57
|
+
"일시 중지된 작업은 제대로 완료되지 않은 프로세스를 나타냅니다. 일시 중지 상태의 모든 작업은 잠재적인 불일치로 이어질 수 있으며 해결해야 합니다."
|
|
58
58
|
],
|
|
59
59
|
"A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
|
|
60
|
-
""
|
|
60
|
+
"반복되는 작업을 추적하기 위한 특수 레이블입니다. 주어진 목적을 가진 활성 작업은 한 번에 하나만 있을 수 있습니다."
|
|
61
61
|
],
|
|
62
62
|
"Action": [
|
|
63
|
-
"동작"
|
|
63
|
+
"동작 "
|
|
64
64
|
],
|
|
65
65
|
"Action with sub plans": [
|
|
66
|
-
"
|
|
66
|
+
""
|
|
67
67
|
],
|
|
68
68
|
"Active": [
|
|
69
69
|
"활성"
|
|
70
70
|
],
|
|
71
71
|
"Active Filters:": [
|
|
72
|
-
""
|
|
72
|
+
"활성 필터:"
|
|
73
73
|
],
|
|
74
74
|
"Active or disabled recurring logic with purpose %s already exists": [
|
|
75
|
-
""
|
|
75
|
+
"%s 목적이 있는 활성 또는 비활성화된 반복 논리가 이미 존재합니다"
|
|
76
76
|
],
|
|
77
77
|
"All %s tasks are selected.": [
|
|
78
|
-
""
|
|
78
|
+
"모두%s 작업이 선택되었습니다."
|
|
79
79
|
],
|
|
80
80
|
"All proxies with the required feature are unavailable at the moment": [
|
|
81
|
-
""
|
|
81
|
+
"현재 필요한 기능이 있는 모든 프록시를 사용할 수 없습니다."
|
|
82
82
|
],
|
|
83
83
|
"Allow proxy batch tasks": [
|
|
84
|
-
""
|
|
84
|
+
"프록시 일괄 작업 허용"
|
|
85
85
|
],
|
|
86
86
|
"Allow triggering tasks on the smart proxy in batches": [
|
|
87
|
-
""
|
|
87
|
+
"스마트 프록시에서 일괄적으로 작업 트리거 허용"
|
|
88
88
|
],
|
|
89
89
|
"Associated resources": [
|
|
90
90
|
"연결된 리소스"
|
|
91
91
|
],
|
|
92
92
|
"At": [
|
|
93
|
-
"
|
|
93
|
+
"At"
|
|
94
94
|
],
|
|
95
95
|
"Back to tasks": [
|
|
96
|
-
""
|
|
96
|
+
"작업으로 돌아가기"
|
|
97
97
|
],
|
|
98
98
|
"Backtrace": [
|
|
99
99
|
"역추적"
|
|
@@ -102,10 +102,10 @@
|
|
|
102
102
|
"대량 작업 "
|
|
103
103
|
],
|
|
104
104
|
"Cancel": [
|
|
105
|
-
"취소"
|
|
105
|
+
"취소 "
|
|
106
106
|
],
|
|
107
107
|
"Cancel Selected": [
|
|
108
|
-
""
|
|
108
|
+
"선택한 작업 취소"
|
|
109
109
|
],
|
|
110
110
|
"Cancel enforced: the task might be still running on the proxy": [
|
|
111
111
|
"강제 취소됨: 프록시에서 태스크가 아직 실행 중일 수 있습니다."
|
|
@@ -114,61 +114,61 @@
|
|
|
114
114
|
"반복 로직 취소"
|
|
115
115
|
],
|
|
116
116
|
"Cancel selected cancellable tasks": [
|
|
117
|
-
""
|
|
117
|
+
"선택한 취소 가능한 작업 취소"
|
|
118
118
|
],
|
|
119
119
|
"Cancel selected tasks": [
|
|
120
|
-
""
|
|
120
|
+
"선택한 작업 취소"
|
|
121
121
|
],
|
|
122
122
|
"Cancel specific tasks by ID": [
|
|
123
|
-
""
|
|
123
|
+
"ID로 특정 작업 취소"
|
|
124
124
|
],
|
|
125
125
|
"Cancel tasks matching search string": [
|
|
126
|
-
""
|
|
126
|
+
"검색 문자열과 일치하는 작업 취소"
|
|
127
127
|
],
|
|
128
128
|
"Canceling selected tasks, this might take a while": [
|
|
129
|
-
""
|
|
129
|
+
"선택한 작업을 취소하는 데 시간이 걸릴 수 있습니다."
|
|
130
130
|
],
|
|
131
131
|
"Canceling with force selected tasks, this might take a while": [
|
|
132
|
-
""
|
|
132
|
+
"강제 선택된 작업을 취소하는 데 시간이 걸릴 수 있습니다."
|
|
133
133
|
],
|
|
134
134
|
"Cancelled": [
|
|
135
135
|
"취소함"
|
|
136
136
|
],
|
|
137
137
|
"Cannot cancel tasks at the moment": [
|
|
138
|
-
""
|
|
138
|
+
"현재 작업을 취소할 수 없습니다."
|
|
139
139
|
],
|
|
140
140
|
"Cannot force cancel tasks at the moment": [
|
|
141
|
-
""
|
|
141
|
+
"현재 작업을 강제로 취소할 수 없습니다."
|
|
142
142
|
],
|
|
143
143
|
"Cannot resume tasks at the moment": [
|
|
144
|
-
""
|
|
144
|
+
"현재 작업을 다시 시작할 수 없습니다."
|
|
145
145
|
],
|
|
146
146
|
"Cannot update a cancelled Recurring Logic.": [
|
|
147
|
-
""
|
|
147
|
+
"취소된 반복 논리를 업데이트할 수 없습니다."
|
|
148
148
|
],
|
|
149
149
|
"Changing request id %{request_id} to saved id %{saved_id}": [
|
|
150
|
-
""
|
|
150
|
+
"요청 ID %{request_id}를 저장된 ID %{saved_id}로 변경"
|
|
151
151
|
],
|
|
152
152
|
"Check for long running tasks": [
|
|
153
|
-
""
|
|
153
|
+
"장기 실행 작업 확인"
|
|
154
154
|
],
|
|
155
155
|
"Clear All Filters": [
|
|
156
|
-
""
|
|
156
|
+
"모든 필터 지우기"
|
|
157
157
|
],
|
|
158
158
|
"Clear Cancelled": [
|
|
159
|
-
""
|
|
159
|
+
"삭제 취소됨"
|
|
160
160
|
],
|
|
161
161
|
"Complete": [
|
|
162
|
-
""
|
|
162
|
+
"완료"
|
|
163
163
|
],
|
|
164
164
|
"Conflicts with tasks:": [
|
|
165
165
|
"태스크 충돌:"
|
|
166
166
|
],
|
|
167
167
|
"Could not cancel step.": [
|
|
168
|
-
""
|
|
168
|
+
"단계를 취소할 수 없습니다."
|
|
169
169
|
],
|
|
170
170
|
"Could not receive data: %s": [
|
|
171
|
-
""
|
|
171
|
+
"데이터를 받을 수 없습니다: %s"
|
|
172
172
|
],
|
|
173
173
|
"Cron line": [
|
|
174
174
|
"Cron 줄"
|
|
@@ -192,16 +192,16 @@
|
|
|
192
192
|
"지연"
|
|
193
193
|
],
|
|
194
194
|
"Delete recurring logics by search query": [
|
|
195
|
-
""
|
|
195
|
+
"검색 쿼리로 반복되는 로직 삭제"
|
|
196
196
|
],
|
|
197
197
|
"Deliver notifications about long running tasks": [
|
|
198
|
-
""
|
|
198
|
+
"장기 실행 작업에 대한 알림 전달"
|
|
199
199
|
],
|
|
200
200
|
"Details": [
|
|
201
201
|
"상세 정보 "
|
|
202
202
|
],
|
|
203
203
|
"Details of %s task": [
|
|
204
|
-
""
|
|
204
|
+
"%s 작업의 세부 사항"
|
|
205
205
|
],
|
|
206
206
|
"Disable": [
|
|
207
207
|
"비활성화 "
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"사용 안함"
|
|
211
211
|
],
|
|
212
212
|
"Duration": [
|
|
213
|
-
"
|
|
213
|
+
"기간 "
|
|
214
214
|
],
|
|
215
215
|
"Dynflow console": [
|
|
216
216
|
"Dynflow 콘솔"
|
|
@@ -219,16 +219,16 @@
|
|
|
219
219
|
"빈 대량 작업"
|
|
220
220
|
],
|
|
221
221
|
"Enable": [
|
|
222
|
-
"활성화"
|
|
222
|
+
"활성화 "
|
|
223
223
|
],
|
|
224
224
|
"Enable dynflow console": [
|
|
225
|
-
""
|
|
225
|
+
"dynflow 콘솔 활성화"
|
|
226
226
|
],
|
|
227
227
|
"Enable the dynflow console (/foreman_tasks/dynflow) for debugging": [
|
|
228
228
|
"디버깅에 dynflow 콘솔(/foreman_tasks/dynflow) 활성화"
|
|
229
229
|
],
|
|
230
230
|
"Ends": [
|
|
231
|
-
"
|
|
231
|
+
"종료"
|
|
232
232
|
],
|
|
233
233
|
"Ends at": [
|
|
234
234
|
"종료 일시"
|
|
@@ -237,10 +237,10 @@
|
|
|
237
237
|
"오류"
|
|
238
238
|
],
|
|
239
239
|
"Errors:": [
|
|
240
|
-
""
|
|
240
|
+
"오류:"
|
|
241
241
|
],
|
|
242
242
|
"Event delivered by request %{request_id}": [
|
|
243
|
-
""
|
|
243
|
+
"%{request_id} 요청에 따라 이벤트가 제공됩니다."
|
|
244
244
|
],
|
|
245
245
|
"Exception": [
|
|
246
246
|
"예외"
|
|
@@ -249,40 +249,40 @@
|
|
|
249
249
|
"지금 실행"
|
|
250
250
|
],
|
|
251
251
|
"Execution plan data not available ": [
|
|
252
|
-
""
|
|
252
|
+
"실행 계획 데이터를 사용할 수 없습니다. "
|
|
253
253
|
],
|
|
254
254
|
"Export All": [
|
|
255
|
-
""
|
|
255
|
+
"모두 내보내기"
|
|
256
256
|
],
|
|
257
257
|
"External Id": [
|
|
258
258
|
"외부 IP"
|
|
259
259
|
],
|
|
260
260
|
"Failed to check on tasks on proxy at %{url}: %{exception}": [
|
|
261
|
-
""
|
|
261
|
+
"%{url}에 있는 프록시에서 작업을 확인하지 못했습니다: %{exception}"
|
|
262
262
|
],
|
|
263
263
|
"Failed to initialize": [
|
|
264
264
|
"초기화에 실패했습니다"
|
|
265
265
|
],
|
|
266
266
|
"Failed to trigger task on the smart proxy: ": [
|
|
267
|
-
""
|
|
267
|
+
"스마트 프록시에서 작업을 트리거하지 못했습니다: "
|
|
268
268
|
],
|
|
269
269
|
"Finished": [
|
|
270
270
|
"마쳤음"
|
|
271
271
|
],
|
|
272
272
|
"Force Cancel": [
|
|
273
|
-
""
|
|
273
|
+
"강제 취소"
|
|
274
274
|
],
|
|
275
275
|
"Force Cancel Selected": [
|
|
276
|
-
""
|
|
276
|
+
"선택한 작업 강제 취소"
|
|
277
277
|
],
|
|
278
278
|
"Force Cancel selected tasks": [
|
|
279
|
-
""
|
|
279
|
+
"선택한 작업 강제 취소"
|
|
280
280
|
],
|
|
281
281
|
"Force Unlock": [
|
|
282
282
|
"강제 잠금 해제"
|
|
283
283
|
],
|
|
284
284
|
"Foreman Tasks": [
|
|
285
|
-
""
|
|
285
|
+
"Foreman 작업"
|
|
286
286
|
],
|
|
287
287
|
"Fri": [
|
|
288
288
|
"금"
|
|
@@ -314,38 +314,41 @@
|
|
|
314
314
|
"Input": [
|
|
315
315
|
"입력"
|
|
316
316
|
],
|
|
317
|
+
"Invalid URL": [
|
|
318
|
+
""
|
|
319
|
+
],
|
|
317
320
|
"Iteration limit": [
|
|
318
321
|
"반복 제한"
|
|
319
322
|
],
|
|
320
323
|
"Label": [
|
|
321
|
-
"레이블"
|
|
324
|
+
"레이블 "
|
|
322
325
|
],
|
|
323
326
|
"Last occurrence": [
|
|
324
327
|
"마지막 반복"
|
|
325
328
|
],
|
|
326
329
|
"Last start time": [
|
|
327
|
-
""
|
|
330
|
+
"마지막 시작 시간"
|
|
328
331
|
],
|
|
329
332
|
"Latest Warning/Error Tasks": [
|
|
330
|
-
"최신 경고/오류
|
|
333
|
+
"최신 경고/오류 작업"
|
|
331
334
|
],
|
|
332
335
|
"Less than a second": [
|
|
333
|
-
""
|
|
336
|
+
"1초도 안됨"
|
|
334
337
|
],
|
|
335
338
|
"List of tasks": [
|
|
336
|
-
""
|
|
339
|
+
"작업 목록"
|
|
337
340
|
],
|
|
338
341
|
"List recurring logics": [
|
|
339
342
|
"반복 로직 나열"
|
|
340
343
|
],
|
|
341
344
|
"List tasks": [
|
|
342
|
-
"
|
|
345
|
+
"작업 나열"
|
|
343
346
|
],
|
|
344
347
|
"Locks": [
|
|
345
348
|
"잠금"
|
|
346
349
|
],
|
|
347
350
|
"Long running tasks": [
|
|
348
|
-
""
|
|
351
|
+
"장기 실행 작업"
|
|
349
352
|
],
|
|
350
353
|
"Mon": [
|
|
351
354
|
"월"
|
|
@@ -354,13 +357,13 @@
|
|
|
354
357
|
"더 자세히"
|
|
355
358
|
],
|
|
356
359
|
"More than": [
|
|
357
|
-
""
|
|
360
|
+
"이상"
|
|
358
361
|
],
|
|
359
362
|
"N/A": [
|
|
360
363
|
"해당 없음 "
|
|
361
364
|
],
|
|
362
365
|
"Name": [
|
|
363
|
-
"이름"
|
|
366
|
+
"이름 "
|
|
364
367
|
],
|
|
365
368
|
"Never": [
|
|
366
369
|
"사용 안 함"
|
|
@@ -372,40 +375,40 @@
|
|
|
372
375
|
"아니오 "
|
|
373
376
|
],
|
|
374
377
|
"No Tasks": [
|
|
375
|
-
""
|
|
378
|
+
"작업 없음"
|
|
376
379
|
],
|
|
377
380
|
"No errors": [
|
|
378
381
|
"오류 없음 "
|
|
379
382
|
],
|
|
380
383
|
"No proxy defined for execution": [
|
|
381
|
-
""
|
|
384
|
+
"실행을 위한 프록시가 정의되지 않았습니다"
|
|
382
385
|
],
|
|
383
386
|
"No running steps": [
|
|
384
387
|
"실행 중인 단계가 없습니다."
|
|
385
388
|
],
|
|
386
389
|
"No start or end dates": [
|
|
387
|
-
""
|
|
390
|
+
"시작 날짜 또는 종료 날짜가 없습니다"
|
|
388
391
|
],
|
|
389
392
|
"No task could be started": [
|
|
390
|
-
""
|
|
393
|
+
"작업을 시작할 수 없습니다."
|
|
391
394
|
],
|
|
392
395
|
"No. of Tasks": [
|
|
393
|
-
"
|
|
396
|
+
"작업 수"
|
|
394
397
|
],
|
|
395
398
|
"Not all the selected tasks can be cancelled": [
|
|
396
|
-
""
|
|
399
|
+
"선택한 모든 작업을 취소할 수 없습니다."
|
|
397
400
|
],
|
|
398
401
|
"Not all the selected tasks can be resumed": [
|
|
399
|
-
""
|
|
402
|
+
"선택한 모든 작업을 다시 시작할 수 없습니다."
|
|
400
403
|
],
|
|
401
404
|
"Number of attempts to start a task on the smart proxy before failing": [
|
|
402
405
|
"스마트 프록시에서 실패 전에 태스크 시작을 시도할 수 있는 횟수"
|
|
403
406
|
],
|
|
404
407
|
"Number of seconds to wait for synchronous task to finish.": [
|
|
405
|
-
""
|
|
408
|
+
"동기 작업이 완료될 때까지 기다리는 시간(초)입니다."
|
|
406
409
|
],
|
|
407
410
|
"Number of tasks which should be sent to the smart proxy in one request, if foreman_tasks_proxy_batch_trigger is enabled": [
|
|
408
|
-
""
|
|
411
|
+
"foreman_tasks_proxy_batch_trigger가 활성화된 경우 한 번의 요청으로 스마트 프록시에 전송해야 하는 작업 수"
|
|
409
412
|
],
|
|
410
413
|
"On": [
|
|
411
414
|
"켜기"
|
|
@@ -414,16 +417,16 @@
|
|
|
414
417
|
"작업 "
|
|
415
418
|
],
|
|
416
419
|
"Other includes all stopped tasks that are cancelled or pending": [
|
|
417
|
-
""
|
|
420
|
+
"기타에는 취소되거나 보류 중인 모든 중지된 작업이 포함됩니다."
|
|
418
421
|
],
|
|
419
422
|
"Other:": [
|
|
420
|
-
""
|
|
423
|
+
"기타:"
|
|
421
424
|
],
|
|
422
425
|
"Output": [
|
|
423
426
|
"출력"
|
|
424
427
|
],
|
|
425
428
|
"Output:": [
|
|
426
|
-
""
|
|
429
|
+
"출력:"
|
|
427
430
|
],
|
|
428
431
|
"Parent task": [
|
|
429
432
|
"부모 태스크"
|
|
@@ -435,31 +438,31 @@
|
|
|
435
438
|
"상태를 확인하고 오류를 수정한 다음 다시 시작하십시오."
|
|
436
439
|
],
|
|
437
440
|
"Please provide a search parameter in the request": [
|
|
438
|
-
""
|
|
441
|
+
"요청에 검색 매개변수를 제공해주세요."
|
|
439
442
|
],
|
|
440
443
|
"Please provide at least one of search or task_ids parameters in the request": [
|
|
441
|
-
""
|
|
444
|
+
"요청에 검색 또는 task_ids 매개변수 중 하나 이상을 제공하세요."
|
|
442
445
|
],
|
|
443
446
|
"Polling intervals multiplier": [
|
|
444
|
-
""
|
|
447
|
+
"폴링 간격 승수"
|
|
445
448
|
],
|
|
446
449
|
"Polling multiplier which is used to multiply the default polling intervals. This can be used to prevent polling too frequently for long running tasks.": [
|
|
447
|
-
""
|
|
450
|
+
"기본 폴링 간격을 곱하는 데 사용되는 폴링 승수입니다. 이것은 장시간 실행되는 작업에서 너무 자주 폴링하는 것을 방지하는 데 사용할 수 있습니다."
|
|
448
451
|
],
|
|
449
452
|
"Proxy action retry count": [
|
|
450
|
-
""
|
|
453
|
+
"프록시 작업 재시도 횟수"
|
|
451
454
|
],
|
|
452
455
|
"Proxy action retry interval": [
|
|
453
|
-
""
|
|
456
|
+
"프록시 작업 재시도 간격"
|
|
454
457
|
],
|
|
455
458
|
"Proxy task gone missing from the smart proxy": [
|
|
456
|
-
""
|
|
459
|
+
"스마트 프록시에서 프록시 작업이 사라졌습니다."
|
|
457
460
|
],
|
|
458
461
|
"Proxy tasks batch size": [
|
|
459
|
-
""
|
|
462
|
+
"프록시 작업 배치 크기"
|
|
460
463
|
],
|
|
461
464
|
"Purpose": [
|
|
462
|
-
""
|
|
465
|
+
"목적"
|
|
463
466
|
],
|
|
464
467
|
"Raw": [
|
|
465
468
|
"원시"
|
|
@@ -471,7 +474,7 @@
|
|
|
471
474
|
"원시 출력"
|
|
472
475
|
],
|
|
473
476
|
"Recurring Logics": [
|
|
474
|
-
""
|
|
477
|
+
"반복되는 논리"
|
|
475
478
|
],
|
|
476
479
|
"Recurring logic": [
|
|
477
480
|
"반복 로직"
|
|
@@ -480,7 +483,7 @@
|
|
|
480
483
|
"반복 로직"
|
|
481
484
|
],
|
|
482
485
|
"Refresh Data": [
|
|
483
|
-
""
|
|
486
|
+
"데이터 새로 고침"
|
|
484
487
|
],
|
|
485
488
|
"Repeat N times": [
|
|
486
489
|
"N번 반복"
|
|
@@ -492,7 +495,7 @@
|
|
|
492
495
|
"반복"
|
|
493
496
|
],
|
|
494
497
|
"Require auth for dynflow console": [
|
|
495
|
-
""
|
|
498
|
+
"dynflow 콘솔에 대한 인증이 필요합니다."
|
|
496
499
|
],
|
|
497
500
|
"Require user to be authenticated as user with admin rights when accessing dynflow console": [
|
|
498
501
|
"사용자가 dynflow 콘솔에 액세스할 때 관리 권한이 있는 사용자로 인증받도록 요구"
|
|
@@ -504,22 +507,22 @@
|
|
|
504
507
|
"리소스 search_params를 사용하려면 resource_type 및 resource_id를 지정해야 합니다."
|
|
505
508
|
],
|
|
506
509
|
"Resources for %s task(s) will be unlocked and will not prevent other tasks from being run. As the task(s) might be still running, it should be avoided to use this unless you are really sure the task(s) got stuck.": [
|
|
507
|
-
""
|
|
510
|
+
"%s 작업의 리소스가 잠금 해제되고 다른 작업이 실행되는 것을 방해하지 않습니다. 작업이 아직 실행 중일 수 있으므로 작업이 중단되었다고 확신하지 않는 한 이것을 사용하지 마십시오."
|
|
508
511
|
],
|
|
509
512
|
"Result": [
|
|
510
|
-
"결과"
|
|
513
|
+
"결과 "
|
|
511
514
|
],
|
|
512
515
|
"Resume": [
|
|
513
516
|
"다시 시작"
|
|
514
517
|
],
|
|
515
518
|
"Resume Selected": [
|
|
516
|
-
""
|
|
519
|
+
"선택한 작업 재개"
|
|
517
520
|
],
|
|
518
521
|
"Resume all paused error tasks": [
|
|
519
522
|
"일시 정지된 모든 오류 태스크 다시 시작"
|
|
520
523
|
],
|
|
521
524
|
"Resume selected tasks": [
|
|
522
|
-
""
|
|
525
|
+
"선택한 작업 재개"
|
|
523
526
|
],
|
|
524
527
|
"Resume specific tasks by ID": [
|
|
525
528
|
"ID를 기준으로 특정 태스크 다시 시작"
|
|
@@ -528,10 +531,10 @@
|
|
|
528
531
|
"검색 문자열과 일치하는 태스크 다시 시작"
|
|
529
532
|
],
|
|
530
533
|
"Resuming selected tasks, this might take a while": [
|
|
531
|
-
""
|
|
534
|
+
"선택한 작업을 다시 시작하는 데 시간이 걸릴 수 있습니다."
|
|
532
535
|
],
|
|
533
536
|
"Running": [
|
|
534
|
-
"실행 중
|
|
537
|
+
"실행 중"
|
|
535
538
|
],
|
|
536
539
|
"Running Steps": [
|
|
537
540
|
"실행 중인 단계"
|
|
@@ -546,22 +549,22 @@
|
|
|
546
549
|
"미래의 실행 스케줄"
|
|
547
550
|
],
|
|
548
551
|
"Scheduled": [
|
|
549
|
-
""
|
|
552
|
+
"예정됨"
|
|
550
553
|
],
|
|
551
554
|
"Search query": [
|
|
552
555
|
"검색 쿼리"
|
|
553
556
|
],
|
|
554
557
|
"See %{link} for more details on how to resolve the issue": [
|
|
555
|
-
""
|
|
558
|
+
"문제를 해결하는 방법에 대한 자세한 내용은 %{link} 참조"
|
|
556
559
|
],
|
|
557
560
|
"Select Action": [
|
|
558
|
-
"작업 선택
|
|
561
|
+
"작업 선택"
|
|
559
562
|
],
|
|
560
563
|
"Select all {count} tasks": [
|
|
561
|
-
""
|
|
564
|
+
"모든 {count} 작업 선택"
|
|
562
565
|
],
|
|
563
566
|
"Select row": [
|
|
564
|
-
""
|
|
567
|
+
"행 선택"
|
|
565
568
|
],
|
|
566
569
|
"Send data to the task from external executor (such as smart_proxy_dynflow)": [
|
|
567
570
|
"외부 실행자(예: smart_proxy_dynflow)의 태스크에 데이터를 전송합니다."
|
|
@@ -570,7 +573,7 @@
|
|
|
570
573
|
"반복 실행 설정"
|
|
571
574
|
],
|
|
572
575
|
"Setting is off": [
|
|
573
|
-
""
|
|
576
|
+
"설정이 꺼져있습니다"
|
|
574
577
|
],
|
|
575
578
|
"Show recurring logic details": [
|
|
576
579
|
"반복 로직 정보 표시"
|
|
@@ -585,7 +588,7 @@
|
|
|
585
588
|
"다음 시간 전에 시작"
|
|
586
589
|
],
|
|
587
590
|
"Started": [
|
|
588
|
-
""
|
|
591
|
+
"시작됨"
|
|
589
592
|
],
|
|
590
593
|
"Started at": [
|
|
591
594
|
"시작 일시"
|
|
@@ -594,31 +597,31 @@
|
|
|
594
597
|
"상태 "
|
|
595
598
|
],
|
|
596
599
|
"State updated at": [
|
|
597
|
-
""
|
|
600
|
+
"상태가 업데이트되었습니다"
|
|
598
601
|
],
|
|
599
602
|
"Step Canceled": [
|
|
600
|
-
""
|
|
603
|
+
"단계 취소됨"
|
|
601
604
|
],
|
|
602
605
|
"Stop auto-reloading": [
|
|
603
606
|
"자동 다시 로드 중지"
|
|
604
607
|
],
|
|
605
608
|
"Stop selected stoppable tasks": [
|
|
606
|
-
""
|
|
609
|
+
"선택된 중지 가능한 작업 중지"
|
|
607
610
|
],
|
|
608
611
|
"Stop specific tasks by ID": [
|
|
609
|
-
""
|
|
612
|
+
"ID로 특정 작업 중지"
|
|
610
613
|
],
|
|
611
614
|
"Stop tasks matching search string": [
|
|
612
|
-
""
|
|
615
|
+
"검색 문자열과 일치하는 작업 중지"
|
|
613
616
|
],
|
|
614
617
|
"Stopped": [
|
|
615
|
-
""
|
|
618
|
+
"중단됨"
|
|
616
619
|
],
|
|
617
620
|
"Sub tasks": [
|
|
618
621
|
"하위 태스크"
|
|
619
622
|
],
|
|
620
623
|
"Sub tasks of %s": [
|
|
621
|
-
""
|
|
624
|
+
"%s의 하위 작업"
|
|
622
625
|
],
|
|
623
626
|
"Subscribe": [
|
|
624
627
|
"등록 "
|
|
@@ -627,7 +630,7 @@
|
|
|
627
630
|
"일"
|
|
628
631
|
],
|
|
629
632
|
"Sync task timeout": [
|
|
630
|
-
""
|
|
633
|
+
"동기화 작업 시간 초과"
|
|
631
634
|
],
|
|
632
635
|
"Task": [
|
|
633
636
|
"작업"
|
|
@@ -636,49 +639,49 @@
|
|
|
636
639
|
"작업 상세 정보 "
|
|
637
640
|
],
|
|
638
641
|
"Task Status": [
|
|
639
|
-
"
|
|
642
|
+
"작업 상태"
|
|
640
643
|
],
|
|
641
644
|
"Task aborted: the task might be still running on the proxy": [
|
|
642
|
-
""
|
|
645
|
+
"작업이 중단되었습니다. 작업이 프록시에서 계속 실행 중일 수 있습니다."
|
|
643
646
|
],
|
|
644
647
|
"Task cannot be canceled": [
|
|
645
|
-
""
|
|
648
|
+
"작업을 취소할 수 없습니다."
|
|
646
649
|
],
|
|
647
650
|
"Task count": [
|
|
648
651
|
"태스크 수"
|
|
649
652
|
],
|
|
650
653
|
"Task group common": [
|
|
651
|
-
"
|
|
654
|
+
"작업 그룹 일반"
|
|
652
655
|
],
|
|
653
656
|
"Task search_params requires task_id to be specified": [
|
|
654
657
|
"태스크 search_params를 사용하려면 task_id를 지정해야 합니다."
|
|
655
658
|
],
|
|
656
659
|
"Task was canceled": [
|
|
657
|
-
""
|
|
660
|
+
"작업이 취소되었습니다"
|
|
658
661
|
],
|
|
659
662
|
"Tasks": [
|
|
660
663
|
"작업"
|
|
661
664
|
],
|
|
662
665
|
"Tasks lingering in states %{states} since %{time}": [
|
|
663
|
-
""
|
|
666
|
+
"%{time} 이후 상태 %{states}에 남아 있는 작업"
|
|
664
667
|
],
|
|
665
668
|
"Tasks pending since %s": [
|
|
666
|
-
""
|
|
669
|
+
"%s부터 보류 중인 작업 "
|
|
667
670
|
],
|
|
668
671
|
"Tasks troubleshooting URL": [
|
|
669
|
-
""
|
|
672
|
+
"작업 문제 해결 URL"
|
|
670
673
|
],
|
|
671
674
|
"The ID of the step inside the execution plan to send the event to": [
|
|
672
675
|
"이벤트를 전송할 실행 계획의 단계에 해당하는 ID입니다."
|
|
673
676
|
],
|
|
674
677
|
"The recommended approach is to investigate the error messages below and in 'errors' tab, address the primary cause of the issue and resume the task.": [
|
|
675
|
-
""
|
|
678
|
+
"권장되는 방법은 아래의 오류 메시지를 조사하고 '오류' 탭에서 문제의 근본 원인을 해결하고 작업을 재개하는 것입니다."
|
|
676
679
|
],
|
|
677
680
|
"The recurring logic was disabled.": [
|
|
678
|
-
""
|
|
681
|
+
"반복 논리가 비활성화되었습니다."
|
|
679
682
|
],
|
|
680
683
|
"The recurring logic was enabled.": [
|
|
681
|
-
""
|
|
684
|
+
"반복 논리가 활성화되었습니다."
|
|
682
685
|
],
|
|
683
686
|
"The smart proxy task %s failed.": [
|
|
684
687
|
"스마트 프록시 태스크 %s이(가) 실패했습니다."
|
|
@@ -687,20 +690,19 @@
|
|
|
687
690
|
"대상의 유형이 서로 다릅니다."
|
|
688
691
|
],
|
|
689
692
|
"The task cannot be aborted at the moment.": [
|
|
690
|
-
""
|
|
693
|
+
"현재로는 작업을 중단할 수 없습니다."
|
|
691
694
|
],
|
|
692
695
|
"The task could not be started": [
|
|
693
|
-
""
|
|
696
|
+
"작업을 시작할 수 없습니다."
|
|
694
697
|
],
|
|
695
698
|
"There is %{count} paused task in the system that need attention": [
|
|
696
|
-
""
|
|
697
|
-
""
|
|
699
|
+
"시스템에서 주의가 필요한 %{count} 일시 중지된 작업이 있습니다"
|
|
698
700
|
],
|
|
699
701
|
"This action will delete all cancelled recurring logics. Please note that this action can't be reversed.": [
|
|
700
|
-
""
|
|
702
|
+
"이 작업은 취소된 모든 반복 로직을 삭제합니다. 이 작업은 되돌릴 수 없습니다."
|
|
701
703
|
],
|
|
702
704
|
"This will %(action)s %(number)s task(s), putting them in the %(state)s state. Are you sure?": [
|
|
703
|
-
""
|
|
705
|
+
"이렇게 하면 %(action)s%(number)s 작업이 수행되어 %(state)s 상태가 됩니다. 계속 진행하시겠습니까?"
|
|
704
706
|
],
|
|
705
707
|
"This will unlock the resources that the task is running against. Please note that this might lead to inconsistent state and should be used with caution, after making sure that the task can't be resumed.": [
|
|
706
708
|
"현재 태스크를 실행 중인 대상 리소스의 잠금을 해제합니다. 상태의 일관성이 저해될 수 있으므로 태스크가 다시 시작될 수 없는지를 확인한 후 신중하게 사용해야 합니다."
|
|
@@ -718,10 +720,10 @@
|
|
|
718
720
|
"문제 해결 "
|
|
719
721
|
],
|
|
720
722
|
"Trying to abort the task": [
|
|
721
|
-
""
|
|
723
|
+
"작업을 중단하려고 합니다"
|
|
722
724
|
],
|
|
723
725
|
"Trying to cancel step": [
|
|
724
|
-
""
|
|
726
|
+
"단계를 취소하려고 합니다"
|
|
725
727
|
],
|
|
726
728
|
"Tue": [
|
|
727
729
|
"화"
|
|
@@ -730,16 +732,16 @@
|
|
|
730
732
|
"%s 유형은 search_params에 대해 지원되지 않습니다."
|
|
731
733
|
],
|
|
732
734
|
"UUID of the task": [
|
|
733
|
-
"
|
|
735
|
+
"작업의 UUID"
|
|
734
736
|
],
|
|
735
737
|
"Unable to create mail notification: %s": [
|
|
736
|
-
""
|
|
738
|
+
"메일 알림을 생성할 수 없습니다: %s"
|
|
737
739
|
],
|
|
738
740
|
"Unable to enable mail notification to user '%s': %s": [
|
|
739
|
-
""
|
|
741
|
+
"'%s' 사용자에게 메일 알림을 활성화할 수 없습니다: %s"
|
|
740
742
|
],
|
|
741
743
|
"Undo selection": [
|
|
742
|
-
""
|
|
744
|
+
"선택 취소"
|
|
743
745
|
],
|
|
744
746
|
"Unlimited": [
|
|
745
747
|
"제한 없음 "
|
|
@@ -748,10 +750,10 @@
|
|
|
748
750
|
"잠금 풀기"
|
|
749
751
|
],
|
|
750
752
|
"Update recurring logic": [
|
|
751
|
-
""
|
|
753
|
+
"반복되는 논리 업데이트"
|
|
752
754
|
],
|
|
753
755
|
"Url pointing to the task troubleshooting documentation. It should contain %{label} placeholder, that will be replaced with normalized task label (restricted to only alphanumeric characters)). %{version} placeholder is also available.": [
|
|
754
|
-
""
|
|
756
|
+
"작업 문제 해결 문서를 가리키는 URL입니다. 여기에는 %{label} 자리 표시자가 포함되어야 하며, 이는 정규화된 작업 레이블 (영숫자 문자로만 제한됨)로 대체됩니다.%{version} 자리 표시자도 사용 가능합니다."
|
|
755
757
|
],
|
|
756
758
|
"User search_params requires user_id to be specified": [
|
|
757
759
|
"사용자 search_params를 사용하려면 user_id를 지정해야 합니다."
|
|
@@ -760,22 +762,22 @@
|
|
|
760
762
|
"수"
|
|
761
763
|
],
|
|
762
764
|
"With focus on last": [
|
|
763
|
-
""
|
|
765
|
+
"마지막에 초점을 맞춤"
|
|
764
766
|
],
|
|
765
767
|
"Yes": [
|
|
766
768
|
"예 "
|
|
767
769
|
],
|
|
768
770
|
"You can find resource locks on this page. Exclusive lock marked with locked icon means that no other task can use locked resource while this task is running. Non-exclusive lock marked with unlocked icon means other tasks can access the resource freely, it is only used to indicate the relation of this task with the resource": [
|
|
769
|
-
""
|
|
771
|
+
"이 페이지에서 리소스 잠금을 찾을 수 있습니다. 잠금 아이콘으로 표시된 배타적 잠금은 이 작업이 실행되는 동안 다른 작업이 잠긴 리소스를 사용할 수 없음을 의미합니다. 잠금 해제 아이콘으로 표시된 비배타적 잠금은 다른 작업이 리소스에 자유롭게 액세스할 수 있음을 의미하며, 이 작업과 리소스의 관계를 나타내는 데만 사용됩니다."
|
|
770
772
|
],
|
|
771
773
|
"You do not have permission": [
|
|
772
|
-
""
|
|
774
|
+
"권한이 없습니다"
|
|
773
775
|
],
|
|
774
776
|
"activation key": [
|
|
775
777
|
"활성키"
|
|
776
778
|
],
|
|
777
779
|
"cannot be cancelled with force at the moment.": [
|
|
778
|
-
""
|
|
780
|
+
"현재로선 강제로 취소할 수 없습니다."
|
|
779
781
|
],
|
|
780
782
|
"content view": [
|
|
781
783
|
"컨텐츠 뷰"
|
|
@@ -784,10 +786,10 @@
|
|
|
784
786
|
"컨텐츠 뷰 버전"
|
|
785
787
|
],
|
|
786
788
|
"could not be resumed": [
|
|
787
|
-
""
|
|
789
|
+
"재개할 수 없음"
|
|
788
790
|
],
|
|
789
791
|
"error": [
|
|
790
|
-
""
|
|
792
|
+
"오류"
|
|
791
793
|
],
|
|
792
794
|
"is day of month (range: 1-31)": [
|
|
793
795
|
"날짜(범위: 1-31)"
|
|
@@ -799,7 +801,7 @@
|
|
|
799
801
|
"시간(범위: 0-23)"
|
|
800
802
|
],
|
|
801
803
|
"is in the past": [
|
|
802
|
-
""
|
|
804
|
+
"과거"
|
|
803
805
|
],
|
|
804
806
|
"is minute (range: 0-59)": [
|
|
805
807
|
"분(범위: 0-59)"
|
|
@@ -808,31 +810,31 @@
|
|
|
808
810
|
"월(범위: 1-12)"
|
|
809
811
|
],
|
|
810
812
|
"is not a valid format": [
|
|
811
|
-
""
|
|
813
|
+
"유효한 형식이 아닙니다"
|
|
812
814
|
],
|
|
813
815
|
"last": [
|
|
814
|
-
""
|
|
816
|
+
"마지막"
|
|
815
817
|
],
|
|
816
818
|
"mode": [
|
|
817
|
-
""
|
|
819
|
+
"모드"
|
|
818
820
|
],
|
|
819
821
|
"mode has to be one of %{allowed_modes}": [
|
|
820
|
-
""
|
|
822
|
+
"모드는 %{allowed_modes} 중 하나여야 합니다."
|
|
821
823
|
],
|
|
822
824
|
"must be set": [
|
|
823
|
-
""
|
|
825
|
+
"설정 필요"
|
|
824
826
|
],
|
|
825
827
|
"older": [
|
|
826
|
-
""
|
|
828
|
+
"이전"
|
|
827
829
|
],
|
|
828
830
|
"organization": [
|
|
829
831
|
"조직 "
|
|
830
832
|
],
|
|
831
833
|
"other": [
|
|
832
|
-
""
|
|
834
|
+
"기타"
|
|
833
835
|
],
|
|
834
836
|
"paused": [
|
|
835
|
-
""
|
|
837
|
+
"일시 정지"
|
|
836
838
|
],
|
|
837
839
|
"product": [
|
|
838
840
|
"제품 "
|
|
@@ -841,31 +843,31 @@
|
|
|
841
843
|
"리포지터리"
|
|
842
844
|
],
|
|
843
845
|
"resources cannot be unlocked at the moment.": [
|
|
844
|
-
""
|
|
846
|
+
"현재 리소스를 잠금 해제할 수 없습니다."
|
|
845
847
|
],
|
|
846
848
|
"resources were unlocked ": [
|
|
847
|
-
""
|
|
849
|
+
"리소스가 잠금 해제되었습니다."
|
|
848
850
|
],
|
|
849
851
|
"resources were unlocked with force.": [
|
|
850
|
-
""
|
|
852
|
+
"리소스가 강제로 잠금 해제되었습니다."
|
|
851
853
|
],
|
|
852
854
|
"result": [
|
|
853
|
-
""
|
|
855
|
+
"결과"
|
|
854
856
|
],
|
|
855
857
|
"running": [
|
|
856
858
|
"실행 중"
|
|
857
859
|
],
|
|
858
860
|
"scheduled": [
|
|
859
|
-
""
|
|
861
|
+
"예정됨"
|
|
860
862
|
],
|
|
861
863
|
"seconds": [
|
|
862
864
|
"초"
|
|
863
865
|
],
|
|
864
866
|
"state": [
|
|
865
|
-
"상태
|
|
867
|
+
"상태"
|
|
866
868
|
],
|
|
867
869
|
"stopped": [
|
|
868
|
-
""
|
|
870
|
+
"중단됨"
|
|
869
871
|
],
|
|
870
872
|
"success": [
|
|
871
873
|
"성공"
|
|
@@ -874,31 +876,31 @@
|
|
|
874
876
|
"시스템"
|
|
875
877
|
],
|
|
876
878
|
"task has to be cancellable": [
|
|
877
|
-
""
|
|
879
|
+
"작업은 취소 가능해야 합니다"
|
|
878
880
|
],
|
|
879
881
|
"task has to be resumable": [
|
|
880
|
-
""
|
|
882
|
+
"작업은 재개 가능해야 합니다."
|
|
881
883
|
],
|
|
882
884
|
"time": [
|
|
883
|
-
""
|
|
885
|
+
"시간"
|
|
884
886
|
],
|
|
885
887
|
"troubleshooting documentation": [
|
|
886
|
-
""
|
|
888
|
+
"문제 해결 문서"
|
|
887
889
|
],
|
|
888
890
|
"user": [
|
|
889
891
|
"사용자"
|
|
890
892
|
],
|
|
891
893
|
"warning": [
|
|
892
|
-
""
|
|
894
|
+
"경고"
|
|
893
895
|
],
|
|
894
896
|
"was cancelled": [
|
|
895
|
-
""
|
|
897
|
+
"취소됨"
|
|
896
898
|
],
|
|
897
899
|
"was resumed": [
|
|
898
|
-
""
|
|
900
|
+
"재개됨"
|
|
899
901
|
],
|
|
900
902
|
"week": [
|
|
901
|
-
""
|
|
903
|
+
"주"
|
|
902
904
|
]
|
|
903
905
|
}
|
|
904
906
|
}
|