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/nl_NL/katello.po
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
#
|
|
16
16
|
msgid ""
|
|
17
17
|
msgstr ""
|
|
18
|
-
"Project-Id-Version: katello 4.19.0.
|
|
18
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
19
19
|
"Report-Msgid-Bugs-To: \n"
|
|
20
20
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
21
21
|
"Last-Translator: Mark Olie <mark.transifex@oliekoets.nl>, 2023\n"
|
|
@@ -122,6 +122,9 @@ msgstr ""
|
|
|
122
122
|
msgid "${selectedContentType} will appear here when created."
|
|
123
123
|
msgstr ""
|
|
124
124
|
|
|
125
|
+
msgid "${totalCount} labels and annotations"
|
|
126
|
+
msgstr ""
|
|
127
|
+
|
|
125
128
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
126
129
|
msgstr ""
|
|
127
130
|
|
|
@@ -475,6 +478,9 @@ msgstr ""
|
|
|
475
478
|
msgid "About page"
|
|
476
479
|
msgstr ""
|
|
477
480
|
|
|
481
|
+
msgid "Abstract async task"
|
|
482
|
+
msgstr ""
|
|
483
|
+
|
|
478
484
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
479
485
|
msgstr ""
|
|
480
486
|
|
|
@@ -622,6 +628,9 @@ msgstr ""
|
|
|
622
628
|
msgid "Add repositories with package groups to content view to select them here."
|
|
623
629
|
msgstr ""
|
|
624
630
|
|
|
631
|
+
msgid "Add rolling repo clone"
|
|
632
|
+
msgstr ""
|
|
633
|
+
|
|
625
634
|
msgid "Add rule"
|
|
626
635
|
msgstr ""
|
|
627
636
|
|
|
@@ -640,12 +649,18 @@ msgstr ""
|
|
|
640
649
|
msgid "Add to a host collection"
|
|
641
650
|
msgstr ""
|
|
642
651
|
|
|
652
|
+
msgid "Add to host collections"
|
|
653
|
+
msgstr ""
|
|
654
|
+
|
|
643
655
|
msgid "Added"
|
|
644
656
|
msgstr ""
|
|
645
657
|
|
|
646
658
|
msgid "Added %s"
|
|
647
659
|
msgstr ""
|
|
648
660
|
|
|
661
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
662
|
+
msgstr ""
|
|
663
|
+
|
|
649
664
|
msgid "Added Content:"
|
|
650
665
|
msgstr ""
|
|
651
666
|
|
|
@@ -688,6 +703,9 @@ msgstr ""
|
|
|
688
703
|
msgid "All errata up-to-date"
|
|
689
704
|
msgstr ""
|
|
690
705
|
|
|
706
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
707
|
+
msgstr ""
|
|
708
|
+
|
|
691
709
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
692
710
|
msgstr ""
|
|
693
711
|
|
|
@@ -773,6 +791,9 @@ msgid ""
|
|
|
773
791
|
"%{error_message}"
|
|
774
792
|
msgstr ""
|
|
775
793
|
|
|
794
|
+
msgid "An error occurred while updating host collections"
|
|
795
|
+
msgstr ""
|
|
796
|
+
|
|
776
797
|
msgid "An option to specify how many ostree commits to traverse."
|
|
777
798
|
msgstr ""
|
|
778
799
|
|
|
@@ -1060,6 +1081,9 @@ msgstr "Maak bladwijzer voor deze zoekactie"
|
|
|
1060
1081
|
msgid "Bookmarks marked as public are available to all users"
|
|
1061
1082
|
msgstr ""
|
|
1062
1083
|
|
|
1084
|
+
msgid "Bootable"
|
|
1085
|
+
msgstr ""
|
|
1086
|
+
|
|
1063
1087
|
msgid "Bootc rollback via Bootc interface"
|
|
1064
1088
|
msgstr ""
|
|
1065
1089
|
|
|
@@ -1384,6 +1408,9 @@ msgstr ""
|
|
|
1384
1408
|
msgid "Change content view environments"
|
|
1385
1409
|
msgstr ""
|
|
1386
1410
|
|
|
1411
|
+
msgid "Change host collections"
|
|
1412
|
+
msgstr ""
|
|
1413
|
+
|
|
1387
1414
|
msgid "Change host content source"
|
|
1388
1415
|
msgstr ""
|
|
1389
1416
|
|
|
@@ -1471,6 +1498,9 @@ msgstr ""
|
|
|
1471
1498
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1472
1499
|
msgstr ""
|
|
1473
1500
|
|
|
1501
|
+
msgid "Commit upload"
|
|
1502
|
+
msgstr ""
|
|
1503
|
+
|
|
1474
1504
|
msgid "Compare"
|
|
1475
1505
|
msgstr ""
|
|
1476
1506
|
|
|
@@ -1825,15 +1855,27 @@ msgstr ""
|
|
|
1825
1855
|
msgid "Copy"
|
|
1826
1856
|
msgstr ""
|
|
1827
1857
|
|
|
1858
|
+
msgid "Copy all units"
|
|
1859
|
+
msgstr ""
|
|
1860
|
+
|
|
1828
1861
|
msgid "Copy an activation key"
|
|
1829
1862
|
msgstr ""
|
|
1830
1863
|
|
|
1864
|
+
msgid "Copy content"
|
|
1865
|
+
msgstr ""
|
|
1866
|
+
|
|
1831
1867
|
msgid "Copy content view"
|
|
1832
1868
|
msgstr ""
|
|
1833
1869
|
|
|
1834
1870
|
msgid "Copy to clipboard"
|
|
1835
1871
|
msgstr ""
|
|
1836
1872
|
|
|
1873
|
+
msgid "Copy version"
|
|
1874
|
+
msgstr ""
|
|
1875
|
+
|
|
1876
|
+
msgid "Copy version units to library"
|
|
1877
|
+
msgstr ""
|
|
1878
|
+
|
|
1837
1879
|
msgid "Cores per socket"
|
|
1838
1880
|
msgstr "Cores per socket"
|
|
1839
1881
|
|
|
@@ -2047,18 +2089,36 @@ msgstr ""
|
|
|
2047
2089
|
msgid "Create content view"
|
|
2048
2090
|
msgstr ""
|
|
2049
2091
|
|
|
2092
|
+
msgid "Create exporter"
|
|
2093
|
+
msgstr ""
|
|
2094
|
+
|
|
2050
2095
|
msgid "Create filter"
|
|
2051
2096
|
msgstr ""
|
|
2052
2097
|
|
|
2053
2098
|
msgid "Create host collection"
|
|
2054
2099
|
msgstr ""
|
|
2055
2100
|
|
|
2101
|
+
msgid "Create import"
|
|
2102
|
+
msgstr ""
|
|
2103
|
+
|
|
2104
|
+
msgid "Create importer"
|
|
2105
|
+
msgstr ""
|
|
2106
|
+
|
|
2056
2107
|
msgid "Create new activation key"
|
|
2057
2108
|
msgstr ""
|
|
2058
2109
|
|
|
2059
2110
|
msgid "Create organization"
|
|
2060
2111
|
msgstr ""
|
|
2061
2112
|
|
|
2113
|
+
msgid "Create publication"
|
|
2114
|
+
msgstr ""
|
|
2115
|
+
|
|
2116
|
+
msgid "Create remote"
|
|
2117
|
+
msgstr ""
|
|
2118
|
+
|
|
2119
|
+
msgid "Creation"
|
|
2120
|
+
msgstr ""
|
|
2121
|
+
|
|
2062
2122
|
msgid "Credentials"
|
|
2063
2123
|
msgstr ""
|
|
2064
2124
|
|
|
@@ -2320,12 +2380,36 @@ msgstr ""
|
|
|
2320
2380
|
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."
|
|
2321
2381
|
msgstr ""
|
|
2322
2382
|
|
|
2383
|
+
msgid "Delete distributions"
|
|
2384
|
+
msgstr ""
|
|
2385
|
+
|
|
2323
2386
|
msgid "Delete manifest from Red Hat provider"
|
|
2324
2387
|
msgstr ""
|
|
2325
2388
|
|
|
2326
2389
|
msgid "Delete multiple filters from a content view"
|
|
2327
2390
|
msgstr ""
|
|
2328
2391
|
|
|
2392
|
+
msgid "Delete orphan alternate content sources"
|
|
2393
|
+
msgstr ""
|
|
2394
|
+
|
|
2395
|
+
msgid "Delete orphan distributions"
|
|
2396
|
+
msgstr ""
|
|
2397
|
+
|
|
2398
|
+
msgid "Delete orphan remotes"
|
|
2399
|
+
msgstr ""
|
|
2400
|
+
|
|
2401
|
+
msgid "Delete orphan repository versions"
|
|
2402
|
+
msgstr ""
|
|
2403
|
+
|
|
2404
|
+
msgid "Delete orphaned migrated repositories"
|
|
2405
|
+
msgstr ""
|
|
2406
|
+
|
|
2407
|
+
msgid "Delete remote"
|
|
2408
|
+
msgstr ""
|
|
2409
|
+
|
|
2410
|
+
msgid "Delete repository references"
|
|
2411
|
+
msgstr ""
|
|
2412
|
+
|
|
2329
2413
|
msgid "Delete version"
|
|
2330
2414
|
msgstr ""
|
|
2331
2415
|
|
|
@@ -2425,6 +2509,12 @@ msgstr ""
|
|
|
2425
2509
|
msgid "Destroy an environment in an organization"
|
|
2426
2510
|
msgstr ""
|
|
2427
2511
|
|
|
2512
|
+
msgid "Destroy exporter"
|
|
2513
|
+
msgstr ""
|
|
2514
|
+
|
|
2515
|
+
msgid "Destroy importer"
|
|
2516
|
+
msgstr ""
|
|
2517
|
+
|
|
2428
2518
|
msgid "Destroy one or more alternate content sources"
|
|
2429
2519
|
msgstr ""
|
|
2430
2520
|
|
|
@@ -2470,6 +2560,9 @@ msgstr ""
|
|
|
2470
2560
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2471
2561
|
msgstr ""
|
|
2472
2562
|
|
|
2563
|
+
msgid "Discover"
|
|
2564
|
+
msgstr ""
|
|
2565
|
+
|
|
2473
2566
|
msgid "Discover Repositories"
|
|
2474
2567
|
msgstr ""
|
|
2475
2568
|
|
|
@@ -2605,9 +2698,6 @@ msgstr ""
|
|
|
2605
2698
|
msgid "Enable repository sets"
|
|
2606
2699
|
msgstr ""
|
|
2607
2700
|
|
|
2608
|
-
msgid "Enable structured APT for deb content"
|
|
2609
|
-
msgstr ""
|
|
2610
|
-
|
|
2611
2701
|
msgid "Enable/Disable auto publish of composite view"
|
|
2612
2702
|
msgstr ""
|
|
2613
2703
|
|
|
@@ -2668,6 +2758,9 @@ msgstr "Omgeving IDs"
|
|
|
2668
2758
|
msgid "Environment cannot be in its own promotion path"
|
|
2669
2759
|
msgstr ""
|
|
2670
2760
|
|
|
2761
|
+
msgid "Environment contents refresh"
|
|
2762
|
+
msgstr ""
|
|
2763
|
+
|
|
2671
2764
|
msgid "Environment identifier"
|
|
2672
2765
|
msgstr ""
|
|
2673
2766
|
|
|
@@ -2707,6 +2800,9 @@ msgstr ""
|
|
|
2707
2800
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2708
2801
|
msgstr ""
|
|
2709
2802
|
|
|
2803
|
+
msgid "Errata mail"
|
|
2804
|
+
msgstr ""
|
|
2805
|
+
|
|
2710
2806
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2711
2807
|
msgstr ""
|
|
2712
2808
|
|
|
@@ -2872,6 +2968,9 @@ msgstr ""
|
|
|
2872
2968
|
msgid "Fetch installable errata for one or more hosts."
|
|
2873
2969
|
msgstr ""
|
|
2874
2970
|
|
|
2971
|
+
msgid "Fetch pxe files"
|
|
2972
|
+
msgstr ""
|
|
2973
|
+
|
|
2875
2974
|
msgid "Fetch traces for one or more hosts"
|
|
2876
2975
|
msgstr ""
|
|
2877
2976
|
|
|
@@ -2965,6 +3064,9 @@ msgstr ""
|
|
|
2965
3064
|
msgid "Filter versions that are components in the specified composite version"
|
|
2966
3065
|
msgstr ""
|
|
2967
3066
|
|
|
3067
|
+
msgid "Filtered index content"
|
|
3068
|
+
msgstr ""
|
|
3069
|
+
|
|
2968
3070
|
msgid "Filters"
|
|
2969
3071
|
msgstr ""
|
|
2970
3072
|
|
|
@@ -2986,6 +3088,9 @@ msgstr ""
|
|
|
2986
3088
|
msgid "Finished"
|
|
2987
3089
|
msgstr ""
|
|
2988
3090
|
|
|
3091
|
+
msgid "Flatpak"
|
|
3092
|
+
msgstr ""
|
|
3093
|
+
|
|
2989
3094
|
msgid "Flatpak Remote ${name} created"
|
|
2990
3095
|
msgstr ""
|
|
2991
3096
|
|
|
@@ -3078,6 +3183,9 @@ msgstr ""
|
|
|
3078
3183
|
msgid "Generate host applicability"
|
|
3079
3184
|
msgstr ""
|
|
3080
3185
|
|
|
3186
|
+
msgid "Generate metadata"
|
|
3187
|
+
msgstr ""
|
|
3188
|
+
|
|
3081
3189
|
msgid "Generate repository applicability"
|
|
3082
3190
|
msgstr ""
|
|
3083
3191
|
|
|
@@ -3318,6 +3426,12 @@ msgstr ""
|
|
|
3318
3426
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3319
3427
|
msgstr ""
|
|
3320
3428
|
|
|
3429
|
+
msgid "Hypervisors"
|
|
3430
|
+
msgstr ""
|
|
3431
|
+
|
|
3432
|
+
msgid "Hypervisors update"
|
|
3433
|
+
msgstr ""
|
|
3434
|
+
|
|
3321
3435
|
msgid "ID"
|
|
3322
3436
|
msgstr ""
|
|
3323
3437
|
|
|
@@ -3506,9 +3620,6 @@ msgstr ""
|
|
|
3506
3620
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3507
3621
|
msgstr ""
|
|
3508
3622
|
|
|
3509
|
-
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'."
|
|
3510
|
-
msgstr ""
|
|
3511
|
-
|
|
3512
3623
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3513
3624
|
msgstr ""
|
|
3514
3625
|
|
|
@@ -3638,6 +3749,9 @@ msgstr ""
|
|
|
3638
3749
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3639
3750
|
msgstr ""
|
|
3640
3751
|
|
|
3752
|
+
msgid "Import migration"
|
|
3753
|
+
msgstr ""
|
|
3754
|
+
|
|
3641
3755
|
msgid "Import new manifest"
|
|
3642
3756
|
msgstr ""
|
|
3643
3757
|
|
|
@@ -3647,6 +3761,12 @@ msgstr ""
|
|
|
3647
3761
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3648
3762
|
msgstr ""
|
|
3649
3763
|
|
|
3764
|
+
msgid "Import repository upload"
|
|
3765
|
+
msgstr ""
|
|
3766
|
+
|
|
3767
|
+
msgid "Import upload"
|
|
3768
|
+
msgstr ""
|
|
3769
|
+
|
|
3650
3770
|
msgid "Import uploads into a repository"
|
|
3651
3771
|
msgstr ""
|
|
3652
3772
|
|
|
@@ -3713,6 +3833,9 @@ msgstr ""
|
|
|
3713
3833
|
msgid "Incremental Update incomplete."
|
|
3714
3834
|
msgstr ""
|
|
3715
3835
|
|
|
3836
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3837
|
+
msgstr ""
|
|
3838
|
+
|
|
3716
3839
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3717
3840
|
msgstr ""
|
|
3718
3841
|
|
|
@@ -3725,12 +3848,27 @@ msgstr ""
|
|
|
3725
3848
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3726
3849
|
msgstr ""
|
|
3727
3850
|
|
|
3851
|
+
msgid "Index content"
|
|
3852
|
+
msgstr ""
|
|
3853
|
+
|
|
3854
|
+
msgid "Index errata"
|
|
3855
|
+
msgstr ""
|
|
3856
|
+
|
|
3857
|
+
msgid "Index module streams"
|
|
3858
|
+
msgstr ""
|
|
3859
|
+
|
|
3860
|
+
msgid "Index package groups"
|
|
3861
|
+
msgstr ""
|
|
3862
|
+
|
|
3728
3863
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3729
3864
|
msgstr ""
|
|
3730
3865
|
|
|
3731
3866
|
msgid "Inherit from Repository"
|
|
3732
3867
|
msgstr ""
|
|
3733
3868
|
|
|
3869
|
+
msgid "Initialize"
|
|
3870
|
+
msgstr ""
|
|
3871
|
+
|
|
3734
3872
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3735
3873
|
msgstr ""
|
|
3736
3874
|
|
|
@@ -3806,9 +3944,15 @@ msgstr ""
|
|
|
3806
3944
|
msgid "Installing Package..."
|
|
3807
3945
|
msgstr ""
|
|
3808
3946
|
|
|
3947
|
+
msgid "Instance update"
|
|
3948
|
+
msgstr ""
|
|
3949
|
+
|
|
3809
3950
|
msgid "Instance-based"
|
|
3810
3951
|
msgstr ""
|
|
3811
3952
|
|
|
3953
|
+
msgid "Insufficient space for selected hosts"
|
|
3954
|
+
msgstr ""
|
|
3955
|
+
|
|
3812
3956
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3813
3957
|
msgstr ""
|
|
3814
3958
|
|
|
@@ -4043,6 +4187,15 @@ msgstr ""
|
|
|
4043
4187
|
msgid "Label of the flatpak remote"
|
|
4044
4188
|
msgstr ""
|
|
4045
4189
|
|
|
4190
|
+
msgid "Labels"
|
|
4191
|
+
msgstr ""
|
|
4192
|
+
|
|
4193
|
+
msgid "Labels and annotations"
|
|
4194
|
+
msgstr ""
|
|
4195
|
+
|
|
4196
|
+
msgid "Labels | Annotations"
|
|
4197
|
+
msgstr ""
|
|
4198
|
+
|
|
4046
4199
|
msgid "Last check-in:"
|
|
4047
4200
|
msgstr ""
|
|
4048
4201
|
|
|
@@ -4145,6 +4298,9 @@ msgstr ""
|
|
|
4145
4298
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4146
4299
|
msgstr ""
|
|
4147
4300
|
|
|
4301
|
+
msgid "Limit"
|
|
4302
|
+
msgstr ""
|
|
4303
|
+
|
|
4148
4304
|
msgid "Limit actions to content in the host's environment."
|
|
4149
4305
|
msgstr ""
|
|
4150
4306
|
|
|
@@ -4475,12 +4631,18 @@ msgstr ""
|
|
|
4475
4631
|
msgid "Manifest"
|
|
4476
4632
|
msgstr ""
|
|
4477
4633
|
|
|
4634
|
+
msgid "Manifest Details"
|
|
4635
|
+
msgstr ""
|
|
4636
|
+
|
|
4478
4637
|
msgid "Manifest History"
|
|
4479
4638
|
msgstr ""
|
|
4480
4639
|
|
|
4481
4640
|
msgid "Manifest deleted"
|
|
4482
4641
|
msgstr ""
|
|
4483
4642
|
|
|
4643
|
+
msgid "Manifest digest"
|
|
4644
|
+
msgstr ""
|
|
4645
|
+
|
|
4484
4646
|
msgid "Manifest does not have a valid subscription"
|
|
4485
4647
|
msgstr ""
|
|
4486
4648
|
|
|
@@ -4565,6 +4727,9 @@ msgstr "Bericht"
|
|
|
4565
4727
|
msgid "Messaging connection"
|
|
4566
4728
|
msgstr ""
|
|
4567
4729
|
|
|
4730
|
+
msgid "Metadata generate"
|
|
4731
|
+
msgstr ""
|
|
4732
|
+
|
|
4568
4733
|
msgid ""
|
|
4569
4734
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4570
4735
|
"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."
|
|
@@ -4603,6 +4768,9 @@ msgstr ""
|
|
|
4603
4768
|
msgid "Moderate"
|
|
4604
4769
|
msgstr ""
|
|
4605
4770
|
|
|
4771
|
+
msgid "Modified"
|
|
4772
|
+
msgstr ""
|
|
4773
|
+
|
|
4606
4774
|
msgid "Modify via remote execution"
|
|
4607
4775
|
msgstr ""
|
|
4608
4776
|
|
|
@@ -4630,6 +4798,15 @@ msgstr ""
|
|
|
4630
4798
|
msgid "Multi Content View Environment"
|
|
4631
4799
|
msgstr ""
|
|
4632
4800
|
|
|
4801
|
+
msgid "Multi copy all units"
|
|
4802
|
+
msgstr ""
|
|
4803
|
+
|
|
4804
|
+
msgid "Multi copy content"
|
|
4805
|
+
msgstr ""
|
|
4806
|
+
|
|
4807
|
+
msgid "Multi copy units"
|
|
4808
|
+
msgstr ""
|
|
4809
|
+
|
|
4633
4810
|
msgid "Multi-entitlement"
|
|
4634
4811
|
msgstr ""
|
|
4635
4812
|
|
|
@@ -4930,6 +5107,9 @@ msgstr ""
|
|
|
4930
5107
|
msgid "No items have been specified."
|
|
4931
5108
|
msgstr ""
|
|
4932
5109
|
|
|
5110
|
+
msgid "No labels"
|
|
5111
|
+
msgstr ""
|
|
5112
|
+
|
|
4933
5113
|
msgid "No manifest file uploaded"
|
|
4934
5114
|
msgstr ""
|
|
4935
5115
|
|
|
@@ -5269,6 +5449,9 @@ msgstr ""
|
|
|
5269
5449
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5270
5450
|
msgstr ""
|
|
5271
5451
|
|
|
5452
|
+
msgid "Organization must be specified when providing product by name."
|
|
5453
|
+
msgstr ""
|
|
5454
|
+
|
|
5272
5455
|
msgid "Organization not found"
|
|
5273
5456
|
msgstr ""
|
|
5274
5457
|
|
|
@@ -5670,6 +5853,9 @@ msgstr ""
|
|
|
5670
5853
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5671
5854
|
msgstr ""
|
|
5672
5855
|
|
|
5856
|
+
msgid "Product must be specified."
|
|
5857
|
+
msgstr ""
|
|
5858
|
+
|
|
5673
5859
|
msgid "Product name"
|
|
5674
5860
|
msgstr ""
|
|
5675
5861
|
|
|
@@ -5832,6 +6018,9 @@ msgstr ""
|
|
|
5832
6018
|
msgid "Pulp task error"
|
|
5833
6019
|
msgstr ""
|
|
5834
6020
|
|
|
6021
|
+
msgid "Purge completed tasks"
|
|
6022
|
+
msgstr ""
|
|
6023
|
+
|
|
5835
6024
|
msgid "Python Package"
|
|
5836
6025
|
msgstr ""
|
|
5837
6026
|
|
|
@@ -5931,6 +6120,9 @@ msgstr ""
|
|
|
5931
6120
|
msgid "Reclaim Space"
|
|
5932
6121
|
msgstr ""
|
|
5933
6122
|
|
|
6123
|
+
msgid "Reclaim space"
|
|
6124
|
+
msgstr ""
|
|
6125
|
+
|
|
5934
6126
|
msgid "Reclaim space from On Demand repositories"
|
|
5935
6127
|
msgstr ""
|
|
5936
6128
|
|
|
@@ -5997,6 +6189,9 @@ msgstr ""
|
|
|
5997
6189
|
msgid "Refresh all alternate content sources"
|
|
5998
6190
|
msgstr ""
|
|
5999
6191
|
|
|
6192
|
+
msgid "Refresh all distributions"
|
|
6193
|
+
msgstr ""
|
|
6194
|
+
|
|
6000
6195
|
msgid "Refresh alternate content sources"
|
|
6001
6196
|
msgstr ""
|
|
6002
6197
|
|
|
@@ -6009,15 +6204,27 @@ msgstr ""
|
|
|
6009
6204
|
msgid "Refresh counts"
|
|
6010
6205
|
msgstr ""
|
|
6011
6206
|
|
|
6207
|
+
msgid "Refresh distribution"
|
|
6208
|
+
msgstr ""
|
|
6209
|
+
|
|
6012
6210
|
msgid "Refresh errata applicability"
|
|
6013
6211
|
msgstr ""
|
|
6014
6212
|
|
|
6213
|
+
msgid "Refresh if needed"
|
|
6214
|
+
msgstr ""
|
|
6215
|
+
|
|
6015
6216
|
msgid "Refresh package applicability"
|
|
6016
6217
|
msgstr ""
|
|
6017
6218
|
|
|
6018
6219
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6019
6220
|
msgstr ""
|
|
6020
6221
|
|
|
6222
|
+
msgid "Refresh remote"
|
|
6223
|
+
msgstr ""
|
|
6224
|
+
|
|
6225
|
+
msgid "Refresh repos"
|
|
6226
|
+
msgstr ""
|
|
6227
|
+
|
|
6021
6228
|
msgid "Refresh source"
|
|
6022
6229
|
msgstr ""
|
|
6023
6230
|
|
|
@@ -6060,6 +6267,9 @@ msgstr ""
|
|
|
6060
6267
|
msgid "Registry token expiration time"
|
|
6061
6268
|
msgstr ""
|
|
6062
6269
|
|
|
6270
|
+
msgid "Reindex subscriptions"
|
|
6271
|
+
msgstr ""
|
|
6272
|
+
|
|
6063
6273
|
msgid "Related composite content views"
|
|
6064
6274
|
msgstr ""
|
|
6065
6275
|
|
|
@@ -6135,6 +6345,9 @@ msgstr ""
|
|
|
6135
6345
|
msgid "Remove from environments"
|
|
6136
6346
|
msgstr ""
|
|
6137
6347
|
|
|
6348
|
+
msgid "Remove from host collections"
|
|
6349
|
+
msgstr ""
|
|
6350
|
+
|
|
6138
6351
|
msgid "Remove host from collections"
|
|
6139
6352
|
msgstr ""
|
|
6140
6353
|
|
|
@@ -6156,6 +6369,9 @@ msgstr ""
|
|
|
6156
6369
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6157
6370
|
msgstr ""
|
|
6158
6371
|
|
|
6372
|
+
msgid "Remove orphans"
|
|
6373
|
+
msgstr ""
|
|
6374
|
+
|
|
6159
6375
|
msgid "Remove package group via Katello interface"
|
|
6160
6376
|
msgstr ""
|
|
6161
6377
|
|
|
@@ -6171,12 +6387,24 @@ msgstr ""
|
|
|
6171
6387
|
msgid "Remove products from sync plan"
|
|
6172
6388
|
msgstr ""
|
|
6173
6389
|
|
|
6390
|
+
msgid "Remove rolling repo clone"
|
|
6391
|
+
msgstr ""
|
|
6392
|
+
|
|
6393
|
+
msgid "Remove units"
|
|
6394
|
+
msgstr ""
|
|
6395
|
+
|
|
6396
|
+
msgid "Remove unneeded repos"
|
|
6397
|
+
msgstr ""
|
|
6398
|
+
|
|
6174
6399
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6175
6400
|
msgstr ""
|
|
6176
6401
|
|
|
6177
6402
|
msgid "Remove versions from environments"
|
|
6178
6403
|
msgstr ""
|
|
6179
6404
|
|
|
6405
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6406
|
+
msgstr ""
|
|
6407
|
+
|
|
6180
6408
|
msgid "Removed component from content view"
|
|
6181
6409
|
msgstr ""
|
|
6182
6410
|
|
|
@@ -6195,6 +6423,9 @@ msgstr ""
|
|
|
6195
6423
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6196
6424
|
msgstr ""
|
|
6197
6425
|
|
|
6426
|
+
msgid "Repair"
|
|
6427
|
+
msgstr ""
|
|
6428
|
+
|
|
6198
6429
|
msgid "Replace content source on the target machine"
|
|
6199
6430
|
msgstr ""
|
|
6200
6431
|
|
|
@@ -6213,12 +6444,18 @@ msgstr ""
|
|
|
6213
6444
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6214
6445
|
msgstr ""
|
|
6215
6446
|
|
|
6447
|
+
msgid "Repositories certs reset"
|
|
6448
|
+
msgstr ""
|
|
6449
|
+
|
|
6216
6450
|
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."
|
|
6217
6451
|
msgstr ""
|
|
6218
6452
|
|
|
6219
6453
|
msgid "Repositories from published Content Views are not allowed."
|
|
6220
6454
|
msgstr ""
|
|
6221
6455
|
|
|
6456
|
+
msgid "Repositories gpg reset"
|
|
6457
|
+
msgstr ""
|
|
6458
|
+
|
|
6222
6459
|
msgid "Repository"
|
|
6223
6460
|
msgstr ""
|
|
6224
6461
|
|
|
@@ -6384,6 +6621,9 @@ msgstr ""
|
|
|
6384
6621
|
msgid "Result"
|
|
6385
6622
|
msgstr "Resultaat"
|
|
6386
6623
|
|
|
6624
|
+
msgid "Retain build profile upon unregistration"
|
|
6625
|
+
msgstr ""
|
|
6626
|
+
|
|
6387
6627
|
msgid "Retrieve a single errata for a host"
|
|
6388
6628
|
msgstr ""
|
|
6389
6629
|
|
|
@@ -6576,6 +6816,21 @@ msgstr "Opslaan"
|
|
|
6576
6816
|
msgid "Save Environments"
|
|
6577
6817
|
msgstr ""
|
|
6578
6818
|
|
|
6819
|
+
msgid "Save artifact"
|
|
6820
|
+
msgstr ""
|
|
6821
|
+
|
|
6822
|
+
msgid "Save distribution references"
|
|
6823
|
+
msgstr ""
|
|
6824
|
+
|
|
6825
|
+
msgid "Save publication"
|
|
6826
|
+
msgstr ""
|
|
6827
|
+
|
|
6828
|
+
msgid "Save version"
|
|
6829
|
+
msgstr ""
|
|
6830
|
+
|
|
6831
|
+
msgid "Save versions"
|
|
6832
|
+
msgstr ""
|
|
6833
|
+
|
|
6579
6834
|
msgid "Saving alternate content source..."
|
|
6580
6835
|
msgstr ""
|
|
6581
6836
|
|
|
@@ -6585,6 +6840,12 @@ msgstr ""
|
|
|
6585
6840
|
msgid "Scan a flatpak remote"
|
|
6586
6841
|
msgstr ""
|
|
6587
6842
|
|
|
6843
|
+
msgid "Scan cdn"
|
|
6844
|
+
msgstr ""
|
|
6845
|
+
|
|
6846
|
+
msgid "Scan remote"
|
|
6847
|
+
msgstr ""
|
|
6848
|
+
|
|
6588
6849
|
msgid "Schema version 1"
|
|
6589
6850
|
msgstr ""
|
|
6590
6851
|
|
|
@@ -6633,6 +6894,9 @@ msgstr ""
|
|
|
6633
6894
|
msgid "Security errata installable"
|
|
6634
6895
|
msgstr ""
|
|
6635
6896
|
|
|
6897
|
+
msgid "See child manifests"
|
|
6898
|
+
msgstr ""
|
|
6899
|
+
|
|
6636
6900
|
msgid "Select"
|
|
6637
6901
|
msgstr ""
|
|
6638
6902
|
|
|
@@ -6744,6 +7008,9 @@ msgstr ""
|
|
|
6744
7008
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6745
7009
|
msgstr ""
|
|
6746
7010
|
|
|
7011
|
+
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."
|
|
7012
|
+
msgstr ""
|
|
7013
|
+
|
|
6747
7014
|
msgid "Select hosts to assign to %s"
|
|
6748
7015
|
msgstr ""
|
|
6749
7016
|
|
|
@@ -6864,6 +7131,9 @@ msgstr ""
|
|
|
6864
7131
|
msgid "Severity must be one of: %s"
|
|
6865
7132
|
msgstr ""
|
|
6866
7133
|
|
|
7134
|
+
msgid "Show ${remainingCount} more"
|
|
7135
|
+
msgstr ""
|
|
7136
|
+
|
|
6867
7137
|
msgid "Show %s"
|
|
6868
7138
|
msgstr ""
|
|
6869
7139
|
|
|
@@ -7347,9 +7617,6 @@ msgstr "Gelukt."
|
|
|
7347
7617
|
msgid "Successfully added %s Host(s)."
|
|
7348
7618
|
msgstr ""
|
|
7349
7619
|
|
|
7350
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7351
|
-
msgstr ""
|
|
7352
|
-
|
|
7353
7620
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7354
7621
|
msgstr ""
|
|
7355
7622
|
|
|
@@ -7362,9 +7629,6 @@ msgstr ""
|
|
|
7362
7629
|
msgid "Successfully removed %s Host(s)."
|
|
7363
7630
|
msgstr ""
|
|
7364
7631
|
|
|
7365
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7366
|
-
msgstr ""
|
|
7367
|
-
|
|
7368
7632
|
msgid "Successfully synced capsule."
|
|
7369
7633
|
msgstr ""
|
|
7370
7634
|
|
|
@@ -7383,6 +7647,9 @@ msgstr ""
|
|
|
7383
7647
|
msgid "Supported Content Types"
|
|
7384
7648
|
msgstr ""
|
|
7385
7649
|
|
|
7650
|
+
msgid "Sync"
|
|
7651
|
+
msgstr ""
|
|
7652
|
+
|
|
7386
7653
|
msgid "Sync Canceled"
|
|
7387
7654
|
msgstr ""
|
|
7388
7655
|
|
|
@@ -7437,6 +7704,9 @@ msgstr ""
|
|
|
7437
7704
|
msgid "Sync all repositories for a product"
|
|
7438
7705
|
msgstr ""
|
|
7439
7706
|
|
|
7707
|
+
msgid "Sync capsule"
|
|
7708
|
+
msgstr ""
|
|
7709
|
+
|
|
7440
7710
|
msgid "Sync complete."
|
|
7441
7711
|
msgstr ""
|
|
7442
7712
|
|
|
@@ -7455,6 +7725,9 @@ msgstr ""
|
|
|
7455
7725
|
msgid "Sync state"
|
|
7456
7726
|
msgstr ""
|
|
7457
7727
|
|
|
7728
|
+
msgid "Syncable export"
|
|
7729
|
+
msgstr ""
|
|
7730
|
+
|
|
7458
7731
|
msgid "Synced"
|
|
7459
7732
|
msgstr ""
|
|
7460
7733
|
|
|
@@ -7464,9 +7737,6 @@ msgstr ""
|
|
|
7464
7737
|
msgid "Synced Content"
|
|
7465
7738
|
msgstr ""
|
|
7466
7739
|
|
|
7467
|
-
msgid "Synced container images content"
|
|
7468
|
-
msgstr ""
|
|
7469
|
-
|
|
7470
7740
|
msgid "Synchronize"
|
|
7471
7741
|
msgstr ""
|
|
7472
7742
|
|
|
@@ -7509,6 +7779,9 @@ msgstr ""
|
|
|
7509
7779
|
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."
|
|
7510
7780
|
msgstr ""
|
|
7511
7781
|
|
|
7782
|
+
msgid "Tag"
|
|
7783
|
+
msgstr ""
|
|
7784
|
+
|
|
7512
7785
|
msgid "Tag name"
|
|
7513
7786
|
msgstr ""
|
|
7514
7787
|
|
|
@@ -7963,6 +8236,9 @@ msgstr ""
|
|
|
7963
8236
|
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."
|
|
7964
8237
|
msgstr ""
|
|
7965
8238
|
|
|
8239
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8240
|
+
msgstr ""
|
|
8241
|
+
|
|
7966
8242
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
7967
8243
|
msgstr ""
|
|
7968
8244
|
|
|
@@ -8281,15 +8557,27 @@ msgstr ""
|
|
|
8281
8557
|
msgid "Update content counts for the smart proxy"
|
|
8282
8558
|
msgstr ""
|
|
8283
8559
|
|
|
8560
|
+
msgid "Update content urls"
|
|
8561
|
+
msgstr ""
|
|
8562
|
+
|
|
8284
8563
|
msgid "Update content view environments for host"
|
|
8285
8564
|
msgstr ""
|
|
8286
8565
|
|
|
8287
8566
|
msgid "Update content view environments for host %s"
|
|
8288
8567
|
msgstr ""
|
|
8289
8568
|
|
|
8569
|
+
msgid "Update distributions"
|
|
8570
|
+
msgstr ""
|
|
8571
|
+
|
|
8290
8572
|
msgid "Update hosts manually"
|
|
8291
8573
|
msgstr ""
|
|
8292
8574
|
|
|
8575
|
+
msgid "Update http proxy"
|
|
8576
|
+
msgstr ""
|
|
8577
|
+
|
|
8578
|
+
msgid "Update http proxy details"
|
|
8579
|
+
msgstr ""
|
|
8580
|
+
|
|
8293
8581
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8294
8582
|
msgstr ""
|
|
8295
8583
|
|
|
@@ -8305,12 +8593,21 @@ msgstr ""
|
|
|
8305
8593
|
msgid "Update packages via Katello interface"
|
|
8306
8594
|
msgstr ""
|
|
8307
8595
|
|
|
8596
|
+
msgid "Update redhat repository"
|
|
8597
|
+
msgstr ""
|
|
8598
|
+
|
|
8308
8599
|
msgid "Update release version for host"
|
|
8309
8600
|
msgstr ""
|
|
8310
8601
|
|
|
8311
8602
|
msgid "Update release version for host %s"
|
|
8312
8603
|
msgstr ""
|
|
8313
8604
|
|
|
8605
|
+
msgid "Update remote"
|
|
8606
|
+
msgstr ""
|
|
8607
|
+
|
|
8608
|
+
msgid "Update repository"
|
|
8609
|
+
msgstr ""
|
|
8610
|
+
|
|
8314
8611
|
msgid "Update services requiring restart"
|
|
8315
8612
|
msgstr ""
|
|
8316
8613
|
|
|
@@ -8401,6 +8698,12 @@ msgstr ""
|
|
|
8401
8698
|
msgid "Upload a subscription manifest"
|
|
8402
8699
|
msgstr ""
|
|
8403
8700
|
|
|
8701
|
+
msgid "Upload content"
|
|
8702
|
+
msgstr ""
|
|
8703
|
+
|
|
8704
|
+
msgid "Upload file"
|
|
8705
|
+
msgstr ""
|
|
8706
|
+
|
|
8404
8707
|
msgid "Upload into"
|
|
8405
8708
|
msgstr ""
|
|
8406
8709
|
|
|
@@ -8410,6 +8713,9 @@ msgstr ""
|
|
|
8410
8713
|
msgid "Upload request id"
|
|
8411
8714
|
msgstr ""
|
|
8412
8715
|
|
|
8716
|
+
msgid "Upload tag"
|
|
8717
|
+
msgstr ""
|
|
8718
|
+
|
|
8413
8719
|
msgid "Upstream Candlepin"
|
|
8414
8720
|
msgstr ""
|
|
8415
8721
|
|
|
@@ -8530,6 +8836,9 @@ msgstr ""
|
|
|
8530
8836
|
msgid "Verify SSL"
|
|
8531
8837
|
msgstr ""
|
|
8532
8838
|
|
|
8839
|
+
msgid "Verify checksum"
|
|
8840
|
+
msgstr ""
|
|
8841
|
+
|
|
8533
8842
|
msgid "Verify checksum for content on smart proxy"
|
|
8534
8843
|
msgstr ""
|
|
8535
8844
|
|
|
@@ -8623,6 +8932,15 @@ msgstr ""
|
|
|
8623
8932
|
msgid "View documentation"
|
|
8624
8933
|
msgstr ""
|
|
8625
8934
|
|
|
8935
|
+
msgid "View here"
|
|
8936
|
+
msgstr ""
|
|
8937
|
+
|
|
8938
|
+
msgid "View labels and annotations"
|
|
8939
|
+
msgstr ""
|
|
8940
|
+
|
|
8941
|
+
msgid "View labels and annotations for image "
|
|
8942
|
+
msgstr ""
|
|
8943
|
+
|
|
8626
8944
|
msgid "View matching content"
|
|
8627
8945
|
msgstr ""
|
|
8628
8946
|
|
|
@@ -8662,6 +8980,9 @@ msgstr ""
|
|
|
8662
8980
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8663
8981
|
msgstr ""
|
|
8664
8982
|
|
|
8983
|
+
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."
|
|
8984
|
+
msgstr ""
|
|
8985
|
+
|
|
8665
8986
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8666
8987
|
msgstr ""
|
|
8667
8988
|
|