katello 4.16.1 → 4.16.3
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 +244 -7
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/ca/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/cs/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +246 -9
- data/app/assets/javascripts/katello/locale/de/katello.js +256 -19
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/el/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/en/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +245 -8
- data/app/assets/javascripts/katello/locale/en_US/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/es/katello.js +411 -174
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/fr/katello.js +1073 -836
- data/app/assets/javascripts/katello/locale/gl/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/gu/katello.js +245 -8
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/hi/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/id/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/it/katello.js +247 -10
- data/app/assets/javascripts/katello/locale/ja/katello.js +801 -564
- data/app/assets/javascripts/katello/locale/ka/katello.js +648 -411
- data/app/assets/javascripts/katello/locale/kn/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/ko/katello.js +2299 -2063
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/mr/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/or/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/pa/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/pl/katello.js +245 -8
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/pt/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +424 -187
- data/app/assets/javascripts/katello/locale/ro/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/ru/katello.js +247 -10
- data/app/assets/javascripts/katello/locale/sl/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +245 -8
- data/app/assets/javascripts/katello/locale/ta/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/te/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/tr/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/vi/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/zh/katello.js +244 -7
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +806 -569
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +247 -10
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +2 -0
- data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +20 -0
- data/db/migrate/20250714190050_add_missing_rpms_evr_index.rb +14 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +99 -60
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +100 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +99 -40
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +260 -192
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +96 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +119 -52
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +99 -34
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +107 -40
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +99 -40
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +97 -34
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +96 -31
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +105 -40
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +98 -33
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +14 -14
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +183 -0
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +244 -7
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +244 -7
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +244 -7
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +244 -7
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +246 -9
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +260 -23
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +244 -7
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +244 -7
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +244 -7
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +244 -7
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +245 -8
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +244 -7
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +415 -177
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +244 -7
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +1080 -843
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +244 -7
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +246 -9
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +244 -7
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +244 -7
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +244 -7
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +248 -11
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +809 -570
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +650 -411
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/katello.pot +477 -107
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +244 -7
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +2309 -2059
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +244 -7
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +244 -7
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +244 -7
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +244 -7
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +244 -7
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +246 -9
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +244 -7
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +244 -7
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +428 -190
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +244 -7
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +244 -7
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +248 -11
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +244 -7
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +246 -9
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +244 -7
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +244 -7
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +244 -7
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +244 -7
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +244 -7
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +244 -7
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +244 -7
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +812 -569
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +248 -11
- data/locale/zh_TW/katello.po.time_stamp +0 -0
- metadata +56 -3
data/locale/de/katello.po
CHANGED
@@ -19,19 +19,19 @@
|
|
19
19
|
# Wiederoder <stefanwiederoder@googlemail.com>, 2022
|
20
20
|
# Lukas Kallies <github.com@luke-web.de>, 2022
|
21
21
|
# Lukáš Zapletal, 2022
|
22
|
-
# Markus Bucher <bucher@atix.de>, 2022
|
23
|
-
# Bryan Kearney <bryan.kearney@gmail.com>, 2022
|
24
|
-
# Crited <Alexander.Stoll@netways.de>, 2022
|
25
|
-
# Patrick Dolinic, 2022
|
26
22
|
# Ettore Atalan <atalanttore@googlemail.com>, 2023
|
23
|
+
# Crited <Alexander.Stoll@netways.de>, 2023
|
24
|
+
# pdolinic, 2024
|
25
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2024
|
26
|
+
# Markus Bucher <bucher@atix.de>, 2025
|
27
27
|
#
|
28
28
|
msgid ""
|
29
29
|
msgstr ""
|
30
|
-
"Project-Id-Version: katello
|
30
|
+
"Project-Id-Version: katello 4.16.2\n"
|
31
31
|
"Report-Msgid-Bugs-To: \n"
|
32
32
|
"PO-Revision-Date: 2017-12-19 20:14+0000\n"
|
33
|
-
"Last-Translator:
|
34
|
-
"Language-Team: German (https://
|
33
|
+
"Last-Translator: Markus Bucher <bucher@atix.de>, 2025\n"
|
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"
|
37
37
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -491,6 +491,9 @@ msgstr ""
|
|
491
491
|
msgid "About page"
|
492
492
|
msgstr "Über die Seite"
|
493
493
|
|
494
|
+
msgid "Abstract async task"
|
495
|
+
msgstr ""
|
496
|
+
|
494
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'."
|
495
498
|
msgstr ""
|
496
499
|
|
@@ -531,7 +534,7 @@ msgid "Activation key ID"
|
|
531
534
|
msgstr "Aktivierungsschlüssel-ID"
|
532
535
|
|
533
536
|
msgid "Activation key deleted"
|
534
|
-
msgstr ""
|
537
|
+
msgstr "Aktivierungsschlüssel gelöscht"
|
535
538
|
|
536
539
|
msgid "Activation key details"
|
537
540
|
msgstr ""
|
@@ -1006,6 +1009,9 @@ msgstr "Autor"
|
|
1006
1009
|
msgid "Auto Publish - Triggered by '%s'"
|
1007
1010
|
msgstr "Automatische Veröffentlichung - Ausgelöst durch '%s'"
|
1008
1011
|
|
1012
|
+
msgid "Auto attach subscriptions"
|
1013
|
+
msgstr ""
|
1014
|
+
|
1009
1015
|
msgid "Auto publish"
|
1010
1016
|
msgstr ""
|
1011
1017
|
|
@@ -1483,6 +1489,9 @@ msgstr ""
|
|
1483
1489
|
msgid "Comma-separated list of tags to sync for a container image repository"
|
1484
1490
|
msgstr ""
|
1485
1491
|
|
1492
|
+
msgid "Commit upload"
|
1493
|
+
msgstr ""
|
1494
|
+
|
1486
1495
|
msgid "Compare"
|
1487
1496
|
msgstr "Vergleichen"
|
1488
1497
|
|
@@ -1502,7 +1511,7 @@ msgid "Components"
|
|
1502
1511
|
msgstr "Komponenten"
|
1503
1512
|
|
1504
1513
|
msgid "Composite"
|
1505
|
-
msgstr "
|
1514
|
+
msgstr ""
|
1506
1515
|
|
1507
1516
|
msgid "Composite Content View"
|
1508
1517
|
msgstr "Zusammengesetzte Inhaltsansicht"
|
@@ -1837,15 +1846,27 @@ msgstr "In die Zwischenablage kopiert"
|
|
1837
1846
|
msgid "Copy"
|
1838
1847
|
msgstr "Kopieren"
|
1839
1848
|
|
1849
|
+
msgid "Copy all units"
|
1850
|
+
msgstr ""
|
1851
|
+
|
1840
1852
|
msgid "Copy an activation key"
|
1841
1853
|
msgstr "Aktivierungsschlüssel kopieren"
|
1842
1854
|
|
1855
|
+
msgid "Copy content"
|
1856
|
+
msgstr ""
|
1857
|
+
|
1843
1858
|
msgid "Copy content view"
|
1844
1859
|
msgstr ""
|
1845
1860
|
|
1846
1861
|
msgid "Copy to clipboard"
|
1847
1862
|
msgstr "In Zwischenablage abspeichern"
|
1848
1863
|
|
1864
|
+
msgid "Copy version"
|
1865
|
+
msgstr ""
|
1866
|
+
|
1867
|
+
msgid "Copy version units to library"
|
1868
|
+
msgstr ""
|
1869
|
+
|
1849
1870
|
msgid "Cores per socket"
|
1850
1871
|
msgstr "Kerne pro Socket"
|
1851
1872
|
|
@@ -2053,12 +2074,21 @@ msgstr ""
|
|
2053
2074
|
msgid "Create content view"
|
2054
2075
|
msgstr "Inhaltsansicht erstellen"
|
2055
2076
|
|
2077
|
+
msgid "Create exporter"
|
2078
|
+
msgstr ""
|
2079
|
+
|
2056
2080
|
msgid "Create filter"
|
2057
2081
|
msgstr "Filter erstellen"
|
2058
2082
|
|
2059
2083
|
msgid "Create host collection"
|
2060
2084
|
msgstr ""
|
2061
2085
|
|
2086
|
+
msgid "Create import"
|
2087
|
+
msgstr ""
|
2088
|
+
|
2089
|
+
msgid "Create importer"
|
2090
|
+
msgstr ""
|
2091
|
+
|
2062
2092
|
msgid "Create new activation key"
|
2063
2093
|
msgstr ""
|
2064
2094
|
|
@@ -2068,6 +2098,12 @@ msgstr "Organisation erstellen"
|
|
2068
2098
|
msgid "Create package filter rule"
|
2069
2099
|
msgstr ""
|
2070
2100
|
|
2101
|
+
msgid "Create publication"
|
2102
|
+
msgstr ""
|
2103
|
+
|
2104
|
+
msgid "Create remote"
|
2105
|
+
msgstr ""
|
2106
|
+
|
2071
2107
|
msgid "Create rule"
|
2072
2108
|
msgstr "Regel erstellen"
|
2073
2109
|
|
@@ -2186,7 +2222,7 @@ msgid "Default System SLA"
|
|
2186
2222
|
msgstr "Standardmäßige SLA des Systems"
|
2187
2223
|
|
2188
2224
|
msgid "Default content view versions cannot be promoted"
|
2189
|
-
msgstr "
|
2225
|
+
msgstr ""
|
2190
2226
|
|
2191
2227
|
msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
|
2192
2228
|
msgstr ""
|
@@ -2317,12 +2353,36 @@ msgstr ""
|
|
2317
2353
|
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."
|
2318
2354
|
msgstr ""
|
2319
2355
|
|
2356
|
+
msgid "Delete distributions"
|
2357
|
+
msgstr ""
|
2358
|
+
|
2320
2359
|
msgid "Delete manifest from Red Hat provider"
|
2321
2360
|
msgstr "Manifest vom Red Hat Anbieter löschen"
|
2322
2361
|
|
2323
2362
|
msgid "Delete multiple filters from a content view"
|
2324
2363
|
msgstr "Löschen Sie mehrere Filter aus einer Inhaltsansicht"
|
2325
2364
|
|
2365
|
+
msgid "Delete orphan alternate content sources"
|
2366
|
+
msgstr ""
|
2367
|
+
|
2368
|
+
msgid "Delete orphan distributions"
|
2369
|
+
msgstr ""
|
2370
|
+
|
2371
|
+
msgid "Delete orphan remotes"
|
2372
|
+
msgstr ""
|
2373
|
+
|
2374
|
+
msgid "Delete orphan repository versions"
|
2375
|
+
msgstr ""
|
2376
|
+
|
2377
|
+
msgid "Delete orphaned migrated repositories"
|
2378
|
+
msgstr ""
|
2379
|
+
|
2380
|
+
msgid "Delete remote"
|
2381
|
+
msgstr ""
|
2382
|
+
|
2383
|
+
msgid "Delete repository references"
|
2384
|
+
msgstr ""
|
2385
|
+
|
2326
2386
|
msgid "Delete version"
|
2327
2387
|
msgstr ""
|
2328
2388
|
|
@@ -2422,6 +2482,12 @@ msgstr "Umgebung löschen"
|
|
2422
2482
|
msgid "Destroy an environment in an organization"
|
2423
2483
|
msgstr "Umgebung in einer Organisation löschen"
|
2424
2484
|
|
2485
|
+
msgid "Destroy exporter"
|
2486
|
+
msgstr ""
|
2487
|
+
|
2488
|
+
msgid "Destroy importer"
|
2489
|
+
msgstr ""
|
2490
|
+
|
2425
2491
|
msgid "Destroy one or more alternate content sources"
|
2426
2492
|
msgstr ""
|
2427
2493
|
|
@@ -2441,7 +2507,7 @@ msgid "Determining settings for ${truncate(name)}"
|
|
2441
2507
|
msgstr ""
|
2442
2508
|
|
2443
2509
|
msgid "Digest"
|
2444
|
-
msgstr ""
|
2510
|
+
msgstr "Digest"
|
2445
2511
|
|
2446
2512
|
msgid "Directly setting package lists on composite content views is not allowed. Please update the components, then re-publish the composite."
|
2447
2513
|
msgstr "Das direkte Festlegen von Paketlisten für zusammengesetzte Inhaltsansichten ist nicht zulässig. Bitte aktualisieren Sie die Komponenten und veröffentlichen Sie dann das Composite erneut."
|
@@ -2470,6 +2536,9 @@ msgstr "Deaktiviert"
|
|
2470
2536
|
msgid "Disabling Simple Content Access failed for '%{subject}'."
|
2471
2537
|
msgstr "Fehler beim Deaktivieren des einfachen Inhaltszugriffs für '%{subject}'."
|
2472
2538
|
|
2539
|
+
msgid "Discover"
|
2540
|
+
msgstr ""
|
2541
|
+
|
2473
2542
|
msgid "Discover Repositories"
|
2474
2543
|
msgstr "Repositorys suchen"
|
2475
2544
|
|
@@ -2665,6 +2734,9 @@ msgstr "Umgebungs-IDs"
|
|
2665
2734
|
msgid "Environment cannot be in its own promotion path"
|
2666
2735
|
msgstr "Umgebung kann nicht in ihrem eigenen Übertragungspfad liegen"
|
2667
2736
|
|
2737
|
+
msgid "Environment contents refresh"
|
2738
|
+
msgstr ""
|
2739
|
+
|
2668
2740
|
msgid "Environment identifier"
|
2669
2741
|
msgstr "Umgebungskennung"
|
2670
2742
|
|
@@ -2704,6 +2776,9 @@ msgstr ""
|
|
2704
2776
|
msgid "Errata id of the erratum (RHSA-2012:108)"
|
2705
2777
|
msgstr "Errata-ID des Erratums (RHSA-2012:108)"
|
2706
2778
|
|
2779
|
+
msgid "Errata mail"
|
2780
|
+
msgstr ""
|
2781
|
+
|
2707
2782
|
msgid "Errata statuses not updated for deleted content facet with UUID %s"
|
2708
2783
|
msgstr ""
|
2709
2784
|
|
@@ -2863,6 +2938,9 @@ msgstr "Rufen Sie verfügbare Modulstreams für Hosts ab."
|
|
2863
2938
|
msgid "Fetch installable errata for one or more hosts."
|
2864
2939
|
msgstr "Rufen Sie installierbare Errata für einen oder mehrere Hosts ab."
|
2865
2940
|
|
2941
|
+
msgid "Fetch pxe files"
|
2942
|
+
msgstr ""
|
2943
|
+
|
2866
2944
|
msgid "Fetch traces for one or more hosts"
|
2867
2945
|
msgstr "Abrufen von Traces für einen oder mehrere Hosts"
|
2868
2946
|
|
@@ -2956,6 +3034,9 @@ msgstr "Versionen nach Versionsnummer filtern"
|
|
2956
3034
|
msgid "Filter versions that are components in the specified composite version"
|
2957
3035
|
msgstr "Versionen filtern, die Komponenten in der angegebenen Verbundversion sind"
|
2958
3036
|
|
3037
|
+
msgid "Filtered index content"
|
3038
|
+
msgstr ""
|
3039
|
+
|
2959
3040
|
msgid "Filters"
|
2960
3041
|
msgstr "Filter"
|
2961
3042
|
|
@@ -3050,6 +3131,9 @@ msgstr ""
|
|
3050
3131
|
msgid "Generate host applicability"
|
3051
3132
|
msgstr "Hostanwendbarkeit generieren"
|
3052
3133
|
|
3134
|
+
msgid "Generate metadata"
|
3135
|
+
msgstr ""
|
3136
|
+
|
3053
3137
|
msgid "Generate repository applicability"
|
3054
3138
|
msgstr "Repository-Anwendbarkeit generieren"
|
3055
3139
|
|
@@ -3183,7 +3267,7 @@ msgid "Host ID"
|
|
3183
3267
|
msgstr "Host-ID"
|
3184
3268
|
|
3185
3269
|
msgid "Host Limit"
|
3186
|
-
msgstr ""
|
3270
|
+
msgstr "Hostgrenze"
|
3187
3271
|
|
3188
3272
|
msgid "Host Profile Assume"
|
3189
3273
|
msgstr "Hostprofil annehmen"
|
@@ -3287,6 +3371,12 @@ msgstr ""
|
|
3287
3371
|
msgid "How to order the sorted results (e.g. ASC for ascending)"
|
3288
3372
|
msgstr "Reihenfolge der sortierten Ergebnisse (z. B. ASC für aufsteigend)"
|
3289
3373
|
|
3374
|
+
msgid "Hypervisors"
|
3375
|
+
msgstr ""
|
3376
|
+
|
3377
|
+
msgid "Hypervisors update"
|
3378
|
+
msgstr ""
|
3379
|
+
|
3290
3380
|
msgid "ID of a HTTP Proxy"
|
3291
3381
|
msgstr "ID eines HTTP-Proxys"
|
3292
3382
|
|
@@ -3607,6 +3697,9 @@ msgstr ""
|
|
3607
3697
|
msgid "Import a subscription manifest to give hosts access to Red Hat content."
|
3608
3698
|
msgstr ""
|
3609
3699
|
|
3700
|
+
msgid "Import migration"
|
3701
|
+
msgstr ""
|
3702
|
+
|
3610
3703
|
msgid "Import new manifest"
|
3611
3704
|
msgstr ""
|
3612
3705
|
|
@@ -3616,6 +3709,12 @@ msgstr ""
|
|
3616
3709
|
msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
|
3617
3710
|
msgstr ""
|
3618
3711
|
|
3712
|
+
msgid "Import repository upload"
|
3713
|
+
msgstr ""
|
3714
|
+
|
3715
|
+
msgid "Import upload"
|
3716
|
+
msgstr ""
|
3717
|
+
|
3619
3718
|
msgid "Import uploads into a repository"
|
3620
3719
|
msgstr "Uploads in ein Repository importieren"
|
3621
3720
|
|
@@ -3682,6 +3781,9 @@ msgstr "Inkrementelle Aktualisierung"
|
|
3682
3781
|
msgid "Incremental Update incomplete."
|
3683
3782
|
msgstr "Inkrementelle Aktualisierung unvollständig."
|
3684
3783
|
|
3784
|
+
msgid "Incremental Update of Content View Version(s) "
|
3785
|
+
msgstr ""
|
3786
|
+
|
3685
3787
|
msgid "Incremental Update of %{content_view_count} Content View Version(s) "
|
3686
3788
|
msgstr "Inkrementelles Update von %{content_view_count} Content View-Version(en)"
|
3687
3789
|
|
@@ -3694,12 +3796,27 @@ msgstr "Für die inkrementelle Aktualisierung ist mindestens ein Inhaltsblock er
|
|
3694
3796
|
msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
|
3695
3797
|
msgstr "Inkrementelle Aktualisierung für Verbund %{name} Version %{version} angegeben, aber keine Komponenten aktualisiert."
|
3696
3798
|
|
3799
|
+
msgid "Index content"
|
3800
|
+
msgstr ""
|
3801
|
+
|
3802
|
+
msgid "Index errata"
|
3803
|
+
msgstr ""
|
3804
|
+
|
3805
|
+
msgid "Index module streams"
|
3806
|
+
msgstr ""
|
3807
|
+
|
3808
|
+
msgid "Index package groups"
|
3809
|
+
msgstr ""
|
3810
|
+
|
3697
3811
|
msgid "Informable Type must be one of the following [ %{list} ]"
|
3698
3812
|
msgstr "Relevante Typen sind folgende [ %{list} ]"
|
3699
3813
|
|
3700
3814
|
msgid "Inherit from Repository"
|
3701
3815
|
msgstr "Vom Repository erben"
|
3702
3816
|
|
3817
|
+
msgid "Initialize"
|
3818
|
+
msgstr ""
|
3819
|
+
|
3703
3820
|
msgid "Initiate a sync of the products attached to the sync plan"
|
3704
3821
|
msgstr "Synchronisation von Produkten des Synchronisationsplans einleiten"
|
3705
3822
|
|
@@ -3736,7 +3853,7 @@ msgstr "Installierbar"
|
|
3736
3853
|
msgid "Installable bugfix/enhancement errata"
|
3737
3854
|
msgstr ""
|
3738
3855
|
|
3739
|
-
msgid "Installable errata are applicable errata that are available in the host's content view
|
3856
|
+
msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
|
3740
3857
|
msgstr ""
|
3741
3858
|
|
3742
3859
|
msgid "Installable security errata"
|
@@ -3775,6 +3892,9 @@ msgstr "Paketgruppe wird installiert …"
|
|
3775
3892
|
msgid "Installing Package..."
|
3776
3893
|
msgstr "Paket wird installiert …"
|
3777
3894
|
|
3895
|
+
msgid "Instance update"
|
3896
|
+
msgstr ""
|
3897
|
+
|
3778
3898
|
msgid "Instance-based"
|
3779
3899
|
msgstr "Instanzbasiert"
|
3780
3900
|
|
@@ -4007,7 +4127,7 @@ msgid "Last seen"
|
|
4007
4127
|
msgstr ""
|
4008
4128
|
|
4009
4129
|
msgid "Last sync"
|
4010
|
-
msgstr ""
|
4130
|
+
msgstr "Letzte Synchronisierung"
|
4011
4131
|
|
4012
4132
|
msgid "Last task"
|
4013
4133
|
msgstr "Letzte Aufgabe"
|
@@ -4501,6 +4621,9 @@ msgstr "Nachricht"
|
|
4501
4621
|
msgid "Messaging connection"
|
4502
4622
|
msgstr "Verbindung zum Messaging"
|
4503
4623
|
|
4624
|
+
msgid "Metadata generate"
|
4625
|
+
msgstr ""
|
4626
|
+
|
4504
4627
|
msgid ""
|
4505
4628
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4506
4629
|
"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."
|
@@ -4557,6 +4680,15 @@ msgstr ""
|
|
4557
4680
|
msgid "Multi Content View Environment"
|
4558
4681
|
msgstr ""
|
4559
4682
|
|
4683
|
+
msgid "Multi copy all units"
|
4684
|
+
msgstr ""
|
4685
|
+
|
4686
|
+
msgid "Multi copy content"
|
4687
|
+
msgstr ""
|
4688
|
+
|
4689
|
+
msgid "Multi copy units"
|
4690
|
+
msgstr ""
|
4691
|
+
|
4560
4692
|
msgid "Multi-entitlement"
|
4561
4693
|
msgstr "Multi-Berechtigung"
|
4562
4694
|
|
@@ -4927,7 +5059,7 @@ msgstr ""
|
|
4927
5059
|
msgid "No packages available to install"
|
4928
5060
|
msgstr ""
|
4929
5061
|
|
4930
|
-
msgid "No packages available to install on this host. Please check the host's content view
|
5062
|
+
msgid "No packages available to install on this host. Please check the host's assigned content view environments."
|
4931
5063
|
msgstr ""
|
4932
5064
|
|
4933
5065
|
msgid "No packages removed"
|
@@ -5081,7 +5213,7 @@ msgid "Number to Allocate"
|
|
5081
5213
|
msgstr "Zuzuweisende Nummer"
|
5082
5214
|
|
5083
5215
|
msgid "OS"
|
5084
|
-
msgstr ""
|
5216
|
+
msgstr "Betriebssystem"
|
5085
5217
|
|
5086
5218
|
msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
|
5087
5219
|
msgstr ""
|
@@ -5738,6 +5870,9 @@ msgstr "Pulp-Speicher"
|
|
5738
5870
|
msgid "Pulp task error"
|
5739
5871
|
msgstr "Pulp-Aufgabenfehler"
|
5740
5872
|
|
5873
|
+
msgid "Purge completed tasks"
|
5874
|
+
msgstr ""
|
5875
|
+
|
5741
5876
|
msgid "Python Package"
|
5742
5877
|
msgstr ""
|
5743
5878
|
|
@@ -5846,6 +5981,9 @@ msgstr "Neustart erforderlich"
|
|
5846
5981
|
msgid "Reclaim Space"
|
5847
5982
|
msgstr ""
|
5848
5983
|
|
5984
|
+
msgid "Reclaim space"
|
5985
|
+
msgstr ""
|
5986
|
+
|
5849
5987
|
msgid "Reclaim space from On Demand repositories"
|
5850
5988
|
msgstr ""
|
5851
5989
|
|
@@ -5909,6 +6047,9 @@ msgstr "Manifest aktualisieren"
|
|
5909
6047
|
msgid "Refresh all alternate content sources"
|
5910
6048
|
msgstr ""
|
5911
6049
|
|
6050
|
+
msgid "Refresh all distributions"
|
6051
|
+
msgstr ""
|
6052
|
+
|
5912
6053
|
msgid "Refresh alternate content sources"
|
5913
6054
|
msgstr ""
|
5914
6055
|
|
@@ -5921,15 +6062,27 @@ msgstr ""
|
|
5921
6062
|
msgid "Refresh counts"
|
5922
6063
|
msgstr ""
|
5923
6064
|
|
6065
|
+
msgid "Refresh distribution"
|
6066
|
+
msgstr ""
|
6067
|
+
|
5924
6068
|
msgid "Refresh errata applicability"
|
5925
6069
|
msgstr ""
|
5926
6070
|
|
6071
|
+
msgid "Refresh if needed"
|
6072
|
+
msgstr ""
|
6073
|
+
|
5927
6074
|
msgid "Refresh package applicability"
|
5928
6075
|
msgstr ""
|
5929
6076
|
|
5930
6077
|
msgid "Refresh previously imported manifest for Red Hat provider"
|
5931
6078
|
msgstr "Zuvor importiertes Manifest für Red Hat Anbieter aktualisieren"
|
5932
6079
|
|
6080
|
+
msgid "Refresh remote"
|
6081
|
+
msgstr ""
|
6082
|
+
|
6083
|
+
msgid "Refresh repos"
|
6084
|
+
msgstr ""
|
6085
|
+
|
5933
6086
|
msgid "Refresh source"
|
5934
6087
|
msgstr ""
|
5935
6088
|
|
@@ -5972,6 +6125,9 @@ msgstr "Registrierungsnamenmuster führt zu einem ungültigen Container-Image-Na
|
|
5972
6125
|
msgid "Registry name pattern will result in invalid container image name of member repositories"
|
5973
6126
|
msgstr "Das Namensmuster der Registrierung führt zu einem ungültigen Container-Image-Namen der Mitglieds-Repositorys"
|
5974
6127
|
|
6128
|
+
msgid "Reindex subscriptions"
|
6129
|
+
msgstr ""
|
6130
|
+
|
5975
6131
|
msgid "Related composite content views"
|
5976
6132
|
msgstr ""
|
5977
6133
|
|
@@ -6068,6 +6224,9 @@ msgstr "Entfernen Sie eine oder mehrere Hostsammlungen von einem oder mehreren H
|
|
6068
6224
|
msgid "Remove one or more subscriptions from an upstream manifest"
|
6069
6225
|
msgstr ""
|
6070
6226
|
|
6227
|
+
msgid "Remove orphans"
|
6228
|
+
msgstr ""
|
6229
|
+
|
6071
6230
|
msgid "Remove package group via Katello interface"
|
6072
6231
|
msgstr "Paketgruppe über Katello-Schnittstelle entfernen"
|
6073
6232
|
|
@@ -6095,6 +6254,12 @@ msgstr ""
|
|
6095
6254
|
msgid "Remove subscriptions from one or more hosts"
|
6096
6255
|
msgstr "Abonnements von einem oder mehreren Hosts entfernen"
|
6097
6256
|
|
6257
|
+
msgid "Remove units"
|
6258
|
+
msgstr ""
|
6259
|
+
|
6260
|
+
msgid "Remove unneeded repos"
|
6261
|
+
msgstr ""
|
6262
|
+
|
6098
6263
|
msgid "Remove versions and/or environments from a content view and reassign systems and keys"
|
6099
6264
|
msgstr "Versionen und/oder Umgebungen aus einer Inhaltsansicht entfernen und Systeme und Schlüssel neu zuweisen"
|
6100
6265
|
|
@@ -6119,6 +6284,9 @@ msgstr ""
|
|
6119
6284
|
msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
|
6120
6285
|
msgstr ""
|
6121
6286
|
|
6287
|
+
msgid "Repair"
|
6288
|
+
msgstr ""
|
6289
|
+
|
6122
6290
|
msgid "Replace content source on the target machine"
|
6123
6291
|
msgstr ""
|
6124
6292
|
|
@@ -6137,12 +6305,18 @@ msgstr "Repositorys"
|
|
6137
6305
|
msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
|
6138
6306
|
msgstr ""
|
6139
6307
|
|
6308
|
+
msgid "Repositories certs reset"
|
6309
|
+
msgstr ""
|
6310
|
+
|
6140
6311
|
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."
|
6141
6312
|
msgstr ""
|
6142
6313
|
|
6143
6314
|
msgid "Repositories from published Content Views are not allowed."
|
6144
6315
|
msgstr "Repositorys aus veröffentlichten Inhaltsansichten sind nicht zulässig."
|
6145
6316
|
|
6317
|
+
msgid "Repositories gpg reset"
|
6318
|
+
msgstr ""
|
6319
|
+
|
6146
6320
|
msgid "Repository"
|
6147
6321
|
msgstr "Repository"
|
6148
6322
|
|
@@ -6162,7 +6336,7 @@ msgid "Repository '%(repoName)s' has been enabled."
|
|
6162
6336
|
msgstr "Repository '%(repoName)s' wurde aktiviert."
|
6163
6337
|
|
6164
6338
|
msgid "Repository ID"
|
6165
|
-
msgstr ""
|
6339
|
+
msgstr "Repository-Kennung"
|
6166
6340
|
|
6167
6341
|
msgid "Repository Id associated with the kickstart repo used for provisioning"
|
6168
6342
|
msgstr "Repository-ID, die mit dem Kickstart-Repository verknüpft ist, das für die Bereitstellung verwendet wird"
|
@@ -6485,12 +6659,33 @@ msgstr "ABONNEMENTS LAUFEN BALD AB"
|
|
6485
6659
|
msgid "Save"
|
6486
6660
|
msgstr "Speichern"
|
6487
6661
|
|
6662
|
+
msgid "Save artifact"
|
6663
|
+
msgstr ""
|
6664
|
+
|
6665
|
+
msgid "Save distribution references"
|
6666
|
+
msgstr ""
|
6667
|
+
|
6668
|
+
msgid "Save publication"
|
6669
|
+
msgstr ""
|
6670
|
+
|
6671
|
+
msgid "Save version"
|
6672
|
+
msgstr ""
|
6673
|
+
|
6674
|
+
msgid "Save versions"
|
6675
|
+
msgstr ""
|
6676
|
+
|
6488
6677
|
msgid "Saving alternate content source..."
|
6489
6678
|
msgstr ""
|
6490
6679
|
|
6491
6680
|
msgid "Scan a flatpak remote"
|
6492
6681
|
msgstr ""
|
6493
6682
|
|
6683
|
+
msgid "Scan cdn"
|
6684
|
+
msgstr ""
|
6685
|
+
|
6686
|
+
msgid "Scan remote"
|
6687
|
+
msgstr ""
|
6688
|
+
|
6494
6689
|
msgid "Schema version 1"
|
6495
6690
|
msgstr ""
|
6496
6691
|
|
@@ -7280,6 +7475,9 @@ msgstr ""
|
|
7280
7475
|
msgid "Supported Content Types"
|
7281
7476
|
msgstr "Unterstützte Inhaltstypen"
|
7282
7477
|
|
7478
|
+
msgid "Sync"
|
7479
|
+
msgstr ""
|
7480
|
+
|
7283
7481
|
msgid "Sync Canceled"
|
7284
7482
|
msgstr "Synchronisation abgebrochen"
|
7285
7483
|
|
@@ -7334,6 +7532,9 @@ msgstr "Repository synchronisieren"
|
|
7334
7532
|
msgid "Sync all repositories for a product"
|
7335
7533
|
msgstr "Alle Repositorys für ein Produkt synchronisieren"
|
7336
7534
|
|
7535
|
+
msgid "Sync capsule"
|
7536
|
+
msgstr ""
|
7537
|
+
|
7337
7538
|
msgid "Sync complete."
|
7338
7539
|
msgstr "Synchronisation abgeschlossen."
|
7339
7540
|
|
@@ -7352,6 +7553,9 @@ msgstr ""
|
|
7352
7553
|
msgid "Sync state"
|
7353
7554
|
msgstr "Synchronisierungsstatus"
|
7354
7555
|
|
7556
|
+
msgid "Syncable export"
|
7557
|
+
msgstr ""
|
7558
|
+
|
7355
7559
|
msgid "Synced"
|
7356
7560
|
msgstr ""
|
7357
7561
|
|
@@ -7738,7 +7942,7 @@ msgstr ""
|
|
7738
7942
|
msgid "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details."
|
7739
7943
|
msgstr ""
|
7740
7944
|
|
7741
|
-
msgid "This erratum is not installable because it is not in this host's content view
|
7945
|
+
msgid "This erratum is not installable because it is not in this host's assigned content view environments."
|
7742
7946
|
msgstr ""
|
7743
7947
|
|
7744
7948
|
msgid "This host does not have any Module streams."
|
@@ -7783,9 +7987,6 @@ msgstr "Dies ist kein verlinktes Repository"
|
|
7783
7987
|
msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
|
7784
7988
|
msgstr ""
|
7785
7989
|
|
7786
|
-
msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
|
7787
|
-
msgstr ""
|
7788
|
-
|
7789
7990
|
msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
|
7790
7991
|
msgstr "Dieses Repository wird nicht empfohlen. Bitte lesen Sie die zusätzliche %(anchorBegin)s Dokumentation %(anchorEnd)s vor der Verwendung."
|
7791
7992
|
|
@@ -7864,6 +8065,9 @@ msgstr ""
|
|
7864
8065
|
msgid "To manage packages, select an action."
|
7865
8066
|
msgstr ""
|
7866
8067
|
|
8068
|
+
msgid "Toggle"
|
8069
|
+
msgstr ""
|
8070
|
+
|
7867
8071
|
msgid "Token/password for the flatpak remote"
|
7868
8072
|
msgstr ""
|
7869
8073
|
|
@@ -8155,15 +8359,27 @@ msgstr "Umgebung in einer Organisation aktualisieren"
|
|
8155
8359
|
msgid "Update content counts for the smart proxy"
|
8156
8360
|
msgstr ""
|
8157
8361
|
|
8362
|
+
msgid "Update content urls"
|
8363
|
+
msgstr ""
|
8364
|
+
|
8158
8365
|
msgid "Update content view environments for host"
|
8159
8366
|
msgstr ""
|
8160
8367
|
|
8161
8368
|
msgid "Update content view environments for host %s"
|
8162
8369
|
msgstr ""
|
8163
8370
|
|
8371
|
+
msgid "Update distributions"
|
8372
|
+
msgstr ""
|
8373
|
+
|
8164
8374
|
msgid "Update hosts manually"
|
8165
8375
|
msgstr ""
|
8166
8376
|
|
8377
|
+
msgid "Update http proxy"
|
8378
|
+
msgstr ""
|
8379
|
+
|
8380
|
+
msgid "Update http proxy details"
|
8381
|
+
msgstr ""
|
8382
|
+
|
8167
8383
|
msgid "Update installed packages, enabled repos, module inventory"
|
8168
8384
|
msgstr "Aktualisiere installierte Packete, aktivierte Repositories und Modul-Inventare"
|
8169
8385
|
|
@@ -8179,12 +8395,21 @@ msgstr "Update-Paket über Katello-Schnittstelle"
|
|
8179
8395
|
msgid "Update packages via Katello interface"
|
8180
8396
|
msgstr ""
|
8181
8397
|
|
8398
|
+
msgid "Update redhat repository"
|
8399
|
+
msgstr ""
|
8400
|
+
|
8182
8401
|
msgid "Update release version for host"
|
8183
8402
|
msgstr "Release-Version für Host aktualisieren"
|
8184
8403
|
|
8185
8404
|
msgid "Update release version for host %s"
|
8186
8405
|
msgstr "Release-Version für Host aktualisieren %s"
|
8187
8406
|
|
8407
|
+
msgid "Update remote"
|
8408
|
+
msgstr ""
|
8409
|
+
|
8410
|
+
msgid "Update repository"
|
8411
|
+
msgstr ""
|
8412
|
+
|
8188
8413
|
msgid "Update services requiring restart"
|
8189
8414
|
msgstr "Services aktualisieren, welche neugestartet werden müssen"
|
8190
8415
|
|
@@ -8275,6 +8500,12 @@ msgstr "Teil der Dateiinhalte hochladen"
|
|
8275
8500
|
msgid "Upload a subscription manifest"
|
8276
8501
|
msgstr "Subskriptionsmanifest hochladen"
|
8277
8502
|
|
8503
|
+
msgid "Upload content"
|
8504
|
+
msgstr ""
|
8505
|
+
|
8506
|
+
msgid "Upload file"
|
8507
|
+
msgstr ""
|
8508
|
+
|
8278
8509
|
msgid "Upload into"
|
8279
8510
|
msgstr "Hochgeladen in"
|
8280
8511
|
|
@@ -8284,6 +8515,9 @@ msgstr ""
|
|
8284
8515
|
msgid "Upload request id"
|
8285
8516
|
msgstr "Anfrage-ID hochladen"
|
8286
8517
|
|
8518
|
+
msgid "Upload tag"
|
8519
|
+
msgstr ""
|
8520
|
+
|
8287
8521
|
msgid "Upstream Candlepin"
|
8288
8522
|
msgstr ""
|
8289
8523
|
|
@@ -8398,6 +8632,9 @@ msgstr "Der Wert muss entweder ein boolescher Wert oder 'Standard' für 'aktivie
|
|
8398
8632
|
msgid "Verify SSL"
|
8399
8633
|
msgstr "SSL überprüfen"
|
8400
8634
|
|
8635
|
+
msgid "Verify checksum"
|
8636
|
+
msgstr ""
|
8637
|
+
|
8401
8638
|
msgid "Verify checksum for content on smart proxy"
|
8402
8639
|
msgstr ""
|
8403
8640
|
|
@@ -9050,7 +9287,7 @@ msgid "here"
|
|
9050
9287
|
msgstr ""
|
9051
9288
|
|
9052
9289
|
msgid "host"
|
9053
|
-
msgstr ""
|
9290
|
+
msgstr "Host"
|
9054
9291
|
|
9055
9292
|
msgid "host collection name to filter by"
|
9056
9293
|
msgstr "Name der Hostsammlung, nach der gefiltert werden soll"
|
@@ -9113,7 +9350,7 @@ msgid "interpret specified object to return only Repositories that can be associ
|
|
9113
9350
|
msgstr "interpretiert das angegebene Objekt so, dass nur Repositorys zurückgegeben werden, die dem angegebenen Objekt zugeordnet werden können. Nur 'content_view' und 'content_view_version' werden unterstützt."
|
9114
9351
|
|
9115
9352
|
msgid "invalid container image name"
|
9116
|
-
msgstr "
|
9353
|
+
msgstr ""
|
9117
9354
|
|
9118
9355
|
msgid "invalid: Repositories can only require one OS version."
|
9119
9356
|
msgstr "ungültig: Repositorys können nur eine Betriebssystemversion erfordern."
|