foreman_puppet 5.1.1 → 5.1.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.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/app/models/concerns/foreman_puppet/extensions/host.rb +1 -1
  3. data/app/views/foreman_puppet/environments/welcome.html.erb +5 -0
  4. data/app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb +1 -1
  5. data/app/views/foreman_puppet/puppetclasses/_selected_classes.html.erb +1 -1
  6. data/app/views/hosts/select_multiple_puppet_proxy.html.erb +5 -0
  7. data/app/views/provisioning_templates/temp/autoyast_orcharhino_finish.erb +31 -0
  8. data/app/views/provisioning_templates/temp/preseed_orcharhino_finish.erb +90 -0
  9. data/app/views/provisioning_templates/temp/provision/autoyast_orcharhino_default.erb +336 -0
  10. data/app/views/provisioning_templates/temp/snippet/_or_al_client.erb +32 -0
  11. data/app/views/provisioning_templates/temp/snippet/_or_deb_client.erb +175 -0
  12. data/app/views/provisioning_templates/temp/snippet/_or_ol_client.erb +37 -0
  13. data/app/views/provisioning_templates/temp/snippet/_or_sles_client.erb +85 -0
  14. data/lib/foreman_puppet/version.rb +1 -1
  15. data/locale/ca/foreman_puppet.edit.po +243 -167
  16. data/locale/cs_CZ/foreman_puppet.edit.po +224 -175
  17. data/locale/de/foreman_puppet.edit.po +339 -220
  18. data/locale/en/foreman_puppet.edit.po +89 -229
  19. data/locale/en_GB/foreman_puppet.edit.po +210 -166
  20. data/locale/es/foreman_puppet.edit.po +333 -223
  21. data/locale/fr/foreman_puppet.edit.po +339 -236
  22. data/locale/gl/foreman_puppet.edit.po +216 -155
  23. data/locale/it/foreman_puppet.edit.po +262 -185
  24. data/locale/ja/foreman_puppet.edit.po +247 -201
  25. data/locale/ko/foreman_puppet.edit.po +213 -171
  26. data/locale/messages.mo +0 -0
  27. data/locale/nl_NL/foreman_puppet.edit.po +249 -168
  28. data/locale/pl/foreman_puppet.edit.po +267 -175
  29. data/locale/pt_BR/foreman_puppet.edit.po +345 -227
  30. data/locale/ru/foreman_puppet.edit.po +268 -191
  31. data/locale/sv_SE/foreman_puppet.edit.po +215 -156
  32. data/locale/zh_CN/foreman_puppet.edit.po +237 -202
  33. data/locale/zh_TW/foreman_puppet.edit.po +213 -173
  34. data/webpack/src/Components/Environments/Welcome.js +1 -1
  35. metadata +69 -61
  36. data/locale/ka/foreman_puppet.edit.po +0 -1177
  37. /data/locale/{ka/foreman_puppet.po.time_stamp → en/foreman_puppet.pox} +0 -0
@@ -2,46 +2,60 @@
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_puppet package.
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
5
+ #
6
6
  # Translators:
7
7
  # Giuseppe Pignataro <rogepix@gmail.com>, 2021
8
8
  # Andrea Perotti, 2021
9
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
10
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2021
9
11
  # Marco Calamaro <ottopodo@gmail.com>, 2021
10
- # Bryan Kearney <bryan.kearney@gmail.com>, 2022
11
- # 0868a4d1af5275b3f70b0a6dac4c99a4, 2022
12
- #
12
+ #
13
+ #, fuzzy
13
14
  msgid ""
14
15
  msgstr ""
15
- "Project-Id-Version: foreman_puppet 5.0.0\n"
16
+ "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
16
17
  "Report-Msgid-Bugs-To: \n"
18
+ "POT-Creation-Date: 2021-11-10 11:17+0000\n"
17
19
  "PO-Revision-Date: 2021-02-03 16:30+0000\n"
18
- "Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2022\n"
20
+ "Last-Translator: Marco Calamaro <ottopodo@gmail.com>, 2021\n"
19
21
  "Language-Team: Italian (https://www.transifex.com/foreman/teams/114/it/)\n"
20
22
  "MIME-Version: 1.0\n"
21
23
  "Content-Type: text/plain; charset=UTF-8\n"
22
24
  "Content-Transfer-Encoding: 8bit\n"
23
25
  "Language: it\n"
24
- "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 :"
25
- " 2;\n"
26
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
26
27
 
27
28
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:15
28
- msgid "Ignored environment names resulting in booleans found. Please quote strings like true/false and yes/no in config/ignored_environments.yml"
29
+ msgid ""
30
+ "Ignored environment names resulting in booleans found. Please quote strings "
31
+ "like true/false and yes/no in config/ignored_environments.yml"
29
32
  msgstr ""
30
33
 
31
- #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:84
34
+ #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:21
35
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
32
36
  msgid "No changes to your environments detected"
33
37
  msgstr "Nessuan modifica rilevata negli ambienti"
34
38
 
35
39
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:32
36
- msgid "Successfully updated environments and Puppet classes from the on-disk Puppet installation"
37
- msgstr "Classi del puppet e ambienti aggiornati con successo dal dischetto d'installazione del puppet"
40
+ msgid ""
41
+ "Successfully updated environments and Puppet classes from the on-disk Puppet"
42
+ " installation"
43
+ msgstr ""
44
+ "Classi del puppet e ambienti aggiornati con successo dal dischetto "
45
+ "d'installazione del puppet"
38
46
 
