foreman_bootdisk 17.1.0 → 19.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -3
  3. data/app/controllers/foreman_bootdisk/api/v2/disks_controller.rb +7 -2
  4. data/app/controllers/foreman_bootdisk/disks_controller.rb +70 -21
  5. data/app/controllers/foreman_bootdisk/subnet_disks_controller.rb +41 -0
  6. data/app/helpers/bootdisk_links_helper.rb +46 -0
  7. data/app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb +30 -42
  8. data/app/helpers/concerns/foreman_bootdisk/pretty_error.rb +13 -0
  9. data/app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb +45 -0
  10. data/app/helpers/disk_helper.rb +8 -0
  11. data/app/views/foreman_bootdisk/disks/help.html.erb +16 -4
  12. data/app/views/subnets/_bootdisk_action_buttons.erb +1 -0
  13. data/app/views/subnets/_bootdisk_title_buttons.erb +1 -0
  14. data/config/routes.rb +2 -1
  15. data/db/migrate/20140522185700_change_templatekind_to_bootdisk.rb +3 -3
  16. data/lib/foreman_bootdisk/engine.rb +11 -2
  17. data/lib/foreman_bootdisk/version.rb +1 -1
  18. data/locale/action_names.rb +2 -4
  19. data/locale/ca/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  20. data/locale/ca/foreman_bootdisk.edit.po +393 -0
  21. data/locale/ca/foreman_bootdisk.po +47 -11
  22. data/locale/ca/foreman_bootdisk.po.time_stamp +0 -0
  23. data/locale/de/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  24. data/locale/de/foreman_bootdisk.edit.po +398 -0
  25. data/locale/de/foreman_bootdisk.po +63 -26
  26. data/locale/de/foreman_bootdisk.po.time_stamp +0 -0
  27. data/locale/en/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  28. data/locale/en/foreman_bootdisk.edit.po +388 -0
  29. data/locale/en/foreman_bootdisk.po +45 -9
  30. data/locale/en/foreman_bootdisk.po.time_stamp +0 -0
  31. data/locale/en_GB/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  32. data/locale/en_GB/foreman_bootdisk.edit.po +394 -0
  33. data/locale/en_GB/foreman_bootdisk.po +47 -11
  34. data/locale/en_GB/foreman_bootdisk.po.time_stamp +0 -0
  35. data/locale/es/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  36. data/locale/es/foreman_bootdisk.edit.po +394 -0
  37. data/locale/es/foreman_bootdisk.po +69 -32
  38. data/locale/es/foreman_bootdisk.po.time_stamp +0 -0
  39. data/locale/foreman_bootdisk.pot +121 -63
  40. data/locale/fr/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  41. data/locale/fr/foreman_bootdisk.edit.po +394 -0
  42. data/locale/fr/foreman_bootdisk.po +80 -43
  43. data/locale/fr/foreman_bootdisk.po.time_stamp +0 -0
  44. data/locale/it/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  45. data/locale/it/foreman_bootdisk.edit.po +391 -0
  46. data/locale/it/foreman_bootdisk.po +47 -11
  47. data/locale/it/foreman_bootdisk.po.time_stamp +0 -0
  48. data/locale/ja/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  49. data/locale/ja/foreman_bootdisk.edit.po +393 -0
  50. data/locale/ja/foreman_bootdisk.po +70 -33
  51. data/locale/ja/foreman_bootdisk.po.time_stamp +0 -0
  52. data/locale/ko/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  53. data/locale/ko/foreman_bootdisk.edit.po +390 -0
  54. data/locale/ko/foreman_bootdisk.po +47 -11
  55. data/locale/ko/foreman_bootdisk.po.time_stamp +0 -0
  56. data/locale/pt_BR/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  57. data/locale/pt_BR/foreman_bootdisk.edit.po +394 -0
  58. data/locale/pt_BR/foreman_bootdisk.po +79 -43
  59. data/locale/pt_BR/foreman_bootdisk.po.time_stamp +0 -0
  60. data/locale/ru/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  61. data/locale/ru/foreman_bootdisk.edit.po +395 -0
  62. data/locale/ru/foreman_bootdisk.po +47 -11
  63. data/locale/ru/foreman_bootdisk.po.time_stamp +0 -0
  64. data/locale/sv_SE/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  65. data/locale/sv_SE/foreman_bootdisk.edit.po +392 -0
  66. data/locale/sv_SE/foreman_bootdisk.po +47 -11
  67. data/locale/sv_SE/foreman_bootdisk.po.time_stamp +0 -0
  68. data/locale/zh_CN/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  69. data/locale/zh_CN/foreman_bootdisk.edit.po +391 -0
  70. data/locale/zh_CN/foreman_bootdisk.po +113 -77
  71. data/locale/zh_CN/foreman_bootdisk.po.time_stamp +0 -0
  72. data/locale/zh_TW/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  73. data/locale/zh_TW/foreman_bootdisk.edit.po +391 -0
  74. data/locale/zh_TW/foreman_bootdisk.po +47 -11
  75. data/locale/zh_TW/foreman_bootdisk.po.time_stamp +0 -0
  76. data/package.json +42 -0
  77. data/webpack/__mocks__/foremanReact/common/HOC.js +30 -0
  78. data/webpack/__mocks__/foremanReact/common/I18n.js +7 -0
  79. data/webpack/__mocks__/foremanReact/common/helpers.js +7 -0
  80. data/webpack/__mocks__/foremanReact/common/urlHelpers.js +8 -0
  81. data/webpack/__mocks__/foremanReact/constants.js +24 -0
  82. data/webpack/__mocks__/foremanReact/redux/API/APISelectors.js +6 -0
  83. data/webpack/__mocks__/foremanReact/redux/API/index.js +10 -0
  84. data/webpack/global_index.js +12 -0
  85. data/webpack/global_test_setup.js +11 -0
  86. data/webpack/index.js +0 -0
  87. data/webpack/src/extensions/constants.js +2 -0
  88. data/webpack/src/extensions/host/HostBootdiskButtons.js +71 -0
  89. data/webpack/src/extensions/host/HostBootdiskButtonsSelectors.js +27 -0
  90. data/webpack/src/extensions/host/__tests__/HostBootdiskButtonsSelectors.test.js +66 -0
  91. data/webpack/src/extensions/host/__tests__/__snapshots__/HostBootdiskButtonsSelectors.test.js.snap +30 -0
  92. metadata +54 -20
  93. data/.github/workflows/rubocop.yaml +0 -19
  94. data/.tx/config +0 -8
  95. data/AUTHORS +0 -34
  96. data/release-gem +0 -84
  97. data/test/functional/foreman_bootdisk/api/v2/disks_controller_test.rb +0 -97
  98. data/test/functional/foreman_bootdisk/api/v2/subnet_disks_controller_test.rb +0 -37
  99. data/test/functional/foreman_bootdisk/disks_controller_test.rb +0 -107
  100. data/test/models/host/managed_test.rb +0 -26
  101. data/test/test_plugin_helper.rb +0 -72
  102. data/test/unit/access_permissions_test.rb +0 -10
  103. data/test/unit/concerns/compute_resources/vmware_test.rb +0 -83
  104. data/test/unit/concerns/host_test.rb +0 -84
  105. data/test/unit/concerns/orchestration/compute_test.rb +0 -69
  106. data/test/unit/foreman_bootdisk/renderer_test.rb +0 -36
  107. data/test/unit/foreman_bootdisk/scope/bootdisk_test.rb +0 -31
  108. data/test/unit/foreman_bootdisk/scope/full_host_bootdisk_test.rb +0 -30
  109. 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,10 +6,10 @@
