foreman_bootdisk 18.1.0 → 19.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (98) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/foreman_bootdisk/disks_controller.rb +49 -2
  3. data/config/routes.rb +1 -0
  4. data/db/migrate/20140522185700_change_templatekind_to_bootdisk.rb +3 -11
  5. data/lib/foreman_bootdisk/engine.rb +4 -2
  6. data/lib/foreman_bootdisk/version.rb +1 -1
  7. data/locale/ca/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  8. data/locale/ca/foreman_bootdisk.edit.po +393 -0
  9. data/locale/ca/foreman_bootdisk.po +7 -1
  10. data/locale/ca/foreman_bootdisk.po.time_stamp +0 -0
  11. data/locale/de/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  12. data/locale/de/foreman_bootdisk.edit.po +398 -0
  13. data/locale/de/foreman_bootdisk.po +7 -1
  14. data/locale/de/foreman_bootdisk.po.time_stamp +0 -0
  15. data/locale/en/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  16. data/locale/en/foreman_bootdisk.edit.po +388 -0
  17. data/locale/en/foreman_bootdisk.po +7 -1
  18. data/locale/en/foreman_bootdisk.po.time_stamp +0 -0
  19. data/locale/en_GB/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  20. data/locale/en_GB/foreman_bootdisk.edit.po +394 -0
  21. data/locale/en_GB/foreman_bootdisk.po +7 -1
  22. data/locale/en_GB/foreman_bootdisk.po.time_stamp +0 -0
  23. data/locale/es/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  24. data/locale/es/foreman_bootdisk.edit.po +394 -0
  25. data/locale/es/foreman_bootdisk.po +7 -1
  26. data/locale/es/foreman_bootdisk.po.time_stamp +0 -0
  27. data/locale/foreman_bootdisk.pot +27 -14
  28. data/locale/fr/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  29. data/locale/fr/foreman_bootdisk.edit.po +394 -0
  30. data/locale/fr/foreman_bootdisk.po +7 -1
  31. data/locale/fr/foreman_bootdisk.po.time_stamp +0 -0
  32. data/locale/it/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  33. data/locale/it/foreman_bootdisk.edit.po +391 -0
  34. data/locale/it/foreman_bootdisk.po +7 -1
  35. data/locale/it/foreman_bootdisk.po.time_stamp +0 -0
  36. data/locale/ja/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  37. data/locale/ja/foreman_bootdisk.edit.po +393 -0
  38. data/locale/ja/foreman_bootdisk.po +12 -6
  39. data/locale/ja/foreman_bootdisk.po.time_stamp +0 -0
  40. data/locale/ko/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  41. data/locale/ko/foreman_bootdisk.edit.po +390 -0
  42. data/locale/ko/foreman_bootdisk.po +7 -1
  43. data/locale/ko/foreman_bootdisk.po.time_stamp +0 -0
  44. data/locale/pt_BR/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  45. data/locale/pt_BR/foreman_bootdisk.edit.po +394 -0
  46. data/locale/pt_BR/foreman_bootdisk.po +7 -1
  47. data/locale/pt_BR/foreman_bootdisk.po.time_stamp +0 -0
  48. data/locale/ru/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  49. data/locale/ru/foreman_bootdisk.edit.po +395 -0
  50. data/locale/ru/foreman_bootdisk.po +7 -1
  51. data/locale/ru/foreman_bootdisk.po.time_stamp +0 -0
  52. data/locale/sv_SE/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  53. data/locale/sv_SE/foreman_bootdisk.edit.po +392 -0
  54. data/locale/sv_SE/foreman_bootdisk.po +7 -1
  55. data/locale/sv_SE/foreman_bootdisk.po.time_stamp +0 -0
  56. data/locale/zh_CN/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  57. data/locale/zh_CN/foreman_bootdisk.edit.po +391 -0
  58. data/locale/zh_CN/foreman_bootdisk.po +12 -6
  59. data/locale/zh_CN/foreman_bootdisk.po.time_stamp +0 -0
  60. data/locale/zh_TW/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  61. data/locale/zh_TW/foreman_bootdisk.edit.po +391 -0
  62. data/locale/zh_TW/foreman_bootdisk.po +7 -1
  63. data/locale/zh_TW/foreman_bootdisk.po.time_stamp +0 -0
  64. data/package.json +42 -0
  65. data/webpack/__mocks__/foremanReact/common/HOC.js +30 -0
  66. data/webpack/__mocks__/foremanReact/common/I18n.js +7 -0
  67. data/webpack/__mocks__/foremanReact/common/helpers.js +7 -0
  68. data/webpack/__mocks__/foremanReact/common/urlHelpers.js +8 -0
  69. data/webpack/__mocks__/foremanReact/constants.js +24 -0
  70. data/webpack/__mocks__/foremanReact/redux/API/APISelectors.js +6 -0
  71. data/webpack/__mocks__/foremanReact/redux/API/index.js +10 -0
  72. data/webpack/global_index.js +12 -0
  73. data/webpack/global_test_setup.js +11 -0
  74. data/webpack/index.js +0 -0
  75. data/webpack/src/extensions/constants.js +2 -0
  76. data/webpack/src/extensions/host/HostBootdiskButtons.js +71 -0
  77. data/webpack/src/extensions/host/HostBootdiskButtonsSelectors.js +27 -0
  78. data/webpack/src/extensions/host/__tests__/HostBootdiskButtonsSelectors.test.js +66 -0
  79. data/webpack/src/extensions/host/__tests__/__snapshots__/HostBootdiskButtonsSelectors.test.js.snap +30 -0
  80. metadata +46 -20
  81. data/.github/workflows/rubocop.yaml +0 -19
  82. data/.tx/config +0 -8
  83. data/AUTHORS +0 -34
  84. data/release-gem +0 -84
  85. data/test/functional/foreman_bootdisk/api/v2/disks_controller_test.rb +0 -97
  86. data/test/functional/foreman_bootdisk/api/v2/subnet_disks_controller_test.rb +0 -37
  87. data/test/functional/foreman_bootdisk/disks_controller_test.rb +0 -97
  88. data/test/functional/foreman_bootdisk/subnet_disks_controller_test.rb +0 -51
  89. data/test/models/host/managed_test.rb +0 -26
  90. data/test/test_plugin_helper.rb +0 -72
  91. data/test/unit/access_permissions_test.rb +0 -10
  92. data/test/unit/concerns/compute_resources/vmware_test.rb +0 -83
  93. data/test/unit/concerns/host_test.rb +0 -84
  94. data/test/unit/concerns/orchestration/compute_test.rb +0 -69
  95. data/test/unit/foreman_bootdisk/renderer_test.rb +0 -36
  96. data/test/unit/foreman_bootdisk/scope/bootdisk_test.rb +0 -31
  97. data/test/unit/foreman_bootdisk/scope/full_host_bootdisk_test.rb +0 -30
  98. data/test/unit/iso_generator_test.rb +0 -74