39
47
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:34
40
- msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
41
- msgstr "Impossibile aggiornare le classi del puppet e gli ambienti dall'installazione puppet su-disco: %s"
48
+ msgid ""
49
+ "Failed to update environments and Puppet classes from the on-disk Puppet "
50
+ "installation: %s"
51
+ msgstr ""
52
+ "Impossibile aggiornare le classi del puppet e gli ambienti "
53
+ "dall'installazione puppet su-disco: %s"
42
54
 
43
55
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:46
44
- msgid "No smart proxy was found to import environments from, ensure that at least one smart proxy is registered with the 'puppet' feature"
56
+ msgid ""
57
+ "No smart proxy was found to import environments from, ensure that at least "
58
+ "one smart proxy is registered with the 'puppet' feature"
45
59
  msgstr ""
46
60
 
47
61
  #: ../app/controllers/concerns/foreman_puppet/environments_import.rb:53
@@ -72,41 +86,56 @@ msgstr ""
72
86
  msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
73
87
  msgstr ""
74
88
 
75
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
89
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:23
90
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:23
76
91
  msgid "ID of associated puppet Environment"
77
92
  msgstr ""
78
93
 
79
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
94
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:24
95
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:24
80
96
  msgid "IDs of associated Puppetclasses"
81
97
  msgstr ""
82
98
 
83
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25 ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
99
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb:25
100
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb:25
84
101
  msgid "IDs of associated ConfigGroups"
85
102
  msgstr ""
86
103
 
87
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
104
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:14
88
105
  msgid "Import puppet classes from puppet proxy"
89
106
  msgstr "Importa le classi puppet dal puppet proxy."
90
107
 
91
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:17 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:18
108
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:15
109
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:16
92
110
  msgid "Import puppet classes from puppet proxy for an environment"
93
111
  msgstr "Importa le classi del puppet dal puppet proxy per un ambiente"
94
112
 
95
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:23
96
- msgid "Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolete'that is used to limit the imported Puppet classes"
113
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:21
114
+ msgid ""
115
+ "Optional comma-delimited stringcontaining either 'new', 'updated', or "
116
+ "'obsolete'that is used to limit the imported Puppet classes"
97
117
  msgstr ""
98
118
 
99
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:51
100
- msgid "Failed to update the environments and Puppet classes from the on-disk puppet installation: %s"
101
- msgstr "Impossibile aggiornare le classi di puppet e gli ambienti dall'installazione puppet sul disco: %s"
119
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:49
120
+ msgid ""
121
+ "Failed to update the environments and Puppet classes from the on-disk puppet"
122
+ " installation: %s"
123
+ msgstr ""
124
+ "Impossibile aggiornare le classi di puppet e gli ambienti dall'installazione"
125
+ " puppet sul disco: %s"
102
126
 
103
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:82
127
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:80
104
128
  msgid "The requested environment cannot be found."
105
129
  msgstr ""
106
130
 
107
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:114 ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:128
108
- msgid "No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled."
109
- msgstr "Nessun proxy trovato dal quale importare le classi, assicurati di aver abilitato la funzione Puppet sullo smart proxy."
131
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:110
132
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_smart_proxies_controller.rb:123
133
+ msgid ""
134
+ "No proxy found to import classes from, ensure that the smart proxy has the "
135
+ "Puppet feature enabled."
136
+ msgstr ""
137
+ "Nessun proxy trovato dal quale importare le classi, assicurati di aver "
138
+ "abilitato la funzione Puppet sullo smart proxy."
110
139
 
111
140
  #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:9
112
141
  msgid "List template combination"
@@ -132,7 +161,9 @@ msgstr ""
132
161
  msgid "environment id"
133
162
  msgstr "id ambiente"
134
163
 
135
- #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
164
+ #: ../app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb:31
165
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:20
166
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:55
136
167
  msgid "ID of environment"
137
168
  msgstr "ID dell'ambiente"
138
169
 
@@ -156,7 +187,8 @@ msgstr ""
156
187
  msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
157
188
  msgstr ""
158
189
 
159
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
190
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:62
191
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:115
160
192
  msgid "No environment selected!"
161
193
  msgstr "Nessun ambiente selezionato!"
162
194
 
@@ -184,21 +216,25 @@ msgstr ""
184
216
  msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
185
217
  msgstr ""
186
218
 
187
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
219
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:176
220
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:191
188
221
  msgid "The %{proxy_type} proxy of the selected hosts was cleared."
189
222
  msgstr ""
190
223
 
191
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179 ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
224
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:179
225
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:194
192
226
  msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
193
- msgid_plural "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
227
+ msgid_plural ""
228
+ "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
194
229
  msgstr[0] ""
195
230
  msgstr[1] ""
196
231
 
197
232
  #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:189
198
- msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
233
+ msgid ""
234
+ "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
199
235
  msgstr ""
200
236
 
201
- #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204 ../lib/foreman_puppet/register.rb:229 ../webpack/src/Extends/Fills/index.js:12
237
+ #: ../app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb:204
202
238
  msgid "Puppet"
203
239
  msgstr "Puppet"
204
240
 
@@ -242,7 +278,12 @@ msgstr "Elenca ambienti per localizzazione"
242
278
  msgid "List environments per organization"
