katello 4.18.0.rc2 → 4.18.0

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.

Files changed (234) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +279 -15
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +279 -15
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +281 -17
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +280 -16
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +282 -18
  7. data/app/assets/javascripts/katello/locale/de/katello.js +290 -26
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +279 -15
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +281 -17
  10. data/app/assets/javascripts/katello/locale/el/katello.js +281 -17
  11. data/app/assets/javascripts/katello/locale/en/katello.js +280 -16
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +280 -16
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +279 -15
  14. data/app/assets/javascripts/katello/locale/es/katello.js +445 -181
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +279 -15
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +1097 -833
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +279 -15
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +279 -15
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +279 -15
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +279 -15
  21. data/app/assets/javascripts/katello/locale/id/katello.js +279 -15
  22. data/app/assets/javascripts/katello/locale/it/katello.js +281 -17
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +826 -562
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +677 -413
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +279 -15
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +2325 -2062
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +279 -15
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +279 -15
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +279 -15
  30. data/app/assets/javascripts/katello/locale/or/katello.js +279 -15
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +279 -15
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +281 -17
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +279 -15
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +279 -15
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +458 -194
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +279 -15
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +279 -15
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +281 -17
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +281 -17
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +279 -15
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +279 -15
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +279 -15
  43. data/app/assets/javascripts/katello/locale/te/katello.js +279 -15
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +279 -15
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +279 -15
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +279 -15
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +279 -15
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +831 -567
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +281 -17
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +2 -2
  51. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +69 -19
  52. data/app/controllers/katello/api/v2/exports_controller.rb +14 -7
  53. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +9 -0
  54. data/app/controllers/katello/api/v2/host_errata_controller.rb +24 -2
  55. data/app/controllers/katello/api/v2/organizations_controller.rb +10 -4
  56. data/app/controllers/katello/api/v2/repositories_controller.rb +12 -3
  57. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +36 -8
  58. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +9 -1
  59. data/app/lib/actions/katello/repository/destroy.rb +3 -2
  60. data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +1 -2
  61. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -2
  62. data/app/lib/katello/errors.rb +2 -0
  63. data/app/models/katello/content_view_environment.rb +3 -0
  64. data/app/models/katello/rhel_lifecycle_status.rb +3 -1
  65. data/app/services/katello/pulp3/content_view_version/export.rb +32 -25
  66. data/app/services/katello/pulp3/content_view_version/export_validator.rb +1 -1
  67. data/app/views/katello/api/v2/content_facet/base.json.rabl +3 -0
  68. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-type.filter.js +1 -1
  69. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +8 -0
  70. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +6 -5
  71. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +6 -5
  72. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +6 -5
  73. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +6 -5
  74. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +6 -5
  75. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +6 -5
  76. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +6 -5
  77. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +6 -5
  78. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +6 -5
  79. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +6 -5
  80. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +6 -5
  81. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +6 -5
  82. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -5
  83. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +6 -5
  84. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +6 -5
  85. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +6 -5
  86. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +6 -5
  87. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +6 -5
  88. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +6 -5
  89. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +6 -5
  90. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +6 -5
  91. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +6 -5
  92. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +6 -5
  93. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +6 -5
  94. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +6 -5
  95. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +6 -5
  96. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +6 -5
  97. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +6 -5
  98. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +6 -5
  99. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +6 -5
  100. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +6 -5
  101. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +6 -5
  102. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +6 -5
  103. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +6 -5
  104. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +6 -5
  105. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +6 -5
  106. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +6 -5
  107. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +6 -5
  108. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +6 -5
  109. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +6 -5
  110. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +6 -5
  111. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +6 -5
  112. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +6 -5
  113. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +6 -5
  114. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +6 -5
  115. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +6 -5
  116. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +11 -11
  117. data/lib/katello/plugin.rb +6 -0
  118. data/lib/katello/tasks/repository.rake +67 -0
  119. data/lib/katello/version.rb +1 -1
  120. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  121. data/locale/bn/katello.po +279 -15
  122. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  123. data/locale/bn_IN/katello.po +279 -15
  124. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  125. data/locale/ca/katello.po +282 -18
  126. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  127. data/locale/cs/katello.po +280 -17
  128. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  129. data/locale/cs_CZ/katello.po +283 -19
  130. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  131. data/locale/de/katello.po +295 -31
  132. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  133. data/locale/de_AT/katello.po +279 -15
  134. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  135. data/locale/de_DE/katello.po +282 -18
  136. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  137. data/locale/el/katello.po +282 -18
  138. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  139. data/locale/en/katello.po +280 -17
  140. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  141. data/locale/en_GB/katello.po +280 -16
  142. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  143. data/locale/en_US/katello.po +279 -15
  144. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  145. data/locale/es/katello.po +449 -184
  146. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  147. data/locale/et_EE/katello.po +279 -15
  148. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  149. data/locale/fr/katello.po +1103 -840
  150. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  151. data/locale/gl/katello.po +279 -15
  152. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  153. data/locale/gu/katello.po +279 -15
  154. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  155. data/locale/he_IL/katello.po +279 -15
  156. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  157. data/locale/hi/katello.po +279 -15
  158. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  159. data/locale/id/katello.po +279 -15
  160. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  161. data/locale/it/katello.po +282 -18
  162. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  163. data/locale/ja/katello.po +833 -568
  164. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  165. data/locale/ka/katello.po +679 -413
  166. data/locale/katello.pot +775 -359
  167. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  168. data/locale/kn/katello.po +279 -15
  169. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  170. data/locale/ko/katello.po +2334 -2058
  171. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/ml_IN/katello.po +279 -15
  173. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  174. data/locale/mr/katello.po +279 -15
  175. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  176. data/locale/nl_NL/katello.po +279 -15
  177. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  178. data/locale/or/katello.po +279 -15
  179. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/pa/katello.po +279 -15
  181. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  182. data/locale/pl/katello.po +282 -18
  183. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/pl_PL/katello.po +279 -15
  185. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  186. data/locale/pt/katello.po +279 -15
  187. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  188. data/locale/pt_BR/katello.po +462 -197
  189. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/ro/katello.po +279 -15
  191. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/ro_RO/katello.po +279 -15
  193. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/ru/katello.po +282 -18
  195. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  196. data/locale/sl/katello.po +282 -18
  197. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/sv_SE/katello.po +279 -15
  199. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  200. data/locale/ta/katello.po +279 -15
  201. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  202. data/locale/ta_IN/katello.po +279 -15
  203. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  204. data/locale/te/katello.po +279 -15
  205. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  206. data/locale/tr/katello.po +279 -15
  207. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/vi/katello.po +279 -15
  209. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/vi_VN/katello.po +279 -15
  211. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/zh/katello.po +279 -15
  213. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/zh_CN/katello.po +836 -567
  215. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/zh_TW/katello.po +282 -18
  217. data/webpack/components/Errata/index.js +18 -0
  218. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +3 -0
  219. data/webpack/global_index.js +0 -4
  220. data/webpack/redux/actions/RedHatRepositories/helpers.js +3 -3
  221. data/webpack/redux/reducers/index.js +0 -2
  222. metadata +4 -16
  223. data/webpack/components/extensions/about/SystemStatuses.js +0 -55
  224. data/webpack/components/extensions/about/SystemStatusesActions.js +0 -16
  225. data/webpack/components/extensions/about/SystemStatusesConsts.js +0 -3
  226. data/webpack/components/extensions/about/SystemStatusesReducer.js +0 -26
  227. data/webpack/components/extensions/about/SystemStatusesSelectors.js +0 -3
  228. data/webpack/components/extensions/about/__tests__/SystemStatuses.fixtures.js +0 -20
  229. data/webpack/components/extensions/about/__tests__/SystemStatuses.test.js +0 -14
  230. data/webpack/components/extensions/about/__tests__/SystemStatusesReducer.test.js +0 -32
  231. data/webpack/components/extensions/about/__tests__/__snapshots__/SystemStatuses.test.js.snap +0 -156
  232. data/webpack/components/extensions/about/__tests__/__snapshots__/SystemStatusesReducer.test.js.snap +0 -47
  233. data/webpack/components/extensions/about/index.js +0 -19
  234. data/webpack/components/extensions/reducers.js +0 -6
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
- # Ettore Atalan <atalanttore@googlemail.com>, 2023
22
+ # pdolinic, 2024
23
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2024
24
+ # Markus Bucher <bucher@atix.de>, 2025
25
+ # Crited <Alexander.Stoll@netways.de>, 2025
26
+ # Ettore Atalan <atalanttore@googlemail.com>, 2025
27
27
  #
