foreman_openscap 10.0.0 → 10.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_openscap/locale/cs_CZ/foreman_openscap.js +115 -118
  3. data/app/assets/javascripts/foreman_openscap/locale/de/foreman_openscap.js +12 -15
  4. data/app/assets/javascripts/foreman_openscap/locale/en/foreman_openscap.js +1 -4
  5. data/app/assets/javascripts/foreman_openscap/locale/en_GB/foreman_openscap.js +3 -6
  6. data/app/assets/javascripts/foreman_openscap/locale/es/foreman_openscap.js +12 -15
  7. data/app/assets/javascripts/foreman_openscap/locale/fr/foreman_openscap.js +83 -86
  8. data/app/assets/javascripts/foreman_openscap/locale/gl/foreman_openscap.js +4 -7
  9. data/app/assets/javascripts/foreman_openscap/locale/it/foreman_openscap.js +10 -13
  10. data/app/assets/javascripts/foreman_openscap/locale/ja/foreman_openscap.js +68 -71
  11. data/app/assets/javascripts/foreman_openscap/locale/ka/foreman_openscap.js +28 -31
  12. data/app/assets/javascripts/foreman_openscap/locale/ko/foreman_openscap.js +12 -15
  13. data/app/assets/javascripts/foreman_openscap/locale/pt_BR/foreman_openscap.js +9 -12
  14. data/app/assets/javascripts/foreman_openscap/locale/ru/foreman_openscap.js +8 -11
  15. data/app/assets/javascripts/foreman_openscap/locale/sv_SE/foreman_openscap.js +6 -9
  16. data/app/assets/javascripts/foreman_openscap/locale/zh_CN/foreman_openscap.js +67 -70
  17. data/app/assets/javascripts/foreman_openscap/locale/zh_TW/foreman_openscap.js +9 -12
  18. data/lib/foreman_openscap/version.rb +1 -1
  19. data/locale/Makefile +12 -2
  20. data/locale/cs_CZ/LC_MESSAGES/foreman_openscap.mo +0 -0
  21. data/locale/cs_CZ/foreman_openscap.edit.po +121 -122
  22. data/locale/cs_CZ/foreman_openscap.po +120 -121
  23. data/locale/de/LC_MESSAGES/foreman_openscap.mo +0 -0
  24. data/locale/de/foreman_openscap.edit.po +17 -31
  25. data/locale/de/foreman_openscap.po +13 -16
  26. data/locale/en/LC_MESSAGES/foreman_openscap.mo +0 -0
  27. data/locale/en/foreman_openscap.edit.po +1 -5
  28. data/locale/en/foreman_openscap.po +1 -4
  29. data/locale/en_GB/LC_MESSAGES/foreman_openscap.mo +0 -0
  30. data/locale/en_GB/foreman_openscap.edit.po +4 -7
  31. data/locale/en_GB/foreman_openscap.po +3 -6
  32. data/locale/es/LC_MESSAGES/foreman_openscap.mo +0 -0
  33. data/locale/es/foreman_openscap.edit.po +16 -30
  34. data/locale/es/foreman_openscap.po +12 -15
  35. data/locale/foreman_openscap.pot +2 -6
  36. data/locale/fr/LC_MESSAGES/foreman_openscap.mo +0 -0
  37. data/locale/fr/foreman_openscap.edit.po +87 -101
  38. data/locale/fr/foreman_openscap.po +83 -86
  39. data/locale/gl/LC_MESSAGES/foreman_openscap.mo +0 -0
  40. data/locale/gl/foreman_openscap.edit.po +5 -8
  41. data/locale/gl/foreman_openscap.po +4 -7
  42. data/locale/it/LC_MESSAGES/foreman_openscap.mo +0 -0
  43. data/locale/it/foreman_openscap.edit.po +11 -14
  44. data/locale/it/foreman_openscap.po +10 -13
  45. data/locale/ja/LC_MESSAGES/foreman_openscap.mo +0 -0
  46. data/locale/ja/foreman_openscap.edit.po +72 -82
  47. data/locale/ja/foreman_openscap.po +68 -71
  48. data/locale/ka/LC_MESSAGES/foreman_openscap.mo +0 -0
  49. data/locale/ka/foreman_openscap.edit.po +32 -37
  50. data/locale/ka/foreman_openscap.po +28 -31
  51. data/locale/ko/LC_MESSAGES/foreman_openscap.mo +0 -0
  52. data/locale/ko/foreman_openscap.edit.po +13 -16
  53. data/locale/ko/foreman_openscap.po +12 -15
  54. data/locale/pt_BR/LC_MESSAGES/foreman_openscap.mo +0 -0
  55. data/locale/pt_BR/foreman_openscap.edit.po +13 -27
  56. data/locale/pt_BR/foreman_openscap.po +9 -12
  57. data/locale/ru/LC_MESSAGES/foreman_openscap.mo +0 -0
  58. data/locale/ru/foreman_openscap.edit.po +9 -12
  59. data/locale/ru/foreman_openscap.po +8 -11
  60. data/locale/sv_SE/LC_MESSAGES/foreman_openscap.mo +0 -0
  61. data/locale/sv_SE/foreman_openscap.edit.po +7 -10
  62. data/locale/sv_SE/foreman_openscap.po +6 -9
  63. data/locale/zh_CN/LC_MESSAGES/foreman_openscap.mo +0 -0
  64. data/locale/zh_CN/foreman_openscap.edit.po +71 -81
  65. data/locale/zh_CN/foreman_openscap.po +67 -70
  66. data/locale/zh_TW/LC_MESSAGES/foreman_openscap.mo +0 -0
  67. data/locale/zh_TW/foreman_openscap.edit.po +10 -13
  68. data/locale/zh_TW/foreman_openscap.po +9 -12
  69. metadata +2 -6
  70. data/locale/action_names.rb +0 -2
  71. data/webpack/components/EditableInput.js +0 -166
  72. data/webpack/components/EditableInput.scss +0 -3
  73. data/webpack/helpers/formFieldsHelper.js +0 -114