243
279
  msgstr "Elenca gli ambienti per organizzazione"
244
280
 
245
- #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
281
+ #: ../app/controllers/foreman_puppet/api/v2/environments_controller.rb:18
282
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:20
283
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:29
284
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:19
285
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:28
286
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:56
246
287
  msgid "ID of Puppet class"
247
288
  msgstr "ID della classe del puppet"
248
289
 
@@ -270,7 +311,10 @@ msgstr "Elenca tutti gli ID delle classi puppet per l'host"
270
311
  msgid "Add a Puppet class to host"
271
312
  msgstr "Aggiungi una classe Puppet all'host"
272
313
 
273
- #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19 ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
314
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:19
315
+ #: ../app/controllers/foreman_puppet/api/v2/host_classes_controller.rb:28
316
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:18
317
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:53
274
318
  msgid "ID of host"
275
319
  msgstr "ID host"
276
320
 
@@ -286,7 +330,10 @@ msgstr "Elenca tutti gli ID delle classi puppet per il gruppo di host"
286
330
  msgid "Add a Puppet class to host group"
287
331
  msgstr "Aggiungi una classe Puppet al gruppo di host"
288
332
 
289
- #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18 ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19 ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
333
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:18
334
+ #: ../app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb:27
335
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:19
336
+ #: ../app/controllers/foreman_puppet/api/v2/puppetclasses_controller.rb:54
290
337
  msgid "ID of host group"
291
338
  msgstr "ID gruppo di host"
292
339
 
@@ -296,9 +343,13 @@ msgstr "Rimuovi una classe Puppet dal gruppo di host"
296
343
 
297
344
  #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:19
298
345
  msgid "List of override values for a specific smart class parameter"
299
- msgstr "Elenco di valori di override per uno specifico parametro di smart class"
346
+ msgstr ""
347
+ "Elenco di valori di override per uno specifico parametro di smart class"
300
348
 
301
- #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21 ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
349
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:21
350
+ #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:30
351
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:24
352
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:36
302
353
  msgid "Display hidden values"
303
354
  msgstr "Visualizza valori nascosti"
304
355
 
@@ -324,11 +375,13 @@ msgstr "Crea un valore di override per uno specifico parametro di smart class"
324
375
 
325
376
  #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:53
326
377
  msgid "Update an override value for a specific smart class parameter"
327
- msgstr "Aggiorna un valore override per uno specifico parametro di smart class"
378
+ msgstr ""
379
+ "Aggiorna un valore override per uno specifico parametro di smart class"
328
380
 
329
381
  #: ../app/controllers/foreman_puppet/api/v2/override_values_controller.rb:62
330
382
  msgid "Delete an override value for a specific smart class parameter"
331
- msgstr "Cancella un valore di override per uno specifico parametro di smart class"
383
+ msgstr ""
384
+ "Cancella un valore di override per uno specifico parametro di smart class"
332
385
 
333
386
  #: ../app/controllers/foreman_puppet/api/v2/puppet_lookups_common_controller.rb:112
334
387
  msgid "%{model} with id '%{id}' was not found"
@@ -399,8 +452,12 @@ msgid "List of smart class parameters for a specific environment"
399
452
  msgstr "Elenco parametri di classe smart per un ambiente specifico"
400
453
 
401
454
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:19
402
- msgid "List of smart class parameters for a specific environment/Puppet class combination"
403
- msgstr "Elenco parametri di classe smart per una combinazione classe puppet/ambiente specifica"
455
+ msgid ""
456
+ "List of smart class parameters for a specific environment/Puppet class "
457
+ "combination"
458
+ msgstr ""
459
+ "Elenco parametri di classe smart per una combinazione classe puppet/ambiente"
460
+ " specifica"
404
461
 
405
462
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:34
406
463
  msgid "Show a smart class parameter"
@@ -427,10 +484,13 @@ msgid "When enabled the parameter is hidden in the UI"
427
484
  msgstr ""
428
485
 
429
486
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:49
430
- msgid "Foreman will not send this parameter in classification output.Puppet will use the value defined in the Puppet manifest for this parameter"
487
+ msgid ""
488
+ "Foreman will not send this parameter in classification output.Puppet will "
489
+ "use the value defined in the Puppet manifest for this parameter"
431
490
  msgstr ""
432
491
 
433
- #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51 ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
492
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:51
493
+ #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:54
434
494
  msgid "The order in which values are resolved"
435
495
  msgstr "L'ordine attraverso il quale vengono risolti i valori"
436
496
 
@@ -447,7 +507,9 @@ msgid "Types of variable values"
447
507
  msgstr ""
448
508
 
449
509
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:56
450
- msgid "If true, will raise an error if there is no default value and no matcher provide a value"
510
+ msgid ""
511
+ "If true, will raise an error if there is no default value and no matcher "
512
+ "provide a value"
451
513
  msgstr ""
452
514
 
453
515
  #: ../app/controllers/foreman_puppet/api/v2/smart_class_parameters_controller.rb:57
@@ -467,21 +529,22 @@ msgid "Successfully overridden all parameters of Puppet class %s"
467
529
  msgstr "Sovrascritti con successo tutti i parametri della classe puppet %s"
468
530
 
469
531
  #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:63
