katello 4.18.0.rc2 → 4.18.0

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

Potentially problematic release.


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

Files changed (234) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +279 -15
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +279 -15
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +281 -17
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +280 -16
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +282 -18
  7. data/app/assets/javascripts/katello/locale/de/katello.js +290 -26
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +279 -15
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +281 -17
  10. data/app/assets/javascripts/katello/locale/el/katello.js +281 -17
  11. data/app/assets/javascripts/katello/locale/en/katello.js +280 -16
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +280 -16
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +279 -15
  14. data/app/assets/javascripts/katello/locale/es/katello.js +445 -181
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +279 -15
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +1097 -833
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +279 -15
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +279 -15
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +279 -15
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +279 -15
  21. data/app/assets/javascripts/katello/locale/id/katello.js +279 -15
  22. data/app/assets/javascripts/katello/locale/it/katello.js +281 -17
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +826 -562
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +677 -413
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +279 -15
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +2325 -2062
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +279 -15
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +279 -15
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +279 -15
  30. data/app/assets/javascripts/katello/locale/or/katello.js +279 -15
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +279 -15
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +281 -17
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +279 -15
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +279 -15
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +458 -194
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +279 -15
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +279 -15
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +281 -17
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +281 -17
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +279 -15
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +279 -15
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +279 -15
  43. data/app/assets/javascripts/katello/locale/te/katello.js +279 -15
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +279 -15
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +279 -15
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +279 -15
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +279 -15
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +831 -567
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +281 -17
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +2 -2
  51. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +69 -19
  52. data/app/controllers/katello/api/v2/exports_controller.rb +14 -7
  53. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +9 -0
  54. data/app/controllers/katello/api/v2/host_errata_controller.rb +24 -2
  55. data/app/controllers/katello/api/v2/organizations_controller.rb +10 -4
  56. data/app/controllers/katello/api/v2/repositories_controller.rb +12 -3
  57. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +36 -8
  58. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +9 -1
  59. data/app/lib/actions/katello/repository/destroy.rb +3 -2
  60. data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +1 -2
  61. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -2
  62. data/app/lib/katello/errors.rb +2 -0
  63. data/app/models/katello/content_view_environment.rb +3 -0
  64. data/app/models/katello/rhel_lifecycle_status.rb +3 -1
  65. data/app/services/katello/pulp3/content_view_version/export.rb +32 -25
  66. data/app/services/katello/pulp3/content_view_version/export_validator.rb +1 -1
  67. data/app/views/katello/api/v2/content_facet/base.json.rabl +3 -0
  68. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-type.filter.js +1 -1
  69. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +8 -0
  70. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +6 -5
  71. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +6 -5
  72. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +6 -5
  73. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +6 -5
  74. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +6 -5
  75. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +6 -5
  76. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +6 -5
  77. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +6 -5
  78. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +6 -5
  79. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +6 -5
  80. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +6 -5
  81. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +6 -5
  82. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -5
  83. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +6 -5
  84. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +6 -5
  85. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +6 -5
  86. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +6 -5
  87. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +6 -5
  88. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +6 -5
  89. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +6 -5
  90. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +6 -5
  91. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +6 -5
  92. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +6 -5
  93. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +6 -5
  94. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +6 -5
  95. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +6 -5
  96. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +6 -5
  97. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +6 -5
  98. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +6 -5
  99. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +6 -5
  100. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +6 -5
  101. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +6 -5
  102. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +6 -5
  103. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +6 -5
  104. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +6 -5
  105. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +6 -5
  106. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +6 -5
  107. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +6 -5
  108. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +6 -5
  109. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +6 -5
  110. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +6 -5
  111. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +6 -5
  112. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +6 -5
  113. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +6 -5
  114. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +6 -5
  115. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +6 -5
  116. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +11 -11
  117. data/lib/katello/plugin.rb +6 -0
  118. data/lib/katello/tasks/repository.rake +67 -0
  119. data/lib/katello/version.rb +1 -1
  120. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  121. data/locale/bn/katello.po +279 -15
  122. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  123. data/locale/bn_IN/katello.po +279 -15
  124. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  125. data/locale/ca/katello.po +282 -18
  126. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  127. data/locale/cs/katello.po +280 -17
  128. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  129. data/locale/cs_CZ/katello.po +283 -19
  130. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  131. data/locale/de/katello.po +295 -31
  132. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  133. data/locale/de_AT/katello.po +279 -15
  134. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  135. data/locale/de_DE/katello.po +282 -18
  136. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  137. data/locale/el/katello.po +282 -18
  138. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  139. data/locale/en/katello.po +280 -17
  140. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  141. data/locale/en_GB/katello.po +280 -16
  142. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  143. data/locale/en_US/katello.po +279 -15
  144. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  145. data/locale/es/katello.po +449 -184
  146. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  147. data/locale/et_EE/katello.po +279 -15
  148. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  149. data/locale/fr/katello.po +1103 -840
  150. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  151. data/locale/gl/katello.po +279 -15
  152. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  153. data/locale/gu/katello.po +279 -15
  154. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  155. data/locale/he_IL/katello.po +279 -15
  156. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  157. data/locale/hi/katello.po +279 -15
  158. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  159. data/locale/id/katello.po +279 -15
  160. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  161. data/locale/it/katello.po +282 -18
  162. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  163. data/locale/ja/katello.po +833 -568
  164. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  165. data/locale/ka/katello.po +679 -413
  166. data/locale/katello.pot +775 -359
  167. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  168. data/locale/kn/katello.po +279 -15
  169. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  170. data/locale/ko/katello.po +2334 -2058
  171. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/ml_IN/katello.po +279 -15
  173. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  174. data/locale/mr/katello.po +279 -15
  175. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  176. data/locale/nl_NL/katello.po +279 -15
  177. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  178. data/locale/or/katello.po +279 -15
  179. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/pa/katello.po +279 -15
  181. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  182. data/locale/pl/katello.po +282 -18
  183. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/pl_PL/katello.po +279 -15
  185. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  186. data/locale/pt/katello.po +279 -15
  187. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  188. data/locale/pt_BR/katello.po +462 -197
  189. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/ro/katello.po +279 -15
  191. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/ro_RO/katello.po +279 -15
  193. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/ru/katello.po +282 -18
  195. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  196. data/locale/sl/katello.po +282 -18
  197. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/sv_SE/katello.po +279 -15
  199. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  200. data/locale/ta/katello.po +279 -15
  201. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  202. data/locale/ta_IN/katello.po +279 -15
  203. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  204. data/locale/te/katello.po +279 -15
  205. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  206. data/locale/tr/katello.po +279 -15
  207. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/vi/katello.po +279 -15
  209. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/vi_VN/katello.po +279 -15
  211. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/zh/katello.po +279 -15
  213. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/zh_CN/katello.po +836 -567
  215. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/zh_TW/katello.po +282 -18
  217. data/webpack/components/Errata/index.js +18 -0
  218. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +3 -0
  219. data/webpack/global_index.js +0 -4
  220. data/webpack/redux/actions/RedHatRepositories/helpers.js +3 -3
  221. data/webpack/redux/reducers/index.js +0 -2
  222. metadata +4 -16
  223. data/webpack/components/extensions/about/SystemStatuses.js +0 -55
  224. data/webpack/components/extensions/about/SystemStatusesActions.js +0 -16
  225. data/webpack/components/extensions/about/SystemStatusesConsts.js +0 -3
  226. data/webpack/components/extensions/about/SystemStatusesReducer.js +0 -26
  227. data/webpack/components/extensions/about/SystemStatusesSelectors.js +0 -3
  228. data/webpack/components/extensions/about/__tests__/SystemStatuses.fixtures.js +0 -20
  229. data/webpack/components/extensions/about/__tests__/SystemStatuses.test.js +0 -14
  230. data/webpack/components/extensions/about/__tests__/SystemStatusesReducer.test.js +0 -32
  231. data/webpack/components/extensions/about/__tests__/__snapshots__/SystemStatuses.test.js.snap +0 -156
  232. data/webpack/components/extensions/about/__tests__/__snapshots__/SystemStatusesReducer.test.js.snap +0 -47
  233. data/webpack/components/extensions/about/index.js +0 -19
  234. data/webpack/components/extensions/reducers.js +0 -6
