katello 4.16.0 → 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 (252) 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/app/lib/actions/candlepin/environment/set_content.rb +2 -2
  52. data/app/lib/actions/pulp3/orchestration/repository/trigger_update_repo_cert_guard.rb +1 -1
  53. data/app/models/katello/candlepin/repository_mapper.rb +1 -1
  54. data/app/views/foreman/job_templates/flatpak_install.erb +10 -2
  55. data/app/views/foreman/job_templates/flatpak_login_action.erb +2 -5
  56. data/db/migrate/20240924161240_katello_recreate_evr_constructs.rb +18 -0
  57. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +4 -0
  58. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +96 -31
  59. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +96 -31
  60. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +96 -31
  61. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +96 -31
  62. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +99 -60
  63. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +96 -31
  64. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +96 -31
  65. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +96 -31
  66. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +100 -35
  67. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +96 -31
  68. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +99 -40
  69. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +96 -31
  70. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +260 -192
  71. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +96 -31
  72. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +96 -31
  73. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +96 -31
  74. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +96 -31
  75. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +96 -31
  76. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +96 -35
  77. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +119 -52
  78. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +99 -34
  79. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +96 -31
  80. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +107 -40
  81. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +96 -31
  82. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +96 -31
  83. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +96 -31
  84. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +96 -31
  85. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +96 -31
  86. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +96 -31
  87. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +96 -31
  88. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +96 -31
  89. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +99 -40
  90. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +96 -31
  91. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +96 -31
  92. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +97 -34
  93. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +96 -31
  94. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +96 -31
  95. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +96 -31
  96. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +96 -31
  97. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +96 -31
  98. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +96 -31
  99. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +96 -31
  100. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +96 -31
  101. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +96 -31
  102. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +105 -40
  103. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +98 -33
  104. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +14 -14
  105. data/lib/katello/version.rb +1 -1
  106. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  107. data/locale/bn/katello.po +4 -7
  108. data/locale/bn/katello.po.time_stamp +0 -0
  109. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  110. data/locale/bn_IN/katello.po +4 -7
  111. data/locale/bn_IN/katello.po.time_stamp +0 -0
  112. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  113. data/locale/ca/katello.po +4 -7
  114. data/locale/ca/katello.po.time_stamp +0 -0
  115. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  116. data/locale/cs/katello.po +4 -7
  117. data/locale/cs/katello.po.time_stamp +0 -0
  118. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  119. data/locale/cs_CZ/katello.po +6 -9
  120. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  121. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  122. data/locale/de/katello.po +20 -23
  123. data/locale/de/katello.po.time_stamp +0 -0
  124. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  125. data/locale/de_AT/katello.po +4 -7
  126. data/locale/de_AT/katello.po.time_stamp +0 -0
  127. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  128. data/locale/de_DE/katello.po +4 -7
  129. data/locale/de_DE/katello.po.time_stamp +0 -0
  130. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  131. data/locale/el/katello.po +4 -7
  132. data/locale/el/katello.po.time_stamp +0 -0
  133. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  134. data/locale/en/katello.po +4 -7
  135. data/locale/en/katello.po.time_stamp +0 -0
  136. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  137. data/locale/en_GB/katello.po +6 -9
  138. data/locale/en_GB/katello.po.time_stamp +0 -0
  139. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  140. data/locale/en_US/katello.po +4 -7
  141. data/locale/en_US/katello.po.time_stamp +0 -0
  142. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  143. data/locale/es/katello.po +175 -177
  144. data/locale/es/katello.po.time_stamp +0 -0
  145. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  146. data/locale/et_EE/katello.po +4 -7
  147. data/locale/et_EE/katello.po.time_stamp +0 -0
  148. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  149. data/locale/fr/katello.po +851 -854
  150. data/locale/fr/katello.po.time_stamp +0 -0
  151. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  152. data/locale/gl/katello.po +4 -7
  153. data/locale/gl/katello.po.time_stamp +0 -0
  154. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  155. data/locale/gu/katello.po +6 -9
  156. data/locale/gu/katello.po.time_stamp +0 -0
  157. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  158. data/locale/he_IL/katello.po +4 -7
  159. data/locale/he_IL/katello.po.time_stamp +0 -0
  160. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  161. data/locale/hi/katello.po +4 -7
  162. data/locale/hi/katello.po.time_stamp +0 -0
  163. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  164. data/locale/id/katello.po +4 -7
  165. data/locale/id/katello.po.time_stamp +0 -0
  166. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  167. data/locale/it/katello.po +8 -11
  168. data/locale/it/katello.po.time_stamp +0 -0
  169. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  170. data/locale/ja/katello.po +580 -581
  171. data/locale/ja/katello.po.time_stamp +0 -0
  172. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  173. data/locale/ka/katello.po +418 -419
  174. data/locale/ka/katello.po.time_stamp +0 -0
  175. data/locale/katello.pot +89 -94
  176. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  177. data/locale/kn/katello.po +4 -7
  178. data/locale/kn/katello.po.time_stamp +0 -0
  179. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/ko/katello.po +2103 -2093
  181. data/locale/ko/katello.po.time_stamp +0 -0
  182. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  183. data/locale/ml_IN/katello.po +4 -7
  184. data/locale/ml_IN/katello.po.time_stamp +0 -0
  185. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  186. data/locale/mr/katello.po +4 -7
  187. data/locale/mr/katello.po.time_stamp +0 -0
  188. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  189. data/locale/nl_NL/katello.po +4 -7
  190. data/locale/nl_NL/katello.po.time_stamp +0 -0
  191. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/or/katello.po +4 -7
  193. data/locale/or/katello.po.time_stamp +0 -0
  194. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  195. data/locale/pa/katello.po +4 -7
  196. data/locale/pa/katello.po.time_stamp +0 -0
  197. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/pl/katello.po +6 -9
  199. data/locale/pl/katello.po.time_stamp +0 -0
  200. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  201. data/locale/pl_PL/katello.po +4 -7
  202. data/locale/pl_PL/katello.po.time_stamp +0 -0
  203. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  204. data/locale/pt/katello.po +4 -7
  205. data/locale/pt/katello.po.time_stamp +0 -0
  206. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  207. data/locale/pt_BR/katello.po +188 -190
  208. data/locale/pt_BR/katello.po.time_stamp +0 -0
  209. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/ro/katello.po +4 -7
  211. data/locale/ro/katello.po.time_stamp +0 -0
  212. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  213. data/locale/ro_RO/katello.po +4 -7
  214. data/locale/ro_RO/katello.po.time_stamp +0 -0
  215. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/ru/katello.po +8 -11
  217. data/locale/ru/katello.po.time_stamp +0 -0
  218. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  219. data/locale/sl/katello.po +4 -7
  220. data/locale/sl/katello.po.time_stamp +0 -0
  221. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  222. data/locale/sv_SE/katello.po +6 -9
  223. data/locale/sv_SE/katello.po.time_stamp +0 -0
  224. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  225. data/locale/ta/katello.po +4 -7
  226. data/locale/ta/katello.po.time_stamp +0 -0
  227. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  228. data/locale/ta_IN/katello.po +4 -7
  229. data/locale/ta_IN/katello.po.time_stamp +0 -0
  230. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  231. data/locale/te/katello.po +4 -7
  232. data/locale/te/katello.po.time_stamp +0 -0
  233. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  234. data/locale/tr/katello.po +4 -7
  235. data/locale/tr/katello.po.time_stamp +0 -0
  236. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  237. data/locale/vi/katello.po +4 -7
  238. data/locale/vi/katello.po.time_stamp +0 -0
  239. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  240. data/locale/vi_VN/katello.po +4 -7
  241. data/locale/vi_VN/katello.po.time_stamp +0 -0
  242. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  243. data/locale/zh/katello.po +4 -7
  244. data/locale/zh/katello.po.time_stamp +0 -0
  245. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  246. data/locale/zh_CN/katello.po +583 -580
  247. data/locale/zh_CN/katello.po.time_stamp +0 -0
  248. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  249. data/locale/zh_TW/katello.po +8 -11
  250. data/locale/zh_TW/katello.po.time_stamp +0 -0
  251. data/webpack/components/extensions/HostDetails/DetailsTabCards/ImageModeCard.js +1 -0
  252. metadata +63 -3
