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
@@ -8,15 +8,15 @@
8
8
  # Kai Alexander Fischer <kai@i7x.de>, 2022
9
9
  # Lukas K. <kallies@puzzle.ch>, 2022
10
10
  # Jörg Dreffein, 2022
11
- # Arledrian <hvuzgr@gmail.com>, 2022
12
11
  # Maximilian Kolb <kolb@atix.de>, 2024
12
+ # Arledrian <hvuzgr@gmail.com>, 2025
13
13
  #
14
14
  msgid ""
15
15
  msgstr ""
16
- "Project-Id-Version: katello 4.18.0.pre.master\n"
16
+ "Project-Id-Version: katello 4.18.0.rc2\n"
17
17
  "Report-Msgid-Bugs-To: \n"
18
18
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
19
- "Last-Translator: Maximilian Kolb <kolb@atix.de>, 2024\n"
19
+ "Last-Translator: Arledrian <hvuzgr@gmail.com>, 2025\n"
20
20
  "Language-Team: German (Germany) (https://app.transifex.com/foreman/teams/114/d"
21
21
  "e_DE/)\n"
22
22
  "MIME-Version: 1.0\n"
@@ -476,6 +476,9 @@ msgstr ""
476
476
  msgid "About page"
477
477
  msgstr ""
478
478
 
479
+ msgid "Abstract async task"
480
+ msgstr ""
481
+
479
482
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
480
483
  msgstr ""
481
484
 
@@ -620,6 +623,9 @@ msgstr ""
620
623
  msgid "Add repositories with package groups to content view to select them here."
621
624
  msgstr ""
622
625
 
626
+ msgid "Add rolling repo clone"
627
+ msgstr ""
628
+
623
629
  msgid "Add rule"
624
630
  msgstr ""
625
631
 
@@ -992,6 +998,9 @@ msgstr ""
992
998
  msgid "Auto Publish - Triggered by '%s'"
993
999
  msgstr ""
994
1000
 
1001
+ msgid "Auto attach subscriptions"
1002
+ msgstr ""
1003
+
995
1004
  msgid "Auto publish"
996
1005
  msgstr ""
997
1006
 
@@ -1019,9 +1028,6 @@ msgstr ""
1019
1028
  msgid "Back"
1020
1029
  msgstr ""
1021
1030
 
1022
- msgid "Backend System Status"
1023
- msgstr ""
1024
-
1025
1031
  msgid "Base URL"
1026
1032
  msgstr ""
1027
1033
 
@@ -1316,7 +1322,7 @@ msgstr ""
1316
1322
  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."
1317
1323
  msgstr ""
1318
1324
 
1319
- 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."
1325
+ 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."
1320
1326
  msgstr ""
1321
1327
 
1322
1328
  msgid "Cannot install errata: No errata found for search term '%s'"
@@ -1487,13 +1493,13 @@ msgstr ""
1487
1493
  msgid "Comma-separated list of tags to sync for a container image repository"
1488
1494
  msgstr ""
1489
1495
 
1490
- msgid "Compare"
1496
+ msgid "Commit upload"
1491
1497
  msgstr ""
1492
1498
 
1493
- msgid "Completed pulp task protection days"
1499
+ msgid "Compare"
1494
1500
  msgstr ""
1495
1501
 
1496
- msgid "Component"
1502
+ msgid "Completed pulp task protection days"
1497
1503
  msgstr ""
1498
1504
 
1499
1505
  msgid "Component Content View"
@@ -1841,15 +1847,27 @@ msgstr ""
1841
1847
  msgid "Copy"
1842
1848
  msgstr ""
1843
1849
 
1850
+ msgid "Copy all units"
1851
+ msgstr ""
1852
+
1844
1853
  msgid "Copy an activation key"
1845
1854
  msgstr ""
1846
1855
 
1856
+ msgid "Copy content"
1857
+ msgstr ""
1858
+
1847
1859
  msgid "Copy content view"
1848
1860
  msgstr ""
1849
1861
 
1850
1862
  msgid "Copy to clipboard"
1851
1863
  msgstr ""
1852
1864
 
1865
+ msgid "Copy version"
1866
+ msgstr ""
1867
+
1868
+ msgid "Copy version units to library"
1869
+ msgstr ""
1870
+
1853
1871
  msgid "Cores per socket"
1854
1872
  msgstr ""
1855
1873
 
@@ -2063,12 +2081,21 @@ msgstr ""
2063
2081
  msgid "Create content view"
2064
2082
  msgstr ""
