foreman_discovery 15.0.1 → 16.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovery_rules_controller.rb +1 -1
  3. data/app/controllers/concerns/foreman/controller/discovered_extensions.rb +4 -0
  4. data/app/controllers/discovered_hosts_controller.rb +1 -0
  5. data/app/controllers/discovery_rules_controller.rb +1 -1
  6. data/app/models/discovery_rule.rb +1 -1
  7. data/app/models/host/discovered.rb +37 -15
  8. data/app/models/host/managed_extensions.rb +1 -1
  9. data/app/models/setting/discovered.rb +26 -33
  10. data/app/services/foreman_discovery/fact_parser.rb +1 -1
  11. data/app/services/foreman_discovery/host_converter.rb +30 -2
  12. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +6 -14
  13. data/app/services/foreman_discovery/subnet_suggestion.rb +26 -0
  14. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +19 -17
  15. data/app/views/foreman_discovery/debian_kexec.erb +1 -1
  16. data/config/routes.rb +2 -0
  17. data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
  18. data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
  19. data/db/migrate/20180412124505_add_priority_score_to_discovery_rules.rb +1 -1
  20. data/extra/discover-host +21 -7
  21. data/lib/foreman_discovery/engine.rb +4 -4
  22. data/lib/foreman_discovery/version.rb +1 -1
  23. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  24. data/locale/ca/foreman_discovery.edit.po +238 -139
  25. data/locale/ca/foreman_discovery.po +28 -8
  26. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  27. data/locale/de/foreman_discovery.edit.po +240 -140
  28. data/locale/de/foreman_discovery.po +31 -11
  29. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  30. data/locale/en/foreman_discovery.edit.po +109 -83
  31. data/locale/en/foreman_discovery.po +24 -4
  32. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  33. data/locale/en_GB/foreman_discovery.edit.po +241 -142
  34. data/locale/en_GB/foreman_discovery.po +31 -11
  35. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/es/foreman_discovery.edit.po +240 -141
  37. data/locale/es/foreman_discovery.po +30 -10
  38. data/locale/foreman_discovery.pot +110 -84
  39. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  40. data/locale/fr/foreman_discovery.edit.po +237 -137
  41. data/locale/fr/foreman_discovery.po +28 -8
  42. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  43. data/locale/gl/foreman_discovery.edit.po +236 -137
  44. data/locale/gl/foreman_discovery.po +26 -6
  45. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  46. data/locale/it/foreman_discovery.edit.po +236 -137
  47. data/locale/it/foreman_discovery.po +26 -6
  48. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  49. data/locale/ja/foreman_discovery.edit.po +238 -142
  50. data/locale/ja/foreman_discovery.po +29 -9
  51. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  52. data/locale/ko/foreman_discovery.edit.po +236 -139
  53. data/locale/ko/foreman_discovery.po +28 -8
  54. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  55. data/locale/pt_BR/foreman_discovery.edit.po +239 -140
  56. data/locale/pt_BR/foreman_discovery.po +29 -9
  57. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  58. data/locale/ru/foreman_discovery.edit.po +242 -143
  59. data/locale/ru/foreman_discovery.po +29 -9
  60. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  61. data/locale/sv_SE/foreman_discovery.edit.po +237 -138
  62. data/locale/sv_SE/foreman_discovery.po +27 -7
  63. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  64. data/locale/zh_CN/foreman_discovery.edit.po +237 -141
  65. data/locale/zh_CN/foreman_discovery.po +28 -8
  66. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  67. data/locale/zh_TW/foreman_discovery.edit.po +235 -139
  68. data/locale/zh_TW/foreman_discovery.po +26 -6
  69. data/test/facts/bond0-eth0-eth1-active-passive.json +128 -0
  70. data/test/facts/facts_with_lldp_bond_candidate.json +2 -9
  71. data/test/functional/api/v2/discovered_hosts_controller_test.rb +1 -0
  72. data/test/functional/discovered_hosts_controller_test.rb +4 -4
  73. data/test/integration/discovered_hosts_test.rb +6 -11
  74. data/test/test_helper_discovery.rb +12 -0
  75. data/test/unit/discovered_extensions_test.rb +53 -0
  76. data/test/unit/discovery_attribute_set_test.rb +13 -10
  77. data/test/unit/discovery_rule_test.rb +1 -0
  78. data/test/unit/host_discovered_test.rb +32 -13
  79. data/test/unit/managed_extensions_test.rb +1 -0
  80. metadata +8 -2
@@ -5,10 +5,10 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 15.0.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2019-04-18 19:36+0000\n"
11
- "Last-Translator: Lukáš Zapletal\n"
10
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
11
+ "Last-Translator: Transifex Bot <>\n"
12
12
  "Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
13
13
  "MIME-Version: 1.0\n"
14
14
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -31,6 +31,9 @@ msgstr ""
31
31
  msgid "A summary of discovered hosts"
32
32
  msgstr ""
33
33
 
34
+ msgid "Action with sub plans"
35
+ msgstr ""
36
+
34
37
  msgid "Actions"
35
38
  msgstr "동작 "
36
39
 
@@ -133,6 +136,11 @@ msgstr "비활성화 "
133
136
  msgid "Disable rule '%s'?"
134
137
  msgstr ""
135
138
 
139
+ msgid "Discovered Host"
140
+ msgid_plural "Discovered Hosts"
141
+ msgstr[0] ""
142
+ msgstr[1] ""
143
+
136
144
  msgid "Discovered Hosts"
137
145
  msgstr ""
138
146
 
@@ -344,6 +352,9 @@ msgstr "IP 주소 "
344
352
  msgid "IP address"
345
353
  msgstr "IP 주소 "
346
354
 
355
+ msgid "IPAM must be configured for subnet '%s'"
356
+ msgstr ""
357
+
347
358
  msgid "IPMI"
348
359
  msgstr "IPMI"
349
360
 
