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,393 @@
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
+ # Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2017
7
+ # Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2015-2016
8
+ msgid ""
9
+ msgstr ""
10
+ "Project-Id-Version: foreman_bootdisk 18.1.0\n"
11
+ "Report-Msgid-Bugs-To: \n"
12
+ "POT-Creation-Date: 2021-11-30 18:05+0100\n"
13
+ "PO-Revision-Date: 2021-09-24 07:25+0000\n"
14
+ "Last-Translator: Transifex Bot <>\n"
15
+ "Language-Team: Catalan (http://www.transifex.com/foreman/foreman/language/ca/)"
16
+ "\n"
17
+ "MIME-Version: 1.0\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+ "Content-Transfer-Encoding: 8bit\n"
20
+ "Language: ca\n"
21
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
+
23
+ #: ../app/controllers/concerns/allowed_actions.rb:7
24
+ msgid "This type of bootdisk is not allowed. Please contact administrator."
25
+ msgstr ""
26
+
27
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:21 ../app/views/foreman_bootdisk/disks/help.html.erb:1
28
+ msgid "Boot disks"
29
+ msgstr "Discs d'arrencada"
30
+
31
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:24
32
+ msgid "Download generic image"
33
+ msgstr "Baixa la imatge genèrica"
34
+
35
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:33
36
+ msgid "Download host image"
37
+ msgstr "Baixa la imatge d'amfitrió"
38
+
39
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:34
40
+ msgid "True for full, false for basic reusable image"
41
+ msgstr ""
42
+
43
+ #: ../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
44
+ msgid "Host is not in build mode"
45
+ msgstr ""
46
+
47
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:23
48
+ msgid "Subnet boot disks"
49
+ msgstr "Discs d'arrencada de subxarxa"
50
+
51
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:26
52
+ msgid "Download subnet generic image"
53
+ msgstr "Baixa la imatge genèrica de subxarxa"
54
+
55
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:30 ../app/controllers/foreman_bootdisk/subnet_disks_controller.rb:15
56
+ msgid "TFTP feature not enabled for subnet %s"
57
+ msgstr "La funcionalitat TFTP no està habilitada per a la subxarxa %s"
58
+
59
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:63
60
+ msgid "Host is not in build mode."
61
+ msgstr ""
62
+
63
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:95 ../app/helpers/concerns/foreman_bootdisk/pretty_error.rb:8
64
+ msgid "Failed to render boot disk template"
65
+ msgstr ""
66
+
67
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:120 ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:66
68
+ msgid "Host '%s' image"
69
+ msgstr ""
70
+
71
+ #: ../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
72
+ msgid "Full host '%s' image"
73
+ msgstr ""
74
+
75
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:132
76
+ msgid "Boot disk help"
77
+ msgstr ""
78
+
79
+ #: ../app/helpers/bootdisk_links_helper.rb:27
80
+ msgid "Boot disk Help"
81
+ msgstr ""
82
+
83
+ #: ../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
84
+ msgid "Boot disk"
85
+ msgstr "Disc d'arrencada"
86
+
87
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:21 ../webpack/src/extensions/host/HostBootdiskButtons.js:54
88
+ msgid "Boot disk download not available for %s architecture"
89
+ msgstr ""
90
+
91
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:30
92
+ msgid "Subnet '%s' generic image"
93
+ msgstr ""
94
+
95
+ #: ../app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb:10
96
+ msgid "Subnet generic image"
97
+ msgstr ""
98
+
99
+ #: ../app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb:27 ../app/views/foreman_bootdisk/disks/help.html.erb:35
100
+ msgid "Generic image"
101
+ msgstr "Imatge genèrica"
102
+
103
+ #: ../app/models/concerns/foreman_bootdisk/host_ext.rb:12 ../app/services/foreman_bootdisk/renderer.rb:53 ../app/services/foreman_bootdisk/renderer.rb:60
104
+ msgid "Unable to find template specified by %s setting"
105
+ msgstr "No es pot trobar la plantilla especificada per l'ajust %s"
106
+
107
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:30
108
+ msgid "Generating ISO image for %s"
109
+ msgstr ""
110
+
111
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:32
112
+ msgid "Upload ISO image to datastore for %s"
113
+ msgstr ""
114
+
115
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:34
116
+ msgid "Attach ISO image to CDROM drive for %s"
117
+ msgstr ""
118
+
119
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:38
120
+ msgid "Detach ISO image from CDROM drive for %s"
121
+ msgstr ""
122
+
123
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:73
124
+ msgid "Failed to generate ISO image for instance %{name}: %{message}"
125
+ msgstr ""
126
+
127
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:82
128
+ msgid "Failed to upload ISO image for instance %{name}: %{message}"
129
+ msgstr ""
130
+
131
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:91
132
+ msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
133
+ msgstr ""
134
+
135
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:100
136
+ msgid "Failed to detach ISO image from CDROM drive of instance %{name}: %{message}"
137
+ msgstr ""
138
+
139
+ #: ../app/models/setting/bootdisk.rb:13
140
+ msgid "Path to directory containing iPXE images"
141
+ msgstr "El camí al directori que conté les imatges iPXE"
142
+
143
+ #: ../app/models/setting/bootdisk.rb:13
144
+ msgid "iPXE directory"
145
+ msgstr "Directori iPXE"
146
+
147
+ #: ../app/models/setting/bootdisk.rb:14
148
+ msgid "Path to directory containing isolinux images"
149
+ msgstr "El camí al directori que conté les imatges isolinux"
150
+
151
+ #: ../app/models/setting/bootdisk.rb:14
152
+ msgid "ISOLINUX directory"
153
+ msgstr ""
154
+
155
+ #: ../app/models/setting/bootdisk.rb:15
156
+ msgid "Path to directory containing syslinux images"
157
+ msgstr "El camí al directori que conté les imatges syslinux"
158
+
159
+ #: ../app/models/setting/bootdisk.rb:15
160
+ msgid "SYSLINUX directory"
161
+ msgstr ""
162
+
163
+ #: ../app/models/setting/bootdisk.rb:16
164
+ msgid "Path to directory containing grubx64.efi and shimx64.efi"
165
+ msgstr ""
166
+
167
+ #: ../app/models/setting/bootdisk.rb:16
168
+ msgid "Grub2 directory"
169
+ msgstr ""
170
+
171
+ #: ../app/models/setting/bootdisk.rb:17
172
+ msgid "iPXE template to use for host-specific boot disks"
173
+ msgstr ""
174
+
175
+ #: ../app/models/setting/bootdisk.rb:18
176
+ msgid "Host image template"
177
+ msgstr ""
178
+
179
+ #: ../app/models/setting/bootdisk.rb:19
180
+ msgid "iPXE template to use for generic host boot disks"
181
+ msgstr ""
182
+
183
+ #: ../app/models/setting/bootdisk.rb:20
184
+ msgid "Generic image template"
185
+ msgstr ""
186
+
187
+ #: ../app/models/setting/bootdisk.rb:21
188
+ msgid "Grub2 template to use for generic EFI host boot disks"
189
+ msgstr ""
190
+
191
+ #: ../app/models/setting/bootdisk.rb:22
192
+ msgid "Generic Grub2 EFI image template"
193
+ msgstr ""
194
+
195
+ #: ../app/models/setting/bootdisk.rb:23
196
+ msgid "Command to generate ISO image, use genisoimage or mkisofs"
197
+ msgstr "L'ordre per generar la imatge ISO, utilitzeu genisoimage o mkisofs"
198
+
199
+ #: ../app/models/setting/bootdisk.rb:23
200
+ msgid "ISO generation command"
201
+ msgstr ""
202
+
203
+ #: ../app/models/setting/bootdisk.rb:24
204
+ msgid "Installation media files will be cached for full host images"
205
+ msgstr "Els fitxers dels mitjans d'instal·lació s'emmagatzemaran en memòria cau per a les imatges completes dels amfitrions"
206
+
207
+ #: ../app/models/setting/bootdisk.rb:24
208
+ msgid "Installation media caching"
209
+ msgstr ""
210
+
211
+ #: ../app/models/setting/bootdisk.rb:25
212
+ msgid "List of allowed bootdisk types, remove type to disable it"
213
+ msgstr ""
214
+
215
+ #: ../app/models/setting/bootdisk.rb:25
216
+ msgid "Allowed bootdisk types"
217
+ msgstr ""
218
+
219
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:16
220
+ msgid "Host is not in build mode, so the template cannot be rendered"
221
+ msgstr ""
222
+
223
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:42
224
+ msgid "Unable to generate disk template, %{kind} template not found."
225
+ msgstr ""
226
+
227
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:52
228
+ msgid "Unable to generate disk %{kind} template: %{error}"
229
+ msgstr ""
230
+
231
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:94
232
+ msgid "Please ensure the isolinux/syslinux package(s) are installed."
233
+ msgstr ""
234
+
235
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:111
236
+ msgid "Please ensure the ipxe-bootimgs package is installed."
237
+ msgstr ""
238
+
239
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:128
240
+ msgid "Creating new image failed, install truncate utility"
241
+ msgstr ""
242
+
243
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:129
244
+ msgid "Failed to format the ESP image via mkfs.msdos"
245
+ msgstr ""
246
+
247
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:130 ../app/services/foreman_bootdisk/iso_generator.rb:131
248
+ msgid "Failed to create a directory within the ESP image"
249
+ msgstr ""
250
+
251
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:137
252
+ msgid "Ensure %{file} is readable (or update \"Grub2 directory\" setting)"
253
+ msgstr ""
254
+
255
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:138
256
+ msgid "Unable to mcopy %{file}"
257
+ msgstr ""
258
+
259
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:160
260
+ msgid "ISO build failed"
261
+ msgstr "No s'ha pogut construir l'ISO"
262
+
263
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:163
264
+ msgid "ISO hybrid conversion failed: %s"
265
+ msgstr ""
266
+
267
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:2
268
+ msgid "Back"
269
+ msgstr "Enrere"
270
+
271
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:6
272
+ 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."
273
+ msgstr ""
274
+
275
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:9
276
+ msgid "All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`."
277
+ msgstr ""
278
+
279
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:12
280
+ msgid "Host images"
281
+ msgstr ""
282
+
283
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:14
284
+ msgid "These images are used for host. You can find them at host detail page."
285
+ msgstr ""
286
+
287
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:17
288
+ msgid "Host image"
289
+ msgstr "Imatge d'amfitrió"
290
+
291
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:19
292
+ 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."
293
+ msgstr ""
294
+
295
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:22
296
+ 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."
297
+ msgstr ""
298
+
299
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:25
300
+ msgid "Full host image"
301
+ msgstr "Imatge completa d'amfitrió"
302
+
303
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:27
304
+ 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."
305
+ msgstr ""
306
+
307
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:30
308
+ msgid "Generic images"
309
+ msgstr ""
310
+
311
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:32
312
+ msgid "These images are more generic than previous images. You can find them at subnet index page."
313
+ msgstr ""
314
+
315
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:37
316
+ 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."
317
+ msgstr ""
318
+
319
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:40
320
+ 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."
321
+ msgstr ""
322
+
323
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:43
324
+ msgid "Subnet image"
325
+ msgstr "Imatge de subxarxa"
326
+
327
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:45
328
+ 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."
329
+ msgstr ""
330
+
331
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:48
332
+ msgid "This image is generic for all hosts with a provisioning NIC on that subnet."
333
+ msgstr ""
334
+
335
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:51
336
+ msgid "* - These bootdisk types were disabled, you can enable them in Administer - Settings."
337
+ msgstr ""
338
+
339
+ #: ../app/views/foreman_bootdisk/host.erb:9
340
+ msgid "Host has no provisioning interface defined"
341
+ msgstr "L'amfitrió no té definida cap interfície d'aprovisionament"
342
+
343
+ #: ../app/views/foreman_bootdisk/host.erb:10
344
+ msgid "Host has no IPv4 or IPv6 address defined"
345
+ msgstr ""
346
+
347
+ #: ../app/views/foreman_bootdisk/host.erb:11
348
+ msgid "Host has no subnet defined"
349
+ msgstr "L'amfitrió no té definida cap subxarxa"
350
+
351
+ #: ../app/views/foreman_bootdisk/host.erb:12
352
+ msgid "Host has no domain defined"
353
+ msgstr "L'amfitrió no té definit cap domini"
354
+
355
+ #: ../app/views/foreman_bootdisk/host.erb:19
356
+ msgid "Host bootdisk does not work with static IPv6"
357
+ msgstr ""
358
+
359
+ #: ../app/views/foreman_bootdisk/host.erb:21
360
+ msgid "Both IP and Subnet must be set"
361
+ msgstr ""
362
+
363
+ #: ../lib/foreman_bootdisk/engine.rb:60
364
+ msgid "Boot disk based"
365
+ msgstr ""
366
+
367
+ #: ../lib/foreman_bootdisk/engine.rb:61
368
+ msgid "Boot disk embedded template"
369
+ msgstr ""
370
+
371
+ #: ../webpack/src/extensions/host/HostBootdiskButtons.js:59
372
+ msgid "Not available"
373
+ msgstr ""
374
+
375
+ #: action_names.rb:2
376
+ msgid "Remote action:"
377
+ msgstr ""
378
+
379
+ #: action_names.rb:3
380
+ msgid "Import Puppet classes"
381
+ msgstr ""
382
+
383
+ #: action_names.rb:4
384
+ msgid "Import facts"
385
+ msgstr ""
386
+
387
+ #: action_names.rb:5
388
+ msgid "Action with sub plans"
389
+ msgstr ""
390
+
391
+ #: gemspec.rb:4
392
+ msgid "Plugin for Foreman that creates iPXE-based boot disks to provision hosts without the need for PXE infrastructure."
393
+ msgstr ""
@@ -7,10 +7,10 @@
7
7
  # Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2015-2016
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_bootdisk 17.0.0\n"
10
+ "Project-Id-Version: foreman_bootdisk 18.1.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2019-10-22 20:06+0000\n"
13
- "Last-Translator: Lukáš Zapletal\n"
12
+ "PO-Revision-Date: 2021-09-24 07:25+0000\n"
13
+ "Last-Translator: Transifex Bot <>\n"
14
14
  "Language-Team: Catalan (http://www.transifex.com/foreman/foreman/language/ca/)"
