katello 3.16.0.rc3 → 3.16.0.rc3.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/app/lib/actions/katello/host/upload_profiles.rb +20 -11
  3. data/app/lib/katello/concerns/base_template_scope_extensions.rb +5 -1
  4. data/app/lib/katello/logging.rb +14 -0
  5. data/app/models/katello/concerns/http_proxy_extensions.rb +30 -7
  6. data/app/models/katello/glue/candlepin/candlepin_object.rb +9 -5
  7. data/app/models/katello/glue/candlepin/pool.rb +7 -2
  8. data/app/models/katello/glue/provider.rb +11 -4
  9. data/app/models/katello/host/content_facet.rb +1 -1
  10. data/app/models/katello/pool.rb +1 -1
  11. data/app/models/katello/root_repository.rb +1 -1
  12. data/app/services/katello/pulp3/rpm.rb +3 -2
  13. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +367 -450
  14. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +427 -499
  15. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +434 -543
  16. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +434 -558
  17. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +425 -499
  18. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +441 -534
  19. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +425 -493
  20. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +434 -542
  21. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +425 -493
  22. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +441 -524
  23. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +427 -500
  24. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +10 -10
  25. data/lib/katello/version.rb +1 -1
  26. data/locale/action_names.rb +33 -33
  27. data/locale/bn/katello.po +12 -0
  28. data/locale/cs/katello.po +12 -0
  29. data/locale/de/katello.po +12 -0
  30. data/locale/en/katello.po +12 -0
  31. data/locale/es/katello.po +12 -0
  32. data/locale/fr/katello.po +12 -0
  33. data/locale/gu/katello.po +12 -0
  34. data/locale/hi/katello.po +12 -0
  35. data/locale/it/katello.po +12 -0
  36. data/locale/ja/katello.po +12 -0
  37. data/locale/katello.pot +154 -137
  38. data/locale/kn/katello.po +12 -0
  39. data/locale/ko/katello.po +12 -0
  40. data/locale/mr/katello.po +12 -0
  41. data/locale/or/katello.po +12 -0
  42. data/locale/pa/katello.po +12 -0
  43. data/locale/pt/katello.po +12 -0
  44. data/locale/pt_BR/katello.po +12 -0
  45. data/locale/ru/katello.po +12 -0
  46. data/locale/ta/katello.po +12 -0
  47. data/locale/te/katello.po +12 -0
  48. data/locale/zh_CN/katello.po +12 -0
  49. data/locale/zh_TW/katello.po +12 -0
  50. data/webpack/global_test_setup.js +3 -0
  51. data/webpack/test-utils/nockWrapper.js +1 -1
  52. metadata +3 -2
@@ -2,13 +2,14 @@
2
2
  # Translators:
3
3
  # Martin Liu <liuzh66@gmail.com>, 2017
4
4
  # 0868a4d1af5275b3f70b0a6dac4c99a4, 2017
5
- # tim123, 2019
6
- # Bryan Kearney <bryan.kearney@gmail.com>, 2019
5
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2020
6
+ # tim123, 2020
7
+ # Amit Upadhye <aupadhye@redhat.com>, 2020
7
8
  #
8
9
  msgid ""
9
10
  msgstr ""
10
11
  "Project-Id-Version: \n"
11
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2019\n"
12
+ "Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2020\n"
12
13
  "Language-Team: Chinese (China) (https://www.transifex.com/foreman/teams/114/zh_CN/)\n"
13
14
  "Content-Type: text/plain; charset=UTF-8\n"
14
15
  "Content-Transfer-Encoding: 8bit\n"
@@ -23,10 +24,6 @@ msgstr "- 日期和类型"
23
24
  msgid "-- select an interval --"
24
25
  msgstr "-- 选择间隔 --"
25
26
 
26
- #: app/assets/javascripts/bastion_katello/subscriptions/subscription-start-date.directive.js
27
- msgid "(future)"
28
- msgstr "(未来)"
29
-
30
27
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html
31
28
  msgid "(Not all Activation Keys editable )"
32
29
  msgstr "(不是所有激活码都可以编辑)"
@@ -146,6 +143,11 @@ msgstr "{{ product.name }}"
146
143
  msgid "{{ puppetModule.name }}"
147
144
  msgstr "{{ puppetModule.name }}"
148
145
 
146
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
147
+ msgid ""
148
+ "{{ repository.content_counts.ansible_collection || 0 }} Ansible Collections"
149
+ msgstr ""
150
+
149
151
  #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-apt.html
150
152
  msgid "{{ repository.content_counts.deb }} deb Packages"
151
153
  msgstr "{{ repository.content_counts.deb }} deb 软件包"
@@ -199,6 +201,10 @@ msgstr "{{ repository.content_counts.erratum || 0 }} 勘误"
199
201
  msgid "{{ repository.content_counts.file || 0 }} Files"
200
202
  msgstr "{{ repository.content_counts.file || 0 }} 文件"
201
203
 
204
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html
205
+ msgid "{{ repository.content_counts.module_stream || 0 }} Module Streams"
206
+ msgstr ""
207
+
202
208
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
203
209
  msgid "{{ repository.content_counts.ostree_branch || 0 }} OSTree Branches"
204
210
  msgstr "{{ repository.content_counts.ostree_branch || 0 }} OSTree 分支"
@@ -315,9 +321,12 @@ msgstr "*这些标记的内容视图版本来自综合内容视图。下面列
315
321
  msgid "/foreman_tasks/tasks/%taskId"
316
322
  msgstr ""
317
323
 
324
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js
325
+ msgid "/job_invocations"
326
+ msgstr ""
327
+
318
328
  #: app/assets/javascripts/bastion_katello/activation-keys/activationKeyConsumed.filter.js
319
329
  #: app/assets/javascripts/bastion_katello/subscriptions/subscriptionConsumed.filter.js
320
- #: app/assets/javascripts/bastion_katello/subscriptions/subscriptions.controller.js
321
330
  msgid "%(consumed)s out of %(quantity)s"
322
331
  msgstr "%(quantity)s 中的 %(consumed)s"
323
332
 
@@ -456,23 +465,11 @@ msgid ""
456
465
  "href=\"/foreman_tasks/tasks/{{ task.id }}\">click for more details</a>"
457
466
  msgstr "已在后台启用同步,<a href=\"/foreman_tasks/tasks/{{ task.id }}\">点击查看详情</a>"
458
467
 
459
- #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
460
- msgid ""
461
- "Access to repositories is unrestricted in this organization. Hosts can "
462
- "consume all repositories available in the Content View they are registered "
463
- "to, regardless of subscription status."
464
- msgstr "该组织中对库的访问不受限制。主机可使用它们注册的内容视图中的所有可用库,不管订阅状态如何。"
465
-
466
468
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
467
469
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
468
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
469
470
  msgid "Account"
470
471
  msgstr "帐户"
471
472
 
472
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
473
- msgid "Account Number"
474
- msgstr "帐户号"
475
-
476
473
  #: app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
477
474
  msgid "Action"
478
475
  msgstr "操作"
@@ -506,10 +503,6 @@ msgstr "激活码内容"
506
503
  msgid "Activation Key removed."
507
504
  msgstr "已删除激活码。"
508
505
 
509
- #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
510
- msgid "Activation Key Type:"
511
- msgstr "激活码类型:"
512
-
513
506
  #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js
514
507
  msgid "Activation Key updated"
515
508
  msgstr "已更新激活码"
@@ -537,6 +530,7 @@ msgstr "活动任务"
537
530
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
538
531
  #: app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite.html
539
532
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter.html
533
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter.html
540
534
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter.html
541
535
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
542
536
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html
@@ -564,6 +558,14 @@ msgstr "添加内容视图至 {{ contentView.name }}"
564
558
  msgid "Add Errata"
565
559
  msgstr "添加勘误"
566
560
 
561
+ #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
562
+ msgid "Add hosts to the host collection to see available actions."
563
+ msgstr ""
564
+
565
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
566
+ msgid "Add Module Stream"
567
+ msgstr ""
568
+
567
569
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html
568
570
  msgid "Add New Container Image Tag Filter"
569
571
  msgstr "添加新的容器镜像标签过滤器"
@@ -580,9 +582,10 @@ msgstr "添加新模块"
580
582
  msgid "Add New Yum Filter"
581
583
  msgstr "添加新的 Yum 过滤器"
582
584
 
585
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
583
586
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
584
587
  msgid "Add ons"
585
- msgstr ""
588
+ msgstr "附加组件"
586
589
 
587
590
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
588
591
  msgid "Add Package Group"
@@ -778,10 +781,6 @@ msgstr "保存库时出错:"
778
781
  msgid "An error occurred saving the Sync Plan:"
779
782
  msgstr "保存产同步计划时出错:"
780
783
 
781
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
782
- msgid "An error occurred saving the URL:"
783
- msgstr "保存 URL 时出错:"
784
-
785
784
  #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
786
785
  msgid ""
787
786
  "An error occurred trying to auto-attach subscriptions. Please check your "
@@ -806,10 +805,15 @@ msgstr "创建内容凭证时出错:"
806
805
  msgid "An error occurred while creating the Product: %s"
807
806
  msgstr "创建产品时出错:%s"
808
807
 
808
+ #: app/assets/javascripts/bastion_katello/products/bulk/products-bulk-http-proxy-modal.controller.js
809
809
  #: app/assets/javascripts/bastion_katello/products/products.controller.js
810
810
  msgid "An error occurred:"
811
811
  msgstr "出错:"
812
812
 
813
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
814
+ msgid "Ansible Collections"
815
+ msgstr "Ansible 系列"
816
+
813
817
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
814
818
  #: app/assets/javascripts/bastion_katello/errata/views/errata.html
815
819
  #: app/assets/javascripts/bastion_katello/packages/views/packages.html
@@ -825,10 +829,7 @@ msgstr "适用的内容主机"
825
829
  msgid "Applicable Errata"
826
830
  msgstr "可用勘误"
827
831
 
828
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
829
- msgid "Applicable hosts for {{ erratum.errata_id }}"
830
- msgstr "{{ erratum.errata_id }} 的可用主机"
831
-
832
+ #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
832
833
  #: app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
833
834
  msgid ""
834
835
  "Applicable only for composite views. Auto publish composite view when a new "
@@ -848,6 +849,7 @@ msgstr "适用于"
848
849
  msgid "Applicable to Host"
849
850
  msgstr "适用于主机"
850
851
 
852
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
851
853
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
852
854
  msgid "Application"
853
855
  msgstr "应用程序"
@@ -914,6 +916,11 @@ msgstr "在主机中应用"
914
916
  msgid "Applying"
915
917
  msgstr "正在应用"
916
918
 
919
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
920
+ msgid "Apt Actions"
921
+ msgstr ""
922
+
923
+ #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
917
924
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html
918
925
  #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html
919
926
  msgid "Apt Repositories"
@@ -926,6 +933,7 @@ msgstr "Apt 存储库"
926
933
  msgid "Arch"
927
934
  msgstr "归档"
928
935
 
936
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
929
937
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
930
938
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
931
939
  #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-deb.html
@@ -936,10 +944,6 @@ msgstr "归档"
936
944
  msgid "Architecture"
937
945
  msgstr "架构"
938
946
 
939
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
940
- msgid "Architecture(s)"
941
- msgstr "架构"
942
-
943
947
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
944
948
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
945
949
  msgid "Architectures"
@@ -979,9 +983,11 @@ msgstr ""
979
983
  "您确定要为在 {{ selected.environment.name }} 中选择的 {{ selected.contentView.name }} "
980
984
  "分配选择的 {{ table.numSelected }} 内容主机吗?"
981
985
 
982
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
983
- msgid "Are you sure you want to delete the manifest?"
984
- msgstr "你确定要删除这个清单?"
986
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-destroy-modal.html
987
+ msgid ""
988
+ "Are you sure you want to delete the {{ table.numSelected }} host(s) "
989
+ "selected?"
990
+ msgstr ""
985
991
 
