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
@@ -165,7 +165,7 @@ msgstr "SCAP შემცველობის სახელი"
165
165
  msgid "XML containing SCAP content"
166
166
  msgstr "SCAP-ის შემცველი XML-ი"
167
167
 
168
- #: ../app/controllers/api/v2/compliance/scap_contents_controller.rb:42 ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:37
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 "XML ფაილის საწყისი სახელი"
171
171
 
@@ -201,35 +201,35 @@ msgstr "ატვირთვის ტიპის \"directory\" გამო
201
201
  msgid "Please specify import type, received: %{received}, expected one of: %{expected}"
202
202
  msgstr "მიუთითეთ შემოტანის ტიპი. მიღებულია: %{received}, მოველოდი ერთ-ერთს სიიდან: %{expected}"
203
203
 
204
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:11
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:19
208
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:18
209
209
  msgid "Download a Tailoring file as XML"
210
210
  msgstr "შესაბამისობის ფაილის XML-ად ჩაწერა"
211
211
 
212
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:28
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:35
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:36
220
+ #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:35
221
221
  msgid "XML containing tailoring file"
222
222
  msgstr "შესაბამისობის ფაილის შემცველი XML-ის სახელი"
223
223
 
224
- #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:42
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:50
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:58
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 "OpenSCAP-ის პროქსის შეცვლა"
442
442
 
443
- #: ../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
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 "გაგზავნა"
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 "გაუქმება"
494
494
 
@@ -616,23 +616,23 @@ msgstr "HTML გიდის გენერაციის შეცდომ
616
616
  msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
617
617
  msgstr "HTML გიდის გენერაციის შეცდომა. OpenSCAP-ის პროქსი სერვერები აღმოჩენილი არაა."
618
618
 
619
- #: ../app/models/foreman_openscap/policy.rb:227
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:228
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:233
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:239
631
+ #: ../app/models/foreman_openscap/policy.rb:235
632
632
  msgid "does not have the selected SCAP content profile"
633
633
  msgstr "scap-ის მითითებული შემცველობის პროფილი არ გააჩნია"
634
634
 
635
- #: ../app/models/foreman_openscap/policy.rb:271
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 "შენახვის შეცდომა %{config_tool}-სთვის პარამეტრების გადაფარვისას. მიზეზი: %{errors}"
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 "ფუნქციის ჩასართავად საჭიროა შემდეგი ჭკვიანი პროქსიების განახლება: %s. "
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 "პროქსი სერვერი OpenSCAP-ის ფუნქციით აღმოჩენილი არაა."
@@ -816,7 +804,7 @@ msgstr "წაშლა"
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 "უკან"
822
810
 
@@ -870,7 +858,7 @@ msgstr "სულ %s ანგარიში"
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:156
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:158
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 "DataStream შესაბამისობის ფაილი"
1200
1188
  msgid "Delete tailoring file %s?"
1201
1189
  msgstr "წავშალო შესაბამისობის ფაილი %s?"
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:150
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:13
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:141
1257
+ #: ../lib/foreman_openscap/engine.rb:133
1270
1258
  msgid "Policies"
1271
1259
  msgstr "წესები"
1272
1260
 
1273
- #: ../lib/foreman_openscap/engine.rb:144
1261
+ #: ../lib/foreman_openscap/engine.rb:136
1274
1262
  msgid "SCAP contents"
1275
1263
  msgstr "SCAP შემცველობა"
1276
1264
 
1277
- #: ../lib/foreman_openscap/engine.rb:147
1265
+ #: ../lib/foreman_openscap/engine.rb:139
1278
1266
  msgid "Reports"
1279
1267
  msgstr "ანგარიშები"
1280
1268
 
1281
- #: ../lib/foreman_openscap/engine.rb:172
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:176 ../lib/foreman_openscap/engine.rb:181
1273
+ #: ../lib/foreman_openscap/engine.rb:168 ../lib/foreman_openscap/engine.rb:173
1286
1274
  msgid "OpenSCAP Proxy"
1287
1275
  msgstr "OpenSCAP პროქსი"
1288
1276
 
1289
- #: ../lib/foreman_openscap/engine.rb:178 ../lib/foreman_openscap/engine.rb:183
1277
+ #: ../lib/foreman_openscap/engine.rb:170 ../lib/foreman_openscap/engine.rb:175
1290
1278
  msgid "ID of OpenSCAP Proxy"