470
- msgid "Successfully reset all parameters of Puppet class %s to their default values"
471
- msgstr "Resettati con successo tutti i parametri della classe puppet %s sui rispettivi valori predefiniti"
532
+ msgid ""
533
+ "Successfully reset all parameters of Puppet class %s to their default values"
534
+ msgstr ""
535
+ "Resettati con successo tutti i parametri della classe puppet %s sui "
536
+ "rispettivi valori predefiniti"
472
537
 
473
538
  #: ../app/controllers/foreman_puppet/puppetclasses_controller.rb:66
474
539
  msgid "No parameters to override for Puppet class %s"
475
540
  msgstr "Nessun parametro da sovrascrivere per la classe puppet %s"
476
541
 
477
- #: ../app/helpers/foreman_puppet/environments_helper.rb:13 ../app/views/foreman_puppet/environments/new.html.erb:5 ../webpack/src/Components/Environments/Welcome.js:10
542
+ #: ../app/helpers/foreman_puppet/environments_helper.rb:13
543
+ #: ../app/views/foreman_puppet/environments/new.html.erb:5
544
+ #: ../webpack/src/Components/Environments/Welcome.js:9
478
545
  msgid "Create Puppet Environment"
479
546
  msgstr ""
480
547
 
481
- #: ../app/helpers/foreman_puppet/environments_helper.rb:14 ../app/views/foreman_puppet/config_groups/index.html.erb:7
482
- msgid "Help"
483
- msgstr "Aiuto"
484
-
485
548
  #: ../app/helpers/foreman_puppet/hosts_helper.rb:11
486
549
  msgid "Change Environment"
487
550
  msgstr "Cambia ambiente"
@@ -498,7 +561,7 @@ msgstr ""
498
561
  msgid "Puppet external nodes YAML dump"
499
562
  msgstr "Dump YAML dei nodi esterni del puppet"
500
563
 
501
- #: ../app/helpers/foreman_puppet/hosts_helper.rb:34 ../app/views/hosts/foreman_puppet/_form_list_env_field_header.html.erb:1
564
+ #: ../app/helpers/foreman_puppet/hosts_helper.rb:34
502
565
  msgid "Puppet Environment"
503
566
  msgstr "Ambiente Puppet"
504
567
 
@@ -535,7 +598,9 @@ msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
535
598
  msgstr ""
536
599
 
537
600
  #: ../app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb:116
538
- msgid "Optional parameter without value.<br/><i>Still managed by Foreman, the value will be empty.</i><br/>"
601
+ msgid ""
602
+ "Optional parameter without value.<br/><i>Still managed by Foreman, the value"
603
+ " will be empty.</i><br/>"
539
604
  msgstr ""
540
605
 
541
606
  #: ../app/helpers/foreman_puppet/puppetclasses_and_environments_helper.rb:5
@@ -572,7 +637,8 @@ msgid_plural "%{name} has %{num_tag} classes"
572
637
  msgstr[0] ""
573
638
  msgstr[1] ""
574
639
 
575
- #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33 ../webpack/src/foreman_class_edit.js:55
640
+ #: ../app/helpers/foreman_puppet/puppetclasses_helper.rb:33
641
+ #: ../webpack/src/foreman_class_edit.js:55
576
642
  msgid "Click to remove %s"
577
643
  msgstr "Seleziona per rimuovere %s"
578
644
 
@@ -580,7 +646,8 @@ msgstr "Seleziona per rimuovere %s"
580
646
  msgid "Click to add %s"
581
647
  msgstr "Seleziona per aggiungere %s"
582
648
 
583
- #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6 ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
649
+ #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:6
650
+ #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:7
584
651
  msgid "None"
585
652
  msgstr "Nessuno"
586
653
 
@@ -615,8 +682,12 @@ msgid "Operating system default"
615
682
  msgstr "Impostazione predefinita del sistema operativo"
616
683
 
617
684
  #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:27
618
- msgid "The final entry, Operating System default, can be set by editing the %s page."
619
- msgstr "La voce finale, impostazione predefinita del sistema operativo, può essere impostata modificando la pagina %s."
685
+ msgid ""
686
+ "The final entry, Operating System default, can be set by editing the %s "
687
+ "page."
688
+ msgstr ""
689
+ "La voce finale, impostazione predefinita del sistema operativo, può essere "
690
+ "impostata modificando la pagina %s."
620
691
 
621
692
  #: ../app/helpers/foreman_puppet/template_combinations_helper.rb:28
622
693
  msgid "Operating System"
@@ -631,12 +702,20 @@ msgid "%{puppetclass} does not belong to the %{environment} environment"
631
702
  msgstr ""
632
703
 
633
704
  #: ../app/models/foreman_puppet/host_puppet_facet.rb:81
634
- msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
635
- msgstr "Impossibile importare %{klass} per %{name}: non è presente non nostro database - operazione ignorata"
705
+ msgid ""
706
+ "Failed to import %{klass} for %{name}: doesn't exists in our database - "
707
+ "ignoring"
708
+ msgstr ""
709
+ "Impossibile importare %{klass} per %{name}: non è presente non nostro "
710
+ "database - operazione ignorata"
636
711
 
637
712
  #: ../app/models/foreman_puppet/host_puppet_facet.rb:123
638
- msgid "with id %{object_id} doesn't exist or is not assigned to proper organization and/or location"
639
- msgstr "con id %{object_id} non esiste o non è assegnato alla corretta organizzazione e/o localizzazione"
713
+ msgid ""
714
+ "with id %{object_id} doesn't exist or is not assigned to proper organization"
715
+ " and/or location"
716
+ msgstr ""
717
+ "con id %{object_id} non esiste o non è assegnato alla corretta "
718
+ "organizzazione e/o localizzazione"
640
719
 