Binary file
@@ -5,7 +5,7 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: katello 4.18.0.pre.master\n"
8
+ "Project-Id-Version: katello 4.18.0.rc2\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"
@@ -468,6 +468,9 @@ msgstr ""
468
468
  msgid "About page"
469
469
  msgstr ""
470
470
 
471
+ msgid "Abstract async task"
472
+ msgstr ""
473
+
471
474
  msgid "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'."
472
475
  msgstr ""
473
476
 
@@ -612,6 +615,9 @@ msgstr ""
612
615
  msgid "Add repositories with package groups to content view to select them here."
613
616
  msgstr ""
614
617
 
618
+ msgid "Add rolling repo clone"
619
+ msgstr ""
620
+
615
621
  msgid "Add rule"
616
622
  msgstr ""
617
623
 
@@ -984,6 +990,9 @@ msgstr ""
984
990
  msgid "Auto Publish - Triggered by '%s'"
985
991
  msgstr ""
986
992
 
993
+ msgid "Auto attach subscriptions"
994
+ msgstr ""
995
+
987
996
  msgid "Auto publish"
988
997
  msgstr ""
989
998
 
@@ -1011,9 +1020,6 @@ msgstr ""
1011
1020
  msgid "Back"
1012
1021
  msgstr ""
1013
1022
 
