katello 4.18.0.rc2 → 4.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (234) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +279 -15
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +279 -15
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +281 -17
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +280 -16
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +282 -18
  7. data/app/assets/javascripts/katello/locale/de/katello.js +290 -26
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +279 -15
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +281 -17
  10. data/app/assets/javascripts/katello/locale/el/katello.js +281 -17
  11. data/app/assets/javascripts/katello/locale/en/katello.js +280 -16
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +280 -16
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +279 -15
  14. data/app/assets/javascripts/katello/locale/es/katello.js +445 -181
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +279 -15
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +1097 -833
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +279 -15
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +279 -15
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +279 -15
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +279 -15
  21. data/app/assets/javascripts/katello/locale/id/katello.js +279 -15
  22. data/app/assets/javascripts/katello/locale/it/katello.js +281 -17
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +826 -562
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +677 -413
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +279 -15
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +2325 -2062
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +279 -15
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +279 -15
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +279 -15
  30. data/app/assets/javascripts/katello/locale/or/katello.js +279 -15
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +279 -15
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +281 -17
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +279 -15
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +279 -15
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +458 -194
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +279 -15
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +279 -15
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +281 -17
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +281 -17
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +279 -15
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +279 -15
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +279 -15
  43. data/app/assets/javascripts/katello/locale/te/katello.js +279 -15
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +279 -15
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +279 -15
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +279 -15
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +279 -15
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +831 -567
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +281 -17
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +2 -2
  51. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +69 -19
  52. data/app/controllers/katello/api/v2/exports_controller.rb +14 -7
  53. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +9 -0
  54. data/app/controllers/katello/api/v2/host_errata_controller.rb +24 -2
  55. data/app/controllers/katello/api/v2/organizations_controller.rb +10 -4
  56. data/app/controllers/katello/api/v2/repositories_controller.rb +12 -3
  57. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +36 -8
  58. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +9 -1
  59. data/app/lib/actions/katello/repository/destroy.rb +3 -2
  60. data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +1 -2
  61. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -2
  62. data/app/lib/katello/errors.rb +2 -0
  63. data/app/models/katello/content_view_environment.rb +3 -0
  64. data/app/models/katello/rhel_lifecycle_status.rb +3 -1
  65. data/app/services/katello/pulp3/content_view_version/export.rb +32 -25
  66. data/app/services/katello/pulp3/content_view_version/export_validator.rb +1 -1
  67. data/app/views/katello/api/v2/content_facet/base.json.rabl +3 -0
  68. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-type.filter.js +1 -1
  69. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +8 -0
  70. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +6 -5
  71. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +6 -5
  72. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +6 -5
  73. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +6 -5
  74. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +6 -5
  75. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +6 -5
  76. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +6 -5
  77. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +6 -5
  78. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +6 -5
  79. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +6 -5
  80. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +6 -5
  81. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +6 -5
  82. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -5
  83. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +6 -5
  84. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +6 -5
  85. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +6 -5
  86. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +6 -5
  87. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +6 -5
  88. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +6 -5
  89. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +6 -5
  90. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +6 -5
  91. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +6 -5
  92. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +6 -5
  93. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +6 -5
  94. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +6 -5
  95. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +6 -5
  96. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +6 -5
  97. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +6 -5
  98. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +6 -5
  99. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +6 -5
  100. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +6 -5
  101. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +6 -5
  102. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +6 -5
  103. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +6 -5
  104. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +6 -5
  105. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +6 -5
  106. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +6 -5
  107. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +6 -5
  108. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +6 -5
  109. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +6 -5
  110. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +6 -5
  111. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +6 -5
  112. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +6 -5
  113. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +6 -5
  114. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +6 -5
  115. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +6 -5
  116. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +11 -11
  117. data/lib/katello/plugin.rb +6 -0
  118. data/lib/katello/tasks/repository.rake +67 -0
  119. data/lib/katello/version.rb +1 -1
  120. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  121. data/locale/bn/katello.po +279 -15
  122. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  123. data/locale/bn_IN/katello.po +279 -15
  124. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  125. data/locale/ca/katello.po +282 -18
  126. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  127. data/locale/cs/katello.po +280 -17
  128. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  129. data/locale/cs_CZ/katello.po +283 -19
  130. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  131. data/locale/de/katello.po +295 -31
  132. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  133. data/locale/de_AT/katello.po +279 -15
  134. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  135. data/locale/de_DE/katello.po +282 -18
  136. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  137. data/locale/el/katello.po +282 -18
  138. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  139. data/locale/en/katello.po +280 -17
  140. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  141. data/locale/en_GB/katello.po +280 -16
  142. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  143. data/locale/en_US/katello.po +279 -15
  144. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  145. data/locale/es/katello.po +449 -184
  146. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  147. data/locale/et_EE/katello.po +279 -15
  148. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  149. data/locale/fr/katello.po +1103 -840
  150. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  151. data/locale/gl/katello.po +279 -15
  152. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  153. data/locale/gu/katello.po +279 -15
  154. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  155. data/locale/he_IL/katello.po +279 -15
  156. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  157. data/locale/hi/katello.po +279 -15
  158. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  159. data/locale/id/katello.po +279 -15
  160. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  161. data/locale/it/katello.po +282 -18
  162. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  163. data/locale/ja/katello.po +833 -568
  164. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  165. data/locale/ka/katello.po +679 -413
  166. data/locale/katello.pot +775 -359
  167. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  168. data/locale/kn/katello.po +279 -15
  169. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  170. data/locale/ko/katello.po +2334 -2058
  171. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/ml_IN/katello.po +279 -15
  173. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  174. data/locale/mr/katello.po +279 -15
  175. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  176. data/locale/nl_NL/katello.po +279 -15
  177. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  178. data/locale/or/katello.po +279 -15
  179. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/pa/katello.po +279 -15
  181. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  182. data/locale/pl/katello.po +282 -18
  183. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/pl_PL/katello.po +279 -15
  185. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  186. data/locale/pt/katello.po +279 -15
  187. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  188. data/locale/pt_BR/katello.po +462 -197
  189. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/ro/katello.po +279 -15
  191. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/ro_RO/katello.po +279 -15
  193. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/ru/katello.po +282 -18
  195. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  196. data/locale/sl/katello.po +282 -18
  197. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/sv_SE/katello.po +279 -15
  199. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  200. data/locale/ta/katello.po +279 -15
  201. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  202. data/locale/ta_IN/katello.po +279 -15
  203. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  204. data/locale/te/katello.po +279 -15
  205. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  206. data/locale/tr/katello.po +279 -15
  207. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/vi/katello.po +279 -15
  209. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/vi_VN/katello.po +279 -15
  211. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/zh/katello.po +279 -15
  213. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/zh_CN/katello.po +836 -567
  215. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/zh_TW/katello.po +282 -18
  217. data/webpack/components/Errata/index.js +18 -0
  218. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +3 -0
  219. data/webpack/global_index.js +0 -4
  220. data/webpack/redux/actions/RedHatRepositories/helpers.js +3 -3
  221. data/webpack/redux/reducers/index.js +0 -2
  222. metadata +4 -16
  223. data/webpack/components/extensions/about/SystemStatuses.js +0 -55
  224. data/webpack/components/extensions/about/SystemStatusesActions.js +0 -16
  225. data/webpack/components/extensions/about/SystemStatusesConsts.js +0 -3
  226. data/webpack/components/extensions/about/SystemStatusesReducer.js +0 -26
  227. data/webpack/components/extensions/about/SystemStatusesSelectors.js +0 -3
  228. data/webpack/components/extensions/about/__tests__/SystemStatuses.fixtures.js +0 -20
  229. data/webpack/components/extensions/about/__tests__/SystemStatuses.test.js +0 -14
  230. data/webpack/components/extensions/about/__tests__/SystemStatusesReducer.test.js +0 -32
  231. data/webpack/components/extensions/about/__tests__/__snapshots__/SystemStatuses.test.js.snap +0 -156
  232. data/webpack/components/extensions/about/__tests__/__snapshots__/SystemStatusesReducer.test.js.snap +0 -47
  233. data/webpack/components/extensions/about/index.js +0 -19
  234. data/webpack/components/extensions/reducers.js +0 -6
data/locale/katello.pot CHANGED
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: katello 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2025-08-07 14:20+0000\n"
12
- "PO-Revision-Date: 2025-08-07 14:20+0000\n"
11
+ "POT-Creation-Date: 2025-09-16 14:28+0000\n"
12
+ "PO-Revision-Date: 2025-09-16 14:28+0000\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -608,17 +608,17 @@ msgid "Basic authentication password"
608
608
  msgstr ""
609
609
 
610
610
  #: ../app/controllers/katello/api/v2/alternate_content_sources_controller.rb:21
611
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:47
611
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:56
612
612
  msgid "Identifier of the content credential containing the SSL CA Cert"
613
613
  msgstr ""
614
614
 
615
615
  #: ../app/controllers/katello/api/v2/alternate_content_sources_controller.rb:22
616
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:48
616
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:57
617
617
  msgid "Identifier of the content credential containing the SSL Client Cert"
618
618
  msgstr ""
619
619
 
620
620
  #: ../app/controllers/katello/api/v2/alternate_content_sources_controller.rb:23
621
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:49
621
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:58
622
622
  msgid "Identifier of the content credential containing the SSL Client Key"
623
623
  msgstr ""
624
624
 
@@ -907,7 +907,7 @@ msgstr ""
907
907
 
908
908
  #: ../app/controllers/katello/api/v2/content_credentials_controller.rb:29
909
909
  #: ../app/controllers/katello/api/v2/content_credentials_controller.rb:45
910
- #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:26
910
+ #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:27
911
911
  #: ../app/controllers/katello/api/v2/content_exports_controller.rb:11
912
912
  #: ../app/controllers/katello/api/v2/content_exports_controller.rb:40
913
913
  #: ../app/controllers/katello/api/v2/content_imports_controller.rb:9
@@ -967,24 +967,24 @@ msgid "File contents"
967
967
  msgstr ""
968
968
 
969
969
  #: ../app/controllers/katello/api/v2/content_credentials_controller.rb:99
970
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:479
970
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:488
971
971
  msgid "No file uploaded"
972
972
  msgstr ""
973
973
 
974
974
  #:
975
- #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:11
975
+ #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:12
976
976
  msgid ""
977
977
  "Export history identifier used for incremental export. If not provided the mos"
978
978
  "t recent export history will be used."
979
979
  msgstr ""
980
980
 
981
981
  #:
982
- #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:15
982
+ #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:16
983
983
  msgid "Performs an incremental-export of a content view version."
984
984
  msgstr ""
985
985
 
986
986
  #:
987
- #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:16
987
+ #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:17
988
988
  #: ../app/controllers/katello/api/v2/content_exports_controller.rb:8
989
989
  #: ../app/controllers/katello/api/v2/content_exports_controller.rb:31
990
990
  #: ../app/controllers/katello/api/v2/content_imports_controller.rb:7
@@ -998,36 +998,46 @@ msgid "Content view version identifier"
998
998
  msgstr ""
999
999
 
1000
1000
  #:
1001
- #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:25
1001
+ #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:26
1002
1002
  msgid "Performs an incremental-export of the repositories in library."
1003
1003
  msgstr ""
1004
1004
 
1005
1005
  #:
1006
- #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:35
1006
+ #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:36
1007
1007
  msgid "Performs a incremental-export of the repository in library."
1008
1008
  msgstr ""
1009
1009
 
1010
1010
  #:
1011
- #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:36
1011
+ #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:37
1012
1012
  #: ../app/controllers/katello/api/v2/content_exports_controller.rb:49
1013
1013
  #: ../app/controllers/katello/api/v2/debs_controller.rb:42
1014
1014
  #: ../app/controllers/katello/api/v2/errata_controller.rb:15
1015
1015
  #: ../app/controllers/katello/api/v2/packages_controller.rb:36
1016
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:331
1016
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:340
1017
1017
  #: ../app/controllers/katello/api/v2/srpms_controller.rb:8
1018
1018
  msgid "Repository identifier"
1019
1019
  msgstr ""
1020
1020
 
1021
1021
  #:
1022
- #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:51
1022
+ #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:100
1023
1023
  msgid ""
1024
- "Unable to incrementally export. Do a Full Export on the library content before"
1025
- " updating from the latest increment."
1024
+ "Unable to find a base content view to use for incremental export. Please run a"
1025
+ " complete export instead."
1026
1026
  msgstr ""
1027
1027
 
1028
1028
  #:
1029
- #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:63
1030
- msgid "Unable to incrementally export. Do a Full Export on the repository content."
1029
+ #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:102
1030
+ msgid ""
1031
+ "Unable to find a base content view to use for incremental export using the pro"
1032
+ "vided parameters:%{params}"
1033
+ msgstr ""
1034
+
1035
+ #:
1036
+ #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:112
1037
+ msgid ""
1038
+ "The provided incremental export format '%{provided}' must match the previous e"
1039
+ "xport's format '%{previous}'. Consider using 'from_history_id' to point to a m"
1040
+ "atching export."
1031
1041
  msgstr ""
1032
1042
 
1033
1043
  #: ../app/controllers/katello/api/v2/content_exports_controller.rb:7
@@ -1130,7 +1140,7 @@ msgid "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')"
1130
1140
  msgstr ""
1131
1141
 
1132
1142
  #: ../app/controllers/katello/api/v2/content_uploads_controller.rb:17
1133
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:464
1143
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:473
1134
1144
  msgid "Cannot upload Ansible collections."
1135
1145
  msgstr ""
1136
1146
 
@@ -1144,7 +1154,7 @@ msgstr ""
1144
1154
 
1145
1155
  #: ../app/controllers/katello/api/v2/content_uploads_controller.rb:30
1146
1156
  #: ../app/controllers/katello/api/v2/content_uploads_controller.rb:43
1147
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:492
1157
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:501
1148
1158
  msgid "Repository id"
