foreman_openscap 6.0.0 → 7.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +1302 -0
  3. data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +1302 -0
  4. data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +1302 -0
  5. data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +1302 -0
  6. data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +1304 -0
  7. data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +1304 -0
  8. data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +1302 -0
  9. data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +1302 -0
  10. data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +1300 -0
  11. data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +1302 -0
  12. data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +1304 -0
  13. data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +1302 -0
  14. data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +1302 -0
  15. data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +1300 -0
  16. data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +1302 -0
  17. data/app/controllers/api/v2/compliance/arf_reports_controller.rb +2 -1
  18. data/app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb +1 -1
  19. data/app/controllers/policies_controller.rb +10 -5
  20. data/app/controllers/tailoring_files_controller.rb +3 -0
  21. data/app/helpers/compliance_hosts_helper.rb +2 -0
  22. data/app/helpers/foreman_openscap_helper.rb +11 -8
  23. data/app/helpers/policies_helper.rb +2 -0
  24. data/app/services/foreman_openscap/client_config/ansible.rb +4 -1
  25. data/app/services/foreman_openscap/client_config/manual.rb +1 -1
  26. data/app/services/foreman_openscap/client_config/puppet.rb +4 -1
  27. data/app/services/foreman_openscap/oval/sync_oval_contents.rb +2 -2
  28. data/app/views/arf_reports/_list.html.erb +1 -1
  29. data/app/views/arf_reports/show.html.erb +0 -1
  30. data/app/views/arf_reports/welcome.html.erb +1 -1
  31. data/app/views/compliance_hosts/show.html.erb +1 -1
  32. data/app/views/policies/_list.html.erb +3 -3
  33. data/app/views/policies/index.html.erb +1 -1
  34. data/app/views/policies/steps/_deployment_options_form.html.erb +1 -1
  35. data/app/views/policies/steps/_policy_attributes_form.html.erb +1 -1
  36. data/app/views/policies/steps/_schedule_form.html.erb +8 -4
  37. data/app/views/policy_dashboard/index.html.erb +1 -1
  38. data/app/views/scap_contents/_list.html.erb +3 -3
  39. data/app/views/scap_contents/index.html.erb +1 -1
  40. data/app/views/tailoring_files/_list.html.erb +3 -3
  41. data/app/views/tailoring_files/index.html.erb +1 -1
  42. data/lib/foreman_openscap/bulk_upload.rb +7 -7
  43. data/lib/foreman_openscap/engine.rb +2 -7
  44. data/lib/foreman_openscap/version.rb +1 -1
  45. data/locale/Makefile +6 -3
  46. data/locale/cs_CZ/LC_MESSAGES/foreman_openscap.mo +0 -0
  47. data/locale/cs_CZ/foreman_openscap.edit.po +1735 -0
  48. data/locale/cs_CZ/foreman_openscap.po +1309 -0
  49. data/locale/cs_CZ/foreman_openscap.po.time_stamp +0 -0
  50. data/locale/de/foreman_openscap.edit.po +1745 -0
  51. data/locale/de/foreman_openscap.po +195 -0
  52. data/locale/de/foreman_openscap.po.time_stamp +0 -0
  53. data/locale/en/LC_MESSAGES/foreman_openscap.mo +0 -0
  54. data/locale/en/foreman_openscap.edit.po +1735 -0
  55. data/locale/en/foreman_openscap.po +1309 -0
  56. data/locale/en/foreman_openscap.po.time_stamp +0 -0
  57. data/locale/en_GB/foreman_openscap.edit.po +1735 -0
  58. data/locale/en_GB/foreman_openscap.po +195 -0
  59. data/locale/en_GB/foreman_openscap.po.time_stamp +0 -0
  60. data/locale/es/foreman_openscap.edit.po +1740 -0
  61. data/locale/es/foreman_openscap.po +195 -0
  62. data/locale/es/foreman_openscap.po.time_stamp +0 -0
  63. data/locale/foreman_openscap.pot +388 -76
  64. data/locale/fr/foreman_openscap.edit.po +1746 -0
  65. data/locale/fr/foreman_openscap.po +195 -0
  66. data/locale/fr/foreman_openscap.po.time_stamp +0 -0
  67. data/locale/gl/foreman_openscap.edit.po +1735 -0
  68. data/locale/gl/foreman_openscap.po +195 -0
  69. data/locale/gl/foreman_openscap.po.time_stamp +0 -0
  70. data/locale/it/foreman_openscap.edit.po +1737 -0
  71. data/locale/it/foreman_openscap.po +195 -0
  72. data/locale/it/foreman_openscap.po.time_stamp +0 -0
  73. data/locale/ja/foreman_openscap.edit.po +1741 -0
  74. data/locale/ja/foreman_openscap.po +195 -0
  75. data/locale/ja/foreman_openscap.po.time_stamp +0 -0
  76. data/locale/ko/foreman_openscap.edit.po +1735 -0
  77. data/locale/ko/foreman_openscap.po +195 -0
  78. data/locale/ko/foreman_openscap.po.time_stamp +0 -0
  79. data/locale/pt_BR/foreman_openscap.edit.po +1745 -0
  80. data/locale/pt_BR/foreman_openscap.po +195 -0
  81. data/locale/pt_BR/foreman_openscap.po.time_stamp +0 -0
  82. data/locale/ru/foreman_openscap.edit.po +1739 -0
  83. data/locale/ru/foreman_openscap.po +195 -0
  84. data/locale/ru/foreman_openscap.po.time_stamp +0 -0
  85. data/locale/sv_SE/foreman_openscap.edit.po +1735 -0
  86. data/locale/sv_SE/foreman_openscap.po +195 -0
  87. data/locale/sv_SE/foreman_openscap.po.time_stamp +0 -0
  88. data/locale/zh_CN/foreman_openscap.edit.po +1740 -0
  89. data/locale/zh_CN/foreman_openscap.po +195 -0
  90. data/locale/zh_CN/foreman_openscap.po.time_stamp +0 -0
  91. data/locale/zh_TW/foreman_openscap.edit.po +1736 -0
  92. data/locale/zh_TW/foreman_openscap.po +195 -0
  93. data/locale/zh_TW/foreman_openscap.po.time_stamp +0 -0
  94. data/package.json +0 -3
  95. data/webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js +2 -2
  96. data/webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js +1 -1
  97. data/webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js +3 -3
  98. data/webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js +4 -4
  99. metadata +54 -5
