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
@@ -5,10 +5,10 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_bootdisk 17.0.0\n"
8
+ "Project-Id-Version: foreman_bootdisk 18.1.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2019-10-22 20:06+0000\n"
11
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
10
+ "PO-Revision-Date: 2021-09-24 07:25+0000\n"
11
+ "Last-Translator: Transifex Bot <>\n"
12
12
  "Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
13
13
  "MIME-Version: 1.0\n"
14
14
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -16,6 +16,9 @@ msgstr ""
16
16
  "Language: ko\n"
17
17
  "Plural-Forms: nplurals=1; plural=0;\n"
18
18
 
19
+ msgid "* - These bootdisk types were disabled, you can enable them in Administer - Settings."
20
+ msgstr ""
21
+
19
22
  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."
20
23
  msgstr "디스크 내부에 내장된 OS 부트로더를 포함하는 호스트별 이미지의 변형입니다. 특정 하드웨어에서 체인로딩이 실패할 경우 유용할 수 있지만 OS, 부트로더 또는 PXELinux 템플릿이 변경될 때마다 이미지를 다시 생성해야 한다는 단점이 있습니다."
21
24
 
@@ -25,6 +28,9 @@ msgstr "하위 계획이 있는 작업"
25
28
  msgid "All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`."
26
29
  msgstr "모든 이미지는 `dd`로 USB 디스크에 기록되는 것을 포함하여 ISO 또는 디스크 이미지 중 하나로 사용할 수 있습니다. "
27
30
 
31
+ msgid "Allowed bootdisk types"
32
+ msgstr ""
33
+
28
34
  msgid "Attach ISO image to CDROM drive for %s"
29
35
  msgstr ""
30
36
 
@@ -34,6 +40,9 @@ msgstr "뒤로 "
34
40
  msgid "Boot disk"
35
41
  msgstr "부팅 디스크 "
36
42
 
43
+ msgid "Boot disk Help"
44
+ msgstr ""
45
+
37
46
  msgid "Boot disk based"
38
47
  msgstr ""
39
48
 
@@ -43,6 +52,9 @@ msgstr ""
43
52
  msgid "Boot disk embedded template"
44
53
  msgstr ""
45
54
 
55
+ msgid "Boot disk help"
56
+ msgstr ""
57
+
46
58
  msgid "Boot disks"
47
59
  msgstr "부팅 디스크 "
48
60
 
@@ -67,7 +79,7 @@ msgstr "호스트 이미지 다운로드 "
67
79
  msgid "Download subnet generic image"
68
80
  msgstr "서브넷 일반 이미지 다운로드"
69
81
 
70
- msgid "Ensure %{path} contains grubx64.efi and shimx64.efi: install TFTP module or copy those files into /var/lib/foreman/bootdisk (Grub2 directory setting)"
82
+ msgid "Ensure %{file} is readable (or update \"Grub2 directory\" setting)"
71
83
  msgstr ""
72
84
 
73
85
  msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
@@ -109,6 +121,9 @@ msgstr "일반 이미지 "
109
121
  msgid "Generic image template"
110
122
  msgstr ""
111
123
 
124
+ msgid "Generic images"
125
+ msgstr ""
126
+
112
127
  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."
113
128
  msgstr "일반 이미지는 Foreman에 등록된 모든 호스트에서 작동하는 다시 사용 가능한 디스크 이미지입니다. 이를 사용하려면 기본 DHCP 및 DNS 서비스가 작동하고 서버와 통신할 수 있어야 하지만 DHCP 예약 기능 및 고정 IP 주소는 필요하지 않습니다. "
114
129
 
@@ -118,9 +133,6 @@ msgstr ""
118
133
  msgid "Grub2 template to use for generic EFI host boot disks"
119
134
  msgstr ""
120
135
 
121
- msgid "Help"
122
- msgstr "도움말"
123
-
124
136
  msgid "Host '%s' image"
125
137
  msgstr "호스트 '%s' 이미지 "
126
138
 
@@ -145,9 +157,18 @@ msgstr "호스트 이미지 "
145
157
  msgid "Host image template"