1014
- msgid "Backend System Status"
1015
- msgstr ""
1016
-
1017
1023
  msgid "Base URL"
1018
1024
  msgstr ""
1019
1025
 
@@ -1308,7 +1314,7 @@ msgstr ""
1308
1314
  msgid "Cannot incrementally export from a filtered and a non-filtered content view version. The exported content view version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}.'. Please do a full export."
1309
1315
  msgstr ""
1310
1316
 
1311
- msgid "Cannot incrementally export from a incrementally exported version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export."
1317
+ msgid "Cannot incrementally export from a incrementally updated version and a regular version or vice-versa. The exported Content View Version '%{content_view} %{current}' cannot be incrementally exported from version '%{from}.' Please do a full export."
1312
1318
  msgstr ""
1313
1319
 
1314
1320
  msgid "Cannot install errata: No errata found for search term '%s'"
@@ -1479,13 +1485,13 @@ msgstr ""
1479
1485
  msgid "Comma-separated list of tags to sync for a container image repository"
1480
1486
  msgstr ""
1481
1487
 
1482
- msgid "Compare"
1488
+ msgid "Commit upload"
1483
1489
  msgstr ""
1484
1490
 
1485
- msgid "Completed pulp task protection days"
1491
+ msgid "Compare"
1486
1492
  msgstr ""
1487
1493
 
1488
- msgid "Component"
1494
+ msgid "Completed pulp task protection days"
1489
1495
  msgstr ""
1490
1496
 
1491
1497
  msgid "Component Content View"
@@ -1833,15 +1839,27 @@ msgstr ""
1833
1839
  msgid "Copy"
1834
1840
  msgstr ""
1835
1841
 
1842
+ msgid "Copy all units"
1843
+ msgstr ""
1844
+
1836
1845
  msgid "Copy an activation key"
1837
1846
  msgstr ""
1838
1847
 
1848
+ msgid "Copy content"
1849
+ msgstr ""
1850
+
1839
1851
  msgid "Copy content view"
1840
1852
  msgstr ""
1841
1853
 
1842
1854
  msgid "Copy to clipboard"
1843
1855
  msgstr ""
1844
1856
 
1857
+ msgid "Copy version"
1858
+ msgstr ""
1859
+
1860
+ msgid "Copy version units to library"
1861
+ msgstr ""
1862
+
1845
1863
  msgid "Cores per socket"
1846
1864
  msgstr ""
1847
1865
 
@@ -2055,12 +2073,21 @@ msgstr ""
2055
2073
  msgid "Create content view"
2056
2074
  msgstr ""
2057
2075
 
2076
+ msgid "Create exporter"
2077
+ msgstr ""
2078
+
2058
2079
  msgid "Create filter"
2059
2080
  msgstr ""
2060
2081
 
2061
2082
  msgid "Create host collection"
2062
2083
  msgstr ""
2063
2084
 
2085
+ msgid "Create import"
2086
+ msgstr ""
2087
+
2088
+ msgid "Create importer"
2089
+ msgstr ""
2090
+
2064
2091
  msgid "Create new activation key"
2065
2092
  msgstr ""
2066
2093
 
@@ -2070,6 +2097,12 @@ msgstr ""
2070
2097
  msgid "Create package filter rule"
2071
2098
  msgstr ""
2072
2099
 
2100
+ msgid "Create publication"
2101
+ msgstr ""
2102
+
2103
+ msgid "Create remote"
2104
+ msgstr ""
2105
+
2073
2106
  msgid "Create rule"
2074
2107
  msgstr ""
2075
2108
 
@@ -2334,12 +2367,36 @@ msgstr ""
2334
2367
  msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
2335
2368
  msgstr ""
2336
2369
 
2370
+ msgid "Delete distributions"
2371
+ msgstr ""
2372
+
2337
2373
  msgid "Delete manifest from Red Hat provider"
