katello 4.18.0.rc2 → 4.18.0

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

Potentially problematic release.


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

Files changed (234) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +279 -15
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +279 -15
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +281 -17
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +280 -16
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +282 -18
  7. data/app/assets/javascripts/katello/locale/de/katello.js +290 -26
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +279 -15
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +281 -17
  10. data/app/assets/javascripts/katello/locale/el/katello.js +281 -17
  11. data/app/assets/javascripts/katello/locale/en/katello.js +280 -16
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +280 -16
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +279 -15
  14. data/app/assets/javascripts/katello/locale/es/katello.js +445 -181
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +279 -15
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +1097 -833
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +279 -15
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +279 -15
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +279 -15
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +279 -15
  21. data/app/assets/javascripts/katello/locale/id/katello.js +279 -15
  22. data/app/assets/javascripts/katello/locale/it/katello.js +281 -17
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +826 -562
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +677 -413
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +279 -15
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +2325 -2062
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +279 -15
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +279 -15
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +279 -15
  30. data/app/assets/javascripts/katello/locale/or/katello.js +279 -15
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +279 -15
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +281 -17
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +279 -15
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +279 -15
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +458 -194
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +279 -15
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +279 -15
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +281 -17
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +281 -17
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +279 -15
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +279 -15
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +279 -15
  43. data/app/assets/javascripts/katello/locale/te/katello.js +279 -15
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +279 -15
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +279 -15
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +279 -15
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +279 -15
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +831 -567
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +281 -17
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +2 -2
  51. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +69 -19
  52. data/app/controllers/katello/api/v2/exports_controller.rb +14 -7
  53. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +9 -0
  54. data/app/controllers/katello/api/v2/host_errata_controller.rb +24 -2
  55. data/app/controllers/katello/api/v2/organizations_controller.rb +10 -4
  56. data/app/controllers/katello/api/v2/repositories_controller.rb +12 -3
  57. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +36 -8
  58. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +9 -1
  59. data/app/lib/actions/katello/repository/destroy.rb +3 -2
  60. data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +1 -2
  61. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -2
  62. data/app/lib/katello/errors.rb +2 -0
  63. data/app/models/katello/content_view_environment.rb +3 -0
  64. data/app/models/katello/rhel_lifecycle_status.rb +3 -1
  65. data/app/services/katello/pulp3/content_view_version/export.rb +32 -25
  66. data/app/services/katello/pulp3/content_view_version/export_validator.rb +1 -1
  67. data/app/views/katello/api/v2/content_facet/base.json.rabl +3 -0
  68. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-type.filter.js +1 -1
  69. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +8 -0
  70. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +6 -5
  71. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +6 -5
  72. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +6 -5
  73. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +6 -5
  74. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +6 -5
  75. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +6 -5
  76. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +6 -5
  77. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +6 -5
  78. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +6 -5
  79. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +6 -5
  80. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +6 -5
  81. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +6 -5
  82. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -5
  83. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +6 -5
  84. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +6 -5
  85. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +6 -5
  86. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +6 -5
  87. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +6 -5
  88. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +6 -5
  89. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +6 -5
  90. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +6 -5
  91. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +6 -5
  92. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +6 -5
  93. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +6 -5
  94. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +6 -5
  95. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +6 -5
  96. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +6 -5
  97. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +6 -5
  98. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +6 -5
  99. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +6 -5
  100. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +6 -5
  101. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +6 -5
  102. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +6 -5
  103. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +6 -5
  104. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +6 -5
  105. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +6 -5
  106. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +6 -5
  107. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +6 -5
  108. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +6 -5
  109. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +6 -5
  110. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +6 -5
  111. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +6 -5
  112. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +6 -5
  113. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +6 -5
  114. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +6 -5
  115. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +6 -5
  116. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +11 -11
  117. data/lib/katello/plugin.rb +6 -0
  118. data/lib/katello/tasks/repository.rake +67 -0
  119. data/lib/katello/version.rb +1 -1
  120. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  121. data/locale/bn/katello.po +279 -15
  122. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  123. data/locale/bn_IN/katello.po +279 -15
  124. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  125. data/locale/ca/katello.po +282 -18
  126. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  127. data/locale/cs/katello.po +280 -17
  128. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  129. data/locale/cs_CZ/katello.po +283 -19
  130. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  131. data/locale/de/katello.po +295 -31
  132. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  133. data/locale/de_AT/katello.po +279 -15
  134. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  135. data/locale/de_DE/katello.po +282 -18
  136. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  137. data/locale/el/katello.po +282 -18
  138. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  139. data/locale/en/katello.po +280 -17
  140. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  141. data/locale/en_GB/katello.po +280 -16
  142. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  143. data/locale/en_US/katello.po +279 -15
  144. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  145. data/locale/es/katello.po +449 -184
  146. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  147. data/locale/et_EE/katello.po +279 -15
  148. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  149. data/locale/fr/katello.po +1103 -840
  150. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  151. data/locale/gl/katello.po +279 -15
  152. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  153. data/locale/gu/katello.po +279 -15
  154. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  155. data/locale/he_IL/katello.po +279 -15
  156. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  157. data/locale/hi/katello.po +279 -15
  158. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  159. data/locale/id/katello.po +279 -15
  160. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  161. data/locale/it/katello.po +282 -18
  162. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  163. data/locale/ja/katello.po +833 -568
  164. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  165. data/locale/ka/katello.po +679 -413
  166. data/locale/katello.pot +775 -359
  167. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  168. data/locale/kn/katello.po +279 -15
  169. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  170. data/locale/ko/katello.po +2334 -2058
  171. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/ml_IN/katello.po +279 -15
  173. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  174. data/locale/mr/katello.po +279 -15
  175. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  176. data/locale/nl_NL/katello.po +279 -15
  177. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  178. data/locale/or/katello.po +279 -15
  179. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/pa/katello.po +279 -15
  181. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  182. data/locale/pl/katello.po +282 -18
  183. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/pl_PL/katello.po +279 -15
  185. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  186. data/locale/pt/katello.po +279 -15
  187. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  188. data/locale/pt_BR/katello.po +462 -197
  189. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/ro/katello.po +279 -15
  191. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/ro_RO/katello.po +279 -15
  193. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/ru/katello.po +282 -18
  195. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  196. data/locale/sl/katello.po +282 -18
  197. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/sv_SE/katello.po +279 -15
  199. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  200. data/locale/ta/katello.po +279 -15
  201. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  202. data/locale/ta_IN/katello.po +279 -15
  203. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  204. data/locale/te/katello.po +279 -15
  205. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  206. data/locale/tr/katello.po +279 -15
  207. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/vi/katello.po +279 -15
  209. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/vi_VN/katello.po +279 -15
  211. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/zh/katello.po +279 -15
  213. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/zh_CN/katello.po +836 -567
  215. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/zh_TW/katello.po +282 -18
  217. data/webpack/components/Errata/index.js +18 -0
  218. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +3 -0
  219. data/webpack/global_index.js +0 -4
  220. data/webpack/redux/actions/RedHatRepositories/helpers.js +3 -3
  221. data/webpack/redux/reducers/index.js +0 -2
  222. metadata +4 -16
  223. data/webpack/components/extensions/about/SystemStatuses.js +0 -55
  224. data/webpack/components/extensions/about/SystemStatusesActions.js +0 -16
  225. data/webpack/components/extensions/about/SystemStatusesConsts.js +0 -3
  226. data/webpack/components/extensions/about/SystemStatusesReducer.js +0 -26
  227. data/webpack/components/extensions/about/SystemStatusesSelectors.js +0 -3
  228. data/webpack/components/extensions/about/__tests__/SystemStatuses.fixtures.js +0 -20
  229. data/webpack/components/extensions/about/__tests__/SystemStatuses.test.js +0 -14
  230. data/webpack/components/extensions/about/__tests__/SystemStatusesReducer.test.js +0 -32
  231. data/webpack/components/extensions/about/__tests__/__snapshots__/SystemStatuses.test.js.snap +0 -156
  232. data/webpack/components/extensions/about/__tests__/__snapshots__/SystemStatusesReducer.test.js.snap +0 -47
  233. data/webpack/components/extensions/about/index.js +0 -19
  234. data/webpack/components/extensions/reducers.js +0 -6