@@ -359,6 +370,12 @@ msgstr "이미지 API 처리 오류: %{msg}(HTTP/%{code}, 본문: %{body})"
359
370
  msgid "Image API returned HTTP/%{code} with '%{body}"
360
371
  msgstr "이미지 API에서 '%{body}'이(가) 포함된 HTTP/%{code}을(를) 반환했습니다."
361
372
 
373
+ msgid "Import Puppet classes"
374
+ msgstr ""
375
+
376
+ msgid "Import facts"
377
+ msgstr ""
378
+
362
379
  msgid "In addition to @host attribute function rand for random integers is available. Examples:"
363
380
  msgstr ""
364
381
 
@@ -575,6 +592,9 @@ msgstr "스토리지 섹션의 팩트를 구성하기 위한 정규식"
575
592
  msgid "Reloading kernel on %s"
576
593
  msgstr "%s에서 커널을 다시 로드하는 중"
577
594
 
595
+ msgid "Remote action:"
596
+ msgstr ""
597
+
578
598
  msgid "Reported in the last 7 days"
579
599
  msgstr "지난 7일 이내에 보고됨"
580
600
 
@@ -674,15 +694,15 @@ msgstr "검색 규칙을 찾을 수 없습니다. 호스트가 제공되지 않
674
694
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
675
695
  msgstr ""
676
696
 
677
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
678
- msgstr "%{url}을(를) 통해 %{name}에 대해 kexec을 수행할 수 없습니다: %{msg}"
697
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
698
+ msgstr ""
699
+
700
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
701
+ msgstr ""
679
702
 
680
703
  msgid "Unable to provision %{host}: %{errors}"
681
704
  msgstr "%{host}을(를) 프로비저닝할 수 없습니다: %{errors}"
682
705
 
683
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
684
- msgstr "%{url}을(를) 통해 %{name}을(를) 재부팅할 수 없습니다: %{msg}"
685
-
686
706
  msgid "Update a rule"
687
707
  msgstr "규칙 업데이트 "
688
708
 
@@ -1,22 +1,21 @@
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
- # Dominic Cleal <dominic@cleal.org>, 2014
6
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2014
7
7
  # Junior Alvim <alvin@intechne.com.br>, 2014
8
8
  # Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 2014
9
9
  # Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 2014-2015
10
10
  # Valeria S Silva <valeriassilva@live.com>, 2015
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 15.0.0\n"
13
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2019-07-23 17:13+0200\n"
16
- "PO-Revision-Date: 2019-04-18 19:36+0000\n"
17
- "Last-Translator: Lukáš Zapletal\n"
18
- "Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/l"
19
- "anguage/pt_BR/)\n"
15
+ "POT-Creation-Date: 2020-05-11 14:58+0530\n"
16
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
17
+ "Last-Translator: Transifex Bot <>\n"
18
+ "Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/language/pt_BR/)\n"
20
19
  "MIME-Version: 1.0\n"
21
20
  "Content-Type: text/plain; charset=UTF-8\n"
22
21
  "Content-Transfer-Encoding: 8bit\n"
@@ -27,19 +26,23 @@ msgstr ""
27
26
  msgid "List all discovered hosts"
28
27
  msgstr "Listar todos os hosts descobertos"
29
28
 
30
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
29
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
30
+ #: ../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 ../app/controllers/api/v2/discovery_rules_controller.rb:16
34
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
35
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
35
36
  msgid "sort results"
36
37
  msgstr "ordenar resultados"
37
38
 
38
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
39
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
40
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
39
41
  msgid "paginate results"
40
42
  msgstr "paginar resultados"
41
43
 
42
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
44
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
45
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
43
46
  msgid "number of entries per request"
44
47
  msgstr "número de entradas por requisições"
45
48
 
@@ -47,7 +50,8 @@ msgstr "número de entradas por requisições"
47
50
  msgid "Show a discovered host"
48
51
  msgstr "Exibir um host descoberto"
49
52
 
50
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
53
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
54
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
51
55
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
52
56
  msgstr "Opção do nome de arquivo DHCP (Grub2 ou PXELinux por padrão)"
53
57
 
@@ -68,11 +72,14 @@ msgid "not required if it's a virtual machine"
68
72
  msgstr "não é obrigatório se for uma máquina virtual"
69
73
 
70
74
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
71
- msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
75
+ msgid ""
76
+ "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
72
77
  msgstr "UUID a rastrear o status de tarefas de orquestração, GET /api/orchestration/:UUID/tasks"
73
78
 
74
79
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
75
- msgid "required if value is not inherited from host group or default password in settings"
80
+ msgid ""
81
+ "required if value is not inherited from host group or default password in "
82
+ "settings"
76
83
  msgstr "obrigatório se o valor não for herdado do grupo de hosts ou da senha padrão nas configurações"
77
84
 
78
85
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
@@ -84,14 +91,18 @@ msgid "Upload facts for a host, creating the host if required"
84
91
  msgstr "Enviar fatos para um host, criando o host se necessário"
85
92
 
86
93
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
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)"
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)"
88
98
  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)"
89
99
 
90
100
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
91
101
  msgid "Execute rules against a discovered host"
92
102
  msgstr "Executar regras em relação a um host descoberto"
93
103
 
94
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:159
104
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
105
+ #: ../app/controllers/discovered_hosts_controller.rb:160
95
106
  msgid "Host %{host} was provisioned with rule %{rule}"
96
107
  msgstr "Host %{host} foi provisionado com a regra %{rule}"
97
108
 
@@ -99,7 +110,8 @@ msgstr "Host %{host} foi provisionado com a regra %{rule}"
99
110
  msgid "Unable to provision %{host}: %{errors}"
100
111
  msgstr "Não foi possível provisionar %{host}: %{errors}"
101
112
 
102
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:166
113
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
114
+ #: ../app/controllers/discovered_hosts_controller.rb:167
103
115
  msgid "No rule found for host %s"
