foreman_puppet 5.1.3 → 6.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_puppet/locale/ca/foreman_puppet.js +861 -0
- data/app/assets/javascripts/foreman_puppet/locale/cs_CZ/foreman_puppet.js +861 -0
- data/app/assets/javascripts/foreman_puppet/locale/de/foreman_puppet.js +861 -0
- data/app/assets/javascripts/foreman_puppet/locale/en/foreman_puppet.js +861 -0
- data/app/assets/javascripts/foreman_puppet/locale/en_GB/foreman_puppet.js +861 -0
- data/app/assets/javascripts/foreman_puppet/locale/es/foreman_puppet.js +861 -0
- data/app/assets/javascripts/foreman_puppet/locale/fr/foreman_puppet.js +863 -0
- data/app/assets/javascripts/foreman_puppet/locale/gl/foreman_puppet.js +861 -0
- data/app/assets/javascripts/foreman_puppet/locale/it/foreman_puppet.js +861 -0
- data/app/assets/javascripts/foreman_puppet/locale/ja/foreman_puppet.js +859 -0
- data/app/assets/javascripts/foreman_puppet/locale/ka/foreman_puppet.js +861 -0
- data/app/assets/javascripts/foreman_puppet/locale/ko/foreman_puppet.js +861 -0
- data/app/assets/javascripts/foreman_puppet/locale/nl_NL/foreman_puppet.js +861 -0
- data/app/assets/javascripts/foreman_puppet/locale/pl/foreman_puppet.js +861 -0
- data/app/assets/javascripts/foreman_puppet/locale/pt_BR/foreman_puppet.js +861 -0
- data/app/assets/javascripts/foreman_puppet/locale/ru/foreman_puppet.js +861 -0
- data/app/assets/javascripts/foreman_puppet/locale/sv_SE/foreman_puppet.js +861 -0
- data/app/assets/javascripts/foreman_puppet/locale/zh_CN/foreman_puppet.js +859 -0
- data/app/assets/javascripts/foreman_puppet/locale/zh_TW/foreman_puppet.js +861 -0
- data/app/views/foreman_puppet/puppetclasses/_selected_classes.html.erb +1 -6
- data/lib/foreman_puppet/engine.rb +0 -6
- data/lib/foreman_puppet/register.rb +3 -1
- data/lib/foreman_puppet/version.rb +1 -1
- data/locale/Makefile +6 -3
- data/locale/ca/foreman_puppet.po +6 -0
- data/locale/cs_CZ/foreman_puppet.po +6 -0
- data/locale/de/foreman_puppet.po +6 -0
- data/locale/en/foreman_puppet.po +6 -0
- data/locale/en_GB/foreman_puppet.po +6 -0
- data/locale/es/foreman_puppet.po +6 -0
- data/locale/foreman_puppet.pot +31 -22
- data/locale/fr/foreman_puppet.po +6 -0
- data/locale/gl/foreman_puppet.po +6 -0
- data/locale/it/foreman_puppet.po +6 -0
- data/locale/ja/foreman_puppet.po +6 -0
- data/locale/ka/foreman_puppet.po +6 -0
- data/locale/ko/foreman_puppet.po +6 -0
- data/locale/nl_NL/foreman_puppet.po +6 -0
- data/locale/pl/foreman_puppet.po +6 -0
- data/locale/pt_BR/foreman_puppet.po +6 -0
- data/locale/ru/foreman_puppet.po +6 -0
- data/locale/sv_SE/foreman_puppet.po +6 -0
- data/locale/zh_CN/foreman_puppet.po +6 -0
- data/locale/zh_TW/foreman_puppet.po +6 -0
- data/webpack/src/Components/Environments/Welcome.js +1 -1
- data/webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/ENCTab.js +4 -1
- data/webpack/src/foreman_puppet_host_form.js +0 -3
- metadata +40 -21
@@ -0,0 +1,861 @@
|
|
1
|
+
locales['foreman_puppet'] = locales['foreman_puppet'] || {}; locales['foreman_puppet']['it'] = {
|
2
|
+
"domain": "foreman_puppet",
|
3
|
+
"locale_data": {
|
4
|
+
"foreman_puppet": {
|
5
|
+
"": {
|
6
|
+
"Project-Id-Version": "foreman_puppet 5.0.0",
|
7
|
+
"Report-Msgid-Bugs-To": "",
|
8
|
+
"PO-Revision-Date": "2021-02-03 16:30+0000",
|
9
|
+
"Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4, 2022",
|
10
|
+
"Language-Team": "Italian (https://www.transifex.com/foreman/teams/114/it/)",
|
11
|
+
"MIME-Version": "1.0",
|
12
|
+
"Content-Type": "text/plain; charset=UTF-8",
|
13
|
+
"Content-Transfer-Encoding": "8bit",
|
14
|
+
"Language": "it",
|
15
|
+
"Plural-Forms": "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;",
|
16
|
+
"lang": "it",
|
17
|
+
"domain": "foreman_puppet",
|
18
|
+
"plural_forms": "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
19
|
+
},
|
20
|
+
"Ignored environment names resulting in booleans found. Please quote strings like true/false and yes/no in config/ignored_environments.yml": [
|
21
|
+
""
|
22
|
+
],
|
23
|
+
"No changes to your environments detected": [
|
24
|
+
"Nessuan modifica rilevata negli ambienti"
|
25
|
+
],
|
26
|
+
"Successfully updated environments and Puppet classes from the on-disk Puppet installation": [
|
27
|
+
"Classi del puppet e ambienti aggiornati con successo dal dischetto d'installazione del puppet"
|
28
|
+
],
|
29
|
+
"Failed to update environments and Puppet classes from the on-disk Puppet installation: %s": [
|
30
|
+
"Impossibile aggiornare le classi del puppet e gli ambienti dall'installazione puppet su-disco: %s"
|
31
|
+
],
|
32
|
+
"No smart proxy was found to import environments from, ensure that at least one smart proxy is registered with the 'puppet' feature": [
|
33
|
+
""
|
34
|
+
],
|
35
|
+
"Ignored environments: %s": [
|
36
|
+
""
|
37
|
+
],
|
38
|
+
"Ignored classes in the environments: %s": [
|
39
|
+
""
|
40
|
+
],
|
41
|
+
"List all host groups for a Puppet class": [
|
42
|
+
"Elenca tutti i gruppi di host per una classe del puppet"
|
43
|
+
],
|
44
|
+
"ID of Puppetclass": [
|
45
|
+
""
|
46
|
+
],
|
47
|
+
"Deprecated in favor of hostgroup/puppet_attributes/environment_id": [
|
48
|
+
""
|
49
|
+
],
|
50
|
+
"Deprecated in favor of hostgroup/puppet_attributes/puppetclass_ids": [
|
51
|
+
""
|
52
|
+
],
|
53
|
+
"Deprecated in favor of hostgroup/puppet_attributes/config_group_ids": [
|
54
|
+
""
|
55
|
+
],
|
56
|
+
"ID of associated puppet Environment": [
|
57
|
+
""
|
58
|
+
],
|
59
|
+
"IDs of associated Puppetclasses": [
|
60
|
+
""
|
61
|
+
],
|
62
|
+
"IDs of associated ConfigGroups": [
|
63
|
+
""
|
64
|
+
],
|
65
|
+
"Import puppet classes from puppet proxy": [
|
66
|
+
"Importa le classi puppet dal puppet proxy."
|
67
|
+
],
|
68
|
+
"Import puppet classes from puppet proxy for an environment": [
|
69
|
+
"Importa le classi del puppet dal puppet proxy per un ambiente"
|
70
|
+
],
|
71
|
+
"Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolete'that is used to limit the imported Puppet classes": [
|
72
|
+
""
|
73
|
+
],
|
74
|
+
"Failed to update the environments and Puppet classes from the on-disk puppet installation: %s": [
|
75
|
+
"Impossibile aggiornare le classi di puppet e gli ambienti dall'installazione puppet sul disco: %s"
|
76
|
+
],
|
77
|
+
"The requested environment cannot be found.": [
|
78
|
+
""
|
79
|
+
],
|
80
|
+
"No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled.": [
|
81
|
+
"Nessun proxy trovato dal quale importare le classi, assicurati di aver abilitato la funzione Puppet sullo smart proxy."
|
82
|
+
],
|
83
|
+
"List template combination": [
|
84
|
+
"Elenca combinazione del template"
|
85
|
+
],
|
86
|
+
"Add a template combination": [
|
87
|
+
"Aggiungi una combinazione di template"
|
88
|
+
],
|
89
|
+
"Show template combination": [
|
90
|
+
"Mostra combinazione di template"
|
91
|
+
],
|
92
|
+
"Update template combination": [
|
93
|
+
"Aggiorna combinazione di template"
|
94
|
+
],
|
95
|
+
"ID of Puppet environment": [
|
96
|
+
""
|
97
|
+
],
|
98
|
+
"environment id": [
|
99
|
+
"id ambiente"
|
100
|
+
],
|
101
|
+
"ID of environment": [
|
102
|
+
"ID dell'ambiente"
|
103
|
+
],
|
104
|
+
"List hosts per environment": [
|
105
|
+
"Elenca host per ambiente"
|
106
|
+
],
|
107
|
+
"ID of puppet environment": [
|
108
|
+
""
|
109
|
+
],
|
110
|
+
"Deprecated in favor of host/puppet_attributes/environment_id": [
|
111
|
+
""
|
112
|
+
],
|
113
|
+
"Deprecated in favor of host/puppet_attributes/puppetclass_ids": [
|
114
|
+
""
|
115
|
+
],
|
116
|
+
"Deprecated in favor of host/puppet_attributes/config_group_ids": [
|
117
|
+
""
|
118
|
+
],
|
119
|
+
"No environment selected!": [
|
120
|
+
"Nessun ambiente selezionato!"
|
121
|
+
],
|
122
|
+
"Updated hosts: changed environment": [
|
123
|
+
"Host aggiornati: ambiente modificato"
|
124
|
+
],
|
125
|
+
"Unable to generate output, Check log files": [
|
126
|
+
""
|
127
|
+
],
|
128
|
+
"No proxy selected!": [
|
129
|
+
""
|
130
|
+
],
|
131
|
+
"Invalid proxy selected!": [
|
132
|
+
""
|
133
|
+
],
|
134
|
+
"Failed to set %{proxy_type} proxy for %{host}.": [
|
135
|
+
""
|
136
|
+
],
|
137
|
+
"The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}": [
|
138
|
+
""
|
139
|
+
],
|
140
|
+
"The %{proxy_type} proxy of the selected hosts was cleared.": [
|
141
|
+
""
|
142
|
+
],
|
143
|
+
"The %{proxy_type} proxy could not be set for host: %{host_names}.": [
|
144
|
+
"",
|
145
|
+
""
|
146
|
+
],
|
147
|
+
"The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}.": [
|
148
|
+
""
|
149
|
+
],
|
150
|
+
"Puppet": [
|
151
|
+
"Puppet"
|
152
|
+
],
|
153
|
+
"Puppet CA": [
|
154
|
+
"Puppet CA"
|
155
|
+
],
|
156
|
+
"List of config groups": [
|
157
|
+
"Elenco gruppi di configurazioni"
|
158
|
+
],
|
159
|
+
"Show a config group": [
|
160
|
+
"Mostra un gruppo di configurazione"
|
161
|
+
],
|
162
|
+
"Create a config group": [
|
163
|
+
"Crea un gruppo di configurazione"
|
164
|
+
],
|
165
|
+
"Update a config group": [
|
166
|
+
"Aggiorna un gruppo di configurazione"
|
167
|
+
],
|
168
|
+
"Delete a config group": [
|
169
|
+
"Cancella un gruppo di configurazione"
|
170
|
+
],
|
171
|
+
"List all environments": [
|
172
|
+
"Elenca gli ambienti"
|
173
|
+
],
|
174
|
+
"List environments of Puppet class": [
|
175
|
+
"Elenca ambienti della classe puppet"
|
176
|
+
],
|
177
|
+
"List environments per location": [
|
178
|
+
"Elenca ambienti per localizzazione"
|
179
|
+
],
|
180
|
+
"List environments per organization": [
|
181
|
+
"Elenca gli ambienti per organizzazione"
|
182
|
+
],
|
183
|
+
"ID of Puppet class": [
|
184
|
+
"ID della classe del puppet"
|
185
|
+
],
|
186
|
+
"Show an environment": [
|
187
|
+
"Mostra un ambiente"
|
188
|
+
],
|
189
|
+
"Create an environment": [
|
190
|
+
"Crea un ambiente"
|
191
|
+
],
|
192
|
+
"Update an environment": [
|
193
|
+
"Aggiorna un ambiente"
|
194
|
+
],
|
195
|
+
"Delete an environment": [
|
196
|
+
"Cancella un ambiente"
|
197
|
+
],
|
198
|
+
"List all Puppet class IDs for host": [
|
199
|
+
"Elenca tutti gli ID delle classi puppet per l'host"
|
200
|
+
],
|
201
|
+
"Add a Puppet class to host": [
|
202
|
+
"Aggiungi una classe Puppet all'host"
|
203
|
+
],
|
204
|
+
"ID of host": [
|
205
|
+
"ID host"
|
206
|
+
],
|
207
|
+
"Remove a Puppet class from host": [
|
208
|
+
"Rimuovi una classe Puppet dall'host"
|
209
|
+
],
|
210
|
+
"List all Puppet class IDs for host group": [
|
211
|
+
"Elenca tutti gli ID delle classi puppet per il gruppo di host"
|
212
|
+
],
|
213
|
+
"Add a Puppet class to host group": [
|
214
|
+
"Aggiungi una classe Puppet al gruppo di host"
|
215
|
+
],
|
216
|
+
"ID of host group": [
|
217
|
+
"ID gruppo di host"
|
218
|
+
],
|
219
|
+
"Remove a Puppet class from host group": [
|
220
|
+
"Rimuovi una classe Puppet dal gruppo di host"
|
221
|
+
],
|
222
|
+
"List of override values for a specific smart class parameter": [
|
223
|
+
"Elenco di valori di override per uno specifico parametro di smart class"
|
224
|
+
],
|
225
|
+
"Display hidden values": [
|
226
|
+
"Visualizza valori nascosti"
|
227
|
+
],
|
228
|
+
"Show an override value for a specific smart class parameter": [
|
229
|
+
"Mostra un valore override per uno specifico parametro di smart class"
|
230
|
+
],
|
231
|
+
"Override match": [
|
232
|
+
""
|
233
|
+
],
|
234
|
+
"Override value, required if omit is false": [
|
235
|
+
""
|
236
|
+
],
|
237
|
+
"Foreman will not send this parameter in classification output": [
|
238
|
+
""
|
239
|
+
],
|
240
|
+
"Create an override value for a specific smart class parameter": [
|
241
|
+
"Crea un valore di override per uno specifico parametro di smart class"
|
242
|
+
],
|
243
|
+
"Update an override value for a specific smart class parameter": [
|
244
|
+
"Aggiorna un valore override per uno specifico parametro di smart class"
|
245
|
+
],
|
246
|
+
"Delete an override value for a specific smart class parameter": [
|
247
|
+
"Cancella un valore di override per uno specifico parametro di smart class"
|
248
|
+
],
|
249
|
+
"%{model} with id '%{id}' was not found": [
|
250
|
+
""
|
251
|
+
],
|
252
|
+
"List all Puppet classes": [
|
253
|
+
"Elenca tutti gli ID delle classi puppet"
|
254
|
+
],
|
255
|
+
"List all Puppet classes for a host": [
|
256
|
+
"Elenca tutte le classi puppet per un host"
|
257
|
+
],
|
258
|
+
"List all Puppet classes for a host group": [
|
259
|
+
"Elenca tutte le classi puppet per un gruppo di host"
|
260
|
+
],
|
261
|
+
"List all Puppet classes for an environment": [
|
262
|
+
"Elenca tutte le classi puppet per un ambiente"
|
263
|
+
],
|
264
|
+
"Show a Puppet class": [
|
265
|
+
"Mostra una classe puppet"
|
266
|
+
],
|
267
|
+
"Show a Puppet class for host": [
|
268
|
+
"Mostra una classe Puppet per un host"
|
269
|
+
],
|
270
|
+
"Show a Puppet class for a host group": [
|
271
|
+
"Mostra una classe Puppet per un gruppo di host"
|
272
|
+
],
|
273
|
+
"Show a Puppet class for an environment": [
|
274
|
+
"Mostra una classe puppet per un ambiente"
|
275
|
+
],
|
276
|
+
"Create a Puppet class": [
|
277
|
+
"Crea classe puppet"
|
278
|
+
],
|
279
|
+
"Update a Puppet class": [
|
280
|
+
"Aggiorna una classe puppet"
|
281
|
+
],
|
282
|
+
"Delete a Puppet class": [
|
283
|
+
"Cancella una classe puppet"
|
284
|
+
],
|
285
|
+
"List all smart class parameters": [
|
286
|
+
"Elenca tutti i parametri di classe smart"
|
287
|
+
],
|
288
|
+
"List of smart class parameters for a specific host": [
|
289
|
+
"Elenco parametri di classe smart per un host specifico"
|
290
|
+
],
|
291
|
+
"List of smart class parameters for a specific host group": [
|
292
|
+
"Elenco parametri di classe smart per un gruppo di host specifico"
|
293
|
+
],
|
294
|
+
"List of smart class parameters for a specific Puppet class": [
|
295
|
+
"Elenco parametri di classe smart per una classe puppet specifica"
|
296
|
+
],
|
297
|
+
"List of smart class parameters for a specific environment": [
|
298
|
+
"Elenco parametri di classe smart per un ambiente specifico"
|
299
|
+
],
|
300
|
+
"List of smart class parameters for a specific environment/Puppet class combination": [
|
301
|
+
"Elenco parametri di classe smart per una combinazione classe puppet/ambiente specifica"
|
302
|
+
],
|
303
|
+
"Show a smart class parameter": [
|
304
|
+
"Mostra un parametro di classe smart"
|
305
|
+
],
|
306
|
+
"Update a smart class parameter": [
|
307
|
+
"Aggiorna un parametro classe smart"
|
308
|
+
],
|
309
|
+
"Whether the smart class parameter value is managed by Foreman": [
|
310
|
+
""
|
311
|
+
],
|
312
|
+
"Description of smart class": [
|
313
|
+
""
|
314
|
+
],
|
315
|
+
"Value to use when there is no match": [
|
316
|
+
"Valore da usare quando non è presente alcuna corrispondenza"
|
317
|
+
],
|
318
|
+
"When enabled the parameter is hidden in the UI": [
|
319
|
+
""
|
320
|
+
],
|
321
|
+
"Foreman will not send this parameter in classification output.Puppet will use the value defined in the Puppet manifest for this parameter": [
|
322
|
+
""
|
323
|
+
],
|
324
|
+
"The order in which values are resolved": [
|
325
|
+
"L'ordine attraverso il quale vengono risolti i valori"
|
326
|
+
],
|
327
|
+
"Types of validation values": [
|
328
|
+
""
|
329
|
+
],
|
330
|
+
"Used to enforce certain values for the parameter values": [
|
331
|
+
""
|
332
|
+
],
|
333
|
+
"Types of variable values": [
|
334
|
+
""
|
335
|
+
],
|
336
|
+
"If true, will raise an error if there is no default value and no matcher provide a value": [
|
337
|
+
""
|
338
|
+
],
|
339
|
+
"Merge all matching values (only array/hash type)": [
|
340
|
+
""
|
341
|
+
],
|
342
|
+
"Include default value when merging all matching values": [
|
343
|
+
""
|
344
|
+
],
|
345
|
+
"Remove duplicate values (only array type)": [
|
346
|
+
""
|
347
|
+
],
|
348
|
+
"Successfully overridden all parameters of Puppet class %s": [
|
349
|
+
"Sovrascritti con successo tutti i parametri della classe puppet %s"
|
350
|
+
],
|
351
|
+
"Successfully reset all parameters of Puppet class %s to their default values": [
|
352
|
+
"Resettati con successo tutti i parametri della classe puppet %s sui rispettivi valori predefiniti"
|
353
|
+
],
|
354
|
+
"No parameters to override for Puppet class %s": [
|
355
|
+
"Nessun parametro da sovrascrivere per la classe puppet %s"
|
356
|
+
],
|
357
|
+
"Create Puppet Environment": [
|
358
|
+
""
|
359
|
+
],
|
360
|
+
"Help": [
|
361
|
+
"Aiuto"
|
362
|
+
],
|
363
|
+
"Change Environment": [
|
364
|
+
"Cambia ambiente"
|
365
|
+
],
|
366
|
+
"Change Puppet Master": [
|
367
|
+
""
|
368
|
+
],
|
369
|
+
"Puppet YAML": [
|
370
|
+
""
|
371
|
+
],
|
372
|
+
"Puppet external nodes YAML dump": [
|
373
|
+
"Dump YAML dei nodi esterni del puppet"
|
374
|
+
],
|
375
|
+
"Puppet Environment": [
|
376
|
+
"Ambiente Puppet"
|
377
|
+
],
|
378
|
+
"Omit from classification output": [
|
379
|
+
""
|
380
|
+
],
|
381
|
+
"Override this value": [
|
382
|
+
"Sovrascrivi questo valore"
|
383
|
+
],
|
384
|
+
"Remove this override": [
|
385
|
+
""
|
386
|
+
],
|
387
|
+
"Default value": [
|
388
|
+
"Valore predefinito"
|
389
|
+
],
|
390
|
+
"Original value info": [
|
391
|
+
""
|
392
|
+
],
|
393
|
+
"<b>Description:</b> %{desc}<br/>\\n <b>Type:</b> %{type}<br/>\\n <b>Matcher:</b> %{matcher}<br/>\\n <b>Inherited value:</b> %{inherited_value}": [
|
394
|
+
""
|
395
|
+
],
|
396
|
+
"Required parameter without value.<br/><b>Please override!</b><br/>": [
|
397
|
+
""
|
398
|
+
],
|
399
|
+
"Optional parameter without value.<br/><i>Still managed by Foreman, the value will be empty.</i><br/>": [
|
400
|
+
""
|
401
|
+
],
|
402
|
+
"Empty environment": [
|
403
|
+
"Ambiente vuoto"
|
404
|
+
],
|
405
|
+
"Deleted environment": [
|
406
|
+
"Ambiente rimosso"
|
407
|
+
],
|
408
|
+
"Deleted environment %{env} and %{pcs}": [
|
409
|
+
"%{pcs} e ambiente %{env} rimossi"
|
410
|
+
],
|
411
|
+
"Ignored environment": [
|
412
|
+
""
|
413
|
+
],
|
414
|
+
"Import": [
|
415
|
+
"Importa"
|
416
|
+
],
|
417
|
+
"Import environments from %s": [
|
418
|
+
""
|
419
|
+
],
|
420
|
+
"Import classes from %s": [
|
421
|
+
""
|
422
|
+
],
|
423
|
+
"%{name} has %{num_tag} class": [
|
424
|
+
"",
|
425
|
+
""
|
426
|
+
],
|
427
|
+
"Click to remove %s": [
|
428
|
+
"Seleziona per rimuovere %s"
|
429
|
+
],
|
430
|
+
"Click to add %s": [
|
431
|
+
"Seleziona per aggiungere %s"
|
432
|
+
],
|
433
|
+
"None": [
|
434
|
+
"Nessuno"
|
435
|
+
],
|
436
|
+
"When editing a template, you must assign a list \\\\\\n of operating systems which this template can be used with. Optionally, you can \\\\\\n restrict a template to a list of host groups and/or environments.": [
|
437
|
+
""
|
438
|
+
],
|
439
|
+
"When a Host requests a template (e.g. during provisioning), Foreman \\\\\\n will select the best match from the available templates of that type, in the \\\\\\n following order:": [
|
440
|
+
""
|
441
|
+
],
|
442
|
+
"Host group and Environment": [
|
443
|
+
"Gruppo di host e Ambiente"
|
444
|
+
],
|
445
|
+
"Host group only": [
|
446
|
+
"Solo gruppo di host"
|
447
|
+
],
|
448
|
+
"Environment only": [
|
449
|
+
"Solo ambiente"
|
450
|
+
],
|
451
|
+
"Operating system default": [
|
452
|
+
"Impostazione predefinita del sistema operativo"
|
453
|
+
],
|
454
|
+
"The final entry, Operating System default, can be set by editing the %s page.": [
|
455
|
+
"La voce finale, impostazione predefinita del sistema operativo, può essere impostata modificando la pagina %s."
|
456
|
+
],
|
457
|
+
"Operating System": [
|
458
|
+
"Sistema Operativo"
|
459
|
+
],
|
460
|
+
"Can't find a valid Foreman Proxy with a Puppet feature": [
|
461
|
+
"Impossibile trovare un proxy Foreman valido con una funzione Puppet"
|
462
|
+
],
|
463
|
+
"%{puppetclass} does not belong to the %{environment} environment": [
|
464
|
+
""
|
465
|
+
],
|
466
|
+
"Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring": [
|
467
|
+
"Impossibile importare %{klass} per %{name}: non è presente non nostro database - operazione ignorata"
|
468
|
+
],
|
469
|
+
"with id %{object_id} doesn't exist or is not assigned to proper organization and/or location": [
|
470
|
+
"con id %{object_id} non esiste o non è assegnato alla corretta organizzazione e/o localizzazione"
|
471
|
+
],
|
472
|
+
"must be true to edit the parameter": [
|
473
|
+
""
|
474
|
+
],
|
475
|
+
"Puppet parameter": [
|
476
|
+
""
|
477
|
+
],
|
478
|
+
"Can't find a valid Proxy with a Puppet feature": [
|
479
|
+
""
|
480
|
+
],
|
481
|
+
"Changed environments": [
|
482
|
+
"Ambienti modificati"
|
483
|
+
],
|
484
|
+
"Select the changes you want to apply to Foreman": [
|
485
|
+
""
|
486
|
+
],
|
487
|
+
"Toggle": [
|
488
|
+
"Attiva/Disattiva"
|
489
|
+
],
|
490
|
+
"New": [
|
491
|
+
"Nuovo"
|
492
|
+
],
|
493
|
+
"Check/Uncheck new": [
|
494
|
+
"Seleziona/Deseleziona nuovo"
|
495
|
+
],
|
496
|
+
"Updated": [
|
497
|
+
"Aggiornato"
|
498
|
+
],
|
499
|
+
"Check/Uncheck updated": [
|
500
|
+
"Seleziona/Deseleziona aggiornato"
|
501
|
+
],
|
502
|
+
"Obsolete": [
|
503
|
+
"Obsoleto"
|
504
|
+
],
|
505
|
+
"Check/Uncheck obsolete": [
|
506
|
+
"Seleziona/Deseleziona obsoleto"
|
507
|
+
],
|
508
|
+
"Check/Uncheck all": [
|
509
|
+
"Seleziona/Deseleziona tutti"
|
510
|
+
],
|
511
|
+
"Environment": [
|
512
|
+
"Ambiente"
|
513
|
+
],
|
514
|
+
"Operation": [
|
515
|
+
"Operazione"
|
516
|
+
],
|
517
|
+
"Puppet Modules": [
|
518
|
+
"Moduli puppet"
|
519
|
+
],
|
520
|
+
"Check/Uncheck all %s changes": [
|
521
|
+
"Seleziona/deseleziona tutte %s modifiche"
|
522
|
+
],
|
523
|
+
"Add:": [
|
524
|
+
"Aggiungi:"
|
525
|
+
],
|
526
|
+
"Remove:": [
|
527
|
+
"Rimuovi:"
|
528
|
+
],
|
529
|
+
"Update:": [
|
530
|
+
"Aggiorna:"
|
531
|
+
],
|
532
|
+
"Ignored:": [
|
533
|
+
""
|
534
|
+
],
|
535
|
+
"Cancel": [
|
536
|
+
"Cancella"
|
537
|
+
],
|
538
|
+
"Update": [
|
539
|
+
"Aggiorna"
|
540
|
+
],
|
541
|
+
"included already from parent": [
|
542
|
+
"già incluso dal genitore"
|
543
|
+
],
|
544
|
+
"Remove": [
|
545
|
+
"Rimuovi"
|
546
|
+
],
|
547
|
+
"Add": [
|
548
|
+
"Aggiungi"
|
549
|
+
],
|
550
|
+
"%s is not in environment": [
|
551
|
+
"%s non è presente nell'ambiente"
|
552
|
+
],
|
553
|
+
"Included Config Groups": [
|
554
|
+
"Gruppi di configurazioni inclusi"
|
555
|
+
],
|
556
|
+
"Available Config Groups": [
|
557
|
+
"Gruppi configurazione disponibili"
|
558
|
+
],
|
559
|
+
"Edit %s": [
|
560
|
+
"Modifica %s"
|
561
|
+
],
|
562
|
+
"Config Groups": [
|
563
|
+
""
|
564
|
+
],
|
565
|
+
"Create Config Group": [
|
566
|
+
""
|
567
|
+
],
|
568
|
+
"Puppet Classes": [
|
569
|
+
"Classi del puppet"
|
570
|
+
],
|
571
|
+
"Hosts": [
|
572
|
+
"Hosts"
|
573
|
+
],
|
574
|
+
"Host Groups": [
|
575
|
+
"Gruppi host"
|
576
|
+
],
|
577
|
+
"Actions": [
|
578
|
+
"Azioni"
|
579
|
+
],
|
580
|
+
"Delete %s?": [
|
581
|
+
"Cancella %s?"
|
582
|
+
],
|
583
|
+
"A config group provides a one-step method of associating many Puppet classes to either a host or host group. Typically this would be used to add a particular application profile or stack in one step.": [
|
584
|
+
""
|
585
|
+
],
|
586
|
+
"Locations": [
|
587
|
+
"Localizzazioni"
|
588
|
+
],
|
589
|
+
"Organizations": [
|
590
|
+
"Organizzazioni"
|
591
|
+
],
|
592
|
+
"Puppet Environments": [
|
593
|
+
"Ambienti del puppet"
|
594
|
+
],
|
595
|
+
"Environment|Name": [
|
596
|
+
"Nome"
|
597
|
+
],
|
598
|
+
"Classes": [
|
599
|
+
"Classi"
|
600
|
+
],
|
601
|
+
"Create Environment": [
|
602
|
+
""
|
603
|
+
],
|
604
|
+
"Puppet environments": [
|
605
|
+
"Ambienti del puppet"
|
606
|
+
],
|
607
|
+
"Number of classes": [
|
608
|
+
""
|
609
|
+
],
|
610
|
+
"Total": [
|
611
|
+
"Totale"
|
612
|
+
],
|
613
|
+
"No environments found": [
|
614
|
+
""
|
615
|
+
],
|
616
|
+
"There are no puppet environments set up on this puppet master. Please check the puppet master configuration.": [
|
617
|
+
""
|
618
|
+
],
|
619
|
+
"Smart Class Parameters": [
|
620
|
+
""
|
621
|
+
],
|
622
|
+
"Parameter": [
|
623
|
+
"Parametro"
|
624
|
+
],
|
625
|
+
"Puppet Class": [
|
626
|
+
"Classe del puppet"
|
627
|
+
],
|
628
|
+
"Number of Overrides": [
|
629
|
+
""
|
630
|
+
],
|
631
|
+
"Parameterized class support permits detecting, importing, and supplying parameters directly to classes which support it, via the ENC and depending on a set of rules (Smart Matchers).": [
|
632
|
+
""
|
633
|
+
],
|
634
|
+
"Included Classes": [
|
635
|
+
"Classi incluse"
|
636
|
+
],
|
637
|
+
"Not authorized to edit classes": [
|
638
|
+
"Non autorizzato per la modifica delle classi"
|
639
|
+
],
|
640
|
+
"Inherited Classes from %s": [
|
641
|
+
""
|
642
|
+
],
|
643
|
+
"Available Classes": [
|
644
|
+
"Classi disponibili"
|
645
|
+
],
|
646
|
+
"Filter classes": [
|
647
|
+
"Classi del filtro"
|
648
|
+
],
|
649
|
+
"belongs to config group": [
|
650
|
+
"appartiene al gruppo di configurazione"
|
651
|
+
],
|
652
|
+
"Name": [
|
653
|
+
"Nome"
|
654
|
+
],
|
655
|
+
"Value": [
|
656
|
+
"Valore"
|
657
|
+
],
|
658
|
+
"Omit": [
|
659
|
+
""
|
660
|
+
],
|
661
|
+
"The class could not be saved because of an error in one of the class parameters.": [
|
662
|
+
""
|
663
|
+
],
|
664
|
+
"Smart Class Parameter": [
|
665
|
+
"Parametro classe smart"
|
666
|
+
],
|
667
|
+
"Host groups": [
|
668
|
+
"Gruppi di host"
|
669
|
+
],
|
670
|
+
"This Puppet class has no parameters in its signature.": [
|
671
|
+
"La classe di questo puppet non ha alcun parametro nella propria firma."
|
672
|
+
],
|
673
|
+
"To update the class signature, go to the Puppet Classes page and select \\\"Import\\\".": [
|
674
|
+
"Per aggiornare la firma della classe, andare sulla pagina Classi del puppet e selezionare \\\"Importa\\\"."
|
675
|
+
],
|
676
|
+
"Filter by name": [
|
677
|
+
"Filtra per nome"
|
678
|
+
],
|
679
|
+
"All environments - (not filtered)": [
|
680
|
+
""
|
681
|
+
],
|
682
|
+
"Overridden": [
|
683
|
+
""
|
684
|
+
],
|
685
|
+
"Edit Puppet Class %s": [
|
686
|
+
"Modifica classe Puppet %s"
|
687
|
+
],
|
688
|
+
"Puppetclass|Name": [
|
689
|
+
"Nome"
|
690
|
+
],
|
691
|
+
"Environments": [
|
692
|
+
"Ambienti"
|
693
|
+
],
|
694
|
+
"Parameters": [
|
695
|
+
"Parametri"
|
696
|
+
],
|
697
|
+
"Override all parameters": [
|
698
|
+
"Sovrascrivi tutti i parametri"
|
699
|
+
],
|
700
|
+
"This will set all parameters of the class %s as overridden. Continue?": [
|
701
|
+
"Questa azione imposterà i parametri della classe %s su sovrascritti. Continuare?"
|
702
|
+
],
|
703
|
+
"Set parameters to defaults": [
|
704
|
+
"Imposta i parametri su valori predefiniti"
|
705
|
+
],
|
706
|
+
"This will reset parameters of the class %s to their default values. Continue?": [
|
707
|
+
"Questa azione resetterà i parametri della classe %s sui rispettivi valori predefiniti. Continuare?"
|
708
|
+
],
|
709
|
+
"Puppet Class Parameters": [
|
710
|
+
""
|
711
|
+
],
|
712
|
+
"Notice": [
|
713
|
+
"Avviso"
|
714
|
+
],
|
715
|
+
"Please select an environment first": [
|
716
|
+
"Prima selezionare un ambiente"
|
717
|
+
],
|
718
|
+
"Select environment": [
|
719
|
+
"Seleziona ambiente"
|
720
|
+
],
|
721
|
+
"*Clear environment*": [
|
722
|
+
"*Annulla ambiente*"
|
723
|
+
],
|
724
|
+
"*Inherit from host group*": [
|
725
|
+
"*Eredita dal gruppo di host*"
|
726
|
+
],
|
727
|
+
"Hostgroup": [
|
728
|
+
"Hostgroup"
|
729
|
+
],
|
730
|
+
"Remove Combination": [
|
731
|
+
""
|
732
|
+
],
|
733
|
+
"Valid Host Group and Environment Combinations": [
|
734
|
+
""
|
735
|
+
],
|
736
|
+
"Add Combination": [
|
737
|
+
""
|
738
|
+
],
|
739
|
+
"General": [
|
740
|
+
"Generale"
|
741
|
+
],
|
742
|
+
"Hosts managed:": [
|
743
|
+
""
|
744
|
+
],
|
745
|
+
"Facts": [
|
746
|
+
"Eventi"
|
747
|
+
],
|
748
|
+
"Foreman will default to this puppet environment if it cannot auto detect one": [
|
749
|
+
"Foreman eseguirà il default su questo ambiente puppet se non è in grado di rilevarne uno"
|
750
|
+
],
|
751
|
+
"Default Puppet environment": [
|
752
|
+
""
|
753
|
+
],
|
754
|
+
"Foreman will explicitly set the puppet environment in the ENC yaml output. This will avoid conflicts between the environment in puppet.conf and the environment set in Foreman": [
|
755
|
+
"Foreman imposterà in modo esplicito l'ambiente puppet all'interno dell'output yalm ENC. Ciò eviterà di avere dei conflitti con l'ambiente puppet.conf e quello impostato in Foreman"
|
756
|
+
],
|
757
|
+
"ENC environment": [
|
758
|
+
""
|
759
|
+
],
|
760
|
+
"Foreman will update a host's environment from its facts": [
|
761
|
+
"Foreman aggiornerà l'ambiente di un host usando i propri eventi"
|
762
|
+
],
|
763
|
+
"Update environment from facts": [
|
764
|
+
""
|
765
|
+
],
|
766
|
+
"Config Management": [
|
767
|
+
""
|
768
|
+
],
|
769
|
+
"Duration in minutes after servers reporting via Puppet are classed as out of sync.": [
|
770
|
+
""
|
771
|
+
],
|
772
|
+
"Puppet interval": [
|
773
|
+
""
|
774
|
+
],
|
775
|
+
"Disable host configuration status turning to out of sync for %s after report does not arrive within configured interval": [
|
776
|
+
""
|
777
|
+
],
|
778
|
+
"%s out of sync disabled": [
|
779
|
+
""
|
780
|
+
],
|
781
|
+
"Puppet ENC": [
|
782
|
+
""
|
783
|
+
],
|
784
|
+
"Puppet env": [
|
785
|
+
""
|
786
|
+
],
|
787
|
+
"If you are planning to use Foreman as an external node classifier you should provide information about one or more environments.{newLine}This information is commonly imported from a pre-existing Puppet configuration by the use of the {puppetClassesLinkToDocs} and environment importer.": [
|
788
|
+
""
|
789
|
+
],
|
790
|
+
"Puppet classes": [
|
791
|
+
""
|
792
|
+
],
|
793
|
+
"Assigned classes": [
|
794
|
+
""
|
795
|
+
],
|
796
|
+
"This tab is still a work in progress": [
|
797
|
+
""
|
798
|
+
],
|
799
|
+
"Smart class parameters": [
|
800
|
+
"Parametri classe smart"
|
801
|
+
],
|
802
|
+
"Successfully copied to clipboard!": [
|
803
|
+
""
|
804
|
+
],
|
805
|
+
"Copy to clipboard": [
|
806
|
+
""
|
807
|
+
],
|
808
|
+
"Couldn't find any ENC data for this host": [
|
809
|
+
""
|
810
|
+
],
|
811
|
+
"Error!": [
|
812
|
+
""
|
813
|
+
],
|
814
|
+
"Puppet details": [
|
815
|
+
""
|
816
|
+
],
|
817
|
+
"Puppet environment": [
|
818
|
+
""
|
819
|
+
],
|
820
|
+
"Puppet Smart Proxy": [
|
821
|
+
""
|
822
|
+
],
|
823
|
+
"Puppet CA Smart Proxy": [
|
824
|
+
""
|
825
|
+
],
|
826
|
+
"Reports": [
|
827
|
+
"Notifiche"
|
828
|
+
],
|
829
|
+
"ENC Preview": [
|
830
|
+
""
|
831
|
+
],
|
832
|
+
"Click to remove config group": [
|
833
|
+
"Seleziona per rimuovere il gruppo di configurazione"
|
834
|
+
],
|
835
|
+
" Remove": [
|
836
|
+
" Rimuovi"
|
837
|
+
],
|
838
|
+
"Loading parameters...": [
|
839
|
+
"Caricamento parametri in corso..."
|
840
|
+
],
|
841
|
+
"Some Puppet Classes are unavailable in the selected environment": [
|
842
|
+
""
|
843
|
+
],
|
844
|
+
"Action with sub plans": [
|
845
|
+
""
|
846
|
+
],
|
847
|
+
"Import facts": [
|
848
|
+
"Importa gli eventi"
|
849
|
+
],
|
850
|
+
"Import Puppet classes": [
|
851
|
+
"Importa classi Puppet"
|
852
|
+
],
|
853
|
+
"Remote action:": [
|
854
|
+
"Azione remota:"
|
855
|
+
],
|
856
|
+
"Allow assigning Puppet environments and classes to the Foreman Hosts.": [
|
857
|
+
""
|
858
|
+
]
|
859
|
+
}
|
860
|
+
}
|
861
|
+
};
|