foreman_openscap 10.0.0 → 10.0.1

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 (73) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +115 -118
  3. data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +12 -15
  4. data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +1 -4
  5. data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +3 -6
  6. data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +12 -15
  7. data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +83 -86
  8. data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +4 -7
  9. data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +10 -13
  10. data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +68 -71
  11. data/app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js +28 -31
  12. data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +12 -15
  13. data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +9 -12
  14. data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +8 -11
  15. data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +6 -9
  16. data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +67 -70
  17. data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +9 -12
  18. data/lib/foreman_openscap/version.rb +1 -1
  19. data/locale/Makefile +12 -2
  20. data/locale/cs_CZ/LC_MESSAGES/foreman_openscap.mo +0 -0
  21. data/locale/cs_CZ/foreman_openscap.edit.po +121 -122
  22. data/locale/cs_CZ/foreman_openscap.po +120 -121
  23. data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
  24. data/locale/de/foreman_openscap.edit.po +17 -31
  25. data/locale/de/foreman_openscap.po +13 -16
  26. data/locale/en/LC_MESSAGES/foreman_openscap.mo +0 -0
  27. data/locale/en/foreman_openscap.edit.po +1 -5
  28. data/locale/en/foreman_openscap.po +1 -4
  29. data/locale/en_GB/LC_MESSAGES/foreman_openscap.mo +0 -0
  30. data/locale/en_GB/foreman_openscap.edit.po +4 -7
  31. data/locale/en_GB/foreman_openscap.po +3 -6
  32. data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
  33. data/locale/es/foreman_openscap.edit.po +16 -30
  34. data/locale/es/foreman_openscap.po +12 -15
  35. data/locale/foreman_openscap.pot +2 -6
  36. data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
  37. data/locale/fr/foreman_openscap.edit.po +87 -101
  38. data/locale/fr/foreman_openscap.po +83 -86
  39. data/locale/gl/LC_MESSAGES/foreman_openscap.mo +0 -0
  40. data/locale/gl/foreman_openscap.edit.po +5 -8
  41. data/locale/gl/foreman_openscap.po +4 -7
  42. data/locale/it/LC_MESSAGES/foreman_openscap.mo +0 -0
  43. data/locale/it/foreman_openscap.edit.po +11 -14
  44. data/locale/it/foreman_openscap.po +10 -13
  45. data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
  46. data/locale/ja/foreman_openscap.edit.po +72 -82
  47. data/locale/ja/foreman_openscap.po +68 -71
  48. data/locale/ka/LC_MESSAGES/foreman_openscap.mo +0 -0
  49. data/locale/ka/foreman_openscap.edit.po +32 -37
  50. data/locale/ka/foreman_openscap.po +28 -31
  51. data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
  52. data/locale/ko/foreman_openscap.edit.po +13 -16
  53. data/locale/ko/foreman_openscap.po +12 -15
  54. data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
  55. data/locale/pt_BR/foreman_openscap.edit.po +13 -27
  56. data/locale/pt_BR/foreman_openscap.po +9 -12
  57. data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
  58. data/locale/ru/foreman_openscap.edit.po +9 -12
  59. data/locale/ru/foreman_openscap.po +8 -11
  60. data/locale/sv_SE/LC_MESSAGES/foreman_openscap.mo +0 -0
  61. data/locale/sv_SE/foreman_openscap.edit.po +7 -10
  62. data/locale/sv_SE/foreman_openscap.po +6 -9
  63. data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
  64. data/locale/zh_CN/foreman_openscap.edit.po +71 -81
  65. data/locale/zh_CN/foreman_openscap.po +67 -70
  66. data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
  67. data/locale/zh_TW/foreman_openscap.edit.po +10 -13
  68. data/locale/zh_TW/foreman_openscap.po +9 -12
  69. metadata +2 -6
  70. data/locale/action_names.rb +0 -2
  71. data/webpack/components/EditableInput.js +0 -166
  72. data/webpack/components/EditableInput.scss +0 -3
  73. data/webpack/helpers/formFieldsHelper.js +0 -114
@@ -1,21 +1,24 @@
1
- # Czech translations for foreman_openscap package.
2
- # Copyright (C) 2023 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>, 2023.
5
4
  #
5
+ # Translators:
6
+ # Pavel Borecki <pavel.borecki@gmail.com>, 2018-2020
6
7
  msgid ""
7
8
  msgstr ""
8
- "Project-Id-Version: foreman_openscap 1.0.0\n"
9
+ "Project-Id-Version: foreman_openscap 10.0.1\n"
9
10
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2023-05-16 14:11+0200\n"
11
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
- "Language-Team: Czech\n"
13
- "Language: cs_CZ\n"
11
+ "POT-Creation-Date: 2024-10-29 14:04+0000\n"
12
+ "PO-Revision-Date: 2016-04-14 07:48+0000\n"
13
+ "Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2018-2020\n"
14
+ "Language-Team: Czech (Czech Republic) (http://app.transifex.com/foreman/forema"
15
+ "n/language/cs_CZ/)\n"
14
16
  "MIME-Version: 1.0\n"
