foreman_discovery 16.0.0 → 16.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +10 -3
  3. data/app/controllers/api/v2/discovery_rules_controller.rb +1 -1
  4. data/app/controllers/discovered_hosts_controller.rb +5 -3
  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 +39 -17
  8. data/app/models/host/managed_extensions.rb +2 -2
  9. data/app/services/foreman_discovery/host_converter.rb +15 -7
  10. data/app/services/foreman_discovery/node_api/node_resource.rb +1 -0
  11. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +0 -2
  12. data/app/views/foreman_discovery/debian_kexec.erb +1 -1
  13. data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
  14. data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
  15. data/db/migrate/20180412124505_add_priority_score_to_discovery_rules.rb +1 -1
  16. data/extra/discover-host +14 -8
  17. data/lib/foreman_discovery/engine.rb +2 -2
  18. data/lib/foreman_discovery/version.rb +1 -1
  19. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  20. data/locale/ca/foreman_discovery.edit.po +215 -263
  21. data/locale/ca/foreman_discovery.po +16 -8
  22. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  23. data/locale/de/foreman_discovery.edit.po +217 -266
  24. data/locale/de/foreman_discovery.po +22 -14
  25. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  26. data/locale/en/foreman_discovery.edit.po +175 -133
  27. data/locale/en/foreman_discovery.po +12 -4
  28. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/en_GB/foreman_discovery.edit.po +221 -269
  30. data/locale/en_GB/foreman_discovery.po +18 -10
  31. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  32. data/locale/es/foreman_discovery.edit.po +240 -286
  33. data/locale/es/foreman_discovery.po +22 -14
  34. data/locale/foreman_discovery.pot +34 -24
  35. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  36. data/locale/fr/foreman_discovery.edit.po +242 -291
  37. data/locale/fr/foreman_discovery.po +20 -12
  38. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  39. data/locale/gl/foreman_discovery.edit.po +213 -261
  40. data/locale/gl/foreman_discovery.po +14 -6
  41. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  42. data/locale/it/foreman_discovery.edit.po +216 -264
  43. data/locale/it/foreman_discovery.po +17 -9
  44. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  45. data/locale/ja/foreman_discovery.edit.po +246 -294
  46. data/locale/ja/foreman_discovery.po +20 -12
  47. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/ko/foreman_discovery.edit.po +216 -263
  49. data/locale/ko/foreman_discovery.po +20 -12
  50. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/pt_BR/foreman_discovery.edit.po +237 -282
  52. data/locale/pt_BR/foreman_discovery.po +20 -12
  53. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/ru/foreman_discovery.edit.po +219 -265
  55. data/locale/ru/foreman_discovery.po +20 -12
  56. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  57. data/locale/sv_SE/foreman_discovery.edit.po +213 -261
  58. data/locale/sv_SE/foreman_discovery.po +14 -6
  59. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/zh_CN/foreman_discovery.edit.po +283 -332
  61. data/locale/zh_CN/foreman_discovery.po +20 -12
  62. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  63. data/locale/zh_TW/foreman_discovery.edit.po +216 -262
  64. data/locale/zh_TW/foreman_discovery.po +18 -10
  65. data/test/facts/vmware-facter4-nolegacy.json +402 -0
  66. data/test/functional/discovered_hosts_controller_test.rb +15 -6
  67. data/test/unit/discovered_extensions_test.rb +6 -1
  68. data/test/unit/managed_extensions_test.rb +1 -0
  69. metadata +36 -32
@@ -5,10 +5,10 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 15.1.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.1.3\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2019-10-22 20:43+0000\n"
11
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\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"
@@ -32,7 +32,7 @@ msgid "A summary of discovered hosts"
32
32
  msgstr ""
33
33
 
34
34
  msgid "Action with sub plans"
35
- msgstr "하위 계획이 있는 작업"
35
+ msgstr ""
36
36
 
37
37
  msgid "Actions"
38
38
  msgstr "동작 "
@@ -136,6 +136,11 @@ msgstr "비활성화 "
136
136
  msgid "Disable rule '%s'?"
137
137
  msgstr ""
138
138
 
139
+ msgid "Discovered Host"
140
+ msgid_plural "Discovered Hosts"
141
+ msgstr[0] ""
142
+ msgstr[1] ""
143
+
139
144
  msgid "Discovered Hosts"
140
145
  msgstr ""
141
146
 
@@ -366,10 +371,10 @@ msgid "Image API returned HTTP/%{code} with '%{body}"
366
371
  msgstr "이미지 API에서 '%{body}'이(가) 포함된 HTTP/%{code}을(를) 반환했습니다."
367
372
 
368
373
  msgid "Import Puppet classes"
369
- msgstr "Puppet 클래스 가져오기"
374
+ msgstr ""
370
375
 
371
376
  msgid "Import facts"
372
- msgstr "팩트 불러오기"
377
+ msgstr ""
373
378
 
374
379
  msgid "In addition to @host attribute function rand for random integers is available. Examples:"
375
380
  msgstr ""
@@ -588,7 +593,7 @@ msgid "Reloading kernel on %s"
588
593
  msgstr "%s에서 커널을 다시 로드하는 중"
589
594
 
590
595
  msgid "Remote action:"
591
- msgstr "원격 작업:"
596
+ msgstr ""
592
597
 
593
598
  msgid "Reported in the last 7 days"
594
599
  msgstr "지난 7일 이내에 보고됨"
@@ -689,15 +694,18 @@ msgstr "검색 규칙을 찾을 수 없습니다. 호스트가 제공되지 않
689
694
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
690
695
  msgstr ""
691
696
 
692
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
693
- msgstr "%{url}을(를) 통해 %{name}에 대해 kexec을 수행할 수 없습니다: %{msg}"
697
+ msgid "Unable to perform %{action} on %{ips}"
698
+ msgstr ""
699
+
700
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
701
+ msgstr ""
702
+
703
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
704
+ msgstr ""
694
705
 
695
706
  msgid "Unable to provision %{host}: %{errors}"
696
707
  msgstr "%{host}을(를) 프로비저닝할 수 없습니다: %{errors}"
697
708
 
