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
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 4.18.0.pre.master",
6
+ "Project-Id-Version": "katello 4.18.0.rc2",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
9
  "Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4, 2022",
@@ -465,6 +465,9 @@
465
465
  "About page": [
466
466
  ""
467
467
  ],
468
+ "Abstract async task": [
469
+ ""
470
+ ],
468
471
  "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
469
472
  ""
470
473
  ],
@@ -609,6 +612,9 @@
609
612
  "Add repositories with package groups to content view to select them here.": [
610
613
  ""
611
614
  ],
615
+ "Add rolling repo clone": [
616
+ ""
617
+ ],
612
618
  "Add rule": [
613
619
  ""
614
620
  ],
@@ -976,6 +982,9 @@
976
982
  "Auto Publish - Triggered by '%s'": [
977
983
  ""
978
984
  ],
985
+ "Auto attach subscriptions": [
986
+ ""
987
+ ],
979
988
  "Auto publish": [
980
989
  ""
981
990
  ],
@@ -1003,9 +1012,6 @@
1003
1012
  "Back": [
1004
1013
  "ಹಿಂದಕ್ಕೆ"
1005
1014
  ],
1006
- "Backend System Status": [
1007
- ""
1008
- ],
1009
1015
  "Base URL": [
1010
1016
  ""
1011
1017
  ],
@@ -1300,7 +1306,7 @@
1300
1306
  "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.": [
1301
1307
  ""
1302
1308
  ],
