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