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
@@ -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: Chinese (China) (http://www.transifex.com/foreman/foreman/langu"
14
+ "Language-Team: Chinese (China) (http://app.transifex.com/foreman/foreman/langu"
14
15
  "age/zh_CN/)\n"
15
16
  "MIME-Version: 1.0\n"
16
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -248,7 +249,7 @@ msgstr "成功删除了 ARF 报告。"
248
249
 
249
250
  #: ../app/controllers/arf_reports_controller.rb:57
250
251
  msgid "Failed to delete ARF Report for host %{host_name} reported at %{reported_at}"
251
- msgstr "无法删除主机 %{host_name} 在 %{reported_at} 报告的 ARF 报告"
252
+ msgstr "无法删除主机 %%{host_name} 在 %%{reported_at} 报告的 ARF 报告"
252
253
 
253
254
  #: ../app/controllers/arf_reports_controller.rb:67
254
255
  msgid "Failed to delete %s compliance reports"
@@ -280,7 +281,7 @@ msgstr "主机 ID"
280
281
 
281
282
  #: ../app/controllers/concerns/foreman_openscap/hosts_and_hostgroups_controller_extensions.rb:10
282
283
  msgid "The %s proxy does not have Openscap feature enabled. Either set correct OpenSCAP Proxy or unset it."
283
- msgstr ""
284
+ msgstr "%s 代理没有启用 Openscap 功能。设置正确的 OpenSCAP 代理或取消设置它。"
284
285
 
285
286
  #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:26
286
287
  msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
@@ -308,7 +309,7 @@ msgstr "未提供有效的策略 ID"
308
309
 
309
310
  #: ../app/controllers/policies_controller.rb:129
310
311
  msgid "No hosts were found with that id, name or query filter"
311
- msgstr ""
312
+ msgstr "未找到符合此 id、名称或者查询过滤器的主机"
312
313
 
313
314
  #: ../app/controllers/policies_controller.rb:134
314
315
  msgid "No hosts selected"
@@ -400,7 +401,7 @@ msgstr "主机除了这个规则"
400
401
 
401
402
  #: ../app/helpers/arf_reports_helper.rb:72
402
403
  msgid "Remediation"
403
- msgstr ""
404
+ msgstr "补救"
404
405
 
405
406
  #: ../app/helpers/compliance_dashboard_helper.rb:3 ../app/views/arf_reports/_list.html.erb:6 ../app/views/arf_reports/delete_multiple.html.erb:7 ../app/views/policy_dashboard/_policy_reports.html.erb:6
406
407
  msgid "Host"
@@ -535,7 +536,7 @@ msgstr "无法验证 %s。请确保您具备合适的代理服务器版本,以
535
536
 
536
537
  #: ../app/lib/proxy_api/openscap.rb:38
537
538
  msgid "Could not validate %{file_type}. Error %{error}"
538
- msgstr "无法验证%{file_type} 。错误 %{error}"
539
+ msgstr "无法验证%%{file_type} 。错误 %{error}"
539
540
 
540
541
  #: ../app/lib/proxy_api/openscap.rb:51
541
542
  msgid "Unable to get HTML version of requested report from Smart Proxy"
@@ -635,7 +636,7 @@ msgstr "不具备所选的 SCAP 内容配置文件"
635
636
 
636
637
  #: ../app/models/foreman_openscap/policy.rb:267
637
638
  msgid "cannot assign to %s, all assigned policies must be deployed in the same way, check 'deploy by' for each assigned policy"
638
- msgstr "无法分配给 %s,必须以相同的方式部署所有分配的策略,请为每个分配的策略选择 'deploy by'"
639
+ msgstr "无法分配给 %s,必须以相同的方式部署所有分配的策略,请为每个分配的策略选择 'deploy by'"
639
640
 
640
641
  #: ../app/services/foreman_openscap/arf_report_status_calculator.rb:30
641
642
  msgid "invalid type %s"
@@ -643,11 +644,11 @@ msgstr "无效类型 %s"
643
644
 
644
645
  #: ../app/services/foreman_openscap/client_config/ansible.rb:23
645
646
  msgid "Requires Ansible plugin, %s Ansible role and variables. This will assign the role to the hosts or selected hostgroups."
646
- msgstr ""
647
+ msgstr "需要 Ansible 插件,%s Ansible 角色和变量。这将为主机或选定的主机组分配角色。"
647
648
 
648
649
  #: ../app/services/foreman_openscap/client_config/ansible.rb:24
649
650
  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."
650
- msgstr ""
651
+ msgstr "要部署 foreman_scap_client,需要手动触发 ansible 角色运行。在更改此策略后,还需要手动运行。"
651
652
 
652
653
  #: ../app/services/foreman_openscap/client_config/ansible.rb:34
653
654
  msgid "theforeman.foreman_scap_client Ansible Role not found, please import it before running this action again."
@@ -663,15 +664,15 @@ msgstr "Ansible 变量"
663
664
 
664
665
  #: ../app/services/foreman_openscap/client_config/manual.rb:14
665
666
  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."
666
- msgstr ""
667
+ msgstr "这会使用户只保留 foreman_scap_client 的设置。策略仍然需要定义才能来链接传入的 ARF 报告。"
667
668
 
668
669
  #: ../app/services/foreman_openscap/client_config/puppet.rb:17
669
670
  msgid "Requires %s Puppet class. This will assign the class to the hosts or selected hostgroups."
670
- msgstr ""
671
+ msgstr "需要 %s Puppet 类。这会将类分配给主机或所选主机组。"
671
672
 
672
673
  #: ../app/services/foreman_openscap/client_config/puppet.rb:18
673
674
  msgid "Every puppet run ensures the foreman_scap_client is configured according to the policy."
674
- msgstr ""
675
+ msgstr "每个 puppet 运行确保了 foreman_scap_client 会根据策略配置。"
675
676
 
676
677
  #: ../app/services/foreman_openscap/client_config/puppet.rb:39
677
678
  msgid "Puppet class"
@@ -687,15 +688,15 @@ msgstr "已选择 %{type} 将策略部署到客户端,但是%{type} 不可用
687
688
 
688
689
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:26
689
690
  msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
690
- msgstr "没有找到所需的%{msg_name}%{class},请确认它已被导入。"
691
+ msgstr "没有找到所需的%%{msg_name}%%{class},请确认它已被导入。"
691
692
 
692
693
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:34
693
694
  msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
694
- msgstr "{item_name} 缺少以下 {key_name}:%{key_names}。在继续操作之前,请确保已将其导入。"
695
+ msgstr "%%{item_name} 缺少以下 %%{key_name}:%%{key_names}。在继续操作之前,请确保已将其导入。"
695
696
 
696
697
  #: ../app/services/foreman_openscap/lookup_key_overrider.rb:56
697
698
  msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
698
- msgstr "覆盖%{config_tool} 的参数时无法保存,原因是:%{errors}"
699
+ msgstr "覆盖%%{config_tool} 的参数时无法保存,原因是:%{errors}"
699
700
 
700
701
  #: ../app/validators/foreman_openscap/data_stream_validator.rb:9
701
702
  msgid "No proxy with OpenSCAP feature was found."
@@ -965,11 +966,11 @@ msgstr "名称"
965
966
 
966
967
  #: ../app/views/policies/_list.html.erb:4
967
968
  msgid "Content"
968
- msgstr ""
969
+ msgstr "内容"
969
970
 
970
971
  #: ../app/views/policies/_list.html.erb:5
971
972
  msgid "Profile"
972
- msgstr ""
973
+ msgstr "配置集"
973
974
 
974
975
  #: ../app/views/policies/_list.html.erb:7
975
976
  msgid "Effective Profile"
@@ -1113,15 +1114,15 @@ msgstr "SCAP 数据流文件"
1113
1114
 
1114
1115
  #: ../app/views/scap_contents/_list.html.erb:3
1115
1116
  msgid "Title"
1116
- msgstr ""
1117
+ msgstr "提示"
1117
1118
 
1118
1119
  #: ../app/views/scap_contents/_list.html.erb:4 ../app/views/tailoring_files/_list.html.erb:4
1119
1120
  msgid "File name"
1120
- msgstr ""
1121
+ msgstr "文件名"
1121
1122
 
1122
1123
  #: ../app/views/scap_contents/_list.html.erb:5 ../app/views/tailoring_files/_list.html.erb:5
1123
1124
  msgid "Created at"
1124
- msgstr ""
1125
+ msgstr "建立于"
1125
1126
 
1126
1127
  #: ../app/views/scap_contents/_list.html.erb:17 ../app/views/tailoring_files/_list.html.erb:23
1127
1128
  msgid "Download"
@@ -1229,35 +1230,35 @@ msgstr "OpenSCAP 策略报告摘要"
1229
1230
 
1230
1231
  #: ../lib/foreman_openscap/bulk_upload.rb:20
1231
1232
  msgid "Can't find scap-security-guide RPM, are you sure it is installed on your server?"
1232
- msgstr ""
1233
+ msgstr "无法找到 scap-security-guide RPM,您确定是否已安装在服务器上?"
1233
1234
 
1234
1235
  #: ../lib/foreman_openscap/bulk_upload.rb:29
1235
1236
  msgid "Expected an array of files to upload, got: %s."
1236
- msgstr ""
1237
+ msgstr "预期上传一个文件数组,实际为:%s。"
1237
1238
 
1238
1239
  #: ../lib/foreman_openscap/bulk_upload.rb:35
1239
1240
  msgid "%s is a directory, expecting file."
1240
- msgstr ""
1241
+ msgstr "%s 是一个目录,预期为文件。"
1241
1242
 
1242
1243
  #: ../lib/foreman_openscap/bulk_upload.rb:40
1243
1244
  msgid "%s does not exist, skipping."
1244
- msgstr ""
1245
+ msgstr "%s 不存在,跳过。"
1245
1246
 
1246
1247
  #: ../lib/foreman_openscap/bulk_upload.rb:58
1247
1248
  msgid "Failed saving %s:"
1248
- msgstr ""
1249
+ msgstr "保存失败 %s:"
1249
1250
 
1250
1251
  #: ../lib/foreman_openscap/bulk_upload.rb:66
1251
1252
  msgid "No such directory: %s. Please check the path you have provided."
1252
- msgstr ""
1253
+ msgstr "没有这个目录:%s。请检查您所提供的路径。"
1253
1254
 
1254
1255
  #: ../lib/foreman_openscap/bulk_upload.rb:88
1255
1256
  msgid "Red Hat %s default content"
1256
- msgstr ""
1257
+ msgstr "Red Hat %s 默认内容"
1257
1258
 
1258
1259
  #: ../lib/foreman_openscap/bulk_upload.rb:88
1259
1260
  msgid "%s content"
1260
- msgstr ""
1261
+ msgstr "%s 内容"
1261
1262
 
1262
1263
  #: ../lib/foreman_openscap/engine.rb:133
1263
1264
  msgid "Policies"
@@ -1289,59 +1290,55 @@ msgstr "运行 OpenSCAP 扫描"
1289
1290
 
1290
1291
  #: ../lib/foreman_openscap/engine.rb:220 ../lib/foreman_openscap/engine.rb:234
1291
1292
  msgid "Run OpenSCAP remediation with Ansible"
1292
- msgstr ""
1293
+ msgstr "使用 Ansible 运行 OpenSCAP 补救"
1293
1294
 
1294
1295
  #: ../lib/foreman_openscap/engine.rb:225 ../lib/foreman_openscap/engine.rb:235
1295
1296
  msgid "Run OpenSCAP remediation with Shell"
1296
- msgstr ""
1297
+ msgstr "使用 Shell 运行 OpenSCAP 补救"
1297
1298
 
1298
1299
  #: ../webpack/components/ConfirmModal.js:20
1299
1300
  msgid "Confirm"
1300
- msgstr ""
1301
-
1302
- #: ../webpack/components/EditableInput.js:79
1303
- msgid "None provided"
1304
- msgstr ""
1301
+ msgstr "确认"
1305
1302
 
1306
1303
  #: ../webpack/components/HostExtentions/HostKebabItems.js:37
1307
1304
  msgid "There's no available report for this host"
1308
- msgstr ""
1305
+ msgstr "此主机没有可用的报告"
1309
1306
 
1310
1307
  #: ../webpack/components/OpenscapRemediationWizard/Footer.js:30 ../webpack/components/OpenscapRemediationWizard/index.js:94
1311
1308
  msgid "Run"
1312
- msgstr ""
1309
+ msgstr "运行"
1313
1310
 
1314
1311
  #: ../webpack/components/OpenscapRemediationWizard/ViewSelectedHostsLink.js:28
1315
1312
  msgid "View selected hosts"
1316
- msgstr ""
1313
+ msgstr "查看所选主机"
1317
1314
 
1318
1315
  #: ../webpack/components/OpenscapRemediationWizard/constants.js:19 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:123
1319
1316
  msgid "Select snippet"
1320
- msgstr ""
1317
+ msgstr "选择片断"
1321
1318
 
1322
1319
  #: ../webpack/components/OpenscapRemediationWizard/constants.js:20 ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:193
1323
1320
  msgid "Review hosts"
1324
- msgstr ""
1321
+ msgstr "审阅主机"
1325
1322
 
1326
1323
  #: ../webpack/components/OpenscapRemediationWizard/constants.js:21 ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:97
1327
1324
  msgid "Review remediation"
1328
- msgstr ""
1325
+ msgstr "审阅补救"
1329
1326
 
1330
1327
  #: ../webpack/components/OpenscapRemediationWizard/constants.js:22
1331
1328
  msgid "Done"
1332
- msgstr ""
1329
+ msgstr "完成"
1333
1330
 
1334
1331
  #: ../webpack/components/OpenscapRemediationWizard/index.js:132
1335
1332
  msgid "Remediate %s rule"
1336
- msgstr ""
1333
+ msgstr "补救 %s 规则"
1337
1334
 
1338
1335
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:85
1339
1336
  msgid "Job details"
1340
- msgstr ""
1337
+ msgstr "作业详情"
1341
1338
 
1342
1339
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:90
1343
1340
  msgid "Close"
1344
- msgstr ""
1341
+ msgstr "关闭"
1345
1342
 
1346
1343
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:103 ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:147 ../webpack/components/withLoading.js:12
1347
1344
  msgid "Error!"
@@ -1349,111 +1346,104 @@ msgstr "错误!"
1349
1346
 
1350
1347
  #: ../webpack/components/OpenscapRemediationWizard/steps/Finish.js:112
1351
1348
  msgid "The job has started on selected host(s), you can check the status on the job details page."
1352
- msgstr ""
1349
+ msgstr "作业已在所选主机上启动,您可以在详情页中检查作业的状态。"
1353
1350
 
1354
1351
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:183
1355
1352
  msgid "OS"
1356
- msgstr ""
1353
+ msgstr "OS"
1357
1354
 
1358
1355
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewHosts.js:194
1359
1356
  msgid "By default, remediation is applied to the current host. Optionally, remediate any additional hosts that fail the rule."
1360
- msgstr ""
1357
+ msgstr "默认情况下,补救会应用到当前主机。(可选)修复任何规则失败的额外主机。"
1361
1358
 
1362
1359
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:64
1363
1360
  msgid "Review the remediation snippet and apply it to the host manually."
1364
- msgstr ""
1361
+ msgstr "检查补救片段,并手动应用到主机。"
1365
1362
 
1366
1363
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:65
1367
1364
  msgid "Review the remediation snippet that will be applied to selected host(s)."
1368
- msgstr ""
1365
+ msgstr "检查将应用到所选主机的补救片段。"
1369
1366
 
1370
1367
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:70
1371
1368
  msgid "A reboot is required after applying remediation."
1372
- msgstr ""
1369
+ msgstr "在应用补救后需要重启。"
1373
1370
 
1374
1371
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:71
1375
1372
  msgid "A reboot might be required after applying remediation."
1376
- msgstr ""
1373
+ msgstr "在应用补救后可能需要重启。"
1377
1374
 
1378
1375
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:87
1379
1376
  msgid "Successfully copied to clipboard!"
1380
- msgstr ""
1377
+ msgstr "成功复制到剪贴板!"
1381
1378
 
1382
1379
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:88
1383
1380
  msgid "Copy to clipboard"
1384
- msgstr ""
1381
+ msgstr "复制到剪贴板"
1385
1382
 
1386
1383
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:106
1387
1384
  msgid "Do not implement any of the recommended remedial actions or scripts without first testing them in a non-production environment."
1388
- msgstr ""
1385
+ msgstr "在非生产环境中测试之前,不要实施任何推荐的补救操作或脚本。"
1389
1386
 
1390
1387
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:109
1391
1388
  msgid "Remediation might render the system non-functional."
1392
- msgstr ""
1389
+ msgstr "补救可能会导致系统无法正常工作。"
1393
1390
 
1394
1391
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:144
1395
1392
  msgid "Other hosts failing this rule"
1396
- msgstr ""
1393
+ msgstr "其他这个规则失败的主机"
1397
1394
 
1398
1395
  #: ../webpack/components/OpenscapRemediationWizard/steps/ReviewRemediation.js:161
1399
1396
  msgid "Reboot the system(s)"
1400
- msgstr ""
1397
+ msgstr "重启系统"
1401
1398
 
1402
1399
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:71
1403
1400
  msgid "Method"
1404
- msgstr ""
1401
+ msgstr "方法"
1405
1402
 
1406
1403
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:77
1407
1404
  msgid "Remote job"
1408
- msgstr ""
1405
+ msgstr "远程作业"
1409
1406
 
1410
1407
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:86
1411
1408
  msgid "Manual"
1412
- msgstr ""
1409
+ msgstr "手册"
1413
1410
 
1414
1411
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:101
1415
1412
  msgid "There is no job to remediate with. Please remediate manually."
1416
- msgstr ""
1413
+ msgstr "没有可以修复的作业。请手动修复。"
1417
1414
 
1418
1415
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:107
1419
1416
  msgid "Snippet"
1420
- msgstr ""
1417
+ msgstr "程序代码片段"
1421
1418
 
1422
1419
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:155
1423
1420
  msgid "Select remediation method"
1424
- msgstr ""
1421
+ msgstr "选择补救方法"
1425
1422
 
1426
1423
  #: ../webpack/components/OpenscapRemediationWizard/steps/SnippetSelect.js:156
1427
1424
  msgid "You can remediate by running a remote job or you can display a snippet for manual remediation."
1428
- msgstr ""
1425
+ msgstr "您可以通过运行远程作业来修复,也可以显示用于手动修复的代码片段。"
1429
1426
 
1430
1427
  #: ../webpack/components/withDeleteModal.js:27
1431
1428
  msgid "Are you sure you want to delete %s?"
1432
- msgstr ""
1429
+ msgstr "您确定要删除 %s 吗?"
1433
1430
 
1434
1431
  #: ../webpack/components/withLoading.js:64
1435
1432
  msgid "Permission denied"
1436
- msgstr ""
1433
+ msgstr "没有权限"
1437
1434
 
1438
1435
  #: ../webpack/helpers/mutationHelper.js:7
1439
1436
  msgid "There was a following error when deleting %(name)s: %(error)s"
1440
- msgstr ""
1437
+ msgstr "删除 %(name)s 时出现以下错误:%(error)s"
1441
1438
 
1442
1439
  #: ../webpack/helpers/permissionsHelper.js:34
1443
1440
  msgid "You are not authorized to view the page. "
1444
- msgstr ""
1441
+ msgstr "您没有权利查看该页面。 "
1445
1442
 
1446
1443
  #: ../webpack/helpers/permissionsHelper.js:37
1447
1444
  msgid "Request the following permissions from administrator: %s."
1448
- msgstr ""
1449
-
1450
- #~ msgid "The following Smart Proxies need to be updated to unlock the feature: %s. "
1451
- #~ msgstr "下列智能代理服务器需要更新,以便解锁功能:%s。 "
1445
+ msgstr "连续管理员来获得以下权限:%s。"
1452
1446
 
1453
- #~ msgid ""
1454
- #~ "The following proxies could not be reached: %s. Please make sure they are avai"
1455
- #~ "lable so Foreman can check their versions."
1456
- #~ msgstr "无法访问下列代理服务器:%s。请确保它们可用,以便 Foreman 检查其版本。"
1457
-
1458
- #~ msgid "This feature is temporarily disabled. "
1459
- #~ msgstr "此功能暂时被禁用。"
1447
+ #: ../webpack/components/EditableInput.js:79
1448
+ #~ msgid "None provided"
1449
+ #~ msgstr "没有提供"