foreman_openscap 9.0.3 → 10.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +0 -9
  3. data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +0 -9
  4. data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +0 -9
  5. data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +0 -9
  6. data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +0 -9
  7. data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +0 -9
  8. data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +0 -9
  9. data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +0 -9
  10. data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +0 -9
  11. data/app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js +0 -9
  12. data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +0 -9
  13. data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +0 -9
  14. data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +0 -9
  15. data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +0 -9
  16. data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +0 -9
  17. data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +0 -9
  18. data/app/helpers/foreman_openscap_helper.rb +2 -18
  19. data/db/migrate/20201217161511_add_url_to_oval_content.rb +1 -1
  20. data/lib/foreman_openscap/engine.rb +148 -155
  21. data/lib/foreman_openscap/version.rb +1 -1
  22. data/locale/cs_CZ/foreman_openscap.edit.po +42 -54
  23. data/locale/cs_CZ/foreman_openscap.po +0 -9
  24. data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
  25. data/locale/de/foreman_openscap.edit.po +51 -250
  26. data/locale/de/foreman_openscap.po +0 -9
  27. data/locale/en/foreman_openscap.edit.po +42 -54
  28. data/locale/en/foreman_openscap.po +0 -9
  29. data/locale/en_GB/foreman_openscap.edit.po +42 -66
  30. data/locale/en_GB/foreman_openscap.po +0 -9
  31. data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
  32. data/locale/es/foreman_openscap.edit.po +51 -252
  33. data/locale/es/foreman_openscap.po +0 -9
  34. data/locale/foreman_openscap.pot +47 -57
  35. data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
  36. data/locale/fr/foreman_openscap.edit.po +51 -258
  37. data/locale/fr/foreman_openscap.po +0 -9
  38. data/locale/gl/foreman_openscap.edit.po +42 -54
  39. data/locale/gl/foreman_openscap.po +0 -9
  40. data/locale/it/foreman_openscap.edit.po +42 -63
  41. data/locale/it/foreman_openscap.po +0 -9
  42. data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
  43. data/locale/ja/foreman_openscap.edit.po +49 -248
  44. data/locale/ja/foreman_openscap.po +0 -9
  45. data/locale/ka/LC_MESSAGES/foreman_openscap.mo +0 -0
  46. data/locale/ka/foreman_openscap.edit.po +46 -251
  47. data/locale/ka/foreman_openscap.po +0 -9
  48. data/locale/ko/foreman_openscap.edit.po +42 -69
  49. data/locale/ko/foreman_openscap.po +0 -9
  50. data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
  51. data/locale/pt_BR/foreman_openscap.edit.po +51 -252
  52. data/locale/pt_BR/foreman_openscap.po +0 -9
  53. data/locale/ru/foreman_openscap.edit.po +42 -69
  54. data/locale/ru/foreman_openscap.po +0 -9
  55. data/locale/sv_SE/foreman_openscap.edit.po +42 -54
  56. data/locale/sv_SE/foreman_openscap.po +0 -9
  57. data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
  58. data/locale/zh_CN/foreman_openscap.edit.po +49 -246
  59. data/locale/zh_CN/foreman_openscap.po +0 -9
  60. data/locale/zh_TW/foreman_openscap.edit.po +42 -69
  61. data/locale/zh_TW/foreman_openscap.po +0 -9
  62. data/test/unit/message_cleaner_test.rb +1 -0
  63. data/webpack/components/OpenscapRemediationWizard/Footer.js +54 -0
  64. data/webpack/components/OpenscapRemediationWizard/constants.js +9 -0
  65. data/webpack/components/OpenscapRemediationWizard/index.js +11 -5
  66. metadata +6 -5
@@ -169,7 +169,7 @@ msgstr "SCAP-Inhaltsname"
169
169
  msgid "XML containing SCAP content"
170
170
  msgstr "XML, welches SCAP-Inhalte enthält"
171
171
 
172
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:37
172
+ #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:36
173
173
  msgid "Original file name of the XML file"
174
174
  msgstr "Ursprünglicher Dateiname der XML-Datei"
175
175
 
@@ -205,35 +205,35 @@ msgstr "Hochzuladendes Verzeichnis, wenn der Upload-Typ \"Verzeichnis\" verwende
205
205
  msgid "Please specify import type, received: %{received}, expected one of: %{expected}"
