foreman_discovery 16.1.4 → 16.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +14 -8
  3. data/app/helpers/discovered_hosts_helper.rb +5 -0
  4. data/app/models/host/discovered.rb +11 -15
  5. data/app/models/setting/discovered.rb +3 -1
  6. data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
  7. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
  8. data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
  9. data/app/views/discovered_hosts/welcome.html.erb +14 -9
  10. data/app/views/discovery_rules/index.html.erb +1 -1
  11. data/app/views/foreman_discovery/debian_kexec.erb +3 -2
  12. data/app/views/foreman_discovery/redhat_kexec.erb +3 -2
  13. data/extra/discover-host +3 -3
  14. data/lib/foreman_discovery/engine.rb +3 -2
  15. data/lib/foreman_discovery/version.rb +1 -1
  16. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  17. data/locale/ca/foreman_discovery.edit.po +104 -75
  18. data/locale/ca/foreman_discovery.po +25 -10
  19. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  20. data/locale/de/foreman_discovery.edit.po +111 -82
  21. data/locale/de/foreman_discovery.po +25 -10
  22. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  23. data/locale/en/foreman_discovery.edit.po +97 -73
  24. data/locale/en/foreman_discovery.po +25 -10
  25. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  26. data/locale/en_GB/foreman_discovery.edit.po +110 -81
  27. data/locale/en_GB/foreman_discovery.po +25 -10
  28. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/es/foreman_discovery.edit.po +112 -83
  30. data/locale/es/foreman_discovery.po +25 -10
  31. data/locale/foreman_discovery.pot +137 -114
  32. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  33. data/locale/fr/foreman_discovery.edit.po +112 -83
  34. data/locale/fr/foreman_discovery.po +25 -10
  35. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/gl/foreman_discovery.edit.po +103 -74
  37. data/locale/gl/foreman_discovery.po +25 -10
  38. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  39. data/locale/it/foreman_discovery.edit.po +110 -81
  40. data/locale/it/foreman_discovery.po +25 -10
  41. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/ja/foreman_discovery.edit.po +112 -83
  43. data/locale/ja/foreman_discovery.po +25 -10
  44. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  45. data/locale/ko/foreman_discovery.edit.po +110 -81
  46. data/locale/ko/foreman_discovery.po +25 -10
  47. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/pt_BR/foreman_discovery.edit.po +112 -83
  49. data/locale/pt_BR/foreman_discovery.po +25 -10
  50. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/ru/foreman_discovery.edit.po +111 -82
  52. data/locale/ru/foreman_discovery.po +25 -10
  53. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/sv_SE/foreman_discovery.edit.po +104 -75
  55. data/locale/sv_SE/foreman_discovery.po +25 -10
  56. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  57. data/locale/zh_CN/foreman_discovery.edit.po +112 -83
  58. data/locale/zh_CN/foreman_discovery.po +25 -10
  59. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/zh_TW/foreman_discovery.edit.po +110 -81
  61. data/locale/zh_TW/foreman_discovery.po +25 -10
  62. data/package.json +39 -0
  63. data/test/facts/only-ipv6.json +205 -0
  64. data/test/facts/skylake-ipv6.json +223 -0
  65. data/test/functional/api/v2/settings_controller_test.rb +2 -2
  66. data/test/functional/discovered_hosts_controller_test.rb +1 -1
  67. data/test/functional/discovery_rules_controller_test.rb +1 -1
  68. data/test/unit/host_discovered_test.rb +0 -16
  69. data/webpack/index.js +18 -0
  70. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
  71. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
  72. data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
  73. data/webpack/src/reducers.js +7 -0
  74. metadata +21 -11
  75. data/test/facts/vmware-facter4-nolegacy.json +0 -402
@@ -15,8 +15,9 @@ msgid ""
15
15
  msgstr ""
16
16
  "Project-Id-Version: foreman_discovery 16.3.4\n"
17
17
  "Report-Msgid-Bugs-To: \n"
18
- "PO-Revision-Date: 2020-10-29 17:16+0000\n"
19
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
18
+ "POT-Creation-Date: 2021-05-03 08:46+0200\n"
19
+ "PO-Revision-Date: 2021-01-25 08:35+0000\n"
20
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>\n"
20
21
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/l"
21
22
  "anguage/pt_BR/)\n"
22
23
  "MIME-Version: 1.0\n"
@@ -121,51 +122,51 @@ msgstr "Enviar fatos para um host, criando o host se necessário"
121
122
  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)"
122
123
  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)"
123
124
 
124
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
125
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:130
125
126
  msgid "Execute rules against a discovered host"
