foreman_discovery 8.0.0 → 8.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +2 -0
- data/app/models/host/discovered.rb +3 -7
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/foreman_discovery.edit.po +129 -57
- data/locale/de/foreman_discovery.edit.po +130 -61
- data/locale/en/foreman_discovery.edit.po +10 -10
- data/locale/en_GB/foreman_discovery.edit.po +129 -65
- data/locale/es/foreman_discovery.edit.po +129 -57
- data/locale/fr/foreman_discovery.edit.po +138 -73
- data/locale/gl/foreman_discovery.edit.po +129 -53
- data/locale/it/foreman_discovery.edit.po +129 -57
- data/locale/ja/foreman_discovery.edit.po +129 -59
- data/locale/ko/foreman_discovery.edit.po +128 -57
- data/locale/pt_BR/foreman_discovery.edit.po +129 -57
- data/locale/ru/foreman_discovery.edit.po +130 -60
- data/locale/sv_SE/foreman_discovery.edit.po +129 -53
- data/locale/zh_CN/foreman_discovery.edit.po +129 -59
- data/locale/zh_TW/foreman_discovery.edit.po +129 -59
- data/test/unit/host_discovered_test.rb +9 -0
- metadata +19 -3
@@ -1,17 +1,16 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the foreman_discovery package.
|
4
|
-
#
|
4
|
+
#
|
5
5
|
# Translators:
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_discovery
|
8
|
+
"Project-Id-Version: foreman_discovery 8.0.0\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
10
|
"POT-Creation-Date: 2017-01-06 08:26+0100\n"
|
11
|
-
"PO-Revision-Date:
|
11
|
+
"PO-Revision-Date: 2017-01-06 08:44+0000\n"
|
12
12
|
"Last-Translator: Lukáš Zapletal\n"
|
13
|
-
"Language-Team: Galician (http://www.transifex.com/foreman/foreman/language/gl/"
|
14
|
-
")\n"
|
13
|
+
"Language-Team: Galician (http://www.transifex.com/foreman/foreman/language/gl/)\n"
|
15
14
|
"MIME-Version: 1.0\n"
|
16
15
|
"Content-Type: text/plain; charset=UTF-8\n"
|
17
16
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -22,19 +21,23 @@ msgstr ""
|
|
22
21
|
msgid "List all discovered hosts"
|
23
22
|
msgstr ""
|
24
23
|
|
25
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
24
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
25
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
26
26
|
msgid "filter results"
|
27
27
|
msgstr ""
|
28
28
|
|
29
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
29
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
30
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
30
31
|
msgid "sort results"
|
31
32
|
msgstr ""
|
32
33
|
|
33
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
34
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
35
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
34
36
|
msgid "paginate results"
|
35
37
|
msgstr ""
|
36
38
|
|
37
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
|
39
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
|
40
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
38
41
|
msgid "number of entries per request"
|
39
42
|
msgstr ""
|
40
43
|
|
@@ -59,11 +62,14 @@ msgid "not required if it's a virtual machine"
|
|
59
62
|
msgstr ""
|
60
63
|
|
61
64
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
62
|
-
msgid "
|
65
|
+
msgid ""
|
66
|
+
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
63
67
|
msgstr ""
|
64
68
|
|
65
69
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
|
66
|
-
msgid "
|
70
|
+
msgid ""
|
71
|
+
"required if value is not inherited from host group or default password in "
|
72
|
+
"settings"
|
67
73
|
msgstr ""
|
68
74
|
|
69
75
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:86
|
@@ -75,14 +81,18 @@ msgid "Upload facts for a host, creating the host if required"
|
|
75
81
|
msgstr ""
|
76
82
|
|
77
83
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:94
|
78
|
-
msgid "
|
84
|
+
msgid ""
|
85
|
+
"hash containing facts for the host with minimum set of facts: "
|
86
|
+
"discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
|
87
|
+
"eth0 (example in case primary interface is named eth0)"
|
79
88
|
msgstr ""
|
80
89
|
|
81
90
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:111
|
82
91
|
msgid "Execute rules against a discovered host"
|
83
92
|
msgstr ""
|
84
93
|
|
85
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
|
94
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
|
95
|
+
#: ../app/controllers/discovered_hosts_controller.rb:162
|
86
96
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
87
97
|
msgstr ""
|
88
98
|
|
@@ -90,7 +100,8 @@ msgstr ""
|
|
90
100
|
msgid "Unable to provision %{host}: %{errors}"
|
91
101
|
msgstr ""
|
92
102
|
|
93
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
|
103
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
|
104
|
+
#: ../app/controllers/discovered_hosts_controller.rb:169
|
94
105
|
msgid "No rule found for host %s"
|
95
106
|
msgstr ""
|
96
107
|
|
@@ -98,11 +109,13 @@ msgstr ""
|
|
98
109
|
msgid "Execute rules against all currently discovered hosts"
|
99
110
|
msgstr ""
|
100
111
|
|
101
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
|
112
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
|
113
|
+
#: ../app/controllers/discovered_hosts_controller.rb:175
|
102
114
|
msgid "Errors during auto provisioning: %s"
|
103
115
|
msgstr ""
|
104
116
|
|
105
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
|
117
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
|
118
|
+
#: ../app/controllers/discovered_hosts_controller.rb:178
|
106
119
|
msgid "No discovered hosts to provision"
|
107
120
|
msgstr ""
|
108
121
|
|
@@ -122,7 +135,8 @@ msgstr ""
|
|
122
135
|
msgid "Rebooting all discovered hosts"
|
123
136
|
msgstr ""
|
124
137
|
|
125
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
|
138
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
|
139
|
+
#: ../app/controllers/discovered_hosts_controller.rb:120
|
126
140
|
msgid "Discovered hosts are rebooting now"
|
127
141
|
msgstr ""
|
128
142
|
|
@@ -147,7 +161,8 @@ msgid "the hostgroup that is used to auto provision a host"
|
|
147
161
|
msgstr ""
|
148
162
|
|
149
163
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:35
|
150
|
-
msgid "
|
164
|
+
msgid ""
|
165
|
+
"defines a pattern to assign human-readable hostnames to the matching hosts"
|
151
166
|
msgstr ""
|
152
167
|
|
153
168
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:36
|
@@ -155,7 +170,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
|
|
155
170
|
msgstr ""
|
156
171
|
|
157
172
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:37
|
158
|
-
msgid "
|
173
|
+
msgid ""
|
174
|
+
"puts the rules in order, low numbers go first. Must be greater then zero"
|
159
175
|
msgstr ""
|
160
176
|
|
161
177
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:38
|
@@ -298,15 +314,19 @@ msgstr ""
|
|
298
314
|
msgid "%s ago"
|
299
315
|
msgstr "Fai %s"
|
300
316
|
|
301
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14
|
317
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14
|
318
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
|
302
319
|
msgid "Auto Provision"
|
303
320
|
msgstr ""
|
304
321
|
|
305
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15
|
322
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15
|
323
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
|
306
324
|
msgid "Refresh facts"
|
307
325
|
msgstr ""
|
308
326
|
|
309
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16
|
327
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16
|
328
|
+
#: ../app/models/setting/discovered.rb:23
|
329
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
|
310
330
|
msgid "Reboot"
|
311
331
|
msgstr ""
|
312
332
|
|
@@ -314,7 +334,8 @@ msgstr ""
|
|
314
334
|
msgid "Back"
|
315
335
|
msgstr ""
|
316
336
|
|
317
|
-
#: ../app/helpers/discovered_hosts_helper.rb:21
|
337
|
+
#: ../app/helpers/discovered_hosts_helper.rb:21
|
338
|
+
#: ../app/helpers/discovered_hosts_helper.rb:38
|
318
339
|
msgid "Select Action"
|
319
340
|
msgstr "Selecciona unha Acción"
|
320
341
|
|
@@ -322,7 +343,8 @@ msgstr "Selecciona unha Acción"
|
|
322
343
|
msgid "Expand All"
|
323
344
|
msgstr ""
|
324
345
|
|
325
|
-
#: ../app/helpers/discovered_hosts_helper.rb:28
|
346
|
+
#: ../app/helpers/discovered_hosts_helper.rb:28
|
347
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
|
326
348
|
msgid "Delete %s?"
|
327
349
|
msgstr "¿Borrar %s?"
|
328
350
|
|
@@ -362,7 +384,8 @@ msgstr ""
|
|
362
384
|
msgid "Provision"
|
363
385
|
msgstr "Aprovisionamento"
|
364
386
|
|
365
|
-
#: ../app/helpers/discovery_rules_helper.rb:26
|
387
|
+
#: ../app/helpers/discovery_rules_helper.rb:26
|
388
|
+
#: ../lib/foreman_discovery/engine.rb:163
|
366
389
|
msgid "Discovered Hosts"
|
367
390
|
msgstr ""
|
368
391
|
|
@@ -407,14 +430,17 @@ msgid "must start with a letter or ERB."
|
|
407
430
|
msgstr ""
|
408
431
|
|
409
432
|
#: ../app/models/discovery_rule.rb:45
|
410
|
-
msgid "
|
411
|
-
|
433
|
+
msgid ""
|
434
|
+
"Host group organization %s must also be associated to the discovery rule"
|
435
|
+
msgid_plural ""
|
436
|
+
"Host group organizations %s must also be associated to the discovery rule"
|
412
437
|
msgstr[0] ""
|
413
438
|
msgstr[1] ""
|
414
439
|
|
415
440
|
#: ../app/models/discovery_rule.rb:51
|
416
441
|
msgid "Host group location %s must also be associated to the discovery rule"
|
417
|
-
msgid_plural "
|
442
|
+
msgid_plural ""
|
443
|
+
"Host group locations %s must also be associated to the discovery rule"
|
418
444
|
msgstr[0] ""
|
419
445
|
msgstr[1] ""
|
420
446
|
|
@@ -423,11 +449,15 @@ msgid "Invalid facts, must be a Hash"
|
|
423
449
|
msgstr ""
|
424
450
|
|
425
451
|
#: ../app/models/host/discovered.rb:43
|
426
|
-
msgid "
|
452
|
+
msgid ""
|
453
|
+
"Expected discovery_fact '%s' is missing, unable to detect primary interface "
|
454
|
+
"and set hostname"
|
427
455
|
msgstr ""
|
428
456
|
|
429
457
|
#: ../app/models/host/discovered.rb:50
|
430
|
-
msgid "
|
458
|
+
msgid ""
|
459
|
+
"Invalid facts: hash does not contain a valid value for any of the facts in "
|
460
|
+
"the discovery_hostname setting: %s"
|
431
461
|
msgstr ""
|
432
462
|
|
433
463
|
#: ../app/models/host/discovered.rb:67
|
@@ -495,7 +525,9 @@ msgid "Hostname facts"
|
|
495
525
|
msgstr ""
|
496
526
|
|
497
527
|
#: ../app/models/setting/discovered.rb:22
|
498
|
-
msgid "
|
528
|
+
msgid ""
|
529
|
+
"Automatically provision newly discovered hosts, according to the "
|
530
|
+
"provisioning rules"
|
499
531
|
msgstr ""
|
500
532
|
|
501
533
|
#: ../app/models/setting/discovered.rb:22
|
@@ -571,7 +603,9 @@ msgid "IPMI facts"
|
|
571
603
|
msgstr ""
|
572
604
|
|
573
605
|
#: ../app/models/setting/discovered.rb:32
|
574
|
-
msgid "
|
606
|
+
msgid ""
|
607
|
+
"Automatically generate PXE configuration to pin a newly discovered host to "
|
608
|
+
"discovery"
|
575
609
|
msgstr ""
|
576
610
|
|
577
611
|
#: ../app/models/setting/discovered.rb:32
|
@@ -627,7 +661,9 @@ msgid "Discovery organization"
|
|
627
661
|
msgstr ""
|
628
662
|
|
629
663
|
#: ../app/services/foreman_discovery/fact_parser.rb:9
|
630
|
-
msgid "
|
664
|
+
msgid ""
|
665
|
+
"Unable to detect primary interface using MAC '%{mac}' specified by "
|
666
|
+
"discovery_fact '%{fact}'"
|
631
667
|
msgstr ""
|
632
668
|
|
633
669
|
#: ../app/services/foreman_discovery/node_api/node_resource.rb:75
|
@@ -646,15 +682,25 @@ msgstr ""
|
|
646
682
|
msgid "Host"
|
647
683
|
msgstr "Equipo"
|
648
684
|
|
649
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
|
685
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
|
686
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
|
687
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
|
688
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:18
|
689
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
650
690
|
msgid "Model"
|
651
691
|
msgstr "Modelo"
|
652
692
|
|
653
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
|
693
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
|
694
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
|
695
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:20
|
696
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
654
697
|
msgid "CPUs"
|
655
698
|
msgstr "Procesadores"
|
656
699
|
|
657
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
|
700
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
|
701
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
|
702
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:21
|
703
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
658
704
|
msgid "Memory"
|
659
705
|
msgstr "Memoria"
|
660
706
|
|
@@ -670,7 +716,8 @@ msgstr ""
|
|
670
716
|
msgid "Create host"
|
671
717
|
msgstr ""
|
672
718
|
|
673
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
|
719
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
|
720
|
+
#: ../lib/foreman_discovery/engine.rb:148
|
674
721
|
msgid "Discovered hosts"
|
675
722
|
msgstr ""
|
676
723
|
|
@@ -682,27 +729,38 @@ msgstr "Seleccionar tódolos obxetos desta páxina"
|
|
682
729
|
msgid "items selected. Uncheck to Clear"
|
683
730
|
msgstr "obxetos seleccionados. Desactivar para limpar"
|
684
731
|
|
685
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
|
732
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
|
733
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
|
734
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:17
|
735
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
686
736
|
msgid "Name"
|
687
737
|
msgstr "Nome"
|
688
738
|
|
689
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
|
739
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
|
740
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:19
|
741
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
690
742
|
msgid "IP Address"
|
691
743
|
msgstr "Dirección IP"
|
692
744
|
|
693
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
745
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
746
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22
|
747
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
694
748
|
msgid "Disk count"
|
695
749
|
msgstr ""
|
696
750
|
|
697
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
|
751
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
|
752
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23
|
753
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
698
754
|
msgid "Disks size"
|
699
755
|
msgstr ""
|
700
756
|
|
701
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
|
757
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
|
758
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
702
759
|
msgid "Location"
|
703
760
|
msgstr "Lugares"
|
704
761
|
|
705
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
|
762
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
|
763
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
|
706
764
|
msgid "Organization"
|
707
765
|
msgstr "Organización"
|
708
766
|
|
@@ -739,7 +797,9 @@ msgid "Warning"
|
|
739
797
|
msgstr "Aviso"
|
740
798
|
|
741
799
|
#: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
|
742
|
-
msgid "
|
800
|
+
msgid ""
|
801
|
+
"This might take a while, as all hosts, facts and reports will be destroyed "
|
802
|
+
"as well"
|
743
803
|
msgstr "Esta acción pode tardar un anaco, xa que se eliminarán tódolos equipos, datos e informes."
|
744
804
|
|
745
805
|
#: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
|
@@ -782,11 +842,13 @@ msgstr ""
|
|
782
842
|
msgid "<b>Foreman</b> Discovered hosts summary"
|
783
843
|
msgstr ""
|
784
844
|
|
785
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10
|
845
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10
|
846
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
786
847
|
msgid "Summary from %{time} ago to %{now}"
|
787
848
|
msgstr ""
|
788
849
|
|
789
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11
|
850
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11
|
851
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
790
852
|
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
791
853
|
msgstr ""
|
792
854
|
|
@@ -839,23 +901,33 @@ msgid "Rule priority (lower integer means higher priority)"
|
|
839
901
|
msgstr ""
|
840
902
|
|
841
903
|
#: ../app/views/discovery_rules/_template_inline.erb:2
|
842
|
-
msgid "
|
904
|
+
msgid ""
|
905
|
+
"Specify target hostname template pattern in the same syntax as in "
|
906
|
+
"Provisioning Templates (ERB)."
|
843
907
|
msgstr ""
|
844
908
|
|
845
909
|
#: ../app/views/discovery_rules/_template_inline.erb:4
|
846
|
-
msgid "
|
910
|
+
msgid ""
|
911
|
+
"Domain will be appended automatically. A hostname based on MAC address will "
|
912
|
+
"be used when left blank."
|
847
913
|
msgstr ""
|
848
914
|
|
849
915
|
#: ../app/views/discovery_rules/_template_inline.erb:5
|
850
|
-
msgid "
|
916
|
+
msgid ""
|
917
|
+
"In addition to @host attribute function rand for random integers is "
|
918
|
+
"available. Examples:"
|
851
919
|
msgstr ""
|
852
920
|
|
853
921
|
#: ../app/views/discovery_rules/_template_inline.erb:8
|
854
|
-
msgid "
|
922
|
+
msgid ""
|
923
|
+
"When creating hostname patterns, make sure the resulting host names are "
|
924
|
+
"unique."
|
855
925
|
msgstr ""
|
856
926
|
|
857
927
|
#: ../app/views/discovery_rules/_template_inline.erb:9
|
858
|
-
msgid "
|
928
|
+
msgid ""
|
929
|
+
"Hostnames must not start with numbers. A good approach is to use unique "
|
930
|
+
"information provided by facter (MAC address, BIOS or serial ID)."
|
859
931
|
msgstr ""
|
860
932
|
|
861
933
|
#: ../app/views/discovery_rules/edit.html.erb:1
|
@@ -911,9 +983,13 @@ msgid "Discovery Proxy"
|
|
911
983
|
msgstr ""
|
912
984
|
|
913
985
|
#: ../lib/foreman_discovery/engine.rb:177
|
914
|
-
msgid "
|
986
|
+
msgid ""
|
987
|
+
"Discovery Proxy to use within this subnet for managing connection to "
|
988
|
+
"discovered hosts"
|
915
989
|
msgstr ""
|
916
990
|
|
917
991
|
#: ../lib/foreman_discovery/engine.rb:178
|
918
|
-
msgid "
|
992
|
+
msgid ""
|
993
|
+
"ID of Discovery Proxy to use within this subnet for managing connection to "
|
994
|
+
"discovered hosts"
|
919
995
|
msgstr ""
|
@@ -1,19 +1,18 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the foreman_discovery package.
|
4
|
-
#
|
4
|
+
#
|
5
5
|
# Translators:
|
6
6
|
# caifti <caifti@gmail.com>, 2014
|
7
7
|
# caifti <caifti@gmail.com>, 2014
|
8
8
|
msgid ""
|
9
9
|
msgstr ""
|
10
|
-
"Project-Id-Version: foreman_discovery
|
10
|
+
"Project-Id-Version: foreman_discovery 8.0.0\n"
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
12
12
|
"POT-Creation-Date: 2017-01-06 08:26+0100\n"
|
13
|
-
"PO-Revision-Date:
|
13
|
+
"PO-Revision-Date: 2017-01-06 08:44+0000\n"
|
14
14
|
"Last-Translator: Lukáš Zapletal\n"
|
15
|
-
"Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
|
16
|
-
"\n"
|
15
|
+
"Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)\n"
|
17
16
|
"MIME-Version: 1.0\n"
|
18
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
18
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -24,19 +23,23 @@ msgstr ""
|
|
24
23
|
msgid "List all discovered hosts"
|
25
24
|
msgstr "Elenca tutti gli host rilevati"
|
26
25
|
|
27
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
26
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
27
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
28
28
|
msgid "filter results"
|
29
29
|
msgstr "filtra i risultati"
|
30
30
|
|
31
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
31
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
32
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
32
33
|
msgid "sort results"
|
33
34
|
msgstr "ordina risultati"
|
34
35
|
|
35
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
36
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
37
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
36
38
|
msgid "paginate results"
|
37
39
|
msgstr "paginazione risultati"
|
38
40
|
|
39
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
|
41
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
|
42
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
40
43
|
msgid "number of entries per request"
|
41
44
|
msgstr "numero di voci per richiesta"
|
42
45
|
|
@@ -61,11 +64,14 @@ msgid "not required if it's a virtual machine"
|
|
61
64
|
msgstr "non necessario se è una macchina virtuale"
|
62
65
|
|
63
66
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
64
|
-
msgid "
|
67
|
+
msgid ""
|
68
|
+
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
65
69
|
msgstr "UUID per controllare gli stati dei compiti d'orchestrazione, GET /api/orchestration/:UUID/tasks"
|
66
70
|
|
67
71
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
|
68
|
-
msgid "
|
72
|
+
msgid ""
|
73
|
+
"required if value is not inherited from host group or default password in "
|
74
|
+
"settings"
|
69
75
|
msgstr "necessario se il valore non è ereditato da un gruppo di host o password predefinita nelle impostazione"
|
70
76
|
|
71
77
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:86
|
@@ -77,14 +83,18 @@ msgid "Upload facts for a host, creating the host if required"
|
|
77
83
|
msgstr "Carica gli eventi per un host creando, se necessario, un host"
|
78
84
|
|
79
85
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:94
|
80
|
-
msgid "
|
86
|
+
msgid ""
|
87
|
+
"hash containing facts for the host with minimum set of facts: "
|
88
|
+
"discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
|
89
|
+
"eth0 (example in case primary interface is named eth0)"
|
81
90
|
msgstr ""
|
82
91
|
|
83
92
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:111
|
84
93
|
msgid "Execute rules against a discovered host"
|
85
94
|
msgstr "Esegui le regole nei confronti di un host rilevato"
|
86
95
|
|
87
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
|
96
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
|
97
|
+
#: ../app/controllers/discovered_hosts_controller.rb:162
|
88
98
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
89
99
|
msgstr "È stato eseguito il provisioning dell'host %{host} con la regola %{rule}"
|
90
100
|
|
@@ -92,7 +102,8 @@ msgstr "È stato eseguito il provisioning dell'host %{host} con la regola %{rule
|
|
92
102
|
msgid "Unable to provision %{host}: %{errors}"
|
93
103
|
msgstr ""
|
94
104
|
|
95
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
|
105
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
|
106
|
+
#: ../app/controllers/discovered_hosts_controller.rb:169
|
96
107
|
msgid "No rule found for host %s"
|
97
108
|
msgstr "Nessuna regola trovata per l'host %s"
|
98
109
|
|
@@ -100,11 +111,13 @@ msgstr "Nessuna regola trovata per l'host %s"
|
|
100
111
|
msgid "Execute rules against all currently discovered hosts"
|
101
112
|
msgstr "Esegui le regole nei confronti degli host attualemente rilevati"
|
102
113
|
|
103
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
|
114
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
|
115
|
+
#: ../app/controllers/discovered_hosts_controller.rb:175
|
104
116
|
msgid "Errors during auto provisioning: %s"
|
105
117
|
msgstr "Errore durante auto provisioning: %s"
|
106
118
|
|
107
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
|
119
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
|
120
|
+
#: ../app/controllers/discovered_hosts_controller.rb:178
|
108
121
|
msgid "No discovered hosts to provision"
|
109
122
|
msgstr "Nessun host rilevato per il provisioning"
|
110
123
|
|
@@ -124,7 +137,8 @@ msgstr "Riavvio di un host rilevato"
|
|
124
137
|
msgid "Rebooting all discovered hosts"
|
125
138
|
msgstr ""
|
126
139
|
|
127
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
|
140
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
|
141
|
+
#: ../app/controllers/discovered_hosts_controller.rb:120
|
128
142
|
msgid "Discovered hosts are rebooting now"
|
129
143
|
msgstr ""
|
130
144
|
|
@@ -149,7 +163,8 @@ msgid "the hostgroup that is used to auto provision a host"
|
|
149
163
|
msgstr "gruppo di host usato per l'auto provision di un host"
|
150
164
|
|
151
165
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:35
|
152
|
-
msgid "
|
166
|
+
msgid ""
|
167
|
+
"defines a pattern to assign human-readable hostnames to the matching hosts"
|
153
168
|
msgstr "definisce uno schema per assegnare gli hostname leggibili dall'utente agli host corrispondenti"
|
154
169
|
|
155
170
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:36
|
@@ -157,7 +172,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
|
|
157
172
|
msgstr "permette di limitare la quantità massima di host con provisioning per regola"
|
158
173
|
|
159
174
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:37
|
160
|
-
msgid "
|
175
|
+
msgid ""
|
176
|
+
"puts the rules in order, low numbers go first. Must be greater then zero"
|
161
177
|
msgstr "ordina le regole, i numeri più piccoli hanno maggiore priorità. Deve essere maggiore di zero."
|
162
178
|
|
163
179
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:38
|
@@ -300,15 +316,19 @@ msgstr "Regola disabilitata"
|
|
300
316
|
msgid "%s ago"
|
301
317
|
msgstr "%s fa"
|
302
318
|
|
303
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14
|
319
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14
|
320
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
|
304
321
|
msgid "Auto Provision"
|
305
322
|
msgstr "Auto Provision"
|
306
323
|
|
307
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15
|
324
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15
|
325
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
|
308
326
|
msgid "Refresh facts"
|
309
327
|
msgstr "Aggiorna eventi"
|
310
328
|
|
311
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16
|
329
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16
|
330
|
+
#: ../app/models/setting/discovered.rb:23
|
331
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
|
312
332
|
msgid "Reboot"
|
313
333
|
msgstr "Riavvia"
|
314
334
|
|
@@ -316,7 +336,8 @@ msgstr "Riavvia"
|
|
316
336
|
msgid "Back"
|
317
337
|
msgstr "Indietro"
|
318
338
|
|
319
|
-
#: ../app/helpers/discovered_hosts_helper.rb:21
|
339
|
+
#: ../app/helpers/discovered_hosts_helper.rb:21
|
340
|
+
#: ../app/helpers/discovered_hosts_helper.rb:38
|
320
341
|
msgid "Select Action"
|
321
342
|
msgstr "Seleziona azione"
|
322
343
|
|
@@ -324,7 +345,8 @@ msgstr "Seleziona azione"
|
|
324
345
|
msgid "Expand All"
|
325
346
|
msgstr "Espandi tutti"
|
326
347
|
|
327
|
-
#: ../app/helpers/discovered_hosts_helper.rb:28
|
348
|
+
#: ../app/helpers/discovered_hosts_helper.rb:28
|
349
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
|
328
350
|
msgid "Delete %s?"
|
329
351
|
msgstr "Cancella %s?"
|
330
352
|
|
@@ -364,7 +386,8 @@ msgstr ""
|
|
364
386
|
msgid "Provision"
|
365
387
|
msgstr "Provisioning"
|
366
388
|
|
367
|
-
#: ../app/helpers/discovery_rules_helper.rb:26
|
389
|
+
#: ../app/helpers/discovery_rules_helper.rb:26
|
390
|
+
#: ../lib/foreman_discovery/engine.rb:163
|
368
391
|
msgid "Discovered Hosts"
|
369
392
|
msgstr ""
|
370
393
|
|
@@ -409,14 +432,17 @@ msgid "must start with a letter or ERB."
|
|
409
432
|
msgstr "deve iniziare con una lettera o ERB."
|
410
433
|
|
411
434
|
#: ../app/models/discovery_rule.rb:45
|
412
|
-
msgid "
|
413
|
-
|
435
|
+
msgid ""
|
436
|
+
"Host group organization %s must also be associated to the discovery rule"
|
437
|
+
msgid_plural ""
|
438
|
+
"Host group organizations %s must also be associated to the discovery rule"
|
414
439
|
msgstr[0] ""
|
415
440
|
msgstr[1] ""
|
416
441
|
|
417
442
|
#: ../app/models/discovery_rule.rb:51
|
418
443
|
msgid "Host group location %s must also be associated to the discovery rule"
|
419
|
-
msgid_plural "
|
444
|
+
msgid_plural ""
|
445
|
+
"Host group locations %s must also be associated to the discovery rule"
|
420
446
|
msgstr[0] ""
|
421
447
|
msgstr[1] ""
|
422
448
|
|
@@ -425,11 +451,15 @@ msgid "Invalid facts, must be a Hash"
|
|
425
451
|
msgstr "Eventi non validi, deve essere un Hash"
|
426
452
|
|
427
453
|
#: ../app/models/host/discovered.rb:43
|
428
|
-
msgid "
|
454
|
+
msgid ""
|
455
|
+
"Expected discovery_fact '%s' is missing, unable to detect primary interface "
|
456
|
+
"and set hostname"
|
429
457
|
msgstr ""
|
430
458
|
|
431
459
|
#: ../app/models/host/discovered.rb:50
|
432
|
-
msgid "
|
460
|
+
msgid ""
|
461
|
+
"Invalid facts: hash does not contain a valid value for any of the facts in "
|
462
|
+
"the discovery_hostname setting: %s"
|
433
463
|
msgstr ""
|
434
464
|
|
435
465
|
#: ../app/models/host/discovered.rb:67
|
@@ -497,7 +527,9 @@ msgid "Hostname facts"
|
|
497
527
|
msgstr ""
|
498
528
|
|
499
529
|
#: ../app/models/setting/discovered.rb:22
|
500
|
-
msgid "
|
530
|
+
msgid ""
|
531
|
+
"Automatically provision newly discovered hosts, according to the "
|
532
|
+
"provisioning rules"
|
501
533
|
msgstr "Esegui automaticamente il provisioning degli host trovati, in base alle regole per il provisioning"
|
502
534
|
|
503
535
|
#: ../app/models/setting/discovered.rb:22
|
@@ -573,7 +605,9 @@ msgid "IPMI facts"
|
|
573
605
|
msgstr ""
|
574
606
|
|
575
607
|
#: ../app/models/setting/discovered.rb:32
|
576
|
-
msgid "
|
608
|
+
msgid ""
|
609
|
+
"Automatically generate PXE configuration to pin a newly discovered host to "
|
610
|
+
"discovery"
|
577
611
|
msgstr ""
|
578
612
|
|
579
613
|
#: ../app/models/setting/discovered.rb:32
|
@@ -629,7 +663,9 @@ msgid "Discovery organization"
|
|
629
663
|
msgstr ""
|
630
664
|
|
631
665
|
#: ../app/services/foreman_discovery/fact_parser.rb:9
|
632
|
-
msgid "
|
666
|
+
msgid ""
|
667
|
+
"Unable to detect primary interface using MAC '%{mac}' specified by "
|
668
|
+
"discovery_fact '%{fact}'"
|
633
669
|
msgstr ""
|
634
670
|
|
635
671
|
#: ../app/services/foreman_discovery/node_api/node_resource.rb:75
|
@@ -648,15 +684,25 @@ msgstr "Nessun host rilevato disponibile"
|
|
648
684
|
msgid "Host"
|
649
685
|
msgstr "Host"
|
650
686
|
|
651
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
|
687
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
|
688
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
|
689
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
|
690
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:18
|
691
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
652
692
|
msgid "Model"
|
653
693
|
msgstr "Modello"
|
654
694
|
|
655
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
|
695
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
|
696
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
|
697
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:20
|
698
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
656
699
|
msgid "CPUs"
|
657
700
|
msgstr "CPU"
|
658
701
|
|
659
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
|
702
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
|
703
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
|
704
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:21
|
705
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
660
706
|
msgid "Memory"
|
661
707
|
msgstr "Memoria"
|
662
708
|
|
@@ -672,7 +718,8 @@ msgstr ""
|
|
672
718
|
msgid "Create host"
|
673
719
|
msgstr ""
|
674
720
|
|
675
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
|
721
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
|
722
|
+
#: ../lib/foreman_discovery/engine.rb:148
|
676
723
|
msgid "Discovered hosts"
|
677
724
|
msgstr "Host trovati"
|
678
725
|
|
@@ -684,27 +731,38 @@ msgstr "Seleziona tutti gli oggetti in questa pagina"
|
|
684
731
|
msgid "items selected. Uncheck to Clear"
|
685
732
|
msgstr "oggetti selezionati. Deselezionare per annullare"
|
686
733
|
|
687
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
|
734
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
|
735
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
|
736
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:17
|
737
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
688
738
|
msgid "Name"
|
689
739
|
msgstr "Nome"
|
690
740
|
|
691
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
|
741
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
|
742
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:19
|
743
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
692
744
|
msgid "IP Address"
|
693
745
|
msgstr "Indirizzo IP"
|
694
746
|
|
695
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
747
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
748
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22
|
749
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
696
750
|
msgid "Disk count"
|
697
751
|
msgstr "Conteggio disco"
|
698
752
|
|
699
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
|
753
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
|
754
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23
|
755
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
700
756
|
msgid "Disks size"
|
701
757
|
msgstr "Dimensione dischi"
|
702
758
|
|
703
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
|
759
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
|
760
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
704
761
|
msgid "Location"
|
705
762
|
msgstr "Posizione"
|
706
763
|
|
707
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
|
764
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
|
765
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
|
708
766
|
msgid "Organization"
|
709
767
|
msgstr "Organizzazione"
|
710
768
|
|
@@ -741,7 +799,9 @@ msgid "Warning"
|
|
741
799
|
msgstr "Avvertenza"
|
742
800
|
|
743
801
|
#: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
|
744
|
-
msgid "
|
802
|
+
msgid ""
|
803
|
+
"This might take a while, as all hosts, facts and reports will be destroyed "
|
804
|
+
"as well"
|
745
805
|
msgstr "Questa operazione potrebbe richiedere qualche istante poichè saranno annullati anche gli host, eventi e riporti"
|
746
806
|
|
747
807
|
#: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
|
@@ -784,11 +844,13 @@ msgstr ""
|
|
784
844
|
msgid "<b>Foreman</b> Discovered hosts summary"
|
785
845
|
msgstr ""
|
786
846
|
|
787
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10
|
847
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10
|
848
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
788
849
|
msgid "Summary from %{time} ago to %{now}"
|
789
850
|
msgstr ""
|
790
851
|
|
791
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11
|
852
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11
|
853
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
792
854
|
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
793
855
|
msgstr ""
|
794
856
|
|
@@ -841,23 +903,33 @@ msgid "Rule priority (lower integer means higher priority)"
|
|
841
903
|
msgstr "Priorità regola (valore intero più basso, priorità più alta)"
|
842
904
|
|
843
905
|
#: ../app/views/discovery_rules/_template_inline.erb:2
|
844
|
-
msgid "
|
906
|
+
msgid ""
|
907
|
+
"Specify target hostname template pattern in the same syntax as in "
|
908
|
+
"Provisioning Templates (ERB)."
|
845
909
|
msgstr "Specifica il pattern del template per l'hostname di destinazione con la stessa sintassi dei template di provisioning (ERB)."
|
846
910
|
|
847
911
|
#: ../app/views/discovery_rules/_template_inline.erb:4
|
848
|
-
msgid "
|
912
|
+
msgid ""
|
913
|
+
"Domain will be appended automatically. A hostname based on MAC address will "
|
914
|
+
"be used when left blank."
|
849
915
|
msgstr ""
|
850
916
|
|
851
917
|
#: ../app/views/discovery_rules/_template_inline.erb:5
|
852
|
-
msgid "
|
918
|
+
msgid ""
|
919
|
+
"In addition to @host attribute function rand for random integers is "
|
920
|
+
"available. Examples:"
|
853
921
|
msgstr ""
|
854
922
|
|
855
923
|
#: ../app/views/discovery_rules/_template_inline.erb:8
|
856
|
-
msgid "
|
924
|
+
msgid ""
|
925
|
+
"When creating hostname patterns, make sure the resulting host names are "
|
926
|
+
"unique."
|
857
927
|
msgstr ""
|
858
928
|
|
859
929
|
#: ../app/views/discovery_rules/_template_inline.erb:9
|
860
|
-
msgid "
|
930
|
+
msgid ""
|
931
|
+
"Hostnames must not start with numbers. A good approach is to use unique "
|
932
|
+
"information provided by facter (MAC address, BIOS or serial ID)."
|
861
933
|
msgstr ""
|
862
934
|
|
863
935
|
#: ../app/views/discovery_rules/edit.html.erb:1
|
@@ -913,13 +985,13 @@ msgid "Discovery Proxy"
|
|
913
985
|
msgstr ""
|
914
986
|
|
915
987
|
#: ../lib/foreman_discovery/engine.rb:177
|
916
|
-
msgid "
|
988
|
+
msgid ""
|
989
|
+
"Discovery Proxy to use within this subnet for managing connection to "
|
990
|
+
"discovered hosts"
|
917
991
|
msgstr ""
|
918
992
|
|
919
993
|
#: ../lib/foreman_discovery/engine.rb:178
|
920
|
-
msgid "
|
994
|
+
msgid ""
|
995
|
+
"ID of Discovery Proxy to use within this subnet for managing connection to "
|
996
|
+
"discovered hosts"
|
921
997
|
msgstr ""
|
922
|
-
|
923
|
-
#: ../lib/foreman_discovery/engine.rb:162
|
924
|
-
#~ msgid "Discovery widget"
|
925
|
-
#~ msgstr "Widget per la scoperta"
|