foreman_remote_execution 13.1.0 → 13.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- 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/controllers/api/v2/job_invocations_controller.rb +1 -0
- data/app/models/job_invocation.rb +23 -0
- data/app/models/job_invocation_composer.rb +2 -0
- data/app/views/api/v2/job_invocations/base.json.rabl +3 -2
- data/app/views/templates/script/package_action.erb +5 -2
- 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 +2 -1
- data/webpack/JobInvocationDetail/JobInvocationActions.js +134 -3
- data/webpack/JobInvocationDetail/JobInvocationConstants.js +14 -0
- data/webpack/JobInvocationDetail/JobInvocationDetail.scss +5 -2
- data/webpack/JobInvocationDetail/JobInvocationSelectors.js +5 -0
- data/webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js +13 -9
- data/webpack/JobInvocationDetail/JobInvocationToolbarButtons.js +268 -0
- data/webpack/JobInvocationDetail/__tests__/MainInformation.test.js +259 -0
- data/webpack/JobInvocationDetail/__tests__/fixtures.js +117 -0
- data/webpack/JobInvocationDetail/index.js +58 -38
- data/webpack/JobWizard/JobWizardPageRerun.js +16 -11
- data/webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js +8 -6
- data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext/index.js +2 -0
- data/webpack/__mocks__/foremanReact/components/BreadcrumbBar/index.js +4 -0
- data/webpack/__mocks__/foremanReact/components/Head/index.js +10 -0
- data/webpack/__mocks__/foremanReact/components/HostDetails/DetailsCard/DefaultLoaderEmptyState.js +8 -0
- data/webpack/__mocks__/foremanReact/components/ToastsList/index.js +3 -0
- data/webpack/__mocks__/foremanReact/redux/API/APIActions.js +21 -0
- data/webpack/__mocks__/foremanReact/redux/API/APIConstants.js +7 -0
- data/webpack/__mocks__/foremanReact/redux/API/index.js +14 -0
- data/webpack/__mocks__/foremanReact/redux/middlewares/IntervalMiddleware/index.js +9 -0
- metadata +12 -2
data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js
CHANGED
@@ -17,1577 +17,1604 @@
|
|
17
17
|
"domain": "foreman_remote_execution",
|
18
18
|
"plural_forms": "nplurals=1; plural=0;"
|
19
19
|
},
|
20
|
-
"
|
21
|
-
"
|
20
|
+
"${d.title} ${d.count} hosts": [
|
21
|
+
""
|
22
22
|
],
|
23
|
-
"
|
24
|
-
"
|
23
|
+
"%s": [
|
24
|
+
"%s"
|
25
25
|
],
|
26
|
-
"
|
27
|
-
"
|
26
|
+
"%s ago": [
|
27
|
+
"%s 前"
|
28
28
|
],
|
29
|
-
"
|
30
|
-
"
|
29
|
+
"%s job has been invoked": [
|
30
|
+
"%s 任务已被调用"
|
31
31
|
],
|
32
|
-
"
|
33
|
-
"
|
32
|
+
"%s more": [
|
33
|
+
""
|
34
34
|
],
|
35
|
-
"
|
36
|
-
"
|
35
|
+
"%{description} on %{host}": [
|
36
|
+
"%{host} 的 %{description}"
|
37
37
|
],
|
38
|
-
"
|
39
|
-
"
|
38
|
+
"'Starts before' date must be after 'Starts at' date": [
|
39
|
+
""
|
40
40
|
],
|
41
|
-
"
|
42
|
-
"
|
41
|
+
"'Starts before' date must in the future": [
|
42
|
+
""
|
43
43
|
],
|
44
|
-
"
|
45
|
-
"
|
44
|
+
"...and %s more": [
|
45
|
+
"...和 %s 个更多"
|
46
46
|
],
|
47
|
-
"
|
48
|
-
"
|
47
|
+
"...and %{count} more": [
|
48
|
+
"...和 %{count} 个更多"
|
49
49
|
],
|
50
|
-
"
|
51
|
-
"
|
50
|
+
"A comma separated list of input names to be excluded from the foreign template.": [
|
51
|
+
"以逗号分隔的输入名称列表,将从外部模板中排除。"
|
52
52
|
],
|
53
|
-
"
|
54
|
-
"
|
53
|
+
"A comma separated list of input names to be included from the foreign template.": [
|
54
|
+
"要从外部模板中包含的输入名称的列表,以逗号分隔。"
|
55
55
|
],
|
56
|
-
"
|
57
|
-
"
|
56
|
+
"A job '%{job_name}' has %{status} at %{time}": [
|
57
|
+
"作业 '%{job_name}' 的 %%{status}(在 %%{time})"
|
58
58
|
],
|
59
|
-
"
|
60
|
-
"
|
59
|
+
"A job '%{subject}' has failed": [
|
60
|
+
"作业 '%%{subject}' 已失败"
|
61
61
|
],
|
62
|
-
"
|
63
|
-
"
|
62
|
+
"A job '%{subject}' has finished successfully": [
|
63
|
+
"作业 '%{subject}' 已成功完成"
|
64
64
|
],
|
65
|
-
"
|
66
|
-
"
|
65
|
+
"A notification when a job finishes": [
|
66
|
+
"作业完成后的通知"
|
67
67
|
],
|
68
|
-
"
|
69
|
-
"
|
68
|
+
"A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality.": [
|
69
|
+
"一个将远程执行带到 Foreman 的插件,通过远程管理功能来完成配置管理功能。"
|
70
70
|
],
|
71
|
-
"
|
72
|
-
"
|
71
|
+
"A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
|
72
|
+
"用于跟踪周期性作业的特殊标签。一次只能有一个具有给定目的的活跃作业。"
|
73
73
|
],
|
74
|
-
"
|
75
|
-
"
|
74
|
+
"A user to be used for SSH.": [
|
75
|
+
""
|
76
76
|
],
|
77
|
-
"
|
78
|
-
"
|
77
|
+
"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.": [
|
78
|
+
"要使用執行這 script 的使用者。如果使用者與 SSH 使用者不同,會用 su 或 sudo 來切換使用者。"
|
79
79
|
],
|
80
|
-
"
|
81
|
-
"
|
80
|
+
"Abort Job": [
|
81
|
+
"终止作业"
|
82
82
|
],
|
83
|
-
"
|
83
|
+
"Access denied": [
|
84
84
|
""
|
85
85
|
],
|
86
|
-
"
|
87
|
-
"
|
86
|
+
"Actions": [
|
87
|
+
"操作"
|
88
88
|
],
|
89
|
-
"
|
90
|
-
"
|
89
|
+
"Active Filters:": [
|
90
|
+
""
|
91
91
|
],
|
92
|
-
"
|
93
|
-
"
|
92
|
+
"Add Foreign Input Set": [
|
93
|
+
"添加外部输入集"
|
94
94
|
],
|
95
|
-
"
|
96
|
-
"
|
95
|
+
"Advanced fields": [
|
96
|
+
"高级项"
|
97
97
|
],
|
98
|
-
"
|
99
|
-
"
|
98
|
+
"After": [
|
99
|
+
""
|
100
100
|
],
|
101
|
-
"
|
102
|
-
"
|
101
|
+
"After %s occurences": [
|
102
|
+
""
|
103
103
|
],
|
104
|
-
"
|
105
|
-
"
|
104
|
+
"All fields are required.": [
|
105
|
+
"各个项都需要。"
|
106
106
|
],
|
107
|
-
"
|
108
|
-
"
|
107
|
+
"Alphabetical": [
|
108
|
+
"按字母"
|
109
109
|
],
|
110
|
-
"
|
111
|
-
"
|
110
|
+
"Amount of workers in the pool to handle the execution of the remote execution jobs. Restart of the dynflowd/foreman-tasks service is required.": [
|
111
|
+
"在池中用来处理远程执行任务的工作节点的数量。需要重启 dynflowd/foreman-tasks 服务。"
|
112
112
|
],
|
113
|
-
"
|
114
|
-
"
|
113
|
+
"Another interface is already set as execution. Are you sure you want to use this one instead?": [
|
114
|
+
"已经将另一个接口设置为执行。您确定要改用这个吗?"
|
115
115
|
],
|
116
|
-
"
|
117
|
-
"
|
116
|
+
"Any Location": [
|
117
|
+
"任意位置"
|
118
118
|
],
|
119
|
-
"
|
120
|
-
"
|
119
|
+
"Any Organization": [
|
120
|
+
"任意机构"
|
121
121
|
],
|
122
|
-
"
|
123
|
-
"
|
122
|
+
"Apply to": [
|
123
|
+
"应用到"
|
124
124
|
],
|
125
|
-
"
|
126
|
-
"
|
125
|
+
"At": [
|
126
|
+
"位于"
|
127
127
|
],
|
128
|
-
"
|
129
|
-
"
|
128
|
+
"At minute": [
|
129
|
+
"于分钟"
|
130
130
|
],
|
131
|
-
"
|
131
|
+
"Awaiting start": [
|
132
132
|
""
|
133
133
|
],
|
134
|
-
"
|
135
|
-
"
|
134
|
+
"Back": [
|
135
|
+
""
|
136
136
|
],
|
137
|
-
"
|
138
|
-
"
|
137
|
+
"Back to Job": [
|
138
|
+
"回到作业"
|
139
139
|
],
|
140
|
-
"
|
141
|
-
"
|
140
|
+
"Bookmark": [
|
141
|
+
"书签"
|
142
|
+
],
|
143
|
+
"Can't find Job Invocation for an id %s": [
|
144
|
+
"无法为 ID %s 找到作业调用"
|
145
|
+
],
|
146
|
+
"Cancel": [
|
147
|
+
""
|
148
|
+
],
|
149
|
+
"Cancel Job": [
|
150
|
+
"取消作业"
|
142
151
|
],
|
143
152
|
"Cancel job invocation": [
|
144
153
|
"取消作业调用"
|
145
154
|
],
|
146
|
-
"
|
147
|
-
"
|
155
|
+
"Canceled:": [
|
156
|
+
""
|
148
157
|
],
|
149
|
-
"
|
150
|
-
"
|
158
|
+
"Cancelled": [
|
159
|
+
"已取消"
|
151
160
|
],
|
152
|
-
"
|
153
|
-
"
|
161
|
+
"Cannot resolve hosts without a bookmark or search query": [
|
162
|
+
"无法解析没有书签或搜索查询的主机"
|
154
163
|
],
|
155
|
-
"
|
156
|
-
"
|
164
|
+
"Cannot resolve hosts without a user": [
|
165
|
+
"无法解析没有用户的主机"
|
157
166
|
],
|
158
|
-
"
|
159
|
-
"
|
167
|
+
"Cannot specify both bookmark_id and search_query": [
|
168
|
+
"无法同时指定 bookmark_id 和 search_query"
|
160
169
|
],
|
161
|
-
"
|
162
|
-
"
|
170
|
+
"Categories list failed with:": [
|
171
|
+
"类别列表失败并带有:"
|
163
172
|
],
|
164
|
-
"
|
165
|
-
"
|
173
|
+
"Category and template": [
|
174
|
+
""
|
166
175
|
],
|
167
|
-
"
|
168
|
-
"
|
176
|
+
"Choose a job template that is pre-selected in job invocation form": [
|
177
|
+
"选择在作业调用表单中预先选择的作业模板"
|
169
178
|
],
|
170
|
-
"
|
171
|
-
"
|
179
|
+
"Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}": [
|
180
|
+
"在外部输入设置中发现了循环的依赖关系 '%{template}' -> '%{target_template}'。模板堆栈:%{templates_stack}"
|
172
181
|
],
|
173
|
-
"
|
174
|
-
"
|
182
|
+
"Cleanup working directories": [
|
183
|
+
"清理工作目录"
|
175
184
|
],
|
176
|
-
"
|
177
|
-
"
|
185
|
+
"Clear all filters": [
|
186
|
+
""
|
178
187
|
],
|
179
|
-
"
|
180
|
-
"
|
188
|
+
"Clear input": [
|
189
|
+
""
|
181
190
|
],
|
182
|
-
"
|
183
|
-
"
|
191
|
+
"Clone a provision template": [
|
192
|
+
"克隆置备模板"
|
184
193
|
],
|
185
|
-
"
|
186
|
-
"
|
194
|
+
"Close": [
|
195
|
+
"关闭"
|
187
196
|
],
|
188
|
-
"
|
189
|
-
"
|
197
|
+
"Cockpit URL": [
|
198
|
+
"Cockpit URL"
|
190
199
|
],
|
191
|
-
"
|
192
|
-
"
|
200
|
+
"Concurrency level": [
|
201
|
+
"并发等級"
|
193
202
|
],
|
194
|
-
"
|
195
|
-
"
|
203
|
+
"Concurrency level limited to": [
|
204
|
+
"对...的并发等级限制"
|
196
205
|
],
|
197
|
-
"
|
198
|
-
"
|
206
|
+
"Connect by IP": [
|
207
|
+
"按 IP 连接"
|
199
208
|
],
|
200
|
-
"
|
201
|
-
"
|
209
|
+
"Control concurrency level and distribution over time": [
|
210
|
+
"控制并发级别和时间分布"
|
202
211
|
],
|
203
|
-
"
|
204
|
-
"
|
212
|
+
"Could not display data for job invocation.": [
|
213
|
+
"无法显示用于作业调用的数据。"
|
205
214
|
],
|
206
|
-
"
|
207
|
-
"
|
215
|
+
"Could not find any suitable interface for execution": [
|
216
|
+
"无法找到适合执行的接口"
|
208
217
|
],
|
209
|
-
"
|
210
|
-
"
|
218
|
+
"Could not render the preview because no host matches the search query.": [
|
219
|
+
"由于没有主机匹配搜索查询,因此无法呈现预览。"
|
211
220
|
],
|
212
|
-
"
|
213
|
-
"
|
214
|
-
],
|
215
|
-
"Create a job template": [
|
216
|
-
"创建作业模板"
|
221
|
+
"Could not rerun job %{id} because its template could not be found": [
|
222
|
+
"无法重新运行作业 %{id},因为它的模板没有找到"
|
217
223
|
],
|
218
|
-
"
|
219
|
-
"
|
224
|
+
"Could not use any proxy for the %{provider} job. Consider configuring %{global_proxy}, %{fallback_proxy} in settings": [
|
225
|
+
"无法为 %%{provider} 作业使用任何代理。考虑在设置中配置 %{global_proxy} 和 %{fallback_proxy}"
|
220
226
|
],
|
221
|
-
"
|
222
|
-
"
|
227
|
+
"Could not use any template used in the job invocation": [
|
228
|
+
"无法使用作业调用中使用的任何模板"
|
223
229
|
],
|
224
|
-
"
|
225
|
-
"
|
230
|
+
"Create": [
|
231
|
+
"创建"
|
226
232
|
],
|
227
|
-
"
|
228
|
-
"
|
233
|
+
"Create Report": [
|
234
|
+
"创建报告"
|
229
235
|
],
|
230
|
-
"
|
231
|
-
"
|
236
|
+
"Create a foreign input set": [
|
237
|
+
"建立外部输入集"
|
232
238
|
],
|
233
|
-
"
|
234
|
-
"
|
239
|
+
"Create a job invocation": [
|
240
|
+
"创建一个作业调用"
|
235
241
|
],
|
236
|
-
"
|
237
|
-
"
|
242
|
+
"Create a job template": [
|
243
|
+
"创建作业模板"
|
238
244
|
],
|
239
|
-
"
|
240
|
-
""
|
245
|
+
"Create a recurring job": [
|
246
|
+
"创建一个重复运行的作业"
|
241
247
|
],
|
242
|
-
"
|
243
|
-
"
|
248
|
+
"Create report for this job": [
|
249
|
+
"为这个作业创建报告"
|
244
250
|
],
|
245
|
-
"
|
246
|
-
"
|
251
|
+
"Cron line": [
|
252
|
+
"Cron 行"
|
247
253
|
],
|
248
|
-
"
|
254
|
+
"Cron line (extended)": [
|
249
255
|
""
|
250
256
|
],
|
251
|
-
"
|
252
|
-
"
|
257
|
+
"Cron line format '1 2 3 4 5', where:": [
|
258
|
+
""
|
253
259
|
],
|
254
|
-
"
|
255
|
-
"
|
260
|
+
"Cronline": [
|
261
|
+
"Cronline"
|
256
262
|
],
|
257
|
-
"
|
258
|
-
"
|
263
|
+
"Current location %s is different from job's location %s. This job may run on different hosts than before.": [
|
264
|
+
""
|
259
265
|
],
|
260
|
-
"
|
261
|
-
"
|
266
|
+
"Current location %{loc_c} is different from job's location %{loc_j}.": [
|
267
|
+
"当前位置 %{loc_c} 与作业位置 %{loc_j} 不同。"
|
262
268
|
],
|
263
|
-
"
|
264
|
-
"
|
269
|
+
"Current organization %s is different from job's organization %s. This job may run on different hosts than before.": [
|
270
|
+
""
|
265
271
|
],
|
266
|
-
"
|
267
|
-
"
|
272
|
+
"Current organization %{org_c} is different from job's organization %{org_j}.": [
|
273
|
+
"当前机构 %{org_c} 与作业机构 %{org_j} 不同。"
|
268
274
|
],
|
269
|
-
"
|
270
|
-
"
|
275
|
+
"Daily": [
|
276
|
+
"每日"
|
271
277
|
],
|
272
|
-
"
|
273
|
-
"
|
278
|
+
"Days": [
|
279
|
+
"天"
|
274
280
|
],
|
275
|
-
"
|
276
|
-
"
|
281
|
+
"Days of week": [
|
282
|
+
"星期几"
|
277
283
|
],
|
278
|
-
"
|
279
|
-
"
|
284
|
+
"Default SSH key passphrase": [
|
285
|
+
"默认的 SSH 密钥口令"
|
280
286
|
],
|
281
|
-
"
|
282
|
-
"
|
287
|
+
"Default SSH password": [
|
288
|
+
"默认 SSH 密码"
|
283
289
|
],
|
284
|
-
"
|
285
|
-
"
|
290
|
+
"Default key passphrase to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_key_passphrase": [
|
291
|
+
"SSH 默认使用的密钥口令。可通过设置名为 remote_execution_ssh_key_passphrase 的参数来按主机覆盖"
|
286
292
|
],
|
287
|
-
"
|
288
|
-
"
|
293
|
+
"Default password to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_password": [
|
294
|
+
"SSH 默认使用的密码。可通过设置名为 remote_execution_ssh_password 的参数来按主机覆盖"
|
289
295
|
],
|
290
|
-
"
|
291
|
-
"
|
296
|
+
"Default user to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_user.": [
|
297
|
+
"SSH 默认使用的用户。可通过设置名为 remote_execution_ssh_user 的参数来按主机覆盖"
|
292
298
|
],
|
293
|
-
"
|
294
|
-
"
|
299
|
+
"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.": [
|
300
|
+
"用于执行脚本的默认用户。如果用户与 SSH 用户不同,则使用 su 或 sudo 切换用户。"
|
295
301
|
],
|
296
|
-
"
|
297
|
-
"
|
302
|
+
"Delete a foreign input set": [
|
303
|
+
"删除外部输入集"
|
298
304
|
],
|
299
|
-
"
|
300
|
-
"
|
305
|
+
"Delete a job template": [
|
306
|
+
"删除作业模板"
|
301
307
|
],
|
302
|
-
"
|
303
|
-
"
|
308
|
+
"Description": [
|
309
|
+
"描述"
|
304
310
|
],
|
305
|
-
"
|
306
|
-
"
|
311
|
+
"Description Template": [
|
312
|
+
"描述模板"
|
307
313
|
],
|
308
|
-
"
|
309
|
-
"
|
314
|
+
"Description template": [
|
315
|
+
"描述模板"
|
310
316
|
],
|
311
|
-
"
|
312
|
-
"
|
317
|
+
"Designation of a special purpose": [
|
318
|
+
"设计特殊目的"
|
313
319
|
],
|
314
|
-
"
|
315
|
-
"
|
320
|
+
"Display advanced fields": [
|
321
|
+
"显示高级字段"
|
316
322
|
],
|
317
|
-
"
|
318
|
-
"
|
323
|
+
"Does not repeat": [
|
324
|
+
"没有创建"
|
319
325
|
],
|
320
|
-
"
|
321
|
-
"
|
326
|
+
"Duplicated inputs detected: %{duplicated_inputs}": [
|
327
|
+
"检测到重复的输入:%{duplicated_inputs}"
|
322
328
|
],
|
323
|
-
"
|
324
|
-
"
|
329
|
+
"Dynamic Query": [
|
330
|
+
"动态查询"
|
325
331
|
],
|
326
|
-
"
|
327
|
-
"
|
332
|
+
"Dynamic query": [
|
333
|
+
"动态查询"
|
328
334
|
],
|
329
|
-
"
|
330
|
-
"
|
335
|
+
"Edit %s": [
|
336
|
+
"编辑 %s"
|
331
337
|
],
|
332
|
-
"
|
333
|
-
""
|
338
|
+
"Edit Job Template": [
|
339
|
+
"编辑作业模板"
|
334
340
|
],
|
335
|
-
"
|
336
|
-
"
|
341
|
+
"Edit Remote Execution Feature": [
|
342
|
+
"编辑远程执行功能"
|
337
343
|
],
|
338
|
-
"
|
339
|
-
"
|
344
|
+
"Edit job description template": [
|
345
|
+
"编辑作业描述模板"
|
340
346
|
],
|
341
|
-
"
|
342
|
-
"
|
347
|
+
"Effective User": [
|
348
|
+
"有效用户"
|
343
349
|
],
|
344
|
-
"
|
345
|
-
"
|
350
|
+
"Effective User Method": [
|
351
|
+
"有效用户方法"
|
346
352
|
],
|
347
|
-
"
|
348
|
-
"
|
353
|
+
"Effective user": [
|
354
|
+
"有效的用户"
|
349
355
|
],
|
350
|
-
"
|
351
|
-
"
|
356
|
+
"Effective user method \\\"%{current_value}\\\" is not one of %{valid_methods}": [
|
357
|
+
"有效的用户方法 \\\"%{current_value}\\\" 不是 %{valid_methods} 之一"
|
352
358
|
],
|
353
|
-
"
|
354
|
-
"
|
359
|
+
"Effective user options": [
|
360
|
+
"有效的用户选项"
|
355
361
|
],
|
356
|
-
"
|
357
|
-
"
|
362
|
+
"Effective user password": [
|
363
|
+
"有效用户密码"
|
358
364
|
],
|
359
|
-
"
|
360
|
-
"
|
365
|
+
"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.": [
|
366
|
+
"有效用户密码只适用于 SSH 提供商。其他提供商会忽略此字段。<br>在任务完成之前,密码会以加密方式存储在数据库中。对于未来或周期性执行,该密码将在最后一次执行后删除。"
|
361
367
|
],
|
362
|
-
"
|
363
|
-
"
|
368
|
+
"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.": [
|
369
|
+
"有效用户密码只适用于 SSH 提供商。其他提供商会忽略此字段。在任务完成之前,密码会以加密方式存储在数据库中。对于未来或周期性执行,该密码将在最后一次执行后删除。"
|
364
370
|
],
|
365
|
-
"
|
366
|
-
"
|
371
|
+
"Effective user:": [
|
372
|
+
""
|
367
373
|
],
|
368
|
-
"
|
369
|
-
"
|
374
|
+
"Enable Global Proxy": [
|
375
|
+
"启用全局代理服务器"
|
370
376
|
],
|
371
|
-
"
|
372
|
-
"
|
377
|
+
"End time needs to be after start time": [
|
378
|
+
"结束时间需要在开始时间后"
|
373
379
|
],
|
374
|
-
"
|
375
|
-
"
|
380
|
+
"Ends": [
|
381
|
+
"结束"
|
376
382
|
],
|
377
|
-
"
|
378
|
-
"
|
383
|
+
"Error loading data from proxy": [
|
384
|
+
"从代理加载数据时出错"
|
379
385
|
],
|
380
|
-
"
|
381
|
-
"
|
386
|
+
"Errors:": [
|
387
|
+
"错误:"
|
382
388
|
],
|
383
|
-
"
|
384
|
-
"
|
389
|
+
"Evaluated at:": [
|
390
|
+
"评估于:"
|
385
391
|
],
|
386
|
-
"
|
387
|
-
"
|
392
|
+
"Every day at %s": [
|
393
|
+
""
|
388
394
|
],
|
389
|
-
"
|
395
|
+
"Every hour at minute %s": [
|
390
396
|
""
|
391
397
|
],
|
392
|
-
"
|
398
|
+
"Every month on %s at %s": [
|
393
399
|
""
|
394
400
|
],
|
395
|
-
"
|
396
|
-
"
|
401
|
+
"Every week on %s at %s": [
|
402
|
+
""
|
397
403
|
],
|
398
|
-
"
|
399
|
-
"
|
404
|
+
"Execute the job later, at a scheduled time.": [
|
405
|
+
""
|
400
406
|
],
|
401
|
-
"
|
402
|
-
"
|
407
|
+
"Execute the job now.": [
|
408
|
+
""
|
403
409
|
],
|
404
|
-
"
|
405
|
-
"
|
410
|
+
"Execute the job on a repeating schedule.": [
|
411
|
+
""
|
406
412
|
],
|
407
|
-
"
|
408
|
-
"
|
413
|
+
"Execute the jobs on hosts in randomized order": [
|
414
|
+
"以随机顺序在主机上执行作业"
|
409
415
|
],
|
410
|
-
"
|
411
|
-
"
|
416
|
+
"Execution": [
|
417
|
+
"执行"
|
412
418
|
],
|
413
|
-
"
|
414
|
-
"
|
419
|
+
"Execution order": [
|
420
|
+
"执行顺序"
|
415
421
|
],
|
416
|
-
"
|
417
|
-
"
|
422
|
+
"Execution ordering": [
|
423
|
+
"执行顺序"
|
418
424
|
],
|
419
|
-
"
|
420
|
-
"
|
425
|
+
"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>": [
|
426
|
+
"执行顺序确定了应按字母顺序还是随机顺序在主机上执行作业。<br><ul><li><b>Ordered</b> - 以字母顺序在主机上执行作业</li><li><b>Randomized</b> - 以随机顺序在主机上执行作业</li></ul>"
|
421
427
|
],
|
422
|
-
"
|
423
|
-
"
|
428
|
+
"Exit status: %s": [
|
429
|
+
"退出状态:%s"
|
424
430
|
],
|
425
|
-
"
|
426
|
-
"
|
431
|
+
"Export a job template to ERB": [
|
432
|
+
"把作业模板导出到 ERB"
|
427
433
|
],
|
428
|
-
"Failed
|
429
|
-
"
|
434
|
+
"Failed": [
|
435
|
+
"失败"
|
430
436
|
],
|
431
|
-
"
|
432
|
-
"
|
437
|
+
"Failed hosts": [
|
438
|
+
"失败的主机"
|
433
439
|
],
|
434
|
-
"
|
435
|
-
"
|
440
|
+
"Failed rendering template: %s": [
|
441
|
+
"呈现模板失败:%s"
|
436
442
|
],
|
437
|
-
"
|
438
|
-
"
|
443
|
+
"Failed:": [
|
444
|
+
""
|
439
445
|
],
|
440
|
-
"
|
441
|
-
"
|
446
|
+
"Fallback to Any Proxy": [
|
447
|
+
"退回至任何代理服务器"
|
442
448
|
],
|
443
|
-
"
|
444
|
-
"
|
449
|
+
"Feature input %{input_name} not defined in template %{template_name}": [
|
450
|
+
"功能输入%{input_name} 未在模板%{template_name} 中定义"
|
445
451
|
],
|
446
|
-
"
|
447
|
-
"
|
452
|
+
"Fill all required fields in all the steps": [
|
453
|
+
""
|
448
454
|
],
|
449
|
-
"
|
450
|
-
"
|
455
|
+
"Fill all required fields in all the steps to start the job": [
|
456
|
+
""
|
451
457
|
],
|
452
|
-
"
|
453
|
-
"
|
458
|
+
"Filter by host collections": [
|
459
|
+
"按主机集过滤"
|
454
460
|
],
|
455
|
-
"
|
456
|
-
"
|
461
|
+
"Filter by host groups": [
|
462
|
+
"按主机组过滤"
|
457
463
|
],
|
458
|
-
"
|
459
|
-
"
|
464
|
+
"Filter by hosts": [
|
465
|
+
"按主机过滤"
|
460
466
|
],
|
461
|
-
"
|
462
|
-
"
|
467
|
+
"Finished": [
|
468
|
+
"完成"
|
463
469
|
],
|
464
|
-
"
|
465
|
-
"
|
470
|
+
"For Future execution a 'Starts at' date or 'Starts before' date must be selected. Immediate execution can be selected in the previous step.": [
|
471
|
+
""
|
466
472
|
],
|
467
|
-
"
|
468
|
-
"
|
473
|
+
"For example: 1, 2, 3, 4, 5...": [
|
474
|
+
"例如:1, 2, 3, 4, 5..."
|
469
475
|
],
|
470
|
-
"
|
471
|
-
"
|
476
|
+
"Foreign input set": [
|
477
|
+
"外来输入集"
|
472
478
|
],
|
473
|
-
"
|
474
|
-
"
|
479
|
+
"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.": [
|
480
|
+
"Foreman 可以在远程主机上使用不同的方法(如 SSH 或 Ansible)运行命令。网络交流会通过智能代理进行,因此 Foreman 不需要直接访问目标主机,并可以扩展来控制多个主机。"
|
475
481
|
],
|
476
|
-
"
|
477
|
-
"
|
482
|
+
"Form Job Template": [
|
483
|
+
"来自作业模板"
|
478
484
|
],
|
479
|
-
"
|
480
|
-
"
|
485
|
+
"Future execution": [
|
486
|
+
""
|
481
487
|
],
|
482
|
-
"
|
483
|
-
"
|
488
|
+
"Get output for a host": [
|
489
|
+
"获取主机的输出"
|
484
490
|
],
|
485
|
-
"
|
486
|
-
"
|
491
|
+
"Get outputs of hosts in a job": [
|
492
|
+
"获取作业中主机的输出"
|
487
493
|
],
|
488
|
-
"
|
489
|
-
"
|
494
|
+
"Get raw output for a host": [
|
495
|
+
"获取主机的原始输出"
|
490
496
|
],
|
491
|
-
"
|
492
|
-
"
|
497
|
+
"Has to be a positive number": [
|
498
|
+
"必须为一个正数"
|
493
499
|
],
|
494
|
-
"
|
495
|
-
"
|
500
|
+
"Hide advanced fields": [
|
501
|
+
"隐藏高级字段"
|
496
502
|
],
|
497
|
-
"
|
498
|
-
"
|
503
|
+
"Hide all advanced fields": [
|
504
|
+
"隐藏所有高级字段"
|
499
505
|
],
|
500
|
-
"
|
501
|
-
"
|
506
|
+
"Host": [
|
507
|
+
"主机"
|
502
508
|
],
|
503
|
-
"
|
504
|
-
"
|
509
|
+
"Host collections": [
|
510
|
+
"主机集合"
|
505
511
|
],
|
506
|
-
"
|
507
|
-
"
|
512
|
+
"Host detail": [
|
513
|
+
"主机详情"
|
508
514
|
],
|
509
|
-
"
|
510
|
-
"
|
515
|
+
"Host groups": [
|
516
|
+
"主机组"
|
511
517
|
],
|
512
|
-
"
|
513
|
-
"
|
518
|
+
"Host task": [
|
519
|
+
"主机任务"
|
514
520
|
],
|
515
|
-
"
|
516
|
-
"
|
521
|
+
"Host with id '%{id}' was not found": [
|
522
|
+
"找不到 id 为 '%{id}' 的主机"
|
517
523
|
],
|
518
|
-
"
|
519
|
-
"
|
524
|
+
"Hosts": [
|
525
|
+
"主机"
|
520
526
|
],
|
521
|
-
"
|
522
|
-
"
|
527
|
+
"Hosts gone missing": [
|
528
|
+
"主机丢失"
|
523
529
|
],
|
524
|
-
"
|
525
|
-
"
|
530
|
+
"Hourly": [
|
531
|
+
"每小时"
|
526
532
|
],
|
527
|
-
"
|
528
|
-
"
|
533
|
+
"How often the job should occur, in the cron format": [
|
534
|
+
"作业运行的频率,使用 cron 格式"
|
529
535
|
],
|
530
|
-
"
|
531
|
-
"
|
536
|
+
"Identifier of the Host interface for Remote execution": [
|
537
|
+
"主机接口的标识符,用于远程执行"
|
532
538
|
],
|
533
|
-
"
|
534
|
-
"
|
539
|
+
"Immediate execution": [
|
540
|
+
""
|
535
541
|
],
|
536
|
-
"
|
537
|
-
"
|
542
|
+
"Import": [
|
543
|
+
"导入"
|
538
544
|
],
|
539
|
-
"
|
540
|
-
"
|
545
|
+
"Import a job template from ERB": [
|
546
|
+
"从 ERB 导入作业模版"
|
541
547
|
],
|
542
|
-
"
|
543
|
-
"
|
548
|
+
"In Progress:": [
|
549
|
+
""
|
544
550
|
],
|
545
|
-
"
|
546
|
-
"
|
551
|
+
"Include all inputs from the foreign template": [
|
552
|
+
"在外部模板中包含所有输入格式"
|
547
553
|
],
|
548
|
-
"
|
549
|
-
"
|
554
|
+
"Indicates that the action should be cancelled if it cannot be started before this time.": [
|
555
|
+
"这代表,如果操作无法在这个时间前开始则操作应该被取消。"
|
550
556
|
],
|
551
|
-
"
|
552
|
-
"
|
557
|
+
"Inherit from host parameter": [
|
558
|
+
"从主机参数继承"
|
553
559
|
],
|
554
|
-
"
|
555
|
-
"
|
560
|
+
"Input": [
|
561
|
+
"输入"
|
556
562
|
],
|
557
|
-
"
|
558
|
-
"
|
563
|
+
"Input set description": [
|
564
|
+
"输入集描述"
|
559
565
|
],
|
560
|
-
"
|
561
|
-
"
|
566
|
+
"Inputs to use": [
|
567
|
+
"要使用的輸入"
|
562
568
|
],
|
563
|
-
"
|
564
|
-
"
|
569
|
+
"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.": [
|
570
|
+
"带有'%s'标识符的接口被指定为远程执行接口,但是在主机上找不到该接口。如果该接口存在,则需要在注册过程中在 Foreman 中创建该接口。"
|
565
571
|
],
|
566
|
-
"
|
567
|
-
"
|
572
|
+
"Internal proxy selector can only be used if Katello is enabled": [
|
573
|
+
"如果启用了Katello,则只能使用内部代理选择器"
|
568
574
|
],
|
569
|
-
"
|
570
|
-
"
|
575
|
+
"Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled.": [
|
576
|
+
""
|
571
577
|
],
|
572
|
-
"
|
573
|
-
"
|
578
|
+
"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": [
|
579
|
+
""
|
574
580
|
],
|
575
|
-
"
|
576
|
-
"
|
581
|
+
"Invalid date": [
|
582
|
+
"无效的日期"
|
577
583
|
],
|
578
|
-
"
|
579
|
-
"
|
584
|
+
"Invalid time format": [
|
585
|
+
"无效的时间格式"
|
580
586
|
],
|
581
|
-
"
|
582
|
-
"
|
587
|
+
"Invocation type, one of %s": [
|
588
|
+
"调用类型,%s 其中之一"
|
583
589
|
],
|
584
|
-
"
|
585
|
-
"
|
590
|
+
"Job": [
|
591
|
+
"任务"
|
586
592
|
],
|
587
|
-
"
|
588
|
-
"
|
593
|
+
"Job Details": [
|
594
|
+
"作业详情"
|
589
595
|
],
|
590
|
-
"
|
591
|
-
"
|
596
|
+
"Job Invocation": [
|
597
|
+
"作业调用"
|
592
598
|
],
|
593
|
-
"
|
594
|
-
"
|
599
|
+
"Job Invocation Report Template": [
|
600
|
+
"作业调用报告模板"
|
595
601
|
],
|
596
|
-
"
|
597
|
-
"
|
602
|
+
"Job Invocations": [
|
603
|
+
"作业调用"
|
598
604
|
],
|
599
|
-
"
|
600
|
-
"
|
605
|
+
"Job Task": [
|
606
|
+
"作业任务"
|
601
607
|
],
|
602
|
-
"
|
603
|
-
"
|
608
|
+
"Job Templates": [
|
609
|
+
"作业模板"
|
604
610
|
],
|
605
|
-
"
|
606
|
-
"
|
611
|
+
"Job cancelled by user": [
|
612
|
+
"作业被用户取消"
|
607
613
|
],
|
608
|
-
"
|
609
|
-
"
|
614
|
+
"Job category": [
|
615
|
+
"作业类别"
|
610
616
|
],
|
611
|
-
"
|
612
|
-
"
|
617
|
+
"Job execution failed": [
|
618
|
+
"作业执行失败"
|
613
619
|
],
|
614
|
-
"
|
615
|
-
"
|
620
|
+
"Job finished with error": [
|
621
|
+
"作业完成但带有错误"
|
616
622
|
],
|
617
|
-
"
|
618
|
-
"
|
623
|
+
"Job invocation": [
|
624
|
+
"工作调用"
|
619
625
|
],
|
620
|
-
"
|
621
|
-
"
|
626
|
+
"Job invocations": [
|
627
|
+
"作业调用"
|
622
628
|
],
|
623
|
-
"
|
624
|
-
"
|
629
|
+
"Job invocations detail": [
|
630
|
+
""
|
625
631
|
],
|
626
|
-
"
|
627
|
-
"
|
632
|
+
"Job result": [
|
633
|
+
"作业结果"
|
628
634
|
],
|
629
|
-
"
|
630
|
-
"
|
635
|
+
"Job template": [
|
636
|
+
"作业模板"
|
631
637
|
],
|
632
|
-
"
|
633
|
-
"
|
638
|
+
"Job template ID to be used for the feature": [
|
639
|
+
"用于功能的作业模板 ID"
|
634
640
|
],
|
635
|
-
"
|
636
|
-
"
|
641
|
+
"Job template imported successfully.": [
|
642
|
+
"成功导入作业模版。"
|
637
643
|
],
|
638
|
-
"
|
639
|
-
"
|
644
|
+
"Job templates": [
|
645
|
+
"作业模板"
|
640
646
|
],
|
641
|
-
"
|
642
|
-
"
|
647
|
+
"JobTemplate|Locked": [
|
648
|
+
"JobTemplate|Locked"
|
643
649
|
],
|
644
|
-
"
|
645
|
-
"
|
650
|
+
"JobTemplate|Name": [
|
651
|
+
"JobTemplate|Name"
|
646
652
|
],
|
647
|
-
"
|
648
|
-
"
|
653
|
+
"JobTemplate|Snippet": [
|
654
|
+
"JobTemplate|Snippet"
|
649
655
|
],
|
650
|
-
"
|
651
|
-
"
|
656
|
+
"Jobs": [
|
657
|
+
"工作"
|
652
658
|
],
|
653
|
-
"
|
654
|
-
""
|
659
|
+
"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.": [
|
660
|
+
"密钥口令只适用于 SSH 提供商。其他提供商会忽略此字段。<br>在任务完成之前,都会以加密方式存储在数据库中。对于未来或周期性执行,该密码将在最后一次执行后被删除。"
|
655
661
|
],
|
656
|
-
"
|
657
|
-
"
|
662
|
+
"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.": [
|
663
|
+
"密钥口令只适用于 SSH 提供商。其他提供商会忽略此字段。在任务完成之前,都会以加密方式存储在数据库中。对于未来或周期性执行,该密码将在最后一次执行后被删除。"
|
658
664
|
],
|
659
|
-
"
|
660
|
-
"
|
665
|
+
"Label": [
|
666
|
+
"标签"
|
661
667
|
],
|
662
|
-
"
|
663
|
-
"
|
668
|
+
"Last execution cancelled": [
|
669
|
+
"最后的执行已取消"
|
664
670
|
],
|
665
|
-
"
|
666
|
-
"
|
671
|
+
"Last execution failed": [
|
672
|
+
"最后的执行失败"
|
667
673
|
],
|
668
|
-
"
|
669
|
-
"
|
674
|
+
"Last execution succeeded": [
|
675
|
+
"最后成功的执行"
|
670
676
|
],
|
671
|
-
"
|
672
|
-
"
|
677
|
+
"Latest Jobs": [
|
678
|
+
"最新的作业"
|
673
679
|
],
|
674
|
-
"
|
675
|
-
"
|
680
|
+
"Learn more about this in the documentation.": [
|
681
|
+
"如需了解更多信息,请参阅文档。"
|
676
682
|
],
|
677
|
-
"
|
678
|
-
"
|
683
|
+
"List available remote execution features for a host": [
|
684
|
+
""
|
679
685
|
],
|
680
|
-
"
|
681
|
-
"
|
686
|
+
"List foreign input sets": [
|
687
|
+
"列出外部输入集"
|
682
688
|
],
|
683
|
-
"
|
684
|
-
"
|
689
|
+
"List job invocations": [
|
690
|
+
"列出作业调用"
|
685
691
|
],
|
686
|
-
"
|
687
|
-
"
|
692
|
+
"List job templates": [
|
693
|
+
"列出作业模板"
|
688
694
|
],
|
689
|
-
"
|
690
|
-
"
|
695
|
+
"List job templates per location": [
|
696
|
+
"列出各個位置上的工作範本"
|
691
697
|
],
|
692
|
-
"
|
693
|
-
"
|
698
|
+
"List job templates per organization": [
|
699
|
+
"列出每个机构的作业模板"
|
694
700
|
],
|
695
|
-
"
|
696
|
-
"
|
701
|
+
"List of proxy IDs to be used for remote execution": [
|
702
|
+
"用于远程执行的代理 ID 列表"
|
697
703
|
],
|
698
|
-
"
|
699
|
-
"
|
704
|
+
"List remote execution features": [
|
705
|
+
"列出远程执行功能"
|
700
706
|
],
|
701
|
-
"
|
702
|
-
"
|
707
|
+
"List template invocations belonging to job invocation": [
|
708
|
+
"列出属于作业调用的模板调用"
|
703
709
|
],
|
704
|
-
"
|
705
|
-
"
|
710
|
+
"Location": [
|
711
|
+
"位置"
|
706
712
|
],
|
707
|
-
"
|
708
|
-
"
|
713
|
+
"Manual selection": [
|
714
|
+
"手动选择"
|
709
715
|
],
|
710
|
-
"
|
716
|
+
"Minute can only be a number between 0-59": [
|
711
717
|
""
|
712
718
|
],
|
713
|
-
"
|
719
|
+
"Missing the required permissions: ${missingPermissions.join( ', ' )}": [
|
714
720
|
""
|
715
721
|
],
|
716
|
-
"
|
717
|
-
"
|
722
|
+
"Monthly": [
|
723
|
+
"每月"
|
718
724
|
],
|
719
|
-
"
|
720
|
-
"
|
725
|
+
"Must select a bookmark or enter a search query": [
|
726
|
+
"必须选择一个书签或输入一个搜索查询"
|
721
727
|
],
|
722
|
-
"
|
723
|
-
"
|
728
|
+
"N/A": [
|
729
|
+
"不适用"
|
724
730
|
],
|
725
|
-
"
|
726
|
-
"
|
731
|
+
"Name": [
|
732
|
+
"名称"
|
727
733
|
],
|
728
|
-
"
|
729
|
-
""
|
734
|
+
"Never": [
|
735
|
+
"决不"
|
730
736
|
],
|
731
|
-
"
|
732
|
-
"
|
737
|
+
"New Job Template": [
|
738
|
+
"新作业模板"
|
733
739
|
],
|
734
|
-
"
|
735
|
-
"
|
740
|
+
"New UI": [
|
741
|
+
""
|
736
742
|
],
|
737
|
-
"
|
738
|
-
"
|
743
|
+
"Next": [
|
744
|
+
""
|
739
745
|
],
|
740
|
-
"
|
741
|
-
"
|
746
|
+
"No (override)": [
|
747
|
+
"否(覆盖)"
|
742
748
|
],
|
743
|
-
"
|
744
|
-
"
|
749
|
+
"No Target Hosts": [
|
750
|
+
"没有目标主机"
|
745
751
|
],
|
746
|
-
"
|
747
|
-
"
|
752
|
+
"No hosts found.": [
|
753
|
+
"找不到主机。"
|
748
754
|
],
|
749
|
-
"
|
750
|
-
"
|
755
|
+
"No jobs available": [
|
756
|
+
"没有可用的作业"
|
751
757
|
],
|
752
|
-
"
|
753
|
-
"
|
758
|
+
"No results found": [
|
759
|
+
"没有找到结果"
|
754
760
|
],
|
755
|
-
"
|
756
|
-
"
|
761
|
+
"No template mapped to feature %{feature_name}": [
|
762
|
+
"没有映射到功能 %{feature_name} 的模板"
|
757
763
|
],
|
758
|
-
"
|
759
|
-
"
|
764
|
+
"Not all required inputs have values. Missing inputs: %s": [
|
765
|
+
"並不是所有需要的輸入都有值。缺少的输入:%s"
|
760
766
|
],
|
761
|
-
"
|
762
|
-
"
|
767
|
+
"Not available": [
|
768
|
+
""
|
763
769
|
],
|
764
|
-
"
|
770
|
+
"Not yet": [
|
765
771
|
""
|
766
772
|
],
|
767
|
-
"
|
768
|
-
"
|
773
|
+
"Now": [
|
774
|
+
""
|
769
775
|
],
|
770
|
-
"
|
771
|
-
"
|
776
|
+
"On": [
|
777
|
+
"上"
|
772
778
|
],
|
773
|
-
"
|
774
|
-
"
|
779
|
+
"Only one of feature or job_template_id can be specified": [
|
780
|
+
"只能指定一个功能或 job_template_id"
|
775
781
|
],
|
776
|
-
"
|
777
|
-
"
|
782
|
+
"Opening job invocation form": [
|
783
|
+
""
|
778
784
|
],
|
779
|
-
"
|
780
|
-
"
|
785
|
+
"Organization": [
|
786
|
+
"机构"
|
781
787
|
],
|
782
|
-
"
|
783
|
-
"
|
788
|
+
"Override the description format from the template for this invocation only": [
|
789
|
+
"只为此调用覆盖来自模板的描述格式"
|
784
790
|
],
|
785
|
-
"
|
786
|
-
"
|
791
|
+
"Override the global time to pickup interval for this invocation only": [
|
792
|
+
""
|
787
793
|
],
|
788
|
-
"
|
789
|
-
"
|
794
|
+
"Override the timeout interval from the template for this invocation only": [
|
795
|
+
"只为此调用使用该模板覆盖超时间隔"
|
790
796
|
],
|
791
|
-
"
|
792
|
-
"
|
797
|
+
"Overview": [
|
798
|
+
"概况"
|
799
|
+
],
|
800
|
+
"Overwrite": [
|
801
|
+
"覆盖"
|
802
|
+
],
|
803
|
+
"Overwrite template if it already exists": [
|
804
|
+
"如果已存在则覆盖模版"
|
793
805
|
],
|
794
|
-
"
|
795
|
-
"
|
806
|
+
"Password": [
|
807
|
+
"密码"
|
796
808
|
],
|
797
|
-
"
|
798
|
-
"
|
809
|
+
"Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
810
|
+
"在作业完成之前,密码都会以加密方式存储在数据库中。对于未来或周期性执行,该密码将在最后一次执行后被删除。"
|
799
811
|
],
|
800
|
-
"
|
801
|
-
"
|
812
|
+
"Pending": [
|
813
|
+
"待处理"
|
802
814
|
],
|
803
|
-
"
|
804
|
-
"
|
815
|
+
"Perform a single Puppet run": [
|
816
|
+
"执行一个单独 Puppet 运行"
|
805
817
|
],
|
806
|
-
"
|
807
|
-
"
|
818
|
+
"Perform no more executions after this time": [
|
819
|
+
"在此时间后不再执行"
|
808
820
|
],
|
809
|
-
"
|
810
|
-
"
|
821
|
+
"Permission Denied": [
|
822
|
+
""
|
811
823
|
],
|
812
|
-
"
|
813
|
-
"
|
824
|
+
"Please enter a search query": [
|
825
|
+
""
|
814
826
|
],
|
815
|
-
"
|
816
|
-
"
|
827
|
+
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
|
828
|
+
""
|
817
829
|
],
|
818
|
-
"
|
819
|
-
"
|
830
|
+
"Please refine your search.": [
|
831
|
+
"请重新调整您的搜索。"
|
820
832
|
],
|
821
|
-
"
|
822
|
-
"
|
833
|
+
"Please request the required permissions listed below from a Foreman administrator:": [
|
834
|
+
""
|
823
835
|
],
|
824
|
-
"
|
825
|
-
"
|
836
|
+
"Please select at least one host": [
|
837
|
+
""
|
826
838
|
],
|
827
|
-
"
|
839
|
+
"Please select at least one host collection": [
|
828
840
|
""
|
829
841
|
],
|
830
|
-
"
|
831
|
-
"
|
842
|
+
"Please select at least one host group": [
|
843
|
+
""
|
832
844
|
],
|
833
|
-
"
|
834
|
-
"
|
845
|
+
"Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
|
846
|
+
"要用于 SSH 通信的端口。默认端口 22。您可以通过设置名为 remote_execution_ssh_port 的参数来按主机进行覆盖。"
|
835
847
|
],
|
836
|
-
"
|
837
|
-
"
|
848
|
+
"Prefer IPv6 over IPv4": [
|
849
|
+
"首选 IPv6 而不是 IPv4 "
|
838
850
|
],
|
839
|
-
"
|
840
|
-
"
|
851
|
+
"Preview": [
|
852
|
+
"预览"
|
841
853
|
],
|
842
|
-
"
|
843
|
-
"
|
854
|
+
"Preview Hosts": [
|
855
|
+
"预览主机"
|
844
856
|
],
|
845
|
-
"
|
846
|
-
"
|
857
|
+
"Preview job description": [
|
858
|
+
"预览作业描述"
|
847
859
|
],
|
848
|
-
"
|
849
|
-
"
|
860
|
+
"Preview templates": [
|
861
|
+
"预览模板"
|
850
862
|
],
|
851
|
-
"
|
852
|
-
"
|
863
|
+
"Private key passphrase": [
|
864
|
+
"私钥密码口令"
|
853
865
|
],
|
854
|
-
"
|
855
|
-
"
|
866
|
+
"Problem with previewing the template: %{error}. Note that you must save template input changes before you try to preview it.": [
|
867
|
+
"预览模板有问题:%{error}。请注意,在预览前需要保存模板输入的改变。"
|
856
868
|
],
|
857
|
-
"
|
858
|
-
"
|
869
|
+
"Proceed Anyway": [
|
870
|
+
""
|
859
871
|
],
|
860
|
-
"
|
861
|
-
"
|
872
|
+
"Provider type": [
|
873
|
+
"供应商类型"
|
862
874
|
],
|
863
|
-
"
|
864
|
-
"
|
875
|
+
"Providers and templates": [
|
876
|
+
"供应商和模板"
|
865
877
|
],
|
866
|
-
"
|
867
|
-
"
|
878
|
+
"Proxies": [
|
879
|
+
"代理服务器"
|
868
880
|
],
|
869
|
-
"
|
870
|
-
"
|
881
|
+
"Purpose": [
|
882
|
+
"目的"
|
871
883
|
],
|
872
|
-
"
|
873
|
-
"
|
884
|
+
"Query type": [
|
885
|
+
"查询类型"
|
874
886
|
],
|
875
|
-
"
|
876
|
-
"
|
887
|
+
"REX job has failed - %s": [
|
888
|
+
"REX 作业已失败 - %s"
|
877
889
|
],
|
878
|
-
"
|
879
|
-
"
|
890
|
+
"REX job has finished - %s": [
|
891
|
+
"REX 作业已完成 - %s"
|
880
892
|
],
|
881
|
-
"
|
882
|
-
"
|
893
|
+
"REX job has succeeded - %s": [
|
894
|
+
"REX 作业已成功 - %s"
|
883
895
|
],
|
884
|
-
"
|
885
|
-
"
|
896
|
+
"REX pull mode": [
|
897
|
+
""
|
886
898
|
],
|
887
|
-
"
|
888
|
-
"
|
899
|
+
"Randomized": [
|
900
|
+
"随机化"
|
889
901
|
],
|
890
|
-
"
|
891
|
-
"
|
902
|
+
"Recent jobs": [
|
903
|
+
"最近的作业"
|
892
904
|
],
|
893
|
-
"
|
894
|
-
"
|
905
|
+
"Recurrence": [
|
906
|
+
"重复发生"
|
895
907
|
],
|
896
|
-
"
|
897
|
-
"
|
908
|
+
"Recurring execution": [
|
909
|
+
""
|
898
910
|
],
|
899
|
-
"
|
900
|
-
"
|
911
|
+
"Recurring logic": [
|
912
|
+
"重复逻辑"
|
901
913
|
],
|
902
|
-
"
|
903
|
-
"
|
914
|
+
"Recursive rendering of templates detected": [
|
915
|
+
"检测到递归的模板呈现"
|
904
916
|
],
|
905
|
-
"
|
906
|
-
"
|
917
|
+
"Refresh": [
|
918
|
+
"刷新"
|
907
919
|
],
|
908
920
|
"Remote Execution": [
|
909
921
|
"远程执行"
|
910
922
|
],
|
911
|
-
"Proxies": [
|
912
|
-
"代理服务器"
|
913
|
-
],
|
914
|
-
"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.": [
|
915
|
-
"选择适用于该子网的尽可能多的远程执行代理。当添加具有相同提供者的多个代理时,将在它们之间平衡操作。"
|
916
|
-
],
|
917
|
-
"You are not allowed to see the currently assigned template. Saving the form now would unassign the template.": [
|
918
|
-
"您没有权限查看当前分配的模板。现在保存表单将取消分配模板。"
|
919
|
-
],
|
920
923
|
"Remote Execution Features": [
|
921
924
|
"远程执行功能"
|
922
925
|
],
|
923
|
-
"
|
924
|
-
"
|
925
|
-
],
|
926
|
-
"Edit Remote Execution Feature": [
|
927
|
-
"编辑远程执行功能"
|
928
|
-
],
|
929
|
-
"A job '%{job_name}' has %{status} at %{time}": [
|
930
|
-
"作业 '%{job_name}' 的 %%{status}(在 %%{time})"
|
926
|
+
"Remote Execution Interface": [
|
927
|
+
"远程执行接口"
|
931
928
|
],
|
932
|
-
"
|
933
|
-
"
|
929
|
+
"Remote action:": [
|
930
|
+
"远程操作:"
|
934
931
|
],
|
935
|
-
"
|
936
|
-
"
|
932
|
+
"Remote execution": [
|
933
|
+
"远程执行"
|
937
934
|
],
|
938
|
-
"
|
939
|
-
"
|
935
|
+
"Remote execution feature label that should be triggered, job template assigned to this feature will be used": [
|
936
|
+
"应触发的远程执行功能标签,将使用分配给此功能的任务模板"
|
940
937
|
],
|
941
|
-
"
|
942
|
-
"
|
938
|
+
"Remote execution job": [
|
939
|
+
"远程执行作业"
|
943
940
|
],
|
944
|
-
"
|
945
|
-
"
|
941
|
+
"Repeat a maximum of N times": [
|
942
|
+
"最多重复 N 次"
|
946
943
|
],
|
947
|
-
"
|
948
|
-
"
|
944
|
+
"Repeat amount can only be a positive number": [
|
945
|
+
"重复数量只能是一个正数"
|
949
946
|
],
|
950
|
-
"
|
951
|
-
"
|
947
|
+
"Repeats": [
|
948
|
+
"重复"
|
952
949
|
],
|
953
|
-
"
|
954
|
-
"
|
950
|
+
"Rerun": [
|
951
|
+
"重新运行"
|
955
952
|
],
|
956
|
-
"
|
957
|
-
"
|
953
|
+
"Rerun failed": [
|
954
|
+
"重新运行失败"
|
958
955
|
],
|
959
|
-
"
|
960
|
-
"
|
956
|
+
"Rerun job on failed hosts": [
|
957
|
+
"在失败的主机上重新运行作业"
|
961
958
|
],
|
962
|
-
"
|
963
|
-
"
|
959
|
+
"Rerun on %s": [
|
960
|
+
"在 %s 重新运行"
|
964
961
|
],
|
965
|
-
"
|
966
|
-
"
|
962
|
+
"Rerun on failed hosts": [
|
963
|
+
"在失败的主机上重新运行"
|
967
964
|
],
|
968
|
-
"
|
969
|
-
"
|
965
|
+
"Rerun the job": [
|
966
|
+
"重新运行作业"
|
970
967
|
],
|
971
|
-
"
|
972
|
-
"
|
968
|
+
"Reset to default": [
|
969
|
+
"重置为默认"
|
973
970
|
],
|
974
|
-
"
|
975
|
-
"
|
971
|
+
"Resolves to": [
|
972
|
+
"解析到"
|
976
973
|
],
|
977
|
-
"
|
978
|
-
"
|
974
|
+
"Results": [
|
975
|
+
"结果"
|
979
976
|
],
|
980
|
-
"
|
981
|
-
"
|
977
|
+
"Review details": [
|
978
|
+
"审阅详情"
|
982
979
|
],
|
983
|
-
"
|
984
|
-
"
|
980
|
+
"Run": [
|
981
|
+
"运行"
|
985
982
|
],
|
986
|
-
"
|
987
|
-
"
|
983
|
+
"Run Job": [
|
984
|
+
"运行作业"
|
988
985
|
],
|
989
|
-
"
|
990
|
-
"
|
986
|
+
"Run Puppet Once": [
|
987
|
+
"运行 Puppet 一次"
|
991
988
|
],
|
992
|
-
"
|
993
|
-
"
|
989
|
+
"Run Script": [
|
990
|
+
""
|
994
991
|
],
|
995
|
-
"
|
996
|
-
"
|
992
|
+
"Run a script": [
|
993
|
+
""
|
997
994
|
],
|
998
|
-
"
|
999
|
-
"
|
995
|
+
"Run at most N tasks at a time": [
|
996
|
+
"一次最多运行 N 个任务"
|
1000
997
|
],
|
1001
|
-
"
|
1002
|
-
"
|
998
|
+
"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.": [
|
999
|
+
"一次最多运行 N 个任务。如果设置了此选项并启用了代理批处理触发,则将在智能代理上以大小为 1 的批处理触发任务。"
|
1003
1000
|
],
|
1004
|
-
"
|
1005
|
-
"
|
1001
|
+
"Run job": [
|
1002
|
+
"运行作业"
|
1006
1003
|
],
|
1007
|
-
"
|
1008
|
-
"
|
1004
|
+
"Run on selected hosts": [
|
1005
|
+
""
|
1009
1006
|
],
|
1010
|
-
"
|
1011
|
-
"
|
1007
|
+
"Running": [
|
1008
|
+
"執行中"
|
1012
1009
|
],
|
1013
|
-
"
|
1014
|
-
"
|
1010
|
+
"SSH Port": [
|
1011
|
+
"SSH 端口"
|
1015
1012
|
],
|
1016
|
-
"
|
1017
|
-
"SSH
|
1013
|
+
"SSH User": [
|
1014
|
+
"SSH 用户"
|
1018
1015
|
],
|
1019
|
-
"
|
1020
|
-
"
|
1016
|
+
"SSH provider specific options": [
|
1017
|
+
"SSH 供应商特定的选项"
|
1021
1018
|
],
|
1022
|
-
"
|
1023
|
-
"
|
1019
|
+
"SSH user": [
|
1020
|
+
""
|
1024
1021
|
],
|
1025
|
-
"
|
1026
|
-
"
|
1022
|
+
"SSH user:": [
|
1023
|
+
""
|
1027
1024
|
],
|
1028
|
-
"
|
1029
|
-
"
|
1025
|
+
"Schedule": [
|
1026
|
+
"调度"
|
1030
1027
|
],
|
1031
|
-
"
|
1032
|
-
"
|
1028
|
+
"Schedule Remote Job": [
|
1029
|
+
"调度远程作业"
|
1033
1030
|
],
|
1034
|
-
"
|
1035
|
-
"
|
1031
|
+
"Schedule a job": [
|
1032
|
+
"调度一个作业"
|
1036
1033
|
],
|
1037
|
-
"
|
1038
|
-
"
|
1034
|
+
"Schedule the job for a future time": [
|
1035
|
+
"把作业调度到一个以后的时间"
|
1039
1036
|
],
|
1040
|
-
"
|
1041
|
-
"
|
1037
|
+
"Schedule the job to start at a later time": [
|
1038
|
+
"把作业调度在一个以后的时间开始"
|
1042
1039
|
],
|
1043
|
-
"
|
1044
|
-
"
|
1040
|
+
"Schedule type": [
|
1041
|
+
"调度类型"
|
1045
1042
|
],
|
1046
|
-
"
|
1047
|
-
"
|
1043
|
+
"Scheduled": [
|
1044
|
+
"调度的"
|
1048
1045
|
],
|
1049
|
-
"
|
1050
|
-
"
|
1046
|
+
"Scheduled at:": [
|
1047
|
+
""
|
1051
1048
|
],
|
1052
|
-
"
|
1053
|
-
"
|
1049
|
+
"Scheduled to start at": [
|
1050
|
+
"调度开始于"
|
1054
1051
|
],
|
1055
|
-
"
|
1056
|
-
"
|
1052
|
+
"Scheduled to start before": [
|
1053
|
+
"调度在这个时间前开始"
|
1057
1054
|
],
|
1058
|
-
"
|
1059
|
-
"
|
1055
|
+
"Scheduled: ${totalHosts} hosts": [
|
1056
|
+
""
|
1060
1057
|
],
|
1061
|
-
"
|
1062
|
-
"
|
1058
|
+
"Script": [
|
1059
|
+
"脚本"
|
1063
1060
|
],
|
1064
|
-
"
|
1065
|
-
"
|
1061
|
+
"Scroll to bottom": [
|
1062
|
+
"滚动到底部"
|
1066
1063
|
],
|
1067
|
-
"
|
1068
|
-
"
|
1064
|
+
"Scroll to top": [
|
1065
|
+
"滚动到顶部"
|
1069
1066
|
],
|
1070
|
-
"
|
1071
|
-
"
|
1067
|
+
"Search Query": [
|
1068
|
+
"搜索查询"
|
1072
1069
|
],
|
1073
|
-
"
|
1074
|
-
"
|
1070
|
+
"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.": [
|
1071
|
+
"在分配给主机的代理之外搜索远程执行代理。搜索将会限制在主机的机构和位置内。"
|
1075
1072
|
],
|
1076
|
-
"
|
1077
|
-
"
|
1073
|
+
"Search query": [
|
1074
|
+
"搜索查询"
|
1078
1075
|
],
|
1079
|
-
"
|
1080
|
-
"
|
1076
|
+
"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": [
|
1077
|
+
"在主机上搜索具有远程执行功能的任何代理,当主机没有子网或子网没有执行代理时,此命令很有用"
|
1081
1078
|
],
|
1082
|
-
"
|
1083
|
-
"
|
1079
|
+
"See more details at %s": [
|
1080
|
+
"在 %s 参阅更多细节"
|
1084
1081
|
],
|
1085
|
-
"
|
1086
|
-
"
|
1082
|
+
"See the last task details": [
|
1083
|
+
"查看最后的任务详情"
|
1087
1084
|
],
|
1088
|
-
"
|
1089
|
-
"
|
1085
|
+
"See the task details": [
|
1086
|
+
"查看任务详情"
|
1090
1087
|
],
|
1091
1088
|
"Select a report template used for generating a report for a particular remote execution job": [
|
1092
1089
|
"选择用于生成特定远程执行作业的报告模板"
|
1093
1090
|
],
|
1094
|
-
"
|
1095
|
-
"
|
1091
|
+
"Select an ERB file to upload in order to import a job template. The template must contain metadata in the first ERB comment.": [
|
1092
|
+
"选择要上传的 ERB 文件来导入任务模版。这个模版必须包含第一个 ERB 注释里的元数据。"
|
1096
1093
|
],
|
1097
|
-
"
|
1098
|
-
""
|
1094
|
+
"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.": [
|
1095
|
+
"选择适用于该子网的尽可能多的远程执行代理。当添加具有相同提供者的多个代理时,将在它们之间平衡操作。"
|
1099
1096
|
],
|
1100
|
-
"
|
1101
|
-
"
|
1097
|
+
"Select the type of execution": [
|
1098
|
+
""
|
1102
1099
|
],
|
1103
|
-
"
|
1100
|
+
"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": [
|
1104
1101
|
""
|
1105
1102
|
],
|
1106
|
-
"
|
1107
|
-
"
|
1103
|
+
"Set SSH key passphrase": [
|
1104
|
+
"设置 SSH 密钥口令"
|
1108
1105
|
],
|
1109
|
-
"
|
1110
|
-
"
|
1106
|
+
"Set SSH password": [
|
1107
|
+
"设置 SSH 密码"
|
1111
1108
|
],
|
1112
|
-
"
|
1109
|
+
"Set SSH user": [
|
1113
1110
|
""
|
1114
1111
|
],
|
1115
|
-
"
|
1116
|
-
""
|
1112
|
+
"Set password for effective user (using sudo-like mechanisms)": [
|
1113
|
+
"为有效用户设置密码(使用类似 sudo 的机制)"
|
1117
1114
|
],
|
1118
|
-
"
|
1115
|
+
"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.": [
|
1119
1116
|
""
|
1120
1117
|
],
|
1121
|
-
"
|
1122
|
-
""
|
1118
|
+
"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": [
|
1119
|
+
"相比 fqdn,是否应优先使用主机接口上的 ip 地址?当 DNS 未能成功解析 fqdns 时,它很有用。您可以通过设置参数 remote_execution_connect_by_ip 来覆盖每个主机的这个地址。对于多堆栈的主机,您应该考虑 remote_execution_connect_by_ip_prefer_ipv6 设置"
|
1123
1120
|
],
|
1124
|
-
"
|
1125
|
-
""
|
1121
|
+
"Should this interface be used for remote execution?": [
|
1122
|
+
"该接口应该用于远程执行吗?"
|
1126
1123
|
],
|
1127
|
-
"
|
1128
|
-
""
|
1124
|
+
"Show Job status for the hosts": [
|
1125
|
+
"显示主机的作业状态"
|
1129
1126
|
],
|
1130
|
-
"
|
1131
|
-
""
|
1127
|
+
"Show all advanced fields": [
|
1128
|
+
"现实所有高级字段"
|
1132
1129
|
],
|
1133
|
-
"
|
1134
|
-
""
|
1130
|
+
"Show foreign input set details": [
|
1131
|
+
"显示外部输入集详细信息"
|
1135
1132
|
],
|
1136
|
-
"
|
1133
|
+
"Show job invocation": [
|
1134
|
+
"显示作业调用"
|
1135
|
+
],
|
1136
|
+
"Show job template details": [
|
1137
|
+
"显示作业模板详情"
|
1138
|
+
],
|
1139
|
+
"Show remote execution feature": [
|
1140
|
+
"显示远程执行功能"
|
1141
|
+
],
|
1142
|
+
"Skip to review": [
|
1137
1143
|
""
|
1138
1144
|
],
|
1139
|
-
"
|
1145
|
+
"Skip to review step": [
|
1140
1146
|
""
|
1141
1147
|
],
|
1148
|
+
"Snippet": [
|
1149
|
+
"程序代码片段"
|
1150
|
+
],
|
1151
|
+
"Start": [
|
1152
|
+
"开始"
|
1153
|
+
],
|
1142
1154
|
"Start job": [
|
1143
1155
|
""
|
1144
1156
|
],
|
1145
|
-
"
|
1146
|
-
""
|
1157
|
+
"Started": [
|
1158
|
+
"已启动"
|
1147
1159
|
],
|
1148
|
-
"
|
1160
|
+
"Started at:": [
|
1149
1161
|
""
|
1150
1162
|
],
|
1151
|
-
"
|
1152
|
-
""
|
1163
|
+
"Starts": [
|
1164
|
+
"开始"
|
1153
1165
|
],
|
1154
|
-
"
|
1166
|
+
"Starts Before": [
|
1155
1167
|
""
|
1156
1168
|
],
|
1157
|
-
"
|
1158
|
-
""
|
1169
|
+
"Starts at": [
|
1170
|
+
"开始于"
|
1159
1171
|
],
|
1160
|
-
"
|
1161
|
-
""
|
1172
|
+
"Starts before": [
|
1173
|
+
"开始前"
|
1162
1174
|
],
|
1163
|
-
"
|
1164
|
-
"
|
1175
|
+
"State": [
|
1176
|
+
"状态"
|
1165
1177
|
],
|
1166
|
-
"
|
1167
|
-
"
|
1178
|
+
"Static Query": [
|
1179
|
+
"静态查询"
|
1168
1180
|
],
|
1169
|
-
"
|
1170
|
-
"
|
1181
|
+
"Static query": [
|
1182
|
+
"静态查询"
|
1171
1183
|
],
|
1172
|
-
"
|
1173
|
-
"
|
1184
|
+
"Status": [
|
1185
|
+
"状态"
|
1174
1186
|
],
|
1175
|
-
"
|
1176
|
-
"
|
1187
|
+
"Submit": [
|
1188
|
+
""
|
1177
1189
|
],
|
1178
|
-
"
|
1179
|
-
"
|
1190
|
+
"Subscribe to all my jobs": [
|
1191
|
+
"订阅到所有主机"
|
1180
1192
|
],
|
1181
|
-
"
|
1193
|
+
"Subscribe to my failed jobs": [
|
1194
|
+
"订阅到我失败的作业"
|
1195
|
+
],
|
1196
|
+
"Subscribe to my succeeded jobs": [
|
1197
|
+
"订阅到我成功的作业"
|
1198
|
+
],
|
1199
|
+
"Succeeded": [
|
1200
|
+
"已成功"
|
1201
|
+
],
|
1202
|
+
"Succeeded:": [
|
1182
1203
|
""
|
1183
1204
|
],
|
1184
|
-
"
|
1205
|
+
"Success": [
|
1206
|
+
"成功"
|
1207
|
+
],
|
1208
|
+
"Switch to the new job invocation detail UI": [
|
1185
1209
|
""
|
1186
1210
|
],
|
1187
|
-
"
|
1211
|
+
"Sync Job Templates": [
|
1212
|
+
"同步作业模板"
|
1213
|
+
],
|
1214
|
+
"System status": [
|
1188
1215
|
""
|
1189
1216
|
],
|
1190
|
-
"
|
1217
|
+
"Systems": [
|
1191
1218
|
""
|
1192
1219
|
],
|
1220
|
+
"Target hosts": [
|
1221
|
+
"目标主机"
|
1222
|
+
],
|
1193
1223
|
"Target hosts and inputs": [
|
1194
1224
|
"目标主机和输入"
|
1195
1225
|
],
|
1196
|
-
"
|
1197
|
-
"
|
1226
|
+
"Target template ID": [
|
1227
|
+
"目标模板 ID"
|
1198
1228
|
],
|
1199
|
-
"
|
1200
|
-
"
|
1229
|
+
"Target: ": [
|
1230
|
+
"目标:"
|
1201
1231
|
],
|
1202
|
-
"
|
1203
|
-
""
|
1232
|
+
"Task Details": [
|
1233
|
+
"任务详情"
|
1204
1234
|
],
|
1205
|
-
"
|
1206
|
-
"
|
1235
|
+
"Task cancelled": [
|
1236
|
+
"任务被取消"
|
1207
1237
|
],
|
1208
|
-
"
|
1209
|
-
"
|
1238
|
+
"Template ERB": [
|
1239
|
+
"模版 ERB"
|
1210
1240
|
],
|
1211
|
-
"
|
1212
|
-
"
|
1241
|
+
"Template Invocation for %s": [
|
1242
|
+
"%s 的模板调用"
|
1213
1243
|
],
|
1214
|
-
"
|
1215
|
-
"
|
1244
|
+
"Template failed with:": [
|
1245
|
+
"模板失败并带有:"
|
1216
1246
|
],
|
1217
|
-
"
|
1218
|
-
"
|
1247
|
+
"Template name": [
|
1248
|
+
"模板名称"
|
1219
1249
|
],
|
1220
|
-
"
|
1221
|
-
""
|
1250
|
+
"Template version": [
|
1251
|
+
"模板版本"
|
1222
1252
|
],
|
1223
|
-
"
|
1224
|
-
""
|
1253
|
+
"Template with id '%{id}' was not found": [
|
1254
|
+
"找不到 id 为 '%{id}' 的模板"
|
1225
1255
|
],
|
1226
|
-
"
|
1256
|
+
"Template:": [
|
1227
1257
|
""
|
1228
1258
|
],
|
1229
|
-
"
|
1230
|
-
""
|
1259
|
+
"Templates list failed with:": [
|
1260
|
+
"模板列表失败并带有:"
|
1231
1261
|
],
|
1232
|
-
"
|
1262
|
+
"The cron line supports extended cron line syntax. For details please refer to the ": [
|
1233
1263
|
""
|
1234
1264
|
],
|
1235
|
-
"
|
1236
|
-
""
|
1265
|
+
"The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.": [
|
1266
|
+
"动态查询 '%{query}' 还没有解析。现在应该解析的主机列表可在 %{here} 查看。"
|
1237
1267
|
],
|
1238
|
-
"
|
1239
|
-
""
|
1268
|
+
"The execution interface is used for remote execution": [
|
1269
|
+
"用于远程执行的执行接口"
|
1240
1270
|
],
|
1241
|
-
"
|
1242
|
-
""
|
1271
|
+
"The final host list may change because the selected query is dynamic. It will be rerun during execution.": [
|
1272
|
+
"由于所选查询是动态的,因此最终主机列表可能会更改。将在执行期间重新运行。"
|
1243
1273
|
],
|
1244
|
-
"
|
1245
|
-
""
|
1274
|
+
"The job cannot be aborted at the moment.": [
|
1275
|
+
"目前无法终止作业。"
|
1246
1276
|
],
|
1247
|
-
"
|
1248
|
-
""
|
1277
|
+
"The job cannot be cancelled at the moment.": [
|
1278
|
+
"目前无法取消作业。"
|
1249
1279
|
],
|
1250
|
-
"
|
1251
|
-
"
|
1280
|
+
"The job could not be cancelled.": [
|
1281
|
+
"此作业无法取消。"
|
1252
1282
|
],
|
1253
|
-
"
|
1254
|
-
"
|
1283
|
+
"The job template to use, parameter is required unless feature was specified": [
|
1284
|
+
"要使用的任务模板,除非已指定功能,否则参数是必需的"
|
1255
1285
|
],
|
1256
|
-
"
|
1257
|
-
"
|
1286
|
+
"The only applicable proxy %{proxy_names} is down": [
|
1287
|
+
"唯一可用的代理 %{proxy_names} 已停机"
|
1258
1288
|
],
|
1259
|
-
"
|
1260
|
-
""
|
1289
|
+
"The template %{template_name} mapped to feature %{feature_name} is not accessible by the user": [
|
1290
|
+
"用户无法访问映射到功能 %{feature_name} 的模板 %{template_name}"
|
1261
1291
|
],
|
1262
|
-
"
|
1263
|
-
"
|
1292
|
+
"There are no available input fields for the selected template.": [
|
1293
|
+
"所选模板没有可用的输入字段。"
|
1264
1294
|
],
|
1265
|
-
"
|
1266
|
-
"
|
1295
|
+
"There was an error while updating the status, try refreshing the page.": [
|
1296
|
+
"更新状态时出错,请尝试刷新页面。"
|
1267
1297
|
],
|
1268
|
-
"
|
1269
|
-
"
|
1298
|
+
"This can happen if the host is removed or moved to another organization or location after the job was started": [
|
1299
|
+
"如果在作业开始后将主机删除或移动到其他机构或位置,则可能会发生这种情况"
|
1270
1300
|
],
|
1271
|
-
"
|
1272
|
-
""
|
1301
|
+
"This template is locked for editing.": [
|
1302
|
+
"该模板被锁定进行编辑。"
|
1273
1303
|
],
|
1274
|
-
"
|
1275
|
-
""
|
1304
|
+
"This template is locked. Please clone it to a new template to customize.": [
|
1305
|
+
"此模板已锁定。请将它克隆到一个新的模板进行定制。"
|
1276
1306
|
],
|
1277
|
-
"
|
1278
|
-
""
|
1307
|
+
"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}.": [
|
1308
|
+
"这个模块用来生成描述。输入值可以使用语法 %{package}。您可以使用 %{job_category} 和 %{template_name} 来包括作业类型和模板名称。"
|
1279
1309
|
],
|
1280
|
-
"
|
1281
|
-
"
|
1310
|
+
"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}.": [
|
1311
|
+
"这个模块用来生成描述。<br/>输入值可以使用语法%{package}。<br/>您可以使用 {job_category} 和 {template_name} 来<br/>包括作业类型和模板名称。"
|
1282
1312
|
],
|
1283
|
-
"
|
1284
|
-
"
|
1313
|
+
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
1314
|
+
"在远程主机上开始后,以秒计算时间,之后结束作业。"
|
1285
1315
|
],
|
1286
|
-
"
|
1287
|
-
"
|
1316
|
+
"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.": [
|
1317
|
+
""
|
1288
1318
|
],
|
1289
|
-
"
|
1290
|
-
"
|
1319
|
+
"Time to pickup": [
|
1320
|
+
""
|
1291
1321
|
],
|
1292
|
-
"
|
1293
|
-
"
|
1322
|
+
"Timeout to kill": [
|
1323
|
+
"超时至结束"
|
1294
1324
|
],
|
1295
|
-
"
|
1296
|
-
"
|
1325
|
+
"Timeout to kill after": [
|
1326
|
+
"超时至终止时间"
|
1297
1327
|
],
|
1298
|
-
"
|
1299
|
-
""
|
1328
|
+
"Toggle DEBUG": [
|
1329
|
+
"切换 DEBUG"
|
1300
1330
|
],
|
1301
|
-
"
|
1302
|
-
""
|
1331
|
+
"Toggle STDERR": [
|
1332
|
+
"切换 STDERR"
|
1303
1333
|
],
|
1304
|
-
"
|
1305
|
-
"
|
1334
|
+
"Toggle STDOUT": [
|
1335
|
+
"切换 STDOUT"
|
1306
1336
|
],
|
1307
|
-
"
|
1308
|
-
""
|
1337
|
+
"Toggle command": [
|
1338
|
+
"切换命令"
|
1309
1339
|
],
|
1310
|
-
"
|
1311
|
-
""
|
1340
|
+
"Total hosts": [
|
1341
|
+
"主机总数"
|
1312
1342
|
],
|
1313
|
-
"
|
1314
|
-
""
|
1343
|
+
"Try to abort the job on a host without waiting for its result": [
|
1344
|
+
"尝试在不等待结果的情况下终止主机中的作业"
|
1315
1345
|
],
|
1316
|
-
"
|
1317
|
-
""
|
1346
|
+
"Try to abort the job without waiting for the results from the remote hosts": [
|
1347
|
+
"尝试在不等待远程主机的结果情况下终止作业"
|
1318
1348
|
],
|
1319
|
-
"
|
1320
|
-
"
|
1349
|
+
"Try to cancel the job": [
|
1350
|
+
"尝试取消作业"
|
1321
1351
|
],
|
1322
|
-
"
|
1323
|
-
"
|
1352
|
+
"Try to cancel the job on a host": [
|
1353
|
+
"尝试取消主机上的作业"
|
1324
1354
|
],
|
1325
|
-
"
|
1326
|
-
"
|
1355
|
+
"Trying to abort the job": [
|
1356
|
+
"尝试中止作业"
|
1327
1357
|
],
|
1328
|
-
"
|
1329
|
-
"
|
1358
|
+
"Trying to cancel the job": [
|
1359
|
+
"尝试取消作业"
|
1330
1360
|
],
|
1331
|
-
"
|
1332
|
-
"
|
1361
|
+
"Type": [
|
1362
|
+
"类型"
|
1333
1363
|
],
|
1334
|
-
"
|
1335
|
-
""
|
1364
|
+
"Type has impact on when is the query evaluated to hosts.": [
|
1365
|
+
"类型会影响到什么时候会评估到主机。"
|
1336
1366
|
],
|
1337
|
-
"
|
1367
|
+
"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>": [
|
1338
1368
|
""
|
1339
1369
|
],
|
1340
|
-
"
|
1370
|
+
"Type of execution": [
|
1341
1371
|
""
|
1342
1372
|
],
|
1343
|
-
"
|
1344
|
-
""
|
1373
|
+
"Type of query": [
|
1374
|
+
"查询类型"
|
1345
1375
|
],
|
1346
|
-
"
|
1347
|
-
""
|
1376
|
+
"Unable to create mail notification: %s": [
|
1377
|
+
"无法创建邮件通知:%s"
|
1348
1378
|
],
|
1349
|
-
"
|
1350
|
-
"
|
1379
|
+
"Unable to fetch public key": [
|
1380
|
+
"无法获取公共密钥"
|
1351
1381
|
],
|
1352
|
-
"
|
1353
|
-
"
|
1382
|
+
"Unable to remove host from known hosts": [
|
1383
|
+
"无法从已知主机中删除主机"
|
1354
1384
|
],
|
1355
|
-
"
|
1356
|
-
""
|
1385
|
+
"Unable to save template. Correct highlighted errors": [
|
1386
|
+
"无法保存模版。纠正高亮显示的错误。"
|
1357
1387
|
],
|
1358
|
-
"
|
1359
|
-
"
|
1388
|
+
"Unknown execution status": [
|
1389
|
+
"未知的执行状态"
|
1360
1390
|
],
|
1361
|
-
"
|
1362
|
-
"
|
1391
|
+
"Unknown input %{input_name} for template %{template_name}": [
|
1392
|
+
"未知输入%{input_name}模板用于模板%{template_name}"
|
1363
1393
|
],
|
1364
|
-
"
|
1365
|
-
"
|
1394
|
+
"Unknown remote execution feature %s": [
|
1395
|
+
"未知的远程执行功能 %s"
|
1366
1396
|
],
|
1367
|
-
"
|
1368
|
-
"
|
1397
|
+
"Unsupported or no operating system found for this host.": [
|
1398
|
+
"该主机不支持或找不到操作系统。"
|
1369
1399
|
],
|
1370
|
-
"
|
1371
|
-
"
|
1400
|
+
"Update a foreign input set": [
|
1401
|
+
"更新外部输入集"
|
1372
1402
|
],
|
1373
|
-
"
|
1374
|
-
""
|
1403
|
+
"Update a job template": [
|
1404
|
+
"更新作业模板"
|
1375
1405
|
],
|
1376
|
-
"
|
1377
|
-
"
|
1406
|
+
"Use default description template": [
|
1407
|
+
"使用默认描述模板"
|
1378
1408
|
],
|
1379
|
-
"
|
1409
|
+
"Use legacy form": [
|
1380
1410
|
""
|
1381
1411
|
],
|
1382
|
-
"
|
1383
|
-
"
|
1412
|
+
"Use new job wizard": [
|
1413
|
+
""
|
1384
1414
|
],
|
1385
|
-
"
|
1386
|
-
"
|
1415
|
+
"Use old form": [
|
1416
|
+
""
|
1387
1417
|
],
|
1388
|
-
"
|
1389
|
-
"
|
1418
|
+
"User Inputs": [
|
1419
|
+
"用户输入"
|
1390
1420
|
],
|
1391
|
-
"
|
1392
|
-
"
|
1421
|
+
"User can not execute job on host %s": [
|
1422
|
+
"用户不能在主机 %s 上执行作业"
|
1393
1423
|
],
|
1394
|
-
"
|
1395
|
-
"
|
1424
|
+
"User can not execute job on infrastructure host %s": [
|
1425
|
+
"用户无法在基础架构主机 %s 上执行作业"
|
1396
1426
|
],
|
1397
|
-
"
|
1398
|
-
"
|
1427
|
+
"User can not execute this job template": [
|
1428
|
+
"用户无法执行这个作业模板"
|
1399
1429
|
],
|
1400
|
-
"
|
1401
|
-
"
|
1430
|
+
"User can not execute this job template on %s": [
|
1431
|
+
"用户不能在 %s 上执行这个作业模板"
|
1402
1432
|
],
|
1403
|
-
"
|
1404
|
-
"
|
1433
|
+
"User input": [
|
1434
|
+
"用户输入"
|
1405
1435
|
],
|
1406
|
-
"
|
1407
|
-
"
|
1436
|
+
"Value": [
|
1437
|
+
"值"
|
1408
1438
|
],
|
1409
|
-
"
|
1410
|
-
"
|
1439
|
+
"View all jobs": [
|
1440
|
+
"查看所有作业"
|
1411
1441
|
],
|
1412
|
-
"
|
1413
|
-
""
|
1442
|
+
"View finished jobs": [
|
1443
|
+
"查看完成的作业"
|
1414
1444
|
],
|
1415
|
-
"
|
1416
|
-
""
|
1445
|
+
"View running jobs": [
|
1446
|
+
"查看运行的作业"
|
1417
1447
|
],
|
1418
|
-
"
|
1419
|
-
""
|
1448
|
+
"View scheduled jobs": [
|
1449
|
+
"查看调度的作业"
|
1420
1450
|
],
|
1421
|
-
"
|
1422
|
-
"
|
1451
|
+
"Web Console": [
|
1452
|
+
"Web 控制台"
|
1423
1453
|
],
|
1424
|
-
"
|
1425
|
-
"
|
1454
|
+
"Weekly": [
|
1455
|
+
"每周"
|
1426
1456
|
],
|
1427
|
-
"
|
1428
|
-
"
|
1457
|
+
"What command should be used to switch to the effective user. One of %s": [
|
1458
|
+
"应该使用什么命令切换到有效用户。%s 之一"
|
1429
1459
|
],
|
1430
|
-
"
|
1431
|
-
"
|
1460
|
+
"What user should be used to run the script (using sudo-like mechanisms)": [
|
1461
|
+
"应该使用什么用户来运行脚本(使用类似于 sudo 的机制)"
|
1432
1462
|
],
|
1433
|
-
"
|
1434
|
-
"
|
1463
|
+
"What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting.": [
|
1464
|
+
"应该使用什么用户来运行脚本(使用类似于 sudo 的机制)。默认为模板参数或全局设置。"
|
1435
1465
|
],
|
1436
|
-
"
|
1437
|
-
""
|
1466
|
+
"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": [
|
1467
|
+
"使用 ip 地址进行连接时,是否应该首选 IPv6 地址?如果没有设置 IPv6 地址,它会自动回退到使用 IPv4。您可以通过设置名为remote_execution_connect_by_ip_prefer_prefer_ipv6 的参数来针对单个主机进行覆盖。默认情况下,为了实现兼容的目的,IPv4 将优先于 IPv6。"
|
1438
1468
|
],
|
1439
|
-
"
|
1440
|
-
""
|
1469
|
+
"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.": [
|
1470
|
+
"如果启用,工作目录会在任务完成后被删除。使用名为 remote_execution_cleanup_working_dirs 的参数可以在相关主机上覆盖这个设置。"
|
1441
1471
|
],
|
1442
|
-
"
|
1443
|
-
"
|
1472
|
+
"Where to find the Cockpit instance for the Web Console button. By default, no button is shown.": [
|
1473
|
+
"在哪里可以找到 Web Console 按钮的 Cockpit 实例。默认情况下,不显示任何按钮。"
|
1444
1474
|
],
|
1445
|
-
"
|
1446
|
-
"
|
1475
|
+
"Whether it should be allowed to override the effective user from the invocation form.": [
|
1476
|
+
"是否应允许从调用表单中覆盖有效用户。"
|
1447
1477
|
],
|
1448
|
-
"
|
1449
|
-
"
|
1478
|
+
"Whether or not the template is locked for editing": [
|
1479
|
+
"此模板是否被锁定用于编辑"
|
1450
1480
|
],
|
1451
|
-
"
|
1452
|
-
""
|
1481
|
+
"Whether the current user login should be used as the effective user": [
|
1482
|
+
"当前用户登录名是否应用作有效用户"
|
1453
1483
|
],
|
1454
|
-
"
|
1455
|
-
"
|
1484
|
+
"Whether to overwrite the template if it already exists": [
|
1485
|
+
"如果已存在是否覆盖模版"
|
1456
1486
|
],
|
1457
|
-
"
|
1458
|
-
""
|
1487
|
+
"Whether we should sync templates from disk when running db:seed.": [
|
1488
|
+
"运行 db:seed 时是否应该从磁盘同步模板。"
|
1459
1489
|
],
|
1460
|
-
"
|
1461
|
-
"
|
1490
|
+
"Workers pool size": [
|
1491
|
+
"工作节点池的大小"
|
1462
1492
|
],
|
1463
|
-
"
|
1464
|
-
"
|
1493
|
+
"Yes (override)": [
|
1494
|
+
"是(覆盖)"
|
1465
1495
|
],
|
1466
|
-
"
|
1467
|
-
""
|
1496
|
+
"You are not allowed to see the currently assigned template. Saving the form now would unassign the template.": [
|
1497
|
+
"您没有权限查看当前分配的模板。现在保存表单将取消分配模板。"
|
1468
1498
|
],
|
1469
|
-
"
|
1499
|
+
"You are not authorized to perform this action.": [
|
1470
1500
|
""
|
1471
1501
|
],
|
1472
|
-
"
|
1473
|
-
""
|
1502
|
+
"You have %s results to display. Showing first %s results": [
|
1503
|
+
"您有 %s 个结果现实。显示前 %s 个结果"
|
1474
1504
|
],
|
1475
|
-
"
|
1476
|
-
"
|
1505
|
+
"add an input set for this template to reference a different template inputs": [
|
1506
|
+
"为此模板添加一个输入集,以引用其他模板输入"
|
1477
1507
|
],
|
1478
|
-
"
|
1479
|
-
"
|
1508
|
+
"cancelled": [
|
1509
|
+
"已取消"
|
1480
1510
|
],
|
1481
|
-
"
|
1482
|
-
"
|
1511
|
+
"default_capsule method missing from SmartProxy": [
|
1512
|
+
"SmartProxy 中缺少 default_capsule 方法"
|
1483
1513
|
],
|
1484
|
-
"
|
1514
|
+
"documentation": [
|
1485
1515
|
""
|
1486
1516
|
],
|
1487
|
-
"
|
1488
|
-
"
|
1489
|
-
],
|
1490
|
-
"occurences": [
|
1491
|
-
""
|
1517
|
+
"effective user": [
|
1518
|
+
"有效用户"
|
1492
1519
|
],
|
1493
|
-
"
|
1494
|
-
""
|
1520
|
+
"error": [
|
1521
|
+
"错误"
|
1495
1522
|
],
|
1496
|
-
"
|
1497
|
-
""
|
1523
|
+
"error during rendering: %s": [
|
1524
|
+
"呈现时出错:%s"
|
1498
1525
|
],
|
1499
|
-
"
|
1500
|
-
""
|
1526
|
+
"evaluates just after you submit this form": [
|
1527
|
+
"提交此表单后评估"
|
1501
1528
|
],
|
1502
|
-
"
|
1529
|
+
"evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it": [
|
1503
1530
|
""
|
1504
1531
|
],
|
1505
|
-
"
|
1506
|
-
"
|
1532
|
+
"failed": [
|
1533
|
+
"失败"
|
1507
1534
|
],
|
1508
|
-
"
|
1509
|
-
"
|
1535
|
+
"here": [
|
1536
|
+
"这里"
|
1510
1537
|
],
|
1511
|
-
"
|
1512
|
-
"
|
1538
|
+
"host already has an execution interface": [
|
1539
|
+
"主机已有一个执行接口"
|
1513
1540
|
],
|
1514
|
-
"
|
1515
|
-
"
|
1541
|
+
"hosts": [
|
1542
|
+
"主机"
|
1516
1543
|
],
|
1517
|
-
"
|
1518
|
-
"
|
1544
|
+
"in %s": [
|
1545
|
+
"在 %s"
|
1519
1546
|
],
|
1520
|
-
"
|
1521
|
-
"
|
1547
|
+
"included template '%s' not found": [
|
1548
|
+
"没有找到包括的模板 '%s'"
|
1522
1549
|
],
|
1523
|
-
"
|
1524
|
-
""
|
1550
|
+
"input macro with name '%s' used, but no input with such name defined for this template": [
|
1551
|
+
"使用名称为 '%s' 的输入宏,当没有为这个模板定义使用这个名称的输入"
|
1525
1552
|
],
|
1526
|
-
"
|
1527
|
-
"
|
1553
|
+
"is day of month (range: 1-31)": [
|
1554
|
+
"日期(范围:1-31)"
|
1528
1555
|
],
|
1529
|
-
"
|
1530
|
-
"
|
1556
|
+
"is day of week (range: 0-6)": [
|
1557
|
+
"星期几(范围:0-6)"
|
1531
1558
|
],
|
1532
|
-
"
|
1533
|
-
"
|
1559
|
+
"is hour (range: 0-23)": [
|
1560
|
+
"小时(范围:0-23)"
|
1534
1561
|
],
|
1535
|
-
"
|
1536
|
-
"
|
1562
|
+
"is minute (range: 0-59)": [
|
1563
|
+
"分钟(范围:0-59)"
|
1537
1564
|
],
|
1538
|
-
"
|
1539
|
-
"
|
1565
|
+
"is month (range: 1-12)": [
|
1566
|
+
"月份(范围:1-12)"
|
1540
1567
|
],
|
1541
|
-
"
|
1542
|
-
"
|
1568
|
+
"no": [
|
1569
|
+
"否"
|
1543
1570
|
],
|
1544
|
-
"
|
1545
|
-
"
|
1571
|
+
"occurences": [
|
1572
|
+
""
|
1546
1573
|
],
|
1547
|
-
"
|
1548
|
-
"
|
1574
|
+
"open-help-tooltip-button": [
|
1575
|
+
"open-help-tooltip-button"
|
1549
1576
|
],
|
1550
|
-
"
|
1551
|
-
"
|
1577
|
+
"queued": [
|
1578
|
+
"已排队"
|
1552
1579
|
],
|
1553
|
-
"
|
1554
|
-
"
|
1580
|
+
"queued to start executing in %{time}": [
|
1581
|
+
"已排队,在 %{time} 开始实施"
|
1555
1582
|
],
|
1556
|
-
"
|
1557
|
-
"
|
1583
|
+
"range: 0-59": [
|
1584
|
+
""
|
1558
1585
|
],
|
1559
|
-
"
|
1560
|
-
"
|
1586
|
+
"remove template input set": [
|
1587
|
+
"删除模板输入集"
|
1561
1588
|
],
|
1562
|
-
"
|
1563
|
-
"
|
1589
|
+
"running %{percent}%%": [
|
1590
|
+
"运行 %{percent}%%"
|
1564
1591
|
],
|
1565
|
-
"
|
1566
|
-
"
|
1592
|
+
"seconds": [
|
1593
|
+
"秒"
|
1567
1594
|
],
|
1568
|
-
"
|
1569
|
-
"
|
1595
|
+
"succeeded": [
|
1596
|
+
"已成功"
|
1570
1597
|
],
|
1571
|
-
"
|
1572
|
-
"
|
1598
|
+
"tasks at a time": [
|
1599
|
+
"在一个时间点的任务"
|
1573
1600
|
],
|
1574
|
-
"
|
1575
|
-
"
|
1601
|
+
"template": [
|
1602
|
+
"模板"
|
1576
1603
|
],
|
1577
|
-
"
|
1578
|
-
""
|
1604
|
+
"unknown status": [
|
1605
|
+
"未知的状态"
|
1579
1606
|
],
|
1580
|
-
"
|
1581
|
-
""
|
1607
|
+
"using ": [
|
1608
|
+
"使用 "
|
1582
1609
|
],
|
1583
|
-
"
|
1584
|
-
"
|
1610
|
+
"using Smart Proxy": [
|
1611
|
+
"使用智能代理"
|
1585
1612
|
],
|
1586
|
-
"
|
1613
|
+
"view host names": [
|
1587
1614
|
""
|
1588
1615
|
],
|
1589
|
-
"
|
1590
|
-
"
|
1616
|
+
"yes": [
|
1617
|
+
"是"
|
1591
1618
|
]
|
1592
1619
|
}
|
1593
1620
|
}
|