146
158
  msgstr ""
147
159
 
160
+ msgid "Host images"
161
+ msgstr ""
162
+
163
+ msgid "Host is not in build mode"
164
+ msgstr ""
165
+
148
166
  msgid "Host is not in build mode, so the template cannot be rendered"
149
167
  msgstr "호스트가 빌드 모드가 아니므로 템플릿을 렌더링할 수 없습니다 "
150
168
 
169
+ msgid "Host is not in build mode."
170
+ msgstr ""
171
+
151
172
  msgid "ISO build failed"
152
173
  msgstr "ISO 빌드 실패 "
153
174
 
@@ -172,6 +193,12 @@ msgstr ""
172
193
  msgid "Installation media files will be cached for full host images"
173
194
  msgstr "설치 미디어 파일은 전체 호스트 이미지에 캐시됩니다 "
174
195
 
196
+ msgid "List of allowed bootdisk types, remove type to disable it"
197
+ msgstr ""
198
+
199
+ msgid "Not available"
200
+ msgstr ""
201
+
175
202
  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."
176
203
  msgstr "체인 로드가 실행되면 OS 부트로더 및 설치 프로그램은 Foreman에서 설정된 설치 미디어에서 직접 다운로드되고 프로비저닝 스크립트 (kickstart/preseed)는 Foreman에서 다운로드됩니다. "
177
204
 
@@ -211,24 +238,33 @@ msgstr "'%s' 서브넷 일반 이미지"
211
238
  msgid "Subnet boot disks"
212
239
  msgstr "서브넷 부팅 디스크"
213
240
 
241
+ msgid "Subnet generic image"
242
+ msgstr ""
243
+
214
244
  msgid "Subnet image"
215
245
  msgstr "서브넷 이미지"
216
246
 
217
247
  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."
218
248
  msgstr "서브넷 이미지는 일반 이미지와 유사하지만 체인로딩이 호스트의 서브넷에 할당된 TFTP 스마트 프록시를 통해 수행됩니다. 스마트 프록시에는 \"템플릿\" 모듈이 활성화되고 구성되어 있어야 합니다."
219
249
 
220
- msgid "Subnet is not assigned to the host %s"
221
- msgstr "%s 호스트에 서브넷이 할당되어 있지 않습니다."
222
-
223
250
  msgid "TFTP feature not enabled for subnet %s"
224
251
  msgstr "%s 서브넷에 대해 TFTP 기능이 활성화되어 있지 않습니다."
225
252
 
226
253
  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."
227
254
  msgstr "OS 설치는 Foreman에 설정된 설치 미디어를 계속 사용하며 OS iPXE 템플릿의 설정 방법에 따라 일반적으로 정적 네트워크를 설정합니다. "
228
255
 
256
+ msgid "These images are more generic than previous images. You can find them at subnet index page."
257
+ msgstr ""
258
+
259
+ msgid "These images are used for host. You can find them at host detail page."
260
+ msgstr ""
261
+
229
262
  msgid "This image is generic for all hosts with a provisioning NIC on that subnet."
230
263
  msgstr "이 이미지는 해당 서브넷에 프로비저닝 NIC가 있는 모든 호스트에 공통적으로 사용됩니다."
231
264
 
265
+ msgid "This type of bootdisk is not allowed. Please contact administrator."
266
+ msgstr ""
267
+
232
268
  msgid "True for full, false for basic reusable image"
233
269
  msgstr "전체 이미지의 경우 True, 다시 사용할 수 있는 기본 이미지의 경우 False"
234
270
 
@@ -241,7 +277,7 @@ msgstr ""
241
277
  msgid "Unable to generate disk template, %{kind} template not found."
242
278
  msgstr ""
243
279
 
244
- msgid "Unable to mcopy %{path}"
280
+ msgid "Unable to mcopy %{file}"
245
281
  msgstr ""
246
282
 
247
283
  msgid "Upload ISO image to datastore for %s"