File without changes
Binary file
data/locale/ro/katello.po CHANGED
@@ -5,7 +5,7 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: katello 4.16.0.pre.master\n"
8
+ "Project-Id-Version: katello 4.16.1\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
11
11
  "Language-Team: Romanian (https://app.transifex.com/foreman/teams/114/ro/)\n"
@@ -3708,7 +3708,7 @@ msgstr ""
3708
3708
  msgid "Installable bugfix/enhancement errata"
3709
3709
  msgstr ""
3710
3710
 
3711
- msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
3711
+ msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
3712
3712
  msgstr ""
3713
3713
 
3714
3714
  msgid "Installable security errata"
@@ -4895,7 +4895,7 @@ msgstr ""
4895
4895
  msgid "No packages available to install"
4896
4896
  msgstr ""
4897
4897
 
4898
- msgid "No packages available to install on this host. Please check the host's content view and lifecycle environment."
4898
+ msgid "No packages available to install on this host. Please check the host's assigned content view environments."
4899
4899
  msgstr ""
4900
4900
 
4901
4901
  msgid "No packages removed"
@@ -7700,7 +7700,7 @@ msgstr ""
7700
7700
  msgid "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."
7701
7701
  msgstr ""
7702
7702
 
7703
- msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7703
+ msgid "This erratum is not installable because it is not in this host's assigned content view environments."
7704
7704
  msgstr ""
