foreman_openscap 10.0.0 → 10.0.1

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -6,11 +6,12 @@
6
6
  # FIRST AUTHOR <EMAIL@ADDRESS>, 2016
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: Foreman\n"
9
+ "Project-Id-Version: foreman_openscap 10.0.1\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2024-10-29 14:04+0000\n"
11
12
  "PO-Revision-Date: 2016-04-14 07:48+0000\n"
12
13
  "Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2016\n"
13
- "Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/l"
14
+ "Language-Team: Portuguese (Brazil) (http://app.transifex.com/foreman/foreman/l"
14
15
  "anguage/pt_BR/)\n"
15
16
  "MIME-Version: 1.0\n"
16
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -309,7 +310,7 @@ msgstr "Não foi fornecida uma ID de política válida"
309
310
 
310
311
  #: ../app/controllers/policies_controller.rb:129
311
312
  msgid "No hosts were found with that id, name or query filter"
312
- msgstr ""
313
+ msgstr "Nenhum host encontrado com esse filtro de ID, nome ou consulta"
313
314
 
314
315
  #: ../app/controllers/policies_controller.rb:134
315
316
  msgid "No hosts selected"
@@ -974,7 +975,7 @@ msgstr ""
974
975
 
975
976
  #: ../app/views/policies/_list.html.erb:5
976
977
  msgid "Profile"
977
- msgstr ""
978
+ msgstr "Perfil"
978
979
 
979
980
  #: ../app/views/policies/_list.html.erb:7
980
981
  msgid "Effective Profile"
@@ -1304,17 +1305,13 @@ msgstr ""
1304
1305
  msgid "Confirm"
1305
1306
  msgstr ""
1306
1307
 
1307
- #: ../webpack/components/EditableInput.js:79
1308
- msgid "None provided"
1309
- msgstr ""
1310
-
1311
1308
  #: ../webpack/components/HostExtentions/HostKebabItems.js:37
1312
1309
  msgid "There's no available report for this host"
1313
1310
  msgstr ""
1314
1311
 
1315
1312
  #: ../webpack/components/OpenscapRemediationWizard/Footer.js:30 ../webpack/components/OpenscapRemediationWizard/index.js:94
1316
1313
  msgid "Run"
1317
- msgstr ""
1314
+ msgstr "Executar"
1318
1315
 
1319
1316
  #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:28
1320
1317
  msgid "View selected hosts"
@@ -1346,7 +1343,7 @@ msgstr ""
1346
1343
 
1347
1344
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:90
1348
1345
  msgid "Close"
1349
- msgstr ""
1346
+ msgstr "Fechar"
1350
1347
 
1351
1348
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:103 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:147 ../webpack/components/withLoading.js:12
1352
1349
  msgid "Error!"
@@ -1414,7 +1411,7 @@ msgstr ""
1414
1411
 
1415
1412
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:86
1416
1413
  msgid "Manual"
1417
- msgstr ""
1414
+ msgstr "Manual"
1418
1415
 
1419
1416
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:101
1420
1417
  msgid "There is no job to remediate with. Please remediate manually."
@@ -1422,7 +1419,7 @@ msgstr ""
1422
1419
 
1423
1420
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:107
1424
1421
  msgid "Snippet"
1425
- msgstr ""
1422
+ msgstr "Snippet"
1426
1423
 
1427
1424
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:155
1428
1425
  msgid "Select remediation method"
@@ -1438,7 +1435,7 @@ msgstr ""
1438
1435
 
1439
1436
  #: ../webpack/components/withLoading.js:64
1440
1437
  msgid "Permission denied"
1441
- msgstr ""
1438
+ msgstr "Permissão recusada"
1442
1439
 
1443
1440
  #: ../webpack/helpers/mutationHelper.js:7
1444
1441
  msgid "There was a following error when deleting %(name)s: %(error)s"
@@ -1452,17 +1449,6 @@ msgstr ""
1452
1449
  msgid "Request the following permissions from administrator: %s."