File without changes
@@ -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
+ # Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 2015-2016
7
+ # Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 2015
8
+ # Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 2015
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: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/l"
17
+ "anguage/pt_BR/)\n"
18
+ "MIME-Version: 1.0\n"
19
+ "Content-Type: text/plain; charset=UTF-8\n"
20
+ "Content-Transfer-Encoding: 8bit\n"
21
+ "Language: pt_BR\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 "Discos de inicialização"
31
+
32
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:24
33
+ msgid "Download generic image"
34
+ msgstr "Baixar Imagem genérica"
35
+
36
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:33
37
+ msgid "Download host image"
38
+ msgstr "Baixar a imagem de host"
39
+
40
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:34
41
+ msgid "True for full, false for basic reusable image"
42
+ msgstr "Verdadeiro para completo, falso para imagem reutilizável básica"
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 "Discos de inicialização da sub-rede"
51
+
52
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:26
53
+ msgid "Download subnet generic image"
54
+ msgstr "Fazer download da imagem genérica da sub-rede"
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 "Recurso TFTP não habilitado para sub-rede %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 "Falha ao renderizar modelo de disco de inicialização"
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 "Imagem '%s' de host"
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 "Imagem '%s' de host completo"
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 "Disco de boot"
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 "Download do disco de inicialização não disponível para arquitetura %s"
91
+
92
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:30
93
+ msgid "Subnet '%s' generic image"
94
+ msgstr "Imagem genérica '%s' da sub-rede"
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 "Imagem genérica"
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 "Impossível encontrar template especificado pela configuração %s"
107
+
108
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:30
109
+ msgid "Generating ISO image for %s"
110
+ msgstr "Gerando imagem ISO para %s"
111
+
112
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:32
113
+ msgid "Upload ISO image to datastore for %s"
114
+ msgstr "Fazer upload da imagem ISO para o armazenamento de dados para %s"
115
+
116
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:34
117
+ msgid "Attach ISO image to CDROM drive for %s"
118
+ msgstr "Anexar imagem ISO ao drive de CD-ROM para %s"
119
+
120
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:38
121
+ msgid "Detach ISO image from CDROM drive for %s"
122
+ msgstr "Desvincular imagem ISO do drive de CD-ROM para %s"
123
+
124
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:73
125
+ msgid "Failed to generate ISO image for instance %{name}: %{message}"
126
+ msgstr "Falha ao gerar imagem ISO para instância %{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 "Falha ao fazer upload da imagem ISO para instância: %{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 "Falha ao anexar imagem ISO para drive de CD-ROM da instância: %{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 "Falha ao desvincular imagem ISO do drive de CD-ROM da instância %{name}: %{message}"
139
+
140
+ #: ../app/models/setting/bootdisk.rb:13
141
+ msgid "Path to directory containing iPXE images"
142
+ msgstr "Caminho do diretório contendo imagens iPXE"
143
+
144
+ #: ../app/models/setting/bootdisk.rb:13
145
+ msgid "iPXE directory"
146
+ msgstr "Diretório iPXE"
147
+
148
+ #: ../app/models/setting/bootdisk.rb:14
149
+ msgid "Path to directory containing isolinux images"
150
+ msgstr "Caminho para o diretório contendo imagens isolinux"
151
+
152
+ #: ../app/models/setting/bootdisk.rb:14
153
+ msgid "ISOLINUX directory"
154
+ msgstr "Diretório ISOLINUX"
155
+
156
+ #: ../app/models/setting/bootdisk.rb:15
157
+ msgid "Path to directory containing syslinux images"
158
+ msgstr "Caminho do diretório contendo imagens syslinux"
159
+
160
+ #: ../app/models/setting/bootdisk.rb:15
161
+ msgid "SYSLINUX directory"
162
+ msgstr "Diretório SYSLINUX"
163
+
164
+ #: ../app/models/setting/bootdisk.rb:16
165
+ msgid "Path to directory containing grubx64.efi and shimx64.efi"
166
+ msgstr "Caminho para o diretório contendo grubx64.efi e shimx64.efi"
167
+
168
+ #: ../app/models/setting/bootdisk.rb:16
169
+ msgid "Grub2 directory"
170
+ msgstr "Diretório do Grub2"
171
+
172
+ #: ../app/models/setting/bootdisk.rb:17
173
+ msgid "iPXE template to use for host-specific boot disks"
174
+ msgstr "Template iPXE para uso em discos de boot de hosts específicos"
175
+
176
+ #: ../app/models/setting/bootdisk.rb:18
177
+ msgid "Host image template"
178
+ msgstr "Modelo de imagem do host"
179
+
180
+ #: ../app/models/setting/bootdisk.rb:19
181
+ msgid "iPXE template to use for generic host boot disks"
182
+ msgstr "Template iPXE para uso em discos de boot de hosts genéricos"
183
+
184
+ #: ../app/models/setting/bootdisk.rb:20
185
+ msgid "Generic image template"
186
+ msgstr "Modelo de imagem genérica"
187
+
188
+ #: ../app/models/setting/bootdisk.rb:21
189
+ msgid "Grub2 template to use for generic EFI host boot disks"
190
+ msgstr "Template do Grub2 para uso em discos de boot de hosts genéricos"
191
+
192
+ #: ../app/models/setting/bootdisk.rb:22
193
+ msgid "Generic Grub2 EFI image template"
194
+ msgstr "Modelo genérico de imagem do Grub2 EFI"
195
+
196
+ #: ../app/models/setting/bootdisk.rb:23
197
+ msgid "Command to generate ISO image, use genisoimage or mkisofs"
198
+ msgstr "Comando para gerar imagem ISO usar genisoimage ou mkisofs"
199
+
200
+ #: ../app/models/setting/bootdisk.rb:23
201
+ msgid "ISO generation command"
202
+ msgstr "Comando de geração ISO"
203
+
204
+ #: ../app/models/setting/bootdisk.rb:24
205
+ msgid "Installation media files will be cached for full host images"
206
+ msgstr "Arquivos de mídia de instalação serão armazenados em cache para imagens completas de host"
207
+
208
+ #: ../app/models/setting/bootdisk.rb:24
209
+ msgid "Installation media caching"
210
+ msgstr "Cache de mídia de instalação"
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 não está no modo de construção, portanto o modelo não pode ser processado"
223
+
224
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:42
225
+ msgid "Unable to generate disk template, %{kind} template not found."
226
+ msgstr "Não foi possível gerar o template de disco, template %{kind} não encontrado."
227
+
228
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:52
229
+ msgid "Unable to generate disk %{kind} template: %{error}"
230
+ msgstr "Não foi possível gerar o disco de template %{kind}: %{error}"
231
+
232
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:94
233
+ msgid "Please ensure the isolinux/syslinux package(s) are installed."
234
+ msgstr "Garanta que os pacotes isolinux/syslinux estejam instalados."
235
+
236
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:111
237
+ msgid "Please ensure the ipxe-bootimgs package is installed."
238
+ msgstr "Garanta que o pacote ipxe-bootimgs esteja instalado."
239
+
240
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:128
241
+ msgid "Creating new image failed, install truncate utility"
242
+ msgstr "Falha ao criar nova imagem, instale o utilitário truncado"
243
+
244
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:129
245
+ msgid "Failed to format the ESP image via mkfs.msdos"
246
+ msgstr "Falha ao formatar a imagem ESP via mkfs.msdos"
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 "Falha ao criar um diretório na imagem ESP"
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 "Construção da ISO falhou"
263
+
264
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:163
265
+ msgid "ISO hybrid conversion failed: %s"
266
+ msgstr "Falha na conversão da ISO híbrida: %s"
267
+
268
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:2
269
+ msgid "Back"
270
+ msgstr "Retornar"
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 "Vários tipos de discos de inicialização podem ser criados para fornecer hosts sem a necessidade de serviços PXE. Discos de inicialização podem ser anexados ao host (físico ou virtual), que iniciam a partir do disco, contacta o Foreman e começa a instalação do SO."
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 "Todas as imagens são utilizáveis como ISOs ou como imagens de disco, incluindo o que está sendo gravado em um disco USB com `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 "Imagem de host"
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 "Imagens per-host contêm dados sobre um determinado host registrado em Foreman e configuram a rede totalmente estática, evitando a necessidade de DHCP. Depois que a rede está configurada, eles carregam em série a partir do Foreman, pegando a configuração atual do sistema operacional e construindo o estado do servidor."
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 "Uma vez carregado em série, o bootloader do SO e instalador são baixados diretamente da mídia de instalação configurado em Foreman, e o script de provisionamento (kickstart /preseed) é baixado do Foreman."
299
+
300
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:25
301
+ msgid "Full host image"
302
+ msgstr "Imagem de host completa"
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 "Uma variante da imagem por host que contém o carregador de instalação do SO incorporado no disco. Isso pode ser útil se houver falha no carregamento da cadeia em certos hardwares, mas tem o ponto negativo de que a imagem deve ser regenerada para qualquer mudança no SO, no carregador de instalação ou nos modelos PXELinux."
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 "Imagens genéricas são imagens de disco reutilizáveis que funcionam para qualquer host registrado em Foreman. Elas exigem um serviço básico de DHCP e DNS para funcionar e entrar em contato com o servidor, mas não exigem reservas de DHCP ou endereços IP estáticos."
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 "A instalação do SO continua utilizando a mídia de instalação configurado no Foreman, normalmente irá configurar uma rede estática, dependendo de como o template do SO iPXE está configurado."
323
+
324
+ #: ../app/views/foreman_bootdisk/disks/help.html.erb:43
325
+ msgid "Subnet image"
326
+ msgstr "Imagem da sub-rede"
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 "As imagens de sub-rede são semelhantes a imagens genéricas, mas o carregamento de cadeia é feito por meio do proxy inteligente TFTP atribuído à sub-rede do host. O proxy inteligente deve ter o módulo \"Modelos\" habilitado e configurado."
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 "Esta imagem é genérica para todos os hosts com um provisionamento NIC naquela sub-rede."
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 não tem interface de provisionamento definida"
343
+
344
+ #: ../app/views/foreman_bootdisk/host.erb:10
345
+ msgid "Host has no IPv4 or IPv6 address defined"
346
+ msgstr "O host não tem um endereço IPv4 ou IPv6 definido"
347
+
348
+ #: ../app/views/foreman_bootdisk/host.erb:11
349
+ msgid "Host has no subnet defined"
350
+ msgstr "Host não tem uma subrede definida"
351
+
352
+ #: ../app/views/foreman_bootdisk/host.erb:12
353
+ msgid "Host has no domain defined"
354
+ msgstr "Host não tem um domínio definido"
355
+
356
+ #: ../app/views/foreman_bootdisk/host.erb:19
357
+ msgid "Host bootdisk does not work with static IPv6"
358
+ msgstr "O disco de inicialização de host não funciona com IPv6 estático"
359
+
360
+ #: ../app/views/foreman_bootdisk/host.erb:21
361
+ msgid "Both IP and Subnet must be set"
362
+ msgstr "É necessário definir o IP e a sub-rede"
363
+
364
+ #: ../lib/foreman_bootdisk/engine.rb:60
365
+ msgid "Boot disk based"
366
+ msgstr "Baseado em disco de inicialização"
367
+
368
+ #: ../lib/foreman_bootdisk/engine.rb:61
369
+ msgid "Boot disk embedded template"
370
+ msgstr "Modelo incorporado ao disco de inicialização"
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 "Ação remota:"
379
+
380
+ #: action_names.rb:3
381
+ msgid "Import Puppet classes"
382
+ msgstr "Importar classes de Puppet"
383
+
384
+ #: action_names.rb:4
385
+ msgid "Import facts"
386
+ msgstr "Importar fatos"
387
+
388
+ #: action_names.rb:5
389
+ msgid "Action with sub plans"
390
+ msgstr "Ação com subplanos "
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 para Foreman que cria discos de inicialização baseados em iPXE para provisionar hosts sem a necessidade de infra-estrutura PXE."