641
720
  #: ../app/models/foreman_puppet/puppetclass_lookup_key.rb:51
642
721
  msgid "must be true to edit the parameter"
@@ -690,7 +769,11 @@ msgstr "Seleziona/Deseleziona obsoleto"
690
769
  msgid "Check/Uncheck all"
691
770
  msgstr "Seleziona/Deseleziona tutti"
692
771
 
693
- #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24 ../app/views/foreman_puppet/environments/_form.html.erb:4 ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4 ../app/views/hosts/select_multiple_environment.html.erb:7 ../app/views/provisioning_templates/_combination.html.erb:4
772
+ #: ../app/views/foreman_puppet/common/_puppetclasses_or_envs_changed.html.erb:24
773
+ #: ../app/views/foreman_puppet/environments/_form.html.erb:4
774
+ #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:4
775
+ #: ../app/views/hosts/select_multiple_environment.html.erb:7
776
+ #: ../app/views/provisioning_templates/_combination.html.erb:4
694
777
  msgid "Environment"
695
778
  msgstr "Ambiente"
696
779
 
@@ -730,19 +813,20 @@ msgstr "Cancella"
730
813
  msgid "Update"
731
814
  msgstr "Aggiorna"
732
815
 
733
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
816
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:10
734
817
  msgid "included already from parent"
735
818
  msgstr "già incluso dal genitore"
736
819
 
737
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:18 ../app/views/provisioning_templates/_combination.html.erb:4
820
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
821
+ #: ../app/views/provisioning_templates/_combination.html.erb:4
738
822
  msgid "Remove"
739
823
  msgstr "Rimuovi"
740
824
 
741
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:18
825
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:14
742
826
  msgid "Add"
743
827
  msgstr "Aggiungi"
744
828
 
745
- #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:30
829
+ #: ../app/views/foreman_puppet/config_groups/_config_group.html.erb:26
746
830
  msgid "%s is not in environment"
747
831
  msgstr "%s non è presente nell'ambiente"
748
832
 
@@ -754,40 +838,57 @@ msgstr "Gruppi di configurazioni inclusi"
754
838
  msgid "Available Config Groups"
755
839
  msgstr "Gruppi configurazione disponibili"
756
840
 
757
- #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1 ../app/views/foreman_puppet/environments/edit.html.erb:1 ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
841
+ #: ../app/views/foreman_puppet/config_groups/edit.html.erb:1
842
+ #: ../app/views/foreman_puppet/environments/edit.html.erb:1
843
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/edit.html.erb:1
758
844
  msgid "Edit %s"
759
845
  msgstr "Modifica %s"
760
846
 
761
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:3 ../app/views/foreman_puppet/config_groups/welcome.html.erb:1 ../app/views/foreman_puppet/config_groups/welcome.html.erb:9 ../lib/foreman_puppet/register.rb:172
847
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:3
848
+ #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:1
849
+ #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:9
850
+ #: ../lib/foreman_puppet/register.rb:171
762
851
  msgid "Config Groups"
763
852
  msgstr ""
764
853
 
765
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:6 ../app/views/foreman_puppet/config_groups/new.html.erb:1 ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
854
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:5
855
+ #: ../app/views/foreman_puppet/config_groups/new.html.erb:1
856
+ #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:5
766
857
  msgid "Create Config Group"
767
858
  msgstr ""
768
859
 
769
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:13 ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
860
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:11
861
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:1
770
862
  msgid "Puppet Classes"
771
863
  msgstr "Classi del puppet"
772
864
 
773
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:14 ../app/views/foreman_puppet/environments/index.html.erb:9 ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
865
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:12
866
+ #: ../app/views/foreman_puppet/environments/index.html.erb:9
867
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:12
774
868
  msgid "Hosts"
775
869
  msgstr "Hosts"
776
870
 
777
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:15 ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
871
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:13
872
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:11
778
873
  msgid "Host Groups"
779
874
  msgstr "Gruppi host"
780
875
 
781
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:16 ../app/views/foreman_puppet/environments/index.html.erb:10 ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
876
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:14
877
+ #: ../app/views/foreman_puppet/environments/index.html.erb:10
878
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:14
782
879
  msgid "Actions"
783
880
  msgstr "Azioni"
784
881
 
785
- #: ../app/views/foreman_puppet/config_groups/index.html.erb:27 ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
882
+ #: ../app/views/foreman_puppet/config_groups/index.html.erb:25
883
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:36
786
884
  msgid "Delete %s?"
787
885
  msgstr "Cancella %s?"
788
886
 
789
887
  #: ../app/views/foreman_puppet/config_groups/welcome.html.erb:4
790
- msgid "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."
888
+ msgid ""
889
+ "A config group provides a one-step method of associating many Puppet classes"
890
+ " to either a host or host group. Typically this would be used to add a "
891
+ "particular application profile or stack in one step."
791
892
  msgstr ""
792
893
 
793
894
  #: ../app/views/foreman_puppet/environments/_form.html.erb:6
@@ -798,7 +899,9 @@ msgstr "Localizzazioni"
798
899
  msgid "Organizations"
799
900
  msgstr "Organizzazioni"
800
901
 