986
992
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
987
993
  msgid ""
@@ -1099,12 +1105,6 @@ msgid ""
1099
1105
  "selected from the host collection(s) chosen?"
1100
1106
  msgstr "您确定要从所选主机集合中删除选择的 {{ table.numSelected }} 内容主机吗?"
1101
1107
 
1102
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-destroy-modal.html
1103
- msgid ""
1104
- "Are you sure you want to remove the {{ table.numSelected }} host(s) "
1105
- "selected?"
1106
- msgstr "您确定要删除所选的 {{ table.numSelected }} 主机吗?"
1107
-
1108
1108
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
1109
1109
  msgid ""
1110
1110
  "Are you sure you want to remove the sync plan from the selected product(s)?"
@@ -1122,6 +1122,16 @@ msgid ""
1122
1122
  "}}\"?"
1123
1123
  msgstr "您确定要重启内容主机 \"{{ host.name }}\" 上的服务吗?"
1124
1124
 
1125
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
1126
+ msgid ""
1127
+ "Are you sure you want to restart the services on the selected content hosts?"
1128
+ msgstr ""
1129
+
1130
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
1131
+ msgid ""
1132
+ "Are you sure you want to set the HTTP Proxy to the selected products(s)?"
1133
+ msgstr ""
1134
+
1125
1135
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-release-version-modal.html
1126
1136
  msgid ""
1127
1137
  "Are you sure you want to set the Release Version the {{ table.numSelected }}"
@@ -1166,7 +1176,6 @@ msgid "Assign Release Version"
1166
1176
  msgstr "分配发行版本"
1167
1177
 
1168
1178
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
1169
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
1170
1179
  msgid "Associations"
1171
1180
  msgstr "关联"
1172
1181
 
@@ -1183,6 +1192,7 @@ msgstr "已添加"
1183
1192
  #: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-modules.html
1184
1193
  #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-puppet-modules.html
1185
1194
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-puppet-modules.html
1195
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
1186
1196
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-puppet-modules.html
1187
1197
  #: app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-info.html
1188
1198
  #: app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules.html
@@ -1196,14 +1206,16 @@ msgstr "自动发布"
1196
1206
 
1197
1207
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
1198
1208
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
1199
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1200
1209
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
1201
1210
  msgid "Auto-Attach"
1202
1211
  msgstr "自动附加"
1203
1212
 
1213
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1214
+ msgid "Auto-Attach Details"
1215
+ msgstr ""
1216
+
1204
1217
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
1205
1218
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
1206
- #: app/assets/javascripts/bastion_katello/subscriptions/subscriptionAttachAmountFilter.filter.js
1207
1219
  msgid "Automatic"
1208
1220
  msgstr "自动"
1209
1221
 
@@ -1240,8 +1252,8 @@ msgid "Backend Identifier"
1240
1252
  msgstr "后端标识符"
1241
1253
 
1242
1254
  #: app/assets/javascripts/bastion_katello/products/details/repositories/download-policy.service.js
1243
- msgid "Background"
1244
- msgstr "背景"
1255
+ msgid "Background (Deprecated)"
1256
+ msgstr ""
1245
1257
 
1246
1258
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
1247
1259
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
@@ -1258,13 +1270,6 @@ msgstr "背景"
1258
1270
  msgid "Basic Information"
1259
1271
  msgstr "基本信息"
1260
1272
 
1261
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
1262
- msgid ""
1263
- "Below are the product's repository content sets currently available for this"
1264
- " subscription. For Red Hat subscriptions, additional content can be made "
1265
- "available through the"
1266
- msgstr "以下是目前可用于这个订阅的产品库内容集合。在 Red Hat 订阅中使用的附加内容可通过"
1267
-
1268
1273
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
1269
1274
  msgid ""
1270
1275
  "Below are the repository content sets currently available for this content "
@@ -1283,6 +1288,10 @@ msgstr "以下是可通过其订阅在激活码中使用的库内容集合。在
1283
1288
  msgid "Between versions {{ rule.min_version }} and {{ rule.max_version }}"
1284
1289
  msgstr " {{ rule.min_version }} 版本和 {{ rule.max_version }} 版本之间"
1285
1290
 
1291
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1292
+ msgid "BIOS UUID"
1293
+ msgstr ""
1294
+
1286
1295
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
1287
1296
  msgid "Bootable"
1288
1297
  msgstr "可引导"
@@ -1325,6 +1334,7 @@ msgid "Build Time"
1325
1334
  msgstr "构建时间"
1326
1335
 
1327
1336
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
1337
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
1328
1338
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/content-view-deletion.html
1329
1339
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-activation-keys.html
1330
1340
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-confirm.html
@@ -1401,6 +1411,7 @@ msgstr "更改默认设置需要在该主机中安装 subscription-manager 版
1401
1411
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
1402
1412
  #: app/assets/javascripts/bastion_katello/files/details/views/file-info.html
1403
1413
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
1414
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
1404
1415
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
1405
1416
  msgid "Checksum"
1406
1417
  msgstr "Checksum"
@@ -1449,15 +1460,21 @@ msgstr "点这里为增量更新选择勘误。"
1449
1460
  msgid "Click to monitor task progress."
1450
1461
  msgstr ""
1451
1462
 
1463
+ #: app/assets/javascripts/bastion_katello/products/bulk/products-bulk-http-proxy-modal.controller.js
1452
1464
  #: app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
1453
1465
  #: app/assets/javascripts/bastion_katello/products/products.controller.js
1454
1466
  msgid "Click to view task"
1455
1467
  msgstr ""
1456
1468
 
1469
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-rule-matching-package-modal.html
1457
1470
  #: app/assets/javascripts/bastion_katello/errata/views/errata-task-details.html
1458
1471
  msgid "Close"
1459
1472
  msgstr "关闭"
1460
1473
 
1474
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
1475
+ msgid "Collection Name"
1476
+ msgstr ""
1477
+
1461
1478
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
1462
1479
  msgid ""
1463
1480
  "Comma separated list of components to sync from (leave clear to sync all). "
@@ -1487,11 +1504,15 @@ msgstr "提交"
1487
1504
  msgid "Complete Sync"
1488
1505
  msgstr "完成同步"
1489
1506
 
1507
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
1508
+ msgid "Completed {{ repository.last_sync_words }} ago"
1509
+ msgstr ""
1510
+
1490
1511
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1491
1512
  msgid ""
1492
- "Completely deletes the host record and removes all reporting, provisioning, "
1493
- "and configuration information."
1494
- msgstr "完全删除主机记录,删除所有报告、置备和配置信息。"
1513
+ "Completely deletes the host including VM and disks, and removes all "
1514
+ "reporting, provisioning, and configuration information."
1515
+ msgstr ""
1495
1516
 
1496
1517
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html
1497
1518
  msgid "Completely remove version?"
@@ -1507,19 +1528,19 @@ msgstr "组件"
1507
1528
  msgid "Components:"
1508
1529
  msgstr "组件:"
1509
1530
 
1531
+ #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
1532
+ msgid "Composite"
1533
+ msgstr "组成"
1534
+
1535
+ #: app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
1510
1536
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
1511
1537
  msgid "Composite View"
1512
1538
  msgstr "综合视图"
1513
1539
 
1514
- #: app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
1515
1540
  #: app/assets/javascripts/bastion_katello/content-views/views/content-views.html
1516
1541
  msgid "Composite View?"
1517
1542
  msgstr "综合视图?"
1518
1543
 
1519
- #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
1520
- msgid "Composite?"
1521
- msgstr "合成?"
1522
-
1523
1544
  #: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
1524
1545
  msgid "Confirm"
1525
1546
  msgstr "确认"
@@ -1528,15 +1549,14 @@ msgstr "确认"
1528
1549
  msgid "Confirm Remove"
1529
1550
  msgstr "确认删除"
1530
1551
 
1552
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
1553
+ msgid "Confirm services restart"
1554
+ msgstr ""
1555
+
1531
1556
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-confirm.html
1532
1557
  msgid "Confirm Version Removal: Version {{ version.version }}"
1533
1558
  msgstr "确认版本删除:版本 {{ version.version }}"
1534
1559
 
1535
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
1536
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
1537
- msgid "Consumed"
1538
- msgstr "已消耗"
1539
-
1540
1560
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
1541
1561
  msgid "Container Image Manifest"
1542
1562
  msgstr "容器镜像清单"
@@ -1622,10 +1642,6 @@ msgstr "已更新内容凭证"
1622
1642
  msgid "Content Credentials"
1623
1643
  msgstr "内容凭证"
1624
1644
 
1625
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
1626
- msgid "Content Download URL"
1627
- msgstr "内容需啊中 URL"
1628
-
1629
1645
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1630
1646
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
1631
1647
  msgid "Content Host"
@@ -1693,6 +1709,12 @@ msgstr "内容主机:"
1693
1709
  msgid "Content Hosts using Version {{ version.version }}"
1694
1710
  msgstr "使用版本 {{ version.version }} 的内容主机"
1695
1711
 
1712
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
1713
+ msgid ""
1714
+ "Content synced depends on the specifity of the URL and/or the optional requirements.yaml specified below <a class=\"fa fa-question-circle\" ng-show=\"repository.content_type === 'ansible_collection'\" uib-popover-html=\"collectionURLPopover\" popover-class=\"popover-large\" popover-trigger=\"'outsideClick'\" popover-append-to-body=\"true\" popover-title=\"Upstream URL\">\n"
1715
+ " </a>"
1716
+ msgstr ""
1717
+
1696
1718
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filters.html
1697
1719
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html
1698
1720
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
@@ -1784,20 +1806,16 @@ msgstr "包含此文件的内容视图"
1784
1806
  msgid "Content Views that contain this Puppet Module"
1785
1807
  msgstr "包含此 Puppet 模块的内容视图"
1786
1808
 
1809
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
1787
1810
  #: app/assets/javascripts/bastion_katello/module-streams/views/partials/module-streams-table.html
1788
1811
  msgid "Context"
1789
1812
  msgstr "上下文"
1790
1813
 
1791
1814
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
1792
1815
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
1793
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
1794
1816
  msgid "Contract"
1795
1817
  msgstr "合同"
1796
1818
 
1797
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
1798
- msgid "Contract Number"
1799
- msgstr "合同号"
1800
-
1801
1819
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
1802
1820
  msgid "Copy Activation Key"
1803
1821
  msgstr "复制激活码"
@@ -1818,10 +1836,6 @@ msgstr "复制主机集合"
1818
1836
  msgid "Cores per Socket"
1819
1837
  msgstr "每个插槽的 core"
1820
1838
 
1821
- #: app/assets/javascripts/bastion_katello/subscriptions/details/subscription-details.controller.js
1822
- msgid "Cores: %s"
1823
- msgstr "核: %s"
1824
-
1825
1839
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-copy.html
1826
1840
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-copy.html
1827
1841
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-copy.html
@@ -1970,12 +1984,7 @@ msgid ""
1970
1984
  "Daily at {{ product.sync_plan.sync_date | date:'mediumTime' }} (Server Time)"
1971
1985
  msgstr "每日于 {{ product.sync_plan.sync_date | date:'mediumTime' }} (服务器时间)"
1972
1986
 
1973
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
1974
1987
  #: app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
1975
- #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
1976
- #: app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
1977
- #: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-info.html
1978
- #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
1979
1988
  #: app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
1980
1989
  #: app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
1981
1990
  msgid "Date"
@@ -1995,15 +2004,12 @@ msgstr "已在后台启动 deb元数据生成。点击
1995
2004
  msgid "deb Packages"
1996
2005
  msgstr "deb 软件包"
1997
2006
 
2007
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1998
2008
  #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html
1999
2009
  #: app/assets/javascripts/bastion_katello/debs/views/debs.html
2000
2010
  msgid "Deb Packages"
2001
2011
  msgstr "Deb 软件包"
2002
2012
 
2003
- #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
2004
- msgid "Deb Repositories"
2005
- msgstr "Deb 存储库"
2006
-
2007
2013
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
2008
2014
  #: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
