foreman_bootdisk 17.0.2 → 19.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -3
  3. data/app/controllers/concerns/allowed_actions.rb +16 -0
  4. data/app/controllers/foreman_bootdisk/api/v2/disks_controller.rb +11 -2
  5. data/app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb +7 -0
  6. data/app/controllers/foreman_bootdisk/disks_controller.rb +71 -19
  7. data/app/controllers/foreman_bootdisk/subnet_disks_controller.rb +41 -0
  8. data/app/helpers/bootdisk_links_helper.rb +46 -0
  9. data/app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb +57 -43
  10. data/app/helpers/concerns/foreman_bootdisk/pretty_error.rb +13 -0
  11. data/app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb +45 -0
  12. data/app/helpers/disk_helper.rb +8 -0
  13. data/app/lib/foreman_bootdisk/scope/bootdisk.rb +24 -0
  14. data/app/models/concerns/foreman_bootdisk/host_ext.rb +6 -0
  15. data/app/models/concerns/foreman_bootdisk/orchestration/compute.rb +10 -3
  16. data/app/models/setting/bootdisk.rb +10 -1
  17. data/app/services/foreman_bootdisk/iso_generator.rb +23 -5
  18. data/app/views/foreman_bootdisk/disks/help.html.erb +16 -4
  19. data/app/views/foreman_bootdisk/generic_efi_host.erb +4 -0
  20. data/app/views/foreman_bootdisk/host.erb +7 -0
  21. data/app/views/subnets/_bootdisk_action_buttons.erb +1 -0
  22. data/app/views/subnets/_bootdisk_title_buttons.erb +1 -0
  23. data/config/routes.rb +2 -1
  24. data/db/migrate/20140522185700_change_templatekind_to_bootdisk.rb +3 -11
  25. data/lib/foreman_bootdisk/engine.rb +14 -2
  26. data/lib/foreman_bootdisk/version.rb +1 -1
  27. data/lib/tasks/bootdisk.rake +1 -19
  28. data/locale/action_names.rb +1 -1
  29. data/locale/ca/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  30. data/locale/ca/foreman_bootdisk.edit.po +393 -0
  31. data/locale/ca/foreman_bootdisk.po +47 -11
  32. data/locale/ca/foreman_bootdisk.po.time_stamp +0 -0
  33. data/locale/de/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  34. data/locale/de/foreman_bootdisk.edit.po +398 -0
  35. data/locale/de/foreman_bootdisk.po +63 -26
  36. data/locale/de/foreman_bootdisk.po.time_stamp +0 -0
  37. data/locale/en/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  38. data/locale/en/foreman_bootdisk.edit.po +388 -0
  39. data/locale/en/foreman_bootdisk.po +45 -9
  40. data/locale/en/foreman_bootdisk.po.time_stamp +0 -0
  41. data/locale/en_GB/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  42. data/locale/en_GB/foreman_bootdisk.edit.po +394 -0
  43. data/locale/en_GB/foreman_bootdisk.po +47 -11
  44. data/locale/en_GB/foreman_bootdisk.po.time_stamp +0 -0
  45. data/locale/es/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  46. data/locale/es/foreman_bootdisk.edit.po +394 -0
  47. data/locale/es/foreman_bootdisk.po +69 -32
  48. data/locale/es/foreman_bootdisk.po.time_stamp +0 -0
  49. data/locale/foreman_bootdisk.pot +121 -63
  50. data/locale/fr/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  51. data/locale/fr/foreman_bootdisk.edit.po +394 -0
  52. data/locale/fr/foreman_bootdisk.po +80 -43
  53. data/locale/fr/foreman_bootdisk.po.time_stamp +0 -0
  54. data/locale/it/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  55. data/locale/it/foreman_bootdisk.edit.po +391 -0
  56. data/locale/it/foreman_bootdisk.po +47 -11
  57. data/locale/it/foreman_bootdisk.po.time_stamp +0 -0
  58. data/locale/ja/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  59. data/locale/ja/foreman_bootdisk.edit.po +393 -0
  60. data/locale/ja/foreman_bootdisk.po +70 -33
  61. data/locale/ja/foreman_bootdisk.po.time_stamp +0 -0
  62. data/locale/ko/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  63. data/locale/ko/foreman_bootdisk.edit.po +390 -0
  64. data/locale/ko/foreman_bootdisk.po +47 -11
  65. data/locale/ko/foreman_bootdisk.po.time_stamp +0 -0
  66. data/locale/pt_BR/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  67. data/locale/pt_BR/foreman_bootdisk.edit.po +394 -0
  68. data/locale/pt_BR/foreman_bootdisk.po +79 -43
  69. data/locale/pt_BR/foreman_bootdisk.po.time_stamp +0 -0
  70. data/locale/ru/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  71. data/locale/ru/foreman_bootdisk.edit.po +395 -0
  72. data/locale/ru/foreman_bootdisk.po +47 -11
  73. data/locale/ru/foreman_bootdisk.po.time_stamp +0 -0
  74. data/locale/sv_SE/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  75. data/locale/sv_SE/foreman_bootdisk.edit.po +392 -0
  76. data/locale/sv_SE/foreman_bootdisk.po +47 -11
  77. data/locale/sv_SE/foreman_bootdisk.po.time_stamp +0 -0
  78. data/locale/zh_CN/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  79. data/locale/zh_CN/foreman_bootdisk.edit.po +391 -0
  80. data/locale/zh_CN/foreman_bootdisk.po +113 -77
  81. data/locale/zh_CN/foreman_bootdisk.po.time_stamp +0 -0
  82. data/locale/zh_TW/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  83. data/locale/zh_TW/foreman_bootdisk.edit.po +391 -0
  84. data/locale/zh_TW/foreman_bootdisk.po +47 -11
  85. data/locale/zh_TW/foreman_bootdisk.po.time_stamp +0 -0
  86. data/package.json +42 -0
  87. data/webpack/__mocks__/foremanReact/common/HOC.js +30 -0
  88. data/webpack/__mocks__/foremanReact/common/I18n.js +7 -0
  89. data/webpack/__mocks__/foremanReact/common/helpers.js +7 -0
  90. data/webpack/__mocks__/foremanReact/common/urlHelpers.js +8 -0
  91. data/webpack/__mocks__/foremanReact/constants.js +24 -0
  92. data/webpack/__mocks__/foremanReact/redux/API/APISelectors.js +6 -0
  93. data/webpack/__mocks__/foremanReact/redux/API/index.js +10 -0
  94. data/webpack/global_index.js +12 -0
  95. data/webpack/global_test_setup.js +11 -0
  96. data/webpack/index.js +0 -0
  97. data/webpack/src/extensions/constants.js +2 -0
  98. data/webpack/src/extensions/host/HostBootdiskButtons.js +71 -0
  99. data/webpack/src/extensions/host/HostBootdiskButtonsSelectors.js +27 -0
  100. data/webpack/src/extensions/host/__tests__/HostBootdiskButtonsSelectors.test.js +66 -0
  101. data/webpack/src/extensions/host/__tests__/__snapshots__/HostBootdiskButtonsSelectors.test.js.snap +30 -0
  102. metadata +60 -66
  103. data/.tx/config +0 -8
  104. data/AUTHORS +0 -30
  105. data/release-gem +0 -84
  106. data/test/functional/foreman_bootdisk/api/v2/disks_controller_test.rb +0 -97
  107. data/test/functional/foreman_bootdisk/api/v2/subnet_disks_controller_test.rb +0 -37
  108. data/test/functional/foreman_bootdisk/disks_controller_test.rb +0 -107
  109. data/test/models/host/managed_test.rb +0 -26
  110. data/test/test_plugin_helper.rb +0 -72
  111. data/test/unit/access_permissions_test.rb +0 -10
  112. data/test/unit/concerns/compute_resources/vmware_test.rb +0 -83
  113. data/test/unit/concerns/host_test.rb +0 -84
  114. data/test/unit/concerns/orchestration/compute_test.rb +0 -69
  115. data/test/unit/foreman_bootdisk/renderer_test.rb +0 -36
  116. data/test/unit/foreman_bootdisk/scope/bootdisk_test.rb +0 -31
  117. data/test/unit/foreman_bootdisk/scope/full_host_bootdisk_test.rb +0 -30
  118. data/test/unit/iso_generator_test.rb +0 -74