698
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
699
- msgstr "%{url}을(를) 통해 %{name}을(를) 재부팅할 수 없습니다: %{msg}"
700
-
701
709
  msgid "Update a rule"
702
710
  msgstr "규칙 업데이트 "
703
711
 
@@ -1,21 +1,24 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_discovery package.
4
- #
4
+ #
5
5
  # Translators:
6
6
  # 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
- "Project-Id-Version: foreman_discovery 15.1.0\n"
16
+ "Project-Id-Version: foreman_discovery 16.3.4\n"
14
17
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2019-10-22 11:55+0200\n"
16
- "PO-Revision-Date: 2019-10-22 20:43+0000\n"
18
+ "PO-Revision-Date: 2020-10-29 17:16+0000\n"
17
19
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
18
- "Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/language/pt_BR/)\n"
20
+ "Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/l"
21
+ "anguage/pt_BR/)\n"
19
22
  "MIME-Version: 1.0\n"
20
23
  "Content-Type: text/plain; charset=UTF-8\n"
21
24
  "Content-Transfer-Encoding: 8bit\n"
@@ -24,25 +27,21 @@ 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 descobertos"
30
+ msgstr "Listar todos os hosts decobertos"
28
31
 
29
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
30
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
32
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
31
33
  msgid "filter results"
32
34
  msgstr "filtrar resultados"
33
35
 
34
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
35
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
36
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
36
37
  msgid "sort results"
37
38
  msgstr "ordenar resultados"
38
39
 
39
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
40
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
40
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
41
41
  msgid "paginate results"
42
42
  msgstr "paginar resultados"
43
43
 
44
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
45
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
44
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
46
45
  msgid "number of entries per request"
47
46
  msgstr "número de entradas por requisições"
48
47
 
@@ -50,8 +49,7 @@ msgstr "número de entradas por requisições"
50
49
  msgid "Show a discovered host"
51
50
  msgstr "Exibir um host descoberto"
52
51
 
53
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
54
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
52
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
55
53
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
56
54
  msgstr "Opção do nome de arquivo DHCP (Grub2 ou PXELinux por padrão)"
57
55
 
@@ -63,6 +61,10 @@ msgstr "Crie um host descoberto para testes (use /facts para criar novos hosts)"
63
61
  msgid "Provision a discovered host"
64
62
  msgstr "Provisionar um host descoberto"
65
63
 
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
65
+ msgid "required if host is managed and value is not inherited from host group"
66
+ msgstr "necessário se o host é gerenciado e valor não é herdado do grupo de host"
67
+
66
68
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
67
69
  msgid "not required if using a subnet with DHCP proxy"
68
70
  msgstr "não necessário se utilizar um subrede com proxy DHCP"
@@ -71,82 +73,99 @@ msgstr "não necessário se utilizar um subrede com proxy DHCP"
71
73
  msgid "not required if it's a virtual machine"
72
74
  msgstr "não é obrigatório se for uma máquina virtual"
73
75
 
74
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
75
- msgid ""
76
- "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
76
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
77
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
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"
79
+
80
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
81
+ msgid "required if host is managed and custom partition has not been defined"
82
+ msgstr "requerido se o host é gerenciado e uma partição customizada não foi definida"
83
+
84
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
85
+ msgid "Host's owner type"
86
+ msgstr "Tipo de proprietário do host"
87
+
88
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
89
+ msgid "Host's parameters (array or indexed hash)"
90
+ msgstr "Parâmetros do host (matriz ou hash indexado)"
91
+
92
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
93
+ msgid "Name of the parameter"
94
+ msgstr "Nome do parâmetro"
95
+
96
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
97
+ msgid "Parameter value"
98
+ msgstr "Valor do parâmetro"
99
+
100
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
101
+ msgid "Type of value"
102
+ msgstr "Tipo de valor"
103
+
104
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
105
+ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
77
106
  msgstr "UUID a rastrear o status de tarefas de orquestração, GET /api/orchestration/:UUID/tasks"
78
107
 
79
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
80
- msgid ""
81
- "required if value is not inherited from host group or default password in "
82
- "settings"
108
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
109
+ msgid "required if value is not inherited from host group or default password in settings"
83
110
  msgstr "obrigatório se o valor não for herdado do grupo de hosts ou da senha padrão nas configurações"
84
111
 
85
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
112
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
86
113
  msgid "Delete a discovered host"
87
114
  msgstr "Excluir um host descoberto"
88
115
 
89
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
116
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
90
117
  msgid "Upload facts for a host, creating the host if required"
91
118
  msgstr "Enviar fatos para um host, criando o host se necessário"
92
119
 
93
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
94
- msgid ""
95
- "hash containing facts for the host with minimum set of facts: "
96
- "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
97
- "eth0 (example in case primary interface is named eth0)"
120
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
121
+ msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
98
122
  msgstr "fatos com hashes pra o host com conjunto mínimo de fatos: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (exemplo caso a interface primária tenha como nome eth0)"
99
123
 
100
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
124
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
101
125
  msgid "Execute rules against a discovered host"
102
126
  msgstr "Executar regras em relação a um host descoberto"
103
127
 
104
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
105
- #: ../app/controllers/discovered_hosts_controller.rb:160
128
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
106
129
  msgid "Host %{host} was provisioned with rule %{rule}"
107
130
  msgstr "Host %{host} foi provisionado com a regra %{rule}"
108
131
 
109
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
132
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
110
133
  msgid "Unable to provision %{host}: %{errors}"
111
134
  msgstr "Não foi possível provisionar %{host}: %{errors}"
112
135
 
113
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
114
- #: ../app/controllers/discovered_hosts_controller.rb:167
136
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
115
137
  msgid "No rule found for host %s"
116
138
  msgstr "Nenhuma regra encontrada para o host %s"
117
139
 
118
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
140
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
119
141
  msgid "Execute rules against all currently discovered hosts"
120
142
  msgstr "Executar regras em relação a todos os hosts descobertos atualmente"
121
143
 
122
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
123
- #: ../app/controllers/discovered_hosts_controller.rb:173
144
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
124
145
  msgid "Errors during auto provisioning: %s"
125
146
  msgstr "Erros durante o provisionamento automático: %s"
126
147
 