2009
2015
  msgid "Deb:"
@@ -2019,22 +2025,17 @@ msgstr "Deb"
2019
2025
  msgid "Default"
2020
2026
  msgstr "默认"
2021
2027
 
2022
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
2023
- msgid "Delete all subscriptions attached to activation keys."
2024
- msgstr "删除附加到激活码的所有订阅。"
2025
-
2026
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
2027
- msgid "Delete all subscriptions that are attached to running hosts."
2028
- msgstr "删除附加到运行主机的所有订阅。"
2028
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
2029
+ msgid "Default Status"
2030
+ msgstr ""
2029
2031
 
2030
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
2031
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
2032
- msgid "Delete Manifest"
2033
- msgstr "删除清单"
2032
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-destroy-modal.html
2033
+ msgid "Delete {{ table.numSelected }} Hosts?"
2034
+ msgstr ""
2034
2035
 
2035
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
2036
- msgid "Delete Manifest?"
2037
- msgstr "删除清单?"
2036
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
2037
+ msgid "Delete Hosts"
2038
+ msgstr "删除主机"
2038
2039
 
2039
2040
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html
2040
2041
  msgid "Delete Version {{ version.version }}"
@@ -2096,7 +2097,6 @@ msgstr "相依性"
2096
2097
  #: app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
2097
2098
  #: app/assets/javascripts/bastion_katello/products/views/products.html
2098
2099
  #: app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-info.html
2099
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
2100
2100
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
2101
2101
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
2102
2102
  #: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
@@ -2111,6 +2111,7 @@ msgstr "描述"
2111
2111
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
2112
2112
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/docker-filter.html
2113
2113
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter.html
2114
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter.html
2114
2115
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter.html
2115
2116
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter.html
2116
2117
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html
@@ -2125,8 +2126,6 @@ msgstr "描述"
2125
2126
  #: app/assets/javascripts/bastion_katello/packages/details/views/package.html
2126
2127
  #: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
2127
2128
  #: app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module.html
2128
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-details.html
2129
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest.html
2130
2129
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
2131
2130
  #: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
2132
2131
  msgid "Details"
@@ -2172,10 +2171,6 @@ msgstr "摘要"
2172
2171
  msgid "Disable"
2173
2172
  msgstr "禁用"
2174
2173
 
2175
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
2176
- msgid "Disable Red Hat Insights"
2177
- msgstr "禁用 Red Hat Insights"
2178
-
2179
2174
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
2180
2175
  #: app/assets/javascripts/bastion_katello/repository-sets/repository-sets-enabled.filter.js
2181
2176
  msgid "Disabled"
@@ -2242,6 +2237,13 @@ msgstr "完成"
2242
2237
  msgid "Download Policy"
2243
2238
  msgstr "下载策略"
2244
2239
 
2240
+ #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-publish.html
2241
+ msgid ""
2242
+ "Duplicate repositories between the selected Content View Versions will "
2243
+ "merge, resulting in a Composite Content View with all packages that exist "
2244
+ "among the duplicates."
2245
+ msgstr ""
2246
+
2245
2247
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/docker-tag-filter-details.html
2246
2248
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
2247
2249
  msgid "Edit"
@@ -2251,6 +2253,11 @@ msgstr "编辑"
2251
2253
  msgid "Enable"
2252
2254
  msgstr "启用"
2253
2255
 
2256
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
2257
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2258
+ msgid "Enable Traces"
2259
+ msgstr ""
2260
+
2254
2261
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
2255
2262
  #: app/assets/javascripts/bastion_katello/repository-sets/repository-sets-enabled.filter.js
2256
2263
  msgid "Enabled"
@@ -2260,18 +2267,10 @@ msgstr "启用"
2260
2267
  msgid "Enabled (overridden)"
2261
2268
  msgstr "已启用(被覆盖)"
2262
2269
 
2263
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
2264
- msgid "Enabled?"
2265
- msgstr "已启用?"
2266
-
2267
2270
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata.html
2268
2271
  msgid "End Date"
2269
2272
  msgstr "终止日期"
2270
2273
 
2271
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
2272
- msgid "Ends"
2273
- msgstr "结束"
2274
-
2275
2274
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
2276
2275
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2277
2276
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata.html
@@ -2406,24 +2405,11 @@ msgstr "勘误 - 日期和类型"
2406
2405
  msgid "Erratum Date Range"
2407
2406
  msgstr "勘误日期范围"
2408
2407
 
2409
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
2410
- msgid "Error deleting manifest."
2411
- msgstr "删除清单时出错。"
2412
-
2413
2408
  #: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-details-info.controller.js
2414
2409
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-info.controller.js
2415
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
2416
2410
  msgid "Error during upload:"
2417
2411
  msgstr "上传时出错:"
2418
2412
 
2419
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
2420
- msgid "Error importing manifest."
2421
- msgstr "导入清单时出错。"
2422
-
2423
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
2424
- msgid "Error refreshing manifest."
2425
- msgstr "刷新清单时出错。"
2426
-
2427
2413
  #: app/assets/javascripts/bastion_katello/products/new/new-sync-plan-modal.controller.js
2428
2414
  msgid "Error saving the Sync Plan:"
2429
2415
  msgstr ""
@@ -2433,10 +2419,6 @@ msgstr ""
2433
2419
  msgid "Event"
2434
2420
  msgstr "事件"
2435
2421
 
2436
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
2437
- msgid "Events"
2438
- msgstr "事件"
2439
-
2440
2422
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html
2441
2423
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/filter-helper.service.js
2442
2424
  msgid "Exclude"
@@ -2452,7 +2434,6 @@ msgstr "现有产品"
2452
2434
 
2453
2435
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
2454
2436
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
2455
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
2456
2437
  msgid "Expires"
2457
2438
  msgstr "过期"
2458
2439
 
@@ -2485,7 +2466,6 @@ msgid "File Repositories"
2485
2466
  msgstr "文件库"
2486
2467
 
2487
2468
  #: app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-details-info.controller.js
2488
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
2489
2469
  msgid "File too large."
2490
2470
  msgstr "文件过大。"
2491
2471
 
@@ -2550,7 +2530,6 @@ msgstr "过滤器:"
2550
2530
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
2551
2531
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
2552
2532
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-repositories.html
2553
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
2554
2533
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
2555
2534
  #: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
2556
2535
  #: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-versions.html
@@ -2582,21 +2561,13 @@ msgstr "在老的操作系统,比如 Red Hat Enterprise Linux 5 或 CentOS 5
2582
2561
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2583
2562
  msgid ""
2584
2563
  "For On Demand synchronization, only the metadata is downloaded during sync and packages are fetched and stored on the filesystem when clients request them.\n"
2585
- " For Background synchronization, a background task will download all packages after the initial sync.\n"
2564
+ " On Demand is not recommended for custom repositories unless the upstream repository maintains older versions of packages within the repository.\n"
2565
+ " For Background synchronization, a background task will download all packages after the initial sync (Deprecated).\n"
2586
2566
  " The Immediate option will download all metadata and packages immediately during the sync."
2587
2567
  msgstr ""
2588
- "对于按需同步,只有元数据会在同步期间下载,软件包则在客户要求时被获取和存储到文件系统中。\n"
2589
- " 对于后台同步,后台任务会在首次同步后下载所有的软件包。\n"
2590
- " 中间选项则会在同步期间立即下载所有元数据和软件包。"
2591
2568
 
2592
- #: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
2593
- msgid "For remote actions and reporting package & errata information:"
2594
- msgstr "远程操作以及报告软件包和勘误的信息:"
2595
-
2596
- #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-publish.html
2597
- msgid ""
2598
- "For the duplicate repositories, the packages in each Content View Version will combine regardless of the filters that \n"
2599
- " were applied to the individual Content View Version."
2569
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html
2570
+ msgid "For remote actions via katello-agent:"
2600
2571
  msgstr ""
2601
2572
 
2602
2573
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-promotion.html
@@ -2607,9 +2578,13 @@ msgstr "强制推广?"
2607
2578
  msgid "Force Puppet Environment"
2608
2579
  msgstr "强制实施 Puppet 环境"
2609
2580
 
2610
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
2611
- msgid "Generated On"
2612
- msgstr "已生成于"
2581
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/http-proxy-service.js
2582
+ msgid "Global Default"
2583
+ msgstr ""
2584
+
2585
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/http-proxy-service.js
2586
+ msgid "Global Default (None)"
2587
+ msgstr ""
2613
2588
 
2614
2589
  #: app/assets/javascripts/bastion_katello/content-credentials/new/views/new-content-credential.html
2615
2590
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
@@ -2621,10 +2596,6 @@ msgstr "已生成于"
2621
2596
  msgid "GPG Key"
2622
2597
  msgstr "GPG 密钥"
2623
2598
 
2624
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
2625
- msgid "GPG Key URL"
2626
- msgstr "GPG 密钥 URL"
2627
-
2628
2599
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
2629
2600
  msgid "Greater Than"
2630
2601
  msgstr "大于"
@@ -2645,10 +2616,7 @@ msgstr "组安装"
2645
2616
  msgid "Group Remove"
2646
2617
  msgstr "组删除"
2647
2618
 
2648
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
2649
- msgid "Guests of"
2650
- msgstr "虚拟机"
2651
-
2619
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
2652
2620
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
2653
2621
  msgid "Helper"
2654
2622
  msgstr "Helper"
@@ -2726,6 +2694,7 @@ msgstr "主机组"
2726
2694
  msgid "Host Limit"
2727
2695
  msgstr "主机限制"
2728
2696
 
2697
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
2729
2698
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2730
2699
  msgid "Hostname"
2731
2700
  msgstr "主机名"
@@ -2747,21 +2716,39 @@ msgstr ""
2747
2716
  "每小时于{{ product.sync_plan.sync_date | date:'m' }} 分 {{ "
2748
2717
  "product.sync_plan.sync_date | date:'s' }} 秒"
2749
2718
 
2719
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2720
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2721
+ msgid "HTTP Proxy"
2722
+ msgstr "HTTP 代理"
2723
+
2724
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2725
+ msgid "HTTP Proxy Policy"
2726
+ msgstr ""
2727
+
2728
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
2729
+ msgid "HTTP Proxy Policy:"
2730
+ msgstr ""
2731
+
2732
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
2733
+ msgid "HTTP Proxy:"
2734
+ msgstr ""
2735
+
2736
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2737
+ msgid "HttpProxyPolicy"
2738
+ msgstr ""
2739
+
2750
2740
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
2751
2741
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
2752
2742
  msgid "Id"
2753
2743
  msgstr "Id"
2754
2744
 
2755
- #: app/assets/javascripts/bastion_katello/subscriptions/details/subscription-details.controller.js
2745
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
2746
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
2747
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
2756
2748
  msgid ""
2757
- "If the virt-who field is Yes then the subscription requires the use of virt-"
2758
- "who. Learn how to configure and use this tool at the <a "
2759
- "href=\"https://access.redhat.com/articles/subscription-management-"
2760
- "satellite-6\" target=\"_blank\">Subscription Management Home Page</a>."
2749
+ "If you are not using Remote Execution to manage content on this host, ensure"
2750
+ " that it has the katello-agent package installed."
2761
2751
  msgstr ""
2762
- "如果 virt-who 项的值为 Yes,则订阅需要使用 virt-who。如需了解如何配置和使用这个工具的信息,请参阅<a "
2763
- "href=\"https://access.redhat.com/articles/subscription-management-"
2764
- "satellite-6\" target=\"_blank\">订阅管理主页</a>。"
2765
2752
 
2766
2753
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-activation-keys.html
2767
2754
  msgid ""
@@ -2792,14 +2779,6 @@ msgstr ""
2792
2779
  msgid "Ignorable Content"
2793
2780
  msgstr "可忽略的内容"
2794
2781
 