2338
2374
  msgstr ""
2339
2375
 
2340
2376
  msgid "Delete multiple filters from a content view"
2341
2377
  msgstr ""
2342
2378
 
2379
+ msgid "Delete orphan alternate content sources"
2380
+ msgstr ""
2381
+
2382
+ msgid "Delete orphan distributions"
2383
+ msgstr ""
2384
+
2385
+ msgid "Delete orphan remotes"
2386
+ msgstr ""
2387
+
2388
+ msgid "Delete orphan repository versions"
2389
+ msgstr ""
2390
+
2391
+ msgid "Delete orphaned migrated repositories"
2392
+ msgstr ""
2393
+
2394
+ msgid "Delete remote"
2395
+ msgstr ""
2396
+
2397
+ msgid "Delete repository references"
2398
+ msgstr ""
2399
+
2343
2400
  msgid "Delete version"
2344
2401
  msgstr ""
2345
2402
 
@@ -2439,6 +2496,12 @@ msgstr ""
2439
2496
  msgid "Destroy an environment in an organization"
2440
2497
  msgstr ""
2441
2498
 
2499
+ msgid "Destroy exporter"
2500
+ msgstr ""
2501
+
2502
+ msgid "Destroy importer"
2503
+ msgstr ""
2504
+
2442
2505
  msgid "Destroy one or more alternate content sources"
2443
2506
  msgstr ""
2444
2507
 
@@ -2487,6 +2550,9 @@ msgstr ""
2487
2550
  msgid "Disabling Simple Content Access failed for '%{subject}'."
2488
2551
  msgstr ""
2489
2552
 
2553
+ msgid "Discover"
2554
+ msgstr ""
2555
+
2490
2556
  msgid "Discover Repositories"
2491
2557
  msgstr ""
2492
2558
 
@@ -2688,6 +2754,9 @@ msgstr ""
2688
2754
  msgid "Environment cannot be in its own promotion path"
2689
2755
  msgstr ""
2690
2756
 
2757
+ msgid "Environment contents refresh"
2758
+ msgstr ""
2759
+
2691
2760
  msgid "Environment identifier"
2692
2761
  msgstr ""
2693
2762
 
@@ -2727,6 +2796,9 @@ msgstr ""
2727
2796
  msgid "Errata id of the erratum (RHSA-2012:108)"
2728
2797
  msgstr ""
2729
2798
 
2799
+ msgid "Errata mail"
2800
+ msgstr ""
2801
+
2730
2802
  msgid "Errata statuses not updated for deleted content facet with UUID %s"
2731
2803
  msgstr ""
2732
2804
 
@@ -2841,6 +2913,12 @@ msgstr ""
2841
2913
  msgid "Export failed: One or more repositories needs to be synced (with Immediate download policy.)"
2842
2914
  msgstr ""
2843
2915
 
2916
+ msgid "Export format must be specified for library exports."
2917
+ msgstr ""
2918
+
2919
+ msgid "Export format must be specified for non-incremental repository exports."
2920
+ msgstr ""
2921
+
2844
2922
  msgid "Export formats.Choose syncable if the exported content needs to be in a yum format. This option is only available for %{syncable_repos} repositories. Choose importable if the importing server uses the same version and exported content needs to be one of %{importable_repos} repositories."
2845
2923
  msgstr ""
2846
2924
 
@@ -2886,6 +2964,9 @@ msgstr ""
2886
2964
  msgid "Fetch installable errata for one or more hosts."
2887
2965
  msgstr ""
2888
2966
 
2967
+ msgid "Fetch pxe files"
2968
+ msgstr ""
2969
+
2889
2970
  msgid "Fetch traces for one or more hosts"
2890
2971
  msgstr ""
2891
2972
 
@@ -2979,6 +3060,9 @@ msgstr ""
2979
3060
  msgid "Filter versions that are components in the specified composite version"
2980
3061
  msgstr ""
2981
3062
 
3063
+ msgid "Filtered index content"
3064
+ msgstr ""
3065
+
2982
3066
  msgid "Filters"
2983
3067
  msgstr ""
2984
3068
 
@@ -3027,6 +3111,9 @@ msgstr ""
3027
3111
  msgid "Flatpak remote updated"
3028
3112
  msgstr ""
3029
3113
 
3114
+ msgid "Flatpak repositories cannot be mirrored into Red Hat products. Please select a custom product."
3115
+ msgstr ""
3116
+
3030
3117
  msgid "Force"
