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