foreman_bootdisk 17.0.2 → 19.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -3
  3. data/app/controllers/concerns/allowed_actions.rb +16 -0
  4. data/app/controllers/foreman_bootdisk/api/v2/disks_controller.rb +11 -2
  5. data/app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb +7 -0
  6. data/app/controllers/foreman_bootdisk/disks_controller.rb +71 -19
  7. data/app/controllers/foreman_bootdisk/subnet_disks_controller.rb +41 -0
  8. data/app/helpers/bootdisk_links_helper.rb +46 -0
  9. data/app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb +57 -43
  10. data/app/helpers/concerns/foreman_bootdisk/pretty_error.rb +13 -0
  11. data/app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb +45 -0
  12. data/app/helpers/disk_helper.rb +8 -0
  13. data/app/lib/foreman_bootdisk/scope/bootdisk.rb +24 -0
  14. data/app/models/concerns/foreman_bootdisk/host_ext.rb +6 -0
  15. data/app/models/concerns/foreman_bootdisk/orchestration/compute.rb +10 -3
  16. data/app/models/setting/bootdisk.rb +10 -1
  17. data/app/services/foreman_bootdisk/iso_generator.rb +23 -5
  18. data/app/views/foreman_bootdisk/disks/help.html.erb +16 -4
  19. data/app/views/foreman_bootdisk/generic_efi_host.erb +4 -0
  20. data/app/views/foreman_bootdisk/host.erb +7 -0
  21. data/app/views/subnets/_bootdisk_action_buttons.erb +1 -0
  22. data/app/views/subnets/_bootdisk_title_buttons.erb +1 -0
  23. data/config/routes.rb +2 -1
  24. data/db/migrate/20140522185700_change_templatekind_to_bootdisk.rb +3 -11
  25. data/lib/foreman_bootdisk/engine.rb +14 -2
  26. data/lib/foreman_bootdisk/version.rb +1 -1
  27. data/lib/tasks/bootdisk.rake +1 -19
  28. data/locale/action_names.rb +1 -1
  29. data/locale/ca/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  30. data/locale/ca/foreman_bootdisk.edit.po +393 -0
  31. data/locale/ca/foreman_bootdisk.po +47 -11
  32. data/locale/ca/foreman_bootdisk.po.time_stamp +0 -0
  33. data/locale/de/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  34. data/locale/de/foreman_bootdisk.edit.po +398 -0
  35. data/locale/de/foreman_bootdisk.po +63 -26
  36. data/locale/de/foreman_bootdisk.po.time_stamp +0 -0
  37. data/locale/en/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  38. data/locale/en/foreman_bootdisk.edit.po +388 -0
  39. data/locale/en/foreman_bootdisk.po +45 -9
  40. data/locale/en/foreman_bootdisk.po.time_stamp +0 -0
  41. data/locale/en_GB/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  42. data/locale/en_GB/foreman_bootdisk.edit.po +394 -0
  43. data/locale/en_GB/foreman_bootdisk.po +47 -11
  44. data/locale/en_GB/foreman_bootdisk.po.time_stamp +0 -0
  45. data/locale/es/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  46. data/locale/es/foreman_bootdisk.edit.po +394 -0
  47. data/locale/es/foreman_bootdisk.po +69 -32
  48. data/locale/es/foreman_bootdisk.po.time_stamp +0 -0
  49. data/locale/foreman_bootdisk.pot +121 -63
  50. data/locale/fr/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  51. data/locale/fr/foreman_bootdisk.edit.po +394 -0
  52. data/locale/fr/foreman_bootdisk.po +80 -43
  53. data/locale/fr/foreman_bootdisk.po.time_stamp +0 -0
  54. data/locale/it/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  55. data/locale/it/foreman_bootdisk.edit.po +391 -0
  56. data/locale/it/foreman_bootdisk.po +47 -11
  57. data/locale/it/foreman_bootdisk.po.time_stamp +0 -0
  58. data/locale/ja/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  59. data/locale/ja/foreman_bootdisk.edit.po +393 -0
  60. data/locale/ja/foreman_bootdisk.po +70 -33
  61. data/locale/ja/foreman_bootdisk.po.time_stamp +0 -0
  62. data/locale/ko/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  63. data/locale/ko/foreman_bootdisk.edit.po +390 -0
  64. data/locale/ko/foreman_bootdisk.po +47 -11
  65. data/locale/ko/foreman_bootdisk.po.time_stamp +0 -0
  66. data/locale/pt_BR/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  67. data/locale/pt_BR/foreman_bootdisk.edit.po +394 -0
  68. data/locale/pt_BR/foreman_bootdisk.po +79 -43
  69. data/locale/pt_BR/foreman_bootdisk.po.time_stamp +0 -0
  70. data/locale/ru/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  71. data/locale/ru/foreman_bootdisk.edit.po +395 -0
  72. data/locale/ru/foreman_bootdisk.po +47 -11
  73. data/locale/ru/foreman_bootdisk.po.time_stamp +0 -0
  74. data/locale/sv_SE/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  75. data/locale/sv_SE/foreman_bootdisk.edit.po +392 -0
  76. data/locale/sv_SE/foreman_bootdisk.po +47 -11
  77. data/locale/sv_SE/foreman_bootdisk.po.time_stamp +0 -0
  78. data/locale/zh_CN/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  79. data/locale/zh_CN/foreman_bootdisk.edit.po +391 -0
  80. data/locale/zh_CN/foreman_bootdisk.po +113 -77
  81. data/locale/zh_CN/foreman_bootdisk.po.time_stamp +0 -0
  82. data/locale/zh_TW/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  83. data/locale/zh_TW/foreman_bootdisk.edit.po +391 -0
  84. data/locale/zh_TW/foreman_bootdisk.po +47 -11
  85. data/locale/zh_TW/foreman_bootdisk.po.time_stamp +0 -0
  86. data/package.json +42 -0
  87. data/webpack/__mocks__/foremanReact/common/HOC.js +30 -0
  88. data/webpack/__mocks__/foremanReact/common/I18n.js +7 -0
  89. data/webpack/__mocks__/foremanReact/common/helpers.js +7 -0
  90. data/webpack/__mocks__/foremanReact/common/urlHelpers.js +8 -0
  91. data/webpack/__mocks__/foremanReact/constants.js +24 -0
  92. data/webpack/__mocks__/foremanReact/redux/API/APISelectors.js +6 -0
  93. data/webpack/__mocks__/foremanReact/redux/API/index.js +10 -0
  94. data/webpack/global_index.js +12 -0
  95. data/webpack/global_test_setup.js +11 -0
  96. data/webpack/index.js +0 -0
  97. data/webpack/src/extensions/constants.js +2 -0
  98. data/webpack/src/extensions/host/HostBootdiskButtons.js +71 -0
  99. data/webpack/src/extensions/host/HostBootdiskButtonsSelectors.js +27 -0
  100. data/webpack/src/extensions/host/__tests__/HostBootdiskButtonsSelectors.test.js +66 -0
  101. data/webpack/src/extensions/host/__tests__/__snapshots__/HostBootdiskButtonsSelectors.test.js.snap +30 -0
  102. metadata +60 -66
  103. data/.tx/config +0 -8
  104. data/AUTHORS +0 -30
  105. data/release-gem +0 -84
  106. data/test/functional/foreman_bootdisk/api/v2/disks_controller_test.rb +0 -97
  107. data/test/functional/foreman_bootdisk/api/v2/subnet_disks_controller_test.rb +0 -37
  108. data/test/functional/foreman_bootdisk/disks_controller_test.rb +0 -107
  109. data/test/models/host/managed_test.rb +0 -26
  110. data/test/test_plugin_helper.rb +0 -72
  111. data/test/unit/access_permissions_test.rb +0 -10
  112. data/test/unit/concerns/compute_resources/vmware_test.rb +0 -83
  113. data/test/unit/concerns/host_test.rb +0 -84
  114. data/test/unit/concerns/orchestration/compute_test.rb +0 -69
  115. data/test/unit/foreman_bootdisk/renderer_test.rb +0 -36
  116. data/test/unit/foreman_bootdisk/scope/bootdisk_test.rb +0 -31
  117. data/test/unit/foreman_bootdisk/scope/full_host_bootdisk_test.rb +0 -30
  118. data/test/unit/iso_generator_test.rb +0 -74