3031
3118
  msgstr ""
3032
3119
 
@@ -3089,6 +3176,9 @@ msgstr ""
3089
3176
  msgid "Generate host applicability"
3090
3177
  msgstr ""
3091
3178
 
3179
+ msgid "Generate metadata"
3180
+ msgstr ""
3181
+
3092
3182
  msgid "Generate repository applicability"
3093
3183
  msgstr ""
3094
3184
 
@@ -3326,6 +3416,12 @@ msgstr ""
3326
3416
  msgid "How to order the sorted results (e.g. ASC for ascending)"
3327
3417
  msgstr ""
3328
3418
 
3419
+ msgid "Hypervisors"
3420
+ msgstr ""
3421
+
3422
+ msgid "Hypervisors update"
3423
+ msgstr ""
3424
+
3329
3425
  msgid "ID"
3330
3426
  msgstr ""
3331
3427
 
@@ -3649,6 +3745,9 @@ msgstr ""
3649
3745
  msgid "Import a subscription manifest to give hosts access to Red Hat content."
3650
3746
  msgstr ""
3651
3747
 
3748
+ msgid "Import migration"
3749
+ msgstr ""
3750
+
3652
3751
  msgid "Import new manifest"
3653
3752
  msgstr ""
3654
3753
 
@@ -3658,6 +3757,12 @@ msgstr ""
3658
3757
  msgid "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view."
3659
3758
  msgstr ""
3660
3759
 
3760
+ msgid "Import repository upload"
3761
+ msgstr ""
3762
+
3763
+ msgid "Import upload"
3764
+ msgstr ""
3765
+
3661
3766
  msgid "Import uploads into a repository"
3662
3767
  msgstr ""
3663
3768
 
@@ -3724,6 +3829,9 @@ msgstr ""
3724
3829
  msgid "Incremental Update incomplete."
3725
3830
  msgstr ""
3726
3831
 
3832
+ msgid "Incremental Update of Content View Version(s) "
3833
+ msgstr ""
3834
+
3727
3835
  msgid "Incremental Update of %{content_view_count} Content View Version(s) "
3728
3836
  msgstr ""
3729
3837
 
@@ -3736,12 +3844,27 @@ msgstr ""
3736
3844
  msgid "Incremental update specified for composite %{name} version %{version}, but no components updated."
3737
3845
  msgstr ""
3738
3846
 
3847
+ msgid "Index content"
3848
+ msgstr ""
3849
+
3850
+ msgid "Index errata"
3851
+ msgstr ""
3852
+
3853
+ msgid "Index module streams"
3854
+ msgstr ""
3855
+
3856
+ msgid "Index package groups"
3857
+ msgstr ""
3858
+
3739
3859
  msgid "Informable Type must be one of the following [ %{list} ]"
3740
3860
  msgstr ""
3741
3861
 
3742
3862
  msgid "Inherit from Repository"
3743
3863
  msgstr ""
3744
3864
 
3865
+ msgid "Initialize"
3866
+ msgstr ""
3867
+
3745
3868
  msgid "Initiate a sync of the products attached to the sync plan"
3746
3869
  msgstr ""
3747
3870
 
@@ -3817,6 +3940,9 @@ msgstr ""
3817
3940
  msgid "Installing Package..."
3818
3941
  msgstr ""
3819
3942
 
3943
+ msgid "Instance update"
3944
+ msgstr ""
3945
+
3820
3946
  msgid "Instance-based"
3821
3947
  msgstr ""
3822
3948
 
@@ -4570,6 +4696,9 @@ msgstr ""
4570
4696
  msgid "Messaging connection"
4571
4697
  msgstr ""
4572
4698
 
4699
+ msgid "Metadata generate"
4700
+ msgstr ""
4701
+
4573
4702
  msgid ""
4574
4703
  "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
4575
4704
  "Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
@@ -4635,6 +4764,15 @@ msgstr ""
4635
4764
  msgid "Multi Content View Environment"
4636
4765
  msgstr ""
4637
4766
 
4767
+ msgid "Multi copy all units"
4768
+ msgstr ""
4769
+
4770
+ msgid "Multi copy content"
4771
+ msgstr ""
4772
+
4773
+ msgid "Multi copy units"
4774
+ msgstr ""
4775
+
4638
4776
  msgid "Multi-entitlement"
4639
4777
  msgstr ""
4640
4778
 
@@ -5837,6 +5975,9 @@ msgstr ""
5837
5975
  msgid "Pulp task error"