126
127
  msgstr "Executar regras em relação a um host descoberto"
127
128
 
128
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
129
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:157
129
130
  msgid "Host %{host} was provisioned with rule %{rule}"
130
131
  msgstr "Host %{host} foi provisionado com a regra %{rule}"
131
132
 
132
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
133
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
133
134
  msgid "Unable to provision %{host}: %{errors}"
134
135
  msgstr "Não foi possível provisionar %{host}: %{errors}"
135
136
 
136
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
137
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:164
137
138
  msgid "No rule found for host %s"
138
139
  msgstr "Nenhuma regra encontrada para o host %s"
139
140
 
140
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
141
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:152
141
142
  msgid "Execute rules against all currently discovered hosts"
142
143
  msgstr "Executar regras em relação a todos os hosts descobertos atualmente"
143
144
 
144
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
145
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:170
145
146
  msgid "Errors during auto provisioning: %s"
146
147
  msgstr "Erros durante o provisionamento automático: %s"
147
148
 
148
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
149
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:173
149
150
  msgid "No discovered hosts to provision"
150
151
  msgstr "Nenhum host descoberto para provisionamento"
151
152
 
152
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
153
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:181
153
154
  msgid "%s discovered hosts were provisioned"
154
155
  msgstr "%s hosts descobertos foram provisionados"
155
156
 
156
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
157
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:192
157
158
  msgid "Refreshing the facts of a discovered host"
158
159
  msgstr "Atualizando os fatos de um host descoberto"
159
160
 
160
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
161
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:201
161
162
  msgid "Rebooting a discovered host"
162
163
  msgstr "Reinicializando um host descoberto"
163
164
 
164
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
165
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:210
165
166
  msgid "Rebooting all discovered hosts"
166
167
  msgstr "Reinicializando todos os hosts descobertos"
167
168
 
168
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
169
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:126
169
170
  msgid "Discovered hosts are rebooting now"
170
171
  msgstr "Hosts descobertos estão reinicializando agora"
171
172
 
@@ -245,110 +246,86 @@ msgstr "Erros durante a reinicialização: %s"
245
246
  msgid "No discovered hosts to reboot"
246
247
  msgstr "Nenhum host descoberto para reinicialização"
247
248
 
248
- #: ../app/controllers/discovered_hosts_controller.rb:63
249
+ #: ../app/controllers/discovered_hosts_controller.rb:60
249
250
  msgid "Successfully provisioned %s"
250
251
  msgstr "%s provisionado com êxito"
251
252
 
252
- #: ../app/controllers/discovered_hosts_controller.rb:97
253
+ #: ../app/controllers/discovered_hosts_controller.rb:94
253
254
  msgid "Facts refreshed for %s"
254
255
  msgstr "Fatos atualizados para %s"
255
256
 
256
- #: ../app/controllers/discovered_hosts_controller.rb:99
257
+ #: ../app/controllers/discovered_hosts_controller.rb:96
257
258
  msgid "Failed to refresh facts for %s"
258
259
  msgstr "Falha ao atualizar fatos para %s"
259
260
 
260
- #: ../app/controllers/discovered_hosts_controller.rb:102
261
+ #: ../app/controllers/discovered_hosts_controller.rb:99
261
262
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
262
263
  msgstr "Falha ao atualizar fatos para %{hostname} com erro %{error_message}"
263
264
 
264
- #: ../app/controllers/discovered_hosts_controller.rb:109
265
+ #: ../app/controllers/discovered_hosts_controller.rb:106
265
266
  msgid "Host of type %s can not be rebooted"
266
267
  msgstr "Tipo de host %s não pode ser reinicializado"
267
268
 
268
- #: ../app/controllers/discovered_hosts_controller.rb:113
269
+ #: ../app/controllers/discovered_hosts_controller.rb:110
269
270
  msgid "Rebooting host %s"
270
271
  msgstr "Reinicializando host %s"
271
272
 
272
- #: ../app/controllers/discovered_hosts_controller.rb:115
273
+ #: ../app/controllers/discovered_hosts_controller.rb:112
273
274
  msgid "Failed to reboot host %s"
274
275
  msgstr "Falha ao reinicializar host %s"
275
276
 
276
- #: ../app/controllers/discovered_hosts_controller.rb:118
277
+ #: ../app/controllers/discovered_hosts_controller.rb:115
277
278
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
278
279
  msgstr "Falha ao reinicializar host %{hostname} com erro %{error_message}"
279
280
 