801
- #: ../app/views/foreman_puppet/environments/edit.html.erb:5 ../app/views/foreman_puppet/environments/index.html.erb:1 ../app/views/foreman_puppet/environments/new.html.erb:4
902
+ #: ../app/views/foreman_puppet/environments/edit.html.erb:5
903
+ #: ../app/views/foreman_puppet/environments/index.html.erb:1
904
+ #: ../app/views/foreman_puppet/environments/new.html.erb:4
802
905
  msgid "Puppet Environments"
803
906
  msgstr "Ambienti del puppet"
804
907
 
@@ -806,7 +909,8 @@ msgstr "Ambienti del puppet"
806
909
  msgid "Environment|Name"
807
910
  msgstr "Nome"
808
911
 
809
- #: ../app/views/foreman_puppet/environments/index.html.erb:22 ../lib/foreman_puppet/register.rb:169
912
+ #: ../app/views/foreman_puppet/environments/index.html.erb:22
913
+ #: ../lib/foreman_puppet/register.rb:168
810
914
  msgid "Classes"
811
915
  msgstr "Classi"
812
916
 
@@ -814,7 +918,8 @@ msgstr "Classi"
814
918
  msgid "Create Environment"
815
919
  msgstr ""
816
920
 
817
- #: ../app/views/foreman_puppet/environments/welcome.html.erb:1 ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
921
+ #: ../app/views/foreman_puppet/environments/welcome.html.erb:1
922
+ #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:14
818
923
  msgid "Puppet environments"
819
924
  msgstr "Ambienti del puppet"
820
925
 
@@ -831,10 +936,15 @@ msgid "No environments found"
831
936
  msgstr ""
832
937
 
833
938
  #: ../app/views/foreman_puppet/puppet_smart_proxies/_environments.html.erb:27
834
- msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
939
+ msgid ""
940
+ "There are no puppet environments set up on this puppet master. Please check "
941
+ "the puppet master configuration."
835
942
  msgstr ""
836
943
 
837
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1 ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1 ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8 ../lib/foreman_puppet/register.rb:175
944
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:1
945
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:1
946
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:8
947
+ #: ../lib/foreman_puppet/register.rb:174
838
948
  msgid "Smart Class Parameters"
839
949
  msgstr ""
840
950
 
@@ -842,7 +952,9 @@ msgstr ""
842
952
  msgid "Parameter"
843
953
  msgstr "Parametro"
844
954
 
845
- #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7 ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4 ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
955
+ #: ../app/views/foreman_puppet/puppetclass_lookup_keys/index.html.erb:7
956
+ #: ../app/views/foreman_puppet/puppetclasses/_classes_parameters.html.erb:4
957
+ #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:7
846
958
  msgid "Puppet Class"
847
959
  msgstr "Classe del puppet"
848
960
 
@@ -851,14 +963,18 @@ msgid "Number of Overrides"
851
963
  msgstr ""
852
964
 
853
965
  #: ../app/views/foreman_puppet/puppetclass_lookup_keys/welcome.html.erb:4
854
- msgid "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)."
966
+ msgid ""
967
+ "Parameterized class support permits detecting, importing, and supplying "
968
+ "parameters directly to classes which support it, via the ENC and depending "
969
+ "on a set of rules (Smart Matchers)."
855
970
  msgstr ""
856
971
 
857
972
  #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:8
858
973
  msgid "Included Classes"
859
974
  msgstr "Classi incluse"
860
975
 
861
- #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26 ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
976
+ #: ../app/views/foreman_puppet/puppetclasses/_class_selection.html.erb:26
977
+ #: ../app/views/foreman_puppet/puppetclasses/_classes.html.erb:10
862
978
  msgid "Not authorized to edit classes"
863
979
  msgstr "Non autorizzato per la modifica delle classi"
864
980
 
@@ -874,7 +990,8 @@ msgstr "Classi disponibili"
874
990
  msgid "Filter classes"
875
991
  msgstr "Classi del filtro"
876
992
 
877
- #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2 ../webpack/src/foreman_class_edit.js:84
993
+ #: ../app/views/foreman_puppet/puppetclasses/_classes_in_groups.html.erb:2
994
+ #: ../webpack/src/foreman_class_edit.js:84
878
995
  msgid "belongs to config group"
879
996
  msgstr "appartiene al gruppo di configurazione"
880
997
 
@@ -891,7 +1008,9 @@ msgid "Omit"
891
1008
  msgstr ""
892
1009
 
893
1010
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:4
894
- msgid "The class could not be saved because of an error in one of the class parameters."
1011
+ msgid ""
1012
+ "The class could not be saved because of an error in one of the class "
1013
+ "parameters."
895
1014
  msgstr ""
896
1015
 
897
1016
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:8
@@ -904,11 +1023,16 @@ msgstr "Gruppi di host"
904
1023
 
905
1024
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:22
906
1025
  msgid "This Puppet class has no parameters in its signature."
907
- msgstr "La classe di questo puppet non ha alcun parametro nella propria firma."
1026
+ msgstr ""
1027
+ "La classe di questo puppet non ha alcun parametro nella propria firma."
908
1028
 
