foreman_remote_execution 13.0.0 → 13.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.eslintrc +4 -1
- data/.github/workflows/release.yml +4 -2
- data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +1000 -973
- data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +553 -526
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +584 -557
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +1043 -1016
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +1047 -1020
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +1041 -1014
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +1015 -988
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +886 -859
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +1047 -1020
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +901 -874
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +1041 -1014
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +886 -859
- data/app/lib/actions/remote_execution/run_host_job.rb +0 -14
- data/app/models/concerns/foreman_remote_execution/host_extensions.rb +8 -0
- data/app/models/job_invocation_composer.rb +4 -3
- data/app/views/api/v2/job_invocations/base.json.rabl +5 -3
- data/app/views/templates/script/convert2rhel_analyze.erb +1 -12
- data/app/views/templates/script/package_action.erb +15 -2
- data/app/views/templates/script/puppet_run_once.erb +3 -3
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/de/foreman_remote_execution.po +27 -0
- data/locale/en/foreman_remote_execution.po +27 -0
- data/locale/en_GB/foreman_remote_execution.po +27 -0
- data/locale/es/foreman_remote_execution.po +27 -0
- data/locale/foreman_remote_execution.pot +177 -141
- data/locale/fr/foreman_remote_execution.po +27 -0
- data/locale/ja/foreman_remote_execution.po +27 -0
- data/locale/ka/foreman_remote_execution.po +27 -0
- data/locale/ko/foreman_remote_execution.po +27 -0
- data/locale/pt_BR/foreman_remote_execution.po +27 -0
- data/locale/ru/foreman_remote_execution.po +27 -0
- data/locale/zh_CN/foreman_remote_execution.po +27 -0
- data/locale/zh_TW/foreman_remote_execution.po +27 -0
- data/package.json +6 -6
- data/test/unit/job_invocation_composer_test.rb +31 -3
- data/webpack/JobInvocationDetail/JobInvocationConstants.js +10 -0
- data/webpack/JobInvocationDetail/JobInvocationDetail.scss +38 -0
- data/webpack/JobInvocationDetail/JobInvocationOverview.js +13 -25
- data/webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js +153 -0
- data/webpack/JobInvocationDetail/index.js +48 -10
- data/webpack/JobWizard/Footer.js +5 -1
- data/webpack/JobWizard/JobWizardPageRerun.js +4 -1
- data/webpack/JobWizard/StartsBeforeErrorAlert.js +1 -0
- data/webpack/JobWizard/index.js +1 -0
- data/webpack/JobWizard/steps/AdvancedFields/DescriptionField.js +8 -1
- data/webpack/JobWizard/steps/AdvancedFields/Fields.js +7 -0
- data/webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js +16 -3
- data/webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js +11 -5
- data/webpack/JobWizard/steps/HostsAndInputs/SelectedChips.js +8 -1
- data/webpack/JobWizard/steps/HostsAndInputs/index.js +7 -2
- data/webpack/JobWizard/steps/ReviewDetails/index.js +4 -0
- data/webpack/JobWizard/steps/Schedule/PurposeField.js +1 -0
- data/webpack/JobWizard/steps/Schedule/QueryType.js +2 -0
- data/webpack/JobWizard/steps/Schedule/RepeatCron.js +1 -0
- data/webpack/JobWizard/steps/Schedule/RepeatHour.js +2 -0
- data/webpack/JobWizard/steps/Schedule/RepeatMonth.js +1 -0
- data/webpack/JobWizard/steps/Schedule/RepeatWeek.js +1 -0
- data/webpack/JobWizard/steps/Schedule/ScheduleFuture.js +2 -0
- data/webpack/JobWizard/steps/Schedule/ScheduleRecurring.js +6 -0
- data/webpack/JobWizard/steps/Schedule/ScheduleType.js +3 -0
- data/webpack/JobWizard/steps/form/FormHelpers.js +1 -0
- data/webpack/JobWizard/steps/form/GroupedSelectField.js +1 -0
- data/webpack/JobWizard/steps/form/NumberInput.js +1 -0
- data/webpack/JobWizard/steps/form/ResourceSelect.js +1 -0
- data/webpack/JobWizard/steps/form/SearchSelect.js +1 -0
- data/webpack/JobWizard/steps/form/SelectField.js +1 -0
- data/webpack/JobWizard/steps/form/WizardTitle.js +6 -1
- data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext/index.js +2 -0
- data/webpack/__mocks__/foremanReact/routes/Hosts/constants.js +1 -0
- data/webpack/react_app/components/FeaturesDropdown/index.js +1 -0
- data/webpack/react_app/components/RecentJobsCard/RecentJobsCard.js +3 -0
- data/webpack/react_app/components/RecentJobsCard/RecentJobsTable.js +2 -1
- data/webpack/react_app/components/RegistrationExtension/RexInterface.js +1 -0
- data/webpack/react_app/components/RegistrationExtension/RexPull.js +1 -0
- data/webpack/react_app/components/RegistrationExtension/__tests__/__snapshots__/RexInterface.test.js.snap +1 -0
- metadata +9 -6
@@ -17,1578 +17,1605 @@
|
|
17
17
|
"domain": "foreman_remote_execution",
|
18
18
|
"plural_forms": "nplurals=1; plural=0;"
|
19
19
|
},
|
20
|
-
"
|
21
|
-
"이미 다른 인터페이스가 실행 인터페이스로 설정되어 있습니다. 이 인터페이스를 대신 사용하시겠습니까?"
|
22
|
-
],
|
23
|
-
"There was an error while updating the status, try refreshing the page.": [
|
24
|
-
"상태를 업데이트하는 도중 오류가 발생했습니다. 페이지를 새로 고쳐 보십시오."
|
25
|
-
],
|
26
|
-
"List foreign input sets": [
|
27
|
-
"외부 입력 세트 나열"
|
28
|
-
],
|
29
|
-
"Show foreign input set details": [
|
30
|
-
"외부 입력 세트 정보 표시"
|
31
|
-
],
|
32
|
-
"Target template ID": [
|
33
|
-
"대상 템플릿 ID"
|
34
|
-
],
|
35
|
-
"Include all inputs from the foreign template": [
|
20
|
+
"${d.title} ${d.count} hosts": [
|
36
21
|
""
|
37
22
|
],
|
38
|
-
"
|
39
|
-
"
|
40
|
-
],
|
41
|
-
"Input set description": [
|
42
|
-
"입력 세트 설명"
|
43
|
-
],
|
44
|
-
"Create a foreign input set": [
|
45
|
-
"외부 입력 세트 생성"
|
23
|
+
"%s": [
|
24
|
+
"%s"
|
46
25
|
],
|
47
|
-
"
|
48
|
-
"
|
26
|
+
"%s ago": [
|
27
|
+
"%s 전 "
|
49
28
|
],
|
50
|
-
"
|
51
|
-
"
|
29
|
+
"%s job has been invoked": [
|
30
|
+
""
|
52
31
|
],
|
53
|
-
"
|
54
|
-
"
|
32
|
+
"%s more": [
|
33
|
+
""
|
55
34
|
],
|
56
|
-
"
|
57
|
-
"
|
35
|
+
"%{description} on %{host}": [
|
36
|
+
"%{host}에 대한 %{description}"
|
58
37
|
],
|
59
|
-
"
|
38
|
+
"'Starts before' date must be after 'Starts at' date": [
|
60
39
|
""
|
61
40
|
],
|
62
|
-
"
|
41
|
+
"'Starts before' date must in the future": [
|
63
42
|
""
|
64
43
|
],
|
65
|
-
"
|
66
|
-
"호출 유형(%s 중 하나)"
|
67
|
-
],
|
68
|
-
"Execute the jobs on hosts in randomized order": [
|
44
|
+
"...and %s more": [
|
69
45
|
""
|
70
46
|
],
|
71
|
-
"
|
72
|
-
"
|
47
|
+
"...and %{count} more": [
|
48
|
+
"",
|
49
|
+
""
|
73
50
|
],
|
74
|
-
"
|
75
|
-
"
|
51
|
+
"A comma separated list of input names to be excluded from the foreign template.": [
|
52
|
+
"외부 템플릿에서 제외되는 입력 이름의 쉼표로 구분된 목록입니다."
|
76
53
|
],
|
77
|
-
"
|
78
|
-
"
|
54
|
+
"A comma separated list of input names to be included from the foreign template.": [
|
55
|
+
"외부 템플릿에서 포함되는 입력 이름의 쉼표로 구분된 목록입니다."
|
79
56
|
],
|
80
|
-
"
|
57
|
+
"A job '%{job_name}' has %{status} at %{time}": [
|
81
58
|
""
|
82
59
|
],
|
83
|
-
"
|
60
|
+
"A job '%{subject}' has failed": [
|
84
61
|
""
|
85
62
|
],
|
86
|
-
"
|
63
|
+
"A job '%{subject}' has finished successfully": [
|
87
64
|
""
|
88
65
|
],
|
89
|
-
"
|
66
|
+
"A notification when a job finishes": [
|
90
67
|
""
|
91
68
|
],
|
92
|
-
"
|
93
|
-
"
|
69
|
+
"A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality.": [
|
70
|
+
"Foreman으로 원격 실행을 가져오는 플러그인입니다. 원격 관리 기능으로 구성 관리 기능을 완료합니다."
|
94
71
|
],
|
95
|
-
"
|
96
|
-
"
|
72
|
+
"A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
|
73
|
+
""
|
97
74
|
],
|
98
|
-
"
|
99
|
-
"
|
75
|
+
"A user to be used for SSH.": [
|
76
|
+
""
|
100
77
|
],
|
101
|
-
"
|
102
|
-
"이
|
78
|
+
"A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts.": [
|
79
|
+
"스크립트를 실행하는 데 사용할 사용자입니다. 이 사용자가 SSH 사용자와 다른 경우 su 또는 sudo를 사용하여 계정을 전환합니다."
|
103
80
|
],
|
104
|
-
"
|
81
|
+
"Abort Job": [
|
105
82
|
""
|
106
83
|
],
|
107
|
-
"
|
108
|
-
"
|
84
|
+
"Access denied": [
|
85
|
+
""
|
109
86
|
],
|
110
|
-
"
|
111
|
-
"
|
87
|
+
"Actions": [
|
88
|
+
"작업"
|
112
89
|
],
|
113
|
-
"
|
114
|
-
"
|
90
|
+
"Active Filters:": [
|
91
|
+
""
|
115
92
|
],
|
116
|
-
"
|
117
|
-
"
|
93
|
+
"Add Foreign Input Set": [
|
94
|
+
"외부 입력 세트 추가"
|
118
95
|
],
|
119
|
-
"
|
120
|
-
"
|
96
|
+
"Advanced fields": [
|
97
|
+
""
|
121
98
|
],
|
122
|
-
"
|
123
|
-
"
|
99
|
+
"After": [
|
100
|
+
""
|
124
101
|
],
|
125
|
-
"
|
102
|
+
"After %s occurences": [
|
126
103
|
""
|
127
104
|
],
|
128
|
-
"
|
105
|
+
"All fields are required.": [
|
129
106
|
""
|
130
107
|
],
|
131
|
-
"
|
108
|
+
"Alphabetical": [
|
132
109
|
""
|
133
110
|
],
|
134
|
-
"
|
135
|
-
"
|
111
|
+
"Amount of workers in the pool to handle the execution of the remote execution jobs. Restart of the dynflowd/foreman-tasks service is required.": [
|
112
|
+
""
|
136
113
|
],
|
137
|
-
"
|
138
|
-
"
|
114
|
+
"Another interface is already set as execution. Are you sure you want to use this one instead?": [
|
115
|
+
"이미 다른 인터페이스가 실행 인터페이스로 설정되어 있습니다. 이 인터페이스를 대신 사용하시겠습니까?"
|
139
116
|
],
|
140
|
-
"
|
141
|
-
""
|
117
|
+
"Any Location": [
|
118
|
+
"모든 위치 "
|
142
119
|
],
|
143
|
-
"
|
144
|
-
""
|
120
|
+
"Any Organization": [
|
121
|
+
"모든 조직 "
|
145
122
|
],
|
146
|
-
"
|
123
|
+
"Apply to": [
|
147
124
|
""
|
148
125
|
],
|
149
|
-
"
|
150
|
-
""
|
126
|
+
"At": [
|
127
|
+
"시간"
|
151
128
|
],
|
152
|
-
"
|
129
|
+
"At minute": [
|
153
130
|
""
|
154
131
|
],
|
155
|
-
"
|
132
|
+
"Awaiting start": [
|
156
133
|
""
|
157
134
|
],
|
158
|
-
"
|
159
|
-
"ID가 '%{id}'인 호스트를 찾을 수 없습니다."
|
160
|
-
],
|
161
|
-
"Only one of feature or job_template_id can be specified": [
|
135
|
+
"Back": [
|
162
136
|
""
|
163
137
|
],
|
164
|
-
"
|
165
|
-
"
|
166
|
-
],
|
167
|
-
"List job templates per location": [
|
168
|
-
"위치별 작업 템플릿 나열"
|
138
|
+
"Back to Job": [
|
139
|
+
"작업으로 돌아가기"
|
169
140
|
],
|
170
|
-
"
|
171
|
-
"
|
141
|
+
"Bookmark": [
|
142
|
+
"북마크 "
|
172
143
|
],
|
173
|
-
"
|
144
|
+
"Can't find Job Invocation for an id %s": [
|
174
145
|
""
|
175
146
|
],
|
176
|
-
"
|
147
|
+
"Cancel": [
|
177
148
|
""
|
178
149
|
],
|
179
|
-
"
|
180
|
-
""
|
150
|
+
"Cancel Job": [
|
151
|
+
"작업 취소 "
|
181
152
|
],
|
182
|
-
"
|
153
|
+
"Cancel job invocation": [
|
183
154
|
""
|
184
155
|
],
|
185
|
-
"
|
186
|
-
"
|
187
|
-
],
|
188
|
-
"Template name": [
|
189
|
-
"템플릿 이름"
|
190
|
-
],
|
191
|
-
"Job category": [
|
192
|
-
"작업 카테고리"
|
156
|
+
"Canceled:": [
|
157
|
+
""
|
193
158
|
],
|
194
|
-
"
|
195
|
-
"
|
159
|
+
"Cancelled": [
|
160
|
+
"취소함"
|
196
161
|
],
|
197
|
-
"
|
198
|
-
"
|
162
|
+
"Cannot resolve hosts without a bookmark or search query": [
|
163
|
+
"북마크 또는 검색 쿼리가 없는 호스트를 확인할 수 없습니다."
|
199
164
|
],
|
200
|
-
"
|
201
|
-
"
|
165
|
+
"Cannot resolve hosts without a user": [
|
166
|
+
"사용자가 없는 호스트를 확인할 수 없습니다."
|
202
167
|
],
|
203
|
-
"
|
204
|
-
"
|
168
|
+
"Cannot specify both bookmark_id and search_query": [
|
169
|
+
"bookmark_id와 search_query를 모두 지정할 수 없습니다."
|
205
170
|
],
|
206
|
-
"
|
207
|
-
"
|
171
|
+
"Categories list failed with:": [
|
172
|
+
""
|
208
173
|
],
|
209
|
-
"
|
210
|
-
"
|
174
|
+
"Category and template": [
|
175
|
+
""
|
211
176
|
],
|
212
|
-
"
|
213
|
-
"
|
177
|
+
"Choose a job template that is pre-selected in job invocation form": [
|
178
|
+
""
|
214
179
|
],
|
215
|
-
"
|
216
|
-
"
|
180
|
+
"Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}": [
|
181
|
+
"외부 입력 세트 '%{template}' -> '%{target_template}'의 순환 종속 관계가 감지되었습니다. 템플릿 스택: %{templates_stack}"
|
217
182
|
],
|
218
|
-
"
|
219
|
-
"
|
183
|
+
"Cleanup working directories": [
|
184
|
+
""
|
220
185
|
],
|
221
|
-
"
|
222
|
-
"
|
186
|
+
"Clear all filters": [
|
187
|
+
""
|
223
188
|
],
|
224
|
-
"
|
225
|
-
"
|
189
|
+
"Clear input": [
|
190
|
+
""
|
226
191
|
],
|
227
192
|
"Clone a provision template": [
|
228
193
|
"프로비저닝 템플릿 복제"
|
229
194
|
],
|
230
|
-
"
|
231
|
-
"
|
195
|
+
"Close": [
|
196
|
+
"종료"
|
232
197
|
],
|
233
|
-
"
|
234
|
-
"
|
198
|
+
"Cockpit URL": [
|
199
|
+
""
|
235
200
|
],
|
236
|
-
"
|
237
|
-
"
|
201
|
+
"Concurrency level": [
|
202
|
+
"동시 실행 레벨"
|
238
203
|
],
|
239
|
-
"
|
204
|
+
"Concurrency level limited to": [
|
240
205
|
""
|
241
206
|
],
|
242
|
-
"
|
207
|
+
"Connect by IP": [
|
243
208
|
""
|
244
209
|
],
|
245
|
-
"
|
246
|
-
""
|
210
|
+
"Control concurrency level and distribution over time": [
|
211
|
+
"동시 실행 레벨 및 기간별 배분 제어"
|
247
212
|
],
|
248
|
-
"
|
213
|
+
"Could not display data for job invocation.": [
|
249
214
|
""
|
250
215
|
],
|
251
|
-
"
|
216
|
+
"Could not find any suitable interface for execution": [
|
252
217
|
""
|
253
218
|
],
|
254
|
-
"
|
219
|
+
"Could not render the preview because no host matches the search query.": [
|
255
220
|
""
|
256
221
|
],
|
257
|
-
"
|
222
|
+
"Could not rerun job %{id} because its template could not be found": [
|
258
223
|
""
|
259
224
|
],
|
260
|
-
"
|
225
|
+
"Could not use any proxy for the %{provider} job. Consider configuring %{global_proxy}, %{fallback_proxy} in settings": [
|
261
226
|
""
|
262
227
|
],
|
263
|
-
"
|
264
|
-
""
|
228
|
+
"Could not use any template used in the job invocation": [
|
229
|
+
"작업 호출에 사용된 템플릿을 사용할 수 없습니다."
|
265
230
|
],
|
266
|
-
"
|
267
|
-
"
|
231
|
+
"Create": [
|
232
|
+
"생성 "
|
268
233
|
],
|
269
|
-
"
|
234
|
+
"Create Report": [
|
270
235
|
""
|
271
236
|
],
|
272
|
-
"
|
237
|
+
"Create a foreign input set": [
|
238
|
+
"외부 입력 세트 생성"
|
239
|
+
],
|
240
|
+
"Create a job invocation": [
|
241
|
+
"작업 호출 생성"
|
242
|
+
],
|
243
|
+
"Create a job template": [
|
244
|
+
"작업 템플릿 생성"
|
245
|
+
],
|
246
|
+
"Create a recurring job": [
|
247
|
+
"반복 작업 생성"
|
248
|
+
],
|
249
|
+
"Create report for this job": [
|
273
250
|
""
|
274
251
|
],
|
275
|
-
"
|
276
|
-
"
|
252
|
+
"Cron line": [
|
253
|
+
"Cron 줄"
|
277
254
|
],
|
278
|
-
"
|
255
|
+
"Cron line (extended)": [
|
279
256
|
""
|
280
257
|
],
|
281
|
-
"
|
282
|
-
"
|
258
|
+
"Cron line format '1 2 3 4 5', where:": [
|
259
|
+
""
|
283
260
|
],
|
284
|
-
"
|
285
|
-
"
|
261
|
+
"Cronline": [
|
262
|
+
""
|
286
263
|
],
|
287
|
-
"%s": [
|
288
|
-
"
|
264
|
+
"Current location %s is different from job's location %s. This job may run on different hosts than before.": [
|
265
|
+
""
|
289
266
|
],
|
290
|
-
"
|
267
|
+
"Current location %{loc_c} is different from job's location %{loc_j}.": [
|
291
268
|
""
|
292
269
|
],
|
293
|
-
"
|
294
|
-
"
|
270
|
+
"Current organization %s is different from job's organization %s. This job may run on different hosts than before.": [
|
271
|
+
""
|
295
272
|
],
|
296
|
-
"
|
297
|
-
"
|
273
|
+
"Current organization %{org_c} is different from job's organization %{org_j}.": [
|
274
|
+
""
|
298
275
|
],
|
299
|
-
"
|
300
|
-
"
|
276
|
+
"Daily": [
|
277
|
+
"매일"
|
301
278
|
],
|
302
|
-
"
|
303
|
-
"
|
279
|
+
"Days": [
|
280
|
+
"일"
|
304
281
|
],
|
305
|
-
"
|
282
|
+
"Days of week": [
|
283
|
+
"요일"
|
284
|
+
],
|
285
|
+
"Default SSH key passphrase": [
|
306
286
|
""
|
307
287
|
],
|
308
|
-
"
|
309
|
-
"
|
288
|
+
"Default SSH password": [
|
289
|
+
""
|
310
290
|
],
|
311
|
-
"
|
291
|
+
"Default key passphrase to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_key_passphrase": [
|
312
292
|
""
|
313
293
|
],
|
314
|
-
"
|
315
|
-
"
|
294
|
+
"Default password to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_password": [
|
295
|
+
""
|
316
296
|
],
|
317
|
-
"
|
318
|
-
"
|
297
|
+
"Default user to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_user.": [
|
298
|
+
"SSH에 사용할 기본 사용자입니다. remote_execution_ssh_user라는 매개 변수를 설정하여 호스트별로 덮어쓸 수 있습니다."
|
319
299
|
],
|
320
|
-
"
|
321
|
-
"
|
300
|
+
"Default user to use for executing the script. If the user differs from the SSH user, su or sudo is used to switch the user.": [
|
301
|
+
"스크립트를 실행하는 데 사용할 기본 사용자입니다. 이 사용자가 SSH 사용자와 다른 경우 su 또는 sudo를 사용하여 사용자를 전환합니다."
|
322
302
|
],
|
323
|
-
"
|
324
|
-
"
|
303
|
+
"Delete a foreign input set": [
|
304
|
+
"외부 입력 세트 삭제"
|
325
305
|
],
|
326
|
-
"
|
327
|
-
"
|
306
|
+
"Delete a job template": [
|
307
|
+
"작업 템플릿 삭제"
|
328
308
|
],
|
329
|
-
"
|
330
|
-
"
|
309
|
+
"Description": [
|
310
|
+
"설명"
|
331
311
|
],
|
332
|
-
"
|
312
|
+
"Description Template": [
|
333
313
|
""
|
334
314
|
],
|
335
|
-
"
|
336
|
-
""
|
315
|
+
"Description template": [
|
316
|
+
"설명 템플릿"
|
337
317
|
],
|
338
|
-
"
|
339
|
-
"
|
318
|
+
"Designation of a special purpose": [
|
319
|
+
""
|
340
320
|
],
|
341
|
-
"
|
342
|
-
"
|
321
|
+
"Display advanced fields": [
|
322
|
+
"고급 필드 표시"
|
343
323
|
],
|
344
|
-
"
|
324
|
+
"Does not repeat": [
|
345
325
|
""
|
346
326
|
],
|
347
|
-
"
|
348
|
-
"
|
327
|
+
"Duplicated inputs detected: %{duplicated_inputs}": [
|
328
|
+
"중복된 입력이 감지되었습니다: %{duplicated_inputs}"
|
349
329
|
],
|
350
|
-
"
|
351
|
-
"
|
330
|
+
"Dynamic Query": [
|
331
|
+
"동적 쿼리"
|
352
332
|
],
|
353
|
-
"
|
333
|
+
"Dynamic query": [
|
354
334
|
""
|
355
335
|
],
|
356
|
-
"
|
357
|
-
""
|
336
|
+
"Edit %s": [
|
337
|
+
"%s 편집 "
|
358
338
|
],
|
359
|
-
"
|
360
|
-
"
|
339
|
+
"Edit Job Template": [
|
340
|
+
"작업 템플릿 편집"
|
361
341
|
],
|
362
|
-
"
|
363
|
-
"
|
342
|
+
"Edit Remote Execution Feature": [
|
343
|
+
"원격 실행 기능 편집"
|
364
344
|
],
|
365
|
-
"
|
366
|
-
"
|
345
|
+
"Edit job description template": [
|
346
|
+
""
|
367
347
|
],
|
368
|
-
"
|
369
|
-
"
|
348
|
+
"Effective User": [
|
349
|
+
""
|
370
350
|
],
|
371
|
-
"
|
372
|
-
"
|
351
|
+
"Effective User Method": [
|
352
|
+
""
|
373
353
|
],
|
374
|
-
"
|
375
|
-
"
|
354
|
+
"Effective user": [
|
355
|
+
"유효 사용자"
|
376
356
|
],
|
377
|
-
"
|
378
|
-
"
|
357
|
+
"Effective user method \\\"%{current_value}\\\" is not one of %{valid_methods}": [
|
358
|
+
"유효 사용자 메서드 \\\"%{current_value}\\\"이(가) %{valid_methods} 중 하나가 아닙니다."
|
379
359
|
],
|
380
|
-
"
|
381
|
-
"
|
360
|
+
"Effective user options": [
|
361
|
+
"유효 사용자 옵션"
|
382
362
|
],
|
383
|
-
"
|
363
|
+
"Effective user password": [
|
384
364
|
""
|
385
365
|
],
|
386
|
-
"
|
366
|
+
"Effective user password is only applicable for SSH provider. Other providers ignore this field. <br> Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
387
367
|
""
|
388
368
|
],
|
389
|
-
"
|
369
|
+
"Effective user password is only applicable for SSH provider. Other providers ignore this field. Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
390
370
|
""
|
391
371
|
],
|
392
|
-
"
|
372
|
+
"Effective user:": [
|
393
373
|
""
|
394
374
|
],
|
395
|
-
"
|
396
|
-
"
|
375
|
+
"Enable Global Proxy": [
|
376
|
+
""
|
397
377
|
],
|
398
|
-
"
|
399
|
-
"
|
378
|
+
"End time needs to be after start time": [
|
379
|
+
""
|
400
380
|
],
|
401
|
-
"
|
402
|
-
"
|
381
|
+
"Ends": [
|
382
|
+
"종료"
|
403
383
|
],
|
404
|
-
"
|
405
|
-
""
|
384
|
+
"Error loading data from proxy": [
|
385
|
+
"프록시에서 데이터를 로드하는 도중 오류가 발생했습니다."
|
406
386
|
],
|
407
|
-
"
|
387
|
+
"Errors:": [
|
408
388
|
""
|
409
389
|
],
|
410
|
-
"
|
411
|
-
"
|
390
|
+
"Evaluated at:": [
|
391
|
+
"평가 시점:"
|
412
392
|
],
|
413
|
-
"%s
|
414
|
-
"
|
393
|
+
"Every day at %s": [
|
394
|
+
""
|
415
395
|
],
|
416
|
-
"
|
417
|
-
"
|
396
|
+
"Every hour at minute %s": [
|
397
|
+
""
|
418
398
|
],
|
419
|
-
"
|
420
|
-
"
|
399
|
+
"Every month on %s at %s": [
|
400
|
+
""
|
421
401
|
],
|
422
|
-
"
|
402
|
+
"Every week on %s at %s": [
|
423
403
|
""
|
424
404
|
],
|
425
|
-
"
|
426
|
-
"
|
405
|
+
"Execute the job later, at a scheduled time.": [
|
406
|
+
""
|
427
407
|
],
|
428
|
-
"
|
429
|
-
"
|
408
|
+
"Execute the job now.": [
|
409
|
+
""
|
430
410
|
],
|
431
|
-
"
|
411
|
+
"Execute the job on a repeating schedule.": [
|
432
412
|
""
|
433
413
|
],
|
434
|
-
"
|
414
|
+
"Execute the jobs on hosts in randomized order": [
|
435
415
|
""
|
436
416
|
],
|
437
|
-
"
|
438
|
-
"
|
417
|
+
"Execution": [
|
418
|
+
"실행"
|
439
419
|
],
|
440
|
-
"
|
441
|
-
"
|
420
|
+
"Execution order": [
|
421
|
+
""
|
442
422
|
],
|
443
|
-
"
|
423
|
+
"Execution ordering": [
|
424
|
+
""
|
425
|
+
],
|
426
|
+
"Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - randomizes the order in which jobs are executed on hosts</li></ul>": [
|
444
427
|
""
|
445
428
|
],
|
446
429
|
"Exit status: %s": [
|
447
430
|
"종료 상태: %s"
|
448
431
|
],
|
449
|
-
"
|
450
|
-
"
|
432
|
+
"Export a job template to ERB": [
|
433
|
+
""
|
451
434
|
],
|
452
|
-
"
|
453
|
-
"
|
435
|
+
"Failed": [
|
436
|
+
"실패"
|
454
437
|
],
|
455
|
-
"
|
456
|
-
"
|
438
|
+
"Failed hosts": [
|
439
|
+
""
|
457
440
|
],
|
458
|
-
"
|
459
|
-
"
|
441
|
+
"Failed rendering template: %s": [
|
442
|
+
"템플릿 렌더링 실패: %s"
|
460
443
|
],
|
461
|
-
"
|
444
|
+
"Failed:": [
|
462
445
|
""
|
463
446
|
],
|
464
|
-
"
|
465
|
-
"
|
447
|
+
"Fallback to Any Proxy": [
|
448
|
+
""
|
466
449
|
],
|
467
|
-
"
|
468
|
-
"
|
450
|
+
"Feature input %{input_name} not defined in template %{template_name}": [
|
451
|
+
"%{template_name} 템플릿에 대한 기능 입력 %{input_name}이(가) 정의되지 않았습니다."
|
469
452
|
],
|
470
|
-
"
|
453
|
+
"Fill all required fields in all the steps": [
|
471
454
|
""
|
472
455
|
],
|
473
|
-
"
|
456
|
+
"Fill all required fields in all the steps to start the job": [
|
474
457
|
""
|
475
458
|
],
|
476
|
-
"
|
459
|
+
"Filter by host collections": [
|
477
460
|
""
|
478
461
|
],
|
479
|
-
"
|
480
|
-
"포함된 템플릿 '%s'을(를) 찾을 수 없습니다."
|
481
|
-
],
|
482
|
-
"input macro with name '%s' used, but no input with such name defined for this template": [
|
483
|
-
"이름이 '%s'인 입력 매크로를 사용했지만 이 템플릿에 대해 해당 이름의 입력이 정의되지 않았습니다."
|
484
|
-
],
|
485
|
-
"Unable to fetch public key": [
|
486
|
-
"공개 키를 가져올 수 없습니다."
|
487
|
-
],
|
488
|
-
"Unable to remove host from known hosts": [
|
462
|
+
"Filter by host groups": [
|
489
463
|
""
|
490
464
|
],
|
491
|
-
"
|
465
|
+
"Filter by hosts": [
|
492
466
|
""
|
493
467
|
],
|
494
|
-
"
|
495
|
-
""
|
468
|
+
"Finished": [
|
469
|
+
"완료"
|
496
470
|
],
|
497
|
-
"
|
471
|
+
"For Future execution a 'Starts at' date or 'Starts before' date must be selected. Immediate execution can be selected in the previous step.": [
|
498
472
|
""
|
499
473
|
],
|
500
|
-
"
|
501
|
-
"
|
502
|
-
],
|
503
|
-
"This template is locked. Please clone it to a new template to customize.": [
|
504
|
-
"이 템플릿은 잠겨 있습니다. 사용자 정의하려면 이를 새 템플릿에 복제하십시오. "
|
505
|
-
],
|
506
|
-
"Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}": [
|
507
|
-
"외부 입력 세트 '%{template}' -> '%{target_template}'의 순환 종속 관계가 감지되었습니다. 템플릿 스택: %{templates_stack}"
|
508
|
-
],
|
509
|
-
"Execution": [
|
510
|
-
"실행"
|
474
|
+
"For example: 1, 2, 3, 4, 5...": [
|
475
|
+
""
|
511
476
|
],
|
512
|
-
"
|
513
|
-
"
|
477
|
+
"Foreign input set": [
|
478
|
+
"외부 입력 세트"
|
514
479
|
],
|
515
|
-
"
|
480
|
+
"Foreman can run arbitrary commands on remote hosts using different providers, such as SSH or Ansible. Communication goes through the Smart Proxy so Foreman does not have to have direct access to the target hosts and can scale to control many hosts.": [
|
516
481
|
""
|
517
482
|
],
|
518
|
-
"
|
519
|
-
"
|
483
|
+
"Form Job Template": [
|
484
|
+
""
|
520
485
|
],
|
521
|
-
"
|
522
|
-
"
|
486
|
+
"Future execution": [
|
487
|
+
""
|
523
488
|
],
|
524
|
-
"
|
525
|
-
"
|
489
|
+
"Get output for a host": [
|
490
|
+
"호스트에 대한 출력 가져오기"
|
526
491
|
],
|
527
|
-
"
|
528
|
-
"
|
492
|
+
"Get outputs of hosts in a job": [
|
493
|
+
""
|
529
494
|
],
|
530
|
-
"
|
531
|
-
"
|
495
|
+
"Get raw output for a host": [
|
496
|
+
""
|
532
497
|
],
|
533
|
-
"
|
534
|
-
"
|
498
|
+
"Has to be a positive number": [
|
499
|
+
""
|
535
500
|
],
|
536
|
-
"
|
537
|
-
"
|
501
|
+
"Hide advanced fields": [
|
502
|
+
"고급 필드 숨기기"
|
538
503
|
],
|
539
|
-
"
|
540
|
-
"
|
504
|
+
"Hide all advanced fields": [
|
505
|
+
""
|
541
506
|
],
|
542
|
-
"
|
543
|
-
"
|
507
|
+
"Host": [
|
508
|
+
"호스트"
|
544
509
|
],
|
545
|
-
"
|
546
|
-
"
|
510
|
+
"Host collections": [
|
511
|
+
""
|
547
512
|
],
|
548
|
-
"
|
549
|
-
"
|
513
|
+
"Host detail": [
|
514
|
+
"호스트 정보"
|
550
515
|
],
|
551
|
-
"
|
552
|
-
"
|
516
|
+
"Host groups": [
|
517
|
+
"호스트 그룹 "
|
553
518
|
],
|
554
|
-
"
|
555
|
-
"
|
519
|
+
"Host task": [
|
520
|
+
""
|
556
521
|
],
|
557
|
-
"
|
558
|
-
"
|
522
|
+
"Host with id '%{id}' was not found": [
|
523
|
+
"ID가 '%{id}'인 호스트를 찾을 수 없습니다."
|
559
524
|
],
|
560
|
-
"
|
561
|
-
"
|
525
|
+
"Hosts": [
|
526
|
+
"호스트"
|
562
527
|
],
|
563
|
-
"
|
528
|
+
"Hosts gone missing": [
|
564
529
|
""
|
565
530
|
],
|
566
|
-
"
|
531
|
+
"Hourly": [
|
567
532
|
""
|
568
533
|
],
|
569
|
-
"
|
570
|
-
""
|
534
|
+
"How often the job should occur, in the cron format": [
|
535
|
+
"cron 형식으로 설정하는 작업 발생 빈도입니다."
|
571
536
|
],
|
572
|
-
"
|
537
|
+
"Identifier of the Host interface for Remote execution": [
|
573
538
|
""
|
574
539
|
],
|
575
|
-
"
|
540
|
+
"Immediate execution": [
|
576
541
|
""
|
577
542
|
],
|
578
|
-
"
|
579
|
-
"
|
580
|
-
],
|
581
|
-
"Dynamic Query": [
|
582
|
-
"동적 쿼리"
|
543
|
+
"Import": [
|
544
|
+
"불러오기"
|
583
545
|
],
|
584
|
-
"
|
546
|
+
"Import a job template from ERB": [
|
585
547
|
""
|
586
548
|
],
|
587
|
-
"
|
549
|
+
"In Progress:": [
|
588
550
|
""
|
589
551
|
],
|
590
|
-
"
|
591
|
-
"
|
552
|
+
"Include all inputs from the foreign template": [
|
553
|
+
""
|
592
554
|
],
|
593
|
-
"
|
594
|
-
"
|
555
|
+
"Indicates that the action should be cancelled if it cannot be started before this time.": [
|
556
|
+
"이 시간 전에 시작할 수 없는 경우 작업을 취소한다는 것을 나타냅니다."
|
595
557
|
],
|
596
|
-
"
|
597
|
-
"
|
558
|
+
"Inherit from host parameter": [
|
559
|
+
""
|
598
560
|
],
|
599
561
|
"Input": [
|
600
562
|
"입력"
|
601
563
|
],
|
602
|
-
"
|
603
|
-
"
|
564
|
+
"Input set description": [
|
565
|
+
"입력 세트 설명"
|
604
566
|
],
|
605
|
-
"
|
606
|
-
""
|
567
|
+
"Inputs to use": [
|
568
|
+
"사용할 입력"
|
607
569
|
],
|
608
|
-
"
|
570
|
+
"Interface with the '%s' identifier was specified as a remote execution interface, however the interface was not found on the host. If the interface exists, it needs to be created in Foreman during the registration.": [
|
609
571
|
""
|
610
572
|
],
|
611
|
-
"
|
573
|
+
"Internal proxy selector can only be used if Katello is enabled": [
|
612
574
|
""
|
613
575
|
],
|
614
|
-
"
|
576
|
+
"Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled.": [
|
615
577
|
""
|
616
578
|
],
|
617
|
-
"
|
618
|
-
"이름"
|
619
|
-
],
|
620
|
-
"State": [
|
621
|
-
"상태 "
|
622
|
-
],
|
623
|
-
"Started": [
|
579
|
+
"Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled. Applies only to pull-mqtt based jobs": [
|
624
580
|
""
|
625
581
|
],
|
626
|
-
"
|
582
|
+
"Invalid date": [
|
627
583
|
""
|
628
584
|
],
|
629
|
-
"
|
585
|
+
"Invalid time format": [
|
630
586
|
""
|
631
587
|
],
|
632
|
-
"
|
633
|
-
"
|
588
|
+
"Invocation type, one of %s": [
|
589
|
+
"호출 유형(%s 중 하나)"
|
634
590
|
],
|
635
|
-
"
|
636
|
-
""
|
591
|
+
"Job": [
|
592
|
+
"업무"
|
637
593
|
],
|
638
|
-
"
|
594
|
+
"Job Details": [
|
639
595
|
""
|
640
596
|
],
|
641
|
-
"
|
642
|
-
""
|
597
|
+
"Job Invocation": [
|
598
|
+
"작업 호출"
|
643
599
|
],
|
644
|
-
"
|
600
|
+
"Job Invocation Report Template": [
|
645
601
|
""
|
646
602
|
],
|
647
|
-
"
|
603
|
+
"Job Invocations": [
|
648
604
|
""
|
649
605
|
],
|
650
|
-
"
|
651
|
-
"
|
652
|
-
],
|
653
|
-
"Time to pickup": [
|
654
|
-
""
|
606
|
+
"Job Task": [
|
607
|
+
"작업 태스크"
|
655
608
|
],
|
656
|
-
"
|
657
|
-
"
|
609
|
+
"Job Templates": [
|
610
|
+
"작업 템플릿"
|
658
611
|
],
|
659
|
-
"
|
660
|
-
"
|
612
|
+
"Job cancelled by user": [
|
613
|
+
""
|
661
614
|
],
|
662
|
-
"
|
663
|
-
"
|
615
|
+
"Job category": [
|
616
|
+
"작업 카테고리"
|
664
617
|
],
|
665
|
-
"
|
618
|
+
"Job execution failed": [
|
666
619
|
""
|
667
620
|
],
|
668
|
-
"
|
669
|
-
""
|
621
|
+
"Job finished with error": [
|
622
|
+
"작업을 마쳤지만 오류가 발생했습니다."
|
670
623
|
],
|
671
|
-
"
|
672
|
-
"
|
624
|
+
"Job invocation": [
|
625
|
+
"작업 호출"
|
673
626
|
],
|
674
|
-
"
|
675
|
-
"
|
627
|
+
"Job invocations": [
|
628
|
+
"작업 호출"
|
676
629
|
],
|
677
|
-
"
|
630
|
+
"Job invocations detail": [
|
678
631
|
""
|
679
632
|
],
|
680
|
-
"
|
681
|
-
"평가 시점:"
|
682
|
-
],
|
683
|
-
"User Inputs": [
|
633
|
+
"Job result": [
|
684
634
|
""
|
685
635
|
],
|
686
|
-
"Description": [
|
687
|
-
"설명"
|
688
|
-
],
|
689
636
|
"Job template": [
|
690
637
|
"작업 템플릿"
|
691
638
|
],
|
692
|
-
"
|
693
|
-
"
|
639
|
+
"Job template ID to be used for the feature": [
|
640
|
+
"기능에 사용할 작업 템플릿 ID입니다."
|
694
641
|
],
|
695
|
-
"
|
696
|
-
"
|
642
|
+
"Job template imported successfully.": [
|
643
|
+
""
|
697
644
|
],
|
698
|
-
"
|
699
|
-
"
|
645
|
+
"Job templates": [
|
646
|
+
"작업 템플릿"
|
700
647
|
],
|
701
|
-
"
|
702
|
-
"
|
648
|
+
"JobTemplate|Locked": [
|
649
|
+
"JobTemplate|잠김"
|
703
650
|
],
|
704
|
-
"
|
705
|
-
"
|
651
|
+
"JobTemplate|Name": [
|
652
|
+
"JobTemplate|이름"
|
706
653
|
],
|
707
|
-
"
|
708
|
-
"
|
654
|
+
"JobTemplate|Snippet": [
|
655
|
+
"JobTemplate|조각 모음"
|
709
656
|
],
|
710
|
-
"
|
711
|
-
""
|
657
|
+
"Jobs": [
|
658
|
+
"작업"
|
712
659
|
],
|
713
|
-
"
|
660
|
+
"Key passhprase is only applicable for SSH provider. Other providers ignore this field. <br> Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
714
661
|
""
|
715
662
|
],
|
716
|
-
"
|
717
|
-
"유효 사용자"
|
718
|
-
],
|
719
|
-
"A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts.": [
|
720
|
-
"스크립트를 실행하는 데 사용할 사용자입니다. 이 사용자가 SSH 사용자와 다른 경우 su 또는 sudo를 사용하여 계정을 전환합니다."
|
721
|
-
],
|
722
|
-
"Timeout to kill": [
|
663
|
+
"Key passphrase is only applicable for SSH provider. Other providers ignore this field. Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
723
664
|
""
|
724
665
|
],
|
725
|
-
"
|
726
|
-
""
|
666
|
+
"Label": [
|
667
|
+
"레이블 "
|
727
668
|
],
|
728
|
-
"
|
669
|
+
"Last execution cancelled": [
|
729
670
|
""
|
730
671
|
],
|
731
|
-
"
|
732
|
-
"
|
733
|
-
],
|
734
|
-
"Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
735
|
-
""
|
672
|
+
"Last execution failed": [
|
673
|
+
"실패한 마지막 실행"
|
736
674
|
],
|
737
|
-
"
|
738
|
-
""
|
675
|
+
"Last execution succeeded": [
|
676
|
+
"성공한 마지막 실행"
|
739
677
|
],
|
740
|
-
"
|
678
|
+
"Latest Jobs": [
|
741
679
|
""
|
742
680
|
],
|
743
|
-
"
|
744
|
-
""
|
681
|
+
"Learn more about this in the documentation.": [
|
682
|
+
"설명서에서 자세한 내용을 참조하십시오."
|
745
683
|
],
|
746
|
-
"
|
684
|
+
"List available remote execution features for a host": [
|
747
685
|
""
|
748
686
|
],
|
749
|
-
"
|
750
|
-
"
|
687
|
+
"List foreign input sets": [
|
688
|
+
"외부 입력 세트 나열"
|
751
689
|
],
|
752
|
-
"
|
753
|
-
""
|
690
|
+
"List job invocations": [
|
691
|
+
"작업 호출 나열"
|
754
692
|
],
|
755
|
-
"
|
756
|
-
""
|
693
|
+
"List job templates": [
|
694
|
+
"작업 템플릿 나열"
|
757
695
|
],
|
758
|
-
"
|
759
|
-
""
|
696
|
+
"List job templates per location": [
|
697
|
+
"위치별 작업 템플릿 나열"
|
760
698
|
],
|
761
|
-
"
|
762
|
-
"
|
699
|
+
"List job templates per organization": [
|
700
|
+
"조직별 작업 템플릿 나열"
|
763
701
|
],
|
764
|
-
"
|
702
|
+
"List of proxy IDs to be used for remote execution": [
|
765
703
|
""
|
766
704
|
],
|
767
|
-
"
|
768
|
-
"
|
705
|
+
"List remote execution features": [
|
706
|
+
"원격 실행 기능 나열"
|
769
707
|
],
|
770
|
-
"
|
771
|
-
"",
|
708
|
+
"List template invocations belonging to job invocation": [
|
772
709
|
""
|
773
710
|
],
|
774
|
-
"
|
775
|
-
"
|
711
|
+
"Location": [
|
712
|
+
"위치"
|
776
713
|
],
|
777
|
-
"
|
778
|
-
"
|
714
|
+
"Manual selection": [
|
715
|
+
"수동 선택"
|
779
716
|
],
|
780
|
-
"
|
717
|
+
"Minute can only be a number between 0-59": [
|
781
718
|
""
|
782
719
|
],
|
783
|
-
"
|
720
|
+
"Missing the required permissions: ${missingPermissions.join( ', ' )}": [
|
784
721
|
""
|
785
722
|
],
|
786
|
-
"
|
787
|
-
"
|
723
|
+
"Monthly": [
|
724
|
+
"매달"
|
788
725
|
],
|
789
|
-
"
|
790
|
-
"
|
726
|
+
"Must select a bookmark or enter a search query": [
|
727
|
+
"북마크를 선택하거나 검색 쿼리를 입력해야 합니다."
|
791
728
|
],
|
792
|
-
"
|
793
|
-
""
|
729
|
+
"N/A": [
|
730
|
+
"해당 없음 "
|
794
731
|
],
|
795
|
-
"
|
796
|
-
"
|
732
|
+
"Name": [
|
733
|
+
"이름"
|
797
734
|
],
|
798
|
-
"
|
735
|
+
"Never": [
|
736
|
+
"사용 안 함"
|
737
|
+
],
|
738
|
+
"New Job Template": [
|
739
|
+
"새 작업 템플릿"
|
740
|
+
],
|
741
|
+
"New UI": [
|
799
742
|
""
|
800
743
|
],
|
801
|
-
"
|
744
|
+
"Next": [
|
802
745
|
""
|
803
746
|
],
|
804
|
-
"
|
805
|
-
"
|
747
|
+
"No (override)": [
|
748
|
+
""
|
806
749
|
],
|
807
|
-
"
|
808
|
-
"
|
750
|
+
"No Target Hosts": [
|
751
|
+
""
|
809
752
|
],
|
810
|
-
"
|
811
|
-
"
|
753
|
+
"No hosts found.": [
|
754
|
+
"호스트를 찾을 수 없습니다."
|
812
755
|
],
|
813
|
-
"
|
756
|
+
"No jobs available": [
|
814
757
|
""
|
815
758
|
],
|
816
|
-
"
|
817
|
-
"
|
818
|
-
],
|
819
|
-
"Succeeded": [
|
820
|
-
"성공"
|
759
|
+
"No results found": [
|
760
|
+
""
|
821
761
|
],
|
822
|
-
"
|
823
|
-
"
|
762
|
+
"No template mapped to feature %{feature_name}": [
|
763
|
+
"%{feature_name} 기능에 매핑된 템플릿이 없습니다."
|
824
764
|
],
|
825
|
-
"
|
826
|
-
"
|
765
|
+
"Not all required inputs have values. Missing inputs: %s": [
|
766
|
+
"값이 없는 필수 입력이 있습니다. 누락된 입력: %s"
|
827
767
|
],
|
828
|
-
"
|
768
|
+
"Not available": [
|
829
769
|
""
|
830
770
|
],
|
831
|
-
"
|
832
|
-
"
|
771
|
+
"Not yet": [
|
772
|
+
""
|
833
773
|
],
|
834
|
-
"
|
774
|
+
"Now": [
|
835
775
|
""
|
836
776
|
],
|
837
|
-
"
|
838
|
-
"
|
777
|
+
"On": [
|
778
|
+
"켜기"
|
839
779
|
],
|
840
|
-
"
|
780
|
+
"Only one of feature or job_template_id can be specified": [
|
841
781
|
""
|
842
782
|
],
|
843
|
-
"
|
783
|
+
"Opening job invocation form": [
|
844
784
|
""
|
845
785
|
],
|
846
|
-
"
|
847
|
-
"
|
848
|
-
],
|
849
|
-
"Job": [
|
850
|
-
"업무"
|
851
|
-
],
|
852
|
-
"Type": [
|
853
|
-
"형태"
|
854
|
-
],
|
855
|
-
"Add Foreign Input Set": [
|
856
|
-
"외부 입력 세트 추가"
|
786
|
+
"Organization": [
|
787
|
+
"조직 "
|
857
788
|
],
|
858
|
-
"
|
859
|
-
"이
|
789
|
+
"Override the description format from the template for this invocation only": [
|
790
|
+
"이 호출에 대한 템플릿에서만 설명 형식 덮어쓰기"
|
860
791
|
],
|
861
|
-
"
|
862
|
-
"
|
792
|
+
"Override the global time to pickup interval for this invocation only": [
|
793
|
+
""
|
863
794
|
],
|
864
|
-
"
|
795
|
+
"Override the timeout interval from the template for this invocation only": [
|
865
796
|
""
|
866
797
|
],
|
798
|
+
"Overview": [
|
799
|
+
"개요"
|
800
|
+
],
|
867
801
|
"Overwrite": [
|
868
802
|
"덮어쓰기"
|
869
803
|
],
|
870
|
-
"
|
804
|
+
"Overwrite template if it already exists": [
|
871
805
|
""
|
872
806
|
],
|
873
|
-
"
|
874
|
-
"
|
875
|
-
],
|
876
|
-
"Edit %s": [
|
877
|
-
"%s 편집 "
|
878
|
-
],
|
879
|
-
"Edit Job Template": [
|
880
|
-
"작업 템플릿 편집"
|
881
|
-
],
|
882
|
-
"Import": [
|
883
|
-
"불러오기"
|
884
|
-
],
|
885
|
-
"New Job Template": [
|
886
|
-
"새 작업 템플릿"
|
887
|
-
],
|
888
|
-
"JobTemplate|Name": [
|
889
|
-
"JobTemplate|이름"
|
890
|
-
],
|
891
|
-
"JobTemplate|Snippet": [
|
892
|
-
"JobTemplate|조각 모음"
|
893
|
-
],
|
894
|
-
"JobTemplate|Locked": [
|
895
|
-
"JobTemplate|잠김"
|
896
|
-
],
|
897
|
-
"Actions": [
|
898
|
-
"작업"
|
807
|
+
"Password": [
|
808
|
+
"암호 "
|
899
809
|
],
|
900
|
-
"
|
901
|
-
"
|
810
|
+
"Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
811
|
+
""
|
902
812
|
],
|
903
|
-
"
|
904
|
-
"
|
813
|
+
"Pending": [
|
814
|
+
"보류 중 "
|
905
815
|
],
|
906
|
-
"
|
907
|
-
"
|
816
|
+
"Perform a single Puppet run": [
|
817
|
+
""
|
908
818
|
],
|
909
|
-
"
|
910
|
-
"
|
819
|
+
"Perform no more executions after this time": [
|
820
|
+
"이 시간 이후 더 이상 실행을 수행하지 않음"
|
911
821
|
],
|
912
|
-
"
|
913
|
-
"
|
822
|
+
"Permission Denied": [
|
823
|
+
""
|
914
824
|
],
|
915
|
-
"
|
916
|
-
"
|
825
|
+
"Please enter a search query": [
|
826
|
+
""
|
917
827
|
],
|
918
|
-
"
|
919
|
-
"
|
828
|
+
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
|
829
|
+
""
|
920
830
|
],
|
921
|
-
"
|
922
|
-
"
|
831
|
+
"Please refine your search.": [
|
832
|
+
""
|
923
833
|
],
|
924
|
-
"
|
925
|
-
"
|
834
|
+
"Please request the required permissions listed below from a Foreman administrator:": [
|
835
|
+
""
|
926
836
|
],
|
927
|
-
"
|
928
|
-
"
|
837
|
+
"Please select at least one host": [
|
838
|
+
""
|
929
839
|
],
|
930
|
-
"
|
840
|
+
"Please select at least one host collection": [
|
931
841
|
""
|
932
842
|
],
|
933
|
-
"
|
843
|
+
"Please select at least one host group": [
|
934
844
|
""
|
935
845
|
],
|
936
|
-
"
|
846
|
+
"Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
|
937
847
|
""
|
938
848
|
],
|
939
|
-
"
|
849
|
+
"Prefer IPv6 over IPv4": [
|
940
850
|
""
|
941
851
|
],
|
942
|
-
"
|
943
|
-
"
|
852
|
+
"Preview": [
|
853
|
+
"미리 보기"
|
944
854
|
],
|
945
|
-
"
|
946
|
-
"
|
855
|
+
"Preview Hosts": [
|
856
|
+
""
|
947
857
|
],
|
948
|
-
"
|
949
|
-
"
|
858
|
+
"Preview job description": [
|
859
|
+
""
|
950
860
|
],
|
951
|
-
"
|
861
|
+
"Preview templates": [
|
952
862
|
""
|
953
863
|
],
|
954
|
-
"
|
955
|
-
"
|
864
|
+
"Private key passphrase": [
|
865
|
+
""
|
956
866
|
],
|
957
|
-
"
|
958
|
-
"
|
867
|
+
"Problem with previewing the template: %{error}. Note that you must save template input changes before you try to preview it.": [
|
868
|
+
"템플릿을 미리 보는 도중 문제가 발생했습니다: %{error}. 미리 보기 전에 템플릿 입력 변경 내용을 저장해야 합니다."
|
959
869
|
],
|
960
|
-
"
|
961
|
-
"
|
870
|
+
"Proceed Anyway": [
|
871
|
+
""
|
962
872
|
],
|
963
|
-
"
|
964
|
-
"
|
873
|
+
"Provider type": [
|
874
|
+
"공급자 유형"
|
965
875
|
],
|
966
|
-
"
|
967
|
-
"
|
876
|
+
"Providers and templates": [
|
877
|
+
"공급자 및 템플릿"
|
968
878
|
],
|
969
|
-
"
|
970
|
-
"
|
879
|
+
"Proxies": [
|
880
|
+
"프록시 "
|
971
881
|
],
|
972
|
-
"
|
882
|
+
"Purpose": [
|
973
883
|
""
|
974
884
|
],
|
975
|
-
"
|
976
|
-
"
|
885
|
+
"Query type": [
|
886
|
+
""
|
977
887
|
],
|
978
|
-
"
|
979
|
-
"
|
888
|
+
"REX job has failed - %s": [
|
889
|
+
""
|
980
890
|
],
|
981
|
-
"
|
891
|
+
"REX job has finished - %s": [
|
982
892
|
""
|
983
893
|
],
|
984
|
-
"
|
985
|
-
"
|
894
|
+
"REX job has succeeded - %s": [
|
895
|
+
""
|
986
896
|
],
|
987
|
-
"
|
897
|
+
"REX pull mode": [
|
988
898
|
""
|
989
899
|
],
|
990
|
-
"
|
900
|
+
"Randomized": [
|
991
901
|
""
|
992
902
|
],
|
993
|
-
"
|
903
|
+
"Recent jobs": [
|
994
904
|
""
|
995
905
|
],
|
996
|
-
"
|
906
|
+
"Recurrence": [
|
997
907
|
""
|
998
908
|
],
|
999
|
-
"
|
909
|
+
"Recurring execution": [
|
1000
910
|
""
|
1001
911
|
],
|
1002
|
-
"
|
912
|
+
"Recurring logic": [
|
913
|
+
"반복 로직"
|
914
|
+
],
|
915
|
+
"Recursive rendering of templates detected": [
|
916
|
+
"템플릿의 반복 렌더링이 감지되었습니다."
|
917
|
+
],
|
918
|
+
"Refresh": [
|
919
|
+
"새로고침 "
|
920
|
+
],
|
921
|
+
"Remote Execution": [
|
922
|
+
"원격 실행"
|
923
|
+
],
|
924
|
+
"Remote Execution Features": [
|
925
|
+
"원격 실행 기능"
|
926
|
+
],
|
927
|
+
"Remote Execution Interface": [
|
1003
928
|
""
|
1004
929
|
],
|
1005
|
-
"
|
1006
|
-
"원격
|
930
|
+
"Remote action:": [
|
931
|
+
"원격 작업:"
|
1007
932
|
],
|
1008
|
-
"
|
933
|
+
"Remote execution": [
|
934
|
+
"원격 실행"
|
935
|
+
],
|
936
|
+
"Remote execution feature label that should be triggered, job template assigned to this feature will be used": [
|
1009
937
|
""
|
1010
938
|
],
|
1011
|
-
"
|
939
|
+
"Remote execution job": [
|
1012
940
|
""
|
1013
941
|
],
|
1014
|
-
"
|
942
|
+
"Repeat a maximum of N times": [
|
943
|
+
"최대 N번 반복"
|
944
|
+
],
|
945
|
+
"Repeat amount can only be a positive number": [
|
1015
946
|
""
|
1016
947
|
],
|
1017
|
-
"
|
1018
|
-
"
|
948
|
+
"Repeats": [
|
949
|
+
"반복"
|
1019
950
|
],
|
1020
|
-
"
|
1021
|
-
"
|
951
|
+
"Rerun": [
|
952
|
+
"재실행"
|
1022
953
|
],
|
1023
|
-
"
|
954
|
+
"Rerun failed": [
|
955
|
+
"재실행 실패"
|
956
|
+
],
|
957
|
+
"Rerun job on failed hosts": [
|
1024
958
|
""
|
1025
959
|
],
|
1026
|
-
"
|
1027
|
-
"
|
960
|
+
"Rerun on %s": [
|
961
|
+
"%s에 재실행"
|
1028
962
|
],
|
1029
|
-
"
|
1030
|
-
""
|
963
|
+
"Rerun on failed hosts": [
|
964
|
+
"실패한 호스트에서 재실행"
|
1031
965
|
],
|
1032
|
-
"
|
1033
|
-
"
|
966
|
+
"Rerun the job": [
|
967
|
+
"작업 재실행"
|
1034
968
|
],
|
1035
|
-
"
|
1036
|
-
""
|
969
|
+
"Reset to default": [
|
970
|
+
"기본값으로 다시 설정 "
|
1037
971
|
],
|
1038
|
-
"
|
972
|
+
"Resolves to": [
|
973
|
+
"다음으로 확인"
|
974
|
+
],
|
975
|
+
"Results": [
|
1039
976
|
""
|
1040
977
|
],
|
1041
|
-
"
|
978
|
+
"Review details": [
|
1042
979
|
""
|
1043
980
|
],
|
1044
|
-
"
|
981
|
+
"Run": [
|
982
|
+
"실행"
|
983
|
+
],
|
984
|
+
"Run Job": [
|
985
|
+
"작업 실행"
|
986
|
+
],
|
987
|
+
"Run Puppet Once": [
|
1045
988
|
""
|
1046
989
|
],
|
1047
|
-
"
|
990
|
+
"Run Script": [
|
1048
991
|
""
|
1049
992
|
],
|
1050
|
-
"
|
993
|
+
"Run a script": [
|
1051
994
|
""
|
1052
995
|
],
|
1053
|
-
"
|
996
|
+
"Run at most N tasks at a time": [
|
997
|
+
"한 번에 최대 N개 태스크 실행"
|
998
|
+
],
|
999
|
+
"Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.": [
|
1054
1000
|
""
|
1055
1001
|
],
|
1056
|
-
"
|
1002
|
+
"Run job": [
|
1057
1003
|
""
|
1058
1004
|
],
|
1059
|
-
"
|
1005
|
+
"Run on selected hosts": [
|
1060
1006
|
""
|
1061
1007
|
],
|
1062
|
-
"
|
1008
|
+
"Running": [
|
1009
|
+
"실행 중 "
|
1010
|
+
],
|
1011
|
+
"SSH Port": [
|
1063
1012
|
""
|
1064
1013
|
],
|
1065
|
-
"
|
1014
|
+
"SSH User": [
|
1066
1015
|
""
|
1067
1016
|
],
|
1068
|
-
"
|
1017
|
+
"SSH provider specific options": [
|
1018
|
+
"SSH 공급자 관련 옵션"
|
1019
|
+
],
|
1020
|
+
"SSH user": [
|
1069
1021
|
""
|
1070
1022
|
],
|
1071
|
-
"
|
1023
|
+
"SSH user:": [
|
1072
1024
|
""
|
1073
1025
|
],
|
1074
|
-
"
|
1026
|
+
"Schedule": [
|
1027
|
+
"스케줄 "
|
1028
|
+
],
|
1029
|
+
"Schedule Remote Job": [
|
1075
1030
|
""
|
1076
1031
|
],
|
1077
|
-
"
|
1032
|
+
"Schedule a job": [
|
1078
1033
|
""
|
1079
1034
|
],
|
1080
|
-
"
|
1035
|
+
"Schedule the job for a future time": [
|
1036
|
+
"이후 시간에 대해 작업 스케줄"
|
1037
|
+
],
|
1038
|
+
"Schedule the job to start at a later time": [
|
1039
|
+
"나중에 시작하도록 작업 스케줄"
|
1040
|
+
],
|
1041
|
+
"Schedule type": [
|
1081
1042
|
""
|
1082
1043
|
],
|
1083
|
-
"
|
1044
|
+
"Scheduled": [
|
1084
1045
|
""
|
1085
1046
|
],
|
1086
|
-
"
|
1047
|
+
"Scheduled at:": [
|
1087
1048
|
""
|
1088
1049
|
],
|
1089
|
-
"
|
1050
|
+
"Scheduled to start at": [
|
1090
1051
|
""
|
1091
1052
|
],
|
1092
|
-
"
|
1053
|
+
"Scheduled to start before": [
|
1093
1054
|
""
|
1094
1055
|
],
|
1095
|
-
"
|
1056
|
+
"Scheduled: ${totalHosts} hosts": [
|
1096
1057
|
""
|
1097
1058
|
],
|
1098
|
-
"
|
1059
|
+
"Script": [
|
1099
1060
|
""
|
1100
1061
|
],
|
1101
|
-
"
|
1102
|
-
"
|
1062
|
+
"Scroll to bottom": [
|
1063
|
+
"맨 아래로 스크롤"
|
1103
1064
|
],
|
1104
|
-
"
|
1105
|
-
""
|
1065
|
+
"Scroll to top": [
|
1066
|
+
"맨 위로 스크롤"
|
1106
1067
|
],
|
1107
|
-
"
|
1068
|
+
"Search Query": [
|
1108
1069
|
""
|
1109
1070
|
],
|
1110
|
-
"
|
1071
|
+
"Search for remote execution proxy outside of the proxies assigned to the host. The search will be limited to the host's organization and location.": [
|
1111
1072
|
""
|
1112
1073
|
],
|
1113
|
-
"
|
1114
|
-
""
|
1074
|
+
"Search query": [
|
1075
|
+
"검색 쿼리"
|
1115
1076
|
],
|
1116
|
-
"
|
1077
|
+
"Search the host for any proxy with Remote Execution, useful when the host has no subnet or the subnet does not have an execution proxy": [
|
1078
|
+
"원격 실행 기능이 있는 모든 프록시의 호스트를 검색합니다. 호스트에 서브넷이 없거나 서브넷에 실행 프록시가 없는 경우 유용합니다."
|
1079
|
+
],
|
1080
|
+
"See more details at %s": [
|
1117
1081
|
""
|
1118
1082
|
],
|
1119
|
-
"
|
1120
|
-
""
|
1083
|
+
"See the last task details": [
|
1084
|
+
"마지막 태스크 정보 표시"
|
1121
1085
|
],
|
1122
|
-
"
|
1123
|
-
""
|
1086
|
+
"See the task details": [
|
1087
|
+
"태스크 정보 표시"
|
1124
1088
|
],
|
1125
|
-
"
|
1089
|
+
"Select a report template used for generating a report for a particular remote execution job": [
|
1126
1090
|
""
|
1127
1091
|
],
|
1128
|
-
"
|
1092
|
+
"Select an ERB file to upload in order to import a job template. The template must contain metadata in the first ERB comment.": [
|
1129
1093
|
""
|
1130
1094
|
],
|
1131
|
-
"
|
1132
|
-
""
|
1095
|
+
"Select as many remote execution proxies as applicable for this subnet. When multiple proxies with the same provider are added, actions will be load balanced among them.": [
|
1096
|
+
"이 서브넷에 적용할 수 있는 원격 실행 프록시를 모두 선택합니다. 공급자가 동일한 프록시를 여러 개 추가한 경우 해당 프록시 간에 작업이 로드 밸런싱됩니다."
|
1133
1097
|
],
|
1134
|
-
"
|
1098
|
+
"Select the type of execution": [
|
1135
1099
|
""
|
1136
1100
|
],
|
1137
|
-
"
|
1101
|
+
"Set 'host_registration_remote_execution_pull' parameter for the host. If it is set to true, pull provider client will be deployed on the host": [
|
1138
1102
|
""
|
1139
1103
|
],
|
1140
|
-
"
|
1104
|
+
"Set SSH key passphrase": [
|
1141
1105
|
""
|
1142
1106
|
],
|
1143
|
-
"
|
1107
|
+
"Set SSH password": [
|
1144
1108
|
""
|
1145
1109
|
],
|
1146
|
-
"
|
1110
|
+
"Set SSH user": [
|
1147
1111
|
""
|
1148
1112
|
],
|
1149
|
-
"
|
1113
|
+
"Set password for effective user (using sudo-like mechanisms)": [
|
1150
1114
|
""
|
1151
1115
|
],
|
1152
|
-
"
|
1116
|
+
"Setup remote execution pull mode. If set to `Yes`, pull provider client will be deployed on the registered host. The inherited value is based on the `host_registration_remote_execution_pull` parameter. It can be inherited e.g. from host group, operating system, organization. When overridden, the selected value will be stored on host parameter level.": [
|
1153
1117
|
""
|
1154
1118
|
],
|
1155
|
-
"
|
1119
|
+
"Should the ip addresses on host interfaces be preferred over the fqdn? It is useful when DNS not resolving the fqdns properly. You may override this per host by setting a parameter called remote_execution_connect_by_ip. For dual-stacked hosts you should consider the remote_execution_connect_by_ip_prefer_ipv6 setting": [
|
1156
1120
|
""
|
1157
1121
|
],
|
1158
|
-
"
|
1122
|
+
"Should this interface be used for remote execution?": [
|
1159
1123
|
""
|
1160
1124
|
],
|
1161
|
-
"
|
1125
|
+
"Show Job status for the hosts": [
|
1162
1126
|
""
|
1163
1127
|
],
|
1164
|
-
"
|
1128
|
+
"Show all advanced fields": [
|
1165
1129
|
""
|
1166
1130
|
],
|
1167
|
-
"
|
1168
|
-
""
|
1131
|
+
"Show foreign input set details": [
|
1132
|
+
"외부 입력 세트 정보 표시"
|
1169
1133
|
],
|
1170
|
-
"
|
1171
|
-
"
|
1134
|
+
"Show job invocation": [
|
1135
|
+
"작업 호출 표시"
|
1172
1136
|
],
|
1173
|
-
"
|
1174
|
-
"
|
1137
|
+
"Show job template details": [
|
1138
|
+
"작업 템플릿 정보 표시"
|
1175
1139
|
],
|
1176
|
-
"
|
1177
|
-
"
|
1140
|
+
"Show remote execution feature": [
|
1141
|
+
"원격 실행 기능 표시"
|
1178
1142
|
],
|
1179
|
-
"
|
1143
|
+
"Skip to review": [
|
1180
1144
|
""
|
1181
1145
|
],
|
1182
|
-
"
|
1146
|
+
"Skip to review step": [
|
1183
1147
|
""
|
1184
1148
|
],
|
1185
|
-
"
|
1186
|
-
""
|
1149
|
+
"Snippet": [
|
1150
|
+
"조각 모음 "
|
1187
1151
|
],
|
1188
|
-
"
|
1189
|
-
""
|
1152
|
+
"Start": [
|
1153
|
+
"시작"
|
1190
1154
|
],
|
1191
|
-
"
|
1155
|
+
"Start job": [
|
1192
1156
|
""
|
1193
1157
|
],
|
1194
|
-
"
|
1158
|
+
"Started": [
|
1195
1159
|
""
|
1196
1160
|
],
|
1197
|
-
"
|
1161
|
+
"Started at:": [
|
1198
1162
|
""
|
1199
1163
|
],
|
1200
|
-
"
|
1201
|
-
""
|
1164
|
+
"Starts": [
|
1165
|
+
"시작 "
|
1202
1166
|
],
|
1203
|
-
"
|
1167
|
+
"Starts Before": [
|
1204
1168
|
""
|
1205
1169
|
],
|
1206
|
-
"
|
1207
|
-
"
|
1170
|
+
"Starts at": [
|
1171
|
+
""
|
1208
1172
|
],
|
1209
|
-
"
|
1173
|
+
"Starts before": [
|
1210
1174
|
""
|
1211
1175
|
],
|
1212
|
-
"
|
1213
|
-
"
|
1176
|
+
"State": [
|
1177
|
+
"상태 "
|
1214
1178
|
],
|
1215
|
-
"
|
1216
|
-
"
|
1179
|
+
"Static Query": [
|
1180
|
+
"정적 쿼리"
|
1217
1181
|
],
|
1218
|
-
"
|
1182
|
+
"Static query": [
|
1219
1183
|
""
|
1220
1184
|
],
|
1221
|
-
"
|
1222
|
-
""
|
1185
|
+
"Status": [
|
1186
|
+
"상태"
|
1223
1187
|
],
|
1224
|
-
"
|
1188
|
+
"Submit": [
|
1225
1189
|
""
|
1226
1190
|
],
|
1227
|
-
"
|
1191
|
+
"Subscribe to all my jobs": [
|
1228
1192
|
""
|
1229
1193
|
],
|
1230
|
-
"
|
1194
|
+
"Subscribe to my failed jobs": [
|
1231
1195
|
""
|
1232
1196
|
],
|
1233
|
-
"
|
1197
|
+
"Subscribe to my succeeded jobs": [
|
1234
1198
|
""
|
1235
1199
|
],
|
1236
|
-
"
|
1237
|
-
""
|
1200
|
+
"Succeeded": [
|
1201
|
+
"성공"
|
1238
1202
|
],
|
1239
|
-
"
|
1203
|
+
"Succeeded:": [
|
1240
1204
|
""
|
1241
1205
|
],
|
1242
|
-
"
|
1243
|
-
""
|
1206
|
+
"Success": [
|
1207
|
+
"성공"
|
1244
1208
|
],
|
1245
|
-
"
|
1209
|
+
"Switch to the new job invocation detail UI": [
|
1246
1210
|
""
|
1247
1211
|
],
|
1248
|
-
"
|
1212
|
+
"Sync Job Templates": [
|
1249
1213
|
""
|
1250
1214
|
],
|
1251
|
-
"
|
1215
|
+
"System status": [
|
1252
1216
|
""
|
1253
1217
|
],
|
1254
|
-
"
|
1218
|
+
"Systems": [
|
1255
1219
|
""
|
1256
1220
|
],
|
1257
|
-
"
|
1258
|
-
""
|
1221
|
+
"Target hosts": [
|
1222
|
+
"대상 호스트"
|
1259
1223
|
],
|
1260
|
-
"
|
1224
|
+
"Target hosts and inputs": [
|
1261
1225
|
""
|
1262
1226
|
],
|
1263
|
-
"
|
1264
|
-
""
|
1227
|
+
"Target template ID": [
|
1228
|
+
"대상 템플릿 ID"
|
1265
1229
|
],
|
1266
|
-
"
|
1267
|
-
""
|
1230
|
+
"Target: ": [
|
1231
|
+
"대상: "
|
1268
1232
|
],
|
1269
|
-
"
|
1270
|
-
""
|
1233
|
+
"Task Details": [
|
1234
|
+
"작업 자세히"
|
1271
1235
|
],
|
1272
|
-
"
|
1236
|
+
"Task cancelled": [
|
1273
1237
|
""
|
1274
1238
|
],
|
1275
|
-
"
|
1239
|
+
"Template ERB": [
|
1276
1240
|
""
|
1277
1241
|
],
|
1278
|
-
"
|
1242
|
+
"Template Invocation for %s": [
|
1279
1243
|
""
|
1280
1244
|
],
|
1281
|
-
"
|
1245
|
+
"Template failed with:": [
|
1282
1246
|
""
|
1283
1247
|
],
|
1284
|
-
"
|
1248
|
+
"Template name": [
|
1249
|
+
"템플릿 이름"
|
1250
|
+
],
|
1251
|
+
"Template version": [
|
1252
|
+
"템플릿 버전"
|
1253
|
+
],
|
1254
|
+
"Template with id '%{id}' was not found": [
|
1255
|
+
"ID가 '%{id}'인 템플릿을 찾을 수 없습니다."
|
1256
|
+
],
|
1257
|
+
"Template:": [
|
1285
1258
|
""
|
1286
1259
|
],
|
1287
1260
|
"Templates list failed with:": [
|
1288
1261
|
""
|
1289
1262
|
],
|
1290
|
-
"
|
1263
|
+
"The cron line supports extended cron line syntax. For details please refer to the ": [
|
1291
1264
|
""
|
1292
1265
|
],
|
1293
|
-
"
|
1294
|
-
""
|
1266
|
+
"The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.": [
|
1267
|
+
"동적 쿼리 '%{query}'이(가) 아직 확인되지 않았습니다. 확인할 대상 호스트의 목록을 %{here}에서 볼 수 있습니다."
|
1295
1268
|
],
|
1296
|
-
"
|
1297
|
-
""
|
1269
|
+
"The execution interface is used for remote execution": [
|
1270
|
+
"원격 실행에 사용되는 실행 인터페이스입니다."
|
1298
1271
|
],
|
1299
|
-
"
|
1300
|
-
""
|
1272
|
+
"The final host list may change because the selected query is dynamic. It will be rerun during execution.": [
|
1273
|
+
"동적 쿼리를 선택했기 때문에 최종 호스트 목록이 변경될 수 있습니다. 실행 도중에 재실행됩니다."
|
1301
1274
|
],
|
1302
|
-
"
|
1275
|
+
"The job cannot be aborted at the moment.": [
|
1303
1276
|
""
|
1304
1277
|
],
|
1305
|
-
"
|
1278
|
+
"The job cannot be cancelled at the moment.": [
|
1306
1279
|
""
|
1307
1280
|
],
|
1308
|
-
"
|
1281
|
+
"The job could not be cancelled.": [
|
1309
1282
|
""
|
1310
1283
|
],
|
1311
|
-
"
|
1284
|
+
"The job template to use, parameter is required unless feature was specified": [
|
1312
1285
|
""
|
1313
1286
|
],
|
1314
|
-
"
|
1315
|
-
""
|
1287
|
+
"The only applicable proxy %{proxy_names} is down": [
|
1288
|
+
"적용 가능한 유일한 프록시인 %{proxy_names}이(가) 작동하지 않습니다."
|
1316
1289
|
],
|
1317
|
-
"
|
1318
|
-
""
|
1290
|
+
"The template %{template_name} mapped to feature %{feature_name} is not accessible by the user": [
|
1291
|
+
"사용자가 %{feature_name} 기능에 매핑된 %{template_name} 템플릿에 액세스할 수 없습니다."
|
1319
1292
|
],
|
1320
|
-
"
|
1293
|
+
"There are no available input fields for the selected template.": [
|
1321
1294
|
""
|
1322
1295
|
],
|
1323
|
-
"
|
1324
|
-
""
|
1296
|
+
"There was an error while updating the status, try refreshing the page.": [
|
1297
|
+
"상태를 업데이트하는 도중 오류가 발생했습니다. 페이지를 새로 고쳐 보십시오."
|
1325
1298
|
],
|
1326
|
-
"
|
1299
|
+
"This can happen if the host is removed or moved to another organization or location after the job was started": [
|
1327
1300
|
""
|
1328
1301
|
],
|
1329
|
-
"
|
1330
|
-
""
|
1302
|
+
"This template is locked for editing.": [
|
1303
|
+
"이 템플릿은 편집 용으로 잠금되어 있습니다. "
|
1331
1304
|
],
|
1332
|
-
"
|
1333
|
-
"
|
1305
|
+
"This template is locked. Please clone it to a new template to customize.": [
|
1306
|
+
"이 템플릿은 잠겨 있습니다. 사용자 정의하려면 이를 새 템플릿에 복제하십시오. "
|
1334
1307
|
],
|
1335
|
-
"
|
1336
|
-
""
|
1308
|
+
"This template is used to generate the description. Input values can be used using the syntax %{package}. You may also include the job category and template name using %{job_category} and %{template_name}.": [
|
1309
|
+
"이 템플릿은 설명을 생성하는 데 사용됩니다. %{package} 구문을 통해 입력 값을 사용할 수 있습니다. 또한 %{job_category} 및 %{template_name}을(를) 사용하여 작업 카테고리와 템플릿 이름을 포함할 수도 있습니다."
|
1337
1310
|
],
|
1338
|
-
"
|
1311
|
+
"This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
|
1339
1312
|
""
|
1340
1313
|
],
|
1341
|
-
"
|
1314
|
+
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
1342
1315
|
""
|
1343
1316
|
],
|
1344
|
-
"
|
1317
|
+
"Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day. Applies only to pull-mqtt based jobs.": [
|
1345
1318
|
""
|
1346
1319
|
],
|
1347
|
-
"
|
1320
|
+
"Time to pickup": [
|
1348
1321
|
""
|
1349
1322
|
],
|
1350
|
-
"
|
1351
|
-
"Cron 줄"
|
1352
|
-
],
|
1353
|
-
"No Target Hosts": [
|
1323
|
+
"Timeout to kill": [
|
1354
1324
|
""
|
1355
1325
|
],
|
1356
|
-
"
|
1326
|
+
"Timeout to kill after": [
|
1357
1327
|
""
|
1358
1328
|
],
|
1359
|
-
"
|
1360
|
-
""
|
1329
|
+
"Toggle DEBUG": [
|
1330
|
+
"DEBUG 토글"
|
1361
1331
|
],
|
1362
|
-
"
|
1363
|
-
""
|
1332
|
+
"Toggle STDERR": [
|
1333
|
+
"STDERR 토글"
|
1364
1334
|
],
|
1365
|
-
"
|
1366
|
-
""
|
1335
|
+
"Toggle STDOUT": [
|
1336
|
+
"STDOUT 토글"
|
1367
1337
|
],
|
1368
|
-
"
|
1369
|
-
""
|
1338
|
+
"Toggle command": [
|
1339
|
+
"명령 토글"
|
1370
1340
|
],
|
1371
|
-
"
|
1372
|
-
""
|
1341
|
+
"Total hosts": [
|
1342
|
+
"총 호스트"
|
1373
1343
|
],
|
1374
|
-
"
|
1344
|
+
"Try to abort the job on a host without waiting for its result": [
|
1375
1345
|
""
|
1376
1346
|
],
|
1377
|
-
"
|
1378
|
-
"시작 "
|
1379
|
-
],
|
1380
|
-
"Now": [
|
1347
|
+
"Try to abort the job without waiting for the results from the remote hosts": [
|
1381
1348
|
""
|
1382
1349
|
],
|
1383
|
-
"
|
1384
|
-
"
|
1350
|
+
"Try to cancel the job": [
|
1351
|
+
"작업 취소 시도"
|
1385
1352
|
],
|
1386
|
-
"
|
1387
|
-
"
|
1353
|
+
"Try to cancel the job on a host": [
|
1354
|
+
"호스트에 대한 작업 취소 시도"
|
1388
1355
|
],
|
1389
|
-
"
|
1356
|
+
"Trying to abort the job": [
|
1390
1357
|
""
|
1391
1358
|
],
|
1392
|
-
"
|
1359
|
+
"Trying to cancel the job": [
|
1393
1360
|
""
|
1394
1361
|
],
|
1395
|
-
"
|
1396
|
-
""
|
1362
|
+
"Type": [
|
1363
|
+
"형태"
|
1397
1364
|
],
|
1398
|
-
"
|
1365
|
+
"Type has impact on when is the query evaluated to hosts.": [
|
1399
1366
|
""
|
1400
1367
|
],
|
1401
|
-
"
|
1368
|
+
"Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it</li></ul>": [
|
1402
1369
|
""
|
1403
1370
|
],
|
1404
|
-
"
|
1371
|
+
"Type of execution": [
|
1405
1372
|
""
|
1406
1373
|
],
|
1407
|
-
"Type
|
1408
|
-
""
|
1374
|
+
"Type of query": [
|
1375
|
+
"쿼리 유형"
|
1409
1376
|
],
|
1410
|
-
"
|
1377
|
+
"Unable to create mail notification: %s": [
|
1411
1378
|
""
|
1412
1379
|
],
|
1413
|
-
"
|
1414
|
-
""
|
1380
|
+
"Unable to fetch public key": [
|
1381
|
+
"공개 키를 가져올 수 없습니다."
|
1415
1382
|
],
|
1416
|
-
"
|
1383
|
+
"Unable to remove host from known hosts": [
|
1417
1384
|
""
|
1418
1385
|
],
|
1419
|
-
"
|
1386
|
+
"Unable to save template. Correct highlighted errors": [
|
1420
1387
|
""
|
1421
1388
|
],
|
1422
|
-
"
|
1423
|
-
"
|
1389
|
+
"Unknown execution status": [
|
1390
|
+
"알 수 없는 실행 상태"
|
1424
1391
|
],
|
1425
|
-
"
|
1426
|
-
"
|
1392
|
+
"Unknown input %{input_name} for template %{template_name}": [
|
1393
|
+
"%{template_name} 템플릿에 대한 알 수 없는 입력 %{input_name}"
|
1427
1394
|
],
|
1428
|
-
"
|
1429
|
-
"
|
1395
|
+
"Unknown remote execution feature %s": [
|
1396
|
+
"알 수 없는 원격 실행 기능 %s"
|
1430
1397
|
],
|
1431
|
-
"
|
1432
|
-
"
|
1398
|
+
"Unsupported or no operating system found for this host.": [
|
1399
|
+
"지원되지 않거나 이 호스트의 운영 체제를 찾을 수 없습니다."
|
1433
1400
|
],
|
1434
|
-
"
|
1435
|
-
"
|
1401
|
+
"Update a foreign input set": [
|
1402
|
+
"외부 입력 세트 업데이트"
|
1436
1403
|
],
|
1437
|
-
"
|
1438
|
-
""
|
1404
|
+
"Update a job template": [
|
1405
|
+
"작업 템플릿 업데이트"
|
1439
1406
|
],
|
1440
|
-
"
|
1441
|
-
""
|
1407
|
+
"Use default description template": [
|
1408
|
+
"기본 설명 템플릿 사용"
|
1442
1409
|
],
|
1443
|
-
"
|
1444
|
-
"
|
1410
|
+
"Use legacy form": [
|
1411
|
+
""
|
1445
1412
|
],
|
1446
|
-
"
|
1413
|
+
"Use new job wizard": [
|
1447
1414
|
""
|
1448
1415
|
],
|
1449
|
-
"
|
1416
|
+
"Use old form": [
|
1450
1417
|
""
|
1451
1418
|
],
|
1452
|
-
"
|
1419
|
+
"User Inputs": [
|
1453
1420
|
""
|
1454
1421
|
],
|
1455
|
-
"
|
1456
|
-
"
|
1422
|
+
"User can not execute job on host %s": [
|
1423
|
+
"사용자가 %s 호스트에 대해 작업을 실행할 수 없습니다."
|
1457
1424
|
],
|
1458
|
-
"
|
1425
|
+
"User can not execute job on infrastructure host %s": [
|
1459
1426
|
""
|
1460
1427
|
],
|
1461
|
-
"
|
1462
|
-
"
|
1428
|
+
"User can not execute this job template": [
|
1429
|
+
"사용자가 이 작업 템플릿을 실행할 수 없습니다."
|
1463
1430
|
],
|
1464
|
-
"
|
1465
|
-
"
|
1431
|
+
"User can not execute this job template on %s": [
|
1432
|
+
"사용자가 %s에 대해 이 작업 템플릿을 실행할 수 없습니다."
|
1466
1433
|
],
|
1467
|
-
"
|
1434
|
+
"User input": [
|
1435
|
+
"사용자 입력"
|
1436
|
+
],
|
1437
|
+
"Value": [
|
1438
|
+
"값 "
|
1439
|
+
],
|
1440
|
+
"View all jobs": [
|
1468
1441
|
""
|
1469
1442
|
],
|
1470
|
-
"
|
1443
|
+
"View finished jobs": [
|
1471
1444
|
""
|
1472
1445
|
],
|
1473
|
-
"
|
1446
|
+
"View running jobs": [
|
1474
1447
|
""
|
1475
1448
|
],
|
1476
|
-
"
|
1449
|
+
"View scheduled jobs": [
|
1477
1450
|
""
|
1478
1451
|
],
|
1479
|
-
"
|
1452
|
+
"Web Console": [
|
1480
1453
|
""
|
1481
1454
|
],
|
1482
|
-
"
|
1483
|
-
"
|
1455
|
+
"Weekly": [
|
1456
|
+
"매주"
|
1484
1457
|
],
|
1485
|
-
"
|
1486
|
-
""
|
1458
|
+
"What command should be used to switch to the effective user. One of %s": [
|
1459
|
+
"유효 사용자를 전환하는 데 사용할 명령입니다(%s 중 하나)."
|
1487
1460
|
],
|
1488
|
-
"
|
1489
|
-
""
|
1461
|
+
"What user should be used to run the script (using sudo-like mechanisms)": [
|
1462
|
+
"사용자가 스크립트를 실행하는 데 사용해야 할 옵션입니다(sudo와 유사한 메커니즘 사용)."
|
1490
1463
|
],
|
1491
|
-
"
|
1492
|
-
""
|
1464
|
+
"What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting.": [
|
1465
|
+
"사용자가 스크립트를 실행하는 데 사용해야 할 옵션입니다(sudo와 유사한 메커니즘 사용). 템플릿 매개 변수 또는 글로벌 설정으로 기본 설정됩니다."
|
1493
1466
|
],
|
1494
|
-
"
|
1467
|
+
"When connecting using ip address, should the IPv6 addresses be preferred? If no IPv6 address is set, it falls back to IPv4 automatically. You may override this per host by setting a parameter called remote_execution_connect_by_ip_prefer_ipv6. By default and for compatibility, IPv4 will be preferred over IPv6 by default": [
|
1495
1468
|
""
|
1496
1469
|
],
|
1497
|
-
"
|
1470
|
+
"When enabled, working directories will be removed after task completion. You may override this per host by setting a parameter called remote_execution_cleanup_working_dirs.": [
|
1498
1471
|
""
|
1499
1472
|
],
|
1500
|
-
"
|
1473
|
+
"Where to find the Cockpit instance for the Web Console button. By default, no button is shown.": [
|
1501
1474
|
""
|
1502
1475
|
],
|
1503
|
-
"
|
1504
|
-
""
|
1476
|
+
"Whether it should be allowed to override the effective user from the invocation form.": [
|
1477
|
+
"호출할 유효 사용자를 덮어쓰도록 허용할지 여부입니다."
|
1505
1478
|
],
|
1506
|
-
"
|
1507
|
-
""
|
1479
|
+
"Whether or not the template is locked for editing": [
|
1480
|
+
"편집을 위한 템플릿의 잠금 여부 "
|
1508
1481
|
],
|
1509
|
-
"
|
1482
|
+
"Whether the current user login should be used as the effective user": [
|
1483
|
+
"현재 사용자 로그인을 유효 사용자로 사용할지 여부입니다."
|
1484
|
+
],
|
1485
|
+
"Whether to overwrite the template if it already exists": [
|
1510
1486
|
""
|
1511
1487
|
],
|
1512
|
-
"
|
1513
|
-
"
|
1488
|
+
"Whether we should sync templates from disk when running db:seed.": [
|
1489
|
+
"db:seed를 실행할 때 디스크의 템플릿을 동기화할지 여부입니다."
|
1514
1490
|
],
|
1515
|
-
"
|
1491
|
+
"Workers pool size": [
|
1516
1492
|
""
|
1517
1493
|
],
|
1518
|
-
"
|
1494
|
+
"Yes (override)": [
|
1519
1495
|
""
|
1520
1496
|
],
|
1521
|
-
"You
|
1522
|
-
""
|
1497
|
+
"You are not allowed to see the currently assigned template. Saving the form now would unassign the template.": [
|
1498
|
+
"현재 할당된 템플릿을 볼 수 없습니다. 지금 양식을 저장하면 템플릿의 할당이 취소됩니다."
|
1523
1499
|
],
|
1524
|
-
"
|
1500
|
+
"You are not authorized to perform this action.": [
|
1525
1501
|
""
|
1526
1502
|
],
|
1527
|
-
"%s
|
1503
|
+
"You have %s results to display. Showing first %s results": [
|
1528
1504
|
""
|
1529
1505
|
],
|
1530
|
-
"
|
1506
|
+
"add an input set for this template to reference a different template inputs": [
|
1507
|
+
"이 템플릿에서 다른 템플릿 입력을 참조하기 위한 입력 세트를 추가합니다."
|
1508
|
+
],
|
1509
|
+
"cancelled": [
|
1510
|
+
"취소함"
|
1511
|
+
],
|
1512
|
+
"default_capsule method missing from SmartProxy": [
|
1531
1513
|
""
|
1532
1514
|
],
|
1533
|
-
"
|
1515
|
+
"documentation": [
|
1534
1516
|
""
|
1535
1517
|
],
|
1536
|
-
"
|
1518
|
+
"effective user": [
|
1537
1519
|
""
|
1538
1520
|
],
|
1539
|
-
"
|
1521
|
+
"error": [
|
1540
1522
|
""
|
1541
1523
|
],
|
1542
|
-
"
|
1524
|
+
"error during rendering: %s": [
|
1525
|
+
"렌더링 도중 오류가 발생했습니다: %s"
|
1526
|
+
],
|
1527
|
+
"evaluates just after you submit this form": [
|
1543
1528
|
""
|
1544
1529
|
],
|
1545
|
-
"
|
1530
|
+
"evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it": [
|
1546
1531
|
""
|
1547
1532
|
],
|
1548
|
-
"
|
1549
|
-
"
|
1533
|
+
"failed": [
|
1534
|
+
"실패함"
|
1550
1535
|
],
|
1551
|
-
"
|
1552
|
-
"
|
1536
|
+
"here": [
|
1537
|
+
"여기 "
|
1553
1538
|
],
|
1554
|
-
"
|
1555
|
-
""
|
1539
|
+
"host already has an execution interface": [
|
1540
|
+
"호스트에 실행 인터페이스가 이미 있습니다."
|
1556
1541
|
],
|
1557
|
-
"
|
1558
|
-
""
|
1542
|
+
"hosts": [
|
1543
|
+
"호스트"
|
1559
1544
|
],
|
1560
|
-
"
|
1561
|
-
""
|
1545
|
+
"in %s": [
|
1546
|
+
"%s"
|
1562
1547
|
],
|
1563
|
-
"
|
1564
|
-
"
|
1548
|
+
"included template '%s' not found": [
|
1549
|
+
"포함된 템플릿 '%s'을(를) 찾을 수 없습니다."
|
1550
|
+
],
|
1551
|
+
"input macro with name '%s' used, but no input with such name defined for this template": [
|
1552
|
+
"이름이 '%s'인 입력 매크로를 사용했지만 이 템플릿에 대해 해당 이름의 입력이 정의되지 않았습니다."
|
1553
|
+
],
|
1554
|
+
"is day of month (range: 1-31)": [
|
1555
|
+
"날짜(범위: 1-31)"
|
1556
|
+
],
|
1557
|
+
"is day of week (range: 0-6)": [
|
1558
|
+
"요일(범위: 0-6)"
|
1559
|
+
],
|
1560
|
+
"is hour (range: 0-23)": [
|
1561
|
+
"시간(범위: 0-23)"
|
1562
|
+
],
|
1563
|
+
"is minute (range: 0-59)": [
|
1564
|
+
"분(범위: 0-59)"
|
1565
|
+
],
|
1566
|
+
"is month (range: 1-12)": [
|
1567
|
+
"월(범위: 1-12)"
|
1565
1568
|
],
|
1566
1569
|
"no": [
|
1567
1570
|
"no"
|
1568
1571
|
],
|
1569
|
-
"
|
1572
|
+
"occurences": [
|
1570
1573
|
""
|
1571
1574
|
],
|
1572
|
-
"
|
1575
|
+
"open-help-tooltip-button": [
|
1573
1576
|
""
|
1574
1577
|
],
|
1575
|
-
"
|
1578
|
+
"queued": [
|
1579
|
+
"대기열에 추가됨"
|
1580
|
+
],
|
1581
|
+
"queued to start executing in %{time}": [
|
1576
1582
|
""
|
1577
1583
|
],
|
1578
|
-
"
|
1584
|
+
"range: 0-59": [
|
1579
1585
|
""
|
1580
1586
|
],
|
1581
|
-
"
|
1587
|
+
"remove template input set": [
|
1588
|
+
"템플릿 입력 세트 삭제"
|
1589
|
+
],
|
1590
|
+
"running %{percent}%%": [
|
1582
1591
|
""
|
1583
1592
|
],
|
1584
|
-
"
|
1585
|
-
"
|
1593
|
+
"seconds": [
|
1594
|
+
"초"
|
1586
1595
|
],
|
1587
|
-
"
|
1596
|
+
"succeeded": [
|
1597
|
+
"성공"
|
1598
|
+
],
|
1599
|
+
"tasks at a time": [
|
1588
1600
|
""
|
1589
1601
|
],
|
1590
|
-
"
|
1591
|
-
"
|
1602
|
+
"template": [
|
1603
|
+
"템플릿"
|
1604
|
+
],
|
1605
|
+
"unknown status": [
|
1606
|
+
"알 수 없는 상태"
|
1607
|
+
],
|
1608
|
+
"using ": [
|
1609
|
+
""
|
1610
|
+
],
|
1611
|
+
"using Smart Proxy": [
|
1612
|
+
""
|
1613
|
+
],
|
1614
|
+
"view host names": [
|
1615
|
+
""
|
1616
|
+
],
|
1617
|
+
"yes": [
|
1618
|
+
"예"
|
1592
1619
|
]
|
1593
1620
|
}
|
1594
1621
|
}
|