2065
2083
 
2084
+ msgid "Create exporter"
2085
+ msgstr ""
2086
+
2066
2087
  msgid "Create filter"
2067
2088
  msgstr ""
2068
2089
 
2069
2090
  msgid "Create host collection"
2070
2091
  msgstr ""
2071
2092
 
2093
+ msgid "Create import"
2094
+ msgstr ""
2095
+
2096
+ msgid "Create importer"
2097
+ msgstr ""
2098
+
2072
2099
  msgid "Create new activation key"
2073
2100
  msgstr ""
2074
2101
 
@@ -2078,6 +2105,12 @@ msgstr ""
2078
2105
  msgid "Create package filter rule"
2079
2106
  msgstr ""
2080
2107
 
2108
+ msgid "Create publication"
2109
+ msgstr ""
2110
+
2111
+ msgid "Create remote"
2112
+ msgstr ""
2113
+
2081
2114
  msgid "Create rule"
2082
2115
  msgstr ""
2083
2116
 
@@ -2342,12 +2375,36 @@ msgstr ""
2342
2375
  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."
2343
2376
  msgstr ""
2344
2377
 
2378
+ msgid "Delete distributions"
2379
+ msgstr ""
2380
+
2345
2381
  msgid "Delete manifest from Red Hat provider"
2346
2382
  msgstr ""
2347
2383
 
2348
2384
  msgid "Delete multiple filters from a content view"
2349
2385
  msgstr ""
2350
2386
 
2387
+ msgid "Delete orphan alternate content sources"
2388
+ msgstr ""
2389
+
2390
+ msgid "Delete orphan distributions"
2391
+ msgstr ""
2392
+
2393
+ msgid "Delete orphan remotes"
2394
+ msgstr ""
2395
+
2396
+ msgid "Delete orphan repository versions"
2397
+ msgstr ""
2398
+
2399
+ msgid "Delete orphaned migrated repositories"
2400
+ msgstr ""
2401
+
2402
+ msgid "Delete remote"
2403
+ msgstr ""
2404
+
2405
+ msgid "Delete repository references"
2406
+ msgstr ""
2407
+
2351
2408
  msgid "Delete version"
2352
2409
  msgstr ""
2353
2410
 
@@ -2447,6 +2504,12 @@ msgstr ""
2447
2504
  msgid "Destroy an environment in an organization"
2448
2505
  msgstr ""
2449
2506
 
2507
+ msgid "Destroy exporter"
2508
+ msgstr ""
2509
+
2510
+ msgid "Destroy importer"
2511
+ msgstr ""
2512
+
2450
2513
  msgid "Destroy one or more alternate content sources"
2451
2514
  msgstr ""
2452
2515
 
@@ -2495,6 +2558,9 @@ msgstr ""
2495
2558
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2496
2559
  msgstr ""
2497
2560
 
2561
+ msgid "Discover"
2562
+ msgstr ""
2563
+
2498
2564
  msgid "Discover Repositories"
2499
2565
  msgstr ""
2500
2566
 
@@ -2696,6 +2762,9 @@ msgstr ""
2696
2762
  msgid "Environment cannot be in its own promotion path"
2697
2763
  msgstr ""
2698
2764
 
2765
+ msgid "Environment contents refresh"
2766
+ msgstr ""
2767
+
2699
2768
  msgid "Environment identifier"
2700
2769
  msgstr ""
2701
2770
 
@@ -2735,6 +2804,9 @@ msgstr ""
2735
2804
  msgid "Errata id of the erratum (RHSA-2012:108)"
2736
2805
  msgstr ""
2737
2806
 
2807
+ msgid "Errata mail"
2808
+ msgstr ""
2809
+
2738
2810
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2739
2811
  msgstr ""
2740
2812
 
@@ -2849,6 +2921,12 @@ msgstr ""
2849
2921
  msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
2850
2922
  msgstr ""
2851
2923
 
2924
+ msgid "Export format must be specified for library exports."
2925
+ msgstr ""
2926
+
2927
+ msgid "Export format must be specified for non-incremental repository exports."
2928
+ msgstr ""
2929
+
2852
2930
  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."
2853
2931
  msgstr ""
2854
2932
 
@@ -2894,6 +2972,9 @@ msgstr ""
2894
2972
  msgid "Fetch installable errata for one or more hosts."
2895
2973
  msgstr ""
2896
2974
 
2975
+ msgid "Fetch pxe files"
2976
+ msgstr ""
2977
+
2897
2978
  msgid "Fetch traces for one or more hosts"
