~0x44/nova/bug838466

« back to all changes in this revision

Viewing changes to po/pt_BR.po

  • Committer: Eric Day
  • Date: 2010-10-21 18:49:51 UTC
  • mto: This revision was merged to the branch mainline in revision 377.
  • Revision ID: eday@oddments.org-20101021184951-x0vs3s8y7mc0aeyy
PEP8 and pylint cleanup. There should be no functional changes here, just style changes to get violations down.

Show diffs side-by-side

added added

removed removed

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