foreman_openscap 1.0.10 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/compliance/policies_controller.rb +1 -1
- data/app/controllers/policies_controller.rb +1 -1
- data/app/helpers/compliance_hosts_helper.rb +23 -0
- data/app/helpers/concerns/foreman_openscap/hosts_helper_extensions.rb +0 -6
- data/app/helpers/foreman_openscap_helper.rb +2 -10
- data/app/models/concerns/foreman_openscap/host_extensions.rb +1 -1
- data/app/models/foreman_openscap/policy.rb +12 -0
- data/lib/foreman_openscap/engine.rb +6 -4
- data/lib/foreman_openscap/version.rb +1 -1
- data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/de/foreman_openscap.po +401 -228
- data/locale/en_GB/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/en_GB/foreman_openscap.po +214 -43
- data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/es/foreman_openscap.po +446 -273
- data/locale/foreman_openscap.pot +275 -51
- data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/fr/foreman_openscap.po +453 -274
- data/locale/gl/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/gl/foreman_openscap.po +227 -56
- data/locale/it/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/it/foreman_openscap.po +250 -78
- data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ja/foreman_openscap.po +445 -272
- data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ko/foreman_openscap.po +321 -150
- data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/pt_BR/foreman_openscap.po +448 -270
- data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/ru/foreman_openscap.po +329 -155
- data/locale/sv_SE/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/sv_SE/foreman_openscap.po +227 -56
- data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_CN/foreman_openscap.po +445 -271
- data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
- data/locale/zh_TW/foreman_openscap.po +318 -146
- data/test/unit/concerns/host_extensions_test.rb +7 -0
- data/test/unit/policy_test.rb +19 -0
- metadata +8 -23
- data/app/overrides/hosts/overview/host_compliance_status.rb +0 -4
- data/app/views/compliance_hosts/_compliance_status.erb +0 -6
- data/locale/de/foreman_openscap.edit.po +0 -0
- data/locale/en_GB/foreman_openscap.edit.po +0 -0
- data/locale/es/foreman_openscap.edit.po +0 -0
- data/locale/fr/foreman_openscap.edit.po +0 -0
- data/locale/gl/foreman_openscap.edit.po +0 -0
- data/locale/it/foreman_openscap.edit.po +0 -0
- data/locale/ja/foreman_openscap.edit.po +0 -0
- data/locale/ko/foreman_openscap.edit.po +0 -0
- data/locale/pt_BR/foreman_openscap.edit.po +0 -0
- data/locale/ru/foreman_openscap.edit.po +0 -0
- data/locale/sv_SE/foreman_openscap.edit.po +0 -0
- data/locale/zh_CN/foreman_openscap.edit.po +0 -0
- data/locale/zh_TW/foreman_openscap.edit.po +0 -0
Binary file
|
@@ -1,22 +1,25 @@
|
|
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>, 2016.
|
5
4
|
#
|
5
|
+
# Translators:
|
6
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016
|
7
|
+
# Yulia <yulia.poyarkova@redhat.com>, 2016
|
6
8
|
msgid ""
|
7
9
|
msgstr ""
|
8
|
-
"Project-Id-Version:
|
10
|
+
"Project-Id-Version: Foreman\n"
|
9
11
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"PO-Revision-Date:
|
11
|
-
"Last-Translator:
|
12
|
-
"Language-Team: Russian
|
13
|
-
"
|
12
|
+
"PO-Revision-Date: 2019-09-05 20:17+0000\n"
|
13
|
+
"Last-Translator: Lukáš Zapletal\n"
|
14
|
+
"Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)"
|
15
|
+
"\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
|
-
"
|
18
|
-
"
|
19
|
-
"
|
19
|
+
"Language: ru\n"
|
20
|
+
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
|
21
|
+
"4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=1"
|
22
|
+
"1 && n%100<=14)? 2 : 3);\n"
|
20
23
|
|
21
24
|
msgid " for policy %s"
|
22
25
|
msgstr ""
|
@@ -25,7 +28,7 @@ msgid " through %s"
|
|
25
28
|
msgstr ""
|
26
29
|
|
27
30
|
msgid "%s - The following compliance reports are about to be changed"
|
28
|
-
msgstr ""
|
31
|
+
msgstr "%s: отчеты будут изменены"
|
29
32
|
|
30
33
|
msgid "%s compliance report by policy"
|
31
34
|
msgid_plural "%s compliance reports by policy"
|
@@ -33,13 +36,13 @@ msgstr[0] ""
|
|
33
36
|
msgstr[1] ""
|
34
37
|
|
35
38
|
msgid "%s compliance reports by policy"
|
36
|
-
msgstr ""
|
39
|
+
msgstr "%s отчетов по политике"
|
37
40
|
|
38
41
|
msgid "%s latest report"
|
39
|
-
msgstr ""
|
42
|
+
msgstr "Последний отчет %s"
|
40
43
|
|
41
44
|
msgid "%s reports over time"
|
42
|
-
msgstr ""
|
45
|
+
msgstr "Распределение отчетов %s по времени"
|
43
46
|
|
44
47
|
msgid "%s spool errors detected, inspect the appropriate file directly on proxy"
|
45
48
|
msgstr ""
|
@@ -53,14 +56,17 @@ msgstr ""
|
|
53
56
|
msgid "A summary of reports for OpenSCAP policies"
|
54
57
|
msgstr ""
|
55
58
|
|
56
|
-
msgid "
|
59
|
+
msgid "Abstract async task"
|
57
60
|
msgstr ""
|
58
61
|
|
62
|
+
msgid "Action with sub plans"
|
63
|
+
msgstr "Действия с подпланами"
|
64
|
+
|
59
65
|
msgid "Actions"
|
60
|
-
msgstr ""
|
66
|
+
msgstr "Действия"
|
61
67
|
|
62
68
|
msgid "All messages"
|
63
|
-
msgstr ""
|
69
|
+
msgstr "Все сообщения"
|
64
70
|
|
65
71
|
msgid "Ansible role"
|
66
72
|
msgstr ""
|
@@ -75,14 +81,23 @@ msgid "Apply policy to hosts"
|
|
75
81
|
msgstr ""
|
76
82
|
|
77
83
|
msgid "Assign Compliance Policy"
|
84
|
+
msgstr "Выбрать политику"
|
85
|
+
|
86
|
+
msgid "Attach subscriptions"
|
78
87
|
msgstr ""
|
79
88
|
|
80
|
-
msgid "
|
89
|
+
msgid "Auto attach subscriptions"
|
81
90
|
msgstr ""
|
82
91
|
|
83
|
-
msgid "
|
92
|
+
msgid "Auto-attach subscriptions"
|
84
93
|
msgstr ""
|
85
94
|
|
95
|
+
msgid "Back"
|
96
|
+
msgstr "Назад"
|
97
|
+
|
98
|
+
msgid "Cancel"
|
99
|
+
msgstr "Отмена"
|
100
|
+
|
86
101
|
msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
|
87
102
|
msgstr ""
|
88
103
|
|
@@ -93,13 +108,13 @@ msgid "Change OpenSCAP Proxy"
|
|
93
108
|
msgstr ""
|
94
109
|
|
95
110
|
msgid "Changed"
|
96
|
-
msgstr ""
|
111
|
+
msgstr "Изменился"
|
97
112
|
|
98
113
|
msgid "Changed file does not include existing SCAP content profiles"
|
99
114
|
msgstr ""
|
100
115
|
|
101
116
|
msgid "Changed?"
|
102
|
-
msgstr ""
|
117
|
+
msgstr "Изменился?"
|
103
118
|
|
104
119
|
msgid "Choose Tailoring File"
|
105
120
|
msgstr ""
|
@@ -108,49 +123,46 @@ msgid "Choose day in month"
|
|
108
123
|
msgstr ""
|
109
124
|
|
110
125
|
msgid "Choose existing SCAP Content"
|
111
|
-
msgstr ""
|
126
|
+
msgstr "Выберите существующее описание SCAP"
|
112
127
|
|
113
128
|
msgid "Choose period"
|
114
|
-
msgstr ""
|
129
|
+
msgstr "Выберите период"
|
115
130
|
|
116
131
|
msgid "Choose weekday"
|
132
|
+
msgstr "Выберите день недели"
|
133
|
+
|
134
|
+
msgid "Combined Profile Update"
|
117
135
|
msgstr ""
|
118
136
|
|
119
137
|
msgid "Compliance"
|
120
|
-
msgstr ""
|
138
|
+
msgstr "Соответствие стандартам"
|
121
139
|
|
122
140
|
msgid "Compliance Hosts"
|
123
141
|
msgstr ""
|
124
142
|
|
125
143
|
msgid "Compliance Policies"
|
126
|
-
msgstr ""
|
144
|
+
msgstr "Политика соответствия нормам безопасности"
|
127
145
|
|
128
146
|
msgid "Compliance Reports"
|
129
|
-
msgstr ""
|
147
|
+
msgstr "Отчеты о соответствии"
|
130
148
|
|
131
149
|
msgid "Compliance Reports Breakdown"
|
132
150
|
msgstr ""
|
133
151
|
|
134
|
-
msgid "Compliance Status"
|
135
|
-
msgstr ""
|
136
|
-
|
137
152
|
msgid "Compliance policy summary"
|
138
153
|
msgstr ""
|
139
154
|
|
140
155
|
msgid "Compliance policy: %s"
|
141
|
-
msgstr ""
|
142
|
-
|
143
|
-
msgid "Compliance reports breakdown"
|
144
|
-
msgstr ""
|
156
|
+
msgstr "Политика: %s"
|
145
157
|
|
146
158
|
msgid "Compliant"
|
147
|
-
msgstr ""
|
159
|
+
msgstr "Соответствует"
|
148
160
|
|
149
161
|
msgid "Compliant hosts"
|
150
|
-
msgstr ""
|
162
|
+
msgstr "Узлы, соответствующие нормам SCAP"
|
151
163
|
|
152
164
|
msgid "Compliant with the policy"
|
153
|
-
msgstr ""
|
165
|
+
msgstr "Соответствует требованиям политики"
|
154
166
|
|
155
167
|
msgid "Could not find host identified by: %s"
|
156
168
|
msgstr ""
|
@@ -161,53 +173,62 @@ msgstr ""
|
|
161
173
|
msgid "Could not validate %{file_type}. Error %{error}"
|
162
174
|
msgstr ""
|
163
175
|
|
164
|
-
msgid "Create
|
176
|
+
msgid "Create"
|
165
177
|
msgstr ""
|
166
178
|
|
167
|
-
msgid "Create
|
179
|
+
msgid "Create Package Group"
|
168
180
|
msgstr ""
|
169
181
|
|
170
|
-
msgid "Create
|
182
|
+
msgid "Create SCAP content"
|
183
|
+
msgstr "Создать описание SCAP"
|
184
|
+
|
185
|
+
msgid "Create a Policy"
|
171
186
|
msgstr ""
|
172
187
|
|
173
|
-
msgid "Create
|
188
|
+
msgid "Create a Tailoring file"
|
174
189
|
msgstr ""
|
175
190
|
|
176
191
|
msgid "Dashboard"
|
177
|
-
msgstr ""
|
192
|
+
msgstr "Обзор"
|
178
193
|
|
179
194
|
msgid "DataStream Tailoring file"
|
180
195
|
msgstr ""
|
181
196
|
|
182
197
|
msgid "Date"
|
183
|
-
msgstr ""
|
198
|
+
msgstr "Дата"
|
184
199
|
|
185
200
|
msgid "Default XCCDF profile"
|
186
|
-
msgstr ""
|
201
|
+
msgstr "Профиль XCCDF по умолчанию"
|
187
202
|
|
188
203
|
msgid "Delete"
|
204
|
+
msgstr "Удалить"
|
205
|
+
|
206
|
+
msgid "Delete Activation Key"
|
189
207
|
msgstr ""
|
190
208
|
|
191
|
-
msgid "Delete
|
209
|
+
msgid "Delete Lifecycle Environment"
|
192
210
|
msgstr ""
|
193
211
|
|
194
|
-
msgid "Delete
|
212
|
+
msgid "Delete Package Group"
|
195
213
|
msgstr ""
|
196
214
|
|
197
|
-
msgid "Delete
|
215
|
+
msgid "Delete Product"
|
198
216
|
msgstr ""
|
199
217
|
|
200
|
-
msgid "Delete
|
218
|
+
msgid "Delete a Policy"
|
201
219
|
msgstr ""
|
202
220
|
|
203
|
-
msgid "Delete
|
221
|
+
msgid "Delete an ARF Report"
|
204
222
|
msgstr ""
|
205
223
|
|
206
|
-
msgid "Delete
|
224
|
+
msgid "Delete compliance policy %s with all of its reports?"
|
207
225
|
msgstr ""
|
208
226
|
|
227
|
+
msgid "Delete compliance report for %s?"
|
228
|
+
msgstr "Удалить отчет %s?"
|
229
|
+
|
209
230
|
msgid "Delete reports"
|
210
|
-
msgstr ""
|
231
|
+
msgstr "Удалить отчеты"
|
211
232
|
|
212
233
|
msgid "Delete scap content %s?"
|
213
234
|
msgstr ""
|
@@ -222,20 +243,32 @@ msgid "Deletes a Tailoring file"
|
|
222
243
|
msgstr ""
|
223
244
|
|
224
245
|
msgid "Deletes an SCAP content"
|
225
|
-
msgstr ""
|
246
|
+
msgstr "Удалить описание SCAP"
|
226
247
|
|
227
248
|
msgid "Deployment Options"
|
228
249
|
msgstr ""
|
229
250
|
|
230
251
|
msgid "Description"
|
252
|
+
msgstr "Описание"
|
253
|
+
|
254
|
+
msgid "Destroy"
|
231
255
|
msgstr ""
|
232
256
|
|
233
|
-
msgid "
|
257
|
+
msgid "Destroy Content Host"
|
234
258
|
msgstr ""
|
235
259
|
|
236
|
-
msgid "
|
260
|
+
msgid "Disable"
|
261
|
+
msgstr ""
|
262
|
+
|
263
|
+
msgid "Discover"
|
237
264
|
msgstr ""
|
238
265
|
|
266
|
+
msgid "Documentation"
|
267
|
+
msgstr "Справка"
|
268
|
+
|
269
|
+
msgid "Download"
|
270
|
+
msgstr "Загрузить"
|
271
|
+
|
239
272
|
msgid "Download ARF report in HTML"
|
240
273
|
msgstr ""
|
241
274
|
|
@@ -243,7 +276,7 @@ msgid "Download HTML"
|
|
243
276
|
msgstr ""
|
244
277
|
|
245
278
|
msgid "Download XML in bzip"
|
246
|
-
msgstr ""
|
279
|
+
msgstr "Загрузить XML в формате bzip"
|
247
280
|
|
248
281
|
msgid "Download a Tailoring file as XML"
|
249
282
|
msgstr ""
|
@@ -255,10 +288,10 @@ msgid "Download bzipped ARF report"
|
|
255
288
|
msgstr ""
|
256
289
|
|
257
290
|
msgid "Edit Compliance Policy"
|
258
|
-
msgstr ""
|
291
|
+
msgstr "Изменить политику"
|
259
292
|
|
260
293
|
msgid "Edit SCAP Content"
|
261
|
-
msgstr ""
|
294
|
+
msgstr "Изменить описание SCAP"
|
262
295
|
|
263
296
|
msgid "Edit Tailoring File"
|
264
297
|
msgstr ""
|
@@ -266,17 +299,26 @@ msgstr ""
|
|
266
299
|
msgid "Effective Profile"
|
267
300
|
msgstr ""
|
268
301
|
|
269
|
-
msgid "
|
302
|
+
msgid "Enable"
|
270
303
|
msgstr ""
|
271
304
|
|
272
|
-
msgid "
|
305
|
+
msgid "Errata mail"
|
273
306
|
msgstr ""
|
274
307
|
|
275
|
-
msgid "
|
308
|
+
msgid "Export"
|
276
309
|
msgstr ""
|
277
310
|
|
311
|
+
msgid "Failed"
|
312
|
+
msgstr "Неудачно"
|
313
|
+
|
314
|
+
msgid "Failed and Othered"
|
315
|
+
msgstr "«Неудачно» и «Другое»"
|
316
|
+
|
317
|
+
msgid "Failed only"
|
318
|
+
msgstr "Только «Неудачно»"
|
319
|
+
|
278
320
|
msgid "Failed to delete %s compliance reports"
|
279
|
-
msgstr ""
|
321
|
+
msgstr "Некоторые отчеты не были удалены (всего %s)"
|
280
322
|
|
281
323
|
msgid "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
|
282
324
|
msgstr ""
|
@@ -298,52 +340,58 @@ msgstr ""
|
|
298
340
|
|
299
341
|
#. TRANSLATORS: initial character of Failed
|
300
342
|
msgid "Failed|F"
|
343
|
+
msgstr "Н"
|
344
|
+
|
345
|
+
msgid "Fetch pxe files"
|
301
346
|
msgstr ""
|
302
347
|
|
303
348
|
msgid "File Upload"
|
349
|
+
msgstr "Добавить файл"
|
350
|
+
|
351
|
+
msgid "Filtered index content"
|
304
352
|
msgstr ""
|
305
353
|
|
306
354
|
msgid "Full Report"
|
307
355
|
msgstr ""
|
308
356
|
|
309
357
|
msgid "General"
|
310
|
-
msgstr ""
|
358
|
+
msgstr "Общие"
|
311
359
|
|
312
360
|
msgid "Host"
|
313
|
-
msgstr ""
|
361
|
+
msgstr "Узел"
|
314
362
|
|
315
363
|
msgid "Host Breakdown Chart"
|
316
|
-
msgstr ""
|
364
|
+
msgstr "График распределения по узлам"
|
317
365
|
|
318
366
|
msgid "Host Groups"
|
319
|
-
msgstr ""
|
367
|
+
msgstr "Группы узлов"
|
320
368
|
|
321
369
|
msgid "Host compliance details"
|
322
|
-
msgstr ""
|
370
|
+
msgstr "Соответствие узла нормам безопасности"
|
323
371
|
|
324
372
|
msgid "Host details"
|
325
|
-
msgstr ""
|
373
|
+
msgstr "Свойства узла"
|
326
374
|
|
327
375
|
msgid "Host does not exist anymore"
|
328
|
-
msgstr ""
|
376
|
+
msgstr "Этого узла больше не существует"
|
329
377
|
|
330
378
|
msgid "Host is assigned to policy"
|
331
379
|
msgstr ""
|
332
380
|
|
333
381
|
msgid "Host is deleted"
|
334
|
-
msgstr ""
|
382
|
+
msgstr "Узел удален"
|
335
383
|
|
336
384
|
msgid "Host is not assigned to policy but reports were found. You may want to delete the reports or assign the policy again."
|
337
385
|
msgstr ""
|
338
386
|
|
339
387
|
msgid "Hostgroups"
|
340
|
-
msgstr ""
|
388
|
+
msgstr "Группы узлов"
|
341
389
|
|
342
390
|
msgid "Hostname"
|
343
|
-
msgstr ""
|
391
|
+
msgstr "Имя узла"
|
344
392
|
|
345
393
|
msgid "Hosts Breakdown"
|
346
|
-
msgstr ""
|
394
|
+
msgstr "Распределение по узлам"
|
347
395
|
|
348
396
|
msgid "Hosts failing this rule"
|
349
397
|
msgstr ""
|
@@ -360,14 +408,20 @@ msgstr ""
|
|
360
408
|
msgid "How the policy should be deployed"
|
361
409
|
msgstr ""
|
362
410
|
|
411
|
+
msgid "Hypervisors"
|
412
|
+
msgstr ""
|
413
|
+
|
414
|
+
msgid "Hypervisors update"
|
415
|
+
msgstr ""
|
416
|
+
|
363
417
|
msgid "ID of OpenSCAP Proxy"
|
364
418
|
msgstr ""
|
365
419
|
|
366
420
|
msgid "Import Puppet classes"
|
367
|
-
msgstr ""
|
421
|
+
msgstr "Импорт классов Puppet"
|
368
422
|
|
369
423
|
msgid "Import facts"
|
370
|
-
msgstr ""
|
424
|
+
msgstr "Импорт фактов"
|
371
425
|
|
372
426
|
msgid "In Foreman, a compliance policy checklist is defined via %s."
|
373
427
|
msgstr ""
|
@@ -383,15 +437,48 @@ msgid ""
|
|
383
437
|
msgstr ""
|
384
438
|
|
385
439
|
msgid "Incompliant"
|
386
|
-
msgstr ""
|
440
|
+
msgstr "Не соответствует"
|
387
441
|
|
388
442
|
msgid "Incompliant hosts"
|
389
|
-
msgstr ""
|
443
|
+
msgstr "Узлы, не соответствующие нормам SCAP"
|
390
444
|
|
391
445
|
msgid "Inconclusive"
|
392
|
-
msgstr ""
|
446
|
+
msgstr "Неопределенный результат"
|
393
447
|
|
394
448
|
msgid "Inconclusive results"
|
449
|
+
msgstr "Неопределенные результаты"
|
450
|
+
|
451
|
+
msgid "Incremental Update"
|
452
|
+
msgstr ""
|
453
|
+
|
454
|
+
msgid "Incremental Update of Content View Version(s) "
|
455
|
+
msgstr ""
|
456
|
+
|
457
|
+
msgid "Index content"
|
458
|
+
msgstr ""
|
459
|
+
|
460
|
+
msgid "Index errata"
|
461
|
+
msgstr ""
|
462
|
+
|
463
|
+
msgid "Index module streams"
|
464
|
+
msgstr ""
|
465
|
+
|
466
|
+
msgid "Index package groups"
|
467
|
+
msgstr ""
|
468
|
+
|
469
|
+
msgid "Install Applicable Errata"
|
470
|
+
msgstr ""
|
471
|
+
|
472
|
+
msgid "Install erratum"
|
473
|
+
msgstr ""
|
474
|
+
|
475
|
+
msgid "Install package"
|
476
|
+
msgstr ""
|
477
|
+
|
478
|
+
msgid "Install package group"
|
479
|
+
msgstr ""
|
480
|
+
|
481
|
+
msgid "Instance update"
|
395
482
|
msgstr ""
|
396
483
|
|
397
484
|
msgid "It may sometimes be required to adjust the security policy to your specific needs. "
|
@@ -401,7 +488,7 @@ msgid "Latest Compliance Reports"
|
|
401
488
|
msgstr ""
|
402
489
|
|
403
490
|
msgid "Latest reports for policy: %s"
|
404
|
-
msgstr ""
|
491
|
+
msgstr "Последние отчеты для %s"
|
405
492
|
|
406
493
|
msgid "List ARF reports"
|
407
494
|
msgstr ""
|
@@ -410,28 +497,28 @@ msgid "List Policies"
|
|
410
497
|
msgstr ""
|
411
498
|
|
412
499
|
msgid "List SCAP contents"
|
413
|
-
msgstr ""
|
500
|
+
msgstr "Возвращает список файлов описания SCAP"
|
414
501
|
|
415
502
|
msgid "List Tailoring files"
|
416
503
|
msgstr ""
|
417
504
|
|
418
505
|
msgid "Loading..."
|
419
|
-
msgstr ""
|
506
|
+
msgstr "Загрузка..."
|
420
507
|
|
421
508
|
msgid "Locations"
|
422
|
-
msgstr ""
|
509
|
+
msgstr "Местоположение"
|
423
510
|
|
424
511
|
msgid "Message"
|
425
|
-
msgstr ""
|
512
|
+
msgstr "Сообщение"
|
426
513
|
|
427
514
|
msgid "More details"
|
428
|
-
msgstr ""
|
515
|
+
msgstr "Подробности"
|
429
516
|
|
430
517
|
msgid "Never audited"
|
431
|
-
msgstr ""
|
518
|
+
msgstr "Никогда не проверялись"
|
432
519
|
|
433
520
|
msgid "New Compliance Policy"
|
434
|
-
msgstr ""
|
521
|
+
msgstr "Новая политика"
|
435
522
|
|
436
523
|
msgid "New Policy"
|
437
524
|
msgstr ""
|
@@ -443,13 +530,13 @@ msgid "New Tailoring File"
|
|
443
530
|
msgstr ""
|
444
531
|
|
445
532
|
msgid "Next"
|
446
|
-
msgstr ""
|
533
|
+
msgstr "Далее"
|
447
534
|
|
448
535
|
msgid "No"
|
449
|
-
msgstr ""
|
536
|
+
msgstr "Нет"
|
450
537
|
|
451
538
|
msgid "No ARF reports for this policy"
|
452
|
-
msgstr ""
|
539
|
+
msgstr "Нет отчетов ARF для этой политики"
|
453
540
|
|
454
541
|
msgid "No OpenSCAP Proxy selected."
|
455
542
|
msgstr ""
|
@@ -461,10 +548,10 @@ msgid "No Tailoring file assigned for policy with id %s"
|
|
461
548
|
msgstr ""
|
462
549
|
|
463
550
|
msgid "No available proxy to validate. Returned with error: %s"
|
464
|
-
msgstr ""
|
551
|
+
msgstr "Нет доступных прокси для проведения проверки. Ошибка: %s"
|
465
552
|
|
466
553
|
msgid "No compliance policy selected."
|
467
|
-
msgstr ""
|
554
|
+
msgstr "Политика соответствий не выбрана."
|
468
555
|
|
469
556
|
msgid "No compliance reports selected"
|
470
557
|
msgstr ""
|
@@ -473,10 +560,10 @@ msgid "No compliance reports were found."
|
|
473
560
|
msgstr ""
|
474
561
|
|
475
562
|
msgid "No hosts selected"
|
476
|
-
msgstr ""
|
563
|
+
msgstr "Не выбран узел"
|
477
564
|
|
478
565
|
msgid "No hosts were found."
|
479
|
-
msgstr ""
|
566
|
+
msgstr "Узлов не найдено."
|
480
567
|
|
481
568
|
msgid "No proxy found for %{name} or %{url}"
|
482
569
|
msgstr ""
|
@@ -491,43 +578,43 @@ msgid "No proxy with OpenSCAP feature was found."
|
|
491
578
|
msgstr ""
|
492
579
|
|
493
580
|
msgid "No report for this policy"
|
494
|
-
msgstr ""
|
581
|
+
msgstr "Нет отчетов"
|
495
582
|
|
496
583
|
msgid "No reports available"
|
497
|
-
msgstr ""
|
584
|
+
msgstr "Нет отчетов"
|
498
585
|
|
499
586
|
msgid "No valid policy ID provided"
|
500
587
|
msgstr ""
|
501
588
|
|
502
589
|
msgid "None"
|
503
|
-
msgstr ""
|
590
|
+
msgstr "Нет"
|
504
591
|
|
505
592
|
msgid "None found"
|
506
|
-
msgstr ""
|
593
|
+
msgstr "Не найдено"
|
507
594
|
|
508
595
|
msgid "None!"
|
509
|
-
msgstr ""
|
596
|
+
msgstr "Нет."
|
510
597
|
|
511
598
|
msgid "Not audited"
|
512
|
-
msgstr ""
|
599
|
+
msgstr "Не проверялся"
|
513
600
|
|
514
601
|
msgid "Not compliant with the policy"
|
515
|
-
msgstr ""
|
602
|
+
msgstr "Не соответствует требованиям политики"
|
516
603
|
|
517
604
|
msgid "Nothing to show"
|
518
|
-
msgstr ""
|
605
|
+
msgstr "Нет результатов"
|
519
606
|
|
520
607
|
msgid "Number of Events"
|
521
|
-
msgstr ""
|
608
|
+
msgstr "Количество событий"
|
522
609
|
|
523
610
|
msgid "Number of a day in month, note that not all months have same count of days"
|
524
|
-
msgstr ""
|
611
|
+
msgstr "Порядковый номер дня в месяце (количество дней в разных месяцах может отличаться)"
|
525
612
|
|
526
613
|
msgid "Once SCAP content is present, you can create a policy, assign select host groups and schedule to run."
|
527
614
|
msgstr ""
|
528
615
|
|
529
616
|
msgid "OpenSCAP Proxy"
|
530
|
-
msgstr ""
|
617
|
+
msgstr "Прокси OpenSCAP"
|
531
618
|
|
532
619
|
msgid "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Leave blank and override appropriate parameters when using proxy load balancer."
|
533
620
|
msgstr ""
|
@@ -536,42 +623,45 @@ msgid "Openscap Proxy"
|
|
536
623
|
msgstr ""
|
537
624
|
|
538
625
|
msgid "Organizations"
|
539
|
-
msgstr ""
|
626
|
+
msgstr "Организации"
|
540
627
|
|
541
628
|
msgid "Original file name of the XML file"
|
542
629
|
msgstr ""
|
543
630
|
|
544
631
|
msgid "Other"
|
545
|
-
msgstr ""
|
632
|
+
msgstr "Другое"
|
546
633
|
|
547
634
|
msgid "Othered"
|
548
|
-
msgstr ""
|
635
|
+
msgstr "Другое"
|
549
636
|
|
550
637
|
#. TRANSLATORS: initial character of Othered which is an SCAP term
|
551
638
|
msgid "Othered|O"
|
639
|
+
msgstr "Д"
|
640
|
+
|
641
|
+
msgid "Package Profile Update"
|
552
642
|
msgstr ""
|
553
643
|
|
554
644
|
msgid "Passed"
|
555
|
-
msgstr ""
|
645
|
+
msgstr "Успешно"
|
556
646
|
|
557
647
|
#. TRANSLATORS: initial character of Passed
|
558
648
|
msgid "Passed|P"
|
559
|
-
msgstr ""
|
649
|
+
msgstr "У"
|
560
650
|
|
561
651
|
msgid "Please Confirm"
|
562
|
-
msgstr ""
|
652
|
+
msgstr "Подтвердите"
|
563
653
|
|
564
654
|
msgid "Policies"
|
565
|
-
msgstr ""
|
655
|
+
msgstr "Политика"
|
566
656
|
|
567
657
|
msgid "Policies with hosts:"
|
568
|
-
msgstr ""
|
658
|
+
msgstr "Политики безопасности с узлами:"
|
569
659
|
|
570
660
|
msgid "Policy"
|
571
|
-
msgstr ""
|
661
|
+
msgstr "Политика"
|
572
662
|
|
573
663
|
msgid "Policy %s"
|
574
|
-
msgstr ""
|
664
|
+
msgstr "Политика %s"
|
575
665
|
|
576
666
|
msgid "Policy Attributes"
|
577
667
|
msgstr ""
|
@@ -586,13 +676,13 @@ msgid "Policy assigned"
|
|
586
676
|
msgstr ""
|
587
677
|
|
588
678
|
msgid "Policy description"
|
589
|
-
msgstr ""
|
679
|
+
msgstr "Описание политики"
|
590
680
|
|
591
681
|
msgid "Policy is missing"
|
592
682
|
msgstr ""
|
593
683
|
|
594
684
|
msgid "Policy name"
|
595
|
-
msgstr ""
|
685
|
+
msgstr "Название политики"
|
596
686
|
|
597
687
|
msgid "Policy schedule cron line (only if period == \"custom\")"
|
598
688
|
msgstr ""
|
@@ -609,34 +699,76 @@ msgstr ""
|
|
609
699
|
msgid "Policy with id %s not found."
|
610
700
|
msgstr ""
|
611
701
|
|
702
|
+
msgid "Product Create"
|
703
|
+
msgstr ""
|
704
|
+
|
705
|
+
msgid "Promote"
|
706
|
+
msgstr ""
|
707
|
+
|
708
|
+
msgid "Promotion to Environment"
|
709
|
+
msgstr ""
|
710
|
+
|
612
711
|
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."
|
613
712
|
msgstr ""
|
614
713
|
|
615
|
-
msgid "
|
714
|
+
msgid "Publish"
|
616
715
|
msgstr ""
|
617
716
|
|
618
|
-
msgid "
|
717
|
+
msgid "Publish Lifecycle Environment Repositories"
|
619
718
|
msgstr ""
|
620
719
|
|
720
|
+
msgid "Puppet class"
|
721
|
+
msgstr "Класс Puppet"
|
722
|
+
|
723
|
+
msgid "Rationale"
|
724
|
+
msgstr "Обоснование"
|
725
|
+
|
621
726
|
msgid "References"
|
727
|
+
msgstr "Ссылки"
|
728
|
+
|
729
|
+
msgid "Reindex subscriptions"
|
622
730
|
msgstr ""
|
623
731
|
|
624
732
|
msgid "Remote action:"
|
733
|
+
msgstr "Удаленное действие:"
|
734
|
+
|
735
|
+
msgid "Remove Content"
|
625
736
|
msgstr ""
|
626
737
|
|
627
|
-
msgid "
|
738
|
+
msgid "Remove Version"
|
628
739
|
msgstr ""
|
629
740
|
|
630
|
-
msgid "
|
741
|
+
msgid "Remove Versions and Associations"
|
631
742
|
msgstr ""
|
632
743
|
|
633
|
-
msgid "
|
744
|
+
msgid "Remove from Environment"
|
634
745
|
msgstr ""
|
635
746
|
|
747
|
+
msgid "Remove package"
|
748
|
+
msgstr ""
|
749
|
+
|
750
|
+
msgid "Remove package group"
|
751
|
+
msgstr ""
|
752
|
+
|
753
|
+
msgid "Remove subscriptions"
|
754
|
+
msgstr ""
|
755
|
+
|
756
|
+
msgid "Report Metrics"
|
757
|
+
msgstr "Метрика"
|
758
|
+
|
759
|
+
msgid "Report Status"
|
760
|
+
msgstr "Состояние"
|
761
|
+
|
762
|
+
msgid "Reported At"
|
763
|
+
msgstr "Получено"
|
764
|
+
|
636
765
|
msgid "Reported at %s"
|
637
766
|
msgstr ""
|
638
767
|
|
639
768
|
msgid "Reports"
|
769
|
+
msgstr "Отчеты"
|
770
|
+
|
771
|
+
msgid "Republish Version Repositories"
|
640
772
|
msgstr ""
|
641
773
|
|
642
774
|
msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
|
@@ -646,31 +778,37 @@ msgid "Required %{msg_name} %{class} was not found, please ensure it is imported
|
|
646
778
|
msgstr ""
|
647
779
|
|
648
780
|
msgid "Resource"
|
649
|
-
msgstr ""
|
781
|
+
msgstr "Источник"
|
650
782
|
|
651
783
|
msgid "Result"
|
784
|
+
msgstr "Результат"
|
785
|
+
|
786
|
+
msgid "Rule Results"
|
652
787
|
msgstr ""
|
653
788
|
|
654
789
|
msgid "Run OpenSCAP scan"
|
655
790
|
msgstr ""
|
656
791
|
|
657
|
-
msgid "
|
792
|
+
msgid "Run Sync Plan:"
|
658
793
|
msgstr ""
|
659
794
|
|
795
|
+
msgid "SCAP Content"
|
796
|
+
msgstr "Описание SCAP"
|
797
|
+
|
660
798
|
msgid "SCAP Contents"
|
661
|
-
msgstr ""
|
799
|
+
msgstr "Описание SCAP"
|
662
800
|
|
663
801
|
msgid "SCAP DataStream file"
|
664
802
|
msgstr ""
|
665
803
|
|
666
804
|
msgid "SCAP content"
|
667
|
-
msgstr ""
|
805
|
+
msgstr "описания SCAP"
|
668
806
|
|
669
807
|
msgid "SCAP content name"
|
670
808
|
msgstr ""
|
671
809
|
|
672
810
|
msgid "SCAP contents"
|
673
|
-
msgstr ""
|
811
|
+
msgstr "Описание SCAP"
|
674
812
|
|
675
813
|
msgid "SCAP policies summary"
|
676
814
|
msgstr ""
|
@@ -679,25 +817,25 @@ msgid "Scap Contents"
|
|
679
817
|
msgstr ""
|
680
818
|
|
681
819
|
msgid "Schedule"
|
682
|
-
msgstr ""
|
820
|
+
msgstr "Расписание"
|
683
821
|
|
684
822
|
msgid "Select Action"
|
685
|
-
msgstr ""
|
823
|
+
msgstr "Действия"
|
686
824
|
|
687
825
|
msgid "Select Compliance Policy"
|
688
|
-
msgstr ""
|
826
|
+
msgstr "Выберите политику"
|
689
827
|
|
690
828
|
msgid "Select OpenSCAP Proxy"
|
691
829
|
msgstr ""
|
692
830
|
|
693
831
|
msgid "Select all items in this page"
|
694
|
-
msgstr ""
|
832
|
+
msgstr "Выберите все элементы на этой странице"
|
695
833
|
|
696
834
|
msgid "Severity"
|
697
|
-
msgstr ""
|
835
|
+
msgstr "Приоритет"
|
698
836
|
|
699
837
|
msgid "Show Guide"
|
700
|
-
msgstr ""
|
838
|
+
msgstr "Показать спецификацию"
|
701
839
|
|
702
840
|
msgid "Show a Policy"
|
703
841
|
msgstr ""
|
@@ -706,7 +844,7 @@ msgid "Show a Tailoring file"
|
|
706
844
|
msgstr ""
|
707
845
|
|
708
846
|
msgid "Show a policy's SCAP content"
|
709
|
-
msgstr ""
|
847
|
+
msgstr "Показать описание политики SCAP"
|
710
848
|
|
711
849
|
msgid "Show a policy's Tailoring file"
|
712
850
|
msgstr ""
|
@@ -715,48 +853,57 @@ msgid "Show an ARF report"
|
|
715
853
|
msgstr ""
|
716
854
|
|
717
855
|
msgid "Show an SCAP content"
|
718
|
-
msgstr ""
|
856
|
+
msgstr "Показать описание SCAP"
|
719
857
|
|
720
858
|
msgid "Show config information for foreman_scap_client"
|
721
859
|
msgstr ""
|
722
860
|
|
723
861
|
msgid "Show log messages:"
|
724
|
-
msgstr ""
|
862
|
+
msgstr "Показать сообщения журнала:"
|
725
863
|
|
726
864
|
msgid "Smart Class Parameters"
|
727
865
|
msgstr ""
|
728
866
|
|
729
867
|
msgid "Something went wrong while selecting compliance reports - %s"
|
730
|
-
msgstr ""
|
868
|
+
msgstr "Произошли ошибки при выборе отчетов: %s"
|
731
869
|
|
732
870
|
msgid "Something went wrong while selecting hosts - %s"
|
733
|
-
msgstr ""
|
871
|
+
msgstr "Произошли ошибки при выборе узлов: %s"
|
734
872
|
|
735
873
|
msgid "Spool errors"
|
736
874
|
msgstr ""
|
737
875
|
|
738
876
|
msgid "Status chart"
|
739
|
-
msgstr ""
|
877
|
+
msgstr "График состояния"
|
740
878
|
|
741
879
|
msgid "Status table"
|
742
|
-
msgstr ""
|
880
|
+
msgstr "Таблица состояния"
|
743
881
|
|
744
882
|
msgid "Submit"
|
745
|
-
msgstr ""
|
883
|
+
msgstr "Применить"
|
746
884
|
|
747
885
|
msgid "Successfully deleted %s compliance reports"
|
748
|
-
msgstr ""
|
886
|
+
msgstr "Успешно удалено отчетов: %s "
|
749
887
|
|
750
888
|
msgid "Successfully deleted ARF report."
|
751
889
|
msgstr ""
|
752
890
|
|
753
891
|
msgid "Summary from %{time} ago to now"
|
754
|
-
msgstr ""
|
892
|
+
msgstr "Сводка с %{time} по настоящий момент"
|
755
893
|
|
756
894
|
msgid "Summary report for OpenScap from Foreman"
|
757
895
|
msgstr ""
|
758
896
|
|
759
897
|
msgid "Summary report from Foreman server at %{foreman_url}"
|
898
|
+
msgstr "Сводный отчет с сервера Foreman: %{foreman_url}"
|
899
|
+
|
900
|
+
msgid "Sync capsule"
|
901
|
+
msgstr ""
|
902
|
+
|
903
|
+
msgid "Synchronize"
|
904
|
+
msgstr ""
|
905
|
+
|
906
|
+
msgid "Synchronize smart proxy"
|
760
907
|
msgstr ""
|
761
908
|
|
762
909
|
msgid "Tailoring File"
|
@@ -798,7 +945,7 @@ msgid "This profile will be used to override the one from scap content"
|
|
798
945
|
msgstr ""
|
799
946
|
|
800
947
|
msgid "Total"
|
801
|
-
msgstr ""
|
948
|
+
msgstr "Всего"
|
802
949
|
|
803
950
|
msgid "Total hosts with policy: %s"
|
804
951
|
msgstr ""
|
@@ -818,9 +965,15 @@ msgid "Unable to get XML version of requested report from Smart Proxy"
|
|
818
965
|
msgstr ""
|
819
966
|
|
820
967
|
msgid "Unassign Compliance Policy"
|
821
|
-
msgstr ""
|
968
|
+
msgstr "Отменить политику"
|
822
969
|
|
823
970
|
msgid "Unknown Compliance status"
|
971
|
+
msgstr "Неизвестный статус"
|
972
|
+
|
973
|
+
msgid "Update"
|
974
|
+
msgstr ""
|
975
|
+
|
976
|
+
msgid "Update Content Overrides"
|
824
977
|
msgstr ""
|
825
978
|
|
826
979
|
msgid "Update a Policy"
|
@@ -830,12 +983,27 @@ msgid "Update a Tailoring file"
|
|
830
983
|
msgstr ""
|
831
984
|
|
832
985
|
msgid "Update an SCAP content"
|
986
|
+
msgstr "Обновить описание SCAP"
|
987
|
+
|
988
|
+
msgid "Update content urls"
|
989
|
+
msgstr ""
|
990
|
+
|
991
|
+
msgid "Update for host"
|
992
|
+
msgstr ""
|
993
|
+
|
994
|
+
msgid "Update http proxy"
|
995
|
+
msgstr ""
|
996
|
+
|
997
|
+
msgid "Update http proxy details"
|
833
998
|
msgstr ""
|
834
999
|
|
835
|
-
msgid "Update
|
1000
|
+
msgid "Update package"
|
836
1001
|
msgstr ""
|
837
1002
|
|
838
|
-
msgid "Update
|
1003
|
+
msgid "Update redhat repository"
|
1004
|
+
msgstr ""
|
1005
|
+
|
1006
|
+
msgid "Update release version for host"
|
839
1007
|
msgstr ""
|
840
1008
|
|
841
1009
|
msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
|
@@ -845,31 +1013,37 @@ msgid "Updated hosts: Assigned with compliance policy: %s"
|
|
845
1013
|
msgstr ""
|
846
1014
|
|
847
1015
|
msgid "Updated hosts: Unassigned from compliance policy '%s'"
|
848
|
-
msgstr ""
|
1016
|
+
msgstr "Узлы больше не регламентируются политикой «%s»"
|
849
1017
|
|
850
1018
|
msgid "Upload New SCAP Content"
|
851
|
-
msgstr ""
|
1019
|
+
msgstr "Добавить описание SCAP"
|
852
1020
|
|
853
1021
|
msgid "Upload New Tailoring file"
|
854
1022
|
msgstr ""
|
855
1023
|
|
856
1024
|
msgid "Upload an ARF report"
|
1025
|
+
msgstr "Выгрузить отчет ARF"
|
1026
|
+
|
1027
|
+
msgid "Upload errata into"
|
857
1028
|
msgstr ""
|
858
1029
|
|
859
|
-
msgid "Upload
|
1030
|
+
msgid "Upload into"
|
860
1031
|
msgstr ""
|
861
1032
|
|
1033
|
+
msgid "Upload new SCAP content file"
|
1034
|
+
msgstr "Добавление файла описания SCAP"
|
1035
|
+
|
862
1036
|
msgid "Upload new Tailoring File"
|
863
1037
|
msgstr ""
|
864
1038
|
|
865
1039
|
msgid "View Report"
|
866
|
-
msgstr ""
|
1040
|
+
msgstr "Показать отчет"
|
867
1041
|
|
868
1042
|
msgid "View full report"
|
869
|
-
msgstr ""
|
1043
|
+
msgstr "Показать полный отчет"
|
870
1044
|
|
871
1045
|
msgid "XCCDF Profile"
|
872
|
-
msgstr ""
|
1046
|
+
msgstr "Профиль XCCDF"
|
873
1047
|
|
874
1048
|
msgid "XCCDF Profile in Tailoring File"
|
875
1049
|
msgstr ""
|
@@ -881,10 +1055,10 @@ msgid "XML containing tailoring file"
|
|
881
1055
|
msgstr ""
|
882
1056
|
|
883
1057
|
msgid "Yes"
|
884
|
-
msgstr ""
|
1058
|
+
msgstr "Да"
|
885
1059
|
|
886
1060
|
msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
|
887
|
-
msgstr ""
|
1061
|
+
msgstr "Вы можете изменить расписание по своему усмотрению. Строка cron должна состоять из пяти значений, разделенных пробелами, например: «0 3 * * *»"
|
888
1062
|
|
889
1063
|
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."
|
890
1064
|
msgstr ""
|
@@ -905,7 +1079,7 @@ msgid "does not have the selected SCAP content profile"
|
|
905
1079
|
msgstr ""
|
906
1080
|
|
907
1081
|
msgid "invalid type %s"
|
908
|
-
msgstr ""
|
1082
|
+
msgstr "недопустимый тип %s"
|
909
1083
|
|
910
1084
|
msgid "is not a valid value"
|
911
1085
|
msgstr ""
|
@@ -914,7 +1088,7 @@ msgid "is not included in SCAP_RESULT"
|
|
914
1088
|
msgstr ""
|
915
1089
|
|
916
1090
|
msgid "items selected. Uncheck to Clear"
|
917
|
-
msgstr ""
|
1091
|
+
msgstr "выбрано. Чтобы очистить, снимите флажок"
|
918
1092
|
|
919
1093
|
msgid "must be between 1 and 31"
|
920
1094
|
msgstr ""
|