@@ -3,10 +3,10 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 4.18.0.pre.master",
6
+ "Project-Id-Version": "katello 4.18.0.rc2",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
- "Last-Translator": "Bryan Kearney <bryan.kearney@gmail.com>, 2024",
9
+ "Last-Translator": "Bryan Kearney <bryan.kearney@gmail.com>, 2025",
10
10
  "Language-Team": "Italian (https://app.transifex.com/foreman/teams/114/it/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
@@ -465,6 +465,9 @@
465
465
  "About page": [
466
466
  ""
467
467
  ],
468
+ "Abstract async task": [
469
+ ""
470
+ ],
468
471
  "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
469
472
  ""
470
473
  ],
@@ -609,6 +612,9 @@
609
612
  "Add repositories with package groups to content view to select them here.": [
610
613
  ""
611
614
  ],
615
+ "Add rolling repo clone": [
616
+ ""
617
+ ],
612
618
  "Add rule": [
613
619
  ""
614
620
  ],
@@ -977,6 +983,9 @@
977
983
  "Auto Publish - Triggered by '%s'": [
978
984
  ""
979
985
  ],
986
+ "Auto attach subscriptions": [
987
+ ""
988
+ ],
980
989
  "Auto publish": [
981
990
  ""
982
991
  ],
@@ -1004,9 +1013,6 @@
1004
1013
  "Back": [
1005
1014
  "Indietro"
1006
1015
  ],
