foreman_ansible 3.0.6 → 3.0.7

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.
@@ -1,37 +1,44 @@
1
- # Italian translations for foreman_ansible package.
2
- # Copyright (C) 2018 THE PACKAGE'S COPYRIGHT HOLDER
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_ansible package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
5
- #
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Giuseppe Pignataro <rogepix@gmail.com>, 2018
8
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2019
9
+ # Dominic Cleal <dominic@cleal.org>, 2019
10
+ # Andrea MTP, 2019
11
+ #
12
+ #, fuzzy
6
13
  msgid ""
7
14
  msgstr ""
8
15
  "Project-Id-Version: foreman_ansible 3.0.0\n"
9
16
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2018-03-12 12:24-0400\n"
11
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
- "Language-Team: Italian\n"
13
- "Language: it\n"
17
+ "POT-Creation-Date: 2019-06-27 17:00+0200\n"
18
+ "PO-Revision-Date: 2018-11-14 21:36+0000\n"
19
+ "Last-Translator: Andrea MTP, 2019\n"
20
+ "Language-Team: Italian (https://www.transifex.com/foreman/teams/114/it/)\n"
14
21
  "MIME-Version: 1.0\n"
15
22
  "Content-Type: text/plain; charset=UTF-8\n"
16
23
  "Content-Transfer-Encoding: 8bit\n"
17
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
- "\n"
24
+ "Language: it\n"
25
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
26
 
20
27
  #: ../app/controllers/ansible_roles_controller.rb:35
21
28
  msgid "Import of roles successfully finished."
22
- msgstr ""
29
+ msgstr "Ruoli importati con successo."
23
30
 
24
31
  #: ../app/controllers/ansible_roles_controller.rb:50
25
32
  msgid "No changes in roles detected."
26
- msgstr ""
33
+ msgstr "Nessuna modifica rilevata nei ruoli."
27
34
 
28
35
  #: ../app/controllers/ansible_roles_controller.rb:51
29
36
  msgid "No changes in roles detected on %s."
30
- msgstr ""
37
+ msgstr "Nessuna modifica nei ruoli rilevata in %s."
31
38
 
32
39
  #: ../app/controllers/ansible_variables_controller.rb:39
33
40
  msgid "No changes in variables detected on %s."
34
- msgstr ""
41
+ msgstr "Nessuna modifica nelle variabili rilevata in %s."
35
42
 
36
43
  #: ../app/controllers/ansible_variables_controller.rb:49
37
44
  msgid ""
@@ -40,9 +47,37 @@ msgid ""
40
47
  " Removed: #{results[:obsolete].count} \n"
41
48
  "Updated: #{results[:updated].count}"
42
49
  msgstr ""
50
+ "Importazione delle variabili completata con successo.\n"
51
+ "Aggiunte: #{results[:added].count} \n"
52
+ "Rimosse: #{results[:obsolete].count} \n"
53
+ "Aggiornate: #{results[:updated].count}"
43
54
 
44
55
  #: ../app/controllers/ansible_variables_controller.rb:102
45
- msgid "No proxy found to import variables from, ensure that the smart proxy has the Ansible feature enabled."
56
+ msgid ""
57
+ "No proxy found to import variables from, ensure that the smart proxy has the"
58
+ " Ansible feature enabled."
59
+ msgstr ""
60
+ "Nessun proxy trovato dal quale importare le variabili, assicurati di aver "
61
+ "abilitato la funzione Ansible nello smart proxy."
62
+
63
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:7
64
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:12
65
+ msgid "Show Ansible inventory for hosts"
66
+ msgstr ""
67
+
68
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:8
69
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:13
70
+ msgid "IDs of hosts included in inventory"
71
+ msgstr ""
72
+
73
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:17
74
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:22
75
+ msgid "Show Ansible inventory for hostgroups"
76
+ msgstr ""
77
+
78
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:18
79
+ #: ../app/controllers/api/v2/ansible_inventories_controller.rb:23
80
+ msgid "IDs of hostgroups included in inventory"
46
81
  msgstr ""
47
82
 
48
83
  #: ../app/controllers/api/v2/ansible_override_values_controller.rb:17
@@ -55,48 +90,55 @@ msgstr ""
55
90
 
56
91
  #: ../app/controllers/api/v2/ansible_override_values_controller.rb:22
57
92
  msgid "Create an override value for a specific ansible variable"
58
- msgstr ""
93
+ msgstr "Crea un valore override per una specifica smart variable"
59
94
 