2795
- #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
2796
- msgid "Ignore Global Http Proxy"
2797
- msgstr "忽略全局 Http 代理服务器"
2798
-
2799
- #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
2800
- msgid "Ignore Global HTTP Proxy"
2801
- msgstr "忽略全局 HTTP 代理服务器"
2802
-
2803
2782
  #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
2804
2783
  msgid "Image"
2805
2784
  msgstr "镜像"
@@ -2808,18 +2787,6 @@ msgstr "镜像"
2808
2787
  msgid "Immediate"
2809
2788
  msgstr "立即"
2810
2789
 
2811
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest.html
2812
- msgid "Import History"
2813
- msgstr "导入历史记录"
2814
-
2815
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
2816
- msgid "Import Manifest"
2817
- msgstr "导入清单"
2818
-
2819
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest.html
2820
- msgid "Import/Remove Manifest"
2821
- msgstr "导入/删除清单"
2822
-
2823
2790
  #: app/assets/javascripts/bastion_katello/errata/errata-severity.filter.js
2824
2791
  msgid "Important"
2825
2792
  msgstr "重要"
@@ -2869,7 +2836,7 @@ msgstr ""
2869
2836
  msgid "Install"
2870
2837
  msgstr "安装"
2871
2838
 
2872
- #: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
2839
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html
2873
2840
  msgid "Install client package:"
2874
2841
  msgstr "安装客户端软件包:"
2875
2842
 
@@ -2901,10 +2868,15 @@ msgstr "可安装更新"
2901
2868
  msgid "Installed"
2902
2869
  msgstr "已安装"
2903
2870
 
2871
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
2872
+ msgid "Installed Deb Packages"
2873
+ msgstr ""
2874
+
2904
2875
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
2905
2876
  msgid "Installed On"
2906
2877
  msgstr "安装日期"
2907
2878
 
2879
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
2908
2880
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
2909
2881
  msgid "Installed Package"
2910
2882
  msgstr "已安装软件包"
@@ -2922,10 +2894,6 @@ msgstr "安装的产品"
2922
2894
  msgid "Installed Profile"
2923
2895
  msgstr ""
2924
2896
 
2925
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
2926
- msgid "Instance-based"
2927
- msgstr "基于实例的"
2928
-
2929
2897
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2930
2898
  msgid "Interfaces"
2931
2899
  msgstr "接口"
@@ -2961,6 +2929,17 @@ msgstr "发行日期"
2961
2929
  msgid "Katello Agent"
2962
2930
  msgstr "Katello Agent"
2963
2931
 
2932
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
2933
+ msgid "Katello Tracer"
2934
+ msgstr ""
2935
+
2936
+ #: app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html
2937
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html
2938
+ msgid ""
2939
+ "Katello-agent is deprecated and will be removed in Katello 4.0. Consider "
2940
+ "migrating to Remote Execution."
2941
+ msgstr ""
2942
+
2964
2943
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
2965
2944
  #: app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
2966
2945
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
@@ -3007,10 +2986,6 @@ msgstr "上一次同步"
3007
2986
  msgid "Last synced"
3008
2987
  msgstr ""
3009
2988
 
3010
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
3011
- msgid "Last Updated"
3012
- msgstr "上一次更新"
3013
-
3014
2989
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
3015
2990
  msgid "Last Updated On"
3016
2991
  msgstr "上一次更新于"
@@ -3028,7 +3003,7 @@ msgstr "最新(当前无版本)"
3028
3003
  msgid "Latest Only"
3029
3004
  msgstr "仅最新"
3030
3005
 
3031
- #: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
3006
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html
3032
3007
  msgid ""
3033
3008
  "Learn more about these packages in the <a "
3034
3009
  "href=\"https://theforeman.org/plugins/katello/\">Documentation</a>"
@@ -3136,10 +3111,6 @@ msgstr "限于生命周期环境"
3136
3111
  msgid "Limit:"
3137
3112
  msgstr "限制:"
3138
3113
 
3139
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
3140
- msgid "Limits"
3141
- msgstr "限制"
3142
-
3143
3114
  #: app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js
3144
3115
  msgid "List"
3145
3116
  msgstr "列表"
@@ -3150,6 +3121,7 @@ msgstr "列表"
3150
3121
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
3151
3122
  #: app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite.html
3152
3123
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter.html
3124
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter.html
3153
3125
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter.html
3154
3126
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
3155
3127
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html
@@ -3167,7 +3139,6 @@ msgstr "正在载入环境路径......"
3167
3139
 
3168
3140
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
3169
3141
  #: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
3170
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
3171
3142
  #: app/assets/javascripts/bastion_katello/content-hosts/content-host-status.controller.js
3172
3143
  msgid "Loading..."
3173
3144
  msgstr "载入中......"
@@ -3176,6 +3147,10 @@ msgstr "载入中......"
3176
3147
  msgid "Loading...\""
3177
3148
  msgstr "正在加载...”"
3178
3149
 
3150
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
3151
+ msgid "Manage Ansible Collections for Repository:"
3152
+ msgstr ""
3153
+
3179
3154
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
3180
3155
  msgid "Manage Container Image Manifests for Repository:"
3181
3156
  msgstr "为仓库管理容器镜像清单:"
@@ -3192,9 +3167,13 @@ msgstr "管理勘误"
3192
3167
  msgid "Manage Files for Repository:"
3193
3168
  msgstr "为库管理文件:"
3194
3169
 
3195
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
3196
- msgid "Manage Manifest"
3197
- msgstr "管理清单"
3170
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3171
+ msgid "Manage Host Traces"
3172
+ msgstr ""
3173
+
3174
+ #: app/assets/javascripts/bastion_katello/products/views/products.html
3175
+ msgid "Manage HTTP Proxy"
3176
+ msgstr ""
3198
3177
 
3199
3178
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
3200
3179
  msgid "Manage Module Streams"
@@ -3236,26 +3215,10 @@ msgstr "管理订阅"
3236
3215
  msgid "Manage Sync Plan"
3237
3216
  msgstr "管理同步计划"
3238
3217
 
3239
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
3240
- msgid "Manifest History"
3241
- msgstr "清单历史记录"
3242
-
3243
3218
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-manifests.html
3244
3219
  msgid "Manifest Lists"
3245
3220
  msgstr "清单列表"
3246
3221
 
3247
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
3248
- msgid "Manifest successfully deleted."
3249
- msgstr "成功删除清单。"
3250
-
3251
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
3252
- msgid "Manifest successfully imported."
3253
- msgstr "成功导入清单。"
3254
-
3255
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
3256
- msgid "Manifest successfully refreshed."
3257
- msgstr "成功刷新清单。"
3258
-
3259
3222
  #: app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-info.html
3260
3223
  msgid "Manifest Type"
3261
3224
  msgstr "清单类型"
@@ -3269,11 +3232,6 @@ msgstr "在版本任务进行期间,许多内容视图操作都被禁用。"
3269
3232
  msgid "Maximum Version"
3270
3233
  msgstr "最大版本"
3271
3234
 
3272
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
3273
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import-history.html
3274
- msgid "Message"
3275
- msgstr "信息"
3276
-
3277
3235
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
3278
3236
  msgid "Minimum Version"
3279
3237
  msgstr "最小版本"
@@ -3291,10 +3249,24 @@ msgstr "型号"
3291
3249
  msgid "Moderate"
3292
3250
  msgstr "中等"
3293
3251
 
3252
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter-details.html
3253
+ #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
3254
+ #: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
3255
+ msgid "Modular"
3256
+ msgstr ""
3257
+
3294
3258
  #: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-modules.controller.js
3295
3259
  msgid "Module %s removed from Content View."
3296
3260
  msgstr "已从内容视图中删除模块 %s。"
3297
3261
 
3262
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/new-filter.controller.js
3263
+ msgid "Module Stream"
3264
+ msgstr "模块流"
3265
+
3266
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter.html
3267
+ msgid "Module Stream Filter:"
3268
+ msgstr ""
3269
+
3298
3270
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
3299
3271
  msgid "Module Stream Management"
3300
3272
  msgstr ""
@@ -3309,10 +3281,19 @@ msgstr ""
3309
3281
  msgid "Module Stream Packages"
3310
3282
  msgstr ""
3311
3283
 
3284
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/available-module-stream-filter.controller.js
3285
+ msgid "Module Stream successfully added."
3286
+ msgstr ""
3287
+
3288
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/module-stream-list-filter.controller.js
3289
+ msgid "Module Stream successfully removed."
3290
+ msgstr ""
3291
+
3312
3292
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
3313
3293
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
3314
3294
  #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html
3315
3295
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3296
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/filter-helper.service.js
3316
3297
  #: app/assets/javascripts/bastion_katello/environments/content.service.js
3317
3298
  msgid "Module Streams"
3318
3299
  msgstr "模块流"
@@ -3329,14 +3310,6 @@ msgstr ""
3329
3310
  msgid "More Details"
3330
3311
  msgstr "详情"
3331
3312
 
3332
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
3333
- msgid "More..."
3334
- msgstr "更多......"
3335
-
3336
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
3337
- msgid "Multi-entitlement"
3338
- msgstr "多授权"
3339
-
3340
3313
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html
3341
3314
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
3342
3315
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html
@@ -3366,7 +3339,6 @@ msgstr "无"
3366
3339
  #: app/assets/javascripts/bastion_katello/content-credentials/new/views/new-content-credential.html
3367
3340
  #: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
3368
3341
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
3369
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
3370
3342
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-host-collections-modal.html
3371
3343
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
3372
3344
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections-table.html
@@ -3381,6 +3353,7 @@ msgstr "无"
3381
3353
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/edit-filter.html
3382
3354
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html
3383
3355
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filters.html
3356
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
3384
3357
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html
3385
3358
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
3386
3359
  #: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
@@ -3446,7 +3419,6 @@ msgstr "无"
3446
3419
  #: app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-content-views.html
3447
3420
  #: app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-module-repositories.html
3448
3421
  #: app/assets/javascripts/bastion_katello/puppet-modules/views/puppet-modules.html
3449
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
3450
3422
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
3451
3423
  #: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
3452
3424
  #: app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
@@ -3542,11 +3514,15 @@ msgstr "下一次同步"
3542
3514
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
3543
3515
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-release-version-modal.html
3544
3516
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
3517
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter-details.html
3545
3518
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
3519
+ #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
3546
3520
  #: app/assets/javascripts/bastion_katello/content-views/views/content-views.html
3547
3521
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
3522
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
3548
3523
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
3549
- #: app/assets/javascripts/bastion_katello/subscriptions/subscriptions.controller.js
3524
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js
3525
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js
3550
3526
  msgid "No"
3551
3527
  msgstr "否"
3552
3528
 
@@ -3658,6 +3634,17 @@ msgid ""
3658
3634
  "the 'Add' tab."
3659
3635
  msgstr "无主机集合可显示,您可以选择 ‘添加’ 标签后添加主机集合。"
3660
3636
 
3637
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
3638
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3639
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
3640
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/http-proxy-service.js
3641
+ msgid "No HTTP Proxies found"
3642
+ msgstr ""
3643
+
3644
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/http-proxy-service.js
3645
+ msgid "No HTTP Proxy"
3646
+ msgstr ""
3647
+
3661
3648
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
3662
3649
  msgid "No matching results."
3663
3650
  msgstr "没有匹配的结果。"
@@ -3670,10 +3657,6 @@ msgstr "没有可以添加到此同步计划的产品。"
3670
3657
  msgid "No products are have been added to this Sync Plan."
3671
3658
  msgstr "没有添加任何产品到此同步计划。"
3672
3659
 
3673
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
3674
- msgid "No Products are provided by this Subscription."
3675
- msgstr "此订阅未提供任何产品。"
3676
-
3677
3660
  #: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
3678
3661
  msgid "No puppet modules found"
3679
3662
  msgstr "未找到 puppet 模块"
@@ -3706,22 +3689,14 @@ msgstr "没有任何储存库中包含这个软件包。"
3706
3689
  msgid "No Repositories contain this Puppet Module"
3707
3690
  msgstr "没有库包含此 Puppet 模块"