@@ -6,16 +6,17 @@
6
6
  # Christina Gurski <Gurski_christina@yahoo.de>, 2015
7
7
  # Ettore Atalan <atalanttore@googlemail.com>, 2014,2016
8
8
  # Martin Zimmermann <martin.zimmermann@gmx.com>, 2018
9
+ # Patrick Dolinic, 2021
9
10
  # Paul Puschmann, 2014
10
11
  # abf90805572190d649c59f7a021d76cb, 2014
11
12
  # simon11 <transifex@stieger.co>, 2014
12
13
  # simon11 <transifex@stieger.co>, 2014
13
14
  msgid ""
14
15
  msgstr ""
15
- "Project-Id-Version: foreman_bootdisk 17.0.0\n"
16
+ "Project-Id-Version: foreman_bootdisk 18.1.0\n"
16
17
  "Report-Msgid-Bugs-To: \n"
17
- "PO-Revision-Date: 2019-10-22 20:06+0000\n"
18
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
18
+ "PO-Revision-Date: 2021-10-14 23:10+0000\n"
19
+ "Last-Translator: Patrick Dolinic\n"
19
20
  "Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
20
21
  "MIME-Version: 1.0\n"
21
22
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -23,6 +24,9 @@ msgstr ""
23
24
  "Language: de\n"
