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/sv_SE/katello.po
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
#
|
|
11
11
|
msgid ""
|
|
12
12
|
msgstr ""
|
|
13
|
-
"Project-Id-Version: katello 4.19.0.
|
|
13
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
|
15
15
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
16
16
|
"Last-Translator: Mikael Fridh <frimik@gmail.com>, 2022\n"
|
|
@@ -117,6 +117,9 @@ msgstr ""
|
|
|
117
117
|
msgid "${selectedContentType} will appear here when created."
|
|
118
118
|
msgstr ""
|
|
119
119
|
|
|
120
|
+
msgid "${totalCount} labels and annotations"
|
|
121
|
+
msgstr ""
|
|
122
|
+
|
|
120
123
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
121
124
|
msgstr ""
|
|
122
125
|
|
|
@@ -470,6 +473,9 @@ msgstr ""
|
|
|
470
473
|
msgid "About page"
|
|
471
474
|
msgstr ""
|
|
472
475
|
|
|
476
|
+
msgid "Abstract async task"
|
|
477
|
+
msgstr ""
|
|
478
|
+
|
|
473
479
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
474
480
|
msgstr ""
|
|
475
481
|
|
|
@@ -617,6 +623,9 @@ msgstr ""
|
|
|
617
623
|
msgid "Add repositories with package groups to content view to select them here."
|
|
618
624
|
msgstr ""
|
|
619
625
|
|
|
626
|
+
msgid "Add rolling repo clone"
|
|
627
|
+
msgstr ""
|
|
628
|
+
|
|
620
629
|
msgid "Add rule"
|
|
621
630
|
msgstr ""
|
|
622
631
|
|
|
@@ -635,12 +644,18 @@ msgstr ""
|
|
|
635
644
|
msgid "Add to a host collection"
|
|
636
645
|
msgstr ""
|
|
637
646
|
|
|
647
|
+
msgid "Add to host collections"
|
|
648
|
+
msgstr ""
|
|
649
|
+
|
|
638
650
|
msgid "Added"
|
|
639
651
|
msgstr ""
|
|
640
652
|
|
|
641
653
|
msgid "Added %s"
|
|
642
654
|
msgstr ""
|
|
643
655
|
|
|
656
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
657
|
+
msgstr ""
|
|
658
|
+
|
|
644
659
|
msgid "Added Content:"
|
|
645
660
|
msgstr ""
|
|
646
661
|
|
|
@@ -683,6 +698,9 @@ msgstr ""
|
|
|
683
698
|
msgid "All errata up-to-date"
|
|
684
699
|
msgstr ""
|
|
685
700
|
|
|
701
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
702
|
+
msgstr ""
|
|
703
|
+
|
|
686
704
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
687
705
|
msgstr ""
|
|
688
706
|
|
|
@@ -768,6 +786,9 @@ msgid ""
|
|
|
768
786
|
"%{error_message}"
|
|
769
787
|
msgstr ""
|
|
770
788
|
|
|
789
|
+
msgid "An error occurred while updating host collections"
|
|
790
|
+
msgstr ""
|
|
791
|
+
|
|
771
792
|
msgid "An option to specify how many ostree commits to traverse."
|
|
772
793
|
msgstr ""
|
|
773
794
|
|
|
@@ -1055,6 +1076,9 @@ msgstr "Bokmärk denna sökning"
|
|
|
1055
1076
|
msgid "Bookmarks marked as public are available to all users"
|
|
1056
1077
|
msgstr ""
|
|
1057
1078
|
|
|
1079
|
+
msgid "Bootable"
|
|
1080
|
+
msgstr ""
|
|
1081
|
+
|
|
1058
1082
|
msgid "Bootc rollback via Bootc interface"
|
|
1059
1083
|
msgstr ""
|
|
1060
1084
|
|
|
@@ -1379,6 +1403,9 @@ msgstr ""
|
|
|
1379
1403
|
msgid "Change content view environments"
|
|
1380
1404
|
msgstr ""
|
|
1381
1405
|
|
|
1406
|
+
msgid "Change host collections"
|
|
1407
|
+
msgstr ""
|
|
1408
|
+
|
|
1382
1409
|
msgid "Change host content source"
|
|
1383
1410
|
msgstr ""
|
|
1384
1411
|
|
|
@@ -1466,6 +1493,9 @@ msgstr ""
|
|
|
1466
1493
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1467
1494
|
msgstr ""
|
|
1468
1495
|
|
|
1496
|
+
msgid "Commit upload"
|
|
1497
|
+
msgstr ""
|
|
1498
|
+
|
|
1469
1499
|
msgid "Compare"
|
|
1470
1500
|
msgstr ""
|
|
1471
1501
|
|
|
@@ -1820,15 +1850,27 @@ msgstr ""
|
|
|
1820
1850
|
msgid "Copy"
|
|
1821
1851
|
msgstr ""
|
|
1822
1852
|
|
|
1853
|
+
msgid "Copy all units"
|
|
1854
|
+
msgstr ""
|
|
1855
|
+
|
|
1823
1856
|
msgid "Copy an activation key"
|
|
1824
1857
|
msgstr ""
|
|
1825
1858
|
|
|
1859
|
+
msgid "Copy content"
|
|
1860
|
+
msgstr ""
|
|
1861
|
+
|
|
1826
1862
|
msgid "Copy content view"
|
|
1827
1863
|
msgstr ""
|
|
1828
1864
|
|
|
1829
1865
|
msgid "Copy to clipboard"
|
|
1830
1866
|
msgstr ""
|
|
1831
1867
|
|
|
1868
|
+
msgid "Copy version"
|
|
1869
|
+
msgstr ""
|
|
1870
|
+
|
|
1871
|
+
msgid "Copy version units to library"
|
|
1872
|
+
msgstr ""
|
|
1873
|
+
|
|
1832
1874
|
msgid "Cores per socket"
|
|
1833
1875
|
msgstr ""
|
|
1834
1876
|
|
|
@@ -2042,18 +2084,36 @@ msgstr ""
|
|
|
2042
2084
|
msgid "Create content view"
|
|
2043
2085
|
msgstr ""
|
|
2044
2086
|
|
|
2087
|
+
msgid "Create exporter"
|
|
2088
|
+
msgstr ""
|
|
2089
|
+
|
|
2045
2090
|
msgid "Create filter"
|
|
2046
2091
|
msgstr ""
|
|
2047
2092
|
|
|
2048
2093
|
msgid "Create host collection"
|
|
2049
2094
|
msgstr ""
|
|
2050
2095
|
|
|
2096
|
+
msgid "Create import"
|
|
2097
|
+
msgstr ""
|
|
2098
|
+
|
|
2099
|
+
msgid "Create importer"
|
|
2100
|
+
msgstr ""
|
|
2101
|
+
|
|
2051
2102
|
msgid "Create new activation key"
|
|
2052
2103
|
msgstr ""
|
|
2053
2104
|
|
|
2054
2105
|
msgid "Create organization"
|
|
2055
2106
|
msgstr ""
|
|
2056
2107
|
|
|
2108
|
+
msgid "Create publication"
|
|
2109
|
+
msgstr ""
|
|
2110
|
+
|
|
2111
|
+
msgid "Create remote"
|
|
2112
|
+
msgstr ""
|
|
2113
|
+
|
|
2114
|
+
msgid "Creation"
|
|
2115
|
+
msgstr ""
|
|
2116
|
+
|
|
2057
2117
|
msgid "Credentials"
|
|
2058
2118
|
msgstr ""
|
|
2059
2119
|
|
|
@@ -2315,12 +2375,36 @@ msgstr ""
|
|
|
2315
2375
|
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."
|
|
2316
2376
|
msgstr ""
|
|
2317
2377
|
|
|
2378
|
+
msgid "Delete distributions"
|
|
2379
|
+
msgstr ""
|
|
2380
|
+
|
|
2318
2381
|
msgid "Delete manifest from Red Hat provider"
|
|
2319
2382
|
msgstr ""
|
|
2320
2383
|
|
|
2321
2384
|
msgid "Delete multiple filters from a content view"
|
|
2322
2385
|
msgstr ""
|
|
2323
2386
|
|
|
2387
|
+
msgid "Delete orphan alternate content sources"
|
|
2388
|
+
msgstr ""
|
|
2389
|
+
|
|
2390
|
+
msgid "Delete orphan distributions"
|
|
2391
|
+
msgstr ""
|
|
2392
|
+
|
|
2393
|
+
msgid "Delete orphan remotes"
|
|
2394
|
+
msgstr ""
|
|
2395
|
+
|
|
2396
|
+
msgid "Delete orphan repository versions"
|
|
2397
|
+
msgstr ""
|
|
2398
|
+
|
|
2399
|
+
msgid "Delete orphaned migrated repositories"
|
|
2400
|
+
msgstr ""
|
|
2401
|
+
|
|
2402
|
+
msgid "Delete remote"
|
|
2403
|
+
msgstr ""
|
|
2404
|
+
|
|
2405
|
+
msgid "Delete repository references"
|
|
2406
|
+
msgstr ""
|
|
2407
|
+
|
|
2324
2408
|
msgid "Delete version"
|
|
2325
2409
|
msgstr ""
|
|
2326
2410
|
|
|
@@ -2420,6 +2504,12 @@ msgstr ""
|
|
|
2420
2504
|
msgid "Destroy an environment in an organization"
|
|
2421
2505
|
msgstr ""
|
|
2422
2506
|
|
|
2507
|
+
msgid "Destroy exporter"
|
|
2508
|
+
msgstr ""
|
|
2509
|
+
|
|
2510
|
+
msgid "Destroy importer"
|
|
2511
|
+
msgstr ""
|
|
2512
|
+
|
|
2423
2513
|
msgid "Destroy one or more alternate content sources"
|
|
2424
2514
|
msgstr ""
|
|
2425
2515
|
|
|
@@ -2465,6 +2555,9 @@ msgstr "Inaktiverad"
|
|
|
2465
2555
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2466
2556
|
msgstr ""
|
|
2467
2557
|
|
|
2558
|
+
msgid "Discover"
|
|
2559
|
+
msgstr ""
|
|
2560
|
+
|
|
2468
2561
|
msgid "Discover Repositories"
|
|
2469
2562
|
msgstr ""
|
|
2470
2563
|
|
|
@@ -2600,9 +2693,6 @@ msgstr ""
|
|
|
2600
2693
|
msgid "Enable repository sets"
|
|
2601
2694
|
msgstr ""
|
|
2602
2695
|
|
|
2603
|
-
msgid "Enable structured APT for deb content"
|
|
2604
|
-
msgstr ""
|
|
2605
|
-
|
|
2606
2696
|
msgid "Enable/Disable auto publish of composite view"
|
|
2607
2697
|
msgstr ""
|
|
2608
2698
|
|
|
@@ -2663,6 +2753,9 @@ msgstr ""
|
|
|
2663
2753
|
msgid "Environment cannot be in its own promotion path"
|
|
2664
2754
|
msgstr ""
|
|
2665
2755
|
|
|
2756
|
+
msgid "Environment contents refresh"
|
|
2757
|
+
msgstr ""
|
|
2758
|
+
|
|
2666
2759
|
msgid "Environment identifier"
|
|
2667
2760
|
msgstr ""
|
|
2668
2761
|
|
|
@@ -2702,6 +2795,9 @@ msgstr ""
|
|
|
2702
2795
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2703
2796
|
msgstr ""
|
|
2704
2797
|
|
|
2798
|
+
msgid "Errata mail"
|
|
2799
|
+
msgstr ""
|
|
2800
|
+
|
|
2705
2801
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2706
2802
|
msgstr ""
|
|
2707
2803
|
|
|
@@ -2867,6 +2963,9 @@ msgstr ""
|
|
|
2867
2963
|
msgid "Fetch installable errata for one or more hosts."
|
|
2868
2964
|
msgstr ""
|
|
2869
2965
|
|
|
2966
|
+
msgid "Fetch pxe files"
|
|
2967
|
+
msgstr ""
|
|
2968
|
+
|
|
2870
2969
|
msgid "Fetch traces for one or more hosts"
|
|
2871
2970
|
msgstr ""
|
|
2872
2971
|
|
|
@@ -2960,6 +3059,9 @@ msgstr ""
|
|
|
2960
3059
|
msgid "Filter versions that are components in the specified composite version"
|
|
2961
3060
|
msgstr ""
|
|
2962
3061
|
|
|
3062
|
+
msgid "Filtered index content"
|
|
3063
|
+
msgstr ""
|
|
3064
|
+
|
|
2963
3065
|
msgid "Filters"
|
|
2964
3066
|
msgstr "Filter"
|
|
2965
3067
|
|
|
@@ -2981,6 +3083,9 @@ msgstr ""
|
|
|
2981
3083
|
msgid "Finished"
|
|
2982
3084
|
msgstr ""
|
|
2983
3085
|
|
|
3086
|
+
msgid "Flatpak"
|
|
3087
|
+
msgstr ""
|
|
3088
|
+
|
|
2984
3089
|
msgid "Flatpak Remote ${name} created"
|
|
2985
3090
|
msgstr ""
|
|
2986
3091
|
|
|
@@ -3073,6 +3178,9 @@ msgstr ""
|
|
|
3073
3178
|
msgid "Generate host applicability"
|
|
3074
3179
|
msgstr ""
|
|
3075
3180
|
|
|
3181
|
+
msgid "Generate metadata"
|
|
3182
|
+
msgstr ""
|
|
3183
|
+
|
|
3076
3184
|
msgid "Generate repository applicability"
|
|
3077
3185
|
msgstr ""
|
|
3078
3186
|
|
|
@@ -3313,6 +3421,12 @@ msgstr ""
|
|
|
3313
3421
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3314
3422
|
msgstr ""
|
|
3315
3423
|
|
|
3424
|
+
msgid "Hypervisors"
|
|
3425
|
+
msgstr ""
|
|
3426
|
+
|
|
3427
|
+
msgid "Hypervisors update"
|
|
3428
|
+
msgstr ""
|
|
3429
|
+
|
|
3316
3430
|
msgid "ID"
|
|
3317
3431
|
msgstr ""
|
|
3318
3432
|
|
|
@@ -3501,9 +3615,6 @@ msgstr ""
|
|
|
3501
3615
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3502
3616
|
msgstr ""
|
|
3503
3617
|
|
|
3504
|
-
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'."
|
|
3505
|
-
msgstr ""
|
|
3506
|
-
|
|
3507
3618
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3508
3619
|
msgstr ""
|
|
3509
3620
|
|
|
@@ -3633,6 +3744,9 @@ msgstr ""
|
|
|
3633
3744
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3634
3745
|
msgstr ""
|
|
3635
3746
|
|
|
3747
|
+
msgid "Import migration"
|
|
3748
|
+
msgstr ""
|
|
3749
|
+
|
|
3636
3750
|
msgid "Import new manifest"
|
|
3637
3751
|
msgstr ""
|
|
3638
3752
|
|
|
@@ -3642,6 +3756,12 @@ msgstr ""
|
|
|
3642
3756
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3643
3757
|
msgstr ""
|
|
3644
3758
|
|
|
3759
|
+
msgid "Import repository upload"
|
|
3760
|
+
msgstr ""
|
|
3761
|
+
|
|
3762
|
+
msgid "Import upload"
|
|
3763
|
+
msgstr ""
|
|
3764
|
+
|
|
3645
3765
|
msgid "Import uploads into a repository"
|
|
3646
3766
|
msgstr ""
|
|
3647
3767
|
|
|
@@ -3708,6 +3828,9 @@ msgstr ""
|
|
|
3708
3828
|
msgid "Incremental Update incomplete."
|
|
3709
3829
|
msgstr ""
|
|
3710
3830
|
|
|
3831
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3832
|
+
msgstr ""
|
|
3833
|
+
|
|
3711
3834
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3712
3835
|
msgstr ""
|
|
3713
3836
|
|
|
@@ -3720,12 +3843,27 @@ msgstr ""
|
|
|
3720
3843
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3721
3844
|
msgstr ""
|
|
3722
3845
|
|
|
3846
|
+
msgid "Index content"
|
|
3847
|
+
msgstr ""
|
|
3848
|
+
|
|
3849
|
+
msgid "Index errata"
|
|
3850
|
+
msgstr ""
|
|
3851
|
+
|
|
3852
|
+
msgid "Index module streams"
|
|
3853
|
+
msgstr ""
|
|
3854
|
+
|
|
3855
|
+
msgid "Index package groups"
|
|
3856
|
+
msgstr ""
|
|
3857
|
+
|
|
3723
3858
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3724
3859
|
msgstr ""
|
|
3725
3860
|
|
|
3726
3861
|
msgid "Inherit from Repository"
|
|
3727
3862
|
msgstr ""
|
|
3728
3863
|
|
|
3864
|
+
msgid "Initialize"
|
|
3865
|
+
msgstr ""
|
|
3866
|
+
|
|
3729
3867
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3730
3868
|
msgstr ""
|
|
3731
3869
|
|
|
@@ -3801,9 +3939,15 @@ msgstr ""
|
|
|
3801
3939
|
msgid "Installing Package..."
|
|
3802
3940
|
msgstr ""
|
|
3803
3941
|
|
|
3942
|
+
msgid "Instance update"
|
|
3943
|
+
msgstr ""
|
|
3944
|
+
|
|
3804
3945
|
msgid "Instance-based"
|
|
3805
3946
|
msgstr ""
|
|
3806
3947
|
|
|
3948
|
+
msgid "Insufficient space for selected hosts"
|
|
3949
|
+
msgstr ""
|
|
3950
|
+
|
|
3807
3951
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3808
3952
|
msgstr ""
|
|
3809
3953
|
|
|
@@ -4038,6 +4182,15 @@ msgstr ""
|
|
|
4038
4182
|
msgid "Label of the flatpak remote"
|
|
4039
4183
|
msgstr ""
|
|
4040
4184
|
|
|
4185
|
+
msgid "Labels"
|
|
4186
|
+
msgstr ""
|
|
4187
|
+
|
|
4188
|
+
msgid "Labels and annotations"
|
|
4189
|
+
msgstr ""
|
|
4190
|
+
|
|
4191
|
+
msgid "Labels | Annotations"
|
|
4192
|
+
msgstr ""
|
|
4193
|
+
|
|
4041
4194
|
msgid "Last check-in:"
|
|
4042
4195
|
msgstr ""
|
|
4043
4196
|
|
|
@@ -4140,6 +4293,9 @@ msgstr ""
|
|
|
4140
4293
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4141
4294
|
msgstr ""
|
|
4142
4295
|
|
|
4296
|
+
msgid "Limit"
|
|
4297
|
+
msgstr ""
|
|
4298
|
+
|
|
4143
4299
|
msgid "Limit actions to content in the host's environment."
|
|
4144
4300
|
msgstr ""
|
|
4145
4301
|
|
|
@@ -4470,12 +4626,18 @@ msgstr ""
|
|
|
4470
4626
|
msgid "Manifest"
|
|
4471
4627
|
msgstr ""
|
|
4472
4628
|
|
|
4629
|
+
msgid "Manifest Details"
|
|
4630
|
+
msgstr ""
|
|
4631
|
+
|
|
4473
4632
|
msgid "Manifest History"
|
|
4474
4633
|
msgstr ""
|
|
4475
4634
|
|
|
4476
4635
|
msgid "Manifest deleted"
|
|
4477
4636
|
msgstr ""
|
|
4478
4637
|
|
|
4638
|
+
msgid "Manifest digest"
|
|
4639
|
+
msgstr ""
|
|
4640
|
+
|
|
4479
4641
|
msgid "Manifest does not have a valid subscription"
|
|
4480
4642
|
msgstr ""
|
|
4481
4643
|
|
|
@@ -4560,6 +4722,9 @@ msgstr "Meddelande"
|
|
|
4560
4722
|
msgid "Messaging connection"
|
|
4561
4723
|
msgstr ""
|
|
4562
4724
|
|
|
4725
|
+
msgid "Metadata generate"
|
|
4726
|
+
msgstr ""
|
|
4727
|
+
|
|
4563
4728
|
msgid ""
|
|
4564
4729
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4565
4730
|
"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."
|
|
@@ -4598,6 +4763,9 @@ msgstr "Modell"
|
|
|
4598
4763
|
msgid "Moderate"
|
|
4599
4764
|
msgstr ""
|
|
4600
4765
|
|
|
4766
|
+
msgid "Modified"
|
|
4767
|
+
msgstr ""
|
|
4768
|
+
|
|
4601
4769
|
msgid "Modify via remote execution"
|
|
4602
4770
|
msgstr ""
|
|
4603
4771
|
|
|
@@ -4625,6 +4793,15 @@ msgstr ""
|
|
|
4625
4793
|
msgid "Multi Content View Environment"
|
|
4626
4794
|
msgstr ""
|
|
4627
4795
|
|
|
4796
|
+
msgid "Multi copy all units"
|
|
4797
|
+
msgstr ""
|
|
4798
|
+
|
|
4799
|
+
msgid "Multi copy content"
|
|
4800
|
+
msgstr ""
|
|
4801
|
+
|
|
4802
|
+
msgid "Multi copy units"
|
|
4803
|
+
msgstr ""
|
|
4804
|
+
|
|
4628
4805
|
msgid "Multi-entitlement"
|
|
4629
4806
|
msgstr ""
|
|
4630
4807
|
|
|
@@ -4925,6 +5102,9 @@ msgstr ""
|
|
|
4925
5102
|
msgid "No items have been specified."
|
|
4926
5103
|
msgstr ""
|
|
4927
5104
|
|
|
5105
|
+
msgid "No labels"
|
|
5106
|
+
msgstr ""
|
|
5107
|
+
|
|
4928
5108
|
msgid "No manifest file uploaded"
|
|
4929
5109
|
msgstr ""
|
|
4930
5110
|
|
|
@@ -5264,6 +5444,9 @@ msgstr ""
|
|
|
5264
5444
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5265
5445
|
msgstr ""
|
|
5266
5446
|
|
|
5447
|
+
msgid "Organization must be specified when providing product by name."
|
|
5448
|
+
msgstr ""
|
|
5449
|
+
|
|
5267
5450
|
msgid "Organization not found"
|
|
5268
5451
|
msgstr ""
|
|
5269
5452
|
|
|
@@ -5665,6 +5848,9 @@ msgstr ""
|
|
|
5665
5848
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5666
5849
|
msgstr ""
|
|
5667
5850
|
|
|
5851
|
+
msgid "Product must be specified."
|
|
5852
|
+
msgstr ""
|
|
5853
|
+
|
|
5668
5854
|
msgid "Product name"
|
|
5669
5855
|
msgstr ""
|
|
5670
5856
|
|
|
@@ -5827,6 +6013,9 @@ msgstr ""
|
|
|
5827
6013
|
msgid "Pulp task error"
|
|
5828
6014
|
msgstr ""
|
|
5829
6015
|
|
|
6016
|
+
msgid "Purge completed tasks"
|
|
6017
|
+
msgstr ""
|
|
6018
|
+
|
|
5830
6019
|
msgid "Python Package"
|
|
5831
6020
|
msgstr ""
|
|
5832
6021
|
|
|
@@ -5926,6 +6115,9 @@ msgstr ""
|
|
|
5926
6115
|
msgid "Reclaim Space"
|
|
5927
6116
|
msgstr ""
|
|
5928
6117
|
|
|
6118
|
+
msgid "Reclaim space"
|
|
6119
|
+
msgstr ""
|
|
6120
|
+
|
|
5929
6121
|
msgid "Reclaim space from On Demand repositories"
|
|
5930
6122
|
msgstr ""
|
|
5931
6123
|
|
|
@@ -5992,6 +6184,9 @@ msgstr ""
|
|
|
5992
6184
|
msgid "Refresh all alternate content sources"
|
|
5993
6185
|
msgstr ""
|
|
5994
6186
|
|
|
6187
|
+
msgid "Refresh all distributions"
|
|
6188
|
+
msgstr ""
|
|
6189
|
+
|
|
5995
6190
|
msgid "Refresh alternate content sources"
|
|
5996
6191
|
msgstr ""
|
|
5997
6192
|
|
|
@@ -6004,15 +6199,27 @@ msgstr ""
|
|
|
6004
6199
|
msgid "Refresh counts"
|
|
6005
6200
|
msgstr ""
|
|
6006
6201
|
|
|
6202
|
+
msgid "Refresh distribution"
|
|
6203
|
+
msgstr ""
|
|
6204
|
+
|
|
6007
6205
|
msgid "Refresh errata applicability"
|
|
6008
6206
|
msgstr ""
|
|
6009
6207
|
|
|
6208
|
+
msgid "Refresh if needed"
|
|
6209
|
+
msgstr ""
|
|
6210
|
+
|
|
6010
6211
|
msgid "Refresh package applicability"
|
|
6011
6212
|
msgstr ""
|
|
6012
6213
|
|
|
6013
6214
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6014
6215
|
msgstr ""
|
|
6015
6216
|
|
|
6217
|
+
msgid "Refresh remote"
|
|
6218
|
+
msgstr ""
|
|
6219
|
+
|
|
6220
|
+
msgid "Refresh repos"
|
|
6221
|
+
msgstr ""
|
|
6222
|
+
|
|
6016
6223
|
msgid "Refresh source"
|
|
6017
6224
|
msgstr ""
|
|
6018
6225
|
|
|
@@ -6055,6 +6262,9 @@ msgstr ""
|
|
|
6055
6262
|
msgid "Registry token expiration time"
|
|
6056
6263
|
msgstr ""
|
|
6057
6264
|
|
|
6265
|
+
msgid "Reindex subscriptions"
|
|
6266
|
+
msgstr ""
|
|
6267
|
+
|
|
6058
6268
|
msgid "Related composite content views"
|
|
6059
6269
|
msgstr ""
|
|
6060
6270
|
|
|
@@ -6130,6 +6340,9 @@ msgstr ""
|
|
|
6130
6340
|
msgid "Remove from environments"
|
|
6131
6341
|
msgstr ""
|
|
6132
6342
|
|
|
6343
|
+
msgid "Remove from host collections"
|
|
6344
|
+
msgstr ""
|
|
6345
|
+
|
|
6133
6346
|
msgid "Remove host from collections"
|
|
6134
6347
|
msgstr ""
|
|
6135
6348
|
|
|
@@ -6151,6 +6364,9 @@ msgstr ""
|
|
|
6151
6364
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6152
6365
|
msgstr ""
|
|
6153
6366
|
|
|
6367
|
+
msgid "Remove orphans"
|
|
6368
|
+
msgstr ""
|
|
6369
|
+
|
|
6154
6370
|
msgid "Remove package group via Katello interface"
|
|
6155
6371
|
msgstr ""
|
|
6156
6372
|
|
|
@@ -6166,12 +6382,24 @@ msgstr ""
|
|
|
6166
6382
|
msgid "Remove products from sync plan"
|
|
6167
6383
|
msgstr ""
|
|
6168
6384
|
|
|
6385
|
+
msgid "Remove rolling repo clone"
|
|
6386
|
+
msgstr ""
|
|
6387
|
+
|
|
6388
|
+
msgid "Remove units"
|
|
6389
|
+
msgstr ""
|
|
6390
|
+
|
|
6391
|
+
msgid "Remove unneeded repos"
|
|
6392
|
+
msgstr ""
|
|
6393
|
+
|
|
6169
6394
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6170
6395
|
msgstr ""
|
|
6171
6396
|
|
|
6172
6397
|
msgid "Remove versions from environments"
|
|
6173
6398
|
msgstr ""
|
|
6174
6399
|
|
|
6400
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6401
|
+
msgstr ""
|
|
6402
|
+
|
|
6175
6403
|
msgid "Removed component from content view"
|
|
6176
6404
|
msgstr ""
|
|
6177
6405
|
|
|
@@ -6190,6 +6418,9 @@ msgstr ""
|
|
|
6190
6418
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6191
6419
|
msgstr ""
|
|
6192
6420
|
|
|
6421
|
+
msgid "Repair"
|
|
6422
|
+
msgstr ""
|
|
6423
|
+
|
|
6193
6424
|
msgid "Replace content source on the target machine"
|
|
6194
6425
|
msgstr ""
|
|
6195
6426
|
|
|
@@ -6208,12 +6439,18 @@ msgstr ""
|
|
|
6208
6439
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6209
6440
|
msgstr ""
|
|
6210
6441
|
|
|
6442
|
+
msgid "Repositories certs reset"
|
|
6443
|
+
msgstr ""
|
|
6444
|
+
|
|
6211
6445
|
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."
|
|
6212
6446
|
msgstr ""
|
|
6213
6447
|
|
|
6214
6448
|
msgid "Repositories from published Content Views are not allowed."
|
|
6215
6449
|
msgstr ""
|
|
6216
6450
|
|
|
6451
|
+
msgid "Repositories gpg reset"
|
|
6452
|
+
msgstr ""
|
|
6453
|
+
|
|
6217
6454
|
msgid "Repository"
|
|
6218
6455
|
msgstr ""
|
|
6219
6456
|
|
|
@@ -6379,6 +6616,9 @@ msgstr ""
|
|
|
6379
6616
|
msgid "Result"
|
|
6380
6617
|
msgstr ""
|
|
6381
6618
|
|
|
6619
|
+
msgid "Retain build profile upon unregistration"
|
|
6620
|
+
msgstr ""
|
|
6621
|
+
|
|
6382
6622
|
msgid "Retrieve a single errata for a host"
|
|
6383
6623
|
msgstr ""
|
|
6384
6624
|
|
|
@@ -6571,6 +6811,21 @@ msgstr "Spara"
|
|
|
6571
6811
|
msgid "Save Environments"
|
|
6572
6812
|
msgstr ""
|
|
6573
6813
|
|
|
6814
|
+
msgid "Save artifact"
|
|
6815
|
+
msgstr ""
|
|
6816
|
+
|
|
6817
|
+
msgid "Save distribution references"
|
|
6818
|
+
msgstr ""
|
|
6819
|
+
|
|
6820
|
+
msgid "Save publication"
|
|
6821
|
+
msgstr ""
|
|
6822
|
+
|
|
6823
|
+
msgid "Save version"
|
|
6824
|
+
msgstr ""
|
|
6825
|
+
|
|
6826
|
+
msgid "Save versions"
|
|
6827
|
+
msgstr ""
|
|
6828
|
+
|
|
6574
6829
|
msgid "Saving alternate content source..."
|
|
6575
6830
|
msgstr ""
|
|
6576
6831
|
|
|
@@ -6580,6 +6835,12 @@ msgstr ""
|
|
|
6580
6835
|
msgid "Scan a flatpak remote"
|
|
6581
6836
|
msgstr ""
|
|
6582
6837
|
|
|
6838
|
+
msgid "Scan cdn"
|
|
6839
|
+
msgstr ""
|
|
6840
|
+
|
|
6841
|
+
msgid "Scan remote"
|
|
6842
|
+
msgstr ""
|
|
6843
|
+
|
|
6583
6844
|
msgid "Schema version 1"
|
|
6584
6845
|
msgstr ""
|
|
6585
6846
|
|
|
@@ -6628,6 +6889,9 @@ msgstr ""
|
|
|
6628
6889
|
msgid "Security errata installable"
|
|
6629
6890
|
msgstr ""
|
|
6630
6891
|
|
|
6892
|
+
msgid "See child manifests"
|
|
6893
|
+
msgstr ""
|
|
6894
|
+
|
|
6631
6895
|
msgid "Select"
|
|
6632
6896
|
msgstr "Välj"
|
|
6633
6897
|
|
|
@@ -6739,6 +7003,9 @@ msgstr ""
|
|
|
6739
7003
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6740
7004
|
msgstr ""
|
|
6741
7005
|
|
|
7006
|
+
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."
|
|
7007
|
+
msgstr ""
|
|
7008
|
+
|
|
6742
7009
|
msgid "Select hosts to assign to %s"
|
|
6743
7010
|
msgstr "Välj värdar att tilldela till %s"
|
|
6744
7011
|
|
|
@@ -6859,6 +7126,9 @@ msgstr ""
|
|
|
6859
7126
|
msgid "Severity must be one of: %s"
|
|
6860
7127
|
msgstr ""
|
|
6861
7128
|
|
|
7129
|
+
msgid "Show ${remainingCount} more"
|
|
7130
|
+
msgstr ""
|
|
7131
|
+
|
|
6862
7132
|
msgid "Show %s"
|
|
6863
7133
|
msgstr ""
|
|
6864
7134
|
|
|
@@ -7342,9 +7612,6 @@ msgstr "Lyckades"
|
|
|
7342
7612
|
msgid "Successfully added %s Host(s)."
|
|
7343
7613
|
msgstr ""
|
|
7344
7614
|
|
|
7345
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7346
|
-
msgstr ""
|
|
7347
|
-
|
|
7348
7615
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7349
7616
|
msgstr ""
|
|
7350
7617
|
|
|
@@ -7357,9 +7624,6 @@ msgstr ""
|
|
|
7357
7624
|
msgid "Successfully removed %s Host(s)."
|
|
7358
7625
|
msgstr ""
|
|
7359
7626
|
|
|
7360
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7361
|
-
msgstr ""
|
|
7362
|
-
|
|
7363
7627
|
msgid "Successfully synced capsule."
|
|
7364
7628
|
msgstr ""
|
|
7365
7629
|
|
|
@@ -7378,6 +7642,9 @@ msgstr ""
|
|
|
7378
7642
|
msgid "Supported Content Types"
|
|
7379
7643
|
msgstr ""
|
|
7380
7644
|
|
|
7645
|
+
msgid "Sync"
|
|
7646
|
+
msgstr ""
|
|
7647
|
+
|
|
7381
7648
|
msgid "Sync Canceled"
|
|
7382
7649
|
msgstr ""
|
|
7383
7650
|
|
|
@@ -7432,6 +7699,9 @@ msgstr ""
|
|
|
7432
7699
|
msgid "Sync all repositories for a product"
|
|
7433
7700
|
msgstr ""
|
|
7434
7701
|
|
|
7702
|
+
msgid "Sync capsule"
|
|
7703
|
+
msgstr ""
|
|
7704
|
+
|
|
7435
7705
|
msgid "Sync complete."
|
|
7436
7706
|
msgstr ""
|
|
7437
7707
|
|
|
@@ -7450,6 +7720,9 @@ msgstr ""
|
|
|
7450
7720
|
msgid "Sync state"
|
|
7451
7721
|
msgstr ""
|
|
7452
7722
|
|
|
7723
|
+
msgid "Syncable export"
|
|
7724
|
+
msgstr ""
|
|
7725
|
+
|
|
7453
7726
|
msgid "Synced"
|
|
7454
7727
|
msgstr ""
|
|
7455
7728
|
|
|
@@ -7459,9 +7732,6 @@ msgstr ""
|
|
|
7459
7732
|
msgid "Synced Content"
|
|
7460
7733
|
msgstr ""
|
|
7461
7734
|
|
|
7462
|
-
msgid "Synced container images content"
|
|
7463
|
-
msgstr ""
|
|
7464
|
-
|
|
7465
7735
|
msgid "Synchronize"
|
|
7466
7736
|
msgstr ""
|
|
7467
7737
|
|
|
@@ -7504,6 +7774,9 @@ msgstr ""
|
|
|
7504
7774
|
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."
|
|
7505
7775
|
msgstr ""
|
|
7506
7776
|
|
|
7777
|
+
msgid "Tag"
|
|
7778
|
+
msgstr ""
|
|
7779
|
+
|
|
7507
7780
|
msgid "Tag name"
|
|
7508
7781
|
msgstr ""
|
|
7509
7782
|
|
|
@@ -7958,6 +8231,9 @@ msgstr ""
|
|
|
7958
8231
|
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."
|
|
7959
8232
|
msgstr ""
|
|
7960
8233
|
|
|
8234
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8235
|
+
msgstr ""
|
|
8236
|
+
|
|
7961
8237
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
7962
8238
|
msgstr ""
|
|
7963
8239
|
|
|
@@ -8276,15 +8552,27 @@ msgstr ""
|
|
|
8276
8552
|
msgid "Update content counts for the smart proxy"
|
|
8277
8553
|
msgstr ""
|
|
8278
8554
|
|
|
8555
|
+
msgid "Update content urls"
|
|
8556
|
+
msgstr ""
|
|
8557
|
+
|
|
8279
8558
|
msgid "Update content view environments for host"
|
|
8280
8559
|
msgstr ""
|
|
8281
8560
|
|
|
8282
8561
|
msgid "Update content view environments for host %s"
|
|
8283
8562
|
msgstr ""
|
|
8284
8563
|
|
|
8564
|
+
msgid "Update distributions"
|
|
8565
|
+
msgstr ""
|
|
8566
|
+
|
|
8285
8567
|
msgid "Update hosts manually"
|
|
8286
8568
|
msgstr ""
|
|
8287
8569
|
|
|
8570
|
+
msgid "Update http proxy"
|
|
8571
|
+
msgstr ""
|
|
8572
|
+
|
|
8573
|
+
msgid "Update http proxy details"
|
|
8574
|
+
msgstr ""
|
|
8575
|
+
|
|
8288
8576
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8289
8577
|
msgstr ""
|
|
8290
8578
|
|
|
@@ -8300,12 +8588,21 @@ msgstr ""
|
|
|
8300
8588
|
msgid "Update packages via Katello interface"
|
|
8301
8589
|
msgstr ""
|
|
8302
8590
|
|
|
8591
|
+
msgid "Update redhat repository"
|
|
8592
|
+
msgstr ""
|
|
8593
|
+
|
|
8303
8594
|
msgid "Update release version for host"
|
|
8304
8595
|
msgstr ""
|
|
8305
8596
|
|
|
8306
8597
|
msgid "Update release version for host %s"
|
|
8307
8598
|
msgstr ""
|
|
8308
8599
|
|
|
8600
|
+
msgid "Update remote"
|
|
8601
|
+
msgstr ""
|
|
8602
|
+
|
|
8603
|
+
msgid "Update repository"
|
|
8604
|
+
msgstr ""
|
|
8605
|
+
|
|
8309
8606
|
msgid "Update services requiring restart"
|
|
8310
8607
|
msgstr ""
|
|
8311
8608
|
|
|
@@ -8396,6 +8693,12 @@ msgstr ""
|
|
|
8396
8693
|
msgid "Upload a subscription manifest"
|
|
8397
8694
|
msgstr ""
|
|
8398
8695
|
|
|
8696
|
+
msgid "Upload content"
|
|
8697
|
+
msgstr ""
|
|
8698
|
+
|
|
8699
|
+
msgid "Upload file"
|
|
8700
|
+
msgstr ""
|
|
8701
|
+
|
|
8399
8702
|
msgid "Upload into"
|
|
8400
8703
|
msgstr ""
|
|
8401
8704
|
|
|
@@ -8405,6 +8708,9 @@ msgstr ""
|
|
|
8405
8708
|
msgid "Upload request id"
|
|
8406
8709
|
msgstr ""
|
|
8407
8710
|
|
|
8711
|
+
msgid "Upload tag"
|
|
8712
|
+
msgstr ""
|
|
8713
|
+
|
|
8408
8714
|
msgid "Upstream Candlepin"
|
|
8409
8715
|
msgstr ""
|
|
8410
8716
|
|
|
@@ -8525,6 +8831,9 @@ msgstr ""
|
|
|
8525
8831
|
msgid "Verify SSL"
|
|
8526
8832
|
msgstr ""
|
|
8527
8833
|
|
|
8834
|
+
msgid "Verify checksum"
|
|
8835
|
+
msgstr ""
|
|
8836
|
+
|
|
8528
8837
|
msgid "Verify checksum for content on smart proxy"
|
|
8529
8838
|
msgstr ""
|
|
8530
8839
|
|
|
@@ -8618,6 +8927,15 @@ msgstr ""
|
|
|
8618
8927
|
msgid "View documentation"
|
|
8619
8928
|
msgstr ""
|
|
8620
8929
|
|
|
8930
|
+
msgid "View here"
|
|
8931
|
+
msgstr ""
|
|
8932
|
+
|
|
8933
|
+
msgid "View labels and annotations"
|
|
8934
|
+
msgstr ""
|
|
8935
|
+
|
|
8936
|
+
msgid "View labels and annotations for image "
|
|
8937
|
+
msgstr ""
|
|
8938
|
+
|
|
8621
8939
|
msgid "View matching content"
|
|
8622
8940
|
msgstr ""
|
|
8623
8941
|
|
|
@@ -8657,6 +8975,9 @@ msgstr ""
|
|
|
8657
8975
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8658
8976
|
msgstr ""
|
|
8659
8977
|
|
|
8978
|
+
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."
|
|
8979
|
+
msgstr ""
|
|
8980
|
+
|
|
8660
8981
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8661
8982
|
msgstr ""
|
|
8662
8983
|
|