15
15
  "\n"
16
16
  "MIME-Version: 1.0\n"
@@ -19,6 +19,9 @@ msgstr ""
19
19
  "Language: ca\n"
20
20
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
21
 
22
+ msgid "* - These bootdisk types were disabled, you can enable them in Administer - Settings."
23
+ msgstr ""
24
+
22
25
  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."
23
26
  msgstr ""
24
27
 
@@ -28,6 +31,9 @@ msgstr ""
28
31
  msgid "All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`."
29
32
  msgstr ""
30
33
 
34
+ msgid "Allowed bootdisk types"
35
+ msgstr ""
36
+
31
37
  msgid "Attach ISO image to CDROM drive for %s"
32
38
  msgstr ""
33
39
 
@@ -37,6 +43,9 @@ msgstr "Enrere"
37
43
  msgid "Boot disk"
38
44
  msgstr "Disc d'arrencada"
39
45
 
46
+ msgid "Boot disk Help"
47
+ msgstr ""
48
+
40
49
  msgid "Boot disk based"
41
50
  msgstr ""
42
51
 
@@ -46,6 +55,9 @@ msgstr ""
46
55
  msgid "Boot disk embedded template"
47
56
  msgstr ""
48
57
 
58
+ msgid "Boot disk help"
59
+ msgstr ""
60
+
49
61
  msgid "Boot disks"