15
17
  "Content-Type: text/plain; charset=UTF-8\n"
16
18
  "Content-Transfer-Encoding: 8bit\n"
17
- "Plural-Forms: nplurals=; plural=;\n"
18
- "\n"
19
+ "Language: cs_CZ\n"
20
+ "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= "
21
+ "4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
19
22
 
20
23
  #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:25
21
24
  msgid "List ARF reports"
@@ -43,11 +46,11 @@ msgstr ""
43
46
 
44
47
  #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:96
45
48
  msgid "Policy with id %s not found."
46
- msgstr ""
49
+ msgstr "Zásada s identif. %s nenalezena."
47
50
 
48
51
  #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:103
49
52
  msgid "Could not find host identified by: %s"
50
- msgstr ""
53
+ msgstr "Nepodařilo se najít stroj identifikovaným podle: %s"
51
54
 
52
55
  #: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:108
53
56
  msgid "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params when uploading for %s and host is missing openscap_proxy"
@@ -59,19 +62,19 @@ msgstr ""
59
62
 
60
63
  #: ../app/controllers/api/v2/compliance/policies_controller.rb:18
61
64
  msgid "List Policies"
62
- msgstr ""
65
+ msgstr "Vypsat zásady"
63
66
 
64
67
  #: ../app/controllers/api/v2/compliance/policies_controller.rb:26
65
68
  msgid "Show a Policy"
66
- msgstr ""
69
+ msgstr "Zobrazit zásadu"
67
70
 
68
71
  #: ../app/controllers/api/v2/compliance/policies_controller.rb:34
69
72
  msgid "Policy name"
70
- msgstr ""
73
+ msgstr "Název zásady"
71
74
 
72
75
  #: ../app/controllers/api/v2/compliance/policies_controller.rb:35
73
76
  msgid "Policy description"
74
- msgstr ""
77
+ msgstr "Popis zásady"
75
78
 
76
79
  #: ../app/controllers/api/v2/compliance/policies_controller.rb:36
77
80
  msgid "Policy SCAP content ID"
@@ -103,7 +106,7 @@ msgstr ""
103
106
 
104
107
  #: ../app/controllers/api/v2/compliance/policies_controller.rb:43
105
108
  msgid "Apply policy to hosts"
106
- msgstr ""
109
+ msgstr "Uplatnit zásadu na stroje"
107
110
 
108
111
  #: ../app/controllers/api/v2/compliance/policies_controller.rb:44
109
112
  msgid "Tailoring file ID"
@@ -115,19 +118,19 @@ msgstr ""
115
118
 
116
119
  #: ../app/controllers/api/v2/compliance/policies_controller.rb:46
117
120
  msgid "How the policy should be deployed"
118
- msgstr ""
121
+ msgstr "Jak má být tato zásada nasazena"
119
122
 
120
123
  #: ../app/controllers/api/v2/compliance/policies_controller.rb:51
121
124
  msgid "Create a Policy"
122
- msgstr ""
125
+ msgstr "Vytvořit zásadu"
123
126
 
124
127
  #: ../app/controllers/api/v2/compliance/policies_controller.rb:60
125
128
  msgid "Update a Policy"
126
- msgstr ""
129
+ msgstr "Aktualizovat zásadu"
127
130
 
128
131
  #: ../app/controllers/api/v2/compliance/policies_controller.rb:68
129
132
  msgid "Delete a Policy"
130
- msgstr ""
133
+ msgstr "Smazat zásadu"
131
134
 
132
135
  #: ../app/controllers/api/v2/compliance/policies_controller.rb:75
133
136
  msgid "Show a policy's SCAP content"
@@ -231,7 +234,7 @@ msgstr ""
231
234
 
232
235
  #: ../app/controllers/api/v2/compliance/tailoring_files_controller.rb:57
233
236
  msgid "Deletes a Tailoring file"
234
- msgstr ""
237
+ msgstr "Smazat vylaďovací soubor"
235
238
 
236
239
  #: ../app/controllers/arf_reports_controller.rb:37
237
240
  msgid "Failed to downloaded ARF report as bzip: %s"
@@ -307,43 +310,43 @@ msgstr ""
307
310
 
308
311
  #: ../app/controllers/policies_controller.rb:129
309
312
  msgid "No hosts were found with that id, name or query filter"
310
- msgstr ""
313
+ msgstr "Pro takový identifikátor, název nebo dotazovací filtr nebyly nalezeni žádní hostitelé"
311
314
 
312
315
  #: ../app/controllers/policies_controller.rb:134
313
316
  msgid "No hosts selected"
314
- msgstr ""
317
+ msgstr "Nejsou vybrány žádné stroje"
315
318
 
316
319
  #: ../app/controllers/policies_controller.rb:139
317
320
  msgid "Something went wrong while selecting hosts - %s"