60
95
  #: ../app/controllers/api/v2/ansible_override_values_controller.rb:34
61
96
  msgid "Destroy an override value"
62
- msgstr ""
97
+ msgstr "Elimina un valore di override"
63
98
 
64
99
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:18
65
100
  msgid "Show role"
66
- msgstr ""
101
+ msgstr "Mostra ruolo"
67
102
 
68
103
  #: ../app/controllers/api/v2/ansible_roles_controller.rb:22
69
104
  msgid "List Ansible roles"
70
- msgstr ""
105
+ msgstr "Elenca tutti i ruoli Ansible"
71
106
 
72
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:28
107
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:29
73
108
  msgid "Deletes Ansible role"
74
- msgstr ""
109
+ msgstr "Cancella un ruolo Ansible"
75
110
 
76
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:34
111
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:35
77
112
  msgid "Import Ansible roles"
78
- msgstr ""
113
+ msgstr "Importa un ruolo Ansible"
79
114
 
80
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:35 ../app/controllers/api/v2/ansible_roles_controller.rb:42 ../app/controllers/api/v2/ansible_variables_controller.rb:73 ../app/controllers/api/v2/ansible_variables_controller.rb:83
115
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:36
116
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:43
117
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:75
118
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:85
81
119
  msgid "Smart Proxy to import from"
82
- msgstr ""
120
+ msgstr "Smart Proxy da cui importare"
83
121
 
84
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:36
122
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:37
85
123
  msgid "Ansible role names to import"
86
- msgstr ""
124
+ msgstr "Nome del ruolo Ansible da importare"
87
125
 
88
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:41
126
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:42
89
127
  msgid "Obsolete Ansible roles"
90
- msgstr ""
128
+ msgstr "Rendi obsoleti i ruoli Ansible"
91
129
 
92
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:48
130
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:49
93
131
  msgid "Fetch Ansible roles available to be imported"
94
- msgstr ""
132
+ msgstr "Recupera i ruoli Ansible disponibili per essere importati"
95
133
 
96
- #: ../app/controllers/api/v2/ansible_roles_controller.rb:49
134
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:50
97
135
  msgid "Smart Proxy to fetch from"
98
136
  msgstr ""
99
137
 
138
+ #: ../app/controllers/api/v2/ansible_roles_controller.rb:73
139
+ msgid "Smart proxy id is required"
140
+ msgstr ""
141
+
100
142
  #: ../app/controllers/api/v2/ansible_variables_controller.rb:20
101
143
  msgid "Show variable"
102
144
  msgstr ""
@@ -105,72 +147,80 @@ msgstr ""
105
147
  msgid "List Ansible variables"
106
148
  msgstr ""
107
149
 
108
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:30
150
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:31
109
151
  msgid "Deletes Ansible variable"
110
152
  msgstr ""
111
153
 
112
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:39
154
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:40
113
155
  msgid "Name of variable"
114
156
  msgstr ""
115
157
 
116
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:40
158
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:41
117
159
  msgid "Role ID"
118
160
  msgstr ""
119
161
 
120
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:41
162
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:42
121
163
  msgid "Default value of variable"
122
164
  msgstr ""
123
165
 
124
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:42
166
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:43
125
167
  msgid "When enabled the parameter is hidden in the UI"
126
168
  msgstr ""
127
169
 
128
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:43
170
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:44
129
171
  msgid "The order in which values are resolved"
130
- msgstr ""
172
+ msgstr "L'ordine attraverso il quale vengono risolti i valori"
131
173
 
132
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:44
174
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:45
133
175
  msgid "Description of variable"
134
176
  msgstr ""
135
177
 
136
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:45
178
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:46
137
179
  msgid "Types of validation values"
138
180
  msgstr ""
139
181
 
140
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:46
182
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:47
141
183
  msgid "Used to enforce certain values for the parameter values"
142
184
  msgstr ""
143
185
 
144
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:47
186
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:48
145
187
  msgid "Types of variable values"
146
188
  msgstr ""
147
189
 
148
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:48
190
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:49
149
191
  msgid "Merge all matching values (only array/hash type)"
150
192
  msgstr ""
151
193
 
152
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:49
194
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:50
153
195
  msgid "Include default value when merging all matching values"
154
196
  msgstr ""
155
197
 
156
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:50
198
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:51
157
199
  msgid "Remove duplicate values (only array type)"
158
200
  msgstr ""
159
201
 
160
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:54
202
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:52
203
+ msgid "Whether to override variable or not"
204
+ msgstr ""
205
+
206
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:56
161
207
  msgid "Create Ansible variable"
