foreman_openscap 1.0.10 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/compliance/policies_controller.rb +1 -1
  3. data/app/controllers/policies_controller.rb +1 -1
  4. data/app/helpers/compliance_hosts_helper.rb +23 -0
  5. data/app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb +0 -6
  6. data/app/helpers/foreman_openscap_helper.rb +2 -10
  7. data/app/models/concerns/foreman_openscap/host_extensions.rb +1 -1
  8. data/app/models/foreman_openscap/policy.rb +12 -0
  9. data/lib/foreman_openscap/engine.rb +6 -4
  10. data/lib/foreman_openscap/version.rb +1 -1
  11. data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
  12. data/locale/de/foreman_openscap.po +401 -228
  13. data/locale/en_GB/LC_MESSAGES/foreman_openscap.mo +0 -0
  14. data/locale/en_GB/foreman_openscap.po +214 -43
  15. data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
  16. data/locale/es/foreman_openscap.po +446 -273
  17. data/locale/foreman_openscap.pot +275 -51
  18. data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
  19. data/locale/fr/foreman_openscap.po +453 -274
  20. data/locale/gl/LC_MESSAGES/foreman_openscap.mo +0 -0
  21. data/locale/gl/foreman_openscap.po +227 -56
  22. data/locale/it/LC_MESSAGES/foreman_openscap.mo +0 -0
  23. data/locale/it/foreman_openscap.po +250 -78
  24. data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
  25. data/locale/ja/foreman_openscap.po +445 -272
  26. data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
  27. data/locale/ko/foreman_openscap.po +321 -150
  28. data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
  29. data/locale/pt_BR/foreman_openscap.po +448 -270
  30. data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
  31. data/locale/ru/foreman_openscap.po +329 -155
  32. data/locale/sv_SE/LC_MESSAGES/foreman_openscap.mo +0 -0
  33. data/locale/sv_SE/foreman_openscap.po +227 -56
  34. data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
  35. data/locale/zh_CN/foreman_openscap.po +445 -271
  36. data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
  37. data/locale/zh_TW/foreman_openscap.po +318 -146
  38. data/test/unit/concerns/host_extensions_test.rb +7 -0
  39. data/test/unit/policy_test.rb +19 -0
  40. metadata +8 -23
  41. data/app/overrides/hosts/overview/host_compliance_status.rb +0 -4
  42. data/app/views/compliance_hosts/_compliance_status.erb +0 -6
  43. data/locale/de/foreman_openscap.edit.po +0 -0
  44. data/locale/en_GB/foreman_openscap.edit.po +0 -0
  45. data/locale/es/foreman_openscap.edit.po +0 -0
  46. data/locale/fr/foreman_openscap.edit.po +0 -0
  47. data/locale/gl/foreman_openscap.edit.po +0 -0
  48. data/locale/it/foreman_openscap.edit.po +0 -0
  49. data/locale/ja/foreman_openscap.edit.po +0 -0
  50. data/locale/ko/foreman_openscap.edit.po +0 -0
  51. data/locale/pt_BR/foreman_openscap.edit.po +0 -0
  52. data/locale/ru/foreman_openscap.edit.po +0 -0
  53. data/locale/sv_SE/foreman_openscap.edit.po +0 -0
  54. data/locale/zh_CN/foreman_openscap.edit.po +0 -0
  55. data/locale/zh_TW/foreman_openscap.edit.po +0 -0
@@ -1,21 +1,21 @@
1
- # Swedish translations for foreman_openscap package.
2
- # Copyright (C) 2016 THE PACKAGE'S COPYRIGHT HOLDER
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_openscap package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
5
4
  #
5
+ # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_openscap 1.0.4\n"
8
+ "Project-Id-Version: Foreman\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2016-02-09 16:41-0500\n"
11
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
- "Language-Team: Swedish\n"
13
- "Language: sv_SE\n"
10
+ "PO-Revision-Date: 2019-09-05 20:17+0000\n"
11
+ "Last-Translator: Lukáš Zapletal\n"
12
+ "Language-Team: Swedish (Sweden) (http://www.transifex.com/foreman/foreman/lang"
13
+ "uage/sv_SE/)\n"
14
14
  "MIME-Version: 1.0\n"
15
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
- "\n"
17
+ "Language: sv_SE\n"
18
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
19
 
20
20
  msgid " for policy %s"
21
21
  msgstr ""
@@ -52,14 +52,17 @@ msgstr ""
52
52
  msgid "A summary of reports for OpenSCAP policies"
53
53
  msgstr ""
54
54
 