1149
1159
  msgstr ""
1150
1160
 
@@ -2249,15 +2259,15 @@ msgid ""
2249
2259
  "alse by default."
2250
2260
  msgstr ""
2251
2261
 
2252
- #: ../app/controllers/katello/api/v2/exports_controller.rb:80
2262
+ #: ../app/controllers/katello/api/v2/exports_controller.rb:82
2253
2263
  msgid "Invalid export format provided. Format must be one of %s "
2254
2264
  msgstr ""
2255
2265
 
2256
- #: ../app/controllers/katello/api/v2/exports_controller.rb:112
2266
+ #: ../app/controllers/katello/api/v2/exports_controller.rb:114
2257
2267
  msgid "It's not possible to export a rolling content view."
2258
2268
  msgstr ""
2259
2269
 
2260
- #: ../app/controllers/katello/api/v2/exports_controller.rb:127
2270
+ #: ../app/controllers/katello/api/v2/exports_controller.rb:126
2261
2271
  msgid ""
2262
2272
  "No existing export history was found to perform an incremental export. A full "
2263
2273
  "export must be performed"
@@ -2324,10 +2334,17 @@ msgid "Name of the product to mirror the remote repository to"
2324
2334
  msgstr ""
2325
2335
 
2326
2336
  #:
2327
- #: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:84
2337
+ #: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:85
2328
2338
  msgid "Could not find product with name '%{name}' in organization id %{org_id}."
2329
2339
  msgstr ""
2330
2340
 
2341
+ #:
2342
+ #: ../app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb:103
2343
+ msgid ""
2344
+ "Flatpak repositories cannot be mirrored into Red Hat products. Please select a"
2345
+ " custom product."
2346
+ msgstr ""
2347
+
2331
2348
  #: ../app/controllers/katello/api/v2/flatpak_remotes_controller.rb:16
2332
2349
  msgid "Description of the flatpak remote"
2333
2350
  msgstr ""
@@ -2578,91 +2595,91 @@ msgstr ""
2578
2595
  msgid "Return only packages of a particular status (upgradable or up-to-date)"
2579
2596
  msgstr ""
2580
2597
 
2581
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:28
2598
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:31
2582
2599
  msgid "Errata to exclusively include in the action"
2583
2600
  msgstr ""
2584
2601
 
2585
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:29
2602
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:32
2586
2603
  msgid "Search string for erratum to perform an action on"
2587
2604
  msgstr ""
2588
2605
 
2589
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:30
2606
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:33
2590
2607
  msgid "List of errata ids to perform an action on, (ex: RHSA-2019:1168)"
2591
2608
  msgstr ""
2592
2609
 
2593
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:32
2610
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:35
2594
2611
  msgid ""
2595
2612
  "Errata to explicitly exclude in the action. All other applicable errata will b"
2596
2613
  "e included in the action, unless an included parameter is passed as well."
2597
2614
  msgstr ""
2598
2615
 
2599
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:35
2616
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:38
2600
2617
  msgid "List of errata ids to exclude and not run an action on, (ex: RHSA-2019:1168)"
2601
2618
  msgstr ""
2602
2619
 
2603
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:39
2620
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:42
2604
2621
  msgid "List errata available for the content host"
2605
2622
  msgstr ""
2606
2623
 
2607
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:40
2624
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:43
2608
2625
  msgid "UUID of the content host"
2609
2626
  msgstr ""
2610
2627
 
2611
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:41
2628
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:44
2612
2629
  msgid "Calculate Applicable Errata based on a particular Content View"
2613
2630
  msgstr ""
2614
2631
 
2615
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:42
2632
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:45
2616
2633
  msgid "Calculate Applicable Errata based on a particular Environment"
2617
2634
  msgstr ""
2618
2635
 
2619
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:43
2636
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:46
2620
2637
  msgid "Return errata that are applicable to this host. Defaults to false)"
2621
2638
  msgstr ""
2622
2639
 
2623
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:44
2624
- msgid "Return only errata of a particular type (security, bugfix, enhancement)"
2640
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:47
2641
+ msgid "Return only errata of a particular type (security, bugfix, enhancement, other)"
2625
2642
  msgstr ""
2626
2643
 
2627
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:45
2644
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:48
2628
2645
  msgid ""
2629
2646
  "Return only errata of a particular severity (None, Low, Moderate, Important, C"
2630
2647
  "ritical)"
2631
2648
  msgstr ""
2632
2649
 
2633
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:60
2650
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:63
2634
2651
  msgid "Retrieve a single errata for a host"
2635
2652
  msgstr ""
2636
2653
 
2637
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:61
2638
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:70
2654
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:64
2655
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:73
2639
2656
  msgid "Host ID"
2640
2657
  msgstr ""
2641
2658
 
2642
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:62
2659
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:65
2643
2660
  msgid "Errata id of the erratum (RHSA-2012:108)"
2644
2661
  msgstr ""
2645
2662
 
2646
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:65
2647
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:134
2663
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:68
2664
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:142
2648
2665
  msgid "Couldn't find errata ids '%s'"
2649
2666
  msgstr ""
2650
2667
 
2651
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:69
2668
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:72
2652
2669
  msgid "Force regenerate applicability."
2653
2670
  msgstr ""
2654
2671
 
2655
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:147
2672
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:169
2656
2673
  msgid ""
2657
2674
  "Either both parameters 'content_view_id' and 'environment_id' should be specif"
2658
2675
  "ied or neither should be specified"
2659
2676
  msgstr ""
2660
2677
 
2661
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:150
2678
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:172
2662
2679
  msgid "Type must be one of: %s"
2663
2680
  msgstr ""
2664
2681
 
2665
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:153
2682
+ #: ../app/controllers/katello/api/v2/host_errata_controller.rb:175
2666
2683
  msgid "Severity must be one of: %s"
2667
2684
  msgstr ""
2668
2685
 
@@ -3126,91 +3143,91 @@ msgstr ""
3126
3143
  msgid "an organization"
3127
3144
  msgstr ""
3128
3145
 
3129
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:21
3146
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:27
3130
3147
  msgid "User IDs"
3131
3148
  msgstr ""
3132
3149
 
3133
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:22
3150
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:28
3134
3151
  msgid "Smart proxy IDs"
3135
3152
  msgstr ""
3136
3153
 
3137
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:23
3154
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:29
3138
3155
  msgid "Compute resource IDs"
3139
3156
  msgstr ""
3140
3157
 
3141
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:24
3158
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:30
3142
3159
  msgid "Medium IDs"
3143
3160
  msgstr ""
3144
3161
 
3145
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:25
3162
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:31
3146
3163
  msgid "Partition template IDs"
3147
3164
  msgstr ""
3148
3165
 
3149
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:26
3166
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:32
3150
3167
  msgid "Provisioning template IDs"
3151
3168
  msgstr ""
3152
3169
 
3153
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:27
3170
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:33
3154
3171
  msgid "Domain IDs"
3155
3172
  msgstr ""
3156
3173
 
3157
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:28
3174
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:34
3158
3175
  msgid "Realm IDs"
3159
3176
  msgstr ""
3160
3177
 
3161
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:29
3178
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:35
3162
3179
  msgid "Host group IDs"
3163
3180
  msgstr ""
3164
3181
 
3165
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:30
3182
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:36
3166
3183
  msgid "Environment IDs"
3167
3184
  msgstr ""
3168
3185
 
3169
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:31
3186
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:37
3170
3187
  msgid "Subnet IDs"
3171
3188
  msgstr ""
3172
3189
 
3173
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:32
3190
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:38
3174
3191
  msgid "List of resources types that will be automatically associated"
3175
3192
  msgstr ""
3176
3193
 
3177
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:33
3194
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:39
3178
3195
  msgid "Associated location IDs"
3179
3196
  msgstr ""
3180
3197
 
3181
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:41
3198
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:47
3182
3199
  msgid "List all organizations"
3183
3200
  msgstr ""
3184
3201
 
3185
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:49
3202
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:55
3186
3203
  msgid "Show organization"
3187
3204
  msgstr ""
3188
3205
 
3189
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:50
3190
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:58
3206
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:56
3207
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:64
3191
3208
  msgid "organization ID"
3192
3209
  msgstr ""
3193
3210
 
3194
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:57
3211
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:63
3195
3212
  msgid "Update organization"
3196
3213
  msgstr ""
3197
3214
 
3198
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:59
3215
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:65
3199
3216
  msgid "Red Hat CDN URL"
3200
3217
  msgstr ""
3201
3218
 
3202
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:68
3219
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:74
3203
3220
  msgid "Create organization"
3204
3221
  msgstr ""
3205
3222
 
3206
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:90
3223
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:96
3207
3224
  msgid "Delete an organization"
3208
3225
  msgstr ""
3209
3226
 
3210
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:91
3211
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:98
3227
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:97
3228
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:104
3212
3229
  #: ../app/controllers/katello/api/v2/products_controller.rb:90
3213
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:344
3230
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:353
3214
3231
  #: ../app/controllers/katello/api/v2/subscriptions_controller.rb:24
3215
3232
  #: ../app/controllers/katello/api/v2/subscriptions_controller.rb:133
3216
3233
  #: ../app/controllers/katello/api/v2/sync_plans_controller.rb:24
@@ -3227,111 +3244,111 @@ msgstr ""
3227
3244
  msgid "Organization ID"
3228
3245
  msgstr ""
3229
3246
 
3230
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:97
3247
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:103
3231
3248
  msgid "Discover Repositories"
3232
3249
  msgstr ""
3233
3250
 
3234
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:99
3251
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:105
3235
3252
  msgid "Base URL to perform repo discovery on"
3236
3253
  msgstr ""
3237
3254
 
3238
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:100
3255
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:106
3239
3256
  msgid "One of yum or docker"
3240
3257
  msgstr ""
3241
3258
 
3242
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:101
3259
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:107
3243
3260
  msgid "Username to access URL"
3244
3261
  msgstr ""
3245
3262
 
3246
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:102
3263
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:108
3247
3264
  msgid "Password to access URL"
3248
3265
  msgstr ""
3249
3266
 
3250
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:103
3267
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:109
3251
3268
  msgid "Search pattern (defaults to '*')"
3252
3269
  msgstr ""
3253
3270
 
3254
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:105
3271
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:111
3255
3272
  msgid "url not defined."
3256
3273
  msgstr ""
3257
3274
 
3258
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:112
3275
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:118
3259
3276
  msgid "Cancel repository discovery"
3260
3277
  msgstr ""
3261
3278
 
3262
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:113
3263
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:121
3279
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:119
3280
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:127
3264
3281
  msgid "Organization ID or title"
3265
3282
  msgstr ""
3266
3283
 
3267
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:114
3284
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:120
3268
3285
  msgid "base url to perform repo discovery on"
3269
3286
  msgstr ""
3270
3287
 
3271
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:120
3288
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:126
3272
3289
  msgid "Download a debug certificate"
3273
3290
  msgstr ""
3274
3291
 
3275
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:130
3292
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:136
3276
3293
  msgid "List available releases in the organization"
3277
3294
  msgstr ""
3278
3295
 
3279
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:131
3280
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:143
3296
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:137
3297
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:149
3281
3298
  msgid "ID of the Organization"
3282
3299
  msgstr ""
3283
3300
 
3284
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:142
3301
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:148
3285
3302
  msgid "Update the CDN configuration"
3286
3303
  msgstr ""
3287
3304
 
3288
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:144
3305
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:150
3289
3306
  msgid "CDN configuration type. One of %s."
3290
3307
  msgstr ""
3291
3308
 
3292
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:145
3309
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:151
3293
3310
  msgid ""
3294
3311
  "Upstream foreman server to sync CDN content from. Relevant only for 'upstream_"
3295
3312
  "server' type."
3296
3313
  msgstr ""
3297
3314
 
3298
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:146
3315
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:152
3299
3316
  msgid "Username for authentication. Relevant only for 'upstream_server' type."
3300
3317
  msgstr ""
3301
3318
 
3302
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:147
3319
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:153
3303
3320
  msgid "Password for authentication. Relevant only for 'upstream_server' type."
3304
3321
  msgstr ""
3305
3322
 
3306
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:148
3323
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:154
3307
3324
  msgid ""
3308
3325
  "Upstream organization to sync CDN content from. Relevant only for 'upstream_se"
3309
3326
  "rver' type."
3310
3327
  msgstr ""
3311
3328
 
3312
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:149
3329
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:155
3313
3330
  msgid ""
3314
3331
  "Upstream Content View Label, default: Default_Organization_View. Relevant only"
3315
3332
  " for 'upstream_server' type."
3316
3333
  msgstr ""
3317
3334
 
3318
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:150
3335
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:156
3319
3336
  msgid ""
3320
3337
  "Upstream Lifecycle Environment, default: Library. Relevant only for 'upstream_"
3321
3338
  "server' type."
3322
3339
  msgstr ""
3323
3340
 
3324
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:151
3341
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:157
3325
3342
  msgid ""
3326
3343
  "Content Credential to use for SSL CA. Relevant only for 'upstream_server' type"
3327
3344
  "."
3328
3345
  msgstr ""
3329
3346
 
3330
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:152
3347
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:158
3331
3348
  msgid "If product certificates should be used to authenticate to a custom CDN."
3332
3349
  msgstr ""
3333
3350
 
3334
- #: ../app/controllers/katello/api/v2/organizations_controller.rb:163
3351
+ #: ../app/controllers/katello/api/v2/organizations_controller.rb:169
3335
3352
  msgid "List all :resource_id"
3336
3353
  msgstr ""
3337
3354
 
@@ -3612,15 +3629,15 @@ msgid "No repositories selected."
3612
3629
  msgstr ""
3613
3630
 
3614
3631
  #: ../app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb:72
3615
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:385
3632
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:394
3616
3633
  msgid "Only On Demand repositories may have space reclaimed."
3617
3634
  msgstr ""