206
206
  msgstr "Bitte geben Sie den Importtyp an, erhalten: %{received}, erwartet einer von: %{expected}"
207
207
 
208
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:11
208
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:10
209
209
  msgid "List Tailoring files"
210
210
  msgstr "Tailoring-Dateien anzeigen"
211
211
 
212
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:19
212
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:18
213
213
  msgid "Download a Tailoring file as XML"
214
214
  msgstr "Laden Sie eine Tailoring-Datei als XML herunter"
215
215
 
216
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:28
216
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:27
217
217
  msgid "Show a Tailoring file"
218
218
  msgstr "Eine Tailoring-Datei anzeigen"
219
219
 
220
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:35
220
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:34
221
221
  msgid "Tailoring file name"
222
222
  msgstr "Tailoring-Dateinamen anpassen"
223
223
 
224
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:36
224
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:35
225
225
  msgid "XML containing tailoring file"
226
226
  msgstr "XML mit Tailoring-Datei"
227
227
 
228
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:42
228
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:41
229
229
  msgid "Create a Tailoring file"
230
230
  msgstr "Erstellen einer Tailoring datei"
231
231
 
232
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:50
232
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:49
233
233
  msgid "Update a Tailoring file"
234
234
  msgstr "Aktualisieren einer Tailoring-Datei"
235
235
 
236
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:58
236
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:57
237
237
  msgid "Deletes a Tailoring file"
238
238
  msgstr "Löscht eine Tailoring-Datei"
239
239
 
@@ -444,7 +444,7 @@ msgstr "Zuweisung der Compliance-Richtline aufheben"
444
444
  msgid "Change OpenSCAP Proxy"
445
445
  msgstr "Ändere OpenSCAP-Proxy"
446
446
 
447
- #: ../app/helpers/compliance_hosts_helper.rb:37 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:140 ../webpack/components/HostExtentions/HostKebabItems.js:39
447
+ #: ../app/helpers/compliance_hosts_helper.rb:37 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:132 ../webpack/components/HostExtentions/HostKebabItems.js:39
448
448
  msgid "Compliance"
449
449
  msgstr "Konformität"
450
450
 
@@ -492,7 +492,7 @@ msgstr "Dieses Profil wird dafür genutzt um die Eins des SCAP-Inhalts zu übers
492
492
  msgid "Submit"
493
493
  msgstr "Absenden"
494
494
 
495
- #: ../app/helpers/policies_helper.rb:115 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:29
495
+ #: ../app/helpers/policies_helper.rb:115 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:29 ../webpack/components/OpenscapRemediationWizard/Footer.js:47
496
496
  msgid "Cancel"
497
497
  msgstr "Abbrechen"
498
498
 
@@ -620,23 +620,23 @@ msgstr "HTML-Leitfaden konnte nicht generiert werden. SCAP-Inhalt fehlt."
620
620
  msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
621
621
  msgstr "HTML-Leitfaden konnte nicht generiert werden. Kein gültiger OpenSCAP-Proxy-Server gefunden."
622
622
 
623
- #: ../app/models/foreman_openscap/policy.rb:227
623
+ #: ../app/models/foreman_openscap/policy.rb:223
624
624
  msgid "must be present when tailoring file profile present"
625
625
  msgstr "muss beim Anpassen des Dateiprofils vorhanden sein"
626
626
 
627
- #: ../app/models/foreman_openscap/policy.rb:228
627
+ #: ../app/models/foreman_openscap/policy.rb:224
628
628
  msgid "must be present when tailoring file present"
629
629
  msgstr "muss vorhanden sein, wenn eine Tailoring-Datei vorhanden ist"
630
630
 
631
- #: ../app/models/foreman_openscap/policy.rb:233
631
+ #: ../app/models/foreman_openscap/policy.rb:229
632
632
  msgid "does not come from selected tailoring file"
633
633
  msgstr "stammt nicht aus der ausgewählten Tailoring-Datei"
634
634
 
635
- #: ../app/models/foreman_openscap/policy.rb:239
635
+ #: ../app/models/foreman_openscap/policy.rb:235
636
636
  msgid "does not have the selected SCAP content profile"
637
637
  msgstr "hat nicht das ausgewählte SCAP-Inhaltsprofil"
638
638
 
639
- #: ../app/models/foreman_openscap/policy.rb:271
639
+ #: ../app/models/foreman_openscap/policy.rb:267
640
640
  msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
641
641
  msgstr "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
642
 