7705
7705
 
7706
7706
  msgid "This host does not have any Module streams."
@@ -7745,9 +7745,6 @@ msgstr ""
7745
7745
  msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7746
7746
  msgstr ""
7747
7747
 
7748
- msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
7749
- msgstr ""
7750
-
7751
7748
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
7752
7749
  msgstr ""
7753
7750
 
File without changes
Binary file
@@ -5,7 +5,7 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: katello 4.16.0.pre.master\n"
8
+ "Project-Id-Version: katello 4.16.1\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
11
11
  "Language-Team: Romanian (Romania) (https://app.transifex.com/foreman/teams/114"
@@ -3709,7 +3709,7 @@ msgstr ""
3709
3709
  msgid "Installable bugfix/enhancement errata"
3710
3710
  msgstr ""
3711
3711
 
3712
- msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
3712
+ msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
3713
3713
  msgstr ""
3714
3714
 
3715
3715
  msgid "Installable security errata"
@@ -4896,7 +4896,7 @@ msgstr ""
4896
4896
  msgid "No packages available to install"
4897
4897
  msgstr ""
4898
4898
 
4899
- msgid "No packages available to install on this host. Please check the host's content view and lifecycle environment."
4899
+ msgid "No packages available to install on this host. Please check the host's assigned content view environments."
4900
4900
  msgstr ""
4901
4901
 
4902
4902
  msgid "No packages removed"
@@ -7701,7 +7701,7 @@ msgstr ""
7701
7701
  msgid "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."
7702
7702
  msgstr ""
7703
7703
 
7704
- msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7704
+ msgid "This erratum is not installable because it is not in this host's assigned content view environments."
7705
7705
  msgstr ""
7706
7706
 
7707
7707
  msgid "This host does not have any Module streams."
@@ -7746,9 +7746,6 @@ msgstr ""
7746
7746
  msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7747
7747
  msgstr ""
7748
7748
 
7749
- msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
7750
- msgstr ""
7751
-
7752
7749
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
7753
7750
  msgstr ""
7754
7751
 
