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