@@ -700,18 +700,6 @@ msgstr "Die folgenden %{key_name} fehlten für %{item_name}: %{key_names}. Stell
700
700
  msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
701
701
  msgstr "Fehler beim Speichern beim Überschreiben von Parametern für %{config_tool}, Ursache: %{errors}"
702
702
 
703
- #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:39
704
- msgid "This feature is temporarily disabled. "
705
- msgstr "Dieses Feature ist temporär deaktiviert."
706
-
707
- #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:40
708
- msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
709
- msgstr "Die folgenden Smart-Proxys müssen aktualisiert werden um das Feature freizuschalten: %s."
710
-
711
- #: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:41
712
- msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
713
- msgstr "Die folgenden Proxys konnten nicht erreicht werden: %s . Bitte stellen Sie sicher, dass sie verfügbar sind, damit Foreman ihre Versionen überprüfen kann."
714
-
715
703
  #: ../app/validators/foreman_openscap/data_stream_validator.rb:9
716
704
  msgid "No proxy with OpenSCAP feature was found."
717
705
  msgstr "Kein Proxy mit OpenSCAP Feature gefunden."
@@ -820,7 +808,7 @@ msgstr "Löschen"
820
808
  msgid "these Compliance reports"
821
809
  msgstr "diese Compliance-Berichte"
822
810
 
823
- #: ../app/views/arf_reports/show.html.erb:14
811
+ #: ../app/views/arf_reports/show.html.erb:14 ../webpack/components/OpenscapRemediationWizard/Footer.js:40
824
812
  msgid "Back"
825
813
  msgstr "Zurück"
826
814
 
@@ -874,7 +862,7 @@ msgstr "%s Berichte im Laufe der Zeit "
874
862
  msgid "No report for this policy"
875
863
  msgstr "Kein Bericht für diese Richtlinie"
876
864
 
877
- #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:156
865
+ #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:148
878
866
  msgid "Latest Compliance Reports"
879
867
  msgstr "Neuste Compliance-Berichte "
880
868
 
@@ -890,7 +878,7 @@ msgstr "Host existiert nicht mehr"
890
878
  msgid "Policy is missing"
891
879
  msgstr "Richtlinie fehlt"
892
880
 
893
- #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:158
881
+ #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:150
894
882
  msgid "Compliance Reports Breakdown"
895
883
  msgstr "Aufschlüsselung der Compliance-Berichte"
896
884
 
@@ -1044,7 +1032,7 @@ msgstr "Dokumentation"
1044
1032
  msgid "Choose day in month"
1045
1033
  msgstr "Wähle einen Tag im Monat"
1046
1034
 
1047
- #: ../app/views/policies/steps/_step_form.html.erb:11
1035
+ #: ../app/views/policies/steps/_step_form.html.erb:11 ../webpack/components/OpenscapRemediationWizard/Footer.js:31
1048
1036
  msgid "Next"
1049
1037
  msgstr "Weiter"
1050
1038
 
@@ -1208,7 +1196,7 @@ msgstr "DataStream Tailoring-Datei"
1208
1196
  msgid "Delete tailoring file %s?"
1209
1197
  msgstr "Tailoring-Datei löschen %s ?"
1210
1198
 
1211
- #: ../app/views/tailoring_files/index.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:6 ../lib/foreman_openscap/engine.rb:150
1199
+ #: ../app/views/tailoring_files/index.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:1 ../app/views/tailoring_files/welcome.html.erb:6 ../lib/foreman_openscap/engine.rb:142
1212
1200
  msgid "Tailoring Files"
1213
1201
  msgstr "Tailoring-Dateien"
1214
1202
 
@@ -1232,7 +1220,7 @@ msgstr ""
1232
1220
  "In Foreman stellen Tailoring_files die benutzerdefinierten Änderungen an den Standard-XCCDF-Profilen dar und können auf Hosts angewendet werden\n"
1233
1221
  "via %s"
1234
1222
 
1235
- #: ../app/views/tailoring_files/welcome.html.erb:13
1223
+ #: ../app/views/tailoring_files/welcome.html.erb:12
1236
1224
  msgid "New Tailoring File"
1237
1225
  msgstr "Neue Tailoring-Datei"
1238
1226
 
@@ -1276,39 +1264,39 @@ msgstr ""
1276
1264
  msgid "%s content"
1277
1265
  msgstr ""
1278
1266
 