104
116
  msgstr "Nenhuma regra encontrada para o host %s"
105
117
 
@@ -107,11 +119,13 @@ msgstr "Nenhuma regra encontrada para o host %s"
107
119
  msgid "Execute rules against all currently discovered hosts"
108
120
  msgstr "Executar regras em relação a todos os hosts descobertos atualmente"
109
121
 
110
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:172
122
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
123
+ #: ../app/controllers/discovered_hosts_controller.rb:173
111
124
  msgid "Errors during auto provisioning: %s"
112
125
  msgstr "Erros durante o provisionamento automático: %s"
113
126
 
114
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:175
127
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
128
+ #: ../app/controllers/discovered_hosts_controller.rb:176
115
129
  msgid "No discovered hosts to provision"
116
130
  msgstr "Nenhum host descoberto para provisionamento"
117
131
 
@@ -131,7 +145,8 @@ msgstr "Reinicializando um host descoberto"
131
145
  msgid "Rebooting all discovered hosts"
132
146
  msgstr "Reinicializando todos os hosts descobertos"
133
147
 
134
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:128
148
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
149
+ #: ../app/controllers/discovered_hosts_controller.rb:129
135
150
  msgid "Discovered hosts are rebooting now"
136
151
  msgstr "Hosts descobertos estão reinicializando agora"
137
152
 
@@ -156,7 +171,8 @@ msgid "the hostgroup that is used to auto provision a host"
156
171
  msgstr "o grupo de hosts que é usado para provisionar um host automático"
157
172
 
158
173
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
159
- msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
174
+ msgid ""
175
+ "defines a pattern to assign human-readable hostnames to the matching hosts"
160
176
  msgstr "define um padrão para atribuir nomes de hosts legíveis aos hosts correspondentes"
161
177
 
162
178
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -164,7 +180,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
164
180
  msgstr "habilita para limitar a quantidade máxima de hosts provisionados por regra"
165
181
 
166
182
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
167
- msgid "puts the rules in order, low numbers go first. Must be greater then zero"
183
+ msgid ""
184
+ "puts the rules in order, low numbers go first. Must be greater then zero"
168
185
  msgstr "coloca as regras em ordem, números menores primeiro. Deve ser maior que zero"
169
186
 
170
187
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -203,11 +220,11 @@ msgstr "Não foi possível encontrar uma regra do Discovery, nenhum host foi for
203
220
  msgid "No hostgroup associated with rule '%s'"
204
221
  msgstr "Nenhum grupo de hosts associado à regra '%s'"
205
222
 
206
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:69
223
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:73
207
224
  msgid "Errors during reboot: %s"
208
225
  msgstr "Erros durante a reinicialização: %s"
209
226
 
210
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:87
227
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:91
211
228
  msgid "No discovered hosts to reboot"
212
229
  msgstr "Nenhum host descoberto para reinicialização"
213
230
 
@@ -215,91 +232,91 @@ msgstr "Nenhum host descoberto para reinicialização"
215
232
  msgid "Successfully provisioned %s"
216
233
  msgstr "%s provisionado com êxito"
217
234
 
218
- #: ../app/controllers/discovered_hosts_controller.rb:96
235
+ #: ../app/controllers/discovered_hosts_controller.rb:97
219
236
  msgid "Facts refreshed for %s"
220
237
  msgstr "Fatos atualizados para %s"
221
238
 
222
- #: ../app/controllers/discovered_hosts_controller.rb:98
239
+ #: ../app/controllers/discovered_hosts_controller.rb:99
223
240
  msgid "Failed to refresh facts for %s"
224
241
  msgstr "Falha ao atualizar fatos para %s"
225
242
 
226
- #: ../app/controllers/discovered_hosts_controller.rb:101
243
+ #: ../app/controllers/discovered_hosts_controller.rb:102
227
244
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
228
245
  msgstr "Falha ao atualizar fatos para %{hostname} com erro %{error_message}"
229
246
 
230
- #: ../app/controllers/discovered_hosts_controller.rb:108
247
+ #: ../app/controllers/discovered_hosts_controller.rb:109
231
248
  msgid "Host of type %s can not be rebooted"
232
249
  msgstr "Tipo de host %s não pode ser reinicializado"
233
250
 
234
- #: ../app/controllers/discovered_hosts_controller.rb:112
251
+ #: ../app/controllers/discovered_hosts_controller.rb:113
235
252
  msgid "Rebooting host %s"
236
253
  msgstr "Reinicializando host %s"
237
254
 
238
- #: ../app/controllers/discovered_hosts_controller.rb:114
255
+ #: ../app/controllers/discovered_hosts_controller.rb:115
239
256
  msgid "Failed to reboot host %s"
240
257
  msgstr "Falha ao reinicializar host %s"
241
258
 
242
- #: ../app/controllers/discovered_hosts_controller.rb:117
259
+ #: ../app/controllers/discovered_hosts_controller.rb:118
243
260
  msgid "Failed to reboot host %{hostname} with error %{error_message}"
244
261
  msgstr "Falha ao reinicializar host %{hostname} com erro %{error_message}"
245
262
 
246
- #: ../app/controllers/discovered_hosts_controller.rb:131
263
+ #: ../app/controllers/discovered_hosts_controller.rb:132
247
264
  msgid "Failed to reboot hosts with error %s"
248
265
  msgstr "Falha ao reinicializar hosts com erro %s"
249
266
 
250
- #: ../app/controllers/discovered_hosts_controller.rb:149
267
+ #: ../app/controllers/discovered_hosts_controller.rb:150
251
268
  msgid "Destroyed selected hosts"
252
269
  msgstr "Hosts selecionados foram destruídos"
253
270
 
254
- #: ../app/controllers/discovered_hosts_controller.rb:151
271
+ #: ../app/controllers/discovered_hosts_controller.rb:152
255
272
  msgid "The following hosts were not deleted: %s"
256
273
  msgstr "Os hosts a seguir não foram removidos: %s"