@@ -0,0 +1,392 @@
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
+ # johnny.westerlund <johnny.westerlund@gmail.com>, 2014
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: foreman_bootdisk 18.1.0\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2021-11-30 18:05+0100\n"
12
+ "PO-Revision-Date: 2021-09-24 07:25+0000\n"
13
+ "Last-Translator: Transifex Bot <>\n"
14
+ "Language-Team: Swedish (Sweden) (http://www.transifex.com/foreman/foreman/lang"
15
+ "uage/sv_SE/)\n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Language: sv_SE\n"
20
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
+
22
+ #: ../app/controllers/concerns/allowed_actions.rb:7
23
+ msgid "This type of bootdisk is not allowed. Please contact administrator."
24
+ msgstr ""
25
+
26
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:21 ../app/views/foreman_bootdisk/disks/help.html.erb:1
27
+ msgid "Boot disks"
28
+ msgstr "Startdiskar"
29
+
30
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:24
31
+ msgid "Download generic image"
32
+ msgstr "Ladda ner generisk avbildning"
33
+
34
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:33
35
+ msgid "Download host image"
36
+ msgstr "Ladda ner värd avbildning"
37
+
38
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:34
39
+ msgid "True for full, false for basic reusable image"
40
+ msgstr ""
41
+
42
+ #: ../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
43
+ msgid "Host is not in build mode"
44
+ msgstr ""
45
+
46
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:23
47
+ msgid "Subnet boot disks"
48
+ msgstr ""
49
+
50
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:26
51
+ msgid "Download subnet generic image"
52
+ msgstr ""
53
+
54
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:30 ../app/controllers/foreman_bootdisk/subnet_disks_controller.rb:15
55
+ msgid "TFTP feature not enabled for subnet %s"
56
+ msgstr ""
57
+
58
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:63
59
+ msgid "Host is not in build mode."
60
+ msgstr ""
61
+
62
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:95 ../app/helpers/concerns/foreman_bootdisk/pretty_error.rb:8
63
+ msgid "Failed to render boot disk template"
64
+ msgstr ""
65
+
66
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:120 ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:66
67
+ msgid "Host '%s' image"
68
+ msgstr "Värden '%s' avbildning"
69
+
70
+ #: ../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
71
+ msgid "Full host '%s' image"
72
+ msgstr ""
73
+
74
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:132
75
+ msgid "Boot disk help"
76
+ msgstr ""
77
+
78
+ #: ../app/helpers/bootdisk_links_helper.rb:27
79
+ msgid "Boot disk Help"
80
+ msgstr ""
81
+
82
+ #: ../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
83
+ msgid "Boot disk"
84
+ msgstr "Startdisk"
85
+
86
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:21 ../webpack/src/extensions/host/HostBootdiskButtons.js:54
87
+ msgid "Boot disk download not available for %s architecture"
88
+ msgstr ""
89
+
90
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:30
91
+ msgid "Subnet '%s' generic image"
92
+ msgstr ""
93
+
94
+ #: ../app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb:10
95
+ msgid "Subnet generic image"
96
+ msgstr ""
97
+
98
+ #: ../app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb:27 ../app/views/foreman_bootdisk/disks/help.html.erb:35
99
+ msgid "Generic image"
100
+ msgstr "Generell avbildning"
101
+
102
+ #: ../app/models/concerns/foreman_bootdisk/host_ext.rb:12 ../app/services/foreman_bootdisk/renderer.rb:53 ../app/services/foreman_bootdisk/renderer.rb:60
103
+ msgid "Unable to find template specified by %s setting"
104
+ msgstr "Går inte att hitta mallen specificerad med inställningen %s"
105
+
106
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:30
107
+ msgid "Generating ISO image for %s"
108
+ msgstr ""
109
+
110
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:32
111
+ msgid "Upload ISO image to datastore for %s"
112
+ msgstr ""
113
+
114
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:34
115
+ msgid "Attach ISO image to CDROM drive for %s"
116
+ msgstr ""
117
+
118
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:38
119
+ msgid "Detach ISO image from CDROM drive for %s"
120
+ msgstr ""
121
+
122
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:73
123
+ msgid "Failed to generate ISO image for instance %{name}: %{message}"
124
+ msgstr ""
125
+
126
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:82
127
+ msgid "Failed to upload ISO image for instance %{name}: %{message}"
128
+ msgstr ""
129
+
130
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:91
131
+ msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
132
+ msgstr ""
133
+
134
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:100
135
+ msgid "Failed to detach ISO image from CDROM drive of instance %{name}: %{message}"
136
+ msgstr ""
137
+
138
+ #: ../app/models/setting/bootdisk.rb:13
139
+ msgid "Path to directory containing iPXE images"
140
+ msgstr "Sökvägen till ett bibliotek med iPXE-avbildningar"
141
+
142
+ #: ../app/models/setting/bootdisk.rb:13
143
+ msgid "iPXE directory"
144
+ msgstr ""
145
+
146
+ #: ../app/models/setting/bootdisk.rb:14
147
+ msgid "Path to directory containing isolinux images"
148
+ msgstr ""
149
+
150
+ #: ../app/models/setting/bootdisk.rb:14
151
+ msgid "ISOLINUX directory"
152
+ msgstr ""
153
+
154
+ #: ../app/models/setting/bootdisk.rb:15
155
+ msgid "Path to directory containing syslinux images"
156
+ msgstr "Sökvägen till ett bibliotek med syslinux-avbildningar"
157
+
158
+ #: ../app/models/setting/bootdisk.rb:15
159
+ msgid "SYSLINUX directory"
160
+ msgstr ""
161
+
162
+ #: ../app/models/setting/bootdisk.rb:16
163
+ msgid "Path to directory containing grubx64.efi and shimx64.efi"
164
+ msgstr ""
165
+
166
+ #: ../app/models/setting/bootdisk.rb:16
167
+ msgid "Grub2 directory"
168
+ msgstr ""
169
+
170
+ #: ../app/models/setting/bootdisk.rb:17
171
+ msgid "iPXE template to use for host-specific boot disks"
172
+ msgstr "iPXE-mall att använda för värdspecifik startdisk"
173
+
174
+ #: ../app/models/setting/bootdisk.rb:18
175
+ msgid "Host image template"
176
+ msgstr ""
177
+
178
+ #: ../app/models/setting/bootdisk.rb:19
179
+ msgid "iPXE template to use for generic host boot disks"
180
+ msgstr "iPXE-mall att använda som generell startdisk fär värdar"
181
+
182
+ #: ../app/models/setting/bootdisk.rb:20
183
+ msgid "Generic image template"
184
+ msgstr ""
185
+
186
+ #: ../app/models/setting/bootdisk.rb:21
187
+ msgid "Grub2 template to use for generic EFI host boot disks"
188
+ msgstr ""
189
+
190
+ #: ../app/models/setting/bootdisk.rb:22
191
+ msgid "Generic Grub2 EFI image template"
192
+ msgstr ""
193
+
194
+ #: ../app/models/setting/bootdisk.rb:23
195
+ msgid "Command to generate ISO image, use genisoimage or mkisofs"
196
+ msgstr "Kommando för att generera ISO-avbildningar, använd genisoimage eller mkisofs"
197
+
198
+ #: ../app/models/setting/bootdisk.rb:23
199
+ msgid "ISO generation command"
200
+ msgstr ""
201
+
202
+ #: ../app/models/setting/bootdisk.rb:24
203
+ msgid "Installation media files will be cached for full host images"
204
+ msgstr ""
205
+
206
+ #: ../app/models/setting/bootdisk.rb:24
207
+ msgid "Installation media caching"
208
+ msgstr ""
209
+
210
+ #: ../app/models/setting/bootdisk.rb:25
211
+ msgid "List of allowed bootdisk types, remove type to disable it"
212
+ msgstr ""
213
+
214
+ #: ../app/models/setting/bootdisk.rb:25
215
+ msgid "Allowed bootdisk types"
216
+ msgstr ""
217
+
218
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:16
219
+ msgid "Host is not in build mode, so the template cannot be rendered"
220
+ msgstr ""
221
+
222
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:42
223
+ msgid "Unable to generate disk template, %{kind} template not found."
224
+ msgstr ""
225
+
226
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:52
227
+ msgid "Unable to generate disk %{kind} template: %{error}"
228
+ msgstr ""
229
+
230
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:94
231
+ msgid "Please ensure the isolinux/syslinux package(s) are installed."
232
+ msgstr ""
233
+
234
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:111
235
+ msgid "Please ensure the ipxe-bootimgs package is installed."
236
+ msgstr ""
237
+
238
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:128
239
+ msgid "Creating new image failed, install truncate utility"
240
+ msgstr ""
241
+
242
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:129
243
+ msgid "Failed to format the ESP image via mkfs.msdos"
244
+ msgstr ""
245
+
246
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:130 ../app/services/foreman_bootdisk/iso_generator.rb:131
247
+ msgid "Failed to create a directory within the ESP image"
248
+ msgstr ""
249
+
250
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:137
251
+ msgid "Ensure %{file} is readable (or update \"Grub2 directory\" setting)"
252
+ msgstr ""
253
+
254
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:138
255
+ msgid "Unable to mcopy %{file}"
256
+ msgstr ""
257
+
258
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:160
259
+ msgid "ISO build failed"
260
+ msgstr "ISO-bygget misslyckades"
261
+
262
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:163
263
+ msgid "ISO hybrid conversion failed: %s"
264
+ msgstr ""
265
+
266
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:2
267
+ msgid "Back"
268
+ msgstr "Tillbaka"
269
+
270
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:6
271
+ 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."
272
+ msgstr ""
273
+
274
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:9
275
+ msgid "All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`."
276
+ msgstr ""
277
+
278
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:12
279
+ msgid "Host images"
280
+ msgstr ""
281
+
282
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:14
283
+ msgid "These images are used for host. You can find them at host detail page."
284
+ msgstr ""
285
+
286
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:17
287
+ msgid "Host image"
288
+ msgstr ""
289
+
290
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:19
291
+ 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."
292
+ msgstr ""
293
+
294
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:22
295
+ 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."
296
+ msgstr ""
297
+
298
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:25
299
+ msgid "Full host image"
300
+ msgstr ""
301
+
302
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:27
303
+ 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."
304
+ msgstr ""
305
+
306
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:30
307
+ msgid "Generic images"
308
+ msgstr ""
309
+
310
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:32
311
+ msgid "These images are more generic than previous images. You can find them at subnet index page."
312
+ msgstr ""
313
+
314
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:37
315
+ 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."
316
+ msgstr ""
317
+
318
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:40
319
+ 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."
320
+ msgstr ""
321
+
322
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:43
323
+ msgid "Subnet image"
324
+ msgstr ""
325
+
326
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:45
327
+ 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."
328
+ msgstr ""
329
+
330
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:48
331
+ msgid "This image is generic for all hosts with a provisioning NIC on that subnet."
332
+ msgstr ""
333
+
334
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:51
335
+ msgid "* - These bootdisk types were disabled, you can enable them in Administer - Settings."
336
+ msgstr ""
337
+
338
+ #: ../app/views/foreman_bootdisk/host.erb:9
339
+ msgid "Host has no provisioning interface defined"
340
+ msgstr ""
341
+
342
+ #: ../app/views/foreman_bootdisk/host.erb:10
343
+ msgid "Host has no IPv4 or IPv6 address defined"
344
+ msgstr ""
345
+
346
+ #: ../app/views/foreman_bootdisk/host.erb:11
347
+ msgid "Host has no subnet defined"
348
+ msgstr "Värden har inget subnät definierat"
349
+
350
+ #: ../app/views/foreman_bootdisk/host.erb:12
351
+ msgid "Host has no domain defined"
352
+ msgstr "Värden har ingen domän definierad"
353
+
354
+ #: ../app/views/foreman_bootdisk/host.erb:19
355
+ msgid "Host bootdisk does not work with static IPv6"
356
+ msgstr ""
357
+
358
+ #: ../app/views/foreman_bootdisk/host.erb:21
359
+ msgid "Both IP and Subnet must be set"
360
+ msgstr ""
361
+
362
+ #: ../lib/foreman_bootdisk/engine.rb:60
363
+ msgid "Boot disk based"
364
+ msgstr ""
365
+
366
+ #: ../lib/foreman_bootdisk/engine.rb:61
367
+ msgid "Boot disk embedded template"
368
+ msgstr ""
369
+
370
+ #: ../webpack/src/extensions/host/HostBootdiskButtons.js:59
371
+ msgid "Not available"
372
+ msgstr ""
373
+
374
+ #: action_names.rb:2
375
+ msgid "Remote action:"
376
+ msgstr ""
377
+
378
+ #: action_names.rb:3
379
+ msgid "Import Puppet classes"
380
+ msgstr ""
381
+
382
+ #: action_names.rb:4
383
+ msgid "Import facts"
384
+ msgstr ""
385
+
386
+ #: action_names.rb:5
387
+ msgid "Action with sub plans"
388
+ msgstr ""
389
+
390
+ #: gemspec.rb:4
391
+ msgid "Plugin for Foreman that creates iPXE-based boot disks to provision hosts without the need for PXE infrastructure."
392
+ msgstr "Plugin för Foreman som skapar iPXE-baserad start disk för att provisionera värdar utan en existerande PXE-infrastruktur."
@@ -6,7 +6,7 @@
6
6
  # johnny.westerlund <johnny.westerlund@gmail.com>, 2014
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: foreman_bootdisk 18.0.0\n"
9
+ "Project-Id-Version: foreman_bootdisk 18.1.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
11
  "PO-Revision-Date: 2021-09-24 07:25+0000\n"
12
12
  "Last-Translator: Transifex Bot <>\n"
@@ -54,6 +54,9 @@ msgstr ""
54
54
  msgid "Boot disk embedded template"
55
55
  msgstr ""
56
56
 
57
+ msgid "Boot disk help"
58
+ msgstr ""
59
+
57
60
  msgid "Boot disks"
58
61
  msgstr "Startdiskar"
59
62
 
@@ -195,6 +198,9 @@ msgstr ""
195
198
  msgid "List of allowed bootdisk types, remove type to disable it"
196
199
  msgstr ""
197
200
 
201
+ msgid "Not available"
202
+ msgstr ""
203
+
198
204
  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."
199
205
  msgstr ""
200
206
 
File without changes