1279
- #: ../lib/foreman_openscap/engine.rb:141
1267
+ #: ../lib/foreman_openscap/engine.rb:133
1280
1268
  msgid "Policies"
1281
1269
  msgstr "Richtlinien"
1282
1270
 
1283
- #: ../lib/foreman_openscap/engine.rb:144
1271
+ #: ../lib/foreman_openscap/engine.rb:136
1284
1272
  msgid "SCAP contents"
1285
1273
  msgstr "SCAP-Inhalte"
1286
1274
 
1287
- #: ../lib/foreman_openscap/engine.rb:147
1275
+ #: ../lib/foreman_openscap/engine.rb:139
1288
1276
  msgid "Reports"
1289
1277
  msgstr "Berichte"
1290
1278
 
1291
- #: ../lib/foreman_openscap/engine.rb:172
1279
+ #: ../lib/foreman_openscap/engine.rb:164
1292
1280
  msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
1293
1281
  msgstr "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."
1294
1282
 
1295
- #: ../lib/foreman_openscap/engine.rb:176 ../lib/foreman_openscap/engine.rb:181
1283
+ #: ../lib/foreman_openscap/engine.rb:168 ../lib/foreman_openscap/engine.rb:173
1296
1284
  msgid "OpenSCAP Proxy"
1297
1285
  msgstr "OpenSCAP-Proxy"
1298
1286
 
1299
- #: ../lib/foreman_openscap/engine.rb:178 ../lib/foreman_openscap/engine.rb:183
1287
+ #: ../lib/foreman_openscap/engine.rb:170 ../lib/foreman_openscap/engine.rb:175
1300
1288
  msgid "ID of OpenSCAP Proxy"
1301
1289
  msgstr "Kennung des OpenSCAP-Proxys"
1302
1290
 
1303
- #: ../lib/foreman_openscap/engine.rb:222 ../lib/foreman_openscap/engine.rb:240
1291
+ #: ../lib/foreman_openscap/engine.rb:215 ../lib/foreman_openscap/engine.rb:233
1304
1292
  msgid "Run OpenSCAP scan"
1305
1293
  msgstr "Führe OpenSCAP Scan aus"
1306
1294
 
1307
- #: ../lib/foreman_openscap/engine.rb:227 ../lib/foreman_openscap/engine.rb:241
1295
+ #: ../lib/foreman_openscap/engine.rb:220 ../lib/foreman_openscap/engine.rb:234
1308
1296
  msgid "Run OpenSCAP remediation with Ansible"
1309
1297
  msgstr ""
1310
1298
 
1311
- #: ../lib/foreman_openscap/engine.rb:232 ../lib/foreman_openscap/engine.rb:242
1299
+ #: ../lib/foreman_openscap/engine.rb:225 ../lib/foreman_openscap/engine.rb:235
1312
1300
  msgid "Run OpenSCAP remediation with Shell"
1313
1301
  msgstr ""
1314
1302
 
@@ -1324,31 +1312,31 @@ msgstr ""
1324
1312
  msgid "There's no available report for this host"
1325
1313
  msgstr ""
1326
1314
 
1327
- #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:28
1328
- msgid "View selected hosts"
1315
+ #: ../webpack/components/OpenscapRemediationWizard/Footer.js:30 ../webpack/components/OpenscapRemediationWizard/index.js:94
1316
+ msgid "Run"
1329
1317
  msgstr ""
1330
1318
 
1331
- #: ../webpack/components/OpenscapRemediationWizard/index.js:69 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:193
1332
- msgid "Review hosts"
1319
+ #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:28
1320
+ msgid "View selected hosts"
1333
1321
  msgstr ""
1334
1322
 
1335
- #: ../webpack/components/OpenscapRemediationWizard/index.js:77 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:123
1323
+ #: ../webpack/components/OpenscapRemediationWizard/constants.js:19 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:123
1336
1324
  msgid "Select snippet"
1337
1325
  msgstr ""
1338
1326
 
1339
- #: ../webpack/components/OpenscapRemediationWizard/index.js:85 ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:97
1340
- msgid "Review remediation"
1327
+ #: ../webpack/components/OpenscapRemediationWizard/constants.js:20 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:193
1328
+ msgid "Review hosts"
1341
1329
  msgstr ""
1342
1330
 