24
25
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
25
26
 
27
+ msgid "* - These bootdisk types were disabled, you can enable them in Administer - Settings."
28
+ msgstr "* - Diese Bootdisk-Typen wurden deaktiviert, Sie können sie unter Verwalten - Einstellungen aktivieren."
29
+
26
30
  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."
27
31
  msgstr "Eine Variante des Abbildes pro Host mit im im Medium eingebetteten Betriebssystem-Bootloader. Dies ist hilfreich, falls Chainloading auf einer bestimmten Hardware fehlschlägt, hat jedoch den Nachteil, dass das Abbild bei jeglicher Änderung von Betriebssystem, Bootloader oder PXELinux-Vorlagen neu generiert werden muss."
28
32
 
@@ -32,6 +36,9 @@ msgstr "Aktion mit Unterplänen"
32
36
  msgid "All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`."
33
37
  msgstr "Alle Abbilder können entweder als ISOs oder als Festplattenabbilder verwendet werden und auch mit `dd` auf eine USB-Festplatte geschrieben."
34
38
 
39
+ msgid "Allowed bootdisk types"
40
+ msgstr "Zulässige Bootdisk-Typen"
41
+
35
42
  msgid "Attach ISO image to CDROM drive for %s"
36
43
  msgstr "ISO-Abbild dem CDROM-Laufwerk für %s anhängen"
37
44
 
@@ -41,6 +48,9 @@ msgstr "Zurück"
41
48
  msgid "Boot disk"
42
49
  msgstr "Startmedium"
43
50
 
51
+ msgid "Boot disk Help"
52
+ msgstr "Hilfe zur Bootdiskette"
53
+
44
54
  msgid "Boot disk based"
45
55
  msgstr "Startmedium-basiert"
46
56
 
@@ -50,6 +60,9 @@ msgstr "Startmedium Download nicht verfügbar für Architektur %s"
50
60
  msgid "Boot disk embedded template"
51
61
  msgstr "Im Startmedium eingebettete Vorlage"
52
62
 
63
+ msgid "Boot disk help"
64
+ msgstr ""
65
+
53
66
  msgid "Boot disks"
54
67
  msgstr "Startmedien"
55
68
 
@@ -60,10 +73,10 @@ msgid "Command to generate ISO image, use genisoimage or mkisofs"
60
73
  msgstr "Kommando zur Erstellung von ISO-Abbildern, verwende genisoimage oder mkisofs"
61
74
 
62
75
  msgid "Creating new image failed, install truncate utility"
63
- msgstr ""
76
+ msgstr "Das Erstellen eines neuen Images ist fehlgeschlagen. Installieren Sie die Truncate-Utility"
64
77
 
65
78
  msgid "Detach ISO image from CDROM drive for %s"
66
- msgstr ""
79
+ msgstr "Trennen Sie das ISO-Image vom CD-ROM-Laufwerk für %s"
67
80
 
68
81
  msgid "Download generic image"
69
82
  msgstr "Generisches Abbild herunterladen"
@@ -74,20 +87,20 @@ msgstr "Host-Abbild herunterladen"
74
87
  msgid "Download subnet generic image"
75
88
  msgstr "Generisches Abbild von Subnetz herunterladen"
76
89
 
77
- msgid "Ensure %{path} contains grubx64.efi and shimx64.efi: install TFTP module or copy those files into /var/lib/foreman/bootdisk (Grub2 directory setting)"
78
- msgstr ""
90
+ msgid "Ensure %{file} is readable (or update \"Grub2 directory\" setting)"
91
+ msgstr "Stellen Sie sicher, dass %{file} lesbar ist (oder aktualisieren Sie die Einstellung \"Grub2 directory\")"
79
92
 
80
93
  msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