162
208
  msgstr ""
163
209
 
164
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:61
210
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:63
165
211
  msgid "Updates Ansible variable"
166
212
  msgstr ""
167
213
 
168
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:71
169
- msgid "Import Ansible variables. This will only import variables for already existing roles, it will not import any new roles"
214
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:73
215
+ msgid ""
216
+ "Import Ansible variables. This will only import variables for already "
217
+ "existing roles, it will not import any new roles"
170
218
  msgstr ""
171
219
 
172
- #: ../app/controllers/api/v2/ansible_variables_controller.rb:81
173
- msgid "Obsolete Ansible variables. This will only obsolete variables for already existing roles, it will not delete any old roles"
220
+ #: ../app/controllers/api/v2/ansible_variables_controller.rb:83
221
+ msgid ""
222
+ "Obsolete Ansible variables. This will only obsolete variables for already "
223
+ "existing roles, it will not delete any old roles"
174
224
  msgstr ""
175
225
 
176
226
  #: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:20
@@ -197,7 +247,8 @@ msgstr ""
197
247
  msgid "Ansible roles to assign to a hostgroup"
198
248
  msgstr ""
199
249
 
200
- #: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13 ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
250
+ #: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13
251
+ #: ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
201
252
  msgid "IDs of associated ansible roles"
202
253
  msgstr ""
203
254
 
@@ -239,7 +290,7 @@ msgstr ""
239
290
 
240
291
  #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:8
241
292
  msgid "Import from %s"
242
- msgstr ""
293
+ msgstr "Importa da %s"
243
294
 
244
295
  #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:23
245
296
  msgid "Ansible Role"
@@ -247,13 +298,14 @@ msgstr ""
247
298
 
248
299
  #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:29
249
300
  msgid "Import"
250
- msgstr ""
301
+ msgstr "Importa"
251
302
 
252
303
  #: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:35
253
304
  msgid "%s ago"
254
- msgstr ""
305
+ msgstr "%s fa"
255
306
 
256
- #: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13 ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
307
+ #: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13
308
+ #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
257
309
  msgid "Play Ansible roles"
258
310
  msgstr ""
259
311
 
@@ -261,7 +313,8 @@ msgstr ""
261
313
  msgid "Playbook execution failed"
262
314
  msgstr ""
263
315
 
264
- #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30 ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
316
+ #: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30
317
+ #: ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
265
318
  msgid "Error loading data from proxy"
266
319
  msgstr ""
267
320
 
@@ -278,7 +331,10 @@ msgid "Unable to get roles/variables from Ansible"
278
331
  msgstr ""
279
332
 
280
333
  #: ../app/models/setting/ansible.rb:20
281
- msgid "Use this to supply a path to an SSH Private Key that Ansible will use in lieu of a password Override with \"ansible_ssh_private_key_file\" host parameter"
334
+ msgid ""
335
+ "Use this to supply a path to an SSH Private Key that Ansible will use in "
336
+ "lieu of a password Override with \"ansible_ssh_private_key_file\" host "
337
+ "parameter"
282
338
  msgstr ""
283
339
 
284
340
  #: ../app/models/setting/ansible.rb:25
@@ -286,7 +342,9 @@ msgid "Private Key Path"
286
342
  msgstr ""
287
343
 
288
344
  #: ../app/models/setting/ansible.rb:29
289
- msgid "Use this connection type by default when running Ansible playbooks. You can override this on hosts by adding a parameter \"ansible_connection\""
345
+ msgid ""
346
+ "Use this connection type by default when running Ansible playbooks. You can "
347
+ "override this on hosts by adding a parameter \"ansible_connection\""
290
348
  msgstr ""
291
349
 
292
350
  #: ../app/models/setting/ansible.rb:33
@@ -294,7 +352,10 @@ msgid "Connection type"
294
352
  msgstr ""
295
353
 
296
354
  #: ../app/models/setting/ansible.rb:37
297
- msgid "Enable/disable WinRM server certificate validation when running Ansible playbooks. You can override this on hosts by adding a parameter \"ansible_winrm_server_cert_validation\""
355
+ msgid ""
356
+ "Enable/disable WinRM server certificate validation when running Ansible "
357
+ "playbooks. You can override this on hosts by adding a parameter "
358
+ "\"ansible_winrm_server_cert_validation\""
298
359
  msgstr ""
299
360
 
300
361
  #: ../app/models/setting/ansible.rb:42
@@ -302,7 +363,9 @@ msgid "WinRM cert Validation"
302
363
  msgstr ""
