foreman_discovery 16.1.3 → 16.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/discovered_hosts_controller.rb +14 -8
- data/app/controllers/discovered_hosts_controller.rb +5 -3
- data/app/helpers/discovered_hosts_helper.rb +5 -0
- data/app/models/host/discovered.rb +11 -15
- data/app/models/setting/discovered.rb +3 -1
- data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
- data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
- data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
- data/app/views/discovered_hosts/_discovered_host_modal.html.erb +0 -2
- data/app/views/discovered_hosts/welcome.html.erb +14 -9
- data/app/views/discovery_rules/index.html.erb +1 -1
- data/app/views/foreman_discovery/debian_kexec.erb +3 -2
- data/app/views/foreman_discovery/redhat_kexec.erb +3 -2
- data/extra/discover-host +14 -8
- data/lib/foreman_discovery/engine.rb +3 -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 +46 -37
- data/locale/ca/foreman_discovery.po +28 -10
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +54 -47
- data/locale/de/foreman_discovery.po +28 -10
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +40 -28
- data/locale/en/foreman_discovery.po +28 -10
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +45 -44
- data/locale/en_GB/foreman_discovery.po +28 -10
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +79 -76
- data/locale/es/foreman_discovery.po +28 -10
- data/locale/foreman_discovery.pot +142 -115
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +85 -82
- data/locale/fr/foreman_discovery.po +28 -10
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +41 -29
- data/locale/gl/foreman_discovery.po +28 -10
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +54 -42
- data/locale/it/foreman_discovery.po +28 -10
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +88 -87
- data/locale/ja/foreman_discovery.po +28 -10
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +53 -41
- data/locale/ko/foreman_discovery.po +28 -10
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +78 -72
- data/locale/pt_BR/foreman_discovery.po +28 -10
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +53 -41
- data/locale/ru/foreman_discovery.po +28 -10
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +44 -32
- data/locale/sv_SE/foreman_discovery.po +28 -10
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +123 -123
- data/locale/zh_CN/foreman_discovery.po +28 -10
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +53 -41
- data/locale/zh_TW/foreman_discovery.po +28 -10
- data/package.json +39 -0
- data/test/facts/only-ipv6.json +205 -0
- data/test/facts/skylake-ipv6.json +223 -0
- data/test/functional/api/v2/settings_controller_test.rb +2 -2
- data/test/functional/discovered_hosts_controller_test.rb +1 -1
- data/test/functional/discovery_rules_controller_test.rb +1 -1
- data/test/unit/host_discovered_test.rb +0 -16
- data/webpack/index.js +18 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
- data/webpack/src/reducers.js +7 -0
- metadata +24 -12
@@ -4,16 +4,19 @@
|
|
4
4
|
#
|
5
5
|
# Translators:
|
6
6
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2014
|
7
|
+
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2014
|
8
|
+
# Junior Alvim <alvin@intechne.com.br>, 2014
|
7
9
|
# Junior Alvim <alvin@intechne.com.br>, 2014
|
8
10
|
# Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 2014
|
11
|
+
# Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 2014
|
9
12
|
# Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 2014-2015
|
10
13
|
# Valeria S Silva <valeriassilva@live.com>, 2015
|
11
14
|
msgid ""
|
12
15
|
msgstr ""
|
13
16
|
"Project-Id-Version: foreman_discovery 16.3.4\n"
|
14
17
|
"Report-Msgid-Bugs-To: \n"
|
15
|
-
"PO-Revision-Date: 2020-
|
16
|
-
"Last-Translator:
|
18
|
+
"PO-Revision-Date: 2020-10-29 17:16+0000\n"
|
19
|
+
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
|
17
20
|
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/l"
|
18
21
|
"anguage/pt_BR/)\n"
|
19
22
|
"MIME-Version: 1.0\n"
|
@@ -24,7 +27,7 @@ msgstr ""
|
|
24
27
|
|
25
28
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
|
26
29
|
msgid "List all discovered hosts"
|
27
|
-
msgstr "Listar todos os hosts
|
30
|
+
msgstr "Listar todos os hosts decobertos"
|
28
31
|
|
29
32
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
30
33
|
msgid "filter results"
|
@@ -60,7 +63,7 @@ msgstr "Provisionar um host descoberto"
|
|
60
63
|
|
61
64
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
|
62
65
|
msgid "required if host is managed and value is not inherited from host group"
|
63
|
-
msgstr ""
|
66
|
+
msgstr "necessário se o host é gerenciado e valor não é herdado do grupo de host"
|
64
67
|
|
65
68
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
|
66
69
|
msgid "not required if using a subnet with DHCP proxy"
|
@@ -72,31 +75,31 @@ msgstr "não é obrigatório se for uma máquina virtual"
|
|
72
75
|
|
73
76
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
|
74
77
|
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
75
|
-
msgstr ""
|
78
|
+
msgstr "solicitado se o provisionamento não for baseado em imagem, o host for gerenciado e o valor não for herdado do grupo de host"
|
76
79
|
|
77
80
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
|
78
81
|
msgid "required if host is managed and custom partition has not been defined"
|
79
|
-
msgstr ""
|
82
|
+
msgstr "requerido se o host é gerenciado e uma partição customizada não foi definida"
|
80
83
|
|
81
84
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
|
82
85
|
msgid "Host's owner type"
|
83
|
-
msgstr ""
|
86
|
+
msgstr "Tipo de proprietário do host"
|
84
87
|
|
85
88
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
|
86
89
|
msgid "Host's parameters (array or indexed hash)"
|
87
|
-
msgstr ""
|
90
|
+
msgstr "Parâmetros do host (matriz ou hash indexado)"
|
88
91
|
|
89
92
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
90
93
|
msgid "Name of the parameter"
|
91
|
-
msgstr ""
|
94
|
+
msgstr "Nome do parâmetro"
|
92
95
|
|
93
96
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
94
97
|
msgid "Parameter value"
|
95
|
-
msgstr ""
|
98
|
+
msgstr "Valor do parâmetro"
|
96
99
|
|
97
100
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
98
101
|
msgid "Type of value"
|
99
|
-
msgstr ""
|
102
|
+
msgstr "Tipo de valor"
|
100
103
|
|
101
104
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
|
102
105
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
@@ -320,7 +323,7 @@ msgstr "IPMI"
|
|
320
323
|
|
321
324
|
#: ../app/controllers/discovered_hosts_controller.rb:226
|
322
325
|
msgid "Miscellaneous"
|
323
|
-
msgstr "
|
326
|
+
msgstr "Diversos"
|
324
327
|
|
325
328
|
#: ../app/controllers/discovered_hosts_controller.rb:304
|
326
329
|
msgid "No hosts were found with that id or name"
|
@@ -334,11 +337,11 @@ msgstr "Não foi selecionado nenhum host"
|
|
334
337
|
msgid "Something went wrong while selecting hosts - %s"
|
335
338
|
msgstr "Ocorreu um erro ao selecionar hosts - %s"
|
336
339
|
|
337
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
340
|
+
#: ../app/controllers/discovery_rules_controller.rb:72
|
338
341
|
msgid "Rule enabled"
|
339
342
|
msgstr "Regra habiitada"
|
340
343
|
|
341
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
344
|
+
#: ../app/controllers/discovery_rules_controller.rb:72
|
342
345
|
msgid "Rule disabled"
|
343
346
|
msgstr "Regra desabilitada"
|
344
347
|
|
@@ -346,29 +349,29 @@ msgstr "Regra desabilitada"
|
|
346
349
|
msgid "%s ago"
|
347
350
|
msgstr "%s atrás"
|
348
351
|
|
349
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
352
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
350
353
|
msgid "Auto Provision"
|
351
354
|
msgstr "Provisionamento automático"
|
352
355
|
|
353
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
356
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
|
354
357
|
msgid "Refresh facts"
|
355
358
|
msgstr "Atualizar fatos"
|
356
359
|
|
357
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
360
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
|
358
361
|
msgid "Reboot"
|
359
362
|
msgstr "Reiniciar"
|
360
363
|
|
361
364
|
#: ../app/helpers/discovered_hosts_helper.rb:19
|
362
365
|
msgid "Back"
|
363
|
-
msgstr "
|
366
|
+
msgstr "Retornar"
|
364
367
|
|
365
368
|
#: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
|
366
369
|
msgid "Select Action"
|
367
370
|
msgstr "Selecionar Ação"
|
368
371
|
|
369
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
372
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
|
370
373
|
msgid "Delete %s?"
|
371
|
-
msgstr "Remover %s
|
374
|
+
msgstr "Remover %s"
|
372
375
|
|
373
376
|
#: ../app/helpers/discovered_hosts_helper.rb:31
|
374
377
|
msgid "Assign Organization"
|
@@ -380,7 +383,7 @@ msgstr "Atribuir Local"
|
|
380
383
|
|
381
384
|
#: ../app/helpers/discovered_hosts_helper.rb:33
|
382
385
|
msgid "Delete"
|
383
|
-
msgstr "
|
386
|
+
msgstr "Excluir"
|
384
387
|
|
385
388
|
#: ../app/helpers/discovered_hosts_helper.rb:37
|
386
389
|
msgid "%s - The following hosts are about to be changed"
|
@@ -388,7 +391,7 @@ msgstr "%s - Os hosts a seguir devem ser modificados em breve"
|
|
388
391
|
|
389
392
|
#: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
390
393
|
msgid "N/A"
|
391
|
-
msgstr "N/
|
394
|
+
msgstr "N/D"
|
392
395
|
|
393
396
|
#: ../app/helpers/discovered_hosts_helper.rb:58
|
394
397
|
msgid "New in the last 24 hours"
|
@@ -404,7 +407,7 @@ msgstr "Relatado nos últimos sete dias"
|
|
404
407
|
|
405
408
|
#: ../app/helpers/discovered_hosts_helper.rb:90
|
406
409
|
msgid "Provision"
|
407
|
-
msgstr "
|
410
|
+
msgstr "Provisão"
|
408
411
|
|
409
412
|
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:159 ../lib/foreman_discovery/engine.rb:174
|
410
413
|
msgid "Discovered Hosts"
|
@@ -457,14 +460,14 @@ msgstr "deve estar presente."
|
|
457
460
|
#: ../app/models/discovery_rule.rb:52
|
458
461
|
msgid "Host group organization %s must also be associated to the discovery rule"
|
459
462
|
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
460
|
-
msgstr[0] ""
|
461
|
-
msgstr[1] ""
|
463
|
+
msgstr[0] "A organização do grupo de hosts %s deve também estar associada à regra do Discovery"
|
464
|
+
msgstr[1] "As organizações do grupo de hosts %s também devem estar associadas à regra do Discovery"
|
462
465
|
|
463
466
|
#: ../app/models/discovery_rule.rb:56
|
464
467
|
msgid "Host group location %s must also be associated to the discovery rule"
|
465
468
|
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
466
|
-
msgstr[0] ""
|
467
|
-
msgstr[1] ""
|
469
|
+
msgstr[0] "O local do grupo de hosts %s deve também estar associado à regra do Discovery"
|
470
|
+
msgstr[1] "Os locais do grupo de hosts %s também devem estar associados à regra do Discovery"
|
468
471
|
|
469
472
|
#: ../app/models/host/discovered.rb:40
|
470
473
|
msgid "Fact + prefix"
|
@@ -500,7 +503,7 @@ msgstr "Não foi possível obter fatos do proxy %{url}: %{error}"
|
|
500
503
|
|
501
504
|
#: ../app/models/host/discovered.rb:160
|
502
505
|
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
503
|
-
msgstr ""
|
506
|
+
msgstr "Não foi possível realizar a reinicialização em %{name} (%{url}): %{msg}"
|
504
507
|
|
505
508
|
#: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
|
506
509
|
msgid "Unable to perform %{action} on %{ips}"
|
@@ -508,7 +511,7 @@ msgstr ""
|
|
508
511
|
|
509
512
|
#: ../app/models/host/discovered.rb:179
|
510
513
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
511
|
-
msgstr ""
|
514
|
+
msgstr "Não foi possível executar kexec em %{name} (%{url}): %{msg}"
|
512
515
|
|
513
516
|
#: ../app/models/host/discovered.rb:203
|
514
517
|
msgid "Invalid hostname: Could not normalize the hostname"
|
@@ -732,7 +735,7 @@ msgstr "Não foi possível encontrar a NIC primária com o %{mac} especificado v
|
|
732
735
|
|
733
736
|
#: ../app/services/foreman_discovery/host_converter.rb:47
|
734
737
|
msgid "IPAM must be configured for subnet '%s'"
|
735
|
-
msgstr ""
|
738
|
+
msgstr "O IPAM deve ser configurado para a sub-rede '%s'"
|
736
739
|
|
737
740
|
#: ../app/services/foreman_discovery/node_api/node_resource.rb:76
|
738
741
|
msgid "Image API returned HTTP/%{code} with '%{body}"
|
@@ -745,8 +748,8 @@ msgstr "Erro de processamento da API da imagem: %{msg} (HTTP/%{code}, corpo: %{b
|
|
745
748
|
#: ../app/views/dashboard/_discovery_widget.html.erb:5
|
746
749
|
msgid "Discovered Host"
|
747
750
|
msgid_plural "Discovered Hosts"
|
748
|
-
msgstr[0] ""
|
749
|
-
msgstr[1] ""
|
751
|
+
msgstr[0] "Host descoberto"
|
752
|
+
msgstr[1] "Hosts descobertos"
|
750
753
|
|
751
754
|
#: ../app/views/dashboard/_discovery_widget.html.erb:9
|
752
755
|
msgid "No discovered hosts available"
|
@@ -754,17 +757,17 @@ msgstr "Nenhum host descoberto disponível"
|
|
754
757
|
|
755
758
|
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:3
|
756
759
|
msgid "Host"
|
757
|
-
msgstr "
|
760
|
+
msgstr "Máquina"
|
758
761
|
|
759
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
762
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../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
|
760
763
|
msgid "Model"
|
761
|
-
msgstr "
|
764
|
+
msgstr "Modelar"
|
762
765
|
|
763
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
766
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
764
767
|
msgid "CPUs"
|
765
768
|
msgstr "CPUs"
|
766
769
|
|
767
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
770
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
768
771
|
msgid "Memory"
|
769
772
|
msgstr "Memória"
|
770
773
|
|
@@ -776,61 +779,61 @@ msgstr "Personalizar host"
|
|
776
779
|
msgid "Create Host"
|
777
780
|
msgstr "Criar host"
|
778
781
|
|
779
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
782
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
780
783
|
msgid "Select all items in this page"
|
781
784
|
msgstr "Selecionar todos os itens desta página"
|
782
785
|
|
783
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
786
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
784
787
|
msgid "items selected. Uncheck to Clear"
|
785
788
|
msgstr "itens selecionados. Desselecione para Limpar"
|
786
789
|
|
787
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
790
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../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
|
788
791
|
msgid "Name"
|
789
792
|
msgstr "Nome"
|
790
793
|
|
791
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
794
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
792
795
|
msgid "IP Address"
|
793
796
|
msgstr "Endereço IP"
|
794
797
|
|
795
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
798
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
796
799
|
msgid "Disk Count"
|
797
800
|
msgstr "Contagem de discos"
|
798
801
|
|
799
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
802
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
|
800
803
|
msgid "Disks Size"
|
801
804
|
msgstr "Tamanho dos discos"
|
802
805
|
|
803
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
806
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
804
807
|
msgid "Location"
|
805
808
|
msgstr "Local"
|
806
809
|
|
807
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
810
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
808
811
|
msgid "Organization"
|
809
812
|
msgstr "Organização"
|
810
813
|
|
811
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
814
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
|
812
815
|
msgid "Subnet"
|
813
|
-
msgstr "
|
816
|
+
msgstr "Suberede"
|
814
817
|
|
815
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
818
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
|
816
819
|
msgid "Last Facts Upload"
|
817
820
|
msgstr "Carregamento dos últimos fatos"
|
818
821
|
|
819
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
822
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
|
820
823
|
msgid "Actions"
|
821
824
|
msgstr "Ações"
|
822
825
|
|
823
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
826
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
|
824
827
|
msgid "Please Confirm"
|
825
828
|
msgstr "Por favor confirme"
|
826
829
|
|
827
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
830
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
|
828
831
|
msgid "Cancel"
|
829
832
|
msgstr "Cancelar"
|
830
833
|
|
831
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
834
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
|
832
835
|
msgid "Submit"
|
833
|
-
msgstr "
|
836
|
+
msgstr "Enviar"
|
834
837
|
|
835
838
|
#: ../app/views/discovered_hosts/edit.html.erb:1
|
836
839
|
msgid "Provision %s"
|
@@ -918,7 +921,7 @@ msgstr "Primário"
|
|
918
921
|
|
919
922
|
#: ../app/views/discovery_rules/_form.html.erb:7
|
920
923
|
msgid "Locations"
|
921
|
-
msgstr "
|
924
|
+
msgstr "Locais"
|
922
925
|
|
923
926
|
#: ../app/views/discovery_rules/_form.html.erb:10
|
924
927
|
msgid "Organizations"
|
@@ -972,7 +975,7 @@ msgstr "Editar %s"
|
|
972
975
|
msgid "Discovery Rules"
|
973
976
|
msgstr "Regras do Discovery"
|
974
977
|
|
975
|
-
#: ../app/views/discovery_rules/index.html.erb:2
|
978
|
+
#: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
|
976
979
|
msgid "Create Rule"
|
977
980
|
msgstr "Criar regra"
|
978
981
|
|
@@ -1004,6 +1007,10 @@ msgstr "DiscoveryRule|Habilitado"
|
|
1004
1007
|
msgid "New Discovery Rule"
|
1005
1008
|
msgstr "Nova regra do Discovery"
|
1006
1009
|
|
1010
|
+
#: ../app/views/discovery_rules/welcome.html.erb:8
|
1011
|
+
msgid "Discovered Rules"
|
1012
|
+
msgstr ""
|
1013
|
+
|
1007
1014
|
#: ../db/seeds.d/50_discovery_templates.rb:5
|
1008
1015
|
msgid "Command line options for kexec during PXE-less provisioning."
|
1009
1016
|
msgstr "Opções da linha de comando para o kexec durante o provisionamento sem PXE."
|
@@ -1040,27 +1047,26 @@ msgstr "Proxy do Discovery a ser usado nesta sub-rede para gerenciar conexão co
|
|
1040
1047
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1041
1048
|
msgstr "ID do proxy do Discovery a ser usado nesta sub-rede para gerenciar conexões com hosts descobertos"
|
1042
1049
|
|
1043
|
-
#:
|
1044
|
-
msgid "
|
1050
|
+
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
|
1051
|
+
msgid "For more information please see "
|
1045
1052
|
msgstr ""
|
1046
1053
|
|
1047
|
-
#:
|
1048
|
-
msgid "
|
1054
|
+
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
|
1055
|
+
msgid "documentation"
|
1049
1056
|
msgstr ""
|
1050
1057
|
|
1051
|
-
#: action_names.rb:
|
1058
|
+
#: action_names.rb:2
|
1059
|
+
msgid "Action with sub plans"
|
1060
|
+
msgstr "Ação com subplanos "
|
1061
|
+
|
1062
|
+
#: action_names.rb:3
|
1052
1063
|
msgid "Import facts"
|
1053
|
-
msgstr ""
|
1064
|
+
msgstr "Importar fatos"
|
1054
1065
|
|
1055
|
-
#: action_names.rb:
|
1056
|
-
msgid "
|
1057
|
-
msgstr ""
|
1066
|
+
#: action_names.rb:4
|
1067
|
+
msgid "Import Puppet classes"
|
1068
|
+
msgstr "Importar classes de Puppet"
|
1058
1069
|
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
#~ msgstr "Nenhum host descoberto encontrado neste contexto."
|
1063
|
-
#~ msgid ""
|
1064
|
-
#~ "This page shows discovered bare-metal or virtual nodes waiting to be provision"
|
1065
|
-
#~ "ed."
|
1066
|
-
#~ msgstr "Esta página mostra nós bare-metal ou virtuais aguardando o provisionamento."
|
1070
|
+
#: action_names.rb:5
|
1071
|
+
msgid "Remote action:"
|
1072
|
+
msgstr "Ação remota:"
|
@@ -10,7 +10,7 @@
|
|
10
10
|
# Valeria S Silva <valeriassilva@live.com>, 2015
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: foreman_discovery 16.0
|
13
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
15
|
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
16
16
|
"Last-Translator: Transifex Bot <>\n"
|
@@ -328,6 +328,12 @@ msgstr[1] ""
|
|
328
328
|
msgid "Host of type %s can not be rebooted"
|
329
329
|
msgstr "Tipo de host %s não pode ser reinicializado"
|
330
330
|
|
331
|
+
msgid "Host's owner type"
|
332
|
+
msgstr ""
|
333
|
+
|
334
|
+
msgid "Host's parameters (array or indexed hash)"
|
335
|
+
msgstr ""
|
336
|
+
|
331
337
|
msgid "Hostname facts"
|
332
338
|
msgstr "Fatos do nome do host"
|
333
339
|
|
@@ -415,9 +421,6 @@ msgstr "Modelo kexec não associado ao sistema operacional"
|
|
415
421
|
msgid "Last Facts Upload"
|
416
422
|
msgstr "Carregamento dos últimos fatos"
|
417
423
|
|
418
|
-
msgid "Learn more about this in the documentation."
|
419
|
-
msgstr "Para saber mais sobre isso, acesse a documentação."
|
420
|
-
|
421
424
|
msgid "List all discovered hosts"
|
422
425
|
msgstr "Listar todos os hosts descobertos"
|
423
426
|
|
@@ -472,6 +475,9 @@ msgstr "N/A"
|
|
472
475
|
msgid "Name"
|
473
476
|
msgstr "Nome"
|
474
477
|
|
478
|
+
msgid "Name of the parameter"
|
479
|
+
msgstr ""
|
480
|
+
|
475
481
|
msgid "Network"
|
476
482
|
msgstr "Rede"
|
477
483
|
|
@@ -490,9 +496,6 @@ msgstr "Nenhum host descoberto disponível"
|
|
490
496
|
msgid "No discovered hosts for the selected period"
|
491
497
|
msgstr "Nenhum host descoberto para o período selecionado"
|
492
498
|
|
493
|
-
msgid "No discovered hosts found in this context."
|
494
|
-
msgstr "Nenhum host descoberto encontrado neste contexto."
|
495
|
-
|
496
499
|
msgid "No discovered hosts to provision"
|
497
500
|
msgstr "Nenhum host descoberto para provisionamento"
|
498
501
|
|
@@ -535,6 +538,9 @@ msgstr "Modelo PXEGrub2 a ser usado para fixar um host no Discovery"
|
|
535
538
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
536
539
|
msgstr "Modelo PXELinux a ser usado para fixar um host no Discovery"
|
537
540
|
|
541
|
+
msgid "Parameter value"
|
542
|
+
msgstr ""
|
543
|
+
|
538
544
|
msgid "Please Confirm"
|
539
545
|
msgstr "Por favor confirme"
|
540
546
|
|
@@ -682,15 +688,15 @@ msgstr "Os hosts a seguir não foram removidos: %s"
|
|
682
688
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
683
689
|
msgstr "Isto pode demorar um pouco, pois todos os hosts, fatos e relatórios também serão destruídos"
|
684
690
|
|
685
|
-
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
686
|
-
msgstr "Esta página mostra nós bare-metal ou virtuais aguardando o provisionamento."
|
687
|
-
|
688
691
|
msgid "Type"
|
689
692
|
msgstr "Tipo"
|
690
693
|
|
691
694
|
msgid "Type of name generator"
|
692
695
|
msgstr "Tipo de gerador de nomes"
|
693
696
|
|
697
|
+
msgid "Type of value"
|
698
|
+
msgstr ""
|
699
|
+
|
694
700
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
695
701
|
msgstr "UUID a rastrear o status de tarefas de orquestração, GET /api/orchestration/:UUID/tasks"
|
696
702
|
|
@@ -700,6 +706,9 @@ msgstr "Não foi possível encontrar uma regra do Discovery, nenhum host foi for
|
|
700
706
|
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
701
707
|
msgstr "Não foi possível encontrar a NIC primária com o %{mac} especificado via '%{fact}'. Filtro da NIC: %{filter}"
|
702
708
|
|
709
|
+
msgid "Unable to perform %{action} on %{ips}"
|
710
|
+
msgstr ""
|
711
|
+
|
703
712
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
704
713
|
msgstr ""
|
705
714
|
|
@@ -772,6 +781,15 @@ msgstr "consulta para corresponder hosts descobertos a uma regra específica"
|
|
772
781
|
msgid "represents rule name shown to the users"
|
773
782
|
msgstr "representa nome da regra exibido para os usuários"
|
774
783
|
|
784
|
+
msgid "required if host is managed and custom partition has not been defined"
|
785
|
+
msgstr ""
|
786
|
+
|
787
|
+
msgid "required if host is managed and value is not inherited from host group"
|
788
|
+
msgstr ""
|
789
|
+
|
790
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
791
|
+
msgstr ""
|
792
|
+
|
775
793
|
msgid "required if value is not inherited from host group or default password in settings"
|
776
794
|
msgstr "obrigatório se o valor não for herdado do grupo de hosts ou da senha padrão nas configurações"
|
777
795
|
|