81
94
  msgstr "Fehler beim Einhängen des ISO-Abbild am CDROM-Laufwerk für Instanz %{name}: %{message}"
82
95
 
83
96
  msgid "Failed to create a directory within the ESP image"
84
- msgstr ""
97
+ msgstr "Fehler beim Erstellen eines Verzeichnisses im ESP-Image"
85
98
 
86
99
  msgid "Failed to detach ISO image from CDROM drive of instance %{name}: %{message}"
87
- msgstr ""
100
+ msgstr "Fehler beim Trennen des ISO-Image vom CD-ROM-Laufwerk der Instanz %{name}: %{message}"
88
101
 
89
102
  msgid "Failed to format the ESP image via mkfs.msdos"
90
- msgstr ""
103
+ msgstr "Fehler beim Formatieren des ESP-Image über mkfs.msdos"
91
104
 
92
105
  msgid "Failed to generate ISO image for instance %{name}: %{message}"
93
106
  msgstr "Fehler beim Erzeugen des ISO-Abbild für Instanz %{name}: %{message}"
@@ -108,7 +121,7 @@ msgid "Generating ISO image for %s"
108
121
  msgstr "ISO-Abbild für %s wird erzeugt"
109
122
 
110
123
  msgid "Generic Grub2 EFI image template"
111
- msgstr ""
124
+ msgstr "Generische Grub2-EFI-Image-Vorlage"
112
125
 
113
126
  msgid "Generic image"
114
127
  msgstr "Generisches Abbild"
@@ -116,17 +129,17 @@ msgstr "Generisches Abbild"
116
129
  msgid "Generic image template"
117
130
  msgstr "Generische Abbildvorlage"
118
131
 
132
+ msgid "Generic images"
133
+ msgstr "Generische Images"
134
+
119
135
  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."
120
136
  msgstr "Generische Abbilder sind wiederverwendbare Festplattenabbilder die für beliebige in Foreman registrierte Hosts funktionieren. Sie erfordern einen einfachen DHCP- und DNS-Service, um zu funktionieren und den Server zu kontaktieren. Jedoch benötigen sie keinerlei DHCP-Reservierungen oder statische IP-Adressen."
121
137
 
122
138
  msgid "Grub2 directory"
123
- msgstr ""
139
+ msgstr "Grub2-Verzeichnis"
124
140
 
125
141
  msgid "Grub2 template to use for generic EFI host boot disks"
126
- msgstr ""
127
-
128
- msgid "Help"
129
- msgstr "Hilfe"
142
+ msgstr "Grub2-Vorlage zur Verwendung für generische EFI-Host-Bootlaufwerke"
130
143
 
131
144
  msgid "Host '%s' image"
132
145
  msgstr "Host '%s'-Abbild"
@@ -135,7 +148,7 @@ msgid "Host bootdisk does not work with static IPv6"
135
148
  msgstr ""
136
149
 
137
150
  msgid "Host has no IPv4 or IPv6 address defined"
138
- msgstr ""
151
+ msgstr "Host hat keine definierte IPv4- oder IPv6-Adresse"
139
152
 
140
153
  msgid "Host has no domain defined"
141
154
  msgstr "Host hat keine Domäne definiert"
@@ -152,9 +165,18 @@ msgstr "Host-Abbild"
152
165
  msgid "Host image template"
153
166
  msgstr "Host-Abbildvorlage"
154
167
 
168
+ msgid "Host images"
169
+ msgstr "Host-Images"
170
+
171
+ msgid "Host is not in build mode"
172
+ msgstr "Host befindet sich nicht im Build-Modus"
173
+
155
174
  msgid "Host is not in build mode, so the template cannot be rendered"
156
175
  msgstr "Host ist nicht im Buildmodus. Daher kann die Vorlage nicht erstellt werden."
157
176
 
177
+ msgid "Host is not in build mode."
178
+ msgstr "Host befindet sich nicht im Build-Modus."
179
+
158
180
  msgid "ISO build failed"
159
181
  msgstr "ISO-Erstellung fehlgeschlagen"
160
182
 
@@ -162,7 +184,7 @@ msgid "ISO generation command"
162
184
  msgstr "ISO-Erzeugungsbefehl"
163
185
 
164
186
  msgid "ISO hybrid conversion failed: %s"
165
- msgstr ""
187
+ msgstr "ISO-Hybrid-Konvertierung fehlgeschlagen: %s"
166
188
 
167
189
  msgid "ISOLINUX directory"
168
190
  msgstr "ISOLINUX-Verzeichnis"