50
62
  msgstr "Discs d'arrencada"
51
63
 
@@ -70,7 +82,7 @@ msgstr "Baixa la imatge d'amfitrió"
70
82
  msgid "Download subnet generic image"
71
83
  msgstr "Baixa la imatge genèrica de subxarxa"
72
84
 
73
- msgid "Ensure %{path} contains grubx64.efi and shimx64.efi: install TFTP module or copy those files into /var/lib/foreman/bootdisk (Grub2 directory setting)"
85
+ msgid "Ensure %{file} is readable (or update \"Grub2 directory\" setting)"
74
86
  msgstr ""
75
87
 
76
88
  msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
@@ -112,6 +124,9 @@ msgstr "Imatge genèrica"
112
124
  msgid "Generic image template"
113
125
  msgstr ""
114
126
 
127
+ msgid "Generic images"
128
+ msgstr ""
129
+
115
130
  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."
116
131
  msgstr ""
117
132
 
@@ -121,9 +136,6 @@ msgstr ""
121
136
  msgid "Grub2 template to use for generic EFI host boot disks"
122
137
  msgstr ""
123
138
 
124
- msgid "Help"
125
- msgstr "Ajuda"
126
-
127
139
  msgid "Host '%s' image"
128
140
  msgstr ""
129
141
 