@@ -0,0 +1,1745 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_openscap package.
4
+ #
5
+ # Translators:
6
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2016
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: Foreman\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "PO-Revision-Date: 2016-04-14 07:48+0000\n"
12
+ "Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2016\n"
13
+ "Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/l"
14
+ "anguage/pt_BR/)\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Language: pt_BR\n"
19
+ "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 100000"
20
+ "0 == 0 ? 1 : 2;\n"
21
+
22
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:25
23
+ msgid "List ARF reports"
24
+ msgstr "Listar relatórios ARF"
25
+
26
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:33
27
+ msgid "Show an ARF report"
28
+ msgstr "Mostrar um relatório ARF"
29
+
30
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:39
31
+ msgid "Delete an ARF Report"
32
+ msgstr "Excluir um relatório ARF"
33
+
34
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:46
35
+ msgid "Upload an ARF report"
36
+ msgstr "Carregar um relatório Arf"
37
+
38
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:57
39
+ msgid "Download bzipped ARF report"
40
+ msgstr "Fazer download do relatório ARF compactado com bzip2 "
41
+
42
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:67
43
+ msgid "Download ARF report in HTML"
44
+ msgstr "Fazer download do relatório ARF em HTML"
45
+
46
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:96
47
+ msgid "Policy with id %s not found."
48
+ msgstr "Política com ID %s não encontrada."
49
+
50
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:103 ../app/controllers/api/v2/compliance/oval_reports_controller.rb:32
51
+ msgid "Could not find host identified by: %s"
52
+ msgstr "Não foi possível encontrar o host identificado por: %s"
53
+
54
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:108
55
+ msgid "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params when uploading for %s and host is missing openscap_proxy"
56
+ msgstr "Falha ao carregar relatório ARF. O nome do proxy OpenSCAP ou URL não foi encontrado nos parâmetros ao fazer upload para %s e o host não tem openscap_proxy"
57
+
58
+ #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:120
59
+ msgid "No proxy found for %{name} or %{url}"
60
+ msgstr "Nenhum proxy encontrado para %{name} ou %{url}"
61
+
62
+ #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:10
63
+ msgid "List OVAL contents"
64
+ msgstr "Listar o conteúdo OVAL"
65
+
66
+ #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:18
67
+ msgid "Show an OVAL content"
68
+ msgstr "Mostrar um conteúdo OVAL"
69
+
70
+ #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:26
71
+ msgid "OVAL content name"
72
+ msgstr "OVAL nome do conteúdo"
73
+
74
+ #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:27
75
+ msgid "XML containing OVAL content"
76
+ msgstr "XML contendo conteúdo OVAL"
77
+
78
+ #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:28
79
+ msgid "Original file name of the OVAL content file"
80
+ msgstr "Nome do arquivo original do arquivo de conteúdo OVAL"
81
+
82
+ #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:29
83
+ msgid "URL of the OVAL content file"
84
+ msgstr "URL do arquivo de conteúdo OVAL"
85
+
86
+ #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:34
87
+ msgid "Create OVAL content"
88
+ msgstr "Criar conteúdo OVAL"
89
+
90
+ #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:42
91
+ msgid "Update an OVAL content"
92
+ msgstr "Atualizar um conteúdo OVAL"
93
+
94
+ #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:50
95
+ msgid "Deletes an OVAL content"
96
+ msgstr "Elimina um conteúdo OVAL"
97
+
98
+ #: ../app/controllers/api/v2/compliance/oval_contents_controller.rb:57
99
+ msgid "Sync contents that have remote source URL"
100
+ msgstr "Conteúdo de sincronização que tem URL de fonte remota"
101
+
102
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:13
103
+ msgid "List OVAL Policies"
104
+ msgstr "Listar políticas OVAL"
105
+
106
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:20
107
+ msgid "Show an OVAL Policy"
108
+ msgstr "Mostrar uma política OVAL"
109
+
110
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:28
111
+ msgid "OVAL Policy name"
112
+ msgstr "OVAL Nome da política"
113
+
114
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:29
115
+ msgid "Policy OVAL content ID"
116
+ msgstr "Política OVAL ID do conteúdo"
117
+
118
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:30
119
+ msgid "OVAL Policy description"
120
+ msgstr "OVAL Descrição da política"
121
+
122
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:31
123
+ msgid "OVAL Policy schedule period (weekly, monthly, custom)"
124
+ msgstr "Período de agendamento da política (semanalmente, mensalmente, personalizado)"
125
+
126
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:32
127
+ msgid "OVAL Policy schedule weekday (only if period == \"weekly\")"
128
+ msgstr "Dia da semana de agendamento da política (apenas se o período for == \"semanalmente\")"
129
+
130
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:33
131
+ msgid "OVAL Policy schedule day of month (only if period == \"monthly\")"
132
+ msgstr "Dia do mês de agendamento da política (apenas se o período for == \"mensalmente\")"
133
+
134
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:34
135
+ msgid "OVAL Policy schedule cron line (only if period == \"custom\")"
136
+ msgstr "Linha cron de agendamento da política (apenas se o período for == \"personalizado\")"
137
+
138
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:39
139
+ msgid "Create an OVAL Policy"
140
+ msgstr "Criar uma política OVAL"
141
+
142
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:47
143
+ msgid "Update an OVAL Policy"
144
+ msgstr "Atualizar uma política OVAL"
145
+
146
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:55
147
+ msgid "Delete an OVAL Policy"
148
+ msgstr "Eliminar uma política OVAL"
149
+
150
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:62
151
+ msgid "Assign hostgroups to an OVAL Policy"
152
+ msgstr "Atribuir grupos de anfitriões a uma política OVAL"
153
+
154
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:64
155
+ msgid "Array of hostgroup IDs"
156
+ msgstr "Matriz de IDs de grupos anfitriões"
157
+
158
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:67
159
+ msgid "hostgroups"
160
+ msgstr "Grupos de hosts"
161
+
162
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:70
163
+ msgid "Assign hosts to an OVAL Policy"
164
+ msgstr "Atribuir anfitriões a uma política OVAL"
165
+
166
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:72
167
+ msgid "Array of host IDs"
168
+ msgstr "Matriz de IDs de host"
169
+
170
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:75
171
+ msgid "hosts"
172
+ msgstr "hosts"
173
+
174
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:78
175
+ msgid "Show a policy's OVAL content"
176
+ msgstr ""
177
+
178
+ #: ../app/controllers/api/v2/compliance/oval_policies_controller.rb:104
179
+ msgid "OVAL policy successfully configured with %s."
180
+ msgstr "Política OVAL configurada com sucesso com %s."
181
+
182
+ #: ../app/controllers/api/v2/compliance/oval_reports_controller.rb:11
183
+ msgid "Upload an OVAL report - a list of CVEs for given host"
184
+ msgstr "Upload de um relatório OVAL - uma lista de CVEs para determinado host"
185
+
186
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:18
187
+ msgid "List Policies"
188
+ msgstr "Listar políticas"
189
+
190
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:26
191
+ msgid "Show a Policy"
192
+ msgstr "Exibir uma política"
193
+
194
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:34
195
+ msgid "Policy name"
196
+ msgstr "Nome da política "
197
+
198
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:35
199
+ msgid "Policy description"
200
+ msgstr "Descrição da política"
201
+
202
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:36
203
+ msgid "Policy SCAP content ID"
204
+ msgstr "ID de conteúdo SCAP de política"
205
+
206
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:37
207
+ msgid "Policy SCAP content profile ID"
208
+ msgstr "ID de perfil de conteúdo SCAP de política"
209
+
210
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:38
211
+ msgid "Policy schedule period (weekly, monthly, custom)"
212
+ msgstr "Período de agendamento da política (semanalmente, mensalmente, personalizado)"
213
+
214
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:39
215
+ msgid "Policy schedule weekday (only if period == \"weekly\")"
216
+ msgstr "Dia da semana de agendamento da política (apenas se o período for == \"semanalmente\")"
217
+
218
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:40
219
+ msgid "Policy schedule day of month (only if period == \"monthly\")"
220
+ msgstr "Dia do mês de agendamento da política (apenas se o período for == \"mensalmente\")"
221
+
222
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:41
223
+ msgid "Policy schedule cron line (only if period == \"custom\")"
224
+ msgstr "Linha cron de agendamento da política (apenas se o período for == \"personalizado\")"
225
+
226
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:42
227
+ msgid "Apply policy to host groups"
228
+ msgstr "Aplicar política a grupos de hosts"
229
+
230
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:43
231
+ msgid "Apply policy to hosts"
232
+ msgstr "Aplicar política aos hosts"
233
+
234
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:44
235
+ msgid "Tailoring file ID"
236
+ msgstr "ID do arquivo de personalização"
237
+
238
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:45
239
+ msgid "Tailoring file profile ID"
240
+ msgstr "ID do perfil do arquivo de personalização"
241
+
242
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:46
243
+ msgid "How the policy should be deployed"
244
+ msgstr "Como a política deve ser implantada"
245
+
246
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:51
247
+ msgid "Create a Policy"
248
+ msgstr "Criar uma política"
249
+
250
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:60
251
+ msgid "Update a Policy"
252
+ msgstr "Atualizar uma política"
253
+
254
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:68
255
+ msgid "Delete a Policy"
256
+ msgstr "Excluir uma política"
257
+
258
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:75
259
+ msgid "Show a policy's SCAP content"
260
+ msgstr "Exibir um conteúdo SCAP da política"
261
+
262
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:85
263
+ msgid "Show a policy's Tailoring file"
264
+ msgstr "Exibir o arquivo de personalização da política"
265
+
266
+ #: ../app/controllers/api/v2/compliance/policies_controller.rb:95
267
+ msgid "No Tailoring file assigned for policy with id %s"
268
+ msgstr "Nenhum arquivo de personalização atribuído à política com ID %s"
269
+
270
+ #: ../app/controllers/api/v2/compliance/scap_content_profiles_controller.rb:6
271
+ msgid "List SCAP content profiles"
272
+ msgstr "Listar perfis de conteúdo SCAP"
273
+
274
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:16
275
+ msgid "List SCAP contents"
276
+ msgstr "Listar conteúdos SCAP"
277
+
278
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:24
279
+ msgid "Download an SCAP content as XML"
280
+ msgstr "Fazer download de um conteúdo SCAP como XML"
281
+
282
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:33
283
+ msgid "Show an SCAP content"
284
+ msgstr "Exibir um conteúdo SCAP"
285
+
286
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:40
287
+ msgid "SCAP content name"
288
+ msgstr "Nome do conteúdo SCAP"
289
+
290
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:41
291
+ msgid "XML containing SCAP content"
292
+ msgstr "XML contendo conteúdo SCAP"
293
+
294
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:37
295
+ msgid "Original file name of the XML file"
296
+ msgstr "Nome do arquivo original do arquivo XML"
297
+
298
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:47
299
+ msgid "Create SCAP content"
300
+ msgstr "Criar conteúdo SCAP"
301
+
302
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:55
303
+ msgid "Update an SCAP content"
304
+ msgstr "Atualizar um conteúdo SCAP"
305
+
306
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:63
307
+ msgid "Deletes an SCAP content"
308
+ msgstr "Remove um conteúdo SCAP"
309
+
310
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:70
311
+ msgid "Upload scap contents in bulk"
312
+ msgstr "Carregar o conteúdo do scap em massa"
313
+
314
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:71
315
+ msgid "Type of the upload"
316
+ msgstr "Tipo de upload"
317
+
318
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:72
319
+ msgid "File paths to upload when using \"files\" upload type"
320
+ msgstr "Caminhos de arquivos a serem carregados ao usar \"arquivos\" tipo upload"
321
+
322
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:73
323
+ msgid "Directory to upload when using \"directory\" upload type"
324
+ msgstr "Diretório para carregar ao usar o tipo \"diretório\" de carregamento"
325
+
326
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:86
327
+ msgid "Please specify import type, received: %{received}, expected one of: %{expected}"
328
+ msgstr "Favor especificar o tipo de importação, recebido: %{received}, espera-se um de: % % de{expected}"
329
+
330
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:11
331
+ msgid "List Tailoring files"
332
+ msgstr "Lista de arquivos de personalização"
333
+
334
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:19
335
+ msgid "Download a Tailoring file as XML"
336
+ msgstr "Fazer download de um arquivo personalização como XML"
337
+
338
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:28
339
+ msgid "Show a Tailoring file"
340
+ msgstr "Exibir um arquivo de personalização"
341
+
342
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:35
343
+ msgid "Tailoring file name"
344
+ msgstr "Nome do arquivo de personalização"
345
+
346
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:36
347
+ msgid "XML containing tailoring file"
348
+ msgstr "XML contendo arquivo de personalização"
349
+
350
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:42
351
+ msgid "Create a Tailoring file"
352
+ msgstr "Criar um arquivo de personalização"
353
+
354
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:50
355
+ msgid "Update a Tailoring file"
356
+ msgstr "Atualizar um arquivo de personalização"
357
+
358
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:58
359
+ msgid "Deletes a Tailoring file"
360
+ msgstr "Exclui um arquivo de personalização"
361
+
362
+ #: ../app/controllers/arf_reports_controller.rb:37
363
+ msgid "Failed to downloaded ARF report as bzip: %s"
364
+ msgstr "Falha ao fazer o donwload do relatório ARF como bzip: %s"
365
+
366
+ #: ../app/controllers/arf_reports_controller.rb:48
367
+ msgid "Failed to downloaded ARF report in HTML: %s"
368
+ msgstr "Falha ao fazer download do relatório ARF em HTML: %s"
369
+
370
+ #: ../app/controllers/arf_reports_controller.rb:55
371
+ msgid "Successfully deleted ARF report."
372
+ msgstr "Relatório ARF excluído com êxito."
373
+
374
+ #: ../app/controllers/arf_reports_controller.rb:57
375
+ msgid "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
376
+ msgstr "Falha ao excluir o relatório ARF para o host %{host_name} relatado em %{reported_at}"
377
+
378
+ #: ../app/controllers/arf_reports_controller.rb:67
379
+ msgid "Failed to delete %s compliance reports"
380
+ msgstr "Falha ao remover relatórios de conformidade %s"
381
+
382
+ #: ../app/controllers/arf_reports_controller.rb:70
383
+ msgid "Successfully deleted %s compliance reports"
384
+ msgstr "Relatórios de conformidade %s removidos com êxito"
385
+
386
+ #: ../app/controllers/arf_reports_controller.rb:85
387
+ msgid "No compliance reports were found."
388
+ msgstr "Nenhum relatório de conformidade foi encontrado."
389
+
390
+ #: ../app/controllers/arf_reports_controller.rb:89
391
+ msgid "No compliance reports selected"
392
+ msgstr "Nenhum relatório de conformidade selecionado"
393
+
394
+ #: ../app/controllers/arf_reports_controller.rb:94
395
+ msgid "Something went wrong while selecting compliance reports - %s"
396
+ msgstr "Algo deu errado ao selecionar os relatórios de conformidade - %s"
397
+
398
+ #: ../app/controllers/concerns/foreman_openscap/api/v2/hosts_controller_extensions.rb:19
399
+ msgid "Show config information for foreman_scap_client"
400
+ msgstr "Exibir informações de configuração de foreman_scap_client"
401
+
402
+ #: ../app/controllers/concerns/foreman_openscap/api/v2/hosts_controller_extensions.rb:20
403
+ msgid "The identifier of the host"
404
+ msgstr "O identificador do host"
405
+
406
+ #: ../app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb:10
407
+ msgid "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it."
408
+ msgstr ""
409
+
410
+ #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:26
411
+ msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
412
+ msgstr "Hosts atualizados: atribuídos com proxy de OpenSCAP: %s"
413
+
414
+ #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:29
415
+ msgid "No OpenSCAP Proxy selected."
416
+ msgstr "Nenhum proxy OpenSCAP selecionado."
417
+
418
+ #: ../app/controllers/policies_controller.rb:84
419
+ msgid "Updated hosts: Assigned with compliance policy: %s"
420
+ msgstr "Hosts atualizados: atribuídos com política de conformidade: %s"
421
+
422
+ #: ../app/controllers/policies_controller.rb:91
423
+ msgid "No compliance policy selected."
424
+ msgstr "Nenhuma política de conformidade selecionada."
425
+
426
+ #: ../app/controllers/policies_controller.rb:103
427
+ msgid "Updated hosts: Unassigned from compliance policy '%s'"
428
+ msgstr "Hosts atualizados: Cancelada atribuição à política '%s'"
429
+
430
+ #: ../app/controllers/policies_controller.rb:105
431
+ msgid "No valid policy ID provided"
432
+ msgstr "Não foi fornecida uma ID de política válida"
433
+
434
+ #: ../app/controllers/policies_controller.rb:125
435
+ msgid "No hosts were found."
436
+ msgstr "Nenhum host localizado."
437
+
438
+ #: ../app/controllers/policies_controller.rb:129
439
+ msgid "No hosts selected"
440
+ msgstr "Não foi selecionado nenhum host"
441
+
442
+ #: ../app/controllers/policies_controller.rb:134
443
+ msgid "Something went wrong while selecting hosts - %s"
444
+ msgstr "Ocorreu um erro ao selecionar hosts - %s"
445
+
446
+ #: ../app/helpers/arf_report_dashboard_helper.rb:16 ../app/helpers/compliance_dashboard_helper.rb:8 ../app/helpers/compliance_hosts_helper.rb:15 ../app/views/arf_reports/_list.html.erb:11 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:11 ../app/views/policy_dashboard/_policy_reports.html.erb:10
447
+ msgid "Failed"
448
+ msgstr "Falhou"
449
+
450
+ #: ../app/helpers/arf_report_dashboard_helper.rb:17 ../app/helpers/compliance_dashboard_helper.rb:6 ../app/helpers/compliance_hosts_helper.rb:14 ../app/views/arf_reports/_list.html.erb:10 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:8 ../app/views/policy_dashboard/_policy_reports.html.erb:9
451
+ msgid "Passed"
452
+ msgstr "Aprovado(s)"
453
+
454
+ #: ../app/helpers/arf_report_dashboard_helper.rb:18 ../app/views/arf_reports/_list.html.erb:12 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:14 ../app/views/policy_dashboard/_policy_reports.html.erb:11
455
+ msgid "Other"
456
+ msgstr "Outros"
457
+
458
+ #: ../app/helpers/arf_report_dashboard_helper.rb:26
459
+ msgid "Number of Events"
460
+ msgstr "Número de Eventos"
461
+
462
+ #: ../app/helpers/arf_report_dashboard_helper.rb:27
463
+ msgid "Rule Results"
464
+ msgstr "Resultados de regras"
465
+
466
+ #: ../app/helpers/arf_reports_helper.rb:10
467
+ msgid "Show log messages:"
468
+ msgstr "Exibir mensagens de logs:"
469
+
470
+ #: ../app/helpers/arf_reports_helper.rb:11
471
+ msgid "All messages"
472
+ msgstr "Todas as mensagens"
473
+
474
+ #: ../app/helpers/arf_reports_helper.rb:11
475
+ msgid "Failed and Othered"
476
+ msgstr "Reprovado(s) e Outros"
477
+
478
+ #: ../app/helpers/arf_reports_helper.rb:11
479
+ msgid "Failed only"
480
+ msgstr "Somente reprovado(s)"
481
+
482
+ #: ../app/helpers/arf_reports_helper.rb:20 ../app/views/arf_reports/index.html.erb:1 ../app/views/arf_reports/welcome.html.erb:1 ../app/views/arf_reports/welcome.html.erb:7
483
+ msgid "Compliance Reports"
484
+ msgstr "Relatórios de Conformidade"
485
+
486
+ #: ../app/helpers/arf_reports_helper.rb:40
487
+ msgid "Delete reports"
488
+ msgstr "Remover relatórios"
489
+
490
+ #: ../app/helpers/arf_reports_helper.rb:45
491
+ msgid "Select Action"
492
+ msgstr "Selecionar Ação"
493
+
494
+ #: ../app/helpers/arf_reports_helper.rb:48
495
+ msgid "%s - The following compliance reports are about to be changed"
496
+ msgstr "%s - Os relatórios de conformidade a seguir serão alterados em breve"
497
+
498
+ #: ../app/helpers/arf_reports_helper.rb:53
499
+ msgid "No proxy found!"
500
+ msgstr "Nenhum proxy encontrado!"
501
+
502
+ #: ../app/helpers/arf_reports_helper.rb:58
503
+ msgid "Reported at %s"
504
+ msgstr "Relatar em"
505
+
506
+ #: ../app/helpers/arf_reports_helper.rb:59
507
+ msgid " for policy %s"
508
+ msgstr " para política %s"
509
+
510
+ #: ../app/helpers/arf_reports_helper.rb:61
511
+ msgid " through %s"
512
+ msgstr " através de %s"
513
+
514
+ #: ../app/helpers/arf_reports_helper.rb:66
515
+ msgid "Hosts failing this rule"
516
+ msgstr "Hosts causando falhas nesta regra"
517
+
518
+ #: ../app/helpers/arf_reports_helper.rb:67
519
+ msgid "Hosts passing this rule"
520
+ msgstr "Hosts transmitindo esta regra"
521
+
522
+ #: ../app/helpers/arf_reports_helper.rb:68
523
+ msgid "Hosts othering this rule"
524
+ msgstr "Hosts diferenciando esta regra"
525
+
526
+ #: ../app/helpers/compliance_dashboard_helper.rb:3 ../app/views/arf_reports/_list.html.erb:6 ../app/views/arf_reports/delete_multiple.html.erb:7 ../app/views/policy_dashboard/_policy_reports.html.erb:6
527
+ msgid "Host"
528
+ msgstr "Máquina"
529
+
530
+ #: ../app/helpers/compliance_dashboard_helper.rb:4 ../app/views/arf_reports/_list.html.erb:8
531
+ msgid "Policy"
532
+ msgstr "Política"
533
+
534
+ #. TRANSLATORS: initial character of Passed
535
+ #: ../app/helpers/compliance_dashboard_helper.rb:6
536
+ msgid "Passed|P"
537
+ msgstr "Aprovado|A"
538
+
539
+ #. TRANSLATORS: initial character of Failed
540
+ #: ../app/helpers/compliance_dashboard_helper.rb:8
541
+ msgid "Failed|F"
542
+ msgstr "Reprovado|R"
543
+
544
+ #. TRANSLATORS: initial character of Othered which is an SCAP term
545
+ #: ../app/helpers/compliance_dashboard_helper.rb:10
546
+ msgid "Othered|O"
547
+ msgstr "Outros|O"
548
+
549
+ #: ../app/helpers/compliance_dashboard_helper.rb:10 ../app/helpers/compliance_hosts_helper.rb:16
550
+ msgid "Othered"
551
+ msgstr "Outros"
552
+
553
+ #: ../app/helpers/compliance_hosts_helper.rb:26
554
+ msgid "Assign Compliance Policy"
555
+ msgstr "Atribuir Política de Conformidade"
556
+
557
+ #: ../app/helpers/compliance_hosts_helper.rb:27
558
+ msgid "Unassign Compliance Policy"
559
+ msgstr "Cancelar Atribuição da Política de Conformidade"
560
+
561
+ #: ../app/helpers/compliance_hosts_helper.rb:28
562
+ msgid "Change OpenSCAP Proxy"
563
+ msgstr "Alterar proxy OpenSCAP"
564
+
565
+ #: ../app/helpers/compliance_hosts_helper.rb:37 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:159 ../webpack/components/HostExtentions/HostKebabItems.js:39
566
+ msgid "Compliance"
567
+ msgstr "Conformidade"
568
+
569
+ #: ../app/helpers/compliance_hosts_helper.rb:39
570
+ msgid "Host compliance details"
571
+ msgstr "Detalhes de conformidade do host "
572
+
573
+ #: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:4
574
+ msgid "Host is deleted"
575
+ msgstr "Host removido"
576
+
577
+ #: ../app/helpers/policies_helper.rb:56
578
+ msgid "Choose existing SCAP Content"
579
+ msgstr "Escolha um conteúdo SCAP existente"
580
+
581
+ #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:63 ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:10 ../app/views/scap_contents/welcome.html.erb:1 ../app/views/scap_contents/welcome.html.erb:6
582
+ msgid "SCAP Content"
583
+ msgstr "Conteúdo SCAP"
584
+
585
+ #: ../app/helpers/policies_helper.rb:74 ../app/helpers/policies_helper.rb:81
586
+ msgid "XCCDF Profile"
587
+ msgstr "O Perfil do XCCDF"
588
+
589
+ #: ../app/helpers/policies_helper.rb:80
590
+ msgid "Default XCCDF profile"
591
+ msgstr "Perfil XCCDF padrão "
592
+
593
+ #: ../app/helpers/policies_helper.rb:89
594
+ msgid "Choose Tailoring File"
595
+ msgstr "Escolher um arquivo de personalização"
596
+
597
+ #: ../app/helpers/policies_helper.rb:90 ../app/views/policies/_list.html.erb:6
598
+ msgid "Tailoring File"
599
+ msgstr "Arquivo de personalização"
600
+
601
+ #: ../app/helpers/policies_helper.rb:99
602
+ msgid "XCCDF Profile in Tailoring File"
603
+ msgstr "Perfil XCCDF no arquivo de personalização"
604
+
605
+ #: ../app/helpers/policies_helper.rb:100
606
+ msgid "This profile will be used to override the one from scap content"
607
+ msgstr "Esse perfil será usado para substituir o do conteúdo SCAP"
608
+
609
+ #: ../app/helpers/policies_helper.rb:111 ../app/views/arf_reports/_list.html.erb:54 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:116 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:97
610
+ msgid "Submit"
611
+ msgstr "Enviar"
612
+
613
+ #: ../app/helpers/policies_helper.rb:115 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:27 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:121 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:102
614
+ msgid "Cancel"
615
+ msgstr "Cancelar"
616
+
617
+ #: ../app/helpers/policy_dashboard_helper.rb:11
618
+ msgid "Compliant hosts"
619
+ msgstr "Hosts compatíveis "
620
+
621
+ #: ../app/helpers/policy_dashboard_helper.rb:12
622
+ msgid "Incompliant hosts"
623
+ msgstr "Hosts não compatíveis"
624
+
625
+ #: ../app/helpers/policy_dashboard_helper.rb:13 ../app/models/foreman_openscap/compliance_status.rb:24
626
+ msgid "Inconclusive"
627
+ msgstr "Inconclusivo"
628
+
629
+ #: ../app/helpers/policy_dashboard_helper.rb:14
630
+ msgid "Not audited"
631
+ msgstr "Sem auditoria"
632
+
633
+ #: ../app/helpers/policy_dashboard_helper.rb:41
634
+ msgid "Host is assigned to policy"
635
+ msgstr "Host atribuído a política"
636
+
637
+ #: ../app/helpers/policy_dashboard_helper.rb:44
638
+ msgid "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again."
639
+ msgstr "O host não está atribuído à política, mas foram encontrados relatórios. Talvez seja necessário excluir os relatórios ou atribuir à política novamente."
640
+
641
+ #: ../app/helpers/policy_dashboard_helper.rb:52
642
+ msgid "Hosts no longer assigned: %s"
643
+ msgstr "Hosts não mais atribuídos: %s"
644
+
645
+ #: ../app/helpers/policy_dashboard_helper.rb:56
646
+ msgid "Total hosts with reports where policy is no longer assigned."
647
+ msgstr "Total de hosts com relatórios onde a política não está mais atribuída."
648
+
649
+ #: ../app/lib/proxy_api/openscap.rb:21
650
+ msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
651
+ msgstr "Solicitação expirou. Tente aumentar as configurações -> proxy_request_timeout"
652
+
653
+ #: ../app/lib/proxy_api/openscap.rb:24
654
+ msgid "Could not validate %s. Please make sure you have appropriate proxy version to use this functionality"
655
+ msgstr "Não foi possível validar %s. Certifique-se de que você tem a versão adequada de proxy para usar essa função"
656
+
657
+ #: ../app/lib/proxy_api/openscap.rb:27
658
+ msgid "Could not validate %{file_type}. Error %{error}"
659
+ msgstr "Não foi possível validar %{file_type}. Erro % % de{error}"
660
+
661
+ #: ../app/lib/proxy_api/openscap.rb:40
662
+ msgid "Unable to get HTML version of requested report from Smart Proxy"
663
+ msgstr "Não foi possível obter a versão HTML do relatório solicitado a partir de Smart Proxy"
664
+
665
+ #: ../app/lib/proxy_api/openscap.rb:49
666
+ msgid "Unable to get XML version of requested report from Smart Proxy"
667
+ msgstr "Não foi possível obter a versão XML do relatório solicitado a partir de Smart Proxy"
668
+
669
+ #: ../app/mailers/foreman_openscap/policy_mailer.rb:17
670
+ msgid "SCAP policies summary"
671
+ msgstr "Resumo de políticas SCAP"
672
+
673
+ #: ../app/models/concerns/foreman_openscap/log_extensions.rb:17
674
+ msgid "is not included in SCAP_RESULT"
675
+ msgstr "não está incluído em SCAP_RESULT"
676
+
677
+ #: ../app/models/concerns/foreman_openscap/openscap_proxy_core_extensions.rb:65
678
+ msgid "must have Openscap feature"
679
+ msgstr "deve ter o recurso Openscap"
680
+
681
+ #: ../app/models/concerns/foreman_openscap/openscap_proxy_extensions.rb:8
682
+ msgid "No OpenSCAP proxy found for %{class} with id %{id}"
683
+ msgstr "Nenhum proxy OpenSCAP encontrado para {class} com ID {id}"
684
+
685
+ #: ../app/models/concerns/foreman_openscap/policy_common.rb:15
686
+ msgid "does not consist of 5 parts separated by space"
687
+ msgstr "não consiste em cinco partes separadas por espaço"
688
+
689
+ #: ../app/models/concerns/foreman_openscap/policy_common.rb:21 ../app/models/foreman_openscap/oval_policy.rb:14 ../app/models/foreman_openscap/policy.rb:34
690
+ msgid "is not a valid value"
691
+ msgstr "não é um valor válido"
692
+
693
+ #: ../app/models/concerns/foreman_openscap/policy_common.rb:27
694
+ msgid "must be between 1 and 31"
695
+ msgstr "deve estar entre 1 e 31"
696
+
697
+ #: ../app/models/foreman_openscap/compliance_status.rb:22 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:13
698
+ msgid "Compliant"
699
+ msgstr "Compatível(eis)"
700
+
701
+ #: ../app/models/foreman_openscap/compliance_status.rb:26 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:17
702
+ msgid "Incompliant"
703
+ msgstr "Não compatível(eis)"
704
+
705
+ #: ../app/models/foreman_openscap/compliance_status.rb:28
706
+ msgid "Unknown Compliance status"
707
+ msgstr "Status de conformidade desconhecido"
708
+
709
+ #: ../app/models/foreman_openscap/oval_status.rb:8
710
+ msgid "OVAL scan"
711
+ msgstr "Varredura OVAL"
712
+
713
+ #: ../app/models/foreman_openscap/oval_status.rb:14
714
+ msgid "No Vulnerabilities found"
715
+ msgstr "Não foram encontradas Vulnerabilidades"
716
+
717
+ #: ../app/models/foreman_openscap/oval_status.rb:16
718
+ msgid "%s vulnerabilities found"
719
+ msgstr "%s vulnerabilidades encontradas"
720
+
721
+ #: ../app/models/foreman_openscap/oval_status.rb:18
722
+ msgid "%s vulnerabilities with available patch found"
723
+ msgstr "%s vulnerabilidades com o patch disponível encontrado"
724
+
725
+ #: ../app/models/foreman_openscap/oval_status.rb:20
726
+ msgid "Unknown OVAL status"
727
+ msgstr "Status OVAL desconhecido"
728
+
729
+ #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:8
730
+ msgid "Deployment Options"
731
+ msgstr "Opções de implantação"
732
+
733
+ #: ../app/models/foreman_openscap/policy.rb:11
734
+ msgid "Policy Attributes"
735
+ msgstr "Atributos de política"
736
+
737
+ #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:11 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:67
738
+ msgid "Schedule"
739
+ msgstr "Agendamento"
740
+
741
+ #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:13 ../app/views/scap_contents/_form.html.erb:11 ../app/views/tailoring_files/_form.html.erb:11
742
+ msgid "Locations"
743
+ msgstr "Locais"
744
+
745
+ #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:16 ../app/views/scap_contents/_form.html.erb:14 ../app/views/tailoring_files/_form.html.erb:14
746
+ msgid "Organizations"
747
+ msgstr "Organizações"
748
+
749
+ #: ../app/models/foreman_openscap/policy.rb:11 ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:99 ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:65
750
+ msgid "Hostgroups"
751
+ msgstr "Grupos de hosts"
752
+
753
+ #: ../app/models/foreman_openscap/policy.rb:55
754
+ msgid "Cannot generate HTML guide, scap content is missing."
755
+ msgstr "Não é possível gerar guia HTML, o conteúdo SCAP está ausente"
756
+
757
+ #: ../app/models/foreman_openscap/policy.rb:61
758
+ msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
759
+ msgstr "Não é possível gerar guia HTML, nenhum servidor proxy OpenSCAP válido encontrado."
760
+
761
+ #: ../app/models/foreman_openscap/policy.rb:227
762
+ msgid "must be present when tailoring file profile present"
763
+ msgstr "deve estar presente quando o perfil do arquivo de personalização está presente"
764
+
765
+ #: ../app/models/foreman_openscap/policy.rb:228
766
+ msgid "must be present when tailoring file present"
767
+ msgstr "deve estar presente quando o arquivo de personalização está presente"
768
+
769
+ #: ../app/models/foreman_openscap/policy.rb:233
770
+ msgid "does not come from selected tailoring file"
771
+ msgstr "não vem do arquivo de personalização selecionado"
772
+
773
+ #: ../app/models/foreman_openscap/policy.rb:239
774
+ msgid "does not have the selected SCAP content profile"
775
+ msgstr "não tem o perfil de conteúdo SCAP selecionado"
776
+
777
+ #: ../app/models/foreman_openscap/policy.rb:271
778
+ msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
779
+ msgstr "não pode atribuir a %s, todas as políticas atribuídas devem ser implantadas da mesma forma, verifique 'implantar por' para cada política atribuída"
780
+
781
+ #: ../app/services/foreman_openscap/arf_report_status_calculator.rb:30
782
+ msgid "invalid type %s"
783
+ msgstr "tipo %s inválido"
784
+
785
+ #: ../app/services/foreman_openscap/client_config/ansible.rb:23
786
+ msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
787
+ msgstr ""
788
+
789
+ #: ../app/services/foreman_openscap/client_config/ansible.rb:24
790
+ msgid "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy."
791
+ msgstr ""
792
+
793
+ #: ../app/services/foreman_openscap/client_config/ansible.rb:34
794
+ msgid "theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again."
795
+ msgstr "theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again."
796
+
797
+ #: ../app/services/foreman_openscap/client_config/ansible.rb:57
798
+ msgid "Ansible role"
799
+ msgstr "Função do Ansible"
800
+
801
+ #: ../app/services/foreman_openscap/client_config/ansible.rb:58
802
+ msgid "Ansible variables"
803
+ msgstr "Variáveis do Ansible"
804
+
805
+ #: ../app/services/foreman_openscap/client_config/manual.rb:14
806
+ msgid "This leaves the setup of the foreman_scap_client solely on the user. The policy still needs to be defined in order to link incoming ARF reports."
807
+ msgstr ""
808
+
809
+ #: ../app/services/foreman_openscap/client_config/puppet.rb:17
810
+ msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
811
+ msgstr ""
812
+
813
+ #: ../app/services/foreman_openscap/client_config/puppet.rb:18
814
+ msgid "Every puppet run ensures the foreman_scap_client is configured according to the policy."
815
+ msgstr ""
816
+
817
+ #: ../app/services/foreman_openscap/client_config/puppet.rb:39
818
+ msgid "Puppet class"
819
+ msgstr "Classe de puppet"
820
+
821
+ #: ../app/services/foreman_openscap/client_config/puppet.rb:40
822
+ msgid "Smart Class Parameters"
823
+ msgstr "Parâmetros de classe inteligentes"
824
+
825
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:19
826
+ msgid "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?"
827
+ msgstr "{type} foi selecionado para implantar a política para os clientes, mas {type} não está disponível. Está faltando um plugin?"
828
+
829
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:26
830
+ msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
831
+ msgstr "%{msg_name} {class} necessária não foi encontrada, certifique-se de que ele seja importado primeiro."
832
+
833
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:34
834
+ msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
835
+ msgstr "Os seguintes %{key_name} estavam ausentes para %{item_name}: %{key_names}. Certifique-se de que eles sejam importados antes de prosseguir."
836
+
837
+ #: ../app/services/foreman_openscap/lookup_key_overrider.rb:56
838
+ msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
839
+ msgstr "Falha ao salvar durante a substituição dos parâmetros para %{config_tool}, causa: {errors}"
840
+
841
+ #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:39
842
+ msgid "This feature is temporarily disabled. "
843
+ msgstr "Esse recurso está temporariamente desabilitado."
844
+
845
+ #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:40
846
+ msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
847
+ msgstr "Os proxies inteligentes a seguir precisam ser atualizados para desbloquear o recurso: %s. "
848
+
849
+ #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:41
850
+ msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
851
+ msgstr "Não foi possível alcançar os proxies a seguir: %s. Certifique-se de que eles estejam disponíveis para que o Foreman possa verificar suas versões."
852
+
853
+ #: ../app/services/foreman_openscap/oval/configure.rb:65
854
+ msgid "Was %s configured successfully?"
855
+ msgstr "O %s foi configurado com sucesso?"
856
+
857
+ #: ../app/services/foreman_openscap/oval/configure.rb:66
858
+ msgid "Assign openscap_proxy to %s before proceeding."
859
+ msgstr "Atribua openscap_proxy para %s antes de prosseguir."
860
+
861
+ #: ../app/services/foreman_openscap/oval/configure.rb:75
862
+ msgid "Was %{model_name} %{name} configured successfully?"
863
+ msgstr "Foi %{model_name} %{name} configurado com sucesso?"
864
+
865
+ #: ../app/services/foreman_openscap/oval/setup.rb:56
866
+ msgid "Could not update Ansible Variables with override: true"
867
+ msgstr "Não foi possível atualizar Variáveis Ansíveis com substituição: verdadeiro"
868
+
869
+ #: ../app/services/foreman_openscap/oval/setup.rb:61
870
+ msgid "Is foreman_ansible present?"
871
+ msgstr "O capataz está presente?"
872
+
873
+ #: ../app/services/foreman_openscap/oval/setup.rb:62
874
+ msgid "foreman_ansible plugin not found, please install it before running this action again."
875
+ msgstr "não encontrado, favor instalá-lo antes de executar esta ação novamente."
876
+
877
+ #: ../app/services/foreman_openscap/oval/setup.rb:66
878
+ msgid "Is theforeman.foreman_scap_client present?"
879
+ msgstr "Oforeman.foreman_scap_client está presente?"
880
+
881
+ #: ../app/services/foreman_openscap/oval/setup.rb:71
882
+ msgid "Are required variables for theforeman.foreman_scap_client present?"
883
+ msgstr "As variáveis necessárias para oforeman.foreman_scap_client estão presentes?"
884
+
885
+ #: ../app/services/foreman_openscap/oval/setup.rb:72
886
+ msgid "The following Ansible Variables were not found: %{missing_vars}, please import them before running this action again."
887
+ msgstr "As seguintes Variáveis Ansíveis não foram encontradas: %{missing_vars}, favor importá-las antes de executar esta ação novamente."
888
+
889
+ #: ../app/services/foreman_openscap/oval/setup.rb:76 ../app/services/foreman_openscap/oval/setup.rb:81 ../app/services/foreman_openscap/oval/setup.rb:86
890
+ msgid "Is %s param set to be overriden?"
891
+ msgstr "O %s param está pronto para ser substituído?"
892
+
893
+ #: ../app/services/foreman_openscap/oval/sync_oval_contents.rb:8
894
+ msgid "cause: "
895
+ msgstr ""
896
+
897
+ #: ../app/services/foreman_openscap/oval/sync_oval_contents.rb:28
898
+ msgid "Failed to fetch content file from %s"
899
+ msgstr ""
900
+
901
+ #: ../app/validators/foreman_openscap/data_stream_validator.rb:9
902
+ msgid "No proxy with OpenSCAP feature was found."
903
+ msgstr "Nenhum proxy com recurso OpenSCAP foi encontrado."
904
+
905
+ #: ../app/validators/foreman_openscap/data_stream_validator.rb:14
906
+ msgid "No proxy with OpenSCAP feature is running."
907
+ msgstr "Nenhum proxy com recurso OpenSCAP está em execução."
908
+
909
+ #: ../app/validators/foreman_openscap/data_stream_validator.rb:26
910
+ msgid "No available proxy to validate. Returned with error: %s"
911
+ msgstr "Nenhum proxy disponível para validação. Retorno com erro: %s"
912
+
913
+ #: ../app/validators/foreman_openscap/data_stream_validator.rb:33
914
+ msgid "Changed file does not include existing SCAP content profiles"
915
+ msgstr "O arquivo alterado não inclui perfis de conteúdo SCAP existentes"
916
+
917
+ #: ../app/views/arf_reports/_detailed_message.html.erb:3
918
+ msgid "More details"
919
+ msgstr "Mais detalhes"
920
+
921
+ #: ../app/views/arf_reports/_detailed_message.html.erb:6 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:62 ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:57
922
+ msgid "Description"
923
+ msgstr "Descrição"
924
+
925
+ #: ../app/views/arf_reports/_detailed_message.html.erb:7
926
+ msgid "Rationale"
927
+ msgstr "Base lógica"
928
+
929
+ #: ../app/views/arf_reports/_detailed_message.html.erb:8
930
+ msgid "References"
931
+ msgstr "Referências"
932
+
933
+ #: ../app/views/arf_reports/_list.html.erb:5
934
+ msgid "Select all items in this page"
935
+ msgstr "Selecionar todos os itens desta página"
936
+
937
+ #: ../app/views/arf_reports/_list.html.erb:5
938
+ msgid "items selected. Uncheck to Clear"
939
+ msgstr "itens selecionados. Desselecione para Limpar"
940
+
941
+ #: ../app/views/arf_reports/_list.html.erb:7 ../app/views/arf_reports/delete_multiple.html.erb:10
942
+ msgid "Reported At"
943
+ msgstr "Relatado em "
944
+
945
+ #: ../app/views/arf_reports/_list.html.erb:9
946
+ msgid "Openscap Proxy"
947
+ msgstr "Proxy OpenSCAP"
948
+
949
+ #: ../app/views/arf_reports/_list.html.erb:13 ../app/views/arf_reports/_output.html.erb:16 ../app/views/policies/_list.html.erb:8 ../app/views/policy_dashboard/_policy_reports.html.erb:12 ../app/views/scap_contents/_list.html.erb:6 ../app/views/tailoring_files/_list.html.erb:6
950
+ msgid "Actions"
951
+ msgstr "Ações"
952
+
953
+ #: ../app/views/arf_reports/_list.html.erb:28
954
+ msgid "Deleted policy"
955
+ msgstr "Política excluída"
956
+
957
+ #: ../app/views/arf_reports/_list.html.erb:34
958
+ msgid "Full Report"
959
+ msgstr "Relatório completo"
960
+
961
+ #: ../app/views/arf_reports/_list.html.erb:37
962
+ msgid "Delete compliance report for %s?"
963
+ msgstr "Remover relatório de conformidade para %s?"
964
+
965
+ #: ../app/views/arf_reports/_list.html.erb:48
966
+ msgid "Please Confirm"
967
+ msgstr "Por favor confirme"
968
+
969
+ #: ../app/views/arf_reports/_metrics.html.erb:6
970
+ msgid "Report Metrics"
971
+ msgstr "Relatar Medidas"
972
+
973
+ #: ../app/views/arf_reports/_metrics.html.erb:14
974
+ msgid "Report Status"
975
+ msgstr "Relatar Status"
976
+
977
+ #: ../app/views/arf_reports/_metrics.html.erb:34
978
+ msgid "Total"
979
+ msgstr "Total"
980
+
981
+ #: ../app/views/arf_reports/_output.html.erb:12
982
+ msgid "Result"
983
+ msgstr "Resultado"
984
+
985
+ #: ../app/views/arf_reports/_output.html.erb:13
986
+ msgid "Message"
987
+ msgstr "Mensagem"
988
+
989
+ #: ../app/views/arf_reports/_output.html.erb:14
990
+ msgid "Resource"
991
+ msgstr "Recurso"
992
+
993
+ #: ../app/views/arf_reports/_output.html.erb:15
994
+ msgid "Severity"
995
+ msgstr "Severidade"
996
+
997
+ #: ../app/views/arf_reports/_output.html.erb:33
998
+ msgid "Nothing to show"
999
+ msgstr "Nada para exibir"
1000
+
1001
+ #: ../app/views/arf_reports/delete_multiple.html.erb:27
1002
+ msgid "Delete"
1003
+ msgstr "Excluir"
1004
+
1005
+ #: ../app/views/arf_reports/delete_multiple.html.erb:28
1006
+ msgid "these Compliance reports"
1007
+ msgstr "esses relatórios de conformidade"
1008
+
1009
+ #: ../app/views/arf_reports/show.html.erb:14
1010
+ msgid "Back"
1011
+ msgstr "Retornar"
1012
+
1013
+ #: ../app/views/arf_reports/show.html.erb:16
1014
+ msgid "Host details"
1015
+ msgstr "Detalhes do Host"
1016
+
1017
+ #: ../app/views/arf_reports/show.html.erb:17
1018
+ msgid "View full report"
1019
+ msgstr "Visualizar relatório completo"
1020
+
1021
+ #: ../app/views/arf_reports/show.html.erb:18
1022
+ msgid "Download XML in bzip"
1023
+ msgstr "Baixar XML em bzip"
1024
+
1025
+ #: ../app/views/arf_reports/show.html.erb:19
1026
+ msgid "Download HTML"
1027
+ msgstr "Fazer download de HTML"
1028
+
1029
+ #: ../app/views/arf_reports/show_html.html.erb:10 ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:68
1030
+ msgid "Loading..."
1031
+ msgstr "Carregando..."
1032
+
1033
+ #: ../app/views/arf_reports/welcome.html.erb:9
1034
+ msgid "You don't seem to have any ARF report. ARF report is a summary of a single scan occurrence on a particular host for a given Compliance Policy."
1035
+ msgstr "Parece que você não tem um relatório ARF. O relatório ARF é um resumo de uma única ocorrência de verificação em um host em específico para uma determinada política de conformidade."
1036
+
1037
+ #: ../app/views/arf_reports/welcome.html.erb:12
1038
+ msgid "Documentation"
1039
+ msgstr "Documentação"
1040
+
1041
+ #: ../app/views/compliance_hosts/show.html.erb:8
1042
+ msgid "%s compliance report by policy"
1043
+ msgid_plural "%s compliance reports by policy"
1044
+ msgstr[0] "%s relatório de conformidade por política"
1045
+ msgstr[1] "%s relatórios de conformidade por política"
1046
+ msgstr[2] "%s relatórios de conformidade por política"
1047
+
1048
+ #: ../app/views/compliance_hosts/show.html.erb:10
1049
+ msgid "Policy %s"
1050
+ msgstr "Política %s"
1051
+
1052
+ #: ../app/views/compliance_hosts/show.html.erb:16
1053
+ msgid "%s latest report"
1054
+ msgstr "relatório mais recente %s"
1055
+
1056
+ #: ../app/views/compliance_hosts/show.html.erb:28
1057
+ msgid "%s reports over time"
1058
+ msgstr "relatórios %s ao longo do tempo"
1059
+
1060
+ #: ../app/views/compliance_hosts/show.html.erb:34
1061
+ msgid "No report for this policy"
1062
+ msgstr "Nenhum relatório para esta política"
1063
+
1064
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:183
1065
+ msgid "Latest Compliance Reports"
1066
+ msgstr "Relatórios de conformidade mais recentes "
1067
+
1068
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:4
1069
+ msgid "No reports available"
1070
+ msgstr "Nenhum relatório disponível"
1071
+
1072
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:12
1073
+ msgid "Host does not exist anymore"
1074
+ msgstr "Host não existe mais "
1075
+
1076
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:13
1077
+ msgid "Policy is missing"
1078
+ msgstr "Política está ausente"
1079
+
1080
+ #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:185
1081
+ msgid "Compliance Reports Breakdown"
1082
+ msgstr "Detalhamento de relatórios de conformidade"
1083
+
1084
+ #: ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:9
1085
+ msgid "Changed"
1086
+ msgstr "Alterado(a)"
1087
+
1088
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:5
1089
+ msgid "Hostname"
1090
+ msgstr "Nome da máquina"
1091
+
1092
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:17
1093
+ msgid "Changed?"
1094
+ msgstr "Alterado(a)?"
1095
+
1096
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36 ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1097
+ msgid "Yes"
1098
+ msgstr "Sim"
1099
+
1100
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36 ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:35
1101
+ msgid "No"
1102
+ msgstr "Não"
1103
+
1104
+ #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:40
1105
+ msgid "No ARF reports for this policy"
1106
+ msgstr "Nenhum relatório Arf para esta política"
1107
+
1108
+ #: ../app/views/foreman_openscap/policy_mailer/_list.erb:8
1109
+ msgid "None!"
1110
+ msgstr "Nenhum(a)!"
1111
+
1112
+ #: ../app/views/foreman_openscap/policy_mailer/_policy.erb:7
1113
+ msgid "Total of one host"
1114
+ msgid_plural "Total of %{hosts} hosts"
1115
+ msgstr[0] "Total de um host"
1116
+ msgstr[1] "Total de %{hosts} hosts"
1117
+ msgstr[2] "Total de %{hosts} hosts"
1118
+
1119
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:6
1120
+ msgid "Summary report for OpenScap from Foreman"
1121
+ msgstr "Relatório de resumo para OpenScap do Foreman"
1122
+
1123
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:9
1124
+ msgid "<b>Foreman</b> OpenSCAP summary"
1125
+ msgstr "Resumo do OpenSCAP do <b>Foreman</b>"
1126
+
1127
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:10
1128
+ msgid "Summary from %{time} ago to now"
1129
+ msgstr "Resumo de {time} atrás até agora"
1130
+
1131
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:11
1132
+ msgid "Summary report from Foreman server at %{foreman_url}"
1133
+ msgstr "Relatório de resumo do servidor Foreman em %{foreman_url}"
1134
+
1135
+ #: ../app/views/foreman_openscap/policy_mailer/policy_summary.erb:16
1136
+ msgid "Policies with hosts:"
1137
+ msgstr "Políticas com hosts:"
1138
+
1139
+ #: ../app/views/hosts/select_multiple_openscap_proxy.html.erb:5
1140
+ msgid "Select OpenSCAP Proxy"
1141
+ msgstr "Selecionar proxy OpenSCAP"
1142
+
1143
+ #: ../app/views/policies/_form.html.erb:9
1144
+ msgid "General"
1145
+ msgstr "Geral"
1146
+
1147
+ #: ../app/views/policies/_form.html.erb:18
1148
+ msgid "Host Groups"
1149
+ msgstr "Grupos de host"
1150
+
1151
+ #: ../app/views/policies/_form.html.erb:45 ../app/views/policies/steps/_schedule_form.html.erb:6
1152
+ msgid "Choose period"
1153
+ msgstr "Selecionar período"
1154
+
1155
+ #: ../app/views/policies/_form.html.erb:47 ../app/views/policies/steps/_schedule_form.html.erb:9
1156
+ msgid "Choose weekday"
1157
+ msgstr "Selecionar dia útil"
1158
+
1159
+ #: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:13
1160
+ msgid "Number of a day in month, note that not all months have same count of days"
1161
+ msgstr "Número de dias no mês, observe que nem todos os meses possuem o mesmo número de dias"
1162
+
1163
+ #: ../app/views/policies/_form.html.erb:49 ../app/views/policies/steps/_schedule_form.html.erb:14
1164
+ msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1165
+ msgstr "Você pode especificar cron line personalizado, ex. \"0 3 * * *\", separe cada um dos 5 valores por espaço "
1166
+
1167
+ #: ../app/views/policies/_list.html.erb:3 ../app/views/tailoring_files/_list.html.erb:3 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:19 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:57 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:48 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:56 ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:31 ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:9
1168
+ msgid "Name"
1169
+ msgstr "Nome"
1170
+
1171
+ #: ../app/views/policies/_list.html.erb:4
1172
+ msgid "Content"
1173
+ msgstr ""
1174
+
1175
+ #: ../app/views/policies/_list.html.erb:5
1176
+ msgid "Profile"
1177
+ msgstr ""
1178
+
1179
+ #: ../app/views/policies/_list.html.erb:7
1180
+ msgid "Effective Profile"
1181
+ msgstr "Perfil efetivo"
1182
+
1183
+ #: ../app/views/policies/_list.html.erb:28
1184
+ msgid "None"
1185
+ msgstr "Nenhum"
1186
+
1187
+ #: ../app/views/policies/_list.html.erb:36
1188
+ msgid "Dashboard"
1189
+ msgstr "Painel"
1190
+
1191
+ #: ../app/views/policies/_list.html.erb:37
1192
+ msgid "Show Guide"
1193
+ msgstr "Exibir Guia"
1194
+
1195
+ #: ../app/views/policies/_list.html.erb:39
1196
+ msgid "Delete compliance policy %s with all of its reports?"
1197
+ msgstr "Excluir política de conformidade %s com todos os relatórios?"
1198
+
1199
+ #: ../app/views/policies/create.html.erb:1 ../app/views/policies/index.html.erb:5 ../app/views/policies/new.html.erb:1
1200
+ msgid "New Compliance Policy"
1201
+ msgstr "Nova Política de Conformidade"
1202
+
1203
+ #: ../app/views/policies/disassociate_multiple_hosts.html.erb:4 ../app/views/policies/select_multiple_hosts.html.erb:5
1204
+ msgid "Select Compliance Policy"
1205
+ msgstr "Selecionar Política de Conformidade"
1206
+
1207
+ #: ../app/views/policies/edit.html.erb:1 ../app/views/scap_contents/edit.html.erb:1 ../app/views/tailoring_files/edit.html.erb:1
1208
+ msgid "Edit %s"
1209
+ msgstr "Editar"
1210
+
1211
+ #: ../app/views/policies/index.html.erb:2 ../app/views/policies/welcome.html.erb:1 ../app/views/policies/welcome.html.erb:6
1212
+ msgid "Compliance Policies"
1213
+ msgstr "Políticas de Conformidade"
1214
+
1215
+ #: ../app/views/policies/show.html.erb:1
1216
+ msgid "Details for Compliance Policy %s"
1217
+ msgstr "Detalhes da Política de Conformidade %s"
1218
+
1219
+ #: ../app/views/policies/steps/_deployment_options_form.html.erb:6
1220
+ msgid "There are significant differences in deployment options."
1221
+ msgstr "Existem diferenças significativas nas opções de implantação."
1222
+
1223
+ #: ../app/views/policies/steps/_deployment_options_form.html.erb:7
1224
+ msgid "Please make sure you understand them by reading our"
1225
+ msgstr "Por favor, certifique-se de compreendê-los lendo nosso"
1226
+
1227
+ #: ../app/views/policies/steps/_deployment_options_form.html.erb:7
1228
+ msgid "documentation"
1229
+ msgstr "documentação"
1230
+
1231
+ #: ../app/views/policies/steps/_schedule_form.html.erb:12
1232
+ msgid "Choose day in month"
1233
+ msgstr "Escolher dia no mês"
1234
+
1235
+ #: ../app/views/policies/steps/_step_form.html.erb:11
1236
+ msgid "Next"
1237
+ msgstr "Próximo"
1238
+
1239
+ #: ../app/views/policies/welcome.html.erb:7
1240
+ msgid "In Foreman, a compliance policy checklist is defined via %s."
1241
+ msgstr "No Foreman, uma lista de verificação de políticas de conformidade é definida por %s."
1242
+
1243
+ #: ../app/views/policies/welcome.html.erb:7
1244
+ msgid "SCAP content"
1245
+ msgstr "Conteúdo SCAP"
1246
+
1247
+ #: ../app/views/policies/welcome.html.erb:8
1248
+ msgid "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run."
1249
+ msgstr "Quando o conteúdo SCAP estiver presente, você poderá criar uma política, atribuir grupos de host específicos e agendar a execução"
1250
+
1251
+ #: ../app/views/policies/welcome.html.erb:12
1252
+ msgid "New Policy"
1253
+ msgstr "Nova política"
1254
+
1255
+ #: ../app/views/policy_dashboard/_policy_chart_widget.html.erb:4
1256
+ msgid "Host Breakdown Chart"
1257
+ msgstr "Gráfico de Detalhamento de Host"
1258
+
1259
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:7
1260
+ msgid "Policy assigned"
1261
+ msgstr "Política atribuída"
1262
+
1263
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:8
1264
+ msgid "Date"
1265
+ msgstr "Data"
1266
+
1267
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:24
1268
+ msgid "View Report"
1269
+ msgstr "Visualizar relatório"
1270
+
1271
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:2
1272
+ msgid "Hosts Breakdown"
1273
+ msgstr "Detalhamento dos Hosts"
1274
+
1275
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:4
1276
+ msgid "Compliant with the policy"
1277
+ msgstr "Compatível com a política"
1278
+
1279
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:5
1280
+ msgid "Not compliant with the policy"
1281
+ msgstr "Não compatível com a política"
1282
+
1283
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:6
1284
+ msgid "Inconclusive results"
1285
+ msgstr "Resultados inconclusivos"
1286
+
1287
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:7
1288
+ msgid "Never audited"
1289
+ msgstr "Nunca auditado"
1290
+
1291
+ #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:9
1292
+ msgid "Total hosts with policy: %s"
1293
+ msgstr "Total de hosts com política: %s"
1294
+
1295
+ #: ../app/views/policy_dashboard/index.html.erb:3
1296
+ msgid "Compliance policy: %s"
1297
+ msgstr "Política de conformidade: %s"
1298
+
1299
+ #: ../app/views/policy_dashboard/index.html.erb:7
1300
+ msgid "Status table"
1301
+ msgstr "Tabela de status"
1302
+
1303
+ #: ../app/views/policy_dashboard/index.html.erb:8
1304
+ msgid "Status chart"
1305
+ msgstr "Tabela de status"
1306
+
1307
+ #: ../app/views/policy_dashboard/index.html.erb:20
1308
+ msgid "Latest reports for policy: %s"
1309
+ msgstr "Relatórios mais recentes para a política: %s"
1310
+
1311
+ #: ../app/views/scap_contents/_form.html.erb:9 ../app/views/tailoring_files/_form.html.erb:9
1312
+ msgid "File Upload"
1313
+ msgstr "Carregamento de Arquivo"
1314
+
1315
+ #: ../app/views/scap_contents/_form.html.erb:20
1316
+ msgid "SCAP DataStream file"
1317
+ msgstr "Arquivo SCAP DataStream"
1318
+
1319
+ #: ../app/views/scap_contents/_list.html.erb:3
1320
+ msgid "Title"
1321
+ msgstr ""
1322
+
1323
+ #: ../app/views/scap_contents/_list.html.erb:4 ../app/views/tailoring_files/_list.html.erb:4
1324
+ msgid "File name"
1325
+ msgstr ""
1326
+
1327
+ #: ../app/views/scap_contents/_list.html.erb:5 ../app/views/tailoring_files/_list.html.erb:5
1328
+ msgid "Created at"
1329
+ msgstr ""
1330
+
1331
+ #: ../app/views/scap_contents/_list.html.erb:17 ../app/views/tailoring_files/_list.html.erb:23
1332
+ msgid "Download"
1333
+ msgstr "Baixar"
1334
+
1335
+ #: ../app/views/scap_contents/_list.html.erb:19
1336
+ msgid "Delete scap content %s?"
1337
+ msgstr "Excluir conteúdo scap %s?"
1338
+
1339
+ #: ../app/views/scap_contents/index.html.erb:1
1340
+ msgid "SCAP Contents"
1341
+ msgstr "Conteúdos SCAP"
1342
+
1343
+ #: ../app/views/scap_contents/index.html.erb:3
1344
+ msgid "Upload New SCAP Content"
1345
+ msgstr "Carregar Novo Conteúdo SCAP"
1346
+
1347
+ #: ../app/views/scap_contents/new.html.erb:1
1348
+ msgid "Upload new SCAP content file"
1349
+ msgstr "Carregar novo arquivo de conteúdo SCAP"
1350
+
1351
+ #: ../app/views/scap_contents/welcome.html.erb:7
1352
+ msgid ""
1353
+ "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\n"
1354
+ " configuration issues related to security. "
1355
+ msgstr ""
1356
+ "O protocolo de automação de segurança de conteúdos (SCAP, Security Content Automation Protocol), combina diversos padrões abertos que são usados para enumerar falhas de software e\n"
1357
+ " problemas de configuração relacionados a segurança. "
1358
+
1359
+ #: ../app/views/scap_contents/welcome.html.erb:9
1360
+ msgid ""
1361
+ "In Foreman, scap_contents represent the SCAP security guides on your hosts, and create SCAP profiles for you to assign to hosts / host groups\n"
1362
+ " via %s"
1363
+ msgstr ""
1364
+ "No Foreman, scap_contents representa os guias de segurança SCAP nos seus hosts e cria perfis SCAP para você atribuir aos hosts / grupos de hosts\n"
1365
+ " por %s"
1366
+
1367
+ #: ../app/views/scap_contents/welcome.html.erb:14
1368
+ msgid "New SCAP Content"
1369
+ msgstr "Novo conteúdo SCAP"
1370
+
1371
+ #: ../app/views/smart_proxies/_openscap_spool.html.erb:4
1372
+ msgid "%s spool errors detected, inspect the appropriate file directly on proxy"
1373
+ msgstr "%s erros de spool detectados. Inspecione o arquivo apropriado diretamente no proxy"
1374
+
1375
+ #: ../app/views/smart_proxies/_openscap_spool.html.erb:8
1376
+ msgid "Failed to fetch spool status from proxy"
1377
+ msgstr "Falha ao buscar o status do spool no proxy"
1378
+
1379
+ #: ../app/views/smart_proxies/_openscap_spool.html.erb:11
1380
+ msgid "None found"
1381
+ msgstr "Nenhum(a) localizado(a)"
1382
+
1383
+ #: ../app/views/smart_proxies/plugins/_openscap.html.erb:6
1384
+ msgid "Proxy failed to send a report from spool to Foreman. This indicates a corrupted report format. Report has been moved to directory for storing corrupted files on proxy for later inspection."
1385
+ msgstr "Falha do proxy ao enviar um relatório do spoll ao Foreman. Isso indica um formato de relatório corrompido. O relatório foi movido para o diretório de armazenamento de arquivos corrompidos no proxy para inspeção posterior."
1386
+
1387
+ #: ../app/views/smart_proxies/plugins/_openscap.html.erb:7
1388
+ msgid "Spool errors"
1389
+ msgstr "Erros de spool"
1390
+
1391
+ #: ../app/views/tailoring_files/_form.html.erb:20
1392
+ msgid "DataStream Tailoring file"
1393
+ msgstr "Arquivo de personalização DataStream"
1394
+
1395
+ #: ../app/views/tailoring_files/_list.html.erb:22
1396
+ msgid "Delete tailoring file %s?"
1397
+ msgstr "Excluir arquivo de personalização %s?"
1398
+
1399
+ #: ../app/views/tailoring_files/index.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:6 ../lib/foreman_openscap/engine.rb:169
1400
+ msgid "Tailoring Files"
1401
+ msgstr "Arquivos de personalização"
1402
+
1403
+ #: ../app/views/tailoring_files/index.html.erb:2
1404
+ msgid "Upload New Tailoring file"
1405
+ msgstr "Atualizar novo arquivo de personalização"
1406
+
1407
+ #: ../app/views/tailoring_files/new.html.erb:1
1408
+ msgid "Upload new Tailoring File"
1409
+ msgstr "Atualizar novo arquivo de personalização"
1410
+
1411
+ #: ../app/views/tailoring_files/welcome.html.erb:7
1412
+ msgid "It may sometimes be required to adjust the security policy to your specific needs. "
1413
+ msgstr "Algumas vezes, poderá ser necessário ajustar a política de segurança para suas necessidades específicas."
1414
+
1415
+ #: ../app/views/tailoring_files/welcome.html.erb:8
1416
+ msgid ""
1417
+ "In Foreman, tailoring_files represent the custom modifications to default XCCDF profiles and they can be applied to hosts\n"
1418
+ " via %s"
1419
+ msgstr ""
1420
+ "No Foreman, tailoring_files representam as modificações personalizadas para os perfis XCCDF padrão e podem ser aplicados aos hosts\n"
1421
+ " por %s"
1422
+
1423
+ #: ../app/views/tailoring_files/welcome.html.erb:13
1424
+ msgid "New Tailoring File"
1425
+ msgstr "Novo arquivo de personalização"
1426
+
1427
+ #: ../db/seeds.d/openscap_policy_notification.rb:1
1428
+ msgid "Compliance policy summary"
1429
+ msgstr "Resumo de política de conformidade"
1430
+
1431
+ #: ../db/seeds.d/openscap_policy_notification.rb:5
1432
+ msgid "A summary of reports for OpenSCAP policies"
1433
+ msgstr "Um resumo de relatórios para políticas OpenSCAP"
1434
+
1435
+ #: ../lib/foreman_openscap/bulk_upload.rb:20
1436
+ msgid "Can't find scap-security-guide RPM, are you sure it is installed on your server?"
1437
+ msgstr ""
1438
+
1439
+ #: ../lib/foreman_openscap/bulk_upload.rb:29
1440
+ msgid "Expected an array of files to upload, got: %s."
1441
+ msgstr ""
1442
+
1443
+ #: ../lib/foreman_openscap/bulk_upload.rb:35
1444
+ msgid "%s is a directory, expecting file."
1445
+ msgstr ""
1446
+
1447
+ #: ../lib/foreman_openscap/bulk_upload.rb:40
1448
+ msgid "%s does not exist, skipping."
1449
+ msgstr ""
1450
+
1451
+ #: ../lib/foreman_openscap/bulk_upload.rb:58
1452
+ msgid "Failed saving %s:"
1453
+ msgstr ""
1454
+
1455
+ #: ../lib/foreman_openscap/bulk_upload.rb:66
1456
+ msgid "No such directory: %s. Please check the path you have provided."
1457
+ msgstr ""
1458
+
1459
+ #: ../lib/foreman_openscap/bulk_upload.rb:88
1460
+ msgid "Red Hat %s default content"
1461
+ msgstr ""
1462
+
1463
+ #: ../lib/foreman_openscap/bulk_upload.rb:88
1464
+ msgid "%s content"
1465
+ msgstr ""
1466
+
1467
+ #: ../lib/foreman_openscap/engine.rb:160
1468
+ msgid "Policies"
1469
+ msgstr "Políticas"
1470
+
1471
+ #: ../lib/foreman_openscap/engine.rb:163
1472
+ msgid "SCAP contents"
1473
+ msgstr "Conteúdos SCAP"
1474
+
1475
+ #: ../lib/foreman_openscap/engine.rb:166
1476
+ msgid "Reports"
1477
+ msgstr "Relatórios"
1478
+
1479
+ #: ../lib/foreman_openscap/engine.rb:172 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:33
1480
+ msgid "OVAL Contents"
1481
+ msgstr "Conteúdo do OVAL"
1482
+
1483
+ #: ../lib/foreman_openscap/engine.rb:177 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:32
1484
+ msgid "OVAL Policies"
1485
+ msgstr "OVAL Políticas"
1486
+
1487
+ #: ../lib/foreman_openscap/engine.rb:199
1488
+ msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
1489
+ msgstr "Proxy OpenSCAP a ser usado para buscar conteúdo SCAP e carregar relatórios ARF. Deixe em branco e substitua os parâmetros apropriados ao usar o balanceador de carga do proxy."
1490
+
1491
+ #: ../lib/foreman_openscap/engine.rb:203 ../lib/foreman_openscap/engine.rb:208
1492
+ msgid "OpenSCAP Proxy"
1493
+ msgstr "Proxy OpenSCAP"
1494
+
1495
+ #: ../lib/foreman_openscap/engine.rb:205 ../lib/foreman_openscap/engine.rb:210
1496
+ msgid "ID of OpenSCAP Proxy"
1497
+ msgstr "ID do proxy OpenSCAP"
1498
+
1499
+ #: ../lib/foreman_openscap/engine.rb:270 ../lib/foreman_openscap/engine.rb:283
1500
+ msgid "Run OpenSCAP scan"
1501
+ msgstr "Executar verificação OpenSCAP"
1502
+
1503
+ #: ../lib/foreman_openscap/engine.rb:275 ../lib/foreman_openscap/engine.rb:284
1504
+ msgid "Run OVAL scan"
1505
+ msgstr "Executar OVAL scan"
1506
+
1507
+ #: ../webpack/components/ConfirmModal.js:19
1508
+ msgid "Confirm"
1509
+ msgstr ""
1510
+
1511
+ #: ../webpack/components/EditableInput.js:78
1512
+ msgid "None provided"
1513
+ msgstr ""
1514
+
1515
+ #: ../webpack/components/HostExtentions/HostKebabItems.js:37
1516
+ msgid "There's no available report for this host"
1517
+ msgstr ""
1518
+
1519
+ #: ../webpack/components/withDeleteModal.js:27
1520
+ msgid "Are you sure you want to delete %s?"
1521
+ msgstr ""
1522
+
1523
+ #: ../webpack/components/withLoading.js:12
1524
+ msgid "Error!"
1525
+ msgstr "Erro!"
1526
+
1527
+ #: ../webpack/components/withLoading.js:64
1528
+ msgid "Permission denied"
1529
+ msgstr ""
1530
+
1531
+ #: ../webpack/helpers/mutationHelper.js:7
1532
+ msgid "There was a following error when deleting %(name)s: %(error)s"
1533
+ msgstr ""
1534
+
1535
+ #: ../webpack/helpers/permissionsHelper.js:34
1536
+ msgid "You are not authorized to view the page. "
1537
+ msgstr ""
1538
+
1539
+ #: ../webpack/helpers/permissionsHelper.js:37
1540
+ msgid "Request the following permissions from administrator: %s."
1541
+ msgstr ""
1542
+
1543
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:40
1544
+ msgid "No OVAL Contents found."
1545
+ msgstr "Não foi encontrado nenhum conteúdo OVAL."
1546
+
1547
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:42 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:42
1548
+ msgid "Delete OVAL Content"
1549
+ msgstr ""
1550
+
1551
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:49
1552
+ msgid "OVAL Content successfully deleted."
1553
+ msgstr ""
1554
+
1555
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:51 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:39 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:19 ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:74
1556
+ msgid "OVAL Content"
1557
+ msgstr "Conteúdo OVAL"
1558
+
1559
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsIndex.js:56 ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:57
1560
+ msgid "Create OVAL Content"
1561
+ msgstr ""
1562
+
1563
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:20 ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:103 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:21
1564
+ msgid "URL"
1565
+ msgstr ""
1566
+
1567
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:21
1568
+ msgid "Original File Name"
1569
+ msgstr ""
1570
+
1571
+ #: ../webpack/routes/OvalContents/OvalContentsIndex/OvalContentsTable.js:69
1572
+ msgid "OVAL Contents table"
1573
+ msgstr "OVAL Tabela de conteúdos"
1574
+
1575
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:39
1576
+ msgid "New OVAL Content"
1577
+ msgstr ""
1578
+
1579
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:62
1580
+ msgid "OVAL Content Source"
1581
+ msgstr ""
1582
+
1583
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:74
1584
+ msgid "OVAL Content from URL"
1585
+ msgstr ""
1586
+
1587
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:88
1588
+ msgid "OVAL Content from file"
1589
+ msgstr ""
1590
+
1591
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js:92 ../webpack/routes/OvalContents/OvalContentsShow/OvalContentsShow.js:28
1592
+ msgid "File"
1593
+ msgstr ""
1594
+
1595
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNewHelper.js:38
1596
+ msgid "OVAL Content %s successfully created"
1597
+ msgstr ""
1598
+
1599
+ #: ../webpack/routes/OvalContents/OvalContentsNew/OvalContentsNewHelper.js:52
1600
+ msgid "Unknown error when submitting data, please try again later."
1601
+ msgstr ""
1602
+
1603
+ #: ../webpack/routes/OvalContents/OvalContentsShow/index.js:26 ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:22
1604
+ msgid "No OVAL Content found"
1605
+ msgstr ""
1606
+
1607
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:39
1608
+ msgid "No OVAL Policies found"
1609
+ msgstr "Não foram encontradas políticas OVAL"
1610
+
1611
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:41 ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:33
1612
+ msgid "Delete OVAL Policy"
1613
+ msgstr ""
1614
+
1615
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:48
1616
+ msgid "OVAL policy was successfully deleted."
1617
+ msgstr ""
1618
+
1619
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesIndex.js:50
1620
+ msgid "OVAL policy"
1621
+ msgstr ""
1622
+
1623
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:48 ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:17
1624
+ msgid "Create OVAL Policy"
1625
+ msgstr ""
1626
+
1627
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesIndex/OvalPoliciesTable.js:60
1628
+ msgid "OVAL Policies Table"
1629
+ msgstr "Tabela de Políticas OVAL"
1630
+
1631
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js:107
1632
+ msgid "Type a hostgroup name..."
1633
+ msgstr ""
1634
+
1635
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyForm.js:76
1636
+ msgid "Choose OVAL Content"
1637
+ msgstr ""
1638
+
1639
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:8
1640
+ msgid "can't be blank"
1641
+ msgstr ""
1642
+
1643
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:15
1644
+ msgid "is not a valid cronline"
1645
+ msgstr ""
1646
+
1647
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:54
1648
+ msgid "OVAL Policy succesfully created."
1649
+ msgstr ""
1650
+
1651
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js:86
1652
+ msgid "Failed to create OVAL Policy: %s"
1653
+ msgstr ""
1654
+
1655
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesNew/OvalPoliciesNew.js:23
1656
+ msgid "OVAL Content is required to create OVAL Policy. Please create one before proceeding."
1657
+ msgstr ""
1658
+
1659
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTab.js:38
1660
+ msgid "No CVEs found."
1661
+ msgstr "Não foram encontrados CVEs."
1662
+
1663
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:15
1664
+ msgid "Ref Id"
1665
+ msgstr "Ref. Id"
1666
+
1667
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:16
1668
+ msgid "Has Errata?"
1669
+ msgstr "%s Errata"
1670
+
1671
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:17
1672
+ msgid "Hosts Count"
1673
+ msgstr "Contagem de hosts"
1674
+
1675
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/CvesTable.js:51
1676
+ msgid "Table of CVEs for OVAL policy"
1677
+ msgstr "Tabela de CVEs para a política OVAL"
1678
+
1679
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/DetailsTab.js:47
1680
+ msgid "Period"
1681
+ msgstr ""
1682
+
1683
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTab.js:38
1684
+ msgid "No Hostgroups found."
1685
+ msgstr ""
1686
+
1687
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/HostgroupsTable.js:26
1688
+ msgid "Table of hostgroups for OVAL policy"
1689
+ msgstr ""
1690
+
1691
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:46
1692
+ msgid "Scan All Hostgroups"
1693
+ msgstr "Digitalizar todos os grupos anfitriões"
1694
+
1695
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:53
1696
+ msgid "Details"
1697
+ msgstr ""
1698
+
1699
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShow.js:59
1700
+ msgid "CVEs"
1701
+ msgstr ""
1702
+
1703
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:9
1704
+ msgid "Weekly, on %s"
1705
+ msgstr ""
1706
+
1707
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:11
1708
+ msgid "Monthly, day of month: %s"
1709
+ msgstr ""
1710
+
1711
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:13
1712
+ msgid "Custom cron: %s"
1713
+ msgstr ""
1714
+
1715
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:15
1716
+ msgid "Unknown schedule"
1717
+ msgstr ""
1718
+
1719
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:77
1720
+ msgid "OVAL policy was successfully updated."
1721
+ msgstr ""
1722
+
1723
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js:84
1724
+ msgid "There was a following error when updating OVAL policy: %s"
1725
+ msgstr ""
1726
+
1727
+ #: ../webpack/routes/OvalPolicies/OvalPoliciesShow/index.js:28
1728
+ msgid "No OVAL Policy found"
1729
+ msgstr "Não foi encontrada nenhuma política OVAL"
1730
+
1731
+ #: action_names.rb:2
1732
+ msgid "Action with sub plans"
1733
+ msgstr "Ação com subplanos "
1734
+
1735
+ #: action_names.rb:3
1736
+ msgid "Import facts"
1737
+ msgstr "Importar fatos"
1738
+
1739
+ #: action_names.rb:4
1740
+ msgid "Import Puppet classes"
1741
+ msgstr "Importar classes de Puppet"
1742
+
1743
+ #: action_names.rb:5
1744
+ msgid "Remote action:"
1745
+ msgstr "Ação remota:"