5838
5976
  msgstr ""
5839
5977
 
5978
+ msgid "Purge completed tasks"
5979
+ msgstr ""
5980
+
5840
5981
  msgid "Python Package"
5841
5982
  msgstr ""
5842
5983
 
@@ -5945,6 +6086,9 @@ msgstr ""
5945
6086
  msgid "Reclaim Space"
5946
6087
  msgstr ""
5947
6088
 
6089
+ msgid "Reclaim space"
6090
+ msgstr ""
6091
+
5948
6092
  msgid "Reclaim space from On Demand repositories"
5949
6093
  msgstr ""
5950
6094
 
@@ -6011,6 +6155,9 @@ msgstr ""
6011
6155
  msgid "Refresh all alternate content sources"
6012
6156
  msgstr ""
6013
6157
 
6158
+ msgid "Refresh all distributions"
6159
+ msgstr ""
6160
+
6014
6161
  msgid "Refresh alternate content sources"
6015
6162
  msgstr ""
6016
6163
 
@@ -6023,15 +6170,27 @@ msgstr ""
6023
6170
  msgid "Refresh counts"
6024
6171
  msgstr ""
6025
6172
 
6173
+ msgid "Refresh distribution"
6174
+ msgstr ""
6175
+
6026
6176
  msgid "Refresh errata applicability"
6027
6177
  msgstr ""
6028
6178
 
6179
+ msgid "Refresh if needed"
6180
+ msgstr ""
6181
+
6029
6182
  msgid "Refresh package applicability"
6030
6183
  msgstr ""
6031
6184
 
6032
6185
  msgid "Refresh previously imported manifest for Red Hat provider"
6033
6186
  msgstr ""
6034
6187
 
6188
+ msgid "Refresh remote"
6189
+ msgstr ""
6190
+
6191
+ msgid "Refresh repos"
6192
+ msgstr ""
6193
+
6035
6194
  msgid "Refresh source"
6036
6195
  msgstr ""
6037
6196
 
@@ -6074,6 +6233,12 @@ msgstr ""
6074
6233
  msgid "Registry name pattern will result in invalid container image name of member repositories"
6075
6234
  msgstr ""
6076
6235
 
6236
+ msgid "Registry token expiration time"
6237
+ msgstr ""
6238
+
6239
+ msgid "Reindex subscriptions"
6240
+ msgstr ""
6241
+
6077
6242
  msgid "Related composite content views"
6078
6243
  msgstr ""
6079
6244
 
@@ -6170,6 +6335,9 @@ msgstr ""
6170
6335
  msgid "Remove one or more subscriptions from an upstream manifest"
6171
6336
  msgstr ""
6172
6337
 
6338
+ msgid "Remove orphans"
6339
+ msgstr ""
6340
+
6173
6341
  msgid "Remove package group via Katello interface"
6174
6342
  msgstr ""
6175
6343
 
@@ -6185,6 +6353,9 @@ msgstr ""
6185
6353
  msgid "Remove products from sync plan"
6186
6354
  msgstr ""
6187
6355
 
6356
+ msgid "Remove rolling repo clone"
6357
+ msgstr ""
6358
+
6188
6359
  msgid "Remove subscriptions"
6189
6360
  msgstr ""
6190
6361
 
@@ -6197,6 +6368,12 @@ msgstr ""
6197
6368
  msgid "Remove subscriptions from one or more hosts"
6198
6369
  msgstr ""
6199
6370
 
6371
+ msgid "Remove units"
6372
+ msgstr ""
6373
+
6374
+ msgid "Remove unneeded repos"
6375
+ msgstr ""
6376
+
6200
6377
  msgid "Remove versions and/or environments from a content view and reassign systems and keys"
6201
6378
  msgstr ""
6202
6379
 
@@ -6221,6 +6398,9 @@ msgstr ""
6221
6398
  msgid "Removing this version from all environments will not delete the version. Version will still be available for later promotion."
6222
6399
  msgstr ""
6223
6400
 
6401
+ msgid "Repair"
6402
+ msgstr ""
6403
+
6224
6404
  msgid "Replace content source on the target machine"
6225
6405
  msgstr ""
6226
6406
 
@@ -6239,12 +6419,18 @@ msgstr ""
6239
6419
  msgid "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected)."
6240
6420
  msgstr ""
6241
6421
 
6422
+ msgid "Repositories certs reset"
6423
+ msgstr ""
6424
+
6242
6425
  msgid "Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions."
