katello 4.18.0.rc2 → 4.18.0

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

Potentially problematic release.


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

Files changed (234) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +279 -15
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +279 -15
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +281 -17
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +280 -16
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +282 -18
  7. data/app/assets/javascripts/katello/locale/de/katello.js +290 -26
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +279 -15
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +281 -17
  10. data/app/assets/javascripts/katello/locale/el/katello.js +281 -17
  11. data/app/assets/javascripts/katello/locale/en/katello.js +280 -16
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +280 -16
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +279 -15
  14. data/app/assets/javascripts/katello/locale/es/katello.js +445 -181
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +279 -15
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +1097 -833
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +279 -15
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +279 -15
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +279 -15
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +279 -15
  21. data/app/assets/javascripts/katello/locale/id/katello.js +279 -15
  22. data/app/assets/javascripts/katello/locale/it/katello.js +281 -17
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +826 -562
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +677 -413
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +279 -15
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +2325 -2062
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +279 -15
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +279 -15
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +279 -15
  30. data/app/assets/javascripts/katello/locale/or/katello.js +279 -15
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +279 -15
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +281 -17
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +279 -15
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +279 -15
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +458 -194
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +279 -15
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +279 -15
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +281 -17
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +281 -17
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +279 -15
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +279 -15
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +279 -15
  43. data/app/assets/javascripts/katello/locale/te/katello.js +279 -15
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +279 -15
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +279 -15
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +279 -15
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +279 -15
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +831 -567
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +281 -17
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +2 -2
  51. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +69 -19
  52. data/app/controllers/katello/api/v2/exports_controller.rb +14 -7
  53. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +9 -0
  54. data/app/controllers/katello/api/v2/host_errata_controller.rb +24 -2
  55. data/app/controllers/katello/api/v2/organizations_controller.rb +10 -4
  56. data/app/controllers/katello/api/v2/repositories_controller.rb +12 -3
  57. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +36 -8
  58. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +9 -1
  59. data/app/lib/actions/katello/repository/destroy.rb +3 -2
  60. data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +1 -2
  61. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -2
  62. data/app/lib/katello/errors.rb +2 -0
  63. data/app/models/katello/content_view_environment.rb +3 -0
  64. data/app/models/katello/rhel_lifecycle_status.rb +3 -1
  65. data/app/services/katello/pulp3/content_view_version/export.rb +32 -25
  66. data/app/services/katello/pulp3/content_view_version/export_validator.rb +1 -1
  67. data/app/views/katello/api/v2/content_facet/base.json.rabl +3 -0
  68. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-type.filter.js +1 -1
  69. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +8 -0
  70. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +6 -5
  71. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +6 -5
  72. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +6 -5
  73. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +6 -5
  74. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +6 -5
  75. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +6 -5
  76. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +6 -5
  77. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +6 -5
  78. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +6 -5
  79. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +6 -5
  80. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +6 -5
  81. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +6 -5
  82. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +6 -5
  83. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +6 -5
  84. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +6 -5
  85. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +6 -5
  86. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +6 -5
  87. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +6 -5
  88. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +6 -5
  89. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +6 -5
  90. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +6 -5
  91. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +6 -5
  92. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +6 -5
  93. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +6 -5
  94. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +6 -5
  95. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +6 -5
  96. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +6 -5
  97. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +6 -5
  98. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +6 -5
  99. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +6 -5
  100. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +6 -5
  101. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +6 -5
  102. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +6 -5
  103. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +6 -5
  104. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +6 -5
  105. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +6 -5
  106. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +6 -5
  107. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +6 -5
  108. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +6 -5
  109. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +6 -5
  110. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +6 -5
  111. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +6 -5
  112. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +6 -5
  113. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +6 -5
  114. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +6 -5
  115. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +6 -5
  116. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +11 -11
  117. data/lib/katello/plugin.rb +6 -0
  118. data/lib/katello/tasks/repository.rake +67 -0
  119. data/lib/katello/version.rb +1 -1
  120. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  121. data/locale/bn/katello.po +279 -15
  122. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  123. data/locale/bn_IN/katello.po +279 -15
  124. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  125. data/locale/ca/katello.po +282 -18
  126. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  127. data/locale/cs/katello.po +280 -17
  128. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  129. data/locale/cs_CZ/katello.po +283 -19
  130. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  131. data/locale/de/katello.po +295 -31
  132. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  133. data/locale/de_AT/katello.po +279 -15
  134. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  135. data/locale/de_DE/katello.po +282 -18
  136. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  137. data/locale/el/katello.po +282 -18
  138. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  139. data/locale/en/katello.po +280 -17
  140. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  141. data/locale/en_GB/katello.po +280 -16
  142. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  143. data/locale/en_US/katello.po +279 -15
  144. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  145. data/locale/es/katello.po +449 -184
  146. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  147. data/locale/et_EE/katello.po +279 -15
  148. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  149. data/locale/fr/katello.po +1103 -840
  150. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  151. data/locale/gl/katello.po +279 -15
  152. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  153. data/locale/gu/katello.po +279 -15
  154. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  155. data/locale/he_IL/katello.po +279 -15
  156. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  157. data/locale/hi/katello.po +279 -15
  158. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  159. data/locale/id/katello.po +279 -15
  160. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  161. data/locale/it/katello.po +282 -18
  162. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  163. data/locale/ja/katello.po +833 -568
  164. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  165. data/locale/ka/katello.po +679 -413
  166. data/locale/katello.pot +775 -359
  167. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  168. data/locale/kn/katello.po +279 -15
  169. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  170. data/locale/ko/katello.po +2334 -2058
  171. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/ml_IN/katello.po +279 -15
  173. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  174. data/locale/mr/katello.po +279 -15
  175. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  176. data/locale/nl_NL/katello.po +279 -15
  177. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  178. data/locale/or/katello.po +279 -15
  179. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/pa/katello.po +279 -15
  181. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  182. data/locale/pl/katello.po +282 -18
  183. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/pl_PL/katello.po +279 -15
  185. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  186. data/locale/pt/katello.po +279 -15
  187. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  188. data/locale/pt_BR/katello.po +462 -197
  189. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/ro/katello.po +279 -15
  191. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/ro_RO/katello.po +279 -15
  193. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/ru/katello.po +282 -18
  195. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  196. data/locale/sl/katello.po +282 -18
  197. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/sv_SE/katello.po +279 -15
  199. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  200. data/locale/ta/katello.po +279 -15
  201. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  202. data/locale/ta_IN/katello.po +279 -15
  203. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  204. data/locale/te/katello.po +279 -15
  205. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  206. data/locale/tr/katello.po +279 -15
  207. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/vi/katello.po +279 -15
  209. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/vi_VN/katello.po +279 -15
  211. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/zh/katello.po +279 -15
  213. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/zh_CN/katello.po +836 -567
  215. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/zh_TW/katello.po +282 -18
  217. data/webpack/components/Errata/index.js +18 -0
  218. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +3 -0
  219. data/webpack/global_index.js +0 -4
  220. data/webpack/redux/actions/RedHatRepositories/helpers.js +3 -3
  221. data/webpack/redux/reducers/index.js +0 -2
  222. metadata +4 -16
  223. data/webpack/components/extensions/about/SystemStatuses.js +0 -55
  224. data/webpack/components/extensions/about/SystemStatusesActions.js +0 -16
  225. data/webpack/components/extensions/about/SystemStatusesConsts.js +0 -3
  226. data/webpack/components/extensions/about/SystemStatusesReducer.js +0 -26
  227. data/webpack/components/extensions/about/SystemStatusesSelectors.js +0 -3
  228. data/webpack/components/extensions/about/__tests__/SystemStatuses.fixtures.js +0 -20
  229. data/webpack/components/extensions/about/__tests__/SystemStatuses.test.js +0 -14
  230. data/webpack/components/extensions/about/__tests__/SystemStatusesReducer.test.js +0 -32
  231. data/webpack/components/extensions/about/__tests__/__snapshots__/SystemStatuses.test.js.snap +0 -156
  232. data/webpack/components/extensions/about/__tests__/__snapshots__/SystemStatusesReducer.test.js.snap +0 -47
  233. data/webpack/components/extensions/about/index.js +0 -19
  234. data/webpack/components/extensions/reducers.js +0 -6
@@ -3,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.18.0.rc2",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2017-12-19 20:14+0000",
9
- "Last-Translator": "Amit Upadhye <aupadhye@redhat.com>, 2023",
10
- "Language-Team": "Japanese (https://www.transifex.com/foreman/teams/114/ja/)",
9
+ "Last-Translator": "Bryan Kearney <bryan.kearney@gmail.com>, 2025",
10
+ "Language-Team": "Japanese (https://app.transifex.com/foreman/teams/114/ja/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
13
13
  "Content-Transfer-Encoding": "8bit",
@@ -18,22 +18,22 @@
18
18
  "plural_forms": "nplurals=1; plural=0;"
19
19
  },
20
20
  "\\n* Product = '%{product}', Repository = '%{repository}'": [
21
- "\\n* 製品 = '%%{product}'、リポジトリー = '%%{repository}'"
21
+ "\\n* 製品 = '%{product}'、リポジトリー = '%{repository}'"
22
22
  ],
23
23
  " %{errata_count} Errata": [
24
- "エラータ %{errata_count} 件"
24
+ " エラータ %{errata_count} 件"
25
25
  ],
26
26
  " %{modulemd_count} Module Stream(s)": [
27
- "モジュールストリーム %{modulemd_count} 個"
27
+ " モジュールストリーム %{modulemd_count} 個"
28
28
  ],
29
29
  " %{package_count} Package(s)": [
30
- "パッケージ %{package_count} 個"
30
+ " パッケージ %{package_count} 個"
31
31
  ],
32
32
  " (${item.published_at_words} ago)": [
33
- ""
33
+ "(${item.published_at_words} 前)"
34
34
  ],
35
35
  " (${version.published_at_words} ago)": [
36
- ""
36
+ "(${version.published_at_words} 前)"
37
37
  ],
38
38
  " Content view updated": [
39
39
  " コンテンツビューが更新されました"
@@ -102,13 +102,13 @@
102
102
  "${pluralize(hostResponse.length, 'host')} はコンテンツビュー ${selectedCVNameForHosts} に移動されます。"
103
103
  ],
104
104
  "${pluralize(versionCount, 'content view version')} in the environments below will be removed when content view is deleted": [
105
- "コンテンツビューが削除されると、以下の環境の {pluralize(versionCount, 'content view version')}(versionCount, 'content view version')} は削除されます"
105
+ "コンテンツビューが削除されると、以下の環境の ${pluralize(versionCount, 'content view version')} は削除されます"
106
106
  ],
107
107
  "${selectedContentType}": [
108
- "{selectedContentType}"
108
+ "${selectedContentType}"
109
109
  ],
110
110
  "${selectedContentType} will appear here when created.": [
111
- "{selectedContentType} が作成されると、ここに表示されます。"
111
+ "${selectedContentType} が作成されると、ここに表示されます。"
112
112
  ],
113
113
  "%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?": [
114
114
  "%s%s には、削除後にもう一度関連付けする必要があるホスト %s 台とホストグループ %s 個があります。%s を削除しますか?"
@@ -129,7 +129,7 @@
129
129
  "%s 前"
130
130
  ],
131
131
  "%s content type is not enabled.": [
132
- ""
132
+ "%s コンテンツタイプが有効になっていません。"
133
133
  ],
134
134
  "%s guests": [
135
135
  "%s ゲスト"
@@ -150,7 +150,7 @@
150
150
  "%s に到達できません。%s"
151
151
  ],
152
152
  "%s was not found!": [
153
- ""
153
+ "%s が見つかりませんでした!"
154
154
  ],
155
155
  "%{errata} (%{total} other errata)": [
156
156
  "%{errata} (他のエラータ: %{total})"
@@ -258,13 +258,13 @@
258
258
  "%{group} パッケージグループが更新されました"
259
259
  ],
260
260
  "%{label} failed": [
261
- ""
261
+ "%{label} が失敗しました"
262
262
  ],
263
263
  "%{label} failed.": [
264
- ""
264
+ "%{label} が失敗しました。"
265
265
  ],
266
266
  "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source.": [
267
- ""
267
+ "%{name} には、代替コンテンツソースに追加するアップストリーム URL が設定された %{type} リポジトリーがありません。"
268
268
  ],
269
269
  "%{package} (%{total} other packages)": [
270
270
  "%{package} (他のパッケージ: %{total})"
@@ -336,7 +336,7 @@
336
336
  "%{package} パッケージが更新されました。"
337
337
  ],
338
338
  "%{release}: %{number_of_hosts} hosts are approaching end of %{lifecycle} on %{end_date}. Please upgrade them before support expires. Check Report Host - Statuses for detail.": [
339
- ""
339
+ "%{release}: %{number_of_hosts} 個のホストが %{lifecycle} の終了 (%{end_date}) に近づいています。サポートが期限切れになる前にアップグレードしてください。詳細は、ホストのレポート - ステータスを確認してください。"
340
340
  ],
341
341
  "%{sla}": [
342
342
  "%{sla}"
@@ -345,13 +345,13 @@
345
345
  "%{subject} のディスクは %{percentage} % 使用済みです。このプロキシーでは Pulp を実行しているので、コンテンツの表示にディスクの領域が必要です。ディスクがいっぱいにならないようにしてください。"
346
346
  ],
347
347
  "%{unused_substitutions} cannot be specified for %{content_name} as that information is not substitutable in %{content_url} ": [
348
- "%{unused_substitutions} は、%{content_url} と置き換えることができないので、 %{content_name} に指定できません。"
348
+ "%{unused_substitutions} は、%{content_url} と置き換えることができないため、%{content_name} に指定できません。 "
349
349
  ],
350
350
  "%{used} of %{total}": [
351
351
  "%{used} / %{total}"
352
352
  ],
353
353
  "%{value} can contain only lowercase letters, numbers, dashes and dots.": [
354
- ""
354
+ "%{value} には、小文字、数字、ダッシュ、ドットのみを含めることができます。"
355
355
  ],
356
356
  "%{view_label} could not be promoted to %{environment_label} because the content view and the environment are not in the same organization!": [
357
357
  "コンテンツビューと環境が同じ組織内にないため、%{view_label} を %{environment_label} にプロモートできませんでした!"
@@ -402,16 +402,16 @@
402
402
  "同じメジャーおよびマイナーバージョンの CV バージョンが存在します (%{major}.%{minor})"
403
403
  ],
404
404
  "A Pool and its Subscription cannot belong to different organizations.": [
405
- ""
405
+ "プールとサブスクリプションは異なる組織に属することができません。"
406
406
  ],
407
407
  "A backend service [ %s ] is unreachable": [
408
408
  "バックエンドサービス [ %s ] に到達できません"
409
409
  ],
410
410
  "A comma-separated list of refs to include during an ostree sync. The wildcards *, ? are recognized.": [
411
- ""
411
+ "ostree 同期中に追加する参照のコンマ区切りリスト。ワイルドカード *, ? が認識されます。"
412
412
  ],
413
413
  "A comma-separated list of tags to exclude during an ostree sync. The wildcards *, ? are recognized. 'exclude_refs' is evaluated after 'include_refs'.": [
414
- ""
414
+ "ostree 同期中に除外するタグのコンマ区切りリスト。ワイルドカード *, ? が認識されます。'exclude_refs' は 'include_refs' の後に評価されます。"
415
415
  ],
416
416
  "A large number of errata are unapplied in this content view, so only the first 100 are shown.": [
417
417
  "多数のエラータがこのコンテンツビューに適用されていません。そのため、最初の 100 件のみが表示されています。"
@@ -426,16 +426,16 @@
426
426
  "新しいバージョン:"
427
427
  ],
428
428
  "A notification about failed content view promotion": [
429
- ""
429
+ "コンテンツビュープロモートの失敗に関する通知"
430
430
  ],
431
431
  "A notification about failed content view publish": [
432
- ""
432
+ "コンテンツビュー公開の失敗に関する通知"
433
433
  ],
434
434
  "A notification about failed proxy sync": [
435
- ""
435
+ "プロキシー同期の失敗に関する通知"
436
436
  ],
437
437
  "A notification about failed repository sync": [
438
- ""
438
+ "リポジトリー同期の失敗に関する通知"
439
439
  ],
440
440
  "A post-promotion summary of hosts with installable errata": [
441
441
  "ホストとインストール可能なエラータのプロモート後の概要"
@@ -464,6 +464,9 @@
464
464
  "About page": [
465
465
  "About ページ"
466
466
  ],
467
+ "Abstract async task": [
468
+ ""
469
+ ],
467
470
  "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
468
471
  "Red Hat Subcription Management へのアクセスは禁止されています。これを変更する場合は、コンテンツ設定の「サブスクリプション接続の有効化」を更新してください。"
469
472
  ],
@@ -480,10 +483,10 @@
480
483
  "この組織で実行権限がないアクション"
481
484
  ],
482
485
  "Activation Key information": [
483
- ""
486
+ "アクティベーションキー情報"
484
487
  ],
485
488
  "Activation Key will no longer be available for use. This operation cannot be undone.": [
486
- ""
489
+ "アクティベーションキーを使用できなくなります。この操作は元に戻せません。"
487
490
  ],
488
491
  "Activation Keys": [
489
492
  "アクティベーションキー"
@@ -492,46 +495,46 @@
492
495
  "アクティベーションキー"
493
496
  ],
494
497
  "Activation key %s has more than one content view. Use #content_views instead.": [
495
- ""
498
+ "アクティベーションキー%s には、複数のコンテンツビューがあります。代わりに #content_views を使用してください。"
496
499
  ],
497
500
  "Activation key %s has more than one lifecycle environment. Use #lifecycle_environments instead.": [
498
- ""
501
+ "アクティベーションキー%sには複数のライフサイクル環境があります。代わりに #lifecycle_environments を使用してください。"
499
502
  ],
500
503
  "Activation key '%s' is associated to multiple environments and registering to multiple environments is not enabled.": [
501
- ""
504
+ "アクティベーションキー '%s ' は複数の環境に関連付けられており、複数の環境への登録は有効になっていません。"
502
505
  ],
503
506
  "Activation key ID": [
504
507
  "アクティベーションキー ID"
505
508
  ],
506
509
  "Activation key deleted": [
507
- ""
510
+ "アクティベーションキーが削除されました"
508
511
  ],
509
512
  "Activation key details": [
510
- ""
513
+ "アクティベーションキーの詳細"
511
514
  ],
512
515
  "Activation key details updated": [
513
- ""
516
+ "アクティベーションキーの詳細が更新されました"
514
517
  ],
515
518
  "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead.": [
516
519
  "CentOS および Red Hat Enterprise Linux に必要な subscription-manager クライアントのアクティベーションキー。複数のキーの場合は、代わりに `activation_keys` パラメーターを使用してください。"
517
520
  ],
518
521
  "Activation key identifier": [
519
- ""
522
+ "アクティベーションキー識別子"
520
523
  ],
521
524
  "Activation key(s) to use during registration": [
522
- ""
525
+ "登録時に使用するアクティベーションキー"
523
526
  ],
524
527
  "Activation keys": [
525
528
  "アクティベーションキー"
526
529
  ],
527
530
  "Activation keys can be managed {here}.": [
528
- ""
531
+ "アクティベーションキーは {here} で管理できます。"
529
532
  ],
530
533
  "Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys or if you do not provide a host group.": [
531
- ""
534
+ "CentOS および Red Hat Enterprise Linux に必要な、subscription-manager クライアントのアクティベーションキー。ホストグループにアクティベーションキーがない場合、またはホストグループを指定しない場合にのみ必要です。"
532
535
  ],
533
536
  "Activation keys may be used during {system_registration}.": [
534
- ""
537
+ "アクティベーションキーは {system_registration} 時に使用できます。"
535
538
  ],
536
539
  "Activation keys: ": [
537
540
  "アクティベーションキー:"
@@ -564,7 +567,7 @@
564
567
  "コンテンツビューにコンポーネントを追加する"
565
568
  ],
566
569
  "Add content": [
567
- ""
570
+ "コンテンツの追加"
568
571
  ],
569
572
  "Add content view": [
570
573
  "コンテンツビューの追加"
@@ -606,6 +609,9 @@
606
609
  "リポジトリーの追加"
607
610
  ],
608
611
  "Add repositories with package groups to content view to select them here.": [
612
+ "パッケージグループのあるリポジトリーをコンテンツビューに追加して、ここで選択します。"
613
+ ],
614
+ "Add rolling repo clone": [
609
615
  ""
610
616
  ],
611
617
  "Add rule": [
@@ -615,7 +621,7 @@
615
621
  "ソースの追加"
616
622
  ],
617
623
  "Add subscriptions": [
618
- ""
624
+ "サブスクリプションの追加"
619
625
  ],
620
626
  "Add subscriptions consumed by a manifest from Red Hat Subscription Management": [
621
627
  "Red Hat Subscription Management からマニフェストが使用するサブスクリプションを追加します"
@@ -624,7 +630,7 @@
624
630
  "1 つ以上のホストにサブスクリプションを追加します"
625
631
  ],
626
632
  "Add subscriptions using the Add Subscriptions button.": [
627
- ""
633
+ "サブスクリプションの追加ボタンを使用してサブスクリプションを追加します。"
628
634
  ],
629
635
  "Add to a host collection": [
630
636
  "ホストコレクションへの追加"
@@ -648,13 +654,13 @@
648
654
  "影響のあるリポジトリー"
649
655
  ],
650
656
  "Affected hosts": [
651
- ""
657
+ "影響を受けるホスト"
652
658
  ],
653
659
  "Affected repositories": [
654
660
  "影響を受けるリポジトリー"
655
661
  ],
656
662
  "After configuring Foreman, configuration must also be updated on {hosts}. Choose one of the following options to update {hosts}:": [
657
- ""
663
+ "Foreman を設定した後、{hosts} でも設定を更新する必要があります。{hosts} を更新するには、次のオプションのいずれかを選択してください:"
658
664
  ],
659
665
  "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently.": [
660
666
  "指定のホストへの変更は、増分更新の生成後に適用します。現在、エラータのみがサポートされています。"
@@ -696,13 +702,13 @@
696
702
  "ホストがビルドモードである限り、ホスト登録が「ホストプロファイルの想定」をバイパスすることを許可します。"
697
703
  ],
698
704
  "Allow hosts or activation keys to be associated with multiple content view environments": [
699
- ""
705
+ "ホストまたはアクティベーションキーを複数のコンテンツビュー環境に関連付けることを許可する"
700
706
  ],
701
707
  "Allow hosts to re-register themselves only when they are in build mode": [
702
708
  "ホストがビルドモードである場合にのみ、ホスト自体の再登録を許可します"
703
709
  ],
704
710
  "Allow multiple content views": [
705
- ""
711
+ "複数のコンテンツビューを許可する"
706
712
  ],
707
713
  "Allow new host registrations to assume registered profiles with matching hostname as long as the registering DMI UUID is not used by another host.": [
708
714
  "登録する DMI UUID が別のホストで使用されていない限り、新規ホストの登録時には、登録されているプロファイルはホスト名が一致すると想定できるようにする"
@@ -747,7 +753,7 @@
747
753
  "ホスト関連のタスクの実行を処理するプール内のワーカー数。0 に設定されている場合には、デフォルトのキューが代わりに使用されます。dynflowd/foreman-tasks サービスは再起動する必要があります。"
748
754
  ],
749
755
  "An alternate content source can be added by using the \\\\\\\"Add source\\\\\\\" button below.": [
750
- ""
756
+ "代替コンテンツソースを追加するには、下の「ソースの追加」ボタンを使用します。"
751
757
  ],
752
758
  "An environment is missing a prior": [
753
759
  "環境には以前の内容がありません"
@@ -759,7 +765,7 @@
759
765
  "アップロード中にエラーが発生しました \\n%{error_message}"
760
766
  ],
761
767
  "An option to specify how many ostree commits to traverse.": [
762
- ""
768
+ "走査する ostree コミットの数を指定するオプション。"
763
769
  ],
764
770
  "Another component already includes content view with ID %s": [
765
771
  "別のコンポーネントに ID %s のコンテンツがすでに含まれています"
@@ -789,13 +795,13 @@
789
795
  "適用可能なコンテンツホスト"
790
796
  ],
791
797
  "Applicable bugfix/enhancement errata": [
792
- ""
798
+ "適用可能なバグ修正/機能強化エラータ"
793
799
  ],
794
800
  "Applicable errata apply to at least one package installed on the host.": [
795
801
  "適用可能なエラータは、ホストにインストールされている 1 つ以上のパッケージに適用されます。"
796
802
  ],
797
803
  "Applicable security errata": [
798
- ""
804
+ "適用可能なセキュリティーエラータ"
799
805
  ],
800
806
  "Application": [
801
807
  "アプリケーション"
@@ -807,7 +813,7 @@
807
813
  "適用"
808
814
  ],
809
815
  "Apply errata": [
810
- ""
816
+ "エラータの適用"
811
817
  ],
812
818
  "Apply to all repositories in the CV": [
813
819
  "CV のすべてのリポジトリーへの適用"
@@ -822,16 +828,16 @@
822
828
  "リモート実行による適用"
823
829
  ],
824
830
  "Approaching end of maintenance support": [
825
- ""
831
+ "メンテナンスサポート終了間近"
826
832
  ],
827
833
  "Approaching end of maintenance support (%s)": [
828
- ""
834
+ "メンテナンスサポート終了間近 (%s)"
829
835
  ],
830
836
  "Approaching end of support": [
831
- ""
837
+ "サポート終了間近"
832
838
  ],
833
839
  "Approaching end of support (%s)": [
834
- ""
840
+ "サポート終了間近 (%s)"
835
841
  ],
836
842
  "Arch": [
837
843
  "アーキテクチャー"
@@ -873,13 +879,13 @@
873
879
  "削除するコンテンツビューコンポーネント ID の配列。コンポーネントの関連付けの ID"
874
880
  ],
875
881
  "Array of content view environment ids associated with the activation key. Ignored if content_view_id and lifecycle_environment_id are specified.Requires allow_multiple_content_views setting to be on.": [
876
- ""
882
+ "ホストに関連付けるコンテンツビュー環境 ID の配列。content_view_id と lifecycle_environment_id が指定されている場合は無視されます。allow_multiple_content_views 設定をオンにする必要があります。"
877
883
  ],
878
884
  "Array of content view environment ids to be associated with the activation key. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
879
- ""
885
+ "アクティベーションキーに関連付けるコンテンツビュー環境 ID の配列。content_view_id と lifecycle_environment_id が指定されている場合は無視されます。allow_multiple_content_views 設定をオンにする必要があります。"
880
886
  ],
881
887
  "Array of content view environment ids to be associated with the host. Ignored if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
882
- ""
888
+ "ホストに関連付けるコンテンツビュー環境 ID の配列。content_view_id と lifecycle_environment_id が指定されている場合は無視されます。allow_multiple_content_views 設定をオンにする必要があります。"
883
889
  ],
884
890
  "Array of host ids": [
885
891
  "ホスト ID の配列"
@@ -909,7 +915,7 @@
909
915
  "1 台以上のホストにシステム目的の属性を割り当てる"
910
916
  ],
911
917
  "Assign the %{count} host with no %{taxonomy_single} to %{taxonomy_name}": [
912
- "%{taxonomy_single} のないホスト %{count} 台に %{taxonomy_name} を割り当てる"
918
+ "%{taxonomy_single} のないホスト %{count} 台を%{taxonomy_name} に割り当てます"
913
919
  ],
914
920
  "Assign the environment and content view to one or more hosts": [
915
921
  "1 台以上のホストに環境およびコンテンツビューを割り当てます"
@@ -918,10 +924,10 @@
918
924
  "1 台以上のホストにリリースバージョンを割り当てます"
919
925
  ],
920
926
  "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
921
- ""
927
+ "複数のコンテンツビュー環境にホストを割り当てる機能は有効ではありません。有効にするには、allow_multiple_content_views 設定を指定します。"
922
928
  ],
