~usc-isi/nova/hpc-trunk

629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1
# Chinese (Simplified) translation for nova
2
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
3
# This file is distributed under the same license as the nova package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
5
#
6
msgid ""
7
msgstr ""
8
"Project-Id-Version: nova\n"
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
10
"POT-Creation-Date: 2011-02-21 10:03-0500\n"
662.647.8 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
11
"PO-Revision-Date: 2011-08-19 09:26+0000\n"
662.647.7 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
12
"Last-Translator: zhangjunfeng <Unknown>\n"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
13
"Language-Team: Chinese (Simplified) <zh_CN@li.org>\n"
14
"MIME-Version: 1.0\n"
15
"Content-Type: text/plain; charset=UTF-8\n"
16
"Content-Transfer-Encoding: 8bit\n"
662.647.8 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
17
"X-Launchpad-Export-Date: 2011-08-20 05:06+0000\n"
18
"X-Generator: Launchpad (build 13697)\n"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
19
20
#, python-format
662.647.6 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
21
#~ msgid "Starting %s"
22
#~ msgstr "启动 %s 中"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
23
24
#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55
25
#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110
26
#: ../nova/scheduler/simple.py:122
27
msgid "No hosts found"
662.647.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
28
msgstr "没有找到主机"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
29
30
#: ../nova/exception.py:33
31
msgid "Unexpected error while running command."
32
msgstr "运行命令时出现错误"
33
34
#: ../nova/exception.py:36
35
#, python-format
36
msgid ""
37
"%(description)s\n"
38
"Command: %(cmd)s\n"
39
"Exit code: %(exit_code)s\n"
40
"Stdout: %(stdout)r\n"
41
"Stderr: %(stderr)r"
42
msgstr ""
662.647.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
43
"%(description)s\n"
44
"命令: %(cmd)s\n"
45
"退出代码: %(exit_code)s\n"
46
"标准输出: %(stdout)r\n"
47
"标准出错: %(stderr)r"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
48
49
#: ../nova/exception.py:107
50
msgid "DB exception wrapped"
662.647.8 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
51
msgstr "数据库异常"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
52
53
#. exc_type, exc_value, exc_traceback = sys.exc_info()
54
#: ../nova/exception.py:120
55
msgid "Uncaught exception"
56
msgstr "未捕获异常"
57
58
#: ../nova/volume/api.py:45
59
#, python-format
60
msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume"
61
msgstr ""
62
63
#: ../nova/volume/api.py:47
64
#, python-format
65
msgid "Volume quota exceeded. You cannot create a volume of size %sG"
66
msgstr "卷磁盘配额已耗尽,不能创建 %sG 大小的卷"
67
68
#: ../nova/volume/api.py:71 ../nova/volume/api.py:96
69
msgid "Volume status must be available"
70
msgstr "卷组状态必须可获取"
71
72
#: ../nova/volume/api.py:98
73
msgid "Volume is already attached"
74
msgstr "卷已挂载"
75
76
#: ../nova/volume/api.py:104
77
msgid "Volume is already detached"
78
msgstr "卷已卸载"
79
80
#: ../nova/api/openstack/servers.py:72
81
msgid "Failed to read private ip"
82
msgstr "获取内网IP失败"
83
84
#: ../nova/api/openstack/servers.py:79
85
msgid "Failed to read public ip(s)"
86
msgstr "获取外网IP失败"
87
88
#: ../nova/api/openstack/servers.py:152
89
#, python-format
90
msgid "%(param)s property not found for image %(_image_id)s"
662.647.8 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
91
msgstr "没有找到镜像文件%(_image_id)s 的属性 %(param)s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
92
93
#: ../nova/api/openstack/servers.py:168
94
msgid "No keypairs defined"
95
msgstr "未定义密钥对"
96
97
#: ../nova/api/openstack/servers.py:238
98
#, python-format
99
msgid "Compute.api::lock %s"
662.647.8 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
100
msgstr "compute.api::加锁 %s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
101
102
#: ../nova/api/openstack/servers.py:253
103
#, python-format
104
msgid "Compute.api::unlock %s"
662.647.8 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
105
msgstr "compute.api::解锁 %s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
106
107
#: ../nova/api/openstack/servers.py:267
108
#, python-format
109
msgid "Compute.api::get_lock %s"
662.647.8 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
110
msgstr "Compute.api::得到锁 %s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
111
112
#: ../nova/api/openstack/servers.py:281
113
#, python-format
114
msgid "Compute.api::reset_network %s"
662.647.8 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
115
msgstr "Compute.api::重置网络 %s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
116
117
#: ../nova/api/openstack/servers.py:292
118
#, python-format
119
msgid "Compute.api::pause %s"
662.647.8 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
120
msgstr "Compute.api::暂停 %s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
121
122
#: ../nova/api/openstack/servers.py:303
123
#, python-format
124
msgid "Compute.api::unpause %s"
662.647.8 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
125
msgstr "Compute.api::继续 %s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
126
127
#: ../nova/api/openstack/servers.py:314
128
#, python-format
129
msgid "compute.api::suspend %s"
662.647.8 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
130
msgstr "compute.api::挂起 %s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
131
132
#: ../nova/api/openstack/servers.py:325
133
#, python-format
134
msgid "compute.api::resume %s"
662.647.8 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
135
msgstr "compute.api::回复 %s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
136
137
#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101
138
#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741
139
#: ../nova/api/ec2/__init__.py:317
140
#, python-format
141
msgid "Instance %s not found"
662.647.8 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
142
msgstr "实例 %s 没有找到"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
143
144
#. NOTE: No Resource Pool concept so far
145
#: ../nova/virt/xenapi/volumeops.py:51
146
#, python-format
147
msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s"
662.647.8 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
148
msgstr "挂载卷:%(instance_name)s, %(device_path)s, %(mountpoint)s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
149
150
#: ../nova/virt/xenapi/volumeops.py:69
151
#, python-format
152
msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s"
153
msgstr ""
154
155
#: ../nova/virt/xenapi/volumeops.py:80
156
#, python-format
157
msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s"
158
msgstr ""
159
160
#: ../nova/virt/xenapi/volumeops.py:91
161
#, python-format
162
msgid "Unable to attach volume to instance %s"
163
msgstr "无法挂载卷到虚拟机 %s"
164
165
#: ../nova/virt/xenapi/volumeops.py:93
166
#, python-format
167
msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s"
168
msgstr "挂载点 %(mountpoint)s 挂载到虚拟机 %(instance_name)s"
169
170
#. Detach VBD from VM
171
#: ../nova/virt/xenapi/volumeops.py:104
172
#, python-format
173
msgid "Detach_volume: %(instance_name)s, %(mountpoint)s"
174
msgstr "卸载_volume: %(instance_name)s, %(mountpoint)s"
175
176
#: ../nova/virt/xenapi/volumeops.py:112
177
#, python-format
178
msgid "Unable to locate volume %s"
179
msgstr "无法找到 %s 卷"
180
181
#: ../nova/virt/xenapi/volumeops.py:120
182
#, python-format
183
msgid "Unable to detach volume %s"
184
msgstr "无法卸载 %s 卷"
185
186
#: ../nova/virt/xenapi/volumeops.py:127
187
#, python-format
188
msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s"
189
msgstr "挂载点 %(mountpoint)s 从虚拟机 %(instance_name)s 卸载"
190
191
#: ../nova/compute/instance_types.py:41
192
#, python-format
193
msgid "Unknown instance type: %s"
194
msgstr "未知的虚拟机类型:%s"
195
196
#: ../nova/crypto.py:46
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
197
msgid "Filename of root CA"
198
msgstr "根证书文件名"
199
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
200
#: ../nova/crypto.py:49
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
201
msgid "Filename of private key"
202
msgstr "私钥文件名"
203
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
204
#: ../nova/crypto.py:51
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
205
msgid "Filename of root Certificate Revokation List"
206
msgstr ""
207
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
208
#: ../nova/crypto.py:53
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
209
msgid "Where we keep our keys"
210
msgstr "保存密钥的位置"
211
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
212
#: ../nova/crypto.py:55
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
213
msgid "Where we keep our root CA"
214
msgstr "保存根证书的位置"
215
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
216
#: ../nova/crypto.py:57
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
217
msgid "Should we use a CA for each project?"
218
msgstr "是否所有项目都是用证书授权(CA)?"
219
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
220
#: ../nova/crypto.py:61
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
221
#, python-format
222
msgid "Subject for certificate for users, %s for project, user, timestamp"
223
msgstr "用户证书的标题,%s依次分别为项目,用户,时间戳"
224
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
225
#: ../nova/crypto.py:66
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
226
#, python-format
227
msgid "Subject for certificate for projects, %s for project, timestamp"
228
msgstr "项目证书的标题,%s依次分别为项目,时间戳"
229
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
230
#: ../nova/crypto.py:71
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
231
#, python-format
232
msgid "Subject for certificate for vpns, %s for project, timestamp"
233
msgstr "VPN证书的标题,%s依次分别为项目,时间戳"
234
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
235
#: ../nova/crypto.py:258
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
236
#, python-format
237
msgid "Flags path: %s"
238
msgstr "Flag所在路径:%s"
239
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
240
#: ../nova/scheduler/manager.py:69
241
#, python-format
242
msgid "Casting to %(topic)s %(host)s for %(method)s"
243
msgstr ""
244
245
#: ../nova/compute/manager.py:78
246
#, python-format
247
msgid "check_instance_lock: decorating: |%s|"
248
msgstr ""
249
250
#: ../nova/compute/manager.py:80
251
#, python-format
252
msgid ""
253
"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|"
254
msgstr ""
255
256
#: ../nova/compute/manager.py:84
257
#, python-format
258
msgid "check_instance_lock: locked: |%s|"
259
msgstr ""
260
261
#: ../nova/compute/manager.py:86
262
#, python-format
263
msgid "check_instance_lock: admin: |%s|"
264
msgstr ""
265
266
#: ../nova/compute/manager.py:91
267
#, python-format
268
msgid "check_instance_lock: executing: |%s|"
269
msgstr ""
270
271
#: ../nova/compute/manager.py:95
272
#, python-format
273
msgid "check_instance_lock: not executing |%s|"
274
msgstr ""
275
276
#: ../nova/compute/manager.py:179
277
msgid "Instance has already been created"
278
msgstr "虚拟机已经创建"
279
280
#: ../nova/compute/manager.py:180
281
#, python-format
282
msgid "instance %s: starting..."
283
msgstr "虚拟机 %s :启动"
284
285
#. pylint: disable=W0702
286
#: ../nova/compute/manager.py:219
287
#, python-format
288
msgid "instance %s: Failed to spawn"
289
msgstr ""
290
291
#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286
292
#, python-format
293
msgid "Terminating instance %s"
662.647.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
294
msgstr "正在结束实例 %s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
295
296
#: ../nova/compute/manager.py:255
297
#, python-format
298
msgid "Deallocating address %s"
662.647.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
299
msgstr "取消分配地址 %s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
300
301
#: ../nova/compute/manager.py:268
302
#, python-format
303
msgid "trying to destroy already destroyed instance: %s"
662.647.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
304
msgstr "尝试销毁已经销毁的实例: %s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
305
306
#: ../nova/compute/manager.py:282
307
#, python-format
308
msgid "Rebooting instance %s"
309
msgstr "重启虚拟机 %s"
310
311
#: ../nova/compute/manager.py:287
312
#, python-format
313
msgid ""
314
"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s "
315
"expected: %(running)s)"
662.647.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
316
msgstr "尝试重启没有在运行中实例: %(instance_id)s (状态: %(state)s 预料: %(running)s)"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
317
318
#: ../nova/compute/manager.py:311
319
#, python-format
320
msgid "instance %s: snapshotting"
662.647.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
321
msgstr "实例 %s: 快照中"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
322
323
#: ../nova/compute/manager.py:316
324
#, python-format
325
msgid ""
326
"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s "
327
"expected: %(running)s)"
328
msgstr ""
329
330
#: ../nova/compute/manager.py:332
331
#, python-format
332
msgid ""
333
"trying to reset the password on a non-running instance: %(instance_id)s "
334
"(state: %(instance_state)s expected: %(expected_state)s)"
335
msgstr ""
662.647.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
336
"尝试对没有在运行的实例重置密码: %(instance_id)s (状态: %(instance_state)s 预料: "
337
"%(expected_state)s)"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
338
339
#: ../nova/compute/manager.py:335
340
#, python-format
341
msgid "instance %s: setting admin password"
342
msgstr "虚拟机 %s:设置管理员密码"
343
344
#: ../nova/compute/manager.py:353
345
#, python-format
346
msgid ""
347
"trying to inject a file into a non-running instance: %(instance_id)s (state: "
348
"%(instance_state)s expected: %(expected_state)s)"
349
msgstr ""
350
351
#: ../nova/compute/manager.py:362
352
#, python-format
353
msgid "instance %(nm)s: injecting file to %(plain_path)s"
354
msgstr ""
355
356
#: ../nova/compute/manager.py:372
357
#, python-format
358
msgid "instance %s: rescuing"
359
msgstr ""
360
361
#: ../nova/compute/manager.py:387
362
#, python-format
363
msgid "instance %s: unrescuing"
364
msgstr ""
365
366
#: ../nova/compute/manager.py:406
367
#, python-format
368
msgid "instance %s: pausing"
369
msgstr ""
370
371
#: ../nova/compute/manager.py:423
372
#, python-format
373
msgid "instance %s: unpausing"
374
msgstr ""
375
376
#: ../nova/compute/manager.py:440
377
#, python-format
378
msgid "instance %s: retrieving diagnostics"
379
msgstr ""
380
381
#: ../nova/compute/manager.py:453
382
#, python-format
383
msgid "instance %s: suspending"
384
msgstr "虚拟机 %s:挂起"
385
386
#: ../nova/compute/manager.py:472
387
#, python-format
388
msgid "instance %s: resuming"
389
msgstr ""
390
391
#: ../nova/compute/manager.py:491
392
#, python-format
393
msgid "instance %s: locking"
394
msgstr ""
395
396
#: ../nova/compute/manager.py:503
397
#, python-format
398
msgid "instance %s: unlocking"
399
msgstr ""
400
401
#: ../nova/compute/manager.py:513
402
#, python-format
403
msgid "instance %s: getting locked state"
404
msgstr ""
405
406
#: ../nova/compute/manager.py:526
407
#, python-format
408
msgid "instance %s: reset network"
409
msgstr ""
410
411
#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515
412
#, python-format
413
msgid "Get console output for instance %s"
414
msgstr "获取虚拟机 %s 控制台输出"
415
416
#: ../nova/compute/manager.py:543
417
#, python-format
418
msgid "instance %s: getting ajax console"
419
msgstr "虚拟机 %s :获取ajax控制台"
420
421
#: ../nova/compute/manager.py:553
422
#, python-format
423
msgid ""
424
"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s"
425
msgstr ""
426
427
#. pylint: disable=W0702
428
#. NOTE(vish): The inline callback eats the exception info so we
429
#. log the traceback here and reraise the same
430
#. ecxception below.
431
#: ../nova/compute/manager.py:569
432
#, python-format
433
msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing"
434
msgstr ""
435
436
#: ../nova/compute/manager.py:585
437
#, python-format
438
msgid ""
439
"Detach volume %(volume_id)s from mountpoint %(mp)s on instance "
440
"%(instance_id)s"
441
msgstr ""
442
443
#: ../nova/compute/manager.py:588
444
#, python-format
445
msgid "Detaching volume from unknown instance %s"
446
msgstr ""
447
448
#: ../nova/scheduler/simple.py:53
449
#, python-format
450
msgid "Host %s is not alive"
451
msgstr ""
452
453
#: ../nova/scheduler/simple.py:65
454
msgid "All hosts have too many cores"
455
msgstr ""
456
457
#: ../nova/scheduler/simple.py:87
458
#, python-format
459
msgid "Host %s not available"
460
msgstr ""
461
462
#: ../nova/scheduler/simple.py:99
463
msgid "All hosts have too many gigabytes"
464
msgstr ""
465
466
#: ../nova/scheduler/simple.py:119
467
msgid "All hosts have too many networks"
468
msgstr ""
469
470
#: ../nova/volume/manager.py:85
471
#, python-format
472
msgid "Re-exporting %s volumes"
473
msgstr ""
474
475
#: ../nova/volume/manager.py:90
476
#, python-format
477
msgid "volume %s: skipping export"
478
msgstr ""
479
480
#: ../nova/volume/manager.py:96
481
#, python-format
482
msgid "volume %s: creating"
483
msgstr ""
484
485
#: ../nova/volume/manager.py:108
486
#, python-format
487
msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG"
488
msgstr ""
489
490
#: ../nova/volume/manager.py:112
491
#, python-format
492
msgid "volume %s: creating export"
493
msgstr ""
494
495
#: ../nova/volume/manager.py:123
496
#, python-format
497
msgid "volume %s: created successfully"
498
msgstr ""
499
500
#: ../nova/volume/manager.py:131
501
msgid "Volume is still attached"
502
msgstr ""
503
504
#: ../nova/volume/manager.py:133
505
msgid "Volume is not local to this node"
506
msgstr ""
507
508
#: ../nova/volume/manager.py:136
509
#, python-format
510
msgid "volume %s: removing export"
511
msgstr ""
512
513
#: ../nova/volume/manager.py:138
514
#, python-format
515
msgid "volume %s: deleting"
516
msgstr ""
517
518
#: ../nova/volume/manager.py:147
519
#, python-format
520
msgid "volume %s: deleted successfully"
521
msgstr ""
522
523
#: ../nova/virt/xenapi/fake.py:74
524
#, python-format
525
msgid "%(text)s: _db_content => %(content)s"
526
msgstr ""
527
528
#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404
529
#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478
530
msgid "Raising NotImplemented"
531
msgstr ""
532
533
#: ../nova/virt/xenapi/fake.py:306
534
#, python-format
535
msgid "xenapi.fake does not have an implementation for %s"
536
msgstr ""
537
538
#: ../nova/virt/xenapi/fake.py:341
539
#, python-format
540
msgid "Calling %(localname)s %(impl)s"
541
msgstr ""
542
543
#: ../nova/virt/xenapi/fake.py:346
544
#, python-format
545
msgid "Calling getter %s"
546
msgstr ""
547
548
#: ../nova/virt/xenapi/fake.py:406
549
#, python-format
550
msgid ""
551
"xenapi.fake does not have an implementation for %s or it has been called "
552
"with the wrong number of arguments"
553
msgstr ""
554
555
#: ../nova/tests/test_cloud.py:256
556
msgid "Can't test instances without a real virtual env."
557
msgstr ""
558
559
#: ../nova/tests/test_cloud.py:268
560
#, python-format
561
msgid "Need to watch instance %s until it's running..."
562
msgstr ""
563
564
#: ../nova/virt/connection.py:73
565
msgid "Failed to open connection to the hypervisor"
566
msgstr ""
567
568
#: ../nova/network/linux_net.py:187
569
#, python-format
570
msgid "Starting VLAN inteface %s"
571
msgstr ""
572
573
#: ../nova/network/linux_net.py:208
574
#, python-format
575
msgid "Starting Bridge interface for %s"
576
msgstr ""
577
578
#. pylint: disable=W0703
579
#: ../nova/network/linux_net.py:314
580
#, python-format
581
msgid "Hupping dnsmasq threw %s"
582
msgstr ""
583
584
#: ../nova/network/linux_net.py:316
585
#, python-format
586
msgid "Pid %d is stale, relaunching dnsmasq"
587
msgstr ""
588
589
#. pylint: disable=W0703
590
#: ../nova/network/linux_net.py:358
591
#, python-format
592
msgid "killing radvd threw %s"
593
msgstr ""
594
595
#: ../nova/network/linux_net.py:360
596
#, python-format
597
msgid "Pid %d is stale, relaunching radvd"
598
msgstr ""
599
600
#. pylint: disable=W0703
601
#: ../nova/network/linux_net.py:449
602
#, python-format
603
msgid "Killing dnsmasq threw %s"
604
msgstr ""
605
606
#: ../nova/utils.py:58
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
607
#, python-format
608
msgid "Inner Exception: %s"
609
msgstr "内层异常:%s"
610
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
611
#: ../nova/utils.py:59
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
612
#, python-format
613
msgid "Class %s cannot be found"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
614
msgstr "无法找到 %s 类"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
615
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
616
#: ../nova/utils.py:118
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
617
#, python-format
618
msgid "Fetching %s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
619
msgstr "正在抓取 %s"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
620
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
621
#: ../nova/utils.py:130
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
622
#, python-format
623
msgid "Running cmd (subprocess): %s"
624
msgstr "正在运行(在子进程中)运行命令:%s"
625
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
626
#: ../nova/utils.py:143 ../nova/utils.py:183
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
627
#, python-format
628
msgid "Result was %s"
629
msgstr "运行结果为 %s"
630
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
631
#: ../nova/utils.py:159
632
#, python-format
633
msgid "Running cmd (SSH): %s"
634
msgstr ""
635
636
#: ../nova/utils.py:217
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
637
#, python-format
638
msgid "debug in callback: %s"
639
msgstr "回调中debug:%s"
640
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
641
#: ../nova/utils.py:222
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
642
#, python-format
643
msgid "Running %s"
644
msgstr "正在运行 %s"
645
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
646
#: ../nova/utils.py:262
647
#, python-format
648
msgid "Link Local address is not found.:%s"
649
msgstr ""
650
651
#: ../nova/utils.py:265
652
#, python-format
653
msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s"
654
msgstr ""
655
656
#: ../nova/utils.py:363
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
657
#, python-format
658
msgid "Invalid backend: %s"
659
msgstr "无效的后台:%s"
660
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
661
#: ../nova/utils.py:374
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
662
#, python-format
663
msgid "backend %s"
664
msgstr "后台 %s"
665
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
666
#: ../nova/fakerabbit.py:49
667
#, python-format
668
msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s"
669
msgstr ""
670
671
#: ../nova/fakerabbit.py:54
672
#, python-format
673
msgid "Publishing to route %s"
674
msgstr "发布并路由到 %s"
675
676
#: ../nova/fakerabbit.py:84
677
#, python-format
678
msgid "Declaring queue %s"
679
msgstr "正在声明队列 %s"
680
681
#: ../nova/fakerabbit.py:90
682
#, python-format
683
msgid "Declaring exchange %s"
684
msgstr "正在声明交换(exchange) %s"
685
686
#: ../nova/fakerabbit.py:96
687
#, python-format
688
msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s"
689
msgstr ""
690
691
#: ../nova/fakerabbit.py:121
692
#, python-format
693
msgid "Getting from %(queue)s: %(message)s"
694
msgstr ""
695
696
#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171
697
#, python-format
698
msgid "Created VM %s..."
699
msgstr ""
700
701
#: ../nova/virt/xenapi/vm_utils.py:138
702
#, python-format
703
msgid "Created VM %(instance_name)s as %(vm_ref)s."
704
msgstr ""
705
706
#: ../nova/virt/xenapi/vm_utils.py:168
707
#, python-format
708
msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... "
709
msgstr ""
710
711
#: ../nova/virt/xenapi/vm_utils.py:171
712
#, python-format
713
msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s."
714
msgstr ""
715
716
#: ../nova/virt/xenapi/vm_utils.py:187
717
#, python-format
718
msgid "VBD not found in instance %s"
719
msgstr ""
720
721
#: ../nova/virt/xenapi/vm_utils.py:197
722
#, python-format
723
msgid "Unable to unplug VBD %s"
724
msgstr ""
725
726
#: ../nova/virt/xenapi/vm_utils.py:209
727
#, python-format
728
msgid "Unable to destroy VBD %s"
729
msgstr ""
730
731
#: ../nova/virt/xenapi/vm_utils.py:224
732
#, python-format
733
msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s."
734
msgstr ""
735
736
#: ../nova/virt/xenapi/vm_utils.py:227
737
#, python-format
738
msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s."
739
msgstr ""
740
741
#: ../nova/virt/xenapi/vm_utils.py:246
742
#, python-format
743
msgid ""
744
"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on "
745
"%(sr_ref)s."
746
msgstr ""
747
748
#. TODO(sirp): Add quiesce and VSS locking support when Windows support
749
#. is added
750
#: ../nova/virt/xenapi/vm_utils.py:258
751
#, python-format
752
msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..."
753
msgstr ""
754
755
#: ../nova/virt/xenapi/vm_utils.py:272
756
#, python-format
757
msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s."
758
msgstr ""
759
760
#: ../nova/virt/xenapi/vm_utils.py:286
761
#, python-format
762
msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s"
763
msgstr ""
764
765
#: ../nova/virt/xenapi/vm_utils.py:327
766
#, python-format
767
msgid "Size for image %(image)s:%(virtual_size)d"
768
msgstr ""
769
770
#: ../nova/virt/xenapi/vm_utils.py:332
771
#, python-format
772
msgid "Glance image %s"
773
msgstr ""
774
775
#. we need to invoke a plugin for copying VDI's
776
#. content into proper path
777
#: ../nova/virt/xenapi/vm_utils.py:342
778
#, python-format
779
msgid "Copying VDI %s to /boot/guest on dom0"
780
msgstr ""
781
782
#: ../nova/virt/xenapi/vm_utils.py:352
783
#, python-format
784
msgid "Kernel/Ramdisk VDI %s destroyed"
785
msgstr ""
786
787
#: ../nova/virt/xenapi/vm_utils.py:361
788
#, python-format
789
msgid "Asking xapi to fetch %(url)s as %(access)s"
790
msgstr ""
791
792
#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402
793
#, python-format
794
msgid "Looking up vdi %s for PV kernel"
795
msgstr ""
796
797
#: ../nova/virt/xenapi/vm_utils.py:397
798
#, python-format
799
msgid "PV Kernel in VDI:%s"
800
msgstr ""
801
802
#: ../nova/virt/xenapi/vm_utils.py:405
803
#, python-format
804
msgid "Running pygrub against %s"
805
msgstr ""
806
807
#: ../nova/virt/xenapi/vm_utils.py:411
808
#, python-format
809
msgid "Found Xen kernel %s"
810
msgstr ""
811
812
#: ../nova/virt/xenapi/vm_utils.py:413
813
msgid "No Xen kernel found.  Booting HVM."
814
msgstr ""
815
816
#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431
817
#, python-format
818
msgid "duplicate name found: %s"
819
msgstr ""
820
821
#: ../nova/virt/xenapi/vm_utils.py:442
822
#, python-format
823
msgid "VDI %s is still available"
824
msgstr ""
825
826
#: ../nova/virt/xenapi/vm_utils.py:463
827
#, python-format
828
msgid "(VM_UTILS) xenserver vm state -> |%s|"
829
msgstr ""
830
831
#: ../nova/virt/xenapi/vm_utils.py:465
832
#, python-format
833
msgid "(VM_UTILS) xenapi power_state -> |%s|"
834
msgstr ""
835
836
#: ../nova/virt/xenapi/vm_utils.py:525
837
#, python-format
838
msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s"
839
msgstr ""
840
841
#: ../nova/virt/xenapi/vm_utils.py:542
842
#, python-format
843
msgid "Re-scanning SR %s"
844
msgstr ""
845
846
#: ../nova/virt/xenapi/vm_utils.py:567
847
#, python-format
848
msgid ""
849
"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..."
850
msgstr ""
851
852
#: ../nova/virt/xenapi/vm_utils.py:574
853
#, python-format
854
msgid ""
855
"Parent %(parent_uuid)s doesn't match original parent "
856
"%(original_parent_uuid)s, waiting for coalesce..."
857
msgstr ""
858
859
#: ../nova/virt/xenapi/vm_utils.py:590
860
#, python-format
861
msgid "No VDIs found for VM %s"
862
msgstr ""
863
864
#: ../nova/virt/xenapi/vm_utils.py:594
865
#, python-format
866
msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s"
867
msgstr ""
868
869
#: ../nova/virt/xenapi/vm_utils.py:653
870
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188
871
#, python-format
872
msgid "Creating VBD for VDI %s ... "
873
msgstr ""
874
875
#: ../nova/virt/xenapi/vm_utils.py:655
876
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190
877
#, python-format
878
msgid "Creating VBD for VDI %s done."
879
msgstr ""
880
881
#: ../nova/virt/xenapi/vm_utils.py:657
882
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192
883
#, python-format
884
msgid "Plugging VBD %s ... "
885
msgstr ""
886
887
#: ../nova/virt/xenapi/vm_utils.py:659
888
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194
889
#, python-format
890
msgid "Plugging VBD %s done."
891
msgstr ""
892
893
#: ../nova/virt/xenapi/vm_utils.py:661
894
#, python-format
895
msgid "VBD %(vbd)s plugged as %(orig_dev)s"
896
msgstr ""
897
898
#: ../nova/virt/xenapi/vm_utils.py:664
899
#, python-format
900
msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s"
901
msgstr ""
902
903
#: ../nova/virt/xenapi/vm_utils.py:668
904
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197
905
#, python-format
906
msgid "Destroying VBD for VDI %s ... "
907
msgstr ""
908
909
#: ../nova/virt/xenapi/vm_utils.py:671
910
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200
911
#, python-format
912
msgid "Destroying VBD for VDI %s done."
913
msgstr ""
914
915
#: ../nova/virt/xenapi/vm_utils.py:683
916
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211
917
msgid "VBD.unplug successful first time."
918
msgstr ""
919
920
#: ../nova/virt/xenapi/vm_utils.py:688
921
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216
922
msgid "VBD.unplug rejected: retrying..."
923
msgstr ""
924
925
#: ../nova/virt/xenapi/vm_utils.py:692
926
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220
927
msgid "VBD.unplug successful eventually."
928
msgstr ""
929
930
#: ../nova/virt/xenapi/vm_utils.py:695
931
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223
932
#, python-format
933
msgid "Ignoring XenAPI.Failure in VBD.unplug: %s"
934
msgstr ""
935
936
#: ../nova/virt/xenapi/vm_utils.py:704
937
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66
938
#, python-format
939
msgid "Ignoring XenAPI.Failure %s"
940
msgstr ""
941
942
#: ../nova/virt/xenapi/vm_utils.py:735
943
#, python-format
944
msgid ""
945
"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..."
946
msgstr ""
947
948
#: ../nova/virt/xenapi/vm_utils.py:747
949
#, python-format
950
msgid "Writing partition table %s done."
951
msgstr ""
952
953
#: ../nova/tests/test_rpc.py:89
954
#, python-format
955
msgid "Nested received %(queue)s, %(value)s"
956
msgstr ""
957
958
#: ../nova/tests/test_rpc.py:95
959
#, python-format
960
msgid "Nested return %s"
961
msgstr ""
962
963
#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126
964
#, python-format
965
msgid "Received %s"
966
msgstr ""
967
968
#: ../nova/db/sqlalchemy/api.py:44
969
msgid "Use of empty request context is deprecated"
970
msgstr ""
971
972
#: ../nova/db/sqlalchemy/api.py:133
973
#, python-format
974
msgid "No service for id %s"
975
msgstr ""
976
977
#: ../nova/db/sqlalchemy/api.py:251
978
#, python-format
979
msgid "No service for %(host)s, %(binary)s"
980
msgstr ""
981
982
#: ../nova/db/sqlalchemy/api.py:592
983
msgid "No fixed ips defined"
984
msgstr ""
985
986
#: ../nova/db/sqlalchemy/api.py:608
987
#, python-format
988
msgid "No floating ip for address %s"
989
msgstr ""
990
991
#: ../nova/db/sqlalchemy/api.py:629
992
#, python-format
993
msgid "No address for instance %s"
994
msgstr ""
995
996
#: ../nova/db/sqlalchemy/api.py:961
997
#, python-format
998
msgid "no keypair for user %(user_id)s, name %(name)s"
999
msgstr ""
1000
1001
#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156
1002
#, python-format
1003
msgid "No network for id %s"
1004
msgstr ""
1005
1006
#: ../nova/db/sqlalchemy/api.py:1086
1007
msgid "No networks defined"
1008
msgstr ""
1009
1010
#: ../nova/db/sqlalchemy/api.py:1115
1011
#, python-format
1012
msgid "No network for bridge %s"
1013
msgstr ""
1014
1015
#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142
1016
#, python-format
1017
msgid "No network for instance %s"
1018
msgstr ""
1019
1020
#: ../nova/db/sqlalchemy/api.py:1277
1021
#, python-format
1022
msgid "Token %s does not exist"
1023
msgstr ""
1024
1025
#: ../nova/db/sqlalchemy/api.py:1302
1026
#, python-format
1027
msgid "No quota for project_id %s"
1028
msgstr ""
1029
1030
#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501
1031
#: ../nova/api/ec2/__init__.py:323
1032
#, python-format
1033
msgid "Volume %s not found"
1034
msgstr ""
1035
1036
#: ../nova/db/sqlalchemy/api.py:1514
1037
#, python-format
1038
msgid "No export device found for volume %s"
1039
msgstr ""
1040
1041
#: ../nova/db/sqlalchemy/api.py:1527
1042
#, python-format
1043
msgid "No target id found for volume %s"
1044
msgstr ""
1045
1046
#: ../nova/db/sqlalchemy/api.py:1572
1047
#, python-format
1048
msgid "No security group with id %s"
1049
msgstr ""
1050
1051
#: ../nova/db/sqlalchemy/api.py:1589
1052
#, python-format
1053
msgid "No security group named %(group_name)s for project: %(project_id)s"
1054
msgstr ""
1055
1056
#: ../nova/db/sqlalchemy/api.py:1682
1057
#, python-format
1058
msgid "No secuity group rule with id %s"
1059
msgstr ""
1060
1061
#: ../nova/db/sqlalchemy/api.py:1756
1062
#, python-format
1063
msgid "No user for id %s"
1064
msgstr ""
1065
1066
#: ../nova/db/sqlalchemy/api.py:1772
1067
#, python-format
1068
msgid "No user for access key %s"
1069
msgstr ""
1070
1071
#: ../nova/db/sqlalchemy/api.py:1834
1072
#, python-format
1073
msgid "No project with id %s"
1074
msgstr ""
1075
1076
#: ../nova/db/sqlalchemy/api.py:1979
1077
#, python-format
1078
msgid "No console pool with id %(pool_id)s"
1079
msgstr ""
1080
1081
#: ../nova/db/sqlalchemy/api.py:1996
1082
#, python-format
1083
msgid ""
1084
"No console pool of type %(console_type)s for compute host %(compute_host)s "
1085
"on proxy host %(host)s"
1086
msgstr ""
1087
1088
#: ../nova/db/sqlalchemy/api.py:2035
1089
#, python-format
1090
msgid "No console for instance %(instance_id)s in pool %(pool_id)s"
1091
msgstr ""
1092
1093
#: ../nova/db/sqlalchemy/api.py:2057
1094
#, python-format
1095
msgid "on instance %s"
1096
msgstr ""
1097
1098
#: ../nova/db/sqlalchemy/api.py:2058
1099
#, python-format
1100
msgid "No console with id %(console_id)s %(idesc)s"
1101
msgstr ""
1102
1103
#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097
1104
#, python-format
1105
msgid "No zone with id %(zone_id)s"
1106
msgstr ""
1107
1108
#: ../nova/virt/libvirt_conn.py:160
1109
#, python-format
1110
msgid "Checking state of %s"
1111
msgstr ""
1112
1113
#: ../nova/virt/libvirt_conn.py:165
1114
#, python-format
1115
msgid "Current state of %(name)s was %(state)s."
1116
msgstr ""
1117
1118
#: ../nova/virt/libvirt_conn.py:183
1119
#, python-format
1120
msgid "Connecting to libvirt: %s"
1121
msgstr ""
1122
1123
#: ../nova/virt/libvirt_conn.py:196
1124
msgid "Connection to libvirt broke"
1125
msgstr ""
1126
1127
#: ../nova/virt/libvirt_conn.py:258
1128
#, python-format
1129
msgid "instance %(instance_name)s: deleting instance files %(target)s"
1130
msgstr ""
1131
1132
#: ../nova/virt/libvirt_conn.py:283
1133
#, python-format
1134
msgid "Invalid device path %s"
1135
msgstr ""
1136
1137
#: ../nova/virt/libvirt_conn.py:313
1138
#, python-format
1139
msgid "No disk at %s"
1140
msgstr ""
1141
1142
#: ../nova/virt/libvirt_conn.py:320
1143
msgid "Instance snapshotting is not supported for libvirtat this time"
1144
msgstr ""
1145
1146
#: ../nova/virt/libvirt_conn.py:336
1147
#, python-format
1148
msgid "instance %s: rebooted"
1149
msgstr ""
1150
1151
#: ../nova/virt/libvirt_conn.py:339
1152
#, python-format
1153
msgid "_wait_for_reboot failed: %s"
1154
msgstr ""
1155
1156
#: ../nova/virt/libvirt_conn.py:382
1157
#, python-format
1158
msgid "instance %s: rescued"
1159
msgstr ""
1160
1161
#: ../nova/virt/libvirt_conn.py:385
1162
#, python-format
1163
msgid "_wait_for_rescue failed: %s"
1164
msgstr ""
1165
1166
#: ../nova/virt/libvirt_conn.py:411
1167
#, python-format
1168
msgid "instance %s: is running"
1169
msgstr ""
1170
1171
#: ../nova/virt/libvirt_conn.py:422
1172
#, python-format
1173
msgid "instance %s: booted"
1174
msgstr ""
1175
1176
#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186
1177
#, python-format
1178
msgid "instance %s: failed to boot"
1179
msgstr ""
1180
1181
#: ../nova/virt/libvirt_conn.py:436
1182
#, python-format
1183
msgid "virsh said: %r"
1184
msgstr ""
1185
1186
#: ../nova/virt/libvirt_conn.py:440
1187
msgid "cool, it's a device"
1188
msgstr ""
1189
1190
#: ../nova/virt/libvirt_conn.py:448
1191
#, python-format
1192
msgid "data: %(data)r, fpath: %(fpath)r"
1193
msgstr ""
1194
1195
#: ../nova/virt/libvirt_conn.py:456
1196
#, python-format
1197
msgid "Contents of file %(fpath)s: %(contents)r"
1198
msgstr ""
1199
1200
#: ../nova/virt/libvirt_conn.py:489
1201
msgid "Unable to find an open port"
1202
msgstr ""
1203
1204
#: ../nova/virt/libvirt_conn.py:563
1205
#, python-format
1206
msgid "instance %s: Creating image"
1207
msgstr ""
1208
1209
#: ../nova/virt/libvirt_conn.py:646
1210
#, python-format
1211
msgid "instance %(inst_name)s: injecting key into image %(img_id)s"
1212
msgstr ""
1213
1214
#: ../nova/virt/libvirt_conn.py:649
1215
#, python-format
1216
msgid "instance %(inst_name)s: injecting net into image %(img_id)s"
1217
msgstr ""
1218
1219
#. This could be a windows image, or a vmdk format disk
1220
#: ../nova/virt/libvirt_conn.py:657
1221
#, python-format
1222
msgid ""
1223
"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s "
1224
"(%(e)s)"
1225
msgstr ""
1226
1227
#. TODO(termie): cache?
1228
#: ../nova/virt/libvirt_conn.py:665
1229
#, python-format
1230
msgid "instance %s: starting toXML method"
1231
msgstr ""
1232
1233
#: ../nova/virt/libvirt_conn.py:732
1234
#, python-format
1235
msgid "instance %s: finished toXML method"
1236
msgstr ""
1237
1238
#: ../nova/virt/libvirt_conn.py:751
1239
msgid "diagnostics are not supported for libvirt"
1240
msgstr ""
1241
1242
#: ../nova/virt/libvirt_conn.py:1225
1243
#, python-format
1244
msgid "Attempted to unfilter instance %s which is not filtered"
1245
msgstr ""
1246
1247
#: ../nova/api/ec2/metadatarequesthandler.py:76
1248
#, python-format
1249
msgid "Failed to get metadata for ip: %s"
1250
msgstr ""
1251
1252
#: ../nova/auth/fakeldap.py:33
1253
msgid "Attempted to instantiate singleton"
1254
msgstr ""
1255
1256
#: ../nova/network/api.py:39
1257
#, python-format
1258
msgid "Quota exceeeded for %s, tried to allocate address"
1259
msgstr ""
1260
1261
#: ../nova/network/api.py:42
1262
msgid "Address quota exceeded. You cannot allocate any more addresses"
1263
msgstr ""
1264
1265
#: ../nova/tests/test_volume.py:162
1266
#, python-format
1267
msgid "Target %s allocated"
1268
msgstr ""
1269
1270
#: ../nova/virt/images.py:70
1271
#, python-format
1272
msgid "Finished retreving %(url)s -- placed in %(path)s"
1273
msgstr ""
1274
1275
#: ../nova/scheduler/driver.py:66
1276
msgid "Must implement a fallback schedule"
1277
msgstr ""
1278
1279
#: ../nova/console/manager.py:70
1280
msgid "Adding console"
1281
msgstr ""
1282
1283
#: ../nova/console/manager.py:90
1284
#, python-format
1285
msgid "Tried to remove non-existant console %(console_id)s."
1286
msgstr ""
1287
1288
#: ../nova/api/direct.py:149
1289
msgid "not available"
1290
msgstr ""
1291
1292
#: ../nova/api/ec2/cloud.py:62
1293
#, python-format
1294
msgid "The key_pair %s already exists"
1295
msgstr ""
1296
1297
#. TODO(vish): Do this with M2Crypto instead
1298
#: ../nova/api/ec2/cloud.py:118
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1299
#, python-format
1300
msgid "Generating root CA: %s"
629.1.9 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1301
msgstr "生成根证书: %s"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1302
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1303
#: ../nova/api/ec2/cloud.py:303
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1304
#, python-format
1305
msgid "Create key pair %s"
1306
msgstr "创建键值对 %s"
1307
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1308
#: ../nova/api/ec2/cloud.py:311
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1309
#, python-format
1310
msgid "Delete key pair %s"
629.1.11 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1311
msgstr "删除键值对 %s"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1312
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1313
#: ../nova/api/ec2/cloud.py:386
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1314
#, python-format
1315
msgid "%s is not a valid ipProtocol"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1316
msgstr "%s 是无效的IP协议"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1317
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1318
#: ../nova/api/ec2/cloud.py:390
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1319
msgid "Invalid port range"
629.1.11 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1320
msgstr "端口范围无效"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1321
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1322
#: ../nova/api/ec2/cloud.py:421
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1323
#, python-format
1324
msgid "Revoke security group ingress %s"
629.1.11 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1325
msgstr "撤销输入安全组 %s"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1326
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1327
#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459
1328
msgid "Not enough parameters to build a valid rule."
1329
msgstr ""
1330
1331
#: ../nova/api/ec2/cloud.py:443
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1332
msgid "No rule for the specified parameters."
629.1.11 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1333
msgstr "对给定的参数无特定规则。"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1334
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1335
#: ../nova/api/ec2/cloud.py:450
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1336
#, python-format
1337
msgid "Authorize security group ingress %s"
629.1.11 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1338
msgstr "验证输入安全组 %s"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1339
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1340
#: ../nova/api/ec2/cloud.py:464
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1341
#, python-format
1342
msgid "This rule already exists in group %s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1343
msgstr "这条规则已经存在安全组 %s 中。"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1344
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1345
#: ../nova/api/ec2/cloud.py:492
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1346
#, python-format
1347
msgid "Create Security Group %s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1348
msgstr "创建安全组 %s"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1349
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1350
#: ../nova/api/ec2/cloud.py:495
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1351
#, python-format
1352
msgid "group %s already exists"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1353
msgstr "安全组 %s 已经存在"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1354
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1355
#: ../nova/api/ec2/cloud.py:507
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1356
#, python-format
1357
msgid "Delete security group %s"
629.1.11 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1358
msgstr "删除安全组 %s"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1359
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1360
#: ../nova/api/ec2/cloud.py:584
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1361
#, python-format
1362
msgid "Create volume of %s GB"
1363
msgstr ""
1364
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1365
#: ../nova/api/ec2/cloud.py:612
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1366
#, python-format
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1367
msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1368
msgstr ""
1369
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1370
#: ../nova/api/ec2/cloud.py:629
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1371
#, python-format
1372
msgid "Detach volume %s"
1373
msgstr ""
1374
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1375
#: ../nova/api/ec2/cloud.py:761
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1376
msgid "Allocate address"
1377
msgstr ""
1378
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1379
#: ../nova/api/ec2/cloud.py:766
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1380
#, python-format
1381
msgid "Release address %s"
1382
msgstr ""
1383
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1384
#: ../nova/api/ec2/cloud.py:771
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1385
#, python-format
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1386
msgid "Associate address %(public_ip)s to instance %(instance_id)s"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1387
msgstr ""
1388
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1389
#: ../nova/api/ec2/cloud.py:780
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1390
#, python-format
1391
msgid "Disassociate address %s"
1392
msgstr ""
1393
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1394
#: ../nova/api/ec2/cloud.py:807
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1395
msgid "Going to start terminating instances"
1396
msgstr ""
1397
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1398
#: ../nova/api/ec2/cloud.py:815
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1399
#, python-format
1400
msgid "Reboot instance %r"
1401
msgstr ""
1402
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1403
#: ../nova/api/ec2/cloud.py:867
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1404
#, python-format
1405
msgid "De-registering image %s"
1406
msgstr ""
1407
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1408
#: ../nova/api/ec2/cloud.py:875
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1409
#, python-format
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1410
msgid "Registered image %(image_location)s with id %(image_id)s"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1411
msgstr ""
1412
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1413
#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1414
#, python-format
1415
msgid "attribute not supported: %s"
1416
msgstr ""
1417
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1418
#: ../nova/api/ec2/cloud.py:890
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1419
#, python-format
1420
msgid "invalid id: %s"
1421
msgstr ""
1422
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1423
#: ../nova/api/ec2/cloud.py:903
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1424
msgid "user or group not specified"
1425
msgstr ""
1426
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1427
#: ../nova/api/ec2/cloud.py:905
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1428
msgid "only group \"all\" is supported"
1429
msgstr ""
1430
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1431
#: ../nova/api/ec2/cloud.py:907
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1432
msgid "operation_type must be add or remove"
1433
msgstr ""
1434
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1435
#: ../nova/api/ec2/cloud.py:908
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1436
#, python-format
1437
msgid "Updating image %s publicity"
1438
msgstr ""
1439
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1440
#: ../bin/nova-api.py:52
1441
#, python-format
1442
msgid "Using paste.deploy config at: %s"
1443
msgstr ""
1444
1445
#: ../bin/nova-api.py:57
1446
#, python-format
1447
msgid "No paste configuration for app: %s"
1448
msgstr ""
1449
1450
#: ../bin/nova-api.py:59
1451
#, python-format
1452
msgid ""
1453
"App Config: %(api)s\n"
1454
"%(config)r"
1455
msgstr ""
1456
1457
#: ../bin/nova-api.py:64
1458
#, python-format
1459
msgid "Running %s API"
1460
msgstr ""
1461
1462
#: ../bin/nova-api.py:69
1463
#, python-format
1464
msgid "No known API applications configured in %s."
1465
msgstr ""
1466
1467
#: ../bin/nova-api.py:83
1468
#, python-format
1469
msgid "Starting nova-api node (version %s)"
1470
msgstr ""
1471
1472
#: ../bin/nova-api.py:89
1473
#, python-format
1474
msgid "No paste configuration found for: %s"
1475
msgstr ""
1476
1477
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84
1478
#, python-format
1479
msgid "Argument %(key)s value %(value)s is too short."
1480
msgstr ""
1481
1482
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89
1483
#, python-format
1484
msgid "Argument %(key)s value %(value)s contains invalid characters."
1485
msgstr ""
1486
1487
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94
1488
#, python-format
1489
msgid "Argument %(key)s value %(value)s starts with a hyphen."
1490
msgstr ""
1491
1492
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102
1493
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130
1494
#, python-format
1495
msgid "Argument %s is required."
1496
msgstr ""
1497
1498
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117
1499
#, python-format
1500
msgid ""
1501
"Argument %(key)s may not take value %(value)s. Valid values are ['true', "
1502
"'false']."
1503
msgstr ""
1504
1505
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163
1506
#, python-format
1507
msgid ""
1508
"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s."
1509
msgstr ""
1510
1511
#: ../nova/virt/xenapi/vmops.py:67
1512
#, python-format
1513
msgid "Attempted to create non-unique name %s"
1514
msgstr ""
1515
1516
#: ../nova/virt/xenapi/vmops.py:73
1517
#, python-format
1518
msgid "instance %(name)s: not enough free memory"
1519
msgstr ""
1520
1521
#: ../nova/virt/xenapi/vmops.py:148
1522
#, python-format
1523
msgid "Starting VM %s..."
1524
msgstr ""
1525
1526
#: ../nova/virt/xenapi/vmops.py:151
1527
#, python-format
1528
msgid "Spawning VM %(instance_name)s created %(vm_ref)s."
1529
msgstr ""
1530
1531
#: ../nova/virt/xenapi/vmops.py:162
1532
#, python-format
1533
msgid "Invalid value for onset_files: '%s'"
1534
msgstr ""
1535
1536
#: ../nova/virt/xenapi/vmops.py:167
1537
#, python-format
1538
msgid "Injecting file path: '%s'"
1539
msgstr ""
1540
1541
#: ../nova/virt/xenapi/vmops.py:180
1542
#, python-format
1543
msgid "Instance %s: booted"
1544
msgstr ""
1545
1546
#: ../nova/virt/xenapi/vmops.py:232
1547
#, python-format
1548
msgid "Instance not present %s"
1549
msgstr ""
1550
1551
#. TODO(sirp): Add quiesce and VSS locking support when Windows support
1552
#. is added
1553
#: ../nova/virt/xenapi/vmops.py:261
1554
#, python-format
1555
msgid "Starting snapshot for VM %s"
1556
msgstr ""
1557
1558
#: ../nova/virt/xenapi/vmops.py:269
1559
#, python-format
1560
msgid "Unable to Snapshot %(vm_ref)s: %(exc)s"
1561
msgstr ""
1562
1563
#: ../nova/virt/xenapi/vmops.py:280
1564
#, python-format
1565
msgid "Finished snapshot and upload for VM %s"
1566
msgstr ""
1567
1568
#: ../nova/virt/xenapi/vmops.py:356
1569
#, python-format
1570
msgid "VM %(vm)s already halted, skipping shutdown..."
1571
msgstr ""
1572
1573
#: ../nova/virt/xenapi/vmops.py:389
1574
msgid "Removing kernel/ramdisk files"
1575
msgstr ""
1576
1577
#: ../nova/virt/xenapi/vmops.py:399
1578
msgid "kernel/ramdisk files removed"
1579
msgstr ""
1580
1581
#: ../nova/virt/xenapi/vmops.py:561
1582
#, python-format
1583
msgid ""
1584
"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; "
1585
"args=%(strargs)s"
1586
msgstr ""
1587
1588
#: ../nova/virt/xenapi/vmops.py:564
1589
#, python-format
1590
msgid ""
1591
"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM "
1592
"id=%(instance_id)s; args=%(strargs)s"
1593
msgstr ""
1594
1595
#: ../nova/virt/xenapi/vmops.py:569
1596
#, python-format
1597
msgid ""
1598
"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; "
1599
"args=%(strargs)s"
1600
msgstr ""
1601
1602
#: ../nova/virt/xenapi/vmops.py:760
1603
#, python-format
1604
msgid "OpenSSL error: %s"
1605
msgstr ""
1606
1607
#: ../nova/tests/test_compute.py:148
1608
#, python-format
1609
msgid "Running instances: %s"
1610
msgstr ""
1611
1612
#: ../nova/tests/test_compute.py:154
1613
#, python-format
1614
msgid "After terminating instances: %s"
1615
msgstr ""
1616
1617
#: ../nova/cloudpipe/pipelib.py:45
1618
msgid "Template for script to run on cloudpipe instance boot"
1619
msgstr ""
1620
1621
#: ../nova/cloudpipe/pipelib.py:48
1622
msgid "Network to push into openvpn config"
1623
msgstr ""
1624
1625
#: ../nova/cloudpipe/pipelib.py:51
1626
msgid "Netmask to push into openvpn config"
1627
msgstr ""
1628
1629
#: ../nova/cloudpipe/pipelib.py:97
1630
#, python-format
1631
msgid "Launching VPN for %s"
1632
msgstr ""
1633
1634
#: ../nova/db/sqlalchemy/migration.py:35
1635
msgid "python-migrate is not installed. Exiting."
1636
msgstr ""
1637
1638
#: ../nova/image/s3.py:99
1639
#, python-format
1640
msgid "Image %s could not be found"
1641
msgstr ""
1642
1643
#: ../nova/api/ec2/__init__.py:121
1644
msgid "Too many failed authentications."
1645
msgstr "认证失败过多"
1646
1647
#: ../nova/api/ec2/__init__.py:131
1648
#, python-format
1649
msgid ""
1650
"Access key %(access_key)s has had %(failures)d failed authentications and "
1651
"will be locked out for %(lock_mins)d minutes."
1652
msgstr ""
1653
1654
#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140
1655
#, python-format
1656
msgid "Authentication Failure: %s"
1657
msgstr "认证失败:%s"
1658
1659
#: ../nova/api/ec2/__init__.py:182
1660
#, python-format
1661
msgid "Authenticated Request For %(uname)s:%(pname)s)"
1662
msgstr ""
1663
1664
#: ../nova/api/ec2/__init__.py:207
1665
#, python-format
1666
msgid "action: %s"
1667
msgstr "执行: %s"
1668
1669
#: ../nova/api/ec2/__init__.py:209
1670
#, python-format
1671
msgid "arg: %(key)s\t\tval: %(value)s"
1672
msgstr ""
1673
1674
#: ../nova/api/ec2/__init__.py:281
1675
#, python-format
1676
msgid ""
1677
"Unauthorized request for controller=%(controller)s and action=%(action)s"
1678
msgstr ""
1679
1680
#: ../nova/api/ec2/__init__.py:314
1681
#, python-format
1682
msgid "InstanceNotFound raised: %s"
1683
msgstr ""
1684
1685
#: ../nova/api/ec2/__init__.py:320
1686
#, python-format
1687
msgid "VolumeNotFound raised: %s"
1688
msgstr ""
1689
1690
#: ../nova/api/ec2/__init__.py:326
1691
#, python-format
1692
msgid "NotFound raised: %s"
1693
msgstr "引起没有找到的错误: %s"
1694
1695
#: ../nova/api/ec2/__init__.py:329
1696
#, python-format
1697
msgid "ApiError raised: %s"
1698
msgstr "引发了Api错误: %s"
1699
1700
#: ../nova/api/ec2/__init__.py:338
1701
#, python-format
1702
msgid "Unexpected error raised: %s"
1703
msgstr "引发了意外的错误:%s"
1704
1705
#: ../nova/api/ec2/__init__.py:343
1706
msgid "An unknown error has occurred. Please try your request again."
1707
msgstr "发生了一个未知的错误. 请重试你的请求."
1708
1709
#: ../nova/auth/dbdriver.py:84
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1710
#, python-format
1711
msgid "User %s already exists"
1712
msgstr ""
1713
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1714
#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1715
#, python-format
1716
msgid "Project can't be created because manager %s doesn't exist"
1717
msgstr ""
1718
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1719
#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243
1720
#, python-format
1721
msgid "Project can't be created because user %s doesn't exist"
1722
msgstr ""
1723
1724
#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1725
#, python-format
1726
msgid "Project can't be created because project %s already exists"
1727
msgstr ""
1728
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1729
#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1730
#, python-format
1731
msgid "Project can't be modified because manager %s doesn't exist"
1732
msgstr ""
1733
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1734
#: ../nova/auth/dbdriver.py:245
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1735
#, python-format
1736
msgid "User \"%s\" not found"
1737
msgstr ""
1738
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1739
#: ../nova/auth/dbdriver.py:248
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1740
#, python-format
1741
msgid "Project \"%s\" not found"
1742
msgstr ""
1743
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1744
#: ../nova/virt/xenapi_conn.py:129
1745
msgid ""
1746
"Must specify xenapi_connection_url, xenapi_connection_username (optionally), "
1747
"and xenapi_connection_password to use connection_type=xenapi"
1748
msgstr ""
1749
1750
#: ../nova/virt/xenapi_conn.py:311
1751
#, python-format
1752
msgid "Task [%(name)s] %(task)s status: success    %(result)s"
1753
msgstr ""
1754
1755
#: ../nova/virt/xenapi_conn.py:317
1756
#, python-format
1757
msgid "Task [%(name)s] %(task)s status: %(status)s    %(error_info)s"
1758
msgstr ""
1759
1760
#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344
1761
#, python-format
1762
msgid "Got exception: %s"
1763
msgstr ""
1764
1765
#: ../nova/volume/san.py:67
1766
#, python-format
1767
msgid "Could not find iSCSI export  for volume %s"
1768
msgstr ""
1769
1770
#: ../nova/api/ec2/apirequest.py:100
1771
#, python-format
1772
msgid ""
1773
"Unsupported API request: controller = %(controller)s, action = %(action)s"
1774
msgstr ""
1775
1776
#: ../nova/api/openstack/__init__.py:55
1777
#, python-format
1778
msgid "Caught error: %s"
1779
msgstr ""
1780
1781
#: ../nova/api/openstack/__init__.py:76
1782
msgid "Including admin operations in API."
1783
msgstr ""
1784
1785
#: ../nova/console/xvp.py:99
1786
msgid "Rebuilding xvp conf"
1787
msgstr ""
1788
1789
#: ../nova/console/xvp.py:116
1790
#, python-format
1791
msgid "Re-wrote %s"
1792
msgstr ""
1793
1794
#: ../nova/console/xvp.py:121
1795
msgid "Stopping xvp"
1796
msgstr ""
1797
1798
#: ../nova/console/xvp.py:134
1799
msgid "Starting xvp"
1800
msgstr ""
1801
1802
#: ../nova/console/xvp.py:141
1803
#, python-format
1804
msgid "Error starting xvp: %s"
1805
msgstr ""
1806
1807
#: ../nova/console/xvp.py:144
1808
msgid "Restarting xvp"
1809
msgstr ""
1810
1811
#: ../nova/console/xvp.py:146
1812
msgid "xvp not running..."
1813
msgstr ""
1814
1815
#: ../bin/nova-manage.py:272
1816
msgid ""
1817
"The above error may show that the database has not been created.\n"
1818
"Please create a database using nova-manage sync db before running this "
1819
"command."
1820
msgstr ""
1821
1822
#: ../bin/nova-manage.py:426
1823
msgid ""
1824
"No more networks available. If this is a new installation, you need\n"
1825
"to call something like this:\n"
1826
"\n"
1827
"    nova-manage network create 10.0.0.0/8 10 64\n"
1828
"\n"
1829
msgstr ""
1830
1831
#: ../bin/nova-manage.py:431
1832
msgid ""
1833
"The above error may show that the certificate db has not been created.\n"
1834
"Please create a database by running a nova-api server on this host."
1835
msgstr ""
1836
1837
#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536
1838
msgid "network"
1839
msgstr ""
1840
1841
#: ../bin/nova-manage.py:448
1842
msgid "IP address"
1843
msgstr ""
1844
1845
#: ../bin/nova-manage.py:449
1846
msgid "MAC address"
1847
msgstr ""
1848
1849
#: ../bin/nova-manage.py:450
1850
msgid "hostname"
1851
msgstr ""
1852
1853
#: ../bin/nova-manage.py:451
1854
msgid "host"
1855
msgstr ""
1856
1857
#: ../bin/nova-manage.py:537
1858
msgid "netmask"
1859
msgstr ""
1860
1861
#: ../bin/nova-manage.py:538
1862
msgid "start address"
1863
msgstr ""
1864
1865
#: ../nova/virt/disk.py:69
1866
#, python-format
1867
msgid "Failed to load partition: %s"
1868
msgstr ""
1869
1870
#: ../nova/virt/disk.py:91
1871
#, python-format
1872
msgid "Failed to mount filesystem: %s"
1873
msgstr ""
1874
1875
#: ../nova/virt/disk.py:124
1876
#, python-format
1877
msgid "nbd device %s did not show up"
1878
msgstr ""
1879
1880
#: ../nova/virt/disk.py:128
1881
#, python-format
1882
msgid "Could not attach image to loopback: %s"
1883
msgstr ""
1884
1885
#: ../nova/virt/disk.py:151
1886
msgid "No free nbd devices"
1887
msgstr ""
1888
1889
#: ../doc/ext/nova_todo.py:46
1890
#, python-format
1891
msgid "%(filename)s, line %(line_info)d"
1892
msgstr ""
1893
1894
#. FIXME(chiradeep): implement this
1895
#: ../nova/virt/hyperv.py:118
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1896
msgid "In init host"
1897
msgstr ""
1898
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1899
#: ../nova/virt/hyperv.py:131
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1900
#, python-format
1901
msgid "Attempt to create duplicate vm %s"
1902
msgstr ""
1903
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1904
#: ../nova/virt/hyperv.py:148
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1905
#, python-format
1906
msgid "Starting VM %s "
1907
msgstr ""
1908
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1909
#: ../nova/virt/hyperv.py:150
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1910
#, python-format
1911
msgid "Started VM %s "
1912
msgstr ""
1913
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1914
#: ../nova/virt/hyperv.py:152
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1915
#, python-format
1916
msgid "spawn vm failed: %s"
1917
msgstr ""
1918
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1919
#: ../nova/virt/hyperv.py:169
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1920
#, python-format
1921
msgid "Failed to create VM %s"
1922
msgstr ""
1923
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1924
#: ../nova/virt/hyperv.py:188
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1925
#, python-format
1926
msgid "Set memory for vm %s..."
1927
msgstr ""
1928
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1929
#: ../nova/virt/hyperv.py:198
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1930
#, python-format
1931
msgid "Set vcpus for vm %s..."
1932
msgstr ""
1933
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1934
#: ../nova/virt/hyperv.py:202
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1935
#, python-format
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1936
msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1937
msgstr ""
1938
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1939
#: ../nova/virt/hyperv.py:227
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1940
#, python-format
1941
msgid "Failed to add diskdrive to VM %s"
1942
msgstr ""
1943
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1944
#: ../nova/virt/hyperv.py:230
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1945
#, python-format
1946
msgid "New disk drive path is %s"
1947
msgstr ""
1948
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1949
#: ../nova/virt/hyperv.py:247
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1950
#, python-format
1951
msgid "Failed to add vhd file to VM %s"
1952
msgstr ""
1953
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1954
#: ../nova/virt/hyperv.py:249
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1955
#, python-format
1956
msgid "Created disk for %s"
1957
msgstr ""
1958
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1959
#: ../nova/virt/hyperv.py:253
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1960
#, python-format
1961
msgid "Creating nic for %s "
1962
msgstr ""
1963
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1964
#: ../nova/virt/hyperv.py:272
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1965
msgid "Failed creating a port on the external vswitch"
1966
msgstr ""
1967
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1968
#: ../nova/virt/hyperv.py:273
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1969
#, python-format
1970
msgid "Failed creating port for %s"
1971
msgstr ""
1972
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1973
#: ../nova/virt/hyperv.py:276
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1974
#, python-format
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1975
msgid "Created switch port %(vm_name)s on switch %(ext_path)s"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1976
msgstr ""
1977
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1978
#: ../nova/virt/hyperv.py:286
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1979
#, python-format
1980
msgid "Failed to add nic to VM %s"
1981
msgstr ""
1982
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1983
#: ../nova/virt/hyperv.py:288
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1984
#, python-format
1985
msgid "Created nic for %s "
1986
msgstr ""
1987
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1988
#: ../nova/virt/hyperv.py:321
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1989
#, python-format
1990
msgid "WMI job failed: %s"
1991
msgstr ""
1992
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1993
#: ../nova/virt/hyperv.py:325
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1994
#, python-format
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1995
msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s "
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1996
msgstr ""
1997
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
1998
#: ../nova/virt/hyperv.py:361
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
1999
#, python-format
2000
msgid "Got request to destroy vm %s"
2001
msgstr ""
2002
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2003
#: ../nova/virt/hyperv.py:386
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2004
#, python-format
2005
msgid "Failed to destroy vm %s"
2006
msgstr ""
2007
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2008
#: ../nova/virt/hyperv.py:393
2009
#, python-format
2010
msgid "Del: disk %(vhdfile)s vm %(instance_name)s"
2011
msgstr ""
2012
2013
#: ../nova/virt/hyperv.py:415
2014
#, python-format
2015
msgid ""
2016
"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, "
2017
"num_cpu=%(numprocs)s, cpu_time=%(uptime)s"
2018
msgstr ""
2019
2020
#: ../nova/virt/hyperv.py:451
2021
#, python-format
2022
msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s"
2023
msgstr ""
2024
2025
#: ../nova/virt/hyperv.py:454
2026
#, python-format
2027
msgid "Failed to change vm state of %(vm_name)s to %(req_state)s"
2028
msgstr ""
2029
2030
#: ../nova/compute/api.py:71
2031
#, python-format
2032
msgid "Instance %d was not found in get_network_topic"
2033
msgstr ""
2034
2035
#: ../nova/compute/api.py:77
2036
#, python-format
2037
msgid "Instance %d has no host"
2038
msgstr ""
2039
2040
#: ../nova/compute/api.py:97
2041
#, python-format
2042
msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances"
2043
msgstr ""
2044
2045
#: ../nova/compute/api.py:99
2046
#, python-format
2047
msgid ""
2048
"Instance quota exceeded. You can only run %s more instances of this type."
2049
msgstr ""
2050
2051
#: ../nova/compute/api.py:112
2052
msgid "Creating a raw instance"
2053
msgstr ""
2054
2055
#: ../nova/compute/api.py:160
2056
#, python-format
2057
msgid "Going to run %s instances..."
2058
msgstr ""
2059
2060
#: ../nova/compute/api.py:187
2061
#, python-format
2062
msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s"
2063
msgstr ""
2064
2065
#: ../nova/compute/api.py:292
2066
#, python-format
2067
msgid "Going to try to terminate %s"
2068
msgstr ""
2069
2070
#: ../nova/compute/api.py:296
2071
#, python-format
2072
msgid "Instance %d was not found during terminate"
2073
msgstr ""
2074
2075
#: ../nova/compute/api.py:301
2076
#, python-format
2077
msgid "Instance %d is already being terminated"
2078
msgstr ""
2079
2080
#: ../nova/compute/api.py:481
2081
#, python-format
2082
msgid "Invalid device specified: %s. Example device: /dev/vdb"
2083
msgstr ""
2084
2085
#: ../nova/compute/api.py:496
2086
msgid "Volume isn't attached to anything!"
2087
msgstr ""
2088
2089
#: ../nova/rpc.py:98
2090
#, python-format
2091
msgid ""
2092
"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in "
2093
"%(fl_intv)d seconds."
2094
msgstr ""
2095
2096
#: ../nova/rpc.py:103
2097
#, python-format
2098
msgid "Unable to connect to AMQP server after %d tries. Shutting down."
2099
msgstr "已尝试 %d 次,均无法连接到AMQP服务器。关闭中。"
2100
2101
#: ../nova/rpc.py:122
2102
msgid "Reconnected to queue"
2103
msgstr "重新与队列建立连接"
2104
2105
#: ../nova/rpc.py:129
2106
msgid "Failed to fetch message from queue"
2107
msgstr "从队列获取数据失败"
2108
2109
#: ../nova/rpc.py:159
2110
#, python-format
2111
msgid "Initing the Adapter Consumer for %s"
2112
msgstr ""
2113
2114
#: ../nova/rpc.py:178
2115
#, python-format
2116
msgid "received %s"
2117
msgstr "已接收 %s"
2118
2119
#. NOTE(vish): we may not want to ack here, but that means that bad
2120
#. messages stay in the queue indefinitely, so for now
2121
#. we just log the message and send an error string
2122
#. back to the caller
2123
#: ../nova/rpc.py:191
2124
#, python-format
2125
msgid "no method for message: %s"
2126
msgstr "没有适用于消息 %s 的方法"
2127
2128
#: ../nova/rpc.py:192
2129
#, python-format
2130
msgid "No method for message: %s"
2131
msgstr "没有适用于消息 %s 的方法"
2132
2133
#: ../nova/rpc.py:253
2134
#, python-format
2135
msgid "Returning exception %s to caller"
2136
msgstr "返回 %s 异常给调用者"
2137
2138
#: ../nova/rpc.py:294
2139
#, python-format
2140
msgid "unpacked context: %s"
2141
msgstr ""
2142
2143
#: ../nova/rpc.py:313
2144
msgid "Making asynchronous call..."
2145
msgstr "产生异步调用中……"
2146
2147
#: ../nova/rpc.py:316
2148
#, python-format
2149
msgid "MSG_ID is %s"
2150
msgstr "消息ID(MSG_ID)是 %s"
2151
2152
#: ../nova/rpc.py:354
2153
msgid "Making asynchronous cast..."
2154
msgstr ""
2155
2156
#: ../nova/rpc.py:364
2157
#, python-format
2158
msgid "response %s"
2159
msgstr "回复 %s"
2160
2161
#: ../nova/rpc.py:373
2162
#, python-format
2163
msgid "topic is %s"
2164
msgstr "话题是 %s"
2165
2166
#: ../nova/rpc.py:374
2167
#, python-format
2168
msgid "message %s"
2169
msgstr "消息 %s"
2170
2171
#: ../nova/volume/driver.py:78
2172
#, python-format
2173
msgid "Recovering from a failed execute.  Try number %s"
2174
msgstr ""
2175
2176
#: ../nova/volume/driver.py:87
2177
#, python-format
2178
msgid "volume group %s doesn't exist"
2179
msgstr ""
2180
2181
#: ../nova/volume/driver.py:220
2182
#, python-format
2183
msgid "FAKE AOE: %s"
2184
msgstr ""
2185
2186
#: ../nova/volume/driver.py:233
2187
msgid "Skipping ensure_export. No iscsi_target "
2188
msgstr ""
2189
2190
#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288
2191
msgid "Skipping remove_export. No iscsi_target "
2192
msgstr ""
2193
2194
#: ../nova/volume/driver.py:347
2195
#, python-format
2196
msgid "FAKE ISCSI: %s"
2197
msgstr ""
2198
2199
#: ../nova/volume/driver.py:359
2200
#, python-format
2201
msgid "rbd has no pool %s"
2202
msgstr ""
2203
2204
#: ../nova/volume/driver.py:414
2205
#, python-format
2206
msgid "Sheepdog is not working: %s"
2207
msgstr ""
2208
2209
#: ../nova/volume/driver.py:416
2210
msgid "Sheepdog is not working"
2211
msgstr ""
2212
2213
#: ../nova/wsgi.py:68
2214
#, python-format
2215
msgid "Starting %(arg0)s on %(host)s:%(port)s"
2216
msgstr ""
2217
2218
#: ../nova/wsgi.py:147
2219
msgid "You must implement __call__"
2220
msgstr ""
2221
2222
#: ../bin/nova-dhcpbridge.py:58
2223
msgid "leasing ip"
2224
msgstr ""
2225
2226
#: ../bin/nova-dhcpbridge.py:73
2227
msgid "Adopted old lease or got a change of mac/hostname"
2228
msgstr ""
2229
2230
#: ../bin/nova-dhcpbridge.py:80
2231
msgid "releasing ip"
2232
msgstr ""
2233
2234
#: ../bin/nova-dhcpbridge.py:123
2235
#, python-format
2236
msgid ""
2237
"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s "
2238
"on interface %(interface)s"
2239
msgstr ""
2240
2241
#: ../nova/virt/fake.py:239
2242
#, python-format
2243
msgid "Instance %s Not Found"
2244
msgstr ""
2245
2246
#: ../nova/network/manager.py:153
2247
#, python-format
2248
msgid "Dissassociated %s stale fixed ip(s)"
2249
msgstr ""
2250
2251
#: ../nova/network/manager.py:157
2252
msgid "setting network host"
2253
msgstr ""
2254
2255
#: ../nova/network/manager.py:212
2256
#, python-format
2257
msgid "Leasing IP %s"
2258
msgstr ""
2259
2260
#: ../nova/network/manager.py:216
2261
#, python-format
2262
msgid "IP %s leased that isn't associated"
2263
msgstr ""
2264
2265
#: ../nova/network/manager.py:220
2266
#, python-format
2267
msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s"
2268
msgstr ""
2269
2270
#: ../nova/network/manager.py:228
2271
#, python-format
2272
msgid "IP %s leased that was already deallocated"
2273
msgstr ""
2274
2275
#: ../nova/network/manager.py:233
2276
#, python-format
2277
msgid "Releasing IP %s"
2278
msgstr ""
2279
2280
#: ../nova/network/manager.py:237
2281
#, python-format
2282
msgid "IP %s released that isn't associated"
2283
msgstr ""
2284
2285
#: ../nova/network/manager.py:241
2286
#, python-format
2287
msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s"
2288
msgstr ""
2289
2290
#: ../nova/network/manager.py:244
2291
#, python-format
2292
msgid "IP %s released that was not leased"
2293
msgstr ""
2294
2295
#: ../nova/network/manager.py:519
2296
msgid ""
2297
"The sum between the number of networks and the vlan start cannot be greater "
2298
"than 4094"
2299
msgstr ""
2300
2301
#: ../nova/virt/xenapi/volume_utils.py:57
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2302
#, python-format
2303
msgid "Introducing %s..."
2304
msgstr ""
2305
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2306
#: ../nova/virt/xenapi/volume_utils.py:74
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2307
#, python-format
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2308
msgid "Introduced %(label)s as %(sr_ref)s."
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2309
msgstr ""
2310
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2311
#: ../nova/virt/xenapi/volume_utils.py:78
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2312
msgid "Unable to create Storage Repository"
2313
msgstr ""
2314
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2315
#: ../nova/virt/xenapi/volume_utils.py:90
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2316
#, python-format
2317
msgid "Unable to find SR from VBD %s"
2318
msgstr ""
2319
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2320
#: ../nova/virt/xenapi/volume_utils.py:96
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2321
#, python-format
2322
msgid "Forgetting SR %s ... "
2323
msgstr ""
2324
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2325
#: ../nova/virt/xenapi/volume_utils.py:101
2326
#, python-format
2327
msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s"
2328
msgstr ""
2329
2330
#: ../nova/virt/xenapi/volume_utils.py:107
2331
#, python-format
2332
msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s"
2333
msgstr ""
2334
2335
#: ../nova/virt/xenapi/volume_utils.py:111
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2336
#, python-format
2337
msgid "Forgetting SR %s done."
2338
msgstr ""
2339
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2340
#: ../nova/virt/xenapi/volume_utils.py:113
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2341
#, python-format
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2342
msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2343
msgstr ""
2344
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2345
#: ../nova/virt/xenapi/volume_utils.py:123
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2346
#, python-format
2347
msgid "Unable to introduce VDI on SR %s"
2348
msgstr ""
2349
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2350
#: ../nova/virt/xenapi/volume_utils.py:128
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2351
#, python-format
2352
msgid "Unable to get record of VDI %s on"
2353
msgstr ""
2354
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2355
#: ../nova/virt/xenapi/volume_utils.py:146
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2356
#, python-format
2357
msgid "Unable to introduce VDI for SR %s"
2358
msgstr ""
2359
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2360
#: ../nova/virt/xenapi/volume_utils.py:175
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2361
#, python-format
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2362
msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s"
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2363
msgstr ""
2364
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2365
#: ../nova/virt/xenapi/volume_utils.py:197
629.1.1 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2366
#, python-format
2367
msgid "Mountpoint cannot be translated: %s"
2368
msgstr ""
2369
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2370
#: ../nova/objectstore/image.py:262
2371
#, python-format
2372
msgid "Failed to decrypt private key: %s"
2373
msgstr ""
2374
2375
#: ../nova/objectstore/image.py:269
2376
#, python-format
2377
msgid "Failed to decrypt initialization vector: %s"
2378
msgstr ""
2379
2380
#: ../nova/objectstore/image.py:277
2381
#, python-format
2382
msgid "Failed to decrypt image file %(image_file)s: %(err)s"
2383
msgstr ""
2384
2385
#: ../nova/objectstore/handler.py:106
2386
#, python-format
2387
msgid "Unknown S3 value type %r"
2388
msgstr ""
2389
2390
#: ../nova/objectstore/handler.py:137
2391
msgid "Authenticated request"
2392
msgstr ""
2393
2394
#: ../nova/objectstore/handler.py:182
2395
msgid "List of buckets requested"
2396
msgstr ""
2397
2398
#: ../nova/objectstore/handler.py:209
2399
#, python-format
2400
msgid "List keys for bucket %s"
2401
msgstr ""
2402
2403
#: ../nova/objectstore/handler.py:217
2404
#, python-format
2405
msgid "Unauthorized attempt to access bucket %s"
2406
msgstr ""
2407
2408
#: ../nova/objectstore/handler.py:235
2409
#, python-format
2410
msgid "Creating bucket %s"
2411
msgstr ""
2412
2413
#: ../nova/objectstore/handler.py:245
2414
#, python-format
2415
msgid "Deleting bucket %s"
2416
msgstr ""
2417
2418
#: ../nova/objectstore/handler.py:249
2419
#, python-format
2420
msgid "Unauthorized attempt to delete bucket %s"
2421
msgstr ""
2422
2423
#: ../nova/objectstore/handler.py:273
2424
#, python-format
2425
msgid "Getting object: %(bname)s / %(nm)s"
2426
msgstr ""
2427
2428
#: ../nova/objectstore/handler.py:276
2429
#, python-format
2430
msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s"
2431
msgstr ""
2432
2433
#: ../nova/objectstore/handler.py:296
2434
#, python-format
2435
msgid "Putting object: %(bname)s / %(nm)s"
2436
msgstr ""
2437
2438
#: ../nova/objectstore/handler.py:299
2439
#, python-format
2440
msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s"
2441
msgstr ""
2442
2443
#: ../nova/objectstore/handler.py:318
2444
#, python-format
2445
msgid "Deleting object: %(bname)s / %(nm)s"
2446
msgstr ""
2447
2448
#: ../nova/objectstore/handler.py:322
2449
#, python-format
2450
msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s"
2451
msgstr ""
2452
2453
#: ../nova/objectstore/handler.py:396
2454
#, python-format
2455
msgid "Not authorized to upload image: invalid directory %s"
2456
msgstr ""
2457
2458
#: ../nova/objectstore/handler.py:404
2459
#, python-format
2460
msgid "Not authorized to upload image: unauthorized bucket %s"
2461
msgstr ""
2462
2463
#: ../nova/objectstore/handler.py:409
2464
#, python-format
2465
msgid "Starting image upload: %s"
2466
msgstr ""
2467
2468
#: ../nova/objectstore/handler.py:423
2469
#, python-format
2470
msgid "Not authorized to update attributes of image %s"
2471
msgstr ""
2472
2473
#: ../nova/objectstore/handler.py:431
2474
#, python-format
2475
msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r"
2476
msgstr ""
2477
2478
#. other attributes imply update
2479
#: ../nova/objectstore/handler.py:436
2480
#, python-format
2481
msgid "Updating user fields on image %s"
2482
msgstr ""
2483
2484
#: ../nova/objectstore/handler.py:450
2485
#, python-format
2486
msgid "Unauthorized attempt to delete image %s"
2487
msgstr ""
2488
2489
#: ../nova/objectstore/handler.py:455
2490
#, python-format
2491
msgid "Deleted image: %s"
2492
msgstr ""
2493
2494
#: ../nova/auth/manager.py:259
2495
#, python-format
2496
msgid "Looking up user: %r"
2497
msgstr ""
2498
2499
#: ../nova/auth/manager.py:263
2500
#, python-format
2501
msgid "Failed authorization for access key %s"
2502
msgstr ""
2503
2504
#: ../nova/auth/manager.py:264
2505
#, python-format
2506
msgid "No user found for access key %s"
2507
msgstr ""
2508
2509
#: ../nova/auth/manager.py:270
2510
#, python-format
2511
msgid "Using project name = user name (%s)"
2512
msgstr ""
2513
2514
#: ../nova/auth/manager.py:277
2515
#, python-format
2516
msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)"
2517
msgstr ""
2518
2519
#: ../nova/auth/manager.py:279
2520
#, python-format
2521
msgid "No project called %s could be found"
2522
msgstr ""
2523
2524
#: ../nova/auth/manager.py:287
2525
#, python-format
2526
msgid ""
2527
"Failed authorization: user %(uname)s not admin and not member of project "
2528
"%(pjname)s"
2529
msgstr ""
2530
2531
#: ../nova/auth/manager.py:289
2532
#, python-format
2533
msgid "User %(uid)s is not a member of project %(pjid)s"
2534
msgstr ""
2535
2536
#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309
2537
#, python-format
2538
msgid "Invalid signature for user %s"
2539
msgstr ""
2540
2541
#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310
2542
msgid "Signature does not match"
2543
msgstr ""
2544
2545
#: ../nova/auth/manager.py:380
2546
msgid "Must specify project"
2547
msgstr ""
2548
2549
#: ../nova/auth/manager.py:414
2550
#, python-format
2551
msgid "The %s role can not be found"
2552
msgstr ""
2553
2554
#: ../nova/auth/manager.py:416
2555
#, python-format
2556
msgid "The %s role is global only"
2557
msgstr ""
2558
2559
#: ../nova/auth/manager.py:420
2560
#, python-format
2561
msgid "Adding role %(role)s to user %(uid)s in project %(pid)s"
2562
msgstr ""
2563
2564
#: ../nova/auth/manager.py:423
2565
#, python-format
2566
msgid "Adding sitewide role %(role)s to user %(uid)s"
2567
msgstr ""
2568
2569
#: ../nova/auth/manager.py:448
2570
#, python-format
2571
msgid "Removing role %(role)s from user %(uid)s on project %(pid)s"
2572
msgstr ""
2573
2574
#: ../nova/auth/manager.py:451
2575
#, python-format
2576
msgid "Removing sitewide role %(role)s from user %(uid)s"
2577
msgstr ""
2578
2579
#: ../nova/auth/manager.py:515
2580
#, python-format
2581
msgid "Created project %(name)s with manager %(manager_user)s"
2582
msgstr ""
2583
2584
#: ../nova/auth/manager.py:533
2585
#, python-format
2586
msgid "modifying project %s"
2587
msgstr ""
2588
2589
#: ../nova/auth/manager.py:545
2590
#, python-format
2591
msgid "Adding user %(uid)s to project %(pid)s"
2592
msgstr ""
2593
2594
#: ../nova/auth/manager.py:566
2595
#, python-format
2596
msgid "Remove user %(uid)s from project %(pid)s"
2597
msgstr ""
2598
2599
#: ../nova/auth/manager.py:592
2600
#, python-format
2601
msgid "Deleting project %s"
2602
msgstr "删除项目 %s"
2603
2604
#: ../nova/auth/manager.py:650
2605
#, python-format
2606
msgid "Created user %(rvname)s (admin: %(rvadmin)r)"
2607
msgstr ""
2608
2609
#: ../nova/auth/manager.py:659
2610
#, python-format
2611
msgid "Deleting user %s"
2612
msgstr "删除用户 %s"
2613
2614
#: ../nova/auth/manager.py:669
2615
#, python-format
2616
msgid "Access Key change for user %s"
2617
msgstr ""
2618
2619
#: ../nova/auth/manager.py:671
2620
#, python-format
2621
msgid "Secret Key change for user %s"
2622
msgstr ""
2623
2624
#: ../nova/auth/manager.py:673
2625
#, python-format
2626
msgid "Admin status set to %(admin)r for user %(uid)s"
2627
msgstr ""
2628
2629
#: ../nova/auth/manager.py:722
2630
#, python-format
2631
msgid "No vpn data for project %s"
2632
msgstr "没有 %s 项目的vpn数据"
2633
2634
#: ../nova/service.py:161
2635
#, python-format
2636
msgid "Starting %(topic)s node (version %(vcs_string)s)"
2637
msgstr ""
2638
2639
#: ../nova/service.py:174
2640
msgid "Service killed that has no database entry"
2641
msgstr "因无数据库记录,服务已被中止"
2642
2643
#: ../nova/service.py:195
2644
msgid "The service database object disappeared, Recreating it."
2645
msgstr ""
2646
2647
#: ../nova/service.py:207
2648
msgid "Recovered model server connection!"
2649
msgstr "与模型服务器(model server)的连接已恢复!"
2650
2651
#: ../nova/service.py:213
2652
msgid "model server went away"
2653
msgstr "失去与模型服务器的连接"
2654
2655
#: ../nova/auth/ldapdriver.py:174
2656
#, python-format
2657
msgid "LDAP user %s already exists"
2658
msgstr "LDAP 用户 %s 已存在"
2659
2660
#: ../nova/auth/ldapdriver.py:205
2661
#, python-format
2662
msgid "LDAP object for %s doesn't exist"
2663
msgstr ""
2664
2665
#: ../nova/auth/ldapdriver.py:348
2666
#, python-format
2667
msgid "User %s doesn't exist"
2668
msgstr "用户 %s 不存在"
2669
2670
#: ../nova/auth/ldapdriver.py:472
2671
#, python-format
2672
msgid "Group can't be created because group %s already exists"
662.647.7 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2673
msgstr "组不能被创建,因为组 %s 已经存在"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2674
2675
#: ../nova/auth/ldapdriver.py:478
2676
#, python-format
2677
msgid "Group can't be created because user %s doesn't exist"
662.647.7 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2678
msgstr "组不能被创建,因为用户 %s 不存在"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2679
2680
#: ../nova/auth/ldapdriver.py:495
2681
#, python-format
2682
msgid "User %s can't be searched in group because the user doesn't exist"
2683
msgstr ""
2684
2685
#: ../nova/auth/ldapdriver.py:507
2686
#, python-format
2687
msgid "User %s can't be added to the group because the user doesn't exist"
2688
msgstr ""
2689
2690
#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521
2691
#, python-format
2692
msgid "The group at dn %s doesn't exist"
662.647.7 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2693
msgstr "识别名为 %s 的组不存在"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2694
2695
#: ../nova/auth/ldapdriver.py:513
2696
#, python-format
2697
msgid "User %(uid)s is already a member of the group %(group_dn)s"
662.647.7 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2698
msgstr "用户 %(uid)s 已经是 组 %(group_dn)s 中的成员"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2699
2700
#: ../nova/auth/ldapdriver.py:524
2701
#, python-format
2702
msgid ""
2703
"User %s can't be removed from the group because the user doesn't exist"
662.647.7 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2704
msgstr "用户 %s 不能从组中删除,因为这个用户不存在"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2705
2706
#: ../nova/auth/ldapdriver.py:528
2707
#, python-format
2708
msgid "User %s is not a member of the group"
662.647.7 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2709
msgstr "用户 %s 不是这个组的成员"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2710
2711
#: ../nova/auth/ldapdriver.py:542
2712
#, python-format
2713
msgid ""
2714
"Attempted to remove the last member of a group. Deleting the group at %s "
2715
"instead."
662.647.7 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2716
msgstr "尝试删除组中最后一个成员,用删除组 %s 来代替。"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2717
2718
#: ../nova/auth/ldapdriver.py:549
2719
#, python-format
2720
msgid "User %s can't be removed from all because the user doesn't exist"
662.647.7 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2721
msgstr "用户 %s 不能从系统中删除,因为这个用户不存在"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2722
2723
#: ../nova/auth/ldapdriver.py:564
2724
#, python-format
2725
msgid "Group at dn %s doesn't exist"
662.647.7 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2726
msgstr "可识别名为 %s 的组不存在"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2727
2728
#: ../nova/virt/xenapi/network_utils.py:40
2729
#, python-format
2730
msgid "Found non-unique network for bridge %s"
662.647.7 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2731
msgstr "发现网桥 %s 的网络不唯一"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2732
2733
#: ../nova/virt/xenapi/network_utils.py:43
2734
#, python-format
2735
msgid "Found no network for bridge %s"
662.647.7 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2736
msgstr "发现网桥 %s 没有网络"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2737
2738
#: ../nova/api/ec2/admin.py:97
2739
#, python-format
2740
msgid "Creating new user: %s"
2741
msgstr "创建新用户: %s"
2742
2743
#: ../nova/api/ec2/admin.py:105
2744
#, python-format
2745
msgid "Deleting user: %s"
2746
msgstr "删除用户: %s"
2747
2748
#: ../nova/api/ec2/admin.py:127
2749
#, python-format
2750
msgid "Adding role %(role)s to user %(user)s for project %(project)s"
662.647.7 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2751
msgstr "添加角色 %(role)s 给项目 %(project)s 中的用户 %(user)s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2752
2753
#: ../nova/api/ec2/admin.py:131
2754
#, python-format
2755
msgid "Adding sitewide role %(role)s to user %(user)s"
662.647.7 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2756
msgstr "给用户 %(user)s 添加站点角色 %(role)s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2757
2758
#: ../nova/api/ec2/admin.py:137
2759
#, python-format
2760
msgid "Removing role %(role)s from user %(user)s for project %(project)s"
662.647.7 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2761
msgstr "删除项目 %(project)s中用户 %(user)s的角色 %(role)s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2762
2763
#: ../nova/api/ec2/admin.py:141
2764
#, python-format
2765
msgid "Removing sitewide role %(role)s from user %(user)s"
662.647.7 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2766
msgstr "删除用户 %(user)s 的站点角色 %(role)s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2767
2768
#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223
2769
msgid "operation must be add or remove"
2770
msgstr "操作必须为添加或删除"
2771
2772
#: ../nova/api/ec2/admin.py:159
2773
#, python-format
2774
msgid "Getting x509 for user: %(name)s on project: %(project)s"
662.647.7 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2775
msgstr "获得用户: %(name)s 在项目 :%(project)s中的x509"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2776
2777
#: ../nova/api/ec2/admin.py:177
2778
#, python-format
2779
msgid "Create project %(name)s managed by %(manager_user)s"
662.647.7 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2780
msgstr "创建被%(manager_user)s 管理的项目 %(name)s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2781
2782
#: ../nova/api/ec2/admin.py:190
2783
#, python-format
2784
msgid "Modify project: %(name)s managed by %(manager_user)s"
662.647.7 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2785
msgstr "更改被 %(manager_user)s 管理的项目: %(name)s"
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2786
2787
#: ../nova/api/ec2/admin.py:200
2788
#, python-format
2789
msgid "Delete project: %s"
662.647.7 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2790
msgstr ""
662.279.1 by Thierry Carrez
Import from lp:~nova-core/nova/translations
2791
2792
#: ../nova/api/ec2/admin.py:214
2793
#, python-format
2794
msgid "Adding user %(user)s to project %(project)s"
2795
msgstr "添加用户 %(user)s 到项目 %(project)s 中"
2796
2797
#: ../nova/api/ec2/admin.py:218
2798
#, python-format
2799
msgid "Removing user %(user)s from project %(project)s"
2800
msgstr "从项目 %(project)s 中移除用户 %(user)s"
2801
662.647.6 by Launchpad Translations on behalf of nova-core
Launchpad automatic translations update.
2802
#~ msgid "Full set of FLAGS:"
2803
#~ msgstr "FLAGS全集:"
2804
2805
#~ msgid "No such process"
2806
#~ msgstr "没有该进程"
2807
2808
#, python-format
2809
#~ msgid "Serving %s"
2810
#~ msgstr "正在为 %s 服务"
2811
2812
#, python-format
2813
#~ msgid "pidfile %s does not exist. Daemon not running?\n"
2814
#~ msgstr "pidfile %s 不存在,守护进程是否运行?\n"
2815
2816
#~ msgid "Wrong number of arguments."
2817
#~ msgstr "错误参数个数。"