foreman_discovery 21.0.0 → 21.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,1099 +0,0 @@
1
- # Copyright (C) Foreman developers
2
- # This file is distributed under the same license as the foreman_discovery package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: foreman_discovery 21.0.0\n"
6
- "Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
7
- "PO-Revision-Date: 2015-12-27 01:18+0000\n"
8
- "Last-Translator: \n"
9
- "Language-Team: EnglishMIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Language: en\n"
13
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
-
15
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
16
- msgid "List all discovered hosts"
17
- msgstr ""
18
-
19
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
20
- msgid "filter results"
21
- msgstr ""
22
-
23
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
24
- msgid "sort results"
25
- msgstr ""
26
-
27
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
28
- msgid "paginate results"
29
- msgstr ""
30
-
31
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
32
- msgid "number of entries per request"
33
- msgstr ""
34
-
35
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:26
36
- msgid "Show a discovered host"
37
- msgstr ""
38
-
39
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
40
- msgid "DHCP filename option (Grub2 or PXELinux by default)"
41
- msgstr ""
42
-
43
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:41
44
- msgid "Create a discovered host for testing (use /facts to create new hosts)"
45
- msgstr ""
46
-
47
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:50
48
- msgid "Provision a discovered host"
49
- msgstr ""
50
-
51
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
52
- msgid "required if host is managed and value is not inherited from host group"
53
- msgstr ""
54
-
55
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
56
- msgid "not required if using a subnet with DHCP proxy"
57
- msgstr ""
58
-
59
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:56
60
- msgid "not required if it's a virtual machine"
61
- msgstr ""
62
-
63
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
64
- msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
65
- msgstr ""
66
-
67
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
68
- msgid "required if host is managed and custom partition has not been defined"
69
- msgstr ""
70
-
71
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
72
- msgid "Host's owner type"
73
- msgstr ""
74
-
75
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
76
- msgid "Host's parameters (array or indexed hash)"
77
- msgstr ""
78
-
79
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
80
- msgid "Name of the parameter"
81
- msgstr ""
82
-
83
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
84
- msgid "Parameter value"
85
- msgstr ""
86
-
87
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
88
- msgid "Type of value"
89
- msgstr ""
90
-
91
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
92
- msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
93
- msgstr ""
94
-
95
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
96
- msgid "required if value is not inherited from host group or default password in settings"
97
- msgstr ""
98
-
99
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
100
- msgid "Delete a discovered host"
101
- msgstr ""
102
-
103
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
104
- msgid "Upload facts for a host, creating the host if required"
105
- msgstr ""
106
-
107
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
108
- msgid "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)"
109
- msgstr ""
110
-
111
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:130
112
- msgid "Execute rules against a discovered host"
113
- msgstr ""
114
-
115
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:163
116
- msgid "Host %{host} was provisioned with rule %{rule}"
117
- msgstr ""
118
-
119
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
120
- msgid "Unable to provision %{host}: %{errors}"
121
- msgstr ""
122
-
123
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:170
124
- msgid "No rule found for host %s"
125
- msgstr ""
126
-
127
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:152
128
- msgid "Execute rules against all currently discovered hosts"
129
- msgstr ""
130
-
131
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:176
132
- msgid "Errors during auto provisioning: %s"
133
- msgstr ""
134
-
135
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:179
136
- msgid "No discovered hosts to provision"
137
- msgstr ""
138
-
139
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:181
140
- msgid "%s discovered hosts were provisioned"
141
- msgstr ""
142
-
143
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:192
144
- msgid "Refreshing the facts of a discovered host"
145
- msgstr ""
146
-
147
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:201
148
- msgid "Rebooting a discovered host"
149
- msgstr ""
150
-
151
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:210
152
- msgid "Rebooting all discovered hosts"
153
- msgstr ""
154
-
155
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:132
156
- msgid "Discovered hosts are rebooting now"
157
- msgstr ""
158
-
159
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:14
160
- msgid "List all discovery rules"
161
- msgstr ""
162
-
163
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:24
164
- msgid "Show a discovery rule"
165
- msgstr ""
166
-
167
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:32
168
- msgid "represents rule name shown to the users"
169
- msgstr ""
170
-
171
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:33
172
- msgid "query to match discovered hosts for the particular rule"
173
- msgstr ""
174
-
175
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:34
176
- msgid "the hostgroup that is used to auto provision a host"
177
- msgstr ""
178
-
179
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
180
- msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
181
- msgstr ""
182
-
183
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
184
- msgid "enables to limit maximum amount of provisioned hosts per rule"
185
- msgstr ""
186
-
187
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
188
- msgid "puts the rules in order, low numbers go first. Must be greater then zero"
189
- msgstr ""
190
-
191
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
192
- msgid "flag is used for temporary shutdown of rules"
193
- msgstr ""
194
-
195
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:39
196
- msgid "location ID for provisioned hosts"
197
- msgstr ""
198
-
199
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:40
200
- msgid "organization ID for provisioned hosts"
201
- msgstr ""
202
-
203
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:44
204
- msgid "Create a discovery rule"
205
- msgstr ""
206
-
207
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:53
208
- msgid "Update a rule"
209
- msgstr ""
210
-
211
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:61
212
- msgid "Delete a rule"
213
- msgstr ""
214
-
215
- #: ../app/controllers/api/v2/fact_values_controller_extensions.rb:7
216
- msgid "List all fact values of a given discovered host"
217
- msgstr ""
218
-
219
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:6
220
- msgid "Unable to find a discovery rule, no host provided (check permissions)"
221
- msgstr ""
222
-
223
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:43
224
- msgid "No hostgroup associated with rule '%s'"
225
- msgstr ""
226
-
227
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:73
228
- msgid "Errors during reboot: %s"
229
- msgstr ""
230
-
231
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:91
232
- msgid "No discovered hosts to reboot"
233
- msgstr ""
234
-
235
- #: ../app/controllers/discovered_hosts_controller.rb:66
236
- msgid "Successfully provisioned %s"
237
- msgstr ""
238
-
239
- #: ../app/controllers/discovered_hosts_controller.rb:100
240
- msgid "Facts refreshed for %s"
241
- msgstr ""
242
-
243
- #: ../app/controllers/discovered_hosts_controller.rb:102
244
- msgid "Failed to refresh facts for %s"
245
- msgstr ""
246
-
247
- #: ../app/controllers/discovered_hosts_controller.rb:105
248
- msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
249
- msgstr ""
250
-
251
- #: ../app/controllers/discovered_hosts_controller.rb:112
252
- msgid "Host of type %s can not be rebooted"
253
- msgstr ""
254
-
255
- #: ../app/controllers/discovered_hosts_controller.rb:116
256
- msgid "Rebooting host %s"
257
- msgstr ""
258
-
259
- #: ../app/controllers/discovered_hosts_controller.rb:118
260
- msgid "Failed to reboot host %s"
261
- msgstr ""
262
-
263
- #: ../app/controllers/discovered_hosts_controller.rb:121
264
- msgid "Failed to reboot host %{hostname} with error %{error_message}"
265
- msgstr ""
266
-
267
- #: ../app/controllers/discovered_hosts_controller.rb:135
268
- msgid "Failed to reboot hosts with error %s"
269
- msgstr ""
270
-
271
- #: ../app/controllers/discovered_hosts_controller.rb:153
272
- msgid "Destroyed selected hosts"
273
- msgstr ""
274
-
275
- #: ../app/controllers/discovered_hosts_controller.rb:155
276
- msgid "The following hosts were not deleted: %s"
277
- msgstr ""
278
-
279
- #: ../app/controllers/discovered_hosts_controller.rb:167
280
- msgid "Failed to auto provision host %s: %s"
281
- msgstr ""
282
-
283
- #: ../app/controllers/discovered_hosts_controller.rb:195
284
- msgid "Discovered hosts are provisioning now"
285
- msgstr ""
286
-
287
- #: ../app/controllers/discovered_hosts_controller.rb:280
288
- msgid "Discovered host reported from unknown subnet, communication will not be proxied."
289
- msgstr ""
290
-
291
- #: ../app/controllers/discovered_hosts_controller.rb:285
292
- msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
293
- msgstr ""
294
-
295
- #: ../app/controllers/discovered_hosts_controller.rb:299
296
- msgid "No hosts were found with that id or name"
297
- msgstr ""
298
-
299
- #: ../app/controllers/discovered_hosts_controller.rb:303
300
- msgid "No hosts selected"
301
- msgstr ""
302
-
303
- #: ../app/controllers/discovered_hosts_controller.rb:309
304
- msgid "Something went wrong while selecting hosts - %s"
305
- msgstr ""
306
-
307
- #: ../app/controllers/discovery_rules_controller.rb:79
308
- msgid "Rule enabled"
309
- msgstr ""
310
-
311
- #: ../app/controllers/discovery_rules_controller.rb:79
312
- msgid "Rule disabled"
313
- msgstr ""
314
-
315
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
316
- msgid "Auto Provision"
317
- msgstr ""
318
-
319
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
320
- msgid "Refresh facts"
321
- msgstr ""
322
-
323
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
324
- msgid "Reboot"
325
- msgstr ""
326
-
327
- #: ../app/helpers/discovered_hosts_helper.rb:19
328
- msgid "Back"
329
- msgstr ""
330
-
331
- #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
332
- msgid "Select Action"
333
- msgstr ""
334
-
335
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
336
- msgid "Delete %s?"
337
- msgstr ""
338
-
339
- #: ../app/helpers/discovered_hosts_helper.rb:31
340
- msgid "Assign Organization"
341
- msgstr ""
342
-
343
- #: ../app/helpers/discovered_hosts_helper.rb:32
344
- msgid "Assign Location"
345
- msgstr ""
346
-
347
- #: ../app/helpers/discovered_hosts_helper.rb:33
348
- msgid "Delete"
349
- msgstr ""
350
-
351
- #: ../app/helpers/discovered_hosts_helper.rb:37
352
- msgid "%s - The following hosts are about to be changed"
353
- msgstr ""
354
-
355
- #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
356
- msgid "N/A"
357
- msgstr ""
358
-
359
- #: ../app/helpers/discovered_hosts_helper.rb:58
360
- msgid "New in the last 24 hours"
361
- msgstr ""
362
-
363
- #: ../app/helpers/discovered_hosts_helper.rb:62
364
- msgid "Not reported in more than 7 days"
365
- msgstr ""
366
-
367
- #: ../app/helpers/discovered_hosts_helper.rb:66
368
- msgid "Reported in the last 7 days"
369
- msgstr ""
370
-
371
- #: ../app/helpers/discovered_hosts_helper.rb:90
372
- msgid "Provision"
373
- msgstr ""
374
-
375
- #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:160 ../lib/foreman_discovery/engine.rb:175
376
- msgid "Discovered Hosts"
377
- msgstr ""
378
-
379
- #: ../app/helpers/discovery_rules_helper.rb:27
380
- msgid "Associated Hosts"
381
- msgstr ""
382
-
383
- #: ../app/helpers/discovery_rules_helper.rb:29
384
- msgid "Disable"
385
- msgstr ""
386
-
387
- #: ../app/helpers/discovery_rules_helper.rb:29
388
- msgid "Disable rule '%s'?"
389
- msgstr ""
390
-
391
- #: ../app/helpers/discovery_rules_helper.rb:31
392
- msgid "Enable"
393
- msgstr ""
394
-
395
- #: ../app/helpers/discovery_rules_helper.rb:31
396
- msgid "Enable rule '%s'?"
397
- msgstr ""
398
-
399
- #: ../app/helpers/discovery_rules_helper.rb:33
400
- msgid "Clone"
401
- msgstr ""
402
-
403
- #: ../app/helpers/discovery_rules_helper.rb:34
404
- msgid "Delete rule '%s'?"
405
- msgstr ""
406
-
407
- #: ../app/mailers/discovered_mailer.rb:9
408
- msgid "Invalid user type of %s was provided"
409
- msgstr ""
410
-
411
- #: ../app/mailers/discovered_mailer.rb:26
412
- msgid "Discovered hosts summary"
413
- msgstr ""
414
-
415
- #: ../app/models/discovery_rule.rb:11
416
- msgid "can't contain white spaces."
417
- msgstr ""
418
-
419
- #: ../app/models/discovery_rule.rb:13
420
- msgid "must start with a letter or ERB."
421
- msgstr ""
422
-
423
- #: ../app/models/discovery_rule.rb:16
424
- msgid "must be present."
425
- msgstr ""
426
-
427
- #: ../app/models/discovery_rule.rb:57
428
- msgid "Host group organization %s must also be associated to the discovery rule"
429
- msgid_plural "Host group organizations %s must also be associated to the discovery rule"
430
- msgstr[0] ""
431
- msgstr[1] ""
432
-
433
- #: ../app/models/discovery_rule.rb:61
434
- msgid "Host group location %s must also be associated to the discovery rule"
435
- msgid_plural "Host group locations %s must also be associated to the discovery rule"
436
- msgstr[0] ""
437
- msgstr[1] ""
438
-
439
- #: ../app/models/host/discovered.rb:40
440
- msgid "Fact + prefix"
441
- msgstr ""
442
-
443
- #: ../app/models/host/discovered.rb:41
444
- msgid "Random name"
445
- msgstr ""
446
-
447
- #: ../app/models/host/discovered.rb:42
448
- msgid "MAC-based name"
449
- msgstr ""
450
-
451
- #: ../app/models/host/discovered.rb:55
452
- msgid "Invalid facts, must be a Hash"
453
- msgstr ""
454
-
455
- #: ../app/models/host/discovered.rb:60
456
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
457
- msgstr ""
458
-
459
- #: ../app/models/host/discovered.rb:74
460
- msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
461
- msgstr ""
462
-
463
- #: ../app/models/host/discovered.rb:103
464
- msgid "Facts could not be imported"
465
- msgstr ""
466
-
467
- #: ../app/models/host/discovered.rb:161
468
- msgid "Could not get facts from proxy %{url}: %{error}"
469
- msgstr ""
470
-
471
- #: ../app/models/host/discovered.rb:179
472
- msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
473
- msgstr ""
474
-
475
- #: ../app/models/host/discovered.rb:183 ../app/models/host/discovered.rb:206
476
- msgid "Unable to perform %{action} on %{ips}"
477
- msgstr ""
478
-
479
- #: ../app/models/host/discovered.rb:202
480
- msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
481
- msgstr ""
482
-
483
- #: ../app/models/host/discovered.rb:226
484
- msgid "Invalid hostname: Could not normalize the hostname"
485
- msgstr ""
486
-
487
- #: ../app/models/host/managed_extensions.rb:23
488
- msgid "Reloading kernel on %s"
489
- msgstr ""
490
-
491
- #: ../app/models/host/managed_extensions.rb:25
492
- msgid "Rebooting %s"
493
- msgstr ""
494
-
495
- #: ../app/models/host/managed_extensions.rb:46
496
- msgid "Kexec template not associated with operating system"
497
- msgstr ""
498
-
499
- #: ../app/models/host/managed_extensions.rb:49
500
- msgid "Kernel kexec URL is invalid: '%s'"
501
- msgstr ""
502
-
503
- #: ../app/models/host/managed_extensions.rb:50
504
- msgid "Init RAM kexec URL is invalid: '%s'"
505
- msgstr ""
506
-
507
- #: ../app/models/nic/managed_extensions.rb:14
508
- msgid "Rebuild DNS for %s"
509
- msgstr ""
510
-
511
- #: ../app/models/setting/discovered.rb:17
512
- msgid "The default location to place discovered hosts in"
513
- msgstr ""
514
-
515
- #: ../app/models/setting/discovered.rb:17
516
- msgid "Discovery location"
517
- msgstr ""
518
-
519
- #: ../app/models/setting/discovered.rb:18
520
- msgid "The default organization to place discovered hosts in"
521
- msgstr ""
522
-
523
- #: ../app/models/setting/discovered.rb:18
524
- msgid "Discovery organization"
525
- msgstr ""
526
-
527
- #: ../app/models/setting/discovered.rb:19
528
- msgid "Fact name to use for primary interface detection"
529
- msgstr ""
530
-
531
- #: ../app/models/setting/discovered.rb:19
532
- msgid "Interface fact"
533
- msgstr ""
534
-
535
- #: ../app/models/setting/discovered.rb:20
536
- msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
537
- msgstr ""
538
-
539
- #: ../app/models/setting/discovered.rb:20
540
- msgid "Create bond interfaces"
541
- msgstr ""
542
-
543
- #: ../app/models/setting/discovered.rb:21
544
- msgid "Clean all reported facts during provisioning (except discovery facts)"
545
- msgstr ""
546
-
547
- #: ../app/models/setting/discovered.rb:21
548
- msgid "Clean all facts"
549
- msgstr ""
550
-
551
- #: ../app/models/setting/discovered.rb:22
552
- msgid "List of facts to use for the hostname (separated by comma, first wins)"
553
- msgstr ""
554
-
555
- #: ../app/models/setting/discovered.rb:22
556
- msgid "Hostname facts"
557
- msgstr ""
558
-
559
- #: ../app/models/setting/discovered.rb:23
560
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
561
- msgstr ""
562
-
563
- #: ../app/models/setting/discovered.rb:23
564
- msgid "Auto provisioning"
565
- msgstr ""
566
-
567
- #: ../app/models/setting/discovered.rb:24
568
- msgid "Automatically reboot or kexec discovered host during provisioning"
569
- msgstr ""
570
-
571
- #: ../app/models/setting/discovered.rb:25
572
- msgid "The default prefix to use for the host name, must start with a letter"
573
- msgstr ""
574
-
575
- #: ../app/models/setting/discovered.rb:25
576
- msgid "Hostname prefix"
577
- msgstr ""
578
-
579
- #: ../app/models/setting/discovered.rb:26
580
- msgid "Extra facter columns to show in host lists (separate by comma)"
581
- msgstr ""
582
-
583
- #: ../app/models/setting/discovered.rb:26
584
- msgid "Fact columns"
585
- msgstr ""
586
-
587
- #: ../app/models/setting/discovered.rb:27
588
- msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
589
- msgstr ""
590
-
591
- #: ../app/models/setting/discovered.rb:27
592
- msgid "Highlighted facts"
593
- msgstr ""
594
-
595
- #: ../app/models/setting/discovered.rb:28
596
- msgid "Regex to organize facts for storage section"
597
- msgstr ""
598
-
599
- #: ../app/models/setting/discovered.rb:28
600
- msgid "Storage facts"
601
- msgstr ""
602
-
603
- #: ../app/models/setting/discovered.rb:29
604
- msgid "Regex to organize facts for software section"
605
- msgstr ""
606
-
607
- #: ../app/models/setting/discovered.rb:29
608
- msgid "Software facts"
609
- msgstr ""
610
-
611
- #: ../app/models/setting/discovered.rb:30
612
- msgid "Regex to organize facts for hardware section"
613
- msgstr ""
614
-
615
- #: ../app/models/setting/discovered.rb:30
616
- msgid "Hardware facts"
617
- msgstr ""
618
-
619
- #: ../app/models/setting/discovered.rb:31
620
- msgid "Regex to organize facts for network section"
621
- msgstr ""
622
-
623
- #: ../app/models/setting/discovered.rb:31
624
- msgid "Network facts"
625
- msgstr ""
626
-
627
- #: ../app/models/setting/discovered.rb:32
628
- msgid "Regex to organize facts for ipmi section"
629
- msgstr ""
630
-
631
- #: ../app/models/setting/discovered.rb:32
632
- msgid "IPMI facts"
633
- msgstr ""
634
-
635
- #: ../app/models/setting/discovered.rb:33
636
- msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
637
- msgstr ""
638
-
639
- #: ../app/models/setting/discovered.rb:33
640
- msgid "Lock PXE"
641
- msgstr ""
642
-
643
- #: ../app/models/setting/discovered.rb:34
644
- msgid "PXELinux template to be used when pinning a host to discovery"
645
- msgstr ""
646
-
647
- #: ../app/models/setting/discovered.rb:34
648
- msgid "Locked PXELinux template name"
649
- msgstr ""
650
-
651
- #: ../app/models/setting/discovered.rb:35
652
- msgid "PXEGrub template to be used when pinning a host to discovery"
653
- msgstr ""
654
-
655
- #: ../app/models/setting/discovered.rb:35
656
- msgid "Locked PXEGrub template name"
657
- msgstr ""
658
-
659
- #: ../app/models/setting/discovered.rb:36
660
- msgid "PXEGrub2 template to be used when pinning a host to discovery"
661
- msgstr ""
662
-
663
- #: ../app/models/setting/discovered.rb:36
664
- msgid "Locked PXEGrub2 template name"
665
- msgstr ""
666
-
667
- #: ../app/models/setting/discovered.rb:37
668
- msgid "Force DNS entries creation when provisioning discovered host"
669
- msgstr ""
670
-
671
- #: ../app/models/setting/discovered.rb:37
672
- msgid "Force DNS"
673
- msgstr ""
674
-
675
- #: ../app/models/setting/discovered.rb:38
676
- msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
677
- msgstr ""
678
-
679
- #: ../app/models/setting/discovered.rb:38
680
- msgid "Error on existing NIC"
681
- msgstr ""
682
-
683
- #: ../app/models/setting/discovered.rb:39
684
- msgid "Discovery hostname naming pattern"
685
- msgstr ""
686
-
687
- #: ../app/models/setting/discovered.rb:39
688
- msgid "Type of name generator"
689
- msgstr ""
690
-
691
- #: ../app/models/setting/discovered.rb:40
692
- msgid "Prefer IPv6 to IPv4 when calling discovered nodes"
693
- msgstr ""
694
-
695
- #: ../app/models/setting/discovered.rb:40
696
- msgid "Prefer IPv6"
697
- msgstr ""
698
-
699
- #: ../app/services/foreman_discovery/fact_parser.rb:4
700
- msgid "Discovery fact parser does not work with non-discovery host '%{host}'"
701
- msgstr ""
702
-
703
- #: ../app/services/foreman_discovery/fact_parser.rb:6
704
- msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
705
- msgstr ""
706
-
707
- #: ../app/services/foreman_discovery/fact_parser.rb:12
708
- msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
709
- msgstr ""
710
-
711
- #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:7
712
- msgid "Highlights"
713
- msgstr ""
714
-
715
- #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:8
716
- msgid "Storage"
717
- msgstr ""
718
-
719
- #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:9
720
- msgid "Hardware"
721
- msgstr ""
722
-
723
- #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:10
724
- msgid "Network"
725
- msgstr ""
726
-
727
- #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:11
728
- msgid "Software"
729
- msgstr ""
730
-
731
- #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:12
732
- msgid "IPMI"
733
- msgstr ""
734
-
735
- #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:13
736
- msgid "Miscellaneous"
737
- msgstr ""
738
-
739
- #: ../app/services/foreman_discovery/host_converter.rb:47
740
- msgid "IPAM must be configured for subnet '%s'"
741
- msgstr ""
742
-
743
- #: ../app/services/foreman_discovery/node_api/node_resource.rb:76
744
- msgid "Image API returned HTTP/%{code} with '%{body}"
745
- msgstr ""
746
-
747
- #: ../app/services/foreman_discovery/node_api/node_resource.rb:79
748
- msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
749
- msgstr ""
750
-
751
- #: ../app/services/foreman_discovery/ui_notifications/new_host.rb:22
752
- msgid "Host %s has been dicovered"
753
- msgstr ""
754
-
755
- #: ../app/views/dashboard/_discovery_widget.html.erb:5
756
- msgid "Discovered Host"
757
- msgid_plural "Discovered Hosts"
758
- msgstr[0] ""
759
- msgstr[1] ""
760
-
761
- #: ../app/views/dashboard/_discovery_widget.html.erb:9
762
- msgid "No discovered hosts available"
763
- msgstr ""
764
-
765
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:3
766
- msgid "Host"
767
- msgstr ""
768
-
769
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
770
- msgid "Model"
771
- msgstr ""
772
-
773
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
774
- msgid "CPUs"
775
- msgstr ""
776
-
777
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
778
- msgid "Memory"
779
- msgstr ""
780
-
781
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
782
- msgid "Customize Host"
783
- msgstr ""
784
-
785
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
786
- msgid "Create Host"
787
- msgstr ""
788
-
789
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
790
- msgid "Select all items in this page"
791
- msgstr ""
792
-
793
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
794
- msgid "items selected. Uncheck to Clear"
795
- msgstr ""
796
-
797
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
798
- msgid "Name"
799
- msgstr ""
800
-
801
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
802
- msgid "IP Address"
803
- msgstr ""
804
-
805
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
806
- msgid "Disk Count"
807
- msgstr ""
808
-
809
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
810
- msgid "Disks Size"
811
- msgstr ""
812
-
813
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9 ../app/views/discovery_rules/index.html.erb:11
814
- msgid "Location"
815
- msgstr ""
816
-
817
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10 ../app/views/discovery_rules/index.html.erb:12
818
- msgid "Organization"
819
- msgstr ""
820
-
821
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
822
- msgid "Subnet"
823
- msgstr ""
824
-
825
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
826
- msgid "Last Facts Upload"
827
- msgstr ""
828
-
829
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:14
830
- msgid "Actions"
831
- msgstr ""
832
-
833
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
834
- msgid "Please Confirm"
835
- msgstr ""
836
-
837
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
838
- msgid "Cancel"
839
- msgstr ""
840
-
841
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
842
- msgid "Submit"
843
- msgstr ""
844
-
845
- #: ../app/views/discovered_hosts/edit.html.erb:1
846
- msgid "Provision %s"
847
- msgstr ""
848
-
849
- #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
850
- msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
851
- msgstr ""
852
-
853
- #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
854
- msgid "Select location"
855
- msgstr ""
856
-
857
- #: ../app/views/discovered_hosts/select_multiple_organization.html.erb:5
858
- msgid "Select organization"
859
- msgstr ""
860
-
861
- #: ../app/views/discovered_hosts/show.html.erb:1
862
- msgid "Discovered host: %s"
863
- msgstr ""
864
-
865
- #: ../app/views/discovered_hosts/show.html.erb:37
866
- msgid "Interfaces"
867
- msgstr ""
868
-
869
- #: ../app/views/discovered_hosts/show.html.erb:44
870
- msgid "Type"
871
- msgstr ""
872
-
873
- #: ../app/views/discovered_hosts/show.html.erb:45
874
- msgid "Identifier"
875
- msgstr ""
876
-
877
- #: ../app/views/discovered_hosts/show.html.erb:46
878
- msgid "MAC address"
879
- msgstr ""
880
-
881
- #: ../app/views/discovered_hosts/show.html.erb:47
882
- msgid "IP address"
883
- msgstr ""
884
-
885
- #: ../app/views/discovered_hosts/show.html.erb:66
886
- msgid "Collapse All"
887
- msgstr ""
888
-
889
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
890
- msgid "Summary report for discovered hosts from Foreman"
891
- msgstr ""
892
-
893
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:9
894
- msgid "<b>Foreman</b> Discovered hosts summary"
895
- msgstr ""
896
-
897
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
898
- msgid "Summary from %{time} ago to %{now}"
899
- msgstr ""
900
-
901
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
902
- msgid "Discovered hosts from Foreman server at %{foreman_url}"
903
- msgstr ""
904
-
905
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
906
- msgid "Disk count"
907
- msgstr ""
908
-
909
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
910
- msgid "Disks size"
911
- msgstr ""
912
-
913
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:31
914
- msgid "No discovered hosts for the selected period"
915
- msgstr ""
916
-
917
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:1
918
- msgid "Foreman discovered hosts summary"
919
- msgstr ""
920
-
921
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:21
922
- msgid "No new discovered hosts for this period"
923
- msgstr ""
924
-
925
- #: ../app/views/discovery_rules/_form.html.erb:5
926
- msgid "Primary"
927
- msgstr ""
928
-
929
- #: ../app/views/discovery_rules/_form.html.erb:7
930
- msgid "Locations"
931
- msgstr ""
932
-
933
- #: ../app/views/discovery_rules/_form.html.erb:10
934
- msgid "Organizations"
935
- msgstr ""
936
-
937
- #: ../app/views/discovery_rules/_form.html.erb:22
938
- msgid "Target host group for this rule with all properties set"
939
- msgstr ""
940
-
941
- #: ../app/views/discovery_rules/_form.html.erb:25
942
- msgid "Hostname for provisioned hosts"
943
- msgstr ""
944
-
945
- #: ../app/views/discovery_rules/_form.html.erb:26
946
- msgid "Hosts Limit"
947
- msgstr ""
948
-
949
- #: ../app/views/discovery_rules/_form.html.erb:26
950
- msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
951
- msgstr ""
952
-
953
- #: ../app/views/discovery_rules/_form.html.erb:27
954
- msgid "Rule priority (lower integer means higher priority)"
955
- msgstr ""
956
-
957
- #: ../app/views/discovery_rules/_template_inline.erb:2
958
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
959
- msgstr ""
960
-
961
- #: ../app/views/discovery_rules/_template_inline.erb:4
962
- msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
963
- msgstr ""
964
-
965
- #: ../app/views/discovery_rules/_template_inline.erb:5
966
- msgid "In addition to @host attribute function rand for random integers is available. Examples:"
967
- msgstr ""
968
-
969
- #: ../app/views/discovery_rules/_template_inline.erb:8
970
- msgid "When creating hostname patterns, make sure the resulting host names are unique."
971
- msgstr ""
972
-
973
- #: ../app/views/discovery_rules/_template_inline.erb:9
974
- msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
975
- msgstr ""
976
-
977
- #: ../app/views/discovery_rules/clone.erb:1
978
- msgid "Clone %s"
979
- msgstr ""
980
-
981
- #: ../app/views/discovery_rules/edit.html.erb:1
982
- msgid "Edit %s"
983
- msgstr ""
984
-
985
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:165
986
- msgid "Discovery Rules"
987
- msgstr ""
988
-
989
- #: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
990
- msgid "Create Rule"
991
- msgstr ""
992
-
993
- #: ../app/views/discovery_rules/index.html.erb:6
994
- msgid "DiscoveryRule|Name"
995
- msgstr ""
996
-
997
- #: ../app/views/discovery_rules/index.html.erb:7
998
- msgid "DiscoveryRule|Priority"
999
- msgstr ""
1000
-
1001
- #: ../app/views/discovery_rules/index.html.erb:8
1002
- msgid "DiscoveryRule|Query"
1003
- msgstr ""
1004
-
1005
- #: ../app/views/discovery_rules/index.html.erb:9
1006
- msgid "Host Group"
1007
- msgstr ""
1008
-
1009
- #: ../app/views/discovery_rules/index.html.erb:10
1010
- msgid "Hosts/Limit"
1011
- msgstr ""
1012
-
1013
- #: ../app/views/discovery_rules/index.html.erb:13
1014
- msgid "DiscoveryRule|Enabled"
1015
- msgstr ""
1016
-
1017
- #: ../app/views/discovery_rules/new.html.erb:1
1018
- msgid "New Discovery Rule"
1019
- msgstr ""
1020
-
1021
- #: ../app/views/discovery_rules/welcome.html.erb:8
1022
- msgid "Discovered Rules"
1023
- msgstr ""
1024
-
1025
- #: ../db/seeds.d/50_discovery_templates.rb:5
1026
- msgid "Command line options for kexec during PXE-less provisioning."
1027
- msgstr ""
1028
-
1029
- #: ../db/seeds.d/70_discovery_mail_notification.rb:3
1030
- msgid "A summary of discovered hosts"
1031
- msgstr ""
1032
-
1033
- #: ../db/seeds.d/80_discovery_ui_notification.rb:4
1034
- msgid "New hosts"
1035
- msgstr ""
1036
-
1037
- #: ../db/seeds.d/80_discovery_ui_notification.rb:6
1038
- msgid "One or more hosts have been discovered"
1039
- msgstr ""
1040
-
1041
- #: ../db/seeds.d/80_discovery_ui_notification.rb:13
1042
- msgid "Details"
1043
- msgstr ""
1044
-
1045
- #: ../db/seeds.d/80_discovery_ui_notification.rb:18
1046
- msgid "Hosts"
1047
- msgstr ""
1048
-
1049
- #: ../db/seeds.d/80_discovery_ui_notification.rb:20
1050
- msgid "Error message goes here"
1051
- msgstr ""
1052
-
1053
- #: ../lib/foreman_discovery/engine.rb:177
1054
- msgid "Discovery Kexec template"
1055
- msgstr ""
1056
-
1057
- #: ../lib/foreman_discovery/engine.rb:186
1058
- msgid "Discovery Proxy"
1059
- msgstr ""
1060
-
1061
- #: ../lib/foreman_discovery/engine.rb:187
1062
- msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1063
- msgstr ""
1064
-
1065
- #: ../lib/foreman_discovery/engine.rb:188
1066
- msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1067
- msgstr ""
1068
-
1069
- #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
1070
- msgid "For more information please see "
1071
- msgstr ""
1072
-
1073
- #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
1074
- msgid "documentation"
1075
- msgstr ""
1076
-
1077
- #: ../webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js:7
1078
- msgid "No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
1079
- msgstr ""
1080
-
1081
- #: ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:12
1082
- msgid "No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts"
1083
- msgstr ""
1084
-
1085
- #: action_names.rb:2
1086
- msgid "Remote action:"
1087
- msgstr ""
1088
-
1089
- #: action_names.rb:3
1090
- msgid "Import Puppet classes"
1091
- msgstr ""
1092
-
1093
- #: action_names.rb:4
1094
- msgid "Import facts"
1095
- msgstr ""
1096
-
1097
- #: action_names.rb:5
1098
- msgid "Action with sub plans"
1099
- msgstr ""