28
28
  msgid ""
29
29
  msgstr ""
30
- "Project-Id-Version: katello 2.4.0-RC1\n"
30
+ "Project-Id-Version: katello 4.18.0.rc2\n"
31
31
  "Report-Msgid-Bugs-To: \n"
32
32
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
33
- "Last-Translator: Ettore Atalan <atalanttore@googlemail.com>, 2023\n"
34
- "Language-Team: German (https://www.transifex.com/foreman/teams/114/de/)\n"
33
+ "Last-Translator: Ettore Atalan <atalanttore@googlemail.com>, 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 ""
@@ -635,6 +638,9 @@ msgstr ""
635
638
  msgid "Add repositories with package groups to content view to select them here."
636
639
  msgstr ""
637
640
 
641
+ msgid "Add rolling repo clone"
642
+ msgstr ""
643
+
638
644
  msgid "Add rule"
639
645
  msgstr ""
640
646
 
@@ -1009,6 +1015,9 @@ msgstr "Autor"
1009
1015
  msgid "Auto Publish - Triggered by '%s'"
1010
1016
  msgstr "Automatische Veröffentlichung - Ausgelöst durch '%s'"
1011
1017
 
1018
+ msgid "Auto attach subscriptions"
1019
+ msgstr ""
1020
+
1012
1021
  msgid "Auto publish"
1013
1022
  msgstr ""
1014
1023
 
@@ -1036,9 +1045,6 @@ msgstr ""
1036
1045
  msgid "Back"
1037
1046
  msgstr "Zurück"
1038
1047
 
1039
- msgid "Backend System Status"
1040
- msgstr "Back-End-Systemstatus"
1041
-
1042
1048
  msgid "Base URL"
1043
1049
  msgstr "Basis URL"
1044
1050
 
@@ -1333,7 +1339,7 @@ msgstr "Ein benutzerdefiniertes Abonnement kann nicht aus einem Redhat-Produkt i
1333
1339
  msgid "Cannot incrementally export from a filtered and a non-filtered content view version. The exported content view version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}.'. Please do a full export."