File without changes
Binary file
data/locale/ru/katello.po CHANGED
@@ -10,15 +10,15 @@
10
10
  # KotUchoniy <yosho1@yandex.ru>, 2022
11
11
  # Yulia <yulia.poyarkova@redhat.com>, 2022
12
12
  # Denis Denis <stereodenis@gmail.com>, 2022
13
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2022
13
14
  # Bryan Kearney <bryan.kearney@gmail.com>, 2024
14
- # 0868a4d1af5275b3f70b0a6dac4c99a4, 2024
15
15
  #
16
16
  msgid ""
17
17
  msgstr ""
18
- "Project-Id-Version: katello 4.16.0.pre.master\n"
18
+ "Project-Id-Version: katello 4.16.1\n"
19
19
  "Report-Msgid-Bugs-To: \n"
20
20
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
21
- "Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2024\n"
21
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2024\n"
22
22
  "Language-Team: Russian (https://app.transifex.com/foreman/teams/114/ru/)\n"
23
23
  "MIME-Version: 1.0\n"
24
24
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -1490,7 +1490,7 @@ msgid "Components"
1490
1490
  msgstr "Компоненты"
1491
1491
 
1492
1492
  msgid "Composite"
1493
- msgstr "Составное"
1493
+ msgstr ""
1494
1494
 
1495
1495
  msgid "Composite Content View"
1496
1496
  msgstr ""
@@ -2174,7 +2174,7 @@ msgid "Default System SLA"
2174
2174
  msgstr "SLA по умолчанию"
2175
2175
 
2176
2176
  msgid "Default content view versions cannot be promoted"
2177
- msgstr "Используемое по умолчанию представление не может переноситься."
2177
+ msgstr ""
2178
2178
 
2179
2179
  msgid "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')"
2180
2180
  msgstr ""
@@ -3722,7 +3722,7 @@ msgstr "Доступно для установки"
3722
3722
  msgid "Installable bugfix/enhancement errata"
3723
3723
  msgstr ""
3724
3724
 
3725
- msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
3725
+ msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
3726
3726
  msgstr ""
3727
3727
 
3728
3728
  msgid "Installable security errata"
@@ -4909,7 +4909,7 @@ msgstr ""
4909
4909
  msgid "No packages available to install"
4910
4910
  msgstr ""
4911
4911
 
4912
- msgid "No packages available to install on this host. Please check the host's content view and lifecycle environment."
4912
+ msgid "No packages available to install on this host. Please check the host's assigned content view environments."
4913
4913
  msgstr ""
4914
4914
 
4915
4915
  msgid "No packages removed"
@@ -7714,7 +7714,7 @@ msgstr ""
7714
7714
  msgid "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."
7715
7715
  msgstr ""
7716
7716
 
7717
- msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7717
+ msgid "This erratum is not installable because it is not in this host's assigned content view environments."
7718
7718
  msgstr ""
7719
7719
 
7720
7720
  msgid "This host does not have any Module streams."
@@ -7759,9 +7759,6 @@ msgstr ""
7759
7759
  msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7760
7760
  msgstr ""
7761
7761
 
7762
- msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
7763
- msgstr ""
7764
-
7765
7762
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
7766
7763
  msgstr ""
7767
7764
 
File without changes
Binary file
data/locale/sl/katello.po CHANGED
@@ -8,7 +8,7 @@
8
8
  #
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: katello 4.16.0.pre.master\n"
11
+ "Project-Id-Version: katello 4.16.1\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
14
14
  "Last-Translator: Barbara Krasovec <barbarak@arnes.si>, 2022\n"
@@ -3712,7 +3712,7 @@ msgstr ""
3712
3712
  msgid "Installable bugfix/enhancement errata"
3713
3713
  msgstr ""
3714
3714
 
3715
- msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
3715
+ msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
3716
3716
  msgstr ""
3717
3717
 
3718
3718
  msgid "Installable security errata"
