katello 4.16.1 → 4.16.2

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 (246) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +4 -7
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +4 -7
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +4 -7
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +4 -7
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +6 -9
  7. data/app/assets/javascripts/katello/locale/de/katello.js +16 -19
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +4 -7
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +4 -7
  10. data/app/assets/javascripts/katello/locale/el/katello.js +4 -7
  11. data/app/assets/javascripts/katello/locale/en/katello.js +4 -7
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +6 -9
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +4 -7
  14. data/app/assets/javascripts/katello/locale/es/katello.js +171 -174
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +4 -7
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +844 -847
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +4 -7
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +5 -8
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +4 -7
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +4 -7
  21. data/app/assets/javascripts/katello/locale/id/katello.js +4 -7
  22. data/app/assets/javascripts/katello/locale/it/katello.js +7 -10
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +572 -575
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +416 -419
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +4 -7
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +2093 -2097
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +4 -7
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +4 -7
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +4 -7
  30. data/app/assets/javascripts/katello/locale/or/katello.js +4 -7
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +4 -7
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +5 -8
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +4 -7
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +4 -7
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +184 -187
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +4 -7
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +4 -7
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +7 -10
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +4 -7
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +5 -8
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +4 -7
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +4 -7
  43. data/app/assets/javascripts/katello/locale/te/katello.js +4 -7
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +4 -7
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +4 -7
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +4 -7
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +4 -7
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +577 -580
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +7 -10
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +2 -0
  51. data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +18 -0
  52. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -0
  53. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +96 -31
  54. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +96 -31
  55. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +96 -31
  56. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +96 -31
  57. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +99 -60
  58. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +96 -31
  59. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +96 -31
  60. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +96 -31
  61. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +100 -35
  62. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +96 -31
  63. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +99 -40
  64. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +96 -31
  65. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +260 -192
  66. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +96 -31
  67. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +96 -31
  68. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +96 -31
  69. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +96 -31
  70. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +96 -31
  71. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +96 -35
  72. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +119 -52
  73. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +99 -34
  74. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +96 -31
  75. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +107 -40
  76. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +96 -31
  77. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +96 -31
  78. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +96 -31
  79. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +96 -31
  80. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +96 -31
  81. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +96 -31
  82. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +96 -31
  83. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +96 -31
  84. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +99 -40
  85. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +96 -31
  86. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +96 -31
  87. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +97 -34
  88. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +96 -31
  89. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +96 -31
  90. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +96 -31
  91. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +96 -31
  92. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +96 -31
  93. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +96 -31
  94. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +96 -31
  95. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +96 -31
  96. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +96 -31
  97. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +105 -40
  98. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +98 -33
  99. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +14 -14
  100. data/lib/katello/version.rb +1 -1
  101. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  102. data/locale/bn/katello.po +4 -7
  103. data/locale/bn/katello.po.time_stamp +0 -0
  104. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  105. data/locale/bn_IN/katello.po +4 -7
  106. data/locale/bn_IN/katello.po.time_stamp +0 -0
  107. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  108. data/locale/ca/katello.po +4 -7
  109. data/locale/ca/katello.po.time_stamp +0 -0
  110. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  111. data/locale/cs/katello.po +4 -7
  112. data/locale/cs/katello.po.time_stamp +0 -0
  113. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  114. data/locale/cs_CZ/katello.po +6 -9
  115. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  116. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  117. data/locale/de/katello.po +20 -23
  118. data/locale/de/katello.po.time_stamp +0 -0
  119. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  120. data/locale/de_AT/katello.po +4 -7
  121. data/locale/de_AT/katello.po.time_stamp +0 -0
  122. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  123. data/locale/de_DE/katello.po +4 -7
  124. data/locale/de_DE/katello.po.time_stamp +0 -0
  125. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  126. data/locale/el/katello.po +4 -7
  127. data/locale/el/katello.po.time_stamp +0 -0
  128. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  129. data/locale/en/katello.po +4 -7
  130. data/locale/en/katello.po.time_stamp +0 -0
  131. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  132. data/locale/en_GB/katello.po +6 -9
  133. data/locale/en_GB/katello.po.time_stamp +0 -0
  134. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  135. data/locale/en_US/katello.po +4 -7
  136. data/locale/en_US/katello.po.time_stamp +0 -0
  137. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  138. data/locale/es/katello.po +175 -177
  139. data/locale/es/katello.po.time_stamp +0 -0
  140. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  141. data/locale/et_EE/katello.po +4 -7
  142. data/locale/et_EE/katello.po.time_stamp +0 -0
  143. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  144. data/locale/fr/katello.po +851 -854
  145. data/locale/fr/katello.po.time_stamp +0 -0
  146. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  147. data/locale/gl/katello.po +4 -7
  148. data/locale/gl/katello.po.time_stamp +0 -0
  149. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  150. data/locale/gu/katello.po +6 -9
  151. data/locale/gu/katello.po.time_stamp +0 -0
  152. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  153. data/locale/he_IL/katello.po +4 -7
  154. data/locale/he_IL/katello.po.time_stamp +0 -0
  155. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  156. data/locale/hi/katello.po +4 -7
  157. data/locale/hi/katello.po.time_stamp +0 -0
  158. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  159. data/locale/id/katello.po +4 -7
  160. data/locale/id/katello.po.time_stamp +0 -0
  161. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  162. data/locale/it/katello.po +8 -11
  163. data/locale/it/katello.po.time_stamp +0 -0
  164. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  165. data/locale/ja/katello.po +580 -581
  166. data/locale/ja/katello.po.time_stamp +0 -0
  167. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  168. data/locale/ka/katello.po +418 -419
  169. data/locale/ka/katello.po.time_stamp +0 -0
  170. data/locale/katello.pot +89 -94
  171. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/kn/katello.po +4 -7
  173. data/locale/kn/katello.po.time_stamp +0 -0
  174. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  175. data/locale/ko/katello.po +2103 -2093
  176. data/locale/ko/katello.po.time_stamp +0 -0
  177. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  178. data/locale/ml_IN/katello.po +4 -7
  179. data/locale/ml_IN/katello.po.time_stamp +0 -0
  180. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  181. data/locale/mr/katello.po +4 -7
  182. data/locale/mr/katello.po.time_stamp +0 -0
  183. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/nl_NL/katello.po +4 -7
  185. data/locale/nl_NL/katello.po.time_stamp +0 -0
  186. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  187. data/locale/or/katello.po +4 -7
  188. data/locale/or/katello.po.time_stamp +0 -0
  189. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/pa/katello.po +4 -7
  191. data/locale/pa/katello.po.time_stamp +0 -0
  192. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  193. data/locale/pl/katello.po +6 -9
  194. data/locale/pl/katello.po.time_stamp +0 -0
  195. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  196. data/locale/pl_PL/katello.po +4 -7
  197. data/locale/pl_PL/katello.po.time_stamp +0 -0
  198. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  199. data/locale/pt/katello.po +4 -7
  200. data/locale/pt/katello.po.time_stamp +0 -0
  201. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  202. data/locale/pt_BR/katello.po +188 -190
  203. data/locale/pt_BR/katello.po.time_stamp +0 -0
  204. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  205. data/locale/ro/katello.po +4 -7
  206. data/locale/ro/katello.po.time_stamp +0 -0
  207. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/ro_RO/katello.po +4 -7
  209. data/locale/ro_RO/katello.po.time_stamp +0 -0
  210. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  211. data/locale/ru/katello.po +8 -11
  212. data/locale/ru/katello.po.time_stamp +0 -0
  213. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/sl/katello.po +4 -7
  215. data/locale/sl/katello.po.time_stamp +0 -0
  216. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  217. data/locale/sv_SE/katello.po +6 -9
  218. data/locale/sv_SE/katello.po.time_stamp +0 -0
  219. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  220. data/locale/ta/katello.po +4 -7
  221. data/locale/ta/katello.po.time_stamp +0 -0
  222. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  223. data/locale/ta_IN/katello.po +4 -7
  224. data/locale/ta_IN/katello.po.time_stamp +0 -0
  225. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  226. data/locale/te/katello.po +4 -7
  227. data/locale/te/katello.po.time_stamp +0 -0
  228. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  229. data/locale/tr/katello.po +4 -7
  230. data/locale/tr/katello.po.time_stamp +0 -0
  231. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  232. data/locale/vi/katello.po +4 -7
  233. data/locale/vi/katello.po.time_stamp +0 -0
  234. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  235. data/locale/vi_VN/katello.po +4 -7
  236. data/locale/vi_VN/katello.po.time_stamp +0 -0
  237. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  238. data/locale/zh/katello.po +4 -7
  239. data/locale/zh/katello.po.time_stamp +0 -0
  240. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  241. data/locale/zh_CN/katello.po +583 -580
  242. data/locale/zh_CN/katello.po.time_stamp +0 -0
  243. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  244. data/locale/zh_TW/katello.po +8 -11
  245. data/locale/zh_TW/katello.po.time_stamp +0 -0
  246. metadata +54 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb2357fe16d379c2691305fffcd2cb20cf8ecc04763097b3310fbe31e3b66b1d