127
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
128
- #: ../app/controllers/discovered_hosts_controller.rb:176
148
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
129
149
  msgid "No discovered hosts to provision"
130
150
  msgstr "Nenhum host descoberto para provisionamento"
131
151
 
132
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
152
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
133
153
  msgid "%s discovered hosts were provisioned"
134
154
  msgstr "%s hosts descobertos foram provisionados"
135
155
 
136
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
156
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
137
157
  msgid "Refreshing the facts of a discovered host"
138
158
  msgstr "Atualizando os fatos de um host descoberto"
139
159
 
140
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
160
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
141
161
  msgid "Rebooting a discovered host"
142
162
  msgstr "Reinicializando um host descoberto"
143
163
 
144
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
164
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
145
165
  msgid "Rebooting all discovered hosts"
146
166
  msgstr "Reinicializando todos os hosts descobertos"
147
167
 
148
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
149
- #: ../app/controllers/discovered_hosts_controller.rb:129
168
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
150
169
  msgid "Discovered hosts are rebooting now"
151
170
  msgstr "Hosts descobertos estão reinicializando agora"
152
171
 
@@ -171,8 +190,7 @@ msgid "the hostgroup that is used to auto provision a host"
171
190
  msgstr "o grupo de hosts que é usado para provisionar um host automático"
172
191
 
173
192
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
174
- msgid ""
175
- "defines a pattern to assign human-readable hostnames to the matching hosts"
193
+ msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
176
194
  msgstr "define um padrão para atribuir nomes de hosts legíveis aos hosts correspondentes"
177
195
 
178
196
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -180,8 +198,7 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
180
198
  msgstr "habilita para limitar a quantidade máxima de hosts provisionados por regra"
181
199
 
182
200
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
183
- msgid ""
184
- "puts the rules in order, low numbers go first. Must be greater then zero"
201
+ msgid "puts the rules in order, low numbers go first. Must be greater then zero"
185
202
  msgstr "coloca as regras em ordem, números menores primeiro. Deve ser maior que zero"
186
203
 
187
204
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -280,51 +297,51 @@ msgstr "Falha ao provisionar host automaticamente %s: %s"
280
297
  msgid "Discovered hosts are provisioning now"
281
298
  msgstr "Hosts descobertos estão sendo provisionados agora"
282
299
 
283
- #: ../app/controllers/discovered_hosts_controller.rb:224
300
+ #: ../app/controllers/discovered_hosts_controller.rb:226
284
301
  msgid "Highlights"
285
302
  msgstr "Destaques"
286
303
 
287
- #: ../app/controllers/discovered_hosts_controller.rb:224
304
+ #: ../app/controllers/discovered_hosts_controller.rb:226
288
305
  msgid "Storage"
289
306
  msgstr "Armazenamento"
290
307
 
291
- #: ../app/controllers/discovered_hosts_controller.rb:224
308
+ #: ../app/controllers/discovered_hosts_controller.rb:226
292
309
  msgid "Hardware"
293
310
  msgstr "Hardware"
294
311
 
295
- #: ../app/controllers/discovered_hosts_controller.rb:224
312
+ #: ../app/controllers/discovered_hosts_controller.rb:226
296
313
  msgid "Network"
297
314
  msgstr "Rede"
298
315
 
299
- #: ../app/controllers/discovered_hosts_controller.rb:224
316
+ #: ../app/controllers/discovered_hosts_controller.rb:226
300
317
  msgid "Software"
301
318
  msgstr "Software"
302
319
 
303
- #: ../app/controllers/discovered_hosts_controller.rb:224
320
+ #: ../app/controllers/discovered_hosts_controller.rb:226
304
321
  msgid "IPMI"
305
322
  msgstr "IPMI"
306
323
 
307
- #: ../app/controllers/discovered_hosts_controller.rb:224
324
+ #: ../app/controllers/discovered_hosts_controller.rb:226
308
325
  msgid "Miscellaneous"
309
- msgstr "Geral"
326
+ msgstr "Diversos"
310
327
 
311
- #: ../app/controllers/discovered_hosts_controller.rb:302
328
+ #: ../app/controllers/discovered_hosts_controller.rb:304
312
329
  msgid "No hosts were found with that id or name"
313
330
  msgstr "Nenhum host foi encontrado com o id ou nome"
314
331
 
315
- #: ../app/controllers/discovered_hosts_controller.rb:306
332
+ #: ../app/controllers/discovered_hosts_controller.rb:308
316
333
  msgid "No hosts selected"
317
334
  msgstr "Não foi selecionado nenhum host"
318
335
 
319
- #: ../app/controllers/discovered_hosts_controller.rb:312
336
+ #: ../app/controllers/discovered_hosts_controller.rb:314
320
337
  msgid "Something went wrong while selecting hosts - %s"
321
338
  msgstr "Ocorreu um erro ao selecionar hosts - %s"
322
339
 
323
- #: ../app/controllers/discovery_rules_controller.rb:68
340
+ #: ../app/controllers/discovery_rules_controller.rb:72
324
341
  msgid "Rule enabled"
325
342
  msgstr "Regra habiitada"
326
343
 
327
- #: ../app/controllers/discovery_rules_controller.rb:68
344
+ #: ../app/controllers/discovery_rules_controller.rb:72
328
345
  msgid "Rule disabled"
329
346
  msgstr "Regra desabilitada"
330
347
 
@@ -332,37 +349,29 @@ msgstr "Regra desabilitada"
332
349
  msgid "%s ago"
333
350
  msgstr "%s atrás"
334
351
 
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
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
338
353
  msgid "Auto Provision"
339
354
  msgstr "Provisionamento automático"
340
355
 
341
- #: ../app/helpers/discovered_hosts_helper.rb:15
342
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
356
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
343
357
  msgid "Refresh facts"
344
358
  msgstr "Atualizar fatos"
345
359
 
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
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
350
361
  msgid "Reboot"
351
362
  msgstr "Reiniciar"
352
363
 
353
364
  #: ../app/helpers/discovered_hosts_helper.rb:19
354
365
  msgid "Back"
355
- msgstr "Voltar"
366
+ msgstr "Retornar"
356
367
 