303
364
 
304
365
  #: ../app/models/setting/ansible.rb:46
305
- msgid "Foreman will add the this level of verbosity for additional debugging output when running Ansible playbooks."
366
+ msgid ""
367
+ "Foreman will add the this level of verbosity for additional debugging output"
368
+ " when running Ansible playbooks."
306
369
  msgstr ""
307
370
 
308
371
  #: ../app/models/setting/ansible.rb:49
@@ -311,7 +374,7 @@ msgstr ""
311
374
 
312
375
  #: ../app/models/setting/ansible.rb:52
313
376
  msgid "Disabled"
314
- msgstr ""
377
+ msgstr "Disabilitato"
315
378
 
316
379
  #: ../app/models/setting/ansible.rb:53
317
380
  msgid "Level 1 (-v)"
@@ -330,7 +393,10 @@ msgid "Level 4 (-vvvv)"
330
393
  msgstr ""
331
394
 
332
395
  #: ../app/models/setting/ansible.rb:62
333
- msgid "Timeout (in seconds) to set when Foreman will trigger a play Ansible roles task after a host is fully provisioned. Set this to the maximum time you expect a host to take until it is ready after a reboot."
396
+ msgid ""
397
+ "Timeout (in seconds) to set when Foreman will trigger a play Ansible roles "
398
+ "task after a host is fully provisioned. Set this to the maximum time you "
399
+ "expect a host to take until it is ready after a reboot."
334
400
  msgstr ""
335
401
 
336
402
  #: ../app/models/setting/ansible.rb:67
@@ -346,7 +412,9 @@ msgid "Ansible report timeout"
346
412
  msgstr ""
347
413
 
348
414
  #: ../app/models/setting/ansible.rb:77
349
- msgid "Disable host configuration status turning to out of sync for %{cfgmgmt} after report does not arrive within configured interval"
415
+ msgid ""
416
+ "Disable host configuration status turning to out of sync for %{cfgmgmt} "
417
+ "after report does not arrive within configured interval"
350
418
  msgstr ""
351
419
 
352
420
  #: ../app/models/setting/ansible.rb:81
@@ -361,7 +429,7 @@ msgstr ""
361
429
  msgid "Implementation for running Ansible"
362
430
  msgstr ""
363
431
 
364
- #: ../app/models/setting/ansible.rb:104 ../lib/foreman_ansible/register.rb:92
432
+ #: ../app/models/setting/ansible.rb:104 ../lib/foreman_ansible/register.rb:97
365
433
  msgid "Ansible"
366
434
  msgstr ""
367
435
 
@@ -369,7 +437,8 @@ msgstr ""
369
437
  msgid "Remediation Plan"
370
438
  msgstr ""
371
439
 
372
- #: ../app/services/foreman_ansible/insights_notification_builder.rb:61 ../db/seeds.d/90_notification_blueprints.rb:13
440
+ #: ../app/services/foreman_ansible/insights_notification_builder.rb:61
441
+ #: ../db/seeds.d/90_notification_blueprints.rb:13
373
442
  msgid "Job Details"
374
443
  msgstr ""
375
444
 
@@ -381,101 +450,125 @@ msgstr ""
381
450
  msgid "Changed Ansible roles"
382
451
  msgstr ""
383
452
 
384
- #: ../app/views/ansible_roles/import.html.erb:3 ../app/views/ansible_variables/import.html.erb:3
453
+ #: ../app/views/ansible_roles/import.html.erb:3
454
+ #: ../app/views/ansible_variables/import.html.erb:3
385
455
  msgid "Select the changes you want to realize in Foreman"
386
- msgstr ""
456
+ msgstr "Selezionare le modifiche da effettuare in Foreman"
387
457
 
388
- #: ../app/views/ansible_roles/import.html.erb:5 ../app/views/ansible_variables/import.html.erb:5
458
+ #: ../app/views/ansible_roles/import.html.erb:5
459
+ #: ../app/views/ansible_variables/import.html.erb:5
389
460
  msgid "Toggle"
390
- msgstr ""
461
+ msgstr "Attiva/Disattiva"
391
462
 
392
- #: ../app/views/ansible_roles/import.html.erb:6 ../app/views/ansible_variables/import.html.erb:6
463
+ #: ../app/views/ansible_roles/import.html.erb:6
464
+ #: ../app/views/ansible_variables/import.html.erb:6
393
465
  msgid "New"
394
- msgstr ""
466
+ msgstr "Nuovo"
395
467
 