4
- data.tar.gz: deb604ec240a906e8cd2b38e23c489adbb012fda39b67921640db2827b9c53ef
3
+ metadata.gz: b060a6c7f4d1bdbff2689f6cf70347e4a9908383a571b8ee1c2c8787459fe08b
4
+ data.tar.gz: c2a15f63d4148a735172efa4d2544c9e05ca1f07349cfa44cb51ab493613bd69
5
5
  SHA512:
6
- metadata.gz: ffbb828f6647dc9b0cf83359d87904f7800188db5cabe971266030c400467bbb6796583aca5a6b3f4be80e8a8bf1a084e28c3f7e37bff4588562ca416ba86318
7
- data.tar.gz: 460e776a608d60564a905afe622fa4d14cd43efd553656db33fa3b1dd2a1e68ec1e440706d6b6bab32cd9fd4be8d976d637feac4dd3404df572d16ef2efd7480
6
+ metadata.gz: 00161d2b1dbf6948b8d98c44afb5ff3a6586de6f81fae61f7b3c3ee25c20e1961e1f6a7e27a1efbd0b9a1528eb3a87b198edea16ac7dc4aae93924d181f3a88c
7
+ data.tar.gz: 94284a9202cd7c4f37d3d26b82dd5ab021ddd05479ad382b64978991d57ddfaadf4ef36da930e00543dbebbe1f069026dd61562c7a23b3eb0449b2d3e9b100a7
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 4.16.0.pre.master",
6
+ "Project-Id-Version": "katello 4.16.1",
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",
@@ -3697,7 +3697,7 @@
3697
3697
  "Installable bugfix/enhancement errata": [
3698
3698
  ""
3699
3699
  ],
