foreman_discovery 5.0.1 → 5.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/discovered_hosts_controller.rb +7 -7
- data/app/models/setting/discovered.rb +1 -1
- data/app/views/discovered_hosts/show.html.erb +3 -3
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/foreman_discovery.edit.po +159 -117
- data/locale/de/foreman_discovery.edit.po +127 -73
- data/locale/en_GB/foreman_discovery.edit.po +154 -108
- data/locale/es/foreman_discovery.edit.po +126 -82
- data/locale/foreman_discovery.pot +41 -9
- data/locale/fr/foreman_discovery.edit.po +152 -107
- data/locale/gl/foreman_discovery.edit.po +115 -51
- data/locale/it/foreman_discovery.edit.po +132 -80
- data/locale/ja/foreman_discovery.edit.po +132 -82
- data/locale/ko/foreman_discovery.edit.po +131 -80
- data/locale/pt_BR/foreman_discovery.edit.po +119 -73
- data/locale/ru/foreman_discovery.edit.po +137 -83
- data/locale/sv_SE/foreman_discovery.edit.po +116 -58
- data/locale/zh_CN/foreman_discovery.edit.po +132 -82
- data/locale/zh_TW/foreman_discovery.edit.po +132 -82
- metadata +2 -2
@@ -1,16 +1,16 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
|
-
# Copyright (C)
|
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
8
|
"Project-Id-Version: Foreman\n"
|
9
|
-
"Report-Msgid-Bugs-To:
|
10
|
-
"
|
9
|
+
"Report-Msgid-Bugs-To: \n"
|
10
|
+
"POT-Creation-Date: 2016-02-25 10:58+0100\n"
|
11
|
+
"PO-Revision-Date: 2016-02-25 10:06+0000\n"
|
11
12
|
"Last-Translator: Lukáš Zapletal\n"
|
12
|
-
"Language-Team: Galician (http://www.transifex.com/foreman/foreman/language/gl/"
|
13
|
-
")\n"
|
13
|
+
"Language-Team: Galician (http://www.transifex.com/foreman/foreman/language/gl/)\n"
|
14
14
|
"MIME-Version: 1.0\n"
|
15
15
|
"Content-Type: text/plain; charset=UTF-8\n"
|
16
16
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -21,19 +21,23 @@ msgstr ""
|
|
21
21
|
msgid "List all discovered hosts"
|
22
22
|
msgstr ""
|
23
23
|
|
24
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
|
24
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
|
25
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:14
|
25
26
|
msgid "filter results"
|
26
27
|
msgstr ""
|
27
28
|
|
28
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
29
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
30
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
29
31
|
msgid "sort results"
|
30
32
|
msgstr ""
|
31
33
|
|
32
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
34
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
35
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
33
36
|
msgid "paginate results"
|
34
37
|
msgstr ""
|
35
38
|
|
36
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
39
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
40
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
37
41
|
msgid "number of entries per request"
|
38
42
|
msgstr ""
|
39
43
|
|
@@ -58,11 +62,14 @@ msgid "not required if it's a virtual machine"
|
|
58
62
|
msgstr ""
|
59
63
|
|
60
64
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
61
|
-
msgid "
|
65
|
+
msgid ""
|
66
|
+
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
62
67
|
msgstr ""
|
63
68
|
|
64
69
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
65
|
-
msgid "
|
70
|
+
msgid ""
|
71
|
+
"required if value is not inherited from host group or default password in "
|
72
|
+
"settings"
|
66
73
|
msgstr ""
|
67
74
|
|
68
75
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:85
|
@@ -74,14 +81,18 @@ msgid "Upload facts for a host, creating the host if required"
|
|
74
81
|
msgstr ""
|
75
82
|
|
76
83
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:93
|
77
|
-
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)"
|
78
88
|
msgstr ""
|
79
89
|
|
80
90
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:112
|
81
91
|
msgid "Execute rules against a discovered host"
|
82
92
|
msgstr ""
|
83
93
|
|
84
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:118
|
94
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:118
|
95
|
+
#: ../app/controllers/discovered_hosts_controller.rb:147
|
85
96
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
86
97
|
msgstr ""
|
87
98
|
|
@@ -89,7 +100,8 @@ msgstr ""
|
|
89
100
|
msgid "Unable to provision %{host}: %{errors}"
|
90
101
|
msgstr ""
|
91
102
|
|
92
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:127
|
103
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:127
|
104
|
+
#: ../app/controllers/discovered_hosts_controller.rb:154
|
93
105
|
msgid "No rule found for host %s"
|
94
106
|
msgstr ""
|
95
107
|
|
@@ -97,11 +109,13 @@ msgstr ""
|
|
97
109
|
msgid "Execute rules against all currently discovered hosts"
|
98
110
|
msgstr ""
|
99
111
|
|
100
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
|
112
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
|
113
|
+
#: ../app/controllers/discovered_hosts_controller.rb:160
|
101
114
|
msgid "Errors during auto provisioning: %s"
|
102
115
|
msgstr ""
|
103
116
|
|
104
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:141
|
117
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:141
|
118
|
+
#: ../app/controllers/discovered_hosts_controller.rb:163
|
105
119
|
msgid "No discovered hosts to provision"
|
106
120
|
msgstr ""
|
107
121
|
|
@@ -121,7 +135,8 @@ msgstr ""
|
|
121
135
|
msgid "Rebooting all discovered hosts"
|
122
136
|
msgstr ""
|
123
137
|
|
124
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:203
|
138
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:203
|
139
|
+
#: ../app/controllers/discovered_hosts_controller.rb:105
|
125
140
|
msgid "Discovered hosts are rebooting now"
|
126
141
|
msgstr ""
|
127
142
|
|
@@ -146,7 +161,8 @@ msgid "the hostgroup that is used to auto provision a host"
|
|
146
161
|
msgstr ""
|
147
162
|
|
148
163
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:34
|
149
|
-
msgid "
|
164
|
+
msgid ""
|
165
|
+
"defines a pattern to assign human-readable hostnames to the matching hosts"
|
150
166
|
msgstr ""
|
151
167
|
|
152
168
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:35
|
@@ -154,7 +170,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
|
|
154
170
|
msgstr ""
|
155
171
|
|
156
172
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:36
|
157
|
-
msgid "
|
173
|
+
msgid ""
|
174
|
+
"puts the rules in order, low numbers go first. Must be greater then zero"
|
158
175
|
msgstr ""
|
159
176
|
|
160
177
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:37
|
@@ -261,19 +278,23 @@ msgstr ""
|
|
261
278
|
msgid "%s ago"
|
262
279
|
msgstr "Fai %s"
|
263
280
|
|
264
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15
|
281
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15
|
282
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
|
265
283
|
msgid "Provision"
|
266
284
|
msgstr "Aprovisionamento"
|
267
285
|
|
268
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16
|
286
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16
|
287
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
|
269
288
|
msgid "Auto Provision"
|
270
289
|
msgstr ""
|
271
290
|
|
272
|
-
#: ../app/helpers/discovered_hosts_helper.rb:17
|
291
|
+
#: ../app/helpers/discovered_hosts_helper.rb:17
|
292
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:44
|
273
293
|
msgid "Refresh facts"
|
274
294
|
msgstr ""
|
275
295
|
|
276
|
-
#: ../app/helpers/discovered_hosts_helper.rb:18
|
296
|
+
#: ../app/helpers/discovered_hosts_helper.rb:18
|
297
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:45
|
277
298
|
msgid "Reboot"
|
278
299
|
msgstr ""
|
279
300
|
|
@@ -281,7 +302,8 @@ msgstr ""
|
|
281
302
|
msgid "Back"
|
282
303
|
msgstr ""
|
283
304
|
|
284
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23
|
305
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23
|
306
|
+
#: ../app/helpers/discovered_hosts_helper.rb:46
|
285
307
|
msgid "Select Action"
|
286
308
|
msgstr "Selecciona unha Acción"
|
287
309
|
|
@@ -374,14 +396,17 @@ msgid "must start with a letter or ERB."
|
|
374
396
|
msgstr ""
|
375
397
|
|
376
398
|
#: ../app/models/discovery_rule.rb:49
|
377
|
-
msgid "
|
378
|
-
|
399
|
+
msgid ""
|
400
|
+
"Host group organization %s must also be associated to the discovery rule"
|
401
|
+
msgid_plural ""
|
402
|
+
"Host group organizations %s must also be associated to the discovery rule"
|
379
403
|
msgstr[0] ""
|
380
404
|
msgstr[1] ""
|
381
405
|
|
382
406
|
#: ../app/models/discovery_rule.rb:55
|
383
407
|
msgid "Host group location %s must also be associated to the discovery rule"
|
384
|
-
msgid_plural "
|
408
|
+
msgid_plural ""
|
409
|
+
"Host group locations %s must also be associated to the discovery rule"
|
385
410
|
msgstr[0] ""
|
386
411
|
msgstr[1] ""
|
387
412
|
|
@@ -390,11 +415,15 @@ msgid "Invalid facts, must be a Hash"
|
|
390
415
|
msgstr ""
|
391
416
|
|
392
417
|
#: ../app/models/host/discovered.rb:39
|
393
|
-
msgid "
|
418
|
+
msgid ""
|
419
|
+
"Expected discovery_fact '%s' is missing, unable to detect primary interface "
|
420
|
+
"and set hostname"
|
394
421
|
msgstr ""
|
395
422
|
|
396
423
|
#: ../app/models/host/discovered.rb:46
|
397
|
-
msgid "
|
424
|
+
msgid ""
|
425
|
+
"Invalid facts: hash does not contain a valid value for any of the facts in "
|
426
|
+
"the discovery_hostname setting: %s"
|
398
427
|
msgstr ""
|
399
428
|
|
400
429
|
#: ../app/models/host/discovered.rb:107
|
@@ -446,7 +475,9 @@ msgid "List of facts to use for the hostname (separated by comma, first wins)"
|
|
446
475
|
msgstr ""
|
447
476
|
|
448
477
|
#: ../app/models/setting/discovered.rb:21
|
449
|
-
msgid "
|
478
|
+
msgid ""
|
479
|
+
"Automatically provision newly discovered hosts, according to the "
|
480
|
+
"provisioning rules"
|
450
481
|
msgstr ""
|
451
482
|
|
452
483
|
#: ../app/models/setting/discovered.rb:22
|
@@ -494,7 +525,9 @@ msgid "Regex to organize facts for ipmi section"
|
|
494
525
|
msgstr ""
|
495
526
|
|
496
527
|
#: ../app/services/foreman_discovery/fact_parser.rb:9
|
497
|
-
msgid "
|
528
|
+
msgid ""
|
529
|
+
"Unable to detect primary interface using MAC '%{mac}' specified by "
|
530
|
+
"discovery_fact '%{fact}'"
|
498
531
|
msgstr ""
|
499
532
|
|
500
533
|
#: ../app/services/foreman_discovery/node_api/node_resource.rb:75
|
@@ -513,19 +546,30 @@ msgstr ""
|
|
513
546
|
msgid "Host"
|
514
547
|
msgstr "Equipo"
|
515
548
|
|
516
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
|
549
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
|
550
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
|
551
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
|
552
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:18
|
553
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
517
554
|
msgid "Model"
|
518
555
|
msgstr "Modelo"
|
519
556
|
|
520
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
|
557
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
|
558
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
|
559
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:20
|
560
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
521
561
|
msgid "CPUs"
|
522
562
|
msgstr "Procesadores"
|
523
563
|
|
524
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
|
564
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
|
565
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
|
566
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:21
|
567
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
525
568
|
msgid "Memory"
|
526
569
|
msgstr "Memoria"
|
527
570
|
|
528
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
|
571
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
|
572
|
+
#: ../lib/foreman_discovery/engine.rb:136
|
529
573
|
msgid "Discovered hosts"
|
530
574
|
msgstr ""
|
531
575
|
|
@@ -537,27 +581,38 @@ msgstr "obxetos seleccionados. Desactivar para limpar"
|
|
537
581
|
msgid "Select all items in this page"
|
538
582
|
msgstr "Seleccionar tódolos obxetos desta páxina"
|
539
583
|
|
540
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
|
584
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
|
585
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
|
586
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:17
|
587
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
541
588
|
msgid "Name"
|
542
589
|
msgstr "Nome"
|
543
590
|
|
544
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
|
591
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
|
592
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:19
|
593
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
545
594
|
msgid "IP Address"
|
546
595
|
msgstr "Dirección IP"
|
547
596
|
|
548
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
597
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
598
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22
|
599
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
549
600
|
msgid "Disk count"
|
550
601
|
msgstr ""
|
551
602
|
|
552
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
|
603
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
|
604
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23
|
605
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
553
606
|
msgid "Disks size"
|
554
607
|
msgstr ""
|
555
608
|
|
556
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
|
609
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
|
610
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
557
611
|
msgid "Location"
|
558
612
|
msgstr "Lugares"
|
559
613
|
|
560
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
|
614
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
|
615
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
|
561
616
|
msgid "Organization"
|
562
617
|
msgstr "Organización"
|
563
618
|
|
@@ -598,7 +653,9 @@ msgid "Warning"
|
|
598
653
|
msgstr "Aviso"
|
599
654
|
|
600
655
|
#: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
|
601
|
-
msgid "
|
656
|
+
msgid ""
|
657
|
+
"This might take a while, as all hosts, facts and reports will be destroyed "
|
658
|
+
"as well"
|
602
659
|
msgstr "Esta acción pode tardar un anaco, xa que se eliminarán tódolos equipos, datos e informes."
|
603
660
|
|
604
661
|
#: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
|
@@ -633,11 +690,13 @@ msgstr ""
|
|
633
690
|
msgid "<b>Foreman</b> Discovered hosts summary"
|
634
691
|
msgstr ""
|
635
692
|
|
636
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10
|
693
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10
|
694
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
637
695
|
msgid "Summary from %{time} ago to %{now}"
|
638
696
|
msgstr ""
|
639
697
|
|
640
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11
|
698
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11
|
699
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
641
700
|
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
642
701
|
msgstr ""
|
643
702
|
|
@@ -674,15 +733,23 @@ msgid "Template"
|
|
674
733
|
msgstr ""
|
675
734
|
|
676
735
|
#: ../app/views/discovery_rules/_form.html.erb:26
|
677
|
-
msgid "
|
736
|
+
msgid ""
|
737
|
+
"Specify target hostname template pattern in the same syntax as in "
|
738
|
+
"Provisioning Templates (ERB)."
|
678
739
|
msgstr ""
|
679
740
|
|
680
741
|
#: ../app/views/discovery_rules/_form.html.erb:29
|
681
|
-
msgid "
|
742
|
+
msgid ""
|
743
|
+
"Domain will be appended automatically. A hostname based on MAC address will "
|
744
|
+
"be used when left blank. In addition to @host attribute function rand for "
|
745
|
+
"random integers is available. Examples:"
|
682
746
|
msgstr ""
|
683
747
|
|
684
748
|
#: ../app/views/discovery_rules/_form.html.erb:42
|
685
|
-
msgid "
|
749
|
+
msgid ""
|
750
|
+
"When creating hostname patterns, make sure the resulting host names are "
|
751
|
+
"unique. Hostnames must not start with numbers. A good approach is to use "
|
752
|
+
"unique information provided by facter (MAC address, BIOS or serial ID)."
|
686
753
|
msgstr ""
|
687
754
|
|
688
755
|
#: ../app/views/discovery_rules/_form.html.erb:43
|
@@ -752,6 +819,3 @@ msgstr ""
|
|
752
819
|
#: ../lib/foreman_discovery/engine.rb:146
|
753
820
|
msgid "Discovery widget"
|
754
821
|
msgstr ""
|
755
|
-
|
756
|
-
#~ msgid "Value"
|
757
|
-
#~ msgstr "Valor"
|
@@ -1,18 +1,18 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
|
-
# Copyright (C)
|
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
10
|
"Project-Id-Version: Foreman\n"
|
11
|
-
"Report-Msgid-Bugs-To:
|
12
|
-
"
|
13
|
-
"
|
14
|
-
"
|
15
|
-
"\n"
|
11
|
+
"Report-Msgid-Bugs-To: \n"
|
12
|
+
"POT-Creation-Date: 2016-02-25 10:58+0100\n"
|
13
|
+
"PO-Revision-Date: 2016-03-08 17:56+0000\n"
|
14
|
+
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
|
15
|
+
"Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)\n"
|
16
16
|
"MIME-Version: 1.0\n"
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -23,19 +23,23 @@ msgstr ""
|
|
23
23
|
msgid "List all discovered hosts"
|
24
24
|
msgstr "Elenca tutti gli host rilevati"
|
25
25
|
|
26
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
|
26
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
|
27
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:14
|
27
28
|
msgid "filter results"
|
28
29
|
msgstr "filtra i risultati"
|
29
30
|
|
30
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
31
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
32
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
31
33
|
msgid "sort results"
|
32
34
|
msgstr "ordina risultati"
|
33
35
|
|
34
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
36
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
37
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
35
38
|
msgid "paginate results"
|
36
39
|
msgstr "paginazione risultati"
|
37
40
|
|
38
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
41
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
42
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
39
43
|
msgid "number of entries per request"
|
40
44
|
msgstr "numero di voci per richiesta"
|
41
45
|
|
@@ -60,11 +64,14 @@ msgid "not required if it's a virtual machine"
|
|
60
64
|
msgstr "non necessario se è una macchina virtuale"
|
61
65
|
|
62
66
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
63
|
-
msgid "
|
67
|
+
msgid ""
|
68
|
+
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
64
69
|
msgstr "UUID per controllare gli stati dei compiti d'orchestrazione, GET /api/orchestration/:UUID/tasks"
|
65
70
|
|
66
71
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
67
|
-
msgid "
|
72
|
+
msgid ""
|
73
|
+
"required if value is not inherited from host group or default password in "
|
74
|
+
"settings"
|
68
75
|
msgstr "necessario se il valore non è ereditato da un gruppo di host o password predefinita nelle impostazione"
|
69
76
|
|
70
77
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:85
|
@@ -76,14 +83,18 @@ msgid "Upload facts for a host, creating the host if required"
|
|
76
83
|
msgstr "Carica gli eventi per un host creando, se necessario, un host"
|
77
84
|
|
78
85
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:93
|
79
|
-
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)"
|
80
90
|
msgstr ""
|
81
91
|
|
82
92
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:112
|
83
93
|
msgid "Execute rules against a discovered host"
|
84
94
|
msgstr "Esegui le regole nei confronti di un host rilevato"
|
85
95
|
|
86
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:118
|
96
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:118
|
97
|
+
#: ../app/controllers/discovered_hosts_controller.rb:147
|
87
98
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
88
99
|
msgstr "È stato eseguito il provisioning dell'host %{host} con la regola %{rule}"
|
89
100
|
|
@@ -91,7 +102,8 @@ msgstr "È stato eseguito il provisioning dell'host %{host} con la regola %{rule
|
|
91
102
|
msgid "Unable to provision %{host}: %{errors}"
|
92
103
|
msgstr ""
|
93
104
|
|
94
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:127
|
105
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:127
|
106
|
+
#: ../app/controllers/discovered_hosts_controller.rb:154
|
95
107
|
msgid "No rule found for host %s"
|
96
108
|
msgstr "Nessuna regola trovata per l'host %s"
|
97
109
|
|
@@ -99,11 +111,13 @@ msgstr "Nessuna regola trovata per l'host %s"
|
|
99
111
|
msgid "Execute rules against all currently discovered hosts"
|
100
112
|
msgstr "Esegui le regole nei confronti degli host attualemente rilevati"
|
101
113
|
|
102
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
|
114
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
|
115
|
+
#: ../app/controllers/discovered_hosts_controller.rb:160
|
103
116
|
msgid "Errors during auto provisioning: %s"
|
104
117
|
msgstr "Errore durante auto provisioning: %s"
|
105
118
|
|
106
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:141
|
119
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:141
|
120
|
+
#: ../app/controllers/discovered_hosts_controller.rb:163
|
107
121
|
msgid "No discovered hosts to provision"
|
108
122
|
msgstr "Nessun host rilevato per il provisioning"
|
109
123
|
|
@@ -123,7 +137,8 @@ msgstr "Riavvio di un host rilevato"
|
|
123
137
|
msgid "Rebooting all discovered hosts"
|
124
138
|
msgstr ""
|
125
139
|
|
126
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:203
|
140
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:203
|
141
|
+
#: ../app/controllers/discovered_hosts_controller.rb:105
|
127
142
|
msgid "Discovered hosts are rebooting now"
|
128
143
|
msgstr ""
|
129
144
|
|
@@ -137,31 +152,33 @@ msgstr "Visualizza una regola per la scoperta"
|
|
137
152
|
|
138
153
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:31
|
139
154
|
msgid "represents rule name shown to the users"
|
140
|
-
msgstr ""
|
155
|
+
msgstr "rappresenta il nome della regola da mostrare agli utenti"
|
141
156
|
|
142
157
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:32
|
143
158
|
msgid "query to match discovered hosts for the particular rule"
|
144
|
-
msgstr ""
|
159
|
+
msgstr "interrogazione da corrispondere agli host rilevati per una regola particolare"
|
145
160
|
|
146
161
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:33
|
147
162
|
msgid "the hostgroup that is used to auto provision a host"
|
148
|
-
msgstr ""
|
163
|
+
msgstr "gruppo di host usato per l'auto provision di un host"
|
149
164
|
|
150
165
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:34
|
151
|
-
msgid "
|
152
|
-
|
166
|
+
msgid ""
|
167
|
+
"defines a pattern to assign human-readable hostnames to the matching hosts"
|
168
|
+
msgstr "definisce uno schema per assegnare gli hostname leggibili dall'utente agli host corrispondenti"
|
153
169
|
|
154
170
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:35
|
155
171
|
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
156
|
-
msgstr ""
|
172
|
+
msgstr "permette di limitare la quantità massima di host con provisioning per regola"
|
157
173
|
|
158
174
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:36
|
159
|
-
msgid "
|
160
|
-
|
175
|
+
msgid ""
|
176
|
+
"puts the rules in order, low numbers go first. Must be greater then zero"
|
177
|
+
msgstr "ordina le regole, i numeri più piccoli hanno maggiore priorità. Deve essere maggiore di zero."
|
161
178
|
|
162
179
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:37
|
163
180
|
msgid "flag is used for temporary shutdown of rules"
|
164
|
-
msgstr ""
|
181
|
+
msgstr "il flag viene usato per interrompere momentaneamente le regole"
|
165
182
|
|
166
183
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:41
|
167
184
|
msgid "Create a discovery rule"
|
@@ -263,19 +280,23 @@ msgstr "Regola abilitata"
|
|
263
280
|
msgid "%s ago"
|
264
281
|
msgstr "%s fa"
|
265
282
|
|
266
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15
|
283
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15
|
284
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
|
267
285
|
msgid "Provision"
|
268
286
|
msgstr "Provisioning"
|
269
287
|
|
270
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16
|
288
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16
|
289
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
|
271
290
|
msgid "Auto Provision"
|
272
291
|
msgstr "Auto Provision"
|
273
292
|
|
274
|
-
#: ../app/helpers/discovered_hosts_helper.rb:17
|
293
|
+
#: ../app/helpers/discovered_hosts_helper.rb:17
|
294
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:44
|
275
295
|
msgid "Refresh facts"
|
276
296
|
msgstr "Aggiorna eventi"
|
277
297
|
|
278
|
-
#: ../app/helpers/discovered_hosts_helper.rb:18
|
298
|
+
#: ../app/helpers/discovered_hosts_helper.rb:18
|
299
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:45
|
279
300
|
msgid "Reboot"
|
280
301
|
msgstr "Riavvia"
|
281
302
|
|
@@ -283,7 +304,8 @@ msgstr "Riavvia"
|
|
283
304
|
msgid "Back"
|
284
305
|
msgstr ""
|
285
306
|
|
286
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23
|
307
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23
|
308
|
+
#: ../app/helpers/discovered_hosts_helper.rb:46
|
287
309
|
msgid "Select Action"
|
288
310
|
msgstr "Seleziona azione"
|
289
311
|
|
@@ -361,7 +383,7 @@ msgstr ""
|
|
361
383
|
|
362
384
|
#: ../app/mailers/discovered_mailer.rb:4
|
363
385
|
msgid "Must specify a user with email enabled"
|
364
|
-
msgstr ""
|
386
|
+
msgstr "Specificare un utente con una email abilitata"
|
365
387
|
|
366
388
|
#: ../app/mailers/discovered_mailer.rb:15
|
367
389
|
msgid "Discovered hosts summary"
|
@@ -376,14 +398,17 @@ msgid "must start with a letter or ERB."
|
|
376
398
|
msgstr "deve iniziare con una lettera o ERB."
|
377
399
|
|
378
400
|
#: ../app/models/discovery_rule.rb:49
|
379
|
-
msgid "
|
380
|
-
|
401
|
+
msgid ""
|
402
|
+
"Host group organization %s must also be associated to the discovery rule"
|
403
|
+
msgid_plural ""
|
404
|
+
"Host group organizations %s must also be associated to the discovery rule"
|
381
405
|
msgstr[0] ""
|
382
406
|
msgstr[1] ""
|
383
407
|
|
384
408
|
#: ../app/models/discovery_rule.rb:55
|
385
409
|
msgid "Host group location %s must also be associated to the discovery rule"
|
386
|
-
msgid_plural "
|
410
|
+
msgid_plural ""
|
411
|
+
"Host group locations %s must also be associated to the discovery rule"
|
387
412
|
msgstr[0] ""
|
388
413
|
msgstr[1] ""
|
389
414
|
|
@@ -392,11 +417,15 @@ msgid "Invalid facts, must be a Hash"
|
|
392
417
|
msgstr "Eventi non validi, deve essere un Hash"
|
393
418
|
|
394
419
|
#: ../app/models/host/discovered.rb:39
|
395
|
-
msgid "
|
420
|
+
msgid ""
|
421
|
+
"Expected discovery_fact '%s' is missing, unable to detect primary interface "
|
422
|
+
"and set hostname"
|
396
423
|
msgstr ""
|
397
424
|
|
398
425
|
#: ../app/models/host/discovered.rb:46
|
399
|
-
msgid "
|
426
|
+
msgid ""
|
427
|
+
"Invalid facts: hash does not contain a valid value for any of the facts in "
|
428
|
+
"the discovery_hostname setting: %s"
|
400
429
|
msgstr ""
|
401
430
|
|
402
431
|
#: ../app/models/host/discovered.rb:107
|
@@ -448,7 +477,9 @@ msgid "List of facts to use for the hostname (separated by comma, first wins)"
|
|
448
477
|
msgstr ""
|
449
478
|
|
450
479
|
#: ../app/models/setting/discovered.rb:21
|
451
|
-
msgid "
|
480
|
+
msgid ""
|
481
|
+
"Automatically provision newly discovered hosts, according to the "
|
482
|
+
"provisioning rules"
|
452
483
|
msgstr "Esegui automaticamente il provisioning degli host trovati, in base alle regole per il provisioning"
|
453
484
|
|
454
485
|
#: ../app/models/setting/discovered.rb:22
|
@@ -496,7 +527,9 @@ msgid "Regex to organize facts for ipmi section"
|
|
496
527
|
msgstr ""
|
497
528
|
|
498
529
|
#: ../app/services/foreman_discovery/fact_parser.rb:9
|
499
|
-
msgid "
|
530
|
+
msgid ""
|
531
|
+
"Unable to detect primary interface using MAC '%{mac}' specified by "
|
532
|
+
"discovery_fact '%{fact}'"
|
500
533
|
msgstr ""
|
501
534
|
|
502
535
|
#: ../app/services/foreman_discovery/node_api/node_resource.rb:75
|
@@ -515,19 +548,30 @@ msgstr "Nessun host rilevato disponibile"
|
|
515
548
|
msgid "Host"
|
516
549
|
msgstr "Host"
|
517
550
|
|
518
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
|
551
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
|
552
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
|
553
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
|
554
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:18
|
555
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
519
556
|
msgid "Model"
|
520
557
|
msgstr "Modello"
|
521
558
|
|
522
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
|
559
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
|
560
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
|
561
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:20
|
562
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
523
563
|
msgid "CPUs"
|
524
564
|
msgstr "CPU"
|
525
565
|
|
526
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
|
566
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
|
567
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
|
568
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:21
|
569
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
527
570
|
msgid "Memory"
|
528
571
|
msgstr "Memoria"
|
529
572
|
|
530
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
|
573
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
|
574
|
+
#: ../lib/foreman_discovery/engine.rb:136
|
531
575
|
msgid "Discovered hosts"
|
532
576
|
msgstr "Host trovati"
|
533
577
|
|
@@ -539,27 +583,38 @@ msgstr "oggetti selezionati. Deselezionare per annullare"
|
|
539
583
|
msgid "Select all items in this page"
|
540
584
|
msgstr "Seleziona tutti gli oggetti in questa pagina"
|
541
585
|
|
542
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
|
586
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
|
587
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
|
588
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:17
|
589
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
543
590
|
msgid "Name"
|
544
591
|
msgstr "Nome"
|
545
592
|
|
546
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
|
593
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
|
594
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:19
|
595
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
547
596
|
msgid "IP Address"
|
548
597
|
msgstr "Indirizzo IP"
|
549
598
|
|
550
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
599
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
600
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22
|
601
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
551
602
|
msgid "Disk count"
|
552
603
|
msgstr "Conteggio disco"
|
553
604
|
|
554
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
|
605
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
|
606
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23
|
607
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
555
608
|
msgid "Disks size"
|
556
609
|
msgstr "Dimensione dischi"
|
557
610
|
|
558
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
|
611
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
|
612
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
559
613
|
msgid "Location"
|
560
614
|
msgstr "Posizione"
|
561
615
|
|
562
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
|
616
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
|
617
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
|
563
618
|
msgid "Organization"
|
564
619
|
msgstr "Organizzazione"
|
565
620
|
|
@@ -600,7 +655,9 @@ msgid "Warning"
|
|
600
655
|
msgstr "Avvertenza"
|
601
656
|
|
602
657
|
#: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
|
603
|
-
msgid "
|
658
|
+
msgid ""
|
659
|
+
"This might take a while, as all hosts, facts and reports will be destroyed "
|
660
|
+
"as well"
|
604
661
|
msgstr "Questa operazione potrebbe richiedere qualche istante poichè saranno annullati anche gli host, eventi e riporti"
|
605
662
|
|
606
663
|
#: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
|
@@ -617,15 +674,15 @@ msgstr "Host trovati: %s"
|
|
617
674
|
|
618
675
|
#: ../app/views/discovered_hosts/show.html.erb:32
|
619
676
|
msgid "Identifier"
|
620
|
-
msgstr ""
|
677
|
+
msgstr "Indetificatore"
|
621
678
|
|
622
679
|
#: ../app/views/discovered_hosts/show.html.erb:33
|
623
680
|
msgid "MAC address"
|
624
|
-
msgstr ""
|
681
|
+
msgstr "Indirizzo MAC"
|
625
682
|
|
626
683
|
#: ../app/views/discovered_hosts/show.html.erb:34
|
627
684
|
msgid "IP address"
|
628
|
-
msgstr ""
|
685
|
+
msgstr "indirizzo IP"
|
629
686
|
|
630
687
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:6
|
631
688
|
msgid "Summary report for discovered hosts from Foreman"
|
@@ -635,11 +692,13 @@ msgstr ""
|
|
635
692
|
msgid "<b>Foreman</b> Discovered hosts summary"
|
636
693
|
msgstr ""
|
637
694
|
|
638
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10
|
695
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10
|
696
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
639
697
|
msgid "Summary from %{time} ago to %{now}"
|
640
698
|
msgstr ""
|
641
699
|
|
642
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11
|
700
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11
|
701
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
643
702
|
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
644
703
|
msgstr ""
|
645
704
|
|
@@ -657,15 +716,15 @@ msgstr ""
|
|
657
716
|
|
658
717
|
#: ../app/views/discovery_rules/_form.html.erb:5
|
659
718
|
msgid "Primary"
|
660
|
-
msgstr ""
|
719
|
+
msgstr "Primario"
|
661
720
|
|
662
721
|
#: ../app/views/discovery_rules/_form.html.erb:7
|
663
722
|
msgid "Locations"
|
664
|
-
msgstr ""
|
723
|
+
msgstr "Posizioni"
|
665
724
|
|
666
725
|
#: ../app/views/discovery_rules/_form.html.erb:10
|
667
726
|
msgid "Organizations"
|
668
|
-
msgstr ""
|
727
|
+
msgstr "Organizzazioni"
|
669
728
|
|
670
729
|
#: ../app/views/discovery_rules/_form.html.erb:22
|
671
730
|
msgid "Target host group for this rule with all properties set"
|
@@ -676,15 +735,23 @@ msgid "Template"
|
|
676
735
|
msgstr "Template"
|
677
736
|
|
678
737
|
#: ../app/views/discovery_rules/_form.html.erb:26
|
679
|
-
msgid "
|
738
|
+
msgid ""
|
739
|
+
"Specify target hostname template pattern in the same syntax as in "
|
740
|
+
"Provisioning Templates (ERB)."
|
680
741
|
msgstr "Specifica il pattern del template per l'hostname di destinazione con la stessa sintassi dei template di provisioning (ERB)."
|
681
742
|
|
682
743
|
#: ../app/views/discovery_rules/_form.html.erb:29
|
683
|
-
msgid "
|
744
|
+
msgid ""
|
745
|
+
"Domain will be appended automatically. A hostname based on MAC address will "
|
746
|
+
"be used when left blank. In addition to @host attribute function rand for "
|
747
|
+
"random integers is available. Examples:"
|
684
748
|
msgstr "Il dominio verrà aggiunto automaticamente. Se lasciato vuoto verrà utilizzato un hostname basato su un indirizzo MAC. In aggiunta all'attributo @host è disponibile anche la funzione 'rand' per i valori interi randomici. Esempi:"
|
685
749
|
|
686
750
|
#: ../app/views/discovery_rules/_form.html.erb:42
|
687
|
-
msgid "
|
751
|
+
msgid ""
|
752
|
+
"When creating hostname patterns, make sure the resulting host names are "
|
753
|
+
"unique. Hostnames must not start with numbers. A good approach is to use "
|
754
|
+
"unique information provided by facter (MAC address, BIOS or serial ID)."
|
688
755
|
msgstr "Durante la creazione di un pattern per l'hostname assicurarsi che i nomi corrispondenti siano unici. Essi non possono iniziare con numeri. Un metodo consigliato è quello di utilizzare informazioni uniche (Indirizzo MAC, BIOS o ID seriali)."
|
689
756
|
|
690
757
|
#: ../app/views/discovery_rules/_form.html.erb:43
|
@@ -749,23 +816,8 @@ msgstr ""
|
|
749
816
|
|
750
817
|
#: ../lib/foreman_discovery/engine.rb:141
|
751
818
|
msgid "Discovery rules"
|
752
|
-
msgstr ""
|
819
|
+
msgstr "Regola per la scoperta"
|
753
820
|
|
754
821
|
#: ../lib/foreman_discovery/engine.rb:146
|
755
822
|
msgid "Discovery widget"
|
756
|
-
msgstr ""
|
757
|
-
|
758
|
-
#~ msgid "Disable rule?"
|
759
|
-
#~ msgstr "Disabilita la regola?"
|
760
|
-
|
761
|
-
#~ msgid "Enable rule?"
|
762
|
-
#~ msgstr "Abilita la regola?"
|
763
|
-
|
764
|
-
#~ msgid "Fact"
|
765
|
-
#~ msgstr "Evento"
|
766
|
-
|
767
|
-
#~ msgid "Facts discovered on this host"
|
768
|
-
#~ msgstr "Eventi trovati su questo host"
|
769
|
-
|
770
|
-
#~ msgid "Value"
|
771
|
-
#~ msgstr "Valore"
|
823
|
+
msgstr "Widget per la scoperta"
|