foreman_discovery 22.0.2 → 23.0.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_discovery/locale/ca/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/cs_CZ/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/de/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/en/foreman_discovery.js +846 -0
- data/app/assets/javascripts/foreman_discovery/locale/en_GB/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/es/foreman_discovery.js +850 -0
- data/app/assets/javascripts/foreman_discovery/locale/fr/foreman_discovery.js +850 -0
- data/app/assets/javascripts/foreman_discovery/locale/gl/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/it/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/ja/foreman_discovery.js +844 -0
- data/app/assets/javascripts/foreman_discovery/locale/ka/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/ko/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/pt_BR/foreman_discovery.js +850 -0
- data/app/assets/javascripts/foreman_discovery/locale/ru/foreman_discovery.js +851 -0
- data/app/assets/javascripts/foreman_discovery/locale/sv_SE/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/zh_CN/foreman_discovery.js +844 -0
- data/app/assets/javascripts/foreman_discovery/locale/zh_TW/foreman_discovery.js +847 -0
- data/app/controllers/discovered_hosts_controller.rb +5 -1
- data/app/helpers/discovered_hosts_helper.rb +9 -2
- data/app/models/host/discovered.rb +3 -3
- data/app/services/foreman_discovery/import_hooks/lock_templates.rb +1 -1
- data/app/services/foreman_discovery/node_api/node_resource.rb +5 -5
- data/app/services/foreman_discovery/ui_notifications/failed_discovery.rb +1 -1
- data/app/views/discovered_hosts/_discovered_host.html.erb +1 -1
- data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +1 -1
- data/db/migrate/20221102065954_fix_discovery_settings_category_to_dsl.rb +1 -1
- data/db/migrate/20221102075151_migrate_discovery_hostname_and_fact_column_to_array.rb +13 -0
- data/extra/discover-host +1 -1
- data/lib/foreman_discovery/engine.rb +8 -20
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.edit.po +1122 -0
- data/locale/ca/foreman_discovery.po +22 -10
- data/locale/cs_CZ/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/cs_CZ/foreman_discovery.edit.po +1120 -0
- data/locale/cs_CZ/foreman_discovery.po +846 -0
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +1129 -0
- data/locale/de/foreman_discovery.po +22 -10
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +1115 -0
- data/locale/en/foreman_discovery.po +19 -7
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +1125 -0
- data/locale/en_GB/foreman_discovery.po +22 -10
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +1130 -0
- data/locale/es/foreman_discovery.po +81 -65
- data/locale/foreman_discovery.pot +231 -211
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +1126 -0
- data/locale/fr/foreman_discovery.po +35 -19
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +1120 -0
- data/locale/gl/foreman_discovery.po +19 -7
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +1123 -0
- data/locale/it/foreman_discovery.po +21 -8
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +1119 -0
- data/locale/ja/foreman_discovery.po +34 -22
- data/locale/ka/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ka/foreman_discovery.edit.po +1120 -0
- data/locale/ka/foreman_discovery.po +846 -0
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +1119 -0
- data/locale/ko/foreman_discovery.po +20 -8
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +1132 -0
- data/locale/pt_BR/foreman_discovery.po +61 -45
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +1131 -0
- data/locale/ru/foreman_discovery.po +21 -9
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +1123 -0
- data/locale/sv_SE/foreman_discovery.po +19 -7
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +1117 -0
- data/locale/zh_CN/foreman_discovery.po +31 -19
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +1120 -0
- data/locale/zh_TW/foreman_discovery.po +19 -7
- data/package.json +0 -1
- data/test/functional/api/v2/fact_value_extensions_test.rb +1 -1
- data/test/functional/discovered_hosts_controller_test.rb +1 -1
- data/test/migrations/20221102075151_migrate_discovery_hostname_and_fact_column_to_array_test.rb +75 -0
- data/test/migrations/20221102075151_migrate_discovery_hostname_and_fact_column_to_array_test.rb.orig +81 -0
- data/test/test_helper_discovery.rb +1 -1
- data/test/unit/discovery_attribute_set_test.rb +1 -1
- data/test/unit/host_discovered_test.rb +3 -3
- data/webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js +1 -1
- metadata +50 -8
- data/app/models/setting/discovered.rb +0 -22
@@ -0,0 +1,844 @@
|
|
1
|
+
locales['foreman_discovery'] = locales['foreman_discovery'] || {}; locales['foreman_discovery']['zh_CN'] = {
|
2
|
+
"domain": "foreman_discovery",
|
3
|
+
"locale_data": {
|
4
|
+
"foreman_discovery": {
|
5
|
+
"": {
|
6
|
+
"Project-Id-Version": "foreman_discovery v22.0.4",
|
7
|
+
"Report-Msgid-Bugs-To": "",
|
8
|
+
"PO-Revision-Date": "2013-11-15 17:25+0000",
|
9
|
+
"Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
|
10
|
+
"Language-Team": "Chinese (China) (http://www.transifex.com/foreman/foreman/language/zh_CN/)",
|
11
|
+
"MIME-Version": "1.0",
|
12
|
+
"Content-Type": "text/plain; charset=UTF-8",
|
13
|
+
"Content-Transfer-Encoding": "8bit",
|
14
|
+
"Language": "zh_CN",
|
15
|
+
"Plural-Forms": "nplurals=1; plural=0;",
|
16
|
+
"lang": "zh_CN",
|
17
|
+
"domain": "foreman_discovery",
|
18
|
+
"plural_forms": "nplurals=1; plural=0;"
|
19
|
+
},
|
20
|
+
"List all discovered hosts": [
|
21
|
+
"列出所有发现的主机"
|
22
|
+
],
|
23
|
+
"filter results": [
|
24
|
+
"过滤结果"
|
25
|
+
],
|
26
|
+
"sort results": [
|
27
|
+
"排序结果"
|
28
|
+
],
|
29
|
+
"paginate results": [
|
30
|
+
"分页结果"
|
31
|
+
],
|
32
|
+
"number of entries per request": [
|
33
|
+
"每个请求的条目数"
|
34
|
+
],
|
35
|
+
"Show a discovered host": [
|
36
|
+
"显示一个发现主机"
|
37
|
+
],
|
38
|
+
"DHCP filename option (Grub2 or PXELinux by default)": [
|
39
|
+
"DHCP 文件名选项(默认为 Grub2 或 PXELinux)"
|
40
|
+
],
|
41
|
+
"Create a discovered host for testing (use /facts to create new hosts)": [
|
42
|
+
"创建一个用于测试的发现主机(使用 /详情创建新主机)"
|
43
|
+
],
|
44
|
+
"Provision a discovered host": [
|
45
|
+
"置备发现主机"
|
46
|
+
],
|
47
|
+
"required if host is managed and value is not inherited from host group": [
|
48
|
+
"如果主机是受管的,且值没有从主机组继承,则是必需的"
|
49
|
+
],
|
50
|
+
"not required if using a subnet with DHCP proxy": [
|
51
|
+
"如果使用带有 DHCP 代理的子网则不需要"
|
52
|
+
],
|
53
|
+
"not required if it's a virtual machine": [
|
54
|
+
"如果是虚拟机,则不需要"
|
55
|
+
],
|
56
|
+
"required if not imaged based provisioning and host is managed and value is not inherited from host group": [
|
57
|
+
"如果不是基于置备镜像的,主机是受管的,且值没有从主机组继承,则是必需的"
|
58
|
+
],
|
59
|
+
"required if host is managed and custom partition has not been defined": [
|
60
|
+
"如果已管理主机,且未定义自定义分区,则需填写。"
|
61
|
+
],
|
62
|
+
"Host's owner type": [
|
63
|
+
"主机所有者类型"
|
64
|
+
],
|
65
|
+
"Host's parameters (array or indexed hash)": [
|
66
|
+
"主机参数(阵列或索引哈希)"
|
67
|
+
],
|
68
|
+
"Name of the parameter": [
|
69
|
+
"参数名称"
|
70
|
+
],
|
71
|
+
"Parameter value": [
|
72
|
+
"参数值"
|
73
|
+
],
|
74
|
+
"Type of value": [
|
75
|
+
"值类型"
|
76
|
+
],
|
77
|
+
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks": [
|
78
|
+
"用于跟踪编配任务状态的 UUID,GET /api/orchestration/:UUID/tasks"
|
79
|
+
],
|
80
|
+
"required if value is not inherited from host group or default password in settings": [
|
81
|
+
"如果数值不是从主机组或设置中的默认密码继承,则需要。"
|
82
|
+
],
|
83
|
+
"Delete a discovered host": [
|
84
|
+
"删除发现主机"
|
85
|
+
],
|
86
|
+
"Upload facts for a host, creating the host if required": [
|
87
|
+
"为主机上传 fact,需要时会创建主机"
|
88
|
+
],
|
89
|
+
"hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)": [
|
90
|
+
"hash 包含具备最小详情集合的主机的详情:discovery_bootif、macaddress_eth0、ipaddress、ipaddress_eth0、interfaces: eth0(主接口名为 eth0 的示例)"
|
91
|
+
],
|
92
|
+
"Execute rules against a discovered host": [
|
93
|
+
"对发现主机执行规则"
|
94
|
+
],
|
95
|
+
"Host %{host} was provisioned with rule %{rule}": [
|
96
|
+
"主机 %{host} 被置备,带有规则 %{rule}"
|
97
|
+
],
|
98
|
+
"Unable to provision %{host}: %{errors}": [
|
99
|
+
"无法置备 %{host}:%{errors}"
|
100
|
+
],
|
101
|
+
"No rule found for host %s": [
|
102
|
+
"没有为主机 %s 找到规则"
|
103
|
+
],
|
104
|
+
"Execute rules against all currently discovered hosts": [
|
105
|
+
"对当前所有发现主机执行规则"
|
106
|
+
],
|
107
|
+
"Errors during auto provisioning: %s": [
|
108
|
+
"自动置备期间出错:%s"
|
109
|
+
],
|
110
|
+
"No discovered hosts to provision": [
|
111
|
+
"没有要置备的发现主机"
|
112
|
+
],
|
113
|
+
"%s discovered hosts were provisioned": [
|
114
|
+
"%s 发现的主机被置备"
|
115
|
+
],
|
116
|
+
"Refreshing the facts of a discovered host": [
|
117
|
+
"刷新发现主机的详情"
|
118
|
+
],
|
119
|
+
"Rebooting a discovered host": [
|
120
|
+
"重启发现主机"
|
121
|
+
],
|
122
|
+
"Rebooting all discovered hosts": [
|
123
|
+
"重启所有发现主机"
|
124
|
+
],
|
125
|
+
"Discovered hosts are rebooting now": [
|
126
|
+
"现在正在重启发现主机"
|
127
|
+
],
|
128
|
+
"List all discovery rules": [
|
129
|
+
"列出所有发现规则"
|
130
|
+
],
|
131
|
+
"Show a discovery rule": [
|
132
|
+
"显示一条发现规则"
|
133
|
+
],
|
134
|
+
"represents rule name shown to the users": [
|
135
|
+
"代表显示给用户的规则名称"
|
136
|
+
],
|
137
|
+
"query to match discovered hosts for the particular rule": [
|
138
|
+
"与特定规则的发现主机匹配的查询"
|
139
|
+
],
|
140
|
+
"the hostgroup that is used to auto provision a host": [
|
141
|
+
"用于自动置备主机的主机组"
|
142
|
+
],
|
143
|
+
"defines a pattern to assign human-readable hostnames to the matching hosts": [
|
144
|
+
"定义向匹配主机分配人类可读的主机名称的模式"
|
145
|
+
],
|
146
|
+
"enables to limit maximum amount of provisioned hosts per rule": [
|
147
|
+
"支持根据规则限制置备主机的最大数量"
|
148
|
+
],
|
149
|
+
"puts the rules in order, low numbers go first. Must be greater then zero": [
|
150
|
+
"按顺序排列规则,低数值优先。必须大于 0"
|
151
|
+
],
|
152
|
+
"flag is used for temporary shutdown of rules": [
|
153
|
+
"标记用于临时关闭规则"
|
154
|
+
],
|
155
|
+
"location ID for provisioned hosts": [
|
156
|
+
"预配主机的位置 ID"
|
157
|
+
],
|
158
|
+
"organization ID for provisioned hosts": [
|
159
|
+
"预配主机的组织 ID"
|
160
|
+
],
|
161
|
+
"Create a discovery rule": [
|
162
|
+
"创建发现规则"
|
163
|
+
],
|
164
|
+
"Update a rule": [
|
165
|
+
"更新规则"
|
166
|
+
],
|
167
|
+
"Delete a rule": [
|
168
|
+
"删除规则"
|
169
|
+
],
|
170
|
+
"List all fact values of a given discovered host": [
|
171
|
+
"列出给定发现主机的所有系统信息值"
|
172
|
+
],
|
173
|
+
"Unable to find a discovery rule, no host provided (check permissions)": [
|
174
|
+
"无法找到发现规则,未提供主机(检查许可)"
|
175
|
+
],
|
176
|
+
"No hostgroup associated with rule '%s'": [
|
177
|
+
"没有与规则 '%s' 关联的主机组"
|
178
|
+
],
|
179
|
+
"Errors during reboot: %s": [
|
180
|
+
"重启时出错:%s"
|
181
|
+
],
|
182
|
+
"No discovered hosts to reboot": [
|
183
|
+
"没有要重启的发现主机"
|
184
|
+
],
|
185
|
+
"Successfully provisioned %s": [
|
186
|
+
"已成功置备 %s"
|
187
|
+
],
|
188
|
+
"Facts refreshed for %s": [
|
189
|
+
"%s 的事实已刷新"
|
190
|
+
],
|
191
|
+
"Failed to refresh facts for %s": [
|
192
|
+
"%s 的事实刷新失败"
|
193
|
+
],
|
194
|
+
"Failed to refresh facts for %{hostname} with error %{error_message}": [
|
195
|
+
"为 %{hostname} 刷新事实失败,错误为 %{error_message}"
|
196
|
+
],
|
197
|
+
"Host of type %s can not be rebooted": [
|
198
|
+
"%s 类型的主机不能重启"
|
199
|
+
],
|
200
|
+
"Rebooting host %s": [
|
201
|
+
"正在重启主机 %s"
|
202
|
+
],
|
203
|
+
"Failed to reboot host %s": [
|
204
|
+
"重启主机 %s 失败"
|
205
|
+
],
|
206
|
+
"Failed to reboot host %{hostname} with error %{error_message}": [
|
207
|
+
"重启主机 %{hostname} 失败,错误为 %{error_message}"
|
208
|
+
],
|
209
|
+
"Failed to reboot hosts with error %s": [
|
210
|
+
"无法重启主机,错误 %s"
|
211
|
+
],
|
212
|
+
"Destroyed selected hosts": [
|
213
|
+
"销毁选定的主机"
|
214
|
+
],
|
215
|
+
"The following hosts were not deleted: %s": [
|
216
|
+
"以下主机没有删除:%s"
|
217
|
+
],
|
218
|
+
"Failed to auto provision host %s: %s": [
|
219
|
+
"无法自动置备主机 %s:%s"
|
220
|
+
],
|
221
|
+
"Discovered hosts are provisioning now": [
|
222
|
+
"现在发现主机正在置备"
|
223
|
+
],
|
224
|
+
"Discovered host reported from unknown subnet, communication will not be proxied.": [
|
225
|
+
"从未知子网报告发现的主机,通信数据将不会被代理。"
|
226
|
+
],
|
227
|
+
"Discovered hosts reported from unknown subnet are %s, communication will not be proxied.": [
|
228
|
+
"从未知子网报告发现的主机为 %s,通信数据将不会被代理。"
|
229
|
+
],
|
230
|
+
"No hosts were found with that id or name": [
|
231
|
+
"找不到具有该 ID 或名称的主机"
|
232
|
+
],
|
233
|
+
"No hosts selected": [
|
234
|
+
"未选择主机"
|
235
|
+
],
|
236
|
+
"Something went wrong while selecting hosts - %s": [
|
237
|
+
"选择主机时出错 - %s"
|
238
|
+
],
|
239
|
+
"Rule enabled": [
|
240
|
+
"已启用规则"
|
241
|
+
],
|
242
|
+
"Rule disabled": [
|
243
|
+
"已禁用规则"
|
244
|
+
],
|
245
|
+
"Auto Provision": [
|
246
|
+
"自动置备"
|
247
|
+
],
|
248
|
+
"Refresh facts": [
|
249
|
+
"刷新详情"
|
250
|
+
],
|
251
|
+
"Reboot": [
|
252
|
+
"重启"
|
253
|
+
],
|
254
|
+
"Back": [
|
255
|
+
"返回"
|
256
|
+
],
|
257
|
+
"Select Action": [
|
258
|
+
"选择操作"
|
259
|
+
],
|
260
|
+
"Delete %s?": [
|
261
|
+
"刪除 %s?"
|
262
|
+
],
|
263
|
+
"Assign Organization": [
|
264
|
+
"指定机构"
|
265
|
+
],
|
266
|
+
"Assign Location": [
|
267
|
+
"分配位置"
|
268
|
+
],
|
269
|
+
"Delete": [
|
270
|
+
"刪除"
|
271
|
+
],
|
272
|
+
"%s - The following hosts are about to be changed": [
|
273
|
+
"%s - 以下主机即将更改"
|
274
|
+
],
|
275
|
+
"N/A": [
|
276
|
+
"不适用"
|
277
|
+
],
|
278
|
+
"New in the last 24 hours": [
|
279
|
+
"在最近 24 小时之内新建"
|
280
|
+
],
|
281
|
+
"Not reported in more than 7 days": [
|
282
|
+
"没有超过 7 天的报告"
|
283
|
+
],
|
284
|
+
"Reported in the last 7 days": [
|
285
|
+
"最近 7 天内报告"
|
286
|
+
],
|
287
|
+
"Provision": [
|
288
|
+
"置备"
|
289
|
+
],
|
290
|
+
"Discovered Hosts": [
|
291
|
+
"发现主机"
|
292
|
+
],
|
293
|
+
"Associated Hosts": [
|
294
|
+
"关联主机"
|
295
|
+
],
|
296
|
+
"Disable": [
|
297
|
+
"禁用"
|
298
|
+
],
|
299
|
+
"Disable rule '%s'?": [
|
300
|
+
"禁用规则 '%s'?"
|
301
|
+
],
|
302
|
+
"Enable": [
|
303
|
+
"启用"
|
304
|
+
],
|
305
|
+
"Enable rule '%s'?": [
|
306
|
+
"启用规则 '%s'?"
|
307
|
+
],
|
308
|
+
"Clone": [
|
309
|
+
"克隆"
|
310
|
+
],
|
311
|
+
"Delete rule '%s'?": [
|
312
|
+
"删除规则 '%s'?"
|
313
|
+
],
|
314
|
+
"Invalid user type of %s was provided": [
|
315
|
+
"提供了无效的 %s 用户类型"
|
316
|
+
],
|
317
|
+
"Discovered hosts summary": [
|
318
|
+
"发现主机摘要"
|
319
|
+
],
|
320
|
+
"can't contain white spaces.": [
|
321
|
+
"不能包含空格。"
|
322
|
+
],
|
323
|
+
"must start with a letter or ERB.": [
|
324
|
+
"必须以字母或 ERB 开始。"
|
325
|
+
],
|
326
|
+
"must be present.": [
|
327
|
+
"必须存在。"
|
328
|
+
],
|
329
|
+
"Host group organization %s must also be associated to the discovery rule": [
|
330
|
+
"主机组机构 %s 也必须与发现规则关联"
|
331
|
+
],
|
332
|
+
"Host group location %s must also be associated to the discovery rule": [
|
333
|
+
"主机组位置 %s 也必须与发现规则关联"
|
334
|
+
],
|
335
|
+
"Fact + prefix": [
|
336
|
+
"Fact + 前缀"
|
337
|
+
],
|
338
|
+
"Random name": [
|
339
|
+
"随机名"
|
340
|
+
],
|
341
|
+
"MAC-based name": [
|
342
|
+
"基于 MAC 的名称"
|
343
|
+
],
|
344
|
+
"Invalid facts, must be a Hash": [
|
345
|
+
"无效详情,必须是 Hash"
|
346
|
+
],
|
347
|
+
"Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname": [
|
348
|
+
"缺少期望的 discovery_fact '%s',无法检测主接口和设置主机名称"
|
349
|
+
],
|
350
|
+
"Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s": [
|
351
|
+
"无效详情:hash 不包含 discovery_hostname 设置中任何详情的有效值:%s"
|
352
|
+
],
|
353
|
+
"Facts could not be imported": [
|
354
|
+
"无法导入详情"
|
355
|
+
],
|
356
|
+
"Could not get facts from proxy %{url}: %{error}": [
|
357
|
+
"无法从代理 %{url} 获得详情:%{error}"
|
358
|
+
],
|
359
|
+
"Unable to perform reboot on %{name} (%{url}): %{msg}": [
|
360
|
+
"无法在%{name}(%{url})上执行重新引导:%{msg}"
|
361
|
+
],
|
362
|
+
"Unable to perform %{action} on %{ips}": [
|
363
|
+
"无法在 %{ips} 上执行 %{action}"
|
364
|
+
],
|
365
|
+
"Unable to perform kexec on %{name} (%{url}): %{msg}": [
|
366
|
+
"无法在 %{name} (%{url}) 上执行 kexec : %{msg}"
|
367
|
+
],
|
368
|
+
"Invalid hostname: Could not normalize the hostname": [
|
369
|
+
"无效的主机名:无法标准化主机名"
|
370
|
+
],
|
371
|
+
"Reloading kernel on %s": [
|
372
|
+
"正在 %s 上重新加载内核"
|
373
|
+
],
|
374
|
+
"Rebooting %s": [
|
375
|
+
"重启 %s"
|
376
|
+
],
|
377
|
+
"Kexec template not associated with operating system": [
|
378
|
+
"Kexec 模板未与操作系统关联"
|
379
|
+
],
|
380
|
+
"Kernel kexec URL is invalid: '%s'": [
|
381
|
+
"内核 kexec URL 无效:'%s'"
|
382
|
+
],
|
383
|
+
"Init RAM kexec URL is invalid: '%s'": [
|
384
|
+
"Init RAM kexec URL 无效:'%s'"
|
385
|
+
],
|
386
|
+
"Rebuild DNS for %s": [
|
387
|
+
"为 %s 重建 DNS"
|
388
|
+
],
|
389
|
+
"Discovery fact parser does not work with non-discovery host '%{host}'": [
|
390
|
+
"发现事实解析器无法在未发现主机 '%{host}' 上工作"
|
391
|
+
],
|
392
|
+
"Discovered host '%{host}' has all NICs filtered out, filter: %{filter}": [
|
393
|
+
"发现的主机 '%{host}' 的所有 NIC 都被过滤掉,过滤:%{filter}"
|
394
|
+
],
|
395
|
+
"Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}": [
|
396
|
+
"无法找到带有通过 '%{fact}' 指定的 '%{mac}' 的主 NIC。NIC 过滤:%{filter}"
|
397
|
+
],
|
398
|
+
"Highlights": [
|
399
|
+
"亮点"
|
400
|
+
],
|
401
|
+
"Storage": [
|
402
|
+
"存储"
|
403
|
+
],
|
404
|
+
"Hardware": [
|
405
|
+
"硬件"
|
406
|
+
],
|
407
|
+
"Network": [
|
408
|
+
"网络"
|
409
|
+
],
|
410
|
+
"Software": [
|
411
|
+
"软件"
|
412
|
+
],
|
413
|
+
"IPMI": [
|
414
|
+
"IPMI"
|
415
|
+
],
|
416
|
+
"Miscellaneous": [
|
417
|
+
"杂项"
|
418
|
+
],
|
419
|
+
"IPAM must be configured for subnet '%s'": [
|
420
|
+
"必须为子网 '%s' 配置 IPAM"
|
421
|
+
],
|
422
|
+
"Options must be hash": [
|
423
|
+
""
|
424
|
+
],
|
425
|
+
"Option 'url' must be provided": [
|
426
|
+
""
|
427
|
+
],
|
428
|
+
"Option 'url' must be valid URI: %s": [
|
429
|
+
""
|
430
|
+
],
|
431
|
+
"Image API returned HTTP/%{code} with '%{body}": [
|
432
|
+
"镜像 API 返回 HTTP/%{code},带有 '%{body}"
|
433
|
+
],
|
434
|
+
"Image API processing error: %{msg} (HTTP/%{code}, body: %{body})": [
|
435
|
+
"图片 API 处理错误:%{msg} (HTTP /%{code} , 内容:%{body} )"
|
436
|
+
],
|
437
|
+
"One or more hosts with failed discovery due to error: %s": [
|
438
|
+
""
|
439
|
+
],
|
440
|
+
"Host %s has been dicovered": [
|
441
|
+
"主机 %s 已被发现。"
|
442
|
+
],
|
443
|
+
"Discovered Host": [
|
444
|
+
"发现的主机"
|
445
|
+
],
|
446
|
+
"No discovered hosts available": [
|
447
|
+
"没有可用的发现主机"
|
448
|
+
],
|
449
|
+
"Host": [
|
450
|
+
"主机"
|
451
|
+
],
|
452
|
+
"Model": [
|
453
|
+
"模型"
|
454
|
+
],
|
455
|
+
"CPUs": [
|
456
|
+
"CPU"
|
457
|
+
],
|
458
|
+
"Memory": [
|
459
|
+
"内存"
|
460
|
+
],
|
461
|
+
"Customize Host": [
|
462
|
+
"自定义主机"
|
463
|
+
],
|
464
|
+
"Create Host": [
|
465
|
+
"创建主机"
|
466
|
+
],
|
467
|
+
"Select all items in this page": [
|
468
|
+
"选择这个页中的所有项"
|
469
|
+
],
|
470
|
+
"items selected. Uncheck to Clear": [
|
471
|
+
"选择的项。取消选中以清除"
|
472
|
+
],
|
473
|
+
"Name": [
|
474
|
+
"名称"
|
475
|
+
],
|
476
|
+
"IP Address": [
|
477
|
+
"IP 地址"
|
478
|
+
],
|
479
|
+
"Disk Count": [
|
480
|
+
"磁盘计数"
|
481
|
+
],
|
482
|
+
"Disks Size": [
|
483
|
+
"磁盘大小"
|
484
|
+
],
|
485
|
+
"Location": [
|
486
|
+
"位置"
|
487
|
+
],
|
488
|
+
"Organization": [
|
489
|
+
"机构"
|
490
|
+
],
|
491
|
+
"Subnet": [
|
492
|
+
"子网"
|
493
|
+
],
|
494
|
+
"Last Facts Upload": [
|
495
|
+
"最后事实上传"
|
496
|
+
],
|
497
|
+
"Actions": [
|
498
|
+
"操作"
|
499
|
+
],
|
500
|
+
"Please Confirm": [
|
501
|
+
"请确认"
|
502
|
+
],
|
503
|
+
"Cancel": [
|
504
|
+
"取消"
|
505
|
+
],
|
506
|
+
"Submit": [
|
507
|
+
"提交"
|
508
|
+
],
|
509
|
+
"Provision %s": [
|
510
|
+
"置备 %s"
|
511
|
+
],
|
512
|
+
"This might take a while, as all hosts, facts and reports will be destroyed as well": [
|
513
|
+
"这可能需要一段时间,因为所有主机,事实和报告也将被销毁。"
|
514
|
+
],
|
515
|
+
"Select location": [
|
516
|
+
"选择位置"
|
517
|
+
],
|
518
|
+
"Select organization": [
|
519
|
+
"选择机构"
|
520
|
+
],
|
521
|
+
"Discovered host: %s": [
|
522
|
+
"发现的主机:%s"
|
523
|
+
],
|
524
|
+
"Interfaces": [
|
525
|
+
"接口"
|
526
|
+
],
|
527
|
+
"Type": [
|
528
|
+
"类型"
|
529
|
+
],
|
530
|
+
"Identifier": [
|
531
|
+
"鉴定"
|
532
|
+
],
|
533
|
+
"MAC address": [
|
534
|
+
"MAC 地址"
|
535
|
+
],
|
536
|
+
"IP address": [
|
537
|
+
"IP 地址"
|
538
|
+
],
|
539
|
+
"Collapse All": [
|
540
|
+
"全部折叠"
|
541
|
+
],
|
542
|
+
"Summary report for discovered hosts from Foreman": [
|
543
|
+
"来自 Foreman 的 发现主机概述报告"
|
544
|
+
],
|
545
|
+
"<b>Foreman</b> Discovered hosts summary": [
|
546
|
+
"<b>Foreman</b> 发现的主机概述"
|
547
|
+
],
|
548
|
+
"Summary from %{time} ago to %{now}": [
|
549
|
+
"从%{time}以前到 %{now} 的概述"
|
550
|
+
],
|
551
|
+
"Discovered hosts from Foreman server at %{foreman_url}": [
|
552
|
+
"来自 %{foreman_url} Foreman 服务器的发现主机"
|
553
|
+
],
|
554
|
+
"Disk count": [
|
555
|
+
"磁盘计数"
|
556
|
+
],
|
557
|
+
"Disks size": [
|
558
|
+
"磁盘大小"
|
559
|
+
],
|
560
|
+
"No discovered hosts for the selected period": [
|
561
|
+
"选定时间段内没有发现主机"
|
562
|
+
],
|
563
|
+
"Foreman discovered hosts summary": [
|
564
|
+
"Foreman 发现主机概述"
|
565
|
+
],
|
566
|
+
"No new discovered hosts for this period": [
|
567
|
+
"此时间段内没有新发现主机"
|
568
|
+
],
|
569
|
+
"Primary": [
|
570
|
+
"主"
|
571
|
+
],
|
572
|
+
"Locations": [
|
573
|
+
"位置"
|
574
|
+
],
|
575
|
+
"Organizations": [
|
576
|
+
"机构"
|
577
|
+
],
|
578
|
+
"Target host group for this rule with all properties set": [
|
579
|
+
"此规则的目标主机组所有属性已设置"
|
580
|
+
],
|
581
|
+
"Hostname for provisioned hosts": [
|
582
|
+
"置备主机的主机名"
|
583
|
+
],
|
584
|
+
"Hosts Limit": [
|
585
|
+
"主机限制"
|
586
|
+
],
|
587
|
+
"Maximum hosts provisioned with this rule (0 = unlimited)": [
|
588
|
+
"按照此规则置备的最大主机数(0 = 没有限制)"
|
589
|
+
],
|
590
|
+
"Rule priority (lower integer means higher priority)": [
|
591
|
+
"规则优先级(整数越小,优先级越高)"
|
592
|
+
],
|
593
|
+
"Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB).": [
|
594
|
+
"以与置备模板 (ERB) 中相同的语法指定目标主机名模板模式。"
|
595
|
+
],
|
596
|
+
"Domain will be appended automatically. A hostname based on MAC address will be used when left blank.": [
|
597
|
+
"域将自动附加。留空时将使用基于 MAC 地址的主机名。"
|
598
|
+
],
|
599
|
+
"In addition to @host attribute function rand for random integers is available. Examples:": [
|
600
|
+
"除了 @host 属性函数之外,还提供随机整数 rand。"
|
601
|
+
],
|
602
|
+
"When creating hostname patterns, make sure the resulting host names are unique.": [
|
603
|
+
"创建主机名模式时,确保生成的主机名是唯一的。"
|
604
|
+
],
|
605
|
+
"Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID).": [
|
606
|
+
"主机名不得以数字开始。一种好方法是使用 facter 提供的独特信息(MAC 地址、BIOS 或序列 ID)。"
|
607
|
+
],
|
608
|
+
"Clone %s": [
|
609
|
+
"克隆 %s"
|
610
|
+
],
|
611
|
+
"Edit %s": [
|
612
|
+
"编辑 %s"
|
613
|
+
],
|
614
|
+
"Discovery Rules": [
|
615
|
+
"发现规则"
|
616
|
+
],
|
617
|
+
"Create Rule": [
|
618
|
+
"创建规则"
|
619
|
+
],
|
620
|
+
"DiscoveryRule|Name": [
|
621
|
+
"DiscoveryRule|Name"
|
622
|
+
],
|
623
|
+
"DiscoveryRule|Priority": [
|
624
|
+
"发现规则|优先级"
|
625
|
+
],
|
626
|
+
"DiscoveryRule|Query": [
|
627
|
+
"DiscoveryRule|Query"
|
628
|
+
],
|
629
|
+
"Host Group": [
|
630
|
+
"主机组"
|
631
|
+
],
|
632
|
+
"Hosts/Limit": [
|
633
|
+
"主机/限制"
|
634
|
+
],
|
635
|
+
"DiscoveryRule|Enabled": [
|
636
|
+
"DiscoveryRule|Enabled"
|
637
|
+
],
|
638
|
+
"New Discovery Rule": [
|
639
|
+
"新建发现规则"
|
640
|
+
],
|
641
|
+
"Discovered Rules": [
|
642
|
+
"发现规则"
|
643
|
+
],
|
644
|
+
"A summary of discovered hosts": [
|
645
|
+
"发现主机概述"
|
646
|
+
],
|
647
|
+
"New hosts": [
|
648
|
+
"新主机"
|
649
|
+
],
|
650
|
+
"One or more hosts have been discovered": [
|
651
|
+
"已发现一个或多个主机"
|
652
|
+
],
|
653
|
+
"Details": [
|
654
|
+
"详情"
|
655
|
+
],
|
656
|
+
"Hosts": [
|
657
|
+
"主机"
|
658
|
+
],
|
659
|
+
"Error message goes here": [
|
660
|
+
"错误信息到这里"
|
661
|
+
],
|
662
|
+
"Discovery": [
|
663
|
+
"发现"
|
664
|
+
],
|
665
|
+
"Discovery location": [
|
666
|
+
"发现位置"
|
667
|
+
],
|
668
|
+
"The default location to place discovered hosts in": [
|
669
|
+
"放置发现主机的默认位置"
|
670
|
+
],
|
671
|
+
"Discovery organization": [
|
672
|
+
"发现机构"
|
673
|
+
],
|
674
|
+
"The default organization to place discovered hosts in": [
|
675
|
+
"放置发现主机的默认机构"
|
676
|
+
],
|
677
|
+
"Interface fact": [
|
678
|
+
"接口详情"
|
679
|
+
],
|
680
|
+
"Fact name to use for primary interface detection": [
|
681
|
+
"用于主接口检测的详情名称"
|
682
|
+
],
|
683
|
+
"Create bond interfaces": [
|
684
|
+
"创建绑定接口"
|
685
|
+
],
|
686
|
+
"Automatic bond interface (if another interface is detected on the same VLAN via LLDP)": [
|
687
|
+
"自动绑定接口(如果通过 LLDP 在同一个 VLAN 中发现另外一个接口)"
|
688
|
+
],
|
689
|
+
"Clean all facts": [
|
690
|
+
"清除所有详情"
|
691
|
+
],
|
692
|
+
"Clean all reported facts during provisioning (except discovery facts)": [
|
693
|
+
"置备期间清除所有报告的详情(发现详情除外)"
|
694
|
+
],
|
695
|
+
"Hostname facts": [
|
696
|
+
"主机名详情"
|
697
|
+
],
|
698
|
+
"List of facts to use for the hostname (first wins)": [
|
699
|
+
""
|
700
|
+
],
|
701
|
+
"Auto provisioning": [
|
702
|
+
"自动置备"
|
703
|
+
],
|
704
|
+
"Automatically provision newly discovered hosts, according to the provisioning rules": [
|
705
|
+
"根据置备规则,自动置备新发现主机"
|
706
|
+
],
|
707
|
+
"Automatically reboot or kexec discovered host during provisioning": [
|
708
|
+
"置备期间自动重启或 kexec 发现主机"
|
709
|
+
],
|
710
|
+
"Hostname prefix": [
|
711
|
+
"主机名前缀"
|
712
|
+
],
|
713
|
+
"The default prefix to use for the host name, must start with a letter": [
|
714
|
+
"使用的主机名默认前缀必须以字母开头"
|
715
|
+
],
|
716
|
+
"Fact columns": [
|
717
|
+
"详情列"
|
718
|
+
],
|
719
|
+
"Extra facter columns to show in host lists": [
|
720
|
+
""
|
721
|
+
],
|
722
|
+
"Highlighted facts": [
|
723
|
+
"高亮详情"
|
724
|
+
],
|
725
|
+
"Regex to organize facts for highlights section - e.g. ^(abc|cde)$": [
|
726
|
+
"组织高亮部分详情的正则表达式 - 例如 ^(abc|cde)$"
|
727
|
+
],
|
728
|
+
"Storage facts": [
|
729
|
+
"存储详情"
|
730
|
+
],
|
731
|
+
"Regex to organize facts for storage section": [
|
732
|
+
"组织存储部分详情的正则表达式"
|
733
|
+
],
|
734
|
+
"Software facts": [
|
735
|
+
"软件详情"
|
736
|
+
],
|
737
|
+
"Regex to organize facts for software section": [
|
738
|
+
"组织软件部分详情的正则表达式"
|
739
|
+
],
|
740
|
+
"Hardware facts": [
|
741
|
+
"硬件详情"
|
742
|
+
],
|
743
|
+
"Regex to organize facts for hardware section": [
|
744
|
+
"组织硬件部分详情的正则表达式"
|
745
|
+
],
|
746
|
+
"Network facts": [
|
747
|
+
"网络详情"
|
748
|
+
],
|
749
|
+
"Regex to organize facts for network section": [
|
750
|
+
"组织网络部分详情的正则表达式"
|
751
|
+
],
|
752
|
+
"IPMI facts": [
|
753
|
+
"IPMI 详情"
|
754
|
+
],
|
755
|
+
"Regex to organize facts for ipmi section": [
|
756
|
+
"组织 ipmi 部分详情的正则表达式"
|
757
|
+
],
|
758
|
+
"Lock PXE": [
|
759
|
+
"锁定 PXE"
|
760
|
+
],
|
761
|
+
"Automatically generate PXE configuration to pin a newly discovered host to discovery": [
|
762
|
+
"自动生成 PXE 配置,以将新发现主机固定至发现"
|
763
|
+
],
|
764
|
+
"Locked PXELinux template name": [
|
765
|
+
"锁定的 PXELinux 模板名称"
|
766
|
+
],
|
767
|
+
"PXELinux template to be used when pinning a host to discovery": [
|
768
|
+
"将主机固定至发现时使用的 PXELinux 模板"
|
769
|
+
],
|
770
|
+
"Locked PXEGrub template name": [
|
771
|
+
"锁定的 PXEGrub 模板名称"
|
772
|
+
],
|
773
|
+
"PXEGrub template to be used when pinning a host to discovery": [
|
774
|
+
"将主机固定至发现时使用的 PXEGrub 模板"
|
775
|
+
],
|
776
|
+
"Locked PXEGrub2 template name": [
|
777
|
+
"锁定的 PXEGrub2 模板名称"
|
778
|
+
],
|
779
|
+
"PXEGrub2 template to be used when pinning a host to discovery": [
|
780
|
+
"将主机固定至发现时使用的 PXEGrub2 模板"
|
781
|
+
],
|
782
|
+
"Force DNS": [
|
783
|
+
"强制 DNS"
|
784
|
+
],
|
785
|
+
"Force DNS entries creation when provisioning discovered host": [
|
786
|
+
"置备发现主机时强制 DNS 条目创建"
|
787
|
+
],
|
788
|
+
"Error on existing NIC": [
|
789
|
+
"已存在的 NIC 上的错误"
|
790
|
+
],
|
791
|
+
"Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)": [
|
792
|
+
"不允许发现匹配一个置备 NIC 的 MAC 的已存在的管理的主机(早期出现错误)"
|
793
|
+
],
|
794
|
+
"Type of name generator": [
|
795
|
+
"名称生成器类型"
|
796
|
+
],
|
797
|
+
"Discovery hostname naming pattern": [
|
798
|
+
"发现主机名的名称特征"
|
799
|
+
],
|
800
|
+
"Prefer IPv6": [
|
801
|
+
"首选使用 IPv6"
|
802
|
+
],
|
803
|
+
"Prefer IPv6 to IPv4 when calling discovered nodes": [
|
804
|
+
"在调用发现节点时,首选 IPv6 而不是 IPv4"
|
805
|
+
],
|
806
|
+
"Discovery Proxy": [
|
807
|
+
"发现代理服务器"
|
808
|
+
],
|
809
|
+
"Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
|
810
|
+
"本子网内用于管理到发现主机的连接的发现代理服务器"
|
811
|
+
],
|
812
|
+
"ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
|
813
|
+
"本子网内用于管理到发现主机的连接的发现代理服务器 ID"
|
814
|
+
],
|
815
|
+
"For more information please see ": [
|
816
|
+
"查看详情 "
|
817
|
+
],
|
818
|
+
"documentation": [
|
819
|
+
"文档"
|
820
|
+
],
|
821
|
+
"No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned.": [
|
822
|
+
"此上下文中未找到发现的主机。此页显示了等待置备的发现裸机或虚拟节点。"
|
823
|
+
],
|
824
|
+
"Foreman Discovery": [
|
825
|
+
""
|
826
|
+
],
|
827
|
+
"No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts": [
|
828
|
+
"在此上下文中没有发现规则。创建发现规则以在发现的主机上执行自动化调配"
|
829
|
+
],
|
830
|
+
"Remote action:": [
|
831
|
+
"远程操作:"
|
832
|
+
],
|
833
|
+
"Import Puppet classes": [
|
834
|
+
"导入 Puppet 类"
|
835
|
+
],
|
836
|
+
"Import facts": [
|
837
|
+
"导入事实"
|
838
|
+
],
|
839
|
+
"Action with sub plans": [
|
840
|
+
"有子计划的操作"
|
841
|
+
]
|
842
|
+
}
|
843
|
+
}
|
844
|
+
};
|