foreman_discovery 15.0.0 → 15.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/models/discovery_attribute_set.rb +0 -1
- data/app/models/host/discovered.rb +1 -2
- data/app/services/foreman_discovery/import_hooks/discovery_attribute.rb +9 -2
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.edit.po +81 -170
- data/locale/ca/foreman_discovery.po +1 -1
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +79 -169
- data/locale/de/foreman_discovery.po +1 -1
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +12 -12
- data/locale/en/foreman_discovery.po +1 -1
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +81 -170
- data/locale/en_GB/foreman_discovery.po +1 -1
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +81 -170
- data/locale/es/foreman_discovery.po +1 -1
- data/locale/foreman_discovery.pot +13 -13
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +79 -169
- data/locale/fr/foreman_discovery.po +1 -1
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +81 -170
- data/locale/gl/foreman_discovery.po +1 -1
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +81 -170
- data/locale/it/foreman_discovery.po +1 -1
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +83 -170
- data/locale/ja/foreman_discovery.po +1 -1
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +81 -169
- data/locale/ko/foreman_discovery.po +1 -1
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +81 -170
- data/locale/pt_BR/foreman_discovery.po +1 -1
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +84 -171
- data/locale/ru/foreman_discovery.po +1 -1
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +81 -170
- data/locale/sv_SE/foreman_discovery.po +1 -1
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +83 -170
- data/locale/zh_CN/foreman_discovery.po +1 -1
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +83 -170
- data/locale/zh_TW/foreman_discovery.po +1 -1
- data/test/functional/discovered_hosts_controller_test.rb +1 -1
- data/test/unit/discovery_attribute_set_test.rb +12 -8
- data/test/unit/managed_extensions_test.rb +2 -2
- metadata +29 -34
- data/test/facts/asswweb061.json +0 -2967
- data/test/facts/qemu_noip.json +0 -2
Binary file
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the foreman_discovery package.
|
4
|
-
#
|
4
|
+
#
|
5
5
|
# Translators:
|
6
6
|
# Dominic Cleal <dominic@cleal.org>, 2014
|
7
7
|
# Junior Alvim <alvin@intechne.com.br>, 2014
|
@@ -10,12 +10,13 @@
|
|
10
10
|
# Valeria S Silva <valeriassilva@live.com>, 2015
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: foreman_discovery
|
13
|
+
"Project-Id-Version: foreman_discovery 15.0.0\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
|
-
"POT-Creation-Date: 2019-
|
15
|
+
"POT-Creation-Date: 2019-07-23 17:13+0200\n"
|
16
16
|
"PO-Revision-Date: 2019-04-18 19:36+0000\n"
|
17
17
|
"Last-Translator: Lukáš Zapletal\n"
|
18
|
-
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/
|
18
|
+
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/l"
|
19
|
+
"anguage/pt_BR/)\n"
|
19
20
|
"MIME-Version: 1.0\n"
|
20
21
|
"Content-Type: text/plain; charset=UTF-8\n"
|
21
22
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -26,23 +27,19 @@ msgstr ""
|
|
26
27
|
msgid "List all discovered hosts"
|
27
28
|
msgstr "Listar todos os hosts descobertos"
|
28
29
|
|
29
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
30
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
30
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
31
31
|
msgid "filter results"
|
32
32
|
msgstr "filtrar resultados"
|
33
33
|
|
34
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
35
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
34
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
36
35
|
msgid "sort results"
|
37
36
|
msgstr "ordenar resultados"
|
38
37
|
|
39
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
40
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
38
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
41
39
|
msgid "paginate results"
|
42
40
|
msgstr "paginar resultados"
|
43
41
|
|
44
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
|
45
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
42
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
46
43
|
msgid "number of entries per request"
|
47
44
|
msgstr "número de entradas por requisições"
|
48
45
|
|
@@ -50,8 +47,7 @@ msgstr "número de entradas por requisições"
|
|
50
47
|
msgid "Show a discovered host"
|
51
48
|
msgstr "Exibir um host descoberto"
|
52
49
|
|
53
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
|
54
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
|
50
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
|
55
51
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
56
52
|
msgstr "Opção do nome de arquivo DHCP (Grub2 ou PXELinux por padrão)"
|
57
53
|
|
@@ -72,14 +68,11 @@ msgid "not required if it's a virtual machine"
|
|
72
68
|
msgstr "não é obrigatório se for uma máquina virtual"
|
73
69
|
|
74
70
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
|
75
|
-
msgid ""
|
76
|
-
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
71
|
+
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
77
72
|
msgstr "UUID a rastrear o status de tarefas de orquestração, GET /api/orchestration/:UUID/tasks"
|
78
73
|
|
79
74
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
|
80
|
-
msgid ""
|
81
|
-
"required if value is not inherited from host group or default password in "
|
82
|
-
"settings"
|
75
|
+
msgid "required if value is not inherited from host group or default password in settings"
|
83
76
|
msgstr "obrigatório se o valor não for herdado do grupo de hosts ou da senha padrão nas configurações"
|
84
77
|
|
85
78
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
|
@@ -91,18 +84,14 @@ msgid "Upload facts for a host, creating the host if required"
|
|
91
84
|
msgstr "Enviar fatos para um host, criando o host se necessário"
|
92
85
|
|
93
86
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
|
94
|
-
msgid ""
|
95
|
-
"hash containing facts for the host with minimum set of facts: "
|
96
|
-
"discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
|
97
|
-
"eth0 (example in case primary interface is named eth0)"
|
87
|
+
msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
|
98
88
|
msgstr "fatos com hashes pra o host com conjunto mínimo de fatos: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (exemplo caso a interface primária tenha como nome eth0)"
|
99
89
|
|
100
90
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
|
101
91
|
msgid "Execute rules against a discovered host"
|
102
92
|
msgstr "Executar regras em relação a um host descoberto"
|
103
93
|
|
104
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
|
105
|
-
#: ../app/controllers/discovered_hosts_controller.rb:159
|
94
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:159
|
106
95
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
107
96
|
msgstr "Host %{host} foi provisionado com a regra %{rule}"
|
108
97
|
|
@@ -110,8 +99,7 @@ msgstr "Host %{host} foi provisionado com a regra %{rule}"
|
|
110
99
|
msgid "Unable to provision %{host}: %{errors}"
|
111
100
|
msgstr "Não foi possível provisionar %{host}: %{errors}"
|
112
101
|
|
113
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
|
114
|
-
#: ../app/controllers/discovered_hosts_controller.rb:166
|
102
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:166
|
115
103
|
msgid "No rule found for host %s"
|
116
104
|
msgstr "Nenhuma regra encontrada para o host %s"
|
117
105
|
|
@@ -119,13 +107,11 @@ msgstr "Nenhuma regra encontrada para o host %s"
|
|
119
107
|
msgid "Execute rules against all currently discovered hosts"
|
120
108
|
msgstr "Executar regras em relação a todos os hosts descobertos atualmente"
|
121
109
|
|
122
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
|
123
|
-
#: ../app/controllers/discovered_hosts_controller.rb:172
|
110
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:172
|
124
111
|
msgid "Errors during auto provisioning: %s"
|
125
112
|
msgstr "Erros durante o provisionamento automático: %s"
|
126
113
|
|
127
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
|
128
|
-
#: ../app/controllers/discovered_hosts_controller.rb:175
|
114
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:175
|
129
115
|
msgid "No discovered hosts to provision"
|
130
116
|
msgstr "Nenhum host descoberto para provisionamento"
|
131
117
|
|
@@ -145,8 +131,7 @@ msgstr "Reinicializando um host descoberto"
|
|
145
131
|
msgid "Rebooting all discovered hosts"
|
146
132
|
msgstr "Reinicializando todos os hosts descobertos"
|
147
133
|
|
148
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
|
149
|
-
#: ../app/controllers/discovered_hosts_controller.rb:128
|
134
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:128
|
150
135
|
msgid "Discovered hosts are rebooting now"
|
151
136
|
msgstr "Hosts descobertos estão reinicializando agora"
|
152
137
|
|
@@ -171,8 +156,7 @@ msgid "the hostgroup that is used to auto provision a host"
|
|
171
156
|
msgstr "o grupo de hosts que é usado para provisionar um host automático"
|
172
157
|
|
173
158
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:35
|
174
|
-
msgid ""
|
175
|
-
"defines a pattern to assign human-readable hostnames to the matching hosts"
|
159
|
+
msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
|
176
160
|
msgstr "define um padrão para atribuir nomes de hosts legíveis aos hosts correspondentes"
|
177
161
|
|
178
162
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:36
|
@@ -180,8 +164,7 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
|
|
180
164
|
msgstr "habilita para limitar a quantidade máxima de hosts provisionados por regra"
|
181
165
|
|
182
166
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:37
|
183
|
-
msgid ""
|
184
|
-
"puts the rules in order, low numbers go first. Must be greater then zero"
|
167
|
+
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
185
168
|
msgstr "coloca as regras em ordem, números menores primeiro. Deve ser maior que zero"
|
186
169
|
|
187
170
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:38
|
@@ -332,21 +315,15 @@ msgstr "Regra desabilitada"
|
|
332
315
|
msgid "%s ago"
|
333
316
|
msgstr "%s atrás"
|
334
317
|
|
335
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14
|
336
|
-
#: ../app/helpers/discovered_hosts_helper.rb:29
|
337
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
|
318
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
|
338
319
|
msgid "Auto Provision"
|
339
320
|
msgstr "Provisionamento automático"
|
340
321
|
|
341
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15
|
342
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
|
322
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
|
343
323
|
msgid "Refresh facts"
|
344
324
|
msgstr "Atualizar fatos"
|
345
325
|
|
346
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16
|
347
|
-
#: ../app/helpers/discovered_hosts_helper.rb:30
|
348
|
-
#: ../app/models/setting/discovered.rb:26
|
349
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
326
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
|
350
327
|
msgid "Reboot"
|
351
328
|
msgstr "Reiniciar"
|
352
329
|
|
@@ -354,13 +331,11 @@ msgstr "Reiniciar"
|
|
354
331
|
msgid "Back"
|
355
332
|
msgstr "Voltar"
|
356
333
|
|
357
|
-
#: ../app/helpers/discovered_hosts_helper.rb:21
|
358
|
-
#: ../app/helpers/discovered_hosts_helper.rb:35
|
334
|
+
#: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
|
359
335
|
msgid "Select Action"
|
360
336
|
msgstr "Selecionar Ação"
|
361
337
|
|
362
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23
|
363
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
|
338
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
364
339
|
msgid "Delete %s?"
|
365
340
|
msgstr "Remover %s?"
|
366
341
|
|
@@ -380,8 +355,7 @@ msgstr "Remover"
|
|
380
355
|
msgid "%s - The following hosts are about to be changed"
|
381
356
|
msgstr "%s - Os hosts a seguir devem ser modificados em breve"
|
382
357
|
|
383
|
-
#: ../app/helpers/discovered_hosts_helper.rb:46
|
384
|
-
#: ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
358
|
+
#: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
385
359
|
msgid "N/A"
|
386
360
|
msgstr "N/A"
|
387
361
|
|
@@ -401,12 +375,7 @@ msgstr "Relatado nos últimos sete dias"
|
|
401
375
|
msgid "Provision"
|
402
376
|
msgstr "Configuração"
|
403
377
|
|
404
|
-
#: ../app/helpers/discovery_rules_helper.rb:26
|
405
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
|
406
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:1
|
407
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:6
|
408
|
-
#: ../lib/foreman_discovery/engine.rb:158
|
409
|
-
#: ../lib/foreman_discovery/engine.rb:173
|
378
|
+
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:158 ../lib/foreman_discovery/engine.rb:173
|
410
379
|
msgid "Discovered Hosts"
|
411
380
|
msgstr "Hosts descobertos"
|
412
381
|
|
@@ -455,65 +424,58 @@ msgid "must be present."
|
|
455
424
|
msgstr "deve estar presente."
|
456
425
|
|
457
426
|
#: ../app/models/discovery_rule.rb:52
|
458
|
-
msgid ""
|
459
|
-
"Host group
|
460
|
-
msgid_plural ""
|
461
|
-
"Host group organizations %s must also be associated to the discovery rule"
|
427
|
+
msgid "Host group organization %s must also be associated to the discovery rule"
|
428
|
+
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
462
429
|
msgstr[0] ""
|
463
430
|
msgstr[1] ""
|
464
431
|
|
465
432
|
#: ../app/models/discovery_rule.rb:56
|
466
433
|
msgid "Host group location %s must also be associated to the discovery rule"
|
467
|
-
msgid_plural ""
|
468
|
-
"Host group locations %s must also be associated to the discovery rule"
|
434
|
+
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
469
435
|
msgstr[0] ""
|
470
436
|
msgstr[1] ""
|
471
437
|
|
472
|
-
#: ../app/models/host/discovered.rb:
|
438
|
+
#: ../app/models/host/discovered.rb:40
|
473
439
|
msgid "Fact + prefix"
|
474
440
|
msgstr "Fato + prefixo"
|
475
441
|
|
476
|
-
#: ../app/models/host/discovered.rb:
|
442
|
+
#: ../app/models/host/discovered.rb:41
|
477
443
|
msgid "Random name"
|
478
444
|
msgstr "Nome aleatório"
|
479
445
|
|
480
|
-
#: ../app/models/host/discovered.rb:
|
446
|
+
#: ../app/models/host/discovered.rb:42
|
481
447
|
msgid "MAC-based name"
|
482
448
|
msgstr "Nome baseado em MAC"
|
483
449
|
|
484
|
-
#: ../app/models/host/discovered.rb:
|
450
|
+
#: ../app/models/host/discovered.rb:51
|
485
451
|
msgid "Invalid facts, must be a Hash"
|
486
452
|
msgstr "Fatos inválidos, deve ser um hash"
|
487
453
|
|
488
|
-
#: ../app/models/host/discovered.rb:
|
489
|
-
msgid ""
|
490
|
-
"Expected discovery_fact '%s' is missing, unable to detect primary interface "
|
491
|
-
"and set hostname"
|
454
|
+
#: ../app/models/host/discovered.rb:56
|
455
|
+
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
492
456
|
msgstr "'%s' discovery_fact esperado está ausente, não é possível detectar a interface primária e definir o nome do host"
|
493
457
|
|
494
|
-
#: ../app/models/host/discovered.rb:
|
495
|
-
msgid ""
|
496
|
-
"Invalid facts: hash does not contain a valid value for any of the facts in "
|
497
|
-
"the discovery_hostname setting: %s"
|
458
|
+
#: ../app/models/host/discovered.rb:69
|
459
|
+
msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
|
498
460
|
msgstr "Fatos inválidos: o hash não contém um valor válido para nenhum dos fatos na configuração discovery_hostname: %s"
|
499
461
|
|
500
|
-
#: ../app/models/host/discovered.rb:
|
462
|
+
#: ../app/models/host/discovered.rb:95
|
501
463
|
msgid "Facts could not be imported"
|
502
464
|
msgstr "Fatos não podem ser importados"
|
503
465
|
|
504
|
-
#: ../app/models/host/discovered.rb:
|
466
|
+
#: ../app/models/host/discovered.rb:150
|
505
467
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
506
468
|
msgstr "Não foi possível obter fatos do proxy %{url}: %{error}"
|
507
469
|
|
508
|
-
#: ../app/models/host/discovered.rb:
|
470
|
+
#: ../app/models/host/discovered.rb:158
|
509
471
|
msgid "Unable to reboot %{name} via %{url}: %{msg}"
|
510
472
|
msgstr "Não foi possível reinicializar %{name} por %{url}: %{msg}"
|
511
473
|
|
512
|
-
#: ../app/models/host/discovered.rb:
|
474
|
+
#: ../app/models/host/discovered.rb:166
|
513
475
|
msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
|
514
476
|
msgstr "Não foi possível executar kexec no %{name} por %{url}: %{msg}"
|
515
477
|
|
516
|
-
#: ../app/models/host/discovered.rb:
|
478
|
+
#: ../app/models/host/discovered.rb:185
|
517
479
|
msgid "Invalid hostname: Could not normalize the hostname"
|
518
480
|
msgstr "Nome de host inválido: não foi possível normalizar o nome do host"
|
519
481
|
|
@@ -529,11 +491,11 @@ msgstr "Reinicializando %s"
|
|
529
491
|
msgid "Kexec template not associated with operating system"
|
530
492
|
msgstr "Modelo kexec não associado ao sistema operacional"
|
531
493
|
|
532
|
-
#: ../app/models/host/managed_extensions.rb:
|
494
|
+
#: ../app/models/host/managed_extensions.rb:49
|
533
495
|
msgid "Kernel kexec URL is invalid: '%s'"
|
534
496
|
msgstr "URL do kexec do kernel é inválido: '%s'"
|
535
497
|
|
536
|
-
#: ../app/models/host/managed_extensions.rb:
|
498
|
+
#: ../app/models/host/managed_extensions.rb:50
|
537
499
|
msgid "Init RAM kexec URL is invalid: '%s'"
|
538
500
|
msgstr "URL do kexec do RAM inicial é inválido: '%s'"
|
539
501
|
|
@@ -566,9 +528,7 @@ msgid "Interface fact"
|
|
566
528
|
msgstr "Fato da interface"
|
567
529
|
|
568
530
|
#: ../app/models/setting/discovered.rb:22
|
569
|
-
msgid ""
|
570
|
-
"Automatic bond interface (if another interface is detected on the same VLAN "
|
571
|
-
"via LLDP)"
|
531
|
+
msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
|
572
532
|
msgstr "Interface de vínculo automático (se outra interface for detectada na mesma VLAN via LLDP)"
|
573
533
|
|
574
534
|
#: ../app/models/setting/discovered.rb:22
|
@@ -592,9 +552,7 @@ msgid "Hostname facts"
|
|
592
552
|
msgstr "Fatos do nome do host"
|
593
553
|
|
594
554
|
#: ../app/models/setting/discovered.rb:25
|
595
|
-
msgid ""
|
596
|
-
"Automatically provision newly discovered hosts, according to the "
|
597
|
-
"provisioning rules"
|
555
|
+
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
598
556
|
msgstr "Provisionar automaticamente novos hosts descobertos de acordo com as regras de provisionamento"
|
599
557
|
|
600
558
|
#: ../app/models/setting/discovered.rb:25
|
@@ -670,9 +628,7 @@ msgid "IPMI facts"
|
|
670
628
|
msgstr "Fatos IPMI"
|
671
629
|
|
672
630
|
#: ../app/models/setting/discovered.rb:35
|
673
|
-
msgid ""
|
674
|
-
"Automatically generate PXE configuration to pin a newly discovered host to "
|
675
|
-
"discovery"
|
631
|
+
msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
|
676
632
|
msgstr "Gerar configuração PXE automaticamente para fixar um host novo descoberto para o Discovery"
|
677
633
|
|
678
634
|
#: ../app/models/setting/discovered.rb:35
|
@@ -712,9 +668,7 @@ msgid "Force DNS"
|
|
712
668
|
msgstr "Forçar DNS"
|
713
669
|
|
714
670
|
#: ../app/models/setting/discovered.rb:40
|
715
|
-
msgid ""
|
716
|
-
"Do not allow to discover existing managed host matching MAC of a "
|
717
|
-
"provisioning NIC (errors out early)"
|
671
|
+
msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
|
718
672
|
msgstr "Não permitir descobrir MAC correspondente de host gerenciado existente de uma NIC de provisionamento (apresenta erros cedo)"
|
719
673
|
|
720
674
|
#: ../app/models/setting/discovered.rb:40
|
@@ -738,9 +692,7 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
|
|
738
692
|
msgstr "O host '%{host}' descoberto tem todas as NICs filtradas. Filtro: %{filter}"
|
739
693
|
|
740
694
|
#: ../app/services/foreman_discovery/fact_parser.rb:12
|
741
|
-
msgid ""
|
742
|
-
"Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
|
743
|
-
"%{filter}"
|
695
|
+
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
744
696
|
msgstr "Não foi possível encontrar a NIC primária com o %{mac} especificado via '%{fact}'. Filtro da NIC: %{filter}"
|
745
697
|
|
746
698
|
#: ../app/services/foreman_discovery/node_api/node_resource.rb:75
|
@@ -759,25 +711,15 @@ msgstr "Nenhum host descoberto disponível"
|
|
759
711
|
msgid "Host"
|
760
712
|
msgstr "Host"
|
761
713
|
|
762
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
|
763
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
|
764
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
|
765
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:18
|
766
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
714
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
767
715
|
msgid "Model"
|
768
716
|
msgstr "Modelo"
|
769
717
|
|
770
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
|
771
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
|
772
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:20
|
773
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
718
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
774
719
|
msgid "CPUs"
|
775
720
|
msgstr "CPUs"
|
776
721
|
|
777
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
|
778
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
|
779
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:21
|
780
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
722
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
781
723
|
msgid "Memory"
|
782
724
|
msgstr "Memória"
|
783
725
|
|
@@ -789,67 +731,59 @@ msgstr "Personalizar host"
|
|
789
731
|
msgid "Create Host"
|
790
732
|
msgstr "Criar host"
|
791
733
|
|
792
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
734
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
|
793
735
|
msgid "Select all items in this page"
|
794
736
|
msgstr "Selecionar todos os itens desta página"
|
795
737
|
|
796
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
738
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
|
797
739
|
msgid "items selected. Uncheck to Clear"
|
798
740
|
msgstr "itens selecionados. Desselecione para Limpar"
|
799
741
|
|
800
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
801
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
|
802
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:17
|
803
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
742
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
804
743
|
msgid "Name"
|
805
744
|
msgstr "Nome"
|
806
745
|
|
807
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
808
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:19
|
809
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
746
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
810
747
|
msgid "IP Address"
|
811
748
|
msgstr "Endereço IP"
|
812
749
|
|
813
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
750
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
|
814
751
|
msgid "Disk Count"
|
815
752
|
msgstr "Contagem de discos"
|
816
753
|
|
817
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
754
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
818
755
|
msgid "Disks Size"
|
819
756
|
msgstr "Tamanho dos discos"
|
820
757
|
|
821
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
822
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
758
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
823
759
|
msgid "Location"
|
824
760
|
msgstr "Local"
|
825
761
|
|
826
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
827
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
762
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
828
763
|
msgid "Organization"
|
829
764
|
msgstr "Organização"
|
830
765
|
|
831
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
766
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
|
832
767
|
msgid "Subnet"
|
833
768
|
msgstr "Subrede"
|
834
769
|
|
835
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
770
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
|
836
771
|
msgid "Last Facts Upload"
|
837
772
|
msgstr "Carregamento dos últimos fatos"
|
838
773
|
|
839
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
840
|
-
#: ../app/views/discovery_rules/index.html.erb:12
|
774
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
|
841
775
|
msgid "Actions"
|
842
776
|
msgstr "Ações"
|
843
777
|
|
844
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
778
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:51
|
845
779
|
msgid "Please Confirm"
|
846
780
|
msgstr "Por favor confirme"
|
847
781
|
|
848
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
782
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:57
|
849
783
|
msgid "Cancel"
|
850
784
|
msgstr "Cancelar"
|
851
785
|
|
852
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
786
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:58
|
853
787
|
msgid "Submit"
|
854
788
|
msgstr "Submeter"
|
855
789
|
|
@@ -858,9 +792,7 @@ msgid "Provision %s"
|
|
858
792
|
msgstr "Provisionar %s"
|
859
793
|
|
860
794
|
#: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
|
861
|
-
msgid ""
|
862
|
-
"This might take a while, as all hosts, facts and reports will be destroyed "
|
863
|
-
"as well"
|
795
|
+
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
864
796
|
msgstr "Isto pode demorar um pouco, pois todos os hosts, fatos e relatórios também serão destruídos"
|
865
797
|
|
866
798
|
#: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
|
@@ -904,9 +836,7 @@ msgid "No discovered hosts found in this context."
|
|
904
836
|
msgstr "Nenhum host descoberto encontrado neste contexto."
|
905
837
|
|
906
838
|
#: ../app/views/discovered_hosts/welcome.html.erb:8
|
907
|
-
msgid ""
|
908
|
-
"This page shows discovered bare-metal or virtual nodes waiting to be "
|
909
|
-
"provisioned."
|
839
|
+
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
910
840
|
msgstr "Esta página mostra nós bare-metal ou virtuais aguardando o provisionamento."
|
911
841
|
|
912
842
|
#: ../app/views/discovered_hosts/welcome.html.erb:9
|
@@ -921,23 +851,19 @@ msgstr "Relatório de resumo dos hosts descobertos pelo Foreman"
|
|
921
851
|
msgid "<b>Foreman</b> Discovered hosts summary"
|
922
852
|
msgstr "Resumo dos hosts descobertos pelo <b>Foreman</b>"
|
923
853
|
|
924
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10
|
925
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
854
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
926
855
|
msgid "Summary from %{time} ago to %{now}"
|
927
856
|
msgstr "Resumo de %{time} atrás até %{now}"
|
928
857
|
|
929
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11
|
930
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
858
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
931
859
|
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
932
860
|
msgstr "Hosts descobertos pelo servidor do Foreman em %{foreman_url}"
|
933
861
|
|
934
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22
|
935
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
862
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
936
863
|
msgid "Disk count"
|
937
864
|
msgstr "Contagem de Disco"
|
938
865
|
|
939
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23
|
940
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
866
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
941
867
|
msgid "Disks size"
|
942
868
|
msgstr "Tamanho do disco"
|
943
869
|
|
@@ -986,41 +912,30 @@ msgid "Rule priority (lower integer means higher priority)"
|
|
986
912
|
msgstr "Prioridades de regras (inteiro menor significa prioridade mais alta)"
|
987
913
|
|
988
914
|
#: ../app/views/discovery_rules/_template_inline.erb:2
|
989
|
-
msgid ""
|
990
|
-
"Specify target hostname template pattern in the same syntax as in "
|
991
|
-
"Provisioning Templates (ERB)."
|
915
|
+
msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
992
916
|
msgstr "Especificar padrão do modelo do nome de host de destino na mesma sintaxe dos modelos de provisionamento (ERB)."
|
993
917
|
|
994
918
|
#: ../app/views/discovery_rules/_template_inline.erb:4
|
995
|
-
msgid ""
|
996
|
-
"Domain will be appended automatically. A hostname based on MAC address will "
|
997
|
-
"be used when left blank."
|
919
|
+
msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
|
998
920
|
msgstr "O domínio será anexado automaticamente. Um nome de host baseado no endereço MAC será usado quando deixado em branco."
|
999
921
|
|
1000
922
|
#: ../app/views/discovery_rules/_template_inline.erb:5
|
1001
|
-
msgid ""
|
1002
|
-
"In addition to @host attribute function rand for random integers is "
|
1003
|
-
"available. Examples:"
|
923
|
+
msgid "In addition to @host attribute function rand for random integers is available. Examples:"
|
1004
924
|
msgstr "Além do atributo @host, a função rand para inteiros aleatórios está disponível. Exemplos:"
|
1005
925
|
|
1006
926
|
#: ../app/views/discovery_rules/_template_inline.erb:8
|
1007
|
-
msgid ""
|
1008
|
-
"When creating hostname patterns, make sure the resulting host names are "
|
1009
|
-
"unique."
|
927
|
+
msgid "When creating hostname patterns, make sure the resulting host names are unique."
|
1010
928
|
msgstr "Ao criar padrões de nome de host, garanta que os nomes de host resultantes sejam exclusivos"
|
1011
929
|
|
1012
930
|
#: ../app/views/discovery_rules/_template_inline.erb:9
|
1013
|
-
msgid ""
|
1014
|
-
"Hostnames must not start with numbers. A good approach is to use unique "
|
1015
|
-
"information provided by facter (MAC address, BIOS or serial ID)."
|
931
|
+
msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
1016
932
|
msgstr "Os nomes de host não devem iniciar com números. Uma boa abordagem é usar informações exclusivas fornecidas pelo Facter (endereço MAC, BIOS ou ID de série)."
|
1017
933
|
|
1018
934
|
#: ../app/views/discovery_rules/edit.html.erb:1
|
1019
935
|
msgid "Edit %s"
|
1020
936
|
msgstr "Editar %s"
|
1021
937
|
|
1022
|
-
#: ../app/views/discovery_rules/index.html.erb:1
|
1023
|
-
#: ../lib/foreman_discovery/engine.rb:163
|
938
|
+
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
|
1024
939
|
msgid "Discovery Rules"
|
1025
940
|
msgstr "Regras do Discovery"
|
1026
941
|
|
@@ -1085,13 +1000,9 @@ msgid "Discovery Proxy"
|
|
1085
1000
|
msgstr "Proxy do Discovery"
|
1086
1001
|
|
1087
1002
|
#: ../lib/foreman_discovery/engine.rb:189
|
1088
|
-
msgid ""
|
1089
|
-
"Discovery Proxy to use within this subnet for managing connection to "
|
1090
|
-
"discovered hosts"
|
1003
|
+
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1091
1004
|
msgstr "Proxy do Discovery a ser usado nesta sub-rede para gerenciar conexão com hosts descobertos"
|
1092
1005
|
|
1093
1006
|
#: ../lib/foreman_discovery/engine.rb:190
|
1094
|
-
msgid ""
|
1095
|
-
"ID of Discovery Proxy to use within this subnet for managing connection to "
|
1096
|
-
"discovered hosts"
|
1007
|
+
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1097
1008
|
msgstr "ID do proxy do Discovery a ser usado nesta sub-rede para gerenciar conexões com hosts descobertos"
|