@@ -179,11 +201,17 @@ msgstr "Installationsmedien-Dateien Caching"
179
201
  msgid "Installation media files will be cached for full host images"
180
202
  msgstr "Installationsmedien-Dateien werden für vollständige Host-Images zwischengespeichert."
181
203
 
204
+ msgid "List of allowed bootdisk types, remove type to disable it"
205
+ msgstr "Liste der zulässigen Bootdisk-Typen, entfernen Sie den Typ, um ihn zu deaktivieren"
206
+
207
+ msgid "Not available"
208
+ msgstr ""
209
+
182
210
  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."
183
211
  msgstr "Sobald sie nacheinander geladen (Chainloading) sind, werden der OS-Bootloader und das OS-Installationsprogramm direkt von den in Foreman konfigurierten Installationsmedien heruntergeladen, und das Bereitstellungsskript (kickstart/preseed) wird von Foreman heruntergeladen."
184
212
 
185
213
  msgid "Path to directory containing grubx64.efi and shimx64.efi"
186
- msgstr ""
214
+ msgstr "Pfad zum Verzeichnis mit grubx64.efi und shimx64.efi"
187
215
 
188
216
  msgid "Path to directory containing iPXE images"
189
217
  msgstr "Pfad zum Verzeichnis mit iPXE-Abbildern"
@@ -218,24 +246,33 @@ msgstr "Subnetz '%s' generisches Abbild"
218
246
  msgid "Subnet boot disks"
219
247
  msgstr "Subnetz-Startmedien"
220
248
 
249
+ msgid "Subnet generic image"
250
+ msgstr "Generisches Subnetz-Image"
251
+
221
252
  msgid "Subnet image"
222
253
  msgstr "Subnetzabbild"
223
254
 
224
255
  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."
225
256
  msgstr "Subnetz-Abbilder sind generischen Abbildern ähnlich, aber Chainloading erfolgt über den TFTP Smart Proxy, der dem Host-Subnetz zu gewiesen ist. Das \"Vorlagen\"-Modul muss auf dem Smart-Proxy aktiviert und konfiguriert sein."
226
257
 
227
- msgid "Subnet is not assigned to the host %s"
228
- msgstr "Subnetz ist dem Host %s nicht zugewiesen"
229
-
230
258
  msgid "TFTP feature not enabled for subnet %s"
231
259
  msgstr "TFTP-Funktion für Subnetz %s nicht aktiviert"
232
260
 
233
261
  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."
234
262
  msgstr "Die Installation des Betriebssystems wird unter Verwendung eines in Foreman konfigurierten Installationsmediums fortgesetzt und konfiguriert für gewöhnlich eine statische Verbindung in Abhängigkeit davon, wie die Betriebssystem-iPXE-Vorlage konfiguriert ist."
235
263
 
264
+ msgid "These images are more generic than previous images. You can find them at subnet index page."
265
+ msgstr "Diese Images sind allgemeiner als die vorherigen Images. Sie finden sie auf der Subnetz-Indexseite."
266
+
267
+ msgid "These images are used for host. You can find them at host detail page."
268
+ msgstr "Diese Images werden für Host verwendet. Sie finden sie auf der Host-Detailseite."
269
+
236
270
  msgid "This image is generic for all hosts with a provisioning NIC on that subnet."
237
271
  msgstr "Dieses Abbild ist für alle Hosts mit Provisioning-NIC auf diesem Subnetz generisch."
238
272
 
273
+ msgid "This type of bootdisk is not allowed. Please contact administrator."
274
+ msgstr "Dieser Typ von Bootdisk ist nicht zulässig. Bitte wenden Sie sich an den Administrator."
275
+
239
276
  msgid "True for full, false for basic reusable image"
240
277
  msgstr "\"True\" für vollständiges, \"false\" für einfaches wiederverwendbares Image"
241
278
 
@@ -243,13 +280,13 @@ msgid "Unable to find template specified by %s setting"
243
280
  msgstr "Konnte Vorlage mit der %s-Einstellung nicht finden"
244
281
 
245
282
  msgid "Unable to generate disk %{kind} template: %{error}"
246
- msgstr ""
283
+ msgstr "Datenträger %{kind}-Vorlage kann nicht generiert werden: %{error}"
247
284
 
248
285
  msgid "Unable to generate disk template, %{kind} template not found."
249
- msgstr ""
286
+ msgstr "Datenträgervorlage kann nicht generiert werden, %{kind}-Vorlage nicht gefunden."
250
287
 