55
+ msgid "Abstract async task"
56
+ msgstr ""
57
+
55
58
  msgid "Action with sub plans"
56
59
  msgstr ""
57
60
 
58
61
  msgid "Actions"
59
- msgstr ""
62
+ msgstr "Åtgärder"
60
63
 
61
64
  msgid "All messages"
62
- msgstr ""
65
+ msgstr "Alla meddelanden"
63
66
 
64
67
  msgid "Ansible role"
65
68
  msgstr ""
@@ -76,12 +79,21 @@ msgstr ""
76
79
  msgid "Assign Compliance Policy"
77
80
  msgstr ""
78
81
 
79
- msgid "Back"
82
+ msgid "Attach subscriptions"
80
83
  msgstr ""
81
84
 
82
- msgid "Cancel"
85
+ msgid "Auto attach subscriptions"
83
86
  msgstr ""
84
87
 
88
+ msgid "Auto-attach subscriptions"
89
+ msgstr ""
90
+
91
+ msgid "Back"
92
+ msgstr "Tillbaka"
93
+
94
+ msgid "Cancel"
95
+ msgstr "Avbryt"
96
+
85
97
  msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
86
98
  msgstr ""
87
99
 
@@ -115,6 +127,9 @@ msgstr ""
115
127
  msgid "Choose weekday"
116
128
  msgstr ""
117
129
 
130
+ msgid "Combined Profile Update"
131
+ msgstr ""
132
+
118
133
  msgid "Compliance"
119
134
  msgstr ""
120
135
 
@@ -130,18 +145,12 @@ msgstr ""
130
145
  msgid "Compliance Reports Breakdown"
131
146
  msgstr ""
132
147
 
133
- msgid "Compliance Status"
134
- msgstr ""
135
-
136
148
  msgid "Compliance policy summary"
137
149
  msgstr ""
138
150
 
139
151
  msgid "Compliance policy: %s"
140
152
  msgstr ""
141
153
 
142
- msgid "Compliance reports breakdown"
143
- msgstr ""
144
-
145
154
  msgid "Compliant"
146
155
  msgstr ""
147
156
 
@@ -160,6 +169,12 @@ msgstr ""
160
169
  msgid "Could not validate %{file_type}. Error %{error}"
161
170
  msgstr ""
162
171
 
172
+ msgid "Create"
173
+ msgstr ""
174
+
175
+ msgid "Create Package Group"
176
+ msgstr ""
177
+
163
178
  msgid "Create SCAP content"
164
179
  msgstr ""
165
180
 
@@ -169,11 +184,8 @@ msgstr ""
169
184
  msgid "Create a Tailoring file"
170
185
  msgstr ""
171
186
 
172
- msgid "Create client"
173
- msgstr ""
174
-
175
187
  msgid "Dashboard"
176
- msgstr ""
188
+ msgstr "Instrumentbräda"
177
189
 
178
190
  msgid "DataStream Tailoring file"
179
191
  msgstr ""
@@ -185,24 +197,30 @@ msgid "Default XCCDF profile"
185
197
  msgstr ""
186
198
 
187
199
  msgid "Delete"
200
+ msgstr "Radera"
201
+
202
+ msgid "Delete Activation Key"
188
203
  msgstr ""
189
204
 
190
- msgid "Delete a Policy"
205
+ msgid "Delete Lifecycle Environment"
191
206
  msgstr ""
192
207
 
193
- msgid "Delete an ARF Report"
208
+ msgid "Delete Package Group"
194
209
  msgstr ""
195
210
 
196
- msgid "Delete client"
211
+ msgid "Delete Product"
197
212
  msgstr ""
198
213
 
199
- msgid "Delete compliance policy %s with all of its reports?"
214
+ msgid "Delete a Policy"
200
215
  msgstr ""
201
216
 
202
- msgid "Delete compliance report for %s?"
217
+ msgid "Delete an ARF Report"
218
+ msgstr ""
219
+
220
+ msgid "Delete compliance policy %s with all of its reports?"
203
221
  msgstr ""
204
222
 
205
- msgid "Delete host"
223
+ msgid "Delete compliance report for %s?"
206
224
  msgstr ""
207
225
 
208
226
  msgid "Delete reports"
@@ -227,11 +245,23 @@ msgid "Deployment Options"
227
245
  msgstr ""
228
246
 
229
247
  msgid "Description"
248
+ msgstr "Beskrivning"
249
+
250
+ msgid "Destroy"
230
251
  msgstr ""
231
252
 
232
- msgid "Documentation"
253
+ msgid "Destroy Content Host"
233
254
  msgstr ""
234
255
 