357
- #: ../app/helpers/discovered_hosts_helper.rb:21
358
- #: ../app/helpers/discovered_hosts_helper.rb:35
368
+ #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
359
369
  msgid "Select Action"
360
370
  msgstr "Selecionar Ação"
361
371
 
362
- #: ../app/helpers/discovered_hosts_helper.rb:23
363
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
372
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
364
373
  msgid "Delete %s?"
365
- msgstr "Remover %s?"
374
+ msgstr "Remover %s"
366
375
 
367
376
  #: ../app/helpers/discovered_hosts_helper.rb:31
368
377
  msgid "Assign Organization"
@@ -374,16 +383,15 @@ msgstr "Atribuir Local"
374
383
 
375
384
  #: ../app/helpers/discovered_hosts_helper.rb:33
376
385
  msgid "Delete"
377
- msgstr "Remover"
386
+ msgstr "Excluir"
378
387
 
379
388
  #: ../app/helpers/discovered_hosts_helper.rb:37
380
389
  msgid "%s - The following hosts are about to be changed"
381
390
  msgstr "%s - Os hosts a seguir devem ser modificados em breve"
382
391
 
383
- #: ../app/helpers/discovered_hosts_helper.rb:46
384
- #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
392
+ #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
385
393
  msgid "N/A"
386
- msgstr "N/A"
394
+ msgstr "N/D"
387
395
 
388
396
  #: ../app/helpers/discovered_hosts_helper.rb:58
389
397
  msgid "New in the last 24 hours"
@@ -399,14 +407,9 @@ msgstr "Relatado nos últimos sete dias"
399
407
 
400
408
  #: ../app/helpers/discovered_hosts_helper.rb:90
401
409
  msgid "Provision"
402
- msgstr "Configuração"
403
-
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
410
+ msgstr "Provisão"
411
+
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"
411
414
  msgstr "Hosts descobertos"
412
415
 
@@ -455,19 +458,16 @@ msgid "must be present."
455
458
  msgstr "deve estar presente."
456
459
 
457
460
  #: ../app/models/discovery_rule.rb:52
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"
462
- msgstr[0] ""
463
- msgstr[1] ""
461
+ msgid "Host group organization %s must also be associated to the discovery rule"
462
+ msgid_plural "Host group organizations %s must also be associated to the discovery rule"
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"
464
465
 
465
466
  #: ../app/models/discovery_rule.rb:56
466
467
  msgid "Host group location %s must also be associated to the discovery rule"
467
- msgid_plural ""
468
- "Host group locations %s must also be associated to the discovery rule"
469
- msgstr[0] ""
470
- msgstr[1] ""
468
+ msgid_plural "Host group locations %s must also be associated to the discovery rule"
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"
471
471
 
472
472
  #: ../app/models/host/discovered.rb:40
473
473
  msgid "Fact + prefix"
@@ -481,39 +481,39 @@ msgstr "Nome aleatório"
481
481
  msgid "MAC-based name"
482
482
  msgstr "Nome baseado em MAC"
483
483
 
484
- #: ../app/models/host/discovered.rb:51
484
+ #: ../app/models/host/discovered.rb:55
485
485
  msgid "Invalid facts, must be a Hash"
486
486
  msgstr "Fatos inválidos, deve ser um hash"
487
487
 
488
- #: ../app/models/host/discovered.rb:56
489
- msgid ""
490
- "Expected discovery_fact '%s' is missing, unable to detect primary interface "
491
- "and set hostname"
488
+ #: ../app/models/host/discovered.rb:60
489
+ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
492
490
  msgstr "'%s' discovery_fact esperado está ausente, não é possível detectar a interface primária e definir o nome do host"
493
491
 
494
- #: ../app/models/host/discovered.rb:69
495
- msgid ""
496
- "Invalid facts: hash does not contain a valid value for any of the facts in "
497
- "the discovery_hostname setting: %s"
492
+ #: ../app/models/host/discovered.rb:73
493
+ msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
498
494
  msgstr "Fatos inválidos: o hash não contém um valor válido para nenhum dos fatos na configuração discovery_hostname: %s"
499
495
 
500
- #: ../app/models/host/discovered.rb:95
496
+ #: ../app/models/host/discovered.rb:100
501
497
  msgid "Facts could not be imported"
502
498
  msgstr "Fatos não podem ser importados"
503
499
 
504
- #: ../app/models/host/discovered.rb:150
500
+ #: ../app/models/host/discovered.rb:146
505
501
  msgid "Could not get facts from proxy %{url}: %{error}"
506
502
  msgstr "Não foi possível obter fatos do proxy %{url}: %{error}"
507
503
 
508
- #: ../app/models/host/discovered.rb:158
509
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
510
- msgstr "Não foi possível reinicializar %{name} por %{url}: %{msg}"
504
+ #: ../app/models/host/discovered.rb:160
505
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
506
+ msgstr "Não foi possível realizar a reinicialização em %{name} (%{url}): %{msg}"
507
+
508
+ #: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
509
+ msgid "Unable to perform %{action} on %{ips}"
510
+ msgstr ""
511
511
 
512
- #: ../app/models/host/discovered.rb:166
513
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
514
- msgstr "Não foi possível executar kexec no %{name} por %{url}: %{msg}"
512
+ #: ../app/models/host/discovered.rb:179
513
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
514
+ msgstr "Não foi possível executar kexec em %{name} (%{url}): %{msg}"
515
515
 
516
- #: ../app/models/host/discovered.rb:185
516
+ #: ../app/models/host/discovered.rb:203
517
517
  msgid "Invalid hostname: Could not normalize the hostname"
518
518
  msgstr "Nome de host inválido: não foi possível normalizar o nome do host"
519
519
 
@@ -541,191 +541,183 @@ msgstr "URL do kexec do RAM inicial é inválido: '%s'"
541
541
  msgid "Rebuild DNS for %s"
542
542
  msgstr "Recompilar DNS para %s"
543
543
 
544
- #: ../app/models/setting/discovered.rb:15
544
+ #: ../app/models/setting/discovered.rb:17
545
545
  msgid "The default location to place discovered hosts in"
546
546
  msgstr "O local padrão onde colocar hosts descobertos"
547
547
 
