katello 4.19.0.rc1 → 4.19.0.rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/locale/bn/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ca/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/cs/katello.js +338 -17
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/de/katello.js +339 -18
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/el/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/en/katello.js +338 -17
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/en_US/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/es/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/fr/katello.js +340 -19
- data/app/assets/javascripts/katello/locale/gl/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/gu/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/hi/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/id/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/it/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ja/katello.js +340 -19
- data/app/assets/javascripts/katello/locale/ka/katello.js +339 -18
- data/app/assets/javascripts/katello/locale/kn/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ko/katello.js +339 -18
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/mr/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/or/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pa/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pl/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pt/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ro/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ru/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/sl/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ta/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/te/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/tr/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/vi/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/zh/katello.js +337 -16
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +340 -19
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +337 -16
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -0
- data/app/services/katello/pulp3/repository/apt.rb +12 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +10 -0
- data/lib/katello/plugin.rb +1 -0
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +180 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +337 -16
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +337 -16
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +337 -16
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +338 -18
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +337 -16
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +340 -19
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +337 -16
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +337 -16
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +337 -16
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +338 -18
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +337 -16
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +337 -16
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +337 -16
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +337 -16
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +341 -20
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +337 -16
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +337 -16
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +337 -16
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +337 -16
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +337 -16
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +337 -16
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +342 -20
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +339 -18
- data/locale/katello.pot +748 -233
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +337 -16
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +340 -19
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +337 -16
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +337 -16
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +337 -16
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +337 -16
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +337 -16
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +337 -16
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +337 -16
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +337 -16
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +337 -16
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +337 -16
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +337 -16
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +337 -16
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +337 -16
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +337 -16
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +337 -16
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +337 -16
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +337 -16
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +337 -16
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +337 -16
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +337 -16
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +337 -16
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +341 -20
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +337 -16
- data/webpack/ForemanColumnExtensions/index.js +46 -2
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +1 -1
- data/webpack/scenes/Subscriptions/SubscriptionReducer.js +15 -5
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +22 -5
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +141 -0
- metadata +6 -8
data/locale/zh_CN/katello.po
CHANGED
|
@@ -7,17 +7,17 @@
|
|
|
7
7
|
# Martin Liu <liuzh66@gmail.com>, 2020
|
|
8
8
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2020
|
|
9
9
|
# tim123, 2022
|
|
10
|
-
# Amit Upadhye <aupadhye@redhat.com>, 2024
|
|
11
10
|
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025
|
|
12
11
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2025
|
|
13
12
|
# Ondřej Gajdušek, 2025
|
|
13
|
+
# Amit Upadhye <aupadhye@redhat.com>, 2025
|
|
14
14
|
#
|
|
15
15
|
msgid ""
|
|
16
16
|
msgstr ""
|
|
17
|
-
"Project-Id-Version: katello 4.19.0.
|
|
17
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
18
18
|
"Report-Msgid-Bugs-To: \n"
|
|
19
19
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
20
|
-
"Last-Translator:
|
|
20
|
+
"Last-Translator: Amit Upadhye <aupadhye@redhat.com>, 2025\n"
|
|
21
21
|
"Language-Team: Chinese (China) (https://app.transifex.com/foreman/teams/114/zh"
|
|
22
22
|
"_CN/)\n"
|
|
23
23
|
"MIME-Version: 1.0\n"
|
|
@@ -123,6 +123,9 @@ msgstr "${selectedContentType}"
|
|
|
123
123
|
msgid "${selectedContentType} will appear here when created."
|
|
124
124
|
msgstr "${selectedContentType} 在创建后将在此处显示。"
|
|
125
125
|
|
|
126
|
+
msgid "${totalCount} labels and annotations"
|
|
127
|
+
msgstr ""
|
|
128
|
+
|
|
126
129
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
127
130
|
msgstr "%s%s 有 %s 主机和 %s 主机组,它们需要在删除后重新关联。删除 %s?"
|
|
128
131
|
|
|
@@ -475,6 +478,9 @@ msgstr "任何"
|
|
|
475
478
|
msgid "About page"
|
|
476
479
|
msgstr "About 页面"
|
|
477
480
|
|
|
481
|
+
msgid "Abstract async task"
|
|
482
|
+
msgstr ""
|
|
483
|
+
|
|
478
484
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
479
485
|
msgstr "禁止访问红帽订阅管理。如果要更改这个设置,请更新内容设置\"订阅连接已启用\"。"
|
|
480
486
|
|
|
@@ -622,6 +628,9 @@ msgstr "添加仓库"
|
|
|
622
628
|
msgid "Add repositories with package groups to content view to select them here."
|
|
623
629
|
msgstr "将含有软件包组的存储库添加到内容视图,以在此处选择它们。"
|
|
624
630
|
|
|
631
|
+
msgid "Add rolling repo clone"
|
|
632
|
+
msgstr ""
|
|
633
|
+
|
|
625
634
|
msgid "Add rule"
|
|
626
635
|
msgstr "添加规则"
|
|
627
636
|
|
|
@@ -640,12 +649,18 @@ msgstr "使用 Add Subscriptions 按钮添加订阅。"
|
|
|
640
649
|
msgid "Add to a host collection"
|
|
641
650
|
msgstr "添加到一个主机集合"
|
|
642
651
|
|
|
652
|
+
msgid "Add to host collections"
|
|
653
|
+
msgstr ""
|
|
654
|
+
|
|
643
655
|
msgid "Added"
|
|
644
656
|
msgstr "添加"
|
|
645
657
|
|
|
646
658
|
msgid "Added %s"
|
|
647
659
|
msgstr "添加的 %s"
|
|
648
660
|
|
|
661
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
662
|
+
msgstr ""
|
|
663
|
+
|
|
649
664
|
msgid "Added Content:"
|
|
650
665
|
msgstr "已新增內容:"
|
|
651
666
|
|
|
@@ -688,6 +703,9 @@ msgstr "所有已应用的勘误"
|
|
|
688
703
|
msgid "All errata up-to-date"
|
|
689
704
|
msgstr "所有勘误已为最新"
|
|
690
705
|
|
|
706
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
707
|
+
msgstr ""
|
|
708
|
+
|
|
691
709
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
692
710
|
msgstr "所有子路径都必须在结尾有一个斜杠,且在开头没有斜杠"
|
|
693
711
|
|
|
@@ -777,6 +795,9 @@ msgstr ""
|
|
|
777
795
|
"同步时发生错误 \n"
|
|
778
796
|
"%{error_message}"
|
|
779
797
|
|
|
798
|
+
msgid "An error occurred while updating host collections"
|
|
799
|
+
msgstr ""
|
|
800
|
+
|
|
780
801
|
msgid "An option to specify how many ostree commits to traverse."
|
|
781
802
|
msgstr "用于指定要遍历的 ostree 提交数量的选项。"
|
|
782
803
|
|
|
@@ -1063,6 +1084,9 @@ msgstr "收藏本搜索"
|
|
|
1063
1084
|
msgid "Bookmarks marked as public are available to all users"
|
|
1064
1085
|
msgstr "标记为公共的书签可供所有用户使用"
|
|
1065
1086
|
|
|
1087
|
+
msgid "Bootable"
|
|
1088
|
+
msgstr ""
|
|
1089
|
+
|
|
1066
1090
|
msgid "Bootc rollback via Bootc interface"
|
|
1067
1091
|
msgstr "通过 Bootc 接口的 Bootc 回滚"
|
|
1068
1092
|
|
|
@@ -1387,6 +1411,9 @@ msgstr "更改内容源"
|
|
|
1387
1411
|
msgid "Change content view environments"
|
|
1388
1412
|
msgstr "改变内容视图环境"
|
|
1389
1413
|
|
|
1414
|
+
msgid "Change host collections"
|
|
1415
|
+
msgstr ""
|
|
1416
|
+
|
|
1390
1417
|
msgid "Change host content source"
|
|
1391
1418
|
msgstr "更改主机内容源"
|
|
1392
1419
|
|
|
@@ -1474,6 +1501,9 @@ msgstr "同步容器镜像仓库时要排除的标签列表(以逗号分隔)
|
|
|
1474
1501
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1475
1502
|
msgstr "逗号分隔的标签列表,以同步容器镜像仓库"
|
|
1476
1503
|
|
|
1504
|
+
msgid "Commit upload"
|
|
1505
|
+
msgstr ""
|
|
1506
|
+
|
|
1477
1507
|
msgid "Compare"
|
|
1478
1508
|
msgstr "比较"
|
|
1479
1509
|
|
|
@@ -1828,15 +1858,27 @@ msgstr "已复制到剪贴板"
|
|
|
1828
1858
|
msgid "Copy"
|
|
1829
1859
|
msgstr "复制"
|
|
1830
1860
|
|
|
1861
|
+
msgid "Copy all units"
|
|
1862
|
+
msgstr ""
|
|
1863
|
+
|
|
1831
1864
|
msgid "Copy an activation key"
|
|
1832
1865
|
msgstr "复制激活码"
|
|
1833
1866
|
|
|
1867
|
+
msgid "Copy content"
|
|
1868
|
+
msgstr ""
|
|
1869
|
+
|
|
1834
1870
|
msgid "Copy content view"
|
|
1835
1871
|
msgstr "复制内容视图"
|
|
1836
1872
|
|
|
1837
1873
|
msgid "Copy to clipboard"
|
|
1838
1874
|
msgstr "复制到剪贴板"
|
|
1839
1875
|
|
|
1876
|
+
msgid "Copy version"
|
|
1877
|
+
msgstr ""
|
|
1878
|
+
|
|
1879
|
+
msgid "Copy version units to library"
|
|
1880
|
+
msgstr ""
|
|
1881
|
+
|
|
1840
1882
|
msgid "Cores per socket"
|
|
1841
1883
|
msgstr "每個插槽的核心數"
|
|
1842
1884
|
|
|
@@ -2050,18 +2092,36 @@ msgstr "使用生成的 SSL 证书和密钥创建内容凭据。"
|
|
|
2050
2092
|
msgid "Create content view"
|
|
2051
2093
|
msgstr "创建內容视图"
|
|
2052
2094
|
|
|
2095
|
+
msgid "Create exporter"
|
|
2096
|
+
msgstr ""
|
|
2097
|
+
|
|
2053
2098
|
msgid "Create filter"
|
|
2054
2099
|
msgstr "创建过滤器"
|
|
2055
2100
|
|
|
2056
2101
|
msgid "Create host collection"
|
|
2057
2102
|
msgstr "创建主机集"
|
|
2058
2103
|
|
|
2104
|
+
msgid "Create import"
|
|
2105
|
+
msgstr ""
|
|
2106
|
+
|
|
2107
|
+
msgid "Create importer"
|
|
2108
|
+
msgstr ""
|
|
2109
|
+
|
|
2059
2110
|
msgid "Create new activation key"
|
|
2060
2111
|
msgstr "创建新的激活码"
|
|
2061
2112
|
|
|
2062
2113
|
msgid "Create organization"
|
|
2063
2114
|
msgstr "创建机构"
|
|
2064
2115
|
|
|
2116
|
+
msgid "Create publication"
|
|
2117
|
+
msgstr ""
|
|
2118
|
+
|
|
2119
|
+
msgid "Create remote"
|
|
2120
|
+
msgstr ""
|
|
2121
|
+
|
|
2122
|
+
msgid "Creation"
|
|
2123
|
+
msgstr ""
|
|
2124
|
+
|
|
2065
2125
|
msgid "Credentials"
|
|
2066
2126
|
msgstr "凭证"
|
|
2067
2127
|
|
|
@@ -2323,12 +2383,36 @@ msgstr "删除內容视图"
|
|
|
2323
2383
|
msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
|
|
2324
2384
|
msgstr "删除将此存储库作为最后一个关联的存储库的内容视图过滤器。默认为 true。如果为 false,则此类过滤器现在应用到内容视图中的所有存储库。"
|
|
2325
2385
|
|
|
2386
|
+
msgid "Delete distributions"
|
|
2387
|
+
msgstr ""
|
|
2388
|
+
|
|
2326
2389
|
msgid "Delete manifest from Red Hat provider"
|
|
2327
2390
|
msgstr "從 Red Hat 供應者中刪除清單"
|
|
2328
2391
|
|
|
2329
2392
|
msgid "Delete multiple filters from a content view"
|
|
2330
2393
|
msgstr "从内容视图中删除多个过滤器"
|
|
2331
2394
|
|
|
2395
|
+
msgid "Delete orphan alternate content sources"
|
|
2396
|
+
msgstr ""
|
|
2397
|
+
|
|
2398
|
+
msgid "Delete orphan distributions"
|
|
2399
|
+
msgstr ""
|
|
2400
|
+
|
|
2401
|
+
msgid "Delete orphan remotes"
|
|
2402
|
+
msgstr ""
|
|
2403
|
+
|
|
2404
|
+
msgid "Delete orphan repository versions"
|
|
2405
|
+
msgstr ""
|
|
2406
|
+
|
|
2407
|
+
msgid "Delete orphaned migrated repositories"
|
|
2408
|
+
msgstr ""
|
|
2409
|
+
|
|
2410
|
+
msgid "Delete remote"
|
|
2411
|
+
msgstr ""
|
|
2412
|
+
|
|
2413
|
+
msgid "Delete repository references"
|
|
2414
|
+
msgstr ""
|
|
2415
|
+
|
|
2332
2416
|
msgid "Delete version"
|
|
2333
2417
|
msgstr "删除版本"
|
|
2334
2418
|
|
|
@@ -2428,6 +2512,12 @@ msgstr "销毁环境"
|
|
|
2428
2512
|
msgid "Destroy an environment in an organization"
|
|
2429
2513
|
msgstr "銷毀組織中的一個環境"
|
|
2430
2514
|
|
|
2515
|
+
msgid "Destroy exporter"
|
|
2516
|
+
msgstr ""
|
|
2517
|
+
|
|
2518
|
+
msgid "Destroy importer"
|
|
2519
|
+
msgstr ""
|
|
2520
|
+
|
|
2431
2521
|
msgid "Destroy one or more alternate content sources"
|
|
2432
2522
|
msgstr "销毁一个或多个备用内容源"
|
|
2433
2523
|
|
|
@@ -2473,6 +2563,9 @@ msgstr "禁用"
|
|
|
2473
2563
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2474
2564
|
msgstr "为 '%{subject}' 禁用简单内容访问失败。"
|
|
2475
2565
|
|
|
2566
|
+
msgid "Discover"
|
|
2567
|
+
msgstr ""
|
|
2568
|
+
|
|
2476
2569
|
msgid "Discover Repositories"
|
|
2477
2570
|
msgstr "发现软件仓库"
|
|
2478
2571
|
|
|
@@ -2608,9 +2701,6 @@ msgstr "从集合中启用存储库"
|
|
|
2608
2701
|
msgid "Enable repository sets"
|
|
2609
2702
|
msgstr "启用仓库集"
|
|
2610
2703
|
|
|
2611
|
-
msgid "Enable structured APT for deb content"
|
|
2612
|
-
msgstr "为 deb 内容启用结构化 APT"
|
|
2613
|
-
|
|
2614
2704
|
msgid "Enable/Disable auto publish of composite view"
|
|
2615
2705
|
msgstr "启用/禁用自动发布复合视图"
|
|
2616
2706
|
|
|
@@ -2671,6 +2761,9 @@ msgstr "环境 ID"
|
|
|
2671
2761
|
msgid "Environment cannot be in its own promotion path"
|
|
2672
2762
|
msgstr "環境不能位於自己的推送路徑上"
|
|
2673
2763
|
|
|
2764
|
+
msgid "Environment contents refresh"
|
|
2765
|
+
msgstr ""
|
|
2766
|
+
|
|
2674
2767
|
msgid "Environment identifier"
|
|
2675
2768
|
msgstr "环境标识符"
|
|
2676
2769
|
|
|
@@ -2710,6 +2803,9 @@ msgstr "勘误和软件包信息将立即更新。"
|
|
|
2710
2803
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2711
2804
|
msgstr "勘误的勘误ID(RHSA-2012:108)"
|
|
2712
2805
|
|
|
2806
|
+
msgid "Errata mail"
|
|
2807
|
+
msgstr ""
|
|
2808
|
+
|
|
2713
2809
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2714
2810
|
msgstr "删除的 UUID 为 %s 的内容方面的勘误状态没有被更新"
|
|
2715
2811
|
|
|
@@ -2875,6 +2971,9 @@ msgstr "为主机获取可用的模块流。"
|
|
|
2875
2971
|
msgid "Fetch installable errata for one or more hosts."
|
|
2876
2972
|
msgstr "为一台或多台主机获取可安装的勘误。"
|
|
2877
2973
|
|
|
2974
|
+
msgid "Fetch pxe files"
|
|
2975
|
+
msgstr ""
|
|
2976
|
+
|
|
2878
2977
|
msgid "Fetch traces for one or more hosts"
|
|
2879
2978
|
msgstr "为一个或多个主机获取跟踪"
|
|
2880
2979
|
|
|
@@ -2968,6 +3067,9 @@ msgstr "按版本号过滤版本"
|
|
|
2968
3067
|
msgid "Filter versions that are components in the specified composite version"
|
|
2969
3068
|
msgstr "过滤在指定复合版本中作为组件的版本"
|
|
2970
3069
|
|
|
3070
|
+
msgid "Filtered index content"
|
|
3071
|
+
msgstr ""
|
|
3072
|
+
|
|
2971
3073
|
msgid "Filters"
|
|
2972
3074
|
msgstr "过滤器"
|
|
2973
3075
|
|
|
@@ -2989,6 +3091,9 @@ msgstr "完成"
|
|
|
2989
3091
|
msgid "Finished"
|
|
2990
3092
|
msgstr "完成"
|
|
2991
3093
|
|
|
3094
|
+
msgid "Flatpak"
|
|
3095
|
+
msgstr ""
|
|
3096
|
+
|
|
2992
3097
|
msgid "Flatpak Remote ${name} created"
|
|
2993
3098
|
msgstr "Flatpak Remote ${name} 被创建"
|
|
2994
3099
|
|
|
@@ -3083,6 +3188,9 @@ msgstr "从直接安装的内容生成勘误状态"
|
|
|
3083
3188
|
msgid "Generate host applicability"
|
|
3084
3189
|
msgstr "产生主机适用性"
|
|
3085
3190
|
|
|
3191
|
+
msgid "Generate metadata"
|
|
3192
|
+
msgstr ""
|
|
3193
|
+
|
|
3086
3194
|
msgid "Generate repository applicability"
|
|
3087
3195
|
msgstr "生成仓库适用性"
|
|
3088
3196
|
|
|
@@ -3323,6 +3431,12 @@ msgstr "capsule 上应同时同步多少个参数。较小的数字可能导致
|
|
|
3323
3431
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3324
3432
|
msgstr "如何排序結果的順序(比方說 ASC 從下到上)"
|
|
3325
3433
|
|
|
3434
|
+
msgid "Hypervisors"
|
|
3435
|
+
msgstr ""
|
|
3436
|
+
|
|
3437
|
+
msgid "Hypervisors update"
|
|
3438
|
+
msgstr ""
|
|
3439
|
+
|
|
3326
3440
|
msgid "ID"
|
|
3327
3441
|
msgstr "ID"
|
|
3328
3442
|
|
|
@@ -3513,9 +3627,6 @@ msgstr "如果主机由于重复的 DMI UUID 而未能注册,请在此处添
|
|
|
3513
3627
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3514
3628
|
msgstr "如果产品证书应该用于向自定义 CDN 进行身份验证。"
|
|
3515
3629
|
|
|
3516
|
-
msgid "If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'."
|
|
3517
|
-
msgstr "如果设置,在 Katello 中新创建的 APT 仓库将使用它们从其中同步的远程仓库相同的仓库结构。您可以通过运行 'foreman-rake katello:migrate_structure_content_for_deb' 来迁移现有的 APT 存储库来匹配相关的设置。"
|
|
3518
|
-
|
|
3519
3630
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3520
3631
|
msgstr "智能代理分配的 HTTP 代理是否应该使用"
|
|
3521
3632
|
|
|
@@ -3645,6 +3756,9 @@ msgstr "导入软件仓库"
|
|
|
3645
3756
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3646
3757
|
msgstr "导入订阅清单,为主机授予红帽内容的访问权限。"
|
|
3647
3758
|
|
|
3759
|
+
msgid "Import migration"
|
|
3760
|
+
msgstr ""
|
|
3761
|
+
|
|
3648
3762
|
msgid "Import new manifest"
|
|
3649
3763
|
msgstr "导入新清单"
|
|
3650
3764
|
|
|
@@ -3654,6 +3768,12 @@ msgstr "仅导入"
|
|
|
3654
3768
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3655
3769
|
msgstr "仅导入不能直接发布的内容视图。内容只能通过导入至视图来更新。"
|
|
3656
3770
|
|
|
3771
|
+
msgid "Import repository upload"
|
|
3772
|
+
msgstr ""
|
|
3773
|
+
|
|
3774
|
+
msgid "Import upload"
|
|
3775
|
+
msgstr ""
|
|
3776
|
+
|
|
3657
3777
|
msgid "Import uploads into a repository"
|
|
3658
3778
|
msgstr "将上传文件导入仓库"
|
|
3659
3779
|
|
|
@@ -3720,6 +3840,9 @@ msgstr "增量更新"
|
|
|
3720
3840
|
msgid "Incremental Update incomplete."
|
|
3721
3841
|
msgstr "增量更新不完整。"
|
|
3722
3842
|
|
|
3843
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3844
|
+
msgstr ""
|
|
3845
|
+
|
|
3723
3846
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3724
3847
|
msgstr "%{content_view_count} 内容视图版本的增量更新 "
|
|
3725
3848
|
|
|
@@ -3732,12 +3855,27 @@ msgstr "增量更新至少需要一个内容单元"
|
|
|
3732
3855
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3733
3856
|
msgstr "为复合 %{name} 版本 %{version} 指定了增量更新,但没有更新的组件。"
|
|
3734
3857
|
|
|
3858
|
+
msgid "Index content"
|
|
3859
|
+
msgstr ""
|
|
3860
|
+
|
|
3861
|
+
msgid "Index errata"
|
|
3862
|
+
msgstr ""
|
|
3863
|
+
|
|
3864
|
+
msgid "Index module streams"
|
|
3865
|
+
msgstr ""
|
|
3866
|
+
|
|
3867
|
+
msgid "Index package groups"
|
|
3868
|
+
msgstr ""
|
|
3869
|
+
|
|
3735
3870
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3736
3871
|
msgstr "信息类型需要是 [ %{list} ] 之一"
|
|
3737
3872
|
|
|
3738
3873
|
msgid "Inherit from Repository"
|
|
3739
3874
|
msgstr "从仓库继承"
|
|
3740
3875
|
|
|
3876
|
+
msgid "Initialize"
|
|
3877
|
+
msgstr ""
|
|
3878
|
+
|
|
3741
3879
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3742
3880
|
msgstr "启动同步计划中附加产品的同步"
|
|
3743
3881
|
|
|
@@ -3813,9 +3951,15 @@ msgstr "正在安装软件包组..."
|
|
|
3813
3951
|
msgid "Installing Package..."
|
|
3814
3952
|
msgstr "正在安裝套件..."
|
|
3815
3953
|
|
|
3954
|
+
msgid "Instance update"
|
|
3955
|
+
msgstr ""
|
|
3956
|
+
|
|
3816
3957
|
msgid "Instance-based"
|
|
3817
3958
|
msgstr "基于实例"
|
|
3818
3959
|
|
|
3960
|
+
msgid "Insufficient space for selected hosts"
|
|
3961
|
+
msgstr ""
|
|
3962
|
+
|
|
3819
3963
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3820
3964
|
msgstr "解释指定对象,以仅返回可与指定对象关联的主机集合。支持值 'host'。"
|
|
3821
3965
|
|
|
@@ -4050,6 +4194,15 @@ msgstr "内容视图标签"
|
|
|
4050
4194
|
msgid "Label of the flatpak remote"
|
|
4051
4195
|
msgstr "flatpak 远程的标签"
|
|
4052
4196
|
|
|
4197
|
+
msgid "Labels"
|
|
4198
|
+
msgstr ""
|
|
4199
|
+
|
|
4200
|
+
msgid "Labels and annotations"
|
|
4201
|
+
msgstr ""
|
|
4202
|
+
|
|
4203
|
+
msgid "Labels | Annotations"
|
|
4204
|
+
msgstr ""
|
|
4205
|
+
|
|
4053
4206
|
msgid "Last check-in:"
|
|
4054
4207
|
msgstr "最后签到:"
|
|
4055
4208
|
|
|
@@ -4152,6 +4305,9 @@ msgstr "生命周期环境:{lce}"
|
|
|
4152
4305
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4153
4306
|
msgstr "无法在默认的智能代理上修改生命周期环境。所有生命周期环境中的内容都将存在于此智能代理中。"
|
|
4154
4307
|
|
|
4308
|
+
msgid "Limit"
|
|
4309
|
+
msgstr ""
|
|
4310
|
+
|
|
4155
4311
|
msgid "Limit actions to content in the host's environment."
|
|
4156
4312
|
msgstr "将操作限制为针对主机环境中的内容。"
|
|
4157
4313
|
|
|
@@ -4482,12 +4638,18 @@ msgstr "管理仓库集"
|
|
|
4482
4638
|
msgid "Manifest"
|
|
4483
4639
|
msgstr "清单"
|
|
4484
4640
|
|
|
4641
|
+
msgid "Manifest Details"
|
|
4642
|
+
msgstr ""
|
|
4643
|
+
|
|
4485
4644
|
msgid "Manifest History"
|
|
4486
4645
|
msgstr "清单历史"
|
|
4487
4646
|
|
|
4488
4647
|
msgid "Manifest deleted"
|
|
4489
4648
|
msgstr "删除的清单"
|
|
4490
4649
|
|
|
4650
|
+
msgid "Manifest digest"
|
|
4651
|
+
msgstr ""
|
|
4652
|
+
|
|
4491
4653
|
msgid "Manifest does not have a valid subscription"
|
|
4492
4654
|
msgstr "清单没有有效订阅"
|
|
4493
4655
|
|
|
@@ -4572,6 +4734,9 @@ msgstr "信息"
|
|
|
4572
4734
|
msgid "Messaging connection"
|
|
4573
4735
|
msgstr "訊息連線"
|
|
4574
4736
|
|
|
4737
|
+
msgid "Metadata generate"
|
|
4738
|
+
msgstr ""
|
|
4739
|
+
|
|
4575
4740
|
msgid ""
|
|
4576
4741
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4577
4742
|
"Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
|
|
@@ -4612,6 +4777,9 @@ msgstr "模型"
|
|
|
4612
4777
|
msgid "Moderate"
|
|
4613
4778
|
msgstr "中等"
|
|
4614
4779
|
|
|
4780
|
+
msgid "Modified"
|
|
4781
|
+
msgstr ""
|
|
4782
|
+
|
|
4615
4783
|
msgid "Modify via remote execution"
|
|
4616
4784
|
msgstr "通过远程执行修改"
|
|
4617
4785
|
|
|
@@ -4639,6 +4807,15 @@ msgstr "启用红帽存储库或创建自定义产品后,将在此处显示模
|
|
|
4639
4807
|
msgid "Multi Content View Environment"
|
|
4640
4808
|
msgstr "多内容视图环境"
|
|
4641
4809
|
|
|
4810
|
+
msgid "Multi copy all units"
|
|
4811
|
+
msgstr ""
|
|
4812
|
+
|
|
4813
|
+
msgid "Multi copy content"
|
|
4814
|
+
msgstr ""
|
|
4815
|
+
|
|
4816
|
+
msgid "Multi copy units"
|
|
4817
|
+
msgstr ""
|
|
4818
|
+
|
|
4642
4819
|
msgid "Multi-entitlement"
|
|
4643
4820
|
msgstr "多权利"
|
|
4644
4821
|
|
|
@@ -4945,6 +5122,9 @@ msgstr "%s 还没有报告任何安装的软件包和/或启用的仓库。"
|
|
|
4945
5122
|
msgid "No items have been specified."
|
|
4946
5123
|
msgstr "没有指定项。"
|
|
4947
5124
|
|
|
5125
|
+
msgid "No labels"
|
|
5126
|
+
msgstr ""
|
|
5127
|
+
|
|
4948
5128
|
msgid "No manifest file uploaded"
|
|
4949
5129
|
msgstr "未上傳清單檔案"
|
|
4950
5130
|
|
|
@@ -5284,6 +5464,9 @@ msgstr "机构标签"
|
|
|
5284
5464
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5285
5465
|
msgstr "机构标签 '%s' 不明确。使用基于 id 的容器名称。"
|
|
5286
5466
|
|
|
5467
|
+
msgid "Organization must be specified when providing product by name."
|
|
5468
|
+
msgstr ""
|
|
5469
|
+
|
|
5287
5470
|
msgid "Organization not found"
|
|
5288
5471
|
msgstr "没有找到机构"
|
|
5289
5472
|
|
|
@@ -5687,6 +5870,9 @@ msgstr "产品标签"
|
|
|
5687
5870
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5688
5871
|
msgstr "产品标签 '%s' 不明确。使用基于 id 的容器名称。"
|
|
5689
5872
|
|
|
5873
|
+
msgid "Product must be specified."
|
|
5874
|
+
msgstr ""
|
|
5875
|
+
|
|
5690
5876
|
msgid "Product name"
|
|
5691
5877
|
msgstr "产品名称"
|
|
5692
5878
|
|
|
@@ -5849,6 +6035,9 @@ msgstr "Pulp 存储"
|
|
|
5849
6035
|
msgid "Pulp task error"
|
|
5850
6036
|
msgstr "Pulp 任务错误"
|
|
5851
6037
|
|
|
6038
|
+
msgid "Purge completed tasks"
|
|
6039
|
+
msgstr ""
|
|
6040
|
+
|
|
5852
6041
|
msgid "Python Package"
|
|
5853
6042
|
msgstr "Python 软件包"
|
|
5854
6043
|
|
|
@@ -5948,6 +6137,9 @@ msgstr "需要重启"
|
|
|
5948
6137
|
msgid "Reclaim Space"
|
|
5949
6138
|
msgstr "重新声明空间"
|
|
5950
6139
|
|
|
6140
|
+
msgid "Reclaim space"
|
|
6141
|
+
msgstr ""
|
|
6142
|
+
|
|
5951
6143
|
msgid "Reclaim space from On Demand repositories"
|
|
5952
6144
|
msgstr "重新声明来自 On Demand 软件仓库的空间"
|
|
5953
6145
|
|
|
@@ -6014,6 +6206,9 @@ msgstr "刷新 RollingCV Repo"
|
|
|
6014
6206
|
msgid "Refresh all alternate content sources"
|
|
6015
6207
|
msgstr "刷新所有备用内容源"
|
|
6016
6208
|
|
|
6209
|
+
msgid "Refresh all distributions"
|
|
6210
|
+
msgstr ""
|
|
6211
|
+
|
|
6017
6212
|
msgid "Refresh alternate content sources"
|
|
6018
6213
|
msgstr "销毁备用内容源"
|
|
6019
6214
|
|
|
@@ -6026,15 +6221,27 @@ msgstr "刷新适用性"
|
|
|
6026
6221
|
msgid "Refresh counts"
|
|
6027
6222
|
msgstr "刷新计数"
|
|
6028
6223
|
|
|
6224
|
+
msgid "Refresh distribution"
|
|
6225
|
+
msgstr ""
|
|
6226
|
+
|
|
6029
6227
|
msgid "Refresh errata applicability"
|
|
6030
6228
|
msgstr "刷新勘误适用性"
|
|
6031
6229
|
|
|
6230
|
+
msgid "Refresh if needed"
|
|
6231
|
+
msgstr ""
|
|
6232
|
+
|
|
6032
6233
|
msgid "Refresh package applicability"
|
|
6033
6234
|
msgstr "刷新软件包适用性"
|
|
6034
6235
|
|
|
6035
6236
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6036
6237
|
msgstr "為 Red Hat 供應者更新之前匯入的清單"
|
|
6037
6238
|
|
|
6239
|
+
msgid "Refresh remote"
|
|
6240
|
+
msgstr ""
|
|
6241
|
+
|
|
6242
|
+
msgid "Refresh repos"
|
|
6243
|
+
msgstr ""
|
|
6244
|
+
|
|
6038
6245
|
msgid "Refresh source"
|
|
6039
6246
|
msgstr "刷新源"
|
|
6040
6247
|
|
|
@@ -6077,6 +6284,9 @@ msgstr "Registry 名称特征将导致成员仓库的容器镜像名称无效"
|
|
|
6077
6284
|
msgid "Registry token expiration time"
|
|
6078
6285
|
msgstr ""
|
|
6079
6286
|
|
|
6287
|
+
msgid "Reindex subscriptions"
|
|
6288
|
+
msgstr ""
|
|
6289
|
+
|
|
6080
6290
|
msgid "Related composite content views"
|
|
6081
6291
|
msgstr "相关的复合内容视图"
|
|
6082
6292
|
|
|
@@ -6152,6 +6362,9 @@ msgstr "从环境中移除"
|
|
|
6152
6362
|
msgid "Remove from environments"
|
|
6153
6363
|
msgstr "从环境中移除"
|
|
6154
6364
|
|
|
6365
|
+
msgid "Remove from host collections"
|
|
6366
|
+
msgstr ""
|
|
6367
|
+
|
|
6155
6368
|
msgid "Remove host from collections"
|
|
6156
6369
|
msgstr "从集合中删除主机"
|
|
6157
6370
|
|
|
@@ -6173,6 +6386,9 @@ msgstr "从一个或多个主机中删除一个或多个主机集合"
|
|
|
6173
6386
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6174
6387
|
msgstr "从上游清单中删除一个或多个订阅"
|
|
6175
6388
|
|
|
6389
|
+
msgid "Remove orphans"
|
|
6390
|
+
msgstr ""
|
|
6391
|
+
|
|
6176
6392
|
msgid "Remove package group via Katello interface"
|
|
6177
6393
|
msgstr "通过 Katello 接口删除软件包组"
|
|
6178
6394
|
|
|
@@ -6188,12 +6404,24 @@ msgstr "通过 Katello 界面删除软件包"
|
|
|
6188
6404
|
msgid "Remove products from sync plan"
|
|
6189
6405
|
msgstr "从同步计划中删除产品"
|
|
6190
6406
|
|
|
6407
|
+
msgid "Remove rolling repo clone"
|
|
6408
|
+
msgstr ""
|
|
6409
|
+
|
|
6410
|
+
msgid "Remove units"
|
|
6411
|
+
msgstr ""
|
|
6412
|
+
|
|
6413
|
+
msgid "Remove unneeded repos"
|
|
6414
|
+
msgstr ""
|
|
6415
|
+
|
|
6191
6416
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6192
6417
|
msgstr "从内容视图中删除版本和/或环境,并重新分配系统和密钥"
|
|
6193
6418
|
|
|
6194
6419
|
msgid "Remove versions from environments"
|
|
6195
6420
|
msgstr "从环境中删除版本"
|
|
6196
6421
|
|
|
6422
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6423
|
+
msgstr ""
|
|
6424
|
+
|
|
6197
6425
|
msgid "Removed component from content view"
|
|
6198
6426
|
msgstr "从内容视图中删除的组件"
|
|
6199
6427
|
|
|
@@ -6212,6 +6440,9 @@ msgstr "删除来自 ID 为 %{acs_id} 的 ACS %{acs_name} 的 ID 为%{prod_id}
|
|
|
6212
6440
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6213
6441
|
msgstr "从所有环境中移出此版本不会删除此版本。版本仍可用于以后的提升。"
|
|
6214
6442
|
|
|
6443
|
+
msgid "Repair"
|
|
6444
|
+
msgstr ""
|
|
6445
|
+
|
|
6215
6446
|
msgid "Replace content source on the target machine"
|
|
6216
6447
|
msgstr "替换目标机器上的内容源"
|
|
6217
6448
|
|
|
@@ -6230,12 +6461,18 @@ msgstr "软件仓库"
|
|
|
6230
6461
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6231
6462
|
msgstr "当 CDN 配置设置为 Air-gapped(断开连接)时,仓库不可用。"
|
|
6232
6463
|
|
|
6464
|
+
msgid "Repositories certs reset"
|
|
6465
|
+
msgstr ""
|
|
6466
|
+
|
|
6233
6467
|
msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
|
|
6234
6468
|
msgstr "所选内容视图版本常见的存储库将合并,生成复合内容视图,该视图是每个内容视图版本中的所有内容。"
|
|
6235
6469
|
|
|
6236
6470
|
msgid "Repositories from published Content Views are not allowed."
|
|
6237
6471
|
msgstr "不允许来自发布的内容视图中的仓库。"
|
|
6238
6472
|
|
|
6473
|
+
msgid "Repositories gpg reset"
|
|
6474
|
+
msgstr ""
|
|
6475
|
+
|
|
6239
6476
|
msgid "Repository"
|
|
6240
6477
|
msgstr "仓库"
|
|
6241
6478
|
|
|
@@ -6401,6 +6638,9 @@ msgstr "限制复合内容视图升级"
|
|
|
6401
6638
|
msgid "Result"
|
|
6402
6639
|
msgstr "结果"
|
|
6403
6640
|
|
|
6641
|
+
msgid "Retain build profile upon unregistration"
|
|
6642
|
+
msgstr ""
|
|
6643
|
+
|
|
6404
6644
|
msgid "Retrieve a single errata for a host"
|
|
6405
6645
|
msgstr "获取主机的单个勘误"
|
|
6406
6646
|
|
|
@@ -6593,6 +6833,21 @@ msgstr "保存"
|
|
|
6593
6833
|
msgid "Save Environments"
|
|
6594
6834
|
msgstr ""
|
|
6595
6835
|
|
|
6836
|
+
msgid "Save artifact"
|
|
6837
|
+
msgstr ""
|
|
6838
|
+
|
|
6839
|
+
msgid "Save distribution references"
|
|
6840
|
+
msgstr ""
|
|
6841
|
+
|
|
6842
|
+
msgid "Save publication"
|
|
6843
|
+
msgstr ""
|
|
6844
|
+
|
|
6845
|
+
msgid "Save version"
|
|
6846
|
+
msgstr ""
|
|
6847
|
+
|
|
6848
|
+
msgid "Save versions"
|
|
6849
|
+
msgstr ""
|
|
6850
|
+
|
|
6596
6851
|
msgid "Saving alternate content source..."
|
|
6597
6852
|
msgstr "更新备用内容源..."
|
|
6598
6853
|
|
|
@@ -6602,6 +6857,12 @@ msgstr "扫描"
|
|
|
6602
6857
|
msgid "Scan a flatpak remote"
|
|
6603
6858
|
msgstr "扫描 flatpak 远程"
|
|
6604
6859
|
|
|
6860
|
+
msgid "Scan cdn"
|
|
6861
|
+
msgstr ""
|
|
6862
|
+
|
|
6863
|
+
msgid "Scan remote"
|
|
6864
|
+
msgstr ""
|
|
6865
|
+
|
|
6605
6866
|
msgid "Schema version 1"
|
|
6606
6867
|
msgstr "Schema 版本 1"
|
|
6607
6868
|
|
|
@@ -6650,6 +6911,9 @@ msgstr "可应用的安全勘误"
|
|
|
6650
6911
|
msgid "Security errata installable"
|
|
6651
6912
|
msgstr "可安装的安全勘误"
|
|
6652
6913
|
|
|
6914
|
+
msgid "See child manifests"
|
|
6915
|
+
msgstr ""
|
|
6916
|
+
|
|
6653
6917
|
msgid "Select"
|
|
6654
6918
|
msgstr "选择"
|
|
6655
6919
|
|
|
@@ -6761,6 +7025,9 @@ msgstr "选择与主机 {hostName} 关联的主机集合。"
|
|
|
6761
7025
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6762
7026
|
msgstr "从主机 {hostName} 中选择要删除的主机集合。"
|
|
6763
7027
|
|
|
7028
|
+
msgid "Select host collections to change their associations with {selectedHosts}. Changing host collection will affect all your selected hosts. Some hosts may already be in your chosen collections."
|
|
7029
|
+
msgstr ""
|
|
7030
|
+
|
|
6764
7031
|
msgid "Select hosts to assign to %s"
|
|
6765
7032
|
msgstr "选择要分配给 %s 的主机"
|
|
6766
7033
|
|
|
@@ -6840,7 +7107,7 @@ msgid "Service Level (SLA)"
|
|
|
6840
7107
|
msgstr "服务等级 (SLA)"
|
|
6841
7108
|
|
|
6842
7109
|
msgid "Service level"
|
|
6843
|
-
msgstr ""
|
|
7110
|
+
msgstr "服务等级"
|
|
6844
7111
|
|
|
6845
7112
|
msgid "Service level of host"
|
|
6846
7113
|
msgstr "主机服务等级"
|
|
@@ -6881,6 +7148,9 @@ msgstr "严重性"
|
|
|
6881
7148
|
msgid "Severity must be one of: %s"
|
|
6882
7149
|
msgstr "严重级别必须是 %s 中的一个"
|
|
6883
7150
|
|
|
7151
|
+
msgid "Show ${remainingCount} more"
|
|
7152
|
+
msgstr ""
|
|
7153
|
+
|
|
6884
7154
|
msgid "Show %s"
|
|
6885
7155
|
msgstr "显示 %s"
|
|
6886
7156
|
|
|
@@ -7364,9 +7634,6 @@ msgstr "成功"
|
|
|
7364
7634
|
msgid "Successfully added %s Host(s)."
|
|
7365
7635
|
msgstr "成功添加 %s 主机。"
|
|
7366
7636
|
|
|
7367
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7368
|
-
msgstr "已成功新增 %{count} 个內容主机到主机集 %{host_collection}。"
|
|
7369
|
-
|
|
7370
7637
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7371
7638
|
msgstr "成功修改了 %s 产品的同步计划"
|
|
7372
7639
|
|
|
@@ -7379,9 +7646,6 @@ msgstr "成功刷新。"
|
|
|
7379
7646
|
msgid "Successfully removed %s Host(s)."
|
|
7380
7647
|
msgstr "成功删除 %s 主机。"
|
|
7381
7648
|
|
|
7382
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7383
|
-
msgstr "已从主机集合 %{host_collection} 中成功删除了 %{host_collection} 个内容主机。"
|
|
7384
|
-
|
|
7385
7649
|
msgid "Successfully synced capsule."
|
|
7386
7650
|
msgstr "成功同步的 capsule。"
|
|
7387
7651
|
|
|
@@ -7400,6 +7664,9 @@ msgstr "支持终止"
|
|
|
7400
7664
|
msgid "Supported Content Types"
|
|
7401
7665
|
msgstr "支持的内容类型"
|
|
7402
7666
|
|
|
7667
|
+
msgid "Sync"
|
|
7668
|
+
msgstr ""
|
|
7669
|
+
|
|
7403
7670
|
msgid "Sync Canceled"
|
|
7404
7671
|
msgstr "已取消同步"
|
|
7405
7672
|
|
|
@@ -7454,6 +7721,9 @@ msgstr "同步軟體庫"
|
|
|
7454
7721
|
msgid "Sync all repositories for a product"
|
|
7455
7722
|
msgstr "为一个产品同步所有存储库"
|
|
7456
7723
|
|
|
7724
|
+
msgid "Sync capsule"
|
|
7725
|
+
msgstr ""
|
|
7726
|
+
|
|
7457
7727
|
msgid "Sync complete."
|
|
7458
7728
|
msgstr "完成同步。"
|
|
7459
7729
|
|
|
@@ -7472,6 +7742,9 @@ msgstr "选择所需的产品,直接从上游仓库同步智能代理内容。
|
|
|
7472
7742
|
msgid "Sync state"
|
|
7473
7743
|
msgstr "同步状态"
|
|
7474
7744
|
|
|
7745
|
+
msgid "Syncable export"
|
|
7746
|
+
msgstr ""
|
|
7747
|
+
|
|
7475
7748
|
msgid "Synced"
|
|
7476
7749
|
msgstr "同步的"
|
|
7477
7750
|
|
|
@@ -7481,9 +7754,6 @@ msgstr "同步的 "
|
|
|
7481
7754
|
msgid "Synced Content"
|
|
7482
7755
|
msgstr "同步的内容"
|
|
7483
7756
|
|
|
7484
|
-
msgid "Synced container images content"
|
|
7485
|
-
msgstr ""
|
|
7486
|
-
|
|
7487
7757
|
msgid "Synchronize"
|
|
7488
7758
|
msgstr "同步"
|
|
7489
7759
|
|
|
@@ -7526,6 +7796,9 @@ msgstr "更新的系统目的属性"
|
|
|
7526
7796
|
msgid "System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console."
|
|
7527
7797
|
msgstr "系统目的用于设置系统在网络中的使用目的,以便在 Red Hat Hybrid Cloud Console 的订阅服务中提高报告准确性。"
|
|
7528
7798
|
|
|
7799
|
+
msgid "Tag"
|
|
7800
|
+
msgstr ""
|
|
7801
|
+
|
|
7529
7802
|
msgid "Tag name"
|
|
7530
7803
|
msgstr "标签名称"
|
|
7531
7804
|
|
|
@@ -7980,6 +8253,9 @@ msgstr "要开始,将此主机添加到主机集合。"
|
|
|
7980
8253
|
msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
|
|
7981
8254
|
msgstr "要从内容视图中包含或排除特定内容,请创建一个过滤器。如果没有过滤器,内容视图包含添加的存储库的所有内容。"
|
|
7982
8255
|
|
|
8256
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8257
|
+
msgstr ""
|
|
8258
|
+
|
|
7983
8259
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
7984
8260
|
msgstr "要管理主机内容覆盖,需要从机构上下文中选择一个特定的机构。"
|
|
7985
8261
|
|
|
@@ -8298,15 +8574,27 @@ msgstr "更新組織中的環境"
|
|
|
8298
8574
|
msgid "Update content counts for the smart proxy"
|
|
8299
8575
|
msgstr "更新智能代理的内容计数"
|
|
8300
8576
|
|
|
8577
|
+
msgid "Update content urls"
|
|
8578
|
+
msgstr ""
|
|
8579
|
+
|
|
8301
8580
|
msgid "Update content view environments for host"
|
|
8302
8581
|
msgstr "为主机更新内容视图环境"
|
|
8303
8582
|
|
|
8304
8583
|
msgid "Update content view environments for host %s"
|
|
8305
8584
|
msgstr "为主机 %s 更新内容视图环境"
|
|
8306
8585
|
|
|
8586
|
+
msgid "Update distributions"
|
|
8587
|
+
msgstr ""
|
|
8588
|
+
|
|
8307
8589
|
msgid "Update hosts manually"
|
|
8308
8590
|
msgstr "手动更新主机"
|
|
8309
8591
|
|
|
8592
|
+
msgid "Update http proxy"
|
|
8593
|
+
msgstr ""
|
|
8594
|
+
|
|
8595
|
+
msgid "Update http proxy details"
|
|
8596
|
+
msgstr ""
|
|
8597
|
+
|
|
8310
8598
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8311
8599
|
msgstr "更新安装的软件包,已启用的仓库,模块清单"
|
|
8312
8600
|
|
|
@@ -8322,12 +8610,21 @@ msgstr "通过 Katello 接口更新软件包"
|
|
|
8322
8610
|
msgid "Update packages via Katello interface"
|
|
8323
8611
|
msgstr "通过 Katello 接口更新软件包"
|
|
8324
8612
|
|
|
8613
|
+
msgid "Update redhat repository"
|
|
8614
|
+
msgstr ""
|
|
8615
|
+
|
|
8325
8616
|
msgid "Update release version for host"
|
|
8326
8617
|
msgstr "为主机更新发行版本"
|
|
8327
8618
|
|
|
8328
8619
|
msgid "Update release version for host %s"
|
|
8329
8620
|
msgstr "为主机 %s 更新发行版本"
|
|
8330
8621
|
|
|
8622
|
+
msgid "Update remote"
|
|
8623
|
+
msgstr ""
|
|
8624
|
+
|
|
8625
|
+
msgid "Update repository"
|
|
8626
|
+
msgstr ""
|
|
8627
|
+
|
|
8331
8628
|
msgid "Update services requiring restart"
|
|
8332
8629
|
msgstr "更新服务需要重启"
|
|
8333
8630
|
|
|
@@ -8418,6 +8715,12 @@ msgstr "上载文件内容的一部分"
|
|
|
8418
8715
|
msgid "Upload a subscription manifest"
|
|
8419
8716
|
msgstr "上载订阅清单"
|
|
8420
8717
|
|
|
8718
|
+
msgid "Upload content"
|
|
8719
|
+
msgstr ""
|
|
8720
|
+
|
|
8721
|
+
msgid "Upload file"
|
|
8722
|
+
msgstr ""
|
|
8723
|
+
|
|
8421
8724
|
msgid "Upload into"
|
|
8422
8725
|
msgstr "上传到"
|
|
8423
8726
|
|
|
@@ -8427,6 +8730,9 @@ msgstr "上传软件包 / 仓库配置集"
|
|
|
8427
8730
|
msgid "Upload request id"
|
|
8428
8731
|
msgstr "上传请求 ID"
|
|
8429
8732
|
|
|
8733
|
+
msgid "Upload tag"
|
|
8734
|
+
msgstr ""
|
|
8735
|
+
|
|
8430
8736
|
msgid "Upstream Candlepin"
|
|
8431
8737
|
msgstr "上游 Candlepin"
|
|
8432
8738
|
|
|
@@ -8542,11 +8848,14 @@ msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
|
8542
8848
|
msgstr "值需要是一个布尔值,或 'default' 代表 'enabled'"
|
|
8543
8849
|
|
|
8544
8850
|
msgid "Verify Content Checksum"
|
|
8545
|
-
msgstr ""
|
|
8851
|
+
msgstr "验证内容校验和"
|
|
8546
8852
|
|
|
8547
8853
|
msgid "Verify SSL"
|
|
8548
8854
|
msgstr "验证 SSL"
|
|
8549
8855
|
|
|
8856
|
+
msgid "Verify checksum"
|
|
8857
|
+
msgstr ""
|
|
8858
|
+
|
|
8550
8859
|
msgid "Verify checksum for content on smart proxy"
|
|
8551
8860
|
msgstr "为智能代理中的内容验证校验和"
|
|
8552
8861
|
|
|
@@ -8640,6 +8949,15 @@ msgstr "查看详情"
|
|
|
8640
8949
|
msgid "View documentation"
|
|
8641
8950
|
msgstr "查看文档"
|
|
8642
8951
|
|
|
8952
|
+
msgid "View here"
|
|
8953
|
+
msgstr ""
|
|
8954
|
+
|
|
8955
|
+
msgid "View labels and annotations"
|
|
8956
|
+
msgstr ""
|
|
8957
|
+
|
|
8958
|
+
msgid "View labels and annotations for image "
|
|
8959
|
+
msgstr ""
|
|
8960
|
+
|
|
8643
8961
|
msgid "View matching content"
|
|
8644
8962
|
msgstr "显示匹配内容"
|
|
8645
8963
|
|
|
@@ -8679,6 +8997,9 @@ msgstr "当设置 \"Releases/Distributions\" 时,还必须设置 \"Upstream UR
|
|
|
8679
8997
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8680
8998
|
msgstr "当设置 \"Upstream URL\" 时,还必须设置 \"Releases/Distributions\""
|
|
8681
8999
|
|
|
9000
|
+
msgid "When enabled, provisioning information like content view environments, kickstart repository, and content source will be retained when a host is unregistered. When disabled, this information will be cleared during unregistration."
|
|
9001
|
+
msgstr ""
|
|
9002
|
+
|
|
8682
9003
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8683
9004
|
msgstr "当通过 subscription-manager 注册主机时,强制使用特定的 fact(格式是 'fact.fact')"
|
|
8684
9005
|
|