3708
3691
 
3709
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
3710
- msgid "No repository content provided through this subscription."
3711
- msgstr "没有通过这个订阅提供的库内容。"
3712
-
3713
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
3714
- msgid "No repository content."
3715
- msgstr "无库内容。"
3716
-
3717
3692
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
3718
3693
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
3719
3694
  msgid "No repository sets provided through subscriptions."
3720
3695
  msgstr "没有通过订阅提供的库集合。"
3721
3696
 
3722
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
3723
- msgid "No subscription manifest imported"
3724
- msgstr "未导入订阅清单"
3697
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-rule-matching-package-modal.html
3698
+ msgid "No RPMs were matched"
3699
+ msgstr ""
3725
3700
 
3726
3701
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
3727
3702
  #: app/assets/javascripts/bastion_katello/products/details/views/product-info.html
@@ -3740,6 +3715,11 @@ msgstr "未找到可用于 {{ $stateParams.moduleName }} 的版本"
3740
3715
  msgid "None"
3741
3716
  msgstr "无"
3742
3717
 
3718
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
3719
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
3720
+ msgid "Not Applicable"
3721
+ msgstr ""
3722
+
3743
3723
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3744
3724
  msgid "Not installed"
3745
3725
  msgstr "未安装"
@@ -3771,12 +3751,6 @@ msgstr "未同步"
3771
3751
  msgid "Not yet published"
3772
3752
  msgstr "尚未发布"
3773
3753
 
3774
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
3775
- msgid ""
3776
- "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a "
3777
- "manifest will:"
3778
- msgstr "注意:强烈建议不要删除订阅清单。删除订阅清单将会:"
3779
-
3780
3754
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
3781
3755
  msgid "Number of CPUs"
3782
3756
  msgstr "CPU 数"
@@ -3920,6 +3894,7 @@ msgstr "覆盖至已启用"
3920
3894
  msgid "Package"
3921
3895
  msgstr "软件包"
3922
3896
 
3897
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
3923
3898
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
3924
3899
  msgid "Package Actions"
3925
3900
  msgstr "软件包操作"
@@ -3958,6 +3933,7 @@ msgstr "用于储存库的软件包组:"
3958
3933
  msgid "Package Information"
3959
3934
  msgstr "软件包信息"
3960
3935
 
3936
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
3961
3937
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
3962
3938
  msgid "Package Install"
3963
3939
  msgstr "软件包安装"
@@ -3966,6 +3942,7 @@ msgstr "软件包安装"
3966
3942
  msgid "Package Installation, Removal, and Update"
3967
3943
  msgstr "软件包安装、删除及更新"
3968
3944
 
3945
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
3969
3946
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
3970
3947
  msgid "Package Remove"
3971
3948
  msgstr "软件包删除"
@@ -3983,6 +3960,7 @@ msgstr "成功删除软件包。"
3983
3960
  msgid "Package successfully updated."
3984
3961
  msgstr "成功更新软件包"
3985
3962
 
3963
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
3986
3964
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
3987
3965
  msgid "Package Update"
3988
3966
  msgstr "软件包更新"
@@ -3998,6 +3976,7 @@ msgstr "软件包更新"
3998
3976
  msgid "Package:"
3999
3977
  msgstr "软件包:"
4000
3978
 
3979
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
4001
3980
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
4002
3981
  msgid "Package/Group Name"
4003
3982
  msgstr "软件包/组名称"
@@ -4019,10 +3998,18 @@ msgstr "软件包
{{ library.counts.packages || 0 }}
"
4019
3998
  msgid "Packages are automatically Applicable if they are Upgradable"
4020
3999
  msgstr "如果软件包可以升级,则也可以自动应用"
4021
4000
 
4001
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
4002
+ msgid ""
4003
+ "Packages are corrupt, often leading to an error \"Package does not match "
4004
+ "intended download\" or \"Hash Sum mismatch\"."
4005
+ msgstr ""
4006
+
4022
4007
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-packages.html
4023
4008
  msgid "Packages for Errata:"
4024
4009
  msgstr ""
4025
4010
 
4011
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
4012
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
4026
4013
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
4027
4014
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
4028
4015
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
@@ -4037,6 +4024,11 @@ msgstr "参数"
4037
4024
  msgid "Part of a manifest list"
4038
4025
  msgstr "清单列表的一部分"
4039
4026
 
4027
+ #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
4028
+ #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
4029
+ msgid "Password"
4030
+ msgstr "密码"
4031
+
4040
4032
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4041
4033
  msgid ""
4042
4034
  "Password of the upstream repository user for authentication. Leave empty if "
@@ -4053,6 +4045,7 @@ msgstr "粘贴内容凭证的内容"
4053
4045
  msgid "Path"
4054
4046
  msgstr "路径"
4055
4047
 
4048
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
4056
4049
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
4057
4050
  msgid "Perform"
4058
4051
  msgstr "执行"
@@ -4060,16 +4053,13 @@ msgstr "执行"
4060
4053
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
4061
4054
  msgid ""
4062
4055
  "Performs a complete sync, verifying the checksum of all packages afterwards."
4063
- " Any missing or corrupt RPMs will be re-downloaded. This option will take "
4064
- "the longest amount of time and is only relevant for yum repositories.. "
4065
- "Choose this option if:"
4056
+ " Any missing or corrupt package will be re-downloaded. This option will take"
4057
+ " the longest amount of time. Choose this option if:"
4066
4058
  msgstr ""
4067
- "执行完全同步,然后确认所有软件包的校验和。将重新下载丢失或损坏的 RPM。此选项将花费最长的时间,且只与 yum 库相关... "
4068
- "在以下条件下,请选择此选项:"
4069
4059
 
4070
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
4071
- msgid "Physical"
4072
- msgstr "物理"
4060
+ #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
4061
+ msgid "Please enter cron below"
4062
+ msgstr ""
4073
4063
 
4074
4064
  #: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
4075
4065
  msgid "Please make sure a Content View is selected."
@@ -4143,10 +4133,6 @@ msgstr "以前的环境"
4143
4133
  msgid "Product"
4144
4134
  msgstr "产品"
4145
4135
 
4146
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-details.html
4147
- msgid "Product Content"
4148
- msgstr "产品内容"
4149
-
4150
4136
  #: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
4151
4137
  msgid "Product Count"
4152
4138
  msgstr "产品计数"
@@ -4159,10 +4145,6 @@ msgstr ""
4159
4145
  msgid "Product Enhancement Advisory"
4160
4146
  msgstr "产品强化通知"
4161
4147
 
4162
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
4163
- msgid "Product ID"
4164
- msgstr "产品 ID"
4165
-
4166
4148
  #: app/assets/javascripts/bastion_katello/products/details/views/product-info.html
4167
4149
  msgid "Product information for:"
4168
4150
  msgstr "产品信息:"
@@ -4263,10 +4245,6 @@ msgstr "推广至 1 环境。"
4263
4245
  msgid "Promotion History"
4264
4246
  msgstr "推广历史记录"
4265
4247
 
4266
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
4267
- msgid "Provided Products"
4268
- msgstr "提供的产品"
4269
-
4270
4248
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-dependencies.html
4271
4249
  msgid "Provides"
4272
4250
  msgstr "提供"
@@ -4360,7 +4338,6 @@ msgid "Puppet Modules for Content View:"
4360
4338
  msgstr "内容视图的 Puppet 模块:"
4361
4339
 
4362
4340
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
4363
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
4364
4341
  msgid "Quantity"
4365
4342
  msgstr "数量"
4366
4343
 
@@ -4372,10 +4349,6 @@ msgstr ""
4372
4349
  msgid "RAM (GB)"
4373
4350
  msgstr "RAM (GB)"
4374
4351
 
4375
- #: app/assets/javascripts/bastion_katello/subscriptions/details/subscription-details.controller.js
4376
- msgid "RAM: %s GB"
4377
- msgstr "RAM: %s GB"
4378
-
4379
4352
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
4380
4353
  msgid "Range"
4381
4354
  msgstr "范围"
@@ -4400,16 +4373,7 @@ msgstr ""
4400
4373
  msgid "Recurring Logic"
4401
4374
  msgstr ""
4402
4375
 
4403
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
4404
- msgid "Red Hat CDN URL"
4405
- msgstr "Red Hat CDN URL"
4406
-
4407
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
4408
- msgid "Red Hat Provider Details"
4409
- msgstr "Red Hat 供应商详情"
4410
-
4411
4376
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
4412
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
4413
4377
  msgid "Red Hat Repositories page"
4414
4378
  msgstr "Red Hat Repositories 页面启用。"
4415
4379
 
@@ -4417,22 +4381,10 @@ msgstr "Red Hat Repositories 页面启用。"
4417
4381
  msgid "Red Hat Repositories page."
4418
4382
  msgstr "Red Hat Repositories 页面。"
4419
4383
 
4420
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
4421
- msgid "Refresh Manifest"
4422
- msgstr "刷新清单"
4423
-
4424
4384
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
4425
4385
  msgid "Refresh Table"
4426
4386
  msgstr "数显 表格"
4427
4387
 
4428
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
4429
- msgid "Refreshing Manifest"
4430
- msgstr "刷新清单"
4431
-
4432
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
4433
- msgid "Refreshing manifest not supported by this manifest."
4434
- msgstr "这个清单不支持刷新。"
4435
-
4436
4388
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html
4437
4389
  msgid "Regenerate Repository Metadata"
4438
4390
  msgstr "重新生成库元数据"
@@ -4466,11 +4418,6 @@ msgstr "注册方式"
4466
4418
  msgid "Registry Name Pattern"
4467
4419
  msgstr "Registry 名称特征"
4468
4420
 
4469
- #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
4470
- #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
4471
- msgid "Registry Password"
4472
- msgstr "Registry 密码"
4473
-
4474
4421
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
4475
4422
  msgid "Registry Search Parameter"
4476
4423
  msgstr ""
@@ -4484,14 +4431,6 @@ msgstr "要发现的 Registry"
4484
4431
  msgid "Registry URL"
4485
4432
  msgstr "注册 URL"
4486
4433
 
4487
- #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
4488
- msgid "Registry username"
4489
- msgstr "Registry 用户名"
4490
-
4491
- #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
4492
- msgid "Registry Username"
4493
- msgstr "Registry 用户名"
4494
-
4495
4434
  #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-packages.html
4496
4435
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-module-streams.html
4497
4436
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
@@ -4541,10 +4480,6 @@ msgid "Remove {{ table.numSelected }} Container Image manifest?"
4541
4480
  msgid_plural "Remove {{ table.numSelected }} Container Image manifests?"
4542
4481
  msgstr[0] ""
4543
4482
 
4544
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-destroy-modal.html
4545
- msgid "Remove {{ table.numSelected }} Hosts?"
4546
- msgstr "是否要删除 {{ table.numSelected }} 主机?"
4547
-
4548
4483
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
4549
4484
  msgid "Remove Activation Key \"{{ activationKey.name }}\"?"
4550
4485
  msgstr "是否要删除激活码 \"{{ activationKey.name }}\"?"
@@ -4595,14 +4530,14 @@ msgstr "删除"
4595
4530
  msgid "Remove Host Collection \"{{ hostCollection.name }}\"?"
4596
4531
  msgstr "是否要删除主机集合 \"{{ hostCollection.name }}\"?"
4597
4532
 
4598
- #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
4599
- msgid "Remove Hosts"
4600
- msgstr "删除主机"
4601
-
4602
4533
  #: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-modules.html
4603
4534
  msgid "Remove Module"
4604
4535
  msgstr "删除模块"
4605
4536
 
4537
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
4538
+ msgid "Remove Module Stream"
4539
+ msgstr ""
4540
+
4606
4541
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
4607
4542
  msgid "Remove Package Group"
4608
4543
  msgstr "删除软件包组"