1291
1279
  msgstr "OpenSCAP პროქსის ID"
1292
1280
 
1293
- #: ../lib/foreman_openscap/engine.rb:222 ../lib/foreman_openscap/engine.rb:240
1281
+ #: ../lib/foreman_openscap/engine.rb:215 ../lib/foreman_openscap/engine.rb:233
1294
1282
  msgid "Run OpenSCAP scan"
1295
1283
  msgstr "OpenSCAP სკანირების გაშვება"
1296
1284
 
1297
- #: ../lib/foreman_openscap/engine.rb:227 ../lib/foreman_openscap/engine.rb:241
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:232 ../lib/foreman_openscap/engine.rb:242
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/ViewSelectedHostsLink.js:28
1318
- msgid "View selected hosts"
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/index.js:69 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:193
1322
- msgid "Review hosts"
1309
+ #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:28
1310
+ msgid "View selected hosts"
1323
1311
  msgstr ""
1324
1312
 
1325
- #: ../webpack/components/OpenscapRemediationWizard/index.js:77 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:123
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/index.js:85 ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:97
1330
- msgid "Review remediation"
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/index.js:89
1334
- msgid "Run"
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/index.js:93
1325
+ #: ../webpack/components/OpenscapRemediationWizard/constants.js:22
1338
1326
  msgid "Done"
1339
1327
  msgstr ""
1340
1328
 
1341
- #: ../webpack/components/OpenscapRemediationWizard/index.js:127
1329
+ #: ../webpack/components/OpenscapRemediationWizard/index.js:132
1342
1330
  msgid "Remediate %s rule"
1343
1331
  msgstr ""
1344
1332
 
@@ -1454,201 +1442,8 @@ msgstr ""
1454
1442
  msgid "Request the following permissions from administrator: %s."
1455
1443
  msgstr ""
1456
1444
 