@@ -5,8 +5,9 @@
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
13
  "Language-Team: Georgian (http://app.transifex.com/foreman/foreman/language/ka/"
@@ -267,7 +268,7 @@ msgstr "შესაბამისობის ანგარიში არ
267
268
 
268
269
  #: ../app/controllers/arf_reports_controller.rb:115
269
270
  msgid "Something went wrong while selecting compliance reports - %s"
270
- msgstr ""
271
+ msgstr "შეცდომა თავსებადობის ანგარიშების მონიშვნისას - %s"
271
272
 
272
273
  #: ../app/controllers/concerns/foreman_openscap/api/v2/hosts_controller_extensions.rb:19
273
274
  msgid "Show config information for foreman_scap_client"
@@ -307,7 +308,7 @@ msgstr "წესის სწორი ID მითითებული ა
307
308
 
308
309
  #: ../app/controllers/policies_controller.rb:129
309
310
  msgid "No hosts were found with that id, name or query filter"
310
- msgstr ""
311
+ msgstr "მითითებული ID-ით, სახელით ან საძებნი სტრიქონით ჰოსტები ნაპოვნი არაა"
311
312
 
312
313
  #: ../app/controllers/policies_controller.rb:134
313
314
  msgid "No hosts selected"
@@ -722,7 +723,7 @@ msgstr "აღწერილობა"
722
723
 
723
724
  #: ../app/views/arf_reports/_detailed_message.html.erb:7
724
725
  msgid "Rationale"
725
- msgstr ""
726
+ msgstr "დასაბუთება"
726
727
 
727
728
  #: ../app/views/arf_reports/_detailed_message.html.erb:8
728
729
  msgid "References"
@@ -958,7 +959,7 @@ msgstr "თვის დღეების რაოდენობა. გა
958
959
 
959
960
  #: ../app/views/policies/_form.html.erb:49 ../app/views/policies/steps/_schedule_form.html.erb:14
960
961
  msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
961
- msgstr ""
962
+ msgstr "შეგიძლიათ მიუთითოთ თქვენი cron-ის ხაზი. მაგ: \"0 3 * * *\", ეს 5 მნიშვნელობა გამოტოვებით გამოყავით"
962
963
 
963
964
  #: ../app/views/policies/_list.html.erb:3 ../app/views/tailoring_files/_list.html.erb:3 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:166
964
965
  msgid "Name"
@@ -970,7 +971,7 @@ msgstr "შემცველობა"
970
971
 
971
972
  #: ../app/views/policies/_list.html.erb:5
972
973
  msgid "Profile"
973
- msgstr ""
974
+ msgstr "პროფილი"
974
975
 
975
976
  #: ../app/views/policies/_list.html.erb:7
976
977
  msgid "Effective Profile"