909
1029
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:23
910
- msgid "To update the class signature, go to the Puppet Classes page and select \"Import\"."
911
- msgstr "Per aggiornare la firma della classe, andare sulla pagina Classi del puppet e selezionare \"Importa\"."
1030
+ msgid ""
1031
+ "To update the class signature, go to the Puppet Classes page and select "
1032
+ "\"Import\"."
1033
+ msgstr ""
1034
+ "Per aggiornare la firma della classe, andare sulla pagina Classi del puppet "
1035
+ "e selezionare \"Importa\"."
912
1036
 
913
1037
  #: ../app/views/foreman_puppet/puppetclasses/_form.html.erb:28
914
1038
  msgid "Filter by name"
@@ -930,7 +1054,10 @@ msgstr "Modifica classe Puppet %s"
930
1054
  msgid "Puppetclass|Name"
931
1055
  msgstr "Nome"
932
1056
 
933
- #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10 ../app/views/smart_proxies/plugins/_puppet.html.erb:4 ../lib/foreman_puppet/register.rb:166 ../webpack/src/Components/Environments/Welcome.js:40
1057
+ #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:10
1058
+ #: ../app/views/smart_proxies/plugins/_puppet.html.erb:4
1059
+ #: ../lib/foreman_puppet/register.rb:165
1060
+ #: ../webpack/src/Components/Environments/Welcome.js:21
934
1061
  msgid "Environments"
935
1062
  msgstr "Ambienti"
936
1063
 
@@ -944,28 +1071,34 @@ msgstr "Sovrascrivi tutti i parametri"
944
1071
 
945
1072
  #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:37
946
1073
  msgid "This will set all parameters of the class %s as overridden. Continue?"
947
- msgstr "Questa azione imposterà i parametri della classe %s su sovrascritti. Continuare?"
1074
+ msgstr ""
1075
+ "Questa azione imposterà i parametri della classe %s su sovrascritti. "
1076
+ "Continuare?"
948
1077
 
949
1078
  #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
950
1079
  msgid "Set parameters to defaults"
951
1080
  msgstr "Imposta i parametri su valori predefiniti"
952
1081
 
953
1082
  #: ../app/views/foreman_puppet/puppetclasses/index.html.erb:38
954
- msgid "This will reset parameters of the class %s to their default values. Continue?"
955
- msgstr "Questa azione resetterà i parametri della classe %s sui rispettivi valori predefiniti. Continuare?"
956
-
957
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
958
- msgid "Puppet Class Parameters"
1083
+ msgid ""
1084
+ "This will reset parameters of the class %s to their default values. "
1085
+ "Continue?"
959
1086
  msgstr ""
1087
+ "Questa azione resetterà i parametri della classe %s sui rispettivi valori "
1088
+ "predefiniti. Continuare?"
960
1089
 
961
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
1090
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:16
962
1091
  msgid "Notice"
963
1092
  msgstr "Avviso"
964
1093
 
965
- #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:22
1094
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:17
966
1095
  msgid "Please select an environment first"
967
1096
  msgstr "Prima selezionare un ambiente"
968
1097
 
1098
+ #: ../app/views/hosts/_form_puppet_enc_tab.html.erb:21
1099
+ msgid "Puppet Class Parameters"
1100
+ msgstr ""
1101
+
969
1102
  #: ../app/views/hosts/select_multiple_environment.html.erb:4
970
1103
  msgid "Select environment"
971
1104
  msgstr "Seleziona ambiente"
@@ -1007,16 +1140,25 @@ msgid "Facts"
1007
1140
  msgstr "Eventi"
1008
1141
 
1009
1142
  #: ../lib/foreman_puppet/register.rb:10
1010
- msgid "Foreman will default to this puppet environment if it cannot auto detect one"
1011
- msgstr "Foreman eseguirà il default su questo ambiente puppet se non è in grado di rilevarne uno"
1143
+ msgid ""
1144
+ "Foreman will default to this puppet environment if it cannot auto detect one"
1145
+ msgstr ""
1146
+ "Foreman eseguirà il default su questo ambiente puppet se non è in grado di "
1147
+ "rilevarne uno"
1012
1148
 
1013
1149
  #: ../lib/foreman_puppet/register.rb:12
1014
1150
  msgid "Default Puppet environment"
1015
1151
  msgstr ""
1016
1152
 
1017
1153
  #: ../lib/foreman_puppet/register.rb:16
1018
- msgid "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"
1019
- msgstr "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"
1154
+ msgid ""
1155
+ "Foreman will explicitly set the puppet environment in the ENC yaml output. "
1156
+ "This will avoid conflicts between the environment in puppet.conf and the "
1157
+ "environment set in Foreman"
1158
+ msgstr ""
1159
+ "Foreman imposterà in modo esplicito l'ambiente puppet all'interno "
1160
+ "dell'output yalm ENC. Ciò eviterà di avere dei conflitti con l'ambiente "
1161
+ "puppet.conf e quello impostato in Foreman"
1020
1162
 
1021
1163
  #: ../lib/foreman_puppet/register.rb:19
1022
1164
  msgid "ENC environment"
@@ -1035,7 +1177,9 @@ msgid "Config Management"
1035
1177
  msgstr ""
1036
1178
 
1037
1179
  #: ../lib/foreman_puppet/register.rb:30
1038
- msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
1180
+ msgid ""
1181
+ "Duration in minutes after servers reporting via Puppet are classed as out of"
1182
+ " sync."
1039
1183
  msgstr ""
1040
1184
 
1041
1185
  #: ../lib/foreman_puppet/register.rb:32
@@ -1043,73 +1187,19 @@ msgid "Puppet interval"
1043
1187
  msgstr ""