257
274
 
258
- #: ../app/controllers/discovered_hosts_controller.rb:163
275
+ #: ../app/controllers/discovered_hosts_controller.rb:164
259
276
  msgid "Failed to auto provision host %s: %s"
260
277
  msgstr "Falha ao provisionar host automaticamente %s: %s"
261
278
 
262
- #: ../app/controllers/discovered_hosts_controller.rb:191
279
+ #: ../app/controllers/discovered_hosts_controller.rb:192
263
280
  msgid "Discovered hosts are provisioning now"
264
281
  msgstr "Hosts descobertos estão sendo provisionados agora"
265
282
 
266
- #: ../app/controllers/discovered_hosts_controller.rb:223
283
+ #: ../app/controllers/discovered_hosts_controller.rb:224
267
284
  msgid "Highlights"
268
285
  msgstr "Destaques"
269
286
 
270
- #: ../app/controllers/discovered_hosts_controller.rb:223
287
+ #: ../app/controllers/discovered_hosts_controller.rb:224
271
288
  msgid "Storage"
272
289
  msgstr "Armazenamento"
273
290
 
274
- #: ../app/controllers/discovered_hosts_controller.rb:223
291
+ #: ../app/controllers/discovered_hosts_controller.rb:224
275
292
  msgid "Hardware"
276
293
  msgstr "Hardware"
277
294
 
278
- #: ../app/controllers/discovered_hosts_controller.rb:223
295
+ #: ../app/controllers/discovered_hosts_controller.rb:224
279
296
  msgid "Network"
280
297
  msgstr "Rede"
281
298
 
282
- #: ../app/controllers/discovered_hosts_controller.rb:223
299
+ #: ../app/controllers/discovered_hosts_controller.rb:224
283
300
  msgid "Software"
284
301
  msgstr "Software"
285
302
 
286
- #: ../app/controllers/discovered_hosts_controller.rb:223
303
+ #: ../app/controllers/discovered_hosts_controller.rb:224
287
304
  msgid "IPMI"
288
305
  msgstr "IPMI"
289
306
 
290
- #: ../app/controllers/discovered_hosts_controller.rb:223
307
+ #: ../app/controllers/discovered_hosts_controller.rb:224
291
308
  msgid "Miscellaneous"
292
309
  msgstr "Geral"
293
310
 
294
- #: ../app/controllers/discovered_hosts_controller.rb:301
311
+ #: ../app/controllers/discovered_hosts_controller.rb:302
295
312
  msgid "No hosts were found with that id or name"
296
313
  msgstr "Nenhum host foi encontrado com o id ou nome"
297
314
 
298
- #: ../app/controllers/discovered_hosts_controller.rb:305
315
+ #: ../app/controllers/discovered_hosts_controller.rb:306
299
316
  msgid "No hosts selected"
300
317
  msgstr "Não foi selecionado nenhum host"
301
318
 
302
- #: ../app/controllers/discovered_hosts_controller.rb:311
319
+ #: ../app/controllers/discovered_hosts_controller.rb:312
303
320
  msgid "Something went wrong while selecting hosts - %s"
304
321
  msgstr "Ocorreu um erro ao selecionar hosts - %s"
305
322
 
@@ -315,15 +332,21 @@ msgstr "Regra desabilitada"
315
332
  msgid "%s ago"
316
333
  msgstr "%s atrás"
317
334
 
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
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:37
319
338
  msgid "Auto Provision"
320
339
  msgstr "Provisionamento automático"
321
340
 
322
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
341
+ #: ../app/helpers/discovered_hosts_helper.rb:15
342
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
323
343
  msgid "Refresh facts"
324
344
  msgstr "Atualizar fatos"
325
345
 
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
346
+ #: ../app/helpers/discovered_hosts_helper.rb:16
347
+ #: ../app/helpers/discovered_hosts_helper.rb:30
348
+ #: ../app/models/setting/discovered.rb:22
349
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
327
350
  msgid "Reboot"
328
351
  msgstr "Reiniciar"
329
352
 
@@ -331,11 +354,13 @@ msgstr "Reiniciar"
331
354
  msgid "Back"
332
355
  msgstr "Voltar"
333
356
 
334
- #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
357
+ #: ../app/helpers/discovered_hosts_helper.rb:21
358
+ #: ../app/helpers/discovered_hosts_helper.rb:35
335
359
  msgid "Select Action"
336
360
  msgstr "Selecionar Ação"
337
361
 
338
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
362
+ #: ../app/helpers/discovered_hosts_helper.rb:23
363
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
339
364
  msgid "Delete %s?"
340
365
  msgstr "Remover %s?"
341
366
 
@@ -355,7 +380,8 @@ msgstr "Remover"
355
380
  msgid "%s - The following hosts are about to be changed"
356
381
  msgstr "%s - Os hosts a seguir devem ser modificados em breve"
357
382
 
358
- #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
383
+ #: ../app/helpers/discovered_hosts_helper.rb:46
384
+ #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
359
385
  msgid "N/A"
360
386
  msgstr "N/A"
361
387
 
@@ -375,7 +401,12 @@ msgstr "Relatado nos últimos sete dias"
375
401
  msgid "Provision"
376
402
  msgstr "Configuração"
377
403
 
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
404
+ #: ../app/helpers/discovery_rules_helper.rb:26
405
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1
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
379
410
  msgid "Discovered Hosts"
380
411
  msgstr "Hosts descobertos"
381
412
 
@@ -424,14 +455,17 @@ msgid "must be present."
424
455
  msgstr "deve estar presente."
425
456
 
426
457
  #: ../app/models/discovery_rule.rb:52
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"
458
+ msgid ""
459
+ "Host group organization %s must also be associated to the discovery rule"
460
+ msgid_plural ""
461
+ "Host group organizations %s must also be associated to the discovery rule"
429
462
  msgstr[0] ""
430
463
  msgstr[1] ""
431
464
 