1457
- #~ msgid "%s vulnerabilities found"
1458
- #~ msgstr "ნაპოვნია %s მოწყვლადობა"
1459
-
1460
- #~ msgid "%s vulnerabilities with available patch found"
1461
- #~ msgstr "ნაპოვნია %s მოწყვლადობა ხელმისაწვდომი პაჩით"
1462
-
1463
- #~ msgid "Action with sub plans"
1464
- #~ msgstr "ქმედება ქვე-გეგმებით"
1465
-
1466
- #~ msgid "Are required variables for theforeman.foreman_scap_client present?"
1467
- #~ msgstr "მითითებულია თუ არა აუცილებელი ცვლადები theforeman.foreman_scap_client-სთვის?"
1468
-
1469
- #~ msgid "Array of host IDs"
1470
- #~ msgstr "ჰოსტის ID-ების მასივი"
1471
-
1472
- #~ msgid "Array of hostgroup IDs"
1473
- #~ msgstr "ჰოსტის ჯგუფების ID-ების მასივი"
1474
-
1475
- #~ msgid "Assign hostgroups to an OVAL Policy"
1476
- #~ msgstr "OVAL-ის წესში ჰოსტის ჯგუფების მინიჭება"
1477
-
1478
- #~ msgid "Assign hosts to an OVAL Policy"
1479
- #~ msgstr "OVAL-ის წესზე ჰოსტების მინიჭება"
1480
-
1481
- #~ msgid "Assign openscap_proxy to %s before proceeding."
1482
- #~ msgstr "გაგრძელებამდე %s-ს openscap_proxy მიანიჭეთ."
1483
-
1484
- #~ msgid "Could not update Ansible Variables with override: true"
1485
- #~ msgstr "Ansible-ის ცვლადების override:true -ით განახლება შეუძლებელია"
1486
-
1487
- #~ msgid "Create OVAL content"
1488
- #~ msgstr "OVAL-ის შემცველობის შექმნა"
1489
-
1490
- #~ msgid "Create an OVAL Policy"
1491
- #~ msgstr "OVAL-ის წესის შექმნა"
1492
-
1493
- #~ msgid "Delete an OVAL Policy"
1494
- #~ msgstr "OVAL-ის წესის წაშლა"
1495
-
1496
- #~ msgid "Deletes an OVAL content"
1497
- #~ msgstr "OVAL-ის შემცველობის წაშლა"
1498
-
1499
- #~ msgid "Details"
1500
- #~ msgstr "დეტალები"
1501
-
1502
- #~ msgid "Has Errata?"
1503
- #~ msgstr "აქვს თუ არა მორჩენილი პაჩები?"
1504
-
1505
- #~ msgid "Hosts Count"
1506
- #~ msgstr "ჰოსტების ჯამური რაოდენობა"
1507
-
1508
- #~ msgid "Import Puppet classes"
1509
- #~ msgstr "Puppet-ის კლასების შემოტანა"
1510
-
1511
- #~ msgid "Import facts"
1512
- #~ msgstr "ფაქტების შემოტანა"
1513
-
1514
- #~ msgid "Is foreman_ansible present?"
1515
- #~ msgstr "არსებობს ტუ არა foreman_ansible?"
1516
-
1517
- #~ msgid "Is theforeman.foreman_scap_client present?"
1518
- #~ msgstr "არსებობს თუ არა theforeman.foreman_scap_client present?"
1519
-
1520
- #~ msgid "List OVAL Policies"
1521
- #~ msgstr "OVAL-ის წესების სია"
1522
-
1523
- #~ msgid "List OVAL contents"
1524
- #~ msgstr "OVAL-ის შემცველობის სია"
1525
-
1526
- #~ msgid "No CVEs found."
1527
- #~ msgstr "CVE-ები ნაპოვნი არაა."
1528
-
1529
- #~ msgid "No OVAL Contents found."
1530
- #~ msgstr "OVAL-ის შემცველობა ნაპოვნი არაა."
1531
-
1532
- #~ msgid "No OVAL Policies found"
1533
- #~ msgstr "OVAL-ის წესები ნაპოვნი არაა"
1534
-
1535
- #~ msgid "No OVAL Policy found"
1536
- #~ msgstr "OVAL-ის წესი ნაპოვნი არაა"
1537
-
1538
- #~ msgid "No Vulnerabilities found"
1539
- #~ msgstr "მოწყვლადობები ნაპოვნი არაა"
1540
-
1541
- #~ msgid "OVAL Content"
1542
- #~ msgstr "OVAL-ის შემცველობა"
1543
-
1544
- #~ msgid "OVAL Contents"
1545
- #~ msgstr "OVAL-ის შემცველობა"
1546
-
1547
- #~ msgid "OVAL Contents table"
1548
- #~ msgstr "OVAL-ის შემცველობის ცხრილი"
1549
-
1550
- #~ msgid "OVAL Policies"
1551
- #~ msgstr "OVAL-ის წესები"
1552
-
1553
- #~ msgid "OVAL Policies Table"
1554
- #~ msgstr "OVAL-ის წესების ცხრილი"
1555
-
1556
- #~ msgid "OVAL Policy description"
1557
- #~ msgstr "OVAL-ის წესის აღწერა"
1558
-
1559
- #~ msgid "OVAL Policy name"
1560
- #~ msgstr "OVAL-ის წესის სახელი"
1561
-
1562
- #~ msgid "OVAL Policy schedule cron line (only if period == \"custom\")"
1563
- #~ msgstr "OVAL-ის წესის განრიგის ხელით მითთება (თუ period == 'custom')"
1564
-
1565
- #~ msgid "OVAL Policy schedule day of month (only if period == \"monthly\")"
1566
- #~ msgstr "OVAL-ის წესის განრივი თვეში ერთხელ (თუ period == 'monthly')"
1567
-
1568
- #~ msgid "OVAL Policy schedule period (weekly, monthly, custom)"
1569
- #~ msgstr "OVAL-ის წესის განრიგის პერიოდი (კვირაში, თვეში თუ ხელით მითითითებული)"
1570
-
1571
- #~ msgid "OVAL Policy schedule weekday (only if period == \"weekly\")"
1572
- #~ msgstr "OVAL-ის წესის განრიგი კვირაობით (თუ period == 'weekly')"
1573
-
1574
- #~ msgid "OVAL content name"
1575
- #~ msgstr "OVAL-ის შემცველობის სახელი"
1576
-
1577
- #~ msgid "OVAL policy successfully configured with %s."
1578
- #~ msgstr "OVAL-ის წესი წარმატებით მოერგო %s-ს."
1579
-
1580
- #~ msgid "OVAL scan"
1581
- #~ msgstr "OVAL-ის სკანირება"
1582
-
1583
- #~ msgid "Original file name of the OVAL content file"
1584
- #~ msgstr "OVAL-ის შემცველობის ფაილის საწყისი სახელი"
1585
-
1586
- #~ msgid "Policy OVAL content ID"
1587
- #~ msgstr "OVAL-ის წესის შემცველობის ID"
1588
-
1589
- #~ msgid "Ref Id"
1590
- #~ msgstr "ბმ ID"
1591
-
1592
- #~ msgid "Remote action:"
1593
- #~ msgstr "დაშორებული ქმედება:"
1594
-
1595
- #~ msgid "Run OVAL scan"
1596
- #~ msgstr "OVAL-ის სკანირების გაშვება"
1597
-
1598
- #~ msgid "Scan All Hostgroups"
1599
- #~ msgstr "ჰოსტის ყველა ჯგუფის სკანირება"
1600
-
1601
- #~ msgid "Show an OVAL Policy"
1602
- #~ msgstr "OVAL-ის წესის ჩვენება"
1603
-
1604
- #~ msgid "Show an OVAL content"
1605
- #~ msgstr "OVAL-ის შემცველობის ნახვა"
1606
-
1607
- #~ msgid "Sync contents that have remote source URL"
1608
- #~ msgstr "შემცველობის, რომლებსაც დაშორებული წყაროს URL-ები აქვთ მითითებული, სინქი"
1609
-
1610
- #~ msgid "Table of CVEs for OVAL policy"
1611
- #~ msgstr "CVE-ის ცხრილები OVAL-ის წესისთვის"
1612
-
1613
- #~ msgid "URL"
1614
- #~ msgstr "ბმული"
1615
-
1616
- #~ msgid "URL of the OVAL content file"
1617
- #~ msgstr "OVAL-ის შემცველობის ფაილის URL-ი"
1618
-
1619
- #~ msgid "Unknown OVAL status"
1620
- #~ msgstr "OVAL-ის უცნობი სტატუსი"
1621
-
1622
- #~ msgid "Update an OVAL Policy"
1623
- #~ msgstr "OVAL-ის წესის განახლება"
1624
-
1625
- #~ msgid "Update an OVAL content"
1626
- #~ msgstr "OVAL-ის შემცველობის განახლება"
1627
-
1628
- #~ msgid "Upload an OVAL report - a list of CVEs for given host"
1629
- #~ msgstr "OVAL-ის ანგარიშის ატვირთვა - მოცემული ჰოსტის CVE-ების სია"
1630
-
1631
- #~ msgid "Was %s configured successfully?"
1632
- #~ msgstr "%s წარმატებითაა მორგებული?"
1633
-
1634
- #~ msgid "Was %{model_name} %{name} configured successfully?"
1635
- #~ msgstr "არის თუ არა%{model_name} %{name} მორგებული წარმატებით?"
1636
-
1637
- #~ msgid "XML containing OVAL content"
1638
- #~ msgstr "OVAL-ის შემცველი XML-ი"
1639
-
1640
- #~ msgid "can't be blank"
1641
- #~ msgstr "არ შეიძლება ცარიელი იყოს"
1642
-
1643
- #~ msgid ""
1644
- #~ "foreman_ansible plugin not found, please install it before running this action"
1645
- #~ " again."
1646
- #~ msgstr ""
1647
- #~ "მოდული foreman_ansible ნაპოვნი არაა. სანამ ამ ქმედებას გაუშვებთ, გთხოვთ დააყენ"
1648
- #~ "ოთ."
1649
-
1650
- #~ msgid "hostgroups"
1651
- #~ msgstr "ჰოსტის ჯგუფები"
1445
+ #~ msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
1446
+ #~ msgstr "ფუნქციის ჩასართავად საჭიროა შემდეგი ჭკვიანი პროქსიების განახლება: %s. "
1652
1447
 
1653
- #~ msgid "hosts"
1654
- #~ msgstr "ჰოსტი"
1448
+ #~ msgid "This feature is temporarily disabled. "
1449
+ #~ msgstr "ფუნქცია დროებით გათიშულია. "
@@ -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 "ფუნქციის ჩასართავად საჭიროა შემდეგი ჭკვიანი პროქსიების განახლება: %s. "
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