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
Binary file
@@ -8,7 +8,7 @@
8
8
  #
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: katello 4.18.0.pre.master\n"
11
+ "Project-Id-Version: katello 4.18.0.rc2\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
14
14
  "Last-Translator: ohadlevy <ohadlevy@gmail.com>, 2022\n"
@@ -472,6 +472,9 @@ msgstr ""
472
472
  msgid "About page"
473
473
  msgstr ""
474
474
 
475
+ msgid "Abstract async task"
476
+ msgstr ""
477
+
475
478
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
476
479
  msgstr ""
477
480
 
@@ -616,6 +619,9 @@ msgstr ""
616
619
  msgid "Add repositories with package groups to content view to select them here."
617
620
  msgstr ""
618
621
 
622
+ msgid "Add rolling repo clone"
623
+ msgstr ""
624
+
619
625
  msgid "Add rule"
620
626
  msgstr ""
621
627
 
@@ -988,6 +994,9 @@ msgstr ""
988
994
  msgid "Auto Publish - Triggered by '%s'"
989
995
  msgstr ""
990
996
 
997
+ msgid "Auto attach subscriptions"
998
+ msgstr ""
999
+
991
1000
  msgid "Auto publish"
992
1001
  msgstr ""
993
1002
 
@@ -1015,9 +1024,6 @@ msgstr ""
1015
1024
  msgid "Back"
1016
1025
  msgstr ""
1017
1026
 
1018
- msgid "Backend System Status"
1019
- msgstr ""
1020
-
1021
1027
  msgid "Base URL"
1022
1028
  msgstr ""
1023
1029
 
@@ -1312,7 +1318,7 @@ msgstr ""
1312
1318
  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."
1313
1319
  msgstr ""
1314
1320
 
1315
- 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."
1321
+ 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."
1316
1322
  msgstr ""
1317
1323
 
1318
1324
  msgid "Cannot install errata: No errata found for search term '%s'"
@@ -1483,13 +1489,13 @@ msgstr ""
1483
1489
  msgid "Comma-separated list of tags to sync for a container image repository"
1484
1490
  msgstr ""
1485
1491
 
1486
- msgid "Compare"
1492
+ msgid "Commit upload"
1487
1493
  msgstr ""
1488
1494
 
1489
- msgid "Completed pulp task protection days"
1495
+ msgid "Compare"
1490
1496
  msgstr ""
1491
1497
 
1492
- msgid "Component"
1498
+ msgid "Completed pulp task protection days"
1493
1499
  msgstr ""
1494
1500
 
1495
1501
  msgid "Component Content View"
@@ -1837,15 +1843,27 @@ msgstr ""
1837
1843
  msgid "Copy"
1838
1844
  msgstr ""
1839
1845
 
1846
+ msgid "Copy all units"
1847
+ msgstr ""
1848
+
1840
1849
  msgid "Copy an activation key"
1841
1850
  msgstr ""
1842
1851
 
1852
+ msgid "Copy content"
1853
+ msgstr ""
1854
+
1843
1855
  msgid "Copy content view"
1844
1856
  msgstr ""
1845
1857
 
1846
1858
  msgid "Copy to clipboard"
1847
1859
  msgstr ""
1848
1860
 
1861
+ msgid "Copy version"
1862
+ msgstr ""
1863
+
1864
+ msgid "Copy version units to library"
1865
+ msgstr ""
1866
+
1849
1867
  msgid "Cores per socket"
1850
1868
  msgstr ""
1851
1869
 
@@ -2059,12 +2077,21 @@ msgstr ""
2059
2077
  msgid "Create content view"
2060
2078
  msgstr ""
2061
2079
 
2080
+ msgid "Create exporter"
2081
+ msgstr ""
2082
+
2062
2083
  msgid "Create filter"
2063
2084
  msgstr ""
2064
2085
 
2065
2086
  msgid "Create host collection"
2066
2087
  msgstr ""
2067
2088
 
2089
+ msgid "Create import"
2090
+ msgstr ""
2091
+
2092
+ msgid "Create importer"
2093
+ msgstr ""
2094
+
2068
2095
  msgid "Create new activation key"
2069
2096
  msgstr ""
2070
2097
 
@@ -2074,6 +2101,12 @@ msgstr ""
2074
2101
  msgid "Create package filter rule"
2075
2102
  msgstr ""