1343
- #: ../webpack/components/OpenscapRemediationWizard/index.js:89
1344
- msgid "Run"
1331
+ #: ../webpack/components/OpenscapRemediationWizard/constants.js:21 ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:97
1332
+ msgid "Review remediation"
1345
1333
  msgstr ""
1346
1334
 
1347
- #: ../webpack/components/OpenscapRemediationWizard/index.js:93
1335
+ #: ../webpack/components/OpenscapRemediationWizard/constants.js:22
1348
1336
  msgid "Done"
1349
1337
  msgstr ""
1350
1338
 
1351
- #: ../webpack/components/OpenscapRemediationWizard/index.js:127
1339
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:132
1352
1340
  msgid "Remediate %s rule"
1353
1341
  msgstr ""
1354
1342
 
@@ -1464,204 +1452,17 @@ msgstr ""
1464
1452
  msgid "Request the following permissions from administrator: %s."
1465
1453
  msgstr ""
1466
1454
 
1467
- #~ msgid "%s vulnerabilities found"
1468
- #~ msgstr "%sSchwachstellen gefunden"
1469
-
1470
- #~ msgid "%s vulnerabilities with available patch found"
1471
- #~ msgstr "%sSchwachstellen mit verfügbarem Patch gefunden"
1472
-
1473
- #~ msgid "Action with sub plans"
1474
- #~ msgstr "Aktion mit Unterplänen"
1475
-
1476
- #~ msgid "Are required variables for theforeman.foreman_scap_client present?"
1477
- #~ msgstr "Sind erforderliche Variablen für theforeman.foreman_scap_client vorhanden?"
1478
-
1479
- #~ msgid "Array of host IDs"
1480
- #~ msgstr "Array von Host-IDs"
1481
-
1482
- #~ msgid "Array of hostgroup IDs"
1483
- #~ msgstr "Array von Hostgruppen-IDs"
1484
-
1485
- #~ msgid "Assign hostgroups to an OVAL Policy"
1486
- #~ msgstr "Hostgruppen einer OVAL-Richtlinie zuweisen"
1487
-
1488
- #~ msgid "Assign hosts to an OVAL Policy"
1489
- #~ msgstr "Hosts einer OVAL-Richtlinie zuweisen"
1490
-
1491
- #~ msgid "Assign openscap_proxy to %s before proceeding."
1492
- #~ msgstr "Weisen Sie openscap_proxy zu %s zu, bevor Sie fortfahren."
1493
-
1494
- #~ msgid "Could not update Ansible Variables with override: true"
1495
- #~ msgstr "Ansible-Variablen konnten nicht mit Überschreibung aktualisiert werden: true"
1496
-
1497
- #~ msgid "Create OVAL content"
1498
- #~ msgstr "OVAL-Inhalte erstellen"
1499
-
1500
- #~ msgid "Create an OVAL Policy"
1501
- #~ msgstr "Erstellen Sie eine OVAL-Richtlinie"
1502
-
1503
- #~ msgid "Delete an OVAL Policy"
1504
- #~ msgstr "Löschen einer OVAL-Richtlinie"
1505
-
1506
- #~ msgid "Deletes an OVAL content"
1507
- #~ msgstr "Löscht einen OVAL-Inhalt"
1508
-
1509
- #~ msgid "Has Errata?"
1510
- #~ msgstr "Hat Errata?"
1511
-
1512
- #~ msgid "Hosts Count"
1513
- #~ msgstr "Anzahl der Hosts"
1514
-
1515
- #~ msgid "Import Puppet classes"
1516
- #~ msgstr "Puppet-Klassen importieren"
1517
-
1518
- #~ msgid "Import facts"
1519
- #~ msgstr "Fakten importieren"
1520
-
1521
- #~ msgid "Is %s param set to be overriden?"
1522
- #~ msgstr "Soll %s param überschrieben werden?"
1523
-
1524
- #~ msgid "Is foreman_ansible present?"
1525
- #~ msgstr "Ist foreman_ansible vorhanden?"
1526
-
1527
- #~ msgid "Is theforeman.foreman_scap_client present?"
1528
- #~ msgstr "Ist theforeman.foreman_scap_client vorhanden?"
1529
-
1530
- #~ msgid "List OVAL Policies"
1531
- #~ msgstr "OVAL-Richtlinien auflisten"
1532
-
1533
- #~ msgid "List OVAL contents"
1534
- #~ msgstr "OVAL-Inhalte auflisten"
1535
-
1536
- #~ msgid "No CVEs found."
1537
- #~ msgstr "Keine CVEs gefunden."
1538
-
1539
- #~ msgid "No OVAL Contents found."
1540
- #~ msgstr "Keine OVAL-Inhalte gefunden."
1541
-
1542
- #~ msgid "No OVAL Policies found"
1543
- #~ msgstr "Keine OVAL-Richtlinien gefunden"
1544
-
1545
- #~ msgid "No OVAL Policy found"
1546
- #~ msgstr "Keine OVAL-Richtlinie gefunden"
1547
-
1548
- #~ msgid "No Vulnerabilities found"
1549
- #~ msgstr "Keine Schwachstellen gefunden"
1550
-
1551
- #~ msgid "OVAL Content"
1552
- #~ msgstr "OVAL-Inhalt"
1553
-
1554
- #~ msgid "OVAL Contents"
1555
- #~ msgstr "OVAL Inhalt"
1556
-
1557
- #~ msgid "OVAL Contents table"
1558
- #~ msgstr "OVAL Inhaltstabelle"
1559
-
1560
- #~ msgid "OVAL Policies"
1561
- #~ msgstr "OVAL-Richtlinien"
1562
-
1563
- #~ msgid "OVAL Policies Table"
1564
- #~ msgstr "OVAL-Richtlinientabelle"
1565
-
1566
- #~ msgid "OVAL Policy description"
1567
- #~ msgstr "Beschreibung der OVAL-Richtlinie"
1568
-
1569
- #~ msgid "OVAL Policy name"
1570
- #~ msgstr "OVAL-Richtlinienname"
1571
-
1572
- #~ msgid "OVAL Policy schedule cron line (only if period == \"custom\")"
1573
- #~ msgstr "Cron-Linie des OVAL-Richtlinienplans (nur wenn Zeitraum == \"custom\")"
1574
-
1575
- #~ msgid "OVAL Policy schedule day of month (only if period == \"monthly\")"
1576
- #~ msgstr "OVAL Versicherungsplan Tag des Monats (nur wenn Zeitraum == \"monthly\")"
1577
-
1578
- #~ msgid "OVAL Policy schedule period (weekly, monthly, custom)"
1579
- #~ msgstr "Zeitplan der OVAL-Richtlinie (wöchentlich, monatlich, benutzerdefiniert)"
1580
-
1581
- #~ msgid "OVAL Policy schedule weekday (only if period == \"weekly\")"
1582
- #~ msgstr "OVAL Richtlinienplan Wochentag (nur wenn Zeitraum == \"weekly\")"
1583
-
1584
- #~ msgid "OVAL content name"
1585
- #~ msgstr "OVAL-Inhaltsname"
1586
-
1587
- #~ msgid "OVAL policy successfully configured with %s."
1588
- #~ msgstr "OVAL-Richtlinie erfolgreich konfiguriert mit %s."
1589
-
1590
- #~ msgid "OVAL scan"
1591
- #~ msgstr "OVAL-Scan"
1592
-
1593
- #~ msgid "Original file name of the OVAL content file"
1594
- #~ msgstr "Ursprünglicher Dateiname der OVAL-Inhaltsdatei"
1595
-
1596
- #~ msgid "Policy OVAL content ID"
1597
- #~ msgstr "Richtlinien-OVAL-Content-ID"
1598
-
1599
- #~ msgid "Ref Id"
1600
- #~ msgstr "Ref-ID"
1601
-
1602
- #~ msgid "Remote action:"
1603
- #~ msgstr "Entfernte Aktion"
1604
-
1605
- #~ msgid "Run OVAL scan"
1606
- #~ msgstr "OVAL-Scan ausführen"
1607
-
1608
- #~ msgid "Scan All Hostgroups"
1609
- #~ msgstr "Alle Hostgruppen scannen"
1610
-
1611
- #~ msgid "Show an OVAL Policy"
1612
- #~ msgstr "Zeigen Sie eine OVAL-Richtlinie an"
1613
-
1614
- #~ msgid "Show an OVAL content"
1615
- #~ msgstr "OVAL-Inhalt anzeigen"
1616
-
1617
- #~ msgid "Sync contents that have remote source URL"
1618
- #~ msgstr "Inhalte mit Remote-Quell-URL synchronisieren"
1619
-
1620
- #~ msgid "Table of CVEs for OVAL policy"
1621
- #~ msgstr "Tabelle der CVEs für die OVAL-Richtlinie"
1622
-
1623
- #~ msgid ""
1624
- #~ "The following Ansible Variables were not found: %{missing_vars}, please import"
1625
- #~ " them before running this action again."
1455
+ #~ msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
1626
1456
  #~ msgstr ""
