foreman_bootdisk 22.0.0 → 22.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_bootdisk/locale/ca/foreman_bootdisk.js +108 -120
  3. data/app/assets/javascripts/foreman_bootdisk/locale/cs_CZ/foreman_bootdisk.js +105 -117
  4. data/app/assets/javascripts/foreman_bootdisk/locale/de/foreman_bootdisk.js +158 -170
  5. data/app/assets/javascripts/foreman_bootdisk/locale/en/foreman_bootdisk.js +85 -97
  6. data/app/assets/javascripts/foreman_bootdisk/locale/en_GB/foreman_bootdisk.js +157 -169
  7. data/app/assets/javascripts/foreman_bootdisk/locale/es/foreman_bootdisk.js +158 -170
  8. data/app/assets/javascripts/foreman_bootdisk/locale/fr/foreman_bootdisk.js +158 -170
  9. data/app/assets/javascripts/foreman_bootdisk/locale/it/foreman_bootdisk.js +118 -130
  10. data/app/assets/javascripts/foreman_bootdisk/locale/ja/foreman_bootdisk.js +157 -169
  11. data/app/assets/javascripts/foreman_bootdisk/locale/ka/foreman_bootdisk.js +157 -169
  12. data/app/assets/javascripts/foreman_bootdisk/locale/ko/foreman_bootdisk.js +158 -170
  13. data/app/assets/javascripts/foreman_bootdisk/locale/pt_BR/foreman_bootdisk.js +157 -169
  14. data/app/assets/javascripts/foreman_bootdisk/locale/ru/foreman_bootdisk.js +131 -143
  15. data/app/assets/javascripts/foreman_bootdisk/locale/sv_SE/foreman_bootdisk.js +103 -115
  16. data/app/assets/javascripts/foreman_bootdisk/locale/zh_CN/foreman_bootdisk.js +156 -168
  17. data/app/assets/javascripts/foreman_bootdisk/locale/zh_TW/foreman_bootdisk.js +129 -141
  18. data/app/lib/foreman_bootdisk/scope/bootdisk.rb +0 -42
  19. data/app/lib/foreman_bootdisk/template_helpers.rb +48 -0
  20. data/lib/foreman_bootdisk/engine.rb +3 -1
  21. data/lib/foreman_bootdisk/engine.rb.orig +159 -0
  22. data/lib/foreman_bootdisk/version.rb +1 -1
  23. data/locale/Makefile +12 -2
  24. data/locale/ca/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  25. data/locale/ca/foreman_bootdisk.po +1 -13
  26. data/locale/cs_CZ/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  27. data/locale/cs_CZ/foreman_bootdisk.po +30 -40
  28. data/locale/de/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  29. data/locale/de/foreman_bootdisk.po +3 -15
  30. data/locale/en/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  31. data/locale/en/foreman_bootdisk.po +9 -19
  32. data/locale/en_GB/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  33. data/locale/en_GB/foreman_bootdisk.po +1 -13
  34. data/locale/es/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  35. data/locale/es/foreman_bootdisk.po +6 -16
  36. data/locale/fr/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  37. data/locale/fr/foreman_bootdisk.po +6 -16
  38. data/locale/it/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  39. data/locale/it/foreman_bootdisk.po +1 -13
  40. data/locale/ja/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  41. data/locale/ja/foreman_bootdisk.po +7 -18
  42. data/locale/ka/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  43. data/locale/ka/foreman_bootdisk.po +1 -13
  44. data/locale/ko/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  45. data/locale/ko/foreman_bootdisk.po +47 -59
  46. data/locale/pt_BR/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  47. data/locale/pt_BR/foreman_bootdisk.po +1 -13
  48. data/locale/ru/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  49. data/locale/ru/foreman_bootdisk.po +1 -13
  50. data/locale/sv_SE/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  51. data/locale/sv_SE/foreman_bootdisk.po +1 -13
  52. data/locale/zh_CN/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  53. data/locale/zh_CN/foreman_bootdisk.po +2 -14
  54. data/locale/zh_TW/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  55. data/locale/zh_TW/foreman_bootdisk.po +1 -13
  56. metadata +4 -3
  57. data/locale/action_names.rb +0 -5
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_bootdisk": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_bootdisk 21.0.4",
6
+ "Project-Id-Version": "foreman_bootdisk 22.0.0",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2014-02-13 12:12+0000",
9
9
  "Last-Translator": "johnny.westerlund <johnny.westerlund@gmail.com>, 2014",
