foreman_virt_who_configure 0.5.24 → 0.5.25
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/foreman_virt_who_configure/configs/show.html.erb +2 -2
- data/lib/foreman_virt_who_configure/version.rb +1 -1
- data/locale/cs_CZ/foreman_virt_who_configure.edit.po +780 -0
- data/locale/de/foreman_virt_who_configure.edit.po +916 -0
- data/locale/es/foreman_virt_who_configure.edit.po +911 -0
- data/locale/fr/foreman_virt_who_configure.edit.po +936 -0
- data/locale/ja/foreman_virt_who_configure.edit.po +843 -0
- data/locale/ka/foreman_virt_who_configure.edit.po +894 -0
- data/locale/pt_BR/foreman_virt_who_configure.edit.po +903 -0
- data/locale/zh_CN/foreman_virt_who_configure.edit.po +825 -0
- data/test/unit/config_test.rb +2 -2
- metadata +10 -2
@@ -0,0 +1,825 @@
|
|
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_virt_who_configure package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
+
#
|
6
|
+
# Translators:
|
7
|
+
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2017
|
8
|
+
# tim123, 2017
|
9
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2019
|
10
|
+
# Amit Upadhye <aupadhye@redhat.com>, 2022
|
11
|
+
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024
|
12
|
+
#
|
13
|
+
#, fuzzy
|
14
|
+
msgid ""
|
15
|
+
msgstr ""
|
16
|
+
"Project-Id-Version: foreman_virt_who_configure 1.0.0\n"
|
17
|
+
"Report-Msgid-Bugs-To: \n"
|
18
|
+
"POT-Creation-Date: 2024-05-22 09:39-0400\n"
|
19
|
+
"PO-Revision-Date: 2017-05-03 11:59+0000\n"
|
20
|
+
"Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024\n"
|
21
|
+
"Language-Team: Chinese (China) (https://app.transifex.com/foreman/teams/114/zh_CN/)\n"
|
22
|
+
"MIME-Version: 1.0\n"
|
23
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
24
|
+
"Content-Transfer-Encoding: 8bit\n"
|
25
|
+
"Language: zh_CN\n"
|
26
|
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
27
|
+
|
28
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:15
|
29
|
+
msgid "List of virt-who configurations"
|
30
|
+
msgstr "virt-who 配置列表"
|
31
|
+
|
32
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:16
|
33
|
+
msgid "List of virt-who configurations per organization"
|
34
|
+
msgstr "每个机构的 virt-who 配置列表"
|
35
|
+
|
36
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:23
|
37
|
+
msgid "Show a virt-who configuration"
|
38
|
+
msgstr "显示 virt-who 配置"
|
39
|
+
|
40
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:29
|
41
|
+
msgid "Renders a deploy script for the specified virt-who configuration"
|
42
|
+
msgstr "为指定的 virt-who 配置提供部署脚本"
|
43
|
+
|
44
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:41
|
45
|
+
msgid "Configuration name"
|
46
|
+
msgstr "配置名称"
|
47
|
+
|
48
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:42
|
49
|
+
msgid "Configuration interval in minutes"
|
50
|
+
msgstr "以分钟为单位的配置间隔"
|
51
|
+
|
52
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:43
|
53
|
+
msgid ""
|
54
|
+
"Hypervisor filtering mode, %{unlimited} means no filtering, %{whitelist} "
|
55
|
+
"means whitelist, %{blacklist} means blacklist"
|
56
|
+
msgstr ""
|
57
|
+
"Hypervisor 过滤模式 %{unlimited} 表示没有过滤,%{whitelist} 表示白名单,%{blacklist} 代表黑名单"
|
58
|
+
|
59
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:44
|
60
|
+
msgid ""
|
61
|
+
"Hypervisor whitelist, applicable only when filtering mode is set to 1. "
|
62
|
+
"Wildcards and regular expressions are supported, multiple records must be "
|
63
|
+
"separated by comma."
|
64
|
+
msgstr "Hypervisor 白名单,仅在过滤模式设置为 1 时适用。支持通配符和正则表达式,必须用逗号分隔多项记录。"
|
65
|
+
|
66
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:45
|
67
|
+
msgid ""
|
68
|
+
"Hypervisor blacklist, applicable only when filtering mode is set to 2. "
|
69
|
+
"Wildcards and regular expressions are supported, multiple records must be "
|
70
|
+
"separated by comma."
|
71
|
+
msgstr "Hypervisor 黑名单,仅在过滤模式设置为 2 时适用。支持通配符和正则表达式,必须用逗号分隔多项记录。"
|
72
|
+
|
73
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:46
|
74
|
+
msgid ""
|
75
|
+
"Applicable only for esx provider type. Only hosts which parent (usually "
|
76
|
+
"ComputeResource) name is specified in comma-separated list in this option "
|
77
|
+
"will be reported. Wildcards and regular expressions are supported, multiple "
|
78
|
+
"records must be separated by comma. Put the value into the double-quotes if "
|
79
|
+
"it contains special characters like comma. All new line characters will be "
|
80
|
+
"removed in resulting configuration file, white spaces are removed from "
|
81
|
+
"beginning and end."
|
82
|
+
msgstr ""
|
83
|
+
"仅适用于 esx 提供程序类型。仅报告在此选项中以逗号分隔的列表指定了父资源(通常是 "
|
84
|
+
"ComputeResource)名称的主机。支持通配符和正则表达式,多个记录必须用逗号分隔。如果该值包含逗号等特殊字符,则将其放在双引号中。所有新行字符将在生成的配置文件中删除,空格从开头和结尾删除。"
|
85
|
+
|
86
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:47
|
87
|
+
msgid ""
|
88
|
+
"Applicable only for esx provider type. Hosts which parent (usually "
|
89
|
+
"ComputeResource) name is specified in comma-separated list in this option "
|
90
|
+
"will <b>NOT</b> be reported. Wildcards and regular expressions are "
|
91
|
+
"supported, multiple records must be separated by comma. Put the value into "
|
92
|
+
"the double-quotes if it contains special characters like comma. All new line"
|
93
|
+
" characters will be removed in resulting configuration file, white spaces "
|
94
|
+
"are removed from beginning and end."
|
95
|
+
msgstr ""
|
96
|
+
"仅适用于 esx 提供程序类型。在此选项中以逗号分隔的列表指定了父资源(通常是 "
|
97
|
+
"ComputeResource)名称的主机<b>不会被</b>报告。支持通配符和正则表达式,多个记录必须用逗号分隔。如果该值包含逗号等特殊字符,则将其放在双引号中。所有新行字符将在生成的配置文件中删除,空格从开头和结尾删除。"
|
98
|
+
|
99
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:48
|
100
|
+
msgid "Specifies how the hypervisor will be identified."
|
101
|
+
msgstr "指定如何识别 hypervisor。"
|
102
|
+
|
103
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:49
|
104
|
+
msgid "Hypervisor type"
|
105
|
+
msgstr "Hypervisor 类型"
|
106
|
+
|
107
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:50
|
108
|
+
msgid "Fully qualified host name or IP address of the hypervisor"
|
109
|
+
msgstr "Hypervisor 的完全限定主机名或 IP 地址"
|
110
|
+
|
111
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:51
|
112
|
+
msgid "Account name by which virt-who is to connect to the hypervisor."
|
113
|
+
msgstr "virt-who 用于连接 hypervisor 的帐户名。"
|
114
|
+
|
115
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:52
|
116
|
+
msgid ""
|
117
|
+
"Hypervisor password, required for all hypervisor types except for "
|
118
|
+
"libvirt/kubevirt."
|
119
|
+
msgstr "Hypervisor 密码,除 libvirt/kubevirt 以外的所有 hypervisor 类型都需要"
|
120
|
+
|
121
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:53
|
122
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:40
|
123
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:2
|
124
|
+
msgid "Foreman server FQDN"
|
125
|
+
msgstr "Foreman 服务器 FQDN"
|
126
|
+
|
127
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:54
|
128
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:20
|
129
|
+
msgid "Enable debugging output"
|
130
|
+
msgstr "启用调试输出"
|
131
|
+
|
132
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:55
|
133
|
+
msgid ""
|
134
|
+
"Configuration file containing details about how to connect to the cluster "
|
135
|
+
"and authentication details."
|
136
|
+
msgstr "配置文件,其中包含有关如何连接到集群的详细信息以及身份验证的详细信息。"
|
137
|
+
|
138
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:56
|
139
|
+
msgid ""
|
140
|
+
"HTTP proxy that should be used for communication between the server on which"
|
141
|
+
" virt-who is running and the hypervisors and virtualization managers."
|
142
|
+
msgstr "应当用于 virt-who 运行所在服务器和 hypervisor 及虚拟化管理器之间通信的 HTTP 代理服务器。"
|
143
|
+
|
144
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:57
|
145
|
+
msgid ""
|
146
|
+
"Ignore proxy. A comma-separated list of hostnames or domains or ip addresses"
|
147
|
+
" to ignore proxy settings for. Optionally this may be set to * to bypass "
|
148
|
+
"proxy settings for all hostnames domains or ip addresses."
|
149
|
+
msgstr ""
|
150
|
+
"忽略代理服务器。忽略代理服务器设置的主机名、域或 ip 地址逗号分隔列表。可选择性地设置为 *,以便为所有主机名、域或 ip 地址跳过代理服务器设置。"
|
151
|
+
|
152
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:58
|
153
|
+
msgid "Organization of the virt-who configuration"
|
154
|
+
msgstr "virt-who 配置机构"
|
155
|
+
|
156
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:59
|
157
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:28
|
158
|
+
msgid "Select the Prism flavor you are connecting to"
|
159
|
+
msgstr "选择您要连接到的 Prism 类别"
|
160
|
+
|
161
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:60
|
162
|
+
msgid ""
|
163
|
+
"Option Enable debugging output is required to enable AHV internal debug. It "
|
164
|
+
"provides extra AHV debug information when both options are enabled"
|
165
|
+
msgstr ""
|
166
|
+
"启用 AHV 内部故障排除需要 Option Enable debugging output。它会在两个选项都启用时提供额外的 AHV 调试信息"
|
167
|
+
|
168
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:64
|
169
|
+
msgid "Create a virt-who configuration"
|
170
|
+
msgstr "创建 virt-who 配置"
|
171
|
+
|
172
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:72
|
173
|
+
msgid "Update a virt-who configuration"
|
174
|
+
msgstr "更新 virt-who 配置"
|
175
|
+
|
176
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:73
|
177
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:81
|
178
|
+
msgid "Configuration numeric identifier"
|
179
|
+
msgstr "配置数字识别符"
|
180
|
+
|
181
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:80
|
182
|
+
msgid "Delete a virt-who configuration"
|
183
|
+
msgstr "删除 virt-who 配置"
|
184
|
+
|
185
|
+
#: ../app/helpers/foreman_virt_who_configure/compatibility_helper.rb:7
|
186
|
+
msgid "Create Config"
|
187
|
+
msgstr "创建配置"
|
188
|
+
|
189
|
+
#: ../app/helpers/foreman_virt_who_configure/compatibility_helper.rb:9
|
190
|
+
msgid "New Config"
|
191
|
+
msgstr "新建配置"
|
192
|
+
|
193
|
+
#: ../app/helpers/foreman_virt_who_configure/compatibility_helper.rb:16
|
194
|
+
msgid "Help"
|
195
|
+
msgstr "帮助"
|
196
|
+
|
197
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:5
|
198
|
+
msgid "VMware vCenter server’s fully qualified host name or IP address."
|
199
|
+
msgstr "VMware vCenter 服务器的完全限定主机名或 IP 地址。"
|
200
|
+
|
201
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:6
|
202
|
+
msgid "Microsoft Hyper-V fully qualified host name or IP address."
|
203
|
+
msgstr "Microsoft Hyper-V fully 的完全限定主机名或 IP 地址。"
|
204
|
+
|
205
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:7
|
206
|
+
msgid ""
|
207
|
+
"Libvirt server’s fully qualified host name or IP address. You can also "
|
208
|
+
"specify preferred schema, for example: "
|
209
|
+
"<code>qemu+ssh://libvirt.example.com/system</code>. Make sure you setup "
|
210
|
+
"root's SSH key on target host for a user specified at hypervisor username "
|
211
|
+
"field"
|
212
|
+
msgstr ""
|
213
|
+
|
214
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:8
|
215
|
+
msgid ""
|
216
|
+
"Container-native virtualization’s fully qualified host name or IP address. "
|
217
|
+
"In order to connect to the cluster it is required to provide path to "
|
218
|
+
"kubeconfig which contains connection details and authentication token."
|
219
|
+
msgstr "容器原生虚拟化的标准主机名或 IP 地址。为了连接到集群,需要提供 kubeconfig 的路径,其中包含连接详细信息和身份验证令牌。"
|
220
|
+
|
221
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:9
|
222
|
+
msgid "Nutanix AHV’s IP address."
|
223
|
+
msgstr "Nutanix AHV 的 IP 地址。"
|
224
|
+
|
225
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:15
|
226
|
+
msgid ""
|
227
|
+
"Account name by which virt-who is to connect to the hypervisor, in the "
|
228
|
+
"format <code>domain_name\\account_name</code>. Note that only a single "
|
229
|
+
"backslash separates the values for domain_name and account_name. If you are "
|
230
|
+
"using a domain account, and the global configuration file <code>/etc/virt-"
|
231
|
+
"who.conf</code>, then <b>two</b> backslashes are required. For further "
|
232
|
+
"details, see <a href=\"https://access.redhat.com/solutions/1270223\">Red Hat"
|
233
|
+
" Knowledgebase solution How to use a windows domain account with virt-"
|
234
|
+
"who</a> for more information."
|
235
|
+
msgstr ""
|
236
|
+
"virt-who 用于连接 hypervisor 的帐户名,格式为 "
|
237
|
+
"<code>domain_name\\account_name</code>。注意只使用单斜线来分离 domain_name 和 "
|
238
|
+
"account_name 的值。如果您使用域帐户,以及全局配置文件 <code>/etc/virt-who.conf</code>,则需要使用 "
|
239
|
+
"<b>双斜线</b>。有关进一步详情,请参见<a "
|
240
|
+
"href=\"https://access.redhat.com/solutions/1270223\">红帽知识库解决方案 如何将 windows "
|
241
|
+
"域名帐户用于 在 virt-who</a> 了解更多信息。"
|
242
|
+
|
243
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:16
|
244
|
+
msgid ""
|
245
|
+
"Account name by which virt-who is to connect to the hypervisor. By default "
|
246
|
+
"this is <code>Administrator</code>. To use an alternate account, create a "
|
247
|
+
"user account and assign that account to the following groups (Windows 2012 "
|
248
|
+
"Server): Hyper-V Administrators and Remote Management Users."
|
249
|
+
msgstr ""
|
250
|
+
"virt-who 连接 hypervisor 所用的帐户名。默认为 "
|
251
|
+
"<code>Administrator</code>。要使用替换帐户,请创建用户帐户并将该帐户分配给以下组(Windows 2012 "
|
252
|
+
"服务器):Hyper-V 管理员和远程管理用户。"
|
253
|
+
|
254
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:17
|
255
|
+
msgid ""
|
256
|
+
"Account name by which virt-who is to connect to the hypervisor. Virt-who "
|
257
|
+
"does not support password based authentication, you must manually setup SSH "
|
258
|
+
"key, see <a href=\"https://access.redhat.com/solutions/1515983\">Red Hat "
|
259
|
+
"Knowledgebase solution How to configure virt-who for a KVM host</a> for more"
|
260
|
+
" information."
|
261
|
+
msgstr ""
|
262
|
+
"virt-who 连接 hypervisor 所用的帐户名。Virt-who 不支持基于密码的验证,您必须手动设置 SSH 密钥,有关更多信息,请参见 "
|
263
|
+
"<a href=\"https://access.redhat.com/solutions/1515983\">红帽知识库解决方案 如何为 KVM "
|
264
|
+
"主机配置 virt-who</a>。"
|
265
|
+
|
266
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:19
|
267
|
+
msgid "Account name by which virt-who is to connect to Nutanix AHV."
|
268
|
+
msgstr "virt-who 连接到 Nutanix AHV 的帐户名称。"
|
269
|
+
|
270
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:26
|
271
|
+
msgid "No Report Yet"
|
272
|
+
msgstr "尚没有报告"
|
273
|
+
|
274
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:30
|
275
|
+
msgid "Unknown configuration status"
|
276
|
+
msgstr "未知配置状态"
|
277
|
+
|
278
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:20
|
279
|
+
msgid "Unlimited"
|
280
|
+
msgstr "无限制"
|
281
|
+
|
282
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:21
|
283
|
+
msgid "Whitelist"
|
284
|
+
msgstr "白名单"
|
285
|
+
|
286
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:22
|
287
|
+
msgid "Blacklist"
|
288
|
+
msgstr "黑名单"
|
289
|
+
|
290
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:26
|
291
|
+
msgid "General information"
|
292
|
+
msgstr "通用信息"
|
293
|
+
|
294
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:27
|
295
|
+
msgid "Schedule"
|
296
|
+
msgstr "调度"
|
297
|
+
|
298
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:28
|
299
|
+
msgid "Connection"
|
300
|
+
msgstr "连接"
|
301
|
+
|
302
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:44
|
303
|
+
msgid "Every hour"
|
304
|
+
msgstr "每小时"
|
305
|
+
|
306
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:45
|
307
|
+
msgid "Every 2 hours"
|
308
|
+
msgstr "每 2 小时"
|
309
|
+
|
310
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:46
|
311
|
+
msgid "Every 4 hours"
|
312
|
+
msgstr "每 4 小时"
|
313
|
+
|
314
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:47
|
315
|
+
msgid "Every 8 hours"
|
316
|
+
msgstr "每 8 小时"
|
317
|
+
|
318
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:48
|
319
|
+
msgid "Every 12 hours"
|
320
|
+
msgstr "每 12 小时"
|
321
|
+
|
322
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:49
|
323
|
+
msgid "Every 24 hours"
|
324
|
+
msgstr "每 24 小时"
|
325
|
+
|
326
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:50
|
327
|
+
msgid "Every 2 days"
|
328
|
+
msgstr "每 2 天"
|
329
|
+
|
330
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:51
|
331
|
+
msgid "Every 3 days"
|
332
|
+
msgstr "每 3 天"
|
333
|
+
|
334
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:57
|
335
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:23
|
336
|
+
msgid "OK"
|
337
|
+
msgstr "好"
|
338
|
+
|
339
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:58
|
340
|
+
msgid "No change"
|
341
|
+
msgstr "不更改"
|
342
|
+
|
343
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:59
|
344
|
+
msgid "Unknown"
|
345
|
+
msgstr "未知"
|
346
|
+
|
347
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:62
|
348
|
+
msgid "Unknown configuration status, caused by unexpected conditions"
|
349
|
+
msgstr "未知配置状态,由意外情况造成"
|
350
|
+
|
351
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:64
|
352
|
+
msgid ""
|
353
|
+
"The configuration was not deployed yet or the virt-who was unable to report "
|
354
|
+
"the status"
|
355
|
+
msgstr "尚未部署配置,或者 virt-who 无法报告状态"
|
356
|
+
|
357
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:65
|
358
|
+
msgid "The virt-who report arrived within the interval"
|
359
|
+
msgstr "在间隔期间收到 virt-who 报告"
|
360
|
+
|
361
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:66
|
362
|
+
msgid ""
|
363
|
+
"The virt-who report has not arrived within the interval, which indicates "
|
364
|
+
"there was no change on hypervisor"
|
365
|
+
msgstr "未在间隔期间收到 virt-who 报告,表示 hypervisor 无更改"
|
366
|
+
|
367
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:71
|
368
|
+
msgid "Prism Central"
|
369
|
+
msgstr "Prism Central"
|
370
|
+
|
371
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:72
|
372
|
+
msgid "Prism Element"
|
373
|
+
msgstr "Prism Element"
|
374
|
+
|
375
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:233
|
376
|
+
msgid "every %s hours"
|
377
|
+
msgstr "每 %s 小时"
|
378
|
+
|
379
|
+
#: ../app/models/foreman_virt_who_configure/output_generator.rb:18
|
380
|
+
msgid "Success"
|
381
|
+
msgstr "成功"
|
382
|
+
|
383
|
+
#: ../app/models/foreman_virt_who_configure/output_generator.rb:19
|
384
|
+
msgid "Newer version of virt-who is required, minimum version is %s"
|
385
|
+
msgstr "需要更高的 virt-who 版本,最低版本为 %s"
|
386
|
+
|
387
|
+
#: ../app/models/foreman_virt_who_configure/output_generator.rb:20
|
388
|
+
msgid "Unable to create virt-who config file"
|
389
|
+
msgstr "无法创建 virt-who 配置文件"
|
390
|
+
|
391
|
+
#: ../app/models/foreman_virt_who_configure/output_generator.rb:21
|
392
|
+
msgid "Unable to create sysconfig file"
|
393
|
+
msgstr "无法创建 sysconfig 文件"
|
394
|
+
|
395
|
+
#: ../app/models/foreman_virt_who_configure/output_generator.rb:22
|
396
|
+
msgid "Unable to enable virt-who service using systemctl"
|
397
|
+
msgstr "无法使用 systemctl 启用 virt-who 服务"
|
398
|
+
|
399
|
+
#: ../app/models/foreman_virt_who_configure/output_generator.rb:23
|
400
|
+
msgid ""
|
401
|
+
"Unable to start virt-who service, please see virt-who logs for more details"
|
402
|
+
msgstr "无法开始 virt-who 服务,请查看 virt-who 日志了解详情"
|
403
|
+
|
404
|
+
#: ../app/models/foreman_virt_who_configure/output_generator.rb:24
|
405
|
+
msgid ""
|
406
|
+
"Unable to install virt-who package, make sure the host is properly "
|
407
|
+
"subscribed and has access to katello-host-tools repository"
|
408
|
+
msgstr "无法安装 virt-who 软件包,确保已正确订阅主机,且具备访问 katello-host-tools 的访问权限"
|
409
|
+
|
410
|
+
#: ../app/models/foreman_virt_who_configure/output_generator.rb:44
|
411
|
+
msgid "Owner was not provided"
|
412
|
+
msgstr "未提供所有者"
|
413
|
+
|
414
|
+
#: ../app/models/foreman_virt_who_configure/output_generator.rb:45
|
415
|
+
msgid "Interval was not provided"
|
416
|
+
msgstr "未提供间隔"
|
417
|
+
|
418
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:5
|
419
|
+
msgid "Virt-who Configurations Status"
|
420
|
+
msgstr "Virt-who 配置状态"
|
421
|
+
|
422
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:9
|
423
|
+
msgid "Configuration Status"
|
424
|
+
msgstr "配置状态"
|
425
|
+
|
426
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:10
|
427
|
+
msgid "Count"
|
428
|
+
msgstr "计数"
|
429
|
+
|
430
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:15
|
431
|
+
msgid "No Reports"
|
432
|
+
msgstr "没有报告"
|
433
|
+
|
434
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:19
|
435
|
+
msgid "No Change"
|
436
|
+
msgstr "無變更"
|
437
|
+
|
438
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:27
|
439
|
+
msgid "Total Configurations"
|
440
|
+
msgstr "全部配置"
|
441
|
+
|
442
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:33
|
443
|
+
msgid "Latest Configurations Without Change"
|
444
|
+
msgstr "无更改的最新配置"
|
445
|
+
|
446
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:35
|
447
|
+
msgid "No configuration found"
|
448
|
+
msgstr "找不到配置"
|
449
|
+
|
450
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:40
|
451
|
+
#: ../app/views/foreman_virt_who_configure/configs/index.html.erb:8
|
452
|
+
msgid "Config|Name"
|
453
|
+
msgstr "配置|名称"
|
454
|
+
|
455
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:41
|
456
|
+
msgid "Config|Last Report"
|
457
|
+
msgstr "配置|最新报告"
|
458
|
+
|
459
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:42
|
460
|
+
#: ../app/views/foreman_virt_who_configure/configs/index.html.erb:9
|
461
|
+
msgid "Config|Interval"
|
462
|
+
msgstr "配置|间隔"
|
463
|
+
|
464
|
+
#: ../app/views/foreman_virt_who_configure/configs/edit.html.erb:1
|
465
|
+
msgid "Edit Virt-who Config"
|
466
|
+
msgstr "编辑 Virt-who 配置"
|
467
|
+
|
468
|
+
#: ../app/views/foreman_virt_who_configure/configs/edit.html.erb:6
|
469
|
+
#: ../app/views/foreman_virt_who_configure/configs/index.html.erb:1
|
470
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:12
|
471
|
+
#: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:3
|
472
|
+
#: ../lib/foreman_virt_who_configure/engine.rb:74
|
473
|
+
msgid "Virt-who Configurations"
|
474
|
+
msgstr "Virt-who 配置"
|
475
|
+
|
476
|
+
#: ../app/views/foreman_virt_who_configure/configs/edit.html.erb:10
|
477
|
+
#: ../app/views/foreman_virt_who_configure/configs/index.html.erb:21
|
478
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:5
|
479
|
+
msgid "Edit"
|
480
|
+
msgstr "编辑"
|
481
|
+
|
482
|
+
#: ../app/views/foreman_virt_who_configure/configs/index.html.erb:10
|
483
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:35
|
484
|
+
msgid "Status"
|
485
|
+
msgstr "状态"
|
486
|
+
|
487
|
+
#: ../app/views/foreman_virt_who_configure/configs/index.html.erb:11
|
488
|
+
msgid "Actions"
|
489
|
+
msgstr "操作"
|
490
|
+
|
491
|
+
#: ../app/views/foreman_virt_who_configure/configs/index.html.erb:22
|
492
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:6
|
493
|
+
msgid "Delete virt-who configuration %s?"
|
494
|
+
msgstr "删除 virt-who 配置 %s?"
|
495
|
+
|
496
|
+
#: ../app/views/foreman_virt_who_configure/configs/new.html.erb:1
|
497
|
+
msgid "New Virt-who Config"
|
498
|
+
msgstr "新建 Virt-who 配置"
|
499
|
+
|
500
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:3
|
501
|
+
msgid "Virt-who Configuration %s"
|
502
|
+
msgstr "Virt-who 配置 %s"
|
503
|
+
|
504
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:22
|
505
|
+
msgid "Overview"
|
506
|
+
msgstr "概况"
|
507
|
+
|
508
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:23
|
509
|
+
msgid "Deploy"
|
510
|
+
msgstr "部署"
|
511
|
+
|
512
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:32
|
513
|
+
msgid "Details"
|
514
|
+
msgstr "详情"
|
515
|
+
|
516
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:41
|
517
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:3
|
518
|
+
msgid "Hypervisor ID"
|
519
|
+
msgstr "Hypervisor ID"
|
520
|
+
|
521
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:42
|
522
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:9
|
523
|
+
msgid "Filtering"
|
524
|
+
msgstr "过滤"
|
525
|
+
|
526
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:44
|
527
|
+
msgid "Filter Hosts"
|
528
|
+
msgstr "过滤主机"
|
529
|
+
|
530
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:48
|
531
|
+
msgid "Exclude Hosts"
|
532
|
+
msgstr "排除主机"
|
533
|
+
|
534
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:51
|
535
|
+
msgid "Enable debugging output?"
|
536
|
+
msgstr "启用调试输出?"
|
537
|
+
|
538
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:52
|
539
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:21
|
540
|
+
msgid "HTTP Proxy"
|
541
|
+
msgstr "HTTP 代理"
|
542
|
+
|
543
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:53
|
544
|
+
msgid "Ignore Proxy"
|
545
|
+
msgstr "忽略代理"
|
546
|
+
|
547
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:67
|
548
|
+
msgid ""
|
549
|
+
"Use either hammer command or the script below to deploy this configuration. "
|
550
|
+
"Both require root privileges. Run one of them on the target host which has "
|
551
|
+
"access to katello-host-tools repository and will run virt-who reporting, "
|
552
|
+
"preferably Foreman host:"
|
553
|
+
msgstr ""
|
554
|
+
"使用 hammer 命令或下面的脚本来部署此配置。两者都需要 root 特权。在有权访问 Red Hat Satellite Tools "
|
555
|
+
"仓库的一个目标主机上运行其中一个,并运行 virt-who 报告,最好在 Foreman 主机上运行:"
|
556
|
+
|
557
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:73
|
558
|
+
msgid "Hammer command: "
|
559
|
+
msgstr "Hammer 命令:"
|
560
|
+
|
561
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:82
|
562
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:106
|
563
|
+
msgid "Copy to clipboard"
|
564
|
+
msgstr "复制到剪贴板"
|
565
|
+
|
566
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:89
|
567
|
+
msgid "Configuration script: "
|
568
|
+
msgstr "配置脚本:"
|
569
|
+
|
570
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:93
|
571
|
+
msgid "On the target virt-who host:"
|
572
|
+
msgstr "在目标 virt-who 主机上:"
|
573
|
+
|
574
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:94
|
575
|
+
msgid "1. Copy this configuration script to a safe directory."
|
576
|
+
msgstr "1. 将这个配置脚本复制到安全目录。"
|
577
|
+
|
578
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:95
|
579
|
+
msgid "2. Make the script executable and run it."
|
580
|
+
msgstr "2. 使脚本可执行,并运行脚本。"
|
581
|
+
|
582
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:96
|
583
|
+
msgid "3. Delete the script."
|
584
|
+
msgstr "3. 删除该脚本。"
|
585
|
+
|
586
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:107
|
587
|
+
msgid "Download the script"
|
588
|
+
msgstr "下载脚本"
|
589
|
+
|
590
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:2
|
591
|
+
msgid ""
|
592
|
+
"Foreman server’s fully-qualified host name, for example: foreman.example.com"
|
593
|
+
msgstr "Foreman 服务器的完全限定主机名,例如:foreman.example.com"
|
594
|
+
|
595
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:4
|
596
|
+
msgid ""
|
597
|
+
"Specifies that hypervisors will be identified by their <b>hostname</b>, <b>uuid</b> or <b>hwuuid</b>.\n"
|
598
|
+
" Note that some virtualization backends don't have all of them implemented.\n"
|
599
|
+
" Default is <b>hostname</b>, which provides more meaningful hypervisor\n"
|
600
|
+
" names, but can cause duplicated hypervisor registrations if the host is renamed. To avoid that, you can use <b>uuid</b> instead. <b>hwuuid</b> is applicable to esx only.\n"
|
601
|
+
" This property is meant to be set up before the initial run of virt-who. Changing it later will result in duplicated entries in the subscription manager."
|
602
|
+
msgstr ""
|
603
|
+
"指定 hypervisor 由其 <b>hostname</b>、<b>uuid</b> 或 <b>hwuuid</b> 标识。\n"
|
604
|
+
" 注意某些虚拟化后端并未完全实施。\n"
|
605
|
+
" 默认为 <b>hostname</b>,它提供更具意义的 hypervisor \n"
|
606
|
+
" 名称,但如果主机重命名,则可能造成重复的 hypervisor 注册。为了避免这种情况,可使用 <b>uuid</b> 代替。<b>hwuuid</b> 仅适用于 esx。\n"
|
607
|
+
" 此特性应在首次运行 virt-who 之前设置。之后更改将导致订阅管理器中出现重复条目。"
|
608
|
+
|
609
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:10
|
610
|
+
msgid ""
|
611
|
+
"If you run a hybrid environment, with virtual machines running Red Hat "
|
612
|
+
"Enterprise Linux and other operating systems, you may want to limit the "
|
613
|
+
"scope of virt-who’s access to hosts. For example, if some hypervisors host "
|
614
|
+
"only Microsoft Windows Server instances, there is no benefit in having those"
|
615
|
+
" hypervisors reported by the virt-who agent."
|
616
|
+
msgstr ""
|
617
|
+
"如果您运行混合环境,且虚拟机运行 Red Hat Enterprise Linux 和其他操作系统,您可能想要限制 virt-who "
|
618
|
+
"对主机的访问权限范围。例如,如果某些 hypervisor 只托管 Microsoft Windows Server 实例,那么让 virt-who "
|
619
|
+
"agent 报告这些 hypervisor 没有任何意义。"
|
620
|
+
|
621
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:12
|
622
|
+
msgid ""
|
623
|
+
"Only hosts which uuid (or hostname or hwuuid, based on "
|
624
|
+
"<code>hypervisor_id</code>) is specified in comma-separated list in this "
|
625
|
+
"option will be reported. Wildcards and regular expressions are supported, "
|
626
|
+
"multiple records must be separated by comma. Put the value into the double-"
|
627
|
+
"quotes if it contains special characters like comma. All new line characters"
|
628
|
+
" will be removed in resulting configuration file, white spaces are removed "
|
629
|
+
"from beginning and end."
|
630
|
+
msgstr ""
|
631
|
+
"仅报告在此选项中以逗号分隔的列表指定了uuid(或主机名或 hwuuid,基于 "
|
632
|
+
"<code>hypervisor_id</code>)的主机。支持通配符和正则表达式,多个记录必须用逗号分隔。如果该值包含逗号等特殊字符,则将其放在双引号中。所有新行字符将在生成的配置文件中删除,空格从开头和结尾删除。"
|
633
|
+
|
634
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:12
|
635
|
+
msgid "Filter hosts"
|
636
|
+
msgstr "过滤主机"
|
637
|
+
|
638
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:14
|
639
|
+
msgid ""
|
640
|
+
"Hosts which uuid (or hostname or hwuuid, based on "
|
641
|
+
"<code>hypervisor_id</code>) is specified in comma-separated list in this "
|
642
|
+
"option will <b>NOT</b> be reported. Wildcards and regular expressions are "
|
643
|
+
"supported, multiple records must be separated by comma. Put the value into "
|
644
|
+
"the double-quotes if it contains special characters like comma. All new line"
|
645
|
+
" characters will be removed in resulting configuration file, white spaces "
|
646
|
+
"are removed from beginning and end."
|
647
|
+
msgstr ""
|
648
|
+
"<b>不报告</b>在此选项中以逗号分隔的列表指定了uuid(或主机名或 hwuuid,基于 "
|
649
|
+
"<code>hypervisor_id</code>)的主机。支持通配符和正则表达式,多个记录必须用逗号分隔。如果该值包含逗号等特殊字符,则将其放在双引号中。所有新行字符将在生成的配置文件中删除,空格从开头和结尾删除。"
|
650
|
+
|
651
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:14
|
652
|
+
msgid "Exclude hosts"
|
653
|
+
msgstr "排除主机"
|
654
|
+
|
655
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:16
|
656
|
+
msgid ""
|
657
|
+
"Only hosts which cluster ID is specified in comma-separated list in this "
|
658
|
+
"option will be reported. PowerCLI command to find the domain names in VMware"
|
659
|
+
" <code>Get-Cluster “ClusterName” | Select ID</code>. Wildcards and regular "
|
660
|
+
"expressions are supported, multiple records must be separated by comma. Put "
|
661
|
+
"the value into the double-quotes if it contains special characters like "
|
662
|
+
"comma. All new line characters will be removed in resulting configuration "
|
663
|
+
"file, white spaces are removed from beginning and end."
|
664
|
+
msgstr ""
|
665
|
+
"只有集群 ID 在这个选项中列出(以逗号分隔的列表)的主机才会报告。PowerCLI 命令在 VMware <code>Get-Cluster "
|
666
|
+
"\"ClusterName\" | Select ID</code> "
|
667
|
+
"中找到域名。支持通配符和正则表达式,以逗号分开多个记录。如果包含特殊字符(如逗号),则需要将值包括在括号中。在结果配置文件中,所有新行都将被删除,开头和结尾的空字符也会被删除。"
|
668
|
+
|
669
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:16
|
670
|
+
msgid "Filter host parents"
|
671
|
+
msgstr "过滤主机父系统"
|
672
|
+
|
673
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:18
|
674
|
+
msgid ""
|
675
|
+
"Exclude hosts which cluster ID is specified in comma-separated list in this "
|
676
|
+
"option will <b>NOT</b> be reported. PowerCLI command to find the domain "
|
677
|
+
"names in VMware <code>Get-Cluster “ClusterName” | Select ID</code>. "
|
678
|
+
"Wildcards and regular expressions are supported, multiple records must be "
|
679
|
+
"separated by comma. Put the value into the double-quotes if it contains "
|
680
|
+
"special characters like comma. All new line characters will be removed in "
|
681
|
+
"resulting configuration file, white spaces are removed from beginning and "
|
682
|
+
"end."
|
683
|
+
msgstr ""
|
684
|
+
"排除集群 ID 在这个选项中列出(以逗号分隔的列表)的主机,<b>不会</b>报告这些主机。PowerCLI 命令在 VMware <code>Get-"
|
685
|
+
"Cluster \"ClusterName\" | Select ID</code> "
|
686
|
+
"中找到域名。支持通配符和正则表达式,以逗号分开多个记录。如果包含特殊字符(如逗号),则需要将值包括在括号中。在结果配置文件中,所有新行都将被删除,开头和结尾的空字符也会被删除。"
|
687
|
+
|
688
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:18
|
689
|
+
msgid "Exclude host parents"
|
690
|
+
msgstr "排除主机父系统"
|
691
|
+
|
692
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:20
|
693
|
+
msgid ""
|
694
|
+
"Different debug value can't be set per hypervisor, therefore it will affect "
|
695
|
+
"all other deployed configurations on the host on which this configuration "
|
696
|
+
"will be deployed."
|
697
|
+
msgstr "不能为每个管理程序设置不同的调试值,因此它将影响将在其上部署此配置的主机上的所有其他已部署的配置。"
|
698
|
+
|
699
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:22
|
700
|
+
msgid ""
|
701
|
+
"HTTP proxy that should be used for communication between the server on which"
|
702
|
+
" virt-who is running and the hypervisors and virtualization managers. Leave "
|
703
|
+
"this blank if no proxy is used."
|
704
|
+
msgstr ""
|
705
|
+
"应当用于 virt-who 运行所在服务器和 hypervisor 及虚拟管理器之间通信的 HTTP 代理服务器。如果未使用代理服务器,则留空。"
|
706
|
+
|
707
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:23
|
708
|
+
msgid ""
|
709
|
+
"A comma-separated list of hostnames or domains or ip addresses to ignore "
|
710
|
+
"proxy settings for. Optionally this may be set to <code>*</code> to bypass "
|
711
|
+
"proxy settings for all hostnames domains or ip addresses."
|
712
|
+
msgstr ""
|
713
|
+
"忽略代理服务器。忽略代理服务器设置的主机名、域或 ip 地址逗号分隔列表。可选择性地设置为 <code>*</code>,以便为所有主机名、域或 ip "
|
714
|
+
"地址跳过代理服务器设置。"
|
715
|
+
|
716
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:23
|
717
|
+
msgid "Ignore proxy"
|
718
|
+
msgstr "忽略代理服务器"
|
719
|
+
|
720
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:24
|
721
|
+
msgid ""
|
722
|
+
"Configuration file containing details about how to connect to the cluster "
|
723
|
+
"and authentication details"
|
724
|
+
msgstr "配置文件,其中包含有关如何连接到集群的详细信息以及身份验证的详细信息"
|
725
|
+
|
726
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:24
|
727
|
+
msgid "Path to kubeconfig file"
|
728
|
+
msgstr "到 kubeconfig 文件的路径"
|
729
|
+
|
730
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:27
|
731
|
+
msgid "Prism Flavor"
|
732
|
+
msgstr "Prism Flavor"
|
733
|
+
|
734
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:29
|
735
|
+
msgid ""
|
736
|
+
"Option Enable debugging output is required to enable AHV internal debug. It "
|
737
|
+
"provides extra AHV debug information when both options are enabled "
|
738
|
+
msgstr ""
|
739
|
+
"启用 AHV 内部故障排除需要 Option Enable debugging output。它会在两个选项都启用时提供额外的 AHV 调试信息 "
|
740
|
+
|
741
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:29
|
742
|
+
msgid "Enable AHV debug"
|
743
|
+
msgstr "启用 AHV 故障排除"
|
744
|
+
|
745
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:2
|
746
|
+
msgid "Name of this configuration, e.g. the name of the hypervisor"
|
747
|
+
msgstr "此配置的名称,例如 hypervisor 的名称"
|
748
|
+
|
749
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:2
|
750
|
+
msgid "Name"
|
751
|
+
msgstr "名称"
|
752
|
+
|
753
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:7
|
754
|
+
msgid "Owner"
|
755
|
+
msgstr "所有者"
|
756
|
+
|
757
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:10
|
758
|
+
msgid "Hypervisor Type"
|
759
|
+
msgstr ""
|
760
|
+
|
761
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:11
|
762
|
+
msgid "Hypervisor Server"
|
763
|
+
msgstr ""
|
764
|
+
|
765
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:12
|
766
|
+
msgid "Hypervisor Username"
|
767
|
+
msgstr ""
|
768
|
+
|
769
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:13
|
770
|
+
msgid "Hypervisor Password"
|
771
|
+
msgstr ""
|
772
|
+
|
773
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:13
|
774
|
+
msgid ""
|
775
|
+
"Account password by which virt-who is to connect to the hypervisor instance."
|
776
|
+
msgstr "virt-who 用于连接 hypervisor 实例的帐户密码。"
|
777
|
+
|
778
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_schedule_form.erb:2
|
779
|
+
msgid ""
|
780
|
+
"How often to check connected hypervisors for changes? Also affects how often"
|
781
|
+
" a mapping is reported. The recommended value for most environments is every"
|
782
|
+
" two hours. Different interval can't be set per hypervisor, therefore it "
|
783
|
+
"will affect all other deployed configurations on the host on which this "
|
784
|
+
"configuration will be deployed."
|
785
|
+
msgstr ""
|
786
|
+
"检查连接的虚拟机管理程序是否有更改的频率?同时还影响报告映射的频率。对于大多数环境,建议值为每两个小时一次。不能为每个虚拟机管理程序设置不同的间隔,因此它将影响将在其上部署此配置的主机上的所有其他已部署的配置。"
|
787
|
+
|
788
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_schedule_form.erb:2
|
789
|
+
msgid "Interval"
|
790
|
+
msgstr ""
|
791
|
+
|
792
|
+
#: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:6
|
793
|
+
msgid "Configs"
|
794
|
+
msgstr "配置"
|
795
|
+
|
796
|
+
#: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:8
|
797
|
+
msgid ""
|
798
|
+
"On this page you can define virt-who configurations for your hypervisors."
|
799
|
+
msgstr "在本页面,您可以为您的 hypervisor 定义 virt-who 配置。"
|
800
|
+
|
801
|
+
#: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:9
|
802
|
+
msgid ""
|
803
|
+
"One virt-who configuration represents one config file in /etc/virt-who.d "
|
804
|
+
"directory and maps to single hypervisor, organization and lifecycle "
|
805
|
+
"environment."
|
806
|
+
msgstr ""
|
807
|
+
"一个 virt-who 配置代表 /etc/virt-who.d 目录中的一个配置文件,映射至单个 hypervisor、机构和生命周期环境。"
|
808
|
+
|
809
|
+
#: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:10
|
810
|
+
msgid ""
|
811
|
+
"To define a new configuration, click the New Config button and fill in the "
|
812
|
+
"form. After you provide all required information a virt-who configuration "
|
813
|
+
"script will be generated. You could either install it manually by copying "
|
814
|
+
"the script or deploy it on a selected target host through Remote Execution."
|
815
|
+
msgstr ""
|
816
|
+
"如要定义新配置,请点击 New Config 按钮,填写表格。当您提供所有所需信息之后,会生成 virt-who "
|
817
|
+
"配置脚本。您可以通过复制脚本进行手动安装,也可以通过 Remote Execution 在选定的目标主机上部署。"
|
818
|
+
|
819
|
+
#: ../lib/foreman_virt_who_configure/engine.rb:79
|
820
|
+
msgid "Virt-who Configs Status"
|
821
|
+
msgstr "Virt-who 配置状态"
|
822
|
+
|
823
|
+
#: gemspec.rb:2
|
824
|
+
msgid "A plugin to make virt-who configuration easy"
|
825
|
+
msgstr "简化 virt-who 配置的插件"
|