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