foreman_bootdisk 21.2.3 → 22.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_bootdisk/locale/ca/foreman_bootdisk.js +108 -120
- data/app/assets/javascripts/foreman_bootdisk/locale/cs_CZ/foreman_bootdisk.js +105 -117
- data/app/assets/javascripts/foreman_bootdisk/locale/de/foreman_bootdisk.js +158 -170
- data/app/assets/javascripts/foreman_bootdisk/locale/en/foreman_bootdisk.js +85 -97
- data/app/assets/javascripts/foreman_bootdisk/locale/en_GB/foreman_bootdisk.js +157 -169
- data/app/assets/javascripts/foreman_bootdisk/locale/es/foreman_bootdisk.js +158 -170
- data/app/assets/javascripts/foreman_bootdisk/locale/fr/foreman_bootdisk.js +158 -170
- data/app/assets/javascripts/foreman_bootdisk/locale/it/foreman_bootdisk.js +118 -130
- data/app/assets/javascripts/foreman_bootdisk/locale/ja/foreman_bootdisk.js +157 -169
- data/app/assets/javascripts/foreman_bootdisk/locale/ka/foreman_bootdisk.js +157 -169
- data/app/assets/javascripts/foreman_bootdisk/locale/ko/foreman_bootdisk.js +158 -170
- data/app/assets/javascripts/foreman_bootdisk/locale/pt_BR/foreman_bootdisk.js +157 -169
- data/app/assets/javascripts/foreman_bootdisk/locale/ru/foreman_bootdisk.js +131 -143
- data/app/assets/javascripts/foreman_bootdisk/locale/sv_SE/foreman_bootdisk.js +103 -115
- data/app/assets/javascripts/foreman_bootdisk/locale/zh_CN/foreman_bootdisk.js +156 -168
- data/app/assets/javascripts/foreman_bootdisk/locale/zh_TW/foreman_bootdisk.js +129 -141
- data/app/lib/foreman_bootdisk/scope/bootdisk.rb +0 -42
- data/app/lib/foreman_bootdisk/template_helpers.rb +48 -0
- data/app/services/foreman_bootdisk/iso_generator.rb +1 -1
- data/config/initializers/inflections.rb +5 -0
- data/db/migrate/20131021095100_edit_host_bootdisk_template_dns_secondary.rb +1 -1
- data/lib/foreman_bootdisk/engine.rb +102 -107
- data/lib/foreman_bootdisk/engine.rb.orig +106 -109
- data/lib/foreman_bootdisk/version.rb +1 -1
- data/locale/Makefile +12 -2
- data/locale/ca/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ca/foreman_bootdisk.edit.po +1 -1
- data/locale/ca/foreman_bootdisk.po +1 -13
- data/locale/cs_CZ/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/cs_CZ/foreman_bootdisk.edit.po +32 -34
- data/locale/cs_CZ/foreman_bootdisk.po +30 -40
- data/locale/de/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/de/foreman_bootdisk.edit.po +3 -3
- data/locale/de/foreman_bootdisk.po +3 -15
- data/locale/en/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/en/foreman_bootdisk.edit.po +1 -1
- data/locale/en/foreman_bootdisk.po +9 -19
- data/locale/en_GB/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/en_GB/foreman_bootdisk.edit.po +1 -1
- data/locale/en_GB/foreman_bootdisk.po +1 -13
- data/locale/es/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/es/foreman_bootdisk.edit.po +1 -1
- data/locale/es/foreman_bootdisk.po +6 -16
- data/locale/fr/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/fr/foreman_bootdisk.edit.po +3 -3
- data/locale/fr/foreman_bootdisk.po +6 -16
- data/locale/it/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/it/foreman_bootdisk.edit.po +1 -1
- data/locale/it/foreman_bootdisk.po +1 -13
- data/locale/ja/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ja/foreman_bootdisk.edit.po +14 -15
- data/locale/ja/foreman_bootdisk.po +7 -18
- data/locale/ka/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ka/foreman_bootdisk.edit.po +1 -1
- data/locale/ka/foreman_bootdisk.po +1 -13
- data/locale/ko/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ko/foreman_bootdisk.edit.po +1 -1
- data/locale/ko/foreman_bootdisk.po +47 -59
- data/locale/pt_BR/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/pt_BR/foreman_bootdisk.edit.po +1 -1
- data/locale/pt_BR/foreman_bootdisk.po +1 -13
- data/locale/ru/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/ru/foreman_bootdisk.edit.po +1 -1
- data/locale/ru/foreman_bootdisk.po +1 -13
- data/locale/sv_SE/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/sv_SE/foreman_bootdisk.edit.po +1 -1
- data/locale/sv_SE/foreman_bootdisk.po +1 -13
- data/locale/zh_CN/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/zh_CN/foreman_bootdisk.edit.po +2 -2
- data/locale/zh_CN/foreman_bootdisk.po +2 -14
- data/locale/zh_TW/LC_MESSAGES/foreman_bootdisk.mo +0 -0
- data/locale/zh_TW/foreman_bootdisk.edit.po +1 -1
- data/locale/zh_TW/foreman_bootdisk.po +1 -13
- metadata +5 -4
- data/locale/action_names.rb +0 -5
@@ -3,276 +3,264 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_bootdisk": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_bootdisk
|
6
|
+
"Project-Id-Version": "foreman_bootdisk 22.0.0",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
|
-
"PO-Revision-Date": "
|
9
|
-
"Last-Translator": "
|
10
|
-
"Language-Team": "Czech",
|
11
|
-
"Language": "cs_CZ",
|
8
|
+
"PO-Revision-Date": "2014-02-13 12:12+0000",
|
9
|
+
"Last-Translator": "Pavel Borecki <pavel.borecki@gmail.com>, 2018-2020",
|
10
|
+
"Language-Team": "Czech (Czech Republic) (http://app.transifex.com/foreman/foreman/language/cs_CZ/)",
|
12
11
|
"MIME-Version": "1.0",
|
13
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
14
13
|
"Content-Transfer-Encoding": "8bit",
|
15
|
-
"
|
14
|
+
"Language": "cs_CZ",
|
15
|
+
"Plural-Forms": "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;",
|
16
16
|
"lang": "cs_CZ",
|
17
17
|
"domain": "foreman_bootdisk",
|
18
|
-
"plural_forms": "nplurals
|
18
|
+
"plural_forms": "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
19
19
|
},
|
20
|
-
"
|
21
|
-
""
|
22
|
-
],
|
23
|
-
"Boot disks": [
|
24
|
-
""
|
25
|
-
],
|
26
|
-
"Download generic image": [
|
27
|
-
""
|
28
|
-
],
|
29
|
-
"Download host image": [
|
30
|
-
""
|
31
|
-
],
|
32
|
-
"True for full, false for basic reusable image": [
|
33
|
-
""
|
34
|
-
],
|
35
|
-
"Host is not in build mode": [
|
36
|
-
""
|
37
|
-
],
|
38
|
-
"Subnet boot disks": [
|
39
|
-
""
|
40
|
-
],
|
41
|
-
"Download subnet generic image": [
|
20
|
+
"* - These bootdisk types were disabled, you can enable them in Administer - Settings.": [
|
42
21
|
""
|
43
22
|
],
|
44
|
-
"
|
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.": [
|
45
24
|
""
|
46
25
|
],
|
47
|
-
"
|
26
|
+
"All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`.": [
|
48
27
|
""
|
49
28
|
],
|
50
|
-
"
|
29
|
+
"Allowed bootdisk types": [
|
51
30
|
""
|
52
31
|
],
|
53
|
-
"
|
32
|
+
"Attach ISO image to CDROM drive for %s": [
|
54
33
|
""
|
55
34
|
],
|
56
|
-
"
|
57
|
-
""
|
35
|
+
"Back": [
|
36
|
+
"Zpět"
|
58
37
|
],
|
59
|
-
"Boot disk
|
60
|
-
""
|
38
|
+
"Boot disk": [
|
39
|
+
"Disk pro zavádění systému"
|
61
40
|
],
|
62
41
|
"Boot disk Help": [
|
63
42
|
""
|
64
43
|
],
|
65
|
-
"Boot disk": [
|
66
|
-
""
|
44
|
+
"Boot disk based": [
|
45
|
+
"Založeno na zaváděcím disku"
|
67
46
|
],
|
68
47
|
"Boot disk download not available for %s architecture": [
|
69
48
|
""
|
70
49
|
],
|
71
|
-
"
|
50
|
+
"Boot disk help": [
|
72
51
|
""
|
73
52
|
],
|
74
|
-
"
|
53
|
+
"Boot disks": [
|
75
54
|
""
|
76
55
|
],
|
77
|
-
"
|
78
|
-
""
|
56
|
+
"Command to generate ISO image, use genisoimage or mkisofs": [
|
57
|
+
"Příkaz pro vytvoření ISO obrazu, použijte genisoimage nebo mkisofs"
|
79
58
|
],
|
80
|
-
"
|
59
|
+
"Creating new image failed, install truncate utility": [
|
81
60
|
""
|
82
61
|
],
|
83
|
-
"
|
62
|
+
"Detach ISO image from CDROM drive for %s": [
|
84
63
|
""
|
85
64
|
],
|
86
|
-
"
|
65
|
+
"Download generic image": [
|
87
66
|
""
|
88
67
|
],
|
89
|
-
"
|
68
|
+
"Download host image": [
|
90
69
|
""
|
91
70
|
],
|
92
|
-
"
|
71
|
+
"Download subnet generic image": [
|
93
72
|
""
|
94
73
|
],
|
95
|
-
"
|
74
|
+
"Ensure %{file} is readable (or update \\\"Grub2 directory\\\" setting)": [
|
96
75
|
""
|
97
76
|
],
|
98
|
-
"Failed to
|
77
|
+
"Failed to attach ISO image to CDROM drive of instance %{name}: %{message}": [
|
99
78
|
""
|
100
79
|
],
|
101
|
-
"Failed to
|
80
|
+
"Failed to create a directory within the ESP image": [
|
102
81
|
""
|
103
82
|
],
|
104
83
|
"Failed to detach ISO image from CDROM drive of instance %{name}: %{message}": [
|
105
84
|
""
|
106
85
|
],
|
107
|
-
"
|
86
|
+
"Failed to format the ESP image via mkfs.msdos": [
|
108
87
|
""
|
109
88
|
],
|
110
|
-
"
|
89
|
+
"Failed to generate ISO image for instance %{name}: %{message}": [
|
111
90
|
""
|
112
91
|
],
|
113
|
-
"
|
92
|
+
"Failed to render boot disk template": [
|
114
93
|
""
|
115
94
|
],
|
116
|
-
"
|
95
|
+
"Failed to upload ISO image for instance %{name}: %{message}": [
|
117
96
|
""
|
118
97
|
],
|
119
|
-
"
|
98
|
+
"Full host '%s' image": [
|
120
99
|
""
|
121
100
|
],
|
122
|
-
"
|
101
|
+
"Full host image": [
|
123
102
|
""
|
124
103
|
],
|
125
|
-
"
|
104
|
+
"Generating ISO image for %s": [
|
126
105
|
""
|
127
106
|
],
|
128
|
-
"
|
107
|
+
"Generic Grub2 EFI image template": [
|
129
108
|
""
|
130
109
|
],
|
131
|
-
"
|
132
|
-
""
|
110
|
+
"Generic image": [
|
111
|
+
"Obecný obraz"
|
133
112
|
],
|
134
|
-
"
|
135
|
-
""
|
113
|
+
"Generic image template": [
|
114
|
+
"Šablona obecného obrazu"
|
136
115
|
],
|
137
|
-
"
|
116
|
+
"Generic images": [
|
138
117
|
""
|
139
118
|
],
|
140
|
-
"
|
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.": [
|
141
120
|
""
|
142
121
|
],
|
143
|
-
"
|
122
|
+
"Grub2 directory": [
|
144
123
|
""
|
145
124
|
],
|
146
|
-
"
|
147
|
-
""
|
125
|
+
"Host '%s' image": [
|
126
|
+
"Obraz stroje „%s“"
|
148
127
|
],
|
149
|
-
"
|
150
|
-
""
|
128
|
+
"Host image": [
|
129
|
+
"Obraz stroje"
|
130
|
+
],
|
131
|
+
"Host image template": [
|
132
|
+
"Šablona obrazu stroje"
|
151
133
|
],
|
152
134
|
"Host images": [
|
153
135
|
""
|
154
136
|
],
|
155
|
-
"
|
137
|
+
"Host is not in build mode": [
|
156
138
|
""
|
157
139
|
],
|
158
|
-
"Host
|
140
|
+
"Host is not in build mode, so the template cannot be rendered": [
|
159
141
|
""
|
160
142
|
],
|
161
|
-
"
|
143
|
+
"Host is not in build mode.": [
|
162
144
|
""
|
163
145
|
],
|
164
|
-
"
|
165
|
-
""
|
146
|
+
"ISO build failed": [
|
147
|
+
"Sestavení ISO se nezdařilo"
|
166
148
|
],
|
167
|
-
"
|
168
|
-
""
|
149
|
+
"ISO generation command": [
|
150
|
+
"příkaz pro vytváření ISO obrazu"
|
169
151
|
],
|
170
|
-
"
|
152
|
+
"ISO hybrid conversion failed: %s": [
|
171
153
|
""
|
172
154
|
],
|
173
|
-
"
|
174
|
-
""
|
155
|
+
"ISOLINUX directory": [
|
156
|
+
"ISOLINUX složka"
|
175
157
|
],
|
176
|
-
"
|
177
|
-
""
|
158
|
+
"Installation media caching": [
|
159
|
+
"Mezipaměť pro instalační médium"
|
178
160
|
],
|
179
|
-
"
|
161
|
+
"Installation media files will be cached for full host images": [
|
180
162
|
""
|
181
163
|
],
|
182
|
-
"
|
164
|
+
"List of allowed bootdisk types, remove type to disable it": [
|
183
165
|
""
|
184
166
|
],
|
185
|
-
"
|
167
|
+
"Not available": [
|
186
168
|
""
|
187
169
|
],
|
188
|
-
"
|
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
|
-
"
|
173
|
+
"Path to directory containing grubx64.efi and shimx64.efi": [
|
192
174
|
""
|
193
175
|
],
|
194
|
-
"
|
195
|
-
""
|
176
|
+
"Path to directory containing iPXE images": [
|
177
|
+
"Popis umístění složky obsahující iPXE obrazy"
|
196
178
|
],
|
197
|
-
"
|
179
|
+
"Path to directory containing isolinux images": [
|
198
180
|
""
|
199
181
|
],
|
200
|
-
"
|
182
|
+
"Path to directory containing syslinux images": [
|
183
|
+
"Popis umístění obsahující syslinux obrazy"
|
184
|
+
],
|
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.": [
|
201
186
|
""
|
202
187
|
],
|
203
|
-
"
|
188
|
+
"Please ensure the ipxe-bootimgs package is installed.": [
|
204
189
|
""
|
205
190
|
],
|
206
|
-
"
|
191
|
+
"Please ensure the isolinux/syslinux package(s) are installed.": [
|
207
192
|
""
|
208
193
|
],
|
209
|
-
"
|
194
|
+
"Plugin for Foreman that creates iPXE-based boot disks to provision hosts without the need for PXE infrastructure.": [
|
210
195
|
""
|
211
196
|
],
|
212
197
|
"SYSLINUX directory": [
|
213
|
-
""
|
198
|
+
"složka se SYSLINUX"
|
214
199
|
],
|
215
|
-
"
|
200
|
+
"Subnet '%s' generic image": [
|
216
201
|
""
|
217
202
|
],
|
218
|
-
"
|
203
|
+
"Subnet boot disks": [
|
219
204
|
""
|
220
205
|
],
|
221
|
-
"
|
206
|
+
"Subnet generic image": [
|
222
207
|
""
|
223
208
|
],
|
224
|
-
"
|
209
|
+
"Subnet image": [
|
225
210
|
""
|
226
211
|
],
|
227
|
-
"
|
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.": [
|
228
213
|
""
|
229
214
|
],
|
230
|
-
"
|
215
|
+
"TFTP feature not enabled for subnet %s": [
|
231
216
|
""
|
232
217
|
],
|
233
|
-
"
|
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.": [
|
234
219
|
""
|
235
220
|
],
|
236
|
-
"
|
221
|
+
"These images are more generic than previous images. You can find them at subnet index page.": [
|
237
222
|
""
|
238
223
|
],
|
239
|
-
"
|
224
|
+
"These images are used for host. You can find them at host detail page.": [
|
240
225
|
""
|
241
226
|
],
|
242
|
-
"
|
227
|
+
"This image is generic for all hosts with a provisioning NIC on that subnet.": [
|
243
228
|
""
|
244
229
|
],
|
245
|
-
"
|
230
|
+
"This type of bootdisk is not allowed. Please contact administrator.": [
|
246
231
|
""
|
247
232
|
],
|
248
|
-
"
|
233
|
+
"True for full, false for basic reusable image": [
|
249
234
|
""
|
250
235
|
],
|
251
|
-
"
|
252
|
-
""
|
236
|
+
"Unable to find template specified by %s setting": [
|
237
|
+
"Nedaří se nalézt šablonu určenou nastavením %s"
|
253
238
|
],
|
254
|
-
"
|
239
|
+
"Unable to generate disk %{kind} template: %{error}": [
|
255
240
|
""
|
256
241
|
],
|
257
|
-
"
|
242
|
+
"Unable to generate disk template, %{kind} template not found.": [
|
258
243
|
""
|
259
244
|
],
|
260
|
-
"
|
245
|
+
"Unable to mcopy %{file}": [
|
261
246
|
""
|
262
247
|
],
|
263
|
-
"
|
248
|
+
"Upload ISO image to datastore for %s": [
|
264
249
|
""
|
265
250
|
],
|
266
|
-
"
|
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
|
-
"
|
254
|
+
"iPXE directory": [
|
255
|
+
"iPXE složka"
|
256
|
+
],
|
257
|
+
"iPXE template to use for generic EFI host boot disks": [
|
270
258
|
""
|
271
259
|
],
|
272
|
-
"
|
260
|
+
"iPXE template to use for generic host boot disks": [
|
273
261
|
""
|
274
262
|
],
|
275
|
-
"
|
263
|
+
"iPXE template to use for host-specific boot disks": [
|
276
264
|
""
|
277
265
|
]
|
278
266
|
}
|