@@ -0,0 +1,391 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_bootdisk package.
4
+ #
5
+ # Translators:
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: foreman_bootdisk 18.1.0\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2021-11-30 18:05+0100\n"
11
+ "PO-Revision-Date: 2021-09-24 07:25+0000\n"
12
+ "Last-Translator: Transifex Bot <>\n"
13
+ "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
14
+ "\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Language: it\n"
19
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
+
21
+ #: ../app/controllers/concerns/allowed_actions.rb:7
22
+ msgid "This type of bootdisk is not allowed. Please contact administrator."
23
+ msgstr ""
24
+
25
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:21 ../app/views/foreman_bootdisk/disks/help.html.erb:1
26
+ msgid "Boot disks"
27
+ msgstr "Dischi d'avvio"
28
+
29
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:24
30
+ msgid "Download generic image"
31
+ msgstr "Scarica immagine generica"
32
+
33
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:33
34
+ msgid "Download host image"
35
+ msgstr "Scarica immagine host"
36
+
37
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:34
38
+ msgid "True for full, false for basic reusable image"
39
+ msgstr "True per immagini complete o false per immagini riutilizzabili di base"
40
+
41
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:46 ../app/controllers/foreman_bootdisk/disks_controller.rb:126 ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:90
42
+ msgid "Host is not in build mode"
43
+ msgstr ""
44
+
45
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:23
46
+ msgid "Subnet boot disks"
47
+ msgstr ""
48
+
49
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:26
50
+ msgid "Download subnet generic image"
51
+ msgstr ""
52
+
53
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:30 ../app/controllers/foreman_bootdisk/subnet_disks_controller.rb:15
54
+ msgid "TFTP feature not enabled for subnet %s"
55
+ msgstr ""
56
+
57
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:63
58
+ msgid "Host is not in build mode."
59
+ msgstr ""
60
+
61
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:95 ../app/helpers/concerns/foreman_bootdisk/pretty_error.rb:8
62
+ msgid "Failed to render boot disk template"
63
+ msgstr ""
64
+
65
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:120 ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:66
66
+ msgid "Host '%s' image"
67
+ msgstr "Immagine '%s' dell'host"
68
+
69
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:120 ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:76 ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:86
70
+ msgid "Full host '%s' image"
71
+ msgstr "Immagine '%s' dell'host completa"
72
+
73
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:132
74
+ msgid "Boot disk help"
75
+ msgstr ""
76
+
77
+ #: ../app/helpers/bootdisk_links_helper.rb:27
78
+ msgid "Boot disk Help"
79
+ msgstr ""
80
+
81
+ #: ../app/helpers/bootdisk_links_helper.rb:40 ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:20 ../app/models/setting/bootdisk.rb:30 ../webpack/src/extensions/host/HostBootdiskButtons.js:65
82
+ msgid "Boot disk"
83
+ msgstr "Disco d'avvio"
84
+
85
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:21 ../webpack/src/extensions/host/HostBootdiskButtons.js:54
86
+ msgid "Boot disk download not available for %s architecture"
87
+ msgstr ""
88
+
89
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:30
90
+ msgid "Subnet '%s' generic image"
91
+ msgstr ""
92
+
93
+ #: ../app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb:10
94
+ msgid "Subnet generic image"
95
+ msgstr ""
96
+
97
+ #: ../app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb:27 ../app/views/foreman_bootdisk/disks/help.html.erb:35
98
+ msgid "Generic image"
99
+ msgstr "Immagine generica"
100
+
101
+ #: ../app/models/concerns/foreman_bootdisk/host_ext.rb:12 ../app/services/foreman_bootdisk/renderer.rb:53 ../app/services/foreman_bootdisk/renderer.rb:60
102
+ msgid "Unable to find template specified by %s setting"
103
+ msgstr "Impossibile trovare il template usando l'impostazione %s"
104
+
105
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:30
106
+ msgid "Generating ISO image for %s"
107
+ msgstr ""
108
+
109
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:32
110
+ msgid "Upload ISO image to datastore for %s"
111
+ msgstr ""
112
+
113
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:34
114
+ msgid "Attach ISO image to CDROM drive for %s"
115
+ msgstr ""
116
+
117
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:38
118
+ msgid "Detach ISO image from CDROM drive for %s"
119
+ msgstr ""
120
+
121
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:73
122
+ msgid "Failed to generate ISO image for instance %{name}: %{message}"
123
+ msgstr ""
124
+
125
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:82
126
+ msgid "Failed to upload ISO image for instance %{name}: %{message}"
127
+ msgstr ""
128
+
129
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:91
130
+ msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
131
+ msgstr ""
132
+
133
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:100
134
+ msgid "Failed to detach ISO image from CDROM drive of instance %{name}: %{message}"
135
+ msgstr ""
136
+
137
+ #: ../app/models/setting/bootdisk.rb:13
138
+ msgid "Path to directory containing iPXE images"
139
+ msgstr "Percorso per la directory contentente le immagini iPXE"
140
+
141
+ #: ../app/models/setting/bootdisk.rb:13
142
+ msgid "iPXE directory"
143
+ msgstr ""
144
+
145
+ #: ../app/models/setting/bootdisk.rb:14
146
+ msgid "Path to directory containing isolinux images"
147
+ msgstr ""
148
+
149
+ #: ../app/models/setting/bootdisk.rb:14
150
+ msgid "ISOLINUX directory"
151
+ msgstr ""
152
+
153
+ #: ../app/models/setting/bootdisk.rb:15
154
+ msgid "Path to directory containing syslinux images"
155
+ msgstr "Percorso per la directory contentente le immagini syslinux"
156
+
157
+ #: ../app/models/setting/bootdisk.rb:15
158
+ msgid "SYSLINUX directory"
159
+ msgstr ""
160
+
161
+ #: ../app/models/setting/bootdisk.rb:16
162
+ msgid "Path to directory containing grubx64.efi and shimx64.efi"
163
+ msgstr ""
164
+
165
+ #: ../app/models/setting/bootdisk.rb:16
166
+ msgid "Grub2 directory"
167
+ msgstr ""
168
+
169
+ #: ../app/models/setting/bootdisk.rb:17
170
+ msgid "iPXE template to use for host-specific boot disks"
171
+ msgstr "Template iPXE da usare per i dischi d'avvio degli host specifici"
172
+
173
+ #: ../app/models/setting/bootdisk.rb:18
174
+ msgid "Host image template"
175
+ msgstr ""
176
+
177
+ #: ../app/models/setting/bootdisk.rb:19
178
+ msgid "iPXE template to use for generic host boot disks"
179
+ msgstr "Template iPXE da usare per i dischi d'avvio degli host generici"
180
+
181
+ #: ../app/models/setting/bootdisk.rb:20
182
+ msgid "Generic image template"
183
+ msgstr ""
184
+
185
+ #: ../app/models/setting/bootdisk.rb:21
186
+ msgid "Grub2 template to use for generic EFI host boot disks"
187
+ msgstr ""
188
+
189
+ #: ../app/models/setting/bootdisk.rb:22
190
+ msgid "Generic Grub2 EFI image template"
191
+ msgstr ""
192
+
193
+ #: ../app/models/setting/bootdisk.rb:23
194
+ msgid "Command to generate ISO image, use genisoimage or mkisofs"
195
+ msgstr "Comando per generare l'immagine ISO, usare genisoimage o mkisofs"
196
+
197
+ #: ../app/models/setting/bootdisk.rb:23
198
+ msgid "ISO generation command"
199
+ msgstr ""
200
+
201
+ #: ../app/models/setting/bootdisk.rb:24
202
+ msgid "Installation media files will be cached for full host images"
203
+ msgstr "I file del dispositivo di installazione verranno memorizzati in cache per le immagini host complete"
204
+
205
+ #: ../app/models/setting/bootdisk.rb:24
206
+ msgid "Installation media caching"
207
+ msgstr ""
208
+
209
+ #: ../app/models/setting/bootdisk.rb:25
210
+ msgid "List of allowed bootdisk types, remove type to disable it"
211
+ msgstr ""
212
+
213
+ #: ../app/models/setting/bootdisk.rb:25
214
+ msgid "Allowed bootdisk types"
215
+ msgstr ""
216
+
217
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:16
218
+ msgid "Host is not in build mode, so the template cannot be rendered"
219
+ msgstr "L'host non è in modalità di compilazione, per questo motivo è impossibile eseguire il rendering del template"
220
+
221
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:42
222
+ msgid "Unable to generate disk template, %{kind} template not found."
223
+ msgstr ""
224
+
225
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:52
226
+ msgid "Unable to generate disk %{kind} template: %{error}"
227
+ msgstr ""
228
+
229
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:94
230
+ msgid "Please ensure the isolinux/syslinux package(s) are installed."
231
+ msgstr ""
232
+
233
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:111
234
+ msgid "Please ensure the ipxe-bootimgs package is installed."
235
+ msgstr ""
236
+
237
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:128
238
+ msgid "Creating new image failed, install truncate utility"
239
+ msgstr ""
240
+
241
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:129
242
+ msgid "Failed to format the ESP image via mkfs.msdos"
243
+ msgstr ""
244
+
245
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:130 ../app/services/foreman_bootdisk/iso_generator.rb:131
246
+ msgid "Failed to create a directory within the ESP image"
247
+ msgstr ""
248
+
249
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:137
250
+ msgid "Ensure %{file} is readable (or update \"Grub2 directory\" setting)"
251
+ msgstr ""
252
+
253
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:138
254
+ msgid "Unable to mcopy %{file}"
255
+ msgstr ""
256
+
257
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:160
258
+ msgid "ISO build failed"
259
+ msgstr "compilazione ISO fallita"
260
+
261
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:163
262
+ msgid "ISO hybrid conversion failed: %s"
263
+ msgstr ""
264
+
265
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:2
266
+ msgid "Back"
267
+ msgstr "Indietro"
268
+
269
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:6
270
+ msgid "Various types of boot disks can be created to provision hosts without the need for PXE services. Boot disks can be attached to the host (physical or virtual) which boots from the disk, contacts Foreman and begins the OS installation."
271
+ msgstr "È possibile creare diversi tipi di dischi d'avvio per il provisioning degli host senza la necessità di utilizzare i servizi PXE. I dischi d'avvio possono essere collegati all'host (fisici o virtuali) che esegue l'avvio dal disco, contatta Foreman e inizia l'installazione del sistema operativo."
272
+
273
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:9
274
+ msgid "All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`."
275
+ msgstr "Tutte le immagini possono essere utilizzate come ISO o immagini del disco, incluso la scrittura su un disco USB con `dd`."
276
+
277
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:12
278
+ msgid "Host images"
279
+ msgstr ""
280
+
281
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:14
282
+ msgid "These images are used for host. You can find them at host detail page."
283
+ msgstr ""
284
+
285
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:17
286
+ msgid "Host image"
287
+ msgstr "Immagine host"
288
+
289
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:19
290
+ msgid "Per-host images contain data about a particular host registered in Foreman and set up fully static networking, avoiding the requirement for DHCP. After networking is configured, they chainload from Foreman, picking up the current OS configuration and build state from the server."
291
+ msgstr "Le immagini per-host contengono i dati su un particolare host registrato in Foreman e per l'impostazione di un networking completamente statico. Così facendo non sarà necessario utilizzare DHCP. Dopo la configurazione del networking verrà eseguito un caricamento a catena da Foreman, rilevando così la configurazione del sistema operativo corrente e lo stato della compilazione del server."
292
+
293
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:22
294
+ msgid "Once chainloaded, the OS bootloader and installer are downloaded directly from the installation media configured in Foreman, and the provisioning script (kickstart/preseed) is downloaded from Foreman."
295
+ msgstr "Una volta caricato a catena il bootloader del sistema operativo e l'installer verranno scaricati direttamente del dispositivo di installazione configurato in Foreman, e lo script di provisioning (kickstart/preseed) verrà scaricato da Foreman."
296
+
297
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:25
298
+ msgid "Full host image"
299
+ msgstr "Immagine host completa"
300
+
301
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:27
302
+ msgid "A variant of the per-host image which contains the OS bootloader embedded inside the disk. This may be useful if chainloading fails on certain hardware, but has the downside that the image must be regenerated for any change in the OS, bootloader or PXELinux templates."
303
+ msgstr ""
304
+
305
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:30
306
+ msgid "Generic images"
307
+ msgstr ""
308
+
309
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:32
310
+ msgid "These images are more generic than previous images. You can find them at subnet index page."
311
+ msgstr ""
312
+
313
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:37
314
+ msgid "Generic images are a reusable disk image that works for any host registered in Foreman. It requires a basic DHCP and DNS service to function and contact the server, but does not require DHCP reservations or static IP addresses."
315
+ msgstr "Le immagini generiche sono immagini del disco riutilizzabili idonee per qualsiasi host registrato in Foreman. È necessario avere un server DNS e DHCP generico per un funzionamento corretto e contattare il server, non necessita prenotazioni DHCP o indirizzi IP statici."
316
+
317
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:40
318
+ msgid "The OS install continues using the installation media configured in Foreman, and it will typically configure static networking, depending on how the OS iPXE template is configured."
319
+ msgstr "L'installazione del sistema operativo continua usando il dispositivo d'installazione configurato in Foreman, e generalmente configurerà il networking statico in base alla configurazione del template iPXE del sistema operativo."
320
+
321
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:43
322
+ msgid "Subnet image"
323
+ msgstr ""
324
+
325
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:45
326
+ msgid "Subnet images are similar to generic images, but chain-loading is done via the TFTP Smart Proxy assigned to the Subnet of the host. The smart proxy must have the \"Templates\" module enabled and configured."
327
+ msgstr ""
328
+
329
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:48
330
+ msgid "This image is generic for all hosts with a provisioning NIC on that subnet."
331
+ msgstr ""
332
+
333
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:51
334
+ msgid "* - These bootdisk types were disabled, you can enable them in Administer - Settings."
335
+ msgstr ""
336
+
337
+ #: ../app/views/foreman_bootdisk/host.erb:9
338
+ msgid "Host has no provisioning interface defined"
339
+ msgstr ""
340
+
341
+ #: ../app/views/foreman_bootdisk/host.erb:10
342
+ msgid "Host has no IPv4 or IPv6 address defined"
343
+ msgstr ""
344
+
345
+ #: ../app/views/foreman_bootdisk/host.erb:11
346
+ msgid "Host has no subnet defined"
347
+ msgstr "L'host non presenta alcuna sottorete"
348
+
349
+ #: ../app/views/foreman_bootdisk/host.erb:12
350
+ msgid "Host has no domain defined"
351
+ msgstr "L'host non presenta alcun dominio"
352
+
353
+ #: ../app/views/foreman_bootdisk/host.erb:19
354
+ msgid "Host bootdisk does not work with static IPv6"
355
+ msgstr ""
356
+
357
+ #: ../app/views/foreman_bootdisk/host.erb:21
358
+ msgid "Both IP and Subnet must be set"
359
+ msgstr ""
360
+
361
+ #: ../lib/foreman_bootdisk/engine.rb:60
362
+ msgid "Boot disk based"
363
+ msgstr ""
364
+
365
+ #: ../lib/foreman_bootdisk/engine.rb:61
366
+ msgid "Boot disk embedded template"
367
+ msgstr ""
368
+
369
+ #: ../webpack/src/extensions/host/HostBootdiskButtons.js:59
370
+ msgid "Not available"
371
+ msgstr ""
372
+
373
+ #: action_names.rb:2
374
+ msgid "Remote action:"
375
+ msgstr "Azione remota:"
376
+
377
+ #: action_names.rb:3
378
+ msgid "Import Puppet classes"
379
+ msgstr "Importa classi Puppet"
380
+
381
+ #: action_names.rb:4
382
+ msgid "Import facts"
383
+ msgstr "Importa gli eventi"
384
+
385
+ #: action_names.rb:5
386
+ msgid "Action with sub plans"
387
+ msgstr ""
388
+
389
+ #: gemspec.rb:4
390
+ msgid "Plugin for Foreman that creates iPXE-based boot disks to provision hosts without the need for PXE infrastructure."
391
+ msgstr "Plugin per Foreman in grado di creare i dischi d'avvio basati su iPXE per il provisioning degli host, senza utilizzare infrastrutture PXE."
@@ -5,10 +5,10 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_bootdisk 17.0.0\n"
8
+ "Project-Id-Version: foreman_bootdisk 18.1.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2019-10-22 20:06+0000\n"
11
- "Last-Translator: Andrea Perotti\n"
10
+ "PO-Revision-Date: 2021-09-24 07:25+0000\n"
11
+ "Last-Translator: Transifex Bot <>\n"
12
12
  "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
