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
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"katello": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "katello 4.19.0.
|
|
6
|
+
"Project-Id-Version": "katello 4.19.0.rc1",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2017-12-19 20:14+0000",
|
|
9
9
|
"Last-Translator": "Bryan Kearney <bryan.kearney@gmail.com>, 2025",
|
|
@@ -110,6 +110,9 @@
|
|
|
110
110
|
"${selectedContentType} will appear here when created.": [
|
|
111
111
|
""
|
|
112
112
|
],
|
|
113
|
+
"${totalCount} labels and annotations": [
|
|
114
|
+
""
|
|
115
|
+
],
|
|
113
116
|
"%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?": [
|
|
114
117
|
""
|
|
115
118
|
],
|
|
@@ -462,6 +465,9 @@
|
|
|
462
465
|
"About page": [
|
|
463
466
|
""
|
|
464
467
|
],
|
|
468
|
+
"Abstract async task": [
|
|
469
|
+
""
|
|
470
|
+
],
|
|
465
471
|
"Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
|
|
466
472
|
""
|
|
467
473
|
],
|
|
@@ -609,6 +615,9 @@
|
|
|
609
615
|
"Add repositories with package groups to content view to select them here.": [
|
|
610
616
|
""
|
|
611
617
|
],
|
|
618
|
+
"Add rolling repo clone": [
|
|
619
|
+
""
|
|
620
|
+
],
|
|
612
621
|
"Add rule": [
|
|
613
622
|
""
|
|
614
623
|
],
|
|
@@ -627,12 +636,18 @@
|
|
|
627
636
|
"Add to a host collection": [
|
|
628
637
|
""
|
|
629
638
|
],
|
|
639
|
+
"Add to host collections": [
|
|
640
|
+
""
|
|
641
|
+
],
|
|
630
642
|
"Added": [
|
|
631
643
|
""
|
|
632
644
|
],
|
|
633
645
|
"Added %s": [
|
|
634
646
|
""
|
|
635
647
|
],
|
|
648
|
+
"Added %{count} host(s) to host collection %{host_collection}.": [
|
|
649
|
+
""
|
|
650
|
+
],
|
|
636
651
|
"Added Content:": [
|
|
637
652
|
"Contenuto aggiunto:"
|
|
638
653
|
],
|
|
@@ -675,6 +690,9 @@
|
|
|
675
690
|
"All errata up-to-date": [
|
|
676
691
|
""
|
|
677
692
|
],
|
|
693
|
+
"All selected hosts were already members of host collection %{host_collection}.": [
|
|
694
|
+
""
|
|
695
|
+
],
|
|
678
696
|
"All subpaths must have a slash at the end and none at the front": [
|
|
679
697
|
""
|
|
680
698
|
],
|
|
@@ -756,6 +774,9 @@
|
|
|
756
774
|
"An error occurred during upload \\n%{error_message}": [
|
|
757
775
|
""
|
|
758
776
|
],
|
|
777
|
+
"An error occurred while updating host collections": [
|
|
778
|
+
""
|
|
779
|
+
],
|
|
759
780
|
"An option to specify how many ostree commits to traverse.": [
|
|
760
781
|
""
|
|
761
782
|
],
|
|
@@ -1043,6 +1064,9 @@
|
|
|
1043
1064
|
"Bookmarks marked as public are available to all users": [
|
|
1044
1065
|
""
|
|
1045
1066
|
],
|
|
1067
|
+
"Bootable": [
|
|
1068
|
+
""
|
|
1069
|
+
],
|
|
1046
1070
|
"Bootc rollback via Bootc interface": [
|
|
1047
1071
|
""
|
|
1048
1072
|
],
|
|
@@ -1367,6 +1391,9 @@
|
|
|
1367
1391
|
"Change content view environments": [
|
|
1368
1392
|
""
|
|
1369
1393
|
],
|
|
1394
|
+
"Change host collections": [
|
|
1395
|
+
""
|
|
1396
|
+
],
|
|
1370
1397
|
"Change host content source": [
|
|
1371
1398
|
""
|
|
1372
1399
|
],
|
|
@@ -1454,6 +1481,9 @@
|
|
|
1454
1481
|
"Comma-separated list of tags to sync for a container image repository": [
|
|
1455
1482
|
""
|
|
1456
1483
|
],
|
|
1484
|
+
"Commit upload": [
|
|
1485
|
+
""
|
|
1486
|
+
],
|
|
1457
1487
|
"Compare": [
|
|
1458
1488
|
""
|
|
1459
1489
|
],
|
|
@@ -1808,15 +1838,27 @@
|
|
|
1808
1838
|
"Copy": [
|
|
1809
1839
|
""
|
|
1810
1840
|
],
|
|
1841
|
+
"Copy all units": [
|
|
1842
|
+
""
|
|
1843
|
+
],
|
|
1811
1844
|
"Copy an activation key": [
|
|
1812
1845
|
"Copia una chiave di attivazione"
|
|
1813
1846
|
],
|
|
1847
|
+
"Copy content": [
|
|
1848
|
+
""
|
|
1849
|
+
],
|
|
1814
1850
|
"Copy content view": [
|
|
1815
1851
|
""
|
|
1816
1852
|
],
|
|
1817
1853
|
"Copy to clipboard": [
|
|
1818
1854
|
""
|
|
1819
1855
|
],
|
|
1856
|
+
"Copy version": [
|
|
1857
|
+
""
|
|
1858
|
+
],
|
|
1859
|
+
"Copy version units to library": [
|
|
1860
|
+
""
|
|
1861
|
+
],
|
|
1820
1862
|
"Cores per socket": [
|
|
1821
1863
|
"Core per socket"
|
|
1822
1864
|
],
|
|
@@ -2030,18 +2072,36 @@
|
|
|
2030
2072
|
"Create content view": [
|
|
2031
2073
|
""
|
|
2032
2074
|
],
|
|
2075
|
+
"Create exporter": [
|
|
2076
|
+
""
|
|
2077
|
+
],
|
|
2033
2078
|
"Create filter": [
|
|
2034
2079
|
""
|
|
2035
2080
|
],
|
|
2036
2081
|
"Create host collection": [
|
|
2037
2082
|
""
|
|
2038
2083
|
],
|
|
2084
|
+
"Create import": [
|
|
2085
|
+
""
|
|
2086
|
+
],
|
|
2087
|
+
"Create importer": [
|
|
2088
|
+
""
|
|
2089
|
+
],
|
|
2039
2090
|
"Create new activation key": [
|
|
2040
2091
|
""
|
|
2041
2092
|
],
|
|
2042
2093
|
"Create organization": [
|
|
2043
2094
|
"Crea organizzazione"
|
|
2044
2095
|
],
|
|
2096
|
+
"Create publication": [
|
|
2097
|
+
""
|
|
2098
|
+
],
|
|
2099
|
+
"Create remote": [
|
|
2100
|
+
""
|
|
2101
|
+
],
|
|
2102
|
+
"Creation": [
|
|
2103
|
+
""
|
|
2104
|
+
],
|
|
2045
2105
|
"Credentials": [
|
|
2046
2106
|
""
|
|
2047
2107
|
],
|
|
@@ -2303,12 +2363,36 @@
|
|
|
2303
2363
|
"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.": [
|
|
2304
2364
|
""
|
|
2305
2365
|
],
|
|
2366
|
+
"Delete distributions": [
|
|
2367
|
+
""
|
|
2368
|
+
],
|
|
2306
2369
|
"Delete manifest from Red Hat provider": [
|
|
2307
2370
|
"Cancella manifesto dal provider Red Hat"
|
|
2308
2371
|
],
|
|
2309
2372
|
"Delete multiple filters from a content view": [
|
|
2310
2373
|
""
|
|
2311
2374
|
],
|
|
2375
|
+
"Delete orphan alternate content sources": [
|
|
2376
|
+
""
|
|
2377
|
+
],
|
|
2378
|
+
"Delete orphan distributions": [
|
|
2379
|
+
""
|
|
2380
|
+
],
|
|
2381
|
+
"Delete orphan remotes": [
|
|
2382
|
+
""
|
|
2383
|
+
],
|
|
2384
|
+
"Delete orphan repository versions": [
|
|
2385
|
+
""
|
|
2386
|
+
],
|
|
2387
|
+
"Delete orphaned migrated repositories": [
|
|
2388
|
+
""
|
|
2389
|
+
],
|
|
2390
|
+
"Delete remote": [
|
|
2391
|
+
""
|
|
2392
|
+
],
|
|
2393
|
+
"Delete repository references": [
|
|
2394
|
+
""
|
|
2395
|
+
],
|
|
2312
2396
|
"Delete version": [
|
|
2313
2397
|
""
|
|
2314
2398
|
],
|
|
@@ -2408,6 +2492,12 @@
|
|
|
2408
2492
|
"Destroy an environment in an organization": [
|
|
2409
2493
|
"Elimina ambiente in una organizzazione"
|
|
2410
2494
|
],
|
|
2495
|
+
"Destroy exporter": [
|
|
2496
|
+
""
|
|
2497
|
+
],
|
|
2498
|
+
"Destroy importer": [
|
|
2499
|
+
""
|
|
2500
|
+
],
|
|
2411
2501
|
"Destroy one or more alternate content sources": [
|
|
2412
2502
|
""
|
|
2413
2503
|
],
|
|
@@ -2453,6 +2543,9 @@
|
|
|
2453
2543
|
"Disabling Simple Content Access failed for '%{subject}'.": [
|
|
2454
2544
|
""
|
|
2455
2545
|
],
|
|
2546
|
+
"Discover": [
|
|
2547
|
+
""
|
|
2548
|
+
],
|
|
2456
2549
|
"Discover Repositories": [
|
|
2457
2550
|
"Trova repositori"
|
|
2458
2551
|
],
|
|
@@ -2588,9 +2681,6 @@
|
|
|
2588
2681
|
"Enable repository sets": [
|
|
2589
2682
|
""
|
|
2590
2683
|
],
|
|
2591
|
-
"Enable structured APT for deb content": [
|
|
2592
|
-
""
|
|
2593
|
-
],
|
|
2594
2684
|
"Enable/Disable auto publish of composite view": [
|
|
2595
2685
|
""
|
|
2596
2686
|
],
|
|
@@ -2651,6 +2741,9 @@
|
|
|
2651
2741
|
"Environment cannot be in its own promotion path": [
|
|
2652
2742
|
"L'ambiente non può trovarsi sul proprio percorso di avanzamento"
|
|
2653
2743
|
],
|
|
2744
|
+
"Environment contents refresh": [
|
|
2745
|
+
""
|
|
2746
|
+
],
|
|
2654
2747
|
"Environment identifier": [
|
|
2655
2748
|
""
|
|
2656
2749
|
],
|
|
@@ -2690,6 +2783,9 @@
|
|
|
2690
2783
|
"Errata id of the erratum (RHSA-2012:108)": [
|
|
2691
2784
|
"id errata dell'erratum (RHSA-2012:108)"
|
|
2692
2785
|
],
|
|
2786
|
+
"Errata mail": [
|
|
2787
|
+
""
|
|
2788
|
+
],
|
|
2693
2789
|
"Errata statuses not updated for deleted content facet with UUID %s": [
|
|
2694
2790
|
""
|
|
2695
2791
|
],
|
|
@@ -2855,6 +2951,9 @@
|
|
|
2855
2951
|
"Fetch installable errata for one or more hosts.": [
|
|
2856
2952
|
""
|
|
2857
2953
|
],
|
|
2954
|
+
"Fetch pxe files": [
|
|
2955
|
+
""
|
|
2956
|
+
],
|
|
2858
2957
|
"Fetch traces for one or more hosts": [
|
|
2859
2958
|
""
|
|
2860
2959
|
],
|
|
@@ -2948,6 +3047,9 @@
|
|
|
2948
3047
|
"Filter versions that are components in the specified composite version": [
|
|
2949
3048
|
"Filtra versioni componenti nella versione composita specificata"
|
|
2950
3049
|
],
|
|
3050
|
+
"Filtered index content": [
|
|
3051
|
+
""
|
|
3052
|
+
],
|
|
2951
3053
|
"Filters": [
|
|
2952
3054
|
"Filtri"
|
|
2953
3055
|
],
|
|
@@ -2969,6 +3071,9 @@
|
|
|
2969
3071
|
"Finished": [
|
|
2970
3072
|
"Completato"
|
|
2971
3073
|
],
|
|
3074
|
+
"Flatpak": [
|
|
3075
|
+
""
|
|
3076
|
+
],
|
|
2972
3077
|
"Flatpak Remote ${name} created": [
|
|
2973
3078
|
""
|
|
2974
3079
|
],
|
|
@@ -3059,6 +3164,9 @@
|
|
|
3059
3164
|
"Generate host applicability": [
|
|
3060
3165
|
""
|
|
3061
3166
|
],
|
|
3167
|
+
"Generate metadata": [
|
|
3168
|
+
""
|
|
3169
|
+
],
|
|
3062
3170
|
"Generate repository applicability": [
|
|
3063
3171
|
""
|
|
3064
3172
|
],
|
|
@@ -3299,6 +3407,12 @@
|
|
|
3299
3407
|
"How to order the sorted results (e.g. ASC for ascending)": [
|
|
3300
3408
|
"Come ordinare i risultati (es. ASC per ascendente)"
|
|
3301
3409
|
],
|
|
3410
|
+
"Hypervisors": [
|
|
3411
|
+
""
|
|
3412
|
+
],
|
|
3413
|
+
"Hypervisors update": [
|
|
3414
|
+
""
|
|
3415
|
+
],
|
|
3302
3416
|
"ID": [
|
|
3303
3417
|
"ID"
|
|
3304
3418
|
],
|
|
@@ -3485,9 +3599,6 @@
|
|
|
3485
3599
|
"If product certificates should be used to authenticate to a custom CDN.": [
|
|
3486
3600
|
""
|
|
3487
3601
|
],
|
|
3488
|
-
"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'.": [
|
|
3489
|
-
""
|
|
3490
|
-
],
|
|
3491
3602
|
"If the smart proxies' assigned HTTP proxies should be used": [
|
|
3492
3603
|
""
|
|
3493
3604
|
],
|
|
@@ -3617,6 +3728,9 @@
|
|
|
3617
3728
|
"Import a subscription manifest to give hosts access to Red Hat content.": [
|
|
3618
3729
|
""
|
|
3619
3730
|
],
|
|
3731
|
+
"Import migration": [
|
|
3732
|
+
""
|
|
3733
|
+
],
|
|
3620
3734
|
"Import new manifest": [
|
|
3621
3735
|
""
|
|
3622
3736
|
],
|
|
@@ -3626,6 +3740,12 @@
|
|
|
3626
3740
|
"Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
|
|
3627
3741
|
""
|
|
3628
3742
|
],
|
|
3743
|
+
"Import repository upload": [
|
|
3744
|
+
""
|
|
3745
|
+
],
|
|
3746
|
+
"Import upload": [
|
|
3747
|
+
""
|
|
3748
|
+
],
|
|
3629
3749
|
"Import uploads into a repository": [
|
|
3630
3750
|
"Importa caricamento in un repositorio"
|
|
3631
3751
|
],
|
|
@@ -3692,6 +3812,9 @@
|
|
|
3692
3812
|
"Incremental Update incomplete.": [
|
|
3693
3813
|
"Aggiornamento incrementale non completato."
|
|
3694
3814
|
],
|
|
3815
|
+
"Incremental Update of Content View Version(s) ": [
|
|
3816
|
+
""
|
|
3817
|
+
],
|
|
3695
3818
|
"Incremental Update of %{content_view_count} Content View Version(s) ": [
|
|
3696
3819
|
""
|
|
3697
3820
|
],
|
|
@@ -3704,12 +3827,27 @@
|
|
|
3704
3827
|
"Incremental update specified for composite %{name} version %{version}, but no components updated.": [
|
|
3705
3828
|
"Aggiornamento incrementale specificato per versione %{version} composita %{name}, ma nessun componente aggiornato."
|
|
3706
3829
|
],
|
|
3830
|
+
"Index content": [
|
|
3831
|
+
""
|
|
3832
|
+
],
|
|
3833
|
+
"Index errata": [
|
|
3834
|
+
""
|
|
3835
|
+
],
|
|
3836
|
+
"Index module streams": [
|
|
3837
|
+
""
|
|
3838
|
+
],
|
|
3839
|
+
"Index package groups": [
|
|
3840
|
+
""
|
|
3841
|
+
],
|
|
3707
3842
|
"Informable Type must be one of the following [ %{list} ]": [
|
|
3708
3843
|
"Tipo di informazioni deve essere una delle seguenti [ %{list} ]"
|
|
3709
3844
|
],
|
|
3710
3845
|
"Inherit from Repository": [
|
|
3711
3846
|
""
|
|
3712
3847
|
],
|
|
3848
|
+
"Initialize": [
|
|
3849
|
+
""
|
|
3850
|
+
],
|
|
3713
3851
|
"Initiate a sync of the products attached to the sync plan": [
|
|
3714
3852
|
""
|
|
3715
3853
|
],
|
|
@@ -3785,9 +3923,15 @@
|
|
|
3785
3923
|
"Installing Package...": [
|
|
3786
3924
|
"installazione pacchetto in corso..."
|
|
3787
3925
|
],
|
|
3926
|
+
"Instance update": [
|
|
3927
|
+
""
|
|
3928
|
+
],
|
|
3788
3929
|
"Instance-based": [
|
|
3789
3930
|
"Basato sull'istanza"
|
|
3790
3931
|
],
|
|
3932
|
+
"Insufficient space for selected hosts": [
|
|
3933
|
+
""
|
|
3934
|
+
],
|
|
3791
3935
|
"Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported.": [
|
|
3792
3936
|
""
|
|
3793
3937
|
],
|
|
@@ -4022,6 +4166,15 @@
|
|
|
4022
4166
|
"Label of the flatpak remote": [
|
|
4023
4167
|
""
|
|
4024
4168
|
],
|
|
4169
|
+
"Labels": [
|
|
4170
|
+
""
|
|
4171
|
+
],
|
|
4172
|
+
"Labels and annotations": [
|
|
4173
|
+
""
|
|
4174
|
+
],
|
|
4175
|
+
"Labels | Annotations": [
|
|
4176
|
+
""
|
|
4177
|
+
],
|
|
4025
4178
|
"Last check-in:": [
|
|
4026
4179
|
""
|
|
4027
4180
|
],
|
|
@@ -4124,6 +4277,9 @@
|
|
|
4124
4277
|
"Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy.": [
|
|
4125
4278
|
""
|
|
4126
4279
|
],
|
|
4280
|
+
"Limit": [
|
|
4281
|
+
""
|
|
4282
|
+
],
|
|
4127
4283
|
"Limit actions to content in the host's environment.": [
|
|
4128
4284
|
""
|
|
4129
4285
|
],
|
|
@@ -4454,12 +4610,18 @@
|
|
|
4454
4610
|
"Manifest": [
|
|
4455
4611
|
""
|
|
4456
4612
|
],
|
|
4613
|
+
"Manifest Details": [
|
|
4614
|
+
""
|
|
4615
|
+
],
|
|
4457
4616
|
"Manifest History": [
|
|
4458
4617
|
"Cronologia del manifesto"
|
|
4459
4618
|
],
|
|
4460
4619
|
"Manifest deleted": [
|
|
4461
4620
|
""
|
|
4462
4621
|
],
|
|
4622
|
+
"Manifest digest": [
|
|
4623
|
+
""
|
|
4624
|
+
],
|
|
4463
4625
|
"Manifest does not have a valid subscription": [
|
|
4464
4626
|
""
|
|
4465
4627
|
],
|
|
@@ -4544,6 +4706,9 @@
|
|
|
4544
4706
|
"Messaging connection": [
|
|
4545
4707
|
""
|
|
4546
4708
|
],
|
|
4709
|
+
"Metadata generate": [
|
|
4710
|
+
""
|
|
4711
|
+
],
|
|
4547
4712
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, 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.": [
|
|
4548
4713
|
""
|
|
4549
4714
|
],
|
|
@@ -4580,6 +4745,9 @@
|
|
|
4580
4745
|
"Moderate": [
|
|
4581
4746
|
"Moderato"
|
|
4582
4747
|
],
|
|
4748
|
+
"Modified": [
|
|
4749
|
+
""
|
|
4750
|
+
],
|
|
4583
4751
|
"Modify via remote execution": [
|
|
4584
4752
|
""
|
|
4585
4753
|
],
|
|
@@ -4607,6 +4775,15 @@
|
|
|
4607
4775
|
"Multi Content View Environment": [
|
|
4608
4776
|
""
|
|
4609
4777
|
],
|
|
4778
|
+
"Multi copy all units": [
|
|
4779
|
+
""
|
|
4780
|
+
],
|
|
4781
|
+
"Multi copy content": [
|
|
4782
|
+
""
|
|
4783
|
+
],
|
|
4784
|
+
"Multi copy units": [
|
|
4785
|
+
""
|
|
4786
|
+
],
|
|
4610
4787
|
"Multi-entitlement": [
|
|
4611
4788
|
"Entitlement-multipli"
|
|
4612
4789
|
],
|
|
@@ -4901,6 +5078,9 @@
|
|
|
4901
5078
|
"No items have been specified.": [
|
|
4902
5079
|
""
|
|
4903
5080
|
],
|
|
5081
|
+
"No labels": [
|
|
5082
|
+
""
|
|
5083
|
+
],
|
|
4904
5084
|
"No manifest file uploaded": [
|
|
4905
5085
|
"Nessun file del manifesto caricato"
|
|
4906
5086
|
],
|
|
@@ -5240,6 +5420,9 @@
|
|
|
5240
5420
|
"Organization label '%s' is ambiguous. Try using an id-based container name.": [
|
|
5241
5421
|
""
|
|
5242
5422
|
],
|
|
5423
|
+
"Organization must be specified when providing product by name.": [
|
|
5424
|
+
""
|
|
5425
|
+
],
|
|
5243
5426
|
"Organization not found": [
|
|
5244
5427
|
""
|
|
5245
5428
|
],
|
|
@@ -5639,6 +5822,9 @@
|
|
|
5639
5822
|
"Product label '%s' is ambiguous. Try using an id-based container name.": [
|
|
5640
5823
|
""
|
|
5641
5824
|
],
|
|
5825
|
+
"Product must be specified.": [
|
|
5826
|
+
""
|
|
5827
|
+
],
|
|
5642
5828
|
"Product name": [
|
|
5643
5829
|
"Nome prodotto"
|
|
5644
5830
|
],
|
|
@@ -5801,6 +5987,9 @@
|
|
|
5801
5987
|
"Pulp task error": [
|
|
5802
5988
|
"Errore attività di Pulp"
|
|
5803
5989
|
],
|
|
5990
|
+
"Purge completed tasks": [
|
|
5991
|
+
""
|
|
5992
|
+
],
|
|
5804
5993
|
"Python Package": [
|
|
5805
5994
|
""
|
|
5806
5995
|
],
|
|
@@ -5900,6 +6089,9 @@
|
|
|
5900
6089
|
"Reclaim Space": [
|
|
5901
6090
|
""
|
|
5902
6091
|
],
|
|
6092
|
+
"Reclaim space": [
|
|
6093
|
+
""
|
|
6094
|
+
],
|
|
5903
6095
|
"Reclaim space from On Demand repositories": [
|
|
5904
6096
|
""
|
|
5905
6097
|
],
|
|
@@ -5966,6 +6158,9 @@
|
|
|
5966
6158
|
"Refresh all alternate content sources": [
|
|
5967
6159
|
""
|
|
5968
6160
|
],
|
|
6161
|
+
"Refresh all distributions": [
|
|
6162
|
+
""
|
|
6163
|
+
],
|
|
5969
6164
|
"Refresh alternate content sources": [
|
|
5970
6165
|
""
|
|
5971
6166
|
],
|
|
@@ -5978,15 +6173,27 @@
|
|
|
5978
6173
|
"Refresh counts": [
|
|
5979
6174
|
""
|
|
5980
6175
|
],
|
|
6176
|
+
"Refresh distribution": [
|
|
6177
|
+
""
|
|
6178
|
+
],
|
|
5981
6179
|
"Refresh errata applicability": [
|
|
5982
6180
|
""
|
|
5983
6181
|
],
|
|
6182
|
+
"Refresh if needed": [
|
|
6183
|
+
""
|
|
6184
|
+
],
|
|
5984
6185
|
"Refresh package applicability": [
|
|
5985
6186
|
""
|
|
5986
6187
|
],
|
|
5987
6188
|
"Refresh previously imported manifest for Red Hat provider": [
|
|
5988
6189
|
"Aggiorna il manifesto precedentemente importato per il provider di Red Hat"
|
|
5989
6190
|
],
|
|
6191
|
+
"Refresh remote": [
|
|
6192
|
+
""
|
|
6193
|
+
],
|
|
6194
|
+
"Refresh repos": [
|
|
6195
|
+
""
|
|
6196
|
+
],
|
|
5990
6197
|
"Refresh source": [
|
|
5991
6198
|
""
|
|
5992
6199
|
],
|
|
@@ -6029,6 +6236,9 @@
|
|
|
6029
6236
|
"Registry token expiration time": [
|
|
6030
6237
|
""
|
|
6031
6238
|
],
|
|
6239
|
+
"Reindex subscriptions": [
|
|
6240
|
+
""
|
|
6241
|
+
],
|
|
6032
6242
|
"Related composite content views": [
|
|
6033
6243
|
""
|
|
6034
6244
|
],
|
|
@@ -6104,6 +6314,9 @@
|
|
|
6104
6314
|
"Remove from environments": [
|
|
6105
6315
|
""
|
|
6106
6316
|
],
|
|
6317
|
+
"Remove from host collections": [
|
|
6318
|
+
""
|
|
6319
|
+
],
|
|
6107
6320
|
"Remove host from collections": [
|
|
6108
6321
|
""
|
|
6109
6322
|
],
|
|
@@ -6125,6 +6338,9 @@
|
|
|
6125
6338
|
"Remove one or more subscriptions from an upstream manifest": [
|
|
6126
6339
|
""
|
|
6127
6340
|
],
|
|
6341
|
+
"Remove orphans": [
|
|
6342
|
+
""
|
|
6343
|
+
],
|
|
6128
6344
|
"Remove package group via Katello interface": [
|
|
6129
6345
|
""
|
|
6130
6346
|
],
|
|
@@ -6140,12 +6356,24 @@
|
|
|
6140
6356
|
"Remove products from sync plan": [
|
|
6141
6357
|
"Rimuovi prodotti dalla programmazione per la sincronizzazione"
|
|
6142
6358
|
],
|
|
6359
|
+
"Remove rolling repo clone": [
|
|
6360
|
+
""
|
|
6361
|
+
],
|
|
6362
|
+
"Remove units": [
|
|
6363
|
+
""
|
|
6364
|
+
],
|
|
6365
|
+
"Remove unneeded repos": [
|
|
6366
|
+
""
|
|
6367
|
+
],
|
|
6143
6368
|
"Remove versions and/or environments from a content view and reassign systems and keys": [
|
|
6144
6369
|
"Rimuovi le versioni e/o gli ambienti da una visualizzazione del contenuto e riassegna sistemi e chiavi"
|
|
6145
6370
|
],
|
|
6146
6371
|
"Remove versions from environments": [
|
|
6147
6372
|
""
|
|
6148
6373
|
],
|
|
6374
|
+
"Removed %{count} host(s) from host collection %{host_collection}.": [
|
|
6375
|
+
""
|
|
6376
|
+
],
|
|
6149
6377
|
"Removed component from content view": [
|
|
6150
6378
|
""
|
|
6151
6379
|
],
|
|
@@ -6164,6 +6392,9 @@
|
|
|
6164
6392
|
"Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
|
|
6165
6393
|
""
|
|
6166
6394
|
],
|
|
6395
|
+
"Repair": [
|
|
6396
|
+
""
|
|
6397
|
+
],
|
|
6167
6398
|
"Replace content source on the target machine": [
|
|
6168
6399
|
""
|
|
6169
6400
|
],
|
|
@@ -6182,12 +6413,18 @@
|
|
|
6182
6413
|
"Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
|
|
6183
6414
|
""
|
|
6184
6415
|
],
|
|
6416
|
+
"Repositories certs reset": [
|
|
6417
|
+
""
|
|
6418
|
+
],
|
|
6185
6419
|
"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.": [
|
|
6186
6420
|
""
|
|
6187
6421
|
],
|
|
6188
6422
|
"Repositories from published Content Views are not allowed.": [
|
|
6189
6423
|
"Non sono permessi i repository delle Visualizzazioni del contenuto pubblicate."
|
|
6190
6424
|
],
|
|
6425
|
+
"Repositories gpg reset": [
|
|
6426
|
+
""
|
|
6427
|
+
],
|
|
6191
6428
|
"Repository": [
|
|
6192
6429
|
"Repository"
|
|
6193
6430
|
],
|
|
@@ -6353,6 +6590,9 @@
|
|
|
6353
6590
|
"Result": [
|
|
6354
6591
|
"Risultato"
|
|
6355
6592
|
],
|
|
6593
|
+
"Retain build profile upon unregistration": [
|
|
6594
|
+
""
|
|
6595
|
+
],
|
|
6356
6596
|
"Retrieve a single errata for a host": [
|
|
6357
6597
|
""
|
|
6358
6598
|
],
|
|
@@ -6545,6 +6785,21 @@
|
|
|
6545
6785
|
"Save Environments": [
|
|
6546
6786
|
""
|
|
6547
6787
|
],
|
|
6788
|
+
"Save artifact": [
|
|
6789
|
+
""
|
|
6790
|
+
],
|
|
6791
|
+
"Save distribution references": [
|
|
6792
|
+
""
|
|
6793
|
+
],
|
|
6794
|
+
"Save publication": [
|
|
6795
|
+
""
|
|
6796
|
+
],
|
|
6797
|
+
"Save version": [
|
|
6798
|
+
""
|
|
6799
|
+
],
|
|
6800
|
+
"Save versions": [
|
|
6801
|
+
""
|
|
6802
|
+
],
|
|
6548
6803
|
"Saving alternate content source...": [
|
|
6549
6804
|
""
|
|
6550
6805
|
],
|
|
@@ -6554,6 +6809,12 @@
|
|
|
6554
6809
|
"Scan a flatpak remote": [
|
|
6555
6810
|
""
|
|
6556
6811
|
],
|
|
6812
|
+
"Scan cdn": [
|
|
6813
|
+
""
|
|
6814
|
+
],
|
|
6815
|
+
"Scan remote": [
|
|
6816
|
+
""
|
|
6817
|
+
],
|
|
6557
6818
|
"Schema version 1": [
|
|
6558
6819
|
""
|
|
6559
6820
|
],
|
|
@@ -6602,6 +6863,9 @@
|
|
|
6602
6863
|
"Security errata installable": [
|
|
6603
6864
|
""
|
|
6604
6865
|
],
|
|
6866
|
+
"See child manifests": [
|
|
6867
|
+
""
|
|
6868
|
+
],
|
|
6605
6869
|
"Select": [
|
|
6606
6870
|
"Seleziona"
|
|
6607
6871
|
],
|
|
@@ -6713,6 +6977,9 @@
|
|
|
6713
6977
|
"Select host collection(s) to remove from host {hostName}.": [
|
|
6714
6978
|
""
|
|
6715
6979
|
],
|
|
6980
|
+
"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.": [
|
|
6981
|
+
""
|
|
6982
|
+
],
|
|
6716
6983
|
"Select hosts to assign to %s": [
|
|
6717
6984
|
"Seleziona host da assegnare a %s"
|
|
6718
6985
|
],
|
|
@@ -6833,6 +7100,9 @@
|
|
|
6833
7100
|
"Severity must be one of: %s": [
|
|
6834
7101
|
""
|
|
6835
7102
|
],
|
|
7103
|
+
"Show ${remainingCount} more": [
|
|
7104
|
+
""
|
|
7105
|
+
],
|
|
6836
7106
|
"Show %s": [
|
|
6837
7107
|
""
|
|
6838
7108
|
],
|
|
@@ -7316,9 +7586,6 @@
|
|
|
7316
7586
|
"Successfully added %s Host(s).": [
|
|
7317
7587
|
""
|
|
7318
7588
|
],
|
|
7319
|
-
"Successfully added %{count} content host(s) to host collection %{host_collection}.": [
|
|
7320
|
-
"Aggiunti con successo %{count} host di contenuto all'insieme %{host_collection}."
|
|
7321
|
-
],
|
|
7322
7589
|
"Successfully changed sync plan for %s product(s)": [
|
|
7323
7590
|
"Modificata con successo la programmazione per la sincronizzazione di %s prodotti"
|
|
7324
7591
|
],
|
|
@@ -7331,9 +7598,6 @@
|
|
|
7331
7598
|
"Successfully removed %s Host(s).": [
|
|
7332
7599
|
""
|
|
7333
7600
|
],
|
|
7334
|
-
"Successfully removed %{count} content host(s) from host collection %{host_collection}.": [
|
|
7335
|
-
"Rimossi con successo %{count} host di contenuto dall'insieme %{host_collection}."
|
|
7336
|
-
],
|
|
7337
7601
|
"Successfully synced capsule.": [
|
|
7338
7602
|
""
|
|
7339
7603
|
],
|
|
@@ -7352,6 +7616,9 @@
|
|
|
7352
7616
|
"Supported Content Types": [
|
|
7353
7617
|
""
|
|
7354
7618
|
],
|
|
7619
|
+
"Sync": [
|
|
7620
|
+
""
|
|
7621
|
+
],
|
|
7355
7622
|
"Sync Canceled": [
|
|
7356
7623
|
"Sincronizzazione cancellata"
|
|
7357
7624
|
],
|
|
@@ -7406,6 +7673,9 @@
|
|
|
7406
7673
|
"Sync all repositories for a product": [
|
|
7407
7674
|
""
|
|
7408
7675
|
],
|
|
7676
|
+
"Sync capsule": [
|
|
7677
|
+
""
|
|
7678
|
+
],
|
|
7409
7679
|
"Sync complete.": [
|
|
7410
7680
|
"Sincronizzazione completa."
|
|
7411
7681
|
],
|
|
@@ -7424,6 +7694,9 @@
|
|
|
7424
7694
|
"Sync state": [
|
|
7425
7695
|
""
|
|
7426
7696
|
],
|
|
7697
|
+
"Syncable export": [
|
|
7698
|
+
""
|
|
7699
|
+
],
|
|
7427
7700
|
"Synced": [
|
|
7428
7701
|
""
|
|
7429
7702
|
],
|
|
@@ -7433,9 +7706,6 @@
|
|
|
7433
7706
|
"Synced Content": [
|
|
7434
7707
|
""
|
|
7435
7708
|
],
|
|
7436
|
-
"Synced container images content": [
|
|
7437
|
-
""
|
|
7438
|
-
],
|
|
7439
7709
|
"Synchronize": [
|
|
7440
7710
|
"Sincronizza"
|
|
7441
7711
|
],
|
|
@@ -7478,6 +7748,9 @@
|
|
|
7478
7748
|
"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.": [
|
|
7479
7749
|
""
|
|
7480
7750
|
],
|
|
7751
|
+
"Tag": [
|
|
7752
|
+
""
|
|
7753
|
+
],
|
|
7481
7754
|
"Tag name": [
|
|
7482
7755
|
""
|
|
7483
7756
|
],
|
|
@@ -7928,6 +8201,9 @@
|
|
|
7928
8201
|
"To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories.": [
|
|
7929
8202
|
""
|
|
7930
8203
|
],
|
|
8204
|
+
"To manage host collections, a specific organization must be selected from the organization context.": [
|
|
8205
|
+
""
|
|
8206
|
+
],
|
|
7931
8207
|
"To manage host content overrides, a specific organization must be selected from the organization context.": [
|
|
7932
8208
|
""
|
|
7933
8209
|
],
|
|
@@ -8246,15 +8522,27 @@
|
|
|
8246
8522
|
"Update content counts for the smart proxy": [
|
|
8247
8523
|
""
|
|
8248
8524
|
],
|
|
8525
|
+
"Update content urls": [
|
|
8526
|
+
""
|
|
8527
|
+
],
|
|
8249
8528
|
"Update content view environments for host": [
|
|
8250
8529
|
""
|
|
8251
8530
|
],
|
|
8252
8531
|
"Update content view environments for host %s": [
|
|
8253
8532
|
""
|
|
8254
8533
|
],
|
|
8534
|
+
"Update distributions": [
|
|
8535
|
+
""
|
|
8536
|
+
],
|
|
8255
8537
|
"Update hosts manually": [
|
|
8256
8538
|
""
|
|
8257
8539
|
],
|
|
8540
|
+
"Update http proxy": [
|
|
8541
|
+
""
|
|
8542
|
+
],
|
|
8543
|
+
"Update http proxy details": [
|
|
8544
|
+
""
|
|
8545
|
+
],
|
|
8258
8546
|
"Update installed packages, enabled repos, module inventory": [
|
|
8259
8547
|
""
|
|
8260
8548
|
],
|
|
@@ -8270,12 +8558,21 @@
|
|
|
8270
8558
|
"Update packages via Katello interface": [
|
|
8271
8559
|
""
|
|
8272
8560
|
],
|
|
8561
|
+
"Update redhat repository": [
|
|
8562
|
+
""
|
|
8563
|
+
],
|
|
8273
8564
|
"Update release version for host": [
|
|
8274
8565
|
""
|
|
8275
8566
|
],
|
|
8276
8567
|
"Update release version for host %s": [
|
|
8277
8568
|
""
|
|
8278
8569
|
],
|
|
8570
|
+
"Update remote": [
|
|
8571
|
+
""
|
|
8572
|
+
],
|
|
8573
|
+
"Update repository": [
|
|
8574
|
+
""
|
|
8575
|
+
],
|
|
8279
8576
|
"Update services requiring restart": [
|
|
8280
8577
|
""
|
|
8281
8578
|
],
|
|
@@ -8366,6 +8663,12 @@
|
|
|
8366
8663
|
"Upload a subscription manifest": [
|
|
8367
8664
|
"Carica un manifesto della sottoscrizione"
|
|
8368
8665
|
],
|
|
8666
|
+
"Upload content": [
|
|
8667
|
+
""
|
|
8668
|
+
],
|
|
8669
|
+
"Upload file": [
|
|
8670
|
+
""
|
|
8671
|
+
],
|
|
8369
8672
|
"Upload into": [
|
|
8370
8673
|
"Carica in"
|
|
8371
8674
|
],
|
|
@@ -8375,6 +8678,9 @@
|
|
|
8375
8678
|
"Upload request id": [
|
|
8376
8679
|
"Carica l'id delle richieste"
|
|
8377
8680
|
],
|
|
8681
|
+
"Upload tag": [
|
|
8682
|
+
""
|
|
8683
|
+
],
|
|
8378
8684
|
"Upstream Candlepin": [
|
|
8379
8685
|
""
|
|
8380
8686
|
],
|
|
@@ -8495,6 +8801,9 @@
|
|
|
8495
8801
|
"Verify SSL": [
|
|
8496
8802
|
"Verifica SSL"
|
|
8497
8803
|
],
|
|
8804
|
+
"Verify checksum": [
|
|
8805
|
+
""
|
|
8806
|
+
],
|
|
8498
8807
|
"Verify checksum for content on smart proxy": [
|
|
8499
8808
|
""
|
|
8500
8809
|
],
|
|
@@ -8588,6 +8897,15 @@
|
|
|
8588
8897
|
"View documentation": [
|
|
8589
8898
|
""
|
|
8590
8899
|
],
|
|
8900
|
+
"View here": [
|
|
8901
|
+
""
|
|
8902
|
+
],
|
|
8903
|
+
"View labels and annotations": [
|
|
8904
|
+
""
|
|
8905
|
+
],
|
|
8906
|
+
"View labels and annotations for image ": [
|
|
8907
|
+
""
|
|
8908
|
+
],
|
|
8591
8909
|
"View matching content": [
|
|
8592
8910
|
""
|
|
8593
8911
|
],
|
|
@@ -8627,6 +8945,9 @@
|
|
|
8627
8945
|
"When \\\"Upstream URL\\\" is set, \\\"Releases/Distributions\\\" must also be set!": [
|
|
8628
8946
|
""
|
|
8629
8947
|
],
|
|
8948
|
+
"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.": [
|
|
8949
|
+
""
|
|
8950
|
+
],
|
|
8630
8951
|
"When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')": [
|
|
8631
8952
|
""
|
|
8632
8953
|
],
|