2898
2979
  msgstr ""
2899
2980
 
@@ -2987,6 +3068,9 @@ msgstr ""
2987
3068
  msgid "Filter versions that are components in the specified composite version"
2988
3069
  msgstr ""
2989
3070
 
3071
+ msgid "Filtered index content"
3072
+ msgstr ""
3073
+
2990
3074
  msgid "Filters"
2991
3075
  msgstr "Filter"
2992
3076
 
@@ -3035,6 +3119,9 @@ msgstr ""
3035
3119
  msgid "Flatpak remote updated"
3036
3120
  msgstr ""
3037
3121
 
3122
+ msgid "Flatpak repositories cannot be mirrored into Red Hat products. Please select a custom product."
3123
+ msgstr ""
3124
+
3038
3125
  msgid "Force"
3039
3126
  msgstr ""
3040
3127
 
@@ -3097,6 +3184,9 @@ msgstr ""
3097
3184
  msgid "Generate host applicability"
3098
3185
  msgstr ""
3099
3186
 
3187
+ msgid "Generate metadata"
3188
+ msgstr ""
3189
+
3100
3190
  msgid "Generate repository applicability"
3101
3191
  msgstr ""
3102
3192
 
@@ -3334,9 +3424,15 @@ msgstr ""
3334
3424
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3335
3425
  msgstr ""
3336
3426
 
3337
- msgid "ID"
3427
+ msgid "Hypervisors"
3428
+ msgstr ""
3429
+
3430
+ msgid "Hypervisors update"
3338
3431
  msgstr ""
3339
3432
 
3433
+ msgid "ID"
3434
+ msgstr "ID"
3435
+
3340
3436
  msgid "ID of a HTTP Proxy"
3341
3437
  msgstr ""
3342
3438
 
@@ -3657,6 +3753,9 @@ msgstr ""
3657
3753
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3658
3754
  msgstr ""
3659
3755
 
3756
+ msgid "Import migration"
3757
+ msgstr ""
3758
+
3660
3759
  msgid "Import new manifest"
3661
3760
  msgstr ""
3662
3761
 
@@ -3666,6 +3765,12 @@ msgstr ""
3666
3765
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3667
3766
  msgstr ""
3668
3767
 
3768
+ msgid "Import repository upload"
3769
+ msgstr ""
3770
+
3771
+ msgid "Import upload"
3772
+ msgstr ""
3773
+
3669
3774
  msgid "Import uploads into a repository"
3670
3775
  msgstr ""
3671
3776
 
@@ -3732,6 +3837,9 @@ msgstr ""
3732
3837
  msgid "Incremental Update incomplete."
3733
3838
  msgstr ""
3734
3839
 
3840
+ msgid "Incremental Update of Content View Version(s) "
3841
+ msgstr ""
3842
+
3735
3843
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3736
3844
  msgstr ""
3737
3845
 
@@ -3744,12 +3852,27 @@ msgstr ""
3744
3852
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3745
3853
  msgstr ""
3746
3854
 
3855
+ msgid "Index content"
3856
+ msgstr ""
3857
+
3858
+ msgid "Index errata"
3859
+ msgstr ""
3860
+
3861
+ msgid "Index module streams"
3862
+ msgstr ""
3863
+
3864
+ msgid "Index package groups"
3865
+ msgstr ""
3866
+
3747
3867
  msgid "Informable Type must be one of the following [ %{list} ]"
3748
3868
  msgstr ""
3749
3869
 
3750
3870
  msgid "Inherit from Repository"
3751
3871
  msgstr ""
3752
3872
 
3873
+ msgid "Initialize"
3874
+ msgstr ""
3875
+
3753
3876
  msgid "Initiate a sync of the products attached to the sync plan"
3754
3877
  msgstr ""
3755
3878
 
@@ -3825,6 +3948,9 @@ msgstr ""
3825
3948
  msgid "Installing Package..."
3826
3949
  msgstr ""
3827
3950
 
3951
+ msgid "Instance update"
3952
+ msgstr ""
3953
+
3828
3954
  msgid "Instance-based"
3829
3955
  msgstr ""
3830
3956
 
@@ -4578,6 +4704,9 @@ msgstr ""
4578
4704
  msgid "Messaging connection"
4579
4705
  msgstr ""
4580
4706
 
4707
+ msgid "Metadata generate"
4708
+ msgstr ""
4709
+
4581
4710
  msgid ""
4582
4711
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4583
4712
  "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."