318
- msgstr ""
321
+ msgstr "Při vybírání strojů se něco pokazilo – %s"
319
322
 
320
323
  #: ../app/helpers/arf_report_dashboard_helper.rb:16 ../app/helpers/compliance_dashboard_helper.rb:8 ../app/helpers/compliance_hosts_helper.rb:15 ../app/views/arf_reports/_list.html.erb:11 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:11 ../app/views/policy_dashboard/_policy_reports.html.erb:10
321
324
  msgid "Failed"
322
- msgstr ""
325
+ msgstr "Nezdařilo se"
323
326
 
324
327
  #: ../app/helpers/arf_report_dashboard_helper.rb:17 ../app/helpers/compliance_dashboard_helper.rb:6 ../app/helpers/compliance_hosts_helper.rb:14 ../app/views/arf_reports/_list.html.erb:10 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:8 ../app/views/policy_dashboard/_policy_reports.html.erb:9
325
328
  msgid "Passed"
326
- msgstr ""
329
+ msgstr "Pozastaveno"
327
330
 
328
331
  #: ../app/helpers/arf_report_dashboard_helper.rb:18 ../app/views/arf_reports/_list.html.erb:12 ../app/views/foreman_openscap/policy_mailer/_hosts.erb:14 ../app/views/policy_dashboard/_policy_reports.html.erb:11
329
332
  msgid "Other"
330
- msgstr ""
333
+ msgstr "Ostatní"
331
334
 
332
335
  #: ../app/helpers/arf_report_dashboard_helper.rb:26
333
336
  msgid "Number of Events"
334
- msgstr ""
337
+ msgstr "Počet událostí"
335
338
 
336
339
  #: ../app/helpers/arf_report_dashboard_helper.rb:27
337
340
  msgid "Rule Results"
338
- msgstr ""
341
+ msgstr "Výsledky pravidla"
339
342
 
340
343
  #: ../app/helpers/arf_reports_helper.rb:10
341
344
  msgid "Show log messages:"
342
- msgstr ""
345
+ msgstr "Zobrazit zprávy záznamu událostí:"
343
346
 
344
347
  #: ../app/helpers/arf_reports_helper.rb:11
345
348
  msgid "All messages"
346
- msgstr ""
349
+ msgstr "Všechny zprávy"
347
350
 
348
351
  #: ../app/helpers/arf_reports_helper.rb:11
349
352
  msgid "Failed and Othered"
@@ -359,11 +362,11 @@ msgstr ""
359
362
 
360
363
  #: ../app/helpers/arf_reports_helper.rb:40
361
364
  msgid "Delete reports"
362
- msgstr ""
365
+ msgstr "Smazat hlášení"
363
366
 
364
367
  #: ../app/helpers/arf_reports_helper.rb:45
365
368
  msgid "Select Action"
366
- msgstr ""
369
+ msgstr "Vybrat akci"
367
370
 
368
371
  #: ../app/helpers/arf_reports_helper.rb:48
369
372
  msgid "%s - The following compliance reports are about to be changed"
@@ -371,19 +374,19 @@ msgstr ""
371
374
 
372
375
  #: ../app/helpers/arf_reports_helper.rb:53
373
376
  msgid "No proxy found!"
374
- msgstr ""
377
+ msgstr "Nenalezena žádná proxy!"
375
378
 
376
379
  #: ../app/helpers/arf_reports_helper.rb:58
377
380
  msgid "Reported at %s"
378
- msgstr ""
381
+ msgstr "Nahlášeno v %s"
379
382
 
380
383
  #: ../app/helpers/arf_reports_helper.rb:59
381
384
  msgid " for policy %s"
382
- msgstr ""
385
+ msgstr "pro zásadu %s"
383
386
 
384
387
  #: ../app/helpers/arf_reports_helper.rb:61
385
388
  msgid " through %s"
386
- msgstr ""
389
+ msgstr "prostřednictvím %s"
387
390
 
388
391
  #: ../app/helpers/arf_reports_helper.rb:67
389
392
  msgid "Hosts failing this rule"
@@ -403,11 +406,11 @@ msgstr ""
403
406
 
404
407
  #: ../app/helpers/compliance_dashboard_helper.rb:3 ../app/views/arf_reports/_list.html.erb:6 ../app/views/arf_reports/delete_multiple.html.erb:7 ../app/views/policy_dashboard/_policy_reports.html.erb:6
405
408
  msgid "Host"
406
- msgstr ""
409
+ msgstr "Stroj"
407
410
 
408
411
  #: ../app/helpers/compliance_dashboard_helper.rb:4 ../app/views/arf_reports/_list.html.erb:8
409
412
  msgid "Policy"
410
- msgstr ""
413
+ msgstr "Zásada"
411
414
 
412
415
  #. TRANSLATORS: initial character of Passed
413
416
  #: ../app/helpers/compliance_dashboard_helper.rb:6
@@ -450,7 +453,7 @@ msgstr ""
450
453
 
