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-11-25 10:30+0000\n"
11
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>\n"
12
12
  "Language-Team: Chinese (China) (http://www.transifex.com/foreman/foreman/langu"
13
13
  "age/zh_CN/)\n"
14
14
  "MIME-Version: 1.0\n"
@@ -17,24 +17,33 @@ msgstr ""
17
17
  "Language: zh_CN\n"
18
18
  "Plural-Forms: nplurals=1; plural=0;\n"
19
19
 
20
+ msgid "* - These bootdisk types were disabled, you can enable them in Administer - Settings."
21
+ msgstr "* - 这些 bootdisk 类型已被禁用,您可以在 Administer - Settings 中启用它们。"
22
+
20
23
  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."
21
- msgstr "每个包含磁盘内置 OS 引导装载程序的主机映像变体。如果某个硬件中的链载入失败,这个变体可能会有帮助,但缺点是必须为所有 OS、引导装载程序或 PXELinux 模板中的所有更改重新生成该映像。"
24
+ msgstr "单个主机镜像的变体,其磁盘内包含 OS 引导装载程序。当某些硬件上的连锁装载失败之时,这可能有用,但是也存在缺点,即 OS、引导状态程序或 PXELinux 模板发生任何变化时都必须重新生成该镜像。"
22
25
 
23
26
  msgid "Action with sub plans"
24
- msgstr "带有子计划的操作"
27
+ msgstr "有子计划的操作"
25
28
 
26
29
  msgid "All images are usable as either ISOs or as disk images, including being written to a USB disk with `dd`."
27
- msgstr "所有映像都可作为 ISO 或者磁盘映像使用,包括使用 `dd` 写入的 USB盘。"
30
+ msgstr "所有镜像都可用作 ISO 或磁盘镜像,包括使用 `dd` 写入 USB 磁盘。"
31
+
32
+ msgid "Allowed bootdisk types"
33
+ msgstr "允许的启动盘类型"
28
34
 
29
35
  msgid "Attach ISO image to CDROM drive for %s"
30
- msgstr "将 ISO 映像附加至 %s CDROM 驱动"
36
+ msgstr "为 %s 将 ISO 镜像附加至 CDROM 驱动"
31
37
 
32
38
  msgid "Back"
33
- msgstr "后退"
39
+ msgstr "返回"
34
40
 
35
41
  msgid "Boot disk"
36
42
  msgstr "引导磁盘"
37
43
 
44
+ msgid "Boot disk Help"
45
+ msgstr "引导磁盘帮助"
46
+
38
47
  msgid "Boot disk based"
39
48
  msgstr "基于引导磁盘"
40
49
 
@@ -44,110 +53,122 @@ msgstr "引导磁盘下载不适用于 %s 架构"
44
53
  msgid "Boot disk embedded template"
45
54
  msgstr "引导磁盘内嵌的模板"
46
55
 
56
+ msgid "Boot disk help"
57
+ msgstr ""
58
+
47
59
  msgid "Boot disks"
48
- msgstr "引导磁盘"
60
+ msgstr "引导盘"
49
61
 
50
62
  msgid "Both IP and Subnet must be set"
51
- msgstr ""
63
+ msgstr "必须设置 IP 和子网"
52
64
 
53
65
  msgid "Command to generate ISO image, use genisoimage or mkisofs"
54
- msgstr "使用 genisoimage 或者 mkisofs 命令生成 ISO 映像。"
66
+ msgstr "创建 ISO 镜像的命令,使用 genisoimage mkisofs"
55
67
 
56
68
  msgid "Creating new image failed, install truncate utility"
57
- msgstr ""
69
+ msgstr "创建新镜像失败,安装截断实用程序"
58
70
 
59
71
  msgid "Detach ISO image from CDROM drive for %s"
60
- msgstr ""
72
+ msgstr "为 %s 从 CDROM 驱动取消附加 ISO 镜像"
61
73
 