@@ -4899,7 +4899,7 @@ msgstr ""
4899
4899
  msgid "No packages available to install"
4900
4900
  msgstr ""
4901
4901
 
4902
- msgid "No packages available to install on this host. Please check the host's content view and lifecycle environment."
4902
+ msgid "No packages available to install on this host. Please check the host's assigned content view environments."
4903
4903
  msgstr ""
4904
4904
 
4905
4905
  msgid "No packages removed"
@@ -7704,7 +7704,7 @@ msgstr ""
7704
7704
  msgid "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."
7705
7705
  msgstr ""
7706
7706
 
7707
- msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7707
+ msgid "This erratum is not installable because it is not in this host's assigned content view environments."
7708
7708
  msgstr ""
7709
7709
 
7710
7710
  msgid "This host does not have any Module streams."
@@ -7749,9 +7749,6 @@ msgstr ""
7749
7749
  msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7750
7750
  msgstr ""
7751
7751
 
7752
- msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
7753
- msgstr ""
7754
-
7755
7752
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
7756
7753
  msgstr ""
7757
7754
 
File without changes
Binary file
@@ -5,15 +5,15 @@
5
5
  #
6
6
  # Translators:
7
7
  # Robin Friberg <robin.friberg@gmail.com>, 2017
8
+ # johnny.westerlund <johnny.westerlund@gmail.com>, 2022
8
9
  # Mikael Fridh <frimik@gmail.com>, 2022
9
- # johnny.westerlund <johnny.westerlund@gmail.com>, 2024
10
10
  #
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: katello 4.16.0.pre.master\n"
13
+ "Project-Id-Version: katello 4.16.1\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
16
- "Last-Translator: johnny.westerlund <johnny.westerlund@gmail.com>, 2024\n"
16
+ "Last-Translator: Mikael Fridh <frimik@gmail.com>, 2022\n"
17
17
  "Language-Team: Swedish (Sweden) (https://app.transifex.com/foreman/teams/114/s"
18
18
  "v_SE/)\n"
19
19
  "MIME-Version: 1.0\n"
@@ -3714,7 +3714,7 @@ msgstr ""
3714
3714
  msgid "Installable bugfix/enhancement errata"
3715
3715
  msgstr ""
3716
3716
 
3717
- msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
3717
+ msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
3718
3718
  msgstr ""
3719
3719
 
3720
3720
  msgid "Installable security errata"
@@ -4901,7 +4901,7 @@ msgstr ""
4901
4901
  msgid "No packages available to install"
4902
4902
  msgstr ""
4903
4903
 
4904
- msgid "No packages available to install on this host. Please check the host's content view and lifecycle environment."
4904
+ msgid "No packages available to install on this host. Please check the host's assigned content view environments."
4905
4905
  msgstr ""
4906
4906
 
4907
4907
  msgid "No packages removed"
@@ -7706,7 +7706,7 @@ msgstr ""
7706
7706
  msgid "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."
7707
7707
  msgstr ""
7708
7708
 
7709
- msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7709
+ msgid "This erratum is not installable because it is not in this host's assigned content view environments."
7710
7710
  msgstr ""
7711
7711
 
7712
7712
  msgid "This host does not have any Module streams."
@@ -7751,9 +7751,6 @@ msgstr ""
7751
7751
  msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7752
7752
  msgstr ""
7753
7753
 
7754
- msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
7755
- msgstr ""
7756
-
7757
7754
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
7758
7755
  msgstr ""
7759
7756
 
File without changes
Binary file
data/locale/ta/katello.po CHANGED
@@ -8,7 +8,7 @@
8
8
  #
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: katello 4.16.0.pre.master\n"
11
+ "Project-Id-Version: katello 4.16.1\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
14
14
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2022\n"
@@ -3711,7 +3711,7 @@ msgstr ""
3711
3711
  msgid "Installable bugfix/enhancement errata"
3712
3712
  msgstr ""
3713
3713
 
3714
- msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
3714
+ msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
3715
3715
  msgstr ""