1334
1340
  msgstr ""
1335
1341
 
1336
- msgid "Cannot incrementally export from a incrementally exported version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export."
1342
+ msgid "Cannot incrementally export from a incrementally updated version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export."
1337
1343
  msgstr ""
1338
1344
 
1339
1345
  msgid "Cannot install errata: No errata found for search term '%s'"
@@ -1504,15 +1510,15 @@ msgstr ""
1504
1510
  msgid "Comma-separated list of tags to sync for a container image repository"
1505
1511
  msgstr ""
1506
1512
 
1513
+ msgid "Commit upload"
1514
+ msgstr ""
1515
+
1507
1516
  msgid "Compare"
1508
1517
  msgstr "Vergleichen"
1509
1518
 
1510
1519
  msgid "Completed pulp task protection days"
1511
1520
  msgstr ""
1512
1521
 
1513
- msgid "Component"
1514
- msgstr "Komponente"
1515
-
1516
1522
  msgid "Component Content View"
1517
1523
  msgstr "Komponenteninhaltsansicht"
1518
1524
 
@@ -1858,15 +1864,27 @@ msgstr "In die Zwischenablage kopiert"
1858
1864
  msgid "Copy"
1859
1865
  msgstr "Kopieren"
1860
1866
 
1867
+ msgid "Copy all units"
1868
+ msgstr ""
1869
+
1861
1870
  msgid "Copy an activation key"
1862
1871
  msgstr "Aktivierungsschlüssel kopieren"
1863
1872
 
1873
+ msgid "Copy content"
1874
+ msgstr ""
1875
+
1864
1876
  msgid "Copy content view"
1865
1877
  msgstr ""
1866
1878
 
1867
1879
  msgid "Copy to clipboard"
1868
1880
  msgstr "In Zwischenablage abspeichern"
1869
1881
 
1882
+ msgid "Copy version"
1883
+ msgstr ""
1884
+
1885
+ msgid "Copy version units to library"
1886
+ msgstr ""
1887
+
1870
1888
  msgid "Cores per socket"
1871
1889
  msgstr "Kerne pro Socket"
1872
1890
 
@@ -2080,12 +2098,21 @@ msgstr ""
2080
2098
  msgid "Create content view"
2081
2099
  msgstr "Inhaltsansicht erstellen"
2082
2100
 
2101
+ msgid "Create exporter"
2102
+ msgstr ""
2103
+
2083
2104
  msgid "Create filter"
2084
2105
  msgstr "Filter erstellen"
2085
2106
 
2086
2107
  msgid "Create host collection"
2087
2108
  msgstr ""
2088
2109
 
2110
+ msgid "Create import"
2111
+ msgstr ""
2112
+
2113
+ msgid "Create importer"
2114
+ msgstr ""
2115
+
2089
2116
  msgid "Create new activation key"
2090
2117
  msgstr ""
2091
2118
 
@@ -2095,6 +2122,12 @@ msgstr "Organisation erstellen"
2095
2122
  msgid "Create package filter rule"
2096
2123
  msgstr ""
2097
2124
 
2125
+ msgid "Create publication"
2126
+ msgstr ""
2127
+
2128
+ msgid "Create remote"
2129
+ msgstr ""
2130
+
2098
2131
  msgid "Create rule"
2099
2132
  msgstr "Regel erstellen"
2100
2133
 
@@ -2359,12 +2392,36 @@ msgstr ""
2359
2392
  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."
2360
2393
  msgstr ""
2361
2394
 
2395
+ msgid "Delete distributions"
2396
+ msgstr ""
2397
+
2362
2398
  msgid "Delete manifest from Red Hat provider"
2363
2399
  msgstr "Manifest vom Red Hat Anbieter löschen"
2364
2400
 
2365
2401
  msgid "Delete multiple filters from a content view"
2366
2402
  msgstr "Löschen Sie mehrere Filter aus einer Inhaltsansicht"
2367
2403
 
2404
+ msgid "Delete orphan alternate content sources"
2405
+ msgstr ""
2406
+
2407
+ msgid "Delete orphan distributions"
2408
+ msgstr ""
2409
+
2410
+ msgid "Delete orphan remotes"
2411
+ msgstr ""
2412
+
2413
+ msgid "Delete orphan repository versions"
2414
+ msgstr ""
2415
+
2416
+ msgid "Delete orphaned migrated repositories"
2417
+ msgstr ""
2418
+
2419
+ msgid "Delete remote"
2420
+ msgstr ""
2421
+
2422
+ msgid "Delete repository references"
2423
+ msgstr ""
2424
+
2368
2425
  msgid "Delete version"
2369
2426
  msgstr ""
2370
2427
 
@@ -2464,6 +2521,12 @@ msgstr "Umgebung löschen"
2464
2521
  msgid "Destroy an environment in an organization"
2465
2522
  msgstr "Umgebung in einer Organisation löschen"
2466
2523
 
2524
+ msgid "Destroy exporter"
2525
+ msgstr ""
2526
+
2527
+ msgid "Destroy importer"
2528
+ msgstr ""
2529
+
2467
2530
  msgid "Destroy one or more alternate content sources"
2468
2531
  msgstr ""
2469
2532
 
@@ -2483,7 +2546,7 @@ msgid "Determining settings for ${truncate(name)}"
2483
2546
  msgstr ""
2484
2547
 
2485
2548
  msgid "Digest"