62
74
  msgid "Download generic image"
63
- msgstr "下载通用映像"
75
+ msgstr "下载通用镜像"
64
76
 
65
77
  msgid "Download host image"
66
- msgstr "下载主机映像"
78
+ msgstr "下载主机镜像"
67
79
 
68
80
  msgid "Download subnet generic image"
69
- msgstr "下载子网通用映象"
81
+ msgstr "下载子网通用镜像"
70
82
 
71
- msgid "Ensure %{path} contains grubx64.efi and shimx64.efi: install TFTP module or copy those files into /var/lib/foreman/bootdisk (Grub2 directory setting)"
72
- msgstr ""
83
+ msgid "Ensure %{file} is readable (or update \"Grub2 directory\" setting)"
84
+ msgstr "确保 %{file} 是可读的(或更新 \"Grub2 directory\" 设置)"
73
85
 
74
86
  msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
75
- msgstr "未能成功将 ISO 映像附加到实例 %{name} 的 CDROM 驱动:%{message}"
87
+ msgstr " ISO 镜像附加到实例 %{name} 的 CDROM 驱动失败:%{message}"
76
88
 
77
89
  msgid "Failed to create a directory within the ESP image"
78
- msgstr ""
90
+ msgstr "无法在 ESP 镜像中创建目录"
79
91
 
80
92
  msgid "Failed to detach ISO image from CDROM drive of instance %{name}: %{message}"
81
- msgstr ""
93
+ msgstr "未能成功将 ISO 镜像从实例 %{name} 的 CDROM 驱动中断开:%{message}"
82
94
 
83
95
  msgid "Failed to format the ESP image via mkfs.msdos"
84
- msgstr ""
96
+ msgstr "无法通过 mkfs.msdos 格式化 ESP 镜像"
85
97
 
86
98
  msgid "Failed to generate ISO image for instance %{name}: %{message}"
87
- msgstr "为实例 %{name} 生成 ISO 映像失败:%{message}"
99
+ msgstr "为实例 %{name} 生成 ISO 镜像:%{message}"
88
100
 
89
101
  msgid "Failed to render boot disk template"
90
- msgstr "呈现引导盘模板失败"
102
+ msgstr "未能提供引导磁盘模板"
91
103
 
92
104
  msgid "Failed to upload ISO image for instance %{name}: %{message}"
93
- msgstr "为实例 %{name} 上传 ISO 映像失败:%{message}"
105
+ msgstr "为实例 %{name} 上传 ISO 镜像失败:%{message}"
94
106
 
95
107
  msgid "Full host '%s' image"
96
- msgstr "完整主机 '%s' 映像"
108
+ msgstr "完整主机 '%s' 镜像"
97
109
 
98
110
  msgid "Full host image"
99
- msgstr "完整主机映像"
111
+ msgstr "完整的主机镜像"
100
112
 
101
113
  msgid "Generating ISO image for %s"
102
- msgstr "为 %s 生成 ISO 映像"
114
+ msgstr "为 %s 生成的 ISO 镜像"
103
115
 
104
116
  msgid "Generic Grub2 EFI image template"
105
- msgstr ""
117
+ msgstr "通用 Grub2 EFI 镜像模板"
106
118
 
107
119
  msgid "Generic image"
108
- msgstr "原始映像"
120
+ msgstr "通用镜像"
109
121
 
110
122
  msgid "Generic image template"
111
- msgstr "原始映像模板"
123
+ msgstr "通用镜像模板"
124
+
125
+ msgid "Generic images"
126
+ msgstr "通用镜像"
112
127
 
113
128
  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."
114
- msgstr "通用映像是可重复使用的映像,可用于 Foreman 中注册的所有主机。它要求使用 DHCP 和 DNS 服务与服务器联络,但不要求 DHCP 预订或静态 IP 地址。"
129
+ msgstr "通用镜像是可重复使用的磁盘镜像,适用于在 Foreman 中注册的任何主机。它需要基本的 DHCP 和 DNS 服务才能正常工作并与服务器联系,但不需要 DHCP 保留或静态 IP 地址。"
115
130
 