2076
2103
 
2104
+ msgid "Create publication"
2105
+ msgstr ""
2106
+
2107
+ msgid "Create remote"
2108
+ msgstr ""
2109
+
2077
2110
  msgid "Create rule"
2078
2111
  msgstr ""
2079
2112
 
@@ -2338,12 +2371,36 @@ msgstr ""
2338
2371
  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."
2339
2372
  msgstr ""
2340
2373
 
2374
+ msgid "Delete distributions"
2375
+ msgstr ""
2376
+
2341
2377
  msgid "Delete manifest from Red Hat provider"
2342
2378
  msgstr ""
2343
2379
 
2344
2380
  msgid "Delete multiple filters from a content view"
2345
2381
  msgstr ""
2346
2382
 
2383
+ msgid "Delete orphan alternate content sources"
2384
+ msgstr ""
2385
+
2386
+ msgid "Delete orphan distributions"
2387
+ msgstr ""
2388
+
2389
+ msgid "Delete orphan remotes"
2390
+ msgstr ""
2391
+
2392
+ msgid "Delete orphan repository versions"
2393
+ msgstr ""
2394
+
2395
+ msgid "Delete orphaned migrated repositories"
2396
+ msgstr ""
2397
+
2398
+ msgid "Delete remote"
2399
+ msgstr ""
2400
+
2401
+ msgid "Delete repository references"
2402
+ msgstr ""
2403
+
2347
2404
  msgid "Delete version"
2348
2405
  msgstr ""
2349
2406
 
@@ -2443,6 +2500,12 @@ msgstr ""
2443
2500
  msgid "Destroy an environment in an organization"
2444
2501
  msgstr ""
2445
2502
 
2503
+ msgid "Destroy exporter"
2504
+ msgstr ""
2505
+
2506
+ msgid "Destroy importer"
2507
+ msgstr ""
2508
+
2446
2509
  msgid "Destroy one or more alternate content sources"
2447
2510
  msgstr ""
2448
2511
 
@@ -2491,6 +2554,9 @@ msgstr ""
2491
2554
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2492
2555
  msgstr ""
2493
2556
 
2557
+ msgid "Discover"
2558
+ msgstr ""
2559
+
2494
2560
  msgid "Discover Repositories"
2495
2561
  msgstr ""
2496
2562
 
@@ -2692,6 +2758,9 @@ msgstr ""
2692
2758
  msgid "Environment cannot be in its own promotion path"
2693
2759
  msgstr ""
2694
2760
 
2761
+ msgid "Environment contents refresh"
2762
+ msgstr ""
2763
+
2695
2764
  msgid "Environment identifier"
2696
2765
  msgstr ""
2697
2766
 
@@ -2731,6 +2800,9 @@ msgstr ""
2731
2800
  msgid "Errata id of the erratum (RHSA-2012:108)"
2732
2801
  msgstr ""
2733
2802
 
2803
+ msgid "Errata mail"
2804
+ msgstr ""
2805
+
2734
2806
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2735
2807
  msgstr ""
2736
2808
 
@@ -2845,6 +2917,12 @@ msgstr ""
2845
2917
  msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
2846
2918
  msgstr ""
2847
2919
 
2920
+ msgid "Export format must be specified for library exports."
2921
+ msgstr ""
2922
+
2923
+ msgid "Export format must be specified for non-incremental repository exports."
2924
+ msgstr ""
2925
+
2848
2926
  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."
2849
2927
  msgstr ""
2850
2928
 
@@ -2890,6 +2968,9 @@ msgstr ""
2890
2968
  msgid "Fetch installable errata for one or more hosts."
2891
2969
  msgstr ""
2892
2970
 
2971
+ msgid "Fetch pxe files"
2972
+ msgstr ""
2973
+
2893
2974
  msgid "Fetch traces for one or more hosts"
2894
2975
  msgstr ""
2895
2976
 
@@ -2983,6 +3064,9 @@ msgstr ""
2983
3064
  msgid "Filter versions that are components in the specified composite version"
2984
3065
  msgstr ""
2985
3066
 
3067
+ msgid "Filtered index content"
3068
+ msgstr ""
3069
+
2986
3070
  msgid "Filters"
2987
3071
  msgstr ""
2988
3072
 
@@ -3031,6 +3115,9 @@ msgstr ""
3031
3115
  msgid "Flatpak remote updated"