396
- #: ../app/views/ansible_roles/import.html.erb:8 ../app/views/ansible_variables/import.html.erb:8
468
+ #: ../app/views/ansible_roles/import.html.erb:8
469
+ #: ../app/views/ansible_variables/import.html.erb:8
397
470
  msgid "Check/Uncheck new"
398
- msgstr ""
471
+ msgstr "Seleziona/Deseleziona nuovo"
399
472
 
400
- #: ../app/views/ansible_roles/import.html.erb:9 ../app/views/ansible_variables/import.html.erb:9
473
+ #: ../app/views/ansible_roles/import.html.erb:9
474
+ #: ../app/views/ansible_variables/import.html.erb:9
401
475
  msgid "Obsolete"
402
- msgstr ""
476
+ msgstr "Obsoleto"
403
477
 
404
- #: ../app/views/ansible_roles/import.html.erb:11 ../app/views/ansible_variables/import.html.erb:11
478
+ #: ../app/views/ansible_roles/import.html.erb:11
479
+ #: ../app/views/ansible_variables/import.html.erb:11
405
480
  msgid "Check/Uncheck obsolete"
406
- msgstr ""
481
+ msgstr "Seleziona/Deseleziona obsoleto"
407
482
 
408
- #: ../app/views/ansible_roles/import.html.erb:19 ../app/views/ansible_variables/import.html.erb:22
483
+ #: ../app/views/ansible_roles/import.html.erb:19
484
+ #: ../app/views/ansible_variables/import.html.erb:22
409
485
  msgid "Check/Uncheck all"
410
- msgstr ""
486
+ msgstr "Seleziona/Deseleziona tutti"
411
487
 
412
- #: ../app/views/ansible_roles/import.html.erb:21 ../app/views/ansible_variables/import.html.erb:24
488
+ #: ../app/views/ansible_roles/import.html.erb:21
489
+ #: ../app/views/ansible_variables/import.html.erb:24
413
490
  msgid "Name"
414
- msgstr ""
491
+ msgstr "Nome"
415
492
 
416
- #: ../app/views/ansible_roles/import.html.erb:22 ../app/views/ansible_variables/import.html.erb:26
493
+ #: ../app/views/ansible_roles/import.html.erb:22
494
+ #: ../app/views/ansible_variables/import.html.erb:26
417
495
  msgid "Hosts count"
418
- msgstr ""
496
+ msgstr "Conteggio host"
419
497
 
420
- #: ../app/views/ansible_roles/import.html.erb:23 ../app/views/ansible_variables/import.html.erb:27
498
+ #: ../app/views/ansible_roles/import.html.erb:23
499
+ #: ../app/views/ansible_variables/import.html.erb:27
421
500
  msgid "Hostgroups count"
422
- msgstr ""
501
+ msgstr "Conteggio Hostgroup"
423
502
 
424
- #: ../app/views/ansible_roles/import.html.erb:24 ../app/views/ansible_variables/import.html.erb:28
503
+ #: ../app/views/ansible_roles/import.html.erb:24
504
+ #: ../app/views/ansible_variables/import.html.erb:28
425
505
  msgid "Operation"
426
- msgstr ""
506
+ msgstr "Operazione"
427
507
 
428
- #: ../app/views/ansible_roles/import.html.erb:35 ../app/views/ansible_variables/import.html.erb:39
508
+ #: ../app/views/ansible_roles/import.html.erb:35
509
+ #: ../app/views/ansible_variables/import.html.erb:39
429
510
  msgid "Check/Uncheck all %s changes"
430
- msgstr ""
511
+ msgstr "Seleziona/deseleziona tutte %s modifiche"
431
512
 
432
- #: ../app/views/ansible_roles/import.html.erb:40 ../app/views/ansible_variables/import.html.erb:45
513
+ #: ../app/views/ansible_roles/import.html.erb:40
514
+ #: ../app/views/ansible_variables/import.html.erb:45
433
515
  msgid "Add"
434
- msgstr ""
516
+ msgstr "Aggiungi"
435
517
 
436
- #: ../app/views/ansible_roles/import.html.erb:40 ../app/views/ansible_variables/import.html.erb:45
518
+ #: ../app/views/ansible_roles/import.html.erb:40
519
+ #: ../app/views/ansible_variables/import.html.erb:45
437
520
  msgid "Remove"
438
- msgstr ""
521
+ msgstr "Rimuovi"
439
522
 
440
- #: ../app/views/ansible_roles/import.html.erb:48 ../app/views/ansible_variables/import.html.erb:53
523
+ #: ../app/views/ansible_roles/import.html.erb:48
524
+ #: ../app/views/ansible_variables/import.html.erb:53
441
525
  msgid "Cancel"