256
+ msgid "Disable"
257
+ msgstr ""
258
+
259
+ msgid "Discover"
260
+ msgstr ""
261
+
262
+ msgid "Documentation"
263
+ msgstr "Dokumentation"
264
+
235
265
  msgid "Download"
236
266
  msgstr ""
237
267
 
@@ -265,9 +295,18 @@ msgstr ""
265
295
  msgid "Effective Profile"
266
296
  msgstr ""
267
297
 
268
- msgid "Failed"
298
+ msgid "Enable"
299
+ msgstr ""
300
+
301
+ msgid "Errata mail"
302
+ msgstr ""
303
+
304
+ msgid "Export"
269
305
  msgstr ""
270
306
 
307
+ msgid "Failed"
308
+ msgstr "Misslyckad"
309
+
271
310
  msgid "Failed and Othered"
272
311
  msgstr ""
273
312
 
@@ -297,11 +336,17 @@ msgstr ""
297
336
 
298
337
  #. TRANSLATORS: initial character of Failed
299
338
  msgid "Failed|F"
339
+ msgstr "F"
340
+
341
+ msgid "Fetch pxe files"
300
342
  msgstr ""
301
343
 
302
344
  msgid "File Upload"
303
345
  msgstr ""
304
346
 
347
+ msgid "Filtered index content"
348
+ msgstr ""
349
+
305
350
  msgid "Full Report"
306
351
  msgstr ""
307
352
 
@@ -309,19 +354,19 @@ msgid "General"
309
354
  msgstr ""
310
355
 
311
356
  msgid "Host"
312
- msgstr ""
357
+ msgstr "Värd"
313
358
 
314
359
  msgid "Host Breakdown Chart"
315
360
  msgstr ""
316
361
 
317
362
  msgid "Host Groups"
318
- msgstr ""
363
+ msgstr "Värdgrupper"
319
364
 
320
365
  msgid "Host compliance details"
321
366
  msgstr ""
322
367
 
323
368
  msgid "Host details"
324
- msgstr ""
369
+ msgstr "Värddetaljer"
325
370
 
326
371
  msgid "Host does not exist anymore"
327
372
  msgstr ""
@@ -359,6 +404,12 @@ msgstr ""
359
404
  msgid "How the policy should be deployed"
360
405
  msgstr ""
361
406
 
407
+ msgid "Hypervisors"
408
+ msgstr ""
409
+
410
+ msgid "Hypervisors update"
411
+ msgstr ""
412
+
362
413
  msgid "ID of OpenSCAP Proxy"
363
414
  msgstr ""
364
415
 
@@ -393,6 +444,39 @@ msgstr ""
393
444
  msgid "Inconclusive results"
394
445
  msgstr ""
395
446
 
447
+ msgid "Incremental Update"
448
+ msgstr ""
449
+
450
+ msgid "Incremental Update of Content View Version(s) "
451
+ msgstr ""
452
+
453
+ msgid "Index content"
454
+ msgstr ""
455
+
456
+ msgid "Index errata"
457
+ msgstr ""
458
+
459
+ msgid "Index module streams"
460
+ msgstr ""
461
+
462
+ msgid "Index package groups"
463
+ msgstr ""
464
+
465
+ msgid "Install Applicable Errata"
466
+ msgstr ""
467
+
468
+ msgid "Install erratum"
469
+ msgstr ""
470
+
471
+ msgid "Install package"
472
+ msgstr ""
473
+
474
+ msgid "Install package group"
475
+ msgstr ""
476
+
477
+ msgid "Instance update"
478
+ msgstr ""
479
+
396
480
  msgid "It may sometimes be required to adjust the security policy to your specific needs. "
397
481
  msgstr ""
398
482
 
@@ -418,10 +502,10 @@ msgid "Loading..."
418
502
  msgstr ""
419
503
 
420
504
  msgid "Locations"
421
- msgstr ""
505
+ msgstr "Lokationer"
422
506
 
423
507
  msgid "Message"
424
- msgstr ""
508
+ msgstr "Meddelande"
425
509
 
426
510
  msgid "More details"
427
511
  msgstr ""
@@ -472,7 +556,7 @@ msgid "No compliance reports were found."
472
556
  msgstr ""
473
557
 
474
558
  msgid "No hosts selected"
475
- msgstr ""
559
+ msgstr "Inga värdar markerade"
476
560
 
477
561
  msgid "No hosts were found."
478
562
  msgstr ""
@@ -514,10 +598,10 @@ msgid "Not compliant with the policy"
514
598
  msgstr ""
515
599
 
516
600
  msgid "Nothing to show"