@@ -4643,6 +4772,15 @@ msgstr ""
4643
4772
  msgid "Multi Content View Environment"
4644
4773
  msgstr ""
4645
4774
 
4775
+ msgid "Multi copy all units"
4776
+ msgstr ""
4777
+
4778
+ msgid "Multi copy content"
4779
+ msgstr ""
4780
+
4781
+ msgid "Multi copy units"
4782
+ msgstr ""
4783
+
4646
4784
  msgid "Multi-entitlement"
4647
4785
  msgstr ""
4648
4786
 
@@ -5845,6 +5983,9 @@ msgstr ""
5845
5983
  msgid "Pulp task error"
5846
5984
  msgstr ""
5847
5985
 
5986
+ msgid "Purge completed tasks"
5987
+ msgstr ""
5988
+
5848
5989
  msgid "Python Package"
5849
5990
  msgstr ""
5850
5991
 
@@ -5953,6 +6094,9 @@ msgstr ""
5953
6094
  msgid "Reclaim Space"
5954
6095
  msgstr ""
5955
6096
 
6097
+ msgid "Reclaim space"
6098
+ msgstr ""
6099
+
5956
6100
  msgid "Reclaim space from On Demand repositories"
5957
6101
  msgstr ""
5958
6102
 
@@ -6019,6 +6163,9 @@ msgstr ""
6019
6163
  msgid "Refresh all alternate content sources"
6020
6164
  msgstr ""
6021
6165
 
6166
+ msgid "Refresh all distributions"
6167
+ msgstr ""
6168
+
6022
6169
  msgid "Refresh alternate content sources"
6023
6170
  msgstr ""
6024
6171
 
@@ -6031,15 +6178,27 @@ msgstr ""
6031
6178
  msgid "Refresh counts"
6032
6179
  msgstr ""
6033
6180
 
6181
+ msgid "Refresh distribution"
6182
+ msgstr ""
6183
+
6034
6184
  msgid "Refresh errata applicability"
6035
6185
  msgstr ""
6036
6186
 
6187
+ msgid "Refresh if needed"
6188
+ msgstr ""
6189
+
6037
6190
  msgid "Refresh package applicability"
6038
6191
  msgstr ""
6039
6192
 
6040
6193
  msgid "Refresh previously imported manifest for Red Hat provider"
6041
6194
  msgstr ""
6042
6195
 
6196
+ msgid "Refresh remote"
6197
+ msgstr ""
6198
+
6199
+ msgid "Refresh repos"
6200
+ msgstr ""
6201
+
6043
6202
  msgid "Refresh source"
6044
6203
  msgstr ""
6045
6204
 
@@ -6082,6 +6241,12 @@ msgstr ""
6082
6241
  msgid "Registry name pattern will result in invalid container image name of member repositories"
6083
6242
  msgstr ""
6084
6243
 
6244
+ msgid "Registry token expiration time"
6245
+ msgstr ""
6246
+
6247
+ msgid "Reindex subscriptions"
6248
+ msgstr ""
6249
+
6085
6250
  msgid "Related composite content views"
6086
6251
  msgstr ""
6087
6252
 
@@ -6178,6 +6343,9 @@ msgstr ""
6178
6343
  msgid "Remove one or more subscriptions from an upstream manifest"
6179
6344
  msgstr ""
6180
6345
 
6346
+ msgid "Remove orphans"
6347
+ msgstr ""
6348
+
6181
6349
  msgid "Remove package group via Katello interface"
6182
6350
  msgstr ""
6183
6351
 
@@ -6193,6 +6361,9 @@ msgstr ""
6193
6361
  msgid "Remove products from sync plan"
6194
6362
  msgstr ""
6195
6363
 
6364
+ msgid "Remove rolling repo clone"
6365
+ msgstr ""
6366
+
6196
6367
  msgid "Remove subscriptions"
6197
6368
  msgstr ""
6198
6369
 
@@ -6205,6 +6376,12 @@ msgstr ""
6205
6376
  msgid "Remove subscriptions from one or more hosts"
6206
6377
  msgstr ""
6207
6378
 
6379
+ msgid "Remove units"
6380
+ msgstr ""
6381
+
6382
+ msgid "Remove unneeded repos"
6383
+ msgstr ""
6384
+
6208
6385
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6209
6386
  msgstr ""
6210
6387
 
@@ -6229,6 +6406,9 @@ msgstr ""
6229
6406
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6230
6407
  msgstr ""
6231
6408
 
