katello 5.0.0.rc2 → 5.0.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.
Files changed (243) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +41 -2
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +41 -2
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +41 -2
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +41 -2
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +42 -3
  7. data/app/assets/javascripts/katello/locale/de/katello.js +42 -3
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +41 -2
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +41 -2
  10. data/app/assets/javascripts/katello/locale/el/katello.js +41 -2
  11. data/app/assets/javascripts/katello/locale/en/katello.js +41 -2
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +41 -2
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +41 -2
  14. data/app/assets/javascripts/katello/locale/es/katello.js +42 -3
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +41 -2
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +42 -3
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +41 -2
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +41 -2
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +41 -2
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +41 -2
  21. data/app/assets/javascripts/katello/locale/id/katello.js +41 -2
  22. data/app/assets/javascripts/katello/locale/it/katello.js +42 -3
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +42 -3
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +42 -3
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +41 -2
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +42 -3
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +41 -2
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +41 -2
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +41 -2
  30. data/app/assets/javascripts/katello/locale/or/katello.js +41 -2
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +41 -2
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +41 -2
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +41 -2
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +41 -2
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +42 -3
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +41 -2
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +41 -2
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +42 -3
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +41 -2
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +41 -2
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +41 -2
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +41 -2
  43. data/app/assets/javascripts/katello/locale/te/katello.js +41 -2
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +41 -2
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +41 -2
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +41 -2
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +41 -2
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +42 -3
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +42 -3
  50. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -10
  51. data/app/controllers/katello/concerns/registration_commands_controller_extensions.rb +1 -1
  52. data/app/models/katello/concerns/smart_proxy_extensions.rb +1 -1
  53. data/app/views/katello/api/v2/activation_keys/base.json.rabl +18 -18
  54. data/app/views/katello/api/v2/content_facet/base.json.rabl +19 -19
  55. data/app/views/katello/api/v2/content_view_environments/show.json.rabl +10 -10
  56. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +2 -2
  57. data/db/migrate/20220929204746_add_content_view_environment_content_facet.rb +5 -5
  58. data/db/migrate/20240730163043_add_content_view_environment_activation_key.rb +5 -5
  59. data/db/migrate/20260402151630_add_content_view_environment_to_hostgroup_content_facet.rb +4 -4
  60. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +1 -1
  61. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html +1 -1
  62. data/lib/katello/tasks/upgrades/4.20/clean_cve_with_no_cvv.rake +4 -4
  63. data/lib/katello/version.rb +1 -1
  64. data/lib/rubocop/cop/katello/cve_abbreviation.rb +82 -0
  65. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  66. data/locale/bn/katello.po +41 -2
  67. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  68. data/locale/bn_IN/katello.po +41 -2
  69. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  70. data/locale/ca/katello.po +41 -2
  71. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  72. data/locale/cs/katello.po +41 -2
  73. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  74. data/locale/cs_CZ/katello.po +42 -3
  75. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  76. data/locale/de/katello.po +42 -3
  77. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  78. data/locale/de_AT/katello.po +41 -2
  79. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  80. data/locale/de_DE/katello.po +41 -2
  81. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  82. data/locale/el/katello.po +41 -2
  83. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  84. data/locale/en/katello.po +41 -2
  85. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  86. data/locale/en_GB/katello.po +41 -2
  87. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  88. data/locale/en_US/katello.po +41 -2
  89. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  90. data/locale/es/katello.po +42 -3
  91. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  92. data/locale/et_EE/katello.po +41 -2
  93. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  94. data/locale/fr/katello.po +42 -3
  95. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  96. data/locale/gl/katello.po +41 -2
  97. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  98. data/locale/gu/katello.po +41 -2
  99. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  100. data/locale/he_IL/katello.po +41 -2
  101. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  102. data/locale/hi/katello.po +41 -2
  103. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  104. data/locale/id/katello.po +41 -2
  105. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  106. data/locale/it/katello.po +42 -3
  107. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  108. data/locale/ja/katello.po +42 -3
  109. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  110. data/locale/ka/katello.po +42 -3
  111. data/locale/katello.pot +315 -257
  112. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  113. data/locale/kn/katello.po +41 -2
  114. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  115. data/locale/ko/katello.po +42 -3
  116. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  117. data/locale/ml_IN/katello.po +41 -2
  118. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  119. data/locale/mr/katello.po +41 -2
  120. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  121. data/locale/nl_NL/katello.po +41 -2
  122. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  123. data/locale/or/katello.po +41 -2
  124. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  125. data/locale/pa/katello.po +41 -2
  126. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  127. data/locale/pl/katello.po +41 -2
  128. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  129. data/locale/pl_PL/katello.po +41 -2
  130. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  131. data/locale/pt/katello.po +41 -2
  132. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  133. data/locale/pt_BR/katello.po +42 -3
  134. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  135. data/locale/ro/katello.po +41 -2
  136. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  137. data/locale/ro_RO/katello.po +41 -2
  138. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  139. data/locale/ru/katello.po +42 -3
  140. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  141. data/locale/sl/katello.po +41 -2
  142. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  143. data/locale/sv_SE/katello.po +41 -2
  144. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  145. data/locale/ta/katello.po +41 -2
  146. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  147. data/locale/ta_IN/katello.po +41 -2
  148. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  149. data/locale/te/katello.po +41 -2
  150. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  151. data/locale/tr/katello.po +41 -2
  152. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  153. data/locale/vi/katello.po +41 -2
  154. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  155. data/locale/vi_VN/katello.po +41 -2
  156. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  157. data/locale/zh/katello.po +41 -2
  158. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  159. data/locale/zh_CN/katello.po +42 -3
  160. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  161. data/locale/zh_TW/katello.po +42 -3
  162. data/package.json +2 -2
  163. data/webpack/ForemanColumnExtensions/index.js +1 -1
  164. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/AssignHostCVModal.js +3 -3
  165. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/ContentViewDetailsCard.js +5 -5
  166. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/OrderableAssignments.js +5 -5
  167. data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard/__tests__/AssignHostCVModal.test.js +17 -17
  168. data/webpack/components/extensions/Hosts/BulkActions/BulkAssignCVEnvsModal/BulkAssignCVEnvsModal.js +4 -8
  169. data/webpack/components/extensions/Hosts/BulkActions/BulkAssignCVEnvsModal/__tests__/BulkAssignCVEnvsModal.test.js +1 -1
  170. data/webpack/components/extensions/Hosts/BulkActions/BulkAssignCVEnvsModal/index.js +2 -1
  171. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +5 -10
  172. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +6 -24
  173. data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +2 -1
  174. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/04_ReviewFooter.js +2 -0
  175. data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +2 -1
  176. data/webpack/components/extensions/Hosts/BulkActions/BulkManageTracesModal/BulkManageTracesModal.js +4 -0
  177. data/webpack/components/extensions/Hosts/BulkActions/BulkManageTracesModal/index.js +2 -1
  178. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/04_ReviewFooter.js +2 -0
  179. data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +2 -1
  180. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/03_ReviewFooter.js +2 -0
  181. data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/BulkRepositorySetsWizard.js +2 -1
  182. data/webpack/components/extensions/Hosts/BulkActions/BulkSystemPurposeModal/BulkSystemPurposeModal.js +5 -0
  183. data/webpack/components/extensions/Hosts/BulkActions/BulkSystemPurposeModal/index.js +2 -1
  184. data/webpack/components/extensions/Hosts/BulkActions/__tests__/bulkSystemPurposeModal.test.js +6 -1
  185. data/webpack/components/extensions/RegistrationCommands/__tests__/ActivationKeys.test.js +6 -6
  186. data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +1 -1
  187. data/webpack/containers/Application/config.js +1 -1
  188. data/webpack/eslint-rules/no-cve-abbreviation.js +121 -0
  189. data/webpack/global_index.js +6 -6
  190. data/webpack/redux/reducers/index.js +0 -2
  191. data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +2 -2
  192. data/webpack/scenes/ActivationKeys/Details/components/AssignAKCVModal.js +3 -3
  193. data/webpack/scenes/ActivationKeys/Details/components/CreateAKCVModal.js +1 -1
  194. data/webpack/scenes/ActivationKeys/Details/components/{CVEDetailsCard.js → CvEnvDetailsCard.js} +9 -9
  195. data/webpack/scenes/ActivationKeys/Details/components/{CVEDetailsCreateCard.js → CvEnvDetailsCreateCard.js} +10 -10
  196. data/webpack/scenes/ActivationKeys/Details/components/__tests__/{CVEDetailsCreateCard.test.js → CvEnvDetailsCreateCard.test.js} +8 -8
  197. data/webpack/scenes/ContainerImages/Booted/BootedContainerImagesPage.js +2 -2
  198. data/webpack/scenes/ContainerImages/ContainerImagesPage.js +59 -52
  199. data/webpack/scenes/ContainerImages/ContainerImagesPage.scss +27 -4
  200. data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +1 -1
  201. data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVVersionRemoveReview.js +9 -9
  202. data/webpack/scenes/Hosts/ChangeContentSource/actions.js +2 -2
  203. data/webpack/scenes/Subscriptions/Manifest/CdnTabContent.js +44 -0
  204. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +179 -307
  205. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModalConstants.js +5 -0
  206. data/webpack/scenes/Subscriptions/Manifest/ManifestActions.js +64 -70
  207. data/webpack/scenes/Subscriptions/Manifest/ManifestConstants.js +5 -0
  208. data/webpack/scenes/Subscriptions/Manifest/ManifestHistoryContent.js +61 -0
  209. data/webpack/scenes/Subscriptions/Manifest/ManifestHistoryReducer.js +1 -1
  210. data/webpack/scenes/Subscriptions/Manifest/ManifestTabContent.js +357 -0
  211. data/webpack/scenes/Subscriptions/Manifest/__tests__/ManageManifestModal.test.js +129 -0
  212. data/webpack/scenes/Subscriptions/Manifest/__tests__/ManifestActions.test.js +69 -110
  213. data/webpack/scenes/Subscriptions/Manifest/__tests__/ManifestHistoryReducer.test.js +6 -2
  214. data/webpack/scenes/Subscriptions/Manifest/index.js +16 -1
  215. data/webpack/scenes/Subscriptions/SubscriptionActions.js +79 -145
  216. data/webpack/scenes/Subscriptions/SubscriptionConstants.js +4 -35
  217. data/webpack/scenes/Subscriptions/SubscriptionsColumns.js +90 -0
  218. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +297 -217
  219. data/webpack/scenes/Subscriptions/SubscriptionsPage.scss +40 -30
  220. data/webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsActions.js +11 -8
  221. data/webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsConstants.js +0 -1
  222. data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +104 -205
  223. data/webpack/scenes/Subscriptions/__tests__/subscriptions.fixtures.js +12 -8
  224. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTable.js +245 -241
  225. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/SubscriptionsTable.test.js +61 -27
  226. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Table.js +487 -73
  227. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js +22 -4
  228. data/webpack/utils/contentViewEnvironmentLabel.js +3 -3
  229. data/webpack/utils/helpers.js +2 -2
  230. metadata +15 -20
  231. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.scss +0 -39
  232. data/webpack/scenes/Subscriptions/Manifest/ManifestHistoryTableSchema.js +0 -47
  233. data/webpack/scenes/Subscriptions/SubscriptionReducer.js +0 -223
  234. data/webpack/scenes/Subscriptions/SubscriptionsSelectors.js +0 -31
  235. data/webpack/scenes/Subscriptions/__tests__/SubscriptionsActions.test.js +0 -297
  236. data/webpack/scenes/Subscriptions/__tests__/SubscriptionsReducer.test.js +0 -244
  237. data/webpack/scenes/Subscriptions/__tests__/SubscriptionsSelectors.test.js +0 -47
  238. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionNameFormatter.js +0 -23
  239. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionTypeFormatter.js +0 -32
  240. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/SubscriptionsTableSchema.js +0 -169
  241. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/SubscriptionTypeFormatter.test.js +0 -41
  242. data/webpack/scenes/Subscriptions/components/SubscriptionsTable/index.js +0 -2
  243. data/webpack/scenes/Subscriptions/index.js +0 -57
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5911fa2aedf5bfd61ae8b54328c592396e1193a0c34cfd68432df8067293a6bb
4
- data.tar.gz: 4cca18d82da586ff52fc4e8796968c84400394ad61a759455272d65fb0cbb5f8
3
+ metadata.gz: 6d45edb2c3dab2799a4be66db7d7d773725eb393b941e02fbfb2c79ad2afa0ed
4
+ data.tar.gz: d3f909aa16b4b073e28ecbd4886c7ddfa7c39eb4649241e4d90624333a337110
5
5
  SHA512:
