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/cs/katello.po
CHANGED
|
@@ -3,12 +3,11 @@
|
|
|
3
3
|
# This file is distributed under the same license as the katello package.
|
|
4
4
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
5
|
#
|
|
6
|
-
#, fuzzy
|
|
7
6
|
msgid ""
|
|
8
7
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: katello
|
|
8
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
10
9
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"PO-Revision-Date: 2025-
|
|
10
|
+
"PO-Revision-Date: 2025-11-25 16:30+0000\n"
|
|
12
11
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
13
12
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
14
13
|
"Language: \n"
|
|
@@ -112,6 +111,9 @@ msgstr ""
|
|
|
112
111
|
msgid "${selectedContentType} will appear here when created."
|
|
113
112
|
msgstr ""
|
|
114
113
|
|
|
114
|
+
msgid "${totalCount} labels and annotations"
|
|
115
|
+
msgstr ""
|
|
116
|
+
|
|
115
117
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
116
118
|
msgstr ""
|
|
117
119
|
|
|
@@ -465,6 +467,9 @@ msgstr ""
|
|
|
465
467
|
msgid "About page"
|
|
466
468
|
msgstr ""
|
|
467
469
|
|
|
470
|
+
msgid "Abstract async task"
|
|
471
|
+
msgstr ""
|
|
472
|
+
|
|
468
473
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
469
474
|
msgstr ""
|
|
470
475
|
|
|
@@ -612,6 +617,9 @@ msgstr ""
|
|
|
612
617
|
msgid "Add repositories with package groups to content view to select them here."
|
|
613
618
|
msgstr ""
|
|
614
619
|
|
|
620
|
+
msgid "Add rolling repo clone"
|
|
621
|
+
msgstr ""
|
|
622
|
+
|
|
615
623
|
msgid "Add rule"
|
|
616
624
|
msgstr ""
|
|
617
625
|
|
|
@@ -630,12 +638,18 @@ msgstr ""
|
|
|
630
638
|
msgid "Add to a host collection"
|
|
631
639
|
msgstr ""
|
|
632
640
|
|
|
641
|
+
msgid "Add to host collections"
|
|
642
|
+
msgstr ""
|
|
643
|
+
|
|
633
644
|
msgid "Added"
|
|
634
645
|
msgstr ""
|
|
635
646
|
|
|
636
647
|
msgid "Added %s"
|
|
637
648
|
msgstr ""
|
|
638
649
|
|
|
650
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
651
|
+
msgstr ""
|
|
652
|
+
|
|
639
653
|
msgid "Added Content:"
|
|
640
654
|
msgstr ""
|
|
641
655
|
|
|
@@ -678,6 +692,9 @@ msgstr ""
|
|
|
678
692
|
msgid "All errata up-to-date"
|
|
679
693
|
msgstr ""
|
|
680
694
|
|
|
695
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
696
|
+
msgstr ""
|
|
697
|
+
|
|
681
698
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
682
699
|
msgstr ""
|
|
683
700
|
|
|
@@ -763,6 +780,9 @@ msgid ""
|
|
|
763
780
|
"%{error_message}"
|
|
764
781
|
msgstr ""
|
|
765
782
|
|
|
783
|
+
msgid "An error occurred while updating host collections"
|
|
784
|
+
msgstr ""
|
|
785
|
+
|
|
766
786
|
msgid "An option to specify how many ostree commits to traverse."
|
|
767
787
|
msgstr ""
|
|
768
788
|
|
|
@@ -1050,6 +1070,9 @@ msgstr ""
|
|
|
1050
1070
|
msgid "Bookmarks marked as public are available to all users"
|
|
1051
1071
|
msgstr ""
|
|
1052
1072
|
|
|
1073
|
+
msgid "Bootable"
|
|
1074
|
+
msgstr ""
|
|
1075
|
+
|
|
1053
1076
|
msgid "Bootc rollback via Bootc interface"
|
|
1054
1077
|
msgstr ""
|
|
1055
1078
|
|
|
@@ -1374,6 +1397,9 @@ msgstr ""
|
|
|
1374
1397
|
msgid "Change content view environments"
|
|
1375
1398
|
msgstr ""
|
|
1376
1399
|
|
|
1400
|
+
msgid "Change host collections"
|
|
1401
|
+
msgstr ""
|
|
1402
|
+
|
|
1377
1403
|
msgid "Change host content source"
|
|
1378
1404
|
msgstr ""
|
|
1379
1405
|
|
|
@@ -1461,6 +1487,9 @@ msgstr ""
|
|
|
1461
1487
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1462
1488
|
msgstr ""
|
|
1463
1489
|
|
|
1490
|
+
msgid "Commit upload"
|
|
1491
|
+
msgstr ""
|
|
1492
|
+
|
|
1464
1493
|
msgid "Compare"
|
|
1465
1494
|
msgstr ""
|
|
1466
1495
|
|
|
@@ -1815,15 +1844,27 @@ msgstr ""
|
|
|
1815
1844
|
msgid "Copy"
|
|
1816
1845
|
msgstr ""
|
|
1817
1846
|
|
|
1847
|
+
msgid "Copy all units"
|
|
1848
|
+
msgstr ""
|
|
1849
|
+
|
|
1818
1850
|
msgid "Copy an activation key"
|
|
1819
1851
|
msgstr ""
|
|
1820
1852
|
|
|
1853
|
+
msgid "Copy content"
|
|
1854
|
+
msgstr ""
|
|
1855
|
+
|
|
1821
1856
|
msgid "Copy content view"
|
|
1822
1857
|
msgstr ""
|
|
1823
1858
|
|
|
1824
1859
|
msgid "Copy to clipboard"
|
|
1825
1860
|
msgstr ""
|
|
1826
1861
|
|
|
1862
|
+
msgid "Copy version"
|
|
1863
|
+
msgstr ""
|
|
1864
|
+
|
|
1865
|
+
msgid "Copy version units to library"
|
|
1866
|
+
msgstr ""
|
|
1867
|
+
|
|
1827
1868
|
msgid "Cores per socket"
|
|
1828
1869
|
msgstr ""
|
|
1829
1870
|
|
|
@@ -2037,18 +2078,36 @@ msgstr ""
|
|
|
2037
2078
|
msgid "Create content view"
|
|
2038
2079
|
msgstr ""
|
|
2039
2080
|
|
|
2081
|
+
msgid "Create exporter"
|
|
2082
|
+
msgstr ""
|
|
2083
|
+
|
|
2040
2084
|
msgid "Create filter"
|
|
2041
2085
|
msgstr ""
|
|
2042
2086
|
|
|
2043
2087
|
msgid "Create host collection"
|
|
2044
2088
|
msgstr ""
|
|
2045
2089
|
|
|
2090
|
+
msgid "Create import"
|
|
2091
|
+
msgstr ""
|
|
2092
|
+
|
|
2093
|
+
msgid "Create importer"
|
|
2094
|
+
msgstr ""
|
|
2095
|
+
|
|
2046
2096
|
msgid "Create new activation key"
|
|
2047
2097
|
msgstr ""
|
|
2048
2098
|
|
|
2049
2099
|
msgid "Create organization"
|
|
2050
2100
|
msgstr ""
|
|
2051
2101
|
|
|
2102
|
+
msgid "Create publication"
|
|
2103
|
+
msgstr ""
|
|
2104
|
+
|
|
2105
|
+
msgid "Create remote"
|
|
2106
|
+
msgstr ""
|
|
2107
|
+
|
|
2108
|
+
msgid "Creation"
|
|
2109
|
+
msgstr ""
|
|
2110
|
+
|
|
2052
2111
|
msgid "Credentials"
|
|
2053
2112
|
msgstr ""
|
|
2054
2113
|
|
|
@@ -2310,12 +2369,36 @@ msgstr ""
|
|
|
2310
2369
|
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."
|
|
2311
2370
|
msgstr ""
|
|
2312
2371
|
|
|
2372
|
+
msgid "Delete distributions"
|
|
2373
|
+
msgstr ""
|
|
2374
|
+
|
|
2313
2375
|
msgid "Delete manifest from Red Hat provider"
|
|
2314
2376
|
msgstr ""
|
|
2315
2377
|
|
|
2316
2378
|
msgid "Delete multiple filters from a content view"
|
|
2317
2379
|
msgstr ""
|
|
2318
2380
|
|
|
2381
|
+
msgid "Delete orphan alternate content sources"
|
|
2382
|
+
msgstr ""
|
|
2383
|
+
|
|
2384
|
+
msgid "Delete orphan distributions"
|
|
2385
|
+
msgstr ""
|
|
2386
|
+
|
|
2387
|
+
msgid "Delete orphan remotes"
|
|
2388
|
+
msgstr ""
|
|
2389
|
+
|
|
2390
|
+
msgid "Delete orphan repository versions"
|
|
2391
|
+
msgstr ""
|
|
2392
|
+
|
|
2393
|
+
msgid "Delete orphaned migrated repositories"
|
|
2394
|
+
msgstr ""
|
|
2395
|
+
|
|
2396
|
+
msgid "Delete remote"
|
|
2397
|
+
msgstr ""
|
|
2398
|
+
|
|
2399
|
+
msgid "Delete repository references"
|
|
2400
|
+
msgstr ""
|
|
2401
|
+
|
|
2319
2402
|
msgid "Delete version"
|
|
2320
2403
|
msgstr ""
|
|
2321
2404
|
|
|
@@ -2415,6 +2498,12 @@ msgstr ""
|
|
|
2415
2498
|
msgid "Destroy an environment in an organization"
|
|
2416
2499
|
msgstr ""
|
|
2417
2500
|
|
|
2501
|
+
msgid "Destroy exporter"
|
|
2502
|
+
msgstr ""
|
|
2503
|
+
|
|
2504
|
+
msgid "Destroy importer"
|
|
2505
|
+
msgstr ""
|
|
2506
|
+
|
|
2418
2507
|
msgid "Destroy one or more alternate content sources"
|
|
2419
2508
|
msgstr ""
|
|
2420
2509
|
|
|
@@ -2460,6 +2549,9 @@ msgstr ""
|
|
|
2460
2549
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2461
2550
|
msgstr ""
|
|
2462
2551
|
|
|
2552
|
+
msgid "Discover"
|
|
2553
|
+
msgstr ""
|
|
2554
|
+
|
|
2463
2555
|
msgid "Discover Repositories"
|
|
2464
2556
|
msgstr ""
|
|
2465
2557
|
|
|
@@ -2595,9 +2687,6 @@ msgstr ""
|
|
|
2595
2687
|
msgid "Enable repository sets"
|
|
2596
2688
|
msgstr ""
|
|
2597
2689
|
|
|
2598
|
-
msgid "Enable structured APT for deb content"
|
|
2599
|
-
msgstr ""
|
|
2600
|
-
|
|
2601
2690
|
msgid "Enable/Disable auto publish of composite view"
|
|
2602
2691
|
msgstr ""
|
|
2603
2692
|
|
|
@@ -2658,6 +2747,9 @@ msgstr ""
|
|
|
2658
2747
|
msgid "Environment cannot be in its own promotion path"
|
|
2659
2748
|
msgstr ""
|
|
2660
2749
|
|
|
2750
|
+
msgid "Environment contents refresh"
|
|
2751
|
+
msgstr ""
|
|
2752
|
+
|
|
2661
2753
|
msgid "Environment identifier"
|
|
2662
2754
|
msgstr ""
|
|
2663
2755
|
|
|
@@ -2697,6 +2789,9 @@ msgstr ""
|
|
|
2697
2789
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2698
2790
|
msgstr ""
|
|
2699
2791
|
|
|
2792
|
+
msgid "Errata mail"
|
|
2793
|
+
msgstr ""
|
|
2794
|
+
|
|
2700
2795
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2701
2796
|
msgstr ""
|
|
2702
2797
|
|
|
@@ -2862,6 +2957,9 @@ msgstr ""
|
|
|
2862
2957
|
msgid "Fetch installable errata for one or more hosts."
|
|
2863
2958
|
msgstr ""
|
|
2864
2959
|
|
|
2960
|
+
msgid "Fetch pxe files"
|
|
2961
|
+
msgstr ""
|
|
2962
|
+
|
|
2865
2963
|
msgid "Fetch traces for one or more hosts"
|
|
2866
2964
|
msgstr ""
|
|
2867
2965
|
|
|
@@ -2955,6 +3053,9 @@ msgstr ""
|
|
|
2955
3053
|
msgid "Filter versions that are components in the specified composite version"
|
|
2956
3054
|
msgstr ""
|
|
2957
3055
|
|
|
3056
|
+
msgid "Filtered index content"
|
|
3057
|
+
msgstr ""
|
|
3058
|
+
|
|
2958
3059
|
msgid "Filters"
|
|
2959
3060
|
msgstr ""
|
|
2960
3061
|
|
|
@@ -2976,6 +3077,9 @@ msgstr ""
|
|
|
2976
3077
|
msgid "Finished"
|
|
2977
3078
|
msgstr ""
|
|
2978
3079
|
|
|
3080
|
+
msgid "Flatpak"
|
|
3081
|
+
msgstr ""
|
|
3082
|
+
|
|
2979
3083
|
msgid "Flatpak Remote ${name} created"
|
|
2980
3084
|
msgstr ""
|
|
2981
3085
|
|
|
@@ -3068,6 +3172,9 @@ msgstr ""
|
|
|
3068
3172
|
msgid "Generate host applicability"
|
|
3069
3173
|
msgstr ""
|
|
3070
3174
|
|
|
3175
|
+
msgid "Generate metadata"
|
|
3176
|
+
msgstr ""
|
|
3177
|
+
|
|
3071
3178
|
msgid "Generate repository applicability"
|
|
3072
3179
|
msgstr ""
|
|
3073
3180
|
|
|
@@ -3308,6 +3415,12 @@ msgstr ""
|
|
|
3308
3415
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3309
3416
|
msgstr ""
|
|
3310
3417
|
|
|
3418
|
+
msgid "Hypervisors"
|
|
3419
|
+
msgstr ""
|
|
3420
|
+
|
|
3421
|
+
msgid "Hypervisors update"
|
|
3422
|
+
msgstr ""
|
|
3423
|
+
|
|
3311
3424
|
msgid "ID"
|
|
3312
3425
|
msgstr ""
|
|
3313
3426
|
|
|
@@ -3496,9 +3609,6 @@ msgstr ""
|
|
|
3496
3609
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3497
3610
|
msgstr ""
|
|
3498
3611
|
|
|
3499
|
-
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'."
|
|
3500
|
-
msgstr ""
|
|
3501
|
-
|
|
3502
3612
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3503
3613
|
msgstr ""
|
|
3504
3614
|
|
|
@@ -3628,6 +3738,9 @@ msgstr ""
|
|
|
3628
3738
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3629
3739
|
msgstr ""
|
|
3630
3740
|
|
|
3741
|
+
msgid "Import migration"
|
|
3742
|
+
msgstr ""
|
|
3743
|
+
|
|
3631
3744
|
msgid "Import new manifest"
|
|
3632
3745
|
msgstr ""
|
|
3633
3746
|
|
|
@@ -3637,6 +3750,12 @@ msgstr ""
|
|
|
3637
3750
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3638
3751
|
msgstr ""
|
|
3639
3752
|
|
|
3753
|
+
msgid "Import repository upload"
|
|
3754
|
+
msgstr ""
|
|
3755
|
+
|
|
3756
|
+
msgid "Import upload"
|
|
3757
|
+
msgstr ""
|
|
3758
|
+
|
|
3640
3759
|
msgid "Import uploads into a repository"
|
|
3641
3760
|
msgstr ""
|
|
3642
3761
|
|
|
@@ -3703,6 +3822,9 @@ msgstr ""
|
|
|
3703
3822
|
msgid "Incremental Update incomplete."
|
|
3704
3823
|
msgstr ""
|
|
3705
3824
|
|
|
3825
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3826
|
+
msgstr ""
|
|
3827
|
+
|
|
3706
3828
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3707
3829
|
msgstr ""
|
|
3708
3830
|
|
|
@@ -3715,12 +3837,27 @@ msgstr ""
|
|
|
3715
3837
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3716
3838
|
msgstr ""
|
|
3717
3839
|
|
|
3840
|
+
msgid "Index content"
|
|
3841
|
+
msgstr ""
|
|
3842
|
+
|
|
3843
|
+
msgid "Index errata"
|
|
3844
|
+
msgstr ""
|
|
3845
|
+
|
|
3846
|
+
msgid "Index module streams"
|
|
3847
|
+
msgstr ""
|
|
3848
|
+
|
|
3849
|
+
msgid "Index package groups"
|
|
3850
|
+
msgstr ""
|
|
3851
|
+
|
|
3718
3852
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3719
3853
|
msgstr ""
|
|
3720
3854
|
|
|
3721
3855
|
msgid "Inherit from Repository"
|
|
3722
3856
|
msgstr ""
|
|
3723
3857
|
|
|
3858
|
+
msgid "Initialize"
|
|
3859
|
+
msgstr ""
|
|
3860
|
+
|
|
3724
3861
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3725
3862
|
msgstr ""
|
|
3726
3863
|
|
|
@@ -3796,9 +3933,15 @@ msgstr ""
|
|
|
3796
3933
|
msgid "Installing Package..."
|
|
3797
3934
|
msgstr ""
|
|
3798
3935
|
|
|
3936
|
+
msgid "Instance update"
|
|
3937
|
+
msgstr ""
|
|
3938
|
+
|
|
3799
3939
|
msgid "Instance-based"
|
|
3800
3940
|
msgstr ""
|
|
3801
3941
|
|
|
3942
|
+
msgid "Insufficient space for selected hosts"
|
|
3943
|
+
msgstr ""
|
|
3944
|
+
|
|
3802
3945
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3803
3946
|
msgstr ""
|
|
3804
3947
|
|
|
@@ -4033,6 +4176,15 @@ msgstr ""
|
|
|
4033
4176
|
msgid "Label of the flatpak remote"
|
|
4034
4177
|
msgstr ""
|
|
4035
4178
|
|
|
4179
|
+
msgid "Labels"
|
|
4180
|
+
msgstr ""
|
|
4181
|
+
|
|
4182
|
+
msgid "Labels and annotations"
|
|
4183
|
+
msgstr ""
|
|
4184
|
+
|
|
4185
|
+
msgid "Labels | Annotations"
|
|
4186
|
+
msgstr ""
|
|
4187
|
+
|
|
4036
4188
|
msgid "Last check-in:"
|
|
4037
4189
|
msgstr ""
|
|
4038
4190
|
|
|
@@ -4135,6 +4287,9 @@ msgstr ""
|
|
|
4135
4287
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4136
4288
|
msgstr ""
|
|
4137
4289
|
|
|
4290
|
+
msgid "Limit"
|
|
4291
|
+
msgstr ""
|
|
4292
|
+
|
|
4138
4293
|
msgid "Limit actions to content in the host's environment."
|
|
4139
4294
|
msgstr ""
|
|
4140
4295
|
|
|
@@ -4465,12 +4620,18 @@ msgstr ""
|
|
|
4465
4620
|
msgid "Manifest"
|
|
4466
4621
|
msgstr ""
|
|
4467
4622
|
|
|
4623
|
+
msgid "Manifest Details"
|
|
4624
|
+
msgstr ""
|
|
4625
|
+
|
|
4468
4626
|
msgid "Manifest History"
|
|
4469
4627
|
msgstr ""
|
|
4470
4628
|
|
|
4471
4629
|
msgid "Manifest deleted"
|
|
4472
4630
|
msgstr ""
|
|
4473
4631
|
|
|
4632
|
+
msgid "Manifest digest"
|
|
4633
|
+
msgstr ""
|
|
4634
|
+
|
|
4474
4635
|
msgid "Manifest does not have a valid subscription"
|
|
4475
4636
|
msgstr ""
|
|
4476
4637
|
|
|
@@ -4555,6 +4716,9 @@ msgstr ""
|
|
|
4555
4716
|
msgid "Messaging connection"
|
|
4556
4717
|
msgstr ""
|
|
4557
4718
|
|
|
4719
|
+
msgid "Metadata generate"
|
|
4720
|
+
msgstr ""
|
|
4721
|
+
|
|
4558
4722
|
msgid ""
|
|
4559
4723
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4560
4724
|
"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."
|
|
@@ -4593,6 +4757,9 @@ msgstr ""
|
|
|
4593
4757
|
msgid "Moderate"
|
|
4594
4758
|
msgstr ""
|
|
4595
4759
|
|
|
4760
|
+
msgid "Modified"
|
|
4761
|
+
msgstr ""
|
|
4762
|
+
|
|
4596
4763
|
msgid "Modify via remote execution"
|
|
4597
4764
|
msgstr ""
|
|
4598
4765
|
|
|
@@ -4620,6 +4787,15 @@ msgstr ""
|
|
|
4620
4787
|
msgid "Multi Content View Environment"
|
|
4621
4788
|
msgstr ""
|
|
4622
4789
|
|
|
4790
|
+
msgid "Multi copy all units"
|
|
4791
|
+
msgstr ""
|
|
4792
|
+
|
|
4793
|
+
msgid "Multi copy content"
|
|
4794
|
+
msgstr ""
|
|
4795
|
+
|
|
4796
|
+
msgid "Multi copy units"
|
|
4797
|
+
msgstr ""
|
|
4798
|
+
|
|
4623
4799
|
msgid "Multi-entitlement"
|
|
4624
4800
|
msgstr ""
|
|
4625
4801
|
|
|
@@ -4920,6 +5096,9 @@ msgstr ""
|
|
|
4920
5096
|
msgid "No items have been specified."
|
|
4921
5097
|
msgstr ""
|
|
4922
5098
|
|
|
5099
|
+
msgid "No labels"
|
|
5100
|
+
msgstr ""
|
|
5101
|
+
|
|
4923
5102
|
msgid "No manifest file uploaded"
|
|
4924
5103
|
msgstr ""
|
|
4925
5104
|
|
|
@@ -5259,6 +5438,9 @@ msgstr ""
|
|
|
5259
5438
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5260
5439
|
msgstr ""
|
|
5261
5440
|
|
|
5441
|
+
msgid "Organization must be specified when providing product by name."
|
|
5442
|
+
msgstr ""
|
|
5443
|
+
|
|
5262
5444
|
msgid "Organization not found"
|
|
5263
5445
|
msgstr ""
|
|
5264
5446
|
|
|
@@ -5660,6 +5842,9 @@ msgstr ""
|
|
|
5660
5842
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5661
5843
|
msgstr ""
|
|
5662
5844
|
|
|
5845
|
+
msgid "Product must be specified."
|
|
5846
|
+
msgstr ""
|
|
5847
|
+
|
|
5663
5848
|
msgid "Product name"
|
|
5664
5849
|
msgstr ""
|
|
5665
5850
|
|
|
@@ -5822,6 +6007,9 @@ msgstr ""
|
|
|
5822
6007
|
msgid "Pulp task error"
|
|
5823
6008
|
msgstr ""
|
|
5824
6009
|
|
|
6010
|
+
msgid "Purge completed tasks"
|
|
6011
|
+
msgstr ""
|
|
6012
|
+
|
|
5825
6013
|
msgid "Python Package"
|
|
5826
6014
|
msgstr ""
|
|
5827
6015
|
|
|
@@ -5921,6 +6109,9 @@ msgstr ""
|
|
|
5921
6109
|
msgid "Reclaim Space"
|
|
5922
6110
|
msgstr ""
|
|
5923
6111
|
|
|
6112
|
+
msgid "Reclaim space"
|
|
6113
|
+
msgstr ""
|
|
6114
|
+
|
|
5924
6115
|
msgid "Reclaim space from On Demand repositories"
|
|
5925
6116
|
msgstr ""
|
|
5926
6117
|
|
|
@@ -5987,6 +6178,9 @@ msgstr ""
|
|
|
5987
6178
|
msgid "Refresh all alternate content sources"
|
|
5988
6179
|
msgstr ""
|
|
5989
6180
|
|
|
6181
|
+
msgid "Refresh all distributions"
|
|
6182
|
+
msgstr ""
|
|
6183
|
+
|
|
5990
6184
|
msgid "Refresh alternate content sources"
|
|
5991
6185
|
msgstr ""
|
|
5992
6186
|
|
|
@@ -5999,15 +6193,27 @@ msgstr ""
|
|
|
5999
6193
|
msgid "Refresh counts"
|
|
6000
6194
|
msgstr ""
|
|
6001
6195
|
|
|
6196
|
+
msgid "Refresh distribution"
|
|
6197
|
+
msgstr ""
|
|
6198
|
+
|
|
6002
6199
|
msgid "Refresh errata applicability"
|
|
6003
6200
|
msgstr ""
|
|
6004
6201
|
|
|
6202
|
+
msgid "Refresh if needed"
|
|
6203
|
+
msgstr ""
|
|
6204
|
+
|
|
6005
6205
|
msgid "Refresh package applicability"
|
|
6006
6206
|
msgstr ""
|
|
6007
6207
|
|
|
6008
6208
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6009
6209
|
msgstr ""
|
|
6010
6210
|
|
|
6211
|
+
msgid "Refresh remote"
|
|
6212
|
+
msgstr ""
|
|
6213
|
+
|
|
6214
|
+
msgid "Refresh repos"
|
|
6215
|
+
msgstr ""
|
|
6216
|
+
|
|
6011
6217
|
msgid "Refresh source"
|
|
6012
6218
|
msgstr ""
|
|
6013
6219
|
|
|
@@ -6050,6 +6256,9 @@ msgstr ""
|
|
|
6050
6256
|
msgid "Registry token expiration time"
|
|
6051
6257
|
msgstr ""
|
|
6052
6258
|
|
|
6259
|
+
msgid "Reindex subscriptions"
|
|
6260
|
+
msgstr ""
|
|
6261
|
+
|
|
6053
6262
|
msgid "Related composite content views"
|
|
6054
6263
|
msgstr ""
|
|
6055
6264
|
|
|
@@ -6125,6 +6334,9 @@ msgstr ""
|
|
|
6125
6334
|
msgid "Remove from environments"
|
|
6126
6335
|
msgstr ""
|
|
6127
6336
|
|
|
6337
|
+
msgid "Remove from host collections"
|
|
6338
|
+
msgstr ""
|
|
6339
|
+
|
|
6128
6340
|
msgid "Remove host from collections"
|
|
6129
6341
|
msgstr ""
|
|
6130
6342
|
|
|
@@ -6146,6 +6358,9 @@ msgstr ""
|
|
|
6146
6358
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6147
6359
|
msgstr ""
|
|
6148
6360
|
|
|
6361
|
+
msgid "Remove orphans"
|
|
6362
|
+
msgstr ""
|
|
6363
|
+
|
|
6149
6364
|
msgid "Remove package group via Katello interface"
|
|
6150
6365
|
msgstr ""
|
|
6151
6366
|
|
|
@@ -6161,12 +6376,24 @@ msgstr ""
|
|
|
6161
6376
|
msgid "Remove products from sync plan"
|
|
6162
6377
|
msgstr ""
|
|
6163
6378
|
|
|
6379
|
+
msgid "Remove rolling repo clone"
|
|
6380
|
+
msgstr ""
|
|
6381
|
+
|
|
6382
|
+
msgid "Remove units"
|
|
6383
|
+
msgstr ""
|
|
6384
|
+
|
|
6385
|
+
msgid "Remove unneeded repos"
|
|
6386
|
+
msgstr ""
|
|
6387
|
+
|
|
6164
6388
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6165
6389
|
msgstr ""
|
|
6166
6390
|
|
|
6167
6391
|
msgid "Remove versions from environments"
|
|
6168
6392
|
msgstr ""
|
|
6169
6393
|
|
|
6394
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6395
|
+
msgstr ""
|
|
6396
|
+
|
|
6170
6397
|
msgid "Removed component from content view"
|
|
6171
6398
|
msgstr ""
|
|
6172
6399
|
|
|
@@ -6185,6 +6412,9 @@ msgstr ""
|
|
|
6185
6412
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6186
6413
|
msgstr ""
|
|
6187
6414
|
|
|
6415
|
+
msgid "Repair"
|
|
6416
|
+
msgstr ""
|
|
6417
|
+
|
|
6188
6418
|
msgid "Replace content source on the target machine"
|
|
6189
6419
|
msgstr ""
|
|
6190
6420
|
|
|
@@ -6203,12 +6433,18 @@ msgstr ""
|
|
|
6203
6433
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6204
6434
|
msgstr ""
|
|
6205
6435
|
|
|
6436
|
+
msgid "Repositories certs reset"
|
|
6437
|
+
msgstr ""
|
|
6438
|
+
|
|
6206
6439
|
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."
|
|
6207
6440
|
msgstr ""
|
|
6208
6441
|
|
|
6209
6442
|
msgid "Repositories from published Content Views are not allowed."
|
|
6210
6443
|
msgstr ""
|
|
6211
6444
|
|
|
6445
|
+
msgid "Repositories gpg reset"
|
|
6446
|
+
msgstr ""
|
|
6447
|
+
|
|
6212
6448
|
msgid "Repository"
|
|
6213
6449
|
msgstr ""
|
|
6214
6450
|
|
|
@@ -6374,6 +6610,9 @@ msgstr ""
|
|
|
6374
6610
|
msgid "Result"
|
|
6375
6611
|
msgstr ""
|
|
6376
6612
|
|
|
6613
|
+
msgid "Retain build profile upon unregistration"
|
|
6614
|
+
msgstr ""
|
|
6615
|
+
|
|
6377
6616
|
msgid "Retrieve a single errata for a host"
|
|
6378
6617
|
msgstr ""
|
|
6379
6618
|
|
|
@@ -6566,6 +6805,21 @@ msgstr ""
|
|
|
6566
6805
|
msgid "Save Environments"
|
|
6567
6806
|
msgstr ""
|
|
6568
6807
|
|
|
6808
|
+
msgid "Save artifact"
|
|
6809
|
+
msgstr ""
|
|
6810
|
+
|
|
6811
|
+
msgid "Save distribution references"
|
|
6812
|
+
msgstr ""
|
|
6813
|
+
|
|
6814
|
+
msgid "Save publication"
|
|
6815
|
+
msgstr ""
|
|
6816
|
+
|
|
6817
|
+
msgid "Save version"
|
|
6818
|
+
msgstr ""
|
|
6819
|
+
|
|
6820
|
+
msgid "Save versions"
|
|
6821
|
+
msgstr ""
|
|
6822
|
+
|
|
6569
6823
|
msgid "Saving alternate content source..."
|
|
6570
6824
|
msgstr ""
|
|
6571
6825
|
|
|
@@ -6575,6 +6829,12 @@ msgstr ""
|
|
|
6575
6829
|
msgid "Scan a flatpak remote"
|
|
6576
6830
|
msgstr ""
|
|
6577
6831
|
|
|
6832
|
+
msgid "Scan cdn"
|
|
6833
|
+
msgstr ""
|
|
6834
|
+
|
|
6835
|
+
msgid "Scan remote"
|
|
6836
|
+
msgstr ""
|
|
6837
|
+
|
|
6578
6838
|
msgid "Schema version 1"
|
|
6579
6839
|
msgstr ""
|
|
6580
6840
|
|
|
@@ -6623,6 +6883,9 @@ msgstr ""
|
|
|
6623
6883
|
msgid "Security errata installable"
|
|
6624
6884
|
msgstr ""
|
|
6625
6885
|
|
|
6886
|
+
msgid "See child manifests"
|
|
6887
|
+
msgstr ""
|
|
6888
|
+
|
|
6626
6889
|
msgid "Select"
|
|
6627
6890
|
msgstr ""
|
|
6628
6891
|
|
|
@@ -6734,6 +6997,9 @@ msgstr ""
|
|
|
6734
6997
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6735
6998
|
msgstr ""
|
|
6736
6999
|
|
|
7000
|
+
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."
|
|
7001
|
+
msgstr ""
|
|
7002
|
+
|
|
6737
7003
|
msgid "Select hosts to assign to %s"
|
|
6738
7004
|
msgstr ""
|
|
6739
7005
|
|
|
@@ -6854,6 +7120,9 @@ msgstr ""
|
|
|
6854
7120
|
msgid "Severity must be one of: %s"
|
|
6855
7121
|
msgstr ""
|
|
6856
7122
|
|
|
7123
|
+
msgid "Show ${remainingCount} more"
|
|
7124
|
+
msgstr ""
|
|
7125
|
+
|
|
6857
7126
|
msgid "Show %s"
|
|
6858
7127
|
msgstr ""
|
|
6859
7128
|
|
|
@@ -7337,9 +7606,6 @@ msgstr ""
|
|
|
7337
7606
|
msgid "Successfully added %s Host(s)."
|
|
7338
7607
|
msgstr ""
|
|
7339
7608
|
|
|
7340
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7341
|
-
msgstr ""
|
|
7342
|
-
|
|
7343
7609
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7344
7610
|
msgstr ""
|
|
7345
7611
|
|
|
@@ -7352,9 +7618,6 @@ msgstr ""
|
|
|
7352
7618
|
msgid "Successfully removed %s Host(s)."
|
|
7353
7619
|
msgstr ""
|
|
7354
7620
|
|
|
7355
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7356
|
-
msgstr ""
|
|
7357
|
-
|
|
7358
7621
|
msgid "Successfully synced capsule."
|
|
7359
7622
|
msgstr ""
|
|
7360
7623
|
|
|
@@ -7373,6 +7636,9 @@ msgstr ""
|
|
|
7373
7636
|
msgid "Supported Content Types"
|
|
7374
7637
|
msgstr ""
|
|
7375
7638
|
|
|
7639
|
+
msgid "Sync"
|
|
7640
|
+
msgstr ""
|
|
7641
|
+
|
|
7376
7642
|
msgid "Sync Canceled"
|
|
7377
7643
|
msgstr ""
|
|
7378
7644
|
|
|
@@ -7427,6 +7693,9 @@ msgstr ""
|
|
|
7427
7693
|
msgid "Sync all repositories for a product"
|
|
7428
7694
|
msgstr ""
|
|
7429
7695
|
|
|
7696
|
+
msgid "Sync capsule"
|
|
7697
|
+
msgstr ""
|
|
7698
|
+
|
|
7430
7699
|
msgid "Sync complete."
|
|
7431
7700
|
msgstr ""
|
|
7432
7701
|
|
|
@@ -7445,6 +7714,9 @@ msgstr ""
|
|
|
7445
7714
|
msgid "Sync state"
|
|
7446
7715
|
msgstr ""
|
|
7447
7716
|
|
|
7717
|
+
msgid "Syncable export"
|
|
7718
|
+
msgstr ""
|
|
7719
|
+
|
|
7448
7720
|
msgid "Synced"
|
|
7449
7721
|
msgstr ""
|
|
7450
7722
|
|
|
@@ -7454,9 +7726,6 @@ msgstr ""
|
|
|
7454
7726
|
msgid "Synced Content"
|
|
7455
7727
|
msgstr ""
|
|
7456
7728
|
|
|
7457
|
-
msgid "Synced container images content"
|
|
7458
|
-
msgstr ""
|
|
7459
|
-
|
|
7460
7729
|
msgid "Synchronize"
|
|
7461
7730
|
msgstr ""
|
|
7462
7731
|
|
|
@@ -7499,6 +7768,9 @@ msgstr ""
|
|
|
7499
7768
|
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."
|
|
7500
7769
|
msgstr ""
|
|
7501
7770
|
|
|
7771
|
+
msgid "Tag"
|
|
7772
|
+
msgstr ""
|
|
7773
|
+
|
|
7502
7774
|
msgid "Tag name"
|
|
7503
7775
|
msgstr ""
|
|
7504
7776
|
|
|
@@ -7953,6 +8225,9 @@ msgstr ""
|
|
|
7953
8225
|
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."
|
|
7954
8226
|
msgstr ""
|
|
7955
8227
|
|
|
8228
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8229
|
+
msgstr ""
|
|
8230
|
+
|
|
7956
8231
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
7957
8232
|
msgstr ""
|
|
7958
8233
|
|
|
@@ -8271,15 +8546,27 @@ msgstr ""
|
|
|
8271
8546
|
msgid "Update content counts for the smart proxy"
|
|
8272
8547
|
msgstr ""
|
|
8273
8548
|
|
|
8549
|
+
msgid "Update content urls"
|
|
8550
|
+
msgstr ""
|
|
8551
|
+
|
|
8274
8552
|
msgid "Update content view environments for host"
|
|
8275
8553
|
msgstr ""
|
|
8276
8554
|
|
|
8277
8555
|
msgid "Update content view environments for host %s"
|
|
8278
8556
|
msgstr ""
|
|
8279
8557
|
|
|
8558
|
+
msgid "Update distributions"
|
|
8559
|
+
msgstr ""
|
|
8560
|
+
|
|
8280
8561
|
msgid "Update hosts manually"
|
|
8281
8562
|
msgstr ""
|
|
8282
8563
|
|
|
8564
|
+
msgid "Update http proxy"
|
|
8565
|
+
msgstr ""
|
|
8566
|
+
|
|
8567
|
+
msgid "Update http proxy details"
|
|
8568
|
+
msgstr ""
|
|
8569
|
+
|
|
8283
8570
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8284
8571
|
msgstr ""
|
|
8285
8572
|
|
|
@@ -8295,12 +8582,21 @@ msgstr ""
|
|
|
8295
8582
|
msgid "Update packages via Katello interface"
|
|
8296
8583
|
msgstr ""
|
|
8297
8584
|
|
|
8585
|
+
msgid "Update redhat repository"
|
|
8586
|
+
msgstr ""
|
|
8587
|
+
|
|
8298
8588
|
msgid "Update release version for host"
|
|
8299
8589
|
msgstr ""
|
|
8300
8590
|
|
|
8301
8591
|
msgid "Update release version for host %s"
|
|
8302
8592
|
msgstr ""
|
|
8303
8593
|
|
|
8594
|
+
msgid "Update remote"
|
|
8595
|
+
msgstr ""
|
|
8596
|
+
|
|
8597
|
+
msgid "Update repository"
|
|
8598
|
+
msgstr ""
|
|
8599
|
+
|
|
8304
8600
|
msgid "Update services requiring restart"
|
|
8305
8601
|
msgstr ""
|
|
8306
8602
|
|
|
@@ -8391,6 +8687,12 @@ msgstr ""
|
|
|
8391
8687
|
msgid "Upload a subscription manifest"
|
|
8392
8688
|
msgstr ""
|
|
8393
8689
|
|
|
8690
|
+
msgid "Upload content"
|
|
8691
|
+
msgstr ""
|
|
8692
|
+
|
|
8693
|
+
msgid "Upload file"
|
|
8694
|
+
msgstr ""
|
|
8695
|
+
|
|
8394
8696
|
msgid "Upload into"
|
|
8395
8697
|
msgstr ""
|
|
8396
8698
|
|
|
@@ -8400,6 +8702,9 @@ msgstr ""
|
|
|
8400
8702
|
msgid "Upload request id"
|
|
8401
8703
|
msgstr ""
|
|
8402
8704
|
|
|
8705
|
+
msgid "Upload tag"
|
|
8706
|
+
msgstr ""
|
|
8707
|
+
|
|
8403
8708
|
msgid "Upstream Candlepin"
|
|
8404
8709
|
msgstr ""
|
|
8405
8710
|
|
|
@@ -8520,6 +8825,9 @@ msgstr ""
|
|
|
8520
8825
|
msgid "Verify SSL"
|
|
8521
8826
|
msgstr ""
|
|
8522
8827
|
|
|
8828
|
+
msgid "Verify checksum"
|
|
8829
|
+
msgstr ""
|
|
8830
|
+
|
|
8523
8831
|
msgid "Verify checksum for content on smart proxy"
|
|
8524
8832
|
msgstr ""
|
|
8525
8833
|
|
|
@@ -8613,6 +8921,15 @@ msgstr ""
|
|
|
8613
8921
|
msgid "View documentation"
|
|
8614
8922
|
msgstr ""
|
|
8615
8923
|
|
|
8924
|
+
msgid "View here"
|
|
8925
|
+
msgstr ""
|
|
8926
|
+
|
|
8927
|
+
msgid "View labels and annotations"
|
|
8928
|
+
msgstr ""
|
|
8929
|
+
|
|
8930
|
+
msgid "View labels and annotations for image "
|
|
8931
|
+
msgstr ""
|
|
8932
|
+
|
|
8616
8933
|
msgid "View matching content"
|
|
8617
8934
|
msgstr ""
|
|
8618
8935
|
|
|
@@ -8652,6 +8969,9 @@ msgstr ""
|
|
|
8652
8969
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8653
8970
|
msgstr ""
|
|
8654
8971
|
|
|
8972
|
+
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."
|
|
8973
|
+
msgstr ""
|
|
8974
|
+
|
|
8655
8975
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8656
8976
|
msgstr ""
|
|
8657
8977
|
|