@@ -148,9 +160,18 @@ msgstr "Imatge d'amfitrió"
148
160
  msgid "Host image template"
149
161
  msgstr ""
150
162
 
163
+ msgid "Host images"
164
+ msgstr ""
165
+
166
+ msgid "Host is not in build mode"
167
+ msgstr ""
168
+
151
169
  msgid "Host is not in build mode, so the template cannot be rendered"
152
170
  msgstr ""
153
171
 
172
+ msgid "Host is not in build mode."
173
+ msgstr ""
174
+
154
175
  msgid "ISO build failed"
155
176
  msgstr "No s'ha pogut construir l'ISO"
156
177
 
@@ -175,6 +196,12 @@ msgstr ""
175
196
  msgid "Installation media files will be cached for full host images"
176
197
  msgstr "Els fitxers dels mitjans d'instal·lació s'emmagatzemaran en memòria cau per a les imatges completes dels amfitrions"
177
198
 
199
+ msgid "List of allowed bootdisk types, remove type to disable it"
200
+ msgstr ""
201
+
202
+ msgid "Not available"
203
+ msgstr ""
204
+
178
205
  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."
179
206
  msgstr ""
180
207
 
@@ -214,24 +241,33 @@ msgstr ""
214
241
  msgid "Subnet boot disks"