116
131
  msgid "Grub2 directory"
117
- msgstr ""
132
+ msgstr "Grub2 目录"
118
133
 
119
134
  msgid "Grub2 template to use for generic EFI host boot disks"
120
- msgstr ""
121
-
122
- msgid "Help"
123
- msgstr "帮助"
135
+ msgstr "通用 EFI 主机启动磁盘使用的 Grub2 模板"
124
136
 
125
137
  msgid "Host '%s' image"
126
- msgstr "主机 '%s' 映像"
138
+ msgstr "主机 '%s' 镜像"
127
139
 
128
140
  msgid "Host bootdisk does not work with static IPv6"
129
- msgstr ""
141
+ msgstr "主机启动盘不适用于静态 IPv6"
130
142
 
131
143
  msgid "Host has no IPv4 or IPv6 address defined"
132
- msgstr ""
144
+ msgstr "主机没有定义的 IPv4 或 IPv6 地址"
133
145
 
134
146
  msgid "Host has no domain defined"
135
- msgstr "没有为主机定义域"
147
+ msgstr "主机没有定义的域"
136
148
 
137
149
  msgid "Host has no provisioning interface defined"
138
- msgstr "主机没有定义预配接口"
150
+ msgstr "主机没有定义的置备接口"
139
151
 
140
152
  msgid "Host has no subnet defined"
141
- msgstr "没有为主机定义子网"
153
+ msgstr "主机没有定义的子网"
142
154
 
143
155
  msgid "Host image"
144
- msgstr "主机映像"
156
+ msgstr "主机镜像"
145
157
 
146
158
  msgid "Host image template"
147
- msgstr "主机映像模板"
159
+ msgstr "主机镜像模板"
160
+
161
+ msgid "Host images"
162
+ msgstr "主机镜像"
163
+
164
+ msgid "Host is not in build mode"
165
+ msgstr "主机不在构建模式中"
148
166
 
149
167
  msgid "Host is not in build mode, so the template cannot be rendered"
150
- msgstr "主机不是构建模式,因此无法修改模板。"
168
+ msgstr "主机没有处于构建模式,因此模板不能被处理"
169
+
170
+ msgid "Host is not in build mode."
171
+ msgstr "主机不在构建模式。"
151
172
 
152
173
  msgid "ISO build failed"
153
174
  msgstr "ISO 构建失败"
@@ -156,7 +177,7 @@ msgid "ISO generation command"
156
177
  msgstr "ISO 生成命令"
157
178
 
158
179
  msgid "ISO hybrid conversion failed: %s"
159
- msgstr ""
180
+ msgstr "ISO 混合转换失败:%s"
160
181
 
161
182
  msgid "ISOLINUX directory"
162
183
  msgstr "ISOLINUX 目录"
@@ -165,40 +186,46 @@ msgid "Import Puppet classes"
165
186
  msgstr "导入 Puppet 类"
166
187
 
167
188
  msgid "Import facts"
168
- msgstr "导入 fact"
189
+ msgstr "匯入詳情"
169
190
 
170
191
  msgid "Installation media caching"
171
192
  msgstr "安装介质缓存"
172
193
 
173
194
  msgid "Installation media files will be cached for full host images"
174
- msgstr "可为完整主机映像缓存安装介质文件"
195
+ msgstr "安装介质文件将被缓存用于完整主机镜像"
196
+
197
+ msgid "List of allowed bootdisk types, remove type to disable it"
198
+ msgstr "允许的启动盘类型列表,删除类型以将其禁用"
199
+
200
+ msgid "Not available"
201
+ msgstr ""
175
202
 
176
203
  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."