3618
3635
 
3619
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:43
3636
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:52
3620
3637
  msgid "repository source url"
3621
3638
  msgstr ""
3622
3639
 
3623
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:44
3640
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:53
3624
3641
  msgid ""
3625
3642
  "Identifies whether the repository should be unavailable on a client with a non"
3626
3643
  "-matching OS version.\n"
@@ -3628,317 +3645,317 @@ msgid ""
3628
3645
  "ength 1; allowed tags are: %s"
3629
3646
  msgstr ""
3630
3647
 
3631
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:46
3648
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:55
3632
3649
  msgid "id of the gpg key that will be assigned to the new repository"
3633
3650
  msgstr ""
3634
3651
 
3635
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:50
3652
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:59
3636
3653
  msgid "true if this repository can be published via HTTP"
3637
3654
  msgstr ""
3638
3655
 
3639
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:51
3656
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:60
3640
3657
  msgid "Checksum used for published repository contents. Supported types: %s"
3641
3658
  msgstr ""
3642
3659
 
3643
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:52
3660
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:61
3644
3661
  msgid "Name of the upstream docker repository"
3645
3662
  msgstr ""
3646
3663
 
3647
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:53
3664
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:62
3648
3665
  msgid "Comma-separated list of tags to sync for a container image repository"
3649
3666
  msgstr ""
3650
3667
 
3651
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:54
3668
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:63
3652
3669
  msgid ""
3653
3670
  "Comma-separated list of tags to exclude when syncing a container image reposit"
3654
3671
  "ory. Default: any tag ending in \"-source\""
3655
3672
  msgstr ""
3656
3673
 
3657
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:55
3674
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:64
3658
3675
  msgid ""
3659
3676
  "download policy for deb, docker, file and yum repos (either 'immediate' or 'on"
3660
3677
  "_demand')"
3661
3678
  msgstr ""
3662
3679
 
3663
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:56
3680
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:65
3664
3681
  msgid ""
3665
3682
  "Used to determine download concurrency of the repository in pulp3. Use value l"
3666
3683
  "ess than 20. Defaults to 10"
3667
3684
  msgstr ""
3668
3685
 
3669
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:57
3686
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:66
3670
3687
  msgid "Policy to set for mirroring content. Must be one of %s."
3671
3688
  msgstr ""
3672
3689
 
3673
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:58
3690
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:67
3674
3691
  msgid ""
3675
3692
  "if true, Katello will verify the upstream url's SSL certifcates are signed by "
3676
3693
  "a trusted CA"
3677
3694
  msgstr ""
3678
3695
 
3679
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:59
3696
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:68
3680
3697
  msgid "Username of the upstream repository user used for authentication"
3681
3698
  msgstr ""
3682
3699
 
3683
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:60
3700
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:69
3684
3701
  msgid "Password of the upstream repository user used for authentication"
3685
3702
  msgstr ""
3686
3703
 
3687
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:61
3704
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:70
3688
3705
  msgid "Upstream authentication token string for yum repositories."
3689
3706
  msgstr ""
3690
3707
 
3691
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:62
3708
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:71
3692
3709
  msgid "whitespace-separated list of releases to be synced from deb-archive"
3693
3710
  msgstr ""
3694
3711
 
3695
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:63
3712
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:72
3696
3713
  msgid "whitespace-separated list of repo components to be synced from deb-archive"
3697
3714
  msgstr ""
3698
3715
 
3699
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:64
3716
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:73
3700
3717
  msgid "whitespace-separated list of architectures to be synced from deb-archive"
3701
3718
  msgstr ""
3702
3719
 
3703
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:65
3720
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:74
3704
3721
  msgid ""
3705
3722
  "List of content units to ignore while syncing a yum repository. Must be subset"
3706
3723
  " of %s"
3707
3724
  msgstr ""
3708
3725
 
3709
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:66
3726
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:75
3710
3727
  msgid "Contents of requirement yaml file to sync from URL"
3711
3728
  msgstr ""
3712
3729
 
3713
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:67
3730
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:76
3714
3731
  msgid "The URL to receive a session token from, e.g. used with Automation Hub."
3715
3732
  msgstr ""
3716
3733
 
3717
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:68
3734
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:77
3718
3735
  msgid "The token key to use for authentication."
3719
3736
  msgstr ""
3720
3737
 
3721
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:69
3738
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:78
3722
3739
  msgid "policies for HTTP proxy for content sync"
3723
3740
  msgstr ""
3724
3741
 
3725
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:70
3742
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:79
3726
3743
  msgid "ID of a HTTP Proxy"
3727
3744
  msgstr ""
3728
3745
 
3729
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:71
3746
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:80
3730
3747
  msgid "Architecture of content in the repository"
3731
3748
  msgstr ""
3732
3749
 
3733
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:72
3750
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:81
3734
3751
  msgid "The maximum number of versions of each package to keep."
3735
3752
  msgstr ""
3736
3753
 
3737
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:73
3754
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:82
3738
3755
  msgid ""
3739
3756
  "Time to expire yum metadata in seconds. Only relevant for custom yum repositor"
3740
3757
  "ies."
3741
3758
  msgstr ""
3742
3759
 
3743
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:81
3760
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:90
3744
3761
  msgid "Product the repository belongs to"
3745
3762
  msgstr ""
3746
3763
 
3747
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:82
3764
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:91
3748
3765
  msgid ""
3749
3766
  "Type of repository. Available types endpoint: /katello/api/repositories/reposi"
3750
3767
  "tory_types"
3751
3768
  msgstr ""
3752
3769
 
3753
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:85
3770
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:94
3754
3771
  msgid "List of enabled repositories"
3755
3772
  msgstr ""
3756
3773
 
3757
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:86
3774
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:95
3758
3775
  msgid "List of repositories for a content view"
3759
3776
  msgstr ""
3760
3777
 
3761
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:87
3778
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:96
3762
3779
  msgid "List of repositories in an organization"
3763
3780
  msgstr ""
3764
3781
 
3765
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:88
3782
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:97
3766
3783
  msgid "List repositories in the environment"
3767
3784
  msgstr ""
3768
3785
 
3769
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:89
3786
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:98
3770
3787
  msgid "List of repositories for a product"
3771
3788
  msgstr ""
3772
3789
 
3773
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:90
3790
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:99
3774
3791
  msgid "List of repositories belonging to a product in an environment"
3775
3792
  msgstr ""
3776
3793
 
3777
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:91
3794
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:100
3778
3795
  msgid "ID of an organization to show repositories in"
3779
3796
  msgstr ""
3780
3797
 
3781
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:92
3798
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:101
3782
3799
  msgid "ID of a product to show repositories of"
3783
3800
  msgstr ""
3784
3801
 
3785
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:93
3802
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:102
3786
3803
  msgid "ID of an environment to show repositories in"
3787
3804
  msgstr ""
3788
3805
 
3789
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:94
3806
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:103
3790
3807
  msgid "ID of a content view to show repositories in"
3791
3808
  msgstr ""
3792
3809
 
3793
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:95
3810
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:104
3794
3811
  msgid "ID of a content view version to show repositories in"
3795
3812
  msgstr ""
3796
3813
 
3797
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:96
3814
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:105
3798
3815
  msgid "Id of a deb package to find repositories that contain the deb"
3799
3816
  msgstr ""
3800
3817
 
3801
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:97
3818
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:106
3802
3819
  msgid "Id of an erratum to find repositories that contain the erratum"
3803
3820
  msgstr ""
3804
3821
 
3805
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:98
3822
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:107
3806
3823
  msgid "Id of a rpm package to find repositories that contain the rpm"
3807
3824
  msgstr ""
3808
3825
 
3809
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:99
3826
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:108
3810
3827
  msgid "Id of a file to find repositories that contain the file"
3811
3828
  msgstr ""
3812
3829
 
3813
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:100
3830
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:109
3814
3831
  msgid ""
3815
3832
  "Id of an ansible collection to find repositories that contain the ansible coll"
3816
3833
  "ection"
3817
3834
  msgstr ""
3818
3835
 
3819
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:101
3836
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:110
3820
3837
  msgid "show repositories in Library and the default content view"
3821
3838
  msgstr ""
3822
3839
 
3823
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:102
3840
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:111
3824
3841
  msgid "show archived repositories"
3825
3842
  msgstr ""
3826
3843
 
3827
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:103
3844
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:112
3828
3845
  msgid ""
3829
3846
  "Limit the repository type. Available types endpoint: /katello/api/repositories"
3830
3847
  "/repository_types"
3831
3848
  msgstr ""
3832
3849
 
3833
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:104
3850
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:113
3834
3851
  msgid "name of the repository"
3835
3852
  msgstr ""
3836
3853
 
3837
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:105
3854
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:114
3838
3855
  msgid "label of the repository"
3839
3856
  msgstr ""
3840
3857
 
3841
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:106
3842
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:396
3858
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:115
3859
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:405
3843
3860
  msgid "description of the repository"
3844
3861
  msgstr ""
3845
3862
 
3846
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:107
3863
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:116
3847
3864
  msgid ""
3848
3865
  "interpret specified object to return only Repositories that can be associated "
3849
3866
  "with specified object. Only 'content_view' & 'content_view_version' are suppo"
3850
3867
  "rted."
3851
3868
  msgstr ""
3852
3869
 
3853
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:109
3870
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:118
3854
3871
  msgid ""
3855
3872
  "Filter repositories by content unit type (erratum, docker_tag, etc.). Check th"
3856
3873
  "e \"Indexed?\" types here: /katello/api/repositories/repository_types"
3857
3874
  msgstr ""
3858
3875
 
3859
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:110
3876
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:119
3860
3877
  msgid "limit to only repositories with this download policy"
3861
3878
  msgstr ""
3862
3879
 
3863
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:111
3880
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:120
3864
3881
  msgid "only show the repositories readable by this user with this username"
3865
3882
  msgstr ""
3866
3883
 
3867
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:116
3868
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:287
3869
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:449
3870
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:466
3884
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:125
3885
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:296
3886
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:458
3887
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:475
3871
3888
  msgid "Invalid params provided - content_type must be one of %s"
3872
3889
  msgstr ""
3873
3890
 
3874
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:121
3891
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:130
3875
3892
  msgid "Invalid params provided - with_content must be one of %s"
3876
3893
  msgstr ""
3877
3894
 
3878
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:234
3895
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:243
3879
3896
  #: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:49
3880
3897
  msgid "List :resource"
3881
3898
  msgstr ""
3882
3899
 
3883
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:235
3900
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:244
3884
3901
  #: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:50
3885
3902
  msgid "content view versions to compare"
3886
3903
  msgstr ""
3887
3904
 
3888
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:236
3905
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:245
3889
3906
  #: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:51
3890
3907
  msgid "Library repository id to restrict comparisons to"
3891
3908
  msgstr ""
3892
3909
 
3893
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:237
3910
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:246
3894
3911
  #: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:52
3895
3912
  msgid "Return same, different or all results"
3896
3913
  msgstr ""
3897
3914
 
3898
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:240
3915
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:249
3899
3916
  #: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:55
3900
3917
  msgid "No content_view_version_ids provided"
3901
3918
  msgstr ""
3902
3919
 
3903
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:244
3920
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:253
3904
3921
  #: ../app/controllers/katello/concerns/api/v2/repository_content_controller.rb:59
3905
3922
  msgid "Couldn't find content view versions '%s'"
3906
3923
  msgstr ""
3907
3924
 
3908
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:279
3925
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:288
3909
3926
  msgid "Create a custom repository"
3910
3927
  msgstr ""
3911
3928
 
3912
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:280
3929
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:289
3913
3930
  msgid "Name of the repository"
3914
3931
  msgstr ""
3915
3932
 
3916
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:281
3933
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:290
3917
3934
  msgid "Description of the repository"
3918
3935
  msgstr ""
3919
3936
 
3920
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:322
3937
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:331
3921
3938
  msgid "Show the available repository types"
3922
3939
  msgstr ""
3923
3940
 
3924
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:323
3941
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:332
3925
3942
  msgid "When set to 'True' repository types that are creatable will be returned"
3926
3943
  msgstr ""
3927
3944
 
3928
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:330
3945
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:339
3929
3946
  msgid ""
3930
3947
  "Forces a republish of the specified repository, regenerating metadata and syml"
3931
3948
  "inks on the filesystem. Not allowed for repositories with the 'Complete Mirror"
3932
3949
  "ing' mirroring policy."
3933
3950
  msgstr ""
3934
3951
 
3935
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:332
3952
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:341
3936
3953
  msgid ""
3937
3954
  "Force metadata regeneration to proceed. Dangerous when repositories use the 'C"
3938
3955
  "omplete Mirroring' mirroring policy"
3939
3956
  msgstr ""
3940
3957
 
3941
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:335
3958
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:344
3942
3959
  msgid ""
3943
3960
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change th"
3944
3961
  "e mirroring policy and try again.\n"
@@ -3947,171 +3964,171 @@ msgid ""
3947
3964
  "for 'Complete Mirroring' repositories."
3948
3965
  msgstr ""
3949
3966
 
3950
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:342
3967
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:351
3951
3968
  msgid "Show a repository"
3952
3969
  msgstr ""
3953
3970
 
3954
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:343
3955
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:350
3956
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:373
3971
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:352
3972
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:359
3957
3973
  #: ../app/controllers/katello/api/v2/repositories_controller.rb:382
3958
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:394
3959
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:459
3974
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:391
3975
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:403
3976
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:468
3960
3977
  msgid "repository ID"
3961
3978
  msgstr ""
3962
3979
 
3963
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:349
3980
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:358
3964
3981
  msgid "Sync a repository"
3965
3982
  msgstr ""
3966
3983
 
3967
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:351
3984
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:360
3968
3985
  msgid "perform an incremental import"
3969
3986
  msgstr ""
3970
3987
 
3971
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:352
3988
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:361
3972
3989
  msgid ""