@@ -1118,11 +1119,11 @@ msgstr "სათაური"
1118
1119
 
1119
1120
  #: ../app/views/scap_contents/_list.html.erb:4 ../app/views/tailoring_files/_list.html.erb:4
1120
1121
  msgid "File name"
1121
- msgstr ""
1122
+ msgstr "ფაილის სახელი"
1122
1123
 
1123
1124
  #: ../app/views/scap_contents/_list.html.erb:5 ../app/views/tailoring_files/_list.html.erb:5
1124
1125
  msgid "Created at"
1125
- msgstr ""
1126
+ msgstr "შექმნის დრო"
1126
1127
 
1127
1128
  #: ../app/views/scap_contents/_list.html.erb:17 ../app/views/tailoring_files/_list.html.erb:23
1128
1129
  msgid "Download"
@@ -1162,7 +1163,7 @@ msgstr "SCAP-ის ახალი შემცველობა"
1162
1163
 
1163
1164
  #: ../app/views/smart_proxies/_openscap_spool.html.erb:4
1164
1165
  msgid "%s spool errors detected, inspect the appropriate file directly on proxy"
1165
- msgstr ""
1166
+ msgstr "აღმოჩენილია %s სპულის შეცდომა. შეამოწმეთ შესაბამისი ფაილი პირდაპირ პროქსიზე"
1166
1167
 
1167
1168
  #: ../app/views/smart_proxies/_openscap_spool.html.erb:8
1168
1169
  msgid "Failed to fetch spool status from proxy"
@@ -1202,7 +1203,7 @@ msgstr "შესაბამისობის ახალი ფაილი
1202
1203
 
1203
1204
  #: ../app/views/tailoring_files/welcome.html.erb:7
1204
1205
  msgid "It may sometimes be required to adjust the security policy to your specific needs. "
1205
- msgstr ""
1206
+ msgstr "ხანდახან შეიძლება უსაფრთხოების პოლიტიკის თქვენი საჭიროებებისათვის მორგება მოგიწიოთ. "
1206
1207
 
1207
1208
  #: ../app/views/tailoring_files/welcome.html.erb:8
1208
1209
  msgid ""
@@ -1224,35 +1225,35 @@ msgstr "OpenSCAP-ის პოლიტიკის ანგარიშებ
1224
1225
 
1225
1226
  #: ../lib/foreman_openscap/bulk_upload.rb:20
1226
1227
  msgid "Can't find scap-security-guide RPM, are you sure it is installed on your server?"
1227
- msgstr ""
1228
+ msgstr "RPM პაკეტი scap-security-guide ვერ ვიპოვე. დარწმუნებული ბრძანდებით, რომ დააყენეთ ის?"
1228
1229
 
1229
1230
  #: ../lib/foreman_openscap/bulk_upload.rb:29
1230
1231
  msgid "Expected an array of files to upload, got: %s."
1231
- msgstr ""
1232
+ msgstr "მოველოდი ასატვირთი ფაილების მასივს. მივიღე: %s."
1232
1233
 
1233
1234
  #: ../lib/foreman_openscap/bulk_upload.rb:35
1234
1235
  msgid "%s is a directory, expecting file."
1235
- msgstr ""
1236
+ msgstr "%s საქაღალდეა. მოველოდი ფაილს."
1236
1237
 
1237
1238
  #: ../lib/foreman_openscap/bulk_upload.rb:40
1238
1239
  msgid "%s does not exist, skipping."
1239
- msgstr ""
1240
+ msgstr "%s არ არსებობს. გამოტოვება."
1240
1241
 
1241
1242
  #: ../lib/foreman_openscap/bulk_upload.rb:58
1242
1243
  msgid "Failed saving %s:"
1243
- msgstr ""
1244
+ msgstr "%s-ის შენახვა ჩავარდა:"
1244
1245
 
1245
1246
  #: ../lib/foreman_openscap/bulk_upload.rb:66
1246
1247
  msgid "No such directory: %s. Please check the path you have provided."
1247
- msgstr ""
1248
+ msgstr "ასეთი საქაღალდე არ არსებობს: %s. შეამოწმეთ ბილიკი, რომელიც შეიყვანეთ."
1248
1249
 
1249
1250
  #: ../lib/foreman_openscap/bulk_upload.rb:88
1250
1251
  msgid "Red Hat %s default content"
