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