1627
- #~ "Die folgenden Ansible-Variablen wurden nicht gefunden: %{missing_vars}, bitte "
1628
- #~ "importieren Sie sie, bevor Sie diese Aktion erneut ausführen."
1629
-
1630
- #~ msgid "URL of the OVAL content file"
1631
- #~ msgstr "URL der OVAL-Inhaltsdatei"
1632
-
1633
- #~ msgid "Unknown OVAL status"
1634
- #~ msgstr "Unbekannter OVAL-Status"
1635
-
1636
- #~ msgid "Update an OVAL Policy"
1637
- #~ msgstr "Aktualisieren einer OVAL-Richtlinie"
1638
-
1639
- #~ msgid "Update an OVAL content"
1640
- #~ msgstr "OVAL-Inhalte aktualisieren"
1641
-
1642
- #~ msgid "Upload an OVAL report - a list of CVEs for given host"
1643
- #~ msgstr ""
1644
- #~ "Laden Sie einen OVAL-Bericht hoch – eine Liste von CVEs für einen bestimmten H"
1645
- #~ "ost"
1646
-
1647
- #~ msgid "Was %s configured successfully?"
1648
- #~ msgstr "Wurde %serfolgreich konfiguriert?"
1649
-
1650
- #~ msgid "Was %{model_name} %{name} configured successfully?"
1651
- #~ msgstr "Wurde %{model_name} %{name} erfolgreich konfiguriert?"
1652
-
1653
- #~ msgid "XML containing OVAL content"
1654
- #~ msgstr "XML mit OVAL-Inhalten"
1457
+ #~ "Die folgenden Smart-Proxys müssen aktualisiert werden um das Feature freizusch"
1458
+ #~ "alten: %s."
1655
1459
 