@@ -4669,6 +4604,7 @@ msgstr "移除规则"
4669
4604
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
4670
4605
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions-list.html
4671
4606
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
4607
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
4672
4608
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
4673
4609
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-host-collections-table.html
4674
4610
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
@@ -4717,10 +4653,6 @@ msgstr "从内容主机 \"%y\" 中删除 %x 主机集合。"
4717
4653
  msgid "Removed %x products from sync plan \"%y\"."
4718
4654
  msgstr "从同步计划 \"%y\" 中删除 %x 产品。"
4719
4655
 
4720
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
4721
- msgid "Removing Manifest"
4722
- msgstr "正在删除清单"
4723
-
4724
4656
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
4725
4657
  msgid "Removing Repositories"
4726
4658
  msgstr "正在删除库"
@@ -4729,10 +4661,6 @@ msgstr "正在删除库"
4729
4661
  msgid "Repo Discovery"
4730
4662
  msgstr "库查找"
4731
4663
 
4732
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
4733
- msgid "Repo Type"
4734
- msgstr "库类型"
4735
-
4736
4664
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
4737
4665
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
4738
4666
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
@@ -4835,6 +4763,10 @@ msgstr "已创建库"
4835
4763
  msgid "Repository Discovery"
4836
4764
  msgstr "查找储存库"
4837
4765
 
4766
+ #: app/assets/javascripts/bastion_katello/products/bulk/products-bulk-http-proxy-modal.controller.js
4767
+ msgid "Repository HTTP proxy changes have been initiated in the background."
4768
+ msgstr ""
4769
+
4838
4770
  #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
4839
4771
  msgid "Repository Label"
4840
4772
  msgstr "仓库标签"
@@ -4884,10 +4816,6 @@ msgstr "仓库类型"
4884
4816
  msgid "Repository URL"
4885
4817
  msgstr "仓库网址"
4886
4818
 
4887
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
4888
- msgid "Repository URL updated"
4889
- msgstr "已更新储存库 URL"
4890
-
4891
4819
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
4892
4820
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4893
4821
  msgid "Repository:"
@@ -4897,24 +4825,18 @@ msgstr "储存库:"
4897
4825
  msgid "Republish Repository Metadata"
4898
4826
  msgstr "重新发布库元数据"
4899
4827
 
4900
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
4901
- msgid ""
4902
- "Require you to upload the subscription-manifest and re-attach subscriptions "
4903
- "to hosts and activation keys."
4904
- msgstr "要求您上传订阅清单,并重新将订阅附加至主机和激活码。"
4828
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
4829
+ msgid "Requirements"
4830
+ msgstr ""
4905
4831
 
4906
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
4907
- msgid "Required Host"
4908
- msgstr "所需主机"
4832
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
4833
+ msgid "Requirements.yml"
4834
+ msgstr ""
4909
4835
 
4910
4836
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-dependencies.html
4911
4837
  msgid "Requires"
4912
4838
  msgstr "要求"
4913
4839
 
4914
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
4915
- msgid "Requires Virt-Who Usage"
4916
- msgstr "要求使用 Virt-Who"
4917
-
4918
4840
  #: app/assets/javascripts/bastion_katello/common/module-stream-actions.service.js
4919
4841
  msgid "Reset"
4920
4842
  msgstr ""
@@ -4925,14 +4847,17 @@ msgstr ""
4925
4847
  msgid "Reset to Default"
4926
4848
  msgstr "重置为默认值"
4927
4849
 
4928
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
4929
- msgid "Resource"
4930
- msgstr "资源"
4850
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
4851
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
4852
+ msgid "Resolving the selected Traces will reboot this host."
4853
+ msgstr ""
4931
4854
 
4855
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
4932
4856
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
4933
4857
  msgid "Restart"
4934
4858
  msgstr "重启"
4935
4859
 
4860
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
4936
4861
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
4937
4862
  msgid "Restart Selected"
4938
4863
  msgstr "已选择重启"
@@ -4953,10 +4878,12 @@ msgstr "限制到架构"
4953
4878
  msgid "Result"
4954
4879
  msgstr "结果"
4955
4880
 
4881
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
4956
4882
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
4957
4883
  msgid "Role"
4958
4884
  msgstr "角色"
4959
4885
 
4886
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-rule-matching-package-modal.html
4960
4887
  #: app/assets/javascripts/bastion_katello/packages/views/packages.html
4961
4888
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/filter-helper.service.js
4962
4889
  #: app/assets/javascripts/bastion_katello/products/details/repositories/yum-content-units.service.js
@@ -4979,20 +4906,6 @@ msgstr "rpm 软件包"
4979
4906
  msgid "RPMs"
4980
4907
  msgstr "RPMs"
4981
4908
 
4982
- #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
4983
- msgid ""
4984
- "RPMs are corrupt, often leading to an error \"Package does not match "
4985
- "intended download\"."
4986
- msgstr "RPM 已损坏,通常导致错误“软件包与预期的下载不匹配”。"
4987
-
4988
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
4989
- msgid "Rules Source"
4990
- msgstr "规则源"
4991
-
4992
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
4993
- msgid "Rules Version"
4994
- msgstr "规则版本"
4995
-
4996
4909
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
4997
4910
  msgid "Run Auto-Attach"
4998
4911
  msgstr "运行 Auto-Attach"
@@ -5121,12 +5034,6 @@ msgid ""
5121
5034
  msgstr ""
5122
5035
  "选择这个选项将导致 Katello 验证 upstream url 的 SSL 证书是否由受信 CA 签名。如果不想要此验证,请取消选择该项。"
5123
5036
 
5124
- #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
5125
- msgid ""
5126
- "Selecting this option will result in the globally configured http proxy from"
5127
- " not being used."
5128
- msgstr "选择此选项将导致全局配置 http 代理服务器不被使用。"
5129
-
5130
5037
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html
5131
5038
  msgid ""
5132
5039
  "Selecting this option will result in the Version being completely deleted "
@@ -5146,7 +5053,7 @@ msgstr "服务等级"
5146
5053
 
5147
5054
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
5148
5055
  msgid "Service Level (SLA)"
5149
- msgstr ""
5056
+ msgstr "服务等级 (SLA)"
5150
5057
 
5151
5058
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
5152
5059
  msgid "Set Release Version"
@@ -5174,6 +5081,10 @@ msgstr "显示全部"
5174
5081
  msgid "Show all Repository Sets in Organization"
5175
5082
  msgstr "显示组织中的所有库集合"
5176
5083
 
5084
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
5085
+ msgid "Show Matching Content"
5086
+ msgstr ""
5087
+
5177
5088
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
5178
5089
  msgid "Size"
5179
5090
  msgstr "大小"
@@ -5190,15 +5101,16 @@ msgstr "已同步智能代理服务器"
5190
5101
  msgid "Sockets"
5191
5102
  msgstr "插槽"
5192
5103
 
5193
- #: app/assets/javascripts/bastion_katello/subscriptions/details/subscription-details.controller.js
5194
- msgid "Sockets: %s"
5195
- msgstr "插槽:%s"
5196
-
5197
5104
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
5198
5105
  #: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
5199
5106
  msgid "Solution"
5200
5107
  msgstr "解决方案"
5201
5108
 
5109
+ #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
5110
+ #: app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
5111
+ msgid "Solve Dependencies"
5112
+ msgstr ""
5113
+
5202
5114
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
5203
5115
  msgid ""
5204
5116
  "Some of the Errata shown below may not be installable as they are not in this Content Host's\n"
@@ -5233,8 +5145,8 @@ msgid "Source RPMs"
5233
5145
  msgstr "源 RPM"
5234
5146
 
5235
5147
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
5236
- msgid "Specific RPMs are throwing a 404 from yum or dnf."
5237
- msgstr "特定 RPM 正从您的 yum 或 dnf 抛出 404。"
5148
+ msgid "Specific packages are throwing a 404 from the package-manager."
5149
+ msgstr ""
5238
5150
 
5239
5151
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
5240
5152
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
@@ -5261,10 +5173,6 @@ msgstr "SSL 客户端证书"
5261
5173
  msgid "SSL Client Key"
5262
5174
  msgstr "SSL 客户端密钥"
5263
5175
 
5264
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
5265
- msgid "Stacking ID"
5266
- msgstr "堆栈 ID"
5267
-
5268
5176
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
5269
5177
  msgid "Standard sync, optimized for speed by bypassing any unneeded steps."
5270
5178
  msgstr "标准同步,免去任何不必要的步骤,针对速度进行了优化。"
@@ -5289,8 +5197,6 @@ msgstr "正在开始"
5289
5197
 
5290
5198
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
5291
5199
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
5292
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
5293
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
5294
5200
  msgid "Starts"
5295
5201
  msgstr "起始"
5296
5202
 
@@ -5299,7 +5205,6 @@ msgid "State"
5299
5205
  msgstr "状态"
5300
5206
 
5301
5207
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-repository-sets.html
5302
- #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
5303
5208
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
5304
5209
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
5305
5210
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-repository-sets.html
@@ -5313,38 +5218,30 @@ msgstr "状态"
5313
5218
 
5314
5219
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
5315
5220
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
5221
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
5316
5222
  #: app/assets/javascripts/bastion_katello/module-streams/views/partials/module-streams-table.html
5317
5223
  msgid "Stream"
5318
5224
  msgstr "流"
5319
5225
 
5226
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
5320
5227
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
5321
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
5322
5228
  msgid "Subscription Details"
5323
5229
  msgstr "订阅详情"
5324
5230
 
5325
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
5326
- msgid "Subscription Info"
5327
- msgstr "订阅信息"
5328
-
5329
5231
  #: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
5330
5232
  msgid "Subscription Management"
5331
5233
  msgstr "订阅管理"
5332
5234
 
5333
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
5334
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest.html
5335
- msgid "Subscription Manifest"
5336
- msgstr "订阅清单"
5337
-
5338
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
5339
- msgid "Subscription Server Details"
5340
- msgstr "订阅服务器详情"
5341
-
5342
5235
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
5343
5236
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
5344
5237
  #: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
5345
5238
  msgid "Subscription Status"
5346
5239
  msgstr "订阅状态"
5347
5240
 
5241
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
5242
+ msgid "Subscription UUID"
5243
+ msgstr ""
5244
+
5348
5245
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
5349
5246
  msgid ""
5350
5247
  "subscription-manager register --org=\"{{ activationKey.organization.label "
@@ -5356,7 +5253,6 @@ msgstr ""
5356
5253
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
5357
5254
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
5358
5255
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
5359
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
5360
5256
  msgid "Subscriptions"
5361
5257
  msgstr "订阅"
5362
5258
 
@@ -5397,6 +5293,10 @@ msgstr "成功将 %cv 版本从 %ver 推广为 %env。"
5397
5293
  msgid "Successfully initiated removal of %cv version %ver."
5398
5294
  msgstr "成功删除 %cv 版本 %ver。"
5399
5295
 
5296
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js
5297
+ msgid "Successfully initiated restart of services."
5298
+ msgstr ""
5299
+
5400
5300
  #: app/assets/javascripts/bastion_katello/content-views/details/content-view-versions.controller.js
5401
5301
  msgid "Successfully promoted %cv version %ver to %env"
5402
5302
  msgstr "成功将 %cv 版本从 %ver 推广为 %env。"
@@ -5446,6 +5346,7 @@ msgstr "成功更新订阅。"
5446
5346
  msgid "Successfully uploaded content:"
5447
5347
  msgstr "成功上传内容:"
5448
5348
 
5349
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-rule-matching-package-modal.html
5449
5350
  #: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-versions.html
5450
5351
  #: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
5451
5352
  #: app/assets/javascripts/bastion_katello/packages/views/packages.html
@@ -5456,15 +5357,9 @@ msgstr "小结"
5456
5357
 
5457
5358
  #: app/assets/javascripts/bastion_katello/common/views/subscription-add-or-remove.html
5458
5359
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
5459
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
5460
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
5461
5360
  msgid "Support Level"
5462
5361
  msgstr "支持等级"
5463
5362
 