1453
1450
  msgstr ""
1454
1451
 
1455
- #~ msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
1456
- #~ msgstr ""
1457
- #~ "Os proxies inteligentes a seguir precisam ser atualizados para desbloquear o r"
1458
- #~ "ecurso: %s. "
1459
-
1460
- #~ msgid ""
1461
- #~ "The following proxies could not be reached: %s. Please make sure they are avai"
1462
- #~ "lable so Foreman can check their versions."
1463
- #~ msgstr ""
1464
- #~ "Não foi possível alcançar os proxies a seguir: %s. Certifique-se de que eles e"
1465
- #~ "stejam disponíveis para que o Foreman possa verificar suas versões."
1466
-
1467
- #~ msgid "This feature is temporarily disabled. "
1468
- #~ msgstr "Esse recurso está temporariamente desabilitado."
1452
+ #: ../webpack/components/EditableInput.js:79
1453
+ #~ msgid "None provided"
1454
+ #~ msgstr "Nenhum fornecido"
@@ -6,11 +6,11 @@
6
6
  # FIRST AUTHOR <EMAIL@ADDRESS>, 2016
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: Foreman\n"
9
+ "Project-Id-Version: foreman_openscap 10.0.1\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
11
  "PO-Revision-Date: 2016-04-14 07:48+0000\n"
12
12
  "Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2016\n"
13
- "Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/l"
13
+ "Language-Team: Portuguese (Brazil) (http://app.transifex.com/foreman/foreman/l"
14
14
  "anguage/pt_BR/)\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -137,7 +137,7 @@ msgid "Choose weekday"
137
137
  msgstr "Selecionar dia útil"
138
138
 
139
139
  msgid "Close"
140
- msgstr ""
140
+ msgstr "Fechar"
141
141
 
142
142
  msgid "Compliance"
143
143
  msgstr "Conformidade"
@@ -467,7 +467,7 @@ msgid "Locations"
467
467
  msgstr "Locais"
468
468
 
469
469
  msgid "Manual"
470
- msgstr ""
470
+ msgstr "Manual"
471
471
 
472
472
  msgid "Message"
473
473
  msgstr "Mensagem"
@@ -530,7 +530,7 @@ msgid "No hosts selected"
530
530
  msgstr "Não foi selecionado nenhum host"
531
531
 
532
532
  msgid "No hosts were found with that id, name or query filter"
533
- msgstr ""
533
+ msgstr "Nenhum host encontrado com esse filtro de ID, nome ou consulta"
534
534
 
535
535
  msgid "No proxy found for %{name} or %{url}"
536
536
  msgstr "Nenhum proxy encontrado para %{name} ou %{url}"
@@ -562,9 +562,6 @@ msgstr "Nenhum"
562
562
  msgid "None found"
563
563
  msgstr "Nenhum(a) localizado(a)"
564
564
 
565
- msgid "None provided"
566
- msgstr ""
567
-
568
565
  msgid "None!"
569
566
  msgstr "Nenhum(a)!"
570
567
 
@@ -625,7 +622,7 @@ msgid "Passed|P"
625
622
  msgstr "Aprovado|A"
626
623
 
627
624
  msgid "Permission denied"
628
- msgstr ""
625
+ msgstr "Permissão recusada"
629
626
 
630
627
  msgid "Please Confirm"
631
628
  msgstr "Por favor confirme"
@@ -685,7 +682,7 @@ msgid "Policy with id %s not found."
685
682
  msgstr "Política com ID %s não encontrada."
686
683
 
687
684
  msgid "Profile"
688
- msgstr ""
685
+ msgstr "Perfil"
689
686
 
690
687
  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."
691
688
  msgstr "Falha do proxy ao enviar um relatório do spoll ao Foreman. Isso indica um formato de relatório corrompido. O relatório foi movido para o diretório de armazenamento de arquivos corrompidos no proxy para inspeção posterior."
