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