3032
3116
  msgstr ""
3033
3117
 
3118
+ msgid "Flatpak repositories cannot be mirrored into Red Hat products. Please select a custom product."
3119
+ msgstr ""
3120
+
3034
3121
  msgid "Force"
3035
3122
  msgstr ""
3036
3123
 
@@ -3093,6 +3180,9 @@ msgstr ""
3093
3180
  msgid "Generate host applicability"
3094
3181
  msgstr ""
3095
3182
 
3183
+ msgid "Generate metadata"
3184
+ msgstr ""
3185
+
3096
3186
  msgid "Generate repository applicability"
3097
3187
  msgstr ""
3098
3188
 
@@ -3330,6 +3420,12 @@ msgstr ""
3330
3420
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3331
3421
  msgstr ""
3332
3422
 
3423
+ msgid "Hypervisors"
3424
+ msgstr ""
3425
+
3426
+ msgid "Hypervisors update"
3427
+ msgstr ""
3428
+
3333
3429
  msgid "ID"
3334
3430
  msgstr ""
3335
3431
 
@@ -3653,6 +3749,9 @@ msgstr ""
3653
3749
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3654
3750
  msgstr ""
3655
3751
 
3752
+ msgid "Import migration"
3753
+ msgstr ""
3754
+
3656
3755
  msgid "Import new manifest"
3657
3756
  msgstr ""
3658
3757
 
@@ -3662,6 +3761,12 @@ msgstr ""
3662
3761
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3663
3762
  msgstr ""
3664
3763
 
3764
+ msgid "Import repository upload"
3765
+ msgstr ""
3766
+
3767
+ msgid "Import upload"
3768
+ msgstr ""
3769
+
3665
3770
  msgid "Import uploads into a repository"
3666
3771
  msgstr ""
3667
3772
 
@@ -3728,6 +3833,9 @@ msgstr ""
3728
3833
  msgid "Incremental Update incomplete."
3729
3834
  msgstr ""
3730
3835
 
3836
+ msgid "Incremental Update of Content View Version(s) "
3837
+ msgstr ""
3838
+
3731
3839
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3732
3840
  msgstr ""
3733
3841
 
@@ -3740,12 +3848,27 @@ msgstr ""
3740
3848
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3741
3849
  msgstr ""
3742
3850
 
3851
+ msgid "Index content"
3852
+ msgstr ""
3853
+
3854
+ msgid "Index errata"
3855
+ msgstr ""
3856
+
3857
+ msgid "Index module streams"
3858
+ msgstr ""
3859
+
3860
+ msgid "Index package groups"
3861
+ msgstr ""
3862
+
3743
3863
  msgid "Informable Type must be one of the following [ %{list} ]"
3744
3864
  msgstr ""
3745
3865
 
3746
3866
  msgid "Inherit from Repository"
3747
3867
  msgstr ""
3748
3868
 
3869
+ msgid "Initialize"
3870
+ msgstr ""
3871
+
3749
3872
  msgid "Initiate a sync of the products attached to the sync plan"
3750
3873
  msgstr ""
3751
3874
 
@@ -3821,6 +3944,9 @@ msgstr ""
3821
3944
  msgid "Installing Package..."
3822
3945
  msgstr ""
3823
3946
 
3947
+ msgid "Instance update"
3948
+ msgstr ""
3949
+
3824
3950
  msgid "Instance-based"
3825
3951
  msgstr ""
3826
3952
 
@@ -4574,6 +4700,9 @@ msgstr ""
4574
4700
  msgid "Messaging connection"
4575
4701
  msgstr ""
4576
4702
 
4703
+ msgid "Metadata generate"
4704
+ msgstr ""
4705
+
4577
4706
  msgid ""
4578
4707
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4579
4708
  "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."
@@ -4639,6 +4768,15 @@ msgstr ""
4639
4768
  msgid "Multi Content View Environment"
4640
4769
  msgstr ""
4641
4770
 
4771
+ msgid "Multi copy all units"
4772
+ msgstr ""
4773
+
4774
+ msgid "Multi copy content"
4775
+ msgstr ""
4776
+
4777
+ msgid "Multi copy units"
4778
+ msgstr ""
4779
+
4642
4780
  msgid "Multi-entitlement"
4643
4781
  msgstr ""