@@ -769,7 +766,7 @@ msgid "Rule Results"
769
766
  msgstr "Resultados de regras"
770
767
 
771
768
  msgid "Run"
772
- msgstr ""
769
+ msgstr "Executar"
773
770
 
774
771
  msgid "Run OpenSCAP remediation with Ansible"
775
772
  msgstr ""
@@ -856,7 +853,7 @@ msgid "Smart Class Parameters"
856
853
  msgstr "Parâmetros de classe inteligentes"
857
854
 
858
855
  msgid "Snippet"
859
- msgstr ""
856
+ msgstr "Snippet"
860
857
 
861
858
  msgid "Something went wrong while selecting compliance reports - %s"
862
859
  msgstr "Algo deu errado ao selecionar os relatórios de conformidade - %s"
@@ -7,11 +7,12 @@
7
7
  # Yulia <yulia.poyarkova@redhat.com>, 2016
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: Foreman\n"
10
+ "Project-Id-Version: foreman_openscap 10.0.1\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
+ "POT-Creation-Date: 2024-10-29 14:04+0000\n"
12
13
  "PO-Revision-Date: 2016-04-14 07:48+0000\n"
13
14
  "Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2016\n"
14
- "Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)"
15
+ "Language-Team: Russian (http://app.transifex.com/foreman/foreman/language/ru/)"
15
16
  "\n"
16
17
  "MIME-Version: 1.0\n"
17
18
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -1118,7 +1119,7 @@ msgstr ""
1118
1119
 
1119
1120
  #: ../app/views/scap_contents/_list.html.erb:3
1120
1121
  msgid "Title"
1121
- msgstr ""
1122
+ msgstr "Заголовок"
1122
1123
 
1123
1124
  #: ../app/views/scap_contents/_list.html.erb:4 ../app/views/tailoring_files/_list.html.erb:4
1124
1125
  msgid "File name"
@@ -1298,17 +1299,13 @@ msgstr ""
1298
1299
  msgid "Confirm"
1299
1300
  msgstr ""
1300
1301
 
1301
- #: ../webpack/components/EditableInput.js:79
1302
- msgid "None provided"
1303
- msgstr ""
1304
-
1305
1302
  #: ../webpack/components/HostExtentions/HostKebabItems.js:37
1306
1303
  msgid "There's no available report for this host"
1307
1304
  msgstr ""
1308
1305
 
1309
1306
  #: ../webpack/components/OpenscapRemediationWizard/Footer.js:30 ../webpack/components/OpenscapRemediationWizard/index.js:94
1310
1307
  msgid "Run"
1311
- msgstr ""
1308
+ msgstr "Выполнить"
1312
1309
 
1313
1310
  #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:28
1314
1311
  msgid "View selected hosts"
@@ -1340,7 +1337,7 @@ msgstr ""
1340
1337
 
1341
1338
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:90
1342
1339
  msgid "Close"
1343
- msgstr ""
1340
+ msgstr "Закрыть"
1344
1341
 
1345
1342
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:103 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:147 ../webpack/components/withLoading.js:12
1346
1343
  msgid "Error!"
@@ -1408,7 +1405,7 @@ msgstr ""
1408
1405
 
1409
1406
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:86
1410
1407
  msgid "Manual"
1411
- msgstr ""
1408
+ msgstr "Вручную"
1412
1409
 
1413
1410
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:101
1414
1411
  msgid "There is no job to remediate with. Please remediate manually."
@@ -1416,7 +1413,7 @@ msgstr ""
1416
1413
 
1417
1414
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:107
1418
1415
  msgid "Snippet"
1419
- msgstr ""
1416
+ msgstr "Фрагмент"
1420
1417
 
1421
1418
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:155
1422
1419
  msgid "Select remediation method"
@@ -1432,7 +1429,7 @@ msgstr ""
1432
1429
 
1433
1430
  #: ../webpack/components/withLoading.js:64
1434
1431
  msgid "Permission denied"