6409
+ msgid "Repair"
6410
+ msgstr ""
6411
+
6232
6412
  msgid "Replace content source on the target machine"
6233
6413
  msgstr ""
6234
6414
 
@@ -6247,12 +6427,18 @@ msgstr ""
6247
6427
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6248
6428
  msgstr ""
6249
6429
 
6430
+ msgid "Repositories certs reset"
6431
+ msgstr ""
6432
+
6250
6433
  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."
6251
6434
  msgstr ""
6252
6435
 
6253
6436
  msgid "Repositories from published Content Views are not allowed."
6254
6437
  msgstr ""
6255
6438
 
6439
+ msgid "Repositories gpg reset"
6440
+ msgstr ""
6441
+
6256
6442
  msgid "Repository"
6257
6443
  msgstr ""
6258
6444
 
@@ -6463,7 +6649,7 @@ msgstr ""
6463
6649
  msgid "Return only errata of a particular severity (None, Low, Moderate, Important, Critical)"
6464
6650
  msgstr ""
6465
6651
 
6466
- msgid "Return only errata of a particular type (security, bugfix, enhancement)"
6652
+ msgid "Return only errata of a particular type (security, bugfix, enhancement, other)"
6467
6653
  msgstr ""
6468
6654
 
6469
6655
  msgid "Return only packages of a particular status (upgradable or up-to-date)"
@@ -6604,6 +6790,21 @@ msgstr ""
6604
6790
  msgid "Save"
6605
6791
  msgstr "Speichern"
6606
6792
 
6793
+ msgid "Save artifact"
6794
+ msgstr ""
6795
+
6796
+ msgid "Save distribution references"
6797
+ msgstr ""
6798
+
6799
+ msgid "Save publication"
6800
+ msgstr ""
6801
+
6802
+ msgid "Save version"
6803
+ msgstr ""
6804
+
6805
+ msgid "Save versions"
6806
+ msgstr ""
6807
+
6607
6808
  msgid "Saving alternate content source..."
6608
6809
  msgstr ""
6609
6810
 
@@ -6613,6 +6814,12 @@ msgstr ""
6613
6814
  msgid "Scan a flatpak remote"
6614
6815
  msgstr ""
6615
6816
 
6817
+ msgid "Scan cdn"
6818
+ msgstr ""
6819
+
6820
+ msgid "Scan remote"
6821
+ msgstr ""
6822
+
6616
6823
  msgid "Schema version 1"
6617
6824
  msgstr ""
6618
6825
 
@@ -7414,6 +7621,9 @@ msgstr ""
7414
7621
  msgid "Supported Content Types"
7415
7622
  msgstr ""
7416
7623
 
7624
+ msgid "Sync"
7625
+ msgstr ""
7626
+
7417
7627
  msgid "Sync Canceled"
7418
7628
  msgstr ""
7419
7629
 
@@ -7468,6 +7678,9 @@ msgstr ""
7468
7678
  msgid "Sync all repositories for a product"
7469
7679
  msgstr ""
7470
7680
 
7681
+ msgid "Sync capsule"
7682
+ msgstr ""
7683
+
7471
7684
  msgid "Sync complete."
7472
7685
  msgstr ""
7473
7686
 
@@ -7486,6 +7699,9 @@ msgstr ""
7486
7699
  msgid "Sync state"
7487
7700
  msgstr ""
7488
7701
 
7702
+ msgid "Syncable export"
7703
+ msgstr ""
7704
+
7489
7705
  msgid "Synced"
7490
7706
  msgstr ""
7491
7707
 
@@ -7718,6 +7934,9 @@ msgstr ""
7718
7934
  msgid "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts."
7719
7935
  msgstr ""
7720
7936
 
7937
+ 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."
7938
+ msgstr ""
7939
+
7721
7940
  msgid "The repository is already enabled"
7722
7941
  msgstr ""
7723
7942
 
@@ -7955,6 +8174,9 @@ msgstr ""
7955
8174
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7956
8175
  msgstr ""
7957
8176
 
8177
+ msgid "Time in minutes before registry access tokens expire."
8178
+ msgstr ""
8179
+
7958
8180
  msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
7959
8181
  msgstr ""
7960
8182
 
@@ -8000,6 +8222,9 @@ msgstr ""
8000
8222
  msgid "To manage packages, select an action."
8001
8223
  msgstr ""
8002
8224
 
8225
+ msgid "Toggle"
8226
+ msgstr ""
8227
+
8003
8228
  msgid "Token/password for the flatpak remote"