3973
3990
  "Force sync even if no upstream changes are detected. Only used with yum or deb"
3974
3991
  " repositories."
3975
3992
  msgstr ""
3976
3993
 
3977
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:353
3994
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:362
3978
3995
  msgid ""
3979
3996
  "Force a sync and validate the checksums of all content. Only used with yum rep"
3980
3997
  "ositories."
3981
3998
  msgstr ""
3982
3999
 
3983
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:355
4000
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:364
3984
4001
  msgid "attempted to sync a non-library repository."
3985
4002
  msgstr ""
3986
4003
 
3987
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:363
4004
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:372
3988
4005
  msgid "attempted to sync without a feed URL"
3989
4006
  msgstr ""
3990
4007
 
3991
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:372
4008
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:381
3992
4009
  msgid "Verify checksum of repository contents"
3993
4010
  msgstr ""
3994
4011
 
3995
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:381
4012
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:390
3996
4013
  msgid "Reclaim space from an On Demand repository"
3997
4014
  msgstr ""
3998
4015
 
3999
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:393
4016
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:402
4000
4017
  msgid "Update a repository"
4001
4018
  msgstr ""
4002
4019
 
4003
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:427
4020
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:436
4004
4021
  msgid "Destroy a custom repository"
4005
4022
  msgstr ""
4006
4023
 
4007
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:429
4024
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:438
4008
4025
  msgid "Force delete the repository by removing it from all content view versions"
4009
4026
  msgstr ""
4010
4027
 
4011
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:430
4028
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:439
4012
4029
  msgid ""
4013
4030
  "Delete content view filters that have this repository as the last associated r"
4014
4031
  "epository. Defaults to true. If false, such filters will now apply to all repo"
4015
4032
  "sitories in the content view."
4016
4033
  msgstr ""
4017
4034
 
4018
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:445
4035
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:454
4019
4036
  msgid ""
4020
4037
  "The type of content to remove (srpm, docker_manifest, etc.). Check removable t"
4021
4038
  "ypes here: /katello/api/repositories/repository_types"
4022
4039
  msgstr ""
4023
4040
 
4024
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:446
4025
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:495
4041
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:455
4042
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:504
4026
4043
  msgid "Whether or not to sync an external capsule after upload. Default: true"
4027
4044
  msgstr ""
4028
4045
 
4029
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:454
4046
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:463
4030
4047
  msgid "No content ids provided"
4031
4048
  msgstr ""
4032
4049
 
4033
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:458
4050
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:467
4034
4051
  msgid ""
4035
4052
  "This endpoint is primarily designed for UI interactions and uploading content "
4036
4053
  "into the repository. For API-based uploads, please use the 'content_uploads' e"
4037
4054
  "ndpoint instead."
4038
4055
  msgstr ""
4039
4056
 
4040
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:460
4057
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:469
4041
4058
  msgid "Content files to upload. Can be a single file or array of files."
4042
4059
  msgstr ""
4043
4060
 
4044
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:461
4061
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:470
4045
4062
  msgid ""
4046
4063
  "The type of content to upload (srpm, file, etc.). Check uploadable types here:"
4047
4064
  " /katello/api/repositories/repository_types"
4048
4065
  msgstr ""
4049
4066
 
4050
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:463
4067
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:472
4051
4068
  msgid "Cannot upload Container Image content."
4052
4069
  msgstr ""
4053
4070
 
4054
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:491
4071
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:500
4055
4072
  msgid "Import uploads into a repository"
4056
4073
  msgstr ""
4057
4074
 
4058
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:493
4075
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:502
4059
4076
  msgid "Do not wait for the ImportUpload action to finish. Default: false"
4060
4077
  msgstr ""
4061
4078
 
4062
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:494
4079
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:503
4063
4080
  msgid "Whether or not to regenerate the repository on disk. Default: true"
4064
4081
  msgstr ""
4065
4082
 
4066
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:496
4083
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:505
4067
4084
  msgid "content type ('deb', 'docker_manifest', 'file', 'ostree_ref', 'rpm', 'srpm')"
4068
4085
  msgstr ""
4069
4086
 
4070
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:497
4087
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:506
4071
4088
  msgid "Array of uploads to import"
4072
4089
  msgstr ""
4073
4090
 
4074
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:502
4091
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:511
4075
4092
  msgid "Needs to only be set for file repositories or docker tags"
4076
4093
  msgstr ""
4077
4094
 
4078
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:503
4095
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:512
4079
4096
  msgid "Needs to only be set for docker tags"
4080
4097
  msgstr ""
4081
4098
 
4082
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:517
4099
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:526
4083
4100
  msgid "No uploads param specified. An array of uploads to import is required."
4084
4101
  msgstr ""
4085
4102
 
4086
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:525
4103
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:534
4087
4104
  msgid "Checksum is a required parameter."
4088
4105
  msgstr ""
4089
4106
 
4090
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:529
4107
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:538
4091
4108
  msgid "Name is a required parameter."
4092
4109
  msgstr ""
4093
4110
 
4094
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:551
4111
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:560
4095
4112
  msgid "Return the content of a repo gpg key, used directly by yum"
4096
4113
  msgstr ""
4097
4114
 
4098
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:561
4115
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:570
4099
4116
  msgid "Return the enabled content types"
4100
4117
  msgstr ""
4101
4118
 
4102
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:590
4119
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:599
4103
4120
  msgid "Couldn't find %{content_type} with id '%{id}'"
4104
4121
  msgstr ""
4105
4122
 
4106
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:684
4123
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:693
4107
4124
  msgid "Red Hat products cannot be manipulated."
4108
4125
  msgstr ""
4109
4126
 
4110
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:688
4127
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:697
4111
4128
  msgid "Red Hat repositories cannot be manipulated."
4112
4129
  msgstr ""
4113
4130
 
4114
- #: ../app/controllers/katello/api/v2/repositories_controller.rb:758
4131
+ #: ../app/controllers/katello/api/v2/repositories_controller.rb:767
4115
4132
  msgid "%s is required"
4116
4133
  msgstr ""
4117
4134
 
@@ -4631,15 +4648,15 @@ msgstr ""
4631
4648
  msgid "Unregister host %s before assigning an organization."
4632
4649
  msgstr ""
4633
4650
 
4634
- #: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:28
4651
+ #: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:29
4635
4652
  msgid "Alter a host's host collections"
4636
4653
  msgstr ""
4637
4654
 
4638
- #: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:29
4655
+ #: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:30
4639
4656
  msgid "The id of the host to alter"
4640
4657
  msgstr ""
4641
4658
 
4642
- #: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:30
4659
+ #: ../app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb:31
4643
4660
  msgid "List of host collection ids to update"
4644
4661
  msgstr ""
4645
4662
 
@@ -4986,7 +5003,7 @@ msgstr ""
4986
5003
  #: ../lib/katello/plugin.rb:8 ../lib/katello/plugin.rb:269
4987
5004
  #: ../lib/katello/plugin.rb:283 ../lib/katello/plugin.rb:360
4988
5005
  #: ../webpack/containers/Application/config.js:68
4989
- #: ../webpack/containers/Application/config.js:72 ../webpack/global_index.js:53
5006
+ #: ../webpack/containers/Application/config.js:72 ../webpack/global_index.js:49
4990
5007
  #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:64
4991
5008
  #: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:140
4992
5009
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:134
@@ -5076,30 +5093,37 @@ msgstr ""
5076
5093
  #: ../app/lib/actions/katello/repository/create.rb:63
5077
5094
  #: ../app/lib/actions/katello/repository/create_root.rb:17
5078
5095
  #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:196
5096
+ #: action_names.rb:23 action_names.rb:24 action_names.rb:25 action_names.rb:26
5097
+ #: action_names.rb:27 action_names.rb:28 action_names.rb:29
5079
5098
  msgid "Create"
5080
5099
  msgstr ""
5081
5100
 
5082
- #: ../app/lib/actions/katello/activation_key/destroy.rb:20
5101
+ #: ../app/lib/actions/katello/activation_key/destroy.rb:20 action_names.rb:30
5083
5102
  msgid "Delete Activation Key"
5084
5103
  msgstr ""
5085
5104
 
5086
5105
  #: ../app/lib/actions/katello/alternate_content_source/create.rb:27
5106
+ #: action_names.rb:12
5087
5107
  msgid "Create Alternate Content Source"
5088
5108
  msgstr ""
5089
5109
 
5090
5110
  #: ../app/lib/actions/katello/alternate_content_source/destroy.rb:21
5111
+ #: action_names.rb:51
5091
5112
  msgid "Destroy Alternate Content Source"
5092
5113
  msgstr ""
5093
5114
 
5094
5115
  #: ../app/lib/actions/katello/alternate_content_source/refresh.rb:20
5116
+ #: action_names.rb:107
5095
5117
  msgid "Refresh Alternate Content Source"
5096
5118
  msgstr ""
5097
5119
 
5098
5120
  #: ../app/lib/actions/katello/alternate_content_source/update.rb:83
5121
+ #: action_names.rb:152
5099
5122
  msgid "Update Alternate Content Source"
5100
5123
  msgstr ""
5101
5124
 
5102
5125
  #: ../app/lib/actions/katello/applicability/host/generate.rb:22
5126
+ #: action_names.rb:71
5103
5127
  msgid "Generate host applicability"
5104
5128
  msgstr ""
5105
5129
 
@@ -5114,14 +5138,16 @@ msgid "Bulk generate applicability for host %s"
5114
5138
  msgstr ""
5115
5139
 
5116
5140
  #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:48
5141
+ #: action_names.rb:6
5117
5142
  msgid "Bulk generate applicability for hosts"
5118
5143
  msgstr ""
5119
5144
 
5120
5145
  #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25
5146
+ #: action_names.rb:74
5121
5147
  msgid "Generate repository applicability"
5122
5148
  msgstr ""
5123
5149
 
5124
- #: ../app/lib/actions/katello/capsule_content/sync.rb:18
5150
+ #: ../app/lib/actions/katello/capsule_content/sync.rb:18 action_names.rb:149
5125
5151
  msgid "Synchronize smart proxy"
5126
5152
  msgstr ""
5127
5153
 
@@ -5131,10 +5157,12 @@ msgid "Action not allowed for the default smart proxy."
5131
5157
  msgstr ""
5132
5158
 
5133
5159
  #: ../app/lib/actions/katello/capsule_content/update_content_counts.rb:11
5160
+ #: action_names.rb:154
5134
5161
  msgid "Update Content Counts"
5135
5162
  msgstr ""
5136
5163
 
5137
5164
  #: ../app/lib/actions/katello/capsule_content/verify_checksum.rb:6
5165
+ #: action_names.rb:183
5138
5166
  msgid "Verify checksum for content on smart proxy"
5139
5167
  msgstr ""
5140
5168
 
@@ -5147,6 +5175,7 @@ msgid "Content view '%{content_view}' is not attached to this capsule."
5147
5175
  msgstr ""
5148
5176
 
5149
5177
  #: ../app/lib/actions/katello/cdn_configuration/update.rb:31
5178
+ #: action_names.rb:153
5150
5179
  msgid "Update CDN Configuration"
5151
5180
  msgstr ""
5152
5181
 
@@ -5156,7 +5185,7 @@ msgstr ""
5156
5185
 
5157
5186
  #: ../app/lib/actions/katello/content_view/destroy.rb:35
5158
5187
  #: ../app/lib/actions/katello/provider/destroy.rb:19
5159
- #: ../app/lib/actions/katello/repository/destroy.rb:141
5188
+ #: ../app/lib/actions/katello/repository/destroy.rb:142
5160
5189
  #: ../webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js:46
5161
5190
  #: ../webpack/scenes/ActivationKeys/Details/components/DeleteModal.js:39
5162
5191
  #: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:223
@@ -5167,11 +5196,11 @@ msgstr ""
5167
5196
  #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:95
5168
5197
  #: ../webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js:80
5169
5198
  #: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/bulkDeleteSteps.js:61
5170
- #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:235
5171
- #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:332
5199
+ #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:237
5200
+ #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:335
5172
5201
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js:91
5173
5202
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:96
5174
- #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:113
5203
+ #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:116
5175
5204
  #: ../webpack/scenes/FlatpakRemotes/Delete/DeleteFlatpakModal.js:35
5176
5205
  #: ../webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js:71
5177
5206
  #: ../webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js:108
@@ -5179,6 +5208,8 @@ msgstr ""
5179
5208
  #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:268
5180
5209
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27
5181
5210
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:92
5211
+ #: action_names.rb:44 action_names.rb:45 action_names.rb:46 action_names.rb:47
5212
+ #: action_names.rb:48 action_names.rb:49 action_names.rb:50
5182
5213
  msgid "Delete"
5183
5214
  msgstr ""
5184
5215
 
@@ -5244,6 +5275,7 @@ msgid "Cannot promote environment out of sequence. Use force to bypass restricti
5244
5275
  msgstr ""
5245
5276
 
5246
5277
  #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40
5278
+ #: action_names.rb:101
5247
5279
  msgid "Promotion to Environment"
5248
5280
  msgstr ""
5249
5281
 
@@ -5262,6 +5294,7 @@ msgstr ""
5262
5294
  #: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:41
5263
5295
  #: ../webpack/scenes/ContentViews/Publish/PublishContentViewWizard.js:113
5264
5296
  #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:92
5297
+ #: action_names.rb:103
5265
5298
  msgid "Publish"
5266
5299
  msgstr ""
5267
5300
 
@@ -5272,6 +5305,7 @@ msgid ""
5272
5305
  msgstr ""
5273
5306
 
5274
5307
  #: ../app/lib/actions/katello/content_view/refresh_rolling_repo.rb:16
5308
+ #: action_names.rb:109
5275
5309
  msgid "Refresh RollingCV Repo"
5276
5310
  msgstr ""
5277
5311
 
@@ -5279,7 +5313,7 @@ msgstr ""
5279
5313
  msgid "Cannot delete version while it is in environment %s"