4644
4782
 
@@ -5841,6 +5979,9 @@ msgstr ""
5841
5979
  msgid "Pulp task error"
5842
5980
  msgstr ""
5843
5981
 
5982
+ msgid "Purge completed tasks"
5983
+ msgstr ""
5984
+
5844
5985
  msgid "Python Package"
5845
5986
  msgstr ""
5846
5987
 
@@ -5949,6 +6090,9 @@ msgstr ""
5949
6090
  msgid "Reclaim Space"
5950
6091
  msgstr ""
5951
6092
 
6093
+ msgid "Reclaim space"
6094
+ msgstr ""
6095
+
5952
6096
  msgid "Reclaim space from On Demand repositories"
5953
6097
  msgstr ""
5954
6098
 
@@ -6015,6 +6159,9 @@ msgstr ""
6015
6159
  msgid "Refresh all alternate content sources"
6016
6160
  msgstr ""
6017
6161
 
6162
+ msgid "Refresh all distributions"
6163
+ msgstr ""
6164
+
6018
6165
  msgid "Refresh alternate content sources"
6019
6166
  msgstr ""
6020
6167
 
@@ -6027,15 +6174,27 @@ msgstr ""
6027
6174
  msgid "Refresh counts"
6028
6175
  msgstr ""
6029
6176
 
6177
+ msgid "Refresh distribution"
6178
+ msgstr ""
6179
+
6030
6180
  msgid "Refresh errata applicability"
6031
6181
  msgstr ""
6032
6182
 
6183
+ msgid "Refresh if needed"
6184
+ msgstr ""
6185
+
6033
6186
  msgid "Refresh package applicability"
6034
6187
  msgstr ""
6035
6188
 
6036
6189
  msgid "Refresh previously imported manifest for Red Hat provider"
6037
6190
  msgstr ""
6038
6191
 
6192
+ msgid "Refresh remote"
6193
+ msgstr ""
6194
+
6195
+ msgid "Refresh repos"
6196
+ msgstr ""
6197
+
6039
6198
  msgid "Refresh source"
6040
6199
  msgstr ""
6041
6200
 
@@ -6078,6 +6237,12 @@ msgstr ""
6078
6237
  msgid "Registry name pattern will result in invalid container image name of member repositories"
6079
6238
  msgstr ""
6080
6239
 
6240
+ msgid "Registry token expiration time"
6241
+ msgstr ""
6242
+
6243
+ msgid "Reindex subscriptions"
6244
+ msgstr ""
6245
+
6081
6246
  msgid "Related composite content views"
6082
6247
  msgstr ""
6083
6248
 
@@ -6174,6 +6339,9 @@ msgstr ""
6174
6339
  msgid "Remove one or more subscriptions from an upstream manifest"
6175
6340
  msgstr ""
6176
6341
 
6342
+ msgid "Remove orphans"
6343
+ msgstr ""
6344
+
6177
6345
  msgid "Remove package group via Katello interface"
6178
6346
  msgstr ""
6179
6347
 
@@ -6189,6 +6357,9 @@ msgstr ""
6189
6357
  msgid "Remove products from sync plan"
6190
6358
  msgstr ""
6191
6359
 
6360
+ msgid "Remove rolling repo clone"
6361
+ msgstr ""
6362
+
6192
6363
  msgid "Remove subscriptions"
6193
6364
  msgstr ""
6194
6365
 
@@ -6201,6 +6372,12 @@ msgstr ""
6201
6372
  msgid "Remove subscriptions from one or more hosts"
6202
6373
  msgstr ""
6203
6374
 
6375
+ msgid "Remove units"
6376
+ msgstr ""
6377
+
6378
+ msgid "Remove unneeded repos"
6379
+ msgstr ""
6380
+
6204
6381
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6205
6382
  msgstr ""
6206
6383
 
@@ -6225,6 +6402,9 @@ msgstr ""
6225
6402
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6226
6403
  msgstr ""
6227
6404
 
6405
+ msgid "Repair"
6406
+ msgstr ""
6407
+
6228
6408
  msgid "Replace content source on the target machine"
6229
6409
  msgstr ""
6230
6410
 
@@ -6243,12 +6423,18 @@ msgstr ""
6243
6423
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6244
6424
  msgstr ""
6245
6425
 