13
13
  "\n"
14
14
  "MIME-Version: 1.0\n"
@@ -17,6 +17,9 @@ msgstr ""
17
17
  "Language: it\n"
18
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
19
 
20
+ msgid "* - These bootdisk types were disabled, you can enable them in Administer - Settings."
21
+ msgstr ""
22
+
20
23
  msgid "A variant of the per-host image which contains the OS bootloader embedded inside the disk. This may be useful if chainloading fails on certain hardware, but has the downside that the image must be regenerated for any change in the OS, bootloader or PXELinux templates."
21
24
  msgstr ""
22
25
 
@@ -26,6 +29,9 @@ msgstr ""
26
29
  msgid "All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`."
27
30
  msgstr "Tutte le immagini possono essere utilizzate come ISO o immagini del disco, incluso la scrittura su un disco USB con `dd`."
28
31
 
32
+ msgid "Allowed bootdisk types"
33
+ msgstr ""
34
+
29
35
  msgid "Attach ISO image to CDROM drive for %s"
30
36
  msgstr ""
31
37
 
@@ -35,6 +41,9 @@ msgstr "Indietro"
35
41
  msgid "Boot disk"
36
42
  msgstr "Disco d'avvio"
37
43
 
44
+ msgid "Boot disk Help"
45
+ msgstr ""
46
+
38
47
  msgid "Boot disk based"