1251
- msgstr ""
1252
+ msgstr "Red Hat %s ნაგულისხმევი შემცველობა"
1252
1253
 
1253
1254
  #: ../lib/foreman_openscap/bulk_upload.rb:88
1254
1255
  msgid "%s content"
1255
- msgstr ""
1256
+ msgstr "%s შემცველობა"
1256
1257
 
1257
1258
  #: ../lib/foreman_openscap/engine.rb:133
1258
1259
  msgid "Policies"
@@ -1294,17 +1295,13 @@ 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
- msgstr ""
1300
+ msgstr "ამ ჰოსტისთვის ხელმისაწვდომი ანგარიში არ არსებობს"
1304
1301
 
1305
1302
  #: ../webpack/components/OpenscapRemediationWizard/Footer.js:30 ../webpack/components/OpenscapRemediationWizard/index.js:94
1306
1303
  msgid "Run"
1307
- msgstr ""
1304
+ msgstr "გაშვება"
1308
1305
 
1309
1306
  #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:28
1310
1307
  msgid "View selected hosts"
@@ -1336,7 +1333,7 @@ msgstr ""
1336
1333
 
1337
1334
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:90
1338
1335
  msgid "Close"
1339
- msgstr ""
1336
+ msgstr "დახურვა"
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!"
@@ -1376,7 +1373,7 @@ msgstr ""
1376
1373
 
1377
1374
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:88
1378
1375
  msgid "Copy to clipboard"
1379
- msgstr ""
1376
+ msgstr "ბუფერში კოპირება"
1380
1377
 
1381
1378
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:106
1382
1379
  msgid "Do not implement any of the recommended remedial actions or scripts without first testing them in a non-production environment."
@@ -1404,7 +1401,7 @@ msgstr ""
1404
1401
 
1405
1402
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:86
1406
1403
  msgid "Manual"
1407
- msgstr ""
1404
+ msgstr "ხელით"
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 "ნაწყვეტი"
1416
1413
 
1417
1414
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:155
1418
1415
  msgid "Select remediation method"
@@ -1424,7 +1421,7 @@ msgstr ""
1424
1421
 
1425
1422
  #: ../webpack/components/withDeleteModal.js:27
1426
1423
  msgid "Are you sure you want to delete %s?"
1427
- msgstr ""
1424
+ msgstr "დარწმუნებული ხართ, რომ გსურთ %s-ის წაშლა?"
1428
1425
 
1429
1426
  #: ../webpack/components/withLoading.js:64
1430
1427
  msgid "Permission denied"
@@ -1432,18 +1429,16 @@ msgstr "წვდომა აკრძალულია"
1432
1429
 
1433
1430
  #: ../webpack/helpers/mutationHelper.js:7
1434
1431
  msgid "There was a following error when deleting %(name)s: %(error)s"
1435
- msgstr ""
1432
+ msgstr "დაფიქსირდა შემდეგი შეცდომა %(name)s-ის წაშლისას: %(error)s"
1436
1433
 
1437
1434
  #: ../webpack/helpers/permissionsHelper.js:34
1438
1435
  msgid "You are not authorized to view the page. "
1439
- msgstr ""
1436
+ msgstr "ამ გვერდთან წვდომა არ გაგაჩნიათ. "
1440
1437
 
1441
1438
  #: ../webpack/helpers/permissionsHelper.js:37
1442
1439
  msgid "Request the following permissions from administrator: %s."
1443
- msgstr ""
1444
-
1445
- #~ msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
1446
- #~ msgstr "ფუნქციის ჩასართავად საჭიროა შემდეგი ჭკვიანი პროქსიების განახლება: %s. "
1440
+ msgstr "ადმინისტრატორისგან შემდეგი წვდომების გამოთხოვა: %s."
1447
1441
 
1448
- #~ msgid "This feature is temporarily disabled. "
1449
- #~ msgstr "ფუნქცია დროებით გათიშულია. "
1442
+ #: ../webpack/components/EditableInput.js:79
1443
+ #~ msgid "None provided"
1444
+ #~ msgstr "მითითებული არაა"
@@ -5,7 +5,7 @@
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"
@@ -32,13 +32,13 @@ msgstr[0] "%s შესაბამისობის ანგარიში
32
32
  msgstr[1] "%s შესაბამისობის ანგარიში პოლიტიკიდან"
33
33
 
34
34
  msgid "%s content"
35
- msgstr ""
35
+ msgstr "%s შემცველობა"
36
36
 