6
6
  # johnny.westerlund <johnny.westerlund@gmail.com>, 2014
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: foreman_bootdisk 17.0.0\n"
9
+ "Project-Id-Version: foreman_bootdisk 18.1.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "PO-Revision-Date: 2019-10-22 20:06+0000\n"
12
- "Last-Translator: Lukáš Zapletal\n"
11
+ "PO-Revision-Date: 2021-09-24 07:25+0000\n"
12
+ "Last-Translator: Transifex Bot <>\n"
13
13
  "Language-Team: Swedish (Sweden) (http://www.transifex.com/foreman/foreman/lang"
14
14
  "uage/sv_SE/)\n"
15
15
  "MIME-Version: 1.0\n"
@@ -18,6 +18,9 @@ msgstr ""
18
18
  "Language: sv_SE\n"
19
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
20
 
21
+ msgid "* - These bootdisk types were disabled, you can enable them in Administer - Settings."
22
+ msgstr ""
23
+
21
24
  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."
22
25
  msgstr ""
23
26
 
@@ -27,6 +30,9 @@ msgstr ""
27
30
  msgid "All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`."
28
31
  msgstr ""
29
32
 
33
+ msgid "Allowed bootdisk types"
34
+ msgstr ""
35
+
30
36
  msgid "Attach ISO image to CDROM drive for %s"
31
37
  msgstr ""
32
38
 