451
454
  #: ../app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb:4
452
455
  msgid "Host is deleted"
453
- msgstr ""
456
+ msgstr "Stroj je smazaný"
454
457
 
455
458
  #: ../app/helpers/policies_helper.rb:56
456
459
  msgid "Choose existing SCAP Content"
@@ -470,7 +473,7 @@ msgstr ""
470
473
 
471
474
  #: ../app/helpers/policies_helper.rb:89
472
475
  msgid "Choose Tailoring File"
473
- msgstr ""
476
+ msgstr "Zvolit vylaďovací soubor"
474
477
 
475
478
  #: ../app/helpers/policies_helper.rb:90 ../app/views/policies/_list.html.erb:6
476
479
  msgid "Tailoring File"
@@ -486,11 +489,11 @@ msgstr ""
486
489
 
487
490
  #: ../app/helpers/policies_helper.rb:111 ../app/views/arf_reports/_list.html.erb:54
488
491
  msgid "Submit"
489
- msgstr ""
492
+ msgstr "Odeslat"
490
493
 
491
494
  #: ../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
495
  msgid "Cancel"
493
- msgstr ""
496
+ msgstr "Zrušit"
494
497
 
495
498
  #: ../app/helpers/policy_dashboard_helper.rb:11
496
499
  msgid "Compliant hosts"
@@ -510,7 +513,7 @@ msgstr ""
510
513
 
511
514
  #: ../app/helpers/policy_dashboard_helper.rb:41
512
515
  msgid "Host is assigned to policy"
513
- msgstr ""
516
+ msgstr "Stroji je přiřazena zásada"
514
517
 
515
518
  #: ../app/helpers/policy_dashboard_helper.rb:44
516
519
  msgid "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again."
@@ -566,11 +569,11 @@ msgstr ""
566
569
 
567
570
  #: ../app/models/concerns/foreman_openscap/policy_common.rb:21 ../app/models/foreman_openscap/policy.rb:34
568
571
  msgid "is not a valid value"
569
- msgstr ""
572
+ msgstr "není platná hodnota"
570
573
 
571
574
  #: ../app/models/concerns/foreman_openscap/policy_common.rb:27
572
575
  msgid "must be between 1 and 31"
573
- msgstr ""
576
+ msgstr "je třeba, aby bylo z rozmezí 1 až 31"
574
577
 
575
578
  #: ../app/models/foreman_openscap/compliance_status.rb:22 ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:13
576
579
  msgid "Compliant"
@@ -586,27 +589,27 @@ msgstr ""
586
589
 
587
590
  #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:8
588
591
  msgid "Deployment Options"
589
- msgstr ""
592
+ msgstr "Předvolby nasazení"
590
593
 
591
594
  #: ../app/models/foreman_openscap/policy.rb:11
592
595
  msgid "Policy Attributes"
593
- msgstr ""
596
+ msgstr "Atributy zásady"
594
597
 
595
598
  #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:11
596
599
  msgid "Schedule"
597
- msgstr ""
600
+ msgstr "Plán"
598
601
 
599
602
  #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:13 ../app/views/scap_contents/_form.html.erb:11 ../app/views/tailoring_files/_form.html.erb:11
600
603
  msgid "Locations"
601
- msgstr ""
604
+ msgstr "Umístění"
602
605
 
603
606
  #: ../app/models/foreman_openscap/policy.rb:11 ../app/views/policies/_form.html.erb:16 ../app/views/scap_contents/_form.html.erb:14 ../app/views/tailoring_files/_form.html.erb:14
604
607
  msgid "Organizations"
605
- msgstr ""
608
+ msgstr "Organizace"
606
609
 
607
610
  #: ../app/models/foreman_openscap/policy.rb:11
608
611
  msgid "Hostgroups"
609
- msgstr ""
612
+ msgstr "Skupiny strojů"
610
613
 
611
614
  #: ../app/models/foreman_openscap/policy.rb:55
612
615
  msgid "Cannot generate HTML guide, scap content is missing."
@@ -638,7 +641,7 @@ msgstr ""
638
641
 
639
642
  #: ../app/services/foreman_openscap/arf_report_status_calculator.rb:30
640
643
  msgid "invalid type %s"
641
- msgstr ""
644
+ msgstr "neplatný typ %s"
642
645
 
643
646
  #: ../app/services/foreman_openscap/client_config/ansible.rb:23
644
647
  msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
@@ -654,11 +657,11 @@ msgstr ""
654
657
 
655
658
  #: ../app/services/foreman_openscap/client_config/ansible.rb:57
656
659
  msgid "Ansible role"
657
- msgstr ""
660
+ msgstr "Ansible role"
658
661
 
659
662
  #: ../app/services/foreman_openscap/client_config/ansible.rb:58
660
663
  msgid "Ansible variables"
661
- msgstr ""
664
+ msgstr "Ansible proměnné"
662
665
 
663
666
  #: ../app/services/foreman_openscap/client_config/manual.rb:14