548
- #: ../app/models/setting/discovered.rb:15
548
+ #: ../app/models/setting/discovered.rb:17
549
549
  msgid "Discovery location"
550
550
  msgstr "Local do Discovery"
551
551
 
552
- #: ../app/models/setting/discovered.rb:16
552
+ #: ../app/models/setting/discovered.rb:18
553
553
  msgid "The default organization to place discovered hosts in"
554
554
  msgstr "A organização padrão onde colocar os hosts descobertos"
555
555
 
556
- #: ../app/models/setting/discovered.rb:16
556
+ #: ../app/models/setting/discovered.rb:18
557
557
  msgid "Discovery organization"
558
558
  msgstr "Organização do Discovery"
559
559
 
560
- #: ../app/models/setting/discovered.rb:17
560
+ #: ../app/models/setting/discovered.rb:19
561
561
  msgid "Fact name to use for primary interface detection"
562
562
  msgstr "Nome do fato a ser usado para detecção de interface primária"
563
563
 
564
- #: ../app/models/setting/discovered.rb:17
564
+ #: ../app/models/setting/discovered.rb:19
565
565
  msgid "Interface fact"
566
566
  msgstr "Fato da interface"
567
567
 
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)"
568
+ #: ../app/models/setting/discovered.rb:20
569
+ msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
572
570
  msgstr "Interface de vínculo automático (se outra interface for detectada na mesma VLAN via LLDP)"
573
571
 
574
- #: ../app/models/setting/discovered.rb:18
572
+ #: ../app/models/setting/discovered.rb:20
575
573
  msgid "Create bond interfaces"
576
574
  msgstr "Criar interfaces de vínculo"
577
575
 
578
- #: ../app/models/setting/discovered.rb:19
576
+ #: ../app/models/setting/discovered.rb:21
579
577
  msgid "Clean all reported facts during provisioning (except discovery facts)"
580
578
  msgstr "Limpar todos os fatos relatados durante o provisionamento (exceto fatos do Discovery)"
581
579
 
582
- #: ../app/models/setting/discovered.rb:19
580
+ #: ../app/models/setting/discovered.rb:21
583
581
  msgid "Clean all facts"
584
582
  msgstr "Limpar todos fatos"
585
583
 
586
- #: ../app/models/setting/discovered.rb:20
584
+ #: ../app/models/setting/discovered.rb:22
587
585
  msgid "List of facts to use for the hostname (separated by comma, first wins)"
588
586
  msgstr "Lista dos fatos a serem usados para o nome do host (separada por vírgulas, primeiro ganha)"
589
587
 
590
- #: ../app/models/setting/discovered.rb:20
588
+ #: ../app/models/setting/discovered.rb:22
591
589
  msgid "Hostname facts"
592
590
  msgstr "Fatos do nome do host"
593
591
 
594
- #: ../app/models/setting/discovered.rb:21
595
- msgid ""
596
- "Automatically provision newly discovered hosts, according to the "
597
- "provisioning rules"
592
+ #: ../app/models/setting/discovered.rb:23
593
+ msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
598
594
  msgstr "Provisionar automaticamente novos hosts descobertos de acordo com as regras de provisionamento"
599
595
 
600
- #: ../app/models/setting/discovered.rb:21
596
+ #: ../app/models/setting/discovered.rb:23
601
597
  msgid "Auto provisioning"
602
598
  msgstr "Provisionamento automático"
603
599
 
604
- #: ../app/models/setting/discovered.rb:22
600
+ #: ../app/models/setting/discovered.rb:24
605
601
  msgid "Automatically reboot or kexec discovered host during provisioning"
606
602
  msgstr "Automaticamente reinicializar o host descoberto durante o provisioamento ou executar kexec nele"
607
603
 
608
- #: ../app/models/setting/discovered.rb:23
604
+ #: ../app/models/setting/discovered.rb:25
609
605
  msgid "The default prefix to use for the host name, must start with a letter"
610
606
  msgstr "Prefixo padrão a ser usado para o nome do host, deve iniciar com uma letra"
611
607
 
612
- #: ../app/models/setting/discovered.rb:23
608
+ #: ../app/models/setting/discovered.rb:25
613
609
  msgid "Hostname prefix"
614
610
  msgstr "Prefixo do nome do host"
615
611
 
616
- #: ../app/models/setting/discovered.rb:24
612
+ #: ../app/models/setting/discovered.rb:26
617
613
  msgid "Extra facter columns to show in host lists (separate by comma)"
618
614
  msgstr "Colunas extras do Facter para exibir nas listas de hosts (separadas por vírgulas)"
619
615
 
620
- #: ../app/models/setting/discovered.rb:24
616
+ #: ../app/models/setting/discovered.rb:26
621
617
  msgid "Fact columns"
622
618
  msgstr "Colunas de fatos"
623
619
 
624
- #: ../app/models/setting/discovered.rb:25
620
+ #: ../app/models/setting/discovered.rb:27
625
621
  msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
626
622
  msgstr "Regex para organizar fatos para seção de destaques - por exemplo ^(abc|cde)$"
627
623
 
628
- #: ../app/models/setting/discovered.rb:25
624
+ #: ../app/models/setting/discovered.rb:27
629
625
  msgid "Highlighted facts"
630
626
  msgstr "Fatos destacados"
631
627
 
632
- #: ../app/models/setting/discovered.rb:26
628
+ #: ../app/models/setting/discovered.rb:28
633
629
  msgid "Regex to organize facts for storage section"
634
630
  msgstr "Regex para organizar fatos da seção de armazenamento"
635
631
 
636
- #: ../app/models/setting/discovered.rb:26
632
+ #: ../app/models/setting/discovered.rb:28
637
633
  msgid "Storage facts"
638
634
  msgstr "Fatos de armazenamento"
639
635
 
640
- #: ../app/models/setting/discovered.rb:27
636
+ #: ../app/models/setting/discovered.rb:29
641
637
  msgid "Regex to organize facts for software section"
642
638
  msgstr "Regex para organizar fatos da seção de software"
643
639
 
644
- #: ../app/models/setting/discovered.rb:27
640
+ #: ../app/models/setting/discovered.rb:29
645
641
  msgid "Software facts"