442
- msgstr ""
526
+ msgstr "Cancella"
443
527
 
444
- #: ../app/views/ansible_roles/import.html.erb:49 ../app/views/ansible_variables/import.html.erb:12 ../app/views/ansible_variables/import.html.erb:45 ../app/views/ansible_variables/import.html.erb:54
528
+ #: ../app/views/ansible_roles/import.html.erb:49
529
+ #: ../app/views/ansible_variables/import.html.erb:12
530
+ #: ../app/views/ansible_variables/import.html.erb:45
531
+ #: ../app/views/ansible_variables/import.html.erb:54
445
532
  msgid "Update"
446
- msgstr ""
533
+ msgstr "Aggiorna"
447
534
 
448
- #: ../app/views/ansible_roles/index.html.erb:1 ../app/views/ansible_roles/welcome.html.erb:1 ../app/views/ansible_roles/welcome.html.erb:6 ../app/views/foreman_ansible/ansible_roles/_select_tab_title.html.erb:1
535
+ #: ../app/views/ansible_roles/index.html.erb:1
536
+ #: ../app/views/ansible_roles/welcome.html.erb:1
537
+ #: ../app/views/ansible_roles/welcome.html.erb:6
538
+ #: ../app/views/foreman_ansible/ansible_roles/_select_tab_title.html.erb:1
449
539
  msgid "Ansible Roles"
450
540
  msgstr ""
451
541
 
452
542
  #: ../app/views/ansible_roles/index.html.erb:9
453
543
  msgid "Role|Name"
454
- msgstr ""
544
+ msgstr "Nome"
455
545
 
456
546
  #: ../app/views/ansible_roles/index.html.erb:10
457
547
  msgid "Hostgroups"
458
- msgstr ""
548
+ msgstr "Hostgroup"
459
549
 
460
550
  #: ../app/views/ansible_roles/index.html.erb:11
461
551
  msgid "Hosts"
462
- msgstr ""
552
+ msgstr "Hosts"
463
553
 
464
554
  #: ../app/views/ansible_roles/index.html.erb:12
465
555
  msgid "Imported at"
466
556
  msgstr ""
467
557
 
468
- #: ../app/views/ansible_roles/index.html.erb:13 ../app/views/ansible_variables/index.html.erb:16
558
+ #: ../app/views/ansible_roles/index.html.erb:13
559
+ #: ../app/views/ansible_variables/index.html.erb:16
469
560
  msgid "Actions"
470
- msgstr ""
561
+ msgstr "Azioni"
471
562
 
472
- #: ../app/views/ansible_roles/index.html.erb:27 ../lib/foreman_ansible/register.rb:98
563
+ #: ../app/views/ansible_roles/index.html.erb:27
564
+ #: ../lib/foreman_ansible/register.rb:103
473
565
  msgid "Variables"
474
- msgstr ""
566
+ msgstr "Variabili"
475
567
 
476
- #: ../app/views/ansible_roles/index.html.erb:33 ../app/views/ansible_variables/index.html.erb:41
568
+ #: ../app/views/ansible_roles/index.html.erb:33
569
+ #: ../app/views/ansible_variables/index.html.erb:41
477
570
  msgid "Delete %s?"
478
- msgstr ""
571
+ msgstr "Cancella %s?"
479
572
 
480
573
  #: ../app/views/ansible_roles/welcome.html.erb:7
481
574
  msgid ""
@@ -504,7 +597,11 @@ msgid "Override the default value of the Ansible variable."
504
597
  msgstr ""
505
598
 
506
599
  #: ../app/views/ansible_variables/_fields.erb:14
507
- msgid "Mark the variable to be managed by Foreman. When the Ansible role of this variable is assigned to a host, the default value will be added to Ansible inventory as a host variable. Specify matchers to set a different value for such variable."
600
+ msgid ""
601
+ "Mark the variable to be managed by Foreman. When the Ansible role of this "
602
+ "variable is assigned to a host, the default value will be added to Ansible "
603
+ "inventory as a host variable. Specify matchers to set a different value for "
604
+ "such variable."
508
605
  msgstr ""
509
606
 
510
607
  #: ../app/views/ansible_variables/_fields.erb:27
@@ -524,12 +621,18 @@ msgid "Optional Input Validator"
524
621
  msgstr ""
525
622
 
526
623
  #: ../app/views/ansible_variables/_fields.erb:41