6243
6426
  msgstr ""
6244
6427
 
6245
6428
  msgid "Repositories from published Content Views are not allowed."
6246
6429
  msgstr ""
6247
6430
 
6431
+ msgid "Repositories gpg reset"
6432
+ msgstr ""
6433
+
6248
6434
  msgid "Repository"
6249
6435
  msgstr ""
6250
6436
 
@@ -6455,7 +6641,7 @@ msgstr ""
6455
6641
  msgid "Return only errata of a particular severity (None, Low, Moderate, Important, Critical)"
6456
6642
  msgstr ""
6457
6643
 
6458
- msgid "Return only errata of a particular type (security, bugfix, enhancement)"
6644
+ msgid "Return only errata of a particular type (security, bugfix, enhancement, other)"
6459
6645
  msgstr ""
6460
6646
 
6461
6647
  msgid "Return only packages of a particular status (upgradable or up-to-date)"
@@ -6596,6 +6782,21 @@ msgstr ""
6596
6782
  msgid "Save"
6597
6783
  msgstr ""
6598
6784
 
6785
+ msgid "Save artifact"
6786
+ msgstr ""
6787
+
6788
+ msgid "Save distribution references"
6789
+ msgstr ""
6790
+
6791
+ msgid "Save publication"
6792
+ msgstr ""
6793
+
6794
+ msgid "Save version"
6795
+ msgstr ""
6796
+
6797
+ msgid "Save versions"
6798
+ msgstr ""
6799
+
6599
6800
  msgid "Saving alternate content source..."
6600
6801
  msgstr ""
6601
6802
 
@@ -6605,6 +6806,12 @@ msgstr ""
6605
6806
  msgid "Scan a flatpak remote"
6606
6807
  msgstr ""
6607
6808
 
6809
+ msgid "Scan cdn"
6810
+ msgstr ""
6811
+
6812
+ msgid "Scan remote"
6813
+ msgstr ""
6814
+
6608
6815
  msgid "Schema version 1"
6609
6816
  msgstr ""
6610
6817
 
@@ -7406,6 +7613,9 @@ msgstr ""
7406
7613
  msgid "Supported Content Types"
7407
7614
  msgstr ""
7408
7615
 
7616
+ msgid "Sync"
7617
+ msgstr ""
7618
+
7409
7619
  msgid "Sync Canceled"
7410
7620
  msgstr ""
7411
7621
 
@@ -7460,6 +7670,9 @@ msgstr ""
7460
7670
  msgid "Sync all repositories for a product"
7461
7671
  msgstr ""
7462
7672
 
7673
+ msgid "Sync capsule"
7674
+ msgstr ""
7675
+
7463
7676
  msgid "Sync complete."
7464
7677
  msgstr ""
7465
7678
 
@@ -7478,6 +7691,9 @@ msgstr ""
7478
7691
  msgid "Sync state"
7479
7692
  msgstr ""
7480
7693
 
7694
+ msgid "Syncable export"
7695
+ msgstr ""
7696
+
7481
7697
  msgid "Synced"
7482
7698
  msgstr ""
7483
7699
 
@@ -7710,6 +7926,9 @@ msgstr ""
7710
7926
  msgid "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts."
7711
7927
  msgstr ""
7712
7928
 
7929
+ msgid "The provided incremental export format '%{provided}' must match the previous export's format '%{previous}'. Consider using 'from_history_id' to point to a matching export."
7930
+ msgstr ""
7931
+
7713
7932
  msgid "The repository is already enabled"
7714
7933
  msgstr ""
7715
7934
 
@@ -7947,6 +8166,9 @@ msgstr ""
7947
8166
  msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
7948
8167
  msgstr ""
7949
8168
 
8169
+ msgid "Time in minutes before registry access tokens expire."
8170
+ msgstr ""
8171
+
7950
8172
  msgid "Time to expire yum metadata in seconds. Only relevant for custom yum repositories."
7951
8173
  msgstr ""
7952
8174
 
@@ -7992,6 +8214,9 @@ msgstr ""
7992
8214
  msgid "To manage packages, select an action."
7993
8215
  msgstr ""
7994
8216
 
8217
+ msgid "Toggle"
8218
+ msgstr ""
8219
+
7995
8220
  msgid "Token/password for the flatpak remote"
7996
8221
  msgstr ""
7997
8222
 
@@ -8127,6 +8352,12 @@ msgstr ""
8127
8352
  msgid "Unable to detect puppet path"
8128
8353
  msgstr ""
