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/de/katello.po
CHANGED
|
@@ -19,18 +19,18 @@
|
|
|
19
19
|
# Wiederoder <stefanwiederoder@googlemail.com>, 2022
|
|
20
20
|
# Lukas Kallies <github.com@luke-web.de>, 2022
|
|
21
21
|
# Lukáš Zapletal, 2022
|
|
22
|
-
# pdolinic, 2024
|
|
23
22
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2024
|
|
24
23
|
# Markus Bucher <bucher@atix.de>, 2025
|
|
25
24
|
# Crited <Alexander.Stoll@netways.de>, 2025
|
|
26
25
|
# Ettore Atalan <atalanttore@googlemail.com>, 2025
|
|
26
|
+
# pdolinic, 2025
|
|
27
27
|
#
|
|
28
28
|
msgid ""
|
|
29
29
|
msgstr ""
|
|
30
|
-
"Project-Id-Version: katello 4.19.0.
|
|
30
|
+
"Project-Id-Version: katello 4.19.0.rc1\n"
|
|
31
31
|
"Report-Msgid-Bugs-To: \n"
|
|
32
32
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
|
33
|
-
"Last-Translator:
|
|
33
|
+
"Last-Translator: pdolinic, 2025\n"
|
|
34
34
|
"Language-Team: German (https://app.transifex.com/foreman/teams/114/de/)\n"
|
|
35
35
|
"MIME-Version: 1.0\n"
|
|
36
36
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -135,6 +135,9 @@ msgstr ""
|
|
|
135
135
|
msgid "${selectedContentType} will appear here when created."
|
|
136
136
|
msgstr ""
|
|
137
137
|
|
|
138
|
+
msgid "${totalCount} labels and annotations"
|
|
139
|
+
msgstr ""
|
|
140
|
+
|
|
138
141
|
msgid "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?"
|
|
139
142
|
msgstr "%s%shat %s Hosts und %sHostgruppen, die nach dem Löschen neu zugeordnet werden müssen.%s löschen ?"
|
|
140
143
|
|
|
@@ -488,6 +491,9 @@ msgstr ""
|
|
|
488
491
|
msgid "About page"
|
|
489
492
|
msgstr "Über die Seite"
|
|
490
493
|
|
|
494
|
+
msgid "Abstract async task"
|
|
495
|
+
msgstr ""
|
|
496
|
+
|
|
491
497
|
msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
|
|
492
498
|
msgstr ""
|
|
493
499
|
|
|
@@ -635,6 +641,9 @@ msgstr ""
|
|
|
635
641
|
msgid "Add repositories with package groups to content view to select them here."
|
|
636
642
|
msgstr ""
|
|
637
643
|
|
|
644
|
+
msgid "Add rolling repo clone"
|
|
645
|
+
msgstr ""
|
|
646
|
+
|
|
638
647
|
msgid "Add rule"
|
|
639
648
|
msgstr ""
|
|
640
649
|
|
|
@@ -653,12 +662,18 @@ msgstr ""
|
|
|
653
662
|
msgid "Add to a host collection"
|
|
654
663
|
msgstr ""
|
|
655
664
|
|
|
665
|
+
msgid "Add to host collections"
|
|
666
|
+
msgstr ""
|
|
667
|
+
|
|
656
668
|
msgid "Added"
|
|
657
669
|
msgstr "Hinzugefügt"
|
|
658
670
|
|
|
659
671
|
msgid "Added %s"
|
|
660
672
|
msgstr ""
|
|
661
673
|
|
|
674
|
+
msgid "Added %{count} host(s) to host collection %{host_collection}."
|
|
675
|
+
msgstr ""
|
|
676
|
+
|
|
662
677
|
msgid "Added Content:"
|
|
663
678
|
msgstr "Hinzugefügte Inhalte:"
|
|
664
679
|
|
|
@@ -701,6 +716,9 @@ msgstr "Alle Errata angewendet"
|
|
|
701
716
|
msgid "All errata up-to-date"
|
|
702
717
|
msgstr ""
|
|
703
718
|
|
|
719
|
+
msgid "All selected hosts were already members of host collection %{host_collection}."
|
|
720
|
+
msgstr ""
|
|
721
|
+
|
|
704
722
|
msgid "All subpaths must have a slash at the end and none at the front"
|
|
705
723
|
msgstr ""
|
|
706
724
|
|
|
@@ -788,6 +806,9 @@ msgid ""
|
|
|
788
806
|
"%{error_message}"
|
|
789
807
|
msgstr ""
|
|
790
808
|
|
|
809
|
+
msgid "An error occurred while updating host collections"
|
|
810
|
+
msgstr ""
|
|
811
|
+
|
|
791
812
|
msgid "An option to specify how many ostree commits to traverse."
|
|
792
813
|
msgstr ""
|
|
793
814
|
|
|
@@ -1075,6 +1096,9 @@ msgstr "Diese Suche als Lesezeichen abspeichern"
|
|
|
1075
1096
|
msgid "Bookmarks marked as public are available to all users"
|
|
1076
1097
|
msgstr ""
|
|
1077
1098
|
|
|
1099
|
+
msgid "Bootable"
|
|
1100
|
+
msgstr ""
|
|
1101
|
+
|
|
1078
1102
|
msgid "Bootc rollback via Bootc interface"
|
|
1079
1103
|
msgstr ""
|
|
1080
1104
|
|
|
@@ -1399,6 +1423,9 @@ msgstr ""
|
|
|
1399
1423
|
msgid "Change content view environments"
|
|
1400
1424
|
msgstr ""
|
|
1401
1425
|
|
|
1426
|
+
msgid "Change host collections"
|
|
1427
|
+
msgstr ""
|
|
1428
|
+
|
|
1402
1429
|
msgid "Change host content source"
|
|
1403
1430
|
msgstr ""
|
|
1404
1431
|
|
|
@@ -1486,6 +1513,9 @@ msgstr ""
|
|
|
1486
1513
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
|
1487
1514
|
msgstr ""
|
|
1488
1515
|
|
|
1516
|
+
msgid "Commit upload"
|
|
1517
|
+
msgstr ""
|
|
1518
|
+
|
|
1489
1519
|
msgid "Compare"
|
|
1490
1520
|
msgstr "Vergleichen"
|
|
1491
1521
|
|
|
@@ -1840,15 +1870,27 @@ msgstr "In die Zwischenablage kopiert"
|
|
|
1840
1870
|
msgid "Copy"
|
|
1841
1871
|
msgstr "Kopieren"
|
|
1842
1872
|
|
|
1873
|
+
msgid "Copy all units"
|
|
1874
|
+
msgstr ""
|
|
1875
|
+
|
|
1843
1876
|
msgid "Copy an activation key"
|
|
1844
1877
|
msgstr "Aktivierungsschlüssel kopieren"
|
|
1845
1878
|
|
|
1879
|
+
msgid "Copy content"
|
|
1880
|
+
msgstr ""
|
|
1881
|
+
|
|
1846
1882
|
msgid "Copy content view"
|
|
1847
1883
|
msgstr ""
|
|
1848
1884
|
|
|
1849
1885
|
msgid "Copy to clipboard"
|
|
1850
1886
|
msgstr "In Zwischenablage abspeichern"
|
|
1851
1887
|
|
|
1888
|
+
msgid "Copy version"
|
|
1889
|
+
msgstr ""
|
|
1890
|
+
|
|
1891
|
+
msgid "Copy version units to library"
|
|
1892
|
+
msgstr ""
|
|
1893
|
+
|
|
1852
1894
|
msgid "Cores per socket"
|
|
1853
1895
|
msgstr "Kerne pro Socket"
|
|
1854
1896
|
|
|
@@ -2062,18 +2104,36 @@ msgstr ""
|
|
|
2062
2104
|
msgid "Create content view"
|
|
2063
2105
|
msgstr "Inhaltsansicht erstellen"
|
|
2064
2106
|
|
|
2107
|
+
msgid "Create exporter"
|
|
2108
|
+
msgstr ""
|
|
2109
|
+
|
|
2065
2110
|
msgid "Create filter"
|
|
2066
2111
|
msgstr "Filter erstellen"
|
|
2067
2112
|
|
|
2068
2113
|
msgid "Create host collection"
|
|
2069
2114
|
msgstr ""
|
|
2070
2115
|
|
|
2116
|
+
msgid "Create import"
|
|
2117
|
+
msgstr ""
|
|
2118
|
+
|
|
2119
|
+
msgid "Create importer"
|
|
2120
|
+
msgstr ""
|
|
2121
|
+
|
|
2071
2122
|
msgid "Create new activation key"
|
|
2072
2123
|
msgstr ""
|
|
2073
2124
|
|
|
2074
2125
|
msgid "Create organization"
|
|
2075
2126
|
msgstr "Organisation erstellen"
|
|
2076
2127
|
|
|
2128
|
+
msgid "Create publication"
|
|
2129
|
+
msgstr ""
|
|
2130
|
+
|
|
2131
|
+
msgid "Create remote"
|
|
2132
|
+
msgstr ""
|
|
2133
|
+
|
|
2134
|
+
msgid "Creation"
|
|
2135
|
+
msgstr ""
|
|
2136
|
+
|
|
2077
2137
|
msgid "Credentials"
|
|
2078
2138
|
msgstr "Anmeldedaten"
|
|
2079
2139
|
|
|
@@ -2335,12 +2395,36 @@ msgstr ""
|
|
|
2335
2395
|
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."
|
|
2336
2396
|
msgstr ""
|
|
2337
2397
|
|
|
2398
|
+
msgid "Delete distributions"
|
|
2399
|
+
msgstr ""
|
|
2400
|
+
|
|
2338
2401
|
msgid "Delete manifest from Red Hat provider"
|
|
2339
2402
|
msgstr "Manifest vom Red Hat Anbieter löschen"
|
|
2340
2403
|
|
|
2341
2404
|
msgid "Delete multiple filters from a content view"
|
|
2342
2405
|
msgstr "Löschen Sie mehrere Filter aus einer Inhaltsansicht"
|
|
2343
2406
|
|
|
2407
|
+
msgid "Delete orphan alternate content sources"
|
|
2408
|
+
msgstr ""
|
|
2409
|
+
|
|
2410
|
+
msgid "Delete orphan distributions"
|
|
2411
|
+
msgstr ""
|
|
2412
|
+
|
|
2413
|
+
msgid "Delete orphan remotes"
|
|
2414
|
+
msgstr ""
|
|
2415
|
+
|
|
2416
|
+
msgid "Delete orphan repository versions"
|
|
2417
|
+
msgstr ""
|
|
2418
|
+
|
|
2419
|
+
msgid "Delete orphaned migrated repositories"
|
|
2420
|
+
msgstr ""
|
|
2421
|
+
|
|
2422
|
+
msgid "Delete remote"
|
|
2423
|
+
msgstr ""
|
|
2424
|
+
|
|
2425
|
+
msgid "Delete repository references"
|
|
2426
|
+
msgstr ""
|
|
2427
|
+
|
|
2344
2428
|
msgid "Delete version"
|
|
2345
2429
|
msgstr ""
|
|
2346
2430
|
|
|
@@ -2440,6 +2524,12 @@ msgstr "Umgebung löschen"
|
|
|
2440
2524
|
msgid "Destroy an environment in an organization"
|
|
2441
2525
|
msgstr "Umgebung in einer Organisation löschen"
|
|
2442
2526
|
|
|
2527
|
+
msgid "Destroy exporter"
|
|
2528
|
+
msgstr ""
|
|
2529
|
+
|
|
2530
|
+
msgid "Destroy importer"
|
|
2531
|
+
msgstr ""
|
|
2532
|
+
|
|
2443
2533
|
msgid "Destroy one or more alternate content sources"
|
|
2444
2534
|
msgstr ""
|
|
2445
2535
|
|
|
@@ -2485,6 +2575,9 @@ msgstr "Deaktiviert"
|
|
|
2485
2575
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
|
2486
2576
|
msgstr "Fehler beim Deaktivieren des einfachen Inhaltszugriffs für '%{subject}'."
|
|
2487
2577
|
|
|
2578
|
+
msgid "Discover"
|
|
2579
|
+
msgstr ""
|
|
2580
|
+
|
|
2488
2581
|
msgid "Discover Repositories"
|
|
2489
2582
|
msgstr "Repositorys suchen"
|
|
2490
2583
|
|
|
@@ -2620,9 +2713,6 @@ msgstr "Ein Repository aus der Gruppe aktivieren"
|
|
|
2620
2713
|
msgid "Enable repository sets"
|
|
2621
2714
|
msgstr ""
|
|
2622
2715
|
|
|
2623
|
-
msgid "Enable structured APT for deb content"
|
|
2624
|
-
msgstr ""
|
|
2625
|
-
|
|
2626
2716
|
msgid "Enable/Disable auto publish of composite view"
|
|
2627
2717
|
msgstr "Aktivieren/Deaktivieren der automatischen Veröffentlichung der zusammengesetzten Ansicht"
|
|
2628
2718
|
|
|
@@ -2683,6 +2773,9 @@ msgstr "Umgebungs-IDs"
|
|
|
2683
2773
|
msgid "Environment cannot be in its own promotion path"
|
|
2684
2774
|
msgstr "Umgebung kann nicht in ihrem eigenen Übertragungspfad liegen"
|
|
2685
2775
|
|
|
2776
|
+
msgid "Environment contents refresh"
|
|
2777
|
+
msgstr ""
|
|
2778
|
+
|
|
2686
2779
|
msgid "Environment identifier"
|
|
2687
2780
|
msgstr "Umgebungskennung"
|
|
2688
2781
|
|
|
@@ -2722,6 +2815,9 @@ msgstr ""
|
|
|
2722
2815
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
|
2723
2816
|
msgstr "Errata-ID des Erratums (RHSA-2012:108)"
|
|
2724
2817
|
|
|
2818
|
+
msgid "Errata mail"
|
|
2819
|
+
msgstr ""
|
|
2820
|
+
|
|
2725
2821
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
|
2726
2822
|
msgstr ""
|
|
2727
2823
|
|
|
@@ -2887,6 +2983,9 @@ msgstr "Rufen Sie verfügbare Modulstreams für Hosts ab."
|
|
|
2887
2983
|
msgid "Fetch installable errata for one or more hosts."
|
|
2888
2984
|
msgstr "Rufen Sie installierbare Errata für einen oder mehrere Hosts ab."
|
|
2889
2985
|
|
|
2986
|
+
msgid "Fetch pxe files"
|
|
2987
|
+
msgstr ""
|
|
2988
|
+
|
|
2890
2989
|
msgid "Fetch traces for one or more hosts"
|
|
2891
2990
|
msgstr "Abrufen von Traces für einen oder mehrere Hosts"
|
|
2892
2991
|
|
|
@@ -2980,6 +3079,9 @@ msgstr "Versionen nach Versionsnummer filtern"
|
|
|
2980
3079
|
msgid "Filter versions that are components in the specified composite version"
|
|
2981
3080
|
msgstr "Versionen filtern, die Komponenten in der angegebenen Verbundversion sind"
|
|
2982
3081
|
|
|
3082
|
+
msgid "Filtered index content"
|
|
3083
|
+
msgstr ""
|
|
3084
|
+
|
|
2983
3085
|
msgid "Filters"
|
|
2984
3086
|
msgstr "Filter"
|
|
2985
3087
|
|
|
@@ -3001,6 +3103,9 @@ msgstr ""
|
|
|
3001
3103
|
msgid "Finished"
|
|
3002
3104
|
msgstr "Fertig"
|
|
3003
3105
|
|
|
3106
|
+
msgid "Flatpak"
|
|
3107
|
+
msgstr ""
|
|
3108
|
+
|
|
3004
3109
|
msgid "Flatpak Remote ${name} created"
|
|
3005
3110
|
msgstr ""
|
|
3006
3111
|
|
|
@@ -3095,6 +3200,9 @@ msgstr ""
|
|
|
3095
3200
|
msgid "Generate host applicability"
|
|
3096
3201
|
msgstr "Hostanwendbarkeit generieren"
|
|
3097
3202
|
|
|
3203
|
+
msgid "Generate metadata"
|
|
3204
|
+
msgstr ""
|
|
3205
|
+
|
|
3098
3206
|
msgid "Generate repository applicability"
|
|
3099
3207
|
msgstr "Repository-Anwendbarkeit generieren"
|
|
3100
3208
|
|
|
@@ -3335,6 +3443,12 @@ msgstr ""
|
|
|
3335
3443
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
|
3336
3444
|
msgstr "Reihenfolge der sortierten Ergebnisse (z. B. ASC für aufsteigend)"
|
|
3337
3445
|
|
|
3446
|
+
msgid "Hypervisors"
|
|
3447
|
+
msgstr ""
|
|
3448
|
+
|
|
3449
|
+
msgid "Hypervisors update"
|
|
3450
|
+
msgstr ""
|
|
3451
|
+
|
|
3338
3452
|
msgid "ID"
|
|
3339
3453
|
msgstr "Kennung"
|
|
3340
3454
|
|
|
@@ -3523,9 +3637,6 @@ msgstr ""
|
|
|
3523
3637
|
msgid "If product certificates should be used to authenticate to a custom CDN."
|
|
3524
3638
|
msgstr ""
|
|
3525
3639
|
|
|
3526
|
-
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'."
|
|
3527
|
-
msgstr ""
|
|
3528
|
-
|
|
3529
3640
|
msgid "If the smart proxies' assigned HTTP proxies should be used"
|
|
3530
3641
|
msgstr ""
|
|
3531
3642
|
|
|
@@ -3655,6 +3766,9 @@ msgstr ""
|
|
|
3655
3766
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
|
3656
3767
|
msgstr ""
|
|
3657
3768
|
|
|
3769
|
+
msgid "Import migration"
|
|
3770
|
+
msgstr ""
|
|
3771
|
+
|
|
3658
3772
|
msgid "Import new manifest"
|
|
3659
3773
|
msgstr ""
|
|
3660
3774
|
|
|
@@ -3664,6 +3778,12 @@ msgstr ""
|
|
|
3664
3778
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
|
3665
3779
|
msgstr ""
|
|
3666
3780
|
|
|
3781
|
+
msgid "Import repository upload"
|
|
3782
|
+
msgstr ""
|
|
3783
|
+
|
|
3784
|
+
msgid "Import upload"
|
|
3785
|
+
msgstr ""
|
|
3786
|
+
|
|
3667
3787
|
msgid "Import uploads into a repository"
|
|
3668
3788
|
msgstr "Uploads in ein Repository importieren"
|
|
3669
3789
|
|
|
@@ -3730,6 +3850,9 @@ msgstr "Inkrementelle Aktualisierung"
|
|
|
3730
3850
|
msgid "Incremental Update incomplete."
|
|
3731
3851
|
msgstr "Inkrementelle Aktualisierung unvollständig."
|
|
3732
3852
|
|
|
3853
|
+
msgid "Incremental Update of Content View Version(s) "
|
|
3854
|
+
msgstr ""
|
|
3855
|
+
|
|
3733
3856
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
|
3734
3857
|
msgstr "Inkrementelles Update von %{content_view_count} Content View-Version(en)"
|
|
3735
3858
|
|
|
@@ -3742,12 +3865,27 @@ msgstr "Für die inkrementelle Aktualisierung ist mindestens ein Inhaltsblock er
|
|
|
3742
3865
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
|
3743
3866
|
msgstr "Inkrementelle Aktualisierung für Verbund %{name} Version %{version} angegeben, aber keine Komponenten aktualisiert."
|
|
3744
3867
|
|
|
3868
|
+
msgid "Index content"
|
|
3869
|
+
msgstr ""
|
|
3870
|
+
|
|
3871
|
+
msgid "Index errata"
|
|
3872
|
+
msgstr ""
|
|
3873
|
+
|
|
3874
|
+
msgid "Index module streams"
|
|
3875
|
+
msgstr ""
|
|
3876
|
+
|
|
3877
|
+
msgid "Index package groups"
|
|
3878
|
+
msgstr ""
|
|
3879
|
+
|
|
3745
3880
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
|
3746
3881
|
msgstr "Relevante Typen sind folgende [ %{list} ]"
|
|
3747
3882
|
|
|
3748
3883
|
msgid "Inherit from Repository"
|
|
3749
3884
|
msgstr "Vom Repository erben"
|
|
3750
3885
|
|
|
3886
|
+
msgid "Initialize"
|
|
3887
|
+
msgstr ""
|
|
3888
|
+
|
|
3751
3889
|
msgid "Initiate a sync of the products attached to the sync plan"
|
|
3752
3890
|
msgstr "Synchronisation von Produkten des Synchronisationsplans einleiten"
|
|
3753
3891
|
|
|
@@ -3823,9 +3961,15 @@ msgstr "Paketgruppe wird installiert …"
|
|
|
3823
3961
|
msgid "Installing Package..."
|
|
3824
3962
|
msgstr "Paket wird installiert …"
|
|
3825
3963
|
|
|
3964
|
+
msgid "Instance update"
|
|
3965
|
+
msgstr ""
|
|
3966
|
+
|
|
3826
3967
|
msgid "Instance-based"
|
|
3827
3968
|
msgstr "Instanzbasiert"
|
|
3828
3969
|
|
|
3970
|
+
msgid "Insufficient space for selected hosts"
|
|
3971
|
+
msgstr ""
|
|
3972
|
+
|
|
3829
3973
|
msgid "Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported."
|
|
3830
3974
|
msgstr "Interpretation eines angegebenen Objekts, damit nur Hostsammlungen ausgegeben werden, die dem angegebenen Objekt zugewiesen werden können. Der Wert 'host' wird unterstützt."
|
|
3831
3975
|
|
|
@@ -4060,6 +4204,15 @@ msgstr ""
|
|
|
4060
4204
|
msgid "Label of the flatpak remote"
|
|
4061
4205
|
msgstr ""
|
|
4062
4206
|
|
|
4207
|
+
msgid "Labels"
|
|
4208
|
+
msgstr ""
|
|
4209
|
+
|
|
4210
|
+
msgid "Labels and annotations"
|
|
4211
|
+
msgstr ""
|
|
4212
|
+
|
|
4213
|
+
msgid "Labels | Annotations"
|
|
4214
|
+
msgstr ""
|
|
4215
|
+
|
|
4063
4216
|
msgid "Last check-in:"
|
|
4064
4217
|
msgstr ""
|
|
4065
4218
|
|
|
@@ -4162,6 +4315,9 @@ msgstr ""
|
|
|
4162
4315
|
msgid "Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy."
|
|
4163
4316
|
msgstr "Lebenszyklusumgebungen können auf dem standardmäßigen Smart Proxy nicht geändert werden. Der Inhalt aller Lifecycle-Umgebungen ist auf diesem Smart Proxy vorhanden."
|
|
4164
4317
|
|
|
4318
|
+
msgid "Limit"
|
|
4319
|
+
msgstr ""
|
|
4320
|
+
|
|
4165
4321
|
msgid "Limit actions to content in the host's environment."
|
|
4166
4322
|
msgstr ""
|
|
4167
4323
|
|
|
@@ -4492,12 +4648,18 @@ msgstr ""
|
|
|
4492
4648
|
msgid "Manifest"
|
|
4493
4649
|
msgstr "Manifest"
|
|
4494
4650
|
|
|
4651
|
+
msgid "Manifest Details"
|
|
4652
|
+
msgstr ""
|
|
4653
|
+
|
|
4495
4654
|
msgid "Manifest History"
|
|
4496
4655
|
msgstr "Manifestchronik"
|
|
4497
4656
|
|
|
4498
4657
|
msgid "Manifest deleted"
|
|
4499
4658
|
msgstr "Manifest gelöscht"
|
|
4500
4659
|
|
|
4660
|
+
msgid "Manifest digest"
|
|
4661
|
+
msgstr ""
|
|
4662
|
+
|
|
4501
4663
|
msgid "Manifest does not have a valid subscription"
|
|
4502
4664
|
msgstr ""
|
|
4503
4665
|
|
|
@@ -4582,6 +4744,9 @@ msgstr "Nachricht"
|
|
|
4582
4744
|
msgid "Messaging connection"
|
|
4583
4745
|
msgstr "Verbindung zum Messaging"
|
|
4584
4746
|
|
|
4747
|
+
msgid "Metadata generate"
|
|
4748
|
+
msgstr ""
|
|
4749
|
+
|
|
4585
4750
|
msgid ""
|
|
4586
4751
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
|
4587
4752
|
"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."
|
|
@@ -4620,6 +4785,9 @@ msgstr "Modell"
|
|
|
4620
4785
|
msgid "Moderate"
|
|
4621
4786
|
msgstr "Moderat (Mittel)"
|
|
4622
4787
|
|
|
4788
|
+
msgid "Modified"
|
|
4789
|
+
msgstr ""
|
|
4790
|
+
|
|
4623
4791
|
msgid "Modify via remote execution"
|
|
4624
4792
|
msgstr ""
|
|
4625
4793
|
|
|
@@ -4647,6 +4815,15 @@ msgstr ""
|
|
|
4647
4815
|
msgid "Multi Content View Environment"
|
|
4648
4816
|
msgstr ""
|
|
4649
4817
|
|
|
4818
|
+
msgid "Multi copy all units"
|
|
4819
|
+
msgstr ""
|
|
4820
|
+
|
|
4821
|
+
msgid "Multi copy content"
|
|
4822
|
+
msgstr ""
|
|
4823
|
+
|
|
4824
|
+
msgid "Multi copy units"
|
|
4825
|
+
msgstr ""
|
|
4826
|
+
|
|
4650
4827
|
msgid "Multi-entitlement"
|
|
4651
4828
|
msgstr "Multi-Berechtigung"
|
|
4652
4829
|
|
|
@@ -4951,6 +5128,9 @@ msgstr "Keine installierten Pakete und/oder aktivierten Repositorys wurden von %
|
|
|
4951
5128
|
msgid "No items have been specified."
|
|
4952
5129
|
msgstr ""
|
|
4953
5130
|
|
|
5131
|
+
msgid "No labels"
|
|
5132
|
+
msgstr ""
|
|
5133
|
+
|
|
4954
5134
|
msgid "No manifest file uploaded"
|
|
4955
5135
|
msgstr "Keine Manifestdatei hochgeladen"
|
|
4956
5136
|
|
|
@@ -5290,6 +5470,9 @@ msgstr "Organsiationskennung"
|
|
|
5290
5470
|
msgid "Organization label '%s' is ambiguous. Try using an id-based container name."
|
|
5291
5471
|
msgstr ""
|
|
5292
5472
|
|
|
5473
|
+
msgid "Organization must be specified when providing product by name."
|
|
5474
|
+
msgstr ""
|
|
5475
|
+
|
|
5293
5476
|
msgid "Organization not found"
|
|
5294
5477
|
msgstr "Organisation nicht gefunden"
|
|
5295
5478
|
|
|
@@ -5693,6 +5876,9 @@ msgstr ""
|
|
|
5693
5876
|
msgid "Product label '%s' is ambiguous. Try using an id-based container name."
|
|
5694
5877
|
msgstr ""
|
|
5695
5878
|
|
|
5879
|
+
msgid "Product must be specified."
|
|
5880
|
+
msgstr ""
|
|
5881
|
+
|
|
5696
5882
|
msgid "Product name"
|
|
5697
5883
|
msgstr "Produktname"
|
|
5698
5884
|
|
|
@@ -5855,6 +6041,9 @@ msgstr "Pulp-Speicher"
|
|
|
5855
6041
|
msgid "Pulp task error"
|
|
5856
6042
|
msgstr "Pulp-Aufgabenfehler"
|
|
5857
6043
|
|
|
6044
|
+
msgid "Purge completed tasks"
|
|
6045
|
+
msgstr ""
|
|
6046
|
+
|
|
5858
6047
|
msgid "Python Package"
|
|
5859
6048
|
msgstr ""
|
|
5860
6049
|
|
|
@@ -5954,6 +6143,9 @@ msgstr "Neustart erforderlich"
|
|
|
5954
6143
|
msgid "Reclaim Space"
|
|
5955
6144
|
msgstr ""
|
|
5956
6145
|
|
|
6146
|
+
msgid "Reclaim space"
|
|
6147
|
+
msgstr ""
|
|
6148
|
+
|
|
5957
6149
|
msgid "Reclaim space from On Demand repositories"
|
|
5958
6150
|
msgstr ""
|
|
5959
6151
|
|
|
@@ -6020,6 +6212,9 @@ msgstr ""
|
|
|
6020
6212
|
msgid "Refresh all alternate content sources"
|
|
6021
6213
|
msgstr ""
|
|
6022
6214
|
|
|
6215
|
+
msgid "Refresh all distributions"
|
|
6216
|
+
msgstr ""
|
|
6217
|
+
|
|
6023
6218
|
msgid "Refresh alternate content sources"
|
|
6024
6219
|
msgstr ""
|
|
6025
6220
|
|
|
@@ -6032,15 +6227,27 @@ msgstr ""
|
|
|
6032
6227
|
msgid "Refresh counts"
|
|
6033
6228
|
msgstr ""
|
|
6034
6229
|
|
|
6230
|
+
msgid "Refresh distribution"
|
|
6231
|
+
msgstr ""
|
|
6232
|
+
|
|
6035
6233
|
msgid "Refresh errata applicability"
|
|
6036
6234
|
msgstr ""
|
|
6037
6235
|
|
|
6236
|
+
msgid "Refresh if needed"
|
|
6237
|
+
msgstr ""
|
|
6238
|
+
|
|
6038
6239
|
msgid "Refresh package applicability"
|
|
6039
6240
|
msgstr ""
|
|
6040
6241
|
|
|
6041
6242
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
|
6042
6243
|
msgstr "Zuvor importiertes Manifest für Red Hat Anbieter aktualisieren"
|
|
6043
6244
|
|
|
6245
|
+
msgid "Refresh remote"
|
|
6246
|
+
msgstr ""
|
|
6247
|
+
|
|
6248
|
+
msgid "Refresh repos"
|
|
6249
|
+
msgstr ""
|
|
6250
|
+
|
|
6044
6251
|
msgid "Refresh source"
|
|
6045
6252
|
msgstr ""
|
|
6046
6253
|
|
|
@@ -6083,6 +6290,9 @@ msgstr "Das Namensmuster der Registrierung führt zu einem ungültigen Container
|
|
|
6083
6290
|
msgid "Registry token expiration time"
|
|
6084
6291
|
msgstr ""
|
|
6085
6292
|
|
|
6293
|
+
msgid "Reindex subscriptions"
|
|
6294
|
+
msgstr ""
|
|
6295
|
+
|
|
6086
6296
|
msgid "Related composite content views"
|
|
6087
6297
|
msgstr ""
|
|
6088
6298
|
|
|
@@ -6158,6 +6368,9 @@ msgstr ""
|
|
|
6158
6368
|
msgid "Remove from environments"
|
|
6159
6369
|
msgstr ""
|
|
6160
6370
|
|
|
6371
|
+
msgid "Remove from host collections"
|
|
6372
|
+
msgstr ""
|
|
6373
|
+
|
|
6161
6374
|
msgid "Remove host from collections"
|
|
6162
6375
|
msgstr ""
|
|
6163
6376
|
|
|
@@ -6179,6 +6392,9 @@ msgstr "Entfernen Sie eine oder mehrere Hostsammlungen von einem oder mehreren H
|
|
|
6179
6392
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
|
6180
6393
|
msgstr ""
|
|
6181
6394
|
|
|
6395
|
+
msgid "Remove orphans"
|
|
6396
|
+
msgstr ""
|
|
6397
|
+
|
|
6182
6398
|
msgid "Remove package group via Katello interface"
|
|
6183
6399
|
msgstr "Paketgruppe über Katello-Schnittstelle entfernen"
|
|
6184
6400
|
|
|
@@ -6194,12 +6410,24 @@ msgstr ""
|
|
|
6194
6410
|
msgid "Remove products from sync plan"
|
|
6195
6411
|
msgstr "Produkte aus Synchronisationsplan entfernen"
|
|
6196
6412
|
|
|
6413
|
+
msgid "Remove rolling repo clone"
|
|
6414
|
+
msgstr ""
|
|
6415
|
+
|
|
6416
|
+
msgid "Remove units"
|
|
6417
|
+
msgstr ""
|
|
6418
|
+
|
|
6419
|
+
msgid "Remove unneeded repos"
|
|
6420
|
+
msgstr ""
|
|
6421
|
+
|
|
6197
6422
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
|
6198
6423
|
msgstr "Versionen und/oder Umgebungen aus einer Inhaltsansicht entfernen und Systeme und Schlüssel neu zuweisen"
|
|
6199
6424
|
|
|
6200
6425
|
msgid "Remove versions from environments"
|
|
6201
6426
|
msgstr ""
|
|
6202
6427
|
|
|
6428
|
+
msgid "Removed %{count} host(s) from host collection %{host_collection}."
|
|
6429
|
+
msgstr ""
|
|
6430
|
+
|
|
6203
6431
|
msgid "Removed component from content view"
|
|
6204
6432
|
msgstr "Komponente aus der Inhaltsansicht entfernt"
|
|
6205
6433
|
|
|
@@ -6218,6 +6446,9 @@ msgstr ""
|
|
|
6218
6446
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
|
6219
6447
|
msgstr ""
|
|
6220
6448
|
|
|
6449
|
+
msgid "Repair"
|
|
6450
|
+
msgstr ""
|
|
6451
|
+
|
|
6221
6452
|
msgid "Replace content source on the target machine"
|
|
6222
6453
|
msgstr ""
|
|
6223
6454
|
|
|
@@ -6236,12 +6467,18 @@ msgstr "Repositorys"
|
|
|
6236
6467
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
|
6237
6468
|
msgstr ""
|
|
6238
6469
|
|
|
6470
|
+
msgid "Repositories certs reset"
|
|
6471
|
+
msgstr ""
|
|
6472
|
+
|
|
6239
6473
|
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."
|
|
6240
6474
|
msgstr ""
|
|
6241
6475
|
|
|
6242
6476
|
msgid "Repositories from published Content Views are not allowed."
|
|
6243
6477
|
msgstr "Repositorys aus veröffentlichten Inhaltsansichten sind nicht zulässig."
|
|
6244
6478
|
|
|
6479
|
+
msgid "Repositories gpg reset"
|
|
6480
|
+
msgstr ""
|
|
6481
|
+
|
|
6245
6482
|
msgid "Repository"
|
|
6246
6483
|
msgstr "Repository"
|
|
6247
6484
|
|
|
@@ -6407,6 +6644,9 @@ msgstr ""
|
|
|
6407
6644
|
msgid "Result"
|
|
6408
6645
|
msgstr "Ergebnis"
|
|
6409
6646
|
|
|
6647
|
+
msgid "Retain build profile upon unregistration"
|
|
6648
|
+
msgstr ""
|
|
6649
|
+
|
|
6410
6650
|
msgid "Retrieve a single errata for a host"
|
|
6411
6651
|
msgstr "Einzelnes Erratum für einen Host abrufen"
|
|
6412
6652
|
|
|
@@ -6599,6 +6839,21 @@ msgstr "Speichern"
|
|
|
6599
6839
|
msgid "Save Environments"
|
|
6600
6840
|
msgstr ""
|
|
6601
6841
|
|
|
6842
|
+
msgid "Save artifact"
|
|
6843
|
+
msgstr ""
|
|
6844
|
+
|
|
6845
|
+
msgid "Save distribution references"
|
|
6846
|
+
msgstr ""
|
|
6847
|
+
|
|
6848
|
+
msgid "Save publication"
|
|
6849
|
+
msgstr ""
|
|
6850
|
+
|
|
6851
|
+
msgid "Save version"
|
|
6852
|
+
msgstr ""
|
|
6853
|
+
|
|
6854
|
+
msgid "Save versions"
|
|
6855
|
+
msgstr ""
|
|
6856
|
+
|
|
6602
6857
|
msgid "Saving alternate content source..."
|
|
6603
6858
|
msgstr ""
|
|
6604
6859
|
|
|
@@ -6608,6 +6863,12 @@ msgstr ""
|
|
|
6608
6863
|
msgid "Scan a flatpak remote"
|
|
6609
6864
|
msgstr ""
|
|
6610
6865
|
|
|
6866
|
+
msgid "Scan cdn"
|
|
6867
|
+
msgstr ""
|
|
6868
|
+
|
|
6869
|
+
msgid "Scan remote"
|
|
6870
|
+
msgstr ""
|
|
6871
|
+
|
|
6611
6872
|
msgid "Schema version 1"
|
|
6612
6873
|
msgstr ""
|
|
6613
6874
|
|
|
@@ -6656,6 +6917,9 @@ msgstr "Anwendbare Sicherheits-Errata"
|
|
|
6656
6917
|
msgid "Security errata installable"
|
|
6657
6918
|
msgstr "Sicherheitserrata installierbar"
|
|
6658
6919
|
|
|
6920
|
+
msgid "See child manifests"
|
|
6921
|
+
msgstr ""
|
|
6922
|
+
|
|
6659
6923
|
msgid "Select"
|
|
6660
6924
|
msgstr "Auswählen"
|
|
6661
6925
|
|
|
@@ -6767,6 +7031,9 @@ msgstr ""
|
|
|
6767
7031
|
msgid "Select host collection(s) to remove from host {hostName}."
|
|
6768
7032
|
msgstr ""
|
|
6769
7033
|
|
|
7034
|
+
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."
|
|
7035
|
+
msgstr ""
|
|
7036
|
+
|
|
6770
7037
|
msgid "Select hosts to assign to %s"
|
|
6771
7038
|
msgstr "Hosts zum Zuweisen zu %s auswählen"
|
|
6772
7039
|
|
|
@@ -6887,6 +7154,9 @@ msgstr "Schweregrad"
|
|
|
6887
7154
|
msgid "Severity must be one of: %s"
|
|
6888
7155
|
msgstr ""
|
|
6889
7156
|
|
|
7157
|
+
msgid "Show ${remainingCount} more"
|
|
7158
|
+
msgstr ""
|
|
7159
|
+
|
|
6890
7160
|
msgid "Show %s"
|
|
6891
7161
|
msgstr ""
|
|
6892
7162
|
|
|
@@ -7370,9 +7640,6 @@ msgstr "Erfolgreich"
|
|
|
7370
7640
|
msgid "Successfully added %s Host(s)."
|
|
7371
7641
|
msgstr "%s Host(s) erfolgreich hinzugefügt."
|
|
7372
7642
|
|
|
7373
|
-
msgid "Successfully added %{count} content host(s) to host collection %{host_collection}."
|
|
7374
|
-
msgstr "%{count} Inhaltshosts erfolgreich zur Hostsammlung %{host_collection} hinzugefügt."
|
|
7375
|
-
|
|
7376
7643
|
msgid "Successfully changed sync plan for %s product(s)"
|
|
7377
7644
|
msgstr "Synchronisationsplan erfolgreich geändert für %s Produkte"
|
|
7378
7645
|
|
|
@@ -7385,9 +7652,6 @@ msgstr ""
|
|
|
7385
7652
|
msgid "Successfully removed %s Host(s)."
|
|
7386
7653
|
msgstr "%s Host(s) erfolgreich entfernt."
|
|
7387
7654
|
|
|
7388
|
-
msgid "Successfully removed %{count} content host(s) from host collection %{host_collection}."
|
|
7389
|
-
msgstr "%{count} Inhaltshosts erfolgreich von Hostsammlung %{host_collection} entfernt."
|
|
7390
|
-
|
|
7391
7655
|
msgid "Successfully synced capsule."
|
|
7392
7656
|
msgstr ""
|
|
7393
7657
|
|
|
@@ -7406,6 +7670,9 @@ msgstr ""
|
|
|
7406
7670
|
msgid "Supported Content Types"
|
|
7407
7671
|
msgstr "Unterstützte Inhaltstypen"
|
|
7408
7672
|
|
|
7673
|
+
msgid "Sync"
|
|
7674
|
+
msgstr ""
|
|
7675
|
+
|
|
7409
7676
|
msgid "Sync Canceled"
|
|
7410
7677
|
msgstr "Synchronisation abgebrochen"
|
|
7411
7678
|
|
|
@@ -7460,6 +7727,9 @@ msgstr "Repository synchronisieren"
|
|
|
7460
7727
|
msgid "Sync all repositories for a product"
|
|
7461
7728
|
msgstr "Alle Repositorys für ein Produkt synchronisieren"
|
|
7462
7729
|
|
|
7730
|
+
msgid "Sync capsule"
|
|
7731
|
+
msgstr ""
|
|
7732
|
+
|
|
7463
7733
|
msgid "Sync complete."
|
|
7464
7734
|
msgstr "Synchronisation abgeschlossen."
|
|
7465
7735
|
|
|
@@ -7478,6 +7748,9 @@ msgstr ""
|
|
|
7478
7748
|
msgid "Sync state"
|
|
7479
7749
|
msgstr "Synchronisierungsstatus"
|
|
7480
7750
|
|
|
7751
|
+
msgid "Syncable export"
|
|
7752
|
+
msgstr ""
|
|
7753
|
+
|
|
7481
7754
|
msgid "Synced"
|
|
7482
7755
|
msgstr ""
|
|
7483
7756
|
|
|
@@ -7487,9 +7760,6 @@ msgstr ""
|
|
|
7487
7760
|
msgid "Synced Content"
|
|
7488
7761
|
msgstr "Synchronisierte Inhalte"
|
|
7489
7762
|
|
|
7490
|
-
msgid "Synced container images content"
|
|
7491
|
-
msgstr ""
|
|
7492
|
-
|
|
7493
7763
|
msgid "Synchronize"
|
|
7494
7764
|
msgstr "Synchronisieren"
|
|
7495
7765
|
|
|
@@ -7532,6 +7802,9 @@ msgstr ""
|
|
|
7532
7802
|
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."
|
|
7533
7803
|
msgstr ""
|
|
7534
7804
|
|
|
7805
|
+
msgid "Tag"
|
|
7806
|
+
msgstr ""
|
|
7807
|
+
|
|
7535
7808
|
msgid "Tag name"
|
|
7536
7809
|
msgstr ""
|
|
7537
7810
|
|
|
@@ -7990,6 +8263,9 @@ msgstr ""
|
|
|
7990
8263
|
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."
|
|
7991
8264
|
msgstr ""
|
|
7992
8265
|
|
|
8266
|
+
msgid "To manage host collections, a specific organization must be selected from the organization context."
|
|
8267
|
+
msgstr ""
|
|
8268
|
+
|
|
7993
8269
|
msgid "To manage host content overrides, a specific organization must be selected from the organization context."
|
|
7994
8270
|
msgstr ""
|
|
7995
8271
|
|
|
@@ -8308,15 +8584,27 @@ msgstr "Umgebung in einer Organisation aktualisieren"
|
|
|
8308
8584
|
msgid "Update content counts for the smart proxy"
|
|
8309
8585
|
msgstr ""
|
|
8310
8586
|
|
|
8587
|
+
msgid "Update content urls"
|
|
8588
|
+
msgstr ""
|
|
8589
|
+
|
|
8311
8590
|
msgid "Update content view environments for host"
|
|
8312
8591
|
msgstr ""
|
|
8313
8592
|
|
|
8314
8593
|
msgid "Update content view environments for host %s"
|
|
8315
8594
|
msgstr ""
|
|
8316
8595
|
|
|
8596
|
+
msgid "Update distributions"
|
|
8597
|
+
msgstr ""
|
|
8598
|
+
|
|
8317
8599
|
msgid "Update hosts manually"
|
|
8318
8600
|
msgstr ""
|
|
8319
8601
|
|
|
8602
|
+
msgid "Update http proxy"
|
|
8603
|
+
msgstr ""
|
|
8604
|
+
|
|
8605
|
+
msgid "Update http proxy details"
|
|
8606
|
+
msgstr ""
|
|
8607
|
+
|
|
8320
8608
|
msgid "Update installed packages, enabled repos, module inventory"
|
|
8321
8609
|
msgstr "Aktualisiere installierte Packete, aktivierte Repositories und Modul-Inventare"
|
|
8322
8610
|
|
|
@@ -8332,12 +8620,21 @@ msgstr "Update-Paket über Katello-Schnittstelle"
|
|
|
8332
8620
|
msgid "Update packages via Katello interface"
|
|
8333
8621
|
msgstr ""
|
|
8334
8622
|
|
|
8623
|
+
msgid "Update redhat repository"
|
|
8624
|
+
msgstr ""
|
|
8625
|
+
|
|
8335
8626
|
msgid "Update release version for host"
|
|
8336
8627
|
msgstr "Release-Version für Host aktualisieren"
|
|
8337
8628
|
|
|
8338
8629
|
msgid "Update release version for host %s"
|
|
8339
8630
|
msgstr "Release-Version für Host aktualisieren %s"
|
|
8340
8631
|
|
|
8632
|
+
msgid "Update remote"
|
|
8633
|
+
msgstr ""
|
|
8634
|
+
|
|
8635
|
+
msgid "Update repository"
|
|
8636
|
+
msgstr ""
|
|
8637
|
+
|
|
8341
8638
|
msgid "Update services requiring restart"
|
|
8342
8639
|
msgstr "Services aktualisieren, welche neugestartet werden müssen"
|
|
8343
8640
|
|
|
@@ -8428,6 +8725,12 @@ msgstr "Teil der Dateiinhalte hochladen"
|
|
|
8428
8725
|
msgid "Upload a subscription manifest"
|
|
8429
8726
|
msgstr "Subskriptionsmanifest hochladen"
|
|
8430
8727
|
|
|
8728
|
+
msgid "Upload content"
|
|
8729
|
+
msgstr ""
|
|
8730
|
+
|
|
8731
|
+
msgid "Upload file"
|
|
8732
|
+
msgstr ""
|
|
8733
|
+
|
|
8431
8734
|
msgid "Upload into"
|
|
8432
8735
|
msgstr "Hochgeladen in"
|
|
8433
8736
|
|
|
@@ -8437,6 +8740,9 @@ msgstr ""
|
|
|
8437
8740
|
msgid "Upload request id"
|
|
8438
8741
|
msgstr "Anfrage-ID hochladen"
|
|
8439
8742
|
|
|
8743
|
+
msgid "Upload tag"
|
|
8744
|
+
msgstr ""
|
|
8745
|
+
|
|
8440
8746
|
msgid "Upstream Candlepin"
|
|
8441
8747
|
msgstr ""
|
|
8442
8748
|
|
|
@@ -8552,11 +8858,14 @@ msgid "Value must either be a boolean or 'default' for 'enabled'"
|
|
|
8552
8858
|
msgstr "Der Wert muss entweder ein boolescher Wert oder 'Standard' für 'aktiviert' sein."
|
|
8553
8859
|
|
|
8554
8860
|
msgid "Verify Content Checksum"
|
|
8555
|
-
msgstr ""
|
|
8861
|
+
msgstr "Überprüfen Sie die Inhaltsprüfsumme"
|
|
8556
8862
|
|
|
8557
8863
|
msgid "Verify SSL"
|
|
8558
8864
|
msgstr "SSL überprüfen"
|
|
8559
8865
|
|
|
8866
|
+
msgid "Verify checksum"
|
|
8867
|
+
msgstr ""
|
|
8868
|
+
|
|
8560
8869
|
msgid "Verify checksum for content on smart proxy"
|
|
8561
8870
|
msgstr ""
|
|
8562
8871
|
|
|
@@ -8650,6 +8959,15 @@ msgstr ""
|
|
|
8650
8959
|
msgid "View documentation"
|
|
8651
8960
|
msgstr ""
|
|
8652
8961
|
|
|
8962
|
+
msgid "View here"
|
|
8963
|
+
msgstr ""
|
|
8964
|
+
|
|
8965
|
+
msgid "View labels and annotations"
|
|
8966
|
+
msgstr ""
|
|
8967
|
+
|
|
8968
|
+
msgid "View labels and annotations for image "
|
|
8969
|
+
msgstr ""
|
|
8970
|
+
|
|
8653
8971
|
msgid "View matching content"
|
|
8654
8972
|
msgstr ""
|
|
8655
8973
|
|
|
@@ -8689,6 +9007,9 @@ msgstr ""
|
|
|
8689
9007
|
msgid "When \"Upstream URL\" is set, \"Releases/Distributions\" must also be set!"
|
|
8690
9008
|
msgstr ""
|
|
8691
9009
|
|
|
9010
|
+
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."
|
|
9011
|
+
msgstr ""
|
|
9012
|
+
|
|
8692
9013
|
msgid "When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')"
|
|
8693
9014
|
msgstr "Host Wenn Sie einen Host über den Abonnement-Manager registrieren, verwenden Sie die angegebene Tatsache (in Form von 'fact.fact')"
|
|
8694
9015
|
|