37
37
  msgid "%s does not exist, skipping."
38
- msgstr ""
38
+ msgstr "%s არ არსებობს. გამოტოვება."
39
39
 
40
40
  msgid "%s is a directory, expecting file."
41
- msgstr ""
41
+ msgstr "%s საქაღალდეა. მოველოდი ფაილს."
42
42
 
43
43
  msgid "%s latest report"
44
44
  msgstr "%s უახლესი ანგარიში"
@@ -47,7 +47,7 @@ msgid "%s reports over time"
47
47
  msgstr "სულ %s ანგარიში"
48
48
 
49
49
  msgid "%s spool errors detected, inspect the appropriate file directly on proxy"
50
- msgstr ""
50
+ msgstr "აღმოჩენილია %s სპულის შეცდომა. შეამოწმეთ შესაბამისი ფაილი პირდაპირ პროქსიზე"
51
51
 
52
52
  msgid "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?"
53
53
  msgstr ""
@@ -83,7 +83,7 @@ msgid "Apply policy to hosts"
83
83
  msgstr "წესის ჰოსტებზე გადატარება"
84
84
 
85
85
  msgid "Are you sure you want to delete %s?"
86
- msgstr ""
86
+ msgstr "დარწმუნებული ხართ, რომ გსურთ %s-ის წაშლა?"
87
87
 
88
88
  msgid "Assign Compliance Policy"
89
89
  msgstr "შესაბამისობის პოლიტიკის მინიჭება"
@@ -95,7 +95,7 @@ msgid "By default, remediation is applied to the current host. Optionally, remed
95
95
  msgstr ""
96
96
 
97
97
  msgid "Can't find scap-security-guide RPM, are you sure it is installed on your server?"
98
- msgstr ""
98
+ msgstr "RPM პაკეტი scap-security-guide ვერ ვიპოვე. დარწმუნებული ბრძანდებით, რომ დააყენეთ ის?"
99
99
 
100
100
  msgid "Cancel"
101
101
  msgstr "გაუქმება"
@@ -134,7 +134,7 @@ msgid "Choose weekday"
134
134
  msgstr "აირჩიეთ კვირის დღე"
135
135
 
136
136
  msgid "Close"
137
- msgstr ""
137
+ msgstr "დახურვა"
138
138
 
139
139
  msgid "Compliance"
140
140
  msgstr "შესაბამისობა"
@@ -170,7 +170,7 @@ msgid "Content"
170
170
  msgstr "შემცველობა"
171
171
 
172
172
  msgid "Copy to clipboard"
173
- msgstr ""
173
+ msgstr "ბუფერში კოპირება"
174
174
 
175
175
  msgid "Could not find host identified by: %s"
176
176
  msgstr "ჰოსტი იდენტიფიკატორით %s ვერ ვპოვე"
@@ -191,7 +191,7 @@ msgid "Create a Tailoring file"
191
191
  msgstr "შესაბამისობის ფაილის შექმნა"
192
192
 
193
193
  msgid "Created at"
194
- msgstr ""
194
+ msgstr "შექმნის დრო"
195
195
 
196
196
  msgid "Dashboard"
197
197
  msgstr "სამუშაო დაფა"
@@ -293,7 +293,7 @@ msgid "Every puppet run ensures the foreman_scap_client is configured according
293
293
  msgstr ""
294
294
 
295
295
  msgid "Expected an array of files to upload, got: %s."
296
- msgstr ""
296
+ msgstr "მოველოდი ასატვირთი ფაილების მასივს. მივიღე: %s."
297
297
 
298
298
  msgid "Failed"
299
299
  msgstr "შეცდომა"
@@ -305,7 +305,7 @@ msgid "Failed only"
305
305
  msgstr "მხოლოდ ავარიულები"
306
306
 
307
307
  msgid "Failed saving %s:"
308
- msgstr ""
308
+ msgstr "%s-ის შენახვა ჩავარდა:"
309
309
 
310
310
  msgid "Failed to delete %s compliance reports"
311
311
  msgstr "%s შესაბამისობის ანგარიშის წაშლის შეცდომა"
@@ -336,7 +336,7 @@ msgid "File Upload"
336
336
  msgstr "ფაილის ატვირთვა"
337
337
 
338
338
  msgid "File name"
339
- msgstr ""
339
+ msgstr "ფაილის სახელი"
340
340
 