280
- #: ../app/controllers/discovered_hosts_controller.rb:132
281
+ #: ../app/controllers/discovered_hosts_controller.rb:129
281
282
  msgid "Failed to reboot hosts with error %s"
282
283
  msgstr "Falha ao reinicializar hosts com erro %s"
283
284
 
284
- #: ../app/controllers/discovered_hosts_controller.rb:150
285
+ #: ../app/controllers/discovered_hosts_controller.rb:147
285
286
  msgid "Destroyed selected hosts"
286
287
  msgstr "Hosts selecionados foram destruídos"
287
288
 
288
- #: ../app/controllers/discovered_hosts_controller.rb:152
289
+ #: ../app/controllers/discovered_hosts_controller.rb:149
289
290
  msgid "The following hosts were not deleted: %s"
290
291
  msgstr "Os hosts a seguir não foram removidos: %s"
291
292
 
292
- #: ../app/controllers/discovered_hosts_controller.rb:164
293
+ #: ../app/controllers/discovered_hosts_controller.rb:161
293
294
  msgid "Failed to auto provision host %s: %s"
294
295
  msgstr "Falha ao provisionar host automaticamente %s: %s"
295
296
 
296
- #: ../app/controllers/discovered_hosts_controller.rb:192
297
+ #: ../app/controllers/discovered_hosts_controller.rb:189
297
298
  msgid "Discovered hosts are provisioning now"
298
299
  msgstr "Hosts descobertos estão sendo provisionados agora"
299
300
 
300
- #: ../app/controllers/discovered_hosts_controller.rb:226
301
- msgid "Highlights"
302
- msgstr "Destaques"
303
-
304
- #: ../app/controllers/discovered_hosts_controller.rb:226
305
- msgid "Storage"
306
- msgstr "Armazenamento"
307
-
308
- #: ../app/controllers/discovered_hosts_controller.rb:226
309
- msgid "Hardware"
310
- msgstr "Hardware"
311
-
312
- #: ../app/controllers/discovered_hosts_controller.rb:226
313
- msgid "Network"
314
- msgstr "Rede"
315
-
316
- #: ../app/controllers/discovered_hosts_controller.rb:226
317
- msgid "Software"
318
- msgstr "Software"
319
-
320
- #: ../app/controllers/discovered_hosts_controller.rb:226
321
- msgid "IPMI"
322
- msgstr "IPMI"
301
+ #: ../app/controllers/discovered_hosts_controller.rb:270
302
+ msgid "Discovered host reported from unknown subnet, communication will not be proxied."
303
+ msgstr ""
323
304
 
324
- #: ../app/controllers/discovered_hosts_controller.rb:226
325
- msgid "Miscellaneous"
326
- msgstr "Diversos"
305
+ #: ../app/controllers/discovered_hosts_controller.rb:275
306
+ msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
307
+ msgstr ""
327
308
 
328
- #: ../app/controllers/discovered_hosts_controller.rb:304
309
+ #: ../app/controllers/discovered_hosts_controller.rb:289
329
310
  msgid "No hosts were found with that id or name"
330
311
  msgstr "Nenhum host foi encontrado com o id ou nome"
331
312
 
332
- #: ../app/controllers/discovered_hosts_controller.rb:308
313
+ #: ../app/controllers/discovered_hosts_controller.rb:293
333
314
  msgid "No hosts selected"
334
315
  msgstr "Não foi selecionado nenhum host"
335
316
 
336
- #: ../app/controllers/discovered_hosts_controller.rb:314
317
+ #: ../app/controllers/discovered_hosts_controller.rb:299
337
318
  msgid "Something went wrong while selecting hosts - %s"
338
319
  msgstr "Ocorreu um erro ao selecionar hosts - %s"
339
320
 
340
- #: ../app/controllers/discovery_rules_controller.rb:72
321
+ #: ../app/controllers/discovery_rules_controller.rb:79
341
322
  msgid "Rule enabled"
342
323
  msgstr "Regra habiitada"
343
324
 
344
- #: ../app/controllers/discovery_rules_controller.rb:72
325
+ #: ../app/controllers/discovery_rules_controller.rb:79
345
326
  msgid "Rule disabled"
346
327
  msgstr "Regra desabilitada"
347
328
 
348
- #: ../app/helpers/discovered_hosts_helper.rb:10
349
- msgid "%s ago"
350
- msgstr "%s atrás"
351
-
352
329
  #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
353
330
  msgid "Auto Provision"
354
331
  msgstr "Provisionamento automático"
@@ -434,6 +411,10 @@ msgid "Enable rule '%s'?"
434
411
  msgstr "Habilitar regra '%s'?"
