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/pl_PL/katello.po
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
#
|
|
6
6
|
msgid ""
|
|
7
7
|
msgstr ""
|
|
8
|
-
"Project-Id-Version: katello 4.19.0.
|
|
8
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
|
10
10
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
11
11
|
"Language-Team: Polish (Poland) (https://app.transifex.com/foreman/teams/114/pl"
|
|
@@ -113,6 +113,9 @@ msgstr ""
|
|
|
113
113
|
msgid "${selectedContentType} will appear here when created."
|
|
114
114
|
msgstr ""
|
|
115
115
|
|
|
116
|
+
msgid "${totalCount} labels and annotations"
|
|
117
|
+
msgstr ""
|
|
118
|
+
|
|
116
119
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
117
120
|
msgstr ""
|
|
118
121
|
|
|
@@ -466,6 +469,9 @@ msgstr ""
|
|
|
466
469
|
msgid "About page"
|
|
467
470
|
msgstr ""
|
|
468
471
|
|
|
472
|
+
msgid "Abstract async task"
|
|
473
|
+
msgstr ""
|
|
474
|
+
|
|
469
475
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
470
476
|
msgstr ""
|
|
471
477
|
|
|
@@ -613,6 +619,9 @@ msgstr ""
|
|
|
613
619
|
msgid "Add repositories with package groups to content view to select them here."
|
|
614
620
|
msgstr ""
|
|
615
621
|
|
|
622
|
+
msgid "Add rolling repo clone"
|
|
623
|
+
msgstr ""
|
|
624
|
+
|
|
616
625
|
msgid "Add rule"
|
|
617
626
|
msgstr ""
|
|
618
627
|
|
|
@@ -631,12 +640,18 @@ msgstr ""
|
|
|
631
640
|
msgid "Add to a host collection"
|
|
632
641
|
msgstr ""
|
|
633
642
|
|
|
643
|
+
msgid "Add to host collections"
|
|
644
|
+
msgstr ""
|
|
645
|
+
|
|
634
646
|
msgid "Added"
|
|
635
647
|
msgstr ""
|
|
636
648
|
|
|
637
649
|
msgid "Added %s"
|
|
638
650
|
msgstr ""
|
|
639
651
|
|
|
652
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
653
|
+
msgstr ""
|
|
654
|
+
|
|
640
655
|
msgid "Added Content:"
|
|
641
656
|
msgstr ""
|
|
642
657
|
|
|
@@ -679,6 +694,9 @@ msgstr ""
|
|
|
679
694
|
msgid "All errata up-to-date"
|
|
680
695
|
msgstr ""
|
|
681
696
|
|
|
697
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
698
|
+
msgstr ""
|
|
699
|
+
|
|
682
700
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
683
701
|
msgstr ""
|
|
684
702
|
|
|
@@ -764,6 +782,9 @@ msgid ""
|
|
|
764
782
|
"%{error_message}"
|
|
765
783
|
msgstr ""
|
|
766
784
|
|
|
785
|
+
msgid "An error occurred while updating host collections"
|
|
786
|
+
msgstr ""
|
|
787
|
+
|
|
767
788
|
msgid "An option to specify how many ostree commits to traverse."
|
|
768
789
|
msgstr ""
|
|
769
790
|
|
|
@@ -1051,6 +1072,9 @@ msgstr ""
|
|
|
1051
1072
|
msgid "Bookmarks marked as public are available to all users"
|
|
1052
1073
|
msgstr ""
|
|
1053
1074
|
|
|
1075
|
+
msgid "Bootable"
|
|
1076
|
+
msgstr ""
|
|
1077
|
+
|
|
1054
1078
|
msgid "Bootc rollback via Bootc interface"
|
|
1055
1079
|
msgstr ""
|
|
1056
1080
|
|
|
@@ -1375,6 +1399,9 @@ msgstr ""
|
|
|
1375
1399
|
msgid "Change content view environments"
|
|
1376
1400
|
msgstr ""
|
|
1377
1401
|
|
|
1402
|
+
msgid "Change host collections"
|
|
1403
|
+
msgstr ""
|
|
1404
|
+
|
|
1378
1405
|
msgid "Change host content source"
|
|
1379
1406
|
msgstr ""
|
|
1380
1407
|
|
|
@@ -1462,6 +1489,9 @@ msgstr ""
|
|
|
1462
1489
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1463
1490
|
msgstr ""
|
|
1464
1491
|
|
|
1492
|
+
msgid "Commit upload"
|
|
1493
|
+
msgstr ""
|
|
1494
|
+
|
|
1465
1495
|
msgid "Compare"
|
|
1466
1496
|
msgstr ""
|
|
1467
1497
|
|
|
@@ -1816,15 +1846,27 @@ msgstr ""
|
|
|
1816
1846
|
msgid "Copy"
|
|
1817
1847
|
msgstr ""
|
|
1818
1848
|
|
|
1849
|
+
msgid "Copy all units"
|
|
1850
|
+
msgstr ""
|
|
1851
|
+
|
|
1819
1852
|
msgid "Copy an activation key"
|
|
1820
1853
|
msgstr ""
|
|
1821
1854
|
|
|
1855
|
+
msgid "Copy content"
|
|
1856
|
+
msgstr ""
|
|
1857
|
+
|
|
1822
1858
|
msgid "Copy content view"
|
|
1823
1859
|
msgstr ""
|
|
1824
1860
|
|
|
1825
1861
|
msgid "Copy to clipboard"
|
|
1826
1862
|
msgstr ""
|
|
1827
1863
|
|
|
1864
|
+
msgid "Copy version"
|
|
1865
|
+
msgstr ""
|
|
1866
|
+
|
|
1867
|
+
msgid "Copy version units to library"
|
|
1868
|
+
msgstr ""
|
|
1869
|
+
|
|
1828
1870
|
msgid "Cores per socket"
|
|
1829
1871
|
msgstr ""
|
|
1830
1872
|
|
|
@@ -2038,18 +2080,36 @@ msgstr ""
|
|
|
2038
2080
|
msgid "Create content view"
|
|
2039
2081
|
msgstr ""
|
|
2040
2082
|
|
|
2083
|
+
msgid "Create exporter"
|
|
2084
|
+
msgstr ""
|
|
2085
|
+
|
|
2041
2086
|
msgid "Create filter"
|
|
2042
2087
|
msgstr ""
|
|
2043
2088
|
|
|
2044
2089
|
msgid "Create host collection"
|
|
2045
2090
|
msgstr ""
|
|
2046
2091
|
|
|
2092
|
+
msgid "Create import"
|
|
2093
|
+
msgstr ""
|
|
2094
|
+
|
|
2095
|
+
msgid "Create importer"
|
|
2096
|
+
msgstr ""
|
|
2097
|
+
|
|
2047
2098
|
msgid "Create new activation key"
|
|
2048
2099
|
msgstr ""
|
|
2049
2100
|
|
|
2050
2101
|
msgid "Create organization"
|
|
2051
2102
|
msgstr ""
|
|
2052
2103
|
|
|
2104
|
+
msgid "Create publication"
|
|
2105
|
+
msgstr ""
|
|
2106
|
+
|
|
2107
|
+
msgid "Create remote"
|
|
2108
|
+
msgstr ""
|
|
2109
|
+
|
|
2110
|
+
msgid "Creation"
|
|
2111
|
+
msgstr ""
|
|
2112
|
+
|
|
2053
2113
|
msgid "Credentials"
|
|
2054
2114
|
msgstr ""
|
|
2055
2115
|
|
|
@@ -2311,12 +2371,36 @@ msgstr ""
|
|
|
2311
2371
|
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."
|
|
2312
2372
|
msgstr ""
|
|
2313
2373
|
|
|
2374
|
+
msgid "Delete distributions"
|
|
2375
|
+
msgstr ""
|
|
2376
|
+
|
|
2314
2377
|
msgid "Delete manifest from Red Hat provider"
|
|
2315
2378
|
msgstr ""
|
|
2316
2379
|
|
|
2317
2380
|
msgid "Delete multiple filters from a content view"
|
|
2318
2381
|
msgstr ""
|
|
2319
2382
|
|
|
2383
|
+
msgid "Delete orphan alternate content sources"
|
|
2384
|
+
msgstr ""
|
|
2385
|
+
|
|
2386
|
+
msgid "Delete orphan distributions"
|
|
2387
|
+
msgstr ""
|
|
2388
|
+
|
|
2389
|
+
msgid "Delete orphan remotes"
|
|
2390
|
+
msgstr ""
|
|
2391
|
+
|
|
2392
|
+
msgid "Delete orphan repository versions"
|
|
2393
|
+
msgstr ""
|
|
2394
|
+
|
|
2395
|
+
msgid "Delete orphaned migrated repositories"
|
|
2396
|
+
msgstr ""
|
|
2397
|
+
|
|
2398
|
+
msgid "Delete remote"
|
|
2399
|
+
msgstr ""
|
|
2400
|
+
|
|
2401
|
+
msgid "Delete repository references"
|
|
2402
|
+
msgstr ""
|
|
2403
|
+
|
|
2320
2404
|
msgid "Delete version"
|
|
2321
2405
|
msgstr ""
|
|
2322
2406
|
|
|
@@ -2416,6 +2500,12 @@ msgstr ""
|
|
|
2416
2500
|
msgid "Destroy an environment in an organization"
|
|
2417
2501
|
msgstr ""
|
|
2418
2502
|
|
|
2503
|
+
msgid "Destroy exporter"
|
|
2504
|
+
msgstr ""
|
|
2505
|
+
|
|
2506
|
+
msgid "Destroy importer"
|
|
2507
|
+
msgstr ""
|
|
2508
|
+
|
|
2419
2509
|
msgid "Destroy one or more alternate content sources"
|
|
2420
2510
|
msgstr ""
|
|
2421
2511
|
|
|
@@ -2461,6 +2551,9 @@ msgstr ""
|
|
|
2461
2551
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2462
2552
|
msgstr ""
|
|
2463
2553
|
|
|
2554
|
+
msgid "Discover"
|
|
2555
|
+
msgstr ""
|
|
2556
|
+
|
|
2464
2557
|
msgid "Discover Repositories"
|
|
2465
2558
|
msgstr ""
|
|
2466
2559
|
|
|
@@ -2596,9 +2689,6 @@ msgstr ""
|
|
|
2596
2689
|
msgid "Enable repository sets"
|
|
2597
2690
|
msgstr ""
|
|
2598
2691
|
|
|
2599
|
-
msgid "Enable structured APT for deb content"
|
|
2600
|
-
msgstr ""
|
|
2601
|
-
|
|
2602
2692
|
msgid "Enable/Disable auto publish of composite view"
|
|
2603
2693
|
msgstr ""
|
|
2604
2694
|
|
|
@@ -2659,6 +2749,9 @@ msgstr ""
|
|
|
2659
2749
|
msgid "Environment cannot be in its own promotion path"
|
|
2660
2750
|
msgstr ""
|
|
2661
2751
|
|
|
2752
|
+
msgid "Environment contents refresh"
|
|
2753
|
+
msgstr ""
|
|
2754
|
+
|
|
2662
2755
|
msgid "Environment identifier"
|
|
2663
2756
|
msgstr ""
|
|
2664
2757
|
|
|
@@ -2698,6 +2791,9 @@ msgstr ""
|
|
|
2698
2791
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2699
2792
|
msgstr ""
|
|
2700
2793
|
|
|
2794
|
+
msgid "Errata mail"
|
|
2795
|
+
msgstr ""
|
|
2796
|
+
|
|
2701
2797
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2702
2798
|
msgstr ""
|
|
2703
2799
|
|
|
@@ -2863,6 +2959,9 @@ msgstr ""
|
|
|
2863
2959
|
msgid "Fetch installable errata for one or more hosts."
|
|
2864
2960
|
msgstr ""
|
|
2865
2961
|
|
|
2962
|
+
msgid "Fetch pxe files"
|
|
2963
|
+
msgstr ""
|
|
2964
|
+
|
|
2866
2965
|
msgid "Fetch traces for one or more hosts"
|
|
2867
2966
|
msgstr ""
|
|
2868
2967
|
|
|
@@ -2956,6 +3055,9 @@ msgstr ""
|
|
|
2956
3055
|
msgid "Filter versions that are components in the specified composite version"
|
|
2957
3056
|
msgstr ""
|
|
2958
3057
|
|
|
3058
|
+
msgid "Filtered index content"
|
|
3059
|
+
msgstr ""
|
|
3060
|
+
|
|
2959
3061
|
msgid "Filters"
|
|
2960
3062
|
msgstr ""
|
|
2961
3063
|
|
|
@@ -2977,6 +3079,9 @@ msgstr ""
|
|
|
2977
3079
|
msgid "Finished"
|
|
2978
3080
|
msgstr ""
|
|
2979
3081
|
|
|
3082
|
+
msgid "Flatpak"
|
|
3083
|
+
msgstr ""
|
|
3084
|
+
|
|
2980
3085
|
msgid "Flatpak Remote ${name} created"
|
|
2981
3086
|
msgstr ""
|
|
2982
3087
|
|
|
@@ -3069,6 +3174,9 @@ msgstr ""
|
|
|
3069
3174
|
msgid "Generate host applicability"
|
|
3070
3175
|
msgstr ""
|
|
3071
3176
|
|
|
3177
|
+
msgid "Generate metadata"
|
|
3178
|
+
msgstr ""
|
|
3179
|
+
|
|
3072
3180
|
msgid "Generate repository applicability"
|
|
3073
3181
|
msgstr ""
|
|
3074
3182
|
|
|
@@ -3309,6 +3417,12 @@ msgstr ""
|
|
|
3309
3417
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3310
3418
|
msgstr ""
|
|
3311
3419
|
|
|
3420
|
+
msgid "Hypervisors"
|
|
3421
|
+
msgstr ""
|
|
3422
|
+
|
|
3423
|
+
msgid "Hypervisors update"
|
|
3424
|
+
msgstr ""
|
|
3425
|
+
|
|
3312
3426
|
msgid "ID"
|
|
3313
3427
|
msgstr ""
|
|
3314
3428
|
|
|
@@ -3497,9 +3611,6 @@ msgstr ""
|
|
|
3497
3611
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3498
3612
|
msgstr ""
|
|
3499
3613
|
|
|
3500
|
-
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'."
|
|
3501
|
-
msgstr ""
|
|
3502
|
-
|
|
3503
3614
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3504
3615
|
msgstr ""
|
|
3505
3616
|
|
|
@@ -3629,6 +3740,9 @@ msgstr ""
|
|
|
3629
3740
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3630
3741
|
msgstr ""
|
|
3631
3742
|
|
|
3743
|
+
msgid "Import migration"
|
|
3744
|
+
msgstr ""
|
|
3745
|
+
|
|
3632
3746
|
msgid "Import new manifest"
|
|
3633
3747
|
msgstr ""
|
|
3634
3748
|
|
|
@@ -3638,6 +3752,12 @@ msgstr ""
|
|
|
3638
3752
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3639
3753
|
msgstr ""
|
|
3640
3754
|
|
|
3755
|
+
msgid "Import repository upload"
|
|
3756
|
+
msgstr ""
|
|
3757
|
+
|
|
3758
|
+
msgid "Import upload"
|
|
3759
|
+
msgstr ""
|
|
3760
|
+
|
|
3641
3761
|
msgid "Import uploads into a repository"
|
|
3642
3762
|
msgstr ""
|
|
3643
3763
|
|
|
@@ -3704,6 +3824,9 @@ msgstr ""
|
|
|
3704
3824
|
msgid "Incremental Update incomplete."
|
|
3705
3825
|
msgstr ""
|
|
3706
3826
|
|
|
3827
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3828
|
+
msgstr ""
|
|
3829
|
+
|
|
3707
3830
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3708
3831
|
msgstr ""
|
|
3709
3832
|
|
|
@@ -3716,12 +3839,27 @@ msgstr ""
|
|
|
3716
3839
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3717
3840
|
msgstr ""
|
|
3718
3841
|
|
|
3842
|
+
msgid "Index content"
|
|
3843
|
+
msgstr ""
|
|
3844
|
+
|
|
3845
|
+
msgid "Index errata"
|
|
3846
|
+
msgstr ""
|
|
3847
|
+
|
|
3848
|
+
msgid "Index module streams"
|
|
3849
|
+
msgstr ""
|
|
3850
|
+
|
|
3851
|
+
msgid "Index package groups"
|
|
3852
|
+
msgstr ""
|
|
3853
|
+
|
|
3719
3854
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3720
3855
|
msgstr ""
|
|
3721
3856
|
|
|
3722
3857
|
msgid "Inherit from Repository"
|
|
3723
3858
|
msgstr ""
|
|
3724
3859
|
|
|
3860
|
+
msgid "Initialize"
|
|
3861
|
+
msgstr ""
|
|
3862
|
+
|
|
3725
3863
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3726
3864
|
msgstr ""
|
|
3727
3865
|
|
|
@@ -3797,9 +3935,15 @@ msgstr ""
|
|
|
3797
3935
|
msgid "Installing Package..."
|
|
3798
3936
|
msgstr ""
|
|
3799
3937
|
|
|
3938
|
+
msgid "Instance update"
|
|
3939
|
+
msgstr ""
|
|
3940
|
+
|
|
3800
3941
|
msgid "Instance-based"
|
|
3801
3942
|
msgstr ""
|
|
3802
3943
|
|
|
3944
|
+
msgid "Insufficient space for selected hosts"
|
|
3945
|
+
msgstr ""
|
|
3946
|
+
|
|
3803
3947
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3804
3948
|
msgstr ""
|
|
3805
3949
|
|
|
@@ -4034,6 +4178,15 @@ msgstr ""
|
|
|
4034
4178
|
msgid "Label of the flatpak remote"
|
|
4035
4179
|
msgstr ""
|
|
4036
4180
|
|
|
4181
|
+
msgid "Labels"
|
|
4182
|
+
msgstr ""
|
|
4183
|
+
|
|
4184
|
+
msgid "Labels and annotations"
|
|
4185
|
+
msgstr ""
|
|
4186
|
+
|
|
4187
|
+
msgid "Labels | Annotations"
|
|
4188
|
+
msgstr ""
|
|
4189
|
+
|
|
4037
4190
|
msgid "Last check-in:"
|
|
4038
4191
|
msgstr ""
|
|
4039
4192
|
|
|
@@ -4136,6 +4289,9 @@ msgstr ""
|
|
|
4136
4289
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4137
4290
|
msgstr ""
|
|
4138
4291
|
|
|
4292
|
+
msgid "Limit"
|
|
4293
|
+
msgstr ""
|
|
4294
|
+
|
|
4139
4295
|
msgid "Limit actions to content in the host's environment."
|
|
4140
4296
|
msgstr ""
|
|
4141
4297
|
|
|
@@ -4466,12 +4622,18 @@ msgstr ""
|
|
|
4466
4622
|
msgid "Manifest"
|
|
4467
4623
|
msgstr ""
|
|
4468
4624
|
|
|
4625
|
+
msgid "Manifest Details"
|
|
4626
|
+
msgstr ""
|
|
4627
|
+
|
|
4469
4628
|
msgid "Manifest History"
|
|
4470
4629
|
msgstr ""
|
|
4471
4630
|
|
|
4472
4631
|
msgid "Manifest deleted"
|
|
4473
4632
|
msgstr ""
|
|
4474
4633
|
|
|
4634
|
+
msgid "Manifest digest"
|
|
4635
|
+
msgstr ""
|
|
4636
|
+
|
|
4475
4637
|
msgid "Manifest does not have a valid subscription"
|
|
4476
4638
|
msgstr ""
|
|
4477
4639
|
|
|
@@ -4556,6 +4718,9 @@ msgstr ""
|
|
|
4556
4718
|
msgid "Messaging connection"
|
|
4557
4719
|
msgstr ""
|
|
4558
4720
|
|
|
4721
|
+
msgid "Metadata generate"
|
|
4722
|
+
msgstr ""
|
|
4723
|
+
|
|
4559
4724
|
msgid ""
|
|
4560
4725
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4561
4726
|
"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."
|
|
@@ -4594,6 +4759,9 @@ msgstr ""
|
|
|
4594
4759
|
msgid "Moderate"
|
|
4595
4760
|
msgstr ""
|
|
4596
4761
|
|
|
4762
|
+
msgid "Modified"
|
|
4763
|
+
msgstr ""
|
|
4764
|
+
|
|
4597
4765
|
msgid "Modify via remote execution"
|
|
4598
4766
|
msgstr ""
|
|
4599
4767
|
|
|
@@ -4621,6 +4789,15 @@ msgstr ""
|
|
|
4621
4789
|
msgid "Multi Content View Environment"
|
|
4622
4790
|
msgstr ""
|
|
4623
4791
|
|
|
4792
|
+
msgid "Multi copy all units"
|
|
4793
|
+
msgstr ""
|
|
4794
|
+
|
|
4795
|
+
msgid "Multi copy content"
|
|
4796
|
+
msgstr ""
|
|
4797
|
+
|
|
4798
|
+
msgid "Multi copy units"
|
|
4799
|
+
msgstr ""
|
|
4800
|
+
|
|
4624
4801
|
msgid "Multi-entitlement"
|
|
4625
4802
|
msgstr ""
|
|
4626
4803
|
|
|
@@ -4921,6 +5098,9 @@ msgstr ""
|
|
|
4921
5098
|
msgid "No items have been specified."
|
|
4922
5099
|
msgstr ""
|
|
4923
5100
|
|
|
5101
|
+
msgid "No labels"
|
|
5102
|
+
msgstr ""
|
|
5103
|
+
|
|
4924
5104
|
msgid "No manifest file uploaded"
|
|
4925
5105
|
msgstr ""
|
|
4926
5106
|
|
|
@@ -5260,6 +5440,9 @@ msgstr ""
|
|
|
5260
5440
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5261
5441
|
msgstr ""
|
|
5262
5442
|
|
|
5443
|
+
msgid "Organization must be specified when providing product by name."
|
|
5444
|
+
msgstr ""
|
|
5445
|
+
|
|
5263
5446
|
msgid "Organization not found"
|
|
5264
5447
|
msgstr ""
|
|
5265
5448
|
|
|
@@ -5661,6 +5844,9 @@ msgstr ""
|
|
|
5661
5844
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5662
5845
|
msgstr ""
|
|
5663
5846
|
|
|
5847
|
+
msgid "Product must be specified."
|
|
5848
|
+
msgstr ""
|
|
5849
|
+
|
|
5664
5850
|
msgid "Product name"
|
|
5665
5851
|
msgstr ""
|
|
5666
5852
|
|
|
@@ -5823,6 +6009,9 @@ msgstr ""
|
|
|
5823
6009
|
msgid "Pulp task error"
|
|
5824
6010
|
msgstr ""
|
|
5825
6011
|
|
|
6012
|
+
msgid "Purge completed tasks"
|
|
6013
|
+
msgstr ""
|
|
6014
|
+
|
|
5826
6015
|
msgid "Python Package"
|
|
5827
6016
|
msgstr ""
|
|
5828
6017
|
|
|
@@ -5922,6 +6111,9 @@ msgstr ""
|
|
|
5922
6111
|
msgid "Reclaim Space"
|
|
5923
6112
|
msgstr ""
|
|
5924
6113
|
|
|
6114
|
+
msgid "Reclaim space"
|
|
6115
|
+
msgstr ""
|
|
6116
|
+
|
|
5925
6117
|
msgid "Reclaim space from On Demand repositories"
|
|
5926
6118
|
msgstr ""
|
|
5927
6119
|
|
|
@@ -5988,6 +6180,9 @@ msgstr ""
|
|
|
5988
6180
|
msgid "Refresh all alternate content sources"
|
|
5989
6181
|
msgstr ""
|
|
5990
6182
|
|
|
6183
|
+
msgid "Refresh all distributions"
|
|
6184
|
+
msgstr ""
|
|
6185
|
+
|
|
5991
6186
|
msgid "Refresh alternate content sources"
|
|
5992
6187
|
msgstr ""
|
|
5993
6188
|
|
|
@@ -6000,15 +6195,27 @@ msgstr ""
|
|
|
6000
6195
|
msgid "Refresh counts"
|
|
6001
6196
|
msgstr ""
|
|
6002
6197
|
|
|
6198
|
+
msgid "Refresh distribution"
|
|
6199
|
+
msgstr ""
|
|
6200
|
+
|
|
6003
6201
|
msgid "Refresh errata applicability"
|
|
6004
6202
|
msgstr ""
|
|
6005
6203
|
|
|
6204
|
+
msgid "Refresh if needed"
|
|
6205
|
+
msgstr ""
|
|
6206
|
+
|
|
6006
6207
|
msgid "Refresh package applicability"
|
|
6007
6208
|
msgstr ""
|
|
6008
6209
|
|
|
6009
6210
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6010
6211
|
msgstr ""
|
|
6011
6212
|
|
|
6213
|
+
msgid "Refresh remote"
|
|
6214
|
+
msgstr ""
|
|
6215
|
+
|
|
6216
|
+
msgid "Refresh repos"
|
|
6217
|
+
msgstr ""
|
|
6218
|
+
|
|
6012
6219
|
msgid "Refresh source"
|
|
6013
6220
|
msgstr ""
|
|
6014
6221
|
|
|
@@ -6051,6 +6258,9 @@ msgstr ""
|
|
|
6051
6258
|
msgid "Registry token expiration time"
|
|
6052
6259
|
msgstr ""
|
|
6053
6260
|
|
|
6261
|
+
msgid "Reindex subscriptions"
|
|
6262
|
+
msgstr ""
|
|
6263
|
+
|
|
6054
6264
|
msgid "Related composite content views"
|
|
6055
6265
|
msgstr ""
|
|
6056
6266
|
|
|
@@ -6126,6 +6336,9 @@ msgstr ""
|
|
|
6126
6336
|
msgid "Remove from environments"
|
|
6127
6337
|
msgstr ""
|
|
6128
6338
|
|
|
6339
|
+
msgid "Remove from host collections"
|
|
6340
|
+
msgstr ""
|
|
6341
|
+
|
|
6129
6342
|
msgid "Remove host from collections"
|
|
6130
6343
|
msgstr ""
|
|
6131
6344
|
|
|
@@ -6147,6 +6360,9 @@ msgstr ""
|
|
|
6147
6360
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6148
6361
|
msgstr ""
|
|
6149
6362
|
|
|
6363
|
+
msgid "Remove orphans"
|
|
6364
|
+
msgstr ""
|
|
6365
|
+
|
|
6150
6366
|
msgid "Remove package group via Katello interface"
|
|
6151
6367
|
msgstr ""
|
|
6152
6368
|
|
|
@@ -6162,12 +6378,24 @@ msgstr ""
|
|
|
6162
6378
|
msgid "Remove products from sync plan"
|
|
6163
6379
|
msgstr ""
|
|
6164
6380
|
|
|
6381
|
+
msgid "Remove rolling repo clone"
|
|
6382
|
+
msgstr ""
|
|
6383
|
+
|
|
6384
|
+
msgid "Remove units"
|
|
6385
|
+
msgstr ""
|
|
6386
|
+
|
|
6387
|
+
msgid "Remove unneeded repos"
|
|
6388
|
+
msgstr ""
|
|
6389
|
+
|
|
6165
6390
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6166
6391
|
msgstr ""
|
|
6167
6392
|
|
|
6168
6393
|
msgid "Remove versions from environments"
|
|
6169
6394
|
msgstr ""
|
|
6170
6395
|
|
|
6396
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6397
|
+
msgstr ""
|
|
6398
|
+
|
|
6171
6399
|
msgid "Removed component from content view"
|
|
6172
6400
|
msgstr ""
|
|
6173
6401
|
|
|
@@ -6186,6 +6414,9 @@ msgstr ""
|
|
|
6186
6414
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6187
6415
|
msgstr ""
|
|
6188
6416
|
|
|
6417
|
+
msgid "Repair"
|
|
6418
|
+
msgstr ""
|
|
6419
|
+
|
|
6189
6420
|
msgid "Replace content source on the target machine"
|
|
6190
6421
|
msgstr ""
|
|
6191
6422
|
|
|
@@ -6204,12 +6435,18 @@ msgstr ""
|
|
|
6204
6435
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6205
6436
|
msgstr ""
|
|
6206
6437
|
|
|
6438
|
+
msgid "Repositories certs reset"
|
|
6439
|
+
msgstr ""
|
|
6440
|
+
|
|
6207
6441
|
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."
|
|
6208
6442
|
msgstr ""
|
|
6209
6443
|
|
|
6210
6444
|
msgid "Repositories from published Content Views are not allowed."
|
|
6211
6445
|
msgstr ""
|
|
6212
6446
|
|
|
6447
|
+
msgid "Repositories gpg reset"
|
|
6448
|
+
msgstr ""
|
|
6449
|
+
|
|
6213
6450
|
msgid "Repository"
|
|
6214
6451
|
msgstr ""
|
|
6215
6452
|
|
|
@@ -6375,6 +6612,9 @@ msgstr ""
|
|
|
6375
6612
|
msgid "Result"
|
|
6376
6613
|
msgstr ""
|
|
6377
6614
|
|
|
6615
|
+
msgid "Retain build profile upon unregistration"
|
|
6616
|
+
msgstr ""
|
|
6617
|
+
|
|
6378
6618
|
msgid "Retrieve a single errata for a host"
|
|
6379
6619
|
msgstr ""
|
|
6380
6620
|
|
|
@@ -6567,6 +6807,21 @@ msgstr ""
|
|
|
6567
6807
|
msgid "Save Environments"
|
|
6568
6808
|
msgstr ""
|
|
6569
6809
|
|
|
6810
|
+
msgid "Save artifact"
|
|
6811
|
+
msgstr ""
|
|
6812
|
+
|
|
6813
|
+
msgid "Save distribution references"
|
|
6814
|
+
msgstr ""
|
|
6815
|
+
|
|
6816
|
+
msgid "Save publication"
|
|
6817
|
+
msgstr ""
|
|
6818
|
+
|
|
6819
|
+
msgid "Save version"
|
|
6820
|
+
msgstr ""
|
|
6821
|
+
|
|
6822
|
+
msgid "Save versions"
|
|
6823
|
+
msgstr ""
|
|
6824
|
+
|
|
6570
6825
|
msgid "Saving alternate content source..."
|
|
6571
6826
|
msgstr ""
|
|
6572
6827
|
|
|
@@ -6576,6 +6831,12 @@ msgstr ""
|
|
|
6576
6831
|
msgid "Scan a flatpak remote"
|
|
6577
6832
|
msgstr ""
|
|
6578
6833
|
|
|
6834
|
+
msgid "Scan cdn"
|
|
6835
|
+
msgstr ""
|
|
6836
|
+
|
|
6837
|
+
msgid "Scan remote"
|
|
6838
|
+
msgstr ""
|
|
6839
|
+
|
|
6579
6840
|
msgid "Schema version 1"
|
|
6580
6841
|
msgstr ""
|
|
6581
6842
|
|
|
@@ -6624,6 +6885,9 @@ msgstr ""
|
|
|
6624
6885
|
msgid "Security errata installable"
|
|
6625
6886
|
msgstr ""
|
|
6626
6887
|
|
|
6888
|
+
msgid "See child manifests"
|
|
6889
|
+
msgstr ""
|
|
6890
|
+
|
|
6627
6891
|
msgid "Select"
|
|
6628
6892
|
msgstr ""
|
|
6629
6893
|
|
|
@@ -6735,6 +6999,9 @@ msgstr ""
|
|
|
6735
6999
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6736
7000
|
msgstr ""
|
|
6737
7001
|
|
|
7002
|
+
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."
|
|
7003
|
+
msgstr ""
|
|
7004
|
+
|
|
6738
7005
|
msgid "Select hosts to assign to %s"
|
|
6739
7006
|
msgstr ""
|
|
6740
7007
|
|
|
@@ -6855,6 +7122,9 @@ msgstr ""
|
|
|
6855
7122
|
msgid "Severity must be one of: %s"
|
|
6856
7123
|
msgstr ""
|
|
6857
7124
|
|
|
7125
|
+
msgid "Show ${remainingCount} more"
|
|
7126
|
+
msgstr ""
|
|
7127
|
+
|
|
6858
7128
|
msgid "Show %s"
|
|
6859
7129
|
msgstr ""
|
|
6860
7130
|
|
|
@@ -7338,9 +7608,6 @@ msgstr ""
|
|
|
7338
7608
|
msgid "Successfully added %s Host(s)."
|
|
7339
7609
|
msgstr ""
|
|
7340
7610
|
|
|
7341
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7342
|
-
msgstr ""
|
|
7343
|
-
|
|
7344
7611
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7345
7612
|
msgstr ""
|
|
7346
7613
|
|
|
@@ -7353,9 +7620,6 @@ msgstr ""
|
|
|
7353
7620
|
msgid "Successfully removed %s Host(s)."
|
|
7354
7621
|
msgstr ""
|
|
7355
7622
|
|
|
7356
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7357
|
-
msgstr ""
|
|
7358
|
-
|
|
7359
7623
|
msgid "Successfully synced capsule."
|
|
7360
7624
|
msgstr ""
|
|
7361
7625
|
|
|
@@ -7374,6 +7638,9 @@ msgstr ""
|
|
|
7374
7638
|
msgid "Supported Content Types"
|
|
7375
7639
|
msgstr ""
|
|
7376
7640
|
|
|
7641
|
+
msgid "Sync"
|
|
7642
|
+
msgstr ""
|
|
7643
|
+
|
|
7377
7644
|
msgid "Sync Canceled"
|
|
7378
7645
|
msgstr ""
|
|
7379
7646
|
|
|
@@ -7428,6 +7695,9 @@ msgstr ""
|
|
|
7428
7695
|
msgid "Sync all repositories for a product"
|
|
7429
7696
|
msgstr ""
|
|
7430
7697
|
|
|
7698
|
+
msgid "Sync capsule"
|
|
7699
|
+
msgstr ""
|
|
7700
|
+
|
|
7431
7701
|
msgid "Sync complete."
|
|
7432
7702
|
msgstr ""
|
|
7433
7703
|
|
|
@@ -7446,6 +7716,9 @@ msgstr ""
|
|
|
7446
7716
|
msgid "Sync state"
|
|
7447
7717
|
msgstr ""
|
|
7448
7718
|
|
|
7719
|
+
msgid "Syncable export"
|
|
7720
|
+
msgstr ""
|
|
7721
|
+
|
|
7449
7722
|
msgid "Synced"
|
|
7450
7723
|
msgstr ""
|
|
7451
7724
|
|
|
@@ -7455,9 +7728,6 @@ msgstr ""
|
|
|
7455
7728
|
msgid "Synced Content"
|
|
7456
7729
|
msgstr ""
|
|
7457
7730
|
|
|
7458
|
-
msgid "Synced container images content"
|
|
7459
|
-
msgstr ""
|
|
7460
|
-
|
|
7461
7731
|
msgid "Synchronize"
|
|
7462
7732
|
msgstr ""
|
|
7463
7733
|
|
|
@@ -7500,6 +7770,9 @@ msgstr ""
|
|
|
7500
7770
|
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."
|
|
7501
7771
|
msgstr ""
|
|
7502
7772
|
|
|
7773
|
+
msgid "Tag"
|
|
7774
|
+
msgstr ""
|
|
7775
|
+
|
|
7503
7776
|
msgid "Tag name"
|
|
7504
7777
|
msgstr ""
|
|
7505
7778
|
|
|
@@ -7954,6 +8227,9 @@ msgstr ""
|
|
|
7954
8227
|
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."
|
|
7955
8228
|
msgstr ""
|
|
7956
8229
|
|
|
8230
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8231
|
+
msgstr ""
|
|
8232
|
+
|
|
7957
8233
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
7958
8234
|
msgstr ""
|
|
7959
8235
|
|
|
@@ -8272,15 +8548,27 @@ msgstr ""
|
|
|
8272
8548
|
msgid "Update content counts for the smart proxy"
|
|
8273
8549
|
msgstr ""
|
|
8274
8550
|
|
|
8551
|
+
msgid "Update content urls"
|
|
8552
|
+
msgstr ""
|
|
8553
|
+
|
|
8275
8554
|
msgid "Update content view environments for host"
|
|
8276
8555
|
msgstr ""
|
|
8277
8556
|
|
|
8278
8557
|
msgid "Update content view environments for host %s"
|
|
8279
8558
|
msgstr ""
|
|
8280
8559
|
|
|
8560
|
+
msgid "Update distributions"
|
|
8561
|
+
msgstr ""
|
|
8562
|
+
|
|
8281
8563
|
msgid "Update hosts manually"
|
|
8282
8564
|
msgstr ""
|
|
8283
8565
|
|
|
8566
|
+
msgid "Update http proxy"
|
|
8567
|
+
msgstr ""
|
|
8568
|
+
|
|
8569
|
+
msgid "Update http proxy details"
|
|
8570
|
+
msgstr ""
|
|
8571
|
+
|
|
8284
8572
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8285
8573
|
msgstr ""
|
|
8286
8574
|
|
|
@@ -8296,12 +8584,21 @@ msgstr ""
|
|
|
8296
8584
|
msgid "Update packages via Katello interface"
|
|
8297
8585
|
msgstr ""
|
|
8298
8586
|
|
|
8587
|
+
msgid "Update redhat repository"
|
|
8588
|
+
msgstr ""
|
|
8589
|
+
|
|
8299
8590
|
msgid "Update release version for host"
|
|
8300
8591
|
msgstr ""
|
|
8301
8592
|
|
|
8302
8593
|
msgid "Update release version for host %s"
|
|
8303
8594
|
msgstr ""
|
|
8304
8595
|
|
|
8596
|
+
msgid "Update remote"
|
|
8597
|
+
msgstr ""
|
|
8598
|
+
|
|
8599
|
+
msgid "Update repository"
|
|
8600
|
+
msgstr ""
|
|
8601
|
+
|
|
8305
8602
|
msgid "Update services requiring restart"
|
|
8306
8603
|
msgstr ""
|
|
8307
8604
|
|
|
@@ -8392,6 +8689,12 @@ msgstr ""
|
|
|
8392
8689
|
msgid "Upload a subscription manifest"
|
|
8393
8690
|
msgstr ""
|
|
8394
8691
|
|
|
8692
|
+
msgid "Upload content"
|
|
8693
|
+
msgstr ""
|
|
8694
|
+
|
|
8695
|
+
msgid "Upload file"
|
|
8696
|
+
msgstr ""
|
|
8697
|
+
|
|
8395
8698
|
msgid "Upload into"
|
|
8396
8699
|
msgstr ""
|
|
8397
8700
|
|
|
@@ -8401,6 +8704,9 @@ msgstr ""
|
|
|
8401
8704
|
msgid "Upload request id"
|
|
8402
8705
|
msgstr ""
|
|
8403
8706
|
|
|
8707
|
+
msgid "Upload tag"
|
|
8708
|
+
msgstr ""
|
|
8709
|
+
|
|
8404
8710
|
msgid "Upstream Candlepin"
|
|
8405
8711
|
msgstr ""
|
|
8406
8712
|
|
|
@@ -8521,6 +8827,9 @@ msgstr ""
|
|
|
8521
8827
|
msgid "Verify SSL"
|
|
8522
8828
|
msgstr ""
|
|
8523
8829
|
|
|
8830
|
+
msgid "Verify checksum"
|
|
8831
|
+
msgstr ""
|
|
8832
|
+
|
|
8524
8833
|
msgid "Verify checksum for content on smart proxy"
|
|
8525
8834
|
msgstr ""
|
|
8526
8835
|
|
|
@@ -8614,6 +8923,15 @@ msgstr ""
|
|
|
8614
8923
|
msgid "View documentation"
|
|
8615
8924
|
msgstr ""
|
|
8616
8925
|
|
|
8926
|
+
msgid "View here"
|
|
8927
|
+
msgstr ""
|
|
8928
|
+
|
|
8929
|
+
msgid "View labels and annotations"
|
|
8930
|
+
msgstr ""
|
|
8931
|
+
|
|
8932
|
+
msgid "View labels and annotations for image "
|
|
8933
|
+
msgstr ""
|
|
8934
|
+
|
|
8617
8935
|
msgid "View matching content"
|
|
8618
8936
|
msgstr ""
|
|
8619
8937
|
|
|
@@ -8653,6 +8971,9 @@ msgstr ""
|
|
|
8653
8971
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8654
8972
|
msgstr ""
|
|
8655
8973
|
|
|
8974
|
+
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."
|
|
8975
|
+
msgstr ""
|
|
8976
|
+
|
|
8656
8977
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8657
8978
|
msgstr ""
|
|
8658
8979
|
|