341
341
  msgid "File paths to upload when using \"files\" upload type"
342
342
  msgstr "ატვირთვის ტიპის \"files\" გამოყენებისას ასატვირთი ფაილის ბილიკები"
@@ -427,7 +427,7 @@ msgid "Inconclusive results"
427
427
  msgstr "არადამაჯერებელი პასუხები"
428
428
 
429
429
  msgid "It may sometimes be required to adjust the security policy to your specific needs. "
430
- msgstr ""
430
+ msgstr "ხანდახან შეიძლება უსაფრთხოების პოლიტიკის თქვენი საჭიროებებისათვის მორგება მოგიწიოთ. "
431
431
 
432
432
  msgid "Job details"
433
433
  msgstr ""
@@ -460,7 +460,7 @@ msgid "Locations"
460
460
  msgstr "მდებარეობები"
461
461
 
462
462
  msgid "Manual"
463
- msgstr ""
463
+ msgstr "ხელით"
464
464
 
465
465
  msgid "Message"
466
466
  msgstr "შეტყობინება"
@@ -523,7 +523,7 @@ msgid "No hosts selected"
523
523
  msgstr "ჰოსტები მონიშნული არაა"
524
524
 
525
525
  msgid "No hosts were found with that id, name or query filter"
526
- msgstr ""
526
+ msgstr "მითითებული ID-ით, სახელით ან საძებნი სტრიქონით ჰოსტები ნაპოვნი არაა"
527
527
 
528
528
  msgid "No proxy found for %{name} or %{url}"
529
529
  msgstr "%{name}-სთვის და %{url}-სთვის პროქსი ნაპოვნი არაა"
@@ -544,7 +544,7 @@ msgid "No reports available"
544
544
  msgstr "ანგარიშების გარეშე"
545
545
 
546
546
  msgid "No such directory: %s. Please check the path you have provided."
547
- msgstr ""
547
+ msgstr "ასეთი საქაღალდე არ არსებობს: %s. შეამოწმეთ ბილიკი, რომელიც შეიყვანეთ."
548
548
 
549
549
  msgid "No valid policy ID provided"
550
550
  msgstr "წესის სწორი ID მითითებული არაა"
@@ -555,9 +555,6 @@ msgstr "არცერტი"
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
 
@@ -678,7 +675,7 @@ msgid "Policy with id %s not found."
678
675
  msgstr "წესი ID-ით %s არ არსებობს."
679
676
 
680
677
  msgid "Profile"
681
- msgstr ""
678
+ msgstr "პროფილი"
682
679
 
683
680
  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."
684
681
  msgstr ""
@@ -687,13 +684,13 @@ msgid "Puppet class"
687
684
  msgstr "Puppet-ის კლასი"
688
685
 
689
686
  msgid "Rationale"
690
- msgstr ""
687
+ msgstr "დასაბუთება"
691
688
 
692
689
  msgid "Reboot the system(s)"
693
690
  msgstr ""
694
691
 
695
692
  msgid "Red Hat %s default content"
696
- msgstr ""
693
+ msgstr "Red Hat %s ნაგულისხმევი შემცველობა"
697
694
 
698
695
  msgid "References"
699
696
  msgstr "ბმები"
@@ -726,7 +723,7 @@ msgid "Reports"
726
723
  msgstr "ანგარიშები"
727
724
 
728
725
  msgid "Request the following permissions from administrator: %s."
729
- msgstr ""
726
+ msgstr "ადმინისტრატორისგან შემდეგი წვდომების გამოთხოვა: %s."
730
727
 
731
728
  msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
732
729
  msgstr "მოთხოვნის მოლოდინის ვადა ამოიწურა. სცადეთ შეცვალოთ პარამეტრი მორგება -> proxy_request_timeout"
@@ -762,7 +759,7 @@ msgid "Rule Results"
762
759
  msgstr "წესის შედეგები"
763
760
 
764
761
  msgid "Run"
765
- msgstr ""
762
+ msgstr "გაშვება"
766
763
 
767
764
  msgid "Run OpenSCAP remediation with Ansible"
768
765
  msgstr ""
@@ -849,10 +846,10 @@ msgid "Smart Class Parameters"
849
846
  msgstr "ჭკვიანი კლასის მორგება"
850
847
 
851
848
  msgid "Snippet"
852
- msgstr ""
849
+ msgstr "ნაწყვეტი"
853
850
 
854
851
  msgid "Something went wrong while selecting compliance reports - %s"
