foreman_openscap 10.1.0 → 10.2.1
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/load_report.js +1 -1
- data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +1 -1
- data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +1 -1
- data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +6 -6
- data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +1 -1
- data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +1 -1
- data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +9 -9
- data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +1 -1
- data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +1 -1
- data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +13 -13
- data/app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js +1 -1
- data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +29 -29
- data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +1 -1
- data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +1 -1
- data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +1 -1
- data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +6 -6
- data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +1 -1
- data/app/models/concerns/foreman_openscap/scap_file_content.rb +1 -1
- data/app/services/foreman_openscap/bulk_upload.rb +3 -4
- data/lib/foreman_openscap/version.rb +1 -1
- data/locale/cs_CZ/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/cs_CZ/foreman_openscap.po +1 -1
- data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/de/foreman_openscap.po +1 -1
- data/locale/en/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/en/foreman_openscap.po +9 -9
- data/locale/en_GB/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/en_GB/foreman_openscap.po +1 -1
- data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/es/foreman_openscap.po +1 -1
- data/locale/foreman_openscap.pot +6 -6
- data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/fr/foreman_openscap.po +9 -9
- data/locale/gl/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/gl/foreman_openscap.po +1 -1
- data/locale/it/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/it/foreman_openscap.po +1 -1
- data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ja/foreman_openscap.po +13 -13
- data/locale/ka/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ka/foreman_openscap.po +1 -1
- data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ko/foreman_openscap.po +31 -29
- data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/pt_BR/foreman_openscap.po +1 -1
- data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ru/foreman_openscap.po +1 -1
- data/locale/sv_SE/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/sv_SE/foreman_openscap.po +1 -1
- data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_CN/foreman_openscap.po +6 -6
- data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_TW/foreman_openscap.po +1 -1
- data/test/files/scap_contents/cs9-new/ssg-cs9-ds.xml +38 -0
- data/test/files/scap_contents/cs9-old/ssg-cs9-ds.xml +38 -0
- data/test/lib/foreman_openscap/bulk_upload_test.rb +16 -0
- metadata +6 -2
@@ -48,12 +48,11 @@ module ForemanOpenscap
|
|
48
48
|
next
|
49
49
|
end
|
50
50
|
|
51
|
-
file = File.
|
52
|
-
digest = Digest::SHA2.hexdigest(datastream)
|
51
|
+
file = File.read(datastream, mode: 'rb')
|
53
52
|
title = content_name(datastream, from_scap_guide)
|
54
53
|
filename = original_filename(datastream)
|
55
|
-
|
56
|
-
|
54
|
+
|
55
|
+
scap_content = ScapContent.where(:title => title).first_or_initialize
|
57
56
|
scap_content.scap_file = file
|
58
57
|
scap_content.original_filename = filename
|
59
58
|
scap_content.location_ids = Location.all.pluck(:id)
|
Binary file
|
@@ -6,7 +6,7 @@
|
|
6
6
|
# Pavel Borecki <pavel.borecki@gmail.com>, 2018-2020
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: foreman_openscap 10.
|
9
|
+
"Project-Id-Version: foreman_openscap 10.2.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
11
|
"PO-Revision-Date: 2016-04-14 07:48+0000\n"
|
12
12
|
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2018-2020\n"
|
Binary file
|
@@ -10,7 +10,7 @@
|
|
10
10
|
# pdolinic, 2021
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: foreman_openscap 10.
|
13
|
+
"Project-Id-Version: foreman_openscap 10.2.0\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
15
|
"PO-Revision-Date: 2016-04-14 07:48+0000\n"
|
16
16
|
"Last-Translator: pdolinic, 2021\n"
|
Binary file
|
@@ -1,21 +1,21 @@
|
|
1
|
-
#
|
2
|
-
# Copyright (C)
|
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>,
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
5
|
#
|
6
|
+
#, fuzzy
|
6
7
|
msgid ""
|
7
8
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_openscap
|
9
|
+
"Project-Id-Version: foreman_openscap 1.0.0\n"
|
9
10
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"PO-Revision-Date:
|
11
|
+
"PO-Revision-Date: 2025-02-20 11:19+0100\n"
|
11
12
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
12
|
-
"Language-Team:
|
13
|
-
"Language:
|
13
|
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14
|
+
"Language: \n"
|
14
15
|
"MIME-Version: 1.0\n"
|
15
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
16
17
|
"Content-Transfer-Encoding: 8bit\n"
|
17
|
-
"Plural-Forms: nplurals
|
18
|
-
"\n"
|
18
|
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
19
19
|
|
20
20
|
msgid " for policy %s"
|
21
21
|
msgstr ""
|
Binary file
|
Binary file
|
@@ -7,7 +7,7 @@
|
|
7
7
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016
|
8
8
|
msgid ""
|
9
9
|
msgstr ""
|
10
|
-
"Project-Id-Version: foreman_openscap 10.
|
10
|
+
"Project-Id-Version: foreman_openscap 10.2.0\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"
|
data/locale/foreman_openscap.pot
CHANGED
@@ -8,8 +8,8 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: foreman_openscap 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date:
|
12
|
-
"PO-Revision-Date:
|
11
|
+
"POT-Creation-Date: 2025-02-20 11:19+0100\n"
|
12
|
+
"PO-Revision-Date: 2025-02-20 11:19+0100\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -719,19 +719,19 @@ msgstr ""
|
|
719
719
|
msgid "%s does not exist, skipping."
|
720
720
|
msgstr ""
|
721
721
|
|
722
|
-
#: ../app/services/foreman_openscap/bulk_upload.rb:
|
722
|
+
#: ../app/services/foreman_openscap/bulk_upload.rb:64
|
723
723
|
msgid "Failed saving %s:"
|
724
724
|
msgstr ""
|
725
725
|
|
726
|
-
#: ../app/services/foreman_openscap/bulk_upload.rb:
|
726
|
+
#: ../app/services/foreman_openscap/bulk_upload.rb:72
|
727
727
|
msgid "No such directory: %s. Please check the path you have provided."
|
728
728
|
msgstr ""
|
729
729
|
|
730
|
-
#: ../app/services/foreman_openscap/bulk_upload.rb:
|
730
|
+
#: ../app/services/foreman_openscap/bulk_upload.rb:94
|
731
731
|
msgid "Red Hat %s default content"
|
732
732
|
msgstr ""
|
733
733
|
|
734
|
-
#: ../app/services/foreman_openscap/bulk_upload.rb:
|
734
|
+
#: ../app/services/foreman_openscap/bulk_upload.rb:94
|
735
735
|
msgid "%s content"
|
736
736
|
msgstr ""
|
737
737
|
|
Binary file
|
@@ -8,7 +8,7 @@
|
|
8
8
|
# Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2016
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: foreman_openscap 10.
|
11
|
+
"Project-Id-Version: foreman_openscap 10.2.0\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
13
|
"PO-Revision-Date: 2016-04-14 07:48+0000\n"
|
14
14
|
"Last-Translator: Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2016\n"
|
@@ -99,7 +99,7 @@ msgid "By default, remediation is applied to the current host. Optionally, remed
|
|
99
99
|
msgstr "Par défaut, la correction est appliquée à l'hôte actuel. Vous pouvez éventuellement corriger tous les hôtes supplémentaires qui ne respectent pas la règle."
|
100
100
|
|
101
101
|
msgid "Can't find %{packages} RPM(s), are you sure it is installed on your server?"
|
102
|
-
msgstr ""
|
102
|
+
msgstr "Je ne trouve pas%{packages} RPM(s), êtes-vous sûr qu'il est installé sur votre serveur ?"
|
103
103
|
|
104
104
|
msgid "Cancel"
|
105
105
|
msgstr "Annuler"
|
@@ -183,7 +183,7 @@ msgid "Could not validate %s. Please make sure you have appropriate proxy versio
|
|
183
183
|
msgstr "Impossible de valider %s. Veuillez vérifier que vous disposez de la bonne version du proxy pour utiliser cette fonctionnalité"
|
184
184
|
|
185
185
|
msgid "Could not validate %{file_type}. Error %{error}"
|
186
|
-
msgstr "Impossible de valider
|
186
|
+
msgstr "Impossible de valider %{file_type}. Erreur %{error}"
|
187
187
|
|
188
188
|
msgid "Create SCAP content"
|
189
189
|
msgstr "Créer un contenu SCAP"
|
@@ -315,7 +315,7 @@ msgid "Failed to delete %s compliance reports"
|
|
315
315
|
msgstr "Impossible de supprimer les rapports de conformité %s"
|
316
316
|
|
317
317
|
msgid "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
|
318
|
-
msgstr "Échec de la suppression du rapport ARF pour l'hôte
|
318
|
+
msgstr "Échec de la suppression du rapport ARF pour l'hôte %{host_name} signalé à %{reported_at}"
|
319
319
|
|
320
320
|
msgid "Failed to downloaded ARF report as bzip: %s"
|
321
321
|
msgstr "N'a pas pu télécharger le rapport ARF sous format bzip : %s"
|
@@ -327,7 +327,7 @@ msgid "Failed to fetch spool status from proxy"
|
|
327
327
|
msgstr "Impossible d'extraire le statut du spool du proxy"
|
328
328
|
|
329
329
|
msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
|
330
|
-
msgstr "Echec de la sauvegarde lors de l'écrasement des paramètres pour
|
330
|
+
msgstr "Echec de la sauvegarde lors de l'écrasement des paramètres pour %{config_tool}, cause : %{errors}"
|
331
331
|
|
332
332
|
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"
|
333
333
|
msgstr "Échec de chargement du rapport ARF, l'URL ou le nom de proxy OpenSCAP n'a pas été trouvé dans les paramètres lors du téléchargement pour %s et openscap_proxy manque sur l'hôte"
|
@@ -737,7 +737,7 @@ msgid "Request timed out. Please try increasing Settings -> proxy_request_timeou
|
|
737
737
|
msgstr "Expiration du délai de requête. Veuillez augmenter les valeurs dans Paramètres -> proxy_request_timeout"
|
738
738
|
|
739
739
|
msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
|
740
|
-
msgstr "
|
740
|
+
msgstr "%{msg_name} %{class} requis non trouvé, veuillez vous assurer qu'il y a bien eu une importation pour commencer."
|
741
741
|
|
742
742
|
msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
|
743
743
|
msgstr "Requiert %s classe Puppet. Cela affectera la classe aux hôtes ou aux groupes d'hôtes sélectionnés."
|
@@ -878,7 +878,7 @@ msgid "Successfully copied to clipboard!"
|
|
878
878
|
msgstr "Copié dans le presse-papiers"
|
879
879
|
|
880
880
|
msgid "Successfully deleted %s compliance reports"
|
881
|
-
msgstr "
|
881
|
+
msgstr "%s rapports de conformité supprimés"
|
882
882
|
|
883
883
|
msgid "Successfully deleted ARF report."
|
884
884
|
msgstr "Rapport ARF supprimé."
|
@@ -890,7 +890,7 @@ msgid "Summary report for OpenScap from Foreman"
|
|
890
890
|
msgstr "Rapport de synthèse pour OpenScap depuis Foreman"
|
891
891
|
|
892
892
|
msgid "Summary report from Foreman server at %{foreman_url}"
|
893
|
-
msgstr "Rapport
|
893
|
+
msgstr "Rapport de synthèse du serveur Foreman à %{foreman_url}"
|
894
894
|
|
895
895
|
msgid "Tailoring File"
|
896
896
|
msgstr "Fichier de personnalisation"
|
@@ -918,7 +918,7 @@ msgstr ""
|
|
918
918
|
" configuration liés à la sécurité. "
|
919
919
|
|
920
920
|
msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
|
921
|
-
msgstr "Les
|
921
|
+
msgstr "Les %{key_name} suivants étaient manquants pour %{item_name} : %{key_names}. Assurez-vous qu'ils aient bien été importés avant de poursuivre."
|
922
922
|
|
923
923
|
msgid "The identifier of the host"
|
924
924
|
msgstr "Identifiant de l’hôte"
|
Binary file
|
Binary file
|
@@ -6,7 +6,7 @@
|
|
6
6
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: foreman_openscap 10.
|
9
|
+
"Project-Id-Version: foreman_openscap 10.2.0\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"
|
Binary file
|
@@ -7,7 +7,7 @@
|
|
7
7
|
# Kazuki Omo <kazuki.omo@gmail.com>, 2016
|
8
8
|
msgid ""
|
9
9
|
msgstr ""
|
10
|
-
"Project-Id-Version: foreman_openscap 10.
|
10
|
+
"Project-Id-Version: foreman_openscap 10.2.0\n"
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
12
12
|
"PO-Revision-Date: 2016-04-14 07:48+0000\n"
|
13
13
|
"Last-Translator: Kazuki Omo <kazuki.omo@gmail.com>, 2016\n"
|
@@ -96,7 +96,7 @@ msgid "By default, remediation is applied to the current host. Optionally, remed
|
|
96
96
|
msgstr "修復はデフォルトで現在のホストに適用されます。必要に応じて、ルールに違反する他のホストを修復してください。"
|
97
97
|
|
98
98
|
msgid "Can't find %{packages} RPM(s), are you sure it is installed on your server?"
|
99
|
-
msgstr ""
|
99
|
+
msgstr "%{packages} RPM が見つかりません。この RPM がサーバーにインストールされていますか?"
|
100
100
|
|
101
101
|
msgid "Cancel"
|
102
102
|
msgstr "取り消し"
|
@@ -180,7 +180,7 @@ msgid "Could not validate %s. Please make sure you have appropriate proxy versio
|
|
180
180
|
msgstr "%s を検証できませんでした。この機能を使用するための適切なプロキシーバージョンがあることを確認してください。"
|
181
181
|
|
182
182
|
msgid "Could not validate %{file_type}. Error %{error}"
|
183
|
-
msgstr "
|
183
|
+
msgstr "%{file_type} を検証できませんでした。エラー: %{error}"
|
184
184
|
|
185
185
|
msgid "Create SCAP content"
|
186
186
|
msgstr "SCAP コンテンツの作成"
|
@@ -324,7 +324,7 @@ msgid "Failed to fetch spool status from proxy"
|
|
324
324
|
msgstr "プロキシーからスプールステータスを取得できませんでした"
|
325
325
|
|
326
326
|
msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
|
327
|
-
msgstr "
|
327
|
+
msgstr "%{config_tool} のパラメーターの上書き時に保存に失敗しました。原因: %{errors}"
|
328
328
|
|
329
329
|
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"
|
330
330
|
msgstr "Arf レポートのアップロードに失敗しました。%s のアップロード時にパラメーターで OpenSCAP プロキシー名または url が見つかりませんでした。ホストには openscap_proxy が設定されていません。"
|
@@ -459,7 +459,7 @@ msgid "List Tailoring files"
|
|
459
459
|
msgstr "テーラリングファイルの一覧表示"
|
460
460
|
|
461
461
|
msgid "Loading..."
|
462
|
-
msgstr "
|
462
|
+
msgstr "読み込み中..."
|
463
463
|
|
464
464
|
msgid "Locations"
|
465
465
|
msgstr "ロケーション"
|
@@ -629,7 +629,7 @@ msgid "Please make sure you understand them by reading our"
|
|
629
629
|
msgstr "理解するために読んでください。"
|
630
630
|
|
631
631
|
msgid "Please specify import type, received: %{received}, expected one of: %{expected}"
|
632
|
-
msgstr "インポートタイプを指定してください。受信:
|
632
|
+
msgstr "インポートタイプを指定してください。受信: %{received}、次のうちの 1 つが必要です: %{expected}"
|
633
633
|
|
634
634
|
msgid "Policies"
|
635
635
|
msgstr "ポリシー"
|
@@ -680,7 +680,7 @@ msgid "Policy with id %s not found."
|
|
680
680
|
msgstr "id が %s のポリシーが見つかりません"
|
681
681
|
|
682
682
|
msgid "Profile"
|
683
|
-
msgstr "
|
683
|
+
msgstr "プロファイル"
|
684
684
|
|
685
685
|
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."
|
686
686
|
msgstr "プロキシーは、スプールから Foreman へのレポートの送信に失敗しました。これは、レポート形式が破損していることを示しています。レポートは、後で検査できるようプロキシーの破損ファイルを保存するディレクトリーに移動しました。"
|
@@ -734,7 +734,7 @@ msgid "Request timed out. Please try increasing Settings -> proxy_request_timeou
|
|
734
734
|
msgstr "要求がタイムアウトしました。Settings -> proxy_request_timeout で値を増やしてみてください"
|
735
735
|
|
736
736
|
msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
|
737
|
-
msgstr "必要とされる
|
737
|
+
msgstr "必要とされる %{msg_name} %{class} が見つかりませんでした。先にインポートされていることを確認してください。"
|
738
738
|
|
739
739
|
msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
|
740
740
|
msgstr "%s Puppet クラスが必要です。ホストまたは選択したホストグループに、そのクラスが割り当てられます。"
|
@@ -749,7 +749,7 @@ msgid "Result"
|
|
749
749
|
msgstr "結果"
|
750
750
|
|
751
751
|
msgid "Review hosts"
|
752
|
-
msgstr "
|
752
|
+
msgstr "ホストのプレビュー"
|
753
753
|
|
754
754
|
msgid "Review remediation"
|
755
755
|
msgstr "修復の確認"
|
@@ -887,7 +887,7 @@ msgid "Summary report for OpenScap from Foreman"
|
|
887
887
|
msgstr "Foreman からの OpenScap の概要レポート"
|
888
888
|
|
889
889
|
msgid "Summary report from Foreman server at %{foreman_url}"
|
890
|
-
msgstr "
|
890
|
+
msgstr "%{foreman_url} にある Foreman サーバーからの概要レポート"
|
891
891
|
|
892
892
|
msgid "Tailoring File"
|
893
893
|
msgstr "テーラリングファイル"
|
@@ -915,7 +915,7 @@ msgstr ""
|
|
915
915
|
" 数多くのオープンスタンダードの組み合わせです。 "
|
916
916
|
|
917
917
|
msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
|
918
|
-
msgstr "
|
918
|
+
msgstr "%{item_name} には、以下の %{key_name} がありませんでした: %{key_names}。続行前にインポートされていることを確認してください。"
|
919
919
|
|
920
920
|
msgid "The identifier of the host"
|
921
921
|
msgstr "ホストの ID"
|
@@ -964,10 +964,10 @@ msgid "Type of the upload"
|
|
964
964
|
msgstr "アップロードの種類"
|
965
965
|
|
966
966
|
msgid "Unable to get HTML version of requested report from Smart Proxy"
|
967
|
-
msgstr "要求されたレポートの HTML
|
967
|
+
msgstr "要求されたレポートの HTML バージョンを Smart Proxy から取得できません"
|
968
968
|
|
969
969
|
msgid "Unable to get XML version of requested report from Smart Proxy"
|
970
|
-
msgstr "要求されたレポートの XML
|
970
|
+
msgstr "要求されたレポートの XML バージョンを Smart Proxy から取得できません"
|
971
971
|
|
972
972
|
msgid "Unassign Compliance Policy"
|
973
973
|
msgstr "コンプライアンスポリシーの割り当て解除"
|
Binary file
|
Binary file
|
@@ -3,13 +3,15 @@
|
|
3
3
|
# This file is distributed under the same license as the foreman_openscap package.
|
4
4
|
#
|
5
5
|
# Translators:
|
6
|
+
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
|
6
7
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016
|
7
8
|
msgid ""
|
8
9
|
msgstr ""
|
9
|
-
"Project-Id-Version: foreman_openscap 10.
|
10
|
+
"Project-Id-Version: foreman_openscap 10.2.0\n"
|
10
11
|
"Report-Msgid-Bugs-To: \n"
|
11
12
|
"PO-Revision-Date: 2016-04-14 07:48+0000\n"
|
12
|
-
"Last-Translator:
|
13
|
+
"Last-Translator: Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarde"
|
14
|
+
"n.nl>, 2025\n"
|
13
15
|
"Language-Team: Korean (http://app.transifex.com/foreman/foreman/language/ko/)\n"
|
14
16
|
"MIME-Version: 1.0\n"
|
15
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -88,16 +90,16 @@ msgid "Assign Compliance Policy"
|
|
88
90
|
msgstr "컴플라이언스 정책 할당"
|
89
91
|
|
90
92
|
msgid "Back"
|
91
|
-
msgstr "뒤로
|
93
|
+
msgstr "뒤로 "
|
92
94
|
|
93
95
|
msgid "By default, remediation is applied to the current host. Optionally, remediate any additional hosts that fail the rule."
|
94
96
|
msgstr "기본적으로 수정은 현재 호스트에 적용됩니다. 선택적으로 규칙에 실패한 추가 호스트를 수정합니다."
|
95
97
|
|
96
98
|
msgid "Can't find %{packages} RPM(s), are you sure it is installed on your server?"
|
97
|
-
msgstr ""
|
99
|
+
msgstr "%{packages} RPM을 찾을 수 없습니다. 확실히 서버에 설치되어 있습니까?"
|
98
100
|
|
99
101
|
msgid "Cancel"
|
100
|
-
msgstr "취소"
|
102
|
+
msgstr "취소 "
|
101
103
|
|
102
104
|
msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
|
103
105
|
msgstr "HTML 가이드를 생성할 수 없습니다. 유효한 OpenSCAP 프록시 서버를 찾을 수 없습니다."
|
@@ -166,7 +168,7 @@ msgid "Confirm"
|
|
166
168
|
msgstr "확인"
|
167
169
|
|
168
170
|
msgid "Content"
|
169
|
-
msgstr "
|
171
|
+
msgstr "컨텐츠"
|
170
172
|
|
171
173
|
msgid "Copy to clipboard"
|
172
174
|
msgstr "클립보드에 복사"
|
@@ -199,13 +201,13 @@ msgid "DataStream Tailoring file"
|
|
199
201
|
msgstr "DataStream 테일러링 파일"
|
200
202
|
|
201
203
|
msgid "Date"
|
202
|
-
msgstr "날짜"
|
204
|
+
msgstr "날짜 "
|
203
205
|
|
204
206
|
msgid "Default XCCDF profile"
|
205
207
|
msgstr "기본 XCCDF 프로파일"
|
206
208
|
|
207
209
|
msgid "Delete"
|
208
|
-
msgstr "삭제"
|
210
|
+
msgstr "삭제 "
|
209
211
|
|
210
212
|
msgid "Delete a Policy"
|
211
213
|
msgstr "정책 삭제"
|
@@ -241,7 +243,7 @@ msgid "Deployment Options"
|
|
241
243
|
msgstr "배포 옵션"
|
242
244
|
|
243
245
|
msgid "Description"
|
244
|
-
msgstr "설명"
|
246
|
+
msgstr "설명 "
|
245
247
|
|
246
248
|
msgid "Details for Compliance Policy %s"
|
247
249
|
msgstr "컴플라이언스 정책에 대한 세부 정보 %s"
|
@@ -295,7 +297,7 @@ msgid "Expected an array of files to upload, got: %s."
|
|
295
297
|
msgstr "다양한 파일을 업로드할 것으로 예상했지만 다음과 같은 결과가 나왔습니다: %s"
|
296
298
|
|
297
299
|
msgid "Failed"
|
298
|
-
msgstr "실패"
|
300
|
+
msgstr "실패 "
|
299
301
|
|
300
302
|
msgid "Failed and Othered"
|
301
303
|
msgstr "실패함 및 제외됨"
|
@@ -347,7 +349,7 @@ msgid "General"
|
|
347
349
|
msgstr "일반"
|
348
350
|
|
349
351
|
msgid "Host"
|
350
|
-
msgstr "호스트"
|
352
|
+
msgstr "호스트 "
|
351
353
|
|
352
354
|
msgid "Host Breakdown Chart"
|
353
355
|
msgstr "호스트 분류 차트"
|
@@ -377,7 +379,7 @@ msgid "Hostgroups"
|
|
377
379
|
msgstr "호스트 그룹 "
|
378
380
|
|
379
381
|
msgid "Hostname"
|
380
|
-
msgstr "호스트 이름
|
382
|
+
msgstr "호스트 이름"
|
381
383
|
|
382
384
|
msgid "Hosts Breakdown"
|
383
385
|
msgstr "호스트 분류"
|
@@ -453,7 +455,7 @@ msgid "List Tailoring files"
|
|
453
455
|
msgstr "맞춤형 파일 목록"
|
454
456
|
|
455
457
|
msgid "Loading..."
|
456
|
-
msgstr "
|
458
|
+
msgstr "로딩..."
|
457
459
|
|
458
460
|
msgid "Locations"
|
459
461
|
msgstr "위치"
|
@@ -462,7 +464,7 @@ msgid "Manual"
|
|
462
464
|
msgstr "수동"
|
463
465
|
|
464
466
|
msgid "Message"
|
465
|
-
msgstr "
|
467
|
+
msgstr "메세지 "
|
466
468
|
|
467
469
|
msgid "Method"
|
468
470
|
msgstr "방법"
|
@@ -492,7 +494,7 @@ msgid "Next"
|
|
492
494
|
msgstr "다음"
|
493
495
|
|
494
496
|
msgid "No"
|
495
|
-
msgstr "
|
497
|
+
msgstr "아니오 "
|
496
498
|
|
497
499
|
msgid "No ARF reports for this policy"
|
498
500
|
msgstr "이 정책에 대한 ARF 보고서가 없습니다."
|
@@ -519,7 +521,7 @@ msgid "No compliance reports were found."
|
|
519
521
|
msgstr "컴플라이언트 보고서를 찾을 수 없습니다."
|
520
522
|
|
521
523
|
msgid "No hosts selected"
|
522
|
-
msgstr "선택된 호스트가 없음
|
524
|
+
msgstr "선택된 호스트가 없음"
|
523
525
|
|
524
526
|
msgid "No hosts were found with that id, name or query filter"
|
525
527
|
msgstr "해당 ID, 이름 또는 쿼리 필터를 가진 호스트를 찾을 수 없습니다."
|
@@ -549,7 +551,7 @@ msgid "No valid policy ID provided"
|
|
549
551
|
msgstr "유효한 정책 ID가 제공되지 않았습니다."
|
550
552
|
|
551
553
|
msgid "None"
|
552
|
-
msgstr "없음"
|
554
|
+
msgstr "없음 "
|
553
555
|
|
554
556
|
msgid "None found"
|
555
557
|
msgstr "찾을 수 없습니다."
|
@@ -588,13 +590,13 @@ msgid "Openscap Proxy"
|
|
588
590
|
msgstr "Openscap 프록시"
|
589
591
|
|
590
592
|
msgid "Organizations"
|
591
|
-
msgstr "조직
|
593
|
+
msgstr "조직"
|
592
594
|
|
593
595
|
msgid "Original file name of the XML file"
|
594
596
|
msgstr "XML 파일의 원래 파일 이름"
|
595
597
|
|
596
598
|
msgid "Other"
|
597
|
-
msgstr "기타"
|
599
|
+
msgstr "기타 "
|
598
600
|
|
599
601
|
msgid "Other hosts failing this rule"
|
600
602
|
msgstr "이 규칙에 실패한 다른 호스트"
|
@@ -617,7 +619,7 @@ msgid "Permission denied"
|
|
617
619
|
msgstr "권한이 거부되었습니다"
|
618
620
|
|
619
621
|
msgid "Please Confirm"
|
620
|
-
msgstr "확인해 주십시오
|
622
|
+
msgstr "확인해 주십시오"
|
621
623
|
|
622
624
|
msgid "Please make sure you understand them by reading our"
|
623
625
|
msgstr "문서를 읽은 후 이해했는지 "
|
@@ -728,7 +730,7 @@ msgid "Request timed out. Please try increasing Settings -> proxy_request_timeou
|
|
728
730
|
msgstr "요청 시간이 초과되었습니다. 설정 -> proxy_request_timeout을 늘려보세요."
|
729
731
|
|
730
732
|
msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
|
731
|
-
msgstr "필수의 %{msg_name} %{class}을/를 찾을 수 없습니다. 먼저 가져왔는지 확인하세요."
|
733
|
+
msgstr "필수의 %{msg_name} %{class} 을/를 찾을 수 없습니다. 먼저 가져왔는지 확인하세요."
|
732
734
|
|
733
735
|
msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
|
734
736
|
msgstr "%s Puppet 클래스가 필요합니다. 이는 클래스를 호스트 또는 선택된 호스트그룹에 할당합니다."
|
@@ -737,10 +739,10 @@ msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign
|
|
737
739
|
msgstr "Ansible 플러그인이 필요합니다.%s Ansible 역할 및 변수. 이것은 호스트 또는 선택된 호스트 그룹에 역할을 할당합니다."
|
738
740
|
|
739
741
|
msgid "Resource"
|
740
|
-
msgstr "
|
742
|
+
msgstr "리소스"
|
741
743
|
|
742
744
|
msgid "Result"
|
743
|
-
msgstr "결과"
|
745
|
+
msgstr "결과 "
|
744
746
|
|
745
747
|
msgid "Review hosts"
|
746
748
|
msgstr "호스트 미리보기"
|
@@ -794,7 +796,7 @@ msgid "Schedule"
|
|
794
796
|
msgstr "스케줄 "
|
795
797
|
|
796
798
|
msgid "Select Action"
|
797
|
-
msgstr "작업 선택
|
799
|
+
msgstr "작업 선택"
|
798
800
|
|
799
801
|
msgid "Select Compliance Policy"
|
800
802
|
msgstr "컴플라이언스 정책 선택"
|
@@ -803,7 +805,7 @@ msgid "Select OpenSCAP Proxy"
|
|
803
805
|
msgstr "OpenSCAP 프록시 선택"
|
804
806
|
|
805
807
|
msgid "Select all items in this page"
|
806
|
-
msgstr "이 페이지에 있는 모든 항목을 선택
|
808
|
+
msgstr "이 페이지에 있는 모든 항목을 선택"
|
807
809
|
|
808
810
|
msgid "Select remediation method"
|
809
811
|
msgstr "개선 방법을 선택하세요"
|
@@ -812,7 +814,7 @@ msgid "Select snippet"
|
|
812
814
|
msgstr "스니펫 선택"
|
813
815
|
|
814
816
|
msgid "Severity"
|
815
|
-
msgstr "
|
817
|
+
msgstr "중요도"
|
816
818
|
|
817
819
|
msgid "Show Guide"
|
818
820
|
msgstr "가이드 표시"
|
@@ -1025,7 +1027,7 @@ msgid "XML containing tailoring file"
|
|
1025
1027
|
msgstr "맞춤형 파일을 포함하는 XML"
|
1026
1028
|
|
1027
1029
|
msgid "Yes"
|
1028
|
-
msgstr "
|
1030
|
+
msgstr "예 "
|
1029
1031
|
|
1030
1032
|
msgid "You are not authorized to view the page. "
|
1031
1033
|
msgstr "해당 페이지를 볼 권한이 없습니다. "
|
@@ -1043,7 +1045,7 @@ msgid "cannot assign to %s, all assigned policies must be deployed in the same w
|
|
1043
1045
|
msgstr "%s에 할당할 수 없습니다, 모든 할당된 정책은 동일한 방식으로 배포되어야 하며 할당된 각 정책에 대해 '배포 기준'을 선택하십시오."
|
1044
1046
|
|
1045
1047
|
msgid "documentation"
|
1046
|
-
msgstr "
|
1048
|
+
msgstr "문서"
|
1047
1049
|
|
1048
1050
|
msgid "does not come from selected tailoring file"
|
1049
1051
|
msgstr "선택된 맞춤형 파일에서 나오지 않습니다"
|
@@ -1064,7 +1066,7 @@ msgid "is not included in SCAP_RESULT"
|
|
1064
1066
|
msgstr "SCAP_RESULT에 포함되지 않습니다."
|
1065
1067
|
|
1066
1068
|
msgid "items selected. Uncheck to Clear"
|
1067
|
-
msgstr "항목이 선택되어 있습니다. 삭제하려면 선택 해제합니다
|
1069
|
+
msgstr "항목이 선택되어 있습니다. 삭제하려면 선택 해제합니다"
|
1068
1070
|
|
1069
1071
|
msgid "must be between 1 and 31"
|
1070
1072
|
msgstr "1~31 사이여야 합니다."
|
Binary file
|
@@ -6,7 +6,7 @@
|
|
6
6
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: foreman_openscap 10.
|
9
|
+
"Project-Id-Version: foreman_openscap 10.2.0\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"
|
Binary file
|
@@ -7,7 +7,7 @@
|
|
7
7
|
# Yulia <yulia.poyarkova@redhat.com>, 2016
|
8
8
|
msgid ""
|
9
9
|
msgstr ""
|
10
|
-
"Project-Id-Version: foreman_openscap 10.
|
10
|
+
"Project-Id-Version: foreman_openscap 10.2.0\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"
|
Binary file
|