2486
- msgstr ""
2549
+ msgstr "Digest"
2487
2550
 
2488
2551
  msgid "Directly setting package lists on composite content views is not allowed. Please update the components, then re-publish the composite."
2489
2552
  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."
@@ -2512,6 +2575,9 @@ msgstr "Deaktiviert"
2512
2575
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2513
2576
  msgstr "Fehler beim Deaktivieren des einfachen Inhaltszugriffs für '%{subject}'."
2514
2577
 
2578
+ msgid "Discover"
2579
+ msgstr ""
2580
+
2515
2581
  msgid "Discover Repositories"
2516
2582
  msgstr "Repositorys suchen"
2517
2583
 
@@ -2713,6 +2779,9 @@ msgstr "Umgebungs-IDs"
2713
2779
  msgid "Environment cannot be in its own promotion path"
2714
2780
  msgstr "Umgebung kann nicht in ihrem eigenen Übertragungspfad liegen"
2715
2781
 
2782
+ msgid "Environment contents refresh"
2783
+ msgstr ""
2784
+
2716
2785
  msgid "Environment identifier"
2717
2786
  msgstr "Umgebungskennung"
2718
2787
 
@@ -2752,6 +2821,9 @@ msgstr ""
2752
2821
  msgid "Errata id of the erratum (RHSA-2012:108)"
2753
2822
  msgstr "Errata-ID des Erratums (RHSA-2012:108)"
2754
2823
 
2824
+ msgid "Errata mail"
2825
+ msgstr ""
2826
+
2755
2827
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2756
2828
  msgstr ""
2757
2829
 
@@ -2866,6 +2938,12 @@ msgstr "Als CSV exportieren"
2866
2938
  msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
2867
2939
  msgstr ""
2868
2940
 
2941
+ msgid "Export format must be specified for library exports."
2942
+ msgstr ""
2943
+
2944
+ msgid "Export format must be specified for non-incremental repository exports."
2945
+ msgstr ""
2946
+
2869
2947
  msgid "Export formats.Choose syncable if the exported content needs to be in a yum format. This option is only available for %{syncable_repos} repositories. Choose importable if the importing server uses the same version and exported content needs to be one of %{importable_repos} repositories."
2870
2948
  msgstr ""
2871
2949
 
@@ -2911,6 +2989,9 @@ msgstr "Rufen Sie verfügbare Modulstreams für Hosts ab."
2911
2989
  msgid "Fetch installable errata for one or more hosts."
2912
2990
  msgstr "Rufen Sie installierbare Errata für einen oder mehrere Hosts ab."
2913
2991
 
2992
+ msgid "Fetch pxe files"
2993
+ msgstr ""
2994
+
2914
2995
  msgid "Fetch traces for one or more hosts"
2915
2996
  msgstr "Abrufen von Traces für einen oder mehrere Hosts"
2916
2997
 
@@ -3004,6 +3085,9 @@ msgstr "Versionen nach Versionsnummer filtern"
3004
3085
  msgid "Filter versions that are components in the specified composite version"
3005
3086
  msgstr "Versionen filtern, die Komponenten in der angegebenen Verbundversion sind"
3006
3087
 
3088
+ msgid "Filtered index content"
3089
+ msgstr ""
3090
+
3007
3091
  msgid "Filters"
3008
3092
  msgstr "Filter"
3009
3093
 
@@ -3052,6 +3136,9 @@ msgstr ""
3052
3136
  msgid "Flatpak remote updated"
3053
3137
  msgstr ""
3054
3138
 
3139
+ msgid "Flatpak repositories cannot be mirrored into Red Hat products. Please select a custom product."
3140
+ msgstr ""
3141
+
3055
3142
  msgid "Force"
3056
3143
  msgstr "Erzwingen"
3057
3144
 
@@ -3116,6 +3203,9 @@ msgstr ""
3116
3203
  msgid "Generate host applicability"
3117
3204
  msgstr "Hostanwendbarkeit generieren"
3118
3205
 
3206
+ msgid "Generate metadata"
3207
+ msgstr ""
3208
+
3119
3209
  msgid "Generate repository applicability"
3120
3210
  msgstr "Repository-Anwendbarkeit generieren"
3121
3211
 
@@ -3249,7 +3339,7 @@ msgid "Host ID"
3249
3339
  msgstr "Host-ID"
3250
3340
 
3251
3341
  msgid "Host Limit"
3252
- msgstr ""
3342
+ msgstr "Hostgrenze"
3253
3343
 
3254
3344
  msgid "Host Profile Assume"
3255
3345
  msgstr "Hostprofil annehmen"
@@ -3353,9 +3443,15 @@ msgstr ""
3353
3443
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3354
3444
  msgstr "Reihenfolge der sortierten Ergebnisse (z. B. ASC für aufsteigend)"
3355
3445
 
3356
- msgid "ID"
3446
+ msgid "Hypervisors"
3447
+ msgstr ""
3448
+
3449
+ msgid "Hypervisors update"
3357
3450
  msgstr ""
3358
3451
 
3452
+ msgid "ID"
3453
+ msgstr "Kennung"
3454
+
3359
3455
  msgid "ID of a HTTP Proxy"
3360
3456
  msgstr "ID eines HTTP-Proxys"
3361
3457
 
@@ -3676,6 +3772,9 @@ msgstr ""
3676
3772
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3677
3773
  msgstr ""