517
- msgstr ""
601
+ msgstr "Inget att visa"
518
602
 
519
603
  msgid "Number of Events"
520
- msgstr ""
604
+ msgstr "Antal Event"
521
605
 
522
606
  msgid "Number of a day in month, note that not all months have same count of days"
523
607
  msgstr ""
@@ -535,7 +619,7 @@ msgid "Openscap Proxy"
535
619
  msgstr ""
536
620
 
537
621
  msgid "Organizations"
538
- msgstr ""
622
+ msgstr "Organisationer"
539
623
 
540
624
  msgid "Original file name of the XML file"
541
625
  msgstr ""
@@ -550,6 +634,9 @@ msgstr ""
550
634
  msgid "Othered|O"
551
635
  msgstr ""
552
636
 
637
+ msgid "Package Profile Update"
638
+ msgstr ""
639
+
553
640
  msgid "Passed"
554
641
  msgstr ""
555
642
 
@@ -558,7 +645,7 @@ msgid "Passed|P"
558
645
  msgstr ""
559
646
 
560
647
  msgid "Please Confirm"
561
- msgstr ""
648
+ msgstr "Vänligen bekräfta"
562
649
 
563
650
  msgid "Policies"
564
651
  msgstr ""
@@ -608,27 +695,66 @@ msgstr ""
608
695
  msgid "Policy with id %s not found."
609
696
  msgstr ""
610
697
 
698
+ msgid "Product Create"
699
+ msgstr ""
700
+
701
+ msgid "Promote"
702
+ msgstr ""
703
+
704
+ msgid "Promotion to Environment"
705
+ msgstr ""
706
+
611
707
  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."
612
708
  msgstr ""
613
709
 
614
- msgid "Puppet class"
710
+ msgid "Publish"
615
711
  msgstr ""
616
712
 
713
+ msgid "Publish Lifecycle Environment Repositories"
714
+ msgstr ""
715
+
716
+ msgid "Puppet class"
717
+ msgstr "Puppetklass"
718
+
617
719
  msgid "Rationale"
618
720
  msgstr ""
619
721
 
620
722
  msgid "References"
621
723
  msgstr ""
622
724
 
725
+ msgid "Reindex subscriptions"
726
+ msgstr ""
727
+
623
728
  msgid "Remote action:"
624
729
  msgstr ""
625
730
 
626
- msgid "Report Metrics"
731
+ msgid "Remove Content"
627
732
  msgstr ""
628
733
 
629
- msgid "Report Status"
734
+ msgid "Remove Version"
735
+ msgstr ""
736
+
737
+ msgid "Remove Versions and Associations"
630
738
  msgstr ""
631
739
 
740
+ msgid "Remove from Environment"
741
+ msgstr ""
742
+
743
+ msgid "Remove package"
744
+ msgstr ""
745
+
746
+ msgid "Remove package group"
747
+ msgstr ""
748
+
749
+ msgid "Remove subscriptions"
750
+ msgstr ""
751
+
752
+ msgid "Report Metrics"
753
+ msgstr "Rapportstatistik"
754
+
755
+ msgid "Report Status"
756
+ msgstr "Rapportstatus"
757
+
632
758
  msgid "Reported At"
633
759
  msgstr ""
634
760
 
@@ -636,6 +762,9 @@ msgid "Reported at %s"
636
762
  msgstr ""
637
763
 
638
764
  msgid "Reports"
765
+ msgstr "Rapporter"
766
+
767
+ msgid "Republish Version Repositories"
639
768
  msgstr ""
640
769
 
641
770
  msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
@@ -645,14 +774,20 @@ msgid "Required %{msg_name} %{class} was not found, please ensure it is imported
645
774
  msgstr ""
646
775
 
647
776
  msgid "Resource"
648
- msgstr ""
777
+ msgstr "Resurs"
649
778
 
650
779
  msgid "Result"
651
780
  msgstr ""
652
781
 
782
+ msgid "Rule Results"
783
+ msgstr ""
784
+
653
785
  msgid "Run OpenSCAP scan"
654
786
  msgstr ""
655
787
 
788
+ msgid "Run Sync Plan:"
789
+ msgstr ""
790
+
656
791
  msgid "SCAP Content"
657
792
  msgstr ""
658
793
 
@@ -681,7 +816,7 @@ msgid "Schedule"
681
816
  msgstr ""
682
817
 
683
818
  msgid "Select Action"
684
- msgstr ""
819
+ msgstr "Välj Åtgärd"
685
820
 
686
821
  msgid "Select Compliance Policy"
687
822
  msgstr ""