646
642
  msgstr "Fatos de software"
647
643
 
648
- #: ../app/models/setting/discovered.rb:28
644
+ #: ../app/models/setting/discovered.rb:30
649
645
  msgid "Regex to organize facts for hardware section"
650
646
  msgstr "Regex para organizar fatos da seção de hardware"
651
647
 
652
- #: ../app/models/setting/discovered.rb:28
648
+ #: ../app/models/setting/discovered.rb:30
653
649
  msgid "Hardware facts"
654
650
  msgstr "Fatos de hardware"
655
651
 
656
- #: ../app/models/setting/discovered.rb:29
652
+ #: ../app/models/setting/discovered.rb:31
657
653
  msgid "Regex to organize facts for network section"
658
654
  msgstr "Regex para organizar fatos da seção de rede"
659
655
 
660
- #: ../app/models/setting/discovered.rb:29
656
+ #: ../app/models/setting/discovered.rb:31
661
657
  msgid "Network facts"
662
658
  msgstr "Fatos de rede"
663
659
 
664
- #: ../app/models/setting/discovered.rb:30
660
+ #: ../app/models/setting/discovered.rb:32
665
661
  msgid "Regex to organize facts for ipmi section"
666
662
  msgstr "Regex para organizar fatos da seção IPMI"
667
663
 
668
- #: ../app/models/setting/discovered.rb:30
664
+ #: ../app/models/setting/discovered.rb:32
669
665
  msgid "IPMI facts"
670
666
  msgstr "Fatos IPMI"
671
667
 
672
- #: ../app/models/setting/discovered.rb:31
673
- msgid ""
674
- "Automatically generate PXE configuration to pin a newly discovered host to "
675
- "discovery"
668
+ #: ../app/models/setting/discovered.rb:33
669
+ msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
676
670
  msgstr "Gerar configuração PXE automaticamente para fixar um host novo descoberto para o Discovery"
677
671
 
678
- #: ../app/models/setting/discovered.rb:31
672
+ #: ../app/models/setting/discovered.rb:33
679
673
  msgid "Lock PXE"
680
674
  msgstr "Bloquear PXE"
681
675
 
682
- #: ../app/models/setting/discovered.rb:32
676
+ #: ../app/models/setting/discovered.rb:34
683
677
  msgid "PXELinux template to be used when pinning a host to discovery"
684
678
  msgstr "Modelo PXELinux a ser usado para fixar um host no Discovery"
685
679
 
686
- #: ../app/models/setting/discovered.rb:32
680
+ #: ../app/models/setting/discovered.rb:34
687
681
  msgid "Locked PXELinux template name"
688
682
  msgstr "Nome do modelo PXELinux bloqueado"
689
683
 
690
- #: ../app/models/setting/discovered.rb:33
684
+ #: ../app/models/setting/discovered.rb:35
691
685
  msgid "PXEGrub template to be used when pinning a host to discovery"
692
686
  msgstr "Modelo PXEGrub a ser usado para fixar um host no Discovery"
693
687
 
694
- #: ../app/models/setting/discovered.rb:33
688
+ #: ../app/models/setting/discovered.rb:35
695
689
  msgid "Locked PXEGrub template name"
696
690
  msgstr "Nome do modelo PXEGrub bloqueado"
697
691
 
698
- #: ../app/models/setting/discovered.rb:34
692
+ #: ../app/models/setting/discovered.rb:36
699
693
  msgid "PXEGrub2 template to be used when pinning a host to discovery"
700
694
  msgstr "Modelo PXEGrub2 a ser usado para fixar um host no Discovery"
701
695
 
702
- #: ../app/models/setting/discovered.rb:34
696
+ #: ../app/models/setting/discovered.rb:36
703
697
  msgid "Locked PXEGrub2 template name"
704
698
  msgstr "Nome do modelo PXEGrub2 bloqueado"
705
699
 
706
- #: ../app/models/setting/discovered.rb:35
700
+ #: ../app/models/setting/discovered.rb:37
707
701
  msgid "Force DNS entries creation when provisioning discovered host"
708
702
  msgstr "Forçar criação de entradas DNS ao provisionar host descoberto"
709
703
 
710
- #: ../app/models/setting/discovered.rb:35
704
+ #: ../app/models/setting/discovered.rb:37
711
705
  msgid "Force DNS"
712
706
  msgstr "Forçar DNS"
713
707
 
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)"
708
+ #: ../app/models/setting/discovered.rb:38
709
+ msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
718
710
  msgstr "Não permitir descobrir MAC correspondente de host gerenciado existente de uma NIC de provisionamento (apresenta erros cedo)"
719
711
 
720
- #: ../app/models/setting/discovered.rb:36
712
+ #: ../app/models/setting/discovered.rb:38
721
713
  msgid "Error on existing NIC"
722
714
  msgstr "Erro na NIC existente"
723
715
 
724
- #: ../app/models/setting/discovered.rb:37
716
+ #: ../app/models/setting/discovered.rb:39
725
717
  msgid "Discovery hostname naming pattern"
726
718
  msgstr "Padrão de nomenclatura de nome de host de descoberta"
727
719
 
728
- #: ../app/models/setting/discovered.rb:37
720
+ #: ../app/models/setting/discovered.rb:39
729
721
  msgid "Type of name generator"
730
722
  msgstr "Tipo de gerador de nomes"
731
723
 
@@ -738,133 +730,117 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
738
730
  msgstr "O host '%{host}' descoberto tem todas as NICs filtradas. Filtro: %{filter}"
739
731
 
740
732
  #: ../app/services/foreman_discovery/fact_parser.rb:12
741
- msgid ""
742
- "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
743
- "%{filter}"
733
+ msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
744
734
  msgstr "Não foi possível encontrar a NIC primária com o %{mac} especificado via '%{fact}'. Filtro da NIC: %{filter}"
745
735
 
746
- #: ../app/services/foreman_discovery/host_converter.rb:39
736
+ #: ../app/services/foreman_discovery/host_converter.rb:47
747
737
  msgid "IPAM must be configured for subnet '%s'"
748
- msgstr ""
738
+ msgstr "O IPAM deve ser configurado para a sub-rede '%s'"
749
739
 
