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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +0 -9
- data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +0 -9
- data/app/helpers/foreman_openscap_helper.rb +2 -18
- data/db/migrate/20201217161511_add_url_to_oval_content.rb +1 -1
- data/lib/foreman_openscap/engine.rb +148 -155
- data/lib/foreman_openscap/version.rb +1 -1
- data/locale/cs_CZ/foreman_openscap.edit.po +42 -54
- data/locale/cs_CZ/foreman_openscap.po +0 -9
- data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/de/foreman_openscap.edit.po +51 -250
- data/locale/de/foreman_openscap.po +0 -9
- data/locale/en/foreman_openscap.edit.po +42 -54
- data/locale/en/foreman_openscap.po +0 -9
- data/locale/en_GB/foreman_openscap.edit.po +42 -66
- data/locale/en_GB/foreman_openscap.po +0 -9
- data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/es/foreman_openscap.edit.po +51 -252
- data/locale/es/foreman_openscap.po +0 -9
- data/locale/foreman_openscap.pot +47 -57
- data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/fr/foreman_openscap.edit.po +51 -258
- data/locale/fr/foreman_openscap.po +0 -9
- data/locale/gl/foreman_openscap.edit.po +42 -54
- data/locale/gl/foreman_openscap.po +0 -9
- data/locale/it/foreman_openscap.edit.po +42 -63
- data/locale/it/foreman_openscap.po +0 -9
- data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ja/foreman_openscap.edit.po +49 -248
- data/locale/ja/foreman_openscap.po +0 -9
- data/locale/ka/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ka/foreman_openscap.edit.po +46 -251
- data/locale/ka/foreman_openscap.po +0 -9
- data/locale/ko/foreman_openscap.edit.po +42 -69
- data/locale/ko/foreman_openscap.po +0 -9
- data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/pt_BR/foreman_openscap.edit.po +51 -252
- data/locale/pt_BR/foreman_openscap.po +0 -9
- data/locale/ru/foreman_openscap.edit.po +42 -69
- data/locale/ru/foreman_openscap.po +0 -9
- data/locale/sv_SE/foreman_openscap.edit.po +42 -54
- data/locale/sv_SE/foreman_openscap.po +0 -9
- data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_CN/foreman_openscap.edit.po +49 -246
- data/locale/zh_CN/foreman_openscap.po +0 -9
- data/locale/zh_TW/foreman_openscap.edit.po +42 -69
- data/locale/zh_TW/foreman_openscap.po +0 -9
- data/test/unit/message_cleaner_test.rb +1 -0
- data/webpack/components/OpenscapRemediationWizard/Footer.js +54 -0
- data/webpack/components/OpenscapRemediationWizard/constants.js +9 -0
- data/webpack/components/OpenscapRemediationWizard/index.js +11 -5
- metadata +6 -5
@@ -165,7 +165,7 @@ msgstr ""
|
|
165
165
|
msgid "XML containing SCAP content"
|
166
166
|
msgstr ""
|
167
167
|
|
168
|
-
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
168
|
+
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:36
|
169
169
|
msgid "Original file name of the XML file"
|
170
170
|
msgstr ""
|
171
171
|
|
@@ -201,35 +201,35 @@ msgstr ""
|
|
201
201
|
msgid "Please specify import type, received: %{received}, expected one of: %{expected}"
|
202
202
|
msgstr ""
|
203
203
|
|
204
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
204
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:10
|
205
205
|
msgid "List Tailoring files"
|
206
206
|
msgstr ""
|
207
207
|
|
208
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
208
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:18
|
209
209
|
msgid "Download a Tailoring file as XML"
|
210
210
|
msgstr ""
|
211
211
|
|
212
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
212
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:27
|
213
213
|
msgid "Show a Tailoring file"
|
214
214
|
msgstr ""
|
215
215
|
|
216
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
216
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:34
|
217
217
|
msgid "Tailoring file name"
|
218
218
|
msgstr ""
|
219
219
|
|
220
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
220
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:35
|
221
221
|
msgid "XML containing tailoring file"
|
222
222
|
msgstr ""
|
223
223
|
|
224
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
224
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:41
|
225
225
|
msgid "Create a Tailoring file"
|
226
226
|
msgstr ""
|
227
227
|
|
228
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
228
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:49
|
229
229
|
msgid "Update a Tailoring file"
|
230
230
|
msgstr ""
|
231
231
|
|
232
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
232
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:57
|
233
233
|
msgid "Deletes a Tailoring file"
|
234
234
|
msgstr ""
|
235
235
|
|
@@ -440,7 +440,7 @@ msgstr ""
|
|
440
440
|
msgid "Change OpenSCAP Proxy"
|
441
441
|
msgstr ""
|
442
442
|
|
443
|
-
#: ../app/helpers/compliance_hosts_helper.rb:37 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:
|
443
|
+
#: ../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
|
444
444
|
msgid "Compliance"
|
445
445
|
msgstr ""
|
446
446
|
|
@@ -488,7 +488,7 @@ msgstr ""
|
|
488
488
|
msgid "Submit"
|
489
489
|
msgstr "Introducir"
|
490
490
|
|
491
|
-
#: ../app/helpers/policies_helper.rb:115 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:29
|
491
|
+
#: ../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
|
492
492
|
msgid "Cancel"
|
493
493
|
msgstr "Cancelar"
|
494
494
|
|
@@ -616,23 +616,23 @@ msgstr ""
|
|
616
616
|
msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
|
617
617
|
msgstr ""
|
618
618
|
|
619
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
619
|
+
#: ../app/models/foreman_openscap/policy.rb:223
|
620
620
|
msgid "must be present when tailoring file profile present"
|
621
621
|
msgstr ""
|
622
622
|
|
623
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
623
|
+
#: ../app/models/foreman_openscap/policy.rb:224
|
624
624
|
msgid "must be present when tailoring file present"
|
625
625
|
msgstr ""
|
626
626
|
|
627
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
627
|
+
#: ../app/models/foreman_openscap/policy.rb:229
|
628
628
|
msgid "does not come from selected tailoring file"
|
629
629
|
msgstr ""
|
630
630
|
|
631
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
631
|
+
#: ../app/models/foreman_openscap/policy.rb:235
|
632
632
|
msgid "does not have the selected SCAP content profile"
|
633
633
|
msgstr ""
|
634
634
|
|
635
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
635
|
+
#: ../app/models/foreman_openscap/policy.rb:267
|
636
636
|
msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
|
637
637
|
msgstr ""
|
638
638
|
|
@@ -696,18 +696,6 @@ msgstr ""
|
|
696
696
|
msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
|
697
697
|
msgstr ""
|
698
698
|
|
699
|
-
#: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:39
|
700
|
-
msgid "This feature is temporarily disabled. "
|
701
|
-
msgstr ""
|
702
|
-
|
703
|
-
#: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:40
|
704
|
-
msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
|
705
|
-
msgstr ""
|
706
|
-
|
707
|
-
#: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:41
|
708
|
-
msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
|
709
|
-
msgstr ""
|
710
|
-
|
711
699
|
#: ../app/validators/foreman_openscap/data_stream_validator.rb:9
|
712
700
|
msgid "No proxy with OpenSCAP feature was found."
|
713
701
|
msgstr ""
|
@@ -816,7 +804,7 @@ msgstr "Borrar"
|
|
816
804
|
msgid "these Compliance reports"
|
817
805
|
msgstr ""
|
818
806
|
|
819
|
-
#: ../app/views/arf_reports/show.html.erb:14
|
807
|
+
#: ../app/views/arf_reports/show.html.erb:14 ../webpack/components/OpenscapRemediationWizard/Footer.js:40
|
820
808
|
msgid "Back"
|
821
809
|
msgstr "Atrás"
|
822
810
|
|
@@ -870,7 +858,7 @@ msgstr ""
|
|
870
858
|
msgid "No report for this policy"
|
871
859
|
msgstr ""
|
872
860
|
|
873
|
-
#: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:
|
861
|
+
#: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:148
|
874
862
|
msgid "Latest Compliance Reports"
|
875
863
|
msgstr ""
|
876
864
|
|
@@ -886,7 +874,7 @@ msgstr ""
|
|
886
874
|
msgid "Policy is missing"
|
887
875
|
msgstr ""
|
888
876
|
|
889
|
-
#: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:
|
877
|
+
#: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:150
|
890
878
|
msgid "Compliance Reports Breakdown"
|
891
879
|
msgstr ""
|
892
880
|
|
@@ -1040,7 +1028,7 @@ msgstr ""
|
|
1040
1028
|
msgid "Choose day in month"
|
1041
1029
|
msgstr ""
|
1042
1030
|
|
1043
|
-
#: ../app/views/policies/steps/_step_form.html.erb:11
|
1031
|
+
#: ../app/views/policies/steps/_step_form.html.erb:11 ../webpack/components/OpenscapRemediationWizard/Footer.js:31
|
1044
1032
|
msgid "Next"
|
1045
1033
|
msgstr ""
|
1046
1034
|
|
@@ -1200,7 +1188,7 @@ msgstr ""
|
|
1200
1188
|
msgid "Delete tailoring file %s?"
|
1201
1189
|
msgstr ""
|
1202
1190
|
|
1203
|
-
#: ../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:
|
1191
|
+
#: ../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
|
1204
1192
|
msgid "Tailoring Files"
|
1205
1193
|
msgstr ""
|
1206
1194
|
|
@@ -1222,7 +1210,7 @@ msgid ""
|
|
1222
1210
|
" via %s"
|
1223
1211
|
msgstr ""
|
1224
1212
|
|
1225
|
-
#: ../app/views/tailoring_files/welcome.html.erb:
|
1213
|
+
#: ../app/views/tailoring_files/welcome.html.erb:12
|
1226
1214
|
msgid "New Tailoring File"
|
1227
1215
|
msgstr ""
|
1228
1216
|
|
@@ -1266,39 +1254,39 @@ msgstr ""
|
|
1266
1254
|
msgid "%s content"
|
1267
1255
|
msgstr ""
|
1268
1256
|
|
1269
|
-
#: ../lib/foreman_openscap/engine.rb:
|
1257
|
+
#: ../lib/foreman_openscap/engine.rb:133
|
1270
1258
|
msgid "Policies"
|
1271
1259
|
msgstr ""
|
1272
1260
|
|
1273
|
-
#: ../lib/foreman_openscap/engine.rb:
|
1261
|
+
#: ../lib/foreman_openscap/engine.rb:136
|
1274
1262
|
msgid "SCAP contents"
|
1275
1263
|
msgstr ""
|
1276
1264
|
|
1277
|
-
#: ../lib/foreman_openscap/engine.rb:
|
1265
|
+
#: ../lib/foreman_openscap/engine.rb:139
|
1278
1266
|
msgid "Reports"
|
1279
1267
|
msgstr "Informes"
|
1280
1268
|
|
1281
|
-
#: ../lib/foreman_openscap/engine.rb:
|
1269
|
+
#: ../lib/foreman_openscap/engine.rb:164
|
1282
1270
|
msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
|
1283
1271
|
msgstr ""
|
1284
1272
|
|
1285
|
-
#: ../lib/foreman_openscap/engine.rb:
|
1273
|
+
#: ../lib/foreman_openscap/engine.rb:168 ../lib/foreman_openscap/engine.rb:173
|
1286
1274
|
msgid "OpenSCAP Proxy"
|
1287
1275
|
msgstr ""
|
1288
1276
|
|
1289
|
-
#: ../lib/foreman_openscap/engine.rb:
|
1277
|
+
#: ../lib/foreman_openscap/engine.rb:170 ../lib/foreman_openscap/engine.rb:175
|
1290
1278
|
msgid "ID of OpenSCAP Proxy"
|
1291
1279
|
msgstr ""
|
1292
1280
|
|
1293
|
-
#: ../lib/foreman_openscap/engine.rb:
|
1281
|
+
#: ../lib/foreman_openscap/engine.rb:215 ../lib/foreman_openscap/engine.rb:233
|
1294
1282
|
msgid "Run OpenSCAP scan"
|
1295
1283
|
msgstr ""
|
1296
1284
|
|
1297
|
-
#: ../lib/foreman_openscap/engine.rb:
|
1285
|
+
#: ../lib/foreman_openscap/engine.rb:220 ../lib/foreman_openscap/engine.rb:234
|
1298
1286
|
msgid "Run OpenSCAP remediation with Ansible"
|
1299
1287
|
msgstr ""
|
1300
1288
|
|
1301
|
-
#: ../lib/foreman_openscap/engine.rb:
|
1289
|
+
#: ../lib/foreman_openscap/engine.rb:225 ../lib/foreman_openscap/engine.rb:235
|
1302
1290
|
msgid "Run OpenSCAP remediation with Shell"
|
1303
1291
|
msgstr ""
|
1304
1292
|
|
@@ -1314,31 +1302,31 @@ msgstr ""
|
|
1314
1302
|
msgid "There's no available report for this host"
|
1315
1303
|
msgstr ""
|
1316
1304
|
|
1317
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
1318
|
-
msgid "
|
1305
|
+
#: ../webpack/components/OpenscapRemediationWizard/Footer.js:30 ../webpack/components/OpenscapRemediationWizard/index.js:94
|
1306
|
+
msgid "Run"
|
1319
1307
|
msgstr ""
|
1320
1308
|
|
1321
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
1322
|
-
msgid "
|
1309
|
+
#: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:28
|
1310
|
+
msgid "View selected hosts"
|
1323
1311
|
msgstr ""
|
1324
1312
|
|
1325
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
1313
|
+
#: ../webpack/components/OpenscapRemediationWizard/constants.js:19 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:123
|
1326
1314
|
msgid "Select snippet"
|
1327
1315
|
msgstr ""
|
1328
1316
|
|
1329
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
1330
|
-
msgid "Review
|
1317
|
+
#: ../webpack/components/OpenscapRemediationWizard/constants.js:20 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:193
|
1318
|
+
msgid "Review hosts"
|
1331
1319
|
msgstr ""
|
1332
1320
|
|
1333
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
1334
|
-
msgid "
|
1321
|
+
#: ../webpack/components/OpenscapRemediationWizard/constants.js:21 ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:97
|
1322
|
+
msgid "Review remediation"
|
1335
1323
|
msgstr ""
|
1336
1324
|
|
1337
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
1325
|
+
#: ../webpack/components/OpenscapRemediationWizard/constants.js:22
|
1338
1326
|
msgid "Done"
|
1339
1327
|
msgstr ""
|
1340
1328
|
|
1341
|
-
#: ../webpack/components/OpenscapRemediationWizard/index.js:
|
1329
|
+
#: ../webpack/components/OpenscapRemediationWizard/index.js:132
|
1342
1330
|
msgid "Remediate %s rule"
|
1343
1331
|
msgstr ""
|
1344
1332
|
|
@@ -913,12 +913,6 @@ msgstr ""
|
|
913
913
|
msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
|
914
914
|
msgstr ""
|
915
915
|
|
916
|
-
msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
|
917
|
-
msgstr ""
|
918
|
-
|
919
|
-
msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
|
920
|
-
msgstr ""
|
921
|
-
|
922
916
|
msgid "The identifier of the host"
|
923
917
|
msgstr ""
|
924
918
|
|
@@ -937,9 +931,6 @@ msgstr ""
|
|
937
931
|
msgid "There's no available report for this host"
|
938
932
|
msgstr ""
|
939
933
|
|
940
|
-
msgid "This feature is temporarily disabled. "
|
941
|
-
msgstr ""
|
942
|
-
|
943
934
|
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."
|
944
935
|
msgstr ""
|
945
936
|
|
@@ -167,7 +167,7 @@ msgstr ""
|
|
167
167
|
msgid "XML containing SCAP content"
|
168
168
|
msgstr ""
|
169
169
|
|
170
|
-
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
170
|
+
#: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:36
|
171
171
|
msgid "Original file name of the XML file"
|
172
172
|
msgstr ""
|
173
173
|
|
@@ -203,35 +203,35 @@ msgstr ""
|
|
203
203
|
msgid "Please specify import type, received: %{received}, expected one of: %{expected}"
|
204
204
|
msgstr ""
|
205
205
|
|
206
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
206
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:10
|
207
207
|
msgid "List Tailoring files"
|
208
208
|
msgstr ""
|
209
209
|
|
210
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
210
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:18
|
211
211
|
msgid "Download a Tailoring file as XML"
|
212
212
|
msgstr ""
|
213
213
|
|
214
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
214
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:27
|
215
215
|
msgid "Show a Tailoring file"
|
216
216
|
msgstr ""
|
217
217
|
|
218
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
218
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:34
|
219
219
|
msgid "Tailoring file name"
|
220
220
|
msgstr ""
|
221
221
|
|
222
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
222
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:35
|
223
223
|
msgid "XML containing tailoring file"
|
224
224
|
msgstr ""
|
225
225
|
|
226
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
226
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:41
|
227
227
|
msgid "Create a Tailoring file"
|
228
228
|
msgstr ""
|
229
229
|
|
230
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
230
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:49
|
231
231
|
msgid "Update a Tailoring file"
|
232
232
|
msgstr ""
|
233
233
|
|
234
|
-
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:
|
234
|
+
#: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:57
|
235
235
|
msgid "Deletes a Tailoring file"
|
236
236
|
msgstr ""
|
237
237
|
|
@@ -442,7 +442,7 @@ msgstr ""
|
|
442
442
|
msgid "Change OpenSCAP Proxy"
|
443
443
|
msgstr ""
|
444
444
|
|
445
|
-
#: ../app/helpers/compliance_hosts_helper.rb:37 ../app/models/foreman_openscap/compliance_status.rb:8 ../lib/foreman_openscap/engine.rb:
|
445
|
+
#: ../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
|
446
446
|
msgid "Compliance"
|
447
447
|
msgstr "Conforme"
|
448
448
|
|
@@ -490,7 +490,7 @@ msgstr ""
|
|
490
490
|
msgid "Submit"
|
491
491
|
msgstr "Invia"
|
492
492
|
|
493
|
-
#: ../app/helpers/policies_helper.rb:115 ../app/views/arf_reports/_list.html.erb:53 ../webpack/components/ConfirmModal.js:29
|
493
|
+
#: ../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
|
494
494
|
msgid "Cancel"
|
495
495
|
msgstr "Annulla"
|
496
496
|
|
@@ -618,23 +618,23 @@ msgstr ""
|
|
618
618
|
msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
|
619
619
|
msgstr ""
|
620
620
|
|
621
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
621
|
+
#: ../app/models/foreman_openscap/policy.rb:223
|
622
622
|
msgid "must be present when tailoring file profile present"
|
623
623
|
msgstr ""
|
624
624
|
|
625
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
625
|
+
#: ../app/models/foreman_openscap/policy.rb:224
|
626
626
|
msgid "must be present when tailoring file present"
|
627
627
|
msgstr ""
|
628
628
|
|
629
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
629
|
+
#: ../app/models/foreman_openscap/policy.rb:229
|
630
630
|
msgid "does not come from selected tailoring file"
|
631
631
|
msgstr ""
|
632
632
|
|
633
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
633
|
+
#: ../app/models/foreman_openscap/policy.rb:235
|
634
634
|
msgid "does not have the selected SCAP content profile"
|
635
635
|
msgstr ""
|
636
636
|
|
637
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
637
|
+
#: ../app/models/foreman_openscap/policy.rb:267
|
638
638
|
msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
|
639
639
|
msgstr ""
|
640
640
|
|
@@ -698,18 +698,6 @@ msgstr ""
|
|
698
698
|
msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
|
699
699
|
msgstr ""
|
700
700
|
|
701
|
-
#: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:39
|
702
|
-
msgid "This feature is temporarily disabled. "
|
703
|
-
msgstr ""
|
704
|
-
|
705
|
-
#: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:40
|
706
|
-
msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
|
707
|
-
msgstr ""
|
708
|
-
|
709
|
-
#: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:41
|
710
|
-
msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
|
711
|
-
msgstr ""
|
712
|
-
|
713
701
|
#: ../app/validators/foreman_openscap/data_stream_validator.rb:9
|
714
702
|
msgid "No proxy with OpenSCAP feature was found."
|
715
703
|
msgstr ""
|
@@ -818,7 +806,7 @@ msgstr "Elimina"
|
|
818
806
|
msgid "these Compliance reports"
|
819
807
|
msgstr ""
|
820
808
|
|
821
|
-
#: ../app/views/arf_reports/show.html.erb:14
|
809
|
+
#: ../app/views/arf_reports/show.html.erb:14 ../webpack/components/OpenscapRemediationWizard/Footer.js:40
|
822
810
|
msgid "Back"
|
823
811
|
msgstr "Indietro"
|
824
812
|
|
@@ -872,7 +860,7 @@ msgstr ""
|
|
872
860
|
msgid "No report for this policy"
|
873
861
|
msgstr ""
|
874
862
|
|
875
|
-
#: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:
|
863
|
+
#: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:148
|
876
864
|
msgid "Latest Compliance Reports"
|
877
865
|
msgstr ""
|
878
866
|
|
@@ -888,7 +876,7 @@ msgstr ""
|
|
888
876
|
msgid "Policy is missing"
|
889
877
|
msgstr ""
|
890
878
|
|
891
|
-
#: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:
|
879
|
+
#: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:150
|
892
880
|
msgid "Compliance Reports Breakdown"
|
893
881
|
msgstr ""
|
894
882
|
|
@@ -1042,7 +1030,7 @@ msgstr ""
|
|
1042
1030
|
msgid "Choose day in month"
|
1043
1031
|
msgstr ""
|
1044
1032
|
|
1045
|
-
#: ../app/views/policies/steps/_step_form.html.erb:11
|
1033
|
+
#: ../app/views/policies/steps/_step_form.html.erb:11 ../webpack/components/OpenscapRemediationWizard/Footer.js:31
|
1046
1034
|
msgid "Next"
|
1047
1035
|
msgstr "Successivo"
|
1048
1036
|
|
@@ -1202,7 +1190,7 @@ msgstr ""
|
|
1202
1190
|
msgid "Delete tailoring file %s?"
|
1203
1191
|
msgstr ""
|
1204
1192
|
|
1205
|
-
#: ../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:
|
1193
|
+
#: ../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
|
1206
1194
|
msgid "Tailoring Files"
|
1207
1195
|
msgstr ""
|
1208
1196
|
|
@@ -1224,7 +1212,7 @@ msgid ""
|
|
1224
1212
|
" via %s"
|
1225
1213
|
msgstr ""
|
1226
1214
|
|
1227
|
-
#: ../app/views/tailoring_files/welcome.html.erb:
|
1215
|
+
#: ../app/views/tailoring_files/welcome.html.erb:12
|
1228
1216
|
msgid "New Tailoring File"
|
1229
1217
|
msgstr ""
|
1230
1218
|
|
@@ -1268,39 +1256,39 @@ msgstr ""
|
|
1268
1256
|
msgid "%s content"
|
1269
1257
|
msgstr ""
|
1270
1258
|
|
1271
|
-
#: ../lib/foreman_openscap/engine.rb:
|
1259
|
+
#: ../lib/foreman_openscap/engine.rb:133
|
1272
1260
|
msgid "Policies"
|
1273
1261
|
msgstr "Regole"
|
1274
1262
|
|
1275
|
-
#: ../lib/foreman_openscap/engine.rb:
|
1263
|
+
#: ../lib/foreman_openscap/engine.rb:136
|
1276
1264
|
msgid "SCAP contents"
|
1277
1265
|
msgstr ""
|
1278
1266
|
|
1279
|
-
#: ../lib/foreman_openscap/engine.rb:
|
1267
|
+
#: ../lib/foreman_openscap/engine.rb:139
|
1280
1268
|
msgid "Reports"
|
1281
1269
|
msgstr "Notifiche"
|
1282
1270
|
|
1283
|
-
#: ../lib/foreman_openscap/engine.rb:
|
1271
|
+
#: ../lib/foreman_openscap/engine.rb:164
|
1284
1272
|
msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
|
1285
1273
|
msgstr ""
|
1286
1274
|
|
1287
|
-
#: ../lib/foreman_openscap/engine.rb:
|
1275
|
+
#: ../lib/foreman_openscap/engine.rb:168 ../lib/foreman_openscap/engine.rb:173
|
1288
1276
|
msgid "OpenSCAP Proxy"
|
1289
1277
|
msgstr ""
|
1290
1278
|
|
1291
|
-
#: ../lib/foreman_openscap/engine.rb:
|
1279
|
+
#: ../lib/foreman_openscap/engine.rb:170 ../lib/foreman_openscap/engine.rb:175
|
1292
1280
|
msgid "ID of OpenSCAP Proxy"
|
1293
1281
|
msgstr ""
|
1294
1282
|
|
1295
|
-
#: ../lib/foreman_openscap/engine.rb:
|
1283
|
+
#: ../lib/foreman_openscap/engine.rb:215 ../lib/foreman_openscap/engine.rb:233
|
1296
1284
|
msgid "Run OpenSCAP scan"
|
1297
1285
|
msgstr ""
|
1298
1286
|
|
1299
|
-
#: ../lib/foreman_openscap/engine.rb:
|
1287
|
+
#: ../lib/foreman_openscap/engine.rb:220 ../lib/foreman_openscap/engine.rb:234
|
1300
1288
|
msgid "Run OpenSCAP remediation with Ansible"
|
1301
1289
|
msgstr ""
|
1302
1290
|
|
1303
|
-
#: ../lib/foreman_openscap/engine.rb:
|
1291
|
+
#: ../lib/foreman_openscap/engine.rb:225 ../lib/foreman_openscap/engine.rb:235
|
1304
1292
|
msgid "Run OpenSCAP remediation with Shell"
|
1305
1293
|
msgstr ""
|
1306
1294
|
|
@@ -1316,31 +1304,31 @@ msgstr ""
|
|
1316
1304
|
msgid "There's no available report for this host"
|
1317
1305
|
msgstr ""
|
1318
1306
|
|
1319
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
1320
|
-
msgid "
|
1307
|
+
#: ../webpack/components/OpenscapRemediationWizard/Footer.js:30 ../webpack/components/OpenscapRemediationWizard/index.js:94
|
1308
|
+
msgid "Run"
|
1321
1309
|
msgstr ""
|
1322
1310
|
|
1323
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
1324
|
-
msgid "
|
1311
|
+
#: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:28
|
1312
|
+
msgid "View selected hosts"
|
1325
1313
|
msgstr ""
|
1326
1314
|
|
1327
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
1315
|
+
#: ../webpack/components/OpenscapRemediationWizard/constants.js:19 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:123
|
1328
1316
|
msgid "Select snippet"
|
1329
1317
|
msgstr ""
|
1330
1318
|
|
1331
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
1332
|
-
msgid "Review
|
1319
|
+
#: ../webpack/components/OpenscapRemediationWizard/constants.js:20 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:193
|
1320
|
+
msgid "Review hosts"
|
1333
1321
|
msgstr ""
|
1334
1322
|
|
1335
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
1336
|
-
msgid "
|
1323
|
+
#: ../webpack/components/OpenscapRemediationWizard/constants.js:21 ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:97
|
1324
|
+
msgid "Review remediation"
|
1337
1325
|
msgstr ""
|
1338
1326
|
|
1339
|
-
#: ../webpack/components/OpenscapRemediationWizard/
|
1327
|
+
#: ../webpack/components/OpenscapRemediationWizard/constants.js:22
|
1340
1328
|
msgid "Done"
|
1341
1329
|
msgstr ""
|
1342
1330
|
|
1343
|
-
#: ../webpack/components/OpenscapRemediationWizard/index.js:
|
1331
|
+
#: ../webpack/components/OpenscapRemediationWizard/index.js:132
|
1344
1332
|
msgid "Remediate %s rule"
|
1345
1333
|
msgstr ""
|
1346
1334
|
|
@@ -1455,12 +1443,3 @@ msgstr ""
|
|
1455
1443
|
#: ../webpack/helpers/permissionsHelper.js:37
|
1456
1444
|
msgid "Request the following permissions from administrator: %s."
|
1457
1445
|
msgstr ""
|
1458
|
-
|
1459
|
-
#~ msgid "Import Puppet classes"
|
1460
|
-
#~ msgstr "Importa classi Puppet"
|
1461
|
-
|
1462
|
-
#~ msgid "Import facts"
|
1463
|
-
#~ msgstr "Importa gli eventi"
|
1464
|
-
|
1465
|
-
#~ msgid "Remote action:"
|
1466
|
-
#~ msgstr "Azione remota:"
|
@@ -915,12 +915,6 @@ msgstr ""
|
|
915
915
|
msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
|
916
916
|
msgstr ""
|
917
917
|
|
918
|
-
msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
|
919
|
-
msgstr ""
|
920
|
-
|
921
|
-
msgid "The following proxies could not be reached: %s. Please make sure they are available so Foreman can check their versions."
|
922
|
-
msgstr ""
|
923
|
-
|
924
918
|
msgid "The identifier of the host"
|
925
919
|
msgstr ""
|
926
920
|
|
@@ -939,9 +933,6 @@ msgstr ""
|
|
939
933
|
msgid "There's no available report for this host"
|
940
934
|
msgstr ""
|
941
935
|
|
942
|
-
msgid "This feature is temporarily disabled. "
|
943
|
-
msgstr ""
|
944
|
-
|
945
936
|
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."
|
946
937
|
msgstr ""
|
947
938
|
|
Binary file
|