923
929
  "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
924
- ""
930
+ "複数のコンテンツビュー環境にアクティベーションキーを割り当てる機能は有効ではありません。有効にするには、allow_multiple_content_views 設定を指定します。"
925
931
  ],
926
932
  "Associated location IDs": [
927
933
  "関連するロケーション ID"
@@ -942,10 +948,10 @@
942
948
  "1 つ以上のアクティベーションキーには、ライフサイクル環境の設定が必要であり、コンテンツビューをこれに割り当てる必要があります"
943
949
  ],
944
950
  "At least one errata type option needs to be selected.": [
945
- ""
951
+ "少なくとも 1 つのエラータタイプオプションを選択する必要があります。"
946
952
  ],
947
953
  "At least one of the selected items requires the host to reboot": [
948
- ""
954
+ "選択した項目の少なくとも 1 つでホストの再起動が必要です"
949
955
  ],
950
956
  "At least one organization must exist.": [
951
957
  "1 つ以上の組織が存在している必要があります。"
@@ -974,6 +980,9 @@
974
980
  "Auto Publish - Triggered by '%s'": [
975
981
  "自動公開 - '%s' によるトリガー"
976
982
  ],
983
+ "Auto attach subscriptions": [
984
+ ""
985
+ ],
977
986
  "Auto publish": [
978
987
  "自動公開"
979
988
  ],
@@ -990,20 +999,17 @@
990
999
  "利用可能なリポジトリー"
991
1000
  ],
992
1001
  "Available image": [
993
- ""
1002
+ "利用可能なイメージ"
994
1003
  ],
995
1004
  "Available image digest": [
996
- ""
1005
+ "利用可能なイメージダイジェスト"
997
1006
  ],
998
1007
  "Available schema versions": [
999
- ""
1008
+ "利用可能なスキーマバージョン"
1000
1009
  ],
1001
1010
  "Back": [
1002
1011
  "戻る"
1003
1012
  ],
1004
- "Backend System Status": [
1005
- "バックエンドシステムのステータス"
1006
- ],
1007
1013
  "Base URL": [
1008
1014
  "ベース URL"
1009
1015
  ],
@@ -1011,7 +1017,7 @@
1011
1017
  "代替コンテンツを検索するためのベース URL"
1012
1018
  ],
1013
1019
  "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/.": [
1014
- ""
1020
+ "flatpak レジストリーインデックスのベース URL (例: https://flatpaks.redhat.io/rhel/、https://registry.fedoraproject.org/)。"
1015
1021
  ],
1016
1022
  "Base URL to perform repo discovery on": [
1017
1023
  "リポジトリー検出を実行するベース URL"
@@ -1032,7 +1038,7 @@
1032
1038
  "リポジトリーを同期するバッチサイズ。"
1033
1039
  ],
1034
1040
  "Before continuing, ensure that all of the following prerequisites are met:": [
1035
- ""
1041
+ "続行する前に、次の前提条件がすべて満たされていることを確認してください:"
1036
1042
  ],
1037
1043
  "Before removing versions you must move activation keys to an environment where the associated version is not in use.": [
1038
1044
  "バージョンを削除する前に、関連付けられたバージョンが使用されていない環境にアクティベーションキーを移動する必要があります。"
@@ -1062,22 +1068,22 @@
1062
1068
  "パブリックと識別されたブックマークは、すべてのユーザーが利用できます"
1063
1069
  ],
1064
1070
  "Bootc rollback via Bootc interface": [
1065
- ""
1071
+ "Bootc インターフェイスを使用した Bootc ロールバック"
1066
1072
  ],
1067
1073
  "Bootc status via Bootc interface": [
1068
- ""
1074
+ "Bootc インターフェイスを使用した Bootc ステータス"
1069
1075
  ],
1070
1076
  "Bootc switch via Bootc interface": [
1071
- ""
1077
+ "Bootc インターフェイスを使用した Bootc スイッチ"
1072
1078
  ],
1073
1079
  "Bootc upgrade via Bootc interface": [
1074
- ""
1080
+ "Bootc インターフェイスを使用した Bootc アップグレード"
1075
1081
  ],
1076
1082
  "Booted Container Images": [
1077
- ""
1083
+ "起動済みのコンテナーイメージ"
1078
1084
  ],
1079
1085
  "Booted container images": [
1080
- ""
1086
+ "起動済みのコンテナーイメージ"
1081
1087
  ],
1082
1088
  "Both": [
1083
1089
  "両方"
@@ -1146,7 +1152,7 @@
1146
1152
  "特定の環境に基づく適用可能なエラータの計算"
1147
1153
  ],
1148
1154
  "Calculate content counts on smart proxies automatically": [
1149
- ""
1155
+ "Smart Proxy 上のコンテンツ数を自動的に計算する"
1150
1156
  ],
1151
1157
  "Can communicate with the Red Hat Portal for subscriptions.": [
1152
1158
  "サブスクリプションでは、Red Hat ポータルと通信できます。"
@@ -1188,7 +1194,7 @@
1188
1194
  "Candlepin が正しく実行されていません"
1189
1195
  ],
1190
1196
  "Candlepin returned different consumer uuid than requested (%s), updating uuid in subscription_facet.": [
1191
- ""
1197
+ "candlepin は要求されたもの (%s) とは異なるコンシューマー uuid を返し、subscription_facet で uuid を更新します。"
1192
1198
  ],
1193
1199
  "Cannot add %s repositories to a content view.": [
1194
1200
  "コンテンツビューに %s リポジトリーを追加できません。"
@@ -1209,22 +1215,22 @@
1209
1215
  ""
1210
1216
  ],
1211
1217
  "Cannot add content view environments from a different organization": [
1212
- ""
1218
+ "別の組織からコンテンツビュー環境を追加できません"
1213
1219
  ],
1214
1220
  "Cannot add default content view to composite content view": [
1215
1221
  "デフォルトのコンテンツビューを複合コンテンツビューに追加できません"
1216
1222
  ],
1217
1223
  "Cannot add disabled Red Hat product %s to sync plan!": [
1218
- ""
1224
+ "無効な Red Hat 製品 %s は同期プランに追加できません!"
1219
1225
  ],
1220
1226
  "Cannot add disabled products to sync plan!": [
1221
- ""
1227
+ "無効な製品は同期プランに追加できません!"
1222
1228
  ],
1223
1229
  "Cannot add generated content view versions to composite content view": [
1224
1230
  "生成されたコンテンツビューを複合コンテンツビューに追加できません"
1225
1231
  ],
1226
1232
  "Cannot add product %s because it is disabled.": [
1227
- ""
1233
+ "無効になっているため、製品 %s を追加できません。"
1228
1234
  ],
1229
1235
  "Cannot add repositories to a composite content view": [
1230
1236
  "リポジトリーを複合コンテンツビューに追加できません"
@@ -1236,7 +1242,7 @@
1236
1242
  ""
1237
1243
  ],
1238
1244
  "Cannot associate a Red Hat provider with a custom product": [
1239
- ""
1245
+ "Red Hat プロバイダーをカスタム製品に関連付けることができません"
1240
1246
  ],
1241
1247
  "Cannot associate a component to a non composite content view": [
1242
1248
  "コンポーネントを複合コンテンツビュー以外に関連付けできません"
@@ -1260,10 +1266,10 @@
1260
1266
  "%s から削除できません。ビューが存在しません。"
1261
1267
  ],
1262
1268
  "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}": [
1263
- "コンテンツビューに公開リポジトリーが含まれている場合には、製品を削除できません。製品: %{product}{view_versions}"
1269
+ "コンテンツビューに公開リポジトリーが含まれている場合には、製品を削除できません。製品: %{product}、%{view_versions}"
1264
1270
  ],
1265
1271
  "Cannot delete product: %{product} with repositories that are the last affected repository in content view filters. Delete these repositories before deleting product.": [
1266
- ""
1272
+ "次の製品を削除できません: %{product}。この製品は、コンテンツビューフィルターの関連する最後のリポジトリーを使用しています。製品を削除する前に、該当するリポジトリーを削除してください。"
1267
1273
  ],
1268
1274
  "Cannot delete provider with attached products": [
1269
1275
  "製品が割り当てられたプロバイダーを削除できません"
@@ -1296,13 +1302,13 @@
1296
1302
  "Red hat 製品からカスタムサブスクリプションをインポートできません。"
1297
1303
  ],
1298
1304
  "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.": [
1299
- ""
1305
+ "フィルターおよびフィルターされていないコンテンツビューバージョンから段階的にエクスポートすることはできません。エクスポートしたコンテンツビューバージョン '%{content_view} %{current}' は、バージョン '%{from}.'. から段階的に更新できません。完全エクスポートを実行してください。"
1300
1306
  ],
1301
- "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.": [
1307
+ "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.": [
1302
1308
  ""
1303
1309
  ],
1304
1310
  "Cannot install errata: No errata found for search term '%s'": [
1305
- ""
1311
+ "エラータをインストールできません: 検索用語 '%s' に該当するエラータが見つかりません"
1306
1312
  ],
1307
1313
  "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}": [
1308
1314
  "複合コンテンツビューバージョン (%{name} バージョン、バージョン %{version}) で増分更新を実行できません"
@@ -1335,7 +1341,7 @@
1335
1341
  "環境からコンテンツビューを削除できません。ライフサイクル環境 '%{env}' にはコンテンツビュー '%{view}' がありません。"
1336
1342
  ],
1337
1343
  "Cannot remove package(s): No installed packages found for search term '%s'.": [
1338
- ""
1344
+ "パッケージを削除できません: 検索用語 '%s' に該当するインストール済みパッケージが見つかりません。"
1339
1345
  ],
1340
1346
  "Cannot set attribute %{attr} for content type %{type}": [
1341
1347
  "コンテンツタイプ %{type} に属性 %{attr} を設定できません"
@@ -1344,7 +1350,7 @@
1344
1350
  "複合コンテンツビュー以外には自動公開を設定できません"
1345
1351
  ],
1346
1352
  "Cannot skip metadata check on non-yum/deb repositories.": [
1347
- ""
1353
+ "yum/deb 以外のリポジトリーではメタデータチェックをスキップできません。"
1348
1354
  ],
1349
1355
  "Cannot specify components for non-composite views": [
1350
1356
  "複合ビュー以外のコンポーネントを指定できません"
@@ -1356,10 +1362,10 @@
1356
1362
  "file:// リポジトリーをオンデマンドダウンロードポリシーと同期できません"
1357
1363
  ],
1358
1364
  "Cannot update properties of a container push repository": [
1359
- ""
1365
+ "コンテナープッシュリポジトリーのプロパティーを更新できません"
1360
1366
  ],
1361
1367
  "Cannot upgrade packages: No installed packages found for search term '%s'.": [
1362
- ""
1368
+ "パッケージをアップグレードできません: 検索用語 '%s' に該当するインストール済みパッケージが見つかりません"
1363
1369
  ],
1364
1370
  "Cannot upload Ansible collections.": [
1365
1371
  "Ansible コレクションをアップロードできません。"
@@ -1368,7 +1374,7 @@
1368
1374
  "コンテナーイメージのコンテンツをアップロードできません。"
1369
1375
  ],
1370
1376
  "Cannot upload container content via Hammer/API. Use podman push instead.": [
1371
- ""
1377
+ "Hammer/API 経由でコンテナーコンテンツをアップロードできません。代わりに podman push を使用してください。"
1372
1378
  ],
1373
1379
  "Capacity": [
1374
1380
  "容量"
@@ -1380,7 +1386,7 @@
1380
1386
  "コンテンツソースの変更"
1381
1387
  ],
1382
1388
  "Change content view environments": [
1383
- ""
1389
+ "コンテンツビュー環境の変更"
1384
1390
  ],
1385
1391
  "Change host content source": [
1386
1392
  "ホストコンテンツソースの変更"
@@ -1392,13 +1398,13 @@
1392
1398
  ""
1393
1399
  ],
1394
1400
  "Changing a host's content source will change the Smart Proxy from which the host gets its content.": [
1395
- ""
1401
+ "ホストのコンテンツソースを変更すると、ホストのコンテンツ取得元の Smart Proxy が変更されます。"
1396
1402
  ],
1397
1403
  "Check audited changes and proceed only if content or filters have changed since last publish": [
1398
- ""
1404
+ "監査された変更を確認し、最後の公開以降にコンテンツまたはフィルターが変更された場合にのみ次に進みます。"
1399
1405
  ],
1400
1406
  "Check for missing or corrupted artifacts, and attempt to redownload them.": [
1401
- ""
1407
+ "欠落または破損したアーティファクトがないか確認し、再ダウンロードを試みてください。"
1402
1408
  ],
1403
1409
  "Check if a connection can be made to Red Hat Subscription Management.": [
1404
1410
  "Red Hat Subscription Management に接続できるかどうかを確認します。"
@@ -1419,7 +1425,7 @@
1419
1425
  "オンデマンドのダウンロードポリシーが指定された Yum リポジトリーにはチェックサムタイプを設定できません。"
1420
1426
  ],
1421
1427
  "Checksum used for published repository contents. Supported types: %s": [
1422
- ""
1428
+ "公開されたリポジトリーコンテンツに使用されるチェックサム。サポートされているタイプ: %s"
1423
1429
  ],
1424
1430
  "Choose content credentials if required for this RHUI source.": [
1425
1431
  "この RHUI ソースに必要な場合は、コンテンツの認証情報を選択します。"
@@ -1437,7 +1443,7 @@
1437
1443
  "タスクのタスクページに移動するには、ここをクリックしてください。"
1438
1444
  ],
1439
1445
  "Click to see repositories available to add.": [
1440
- ""
1446
+ "クリックして追加できるリポジトリーを表示します。"
1441
1447
  ],
1442
1448
  "Click {update} below to save changes.": [
1443
1449
  "{update} をクリックして変更を保存します。"
@@ -1452,13 +1458,13 @@
1452
1458
  "すべて折りたたむ"
1453
1459
  ],
1454
1460
  "Comma-separated list of content view environment labels associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1455
- ""
1461
+ "ホストに関連付ける Candlepin 環境名のコンマ区切りリスト。形式は 'lifecycle_environment_label/content_view_label' です。content_view_environment_ids が指定されている場合、または content_view_id と lifecycle_environment_id が指定されている場合は無視されます。allow_multiple_content_views 設定をオンにする必要があります。"
1456
1462
  ],
1457
1463
  "Comma-separated list of content view environment labels to be associated with the activation key, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1458
- ""
1464
+ "アクティベーションキーに関連付けるコンテンツビュー環境ラベルのコンマ区切りリスト。形式は 'lifecycle_environment_label/content_view_label' です。content_view_environment_ids が指定されている場合、または content_view_id と lifecycle_environment_id が指定されている場合は無視されます。allow_multiple_content_views 設定をオンにする必要があります。"
1459
1465
  ],
1460
1466
  "Comma-separated list of content view environment labels to be associated with the host, in the format of 'lifecycle_environment_label/content_view_label'. Ignored if content_view_environment_ids is specified, or if content_view_id and lifecycle_environment_id are specified. Requires allow_multiple_content_views setting to be on.": [
1461
- ""
1467
+ "ホストに関連付けるコンテンツビュー環境ラベルのコンマ区切りリスト。形式は 'lifecycle_environment_label/content_view_label' です。content_view_environment_ids が指定されている場合、または content_view_id と lifecycle_environment_id が指定されている場合は無視されます。allow_multiple_content_views 設定をオンにする必要があります。"
1462
1468
  ],