432
465
  #: ../app/models/discovery_rule.rb:56
433
466
  msgid "Host group location %s must also be associated to the discovery rule"
434
- msgid_plural "Host group locations %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"
435
469
  msgstr[0] ""
436
470
  msgstr[1] ""
437
471
 
@@ -452,11 +486,15 @@ msgid "Invalid facts, must be a Hash"
452
486
  msgstr "Fatos inválidos, deve ser um hash"
453
487
 
454
488
  #: ../app/models/host/discovered.rb:56
455
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
489
+ msgid ""
490
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface "
491
+ "and set hostname"
456
492
  msgstr "'%s' discovery_fact esperado está ausente, não é possível detectar a interface primária e definir o nome do host"
457
493
 
458
494
  #: ../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"
495
+ msgid ""
496
+ "Invalid facts: hash does not contain a valid value for any of the facts in "
497
+ "the discovery_hostname setting: %s"
460
498
  msgstr "Fatos inválidos: o hash não contém um valor válido para nenhum dos fatos na configuração discovery_hostname: %s"
461
499
 
462
500
  #: ../app/models/host/discovered.rb:95
@@ -467,15 +505,15 @@ msgstr "Fatos não podem ser importados"
467
505
  msgid "Could not get facts from proxy %{url}: %{error}"
468
506
  msgstr "Não foi possível obter fatos do proxy %{url}: %{error}"
469
507
 
470
- #: ../app/models/host/discovered.rb:158
471
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
472
- msgstr "Não foi possível reinicializar %{name} por %{url}: %{msg}"
508
+ #: ../app/models/host/discovered.rb:162
509
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
510
+ msgstr ""
473
511
 
474
- #: ../app/models/host/discovered.rb:166
475
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
476
- msgstr "Não foi possível executar kexec no %{name} por %{url}: %{msg}"
512
+ #: ../app/models/host/discovered.rb:181
513
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
514
+ msgstr ""
477
515
 
478
- #: ../app/models/host/discovered.rb:185
516
+ #: ../app/models/host/discovered.rb:207
479
517
  msgid "Invalid hostname: Could not normalize the hostname"
480
518
  msgstr "Nome de host inválido: não foi possível normalizar o nome do host"
481
519
 
@@ -503,183 +541,191 @@ msgstr "URL do kexec do RAM inicial é inválido: '%s'"
503
541
  msgid "Rebuild DNS for %s"
504
542
  msgstr "Recompilar DNS para %s"
505
543
 
506
- #: ../app/models/setting/discovered.rb:19
544
+ #: ../app/models/setting/discovered.rb:15
507
545
  msgid "The default location to place discovered hosts in"
508
546
  msgstr "O local padrão onde colocar hosts descobertos"
509
547
 
510
- #: ../app/models/setting/discovered.rb:19
548
+ #: ../app/models/setting/discovered.rb:15
511
549
  msgid "Discovery location"
512
550
  msgstr "Local do Discovery"
513
551
 
514
- #: ../app/models/setting/discovered.rb:20
552
+ #: ../app/models/setting/discovered.rb:16
515
553
  msgid "The default organization to place discovered hosts in"
516
554
  msgstr "A organização padrão onde colocar os hosts descobertos"
517
555
 
518
- #: ../app/models/setting/discovered.rb:20
556
+ #: ../app/models/setting/discovered.rb:16
519
557
  msgid "Discovery organization"
520
558
  msgstr "Organização do Discovery"
521
559
 
522
- #: ../app/models/setting/discovered.rb:21
560
+ #: ../app/models/setting/discovered.rb:17
523
561
  msgid "Fact name to use for primary interface detection"
524
562
  msgstr "Nome do fato a ser usado para detecção de interface primária"
525
563
 
526
- #: ../app/models/setting/discovered.rb:21
564
+ #: ../app/models/setting/discovered.rb:17
527
565
  msgid "Interface fact"
528
566
  msgstr "Fato da interface"
529
567
 
530
- #: ../app/models/setting/discovered.rb:22
531
- msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
568
+ #: ../app/models/setting/discovered.rb:18
569
+ msgid ""
570
+ "Automatic bond interface (if another interface is detected on the same VLAN "
571
+ "via LLDP)"
532
572
  msgstr "Interface de vínculo automático (se outra interface for detectada na mesma VLAN via LLDP)"
533
573
 
534
- #: ../app/models/setting/discovered.rb:22
574
+ #: ../app/models/setting/discovered.rb:18
535
575
  msgid "Create bond interfaces"
536
576
  msgstr "Criar interfaces de vínculo"
537
577
 
538
- #: ../app/models/setting/discovered.rb:23
578
+ #: ../app/models/setting/discovered.rb:19
539
579
  msgid "Clean all reported facts during provisioning (except discovery facts)"
540
580
  msgstr "Limpar todos os fatos relatados durante o provisionamento (exceto fatos do Discovery)"
541
581
 
542
- #: ../app/models/setting/discovered.rb:23
582
+ #: ../app/models/setting/discovered.rb:19
543
583
  msgid "Clean all facts"
544
584
  msgstr "Limpar todos fatos"
545
585
 
546
- #: ../app/models/setting/discovered.rb:24
586
+ #: ../app/models/setting/discovered.rb:20
547
587
  msgid "List of facts to use for the hostname (separated by comma, first wins)"
548
588
  msgstr "Lista dos fatos a serem usados para o nome do host (separada por vírgulas, primeiro ganha)"
549
589
 
550
- #: ../app/models/setting/discovered.rb:24
590
+ #: ../app/models/setting/discovered.rb:20
551
591
  msgid "Hostname facts"
552
592
  msgstr "Fatos do nome do host"
553
593
 
554
- #: ../app/models/setting/discovered.rb:25
555
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
594
+ #: ../app/models/setting/discovered.rb:21
595
+ msgid ""
596
+ "Automatically provision newly discovered hosts, according to the "
597
+ "provisioning rules"
556
598
  msgstr "Provisionar automaticamente novos hosts descobertos de acordo com as regras de provisionamento"