8004
8229
  msgstr ""
8005
8230
 
@@ -8135,6 +8360,12 @@ msgstr ""
8135
8360
  msgid "Unable to detect puppet path"
8136
8361
  msgstr ""
8137
8362
 
8363
+ msgid "Unable to find a base content view to use for incremental export using the provided parameters:%{params}"
8364
+ msgstr ""
8365
+
8366
+ msgid "Unable to find a base content view to use for incremental export. Please run a complete export instead."
8367
+ msgstr ""
8368
+
8138
8369
  msgid "Unable to find a content view with ID %s"
8139
8370
  msgstr ""
8140
8371
 
@@ -8150,12 +8381,6 @@ msgstr ""
8150
8381
  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. "
8151
8382
  msgstr ""
8152
8383
 
8153
- msgid "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment."
8154
- msgstr ""
8155
-
8156
- msgid "Unable to incrementally export. Do a Full Export on the repository content."
8157
- msgstr ""
8158
-
8159
8384
  msgid "Unable to reassign activation_keys. Please check activation_key_content_view_id and activation_key_environment_id."
8160
8385
  msgstr ""
8161
8386
 
@@ -8222,6 +8447,12 @@ msgstr ""
8222
8447
  msgid "Unknown errata status"
8223
8448
  msgstr ""
8224
8449
 
8450
+ msgid "Unknown library export format '%s'."
8451
+ msgstr ""
8452
+
8453
+ msgid "Unknown repository export format '%s'."
8454
+ msgstr ""
8455
+
8225
8456
  msgid "Unknown traces status"
8226
8457
  msgstr ""
8227
8458
 
@@ -8312,15 +8543,27 @@ msgstr ""
8312
8543
  msgid "Update content counts for the smart proxy"
8313
8544
  msgstr ""
8314
8545
 
8546
+ msgid "Update content urls"
8547
+ msgstr ""
8548
+
8315
8549
  msgid "Update content view environments for host"
8316
8550
  msgstr ""
8317
8551
 
8318
8552
  msgid "Update content view environments for host %s"
8319
8553
  msgstr ""
8320
8554
 
8555
+ msgid "Update distributions"
8556
+ msgstr ""
8557
+
8321
8558
  msgid "Update hosts manually"
8322
8559
  msgstr ""
8323
8560
 
8561
+ msgid "Update http proxy"
8562
+ msgstr ""
8563
+
8564
+ msgid "Update http proxy details"
8565
+ msgstr ""
8566
+
8324
8567
  msgid "Update installed packages, enabled repos, module inventory"
8325
8568
  msgstr ""
8326
8569
 
@@ -8336,12 +8579,21 @@ msgstr ""
8336
8579
  msgid "Update packages via Katello interface"
8337
8580
  msgstr ""
8338
8581
 
8582
+ msgid "Update redhat repository"
8583
+ msgstr ""
8584
+
8339
8585
  msgid "Update release version for host"
8340
8586
  msgstr ""
8341
8587
 
8342
8588
  msgid "Update release version for host %s"
8343
8589
  msgstr ""
8344
8590
 
8591
+ msgid "Update remote"
8592
+ msgstr ""
8593
+
8594
+ msgid "Update repository"
8595
+ msgstr ""
8596
+
8345
8597
  msgid "Update services requiring restart"
8346
8598
  msgstr ""
8347
8599
 
@@ -8432,6 +8684,12 @@ msgstr ""
8432
8684
  msgid "Upload a subscription manifest"
8433
8685
  msgstr ""
8434
8686
 
8687
+ msgid "Upload content"
8688
+ msgstr ""
8689
+
8690
+ msgid "Upload file"
8691
+ msgstr ""
8692
+
8435
8693
  msgid "Upload into"
8436
8694
  msgstr ""
8437
8695
 
@@ -8441,6 +8699,9 @@ msgstr ""
8441
8699
  msgid "Upload request id"
8442
8700
  msgstr ""
8443
8701
 
8702
+ msgid "Upload tag"
8703
+ msgstr ""
8704
+
8444
8705
  msgid "Upstream Candlepin"
8445
8706
  msgstr ""
8446
8707
 
@@ -8558,6 +8819,9 @@ msgstr ""
8558
8819
  msgid "Verify SSL"
8559
8820
  msgstr ""
8560
8821
 
8822
+ msgid "Verify checksum"
8823
+ msgstr ""
8824
+
8561
8825
  msgid "Verify checksum for content on smart proxy"
8562
8826
  msgstr ""
8563
8827