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_TW/katello.po
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
#
|
|
11
11
|
msgid ""
|
|
12
12
|
msgstr ""
|
|
13
|
-
"Project-Id-Version: katello 4.19.0.
|
|
13
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
|
15
15
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
16
16
|
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2025\n"
|
|
@@ -117,6 +117,9 @@ msgstr ""
|
|
|
117
117
|
msgid "${selectedContentType} will appear here when created."
|
|
118
118
|
msgstr ""
|
|
119
119
|
|
|
120
|
+
msgid "${totalCount} labels and annotations"
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
120
123
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
121
124
|
msgstr ""
|
|
122
125
|
|
|
@@ -470,6 +473,9 @@ msgstr ""
|
|
|
470
473
|
msgid "About page"
|
|
471
474
|
msgstr ""
|
|
472
475
|
|
|
476
|
+
msgid "Abstract async task"
|
|
477
|
+
msgstr ""
|
|
478
|
+
|
|
473
479
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
474
480
|
msgstr ""
|
|
475
481
|
|
|
@@ -617,6 +623,9 @@ msgstr ""
|
|
|
617
623
|
msgid "Add repositories with package groups to content view to select them here."
|
|
618
624
|
msgstr ""
|
|
619
625
|
|
|
626
|
+
msgid "Add rolling repo clone"
|
|
627
|
+
msgstr ""
|
|
628
|
+
|
|
620
629
|
msgid "Add rule"
|
|
621
630
|
msgstr ""
|
|
622
631
|
|
|
@@ -635,12 +644,18 @@ msgstr ""
|
|
|
635
644
|
msgid "Add to a host collection"
|
|
636
645
|
msgstr ""
|
|
637
646
|
|
|
647
|
+
msgid "Add to host collections"
|
|
648
|
+
msgstr ""
|
|
649
|
+
|
|
638
650
|
msgid "Added"
|
|
639
651
|
msgstr ""
|
|
640
652
|
|
|
641
653
|
msgid "Added %s"
|
|
642
654
|
msgstr ""
|
|
643
655
|
|
|
656
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
657
|
+
msgstr ""
|
|
658
|
+
|
|
644
659
|
msgid "Added Content:"
|
|
645
660
|
msgstr "已新增內容:"
|
|
646
661
|
|
|
@@ -683,6 +698,9 @@ msgstr "所有已套用的勘誤"
|
|
|
683
698
|
msgid "All errata up-to-date"
|
|
684
699
|
msgstr ""
|
|
685
700
|
|
|
701
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
702
|
+
msgstr ""
|
|
703
|
+
|
|
686
704
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
687
705
|
msgstr ""
|
|
688
706
|
|
|
@@ -770,6 +788,9 @@ msgid ""
|
|
|
770
788
|
"%{error_message}"
|
|
771
789
|
msgstr ""
|
|
772
790
|
|
|
791
|
+
msgid "An error occurred while updating host collections"
|
|
792
|
+
msgstr ""
|
|
793
|
+
|
|
773
794
|
msgid "An option to specify how many ostree commits to traverse."
|
|
774
795
|
msgstr ""
|
|
775
796
|
|
|
@@ -1056,6 +1077,9 @@ msgstr "將此搜尋加入書籤"
|
|
|
1056
1077
|
msgid "Bookmarks marked as public are available to all users"
|
|
1057
1078
|
msgstr ""
|
|
1058
1079
|
|
|
1080
|
+
msgid "Bootable"
|
|
1081
|
+
msgstr ""
|
|
1082
|
+
|
|
1059
1083
|
msgid "Bootc rollback via Bootc interface"
|
|
1060
1084
|
msgstr ""
|
|
1061
1085
|
|
|
@@ -1380,6 +1404,9 @@ msgstr ""
|
|
|
1380
1404
|
msgid "Change content view environments"
|
|
1381
1405
|
msgstr ""
|
|
1382
1406
|
|
|
1407
|
+
msgid "Change host collections"
|
|
1408
|
+
msgstr ""
|
|
1409
|
+
|
|
1383
1410
|
msgid "Change host content source"
|
|
1384
1411
|
msgstr ""
|
|
1385
1412
|
|
|
@@ -1467,6 +1494,9 @@ msgstr ""
|
|
|
1467
1494
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1468
1495
|
msgstr ""
|
|
1469
1496
|
|
|
1497
|
+
msgid "Commit upload"
|
|
1498
|
+
msgstr ""
|
|
1499
|
+
|
|
1470
1500
|
msgid "Compare"
|
|
1471
1501
|
msgstr ""
|
|
1472
1502
|
|
|
@@ -1821,15 +1851,27 @@ msgstr ""
|
|
|
1821
1851
|
msgid "Copy"
|
|
1822
1852
|
msgstr ""
|
|
1823
1853
|
|
|
1854
|
+
msgid "Copy all units"
|
|
1855
|
+
msgstr ""
|
|
1856
|
+
|
|
1824
1857
|
msgid "Copy an activation key"
|
|
1825
1858
|
msgstr "複製啟動金鑰"
|
|
1826
1859
|
|
|
1860
|
+
msgid "Copy content"
|
|
1861
|
+
msgstr ""
|
|
1862
|
+
|
|
1827
1863
|
msgid "Copy content view"
|
|
1828
1864
|
msgstr ""
|
|
1829
1865
|
|
|
1830
1866
|
msgid "Copy to clipboard"
|
|
1831
1867
|
msgstr ""
|
|
1832
1868
|
|
|
1869
|
+
msgid "Copy version"
|
|
1870
|
+
msgstr ""
|
|
1871
|
+
|
|
1872
|
+
msgid "Copy version units to library"
|
|
1873
|
+
msgstr ""
|
|
1874
|
+
|
|
1833
1875
|
msgid "Cores per socket"
|
|
1834
1876
|
msgstr "每個插槽的核心數"
|
|
1835
1877
|
|
|
@@ -2043,18 +2085,36 @@ msgstr ""
|
|
|
2043
2085
|
msgid "Create content view"
|
|
2044
2086
|
msgstr ""
|
|
2045
2087
|
|
|
2088
|
+
msgid "Create exporter"
|
|
2089
|
+
msgstr ""
|
|
2090
|
+
|
|
2046
2091
|
msgid "Create filter"
|
|
2047
2092
|
msgstr ""
|
|
2048
2093
|
|
|
2049
2094
|
msgid "Create host collection"
|
|
2050
2095
|
msgstr ""
|
|
2051
2096
|
|
|
2097
|
+
msgid "Create import"
|
|
2098
|
+
msgstr ""
|
|
2099
|
+
|
|
2100
|
+
msgid "Create importer"
|
|
2101
|
+
msgstr ""
|
|
2102
|
+
|
|
2052
2103
|
msgid "Create new activation key"
|
|
2053
2104
|
msgstr ""
|
|
2054
2105
|
|
|
2055
2106
|
msgid "Create organization"
|
|
2056
2107
|
msgstr "建立組織"
|
|
2057
2108
|
|
|
2109
|
+
msgid "Create publication"
|
|
2110
|
+
msgstr ""
|
|
2111
|
+
|
|
2112
|
+
msgid "Create remote"
|
|
2113
|
+
msgstr ""
|
|
2114
|
+
|
|
2115
|
+
msgid "Creation"
|
|
2116
|
+
msgstr ""
|
|
2117
|
+
|
|
2058
2118
|
msgid "Credentials"
|
|
2059
2119
|
msgstr ""
|
|
2060
2120
|
|
|
@@ -2316,12 +2376,36 @@ msgstr ""
|
|
|
2316
2376
|
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."
|
|
2317
2377
|
msgstr ""
|
|
2318
2378
|
|
|
2379
|
+
msgid "Delete distributions"
|
|
2380
|
+
msgstr ""
|
|
2381
|
+
|
|
2319
2382
|
msgid "Delete manifest from Red Hat provider"
|
|
2320
2383
|
msgstr "從 Red Hat 供應者中刪除清單"
|
|
2321
2384
|
|
|
2322
2385
|
msgid "Delete multiple filters from a content view"
|
|
2323
2386
|
msgstr ""
|
|
2324
2387
|
|
|
2388
|
+
msgid "Delete orphan alternate content sources"
|
|
2389
|
+
msgstr ""
|
|
2390
|
+
|
|
2391
|
+
msgid "Delete orphan distributions"
|
|
2392
|
+
msgstr ""
|
|
2393
|
+
|
|
2394
|
+
msgid "Delete orphan remotes"
|
|
2395
|
+
msgstr ""
|
|
2396
|
+
|
|
2397
|
+
msgid "Delete orphan repository versions"
|
|
2398
|
+
msgstr ""
|
|
2399
|
+
|
|
2400
|
+
msgid "Delete orphaned migrated repositories"
|
|
2401
|
+
msgstr ""
|
|
2402
|
+
|
|
2403
|
+
msgid "Delete remote"
|
|
2404
|
+
msgstr ""
|
|
2405
|
+
|
|
2406
|
+
msgid "Delete repository references"
|
|
2407
|
+
msgstr ""
|
|
2408
|
+
|
|
2325
2409
|
msgid "Delete version"
|
|
2326
2410
|
msgstr ""
|
|
2327
2411
|
|
|
@@ -2421,6 +2505,12 @@ msgstr "銷毀環境"
|
|
|
2421
2505
|
msgid "Destroy an environment in an organization"
|
|
2422
2506
|
msgstr "銷毀組織中的一個環境"
|
|
2423
2507
|
|
|
2508
|
+
msgid "Destroy exporter"
|
|
2509
|
+
msgstr ""
|
|
2510
|
+
|
|
2511
|
+
msgid "Destroy importer"
|
|
2512
|
+
msgstr ""
|
|
2513
|
+
|
|
2424
2514
|
msgid "Destroy one or more alternate content sources"
|
|
2425
2515
|
msgstr ""
|
|
2426
2516
|
|
|
@@ -2466,6 +2556,9 @@ msgstr "已停用"
|
|
|
2466
2556
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2467
2557
|
msgstr ""
|
|
2468
2558
|
|
|
2559
|
+
msgid "Discover"
|
|
2560
|
+
msgstr ""
|
|
2561
|
+
|
|
2469
2562
|
msgid "Discover Repositories"
|
|
2470
2563
|
msgstr "尋找軟體庫"
|
|
2471
2564
|
|
|
@@ -2601,9 +2694,6 @@ msgstr "啟用一個軟體庫"
|
|
|
2601
2694
|
msgid "Enable repository sets"
|
|
2602
2695
|
msgstr ""
|
|
2603
2696
|
|
|
2604
|
-
msgid "Enable structured APT for deb content"
|
|
2605
|
-
msgstr ""
|
|
2606
|
-
|
|
2607
2697
|
msgid "Enable/Disable auto publish of composite view"
|
|
2608
2698
|
msgstr ""
|
|
2609
2699
|
|
|
@@ -2664,6 +2754,9 @@ msgstr "環境 ID"
|
|
|
2664
2754
|
msgid "Environment cannot be in its own promotion path"
|
|
2665
2755
|
msgstr "環境不能位於自己的推送路徑上"
|
|
2666
2756
|
|
|
2757
|
+
msgid "Environment contents refresh"
|
|
2758
|
+
msgstr ""
|
|
2759
|
+
|
|
2667
2760
|
msgid "Environment identifier"
|
|
2668
2761
|
msgstr ""
|
|
2669
2762
|
|
|
@@ -2703,6 +2796,9 @@ msgstr ""
|
|
|
2703
2796
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2704
2797
|
msgstr "勘誤 (RHSA-2012:108) 的勘誤 ID"
|
|
2705
2798
|
|
|
2799
|
+
msgid "Errata mail"
|
|
2800
|
+
msgstr ""
|
|
2801
|
+
|
|
2706
2802
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2707
2803
|
msgstr ""
|
|
2708
2804
|
|
|
@@ -2868,6 +2964,9 @@ msgstr ""
|
|
|
2868
2964
|
msgid "Fetch installable errata for one or more hosts."
|
|
2869
2965
|
msgstr ""
|
|
2870
2966
|
|
|
2967
|
+
msgid "Fetch pxe files"
|
|
2968
|
+
msgstr ""
|
|
2969
|
+
|
|
2871
2970
|
msgid "Fetch traces for one or more hosts"
|
|
2872
2971
|
msgstr ""
|
|
2873
2972
|
|
|
@@ -2961,6 +3060,9 @@ msgstr "透過版本編號篩選版本"
|
|
|
2961
3060
|
msgid "Filter versions that are components in the specified composite version"
|
|
2962
3061
|
msgstr "篩選在特定複合版本中的元件版本"
|
|
2963
3062
|
|
|
3063
|
+
msgid "Filtered index content"
|
|
3064
|
+
msgstr ""
|
|
3065
|
+
|
|
2964
3066
|
msgid "Filters"
|
|
2965
3067
|
msgstr "篩選器"
|
|
2966
3068
|
|
|
@@ -2982,6 +3084,9 @@ msgstr ""
|
|
|
2982
3084
|
msgid "Finished"
|
|
2983
3085
|
msgstr "已完成"
|
|
2984
3086
|
|
|
3087
|
+
msgid "Flatpak"
|
|
3088
|
+
msgstr ""
|
|
3089
|
+
|
|
2985
3090
|
msgid "Flatpak Remote ${name} created"
|
|
2986
3091
|
msgstr ""
|
|
2987
3092
|
|
|
@@ -3074,6 +3179,9 @@ msgstr ""
|
|
|
3074
3179
|
msgid "Generate host applicability"
|
|
3075
3180
|
msgstr ""
|
|
3076
3181
|
|
|
3182
|
+
msgid "Generate metadata"
|
|
3183
|
+
msgstr ""
|
|
3184
|
+
|
|
3077
3185
|
msgid "Generate repository applicability"
|
|
3078
3186
|
msgstr ""
|
|
3079
3187
|
|
|
@@ -3314,6 +3422,12 @@ msgstr ""
|
|
|
3314
3422
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3315
3423
|
msgstr "如何排序結果的順序(比方說 ASC 從下到上)"
|
|
3316
3424
|
|
|
3425
|
+
msgid "Hypervisors"
|
|
3426
|
+
msgstr ""
|
|
3427
|
+
|
|
3428
|
+
msgid "Hypervisors update"
|
|
3429
|
+
msgstr ""
|
|
3430
|
+
|
|
3317
3431
|
msgid "ID"
|
|
3318
3432
|
msgstr "ID"
|
|
3319
3433
|
|
|
@@ -3502,9 +3616,6 @@ msgstr ""
|
|
|
3502
3616
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3503
3617
|
msgstr ""
|
|
3504
3618
|
|
|
3505
|
-
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'."
|
|
3506
|
-
msgstr ""
|
|
3507
|
-
|
|
3508
3619
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3509
3620
|
msgstr ""
|
|
3510
3621
|
|
|
@@ -3634,6 +3745,9 @@ msgstr ""
|
|
|
3634
3745
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3635
3746
|
msgstr ""
|
|
3636
3747
|
|
|
3748
|
+
msgid "Import migration"
|
|
3749
|
+
msgstr ""
|
|
3750
|
+
|
|
3637
3751
|
msgid "Import new manifest"
|
|
3638
3752
|
msgstr ""
|
|
3639
3753
|
|
|
@@ -3643,6 +3757,12 @@ msgstr ""
|
|
|
3643
3757
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3644
3758
|
msgstr ""
|
|
3645
3759
|
|
|
3760
|
+
msgid "Import repository upload"
|
|
3761
|
+
msgstr ""
|
|
3762
|
+
|
|
3763
|
+
msgid "Import upload"
|
|
3764
|
+
msgstr ""
|
|
3765
|
+
|
|
3646
3766
|
msgid "Import uploads into a repository"
|
|
3647
3767
|
msgstr "將上傳內容匯入軟體庫中"
|
|
3648
3768
|
|
|
@@ -3709,6 +3829,9 @@ msgstr "遞增更新"
|
|
|
3709
3829
|
msgid "Incremental Update incomplete."
|
|
3710
3830
|
msgstr "遞增更新未完成。"
|
|
3711
3831
|
|
|
3832
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3833
|
+
msgstr ""
|
|
3834
|
+
|
|
3712
3835
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3713
3836
|
msgstr ""
|
|
3714
3837
|
|
|
@@ -3721,12 +3844,27 @@ msgstr ""
|
|
|
3721
3844
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3722
3845
|
msgstr "已為複合式的 %{name} 版本 %{version} 指定了遞增的更新,不過沒有元件被更新。"
|
|
3723
3846
|
|
|
3847
|
+
msgid "Index content"
|
|
3848
|
+
msgstr ""
|
|
3849
|
+
|
|
3850
|
+
msgid "Index errata"
|
|
3851
|
+
msgstr ""
|
|
3852
|
+
|
|
3853
|
+
msgid "Index module streams"
|
|
3854
|
+
msgstr ""
|
|
3855
|
+
|
|
3856
|
+
msgid "Index package groups"
|
|
3857
|
+
msgstr ""
|
|
3858
|
+
|
|
3724
3859
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3725
3860
|
msgstr "Informable Type 必須是以下 [ %{list} ] 其中之一"
|
|
3726
3861
|
|
|
3727
3862
|
msgid "Inherit from Repository"
|
|
3728
3863
|
msgstr ""
|
|
3729
3864
|
|
|
3865
|
+
msgid "Initialize"
|
|
3866
|
+
msgstr ""
|
|
3867
|
+
|
|
3730
3868
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3731
3869
|
msgstr "對連上同步計畫的產品進行同步"
|
|
3732
3870
|
|
|
@@ -3802,9 +3940,15 @@ msgstr "正在安裝套件群組..."
|
|
|
3802
3940
|
msgid "Installing Package..."
|
|
3803
3941
|
msgstr "正在安裝套件..."
|
|
3804
3942
|
|
|
3943
|
+
msgid "Instance update"
|
|
3944
|
+
msgstr ""
|
|
3945
|
+
|
|
3805
3946
|
msgid "Instance-based"
|
|
3806
3947
|
msgstr "以 Instance 為基礎"
|
|
3807
3948
|
|
|
3949
|
+
msgid "Insufficient space for selected hosts"
|
|
3950
|
+
msgstr ""
|
|
3951
|
+
|
|
3808
3952
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3809
3953
|
msgstr "解譯特定物件,以只傳回可與特定物件相關連的主機集。支援「host」值。"
|
|
3810
3954
|
|
|
@@ -4039,6 +4183,15 @@ msgstr ""
|
|
|
4039
4183
|
msgid "Label of the flatpak remote"
|
|
4040
4184
|
msgstr ""
|
|
4041
4185
|
|
|
4186
|
+
msgid "Labels"
|
|
4187
|
+
msgstr ""
|
|
4188
|
+
|
|
4189
|
+
msgid "Labels and annotations"
|
|
4190
|
+
msgstr ""
|
|
4191
|
+
|
|
4192
|
+
msgid "Labels | Annotations"
|
|
4193
|
+
msgstr ""
|
|
4194
|
+
|
|
4042
4195
|
msgid "Last check-in:"
|
|
4043
4196
|
msgstr ""
|
|
4044
4197
|
|
|
@@ -4141,6 +4294,9 @@ msgstr ""
|
|
|
4141
4294
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4142
4295
|
msgstr ""
|
|
4143
4296
|
|
|
4297
|
+
msgid "Limit"
|
|
4298
|
+
msgstr ""
|
|
4299
|
+
|
|
4144
4300
|
msgid "Limit actions to content in the host's environment."
|
|
4145
4301
|
msgstr ""
|
|
4146
4302
|
|
|
@@ -4471,12 +4627,18 @@ msgstr ""
|
|
|
4471
4627
|
msgid "Manifest"
|
|
4472
4628
|
msgstr ""
|
|
4473
4629
|
|
|
4630
|
+
msgid "Manifest Details"
|
|
4631
|
+
msgstr ""
|
|
4632
|
+
|
|
4474
4633
|
msgid "Manifest History"
|
|
4475
4634
|
msgstr "清單紀錄"
|
|
4476
4635
|
|
|
4477
4636
|
msgid "Manifest deleted"
|
|
4478
4637
|
msgstr ""
|
|
4479
4638
|
|
|
4639
|
+
msgid "Manifest digest"
|
|
4640
|
+
msgstr ""
|
|
4641
|
+
|
|
4480
4642
|
msgid "Manifest does not have a valid subscription"
|
|
4481
4643
|
msgstr ""
|
|
4482
4644
|
|
|
@@ -4561,6 +4723,9 @@ msgstr "訊息"
|
|
|
4561
4723
|
msgid "Messaging connection"
|
|
4562
4724
|
msgstr "訊息連線"
|
|
4563
4725
|
|
|
4726
|
+
msgid "Metadata generate"
|
|
4727
|
+
msgstr ""
|
|
4728
|
+
|
|
4564
4729
|
msgid ""
|
|
4565
4730
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4566
4731
|
"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."
|
|
@@ -4599,6 +4764,9 @@ msgstr "型號"
|
|
|
4599
4764
|
msgid "Moderate"
|
|
4600
4765
|
msgstr "控管"
|
|
4601
4766
|
|
|
4767
|
+
msgid "Modified"
|
|
4768
|
+
msgstr ""
|
|
4769
|
+
|
|
4602
4770
|
msgid "Modify via remote execution"
|
|
4603
4771
|
msgstr ""
|
|
4604
4772
|
|
|
@@ -4626,6 +4794,15 @@ msgstr ""
|
|
|
4626
4794
|
msgid "Multi Content View Environment"
|
|
4627
4795
|
msgstr ""
|
|
4628
4796
|
|
|
4797
|
+
msgid "Multi copy all units"
|
|
4798
|
+
msgstr ""
|
|
4799
|
+
|
|
4800
|
+
msgid "Multi copy content"
|
|
4801
|
+
msgstr ""
|
|
4802
|
+
|
|
4803
|
+
msgid "Multi copy units"
|
|
4804
|
+
msgstr ""
|
|
4805
|
+
|
|
4629
4806
|
msgid "Multi-entitlement"
|
|
4630
4807
|
msgstr "多重權利"
|
|
4631
4808
|
|
|
@@ -4926,6 +5103,9 @@ msgstr ""
|
|
|
4926
5103
|
msgid "No items have been specified."
|
|
4927
5104
|
msgstr ""
|
|
4928
5105
|
|
|
5106
|
+
msgid "No labels"
|
|
5107
|
+
msgstr ""
|
|
5108
|
+
|
|
4929
5109
|
msgid "No manifest file uploaded"
|
|
4930
5110
|
msgstr "未上傳清單檔案"
|
|
4931
5111
|
|
|
@@ -5265,6 +5445,9 @@ msgstr "組織標籤"
|
|
|
5265
5445
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5266
5446
|
msgstr ""
|
|
5267
5447
|
|
|
5448
|
+
msgid "Organization must be specified when providing product by name."
|
|
5449
|
+
msgstr ""
|
|
5450
|
+
|
|
5268
5451
|
msgid "Organization not found"
|
|
5269
5452
|
msgstr ""
|
|
5270
5453
|
|
|
@@ -5666,6 +5849,9 @@ msgstr ""
|
|
|
5666
5849
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5667
5850
|
msgstr ""
|
|
5668
5851
|
|
|
5852
|
+
msgid "Product must be specified."
|
|
5853
|
+
msgstr ""
|
|
5854
|
+
|
|
5669
5855
|
msgid "Product name"
|
|
5670
5856
|
msgstr "產品名稱"
|
|
5671
5857
|
|
|
@@ -5828,6 +6014,9 @@ msgstr "Pulp 儲存"
|
|
|
5828
6014
|
msgid "Pulp task error"
|
|
5829
6015
|
msgstr "Pulp 任務錯誤"
|
|
5830
6016
|
|
|
6017
|
+
msgid "Purge completed tasks"
|
|
6018
|
+
msgstr ""
|
|
6019
|
+
|
|
5831
6020
|
msgid "Python Package"
|
|
5832
6021
|
msgstr ""
|
|
5833
6022
|
|
|
@@ -5927,6 +6116,9 @@ msgstr ""
|
|
|
5927
6116
|
msgid "Reclaim Space"
|
|
5928
6117
|
msgstr ""
|
|
5929
6118
|
|
|
6119
|
+
msgid "Reclaim space"
|
|
6120
|
+
msgstr ""
|
|
6121
|
+
|
|
5930
6122
|
msgid "Reclaim space from On Demand repositories"
|
|
5931
6123
|
msgstr ""
|
|
5932
6124
|
|
|
@@ -5993,6 +6185,9 @@ msgstr ""
|
|
|
5993
6185
|
msgid "Refresh all alternate content sources"
|
|
5994
6186
|
msgstr ""
|
|
5995
6187
|
|
|
6188
|
+
msgid "Refresh all distributions"
|
|
6189
|
+
msgstr ""
|
|
6190
|
+
|
|
5996
6191
|
msgid "Refresh alternate content sources"
|
|
5997
6192
|
msgstr ""
|
|
5998
6193
|
|
|
@@ -6005,15 +6200,27 @@ msgstr ""
|
|
|
6005
6200
|
msgid "Refresh counts"
|
|
6006
6201
|
msgstr ""
|
|
6007
6202
|
|
|
6203
|
+
msgid "Refresh distribution"
|
|
6204
|
+
msgstr ""
|
|
6205
|
+
|
|
6008
6206
|
msgid "Refresh errata applicability"
|
|
6009
6207
|
msgstr ""
|
|
6010
6208
|
|
|
6209
|
+
msgid "Refresh if needed"
|
|
6210
|
+
msgstr ""
|
|
6211
|
+
|
|
6011
6212
|
msgid "Refresh package applicability"
|
|
6012
6213
|
msgstr ""
|
|
6013
6214
|
|
|
6014
6215
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6015
6216
|
msgstr "為 Red Hat 供應者更新之前匯入的清單"
|
|
6016
6217
|
|
|
6218
|
+
msgid "Refresh remote"
|
|
6219
|
+
msgstr ""
|
|
6220
|
+
|
|
6221
|
+
msgid "Refresh repos"
|
|
6222
|
+
msgstr ""
|
|
6223
|
+
|
|
6017
6224
|
msgid "Refresh source"
|
|
6018
6225
|
msgstr ""
|
|
6019
6226
|
|
|
@@ -6056,6 +6263,9 @@ msgstr ""
|
|
|
6056
6263
|
msgid "Registry token expiration time"
|
|
6057
6264
|
msgstr ""
|
|
6058
6265
|
|
|
6266
|
+
msgid "Reindex subscriptions"
|
|
6267
|
+
msgstr ""
|
|
6268
|
+
|
|
6059
6269
|
msgid "Related composite content views"
|
|
6060
6270
|
msgstr ""
|
|
6061
6271
|
|
|
@@ -6131,6 +6341,9 @@ msgstr ""
|
|
|
6131
6341
|
msgid "Remove from environments"
|
|
6132
6342
|
msgstr ""
|
|
6133
6343
|
|
|
6344
|
+
msgid "Remove from host collections"
|
|
6345
|
+
msgstr ""
|
|
6346
|
+
|
|
6134
6347
|
msgid "Remove host from collections"
|
|
6135
6348
|
msgstr ""
|
|
6136
6349
|
|
|
@@ -6152,6 +6365,9 @@ msgstr "從一或多台主機刪除一或多個主機集項目"
|
|
|
6152
6365
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6153
6366
|
msgstr ""
|
|
6154
6367
|
|
|
6368
|
+
msgid "Remove orphans"
|
|
6369
|
+
msgstr ""
|
|
6370
|
+
|
|
6155
6371
|
msgid "Remove package group via Katello interface"
|
|
6156
6372
|
msgstr "透過 Katello 介面移除套件群組"
|
|
6157
6373
|
|
|
@@ -6167,12 +6383,24 @@ msgstr ""
|
|
|
6167
6383
|
msgid "Remove products from sync plan"
|
|
6168
6384
|
msgstr "從同步計畫中移除產品"
|
|
6169
6385
|
|
|
6386
|
+
msgid "Remove rolling repo clone"
|
|
6387
|
+
msgstr ""
|
|
6388
|
+
|
|
6389
|
+
msgid "Remove units"
|
|
6390
|
+
msgstr ""
|
|
6391
|
+
|
|
6392
|
+
msgid "Remove unneeded repos"
|
|
6393
|
+
msgstr ""
|
|
6394
|
+
|
|
6170
6395
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6171
6396
|
msgstr "從內容視域中移除版本且(或)環境,並重新指定系統與金鑰"
|
|
6172
6397
|
|
|
6173
6398
|
msgid "Remove versions from environments"
|
|
6174
6399
|
msgstr ""
|
|
6175
6400
|
|
|
6401
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6402
|
+
msgstr ""
|
|
6403
|
+
|
|
6176
6404
|
msgid "Removed component from content view"
|
|
6177
6405
|
msgstr ""
|
|
6178
6406
|
|
|
@@ -6191,6 +6419,9 @@ msgstr ""
|
|
|
6191
6419
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6192
6420
|
msgstr ""
|
|
6193
6421
|
|
|
6422
|
+
msgid "Repair"
|
|
6423
|
+
msgstr ""
|
|
6424
|
+
|
|
6194
6425
|
msgid "Replace content source on the target machine"
|
|
6195
6426
|
msgstr ""
|
|
6196
6427
|
|
|
@@ -6209,12 +6440,18 @@ msgstr "軟體庫"
|
|
|
6209
6440
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6210
6441
|
msgstr ""
|
|
6211
6442
|
|
|
6443
|
+
msgid "Repositories certs reset"
|
|
6444
|
+
msgstr ""
|
|
6445
|
+
|
|
6212
6446
|
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."
|
|
6213
6447
|
msgstr ""
|
|
6214
6448
|
|
|
6215
6449
|
msgid "Repositories from published Content Views are not allowed."
|
|
6216
6450
|
msgstr "不允許來自於已發行之內容視域的軟體庫。"
|
|
6217
6451
|
|
|
6452
|
+
msgid "Repositories gpg reset"
|
|
6453
|
+
msgstr ""
|
|
6454
|
+
|
|
6218
6455
|
msgid "Repository"
|
|
6219
6456
|
msgstr "軟體庫"
|
|
6220
6457
|
|
|
@@ -6380,6 +6617,9 @@ msgstr ""
|
|
|
6380
6617
|
msgid "Result"
|
|
6381
6618
|
msgstr "結果"
|
|
6382
6619
|
|
|
6620
|
+
msgid "Retain build profile upon unregistration"
|
|
6621
|
+
msgstr ""
|
|
6622
|
+
|
|
6383
6623
|
msgid "Retrieve a single errata for a host"
|
|
6384
6624
|
msgstr "為主機取得單一勘誤"
|
|
6385
6625
|
|
|
@@ -6572,6 +6812,21 @@ msgstr "儲存"
|
|
|
6572
6812
|
msgid "Save Environments"
|
|
6573
6813
|
msgstr ""
|
|
6574
6814
|
|
|
6815
|
+
msgid "Save artifact"
|
|
6816
|
+
msgstr ""
|
|
6817
|
+
|
|
6818
|
+
msgid "Save distribution references"
|
|
6819
|
+
msgstr ""
|
|
6820
|
+
|
|
6821
|
+
msgid "Save publication"
|
|
6822
|
+
msgstr ""
|
|
6823
|
+
|
|
6824
|
+
msgid "Save version"
|
|
6825
|
+
msgstr ""
|
|
6826
|
+
|
|
6827
|
+
msgid "Save versions"
|
|
6828
|
+
msgstr ""
|
|
6829
|
+
|
|
6575
6830
|
msgid "Saving alternate content source..."
|
|
6576
6831
|
msgstr ""
|
|
6577
6832
|
|
|
@@ -6581,6 +6836,12 @@ msgstr ""
|
|
|
6581
6836
|
msgid "Scan a flatpak remote"
|
|
6582
6837
|
msgstr ""
|
|
6583
6838
|
|
|
6839
|
+
msgid "Scan cdn"
|
|
6840
|
+
msgstr ""
|
|
6841
|
+
|
|
6842
|
+
msgid "Scan remote"
|
|
6843
|
+
msgstr ""
|
|
6844
|
+
|
|
6584
6845
|
msgid "Schema version 1"
|
|
6585
6846
|
msgstr ""
|
|
6586
6847
|
|
|
@@ -6629,6 +6890,9 @@ msgstr "可套用的安全性勘誤"
|
|
|
6629
6890
|
msgid "Security errata installable"
|
|
6630
6891
|
msgstr ""
|
|
6631
6892
|
|
|
6893
|
+
msgid "See child manifests"
|
|
6894
|
+
msgstr ""
|
|
6895
|
+
|
|
6632
6896
|
msgid "Select"
|
|
6633
6897
|
msgstr "選擇"
|
|
6634
6898
|
|
|
@@ -6740,6 +7004,9 @@ msgstr ""
|
|
|
6740
7004
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6741
7005
|
msgstr ""
|
|
6742
7006
|
|
|
7007
|
+
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."
|
|
7008
|
+
msgstr ""
|
|
7009
|
+
|
|
6743
7010
|
msgid "Select hosts to assign to %s"
|
|
6744
7011
|
msgstr "選擇要指定給 %s 的主機"
|
|
6745
7012
|
|
|
@@ -6860,6 +7127,9 @@ msgstr "嚴重性"
|
|
|
6860
7127
|
msgid "Severity must be one of: %s"
|
|
6861
7128
|
msgstr ""
|
|
6862
7129
|
|
|
7130
|
+
msgid "Show ${remainingCount} more"
|
|
7131
|
+
msgstr ""
|
|
7132
|
+
|
|
6863
7133
|
msgid "Show %s"
|
|
6864
7134
|
msgstr ""
|
|
6865
7135
|
|
|
@@ -7343,9 +7613,6 @@ msgstr "成功"
|
|
|
7343
7613
|
msgid "Successfully added %s Host(s)."
|
|
7344
7614
|
msgstr "已成功新增 %s 台主機。"
|
|
7345
7615
|
|
|
7346
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7347
|
-
msgstr "已成功新增 %{count} 台內容主機至主機集項目 %{host_collection}。"
|
|
7348
|
-
|
|
7349
7616
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7350
7617
|
msgstr "已成功變更 %s 產品的同步計畫"
|
|
7351
7618
|
|
|
@@ -7358,9 +7625,6 @@ msgstr ""
|
|
|
7358
7625
|
msgid "Successfully removed %s Host(s)."
|
|
7359
7626
|
msgstr "已成功移除 %s 台主機。"
|
|
7360
7627
|
|
|
7361
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7362
|
-
msgstr "已成功移除 %{count} 台內容主機,從主機集項目 %{host_collection}。"
|
|
7363
|
-
|
|
7364
7628
|
msgid "Successfully synced capsule."
|
|
7365
7629
|
msgstr ""
|
|
7366
7630
|
|
|
@@ -7379,6 +7643,9 @@ msgstr ""
|
|
|
7379
7643
|
msgid "Supported Content Types"
|
|
7380
7644
|
msgstr ""
|
|
7381
7645
|
|
|
7646
|
+
msgid "Sync"
|
|
7647
|
+
msgstr ""
|
|
7648
|
+
|
|
7382
7649
|
msgid "Sync Canceled"
|
|
7383
7650
|
msgstr "已取消同步"
|
|
7384
7651
|
|
|
@@ -7433,6 +7700,9 @@ msgstr "同步軟體庫"
|
|
|
7433
7700
|
msgid "Sync all repositories for a product"
|
|
7434
7701
|
msgstr "同步產品的所有軟體庫"
|
|
7435
7702
|
|
|
7703
|
+
msgid "Sync capsule"
|
|
7704
|
+
msgstr ""
|
|
7705
|
+
|
|
7436
7706
|
msgid "Sync complete."
|
|
7437
7707
|
msgstr "完成同步。"
|
|
7438
7708
|
|
|
@@ -7451,6 +7721,9 @@ msgstr ""
|
|
|
7451
7721
|
msgid "Sync state"
|
|
7452
7722
|
msgstr ""
|
|
7453
7723
|
|
|
7724
|
+
msgid "Syncable export"
|
|
7725
|
+
msgstr ""
|
|
7726
|
+
|
|
7454
7727
|
msgid "Synced"
|
|
7455
7728
|
msgstr ""
|
|
7456
7729
|
|
|
@@ -7460,9 +7733,6 @@ msgstr ""
|
|
|
7460
7733
|
msgid "Synced Content"
|
|
7461
7734
|
msgstr "已同步內容"
|
|
7462
7735
|
|
|
7463
|
-
msgid "Synced container images content"
|
|
7464
|
-
msgstr ""
|
|
7465
|
-
|
|
7466
7736
|
msgid "Synchronize"
|
|
7467
7737
|
msgstr "同步"
|
|
7468
7738
|
|
|
@@ -7505,6 +7775,9 @@ msgstr ""
|
|
|
7505
7775
|
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."
|
|
7506
7776
|
msgstr ""
|
|
7507
7777
|
|
|
7778
|
+
msgid "Tag"
|
|
7779
|
+
msgstr ""
|
|
7780
|
+
|
|
7508
7781
|
msgid "Tag name"
|
|
7509
7782
|
msgstr ""
|
|
7510
7783
|
|
|
@@ -7959,6 +8232,9 @@ msgstr ""
|
|
|
7959
8232
|
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."
|
|
7960
8233
|
msgstr ""
|
|
7961
8234
|
|
|
8235
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8236
|
+
msgstr ""
|
|
8237
|
+
|
|
7962
8238
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
7963
8239
|
msgstr ""
|
|
7964
8240
|
|
|
@@ -8277,15 +8553,27 @@ msgstr "更新組織中的環境"
|
|
|
8277
8553
|
msgid "Update content counts for the smart proxy"
|
|
8278
8554
|
msgstr ""
|
|
8279
8555
|
|
|
8556
|
+
msgid "Update content urls"
|
|
8557
|
+
msgstr ""
|
|
8558
|
+
|
|
8280
8559
|
msgid "Update content view environments for host"
|
|
8281
8560
|
msgstr ""
|
|
8282
8561
|
|
|
8283
8562
|
msgid "Update content view environments for host %s"
|
|
8284
8563
|
msgstr ""
|
|
8285
8564
|
|
|
8565
|
+
msgid "Update distributions"
|
|
8566
|
+
msgstr ""
|
|
8567
|
+
|
|
8286
8568
|
msgid "Update hosts manually"
|
|
8287
8569
|
msgstr ""
|
|
8288
8570
|
|
|
8571
|
+
msgid "Update http proxy"
|
|
8572
|
+
msgstr ""
|
|
8573
|
+
|
|
8574
|
+
msgid "Update http proxy details"
|
|
8575
|
+
msgstr ""
|
|
8576
|
+
|
|
8289
8577
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8290
8578
|
msgstr ""
|
|
8291
8579
|
|
|
@@ -8301,12 +8589,21 @@ msgstr "透過 Katello 介面更新套件"
|
|
|
8301
8589
|
msgid "Update packages via Katello interface"
|
|
8302
8590
|
msgstr ""
|
|
8303
8591
|
|
|
8592
|
+
msgid "Update redhat repository"
|
|
8593
|
+
msgstr ""
|
|
8594
|
+
|
|
8304
8595
|
msgid "Update release version for host"
|
|
8305
8596
|
msgstr ""
|
|
8306
8597
|
|
|
8307
8598
|
msgid "Update release version for host %s"
|
|
8308
8599
|
msgstr ""
|
|
8309
8600
|
|
|
8601
|
+
msgid "Update remote"
|
|
8602
|
+
msgstr ""
|
|
8603
|
+
|
|
8604
|
+
msgid "Update repository"
|
|
8605
|
+
msgstr ""
|
|
8606
|
+
|
|
8310
8607
|
msgid "Update services requiring restart"
|
|
8311
8608
|
msgstr ""
|
|
8312
8609
|
|
|
@@ -8397,6 +8694,12 @@ msgstr "上傳一組檔案內容"
|
|
|
8397
8694
|
msgid "Upload a subscription manifest"
|
|
8398
8695
|
msgstr "上傳訂閱清單"
|
|
8399
8696
|
|
|
8697
|
+
msgid "Upload content"
|
|
8698
|
+
msgstr ""
|
|
8699
|
+
|
|
8700
|
+
msgid "Upload file"
|
|
8701
|
+
msgstr ""
|
|
8702
|
+
|
|
8400
8703
|
msgid "Upload into"
|
|
8401
8704
|
msgstr "上傳入"
|
|
8402
8705
|
|
|
@@ -8406,6 +8709,9 @@ msgstr ""
|
|
|
8406
8709
|
msgid "Upload request id"
|
|
8407
8710
|
msgstr "上傳需求 ID"
|
|
8408
8711
|
|
|
8712
|
+
msgid "Upload tag"
|
|
8713
|
+
msgstr ""
|
|
8714
|
+
|
|
8409
8715
|
msgid "Upstream Candlepin"
|
|
8410
8716
|
msgstr ""
|
|
8411
8717
|
|
|
@@ -8526,6 +8832,9 @@ msgstr ""
|
|
|
8526
8832
|
msgid "Verify SSL"
|
|
8527
8833
|
msgstr "驗證 SSL"
|
|
8528
8834
|
|
|
8835
|
+
msgid "Verify checksum"
|
|
8836
|
+
msgstr ""
|
|
8837
|
+
|
|
8529
8838
|
msgid "Verify checksum for content on smart proxy"
|
|
8530
8839
|
msgstr ""
|
|
8531
8840
|
|
|
@@ -8619,6 +8928,15 @@ msgstr ""
|
|
|
8619
8928
|
msgid "View documentation"
|
|
8620
8929
|
msgstr ""
|
|
8621
8930
|
|
|
8931
|
+
msgid "View here"
|
|
8932
|
+
msgstr ""
|
|
8933
|
+
|
|
8934
|
+
msgid "View labels and annotations"
|
|
8935
|
+
msgstr ""
|
|
8936
|
+
|
|
8937
|
+
msgid "View labels and annotations for image "
|
|
8938
|
+
msgstr ""
|
|
8939
|
+
|
|
8622
8940
|
msgid "View matching content"
|
|
8623
8941
|
msgstr ""
|
|
8624
8942
|
|
|
@@ -8658,6 +8976,9 @@ msgstr ""
|
|
|
8658
8976
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8659
8977
|
msgstr ""
|
|
8660
8978
|
|
|
8979
|
+
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."
|
|
8980
|
+
msgstr ""
|
|
8981
|
+
|
|
8661
8982
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8662
8983
|
msgstr ""
|
|
8663
8984
|
|