3716
3716
 
3717
3717
  msgid "Installable security errata"
@@ -4898,7 +4898,7 @@ msgstr ""
4898
4898
  msgid "No packages available to install"
4899
4899
  msgstr ""
4900
4900
 
4901
- msgid "No packages available to install on this host. Please check the host's content view and lifecycle environment."
4901
+ msgid "No packages available to install on this host. Please check the host's assigned content view environments."
4902
4902
  msgstr ""
4903
4903
 
4904
4904
  msgid "No packages removed"
@@ -7703,7 +7703,7 @@ msgstr ""
7703
7703
  msgid "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."
7704
7704
  msgstr ""
7705
7705
 
7706
- msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7706
+ msgid "This erratum is not installable because it is not in this host's assigned content view environments."
7707
7707
  msgstr ""
7708
7708
 
7709
7709
  msgid "This host does not have any Module streams."
@@ -7748,9 +7748,6 @@ msgstr ""
7748
7748
  msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7749
7749
  msgstr ""
7750
7750
 
7751
- msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
7752
- msgstr ""
7753
-
7754
7751
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
7755
7752
  msgstr ""
7756
7753
 
File without changes
Binary file
@@ -8,7 +8,7 @@
8
8
  #
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: katello 4.16.0.pre.master\n"
11
+ "Project-Id-Version: katello 4.16.1\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
14
14
  "Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2022\n"
@@ -3712,7 +3712,7 @@ msgstr ""
3712
3712
  msgid "Installable bugfix/enhancement errata"
3713
3713
  msgstr ""
3714
3714
 
3715
- msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
3715
+ msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
3716
3716
  msgstr ""
3717
3717
 
3718
3718
  msgid "Installable security errata"
@@ -4899,7 +4899,7 @@ msgstr ""
4899
4899
  msgid "No packages available to install"
4900
4900
  msgstr ""
4901
4901
 
4902
- msgid "No packages available to install on this host. Please check the host's content view and lifecycle environment."
4902
+ msgid "No packages available to install on this host. Please check the host's assigned content view environments."
4903
4903
  msgstr ""
4904
4904
 
4905
4905
  msgid "No packages removed"
@@ -7704,7 +7704,7 @@ msgstr ""
7704
7704
  msgid "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."
7705
7705
  msgstr ""
7706
7706
 
7707
- msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7707
+ msgid "This erratum is not installable because it is not in this host's assigned content view environments."
7708
7708
  msgstr ""
7709
7709
 
7710
7710
  msgid "This host does not have any Module streams."
@@ -7749,9 +7749,6 @@ msgstr ""
7749
7749
  msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7750
7750
  msgstr ""
7751
7751
 
7752
- msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
7753
- msgstr ""
7754
-
7755
7752
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
7756
7753
  msgstr ""
7757
7754
 
File without changes
Binary file
data/locale/te/katello.po CHANGED
@@ -8,7 +8,7 @@
8
8
  #
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: katello 4.16.0.pre.master\n"
11
+ "Project-Id-Version: katello 4.16.1\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
14
14
  "Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2022\n"
@@ -3711,7 +3711,7 @@ msgstr ""
3711
3711
  msgid "Installable bugfix/enhancement errata"
3712
3712
  msgstr ""
3713
3713
 
3714
- msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
3714
+ msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
3715
3715
  msgstr ""
3716
3716
 
3717
3717
  msgid "Installable security errata"
@@ -4898,7 +4898,7 @@ msgstr ""
4898
4898
  msgid "No packages available to install"
4899
4899
  msgstr ""
4900
4900
 
4901
- msgid "No packages available to install on this host. Please check the host's content view and lifecycle environment."
4901
+ msgid "No packages available to install on this host. Please check the host's assigned content view environments."
4902
4902
  msgstr ""
4903
4903
 
4904
4904
  msgid "No packages removed"
@@ -7703,7 +7703,7 @@ msgstr ""
7703
7703
  msgid "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."