1435
- msgstr ""
1432
+ msgstr "Отказано в разрешении"
1436
1433
 
1437
1434
  #: ../webpack/helpers/mutationHelper.js:7
1438
1435
  msgid "There was a following error when deleting %(name)s: %(error)s"
@@ -7,11 +7,11 @@
7
7
  # Yulia <yulia.poyarkova@redhat.com>, 2016
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: Foreman\n"
10
+ "Project-Id-Version: foreman_openscap 10.0.1\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
12
  "PO-Revision-Date: 2016-04-14 07:48+0000\n"
13
13
  "Last-Translator: FIRST AUTHOR <EMAIL@ADDRESS>, 2016\n"
14
- "Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)"
14
+ "Language-Team: Russian (http://app.transifex.com/foreman/foreman/language/ru/)"
15
15
  "\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -138,7 +138,7 @@ msgid "Choose weekday"
138
138
  msgstr "Выберите день недели"
139
139
 
140
140
  msgid "Close"
141
- msgstr ""
141
+ msgstr "Закрыть"
142
142
 
143
143
  msgid "Compliance"
144
144
  msgstr "Соответствие стандартам"
@@ -464,7 +464,7 @@ msgid "Locations"
464
464
  msgstr "Местоположение"
465
465
 
466
466
  msgid "Manual"
467
- msgstr ""
467
+ msgstr "Вручную"
468
468
 
469
469
  msgid "Message"
470
470
  msgstr "Сообщение"
@@ -559,9 +559,6 @@ msgstr "Нет"
559
559
  msgid "None found"
560
560
  msgstr "Не найдено"
561
561
 
562
- msgid "None provided"
563
- msgstr ""
564
-
565
562
  msgid "None!"
566
563
  msgstr "Нет."
567
564
 
@@ -622,7 +619,7 @@ msgid "Passed|P"
622
619
  msgstr "У"
623
620
 
624
621
  msgid "Permission denied"
625
- msgstr ""
622
+ msgstr "Отказано в разрешении"
626
623
 
627
624
  msgid "Please Confirm"
628
625
  msgstr "Подтвердите"
@@ -766,7 +763,7 @@ msgid "Rule Results"
766
763
  msgstr ""
767
764
 
768
765
  msgid "Run"
769
- msgstr ""
766
+ msgstr "Выполнить"
770
767
 
771
768
  msgid "Run OpenSCAP remediation with Ansible"
772
769
  msgstr ""
@@ -853,7 +850,7 @@ msgid "Smart Class Parameters"
853
850
  msgstr "Параметры Смарт-класса"
854
851
 
855
852
  msgid "Snippet"
856
- msgstr ""
853
+ msgstr "Фрагмент"
857
854
 
858
855
  msgid "Something went wrong while selecting compliance reports - %s"
859
856
  msgstr "Произошли ошибки при выборе отчетов: %s"
@@ -942,7 +939,7 @@ msgid "This profile will be used to override the one from scap content"
942
939
  msgstr ""
943
940
 
944
941
  msgid "Title"
945
- msgstr ""
942
+ msgstr "Заголовок"
946
943
 
947
944
  msgid "To deploy foreman_scap_client, ansible roles run needs to be triggered manually. Manual run is also required after any change to this policy."
948
945
  msgstr ""
@@ -5,11 +5,12 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: Foreman\n"
8
+ "Project-Id-Version: foreman_openscap 10.0.1\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2024-10-29 14:04+0000\n"
10
11
  "PO-Revision-Date: 2016-04-14 07:48+0000\n"
11
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
- "Language-Team: Swedish (Sweden) (http://www.transifex.com/foreman/foreman/lang"
13
+ "Language-Team: Swedish (Sweden) (http://app.transifex.com/foreman/foreman/lang"
13
14
  "uage/sv_SE/)\n"
14
15
  "MIME-Version: 1.0\n"
15
16
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -1294,10 +1295,6 @@ msgstr ""
1294
1295
  msgid "Confirm"