39
48
  msgstr ""
40
49
 
@@ -44,6 +53,9 @@ msgstr ""
44
53
  msgid "Boot disk embedded template"
45
54
  msgstr ""
46
55
 
56
+ msgid "Boot disk help"
57
+ msgstr ""
58
+
47
59
  msgid "Boot disks"
48
60
  msgstr "Dischi d'avvio"
49
61
 
@@ -68,7 +80,7 @@ msgstr "Scarica immagine host"
68
80
  msgid "Download subnet generic image"
69
81
  msgstr ""
70
82
 
71
- msgid "Ensure %{path} contains grubx64.efi and shimx64.efi: install TFTP module or copy those files into /var/lib/foreman/bootdisk (Grub2 directory setting)"
83
+ msgid "Ensure %{file} is readable (or update \"Grub2 directory\" setting)"
72
84
  msgstr ""
73
85
 
74
86
  msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
@@ -110,6 +122,9 @@ msgstr "Immagine generica"
110
122
  msgid "Generic image template"
111
123
  msgstr ""
112
124
 
125
+ msgid "Generic images"
126
+ msgstr ""
127
+
113
128
  msgid "Generic images are a reusable disk image that works for any host registered in Foreman. It requires a basic DHCP and DNS service to function and contact the server, but does not require DHCP reservations or static IP addresses."