7704
7704
  msgstr ""
7705
7705
 
7706
- msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7706
+ msgid "This erratum is not installable because it is not in this host's assigned content view environments."
7707
7707
  msgstr ""
7708
7708
 
7709
7709
  msgid "This host does not have any Module streams."
@@ -7748,9 +7748,6 @@ msgstr ""
7748
7748
  msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7749
7749
  msgstr ""
7750
7750
 
7751
- msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
7752
- msgstr ""
7753
-
7754
7751
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
7755
7752
  msgstr ""
7756
7753
 
File without changes
Binary file
data/locale/tr/katello.po CHANGED
@@ -8,7 +8,7 @@
8
8
  #
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: katello 4.16.0.pre.master\n"
11
+ "Project-Id-Version: katello 4.16.1\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
14
14
  "Last-Translator: Literally No One <yusufsalihmamur58@gmail.com>, 2022\n"
@@ -3711,7 +3711,7 @@ msgstr ""
3711
3711
  msgid "Installable bugfix/enhancement errata"
3712
3712
  msgstr ""
3713
3713
 
3714
- msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
3714
+ msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
3715
3715
  msgstr ""
3716
3716
 
3717
3717
  msgid "Installable security errata"
@@ -4898,7 +4898,7 @@ msgstr ""
4898
4898
  msgid "No packages available to install"
4899
4899
  msgstr ""
4900
4900
 
4901
- msgid "No packages available to install on this host. Please check the host's content view and lifecycle environment."
4901
+ msgid "No packages available to install on this host. Please check the host's assigned content view environments."
4902
4902
  msgstr ""
4903
4903
 
4904
4904
  msgid "No packages removed"
@@ -7703,7 +7703,7 @@ msgstr ""
7703
7703
  msgid "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."
7704
7704
  msgstr ""
7705
7705
 
7706
- msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7706
+ msgid "This erratum is not installable because it is not in this host's assigned content view environments."
7707
7707
  msgstr ""
7708
7708
 
7709
7709
  msgid "This host does not have any Module streams."
@@ -7748,9 +7748,6 @@ msgstr ""
7748
7748
  msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7749
7749
  msgstr ""
7750
7750
 
7751
- msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
7752
- msgstr ""
7753
-
7754
7751
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
7755
7752
  msgstr ""
7756
7753
 
File without changes
Binary file
data/locale/vi/katello.po CHANGED
@@ -5,7 +5,7 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: katello 4.16.0.pre.master\n"
8
+ "Project-Id-Version: katello 4.16.1\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
11
11
  "Language-Team: Vietnamese (https://app.transifex.com/foreman/teams/114/vi/)\n"
@@ -3707,7 +3707,7 @@ msgstr ""
3707
3707
  msgid "Installable bugfix/enhancement errata"
3708
3708
  msgstr ""
3709
3709
 
3710
- msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
3710
+ msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
3711
3711
  msgstr ""
3712
3712
 
3713
3713
  msgid "Installable security errata"
@@ -4894,7 +4894,7 @@ msgstr ""
4894
4894
  msgid "No packages available to install"
4895
4895
  msgstr ""
4896
4896
 
4897
- msgid "No packages available to install on this host. Please check the host's content view and lifecycle environment."
4897
+ msgid "No packages available to install on this host. Please check the host's assigned content view environments."
4898
4898
  msgstr ""
4899
4899
 
4900
4900
  msgid "No packages removed"
@@ -7699,7 +7699,7 @@ msgstr ""
7699
7699
  msgid "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."
7700
7700
  msgstr ""
7701
7701
 
7702
- msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7702
+ msgid "This erratum is not installable because it is not in this host's assigned content view environments."
7703
7703
  msgstr ""
7704
7704
 
7705
7705
  msgid "This host does not have any Module streams."
@@ -7744,9 +7744,6 @@ msgstr ""
7744
7744
  msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7745
