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,1302 @@
1
+ locales['foreman_openscap'] = locales['foreman_openscap'] || {}; locales['foreman_openscap']['de'] = {
2
+ "domain": "foreman_openscap",
3
+ "locale_data": {
4
+ "foreman_openscap": {
5
+ "": {
6
+ "Project-Id-Version": "Foreman",
7
+ "Report-Msgid-Bugs-To": "",
8
+ "PO-Revision-Date": "2016-04-14 07:48+0000",
9
+ "Last-Translator": "Patrick Dolinic, 2021",
10
+ "Language-Team": "German (http://www.transifex.com/foreman/foreman/language/de/)",
11
+ "MIME-Version": "1.0",
12
+ "Content-Type": "text/plain; charset=UTF-8",
13
+ "Content-Transfer-Encoding": "8bit",
14
+ "Language": "de",
15
+ "Plural-Forms": "nplurals=2; plural=(n != 1);",
16
+ "lang": "de",
17
+ "domain": "foreman_openscap",
18
+ "plural_forms": "nplurals=2; plural=(n != 1);"
19
+ },
20
+ "List ARF reports": [
21
+ "ARF-Berichte auflisten"
22
+ ],
23
+ "Show an ARF report": [
24
+ "ARF-Bericht anzeigen"
25
+ ],
26
+ "Delete an ARF Report": [
27
+ "ARF-Bericht löschen"
28
+ ],
29
+ "Upload an ARF report": [
30
+ "Einen Arf-Bericht hochladen"
31
+ ],
32
+ "Download bzipped ARF report": [
33
+ "bzipped ARF-Bericht herunterladen"
34
+ ],
35
+ "Download ARF report in HTML": [
36
+ "ARF-Bericht in HTML herunterladen"
37
+ ],
38
+ "Policy with id %s not found.": [
39
+ "Richtlinie mit Kennung %s nicht gefunden."
40
+ ],
41
+ "Could not find host identified by: %s": [
42
+ "Host identifiziert durch %s nicht gefunden"
43
+ ],
44
+ "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params when uploading for %s and host is missing openscap_proxy": [
45
+ "Der Upload des Arf Reports ist fehlgeschlagen, der OpenSCAP Proxyname oder die URL konnte beim Upload in den Parametern für %s nicht gefunden werden. Es fehlt der openscap_proxy für den Host."
46
+ ],
47
+ "No proxy found for %{name} or %{url}": [
48
+ "Keine Proxy für %{name} oder %{url} gefunden"
49
+ ],
50
+ "List OVAL contents": [
51
+ "OVAL-Inhalte auflisten"
52
+ ],
53
+ "Show an OVAL content": [
54
+ "OVAL-Inhalt anzeigen"
55
+ ],
56
+ "OVAL content name": [
57
+ "OVAL-Inhaltsname"
58
+ ],
59
+ "XML containing OVAL content": [
60
+ "XML mit OVAL-Inhalten"
61
+ ],
62
+ "Original file name of the OVAL content file": [
63
+ "Ursprünglicher Dateiname der OVAL-Inhaltsdatei"
64
+ ],
65
+ "URL of the OVAL content file": [
66
+ "URL der OVAL-Inhaltsdatei"
67
+ ],
68
+ "Create OVAL content": [
69
+ "OVAL-Inhalte erstellen"
70
+ ],
71
+ "Update an OVAL content": [
72
+ "OVAL-Inhalte aktualisieren"
73
+ ],
74
+ "Deletes an OVAL content": [
75
+ "Löscht einen OVAL-Inhalt"
76
+ ],
77
+ "Sync contents that have remote source URL": [
78
+ "Inhalte mit Remote-Quell-URL synchronisieren"
79
+ ],
80
+ "List OVAL Policies": [
81
+ "OVAL-Richtlinien auflisten"
82
+ ],
83
+ "Show an OVAL Policy": [
84
+ "Zeigen Sie eine OVAL-Richtlinie an"
85
+ ],
86
+ "OVAL Policy name": [
87
+ "OVAL-Richtlinienname"
88
+ ],
89
+ "Policy OVAL content ID": [
90
+ "Richtlinien-OVAL-Content-ID"
91
+ ],
92
+ "OVAL Policy description": [
93
+ "Beschreibung der OVAL-Richtlinie"
94
+ ],
95
+ "OVAL Policy schedule period (weekly, monthly, custom)": [
96
+ "Zeitplan der OVAL-Richtlinie (wöchentlich, monatlich, benutzerdefiniert)"
97
+ ],
98
+ "OVAL Policy schedule weekday (only if period == \\\"weekly\\\")": [
99
+ "OVAL Richtlinienplan Wochentag (nur wenn Zeitraum == \\\"weekly\\\")"
100
+ ],
101
+ "OVAL Policy schedule day of month (only if period == \\\"monthly\\\")": [
102
+ "OVAL Versicherungsplan Tag des Monats (nur wenn Zeitraum == \\\"monthly\\\")"
103
+ ],
104
+ "OVAL Policy schedule cron line (only if period == \\\"custom\\\")": [
105
+ "Cron-Linie des OVAL-Richtlinienplans (nur wenn Zeitraum == \\\"custom\\\")"
106
+ ],
107
+ "Create an OVAL Policy": [
108
+ "Erstellen Sie eine OVAL-Richtlinie"
109
+ ],
110
+ "Update an OVAL Policy": [
111
+ "Aktualisieren einer OVAL-Richtlinie"
112
+ ],
113
+ "Delete an OVAL Policy": [
114
+ "Löschen einer OVAL-Richtlinie"
115
+ ],
116
+ "Assign hostgroups to an OVAL Policy": [
117
+ "Hostgruppen einer OVAL-Richtlinie zuweisen"
118
+ ],
119
+ "Array of hostgroup IDs": [
120
+ "Array von Hostgruppen-IDs"
121
+ ],
122
+ "hostgroups": [
123
+ "Hostgruppen"
124
+ ],
125
+ "Assign hosts to an OVAL Policy": [
126
+ "Hosts einer OVAL-Richtlinie zuweisen"
127
+ ],
128
+ "Array of host IDs": [
129
+ "Array von Host-IDs"
130
+ ],
131
+ "hosts": [
132
+ "Hosts"
133
+ ],
134
+ "Show a policy's OVAL content": [
135
+ ""
136
+ ],
137
+ "OVAL policy successfully configured with %s.": [
138
+ "OVAL-Richtlinie erfolgreich konfiguriert mit %s."
139
+ ],
140
+ "Upload an OVAL report - a list of CVEs for given host": [
141
+ "Laden Sie einen OVAL-Bericht hoch – eine Liste von CVEs für einen bestimmten Host"
142
+ ],
143
+ "List Policies": [
144
+ "Richtlinien auflisten"
145
+ ],
146
+ "Show a Policy": [
147
+ "Zeige Richtlinie"
148
+ ],
149
+ "Policy name": [
150
+ "Name der Richtlinie"
151
+ ],
152
+ "Policy description": [
153
+ "Beschreibung der Richtlinie"
154
+ ],
155
+ "Policy SCAP content ID": [
156
+ "Richtlinien-SCAP-Inhalts-ID"
157
+ ],
158
+ "Policy SCAP content profile ID": [
159
+ "Richtlinien-SCAP-Inhaltsprofil-ID"
160
+ ],
161
+ "Policy schedule period (weekly, monthly, custom)": [
162
+ "Policy-Planungs-Periode (weekly, monthly, custom)"
163
+ ],
164
+ "Policy schedule weekday (only if period == \\\"weekly\\\")": [
165
+ "Policy-Planungs-Zeitraum (nur wenn Zeitraum == \\\"weekly\\\")"
166
+ ],
167
+ "Policy schedule day of month (only if period == \\\"monthly\\\")": [
168
+ "Policy-Planungs-Zeitraum (nur wenn Zeitraum == \\\"monthly\\\")"
169
+ ],
170
+ "Policy schedule cron line (only if period == \\\"custom\\\")": [
171
+ "Policy-Planungs-Cron-Linie (nur wenn Zeitraum == \\\"custom\\\")"
172
+ ],
173
+ "Apply policy to host groups": [
174
+ "Richtlinie auf Hostgruppe anwenden"
175
+ ],
176
+ "Apply policy to hosts": [
177
+ "Richtlinie auf Hosts anwenden"
178
+ ],
179
+ "Tailoring file ID": [
180
+ "Datei-ID anpassen"
181
+ ],
182
+ "Tailoring file profile ID": [
183
+ "Anpassen der Dateiprofil-ID"
184
+ ],
185
+ "How the policy should be deployed": [
186
+ "Wie die Richtlinie umgesetzt werden soll"
187
+ ],
188
+ "Create a Policy": [
189
+ "Richtlinie erstellen"
190
+ ],
191
+ "Update a Policy": [
192
+ "Richtlinie aktualisieren "
193
+ ],
194
+ "Delete a Policy": [
195
+ "Richtlinie löschen"
196
+ ],
197
+ "Show a policy's SCAP content": [
198
+ "SCAP-Inhalt einer Richtlinie anzeigen"
199
+ ],
200
+ "Show a policy's Tailoring file": [
201
+ "Tailoring-Datei einer Richtlinie anzeigen"
202
+ ],
203
+ "No Tailoring file assigned for policy with id %s": [
204
+ "Keine Tailoring-Datei für Richtlinie mit ID %s zugewiesen"
205
+ ],
206
+ "List SCAP content profiles": [
207
+ "SCAP-Inhaltsprofile auflisten"
208
+ ],
209
+ "List SCAP contents": [
210
+ "SCAP-Inhalte auflisten"
211
+ ],
212
+ "Download an SCAP content as XML": [
213
+ "SCAP-Inhalt als XML herunterladen"
214
+ ],
215
+ "Show an SCAP content": [
216
+ "Einen SCAP-Inhalt anzeigen"
217
+ ],
218
+ "SCAP content name": [
219
+ "SCAP-Inhaltsname"
220
+ ],
221
+ "XML containing SCAP content": [
222
+ "XML, welches SCAP-Inhalte enthält"
223
+ ],
224
+ "Original file name of the XML file": [
225
+ "Ursprünglicher Dateiname der XML-Datei"
226
+ ],
227
+ "Create SCAP content": [
228
+ "SCAP-Inhalt erstellen"
229
+ ],
230
+ "Update an SCAP content": [
231
+ "Einen SCAP-Inhalt aktualisieren "
232
+ ],
233
+ "Deletes an SCAP content": [
234
+ "Einen SCAP-Inhalt löschen"
235
+ ],
236
+ "Upload scap contents in bulk": [
237
+ "Scap-Inhalte in großen Mengen hochladen"
238
+ ],
239
+ "Type of the upload": [
240
+ "Art des Uploads"
241
+ ],
242
+ "File paths to upload when using \\\"files\\\" upload type": [
243
+ "Dateipfade zum Hochladen bei Verwendung des Uploadtyps \\\"Dateien\\\""
244
+ ],
245
+ "Directory to upload when using \\\"directory\\\" upload type": [
246
+ "Hochzuladendes Verzeichnis, wenn der Upload-Typ \\\"Verzeichnis\\\" verwendet wird"
247
+ ],
248
+ "Please specify import type, received: %{received}, expected one of: %{expected}": [
249
+ "Bitte geben Sie den Importtyp an, erhalten: %{received}, erwartet einer von: %{expected}"
250
+ ],
251
+ "List Tailoring files": [
252
+ "Tailoring-Dateien anzeigen"
253
+ ],
254
+ "Download a Tailoring file as XML": [
255
+ "Laden Sie eine Tailoring-Datei als XML herunter"
256
+ ],
257
+ "Show a Tailoring file": [
258
+ "Eine Tailoring-Datei anzeigen"
259
+ ],
260
+ "Tailoring file name": [
261
+ "Tailoring-Dateinamen anpassen"
262
+ ],
263
+ "XML containing tailoring file": [
264
+ "XML mit Tailoring-Datei"
265
+ ],
266
+ "Create a Tailoring file": [
267
+ "Erstellen einer Tailoring datei"
268
+ ],
269
+ "Update a Tailoring file": [
270
+ "Aktualisieren einer Tailoring-Datei"
271
+ ],
272
+ "Deletes a Tailoring file": [
273
+ "Löscht eine Tailoring-Datei"
274
+ ],
275
+ "Failed to downloaded ARF report as bzip: %s": [
276
+ "ARF als bzip report wurde nicht heruntergeladen: %s"
277
+ ],
278
+ "Failed to downloaded ARF report in HTML: %s": [
279
+ "ARF Bericht im HTML Format konnte nicht heruntergeladen werden: %s"
280
+ ],
281
+ "Successfully deleted ARF report.": [
282
+ "ARF-Bericht erfolgreich gelöscht."
283
+ ],
284
+ "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}": [
285
+ "ARF Bericht für den Host %{host_name} vom %{reported_at} konnte nicht gelöscht werden."
286
+ ],
287
+ "Failed to delete %s compliance reports": [
288
+ "Compliance-Berichte %s konnten nicht gelöscht werden"
289
+ ],
290
+ "Successfully deleted %s compliance reports": [
291
+ "Compliance-Berichte %s erfolgreich gelöscht"
292
+ ],
293
+ "No compliance reports were found.": [
294
+ "Kein Compliance-Bericht gefunden."
295
+ ],
296
+ "No compliance reports selected": [
297
+ "Kein Compliance-Bericht ausgewählt."
298
+ ],
299
+ "Something went wrong while selecting compliance reports - %s": [
300
+ "Fehler bei der Auswahl der Compliance-Berichte - %s"
301
+ ],
302
+ "Show config information for foreman_scap_client": [
303
+ "Konfigurationsinformationen für foreman_scap_client anzeigen"
304
+ ],
305
+ "The identifier of the host": [
306
+ "Die Kennung des Hosts"
307
+ ],
308
+ "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it.": [
309
+ ""
310
+ ],
311
+ "Updated hosts: Assigned with OpenSCAP Proxy: %s": [
312
+ "Host aktualisiert: Zugewiesen mit OpenSCAP Proxy: %s"
313
+ ],
314
+ "No OpenSCAP Proxy selected.": [
315
+ "Kein OpenSCAP Proxy ausgewählt."
316
+ ],
317
+ "Updated hosts: Assigned with compliance policy: %s": [
318
+ "Aktualisierte Hosts: Zugewiesen mit Konformitätsrichtlinie: %s"
319
+ ],
320
+ "No compliance policy selected.": [
321
+ "Keine Compliance-Richtlinie ausgewählt."
322
+ ],
323
+ "Updated hosts: Unassigned from compliance policy '%s'": [
324
+ "Hosts aktualisiert: Zuweisung von Compliance-Richtlinie '%s' aufgehoben"
325
+ ],
326
+ "No valid policy ID provided": [
327
+ "Keine gültige Richtlinienkennung geliefert"
328
+ ],
329
+ "No hosts were found.": [
330
+ "Keine Hosts gefunden."
331
+ ],
332
+ "No hosts selected": [
333
+ "Keine Hosts ausgewählt"
334
+ ],
335
+ "Something went wrong while selecting hosts - %s": [
336
+ "Fehler beim Auswählen der Hosts – %s"
337
+ ],
338
+ "Failed": [
339
+ "Fehlgeschlagen"
340
+ ],
341
+ "Passed": [
342
+ "Erfolgreich"
343
+ ],
344
+ "Other": [
345
+ "Weitere"
346
+ ],
347
+ "Number of Events": [
348
+ "Anzahl der Ereignisse"
349
+ ],
350
+ "Rule Results": [
351
+ "Regelergebnisse"
352
+ ],
353
+ "Show log messages:": [
354
+ "Protokollnachrichten anzeigen:"
355
+ ],
356
+ "All messages": [
357
+ "Alle Meldungen"
358
+ ],
359
+ "Failed and Othered": [
360
+ "Fehlgeschlagene und anderweitige Ergebnisse"
361
+ ],
362
+ "Failed only": [
363
+ "Nur fehlgeschlagen"
364
+ ],
365
+ "Compliance Reports": [
366
+ "Compliance-Berichte"
367
+ ],
368
+ "Delete reports": [
369
+ "Berichte löschen"
370
+ ],
371
+ "Select Action": [
372
+ "Aktion auswählen"
373
+ ],
374
+ "%s - The following compliance reports are about to be changed": [
375
+ "%s - Folgende Compliance-Berichte werden geändert "
376
+ ],
377
+ "No proxy found!": [
378
+ "Kein Proxy gefunden!"
379
+ ],
380
+ "Reported at %s": [
381
+ "Berichtet um %s"
382
+ ],
383
+ " for policy %s": [
384
+ "Für Richtlinie %s"
385
+ ],
386
+ " through %s": [
387
+ "durch %s"
388
+ ],
389
+ "Hosts failing this rule": [
390
+ "Regel schlägt auf Hosts fehl."
391
+ ],
392
+ "Hosts passing this rule": [
393
+ "Regel angewandt auf Hosts."
394
+ ],
395
+ "Hosts othering this rule": [
396
+ "Hosts, die von dieser Regel abweichen"
397
+ ],
398
+ "Host": [
399
+ "Rechner"
400
+ ],
401
+ "Policy": [
402
+ "Richtlinie"
403
+ ],
404
+ "Passed|P": [
405
+ "Erfolgreich|E"
406
+ ],
407
+ "Failed|F": [
408
+ "Fehlgeschlagen|F "
409
+ ],
410
+ "Othered|O": [
411
+ "Anderweitig|A"
412
+ ],
413
+ "Othered": [
414
+ "Anderweitiges Ergebnis"
415
+ ],
416
+ "Assign Compliance Policy": [
417
+ "Compliance-Richtlinie zuweisen"
418
+ ],
419
+ "Unassign Compliance Policy": [
420
+ "Zuweisung der Compliance-Richtline aufheben"
421
+ ],
422
+ "Change OpenSCAP Proxy": [
423
+ "Ändere OpenSCAP-Proxy"
424
+ ],
425
+ "Compliance": [
426
+ "Konformität"
427
+ ],
428
+ "Host compliance details": [
429
+ "Compliance-Details des Hosts"
430
+ ],
431
+ "Host is deleted": [
432
+ "Host ist gelöscht"
433
+ ],
434
+ "Choose existing SCAP Content": [
435
+ "Vorhandenen SCAP-Inhalt auswählen"
436
+ ],
437
+ "SCAP Content": [
438
+ "SCAP-Inhalt"
439
+ ],
440
+ "XCCDF Profile": [
441
+ "XCCDF-Profil"
442
+ ],
443
+ "Default XCCDF profile": [
444
+ "Standardmäßiges XCCDF-Profil"
445
+ ],
446
+ "Choose Tailoring File": [
447
+ "Tailoring-Datei auswählen"
448
+ ],
449
+ "Tailoring File": [
450
+ "Tailoring-Datei"
451
+ ],
452
+ "XCCDF Profile in Tailoring File": [
453
+ "XCCDF Profile in Tailoring-Datei"
454
+ ],
455
+ "This profile will be used to override the one from scap content": [
456
+ "Dieses Profil wird dafür genutzt um die Eins des SCAP-Inhalts zu überschreiben"
457
+ ],
458
+ "Submit": [
459
+ "Absenden"
460
+ ],
461
+ "Cancel": [
462
+ "Abbrechen"
463
+ ],
464
+ "Compliant hosts": [
465
+ "Konforme Hosts"
466
+ ],
467
+ "Incompliant hosts": [
468
+ "Nicht konforme Hosts"
469
+ ],
470
+ "Inconclusive": [
471
+ "Nicht eindeutig "
472
+ ],
473
+ "Not audited": [
474
+ "Nicht geprüft"
475
+ ],
476
+ "Host is assigned to policy": [
477
+ "Der Host ist der Richtlinie zugewiesen"
478
+ ],
479
+ "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again.": [
480
+ "Der Host ist der Richtlinie nicht zugewiesen, aber es wurden Berichte gefunden. Möglicherweise möchten Sie die Berichte löschen oder die Richtlinie erneut zuweisen."
481
+ ],
482
+ "Hosts no longer assigned: %s": [
483
+ "Nicht mehr zugewiesene Hosts: %s"
484
+ ],
485
+ "Total hosts with reports where policy is no longer assigned.": [
486
+ "Gesamtzahl der Hosts mit Berichten, denen keine Richtlinie mehr zugewiesen ist."
487
+ ],
488
+ "Request timed out. Please try increasing Settings -> proxy_request_timeout": [
489
+ "Zeitüberschreitung der Anforderung. Bitte versuchen Sie, die Einstellungen zu erhöhen -> proxy_request_timeout"
490
+ ],
491
+ "Could not validate %s. Please make sure you have appropriate proxy version to use this functionality": [
492
+ "Kann nicht validiert werden %s. Bitte stellen Sie sicher, dass Sie über die entsprechende Proxy-Version verfügen, um diese Funktionalität zu nutzen"
493
+ ],
494
+ "Could not validate %{file_type}. Error %{error}": [
495
+ "Konnte nicht %{file_type} validieren. Fehler: %{error}"
496
+ ],
497
+ "Unable to get HTML version of requested report from Smart Proxy": [
498
+ "Bericht des Smart-Proxy in HTML konnte nicht abgerufen werden"
499
+ ],
500
+ "Unable to get XML version of requested report from Smart Proxy": [
501
+ "Bericht des Smart-Proxy in XML konnte nicht abgerufen werden."
502
+ ],
503
+ "SCAP policies summary": [
504
+ "SCAP-Richtlinienzusammenfassung"
505
+ ],
506
+ "is not included in SCAP_RESULT": [
507
+ "ist nicht in SCAP_RESULT enthalten"
508
+ ],
509
+ "must have Openscap feature": [
510
+ "Muss ein OpenSCAP Feature haben"
511
+ ],
512
+ "No OpenSCAP proxy found for %{class} with id %{id}": [
513
+ "Kein OpenSCAP-Proxy für %{class} mit der Kennung %{id} gefunden"
514
+ ],
515
+ "does not consist of 5 parts separated by space": [
516
+ "besteht nicht aus 5 Teilen, die durch Leerzeichen abgetrennt sind"
517
+ ],
518
+ "is not a valid value": [
519
+ "ist kein gültiger Wert"
520
+ ],
521
+ "must be between 1 and 31": [
522
+ "muss zwischen 1 und 31 liegen"
523
+ ],
524
+ "Compliant": [
525
+ "Konform"
526
+ ],
527
+ "Incompliant": [
528
+ "Nicht konform"
529
+ ],
530
+ "Unknown Compliance status": [
531
+ "Compliance-Status unbekannt"
532
+ ],
533
+ "OVAL scan": [
534
+ "OVAL-Scan"
535
+ ],
536
+ "No Vulnerabilities found": [
537
+ "Keine Schwachstellen gefunden"
538
+ ],
539
+ "%s vulnerabilities found": [
540
+ "%sSchwachstellen gefunden"
541
+ ],
542
+ "%s vulnerabilities with available patch found": [
543
+ "%sSchwachstellen mit verfügbarem Patch gefunden"
544
+ ],
545
+ "Unknown OVAL status": [
546
+ "Unbekannter OVAL-Status"
547
+ ],
548
+ "Deployment Options": [
549
+ "Bereitstellungsoptionen"
550
+ ],
551
+ "Policy Attributes": [
552
+ "Richtlinien Eigenschaften"
553
+ ],
554
+ "Schedule": [
555
+ "Plan"
556
+ ],
557
+ "Locations": [
558
+ "Standorte"
559
+ ],
560
+ "Organizations": [
561
+ "Organisationen"
562
+ ],
563
+ "Hostgroups": [
564
+ "Hostgruppen"
565
+ ],
566
+ "Cannot generate HTML guide, scap content is missing.": [
567
+ "HTML-Leitfaden konnte nicht generiert werden. SCAP-Inhalt fehlt."
568
+ ],
569
+ "Cannot generate HTML guide, no valid OpenSCAP proxy server found.": [
570
+ "HTML-Leitfaden konnte nicht generiert werden. Kein gültiger OpenSCAP-Proxy-Server gefunden."
571
+ ],
572
+ "must be present when tailoring file profile present": [
573
+ "muss beim Anpassen des Dateiprofils vorhanden sein"
574
+ ],
575
+ "must be present when tailoring file present": [
576
+ "muss vorhanden sein, wenn eine Tailoring-Datei vorhanden ist"
577
+ ],
578
+ "does not come from selected tailoring file": [
579
+ "stammt nicht aus der ausgewählten Tailoring-Datei"
580
+ ],
581
+ "does not have the selected SCAP content profile": [
582
+ "hat nicht das ausgewählte SCAP-Inhaltsprofil"
583
+ ],
584
+ "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy": [
585
+ "kann %s nicht zugewiesen werden, alle zugewiesenen Richtlinien müssen auf die gleiche Weise bereitgestellt werden. Aktivieren Sie \\\"Bereitstellen von\\\" für jede zugewiesene Richtlinie"
586
+ ],
587
+ "invalid type %s": [
588
+ "ungültiger Typ %s"
589
+ ],
590
+ "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups.": [
591
+ ""
592
+ ],
593
+ "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy.": [
594
+ ""
595
+ ],
596
+ "theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again.": [
597
+ "theforeman.foreman_scap_client Ansible-Rolle nicht gefunden, bitte importieren Sie sie, bevor Sie diese Aktion erneut ausführen."
598
+ ],
599
+ "Ansible role": [
600
+ "Ansible Rolle"
601
+ ],
602
+ "Ansible variables": [
603
+ "Ansible Variablen"
604
+ ],
605
+ "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.": [
606
+ ""
607
+ ],
608
+ "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups.": [
609
+ ""
610
+ ],
611
+ "Every puppet run ensures the foreman_scap_client is configured according to the policy.": [
612
+ ""
613
+ ],
614
+ "Puppet class": [
615
+ "Puppet-Klasse"
616
+ ],
617
+ "Smart Class Parameters": [
618
+ "Smart-Class-Parameter"
619
+ ],
620
+ "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?": [
621
+ "%{type} wurde ausgewählt, um die Richtlinie für Clients bereitzustellen, aber %{type} ist nicht verfügbar. Fehlt Ihnen ein Plugin?"
622
+ ],
623
+ "Required %{msg_name} %{class} was not found, please ensure it is imported first.": [
624
+ "Erforderlich %{msg_name} %{class} wurde nicht gefunden, bitte stellen Sie sicher, dass es zuerst importiert wird."
625
+ ],
626
+ "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding.": [
627
+ "Die folgenden %{key_name} fehlten für %{item_name}: %{key_names}. Stellen Sie sicher, dass sie importiert wurden, bevor Sie fortfahren."
628
+ ],
629
+ "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}": [
630
+ "Fehler beim Speichern beim Überschreiben von Parametern für %{config_tool}, Ursache: %{errors}"
631
+ ],
632
+ "This feature is temporarily disabled. ": [
633
+ "Dieses Feature ist temporär deaktiviert."
634
+ ],
635
+ "The following Smart Proxies need to be updated to unlock the feature: %s. ": [
636
+ "Die folgenden Smart-Proxys müssen aktualisiert werden um das Feature freizuschalten: %s."
637
+ ],
638
+ "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions.": [
639
+ "Die folgenden Proxys konnten nicht erreicht werden: %s . Bitte stellen Sie sicher, dass sie verfügbar sind, damit Foreman ihre Versionen überprüfen kann."
640
+ ],
641
+ "Was %s configured successfully?": [
642
+ "Wurde %serfolgreich konfiguriert?"
643
+ ],
644
+ "Assign openscap_proxy to %s before proceeding.": [
645
+ "Weisen Sie openscap_proxy zu %s zu, bevor Sie fortfahren."
646
+ ],
647
+ "Was %{model_name} %{name} configured successfully?": [
648
+ "Wurde %{model_name} %{name} erfolgreich konfiguriert?"
649
+ ],
650
+ "Could not update Ansible Variables with override: true": [
651
+ "Ansible-Variablen konnten nicht mit Überschreibung aktualisiert werden: true"
652
+ ],
653
+ "Is foreman_ansible present?": [
654
+ "Ist foreman_ansible vorhanden?"
655
+ ],
656
+ "foreman_ansible plugin not found, please install it before running this action again.": [
657
+ "foreman_ansible Plugin nicht gefunden, bitte installieren Sie es, bevor Sie diese Aktion erneut ausführen."
658
+ ],
659
+ "Is theforeman.foreman_scap_client present?": [
660
+ "Ist theforeman.foreman_scap_client vorhanden?"
661
+ ],
662
+ "Are required variables for theforeman.foreman_scap_client present?": [
663
+ "Sind erforderliche Variablen für theforeman.foreman_scap_client vorhanden?"
664
+ ],
665
+ "The following Ansible Variables were not found: %{missing_vars}, please import them before running this action again.": [
666
+ "Die folgenden Ansible-Variablen wurden nicht gefunden: %{missing_vars}, bitte importieren Sie sie, bevor Sie diese Aktion erneut ausführen."
667
+ ],
668
+ "Is %s param set to be overriden?": [
669
+ "Soll %s param überschrieben werden?"
670
+ ],
671
+ "cause: ": [
672
+ ""
673
+ ],
674
+ "Failed to fetch content file from %s": [
675
+ ""
676
+ ],
677
+ "No proxy with OpenSCAP feature was found.": [
678
+ "Kein Proxy mit OpenSCAP Feature gefunden."
679
+ ],
680
+ "No proxy with OpenSCAP feature is running.": [
681
+ "Kein Proxy mit OpenSCAP Feature läuft gerade."
682
+ ],
683
+ "No available proxy to validate. Returned with error: %s": [
684
+ "Kein Proxy zum Validieren verfügbar. Fehler: %s"
685
+ ],
686
+ "Changed file does not include existing SCAP content profiles": [
687
+ "Geänderte Datei enthält keine existierende SCAP-Inhaltsprofile"
688
+ ],
689
+ "More details": [
690
+ "Weitere Details"
691
+ ],
692
+ "Description": [
693
+ "Beschreibung"
694
+ ],
695
+ "Rationale": [
696
+ "Begründung"
697
+ ],
698
+ "References": [
699
+ "Verweise"
700
+ ],
701
+ "Select all items in this page": [
702
+ "Alle Elemente auf dieser Seite auswählen"
703
+ ],
704
+ "items selected. Uncheck to Clear": [
705
+ "Elemente ausgewählt. Zum Leeren abwählen"
706
+ ],
707
+ "Reported At": [
708
+ "Berichtet am"
709
+ ],
710
+ "Openscap Proxy": [
711
+ "OpenSCAP-Proxy"
712
+ ],
713
+ "Actions": [
714
+ "Aktionen"
715
+ ],
716
+ "Deleted policy": [
717
+ "Richtlinie löschen"
718
+ ],
719
+ "Full Report": [
720
+ "Ganzer Bericht"
721
+ ],
722
+ "Delete compliance report for %s?": [
723
+ "Compliance-Bericht von %s löschen?"
724
+ ],
725
+ "Please Confirm": [
726
+ "Bitte bestätigen"
727
+ ],
728
+ "Report Metrics": [
729
+ "Berichtsmetrik"
730
+ ],
731
+ "Report Status": [
732
+ "Berichtsstatus"
733
+ ],
734
+ "Total": [
735
+ "Gesamt"
736
+ ],
737
+ "Result": [
738
+ "Ergebnis"
739
+ ],
740
+ "Message": [
741
+ "Nachricht"
742
+ ],
743
+ "Resource": [
744
+ "Ressource"
745
+ ],
746
+ "Severity": [
747
+ "Schweregrad"
748
+ ],
749
+ "Nothing to show": [
750
+ "Nichts anzuzeigen"
751
+ ],
752
+ "Delete": [
753
+ "Löschen"
754
+ ],
755
+ "these Compliance reports": [
756
+ "diese Compliance-Berichte"
757
+ ],
758
+ "Back": [
759
+ "Zurück"
760
+ ],
761
+ "Host details": [
762
+ "Hostdetails"
763
+ ],
764
+ "View full report": [
765
+ "Ganzen Bericht anzeigen"
766
+ ],
767
+ "Download XML in bzip": [
768
+ "XML in bzip herunterladen"
769
+ ],
770
+ "Download HTML": [
771
+ "HTML herunterladen"
772
+ ],
773
+ "Loading...": [
774
+ "Ladevorgang …"
775
+ ],
776
+ "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.": [
777
+ "Sie scheinen keinen ARF-Bericht zu haben. Der ARF-Bericht ist eine Zusammenfassung eines einzelnen Scanvorgangs auf einem bestimmten Host für eine gegebene Compliance-Richtlinie."
778
+ ],
779
+ "Documentation": [
780
+ "Dokumentation"
781
+ ],
782
+ "%s compliance report by policy": [
783
+ "%s Compliance-Berichte nach Richtlinie",
784
+ "%s Compliance-Berichte nach Richtlinie"
785
+ ],
786
+ "Policy %s": [
787
+ "Richtlinie %s"
788
+ ],
789
+ "%s latest report": [
790
+ "%s letzter Bericht"
791
+ ],
792
+ "%s reports over time": [
793
+ "%s Berichte im Laufe der Zeit "
794
+ ],
795
+ "No report for this policy": [
796
+ "Kein Bericht für diese Richtlinie"
797
+ ],
798
+ "Latest Compliance Reports": [
799
+ "Neuste Compliance-Berichte "
800
+ ],
801
+ "No reports available": [
802
+ "Keine Berichte verfügbar"
803
+ ],
804
+ "Host does not exist anymore": [
805
+ "Host existiert nicht mehr"
806
+ ],
807
+ "Policy is missing": [
808
+ "Richtlinie fehlt"
809
+ ],
810
+ "Compliance Reports Breakdown": [
811
+ "Aufschlüsselung der Compliance-Berichte"
812
+ ],
813
+ "Changed": [
814
+ "Geändert "
815
+ ],
816
+ "Hostname": [
817
+ "Hostname"
818
+ ],
819
+ "Changed?": [
820
+ "Geändert?"
821
+ ],
822
+ "Yes": [
823
+ "Ja"
824
+ ],
825
+ "No": [
826
+ "Nein"
827
+ ],
828
+ "No ARF reports for this policy": [
829
+ "Keine Arf-Berichte für diese Richtlinie"
830
+ ],
831
+ "None!": [
832
+ "Keine!"
833
+ ],
834
+ "Total of one host": [
835
+ "",
836
+ ""
837
+ ],
838
+ "Summary report for OpenScap from Foreman": [
839
+ "Zusammenfassungsbericht des OpenSCAP vom Foreman"
840
+ ],
841
+ "<b>Foreman</b> OpenSCAP summary": [
842
+ "<b>Foreman</b> OpenSCAP Zusammenfassung"
843
+ ],
844
+ "Summary from %{time} ago to now": [
845
+ "Zusammenfassung von %{time} bis jetzt"
846
+ ],
847
+ "Summary report from Foreman server at %{foreman_url}": [
848
+ "Zusammenfassungbericht vom Foreman-Server unter %{foreman_url}"
849
+ ],
850
+ "Policies with hosts:": [
851
+ "Richtlinien mit Hosts:"
852
+ ],
853
+ "Select OpenSCAP Proxy": [
854
+ "Wähle OpenSCAP-Proxy"
855
+ ],
856
+ "General": [
857
+ "Allgemein"
858
+ ],
859
+ "Host Groups": [
860
+ "Hostgruppen"
861
+ ],
862
+ "Choose period": [
863
+ "Zeitraum auswählen"
864
+ ],
865
+ "Choose weekday": [
866
+ "Wochentag auswählen"
867
+ ],
868
+ "Number of a day in month, note that not all months have same count of days": [
869
+ "Tag des Monats, beachten Sie, dass nicht alle Monate gleich viele Tage haben"
870
+ ],
871
+ "You can specify custom cron line, e.g. \\\"0 3 * * *\\\", separate each of 5 values by space": [
872
+ "Sie können die Cron-Zeile anpassen, z.B. \\\"0 3 * * *\\\", wobei alle 5 Werte mit Leerzeichen getrennt werden"
873
+ ],
874
+ "Name": [
875
+ "Name"
876
+ ],
877
+ "Content": [
878
+ ""
879
+ ],
880
+ "Profile": [
881
+ ""
882
+ ],
883
+ "Effective Profile": [
884
+ "Effektives Profil"
885
+ ],
886
+ "None": [
887
+ "Keine"
888
+ ],
889
+ "Dashboard": [
890
+ "Übersichtsseite"
891
+ ],
892
+ "Show Guide": [
893
+ "Handbuch anzeigen"
894
+ ],
895
+ "Delete compliance policy %s with all of its reports?": [
896
+ "Compliance-Richtline %s löschen mit allen Berichten?"
897
+ ],
898
+ "New Compliance Policy": [
899
+ "Neue Compliance-Richtlinie"
900
+ ],
901
+ "Select Compliance Policy": [
902
+ "Compliance-Richtlinie auswählen"
903
+ ],
904
+ "Edit %s": [
905
+ "%s bearbeiten"
906
+ ],
907
+ "Compliance Policies": [
908
+ "Compliance-Richtlinien"
909
+ ],
910
+ "Details for Compliance Policy %s": [
911
+ "Details zur Compliance-Richtlinie %s"
912
+ ],
913
+ "There are significant differences in deployment options.": [
914
+ "Es gibt erhebliche Unterschiede bei den Bereitstellungsoptionen."
915
+ ],
916
+ "Please make sure you understand them by reading our": [
917
+ "Bitte stellen Sie sicher, dass Sie sie verstanden haben, indem Sie unsere lesen "
918
+ ],
919
+ "documentation": [
920
+ "Dokumentation"
921
+ ],
922
+ "Choose day in month": [
923
+ "Wähle einen Tag im Monat"
924
+ ],
925
+ "Next": [
926
+ "Weiter"
927
+ ],
928
+ "In Foreman, a compliance policy checklist is defined via %s.": [
929
+ "In Foreman wird eine Compliance-Richtlinien-Checkliste definiert via %s."
930
+ ],
931
+ "SCAP content": [
932
+ "SCAP-Inhalt"
933
+ ],
934
+ "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run.": [
935
+ "Sobald SCAP-Inhalt vorhanden ist, können Sie eine Richtlinie erstellen, ausgewählte Hostgruppen zuweisen und die Ausführung planen."
936
+ ],
937
+ "New Policy": [
938
+ "Neue Richtlinie"
939
+ ],
940
+ "Host Breakdown Chart": [
941
+ "Diagramm zur Hostaufgliederung"
942
+ ],
943
+ "Policy assigned": [
944
+ "Richtlinie zugewiesen"
945
+ ],
946
+ "Date": [
947
+ "Datum"
948
+ ],
949
+ "View Report": [
950
+ "Bericht anzeigen"
951
+ ],
952
+ "Hosts Breakdown": [
953
+ "Aufgliederung der Hosts"
954
+ ],
955
+ "Compliant with the policy": [
956
+ "Konform mit der Richtlinie"
957
+ ],
958
+ "Not compliant with the policy": [
959
+ "Nicht konform mit der Richtlinie"
960
+ ],
961
+ "Inconclusive results": [
962
+ "Ergebnisse sind nicht eindeutig"
963
+ ],
964
+ "Never audited": [
965
+ "Nie geprüft"
966
+ ],
967
+ "Total hosts with policy: %s": [
968
+ "Gesamtzahl der Hosts mit Richtlinie: %s"
969
+ ],
970
+ "Compliance policy: %s": [
971
+ "Compliance-Richtlinie: %s"
972
+ ],
973
+ "Status table": [
974
+ "Statustabelle"
975
+ ],
976
+ "Status chart": [
977
+ "Statusdiagramm"
978
+ ],
979
+ "Latest reports for policy: %s": [
980
+ "Neuste Berichte für Richtlinie: %s"
981
+ ],
982
+ "File Upload": [
983
+ "Datei hochladen"
984
+ ],
985
+ "SCAP DataStream file": [
986
+ "SCAP-DataStream Datei"
987
+ ],
988
+ "Title": [
989
+ ""
990
+ ],
991
+ "File name": [
992
+ ""
993
+ ],
994
+ "Created at": [
995
+ ""
996
+ ],
997
+ "Download": [
998
+ "Herunterladen"
999
+ ],
1000
+ "Delete scap content %s?": [
1001
+ "Scap-Inhalt löschen %s ?"
1002
+ ],
1003
+ "SCAP Contents": [
1004
+ "SCAP-Inhalte"
1005
+ ],
1006
+ "Upload New SCAP Content": [
1007
+ "Neuen SCAP-Inhalt hochladen "
1008
+ ],
1009
+ "Upload new SCAP content file": [
1010
+ "Neue Datei für SCAP-Inhalt hochladen"
1011
+ ],
1012
+ "The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\\n configuration issues related to security. ": [
1013
+ "Das Security Content Automation Protocol (SCAP) kombiniert eine Reihe offener Standards, die verwendet werden, um Softwarefehler aufzuzählen und\\n configuration issues related to security. "
1014
+ ],
1015
+ "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 via %s": [
1016
+ "In Foreman stellen scap_contents die SCAP-Sicherheitsleitfäden auf Ihren Hosts dar und erstellen SCAP-Profile, die Sie Hosts / Hostgruppen zuweisen können\\nvia %s"
1017
+ ],
1018
+ "New SCAP Content": [
1019
+ "Neuer SCAP-Inhalt"
1020
+ ],
1021
+ "%s spool errors detected, inspect the appropriate file directly on proxy": [
1022
+ "%s Spool-Fehler erkannt, überprüfen Sie die entsprechende Datei direkt auf dem Proxy"
1023
+ ],
1024
+ "Failed to fetch spool status from proxy": [
1025
+ "Fehler beim Abrufen des Spool-Status vom Proxy"
1026
+ ],
1027
+ "None found": [
1028
+ "Keine gefunden"
1029
+ ],
1030
+ "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.": [
1031
+ "Der Proxy konnte keinen Bericht vom Spool an Foreman senden. Dies weist auf ein beschädigtes Berichtsformat hin. Der Bericht wurde in ein Verzeichnis verschoben, in dem beschädigte Dateien auf einem Proxy zur späteren Überprüfung gespeichert werden."
1032
+ ],
1033
+ "Spool errors": [
1034
+ "Spool-Fehler"
1035
+ ],
1036
+ "DataStream Tailoring file": [
1037
+ "DataStream Tailoring-Datei"
1038
+ ],
1039
+ "Delete tailoring file %s?": [
1040
+ "Tailoring-Datei löschen %s ?"
1041
+ ],
1042
+ "Tailoring Files": [
1043
+ "Tailoring-Dateien"
1044
+ ],
1045
+ "Upload New Tailoring file": [
1046
+ "Neue Schneiderei-Datei hochladen"
1047
+ ],
1048
+ "Upload new Tailoring File": [
1049
+ "Neue Schneiderei-Datei hochladen"
1050
+ ],
1051
+ "It may sometimes be required to adjust the security policy to your specific needs. ": [
1052
+ "Es könnte angebracht sein die Sicherheits-Richtlinien den eigenen Anforderungen anzupassen."
1053
+ ],
1054
+ "In Foreman, tailoring_files represent the custom modifications to default XCCDF profiles and they can be applied to hosts\\n via %s": [
1055
+ "In Foreman stellen Tailoring_files die benutzerdefinierten Änderungen an den Standard-XCCDF-Profilen dar und können auf Hosts angewendet werden\\nvia %s"
1056
+ ],
1057
+ "New Tailoring File": [
1058
+ "Neue Tailoring-Datei"
1059
+ ],
1060
+ "Compliance policy summary": [
1061
+ "Zusammenfassung der Compliance-Richtlinie"
1062
+ ],
1063
+ "A summary of reports for OpenSCAP policies": [
1064
+ "Eine Zusammenfassung der Berichte für OpenSCAP-Richtlinien"
1065
+ ],
1066
+ "Can't find scap-security-guide RPM, are you sure it is installed on your server?": [
1067
+ ""
1068
+ ],
1069
+ "Expected an array of files to upload, got: %s.": [
1070
+ ""
1071
+ ],
1072
+ "%s is a directory, expecting file.": [
1073
+ ""
1074
+ ],
1075
+ "%s does not exist, skipping.": [
1076
+ ""
1077
+ ],
1078
+ "Failed saving %s:": [
1079
+ ""
1080
+ ],
1081
+ "No such directory: %s. Please check the path you have provided.": [
1082
+ ""
1083
+ ],
1084
+ "Red Hat %s default content": [
1085
+ ""
1086
+ ],
1087
+ "%s content": [
1088
+ ""
1089
+ ],
1090
+ "Policies": [
1091
+ "Richtlinien"
1092
+ ],
1093
+ "SCAP contents": [
1094
+ "SCAP-Inhalte"
1095
+ ],
1096
+ "Reports": [
1097
+ "Berichte"
1098
+ ],
1099
+ "OVAL Contents": [
1100
+ "OVAL Inhalt"
1101
+ ],
1102
+ "OVAL Policies": [
1103
+ "OVAL-Richtlinien"
1104
+ ],
1105
+ "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer.": [
1106
+ "OpenSCAP Proxy zum Abrufen von SCAP-Inhalten und Hochladen von ARF-Berichten. Lassen Sie das Feld leer und überschreiben Sie die entsprechenden Parameter, wenn Sie den Proxy-Load-Balancer verwenden."
1107
+ ],
1108
+ "OpenSCAP Proxy": [
1109
+ "OpenSCAP-Proxy"
1110
+ ],
1111
+ "ID of OpenSCAP Proxy": [
1112
+ "Kennung des OpenSCAP-Proxys"
1113
+ ],
1114
+ "Run OpenSCAP scan": [
1115
+ "Führe OpenSCAP Scan aus"
1116
+ ],
1117
+ "Run OVAL scan": [
1118
+ "OVAL-Scan ausführen"
1119
+ ],
1120
+ "Confirm": [
1121
+ ""
1122
+ ],
1123
+ "None provided": [
1124
+ ""
1125
+ ],
1126
+ "There's no available report for this host": [
1127
+ ""
1128
+ ],
1129
+ "Are you sure you want to delete %s?": [
1130
+ ""
1131
+ ],
1132
+ "Error!": [
1133
+ "Fehler!"
1134
+ ],
1135
+ "Permission denied": [
1136
+ ""
1137
+ ],
1138
+ "There was a following error when deleting %(name)s: %(error)s": [
1139
+ ""
1140
+ ],
1141
+ "You are not authorized to view the page. ": [
1142
+ ""
1143
+ ],
1144
+ "Request the following permissions from administrator: %s.": [
1145
+ ""
1146
+ ],
1147
+ "No OVAL Contents found.": [
1148
+ "Keine OVAL-Inhalte gefunden."
1149
+ ],
1150
+ "Delete OVAL Content": [
1151
+ ""
1152
+ ],
1153
+ "OVAL Content successfully deleted.": [
1154
+ ""
1155
+ ],
1156
+ "OVAL Content": [
1157
+ "OVAL-Inhalt"
1158
+ ],
1159
+ "Create OVAL Content": [
1160
+ ""
1161
+ ],
1162
+ "URL": [
1163
+ ""
1164
+ ],
1165
+ "Original File Name": [
1166
+ ""
1167
+ ],
1168
+ "OVAL Contents table": [
1169
+ "OVAL Inhaltstabelle"
1170
+ ],
1171
+ "New OVAL Content": [
1172
+ ""
1173
+ ],
1174
+ "OVAL Content Source": [
1175
+ ""
1176
+ ],
1177
+ "OVAL Content from URL": [
1178
+ ""
1179
+ ],
1180
+ "OVAL Content from file": [
1181
+ ""
1182
+ ],
1183
+ "File": [
1184
+ ""
1185
+ ],
1186
+ "OVAL Content %s successfully created": [
1187
+ ""
1188
+ ],
1189
+ "Unknown error when submitting data, please try again later.": [
1190
+ ""
1191
+ ],
1192
+ "No OVAL Content found": [
1193
+ ""
1194
+ ],
1195
+ "No OVAL Policies found": [
1196
+ "Keine OVAL-Richtlinien gefunden"
1197
+ ],
1198
+ "Delete OVAL Policy": [
1199
+ ""
1200
+ ],
1201
+ "OVAL policy was successfully deleted.": [
1202
+ ""
1203
+ ],
1204
+ "OVAL policy": [
1205
+ ""
1206
+ ],
1207
+ "Create OVAL Policy": [
1208
+ ""
1209
+ ],
1210
+ "OVAL Policies Table": [
1211
+ "OVAL-Richtlinientabelle"
1212
+ ],
1213
+ "Type a hostgroup name...": [
1214
+ ""
1215
+ ],
1216
+ "Choose OVAL Content": [
1217
+ ""
1218
+ ],
1219
+ "can't be blank": [
1220
+ ""
1221
+ ],
1222
+ "is not a valid cronline": [
1223
+ ""
1224
+ ],
1225
+ "OVAL Policy succesfully created.": [
1226
+ ""
1227
+ ],
1228
+ "Failed to create OVAL Policy: %s": [
1229
+ ""
1230
+ ],
1231
+ "OVAL Content is required to create OVAL Policy. Please create one before proceeding.": [
1232
+ ""
1233
+ ],
1234
+ "No CVEs found.": [
1235
+ "Keine CVEs gefunden."
1236
+ ],
1237
+ "Ref Id": [
1238
+ "Ref-ID"
1239
+ ],
1240
+ "Has Errata?": [
1241
+ "Hat Errata?"
1242
+ ],
1243
+ "Hosts Count": [
1244
+ "Anzahl der Hosts"
1245
+ ],
1246
+ "Table of CVEs for OVAL policy": [
1247
+ "Tabelle der CVEs für die OVAL-Richtlinie"
1248
+ ],
1249
+ "Period": [
1250
+ ""
1251
+ ],
1252
+ "No Hostgroups found.": [
1253
+ ""
1254
+ ],
1255
+ "Table of hostgroups for OVAL policy": [
1256
+ ""
1257
+ ],
1258
+ "Scan All Hostgroups": [
1259
+ "Alle Hostgruppen scannen"
1260
+ ],
1261
+ "Details": [
1262
+ ""
1263
+ ],
1264
+ "CVEs": [
1265
+ ""
1266
+ ],
1267
+ "Weekly, on %s": [
1268
+ ""
1269
+ ],
1270
+ "Monthly, day of month: %s": [
1271
+ ""
1272
+ ],
1273
+ "Custom cron: %s": [
1274
+ ""
1275
+ ],
1276
+ "Unknown schedule": [
1277
+ ""
1278
+ ],
1279
+ "OVAL policy was successfully updated.": [
1280
+ ""
1281
+ ],
1282
+ "There was a following error when updating OVAL policy: %s": [
1283
+ ""
1284
+ ],
1285
+ "No OVAL Policy found": [
1286
+ "Keine OVAL-Richtlinie gefunden"
1287
+ ],
1288
+ "Action with sub plans": [
1289
+ "Aktion mit Unterplänen"
1290
+ ],
1291
+ "Import facts": [
1292
+ "Fakten importieren"
1293
+ ],
1294
+ "Import Puppet classes": [
1295
+ "Puppet-Klassen importieren"
1296
+ ],
1297
+ "Remote action:": [
1298
+ "Entfernte Aktion"
1299
+ ]
1300
+ }
1301
+ }
1302
+ };