557
599
 
558
- #: ../app/models/setting/discovered.rb:25
600
+ #: ../app/models/setting/discovered.rb:21
559
601
  msgid "Auto provisioning"
560
602
  msgstr "Provisionamento automático"
561
603
 
562
- #: ../app/models/setting/discovered.rb:26
604
+ #: ../app/models/setting/discovered.rb:22
563
605
  msgid "Automatically reboot or kexec discovered host during provisioning"
564
606
  msgstr "Automaticamente reinicializar o host descoberto durante o provisioamento ou executar kexec nele"
565
607
 
566
- #: ../app/models/setting/discovered.rb:27
608
+ #: ../app/models/setting/discovered.rb:23
567
609
  msgid "The default prefix to use for the host name, must start with a letter"
568
610
  msgstr "Prefixo padrão a ser usado para o nome do host, deve iniciar com uma letra"
569
611
 
570
- #: ../app/models/setting/discovered.rb:27
612
+ #: ../app/models/setting/discovered.rb:23
571
613
  msgid "Hostname prefix"
572
614
  msgstr "Prefixo do nome do host"
573
615
 
574
- #: ../app/models/setting/discovered.rb:28
616
+ #: ../app/models/setting/discovered.rb:24
575
617
  msgid "Extra facter columns to show in host lists (separate by comma)"
576
618
  msgstr "Colunas extras do Facter para exibir nas listas de hosts (separadas por vírgulas)"
577
619
 
578
- #: ../app/models/setting/discovered.rb:28
620
+ #: ../app/models/setting/discovered.rb:24
579
621
  msgid "Fact columns"
580
622
  msgstr "Colunas de fatos"
581
623
 
582
- #: ../app/models/setting/discovered.rb:29
624
+ #: ../app/models/setting/discovered.rb:25
583
625
  msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
584
626
  msgstr "Regex para organizar fatos para seção de destaques - por exemplo ^(abc|cde)$"
585
627
 
586
- #: ../app/models/setting/discovered.rb:29
628
+ #: ../app/models/setting/discovered.rb:25
587
629
  msgid "Highlighted facts"
588
630
  msgstr "Fatos destacados"
589
631
 
590
- #: ../app/models/setting/discovered.rb:30
632
+ #: ../app/models/setting/discovered.rb:26
591
633
  msgid "Regex to organize facts for storage section"
592
634
  msgstr "Regex para organizar fatos da seção de armazenamento"
593
635
 
594
- #: ../app/models/setting/discovered.rb:30
636
+ #: ../app/models/setting/discovered.rb:26
595
637
  msgid "Storage facts"
596
638
  msgstr "Fatos de armazenamento"
597
639
 
598
- #: ../app/models/setting/discovered.rb:31
640
+ #: ../app/models/setting/discovered.rb:27
599
641
  msgid "Regex to organize facts for software section"
600
642
  msgstr "Regex para organizar fatos da seção de software"
601
643
 
602
- #: ../app/models/setting/discovered.rb:31
644
+ #: ../app/models/setting/discovered.rb:27
603
645
  msgid "Software facts"
604
646
  msgstr "Fatos de software"
605
647
 
606
- #: ../app/models/setting/discovered.rb:32
648
+ #: ../app/models/setting/discovered.rb:28
607
649
  msgid "Regex to organize facts for hardware section"
608
650
  msgstr "Regex para organizar fatos da seção de hardware"
609
651
 
610
- #: ../app/models/setting/discovered.rb:32
652
+ #: ../app/models/setting/discovered.rb:28
611
653
  msgid "Hardware facts"
612
654
  msgstr "Fatos de hardware"
613
655
 
614
- #: ../app/models/setting/discovered.rb:33
656
+ #: ../app/models/setting/discovered.rb:29
615
657
  msgid "Regex to organize facts for network section"
616
658
  msgstr "Regex para organizar fatos da seção de rede"
617
659
 
618
- #: ../app/models/setting/discovered.rb:33
660
+ #: ../app/models/setting/discovered.rb:29
619
661
  msgid "Network facts"
620
662
  msgstr "Fatos de rede"
621
663
 
622
- #: ../app/models/setting/discovered.rb:34
664
+ #: ../app/models/setting/discovered.rb:30
623
665
  msgid "Regex to organize facts for ipmi section"
624
666
  msgstr "Regex para organizar fatos da seção IPMI"
625
667
 
626
- #: ../app/models/setting/discovered.rb:34
668
+ #: ../app/models/setting/discovered.rb:30
627
669
  msgid "IPMI facts"
628
670
  msgstr "Fatos IPMI"
629
671
 
630
- #: ../app/models/setting/discovered.rb:35
631
- msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
672
+ #: ../app/models/setting/discovered.rb:31
673
+ msgid ""
674
+ "Automatically generate PXE configuration to pin a newly discovered host to "
675
+ "discovery"
632
676
  msgstr "Gerar configuração PXE automaticamente para fixar um host novo descoberto para o Discovery"
633
677
 
634
- #: ../app/models/setting/discovered.rb:35
678
+ #: ../app/models/setting/discovered.rb:31
635
679
  msgid "Lock PXE"
636
680
  msgstr "Bloquear PXE"
637
681
 
638
- #: ../app/models/setting/discovered.rb:36
682
+ #: ../app/models/setting/discovered.rb:32
639
683
  msgid "PXELinux template to be used when pinning a host to discovery"
640
684
  msgstr "Modelo PXELinux a ser usado para fixar um host no Discovery"
641
685
 
642
- #: ../app/models/setting/discovered.rb:36
686
+ #: ../app/models/setting/discovered.rb:32
643
687
  msgid "Locked PXELinux template name"
644
688
  msgstr "Nome do modelo PXELinux bloqueado"
645
689
 