5280
5314
  msgstr ""
5281
5315
 
5282
- #: ../app/lib/actions/katello/content_view/remove.rb:97
5316
+ #: ../app/lib/actions/katello/content_view/remove.rb:97 action_names.rb:123
5283
5317
  msgid "Remove Versions and Associations"
5284
5318
  msgstr ""
5285
5319
 
@@ -5306,11 +5340,13 @@ msgid ""
5306
5340
  msgstr ""
5307
5341
 
5308
5342
  #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35
5343
+ #: action_names.rb:124
5309
5344
  msgid "Remove from Environment"
5310
5345
  msgstr ""
5311
5346
 
5312
5347
  #: ../app/lib/actions/katello/content_view/remove_version.rb:26
5313
5348
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js:141
5349
+ #: action_names.rb:122
5314
5350
  msgid "Remove Version"
5315
5351
  msgstr ""
5316
5352
 
@@ -5319,22 +5355,27 @@ msgid "Create Repositories"
5319
5355
  msgstr ""
5320
5356
 
5321
5357
  #: ../app/lib/actions/katello/content_view_version/export.rb:31
5358
+ #: action_names.rb:66 action_names.rb:67 action_names.rb:68
5322
5359
  msgid "Export"
5323
5360
  msgstr ""
5324
5361
 
5325
5362
  #: ../app/lib/actions/katello/content_view_version/import.rb:57
5363
+ #: action_names.rb:77
5326
5364
  msgid "Import Content View Version"
5327
5365
  msgstr ""
5328
5366
 
5329
5367
  #: ../app/lib/actions/katello/content_view_version/import_library.rb:13
5368
+ #: action_names.rb:78
5330
5369
  msgid "Import Default Content View"
5331
5370
  msgstr ""
5332
5371
 
5333
5372
  #: ../app/lib/actions/katello/content_view_version/import_repository.rb:16
5373
+ #: action_names.rb:80
5334
5374
  msgid "Import Repository"
5335
5375
  msgstr ""
5336
5376
 
5337
5377
  #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:15
5378
+ #: action_names.rb:87
5338
5379
  msgid "Incremental Update"
5339
5380
  msgstr ""
5340
5381
 
@@ -5361,6 +5402,7 @@ msgid "Republish Repositories of %{name} %{version}"
5361
5402
  msgstr ""
5362
5403
 
5363
5404
  #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:33
5405
+ #: action_names.rb:135
5364
5406
  msgid "Republish Version Repositories"
5365
5407
  msgstr ""
5366
5408
 
@@ -5369,18 +5411,21 @@ msgid "Verify checksum of repositories in %{name} %{version}"
5369
5411
  msgstr ""
5370
5412
 
5371
5413
  #: ../app/lib/actions/katello/content_view_version/verify_checksum.rb:23
5414
+ #: action_names.rb:184
5372
5415
  msgid "Verify checksum of version repositories"
5373
5416
  msgstr ""
5374
5417
 
5375
- #: ../app/lib/actions/katello/environment/destroy.rb:42
5418
+ #: ../app/lib/actions/katello/environment/destroy.rb:42 action_names.rb:31
5376
5419
  msgid "Delete Lifecycle Environment"
5377
5420
  msgstr ""
5378
5421
 
5379
5422
  #: ../app/lib/actions/katello/environment/publish_container_repositories.rb:36
5423
+ #: action_names.rb:102
5380
5424
  msgid "Publish Lifecycle Environment Container Repositories"
5381
5425
  msgstr ""
5382
5426
 
5383
5427
  #: ../app/lib/actions/katello/flatpak/mirror_remote_repository.rb:26
5428
+ #: action_names.rb:95
5384
5429
  msgid "Mirror Remote Repository"
5385
5430
  msgstr ""
5386
5431
 
@@ -5398,11 +5443,11 @@ msgstr ""
5398
5443
  #: ../app/lib/actions/katello/sync_plan/run.rb:45
5399
5444
  #: ../app/models/katello/content_view_history.rb:65
5400
5445
  #: ../app/models/katello/content_view_history.rb:67
5401
- #: ../app/models/katello/rhel_lifecycle_status.rb:179
5446
+ #: ../app/models/katello/rhel_lifecycle_status.rb:181
5402
5447
  msgid "Unknown"
5403
5448
  msgstr ""
5404
5449
 
5405
- #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49
5450
+ #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:4
5406
5451
  msgid "Attach subscriptions"
5407
5452
  msgstr ""
5408
5453
 
@@ -5410,7 +5455,7 @@ msgstr ""
5410
5455
  msgid "Destroy Content Host %s"
5411
5456
  msgstr ""
5412
5457
 
5413
- #: ../app/lib/actions/katello/host/destroy.rb:32
5458
+ #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:52
5414
5459
  msgid "Destroy Content Host"
5415
5460
  msgstr ""
5416
5461
 
@@ -5434,6 +5479,7 @@ msgid "Remove subscriptions from %s"
5434
5479
  msgstr ""
5435
5480
 
5436
5481
  #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40
5482
+ #: action_names.rb:128
5437
5483
  msgid "Remove subscriptions"
5438
5484
  msgstr ""
5439
5485
 
@@ -5446,6 +5492,7 @@ msgid "Update Content Overrides to %s"
5446
5492
  msgstr ""
5447
5493
 
5448
5494
  #: ../app/lib/actions/katello/host/update_content_overrides.rb:32
5495
+ #: action_names.rb:155
5449
5496
  msgid "Update Content Overrides"
5450
5497
  msgstr ""
5451
5498
 
@@ -5456,6 +5503,7 @@ msgid "Host %s has not been registered with subscription-manager."
5456
5503
  msgstr ""
5457
5504
 
5458
5505
  #: ../app/lib/actions/katello/host/update_content_view.rb:20
5506
+ #: action_names.rb:157
5459
5507
  msgid "Update content view environments for host"
5460
5508
  msgstr ""
5461
5509
 
@@ -5468,6 +5516,7 @@ msgid "Host %{name} cannot be assigned release version %{release_version}."
5468
5516
  msgstr ""
5469
5517
 
5470
5518
  #: ../app/lib/actions/katello/host/update_release_version.rb:21
5519
+ #: action_names.rb:162
5471
5520
  msgid "Update release version for host"
5472
5521
  msgstr ""
5473
5522
 
@@ -5480,14 +5529,16 @@ msgid "Updating System Purpose for host %s"
5480
5529
  msgstr ""
5481
5530
 
5482
5531
  #: ../app/lib/actions/katello/host/update_system_purpose.rb:20
5532
+ #: action_names.rb:175
5483
5533
  msgid "Updating System Purpose for host"
5484
5534
  msgstr ""
5485
5535
 
5486
- #: ../app/lib/actions/katello/organization/destroy.rb:30
5536
+ #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:55
5487
5537
  msgid "Destroy"
5488
5538
  msgstr ""
5489
5539
 
5490
5540
  #: ../app/lib/actions/katello/organization/manifest_delete.rb:42
5541
+ #: action_names.rb:32
5491
5542
  msgid "Delete Manifest"
5492
5543
  msgstr ""
5493
5544
 
@@ -5496,6 +5547,7 @@ msgid "Manifest deleted"
5496
5547
  msgstr ""
5497
5548
 
5498
5549
  #: ../app/lib/actions/katello/organization/manifest_import.rb:49
5550
+ #: action_names.rb:79
5499
5551
  msgid "Import Manifest"
5500
5552
  msgstr ""
5501
5553
 
@@ -5504,6 +5556,7 @@ msgid "Manifest imported"
5504
5556
  msgstr ""
5505
5557
 
5506
5558
  #: ../app/lib/actions/katello/organization/manifest_refresh.rb:84
5559
+ #: action_names.rb:108
5507
5560
  msgid "Refresh Manifest"
5508
5561
  msgstr ""
5509
5562
 
@@ -5512,10 +5565,12 @@ msgid "Manifest refreshed"
5512
5565
  msgstr ""
5513
5566
 
5514
5567
  #: ../app/lib/actions/katello/organization/simple_content_access/disable.rb:11
5568
+ #: action_names.rb:56
5515
5569
  msgid "Disable Simple Content Access"
5516
5570
  msgstr ""
5517
5571
 
5518
5572
  #: ../app/lib/actions/katello/organization/simple_content_access/enable.rb:11
5573
+ #: action_names.rb:59
5519
5574
  msgid "Enable Simple Content Access"
5520
5575
  msgstr ""
5521
5576
 
@@ -5523,11 +5578,11 @@ msgstr ""
5523
5578
  msgid "Cannot delete redhat product content"
5524
5579
  msgstr ""
5525
5580
 
5526
- #: ../app/lib/actions/katello/product/create.rb:37
5581
+ #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:99
5527
5582
  msgid "Product Create"
5528
5583
  msgstr ""
5529
5584
 
5530
- #: ../app/lib/actions/katello/product/destroy.rb:56
5585
+ #: ../app/lib/actions/katello/product/destroy.rb:56 action_names.rb:33
5531
5586
  msgid "Delete Product"
5532
5587
  msgstr ""
5533
5588
 
@@ -5574,6 +5629,7 @@ msgid "Cannot publish a link repository if multiple component clones are specifi
5574
5629
  msgstr ""
5575
5630
 
5576
5631
  #: ../app/lib/actions/katello/repository/create_container_push_root.rb:39
5632
+ #: action_names.rb:13
5577
5633
  msgid "Create Container Push Repository Root"
5578
5634
  msgstr ""
5579
5635
 
@@ -5585,7 +5641,8 @@ msgid ""
5585
5641
  msgstr ""
5586
5642
 
5587
5643
  #: ../app/lib/actions/katello/repository/import_upload.rb:77
5588
- #: ../app/lib/actions/katello/repository/upload_files.rb:61
5644
+ #: ../app/lib/actions/katello/repository/upload_files.rb:61 action_names.rb:180
5645
+ #: action_names.rb:181
5589
5646
  msgid "Upload into"
5590
5647
  msgstr ""
5591
5648
 
@@ -5604,6 +5661,7 @@ msgid ""
5604
5661
  msgstr ""
5605
5662
 
5606
5663
  #: ../app/lib/actions/katello/repository/remove_content.rb:71
5664
+ #: action_names.rb:121
5607
5665
  msgid "Remove Content"
5608
5666
  msgstr ""
5609
5667
 
@@ -5615,7 +5673,7 @@ msgstr ""
5615
5673
  msgid "Synchronize: Skip Metadata Check"
5616
5674
  msgstr ""
5617
5675
 
5618
- #: ../app/lib/actions/katello/repository/sync.rb:86
5676
+ #: ../app/lib/actions/katello/repository/sync.rb:86 action_names.rb:150
5619
5677
  msgid "Synchronize"
5620
5678
  msgstr ""
5621
5679
 
@@ -5636,6 +5694,7 @@ msgstr ""
5636
5694
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:471
5637
5695
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:551
5638
5696
  #: ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:12
5697
+ #: action_names.rb:57
5639
5698
  msgid "Disable"
5640
5699
  msgstr ""
5641
5700
 
@@ -5647,6 +5706,7 @@ msgstr ""
5647
5706
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:460
5648
5707
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:534
5649
5708
  #: ../webpack/scenes/RedHatRepositories/components/RepositorySetRepository/RepositorySetRepository.js:109
5709
+ #: action_names.rb:60
5650
5710
  msgid "Enable"
5651
5711
  msgstr ""
5652
5712
 
@@ -5654,7 +5714,7 @@ msgstr ""
5654
5714
  msgid "The repository is already enabled"
5655
5715
  msgstr ""
5656
5716
 
5657
- #: ../app/lib/actions/katello/sync_plan/run.rb:41
5717
+ #: ../app/lib/actions/katello/sync_plan/run.rb:41 action_names.rb:136
5658
5718
  msgid "Run Sync Plan:"
5659
5719
  msgstr ""
5660
5720
 
@@ -5737,25 +5797,29 @@ msgid ""
5737
5797
  msgstr ""
5738
5798
 
5739
5799
  #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:59
5800
+ #: action_names.rb:14
5740
5801
  msgid "Create Export History"
5741
5802
  msgstr ""
5742
5803
 
5743
5804
  #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:28
5805
+ #: action_names.rb:15
5744
5806
  msgid "Create Import History"
5745
5807
  msgstr ""
5746
5808
 
5747
5809
  #:
5748
5810
  #: ../app/lib/actions/pulp3/content_view_version/create_syncable_export_history.rb:44
5811
+ #: action_names.rb:16
5749
5812
  msgid "Create Syncable Export History"
5750
5813
  msgstr ""
5751
5814
 
5752
5815
  #:
5753
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:42
5816
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:41
5817
+ #: action_names.rb:64
5754
5818
  msgid "Export Library"
5755
5819
  msgstr ""
5756
5820
 
5757
5821
  #:
5758
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:52
5822
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:51
5759
5823
  msgid ""
5760
5824
  "NOTE: Unable to fully export '%{organization}' organization's library because "
5761
5825
  "it contains repositories without the 'immediate' download policy. Update the d"
@@ -5764,12 +5828,13 @@ msgid ""
5764
5828
  msgstr ""
5765
5829
 
5766
5830
  #:
5767
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:33
5831
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:32
5832
+ #: action_names.rb:65
5768
5833
  msgid "Export Repository"
5769
5834
  msgstr ""
5770
5835
 
5771
5836
  #:
5772
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:42
5837
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:41
5773
5838
  msgid ""
5774
5839
  "NOTE: Unable to fully export repository '%{repository}' because it does not ha"
5775
5840
  "ve the 'immediate' download policy. Update the download policy and sync the af"
@@ -5777,26 +5842,28 @@ msgid ""
5777
5842
  msgstr ""
5778
5843
 
5779
5844
  #:
5780
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:52
5845
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:51
5781
5846
  msgid ""