750
- #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
740
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:76
751
741
  msgid "Image API returned HTTP/%{code} with '%{body}"
752
742
  msgstr "API da imagem retornou HTTP/%{code} com '%{body}"
753
743
 
754
- #: ../app/services/foreman_discovery/node_api/node_resource.rb:78
744
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:79
755
745
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
756
746
  msgstr "Erro de processamento da API da imagem: %{msg} (HTTP/%{code}, corpo: %{body})"
757
747
 
748
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
749
+ msgid "Discovered Host"
750
+ msgid_plural "Discovered Hosts"
751
+ msgstr[0] "Host descoberto"
752
+ msgstr[1] "Hosts descobertos"
753
+
758
754
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
759
755
  msgid "No discovered hosts available"
760
756
  msgstr "Nenhum host descoberto disponível"
761
757
 
762
758
  #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:3
763
759
  msgid "Host"
764
- msgstr "Host"
760
+ msgstr "Máquina"
765
761
 
766
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
767
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
768
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
769
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
770
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
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
771
763
  msgid "Model"
772
- msgstr "Modelo"
764
+ msgstr "Modelar"
773
765
 
774
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
775
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
776
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
777
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
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
778
767
  msgid "CPUs"
779
768
  msgstr "CPUs"
780
769
 
781
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
782
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
783
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
784
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
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
785
771
  msgid "Memory"
786
772
  msgstr "Memória"
787
773
 
788
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
774
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
789
775
  msgid "Customize Host"
790
776
  msgstr "Personalizar host"
791
777
 
792
- #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:26
778
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
793
779
  msgid "Create Host"
794
780
  msgstr "Criar host"
795
781
 
796
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
782
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
797
783
  msgid "Select all items in this page"
798
784
  msgstr "Selecionar todos os itens desta página"
799
785
 
800
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
786
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
801
787
  msgid "items selected. Uncheck to Clear"
802
788
  msgstr "itens selecionados. Desselecione para Limpar"
803
789
 
804
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
805
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
806
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
807
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
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
808
791
  msgid "Name"
809
792
  msgstr "Nome"
810
793
 
811
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
812
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
813
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
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
814
795
  msgid "IP Address"
815
796
  msgstr "Endereço IP"
816
797
 
817
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
798
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
818
799
  msgid "Disk Count"
819
800
  msgstr "Contagem de discos"
820
801
 
821
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
802
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
822
803
  msgid "Disks Size"
823
804
  msgstr "Tamanho dos discos"
824
805
 
825
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
826
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
806
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
827
807
  msgid "Location"
828
808
  msgstr "Local"
829
809
 
830
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
831
- #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
810
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
832
811
  msgid "Organization"
833
812
  msgstr "Organização"
834
813
 
835
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
814
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
836
815
  msgid "Subnet"
837
- msgstr "Subrede"
816
+ msgstr "Suberede"
838
817
 
839
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
818
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
840
819
  msgid "Last Facts Upload"
841
820
  msgstr "Carregamento dos últimos fatos"
842
821
 
843
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
844
- #: ../app/views/discovery_rules/index.html.erb:12
822
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
845
823
  msgid "Actions"
846
824
  msgstr "Ações"
847
825
 
848
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:51
826
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
849
827
  msgid "Please Confirm"
850
828
  msgstr "Por favor confirme"
851
829
 
852
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:57
830
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
853
831
  msgid "Cancel"
854
832
  msgstr "Cancelar"
855
833
 
856
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:58
834
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
857
835
  msgid "Submit"
858
- msgstr "Submeter"
836
+ msgstr "Enviar"
859
837
 
860
838
  #: ../app/views/discovered_hosts/edit.html.erb:1
861
839
  msgid "Provision %s"
862
840
  msgstr "Provisionar %s"
863
841
 
864
842
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
865
- msgid ""
866
- "This might take a while, as all hosts, facts and reports will be destroyed "
867
- "as well"
843
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
868
844
  msgstr "Isto pode demorar um pouco, pois todos os hosts, fatos e relatórios também serão destruídos"
869
845
 
870
846
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -903,20 +879,6 @@ msgstr "Endereco de IP"
903
879
  msgid "Collapse All"
904
880
  msgstr "Recolher todos"
905
881
 
906
- #: ../app/views/discovered_hosts/welcome.html.erb:7
907
- msgid "No discovered hosts found in this context."
908
- msgstr "Nenhum host descoberto encontrado neste contexto."
909
-
910
- #: ../app/views/discovered_hosts/welcome.html.erb:8
911
- msgid ""
912
- "This page shows discovered bare-metal or virtual nodes waiting to be "
913
- "provisioned."
914
- msgstr "Esta página mostra nós bare-metal ou virtuais aguardando o provisionamento."
915
-
916
- #: ../app/views/discovered_hosts/welcome.html.erb:9
917
- msgid "Learn more about this in the documentation."
918
- msgstr "Para saber mais sobre isso, acesse a documentação."
919
-
920
882
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
921
883
  msgid "Summary report for discovered hosts from Foreman"
922
884
  msgstr "Relatório de resumo dos hosts descobertos pelo Foreman"
@@ -925,23 +887,19 @@ msgstr "Relatório de resumo dos hosts descobertos pelo Foreman"
925
887
  msgid "<b>Foreman</b> Discovered hosts summary"
926
888
  msgstr "Resumo dos hosts descobertos pelo <b>Foreman</b>"
927
889
 
928
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
929
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
890
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
930
891
  msgid "Summary from %{time} ago to %{now}"
931
892
  msgstr "Resumo de %{time} atrás até %{now}"
932
893
 
933
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
934
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
894
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
935
895
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
936
896
  msgstr "Hosts descobertos pelo servidor do Foreman em %{foreman_url}"
937
897
 
938
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
939
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
898
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
940
899
  msgid "Disk count"
941
900
  msgstr "Contagem de Disco"
942
901
 
943
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
944
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
902
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
945
903
  msgid "Disks size"
946
904
  msgstr "Tamanho do disco"
947
905
 
@@ -963,7 +921,7 @@ msgstr "Primário"
963
921
 
964
922
  #: ../app/views/discovery_rules/_form.html.erb:7