6
- metadata.gz: d727a0af5be8b6a837e37479452ca14256f763d18ef0943f86750553d3574634617974008daa0aff75a24686e61e887ff1c6fefc8ad29cde0d042a698d8271b7
7
- data.tar.gz: 777bcb5e008cb49b89151b0666c4df6c92a9a937756432609e8c2275b6e530074aa3828db11fd748a47b6270e515b46c956b14ee1e7819457d91845b875eb0ce
6
+ metadata.gz: 546d141cd2bd2658914a26311cdbd4ff9842894f1eac062ac1fa047fe857d2043a03d8f6299f04a8f85b83ffd63ef94e0612b6e52667a75dfa7e5a123099cf0a
7
+ data.tar.gz: d385b9db9af63228ad7abf541ed94fc4a4bca552a5d90ef1c17358ccb67dfbb4a3d43ff30d61639002e2f9998bc3da3ee2025098e3f4340e80a5fb47b6ab3376
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 5.0.0.rc1",
6
+ "Project-Id-Version": "katello 5.0.0.rc2",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
9
  "Last-Translator": "Bryan Kearney <bryan.kearney@gmail.com>, 2022",
@@ -1396,6 +1396,9 @@
1396
1396
  "Collapse all": [
1397
1397
  ""
1398
1398
  ],
