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
@@ -3,11 +3,11 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"katello": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "katello
|
6
|
+
"Project-Id-Version": "katello 4.16.2",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2017-12-19 20:14+0000",
|
9
|
-
"Last-Translator": "
|
10
|
-
"Language-Team": "German (https://
|
9
|
+
"Last-Translator": "Markus Bucher <bucher@atix.de>, 2025",
|
10
|
+
"Language-Team": "German (https://app.transifex.com/foreman/teams/114/de/)",
|
11
11
|
"MIME-Version": "1.0",
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
13
13
|
"Content-Transfer-Encoding": "8bit",
|
@@ -465,6 +465,9 @@
|
|
465
465
|
"About page": [
|
466
466
|
"Über die Seite"
|
467
467
|
],
|
468
|
+
"Abstract async task": [
|
469
|
+
""
|
470
|
+
],
|
468
471
|
"Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
|
469
472
|
""
|
470
473
|
],
|
@@ -505,7 +508,7 @@
|
|
505
508
|
"Aktivierungsschlüssel-ID"
|
506
509
|
],
|
507
510
|
"Activation key deleted": [
|
508
|
-
""
|
511
|
+
"Aktivierungsschlüssel gelöscht"
|
509
512
|
],
|
510
513
|
"Activation key details": [
|
511
514
|
""
|
@@ -973,6 +976,9 @@
|
|
973
976
|
"Auto Publish - Triggered by '%s'": [
|
974
977
|
"Automatische Veröffentlichung - Ausgelöst durch '%s'"
|
975
978
|
],
|
979
|
+
"Auto attach subscriptions": [
|
980
|
+
""
|
981
|
+
],
|
976
982
|
"Auto publish": [
|
977
983
|
""
|
978
984
|
],
|
@@ -1450,6 +1456,9 @@
|
|
1450
1456
|
"Comma-separated list of tags to sync for a container image repository": [
|
1451
1457
|
""
|
1452
1458
|
],
|
1459
|
+
"Commit upload": [
|
1460
|
+
""
|
1461
|
+
],
|
1453
1462
|
"Compare": [
|
1454
1463
|
"Vergleichen"
|
1455
1464
|
],
|
@@ -1469,7 +1478,7 @@
|
|
1469
1478
|
"Komponenten"
|
1470
1479
|
],
|
1471
1480
|
"Composite": [
|
1472
|
-
"
|
1481
|
+
""
|
1473
1482
|
],
|
1474
1483
|
"Composite Content View": [
|
1475
1484
|
"Zusammengesetzte Inhaltsansicht"
|
@@ -1804,15 +1813,27 @@
|
|
1804
1813
|
"Copy": [
|
1805
1814
|
"Kopieren"
|
1806
1815
|
],
|
1816
|
+
"Copy all units": [
|
1817
|
+
""
|
1818
|
+
],
|
1807
1819
|
"Copy an activation key": [
|
1808
1820
|
"Aktivierungsschlüssel kopieren"
|
1809
1821
|
],
|
1822
|
+
"Copy content": [
|
1823
|
+
""
|
1824
|
+
],
|
1810
1825
|
"Copy content view": [
|
1811
1826
|
""
|
1812
1827
|
],
|
1813
1828
|
"Copy to clipboard": [
|
1814
1829
|
"In Zwischenablage abspeichern"
|
1815
1830
|
],
|
1831
|
+
"Copy version": [
|
1832
|
+
""
|
1833
|
+
],
|
1834
|
+
"Copy version units to library": [
|
1835
|
+
""
|
1836
|
+
],
|
1816
1837
|
"Cores per socket": [
|
1817
1838
|
"Kerne pro Socket"
|
1818
1839
|
],
|
@@ -2020,12 +2041,21 @@
|
|
2020
2041
|
"Create content view": [
|
2021
2042
|
"Inhaltsansicht erstellen"
|
2022
2043
|
],
|
2044
|
+
"Create exporter": [
|
2045
|
+
""
|
2046
|
+
],
|
2023
2047
|
"Create filter": [
|
2024
2048
|
"Filter erstellen"
|
2025
2049
|
],
|
2026
2050
|
"Create host collection": [
|
2027
2051
|
""
|
2028
2052
|
],
|
2053
|
+
"Create import": [
|
2054
|
+
""
|
2055
|
+
],
|
2056
|
+
"Create importer": [
|
2057
|
+
""
|
2058
|
+
],
|
2029
2059
|
"Create new activation key": [
|
2030
2060
|
""
|
2031
2061
|
],
|
@@ -2035,6 +2065,12 @@
|
|
2035
2065
|
"Create package filter rule": [
|
2036
2066
|
""
|
2037
2067
|
],
|
2068
|
+
"Create publication": [
|
2069
|
+
""
|
2070
|
+
],
|
2071
|
+
"Create remote": [
|
2072
|
+
""
|
2073
|
+
],
|
2038
2074
|
"Create rule": [
|
2039
2075
|
"Regel erstellen"
|
2040
2076
|
],
|
@@ -2153,7 +2189,7 @@
|
|
2153
2189
|
"Standardmäßige SLA des Systems"
|
2154
2190
|
],
|
2155
2191
|
"Default content view versions cannot be promoted": [
|
2156
|
-
"
|
2192
|
+
""
|
2157
2193
|
],
|
2158
2194
|
"Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')": [
|
2159
2195
|
""
|
@@ -2284,12 +2320,36 @@
|
|
2284
2320
|
"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.": [
|
2285
2321
|
""
|
2286
2322
|
],
|
2323
|
+
"Delete distributions": [
|
2324
|
+
""
|
2325
|
+
],
|
2287
2326
|
"Delete manifest from Red Hat provider": [
|
2288
2327
|
"Manifest vom Red Hat Anbieter löschen"
|
2289
2328
|
],
|
2290
2329
|
"Delete multiple filters from a content view": [
|
2291
2330
|
"Löschen Sie mehrere Filter aus einer Inhaltsansicht"
|
2292
2331
|
],
|
2332
|
+
"Delete orphan alternate content sources": [
|
2333
|
+
""
|
2334
|
+
],
|
2335
|
+
"Delete orphan distributions": [
|
2336
|
+
""
|
2337
|
+
],
|
2338
|
+
"Delete orphan remotes": [
|
2339
|
+
""
|
2340
|
+
],
|
2341
|
+
"Delete orphan repository versions": [
|
2342
|
+
""
|
2343
|
+
],
|
2344
|
+
"Delete orphaned migrated repositories": [
|
2345
|
+
""
|
2346
|
+
],
|
2347
|
+
"Delete remote": [
|
2348
|
+
""
|
2349
|
+
],
|
2350
|
+
"Delete repository references": [
|
2351
|
+
""
|
2352
|
+
],
|
2293
2353
|
"Delete version": [
|
2294
2354
|
""
|
2295
2355
|
],
|
@@ -2389,6 +2449,12 @@
|
|
2389
2449
|
"Destroy an environment in an organization": [
|
2390
2450
|
"Umgebung in einer Organisation löschen"
|
2391
2451
|
],
|
2452
|
+
"Destroy exporter": [
|
2453
|
+
""
|
2454
|
+
],
|
2455
|
+
"Destroy importer": [
|
2456
|
+
""
|
2457
|
+
],
|
2392
2458
|
"Destroy one or more alternate content sources": [
|
2393
2459
|
""
|
2394
2460
|
],
|
@@ -2408,7 +2474,7 @@
|
|
2408
2474
|
""
|
2409
2475
|
],
|
2410
2476
|
"Digest": [
|
2411
|
-
""
|
2477
|
+
"Digest"
|
2412
2478
|
],
|
2413
2479
|
"Directly setting package lists on composite content views is not allowed. Please update the components, then re-publish the composite.": [
|
2414
2480
|
"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."
|
@@ -2437,6 +2503,9 @@
|
|
2437
2503
|
"Disabling Simple Content Access failed for '%{subject}'.": [
|
2438
2504
|
"Fehler beim Deaktivieren des einfachen Inhaltszugriffs für '%{subject}'."
|
2439
2505
|
],
|
2506
|
+
"Discover": [
|
2507
|
+
""
|
2508
|
+
],
|
2440
2509
|
"Discover Repositories": [
|
2441
2510
|
"Repositorys suchen"
|
2442
2511
|
],
|
@@ -2632,6 +2701,9 @@
|
|
2632
2701
|
"Environment cannot be in its own promotion path": [
|
2633
2702
|
"Umgebung kann nicht in ihrem eigenen Übertragungspfad liegen"
|
2634
2703
|
],
|
2704
|
+
"Environment contents refresh": [
|
2705
|
+
""
|
2706
|
+
],
|
2635
2707
|
"Environment identifier": [
|
2636
2708
|
"Umgebungskennung"
|
2637
2709
|
],
|
@@ -2671,6 +2743,9 @@
|
|
2671
2743
|
"Errata id of the erratum (RHSA-2012:108)": [
|
2672
2744
|
"Errata-ID des Erratums (RHSA-2012:108)"
|
2673
2745
|
],
|
2746
|
+
"Errata mail": [
|
2747
|
+
""
|
2748
|
+
],
|
2674
2749
|
"Errata statuses not updated for deleted content facet with UUID %s": [
|
2675
2750
|
""
|
2676
2751
|
],
|
@@ -2830,6 +2905,9 @@
|
|
2830
2905
|
"Fetch installable errata for one or more hosts.": [
|
2831
2906
|
"Rufen Sie installierbare Errata für einen oder mehrere Hosts ab."
|
2832
2907
|
],
|
2908
|
+
"Fetch pxe files": [
|
2909
|
+
""
|
2910
|
+
],
|
2833
2911
|
"Fetch traces for one or more hosts": [
|
2834
2912
|
"Abrufen von Traces für einen oder mehrere Hosts"
|
2835
2913
|
],
|
@@ -2923,6 +3001,9 @@
|
|
2923
3001
|
"Filter versions that are components in the specified composite version": [
|
2924
3002
|
"Versionen filtern, die Komponenten in der angegebenen Verbundversion sind"
|
2925
3003
|
],
|
3004
|
+
"Filtered index content": [
|
3005
|
+
""
|
3006
|
+
],
|
2926
3007
|
"Filters": [
|
2927
3008
|
"Filter"
|
2928
3009
|
],
|
@@ -3013,6 +3094,9 @@
|
|
3013
3094
|
"Generate host applicability": [
|
3014
3095
|
"Hostanwendbarkeit generieren"
|
3015
3096
|
],
|
3097
|
+
"Generate metadata": [
|
3098
|
+
""
|
3099
|
+
],
|
3016
3100
|
"Generate repository applicability": [
|
3017
3101
|
"Repository-Anwendbarkeit generieren"
|
3018
3102
|
],
|
@@ -3146,7 +3230,7 @@
|
|
3146
3230
|
"Host-ID"
|
3147
3231
|
],
|
3148
3232
|
"Host Limit": [
|
3149
|
-
""
|
3233
|
+
"Hostgrenze"
|
3150
3234
|
],
|
3151
3235
|
"Host Profile Assume": [
|
3152
3236
|
"Hostprofil annehmen"
|
@@ -3250,6 +3334,12 @@
|
|
3250
3334
|
"How to order the sorted results (e.g. ASC for ascending)": [
|
3251
3335
|
"Reihenfolge der sortierten Ergebnisse (z. B. ASC für aufsteigend)"
|
3252
3336
|
],
|
3337
|
+
"Hypervisors": [
|
3338
|
+
""
|
3339
|
+
],
|
3340
|
+
"Hypervisors update": [
|
3341
|
+
""
|
3342
|
+
],
|
3253
3343
|
"ID of a HTTP Proxy": [
|
3254
3344
|
"ID eines HTTP-Proxys"
|
3255
3345
|
],
|
@@ -3568,6 +3658,9 @@
|
|
3568
3658
|
"Import a subscription manifest to give hosts access to Red Hat content.": [
|
3569
3659
|
""
|
3570
3660
|
],
|
3661
|
+
"Import migration": [
|
3662
|
+
""
|
3663
|
+
],
|
3571
3664
|
"Import new manifest": [
|
3572
3665
|
""
|
3573
3666
|
],
|
@@ -3577,6 +3670,12 @@
|
|
3577
3670
|
"Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
|
3578
3671
|
""
|
3579
3672
|
],
|
3673
|
+
"Import repository upload": [
|
3674
|
+
""
|
3675
|
+
],
|
3676
|
+
"Import upload": [
|
3677
|
+
""
|
3678
|
+
],
|
3580
3679
|
"Import uploads into a repository": [
|
3581
3680
|
"Uploads in ein Repository importieren"
|
3582
3681
|
],
|
@@ -3643,6 +3742,9 @@
|
|
3643
3742
|
"Incremental Update incomplete.": [
|
3644
3743
|
"Inkrementelle Aktualisierung unvollständig."
|
3645
3744
|
],
|
3745
|
+
"Incremental Update of Content View Version(s) ": [
|
3746
|
+
""
|
3747
|
+
],
|
3646
3748
|
"Incremental Update of %{content_view_count} Content View Version(s) ": [
|
3647
3749
|
"Inkrementelles Update von %{content_view_count} Content View-Version(en)"
|
3648
3750
|
],
|
@@ -3655,12 +3757,27 @@
|
|
3655
3757
|
"Incremental update specified for composite %{name} version %{version}, but no components updated.": [
|
3656
3758
|
"Inkrementelle Aktualisierung für Verbund %{name} Version %{version} angegeben, aber keine Komponenten aktualisiert."
|
3657
3759
|
],
|
3760
|
+
"Index content": [
|
3761
|
+
""
|
3762
|
+
],
|
3763
|
+
"Index errata": [
|
3764
|
+
""
|
3765
|
+
],
|
3766
|
+
"Index module streams": [
|
3767
|
+
""
|
3768
|
+
],
|
3769
|
+
"Index package groups": [
|
3770
|
+
""
|
3771
|
+
],
|
3658
3772
|
"Informable Type must be one of the following [ %{list} ]": [
|
3659
3773
|
"Relevante Typen sind folgende [ %{list} ]"
|
3660
3774
|
],
|
3661
3775
|
"Inherit from Repository": [
|
3662
3776
|
"Vom Repository erben"
|
3663
3777
|
],
|
3778
|
+
"Initialize": [
|
3779
|
+
""
|
3780
|
+
],
|
3664
3781
|
"Initiate a sync of the products attached to the sync plan": [
|
3665
3782
|
"Synchronisation von Produkten des Synchronisationsplans einleiten"
|
3666
3783
|
],
|
@@ -3697,7 +3814,7 @@
|
|
3697
3814
|
"Installable bugfix/enhancement errata": [
|
3698
3815
|
""
|
3699
3816
|
],
|
3700
|
-
"Installable errata are applicable errata that are available in the host's content view
|
3817
|
+
"Installable errata are applicable errata that are available in the host's assigned content view environments.": [
|
3701
3818
|
""
|
3702
3819
|
],
|
3703
3820
|
"Installable security errata": [
|
@@ -3736,6 +3853,9 @@
|
|
3736
3853
|
"Installing Package...": [
|
3737
3854
|
"Paket wird installiert …"
|
3738
3855
|
],
|
3856
|
+
"Instance update": [
|
3857
|
+
""
|
3858
|
+
],
|
3739
3859
|
"Instance-based": [
|
3740
3860
|
"Instanzbasiert"
|
3741
3861
|
],
|
@@ -3968,7 +4088,7 @@
|
|
3968
4088
|
""
|
3969
4089
|
],
|
3970
4090
|
"Last sync": [
|
3971
|
-
""
|
4091
|
+
"Letzte Synchronisierung"
|
3972
4092
|
],
|
3973
4093
|
"Last task": [
|
3974
4094
|
"Letzte Aufgabe"
|
@@ -4462,6 +4582,9 @@
|
|
4462
4582
|
"Messaging connection": [
|
4463
4583
|
"Verbindung zum Messaging"
|
4464
4584
|
],
|
4585
|
+
"Metadata generate": [
|
4586
|
+
""
|
4587
|
+
],
|
4465
4588
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, 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.": [
|
4466
4589
|
""
|
4467
4590
|
],
|
@@ -4516,6 +4639,15 @@
|
|
4516
4639
|
"Multi Content View Environment": [
|
4517
4640
|
""
|
4518
4641
|
],
|
4642
|
+
"Multi copy all units": [
|
4643
|
+
""
|
4644
|
+
],
|
4645
|
+
"Multi copy content": [
|
4646
|
+
""
|
4647
|
+
],
|
4648
|
+
"Multi copy units": [
|
4649
|
+
""
|
4650
|
+
],
|
4519
4651
|
"Multi-entitlement": [
|
4520
4652
|
"Multi-Berechtigung"
|
4521
4653
|
],
|
@@ -4876,7 +5008,7 @@
|
|
4876
5008
|
"No packages available to install": [
|
4877
5009
|
""
|
4878
5010
|
],
|
4879
|
-
"No packages available to install on this host. Please check the host's content view
|
5011
|
+
"No packages available to install on this host. Please check the host's assigned content view environments.": [
|
4880
5012
|
""
|
4881
5013
|
],
|
4882
5014
|
"No packages removed": [
|
@@ -5030,7 +5162,7 @@
|
|
5030
5162
|
"Zuzuweisende Nummer"
|
5031
5163
|
],
|
5032
5164
|
"OS": [
|
5033
|
-
""
|
5165
|
+
"Betriebssystem"
|
5034
5166
|
],
|
5035
5167
|
"OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host.": [
|
5036
5168
|
""
|
@@ -5683,6 +5815,9 @@
|
|
5683
5815
|
"Pulp task error": [
|
5684
5816
|
"Pulp-Aufgabenfehler"
|
5685
5817
|
],
|
5818
|
+
"Purge completed tasks": [
|
5819
|
+
""
|
5820
|
+
],
|
5686
5821
|
"Python Package": [
|
5687
5822
|
""
|
5688
5823
|
],
|
@@ -5791,6 +5926,9 @@
|
|
5791
5926
|
"Reclaim Space": [
|
5792
5927
|
""
|
5793
5928
|
],
|
5929
|
+
"Reclaim space": [
|
5930
|
+
""
|
5931
|
+
],
|
5794
5932
|
"Reclaim space from On Demand repositories": [
|
5795
5933
|
""
|
5796
5934
|
],
|
@@ -5854,6 +5992,9 @@
|
|
5854
5992
|
"Refresh all alternate content sources": [
|
5855
5993
|
""
|
5856
5994
|
],
|
5995
|
+
"Refresh all distributions": [
|
5996
|
+
""
|
5997
|
+
],
|
5857
5998
|
"Refresh alternate content sources": [
|
5858
5999
|
""
|
5859
6000
|
],
|
@@ -5866,15 +6007,27 @@
|
|
5866
6007
|
"Refresh counts": [
|
5867
6008
|
""
|
5868
6009
|
],
|
6010
|
+
"Refresh distribution": [
|
6011
|
+
""
|
6012
|
+
],
|
5869
6013
|
"Refresh errata applicability": [
|
5870
6014
|
""
|
5871
6015
|
],
|
6016
|
+
"Refresh if needed": [
|
6017
|
+
""
|
6018
|
+
],
|
5872
6019
|
"Refresh package applicability": [
|
5873
6020
|
""
|
5874
6021
|
],
|
5875
6022
|
"Refresh previously imported manifest for Red Hat provider": [
|
5876
6023
|
"Zuvor importiertes Manifest für Red Hat Anbieter aktualisieren"
|
5877
6024
|
],
|
6025
|
+
"Refresh remote": [
|
6026
|
+
""
|
6027
|
+
],
|
6028
|
+
"Refresh repos": [
|
6029
|
+
""
|
6030
|
+
],
|
5878
6031
|
"Refresh source": [
|
5879
6032
|
""
|
5880
6033
|
],
|
@@ -5917,6 +6070,9 @@
|
|
5917
6070
|
"Registry name pattern will result in invalid container image name of member repositories": [
|
5918
6071
|
"Das Namensmuster der Registrierung führt zu einem ungültigen Container-Image-Namen der Mitglieds-Repositorys"
|
5919
6072
|
],
|
6073
|
+
"Reindex subscriptions": [
|
6074
|
+
""
|
6075
|
+
],
|
5920
6076
|
"Related composite content views": [
|
5921
6077
|
""
|
5922
6078
|
],
|
@@ -6013,6 +6169,9 @@
|
|
6013
6169
|
"Remove one or more subscriptions from an upstream manifest": [
|
6014
6170
|
""
|
6015
6171
|
],
|
6172
|
+
"Remove orphans": [
|
6173
|
+
""
|
6174
|
+
],
|
6016
6175
|
"Remove package group via Katello interface": [
|
6017
6176
|
"Paketgruppe über Katello-Schnittstelle entfernen"
|
6018
6177
|
],
|
@@ -6040,6 +6199,12 @@
|
|
6040
6199
|
"Remove subscriptions from one or more hosts": [
|
6041
6200
|
"Abonnements von einem oder mehreren Hosts entfernen"
|
6042
6201
|
],
|
6202
|
+
"Remove units": [
|
6203
|
+
""
|
6204
|
+
],
|
6205
|
+
"Remove unneeded repos": [
|
6206
|
+
""
|
6207
|
+
],
|
6043
6208
|
"Remove versions and/or environments from a content view and reassign systems and keys": [
|
6044
6209
|
"Versionen und/oder Umgebungen aus einer Inhaltsansicht entfernen und Systeme und Schlüssel neu zuweisen"
|
6045
6210
|
],
|
@@ -6064,6 +6229,9 @@
|
|
6064
6229
|
"Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
|
6065
6230
|
""
|
6066
6231
|
],
|
6232
|
+
"Repair": [
|
6233
|
+
""
|
6234
|
+
],
|
6067
6235
|
"Replace content source on the target machine": [
|
6068
6236
|
""
|
6069
6237
|
],
|
@@ -6082,12 +6250,18 @@
|
|
6082
6250
|
"Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
|
6083
6251
|
""
|
6084
6252
|
],
|
6253
|
+
"Repositories certs reset": [
|
6254
|
+
""
|
6255
|
+
],
|
6085
6256
|
"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.": [
|
6086
6257
|
""
|
6087
6258
|
],
|
6088
6259
|
"Repositories from published Content Views are not allowed.": [
|
6089
6260
|
"Repositorys aus veröffentlichten Inhaltsansichten sind nicht zulässig."
|
6090
6261
|
],
|
6262
|
+
"Repositories gpg reset": [
|
6263
|
+
""
|
6264
|
+
],
|
6091
6265
|
"Repository": [
|
6092
6266
|
"Repository"
|
6093
6267
|
],
|
@@ -6107,7 +6281,7 @@
|
|
6107
6281
|
"Repository '%(repoName)s' wurde aktiviert."
|
6108
6282
|
],
|
6109
6283
|
"Repository ID": [
|
6110
|
-
""
|
6284
|
+
"Repository-Kennung"
|
6111
6285
|
],
|
6112
6286
|
"Repository Id associated with the kickstart repo used for provisioning": [
|
6113
6287
|
"Repository-ID, die mit dem Kickstart-Repository verknüpft ist, das für die Bereitstellung verwendet wird"
|
@@ -6430,12 +6604,33 @@
|
|
6430
6604
|
"Save": [
|
6431
6605
|
"Speichern"
|
6432
6606
|
],
|
6607
|
+
"Save artifact": [
|
6608
|
+
""
|
6609
|
+
],
|
6610
|
+
"Save distribution references": [
|
6611
|
+
""
|
6612
|
+
],
|
6613
|
+
"Save publication": [
|
6614
|
+
""
|
6615
|
+
],
|
6616
|
+
"Save version": [
|
6617
|
+
""
|
6618
|
+
],
|
6619
|
+
"Save versions": [
|
6620
|
+
""
|
6621
|
+
],
|
6433
6622
|
"Saving alternate content source...": [
|
6434
6623
|
""
|
6435
6624
|
],
|
6436
6625
|
"Scan a flatpak remote": [
|
6437
6626
|
""
|
6438
6627
|
],
|
6628
|
+
"Scan cdn": [
|
6629
|
+
""
|
6630
|
+
],
|
6631
|
+
"Scan remote": [
|
6632
|
+
""
|
6633
|
+
],
|
6439
6634
|
"Schema version 1": [
|
6440
6635
|
""
|
6441
6636
|
],
|
@@ -7225,6 +7420,9 @@
|
|
7225
7420
|
"Supported Content Types": [
|
7226
7421
|
"Unterstützte Inhaltstypen"
|
7227
7422
|
],
|
7423
|
+
"Sync": [
|
7424
|
+
""
|
7425
|
+
],
|
7228
7426
|
"Sync Canceled": [
|
7229
7427
|
"Synchronisation abgebrochen"
|
7230
7428
|
],
|
@@ -7279,6 +7477,9 @@
|
|
7279
7477
|
"Sync all repositories for a product": [
|
7280
7478
|
"Alle Repositorys für ein Produkt synchronisieren"
|
7281
7479
|
],
|
7480
|
+
"Sync capsule": [
|
7481
|
+
""
|
7482
|
+
],
|
7282
7483
|
"Sync complete.": [
|
7283
7484
|
"Synchronisation abgeschlossen."
|
7284
7485
|
],
|
@@ -7297,6 +7498,9 @@
|
|
7297
7498
|
"Sync state": [
|
7298
7499
|
"Synchronisierungsstatus"
|
7299
7500
|
],
|
7501
|
+
"Syncable export": [
|
7502
|
+
""
|
7503
|
+
],
|
7300
7504
|
"Synced": [
|
7301
7505
|
""
|
7302
7506
|
],
|
@@ -7675,7 +7879,7 @@
|
|
7675
7879
|
"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.": [
|
7676
7880
|
""
|
7677
7881
|
],
|
7678
|
-
"This erratum is not installable because it is not in this host's content view
|
7882
|
+
"This erratum is not installable because it is not in this host's assigned content view environments.": [
|
7679
7883
|
""
|
7680
7884
|
],
|
7681
7885
|
"This host does not have any Module streams.": [
|
@@ -7720,9 +7924,6 @@
|
|
7720
7924
|
"This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
|
7721
7925
|
""
|
7722
7926
|
],
|
7723
|
-
"This repository has pending tasks in associated content views. Please wait for the tasks: ": [
|
7724
|
-
""
|
7725
|
-
],
|
7726
7927
|
"This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
|
7727
7928
|
"Dieses Repository wird nicht empfohlen. Bitte lesen Sie die zusätzliche %(anchorBegin)s Dokumentation %(anchorEnd)s vor der Verwendung."
|
7728
7929
|
],
|
@@ -7801,6 +8002,9 @@
|
|
7801
8002
|
"To manage packages, select an action.": [
|
7802
8003
|
""
|
7803
8004
|
],
|
8005
|
+
"Toggle": [
|
8006
|
+
""
|
8007
|
+
],
|
7804
8008
|
"Token/password for the flatpak remote": [
|
7805
8009
|
""
|
7806
8010
|
],
|
@@ -8092,15 +8296,27 @@
|
|
8092
8296
|
"Update content counts for the smart proxy": [
|
8093
8297
|
""
|
8094
8298
|
],
|
8299
|
+
"Update content urls": [
|
8300
|
+
""
|
8301
|
+
],
|
8095
8302
|
"Update content view environments for host": [
|
8096
8303
|
""
|
8097
8304
|
],
|
8098
8305
|
"Update content view environments for host %s": [
|
8099
8306
|
""
|
8100
8307
|
],
|
8308
|
+
"Update distributions": [
|
8309
|
+
""
|
8310
|
+
],
|
8101
8311
|
"Update hosts manually": [
|
8102
8312
|
""
|
8103
8313
|
],
|
8314
|
+
"Update http proxy": [
|
8315
|
+
""
|
8316
|
+
],
|
8317
|
+
"Update http proxy details": [
|
8318
|
+
""
|
8319
|
+
],
|
8104
8320
|
"Update installed packages, enabled repos, module inventory": [
|
8105
8321
|
"Aktualisiere installierte Packete, aktivierte Repositories und Modul-Inventare"
|
8106
8322
|
],
|
@@ -8116,12 +8332,21 @@
|
|
8116
8332
|
"Update packages via Katello interface": [
|
8117
8333
|
""
|
8118
8334
|
],
|
8335
|
+
"Update redhat repository": [
|
8336
|
+
""
|
8337
|
+
],
|
8119
8338
|
"Update release version for host": [
|
8120
8339
|
"Release-Version für Host aktualisieren"
|
8121
8340
|
],
|
8122
8341
|
"Update release version for host %s": [
|
8123
8342
|
"Release-Version für Host aktualisieren %s"
|
8124
8343
|
],
|
8344
|
+
"Update remote": [
|
8345
|
+
""
|
8346
|
+
],
|
8347
|
+
"Update repository": [
|
8348
|
+
""
|
8349
|
+
],
|
8125
8350
|
"Update services requiring restart": [
|
8126
8351
|
"Services aktualisieren, welche neugestartet werden müssen"
|
8127
8352
|
],
|
@@ -8212,6 +8437,12 @@
|
|
8212
8437
|
"Upload a subscription manifest": [
|
8213
8438
|
"Subskriptionsmanifest hochladen"
|
8214
8439
|
],
|
8440
|
+
"Upload content": [
|
8441
|
+
""
|
8442
|
+
],
|
8443
|
+
"Upload file": [
|
8444
|
+
""
|
8445
|
+
],
|
8215
8446
|
"Upload into": [
|
8216
8447
|
"Hochgeladen in"
|
8217
8448
|
],
|
@@ -8221,6 +8452,9 @@
|
|
8221
8452
|
"Upload request id": [
|
8222
8453
|
"Anfrage-ID hochladen"
|
8223
8454
|
],
|
8455
|
+
"Upload tag": [
|
8456
|
+
""
|
8457
|
+
],
|
8224
8458
|
"Upstream Candlepin": [
|
8225
8459
|
""
|
8226
8460
|
],
|
@@ -8335,6 +8569,9 @@
|
|
8335
8569
|
"Verify SSL": [
|
8336
8570
|
"SSL überprüfen"
|
8337
8571
|
],
|
8572
|
+
"Verify checksum": [
|
8573
|
+
""
|
8574
|
+
],
|
8338
8575
|
"Verify checksum for content on smart proxy": [
|
8339
8576
|
""
|
8340
8577
|
],
|
@@ -8987,7 +9224,7 @@
|
|
8987
9224
|
""
|
8988
9225
|
],
|
8989
9226
|
"host": [
|
8990
|
-
""
|
9227
|
+
"Host"
|
8991
9228
|
],
|
8992
9229
|
"host collection name to filter by": [
|
8993
9230
|
"Name der Hostsammlung, nach der gefiltert werden soll"
|
@@ -9050,7 +9287,7 @@
|
|
9050
9287
|
"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."
|
9051
9288
|
],
|
9052
9289
|
"invalid container image name": [
|
9053
|
-
"
|
9290
|
+
""
|
9054
9291
|
],
|
9055
9292
|
"invalid: Repositories can only require one OS version.": [
|
9056
9293
|
"ungültig: Repositorys können nur eine Betriebssystemversion erfordern."
|