215
242
  msgstr "Discs d'arrencada de subxarxa"
216
243
 
244
+ msgid "Subnet generic image"
245
+ msgstr ""
246
+
217
247
  msgid "Subnet image"
218
248
  msgstr "Imatge de subxarxa"
219
249
 
220
250
  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."
221
251
  msgstr ""
222
252
 
223
- msgid "Subnet is not assigned to the host %s"
224
- msgstr "La subxarxa no està assignada a l'amfitrió %s"
225
-
226
253
  msgid "TFTP feature not enabled for subnet %s"
227
254
  msgstr "La funcionalitat TFTP no està habilitada per a la subxarxa %s"
228
255
 
229
256
  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."
230
257
  msgstr ""
231
258
 
259
+ msgid "These images are more generic than previous images. You can find them at subnet index page."
260
+ msgstr ""
261
+
262
+ msgid "These images are used for host. You can find them at host detail page."
263
+ msgstr ""
264
+
232
265
  msgid "This image is generic for all hosts with a provisioning NIC on that subnet."
233
266
  msgstr ""
234
267
 
268
+ msgid "This type of bootdisk is not allowed. Please contact administrator."
269
+ msgstr ""
270
+
235
271
  msgid "True for full, false for basic reusable image"
236
272
  msgstr ""
237
273
 
@@ -244,7 +280,7 @@ msgstr ""
244
280
  msgid "Unable to generate disk template, %{kind} template not found."
245
281
  msgstr ""
246
282
 
247
- msgid "Unable to mcopy %{path}"
283
+ msgid "Unable to mcopy %{file}"
248
284
  msgstr ""
249
285
 
250
286
  msgid "Upload ISO image to datastore for %s"
File without changes