3678
3774
 
3775
+ msgid "Import migration"
3776
+ msgstr ""
3777
+
3679
3778
  msgid "Import new manifest"
3680
3779
  msgstr ""
3681
3780
 
@@ -3685,6 +3784,12 @@ msgstr ""
3685
3784
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3686
3785
  msgstr ""
3687
3786
 
3787
+ msgid "Import repository upload"
3788
+ msgstr ""
3789
+
3790
+ msgid "Import upload"
3791
+ msgstr ""
3792
+
3688
3793
  msgid "Import uploads into a repository"
3689
3794
  msgstr "Uploads in ein Repository importieren"
3690
3795
 
@@ -3751,6 +3856,9 @@ msgstr "Inkrementelle Aktualisierung"
3751
3856
  msgid "Incremental Update incomplete."
3752
3857
  msgstr "Inkrementelle Aktualisierung unvollständig."
3753
3858
 
3859
+ msgid "Incremental Update of Content View Version(s) "
3860
+ msgstr ""
3861
+
3754
3862
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3755
3863
  msgstr "Inkrementelles Update von %{content_view_count} Content View-Version(en)"
3756
3864
 
@@ -3763,12 +3871,27 @@ msgstr "Für die inkrementelle Aktualisierung ist mindestens ein Inhaltsblock er
3763
3871
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3764
3872
  msgstr "Inkrementelle Aktualisierung für Verbund %{name} Version %{version} angegeben, aber keine Komponenten aktualisiert."
3765
3873
 
3874
+ msgid "Index content"
3875
+ msgstr ""
3876
+
3877
+ msgid "Index errata"
3878
+ msgstr ""
3879
+
3880
+ msgid "Index module streams"
3881
+ msgstr ""
3882
+
3883
+ msgid "Index package groups"
3884
+ msgstr ""
3885
+
3766
3886
  msgid "Informable Type must be one of the following [ %{list} ]"
3767
3887
  msgstr "Relevante Typen sind folgende [ %{list} ]"
3768
3888
 
3769
3889
  msgid "Inherit from Repository"
3770
3890
  msgstr "Vom Repository erben"
3771
3891
 
3892
+ msgid "Initialize"
3893
+ msgstr ""
3894
+
3772
3895
  msgid "Initiate a sync of the products attached to the sync plan"
3773
3896
  msgstr "Synchronisation von Produkten des Synchronisationsplans einleiten"
3774
3897
 
@@ -3844,6 +3967,9 @@ msgstr "Paketgruppe wird installiert …"
3844
3967
  msgid "Installing Package..."
3845
3968
  msgstr "Paket wird installiert …"
3846
3969
 
3970
+ msgid "Instance update"
3971
+ msgstr ""
3972
+
3847
3973
  msgid "Instance-based"
3848
3974
  msgstr "Instanzbasiert"
3849
3975
 
@@ -4100,7 +4226,7 @@ msgid "Last seen"
4100
4226
  msgstr ""
4101
4227
 
4102
4228
  msgid "Last sync"
4103
- msgstr ""
4229
+ msgstr "Letzte Synchronisierung"
4104
4230
 
4105
4231
  msgid "Last task"
4106
4232
  msgstr "Letzte Aufgabe"
@@ -4597,6 +4723,9 @@ msgstr "Nachricht"
4597
4723
  msgid "Messaging connection"
4598
4724
  msgstr "Verbindung zum Messaging"
4599
4725
 
4726
+ msgid "Metadata generate"
4727
+ msgstr ""
4728
+
4600
4729
  msgid ""
4601
4730
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4602
4731
  "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."
@@ -4662,6 +4791,15 @@ msgstr ""
4662
4791
  msgid "Multi Content View Environment"
4663
4792
  msgstr ""
4664
4793
 
4794
+ msgid "Multi copy all units"
4795
+ msgstr ""
4796
+
4797
+ msgid "Multi copy content"
4798
+ msgstr ""
4799
+
4800
+ msgid "Multi copy units"
4801
+ msgstr ""
4802
+
4665
4803
  msgid "Multi-entitlement"
4666
4804
  msgstr "Multi-Berechtigung"
4667
4805
 
@@ -4856,7 +4994,7 @@ msgid "No available repository or filter updates"
4856
4994
  msgstr ""
4857
4995
 
4858
4996
  msgid "No change"
4859
- msgstr ""
4997
+ msgstr "Keine Änderungen"
4860
4998
 
4861
4999
  msgid "No content"
4862
5000
  msgstr ""
@@ -5204,7 +5342,7 @@ msgid "Number to Allocate"
5204
5342
  msgstr "Zuzuweisende Nummer"
5205
5343
 
5206
5344
  msgid "OS"
5207
- msgstr ""
5345
+ msgstr "Betriebssystem"
5208
5346
 
5209
5347
  msgid "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host."
5210
5348
  msgstr ""
@@ -5870,6 +6008,9 @@ msgstr "Pulp-Speicher"
5870
6008
  msgid "Pulp task error"
5871
6009
  msgstr "Pulp-Aufgabenfehler"
5872
6010
 
6011
+ msgid "Purge completed tasks"
6012
+ msgstr ""
6013
+
5873
6014
  msgid "Python Package"
5874
6015
  msgstr ""
5875
6016
 
@@ -5978,6 +6119,9 @@ msgstr "Neustart erforderlich"
5978
6119
  msgid "Reclaim Space"