435
412
 
436
413
  #: ../app/helpers/discovery_rules_helper.rb:33
414
+ msgid "Clone"
415
+ msgstr ""
416
+
417
+ #: ../app/helpers/discovery_rules_helper.rb:34
437
418
  msgid "Delete rule '%s'?"
438
419
  msgstr "Excluir regra '%s'?"
439
420
 
@@ -457,13 +438,13 @@ msgstr "deve iniciar com uma letra ou ERB."
457
438
  msgid "must be present."
458
439
  msgstr "deve estar presente."
459
440
 
460
- #: ../app/models/discovery_rule.rb:52
441
+ #: ../app/models/discovery_rule.rb:57
461
442
  msgid "Host group organization %s must also be associated to the discovery rule"
462
443
  msgid_plural "Host group organizations %s must also be associated to the discovery rule"
463
444
  msgstr[0] "A organização do grupo de hosts %s deve também estar associada à regra do Discovery"
464
445
  msgstr[1] "As organizações do grupo de hosts %s também devem estar associadas à regra do Discovery"
465
446
 
466
- #: ../app/models/discovery_rule.rb:56
447
+ #: ../app/models/discovery_rule.rb:61
467
448
  msgid "Host group location %s must also be associated to the discovery rule"
468
449
  msgid_plural "Host group locations %s must also be associated to the discovery rule"
469
450
  msgstr[0] "O local do grupo de hosts %s deve também estar associado à regra do Discovery"
@@ -733,6 +714,34 @@ msgstr "O host '%{host}' descoberto tem todas as NICs filtradas. Filtro: %{filte
733
714
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
734
715
  msgstr "Não foi possível encontrar a NIC primária com o %{mac} especificado via '%{fact}'. Filtro da NIC: %{filter}"
735
716
 
717
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:7
718
+ msgid "Highlights"
719
+ msgstr "Destaques"
720
+
721
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:8
722
+ msgid "Storage"
723
+ msgstr "Armazenamento"
724
+
725
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:9
726
+ msgid "Hardware"
727
+ msgstr "Hardware"
728
+
729
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:10
730
+ msgid "Network"
731
+ msgstr "Rede"
732
+
733
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:11
734
+ msgid "Software"
735
+ msgstr "Software"
736
+
737
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:12
738
+ msgid "IPMI"
739
+ msgstr "IPMI"
740
+
741
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:13
742
+ msgid "Miscellaneous"
743
+ msgstr "Diversos"
744
+
736
745
  #: ../app/services/foreman_discovery/host_converter.rb:47
737
746
  msgid "IPAM must be configured for subnet '%s'"
738
747
  msgstr "O IPAM deve ser configurado para a sub-rede '%s'"
@@ -745,6 +754,10 @@ msgstr "API da imagem retornou HTTP/%{code} com '%{body}"
745
754
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
746
755
  msgstr "Erro de processamento da API da imagem: %{msg} (HTTP/%{code}, corpo: %{body})"
747
756
 
757
+ #: ../app/services/foreman_discovery/ui_notifications/new_host.rb:22
758
+ msgid "Host %s has been dicovered"
759
+ msgstr ""
760
+
748
761
  #: ../app/views/dashboard/_discovery_widget.html.erb:5
749
762
  msgid "Discovered Host"
750
763
  msgid_plural "Discovered Hosts"
@@ -803,11 +816,11 @@ msgstr "Contagem de discos"
803
816
  msgid "Disks Size"
804
817
  msgstr "Tamanho dos discos"
805
818
 
806
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
819
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9 ../app/views/discovery_rules/index.html.erb:11
807
820
  msgid "Location"
808
821
  msgstr "Local"
809
822
 
810
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
823
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10 ../app/views/discovery_rules/index.html.erb:12
811
824
  msgid "Organization"
812
825
  msgstr "Organização"
813
826
 
@@ -819,7 +832,7 @@ msgstr "Suberede"
819
832
  msgid "Last Facts Upload"
820
833
  msgstr "Carregamento dos últimos fatos"
821
834
 
822
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
835
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:14
823
836
  msgid "Actions"
824
837
  msgstr "Ações"
825
838
 
@@ -967,6 +980,10 @@ msgstr "Ao criar padrões de nome de host, garanta que os nomes de host resultan
967
980
  msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
968
981
  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)."
969
982
 
983
+ #: ../app/views/discovery_rules/clone.erb:1
984
+ msgid "Clone %s"
985
+ msgstr ""
986
+
970
987
  #: ../app/views/discovery_rules/edit.html.erb:1