646
- #: ../app/models/setting/discovered.rb:37
690
+ #: ../app/models/setting/discovered.rb:33
647
691
  msgid "PXEGrub template to be used when pinning a host to discovery"
648
692
  msgstr "Modelo PXEGrub a ser usado para fixar um host no Discovery"
649
693
 
650
- #: ../app/models/setting/discovered.rb:37
694
+ #: ../app/models/setting/discovered.rb:33
651
695
  msgid "Locked PXEGrub template name"
652
696
  msgstr "Nome do modelo PXEGrub bloqueado"
653
697
 
654
- #: ../app/models/setting/discovered.rb:38
698
+ #: ../app/models/setting/discovered.rb:34
655
699
  msgid "PXEGrub2 template to be used when pinning a host to discovery"
656
700
  msgstr "Modelo PXEGrub2 a ser usado para fixar um host no Discovery"
657
701
 
658
- #: ../app/models/setting/discovered.rb:38
702
+ #: ../app/models/setting/discovered.rb:34
659
703
  msgid "Locked PXEGrub2 template name"
660
704
  msgstr "Nome do modelo PXEGrub2 bloqueado"
661
705
 
662
- #: ../app/models/setting/discovered.rb:39
706
+ #: ../app/models/setting/discovered.rb:35
663
707
  msgid "Force DNS entries creation when provisioning discovered host"
664
708
  msgstr "Forçar criação de entradas DNS ao provisionar host descoberto"
665
709
 
666
- #: ../app/models/setting/discovered.rb:39
710
+ #: ../app/models/setting/discovered.rb:35
667
711
  msgid "Force DNS"
668
712
  msgstr "Forçar DNS"
669
713
 
670
- #: ../app/models/setting/discovered.rb:40
671
- msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
714
+ #: ../app/models/setting/discovered.rb:36
715
+ msgid ""
716
+ "Do not allow to discover existing managed host matching MAC of a "
717
+ "provisioning NIC (errors out early)"
672
718
  msgstr "Não permitir descobrir MAC correspondente de host gerenciado existente de uma NIC de provisionamento (apresenta erros cedo)"
673
719
 
674
- #: ../app/models/setting/discovered.rb:40
720
+ #: ../app/models/setting/discovered.rb:36
675
721
  msgid "Error on existing NIC"
676
722
  msgstr "Erro na NIC existente"
677
723
 
678
- #: ../app/models/setting/discovered.rb:41
724
+ #: ../app/models/setting/discovered.rb:37
679
725
  msgid "Discovery hostname naming pattern"
680
726
  msgstr "Padrão de nomenclatura de nome de host de descoberta"
681
727
 
682
- #: ../app/models/setting/discovered.rb:41
728
+ #: ../app/models/setting/discovered.rb:37
683
729
  msgid "Type of name generator"
684
730
  msgstr "Tipo de gerador de nomes"
685
731
 
@@ -692,9 +738,15 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
692
738
  msgstr "O host '%{host}' descoberto tem todas as NICs filtradas. Filtro: %{filter}"
693
739
 
694
740
  #: ../app/services/foreman_discovery/fact_parser.rb:12
695
- msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
741
+ msgid ""
742
+ "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
743
+ "%{filter}"
696
744
  msgstr "Não foi possível encontrar a NIC primária com o %{mac} especificado via '%{fact}'. Filtro da NIC: %{filter}"
697
745
 
746
+ #: ../app/services/foreman_discovery/host_converter.rb:39
747
+ msgid "IPAM must be configured for subnet '%s'"
748
+ msgstr ""
749
+
698
750
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
699
751
  msgid "Image API returned HTTP/%{code} with '%{body}"
700
752
  msgstr "API da imagem retornou HTTP/%{code} com '%{body}"
@@ -703,6 +755,12 @@ msgstr "API da imagem retornou HTTP/%{code} com '%{body}"
703
755
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
704
756
  msgstr "Erro de processamento da API da imagem: %{msg} (HTTP/%{code}, corpo: %{body})"
705
757
 
758
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
759
+ msgid "Discovered Host"
760
+ msgid_plural "Discovered Hosts"
761
+ msgstr[0] ""
762
+ msgstr[1] ""
763
+
706
764
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
707
765
  msgid "No discovered hosts available"
708
766
  msgstr "Nenhum host descoberto disponível"
@@ -711,23 +769,33 @@ msgstr "Nenhum host descoberto disponível"
711
769
  msgid "Host"
712
770
  msgstr "Host"
713
771
 
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
772
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
773
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
774
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
775
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
776
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
715
777
  msgid "Model"
716
778
  msgstr "Modelo"
717
779
 
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
780
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
781
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
782
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
783
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
719
784
  msgid "CPUs"
720
785
  msgstr "CPUs"
721
786
 
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
787
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
788
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
789
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
790
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
723
791
  msgid "Memory"
724
792
  msgstr "Memória"
725
793
 
726
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
794
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
727
795
  msgid "Customize Host"
728
796
  msgstr "Personalizar host"
729
797
 
730
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
798
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:26
731
799
  msgid "Create Host"
732
800
  msgstr "Criar host"
733
801
 
@@ -739,11 +807,16 @@ msgstr "Selecionar todos os itens desta página"
739
807
  msgid "items selected. Uncheck to Clear"
740
808
  msgstr "itens selecionados. Desselecione para Limpar"
741
809
 
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
810
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
811
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
812
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
813
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
743
814
  msgid "Name"
744
815
  msgstr "Nome"
745
816
 
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
817
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
818
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
819
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
747
820
  msgid "IP Address"
748
821
  msgstr "Endereço IP"
749
822
 
@@ -755,11 +828,13 @@ msgstr "Contagem de discos"
755
828
  msgid "Disks Size"
756
829
  msgstr "Tamanho dos discos"
757
830
 
758
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
831
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
832
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
759
833
  msgid "Location"
760
834
  msgstr "Local"
761
835
 