7745
  msgstr ""
7746
7746
 
7747
- msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
7748
- msgstr ""
7749
-
7750
7747
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
7751
7748
  msgstr ""
7752
7749
 
File without changes
Binary file
@@ -5,7 +5,7 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: katello 4.16.0.pre.master\n"
8
+ "Project-Id-Version: katello 4.16.1\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
11
11
  "Language-Team: Vietnamese (Viet Nam) (https://app.transifex.com/foreman/teams/"
@@ -3708,7 +3708,7 @@ msgstr ""
3708
3708
  msgid "Installable bugfix/enhancement errata"
3709
3709
  msgstr ""
3710
3710
 
3711
- msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
3711
+ msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
3712
3712
  msgstr ""
3713
3713
 
3714
3714
  msgid "Installable security errata"
@@ -4895,7 +4895,7 @@ msgstr ""
4895
4895
  msgid "No packages available to install"
4896
4896
  msgstr ""
4897
4897
 
4898
- msgid "No packages available to install on this host. Please check the host's content view and lifecycle environment."
4898
+ msgid "No packages available to install on this host. Please check the host's assigned content view environments."
4899
4899
  msgstr ""
4900
4900
 
4901
4901
  msgid "No packages removed"
@@ -7700,7 +7700,7 @@ msgstr ""
7700
7700
  msgid "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."
7701
7701
  msgstr ""
7702
7702
 
7703
- msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7703
+ msgid "This erratum is not installable because it is not in this host's assigned content view environments."
7704
7704
  msgstr ""
7705
7705
 
7706
7706
  msgid "This host does not have any Module streams."
@@ -7745,9 +7745,6 @@ msgstr ""
7745
7745
  msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7746
7746
  msgstr ""
7747
7747
 
7748
- msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
7749
- msgstr ""
7750
-
7751
7748
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
7752
7749
  msgstr ""
7753
7750
 
File without changes
Binary file
data/locale/zh/katello.po CHANGED
@@ -5,7 +5,7 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: katello 4.16.0.pre.master\n"
8
+ "Project-Id-Version: katello 4.16.1\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
11
11
  "Language-Team: Chinese (https://app.transifex.com/foreman/teams/114/zh/)\n"
@@ -3707,7 +3707,7 @@ msgstr ""
3707
3707
  msgid "Installable bugfix/enhancement errata"
3708
3708
  msgstr ""
3709
3709
 
3710
- msgid "Installable errata are applicable errata that are available in the host's content view and lifecycle environment."
3710
+ msgid "Installable errata are applicable errata that are available in the host's assigned content view environments."
3711
3711
  msgstr ""
3712
3712
 
3713
3713
  msgid "Installable security errata"
@@ -4894,7 +4894,7 @@ msgstr ""
4894
4894
  msgid "No packages available to install"
4895
4895
  msgstr ""
4896
4896
 
4897
- msgid "No packages available to install on this host. Please check the host's content view and lifecycle environment."
4897
+ msgid "No packages available to install on this host. Please check the host's assigned content view environments."
4898
4898
  msgstr ""
4899
4899
 
4900
4900
  msgid "No packages removed"
@@ -7699,7 +7699,7 @@ msgstr ""
7699
7699
  msgid "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."
7700
7700
  msgstr ""
7701
7701
 
7702
- msgid "This erratum is not installable because it is not in this host's content view and lifecycle environment."
7702
+ msgid "This erratum is not installable because it is not in this host's assigned content view environments."
7703
7703
  msgstr ""
7704
7704
 
7705
7705
  msgid "This host does not have any Module streams."
@@ -7744,9 +7744,6 @@ msgstr ""
7744
7744
  msgid "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}."
7745
7745
  msgstr ""
7746
7746
 
7747
- msgid "This repository has pending tasks in associated content views. Please wait for the tasks: "
7748
- msgstr ""
7749
-
7750
7747
  msgid "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use."
7751
7748
  msgstr ""
7752
7749