855
- msgstr ""
852
+ msgstr "შეცდომა თავსებადობის ანგარიშების მონიშვნისას - %s"
856
853
 
857
854
  msgid "Something went wrong while selecting hosts - %s"
858
855
  msgstr "შეცდომა ჰოსტების მონიშვნისას - %s"
@@ -926,10 +923,10 @@ msgid "There is no job to remediate with. Please remediate manually."
926
923
  msgstr ""
927
924
 
928
925
  msgid "There was a following error when deleting %(name)s: %(error)s"
929
- msgstr ""
926
+ msgstr "დაფიქსირდა შემდეგი შეცდომა %(name)s-ის წაშლისას: %(error)s"
930
927
 
931
928
  msgid "There's no available report for this host"
932
- msgstr ""
929
+ msgstr "ამ ჰოსტისთვის ხელმისაწვდომი ანგარიში არ არსებობს"
933
930
 
934
931
  msgid "This leaves the setup of the foreman_scap_client solely on the user. The policy still needs to be defined in order to link incoming ARF reports."
935
932
  msgstr ""
@@ -1033,13 +1030,13 @@ msgid "Yes"
1033
1030
  msgstr "დიახ"
1034
1031
 
1035
1032
  msgid "You are not authorized to view the page. "
1036
- msgstr ""
1033
+ msgstr "ამ გვერდთან წვდომა არ გაგაჩნიათ. "
1037
1034
 
1038
1035
  msgid "You can remediate by running a remote job or you can display a snippet for manual remediation."
1039
1036
  msgstr ""
1040
1037
 
1041
1038
  msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
1042
- msgstr ""
1039
+ msgstr "შეგიძლიათ მიუთითოთ თქვენი cron-ის ხაზი. მაგ: \"0 3 * * *\", ეს 5 მნიშვნელობა გამოტოვებით გამოყავით"
1043
1040
 
1044
1041
  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."
1045
1042
  msgstr ""
@@ -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: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
14
+ "Language-Team: Korean (http://app.transifex.com/foreman/foreman/language/ko/)\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"
@@ -307,7 +308,7 @@ msgstr ""
307
308
 
308
309
  #: ../app/controllers/policies_controller.rb:129
309
310
  msgid "No hosts were found with that id, name or query filter"
310
- msgstr ""
311
+ msgstr "해당 ID, 이름 또는 쿼리 필터를 가진 호스트를 찾을 수 없습니다."
311
312
 
312
313
  #: ../app/controllers/policies_controller.rb:134
313
314
  msgid "No hosts selected"
@@ -412,7 +413,7 @@ msgstr "정책"
412
413
  #. TRANSLATORS: initial character of Passed
413
414
  #: ../app/helpers/compliance_dashboard_helper.rb:6
414
415
  msgid "Passed|P"
415
- msgstr "통과됨|P"
416
+ msgstr "Passed|P"
416
417
 
417
418
  #. TRANSLATORS: initial character of Failed
418
419
  #: ../app/helpers/compliance_dashboard_helper.rb:8
@@ -678,7 +679,7 @@ msgstr "Puppet 클래스 "
678
679
 
679
680
  #: ../app/services/foreman_openscap/client_config/puppet.rb:40
680
681
  msgid "Smart Class Parameters"
681
- msgstr ""
682
+ msgstr "스마트 클래스 매개변수"
682
683
 
683
684
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:19
684
685
  msgid "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?"
@@ -1114,7 +1115,7 @@ msgstr ""
1114
1115
 
1115
1116
  #: ../app/views/scap_contents/_list.html.erb:3
1116
1117
  msgid "Title"
1117
- msgstr ""
1118
+ msgstr "직위"
1118
1119
 
1119
1120
  #: ../app/views/scap_contents/_list.html.erb:4 ../app/views/tailoring_files/_list.html.erb:4
1120
1121
  msgid "File name"
@@ -1122,7 +1123,7 @@ msgstr ""
1122
1123
 
1123
1124
  #: ../app/views/scap_contents/_list.html.erb:5 ../app/views/tailoring_files/_list.html.erb:5
1124
1125
  msgid "Created at"
1125
- msgstr ""
1126
+ msgstr "생성 일시 "
1126
1127
 
1127
1128
  #: ../app/views/scap_contents/_list.html.erb:17 ../app/views/tailoring_files/_list.html.erb:23
1128
1129
  msgid "Download"