664
667
  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."
@@ -674,7 +677,7 @@ msgstr ""
674
677
 
675
678
  #: ../app/services/foreman_openscap/client_config/puppet.rb:39
676
679
  msgid "Puppet class"
677
- msgstr ""
680
+ msgstr "Puppet třída"
678
681
 
679
682
  #: ../app/services/foreman_openscap/client_config/puppet.rb:40
680
683
  msgid "Smart Class Parameters"
@@ -714,15 +717,15 @@ msgstr ""
714
717
 
715
718
  #: ../app/views/arf_reports/_detailed_message.html.erb:3
716
719
  msgid "More details"
717
- msgstr ""
720
+ msgstr "Další podrobnosti"
718
721
 
719
722
  #: ../app/views/arf_reports/_detailed_message.html.erb:6
720
723
  msgid "Description"
721
- msgstr ""
724
+ msgstr "Popis"
722
725
 
723
726
  #: ../app/views/arf_reports/_detailed_message.html.erb:7
724
727
  msgid "Rationale"
725
- msgstr ""
728
+ msgstr "Zdůvodnění"
726
729
 
727
730
  #: ../app/views/arf_reports/_detailed_message.html.erb:8
728
731
  msgid "References"
@@ -730,11 +733,11 @@ msgstr ""
730
733
 
731
734
  #: ../app/views/arf_reports/_list.html.erb:5
732
735
  msgid "Select all items in this page"
733
- msgstr ""
736
+ msgstr "Vybrat všechny položky na této stránce"
734
737
 
735
738
  #: ../app/views/arf_reports/_list.html.erb:5
736
739
  msgid "items selected. Uncheck to Clear"
737
- msgstr ""
740
+ msgstr "položky označeny. Vyčistíte zrušením zaškrtnutí"
738
741
 
739
742
  #: ../app/views/arf_reports/_list.html.erb:7 ../app/views/arf_reports/delete_multiple.html.erb:10
740
743
  msgid "Reported At"
@@ -746,15 +749,15 @@ msgstr ""
746
749
 
747
750
  #: ../app/views/arf_reports/_list.html.erb:13 ../app/views/arf_reports/_output.html.erb:16 ../app/views/policies/_list.html.erb:8 ../app/views/policy_dashboard/_policy_reports.html.erb:12 ../app/views/scap_contents/_list.html.erb:6 ../app/views/tailoring_files/_list.html.erb:6
748
751
  msgid "Actions"
749
- msgstr ""
752
+ msgstr "Akce"
750
753
 
751
754
  #: ../app/views/arf_reports/_list.html.erb:28
752
755
  msgid "Deleted policy"
753
- msgstr ""
756
+ msgstr "Smazaná zásada"
754
757
 
755
758
  #: ../app/views/arf_reports/_list.html.erb:34
756
759
  msgid "Full Report"
757
- msgstr ""
760
+ msgstr "Úplný výkaz"
758
761
 
759
762
  #: ../app/views/arf_reports/_list.html.erb:37
760
763
  msgid "Delete compliance report for %s?"
@@ -762,7 +765,7 @@ msgstr ""
762
765
 
763
766
  #: ../app/views/arf_reports/_list.html.erb:48
764
767
  msgid "Please Confirm"
765
- msgstr ""
768
+ msgstr "Potvrďte"
766
769
 
767
770
  #: ../app/views/arf_reports/_metrics.html.erb:6
768
771
  msgid "Report Metrics"
@@ -774,31 +777,31 @@ msgstr ""
774
777
 
775
778
  #: ../app/views/arf_reports/_metrics.html.erb:34
776
779
  msgid "Total"
777
- msgstr ""
780
+ msgstr "Celkem"
778
781
 
779
782
  #: ../app/views/arf_reports/_output.html.erb:12
780
783
  msgid "Result"
781
- msgstr ""
784
+ msgstr "Výsledek"
782
785
 
783
786
  #: ../app/views/arf_reports/_output.html.erb:13
784
787
  msgid "Message"
785
- msgstr ""
788
+ msgstr "Zpráva"
786
789
 
787
790
  #: ../app/views/arf_reports/_output.html.erb:14
788
791
  msgid "Resource"
789
- msgstr ""
792
+ msgstr "Prostředek"
790
793
 
791
794
  #: ../app/views/arf_reports/_output.html.erb:15
792
795
  msgid "Severity"
793
- msgstr ""
796
+ msgstr "Závažnost"
794
797
 
795
798
  #: ../app/views/arf_reports/_output.html.erb:33
796
799
  msgid "Nothing to show"
797
- msgstr ""
800
+ msgstr "Není co zobrazit"
798
801
 
799
802
  #: ../app/views/arf_reports/delete_multiple.html.erb:27
800
803
  msgid "Delete"
801
- msgstr ""
804
+ msgstr "Smazat"
802
805
 
803
806
  #: ../app/views/arf_reports/delete_multiple.html.erb:28