1399
+ "Collapse group": [
1400
+ ""
1401
+ ],
1399
1402
  "Comma-separated list of content view environment labels associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified. Requires allow_multiple_content_views setting to be on.": [
1400
1403
  ""
1401
1404
  ],
@@ -1459,6 +1462,9 @@
1459
1462
  "Configuration updated on Foreman": [
1460
1463
  ""
1461
1464
  ],
1465
+ "Confirm": [
1466
+ ""
1467
+ ],
1462
1468
  "Confirm Deletion": [
1463
1469
  ""
1464
1470
  ],
@@ -1726,6 +1732,9 @@
1726
1732
  "Content view environment ID": [
1727
1733
  ""
1728
1734
  ],
1735
+ "Content view environment identifier": [
1736
+ ""
1737
+ ],
1729
1738
  "Content view environments": [
1730
1739
  ""
1731
1740
  ],
@@ -2614,6 +2623,9 @@
2614
2623
  "Edit details": [
2615
2624
  ""
2616
2625
  ],
2626
+ "Edit entitlements": [
2627
+ ""
2628
+ ],
2617
2629
  "Edit filter rule": [
2618
2630
  ""
2619
2631
  ],
@@ -2845,6 +2857,9 @@
2845
2857
  "Expand All": [
2846
2858
  "সকল প্রসারিত করুন"
2847
2859
  ],