@@ -1294,17 +1295,13 @@ 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 ""
1304
1301
 
1305
1302
  #: ../webpack/components/OpenscapRemediationWizard/Footer.js:30 ../webpack/components/OpenscapRemediationWizard/index.js:94
1306
1303
  msgid "Run"
1307
- msgstr ""
1304
+ msgstr "실행"
1308
1305
 
1309
1306
  #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:28
1310
1307
  msgid "View selected hosts"
@@ -1336,7 +1333,7 @@ msgstr ""
1336
1333
 
1337
1334
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:90
1338
1335
  msgid "Close"
1339
- msgstr ""
1336
+ msgstr "종료 "
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 "수동"
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 "조각 모음 "
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 "권한이 거부되었습니다"
1432
1429
 
1433
1430
  #: ../webpack/helpers/mutationHelper.js:7
1434
1431
  msgid "There was a following error when deleting %(name)s: %(error)s"
@@ -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: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
13
+ "Language-Team: Korean (http://app.transifex.com/foreman/foreman/language/ko/)\n"
14
14
  "MIME-Version: 1.0\n"
15
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
16
  "Content-Transfer-Encoding: 8bit\n"
@@ -134,7 +134,7 @@ msgid "Choose weekday"
134
134
  msgstr "요일 선택"
135
135
 
136
136
  msgid "Close"
137
- msgstr ""
137
+ msgstr "종료 "
138
138
 
139
139
  msgid "Compliance"
140
140
  msgstr "컴플라이언스 "
@@ -191,7 +191,7 @@ msgid "Create a Tailoring file"
191
191
  msgstr ""
192
192
 
193
193
  msgid "Created at"
194
- msgstr ""
194
+ msgstr "생성 일시 "
195
195
 
196
196
  msgid "Dashboard"
197
197
  msgstr "대시보드 "
@@ -460,7 +460,7 @@ msgid "Locations"
460
460
  msgstr "위치"
461
461
 
462
462
  msgid "Manual"
463
- msgstr ""
463
+ msgstr "수동"
464
464
 
465
465
  msgid "Message"
466
466
  msgstr "메시지"
@@ -523,7 +523,7 @@ msgid "No hosts selected"
523
523
  msgstr "선택된 호스트가 없음 "
524
524
 
525
525
  msgid "No hosts were found with that id, name or query filter"
526
- msgstr ""
526
+ msgstr "해당 ID, 이름 또는 쿼리 필터를 가진 호스트를 찾을 수 없습니다."
527
527
 
528
528
  msgid "No proxy found for %{name} or %{url}"
529
529
  msgstr ""
@@ -555,9 +555,6 @@ msgstr "없음"
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
 
@@ -615,10 +612,10 @@ msgstr "통과됨"
615
612
 
616
613
  #. TRANSLATORS: initial character of Passed
617
614
  msgid "Passed|P"
618
- msgstr "통과됨|P"
615
+ msgstr "Passed|P"
619
616
 
620
617
  msgid "Permission denied"
621
- msgstr ""
618
+ msgstr "권한이 거부되었습니다"
622
619
 
623
620
  msgid "Please Confirm"
624
621
  msgstr "확인해 주십시오 "
@@ -762,7 +759,7 @@ msgid "Rule Results"
762
759
  msgstr ""
763
760
 
764
761
  msgid "Run"
765
- msgstr ""
762
+ msgstr "실행"
766
763
 
767
764
  msgid "Run OpenSCAP remediation with Ansible"
768
765
  msgstr ""
@@ -846,10 +843,10 @@ msgid "Show log messages:"
846
843
  msgstr "로그 메세지 표시: "
847
844
 
848
845
  msgid "Smart Class Parameters"
849
- msgstr ""
846
+ msgstr "스마트 클래스 매개변수"
850
847
 
851
848
  msgid "Snippet"
852
- msgstr ""
849
+ msgstr "조각 모음 "
853
850
 
854
851
  msgid "Something went wrong while selecting compliance reports - %s"
855
852
  msgstr "컴플라이언스 보고서를 선택하는 도중 문제가 발생했습니다 - %s"
@@ -938,7 +935,7 @@ msgid "This profile will be used to override the one from scap content"
938
935
  msgstr ""
939
936
 
940
937
  msgid "Title"
941
- msgstr ""
938
+ msgstr "직위"
942
939
 
943
940
  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."
944
941
  msgstr ""