5464
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
5465
- msgid "Support Type"
5466
- msgstr "支持类型"
5467
-
5468
5363
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-advanced-sync-modal.html
5469
5364
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
5470
5365
  msgid "Sync"
@@ -5567,10 +5462,17 @@ msgstr "即将开始同步......"
5567
5462
  msgid "Synchronization is being cancelled..."
5568
5463
  msgstr "正在取消同步......"
5569
5464
 
5465
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
5570
5466
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
5571
5467
  msgid "System Purpose"
5572
5468
  msgstr "系统目的"
5573
5469
 
5470
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
5471
+ msgid ""
5472
+ "System Purpose allows you to set the system's intended use on your network "
5473
+ "and improves the accuracy of auto attaching subscriptions."
5474
+ msgstr ""
5475
+
5574
5476
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
5575
5477
  msgid "System Purpose Status"
5576
5478
  msgstr ""
@@ -5582,10 +5484,6 @@ msgstr ""
5582
5484
  msgid "Tags"
5583
5485
  msgstr "标签"
5584
5486
 
5585
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
5586
- msgid "Target"
5587
- msgstr "目标"
5588
-
5589
5487
  #: app/assets/javascripts/bastion_katello/tasks/views/task-details.html
5590
5488
  msgid "Task Details"
5591
5489
  msgstr "任务详情"
@@ -5597,10 +5495,6 @@ msgstr "任务详情"
5597
5495
  msgid "Tasks"
5598
5496
  msgstr "任务"
5599
5497
 
5600
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
5601
- msgid "Temporary"
5602
- msgstr "临时"
5603
-
5604
5498
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
5605
5499
  msgid ""
5606
5500
  "The <i>Registry Name Pattern</i> overrides the default name by which container images may be pulled from the server. (By default this name is a combination of Organization, Lifecycle Environment, Content View, Product, and Repository labels.)\n"
@@ -5615,7 +5509,7 @@ msgid ""
5615
5509
  "repository.docker_upstream_name\n"
5616
5510
  "content_view.label\n"
5617
5511
  "content_view.name\n"
5618
- "content_view.version\n"
5512
+ "content_view_version.version\n"
5619
5513
  "product.name\n"
5620
5514
  "product.label\n"
5621
5515
  "lifecycle_environment.name\n"
@@ -5669,6 +5563,7 @@ msgstr "可在中国主机集合的内容主机中执行以下操作:"
5669
5563
  msgid "The host has not reported any applicable packages for upgrade."
5670
5564
  msgstr "该主机尚未报告任何可升级的软件包。"
5671
5565
 
5566
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
5672
5567
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
5673
5568
  msgid ""
5674
5569
  "The host has not reported any installed packages, registering with "
@@ -5683,34 +5578,23 @@ msgstr ""
5683
5578
  "要求被附加到您选择的内容视图和生命周期环境的主机没有向其推广的内容。\n"
5684
5579
  " 有关管理和推广内容视图的详情,请查看 <a href=\"/content_views\">内容视图页</a> 。"
5685
5580
 
5686
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
5581
+ #: app/assets/javascripts/bastion_katello/organizations/views/organization-selector.html
5687
5582
  msgid ""
5688
- "The katello-agent package is required to manage errata on this Host.\n"
5689
- " Please install the katello-agent package to manage errata on\n"
5690
- " {{ host.name }}."
5691
- msgstr ""
5692
- "在这台主机中管理勘误需要 katello-agent 软件包。\n"
5693
- " 请安装 katello-agent 软件包以便在\n"
5694
- " {{ host.name }} 中管理勘误。"
5583
+ "The page you are attempting to access requires selecting a specific "
5584
+ "organization."
5585
+ msgstr "需要选择具体机构方可访问您尝试访问的页面。"
5695
5586
 
5696
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
5697
- #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
5587
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
5588
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
5698
5589
  msgid ""
5699
- "The katello-agent package is required to manage packages on this Host.\n"
5700
- " Please install the katello-agent package to manage packages on\n"
5701
- " {{ host.name }}. To install the package, connect directly to the\n"
5702
- " host from a terminal and use yum."
5590
+ "The remote execution feature is required to manage packages on this Host."
5703
5591
  msgstr ""
5704
- "在这台主机中管理软件包需要安装 katello-agent 软件包。\n"
5705
- " 请安装 katello-agent 软件包以便在\n"
5706
- " {{ host.name }} 中管理软件包。要安装软件包,请在终端\n"
5707
- " 使用 yum 直接连接到主机。"
5708
5592
 
5709
- #: app/assets/javascripts/bastion_katello/organizations/views/organization-selector.html
5593
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
5710
5594
  msgid ""
5711
- "The page you are attempting to access requires selecting a specific "
5712
- "organization."
5713
- msgstr "需要选择具体机构方可访问您尝试访问的页面。"
5595
+ "The Remote Execution plugin needs to be installed in order to resolve "
5596
+ "Traces."
5597
+ msgstr ""
5714
5598
 
5715
5599
  #: app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
5716
5600
  msgid ""
@@ -5722,17 +5606,6 @@ msgstr "所选环境不包含任何内容视图,请选择另一个环境。"
5722
5606
  msgid "The time the sync should happen in your current time zone."
5723
5607
  msgstr "在您当前所处的时区内,更新应发生的时间。"
5724
5608
 
5725
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
5726
- msgid ""
5727
- "The uploaded manifest contains subscriptions that require the use of virt-"
5728
- "who. Learn how to configure and use this tool at the <a "
5729
- "href=\"https://access.redhat.com/articles/subscription-management-"
5730
- "satellite-6\" target=\"_blank\">Subscription Management Home Page</a>."
5731
- msgstr ""
5732
- "上传的清单包括需要使 virt-who 的订阅。如需了解如何配置和使用这个工具的信息,请参阅<a "
5733
- "href=\"https://access.redhat.com/articles/subscription-management-"
5734
- "satellite-6\" target=\"_blank\">订阅管理主页</a>。"
5735
-
5736
5609
  #: app/assets/javascripts/bastion_katello/errata/views/errata.html
5737
5610
  msgid ""
5738
5611
  "There are {{ errataCount }} total Errata in this organization but none match"
@@ -5747,13 +5620,13 @@ msgstr "这个机构中共有 {{ packageCount }} 个软件包,但没有任何
5747
5620
 
5748
5621
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
5749
5622
  msgid ""
5750
- "There are currently no Deb Repositories associated with this Content View, "
5623
+ "There are currently no Apt Repositories associated with this Content View, "
5751
5624
  "you can add some by clicking on the \"Add\" tab above."
5752
- msgstr "目前没有任何 Deb 存储库与此内容视图关联,您可以点击上面的“添加”标签添加一些存储库。"
5625
+ msgstr ""
5753
5626
 
5754
5627
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-deb-repositories.html
5755
- msgid "There are currently no Deb Repositories to add to this Content View,"
5756
- msgstr "目前没有在此内容视图中添加任何 Deb 存储库。"
5628
+ msgid "There are currently no Apt Repositories to add to this Content View,"
5629
+ msgstr ""
5757
5630
 
5758
5631
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html
5759
5632
  msgid ""
@@ -5848,6 +5721,7 @@ msgid ""
5848
5721
  "selecting 'Sync Plans' under 'Hosts' in main menu."
5849
5722
  msgstr "无同步计划可用,您可以在主菜单中 ‘主机’ 下选择 ‘同步计划’ 后创建新的同步计划。"
5850
5723
 
5724
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
5851
5725
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
5852
5726
  msgid "There are no Traces to display."
5853
5727
  msgstr "没有跟踪信息可显示。"
@@ -5862,12 +5736,6 @@ msgstr "目前没有进行任何增量更新任务。必须在应用现有更新
5862
5736
  msgid "There is currently no history associated with this Content View."
5863
5737
  msgstr "目前没有与这个内容视图关联的历史记录。"
5864
5738
 
5865
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-delete-modal.html
5866
- msgid ""
5867
- "This action should only be taken in extreme circumstances or for debugging "
5868
- "purposes."
5869
- msgstr "只能在极端环境中或者出于调试目的采取此操作。"
5870
-
5871
5739
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
5872
5740
  msgid ""
5873
5741
  "This action will affect only those Content Hosts that require a change.\n"
@@ -5912,6 +5780,12 @@ msgstr ""
5912
5780
  "此操作也可能删除与主机链接的托管资源,例如虚拟机和 DNS 记录。\n"
5913
5781
  " 在<a href=\"/settings\">设置页面</a>上,将“取消注册时删除主机”设置更改为 false,以防止出现这种问题。"
5914
5782
 
5783
+ #: app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html
5784
+ msgid ""
5785
+ "This organization has Simple Content Access enabled. Hosts can consume from "
5786
+ "all repositories in their Content View regardless of subscription status."
5787
+ msgstr ""
5788
+
5915
5789
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html
5916
5790
  msgid ""
5917
5791
  "This Version cannot be deleted from some of the Lifecycle Environments due "
@@ -5926,9 +5800,18 @@ msgstr "这个版本没有与任何生命周期环境关联。"
5926
5800
  msgid "This version will be removed from:"
5927
5801
  msgstr "将删除这个版本:"
5928
5802
 
5929
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import-history.html
5930
- msgid "Time"
5931
- msgstr "时间"
5803
+ #: app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
5804
+ msgid ""
5805
+ "This will solve RPM and Module Stream dependencies on every publish of this Content View. Dependency solving significantly increases\n"
5806
+ " publish time (publishes can take over three times as long) and filters will be ignored when adding packages to solve\n"
5807
+ " dependencies. Also, certain scenarios involving errata may still cause dependency errors."
5808
+ msgstr ""
5809
+
5810
+ #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
5811
+ msgid ""
5812
+ "This will solve RPM and Module Stream dependencies on every publish of this Content View. Dependency solving significantly increases publish time (publishes can take over three times as long) and filters will be ignored when adding packages to solve\n"
5813
+ " dependencies. Also, certain scenarios involving errata may still cause dependency errors."
5814
+ msgstr ""
5932
5815
 
5933
5816
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
5934
5817
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
@@ -5944,15 +5827,11 @@ msgstr "标题"
5944
5827
  msgid "to manage them individually."
5945
5828
  msgstr "对其进行单独管理。"
5946
5829
 
5947
- #: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
5948
- msgid "To optionally report tracer information:"
5949
- msgstr "可选报告追踪信息:"
5950
-
5951
5830
  #: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
5952
5831
  msgid "To register a content host to this server, follow these steps."
5953
5832
  msgstr "请按照以下步骤在这台服务器中注册内容主机。"
5954
5833
 
5955
- #: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
5834
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html
5956
5835
  msgid "To report package & errata information:"
5957
5836
  msgstr "报告软件包和勘误信息:"
5958
5837
 
@@ -5964,6 +5843,19 @@ msgstr "切换下拉菜单"
5964
5843
  msgid "Topic"
5965
5844
  msgstr "标题"
5966
5845
 
5846
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
5847
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
5848
+ msgid ""
5849
+ "Tracer helps administrators identify applications that need to be restarted "
5850
+ "after a system is patched."
5851
+ msgstr ""
5852
+
5853
+ #: app/assets/javascripts/bastion_katello/content-hosts/views/register-client.html
5854
+ msgid ""
5855
+ "Tracer helps administrators identify applications that need to be restarted "
5856
+ "after a system is patched. To optionally report tracer information:"
5857
+ msgstr ""
5858
+
5967
5859
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
5968
5860
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
5969
5861
  msgid "Traces"
@@ -5980,10 +5872,10 @@ msgstr "以下项的跟踪信息:"
5980
5872
  #: app/assets/javascripts/bastion_katello/content-credentials/views/content-credentials.html
5981
5873
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
5982
5874
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
5875
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
5983
5876
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
5984
5877
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
5985
5878
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
5986
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
5987
5879
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
5988
5880
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html
5989
5881
  #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
@@ -5993,8 +5885,6 @@ msgstr "以下项的跟踪信息:"
5993
5885
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
5994
5886
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
5995
5887
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
5996
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
5997
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
5998
5888
  msgid "Type"