1463
1469
  "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front.": [
1464
1470
  "コンマ区切りのサブパスの一覧。すべてのサブパスには、必ず末尾にスラッシュが必要で、先頭には不要です"
@@ -1469,14 +1475,14 @@
1469
1475
  "Comma-separated list of tags to sync for a container image repository": [
1470
1476
  "コンテナーイメージリポジトリーに同期するコンマ区切りのタグ一覧"
1471
1477
  ],
1478
+ "Commit upload": [
1479
+ ""
1480
+ ],
1472
1481
  "Compare": [
1473
1482
  "比較"
1474
1483
  ],
1475
1484
  "Completed pulp task protection days": [
1476
- ""
1477
- ],
1478
- "Component": [
1479
- "コンポーネント"
1485
+ "完了した Pulp タスクの保護日数"
1480
1486
  ],
1481
1487
  "Component Content View": [
1482
1488
  "コンポーネントコンテンツビュー"
@@ -1503,10 +1509,10 @@
1503
1509
  "コンピュートリソース ID"
1504
1510
  ],
1505
1511
  "Configuration still must be updated on {hosts}": [
1506
- ""
1512
+ "{hosts} でも設定を更新する必要があります"
1507
1513
  ],
1508
1514
  "Configuration updated on Foreman": [
1509
- ""
1515
+ "Foreman で設定が更新されました"
1510
1516
  ],
1511
1517
  "Confirm Deletion": [
1512
1518
  "削除の確定"
@@ -1614,7 +1620,7 @@
1614
1620
  "コンテンツビューフィルター ID"
1615
1621
  ],
1616
1622
  "Content View Filter identifier. Use to filter by ID": [
1617
- ""
1623
+ "コンテンツビューフィルターの識別子。ID でフィルターするために使用します"
1618
1624
  ],
1619
1625
  "Content View ID": [
1620
1626
  "コンテンツビュー ID"
@@ -1659,10 +1665,10 @@
1659
1665
  "コンテンツの認証情報"
1660
1666
  ],
1661
1667
  "Content facet for host %s has more than one content view. Use #content_views instead.": [
1662
- ""
1668
+ "ホスト %s のコンテンツファセットには複数のコンテンツビューがあります。代わりに #content_views を使用してください。"
1663
1669
  ],
1664
1670
  "Content facet for host %s has more than one lifecycle environment. Use #lifecycle_environments instead.": [
1665
- ""
1671
+ "ホスト %s のコンテンツファセットには複数のライフサイクル環境があります。代わりに #lifecycle_environments を使用してください。"
1666
1672
  ],
1667
1673
  "Content files to upload. Can be a single file or array of files.": [
1668
1674
  "アップロードするコンテンツファイルです。単一ファイルまたはファイルの配列を指定できます。"
@@ -1677,7 +1683,7 @@
1677
1683
  "%{user} によって '%{name}' にインポートされたコンテンツ"
1678
1684
  ],
1679
1685
  "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer.": [
1680
- ""
1686
+ "コンテンツは、ロードバランサーの背後にある {contentSourceName} または他の Smart Proxy から取得している可能性があります。"
1681
1687
  ],
1682
1688
  "Content not uploaded to pulp": [
1683
1689
  "コンテンツが pulp にアップロードされませんでした"
@@ -1701,28 +1707,28 @@
1701
1707
  "コンテンツタイプ"
1702
1708
  ],
1703
1709
  "Content type %{content_type_string} does not belong to an enabled repo type.": [
1704
- "コンテンツタイプ %{content_type_string} は、有効なリポジトリータイプに所属していません。"
1710
+ "コンテンツタイプ %{content_type_string} は、有効なリポジトリータイプに対応していません"
1705
1711
  ],
1706
1712
  "Content type %{content_type} is incompatible with repositories of type %{repo_type}": [
1707
1713
  "コンテンツタイプ %{content_type} には、タイプ %{repo_type} のリポジトリーとの互換性がありません"
1708
1714
  ],
1709
1715
  "Content type does not support repo discovery": [
1710
- ""
1716
+ "コンテンツタイプがリポジトリーの検出をサポートしていません"
1711
1717
  ],
1712
1718
  "Content view": [
1713
1719
  "コンテンツビュー"
1714
1720
  ],
1715
1721
  "Content view ${name} created": [
1716
- "コンテンツビュー {name} が作成されました"
1722
+ "コンテンツビュー ${name} が作成されました"
1717
1723
  ],
1718
1724
  "Content view '%{content_view}' is not attached to the environment.": [
1719
- ""
1725
+ "コンテンツビュー '%{content_view}' は、環境に割り当てられていません。"
1720
1726
  ],
1721
1727
  "Content view '%{content_view}' is not attached to this capsule.": [
1722
- ""
1728
+ "コンテンツビュー '%{content_view}' は、この Capsule に割り当てられていません。"
1723
1729
  ],
1724
1730
  "Content view '%{cv_name}' is a generated content view, which cannot be assigned to hosts or activation keys.": [
1725
- ""
1731
+ "コンテンツビュー '%{cv_name}' は、生成されたコンテンツビューで、ホストまたはアクティベーションキーに割り当てることができません。"
1726
1732
  ],
1727
1733
  "Content view '%{view}' is not in environment '%{env}'": [
1728
1734
  "コンテンツビュー '%{view}' は環境 '%{env}' にありません"
@@ -1734,25 +1740,25 @@
1734
1740
  "コンテンツビュー ID"
1735
1741
  ],
1736
1742
  "Content view and environment not set for registration.": [
1737
- ""
1743
+ "コンテンツビューと環境は登録用に設定されていません。"
1738
1744
  ],
1739
1745
  "Content view and lifecycle environment must be provided together": [
1740
- ""
1746
+ "コンテンツビューとライフサイクル環境を一緒に指定する必要があります"
1741
1747
  ],
1742
1748
  "Content view does not need a publish since there are no audited changes since the last publish. Pass check_needs_publish parameter as false if you don't want to check if content view needs a publish.": [
1743
- ""
1749
+ "最後の公開以降に監査された変更がないため、コンテンツビューの公開は必要ありません。コンテンツビューが公開を必要とするかどうかを確認する必要がない場合は、check_needs_publish パラメーターを false として渡します。"
1744
1750
  ],
1745
1751
  "Content view environment": [
1746
- ""
1752
+ "コンテンツビュー環境"
1747
1753
  ],
1748
1754
  "Content view environments": [
1749
- ""
1755
+ "コンテンツビュー環境"
1750
1756
  ],
1751
1757
  "Content view environments and activation key must all belong to the same organization": [
1752
- ""
1758
+ "コンテンツビュー環境とアクティベーションキーはすべて同じ組織に属している必要があります。"
1753
1759
  ],
1754
1760
  "Content view environments must have both a content view and an environment": [
1755
- ""
1761
+ "コンテンツビュー環境には、コンテンツビューと環境の両方が必要です。"
1756
1762
  ],
1757
1763
  "Content view has repository label '%s' which is not specified in repos_units parameter.": [
1758
1764
  "コンテンツビューには '%s' のリポジトリーラベルが含まれていますが、このラベルは repos_units パラメーターで指定されていません。"
@@ -1764,7 +1770,7 @@
1764
1770
  "コンテンツビューラベル"
1765
1771
  ],
1766
1772
  "Content view must be specified": [
1767
- ""
1773
+ "コンテンツビューを指定する必要があります。"
1768
1774
  ],
1769
1775
  "Content view name": [
1770
1776
  "コンテンツビュー名"
@@ -1776,10 +1782,10 @@
1776
1782
  "コンテンツビューの数値 ID"
1777
1783
  ],
1778
1784
  "Content view promote failure": [
1779
- ""
1785
+ "コンテンツビュープロモートの失敗"
1780
1786
  ],
1781
1787
  "Content view publish failure": [
1782
- ""
1788
+ "コンテンツビュー公開の失敗"
1783
1789
  ],
1784
1790
  "Content view version export history identifier": [
1785
1791
  "コンテンツビューバージョンのエクスポート履歴 ID"
@@ -1791,10 +1797,10 @@
1791
1797
  "コンテンツビューバージョンのインポート履歴 ID"
1792
1798
  ],
1793
1799
  "Content view version is empty": [
1794
- ""
1800
+ "コンテンツビューバージョンが空です"
1795
1801
  ],
1796
1802
  "Content view version is empty or content counts are not up to date": [
1797
- ""
1803
+ "コンテンツビューのバージョンが空であるか、コンテンツ数が最新ではありません"
1798
1804
  ],
1799
1805
  "Content views": [
1800
1806
  "コンテンツビュー"
@@ -1823,14 +1829,26 @@
1823
1829
  "Copy": [
1824
1830
  "コピー"
1825
1831
  ],
1832
+ "Copy all units": [
1833
+ ""
1834
+ ],
1826
1835
  "Copy an activation key": [
1827
1836
  "アクティベーションキーをコピーします"
1828
1837
  ],
1838
+ "Copy content": [
1839
+ ""
1840
+ ],
1829
1841
  "Copy content view": [
1830
1842
  "コンテンツビューのコピー"
1831
1843
  ],
1832
1844
  "Copy to clipboard": [
1833
- "クリップボードへのコピー"
1845
+ "クリップボードにコピー"
1846
+ ],
1847
+ "Copy version": [
1848
+ ""
1849
+ ],
1850
+ "Copy version units to library": [
1851
+ ""
1834
1852
  ],
1835
1853
  "Cores per socket": [
1836
1854
  "1 ソケットあたりのコア数"
@@ -1848,10 +1866,10 @@
1848
1866
  "%{count} 件のエラータが見つかりませんでした。検索結果: %{found}"
1849
1867
  ],
1850
1868
  "Could not find %{name} resource with id %{id}. %{perms_message}": [
1851
- "ID が %%{id} の %%{name} リソースが見つかりませんでした。%{perms_message}"
1869
+ "ID が %{id} の %{name} リソースが見つかりませんでした。%{perms_message}"
1852
1870
  ],
1853
1871
  "Could not find %{name} resources with ids %{ids}": [
1854
- "ID が %%{ids} の %%{name} リソースが見つかりませんでした"
1872
+ "ID が %{ids} の %{name} リソースが見つかりませんでした"
1855
1873
  ],
1856
1874
  "Could not find Environment with ids: %s": [
1857
1875
  "以下の ID の環境が見つかりませんでした: %s"
@@ -1875,13 +1893,13 @@
1875
1893
  ""
1876
1894
  ],
1877
1895
  "Could not locate Pulp distribution.": [
1878
- ""
1896
+ "Pulp ディストリビューションが見つかりませんでした。"
1879
1897
  ],
1880
1898
  "Could not locate local uploaded repository for content indexing.": [
1881
- ""
1899
+ "コンテンツインデックス作成用のローカルにアップロードされたリポジトリーが見つかりませんでした。"
1882
1900
  ],
1883
1901
  "Could not locate repository properties for content indexing.": [
1884
- ""
1902
+ "コンテンツインデックス作成用のリポジトリープロパティーが見つかりませんでした。"
1885
1903
  ],
1886
1904
  "Could not remove the lifecycle environment from the smart proxy": [
1887
1905
  "Smart Proxy からライフサイクル環境を削除できませんでした"
@@ -1920,7 +1938,7 @@
1920
1938
  "コンテンツホストの環境 '%s' が見つかりませんでした"
1921
1939
  ],
1922
1940
  "Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'": [
1923
- ""
1941
+ "コンテンツビュー IDが '%{cv}' および環境 ID が '%{env}' のコンテンツビュー環境が見つかりませんでした"
1924
1942
  ],
1925
1943
  "Couldn't find content view version '%s'": [
1926
1944
  "コンテンツビューのバージョン '%s' が見つかりませんでした"
@@ -1965,7 +1983,7 @@
1965
1983
  "名前が '%s' の Smart Proxy は見つかりませんでした"
1966
1984
  ],
1967
1985
  "Couldn't find specified content view and lifecycle environment.": [
1968
- ""
1986
+ "指定のコンテンツビューとライフサイクル環境が見つかりませんでした。"
1969
1987
  ],
1970
1988
  "Couldn't find subject of synchronization": [
1971
1989
  "同期の件名が見つかりませんでした"
@@ -1980,7 +1998,7 @@
1980
1998
  "代替コンテンツソースの作成"
1981
1999
  ],
1982
2000
  "Create Container Push Repository Root": [
1983
- ""
2001
+ "コンテナープッシュリポジトリールートの作成"
1984
2002
  ],
1985
2003
  "Create Export History": [
1986
2004
  "エクスポート履歴の作成"
@@ -2013,7 +2031,7 @@
2013
2031
  "フィルタールールの作成。組み込まれるパラメーターはフィルタータイプに基づいている必要があります。"
2014
2032
  ],
2015
2033
  "Create a flatpak remote": [
2016
- ""
2034
+ "flatpak リモートを作成する"
2017
2035
  ],
2018
2036
  "Create a host collection": [
2019
2037
  "ホストコレクションの作成"
@@ -2045,21 +2063,36 @@
2045
2063
  "Create content view": [
2046
2064
  "コンテンツビューの作成"
2047
2065
  ],
2066
+ "Create exporter": [
2067
+ ""
2068
+ ],
2048
2069
  "Create filter": [
2049
2070
  "フィルターの作成"
2050
2071
  ],
2051
2072
  "Create host collection": [
2052
2073
  "ホストコレクションの作成"
2053
2074
  ],
2054
- "Create new activation key": [
2075
+ "Create import": [
2055
2076
  ""
2056
2077
  ],
2078
+ "Create importer": [
2079
+ ""
2080
+ ],
2081
+ "Create new activation key": [
2082
+ "新規アクティベーションキーの作成"
2083
+ ],
2057
2084
  "Create organization": [
2058
2085
  "組織の作成"
2059
2086
  ],
2060
2087
  "Create package filter rule": [
2061
2088
  "パッケージフィルタールールの作成"
2062
2089
  ],
2090
+ "Create publication": [
2091
+ ""
2092
+ ],
2093
+ "Create remote": [
2094
+ ""
2095
+ ],
2063
2096
  "Create rule": [
2064
2097
  "ルールの作成"
2065
2098
  ],
@@ -2139,7 +2172,7 @@
2139
2172
  "Deb パッケージ"
2140
2173
  ],
2141
2174
  "Debian packages": [
2142
- ""
2175
+ "Debian パッケージ"
2143
2176
  ],
2144
2177
  "Debug Certificate": [
2145
2178
  "デバッグ証明書"
@@ -2187,19 +2220,19 @@
2187
2220
  ""
2188
2221
  ],
2189
2222
  "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')": [
2190
- "Smart Proxy 同期のデフォルトのダウンロードポリシー ('inherit'、'immediate'、または 'on_demand' のいずれか)"
2223
+ "Smart Proxy 同期のデフォルトのダウンロードポリシー ('継承'、'即時' または 'オンデマンド' のいずれか)"
2191
2224
  ],
2192
2225
  "Default download policy for custom repositories (either 'immediate' or 'on_demand')": [
2193
- "カスタムリポジトリーのデフォルトのダウンロードポリシー ('immediate' または 'on_demand' のいずれか)"
2226
+ "カスタムリポジトリーのデフォルトのダウンロードポリシー ('即時' または 'オンデマンド' のいずれか)"
2194
2227
  ],
2195
2228
  "Default download policy for enabled Red Hat repositories (either 'immediate' or 'on_demand')": [
2196
- "有効な Red Hat リポジトリーのデフォルトのダウンロードポリシー ('immediate' または 'on_demand' のいずれか)"
2229
+ "有効な Red Hat リポジトリーのデフォルトのダウンロードポリシー ('即時' または 'オンデマンド' のいずれか)"
2197
2230
  ],
2198
2231
  "Default export format": [
2199
- ""
2232
+ "デフォルトのエクスポート形式"
2200
2233
  ],
2201
2234
  "Default export format for content-exports(either 'syncable' or 'importable')": [
2202
- ""
2235
+ "content-exports のデフォルトのエクスポート形式 ('同期可能' または 'インポート可能')"
2203
2236
  ],
2204
2237
  "Default finish template for new Operating Systems created from synced content": [
2205
2238
  "同期コンテンツから作成された新規オペレーティングシステムのデフォルト完了テンプレート"
@@ -2301,10 +2334,10 @@
2301
2334
  "フィルタールールの削除"
2302
2335
  ],
2303
2336
  "Delete a flatpak remote": [
2304
- ""
2337
+ "flatpak リモートを削除する"
2305
2338
  ],
2306
2339
  "Delete activation key?": [
2307
- ""
2340
+ "アクティベーションキーを削除しますか?"
2308
2341
  ],
2309
2342
  "Delete all subscriptions attached to activation keys.": [
2310
2343
  "アクティベーションキーにアタッチされている全サブスクリプションを削除します。"
@@ -2322,6 +2355,9 @@
2322
2355
  "コンテンツビューの削除"
2323
2356
  ],
2324
2357
  "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.": [
2358
+ "このリポジトリーが関連付けられた最後のリポジトリーであるコンテンツビューフィルターを削除します。デフォルトは true です。false の場合、そのようなフィルターがコンテンツビュー内のすべてのリポジトリーに適用されます。"
2359
+ ],
2360
+ "Delete distributions": [
2325
2361
  ""
2326
2362
  ],
2327
2363
  "Delete manifest from Red Hat provider": [
@@ -2330,6 +2366,27 @@
2330
2366
  "Delete multiple filters from a content view": [
2331
2367
  "コンテンツビューから複数のフィルターを削除します"
2332
2368
  ],
2369
+ "Delete orphan alternate content sources": [
2370
+ ""
2371
+ ],
2372
+ "Delete orphan distributions": [
2373
+ ""
2374
+ ],
2375
+ "Delete orphan remotes": [
2376
+ ""
2377
+ ],
2378
+ "Delete orphan repository versions": [
2379
+ ""
2380
+ ],
2381
+ "Delete orphaned migrated repositories": [
2382
+ ""
2383
+ ],
2384
+ "Delete remote": [
2385
+ ""
2386
+ ],
2387
+ "Delete repository references": [
2388
+ ""
2389
+ ],
2333
2390
  "Delete version": [
2334
2391
  "バージョンの削除"
2335
2392
  ],
@@ -2337,7 +2394,7 @@
2337
2394
  "バージョンの削除"
2338
2395
  ],
2339
2396
  "Deleted %{host_count} %{hosts}": [
2340
- ""
2397
+ "%{host_count} 個の %{hosts} を削除しました"
2341
2398
  ],
2342
2399
  "Deleted consumer '%s'": [
2343
2400
  "コンシューマー '%s' を削除しました"
@@ -2361,7 +2418,7 @@
2361
2418
  "バージョンを削除しています: {versionList}"
2362
2419
  ],
2363
2420
  "Depth": [
2364
- ""
2421
+ "階層の深さ"
2365
2422
  ],
2366
2423
  "Description": [
2367
2424
  "説明"
@@ -2376,7 +2433,7 @@
2376
2433
  "新規に公開されたコンテンツビューバージョンの説明"
2377
2434
  ],
2378
2435
  "Description of the flatpak remote": [
2379
- ""
2436
+ "flatpak リモートの説明"
2380
2437
  ],
2381
2438
  "Description of the repository": [
2382
2439
  "リポジトリーの説明"
@@ -2429,6 +2486,12 @@
2429
2486
  "Destroy an environment in an organization": [
2430
2487
  "組織の環境を破棄"
2431
2488
  ],
2489
+ "Destroy exporter": [
2490
+ ""
2491
+ ],
2492
+ "Destroy importer": [
2493
+ ""
2494
+ ],
2432
2495
  "Destroy one or more alternate content sources": [
2433
2496
  "1 つ以上の代替コンテンツソースの破棄"
2434
2497
  ],
@@ -2445,10 +2508,10 @@
2445
2508
  "詳細"
2446
2509
  ],
2447
2510
  "Determining settings for ${truncate(name)}": [
2448
- ""
2511
+ "${truncate(name)} の設定を決定中"
2449
2512
  ],
2450
2513
  "Digest": [
2451
- ""
2514
+ "ダイジェスト"
2452
2515
  ],
2453
2516
  "Directly setting package lists on composite content views is not allowed. Please update the components, then re-publish the composite.": [
2454
2517
  "複合コンテンツビューにパッケージリストを直接設定することはできません。コンポーネントを更新してから、複合を再公開してください。"
@@ -2477,6 +2540,9 @@
2477
2540
  "Disabling Simple Content Access failed for '%{subject}'.": [
2478
2541
  "'%{subject}' のシンプルコンテンツアクセスの有効化に失敗しました。"
2479
2542
  ],
2543
+ "Discover": [
2544
+ ""
2545
+ ],
2480
2546
  "Discover Repositories": [
2481
2547
  "リポジトリーの検出"
2482
2548
  ],
@@ -2505,16 +2571,16 @@
2505
2571
  "レート制限のダウンロード"
2506
2572
  ],
2507
2573
  "Due to a change in your organizations, this container name has become ambiguous (org name '%{org_label}'). If you wish to continue using this container name, destroy the organization in conflict with '%{o_name} (id %{o_id}). If you wish to keep both orgs, destroy '%{o_label}/%{prod_label}/%{root_repo_label}' and retry your push using the id format.": [
2508
- ""
2574
+ "組織の変更により、このコンテナー名があいまいになりました (組織名 '%{org_label}')。このコンテナー名を引き続き使用する場合は、'%{o_name} (id %{o_id}) と競合する組織を破棄してください。両方の組織を保持する場合は、'%{o_label}/%{prod_label}/%{root_repo_label}' を破棄し、ID 形式を使用してプッシュを再試行してください。"
2509
2575
  ],
2510
2576
  "Due to a change in your products, this container name has become ambiguous (product name '%{prod_label}'). If you wish to continue using this container name, destroy the product in conflict with '%{prod_name}' (id %{prod_id}). If you wish to keep both products, destroy '%{org_label}/%{prod_dot_label}/%{root_repo_label}' and retry your push using the id format.": [
2511
- ""
2577
+ "製品の変更により、このコンテナー名があいまいになりました (製品名 '%{prod_label}')。このコンテナー名を引き続き使用する場合は、'%{prod_name}' (id %{prod_id}) と競合する製品を破棄してください。両方の製品を保持する場合は、'%{org_label}/%{prod_dot_label}/%{root_repo_label}' を破棄し、ID 形式を使用してプッシュを再試行してください。"
2512
2578
  ],
2513
2579
  "Duplicate artifact detected": [
2514
2580
  "重複するアーティファクトが検出されました"
2515
2581
  ],
2516
2582
  "Duplicate repositories in content view versions": [
2517
- ""
2583
+ "コンテンツビューバージョンに重複したリポジトリーがあります"
2518
2584
  ],
2519
2585
  "Duration": [
2520
2586
  "期間"
@@ -2538,13 +2604,13 @@
2538
2604
  "URL およびサブパスの編集"
2539
2605
  ],
2540
2606
  "Edit activation key": [
2541
- ""
2607
+ "アクティベーションキーの編集"
2542
2608
  ],
2543
2609
  "Edit content view assignment": [
2544
2610
  "コンテンツビューの割り当てを編集"
2545
2611
  ],
2546
2612
  "Edit content view environments": [
2547
- ""
2613
+ "コンテンツビュー環境の編集"
2548
2614
  ],
2549
2615
  "Edit credentials": [
2550
2616
  "資格情報の編集"
@@ -2616,7 +2682,7 @@
2616
2682
  "リポジトリーセットの有効化"
2617
2683
  ],
2618
2684
  "Enable structured APT for deb content": [
2619
- ""
2685
+ "deb コンテンツに対して構造化 APT を有効にする"
2620
2686
  ],
2621
2687
  "Enable/Disable auto publish of composite view": [
2622
2688
  "複合ビューの自動公開を有効/無効にします"
@@ -2631,7 +2697,7 @@
2631
2697
  "'%{subject}' のシンプルコンテンツアクセスの有効化に失敗しました。"
2632
2698
  ],
2633
2699
  "Enabling Tracer requires installing the katello-host-tools-tracer package on the host.": [
2634
- ""
2700
+ "トレーサーを有効にするには、ホストに katello-host-tools-tracer パッケージをインストールする必要があります。"
2635
2701
  ],
2636
2702
  "End Date": [
2637
2703
  "終了日"
@@ -2667,10 +2733,10 @@
2667
2733
  "環境"
2668
2734
  ],
2669
2735
  "Environment ID": [
2670
- ""
2736
+ "環境 ID"
2671
2737
  ],
2672
2738
  "Environment ID and content view ID must be provided together": [
2673
- ""
2739
+ "環境 ID とコンテンツビュー ID を合わせて指定する必要があります"
2674
2740
  ],
2675
2741
  "Environment IDs": [
2676
2742
  "環境 ID"
@@ -2678,11 +2744,14 @@
2678
2744
  "Environment cannot be in its own promotion path": [
2679
2745
  "同じ環境内のプロモートパスに環境を存在させることはできません。"
2680
2746
  ],
2747
+ "Environment contents refresh": [
2748
+ ""
2749
+ ],
2681
2750
  "Environment identifier": [
2682
2751
  "環境 ID"
2683
2752
  ],
2684
2753
  "Environment name": [
2685
- ""
2754
+ "環境名"
2686
2755
  ],
2687
2756
  "Environments": [
2688
2757
  "環境"
@@ -2709,19 +2778,22 @@
2709
2778
  "%s によりエラータのインストールがスケジュールされました"
2710
2779
  ],
2711
2780
  "Errata and package information will be updated at the next host check-in or package action.": [
2712
- ""
2781
+ "エラータとパッケージ情報は、次のホストのチェックインまたはパッケージアクションで更新されます。"
2713
2782
  ],
2714
2783
  "Errata and package information will be updated immediately.": [
2715
- ""
2784
+ "エラータおよびパッケージ情報はすぐに更新されます。"
2716
2785
  ],
2717
2786
  "Errata id of the erratum (RHSA-2012:108)": [
2718
2787
  "エラータのエラータ ID (RHSA-2012:108)"
2719
2788
  ],
2720
- "Errata statuses not updated for deleted content facet with UUID %s": [
2789
+ "Errata mail": [
2721
2790
  ""
2722
2791
  ],
2792
+ "Errata statuses not updated for deleted content facet with UUID %s": [
2793
+ "UUID %s を持つ削除済みコンテンツファセットのエラータステータスが更新されませんでした"
2794
+ ],
2723
2795
  "Errata to apply": [
2724
- ""
2796
+ "適用するエラータ"
2725
2797
  ],
2726
2798
  "Errata to exclusively include in the action": [
2727
2799
  "アクションにだけ含めるエラータ"
@@ -2772,7 +2844,7 @@
2772
2844
  "除外"
2773
2845
  ],
2774
2846
  "Exclude Refs": [
2775
- ""
2847
+ "参照の除外"
2776
2848
  ],
2777
2849
  "Exclude all RPMs not associated to any errata": [
2778
2850
  "エラータに関連付けられていないすべての RPM を除外する"
@@ -2802,10 +2874,10 @@
2802
2874
  "日 (期限切れまでの日数)"
2803
2875
  ],
2804
2876
  "Expired ": [
2805
- ""
2877
+ "有効期限切れ "
2806
2878
  ],
2807
2879
  "Expires ": [
2808
- ""
2880
+ "期限切れ "
2809
2881
  ],
2810
2882
  "Export": [
2811
2883
  "エクスポート"
@@ -2829,11 +2901,17 @@
2829
2901
  "CSVとしてエクスポート"
2830
2902
  ],
2831
2903
  "Export failed: One or more repositories needs to be synced (with Immediate download policy.)": [
2904
+ "エクスポートに失敗しました: (即時ダウンロードポリシーが設定された) 1 つ以上のリポジトリーを同期する必要があります。"
2905
+ ],
2906
+ "Export format must be specified for library exports.": [
2832
2907
  ""
2833
2908
  ],
2834
- "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.": [
2909
+ "Export format must be specified for non-incremental repository exports.": [
2835
2910
  ""
2836
2911
  ],
2912
+ "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.": [
2913
+ "エクスポート形式。エクスポートしたコンテンツを yum 形式にする必要がある場合は、同期可能を選択します。このオプションは %{syncable_repos} リポジトリーでのみ使用できます。インポート先のサーバーが同じバージョンを使用し、エクスポートしたコンテンツを %{importable_repos} リポジトリーのいずれかにする必要がある場合は、インポート可能を選択します。"
2914
+ ],
2837
2915
  "Export history identifier used for incremental export. If not provided the most recent export history will be used.": [
2838
2916
  "増分エクスポートに使用されるエクスポート履歴識別子。指定されていない場合は、最新のエクスポート履歴が使用されます。"
2839
2917
  ],
@@ -2844,7 +2922,7 @@
2844
2922
  "エクスポートされたバージョン"
2845
2923
  ],
2846
2924
  "Extended support": [
2847
- ""
2925
+ "延長サポート"
2848
2926
  ],
2849
2927
  "Facts successfully updated.": [
2850
2928
  "ファクトが正常に更新されました。"
@@ -2876,6 +2954,9 @@
2876
2954
  "Fetch installable errata for one or more hosts.": [
2877
2955
  "1 つまたは複数のホストにインストール可能なエラータを取得します。"
2878
2956
  ],
2957
+ "Fetch pxe files": [
2958
+ ""
2959
+ ],
2879
2960
  "Fetch traces for one or more hosts": [
2880
2961
  "1 台以上のホストのトレースを取得します"
2881
2962
  ],
@@ -2907,7 +2988,7 @@
2907
2988
  "指定したコンポーネントバージョンで公開がトリガーされた複合バージョンをフィルタリングする"
2908
2989
  ],
2909
2990
  "Filter content view versions that contain the file": [
2910
- ""
2991
+ "ファイルを含むコンテンツビューバージョンのフィルタリング"
2911
2992
  ],
2912
2993
  "Filter created": [
2913
2994
  "フィルターが作成されました"
@@ -2969,6 +3050,9 @@
2969
3050
  "Filter versions that are components in the specified composite version": [
2970
3051
  "指定した複合バージョンに含まれるコンポーネントのバージョンを絞り込む"
2971
3052
  ],
3053
+ "Filtered index content": [
3054
+ ""
3055
+ ],
2972
3056
  "Filters": [
2973
3057
  "フィルター"
2974
3058
  ],
@@ -2976,10 +3060,10 @@
2976
3060
  "フィルターが削除されました"
2977
3061
  ],
2978
3062
  "Filters were applied to this version.": [
2979
- ""
3063
+ "フィルターはこのバージョンに適用されました。"
2980
3064
  ],
2981
3065
  "Filters will be applied to this content view version.": [
2982
- ""
3066
+ "フィルターはこのコンテンツビューのバージョンに適用されます。"
2983
3067
  ],
2984
3068
  "Find the relative path for each RHUI repository and combine them in a comma-separated list.": [
2985
3069
  "各 RHUI リポジトリーの相対パスを見つけ、それらをコンマ区切りリストで組み合わせます。"
@@ -2997,7 +3081,7 @@
2997
3081
  ""
2998
3082
  ],
2999
3083
  "Flatpak Remotes": [
3000
- ""
3084
+ "flatpak リモート"
3001
3085
  ],
3002
3086
  "Flatpak remote could not be deleted: ": [
3003
3087
  ""
@@ -3006,10 +3090,10 @@
3006
3090
  ""
3007
3091
  ],
3008
3092
  "Flatpak remote numeric identifier": [
3009
- ""
3093
+ "flatpak リモートの数値識別子"
3010
3094
  ],
3011
3095
  "Flatpak remote repository numeric identifier": [
3012
- ""
3096
+ "flatpak リモートリポジトリーの数値識別子"
3013
3097
  ],
3014
3098
  "Flatpak remote scan could not be started: ": [
3015
3099
  ""
@@ -3017,6 +3101,9 @@
3017
3101
  "Flatpak remote updated": [
3018
3102
  ""
3019
3103
  ],
3104
+ "Flatpak repositories cannot be mirrored into Red Hat products. Please select a custom product.": [
3105
+ ""
3106
+ ],
3020
3107
  "Force": [
3021
3108
  "強制"
3022
3109
  ],
@@ -3027,16 +3114,16 @@
3027
3114
  "強制的に同期し、全コンテンツのチェックサムを検証します。Yum リポジトリーでのみ使用されます。"
3028
3115
  ],
3029
3116
  "Force content view promotion and bypass lifecycle environment restriction": [
3030
- ""
3117
+ "コンテンツビューを強制的にプロモートしてライフサイクル環境の制限を無視する"
3031
3118
  ],
3032
3119
  "Force delete the repository by removing it from all content view versions": [
3033
3120
  "すべてのコンテンツビューバージョンからリポジトリーを削除して、リポジトリーを強制的に削除します"
3034
3121
  ],
3035
3122
  "Force metadata regeneration to proceed. Dangerous operation when version has repositories with the 'Complete Mirroring' mirroring policy": [
3036
- ""
3123
+ "メタデータの再生成を強制的に実行します。バージョンに '完全ミラーリング' ミラーリングポリシーを使用しているリポジトリーがある場合には危険な操作です"
3037
3124
  ],
3038
3125
  "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy": [
3039
- ""
3126
+ "メタデータの再生成を強制的に実行します。リポジトリーで '完全ミラーリング' ミラーリングポリシーを使用している場合には危険な操作です"
3040
3127
  ],
3041
3128
  "Force promotion": [
3042
3129
  "プロモーションの強制"
@@ -3048,10 +3135,10 @@
3048
3135
  "アップストリームの変更が検出されない場合でも、強制的に同期します。yum 以外のリポジトリーはスキップされます。"
3049
3136
  ],
3050
3137
  "Force sync even if no upstream changes are detected. Only used with yum or deb repositories.": [
3051
- ""
3138
+ "アップストリームの変更が検出されない場合でも、強制的に同期します。yum または deb リポジトリーでのみ使用されます。"
3052
3139
  ],
3053
3140
  "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem. Not allowed for repositories with the 'Complete Mirroring' mirroring policy.": [
3054
- ""
3141
+ "指定のリポジトリーを強制的に再公開し、ファイルシステムのメタデータとシンボリックリンクを再生成します。'完全ミラーリング' ミラーリングポリシーを使用しているリポジトリーでは許可されません。"
3055
3142
  ],
3056
3143
  "Forces a republish of the version's repositories' metadata": [
3057
3144
  "バージョンのリポジトリーのメタデータを強制的に再公開します"
@@ -3060,7 +3147,7 @@
3060
3147
  "説明全文"
3061
3148
  ],
3062
3149
  "Full support": [
3063
- ""
3150
+ "フルサポート"
3064
3151
  ],
3065
3152
  "GPG Key URL": [
3066
3153
  "GPG キー URL"
@@ -3072,11 +3159,14 @@
3072
3159
  "生成してダウンロード"
3073
3160
  ],
3074
3161
  "Generate errata status from directly-installable content": [
3075
- ""
3162
+ "直接インストール可能なコンテンツからエラータステータスを生成する"
3076
3163
  ],
3077
3164
  "Generate host applicability": [
3078
3165
  "ホストに適用可能なエラータを生成します"
3079
3166
  ],
3167
+ "Generate metadata": [
3168
+ ""
3169
+ ],
3080
3170
  "Generate repository applicability": [
3081
3171
  "リポジトリーに適用可能なエラータを生成します"
3082
3172
  ],
@@ -3084,7 +3174,7 @@
3084
3174
  "生成済み"
3085
3175
  ],
3086
3176
  "Generated content views cannot be assigned to hosts or activation keys": [
3087
- ""
3177
+ "生成コンテンツビューをホスト/アクティべーションキーに割り当てることはできません"
3088
3178
  ],
3089
3179
  "Generated content views cannot be directly published. They can updated only via export.": [
3090
3180
  "生成されたコンテンツビューは直接公開できません。コンテンツビューは、エクスポートしなければ更新されません。"
@@ -3123,7 +3213,7 @@
3123
3213
  "指定された条件はどのホストともマッチしません。ルールを変更してみてください。"
3124
3214
  ],
3125
3215
  "Given criteria doesn't match any non-modular RPMs. Try changing your rule.": [
3126
- ""
3216
+ "指定された条件はどの非モジュラー RPM ともマッチしません。ルールを変更してみてください。"
3127
3217
  ],
3128
3218
  "Go to job details": [
3129
3219
  "ジョブの詳細に移動"
@@ -3150,16 +3240,16 @@
3150
3240
  "0 より大きい必要があります"
3151
3241
  ],
3152
3242
  "Hash containing the Id of the single lifecycle environment to be associated with the activation key.": [
3153
- ""
3243
+ "アクティベーションキーに関連付ける単一のライフサイクル環境の ID を含むハッシュ。"
3154
3244
  ],
3155
3245
  "Help": [
3156
- ""
3246
+ "ヘルプ"
3157
3247
  ],
3158
3248
  "Helper": [
3159
3249
  "ヘルパー"
3160
3250
  ],
3161
3251
  "Hide Reclaim Space Warning": [
3162
- ""
3252
+ "領域の再利用に関する警告を非表示にする"
3163
3253
  ],
3164
3254
  "Hide affected activation keys": [
3165
3255
  "影響のあるアクティベーションキーを非表示"
@@ -3183,7 +3273,7 @@
3183
3273
  "ホスト %s は subscription-manager で登録されていません。"
3184
3274
  ],
3185
3275
  "Host %{hostname}: Cannot add content view environment to content facet. The host's content source '%{content_source}' does not sync lifecycle environment '%{lce}'.": [
3186
- ""
3276
+ "ホスト %{hostname}: コンテンツビュー環境をコンテンツファセットに追加できません。ホストのコンテンツソース '%{content_source}' はライフサイクル環境 '%{lce}' を同期しません。"
3187
3277
  ],
3188
3278
  "Host %{name} cannot be assigned release version %{release_version}.": [
3189
3279
  "ホスト %{name} は、リリースバージョン %{release_version} に割り当てることができません。"
@@ -3210,7 +3300,7 @@
3210
3300
  "ホスト ID"
3211
3301
  ],
3212
3302
  "Host Limit": [
3213
- ""
3303
+ "ホストの制限"
3214
3304
  ],
3215
3305
  "Host Profile Assume": [
3216
3306
  "ホストプロファイルの想定"
@@ -3240,16 +3330,16 @@
3240
3330
  "ホストコレクションおよびサブスクリプションの詳細"
3241
3331
  ],
3242
3332
  "Host content source will remain the same. Click Save below to update the host's content view environment.": [
3243
- ""
3333
+ "ホストコンテンツソースは同じままです。ホストのコンテンツビュー環境を更新するには、下の保存をクリックしてください。"
3244
3334
  ],
3245
3335
  "Host content view and environment updated": [
3246
3336
  "ホストコンテンツビューと環境が更新されました"
3247
3337
  ],
3248
3338
  "Host content view environment(s) updated": [
3249
- ""
3339
+ "ホストコンテンツビュー環境が更新されました"
3250
3340
  ],
3251
3341
  "Host content view environments updating.": [
3252
- ""
3342
+ "ホストコンテンツビュー環境を更新しています。"
3253
3343
  ],
3254
3344
  "Host creation was skipped for %s because it shares a BIOS UUID with %s. To report this hypervisor, override its dmi.system.uuid fact or set 'candlepin.use_system_uuid_for_matching' to 'true' in the Candlepin configuration.": [
3255
3345
  "%s と BIOS UUID を共有するため、%s のホスト作成は省略されました。このハイパーバイザーをレポートするには、dmi.system.uuid ファクトを上書きするか、Candlepin 設定の 'candlepin.use_system_uuid_for_matching' を「true」に設定してください。"
@@ -3276,10 +3366,10 @@
3276
3366
  "該当するパッケージをリストするホスト ID"
3277
3367
  ],
3278
3368
  "Host identifier": [
3279
- ""
3369
+ "ホスト識別子"
3280
3370
  ],
3281
3371
  "Host lifecycle support expiration notification": [
3282
- ""
3372
+ "ホストのライフサイクルサポート期限切れの通知"
3283
3373
  ],
3284
3374
  "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance": [
3285
3375
  "サブスクリプション UUID: '%s' でホストが見つかりませんでした。これは、ホストがすでに登録されているけれども、このインスタンスには登録されていない場合に発生する可能性があります。"
@@ -3306,7 +3396,7 @@
3306
3396
  "ホスト: "
3307
3397
  ],
3308
3398
  "How many days before a completed Pulp task is purged by Orphan Cleanup.": [
3309
- ""
3399
+ "完了した Pulp タスクが孤立項目クリーンアップによって削除されるまでの日数。"
3310
3400
  ],
3311
3401
  "How many repositories should be synced concurrently on the capsule. A smaller number may lead to longer sync times. A larger number will increase dynflow load.": [
3312
3402
  "Capsule で同時に同期する必要があるリポジトリ数。数値が小さいほど、同期時間が長くなる可能性があり、数値が大きいほど、dynflow の負荷が増加します。"
@@ -3314,9 +3404,15 @@
3314
3404
  "How to order the sorted results (e.g. ASC for ascending)": [
3315
3405
  "結果のソート順 (例: ascending (昇順) の ASC)"
3316
3406
  ],
3317
- "ID": [
3407
+ "Hypervisors": [
3408
+ ""
3409
+ ],
3410
+ "Hypervisors update": [
3318
3411
  ""
3319
3412
  ],
3413
+ "ID": [
3414
+ "ID"
3415
+ ],
3320
3416
  "ID of a HTTP Proxy": [
3321
3417
  "HTTP プロキシ ー ID"
3322
3418
  ],
@@ -3339,7 +3435,7 @@
3339
3435
  "リポジトリーを表示させる組織の ID"
3340
3436
  ],
3341
3437
  "ID of flatpak remote to show repositories of": [
3342
- ""
3438
+ "リポジトリーを表示する flatpak リモートの ID"
3343
3439
  ],
3344
3440
  "ID of the Organization": [
3345
3441
  "組織 ID"
@@ -3402,22 +3498,22 @@
3402
3498
  "コンテンツホストの ID"
3403
3499
  ],
3404
3500
  "Id of the content view to limit the content counting on": [
3405
- ""
3501
+ "カウントするコンテンツを制限するコンテンツビューの ID"
3406
3502
  ],
3407
3503
  "Id of the content view to limit the synchronization on": [
3408
3504
  "同期を制限するコンテンツビューの ID"
3409
3505
  ],
3410
3506
  "Id of the content view to limit verifying checksum on": [
3411
- ""
3507
+ "チェックサムの検証を制限するコンテンツビューの ID"
3412
3508
  ],
3413
3509
  "Id of the environment to limit the content counting on": [
3414
- ""
3510
+ "コンテンツを制限する環境の ID"
3415
3511
  ],
3416
3512
  "Id of the environment to limit the synchronization on": [
3417
3513
  "同期を制限する環境の ID"
3418
3514
  ],
3419
3515
  "Id of the environment to limit verifying checksum on": [
3420
- ""
3516
+ "チェックサムの検証を制限する環境の ID"
3421
3517
  ],
3422
3518
  "Id of the host": [
3423
3519
  "ホストの ID"
@@ -3435,31 +3531,31 @@
3435
3531
  "環境を制限する組織の ID"
3436
3532
  ],
3437
3533
  "Id of the repository to limit the content counting on": [
3438
- ""
3534
+ "コンテンツを制限するリポジトリーの ID"
3439
3535
  ],
3440
3536
  "Id of the repository to limit the synchronization on": [
3441
3537
  "同期を制限するリポジトリーの ID"
3442
3538
  ],
3443
3539
  "Id of the repository to limit verifying checksum on": [
3444
- ""
3540
+ "チェックサムの検証を制限するリポジトリーの ID"
3445
3541
  ],
3446
3542
  "Id of the single content view to be associated with the activation key.": [
3447
- ""
3543
+ "アクティベーションキーに関連付ける単一のコンテンツビューの ID。"
3448
3544
  ],
3449
3545
  "Id of the single content view to be associated with the host.": [
3450
- ""
3546
+ "ホストに関連付ける単一のコンテンツビューの ID。"
3451
3547
  ],
3452
3548
  "Id of the single lifecycle environment to be associated with the activation key.": [
3453
- ""
3549
+ "アクティベーションキーに関連付ける単一のライフサイクル環境の ID。"
3454
3550
  ],
3455
3551
  "Id of the single lifecycle environment to be associated with the host.": [
3456
- ""
3552
+ "ホストに関連付ける単一のライフサイクル環境の ID。"
3457
3553
  ],
3458
3554
  "Id of the smart proxy": [
3459
3555
  "Smart Proxy の ID"
3460
3556
  ],
3461
3557
  "Id of the smart proxy from which the host consumes content.": [
3462
- ""
3558
+ "ホストが使用するコンテンツの取得元 Smart Proxy の ID。"
3463
3559
  ],
3464
3560
  "Idenifier of the SSL CA Cert": [
3465
3561
  "SSL CA 証明書の ID"
@@ -3486,7 +3582,7 @@
3486
3582
  "ライフサイクル環境の ID"
3487
3583
  ],
3488
3584
  "Identifies whether the repository should be unavailable on a client with a non-matching OS version.\\nPass [] to make repo available for clients regardless of OS version. Maximum length 1; allowed tags are: %s": [
3489
- ""
3585
+ "OS バージョンが一致しないクライアントでリポジトリーを利用不可にするかどうかを指定します。\\n[] を渡すと、OS バージョンに関係なくクライアントがリポジトリーを利用できるようになります。最大長は 1 です。許可されるタグは次のとおりです: %s"
3490
3586
  ],
3491
3587
  "Ids of smart proxies to associate": [
3492
3588
  "関連付ける Smart Proxy の ID"
@@ -3498,10 +3594,10 @@
3498
3594
  "DMI UUID が重複しているためにホストの登録に失敗した場合は、ここにコンマ区切りの値を追加します。今後の登録では、影響を受けるホストに対して一意の DMI UUID が生成されます。"
3499
3595
  ],
3500
3596
  "If product certificates should be used to authenticate to a custom CDN.": [
3501
- ""
3597
+ "カスタム CDN に対する認証に製品証明書を使用する必要があるかどうか。"
3502
3598
  ],
3503
3599
  "If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'.": [
3504
- ""
3600
+ "これが設定されている場合、Katello で新しく作成された APT リポジトリーは、同期元のリモートリポジトリーと同じリポジトリー構造を使用します。'foreman-rake katello:migrate_structure_content_for_deb' を実行して、既存の APT リポジトリーを設定に合わせて移行できます。"
3505
3601
  ],
3506
3602
  "If specified, remove the first instance of a subscription with matching id and quantity": [
3507
3603
  "指定された場合、ID と数量が一致するサブスクリプションの最初のインスタンスを削除します"
@@ -3516,7 +3612,7 @@
3516
3612
  "これが有効で、register_hostname_fact が設定および指定されている場合には、登録時に、そのファクトだけを使用して名前で新規ホストを検索し、ホスト名の照合をすべてスキップします"
3517
3613
  ],
3518
3614
  "If this is enabled, content counts on smart proxies will be updated automatically after content sync.": [
3519
- ""
3615
+ "これを有効にすると、コンテンツの同期後に Smart Proxy 上のコンテンツ数が自動的に更新されます。"
3520
3616
  ],
3521
3617
  "If this is enabled, repositories can be deleted even when they belong to published content views. The deleted repository will be removed from all content view versions.": [
3522
3618
  "有効の場合、公開済みコンテンツビューに属する場合でもリポジトリーを削除できます。削除されたリポジトリーは、すべてのコンテンツビューバージョンから削除されます。"
@@ -3525,10 +3621,10 @@
3525
3621
  "これが有効な場合には、環境 (\\\"archived\\\") がないコンテンツビューバージョンのリポジトリーが '/pulp/content/<organization>/content_views/<content view>/X.Y/...' で配布されます。"
3526
3622
  ],
3527
3623
  "If this is enabled, the Smart Proxy page will suppress the warning message about reclaiming space.": [
3528
- ""
3624
+ "これを有効にすると、Smart Proxy ページに領域の再利用に関する警告メッセージが表示されなくなります。"
3529
3625
  ],
3530
3626
  "If true, only errata that can be installed without an incremental update will affect the host's errata status. Also affects the Host Collections dashboard widget.": [
3531
- ""
3627
+ "true の場合、増分更新なしでインストールできるエラータのみが、ホストのエラータステータスに影響します。また、ホストコレクションのダッシュボードウィジェットにも影響します。"
3532
3628
  ],
3533
3629
  "If true, only return repository sets that are associated with an active subscriptions": [
3534
3630
  "true の場合には、アクティブなサブスクリプションに関連付けられているリポジトリーセットのみを返します"
@@ -3537,7 +3633,7 @@
3537
3633
  "true の場合には、有効なリポジトリーセットのみを返します。デフォルトは false です"
3538
3634
  ],
3539
3635
  "If true, return custom repository sets along with redhat repos. Will be ignored if repository_type is supplied.": [
3540
- ""
3636
+ "true の場合は、カスタムリポジトリーセットを redhat リポジトリーとともに返します。repository_type が指定されている場合は無視されます。"
3541
3637
  ],
3542
3638
  "If true, when adding the specified errata or packages, any needed dependencies will be copied as well. Defaults to true": [
3543
3639
  "true の場合には、指定されたエラータまたはパッケージを追加すると、必要な依存関係もコピーされます。デフォルトは True です。"
@@ -3552,7 +3648,7 @@
3552
3648
  "無視できるコンテンツは、Yum リポジトリーにのみ設定できます。"
3553
3649
  ],
3554
3650
  "Ignore %s cannot be set in combination with the 'Complete Mirroring' mirroring policy.": [
3555
- ""
3651
+ "%s の無視は、'完全ミラーリング' ミラーリングポリシーと組み合わせて設定できません。"
3556
3652
  ],
3557
3653
  "Ignore errors": [
3558
3654
  "エラーを無視する"
@@ -3570,28 +3666,28 @@
3570
3666
  "無視するホスト"
3571
3667
  ],
3572
3668
  "Image": [
3573
- ""
3669
+ "イメージ"
3574
3670
  ],
3575
3671
  "Image digest": [
3576
- ""
3672
+ "イメージダイジェスト"
3577
3673
  ],
3578
3674
  "Image digests": [
3579
- ""
3675
+ "イメージダイジェスト"
3580
3676
  ],
3581
3677
  "Image mode": [
3582
- ""
3678
+ "イメージモード"
3583
3679
  ],
3584
3680
  "Image mode / package mode": [
3585
- ""
3681
+ "イメージモード/パッケージモード"
3586
3682
  ],
3587
3683
  "Image mode details": [
3588
- ""
3684
+ "イメージモードの詳細"
3589
3685
  ],
3590
3686
  "Image name": [
3591
- ""
3687
+ "イメージ名"
3592
3688
  ],
3593
3689
  "Image-mode host": [
3594
- ""
3690
+ "イメージモードホスト"
3595
3691
  ],
3596
3692
  "Immediate": [
3597
3693
  "即時"
@@ -3627,16 +3723,19 @@
3627
3723
  "コンテンツビューバージョンをライブラリーにインポートします"
3628
3724
  ],
3629
3725
  "Import a manifest using the Manifest tab above.": [
3630
- ""
3726
+ "上のマニフェストタブを使用してマニフェストをインポートしてください。"
3631
3727
  ],
3632
3728
  "Import a repository": [
3633
3729
  "リポジトリーのインポート"
3634
3730
  ],
3635
3731
  "Import a subscription manifest to give hosts access to Red Hat content.": [
3732
+ "サブスクリプションマニフェストをインポートして、ホストが Red Hat コンテンツにアクセスできるようにします。"
3733
+ ],
3734
+ "Import migration": [
3636
3735
  ""
3637
3736
  ],
3638
3737
  "Import new manifest": [
3639
- ""
3738
+ "新しいマニフェストのインポート"
3640
3739
  ],
3641
3740
  "Import only": [
3642
3741
  "インポートのみ"
@@ -3644,6 +3743,12 @@
3644
3743
  "Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
3645
3744
  "インポートのみのコンテンツビューは直接公開できません。コンテンツは、ビューにインポートしなければ更新されません。"
3646
3745
  ],
3746
+ "Import repository upload": [
3747
+ ""
3748
+ ],
3749
+ "Import upload": [
3750
+ ""
3751
+ ],
3647
3752
  "Import uploads into a repository": [
3648
3753
  "アップロードのリポジトリーへのインポート"
3649
3754
  ],
@@ -3672,7 +3777,7 @@
3672
3777
  "追加"
3673
3778
  ],
3674
3779
  "Include Refs": [
3675
- ""
3780
+ "参照の追加"
3676
3781
  ],
3677
3782
  "Include all RPMs not associated to any errata": [
3678
3783
  "エラータに関連付けられていないすべての RPM を含める"
@@ -3687,7 +3792,7 @@
3687
3792
  "追加フィルター"
3688
3793
  ],
3689
3794
  "Include manifests": [
3690
- ""
3795
+ "マニフェストを含める"
3691
3796
  ],
3692
3797
  "Included": [
3693
3798
  "包含済み"
@@ -3710,8 +3815,11 @@
3710
3815
  "Incremental Update incomplete.": [
3711
3816
  "増分更新が完了していません。"
3712
3817
  ],
3818
+ "Incremental Update of Content View Version(s) ": [
3819
+ ""
3820
+ ],
3713
3821
  "Incremental Update of %{content_view_count} Content View Version(s) ": [
3714
- "%{content_view_count} 件のコンテンツビューバージョンの増分更新"
3822
+ "%{content_view_count} 件のコンテンツビューバージョンの増分更新 "
3715
3823
  ],
3716
3824
  "Incremental update": [
3717
3825
  "増分更新"
@@ -3722,12 +3830,27 @@
3722
3830
  "Incremental update specified for composite %{name} version %{version}, but no components updated.": [
3723
3831
  "複合コンテンツ %{name} のバージョン %{version} に増分更新が指定されましたが、コンポーネントは更新されていません。"
3724
3832
  ],
3833
+ "Index content": [
3834
+ ""
3835
+ ],
3836
+ "Index errata": [
3837
+ ""
3838
+ ],
3839
+ "Index module streams": [
3840
+ ""
3841
+ ],
3842
+ "Index package groups": [
3843
+ ""
3844
+ ],
3725
3845
  "Informable Type must be one of the following [ %{list} ]": [
3726
3846
  "情報タイプは以下のいずれかでなければなりません [ %{list} ]"
3727
3847
  ],
3728
3848
  "Inherit from Repository": [
3729
3849
  "リポジトリーから継承"
3730
3850
  ],
3851
+ "Initialize": [
3852
+ ""
3853
+ ],
3731
3854
  "Initiate a sync of the products attached to the sync plan": [
3732
3855
  "同期プランに割り当てられた製品の同期を開始します"
3733
3856
  ],
@@ -3762,13 +3885,13 @@
3762
3885
  "インストール可能"
3763
3886
  ],
3764
3887
  "Installable bugfix/enhancement errata": [
3765
- ""
3888
+ "インストール可能なバグ修正/機能拡張エラータ"
3766
3889
  ],
3767
3890
  "Installable errata are applicable errata that are available in the host's assigned content view environments.": [
3768
3891
  ""
3769
3892
  ],
3770
3893
  "Installable security errata": [
3771
- ""
3894
+ "インストール可能なセキュリティーエラータ"
3772
3895
  ],
3773
3896
  "Installable updates": [
3774
3897
  "インストール可能な更新"
@@ -3803,6 +3926,9 @@
3803
3926
  "Installing Package...": [
3804
3927
  "パッケージのインストール中..."
3805
3928
  ],
3929
+ "Instance update": [
3930
+ ""
3931
+ ],
3806
3932
  "Instance-based": [
3807
3933
  "インスタンスベース"
3808
3934
  ],
@@ -3825,7 +3951,7 @@
3825
3951
  "無効なコンテンツラベル: %s"
3826
3952
  ],
3827
3953
  "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}": [
3828
- "無効なコンテンツタイプ '{content_type}' が指定されています。コンテンツタイプには {content_types} のいずれかを指定できます。"
3954
+ "無効なコンテンツタイプ '%{content_type}' が指定されています。コンテンツタイプには %{content_types} のいずれかを指定できます。"
3829
3955
  ],
3830
3956
  "Invalid date range. The erratum filter rule start date must come before the end date": [
3831
3957
  "無効な日付の範囲です。エラータフィルタールールの開始日は終了日の前でなくてはなりません。"
@@ -3834,7 +3960,7 @@
3834
3960
  "無効なエラータフィルタールールが指定されました。'errata_id' を 'start_date'、'end_date' または 'types' と同じ組で指定することはできません"
3835
3961
  ],
3836
3962
  "Invalid erratum filter rule specified, Must specify at least one of the following: 'errata_id', 'start_date', 'end_date', 'types', or 'allow_other_types'": [
3837
- ""
3963
+ "無効なエラータフィルタールールが指定されました。 'errata_id'、'start_date'、'end_date'、'types'、または 'allow_other_types' から少なくとも 1 つを指定する必要があります。"
3838
3964
  ],
3839
3965
  "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}": [
3840
3966
  "無効なエラータタイプ %{invalid_types} が指定されました。エラータタイプは %{valid_types} のいずれかに指定できます"
@@ -3849,25 +3975,25 @@
3849
3975
  "無効なフィルタールールが指定されました。'version' を 'min_version' または 'max_version' と同じタプルで指定することはできません"
3850
3976
  ],
3851
3977
  "Invalid format. Container name cannot be blank.": [
3852
- ""
3978
+ "無効な形式です。コンテナー名は空白にできません。"
3853
3979
  ],
3854
3980
  "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema.": [
3855
- ""
3981
+ "無効な形式です。コンテナーのプッシュは、'organization_label/product_label/name' または 'id/organization_id/product_id/name' というスキーマに準拠している必要があります。"
3856
3982
  ],
3857
3983
  "Invalid format. Organization id must be an integer without leading zeros.": [
3858
- ""
3984
+ "無効な形式です。組織 ID は、先頭にゼロが付いていない整数である必要があります。"
3859
3985
  ],
3860
3986
  "Invalid format. Organization label cannot be blank.": [
3861
- ""
3987
+ "無効な形式です。組織ラベルは空白にできません。"
3862
3988
  ],
3863
3989
  "Invalid format. Product id must be an integer without leading zeros.": [
3864
- ""
3990
+ "無効な形式です。製品 ID は、先頭にゼロが付いていない整数である必要があります。"
3865
3991
  ],
3866
3992
  "Invalid format. Product label cannot be blank.": [
3867
- ""
3993
+ "無効な形式です。製品ラベルは空白にできません。"
3868
3994
  ],
3869
3995
  "Invalid mirroring policy for repository type %{type}, only %{policies} are valid.": [
3870
- "リポジトリータイプ %%{type} には無効なミラーリングポリシーです。%%{policies} だけが有効です。"
3996
+ "リポジトリータイプ %{type} には無効なミラーリングポリシーです。%{policies} だけが有効です。"
3871
3997
  ],
3872
3998
  "Invalid parameters sent in the request for this operation. Please contact a system administrator.": [
3873
3999
  "この操作に対する要求で送信されたパラメーターが無効です。システム管理者に連絡してください。"
@@ -3909,7 +4035,7 @@
3909
4035
  "発行元"
3910
4036
  ],
3911
4037
  "It is only allowed for Non-Redhat Yum repositories.": [
3912
- ""
4038
+ "Red Hat 以外の Yum リポジトリーでのみ許可されています。"
3913
4039
  ],
3914
4040
  "It's not possible to bulk remove versions from a rolling content view.": [
3915
4041
  ""
@@ -3939,28 +4065,28 @@
3939
4065
  "ジョブ '${description}' が開始されました。"
3940
4066
  ],
3941
4067
  "Katello Bootc interface": [
3942
- ""
4068
+ "Katello Bootc インターフェイス"
3943
4069
  ],
3944
4070
  "Katello ID of local pool to update": [
3945
4071
  "更新するローカルプールの Katello ID"
3946
4072
  ],
3947
4073
  "Katello: Bootc Action": [
3948
- ""
4074
+ "Katello: Bootc アクション"
3949
4075
  ],
3950
4076
  "Katello: Bootc Rollback": [
3951
- ""
4077
+ "Katello: Bootc ロールバック"
3952
4078
  ],
3953
4079
  "Katello: Bootc Status": [
3954
- ""
4080
+ "Katello: Bootc ステータス"
3955
4081
  ],
3956
4082
  "Katello: Bootc Switch": [
3957
- ""
4083
+ "Katello: Bootc スイッチ"
3958
4084
  ],
3959
4085
  "Katello: Bootc Upgrade": [
3960
- ""
4086
+ "Katello: Bootc のアップグレード"
3961
4087
  ],
3962
4088
  "Katello: Configure host for new content source": [
3963
- ""
4089
+ "Katello: 新しいコンテンツソースのホストの設定"
3964
4090
  ],
3965
4091
  "Katello: Install Errata": [
3966
4092
  "Katello: エラータのインストール"
@@ -4005,10 +4131,10 @@
4005
4131
  "Katello: 検索クエリーでのパッケージの更新"
4006
4132
  ],
4007
4133
  "Katello: Upload Profile": [
4008
- ""
4134
+ "Katello: プロファイルのアップロード"
4009
4135
  ],
4010
4136
  "Keep latest packages": [
4011
- ""
4137
+ "最新のパッケージを保持する"
4012
4138
  ],
4013
4139
  "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)": [
4014
4140
  "subscription-manager ファクトの Key-Value ハッシュ。ネスト化には、ピリオド (.) で区切ります。"
@@ -4035,7 +4161,7 @@
4035
4161
  "コンテンツビューのラベル"
4036
4162
  ],
4037
4163
  "Label of the flatpak remote": [
4038
- ""
4164
+ "flatpak リモートのラベル"
4039
4165
  ],
4040
4166
  "Last check-in:": [
4041
4167
  "最終チェックイン"
@@ -4056,10 +4182,10 @@
4056
4182
  "最終更新 :"
4057
4183
  ],
4058
4184
  "Last seen": [
4059
- ""
4185
+ "最後に表示"
4060
4186
  ],
4061
4187
  "Last sync": [
4062
- ""
4188
+ "最終同期"
4063
4189
  ],
4064
4190
  "Last task": [
4065
4191
  "最後のタスク"
@@ -4074,10 +4200,10 @@
4074
4200
  "最新バージョン"
4075
4201
  ],
4076
4202
  "Learn more about adding subscription manifests in ": [
4077
- ""
4203
+ "サブスクリプションマニフェストの追加に関する詳細: "
4078
4204
  ],
4079
4205
  "Legacy UI": [
4080
- ""
4206
+ "レガシー UI"
4081
4207
  ],
4082
4208
  "Legacy content host UI": [
4083
4209
  "レガシーコンテンツホストの UI"
@@ -4122,13 +4248,13 @@
4122
4248
  "ライフサイクル環境 '%{environment}' はこの Capsule に割り当てられていません。"
4123
4249
  ],
4124
4250
  "Lifecycle environment '%{env}' cannot be used with content view '%{view}'": [
4125
- ""
4251
+ "ライフサイクル環境 '%{env}' は、コンテンツビュー '%{view}' では使用できません"
4126
4252
  ],
4127
4253
  "Lifecycle environment ID": [
4128
4254
  "ライフサイクル環境 ID"
4129
4255
  ],
4130
4256
  "Lifecycle environment must be specified": [
4131
- ""
4257
+ "ライフサイクル環境を指定する必要があります。"
4132
4258
  ],
4133
4259
  "Lifecycle environment was not attached to the smart proxy; therefore, no changes were made.": [
4134
4260
  "ライフサイクル環境が Smart Proxy に割り当てられていないため、変更は行われませんでした。"
@@ -4140,10 +4266,10 @@
4140
4266
  "ライフサイクル環境をデフォルトの Smart Proxy で変更できません。すべてのライフサイクル環境のコンテンツはこの Smart Proxy 上に存在します。"
4141
4267
  ],
4142
4268
  "Limit actions to content in the host's environment.": [
4143
- ""
4269
+ "アクションをホストの環境内のコンテンツに制限します。"
4144
4270
  ],
4145
4271
  "Limit content to Red Hat / custom": [
4146
- ""
4272
+ "コンテンツを Red Hat / カスタムに制限します。"
4147
4273
  ],
4148
4274
  "Limit content to enabled / disabled / overridden": [
4149
4275
  "コンテンツの有効/無効/上書きを制限します。"
@@ -4191,7 +4317,7 @@
4191
4317
  "すべての組織を一覧表示します"
4192
4318
  ],
4193
4319
  "List all packages unique by name": [
4194
- ""
4320
+ "名前が一意であるパッケージをすべて一覧表示"
4195
4321
  ],
4196
4322
  "List alternate content sources.": [
4197
4323
  "代替コンテンツソースを一覧表示します。"
@@ -4206,16 +4332,16 @@
4206
4332
  "Red Hat Subscription Management から利用可能なサブスクリプションを一覧表示します"
4207
4333
  ],
4208
4334
  "List booted bootc container images for hosts": [
4209
- ""
4335
+ "ホストで起動済みの bootc コンテナイメージの表示"
4210
4336
  ],
4211
4337
  "List components attached to this content view": [
4212
4338
  "このコンテンツビューに割り当てられたコンポーネントの一覧を表示します"
4213
4339
  ],
4214
4340
  "List content counts for the smart proxy": [
4215
- ""
4341
+ "Smart Proxy のコンテンツ数を一覧表示します"
4216
4342
  ],
4217
4343
  "List content view environments": [
4218
- ""
4344
+ "コンテンツビュー環境の表示"
4219
4345
  ],
4220
4346
  "List content view versions": [
4221
4347
  "コンテンツビューのバージョンを一覧表示"
@@ -4248,13 +4374,13 @@
4248
4374
  "フィルタールールを一覧表示"
4249
4375
  ],
4250
4376
  "List flatpak remote repositories": [
4251
- ""
4377
+ "flatpak リモートリポジトリーの表示"
4252
4378
  ],
4253
4379
  "List flatpak remote's repositories": [
4254
- ""
4380
+ "flatpak リモートのリポジトリーを表示する"
4255
4381
  ],
4256
4382
  "List flatpak remotes": [
4257
- ""
4383
+ "flatpak リモートの表示"
4258
4384
  ],
4259
4385
  "List host collections": [
4260
4386
  "ホストコレクションを一覧表示"
@@ -4422,7 +4548,7 @@
4422
4548
  "Smart Proxy に割り当てられていないライフサイクル環境を一覧表示します"
4423
4549
  ],
4424
4550
  "Load balancer": [
4425
- ""
4551
+ "ロードバランサー"
4426
4552
  ],
4427
4553
  "Loading": [
4428
4554
  "ロード中"
@@ -4437,7 +4563,7 @@
4437
4563
  "低"
4438
4564
  ],
4439
4565
  "Maintenance support": [
4440
- ""
4566
+ "メンテナンスサポート"
4441
4567
  ],
4442
4568
  "Make copy of a content view": [
4443
4569
  "コンテンツビューのコピー作成"
@@ -4452,13 +4578,13 @@
4452
4578
  "マニフェストの管理"
4453
4579
  ],
4454
4580
  "Manage content": [
4455
- ""
4581
+ "コンテンツの管理"
4456
4582
  ],
4457
4583
  "Manage errata": [
4458
- ""
4584
+ "エラータの管理"
4459
4585
  ],
4460
4586
  "Manage packages": [
4461
- ""
4587
+ "パッケージの管理"
4462
4588
  ],
4463
4589
  "Manage repository sets": [
4464
4590
  ""
@@ -4473,13 +4599,13 @@
4473
4599
  "マニフェストを削除しました"
4474
4600
  ],
4475
4601
  "Manifest does not have a valid subscription": [
4476
- ""
4602
+ "マニフェストに有効なサブスクリプションがありません"
4477
4603
  ],
4478
4604
  "Manifest expired": [
4479
- ""
4605
+ "マニフェストの有効期限が切れました"
4480
4606
  ],
4481
4607
  "Manifest expiring soon": [
4482
- ""
4608
+ "マニフェストがまもなく有効期限切れになります"
4483
4609
  ],
4484
4610
  "Manifest imported": [
4485
4611
  "マニフェストをインポートしました"
@@ -4497,7 +4623,7 @@
4497
4623
  "'%{subject}' のマニフェストが更新されました。"
4498
4624
  ],
4499
4625
  "Manifest in organization %{subject} has an identity certificate that will expire in %{days_remaining} days, on %{manifest_expire_date}. To extend the expiration date, please refresh your manifest.": [
4500
- ""
4626
+ "組織 %{subject} のマニフェストに、%{days_remaining} 日後の %{manifest_expire_date} に有効期限が切れるアイデンティティー証明書があります。有効期限を延長するには、マニフェストを更新してください。"
4501
4627
  ],
4502
4628
  "Manifest refresh timeout": [
4503
4629
  "マニフェストの更新のタイムアウト"
@@ -4515,7 +4641,7 @@
4515
4641
  "%s のコンテンツホストステータスを不明としてマーク"
4516
4642
  ],
4517
4643
  "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs.": [
4518
- ""
4644
+ "作成したフィルタールールに基づいて RPM をマッチします。RPM フィルターはモジュラー RPM には適用されません。"
4519
4645
  ],
4520
4646
  "Matching content": [
4521
4647
  "マッチするコンテンツ"
@@ -4556,9 +4682,12 @@
4556
4682
  "Messaging connection": [
4557
4683
  "メッセージング接続"
4558
4684
  ],
4559
- "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories.": [
4685
+ "Metadata generate": [
4560
4686
  ""
4561
4687
  ],
4688
+ "Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories.": [
4689
+ "メタデータの再公開は、'完全ミラーリング' リポジトリーでは危険です。ミラーリングポリシーを変更してから再試行してください。\\nあるいは、'force' パラメーターを使用してメタデータをローカルに再生成してください。次回の同期時に、アップストリームリポジトリーのメタデータによって、'完全ミラーリング' リポジトリーのローカルメタデータが上書きされます。"
4690
+ ],
4562
4691
  "Metadata taken from the upstream export history for this Content View Version": [
4563
4692
  "このコンテンツビューバージョンのアップストリームエクスポート履歴から取得したメタデータ"
4564
4693
  ],
@@ -4569,13 +4698,13 @@
4569
4698
  ""
4570
4699
  ],
4571
4700
  "Mirror Remote Repository": [
4572
- ""
4701
+ "リモートリポジトリーのミラーリング"
4573
4702
  ],
4574
4703
  "Mirror Repository": [
4575
4704
  ""
4576
4705
  ],
4577
4706
  "Mirror a flatpak remote repository": [
4578
- ""
4707
+ "flatpak リモートリポジトリーをミラーリングする"
4579
4708
  ],
4580
4709
  "Mirroring will import the remote flatpak repository": [
4581
4710
  ""
@@ -4584,7 +4713,7 @@
4584
4713
  "アクティベーションキーがありません!"
4585
4714
  ],
4586
4715
  "Missing arguments %{substitutions} for %{content_url}": [
4587
- "%{content_url} の引数 %{substitutions} がありません"
4716
+ "%{content_url} %{substitutions} 引数がありません"
4588
4717
  ],
4589
4718
  "Model": [
4590
4719
  "モデル"
@@ -4593,7 +4722,7 @@
4593
4722
  "中"
4594
4723
  ],
4595
4724
  "Modify via remote execution": [
4596
- ""
4725
+ "リモート実行による変更"
4597
4726
  ],
4598
4727
  "Modular": [
4599
4728
  "モジュラー"
@@ -4617,6 +4746,15 @@
4617
4746
  "Red Hat リポジトリーを有効にしたり、カスタム製品を作成したりすると、モジュールストリームがここに表示されます。"
4618
4747
  ],
4619
4748
  "Multi Content View Environment": [
4749
+ "マルチコンテンツビュー環境"
4750
+ ],
4751
+ "Multi copy all units": [
4752
+ ""
4753
+ ],
4754
+ "Multi copy content": [
4755
+ ""
4756
+ ],
4757
+ "Multi copy units": [
4620
4758
  ""
4621
4759
  ],
4622
4760
  "Multi-entitlement": [
@@ -4641,22 +4779,22 @@
4641
4779
  "NA"
4642
4780
  ],
4643
4781
  "NOTE: Content view version '%{content_view} %{current}' does not have any exportable repositories. At least one repository with any of the following types is required to be able to export: '%{exportable_types}'.": [
4644
- ""
4782
+ "注記: コンテンツビューバージョン '%{content_view} %{current}' にはエクスポート可能なリポジトリーがありません。エクスポートするには、'%{exportable_types}' のタイプのいずれかが含まれるリポジトリーが少なくとも 1 つ必要です。"
4645
4783
  ],
4646
4784
  "NOTE: Unable to export repository '%{repository}' because it does not have an exportable content type.": [
4647
4785
  "注: エクスポート可能なコンテンツタイプがないので '%{repository}' リポジトリーをエクスポートできません。"
4648
4786
  ],
4649
4787
  "NOTE: Unable to export repository '%{repository}' because it does not have an syncably exportable content type.": [
4650
- ""
4788
+ "注: 同期可能かつエクスポート可能なコンテンツタイプがないので '%{repository}' リポジトリーをエクスポートできません。"
4651
4789
  ],
4652
4790
  "NOTE: Unable to fully export '%{organization}' organization's library because it contains repositories without the 'immediate' download policy. Update the download policy and sync affected repositories to include them in the export. \\n %{repos}": [
4653
- "注記: 「即時」ダウンロードポリシーのないリポジトリーが含まれているため、'%%{organization}' 組織のライブラリーを完全にエクスポートすることはできません。ダウンロードポリシーを更新し、影響を受けるリポジトリーを同期して、エクスポートに含めます。\\n %%{repos}"
4791
+ "注記: 「即時」ダウンロードポリシーのないリポジトリーが含まれているため、'%{organization}' 組織のライブラリーを完全にエクスポートすることはできません。ダウンロードポリシーを更新し、影響を受けるリポジトリーを同期して、エクスポートに含めます。\\n %{repos}"
4654
4792
  ],
4655
4793
  "NOTE: Unable to fully export Content View Version '%{content_view} %{current}' it contains repositories with un-exportable content types. \\n %{repos}": [
4656
4794
  "注: コンテンツビューバージョン '%{content_view} %{current}' をすべてエクスポートできません。エクスポートできない。コンテンツタイプを使用するリポジトリーが含まれています。\\n %{repos}"
4657
4795
  ],
4658
4796
  "NOTE: Unable to fully export Content View Version '%{content_view} %{current}' it contains repositories without the 'immediate' download policy. Update the download policy and sync affected repositories. Once synced republish the content view and export the generated version. \\n %{repos}": [
4659
- "注記: コンテンツビューバージョン '%{content_view} %%{current}' を完全にエクスポートすることができません。これには、「即時」ダウンロードポリシーのないリポジトリーが含まれています。ダウンロードポリシーを更新し、影響を受けるリポジトリーを同期します。同期したら、コンテンツビューを再公開し、生成されたバージョンをエクスポートします。 \\n %%{repos}"
4797
+ "注記: コンテンツビューバージョン '%{content_view} %{current}' を完全にエクスポートすることができません。これには、「即時」ダウンロードポリシーのないリポジトリーが含まれています。ダウンロードポリシーを更新し、影響を受けるリポジトリーを同期します。同期したら、コンテンツビューを再公開し、生成されたバージョンをエクスポートします。 \\n %{repos}"
4660
4798
  ],
4661
4799
  "NOTE: Unable to fully export repository '%{repository}' because it does not have the 'immediate' download policy. Update the download policy and sync the affected repository to include them in the export.": [
4662
4800
  "注記: 「即時」ダウンロードポリシーがないため、リポジトリー '%{repository}' を完全にエクスポートすることはできません。ダウンロードポリシーを更新し、影響を受けるリポジトリーを同期して、エクスポートに含めます。"
@@ -4683,10 +4821,10 @@
4683
4821
  "コンテンツビューの名前"
4684
4822
  ],
4685
4823
  "Name of the flatpak remote": [
4686
- ""
4824
+ "flatpak リモートの名前"
4687
4825
  ],
4688
4826
  "Name of the flatpak remote repository": [
4689
- ""
4827
+ "flatpak リモートリポジトリーの名前"
4690
4828
  ],
4691
4829
  "Name of the host": [
4692
4830
  "ホスト名"
@@ -4740,13 +4878,13 @@
4740
4878
  "コンテンツビューの新規の名前"
4741
4879
  ],
4742
4880
  "New version is available: Version ${latestVersion}": [
4743
- "新しいバージョンが利用可能です: バージョン {latestVersion}"
4881
+ "新しいバージョンが利用可能です: バージョン ${latestVersion}"
4744
4882
  ],
4745
4883
  "Newly published": [
4746
4884
  "最新公開日"
4747
4885
  ],
4748
4886
  "Newly published version will be the same as the previous version.": [
4749
- ""
4887
+ "新しく公開されたバージョンは、以前のバージョンと同じです。"
4750
4888
  ],
4751
4889
  "No": [
4752
4890
  "いいえ"
@@ -4791,19 +4929,19 @@
4791
4929
  "表示するアーティファクトはありません"
4792
4930
  ],
4793
4931
  "No available component content view updates": [
4794
- ""
4932
+ "コンポーネントのコンテンツビューの更新で利用できるものはありません"
4795
4933
  ],
4796
4934
  "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs.": [
4797
- ""
4935
+ "検索語 '%s' に該当する debs が見つかりません。ホストのコンテンツビュー環境とすでにインストールされている deb を確認してください。"
4798
4936
  ],
4799
4937
  "No available packages found for search term '%s'.": [
4800
- ""
4938
+ "検索用語 '%s' に該当するパッケージが見つかりません。"
4801
4939
  ],
4802
4940
  "No available repository or filter updates": [
4803
- ""
4941
+ "利用可能なリポジトリーまたはフィルターの更新がありません"
4804
4942
  ],
4805
4943
  "No change": [
4806
- ""
4944
+ "変更なし"
4807
4945
  ],
4808
4946
  "No content": [
4809
4947
  "コンテンツがありません"
@@ -4818,13 +4956,13 @@
4818
4956
  "選択したバージョンにコンテンツがありません。"
4819
4957
  ],
4820
4958
  "No content view environments": [
4821
- ""
4959
+ "コンテンツビュー環境がありません"
4822
4960
  ],
4823
4961
  "No content view environments found with ids: %{ids}": [
4824
- ""
4962
+ "ID が %{ids} のコンテンツビュー環境が見つかりません。"
4825
4963
  ],
4826
4964
  "No content view environments found with names: %{names}": [
4827
- ""
4965
+ "名前が %{names} のコンテンツビュー環境が見つかりません。"
4828
4966
  ],
4829
4967
  "No content view history events found.": [
4830
4968
  "コンテンビューの履歴イベントが見つかりません。"
@@ -4836,10 +4974,10 @@
4836
4974
  "選択した環境に利用可能なコンテンツビューはありません"
4837
4975
  ],
4838
4976
  "No content views to add yet": [
4839
- ""
4977
+ "追加するコンテンツビューはまだありません"
4840
4978
  ],
4841
4979
  "No content views yet": [
4842
- ""
4980
+ "コンテンツビューがまだありません"
4843
4981
  ],
4844
4982
  "No content_view_version_ids provided": [
4845
4983
  "content_view_version_ids が指定されていません"
@@ -4851,7 +4989,7 @@
4851
4989
  "説明はありません"
4852
4990
  ],
4853
4991
  "No docker manifests to delete after ignoring manifests with tags or manifest lists": [
4854
- ""
4992
+ "タグまたはマニフェストリストによりマニフェストを無視したため、削除する Docker マニフェストがありません"
4855
4993
  ],
4856
4994
  "No enabled repositories match your search criteria.": [
4857
4995
  "検索条件に一致する有効なリポジトリーはありません。"
@@ -4860,16 +4998,16 @@
4860
4998
  "環境なし"
4861
4999
  ],
4862
5000
  "No errata filter rules yet": [
4863
- ""
5001
+ "エラータフィルタールールはまだありません"
4864
5002
  ],
4865
5003
  "No errata found.": [
4866
- ""
5004
+ "エラータが見つかりません。"
4867
5005
  ],
4868
5006
  "No errata matching given search query": [
4869
- ""
5007
+ "指定した検索クエリーに一致するエラータがありません"
4870
5008
  ],
4871
5009
  "No errata to add yet": [
4872
- ""
5010
+ "追加するエラータがまだありません"
4873
5011
  ],
4874
5012
  "No errors": [
4875
5013
  "エラーなし"
@@ -4881,10 +5019,10 @@
4881
5019
  "ファイルがアップロードされていません"
4882
5020
  ],
4883
5021
  "No filters yet": [
4884
- ""
5022
+ "まだフィルターはありません"
4885
5023
  ],
4886
5024
  "No history yet": [
4887
- ""
5025
+ "履歴がまだありません"
4888
5026
  ],
4889
5027
  "No host collections": [
4890
5028
  "ホストコレクションはありません"
@@ -4896,16 +5034,16 @@
4896
5034
  "ホストコレクションはまだありません"
4897
5035
  ],
4898
5036
  "No hosts found": [
4899
- ""
5037
+ "ホストが見つかりません。"
4900
5038
  ],
4901
5039
  "No hosts registered with subscription-manager found in selection.": [
4902
5040
  "subscription-manager に登録されているホストが選択肢に含まれていません。"
4903
5041
  ],
4904
5042
  "No hosts were specified": [
4905
- ""
5043
+ "ホストが指定されていません"
4906
5044
  ],
4907
5045
  "No installed debs found for search term '%s'": [
4908
- ""
5046
+ "検索語 '%s' に該当するインストール済み debs が見つかりません"
4909
5047
  ],
4910
5048
  "No installed packages and/or enabled repositories have been reported by %s.": [
4911
5049
  "%s でレポートされたインストール済みパッケージや有効なリポジトリーはありません。"
@@ -4920,7 +5058,7 @@
4920
5058
  "マニフェストが見つかりません。コンテンツをインポートする前に、適切なサブスクリプションでマニフェストをインポートしてください。"
4921
5059
  ],
4922
5060
  "No manifest imported": [
4923
- ""
5061
+ "マニフェストがインポートされていません"
4924
5062
  ],
4925
5063
  "No matching ": [
4926
5064
  "マッチする項目が"
@@ -4929,7 +5067,7 @@
4929
5067
  "マッチする {name} が見つかりませんでした"
4930
5068
  ],
4931
5069
  "No matching ${selectedContentType} found": [
4932
- "マッチする {selectedContentType} が見つかりませんでした"
5070
+ "マッチする ${selectedContentType} が見つかりませんでした"
4933
5071
  ],
4934
5072
  "No matching DEB found.": [
4935
5073
  "一致する DEB が見つかりませんでした。"
@@ -4962,7 +5100,7 @@
4962
5100
  "マッチするホストが見つかりませんでした。"
4963
5101
  ],
4964
5102
  "No matching non-modular RPM found.": [
4965
- ""
5103
+ "一致する非モジュラー RPM がありません。"
4966
5104
  ],
4967
5105
  "No matching packages found": [
4968
5106
  "マッチするパッケージが見つかりませんでした"
@@ -4980,16 +5118,16 @@
4980
5118
  "一致するバージョンが見つかりません"
4981
5119
  ],
4982
5120
  "No module stream filter rules yet": [
4983
- ""
5121
+ "モジュールストリームフィルターがまだありません"
4984
5122
  ],
4985
5123
  "No module streams to add yet.": [
4986
- ""
5124
+ "追加するモジュールストリームがまだありません。"
4987
5125
  ],
4988
5126
  "No new packages installed": [
4989
5127
  "インストール済みの新規パッケージはありません"
4990
5128
  ],
4991
5129
  "No package groups yet": [
4992
- ""
5130
+ "RPM パッケージグループがまだありません"
4993
5131
  ],
4994
5132
  "No packages": [
4995
5133
  "パッケージがありません"
@@ -5040,10 +5178,10 @@
5040
5178
  "同期プランに関連付けられた再帰論理はありません。"
5041
5179
  ],
5042
5180
  "No repositories added yet": [
5043
- ""
5181
+ "追加するリポジトリーがまだありません。"
5044
5182
  ],
5045
5183
  "No repositories available to add": [
5046
- ""
5184
+ "追加できるリポジトリーがありません。"
5047
5185
  ],
5048
5186
  "No repositories available.": [
5049
5187
  "利用可能なリポジトリーがありません。"
@@ -5064,7 +5202,7 @@
5064
5202
  "表示するリポジトリーセットはありません。"
5065
5203
  ],
5066
5204
  "No rules yet": [
5067
- ""
5205
+ "まだルールはありません"
5068
5206
  ],
5069
5207
  "No services defined, is this class extended?": [
5070
5208
  "サービスが定義されていません。このクラスは拡張されましたか?"
@@ -5079,16 +5217,16 @@
5079
5217
  "選択した製品およびオプションに同期可能なリポジトリーが見つかりません。"
5080
5218
  ],
5081
5219
  "No upgradable packages found for search term '%s'.": [
5082
- ""
5220
+ "検索用語 '%s' に該当するアップグレード可能なパッケージが見つかりません。"
5083
5221
  ],
5084
5222
  "No upgradable packages found.": [
5085
- ""
5223
+ "アップグレード可能なパッケージが見つかりません。"
5086
5224
  ],
5087
5225
  "No uploads param specified. An array of uploads to import is required.": [
5088
5226
  "アップロードパラメータが指定されていません。インポートするアップロードパラメーターの配列が必要です。"
5089
5227
  ],
5090
5228
  "No versions yet": [
5091
- ""
5229
+ "まだバージョンはありません"
5092
5230
  ],
5093
5231
  "Non-security errata applicable": [
5094
5232
  "適用可能なセキュリティー以外のエラータ"
@@ -5124,7 +5262,7 @@
5124
5262
  "公開前"
5125
5263
  ],
5126
5264
  "Note: Deleting a subscription manifest is STRONGLY discouraged.": [
5127
- ""
5265
+ "注記: サブスクリプションマニフェストを削除することは、決して推奨されません。"
5128
5266
  ],
5129
5267
  "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:": [
5130
5268
  "注記: サブスクリプションマニフェストを削除することは、決して推奨されません。マニフェストを削除すると、以下のようになります。"
@@ -5151,7 +5289,7 @@
5151
5289
  "割り当て数"
5152
5290
  ],
5153
5291
  "OS": [
5154
- ""
5292
+ "OS"
5155
5293
  ],
5156
5294
  "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host.": [
5157
5295
  "OS は {osRestricted} に制限されています。ホスト OS が一致しない場合は、このホストでリポジトリーは利用できません。"
@@ -5184,7 +5322,7 @@
5184
5322
  "Pulp 3 でエクスポートされたリポジトリーのディスク上のロケーション"
5185
5323
  ],
5186
5324
  "Once the prerequisites are met, select a provider to install katello-host-tools-tracer": [
5187
- ""
5325
+ "前提条件を満たしたら、katello-host-tools-tracer をインストールするプロバイダーを選択します"
5188
5326
  ],
5189
5327
  "One of parameters [ %s ] required but not specified.": [
5190
5328
  "[ %s ] パラメーターのいずれかが必要ですが、指定されていません。"
@@ -5211,7 +5349,7 @@
5211
5349
  "1 つの組織で許容できるのは、Red Hat プロバイダー 1 つのみです"
5212
5350
  ],
5213
5351
  "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page.": [
5214
- ""
5352
+ "コンテンツビューで公開されていないリポジトリーのみを無効にできます。公開されたリポジトリーは、リポジトリーの詳細ページから削除する必要があります。"
5215
5353
  ],
5216
5354
  "Only returns id and quantity fields": [
5217
5355
  "ID と数量のフィールドのみを返します"
@@ -5244,7 +5382,7 @@
5244
5382
  "組織 ID"
5245
5383
  ],
5246
5384
  "Organization id not found: '%s'": [
5247
- ""
5385
+ "組織 ID が見つかりません: '%s'"
5248
5386
  ],
5249
5387
  "Organization identifier": [
5250
5388
  "組織 ID"
@@ -5253,13 +5391,13 @@
5253
5391
  "組織ラベル"
5254
5392
  ],
5255
5393
  "Organization label '%s' is ambiguous. Try using an id-based container name.": [
5256
- ""
5394
+ "組織ラベル '%s' はあいまいです。ID ベースのコンテナー名の使用を試してください。"
5257
5395
  ],
5258
5396
  "Organization not found": [
5259
5397
  "組織が見つかりません"
5260
5398
  ],
5261
5399
  "Organization not found: '%s'": [
5262
- ""
5400
+ "組織が見つかりません: '%s'"
5263
5401
  ],
5264
5402
  "Organization required": [
5265
5403
  "必要な組織"
@@ -5271,7 +5409,7 @@
5271
5409
  "単独コンテンツの保護時間"
5272
5410
  ],
5273
5411
  "Orphaned content facets for deleted hosts exist for the content view and environment. Please run rake task : katello:clean_orphaned_facets and try again!": [
5274
- ""
5412
+ "このコンテンツビューおよび環境には、削除済みのホストの孤立コンテンツファセットがあります。rake task : katello:clean_orphaned_facets を実行して、もう一度お試しください。"
5275
5413
  ],
5276
5414
  "Other": [
5277
5415
  "その他"
@@ -5448,10 +5586,10 @@
5448
5586
  "パッケージのインストール: \\\"%{package}\\\" "
5449
5587
  ],
5450
5588
  "Package mode": [
5451
- ""
5589
+ "パッケージモード"
5452
5590
  ],
5453
5591
  "Package types to sync for Python content, separated by comma. Leave empty to get every package type. Package types are: bdist_dmg,bdist_dumb,bdist_egg,bdist_msi,bdist_rpm,bdist_wheel,bdist_wininst,sdist.": [
5454
- ""
5592
+ "Python コンテンツの同期に使用するパッケージタイプ (コンマ区切り)。すべてのパッケージタイプを指定するには、空白のままにします。パッケージタイプは、bdist_dmg、bdist_dumb、bdist_egg, bdist_msi、bdist_rpm、bdist_wheel、bdist_wininst、sdist です。"
5455
5593
  ],
5456
5594
  "Packages": [
5457
5595
  "パッケージ"
@@ -5460,13 +5598,13 @@
5460
5598
  "パッケージを指定してください"
5461
5599
  ],
5462
5600
  "Packages to be removed": [
5463
- ""
5601
+ "削除するパッケージ"
5464
5602
  ],
5465
5603
  "Packages to be updated": [
5466
- ""
5604
+ "更新するパッケージ"
5467
5605
  ],
5468
5606
  "Packages to install": [
5469
- ""
5607
+ "インストールするパッケージ"
5470
5608
  ],
5471
5609
  "Packages will appear here when available.": [
5472
5610
  "パッケージが利用可能になると、ここに表示されます。"
@@ -5499,7 +5637,7 @@
5499
5637
  "一時停止中"
5500
5638
  ],
5501
5639
  "Pending tasks detected in repositories of this content view. Please wait for the tasks: ": [
5502
- ""
5640
+ "このコンテンツビューのリポジトリーで保留中のタスクが検出されました。タスクを待機してください: "
5503
5641
  ],
5504
5642
  "Perform a module stream action via Katello interface": [
5505
5643
  "Katello インターフェイスでのモジュールストリームアクションの実行"
@@ -5541,7 +5679,7 @@
5541
5679
  "リポジトリーを追加してください。"
5542
5680
  ],
5543
5681
  "Please create some content views.": [
5544
- ""
5682
+ "コンテンツビューを作成してください。"
5545
5683
  ],
5546
5684
  "Please enter a positive number above zero": [
5547
5685
  "0 より大きい正の数を入力してください"
@@ -5562,7 +5700,7 @@
5562
5700
  "このアクティベーションキーを移動するには、ライフサイクル環境とコンテンツビューを選択してください。"
5563
5701
  ],
5564
5702
  "Please select a lifecycle environment and content view to view activation keys.": [
5565
- ""
5703
+ "アクティベーションキーを表示するには、ライフサイクル環境とコンテンツビューを選択してください。"
5566
5704
  ],
5567
5705
  "Please select an architecture before assigning a kickstart repository": [
5568
5706
  "Kickstart リポジトリーを割り当てる前にアーキテクチャーを選択してください"
@@ -5583,16 +5721,16 @@
5583
5721
  "コンテンツのミラーリングに設定するポリシー。%s のいずれかでなければなりません。"
5584
5722
  ],
5585
5723
  "Prefer registered through Smart Proxy for remote execution": [
5586
- ""
5724
+ "リモート実行の場合に Smart Proxy 経由での登録を優先する"
5587
5725
  ],
5588
5726
  "Prefer using a Smart Proxy to which a host is registered when using remote execution": [
5589
- ""
5727
+ "リモート実行を使用する場合に、ホストの登録先の Smart Proxy を使用することを優先します"
5590
5728
  ],
5591
5729
  "Prevent from further updates": [
5592
5730
  "今後の更新を回避"
5593
5731
  ],
5594
5732
  "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' ": [
5595
- "メタデータ '%%{name}' で指定された以前のコンテンツビューバージョンは存在しません。'%%{current}' をインポートする前に、'%%{name}' のメタデータをインポートしてください。 "
5733
+ "メタデータ '%{name}' で指定された以前のコンテンツビューバージョンは存在しません。'%{current}' をインポートする前に、'%{name}' のメタデータをインポートしてください。 "
5596
5734
  ],
5597
5735
  "Problem searching": [
5598
5736
  "検索中に問題が発生しました"
@@ -5625,13 +5763,13 @@
5625
5763
  "製品の作成"
5626
5764
  ],
5627
5765
  "Product Host Count": [
5628
- ""
5766
+ "製品ホスト数"
5629
5767
  ],
5630
5768
  "Product ID": [
5631
5769
  "製品 ID"
5632
5770
  ],
5633
5771
  "Product ID to mirror the remote repository to": [
5634
- ""
5772
+ "リモートリポジトリーをミラーリングする製品 ID"
5635
5773
  ],
5636
5774
  "Product and Repositories": [
5637
5775
  "製品およびリポジトリー"
@@ -5646,13 +5784,13 @@
5646
5784
  "ホストのインストール済み製品からリストされた製品 ID。\\\\\\n 製品 API が返した製品 ID とは異なります。"
5647
5785
  ],
5648
5786
  "Product id not found: '%s'": [
5649
- ""
5787
+ "製品 ID が見つかりません: '%s'"
5650
5788
  ],
5651
5789
  "Product label": [
5652
- ""
5790
+ "製品ラベル"
5653
5791
  ],
5654
5792
  "Product label '%s' is ambiguous. Try using an id-based container name.": [
5655
- ""
5793
+ "製品ラベル '%s' はあいまいです。ID ベースのコンテナー名の使用を試してください。"
5656
5794
  ],
5657
5795
  "Product name": [
5658
5796
  "製品名"
@@ -5661,7 +5799,7 @@
5661
5799
  "ホストのインストール済み製品からリストされた製品名"
5662
5800
  ],
5663
5801
  "Product not found: '%s'": [
5664
- ""
5802
+ "製品が見つかりません: '%s'"
5665
5803
  ],
5666
5804
  "Product the repository belongs to": [
5667
5805
  "リポジトリーが属する製品"
@@ -5673,7 +5811,7 @@
5673
5811
  "Candlepin で、ID が %s の製品が見つかりません。コンテンツのインポートをスキップします。"
5674
5812
  ],
5675
5813
  "Product: '%{product}', Repository: '%{repository}'": [
5676
- "* 製品 = '%%{product}'、リポジトリー = '%%{repository}'"
5814
+ "製品: '%{product}'、リポジトリー: '%{repository}'"
5677
5815
  ],
5678
5816
  "Product: '%{product}', Repository: '%{repo}' ": [
5679
5817
  "製品: '%%{product}'、リポジトリー: '%%{repo}' "
@@ -5697,7 +5835,7 @@
5697
5835
  "エラータのプロモート"
5698
5836
  ],
5699
5837
  "Promote version ${versionNameToPromote}": [
5700
- "バージョン {versionNameToPromote} のプロモート"
5838
+ "バージョン ${versionNameToPromote} のプロモート"
5701
5839
  ],
5702
5840
  "Promoted to ": [
5703
5841
  "プロモート先 "
@@ -5709,7 +5847,7 @@
5709
5847
  "プロモートの概要"
5710
5848
  ],
5711
5849
  "Promotion Summary for %{content_view}": [
5712
- "{content_view} のプロモートの概要"
5850
+ "%{content_view} のプロモートの概要"
5713
5851
  ],
5714
5852
  "Promotion to Environment": [
5715
5853
  "環境へのプロモート"
@@ -5730,7 +5868,7 @@
5730
5868
  "プロキシー"
5731
5869
  ],
5732
5870
  "Proxy sync failure": [
5733
- ""
5871
+ "プロキシー同期の失敗"
5734
5872
  ],
5735
5873
  "Public": [
5736
5874
  "公開"
@@ -5742,7 +5880,7 @@
5742
5880
  "公開"
5743
5881
  ],
5744
5882
  "Publish Lifecycle Environment Container Repositories": [
5745
- ""
5883
+ "ライフサイクル環境のコンテナーリポジトリーの公開"
5746
5884
  ],
5747
5885
  "Publish a content view": [
5748
5886
  "コンテンツビューの公開"
@@ -5760,7 +5898,7 @@
5760
5898
  "新規バージョンを公開しました"
5761
5899
  ],
5762
5900
  "Publishing ${truncate(name)}": [
5763
- ""
5901
+ "${truncate(name)} を公開中"
5764
5902
  ],
5765
5903
  "Publishing content view": [
5766
5904
  "コンテンツビューの公開"
@@ -5813,6 +5951,9 @@
5813
5951
  "Pulp task error": [
5814
5952
  "Pulp タスクのエラー"
5815
5953
  ],
5954
+ "Purge completed tasks": [
5955
+ ""
5956
+ ],
5816
5957
  "Python Package": [
5817
5958
  "Python パッケージ"
5818
5959
  ],
@@ -5862,10 +6003,10 @@
5862
6003
  "RH レポジトリー"
5863
6004
  ],
5864
6005
  "RHEL Lifecycle status": [
5865
- ""
6006
+ "RHEL ライフサイクルのステータス"
5866
6007
  ],
5867
6008
  "RHEL lifecycle": [
5868
- ""
6009
+ "RHEL ライフサイクル"
5869
6010
  ],
5870
6011
  "RHUI": [
5871
6012
  "RHUI"
@@ -5913,7 +6054,7 @@
5913
6054
  "影響を受けるホストの再割り当て"
5914
6055
  ],
5915
6056
  "Reboot host": [
5916
- ""
6057
+ "ホストの再起動"
5917
6058
  ],
5918
6059
  "Reboot required": [
5919
6060
  "再起動が必要です"
@@ -5921,6 +6062,9 @@
5921
6062
  "Reclaim Space": [
5922
6063
  "領域の再利用"
5923
6064
  ],
6065
+ "Reclaim space": [
6066
+ ""
6067
+ ],
5924
6068
  "Reclaim space from On Demand repositories": [
5925
6069
  "オンデマンドリポジトリーからの領域の再利用"
5926
6070
  ],
@@ -5934,7 +6078,7 @@
5934
6078
  "推奨リポジトリー"
5935
6079
  ],
5936
6080
  "Red Hat": [
5937
- ""
6081
+ "Red Hat"
5938
6082
  ],
5939
6083
  "Red Hat CDN": [
5940
6084
  "Red Hat CDN"
@@ -5985,6 +6129,9 @@
5985
6129
  ""
5986
6130
  ],
5987
6131
  "Refresh all alternate content sources": [
6132
+ "すべての代替コンテンツソースの更新"
6133
+ ],
6134
+ "Refresh all distributions": [
5988
6135
  ""
5989
6136
  ],
5990
6137
  "Refresh alternate content sources": [
@@ -5994,20 +6141,32 @@
5994
6141
  "代替コンテンツソースを更新します。代替コンテンツソースを使用する前に、リポジトリーの同期などの更新が必要になります。"
5995
6142
  ],
5996
6143
  "Refresh applicability": [
5997
- ""
6144
+ "適用可能性の更新"
5998
6145
  ],
5999
6146
  "Refresh counts": [
6147
+ "更新回数"
6148
+ ],
6149
+ "Refresh distribution": [
6000
6150
  ""
6001
6151
  ],
6002
6152
  "Refresh errata applicability": [
6153
+ "エラータの適用可能性の更新"
6154
+ ],
6155
+ "Refresh if needed": [
6003
6156
  ""
6004
6157
  ],
6005
6158
  "Refresh package applicability": [
6006
- ""
6159
+ "パッケージの適用可能性の更新"
6007
6160
  ],
6008
6161
  "Refresh previously imported manifest for Red Hat provider": [
6009
6162
  "Red Hat プロバイダーの以前にインポートされたマニフェストを更新"
6010
6163
  ],
6164
+ "Refresh remote": [
6165
+ ""
6166
+ ],
6167
+ "Refresh repos": [
6168
+ ""
6169
+ ],
6011
6170
  "Refresh source": [
6012
6171
  "ソースの更新"
6013
6172
  ],
@@ -6024,7 +6183,7 @@
6024
6183
  "登録済み"
6025
6184
  ],
6026
6185
  "Registered at": [
6027
- ""
6186
+ "登録時刻"
6028
6187
  ],
6029
6188
  "Registered by": [
6030
6189
  "以下で登録済み:"
@@ -6033,10 +6192,10 @@
6033
6192
  "登録先"
6034
6193
  ],
6035
6194
  "Registered to": [
6036
- ""
6195
+ "登録先:"
6037
6196
  ],
6038
6197
  "Registering to multiple environments is not enabled.": [
6039
- ""
6198
+ "複数の環境への登録が有効になっていません。"
6040
6199
  ],
6041
6200
  "Registration details": [
6042
6201
  "登録の詳細"
@@ -6050,6 +6209,12 @@
6050
6209
  "Registry name pattern will result in invalid container image name of member repositories": [
6051
6210
  "レジストリー名のパターンが原因で、メンバーリポジトリーのコンテナーイメージ名が無効になります"
6052
6211
  ],
6212
+ "Registry token expiration time": [
6213
+ ""
6214
+ ],
6215
+ "Reindex subscriptions": [
6216
+ ""
6217
+ ],
6053
6218
  "Related composite content views": [
6054
6219
  "関連する複合コンテンツビュー"
6055
6220
  ],
@@ -6087,7 +6252,7 @@
6087
6252
  "データの再読み込み"
6088
6253
  ],
6089
6254
  "Remote execution is enabled.": [
6090
- ""
6255
+ "リモート実行が有効になっている。"
6091
6256
  ],
6092
6257
  "Remote execution job '${description}' failed.": [
6093
6258
  "リモート実行ジョブ '${description}' が失敗しました。"
@@ -6146,6 +6311,9 @@
6146
6311
  "Remove one or more subscriptions from an upstream manifest": [
6147
6312
  "アップストリームマニフェストから 1 つ以上のサブスクリプションを削除します"
6148
6313
  ],
6314
+ "Remove orphans": [
6315
+ ""
6316
+ ],
6149
6317
  "Remove package group via Katello interface": [
6150
6318
  "Katello インターフェイスでのパッケージグループの削除"
6151
6319
  ],
@@ -6153,7 +6321,7 @@
6153
6321
  "Katello インターフェイスでのパッケージの削除"
6154
6322
  ],
6155
6323
  "Remove packages": [
6156
- ""
6324
+ "パッケージの削除"
6157
6325
  ],
6158
6326
  "Remove packages via Katello interface": [
6159
6327
  "Katello インターフェイスでのパッケージの削除"
@@ -6161,6 +6329,9 @@
6161
6329
  "Remove products from sync plan": [
6162
6330
  "同期プランから製品を削除"
6163
6331
  ],
6332
+ "Remove rolling repo clone": [
6333
+ ""
6334
+ ],
6164
6335
  "Remove subscriptions": [
6165
6336
  "サブスクリプションの削除"
6166
6337
  ],
@@ -6168,11 +6339,17 @@
6168
6339
  "%s からのサブスクリプション削除"
6169
6340
  ],
6170
6341
  "Remove subscriptions from a host": [
6171
- ""
6342
+ "ホストからのサブスクリプションの削除"
6172
6343
  ],
6173
6344
  "Remove subscriptions from one or more hosts": [
6174
6345
  "1 つ以上のホストからサブスクリプションを削除します"
6175
6346
  ],
6347
+ "Remove units": [
6348
+ ""
6349
+ ],
6350
+ "Remove unneeded repos": [
6351
+ ""
6352
+ ],
6176
6353
  "Remove versions and/or environments from a content view and reassign systems and keys": [
6177
6354
  "コンテンツビューからバージョンおよび/または環境を削除し、システムおよびキーを再度割り当てます"
6178
6355
  ],
@@ -6197,17 +6374,20 @@
6197
6374
  "Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
6198
6375
  "すべての環境からこのバージョンを削除しても、バージョンは削除されません。バージョンは引き続き以降のプロモーションの対象になります。"
6199
6376
  ],
6200
- "Replace content source on the target machine": [
6377
+ "Repair": [
6201
6378
  ""
6202
6379
  ],
6380
+ "Replace content source on the target machine": [
6381
+ "ターゲットマシン上のコンテンツソースの置き換え"
6382
+ ],
6203
6383
  "Repo ID": [
6204
- ""
6384
+ "リポジトリー ID"
6205
6385
  ],
6206
6386
  "Repo Type": [
6207
6387
  "リポジトリータイプ"
6208
6388
  ],
6209
6389
  "Repo label": [
6210
- ""
6390
+ "リポジトリーラベル"
6211
6391
  ],
6212
6392
  "Repositories": [
6213
6393
  "リポジトリー"
@@ -6215,23 +6395,29 @@
6215
6395
  "Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
6216
6396
  "CDN 設定がエアギャップ (切断) に設定されている間、リポジトリーは有効にできません。"
6217
6397
  ],
6218
- "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.": [
6398
+ "Repositories certs reset": [
6219
6399
  ""
6220
6400
  ],
6401
+ "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.": [
6402
+ "選択したコンテンツビューバージョンに共通のリポジトリーがマージされます。その結果、各コンテンツビューバージョンのすべてのコンテンツが結合された複合コンテンツビューが作成されます。"
6403
+ ],
6221
6404
  "Repositories from published Content Views are not allowed.": [
6222
6405
  "公開されたコンテンツビューからのリポジトリーは許可されません。"
6223
6406
  ],
6407
+ "Repositories gpg reset": [
6408
+ ""
6409
+ ],
6224
6410
  "Repository": [
6225
6411
  "リポジトリー"
6226
6412
  ],
6227
6413
  "Repository %s cannot be deleted since it has already been included in a published Content View. Use repository details page to delete": [
6228
- ""
6414
+ "リポジトリー %s は、公開されたコンテンツビューにすでに含まれているため削除できません。削除するには、リポジトリーの詳細ページを使用してください"
6229
6415
  ],
6230
6416
  "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete.": [
6231
- ""
6417
+ "リポジトリー %s は、フィルターの関連する最後のリポジトリーであるため、削除できません。削除するには、リポジトリーの詳細ページを使用してください。"
6232
6418
  ],
6233
6419
  "Repository %{label} failed to synchronize": [
6234
- ""
6420
+ "リポジトリー %{label} の同期に失敗しました"
6235
6421
  ],
6236
6422
  "Repository '%(repoName)s' has been disabled.": [
6237
6423
  "リポジトリー '%(repoName)s' が無効化されました。"
@@ -6240,13 +6426,13 @@
6240
6426
  "リポジトリー '%(repoName)s' が有効化されました"
6241
6427
  ],
6242
6428
  "Repository ID": [
6243
- ""
6429
+ "リポジトリー ID"
6244
6430
  ],
6245
6431
  "Repository Id associated with the kickstart repo used for provisioning": [
6246
6432
  "プロビジョニングに使用する Kickstart リポジトリーに関連付けられたリポジトリー ID"
6247
6433
  ],
6248
6434
  "Repository cannot be deleted since it has already been included in a published Content View. Please delete all Content View versions containing this repository before attempting to delete it or use --remove-from-content-view-versions flag to automatically remove the repository from all published versions.": [
6249
- ""
6435
+ "リポジトリーは公開されたコンテンツビューにすでに含まれるため、削除できません。この削除を試行する前にこのリポジトリーが含まれるすべてのコンテンツビューバージョンを削除してください。または、--remove-from-content-view-versions フラグを使用して、公開されているすべてのバージョンからリポジトリーを自動的に削除してください。"
6250
6436
  ],
6251
6437
  "Repository cannot be disabled since it has already been promoted.": [
6252
6438
  "リポジトリーはすでにプロモート済みのため無効にできません。"
@@ -6264,10 +6450,10 @@
6264
6450
  "コンテンツビューには、リポジトリーラベル '%s' が関連付けられていません。"
6265
6451
  ],
6266
6452
  "Repository name": [
6267
- ""
6453
+ "リポジトリー名"
6268
6454
  ],
6269
6455
  "Repository name '%{container_name}' already exists in this product using a different naming scheme. Please retry your request with the %{root_repo_container_push_name} format or destroy and recreate the repository using your preferred schema.": [
6270
- ""
6456
+ "この製品には、別の命名スキームを使用したリポジトリー名 '%{container_name}' がすでに存在します。%{root_repo_container_push_name} 形式を使用して要求を再試行するか、リポジトリーを破棄し、希望するスキーマを使用して再作成してください。"
6271
6457
  ],
6272
6458
  "Repository not found": [
6273
6459
  "リポジトリーが見つかりません"
@@ -6306,13 +6492,13 @@
6306
6492
  "リポジトリーセットは、Red Hat リポジトリーを有効にしたり、カスタム製品を作成したりすると、ここに表示されます。"
6307
6493
  ],
6308
6494
  "Repository sets will appear here when the host's content view and environment has available content.": [
6309
- ""
6495
+ "ホストのコンテンツビューと環境に利用可能なコンテンツがある場合に、リポジトリーセットがここに表示されます。"
6310
6496
  ],
6311
6497
  "Repository sync failure": [
6312
- ""
6498
+ "リポジトリー同期の失敗"
6313
6499
  ],
6314
6500
  "Repository type": [
6315
- ""
6501
+ "リポジトリータイプ"
6316
6502
  ],
6317
6503
  "Republish Repositories of %{name} %{version}": [
6318
6504
  "%{name}%{version} のリポジトリーの再公開"
@@ -6321,10 +6507,10 @@
6321
6507
  "バージョンリポジトリーの再公開"
6322
6508
  ],
6323
6509
  "Republish repository metadata": [
6324
- ""
6510
+ "リポジトリーメタデータの再公開"
6325
6511
  ],
6326
6512
  "Requested access to '%s' is denied": [
6327
- ""
6513
+ "'%s' へのアクセス要求が拒否されました"
6328
6514
  ],
6329
6515
  "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys.": [
6330
6516
  "subscription-manifest をアップロードし、サブスクリプションをホストおよびアクティベーションキーに再度アタッチする必要があります。"
@@ -6393,7 +6579,7 @@
6393
6579
  "Red Hat (カスタム以外) 製品のみを返します"
6394
6580
  ],
6395
6581
  "Return a list of installed packages distinct by name": [
6396
- ""
6582
+ "名前別にインストール済みパッケージのリストを返す"
6397
6583
  ],
6398
6584
  "Return content that can be added to the specified object. The values 'content_view_version' and 'content_view_filter are supported.": [
6399
6585
  "指定のオブジェクトに追加可能なコンテンツを返します。'content_view_version' と 'content_view_filter' の値がサポートされます。"
@@ -6431,8 +6617,8 @@
6431
6617
  "Return only errata of a particular severity (None, Low, Moderate, Important, Critical)": [
6432
6618
  "特定の重大度 (影響なし、低、中程度、重要、重大) のエラータのみを返します"
6433
6619
  ],
6434
- "Return only errata of a particular type (security, bugfix, enhancement)": [
6435
- "特定タイプ (セキュリティー、バグ修正、機能拡張) のエラータのみを返します"
6620
+ "Return only errata of a particular type (security, bugfix, enhancement, other)": [
6621
+ ""
6436
6622
  ],
6437
6623
  "Return only packages of a particular status (upgradable or up-to-date)": [
6438
6624
  "特定ステータス (アップグレード可能または最新) のパッケージのみを返します"
@@ -6477,7 +6663,7 @@
6477
6663
  "両方とも追加可能で、現在オブジェクトに追加されているコンテンツを返します。値 'content_view_filter' がサポートされています"
6478
6664
  ],
6479
6665
  "Review": [
6480
- ""
6666
+ "確認"
6481
6667
  ],
6482
6668
  "Review affected environment": [
6483
6669
  "影響を受ける環境の確認"
@@ -6492,13 +6678,13 @@
6492
6678
  ""
6493
6679
  ],
6494
6680
  "Review and then click {submitBtnText}.": [
6495
- ""
6681
+ "確認して {submitBtnText} をクリックしてください。"
6496
6682
  ],
6497
6683
  "Review details": [
6498
6684
  "詳細を確認"
6499
6685
  ],
6500
6686
  "Review hosts": [
6501
- ""
6687
+ "ホストのプレビュー"
6502
6688
  ],
6503
6689
  "Review the information below and click ": [
6504
6690
  "以下の情報を確認して、次をクリック: "
@@ -6516,10 +6702,10 @@
6516
6702
  "ロール"
6517
6703
  ],
6518
6704
  "Rollback image": [
6519
- ""
6705
+ "ロールバックイメージ"
6520
6706
  ],
6521
6707
  "Rollback image digest": [
6522
- ""
6708
+ "ロールバックイメージダイジェスト"
6523
6709
  ],
6524
6710
  "Rolling content view": [
6525
6711
  ""
@@ -6534,16 +6720,16 @@
6534
6720
  "同期プランの実行:"
6535
6721
  ],
6536
6722
  "Run job invocation": [
6537
- ""
6723
+ "ジョブ呼び出しを実行"
6538
6724
  ],
6539
6725
  "Running": [
6540
6726
  "実行中"
6541
6727
  ],
6542
6728
  "Running image": [
6543
- ""
6729
+ "実行中のイメージ"
6544
6730
  ],
6545
6731
  "Running image digest": [
6546
- ""
6732
+ "実行中のイメージダイジェスト"
6547
6733
  ],
6548
6734
  "SKU": [
6549
6735
  "SKU"
@@ -6572,6 +6758,21 @@
6572
6758
  "Save": [
6573
6759
  "保存"
6574
6760
  ],
6761
+ "Save artifact": [
6762
+ ""
6763
+ ],
6764
+ "Save distribution references": [
6765
+ ""
6766
+ ],
6767
+ "Save publication": [
6768
+ ""
6769
+ ],
6770
+ "Save version": [
6771
+ ""
6772
+ ],
6773
+ "Save versions": [
6774
+ ""
6775
+ ],
6575
6776
  "Saving alternate content source...": [
6576
6777
  "代替コンテンツソースの保存"
6577
6778
  ],
@@ -6579,13 +6780,19 @@
6579
6780
  ""
6580
6781
  ],
6581
6782
  "Scan a flatpak remote": [
6783
+ "flatpak リモートをスキャンする"
6784
+ ],
6785
+ "Scan cdn": [
6582
6786
  ""
6583
6787
  ],
6584
- "Schema version 1": [
6788
+ "Scan remote": [
6585
6789
  ""
6586
6790
  ],
6791
+ "Schema version 1": [
6792
+ "スキーマバージョン 1"
6793
+ ],
6587
6794
  "Schema version 2": [
6588
- ""
6795
+ "スキーマバージョン 2"
6589
6796
  ],
6590
6797
  "Search": [
6591
6798
  "検索"
@@ -6594,7 +6801,7 @@
6594
6801
  "検索クエリー"
6595
6802
  ],
6596
6803
  "Search available Debian packages": [
6597
- ""
6804
+ "利用可能な Debian パッケージの検索"
6598
6805
  ],
6599
6806
  "Search available packages": [
6600
6807
  "利用可能なパッケージの検索"
@@ -6660,7 +6867,7 @@
6660
6867
  "クライアントキーの選択"
6661
6868
  ],
6662
6869
  "Select a content source first": [
6663
- ""
6870
+ "先にコンテンツソースを選択してください"
6664
6871
  ],
6665
6872
  "Select a content view": [
6666
6873
  "コンテンツビューの選択"
@@ -6672,7 +6879,7 @@
6672
6879
  "このホストを移動するには、ライフサイクル環境とコンテンツビューを選択してください。"
6673
6880
  ],
6674
6881
  "Select a lifecycle environment first": [
6675
- ""
6882
+ "最初にライフサイクル環境を選択してください"
6676
6883
  ],
6677
6884
  "Select a lifecycle environment from the available promotion paths to promote new version.": [
6678
6885
  "利用可能なプロモーションパスからライフサイクル環境を選択し、新しいバージョンをプロモートします。"
@@ -6684,10 +6891,10 @@
6684
6891
  "katello-host-tools-tracer をインストールするプロバイダーの選択"
6685
6892
  ],
6686
6893
  "Select a source": [
6687
- ""
6894
+ "ソースの選択"
6688
6895
  ],
6689
6896
  "Select action": [
6690
- ""
6897
+ "アクションの選択"
6691
6898
  ],
6692
6899
  "Select all": [
6693
6900
  "すべてを選択"
@@ -6708,16 +6915,16 @@
6708
6915
  "組織の選択"
6709
6916
  ],
6710
6917
  "Select at least one erratum.": [
6711
- ""
6918
+ "少なくとも 1 つのエラータを選択してください。"
6712
6919
  ],
6713
6920
  "Select at least one package.": [
6714
- ""
6921
+ "少なくとも 1 つのパッケージを選択してください。"
6715
6922
  ],
6716
6923
  "Select attributes for ${akDetails.name}": [
6717
- ""
6924
+ "${akDetails.name} の属性の選択"
6718
6925
  ],
6719
6926
  "Select available version of ${truncate(cvName)} to use": [
6720
- ""
6927
+ "使用する ${truncate(cvName)} の利用可能なバージョンの選択"
6721
6928
  ],
6722
6929
  "Select available version of content views to use": [
6723
6930
  "使用するコンテンツビューの利用可能なバージョンの選択"
@@ -6729,10 +6936,10 @@
6729
6936
  "環境の選択"
6730
6937
  ],
6731
6938
  "Select errata": [
6732
- ""
6939
+ "エラータの選択"
6733
6940
  ],
6734
6941
  "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts.": [
6735
- ""
6942
+ "選択したホストに適用するエラータを選択します。一部のエラータは、一部のホストにすでに適用されている場合があります。"
6736
6943
  ],
6737
6944
  "Select host collection(s) to associate with host {hostName}.": [
6738
6945
  "ホスト {hostName} に関連付けるホストコレクションを選択します。"
@@ -6753,16 +6960,16 @@
6753
6960
  "1 つを選択"
6754
6961
  ],
6755
6962
  "Select packages to install on the selected hosts. Some packages may already be installed on some hosts.": [
6756
- ""
6963
+ "選択したホストにインストールするパッケージを選択します。一部のパッケージは、一部のホストにすでにインストールされている場合があります。"
6757
6964
  ],
6758
6965
  "Select packages to install to the host {hostName}.": [
6759
6966
  "ホスト {hostName} にインストールするパッケージを選択します。"
6760
6967
  ],
6761
6968
  "Select packages to remove on the selected hosts.": [
6762
- ""
6969
+ "選択したホスト上で削除するパッケージを選択します。"
6763
6970
  ],
6764
6971
  "Select packages to upgrade to the latest version. Packages may have different versions on different hosts.": [
6765
- ""
6972
+ "最新バージョンにアップグレードするパッケージを選択します。ホストによってパッケージのバージョンが異なる場合があります。"
6766
6973
  ],
6767
6974
  "Select page": [
6768
6975
  "ページの選択"
@@ -6789,10 +6996,10 @@
6789
6996
  "ソースタイプの選択"
6790
6997
  ],
6791
6998
  "Select system purpose attributes for activation key {name}.": [
6792
- ""
6999
+ "アクティベーションキー {name} のシステム目的の属性を選択します。"
6793
7000
  ],
6794
7001
  "Select system purpose attributes for host {name}.": [
6795
- ""
7002
+ "ホスト {name} のシステム目的の属性を選択します。"
6796
7003
  ],
6797
7004
  "Select the installation media that will be used to provision this host. Choose 'Synced Content' for Synced Kickstart Repositories or 'All Media' for other media.": [
6798
7005
  "このホストのプロビジョニングに使用するインストールメディアを選択してください。同期済みの Kickstart リポジトリーには「同期済みコンテンツ」を、他のメディアには「全メディア」を選択してください。"
@@ -6804,10 +7011,10 @@
6804
7011
  "選択済みの環境 "
6805
7012
  ],
6806
7013
  "Selected errata will be applied on {hostCount} hosts": [
6807
- ""
7014
+ "選択したエラータは {hostCount} 台のホストに適用されます"
6808
7015
  ],
6809
7016
  "Selected packages will be {submitAction} on {hostCount} hosts": [
6810
- ""
7017
+ "選択したパッケージは {hostCount} 台のホストに {submitAction} されます"
6811
7018
  ],
6812
7019
  "Sending a list of included IDs is not allowed when all items are being selected.": [
6813
7020
  "すべての項目が選択されている場合、含まれる ID の一覧を送信することはできません。"
@@ -6834,7 +7041,7 @@
6834
7041
  "1 台以上のホストにコンテンツ上書きを設定します"
6835
7042
  ],
6836
7043
  "Set this HTTP proxy as the default content HTTP proxy": [
6837
- ""
7044
+ "この HTTP プロキシーをデフォルトのコンテンツ HTTP プロキシーとして設定する"
6838
7045
  ],
6839
7046
  "Set true to override to enabled; Set false to override to disabled.'": [
6840
7047
  "true に設定するとオーバーライドが有効になり、false に設定するとオーバーライドが無効になります。"
@@ -6879,10 +7086,10 @@
6879
7086
  "コンテンツビューの履歴を表示"
6880
7087
  ],
6881
7088
  "Show a flatpak remote": [
6882
- ""
7089
+ "flatpak リモートを表示する"
6883
7090
  ],
6884
7091
  "Show a flatpak remote repository": [
6885
- ""
7092
+ "flatpak リモートリポジトリーを表示する"
6886
7093
  ],
6887
7094
  "Show a host collection": [
6888
7095
  "ホストコレクションの表示"
@@ -6909,7 +7116,7 @@
6909
7116
  "すべて表示"
6910
7117
  ],
6911
7118
  "Show all repository sets": [
6912
- ""
7119
+ "全リポジトリーセットの表示"
6913
7120
  ],
6914
7121
  "Show an activation key": [
6915
7122
  "アクティベーションキーの表示"
@@ -6933,7 +7140,7 @@
6933
7140
  "説明全文の表示"
6934
7141
  ],
6935
7142
  "Show hosts associated to an activation key": [
6936
- ""
7143
+ "アクティベーションキーに関連付けられたホストを表示する"
6937
7144
  ],
6938
7145
  "Show organization": [
6939
7146
  "組織の表示"
@@ -6945,7 +7152,7 @@
6945
7152
  "コンテンツホストで利用可能なリリースを表示します"
6946
7153
  ],
6947
7154
  "Show repositories": [
6948
- ""
7155
+ "リポジトリーの表示"
6949
7156
  ],
6950
7157
  "Show repositories enabled on the host that are known to Katello": [
6951
7158
  "Katello に認識されているホストで有効化になっているリポジトリーを表示します。"
@@ -6954,7 +7161,7 @@
6954
7161
  "使用可能なリポジトリータイプの表示"
6955
7162
  ],
6956
7163
  "Show whether each lifecycle environment is associated with the given Smart Proxy id.": [
6957
- ""
7164
+ "各ライフサイクル環境が指定の Smart Proxy ID に関連付けられているかどうかを示します。"
6958
7165
  ],
6959
7166
  "Shows status of Katello system and it's subcomponents": [
6960
7167
  "Katello システムとそのサブコンポーネントのステータスを表示します"
@@ -6969,7 +7176,7 @@
6969
7176
  "'%{subject}' のシンプルコンテンツアクセスが有効になりました。"
6970
7177
  ],
6971
7178
  "Simple Content Access is the only supported content access mode": [
6972
- ""
7179
+ "サポートされているコンテンツアクセスモードは、Simple Content Access のみです"
6973
7180
  ],
6974
7181
  "Simplified": [
6975
7182
  "簡易"
@@ -6987,19 +7194,19 @@
6987
7194
  "Smart Proxy"
6988
7195
  ],
6989
7196
  "Smart proxy ID": [
6990
- ""
7197
+ "Smart Proxy ID"
6991
7198
  ],
6992
7199
  "Smart proxy IDs": [
6993
7200
  "Smart Proxy ID"
6994
7201
  ],
6995
7202
  "Smart proxy content count refresh has started in the background": [
6996
- ""
7203
+ "Smart Proxy のコンテンツ数の更新がバックグラウンドで開始しました"
6997
7204
  ],
6998
7205
  "Smart proxy content source not found!": [
6999
7206
  "Smart Proxy コンテンツソースが見つかりません!"
7000
7207
  ],
7001
7208
  "Smart proxy name": [
7002
- ""
7209
+ "Smart Proxy 名"
7003
7210
  ],
7004
7211
  "Sockets": [
7005
7212
  "ソケット"
@@ -7020,10 +7227,10 @@
7020
7227
  ""
7021
7228
  ],
7022
7229
  "Some environments are disabled because they are not associated with the host's content source.": [
7023
- ""
7230
+ "一部の環境は、ホストのコンテンツソースに関連付けられていないため無効になります。"
7024
7231
  ],
7025
7232
  "Some environments are disabled because they are not associated with the selected content source.": [
7026
- ""
7233
+ "一部の環境は、選択されたコンテンツソースに関連付けられていないため無効になります。"
7027
7234
  ],
7028
7235
  "Some hosts are not registered as content hosts and will be ignored.": [
7029
7236
  "ホストによってはコンテンツホストとして登録されていないため、無視されます。"
@@ -7035,7 +7242,7 @@
7035
7242
  "一部のサービスが適切に開始されていません。詳細は、About ページを参照してください。"
7036
7243
  ],
7037
7244
  "Something went wrong while adding a bookmark: ${getBookmarkErrorMsgs(error.response)}": [
7038
- "コンポーネントの追加中に問題が発生しました! ${getBookmarkErrorMsgs(error.response)}"
7245
+ "ブックマークの追加中に問題が発生しました! ${getBookmarkErrorMsgs(error.response)}"
7039
7246
  ],
7040
7247
  "Something went wrong while adding a filter rule! ${getResponseErrorMsgs(error.response)}": [
7041
7248
  "フィルタールールの追加中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
@@ -7056,7 +7263,7 @@
7056
7263
  "フィルタールールの削除中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
7057
7264
  ],
7058
7265
  "Something went wrong while deleting filters! ${getResponseErrorMsgs(error.response)}": [
7059
- "フィルタールールの削除中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
7266
+ "フィルターの削除中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
7060
7267
  ],
7061
7268
  "Something went wrong while deleting this filter! ${getResponseErrorMsgs(error.response)}": [
7062
7269
  "このフィルターの削除中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
@@ -7083,7 +7290,7 @@
7083
7290
  "rpm パッケージの取得中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
7084
7291
  ],
7085
7292
  "Something went wrong while getting container manifest lists! ${getResponseErrorMsgs(error.response)}": [
7086
- ""
7293
+ "コンテナーマニフェストリストの取得中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
7087
7294
  ],
7088
7295
  "Something went wrong while getting container tags! ${getResponseErrorMsgs(error.response)}": [
7089
7296
  "コンテナータグの取得中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
@@ -7116,7 +7323,7 @@
7116
7323
  "代替コンテンツソースの更新中に問題が発生しました:"
7117
7324
  ],
7118
7325
  "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}": [
7119
- ""
7326
+ "コンテンツ数の更新中に問題が発生しました: ${getResponseErrorMsgs(error.response)}"
7120
7327
  ],
7121
7328
  "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}": [
7122
7329
  "フィルタールールの削除中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
@@ -7212,10 +7419,10 @@
7212
7419
  "スタッキング ID"
7213
7420
  ],
7214
7421
  "Staged image": [
7215
- ""
7422
+ "ステージングされたイメージ"
7216
7423
  ],
7217
7424
  "Staged image digest": [
7218
- ""
7425
+ "ステージングされたイメージダイジェスト"
7219
7426
  ],
7220
7427
  "Start Date": [
7221
7428
  "開始日"
@@ -7236,7 +7443,7 @@
7236
7443
  "状態"
7237
7444
  ],
7238
7445
  "Status": [
7239
- "状態"
7446
+ "ステータス"
7240
7447
  ],
7241
7448
  "Status must be one of: %s": [
7242
7449
  "ステータスは %s のいずれかに指定する必要があります"
@@ -7281,7 +7488,7 @@
7281
7488
  "サブスクリプションマニフェスト"
7282
7489
  ],
7283
7490
  "Subscription Manifest expiration date check": [
7284
- ""
7491
+ "サブスクリプションマニフェストの有効期限の確認"
7285
7492
  ],
7286
7493
  "Subscription Manifest validity check": [
7287
7494
  "サブスクリプションマニフェストの有効性チェック"
@@ -7323,7 +7530,7 @@
7323
7530
  "サブスクリプションが見つかりません"
7324
7531
  ],
7325
7532
  "Subscription was not persisted - %{error_message}": [
7326
- "サブスクリプションが永続化されませんでした: {error_message}"
7533
+ "サブスクリプションが保存されませんでした: %{error_message}"
7327
7534
  ],
7328
7535
  "Subscriptions": [
7329
7536
  "サブスクリプション"
@@ -7347,7 +7554,7 @@
7347
7554
  "%s 台のホストが正常に追加されました。"
7348
7555
  ],
7349
7556
  "Successfully added %{count} content host(s) to host collection %{host_collection}.": [
7350
- "コンテンツホスト%{count} 台がホストコレクション {host_collection} に正常に追加されました。"
7557
+ "コンテンツホスト %{count} 台がホストコレクション %{host_collection} に正常に追加されました。"
7351
7558
  ],
7352
7559
  "Successfully changed sync plan for %s product(s)": [
7353
7560
  "%s 製品の同期プランが正常に変更されました"
@@ -7362,7 +7569,7 @@
7362
7569
  "%s 台のホストが正常に削除されました。"
7363
7570
  ],
7364
7571
  "Successfully removed %{count} content host(s) from host collection %{host_collection}.": [
7365
- "ホストコレクション {host_collection} から %{count} 台のコンテンツホストが正常に削除されました。"
7572
+ "ホストコレクション %{host_collection} から %{count} 台のコンテンツホストが正常に削除されました。"
7366
7573
  ],
7367
7574
  "Successfully synced capsule.": [
7368
7575
  "Capsule が正常に同期されました。"
@@ -7377,11 +7584,14 @@
7377
7584
  "サポートタイプ"
7378
7585
  ],
7379
7586
  "Support ended": [
7380
- ""
7587
+ "サポート終了"
7381
7588
  ],
7382
7589
  "Supported Content Types": [
7383
7590
  "サポート対象のコンテンツタイプ"
7384
7591
  ],
7592
+ "Sync": [
7593
+ ""
7594
+ ],
7385
7595
  "Sync Canceled": [
7386
7596
  "同期が取り消されました"
7387
7597
  ],
@@ -7436,6 +7646,9 @@
7436
7646
  "Sync all repositories for a product": [
7437
7647
  "製品のすべてのリポジトリーを同期します"
7438
7648
  ],
7649
+ "Sync capsule": [
7650
+ ""
7651
+ ],
7439
7652
  "Sync complete.": [
7440
7653
  "同期が完了しました。"
7441
7654
  ],
@@ -7454,9 +7667,12 @@
7454
7667
  "Sync state": [
7455
7668
  "同期の状態"
7456
7669
  ],
7457
- "Synced": [
7670
+ "Syncable export": [
7458
7671
  ""
7459
7672
  ],
7673
+ "Synced": [
7674
+ "同期されています"
7675
+ ],
7460
7676
  "Synced ": [
7461
7677
  "同期されています "
7462
7678
  ],
@@ -7503,7 +7719,7 @@
7503
7719
  "システム目的の属性の更新"
7504
7720
  ],
7505
7721
  "System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console.": [
7506
- ""
7722
+ "システム目的では、ネットワーク上でシステムの使用目的を設定して、Red Hat Hybrid Cloud Console のサブスクリプションサービスでレポートの精度を向上させることができます。"
7507
7723
  ],
7508
7724
  "Tag name": [
7509
7725
  "タグ名"
@@ -7515,13 +7731,13 @@
7515
7731
  "タスク"
7516
7732
  ],
7517
7733
  "Task ${task.humanized.action} completed with a result of ${task.result}. ${task.errors ? getErrors(task) : ''}": [
7518
- "${task.humanized.action} completed with a result of ${task.result}. ${task.errors ? getErrors(task) : ''}"
7734
+ "タスク ${task.humanized.action} ${task.result}. ${task.errors ? getErrors(task) : ''} の結果で完了しました"
7519
7735
  ],
7520
7736
  "Task ${task.humanized.action} has started.": [
7521
7737
  "タスク${task.humanized.action} が開始されました。"
7522
7738
  ],
7523
7739
  "Task ID": [
7524
- ""
7740
+ "タスク ID"
7525
7741
  ],
7526
7742
  "Task canceled": [
7527
7743
  "タスクが取り消されました"
@@ -7530,13 +7746,13 @@
7530
7746
  "タスクの詳細"
7531
7747
  ],
7532
7748
  "Task details": [
7533
- ""
7749
+ "タスクの詳細"
7534
7750
  ],
7535
7751
  "Task result": [
7536
- ""
7752
+ "タスクの結果"
7537
7753
  ],
7538
7754
  "Task state": [
7539
- ""
7755
+ "タスクの状態"
7540
7756
  ],
7541
7757
  "Temporary": [
7542
7758
  "一時的"
@@ -7548,16 +7764,16 @@
7548
7764
  "代替コンテンツソースのタイプ"
7549
7765
  ],
7550
7766
  "The Foreman Client repository is available in the host's content view environment(s). ": [
7551
- ""
7767
+ "Foreman クライアントリポジトリーが、ホストのコンテンツビュー環境で使用できる。 "
7552
7768
  ],
7553
7769
  "The Foreman Client repository is enabled. ": [
7554
- ""
7770
+ "Foreman クライアントリポジトリーが有効になっている。 "
7555
7771
  ],
7556
7772
  "The Foreman Client repository is synced. ": [
7557
- ""
7773
+ "Foreman クライアントリポジトリーが同期されている。 "
7558
7774
  ],
7559
7775
  "The Foreman Client repository set is enabled for the host. ": [
7560
- ""
7776
+ "Foreman クライアントリポジトリーセットが、ホストに対して有効になっている。 "
7561
7777
  ],
7562
7778
  "The URL to receive a session token from, e.g. used with Automation Hub.": [
7563
7779
  "セッショントークンを受信するためのURL (例: Automation Hub で使用)。"
@@ -7569,7 +7785,7 @@
7569
7785
  "実際のコンテンツファイル"
7570
7786
  ],
7571
7787
  "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions.": [
7572
- ""
7788
+ "同期時に保持するパッケージの最新バージョンの数。同期する場合はプレリリースも含まれます。デフォルト値 0 はすべてのバージョンを保持します。"
7573
7789
  ],
7574
7790
  "The content type for the Alternate Content Source": [
7575
7791
  "代替コンテンツソースのコンテンツタイプ"
@@ -7611,7 +7827,7 @@
7611
7827
  "以下のホストには、適用するエラータがあります: "
7612
7828
  ],
7613
7829
  "The following repositories provided in the import metadata have an incorrect content type or provider type. Make sure the export and import repositories are of the same type before importing\\n %{repos}": [
7614
- "インポートメタデータで提供されている以下のリポジトリーのコンテンツタイプまたはプロバイダータイプが正しくありません。インポートする前に、エクスポートリポジトリーとインポートリポジトリーが同じタイプであることを確認してください\\n %%{repos}"
7830
+ "インポートメタデータで提供されている以下のリポジトリーのコンテンツタイプまたはプロバイダータイプが正しくありません。インポートする前に、エクスポートリポジトリーとインポートリポジトリーが同じタイプであることを確認してください\\n %{repos}"
7615
7831
  ],
7616
7832
  "The generated container repository name is invalid. Please review the lifecycle environment's registry name pattern. It may be caused by special characters in the components that make up the name, like the organization.": [
7617
7833
  ""
@@ -7656,7 +7872,7 @@
7656
7872
  "保持する各パッケージのバージョンの最大数。"
7657
7873
  ],
7658
7874
  "The number of days remaining in a subscription before you will be reminded about renewing it. Also used for manifest expiration warnings.": [
7659
- ""
7875
+ "サブスクリプションの更新を通知するときのサブスクリプションの残り日数。マニフェストの有効期限の警告にも使用されます。"
7660
7876
  ],
7661
7877
  "The number of items fetched from a single paged Pulp API call.": [
7662
7878
  "1 ページの Pulp API 呼び出しからフェッチされたアイテムの数。"
@@ -7668,7 +7884,7 @@
7668
7884
  "結果を並べ替える順序。['asc'、'desc']。デフォルトは 'desc' です。"
7669
7885
  ],
7670
7886
  "The organization's manifest does not contain the subscriptions required to enable the following repositories.\\n %{repos}": [
7671
- "組織のマニフェストには、以下のリポジトリーの有効化に必要なサブスクリプションが含まれていません。\\n %%{repos}"
7887
+ "組織のマニフェストには、以下のリポジトリーの有効化に必要なサブスクリプションが含まれていません。\\n %{repos}"
7672
7888
  ],
7673
7889
  "The page you are attempting to access requires selecting a specific organization.": [
7674
7890
  "アクセス先のページには、特定の組織を選択する必要があります。"
@@ -7677,11 +7893,14 @@
7677
7893
  "パス %{real_path} は、有効なリポジトリーではないようです。これがエラーだと思われる場合には、マニフェストを更新してみてください。"
7678
7894
  ],
7679
7895
  "The promotion of %{content_view} to %{environment} has completed. %{count} errata are available to your hosts.": [
7680
- "%{content_view} から %{environment} のプロモートが完了しました。エラータ %{count} 件がホストで利用できます。"
7896
+ "%{content_view} から %{environment} へのプロモートが完了しました。エラータ %{count} 件をホストで利用できます。"
7681
7897
  ],
7682
7898
  "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts.": [
7683
7899
  "%{content_view} から <b>%{environment}</b> へのプロモートが完了しました。必要なエラータ %{count} 件をホストにインストールできます。"
7684
7900
  ],
7901
+ "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.": [
7902
+ ""
7903
+ ],
7685
7904
  "The repository is already enabled": [
7686
7905
  "リポジトリー がすでに有効にされています"
7687
7906
  ],
@@ -7704,7 +7923,7 @@
7704
7923
  "選択したキックスタートリポジトリーは、割り当てられたコンテンツビュー、ライフサイクル環境、コンテンツソース、オペレーティングシステム、アーキテクチャーに含まれていません。"
7705
7924
  ],
7706
7925
  "The selected lifecycle environment contains no activation keys": [
7707
- ""
7926
+ "選択したライフサイクル環境にアクティベーションキーが含まれていません"
7708
7927
  ],
7709
7928
  "The selected/Inherited Content View is not available for this Lifecycle Environment": [
7710
7929
  "このライフサイクル環境では、選択したコンテンツビュー/継承したコンテンツビューは利用できません"
@@ -7731,7 +7950,7 @@
7731
7950
  "アップロードするコンテンツのタイプ (srpm、file など)。アップロード可能なタイプは、/katello/api/repositories/repository_types で確認できます。"
7732
7951
  ],
7733
7952
  "The value will be available in templates as @host.params['kt_activation_keys']": [
7734
- ""
7953
+ "値は、テンプレートで @host.params['kt_activation_keys'] という形で使用できるようになります"
7735
7954
  ],
7736
7955
  "There are no Manifests to display": [
7737
7956
  "表示するマニフェストはありません。"
@@ -7761,7 +7980,7 @@
7761
7980
  "クリーンアップするダウンロード済みのコンテンツはありません。"
7762
7981
  ],
7763
7982
  "There is no manifest history to display.": [
7764
- ""
7983
+ "表示するマニフェスト履歴がありません。"
7765
7984
  ],
7766
7985
  "There is no such HTTP proxy": [
7767
7986
  "そのような HTTP プロキシーはありません"
@@ -7803,7 +8022,7 @@
7803
8022
  "このアクションはパッケージグループに対応していません"
7804
8023
  ],
7805
8024
  "This action should only be taken for debugging purposes.": [
7806
- ""
8025
+ "この操作はデバッグ目的でのみ実行してください。"
7807
8026
  ],
7808
8027
  "This action should only be taken in extreme circumstances or for debugging purposes.": [
7809
8028
  "この操作は、特殊な状況またはデバッグの目的でのみ実行する必要があります。"
@@ -7821,7 +8040,7 @@
7821
8040
  "このコンテンツビューバージョンには履歴がありません。"
7822
8041
  ],
7823
8042
  "This content view version is used in one or more multi-environment hosts. The version will simply be removed from the multi-environment hosts. The content view and lifecycle environment you select here will only apply to single-environment hosts. See hammer activation-key --help for more details.": [
7824
- ""
8043
+ "このコンテンツビューバージョンは、1 つ以上のマルチ環境ホストで使用されます。バージョンは、マルチ環境ホストから削除されます。ここで選択したコンテンツビューとライフサイクル環境は、単一環境ホストにのみ影響があります。詳細は、hammer activation-key --help を参照してください。"
7825
8044
  ],
7826
8045
  "This content view will be automatically updated to the latest version.": [
7827
8046
  "このコンテンツビューは、最新バージョンに自動的に更新されます。"
@@ -7830,13 +8049,13 @@
7830
8049
  "このコンテンツビューは削除されます。変更は、削除 をクリックした後に有効になります。"
7831
8050
  ],
7832
8051
  "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode.": [
7833
- ""
8052
+ "このエンドポイントは非推奨であり、今後のリリースで削除される予定です。サポートされているコンテンツアクセスモードは、Simple Content Access のみです。"
7834
8053
  ],
7835
8054
  "This endpoint is primarily designed for UI interactions and uploading content into the repository. For API-based uploads, please use the 'content_uploads' endpoint instead.": [
7836
- ""
8055
+ "このエンドポイントは、主に UI の操作とリポジトリーへのコンテンツのアップロード用に設計されています。API ベースのアップロードの場合は、代わりに 'content_uploads' エンドポイントを使用してください。"
7837
8056
  ],
7838
8057
  "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.": [
7839
- ""
8058
+ "この環境は、1 つ以上のマルチ環境アクティベーションキーで使用されています。この環境は単に、マルチ環境キーから削除されるだけです。ここで選択したコンテンツビューとライフサイクル環境は、単一環境アクティベーションキーにのみ影響があります。詳細は、hammer activation-key --help を参照してください。"
7840
8059
  ],
7841
8060
  "This erratum is not installable because it is not in this host's assigned content view environments.": [
7842
8061
  ""
@@ -7848,10 +8067,10 @@
7848
8067
  "このホストにはパッケージがありません。"
7849
8068
  ],
7850
8069
  "This host has errata that are applicable, but not installable. Adjust your filters and try again.": [
7851
- ""
8070
+ "このホストには適用可能なエラータがありますが、インストールできません。フィルターを調節してもう一度お試しください。"
7852
8071
  ],
7853
8072
  "This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments.": [
7854
- ""
8073
+ "このホストは複数のコンテンツビュー環境に関連付けられています。ここでライフサイクル環境とコンテンツビューを割り当てると、このホストは他の環境から削除されます。"
7855
8074
  ],
7856
8075
  "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled.": [
7857
8076
  "このホストの組織はシンプルコンテンツアクセスモードです。サブスクリプションのアタッチが無効になっています。"
@@ -7881,7 +8100,7 @@
7881
8100
  "これは、リンクされたリポジトリーではありません"
7882
8101
  ],
7883
8102
  "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
7884
- ""
8103
+ "このページには、この組織のサブスクリプションマニフェストから利用可能なサブスクリプションが表示されます。{br} サブスクリプションの全体的な使用状況の詳細は、{subscriptionsService} を参照してください。"
7885
8104
  ],
7886
8105
  "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
7887
8106
  "このリポジトリーは推奨されていません。使用する前に、 %(anchorBegin)sドキュメント%(anchorEnd)s を追加で参照してください。"
@@ -7914,13 +8133,16 @@
7914
8133
  "これにより、詳細、リポジトリー、およびフィルターを含め {cv} のコピーが作成されます。履歴、タスク、およびバージョン等の生成されたデータはコピーされません。"
7915
8134
  ],
7916
8135
  "This will update the content view environments for {hosts}.": [
7917
- ""
8136
+ "これにより、{hosts} のコンテンツビュー環境が更新されます。"
7918
8137
  ],
7919
8138
  "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned.": [
8139
+ "リポジトリー内に含まれず、アクセスされていないコンテンツを孤立したコンテンツとみなすまでの時間 (分)。"
8140
+ ],
8141
+ "Time in minutes before registry access tokens expire.": [
7920
8142
  ""
7921
8143
  ],
7922
8144
  "Time to expire yum metadata in seconds. Only relevant for custom yum repositories.": [
7923
- ""
8145
+ "yum メタデータを期限切れになる時間 (秒単位)。対象は、カスタムの yum リポジトリーのみです。"
7924
8146
  ],
7925
8147
  "Timeout when refreshing a manifest (in seconds)": [
7926
8148
  "マニフェストの更新時のタイムアウト (秒単位)"
@@ -7932,40 +8154,43 @@
7932
8154
  "タイトル"
7933
8155
  ],
7934
8156
  "To change content view environments, a specific organization must be selected from the organization context.": [
7935
- ""
8157
+ "コンテンツビュー環境を変更するには、組織コンテキストから特定の組織を選択する必要があります。"
7936
8158
  ],
7937
8159
  "To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system.": [
7938
- ""
8160
+ "同期コンテンツオプションを有効にするには、このホストが、選択したアーキテクチャーおよびオペレーティングシステム用の同期済みキックスタートリポジトリーを含むコンテンツソース、コンテンツビュー、およびライフサイクル環境を使用している必要があります。"
7939
8161
  ],
7940
8162
  "To enable them, add the environment to the content source, or select a different content source.": [
7941
- ""
8163
+ "環境を有効にするには、環境を別のコンテンツソースに追加するか、別のコンテンツソースを選択します。"
7942
8164
  ],
7943
8165
  "To enable them, add the environment to the host's content source, or ": [
7944
- ""
8166
+ "環境を有効にするには、その環境をホストのコンテンツソースに追加するか、"
7945
8167
  ],
7946
8168
  "To finish the process of changing the content source, run the following script manually on {hosts}.": [
7947
- ""
8169
+ "コンテンツソースの変更プロセスを完了するには、次のスクリプトを {hosts} で手動で実行します。"
7948
8170
  ],
7949
8171
  "To get started, add a filter rule to this filter": [
7950
- ""
8172
+ "まず、フィルタールールをこのフィルターに追加します。"
7951
8173
  ],
7952
8174
  "To get started, add this host to a host collection.": [
7953
8175
  "まず、このホストをホストコレクションに追加します。"
7954
8176
  ],
7955
8177
  "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories.": [
7956
- ""
8178
+ "コンテンツビューから特定のコンテンツを追加または除外するには、フィルターを作成します。フィルターを使用しない場合は、コンテンツビューには追加したリポジトリーにあるものがすべて含まれます。"
7957
8179
  ],
7958
8180
  "To manage host content overrides, a specific organization must be selected from the organization context.": [
7959
8181
  ""
7960
8182
  ],
7961
8183
  "To manage host packages, a specific organization must be selected from the organization context.": [
7962
- ""
8184
+ "ホストパッケージを管理するには、組織コンテキストから特定の組織を選択する必要があります。"
7963
8185
  ],
7964
8186
  "To manage packages, select an action.": [
8187
+ "パッケージを管理するには、アクションを選択してください。"
8188
+ ],
8189
+ "Toggle": [
7965
8190
  ""
7966
8191
  ],
7967
8192
  "Token/password for the flatpak remote": [
7968
- ""
8193
+ "flatpak リモートのトークン/パスワード"
7969
8194
  ],
7970
8195
  "Total steps: ": [
7971
8196
  "ステップ合計数: "
@@ -8088,7 +8313,7 @@
8088
8313
  "接続できません。結果: %s"
8089
8314
  ],
8090
8315
  "Unable to create ContentViewEnvironment. Check the logs for more information.": [
8091
- ""
8316
+ "ContentViewEnvironment を作成できません。詳細は、ログを確認してください。"
8092
8317
  ],
8093
8318
  "Unable to delete any alternate content source. You either do not have the permission to delete, or none of the alternate content sources exist.": [
8094
8319
  "代替コンテンツソースを削除できません。削除するパーミッションがないか、代替コンテンツソースが存在しません。"
@@ -8099,6 +8324,12 @@
8099
8324
  "Unable to detect puppet path": [
8100
8325
  "Puppet パスを検出できません"
8101
8326
  ],
8327
+ "Unable to find a base content view to use for incremental export using the provided parameters:%{params}": [
8328
+ ""
8329
+ ],
8330
+ "Unable to find a base content view to use for incremental export. Please run a complete export instead.": [
8331
+ ""
8332
+ ],
8102
8333
  "Unable to find a content view with ID %s": [
8103
8334
  ""
8104
8335
  ],
@@ -8114,12 +8345,6 @@
8114
8345
  "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. ": [
8115
8346
  "メタデータで指定されたコンテンツビュー '%{name}' にインポートできません。コンテンツビューの 'import_only' 属性は false に設定されています。このコンテンツビューをインポート可能としてマークするには、システム管理者がサーバーで以下のコマンドを実行する必要があります。 "
8116
8347
  ],
8117
- "Unable to incrementally export. Do a Full Export on the library content before updating from the latest increment.": [
8118
- "増分エクスポートできません。最新の増分から更新する前に、ライブラリーコンテンツを完全にエクスポートします。"
8119
- ],
8120
- "Unable to incrementally export. Do a Full Export on the repository content.": [
8121
- "増分エクスポートできません。リポジトリーコンテンツでの完全なエクスポートを実行してください。"
8122
- ],
8123
8348
  "Unable to reassign activation_keys. Please check activation_key_content_view_id and activation_key_environment_id.": [
8124
8349
  "activation_keys の再割り当てを実行できません。activation_key_content_view_id と activation_key_environment_id を確認してください。"
8125
8350
  ],
@@ -8133,7 +8358,7 @@
8133
8358
  "システムの再割り当てを実行できません。system_content_view_id と system_environment_id を確認してください。"
8134
8359
  ],
8135
8360
  "Unable to refresh any alternate content source. You either do not have the permission to refresh, or no alternate content sources exist.": [
8136
- ""
8361
+ "代替コンテンツソースを更新できません。更新するパーミッションがないか、代替コンテンツソースが存在しません。"
8137
8362
  ],
8138
8363
  "Unable to refresh any alternate content source. You either do not have the permission to refresh, or none of the alternate content sources exist.": [
8139
8364
  "代替コンテンツソースを更新できません。更新するパーミッションがないか、代替コンテンツソースが存在しません。"
@@ -8148,7 +8373,7 @@
8148
8373
  "リポジトリーを同期できません。このリポジトリーにはフィード URL がありません。"
8149
8374
  ],
8150
8375
  "Unable to sync repo. This repository is not a library instance repository.": [
8151
- ""
8376
+ "リポジトリーを同期できません。このリポジトリーはライブラリーインスタンスリポジトリーではありません。"
8152
8377
  ],
8153
8378
  "Unable to synchronize any repository. You either do not have the permission to synchronize or the selected repositories do not have a feed url.": [
8154
8379
  "リポジトリーを同期できません。同期する権限がないか、または選択されたリポジトリーにフィード URL がないかのいずれかです。"
@@ -8186,6 +8411,12 @@
8186
8411
  "Unknown errata status": [
8187
8412
  "不明なエラータステータス"
8188
8413
  ],
8414
+ "Unknown library export format '%s'.": [
8415
+ ""
8416
+ ],
8417
+ "Unknown repository export format '%s'.": [
8418
+ ""
8419
+ ],
8189
8420
  "Unknown traces status": [
8190
8421
  "不明なトレースステータス"
8191
8422
  ],
@@ -8223,7 +8454,7 @@
8223
8454
  "CDN 設定の更新"
8224
8455
  ],
8225
8456
  "Update Content Counts": [
8226
- ""
8457
+ "コンテンツ数の更新"
8227
8458
  ],
8228
8459
  "Update Content Overrides": [
8229
8460
  "コンテンツ上書きの更新"
@@ -8250,7 +8481,7 @@
8250
8481
  "フィルタールールの更新。組み込まれるパラメーターはフィルタータイプに基づくものでなければなりません。"
8251
8482
  ],
8252
8483
  "Update a flatpak remote": [
8253
- ""
8484
+ "flatpak リモートを更新する"
8254
8485
  ],
8255
8486
  "Update a host collection": [
8256
8487
  "ホストコレクションの更新"
@@ -8274,15 +8505,27 @@
8274
8505
  "組織内の環境を更新"
8275
8506
  ],
8276
8507
  "Update content counts for the smart proxy": [
8508
+ "Smart Proxy のコンテンツ数を更新します"
8509
+ ],
8510
+ "Update content urls": [
8277
8511
  ""
8278
8512
  ],
8279
8513
  "Update content view environments for host": [
8280
- ""
8514
+ "ホストのコンテンツビュー環境の更新"
8281
8515
  ],
8282
8516
  "Update content view environments for host %s": [
8517
+ "ホスト %s のコンテンツビュー環境の更新"
8518
+ ],
8519
+ "Update distributions": [
8283
8520
  ""
8284
8521
  ],
8285
8522
  "Update hosts manually": [
8523
+ "ホストの手動更新"
8524
+ ],
8525
+ "Update http proxy": [
8526
+ ""
8527
+ ],
8528
+ "Update http proxy details": [
8286
8529
  ""
8287
8530
  ],
8288
8531
  "Update installed packages, enabled repos, module inventory": [
@@ -8300,12 +8543,21 @@
8300
8543
  "Update packages via Katello interface": [
8301
8544
  "Katello インターフェイスでのパッケージの更新"
8302
8545
  ],
8546
+ "Update redhat repository": [
8547
+ ""
8548
+ ],
8303
8549
  "Update release version for host": [
8304
8550
  "ホストのリリースバージョンの更新"
8305
8551
  ],
8306
8552
  "Update release version for host %s": [
8307
8553
  "ホスト %s のリリースバージョンの更新"
8308
8554
  ],
8555
+ "Update remote": [
8556
+ ""
8557
+ ],
8558
+ "Update repository": [
8559
+ ""
8560
+ ],
8309
8561
  "Update services requiring restart": [
8310
8562
  "再起動が必要なサービスの更新"
8311
8563
  ],
@@ -8319,7 +8571,7 @@
8319
8571
  "指定されたホストのコンテンツソースを更新し、再設定スクリプトを生成します"
8320
8572
  ],
8321
8573
  "Update the host immediately via remote execution": [
8322
- ""
8574
+ "リモート実行でホストをすぐに更新します"
8323
8575
  ],
8324
8576
  "Update the information about enabled repositories": [
8325
8577
  "有効なリポジトリーの情報を更新する"
@@ -8346,10 +8598,10 @@
8346
8598
  "製品の更新"
8347
8599
  ],
8348
8600
  "Updates available: Component content view versions have been updated.": [
8349
- ""
8601
+ "更新が利用可能: コンポーネントのコンテンツビューバージョンが更新されました。"
8350
8602
  ],
8351
8603
  "Updates available: Repositories and/or filters have changed.": [
8352
- ""
8604
+ "更新が利用可能: リポジトリーやフィルターが変更されました。"
8353
8605
  ],
8354
8606
  "Updating Package...": [
8355
8607
  "パッケージを更新しています..."
@@ -8376,10 +8628,10 @@
8376
8628
  "アップグレード"
8377
8629
  ],
8378
8630
  "Upgrade all packages": [
8379
- ""
8631
+ "すべてのパッケージのアップグレード"
8380
8632
  ],
8381
8633
  "Upgrade packages": [
8382
- ""
8634
+ "パッケージのアップグレード"
8383
8635
  ],
8384
8636
  "Upgrade via customized remote execution": [
8385
8637
  "カスタマイズされたリモート実行によるアップグレード"
@@ -8396,15 +8648,24 @@
8396
8648
  "Upload a subscription manifest": [
8397
8649
  "サブスクリプションマニフェストのアップロード"
8398
8650
  ],
8651
+ "Upload content": [
8652
+ ""
8653
+ ],
8654
+ "Upload file": [
8655
+ ""
8656
+ ],
8399
8657
  "Upload into": [
8400
8658
  "アップロード先"
8401
8659
  ],
8402
8660
  "Upload package / repos profile": [
8403
- ""
8661
+ "パッケージ/リポジトリープロファイルのアップロード"
8404
8662
  ],
8405
8663
  "Upload request id": [
8406
8664
  "要求 ID のアップロード"
8407
8665
  ],
8666
+ "Upload tag": [
8667
+ ""
8668
+ ],
8408
8669
  "Upstream Candlepin": [
8409
8670
  "アップストリーム Candlepin"
8410
8671
  ],
@@ -8418,7 +8679,7 @@
8418
8679
  "リポジトリー URL を指定する場合には、アップストリーム名を空白にすることはできません。"
8419
8680
  ],
8420
8681
  "Upstream authentication token string for yum repositories.": [
8421
- ""
8682
+ "yum リポジトリーのアップストリーム認証トークン文字列。"
8422
8683
  ],
8423
8684
  "Upstream foreman server to sync CDN content from. Relevant only for 'upstream_server' type.": [
8424
8685
  "CDN コンテンツの同期元となるアップストリームの Foreman サーバーです。'upstream_server' タイプにのみ必要です。"
@@ -8496,7 +8757,7 @@
8496
8757
  "認証用のユーザー名。'upstream_server' タイプにのみ必要です。"
8497
8758
  ],
8498
8759
  "Username for the flatpak remote": [
8499
- ""
8760
+ "flatpak リモートのユーザー名"
8500
8761
  ],
8501
8762
  "Username of the upstream repository user used for authentication": [
8502
8763
  "認証に使用するアップストリームリポジトリーユーザーのユーザー名"
@@ -8511,10 +8772,10 @@
8511
8772
  "アップストリームの Foreman サーバーを使用する場合は、ユーザー名、パスワード、アップストリーム組織ラベル、および SSL CA 認証情報が必要です。"
8512
8773
  ],
8513
8774
  "Validate host/lifecycle environment/content source coherence": [
8514
- ""
8775
+ "ホスト/ライフサイクル環境/コンテンツソースの一貫性を検証する"
8515
8776
  ],
8516
8777
  "Validate that a host's assigned lifecycle environment is synced by the smart proxy from which the host will get its content. Applies only to API requests; does not affect web UI checks": [
8517
- ""
8778
+ "ホストの割り当てられたライフサイクル環境が、ホストのコンテンツ取得元の Smart Proxy によって同期されていることを検証します。API リクエストにのみ適用され、Web UI チェックには影響しません"
8518
8779
  ],
8519
8780
  "Value must either be a boolean or 'default' for 'enabled'": [
8520
8781
  "値は、ブール値またはデフォルト (「有効」) のいずれかである必要があります"
@@ -8522,23 +8783,26 @@
8522
8783
  "Verify SSL": [
8523
8784
  "SSL の確認"
8524
8785
  ],
8525
- "Verify checksum for content on smart proxy": [
8786
+ "Verify checksum": [
8526
8787
  ""
8527
8788
  ],
8789
+ "Verify checksum for content on smart proxy": [
8790
+ "Smart Proxy 上のコンテンツのチェックサムを確認する"
8791
+ ],
8528
8792
  "Verify checksum for one or more products": [
8529
8793
  "1 つ以上の製品のチェックサムを確認します"
8530
8794
  ],
8531
8795
  "Verify checksum of repositories in %{name} %{version}": [
8532
- ""
8796
+ "%{name} %{version} リポジトリーのチェックサムを確認する"
8533
8797
  ],
8534
8798
  "Verify checksum of repository contents": [
8535
8799
  "リポジトリーの内容のチェックサムを確認する"
8536
8800
  ],
8537
8801
  "Verify checksum of repository contents in the content view version": [
8538
- ""
8802
+ "コンテンツビューバージョンのリポジトリーコンテンツのチェックサムを確認する"
8539
8803
  ],
8540
8804
  "Verify checksum of version repositories": [
8541
- ""
8805
+ "バージョンリポジトリーのチェックサムを確認する"
8542
8806
  ],
8543
8807
  "Version": [
8544
8808
  "バージョン"
@@ -8550,13 +8814,13 @@
8550
8814
  "バージョン ${item.version}"
8551
8815
  ],
8552
8816
  "Version ${version.version}": [
8553
- "${version.version} バージョン $"
8817
+ "バージョン ${version.version}"
8554
8818
  ],
8555
8819
  "Version ${versionNameToRemove} will be deleted from all environments. It will no longer be available for promotion.": [
8556
- "バージョン {versionNameToRemove} は、すべての環境から削除されます。プロモーションの対象ではなくなります。"
8820
+ "バージョン ${versionNameToRemove} は、すべての環境から削除されます。プロモーションの対象ではなくなります。"
8557
8821
  ],
8558
8822
  "Version ${versionNameToRemove} will be deleted from the listed environments. It will no longer be available for promotion.": [
8559
- "バージョン {versionNameToRemove} は、一覧表示された環境から削除されます。プロモーションの対象ではなくなります。"
8823
+ "バージョン ${versionNameToRemove} は、一覧表示された環境から削除されます。プロモーションの対象ではなくなります。"
8560
8824
  ],
8561
8825
  "Version ${versionOne}": [
8562
8826
  "バージョン ${versionOne}"
@@ -8589,34 +8853,34 @@
8589
8853
  "ビュー %{view} は %{env} にプロモートされていません。"
8590
8854
  ],
8591
8855
  "View Filters": [
8592
- ""
8856
+ "フィルターの表示"
8593
8857
  ],
8594
8858
  "View Subscription Usage": [
8595
8859
  "サブスクリプションの使用状況の表示"
8596
8860
  ],
8597
8861
  "View a report of the affected hosts": [
8598
- "影響を受けるホストのレポートを表示します"
8862
+ "影響を受けるホストのレポートの表示"
8599
8863
  ],
8600
8864
  "View applicable errata": [
8601
- ""
8865
+ "適用可能なエラータの表示"
8602
8866
  ],
8603
8867
  "View by": [
8604
8868
  "表示"
8605
8869
  ],
8606
8870
  "View content views": [
8607
- ""
8871
+ "コンテンツビューの表示"
8608
8872
  ],
8609
8873
  "View details": [
8610
8874
  ""
8611
8875
  ],
8612
8876
  "View documentation": [
8613
- ""
8877
+ "ドキュメントの表示"
8614
8878
  ],
8615
8879
  "View matching content": [
8616
8880
  "マッチするコンテンツの表示"
8617
8881
  ],
8618
8882
  "View sync status": [
8619
- ""
8883
+ "同期ステータスの表示"
8620
8884
  ],
8621
8885
  "View tasks ": [
8622
8886
  "タスクの表示 "
@@ -8637,7 +8901,7 @@
8637
8901
  "仮想ホスト"
8638
8902
  ],
8639
8903
  "WARNING: Simple Content Access will be required for all organizations in Katello 4.12.": [
8640
- ""
8904
+ "警告: Simple Content Access は、Katello 4.12 ですべての組織に必須となる予定です。"
8641
8905
  ],
8642
8906
  "Waiting to start.": [
8643
8907
  "開始を待機中です。"
@@ -8673,7 +8937,7 @@
8673
8937
  "ディスクにリポジトリーを再生成するかどうか。デフォルト: true"
8674
8938
  ],
8675
8939
  "Whether or not to return filters applied to the content view version": [
8676
- ""
8940
+ "コンテンツビューバージョンに適用されるフィルターを返すかどうか"
8677
8941
  ],
8678
8942
  "Whether or not to show all results": [
8679
8943
  "すべての結果を表示するかどうか"
@@ -8715,13 +8979,13 @@
8715
8979
  "組織の parent_id を設定できません。この機能は無効にされています。"
8716
8980
  ],
8717
8981
  "You currently don't have any ${selectedContentType}.": [
8718
- "現在、{selectedContentType} はありません。"
8982
+ "現在、${selectedContentType} はありません。"
8719
8983
  ],
8720
8984
  "You currently don't have any alternate content sources.": [
8721
8985
  "現時点で、代替コンテンツソースはありません。"
8722
8986
  ],
8723
8987
  "You currently don't have any related content views.": [
8724
- ""
8988
+ "現在、関連するコンテンツビューはありません。"
8725
8989
  ],
8726
8990
  "You currently don't have any repositories associated with this content.": [
8727
8991
  "現在、このコンテンツに関連付けられているリポジトリーはありません。"
@@ -8730,7 +8994,7 @@
8730
8994
  "現在、このフィルターに追加するリポジトリーはありません。"
8731
8995
  ],
8732
8996
  "You currently have no content views to display": [
8733
- ""
8997
+ "現在、表示するコンテンツビューがありません"
8734
8998
  ],
8735
8999
  "You do not have permissions to delete %s": [
8736
9000
  "%s を削除する権限がありません。"
@@ -8745,7 +9009,7 @@
8745
9009
  "保存されていない変更があります。変更を保存せずに終了しますか?"
8746
9010
  ],
8747
9011
  "You must select at least one host.": [
8748
- ""
9012
+ "少なくとも 1 つのホストを選択する必要があります。"
8749
9013
  ],
8750
9014
  "You were not allowed to add %s": [
8751
9015
  "%s を追加できません"
@@ -8763,13 +9027,13 @@
8763
9027
  "%(entitlementCount)s 件のエンタイトルメントに変更を加えています"
8764
9028
  ],
8765
9029
  "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest.": [
8766
- ""
9030
+ "マニフェストが {expirationDate} に有効期限切れになります。Red Hat コンテンツを引き続き使用するには、新しいマニフェストをインポートしてください。"
8767
9031
  ],
8768
9032
  "Your manifest has expired. To continue using Red Hat content, import a new manifest.": [
8769
- ""
9033
+ "マニフェストの有効期限が切れています。Red Hat コンテンツを引き続き使用するには、新しいマニフェストをインポートしてください。"
8770
9034
  ],
8771
9035
  "Your manifest will expire in {daysMessage}. To extend the expiration date, refresh your manifest. Or, if your Foreman is disconnected, import a new manifest.": [
8772
- ""
9036
+ "マニフェストが {daysMessage} 後に有効期限切れになります。有効期限を延長するには、マニフェストを更新してください。Foreman が接続されていない場合は、新しいマニフェストをインポートしてください。"
8773
9037
  ],
8774
9038
  "Your search query was invalid. Please revise it and try again. The full error has been sent to the application logs.": [
8775
9039
  "検索クエリーが無効でした。確認してからもう一度お試しください。このエラーの詳細はアプリケーションログに送信されました。"
@@ -8793,7 +9057,7 @@
8793
9057
  "検索条件にマッチするホストはありませんでした。"
8794
9058
  ],
8795
9059
  "Your search returned no matching non-modular RPMs.": [
8796
- ""
9060
+ "検索条件にマッチする非モジュラーストリームはありませんでした。"
8797
9061
  ],
8798
9062
  "Yum": [
8799
9063
  "Yum"
@@ -8832,7 +9096,7 @@
8832
9096
  "アクションが見つかりません"
8833
9097
  ],
8834
9098
  "activation key": [
8835
- ""
9099
+ "アクティベーションキー"
8836
9100
  ],
8837
9101
  "activation key identifier": [
8838
9102
  "アクティベーションキー ID"
@@ -8886,7 +9150,7 @@
8886
9150
  ""
8887
9151
  ],
8888
9152
  "attempted to sync a non-library repository.": [
8889
- ""
9153
+ "非ライブラリーリポジトリーの同期が試行されました。"
8890
9154
  ],
8891
9155
  "attempted to sync without a feed URL": [
8892
9156
  "フィード URL なしで同期が試行されました"
@@ -8898,10 +9162,10 @@
8898
9162
  "リポジトリー検出を実行するベース URL"
8899
9163
  ],
8900
9164
  "bug fix": [
8901
- ""
9165
+ "バグ修正"
8902
9166
  ],
8903
9167
  "bug fixes": [
8904
- ""
9168
+ "バグ修正"
8905
9169
  ],
8906
9170
  "bulk add filter rules": [
8907
9171
  "フィルタールールの一括追加"
@@ -8949,7 +9213,7 @@
8949
9213
  "ホストが無制限に設定されているため設定できません"
8950
9214
  ],
8951
9215
  "cannot be set for repositories without 'Additive' mirroring policy.": [
8952
- ""
9216
+ "'Additive' のミラーリングポリシーのないリポジトリーには設定できません。"
8953
9217
  ],
8954
9218
  "cannot contain characters other than ascii alpha numerals, '_', '-'. ": [
8955
9219
  "ASCII 英数字、アンダースコア (_)、ハイフン (-) 以外の文字を含めることはできません。 "
@@ -8967,7 +9231,7 @@
8967
9231
  "%s 文字以下にしてください"
8968
9232
  ],
8969
9233
  "change the host's content source.": [
8970
- ""
9234
+ "ホストのコンテンツソースを変更します。"
8971
9235
  ],
8972
9236
  "checking %s task status": [
8973
9237
  "%s タスクステータスの確認"
@@ -8991,7 +9255,7 @@
8991
9255
  "コンテンツタイプ ('deb'、'docker_manifest'、'file'、'ostree_ref'、'rpm'、'srpm')"
8992
9256
  ],
8993
9257
  "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')": [
8994
- ""
9258
+ "コンテンツタイプ ('deb'、'file'、'ostree_ref'、'rpm'、'srpm')"
8995
9259
  ],
8996
9260
  "content view component ID. Identifier of the component association": [
8997
9261
  "コンテンツビューコンポーネント ID。コンポーネントの関連付けの ID"
@@ -9036,16 +9300,16 @@
9036
9300
  "比較するコンテンツビューバージョン"
9037
9301
  ],
9038
9302
  "create a custom product": [
9039
- ""
9303
+ "カスタム製品の作成"
9040
9304
  ],
9041
9305
  "create a filter for a content view": [
9042
9306
  "コンテンツビューのフィルターを作成します"
9043
9307
  ],
9044
9308
  "day": [
9045
- ""
9309
+ ""
9046
9310
  ],
9047
9311
  "days": [
9048
- ""
9312
+ ""
9049
9313
  ],
9050
9314
  "deb, package, package group, or docker tag names": [
9051
9315
  "deb、パッケージ、パッケージグループ、または Docker タグ名"
@@ -9054,7 +9318,7 @@
9054
9318
  "deb_ids は配列ではありません"
9055
9319
  ],
9056
9320
  "deb_names_for_job_template: Action must be one of %s": [
9057
- ""
9321
+ "deb_names_for_job_template: アクションは %s のいずれかでなければなりません"
9058
9322
  ],
9059
9323
  "delete a filter": [
9060
9324
  "フィルターを削除します。"
@@ -9078,16 +9342,16 @@
9078
9342
  "ディスク"
9079
9343
  ],
9080
9344
  "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')": [
9081
- ""
9345
+ "deb、docker、ファイル、yum リポジトリーのダウンロードポリシー ('即時' または 'オンデマンド')"
9082
9346
  ],
9083
9347
  "enables or disables synchronization": [
9084
9348
  "同期の有効化または無効化"
9085
9349
  ],
9086
9350
  "enhancement": [
9087
- ""
9351
+ "機能強化"
9088
9352
  ],
9089
9353
  "enhancements": [
9090
- ""
9354
+ "機能強化"
9091
9355
  ],
9092
9356
  "environment identifier": [
9093
9357
  "環境 ID"
@@ -9117,7 +9381,7 @@
9117
9381
  "エラータ: ID またはすべてのオブジェクトを選択"
9118
9382
  ],
9119
9383
  "erratum: allow types not matching a valid errata type": [
9120
- ""
9384
+ "エラータ: 有効なエラータ型と一致しない型を許可する"
9121
9385
  ],
9122
9386
  "erratum: end date (YYYY-MM-DD)": [
9123
9387
  "エラータ: 終了日 (YYYY-MM-DD)"
@@ -9159,7 +9423,7 @@
9159
9423
  "この名前を含む環境のみをフィルター"
9160
9424
  ],
9161
9425
  "for repository '%{name}' is not unique and cannot be created in '%{env}'. Its Container Repository Name (%{container_name}) conflicts with an existing repository. Consider changing the Lifecycle Environment's Registry Name Pattern to something more specific.": [
9162
- "リポジトリーの場合には、'%{name}' は一意ではなく、'%{env}' で作成できません。コンテナーリポジトリー名 (%{{container_name}) が既存のリポジトリーと競合します。ライフサイクル環境のレジストリー名パターンをより具体的なパターンに変更することを検討してください。"
9426
+ "リポジトリーの場合には、'%{name}' は一意ではなく、'%{env}' で作成できません。コンテナーリポジトリー名 ({%{container_name}) が既存のリポジトリーと競合します。ライフサイクル環境のレジストリー名パターンをより具体的なパターンに変更することを検討してください。"
9163
9427
  ],
9164
9428
  "force content view promotion and bypass lifecycle environment restriction": [
9165
9429
  "コンテンツビューを強制的にプロモートしてライフサイクル環境の制限を無視する"
@@ -9177,10 +9441,10 @@
9177
9441
  "この製品に対してすでに使用されています。"
9178
9442
  ],
9179
9443
  "here": [
9180
- ""
9444
+ "こちら"
9181
9445
  ],
9182
9446
  "host": [
9183
- ""
9447
+ "ホスト"
9184
9448
  ],
9185
9449
  "host collection name to filter by": [
9186
9450
  "フィルターに使用するホストコレクション名"
@@ -9216,7 +9480,7 @@
9216
9480
  "Pulp タスクの開始"
9217
9481
  ],
9218
9482
  "installed": [
9219
- ""
9483
+ "インストール"
9220
9484
  ],
9221
9485
  "installing errata...": [
9222
9486
  "エラータをインストールしています..."
@@ -9249,7 +9513,7 @@
9249
9513
  "無効: リポジトリーに必要な OS バージョンは 1 つだけです。"
9250
9514
  ],
9251
9515
  "invalid: The content source must sync the lifecycle environment assigned to the host. See the logs for more information.": [
9252
- ""
9516
+ "無効: コンテンツソースは、ホストに割り当てられたライフサイクル環境を同期する必要があります。詳細は、ログを参照してください。"
9253
9517
  ],
9254
9518
  "is already attached to the capsule": [
9255
9519
  "Capsule にすでに割り当て済みです"
@@ -9303,19 +9567,19 @@
9303
9567
  "モジュールストリームが見つかりません"
9304
9568
  ],
9305
9569
  "multi-environment activation key": [
9306
- ""
9570
+ "マルチ環境アクティベーションキー"
9307
9571
  ],
9308
9572
  "multi-environment activation keys": [
9309
- ""
9573
+ "マルチ環境アクティベーションキー"
9310
9574
  ],
9311
9575
  "multi-environment host": [
9312
- ""
9576
+ "マルチ環境ホスト"
9313
9577
  ],
9314
9578
  "multi-environment hosts": [
9315
- ""
9579
+ "マルチ環境ホスト"
9316
9580
  ],
9317
9581
  "must be %{gpg_key} or %{cert}": [
9318
- "%{gpg_key} または %{cert} でなければなりません。"
9582
+ "%{gpg_key} または %{cert} でなければなりません"
9319
9583
  ],
9320
9584
  "must be a positive integer value.": [
9321
9585
  "正の整数値でなければなりません。"
@@ -9327,7 +9591,7 @@
9327
9591
  "%s のいずれかでなければなりません"
9328
9592
  ],
9329
9593
  "must be true or false": [
9330
- ""
9594
+ "true または false でなければなりません。"
9331
9595
  ],
9332
9596
  "must be unique within one organization": [
9333
9597
  "1 つの組織内で一意である必要があります"
@@ -9492,16 +9756,16 @@
9492
9756
  "ルール ID"
9493
9757
  ],
9494
9758
  "security advisories": [
9495
- ""
9759
+ "セキュリティーアドバイザリー"
9496
9760
  ],
9497
9761
  "security advisory": [
9498
- ""
9762
+ "セキュリティーアドバイザリー"
9499
9763
  ],
9500
9764
  "selected host": [
9501
- ""
9765
+ "選択したホスト"
9502
9766
  ],
9503
9767
  "selected hosts": [
9504
- ""
9768
+ "選択したホスト"
9505
9769
  ],
9506
9770
  "service level": [
9507
9771
  "サービスレベル"
@@ -9522,7 +9786,7 @@
9522
9786
  "ライブラリーのリポジトリーおよびデフォルトコンテンツビューの表示"
9523
9787
  ],
9524
9788
  "some executors are not responding, check %{status_url}": [
9525
- "一部のエグゼキューターが応答していません。{status_url} を確認してください"
9789
+ "一部のエグゼキューターが応答していません。%{status_url} を確認してください"
9526
9790
  ],
9527
9791
  "specifies if content should be included or excluded, default: inclusion=false": [
9528
9792
  "コンテンツの組み込みまたは除外の指定。デフォルト: inclusion=false"
@@ -9543,19 +9807,19 @@
9543
9807
  "同期プランの数値 ID"
9544
9808
  ],
9545
9809
  "system registration": [
9546
- ""
9810
+ "システム登録"
9547
9811
  ],
9548
9812
  "the documentation.": [
9549
- ""
9813
+ "ドキュメント。"
9550
9814
  ],
9551
9815
  "the following attributes can not be updated for the Red Hat provider: [ %s ]": [
9552
9816
  "Red Hat プロバイダーの次の属性は更新できません: [ %s ]"
9553
9817
  ],
9554
9818
  "the host": [
9555
- ""
9819
+ "ホスト"
9556
9820
  ],
9557
9821
  "the hosts": [
9558
- ""
9822
+ "ホスト"
9559
9823
  ],
9560
9824
  "to": [
9561
9825
  "から"
@@ -9585,7 +9849,7 @@
9585
9849
  "フィルターの更新"
9586
9850
  ],
9587
9851
  "updated": [
9588
- ""
9852
+ "更新"
9589
9853
  ],
9590
9854
  "updating package group...": [
9591
9855
  "パッケージグループを更新しています..."
@@ -9642,7 +9906,7 @@
9642
9906
  "選択項目 {0} 件"
9643
9907
  ],
9644
9908
  "{enableRedHatRepos} or {createACustomProduct}.": [
9645
- ""
9909
+ "{enableRedHatRepos} または {createACustomProduct}"
9646
9910
  ],
9647
9911
  "{numberOfActivationKeys} activation key will be assigned to content view {cvName} in": [
9648
9912
  "{numberOfActivationKeys} アクティベーションキーは、以下のコンテンツビュー {cvName} に割り当てられます:"