3700
- "Installable errata are applicable errata that are available in the host's content view and lifecycle environment.": [
3700
+ "Installable errata are applicable errata that are available in the host's assigned content view environments.": [
3701
3701
  ""
3702
3702
  ],
3703
3703
  "Installable security errata": [
@@ -4876,7 +4876,7 @@
4876
4876
  "No packages available to install": [
4877
4877
  ""
4878
4878
  ],
4879
- "No packages available to install on this host. Please check the host's content view and lifecycle environment.": [
4879
+ "No packages available to install on this host. Please check the host's assigned content view environments.": [
4880
4880
  ""
4881
4881
  ],
4882
4882
  "No packages removed": [
@@ -7675,7 +7675,7 @@
7675
7675
  "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
7676
7676
  ""
7677
7677
  ],
7678
- "This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
7678
+ "This erratum is not installable because it is not in this host's assigned content view environments.": [
7679
7679
  ""
7680
7680
  ],
7681
7681
  "This host does not have any Module streams.": [
@@ -7720,9 +7720,6 @@
7720
7720
  "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
7721
7721
  ""
7722
7722
  ],
7723
- "This repository has pending tasks in associated content views. Please wait for the tasks: ": [
7724
- ""
7725
- ],
7726
7723
  "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
7727
7724
  ""
7728
7725
  ],
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 4.16.0.pre.master",
6
+ "Project-Id-Version": "katello 4.16.1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
9
  "Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4, 2022",
@@ -3697,7 +3697,7 @@
3697
3697
  "Installable bugfix/enhancement errata": [
3698
3698
  ""
3699
3699
  ],
3700
- "Installable errata are applicable errata that are available in the host's content view and lifecycle environment.": [
3700
+ "Installable errata are applicable errata that are available in the host's assigned content view environments.": [
3701
3701
  ""
3702
3702
  ],
3703
3703
  "Installable security errata": [
@@ -4876,7 +4876,7 @@
4876
4876
  "No packages available to install": [
4877
4877
  ""
4878
4878
  ],
4879
- "No packages available to install on this host. Please check the host's content view and lifecycle environment.": [
4879
+ "No packages available to install on this host. Please check the host's assigned content view environments.": [
4880
4880
  ""
4881
4881
  ],
4882
4882
  "No packages removed": [
@@ -7675,7 +7675,7 @@
7675
7675
  "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
7676
7676
  ""
7677
7677
  ],
7678
- "This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
7678
+ "This erratum is not installable because it is not in this host's assigned content view environments.": [
7679
7679
  ""
7680
7680
  ],
7681
7681
  "This host does not have any Module streams.": [
@@ -7720,9 +7720,6 @@
7720
7720
  "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
7721
7721
  ""
7722
7722
  ],
7723
- "This repository has pending tasks in associated content views. Please wait for the tasks: ": [
7724
- ""
7725
- ],
7726
7723
  "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
7727
7724
  ""
7728
7725
  ],
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 4.16.0.pre.master",
6
+ "Project-Id-Version": "katello 4.16.1",
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>, 2022",
@@ -3697,7 +3697,7 @@
3697
3697
  "Installable bugfix/enhancement errata": [
3698
3698
  ""
3699
3699
  ],
3700
- "Installable errata are applicable errata that are available in the host's content view and lifecycle environment.": [
3700
+ "Installable errata are applicable errata that are available in the host's assigned content view environments.": [
3701
3701
  ""
3702
3702
  ],
3703
3703
  "Installable security errata": [
@@ -4876,7 +4876,7 @@
4876
4876
  "No packages available to install": [
4877
4877
  ""
4878
4878
  ],
4879
- "No packages available to install on this host. Please check the host's content view and lifecycle environment.": [
4879
+ "No packages available to install on this host. Please check the host's assigned content view environments.": [
4880
4880
  ""
4881
4881
  ],
4882
4882
  "No packages removed": [
@@ -7675,7 +7675,7 @@
7675
7675
  "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
7676
7676
  ""
7677
7677
  ],
7678
- "This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
7678
+ "This erratum is not installable because it is not in this host's assigned content view environments.": [
7679
7679
  ""
7680
7680
  ],
7681
7681
  "This host does not have any Module streams.": [
@@ -7720,9 +7720,6 @@
7720
7720
  "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
7721
7721
  ""
7722
7722
  ],
7723
- "This repository has pending tasks in associated content views. Please wait for the tasks: ": [
7724
- ""
7725
- ],
7726
7723
  "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
7727
7724
  ""
7728
7725
  ],
@@ -5,7 +5,7 @@
5
5
  "": {
6
6
  "Project-Id-Version": "katello 1.0.0",
7
7
  "Report-Msgid-Bugs-To": "",
8
- "PO-Revision-Date": "2025-02-05 14:11+0000",
8
+ "PO-Revision-Date": "2025-06-30 16:20-0400",
9
9
  "Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
10
10
  "Language-Team": "LANGUAGE <LL@li.org>",
11
11
  "Language": "",
@@ -3697,7 +3697,7 @@
3697
3697
  "Installable bugfix/enhancement errata": [
3698
3698
  ""
3699
3699
  ],
3700
- "Installable errata are applicable errata that are available in the host's content view and lifecycle environment.": [
3700
+ "Installable errata are applicable errata that are available in the host's assigned content view environments.": [
3701
3701
  ""
3702
3702
  ],
3703
3703
  "Installable security errata": [
@@ -4876,7 +4876,7 @@
4876
4876
  "No packages available to install": [
4877
4877
  ""
4878
4878
  ],
4879
- "No packages available to install on this host. Please check the host's content view and lifecycle environment.": [
4879
+ "No packages available to install on this host. Please check the host's assigned content view environments.": [
4880
4880
  ""
4881
4881
  ],
4882
4882
  "No packages removed": [
@@ -7675,7 +7675,7 @@
7675
7675
  "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
7676
7676
  ""
7677
7677
  ],
7678
- "This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
7678
+ "This erratum is not installable because it is not in this host's assigned content view environments.": [
7679
7679
  ""
7680
7680
  ],
7681
7681
  "This host does not have any Module streams.": [
@@ -7720,9 +7720,6 @@
7720
7720
  "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
7721
7721
  ""
7722
7722
  ],
7723
- "This repository has pending tasks in associated content views. Please wait for the tasks: ": [
7724
- ""
7725
- ],
7726
7723
  "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
7727
7724
  ""
7728
7725
  ],
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 4.16.0.pre.master",
6
+ "Project-Id-Version": "katello 4.16.1",
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>, 2024",
@@ -2155,7 +2155,7 @@
2155
2155
  ""
2156
2156
  ],
2157
2157
  "Default content view versions cannot be promoted": [
2158
- "Výchozí verzi pohledu na obsah není možné povýšit"
2158
+ ""
2159
2159
  ],
2160
2160
  "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')": [
2161
2161
  ""
@@ -3699,7 +3699,7 @@
3699
3699
  "Installable bugfix/enhancement errata": [
3700
3700
  ""
3701
3701
  ],
3702
- "Installable errata are applicable errata that are available in the host's content view and lifecycle environment.": [
3702
+ "Installable errata are applicable errata that are available in the host's assigned content view environments.": [
3703
3703
  ""
3704
3704
  ],
3705
3705
  "Installable security errata": [
@@ -4878,7 +4878,7 @@
4878
4878
  "No packages available to install": [
4879
4879
  ""
4880
4880
  ],
4881
- "No packages available to install on this host. Please check the host's content view and lifecycle environment.": [
4881
+ "No packages available to install on this host. Please check the host's assigned content view environments.": [
4882
4882
  ""
4883
4883
  ],
4884
4884
  "No packages removed": [
@@ -7677,7 +7677,7 @@
7677
7677
  "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
7678
7678
  ""
7679
7679
  ],
7680
- "This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
7680
+ "This erratum is not installable because it is not in this host's assigned content view environments.": [
7681
7681
  ""
7682
7682
  ],
7683
7683
  "This host does not have any Module streams.": [
@@ -7722,9 +7722,6 @@
7722
7722
  "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
7723
7723
  ""
7724
7724
  ],
7725
- "This repository has pending tasks in associated content views. Please wait for the tasks: ": [
7726
- ""
7727
- ],
7728
7725
  "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
7729
7726
  ""
7730
7727
  ],
@@ -9052,7 +9049,7 @@
9052
9049
  ""
9053
9050
  ],
9054
9051
  "invalid container image name": [
9055
- "neplatný název obrazu kontejneru"
9052
+ ""
9056
9053
  ],
9057
9054
  "invalid: Repositories can only require one OS version.": [
9058
9055
  ""
@@ -3,11 +3,11 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 2.4.0-RC1",
6
+ "Project-Id-Version": "katello 4.16.1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
- "Last-Translator": "Ettore Atalan <atalanttore@googlemail.com>, 2023",
10
- "Language-Team": "German (https://www.transifex.com/foreman/teams/114/de/)",
9
+ "Last-Translator": "Markus Bucher <bucher@atix.de>, 2025",
10
+ "Language-Team": "German (https://app.transifex.com/foreman/teams/114/de/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
13
13
  "Content-Transfer-Encoding": "8bit",
@@ -505,7 +505,7 @@
505
505
  "Aktivierungsschlüssel-ID"
506
506
  ],
507
507
  "Activation key deleted": [
508
- ""
508
+ "Aktivierungsschlüssel gelöscht"
509
509
  ],
510
510
  "Activation key details": [
511
511
  ""
@@ -1469,7 +1469,7 @@
1469
1469
  "Komponenten"
1470
1470
  ],
1471
1471
  "Composite": [
1472
- "Verbund"
1472
+ ""
1473
1473
  ],
1474
1474
  "Composite Content View": [
1475
1475
  "Zusammengesetzte Inhaltsansicht"
@@ -2153,7 +2153,7 @@
2153
2153
  "Standardmäßige SLA des Systems"
2154
2154
  ],
2155
2155
  "Default content view versions cannot be promoted": [
2156
- "Standardmäßige Inhaltsansichtsversionen können nicht übertragen werden"
2156
+ ""
2157
2157
  ],
2158
2158
  "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')": [
2159
2159
  ""
@@ -2408,7 +2408,7 @@
2408
2408
  ""
2409
2409
  ],
2410
2410
  "Digest": [
2411
- ""
2411
+ "Digest"
2412
2412
  ],
2413
2413
  "Directly setting package lists on composite content views is not allowed. Please update the components, then re-publish the composite.": [
2414
2414
  "Das direkte Festlegen von Paketlisten für zusammengesetzte Inhaltsansichten ist nicht zulässig. Bitte aktualisieren Sie die Komponenten und veröffentlichen Sie dann das Composite erneut."
@@ -3146,7 +3146,7 @@
3146
3146
  "Host-ID"
3147
3147
  ],
3148
3148
  "Host Limit": [
3149
- ""
3149
+ "Hostgrenze"
3150
3150
  ],
3151
3151
  "Host Profile Assume": [
3152
3152
  "Hostprofil annehmen"
@@ -3697,7 +3697,7 @@
3697
3697
  "Installable bugfix/enhancement errata": [
3698
3698
  ""
3699
3699
  ],
3700
- "Installable errata are applicable errata that are available in the host's content view and lifecycle environment.": [
3700
+ "Installable errata are applicable errata that are available in the host's assigned content view environments.": [
3701
3701
  ""
3702
3702
  ],
3703
3703
  "Installable security errata": [
@@ -3968,7 +3968,7 @@
3968
3968
  ""
3969
3969
  ],
3970
3970
  "Last sync": [
3971
- ""
3971
+ "Letzte Synchronisierung"
3972
3972
  ],
3973
3973
  "Last task": [
3974
3974
  "Letzte Aufgabe"
@@ -4876,7 +4876,7 @@
4876
4876
  "No packages available to install": [
4877
4877
  ""
4878
4878
  ],
4879
- "No packages available to install on this host. Please check the host's content view and lifecycle environment.": [
4879
+ "No packages available to install on this host. Please check the host's assigned content view environments.": [
4880
4880
  ""
4881
4881
  ],
4882
4882
  "No packages removed": [
@@ -5030,7 +5030,7 @@
5030
5030
  "Zuzuweisende Nummer"
5031
5031
  ],
5032
5032
  "OS": [
5033
- ""
5033
+ "Betriebssystem"
5034
5034
  ],
5035
5035
  "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host.": [
5036
5036
  ""
@@ -6107,7 +6107,7 @@
6107
6107
  "Repository '%(repoName)s' wurde aktiviert."
6108
6108
  ],
6109
6109
  "Repository ID": [
6110
- ""
6110
+ "Repository-Kennung"
6111
6111
  ],
6112
6112
  "Repository Id associated with the kickstart repo used for provisioning": [
6113
6113
  "Repository-ID, die mit dem Kickstart-Repository verknüpft ist, das für die Bereitstellung verwendet wird"
@@ -7675,7 +7675,7 @@
7675
7675
  "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
7676
7676
  ""
7677
7677
  ],
7678
- "This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
7678
+ "This erratum is not installable because it is not in this host's assigned content view environments.": [
7679
7679
  ""
7680
7680
  ],
7681
7681
  "This host does not have any Module streams.": [
@@ -7720,9 +7720,6 @@
7720
7720
  "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
7721
7721
  ""
7722
7722
  ],
7723
- "This repository has pending tasks in associated content views. Please wait for the tasks: ": [
7724
- ""
7725
- ],
7726
7723
  "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
7727
7724
  "Dieses Repository wird nicht empfohlen. Bitte lesen Sie die zusätzliche %(anchorBegin)s Dokumentation %(anchorEnd)s vor der Verwendung."
7728
7725
  ],
@@ -8987,7 +8984,7 @@
8987
8984
  ""
8988
8985
  ],
8989
8986
  "host": [
8990
- ""
8987
+ "Host"
8991
8988
  ],
8992
8989
  "host collection name to filter by": [
8993
8990
  "Name der Hostsammlung, nach der gefiltert werden soll"
@@ -9050,7 +9047,7 @@
9050
9047
  "interpretiert das angegebene Objekt so, dass nur Repositorys zurückgegeben werden, die dem angegebenen Objekt zugeordnet werden können. Nur 'content_view' und 'content_view_version' werden unterstützt."
9051
9048
  ],
9052
9049
  "invalid container image name": [
9053
- "Ungültiger Container-Image-Name"
9050
+ ""
9054
9051
  ],
9055
9052
  "invalid: Repositories can only require one OS version.": [
9056
9053
  "ungültig: Repositorys können nur eine Betriebssystemversion erfordern."
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 4.16.0.pre.master",
6
+ "Project-Id-Version": "katello 4.16.1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
9
  "Language-Team": "German (Austria) (https://app.transifex.com/foreman/teams/114/de_AT/)",
@@ -3696,7 +3696,7 @@
3696
3696
  "Installable bugfix/enhancement errata": [
3697
3697
  ""
3698
3698
  ],
3699
- "Installable errata are applicable errata that are available in the host's content view and lifecycle environment.": [
3699
+ "Installable errata are applicable errata that are available in the host's assigned content view environments.": [
3700
3700
  ""
3701
3701
  ],
3702
3702
  "Installable security errata": [
@@ -4875,7 +4875,7 @@
4875
4875
  "No packages available to install": [
4876
4876
  ""
4877
4877
  ],
4878
- "No packages available to install on this host. Please check the host's content view and lifecycle environment.": [
4878
+ "No packages available to install on this host. Please check the host's assigned content view environments.": [
4879
4879
  ""
4880
4880
  ],
4881
4881
  "No packages removed": [
@@ -7674,7 +7674,7 @@
7674
7674
  "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
7675
7675
  ""
7676
7676
  ],
7677
- "This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
7677
+ "This erratum is not installable because it is not in this host's assigned content view environments.": [
7678
7678
  ""
7679
7679
  ],
7680
7680
  "This host does not have any Module streams.": [
@@ -7719,9 +7719,6 @@
7719
7719
  "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
7720
7720
  ""
7721
7721
  ],
7722
- "This repository has pending tasks in associated content views. Please wait for the tasks: ": [
7723
- ""
7724
- ],
7725
7722
  "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
7726
7723
  ""
7727
7724
  ],
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 4.16.0.pre.master",
6
+ "Project-Id-Version": "katello 4.16.1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
9
  "Last-Translator": "Maximilian Kolb <kolb@atix.de>, 2024",
@@ -3697,7 +3697,7 @@
3697
3697
  "Installable bugfix/enhancement errata": [
3698
3698
  ""
3699
3699
  ],
3700
- "Installable errata are applicable errata that are available in the host's content view and lifecycle environment.": [
3700
+ "Installable errata are applicable errata that are available in the host's assigned content view environments.": [
3701
3701
  ""
3702
3702
  ],
3703
3703
  "Installable security errata": [
@@ -4876,7 +4876,7 @@
4876
4876
  "No packages available to install": [
4877
4877
  ""
4878
4878
  ],
4879
- "No packages available to install on this host. Please check the host's content view and lifecycle environment.": [
4879
+ "No packages available to install on this host. Please check the host's assigned content view environments.": [
4880
4880
  ""
4881
4881
  ],
4882
4882
  "No packages removed": [
@@ -7675,7 +7675,7 @@
7675
7675
  "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
7676
7676
  ""
7677
7677
  ],
7678
- "This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
7678
+ "This erratum is not installable because it is not in this host's assigned content view environments.": [
7679
7679
  ""
7680
7680
  ],
7681
7681
  "This host does not have any Module streams.": [
@@ -7720,9 +7720,6 @@
7720
7720
  "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
7721
7721
  ""
7722
7722
  ],
7723
- "This repository has pending tasks in associated content views. Please wait for the tasks: ": [
7724
- ""
7725
- ],
7726
7723
  "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
7727
7724
  ""
7728
7725
  ],
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 4.16.0.pre.master",
6
+ "Project-Id-Version": "katello 4.16.1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
9
  "Last-Translator": "Efstathios Iosifidis <iefstathios@gmail.com>, 2024",
@@ -3697,7 +3697,7 @@
3697
3697
  "Installable bugfix/enhancement errata": [
3698
3698
  ""
3699
3699
  ],
3700
- "Installable errata are applicable errata that are available in the host's content view and lifecycle environment.": [
3700
+ "Installable errata are applicable errata that are available in the host's assigned content view environments.": [
3701
3701
  ""
3702
3702
  ],
3703
3703
  "Installable security errata": [
@@ -4876,7 +4876,7 @@
4876
4876
  "No packages available to install": [
4877
4877
  ""
4878
4878
  ],
4879
- "No packages available to install on this host. Please check the host's content view and lifecycle environment.": [
4879
+ "No packages available to install on this host. Please check the host's assigned content view environments.": [
4880
4880
  ""
4881
4881
  ],
4882
4882
  "No packages removed": [
@@ -7675,7 +7675,7 @@
7675
7675
  "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
7676
7676
  ""
7677
7677
  ],
7678
- "This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
7678
+ "This erratum is not installable because it is not in this host's assigned content view environments.": [
7679
7679
  ""
7680
7680
  ],
7681
7681
  "This host does not have any Module streams.": [
@@ -7720,9 +7720,6 @@
7720
7720
  "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
7721
7721
  ""
7722
7722
  ],
7723
- "This repository has pending tasks in associated content views. Please wait for the tasks: ": [
7724
- ""
7725
- ],
7726
7723
  "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
7727
7724
  ""
7728
7725
  ],
@@ -5,7 +5,7 @@
5
5
  "": {
6
6
  "Project-Id-Version": "katello 1.0.0",
7
7
  "Report-Msgid-Bugs-To": "",
8
- "PO-Revision-Date": "2025-02-05 14:11+0000",
8
+ "PO-Revision-Date": "2025-06-30 16:20-0400",
9
9
  "Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
10
10
  "Language-Team": "LANGUAGE <LL@li.org>",
11
11
  "Language": "",
@@ -3697,7 +3697,7 @@
3697
3697
  "Installable bugfix/enhancement errata": [
3698
3698
  ""
3699
3699
  ],
3700
- "Installable errata are applicable errata that are available in the host's content view and lifecycle environment.": [
3700
+ "Installable errata are applicable errata that are available in the host's assigned content view environments.": [
3701
3701
  ""
3702
3702
  ],
3703
3703
  "Installable security errata": [
@@ -4876,7 +4876,7 @@
4876
4876
  "No packages available to install": [
4877
4877
  ""
4878
4878
  ],
4879
- "No packages available to install on this host. Please check the host's content view and lifecycle environment.": [
4879
+ "No packages available to install on this host. Please check the host's assigned content view environments.": [
4880
4880
  ""
4881
4881
  ],
4882
4882
  "No packages removed": [
@@ -7675,7 +7675,7 @@
7675
7675
  "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
7676
7676
  ""
7677
7677
  ],
7678
- "This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
7678
+ "This erratum is not installable because it is not in this host's assigned content view environments.": [
7679
7679
  ""
7680
7680
  ],
7681
7681
  "This host does not have any Module streams.": [
@@ -7720,9 +7720,6 @@
7720
7720
  "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
7721
7721
  ""
7722
7722
  ],
7723
- "This repository has pending tasks in associated content views. Please wait for the tasks: ": [
7724
- ""
7725
- ],
7726
7723
  "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
7727
7724
  ""
7728
7725
  ],
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "katello": {
5
5
  "": {
6
- "Project-Id-Version": "katello 4.16.0.pre.master",
6
+ "Project-Id-Version": "katello 4.16.1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
9
  "Last-Translator": "Andi Chandler <andi@gowling.com>, 2025",
@@ -3697,7 +3697,7 @@
3697
3697
  "Installable bugfix/enhancement errata": [
3698
3698
  ""
3699
3699
  ],
3700
- "Installable errata are applicable errata that are available in the host's content view and lifecycle environment.": [
3700
+ "Installable errata are applicable errata that are available in the host's assigned content view environments.": [
3701
3701
  ""
3702
3702
  ],
3703
3703
  "Installable security errata": [
@@ -4876,7 +4876,7 @@
4876
4876
  "No packages available to install": [
4877
4877
  ""
4878
4878
  ],
4879
- "No packages available to install on this host. Please check the host's content view and lifecycle environment.": [
4879
+ "No packages available to install on this host. Please check the host's assigned content view environments.": [
4880
4880
  ""
4881
4881
  ],
4882
4882
  "No packages removed": [
@@ -7675,7 +7675,7 @@
7675
7675
  "This environment is used in one or more multi-environment activation keys. The environment will simply be removed from the multi-environment keys. The content view and lifecycle environment you select here will only apply to single-environment activation keys. See hammer activation-key --help for more details.": [
7676
7676
  ""
7677
7677
  ],
7678
- "This erratum is not installable because it is not in this host's content view and lifecycle environment.": [
7678
+ "This erratum is not installable because it is not in this host's assigned content view environments.": [
7679
7679
  ""
7680
7680
  ],
7681
7681
  "This host does not have any Module streams.": [
@@ -7720,9 +7720,6 @@
7720
7720
  "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
7721
7721
  ""
7722
7722
  ],
7723
- "This repository has pending tasks in associated content views. Please wait for the tasks: ": [
7724
- ""
7725
- ],
7726
7723
  "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
7727
7724
  ""
7728
7725
  ],
@@ -8288,7 +8285,7 @@
8288
8285
  ""
8289
8286
  ],
8290
8287
  "User": [
8291
- ""
8288
+ "User"
8292
8289
  ],
8293
8290
  "User '%s' did not specify an organization ID and does not have a default organization.": [
8294
8291
  ""
@@ -8333,7 +8330,7 @@
8333
8330
  ""
8334
8331
  ],
8335
8332
  "Verify SSL": [
8336
- ""
8333
+ "Verify SSL"
8337
8334
  ],
8338
8335
  "Verify checksum for content on smart proxy": [
8339
8336
  ""