@@ -17,263 +17,251 @@
17
17
  "domain": "foreman_bootdisk",
18
18
  "plural_forms": "nplurals=2; plural=(n != 1);"
19
19
  },
20
- "This type of bootdisk is not allowed. Please contact administrator.": [
20
+ "* - These bootdisk types were disabled, you can enable them in Administer - Settings.": [
21
21
  ""
22
22
  ],
23
- "Boot disks": [
24
- "Startdiskar"
25
- ],
26
- "Download generic image": [
27
- "Ladda ner generisk avbildning"
28
- ],
29
- "Download host image": [
30
- "Ladda ner värd avbildning"
31
- ],
32
- "True for full, false for basic reusable image": [
23
+ "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.": [
33
24
  ""
34
25
  ],
35
- "Host is not in build mode": [
26
+ "All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`.": [
36
27
  ""
37
28
  ],
38
- "Subnet boot disks": [
29
+ "Allowed bootdisk types": [
39
30
  ""
40
31
  ],
41
- "Download subnet generic image": [
32
+ "Attach ISO image to CDROM drive for %s": [
42
33
  ""
43
34
  ],
44
- "TFTP feature not enabled for subnet %s": [
45
- ""
35
+ "Back": [
36
+ "Tillbaka"
46
37
  ],
47
- "Host is not in build mode.": [
48
- ""
38
+ "Boot disk": [
39
+ "Startdisk"
49
40
  ],
50
- "Failed to render boot disk template": [
41
+ "Boot disk Help": [
51
42
  ""
52
43
  ],
53
- "Host '%s' image": [
54
- "Värden '%s' avbildning"
55
- ],
56
- "Full host '%s' image": [
44
+ "Boot disk based": [
57
45
  ""
58
46
  ],
59
- "Boot disk help": [
47
+ "Boot disk download not available for %s architecture": [
60
48
  ""
61
49
  ],
62
- "Boot disk Help": [
50
+ "Boot disk help": [
63
51
  ""
64
52
  ],
65
- "Boot disk": [
66
- "Startdisk"
53
+ "Boot disks": [
54
+ "Startdiskar"
67
55
  ],
68
- "Boot disk download not available for %s architecture": [
69
- ""
56
+ "Command to generate ISO image, use genisoimage or mkisofs": [
57
+ "Kommando för att generera ISO-avbildningar, använd genisoimage eller mkisofs"
70
58
  ],
71
- "Subnet '%s' generic image": [
59
+ "Creating new image failed, install truncate utility": [
72
60
  ""
73
61
  ],
74
- "Subnet generic image": [
62
+ "Detach ISO image from CDROM drive for %s": [
75
63
  ""
76
64
  ],
77
- "Generic image": [
78
- "Generell avbildning"
79
- ],
80
- "Unable to find template specified by %s setting": [
81
- "Går inte att hitta mallen specificerad med inställningen %s"
65
+ "Download generic image": [
66
+ "Ladda ner generisk avbildning"
82
67
  ],
83
- "Generating ISO image for %s": [
84
- ""
68
+ "Download host image": [
69
+ "Ladda ner värd avbildning"
85
70
  ],
86
- "Upload ISO image to datastore for %s": [
71
+ "Download subnet generic image": [
87
72
  ""
88
73
  ],
89
- "Attach ISO image to CDROM drive for %s": [
74
+ "Ensure %{file} is readable (or update \\\"Grub2 directory\\\" setting)": [
90
75
  ""
91
76
  ],
92
- "Detach ISO image from CDROM drive for %s": [
77
+ "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}": [
93
78
  ""
94
79
  ],
95
- "Failed to generate ISO image for instance %{name}: %{message}": [
80
+ "Failed to create a directory within the ESP image": [
96
81
  ""
97
82
  ],
98
- "Failed to upload ISO image for instance %{name}: %{message}": [
83
+ "Failed to detach ISO image from CDROM drive of instance %{name}: %{message}": [
99
84
  ""
100
85
  ],
101
- "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}": [
86
+ "Failed to format the ESP image via mkfs.msdos": [
102
87
  ""
103
88
  ],
104
- "Failed to detach ISO image from CDROM drive of instance %{name}: %{message}": [
89
+ "Failed to generate ISO image for instance %{name}: %{message}": [
105
90
  ""
106
91
  ],
107
- "Host is not in build mode, so the template cannot be rendered": [
92
+ "Failed to render boot disk template": [
108
93
  ""
109
94
  ],
110
- "Unable to generate disk template, %{kind} template not found.": [
95
+ "Failed to upload ISO image for instance %{name}: %{message}": [
111
96
  ""
112
97
  ],
113
- "Unable to generate disk %{kind} template: %{error}": [
98
+ "Full host '%s' image": [
114
99
  ""
115
100
  ],
116
- "Please ensure the isolinux/syslinux package(s) are installed.": [
101
+ "Full host image": [
117
102
  ""
118
103
  ],
119
- "Please ensure the ipxe-bootimgs package is installed.": [
104
+ "Generating ISO image for %s": [
120
105
  ""
121
106
  ],
122
- "Creating new image failed, install truncate utility": [
107
+ "Generic Grub2 EFI image template": [
123
108
  ""
124
109
  ],
125
- "Failed to format the ESP image via mkfs.msdos": [
126
- ""
110
+ "Generic image": [
111
+ "Generell avbildning"
127
112
  ],
128
- "Failed to create a directory within the ESP image": [
113
+ "Generic image template": [
129
114
  ""
130
115
  ],
131
- "Ensure %{file} is readable (or update \\\"Grub2 directory\\\" setting)": [
116
+ "Generic images": [
132
117
  ""
133
118
  ],
134
- "Unable to mcopy %{file}": [
119
+ "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.": [
135
120
  ""
136
121
  ],
137
- "ISO build failed": [
138
- "ISO-bygget misslyckades"
139
- ],
140
- "ISO hybrid conversion failed: %s": [
122
+ "Grub2 directory": [
141
123
  ""
142
124
  ],
143
- "Back": [
144
- "Tillbaka"
125
+ "Host '%s' image": [
126
+ "Värden '%s' avbildning"
145
127
  ],
146
- "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.": [
128
+ "Host image": [
147
129
  ""
148
130
  ],
149
- "All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`.": [
131
+ "Host image template": [
150
132
  ""
151
133
  ],
152
134
  "Host images": [
153
135
  ""
154
136
  ],
155
- "These images are used for host. You can find them at host detail page.": [
137
+ "Host is not in build mode": [
156
138
  ""
157
139
  ],
158
- "Host image": [
140
+ "Host is not in build mode, so the template cannot be rendered": [
159
141
  ""
160
142
  ],
161
- "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.": [
143
+ "Host is not in build mode.": [
162
144
  ""
163
145
  ],
164
- "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.": [
165
- ""
146
+ "ISO build failed": [
147
+ "ISO-bygget misslyckades"
166
148
  ],
167
- "Full host image": [
149
+ "ISO generation command": [
168
150
  ""
169
151
  ],
170
- "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.": [
152
+ "ISO hybrid conversion failed: %s": [
171
153
  ""
172
154
  ],
173
- "Generic images": [
155
+ "ISOLINUX directory": [
174
156
  ""
175
157
  ],
176
- "These images are more generic than previous images. You can find them at subnet index page.": [
158
+ "Installation media caching": [
177
159
  ""
178
160
  ],
179
- "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.": [
161
+ "Installation media files will be cached for full host images": [
180
162
  ""
181
163
  ],
182
- "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.": [
164
+ "List of allowed bootdisk types, remove type to disable it": [
183
165
  ""
184
166
  ],
185
- "Subnet image": [
167
+ "Not available": [
186
168
  ""
187
169
  ],
188
- "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.": [
170
+ "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.": [
189
171
  ""
190
172
  ],
191
- "This image is generic for all hosts with a provisioning NIC on that subnet.": [
173
+ "Path to directory containing grubx64.efi and shimx64.efi": [
192
174
  ""
193
175
  ],
194
- "* - These bootdisk types were disabled, you can enable them in Administer - Settings.": [
195
- ""
176
+ "Path to directory containing iPXE images": [
177
+ "Sökvägen till ett bibliotek med iPXE-avbildningar"
196
178
  ],
197
- "Boot disk based": [
179
+ "Path to directory containing isolinux images": [
198
180
  ""
199
181
  ],
200
- "iPXE directory": [
201
- ""
182
+ "Path to directory containing syslinux images": [
183
+ "Sökvägen till ett bibliotek med syslinux-avbildningar"
202
184
  ],
203
- "Path to directory containing iPXE images": [
204
- "Sökvägen till ett bibliotek med iPXE-avbildningar"
185
+ "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.": [
186
+ ""
205
187
  ],
206
- "ISOLINUX directory": [
188
+ "Please ensure the ipxe-bootimgs package is installed.": [
207
189
  ""
208
190
  ],
209
- "Path to directory containing isolinux images": [
191
+ "Please ensure the isolinux/syslinux package(s) are installed.": [
210
192
  ""
211
193
  ],
194
+ "Plugin for Foreman that creates iPXE-based boot disks to provision hosts without the need for PXE infrastructure.": [
195
+ "Plugin för Foreman som skapar iPXE-baserad start disk för att provisionera värdar utan en existerande PXE-infrastruktur."
196
+ ],
212
197
  "SYSLINUX directory": [
213
198
  ""
214
199
  ],
215
- "Path to directory containing syslinux images": [
216
- "Sökvägen till ett bibliotek med syslinux-avbildningar"
217
- ],
218
- "Grub2 directory": [
200
+ "Subnet '%s' generic image": [
219
201
  ""
220
202
  ],
221
- "Path to directory containing grubx64.efi and shimx64.efi": [
203
+ "Subnet boot disks": [
222
204
  ""
223
205
  ],
224
- "Host image template": [
206
+ "Subnet generic image": [
225
207
  ""
226
208
  ],
227
- "iPXE template to use for host-specific boot disks": [
228
- "iPXE-mall att använda för värdspecifik startdisk"
209
+ "Subnet image": [
210
+ ""
229
211
  ],
230
- "Generic image template": [
212
+ "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.": [
231
213
  ""
232
214
  ],
233
- "iPXE template to use for generic host boot disks": [
234
- "iPXE-mall att använda som generell startdisk fär värdar"
215
+ "TFTP feature not enabled for subnet %s": [
216
+ ""
235
217
  ],
236
- "Generic Grub2 EFI image template": [
218
+ "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.": [
237
219
  ""
238
220
  ],
239
- "iPXE template to use for generic EFI host boot disks": [
221
+ "These images are more generic than previous images. You can find them at subnet index page.": [
240
222
  ""
241
223
  ],
242
- "ISO generation command": [
224
+ "These images are used for host. You can find them at host detail page.": [
243
225
  ""
244
226
  ],
245
- "Command to generate ISO image, use genisoimage or mkisofs": [
246
- "Kommando för att generera ISO-avbildningar, använd genisoimage eller mkisofs"
227
+ "This image is generic for all hosts with a provisioning NIC on that subnet.": [
228
+ ""
247
229
  ],
248
- "Installation media caching": [
230
+ "This type of bootdisk is not allowed. Please contact administrator.": [
249
231
  ""
250
232
  ],
251
- "Installation media files will be cached for full host images": [
233
+ "True for full, false for basic reusable image": [
252
234
  ""
253
235
  ],
254
- "Allowed bootdisk types": [
236
+ "Unable to find template specified by %s setting": [
237
+ "Går inte att hitta mallen specificerad med inställningen %s"
238
+ ],
239
+ "Unable to generate disk %{kind} template: %{error}": [
255
240
  ""
256
241
  ],
257
- "List of allowed bootdisk types, remove type to disable it": [
242
+ "Unable to generate disk template, %{kind} template not found.": [
258
243
  ""
259
244
  ],
260
- "Not available": [
245
+ "Unable to mcopy %{file}": [
261
246
  ""
262
247
  ],
263
- "Remote action:": [
248
+ "Upload ISO image to datastore for %s": [
264
249
  ""
265
250
  ],
266
- "Import Puppet classes": [
251
+ "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.": [
267
252
  ""
268
253
  ],
269
- "Import facts": [
254
+ "iPXE directory": [
270
255
  ""
271
256
  ],
272
- "Action with sub plans": [
257
+ "iPXE template to use for generic EFI host boot disks": [
273
258
  ""
274
259
  ],
275
- "Plugin for Foreman that creates iPXE-based boot disks to provision hosts without the need for PXE infrastructure.": [
276
- "Plugin för Foreman som skapar iPXE-baserad start disk för att provisionera värdar utan en existerande PXE-infrastruktur."
260
+ "iPXE template to use for generic host boot disks": [
261
+ "iPXE-mall att använda som generell startdisk fär värdar"
262
+ ],
263
+ "iPXE template to use for host-specific boot disks": [
264
+ "iPXE-mall att använda för värdspecifik startdisk"
277
265
  ]
278
266
  }
279
267
  }