114
129
  msgstr "Le immagini generiche sono immagini del disco riutilizzabili idonee per qualsiasi host registrato in Foreman. È necessario avere un server DNS e DHCP generico per un funzionamento corretto e contattare il server, non necessita prenotazioni DHCP o indirizzi IP statici."
115
130
 
@@ -119,9 +134,6 @@ msgstr ""
119
134
  msgid "Grub2 template to use for generic EFI host boot disks"
120
135
  msgstr ""
121
136
 
122
- msgid "Help"
123
- msgstr "Aiuto"
124
-
125
137
  msgid "Host '%s' image"
126
138
  msgstr "Immagine '%s' dell'host"
127
139
 
@@ -146,9 +158,18 @@ msgstr "Immagine host"
146
158
  msgid "Host image template"
147
159
  msgstr ""
148
160
 
161
+ msgid "Host images"
162
+ msgstr ""
163
+
164
+ msgid "Host is not in build mode"
165
+ msgstr ""
166
+
149
167
  msgid "Host is not in build mode, so the template cannot be rendered"
150
168
  msgstr "L'host non è in modalità di compilazione, per questo motivo è impossibile eseguire il rendering del template"
151
169
 
170
+ msgid "Host is not in build mode."
171
+ msgstr ""
172
+
152
173
  msgid "ISO build failed"
