foreman_discovery 5.0.0 → 5.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/api/v2/discovered_hosts_controller.rb +41 -51
- data/app/controllers/concerns/foreman/controller/discovered_extensions.rb +20 -23
- data/app/controllers/discovered_hosts_controller.rb +50 -46
- data/app/helpers/concerns/foreman_discovery/settings_helper_extensions.rb +34 -0
- data/app/helpers/discovery_rules_helper.rb +5 -6
- data/app/mailers/discovered_mailer.rb +19 -0
- data/app/models/discovery_rule.rb +3 -3
- data/app/models/host/discovered.rb +33 -11
- data/app/models/host/managed_extensions.rb +10 -0
- data/app/models/hostgroup_extensions.rb +1 -1
- data/app/models/setting/discovered.rb +17 -11
- data/app/services/foreman_discovery/fact_parser.rb +16 -0
- data/app/services/foreman_discovery/host_converter.rb +0 -4
- data/app/services/foreman_discovery/node_api/power.rb +3 -3
- data/app/views/discovered_hosts/_discovered_host.html.erb +4 -2
- data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +1 -1
- data/app/views/discovered_mailer/_discovered_host.html.erb +10 -0
- data/app/views/discovered_mailer/discovered_summary.html.erb +35 -0
- data/app/views/discovered_mailer/discovered_summary.text.erb +24 -0
- data/config/routes.rb +3 -3
- data/db/seeds.d/70_discovery_mail_notification.rb +9 -0
- data/lib/foreman_discovery/engine.rb +12 -9
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.edit.po +780 -0
- data/locale/ca/foreman_discovery.po +358 -261
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +774 -0
- data/locale/de/foreman_discovery.po +418 -311
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +779 -0
- data/locale/en_GB/foreman_discovery.po +423 -313
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +781 -0
- data/locale/es/foreman_discovery.po +425 -313
- data/locale/foreman_discovery.pot +496 -159
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +778 -0
- data/locale/fr/foreman_discovery.po +458 -322
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +757 -0
- data/locale/gl/foreman_discovery.po +306 -215
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +771 -0
- data/locale/it/foreman_discovery.po +411 -301
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +770 -0
- data/locale/ja/foreman_discovery.po +395 -300
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +768 -0
- data/locale/ko/foreman_discovery.po +393 -299
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +780 -0
- data/locale/pt_BR/foreman_discovery.po +438 -309
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +775 -0
- data/locale/ru/foreman_discovery.po +413 -308
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +766 -0
- data/locale/sv_SE/foreman_discovery.po +321 -232
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +769 -0
- data/locale/zh_CN/foreman_discovery.po +393 -302
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +769 -0
- data/locale/zh_TW/foreman_discovery.po +395 -302
- data/test/functional/api/v2/discovered_hosts_controller_test.rb +8 -0
- data/test/functional/api/v2/discovery_rules_controller_test.rb +9 -0
- data/test/functional/discovered_hosts_controller_test.rb +26 -17
- data/test/functional/discovery_rules_controller_test.rb +9 -8
- data/test/test_helper.rb +0 -4
- data/test/test_helper_discovery.rb +24 -0
- data/test/unit/discovered_extensions_test.rb +31 -0
- data/test/unit/discovered_mailer_test.rb +44 -0
- data/test/unit/discovery_attribute_set_test.rb +12 -0
- data/test/unit/discovery_rule_test.rb +20 -0
- data/test/unit/{puppet_fact_parser_extensions_test.rb → fact_parser_test.rb} +3 -16
- data/test/unit/host_discovered_test.rb +56 -11
- metadata +29 -5
- data/app/lib/puppet_fact_parser_extensions.rb +0 -29
@@ -1,507 +1,617 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
2
|
# Copyright (C) 2015 Foreman developers
|
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:
|
10
|
+
"Project-Id-Version: Foreman\n"
|
11
11
|
"Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
|
12
|
-
"POT-Creation-Date: 2015-10-15 09:33+0200\n"
|
13
12
|
"PO-Revision-Date: 2015-10-15 09:16+0000\n"
|
14
13
|
"Last-Translator: Lukáš Zapletal\n"
|
15
|
-
"Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)
|
14
|
+
"Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
|
15
|
+
"\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"
|
19
19
|
"Language: it\n"
|
20
20
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
21
21
|
|
22
|
-
msgid "
|
23
|
-
msgstr "
|
22
|
+
msgid "List all discovered hosts"
|
23
|
+
msgstr "Elenca tutti gli host rilevati"
|
24
24
|
|
25
|
-
msgid "
|
26
|
-
msgstr "
|
25
|
+
msgid "filter results"
|
26
|
+
msgstr "filtra i risultati"
|
27
27
|
|
28
|
-
msgid "
|
29
|
-
msgstr ""
|
28
|
+
msgid "sort results"
|
29
|
+
msgstr "ordina risultati"
|
30
30
|
|
31
|
-
msgid "
|
32
|
-
msgstr "
|
31
|
+
msgid "paginate results"
|
32
|
+
msgstr "paginazione risultati"
|
33
33
|
|
34
|
-
msgid "
|
35
|
-
msgstr "
|
34
|
+
msgid "number of entries per request"
|
35
|
+
msgstr "numero di voci per richiesta"
|
36
36
|
|
37
|
-
msgid "
|
38
|
-
msgstr "
|
37
|
+
msgid "Show a discovered host"
|
38
|
+
msgstr "Visualizza un host rilevato"
|
39
39
|
|
40
|
-
msgid "
|
41
|
-
msgstr "
|
40
|
+
msgid "Create a discovered host for testing (use /facts to create new hosts)"
|
41
|
+
msgstr ""
|
42
42
|
|
43
|
-
msgid "
|
44
|
-
msgstr "Esegui
|
43
|
+
msgid "Provision a discovered host"
|
44
|
+
msgstr "Esegui il provisioning di un host rilevato"
|
45
45
|
|
46
|
-
msgid ""
|
47
|
-
"
|
48
|
-
"provisioning rules"
|
49
|
-
msgstr "Esegui automaticamente il provisioning degli host trovati, in base alle regole per il provisioning"
|
46
|
+
msgid "not required if using a subnet with DHCP proxy"
|
47
|
+
msgstr "non necessario se si utilizza una sottorete con DHCP proxy"
|
50
48
|
|
51
|
-
msgid "
|
49
|
+
msgid "not required if it's a virtual machine"
|
50
|
+
msgstr "non necessario se è una macchina virtuale"
|
51
|
+
|
52
|
+
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
52
53
|
msgstr ""
|
54
|
+
"UUID per controllare gli stati dei compiti d'orchestrazione, GET /api/orchestr"
|
55
|
+
"ation/:UUID/tasks"
|
53
56
|
|
54
|
-
msgid "
|
55
|
-
|
57
|
+
msgid ""
|
58
|
+
"required if value is not inherited from host group or default password in sett"
|
59
|
+
"ings"
|
60
|
+
msgstr ""
|
61
|
+
"necessario se il valore non è ereditato da un gruppo di host o password predef"
|
62
|
+
"inita nelle impostazione"
|
56
63
|
|
57
|
-
msgid "
|
58
|
-
msgstr "
|
64
|
+
msgid "Delete a discovered host"
|
65
|
+
msgstr "Rimuovi un host rilevato"
|
59
66
|
|
60
|
-
msgid "
|
61
|
-
msgstr "
|
67
|
+
msgid "Upload facts for a host, creating the host if required"
|
68
|
+
msgstr "Carica gli eventi per un host creando, se necessario, un host"
|
62
69
|
|
63
|
-
msgid "
|
70
|
+
msgid ""
|
71
|
+
"hash containing facts for the host with minimum set of facts: discovery_bootif"
|
72
|
+
", macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in cas"
|
73
|
+
"e primary interface is named eth0)"
|
64
74
|
msgstr ""
|
65
75
|
|
66
|
-
msgid "
|
67
|
-
msgstr "
|
68
|
-
|
69
|
-
msgid "Delete"
|
70
|
-
msgstr "Cancella"
|
76
|
+
msgid "Execute rules against a discovered host"
|
77
|
+
msgstr "Esegui le regole nei confronti di un host rilevato"
|
71
78
|
|
72
|
-
msgid "
|
73
|
-
msgstr "
|
79
|
+
msgid "Host %{host} was provisioned with rule %{rule}"
|
80
|
+
msgstr "È stato eseguito il provisioning dell'host %{host} con la regola %{rule}"
|
74
81
|
|
75
|
-
msgid "
|
76
|
-
msgstr "
|
82
|
+
msgid "Unable to provision %{host}: %{errors}"
|
83
|
+
msgstr ""
|
77
84
|
|
78
|
-
msgid "
|
79
|
-
msgstr "
|
85
|
+
msgid "No rule found for host %s"
|
86
|
+
msgstr "Nessuna regola trovata per l'host %s"
|
80
87
|
|
81
|
-
msgid "
|
82
|
-
msgstr "
|
88
|
+
msgid "Execute rules against all currently discovered hosts"
|
89
|
+
msgstr "Esegui le regole nei confronti degli host attualemente rilevati"
|
83
90
|
|
84
|
-
msgid "
|
85
|
-
msgstr "
|
91
|
+
msgid "Errors during auto provisioning: %s"
|
92
|
+
msgstr "Errore durante auto provisioning: %s"
|
86
93
|
|
87
|
-
msgid "
|
88
|
-
msgstr "
|
94
|
+
msgid "No discovered hosts to provision"
|
95
|
+
msgstr "Nessun host rilevato per il provisioning"
|
89
96
|
|
90
|
-
msgid "
|
91
|
-
msgstr "
|
97
|
+
msgid "%s discovered hosts were provisioned"
|
98
|
+
msgstr ""
|
92
99
|
|
93
|
-
msgid "
|
94
|
-
msgstr "
|
100
|
+
msgid "Refreshing the facts of a discovered host"
|
101
|
+
msgstr "Aggiornamento eventi di un host rilevato"
|
95
102
|
|
96
|
-
msgid "
|
97
|
-
msgstr "
|
103
|
+
msgid "Rebooting a discovered host"
|
104
|
+
msgstr "Riavvio di un host rilevato"
|
98
105
|
|
99
|
-
msgid "
|
100
|
-
msgstr "
|
106
|
+
msgid "Rebooting all discovered hosts"
|
107
|
+
msgstr ""
|
101
108
|
|
102
109
|
msgid "Discovered hosts are rebooting now"
|
103
110
|
msgstr ""
|
104
111
|
|
105
|
-
msgid "
|
106
|
-
msgstr "
|
112
|
+
msgid "List all discovery rules"
|
113
|
+
msgstr "Elenca tutte le regole per la scoperta"
|
107
114
|
|
108
|
-
msgid "
|
109
|
-
msgstr "
|
115
|
+
msgid "Show a discovery rule"
|
116
|
+
msgstr "Visualizza una regola per la scoperta"
|
110
117
|
|
111
|
-
msgid "
|
112
|
-
msgstr "
|
118
|
+
msgid "represents rule name shown to the users"
|
119
|
+
msgstr ""
|
113
120
|
|
114
|
-
msgid "
|
115
|
-
msgstr "
|
121
|
+
msgid "query to match discovered hosts for the particular rule"
|
122
|
+
msgstr ""
|
116
123
|
|
117
|
-
msgid "
|
118
|
-
msgstr "
|
124
|
+
msgid "the hostgroup that is used to auto provision a host"
|
125
|
+
msgstr ""
|
119
126
|
|
120
|
-
msgid "
|
121
|
-
msgstr "
|
127
|
+
msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
|
128
|
+
msgstr ""
|
122
129
|
|
123
|
-
msgid "
|
124
|
-
msgstr "
|
130
|
+
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
131
|
+
msgstr ""
|
125
132
|
|
126
|
-
msgid ""
|
127
|
-
|
128
|
-
"be used when left blank. In addition to @host attribute function rand for "
|
129
|
-
"random integers is available. Examples:"
|
130
|
-
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:"
|
133
|
+
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
134
|
+
msgstr ""
|
131
135
|
|
132
|
-
msgid "
|
133
|
-
msgstr "
|
136
|
+
msgid "flag is used for temporary shutdown of rules"
|
137
|
+
msgstr ""
|
134
138
|
|
135
|
-
msgid "
|
136
|
-
msgstr "
|
139
|
+
msgid "Create a discovery rule"
|
140
|
+
msgstr "Crea una regola per la scoperta"
|
137
141
|
|
138
|
-
msgid "
|
139
|
-
msgstr "
|
142
|
+
msgid "Update a rule"
|
143
|
+
msgstr "Aggiorna una regola"
|
140
144
|
|
141
|
-
msgid "
|
142
|
-
msgstr "
|
145
|
+
msgid "Delete a rule"
|
146
|
+
msgstr "Cancella una regola"
|
143
147
|
|
144
|
-
msgid "
|
148
|
+
msgid "Unable to find a discovery rule, no host provided (check permissions)"
|
145
149
|
msgstr ""
|
146
150
|
|
147
|
-
msgid "
|
148
|
-
msgstr "
|
151
|
+
msgid "No hostgroup associated with rule '%s'"
|
152
|
+
msgstr ""
|
149
153
|
|
150
|
-
msgid "
|
151
|
-
msgstr "
|
154
|
+
msgid "Errors during reboot: %s"
|
155
|
+
msgstr ""
|
152
156
|
|
153
|
-
msgid ""
|
154
|
-
"Expected discovery_fact '%s' is missing, unable to detect primary interface "
|
155
|
-
"and set hostname"
|
157
|
+
msgid "No discovered hosts to reboot"
|
156
158
|
msgstr ""
|
157
159
|
|
158
|
-
msgid "
|
160
|
+
msgid "Facts refreshed for %s"
|
161
|
+
msgstr "Eventi aggiornati per %s"
|
162
|
+
|
163
|
+
msgid "Failed to refresh facts for %s"
|
164
|
+
msgstr "Impossibile aggiornare gli eventi per %s"
|
165
|
+
|
166
|
+
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
159
167
|
msgstr ""
|
160
168
|
|
161
|
-
msgid "
|
162
|
-
msgstr "
|
169
|
+
msgid "Host of type %s can not be rebooted"
|
170
|
+
msgstr "Impossibile eseguire il riavvio sul tipo di host %s "
|
171
|
+
|
172
|
+
msgid "Rebooting host %s"
|
173
|
+
msgstr "Riavvio host %s"
|
174
|
+
|
175
|
+
msgid "Failed to reboot host %s"
|
176
|
+
msgstr "Impossibile eseguire il riavvio dell'host: %s"
|
177
|
+
|
178
|
+
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
179
|
+
msgstr ""
|
180
|
+
"Impossibile eseguire il riavvio dell'host %{hostname} con errore %{error_messa"
|
181
|
+
"ge}"
|
163
182
|
|
164
|
-
msgid "
|
183
|
+
msgid "Failed to reboot hosts with error %s"
|
165
184
|
msgstr ""
|
166
185
|
|
167
|
-
msgid "
|
168
|
-
msgstr "
|
186
|
+
msgid "Destroyed selected hosts"
|
187
|
+
msgstr "Host selezionati annullati"
|
169
188
|
|
170
|
-
msgid "
|
171
|
-
msgstr "
|
189
|
+
msgid "The following hosts were not deleted: %s"
|
190
|
+
msgstr "I seguenti host non sono stati rilevati: %s"
|
172
191
|
|
173
192
|
msgid "Failed to auto provision host %s: %s"
|
174
193
|
msgstr "Impossibile eseguire auto provision dell'host %s: %s"
|
175
194
|
|
176
|
-
msgid "
|
177
|
-
msgstr "
|
195
|
+
msgid "Discovered hosts are provisioning now"
|
196
|
+
msgstr "Gli host rilevati stanno eseguendo ora il provisioning"
|
178
197
|
|
179
|
-
msgid "
|
180
|
-
msgstr "
|
198
|
+
msgid "No hosts were found with that id or name"
|
199
|
+
msgstr "Nessun host trovato con l'id o nome indicato"
|
181
200
|
|
182
|
-
msgid "
|
183
|
-
msgstr "
|
201
|
+
msgid "No hosts selected"
|
202
|
+
msgstr "Nessun host selezionato"
|
184
203
|
|
185
|
-
msgid "
|
186
|
-
msgstr "
|
204
|
+
msgid "Something went wrong while selecting hosts - %s"
|
205
|
+
msgstr "Si è verificato un errore durante la selezione degli host - %s"
|
187
206
|
|
188
|
-
msgid "
|
189
|
-
msgstr "
|
207
|
+
msgid "Rule disabled"
|
208
|
+
msgstr "Regola disabilitata"
|
190
209
|
|
191
|
-
msgid "
|
192
|
-
msgstr "
|
210
|
+
msgid "Rule enabled"
|
211
|
+
msgstr "Regola abilitata"
|
193
212
|
|
194
|
-
msgid "
|
195
|
-
|
196
|
-
"Host group locations %s must also be associated to the discovery rule"
|
197
|
-
msgstr[0] ""
|
198
|
-
msgstr[1] ""
|
213
|
+
msgid "%s ago"
|
214
|
+
msgstr "%s fa"
|
199
215
|
|
200
|
-
msgid ""
|
201
|
-
|
202
|
-
msgid_plural ""
|
203
|
-
"Host group organizations %s must also be associated to the discovery rule"
|
204
|
-
msgstr[0] ""
|
205
|
-
msgstr[1] ""
|
216
|
+
msgid "Provision"
|
217
|
+
msgstr "Provisioning"
|
206
218
|
|
207
|
-
msgid "
|
208
|
-
msgstr "
|
219
|
+
msgid "Auto Provision"
|
220
|
+
msgstr "Auto Provision"
|
209
221
|
|
210
|
-
msgid "
|
211
|
-
msgstr "
|
222
|
+
msgid "Refresh facts"
|
223
|
+
msgstr "Aggiorna eventi"
|
212
224
|
|
213
|
-
msgid "
|
214
|
-
msgstr "
|
225
|
+
msgid "Reboot"
|
226
|
+
msgstr "Riavvia"
|
215
227
|
|
216
|
-
msgid "
|
217
|
-
msgstr "
|
228
|
+
msgid "Back"
|
229
|
+
msgstr ""
|
218
230
|
|
219
|
-
msgid "
|
220
|
-
msgstr "
|
231
|
+
msgid "Select Action"
|
232
|
+
msgstr "Seleziona azione"
|
221
233
|
|
222
|
-
msgid "
|
234
|
+
msgid "Expand All"
|
223
235
|
msgstr ""
|
224
236
|
|
225
|
-
msgid "
|
237
|
+
msgid "Delete"
|
238
|
+
msgstr "Cancella"
|
239
|
+
|
240
|
+
msgid "Are you sure?"
|
241
|
+
msgstr "Sei sicuro?"
|
242
|
+
|
243
|
+
msgid "Delete hosts"
|
244
|
+
msgstr "Cancella gli host"
|
245
|
+
|
246
|
+
msgid "Assign Organization"
|
247
|
+
msgstr "Assegna organizzazione"
|
248
|
+
|
249
|
+
msgid "Assign Location"
|
250
|
+
msgstr "Assegna posizione"
|
251
|
+
|
252
|
+
msgid "%s - The following hosts are about to be changed"
|
253
|
+
msgstr "%s - I seguenti host stanno per essere modificati"
|
254
|
+
|
255
|
+
msgid "N/A"
|
256
|
+
msgstr "N/A"
|
257
|
+
|
258
|
+
msgid "New in the last 24 hours"
|
226
259
|
msgstr ""
|
227
260
|
|
228
|
-
msgid "
|
261
|
+
msgid "Not reported in more than 7 days"
|
229
262
|
msgstr ""
|
230
263
|
|
231
|
-
msgid "
|
232
|
-
msgstr "
|
264
|
+
msgid "Reported in the last 7 days"
|
265
|
+
msgstr ""
|
233
266
|
|
234
|
-
msgid "
|
235
|
-
msgstr "
|
267
|
+
msgid "Discovered Hosts"
|
268
|
+
msgstr ""
|
236
269
|
|
237
|
-
msgid "
|
238
|
-
msgstr "
|
270
|
+
msgid "Associated Hosts"
|
271
|
+
msgstr ""
|
239
272
|
|
240
|
-
msgid "
|
241
|
-
msgstr "
|
273
|
+
msgid "Disable rule '%s'?"
|
274
|
+
msgstr ""
|
242
275
|
|
243
|
-
msgid "
|
244
|
-
msgstr "
|
276
|
+
msgid "Disable"
|
277
|
+
msgstr "Disabilita"
|
245
278
|
|
246
|
-
msgid "
|
279
|
+
msgid "Enable"
|
280
|
+
msgstr "Abilita"
|
281
|
+
|
282
|
+
msgid "Enable rule '%s'?"
|
247
283
|
msgstr ""
|
248
284
|
|
249
|
-
msgid "
|
250
|
-
msgstr "
|
285
|
+
msgid "Delete rule '%s'?"
|
286
|
+
msgstr ""
|
251
287
|
|
252
|
-
msgid "
|
253
|
-
msgstr "
|
288
|
+
msgid "Must specify a user with email enabled"
|
289
|
+
msgstr ""
|
254
290
|
|
255
|
-
msgid "
|
256
|
-
msgstr "
|
291
|
+
msgid "Discovered hosts summary"
|
292
|
+
msgstr ""
|
257
293
|
|
258
|
-
msgid "
|
259
|
-
msgstr "
|
294
|
+
msgid "can't contain white spaces."
|
295
|
+
msgstr "non può avere spazi."
|
260
296
|
|
261
|
-
msgid "
|
262
|
-
msgstr "
|
297
|
+
msgid "must start with a letter or ERB."
|
298
|
+
msgstr "deve iniziare con una lettera o ERB."
|
263
299
|
|
264
|
-
msgid "
|
265
|
-
|
300
|
+
msgid "Host group organization %s must also be associated to the discovery rule"
|
301
|
+
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
302
|
+
msgstr[0] ""
|
303
|
+
msgstr[1] ""
|
304
|
+
|
305
|
+
msgid "Host group location %s must also be associated to the discovery rule"
|
306
|
+
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
307
|
+
msgstr[0] ""
|
308
|
+
msgstr[1] ""
|
309
|
+
|
310
|
+
msgid "Invalid facts, must be a Hash"
|
311
|
+
msgstr "Eventi non validi, deve essere un Hash"
|
312
|
+
|
313
|
+
msgid ""
|
314
|
+
"Expected discovery_fact '%s' is missing, unable to detect primary interface an"
|
315
|
+
"d set hostname"
|
316
|
+
msgstr ""
|
317
|
+
|
318
|
+
msgid ""
|
319
|
+
"Invalid facts: hash does not contain a valid value for any of the facts in the"
|
320
|
+
" discovery_hostname setting: %s"
|
321
|
+
msgstr ""
|
322
|
+
|
323
|
+
msgid "Unable to assign subnet, primary interface is missing IP address"
|
324
|
+
msgstr ""
|
266
325
|
|
267
|
-
msgid "
|
268
|
-
msgstr "
|
326
|
+
msgid "Could not get facts from proxy %{url}: %{error}"
|
327
|
+
msgstr "Impossibile ottenere gli eventi dal proxy %{url}: %{error}"
|
269
328
|
|
270
|
-
msgid "
|
329
|
+
msgid "Unable to reboot %{name} via %{url}: %{msg}"
|
271
330
|
msgstr ""
|
272
331
|
|
273
|
-
msgid "
|
274
|
-
msgstr "
|
332
|
+
msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
|
333
|
+
msgstr ""
|
275
334
|
|
276
|
-
msgid "
|
277
|
-
msgstr "
|
335
|
+
msgid "Invalid hostname: Could not normalize the hostname"
|
336
|
+
msgstr ""
|
278
337
|
|
279
|
-
msgid "
|
338
|
+
msgid "Reloading kernel on %s"
|
280
339
|
msgstr ""
|
281
340
|
|
282
|
-
msgid "
|
283
|
-
msgstr "
|
341
|
+
msgid "Rebooting %s"
|
342
|
+
msgstr "Riavvio di %s"
|
284
343
|
|
285
|
-
msgid "
|
286
|
-
msgstr "
|
344
|
+
msgid "Operating system not set for host/hostgroup"
|
345
|
+
msgstr ""
|
287
346
|
|
288
|
-
msgid "
|
289
|
-
msgstr "
|
347
|
+
msgid "Medium not set for host/hostgroup"
|
348
|
+
msgstr ""
|
290
349
|
|
291
|
-
msgid "
|
350
|
+
msgid "Kexec template not associated with operating system"
|
292
351
|
msgstr ""
|
293
352
|
|
294
|
-
msgid "
|
295
|
-
msgstr "
|
353
|
+
msgid "Fact name to use for primary interface detection"
|
354
|
+
msgstr ""
|
296
355
|
|
297
|
-
msgid "
|
356
|
+
msgid "List of facts to use for the hostname (separated by comma, first wins)"
|
298
357
|
msgstr ""
|
299
358
|
|
300
|
-
msgid "
|
301
|
-
|
359
|
+
msgid ""
|
360
|
+
"Automatically provision newly discovered hosts, according to the provisioning "
|
361
|
+
"rules"
|
362
|
+
msgstr ""
|
363
|
+
"Esegui automaticamente il provisioning degli host trovati, in base alle regole"
|
364
|
+
" per il provisioning"
|
302
365
|
|
303
|
-
msgid "
|
366
|
+
msgid "Automatically reboot discovered host during provisioning"
|
304
367
|
msgstr ""
|
305
368
|
|
306
|
-
msgid "
|
307
|
-
msgstr "
|
369
|
+
msgid "The default prefix to use for the host name, must start with a letter"
|
370
|
+
msgstr "Il prefisso predefinito da usare per l'hostname, deve iniziare con una lettera"
|
308
371
|
|
309
|
-
msgid "
|
310
|
-
msgstr "
|
372
|
+
msgid "Extra facter columns to show in host lists (separate by comma)"
|
373
|
+
msgstr ""
|
311
374
|
|
312
|
-
msgid "
|
313
|
-
msgstr "
|
375
|
+
msgid "The default location to place discovered hosts in"
|
376
|
+
msgstr "La posizione predefinita nella quale posizionare gli host trovati"
|
314
377
|
|
315
|
-
msgid "
|
378
|
+
msgid "The default organization to place discovered hosts in"
|
379
|
+
msgstr "L'organizzazione predefinita nella quale posizionare gli host trovati"
|
380
|
+
|
381
|
+
msgid "Regex to organize facts for highlights section"
|
316
382
|
msgstr ""
|
317
383
|
|
318
|
-
msgid "
|
319
|
-
msgstr "
|
384
|
+
msgid "Regex to organize facts for storage section"
|
385
|
+
msgstr ""
|
320
386
|
|
321
|
-
msgid "
|
322
|
-
msgstr "
|
387
|
+
msgid "Regex to organize facts for software section"
|
388
|
+
msgstr ""
|
323
389
|
|
324
|
-
msgid "
|
390
|
+
msgid "Regex to organize facts for hardware section"
|
325
391
|
msgstr ""
|
326
392
|
|
327
|
-
msgid "
|
328
|
-
msgstr "
|
393
|
+
msgid "Regex to organize facts for network section"
|
394
|
+
msgstr ""
|
329
395
|
|
330
|
-
msgid "
|
331
|
-
msgstr "
|
396
|
+
msgid "Regex to organize facts for ipmi section"
|
397
|
+
msgstr ""
|
332
398
|
|
333
|
-
msgid "
|
334
|
-
|
399
|
+
msgid ""
|
400
|
+
"Unable to detect primary interface using MAC '%{mac}' specified by discovery_f"
|
401
|
+
"act '%{fact}'"
|
402
|
+
msgstr ""
|
335
403
|
|
336
|
-
msgid "
|
404
|
+
msgid "Image API returned HTTP/%{code} with '%{body}"
|
337
405
|
msgstr ""
|
338
406
|
|
339
|
-
msgid "
|
407
|
+
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
340
408
|
msgstr ""
|
341
409
|
|
342
|
-
msgid "
|
343
|
-
msgstr "
|
410
|
+
msgid "No discovered hosts available"
|
411
|
+
msgstr "Nessun host rilevato disponibile"
|
344
412
|
|
345
|
-
msgid "
|
346
|
-
msgstr "
|
413
|
+
msgid "Host"
|
414
|
+
msgstr "Host"
|
347
415
|
|
348
|
-
msgid "
|
349
|
-
msgstr "
|
416
|
+
msgid "Model"
|
417
|
+
msgstr "Modello"
|
350
418
|
|
351
|
-
msgid "
|
352
|
-
msgstr "
|
419
|
+
msgid "CPUs"
|
420
|
+
msgstr "CPU"
|
421
|
+
|
422
|
+
msgid "Memory"
|
423
|
+
msgstr "Memoria"
|
424
|
+
|
425
|
+
msgid "Discovered hosts"
|
426
|
+
msgstr "Host trovati"
|
427
|
+
|
428
|
+
msgid "items selected. Uncheck to Clear"
|
429
|
+
msgstr "oggetti selezionati. Deselezionare per annullare"
|
353
430
|
|
354
431
|
msgid "Select all items in this page"
|
355
432
|
msgstr "Seleziona tutti gli oggetti in questa pagina"
|
356
433
|
|
357
|
-
msgid "
|
358
|
-
msgstr "
|
359
|
-
|
360
|
-
msgid "Select organization"
|
361
|
-
msgstr "Seleziona organizzazione"
|
434
|
+
msgid "Name"
|
435
|
+
msgstr "Nome"
|
362
436
|
|
363
|
-
msgid "
|
364
|
-
msgstr "
|
437
|
+
msgid "IP Address"
|
438
|
+
msgstr "Indirizzo IP"
|
365
439
|
|
366
|
-
msgid "
|
367
|
-
msgstr "
|
440
|
+
msgid "Disk count"
|
441
|
+
msgstr "Conteggio disco"
|
368
442
|
|
369
|
-
msgid "
|
370
|
-
msgstr "
|
443
|
+
msgid "Disks size"
|
444
|
+
msgstr "Dimensione dischi"
|
371
445
|
|
372
|
-
msgid ""
|
373
|
-
|
374
|
-
"Provisioning Templates (ERB)."
|
375
|
-
msgstr "Specifica il pattern del template per l'hostname di destinazione con la stessa sintassi dei template di provisioning (ERB)."
|
446
|
+
msgid "Location"
|
447
|
+
msgstr "Posizione"
|
376
448
|
|
377
|
-
msgid "
|
378
|
-
msgstr "
|
449
|
+
msgid "Organization"
|
450
|
+
msgstr "Organizzazione"
|
379
451
|
|
380
452
|
msgid "Subnet"
|
381
453
|
msgstr "Sottorete"
|
382
454
|
|
383
|
-
msgid "
|
384
|
-
msgstr "
|
455
|
+
msgid "Last facts upload"
|
456
|
+
msgstr "Ultimo caricamento eventi"
|
385
457
|
|
386
|
-
msgid "
|
387
|
-
msgstr "
|
458
|
+
msgid "Delete %s?"
|
459
|
+
msgstr "Cancella %s?"
|
388
460
|
|
389
|
-
msgid "
|
390
|
-
msgstr "
|
461
|
+
msgid "Please Confirm"
|
462
|
+
msgstr "Conferma"
|
391
463
|
|
392
|
-
msgid "
|
393
|
-
msgstr "
|
464
|
+
msgid "Cancel"
|
465
|
+
msgstr "Annulla"
|
394
466
|
|
395
|
-
msgid "
|
396
|
-
msgstr "
|
467
|
+
msgid "Submit"
|
468
|
+
msgstr "Invia"
|
397
469
|
|
398
|
-
msgid "
|
399
|
-
msgstr "
|
470
|
+
msgid "Reboot All"
|
471
|
+
msgstr ""
|
400
472
|
|
401
|
-
msgid ""
|
402
|
-
"
|
403
|
-
|
404
|
-
|
473
|
+
msgid "Auto Provision All"
|
474
|
+
msgstr "Esegui Auto Provision su tutti"
|
475
|
+
|
476
|
+
msgid "Warning"
|
477
|
+
msgstr "Avvertenza"
|
405
478
|
|
406
479
|
msgid ""
|
407
|
-
"
|
408
|
-
|
480
|
+
"This might take a while, as all hosts, facts and reports will be destroyed as "
|
481
|
+
"well"
|
482
|
+
msgstr ""
|
483
|
+
"Questa operazione potrebbe richiedere qualche istante poichè saranno annullati"
|
484
|
+
" anche gli host, eventi e riporti"
|
409
485
|
|
410
|
-
msgid "
|
486
|
+
msgid "Select location"
|
487
|
+
msgstr "Seleziona posizione"
|
488
|
+
|
489
|
+
msgid "Select organization"
|
490
|
+
msgstr "Seleziona organizzazione"
|
491
|
+
|
492
|
+
msgid "Discovered host: %s"
|
493
|
+
msgstr "Host trovati: %s"
|
494
|
+
|
495
|
+
msgid "Identifier"
|
411
496
|
msgstr ""
|
412
497
|
|
413
|
-
msgid ""
|
414
|
-
"Unable to detect primary interface using MAC '%{mac}' specified by "
|
415
|
-
"discovery_fact '%{fact}'"
|
498
|
+
msgid "MAC address"
|
416
499
|
msgstr ""
|
417
500
|
|
418
|
-
msgid "
|
501
|
+
msgid "IP address"
|
419
502
|
msgstr ""
|
420
503
|
|
421
|
-
msgid "
|
504
|
+
msgid "Summary report for discovered hosts from Foreman"
|
422
505
|
msgstr ""
|
423
506
|
|
424
|
-
msgid "
|
507
|
+
msgid "<b>Foreman</b> Discovered hosts summary"
|
425
508
|
msgstr ""
|
426
509
|
|
427
|
-
msgid "
|
510
|
+
msgid "Summary from %{time} ago to %{now}"
|
428
511
|
msgstr ""
|
429
512
|
|
430
|
-
msgid "
|
431
|
-
msgstr "
|
513
|
+
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
514
|
+
msgstr ""
|
432
515
|
|
433
|
-
msgid "
|
434
|
-
msgstr "
|
516
|
+
msgid "No discovered hosts for the selected period"
|
517
|
+
msgstr ""
|
435
518
|
|
436
|
-
msgid "
|
437
|
-
msgstr "
|
519
|
+
msgid "Foreman discovered hosts summary"
|
520
|
+
msgstr ""
|
438
521
|
|
439
|
-
msgid "
|
440
|
-
msgstr "
|
522
|
+
msgid "No new discovered hosts for this period"
|
523
|
+
msgstr ""
|
441
524
|
|
442
|
-
msgid ""
|
443
|
-
|
444
|
-
"unique. Hostnames must not start with numbers. A good approach is to use "
|
445
|
-
"unique information provided by facter (MAC address, BIOS or serial ID)."
|
446
|
-
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)."
|
525
|
+
msgid "Primary"
|
526
|
+
msgstr ""
|
447
527
|
|
448
|
-
msgid "
|
449
|
-
msgstr "
|
528
|
+
msgid "Locations"
|
529
|
+
msgstr ""
|
450
530
|
|
451
|
-
msgid ""
|
452
|
-
"defines a pattern to assign human-readable hostnames to the matching hosts"
|
531
|
+
msgid "Organizations"
|
453
532
|
msgstr ""
|
454
533
|
|
455
|
-
msgid "
|
534
|
+
msgid "Target host group for this rule with all properties set"
|
456
535
|
msgstr ""
|
536
|
+
"Gruppo di host di destinazione per questa regola con tutte le proprietà impost"
|
537
|
+
"ate"
|
457
538
|
|
458
|
-
msgid "
|
459
|
-
msgstr "
|
539
|
+
msgid "Template"
|
540
|
+
msgstr "Template"
|
460
541
|
|
461
|
-
msgid "
|
542
|
+
msgid ""
|
543
|
+
"Specify target hostname template pattern in the same syntax as in Provisioning"
|
544
|
+
" Templates (ERB)."
|
462
545
|
msgstr ""
|
546
|
+
"Specifica il pattern del template per l'hostname di destinazione con la stessa"
|
547
|
+
" sintassi dei template di provisioning (ERB)."
|
463
548
|
|
464
549
|
msgid ""
|
465
|
-
"
|
466
|
-
"
|
467
|
-
"
|
550
|
+
"Domain will be appended automatically. A hostname based on MAC address will be"
|
551
|
+
" used when left blank. In addition to @host attribute function rand for random"
|
552
|
+
" integers is available. Examples:"
|
468
553
|
msgstr ""
|
554
|
+
"Il dominio verrà aggiunto automaticamente. Se lasciato vuoto verrà utilizzato "
|
555
|
+
"un hostname basato su un indirizzo MAC. In aggiunta all'attributo @host è disp"
|
556
|
+
"onibile anche la funzione 'rand' per i valori interi randomici. Esempi:"
|
469
557
|
|
470
|
-
msgid "
|
471
|
-
|
558
|
+
msgid ""
|
559
|
+
"When creating hostname patterns, make sure the resulting host names are unique"
|
560
|
+
". Hostnames must not start with numbers. A good approach is to use unique info"
|
561
|
+
"rmation provided by facter (MAC address, BIOS or serial ID)."
|
562
|
+
msgstr ""
|
563
|
+
"Durante la creazione di un pattern per l'hostname assicurarsi che i nomi corri"
|
564
|
+
"spondenti siano unici. Essi non possono iniziare con numeri. Un metodo consigl"
|
565
|
+
"iato è quello di utilizzare informazioni uniche (Indirizzo MAC, BIOS o ID seri"
|
566
|
+
"ali)."
|
472
567
|
|
473
|
-
msgid "
|
474
|
-
msgstr "
|
568
|
+
msgid "Hostname for provisioned hosts"
|
569
|
+
msgstr "Hostname per gli host con provisioning"
|
475
570
|
|
476
|
-
msgid "
|
477
|
-
msgstr "
|
571
|
+
msgid "Hosts limit"
|
572
|
+
msgstr "Limite host"
|
478
573
|
|
479
|
-
msgid "
|
480
|
-
msgstr "
|
574
|
+
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
575
|
+
msgstr "Numero di host massimo con provisioning con questa regola (0 = unlimited)"
|
481
576
|
|
482
|
-
msgid "
|
483
|
-
msgstr "
|
577
|
+
msgid "Rule priority (lower integer means higher priority)"
|
578
|
+
msgstr "Priorità regola (valore intero più basso, priorità più alta)"
|
484
579
|
|
485
|
-
msgid "
|
486
|
-
msgstr "
|
580
|
+
msgid "Edit Discovery Rule"
|
581
|
+
msgstr "Modifica la regola per la scoperta"
|
487
582
|
|
488
|
-
msgid ""
|
489
|
-
"
|
490
|
-
msgstr ""
|
583
|
+
msgid "Discovery Rules"
|
584
|
+
msgstr "Regola per la scoperta"
|
491
585
|
|
492
|
-
msgid "
|
493
|
-
msgstr ""
|
586
|
+
msgid "New Rule"
|
587
|
+
msgstr "Nuova regola"
|
494
588
|
|
495
|
-
msgid "
|
496
|
-
msgstr ""
|
589
|
+
msgid "DiscoveryRule|Name"
|
590
|
+
msgstr "Nome"
|
497
591
|
|
498
|
-
msgid ""
|
499
|
-
|
500
|
-
"settings"
|
501
|
-
msgstr "necessario se il valore non è ereditato da un gruppo di host o password predefinita nelle impostazione"
|
592
|
+
msgid "DiscoveryRule|Priority"
|
593
|
+
msgstr "Priorità"
|
502
594
|
|
503
|
-
msgid "
|
504
|
-
msgstr "
|
595
|
+
msgid "DiscoveryRule|Query"
|
596
|
+
msgstr "Interrogazione"
|
505
597
|
|
506
|
-
msgid "
|
598
|
+
msgid "Host group"
|
599
|
+
msgstr "Gruppo di host"
|
600
|
+
|
601
|
+
msgid "Hosts/limit"
|
602
|
+
msgstr "Host/limite"
|
603
|
+
|
604
|
+
msgid "DiscoveryRule|Enabled"
|
605
|
+
msgstr "Abilitata"
|
606
|
+
|
607
|
+
msgid "New Discovery Rule"
|
608
|
+
msgstr "Nuova regola per la scoperta"
|
609
|
+
|
610
|
+
msgid "A summary of discovered hosts"
|
611
|
+
msgstr ""
|
612
|
+
|
613
|
+
msgid "Discovery rules"
|
614
|
+
msgstr ""
|
615
|
+
|
616
|
+
msgid "Discovery widget"
|
507
617
|
msgstr ""
|