527
- msgid "Before including these variables on your playbooks, Foreman will validate that your variables comply with the validation."
624
+ msgid ""
625
+ "Before including these variables on your playbooks, Foreman will validate "
626
+ "that your variables comply with the validation."
528
627
  msgstr ""
529
628
 
530
629
  #: ../app/views/ansible_variables/_fields.erb:44
531
- msgid "If checked, will raise an error if there is no default value and no matcher provide a value."
630
+ msgid ""
631
+ "If checked, will raise an error if there is no default value and no matcher "
632
+ "provide a value."
532
633
  msgstr ""
634
+ "Se selezionato, verrà generato un errore se nessun valore predefinito è "
635
+ "stato impostato, o se nessun dispositivo di confronto fornisce un valore. "
533
636
 
534
637
  #: ../app/views/ansible_variables/_fields.erb:53
535
638
  msgid "Prioritize Attribute Order"
@@ -541,14 +644,25 @@ msgstr ""
541
644
 
542
645
  #: ../app/views/ansible_variables/_fields.erb:55
543
646
  msgid "Order"
544
- msgstr ""
647
+ msgstr "Ordine"
545
648
 
546
649
  #: ../app/views/ansible_variables/_fields.erb:56
547
- msgid "The order in which matchers keys are processed, first match wins.<br> You may use multiple attributes as a matcher key, for example, an order of <code>host group, environment</code> would expect a matcher such as <code>hostgroup = \"web servers\", environment = production</code>"
650
+ msgid ""
651
+ "The order in which matchers keys are processed, first match wins.<br> You "
652
+ "may use multiple attributes as a matcher key, for example, an order of "
653
+ "<code>host group, environment</code> would expect a matcher such as "
654
+ "<code>hostgroup = \"web servers\", environment = production</code>"
548
655
  msgstr ""
656
+ "L'ordine con il quale vengono processate le chiavi per la corrispondenza, a "
657
+ "tale scopo viene utilizzata la prima corrispondenza.<br> È possibile usare "
658
+ "attributi multipli, per esempio l'ordine <code>host group, "
659
+ "environment</code> prevede una corrispondenza del tipo <code>hostgroup = "
660
+ "\"web servers\", environment = production</code>"
549
661
 
550
662
  #: ../app/views/ansible_variables/_fields.erb:59
551
- msgid "Continue to look for matches after first find (only array/hash type)? Note: merging overrides ignores all matchers that are omitted."
663
+ msgid ""
664
+ "Continue to look for matches after first find (only array/hash type)? Note: "
665
+ "merging overrides ignores all matchers that are omitted."
552
666
  msgstr ""
553
667
 
554
668
  #: ../app/views/ansible_variables/_fields.erb:61
@@ -563,13 +677,15 @@ msgstr ""
563
677
  msgid "Specify Matchers"
564
678
  msgstr ""
565
679
 
566
- #: ../app/views/ansible_variables/edit.html.erb:4 ../app/views/ansible_variables/index.html.erb:1 ../app/views/ansible_variables/new.html.erb:4
680
+ #: ../app/views/ansible_variables/edit.html.erb:4
681
+ #: ../app/views/ansible_variables/index.html.erb:1
682
+ #: ../app/views/ansible_variables/new.html.erb:4
567
683
  msgid "Ansible Variables"
568
684
  msgstr ""
569
685
 
570
686
  #: ../app/views/ansible_variables/edit.html.erb:8
571
687
  msgid "Edit %s"
572
- msgstr ""
688
+ msgstr "Modifica %s"
573
689
 
574
690
  #: ../app/views/ansible_variables/edit.html.erb:13
575
691
  msgid "Edit Ansible Variable"
@@ -585,11 +701,11 @@ msgstr ""
585
701
 
586
702
  #: ../app/views/ansible_variables/import.html.erb:25
587
703
  msgid "Ansible role"
588
- msgstr ""
704
+ msgstr "ruolo Ansible"
589
705
 
590
706
  #: ../app/views/ansible_variables/index.html.erb:5
591
707
  msgid "New Ansible Variable"
592
- msgstr ""
708
+ msgstr "Nuova Variabile Ansible"
593
709
 
594
710
  #: ../app/views/ansible_variables/index.html.erb:12
595
711
  msgid "Variable|Name"
@@ -601,7 +717,7 @@ msgstr ""
601
717
 
602
718
  #: ../app/views/ansible_variables/index.html.erb:14
603
719
  msgid "Type"
604
- msgstr ""
720
+ msgstr "Tipo"
605
721
 
