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/en_GB/katello.po
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
#
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
|
-
"Project-Id-Version: katello 4.19.0.
|
|
12
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
13
13
|
"Report-Msgid-Bugs-To: \n"
|
|
14
14
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
15
15
|
"Last-Translator: Andi Chandler <andi@gowling.com>, 2025\n"
|
|
@@ -116,6 +116,9 @@ msgstr ""
|
|
|
116
116
|
msgid "${selectedContentType} will appear here when created."
|
|
117
117
|
msgstr ""
|
|
118
118
|
|
|
119
|
+
msgid "${totalCount} labels and annotations"
|
|
120
|
+
msgstr ""
|
|
121
|
+
|
|
119
122
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
120
123
|
msgstr ""
|
|
121
124
|
|
|
@@ -469,6 +472,9 @@ msgstr ""
|
|
|
469
472
|
msgid "About page"
|
|
470
473
|
msgstr ""
|
|
471
474
|
|
|
475
|
+
msgid "Abstract async task"
|
|
476
|
+
msgstr ""
|
|
477
|
+
|
|
472
478
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
473
479
|
msgstr ""
|
|
474
480
|
|
|
@@ -616,6 +622,9 @@ msgstr ""
|
|
|
616
622
|
msgid "Add repositories with package groups to content view to select them here."
|
|
617
623
|
msgstr ""
|
|
618
624
|
|
|
625
|
+
msgid "Add rolling repo clone"
|
|
626
|
+
msgstr ""
|
|
627
|
+
|
|
619
628
|
msgid "Add rule"
|
|
620
629
|
msgstr ""
|
|
621
630
|
|
|
@@ -634,12 +643,18 @@ msgstr ""
|
|
|
634
643
|
msgid "Add to a host collection"
|
|
635
644
|
msgstr ""
|
|
636
645
|
|
|
646
|
+
msgid "Add to host collections"
|
|
647
|
+
msgstr ""
|
|
648
|
+
|
|
637
649
|
msgid "Added"
|
|
638
650
|
msgstr ""
|
|
639
651
|
|
|
640
652
|
msgid "Added %s"
|
|
641
653
|
msgstr ""
|
|
642
654
|
|
|
655
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
656
|
+
msgstr ""
|
|
657
|
+
|
|
643
658
|
msgid "Added Content:"
|
|
644
659
|
msgstr ""
|
|
645
660
|
|
|
@@ -682,6 +697,9 @@ msgstr ""
|
|
|
682
697
|
msgid "All errata up-to-date"
|
|
683
698
|
msgstr ""
|
|
684
699
|
|
|
700
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
701
|
+
msgstr ""
|
|
702
|
+
|
|
685
703
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
686
704
|
msgstr ""
|
|
687
705
|
|
|
@@ -767,6 +785,9 @@ msgid ""
|
|
|
767
785
|
"%{error_message}"
|
|
768
786
|
msgstr ""
|
|
769
787
|
|
|
788
|
+
msgid "An error occurred while updating host collections"
|
|
789
|
+
msgstr ""
|
|
790
|
+
|
|
770
791
|
msgid "An option to specify how many ostree commits to traverse."
|
|
771
792
|
msgstr ""
|
|
772
793
|
|
|
@@ -1054,6 +1075,9 @@ msgstr ""
|
|
|
1054
1075
|
msgid "Bookmarks marked as public are available to all users"
|
|
1055
1076
|
msgstr ""
|
|
1056
1077
|
|
|
1078
|
+
msgid "Bootable"
|
|
1079
|
+
msgstr ""
|
|
1080
|
+
|
|
1057
1081
|
msgid "Bootc rollback via Bootc interface"
|
|
1058
1082
|
msgstr ""
|
|
1059
1083
|
|
|
@@ -1378,6 +1402,9 @@ msgstr ""
|
|
|
1378
1402
|
msgid "Change content view environments"
|
|
1379
1403
|
msgstr ""
|
|
1380
1404
|
|
|
1405
|
+
msgid "Change host collections"
|
|
1406
|
+
msgstr ""
|
|
1407
|
+
|
|
1381
1408
|
msgid "Change host content source"
|
|
1382
1409
|
msgstr ""
|
|
1383
1410
|
|
|
@@ -1465,6 +1492,9 @@ msgstr ""
|
|
|
1465
1492
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1466
1493
|
msgstr ""
|
|
1467
1494
|
|
|
1495
|
+
msgid "Commit upload"
|
|
1496
|
+
msgstr ""
|
|
1497
|
+
|
|
1468
1498
|
msgid "Compare"
|
|
1469
1499
|
msgstr ""
|
|
1470
1500
|
|
|
@@ -1819,15 +1849,27 @@ msgstr ""
|
|
|
1819
1849
|
msgid "Copy"
|
|
1820
1850
|
msgstr ""
|
|
1821
1851
|
|
|
1852
|
+
msgid "Copy all units"
|
|
1853
|
+
msgstr ""
|
|
1854
|
+
|
|
1822
1855
|
msgid "Copy an activation key"
|
|
1823
1856
|
msgstr ""
|
|
1824
1857
|
|
|
1858
|
+
msgid "Copy content"
|
|
1859
|
+
msgstr ""
|
|
1860
|
+
|
|
1825
1861
|
msgid "Copy content view"
|
|
1826
1862
|
msgstr ""
|
|
1827
1863
|
|
|
1828
1864
|
msgid "Copy to clipboard"
|
|
1829
1865
|
msgstr ""
|
|
1830
1866
|
|
|
1867
|
+
msgid "Copy version"
|
|
1868
|
+
msgstr ""
|
|
1869
|
+
|
|
1870
|
+
msgid "Copy version units to library"
|
|
1871
|
+
msgstr ""
|
|
1872
|
+
|
|
1831
1873
|
msgid "Cores per socket"
|
|
1832
1874
|
msgstr ""
|
|
1833
1875
|
|
|
@@ -2041,18 +2083,36 @@ msgstr ""
|
|
|
2041
2083
|
msgid "Create content view"
|
|
2042
2084
|
msgstr ""
|
|
2043
2085
|
|
|
2086
|
+
msgid "Create exporter"
|
|
2087
|
+
msgstr ""
|
|
2088
|
+
|
|
2044
2089
|
msgid "Create filter"
|
|
2045
2090
|
msgstr ""
|
|
2046
2091
|
|
|
2047
2092
|
msgid "Create host collection"
|
|
2048
2093
|
msgstr ""
|
|
2049
2094
|
|
|
2095
|
+
msgid "Create import"
|
|
2096
|
+
msgstr ""
|
|
2097
|
+
|
|
2098
|
+
msgid "Create importer"
|
|
2099
|
+
msgstr ""
|
|
2100
|
+
|
|
2050
2101
|
msgid "Create new activation key"
|
|
2051
2102
|
msgstr ""
|
|
2052
2103
|
|
|
2053
2104
|
msgid "Create organization"
|
|
2054
2105
|
msgstr ""
|
|
2055
2106
|
|
|
2107
|
+
msgid "Create publication"
|
|
2108
|
+
msgstr ""
|
|
2109
|
+
|
|
2110
|
+
msgid "Create remote"
|
|
2111
|
+
msgstr ""
|
|
2112
|
+
|
|
2113
|
+
msgid "Creation"
|
|
2114
|
+
msgstr ""
|
|
2115
|
+
|
|
2056
2116
|
msgid "Credentials"
|
|
2057
2117
|
msgstr ""
|
|
2058
2118
|
|
|
@@ -2314,12 +2374,36 @@ msgstr ""
|
|
|
2314
2374
|
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."
|
|
2315
2375
|
msgstr ""
|
|
2316
2376
|
|
|
2377
|
+
msgid "Delete distributions"
|
|
2378
|
+
msgstr ""
|
|
2379
|
+
|
|
2317
2380
|
msgid "Delete manifest from Red Hat provider"
|
|
2318
2381
|
msgstr ""
|
|
2319
2382
|
|
|
2320
2383
|
msgid "Delete multiple filters from a content view"
|
|
2321
2384
|
msgstr ""
|
|
2322
2385
|
|
|
2386
|
+
msgid "Delete orphan alternate content sources"
|
|
2387
|
+
msgstr ""
|
|
2388
|
+
|
|
2389
|
+
msgid "Delete orphan distributions"
|
|
2390
|
+
msgstr ""
|
|
2391
|
+
|
|
2392
|
+
msgid "Delete orphan remotes"
|
|
2393
|
+
msgstr ""
|
|
2394
|
+
|
|
2395
|
+
msgid "Delete orphan repository versions"
|
|
2396
|
+
msgstr ""
|
|
2397
|
+
|
|
2398
|
+
msgid "Delete orphaned migrated repositories"
|
|
2399
|
+
msgstr ""
|
|
2400
|
+
|
|
2401
|
+
msgid "Delete remote"
|
|
2402
|
+
msgstr ""
|
|
2403
|
+
|
|
2404
|
+
msgid "Delete repository references"
|
|
2405
|
+
msgstr ""
|
|
2406
|
+
|
|
2323
2407
|
msgid "Delete version"
|
|
2324
2408
|
msgstr ""
|
|
2325
2409
|
|
|
@@ -2419,6 +2503,12 @@ msgstr ""
|
|
|
2419
2503
|
msgid "Destroy an environment in an organization"
|
|
2420
2504
|
msgstr ""
|
|
2421
2505
|
|
|
2506
|
+
msgid "Destroy exporter"
|
|
2507
|
+
msgstr ""
|
|
2508
|
+
|
|
2509
|
+
msgid "Destroy importer"
|
|
2510
|
+
msgstr ""
|
|
2511
|
+
|
|
2422
2512
|
msgid "Destroy one or more alternate content sources"
|
|
2423
2513
|
msgstr ""
|
|
2424
2514
|
|
|
@@ -2464,6 +2554,9 @@ msgstr ""
|
|
|
2464
2554
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2465
2555
|
msgstr ""
|
|
2466
2556
|
|
|
2557
|
+
msgid "Discover"
|
|
2558
|
+
msgstr ""
|
|
2559
|
+
|
|
2467
2560
|
msgid "Discover Repositories"
|
|
2468
2561
|
msgstr ""
|
|
2469
2562
|
|
|
@@ -2599,9 +2692,6 @@ msgstr ""
|
|
|
2599
2692
|
msgid "Enable repository sets"
|
|
2600
2693
|
msgstr ""
|
|
2601
2694
|
|
|
2602
|
-
msgid "Enable structured APT for deb content"
|
|
2603
|
-
msgstr ""
|
|
2604
|
-
|
|
2605
2695
|
msgid "Enable/Disable auto publish of composite view"
|
|
2606
2696
|
msgstr ""
|
|
2607
2697
|
|
|
@@ -2662,6 +2752,9 @@ msgstr ""
|
|
|
2662
2752
|
msgid "Environment cannot be in its own promotion path"
|
|
2663
2753
|
msgstr ""
|
|
2664
2754
|
|
|
2755
|
+
msgid "Environment contents refresh"
|
|
2756
|
+
msgstr ""
|
|
2757
|
+
|
|
2665
2758
|
msgid "Environment identifier"
|
|
2666
2759
|
msgstr ""
|
|
2667
2760
|
|
|
@@ -2701,6 +2794,9 @@ msgstr ""
|
|
|
2701
2794
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2702
2795
|
msgstr ""
|
|
2703
2796
|
|
|
2797
|
+
msgid "Errata mail"
|
|
2798
|
+
msgstr ""
|
|
2799
|
+
|
|
2704
2800
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2705
2801
|
msgstr ""
|
|
2706
2802
|
|
|
@@ -2866,6 +2962,9 @@ msgstr ""
|
|
|
2866
2962
|
msgid "Fetch installable errata for one or more hosts."
|
|
2867
2963
|
msgstr ""
|
|
2868
2964
|
|
|
2965
|
+
msgid "Fetch pxe files"
|
|
2966
|
+
msgstr ""
|
|
2967
|
+
|
|
2869
2968
|
msgid "Fetch traces for one or more hosts"
|
|
2870
2969
|
msgstr ""
|
|
2871
2970
|
|
|
@@ -2959,6 +3058,9 @@ msgstr ""
|
|
|
2959
3058
|
msgid "Filter versions that are components in the specified composite version"
|
|
2960
3059
|
msgstr ""
|
|
2961
3060
|
|
|
3061
|
+
msgid "Filtered index content"
|
|
3062
|
+
msgstr ""
|
|
3063
|
+
|
|
2962
3064
|
msgid "Filters"
|
|
2963
3065
|
msgstr ""
|
|
2964
3066
|
|
|
@@ -2980,6 +3082,9 @@ msgstr ""
|
|
|
2980
3082
|
msgid "Finished"
|
|
2981
3083
|
msgstr ""
|
|
2982
3084
|
|
|
3085
|
+
msgid "Flatpak"
|
|
3086
|
+
msgstr ""
|
|
3087
|
+
|
|
2983
3088
|
msgid "Flatpak Remote ${name} created"
|
|
2984
3089
|
msgstr ""
|
|
2985
3090
|
|
|
@@ -3072,6 +3177,9 @@ msgstr ""
|
|
|
3072
3177
|
msgid "Generate host applicability"
|
|
3073
3178
|
msgstr ""
|
|
3074
3179
|
|
|
3180
|
+
msgid "Generate metadata"
|
|
3181
|
+
msgstr ""
|
|
3182
|
+
|
|
3075
3183
|
msgid "Generate repository applicability"
|
|
3076
3184
|
msgstr ""
|
|
3077
3185
|
|
|
@@ -3312,6 +3420,12 @@ msgstr ""
|
|
|
3312
3420
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3313
3421
|
msgstr ""
|
|
3314
3422
|
|
|
3423
|
+
msgid "Hypervisors"
|
|
3424
|
+
msgstr ""
|
|
3425
|
+
|
|
3426
|
+
msgid "Hypervisors update"
|
|
3427
|
+
msgstr ""
|
|
3428
|
+
|
|
3315
3429
|
msgid "ID"
|
|
3316
3430
|
msgstr "ID"
|
|
3317
3431
|
|
|
@@ -3500,9 +3614,6 @@ msgstr ""
|
|
|
3500
3614
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3501
3615
|
msgstr ""
|
|
3502
3616
|
|
|
3503
|
-
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'."
|
|
3504
|
-
msgstr ""
|
|
3505
|
-
|
|
3506
3617
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3507
3618
|
msgstr ""
|
|
3508
3619
|
|
|
@@ -3632,6 +3743,9 @@ msgstr ""
|
|
|
3632
3743
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3633
3744
|
msgstr ""
|
|
3634
3745
|
|
|
3746
|
+
msgid "Import migration"
|
|
3747
|
+
msgstr ""
|
|
3748
|
+
|
|
3635
3749
|
msgid "Import new manifest"
|
|
3636
3750
|
msgstr ""
|
|
3637
3751
|
|
|
@@ -3641,6 +3755,12 @@ msgstr ""
|
|
|
3641
3755
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3642
3756
|
msgstr ""
|
|
3643
3757
|
|
|
3758
|
+
msgid "Import repository upload"
|
|
3759
|
+
msgstr ""
|
|
3760
|
+
|
|
3761
|
+
msgid "Import upload"
|
|
3762
|
+
msgstr ""
|
|
3763
|
+
|
|
3644
3764
|
msgid "Import uploads into a repository"
|
|
3645
3765
|
msgstr ""
|
|
3646
3766
|
|
|
@@ -3707,6 +3827,9 @@ msgstr ""
|
|
|
3707
3827
|
msgid "Incremental Update incomplete."
|
|
3708
3828
|
msgstr ""
|
|
3709
3829
|
|
|
3830
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3831
|
+
msgstr ""
|
|
3832
|
+
|
|
3710
3833
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3711
3834
|
msgstr ""
|
|
3712
3835
|
|
|
@@ -3719,12 +3842,27 @@ msgstr ""
|
|
|
3719
3842
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3720
3843
|
msgstr ""
|
|
3721
3844
|
|
|
3845
|
+
msgid "Index content"
|
|
3846
|
+
msgstr ""
|
|
3847
|
+
|
|
3848
|
+
msgid "Index errata"
|
|
3849
|
+
msgstr ""
|
|
3850
|
+
|
|
3851
|
+
msgid "Index module streams"
|
|
3852
|
+
msgstr ""
|
|
3853
|
+
|
|
3854
|
+
msgid "Index package groups"
|
|
3855
|
+
msgstr ""
|
|
3856
|
+
|
|
3722
3857
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3723
3858
|
msgstr ""
|
|
3724
3859
|
|
|
3725
3860
|
msgid "Inherit from Repository"
|
|
3726
3861
|
msgstr ""
|
|
3727
3862
|
|
|
3863
|
+
msgid "Initialize"
|
|
3864
|
+
msgstr ""
|
|
3865
|
+
|
|
3728
3866
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3729
3867
|
msgstr ""
|
|
3730
3868
|
|
|
@@ -3800,9 +3938,15 @@ msgstr ""
|
|
|
3800
3938
|
msgid "Installing Package..."
|
|
3801
3939
|
msgstr ""
|
|
3802
3940
|
|
|
3941
|
+
msgid "Instance update"
|
|
3942
|
+
msgstr ""
|
|
3943
|
+
|
|
3803
3944
|
msgid "Instance-based"
|
|
3804
3945
|
msgstr ""
|
|
3805
3946
|
|
|
3947
|
+
msgid "Insufficient space for selected hosts"
|
|
3948
|
+
msgstr ""
|
|
3949
|
+
|
|
3806
3950
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3807
3951
|
msgstr ""
|
|
3808
3952
|
|
|
@@ -4037,6 +4181,15 @@ msgstr ""
|
|
|
4037
4181
|
msgid "Label of the flatpak remote"
|
|
4038
4182
|
msgstr ""
|
|
4039
4183
|
|
|
4184
|
+
msgid "Labels"
|
|
4185
|
+
msgstr ""
|
|
4186
|
+
|
|
4187
|
+
msgid "Labels and annotations"
|
|
4188
|
+
msgstr ""
|
|
4189
|
+
|
|
4190
|
+
msgid "Labels | Annotations"
|
|
4191
|
+
msgstr ""
|
|
4192
|
+
|
|
4040
4193
|
msgid "Last check-in:"
|
|
4041
4194
|
msgstr ""
|
|
4042
4195
|
|
|
@@ -4139,6 +4292,9 @@ msgstr ""
|
|
|
4139
4292
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4140
4293
|
msgstr ""
|
|
4141
4294
|
|
|
4295
|
+
msgid "Limit"
|
|
4296
|
+
msgstr ""
|
|
4297
|
+
|
|
4142
4298
|
msgid "Limit actions to content in the host's environment."
|
|
4143
4299
|
msgstr ""
|
|
4144
4300
|
|
|
@@ -4469,12 +4625,18 @@ msgstr ""
|
|
|
4469
4625
|
msgid "Manifest"
|
|
4470
4626
|
msgstr ""
|
|
4471
4627
|
|
|
4628
|
+
msgid "Manifest Details"
|
|
4629
|
+
msgstr ""
|
|
4630
|
+
|
|
4472
4631
|
msgid "Manifest History"
|
|
4473
4632
|
msgstr ""
|
|
4474
4633
|
|
|
4475
4634
|
msgid "Manifest deleted"
|
|
4476
4635
|
msgstr ""
|
|
4477
4636
|
|
|
4637
|
+
msgid "Manifest digest"
|
|
4638
|
+
msgstr ""
|
|
4639
|
+
|
|
4478
4640
|
msgid "Manifest does not have a valid subscription"
|
|
4479
4641
|
msgstr ""
|
|
4480
4642
|
|
|
@@ -4559,6 +4721,9 @@ msgstr "Message"
|
|
|
4559
4721
|
msgid "Messaging connection"
|
|
4560
4722
|
msgstr ""
|
|
4561
4723
|
|
|
4724
|
+
msgid "Metadata generate"
|
|
4725
|
+
msgstr ""
|
|
4726
|
+
|
|
4562
4727
|
msgid ""
|
|
4563
4728
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4564
4729
|
"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."
|
|
@@ -4597,6 +4762,9 @@ msgstr "Model"
|
|
|
4597
4762
|
msgid "Moderate"
|
|
4598
4763
|
msgstr ""
|
|
4599
4764
|
|
|
4765
|
+
msgid "Modified"
|
|
4766
|
+
msgstr ""
|
|
4767
|
+
|
|
4600
4768
|
msgid "Modify via remote execution"
|
|
4601
4769
|
msgstr ""
|
|
4602
4770
|
|
|
@@ -4624,6 +4792,15 @@ msgstr ""
|
|
|
4624
4792
|
msgid "Multi Content View Environment"
|
|
4625
4793
|
msgstr ""
|
|
4626
4794
|
|
|
4795
|
+
msgid "Multi copy all units"
|
|
4796
|
+
msgstr ""
|
|
4797
|
+
|
|
4798
|
+
msgid "Multi copy content"
|
|
4799
|
+
msgstr ""
|
|
4800
|
+
|
|
4801
|
+
msgid "Multi copy units"
|
|
4802
|
+
msgstr ""
|
|
4803
|
+
|
|
4627
4804
|
msgid "Multi-entitlement"
|
|
4628
4805
|
msgstr ""
|
|
4629
4806
|
|
|
@@ -4924,6 +5101,9 @@ msgstr ""
|
|
|
4924
5101
|
msgid "No items have been specified."
|
|
4925
5102
|
msgstr ""
|
|
4926
5103
|
|
|
5104
|
+
msgid "No labels"
|
|
5105
|
+
msgstr ""
|
|
5106
|
+
|
|
4927
5107
|
msgid "No manifest file uploaded"
|
|
4928
5108
|
msgstr ""
|
|
4929
5109
|
|
|
@@ -5263,6 +5443,9 @@ msgstr ""
|
|
|
5263
5443
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5264
5444
|
msgstr ""
|
|
5265
5445
|
|
|
5446
|
+
msgid "Organization must be specified when providing product by name."
|
|
5447
|
+
msgstr ""
|
|
5448
|
+
|
|
5266
5449
|
msgid "Organization not found"
|
|
5267
5450
|
msgstr ""
|
|
5268
5451
|
|
|
@@ -5664,6 +5847,9 @@ msgstr ""
|
|
|
5664
5847
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5665
5848
|
msgstr ""
|
|
5666
5849
|
|
|
5850
|
+
msgid "Product must be specified."
|
|
5851
|
+
msgstr ""
|
|
5852
|
+
|
|
5667
5853
|
msgid "Product name"
|
|
5668
5854
|
msgstr "Product name"
|
|
5669
5855
|
|
|
@@ -5826,6 +6012,9 @@ msgstr ""
|
|
|
5826
6012
|
msgid "Pulp task error"
|
|
5827
6013
|
msgstr ""
|
|
5828
6014
|
|
|
6015
|
+
msgid "Purge completed tasks"
|
|
6016
|
+
msgstr ""
|
|
6017
|
+
|
|
5829
6018
|
msgid "Python Package"
|
|
5830
6019
|
msgstr ""
|
|
5831
6020
|
|
|
@@ -5925,6 +6114,9 @@ msgstr ""
|
|
|
5925
6114
|
msgid "Reclaim Space"
|
|
5926
6115
|
msgstr ""
|
|
5927
6116
|
|
|
6117
|
+
msgid "Reclaim space"
|
|
6118
|
+
msgstr ""
|
|
6119
|
+
|
|
5928
6120
|
msgid "Reclaim space from On Demand repositories"
|
|
5929
6121
|
msgstr ""
|
|
5930
6122
|
|
|
@@ -5991,6 +6183,9 @@ msgstr ""
|
|
|
5991
6183
|
msgid "Refresh all alternate content sources"
|
|
5992
6184
|
msgstr ""
|
|
5993
6185
|
|
|
6186
|
+
msgid "Refresh all distributions"
|
|
6187
|
+
msgstr ""
|
|
6188
|
+
|
|
5994
6189
|
msgid "Refresh alternate content sources"
|
|
5995
6190
|
msgstr ""
|
|
5996
6191
|
|
|
@@ -6003,15 +6198,27 @@ msgstr ""
|
|
|
6003
6198
|
msgid "Refresh counts"
|
|
6004
6199
|
msgstr ""
|
|
6005
6200
|
|
|
6201
|
+
msgid "Refresh distribution"
|
|
6202
|
+
msgstr ""
|
|
6203
|
+
|
|
6006
6204
|
msgid "Refresh errata applicability"
|
|
6007
6205
|
msgstr ""
|
|
6008
6206
|
|
|
6207
|
+
msgid "Refresh if needed"
|
|
6208
|
+
msgstr ""
|
|
6209
|
+
|
|
6009
6210
|
msgid "Refresh package applicability"
|
|
6010
6211
|
msgstr ""
|
|
6011
6212
|
|
|
6012
6213
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6013
6214
|
msgstr ""
|
|
6014
6215
|
|
|
6216
|
+
msgid "Refresh remote"
|
|
6217
|
+
msgstr ""
|
|
6218
|
+
|
|
6219
|
+
msgid "Refresh repos"
|
|
6220
|
+
msgstr ""
|
|
6221
|
+
|
|
6015
6222
|
msgid "Refresh source"
|
|
6016
6223
|
msgstr ""
|
|
6017
6224
|
|
|
@@ -6054,6 +6261,9 @@ msgstr ""
|
|
|
6054
6261
|
msgid "Registry token expiration time"
|
|
6055
6262
|
msgstr ""
|
|
6056
6263
|
|
|
6264
|
+
msgid "Reindex subscriptions"
|
|
6265
|
+
msgstr ""
|
|
6266
|
+
|
|
6057
6267
|
msgid "Related composite content views"
|
|
6058
6268
|
msgstr ""
|
|
6059
6269
|
|
|
@@ -6129,6 +6339,9 @@ msgstr ""
|
|
|
6129
6339
|
msgid "Remove from environments"
|
|
6130
6340
|
msgstr ""
|
|
6131
6341
|
|
|
6342
|
+
msgid "Remove from host collections"
|
|
6343
|
+
msgstr ""
|
|
6344
|
+
|
|
6132
6345
|
msgid "Remove host from collections"
|
|
6133
6346
|
msgstr ""
|
|
6134
6347
|
|
|
@@ -6150,6 +6363,9 @@ msgstr ""
|
|
|
6150
6363
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6151
6364
|
msgstr ""
|
|
6152
6365
|
|
|
6366
|
+
msgid "Remove orphans"
|
|
6367
|
+
msgstr ""
|
|
6368
|
+
|
|
6153
6369
|
msgid "Remove package group via Katello interface"
|
|
6154
6370
|
msgstr ""
|
|
6155
6371
|
|
|
@@ -6165,12 +6381,24 @@ msgstr ""
|
|
|
6165
6381
|
msgid "Remove products from sync plan"
|
|
6166
6382
|
msgstr ""
|
|
6167
6383
|
|
|
6384
|
+
msgid "Remove rolling repo clone"
|
|
6385
|
+
msgstr ""
|
|
6386
|
+
|
|
6387
|
+
msgid "Remove units"
|
|
6388
|
+
msgstr ""
|
|
6389
|
+
|
|
6390
|
+
msgid "Remove unneeded repos"
|
|
6391
|
+
msgstr ""
|
|
6392
|
+
|
|
6168
6393
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6169
6394
|
msgstr ""
|
|
6170
6395
|
|
|
6171
6396
|
msgid "Remove versions from environments"
|
|
6172
6397
|
msgstr ""
|
|
6173
6398
|
|
|
6399
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6400
|
+
msgstr ""
|
|
6401
|
+
|
|
6174
6402
|
msgid "Removed component from content view"
|
|
6175
6403
|
msgstr ""
|
|
6176
6404
|
|
|
@@ -6189,6 +6417,9 @@ msgstr ""
|
|
|
6189
6417
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6190
6418
|
msgstr ""
|
|
6191
6419
|
|
|
6420
|
+
msgid "Repair"
|
|
6421
|
+
msgstr ""
|
|
6422
|
+
|
|
6192
6423
|
msgid "Replace content source on the target machine"
|
|
6193
6424
|
msgstr ""
|
|
6194
6425
|
|
|
@@ -6207,12 +6438,18 @@ msgstr ""
|
|
|
6207
6438
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6208
6439
|
msgstr ""
|
|
6209
6440
|
|
|
6441
|
+
msgid "Repositories certs reset"
|
|
6442
|
+
msgstr ""
|
|
6443
|
+
|
|
6210
6444
|
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."
|
|
6211
6445
|
msgstr ""
|
|
6212
6446
|
|
|
6213
6447
|
msgid "Repositories from published Content Views are not allowed."
|
|
6214
6448
|
msgstr ""
|
|
6215
6449
|
|
|
6450
|
+
msgid "Repositories gpg reset"
|
|
6451
|
+
msgstr ""
|
|
6452
|
+
|
|
6216
6453
|
msgid "Repository"
|
|
6217
6454
|
msgstr ""
|
|
6218
6455
|
|
|
@@ -6378,6 +6615,9 @@ msgstr ""
|
|
|
6378
6615
|
msgid "Result"
|
|
6379
6616
|
msgstr "Result"
|
|
6380
6617
|
|
|
6618
|
+
msgid "Retain build profile upon unregistration"
|
|
6619
|
+
msgstr ""
|
|
6620
|
+
|
|
6381
6621
|
msgid "Retrieve a single errata for a host"
|
|
6382
6622
|
msgstr ""
|
|
6383
6623
|
|
|
@@ -6570,6 +6810,21 @@ msgstr ""
|
|
|
6570
6810
|
msgid "Save Environments"
|
|
6571
6811
|
msgstr ""
|
|
6572
6812
|
|
|
6813
|
+
msgid "Save artifact"
|
|
6814
|
+
msgstr ""
|
|
6815
|
+
|
|
6816
|
+
msgid "Save distribution references"
|
|
6817
|
+
msgstr ""
|
|
6818
|
+
|
|
6819
|
+
msgid "Save publication"
|
|
6820
|
+
msgstr ""
|
|
6821
|
+
|
|
6822
|
+
msgid "Save version"
|
|
6823
|
+
msgstr ""
|
|
6824
|
+
|
|
6825
|
+
msgid "Save versions"
|
|
6826
|
+
msgstr ""
|
|
6827
|
+
|
|
6573
6828
|
msgid "Saving alternate content source..."
|
|
6574
6829
|
msgstr ""
|
|
6575
6830
|
|
|
@@ -6579,6 +6834,12 @@ msgstr ""
|
|
|
6579
6834
|
msgid "Scan a flatpak remote"
|
|
6580
6835
|
msgstr ""
|
|
6581
6836
|
|
|
6837
|
+
msgid "Scan cdn"
|
|
6838
|
+
msgstr ""
|
|
6839
|
+
|
|
6840
|
+
msgid "Scan remote"
|
|
6841
|
+
msgstr ""
|
|
6842
|
+
|
|
6582
6843
|
msgid "Schema version 1"
|
|
6583
6844
|
msgstr ""
|
|
6584
6845
|
|
|
@@ -6627,6 +6888,9 @@ msgstr ""
|
|
|
6627
6888
|
msgid "Security errata installable"
|
|
6628
6889
|
msgstr ""
|
|
6629
6890
|
|
|
6891
|
+
msgid "See child manifests"
|
|
6892
|
+
msgstr ""
|
|
6893
|
+
|
|
6630
6894
|
msgid "Select"
|
|
6631
6895
|
msgstr ""
|
|
6632
6896
|
|
|
@@ -6738,6 +7002,9 @@ msgstr ""
|
|
|
6738
7002
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6739
7003
|
msgstr ""
|
|
6740
7004
|
|
|
7005
|
+
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."
|
|
7006
|
+
msgstr ""
|
|
7007
|
+
|
|
6741
7008
|
msgid "Select hosts to assign to %s"
|
|
6742
7009
|
msgstr ""
|
|
6743
7010
|
|
|
@@ -6858,6 +7125,9 @@ msgstr "Severity"
|
|
|
6858
7125
|
msgid "Severity must be one of: %s"
|
|
6859
7126
|
msgstr ""
|
|
6860
7127
|
|
|
7128
|
+
msgid "Show ${remainingCount} more"
|
|
7129
|
+
msgstr ""
|
|
7130
|
+
|
|
6861
7131
|
msgid "Show %s"
|
|
6862
7132
|
msgstr ""
|
|
6863
7133
|
|
|
@@ -7341,9 +7611,6 @@ msgstr "Success"
|
|
|
7341
7611
|
msgid "Successfully added %s Host(s)."
|
|
7342
7612
|
msgstr ""
|
|
7343
7613
|
|
|
7344
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7345
|
-
msgstr ""
|
|
7346
|
-
|
|
7347
7614
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7348
7615
|
msgstr ""
|
|
7349
7616
|
|
|
@@ -7356,9 +7623,6 @@ msgstr ""
|
|
|
7356
7623
|
msgid "Successfully removed %s Host(s)."
|
|
7357
7624
|
msgstr ""
|
|
7358
7625
|
|
|
7359
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7360
|
-
msgstr ""
|
|
7361
|
-
|
|
7362
7626
|
msgid "Successfully synced capsule."
|
|
7363
7627
|
msgstr ""
|
|
7364
7628
|
|
|
@@ -7377,6 +7641,9 @@ msgstr ""
|
|
|
7377
7641
|
msgid "Supported Content Types"
|
|
7378
7642
|
msgstr ""
|
|
7379
7643
|
|
|
7644
|
+
msgid "Sync"
|
|
7645
|
+
msgstr ""
|
|
7646
|
+
|
|
7380
7647
|
msgid "Sync Canceled"
|
|
7381
7648
|
msgstr ""
|
|
7382
7649
|
|
|
@@ -7431,6 +7698,9 @@ msgstr ""
|
|
|
7431
7698
|
msgid "Sync all repositories for a product"
|
|
7432
7699
|
msgstr ""
|
|
7433
7700
|
|
|
7701
|
+
msgid "Sync capsule"
|
|
7702
|
+
msgstr ""
|
|
7703
|
+
|
|
7434
7704
|
msgid "Sync complete."
|
|
7435
7705
|
msgstr ""
|
|
7436
7706
|
|
|
@@ -7449,6 +7719,9 @@ msgstr ""
|
|
|
7449
7719
|
msgid "Sync state"
|
|
7450
7720
|
msgstr ""
|
|
7451
7721
|
|
|
7722
|
+
msgid "Syncable export"
|
|
7723
|
+
msgstr ""
|
|
7724
|
+
|
|
7452
7725
|
msgid "Synced"
|
|
7453
7726
|
msgstr ""
|
|
7454
7727
|
|
|
@@ -7458,9 +7731,6 @@ msgstr ""
|
|
|
7458
7731
|
msgid "Synced Content"
|
|
7459
7732
|
msgstr ""
|
|
7460
7733
|
|
|
7461
|
-
msgid "Synced container images content"
|
|
7462
|
-
msgstr ""
|
|
7463
|
-
|
|
7464
7734
|
msgid "Synchronize"
|
|
7465
7735
|
msgstr ""
|
|
7466
7736
|
|
|
@@ -7503,6 +7773,9 @@ msgstr ""
|
|
|
7503
7773
|
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."
|
|
7504
7774
|
msgstr ""
|
|
7505
7775
|
|
|
7776
|
+
msgid "Tag"
|
|
7777
|
+
msgstr ""
|
|
7778
|
+
|
|
7506
7779
|
msgid "Tag name"
|
|
7507
7780
|
msgstr ""
|
|
7508
7781
|
|
|
@@ -7957,6 +8230,9 @@ msgstr ""
|
|
|
7957
8230
|
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."
|
|
7958
8231
|
msgstr ""
|
|
7959
8232
|
|
|
8233
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8234
|
+
msgstr ""
|
|
8235
|
+
|
|
7960
8236
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
7961
8237
|
msgstr ""
|
|
7962
8238
|
|
|
@@ -8275,15 +8551,27 @@ msgstr ""
|
|
|
8275
8551
|
msgid "Update content counts for the smart proxy"
|
|
8276
8552
|
msgstr ""
|
|
8277
8553
|
|
|
8554
|
+
msgid "Update content urls"
|
|
8555
|
+
msgstr ""
|
|
8556
|
+
|
|
8278
8557
|
msgid "Update content view environments for host"
|
|
8279
8558
|
msgstr ""
|
|
8280
8559
|
|
|
8281
8560
|
msgid "Update content view environments for host %s"
|
|
8282
8561
|
msgstr ""
|
|
8283
8562
|
|
|
8563
|
+
msgid "Update distributions"
|
|
8564
|
+
msgstr ""
|
|
8565
|
+
|
|
8284
8566
|
msgid "Update hosts manually"
|
|
8285
8567
|
msgstr ""
|
|
8286
8568
|
|
|
8569
|
+
msgid "Update http proxy"
|
|
8570
|
+
msgstr ""
|
|
8571
|
+
|
|
8572
|
+
msgid "Update http proxy details"
|
|
8573
|
+
msgstr ""
|
|
8574
|
+
|
|
8287
8575
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8288
8576
|
msgstr ""
|
|
8289
8577
|
|
|
@@ -8299,12 +8587,21 @@ msgstr ""
|
|
|
8299
8587
|
msgid "Update packages via Katello interface"
|
|
8300
8588
|
msgstr ""
|
|
8301
8589
|
|
|
8590
|
+
msgid "Update redhat repository"
|
|
8591
|
+
msgstr ""
|
|
8592
|
+
|
|
8302
8593
|
msgid "Update release version for host"
|
|
8303
8594
|
msgstr ""
|
|
8304
8595
|
|
|
8305
8596
|
msgid "Update release version for host %s"
|
|
8306
8597
|
msgstr ""
|
|
8307
8598
|
|
|
8599
|
+
msgid "Update remote"
|
|
8600
|
+
msgstr ""
|
|
8601
|
+
|
|
8602
|
+
msgid "Update repository"
|
|
8603
|
+
msgstr ""
|
|
8604
|
+
|
|
8308
8605
|
msgid "Update services requiring restart"
|
|
8309
8606
|
msgstr ""
|
|
8310
8607
|
|
|
@@ -8395,6 +8692,12 @@ msgstr ""
|
|
|
8395
8692
|
msgid "Upload a subscription manifest"
|
|
8396
8693
|
msgstr ""
|
|
8397
8694
|
|
|
8695
|
+
msgid "Upload content"
|
|
8696
|
+
msgstr ""
|
|
8697
|
+
|
|
8698
|
+
msgid "Upload file"
|
|
8699
|
+
msgstr ""
|
|
8700
|
+
|
|
8398
8701
|
msgid "Upload into"
|
|
8399
8702
|
msgstr ""
|
|
8400
8703
|
|
|
@@ -8404,6 +8707,9 @@ msgstr ""
|
|
|
8404
8707
|
msgid "Upload request id"
|
|
8405
8708
|
msgstr ""
|
|
8406
8709
|
|
|
8710
|
+
msgid "Upload tag"
|
|
8711
|
+
msgstr ""
|
|
8712
|
+
|
|
8407
8713
|
msgid "Upstream Candlepin"
|
|
8408
8714
|
msgstr ""
|
|
8409
8715
|
|
|
@@ -8524,6 +8830,9 @@ msgstr ""
|
|
|
8524
8830
|
msgid "Verify SSL"
|
|
8525
8831
|
msgstr "Verify SSL"
|
|
8526
8832
|
|
|
8833
|
+
msgid "Verify checksum"
|
|
8834
|
+
msgstr ""
|
|
8835
|
+
|
|
8527
8836
|
msgid "Verify checksum for content on smart proxy"
|
|
8528
8837
|
msgstr ""
|
|
8529
8838
|
|
|
@@ -8617,6 +8926,15 @@ msgstr ""
|
|
|
8617
8926
|
msgid "View documentation"
|
|
8618
8927
|
msgstr ""
|
|
8619
8928
|
|
|
8929
|
+
msgid "View here"
|
|
8930
|
+
msgstr ""
|
|
8931
|
+
|
|
8932
|
+
msgid "View labels and annotations"
|
|
8933
|
+
msgstr ""
|
|
8934
|
+
|
|
8935
|
+
msgid "View labels and annotations for image "
|
|
8936
|
+
msgstr ""
|
|
8937
|
+
|
|
8620
8938
|
msgid "View matching content"
|
|
8621
8939
|
msgstr ""
|
|
8622
8940
|
|
|
@@ -8656,6 +8974,9 @@ msgstr ""
|
|
|
8656
8974
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8657
8975
|
msgstr ""
|
|
8658
8976
|
|
|
8977
|
+
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."
|
|
8978
|
+
msgstr ""
|
|
8979
|
+
|
|
8659
8980
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8660
8981
|
msgstr ""
|
|
8661
8982
|
|