177
- msgstr "链载入后,即可从 Foreman 中配置的安装介质直接下载 OS 引导装载程序和安装程序,并可从 Foreman 中下载供应脚本(kickstart/preseed)。"
204
+ msgstr "链式加载后,将直接从 Foreman 中配置的安装介质中下载 OS Bootloader 和安装程序,并从 Foreman 中下载预配置脚本(kickstart / preseed)。"
178
205
 
179
206
  msgid "Path to directory containing grubx64.efi and shimx64.efi"
180
- msgstr ""
207
+ msgstr "包含 grubx64.efi 和 shimx64.efi 的目录的路径"
181
208
 
182
209
  msgid "Path to directory containing iPXE images"
183
- msgstr "包含 iPXE 映像目录的路径"
210
+ msgstr "到包含 iPXE 镜像的目录的路径"
184
211
 
185
212
  msgid "Path to directory containing isolinux images"
186
- msgstr "到包含 isolinux 映像目录的路径"
213
+ msgstr "到包含 isolinux 镜像目录的路径"
187
214
 
188
215
  msgid "Path to directory containing syslinux images"
189
- msgstr "到包含 syslinux 映像目录的路径"
216
+ msgstr "包含 syslinux 镜像的目录的路径"
190
217
 
191
218
  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."
192
- msgstr "每台主机映像包含有关中 Foreman 中注册的具体主机的数据,并设置静态联网,避免使用 DHCP。配置联网后,主机就可以从 Foreman 进行链载入,提取当前 OS 配置,并根据服务器构建状态。"
219
+ msgstr "每个主机镜像包含有关在 Foreman 中注册的特定主机的数据,并建立了完全静态的网络连接,从而可以不需要 DHCP。配置网络后,他们从 Foreman 进行链加载,选择当前的 OS 配置并从服务器构建状态。"
193
220
 
194
221
  msgid "Please ensure the ipxe-bootimgs package is installed."
195
- msgstr "请确保已安装 ipxe-bootimgs 软件包。"
222
+ msgstr "请确保已安装了 ipxe-bootimgs 软件包。"
196
223
 
197
224
  msgid "Please ensure the isolinux/syslinux package(s) are installed."
198
- msgstr "请确保已安装 isolinux/syslinux 软件包。"
225
+ msgstr "请确保已安装了 isolinux/syslinux 软件包。"
199
226
 
200
227
  msgid "Plugin for Foreman that creates iPXE-based boot disks to provision hosts without the need for PXE infrastructure."
201
- msgstr " Foreman 生成基于 iPXE 的引导磁盘的插件,在不需要 PXE 架构的条件下即可供应主机。"
228
+ msgstr "能建立基於 iPXE 的開機磁碟的 Foreman 外掛程式,以在不需要 PXE 設備的情況下佈建主機。"
202
229
 
203
230
  msgid "Remote action:"
204
231
  msgstr "远程操作:"
@@ -207,55 +234,64 @@ msgid "SYSLINUX directory"
207
234
  msgstr "SYSLINUX 目录"
208
235
 
209
236
  msgid "Subnet '%s' generic image"
210
- msgstr "子网 '%s' 通用映象"
237
+ msgstr "子网 '%s' 通用镜像"
211
238
 
212
239
  msgid "Subnet boot disks"
213
- msgstr "子网引导盘"
240
+ msgstr "子网引导磁盘"
241
+
242
+ msgid "Subnet generic image"
243
+ msgstr "子网通用镜像"
214
244
 
215
245
  msgid "Subnet image"
216
- msgstr "子网映象"
246
+ msgstr "子网镜像"
217
247
 
218
248
  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."
219
- msgstr "子网映象与通用映象类似,但是通过为主机子网分配的 TFTP 智能代理服务器完成链载入。必须为该智能代理服务器启用并配置 “Templates”。"
220
-
221
- msgid "Subnet is not assigned to the host %s"
222
- msgstr "没有为主机 %s 分配子网"
249
+ msgstr "子网镜像与通用镜像类似,但是链式加载是通过分配给主机子网的 TFTP 智能代理完成的。智能代理必须启用并配置了 “Templates” 模块。"
223
250
 