6426
+ msgid "Repositories certs reset"
6427
+ msgstr ""
6428
+
6246
6429
  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."
6247
6430
  msgstr ""
6248
6431
 
6249
6432
  msgid "Repositories from published Content Views are not allowed."
6250
6433
  msgstr ""
6251
6434
 
6435
+ msgid "Repositories gpg reset"
6436
+ msgstr ""
6437
+
6252
6438
  msgid "Repository"
6253
6439
  msgstr ""
6254
6440
 
@@ -6459,7 +6645,7 @@ msgstr ""
6459
6645
  msgid "Return only errata of a particular severity (None, Low, Moderate, Important, Critical)"
6460
6646
  msgstr ""
6461
6647
 
6462
- msgid "Return only errata of a particular type (security, bugfix, enhancement)"
6648
+ msgid "Return only errata of a particular type (security, bugfix, enhancement, other)"
6463
6649
  msgstr ""
6464
6650
 
6465
6651
  msgid "Return only packages of a particular status (upgradable or up-to-date)"
@@ -6600,6 +6786,21 @@ msgstr ""
6600
6786
  msgid "Save"
6601
6787
  msgstr ""
6602
6788
 
6789
+ msgid "Save artifact"
6790
+ msgstr ""
6791
+
6792
+ msgid "Save distribution references"
6793
+ msgstr ""
6794
+
6795
+ msgid "Save publication"
6796
+ msgstr ""
6797
+
6798
+ msgid "Save version"
6799
+ msgstr ""
6800
+
6801
+ msgid "Save versions"
6802
+ msgstr ""
6803
+
6603
6804
  msgid "Saving alternate content source..."
6604
6805
  msgstr ""
6605
6806
 
@@ -6609,6 +6810,12 @@ msgstr ""
6609
6810
  msgid "Scan a flatpak remote"
6610
6811
  msgstr ""
6611
6812
 
6813
+ msgid "Scan cdn"
6814
+ msgstr ""
6815
+
6816
+ msgid "Scan remote"
6817
+ msgstr ""
6818
+
6612
6819
  msgid "Schema version 1"
6613
6820
  msgstr ""
6614
6821
 
@@ -7410,6 +7617,9 @@ msgstr ""
7410
7617
  msgid "Supported Content Types"
7411
7618
  msgstr ""
7412
7619
 
7620
+ msgid "Sync"
7621
+ msgstr ""
7622
+
7413
7623
  msgid "Sync Canceled"
7414
7624
  msgstr ""
7415
7625
 
@@ -7464,6 +7674,9 @@ msgstr ""
7464
7674
  msgid "Sync all repositories for a product"
7465
7675
  msgstr ""
7466
7676
 
7677
+ msgid "Sync capsule"
7678
+ msgstr ""
7679
+
7467
7680
  msgid "Sync complete."
7468
7681
  msgstr ""
7469
7682
 
@@ -7482,6 +7695,9 @@ msgstr ""
7482
7695
  msgid "Sync state"
7483
7696
  msgstr ""
7484
7697
 
7698
+ msgid "Syncable export"
7699
+ msgstr ""
7700
+
7485
7701
  msgid "Synced"
7486
7702
  msgstr ""
7487
7703
 
@@ -7714,6 +7930,9 @@ msgstr ""
7714
7930
  msgid "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts."
7715
7931
  msgstr ""
7716
7932
 
7933
+ 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."
7934
+ msgstr ""
7935
+
7717
7936
  msgid "The repository is already enabled"
7718
7937
  msgstr ""
7719
7938
 
@@ -7951,6 +8170,9 @@ msgstr ""
7951
8170
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7952
8171
  msgstr ""
7953
8172
 
8173
+ msgid "Time in minutes before registry access tokens expire."
8174
+ msgstr ""
8175
+
7954
8176
  msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
7955
8177
  msgstr ""
7956
8178
 
@@ -7996,6 +8218,9 @@ msgstr ""
7996
8218
  msgid "To manage packages, select an action."
7997
8219
  msgstr ""
7998
8220
 
8221
+ msgid "Toggle"
8222
+ msgstr ""
8223
+
7999
8224
  msgid "Token/password for the flatpak remote"
8000
8225
  msgstr ""
8001
8226
 
@@ -8131,6 +8356,12 @@ msgstr ""
8131
8356
  msgid "Unable to detect puppet path"