971
988
  msgid "Edit %s"
972
989
  msgstr "Editar %s"
@@ -999,7 +1016,7 @@ msgstr "Grupo de Host"
999
1016
  msgid "Hosts/Limit"
1000
1017
  msgstr "Hosts/Limite"
1001
1018
 
1002
- #: ../app/views/discovery_rules/index.html.erb:11
1019
+ #: ../app/views/discovery_rules/index.html.erb:13
1003
1020
  msgid "DiscoveryRule|Enabled"
1004
1021
  msgstr "DiscoveryRule|Habilitado"
1005
1022
 
@@ -1020,8 +1037,8 @@ msgid "A summary of discovered hosts"
1020
1037
  msgstr "Um resumo de hosts descobertos"
1021
1038
 
1022
1039
  #: ../db/seeds.d/80_discovery_ui_notification.rb:4
1023
- msgid "Hosts"
1024
- msgstr "Hosts"
1040
+ msgid "New hosts"
1041
+ msgstr ""
1025
1042
 
1026
1043
  #: ../db/seeds.d/80_discovery_ui_notification.rb:6
1027
1044
  msgid "One or more hosts have been discovered"
@@ -1031,19 +1048,27 @@ msgstr "Um ou mais hosts foram descobertos"
1031
1048
  msgid "Details"
1032
1049
  msgstr "Detalhes"
1033
1050
 
1034
- #: ../lib/foreman_discovery/engine.rb:180
1051
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:18
1052
+ msgid "Hosts"
1053
+ msgstr "Hosts"
1054
+
1055
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:20
1056
+ msgid "Error message goes here"
1057
+ msgstr ""
1058
+
1059
+ #: ../lib/foreman_discovery/engine.rb:176
1035
1060
  msgid "Discovery Kexec template"
1036
1061
  msgstr "Modelo do kexec do Discovery"
1037
1062
 
1038
- #: ../lib/foreman_discovery/engine.rb:189
1063
+ #: ../lib/foreman_discovery/engine.rb:185
1039
1064
  msgid "Discovery Proxy"
1040
1065
  msgstr "Proxy do Discovery"
1041
1066
 
1042
- #: ../lib/foreman_discovery/engine.rb:190
1067
+ #: ../lib/foreman_discovery/engine.rb:186
1043
1068
  msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1044
1069
  msgstr "Proxy do Discovery a ser usado nesta sub-rede para gerenciar conexão com hosts descobertos"
1045
1070
 
1046
- #: ../lib/foreman_discovery/engine.rb:191
1071
+ #: ../lib/foreman_discovery/engine.rb:187
1047
1072
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1048
1073
  msgstr "ID do proxy do Discovery a ser usado nesta sub-rede para gerenciar conexões com hosts descobertos"
1049
1074
 
@@ -1053,20 +1078,24 @@ msgstr ""
1053
1078
 
1054
1079
  #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
1055
1080
  msgid "documentation"
1056
- msgstr ""
1081
+ msgstr "documentação"
1057
1082
 
1058
1083
  #: action_names.rb:2
1059
- msgid "Action with sub plans"
1060
- msgstr "Ação com subplanos "
1084
+ msgid "Remote action:"
1085
+ msgstr "Ação remota:"
1061
1086
 
1062
1087
  #: action_names.rb:3
1063
- msgid "Import facts"
1064
- msgstr "Importar fatos"
1065
-
1066
- #: action_names.rb:4
1067
1088
  msgid "Import Puppet classes"
1068
1089
  msgstr "Importar classes de Puppet"
1069
1090
 
1091
+ #: action_names.rb:4
1092
+ msgid "Import facts"
1093
+ msgstr "Importar fatos"
1094
+
1070
1095
  #: action_names.rb:5
1071
- msgid "Remote action:"
1072
- msgstr "Ação remota:"
1096
+ msgid "Action with sub plans"
1097
+ msgstr "Ação com subplanos "
1098
+
1099
+ #: ../app/helpers/discovered_hosts_helper.rb:10
1100
+ #~ msgid "%s ago"
1101
+ #~ msgstr "%s atrás"
@@ -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.1.3\n"
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
 
@@ -775,6 +781,15 @@ msgstr "consulta para corresponder hosts descobertos a uma regra específica"
775
781
  msgid "represents rule name shown to the users"
776
782
  msgstr "representa nome da regra exibido para os usuários"
777
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
+
778
793
  msgid "required if value is not inherited from host group or default password in settings"
779
794
  msgstr "obrigatório se o valor não for herdado do grupo de hosts ou da senha padrão nas configurações"
780
795