foreman_openscap 6.0.0 → 7.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +1304 -0
- data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +1304 -0
- data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +1300 -0
- data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +1304 -0
- data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +1302 -0
- data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +1300 -0
- data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +1302 -0
- data/app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb +1 -1
- data/app/helpers/compliance_hosts_helper.rb +2 -0
- data/app/services/foreman_openscap/client_config/ansible.rb +4 -1
- data/app/services/foreman_openscap/client_config/manual.rb +1 -1
- data/app/services/foreman_openscap/client_config/puppet.rb +4 -1
- data/app/services/foreman_openscap/oval/sync_oval_contents.rb +2 -2
- data/app/views/arf_reports/_list.html.erb +1 -1
- data/app/views/policies/_list.html.erb +3 -3
- data/app/views/scap_contents/_list.html.erb +3 -3
- data/app/views/tailoring_files/_list.html.erb +3 -3
- data/lib/foreman_openscap/bulk_upload.rb +7 -7
- data/lib/foreman_openscap/engine.rb +2 -7
- data/lib/foreman_openscap/version.rb +1 -1
- data/locale/Makefile +6 -3
- data/locale/cs_CZ/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/cs_CZ/foreman_openscap.edit.po +1735 -0
- data/locale/cs_CZ/foreman_openscap.po +1309 -0
- data/locale/cs_CZ/foreman_openscap.po.time_stamp +0 -0
- data/locale/de/foreman_openscap.edit.po +1745 -0
- data/locale/de/foreman_openscap.po +195 -0
- data/locale/de/foreman_openscap.po.time_stamp +0 -0
- data/locale/en/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/en/foreman_openscap.edit.po +1735 -0
- data/locale/en/foreman_openscap.po +1309 -0
- data/locale/en/foreman_openscap.po.time_stamp +0 -0
- data/locale/en_GB/foreman_openscap.edit.po +1735 -0
- data/locale/en_GB/foreman_openscap.po +195 -0
- data/locale/en_GB/foreman_openscap.po.time_stamp +0 -0
- data/locale/es/foreman_openscap.edit.po +1740 -0
- data/locale/es/foreman_openscap.po +195 -0
- data/locale/es/foreman_openscap.po.time_stamp +0 -0
- data/locale/foreman_openscap.pot +361 -49
- data/locale/fr/foreman_openscap.edit.po +1746 -0
- data/locale/fr/foreman_openscap.po +195 -0
- data/locale/fr/foreman_openscap.po.time_stamp +0 -0
- data/locale/gl/foreman_openscap.edit.po +1735 -0
- data/locale/gl/foreman_openscap.po +195 -0
- data/locale/gl/foreman_openscap.po.time_stamp +0 -0
- data/locale/it/foreman_openscap.edit.po +1737 -0
- data/locale/it/foreman_openscap.po +195 -0
- data/locale/it/foreman_openscap.po.time_stamp +0 -0
- data/locale/ja/foreman_openscap.edit.po +1741 -0
- data/locale/ja/foreman_openscap.po +195 -0
- data/locale/ja/foreman_openscap.po.time_stamp +0 -0
- data/locale/ko/foreman_openscap.edit.po +1735 -0
- data/locale/ko/foreman_openscap.po +195 -0
- data/locale/ko/foreman_openscap.po.time_stamp +0 -0
- data/locale/pt_BR/foreman_openscap.edit.po +1745 -0
- data/locale/pt_BR/foreman_openscap.po +195 -0
- data/locale/pt_BR/foreman_openscap.po.time_stamp +0 -0
- data/locale/ru/foreman_openscap.edit.po +1739 -0
- data/locale/ru/foreman_openscap.po +195 -0
- data/locale/ru/foreman_openscap.po.time_stamp +0 -0
- data/locale/sv_SE/foreman_openscap.edit.po +1735 -0
- data/locale/sv_SE/foreman_openscap.po +195 -0
- data/locale/sv_SE/foreman_openscap.po.time_stamp +0 -0
- data/locale/zh_CN/foreman_openscap.edit.po +1740 -0
- data/locale/zh_CN/foreman_openscap.po +195 -0
- data/locale/zh_CN/foreman_openscap.po.time_stamp +0 -0
- data/locale/zh_TW/foreman_openscap.edit.po +1736 -0
- data/locale/zh_TW/foreman_openscap.po +195 -0
- data/locale/zh_TW/foreman_openscap.po.time_stamp +0 -0
- data/webpack/routes/OvalContents/OvalContentsNew/OvalContentsNew.js +2 -2
- data/webpack/routes/OvalPolicies/OvalPoliciesNew/HostgroupSelect.js +1 -1
- data/webpack/routes/OvalPolicies/OvalPoliciesNew/NewOvalPolicyFormHelpers.js +3 -3
- data/webpack/routes/OvalPolicies/OvalPoliciesShow/OvalPoliciesShowHelper.js +4 -4
- metadata +52 -3
@@ -35,6 +35,15 @@ msgid_plural "%s compliance reports by policy"
|
|
35
35
|
msgstr[0] "%s Compliance-Berichte nach Richtlinie"
|
36
36
|
msgstr[1] "%s Compliance-Berichte nach Richtlinie"
|
37
37
|
|
38
|
+
msgid "%s content"
|
39
|
+
msgstr ""
|
40
|
+
|
41
|
+
msgid "%s does not exist, skipping."
|
42
|
+
msgstr ""
|
43
|
+
|
44
|
+
msgid "%s is a directory, expecting file."
|
45
|
+
msgstr ""
|
46
|
+
|
38
47
|
msgid "%s latest report"
|
39
48
|
msgstr "%s letzter Bericht"
|
40
49
|
|
@@ -83,6 +92,9 @@ msgstr "Richtlinie auf Hosts anwenden"
|
|
83
92
|
msgid "Are required variables for theforeman.foreman_scap_client present?"
|
84
93
|
msgstr "Sind erforderliche Variablen für theforeman.foreman_scap_client vorhanden?"
|
85
94
|
|
95
|
+
msgid "Are you sure you want to delete %s?"
|
96
|
+
msgstr ""
|
97
|
+
|
86
98
|
msgid "Array of host IDs"
|
87
99
|
msgstr "Array von Host-IDs"
|
88
100
|
|
@@ -104,6 +116,12 @@ msgstr "Weisen Sie openscap_proxy zu %s zu, bevor Sie fortfahren."
|
|
104
116
|
msgid "Back"
|
105
117
|
msgstr "Zurück"
|
106
118
|
|
119
|
+
msgid "CVEs"
|
120
|
+
msgstr ""
|
121
|
+
|
122
|
+
msgid "Can't find scap-security-guide RPM, are you sure it is installed on your server?"
|
123
|
+
msgstr ""
|
124
|
+
|
107
125
|
msgid "Cancel"
|
108
126
|
msgstr "Abbrechen"
|
109
127
|
|
@@ -125,6 +143,9 @@ msgstr "Geänderte Datei enthält keine existierende SCAP-Inhaltsprofile"
|
|
125
143
|
msgid "Changed?"
|
126
144
|
msgstr "Geändert?"
|
127
145
|
|
146
|
+
msgid "Choose OVAL Content"
|
147
|
+
msgstr ""
|
148
|
+
|
128
149
|
msgid "Choose Tailoring File"
|
129
150
|
msgstr "Tailoring-Datei auswählen"
|
130
151
|
|
@@ -167,6 +188,12 @@ msgstr "Konforme Hosts"
|
|
167
188
|
msgid "Compliant with the policy"
|
168
189
|
msgstr "Konform mit der Richtlinie"
|
169
190
|
|
191
|
+
msgid "Confirm"
|
192
|
+
msgstr ""
|
193
|
+
|
194
|
+
msgid "Content"
|
195
|
+
msgstr ""
|
196
|
+
|
170
197
|
msgid "Could not find host identified by: %s"
|
171
198
|
msgstr "Host identifiziert durch %s nicht gefunden"
|
172
199
|
|
@@ -179,6 +206,12 @@ msgstr "Kann nicht validiert werden %s. Bitte stellen Sie sicher, dass Sie über
|
|
179
206
|
msgid "Could not validate %{file_type}. Error %{error}"
|
180
207
|
msgstr "Konnte nicht %{file_type} validieren. Fehler: %{error}"
|
181
208
|
|
209
|
+
msgid "Create OVAL Content"
|
210
|
+
msgstr ""
|
211
|
+
|
212
|
+
msgid "Create OVAL Policy"
|
213
|
+
msgstr ""
|
214
|
+
|
182
215
|
msgid "Create OVAL content"
|
183
216
|
msgstr "OVAL-Inhalte erstellen"
|
184
217
|
|
@@ -194,6 +227,12 @@ msgstr "Erstellen einer Tailoring datei"
|
|
194
227
|
msgid "Create an OVAL Policy"
|
195
228
|
msgstr "Erstellen Sie eine OVAL-Richtlinie"
|
196
229
|
|
230
|
+
msgid "Created at"
|
231
|
+
msgstr ""
|
232
|
+
|
233
|
+
msgid "Custom cron: %s"
|
234
|
+
msgstr ""
|
235
|
+
|
197
236
|
msgid "Dashboard"
|
198
237
|
msgstr "Übersichtsseite"
|
199
238
|
|
@@ -209,6 +248,12 @@ msgstr "Standardmäßiges XCCDF-Profil"
|
|
209
248
|
msgid "Delete"
|
210
249
|
msgstr "Löschen"
|
211
250
|
|
251
|
+
msgid "Delete OVAL Content"
|
252
|
+
msgstr ""
|
253
|
+
|
254
|
+
msgid "Delete OVAL Policy"
|
255
|
+
msgstr ""
|
256
|
+
|
212
257
|
msgid "Delete a Policy"
|
213
258
|
msgstr "Richtlinie löschen"
|
214
259
|
|
@@ -251,6 +296,9 @@ msgstr "Bereitstellungsoptionen"
|
|
251
296
|
msgid "Description"
|
252
297
|
msgstr "Beschreibung"
|
253
298
|
|
299
|
+
msgid "Details"
|
300
|
+
msgstr ""
|
301
|
+
|
254
302
|
msgid "Details for Compliance Policy %s"
|
255
303
|
msgstr "Details zur Compliance-Richtlinie %s"
|
256
304
|
|
@@ -290,6 +338,12 @@ msgstr "Effektives Profil"
|
|
290
338
|
msgid "Error!"
|
291
339
|
msgstr "Fehler!"
|
292
340
|
|
341
|
+
msgid "Every puppet run ensures the foreman_scap_client is configured according to the policy."
|
342
|
+
msgstr ""
|
343
|
+
|
344
|
+
msgid "Expected an array of files to upload, got: %s."
|
345
|
+
msgstr ""
|
346
|
+
|
293
347
|
msgid "Failed"
|
294
348
|
msgstr "Fehlgeschlagen"
|
295
349
|
|
@@ -299,6 +353,12 @@ msgstr "Fehlgeschlagene und anderweitige Ergebnisse"
|
|
299
353
|
msgid "Failed only"
|
300
354
|
msgstr "Nur fehlgeschlagen"
|
301
355
|
|
356
|
+
msgid "Failed saving %s:"
|
357
|
+
msgstr ""
|
358
|
+
|
359
|
+
msgid "Failed to create OVAL Policy: %s"
|
360
|
+
msgstr ""
|
361
|
+
|
302
362
|
msgid "Failed to delete %s compliance reports"
|
303
363
|
msgstr "Compliance-Berichte %s konnten nicht gelöscht werden"
|
304
364
|
|
@@ -311,6 +371,9 @@ msgstr "ARF als bzip report wurde nicht heruntergeladen: %s"
|
|
311
371
|
msgid "Failed to downloaded ARF report in HTML: %s"
|
312
372
|
msgstr "ARF Bericht im HTML Format konnte nicht heruntergeladen werden: %s"
|
313
373
|
|
374
|
+
msgid "Failed to fetch content file from %s"
|
375
|
+
msgstr ""
|
376
|
+
|
314
377
|
msgid "Failed to fetch spool status from proxy"
|
315
378
|
msgstr "Fehler beim Abrufen des Spool-Status vom Proxy"
|
316
379
|
|
@@ -324,9 +387,15 @@ msgstr "Der Upload des Arf Reports ist fehlgeschlagen, der OpenSCAP Proxyname od
|
|
324
387
|
msgid "Failed|F"
|
325
388
|
msgstr "Fehlgeschlagen|F "
|
326
389
|
|
390
|
+
msgid "File"
|
391
|
+
msgstr ""
|
392
|
+
|
327
393
|
msgid "File Upload"
|
328
394
|
msgstr "Datei hochladen"
|
329
395
|
|
396
|
+
msgid "File name"
|
397
|
+
msgstr ""
|
398
|
+
|
330
399
|
msgid "File paths to upload when using \"files\" upload type"
|
331
400
|
msgstr "Dateipfade zum Hochladen bei Verwendung des Uploadtyps \"Dateien\""
|
332
401
|
|
@@ -479,6 +548,9 @@ msgstr "Standorte"
|
|
479
548
|
msgid "Message"
|
480
549
|
msgstr "Nachricht"
|
481
550
|
|
551
|
+
msgid "Monthly, day of month: %s"
|
552
|
+
msgstr ""
|
553
|
+
|
482
554
|
msgid "More details"
|
483
555
|
msgstr "Weitere Details"
|
484
556
|
|
@@ -491,6 +563,9 @@ msgstr "Nie geprüft"
|
|
491
563
|
msgid "New Compliance Policy"
|
492
564
|
msgstr "Neue Compliance-Richtlinie"
|
493
565
|
|
566
|
+
msgid "New OVAL Content"
|
567
|
+
msgstr ""
|
568
|
+
|
494
569
|
msgid "New Policy"
|
495
570
|
msgstr "Neue Richtlinie"
|
496
571
|
|
@@ -512,6 +587,12 @@ msgstr "Keine Arf-Berichte für diese Richtlinie"
|
|
512
587
|
msgid "No CVEs found."
|
513
588
|
msgstr "Keine CVEs gefunden."
|
514
589
|
|
590
|
+
msgid "No Hostgroups found."
|
591
|
+
msgstr ""
|
592
|
+
|
593
|
+
msgid "No OVAL Content found"
|
594
|
+
msgstr ""
|
595
|
+
|
515
596
|
msgid "No OVAL Contents found."
|
516
597
|
msgstr "Keine OVAL-Inhalte gefunden."
|
517
598
|
|
@@ -569,6 +650,9 @@ msgstr "Kein Bericht für diese Richtlinie"
|
|
569
650
|
msgid "No reports available"
|
570
651
|
msgstr "Keine Berichte verfügbar"
|
571
652
|
|
653
|
+
msgid "No such directory: %s. Please check the path you have provided."
|
654
|
+
msgstr ""
|
655
|
+
|
572
656
|
msgid "No valid policy ID provided"
|
573
657
|
msgstr "Keine gültige Richtlinienkennung geliefert"
|
574
658
|
|
@@ -578,6 +662,9 @@ msgstr "Keine"
|
|
578
662
|
msgid "None found"
|
579
663
|
msgstr "Keine gefunden"
|
580
664
|
|
665
|
+
msgid "None provided"
|
666
|
+
msgstr ""
|
667
|
+
|
581
668
|
msgid "None!"
|
582
669
|
msgstr "Keine!"
|
583
670
|
|
@@ -599,6 +686,24 @@ msgstr "Tag des Monats, beachten Sie, dass nicht alle Monate gleich viele Tage h
|
|
599
686
|
msgid "OVAL Content"
|
600
687
|
msgstr "OVAL-Inhalt"
|
601
688
|
|
689
|
+
msgid "OVAL Content %s successfully created"
|
690
|
+
msgstr ""
|
691
|
+
|
692
|
+
msgid "OVAL Content Source"
|
693
|
+
msgstr ""
|
694
|
+
|
695
|
+
msgid "OVAL Content from URL"
|
696
|
+
msgstr ""
|
697
|
+
|
698
|
+
msgid "OVAL Content from file"
|
699
|
+
msgstr ""
|
700
|
+
|
701
|
+
msgid "OVAL Content is required to create OVAL Policy. Please create one before proceeding."
|
702
|
+
msgstr ""
|
703
|
+
|
704
|
+
msgid "OVAL Content successfully deleted."
|
705
|
+
msgstr ""
|
706
|
+
|
602
707
|
msgid "OVAL Contents"
|
603
708
|
msgstr "OVAL Inhalt"
|
604
709
|
|
@@ -629,12 +734,24 @@ msgstr "Zeitplan der OVAL-Richtlinie (wöchentlich, monatlich, benutzerdefiniert
|
|
629
734
|
msgid "OVAL Policy schedule weekday (only if period == \"weekly\")"
|
630
735
|
msgstr "OVAL Richtlinienplan Wochentag (nur wenn Zeitraum == \"weekly\")"
|
631
736
|
|
737
|
+
msgid "OVAL Policy succesfully created."
|
738
|
+
msgstr ""
|
739
|
+
|
632
740
|
msgid "OVAL content name"
|
633
741
|
msgstr "OVAL-Inhaltsname"
|
634
742
|
|
743
|
+
msgid "OVAL policy"
|
744
|
+
msgstr ""
|
745
|
+
|
635
746
|
msgid "OVAL policy successfully configured with %s."
|
636
747
|
msgstr "OVAL-Richtlinie erfolgreich konfiguriert mit %s."
|
637
748
|
|
749
|
+
msgid "OVAL policy was successfully deleted."
|
750
|
+
msgstr ""
|
751
|
+
|
752
|
+
msgid "OVAL policy was successfully updated."
|
753
|
+
msgstr ""
|
754
|
+
|
638
755
|
msgid "OVAL scan"
|
639
756
|
msgstr "OVAL-Scan"
|
640
757
|
|
@@ -653,6 +770,9 @@ msgstr "OpenSCAP-Proxy"
|
|
653
770
|
msgid "Organizations"
|
654
771
|
msgstr "Organisationen"
|
655
772
|
|
773
|
+
msgid "Original File Name"
|
774
|
+
msgstr ""
|
775
|
+
|
656
776
|
msgid "Original file name of the OVAL content file"
|
657
777
|
msgstr "Ursprünglicher Dateiname der OVAL-Inhaltsdatei"
|
658
778
|
|
@@ -676,6 +796,12 @@ msgstr "Erfolgreich"
|
|
676
796
|
msgid "Passed|P"
|
677
797
|
msgstr "Erfolgreich|E"
|
678
798
|
|
799
|
+
msgid "Period"
|
800
|
+
msgstr ""
|
801
|
+
|
802
|
+
msgid "Permission denied"
|
803
|
+
msgstr ""
|
804
|
+
|
679
805
|
msgid "Please Confirm"
|
680
806
|
msgstr "Bitte bestätigen"
|
681
807
|
|
@@ -736,6 +862,9 @@ msgstr "Policy-Planungs-Zeitraum (nur wenn Zeitraum == \"weekly\")"
|
|
736
862
|
msgid "Policy with id %s not found."
|
737
863
|
msgstr "Richtlinie mit Kennung %s nicht gefunden."
|
738
864
|
|
865
|
+
msgid "Profile"
|
866
|
+
msgstr ""
|
867
|
+
|
739
868
|
msgid "Proxy failed to send a report from spool to Foreman. This indicates a corrupted report format. Report has been moved to directory for storing corrupted files on proxy for later inspection."
|
740
869
|
msgstr "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."
|
741
870
|
|
@@ -745,6 +874,9 @@ msgstr "Puppet-Klasse"
|
|
745
874
|
msgid "Rationale"
|
746
875
|
msgstr "Begründung"
|
747
876
|
|
877
|
+
msgid "Red Hat %s default content"
|
878
|
+
msgstr ""
|
879
|
+
|
748
880
|
msgid "Ref Id"
|
749
881
|
msgstr "Ref-ID"
|
750
882
|
|
@@ -769,12 +901,21 @@ msgstr "Berichtet um %s"
|
|
769
901
|
msgid "Reports"
|
770
902
|
msgstr "Berichte"
|
771
903
|
|
904
|
+
msgid "Request the following permissions from administrator: %s."
|
905
|
+
msgstr ""
|
906
|
+
|
772
907
|
msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
|
773
908
|
msgstr "Zeitüberschreitung der Anforderung. Bitte versuchen Sie, die Einstellungen zu erhöhen -> proxy_request_timeout"
|
774
909
|
|
775
910
|
msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
|
776
911
|
msgstr "Erforderlich %{msg_name} %{class} wurde nicht gefunden, bitte stellen Sie sicher, dass es zuerst importiert wird."
|
777
912
|
|
913
|
+
msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
|
914
|
+
msgstr ""
|
915
|
+
|
916
|
+
msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
|
917
|
+
msgstr ""
|
918
|
+
|
778
919
|
msgid "Resource"
|
779
920
|
msgstr "Ressource"
|
780
921
|
|
@@ -841,6 +982,9 @@ msgstr "Zeige Richtlinie"
|
|
841
982
|
msgid "Show a Tailoring file"
|
842
983
|
msgstr "Eine Tailoring-Datei anzeigen"
|
843
984
|
|
985
|
+
msgid "Show a policy's OVAL content"
|
986
|
+
msgstr ""
|
987
|
+
|
844
988
|
msgid "Show a policy's SCAP content"
|
845
989
|
msgstr "SCAP-Inhalt einer Richtlinie anzeigen"
|
846
990
|
|
@@ -907,6 +1051,9 @@ msgstr "Inhalte mit Remote-Quell-URL synchronisieren"
|
|
907
1051
|
msgid "Table of CVEs for OVAL policy"
|
908
1052
|
msgstr "Tabelle der CVEs für die OVAL-Richtlinie"
|
909
1053
|
|
1054
|
+
msgid "Table of hostgroups for OVAL policy"
|
1055
|
+
msgstr ""
|
1056
|
+
|
910
1057
|
msgid "Tailoring File"
|
911
1058
|
msgstr "Tailoring-Datei"
|
912
1059
|
|
@@ -922,6 +1069,9 @@ msgstr "Tailoring-Dateinamen anpassen"
|
|
922
1069
|
msgid "Tailoring file profile ID"
|
923
1070
|
msgstr "Anpassen der Dateiprofil-ID"
|
924
1071
|
|
1072
|
+
msgid "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it."
|
1073
|
+
msgstr ""
|
1074
|
+
|
925
1075
|
msgid ""
|
926
1076
|
"The Security Content Automation Protocol (SCAP), combines a number of open standards that are used to enumerate software flaws and\n"
|
927
1077
|
" configuration issues related to security. "
|
@@ -947,12 +1097,30 @@ msgstr "Die Kennung des Hosts"
|
|
947
1097
|
msgid "There are significant differences in deployment options."
|
948
1098
|
msgstr "Es gibt erhebliche Unterschiede bei den Bereitstellungsoptionen."
|
949
1099
|
|
1100
|
+
msgid "There was a following error when deleting %(name)s: %(error)s"
|
1101
|
+
msgstr ""
|
1102
|
+
|
1103
|
+
msgid "There was a following error when updating OVAL policy: %s"
|
1104
|
+
msgstr ""
|
1105
|
+
|
1106
|
+
msgid "There's no available report for this host"
|
1107
|
+
msgstr ""
|
1108
|
+
|
950
1109
|
msgid "This feature is temporarily disabled. "
|
951
1110
|
msgstr "Dieses Feature ist temporär deaktiviert."
|
952
1111
|
|
1112
|
+
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."
|
1113
|
+
msgstr ""
|
1114
|
+
|
953
1115
|
msgid "This profile will be used to override the one from scap content"
|
954
1116
|
msgstr "Dieses Profil wird dafür genutzt um die Eins des SCAP-Inhalts zu überschreiben"
|
955
1117
|
|
1118
|
+
msgid "Title"
|
1119
|
+
msgstr ""
|
1120
|
+
|
1121
|
+
msgid "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy."
|
1122
|
+
msgstr ""
|
1123
|
+
|
956
1124
|
msgid "Total"
|
957
1125
|
msgstr "Gesamt"
|
958
1126
|
|
@@ -967,9 +1135,15 @@ msgid_plural "Total of %{hosts} hosts"
|
|
967
1135
|
msgstr[0] ""
|
968
1136
|
msgstr[1] ""
|
969
1137
|
|
1138
|
+
msgid "Type a hostgroup name..."
|
1139
|
+
msgstr ""
|
1140
|
+
|
970
1141
|
msgid "Type of the upload"
|
971
1142
|
msgstr "Art des Uploads"
|
972
1143
|
|
1144
|
+
msgid "URL"
|
1145
|
+
msgstr ""
|
1146
|
+
|
973
1147
|
msgid "URL of the OVAL content file"
|
974
1148
|
msgstr "URL der OVAL-Inhaltsdatei"
|
975
1149
|
|
@@ -988,6 +1162,12 @@ msgstr "Compliance-Status unbekannt"
|
|
988
1162
|
msgid "Unknown OVAL status"
|
989
1163
|
msgstr "Unbekannter OVAL-Status"
|
990
1164
|
|
1165
|
+
msgid "Unknown error when submitting data, please try again later."
|
1166
|
+
msgstr ""
|
1167
|
+
|
1168
|
+
msgid "Unknown schedule"
|
1169
|
+
msgstr ""
|
1170
|
+
|
991
1171
|
msgid "Update a Policy"
|
992
1172
|
msgstr "Richtlinie aktualisieren "
|
993
1173
|
|
@@ -1045,6 +1225,9 @@ msgstr "Wurde %serfolgreich konfiguriert?"
|
|
1045
1225
|
msgid "Was %{model_name} %{name} configured successfully?"
|
1046
1226
|
msgstr "Wurde %{model_name} %{name} erfolgreich konfiguriert?"
|
1047
1227
|
|
1228
|
+
msgid "Weekly, on %s"
|
1229
|
+
msgstr ""
|
1230
|
+
|
1048
1231
|
msgid "XCCDF Profile"
|
1049
1232
|
msgstr "XCCDF-Profil"
|
1050
1233
|
|
@@ -1063,15 +1246,24 @@ msgstr "XML mit Tailoring-Datei"
|
|
1063
1246
|
msgid "Yes"
|
1064
1247
|
msgstr "Ja"
|
1065
1248
|
|
1249
|
+
msgid "You are not authorized to view the page. "
|
1250
|
+
msgstr ""
|
1251
|
+
|
1066
1252
|
msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
|
1067
1253
|
msgstr "Sie können die Cron-Zeile anpassen, z.B. \"0 3 * * *\", wobei alle 5 Werte mit Leerzeichen getrennt werden"
|
1068
1254
|
|
1069
1255
|
msgid "You don't seem to have any ARF report. ARF report is a summary of a single scan occurrence on a particular host for a given Compliance Policy."
|
1070
1256
|
msgstr "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."
|
1071
1257
|
|
1258
|
+
msgid "can't be blank"
|
1259
|
+
msgstr ""
|
1260
|
+
|
1072
1261
|
msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
|
1073
1262
|
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"
|
1074
1263
|
|
1264
|
+
msgid "cause: "
|
1265
|
+
msgstr ""
|
1266
|
+
|
1075
1267
|
msgid "documentation"
|
1076
1268
|
msgstr "Dokumentation"
|
1077
1269
|
|
@@ -1096,6 +1288,9 @@ msgstr "Hosts"
|
|
1096
1288
|
msgid "invalid type %s"
|
1097
1289
|
msgstr "ungültiger Typ %s"
|
1098
1290
|
|
1291
|
+
msgid "is not a valid cronline"
|
1292
|
+
msgstr ""
|
1293
|
+
|
1099
1294
|
msgid "is not a valid value"
|
1100
1295
|
msgstr "ist kein gültiger Wert"
|
1101
1296
|
|
File without changes
|
Binary file
|