8132
8357
  msgstr ""
8133
8358
 
8359
+ msgid "Unable to find a base content view to use for incremental export using the provided parameters:%{params}"
8360
+ msgstr ""
8361
+
8362
+ msgid "Unable to find a base content view to use for incremental export. Please run a complete export instead."
8363
+ msgstr ""
8364
+
8134
8365
  msgid "Unable to find a content view with ID %s"
8135
8366
  msgstr ""
8136
8367
 
@@ -8146,12 +8377,6 @@ msgstr ""
8146
8377
  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. "
8147
8378
  msgstr ""
8148
8379
 
8149
- msgid "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment."
8150
- msgstr ""
8151
-
8152
- msgid "Unable to incrementally export. Do a Full Export on the repository content."
8153
- msgstr ""
8154
-
8155
8380
  msgid "Unable to reassign activation_keys. Please check activation_key_content_view_id and activation_key_environment_id."
8156
8381
  msgstr ""
8157
8382
 
@@ -8218,6 +8443,12 @@ msgstr ""
8218
8443
  msgid "Unknown errata status"
8219
8444
  msgstr ""
8220
8445
 
8446
+ msgid "Unknown library export format '%s'."
8447
+ msgstr ""
8448
+
8449
+ msgid "Unknown repository export format '%s'."
8450
+ msgstr ""
8451
+
8221
8452
  msgid "Unknown traces status"
8222
8453
  msgstr ""
8223
8454
 
@@ -8308,15 +8539,27 @@ msgstr ""
8308
8539
  msgid "Update content counts for the smart proxy"
8309
8540
  msgstr ""
8310
8541
 
8542
+ msgid "Update content urls"
8543
+ msgstr ""
8544
+
8311
8545
  msgid "Update content view environments for host"
8312
8546
  msgstr ""
8313
8547
 
8314
8548
  msgid "Update content view environments for host %s"
8315
8549
  msgstr ""
8316
8550
 
8551
+ msgid "Update distributions"
8552
+ msgstr ""
8553
+
8317
8554
  msgid "Update hosts manually"
8318
8555
  msgstr ""
8319
8556
 
8557
+ msgid "Update http proxy"
8558
+ msgstr ""
8559
+
8560
+ msgid "Update http proxy details"
8561
+ msgstr ""
8562
+
8320
8563
  msgid "Update installed packages, enabled repos, module inventory"
8321
8564
  msgstr ""
8322
8565
 
@@ -8332,12 +8575,21 @@ msgstr ""
8332
8575
  msgid "Update packages via Katello interface"
8333
8576
  msgstr ""
8334
8577
 
8578
+ msgid "Update redhat repository"
8579
+ msgstr ""
8580
+
8335
8581
  msgid "Update release version for host"
8336
8582
  msgstr ""
8337
8583
 
8338
8584
  msgid "Update release version for host %s"
8339
8585
  msgstr ""
8340
8586
 
8587
+ msgid "Update remote"
8588
+ msgstr ""
8589
+
8590
+ msgid "Update repository"
8591
+ msgstr ""
8592
+
8341
8593
  msgid "Update services requiring restart"
8342
8594
  msgstr ""
8343
8595
 
@@ -8428,6 +8680,12 @@ msgstr ""
8428
8680
  msgid "Upload a subscription manifest"
8429
8681
  msgstr ""
8430
8682
 
8683
+ msgid "Upload content"
8684
+ msgstr ""
8685
+
8686
+ msgid "Upload file"
8687
+ msgstr ""
8688
+
8431
8689
  msgid "Upload into"
8432
8690
  msgstr ""
8433
8691
 
@@ -8437,6 +8695,9 @@ msgstr ""
8437
8695
  msgid "Upload request id"
8438
8696
  msgstr ""
8439
8697
 
8698
+ msgid "Upload tag"
8699
+ msgstr ""
8700
+
8440
8701
  msgid "Upstream Candlepin"
8441
8702
  msgstr ""
8442
8703
 
@@ -8554,6 +8815,9 @@ msgstr ""
8554
8815
  msgid "Verify SSL"
8555
8816
  msgstr ""
8556
8817
 
8818
+ msgid "Verify checksum"
8819
+ msgstr ""
8820
+
8557
8821
  msgid "Verify checksum for content on smart proxy"
8558
8822
  msgstr ""
8559
8823