hammer_cli_foreman_openscap 0.1.13 → 0.2.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.
- checksums.yaml +4 -4
- data/lib/hammer_cli_foreman_openscap/commands.rb +9 -0
- data/lib/hammer_cli_foreman_openscap/options/normalizers.rb +6 -0
- data/lib/hammer_cli_foreman_openscap/scap_content.rb +15 -2
- data/lib/hammer_cli_foreman_openscap/version.rb +1 -1
- data/locale/Makefile +2 -61
- data/locale/cs/LC_MESSAGES/hammer_cli_foreman_openscap.mo +0 -0
- data/locale/cs/hammer_cli_foreman_openscap.po +19 -1
- data/locale/de/LC_MESSAGES/hammer_cli_foreman_openscap.mo +0 -0
- data/locale/de/hammer_cli_foreman_openscap.po +101 -77
- data/locale/en/LC_MESSAGES/hammer_cli_foreman_openscap.mo +0 -0
- data/locale/en/hammer_cli_foreman_openscap.po +27 -9
- data/locale/es/LC_MESSAGES/hammer_cli_foreman_openscap.mo +0 -0
- data/locale/es/hammer_cli_foreman_openscap.po +101 -79
- data/locale/fr/LC_MESSAGES/hammer_cli_foreman_openscap.mo +0 -0
- data/locale/fr/hammer_cli_foreman_openscap.po +103 -84
- data/locale/hammer_cli_foreman_openscap.pot +46 -20
- data/locale/it/LC_MESSAGES/hammer_cli_foreman_openscap.mo +0 -0
- data/locale/it/hammer_cli_foreman_openscap.po +38 -19
- data/locale/ja/LC_MESSAGES/hammer_cli_foreman_openscap.mo +0 -0
- data/locale/ja/hammer_cli_foreman_openscap.po +99 -79
- data/locale/ka/LC_MESSAGES/hammer_cli_foreman_openscap.mo +0 -0
- data/locale/ka/hammer_cli_foreman_openscap.po +277 -0
- data/locale/ko/LC_MESSAGES/hammer_cli_foreman_openscap.mo +0 -0
- data/locale/ko/hammer_cli_foreman_openscap.po +36 -18
- data/locale/pt_BR/LC_MESSAGES/hammer_cli_foreman_openscap.mo +0 -0
- data/locale/pt_BR/hammer_cli_foreman_openscap.po +281 -0
- data/locale/zh_CN/LC_MESSAGES/hammer_cli_foreman_openscap.mo +0 -0
- data/locale/zh_CN/hammer_cli_foreman_openscap.po +103 -86
- data/locale/zh_TW/LC_MESSAGES/hammer_cli_foreman_openscap.mo +0 -0
- data/locale/zh_TW/hammer_cli_foreman_openscap.po +36 -19
- data/test/compliance_resource_mock.rb +0 -1
- data/test/data/2.4/foreman_api.json +1 -0
- data/test/test_helper.rb +1 -1
- metadata +20 -4
@@ -3,36 +3,44 @@
|
|
3
3
|
# This file is distributed under the same license as the hammer_cli_foreman_openscap package.
|
4
4
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
5
|
#
|
6
|
+
# Translators:
|
7
|
+
# Claer <transiblu@claer.hammock.fr>, 2020
|
8
|
+
# Amit Upadhye <aupadhye@redhat.com>, 2023
|
9
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2023
|
10
|
+
#
|
11
|
+
#, fuzzy
|
6
12
|
msgid ""
|
7
13
|
msgstr ""
|
8
|
-
"Project-Id-Version: hammer_cli_foreman_openscap 0.
|
14
|
+
"Project-Id-Version: hammer_cli_foreman_openscap 0.2.0\n"
|
9
15
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"
|
11
|
-
"
|
12
|
-
"
|
16
|
+
"POT-Creation-Date: 2023-11-08 01:17+0000\n"
|
17
|
+
"PO-Revision-Date: 2017-12-01 20:56+0000\n"
|
18
|
+
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2023\n"
|
19
|
+
"Language-Team: French (https://app.transifex.com/foreman/teams/114/fr/)\n"
|
13
20
|
"MIME-Version: 1.0\n"
|
14
21
|
"Content-Type: text/plain; charset=UTF-8\n"
|
15
22
|
"Content-Transfer-Encoding: 8bit\n"
|
16
23
|
"Language: fr\n"
|
17
|
-
"Plural-Forms: nplurals=
|
24
|
+
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
|
25
|
+
"1000000 == 0 ? 1 : 2;\n"
|
18
26
|
|
19
27
|
msgid "Manipulate compliance reports"
|
20
|
-
msgstr ""
|
28
|
+
msgstr "Manipuler les rapports de conformité"
|
21
29
|
|
22
30
|
msgid "Manipulate policies"
|
23
|
-
msgstr ""
|
31
|
+
msgstr "Manipuler les politiques"
|
24
32
|
|
25
33
|
msgid "Manipulate SCAP contents"
|
26
|
-
msgstr ""
|
34
|
+
msgstr "Manipuler les contenus SCAP"
|
27
35
|
|
28
36
|
msgid "Manipulate Tailoring files"
|
29
|
-
msgstr ""
|
37
|
+
msgstr "Manipuler les fichiers de personnalisation"
|
30
38
|
|
31
39
|
msgid "Manipulate Scap Content Profiles"
|
32
|
-
msgstr ""
|
40
|
+
msgstr "Manipuler les profils de contenu de Scap"
|
33
41
|
|
34
42
|
msgid "View policies ENC for host"
|
35
|
-
msgstr ""
|
43
|
+
msgstr "Voir les politiques ENC pour l'hôte"
|
36
44
|
|
37
45
|
msgid "Id"
|
38
46
|
msgstr "Id"
|
@@ -40,89 +48,86 @@ msgstr "Id"
|
|
40
48
|
msgid "Reported at"
|
41
49
|
msgstr "Rapporté le"
|
42
50
|
|
43
|
-
#, fuzzy
|
44
51
|
msgid "Host name"
|
45
|
-
msgstr "
|
52
|
+
msgstr "Nom d'hôte"
|
46
53
|
|
47
54
|
msgid "OpenSCAP proxy name"
|
48
|
-
msgstr ""
|
55
|
+
msgstr "Nom du proxy OpenSCAP"
|
49
56
|
|
50
57
|
msgid "Policy name"
|
51
|
-
msgstr "Nom de la
|
58
|
+
msgstr "Nom de la stratégie"
|
52
59
|
|
53
60
|
msgid "Passed"
|
54
|
-
msgstr "
|
61
|
+
msgstr "Succès"
|
55
62
|
|
56
63
|
msgid "Failed"
|
57
|
-
msgstr "
|
64
|
+
msgstr "Échec"
|
58
65
|
|
59
66
|
msgid "Othered"
|
60
|
-
msgstr "
|
67
|
+
msgstr "Autre"
|
61
68
|
|
62
69
|
msgid "Host Id"
|
63
|
-
msgstr ""
|
70
|
+
msgstr "ID hôte"
|
64
71
|
|
65
72
|
msgid "OpenSCAP proxy Id"
|
66
|
-
msgstr ""
|
73
|
+
msgstr "ID de proxy OpenSCAP"
|
67
74
|
|
68
|
-
#, fuzzy
|
69
75
|
msgid "Policy Id"
|
70
|
-
msgstr "
|
76
|
+
msgstr "Id Stratégie"
|
71
77
|
|
72
78
|
msgid "ARF report deleted"
|
73
|
-
msgstr ""
|
79
|
+
msgstr "Rapport ARF supprimé"
|
74
80
|
|
75
81
|
msgid "Could not delete the ARF report"
|
76
|
-
msgstr ""
|
82
|
+
msgstr "Impossible de supprimer le rapport ARF"
|
77
83
|
|
78
84
|
msgid "ARF report downloaded, saved to: "
|
79
|
-
msgstr ""
|
85
|
+
msgstr "Rapport ARF téléchargé, enregistré sur :"
|
80
86
|
|
81
87
|
msgid "Could not download the ARF report"
|
82
|
-
msgstr ""
|
88
|
+
msgstr "Impossible de télécharger le rapport ARF"
|
83
89
|
|
84
90
|
msgid "ARF report in HTML downloaded, saved to: "
|
85
|
-
msgstr ""
|
91
|
+
msgstr "Rapport ARF au format HTML téléchargé, enregistré sur :"
|
86
92
|
|
87
93
|
msgid "Could not download the ARF report in HTML"
|
88
|
-
msgstr ""
|
94
|
+
msgstr "Impossible de télécharger le rapport ARF au format HTML"
|
89
95
|
|
90
96
|
msgid "Path to directory where downloaded file will be saved"
|
91
|
-
msgstr ""
|
97
|
+
msgstr "Chemin d'accès au répertoire où le fichier téléchargé sera enregistré"
|
92
98
|
|
93
|
-
#, fuzzy
|
94
99
|
msgid "Profile Id"
|
95
|
-
msgstr "
|
100
|
+
msgstr "ID du profil"
|
96
101
|
|
97
102
|
msgid "Content path"
|
98
|
-
msgstr ""
|
103
|
+
msgstr "Chemin du contenu"
|
99
104
|
|
100
105
|
msgid "Content download path"
|
101
|
-
msgstr ""
|
106
|
+
msgstr "URL de téléchargement du contenu"
|
102
107
|
|
103
108
|
msgid "Tailoring path"
|
104
|
-
msgstr ""
|
109
|
+
msgstr "Fichier de personnalisation"
|
105
110
|
|
106
111
|
msgid "Tailoring download path"
|
107
|
-
msgstr ""
|
112
|
+
msgstr "Adaptation du chemin de téléchargement"
|
108
113
|
|
109
114
|
msgid "Day of month"
|
110
|
-
msgstr ""
|
115
|
+
msgstr "Jour du mois"
|
111
116
|
|
112
117
|
msgid "Hour"
|
113
|
-
msgstr ""
|
118
|
+
msgstr "Heure"
|
114
119
|
|
115
120
|
msgid "Month"
|
116
|
-
msgstr ""
|
121
|
+
msgstr "Mois"
|
117
122
|
|
118
123
|
msgid "Week"
|
119
|
-
msgstr ""
|
124
|
+
msgstr "Semaine"
|
120
125
|
|
121
126
|
msgid "OpenSCAP Proxy"
|
122
|
-
msgstr ""
|
127
|
+
msgstr "Proxy OpenSCAP"
|
123
128
|
|
124
129
|
msgid "SCAP content title"
|
125
|
-
msgstr ""
|
130
|
+
msgstr "Titre du contenu SCAP"
|
126
131
|
|
127
132
|
msgid "Name to search by"
|
128
133
|
msgstr "Recherche par nom"
|
@@ -134,128 +139,142 @@ msgid "Created at"
|
|
134
139
|
msgstr "Créé le"
|
135
140
|
|
136
141
|
msgid "Period"
|
137
|
-
msgstr ""
|
142
|
+
msgstr "Période"
|
138
143
|
|
139
144
|
msgid "Weekday"
|
140
|
-
msgstr ""
|
145
|
+
msgstr "Jour de la semaine"
|
141
146
|
|
142
147
|
msgid "Cron line"
|
143
|
-
msgstr "Ligne
|
148
|
+
msgstr "Ligne Cron"
|
144
149
|
|
145
150
|
msgid "SCAP content Id"
|
146
|
-
msgstr ""
|
151
|
+
msgstr "ID du contenu SCAP"
|
147
152
|
|
148
153
|
msgid "SCAP Content profile Id"
|
149
|
-
msgstr ""
|
154
|
+
msgstr "ID du profil de contenu SCAP"
|
150
155
|
|
151
156
|
msgid "Tailoring file Id"
|
152
|
-
msgstr ""
|
157
|
+
msgstr "ID du fichier de personnalisation"
|
153
158
|
|
154
159
|
msgid "Tailoring file profile Id"
|
155
|
-
msgstr ""
|
160
|
+
msgstr "ID du profil de fichier de personnalisation"
|
156
161
|
|
157
162
|
msgid "Deployment option"
|
158
|
-
msgstr ""
|
163
|
+
msgstr "Options de déploiement"
|
159
164
|
|
160
165
|
msgid "Policy has been deleted"
|
161
|
-
msgstr ""
|
166
|
+
msgstr "La politique a été supprimée"
|
162
167
|
|
163
168
|
msgid "Could not delete the policy"
|
164
|
-
msgstr ""
|
169
|
+
msgstr "Impossible de supprimer la politique"
|
165
170
|
|
166
171
|
msgid "Policy created"
|
167
|
-
msgstr ""
|
172
|
+
msgstr "Politique créée"
|
168
173
|
|
169
174
|
msgid "Could not create the policy"
|
170
|
-
msgstr ""
|
175
|
+
msgstr "Impossible de créer la politique"
|
171
176
|
|
172
177
|
msgid "Policy updated"
|
173
|
-
msgstr ""
|
178
|
+
msgstr "Politique mise à jour"
|
174
179
|
|
175
180
|
msgid "Could not update the policy"
|
176
|
-
msgstr ""
|
181
|
+
msgstr "Impossible de mettre à jour la politique"
|
177
182
|
|
178
183
|
msgid "Title"
|
179
184
|
msgstr "Titre"
|
180
185
|
|
186
|
+
msgid "Digest"
|
187
|
+
msgstr "Digest"
|
188
|
+
|
181
189
|
msgid "SCAP content successfully created"
|
182
|
-
msgstr ""
|
190
|
+
msgstr "Contenu SCAP créé avec succès"
|
183
191
|
|
184
192
|
msgid "Failed to create SCAP content"
|
185
|
-
msgstr ""
|
193
|
+
msgstr "Échec de la création du contenu SCAP"
|
186
194
|
|
187
195
|
msgid "SCAP content file"
|
196
|
+
msgstr "Fichier du contenu SCAP"
|
197
|
+
|
198
|
+
msgid "Scap Contents uploaded."
|
188
199
|
msgstr ""
|
189
200
|
|
190
|
-
msgid "
|
201
|
+
msgid "Could not upload Scap Contents"
|
191
202
|
msgstr ""
|
192
203
|
|
193
|
-
msgid "
|
204
|
+
msgid "Errors"
|
194
205
|
msgstr ""
|
195
206
|
|
196
|
-
msgid "
|
207
|
+
msgid "Uploaded Scap Contents"
|
197
208
|
msgstr ""
|
198
209
|
|
199
|
-
msgid "
|
210
|
+
msgid "Original Filename"
|
200
211
|
msgstr ""
|
201
212
|
|
213
|
+
msgid "SCAP content deleted"
|
214
|
+
msgstr "Contenu SCAP supprimé"
|
215
|
+
|
216
|
+
msgid "Could not delete SCAP content"
|
217
|
+
msgstr "Impossible de supprimer le contenu SCAP"
|
218
|
+
|
219
|
+
msgid "Original filename"
|
220
|
+
msgstr "Nom de fichier d'origine"
|
221
|
+
|
222
|
+
msgid "SCAP content profiles"
|
223
|
+
msgstr "Profils du contenu SCAP"
|
224
|
+
|
202
225
|
msgid "Profile id"
|
203
|
-
msgstr ""
|
226
|
+
msgstr "ID du profil"
|
204
227
|
|
205
228
|
msgid "SCAP content updated"
|
206
|
-
msgstr ""
|
229
|
+
msgstr "Contenu SCAP mis à jour"
|
207
230
|
|
208
231
|
msgid "Could not update SCAP content"
|
209
|
-
msgstr ""
|
232
|
+
msgstr "Impossible de mettre à jour le contenu SCAP"
|
210
233
|
|
211
234
|
msgid "SCAP content file downloaded, saved to: "
|
212
|
-
msgstr ""
|
235
|
+
msgstr "Fichier du contenu SCAP téléchargé, enregistré sur :"
|
213
236
|
|
214
237
|
msgid "Could not download the SCAP content file"
|
215
|
-
msgstr ""
|
238
|
+
msgstr "Impossible de télécharger le fichier du contenu SCAP"
|
216
239
|
|
217
|
-
#, fuzzy
|
218
240
|
msgid "Scap Content Id"
|
219
|
-
msgstr "
|
241
|
+
msgstr "ID du contenu SCAP"
|
220
242
|
|
221
|
-
#, fuzzy
|
222
243
|
msgid "Scap Content Title"
|
223
|
-
msgstr "Titre"
|
244
|
+
msgstr "Titre du contenu SCAP"
|
224
245
|
|
225
|
-
#, fuzzy
|
226
246
|
msgid "Tailoring File Id"
|
227
|
-
msgstr "
|
247
|
+
msgstr "ID du fichier de personnalisation"
|
228
248
|
|
229
|
-
#, fuzzy
|
230
249
|
msgid "Tailoring File Name"
|
231
|
-
msgstr "Nom"
|
250
|
+
msgstr "Nom du fichier de personnalisation"
|
232
251
|
|
233
252
|
msgid "Tailoring file successfully created"
|
234
|
-
msgstr ""
|
253
|
+
msgstr "Fichier de personnalisation créé avec succès"
|
235
254
|
|
236
255
|
msgid "Failed to create Tailoring file"
|
237
|
-
msgstr ""
|
256
|
+
msgstr "Échec de création du fichier de personnalisation"
|
238
257
|
|
239
258
|
msgid "Tailoring file content"
|
240
|
-
msgstr ""
|
259
|
+
msgstr "Contenu du fichier de personnalisation"
|
241
260
|
|
242
261
|
msgid "Tailoring file deleted"
|
243
|
-
msgstr ""
|
262
|
+
msgstr "Fichier de personnalisation supprimé"
|
244
263
|
|
245
264
|
msgid "Could not delete Tailoring file"
|
246
|
-
msgstr ""
|
265
|
+
msgstr "Impossible de supprimer le fichier de personnalisation"
|
247
266
|
|
248
267
|
msgid "Tailoring file profiles"
|
249
|
-
msgstr ""
|
268
|
+
msgstr "Profils du fichier de personnalisation"
|
250
269
|
|
251
270
|
msgid "Tailoring file updated"
|
252
|
-
msgstr ""
|
271
|
+
msgstr "Fichier de personnalisation mis à jour"
|
253
272
|
|
254
273
|
msgid "Could not update Tailoring file"
|
255
|
-
msgstr ""
|
274
|
+
msgstr "Impossible de mettre à jour le fichier de personnalisation"
|
256
275
|
|
257
276
|
msgid "Tailoring file downloaded, saved to: "
|
258
|
-
msgstr ""
|
277
|
+
msgstr "Fichier de personnalisation téléchargé, enregistré sur :"
|
259
278
|
|
260
279
|
msgid "Could not download the Tailoring file"
|
261
|
-
msgstr ""
|
280
|
+
msgstr "Impossible de télécharger le fichier de personnalisation"
|
@@ -6,10 +6,10 @@
|
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: hammer_cli_foreman_openscap 0.
|
9
|
+
"Project-Id-Version: hammer_cli_foreman_openscap 0.2.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date:
|
12
|
-
"PO-Revision-Date:
|
11
|
+
"POT-Creation-Date: 2024-01-06 00:16+0000\n"
|
12
|
+
"PO-Revision-Date: 2024-01-06 00:16+0000\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -46,7 +46,8 @@ msgstr ""
|
|
46
46
|
#: ../lib/hammer_cli_foreman_openscap/host.rb:13
|
47
47
|
#: ../lib/hammer_cli_foreman_openscap/policy.rb:8
|
48
48
|
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:8
|
49
|
-
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:
|
49
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:47
|
50
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:69
|
50
51
|
#: ../lib/hammer_cli_foreman_openscap/scap_content_profile.rb:7
|
51
52
|
#: ../lib/hammer_cli_foreman_openscap/tailoring_file.rb:8
|
52
53
|
#: ../lib/hammer_cli_foreman_openscap/tailoring_file.rb:36
|
@@ -118,7 +119,7 @@ msgstr ""
|
|
118
119
|
msgid "Could not download the ARF report in HTML"
|
119
120
|
msgstr ""
|
120
121
|
|
121
|
-
#: ../lib/hammer_cli_foreman_openscap/commands.rb:
|
122
|
+
#: ../lib/hammer_cli_foreman_openscap/commands.rb:91
|
122
123
|
msgid "Path to directory where downloaded file will be saved"
|
123
124
|
msgstr ""
|
124
125
|
|
@@ -179,7 +180,7 @@ msgid "Name"
|
|
179
180
|
msgstr ""
|
180
181
|
|
181
182
|
#: ../lib/hammer_cli_foreman_openscap/policy.rb:10
|
182
|
-
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:
|
183
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:65
|
183
184
|
#: ../lib/hammer_cli_foreman_openscap/tailoring_file.rb:32
|
184
185
|
msgid "Created at"
|
185
186
|
msgstr ""
|
@@ -241,60 +242,85 @@ msgid "Could not update the policy"
|
|
241
242
|
msgstr ""
|
242
243
|
|
243
244
|
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:9
|
244
|
-
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:
|
245
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:48
|
246
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:71
|
245
247
|
#: ../lib/hammer_cli_foreman_openscap/scap_content_profile.rb:8
|
246
248
|
#: ../lib/hammer_cli_foreman_openscap/tailoring_file.rb:38
|
247
249
|
msgid "Title"
|
248
250
|
msgstr ""
|
249
251
|
|
250
|
-
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:
|
251
|
-
msgid "
|
252
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:10
|
253
|
+
msgid "Digest"
|
252
254
|
msgstr ""
|
253
255
|
|
254
256
|
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:16
|
257
|
+
msgid "SCAP content successfully created"
|
258
|
+
msgstr ""
|
259
|
+
|
260
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:17
|
255
261
|
msgid "Failed to create SCAP content"
|
256
262
|
msgstr ""
|
257
263
|
|
258
|
-
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:
|
259
|
-
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:
|
264
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:19
|
265
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:82
|
260
266
|
msgid "SCAP content file"
|
261
267
|
msgstr ""
|
262
268
|
|
263
|
-
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:
|
269
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:28
|
270
|
+
msgid "Scap Contents uploaded."
|
271
|
+
msgstr ""
|
272
|
+
|
273
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:29
|
274
|
+
msgid "Could not upload Scap Contents"
|
275
|
+
msgstr ""
|
276
|
+
|
277
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:45
|
278
|
+
msgid "Errors"
|
279
|
+
msgstr ""
|
280
|
+
|
281
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:46
|
282
|
+
msgid "Uploaded Scap Contents"
|
283
|
+
msgstr ""
|
284
|
+
|
285
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:49
|
286
|
+
msgid "Original Filename"
|
287
|
+
msgstr ""
|
288
|
+
|
289
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:57
|
264
290
|
msgid "SCAP content deleted"
|
265
291
|
msgstr ""
|
266
292
|
|
267
|
-
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:
|
293
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:58
|
268
294
|
msgid "Could not delete SCAP content"
|
269
295
|
msgstr ""
|
270
296
|
|
271
|
-
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:
|
297
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:66
|
272
298
|
#: ../lib/hammer_cli_foreman_openscap/tailoring_file.rb:33
|
273
299
|
msgid "Original filename"
|
274
300
|
msgstr ""
|
275
301
|
|
276
|
-
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:
|
302
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:68
|
277
303
|
msgid "SCAP content profiles"
|
278
304
|
msgstr ""
|
279
305
|
|
280
|
-
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:
|
306
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:70
|
281
307
|
#: ../lib/hammer_cli_foreman_openscap/tailoring_file.rb:37
|
282
308
|
msgid "Profile id"
|
283
309
|
msgstr ""
|
284
310
|
|
285
|
-
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:
|
311
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:79
|
286
312
|
msgid "SCAP content updated"
|
287
313
|
msgstr ""
|
288
314
|
|
289
|
-
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:
|
315
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:80
|
290
316
|
msgid "Could not update SCAP content"
|
291
317
|
msgstr ""
|
292
318
|
|
293
|
-
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:
|
319
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:89
|
294
320
|
msgid "SCAP content file downloaded, saved to: "
|
295
321
|
msgstr ""
|
296
322
|
|
297
|
-
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:
|
323
|
+
#: ../lib/hammer_cli_foreman_openscap/scap_content.rb:90
|
298
324
|
msgid "Could not download the SCAP content file"
|
299
325
|
msgstr ""
|
300
326
|
|
Binary file
|
@@ -3,18 +3,26 @@
|
|
3
3
|
# This file is distributed under the same license as the hammer_cli_foreman_openscap package.
|
4
4
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
5
|
#
|
6
|
+
# Translators:
|
7
|
+
# Giuseppe Pignataro (Fastbyte01) <rogepix@gmail.com>, 2017
|
8
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2017
|
9
|
+
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2020
|
10
|
+
#
|
11
|
+
#, fuzzy
|
6
12
|
msgid ""
|
7
13
|
msgstr ""
|
8
|
-
"Project-Id-Version: hammer_cli_foreman_openscap 0.
|
14
|
+
"Project-Id-Version: hammer_cli_foreman_openscap 0.2.0\n"
|
9
15
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"
|
11
|
-
"
|
12
|
-
"
|
16
|
+
"POT-Creation-Date: 2023-11-08 01:17+0000\n"
|
17
|
+
"PO-Revision-Date: 2017-12-01 20:56+0000\n"
|
18
|
+
"Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2020\n"
|
19
|
+
"Language-Team: Italian (https://app.transifex.com/foreman/teams/114/it/)\n"
|
13
20
|
"MIME-Version: 1.0\n"
|
14
21
|
"Content-Type: text/plain; charset=UTF-8\n"
|
15
22
|
"Content-Transfer-Encoding: 8bit\n"
|
16
23
|
"Language: it\n"
|
17
|
-
"Plural-Forms: nplurals=
|
24
|
+
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? "
|
25
|
+
"1 : 2;\n"
|
18
26
|
|
19
27
|
msgid "Manipulate compliance reports"
|
20
28
|
msgstr ""
|
@@ -40,9 +48,8 @@ msgstr "Id"
|
|
40
48
|
msgid "Reported at"
|
41
49
|
msgstr "Riportato"
|
42
50
|
|
43
|
-
#, fuzzy
|
44
51
|
msgid "Host name"
|
45
|
-
msgstr "
|
52
|
+
msgstr "Hostname"
|
46
53
|
|
47
54
|
msgid "OpenSCAP proxy name"
|
48
55
|
msgstr ""
|
@@ -65,9 +72,8 @@ msgstr ""
|
|
65
72
|
msgid "OpenSCAP proxy Id"
|
66
73
|
msgstr ""
|
67
74
|
|
68
|
-
#, fuzzy
|
69
75
|
msgid "Policy Id"
|
70
|
-
msgstr "
|
76
|
+
msgstr ""
|
71
77
|
|
72
78
|
msgid "ARF report deleted"
|
73
79
|
msgstr ""
|
@@ -90,9 +96,8 @@ msgstr ""
|
|
90
96
|
msgid "Path to directory where downloaded file will be saved"
|
91
97
|
msgstr ""
|
92
98
|
|
93
|
-
#, fuzzy
|
94
99
|
msgid "Profile Id"
|
95
|
-
msgstr "
|
100
|
+
msgstr ""
|
96
101
|
|
97
102
|
msgid "Content path"
|
98
103
|
msgstr ""
|
@@ -178,6 +183,9 @@ msgstr ""
|
|
178
183
|
msgid "Title"
|
179
184
|
msgstr "Titolo"
|
180
185
|
|
186
|
+
msgid "Digest"
|
187
|
+
msgstr ""
|
188
|
+
|
181
189
|
msgid "SCAP content successfully created"
|
182
190
|
msgstr ""
|
183
191
|
|
@@ -187,6 +195,21 @@ msgstr ""
|
|
187
195
|
msgid "SCAP content file"
|
188
196
|
msgstr ""
|
189
197
|
|
198
|
+
msgid "Scap Contents uploaded."
|
199
|
+
msgstr ""
|
200
|
+
|
201
|
+
msgid "Could not upload Scap Contents"
|
202
|
+
msgstr ""
|
203
|
+
|
204
|
+
msgid "Errors"
|
205
|
+
msgstr ""
|
206
|
+
|
207
|
+
msgid "Uploaded Scap Contents"
|
208
|
+
msgstr ""
|
209
|
+
|
210
|
+
msgid "Original Filename"
|
211
|
+
msgstr ""
|
212
|
+
|
190
213
|
msgid "SCAP content deleted"
|
191
214
|
msgstr ""
|
192
215
|
|
@@ -214,21 +237,17 @@ msgstr ""
|
|
214
237
|
msgid "Could not download the SCAP content file"
|
215
238
|
msgstr ""
|
216
239
|
|
217
|
-
#, fuzzy
|
218
240
|
msgid "Scap Content Id"
|
219
|
-
msgstr "
|
241
|
+
msgstr ""
|
220
242
|
|
221
|
-
#, fuzzy
|
222
243
|
msgid "Scap Content Title"
|
223
|
-
msgstr "
|
244
|
+
msgstr ""
|
224
245
|
|
225
|
-
#, fuzzy
|
226
246
|
msgid "Tailoring File Id"
|
227
|
-
msgstr "
|
247
|
+
msgstr ""
|
228
248
|
|
229
|
-
#, fuzzy
|
230
249
|
msgid "Tailoring File Name"
|
231
|
-
msgstr "
|
250
|
+
msgstr ""
|
232
251
|
|
233
252
|
msgid "Tailoring file successfully created"
|
234
253
|
msgstr ""
|
Binary file
|