5979
6120
  msgstr ""
5980
6121
 
6122
+ msgid "Reclaim space"
6123
+ msgstr ""
6124
+
5981
6125
  msgid "Reclaim space from On Demand repositories"
5982
6126
  msgstr ""
5983
6127
 
@@ -6044,6 +6188,9 @@ msgstr ""
6044
6188
  msgid "Refresh all alternate content sources"
6045
6189
  msgstr ""
6046
6190
 
6191
+ msgid "Refresh all distributions"
6192
+ msgstr ""
6193
+
6047
6194
  msgid "Refresh alternate content sources"
6048
6195
  msgstr ""
6049
6196
 
@@ -6056,15 +6203,27 @@ msgstr ""
6056
6203
  msgid "Refresh counts"
6057
6204
  msgstr ""
6058
6205
 
6206
+ msgid "Refresh distribution"
6207
+ msgstr ""
6208
+
6059
6209
  msgid "Refresh errata applicability"
6060
6210
  msgstr ""
6061
6211
 
6212
+ msgid "Refresh if needed"
6213
+ msgstr ""
6214
+
6062
6215
  msgid "Refresh package applicability"
6063
6216
  msgstr ""
6064
6217
 
6065
6218
  msgid "Refresh previously imported manifest for Red Hat provider"
6066
6219
  msgstr "Zuvor importiertes Manifest für Red Hat Anbieter aktualisieren"
6067
6220
 
6221
+ msgid "Refresh remote"
6222
+ msgstr ""
6223
+
6224
+ msgid "Refresh repos"
6225
+ msgstr ""
6226
+
6068
6227
  msgid "Refresh source"
6069
6228
  msgstr ""
6070
6229
 
@@ -6107,6 +6266,12 @@ msgstr "Registrierungsnamenmuster führt zu einem ungültigen Container-Image-Na
6107
6266
  msgid "Registry name pattern will result in invalid container image name of member repositories"
6108
6267
  msgstr "Das Namensmuster der Registrierung führt zu einem ungültigen Container-Image-Namen der Mitglieds-Repositorys"
6109
6268
 
6269
+ msgid "Registry token expiration time"
6270
+ msgstr ""
6271
+
6272
+ msgid "Reindex subscriptions"
6273
+ msgstr ""
6274
+
6110
6275
  msgid "Related composite content views"
6111
6276
  msgstr ""
6112
6277
 
@@ -6203,6 +6368,9 @@ msgstr "Entfernen Sie eine oder mehrere Hostsammlungen von einem oder mehreren H
6203
6368
  msgid "Remove one or more subscriptions from an upstream manifest"
6204
6369
  msgstr ""
6205
6370
 
6371
+ msgid "Remove orphans"
6372
+ msgstr ""
6373
+
6206
6374
  msgid "Remove package group via Katello interface"
6207
6375
  msgstr "Paketgruppe über Katello-Schnittstelle entfernen"
6208
6376
 
@@ -6218,6 +6386,9 @@ msgstr ""
6218
6386
  msgid "Remove products from sync plan"
6219
6387
  msgstr "Produkte aus Synchronisationsplan entfernen"
6220
6388
 
6389
+ msgid "Remove rolling repo clone"
6390
+ msgstr ""
6391
+
6221
6392
  msgid "Remove subscriptions"
6222
6393
  msgstr "Subskriptionen entfernen"
6223
6394
 
@@ -6230,6 +6401,12 @@ msgstr ""
6230
6401
  msgid "Remove subscriptions from one or more hosts"
6231
6402
  msgstr "Abonnements von einem oder mehreren Hosts entfernen"
6232
6403
 
6404
+ msgid "Remove units"
6405
+ msgstr ""
6406
+
6407
+ msgid "Remove unneeded repos"
6408
+ msgstr ""
6409
+
6233
6410
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6234
6411
  msgstr "Versionen und/oder Umgebungen aus einer Inhaltsansicht entfernen und Systeme und Schlüssel neu zuweisen"
6235
6412
 
@@ -6254,6 +6431,9 @@ msgstr ""
6254
6431
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6255
6432
  msgstr ""
6256
6433
 
6434
+ msgid "Repair"
6435
+ msgstr ""
6436
+
6257
6437
  msgid "Replace content source on the target machine"
6258
6438
  msgstr ""
6259
6439
 
@@ -6272,12 +6452,18 @@ msgstr "Repositorys"
6272
6452
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6273
6453
  msgstr ""
6274
6454
 
6455
+ msgid "Repositories certs reset"
6456
+ msgstr ""
6457
+
6275
6458
  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."
6276
6459
  msgstr ""
6277
6460
 
6278
6461
  msgid "Repositories from published Content Views are not allowed."
6279
6462
  msgstr "Repositorys aus veröffentlichten Inhaltsansichten sind nicht zulässig."
6280
6463
 
6464
+ msgid "Repositories gpg reset"
6465
+ msgstr ""
6466
+
6281
6467
  msgid "Repository"
6282
6468
  msgstr "Repository"
6283
6469
 
@@ -6297,7 +6483,7 @@ msgid "Repository '%(repoName)s' has been enabled."
6297
6483
  msgstr "Repository '%(repoName)s' wurde aktiviert."
6298
6484
 
6299
6485
  msgid "Repository ID"
6300
- msgstr ""
6486
+ msgstr "Repository-Kennung"
6301
6487
 