1007
- "Backend System Status": [
1008
- "Stato sistema di backend"
1009
- ],
1010
1016
  "Base URL": [
1011
1017
  ""
1012
1018
  ],
@@ -1301,7 +1307,7 @@
1301
1307
  "Cannot incrementally export from a filtered and a non-filtered content view version. The exported content view version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}.'. Please do a full export.": [
1302
1308
  ""
1303
1309
  ],
1304
- "Cannot incrementally export from a incrementally exported version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export.": [
1310
+ "Cannot incrementally export from a incrementally updated version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export.": [
1305
1311
  ""
1306
1312
  ],
1307
1313
  "Cannot install errata: No errata found for search term '%s'": [
@@ -1472,15 +1478,15 @@
1472
1478
  "Comma-separated list of tags to sync for a container image repository": [
1473
1479
  ""
1474
1480
  ],
1481
+ "Commit upload": [
1482
+ ""
1483
+ ],
1475
1484
  "Compare": [
1476
1485
  ""
1477
1486
  ],
1478
1487
  "Completed pulp task protection days": [
1479
1488
  ""
1480
1489
  ],
1481
- "Component": [
1482
- "Componente"
1483
- ],
1484
1490
  "Component Content View": [
1485
1491
  ""
1486
1492
  ],
@@ -1826,15 +1832,27 @@
1826
1832
  "Copy": [
1827
1833
  ""
1828
1834
  ],
1835
+ "Copy all units": [
1836
+ ""
1837
+ ],
1829
1838
  "Copy an activation key": [
1830
1839
  "Copia una chiave di attivazione"
1831
1840
  ],
1841
+ "Copy content": [
1842
+ ""
1843
+ ],
1832
1844
  "Copy content view": [
1833
1845
  ""
1834
1846
  ],
1835
1847
  "Copy to clipboard": [
1836
1848
  ""
1837
1849
  ],
1850
+ "Copy version": [
1851
+ ""
1852
+ ],
1853
+ "Copy version units to library": [
1854
+ ""
1855
+ ],
1838
1856
  "Cores per socket": [
1839
1857
  "Core per socket"
1840
1858
  ],
@@ -2048,12 +2066,21 @@
2048
2066
  "Create content view": [
2049
2067
  ""
2050
2068
  ],
2069
+ "Create exporter": [
2070
+ ""
2071
+ ],
2051
2072
  "Create filter": [
2052
2073
  ""
2053
2074
  ],
2054
2075
  "Create host collection": [
2055
2076
  ""
2056
2077
  ],
2078
+ "Create import": [
2079
+ ""
2080
+ ],
2081
+ "Create importer": [
2082
+ ""
2083
+ ],
2057
2084
  "Create new activation key": [
2058
2085
  ""
2059
2086
  ],
@@ -2063,6 +2090,12 @@
2063
2090
  "Create package filter rule": [
2064
2091
  ""
2065
2092
  ],
2093
+ "Create publication": [
2094
+ ""
2095
+ ],
2096
+ "Create remote": [
2097
+ ""
2098
+ ],
2066
2099
  "Create rule": [
2067
2100
  ""
2068
2101
  ],
@@ -2327,12 +2360,36 @@
2327
2360
  "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view.": [
2328
2361
  ""
2329
2362
  ],
2363
+ "Delete distributions": [
2364
+ ""
2365
+ ],
2330
2366
  "Delete manifest from Red Hat provider": [
2331
2367
  "Cancella manifesto dal provider Red Hat"
2332
2368
  ],
2333
2369
  "Delete multiple filters from a content view": [
2334
2370
  ""
2335
2371
  ],
2372
+ "Delete orphan alternate content sources": [
2373
+ ""
2374
+ ],
2375
+ "Delete orphan distributions": [
2376
+ ""
2377
+ ],
2378
+ "Delete orphan remotes": [
2379
+ ""
2380
+ ],
2381
+ "Delete orphan repository versions": [
2382
+ ""
2383
+ ],
2384
+ "Delete orphaned migrated repositories": [
2385
+ ""
2386
+ ],
2387
+ "Delete remote": [
2388
+ ""
2389
+ ],
2390
+ "Delete repository references": [
2391
+ ""
2392
+ ],
2336
2393
  "Delete version": [
2337
2394
  ""
2338
2395
  ],
@@ -2432,6 +2489,12 @@
2432
2489
  "Destroy an environment in an organization": [
2433
2490
  "Elimina ambiente in una organizzazione"
2434
2491
  ],
2492
+ "Destroy exporter": [
2493
+ ""
2494
+ ],
2495
+ "Destroy importer": [
2496
+ ""
2497
+ ],
2435
2498
  "Destroy one or more alternate content sources": [
2436
2499
  ""
2437
2500
  ],
@@ -2480,6 +2543,9 @@
2480
2543
  "Disabling Simple Content Access failed for '%{subject}'.": [
2481
2544
  ""
2482
2545
  ],
2546
+ "Discover": [
2547
+ ""
2548
+ ],
2483
2549
  "Discover Repositories": [
2484
2550
  "Trova repositori"
2485
2551
  ],
@@ -2681,6 +2747,9 @@
2681
2747
  "Environment cannot be in its own promotion path": [
2682
2748
  "L'ambiente non può trovarsi sul proprio percorso di avanzamento"
2683
2749
  ],
2750
+ "Environment contents refresh": [
2751
+ ""
2752
+ ],
2684
2753
  "Environment identifier": [
2685
2754
  ""
2686
2755
  ],
@@ -2720,6 +2789,9 @@
2720
2789
  "Errata id of the erratum (RHSA-2012:108)": [
2721
2790
  "id errata dell'erratum (RHSA-2012:108)"
2722
2791
  ],
2792
+ "Errata mail": [
2793
+ ""
2794
+ ],
2723
2795
  "Errata statuses not updated for deleted content facet with UUID %s": [
2724
2796
  ""
2725
2797
  ],
@@ -2834,6 +2906,12 @@
2834
2906
  "Export failed: One or more repositories needs to be synced (with Immediate download policy.)": [
2835
2907
  ""
2836
2908
  ],
2909
+ "Export format must be specified for library exports.": [
2910
+ ""
2911
+ ],
2912
+ "Export format must be specified for non-incremental repository exports.": [
2913
+ ""
2914
+ ],
2837
2915
  "Export formats.Choose syncable if the exported content needs to be in a yum format. This option is only available for %{syncable_repos} repositories. Choose importable if the importing server uses the same version and exported content needs to be one of %{importable_repos} repositories.": [
2838
2916
  ""
2839
2917
  ],
@@ -2879,6 +2957,9 @@
2879
2957
  "Fetch installable errata for one or more hosts.": [
2880
2958
  ""
2881
2959
  ],
2960
+ "Fetch pxe files": [
2961
+ ""
2962
+ ],
2882
2963
  "Fetch traces for one or more hosts": [
2883
2964
  ""
2884
2965
  ],
@@ -2972,6 +3053,9 @@
2972
3053
  "Filter versions that are components in the specified composite version": [
2973
3054
  "Filtra versioni componenti nella versione composita specificata"
2974
3055
  ],
3056
+ "Filtered index content": [
3057
+ ""
3058
+ ],
2975
3059
  "Filters": [
2976
3060
  "Filtri"
2977
3061
  ],
@@ -3020,6 +3104,9 @@
3020
3104
  "Flatpak remote updated": [
3021
3105
  ""
3022
3106
  ],
3107
+ "Flatpak repositories cannot be mirrored into Red Hat products. Please select a custom product.": [
3108
+ ""
3109
+ ],
3023
3110
  "Force": [
3024
3111
  ""
3025
3112
  ],
@@ -3080,6 +3167,9 @@
3080
3167
  "Generate host applicability": [
3081
3168
  ""
3082
3169
  ],
3170
+ "Generate metadata": [
3171
+ ""
3172
+ ],
3083
3173
  "Generate repository applicability": [
3084
3174
  ""
3085
3175
  ],
@@ -3317,9 +3407,15 @@
3317
3407
  "How to order the sorted results (e.g. ASC for ascending)": [
3318
3408
  "Come ordinare i risultati (es. ASC per ascendente)"
3319
3409
  ],
3320
- "ID": [
3410
+ "Hypervisors": [
3411
+ ""
3412
+ ],
3413
+ "Hypervisors update": [
3321
3414
  ""
3322
3415
  ],
3416
+ "ID": [
3417
+ "ID"
3418
+ ],
3323
3419
  "ID of a HTTP Proxy": [
3324
3420
  ""
3325
3421
  ],
@@ -3638,6 +3734,9 @@
3638
3734
  "Import a subscription manifest to give hosts access to Red Hat content.": [
3639
3735
  ""
3640
3736
  ],
3737
+ "Import migration": [
3738
+ ""
3739
+ ],
3641
3740
  "Import new manifest": [
3642
3741
  ""
3643
3742
  ],
@@ -3647,6 +3746,12 @@
3647
3746
  "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
3648
3747
  ""
3649
3748
  ],
3749
+ "Import repository upload": [
3750
+ ""
3751
+ ],
3752
+ "Import upload": [
3753
+ ""
3754
+ ],
3650
3755
  "Import uploads into a repository": [
3651
3756
  "Importa caricamento in un repositorio"
3652
3757
  ],
@@ -3713,6 +3818,9 @@
3713
3818
  "Incremental Update incomplete.": [
3714
3819
  "Aggiornamento incrementale non completato."
3715
3820
  ],
3821
+ "Incremental Update of Content View Version(s) ": [
3822
+ ""
3823
+ ],
3716
3824
  "Incremental Update of %{content_view_count} Content View Version(s) ": [
3717
3825
  ""
3718
3826
  ],
@@ -3725,12 +3833,27 @@
3725
3833
  "Incremental update specified for composite %{name} version %{version}, but no components updated.": [
3726
3834
  "Aggiornamento incrementale specificato per versione %{version} composita %{name}, ma nessun componente aggiornato."
3727
3835
  ],
3836
+ "Index content": [
3837
+ ""
3838
+ ],
3839
+ "Index errata": [
3840
+ ""
3841
+ ],
3842
+ "Index module streams": [
3843
+ ""
3844
+ ],
3845
+ "Index package groups": [
3846
+ ""
3847
+ ],
3728
3848
  "Informable Type must be one of the following [ %{list} ]": [
3729
3849
  "Tipo di informazioni deve essere una delle seguenti [ %{list} ]"
3730
3850
  ],
3731
3851
  "Inherit from Repository": [
3732
3852
  ""
3733
3853
  ],
3854
+ "Initialize": [
3855
+ ""
3856
+ ],
3734
3857
  "Initiate a sync of the products attached to the sync plan": [
3735
3858
  ""
3736
3859
  ],
@@ -3806,6 +3929,9 @@
3806
3929
  "Installing Package...": [
3807
3930
  "installazione pacchetto in corso..."
3808
3931
  ],
3932
+ "Instance update": [
3933
+ ""
3934
+ ],
3809
3935
  "Instance-based": [
3810
3936
  "Basato sull'istanza"
3811
3937
  ],
@@ -4559,6 +4685,9 @@
4559
4685
  "Messaging connection": [
4560
4686
  ""
4561
4687
  ],
4688
+ "Metadata generate": [
4689
+ ""
4690
+ ],
4562
4691
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories.": [
4563
4692
  ""
4564
4693
  ],
@@ -4622,6 +4751,15 @@
4622
4751
  "Multi Content View Environment": [
4623
4752
  ""
4624
4753
  ],
4754
+ "Multi copy all units": [
4755
+ ""
4756
+ ],
4757
+ "Multi copy content": [
4758
+ ""
4759
+ ],
4760
+ "Multi copy units": [
4761
+ ""
4762
+ ],
4625
4763
  "Multi-entitlement": [
4626
4764
  "Entitlement-multipli"
4627
4765
  ],
@@ -5816,6 +5954,9 @@
5816
5954
  "Pulp task error": [
5817
5955
  "Errore attività di Pulp"
5818
5956
  ],
5957
+ "Purge completed tasks": [
5958
+ ""
5959
+ ],
5819
5960
  "Python Package": [
5820
5961
  ""
5821
5962
  ],
@@ -5924,6 +6065,9 @@
5924
6065
  "Reclaim Space": [
5925
6066
  ""
5926
6067
  ],
6068
+ "Reclaim space": [
6069
+ ""
6070
+ ],
5927
6071
  "Reclaim space from On Demand repositories": [
5928
6072
  ""
5929
6073
  ],
@@ -5990,6 +6134,9 @@
5990
6134
  "Refresh all alternate content sources": [
5991
6135
  ""
5992
6136
  ],
6137
+ "Refresh all distributions": [
6138
+ ""
6139
+ ],
5993
6140
  "Refresh alternate content sources": [
5994
6141
  ""
5995
6142
  ],
@@ -6002,15 +6149,27 @@
6002
6149
  "Refresh counts": [
6003
6150
  ""
6004
6151
  ],
6152
+ "Refresh distribution": [
6153
+ ""
6154
+ ],
6005
6155
  "Refresh errata applicability": [
6006
6156
  ""
6007
6157
  ],
6158
+ "Refresh if needed": [
6159
+ ""
6160
+ ],
6008
6161
  "Refresh package applicability": [
6009
6162
  ""
6010
6163
  ],
6011
6164
  "Refresh previously imported manifest for Red Hat provider": [
6012
6165
  "Aggiorna il manifesto precedentemente importato per il provider di Red Hat"
6013
6166
  ],
6167
+ "Refresh remote": [
6168
+ ""
6169
+ ],
6170
+ "Refresh repos": [
6171
+ ""
6172
+ ],
6014
6173
  "Refresh source": [
6015
6174
  ""
6016
6175
  ],
@@ -6053,6 +6212,12 @@
6053
6212
  "Registry name pattern will result in invalid container image name of member repositories": [
6054
6213
  ""
6055
6214
  ],
6215
+ "Registry token expiration time": [
6216
+ ""
6217
+ ],
6218
+ "Reindex subscriptions": [
6219
+ ""
6220
+ ],
6056
6221
  "Related composite content views": [
6057
6222
  ""
6058
6223
  ],
@@ -6149,6 +6314,9 @@
6149
6314
  "Remove one or more subscriptions from an upstream manifest": [
6150
6315
  ""
6151
6316
  ],
6317
+ "Remove orphans": [
6318
+ ""
6319
+ ],
6152
6320
  "Remove package group via Katello interface": [
6153
6321
  ""
6154
6322
  ],
@@ -6164,6 +6332,9 @@
6164
6332
  "Remove products from sync plan": [
6165
6333
  "Rimuovi prodotti dalla programmazione per la sincronizzazione"
6166
6334
  ],
6335
+ "Remove rolling repo clone": [
6336
+ ""
6337
+ ],
6167
6338
  "Remove subscriptions": [
6168
6339
  ""
6169
6340
  ],
@@ -6176,6 +6347,12 @@
6176
6347
  "Remove subscriptions from one or more hosts": [
6177
6348
  ""
6178
6349
  ],
6350
+ "Remove units": [
6351
+ ""
6352
+ ],
6353
+ "Remove unneeded repos": [
6354
+ ""
6355
+ ],
6179
6356
  "Remove versions and/or environments from a content view and reassign systems and keys": [
6180
6357
  "Rimuovi le versioni e/o gli ambienti da una visualizzazione del contenuto e riassegna sistemi e chiavi"
6181
6358
  ],
@@ -6200,6 +6377,9 @@
6200
6377
  "Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
6201
6378
  ""
6202
6379
  ],