804
807
  msgid "these Compliance reports"
@@ -806,15 +809,15 @@ msgstr ""
806
809
 
807
810
  #: ../app/views/arf_reports/show.html.erb:14 ../webpack/components/OpenscapRemediationWizard/Footer.js:40
808
811
  msgid "Back"
809
- msgstr ""
812
+ msgstr "Zpět"
810
813
 
811
814
  #: ../app/views/arf_reports/show.html.erb:16
812
815
  msgid "Host details"
813
- msgstr ""
816
+ msgstr "Podrobnosti o stroji"
814
817
 
815
818
  #: ../app/views/arf_reports/show.html.erb:17
816
819
  msgid "View full report"
817
- msgstr ""
820
+ msgstr "Zobrazit úplný výkaz"
818
821
 
819
822
  #: ../app/views/arf_reports/show.html.erb:18
820
823
  msgid "Download XML in bzip"
@@ -822,11 +825,11 @@ msgstr ""
822
825
 
823
826
  #: ../app/views/arf_reports/show.html.erb:19
824
827
  msgid "Download HTML"
825
- msgstr ""
828
+ msgstr "Stáhnout HTML"
826
829
 
827
830
  #: ../app/views/arf_reports/show_html.html.erb:10
828
831
  msgid "Loading..."
829
- msgstr ""
832
+ msgstr "Načítání…"
830
833
 
831
834
  #: ../app/views/arf_reports/welcome.html.erb:9
832
835
  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."
@@ -834,7 +837,7 @@ msgstr ""
834
837
 
835
838
  #: ../app/views/arf_reports/welcome.html.erb:12
836
839
  msgid "Documentation"
837
- msgstr ""
840
+ msgstr "Dokumentace"
838
841
 
839
842
  #: ../app/views/compliance_hosts/show.html.erb:8
840
843
  msgid "%s compliance report by policy"
@@ -844,7 +847,7 @@ msgstr[1] ""
844
847
 
845
848
  #: ../app/views/compliance_hosts/show.html.erb:10
846
849
  msgid "Policy %s"
847
- msgstr ""
850
+ msgstr "Zásada %s"
848
851
 
849
852
  #: ../app/views/compliance_hosts/show.html.erb:16
850
853
  msgid "%s latest report"
@@ -872,7 +875,7 @@ msgstr ""
872
875
 
873
876
  #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:13
874
877
  msgid "Policy is missing"
875
- msgstr ""
878
+ msgstr "Zásada chybí"
876
879
 
877
880
  #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1 ../lib/foreman_openscap/engine.rb:150
878
881
  msgid "Compliance Reports Breakdown"
@@ -880,23 +883,23 @@ msgstr ""
880
883
 
881
884
  #: ../app/views/foreman_openscap/policy_mailer/_dashboard.erb:9
882
885
  msgid "Changed"
883
- msgstr ""
886
+ msgstr "Změněno"
884
887
 
885
888
  #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:5
886
889
  msgid "Hostname"
887
- msgstr ""
890
+ msgstr "Název stroje"
888
891
 
889
892
  #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:17
890
893
  msgid "Changed?"
891
- msgstr ""
894
+ msgstr "Změněno?"
892
895
 
893
896
  #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36
894
897
  msgid "Yes"
895
- msgstr ""
898
+ msgstr "Ano"
896
899
 
897
900
  #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:36
898
901
  msgid "No"
899
- msgstr ""
902
+ msgstr "Ne"
900
903
 
901
904
  #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:40
902
905
  msgid "No ARF reports for this policy"
@@ -904,7 +907,7 @@ msgstr ""
904
907
 
905
908
  #: ../app/views/foreman_openscap/policy_mailer/_list.erb:8
906
909
  msgid "None!"
907
- msgstr ""
910
+ msgstr "Žádné!"
908
911
 
909
912
  #: ../app/views/foreman_openscap/policy_mailer/_policy.erb:7
910
913
  msgid "Total of one host"
@@ -938,19 +941,19 @@ msgstr ""
938
941
 
939
942
  #: ../app/views/policies/_form.html.erb:9
940
943
  msgid "General"
941
- msgstr ""
944
+ msgstr "Obecné"
942
945
 
943
946
  #: ../app/views/policies/_form.html.erb:18
944
947
  msgid "Host Groups"
945
- msgstr ""
948
+ msgstr "Skupiny hostitelů"
946
949
 
947
950
  #: ../app/views/policies/_form.html.erb:45 ../app/views/policies/steps/_schedule_form.html.erb:6
948
951
  msgid "Choose period"
949
- msgstr ""
952
+ msgstr "Zvolte periodu"
950
953
 
951
954
  #: ../app/views/policies/_form.html.erb:47 ../app/views/policies/steps/_schedule_form.html.erb:9
952
955
  msgid "Choose weekday"
953
- msgstr ""
956
+ msgstr "Zvolte den v týdnu"
954
957
 