762
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
836
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
837
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
763
838
  msgid "Organization"
764
839
  msgstr "Organização"
765
840
 
@@ -771,7 +846,8 @@ msgstr "Subrede"
771
846
  msgid "Last Facts Upload"
772
847
  msgstr "Carregamento dos últimos fatos"
773
848
 
774
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
849
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
850
+ #: ../app/views/discovery_rules/index.html.erb:12
775
851
  msgid "Actions"
776
852
  msgstr "Ações"
777
853
 
@@ -792,7 +868,9 @@ msgid "Provision %s"
792
868
  msgstr "Provisionar %s"
793
869
 
794
870
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
795
- msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
871
+ msgid ""
872
+ "This might take a while, as all hosts, facts and reports will be destroyed "
873
+ "as well"
796
874
  msgstr "Isto pode demorar um pouco, pois todos os hosts, fatos e relatórios também serão destruídos"
797
875
 
798
876
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -836,7 +914,9 @@ msgid "No discovered hosts found in this context."
836
914
  msgstr "Nenhum host descoberto encontrado neste contexto."
837
915
 
838
916
  #: ../app/views/discovered_hosts/welcome.html.erb:8
839
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
917
+ msgid ""
918
+ "This page shows discovered bare-metal or virtual nodes waiting to be "
919
+ "provisioned."
840
920
  msgstr "Esta página mostra nós bare-metal ou virtuais aguardando o provisionamento."
841
921
 
842
922
  #: ../app/views/discovered_hosts/welcome.html.erb:9
@@ -851,19 +931,23 @@ msgstr "Relatório de resumo dos hosts descobertos pelo Foreman"
851
931
  msgid "<b>Foreman</b> Discovered hosts summary"
852
932
  msgstr "Resumo dos hosts descobertos pelo <b>Foreman</b>"
853
933
 
854
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
934
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
935
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
855
936
  msgid "Summary from %{time} ago to %{now}"
856
937
  msgstr "Resumo de %{time} atrás até %{now}"
857
938
 
858
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
939
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
940
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
859
941
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
860
942
  msgstr "Hosts descobertos pelo servidor do Foreman em %{foreman_url}"
861
943
 
862
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
944
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
945
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
863
946
  msgid "Disk count"
864
947
  msgstr "Contagem de Disco"
865
948
 
866
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
949
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
950
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
867
951
  msgid "Disks size"
868
952
  msgstr "Tamanho do disco"
869
953
 
@@ -912,30 +996,41 @@ msgid "Rule priority (lower integer means higher priority)"
912
996
  msgstr "Prioridades de regras (inteiro menor significa prioridade mais alta)"
913
997
 
914
998
  #: ../app/views/discovery_rules/_template_inline.erb:2
915
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
999
+ msgid ""
1000
+ "Specify target hostname template pattern in the same syntax as in "
1001
+ "Provisioning Templates (ERB)."
916
1002
  msgstr "Especificar padrão do modelo do nome de host de destino na mesma sintaxe dos modelos de provisionamento (ERB)."
917
1003
 
918
1004
  #: ../app/views/discovery_rules/_template_inline.erb:4
919
- msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
1005
+ msgid ""
1006
+ "Domain will be appended automatically. A hostname based on MAC address will "
1007
+ "be used when left blank."
920
1008
  msgstr "O domínio será anexado automaticamente. Um nome de host baseado no endereço MAC será usado quando deixado em branco."
921
1009
 
922
1010
  #: ../app/views/discovery_rules/_template_inline.erb:5
923
- msgid "In addition to @host attribute function rand for random integers is available. Examples:"
1011
+ msgid ""
1012
+ "In addition to @host attribute function rand for random integers is "
1013
+ "available. Examples:"
924
1014
  msgstr "Além do atributo @host, a função rand para inteiros aleatórios está disponível. Exemplos:"
925
1015
 
926
1016
  #: ../app/views/discovery_rules/_template_inline.erb:8
927
- msgid "When creating hostname patterns, make sure the resulting host names are unique."
1017
+ msgid ""
1018
+ "When creating hostname patterns, make sure the resulting host names are "
1019
+ "unique."
928
1020
  msgstr "Ao criar padrões de nome de host, garanta que os nomes de host resultantes sejam exclusivos"
929
1021
 
930
1022
  #: ../app/views/discovery_rules/_template_inline.erb:9
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)."
1023
+ msgid ""
1024
+ "Hostnames must not start with numbers. A good approach is to use unique "
1025
+ "information provided by facter (MAC address, BIOS or serial ID)."
932
1026
  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)."
933
1027
 
934
1028
  #: ../app/views/discovery_rules/edit.html.erb:1
935
1029
  msgid "Edit %s"
936
1030
  msgstr "Editar %s"
937
1031
 
938
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
1032
+ #: ../app/views/discovery_rules/index.html.erb:1
1033
+ #: ../lib/foreman_discovery/engine.rb:163
939
1034
  msgid "Discovery Rules"
940
1035
  msgstr "Regras do Discovery"
941
1036
 
@@ -1000,9 +1095,13 @@ msgid "Discovery Proxy"
1000
1095
  msgstr "Proxy do Discovery"
1001
1096
 
1002
1097
  #: ../lib/foreman_discovery/engine.rb:189
1003
- msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1098
+ msgid ""
1099
+ "Discovery Proxy to use within this subnet for managing connection to "
1100
+ "discovered hosts"
1004
1101
  msgstr "Proxy do Discovery a ser usado nesta sub-rede para gerenciar conexão com hosts descobertos"
1005
1102
 
1006
1103
  #: ../lib/foreman_discovery/engine.rb:190
1007
- msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1104
+ msgid ""
1105
+ "ID of Discovery Proxy to use within this subnet for managing connection to "
1106
+ "discovered hosts"
1008
1107
  msgstr "ID do proxy do Discovery a ser usado nesta sub-rede para gerenciar conexões com hosts descobertos"