8129
8354
 
8355
+ msgid "Unable to find a base content view to use for incremental export using the provided parameters:%{params}"
8356
+ msgstr ""
8357
+
8358
+ msgid "Unable to find a base content view to use for incremental export. Please run a complete export instead."
8359
+ msgstr ""
8360
+
8130
8361
  msgid "Unable to find a content view with ID %s"
8131
8362
  msgstr ""
8132
8363
 
@@ -8142,12 +8373,6 @@ msgstr ""
8142
8373
  msgid "Unable to import in to Content View specified in the metadata - '%{name}'. The 'import_only' attribute for the content view is set to false. To mark this Content View as importable, have your system administrator run the following command on the server. "
8143
8374
  msgstr ""
8144
8375
 
8145
- msgid "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment."
8146
- msgstr ""
8147
-
8148
- msgid "Unable to incrementally export. Do a Full Export on the repository content."
8149
- msgstr ""
8150
-
8151
8376
  msgid "Unable to reassign activation_keys. Please check activation_key_content_view_id and activation_key_environment_id."
8152
8377
  msgstr ""
8153
8378
 
@@ -8214,6 +8439,12 @@ msgstr ""
8214
8439
  msgid "Unknown errata status"
8215
8440
  msgstr ""
8216
8441
 
8442
+ msgid "Unknown library export format '%s'."
8443
+ msgstr ""
8444
+
8445
+ msgid "Unknown repository export format '%s'."
8446
+ msgstr ""
8447
+
8217
8448
  msgid "Unknown traces status"
8218
8449
  msgstr ""
8219
8450
 
@@ -8304,15 +8535,27 @@ msgstr ""
8304
8535
  msgid "Update content counts for the smart proxy"
8305
8536
  msgstr ""
8306
8537
 
8538
+ msgid "Update content urls"
8539
+ msgstr ""
8540
+
8307
8541
  msgid "Update content view environments for host"
8308
8542
  msgstr ""
8309
8543
 
8310
8544
  msgid "Update content view environments for host %s"
8311
8545
  msgstr ""
8312
8546
 
8547
+ msgid "Update distributions"
8548
+ msgstr ""
8549
+
8313
8550
  msgid "Update hosts manually"
8314
8551
  msgstr ""
8315
8552
 
8553
+ msgid "Update http proxy"
8554
+ msgstr ""
8555
+
8556
+ msgid "Update http proxy details"
8557
+ msgstr ""
8558
+
8316
8559
  msgid "Update installed packages, enabled repos, module inventory"
8317
8560
  msgstr ""
8318
8561
 
@@ -8328,12 +8571,21 @@ msgstr ""
8328
8571
  msgid "Update packages via Katello interface"
8329
8572
  msgstr ""
8330
8573
 
8574
+ msgid "Update redhat repository"
8575
+ msgstr ""
8576
+
8331
8577
  msgid "Update release version for host"
8332
8578
  msgstr ""
8333
8579
 
8334
8580
  msgid "Update release version for host %s"
8335
8581
  msgstr ""
8336
8582
 
8583
+ msgid "Update remote"
8584
+ msgstr ""
8585
+
8586
+ msgid "Update repository"
8587
+ msgstr ""
8588
+
8337
8589
  msgid "Update services requiring restart"
8338
8590
  msgstr ""
8339
8591
 
@@ -8424,6 +8676,12 @@ msgstr ""
8424
8676
  msgid "Upload a subscription manifest"
8425
8677
  msgstr ""
8426
8678
 
8679
+ msgid "Upload content"
8680
+ msgstr ""
8681
+
8682
+ msgid "Upload file"
8683
+ msgstr ""
8684
+
8427
8685
  msgid "Upload into"
8428
8686
  msgstr ""
8429
8687
 
@@ -8433,6 +8691,9 @@ msgstr ""
8433
8691
  msgid "Upload request id"
8434
8692
  msgstr ""
8435
8693
 
8694
+ msgid "Upload tag"
8695
+ msgstr ""
8696
+
8436
8697
  msgid "Upstream Candlepin"
8437
8698
  msgstr ""
8438
8699
 
@@ -8550,6 +8811,9 @@ msgstr ""
8550
8811
  msgid "Verify SSL"
8551
8812
  msgstr ""
8552
8813
 
8814
+ msgid "Verify checksum"
8815
+ msgstr ""
8816
+
8553
8817
  msgid "Verify checksum for content on smart proxy"
8554
8818
  msgstr ""
8555
8819