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
data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js
CHANGED
@@ -17,1579 +17,1606 @@
|
|
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
|
+
"%{description} 於 %{host} 之上"
|
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
|
+
"要使用執行這 script 的使用者。如果使用者與 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
|
-
""
|
265
|
-
],
|
266
|
-
"Problem with previewing the template: %{error}. Note that you must save template input changes before you try to preview it.": [
|
267
|
-
"預覽範本時發生問題:%{error}。請注意,您必須在預覽範本前,先儲存範本輸入的變更。"
|
228
|
+
"Could not use any template used in the job invocation": [
|
229
|
+
"無法使用任何用於這工作祈願的範本"
|
268
230
|
],
|
269
|
-
"
|
270
|
-
""
|
231
|
+
"Create": [
|
232
|
+
"建立"
|
271
233
|
],
|
272
|
-
"
|
234
|
+
"Create Report": [
|
273
235
|
""
|
274
236
|
],
|
275
|
-
"
|
276
|
-
"
|
277
|
-
],
|
278
|
-
"Schedule Remote Job": [
|
279
|
-
""
|
237
|
+
"Create a foreign input set": [
|
238
|
+
"建立外部輸入集"
|
280
239
|
],
|
281
|
-
"
|
282
|
-
"
|
240
|
+
"Create a job invocation": [
|
241
|
+
"建立工作祈願"
|
283
242
|
],
|
284
|
-
"
|
285
|
-
"
|
243
|
+
"Create a job template": [
|
244
|
+
"建立工作範本"
|
286
245
|
],
|
287
|
-
"
|
288
|
-
"
|
246
|
+
"Create a recurring job": [
|
247
|
+
"建立週期性工作"
|
289
248
|
],
|
290
|
-
"
|
249
|
+
"Create report for this job": [
|
291
250
|
""
|
292
251
|
],
|
293
|
-
"
|
294
|
-
"
|
295
|
-
],
|
296
|
-
"Failed": [
|
297
|
-
"已失敗"
|
298
|
-
],
|
299
|
-
"Pending": [
|
300
|
-
"等待處理中"
|
252
|
+
"Cron line": [
|
253
|
+
"Cron 行"
|
301
254
|
],
|
302
|
-
"
|
303
|
-
"
|
255
|
+
"Cron line (extended)": [
|
256
|
+
""
|
304
257
|
],
|
305
|
-
"
|
258
|
+
"Cron line format '1 2 3 4 5', where:": [
|
306
259
|
""
|
307
260
|
],
|
308
|
-
"
|
309
|
-
"
|
261
|
+
"Cronline": [
|
262
|
+
""
|
310
263
|
],
|
311
|
-
"
|
264
|
+
"Current location %s is different from job's location %s. This job may run on different hosts than before.": [
|
312
265
|
""
|
313
266
|
],
|
314
|
-
"
|
315
|
-
"
|
267
|
+
"Current location %{loc_c} is different from job's location %{loc_j}.": [
|
268
|
+
""
|
316
269
|
],
|
317
|
-
"
|
318
|
-
"
|
270
|
+
"Current organization %s is different from job's organization %s. This job may run on different hosts than before.": [
|
271
|
+
""
|
319
272
|
],
|
320
|
-
"
|
321
|
-
"
|
273
|
+
"Current organization %{org_c} is different from job's organization %{org_j}.": [
|
274
|
+
""
|
322
275
|
],
|
323
|
-
"
|
324
|
-
"
|
276
|
+
"Daily": [
|
277
|
+
"每天"
|
325
278
|
],
|
326
|
-
"
|
327
|
-
"
|
279
|
+
"Days": [
|
280
|
+
"天"
|
328
281
|
],
|
329
|
-
"
|
330
|
-
"
|
282
|
+
"Days of week": [
|
283
|
+
"星期幾"
|
331
284
|
],
|
332
|
-
"
|
285
|
+
"Default SSH key passphrase": [
|
333
286
|
""
|
334
287
|
],
|
335
|
-
"
|
288
|
+
"Default SSH password": [
|
336
289
|
""
|
337
290
|
],
|
338
|
-
"
|
339
|
-
"主機詳細資料"
|
340
|
-
],
|
341
|
-
"Rerun on %s": [
|
342
|
-
"傳回於 %s"
|
343
|
-
],
|
344
|
-
"Host task": [
|
291
|
+
"Default key passphrase to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_key_passphrase": [
|
345
292
|
""
|
346
293
|
],
|
347
|
-
"
|
348
|
-
"N/A"
|
349
|
-
],
|
350
|
-
"Run Job": [
|
351
|
-
"執行工作"
|
352
|
-
],
|
353
|
-
"Create Report": [
|
294
|
+
"Default password to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_password": [
|
354
295
|
""
|
355
296
|
],
|
356
|
-
"
|
357
|
-
""
|
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 來覆寫每台主機的設定。"
|
358
299
|
],
|
359
|
-
"
|
360
|
-
"
|
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
|
+
"要使用執行這 script 的預設使用者。如果使用者與 SSH 使用者不同,會用 su 或 sudo 來切換使用者。"
|
361
302
|
],
|
362
|
-
"
|
363
|
-
"
|
303
|
+
"Delete a foreign input set": [
|
304
|
+
"刪除外部輸入集"
|
364
305
|
],
|
365
|
-
"
|
366
|
-
"
|
306
|
+
"Delete a job template": [
|
307
|
+
"刪除工作範本"
|
367
308
|
],
|
368
|
-
"
|
369
|
-
"
|
309
|
+
"Description": [
|
310
|
+
"說明"
|
370
311
|
],
|
371
|
-
"
|
372
|
-
"
|
312
|
+
"Description Template": [
|
313
|
+
""
|
373
314
|
],
|
374
|
-
"
|
375
|
-
"
|
315
|
+
"Description template": [
|
316
|
+
"描述範本"
|
376
317
|
],
|
377
|
-
"
|
378
|
-
"
|
318
|
+
"Designation of a special purpose": [
|
319
|
+
""
|
379
320
|
],
|
380
|
-
"
|
381
|
-
"
|
321
|
+
"Display advanced fields": [
|
322
|
+
"顯示進階欄位"
|
382
323
|
],
|
383
|
-
"
|
324
|
+
"Does not repeat": [
|
384
325
|
""
|
385
326
|
],
|
386
|
-
"
|
387
|
-
""
|
327
|
+
"Duplicated inputs detected: %{duplicated_inputs}": [
|
328
|
+
"偵測到重複的輸入:%{duplicated_inputs}"
|
388
329
|
],
|
389
|
-
"
|
390
|
-
""
|
330
|
+
"Dynamic Query": [
|
331
|
+
"動態查詢"
|
391
332
|
],
|
392
|
-
"
|
333
|
+
"Dynamic query": [
|
393
334
|
""
|
394
335
|
],
|
395
|
-
"
|
396
|
-
"
|
336
|
+
"Edit %s": [
|
337
|
+
"編輯 %s"
|
397
338
|
],
|
398
|
-
"
|
399
|
-
"
|
339
|
+
"Edit Job Template": [
|
340
|
+
"編輯工作範本"
|
400
341
|
],
|
401
|
-
"
|
402
|
-
"
|
342
|
+
"Edit Remote Execution Feature": [
|
343
|
+
"編輯遠端執行功能"
|
403
344
|
],
|
404
|
-
"
|
345
|
+
"Edit job description template": [
|
405
346
|
""
|
406
347
|
],
|
407
|
-
"
|
348
|
+
"Effective User": [
|
408
349
|
""
|
409
350
|
],
|
410
|
-
"
|
411
|
-
"
|
351
|
+
"Effective User Method": [
|
352
|
+
""
|
412
353
|
],
|
413
|
-
"
|
414
|
-
"
|
354
|
+
"Effective user": [
|
355
|
+
"有效的使用者"
|
415
356
|
],
|
416
|
-
"
|
417
|
-
"
|
357
|
+
"Effective user method \\\"%{current_value}\\\" is not one of %{valid_methods}": [
|
358
|
+
"有效使用者方法 \\\"%{current_value}\\\" 並非 %{valid_methods} 之一"
|
418
359
|
],
|
419
|
-
"
|
420
|
-
"
|
360
|
+
"Effective user options": [
|
361
|
+
"有效的使用者選項"
|
421
362
|
],
|
422
|
-
"
|
363
|
+
"Effective user password": [
|
423
364
|
""
|
424
365
|
],
|
425
|
-
"
|
426
|
-
"無法使用任何用於這工作祈願的範本"
|
427
|
-
],
|
428
|
-
"Failed rendering template: %s": [
|
429
|
-
"無法生成範本:%s"
|
430
|
-
],
|
431
|
-
"Task cancelled": [
|
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.": [
|
432
367
|
""
|
433
368
|
],
|
434
|
-
"
|
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.": [
|
435
370
|
""
|
436
371
|
],
|
437
|
-
"
|
438
|
-
"
|
439
|
-
],
|
440
|
-
"Remote action:": [
|
441
|
-
"遠端動作:"
|
372
|
+
"Effective user:": [
|
373
|
+
""
|
442
374
|
],
|
443
|
-
"
|
375
|
+
"Enable Global Proxy": [
|
444
376
|
""
|
445
377
|
],
|
446
|
-
"
|
447
|
-
"
|
378
|
+
"End time needs to be after start time": [
|
379
|
+
""
|
448
380
|
],
|
449
|
-
"
|
450
|
-
"
|
381
|
+
"Ends": [
|
382
|
+
"結束"
|
451
383
|
],
|
452
384
|
"Error loading data from proxy": [
|
453
385
|
"從代理載入資料時發生錯誤"
|
454
386
|
],
|
455
|
-
"
|
456
|
-
"
|
387
|
+
"Errors:": [
|
388
|
+
""
|
457
389
|
],
|
458
|
-
"
|
459
|
-
"
|
390
|
+
"Evaluated at:": [
|
391
|
+
"評量於:"
|
460
392
|
],
|
461
|
-
"
|
393
|
+
"Every day at %s": [
|
462
394
|
""
|
463
395
|
],
|
464
|
-
"
|
465
|
-
"
|
396
|
+
"Every hour at minute %s": [
|
397
|
+
""
|
466
398
|
],
|
467
|
-
"
|
468
|
-
"",
|
399
|
+
"Every month on %s at %s": [
|
469
400
|
""
|
470
401
|
],
|
471
|
-
"
|
402
|
+
"Every week on %s at %s": [
|
472
403
|
""
|
473
404
|
],
|
474
|
-
"
|
405
|
+
"Execute the job later, at a scheduled time.": [
|
475
406
|
""
|
476
407
|
],
|
477
|
-
"
|
408
|
+
"Execute the job now.": [
|
478
409
|
""
|
479
410
|
],
|
480
|
-
"
|
481
|
-
"
|
411
|
+
"Execute the job on a repeating schedule.": [
|
412
|
+
""
|
482
413
|
],
|
483
|
-
"
|
484
|
-
"
|
414
|
+
"Execute the jobs on hosts in randomized order": [
|
415
|
+
""
|
485
416
|
],
|
486
|
-
"
|
487
|
-
"
|
417
|
+
"Execution": [
|
418
|
+
"執行"
|
488
419
|
],
|
489
|
-
"
|
420
|
+
"Execution order": [
|
490
421
|
""
|
491
422
|
],
|
492
|
-
"
|
423
|
+
"Execution ordering": [
|
493
424
|
""
|
494
425
|
],
|
495
|
-
"
|
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>": [
|
496
427
|
""
|
497
428
|
],
|
498
|
-
"
|
429
|
+
"Exit status: %s": [
|
430
|
+
"退出狀態:%s"
|
431
|
+
],
|
432
|
+
"Export a job template to ERB": [
|
499
433
|
""
|
500
434
|
],
|
501
|
-
"
|
502
|
-
"
|
503
|
-
],
|
504
|
-
"This template is locked. Please clone it to a new template to customize.": [
|
505
|
-
"此範本已鎖定。請將它複製至一個新的範本以自訂化。"
|
506
|
-
],
|
507
|
-
"Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}": [
|
508
|
-
"在外部輸入集偵測到環狀相依性: '%{template}' -> '%{target_template}'。範本堆疊:%{templates_stack}"
|
509
|
-
],
|
510
|
-
"Execution": [
|
511
|
-
"執行"
|
512
|
-
],
|
513
|
-
"Last execution succeeded": [
|
514
|
-
"最後的執行成功"
|
435
|
+
"Failed": [
|
436
|
+
"已失敗"
|
515
437
|
],
|
516
|
-
"
|
438
|
+
"Failed hosts": [
|
517
439
|
""
|
518
440
|
],
|
519
|
-
"
|
520
|
-
"
|
521
|
-
],
|
522
|
-
"Unknown execution status": [
|
523
|
-
"未知的執行狀態"
|
524
|
-
],
|
525
|
-
"Recursive rendering of templates detected": [
|
526
|
-
"偵測到遞迴處理範本"
|
527
|
-
],
|
528
|
-
"error during rendering: %s": [
|
529
|
-
"處理時發生錯誤:%s"
|
530
|
-
],
|
531
|
-
"template": [
|
532
|
-
"範本"
|
533
|
-
],
|
534
|
-
"Cannot specify both bookmark_id and search_query": [
|
535
|
-
"無法指定 bookmark_id 和 search_query"
|
441
|
+
"Failed rendering template: %s": [
|
442
|
+
"無法生成範本:%s"
|
536
443
|
],
|
537
|
-
"
|
538
|
-
"
|
444
|
+
"Failed:": [
|
445
|
+
""
|
539
446
|
],
|
540
|
-
"
|
541
|
-
"
|
447
|
+
"Fallback to Any Proxy": [
|
448
|
+
""
|
542
449
|
],
|
543
450
|
"Feature input %{input_name} not defined in template %{template_name}": [
|
544
451
|
"未知的輸入 %{input_name} 未定義於範本 %{template_name}"
|
545
452
|
],
|
546
|
-
"
|
547
|
-
"
|
453
|
+
"Fill all required fields in all the steps": [
|
454
|
+
""
|
548
455
|
],
|
549
|
-
"
|
550
|
-
"
|
456
|
+
"Fill all required fields in all the steps to start the job": [
|
457
|
+
""
|
551
458
|
],
|
552
|
-
"
|
553
|
-
"
|
459
|
+
"Filter by host collections": [
|
460
|
+
""
|
554
461
|
],
|
555
|
-
"
|
556
|
-
"
|
462
|
+
"Filter by host groups": [
|
463
|
+
""
|
557
464
|
],
|
558
|
-
"
|
559
|
-
"
|
465
|
+
"Filter by hosts": [
|
466
|
+
""
|
560
467
|
],
|
561
|
-
"
|
562
|
-
"
|
468
|
+
"Finished": [
|
469
|
+
"已完成"
|
563
470
|
],
|
564
|
-
"
|
471
|
+
"For Future execution a 'Starts at' date or 'Starts before' date must be selected. Immediate execution can be selected in the previous step.": [
|
565
472
|
""
|
566
473
|
],
|
567
|
-
"
|
474
|
+
"For example: 1, 2, 3, 4, 5...": [
|
568
475
|
""
|
569
476
|
],
|
570
|
-
"
|
571
|
-
""
|
477
|
+
"Foreign input set": [
|
478
|
+
"外部輸入集"
|
572
479
|
],
|
573
|
-
"
|
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.": [
|
574
481
|
""
|
575
482
|
],
|
576
|
-
"
|
483
|
+
"Form Job Template": [
|
577
484
|
""
|
578
485
|
],
|
579
|
-
"
|
580
|
-
"
|
486
|
+
"Future execution": [
|
487
|
+
""
|
581
488
|
],
|
582
|
-
"
|
583
|
-
"
|
489
|
+
"Get output for a host": [
|
490
|
+
"取得主機輸出"
|
584
491
|
],
|
585
|
-
"
|
492
|
+
"Get outputs of hosts in a job": [
|
586
493
|
""
|
587
494
|
],
|
588
|
-
"
|
495
|
+
"Get raw output for a host": [
|
589
496
|
""
|
590
497
|
],
|
591
|
-
"
|
592
|
-
"
|
593
|
-
],
|
594
|
-
"Cannot resolve hosts without a bookmark or search query": [
|
595
|
-
"沒有書籤或搜尋查詢,就無法解析主機"
|
498
|
+
"Has to be a positive number": [
|
499
|
+
""
|
596
500
|
],
|
597
|
-
"
|
598
|
-
"
|
501
|
+
"Hide advanced fields": [
|
502
|
+
"隱藏進階欄位"
|
599
503
|
],
|
600
|
-
"
|
601
|
-
"
|
504
|
+
"Hide all advanced fields": [
|
505
|
+
""
|
602
506
|
],
|
603
|
-
"
|
604
|
-
"
|
507
|
+
"Host": [
|
508
|
+
"主機"
|
605
509
|
],
|
606
|
-
"
|
510
|
+
"Host collections": [
|
607
511
|
""
|
608
512
|
],
|
609
|
-
"
|
610
|
-
""
|
513
|
+
"Host detail": [
|
514
|
+
"主機詳細資料"
|
611
515
|
],
|
612
|
-
"
|
613
|
-
""
|
516
|
+
"Host groups": [
|
517
|
+
"主機群組"
|
614
518
|
],
|
615
|
-
"
|
519
|
+
"Host task": [
|
616
520
|
""
|
617
521
|
],
|
618
|
-
"
|
619
|
-
"
|
620
|
-
],
|
621
|
-
"State": [
|
622
|
-
"狀態"
|
522
|
+
"Host with id '%{id}' was not found": [
|
523
|
+
"找不到 ID 為 '%{id}' 的主機"
|
623
524
|
],
|
624
|
-
"
|
625
|
-
""
|
525
|
+
"Hosts": [
|
526
|
+
"主機"
|
626
527
|
],
|
627
|
-
"
|
528
|
+
"Hosts gone missing": [
|
628
529
|
""
|
629
530
|
],
|
630
|
-
"
|
531
|
+
"Hourly": [
|
631
532
|
""
|
632
533
|
],
|
633
|
-
"
|
634
|
-
"
|
534
|
+
"How often the job should occur, in the cron format": [
|
535
|
+
"工作多常發生,格式同 cron"
|
635
536
|
],
|
636
|
-
"
|
537
|
+
"Identifier of the Host interface for Remote execution": [
|
637
538
|
""
|
638
539
|
],
|
639
|
-
"
|
540
|
+
"Immediate execution": [
|
640
541
|
""
|
641
542
|
],
|
642
|
-
"
|
543
|
+
"Import": [
|
544
|
+
"匯入"
|
545
|
+
],
|
546
|
+
"Import a job template from ERB": [
|
643
547
|
""
|
644
548
|
],
|
645
|
-
"
|
549
|
+
"In Progress:": [
|
646
550
|
""
|
647
551
|
],
|
648
|
-
"
|
552
|
+
"Include all inputs from the foreign template": [
|
649
553
|
""
|
650
554
|
],
|
651
|
-
"
|
652
|
-
"
|
555
|
+
"Indicates that the action should be cancelled if it cannot be started before this time.": [
|
556
|
+
"這表示如果不能在這時間之前開始,就應該取消動作。"
|
653
557
|
],
|
654
|
-
"
|
558
|
+
"Inherit from host parameter": [
|
655
559
|
""
|
656
560
|
],
|
657
|
-
"
|
658
|
-
"
|
561
|
+
"Input": [
|
562
|
+
"輸入"
|
659
563
|
],
|
660
|
-
"
|
661
|
-
"
|
564
|
+
"Input set description": [
|
565
|
+
"輸入集的描述"
|
662
566
|
],
|
663
|
-
"
|
664
|
-
"
|
567
|
+
"Inputs to use": [
|
568
|
+
"要使用的輸入"
|
665
569
|
],
|
666
|
-
"
|
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.": [
|
667
571
|
""
|
668
572
|
],
|
669
|
-
"
|
573
|
+
"Internal proxy selector can only be used if Katello is enabled": [
|
670
574
|
""
|
671
575
|
],
|
672
|
-
"
|
673
|
-
"
|
674
|
-
],
|
675
|
-
"Location": [
|
676
|
-
"位置"
|
576
|
+
"Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled.": [
|
577
|
+
""
|
677
578
|
],
|
678
|
-
"
|
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": [
|
679
580
|
""
|
680
581
|
],
|
681
|
-
"
|
682
|
-
"
|
582
|
+
"Invalid date": [
|
583
|
+
""
|
683
584
|
],
|
684
|
-
"
|
585
|
+
"Invalid time format": [
|
685
586
|
""
|
686
587
|
],
|
687
|
-
"
|
688
|
-
"
|
588
|
+
"Invocation type, one of %s": [
|
589
|
+
"祈願類型,%s 之一"
|
689
590
|
],
|
690
|
-
"Job
|
691
|
-
"
|
591
|
+
"Job": [
|
592
|
+
"工作"
|
692
593
|
],
|
693
|
-
"
|
694
|
-
"
|
594
|
+
"Job Details": [
|
595
|
+
""
|
695
596
|
],
|
696
|
-
"
|
697
|
-
"
|
597
|
+
"Job Invocation": [
|
598
|
+
"工作祈願"
|
698
599
|
],
|
699
|
-
"
|
700
|
-
"
|
600
|
+
"Job Invocation Report Template": [
|
601
|
+
""
|
701
602
|
],
|
702
|
-
"
|
703
|
-
"
|
603
|
+
"Job Invocations": [
|
604
|
+
""
|
704
605
|
],
|
705
|
-
"
|
706
|
-
"
|
606
|
+
"Job Task": [
|
607
|
+
"工作任務"
|
707
608
|
],
|
708
|
-
"
|
709
|
-
"
|
609
|
+
"Job Templates": [
|
610
|
+
"工作範本"
|
710
611
|
],
|
711
|
-
"
|
612
|
+
"Job cancelled by user": [
|
712
613
|
""
|
713
614
|
],
|
714
|
-
"
|
615
|
+
"Job category": [
|
616
|
+
"工作類別"
|
617
|
+
],
|
618
|
+
"Job execution failed": [
|
715
619
|
""
|
716
620
|
],
|
717
|
-
"
|
718
|
-
"
|
621
|
+
"Job finished with error": [
|
622
|
+
"工作完成但發生錯誤"
|
719
623
|
],
|
720
|
-
"
|
721
|
-
"
|
624
|
+
"Job invocation": [
|
625
|
+
"工作祈願"
|
722
626
|
],
|
723
|
-
"
|
724
|
-
""
|
627
|
+
"Job invocations": [
|
628
|
+
"工作祈願"
|
725
629
|
],
|
726
|
-
"
|
630
|
+
"Job invocations detail": [
|
727
631
|
""
|
728
632
|
],
|
729
|
-
"
|
633
|
+
"Job result": [
|
730
634
|
""
|
731
635
|
],
|
732
|
-
"
|
733
|
-
"
|
636
|
+
"Job template": [
|
637
|
+
"工作範本"
|
734
638
|
],
|
735
|
-
"
|
736
|
-
""
|
639
|
+
"Job template ID to be used for the feature": [
|
640
|
+
"要給這功能使用的工作範本 ID"
|
737
641
|
],
|
738
|
-
"
|
642
|
+
"Job template imported successfully.": [
|
739
643
|
""
|
740
644
|
],
|
741
|
-
"
|
742
|
-
""
|
645
|
+
"Job templates": [
|
646
|
+
"工作範本"
|
743
647
|
],
|
744
|
-
"
|
745
|
-
""
|
648
|
+
"JobTemplate|Locked": [
|
649
|
+
"JobTemplate|Locked"
|
746
650
|
],
|
747
|
-
"
|
748
|
-
""
|
651
|
+
"JobTemplate|Name": [
|
652
|
+
"JobTemplate|Name"
|
749
653
|
],
|
750
|
-
"
|
751
|
-
"
|
654
|
+
"JobTemplate|Snippet": [
|
655
|
+
"JobTemplate|Snippet"
|
752
656
|
],
|
753
|
-
"
|
754
|
-
""
|
657
|
+
"Jobs": [
|
658
|
+
"工作"
|
755
659
|
],
|
756
|
-
"
|
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.": [
|
757
661
|
""
|
758
662
|
],
|
759
|
-
"
|
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.": [
|
760
664
|
""
|
761
665
|
],
|
762
|
-
"
|
763
|
-
"
|
666
|
+
"Label": [
|
667
|
+
"標籤"
|
764
668
|
],
|
765
|
-
"
|
669
|
+
"Last execution cancelled": [
|
766
670
|
""
|
767
671
|
],
|
768
|
-
"
|
769
|
-
"
|
672
|
+
"Last execution failed": [
|
673
|
+
"最後的執行失敗"
|
770
674
|
],
|
771
|
-
"
|
772
|
-
""
|
773
|
-
""
|
675
|
+
"Last execution succeeded": [
|
676
|
+
"最後的執行成功"
|
774
677
|
],
|
775
|
-
"
|
776
|
-
"
|
678
|
+
"Latest Jobs": [
|
679
|
+
""
|
777
680
|
],
|
778
|
-
"
|
779
|
-
"
|
681
|
+
"Learn more about this in the documentation.": [
|
682
|
+
"欲知更多,請參閱文件。"
|
780
683
|
],
|
781
|
-
"
|
684
|
+
"List available remote execution features for a host": [
|
782
685
|
""
|
783
686
|
],
|
784
|
-
"
|
785
|
-
""
|
687
|
+
"List foreign input sets": [
|
688
|
+
"列出外部輸入集"
|
786
689
|
],
|
787
|
-
"
|
788
|
-
"
|
690
|
+
"List job invocations": [
|
691
|
+
"列出工作祈願"
|
789
692
|
],
|
790
|
-
"
|
791
|
-
"
|
693
|
+
"List job templates": [
|
694
|
+
"列出工作範本"
|
792
695
|
],
|
793
|
-
"
|
794
|
-
""
|
696
|
+
"List job templates per location": [
|
697
|
+
"列出各個位置上的工作範本"
|
795
698
|
],
|
796
|
-
"
|
797
|
-
"
|
699
|
+
"List job templates per organization": [
|
700
|
+
"列出各個組織的工作範本"
|
798
701
|
],
|
799
|
-
"
|
702
|
+
"List of proxy IDs to be used for remote execution": [
|
800
703
|
""
|
801
704
|
],
|
802
|
-
"
|
705
|
+
"List remote execution features": [
|
706
|
+
"列出遠端執行功能"
|
707
|
+
],
|
708
|
+
"List template invocations belonging to job invocation": [
|
803
709
|
""
|
804
710
|
],
|
805
|
-
"
|
806
|
-
"
|
711
|
+
"Location": [
|
712
|
+
"位置"
|
807
713
|
],
|
808
|
-
"
|
809
|
-
"
|
714
|
+
"Manual selection": [
|
715
|
+
"手動選擇"
|
810
716
|
],
|
811
|
-
"
|
812
|
-
"
|
717
|
+
"Minute can only be a number between 0-59": [
|
718
|
+
""
|
813
719
|
],
|
814
|
-
"
|
720
|
+
"Missing the required permissions: ${missingPermissions.join( ', ' )}": [
|
815
721
|
""
|
816
722
|
],
|
817
|
-
"
|
818
|
-
"
|
723
|
+
"Monthly": [
|
724
|
+
"每個月"
|
819
725
|
],
|
820
|
-
"
|
821
|
-
"
|
726
|
+
"Must select a bookmark or enter a search query": [
|
727
|
+
"必須選擇書籤或輸入搜尋查詢"
|
822
728
|
],
|
823
|
-
"
|
824
|
-
"
|
729
|
+
"N/A": [
|
730
|
+
"N/A"
|
825
731
|
],
|
826
|
-
"
|
827
|
-
"
|
732
|
+
"Name": [
|
733
|
+
"名稱"
|
828
734
|
],
|
829
|
-
"
|
830
|
-
""
|
735
|
+
"Never": [
|
736
|
+
"永不"
|
831
737
|
],
|
832
|
-
"
|
833
|
-
"
|
738
|
+
"New Job Template": [
|
739
|
+
"新工作範本"
|
834
740
|
],
|
835
|
-
"
|
741
|
+
"New UI": [
|
836
742
|
""
|
837
743
|
],
|
838
|
-
"
|
839
|
-
"週期邏輯"
|
840
|
-
],
|
841
|
-
"Job Invocations": [
|
744
|
+
"Next": [
|
842
745
|
""
|
843
746
|
],
|
844
|
-
"
|
747
|
+
"No (override)": [
|
845
748
|
""
|
846
749
|
],
|
847
|
-
"
|
848
|
-
"
|
750
|
+
"No Target Hosts": [
|
751
|
+
""
|
849
752
|
],
|
850
|
-
"
|
851
|
-
"
|
753
|
+
"No hosts found.": [
|
754
|
+
"找不到主機。"
|
852
755
|
],
|
853
|
-
"
|
854
|
-
"
|
756
|
+
"No jobs available": [
|
757
|
+
""
|
855
758
|
],
|
856
|
-
"
|
857
|
-
"
|
759
|
+
"No results found": [
|
760
|
+
""
|
858
761
|
],
|
859
|
-
"
|
860
|
-
"
|
762
|
+
"No template mapped to feature %{feature_name}": [
|
763
|
+
"沒有範本定義至功能 %{feature_name}"
|
861
764
|
],
|
862
|
-
"
|
863
|
-
"
|
765
|
+
"Not all required inputs have values. Missing inputs: %s": [
|
766
|
+
"並不是所需的輸入都有值。缺少的輸入:%s"
|
864
767
|
],
|
865
|
-
"
|
768
|
+
"Not available": [
|
866
769
|
""
|
867
770
|
],
|
868
|
-
"
|
869
|
-
"
|
771
|
+
"Not yet": [
|
772
|
+
""
|
870
773
|
],
|
871
|
-
"
|
774
|
+
"Now": [
|
872
775
|
""
|
873
776
|
],
|
874
|
-
"
|
875
|
-
"
|
777
|
+
"On": [
|
778
|
+
"開啟"
|
876
779
|
],
|
877
|
-
"
|
878
|
-
"
|
780
|
+
"Only one of feature or job_template_id can be specified": [
|
781
|
+
""
|
879
782
|
],
|
880
|
-
"
|
881
|
-
"
|
783
|
+
"Opening job invocation form": [
|
784
|
+
""
|
882
785
|
],
|
883
|
-
"
|
884
|
-
"
|
786
|
+
"Organization": [
|
787
|
+
"組織"
|
885
788
|
],
|
886
|
-
"
|
887
|
-
"
|
789
|
+
"Override the description format from the template for this invocation only": [
|
790
|
+
"僅為這祈願從範本覆寫描述格式"
|
888
791
|
],
|
889
|
-
"
|
890
|
-
"
|
792
|
+
"Override the global time to pickup interval for this invocation only": [
|
793
|
+
""
|
891
794
|
],
|
892
|
-
"
|
893
|
-
"
|
795
|
+
"Override the timeout interval from the template for this invocation only": [
|
796
|
+
""
|
894
797
|
],
|
895
|
-
"
|
896
|
-
"
|
798
|
+
"Overview": [
|
799
|
+
"概覽"
|
897
800
|
],
|
898
|
-
"
|
899
|
-
"
|
801
|
+
"Overwrite": [
|
802
|
+
"覆寫"
|
900
803
|
],
|
901
|
-
"
|
902
|
-
"
|
804
|
+
"Overwrite template if it already exists": [
|
805
|
+
""
|
903
806
|
],
|
904
|
-
"
|
905
|
-
"
|
807
|
+
"Password": [
|
808
|
+
"密碼"
|
809
|
+
],
|
810
|
+
"Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
811
|
+
""
|
906
812
|
],
|
907
|
-
"
|
908
|
-
"
|
813
|
+
"Pending": [
|
814
|
+
"等待處理中"
|
909
815
|
],
|
910
|
-
"
|
911
|
-
"
|
816
|
+
"Perform a single Puppet run": [
|
817
|
+
""
|
912
818
|
],
|
913
|
-
"
|
914
|
-
"
|
819
|
+
"Perform no more executions after this time": [
|
820
|
+
"此時間之後不再進行任何執行"
|
915
821
|
],
|
916
|
-
"
|
917
|
-
"
|
822
|
+
"Permission Denied": [
|
823
|
+
""
|
918
824
|
],
|
919
|
-
"
|
920
|
-
"
|
825
|
+
"Please enter a search query": [
|
826
|
+
""
|
921
827
|
],
|
922
|
-
"
|
923
|
-
"
|
828
|
+
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
|
829
|
+
""
|
924
830
|
],
|
925
|
-
"
|
926
|
-
"
|
831
|
+
"Please refine your search.": [
|
832
|
+
""
|
927
833
|
],
|
928
|
-
"
|
929
|
-
"
|
834
|
+
"Please request the required permissions listed below from a Foreman administrator:": [
|
835
|
+
""
|
930
836
|
],
|
931
|
-
"
|
837
|
+
"Please select at least one host": [
|
932
838
|
""
|
933
839
|
],
|
934
|
-
"
|
840
|
+
"Please select at least one host collection": [
|
935
841
|
""
|
936
842
|
],
|
937
|
-
"
|
843
|
+
"Please select at least one host group": [
|
938
844
|
""
|
939
845
|
],
|
940
|
-
"
|
846
|
+
"Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
|
941
847
|
""
|
942
848
|
],
|
943
|
-
"
|
944
|
-
"
|
849
|
+
"Prefer IPv6 over IPv4": [
|
850
|
+
""
|
945
851
|
],
|
946
|
-
"
|
947
|
-
"
|
852
|
+
"Preview": [
|
853
|
+
"預覽"
|
948
854
|
],
|
949
|
-
"
|
950
|
-
"
|
855
|
+
"Preview Hosts": [
|
856
|
+
""
|
951
857
|
],
|
952
|
-
"
|
858
|
+
"Preview job description": [
|
953
859
|
""
|
954
860
|
],
|
955
|
-
"
|
956
|
-
"
|
861
|
+
"Preview templates": [
|
862
|
+
""
|
957
863
|
],
|
958
|
-
"
|
959
|
-
"
|
864
|
+
"Private key passphrase": [
|
865
|
+
""
|
960
866
|
],
|
961
|
-
"
|
962
|
-
"
|
867
|
+
"Problem with previewing the template: %{error}. Note that you must save template input changes before you try to preview it.": [
|
868
|
+
"預覽範本時發生問題:%{error}。請注意,您必須在預覽範本前,先儲存範本輸入的變更。"
|
963
869
|
],
|
964
|
-
"
|
965
|
-
"
|
870
|
+
"Proceed Anyway": [
|
871
|
+
""
|
966
872
|
],
|
967
|
-
"
|
968
|
-
"
|
873
|
+
"Provider type": [
|
874
|
+
"供應商種類"
|
969
875
|
],
|
970
|
-
"
|
971
|
-
"
|
876
|
+
"Providers and templates": [
|
877
|
+
"供應者與範本"
|
972
878
|
],
|
973
|
-
"
|
879
|
+
"Proxies": [
|
880
|
+
"代理伺服器"
|
881
|
+
],
|
882
|
+
"Purpose": [
|
974
883
|
""
|
975
884
|
],
|
976
|
-
"
|
977
|
-
"
|
885
|
+
"Query type": [
|
886
|
+
""
|
978
887
|
],
|
979
|
-
"
|
980
|
-
"
|
888
|
+
"REX job has failed - %s": [
|
889
|
+
""
|
981
890
|
],
|
982
|
-
"
|
891
|
+
"REX job has finished - %s": [
|
983
892
|
""
|
984
893
|
],
|
985
|
-
"
|
986
|
-
"
|
894
|
+
"REX job has succeeded - %s": [
|
895
|
+
""
|
987
896
|
],
|
988
|
-
"
|
897
|
+
"REX pull mode": [
|
989
898
|
""
|
990
899
|
],
|
991
|
-
"
|
900
|
+
"Randomized": [
|
992
901
|
""
|
993
902
|
],
|
994
|
-
"
|
903
|
+
"Recent jobs": [
|
995
904
|
""
|
996
905
|
],
|
997
|
-
"
|
906
|
+
"Recurrence": [
|
998
907
|
""
|
999
908
|
],
|
1000
|
-
"
|
909
|
+
"Recurring execution": [
|
1001
910
|
""
|
1002
911
|
],
|
1003
|
-
"
|
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": [
|
1004
928
|
""
|
1005
929
|
],
|
1006
|
-
"
|
1007
|
-
"
|
930
|
+
"Remote action:": [
|
931
|
+
"遠端動作:"
|
1008
932
|
],
|
1009
|
-
"
|
933
|
+
"Remote execution": [
|
934
|
+
"遠端執行"
|
935
|
+
],
|
936
|
+
"Remote execution feature label that should be triggered, job template assigned to this feature will be used": [
|
1010
937
|
""
|
1011
938
|
],
|
1012
|
-
"
|
939
|
+
"Remote execution job": [
|
1013
940
|
""
|
1014
941
|
],
|
1015
|
-
"
|
942
|
+
"Repeat a maximum of N times": [
|
943
|
+
"重複最多 N 次"
|
944
|
+
],
|
945
|
+
"Repeat amount can only be a positive number": [
|
1016
946
|
""
|
1017
947
|
],
|
1018
|
-
"
|
1019
|
-
"
|
948
|
+
"Repeats": [
|
949
|
+
"重複"
|
1020
950
|
],
|
1021
|
-
"
|
1022
|
-
"
|
951
|
+
"Rerun": [
|
952
|
+
"重新執行"
|
1023
953
|
],
|
1024
|
-
"
|
954
|
+
"Rerun failed": [
|
955
|
+
"重新執行失敗"
|
956
|
+
],
|
957
|
+
"Rerun job on failed hosts": [
|
1025
958
|
""
|
1026
959
|
],
|
1027
|
-
"
|
1028
|
-
"
|
960
|
+
"Rerun on %s": [
|
961
|
+
"傳回於 %s"
|
1029
962
|
],
|
1030
|
-
"
|
1031
|
-
""
|
963
|
+
"Rerun on failed hosts": [
|
964
|
+
"在失敗的主機上重新執行"
|
1032
965
|
],
|
1033
|
-
"
|
1034
|
-
"
|
966
|
+
"Rerun the job": [
|
967
|
+
"重新執行工作"
|
1035
968
|
],
|
1036
|
-
"
|
1037
|
-
""
|
969
|
+
"Reset to default": [
|
970
|
+
"重設為預設值"
|
1038
971
|
],
|
1039
|
-
"
|
972
|
+
"Resolves to": [
|
973
|
+
"解析至"
|
974
|
+
],
|
975
|
+
"Results": [
|
1040
976
|
""
|
1041
977
|
],
|
1042
|
-
"
|
978
|
+
"Review details": [
|
1043
979
|
""
|
1044
980
|
],
|
1045
|
-
"
|
981
|
+
"Run": [
|
982
|
+
"執行"
|
983
|
+
],
|
984
|
+
"Run Job": [
|
985
|
+
"執行工作"
|
986
|
+
],
|
987
|
+
"Run Puppet Once": [
|
1046
988
|
""
|
1047
989
|
],
|
1048
|
-
"
|
990
|
+
"Run Script": [
|
1049
991
|
""
|
1050
992
|
],
|
1051
|
-
"
|
993
|
+
"Run a script": [
|
1052
994
|
""
|
1053
995
|
],
|
1054
|
-
"
|
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.": [
|
1055
1000
|
""
|
1056
1001
|
],
|
1057
|
-
"
|
1002
|
+
"Run job": [
|
1058
1003
|
""
|
1059
1004
|
],
|
1060
|
-
"
|
1005
|
+
"Run on selected hosts": [
|
1061
1006
|
""
|
1062
1007
|
],
|
1063
|
-
"
|
1008
|
+
"Running": [
|
1009
|
+
"執行中"
|
1010
|
+
],
|
1011
|
+
"SSH Port": [
|
1064
1012
|
""
|
1065
1013
|
],
|
1066
|
-
"
|
1014
|
+
"SSH User": [
|
1067
1015
|
""
|
1068
1016
|
],
|
1069
|
-
"
|
1017
|
+
"SSH provider specific options": [
|
1018
|
+
"SSH 供應者特定選項"
|
1019
|
+
],
|
1020
|
+
"SSH user": [
|
1070
1021
|
""
|
1071
1022
|
],
|
1072
|
-
"
|
1023
|
+
"SSH user:": [
|
1073
1024
|
""
|
1074
1025
|
],
|
1075
|
-
"
|
1026
|
+
"Schedule": [
|
1027
|
+
"排程"
|
1028
|
+
],
|
1029
|
+
"Schedule Remote Job": [
|
1076
1030
|
""
|
1077
1031
|
],
|
1078
|
-
"
|
1032
|
+
"Schedule a job": [
|
1079
1033
|
""
|
1080
1034
|
],
|
1081
|
-
"
|
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": [
|
1082
1042
|
""
|
1083
1043
|
],
|
1084
|
-
"
|
1044
|
+
"Scheduled": [
|
1085
1045
|
""
|
1086
1046
|
],
|
1087
|
-
"
|
1047
|
+
"Scheduled at:": [
|
1088
1048
|
""
|
1089
1049
|
],
|
1090
|
-
"
|
1050
|
+
"Scheduled to start at": [
|
1091
1051
|
""
|
1092
1052
|
],
|
1093
|
-
"
|
1053
|
+
"Scheduled to start before": [
|
1094
1054
|
""
|
1095
1055
|
],
|
1096
|
-
"
|
1056
|
+
"Scheduled: ${totalHosts} hosts": [
|
1097
1057
|
""
|
1098
1058
|
],
|
1099
|
-
"
|
1059
|
+
"Script": [
|
1100
1060
|
""
|
1101
1061
|
],
|
1102
|
-
"
|
1103
|
-
"
|
1062
|
+
"Scroll to bottom": [
|
1063
|
+
"捲動至底端"
|
1104
1064
|
],
|
1105
|
-
"
|
1106
|
-
""
|
1065
|
+
"Scroll to top": [
|
1066
|
+
"捲動至頂端"
|
1107
1067
|
],
|
1108
|
-
"
|
1068
|
+
"Search Query": [
|
1109
1069
|
""
|
1110
1070
|
],
|
1111
|
-
"
|
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.": [
|
1112
1072
|
""
|
1113
1073
|
],
|
1114
|
-
"
|
1115
|
-
""
|
1074
|
+
"Search query": [
|
1075
|
+
"搜尋查詢"
|
1116
1076
|
],
|
1117
|
-
"
|
1118
|
-
""
|
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
|
+
"使用遠端執行為代理搜尋主機,這在主機沒有子網路、或子網路沒有執行代理時很有用"
|
1119
1079
|
],
|
1120
|
-
"
|
1080
|
+
"See more details at %s": [
|
1121
1081
|
""
|
1122
1082
|
],
|
1123
|
-
"
|
1124
|
-
""
|
1083
|
+
"See the last task details": [
|
1084
|
+
"檢視最後工作的詳情"
|
1125
1085
|
],
|
1126
|
-
"
|
1127
|
-
""
|
1086
|
+
"See the task details": [
|
1087
|
+
"檢視工作的詳情"
|
1128
1088
|
],
|
1129
|
-
"
|
1089
|
+
"Select a report template used for generating a report for a particular remote execution job": [
|
1130
1090
|
""
|
1131
1091
|
],
|
1132
|
-
"
|
1092
|
+
"Select an ERB file to upload in order to import a job template. The template must contain metadata in the first ERB comment.": [
|
1133
1093
|
""
|
1134
1094
|
],
|
1135
|
-
"
|
1136
|
-
""
|
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
|
+
"為此子網路儘可能選擇遠端執行代理。加入有著同樣供應者的多重代理之後,動作就會在這些代理上進行負載平衡。"
|
1137
1097
|
],
|
1138
|
-
"
|
1098
|
+
"Select the type of execution": [
|
1139
1099
|
""
|
1140
1100
|
],
|
1141
|
-
"
|
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": [
|
1142
1102
|
""
|
1143
1103
|
],
|
1144
|
-
"
|
1104
|
+
"Set SSH key passphrase": [
|
1145
1105
|
""
|
1146
1106
|
],
|
1147
|
-
"
|
1107
|
+
"Set SSH password": [
|
1148
1108
|
""
|
1149
1109
|
],
|
1150
|
-
"
|
1110
|
+
"Set SSH user": [
|
1151
1111
|
""
|
1152
1112
|
],
|
1153
|
-
"
|
1113
|
+
"Set password for effective user (using sudo-like mechanisms)": [
|
1154
1114
|
""
|
1155
1115
|
],
|
1156
|
-
"
|
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.": [
|
1157
1117
|
""
|
1158
1118
|
],
|
1159
|
-
"
|
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": [
|
1160
1120
|
""
|
1161
1121
|
],
|
1162
|
-
"
|
1122
|
+
"Should this interface be used for remote execution?": [
|
1163
1123
|
""
|
1164
1124
|
],
|
1165
|
-
"
|
1125
|
+
"Show Job status for the hosts": [
|
1166
1126
|
""
|
1167
1127
|
],
|
1168
|
-
"
|
1128
|
+
"Show all advanced fields": [
|
1169
1129
|
""
|
1170
1130
|
],
|
1171
|
-
"
|
1172
|
-
"
|
1131
|
+
"Show foreign input set details": [
|
1132
|
+
"顯示外部輸入集的詳細資料"
|
1173
1133
|
],
|
1174
|
-
"
|
1175
|
-
"
|
1134
|
+
"Show job invocation": [
|
1135
|
+
"顯示工作祈願"
|
1176
1136
|
],
|
1177
|
-
"
|
1178
|
-
"
|
1137
|
+
"Show job template details": [
|
1138
|
+
"顯示工作範本的詳情"
|
1179
1139
|
],
|
1180
|
-
"
|
1181
|
-
""
|
1140
|
+
"Show remote execution feature": [
|
1141
|
+
"顯示遠端執行功能"
|
1182
1142
|
],
|
1183
|
-
"
|
1143
|
+
"Skip to review": [
|
1184
1144
|
""
|
1185
1145
|
],
|
1186
|
-
"
|
1146
|
+
"Skip to review step": [
|
1187
1147
|
""
|
1188
1148
|
],
|
1189
|
-
"
|
1190
|
-
""
|
1149
|
+
"Snippet": [
|
1150
|
+
"程式碼片段"
|
1191
1151
|
],
|
1192
|
-
"
|
1193
|
-
""
|
1152
|
+
"Start": [
|
1153
|
+
"開始"
|
1194
1154
|
],
|
1195
|
-
"
|
1155
|
+
"Start job": [
|
1196
1156
|
""
|
1197
1157
|
],
|
1198
|
-
"
|
1158
|
+
"Started": [
|
1199
1159
|
""
|
1200
1160
|
],
|
1201
|
-
"
|
1161
|
+
"Started at:": [
|
1202
1162
|
""
|
1203
1163
|
],
|
1204
|
-
"
|
1164
|
+
"Starts": [
|
1165
|
+
"起始"
|
1166
|
+
],
|
1167
|
+
"Starts Before": [
|
1205
1168
|
""
|
1206
1169
|
],
|
1207
|
-
"
|
1208
|
-
"
|
1170
|
+
"Starts at": [
|
1171
|
+
""
|
1209
1172
|
],
|
1210
|
-
"
|
1173
|
+
"Starts before": [
|
1211
1174
|
""
|
1212
1175
|
],
|
1213
|
-
"
|
1214
|
-
"
|
1176
|
+
"State": [
|
1177
|
+
"狀態"
|
1215
1178
|
],
|
1216
|
-
"
|
1217
|
-
"
|
1179
|
+
"Static Query": [
|
1180
|
+
"靜態查詢"
|
1218
1181
|
],
|
1219
|
-
"
|
1182
|
+
"Static query": [
|
1220
1183
|
""
|
1221
1184
|
],
|
1222
|
-
"
|
1223
|
-
""
|
1185
|
+
"Status": [
|
1186
|
+
"狀態"
|
1224
1187
|
],
|
1225
|
-
"
|
1188
|
+
"Submit": [
|
1226
1189
|
""
|
1227
1190
|
],
|
1228
|
-
"
|
1191
|
+
"Subscribe to all my jobs": [
|
1229
1192
|
""
|
1230
1193
|
],
|
1231
|
-
"
|
1194
|
+
"Subscribe to my failed jobs": [
|
1232
1195
|
""
|
1233
1196
|
],
|
1234
|
-
"
|
1197
|
+
"Subscribe to my succeeded jobs": [
|
1235
1198
|
""
|
1236
1199
|
],
|
1237
|
-
"
|
1238
|
-
""
|
1200
|
+
"Succeeded": [
|
1201
|
+
"已成功"
|
1239
1202
|
],
|
1240
|
-
"
|
1203
|
+
"Succeeded:": [
|
1241
1204
|
""
|
1242
1205
|
],
|
1243
|
-
"
|
1244
|
-
""
|
1206
|
+
"Success": [
|
1207
|
+
"成功"
|
1245
1208
|
],
|
1246
|
-
"
|
1209
|
+
"Switch to the new job invocation detail UI": [
|
1247
1210
|
""
|
1248
1211
|
],
|
1249
|
-
"
|
1212
|
+
"Sync Job Templates": [
|
1250
1213
|
""
|
1251
1214
|
],
|
1252
|
-
"
|
1215
|
+
"System status": [
|
1253
1216
|
""
|
1254
1217
|
],
|
1255
|
-
"
|
1218
|
+
"Systems": [
|
1256
1219
|
""
|
1257
1220
|
],
|
1258
|
-
"
|
1259
|
-
""
|
1221
|
+
"Target hosts": [
|
1222
|
+
"目標主機"
|
1260
1223
|
],
|
1261
|
-
"
|
1224
|
+
"Target hosts and inputs": [
|
1262
1225
|
""
|
1263
1226
|
],
|
1264
|
-
"
|
1265
|
-
""
|
1227
|
+
"Target template ID": [
|
1228
|
+
"目標範本 ID"
|
1266
1229
|
],
|
1267
|
-
"
|
1268
|
-
""
|
1230
|
+
"Target: ": [
|
1231
|
+
"目標:"
|
1269
1232
|
],
|
1270
|
-
"
|
1271
|
-
""
|
1233
|
+
"Task Details": [
|
1234
|
+
"工作詳細資料"
|
1272
1235
|
],
|
1273
|
-
"
|
1236
|
+
"Task cancelled": [
|
1274
1237
|
""
|
1275
1238
|
],
|
1276
|
-
"
|
1239
|
+
"Template ERB": [
|
1277
1240
|
""
|
1278
1241
|
],
|
1279
|
-
"
|
1242
|
+
"Template Invocation for %s": [
|
1280
1243
|
""
|
1281
1244
|
],
|
1282
|
-
"
|
1245
|
+
"Template failed with:": [
|
1283
1246
|
""
|
1284
1247
|
],
|
1285
|
-
"
|
1248
|
+
"Template name": [
|
1249
|
+
"範本名稱"
|
1250
|
+
],
|
1251
|
+
"Template version": [
|
1252
|
+
"範本版本"
|
1253
|
+
],
|
1254
|
+
"Template with id '%{id}' was not found": [
|
1255
|
+
"找不到 ID 為 '%{id}' 的範本"
|
1256
|
+
],
|
1257
|
+
"Template:": [
|
1286
1258
|
""
|
1287
1259
|
],
|
1288
1260
|
"Templates list failed with:": [
|
1289
1261
|
""
|
1290
1262
|
],
|
1291
|
-
"
|
1263
|
+
"The cron line supports extended cron line syntax. For details please refer to the ": [
|
1292
1264
|
""
|
1293
1265
|
],
|
1294
|
-
"
|
1295
|
-
""
|
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} 找到。"
|
1296
1268
|
],
|
1297
|
-
"
|
1298
|
-
""
|
1269
|
+
"The execution interface is used for remote execution": [
|
1270
|
+
"用來遠端執行的執行介面"
|
1299
1271
|
],
|
1300
|
-
"
|
1301
|
-
""
|
1272
|
+
"The final host list may change because the selected query is dynamic. It will be rerun during execution.": [
|
1273
|
+
"最終主機清單可能會改變,因為選擇查詢是動態的。這會在執行時重新執行。"
|
1302
1274
|
],
|
1303
|
-
"
|
1275
|
+
"The job cannot be aborted at the moment.": [
|
1304
1276
|
""
|
1305
1277
|
],
|
1306
|
-
"
|
1278
|
+
"The job cannot be cancelled at the moment.": [
|
1307
1279
|
""
|
1308
1280
|
],
|
1309
|
-
"
|
1281
|
+
"The job could not be cancelled.": [
|
1310
1282
|
""
|
1311
1283
|
],
|
1312
|
-
"
|
1284
|
+
"The job template to use, parameter is required unless feature was specified": [
|
1313
1285
|
""
|
1314
1286
|
],
|
1315
|
-
"
|
1287
|
+
"The only applicable proxy %{proxy_names} is down": [
|
1288
|
+
"",
|
1316
1289
|
""
|
1317
1290
|
],
|
1318
|
-
"
|
1319
|
-
""
|
1291
|
+
"The template %{template_name} mapped to feature %{feature_name} is not accessible by the user": [
|
1292
|
+
"使用者無法存取範本 %{template_name} 對應至功能 %{feature_name}"
|
1320
1293
|
],
|
1321
|
-
"
|
1294
|
+
"There are no available input fields for the selected template.": [
|
1322
1295
|
""
|
1323
1296
|
],
|
1324
|
-
"
|
1325
|
-
""
|
1297
|
+
"There was an error while updating the status, try refreshing the page.": [
|
1298
|
+
"更新狀態時發生錯誤,請更新此頁面。"
|
1326
1299
|
],
|
1327
|
-
"
|
1300
|
+
"This can happen if the host is removed or moved to another organization or location after the job was started": [
|
1328
1301
|
""
|
1329
1302
|
],
|
1330
|
-
"
|
1331
|
-
""
|
1303
|
+
"This template is locked for editing.": [
|
1304
|
+
"此範本已鎖定,因此無法編輯。"
|
1332
1305
|
],
|
1333
|
-
"
|
1334
|
-
"
|
1306
|
+
"This template is locked. Please clone it to a new template to customize.": [
|
1307
|
+
"此範本已鎖定。請將它複製至一個新的範本以自訂化。"
|
1335
1308
|
],
|
1336
|
-
"
|
1337
|
-
""
|
1309
|
+
"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}.": [
|
1310
|
+
"這範本是用來產生描述。輸入值可以使用 %{package} 語法。您也可以使用 %{job_category} 與 %{template_name} 來包括工作類別與範本名稱。"
|
1338
1311
|
],
|
1339
|
-
"
|
1312
|
+
"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}.": [
|
1340
1313
|
""
|
1341
1314
|
],
|
1342
|
-
"
|
1315
|
+
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
1343
1316
|
""
|
1344
1317
|
],
|
1345
|
-
"
|
1318
|
+
"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.": [
|
1346
1319
|
""
|
1347
1320
|
],
|
1348
|
-
"
|
1321
|
+
"Time to pickup": [
|
1349
1322
|
""
|
1350
1323
|
],
|
1351
|
-
"
|
1352
|
-
"Cron 行"
|
1353
|
-
],
|
1354
|
-
"No Target Hosts": [
|
1324
|
+
"Timeout to kill": [
|
1355
1325
|
""
|
1356
1326
|
],
|
1357
|
-
"
|
1327
|
+
"Timeout to kill after": [
|
1358
1328
|
""
|
1359
1329
|
],
|
1360
|
-
"
|
1361
|
-
""
|
1330
|
+
"Toggle DEBUG": [
|
1331
|
+
"切換 DEBUG"
|
1362
1332
|
],
|
1363
|
-
"
|
1364
|
-
""
|
1333
|
+
"Toggle STDERR": [
|
1334
|
+
"切換 STDERR"
|
1365
1335
|
],
|
1366
|
-
"
|
1367
|
-
""
|
1336
|
+
"Toggle STDOUT": [
|
1337
|
+
"切換 STDOUT"
|
1368
1338
|
],
|
1369
|
-
"
|
1370
|
-
""
|
1339
|
+
"Toggle command": [
|
1340
|
+
"切換指令"
|
1371
1341
|
],
|
1372
|
-
"
|
1373
|
-
""
|
1342
|
+
"Total hosts": [
|
1343
|
+
"主機總數"
|
1374
1344
|
],
|
1375
|
-
"
|
1345
|
+
"Try to abort the job on a host without waiting for its result": [
|
1376
1346
|
""
|
1377
1347
|
],
|
1378
|
-
"
|
1379
|
-
"起始"
|
1380
|
-
],
|
1381
|
-
"Now": [
|
1348
|
+
"Try to abort the job without waiting for the results from the remote hosts": [
|
1382
1349
|
""
|
1383
1350
|
],
|
1384
|
-
"
|
1385
|
-
"
|
1351
|
+
"Try to cancel the job": [
|
1352
|
+
"試著取消工作"
|
1386
1353
|
],
|
1387
|
-
"
|
1388
|
-
"
|
1354
|
+
"Try to cancel the job on a host": [
|
1355
|
+
"試著取消主機上的工作"
|
1389
1356
|
],
|
1390
|
-
"
|
1357
|
+
"Trying to abort the job": [
|
1391
1358
|
""
|
1392
1359
|
],
|
1393
|
-
"
|
1360
|
+
"Trying to cancel the job": [
|
1394
1361
|
""
|
1395
1362
|
],
|
1396
|
-
"
|
1397
|
-
""
|
1363
|
+
"Type": [
|
1364
|
+
"類型"
|
1398
1365
|
],
|
1399
|
-
"
|
1366
|
+
"Type has impact on when is the query evaluated to hosts.": [
|
1400
1367
|
""
|
1401
1368
|
],
|
1402
|
-
"
|
1369
|
+
"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>": [
|
1403
1370
|
""
|
1404
1371
|
],
|
1405
|
-
"
|
1372
|
+
"Type of execution": [
|
1406
1373
|
""
|
1407
1374
|
],
|
1408
|
-
"Type
|
1409
|
-
""
|
1375
|
+
"Type of query": [
|
1376
|
+
"查詢類型"
|
1410
1377
|
],
|
1411
|
-
"
|
1378
|
+
"Unable to create mail notification: %s": [
|
1412
1379
|
""
|
1413
1380
|
],
|
1414
|
-
"
|
1415
|
-
""
|
1381
|
+
"Unable to fetch public key": [
|
1382
|
+
"無法取得公開金鑰"
|
1416
1383
|
],
|
1417
|
-
"
|
1384
|
+
"Unable to remove host from known hosts": [
|
1418
1385
|
""
|
1419
1386
|
],
|
1420
|
-
"
|
1387
|
+
"Unable to save template. Correct highlighted errors": [
|
1421
1388
|
""
|
1422
1389
|
],
|
1423
|
-
"
|
1424
|
-
"
|
1390
|
+
"Unknown execution status": [
|
1391
|
+
"未知的執行狀態"
|
1425
1392
|
],
|
1426
|
-
"
|
1427
|
-
"
|
1393
|
+
"Unknown input %{input_name} for template %{template_name}": [
|
1394
|
+
"未知的輸入 %{input_name} 給範本 %{template_name}"
|
1428
1395
|
],
|
1429
|
-
"
|
1430
|
-
"
|
1396
|
+
"Unknown remote execution feature %s": [
|
1397
|
+
"未知的遠端執行功能 %s"
|
1431
1398
|
],
|
1432
|
-
"
|
1433
|
-
"
|
1399
|
+
"Unsupported or no operating system found for this host.": [
|
1400
|
+
"不支援或此主機上找不到作業系統。"
|
1434
1401
|
],
|
1435
|
-
"
|
1436
|
-
"
|
1402
|
+
"Update a foreign input set": [
|
1403
|
+
"更新外部輸入集"
|
1437
1404
|
],
|
1438
|
-
"
|
1439
|
-
""
|
1405
|
+
"Update a job template": [
|
1406
|
+
"更新工作範本"
|
1440
1407
|
],
|
1441
|
-
"
|
1442
|
-
""
|
1408
|
+
"Use default description template": [
|
1409
|
+
"使用預設的描述範本"
|
1443
1410
|
],
|
1444
|
-
"
|
1445
|
-
"
|
1411
|
+
"Use legacy form": [
|
1412
|
+
""
|
1446
1413
|
],
|
1447
|
-
"
|
1414
|
+
"Use new job wizard": [
|
1448
1415
|
""
|
1449
1416
|
],
|
1450
|
-
"
|
1417
|
+
"Use old form": [
|
1451
1418
|
""
|
1452
1419
|
],
|
1453
|
-
"
|
1420
|
+
"User Inputs": [
|
1454
1421
|
""
|
1455
1422
|
],
|
1456
|
-
"
|
1457
|
-
"
|
1423
|
+
"User can not execute job on host %s": [
|
1424
|
+
"使用者無法在主機 %s 上執行工作"
|
1458
1425
|
],
|
1459
|
-
"
|
1426
|
+
"User can not execute job on infrastructure host %s": [
|
1460
1427
|
""
|
1461
1428
|
],
|
1462
|
-
"
|
1463
|
-
"
|
1429
|
+
"User can not execute this job template": [
|
1430
|
+
"使用者無法執行此工作範本"
|
1464
1431
|
],
|
1465
|
-
"
|
1466
|
-
"
|
1432
|
+
"User can not execute this job template on %s": [
|
1433
|
+
"使用者無法在 %s 上執行此工作範本"
|
1467
1434
|
],
|
1468
|
-
"
|
1435
|
+
"User input": [
|
1436
|
+
"使用者輸入"
|
1437
|
+
],
|
1438
|
+
"Value": [
|
1439
|
+
"值"
|
1440
|
+
],
|
1441
|
+
"View all jobs": [
|
1469
1442
|
""
|
1470
1443
|
],
|
1471
|
-
"
|
1444
|
+
"View finished jobs": [
|
1472
1445
|
""
|
1473
1446
|
],
|
1474
|
-
"
|
1447
|
+
"View running jobs": [
|
1475
1448
|
""
|
1476
1449
|
],
|
1477
|
-
"
|
1450
|
+
"View scheduled jobs": [
|
1478
1451
|
""
|
1479
1452
|
],
|
1480
|
-
"
|
1453
|
+
"Web Console": [
|
1481
1454
|
""
|
1482
1455
|
],
|
1483
|
-
"
|
1484
|
-
"
|
1456
|
+
"Weekly": [
|
1457
|
+
"每週"
|
1485
1458
|
],
|
1486
|
-
"
|
1487
|
-
""
|
1459
|
+
"What command should be used to switch to the effective user. One of %s": [
|
1460
|
+
"該用哪個指令來切換至有效的使用者。%s 之一"
|
1488
1461
|
],
|
1489
|
-
"
|
1490
|
-
""
|
1462
|
+
"What user should be used to run the script (using sudo-like mechanisms)": [
|
1463
|
+
"哪位使用者該用來執行此 script(使用類似 sudo 機制)"
|
1491
1464
|
],
|
1492
|
-
"
|
1493
|
-
""
|
1465
|
+
"What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting.": [
|
1466
|
+
"哪位使用者該用來執行此 script(使用類似 sudo 機制)。預設值設為範本參數或全域設定。"
|
1494
1467
|
],
|
1495
|
-
"
|
1468
|
+
"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": [
|
1496
1469
|
""
|
1497
1470
|
],
|
1498
|
-
"
|
1471
|
+
"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.": [
|
1499
1472
|
""
|
1500
1473
|
],
|
1501
|
-
"
|
1474
|
+
"Where to find the Cockpit instance for the Web Console button. By default, no button is shown.": [
|
1502
1475
|
""
|
1503
1476
|
],
|
1504
|
-
"
|
1505
|
-
""
|
1477
|
+
"Whether it should be allowed to override the effective user from the invocation form.": [
|
1478
|
+
"是否允許從祈願清單覆寫有效使用者。"
|
1506
1479
|
],
|
1507
|
-
"
|
1508
|
-
""
|
1480
|
+
"Whether or not the template is locked for editing": [
|
1481
|
+
"範本是否鎖定並禁止進行編輯"
|
1509
1482
|
],
|
1510
|
-
"
|
1483
|
+
"Whether the current user login should be used as the effective user": [
|
1484
|
+
"目前登入的使用者是否應作為有效使用者"
|
1485
|
+
],
|
1486
|
+
"Whether to overwrite the template if it already exists": [
|
1511
1487
|
""
|
1512
1488
|
],
|
1513
|
-
"
|
1514
|
-
"
|
1489
|
+
"Whether we should sync templates from disk when running db:seed.": [
|
1490
|
+
"執行 db:seed 時是否要從磁碟同步範本。"
|
1515
1491
|
],
|
1516
|
-
"
|
1492
|
+
"Workers pool size": [
|
1517
1493
|
""
|
1518
1494
|
],
|
1519
|
-
"
|
1495
|
+
"Yes (override)": [
|
1520
1496
|
""
|
1521
1497
|
],
|
1522
|
-
"You
|
1523
|
-
""
|
1498
|
+
"You are not allowed to see the currently assigned template. Saving the form now would unassign the template.": [
|
1499
|
+
"您不能看到目前指定的範本。現在儲存表單會取消指定範本。"
|
1524
1500
|
],
|
1525
|
-
"
|
1501
|
+
"You are not authorized to perform this action.": [
|
1526
1502
|
""
|
1527
1503
|
],
|
1528
|
-
"%s
|
1504
|
+
"You have %s results to display. Showing first %s results": [
|
1529
1505
|
""
|
1530
1506
|
],
|
1531
|
-
"
|
1507
|
+
"add an input set for this template to reference a different template inputs": [
|
1508
|
+
"為此範本新增輸入集,以參照至不同的範本輸入"
|
1509
|
+
],
|
1510
|
+
"cancelled": [
|
1511
|
+
"已取消"
|
1512
|
+
],
|
1513
|
+
"default_capsule method missing from SmartProxy": [
|
1532
1514
|
""
|
1533
1515
|
],
|
1534
|
-
"
|
1516
|
+
"documentation": [
|
1535
1517
|
""
|
1536
1518
|
],
|
1537
|
-
"
|
1519
|
+
"effective user": [
|
1538
1520
|
""
|
1539
1521
|
],
|
1540
|
-
"
|
1522
|
+
"error": [
|
1541
1523
|
""
|
1542
1524
|
],
|
1543
|
-
"
|
1525
|
+
"error during rendering: %s": [
|
1526
|
+
"處理時發生錯誤:%s"
|
1527
|
+
],
|
1528
|
+
"evaluates just after you submit this form": [
|
1544
1529
|
""
|
1545
1530
|
],
|
1546
|
-
"
|
1531
|
+
"evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it": [
|
1547
1532
|
""
|
1548
1533
|
],
|
1549
|
-
"
|
1550
|
-
"
|
1534
|
+
"failed": [
|
1535
|
+
"已失敗"
|
1551
1536
|
],
|
1552
|
-
"
|
1553
|
-
"
|
1537
|
+
"here": [
|
1538
|
+
"這裏"
|
1554
1539
|
],
|
1555
|
-
"
|
1556
|
-
""
|
1540
|
+
"host already has an execution interface": [
|
1541
|
+
"主機已有執行介面"
|
1557
1542
|
],
|
1558
|
-
"
|
1559
|
-
""
|
1543
|
+
"hosts": [
|
1544
|
+
"主機"
|
1560
1545
|
],
|
1561
|
-
"
|
1562
|
-
""
|
1546
|
+
"in %s": [
|
1547
|
+
"%s 中"
|
1563
1548
|
],
|
1564
|
-
"
|
1565
|
-
"
|
1549
|
+
"included template '%s' not found": [
|
1550
|
+
"找不到包含的範本 '%s'"
|
1551
|
+
],
|
1552
|
+
"input macro with name '%s' used, but no input with such name defined for this template": [
|
1553
|
+
"使用了名為 '%s' 的輸入巨集,但此範本並未輸入這樣的名稱"
|
1554
|
+
],
|
1555
|
+
"is day of month (range: 1-31)": [
|
1556
|
+
"是日期(範圍:1-31)"
|
1557
|
+
],
|
1558
|
+
"is day of week (range: 0-6)": [
|
1559
|
+
"是星期幾(範圍:0-6)"
|
1560
|
+
],
|
1561
|
+
"is hour (range: 0-23)": [
|
1562
|
+
"是小時(範圍:0-23)"
|
1563
|
+
],
|
1564
|
+
"is minute (range: 0-59)": [
|
1565
|
+
"是分鐘(範圍:0-59)"
|
1566
|
+
],
|
1567
|
+
"is month (range: 1-12)": [
|
1568
|
+
"是月份(範圍:1-12)"
|
1566
1569
|
],
|
1567
1570
|
"no": [
|
1568
1571
|
"否"
|
1569
1572
|
],
|
1570
|
-
"
|
1573
|
+
"occurences": [
|
1571
1574
|
""
|
1572
1575
|
],
|
1573
|
-
"
|
1576
|
+
"open-help-tooltip-button": [
|
1574
1577
|
""
|
1575
1578
|
],
|
1576
|
-
"
|
1579
|
+
"queued": [
|
1580
|
+
"已排程"
|
1581
|
+
],
|
1582
|
+
"queued to start executing in %{time}": [
|
1577
1583
|
""
|
1578
1584
|
],
|
1579
|
-
"
|
1585
|
+
"range: 0-59": [
|
1580
1586
|
""
|
1581
1587
|
],
|
1582
|
-
"
|
1588
|
+
"remove template input set": [
|
1589
|
+
"移除範本輸入集"
|
1590
|
+
],
|
1591
|
+
"running %{percent}%%": [
|
1583
1592
|
""
|
1584
1593
|
],
|
1585
|
-
"
|
1586
|
-
"
|
1594
|
+
"seconds": [
|
1595
|
+
"秒"
|
1587
1596
|
],
|
1588
|
-
"
|
1597
|
+
"succeeded": [
|
1598
|
+
"已成功"
|
1599
|
+
],
|
1600
|
+
"tasks at a time": [
|
1589
1601
|
""
|
1590
1602
|
],
|
1591
|
-
"
|
1592
|
-
"
|
1603
|
+
"template": [
|
1604
|
+
"範本"
|
1605
|
+
],
|
1606
|
+
"unknown status": [
|
1607
|
+
"未知的狀態"
|
1608
|
+
],
|
1609
|
+
"using ": [
|
1610
|
+
""
|
1611
|
+
],
|
1612
|
+
"using Smart Proxy": [
|
1613
|
+
""
|
1614
|
+
],
|
1615
|
+
"view host names": [
|
1616
|
+
""
|
1617
|
+
],
|
1618
|
+
"yes": [
|
1619
|
+
"是"
|
1593
1620
|
]
|
1594
1621
|
}
|
1595
1622
|
}
|