251
- msgid "Unable to mcopy %{path}"
252
- msgstr ""
288
+ msgid "Unable to mcopy %{file}"
289
+ msgstr "%{file} kann nicht mcopy werden"
253
290
 
254
291
  msgid "Upload ISO image to datastore for %s"
255
292
  msgstr "ISO-Abbild zum Datenspeicher für %s hochladen"
File without changes
@@ -0,0 +1,388 @@
1
+ # foreman_bootdisk
2
+ #
3
+ # This file is distributed under the same license as foreman_bootdisk.
4
+ #
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: foreman_bootdisk 18.1.0\n"
8
+ "Report-Msgid-Bugs-To: \n"
9
+ "PO-Revision-Date: 2014-02-13 12:09+0000\n"
10
+ "Last-Translator: Dominic Cleal <dcleal@redhat.com>\n"
11
+ "Language-Team: Foreman Team <foreman-dev@googlegroups.com>\n"
12
+ "Language: \n"
13
+ "MIME-Version: 1.0\n"
14
+ "Content-Type: text/plain; charset=UTF-8\n"
15
+ "Content-Transfer-Encoding: 8bit\n"
16
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
17
+
18
+ #: ../app/controllers/concerns/allowed_actions.rb:7
19
+ msgid "This type of bootdisk is not allowed. Please contact administrator."
20
+ msgstr ""
21
+
22
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:21 ../app/views/foreman_bootdisk/disks/help.html.erb:1
23
+ msgid "Boot disks"
24
+ msgstr ""
25
+
26
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:24
27
+ msgid "Download generic image"
28
+ msgstr ""
29
+
30
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:33
31
+ msgid "Download host image"
32
+ msgstr ""
33
+
34
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:34
35
+ msgid "True for full, false for basic reusable image"
36
+ msgstr ""
37
+
38
+ #: ../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
39
+ msgid "Host is not in build mode"
40
+ msgstr ""
41
+
42
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:23
43
+ msgid "Subnet boot disks"
44
+ msgstr ""
45
+
46
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:26
47
+ msgid "Download subnet generic image"
48
+ msgstr ""
49
+
50
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:30 ../app/controllers/foreman_bootdisk/subnet_disks_controller.rb:15
51
+ msgid "TFTP feature not enabled for subnet %s"
52
+ msgstr ""
53
+
54
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:63
55
+ msgid "Host is not in build mode."
56
+ msgstr ""
57
+
58
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:95 ../app/helpers/concerns/foreman_bootdisk/pretty_error.rb:8
59
+ msgid "Failed to render boot disk template"
60
+ msgstr ""
61
+
62
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:120 ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:66
63
+ msgid "Host '%s' image"
64
+ msgstr ""
65
+
66
+ #: ../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
67
+ msgid "Full host '%s' image"
68
+ msgstr ""
69
+
70
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:132
71
+ msgid "Boot disk help"
72
+ msgstr ""
73
+
74
+ #: ../app/helpers/bootdisk_links_helper.rb:27
75
+ msgid "Boot disk Help"
76
+ msgstr ""
77
+
78
+ #: ../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
79
+ msgid "Boot disk"
80
+ msgstr ""
81
+
82
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:21 ../webpack/src/extensions/host/HostBootdiskButtons.js:54
83
+ msgid "Boot disk download not available for %s architecture"
84
+ msgstr ""
85
+
86
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:30
87
+ msgid "Subnet '%s' generic image"
88
+ msgstr ""
89
+
90
+ #: ../app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb:10
91
+ msgid "Subnet generic image"
92
+ msgstr ""
93
+
94
+ #: ../app/helpers/concerns/foreman_bootdisk/subnets_helper_ext.rb:27 ../app/views/foreman_bootdisk/disks/help.html.erb:35
95
+ msgid "Generic image"
96
+ msgstr ""
97
+
98
+ #: ../app/models/concerns/foreman_bootdisk/host_ext.rb:12 ../app/services/foreman_bootdisk/renderer.rb:53 ../app/services/foreman_bootdisk/renderer.rb:60
99
+ msgid "Unable to find template specified by %s setting"
100
+ msgstr ""
101
+
102
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:30
103
+ msgid "Generating ISO image for %s"
104
+ msgstr ""
105
+
106
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:32
107
+ msgid "Upload ISO image to datastore for %s"
108
+ msgstr ""
109
+
110
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:34
111
+ msgid "Attach ISO image to CDROM drive for %s"
112
+ msgstr ""
113
+
114
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:38
115
+ msgid "Detach ISO image from CDROM drive for %s"
116
+ msgstr ""
117
+
118
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:73
119
+ msgid "Failed to generate ISO image for instance %{name}: %{message}"
120
+ msgstr ""
121
+
122
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:82
123
+ msgid "Failed to upload ISO image for instance %{name}: %{message}"
124
+ msgstr ""
125
+
126
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:91
127
+ msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
128
+ msgstr ""
129
+
130
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:100
131
+ msgid "Failed to detach ISO image from CDROM drive of instance %{name}: %{message}"
132
+ msgstr ""
133
+
134
+ #: ../app/models/setting/bootdisk.rb:13
135
+ msgid "Path to directory containing iPXE images"
136
+ msgstr ""
137
+
138
+ #: ../app/models/setting/bootdisk.rb:13
139
+ msgid "iPXE directory"
140
+ msgstr ""
141
+
142
+ #: ../app/models/setting/bootdisk.rb:14
143
+ msgid "Path to directory containing isolinux images"
144
+ msgstr ""
145
+
146
+ #: ../app/models/setting/bootdisk.rb:14
147
+ msgid "ISOLINUX directory"
148
+ msgstr ""
149
+
150
+ #: ../app/models/setting/bootdisk.rb:15
151
+ msgid "Path to directory containing syslinux images"
152
+ msgstr ""
153
+
154
+ #: ../app/models/setting/bootdisk.rb:15
155
+ msgid "SYSLINUX directory"
156
+ msgstr ""
157
+
158
+ #: ../app/models/setting/bootdisk.rb:16
159
+ msgid "Path to directory containing grubx64.efi and shimx64.efi"
160
+ msgstr ""
161
+
162
+ #: ../app/models/setting/bootdisk.rb:16
163
+ msgid "Grub2 directory"
164
+ msgstr ""
165
+
166
+ #: ../app/models/setting/bootdisk.rb:17
167
+ msgid "iPXE template to use for host-specific boot disks"
168
+ msgstr ""
169
+
170
+ #: ../app/models/setting/bootdisk.rb:18
171
+ msgid "Host image template"
172
+ msgstr ""
173
+
174
+ #: ../app/models/setting/bootdisk.rb:19
175
+ msgid "iPXE template to use for generic host boot disks"
176
+ msgstr ""
177
+
178
+ #: ../app/models/setting/bootdisk.rb:20
179
+ msgid "Generic image template"
180
+ msgstr ""
181
+
182
+ #: ../app/models/setting/bootdisk.rb:21
183
+ msgid "Grub2 template to use for generic EFI host boot disks"
184
+ msgstr ""
185
+
186
+ #: ../app/models/setting/bootdisk.rb:22
187
+ msgid "Generic Grub2 EFI image template"
188
+ msgstr ""
189
+
190
+ #: ../app/models/setting/bootdisk.rb:23
191
+ msgid "Command to generate ISO image, use genisoimage or mkisofs"
192
+ msgstr ""
193
+
194
+ #: ../app/models/setting/bootdisk.rb:23
195
+ msgid "ISO generation command"
196
+ msgstr ""
197
+
198
+ #: ../app/models/setting/bootdisk.rb:24
199
+ msgid "Installation media files will be cached for full host images"
200
+ msgstr ""
201
+
202
+ #: ../app/models/setting/bootdisk.rb:24
203
+ msgid "Installation media caching"
204
+ msgstr ""
205
+
206
+ #: ../app/models/setting/bootdisk.rb:25
207
+ msgid "List of allowed bootdisk types, remove type to disable it"
208
+ msgstr ""
209
+
210
+ #: ../app/models/setting/bootdisk.rb:25
211
+ msgid "Allowed bootdisk types"
212
+ msgstr ""
213
+
214
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:16
215
+ msgid "Host is not in build mode, so the template cannot be rendered"
216
+ msgstr ""
217
+
218
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:42
219
+ msgid "Unable to generate disk template, %{kind} template not found."
220
+ msgstr ""
221
+
222
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:52
223
+ msgid "Unable to generate disk %{kind} template: %{error}"
224
+ msgstr ""
225
+
226
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:94
227
+ msgid "Please ensure the isolinux/syslinux package(s) are installed."
228
+ msgstr ""
229
+
230
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:111
231
+ msgid "Please ensure the ipxe-bootimgs package is installed."
232
+ msgstr ""
233
+
234
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:128
235
+ msgid "Creating new image failed, install truncate utility"
236
+ msgstr ""
237
+
238
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:129
239
+ msgid "Failed to format the ESP image via mkfs.msdos"
240
+ msgstr ""
241
+
242
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:130 ../app/services/foreman_bootdisk/iso_generator.rb:131
243
+ msgid "Failed to create a directory within the ESP image"
244
+ msgstr ""
245
+
246
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:137
247
+ msgid "Ensure %{file} is readable (or update \"Grub2 directory\" setting)"
248
+ msgstr ""
249
+
250
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:138
251
+ msgid "Unable to mcopy %{file}"
252
+ msgstr ""
253
+
254
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:160
255
+ msgid "ISO build failed"
256
+ msgstr ""
257
+
258
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:163
259
+ msgid "ISO hybrid conversion failed: %s"
260
+ msgstr ""
261
+
262
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:2
263
+ msgid "Back"
264
+ msgstr ""
265
+
266
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:6
267
+ 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."
268
+ msgstr ""
269
+
270
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:9
271
+ msgid "All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`."
272
+ msgstr ""
273
+
274
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:12
275
+ msgid "Host images"
276
+ msgstr ""
277
+
278
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:14
279
+ msgid "These images are used for host. You can find them at host detail page."
280
+ msgstr ""
281
+
282
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:17
283
+ msgid "Host image"
284
+ msgstr ""
285
+
286
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:19
287
+ 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."
288
+ msgstr ""
289
+
290
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:22
291
+ 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."
292
+ msgstr ""
293
+
294
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:25
295
+ msgid "Full host image"
296
+ msgstr ""
297
+
298
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:27
299
+ 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."
300
+ msgstr ""
301
+
302
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:30
303
+ msgid "Generic images"
304
+ msgstr ""
305
+
306
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:32
307
+ msgid "These images are more generic than previous images. You can find them at subnet index page."
308
+ msgstr ""
309
+
310
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:37
311
+ 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."
312
+ msgstr ""
313
+
314
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:40
315
+ 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."
316
+ msgstr ""
317
+
318
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:43
319
+ msgid "Subnet image"
320
+ msgstr ""
321
+
322
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:45
323
+ 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."
324
+ msgstr ""
325
+
326
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:48
327
+ msgid "This image is generic for all hosts with a provisioning NIC on that subnet."
328
+ msgstr ""
329
+
330
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:51
331
+ msgid "* - These bootdisk types were disabled, you can enable them in Administer - Settings."
332
+ msgstr ""
333
+
334
+ #: ../app/views/foreman_bootdisk/host.erb:9
335
+ msgid "Host has no provisioning interface defined"
336
+ msgstr ""
337
+
338
+ #: ../app/views/foreman_bootdisk/host.erb:10
339
+ msgid "Host has no IPv4 or IPv6 address defined"
340
+ msgstr ""
341
+
342
+ #: ../app/views/foreman_bootdisk/host.erb:11
343
+ msgid "Host has no subnet defined"
344
+ msgstr ""
345
+
346
+ #: ../app/views/foreman_bootdisk/host.erb:12
347
+ msgid "Host has no domain defined"
348
+ msgstr ""
349
+
350
+ #: ../app/views/foreman_bootdisk/host.erb:19
351
+ msgid "Host bootdisk does not work with static IPv6"
352
+ msgstr ""
353
+
354
+ #: ../app/views/foreman_bootdisk/host.erb:21
355
+ msgid "Both IP and Subnet must be set"
356
+ msgstr ""
357
+
358
+ #: ../lib/foreman_bootdisk/engine.rb:60
359
+ msgid "Boot disk based"
360
+ msgstr ""
361
+
362
+ #: ../lib/foreman_bootdisk/engine.rb:61
363
+ msgid "Boot disk embedded template"
364
+ msgstr ""
365
+
366
+ #: ../webpack/src/extensions/host/HostBootdiskButtons.js:59
367
+ msgid "Not available"
368
+ msgstr ""
369
+
370
+ #: action_names.rb:2
371
+ msgid "Remote action:"
372
+ msgstr ""
373
+
374
+ #: action_names.rb:3
375
+ msgid "Import Puppet classes"
376
+ msgstr ""
377
+
378
+ #: action_names.rb:4
379
+ msgid "Import facts"
380
+ msgstr ""
381
+
382
+ #: action_names.rb:5
383
+ msgid "Action with sub plans"
384
+ msgstr ""
385
+
386
+ #: gemspec.rb:4
387
+ msgid "Plugin for Foreman that creates iPXE-based boot disks to provision hosts without the need for PXE infrastructure."
388
+ msgstr ""