5782
5847
  "NOTE: Unable to export repository '%{repository}' because it does not have an "
5783
5848
  "syncably exportable content type."
5784
5849
  msgstr ""
5785
5850
 
5786
5851
  #:
5787
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:57
5852
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb:56
5788
5853
  msgid ""
5789
5854
  "NOTE: Unable to export repository '%{repository}' because it does not have an "
5790
5855
  "exportable content type."
5791
5856
  msgstr ""
5792
5857
 
5793
5858
  #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:54
5859
+ #: action_names.rb:85
5794
5860
  msgid "Import"
5795
5861
  msgstr ""
5796
5862
 
5797
5863
  #:
5798
5864
  #: ../app/lib/actions/pulp3/orchestration/repository/trigger_update_repo_cert_guard.rb:16
5799
5865
  #: ../app/lib/actions/pulp3/repository/update_cv_repository_cert_guard.rb:14
5866
+ #: action_names.rb:176 action_names.rb:177
5800
5867
  msgid "Updating repository authentication configuration"
5801
5868
  msgstr ""
5802
5869
 
@@ -7255,11 +7322,11 @@ msgstr ""
7255
7322
  msgid "Content View Version not set"
7256
7323
  msgstr ""
7257
7324
 
7258
- #: ../app/models/katello/content_view_environment.rb:105
7325
+ #: ../app/models/katello/content_view_environment.rb:108
7259
7326
  msgid "No content view environments found with names: %{names}"
7260
7327
  msgstr ""
7261
7328
 
7262
- #: ../app/models/katello/content_view_environment.rb:107
7329
+ #: ../app/models/katello/content_view_environment.rb:110
7263
7330
  msgid "No content view environments found with ids: %{ids}"
7264
7331
  msgstr ""
7265
7332
 
@@ -7282,8 +7349,8 @@ msgstr ""
7282
7349
  #: ../app/views/katello/errata_mailer/promote_errata.text.erb:14
7283
7350
  #: ../app/views/katello/errata_mailer/sync_errata.text.erb:12
7284
7351
  #: ../app/views/katello/hosts/_errata_counts.html.erb:23
7285
- #: ../webpack/components/Errata/index.js:67
7286
- #: ../webpack/components/Errata/index.js:125
7352
+ #: ../webpack/components/Errata/index.js:68
7353
+ #: ../webpack/components/Errata/index.js:141
7287
7354
  #: ../webpack/components/ErratumTypeLabel.js:14
7288
7355
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:201
7289
7356
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:345
@@ -7297,8 +7364,8 @@ msgstr ""
7297
7364
  #: ../app/views/katello/errata_mailer/promote_errata.text.erb:12
7298
7365
  #: ../app/views/katello/errata_mailer/sync_errata.text.erb:10
7299
7366
  #: ../app/views/katello/hosts/_errata_counts.html.erb:11
7300
- #: ../webpack/components/Errata/index.js:31
7301
- #: ../webpack/components/Errata/index.js:114
7367
+ #: ../webpack/components/Errata/index.js:32
7368
+ #: ../webpack/components/Errata/index.js:130
7302
7369
  #: ../webpack/components/ErratumTypeLabel.js:18
7303
7370
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:192
7304
7371
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:340
@@ -7756,39 +7823,39 @@ msgstr ""
7756
7823
  msgid "This is not a linked repository"
7757
7824
  msgstr ""
7758
7825
 
7759
- #: ../app/models/katello/rhel_lifecycle_status.rb:119
7826
+ #: ../app/models/katello/rhel_lifecycle_status.rb:121
7760
7827
  msgid "RHEL lifecycle"
7761
7828
  msgstr ""
7762
7829
 
7763
- #: ../app/models/katello/rhel_lifecycle_status.rb:159
7830
+ #: ../app/models/katello/rhel_lifecycle_status.rb:161
7764
7831
  msgid "Full support"
7765
7832
  msgstr ""
7766
7833
 
7767
- #: ../app/models/katello/rhel_lifecycle_status.rb:161
7834
+ #: ../app/models/katello/rhel_lifecycle_status.rb:163
7768
7835
  msgid "Maintenance support"
7769
7836
  msgstr ""
7770
7837
 
7771
- #: ../app/models/katello/rhel_lifecycle_status.rb:164
7838
+ #: ../app/models/katello/rhel_lifecycle_status.rb:166
7772
7839
  msgid "Approaching end of maintenance support (%s)"
7773
7840
  msgstr ""
7774
7841
 
7775
- #: ../app/models/katello/rhel_lifecycle_status.rb:166
7842
+ #: ../app/models/katello/rhel_lifecycle_status.rb:168
7776
7843
  msgid "Approaching end of maintenance support"
7777
7844
  msgstr ""
7778
7845
 
7779
- #: ../app/models/katello/rhel_lifecycle_status.rb:169
7846
+ #: ../app/models/katello/rhel_lifecycle_status.rb:171
7780
7847
  msgid "Extended support"
7781
7848
  msgstr ""
7782
7849
 
7783
- #: ../app/models/katello/rhel_lifecycle_status.rb:172
7850
+ #: ../app/models/katello/rhel_lifecycle_status.rb:174
7784
7851
  msgid "Approaching end of support (%s)"
7785
7852
  msgstr ""
7786
7853
 
7787
- #: ../app/models/katello/rhel_lifecycle_status.rb:174
7854
+ #: ../app/models/katello/rhel_lifecycle_status.rb:176
7788
7855
  msgid "Approaching end of support"
7789
7856
  msgstr ""
7790
7857
 
7791
- #: ../app/models/katello/rhel_lifecycle_status.rb:177
7858
+ #: ../app/models/katello/rhel_lifecycle_status.rb:179
7792
7859
  msgid "Support ended"
7793
7860
  msgstr ""
7794
7861
 
@@ -8013,7 +8080,7 @@ msgstr ""
8013
8080
  msgid "No new packages installed"
8014
8081
  msgstr ""
8015
8082
 
8016
- #: ../app/models/katello/trace_status.rb:9 ../webpack/global_index.js:54
8083
+ #: ../app/models/katello/trace_status.rb:9 ../webpack/global_index.js:50
8017
8084
  msgid "Traces"
8018
8085
  msgstr ""
8019
8086
 
@@ -8095,7 +8162,23 @@ msgstr ""
8095
8162
  msgid "Pulp message bus connection issue."
8096
8163
  msgstr ""
8097
8164
 
8098
- #: ../app/services/katello/pulp3/content_view_version/export.rb:180
8165
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:152
8166
+ msgid "Export format must be specified for library exports."
8167
+ msgstr ""
8168
+
8169
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:166
8170
+ msgid "Unknown library export format '%s'."
8171
+ msgstr ""
8172
+
8173
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:173
8174
+ msgid "Export format must be specified for non-incremental repository exports."
8175
+ msgstr ""
8176
+
8177
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:181
8178
+ msgid "Unknown repository export format '%s'."
8179
+ msgstr ""
8180
+
8181
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:187
8099
8182
  msgid "Product: '%{product}', Repository: '%{repository}'"
8100
8183
  msgstr ""
8101
8184
 
@@ -8128,10 +8211,10 @@ msgstr ""
8128
8211
 
8129
8212
  #: ../app/services/katello/pulp3/content_view_version/export_validator.rb:77
8130
8213
  msgid ""
8131
- "Cannot incrementally export from a incrementally exported version and a regula"
8132
- "r version or vice-versa. The exported Content View Version '%{content_view} %"
8133
- "{current}' cannot be incrementally exported from version '%{from}.' Please do "
8134
- "a full export."
8214
+ "Cannot incrementally export from a incrementally updated version and a regular"
8215
+ " version or vice-versa. The exported Content View Version '%{content_view} %{"
8216
+ "current}' cannot be incrementally exported from version '%{from}.' Please do a"
8217
+ " full export."
8135
8218
  msgstr ""
8136
8219
 
8137
8220
  #: ../app/services/katello/pulp3/content_view_version/export_validator.rb:100
@@ -8325,7 +8408,6 @@ msgstr ""
8325
8408
  #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:184
8326
8409
  #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:240
8327
8410
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js:143
8328
- #: ../webpack/components/extensions/about/SystemStatuses.js:24
8329
8411
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:79
8330
8412
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:286
8331
8413
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:289
@@ -8581,8 +8663,8 @@ msgstr ""
8581
8663
  #: ../app/views/katello/errata_mailer/host_errata.text.erb:10
8582
8664
  #: ../app/views/katello/errata_mailer/promote_errata.text.erb:13
8583
8665
  #: ../app/views/katello/errata_mailer/sync_errata.text.erb:11
8584
- #: ../webpack/components/Errata/index.js:49
8585
- #: ../webpack/components/Errata/index.js:120
8666
+ #: ../webpack/components/Errata/index.js:50
8667
+ #: ../webpack/components/Errata/index.js:136
8586
8668
  #: ../webpack/components/ErratumTypeLabel.js:10
8587
8669
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:210
8588
8670
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:350
@@ -8846,7 +8928,7 @@ msgstr ""
8846
8928
  #: ../app/views/katello/sync_management/_repo.html.erb:9
8847
8929
  #: ../app/views/katello/sync_management/_repo.html.erb:12
8848
8930
  #: ../app/views/katello/sync_management/_repo.html.erb:15
8849
- #: ../webpack/components/Errata/index.js:171
8931
+ #: ../webpack/components/Errata/index.js:189
8850
8932
  #: ../webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js:152
8851
8933
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:90
8852
8934
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionRepositoryCell.js:123
@@ -8887,7 +8969,7 @@ msgstr ""
8887
8969
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:357
8888
8970
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/ContainerTag/AddEditContainerTagRuleModal.js:88
8889
8971
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:109
8890
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:242
8972
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:244
8891
8973
  #: ../webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js:173
8892
8974
  #: ../webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js:203
8893
8975
  #: ../webpack/scenes/FlatpakRemotes/Delete/DeleteFlatpakModal.js:38
@@ -9999,171 +10081,179 @@ msgid ""
9999
10081
  "ntent_for_deb'."
10000
10082
  msgstr ""
10001
10083
 
10002
- #: ../lib/katello/plugin.rb:717
10084
+ #: ../lib/katello/plugin.rb:718
10085
+ msgid "Registry token expiration time"
10086
+ msgstr ""
10087
+
10088
+ #: ../lib/katello/plugin.rb:719
10089
+ msgid "Time in minutes before registry access tokens expire."
10090
+ msgstr ""
10091
+
10092
+ #: ../lib/katello/plugin.rb:723
10003
10093
  msgid "Katello: Install Package"
10004
10094
  msgstr ""
10005
10095
 
10006
- #: ../lib/katello/plugin.rb:717
10096
+ #: ../lib/katello/plugin.rb:723
10007
10097
  msgid "Install package via Katello interface"
10008
10098
  msgstr ""
10009
10099
 
10010
- #: ../lib/katello/plugin.rb:718
10100
+ #: ../lib/katello/plugin.rb:724
10011
10101
  msgid "Katello: Install packages by search query"
10012
10102
  msgstr ""
10013
10103
 
10014
- #: ../lib/katello/plugin.rb:718
10104
+ #: ../lib/katello/plugin.rb:724
10015
10105
  msgid "Install packages via Katello interface"
10016
10106
  msgstr ""
10017
10107
 
10018
- #: ../lib/katello/plugin.rb:719
10108
+ #: ../lib/katello/plugin.rb:725
10019
10109
  msgid "Katello: Update Package"
10020
10110
  msgstr ""
10021
10111
 
10022
- #: ../lib/katello/plugin.rb:719
10112
+ #: ../lib/katello/plugin.rb:725
10023
10113
  msgid "Update package via Katello interface"
10024
10114
  msgstr ""
10025
10115
 
10026
- #: ../lib/katello/plugin.rb:720
10116
+ #: ../lib/katello/plugin.rb:726
10027
10117
  msgid "Katello: Update Packages by search query"
10028
10118
  msgstr ""
10029
10119
 
10030
- #: ../lib/katello/plugin.rb:720
10120
+ #: ../lib/katello/plugin.rb:726
10031
10121
  msgid "Update packages via Katello interface"
10032
10122
  msgstr ""
10033
10123
 
10034
- #: ../lib/katello/plugin.rb:721
10124
+ #: ../lib/katello/plugin.rb:727
10035
10125
  msgid "Katello: Remove Package"
10036
10126
  msgstr ""
10037
10127
 
10038
- #: ../lib/katello/plugin.rb:721
10128
+ #: ../lib/katello/plugin.rb:727
10039
10129
  msgid "Remove package via Katello interface"
10040
10130
  msgstr ""
10041
10131
 
10042
- #: ../lib/katello/plugin.rb:722
10132
+ #: ../lib/katello/plugin.rb:728
10043
10133
  msgid "Katello: Remove Packages by search query"
10044
10134
  msgstr ""
10045
10135
 
10046
- #: ../lib/katello/plugin.rb:722
10136
+ #: ../lib/katello/plugin.rb:728
10047
10137
  msgid "Remove packages via Katello interface"
10048
10138
  msgstr ""
10049
10139
 
10050
- #: ../lib/katello/plugin.rb:723
10140
+ #: ../lib/katello/plugin.rb:729
10051
10141
  msgid "Katello: Install Package Group"
10052
10142
  msgstr ""
10053
10143
 
10054
- #: ../lib/katello/plugin.rb:723
10144
+ #: ../lib/katello/plugin.rb:729
10055
10145
  msgid "Install package group via Katello interface"
10056
10146
  msgstr ""
10057
10147
 
10058
- #: ../lib/katello/plugin.rb:724
10148
+ #: ../lib/katello/plugin.rb:730
10059
10149
  msgid "Katello: Update Package Group"
10060
10150
  msgstr ""
10061
10151
 
10062
- #: ../lib/katello/plugin.rb:724
10152
+ #: ../lib/katello/plugin.rb:730
10063
10153
  msgid "Update package group via Katello interface"