965
923
  msgid "Locations"
966
- msgstr "Localizações"
924
+ msgstr "Locais"
967
925
 
968
926
  #: ../app/views/discovery_rules/_form.html.erb:10
969
927
  msgid "Organizations"
@@ -990,45 +948,34 @@ msgid "Rule priority (lower integer means higher priority)"
990
948
  msgstr "Prioridades de regras (inteiro menor significa prioridade mais alta)"
991
949
 
992
950
  #: ../app/views/discovery_rules/_template_inline.erb:2
993
- msgid ""
994
- "Specify target hostname template pattern in the same syntax as in "
995
- "Provisioning Templates (ERB)."
951
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
996
952
  msgstr "Especificar padrão do modelo do nome de host de destino na mesma sintaxe dos modelos de provisionamento (ERB)."
997
953
 
998
954
  #: ../app/views/discovery_rules/_template_inline.erb:4
999
- msgid ""
1000
- "Domain will be appended automatically. A hostname based on MAC address will "
1001
- "be used when left blank."
955
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
1002
956
  msgstr "O domínio será anexado automaticamente. Um nome de host baseado no endereço MAC será usado quando deixado em branco."
1003
957
 
1004
958
  #: ../app/views/discovery_rules/_template_inline.erb:5
1005
- msgid ""
1006
- "In addition to @host attribute function rand for random integers is "
1007
- "available. Examples:"
959
+ msgid "In addition to @host attribute function rand for random integers is available. Examples:"
1008
960
  msgstr "Além do atributo @host, a função rand para inteiros aleatórios está disponível. Exemplos:"
1009
961
 
1010
962
  #: ../app/views/discovery_rules/_template_inline.erb:8
1011
- msgid ""
1012
- "When creating hostname patterns, make sure the resulting host names are "
1013
- "unique."
963
+ msgid "When creating hostname patterns, make sure the resulting host names are unique."
1014
964
  msgstr "Ao criar padrões de nome de host, garanta que os nomes de host resultantes sejam exclusivos"
1015
965
 
1016
966
  #: ../app/views/discovery_rules/_template_inline.erb:9
1017
- msgid ""
1018
- "Hostnames must not start with numbers. A good approach is to use unique "
1019
- "information provided by facter (MAC address, BIOS or serial ID)."
967
+ msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
1020
968
  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)."
1021
969
 
1022
970
  #: ../app/views/discovery_rules/edit.html.erb:1
1023
971
  msgid "Edit %s"
1024
972
  msgstr "Editar %s"
1025
973
 
1026
- #: ../app/views/discovery_rules/index.html.erb:1
1027
- #: ../lib/foreman_discovery/engine.rb:163
974
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
1028
975
  msgid "Discovery Rules"
1029
976
  msgstr "Regras do Discovery"
1030
977
 
1031
- #: ../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
1032
979
  msgid "Create Rule"
1033
980
  msgstr "Criar regra"
1034
981
 
@@ -1060,6 +1007,10 @@ msgstr "DiscoveryRule|Habilitado"
1060
1007
  msgid "New Discovery Rule"
1061
1008
  msgstr "Nova regra do Discovery"
1062
1009
 
1010
+ #: ../app/views/discovery_rules/welcome.html.erb:8
1011
+ msgid "Discovered Rules"
1012
+ msgstr ""
1013
+
1063
1014
  #: ../db/seeds.d/50_discovery_templates.rb:5
1064
1015
  msgid "Command line options for kexec during PXE-less provisioning."
1065
1016
  msgstr "Opções da linha de comando para o kexec durante o provisionamento sem PXE."
@@ -1080,37 +1031,41 @@ msgstr "Um ou mais hosts foram descobertos"
1080
1031
  msgid "Details"
1081
1032
  msgstr "Detalhes"
1082
1033
 
1083
- #: ../lib/foreman_discovery/engine.rb:179
1034
+ #: ../lib/foreman_discovery/engine.rb:180
1084
1035
  msgid "Discovery Kexec template"
1085
1036
  msgstr "Modelo do kexec do Discovery"
1086
1037
 
1087
- #: ../lib/foreman_discovery/engine.rb:188
1038
+ #: ../lib/foreman_discovery/engine.rb:189
1088
1039
  msgid "Discovery Proxy"
1089
1040
  msgstr "Proxy do Discovery"
1090
1041
 
1091
- #: ../lib/foreman_discovery/engine.rb:189
1092
- msgid ""
1093
- "Discovery Proxy to use within this subnet for managing connection to "
1094
- "discovered hosts"
1042
+ #: ../lib/foreman_discovery/engine.rb:190
1043
+ msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1095
1044
  msgstr "Proxy do Discovery a ser usado nesta sub-rede para gerenciar conexão com hosts descobertos"
1096
1045
 
1097
- #: ../lib/foreman_discovery/engine.rb:190
1098
- msgid ""
1099
- "ID of Discovery Proxy to use within this subnet for managing connection to "
1100
- "discovered hosts"
1046
+ #: ../lib/foreman_discovery/engine.rb:191
1047
+ msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1101
1048
  msgstr "ID do proxy do Discovery a ser usado nesta sub-rede para gerenciar conexões com hosts descobertos"
1102
1049
 
1050
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
1051
+ msgid "For more information please see "
1052
+ msgstr ""
1053
+
1054
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
1055
+ msgid "documentation"
1056
+ msgstr ""
1057
+
1103
1058
  #: action_names.rb:2
1104
- msgid "Import Puppet classes"
1105
- msgstr "Importar classes de Puppet"
1059
+ msgid "Action with sub plans"
1060
+ msgstr "Ação com subplanos "
1106
1061
 
1107
1062
  #: action_names.rb:3
1108
1063
  msgid "Import facts"
1109
1064
  msgstr "Importar fatos"
1110
1065
 
1111
1066
  #: action_names.rb:4
1112
- msgid "Action with sub plans"
1113
- msgstr "Ação com subplanos"
1067
+ msgid "Import Puppet classes"
1068
+ msgstr "Importar classes de Puppet"
1114
1069
 
1115
1070
  #: action_names.rb:5
1116
1071
  msgid "Remote action:"