955
958
  #: ../app/views/policies/_form.html.erb:48 ../app/views/policies/steps/_schedule_form.html.erb:13
956
959
  msgid "Number of a day in month, note that not all months have same count of days"
@@ -962,31 +965,31 @@ msgstr ""
962
965
 
963
966
  #: ../app/views/policies/_list.html.erb:3 ../app/views/tailoring_files/_list.html.erb:3 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:166
964
967
  msgid "Name"
965
- msgstr ""
968
+ msgstr "Název"
966
969
 
967
970
  #: ../app/views/policies/_list.html.erb:4
968
971
  msgid "Content"
969
- msgstr ""
972
+ msgstr "Obsah"
970
973
 
971
974
  #: ../app/views/policies/_list.html.erb:5
972
975
  msgid "Profile"
973
- msgstr ""
976
+ msgstr "Profil"
974
977
 
975
978
  #: ../app/views/policies/_list.html.erb:7
976
979
  msgid "Effective Profile"
977
- msgstr ""
980
+ msgstr "Skutečný profil"
978
981
 
979
982
  #: ../app/views/policies/_list.html.erb:28
980
983
  msgid "None"
981
- msgstr ""
984
+ msgstr "Žádné"
982
985
 
983
986
  #: ../app/views/policies/_list.html.erb:36
984
987
  msgid "Dashboard"
985
- msgstr ""
988
+ msgstr "Nástěnka"
986
989
 
987
990
  #: ../app/views/policies/_list.html.erb:37
988
991
  msgid "Show Guide"
989
- msgstr ""
992
+ msgstr "Zobrazit příručku"
990
993
 
991
994
  #: ../app/views/policies/_list.html.erb:39
992
995
  msgid "Delete compliance policy %s with all of its reports?"
@@ -1002,7 +1005,7 @@ msgstr ""
1002
1005
 
1003
1006
  #: ../app/views/policies/edit.html.erb:1 ../app/views/scap_contents/edit.html.erb:1 ../app/views/tailoring_files/edit.html.erb:1
1004
1007
  msgid "Edit %s"
1005
- msgstr ""
1008
+ msgstr "Upravit %s"
1006
1009
 
1007
1010
  #: ../app/views/policies/index.html.erb:2 ../app/views/policies/welcome.html.erb:1 ../app/views/policies/welcome.html.erb:6
1008
1011
  msgid "Compliance Policies"
@@ -1022,15 +1025,15 @@ msgstr ""
1022
1025
 
1023
1026
  #: ../app/views/policies/steps/_deployment_options_form.html.erb:7
1024
1027
  msgid "documentation"
1025
- msgstr ""
1028
+ msgstr "dokumnetace"
1026
1029
 
1027
1030
  #: ../app/views/policies/steps/_schedule_form.html.erb:12
1028
1031
  msgid "Choose day in month"
1029
- msgstr ""
1032
+ msgstr "Zvolte den v měsíci"
1030
1033
 
1031
1034
  #: ../app/views/policies/steps/_step_form.html.erb:11 ../webpack/components/OpenscapRemediationWizard/Footer.js:31
1032
1035
  msgid "Next"
1033
- msgstr ""
1036
+ msgstr "Další"
1034
1037
 
1035
1038
  #: ../app/views/policies/welcome.html.erb:7
1036
1039
  msgid "In Foreman, a compliance policy checklist is defined via %s."
@@ -1046,7 +1049,7 @@ msgstr ""
1046
1049
 
1047
1050
  #: ../app/views/policies/welcome.html.erb:12
1048
1051
  msgid "New Policy"
1049
- msgstr ""
1052
+ msgstr "Nová zásada"
1050
1053
 
1051
1054
  #: ../app/views/policy_dashboard/_policy_chart_widget.html.erb:4
1052
1055
  msgid "Host Breakdown Chart"
@@ -1058,11 +1061,11 @@ msgstr ""
1058
1061
 
1059
1062
  #: ../app/views/policy_dashboard/_policy_reports.html.erb:8
1060
1063
  msgid "Date"
1061
- msgstr ""
1064
+ msgstr "Datum"
1062
1065
 
1063
1066
  #: ../app/views/policy_dashboard/_policy_reports.html.erb:24
1064
1067
  msgid "View Report"
1065
- msgstr ""
1068
+ msgstr "Zobrazit výkaz"
1066
1069
 
1067
1070
  #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:2
1068
1071
  msgid "Hosts Breakdown"
@@ -1082,7 +1085,7 @@ msgstr ""
1082
1085
 
1083
1086
  #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:7
1084
1087
  msgid "Never audited"
1085
- msgstr ""
1088
+ msgstr "Nikdy neauditováno"
1086
1089
 
1087
1090
  #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:9
1088
1091
  msgid "Total hosts with policy: %s"
@@ -1094,11 +1097,11 @@ msgstr ""
1094
1097
 
1095
1098
  #: ../app/views/policy_dashboard/index.html.erb:7
1096
1099
  msgid "Status table"