1303
- "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.": [
1309
+ "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.": [
1304
1310
  ""
1305
1311
  ],
1306
1312
  "Cannot install errata: No errata found for search term '%s'": [
@@ -1471,13 +1477,13 @@
1471
1477
  "Comma-separated list of tags to sync for a container image repository": [
1472
1478
  ""
1473
1479
  ],
1474
- "Compare": [
1480
+ "Commit upload": [
1475
1481
  ""
1476
1482
  ],
1477
- "Completed pulp task protection days": [
1483
+ "Compare": [
1478
1484
  ""
1479
1485
  ],
1480
- "Component": [
1486
+ "Completed pulp task protection days": [
1481
1487
  ""
1482
1488
  ],
1483
1489
  "Component Content View": [
@@ -1825,15 +1831,27 @@
1825
1831
  "Copy": [
1826
1832
  ""
1827
1833
  ],
1834
+ "Copy all units": [
1835
+ ""
1836
+ ],
1828
1837
  "Copy an activation key": [
1829
1838
  ""
1830
1839
  ],
1840
+ "Copy content": [
1841
+ ""
1842
+ ],
1831
1843
  "Copy content view": [
1832
1844
  ""
1833
1845
  ],
1834
1846
  "Copy to clipboard": [
1835
1847
  ""
1836
1848
  ],
1849
+ "Copy version": [
1850
+ ""
1851
+ ],
1852
+ "Copy version units to library": [
1853
+ ""
1854
+ ],
1837
1855
  "Cores per socket": [
1838
1856
  ""
1839
1857
  ],
@@ -2047,12 +2065,21 @@
2047
2065
  "Create content view": [
2048
2066
  ""
2049
2067
  ],
2068
+ "Create exporter": [
2069
+ ""
2070
+ ],
2050
2071
  "Create filter": [
2051
2072
  ""
2052
2073
  ],
2053
2074
  "Create host collection": [
2054
2075
  ""
2055
2076
  ],
2077
+ "Create import": [
2078
+ ""
2079
+ ],
2080
+ "Create importer": [
2081
+ ""
2082
+ ],
2056
2083
  "Create new activation key": [
2057
2084
  ""
2058
2085
  ],
@@ -2062,6 +2089,12 @@
2062
2089
  "Create package filter rule": [
2063
2090
  ""
2064
2091
  ],
2092
+ "Create publication": [
2093
+ ""
2094
+ ],
2095
+ "Create remote": [
2096
+ ""
2097
+ ],
2065
2098
  "Create rule": [
2066
2099
  ""
2067
2100
  ],
@@ -2326,12 +2359,36 @@
2326
2359
  "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.": [
2327
2360
  ""
2328
2361
  ],
2362
+ "Delete distributions": [
2363
+ ""
2364
+ ],
2329
2365
  "Delete manifest from Red Hat provider": [
2330
2366
  ""
2331
2367
  ],
2332
2368
  "Delete multiple filters from a content view": [
2333
2369
  ""
2334
2370
  ],
2371
+ "Delete orphan alternate content sources": [
2372
+ ""
2373
+ ],
2374
+ "Delete orphan distributions": [
2375
+ ""
2376
+ ],
2377
+ "Delete orphan remotes": [
2378
+ ""
2379
+ ],
2380
+ "Delete orphan repository versions": [
2381
+ ""
2382
+ ],
2383
+ "Delete orphaned migrated repositories": [
2384
+ ""
2385
+ ],
2386
+ "Delete remote": [
2387
+ ""
2388
+ ],
2389
+ "Delete repository references": [
2390
+ ""
2391
+ ],
2335
2392
  "Delete version": [
2336
2393
  ""
2337
2394
  ],
@@ -2431,6 +2488,12 @@
2431
2488
  "Destroy an environment in an organization": [
2432
2489
  ""
2433
2490
  ],
2491
+ "Destroy exporter": [
2492
+ ""
2493
+ ],
2494
+ "Destroy importer": [
2495
+ ""
2496
+ ],
2434
2497
  "Destroy one or more alternate content sources": [
2435
2498
  ""
2436
2499
  ],
@@ -2479,6 +2542,9 @@
2479
2542
  "Disabling Simple Content Access failed for '%{subject}'.": [
2480
2543
  ""
2481
2544
  ],
2545
+ "Discover": [
2546
+ ""
2547
+ ],
2482
2548
  "Discover Repositories": [
2483
2549
  ""
2484
2550
  ],
@@ -2680,6 +2746,9 @@
2680
2746
  "Environment cannot be in its own promotion path": [
2681
2747
  ""
2682
2748
  ],
2749
+ "Environment contents refresh": [
2750
+ ""
2751
+ ],
2683
2752
  "Environment identifier": [
2684
2753
  ""
2685
2754
  ],
@@ -2719,6 +2788,9 @@
2719
2788
  "Errata id of the erratum (RHSA-2012:108)": [
2720
2789
  ""
2721
2790
  ],
2791
+ "Errata mail": [
2792
+ ""
2793
+ ],
2722
2794
  "Errata statuses not updated for deleted content facet with UUID %s": [
2723
2795
  ""
2724
2796
  ],
@@ -2833,6 +2905,12 @@
2833
2905
  "Export failed: One or more repositories needs to be synced (with Immediate download policy.)": [
2834
2906
  ""
2835
2907
  ],
2908
+ "Export format must be specified for library exports.": [
2909
+ ""
2910
+ ],
2911
+ "Export format must be specified for non-incremental repository exports.": [
2912
+ ""
2913
+ ],
2836
2914
  "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.": [
2837
2915
  ""
2838
2916
  ],
@@ -2878,6 +2956,9 @@
2878
2956
  "Fetch installable errata for one or more hosts.": [
2879
2957
  ""
2880
2958
  ],
2959
+ "Fetch pxe files": [
2960
+ ""
2961
+ ],
2881
2962
  "Fetch traces for one or more hosts": [
2882
2963
  ""
2883
2964
  ],
@@ -2971,6 +3052,9 @@
2971
3052
  "Filter versions that are components in the specified composite version": [
2972
3053
  ""
2973
3054
  ],
3055
+ "Filtered index content": [
3056
+ ""
3057
+ ],
2974
3058
  "Filters": [
2975
3059
  "ಫಿಲ್ಟರುಗಳು"
2976
3060
  ],
@@ -3019,6 +3103,9 @@
3019
3103
  "Flatpak remote updated": [
3020
3104
  ""
3021
3105
  ],
3106
+ "Flatpak repositories cannot be mirrored into Red Hat products. Please select a custom product.": [
3107
+ ""
3108
+ ],
3022
3109
  "Force": [
3023
3110
  ""
3024
3111
  ],
@@ -3079,6 +3166,9 @@
3079
3166
  "Generate host applicability": [
3080
3167
  ""
3081
3168
  ],
3169
+ "Generate metadata": [
3170
+ ""
3171
+ ],
3082
3172
  "Generate repository applicability": [
3083
3173
  ""
3084
3174
  ],
@@ -3316,6 +3406,12 @@
3316
3406
  "How to order the sorted results (e.g. ASC for ascending)": [
3317
3407
  ""
3318
3408
  ],
3409
+ "Hypervisors": [
3410
+ ""
3411
+ ],
3412
+ "Hypervisors update": [
3413
+ ""
3414
+ ],
3319
3415
  "ID": [
3320
3416
  ""
3321
3417
  ],
@@ -3637,6 +3733,9 @@
3637
3733
  "Import a subscription manifest to give hosts access to Red Hat content.": [
3638
3734
  ""
3639
3735
  ],
3736
+ "Import migration": [
3737
+ ""
3738
+ ],
3640
3739
  "Import new manifest": [
3641
3740
  ""
3642
3741
  ],
@@ -3646,6 +3745,12 @@
3646
3745
  "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
3647
3746
  ""
3648
3747
  ],
3748
+ "Import repository upload": [
3749
+ ""
3750
+ ],
3751
+ "Import upload": [
3752
+ ""
3753
+ ],
3649
3754
  "Import uploads into a repository": [
3650
3755
  ""
3651
3756
  ],
@@ -3712,6 +3817,9 @@
3712
3817
  "Incremental Update incomplete.": [
3713
3818
  ""
3714
3819
  ],
3820
+ "Incremental Update of Content View Version(s) ": [
3821
+ ""
3822
+ ],
3715
3823
  "Incremental Update of %{content_view_count} Content View Version(s) ": [
3716
3824
  ""
3717
3825
  ],
@@ -3724,12 +3832,27 @@
3724
3832
  "Incremental update specified for composite %{name} version %{version}, but no components updated.": [
3725
3833
  ""
3726
3834
  ],
3835
+ "Index content": [
3836
+ ""
3837
+ ],
3838
+ "Index errata": [
3839
+ ""
3840
+ ],
3841
+ "Index module streams": [
3842
+ ""
3843
+ ],
3844
+ "Index package groups": [
3845
+ ""
3846
+ ],
3727
3847
  "Informable Type must be one of the following [ %{list} ]": [
3728
3848
  ""
3729
3849
  ],
3730
3850
  "Inherit from Repository": [
3731
3851
  ""
3732
3852
  ],
3853
+ "Initialize": [
3854
+ ""
3855
+ ],
3733
3856
  "Initiate a sync of the products attached to the sync plan": [
3734
3857
  ""
3735
3858
  ],
@@ -3805,6 +3928,9 @@
3805
3928
  "Installing Package...": [
3806
3929
  ""
3807
3930
  ],
3931
+ "Instance update": [
3932
+ ""
3933
+ ],
3808
3934
  "Instance-based": [
3809
3935
  ""
3810
3936
  ],
@@ -4558,6 +4684,9 @@
4558
4684
  "Messaging connection": [
4559
4685
  ""
4560
4686
  ],
4687
+ "Metadata generate": [
4688
+ ""
4689
+ ],
4561
4690
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories.": [
4562
4691
  ""
4563
4692
  ],
@@ -4621,6 +4750,15 @@
4621
4750
  "Multi Content View Environment": [
4622
4751
  ""
4623
4752
  ],
4753
+ "Multi copy all units": [
4754
+ ""
4755
+ ],
4756
+ "Multi copy content": [
4757
+ ""
4758
+ ],
4759
+ "Multi copy units": [
4760
+ ""
4761
+ ],
4624
4762
  "Multi-entitlement": [
4625
4763
  ""
4626
4764
  ],
@@ -5815,6 +5953,9 @@
5815
5953
  "Pulp task error": [
5816
5954
  ""
5817
5955
  ],
5956
+ "Purge completed tasks": [
5957
+ ""
5958
+ ],
5818
5959
  "Python Package": [
5819
5960
  ""
5820
5961
  ],
@@ -5923,6 +6064,9 @@
5923
6064
  "Reclaim Space": [
5924
6065
  ""
5925
6066
  ],
6067
+ "Reclaim space": [
6068
+ ""
6069
+ ],
5926
6070
  "Reclaim space from On Demand repositories": [
5927
6071
  ""
5928
6072
  ],
@@ -5989,6 +6133,9 @@
5989
6133
  "Refresh all alternate content sources": [
5990
6134
  ""
5991
6135
  ],
6136
+ "Refresh all distributions": [
6137
+ ""
6138
+ ],
5992
6139
  "Refresh alternate content sources": [
5993
6140
  ""
5994
6141
  ],
@@ -6001,15 +6148,27 @@
6001
6148
  "Refresh counts": [
6002
6149
  ""
6003
6150
  ],
6151
+ "Refresh distribution": [
6152
+ ""
6153
+ ],
6004
6154
  "Refresh errata applicability": [
6005
6155
  ""
6006
6156
  ],
6157
+ "Refresh if needed": [
6158
+ ""
6159
+ ],
6007
6160
  "Refresh package applicability": [
6008
6161
  ""
6009
6162
  ],
6010
6163
  "Refresh previously imported manifest for Red Hat provider": [
6011
6164
  ""
6012
6165
  ],
6166
+ "Refresh remote": [
6167
+ ""
6168
+ ],
6169
+ "Refresh repos": [
6170
+ ""
6171
+ ],
6013
6172
  "Refresh source": [
6014
6173
  ""
6015
6174
  ],
@@ -6052,6 +6211,12 @@
6052
6211
  "Registry name pattern will result in invalid container image name of member repositories": [
6053
6212
  ""
6054
6213
  ],
6214
+ "Registry token expiration time": [
6215
+ ""
6216
+ ],
6217
+ "Reindex subscriptions": [
6218
+ ""
6219
+ ],
6055
6220
  "Related composite content views": [
6056
6221
  ""
6057
6222
  ],
@@ -6148,6 +6313,9 @@
6148
6313
  "Remove one or more subscriptions from an upstream manifest": [
6149
6314
  ""
6150
6315
  ],
6316
+ "Remove orphans": [
6317
+ ""
6318
+ ],
6151
6319
  "Remove package group via Katello interface": [
6152
6320
  ""
6153
6321
  ],
@@ -6163,6 +6331,9 @@
6163
6331
  "Remove products from sync plan": [
6164
6332
  ""
6165
6333
  ],
6334
+ "Remove rolling repo clone": [
6335
+ ""
6336
+ ],
6166
6337
  "Remove subscriptions": [
6167
6338
  ""
6168
6339
  ],
@@ -6175,6 +6346,12 @@
6175
6346
  "Remove subscriptions from one or more hosts": [
6176
6347
  ""
6177
6348
  ],
6349
+ "Remove units": [
6350
+ ""
6351
+ ],
6352
+ "Remove unneeded repos": [
6353
+ ""
6354
+ ],
6178
6355
  "Remove versions and/or environments from a content view and reassign systems and keys": [
6179
6356
  ""
6180
6357
  ],
@@ -6199,6 +6376,9 @@
6199
6376
  "Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
6200
6377
  ""
6201
6378
  ],
6379
+ "Repair": [
6380
+ ""
6381
+ ],
6202
6382
  "Replace content source on the target machine": [
6203
6383
  ""
6204
6384
  ],
@@ -6217,12 +6397,18 @@
6217
6397
  "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
6218
6398
  ""
6219
6399
  ],
6400
+ "Repositories certs reset": [
6401
+ ""
6402
+ ],
6220
6403
  "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.": [
6221
6404
  ""
6222
6405
  ],
6223
6406
  "Repositories from published Content Views are not allowed.": [
6224
6407
  ""
6225
6408
  ],
6409
+ "Repositories gpg reset": [
6410
+ ""
6411
+ ],
6226
6412
  "Repository": [
6227
6413
  ""
6228
6414
  ],
@@ -6433,7 +6619,7 @@
6433
6619
  "Return only errata of a particular severity (None, Low, Moderate, Important, Critical)": [
6434
6620
  ""
6435
6621
  ],
6436
- "Return only errata of a particular type (security, bugfix, enhancement)": [
6622
+ "Return only errata of a particular type (security, bugfix, enhancement, other)": [
6437
6623
  ""
6438
6624
  ],
6439
6625
  "Return only packages of a particular status (upgradable or up-to-date)": [
@@ -6574,6 +6760,21 @@
6574
6760
  "Save": [
6575
6761
  "ಉಳಿಸು"
6576
6762
  ],
6763
+ "Save artifact": [
6764
+ ""
6765
+ ],
6766
+ "Save distribution references": [
6767
+ ""
6768
+ ],
6769
+ "Save publication": [
6770
+ ""
6771
+ ],
6772
+ "Save version": [
6773
+ ""
6774
+ ],
6775
+ "Save versions": [
6776
+ ""
6777
+ ],
6577
6778
  "Saving alternate content source...": [
6578
6779
  ""
6579
6780
  ],
@@ -6583,6 +6784,12 @@
6583
6784
  "Scan a flatpak remote": [
6584
6785
  ""
6585
6786
  ],
6787
+ "Scan cdn": [
6788
+ ""
6789
+ ],
6790
+ "Scan remote": [
6791
+ ""
6792
+ ],
6586
6793
  "Schema version 1": [
6587
6794
  ""
6588
6795
  ],
@@ -7384,6 +7591,9 @@
7384
7591
  "Supported Content Types": [
7385
7592
  ""
7386
7593
  ],
7594
+ "Sync": [
7595
+ ""
7596
+ ],
7387
7597
  "Sync Canceled": [
7388
7598
  ""
7389
7599
  ],
@@ -7438,6 +7648,9 @@
7438
7648
  "Sync all repositories for a product": [
7439
7649
  ""
7440
7650
  ],
7651
+ "Sync capsule": [
7652
+ ""
7653
+ ],
7441
7654
  "Sync complete.": [
7442
7655
  ""
7443
7656
  ],
@@ -7456,6 +7669,9 @@
7456
7669
  "Sync state": [
7457
7670
  ""
7458
7671
  ],
7672
+ "Syncable export": [
7673
+ ""
7674
+ ],
7459
7675
  "Synced": [
7460
7676
  ""
7461
7677
  ],
@@ -7684,6 +7900,9 @@
7684
7900
  "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts.": [
7685
7901
  ""
7686
7902
  ],
7903
+ "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.": [
7904
+ ""
7905
+ ],
7687
7906
  "The repository is already enabled": [
7688
7907
  ""
7689
7908
  ],
@@ -7921,6 +8140,9 @@
7921
8140
  "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned.": [
7922
8141
  ""
7923
8142
  ],
8143
+ "Time in minutes before registry access tokens expire.": [
8144
+ ""
8145
+ ],
7924
8146
  "Time to expire yum metadata in seconds. Only relevant for custom yum repositories.": [
7925
8147
  ""
7926
8148
  ],
@@ -7966,6 +8188,9 @@
7966
8188
  "To manage packages, select an action.": [
7967
8189
  ""
7968
8190
  ],
8191
+ "Toggle": [
8192
+ ""
8193
+ ],
7969
8194
  "Token/password for the flatpak remote": [
7970
8195
  ""
7971
8196
  ],
@@ -8101,6 +8326,12 @@
8101
8326
  "Unable to detect puppet path": [
8102
8327
  ""
8103
8328
  ],
8329
+ "Unable to find a base content view to use for incremental export using the provided parameters:%{params}": [
8330
+ ""
8331
+ ],
8332
+ "Unable to find a base content view to use for incremental export. Please run a complete export instead.": [
8333
+ ""
8334
+ ],
8104
8335
  "Unable to find a content view with ID %s": [
8105
8336
  ""
8106
8337
  ],
@@ -8116,12 +8347,6 @@
8116
8347
  "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. ": [
8117
8348
  ""
8118
8349
  ],
8119
- "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment.": [
8120
- ""
8121
- ],
8122
- "Unable to incrementally export. Do a Full Export on the repository content.": [
8123
- ""
8124
- ],
8125
8350
  "Unable to reassign activation_keys. Please check activation_key_content_view_id and activation_key_environment_id.": [
8126
8351
  ""
8127
8352
  ],
@@ -8188,6 +8413,12 @@
8188
8413
  "Unknown errata status": [
8189
8414
  ""
8190
8415
  ],
8416
+ "Unknown library export format '%s'.": [
8417
+ ""
8418
+ ],
8419
+ "Unknown repository export format '%s'.": [
8420
+ ""
8421
+ ],
8191
8422
  "Unknown traces status": [
8192
8423
  ""
8193
8424
  ],
@@ -8278,15 +8509,27 @@
8278
8509
  "Update content counts for the smart proxy": [
8279
8510
  ""
8280
8511
  ],
8512
+ "Update content urls": [
8513
+ ""
8514
+ ],
8281
8515
  "Update content view environments for host": [
8282
8516
  ""
8283
8517
  ],
8284
8518
  "Update content view environments for host %s": [
8285
8519
  ""
8286
8520
  ],
8521
+ "Update distributions": [
8522
+ ""
8523
+ ],
8287
8524
  "Update hosts manually": [
8288
8525
  ""
8289
8526
  ],
8527
+ "Update http proxy": [
8528
+ ""
8529
+ ],
8530
+ "Update http proxy details": [
8531
+ ""
8532
+ ],
8290
8533
  "Update installed packages, enabled repos, module inventory": [
8291
8534
  ""
8292
8535
  ],
@@ -8302,12 +8545,21 @@
8302
8545
  "Update packages via Katello interface": [
8303
8546
  ""
8304
8547
  ],
8548
+ "Update redhat repository": [
8549
+ ""
8550
+ ],
8305
8551
  "Update release version for host": [
8306
8552
  ""
8307
8553
  ],
8308
8554
  "Update release version for host %s": [
8309
8555
  ""
8310
8556
  ],
8557
+ "Update remote": [
8558
+ ""
8559
+ ],
8560
+ "Update repository": [
8561
+ ""
8562
+ ],
8311
8563
  "Update services requiring restart": [
8312
8564
  ""
8313
8565
  ],
@@ -8398,6 +8650,12 @@
8398
8650
  "Upload a subscription manifest": [
8399
8651
  ""
8400
8652
  ],
8653
+ "Upload content": [
8654
+ ""
8655
+ ],
8656
+ "Upload file": [
8657
+ ""
8658
+ ],
8401
8659
  "Upload into": [
8402
8660
  ""
8403
8661
  ],
@@ -8407,6 +8665,9 @@
8407
8665
  "Upload request id": [
8408
8666
  ""
8409
8667
  ],
8668
+ "Upload tag": [
8669
+ ""
8670
+ ],
8410
8671
  "Upstream Candlepin": [
8411
8672
  ""
8412
8673
  ],
@@ -8524,6 +8785,9 @@
8524
8785
  "Verify SSL": [
8525
8786
  ""
8526
8787
  ],
8788
+ "Verify checksum": [
8789
+ ""
8790
+ ],
8527
8791
  "Verify checksum for content on smart proxy": [
8528
8792
  ""
8529
8793
  ],