10064
10154
  msgstr ""
10065
10155
 
10066
- #: ../lib/katello/plugin.rb:725
10156
+ #: ../lib/katello/plugin.rb:731
10067
10157
  msgid "Katello: Remove Package Group"
10068
10158
  msgstr ""
10069
10159
 
10070
- #: ../lib/katello/plugin.rb:725
10160
+ #: ../lib/katello/plugin.rb:731
10071
10161
  msgid "Remove package group via Katello interface"
10072
10162
  msgstr ""
10073
10163
 
10074
- #: ../lib/katello/plugin.rb:726
10164
+ #: ../lib/katello/plugin.rb:732
10075
10165
  msgid "Katello: Install Errata"
10076
10166
  msgstr ""
10077
10167
 
10078
- #: ../lib/katello/plugin.rb:726
10168
+ #: ../lib/katello/plugin.rb:732
10079
10169
  msgid "Install errata via Katello interface"
10080
10170
  msgstr ""
10081
10171
 
10082
- #: ../lib/katello/plugin.rb:727
10172
+ #: ../lib/katello/plugin.rb:733
10083
10173
  msgid "Katello: Install errata by search query"
10084
10174
  msgstr ""
10085
10175
 
10086
- #: ../lib/katello/plugin.rb:727
10176
+ #: ../lib/katello/plugin.rb:733
10087
10177
  msgid "Install errata using scoped search query"
10088
10178
  msgstr ""
10089
10179
 
10090
- #: ../lib/katello/plugin.rb:728
10180
+ #: ../lib/katello/plugin.rb:734
10091
10181
  msgid "Katello: Service Restart"
10092
10182
  msgstr ""
10093
10183
 
10094
- #: ../lib/katello/plugin.rb:728
10184
+ #: ../lib/katello/plugin.rb:734
10095
10185
  msgid "Restart Services via Katello interface"
10096
10186
  msgstr ""
10097
10187
 
10098
- #: ../lib/katello/plugin.rb:729
10188
+ #: ../lib/katello/plugin.rb:735
10099
10189
  msgid "Katello: Resolve Traces"
10100
10190
  msgstr ""
10101
10191
 
10102
- #: ../lib/katello/plugin.rb:729
10192
+ #: ../lib/katello/plugin.rb:735
10103
10193
  msgid "Resolve traces via Katello interface"
10104
10194
  msgstr ""
10105
10195
 
10106
- #: ../lib/katello/plugin.rb:730
10196
+ #: ../lib/katello/plugin.rb:736
10107
10197
  msgid "Katello: Configure host for new content source"
10108
10198
  msgstr ""
10109
10199
 
10110
- #: ../lib/katello/plugin.rb:730
10200
+ #: ../lib/katello/plugin.rb:736
10111
10201
  msgid "Replace content source on the target machine"
10112
10202
  msgstr ""
10113
10203
 
10114
- #: ../lib/katello/plugin.rb:731
10204
+ #: ../lib/katello/plugin.rb:737
10115
10205
  msgid "Katello: Upload Profile"
10116
10206
  msgstr ""
10117
10207
 
10118
- #: ../lib/katello/plugin.rb:731
10208
+ #: ../lib/katello/plugin.rb:737
10119
10209
  msgid "Upload package / repos profile"
10120
10210
  msgstr ""
10121
10211
 
10122
- #: ../lib/katello/plugin.rb:732
10212
+ #: ../lib/katello/plugin.rb:738
10123
10213
  msgid "Katello: Module Stream Actions"
10124
10214
  msgstr ""
10125
10215
 
10126
- #: ../lib/katello/plugin.rb:733
10216
+ #: ../lib/katello/plugin.rb:739
10127
10217
  msgid "Perform a module stream action via Katello interface"
10128
10218
  msgstr ""
10129
10219
 
10130
- #: ../lib/katello/plugin.rb:735
10220
+ #: ../lib/katello/plugin.rb:741
10131
10221
  msgid "Katello: Bootc Action"
10132
10222
  msgstr ""
10133
10223
 
10134
- #: ../lib/katello/plugin.rb:735
10224
+ #: ../lib/katello/plugin.rb:741
10135
10225
  msgid "Katello Bootc interface"
10136
10226
  msgstr ""
10137
10227
 
10138
- #: ../lib/katello/plugin.rb:736
10228
+ #: ../lib/katello/plugin.rb:742
10139
10229
  msgid "Katello: Bootc Upgrade"
10140
10230
  msgstr ""
10141
10231
 
10142
- #: ../lib/katello/plugin.rb:736
10232
+ #: ../lib/katello/plugin.rb:742
10143
10233
  msgid "Bootc upgrade via Bootc interface"
10144
10234
  msgstr ""
10145
10235
 
10146
- #: ../lib/katello/plugin.rb:737
10236
+ #: ../lib/katello/plugin.rb:743
10147
10237
  msgid "Katello: Bootc Switch"
10148
10238
  msgstr ""
10149
10239
 
10150
- #: ../lib/katello/plugin.rb:737
10240
+ #: ../lib/katello/plugin.rb:743
10151
10241
  msgid "Bootc switch via Bootc interface"
10152
10242
  msgstr ""
10153
10243
 
10154
- #: ../lib/katello/plugin.rb:738
10244
+ #: ../lib/katello/plugin.rb:744
10155
10245
  msgid "Katello: Bootc Rollback"
10156
10246
  msgstr ""
10157
10247
 
10158
- #: ../lib/katello/plugin.rb:738
10248
+ #: ../lib/katello/plugin.rb:744
10159
10249
  msgid "Bootc rollback via Bootc interface"
10160
10250
  msgstr ""
10161
10251
 
10162
- #: ../lib/katello/plugin.rb:739
10252
+ #: ../lib/katello/plugin.rb:745
10163
10253
  msgid "Katello: Bootc Status"
10164
10254
  msgstr ""
10165
10255
 
10166
- #: ../lib/katello/plugin.rb:739
10256
+ #: ../lib/katello/plugin.rb:745
10167
10257
  msgid "Bootc status via Bootc interface"
10168
10258
  msgstr ""
10169
10259
 
@@ -10402,7 +10492,7 @@ msgstr ""
10402
10492
  #: ../webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCVModal/BulkChangeHostCVModal.js:111
10403
10493
  #: ../webpack/scenes/ActivationKeys/Details/components/EditModal.js:118
10404
10494
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:353
10405
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:239
10495
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:241
10406
10496
  #: ../webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js:309
10407
10497
  #: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/UpdateDialog.js:39
10408
10498
  msgid "Save"
@@ -10444,19 +10534,27 @@ msgstr ""
10444
10534
  msgid "None provided"
10445
10535
  msgstr ""
10446
10536
 
10447
- #: ../webpack/components/Errata/index.js:156
10537
+ #: ../webpack/components/Errata/index.js:85
10538
+ #: ../webpack/components/Errata/index.js:145
10539
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:219
10540
+ #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:355
10541
+ #: ../webpack/scenes/RedHatRepositories/components/SearchBar.js:26
10542
+ msgid "Other"
10543
+ msgstr ""
10544
+
10545
+ #: ../webpack/components/Errata/index.js:174
10448
10546
  msgid "Low"
10449
10547
  msgstr ""
10450
10548
 
10451
- #: ../webpack/components/Errata/index.js:160
10549
+ #: ../webpack/components/Errata/index.js:178
10452
10550
  msgid "Moderate"
10453
10551
  msgstr ""
10454
10552
 
10455
- #: ../webpack/components/Errata/index.js:164
10553
+ #: ../webpack/components/Errata/index.js:182
10456
10554
  msgid "Important"
10457
10555
  msgstr ""
10458
10556
 
10459
- #: ../webpack/components/Errata/index.js:168
10557
+ #: ../webpack/components/Errata/index.js:186
10460
10558
  msgid "Critical"
10461
10559
  msgstr ""
10462
10560
 
@@ -10552,8 +10650,8 @@ msgstr ""
10552
10650
  #: ../webpack/scenes/ContentViews/Details/Filters/FilterRuleConstants.js:6
10553
10651
  #: ../webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js:68
10554
10652
  #: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:285
10555
- #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:247
10556
- #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:145
10653
+ #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:250
10654
+ #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:149
10557
10655
  #: ../webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js:77
10558
10656
  #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:53
10559
10657
  msgid "Try changing your search settings."
@@ -11215,8 +11313,8 @@ msgstr ""
11215
11313
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js:109
11216
11314
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:76
11217
11315
  #: ../webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js:77
11218
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:180
11219
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:196
11316
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:182
11317
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:198
11220
11318
  #: ../webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js:27
11221
11319
  #: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ConfirmBulkDelete.js:50
11222
11320
  #: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/Steps/ReviewEnvironments.js:59
@@ -11553,6 +11651,9 @@ msgstr ""
11553
11651
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/ExportSyncForm.js:65
11554
11652
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:144
11555
11653
  #: ../webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/NetworkSyncForm.js:253
11654
+ #: action_names.rb:166 action_names.rb:167 action_names.rb:168
11655
+ #: action_names.rb:169 action_names.rb:170 action_names.rb:171
11656
+ #: action_names.rb:172 action_names.rb:173 action_names.rb:174
11556
11657
  msgid "Update"
11557
11658
  msgstr ""
11558
11659
 
@@ -12290,19 +12391,6 @@ msgid ""
12290
12391
  "tpak registry access without a username or password."
12291
12392
  msgstr ""
12292
12393
 
12293
- #: ../webpack/components/extensions/about/SystemStatuses.js:18
12294
- msgid "Backend System Status"
12295
- msgstr ""
12296
-
12297
- #: ../webpack/components/extensions/about/SystemStatuses.js:23
12298
- msgid "Component"
12299
- msgstr ""
12300
-
12301
- #: ../webpack/components/extensions/about/SystemStatuses.js:25
12302
- #: ../webpack/scenes/Subscriptions/Manifest/ManifestHistoryTableSchema.js:21
12303
- msgid "Message"
12304
- msgstr ""
12305
-
12306
12394
  #: ../webpack/components/pf3Table/components/TableSelectionCell.js:37
12307
12395
  msgid "Select row"
12308
12396
  msgstr ""
@@ -12807,6 +12895,7 @@ msgstr ""
12807
12895
  #: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:277
12808
12896
  #: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:365
12809
12897
  #: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:242
12898
+ #: action_names.rb:117 action_names.rb:118 action_names.rb:119
12810
12899
  msgid "Refresh"
12811
12900
  msgstr ""
12812
12901
 
@@ -13056,8 +13145,8 @@ msgstr ""
13056
13145
 
13057
13146
  #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:242
13058
13147
  #: ../webpack/scenes/ContentViews/Create/CreateContentViewModal.js:10
13059
- #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:182
13060
- #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:188
13148
+ #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:186
13149
+ #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:192
13061
13150
  msgid "Create content view"
13062
13151
  msgstr ""
13063
13152
 
@@ -13218,8 +13307,8 @@ msgstr ""
13218
13307
  #:
13219
13308
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentVersion.js:20
13220
13309
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:182
13221
- #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:279
13222
- #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:290
13310
+ #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:283
13311
+ #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:294
13223
13312
  #: ../webpack/scenes/ContentViews/Table/tableDataGenerator.js:35
13224
13313
  #: ../webpack/scenes/ContentViews/Table/tableDataGenerator.js:41
13225
13314
  msgid "Not yet published"
@@ -13249,7 +13338,7 @@ msgstr ""
13249
13338
  #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:154
13250
13339
  #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:185
13251
13340
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:149
13252
- #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:315
13341
+ #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:319
13253
13342
  #: ../webpack/scenes/ContentViews/Table/tableDataGenerator.js:109
13254
13343
  msgid "No description"
13255
13344
  msgstr ""
@@ -13266,7 +13355,7 @@ msgstr ""
13266
13355
 
13267
13356
  #:
13268
13357
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:240
13269
- #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:144
13358
+ #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:148
13270
13359
  #: ../webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js:75
13271
13360
  #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:52
13272
13361
  msgid "No matching content views found"
@@ -13573,7 +13662,7 @@ msgid ""
13573
13662
  msgstr ""
13574
13663
 
13575
13664
  #: ../webpack/scenes/ContentViews/Details/ContentViewDetails.js:93
13576
- #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:104
13665
+ #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:106
13577
13666
  msgid "Copy"
13578
13667
  msgstr ""
13579
13668
 
@@ -13698,7 +13787,7 @@ msgstr ""
13698
13787
  #: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:71
13699
13788
  #: ../webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js:72
13700
13789
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js:87
13701
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:169
13790
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:170
13702
13791
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:337
13703
13792
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:344
13704
13793
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:303
@@ -13754,13 +13843,6 @@ msgstr ""
13754
13843
  msgid "Errata type"
13755
13844
  msgstr ""
13756
13845
 
13757
- #:
13758
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:219
13759
- #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:355
13760
- #: ../webpack/scenes/RedHatRepositories/components/SearchBar.js:26
13761
- msgid "Other"
13762
- msgstr ""
13763
-
13764
13846
  #:
13765
13847
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js:229
13766
13848
  msgid "At least one errata type option needs to be selected."
@@ -14036,7 +14118,7 @@ msgstr ""
14036
14118
 
14037
14119
  #:
14038
14120
  #: ../webpack/scenes/ContentViews/Details/Filters/Rules/ContainerTag/AddEditContainerTagRuleModal.js:85
14039
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:239
14121
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:241
14040
14122
  msgid "Add rule"
14041
14123
  msgstr ""
14042
14124
 
@@ -14086,12 +14168,12 @@ msgid "Edit RPM rule"
14086
14168
  msgstr ""
14087
14169
 
14088
14170
  #:
14089
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:208
14171
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:210
14090
14172
  msgid "Minimum version"
14091
14173
  msgstr ""
14092
14174
 
14093
14175
  #:
14094
- #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:220
14176
+ #: ../webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js:222
14095
14177
  msgid "Maximum version"