@@ -690,7 +825,7 @@ msgid "Select OpenSCAP Proxy"
690
825
  msgstr ""
691
826
 
692
827
  msgid "Select all items in this page"
693
- msgstr ""
828
+ msgstr "Markera alla valbara på denna sida"
694
829
 
695
830
  msgid "Severity"
696
831
  msgstr ""
@@ -720,7 +855,7 @@ msgid "Show config information for foreman_scap_client"
720
855
  msgstr ""
721
856
 
722
857
  msgid "Show log messages:"
723
- msgstr ""
858
+ msgstr "Visa loggmeddelanden:"
724
859
 
725
860
  msgid "Smart Class Parameters"
726
861
  msgstr ""
@@ -729,7 +864,7 @@ msgid "Something went wrong while selecting compliance reports - %s"
729
864
  msgstr ""
730
865
 
731
866
  msgid "Something went wrong while selecting hosts - %s"
732
- msgstr ""
867
+ msgstr "Något blev fel vid markering av värdar - %s"
733
868
 
734
869
  msgid "Spool errors"
735
870
  msgstr ""
@@ -741,7 +876,7 @@ msgid "Status table"
741
876
  msgstr ""
742
877
 
743
878
  msgid "Submit"
744
- msgstr ""
879
+ msgstr "Sänd"
745
880
 
746
881
  msgid "Successfully deleted %s compliance reports"
747
882
  msgstr ""
@@ -758,6 +893,15 @@ msgstr ""
758
893
  msgid "Summary report from Foreman server at %{foreman_url}"
759
894
  msgstr ""
760
895
 
896
+ msgid "Sync capsule"
897
+ msgstr ""
898
+
899
+ msgid "Synchronize"
900
+ msgstr ""
901
+
902
+ msgid "Synchronize smart proxy"
903
+ msgstr ""
904
+
761
905
  msgid "Tailoring File"
762
906
  msgstr ""
763
907
 
@@ -797,7 +941,7 @@ msgid "This profile will be used to override the one from scap content"
797
941
  msgstr ""
798
942
 
799
943
  msgid "Total"
800
- msgstr ""
944
+ msgstr "Total(t)"
801
945
 
802
946
  msgid "Total hosts with policy: %s"
803
947
  msgstr ""
@@ -822,6 +966,12 @@ msgstr ""
822
966
  msgid "Unknown Compliance status"
823
967
  msgstr ""
824
968
 
969
+ msgid "Update"
970
+ msgstr ""
971
+
972
+ msgid "Update Content Overrides"
973
+ msgstr ""
974
+
825
975
  msgid "Update a Policy"
826
976
  msgstr ""
827
977
 
@@ -831,10 +981,25 @@ msgstr ""
831
981
  msgid "Update an SCAP content"
832
982
  msgstr ""
833
983
 
834
- msgid "Update host"
984
+ msgid "Update content urls"
985
+ msgstr ""
986
+
987
+ msgid "Update for host"
988
+ msgstr ""
989
+
990
+ msgid "Update http proxy"
991
+ msgstr ""
992
+
993
+ msgid "Update http proxy details"
835
994
  msgstr ""
836
995
 
837
- msgid "Update node"
996
+ msgid "Update package"
997
+ msgstr ""
998
+
999
+ msgid "Update redhat repository"
1000
+ msgstr ""
1001
+
1002
+ msgid "Update release version for host"
838
1003
  msgstr ""
839
1004
 
840
1005
  msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
@@ -855,6 +1020,12 @@ msgstr ""
855
1020
  msgid "Upload an ARF report"
856
1021
  msgstr ""
857
1022
 
1023
+ msgid "Upload errata into"
1024
+ msgstr ""
1025
+
1026
+ msgid "Upload into"
1027
+ msgstr ""
1028
+
858
1029
  msgid "Upload new SCAP content file"
859
1030
  msgstr ""
860
1031
 
@@ -904,7 +1075,7 @@ msgid "does not have the selected SCAP content profile"
904
1075
  msgstr ""
905
1076
 
906
1077
  msgid "invalid type %s"
907
- msgstr ""
1078
+ msgstr "felaktig typ %s"
908
1079
 
909
1080
  msgid "is not a valid value"
910
1081
  msgstr ""
@@ -913,7 +1084,7 @@ msgid "is not included in SCAP_RESULT"
913
1084
  msgstr ""
914
1085
 
915
1086
  msgid "items selected. Uncheck to Clear"
916
- msgstr ""
1087
+ msgstr "poster markerade. Avmarkera för att rensa"
917
1088
 
918
1089
  msgid "must be between 1 and 31"
919
1090
  msgstr ""