606
722
  #: ../app/views/ansible_variables/index.html.erb:15
607
723
  msgid "Imported?"
@@ -611,60 +727,65 @@ msgstr ""
611
727
  msgid "Overriden"
612
728
  msgstr ""
613
729
 
614
- #: ../app/views/ansible_variables/new.html.erb:8 ../app/views/ansible_variables/new.html.erb:13
730
+ #: ../app/views/ansible_variables/new.html.erb:8
731
+ #: ../app/views/ansible_variables/new.html.erb:13
615
732
  msgid "Create Ansible Variable"
616
733
  msgstr ""
617
734
 
618
735
  #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:5
619
736
  msgid "Play Roles"
620
- msgstr ""
737
+ msgstr "Esegui Ruoli"
621
738
 
622
739
  #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:9
623
740
  msgid "Nest"
624
- msgstr ""
741
+ msgstr "Nido"
625
742
 
626
743
  #: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:10
627
744
  msgid "Clone"
628
- msgstr ""
745
+ msgstr "Clona"
629
746
 
630
747
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:7
631
748
  msgid "Level"
632
- msgstr ""
749
+ msgstr "Livello"
633
750
 
634
751
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:8
635
752
  msgid "Module"
636
- msgstr ""
753
+ msgstr "Modulo"
637
754
 
638
755
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:9
639
756
  msgid "Arguments"
640
- msgstr ""
757
+ msgstr "Argomenti"
641
758
 
642
759
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:10
643
760
  msgid "Message"
644
- msgstr ""
761
+ msgstr "Messaggio"
645
762
 
646
763
  #: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:23
647
764
  msgid "Nothing to show"
648
- msgstr ""
765
+ msgstr "Niente da visualizzare"
649
766
 
650
767
  #: ../db/seeds.d/90_notification_blueprints.rb:5
651
768
  msgid "Jobs"
652
- msgstr ""
769
+ msgstr "Lavori"
653
770
 
654
771
  #: ../db/seeds.d/90_notification_blueprints.rb:7
655
- msgid "Insights remediation on %{hosts_count} host(s) has finished successfully"
772
+ msgid ""
773
+ "Insights remediation on %{hosts_count} host(s) has finished successfully"
656
774
  msgstr ""
775
+ "Le correzioni di Insights su %{hosts_count} host(s) si son concluse con "
776
+ "successo"
657
777
 
658
- #: ../lib/foreman_ansible/register.rb:94
778
+ #: ../lib/foreman_ansible/register.rb:99
659
779
  msgid "Roles"
660
- msgstr ""
780
+ msgstr "Ruoli"
661
781
 
662
782
  #: ../lib/foreman_ansible/remote_execution.rb:20
663
783
  msgid "Run Ansible roles"
664
- msgstr ""
784
+ msgstr "Esegui ruoli Ansible"
665
785
 
666
786
  #: ../lib/foreman_ansible/remote_execution.rb:21
667
- msgid "Runs an Ansible playbook which contains all the roles defined for a host"
787
+ msgid ""
788
+ "Runs an Ansible playbook which contains all the roles defined for a host"
668
789
  msgstr ""
669
790
 
670
791
  #: ../lib/foreman_ansible/remote_execution.rb:27
@@ -672,20 +793,21 @@ msgid "Ansible: Run Insights maintenance plan"
672
793
  msgstr ""
673
794
 
674
795
  #: ../lib/foreman_ansible/remote_execution.rb:28
675
- msgid "Runs a given maintenance plan from Red Hat Access Insights given an ID."
796
+ msgid ""
797
+ "Runs a given maintenance plan from Red Hat Access Insights given an ID."
676
798
  msgstr ""
677
799
 
678
800
  #: action_names.rb:2
679
801
  msgid "Remote action:"
680
- msgstr ""
802
+ msgstr "Azione remota:"
681
803
 
682
804
  #: action_names.rb:3
683
805
  msgid "Import Puppet classes"
684
- msgstr ""
806
+ msgstr "Importa classi Puppet"
685
807
 
686
808
  #: action_names.rb:4
687
809
  msgid "Import facts"
688
- msgstr ""
810
+ msgstr "Importa gli eventi"
689
811
 
690
812
  #: action_names.rb:5
691
813
  msgid "Action with sub plans"
@@ -693,4 +815,4 @@ msgstr ""
693
815
 
694
816
  #: gemspec.rb:2
695
817
  msgid "Ansible support in Foreman"
696
- msgstr ""
818
+ msgstr "Supporto Ansible in Foreman"