14096
14178
  msgstr ""
14097
14179
 
@@ -14183,7 +14265,8 @@ msgstr ""
14183
14265
  #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:214
14184
14266
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js:128
14185
14267
  #: ../webpack/scenes/ContentViews/Publish/CVPublishForm.js:111
14186
- #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:98
14268
+ #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:99
14269
+ #: action_names.rb:100
14187
14270
  msgid "Promote"
14188
14271
  msgstr ""
14189
14272
 
@@ -14250,6 +14333,7 @@ msgstr ""
14250
14333
  #:
14251
14334
  #: ../webpack/scenes/ContentViews/Details/Versions/BulkDelete/BulkDeleteModal.js:35
14252
14335
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js:80
14336
+ #: action_names.rb:43
14253
14337
  msgid "Delete version"
14254
14338
  msgstr ""
14255
14339
 
@@ -14614,7 +14698,7 @@ msgstr ""
14614
14698
 
14615
14699
  #:
14616
14700
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareHeader.js:92
14617
- #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:311
14701
+ #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:314
14618
14702
  msgid "Compare"
14619
14703
  msgstr ""
14620
14704
 
@@ -14664,20 +14748,20 @@ msgstr ""
14664
14748
  msgid "No packages"
14665
14749
  msgstr ""
14666
14750
 
14667
- #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:224
14751
+ #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:225
14668
14752
  #: ../webpack/scenes/ContentViews/Details/Versions/Delete/RemoveCVVersionWizard.js:64
14669
14753
  msgid "Remove from environments"
14670
14754
  msgstr ""
14671
14755
 
14672
- #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:244
14756
+ #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:247
14673
14757
  msgid "No versions yet"
14674
14758
  msgstr ""
14675
14759
 
14676
- #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:245
14760
+ #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:248
14677
14761
  msgid "Versions will appear here when the content view is published."
14678
14762
  msgstr ""
14679
14763
 
14680
- #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:246
14764
+ #: ../webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js:249
14681
14765
  msgid "No matching version found"
14682
14766
  msgstr ""
14683
14767
 
@@ -14987,12 +15071,12 @@ msgstr ""
14987
15071
  msgid "Last task"
14988
15072
  msgstr ""
14989
15073
 
14990
- #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:142
15074
+ #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:146
14991
15075
  #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:50
14992
15076
  msgid "No content views yet"
14993
15077
  msgstr ""
14994
15078
 
14995
- #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:143
15079
+ #: ../webpack/scenes/ContentViews/Table/ContentViewsTable.js:147
14996
15080
  #: ../webpack/scenes/SmartProxy/SmartProxyExpandableTable.js:51
14997
15081
  msgid "You currently have no content views to display"
14998
15082
  msgstr ""
@@ -15893,6 +15977,10 @@ msgstr ""
15893
15977
  msgid "CDN Configuration for Red Hat Content"
15894
15978
  msgstr ""
15895
15979
 
15980
+ #: ../webpack/scenes/Subscriptions/Manifest/ManifestHistoryTableSchema.js:21
15981
+ msgid "Message"
15982
+ msgstr ""
15983
+
15896
15984
  #: ../webpack/scenes/Subscriptions/Manifest/ManifestHistoryTableSchema.js:35
15897
15985
  msgid "Timestamp"
15898
15986
  msgstr ""
@@ -16157,3 +16245,331 @@ msgstr ""
16157
16245
  #: ../webpack/utils/helpers.js:9
16158
16246
  msgid "The subscription is no longer available"
16159
16247
  msgstr ""
16248
+
16249
+ #: action_names.rb:2
16250
+ msgid "Abstract async task"
16251
+ msgstr ""
16252
+
16253
+ #: action_names.rb:3
16254
+ msgid "Add rolling repo clone"
16255
+ msgstr ""
16256
+
16257
+ #: action_names.rb:5
16258
+ msgid "Auto attach subscriptions"
16259
+ msgstr ""
16260
+
16261
+ #: action_names.rb:7
16262
+ msgid "Commit upload"
16263
+ msgstr ""
16264
+
16265
+ #: action_names.rb:8
16266
+ msgid "Copy all units"
16267
+ msgstr ""
16268
+
16269
+ #: action_names.rb:9
16270
+ msgid "Copy content"
16271
+ msgstr ""
16272
+
16273
+ #: action_names.rb:10
16274
+ msgid "Copy version units to library"
16275
+ msgstr ""
16276
+
16277
+ #: action_names.rb:11
16278
+ msgid "Copy version"
16279
+ msgstr ""
16280
+
16281
+ #: action_names.rb:17
16282
+ msgid "Create exporter"
16283
+ msgstr ""
16284
+
16285
+ #: action_names.rb:18
16286
+ msgid "Create import"
16287
+ msgstr ""
16288
+
16289
+ #: action_names.rb:19
16290
+ msgid "Create importer"
16291
+ msgstr ""
16292
+
16293
+ #: action_names.rb:20
16294
+ msgid "Create publication"
16295
+ msgstr ""
16296
+
16297
+ #: action_names.rb:21 action_names.rb:22
16298
+ msgid "Create remote"
16299
+ msgstr ""
16300
+
16301
+ #: action_names.rb:34
16302
+ msgid "Delete distributions"
16303
+ msgstr ""
16304
+
16305
+ #: action_names.rb:35
16306
+ msgid "Delete orphan alternate content sources"
16307
+ msgstr ""
16308
+
16309
+ #: action_names.rb:36
16310
+ msgid "Delete orphan distributions"
16311
+ msgstr ""
16312
+
16313
+ #: action_names.rb:37
16314
+ msgid "Delete orphan remotes"
16315
+ msgstr ""
16316
+
16317
+ #: action_names.rb:38
16318
+ msgid "Delete orphan repository versions"
16319
+ msgstr ""
16320
+
16321
+ #: action_names.rb:39
16322
+ msgid "Delete orphaned migrated repositories"
16323
+ msgstr ""
16324
+
16325
+ #: action_names.rb:40 action_names.rb:41
16326
+ msgid "Delete remote"
16327
+ msgstr ""
16328
+
16329
+ #: action_names.rb:42
16330
+ msgid "Delete repository references"
16331
+ msgstr ""
16332
+
16333
+ #: action_names.rb:53
16334
+ msgid "Destroy exporter"
16335
+ msgstr ""
16336
+
16337
+ #: action_names.rb:54
16338
+ msgid "Destroy importer"
16339
+ msgstr ""
16340
+
16341
+ #: action_names.rb:58
16342
+ msgid "Discover"
16343
+ msgstr ""
16344
+
16345
+ #: action_names.rb:61
16346
+ msgid "Environment contents refresh"
16347
+ msgstr ""
16348
+
16349
+ #: action_names.rb:62 action_names.rb:63
16350
+ msgid "Errata mail"
16351
+ msgstr ""
16352
+
16353
+ #: action_names.rb:69
16354
+ msgid "Fetch pxe files"
16355
+ msgstr ""
16356
+
16357
+ #: action_names.rb:70
16358
+ msgid "Filtered index content"
16359
+ msgstr ""
16360
+
16361
+ #: action_names.rb:72 action_names.rb:73
16362
+ msgid "Generate metadata"
16363
+ msgstr ""
16364
+
16365
+ #: action_names.rb:75
16366
+ msgid "Hypervisors update"
16367
+ msgstr ""
16368
+
16369
+ #: action_names.rb:76
16370
+ msgid "Hypervisors"
16371
+ msgstr ""
16372
+
16373
+ #: action_names.rb:81
16374
+ msgid "Import migration"
16375
+ msgstr ""
16376
+
16377
+ #: action_names.rb:82
16378
+ msgid "Import repository upload"
16379
+ msgstr ""
16380
+
16381
+ #: action_names.rb:83 action_names.rb:84
16382
+ msgid "Import upload"
16383
+ msgstr ""
16384
+
16385
+ #: action_names.rb:86
16386
+ msgid "Incremental Update of Content View Version(s) "
16387
+ msgstr ""
16388
+
16389
+ #: action_names.rb:88
16390
+ msgid "Index content"
16391
+ msgstr ""
16392
+
16393
+ #: action_names.rb:89
16394
+ msgid "Index errata"
16395
+ msgstr ""
16396
+
16397
+ #: action_names.rb:90
16398
+ msgid "Index module streams"
16399
+ msgstr ""
16400
+
16401
+ #: action_names.rb:91
16402
+ msgid "Index package groups"
16403
+ msgstr ""
16404
+
16405
+ #: action_names.rb:92
16406
+ msgid "Initialize"
16407
+ msgstr ""
16408
+
16409
+ #: action_names.rb:93
16410
+ msgid "Instance update"
16411
+ msgstr ""
16412
+
16413
+ #: action_names.rb:94
16414
+ msgid "Metadata generate"
16415
+ msgstr ""
16416
+
16417
+ #: action_names.rb:96
16418
+ msgid "Multi copy all units"
16419
+ msgstr ""
16420
+
16421
+ #: action_names.rb:97
16422
+ msgid "Multi copy content"
16423
+ msgstr ""
16424
+
16425
+ #: action_names.rb:98
16426
+ msgid "Multi copy units"
16427
+ msgstr ""
16428
+
16429
+ #: action_names.rb:104
16430
+ msgid "Purge completed tasks"
16431
+ msgstr ""
16432
+
16433
+ #: action_names.rb:105 action_names.rb:106
16434
+ msgid "Reclaim space"
16435
+ msgstr ""
16436
+
16437
+ #: action_names.rb:110
16438
+ msgid "Refresh all distributions"
16439
+ msgstr ""
16440
+
16441
+ #: action_names.rb:111 action_names.rb:112
16442
+ msgid "Refresh distribution"
16443
+ msgstr ""
16444
+
16445
+ #: action_names.rb:113
16446
+ msgid "Refresh if needed"
16447
+ msgstr ""
16448
+
16449
+ #: action_names.rb:114 action_names.rb:115
16450
+ msgid "Refresh remote"
16451
+ msgstr ""
16452
+
16453
+ #: action_names.rb:116
16454
+ msgid "Refresh repos"
16455
+ msgstr ""
16456
+
16457
+ #: action_names.rb:120
16458
+ msgid "Reindex subscriptions"
16459
+ msgstr ""
16460
+
16461
+ #: action_names.rb:125 action_names.rb:126
16462
+ msgid "Remove orphans"
16463
+ msgstr ""
16464
+
16465
+ #: action_names.rb:127
16466
+ msgid "Remove rolling repo clone"
16467
+ msgstr ""
16468
+
16469
+ #: action_names.rb:129 action_names.rb:130
16470
+ msgid "Remove units"
16471
+ msgstr ""
16472
+
16473
+ #: action_names.rb:131
16474
+ msgid "Remove unneeded repos"
16475
+ msgstr ""
16476
+
16477
+ #: action_names.rb:132
16478
+ msgid "Repair"
16479
+ msgstr ""
16480
+
16481
+ #: action_names.rb:133
16482
+ msgid "Repositories certs reset"
16483
+ msgstr ""
16484
+
16485
+ #: action_names.rb:134
16486
+ msgid "Repositories gpg reset"
16487
+ msgstr ""
16488
+
16489
+ #: action_names.rb:137
16490
+ msgid "Save artifact"
16491
+ msgstr ""
16492
+
16493
+ #: action_names.rb:138
16494
+ msgid "Save distribution references"
16495
+ msgstr ""
16496
+
16497
+ #: action_names.rb:139
16498
+ msgid "Save publication"
16499
+ msgstr ""
16500
+
16501
+ #: action_names.rb:140
16502
+ msgid "Save version"
16503
+ msgstr ""
16504
+
16505
+ #: action_names.rb:141
16506
+ msgid "Save versions"
16507
+ msgstr ""
16508
+
16509
+ #: action_names.rb:142
16510
+ msgid "Scan cdn"
16511
+ msgstr ""
16512
+
16513
+ #: action_names.rb:143
16514
+ msgid "Scan remote"
16515
+ msgstr ""
16516
+
16517
+ #: action_names.rb:144
16518
+ msgid "Sync capsule"
16519
+ msgstr ""
16520
+
16521
+ #: action_names.rb:145 action_names.rb:146 action_names.rb:147
16522
+ msgid "Sync"
16523
+ msgstr ""
16524
+
16525
+ #: action_names.rb:148
16526
+ msgid "Syncable export"
16527
+ msgstr ""
16528
+
16529
+ #: action_names.rb:151
16530
+ msgid "Toggle"
16531
+ msgstr ""
16532
+
16533
+ #: action_names.rb:156
16534
+ msgid "Update content urls"
16535
+ msgstr ""
16536
+
16537
+ #: action_names.rb:158
16538
+ msgid "Update distributions"
16539
+ msgstr ""
16540
+
16541
+ #: action_names.rb:159
16542
+ msgid "Update http proxy details"
16543
+ msgstr ""
16544
+
16545
+ #: action_names.rb:160
16546
+ msgid "Update http proxy"
16547
+ msgstr ""
16548
+
16549
+ #: action_names.rb:161
16550
+ msgid "Update redhat repository"
16551
+ msgstr ""
16552
+
16553
+ #: action_names.rb:163 action_names.rb:164
16554
+ msgid "Update remote"
16555
+ msgstr ""
16556
+
16557
+ #: action_names.rb:165
16558
+ msgid "Update repository"
16559
+ msgstr ""
16560
+
16561
+ #: action_names.rb:178
16562
+ msgid "Upload content"
16563
+ msgstr ""
16564
+
16565
+ #: action_names.rb:179
16566
+ msgid "Upload file"
16567
+ msgstr ""
16568
+
16569
+ #: action_names.rb:182
16570
+ msgid "Upload tag"
16571
+ msgstr ""
16572
+
16573
+ #: action_names.rb:185 action_names.rb:186
16574
+ msgid "Verify checksum"
16575
+ msgstr ""