@@ -36,6 +42,9 @@ msgstr "Tillbaka"
36
42
  msgid "Boot disk"
37
43
  msgstr "Startdisk"
38
44
 
45
+ msgid "Boot disk Help"
46
+ msgstr ""
47
+
39
48
  msgid "Boot disk based"
40
49
  msgstr ""
41
50
 
@@ -45,6 +54,9 @@ msgstr ""
45
54
  msgid "Boot disk embedded template"
46
55
  msgstr ""
47
56
 
57
+ msgid "Boot disk help"
58
+ msgstr ""
59
+
48
60
  msgid "Boot disks"
49
61
  msgstr "Startdiskar"
50
62
 
@@ -69,7 +81,7 @@ msgstr "Ladda ner värd avbildning"
69
81
  msgid "Download subnet generic image"
70
82
  msgstr ""
71
83
 
72
- msgid "Ensure %{path} contains grubx64.efi and shimx64.efi: install TFTP module or copy those files into /var/lib/foreman/bootdisk (Grub2 directory setting)"
84
+ msgid "Ensure %{file} is readable (or update \"Grub2 directory\" setting)"
73
85
  msgstr ""
74
86
 
75
87
  msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
@@ -111,6 +123,9 @@ msgstr "Generell avbildning"
111
123
  msgid "Generic image template"
112
124
  msgstr ""
113
125
 
126
+ msgid "Generic images"
127
+ msgstr ""
128
+
114
129
  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."
115
130
  msgstr ""
116
131
 
@@ -120,9 +135,6 @@ msgstr ""
120
135
  msgid "Grub2 template to use for generic EFI host boot disks"
121
136
  msgstr ""
122
137
 
123
- msgid "Help"
124
- msgstr "Hjälp"
125
-
126
138
  msgid "Host '%s' image"
127
139
  msgstr "Värden '%s' avbildning"
128
140
 
@@ -147,9 +159,18 @@ msgstr ""
147
159
  msgid "Host image template"
148
160
  msgstr ""
149
161
 
162
+ msgid "Host images"
163
+ msgstr ""
164
+
165
+ msgid "Host is not in build mode"
166
+ msgstr ""
167
+
150
168
  msgid "Host is not in build mode, so the template cannot be rendered"
151
169
  msgstr ""
152
170
 
171
+ msgid "Host is not in build mode."
172
+ msgstr ""
173
+
153
174
  msgid "ISO build failed"
154
175
  msgstr "ISO-bygget misslyckades"
155
176
 
@@ -174,6 +195,12 @@ msgstr ""
174
195
  msgid "Installation media files will be cached for full host images"
175
196
  msgstr ""
176
197
 
198
+ msgid "List of allowed bootdisk types, remove type to disable it"
199
+ msgstr ""
200
+
201
+ msgid "Not available"
202
+ msgstr ""
203
+
177
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."
178
205
  msgstr ""
179
206
 
@@ -213,13 +240,13 @@ msgstr ""
213
240
  msgid "Subnet boot disks"
214
241
  msgstr ""
215
242
 
216
- msgid "Subnet image"
243
+ msgid "Subnet generic image"
217
244
  msgstr ""
218
245
 
219
- 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."
246
+ msgid "Subnet image"
220
247
  msgstr ""
221
248
 
222
- msgid "Subnet is not assigned to the host %s"
249
+ 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."
223
250
  msgstr ""
224
251
 
225
252
  msgid "TFTP feature not enabled for subnet %s"
@@ -228,9 +255,18 @@ msgstr ""
228
255
  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."
229
256
  msgstr ""
230
257
 
258
+ msgid "These images are more generic than previous images. You can find them at subnet index page."
259
+ msgstr ""
260
+
261
+ msgid "These images are used for host. You can find them at host detail page."
262
+ msgstr ""
263
+
231
264
  msgid "This image is generic for all hosts with a provisioning NIC on that subnet."
232
265
  msgstr ""
233
266
 
267
+ msgid "This type of bootdisk is not allowed. Please contact administrator."
268
+ msgstr ""
269
+
234
270
  msgid "True for full, false for basic reusable image"
235
271
  msgstr ""
236
272
 
@@ -243,7 +279,7 @@ msgstr ""
243
279
  msgid "Unable to generate disk template, %{kind} template not found."
244
280
  msgstr ""
245
281
 
246
- msgid "Unable to mcopy %{path}"
282
+ msgid "Unable to mcopy %{file}"
247
283
  msgstr ""
248
284
 
249
285
  msgid "Upload ISO image to datastore for %s"
File without changes