1044
1188
 
1045
1189
  #: ../lib/foreman_puppet/register.rb:35
1046
- msgid "Disable host configuration status turning to out of sync for %s after report does not arrive within configured interval"
1190
+ msgid ""
1191
+ "Disable host configuration status turning to out of sync for %s after report"
1192
+ " does not arrive within configured interval"
1047
1193
  msgstr ""
1048
1194
 
1049
1195
  #: ../lib/foreman_puppet/register.rb:37
1050
1196
  msgid "%s out of sync disabled"
1051
1197
  msgstr ""
1052
1198
 
1053
- #: ../lib/foreman_puppet/register.rb:163 ../lib/foreman_puppet/register.rb:216
1199
+ #: ../lib/foreman_puppet/register.rb:162 ../lib/foreman_puppet/register.rb:215
1054
1200
  msgid "Puppet ENC"
1055
1201
  msgstr ""
1056
1202
 
1057
- #: ../lib/foreman_puppet/register.rb:230
1058
- msgid "Puppet env"
1059
- msgstr ""
1060
-
1061
- #: ../webpack/src/Components/Environments/Welcome.js:18
1062
- msgid "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."
1063
- msgstr ""
1064
-
1065
- #: ../webpack/src/Components/Environments/Welcome.js:29
1066
- msgid "Puppet classes"
1067
- msgstr ""
1068
-
1069
- #: ../webpack/src/Extends/Host/PuppetTab/Routes.js:15 ../webpack/src/Extends/Host/PuppetTab/constants.js:6
1070
- msgid "Assigned classes"
1071
- msgstr ""
1072
-
1073
- #: ../webpack/src/Extends/Host/PuppetTab/Routes.js:16 ../webpack/src/Extends/Host/PuppetTab/Routes.js:22
1074
- msgid "This tab is still a work in progress"
1075
- msgstr ""
1076
-
1077
- #: ../webpack/src/Extends/Host/PuppetTab/Routes.js:21 ../webpack/src/Extends/Host/PuppetTab/constants.js:7
1078
- msgid "Smart class parameters"
1079
- msgstr "Parametri classe smart"
1080
-
1081
- #: ../webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js:28
1082
- msgid "Couldn't find any ENC data for this host"
1083
- msgstr ""
1084
-
1085
- #: ../webpack/src/Extends/Host/PuppetTab/SubTabs/ENCPreview/index.js:34
1086
- msgid "Error!"
1087
- msgstr ""
1088
-
1089
- #: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:23
1090
- msgid "Puppet details"
1091
- msgstr ""
1092
-
1093
- #: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:26
1094
- msgid "Puppet environment"
1095
- msgstr ""
1096
-
1097
- #: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:41
1098
- msgid "Puppet Smart Proxy"
1099
- msgstr ""
1100
-
1101
- #: ../webpack/src/Extends/Host/PuppetTab/SubTabs/Reports/components/DescriptionCard.js:54
1102
- msgid "Puppet CA Smart Proxy"
1103
- msgstr ""
1104
-
1105
- #: ../webpack/src/Extends/Host/PuppetTab/constants.js:4
1106
- msgid "Reports"
1107
- msgstr "Notifiche"
1108
-
1109
- #: ../webpack/src/Extends/Host/PuppetTab/constants.js:9
1110
- msgid "ENC Preview"
1111
- msgstr ""
1112
-
1113
1203
  #: ../webpack/src/foreman_class_edit.js:146
1114
1204
  msgid "Click to remove config group"
1115
1205
  msgstr "Seleziona per rimuovere il gruppo di configurazione"
@@ -1122,35 +1212,22 @@ msgstr " Rimuovi"
1122
1212
  msgid "Loading parameters..."
1123
1213
  msgstr "Caricamento parametri in corso..."
1124
1214
 
1125
- #: ../webpack/src/foreman_puppet_host_form.js:102
1126
- msgid "Some Puppet Classes are unavailable in the selected environment"
1127
- msgstr ""
1128
-
1129
1215
  #: action_names.rb:2
1130
- msgid "Remote action:"
1131
- msgstr "Azione remota:"
1216
+ msgid "Action with sub plans"
1217
+ msgstr ""
1132
1218
 
1133
1219
  #: action_names.rb:3
1134
- msgid "»Action with sub plans«"
1135
- msgstr ""
1220
+ msgid "Import facts"
1221
+ msgstr "Importa gli eventi"
1136
1222
 
1137
1223
  #: action_names.rb:4
1138
- msgid "»Import Puppet classes«"
1139
- msgstr ""
1224
+ msgid "Import Puppet classes"
1225
+ msgstr "Importa classi Puppet"
1140
1226
 
1141
1227
  #: action_names.rb:5
1142
- msgid "»Import facts«"
1143
- msgstr ""
1228
+ msgid "Remote action:"
1229
+ msgstr "Azione remota:"
1144
1230
 
1145
1231
  #: gemspec.rb:2
1146
1232
  msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
1147
1233
  msgstr ""
1148
-
1149
- #~ msgid "Environment name"
1150
- #~ msgstr "Nome ambiente"
1151
-
1152
- #~ msgid "Import Puppet classes"
1153
- #~ msgstr "Importa classi Puppet"
1154
-
1155
- #~ msgid "Import facts"
1156
- #~ msgstr "Importa gli eventi"