6302
6488
  msgid "Repository Id associated with the kickstart repo used for provisioning"
6303
6489
  msgstr "Repository-ID, die mit dem Kickstart-Repository verknüpft ist, das für die Bereitstellung verwendet wird"
@@ -6488,7 +6674,7 @@ msgstr "Nur Name und Stream-Informationen zurückgeben)"
6488
6674
  msgid "Return only errata of a particular severity (None, Low, Moderate, Important, Critical)"
6489
6675
  msgstr ""
6490
6676
 
6491
- msgid "Return only errata of a particular type (security, bugfix, enhancement)"
6677
+ msgid "Return only errata of a particular type (security, bugfix, enhancement, other)"
6492
6678
  msgstr ""
6493
6679
 
6494
6680
  msgid "Return only packages of a particular status (upgradable or up-to-date)"
@@ -6629,6 +6815,21 @@ msgstr "ABONNEMENTS LAUFEN BALD AB"
6629
6815
  msgid "Save"
6630
6816
  msgstr "Speichern"
6631
6817
 
6818
+ msgid "Save artifact"
6819
+ msgstr ""
6820
+
6821
+ msgid "Save distribution references"
6822
+ msgstr ""
6823
+
6824
+ msgid "Save publication"
6825
+ msgstr ""
6826
+
6827
+ msgid "Save version"
6828
+ msgstr ""
6829
+
6830
+ msgid "Save versions"
6831
+ msgstr ""
6832
+
6632
6833
  msgid "Saving alternate content source..."
6633
6834
  msgstr ""
6634
6835
 
@@ -6638,6 +6839,12 @@ msgstr ""
6638
6839
  msgid "Scan a flatpak remote"
6639
6840
  msgstr ""
6640
6841
 
6842
+ msgid "Scan cdn"
6843
+ msgstr ""
6844
+
6845
+ msgid "Scan remote"
6846
+ msgstr ""
6847
+
6641
6848
  msgid "Schema version 1"
6642
6849
  msgstr ""
6643
6850
 
@@ -7439,6 +7646,9 @@ msgstr ""
7439
7646
  msgid "Supported Content Types"
7440
7647
  msgstr "Unterstützte Inhaltstypen"
7441
7648
 
7649
+ msgid "Sync"
7650
+ msgstr ""
7651
+
7442
7652
  msgid "Sync Canceled"
7443
7653
  msgstr "Synchronisation abgebrochen"
7444
7654
 
@@ -7493,6 +7703,9 @@ msgstr "Repository synchronisieren"
7493
7703
  msgid "Sync all repositories for a product"
7494
7704
  msgstr "Alle Repositorys für ein Produkt synchronisieren"
7495
7705
 
7706
+ msgid "Sync capsule"
7707
+ msgstr ""
7708
+
7496
7709
  msgid "Sync complete."
7497
7710
  msgstr "Synchronisation abgeschlossen."
7498
7711
 
@@ -7511,6 +7724,9 @@ msgstr ""
7511
7724
  msgid "Sync state"
7512
7725
  msgstr "Synchronisierungsstatus"
7513
7726
 
7727
+ msgid "Syncable export"
7728
+ msgstr ""
7729
+
7514
7730
  msgid "Synced"
7515
7731
  msgstr ""
7516
7732
 
@@ -7747,6 +7963,9 @@ msgstr "Die Übertragung von %{content_view} nach %{environment} wurde abgeschlo
7747
7963
  msgid "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts."
7748
7964
  msgstr "Die Übertragung von %{content_view} nach <b>%{environment}</b> wurde abgeschlossen. %{count} benötigte Errata können auf Ihren Hosts installiert werden."
7749
7965
 
7966
+ msgid "The provided incremental export format '%{provided}' must match the previous export's format '%{previous}'. Consider using 'from_history_id' to point to a matching export."
7967
+ msgstr ""
7968
+
7750
7969
  msgid "The repository is already enabled"
7751
7970
  msgstr "Das Repository ist bereits aktiviert"
7752
7971
 
@@ -7984,6 +8203,9 @@ msgstr ""
7984
8203
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7985
8204
  msgstr ""
7986
8205
 
8206
+ msgid "Time in minutes before registry access tokens expire."
8207
+ msgstr ""
8208
+
7987
8209
  msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
7988
8210
  msgstr ""
7989
8211
 
@@ -8029,6 +8251,9 @@ msgstr ""
8029
8251
  msgid "To manage packages, select an action."
8030
8252
  msgstr ""
8031
8253
 
8254
+ msgid "Toggle"
8255
+ msgstr ""
8256
+
8032
8257
  msgid "Token/password for the flatpak remote"
8033
8258
  msgstr ""
8034
8259
 
@@ -8164,6 +8389,12 @@ msgstr "Pulp-Speicher nicht gefunden"
8164
8389
  msgid "Unable to detect puppet path"
8165
8390
  msgstr "Puppet-Pfad kann nicht erkannt werden"
8166
8391
 
8392
+ msgid "Unable to find a base content view to use for incremental export using the provided parameters:%{params}"
8393
+ msgstr ""
8394
+
8395
+ msgid "Unable to find a base content view to use for incremental export. Please run a complete export instead."
8396
+ msgstr ""
8397
+
8167
8398
  msgid "Unable to find a content view with ID %s"
8168
8399
  msgstr ""
8169
8400
 
