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