6380
+ "Repair": [
6381
+ ""
6382
+ ],
6203
6383
  "Replace content source on the target machine": [
6204
6384
  ""
6205
6385
  ],
@@ -6218,12 +6398,18 @@
6218
6398
  "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
6219
6399
  ""
6220
6400
  ],
6401
+ "Repositories certs reset": [
6402
+ ""
6403
+ ],
6221
6404
  "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions.": [
6222
6405
  ""
6223
6406
  ],
6224
6407
  "Repositories from published Content Views are not allowed.": [
6225
6408
  "Non sono permessi i repository delle Visualizzazioni del contenuto pubblicate."
6226
6409
  ],
6410
+ "Repositories gpg reset": [
6411
+ ""
6412
+ ],
6227
6413
  "Repository": [
6228
6414
  "Repository"
6229
6415
  ],
@@ -6434,7 +6620,7 @@
6434
6620
  "Return only errata of a particular severity (None, Low, Moderate, Important, Critical)": [
6435
6621
  ""
6436
6622
  ],
6437
- "Return only errata of a particular type (security, bugfix, enhancement)": [
6623
+ "Return only errata of a particular type (security, bugfix, enhancement, other)": [
6438
6624
  ""
6439
6625
  ],
6440
6626
  "Return only packages of a particular status (upgradable or up-to-date)": [
@@ -6575,6 +6761,21 @@
6575
6761
  "Save": [
6576
6762
  "Salva"
6577
6763
  ],
6764
+ "Save artifact": [
6765
+ ""
6766
+ ],
6767
+ "Save distribution references": [
6768
+ ""
6769
+ ],
6770
+ "Save publication": [
6771
+ ""
6772
+ ],
6773
+ "Save version": [
6774
+ ""
6775
+ ],
6776
+ "Save versions": [
6777
+ ""
6778
+ ],
6578
6779
  "Saving alternate content source...": [
6579
6780
  ""
6580
6781
  ],
@@ -6584,6 +6785,12 @@
6584
6785
  "Scan a flatpak remote": [
6585
6786
  ""
6586
6787
  ],
6788
+ "Scan cdn": [
6789
+ ""
6790
+ ],
6791
+ "Scan remote": [
6792
+ ""
6793
+ ],
6587
6794
  "Schema version 1": [
6588
6795
  ""
6589
6796
  ],
@@ -7385,6 +7592,9 @@
7385
7592
  "Supported Content Types": [
7386
7593
  ""
7387
7594
  ],
7595
+ "Sync": [
7596
+ ""
7597
+ ],
7388
7598
  "Sync Canceled": [
7389
7599
  "Sincronizzazione cancellata"
7390
7600
  ],
@@ -7439,6 +7649,9 @@
7439
7649
  "Sync all repositories for a product": [
7440
7650
  ""
7441
7651
  ],
7652
+ "Sync capsule": [
7653
+ ""
7654
+ ],
7442
7655
  "Sync complete.": [
7443
7656
  "Sincronizzazione completa."
7444
7657
  ],
@@ -7457,6 +7670,9 @@
7457
7670
  "Sync state": [
7458
7671
  ""
7459
7672
  ],
7673
+ "Syncable export": [
7674
+ ""
7675
+ ],
7460
7676
  "Synced": [
7461
7677
  ""
7462
7678
  ],
@@ -7685,6 +7901,9 @@
7685
7901
  "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts.": [
7686
7902
  "L'avanzamento di %{content_view} in <b>%{environment}</b> è terminato. È possibile installare %{count} errata necessari sugli host."
7687
7903
  ],
7904
+ "The provided incremental export format '%{provided}' must match the previous export's format '%{previous}'. Consider using 'from_history_id' to point to a matching export.": [
7905
+ ""
7906
+ ],
7688
7907
  "The repository is already enabled": [
7689
7908
  "Il repository è già abilitato"
7690
7909
  ],
@@ -7922,6 +8141,9 @@
7922
8141
  "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned.": [
7923
8142
  ""
7924
8143
  ],
8144
+ "Time in minutes before registry access tokens expire.": [
8145
+ ""
8146
+ ],
7925
8147
  "Time to expire yum metadata in seconds. Only relevant for custom yum repositories.": [
7926
8148
  ""
7927
8149
  ],
@@ -7967,6 +8189,9 @@
7967
8189
  "To manage packages, select an action.": [
7968
8190
  ""
7969
8191
  ],
8192
+ "Toggle": [
8193
+ ""
8194
+ ],
7970
8195
  "Token/password for the flatpak remote": [
7971
8196
  ""
7972
8197
  ],
@@ -8102,6 +8327,12 @@
8102
8327
  "Unable to detect puppet path": [
8103
8328
  ""
8104
8329
  ],
8330
+ "Unable to find a base content view to use for incremental export using the provided parameters:%{params}": [
8331
+ ""
8332
+ ],
8333
+ "Unable to find a base content view to use for incremental export. Please run a complete export instead.": [
8334
+ ""
8335
+ ],
8105
8336
  "Unable to find a content view with ID %s": [
8106
8337
  ""
8107
8338
  ],
@@ -8117,12 +8348,6 @@
8117
8348
  "Unable to import in to Content View specified in the metadata - '%{name}'. The 'import_only' attribute for the content view is set to false. To mark this Content View as importable, have your system administrator run the following command on the server. ": [
8118
8349
  ""
8119
8350
  ],
8120
- "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment.": [
8121
- ""
8122
- ],
8123
- "Unable to incrementally export. Do a Full Export on the repository content.": [
8124
- ""
8125
- ],
8126
8351
  "Unable to reassign activation_keys. Please check activation_key_content_view_id and activation_key_environment_id.": [
8127
8352
  "Impossibile riassegnare activation_keys. Controllare activation_key_content_view_id e activation_key_environment_id."
8128
8353
  ],
@@ -8189,6 +8414,12 @@
8189
8414
  "Unknown errata status": [
8190
8415
  ""
8191
8416
  ],
8417
+ "Unknown library export format '%s'.": [
8418
+ ""
8419
+ ],
8420
+ "Unknown repository export format '%s'.": [
8421
+ ""
8422
+ ],
8192
8423
  "Unknown traces status": [
8193
8424
  ""
8194
8425
  ],
@@ -8279,15 +8510,27 @@
8279
8510
  "Update content counts for the smart proxy": [
8280
8511
  ""
8281
8512
  ],
8513
+ "Update content urls": [
8514
+ ""
8515
+ ],
8282
8516
  "Update content view environments for host": [
8283
8517
  ""
8284
8518
  ],
8285
8519
  "Update content view environments for host %s": [
8286
8520
  ""
8287
8521
  ],
8522
+ "Update distributions": [
8523
+ ""
8524
+ ],
8288
8525
  "Update hosts manually": [
8289
8526
  ""
8290
8527
  ],
8528
+ "Update http proxy": [
8529
+ ""
8530
+ ],
8531
+ "Update http proxy details": [
8532
+ ""
8533
+ ],
8291
8534
  "Update installed packages, enabled repos, module inventory": [
8292
8535
  ""
8293
8536
  ],
@@ -8303,12 +8546,21 @@
8303
8546
  "Update packages via Katello interface": [
8304
8547
  ""
8305
8548
  ],
8549
+ "Update redhat repository": [
8550
+ ""
8551
+ ],
8306
8552
  "Update release version for host": [
8307
8553
  ""
8308
8554
  ],
8309
8555
  "Update release version for host %s": [
8310
8556
  ""
8311
8557
  ],
8558
+ "Update remote": [
8559
+ ""
8560
+ ],
8561
+ "Update repository": [
8562
+ ""
8563
+ ],
8312
8564
  "Update services requiring restart": [
8313
8565
  ""
8314
8566
  ],
@@ -8399,6 +8651,12 @@
8399
8651
  "Upload a subscription manifest": [
8400
8652
  "Carica un manifesto della sottoscrizione"
8401
8653
  ],
8654
+ "Upload content": [
8655
+ ""
8656
+ ],
8657
+ "Upload file": [
8658
+ ""
8659
+ ],
8402
8660
  "Upload into": [
8403
8661
  "Carica in"
8404
8662
  ],
@@ -8408,6 +8666,9 @@
8408
8666
  "Upload request id": [
8409
8667
  "Carica l'id delle richieste"
8410
8668
  ],
8669
+ "Upload tag": [
8670
+ ""
8671
+ ],
8411
8672
  "Upstream Candlepin": [
8412
8673
  ""
8413
8674
  ],
@@ -8525,6 +8786,9 @@
8525
8786
  "Verify SSL": [
8526
8787
  "Verifica SSL"
8527
8788
  ],
8789
+ "Verify checksum": [
8790
+ ""
8791
+ ],
8528
8792
  "Verify checksum for content on smart proxy": [
8529
8793
  ""
8530
8794
  ],