@@ -8179,12 +8410,6 @@ msgstr "Benutzer können nicht abgerufen werden"
8179
8410
  msgid "Unable to import in to Content View specified in the metadata - '%{name}'. The 'import_only' attribute for the content view is set to false. To mark this Content View as importable, have your system administrator run the following command on the server. "
8180
8411
  msgstr ""
8181
8412
 
8182
- msgid "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment."
8183
- msgstr "Es ist nicht möglich inkrementell zu exportieren. Tätige einen vollen Export des Library-Kontents vor dem Upgrade des neuesten Inkrements."
8184
-
8185
- msgid "Unable to incrementally export. Do a Full Export on the repository content."
8186
- msgstr ""
8187
-
8188
8413
  msgid "Unable to reassign activation_keys. Please check activation_key_content_view_id and activation_key_environment_id."
8189
8414
  msgstr "Aktivierungsschlüssel konnten nicht neu zugewiesen werden. Bitte prüfen Sie die Parameter activation_key_content_view_id und activation_key_environment_id."
8190
8415
 
@@ -8251,6 +8476,12 @@ msgstr "Unbekannte Aktion"
8251
8476
  msgid "Unknown errata status"
8252
8477
  msgstr "Unbekannter Errata-Status"
8253
8478
 
8479
+ msgid "Unknown library export format '%s'."
8480
+ msgstr ""
8481
+
8482
+ msgid "Unknown repository export format '%s'."
8483
+ msgstr ""
8484
+
8254
8485
  msgid "Unknown traces status"
8255
8486
  msgstr "Unbekannter Trace-Status"
8256
8487
 
@@ -8341,15 +8572,27 @@ msgstr "Umgebung in einer Organisation aktualisieren"
8341
8572
  msgid "Update content counts for the smart proxy"
8342
8573
  msgstr ""
8343
8574
 
8575
+ msgid "Update content urls"
8576
+ msgstr ""
8577
+
8344
8578
  msgid "Update content view environments for host"
8345
8579
  msgstr ""
8346
8580
 
8347
8581
  msgid "Update content view environments for host %s"
8348
8582
  msgstr ""
8349
8583
 
8584
+ msgid "Update distributions"
8585
+ msgstr ""
8586
+
8350
8587
  msgid "Update hosts manually"
8351
8588
  msgstr ""
8352
8589
 
8590
+ msgid "Update http proxy"
8591
+ msgstr ""
8592
+
8593
+ msgid "Update http proxy details"
8594
+ msgstr ""
8595
+
8353
8596
  msgid "Update installed packages, enabled repos, module inventory"
8354
8597
  msgstr "Aktualisiere installierte Packete, aktivierte Repositories und Modul-Inventare"
8355
8598
 
@@ -8365,12 +8608,21 @@ msgstr "Update-Paket über Katello-Schnittstelle"
8365
8608
  msgid "Update packages via Katello interface"
8366
8609
  msgstr ""
8367
8610
 
8611
+ msgid "Update redhat repository"
8612
+ msgstr ""
8613
+
8368
8614
  msgid "Update release version for host"
8369
8615
  msgstr "Release-Version für Host aktualisieren"
8370
8616
 
8371
8617
  msgid "Update release version for host %s"
8372
8618
  msgstr "Release-Version für Host aktualisieren %s"
8373
8619
 
8620
+ msgid "Update remote"
8621
+ msgstr ""
8622
+
8623
+ msgid "Update repository"
8624
+ msgstr ""
8625
+
8374
8626
  msgid "Update services requiring restart"
8375
8627
  msgstr "Services aktualisieren, welche neugestartet werden müssen"
8376
8628
 
@@ -8461,6 +8713,12 @@ msgstr "Teil der Dateiinhalte hochladen"
8461
8713
  msgid "Upload a subscription manifest"
8462
8714
  msgstr "Subskriptionsmanifest hochladen"
8463
8715
 
8716
+ msgid "Upload content"
8717
+ msgstr ""
8718
+
8719
+ msgid "Upload file"
8720
+ msgstr ""
8721
+
8464
8722
  msgid "Upload into"
8465
8723
  msgstr "Hochgeladen in"
8466
8724
 
@@ -8470,6 +8728,9 @@ msgstr ""
8470
8728
  msgid "Upload request id"
8471
8729
  msgstr "Anfrage-ID hochladen"
8472
8730
 
8731
+ msgid "Upload tag"
8732
+ msgstr ""
8733
+
8473
8734
  msgid "Upstream Candlepin"
8474
8735
  msgstr ""
8475
8736
 
@@ -8587,6 +8848,9 @@ msgstr "Der Wert muss entweder ein boolescher Wert oder 'Standard' für 'aktivie
8587
8848
  msgid "Verify SSL"
8588
8849
  msgstr "SSL überprüfen"
8589
8850
 
8851
+ msgid "Verify checksum"
8852
+ msgstr ""
8853
+
8590
8854
  msgid "Verify checksum for content on smart proxy"
8591
8855
  msgstr ""
8592
8856
 
@@ -9245,7 +9509,7 @@ msgid "here"
9245
9509
  msgstr ""
9246
9510
 
9247
9511
  msgid "host"
9248
- msgstr ""
9512
+ msgstr "Host"
9249
9513
 
9250
9514
  msgid "host collection name to filter by"
9251
9515
  msgstr "Name der Hostsammlung, nach der gefiltert werden soll"