2860
+ "Expand group": [
2861
+ ""
2862
+ ],
2848
2863
  "Expire soon days": [
2849
2864
  ""
2850
2865
  ],
@@ -3257,7 +3272,7 @@
3257
3272
  "Greater than": [
3258
3273
  ""
3259
3274
  ],
3260
- "Guests of": [
3275
+ "Guests of %s": [
3261
3276
  ""
3262
3277
  ],
3263
3278
  "HTTP Proxies": [
@@ -3383,6 +3398,9 @@
3383
3398
  "Host group IDs": [
3384
3399
  ""
3385
3400
  ],
3401
+ "Host group identifier": [
3402
+ ""
3403
+ ],
3386
3404
  "Host groups": [
3387
3405
  ""
3388
3406
  ],
@@ -6798,6 +6816,12 @@
6798
6816
  "Saving alternate content source...": [
6799
6817
  ""
6800
6818
  ],
6819
+ "Saving subscription quantities...": [
6820
+ ""
6821
+ ],
6822
+ "Saving...": [
6823
+ ""
6824
+ ],
6801
6825
  "Scan": [
6802
6826
  ""
6803
6827
  ],
@@ -7134,6 +7158,9 @@
7134
7158
  "Show a content view component": [
7135
7159
  ""
7136
7160
  ],
7161
+ "Show a content view environment": [
7162
+ ""
7163
+ ],
7137
7164
  "Show a content view's history": [
7138
7165
  ""
7139
7166
  ],
@@ -9104,6 +9131,9 @@
9104
9131
  "You currently have no content views to display": [
9105
9132
  ""
9106
9133
  ],
9134
+ "You do not have permission to view this organization.": [
9135
+ ""
9136
+ ],
9107
9137
  "You do not have permissions to delete %s": [
9108
9138
  ""
9109
9139
  ],
@@ -9536,6 +9566,12 @@
9536
9566
  "has already been taken for a product in this organization.": [
9537
9567
  ""
9538
9568
  ],
9569
+ "has already been taken for this activation key": [
9570
+ ""
9571
+ ],
9572
+ "has already been taken for this host": [
9573
+ ""
9574
+ ],
9539
9575
  "has already been taken for this product.": [
9540
9576
  ""
9541
9577
  ],
@@ -9623,6 +9659,9 @@
9623
9659
  "label of the repository": [
9624
9660
  ""
9625
9661
  ],
9662
+ "latest": [
9663
+ ""
9664
+ ],
9626
9665
  "limit to only repositories with this download policy": [
9627
9666
  ""
9628
9667
  ],
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 5.0.0.rc1",
6
+ "Project-Id-Version": "katello 5.0.0.rc2",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
9
  "Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4, 2022",
@@ -1396,6 +1396,9 @@
1396
1396
  "Collapse all": [
1397
1397
  ""
1398
1398
  ],
1399
+ "Collapse group": [
1400
+ ""
1401
+ ],
1399
1402
  "Comma-separated list of content view environment labels associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified. Requires allow_multiple_content_views setting to be on.": [
1400
1403
  ""
1401
1404
  ],
@@ -1459,6 +1462,9 @@
1459
1462
  "Configuration updated on Foreman": [
1460
1463
  ""
1461
1464
  ],
1465
+ "Confirm": [
1466
+ ""
1467
+ ],
1462
1468
  "Confirm Deletion": [
1463
1469
  ""
1464
1470
  ],
@@ -1726,6 +1732,9 @@
1726
1732
  "Content view environment ID": [
1727
1733
  ""
1728
1734
  ],
1735
+ "Content view environment identifier": [
1736
+ ""
1737
+ ],
1729
1738
  "Content view environments": [
1730
1739
  ""
1731
1740
  ],
@@ -2614,6 +2623,9 @@
2614
2623
  "Edit details": [
2615
2624
  ""
2616
2625
  ],
2626
+ "Edit entitlements": [
2627
+ ""
2628
+ ],
2617
2629
  "Edit filter rule": [
2618
2630
  ""
2619
2631
  ],
@@ -2845,6 +2857,9 @@
2845
2857
  "Expand All": [
2846
2858
  ""
2847
2859
  ],
2860
+ "Expand group": [
2861
+ ""
2862
+ ],
2848
2863
  "Expire soon days": [
2849
2864
  ""
2850
2865
  ],
@@ -3257,7 +3272,7 @@
3257
3272
  "Greater than": [
3258
3273
  ""
3259
3274
  ],
3260
- "Guests of": [
3275
+ "Guests of %s": [
3261
3276
  ""
3262
3277
  ],
3263
3278
  "HTTP Proxies": [
@@ -3383,6 +3398,9 @@
3383
3398
  "Host group IDs": [
3384
3399
  ""
3385
3400
  ],
3401
+ "Host group identifier": [
3402
+ ""
3403
+ ],
3386
3404
  "Host groups": [
3387
3405
  ""
3388
3406
  ],
@@ -6798,6 +6816,12 @@
6798
6816
  "Saving alternate content source...": [
6799
6817
  ""
6800
6818
  ],
6819
+ "Saving subscription quantities...": [
6820
+ ""
6821
+ ],
6822
+ "Saving...": [
6823
+ ""
6824
+ ],
6801
6825
  "Scan": [
6802
6826
  ""
6803
6827
  ],
@@ -7134,6 +7158,9 @@
7134
7158
  "Show a content view component": [
7135
7159
  ""
7136
7160
  ],
7161
+ "Show a content view environment": [
7162
+ ""
7163
+ ],
7137
7164
  "Show a content view's history": [
7138
7165
  ""
7139
7166
  ],
@@ -9104,6 +9131,9 @@
9104
9131
  "You currently have no content views to display": [
9105
9132
  ""
9106
9133
  ],
9134
+ "You do not have permission to view this organization.": [
9135
+ ""
9136
+ ],
9107
9137
  "You do not have permissions to delete %s": [
9108
9138
  ""
9109
9139
  ],
@@ -9536,6 +9566,12 @@
9536
9566
  "has already been taken for a product in this organization.": [
9537
9567
  ""
9538
9568
  ],
9569
+ "has already been taken for this activation key": [
9570
+ ""
9571
+ ],
9572
+ "has already been taken for this host": [
9573
+ ""
9574
+ ],
9539
9575
  "has already been taken for this product.": [
9540
9576
  ""
9541
9577
  ],
@@ -9623,6 +9659,9 @@
9623
9659
  "label of the repository": [
9624
9660
  ""
9625
9661
  ],
9662
+ "latest": [
9663
+ ""
9664
+ ],
9626
9665
  "limit to only repositories with this download policy": [
9627
9666
  ""
9628
9667
  ],
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 5.0.0.rc1",
6
+ "Project-Id-Version": "katello 5.0.0.rc2",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
9
  "Last-Translator": "Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>, 2026",
@@ -1396,6 +1396,9 @@
1396
1396
  "Collapse all": [
1397
1397
  ""
1398
1398
  ],
1399
+ "Collapse group": [
1400
+ ""
1401
+ ],
1399
1402
  "Comma-separated list of content view environment labels associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified. Requires allow_multiple_content_views setting to be on.": [
1400
1403
  ""
1401
1404
  ],
@@ -1459,6 +1462,9 @@
1459
1462
  "Configuration updated on Foreman": [
1460
1463
  ""
1461
1464
  ],
1465
+ "Confirm": [
1466
+ ""
1467
+ ],
1462
1468
  "Confirm Deletion": [
1463
1469
  ""
1464
1470
  ],
@@ -1726,6 +1732,9 @@
1726
1732
  "Content view environment ID": [
1727
1733
  ""
1728
1734
  ],
1735
+ "Content view environment identifier": [
1736
+ ""
1737
+ ],
1729
1738
  "Content view environments": [
1730
1739
  ""
1731
1740
  ],
@@ -2614,6 +2623,9 @@
2614
2623
  "Edit details": [
2615
2624
  ""
2616
2625
  ],
2626
+ "Edit entitlements": [
2627
+ ""
2628
+ ],
2617
2629
  "Edit filter rule": [
2618
2630
  ""
2619
2631
  ],
@@ -2845,6 +2857,9 @@
2845
2857
  "Expand All": [
2846
2858
  "Expandeix-ho tot"
2847
2859
  ],
2860
+ "Expand group": [
2861
+ ""
2862
+ ],
2848
2863
  "Expire soon days": [
2849
2864
  ""
2850
2865
  ],
@@ -3257,7 +3272,7 @@
3257
3272
  "Greater than": [
3258
3273
  ""
3259
3274
  ],
3260
- "Guests of": [
3275
+ "Guests of %s": [
3261
3276
  ""
3262
3277
  ],
3263
3278
  "HTTP Proxies": [
@@ -3383,6 +3398,9 @@
3383
3398
  "Host group IDs": [
3384
3399
  "Els ID dels grups d'amfitrions"
3385
3400
  ],
3401
+ "Host group identifier": [
3402
+ ""
3403
+ ],
3386
3404
  "Host groups": [
3387
3405
  "Grups d'amfitrions"
3388
3406
  ],
@@ -6798,6 +6816,12 @@
6798
6816
  "Saving alternate content source...": [
6799
6817
  ""
6800
6818
  ],
6819
+ "Saving subscription quantities...": [
6820
+ ""
6821
+ ],
6822
+ "Saving...": [
6823
+ ""
6824
+ ],
6801
6825
  "Scan": [
6802
6826
  ""
6803
6827
  ],
@@ -7134,6 +7158,9 @@
7134
7158
  "Show a content view component": [
7135
7159
  ""
7136
7160
  ],
7161
+ "Show a content view environment": [
7162
+ ""
7163
+ ],
7137
7164
  "Show a content view's history": [
7138
7165
  ""
7139
7166
  ],
@@ -9104,6 +9131,9 @@
9104
9131
  "You currently have no content views to display": [
9105
9132
  ""
9106
9133
  ],
9134
+ "You do not have permission to view this organization.": [
9135
+ ""
9136
+ ],
9107
9137
  "You do not have permissions to delete %s": [
9108
9138
  ""
9109
9139
  ],
@@ -9536,6 +9566,12 @@
9536
9566
  "has already been taken for a product in this organization.": [
9537
9567
  ""
9538
9568
  ],
9569
+ "has already been taken for this activation key": [
9570
+ ""
9571
+ ],
9572
+ "has already been taken for this host": [
9573
+ ""
9574
+ ],
9539
9575
  "has already been taken for this product.": [
9540
9576
  ""
9541
9577
  ],
@@ -9623,6 +9659,9 @@
9623
9659
  "label of the repository": [
9624
9660
  ""
9625
9661
  ],
9662
+ "latest": [
9663
+ ""
9664
+ ],
9626
9665
  "limit to only repositories with this download policy": [
9627
9666
  ""
9628
9667
  ],
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 5.0.0.rc1",
6
+ "Project-Id-Version": "katello 5.0.0.rc2",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2026-06-09 15:04+0000",
9
9
  "Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
@@ -1396,6 +1396,9 @@
1396
1396
  "Collapse all": [
1397
1397
  ""
1398
1398
  ],
1399
+ "Collapse group": [
1400
+ ""
1401
+ ],
1399
1402
  "Comma-separated list of content view environment labels associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified. Requires allow_multiple_content_views setting to be on.": [
1400
1403
  ""
1401
1404
  ],
@@ -1459,6 +1462,9 @@
1459
1462
  "Configuration updated on Foreman": [
1460
1463
  ""
1461
1464
  ],
1465
+ "Confirm": [
1466
+ ""
1467
+ ],
1462
1468
  "Confirm Deletion": [
1463
1469
  ""
1464
1470
  ],
@@ -1726,6 +1732,9 @@
1726
1732
  "Content view environment ID": [
1727
1733
  ""
1728
1734
  ],
1735
+ "Content view environment identifier": [
1736
+ ""
1737
+ ],
1729
1738
  "Content view environments": [
1730
1739
  ""
1731
1740
  ],
@@ -2614,6 +2623,9 @@
2614
2623
  "Edit details": [
2615
2624
  ""
2616
2625
  ],
2626
+ "Edit entitlements": [
2627
+ ""
2628
+ ],
2617
2629
  "Edit filter rule": [
2618
2630
  ""
2619
2631
  ],
@@ -2845,6 +2857,9 @@
2845
2857
  "Expand All": [
2846
2858
  ""
2847
2859
  ],
2860
+ "Expand group": [
2861
+ ""
2862
+ ],
2848
2863
  "Expire soon days": [
2849
2864
  ""
2850
2865
  ],
@@ -3257,7 +3272,7 @@
3257
3272
  "Greater than": [
3258
3273
  ""
3259
3274
  ],
3260
- "Guests of": [
3275
+ "Guests of %s": [
3261
3276
  ""
3262
3277
  ],
3263
3278
  "HTTP Proxies": [
@@ -3383,6 +3398,9 @@
3383
3398
  "Host group IDs": [
3384
3399
  ""
3385
3400
  ],
3401
+ "Host group identifier": [
3402
+ ""
3403
+ ],
3386
3404
  "Host groups": [
3387
3405
  ""
3388
3406
  ],
@@ -6798,6 +6816,12 @@
6798
6816
  "Saving alternate content source...": [
6799
6817
  ""
6800
6818
  ],
6819
+ "Saving subscription quantities...": [
6820
+ ""
6821
+ ],
6822
+ "Saving...": [
6823
+ ""
6824
+ ],
6801
6825
  "Scan": [
6802
6826
  ""
6803
6827
  ],
@@ -7134,6 +7158,9 @@
7134
7158
  "Show a content view component": [
7135
7159
  ""
7136
7160
  ],
7161
+ "Show a content view environment": [
7162
+ ""
7163
+ ],
7137
7164
  "Show a content view's history": [
7138
7165
  ""
7139
7166
  ],
@@ -9104,6 +9131,9 @@
9104
9131
  "You currently have no content views to display": [
9105
9132
  ""
9106
9133
  ],
9134
+ "You do not have permission to view this organization.": [
9135
+ ""
9136
+ ],
9107
9137
  "You do not have permissions to delete %s": [
9108
9138
  ""
9109
9139
  ],
@@ -9536,6 +9566,12 @@
9536
9566
  "has already been taken for a product in this organization.": [
9537
9567
  ""
9538
9568
  ],
9569
+ "has already been taken for this activation key": [
9570
+ ""
9571
+ ],
9572
+ "has already been taken for this host": [
9573
+ ""
9574
+ ],
9539
9575
  "has already been taken for this product.": [
9540
9576
  ""
9541
9577
  ],
@@ -9623,6 +9659,9 @@
9623
9659
  "label of the repository": [
9624
9660
  ""
9625
9661
  ],
9662
+ "latest": [
9663
+ ""
9664
+ ],
9626
9665
  "limit to only repositories with this download policy": [
9627
9666
  ""
9628
9667
  ],
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 5.0.0.rc1",
6
+ "Project-Id-Version": "katello 5.0.0.rc2",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
9
  "Last-Translator": "Pavel Borecki <pavel.borecki@gmail.com>, 2026",
@@ -1398,6 +1398,9 @@
1398
1398
  "Collapse all": [
1399
1399
  ""
1400
1400
  ],
1401
+ "Collapse group": [
1402
+ ""
1403
+ ],
1401
1404
  "Comma-separated list of content view environment labels associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified. Requires allow_multiple_content_views setting to be on.": [
1402
1405
  ""
1403
1406
  ],
@@ -1461,6 +1464,9 @@
1461
1464
  "Configuration updated on Foreman": [
1462
1465
  ""
1463
1466
  ],
1467
+ "Confirm": [
1468
+ ""
1469
+ ],
1464
1470
  "Confirm Deletion": [
1465
1471
  ""
1466
1472
  ],
@@ -1728,6 +1734,9 @@
1728
1734
  "Content view environment ID": [
1729
1735
  ""
1730
1736
  ],
1737
+ "Content view environment identifier": [
1738
+ ""
1739
+ ],
1731
1740
  "Content view environments": [
1732
1741
  ""
1733
1742
  ],
@@ -2616,6 +2625,9 @@
2616
2625
  "Edit details": [
2617
2626
  ""
2618
2627
  ],
2628
+ "Edit entitlements": [
2629
+ ""
2630
+ ],
2619
2631
  "Edit filter rule": [
2620
2632
  ""
2621
2633
  ],
@@ -2847,6 +2859,9 @@
2847
2859
  "Expand All": [
2848
2860
  "Rozbalit vše"
2849
2861
  ],
2862
+ "Expand group": [
2863
+ ""
2864
+ ],
2850
2865
  "Expire soon days": [
2851
2866
  ""
2852
2867
  ],
@@ -3259,8 +3274,8 @@
3259
3274
  "Greater than": [
3260
3275
  ""
3261
3276
  ],
3262
- "Guests of": [
3263
- "Host od"
3277
+ "Guests of %s": [
3278
+ ""
3264
3279
  ],
3265
3280
  "HTTP Proxies": [
3266
3281
  "HTTP proxy"
@@ -3385,6 +3400,9 @@
3385
3400
  "Host group IDs": [
3386
3401
  "Identifikátory skupiny strojů"
3387
3402
  ],
3403
+ "Host group identifier": [
3404
+ ""
3405
+ ],
3388
3406
  "Host groups": [
3389
3407
  "Skupiny hostitelů"
3390
3408
  ],
@@ -6800,6 +6818,12 @@
6800
6818
  "Saving alternate content source...": [
6801
6819
  ""
6802
6820
  ],
6821
+ "Saving subscription quantities...": [
6822
+ ""
6823
+ ],
6824
+ "Saving...": [
6825
+ ""
6826
+ ],
6803
6827
  "Scan": [
6804
6828
  ""
6805
6829
  ],
@@ -7136,6 +7160,9 @@
7136
7160
  "Show a content view component": [
7137
7161
  ""
7138
7162
  ],
7163
+ "Show a content view environment": [
7164
+ ""
7165
+ ],
7139
7166
  "Show a content view's history": [
7140
7167
  ""
7141
7168
  ],
@@ -9106,6 +9133,9 @@
9106
9133
  "You currently have no content views to display": [
9107
9134
  ""
9108
9135
  ],
9136
+ "You do not have permission to view this organization.": [
9137
+ ""
9138
+ ],
9109
9139
  "You do not have permissions to delete %s": [
9110
9140
  ""
9111
9141
  ],
@@ -9538,6 +9568,12 @@
9538
9568
  "has already been taken for a product in this organization.": [
9539
9569
  ""
9540
9570
  ],
9571
+ "has already been taken for this activation key": [
9572
+ ""
9573
+ ],
9574
+ "has already been taken for this host": [
9575
+ ""
9576
+ ],
9541
9577
  "has already been taken for this product.": [
9542
9578
  ""
9543
9579
  ],
@@ -9625,6 +9661,9 @@
9625
9661
  "label of the repository": [
9626
9662
  "štítek repozitáře"
9627
9663
  ],
9664
+ "latest": [
9665
+ ""
9666
+ ],
9628
9667
  "limit to only repositories with this download policy": [
9629
9668
  ""
9630
9669
  ],