153
174
  msgstr "compilazione ISO fallita"
154
175
 
@@ -173,6 +194,12 @@ msgstr ""
173
194
  msgid "Installation media files will be cached for full host images"
174
195
  msgstr "I file del dispositivo di installazione verranno memorizzati in cache per le immagini host complete"
175
196
 
197
+ msgid "List of allowed bootdisk types, remove type to disable it"
198
+ msgstr ""
199
+
200
+ msgid "Not available"
201
+ msgstr ""
202
+
176
203
  msgid "Once chainloaded, the OS bootloader and installer are downloaded directly from the installation media configured in Foreman, and the provisioning script (kickstart/preseed) is downloaded from Foreman."
177
204
  msgstr "Una volta caricato a catena il bootloader del sistema operativo e l'installer verranno scaricati direttamente del dispositivo di installazione configurato in Foreman, e lo script di provisioning (kickstart/preseed) verrà scaricato da Foreman."
178
205
 
@@ -212,13 +239,13 @@ msgstr ""
212
239
  msgid "Subnet boot disks"
213
240
  msgstr ""
214
241
 
215
- msgid "Subnet image"
242
+ msgid "Subnet generic image"
216
243
  msgstr ""
217
244
 
218
- msgid "Subnet images are similar to generic images, but chain-loading is done via the TFTP Smart Proxy assigned to the Subnet of the host. The smart proxy must have the \"Templates\" module enabled and configured."
245
+ msgid "Subnet image"
219
246
  msgstr ""
