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/de_DE/katello.po
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
#
|
|
14
14
|
msgid ""
|
|
15
15
|
msgstr ""
|
|
16
|
-
"Project-Id-Version: katello 4.19.0.
|
|
16
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
17
17
|
"Report-Msgid-Bugs-To: \n"
|
|
18
18
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
19
19
|
"Last-Translator: Arledrian <hvuzgr@gmail.com>, 2025\n"
|
|
@@ -120,6 +120,9 @@ msgstr ""
|
|
|
120
120
|
msgid "${selectedContentType} will appear here when created."
|
|
121
121
|
msgstr ""
|
|
122
122
|
|
|
123
|
+
msgid "${totalCount} labels and annotations"
|
|
124
|
+
msgstr ""
|
|
125
|
+
|
|
123
126
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
124
127
|
msgstr ""
|
|
125
128
|
|
|
@@ -473,6 +476,9 @@ msgstr ""
|
|
|
473
476
|
msgid "About page"
|
|
474
477
|
msgstr ""
|
|
475
478
|
|
|
479
|
+
msgid "Abstract async task"
|
|
480
|
+
msgstr ""
|
|
481
|
+
|
|
476
482
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
477
483
|
msgstr ""
|
|
478
484
|
|
|
@@ -620,6 +626,9 @@ msgstr ""
|
|
|
620
626
|
msgid "Add repositories with package groups to content view to select them here."
|
|
621
627
|
msgstr ""
|
|
622
628
|
|
|
629
|
+
msgid "Add rolling repo clone"
|
|
630
|
+
msgstr ""
|
|
631
|
+
|
|
623
632
|
msgid "Add rule"
|
|
624
633
|
msgstr ""
|
|
625
634
|
|
|
@@ -638,12 +647,18 @@ msgstr ""
|
|
|
638
647
|
msgid "Add to a host collection"
|
|
639
648
|
msgstr ""
|
|
640
649
|
|
|
650
|
+
msgid "Add to host collections"
|
|
651
|
+
msgstr ""
|
|
652
|
+
|
|
641
653
|
msgid "Added"
|
|
642
654
|
msgstr ""
|
|
643
655
|
|
|
644
656
|
msgid "Added %s"
|
|
645
657
|
msgstr ""
|
|
646
658
|
|
|
659
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
660
|
+
msgstr ""
|
|
661
|
+
|
|
647
662
|
msgid "Added Content:"
|
|
648
663
|
msgstr ""
|
|
649
664
|
|
|
@@ -686,6 +701,9 @@ msgstr ""
|
|
|
686
701
|
msgid "All errata up-to-date"
|
|
687
702
|
msgstr ""
|
|
688
703
|
|
|
704
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
705
|
+
msgstr ""
|
|
706
|
+
|
|
689
707
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
690
708
|
msgstr ""
|
|
691
709
|
|
|
@@ -771,6 +789,9 @@ msgid ""
|
|
|
771
789
|
"%{error_message}"
|
|
772
790
|
msgstr ""
|
|
773
791
|
|
|
792
|
+
msgid "An error occurred while updating host collections"
|
|
793
|
+
msgstr ""
|
|
794
|
+
|
|
774
795
|
msgid "An option to specify how many ostree commits to traverse."
|
|
775
796
|
msgstr ""
|
|
776
797
|
|
|
@@ -1058,6 +1079,9 @@ msgstr ""
|
|
|
1058
1079
|
msgid "Bookmarks marked as public are available to all users"
|
|
1059
1080
|
msgstr ""
|
|
1060
1081
|
|
|
1082
|
+
msgid "Bootable"
|
|
1083
|
+
msgstr ""
|
|
1084
|
+
|
|
1061
1085
|
msgid "Bootc rollback via Bootc interface"
|
|
1062
1086
|
msgstr ""
|
|
1063
1087
|
|
|
@@ -1382,6 +1406,9 @@ msgstr ""
|
|
|
1382
1406
|
msgid "Change content view environments"
|
|
1383
1407
|
msgstr ""
|
|
1384
1408
|
|
|
1409
|
+
msgid "Change host collections"
|
|
1410
|
+
msgstr ""
|
|
1411
|
+
|
|
1385
1412
|
msgid "Change host content source"
|
|
1386
1413
|
msgstr ""
|
|
1387
1414
|
|
|
@@ -1469,6 +1496,9 @@ msgstr ""
|
|
|
1469
1496
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1470
1497
|
msgstr ""
|
|
1471
1498
|
|
|
1499
|
+
msgid "Commit upload"
|
|
1500
|
+
msgstr ""
|
|
1501
|
+
|
|
1472
1502
|
msgid "Compare"
|
|
1473
1503
|
msgstr ""
|
|
1474
1504
|
|
|
@@ -1823,15 +1853,27 @@ msgstr ""
|
|
|
1823
1853
|
msgid "Copy"
|
|
1824
1854
|
msgstr ""
|
|
1825
1855
|
|
|
1856
|
+
msgid "Copy all units"
|
|
1857
|
+
msgstr ""
|
|
1858
|
+
|
|
1826
1859
|
msgid "Copy an activation key"
|
|
1827
1860
|
msgstr ""
|
|
1828
1861
|
|
|
1862
|
+
msgid "Copy content"
|
|
1863
|
+
msgstr ""
|
|
1864
|
+
|
|
1829
1865
|
msgid "Copy content view"
|
|
1830
1866
|
msgstr ""
|
|
1831
1867
|
|
|
1832
1868
|
msgid "Copy to clipboard"
|
|
1833
1869
|
msgstr ""
|
|
1834
1870
|
|
|
1871
|
+
msgid "Copy version"
|
|
1872
|
+
msgstr ""
|
|
1873
|
+
|
|
1874
|
+
msgid "Copy version units to library"
|
|
1875
|
+
msgstr ""
|
|
1876
|
+
|
|
1835
1877
|
msgid "Cores per socket"
|
|
1836
1878
|
msgstr ""
|
|
1837
1879
|
|
|
@@ -2045,18 +2087,36 @@ msgstr ""
|
|
|
2045
2087
|
msgid "Create content view"
|
|
2046
2088
|
msgstr ""
|
|
2047
2089
|
|
|
2090
|
+
msgid "Create exporter"
|
|
2091
|
+
msgstr ""
|
|
2092
|
+
|
|
2048
2093
|
msgid "Create filter"
|
|
2049
2094
|
msgstr ""
|
|
2050
2095
|
|
|
2051
2096
|
msgid "Create host collection"
|
|
2052
2097
|
msgstr ""
|
|
2053
2098
|
|
|
2099
|
+
msgid "Create import"
|
|
2100
|
+
msgstr ""
|
|
2101
|
+
|
|
2102
|
+
msgid "Create importer"
|
|
2103
|
+
msgstr ""
|
|
2104
|
+
|
|
2054
2105
|
msgid "Create new activation key"
|
|
2055
2106
|
msgstr ""
|
|
2056
2107
|
|
|
2057
2108
|
msgid "Create organization"
|
|
2058
2109
|
msgstr ""
|
|
2059
2110
|
|
|
2111
|
+
msgid "Create publication"
|
|
2112
|
+
msgstr ""
|
|
2113
|
+
|
|
2114
|
+
msgid "Create remote"
|
|
2115
|
+
msgstr ""
|
|
2116
|
+
|
|
2117
|
+
msgid "Creation"
|
|
2118
|
+
msgstr ""
|
|
2119
|
+
|
|
2060
2120
|
msgid "Credentials"
|
|
2061
2121
|
msgstr ""
|
|
2062
2122
|
|
|
@@ -2318,12 +2378,36 @@ msgstr ""
|
|
|
2318
2378
|
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."
|
|
2319
2379
|
msgstr ""
|
|
2320
2380
|
|
|
2381
|
+
msgid "Delete distributions"
|
|
2382
|
+
msgstr ""
|
|
2383
|
+
|
|
2321
2384
|
msgid "Delete manifest from Red Hat provider"
|
|
2322
2385
|
msgstr ""
|
|
2323
2386
|
|
|
2324
2387
|
msgid "Delete multiple filters from a content view"
|
|
2325
2388
|
msgstr ""
|
|
2326
2389
|
|
|
2390
|
+
msgid "Delete orphan alternate content sources"
|
|
2391
|
+
msgstr ""
|
|
2392
|
+
|
|
2393
|
+
msgid "Delete orphan distributions"
|
|
2394
|
+
msgstr ""
|
|
2395
|
+
|
|
2396
|
+
msgid "Delete orphan remotes"
|
|
2397
|
+
msgstr ""
|
|
2398
|
+
|
|
2399
|
+
msgid "Delete orphan repository versions"
|
|
2400
|
+
msgstr ""
|
|
2401
|
+
|
|
2402
|
+
msgid "Delete orphaned migrated repositories"
|
|
2403
|
+
msgstr ""
|
|
2404
|
+
|
|
2405
|
+
msgid "Delete remote"
|
|
2406
|
+
msgstr ""
|
|
2407
|
+
|
|
2408
|
+
msgid "Delete repository references"
|
|
2409
|
+
msgstr ""
|
|
2410
|
+
|
|
2327
2411
|
msgid "Delete version"
|
|
2328
2412
|
msgstr ""
|
|
2329
2413
|
|
|
@@ -2423,6 +2507,12 @@ msgstr ""
|
|
|
2423
2507
|
msgid "Destroy an environment in an organization"
|
|
2424
2508
|
msgstr ""
|
|
2425
2509
|
|
|
2510
|
+
msgid "Destroy exporter"
|
|
2511
|
+
msgstr ""
|
|
2512
|
+
|
|
2513
|
+
msgid "Destroy importer"
|
|
2514
|
+
msgstr ""
|
|
2515
|
+
|
|
2426
2516
|
msgid "Destroy one or more alternate content sources"
|
|
2427
2517
|
msgstr ""
|
|
2428
2518
|
|
|
@@ -2468,6 +2558,9 @@ msgstr ""
|
|
|
2468
2558
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2469
2559
|
msgstr ""
|
|
2470
2560
|
|
|
2561
|
+
msgid "Discover"
|
|
2562
|
+
msgstr ""
|
|
2563
|
+
|
|
2471
2564
|
msgid "Discover Repositories"
|
|
2472
2565
|
msgstr ""
|
|
2473
2566
|
|
|
@@ -2603,9 +2696,6 @@ msgstr ""
|
|
|
2603
2696
|
msgid "Enable repository sets"
|
|
2604
2697
|
msgstr ""
|
|
2605
2698
|
|
|
2606
|
-
msgid "Enable structured APT for deb content"
|
|
2607
|
-
msgstr ""
|
|
2608
|
-
|
|
2609
2699
|
msgid "Enable/Disable auto publish of composite view"
|
|
2610
2700
|
msgstr ""
|
|
2611
2701
|
|
|
@@ -2666,6 +2756,9 @@ msgstr ""
|
|
|
2666
2756
|
msgid "Environment cannot be in its own promotion path"
|
|
2667
2757
|
msgstr ""
|
|
2668
2758
|
|
|
2759
|
+
msgid "Environment contents refresh"
|
|
2760
|
+
msgstr ""
|
|
2761
|
+
|
|
2669
2762
|
msgid "Environment identifier"
|
|
2670
2763
|
msgstr ""
|
|
2671
2764
|
|
|
@@ -2705,6 +2798,9 @@ msgstr ""
|
|
|
2705
2798
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2706
2799
|
msgstr ""
|
|
2707
2800
|
|
|
2801
|
+
msgid "Errata mail"
|
|
2802
|
+
msgstr ""
|
|
2803
|
+
|
|
2708
2804
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2709
2805
|
msgstr ""
|
|
2710
2806
|
|
|
@@ -2870,6 +2966,9 @@ msgstr ""
|
|
|
2870
2966
|
msgid "Fetch installable errata for one or more hosts."
|
|
2871
2967
|
msgstr ""
|
|
2872
2968
|
|
|
2969
|
+
msgid "Fetch pxe files"
|
|
2970
|
+
msgstr ""
|
|
2971
|
+
|
|
2873
2972
|
msgid "Fetch traces for one or more hosts"
|
|
2874
2973
|
msgstr ""
|
|
2875
2974
|
|
|
@@ -2963,6 +3062,9 @@ msgstr ""
|
|
|
2963
3062
|
msgid "Filter versions that are components in the specified composite version"
|
|
2964
3063
|
msgstr ""
|
|
2965
3064
|
|
|
3065
|
+
msgid "Filtered index content"
|
|
3066
|
+
msgstr ""
|
|
3067
|
+
|
|
2966
3068
|
msgid "Filters"
|
|
2967
3069
|
msgstr "Filter"
|
|
2968
3070
|
|
|
@@ -2984,6 +3086,9 @@ msgstr ""
|
|
|
2984
3086
|
msgid "Finished"
|
|
2985
3087
|
msgstr ""
|
|
2986
3088
|
|
|
3089
|
+
msgid "Flatpak"
|
|
3090
|
+
msgstr ""
|
|
3091
|
+
|
|
2987
3092
|
msgid "Flatpak Remote ${name} created"
|
|
2988
3093
|
msgstr ""
|
|
2989
3094
|
|
|
@@ -3076,6 +3181,9 @@ msgstr ""
|
|
|
3076
3181
|
msgid "Generate host applicability"
|
|
3077
3182
|
msgstr ""
|
|
3078
3183
|
|
|
3184
|
+
msgid "Generate metadata"
|
|
3185
|
+
msgstr ""
|
|
3186
|
+
|
|
3079
3187
|
msgid "Generate repository applicability"
|
|
3080
3188
|
msgstr ""
|
|
3081
3189
|
|
|
@@ -3316,6 +3424,12 @@ msgstr ""
|
|
|
3316
3424
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3317
3425
|
msgstr ""
|
|
3318
3426
|
|
|
3427
|
+
msgid "Hypervisors"
|
|
3428
|
+
msgstr ""
|
|
3429
|
+
|
|
3430
|
+
msgid "Hypervisors update"
|
|
3431
|
+
msgstr ""
|
|
3432
|
+
|
|
3319
3433
|
msgid "ID"
|
|
3320
3434
|
msgstr "ID"
|
|
3321
3435
|
|
|
@@ -3504,9 +3618,6 @@ msgstr ""
|
|
|
3504
3618
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3505
3619
|
msgstr ""
|
|
3506
3620
|
|
|
3507
|
-
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'."
|
|
3508
|
-
msgstr ""
|
|
3509
|
-
|
|
3510
3621
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3511
3622
|
msgstr ""
|
|
3512
3623
|
|
|
@@ -3636,6 +3747,9 @@ msgstr ""
|
|
|
3636
3747
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3637
3748
|
msgstr ""
|
|
3638
3749
|
|
|
3750
|
+
msgid "Import migration"
|
|
3751
|
+
msgstr ""
|
|
3752
|
+
|
|
3639
3753
|
msgid "Import new manifest"
|
|
3640
3754
|
msgstr ""
|
|
3641
3755
|
|
|
@@ -3645,6 +3759,12 @@ msgstr ""
|
|
|
3645
3759
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3646
3760
|
msgstr ""
|
|
3647
3761
|
|
|
3762
|
+
msgid "Import repository upload"
|
|
3763
|
+
msgstr ""
|
|
3764
|
+
|
|
3765
|
+
msgid "Import upload"
|
|
3766
|
+
msgstr ""
|
|
3767
|
+
|
|
3648
3768
|
msgid "Import uploads into a repository"
|
|
3649
3769
|
msgstr ""
|
|
3650
3770
|
|
|
@@ -3711,6 +3831,9 @@ msgstr ""
|
|
|
3711
3831
|
msgid "Incremental Update incomplete."
|
|
3712
3832
|
msgstr ""
|
|
3713
3833
|
|
|
3834
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3835
|
+
msgstr ""
|
|
3836
|
+
|
|
3714
3837
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3715
3838
|
msgstr ""
|
|
3716
3839
|
|
|
@@ -3723,12 +3846,27 @@ msgstr ""
|
|
|
3723
3846
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3724
3847
|
msgstr ""
|
|
3725
3848
|
|
|
3849
|
+
msgid "Index content"
|
|
3850
|
+
msgstr ""
|
|
3851
|
+
|
|
3852
|
+
msgid "Index errata"
|
|
3853
|
+
msgstr ""
|
|
3854
|
+
|
|
3855
|
+
msgid "Index module streams"
|
|
3856
|
+
msgstr ""
|
|
3857
|
+
|
|
3858
|
+
msgid "Index package groups"
|
|
3859
|
+
msgstr ""
|
|
3860
|
+
|
|
3726
3861
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3727
3862
|
msgstr ""
|
|
3728
3863
|
|
|
3729
3864
|
msgid "Inherit from Repository"
|
|
3730
3865
|
msgstr ""
|
|
3731
3866
|
|
|
3867
|
+
msgid "Initialize"
|
|
3868
|
+
msgstr ""
|
|
3869
|
+
|
|
3732
3870
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3733
3871
|
msgstr ""
|
|
3734
3872
|
|
|
@@ -3804,9 +3942,15 @@ msgstr ""
|
|
|
3804
3942
|
msgid "Installing Package..."
|
|
3805
3943
|
msgstr ""
|
|
3806
3944
|
|
|
3945
|
+
msgid "Instance update"
|
|
3946
|
+
msgstr ""
|
|
3947
|
+
|
|
3807
3948
|
msgid "Instance-based"
|
|
3808
3949
|
msgstr ""
|
|
3809
3950
|
|
|
3951
|
+
msgid "Insufficient space for selected hosts"
|
|
3952
|
+
msgstr ""
|
|
3953
|
+
|
|
3810
3954
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3811
3955
|
msgstr ""
|
|
3812
3956
|
|
|
@@ -4041,6 +4185,15 @@ msgstr ""
|
|
|
4041
4185
|
msgid "Label of the flatpak remote"
|
|
4042
4186
|
msgstr ""
|
|
4043
4187
|
|
|
4188
|
+
msgid "Labels"
|
|
4189
|
+
msgstr ""
|
|
4190
|
+
|
|
4191
|
+
msgid "Labels and annotations"
|
|
4192
|
+
msgstr ""
|
|
4193
|
+
|
|
4194
|
+
msgid "Labels | Annotations"
|
|
4195
|
+
msgstr ""
|
|
4196
|
+
|
|
4044
4197
|
msgid "Last check-in:"
|
|
4045
4198
|
msgstr ""
|
|
4046
4199
|
|
|
@@ -4143,6 +4296,9 @@ msgstr ""
|
|
|
4143
4296
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4144
4297
|
msgstr ""
|
|
4145
4298
|
|
|
4299
|
+
msgid "Limit"
|
|
4300
|
+
msgstr ""
|
|
4301
|
+
|
|
4146
4302
|
msgid "Limit actions to content in the host's environment."
|
|
4147
4303
|
msgstr ""
|
|
4148
4304
|
|
|
@@ -4473,12 +4629,18 @@ msgstr ""
|
|
|
4473
4629
|
msgid "Manifest"
|
|
4474
4630
|
msgstr ""
|
|
4475
4631
|
|
|
4632
|
+
msgid "Manifest Details"
|
|
4633
|
+
msgstr ""
|
|
4634
|
+
|
|
4476
4635
|
msgid "Manifest History"
|
|
4477
4636
|
msgstr ""
|
|
4478
4637
|
|
|
4479
4638
|
msgid "Manifest deleted"
|
|
4480
4639
|
msgstr ""
|
|
4481
4640
|
|
|
4641
|
+
msgid "Manifest digest"
|
|
4642
|
+
msgstr ""
|
|
4643
|
+
|
|
4482
4644
|
msgid "Manifest does not have a valid subscription"
|
|
4483
4645
|
msgstr ""
|
|
4484
4646
|
|
|
@@ -4563,6 +4725,9 @@ msgstr ""
|
|
|
4563
4725
|
msgid "Messaging connection"
|
|
4564
4726
|
msgstr ""
|
|
4565
4727
|
|
|
4728
|
+
msgid "Metadata generate"
|
|
4729
|
+
msgstr ""
|
|
4730
|
+
|
|
4566
4731
|
msgid ""
|
|
4567
4732
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4568
4733
|
"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."
|
|
@@ -4601,6 +4766,9 @@ msgstr "Modell"
|
|
|
4601
4766
|
msgid "Moderate"
|
|
4602
4767
|
msgstr ""
|
|
4603
4768
|
|
|
4769
|
+
msgid "Modified"
|
|
4770
|
+
msgstr ""
|
|
4771
|
+
|
|
4604
4772
|
msgid "Modify via remote execution"
|
|
4605
4773
|
msgstr ""
|
|
4606
4774
|
|
|
@@ -4628,6 +4796,15 @@ msgstr ""
|
|
|
4628
4796
|
msgid "Multi Content View Environment"
|
|
4629
4797
|
msgstr ""
|
|
4630
4798
|
|
|
4799
|
+
msgid "Multi copy all units"
|
|
4800
|
+
msgstr ""
|
|
4801
|
+
|
|
4802
|
+
msgid "Multi copy content"
|
|
4803
|
+
msgstr ""
|
|
4804
|
+
|
|
4805
|
+
msgid "Multi copy units"
|
|
4806
|
+
msgstr ""
|
|
4807
|
+
|
|
4631
4808
|
msgid "Multi-entitlement"
|
|
4632
4809
|
msgstr ""
|
|
4633
4810
|
|
|
@@ -4928,6 +5105,9 @@ msgstr ""
|
|
|
4928
5105
|
msgid "No items have been specified."
|
|
4929
5106
|
msgstr ""
|
|
4930
5107
|
|
|
5108
|
+
msgid "No labels"
|
|
5109
|
+
msgstr ""
|
|
5110
|
+
|
|
4931
5111
|
msgid "No manifest file uploaded"
|
|
4932
5112
|
msgstr ""
|
|
4933
5113
|
|
|
@@ -5267,6 +5447,9 @@ msgstr ""
|
|
|
5267
5447
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5268
5448
|
msgstr ""
|
|
5269
5449
|
|
|
5450
|
+
msgid "Organization must be specified when providing product by name."
|
|
5451
|
+
msgstr ""
|
|
5452
|
+
|
|
5270
5453
|
msgid "Organization not found"
|
|
5271
5454
|
msgstr ""
|
|
5272
5455
|
|
|
@@ -5668,6 +5851,9 @@ msgstr ""
|
|
|
5668
5851
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5669
5852
|
msgstr ""
|
|
5670
5853
|
|
|
5854
|
+
msgid "Product must be specified."
|
|
5855
|
+
msgstr ""
|
|
5856
|
+
|
|
5671
5857
|
msgid "Product name"
|
|
5672
5858
|
msgstr ""
|
|
5673
5859
|
|
|
@@ -5830,6 +6016,9 @@ msgstr ""
|
|
|
5830
6016
|
msgid "Pulp task error"
|
|
5831
6017
|
msgstr ""
|
|
5832
6018
|
|
|
6019
|
+
msgid "Purge completed tasks"
|
|
6020
|
+
msgstr ""
|
|
6021
|
+
|
|
5833
6022
|
msgid "Python Package"
|
|
5834
6023
|
msgstr ""
|
|
5835
6024
|
|
|
@@ -5929,6 +6118,9 @@ msgstr ""
|
|
|
5929
6118
|
msgid "Reclaim Space"
|
|
5930
6119
|
msgstr ""
|
|
5931
6120
|
|
|
6121
|
+
msgid "Reclaim space"
|
|
6122
|
+
msgstr ""
|
|
6123
|
+
|
|
5932
6124
|
msgid "Reclaim space from On Demand repositories"
|
|
5933
6125
|
msgstr ""
|
|
5934
6126
|
|
|
@@ -5995,6 +6187,9 @@ msgstr ""
|
|
|
5995
6187
|
msgid "Refresh all alternate content sources"
|
|
5996
6188
|
msgstr ""
|
|
5997
6189
|
|
|
6190
|
+
msgid "Refresh all distributions"
|
|
6191
|
+
msgstr ""
|
|
6192
|
+
|
|
5998
6193
|
msgid "Refresh alternate content sources"
|
|
5999
6194
|
msgstr ""
|
|
6000
6195
|
|
|
@@ -6007,15 +6202,27 @@ msgstr ""
|
|
|
6007
6202
|
msgid "Refresh counts"
|
|
6008
6203
|
msgstr ""
|
|
6009
6204
|
|
|
6205
|
+
msgid "Refresh distribution"
|
|
6206
|
+
msgstr ""
|
|
6207
|
+
|
|
6010
6208
|
msgid "Refresh errata applicability"
|
|
6011
6209
|
msgstr ""
|
|
6012
6210
|
|
|
6211
|
+
msgid "Refresh if needed"
|
|
6212
|
+
msgstr ""
|
|
6213
|
+
|
|
6013
6214
|
msgid "Refresh package applicability"
|
|
6014
6215
|
msgstr ""
|
|
6015
6216
|
|
|
6016
6217
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6017
6218
|
msgstr ""
|
|
6018
6219
|
|
|
6220
|
+
msgid "Refresh remote"
|
|
6221
|
+
msgstr ""
|
|
6222
|
+
|
|
6223
|
+
msgid "Refresh repos"
|
|
6224
|
+
msgstr ""
|
|
6225
|
+
|
|
6019
6226
|
msgid "Refresh source"
|
|
6020
6227
|
msgstr ""
|
|
6021
6228
|
|
|
@@ -6058,6 +6265,9 @@ msgstr ""
|
|
|
6058
6265
|
msgid "Registry token expiration time"
|
|
6059
6266
|
msgstr ""
|
|
6060
6267
|
|
|
6268
|
+
msgid "Reindex subscriptions"
|
|
6269
|
+
msgstr ""
|
|
6270
|
+
|
|
6061
6271
|
msgid "Related composite content views"
|
|
6062
6272
|
msgstr ""
|
|
6063
6273
|
|
|
@@ -6133,6 +6343,9 @@ msgstr ""
|
|
|
6133
6343
|
msgid "Remove from environments"
|
|
6134
6344
|
msgstr ""
|
|
6135
6345
|
|
|
6346
|
+
msgid "Remove from host collections"
|
|
6347
|
+
msgstr ""
|
|
6348
|
+
|
|
6136
6349
|
msgid "Remove host from collections"
|
|
6137
6350
|
msgstr ""
|
|
6138
6351
|
|
|
@@ -6154,6 +6367,9 @@ msgstr ""
|
|
|
6154
6367
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6155
6368
|
msgstr ""
|
|
6156
6369
|
|
|
6370
|
+
msgid "Remove orphans"
|
|
6371
|
+
msgstr ""
|
|
6372
|
+
|
|
6157
6373
|
msgid "Remove package group via Katello interface"
|
|
6158
6374
|
msgstr ""
|
|
6159
6375
|
|
|
@@ -6169,12 +6385,24 @@ msgstr ""
|
|
|
6169
6385
|
msgid "Remove products from sync plan"
|
|
6170
6386
|
msgstr ""
|
|
6171
6387
|
|
|
6388
|
+
msgid "Remove rolling repo clone"
|
|
6389
|
+
msgstr ""
|
|
6390
|
+
|
|
6391
|
+
msgid "Remove units"
|
|
6392
|
+
msgstr ""
|
|
6393
|
+
|
|
6394
|
+
msgid "Remove unneeded repos"
|
|
6395
|
+
msgstr ""
|
|
6396
|
+
|
|
6172
6397
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6173
6398
|
msgstr ""
|
|
6174
6399
|
|
|
6175
6400
|
msgid "Remove versions from environments"
|
|
6176
6401
|
msgstr ""
|
|
6177
6402
|
|
|
6403
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6404
|
+
msgstr ""
|
|
6405
|
+
|
|
6178
6406
|
msgid "Removed component from content view"
|
|
6179
6407
|
msgstr ""
|
|
6180
6408
|
|
|
@@ -6193,6 +6421,9 @@ msgstr ""
|
|
|
6193
6421
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6194
6422
|
msgstr ""
|
|
6195
6423
|
|
|
6424
|
+
msgid "Repair"
|
|
6425
|
+
msgstr ""
|
|
6426
|
+
|
|
6196
6427
|
msgid "Replace content source on the target machine"
|
|
6197
6428
|
msgstr ""
|
|
6198
6429
|
|
|
@@ -6211,12 +6442,18 @@ msgstr ""
|
|
|
6211
6442
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6212
6443
|
msgstr ""
|
|
6213
6444
|
|
|
6445
|
+
msgid "Repositories certs reset"
|
|
6446
|
+
msgstr ""
|
|
6447
|
+
|
|
6214
6448
|
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."
|
|
6215
6449
|
msgstr ""
|
|
6216
6450
|
|
|
6217
6451
|
msgid "Repositories from published Content Views are not allowed."
|
|
6218
6452
|
msgstr ""
|
|
6219
6453
|
|
|
6454
|
+
msgid "Repositories gpg reset"
|
|
6455
|
+
msgstr ""
|
|
6456
|
+
|
|
6220
6457
|
msgid "Repository"
|
|
6221
6458
|
msgstr ""
|
|
6222
6459
|
|
|
@@ -6382,6 +6619,9 @@ msgstr ""
|
|
|
6382
6619
|
msgid "Result"
|
|
6383
6620
|
msgstr ""
|
|
6384
6621
|
|
|
6622
|
+
msgid "Retain build profile upon unregistration"
|
|
6623
|
+
msgstr ""
|
|
6624
|
+
|
|
6385
6625
|
msgid "Retrieve a single errata for a host"
|
|
6386
6626
|
msgstr ""
|
|
6387
6627
|
|
|
@@ -6574,6 +6814,21 @@ msgstr "Speichern"
|
|
|
6574
6814
|
msgid "Save Environments"
|
|
6575
6815
|
msgstr ""
|
|
6576
6816
|
|
|
6817
|
+
msgid "Save artifact"
|
|
6818
|
+
msgstr ""
|
|
6819
|
+
|
|
6820
|
+
msgid "Save distribution references"
|
|
6821
|
+
msgstr ""
|
|
6822
|
+
|
|
6823
|
+
msgid "Save publication"
|
|
6824
|
+
msgstr ""
|
|
6825
|
+
|
|
6826
|
+
msgid "Save version"
|
|
6827
|
+
msgstr ""
|
|
6828
|
+
|
|
6829
|
+
msgid "Save versions"
|
|
6830
|
+
msgstr ""
|
|
6831
|
+
|
|
6577
6832
|
msgid "Saving alternate content source..."
|
|
6578
6833
|
msgstr ""
|
|
6579
6834
|
|
|
@@ -6583,6 +6838,12 @@ msgstr ""
|
|
|
6583
6838
|
msgid "Scan a flatpak remote"
|
|
6584
6839
|
msgstr ""
|
|
6585
6840
|
|
|
6841
|
+
msgid "Scan cdn"
|
|
6842
|
+
msgstr ""
|
|
6843
|
+
|
|
6844
|
+
msgid "Scan remote"
|
|
6845
|
+
msgstr ""
|
|
6846
|
+
|
|
6586
6847
|
msgid "Schema version 1"
|
|
6587
6848
|
msgstr ""
|
|
6588
6849
|
|
|
@@ -6631,6 +6892,9 @@ msgstr ""
|
|
|
6631
6892
|
msgid "Security errata installable"
|
|
6632
6893
|
msgstr ""
|
|
6633
6894
|
|
|
6895
|
+
msgid "See child manifests"
|
|
6896
|
+
msgstr ""
|
|
6897
|
+
|
|
6634
6898
|
msgid "Select"
|
|
6635
6899
|
msgstr ""
|
|
6636
6900
|
|
|
@@ -6742,6 +7006,9 @@ msgstr ""
|
|
|
6742
7006
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6743
7007
|
msgstr ""
|
|
6744
7008
|
|
|
7009
|
+
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."
|
|
7010
|
+
msgstr ""
|
|
7011
|
+
|
|
6745
7012
|
msgid "Select hosts to assign to %s"
|
|
6746
7013
|
msgstr ""
|
|
6747
7014
|
|
|
@@ -6862,6 +7129,9 @@ msgstr ""
|
|
|
6862
7129
|
msgid "Severity must be one of: %s"
|
|
6863
7130
|
msgstr ""
|
|
6864
7131
|
|
|
7132
|
+
msgid "Show ${remainingCount} more"
|
|
7133
|
+
msgstr ""
|
|
7134
|
+
|
|
6865
7135
|
msgid "Show %s"
|
|
6866
7136
|
msgstr ""
|
|
6867
7137
|
|
|
@@ -7345,9 +7615,6 @@ msgstr "Erfolgreich"
|
|
|
7345
7615
|
msgid "Successfully added %s Host(s)."
|
|
7346
7616
|
msgstr ""
|
|
7347
7617
|
|
|
7348
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7349
|
-
msgstr ""
|
|
7350
|
-
|
|
7351
7618
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7352
7619
|
msgstr ""
|
|
7353
7620
|
|
|
@@ -7360,9 +7627,6 @@ msgstr ""
|
|
|
7360
7627
|
msgid "Successfully removed %s Host(s)."
|
|
7361
7628
|
msgstr ""
|
|
7362
7629
|
|
|
7363
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7364
|
-
msgstr ""
|
|
7365
|
-
|
|
7366
7630
|
msgid "Successfully synced capsule."
|
|
7367
7631
|
msgstr ""
|
|
7368
7632
|
|
|
@@ -7381,6 +7645,9 @@ msgstr ""
|
|
|
7381
7645
|
msgid "Supported Content Types"
|
|
7382
7646
|
msgstr ""
|
|
7383
7647
|
|
|
7648
|
+
msgid "Sync"
|
|
7649
|
+
msgstr ""
|
|
7650
|
+
|
|
7384
7651
|
msgid "Sync Canceled"
|
|
7385
7652
|
msgstr ""
|
|
7386
7653
|
|
|
@@ -7435,6 +7702,9 @@ msgstr ""
|
|
|
7435
7702
|
msgid "Sync all repositories for a product"
|
|
7436
7703
|
msgstr ""
|
|
7437
7704
|
|
|
7705
|
+
msgid "Sync capsule"
|
|
7706
|
+
msgstr ""
|
|
7707
|
+
|
|
7438
7708
|
msgid "Sync complete."
|
|
7439
7709
|
msgstr ""
|
|
7440
7710
|
|
|
@@ -7453,6 +7723,9 @@ msgstr ""
|
|
|
7453
7723
|
msgid "Sync state"
|
|
7454
7724
|
msgstr ""
|
|
7455
7725
|
|
|
7726
|
+
msgid "Syncable export"
|
|
7727
|
+
msgstr ""
|
|
7728
|
+
|
|
7456
7729
|
msgid "Synced"
|
|
7457
7730
|
msgstr ""
|
|
7458
7731
|
|
|
@@ -7462,9 +7735,6 @@ msgstr ""
|
|
|
7462
7735
|
msgid "Synced Content"
|
|
7463
7736
|
msgstr ""
|
|
7464
7737
|
|
|
7465
|
-
msgid "Synced container images content"
|
|
7466
|
-
msgstr ""
|
|
7467
|
-
|
|
7468
7738
|
msgid "Synchronize"
|
|
7469
7739
|
msgstr ""
|
|
7470
7740
|
|
|
@@ -7507,6 +7777,9 @@ msgstr ""
|
|
|
7507
7777
|
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."
|
|
7508
7778
|
msgstr ""
|
|
7509
7779
|
|
|
7780
|
+
msgid "Tag"
|
|
7781
|
+
msgstr ""
|
|
7782
|
+
|
|
7510
7783
|
msgid "Tag name"
|
|
7511
7784
|
msgstr ""
|
|
7512
7785
|
|
|
@@ -7961,6 +8234,9 @@ msgstr ""
|
|
|
7961
8234
|
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."
|
|
7962
8235
|
msgstr ""
|
|
7963
8236
|
|
|
8237
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8238
|
+
msgstr ""
|
|
8239
|
+
|
|
7964
8240
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
7965
8241
|
msgstr ""
|
|
7966
8242
|
|
|
@@ -8279,15 +8555,27 @@ msgstr ""
|
|
|
8279
8555
|
msgid "Update content counts for the smart proxy"
|
|
8280
8556
|
msgstr ""
|
|
8281
8557
|
|
|
8558
|
+
msgid "Update content urls"
|
|
8559
|
+
msgstr ""
|
|
8560
|
+
|
|
8282
8561
|
msgid "Update content view environments for host"
|
|
8283
8562
|
msgstr ""
|
|
8284
8563
|
|
|
8285
8564
|
msgid "Update content view environments for host %s"
|
|
8286
8565
|
msgstr ""
|
|
8287
8566
|
|
|
8567
|
+
msgid "Update distributions"
|
|
8568
|
+
msgstr ""
|
|
8569
|
+
|
|
8288
8570
|
msgid "Update hosts manually"
|
|
8289
8571
|
msgstr ""
|
|
8290
8572
|
|
|
8573
|
+
msgid "Update http proxy"
|
|
8574
|
+
msgstr ""
|
|
8575
|
+
|
|
8576
|
+
msgid "Update http proxy details"
|
|
8577
|
+
msgstr ""
|
|
8578
|
+
|
|
8291
8579
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8292
8580
|
msgstr ""
|
|
8293
8581
|
|
|
@@ -8303,12 +8591,21 @@ msgstr ""
|
|
|
8303
8591
|
msgid "Update packages via Katello interface"
|
|
8304
8592
|
msgstr ""
|
|
8305
8593
|
|
|
8594
|
+
msgid "Update redhat repository"
|
|
8595
|
+
msgstr ""
|
|
8596
|
+
|
|
8306
8597
|
msgid "Update release version for host"
|
|
8307
8598
|
msgstr ""
|
|
8308
8599
|
|
|
8309
8600
|
msgid "Update release version for host %s"
|
|
8310
8601
|
msgstr ""
|
|
8311
8602
|
|
|
8603
|
+
msgid "Update remote"
|
|
8604
|
+
msgstr ""
|
|
8605
|
+
|
|
8606
|
+
msgid "Update repository"
|
|
8607
|
+
msgstr ""
|
|
8608
|
+
|
|
8312
8609
|
msgid "Update services requiring restart"
|
|
8313
8610
|
msgstr ""
|
|
8314
8611
|
|
|
@@ -8399,6 +8696,12 @@ msgstr ""
|
|
|
8399
8696
|
msgid "Upload a subscription manifest"
|
|
8400
8697
|
msgstr ""
|
|
8401
8698
|
|
|
8699
|
+
msgid "Upload content"
|
|
8700
|
+
msgstr ""
|
|
8701
|
+
|
|
8702
|
+
msgid "Upload file"
|
|
8703
|
+
msgstr ""
|
|
8704
|
+
|
|
8402
8705
|
msgid "Upload into"
|
|
8403
8706
|
msgstr ""
|
|
8404
8707
|
|
|
@@ -8408,6 +8711,9 @@ msgstr ""
|
|
|
8408
8711
|
msgid "Upload request id"
|
|
8409
8712
|
msgstr ""
|
|
8410
8713
|
|
|
8714
|
+
msgid "Upload tag"
|
|
8715
|
+
msgstr ""
|
|
8716
|
+
|
|
8411
8717
|
msgid "Upstream Candlepin"
|
|
8412
8718
|
msgstr ""
|
|
8413
8719
|
|
|
@@ -8528,6 +8834,9 @@ msgstr ""
|
|
|
8528
8834
|
msgid "Verify SSL"
|
|
8529
8835
|
msgstr ""
|
|
8530
8836
|
|
|
8837
|
+
msgid "Verify checksum"
|
|
8838
|
+
msgstr ""
|
|
8839
|
+
|
|
8531
8840
|
msgid "Verify checksum for content on smart proxy"
|
|
8532
8841
|
msgstr ""
|
|
8533
8842
|
|
|
@@ -8621,6 +8930,15 @@ msgstr ""
|
|
|
8621
8930
|
msgid "View documentation"
|
|
8622
8931
|
msgstr ""
|
|
8623
8932
|
|
|
8933
|
+
msgid "View here"
|
|
8934
|
+
msgstr ""
|
|
8935
|
+
|
|
8936
|
+
msgid "View labels and annotations"
|
|
8937
|
+
msgstr ""
|
|
8938
|
+
|
|
8939
|
+
msgid "View labels and annotations for image "
|
|
8940
|
+
msgstr ""
|
|
8941
|
+
|
|
8624
8942
|
msgid "View matching content"
|
|
8625
8943
|
msgstr ""
|
|
8626
8944
|
|
|
@@ -8660,6 +8978,9 @@ msgstr ""
|
|
|
8660
8978
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8661
8979
|
msgstr ""
|
|
8662
8980
|
|
|
8981
|
+
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."
|
|
8982
|
+
msgstr ""
|
|
8983
|
+
|
|
8663
8984
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8664
8985
|
msgstr ""
|
|
8665
8986
|
|