224
251
  msgid "TFTP feature not enabled for subnet %s"
225
252
  msgstr "没有为子网 %s 启用 TFTP 功能"
226
253
 
227
254
  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."
228
- msgstr "食用 Foreman 中配置的安装介质继续安装,并配置静态联网,具体要看如何配置 OS iPXE 模板。"
255
+ msgstr "操作系统将继续使用 Foreman 中配置的安装介质进行安装,并且通常将配置静态网络,具体取决于 OS iPXE 模板的配置方式。"
256
+
257
+ msgid "These images are more generic than previous images. You can find them at subnet index page."
258
+ msgstr "这些镜像比以前的镜像更通用。您可以在子网索引页面找到它们。"
259
+
260
+ msgid "These images are used for host. You can find them at host detail page."
261
+ msgstr "这些镜像用于主机。您可以在主机详细信息页上找到它们。"
229
262
 
230
263
  msgid "This image is generic for all hosts with a provisioning NIC on that subnet."
231
- msgstr "该映象在那个子网中所有预配 NIC 的主机中通用。"
264
+ msgstr "该镜像对于该子网上具有配置 NIC 的所有主机都是通用的。"
265
+
266
+ msgid "This type of bootdisk is not allowed. Please contact administrator."
267
+ msgstr "不允许使用这种类型的引导盘。请与管理员联系。"
232
268
 
233
269
  msgid "True for full, false for basic reusable image"
234
- msgstr "True 代表完整映像,false 代表基本可重复使用映像。"
270
+ msgstr "True 全部,false 代表基本的可重复使用的镜像"
235
271
 
236
272
  msgid "Unable to find template specified by %s setting"
237
- msgstr "无法找到 %s 设置指定的模板"
273
+ msgstr "找不到由 %s 设置指定的模板"
238
274
 
239
275
  msgid "Unable to generate disk %{kind} template: %{error}"
240
- msgstr ""
276
+ msgstr "无法生成磁盘 %{kind} 模板 : %{error}"
241
277
 
242
278
  msgid "Unable to generate disk template, %{kind} template not found."
243
- msgstr ""
279
+ msgstr "无法生成磁盘模板,未找到 %{kind} 模板。"
244
280
 
245
- msgid "Unable to mcopy %{path}"
246
- msgstr ""
281
+ msgid "Unable to mcopy %{file}"
282
+ msgstr "无法 mcopy %{file}"
247
283
 
248
284
  msgid "Upload ISO image to datastore for %s"
249
- msgstr "将 ISO 映像上传至 %s 的数据存储区"
285
+ msgstr "为 %s 将 ISO 镜像上传至数据存储"
250
286
 
251
287
  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."
252
- msgstr "可生成各种类型的引导磁盘在不需要 PXE 服务的情况下供应主机。可将引导磁盘附加到使用该磁盘引导的主机(物理机或虚拟机),联络 Foreman 并开始操作系统安装。"
288
+ msgstr "可以创建不同类型的启动磁盘来置备主机,而无需 PXE 服务。引导磁盘可以附加到主机(物理或虚拟),该主机从磁盘引导,联系 Foreman 并开始进行 OS 安装。"
253
289
 
254
290
  msgid "iPXE directory"
255
291
  msgstr "iPXE 目录"
256
292
 
257
293
  msgid "iPXE template to use for generic host boot disks"
258
- msgstr "通用主机引导盘使用的 iPXE 模板"
294
+ msgstr "通用主机引导磁盘使用的 iPXE 模板"
259
295
 
260
296
  msgid "iPXE template to use for host-specific boot disks"
261
- msgstr "具体主机引导盘使用的 iPXE 模板"
297
+ msgstr "特定于主机的引导磁盘使用的 iPXE 模板"
File without changes