220
247
 
221
- msgid "Subnet is not assigned to the host %s"
248
+ msgid "Subnet images are similar to generic images, but chain-loading is done via the TFTP Smart Proxy assigned to the Subnet of the host. The smart proxy must have the \"Templates\" module enabled and configured."
222
249
  msgstr ""
223
250
 
224
251
  msgid "TFTP feature not enabled for subnet %s"
@@ -227,9 +254,18 @@ msgstr ""
227
254
  msgid "The OS install continues using the installation media configured in Foreman, and it will typically configure static networking, depending on how the OS iPXE template is configured."
228
255
  msgstr "L'installazione del sistema operativo continua usando il dispositivo d'installazione configurato in Foreman, e generalmente configurerà il networking statico in base alla configurazione del template iPXE del sistema operativo."
229
256
 
257
+ msgid "These images are more generic than previous images. You can find them at subnet index page."
258
+ msgstr ""
259
+
260
+ msgid "These images are used for host. You can find them at host detail page."
261
+ msgstr ""
262
+
230
263
  msgid "This image is generic for all hosts with a provisioning NIC on that subnet."
231
264
  msgstr ""
232
265
 
266
+ msgid "This type of bootdisk is not allowed. Please contact administrator."
267
+ msgstr ""
268
+
233
269
  msgid "True for full, false for basic reusable image"
234
270
  msgstr "True per immagini complete o false per immagini riutilizzabili di base"
235
271
 
@@ -242,7 +278,7 @@ msgstr ""
242
278
  msgid "Unable to generate disk template, %{kind} template not found."
243
279
  msgstr ""
244
280
 
245
- msgid "Unable to mcopy %{path}"
281
+ msgid "Unable to mcopy %{file}"
246
282
  msgstr ""
247
283
 
248
284
  msgid "Upload ISO image to datastore for %s"
File without changes