1295
1296
  msgstr ""
1296
1297
 
1297
- #: ../webpack/components/EditableInput.js:79
1298
- msgid "None provided"
1299
- msgstr ""
1300
-
1301
1298
  #: ../webpack/components/HostExtentions/HostKebabItems.js:37
1302
1299
  msgid "There's no available report for this host"
1303
1300
  msgstr ""
@@ -1336,7 +1333,7 @@ msgstr ""
1336
1333
 
1337
1334
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:90
1338
1335
  msgid "Close"
1339
- msgstr ""
1336
+ msgstr "Stäng"
1340
1337
 
1341
1338
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:103 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:147 ../webpack/components/withLoading.js:12
1342
1339
  msgid "Error!"
@@ -1404,7 +1401,7 @@ msgstr ""
1404
1401
 
1405
1402
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:86
1406
1403
  msgid "Manual"
1407
- msgstr ""
1404
+ msgstr "Manual"
1408
1405
 
1409
1406
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:101
1410
1407
  msgid "There is no job to remediate with. Please remediate manually."
@@ -1412,7 +1409,7 @@ msgstr ""
1412
1409
 
1413
1410
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:107
1414
1411
  msgid "Snippet"
1415
- msgstr ""
1412
+ msgstr "Remsa"
1416
1413
 
1417
1414
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:155
1418
1415
  msgid "Select remediation method"
@@ -1428,7 +1425,7 @@ msgstr ""
1428
1425
 
1429
1426
  #: ../webpack/components/withLoading.js:64
1430
1427
  msgid "Permission denied"
1431
- msgstr ""
1428
+ msgstr "Tillåts ej"
1432
1429
 
1433
1430
  #: ../webpack/helpers/mutationHelper.js:7
1434
1431
  msgid "There was a following error when deleting %(name)s: %(error)s"
@@ -5,11 +5,11 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: Foreman\n"
8
+ "Project-Id-Version: foreman_openscap 10.0.1\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2016-04-14 07:48+0000\n"
11
11
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
- "Language-Team: Swedish (Sweden) (http://www.transifex.com/foreman/foreman/lang"
12
+ "Language-Team: Swedish (Sweden) (http://app.transifex.com/foreman/foreman/lang"
13
13
  "uage/sv_SE/)\n"
14
14
  "MIME-Version: 1.0\n"
15
15
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -134,7 +134,7 @@ msgid "Choose weekday"
134
134
  msgstr ""
135
135
 
136
136
  msgid "Close"
137
- msgstr ""
137
+ msgstr "Stäng"
138
138
 
139
139
  msgid "Compliance"
140
140
  msgstr ""
@@ -460,7 +460,7 @@ msgid "Locations"
460
460
  msgstr "Lokationer"
461
461
 
462
462
  msgid "Manual"
463
- msgstr ""
463
+ msgstr "Manual"
464
464
 
465
465
  msgid "Message"
466
466
  msgstr "Meddelande"
@@ -555,9 +555,6 @@ msgstr "Ingen"
555
555
  msgid "None found"
556
556
  msgstr ""
557
557
 
558
- msgid "None provided"
559
- msgstr ""
560
-
561
558
  msgid "None!"
562
559
  msgstr ""
563
560
 
@@ -618,7 +615,7 @@ msgid "Passed|P"
618
615
  msgstr ""
619
616
 
620
617
  msgid "Permission denied"
621
- msgstr ""
618
+ msgstr "Tillåts ej"
622
619
 
623
620
  msgid "Please Confirm"
624
621
  msgstr "Vänligen bekräfta"
@@ -849,7 +846,7 @@ msgid "Smart Class Parameters"
849
846
  msgstr ""
850
847
 
851
848
  msgid "Snippet"
852
- msgstr ""
849
+ msgstr "Remsa"
853
850
 
854
851
  msgid "Something went wrong while selecting compliance reports - %s"
855
852
  msgstr ""