foreman_openscap 7.1.1 → 8.0.0

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