5999
5889
  msgstr "类型"
6000
5890
 
@@ -6050,11 +5940,13 @@ msgid "Unsupported Type!"
6050
5940
  msgstr "不支持的类型!"
6051
5941
 
6052
5942
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
5943
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
6053
5944
  #: app/assets/javascripts/bastion_katello/common/module-stream-actions.service.js
6054
5945
  msgid "Update"
6055
5946
  msgstr "更新"
6056
5947
 
6057
5948
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
5949
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
6058
5950
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
6059
5951
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
6060
5952
  msgid "Update All Packages"
@@ -6111,7 +6003,6 @@ msgstr "升级所选"
6111
6003
 
6112
6004
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
6113
6005
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6114
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
6115
6006
  msgid "Upload"
6116
6007
  msgstr "上传"
6117
6008
 
@@ -6123,10 +6014,6 @@ msgstr "上传内容凭证文件"
6123
6014
  msgid "Upload File"
6124
6015
  msgstr "上传文件"
6125
6016
 
6126
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
6127
- msgid "Upload New Manifest"
6128
- msgstr "上传新清单"
6129
-
6130
6017
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6131
6018
  msgid "Upload Package"
6132
6019
  msgstr "上传软件包"
@@ -6135,9 +6022,15 @@ msgstr "上传软件包"
6135
6022
  msgid "Upload Puppet Module"
6136
6023
  msgstr "上传 puppet 模块"
6137
6024
 
6138
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
6139
- msgid "Uploading Manifest"
6140
- msgstr "正在上传清单"
6025
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6026
+ msgid "Upload Requirements"
6027
+ msgstr ""
6028
+
6029
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
6030
+ msgid ""
6031
+ "Upload Requirements.yml file <a class=\"fa fa-question-circle\" ng-show=\"repository.content_type === 'ansible_collection'\" uib-popover-html=\"requirementPopover\" popover-class=\"popover-large\" popover-trigger=\"'outsideClick'\" popover-append-to-body=\"true\">\n"
6032
+ " </a>"
6033
+ msgstr ""
6141
6034
 
6142
6035
  #: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-info.html
6143
6036
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
@@ -6162,32 +6055,16 @@ msgstr "Upstream 密码"
6162
6055
  msgid "Upstream Repository Name"
6163
6056
  msgstr "Upstream 库名称"
6164
6057
 
6165
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
6166
- msgid "Upstream Subscription"
6167
- msgstr "Upstream 订阅"
6168
-
6169
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
6170
- msgid "Upstream Subscription Management Application"
6171
- msgstr "Upstream 订阅管理应用程序"
6172
-
6173
6058
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6174
6059
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
6175
6060
  msgid "Upstream Sync Policy"
6176
6061
  msgstr "Upstream 同步策略"
6177
6062
 
6178
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
6179
- msgid "Upstream Type"
6180
- msgstr "Upstream 类型"
6181
-
6182
6063
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6183
6064
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
6184
6065
  msgid "Upstream URL"
6185
6066
  msgstr "Upstream URL"
6186
6067
 
6187
- #: app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
6188
- msgid "Upstream User"
6189
- msgstr "Upstream 用户"
6190
-
6191
6068
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6192
6069
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
6193
6070
  msgid "Upstream Username"
@@ -6206,8 +6083,18 @@ msgstr "要同步的注册 URL。例如:https://registry-1.docker.io/"
6206
6083
  msgid "URL to Discover"
6207
6084
  msgstr "要查找的 URL"
6208
6085
 
6086
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
6209
6087
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
6210
6088
  msgid "Usage Type"
6089
+ msgstr "使用类型"
6090
+
6091
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6092
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
6093
+ msgid "Use Ctrl-click to multi-select/deselect items."
6094
+ msgstr ""
6095
+
6096
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/http-proxy-service.js
6097
+ msgid "Use specific HTTP Proxy"
6211
6098
  msgstr ""
6212
6099
 
6213
6100
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
@@ -6227,6 +6114,11 @@ msgstr "用作"
6227
6114
  msgid "User"
6228
6115
  msgstr "用户"
6229
6116
 
6117
+ #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
6118
+ #: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
6119
+ msgid "Username"
6120
+ msgstr "用户名"
6121
+
6230
6122
  #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
6231
6123
  msgid ""
6232
6124
  "Username of the upstream repository user for authentication. Leave empty if "
@@ -6241,10 +6133,6 @@ msgstr "使用用户名和密码:"
6241
6133
  msgid "Using an Activation Key:"
6242
6134
  msgstr "使用认证码:"
6243
6135
 
6244
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
6245
- msgid "UUID"
6246
- msgstr "UUID"
6247
-
6248
6136
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
6249
6137
  msgid "Validate Content Sync"
6250
6138
  msgstr "验证内容同步"
@@ -6259,9 +6147,11 @@ msgstr "变体"
6259
6147
  msgid "Verify SSL"
6260
6148
  msgstr "确认 SSL"
6261
6149
 
6150
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
6262
6151
  #: app/assets/javascripts/bastion_katello/content-views/deletion/views/content-view-deletion.html
6263
6152
  #: app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-available-content-views.html
6264
6153
  #: app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-content-views-list.html
6154
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/module-stream-filter-details.html
6265
6155
  #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
6266
6156
  #: app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html
6267
6157
  #: app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-versions.html
@@ -6285,6 +6175,7 @@ msgstr "确认 SSL"
6285
6175
  #: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-info.html
6286
6176
  #: app/assets/javascripts/bastion_katello/ostree-branches/views/ostree-branches.html
6287
6177
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6178
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
6288
6179
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-debs.html
6289
6180
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
6290
6181
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-puppet-modules.html
@@ -6335,6 +6226,7 @@ msgstr "通过 Katello Agent"
6335
6226
 
6336
6227
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
6337
6228
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
6229
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
6338
6230
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
6339
6231
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
6340
6232
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
@@ -6343,6 +6235,7 @@ msgstr "通过远程执行"
6343
6235
 
6344
6236
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
6345
6237
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
6238
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
6346
6239
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
6347
6240
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
6348
6241
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
@@ -6357,22 +6250,14 @@ msgstr "查看仓库的容器镜像列表:"
6357
6250
  msgid "View Docker Tags for Repository:"
6358
6251
  msgstr "查看仓库的 Docker 标签:"
6359
6252
 
6360
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
6361
- msgid "Virt-Who Usage Required"
6362
- msgstr "需要使用 Virt-Who"
6363
-
6364
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
6365
- msgid "Virtual"
6366
- msgstr "虚拟"
6253
+ #: app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-traces-modal.controller.js
6254
+ msgid "View job invocations."
6255
+ msgstr ""
6367
6256
 
6368
6257
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
6369
6258
  msgid "Virtual Guest"
6370
6259
  msgstr "虚拟机"
6371
6260
 
6372
- #: app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
6373
- msgid "Virtual Guest From"
6374
- msgstr "虚拟客户机"
6375
-
6376
6261
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
6377
6262
  msgid "Virtual Guests"
6378
6263
  msgstr "虚拟客户机"
@@ -6406,7 +6291,15 @@ msgid ""
6406
6291
  "policy will download all packages within the repository."
6407
6292
  msgstr "验证内容时,使用“按需”下载策略的库将在库内下载所有软件包。"
6408
6293
 
6294
+ #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
6295
+ msgid ""
6296
+ "With this option selected, a puppet environment will be created during "
6297
+ "publish and promote even if no puppet modules have been added to the Content"
6298
+ " View"
6299
+ msgstr ""
6300
+
6409
6301
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
6302
+ #: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
6410
6303
  msgid "Working"
6411
6304
  msgstr "工作中"
6412
6305
 
@@ -6416,15 +6309,34 @@ msgstr "工作中"
6416
6309
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
6417
6310
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-release-version-modal.html
6418
6311
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-repository-sets-modal.html
6312
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter-details.html
6419
6313
  #: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
6314
+ #: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
6420
6315
  #: app/assets/javascripts/bastion_katello/content-views/views/content-views.html
6421
6316
  #: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
6317
+ #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-http-proxy-modal.html
6422
6318
  #: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
6423
6319
  #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6424
- #: app/assets/javascripts/bastion_katello/subscriptions/subscriptions.controller.js
6320
+ #: app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js
6321
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js
6425
6322
  msgid "Yes"
6426
6323
  msgstr "是"
6427
6324
 
6325
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
6326
+ msgid ""
6327
+ "You can upload a requirements.yml file above to auto-fill contents <b>OR</b>"
6328
+ " paste contents of <a ng-"
6329
+ "href=\"https://docs.ansible.com/ansible/devel/dev_guide/collections_tech_preview.html"
6330
+ "#install-multiple-collections-with-a-requirements-file\" target=\"_blank\"> "
6331
+ "Requirements.yml </a>below."
6332
+ msgstr ""
6333
+
6334
+ #: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
6335
+ msgid ""
6336
+ "You can upload a requirements.yml file below to auto-fill contents or paste "
6337
+ "contents of requirement.yml here"
6338
+ msgstr ""
6339
+
6428
6340
  #: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
6429
6341
  msgid ""
6430
6342
  "You cannot remove these repositories because they belong to a Red Hat "
@@ -6536,12 +6448,17 @@ msgstr "您目前没有任何与此内容凭证关联的产品。"
6536
6448
 
6537
6449
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
6538
6450
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
6539
- #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
6540
6451
  msgid ""
6541
6452
  "You currently don't have any Products to subscribe to, you can add Products "
6542
6453
  "after selecting 'Products' under 'Content' in the main menu"
6543
6454
  msgstr "您目前没有任何要订阅的产品,在主菜单的 ‘内容’ 项下选择 ‘产品’ 后即可添加产品。"
6544
6455
 
6456
+ #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
6457
+ msgid ""
6458
+ "You currently don't have any Products to subscribe to. You can add Products "
6459
+ "after selecting 'Products' under 'Content' in the main menu."
6460
+ msgstr ""
6461
+
6545
6462
  #: app/assets/javascripts/bastion_katello/products/views/products.html
6546
6463
  msgid ""
6547
6464
  "You currently don't have any Products<span bst-feature-"
@@ -6581,12 +6498,8 @@ msgstr "您目前没有任何与这个激活码关联的订阅,选择‘添加
6581
6498
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
6582
6499
  msgid ""
6583
6500
  "You currently don't have any Subscriptions associated with this Content "
6584
- "Host, you can add Subscriptions after selecting the 'Add' tab."
6585
- msgstr "您目前没有任何订阅,可使用右侧标记为 ‘管理清单’ 的按钮导入清单,从而添加订阅。"
6586
-
6587
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
6588
- msgid "You currently don't have any Subscriptions."
6589
- msgstr "您目前没有任何订阅。"
6501
+ "Host. You can add Subscriptions after selecting the 'Add' tab."
6502
+ msgstr ""
6590
6503
 
6591
6504
  #: app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
6592
6505
  msgid ""
@@ -6712,6 +6625,7 @@ msgstr "您的搜索返回 0 个生命周期环境。"
6712
6625
  msgid "Your search returned zero Module Streams."
6713
6626
  msgstr ""
6714
6627
 
6628
+ #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
6715
6629
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
6716
6630
  #: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html
6717
6631
  #: app/assets/javascripts/bastion_katello/packages/views/packages.html
@@ -6755,10 +6669,13 @@ msgstr "您的搜索返回 0 个库集合。"
6755
6669
  msgid "Your search returned zero results."
6756
6670
  msgstr "您的搜索返回 0 个结果。"
6757
6671
 
6672
+ #: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-rule-matching-package-modal.html
6673
+ msgid "Your search returned zero RPMs"
6674
+ msgstr ""
6675
+
6758
6676
  #: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions-list.html
6759
6677
  #: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-subscriptions-modal.html
6760
6678
  #: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
6761
- #: app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
6762
6679
  msgid "Your search returned zero Subscriptions."
6763
6680
  msgstr "您的搜索返回 0 个订阅。"
6764
6681