1097
- msgstr ""
1100
+ msgstr "Tabulka stavů"
1098
1101
 
1099
1102
  #: ../app/views/policy_dashboard/index.html.erb:8
1100
1103
  msgid "Status chart"
1101
- msgstr ""
1104
+ msgstr "Graf stavů"
1102
1105
 
1103
1106
  #: ../app/views/policy_dashboard/index.html.erb:20
1104
1107
  msgid "Latest reports for policy: %s"
@@ -1106,7 +1109,7 @@ msgstr ""
1106
1109
 
1107
1110
  #: ../app/views/scap_contents/_form.html.erb:9 ../app/views/tailoring_files/_form.html.erb:9
1108
1111
  msgid "File Upload"
1109
- msgstr ""
1112
+ msgstr "Nahrání souboru"
1110
1113
 
1111
1114
  #: ../app/views/scap_contents/_form.html.erb:20
1112
1115
  msgid "SCAP DataStream file"
@@ -1122,11 +1125,11 @@ msgstr ""
1122
1125
 
1123
1126
  #: ../app/views/scap_contents/_list.html.erb:5 ../app/views/tailoring_files/_list.html.erb:5
1124
1127
  msgid "Created at"
1125
- msgstr ""
1128
+ msgstr "Vytvořeno v"
1126
1129
 
1127
1130
  #: ../app/views/scap_contents/_list.html.erb:17 ../app/views/tailoring_files/_list.html.erb:23
1128
1131
  msgid "Download"
1129
- msgstr ""
1132
+ msgstr "Stažen"
1130
1133
 
1131
1134
  #: ../app/views/scap_contents/_list.html.erb:19
1132
1135
  msgid "Delete scap content %s?"
@@ -1170,7 +1173,7 @@ msgstr ""
1170
1173
 
1171
1174
  #: ../app/views/smart_proxies/_openscap_spool.html.erb:11
1172
1175
  msgid "None found"
1173
- msgstr ""
1176
+ msgstr "Nenalezeno žádné"
1174
1177
 
1175
1178
  #: ../app/views/smart_proxies/plugins/_openscap.html.erb:6
1176
1179
  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."
@@ -1256,7 +1259,7 @@ msgstr ""
1256
1259
 
1257
1260
  #: ../lib/foreman_openscap/engine.rb:133
1258
1261
  msgid "Policies"
1259
- msgstr ""
1262
+ msgstr "Zásady"
1260
1263
 
1261
1264
  #: ../lib/foreman_openscap/engine.rb:136
1262
1265
  msgid "SCAP contents"
@@ -1264,7 +1267,7 @@ msgstr ""
1264
1267
 
1265
1268
  #: ../lib/foreman_openscap/engine.rb:139
1266
1269
  msgid "Reports"
1267
- msgstr ""
1270
+ msgstr "Výkazy"
1268
1271
 
1269
1272
  #: ../lib/foreman_openscap/engine.rb:164
1270
1273
  msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
@@ -1294,17 +1297,13 @@ msgstr ""
1294
1297
  msgid "Confirm"
1295
1298
  msgstr ""
1296
1299
 
1297
- #: ../webpack/components/EditableInput.js:79
1298
- msgid "None provided"
1299
- msgstr ""
1300
-
1301
1300
  #: ../webpack/components/HostExtentions/HostKebabItems.js:37
1302
1301
  msgid "There's no available report for this host"
1303
1302
  msgstr ""
1304
1303
 
1305
1304
  #: ../webpack/components/OpenscapRemediationWizard/Footer.js:30 ../webpack/components/OpenscapRemediationWizard/index.js:94
1306
1305
  msgid "Run"
1307
- msgstr ""
1306
+ msgstr "Spustit"
1308
1307
 
1309
1308
  #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:28
1310
1309
  msgid "View selected hosts"
@@ -1336,7 +1335,7 @@ msgstr ""
1336
1335
 
1337
1336
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:90
1338
1337
  msgid "Close"
1339
- msgstr ""
1338
+ msgstr "Zavřít"
1340
1339
 
1341
1340
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:103 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:147 ../webpack/components/withLoading.js:12
1342
1341
  msgid "Error!"
@@ -1404,7 +1403,7 @@ msgstr ""
1404
1403
 
1405
1404
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:86
1406
1405
  msgid "Manual"
1407
- msgstr ""
1406
+ msgstr "Ruční"
1408
1407
 
1409
1408
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:101
1410
1409
  msgid "There is no job to remediate with. Please remediate manually."
@@ -1428,7 +1427,7 @@ msgstr ""
1428
1427
 
1429
1428
  #: ../webpack/components/withLoading.js:64
1430
1429
  msgid "Permission denied"
1431
- msgstr ""
1430
+ msgstr "Oprávnění odepřeno"
1432
1431
 
1433
1432
  #: ../webpack/helpers/mutationHelper.js:7
1434
1433
  msgid "There was a following error when deleting %(name)s: %(error)s"