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