1656
1460
  #~ msgid ""
1657
- #~ "foreman_ansible plugin not found, please install it before running this action"
1658
- #~ " again."
1461
+ #~ "The following proxies could not be reached: %s. Please make sure they are avai"
1462
+ #~ "lable so Foreman can check their versions."
1659
1463
  #~ msgstr ""
1660
- #~ "foreman_ansible Plugin nicht gefunden, bitte installieren Sie es, bevor Sie di"
1661
- #~ "ese Aktion erneut ausführen."
1662
-
1663
- #~ msgid "hostgroups"
1664
- #~ msgstr "Hostgruppen"
1464
+ #~ "Die folgenden Proxys konnten nicht erreicht werden: %s . Bitte stellen Sie sic"
1465
+ #~ "her, dass sie verfügbar sind, damit Foreman ihre Versionen überprüfen kann."
1665
1466
 
1666
- #~ msgid "hosts"
1667
- #~ msgstr "Hosts"
1467
+ #~ msgid "This feature is temporarily disabled. "
1468
+ #~ msgstr "Dieses Feature ist temporär deaktiviert."
@@ -923,12 +923,6 @@ msgstr ""
923
923
  msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
924
924
  msgstr "Die folgenden %{key_name} fehlten für %{item_name}: %{key_names}. Stellen Sie sicher, dass sie importiert wurden, bevor Sie fortfahren."
925
925
 
926
- msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
927
- msgstr "Die folgenden Smart-Proxys müssen aktualisiert werden um das Feature freizuschalten: %s."
928
-
929
- msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
930
- msgstr "Die folgenden Proxys konnten nicht erreicht werden: %s . Bitte stellen Sie sicher, dass sie verfügbar sind, damit Foreman ihre Versionen überprüfen kann."
931
-
932
926
  msgid "The identifier of the host"
933
927
  msgstr "Die Kennung des Hosts"
934
928
 
@@ -947,9 +941,6 @@ msgstr ""
947
941
  msgid "There's no available report for this host"
948
942
  msgstr ""
949
943
 
950
- msgid "This feature is temporarily disabled. "
951
- msgstr "Dieses Feature ist temporär deaktiviert."
952
-
953
944
  msgid "This leaves the setup of the foreman_scap_client solely on the user. The policy still needs to be defined in order to link incoming ARF reports."
954
945
  msgstr ""
955
946