katello 4.18.0.rc2 → 4.18.1

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 (238) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/katello/locale/bn/katello.js +33 -15
  3. data/app/assets/javascripts/katello/locale/bn_IN/katello.js +33 -15
  4. data/app/assets/javascripts/katello/locale/ca/katello.js +35 -17
  5. data/app/assets/javascripts/katello/locale/cs/katello.js +33 -15
  6. data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +36 -18
  7. data/app/assets/javascripts/katello/locale/de/katello.js +44 -26
  8. data/app/assets/javascripts/katello/locale/de_AT/katello.js +33 -15
  9. data/app/assets/javascripts/katello/locale/de_DE/katello.js +35 -17
  10. data/app/assets/javascripts/katello/locale/el/katello.js +35 -17
  11. data/app/assets/javascripts/katello/locale/en/katello.js +33 -15
  12. data/app/assets/javascripts/katello/locale/en_GB/katello.js +34 -16
  13. data/app/assets/javascripts/katello/locale/en_US/katello.js +33 -15
  14. data/app/assets/javascripts/katello/locale/es/katello.js +199 -181
  15. data/app/assets/javascripts/katello/locale/et_EE/katello.js +33 -15
  16. data/app/assets/javascripts/katello/locale/fr/katello.js +941 -923
  17. data/app/assets/javascripts/katello/locale/gl/katello.js +33 -15
  18. data/app/assets/javascripts/katello/locale/gu/katello.js +33 -15
  19. data/app/assets/javascripts/katello/locale/he_IL/katello.js +33 -15
  20. data/app/assets/javascripts/katello/locale/hi/katello.js +33 -15
  21. data/app/assets/javascripts/katello/locale/id/katello.js +33 -15
  22. data/app/assets/javascripts/katello/locale/it/katello.js +35 -17
  23. data/app/assets/javascripts/katello/locale/ja/katello.js +673 -655
  24. data/app/assets/javascripts/katello/locale/ka/katello.js +439 -421
  25. data/app/assets/javascripts/katello/locale/kn/katello.js +33 -15
  26. data/app/assets/javascripts/katello/locale/ko/katello.js +2190 -2173
  27. data/app/assets/javascripts/katello/locale/ml_IN/katello.js +33 -15
  28. data/app/assets/javascripts/katello/locale/mr/katello.js +33 -15
  29. data/app/assets/javascripts/katello/locale/nl_NL/katello.js +33 -15
  30. data/app/assets/javascripts/katello/locale/or/katello.js +33 -15
  31. data/app/assets/javascripts/katello/locale/pa/katello.js +33 -15
  32. data/app/assets/javascripts/katello/locale/pl/katello.js +35 -17
  33. data/app/assets/javascripts/katello/locale/pl_PL/katello.js +33 -15
  34. data/app/assets/javascripts/katello/locale/pt/katello.js +33 -15
  35. data/app/assets/javascripts/katello/locale/pt_BR/katello.js +212 -194
  36. data/app/assets/javascripts/katello/locale/ro/katello.js +33 -15
  37. data/app/assets/javascripts/katello/locale/ro_RO/katello.js +33 -15
  38. data/app/assets/javascripts/katello/locale/ru/katello.js +35 -17
  39. data/app/assets/javascripts/katello/locale/sl/katello.js +35 -17
  40. data/app/assets/javascripts/katello/locale/sv_SE/katello.js +33 -15
  41. data/app/assets/javascripts/katello/locale/ta/katello.js +33 -15
  42. data/app/assets/javascripts/katello/locale/ta_IN/katello.js +33 -15
  43. data/app/assets/javascripts/katello/locale/te/katello.js +33 -15
  44. data/app/assets/javascripts/katello/locale/tr/katello.js +33 -15
  45. data/app/assets/javascripts/katello/locale/vi/katello.js +33 -15
  46. data/app/assets/javascripts/katello/locale/vi_VN/katello.js +33 -15
  47. data/app/assets/javascripts/katello/locale/zh/katello.js +33 -15
  48. data/app/assets/javascripts/katello/locale/zh_CN/katello.js +674 -656
  49. data/app/assets/javascripts/katello/locale/zh_TW/katello.js +35 -17
  50. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +7 -3
  51. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +91 -19
  52. data/app/controllers/katello/api/v2/errata_controller.rb +4 -4
  53. data/app/controllers/katello/api/v2/exports_controller.rb +14 -7
  54. data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +9 -0
  55. data/app/controllers/katello/api/v2/host_errata_controller.rb +24 -2
  56. data/app/controllers/katello/api/v2/organizations_controller.rb +10 -4
  57. data/app/controllers/katello/api/v2/repositories_controller.rb +12 -3
  58. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +36 -8
  59. data/app/lib/actions/katello/content_view/publish.rb +7 -7
  60. data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +9 -1
  61. data/app/lib/actions/katello/repository/destroy.rb +3 -2
  62. data/app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb +1 -2
  63. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +1 -2
  64. data/app/lib/katello/errors.rb +2 -0
  65. data/app/models/katello/content_view_environment.rb +3 -0
  66. data/app/models/katello/deb.rb +0 -2
  67. data/app/models/katello/rhel_lifecycle_status.rb +3 -1
  68. data/app/services/katello/product_content_finder.rb +11 -3
  69. data/app/services/katello/pulp3/content_view_version/export.rb +53 -31
  70. data/app/services/katello/pulp3/content_view_version/export_validator.rb +1 -1
  71. data/app/views/katello/api/v2/content_facet/base.json.rabl +3 -0
  72. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-type.filter.js +1 -1
  73. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +8 -0
  74. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +6 -5
  75. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +6 -5
  76. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +6 -5
  77. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +6 -5
  78. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +6 -5
  79. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +6 -5
  80. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +6 -5
  81. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +6 -5
  82. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +6 -5
  83. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +6 -5
  84. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +6 -5
  85. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +6 -5
  86. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +12 -6
  87. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +6 -5
  88. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +6 -5
  89. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +6 -5
  90. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +6 -5
  91. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +6 -5
  92. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +6 -5
  93. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +11 -7
  94. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +6 -5
  95. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +6 -5
  96. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +11 -7
  97. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +6 -5
  98. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +6 -5
  99. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +6 -5
  100. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +6 -5
  101. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +6 -5
  102. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +6 -5
  103. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +6 -5
  104. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +6 -5
  105. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +6 -5
  106. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +6 -5
  107. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +6 -5
  108. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +6 -5
  109. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +6 -5
  110. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +6 -5
  111. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +6 -5
  112. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +6 -5
  113. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +6 -5
  114. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +6 -5
  115. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +6 -5
  116. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +6 -5
  117. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +6 -5
  118. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +11 -7
  119. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +6 -5
  120. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +11 -11
  121. data/lib/katello/plugin.rb +6 -0
  122. data/lib/katello/tasks/repository.rake +67 -0
  123. data/lib/katello/version.rb +1 -1
  124. data/locale/bn/LC_MESSAGES/katello.mo +0 -0
  125. data/locale/bn/katello.po +33 -15
  126. data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
  127. data/locale/bn_IN/katello.po +33 -15
  128. data/locale/ca/LC_MESSAGES/katello.mo +0 -0
  129. data/locale/ca/katello.po +36 -18
  130. data/locale/cs/LC_MESSAGES/katello.mo +0 -0
  131. data/locale/cs/katello.po +33 -15
  132. data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
  133. data/locale/cs_CZ/katello.po +37 -19
  134. data/locale/de/LC_MESSAGES/katello.mo +0 -0
  135. data/locale/de/katello.po +49 -31
  136. data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
  137. data/locale/de_AT/katello.po +33 -15
  138. data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
  139. data/locale/de_DE/katello.po +36 -18
  140. data/locale/el/LC_MESSAGES/katello.mo +0 -0
  141. data/locale/el/katello.po +36 -18
  142. data/locale/en/LC_MESSAGES/katello.mo +0 -0
  143. data/locale/en/katello.po +33 -15
  144. data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
  145. data/locale/en_GB/katello.po +34 -16
  146. data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
  147. data/locale/en_US/katello.po +33 -15
  148. data/locale/es/LC_MESSAGES/katello.mo +0 -0
  149. data/locale/es/katello.po +203 -184
  150. data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
  151. data/locale/et_EE/katello.po +33 -15
  152. data/locale/fr/LC_MESSAGES/katello.mo +0 -0
  153. data/locale/fr/katello.po +948 -930
  154. data/locale/gl/LC_MESSAGES/katello.mo +0 -0
  155. data/locale/gl/katello.po +33 -15
  156. data/locale/gu/LC_MESSAGES/katello.mo +0 -0
  157. data/locale/gu/katello.po +33 -15
  158. data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
  159. data/locale/he_IL/katello.po +33 -15
  160. data/locale/hi/LC_MESSAGES/katello.mo +0 -0
  161. data/locale/hi/katello.po +33 -15
  162. data/locale/id/LC_MESSAGES/katello.mo +0 -0
  163. data/locale/id/katello.po +33 -15
  164. data/locale/it/LC_MESSAGES/katello.mo +0 -0
  165. data/locale/it/katello.po +36 -18
  166. data/locale/ja/LC_MESSAGES/katello.mo +0 -0
  167. data/locale/ja/katello.po +681 -661
  168. data/locale/ka/LC_MESSAGES/katello.mo +0 -0
  169. data/locale/ka/katello.po +441 -421
  170. data/locale/katello.pot +380 -348
  171. data/locale/kn/LC_MESSAGES/katello.mo +0 -0
  172. data/locale/kn/katello.po +33 -15
  173. data/locale/ko/LC_MESSAGES/katello.mo +0 -0
  174. data/locale/ko/katello.po +2200 -2169
  175. data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
  176. data/locale/ml_IN/katello.po +33 -15
  177. data/locale/mr/LC_MESSAGES/katello.mo +0 -0
  178. data/locale/mr/katello.po +33 -15
  179. data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
  180. data/locale/nl_NL/katello.po +33 -15
  181. data/locale/or/LC_MESSAGES/katello.mo +0 -0
  182. data/locale/or/katello.po +33 -15
  183. data/locale/pa/LC_MESSAGES/katello.mo +0 -0
  184. data/locale/pa/katello.po +33 -15
  185. data/locale/pl/LC_MESSAGES/katello.mo +0 -0
  186. data/locale/pl/katello.po +36 -18
  187. data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
  188. data/locale/pl_PL/katello.po +33 -15
  189. data/locale/pt/LC_MESSAGES/katello.mo +0 -0
  190. data/locale/pt/katello.po +33 -15
  191. data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
  192. data/locale/pt_BR/katello.po +216 -197
  193. data/locale/ro/LC_MESSAGES/katello.mo +0 -0
  194. data/locale/ro/katello.po +33 -15
  195. data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
  196. data/locale/ro_RO/katello.po +33 -15
  197. data/locale/ru/LC_MESSAGES/katello.mo +0 -0
  198. data/locale/ru/katello.po +36 -18
  199. data/locale/sl/LC_MESSAGES/katello.mo +0 -0
  200. data/locale/sl/katello.po +36 -18
  201. data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
  202. data/locale/sv_SE/katello.po +33 -15
  203. data/locale/ta/LC_MESSAGES/katello.mo +0 -0
  204. data/locale/ta/katello.po +33 -15
  205. data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
  206. data/locale/ta_IN/katello.po +33 -15
  207. data/locale/te/LC_MESSAGES/katello.mo +0 -0
  208. data/locale/te/katello.po +33 -15
  209. data/locale/tr/LC_MESSAGES/katello.mo +0 -0
  210. data/locale/tr/katello.po +33 -15
  211. data/locale/vi/LC_MESSAGES/katello.mo +0 -0
  212. data/locale/vi/katello.po +33 -15
  213. data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
  214. data/locale/vi_VN/katello.po +33 -15
  215. data/locale/zh/LC_MESSAGES/katello.mo +0 -0
  216. data/locale/zh/katello.po +33 -15
  217. data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
  218. data/locale/zh_CN/katello.po +680 -656
  219. data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
  220. data/locale/zh_TW/katello.po +36 -18
  221. data/webpack/components/Errata/index.js +18 -0
  222. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataConstants.js +3 -0
  223. data/webpack/global_index.js +0 -4
  224. data/webpack/redux/actions/RedHatRepositories/helpers.js +3 -3
  225. data/webpack/redux/reducers/index.js +0 -2
  226. metadata +4 -16
  227. data/webpack/components/extensions/about/SystemStatuses.js +0 -55
  228. data/webpack/components/extensions/about/SystemStatusesActions.js +0 -16
  229. data/webpack/components/extensions/about/SystemStatusesConsts.js +0 -3
  230. data/webpack/components/extensions/about/SystemStatusesReducer.js +0 -26
  231. data/webpack/components/extensions/about/SystemStatusesSelectors.js +0 -3
  232. data/webpack/components/extensions/about/__tests__/SystemStatuses.fixtures.js +0 -20
  233. data/webpack/components/extensions/about/__tests__/SystemStatuses.test.js +0 -14
  234. data/webpack/components/extensions/about/__tests__/SystemStatusesReducer.test.js +0 -32
  235. data/webpack/components/extensions/about/__tests__/__snapshots__/SystemStatuses.test.js.snap +0 -156
  236. data/webpack/components/extensions/about/__tests__/__snapshots__/SystemStatusesReducer.test.js.snap +0 -47
  237. data/webpack/components/extensions/about/index.js +0 -19
  238. 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",
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": "Ondřej Gajdušek, 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
  "ホストとインストール可能なエラータのプロモート後の概要"
@@ -465,7 +465,7 @@
465
465
  "About ページ"
466
466
  ],
467
467
  "Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
468
- "Red Hat Subcription Management へのアクセスは禁止されています。これを変更する場合は、コンテンツ設定の「サブスクリプション接続の有効化」を更新してください。"
468
+ "Red Hat Subscription Management へのアクセスは禁止されています。これを変更するには、コンテンツ設定の 'サブスクリプション接続の有効化' を更新してください。"
469
469
  ],
470
470
  "Account Number": [
471
471
  "アカウント番号"
@@ -480,10 +480,10 @@
480
480
  "この組織で実行権限がないアクション"
481
481
  ],
482
482
  "Activation Key information": [
483
- ""
483
+ "アクティベーションキー情報"
484
484
  ],
485
485
  "Activation Key will no longer be available for use. This operation cannot be undone.": [
486
- ""
486
+ "アクティベーションキーを使用できなくなります。この操作は元に戻せません。"
487
487
  ],
488
488
  "Activation Keys": [
489
489
  "アクティベーションキー"
@@ -492,46 +492,46 @@
492
492
  "アクティベーションキー"
493
493
  ],
494
494
  "Activation key %s has more than one content view. Use #content_views instead.": [
495
- ""
495
+ "アクティベーションキー%s には、複数のコンテンツビューがあります。代わりに #content_views を使用してください。"
496
496
  ],
497
497
  "Activation key %s has more than one lifecycle environment. Use #lifecycle_environments instead.": [
498
- ""
498
+ "アクティベーションキー%sには複数のライフサイクル環境があります。代わりに #lifecycle_environments を使用してください。"
499
499
  ],
500
500
  "Activation key '%s' is associated to multiple environments and registering to multiple environments is not enabled.": [
501
- ""
501
+ "アクティベーションキー '%s ' は複数の環境に関連付けられており、複数の環境への登録は有効になっていません。"
502
502
  ],
503
503
  "Activation key ID": [
504
504
  "アクティベーションキー ID"
505
505
  ],
506
506
  "Activation key deleted": [
507
- ""
507
+ "アクティベーションキーが削除されました"
508
508
  ],
509
509
  "Activation key details": [
510
- ""
510
+ "アクティベーションキーの詳細"
511
511
  ],
512
512
  "Activation key details updated": [
513
- ""
513
+ "アクティベーションキーの詳細が更新されました"
514
514
  ],
515
515
  "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead.": [
516
516
  "CentOS および Red Hat Enterprise Linux に必要な subscription-manager クライアントのアクティベーションキー。複数のキーの場合は、代わりに `activation_keys` パラメーターを使用してください。"
517
517
  ],
518
518
  "Activation key identifier": [
519
- ""
519
+ "アクティベーションキー識別子"
520
520
  ],
521
521
  "Activation key(s) to use during registration": [
522
- ""
522
+ "登録時に使用するアクティベーションキー"
523
523
  ],
524
524
  "Activation keys": [
525
525
  "アクティベーションキー"
526
526
  ],
527
527
  "Activation keys can be managed {here}.": [
528
- ""
528
+ "アクティベーションキーは {here} で管理できます。"
529
529
  ],
530
530
  "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
- ""
531
+ "CentOS および Red Hat Enterprise Linux に必要な、subscription-manager クライアントのアクティベーションキー。ホストグループにアクティベーションキーがない場合、またはホストグループを指定しない場合にのみ必要です。"
532
532
  ],
533
533
  "Activation keys may be used during {system_registration}.": [
534
- ""
534
+ "アクティベーションキーは {system_registration} 時に使用できます。"
535
535
  ],
536
536
  "Activation keys: ": [
537
537
  "アクティベーションキー:"
@@ -564,7 +564,7 @@
564
564
  "コンテンツビューにコンポーネントを追加する"
565
565
  ],
566
566
  "Add content": [
567
- ""
567
+ "コンテンツの追加"
568
568
  ],
569
569
  "Add content view": [
570
570
  "コンテンツビューの追加"
@@ -606,7 +606,7 @@
606
606
  "リポジトリーの追加"
607
607
  ],
608
608
  "Add repositories with package groups to content view to select them here.": [
609
- ""
609
+ "パッケージグループのあるリポジトリーをコンテンツビューに追加して、ここで選択します。"
610
610
  ],
611
611
  "Add rule": [
612
612
  "ルールの追加"
@@ -615,7 +615,7 @@
615
615
  "ソースの追加"
616
616
  ],
617
617
  "Add subscriptions": [
618
- ""
618
+ "サブスクリプションの追加"
619
619
  ],
620
620
  "Add subscriptions consumed by a manifest from Red Hat Subscription Management": [
621
621
  "Red Hat Subscription Management からマニフェストが使用するサブスクリプションを追加します"
@@ -624,7 +624,7 @@
624
624
  "1 つ以上のホストにサブスクリプションを追加します"
625
625
  ],
626
626
  "Add subscriptions using the Add Subscriptions button.": [
627
- ""
627
+ "サブスクリプションの追加ボタンを使用してサブスクリプションを追加します。"
628
628
  ],
629
629
  "Add to a host collection": [
630
630
  "ホストコレクションへの追加"
@@ -648,13 +648,13 @@
648
648
  "影響のあるリポジトリー"
649
649
  ],
650
650
  "Affected hosts": [
651
- ""
651
+ "影響を受けるホスト"
652
652
  ],
653
653
  "Affected repositories": [
654
654
  "影響を受けるリポジトリー"
655
655
  ],
656
656
  "After configuring Foreman, configuration must also be updated on {hosts}. Choose one of the following options to update {hosts}:": [
657
- ""
657
+ "Foreman を設定した後、{hosts} でも設定を更新する必要があります。{hosts} を更新するには、次のオプションのいずれかを選択してください:"
658
658
  ],
659
659
  "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently.": [
660
660
  "指定のホストへの変更は、増分更新の生成後に適用します。現在、エラータのみがサポートされています。"
@@ -696,13 +696,13 @@
696
696
  "ホストがビルドモードである限り、ホスト登録が「ホストプロファイルの想定」をバイパスすることを許可します。"
697
697
  ],
698
698
  "Allow hosts or activation keys to be associated with multiple content view environments": [
699
- ""
699
+ "ホストまたはアクティベーションキーを複数のコンテンツビュー環境に関連付けることを許可する"
700
700
  ],
701
701
  "Allow hosts to re-register themselves only when they are in build mode": [
702
702
  "ホストがビルドモードである場合にのみ、ホスト自体の再登録を許可します"
703
703
  ],
704
704
  "Allow multiple content views": [
705
- ""
705
+ "複数のコンテンツビューを許可する"
706
706
  ],
707
707
  "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
708
  "登録する DMI UUID が別のホストで使用されていない限り、新規ホストの登録時には、登録されているプロファイルはホスト名が一致すると想定できるようにする"
@@ -747,7 +747,7 @@
747
747
  "ホスト関連のタスクの実行を処理するプール内のワーカー数。0 に設定されている場合には、デフォルトのキューが代わりに使用されます。dynflowd/foreman-tasks サービスは再起動する必要があります。"
748
748
  ],
749
749
  "An alternate content source can be added by using the \\\\\\\"Add source\\\\\\\" button below.": [
750
- ""
750
+ "代替コンテンツソースを追加するには、下の「ソースの追加」ボタンを使用します。"
751
751
  ],
752
752
  "An environment is missing a prior": [
753
753
  "環境には以前の内容がありません"
@@ -759,7 +759,7 @@
759
759
  "アップロード中にエラーが発生しました \\n%{error_message}"
760
760
  ],
761
761
  "An option to specify how many ostree commits to traverse.": [
762
- ""
762
+ "走査する ostree コミットの数を指定するオプション。"
763
763
  ],
764
764
  "Another component already includes content view with ID %s": [
765
765
  "別のコンポーネントに ID %s のコンテンツがすでに含まれています"
@@ -777,7 +777,7 @@
777
777
  "Ansible コレクション"
778
778
  ],
779
779
  "Any updates to image mode host(s) will be lost on the next reboot.": [
780
- ""
780
+ "イメージモードのホストへの更新は、次回の再起動時に失われます。"
781
781
  ],
782
782
  "Applicability Batch Size": [
783
783
  "適用可能なバッチサイズ"
@@ -789,25 +789,25 @@
789
789
  "適用可能なコンテンツホスト"
790
790
  ],
791
791
  "Applicable bugfix/enhancement errata": [
792
- ""
792
+ "適用可能なバグ修正/機能強化エラータ"
793
793
  ],
794
794
  "Applicable errata apply to at least one package installed on the host.": [
795
795
  "適用可能なエラータは、ホストにインストールされている 1 つ以上のパッケージに適用されます。"
796
796
  ],
797
797
  "Applicable security errata": [
798
- ""
798
+ "適用可能なセキュリティーエラータ"
799
799
  ],
800
800
  "Application": [
801
801
  "アプリケーション"
802
802
  ],
803
803
  "Application name": [
804
- ""
804
+ "アプリケーション名"
805
805
  ],
806
806
  "Apply": [
807
807
  "適用"
808
808
  ],
809
809
  "Apply errata": [
810
- ""
810
+ "エラータの適用"
811
811
  ],
812
812
  "Apply to all repositories in the CV": [
813
813
  "CV のすべてのリポジトリーへの適用"
@@ -822,16 +822,16 @@
822
822
  "リモート実行による適用"
823
823
  ],
824
824
  "Approaching end of maintenance support": [
825
- ""
825
+ "メンテナンスサポート終了間近"
826
826
  ],
827
827
  "Approaching end of maintenance support (%s)": [
828
- ""
828
+ "メンテナンスサポート終了間近 (%s)"
829
829
  ],
830
830
  "Approaching end of support": [
831
- ""
831
+ "サポート終了間近"
832
832
  ],
833
833
  "Approaching end of support (%s)": [
834
- ""
834
+ "サポート終了間近 (%s)"
835
835
  ],
836
836
  "Arch": [
837
837
  "アーキテクチャー"
@@ -873,13 +873,13 @@
873
873
  "削除するコンテンツビューコンポーネント ID の配列。コンポーネントの関連付けの ID"
874
874
  ],
875
875
  "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
- ""
876
+ "ホストに関連付けるコンテンツビュー環境 ID の配列。content_view_id と lifecycle_environment_id が指定されている場合は無視されます。allow_multiple_content_views 設定をオンにする必要があります。"
877
877
  ],
878
878
  "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
- ""
879
+ "アクティベーションキーに関連付けるコンテンツビュー環境 ID の配列。content_view_id と lifecycle_environment_id が指定されている場合は無視されます。allow_multiple_content_views 設定をオンにする必要があります。"
880
880
  ],
881
881
  "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
- ""
882
+ "ホストに関連付けるコンテンツビュー環境 ID の配列。content_view_id と lifecycle_environment_id が指定されている場合は無視されます。allow_multiple_content_views 設定をオンにする必要があります。"
883
883
  ],
884
884
  "Array of host ids": [
885
885
  "ホスト ID の配列"
@@ -909,7 +909,7 @@
909
909
  "1 台以上のホストにシステム目的の属性を割り当てる"
910
910
  ],
911
911
  "Assign the %{count} host with no %{taxonomy_single} to %{taxonomy_name}": [
912
- "%{taxonomy_single} のないホスト %{count} 台に %{taxonomy_name} を割り当てる"
912
+ "%{taxonomy_single} のないホスト %{count} 台を%{taxonomy_name} に割り当てます"
913
913
  ],
914
914
  "Assign the environment and content view to one or more hosts": [
915
915
  "1 台以上のホストに環境およびコンテンツビューを割り当てます"
@@ -918,10 +918,10 @@
918
918
  "1 台以上のホストにリリースバージョンを割り当てます"
919
919
  ],
920
920
  "Assigning a host to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
921
- ""
921
+ "複数のコンテンツビュー環境にホストを割り当てる機能は有効ではありません。有効にするには、allow_multiple_content_views 設定を指定します。"
922
922
  ],
923
923
  "Assigning an activation key to multiple content view environments is not enabled. To enable, set the allow_multiple_content_views setting.": [
924
- ""
924
+ "複数のコンテンツビュー環境にアクティベーションキーを割り当てる機能は有効ではありません。有効にするには、allow_multiple_content_views 設定を指定します。"
925
925
  ],
926
926
  "Associated location IDs": [
927
927
  "関連するロケーション ID"
@@ -942,10 +942,10 @@
942
942
  "1 つ以上のアクティベーションキーには、ライフサイクル環境の設定が必要であり、コンテンツビューをこれに割り当てる必要があります"
943
943
  ],
944
944
  "At least one errata type option needs to be selected.": [
945
- ""
945
+ "少なくとも 1 つのエラータタイプオプションを選択する必要があります。"
946
946
  ],
947
947
  "At least one of the selected items requires the host to reboot": [
948
- ""
948
+ "選択した項目の少なくとも 1 つでホストの再起動が必要です"
949
949
  ],
950
950
  "At least one organization must exist.": [
951
951
  "1 つ以上の組織が存在している必要があります。"
@@ -990,20 +990,17 @@
990
990
  "利用可能なリポジトリー"
991
991
  ],
992
992
  "Available image": [
993
- ""
993
+ "利用可能なイメージ"
994
994
  ],
995
995
  "Available image digest": [
996
- ""
996
+ "利用可能なイメージダイジェスト"
997
997
  ],
998
998
  "Available schema versions": [
999
- ""
999
+ "利用可能なスキーマバージョン"
1000
1000
  ],
1001
1001
  "Back": [
1002
1002
  "戻る"
1003
1003
  ],
1004
- "Backend System Status": [
1005
- "バックエンドシステムのステータス"
1006
- ],
1007
1004
  "Base URL": [
1008
1005
  "ベース URL"
1009
1006
  ],
@@ -1011,7 +1008,7 @@
1011
1008
  "代替コンテンツを検索するためのベース URL"
1012
1009
  ],
1013
1010
  "Base URL of the flatpak registry index, ex: https://flatpaks.redhat.io/rhel/ , https://registry.fedoraproject.org/.": [
1014
- ""
1011
+ "flatpak レジストリーインデックスのベース URL (例: https://flatpaks.redhat.io/rhel/、https://registry.fedoraproject.org/)。"
1015
1012
  ],
1016
1013
  "Base URL to perform repo discovery on": [
1017
1014
  "リポジトリー検出を実行するベース URL"
@@ -1032,7 +1029,7 @@
1032
1029
  "リポジトリーを同期するバッチサイズ。"
1033
1030
  ],
1034
1031
  "Before continuing, ensure that all of the following prerequisites are met:": [
1035
- ""
1032
+ "続行する前に、次の前提条件がすべて満たされていることを確認してください:"
1036
1033
  ],
1037
1034
  "Before removing versions you must move activation keys to an environment where the associated version is not in use.": [
1038
1035
  "バージョンを削除する前に、関連付けられたバージョンが使用されていない環境にアクティベーションキーを移動する必要があります。"
@@ -1044,7 +1041,7 @@
1044
1041
  "以下は、このコンテンツホストで現在利用可能なリポジトリーセットです。Red Hat サブスクリプションの場合は、{rhrp} により追加のコンテンツを利用できる可能性があります。デフォルト設定を変更するには、subscription-manager 1.10 またはそれ以降をこのホストにインストールする必要があります。"
1045
1042
  ],
1046
1043
  "Below you can add content overrides, which change whether a repository is enabled or disabled. Change their state one by one, or use the checkboxes and select an action to perform.": [
1047
- ""
1044
+ "以下でコンテンツオーバーライドを追加できます。これにより、リポジトリーの有効/無効を変更できます。オーバーライドの状態を 1 つずつ変更するか、チェックボックスを使用して実行するアクションを選択してください。"
1048
1045
  ],
1049
1046
  "Beta": [
1050
1047
  "ベータ"
@@ -1062,22 +1059,22 @@
1062
1059
  "パブリックと識別されたブックマークは、すべてのユーザーが利用できます"
1063
1060
  ],
1064
1061
  "Bootc rollback via Bootc interface": [
1065
- ""
1062
+ "Bootc インターフェイスを使用した Bootc ロールバック"
1066
1063
  ],
1067
1064
  "Bootc status via Bootc interface": [
1068
- ""
1065
+ "Bootc インターフェイスを使用した Bootc ステータス"
1069
1066
  ],
1070
1067
  "Bootc switch via Bootc interface": [
1071
- ""
1068
+ "Bootc インターフェイスを使用した Bootc スイッチ"
1072
1069
  ],
1073
1070
  "Bootc upgrade via Bootc interface": [
1074
- ""
1071
+ "Bootc インターフェイスを使用した Bootc アップグレード"
1075
1072
  ],
1076
1073
  "Booted Container Images": [
1077
- ""
1074
+ "起動済みのコンテナーイメージ"
1078
1075
  ],
1079
1076
  "Booted container images": [
1080
- ""
1077
+ "起動済みのコンテナーイメージ"
1081
1078
  ],
1082
1079
  "Both": [
1083
1080
  "両方"
@@ -1146,7 +1143,7 @@
1146
1143
  "特定の環境に基づく適用可能なエラータの計算"
1147
1144
  ],
1148
1145
  "Calculate content counts on smart proxies automatically": [
1149
- ""
1146
+ "Smart Proxy 上のコンテンツ数を自動的に計算する"
1150
1147
  ],
1151
1148
  "Can communicate with the Red Hat Portal for subscriptions.": [
1152
1149
  "サブスクリプションでは、Red Hat ポータルと通信できます。"
@@ -1188,7 +1185,7 @@
1188
1185
  "Candlepin が正しく実行されていません"
1189
1186
  ],
1190
1187
  "Candlepin returned different consumer uuid than requested (%s), updating uuid in subscription_facet.": [
1191
- ""
1188
+ "candlepin は要求されたもの (%s) とは異なるコンシューマー uuid を返し、subscription_facet で uuid を更新します。"
1192
1189
  ],
1193
1190
  "Cannot add %s repositories to a content view.": [
1194
1191
  "コンテンツビューに %s リポジトリーを追加できません。"
@@ -1206,43 +1203,43 @@
1206
1203
  "複合バージョンを別の複合コンテンツビューに追加できません"
1207
1204
  ],
1208
1205
  "Cannot add container push repositories to a rolling content view": [
1209
- ""
1206
+ "コンテナープッシュリポジトリーをローリングコンテンツビューに追加できません"
1210
1207
  ],
1211
1208
  "Cannot add content view environments from a different organization": [
1212
- ""
1209
+ "別の組織からコンテンツビュー環境を追加できません"
1213
1210
  ],
1214
1211
  "Cannot add default content view to composite content view": [
1215
1212
  "デフォルトのコンテンツビューを複合コンテンツビューに追加できません"
1216
1213
  ],
1217
1214
  "Cannot add disabled Red Hat product %s to sync plan!": [
1218
- ""
1215
+ "無効な Red Hat 製品 %s は同期プランに追加できません!"
1219
1216
  ],
1220
1217
  "Cannot add disabled products to sync plan!": [
1221
- ""
1218
+ "無効な製品は同期プランに追加できません!"
1222
1219
  ],
1223
1220
  "Cannot add generated content view versions to composite content view": [
1224
1221
  "生成されたコンテンツビューを複合コンテンツビューに追加できません"
1225
1222
  ],
1226
1223
  "Cannot add product %s because it is disabled.": [
1227
- ""
1224
+ "無効になっているため、製品 %s を追加できません。"
1228
1225
  ],
1229
1226
  "Cannot add repositories to a composite content view": [
1230
1227
  "リポジトリーを複合コンテンツビューに追加できません"
1231
1228
  ],
1232
1229
  "Cannot add rolling content view to composite content view": [
1233
- ""
1230
+ "ローリングコンテンツビューを複合コンテンツビューに追加できません"
1234
1231
  ],
1235
1232
  "Cannot assign content view environment %s: The content view has either not been published or has not been promoted to that lifecycle environment.": [
1236
- ""
1233
+ "コンテンツビュー環境を割り当てることができません %s: コンテンツビューが公開されていないか、そのライフサイクル環境にプロモートされていません。"
1237
1234
  ],
1238
1235
  "Cannot associate a Red Hat provider with a custom product": [
1239
- ""
1236
+ "Red Hat プロバイダーをカスタム製品に関連付けることができません"
1240
1237
  ],
1241
1238
  "Cannot associate a component to a non composite content view": [
1242
1239
  "コンポーネントを複合コンテンツビュー以外に関連付けできません"
1243
1240
  ],
1244
1241
  "Cannot be disabled because it is part of a content view": [
1245
- ""
1242
+ "コンテンツビューの一部であるため無効にできません"
1246
1243
  ],
1247
1244
  "Cannot calculate name for custom repos": [
1248
1245
  "カスタムリポジトリーの名前を計算できません"
@@ -1260,10 +1257,10 @@
1260
1257
  "%s から削除できません。ビューが存在しません。"
1261
1258
  ],
1262
1259
  "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}": [
1263
- "コンテンツビューに公開リポジトリーが含まれている場合には、製品を削除できません。製品: %{product}{view_versions}"
1260
+ "コンテンツビューに公開リポジトリーが含まれている場合には、製品を削除できません。製品: %{product}、%{view_versions}"
1264
1261
  ],
1265
1262
  "Cannot delete product: %{product} with repositories that are the last affected repository in content view filters. Delete these repositories before deleting product.": [
1266
- ""
1263
+ "次の製品を削除できません: %{product}。この製品は、コンテンツビューフィルターの関連する最後のリポジトリーを使用しています。製品を削除する前に、該当するリポジトリーを削除してください。"
1267
1264
  ],
1268
1265
  "Cannot delete provider with attached products": [
1269
1266
  "製品が割り当てられたプロバイダーを削除できません"
@@ -1296,13 +1293,13 @@
1296
1293
  "Red hat 製品からカスタムサブスクリプションをインポートできません。"
1297
1294
  ],
1298
1295
  "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
- ""
1296
+ "フィルターおよびフィルターされていないコンテンツビューバージョンから段階的にエクスポートすることはできません。エクスポートしたコンテンツビューバージョン '%{content_view} %{current}' は、バージョン '%{from}.'. から段階的に更新できません。完全エクスポートを実行してください。"
1300
1297
  ],
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.": [
1298
+ "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
1299
  ""
1303
1300
  ],
1304
1301
  "Cannot install errata: No errata found for search term '%s'": [
1305
- ""
1302
+ "エラータをインストールできません: 検索用語 '%s' に該当するエラータが見つかりません"
1306
1303
  ],
1307
1304
  "Cannot perform an incremental update on a Composite Content View Version (%{name} version version %{version}": [
1308
1305
  "複合コンテンツビューバージョン (%{name} バージョン、バージョン %{version}) で増分更新を実行できません"
@@ -1335,7 +1332,7 @@
1335
1332
  "環境からコンテンツビューを削除できません。ライフサイクル環境 '%{env}' にはコンテンツビュー '%{view}' がありません。"
1336
1333
  ],
1337
1334
  "Cannot remove package(s): No installed packages found for search term '%s'.": [
1338
- ""
1335
+ "パッケージを削除できません: 検索用語 '%s' に該当するインストール済みパッケージが見つかりません。"
1339
1336
  ],
1340
1337
  "Cannot set attribute %{attr} for content type %{type}": [
1341
1338
  "コンテンツタイプ %{type} に属性 %{attr} を設定できません"
@@ -1344,7 +1341,7 @@
1344
1341
  "複合コンテンツビュー以外には自動公開を設定できません"
1345
1342
  ],
1346
1343
  "Cannot skip metadata check on non-yum/deb repositories.": [
1347
- ""
1344
+ "yum/deb 以外のリポジトリーではメタデータチェックをスキップできません。"
1348
1345
  ],
1349
1346
  "Cannot specify components for non-composite views": [
1350
1347
  "複合ビュー以外のコンポーネントを指定できません"
@@ -1356,10 +1353,10 @@
1356
1353
  "file:// リポジトリーをオンデマンドダウンロードポリシーと同期できません"
1357
1354
  ],
1358
1355
  "Cannot update properties of a container push repository": [
1359
- ""
1356
+ "コンテナープッシュリポジトリーのプロパティーを更新できません"
1360
1357
  ],
1361
1358
  "Cannot upgrade packages: No installed packages found for search term '%s'.": [
1362
- ""
1359
+ "パッケージをアップグレードできません: 検索用語 '%s' に該当するインストール済みパッケージが見つかりません"
1363
1360
  ],
1364
1361
  "Cannot upload Ansible collections.": [
1365
1362
  "Ansible コレクションをアップロードできません。"
@@ -1368,7 +1365,7 @@
1368
1365
  "コンテナーイメージのコンテンツをアップロードできません。"
1369
1366
  ],
1370
1367
  "Cannot upload container content via Hammer/API. Use podman push instead.": [
1371
- ""
1368
+ "Hammer/API 経由でコンテナーコンテンツをアップロードできません。代わりに podman push を使用してください。"
1372
1369
  ],
1373
1370
  "Capacity": [
1374
1371
  "容量"
@@ -1380,25 +1377,25 @@
1380
1377
  "コンテンツソースの変更"
1381
1378
  ],
1382
1379
  "Change content view environments": [
1383
- ""
1380
+ "コンテンツビュー環境の変更"
1384
1381
  ],
1385
1382
  "Change host content source": [
1386
1383
  "ホストコンテンツソースの変更"
1387
1384
  ],
1388
1385
  "Change the status of at least one repository.": [
1389
- ""
1386
+ "少なくとも 1 つのリポジトリーのステータスを変更してください。"
1390
1387
  ],
1391
1388
  "Changed status": [
1392
- ""
1389
+ "変更されたステータス"
1393
1390
  ],
1394
1391
  "Changing a host's content source will change the Smart Proxy from which the host gets its content.": [
1395
- ""
1392
+ "ホストのコンテンツソースを変更すると、ホストのコンテンツ取得元の Smart Proxy が変更されます。"
1396
1393
  ],
1397
1394
  "Check audited changes and proceed only if content or filters have changed since last publish": [
1398
- ""
1395
+ "監査された変更を確認し、最後の公開以降にコンテンツまたはフィルターが変更された場合にのみ次に進みます。"
1399
1396
  ],
1400
1397
  "Check for missing or corrupted artifacts, and attempt to redownload them.": [
1401
- ""
1398
+ "欠落または破損したアーティファクトがないか確認し、再ダウンロードを試みてください。"
1402
1399
  ],
1403
1400
  "Check if a connection can be made to Red Hat Subscription Management.": [
1404
1401
  "Red Hat Subscription Management に接続できるかどうかを確認します。"
@@ -1419,7 +1416,7 @@
1419
1416
  "オンデマンドのダウンロードポリシーが指定された Yum リポジトリーにはチェックサムタイプを設定できません。"
1420
1417
  ],
1421
1418
  "Checksum used for published repository contents. Supported types: %s": [
1422
- ""
1419
+ "公開されたリポジトリーコンテンツに使用されるチェックサム。サポートされているタイプ: %s"
1423
1420
  ],
1424
1421
  "Choose content credentials if required for this RHUI source.": [
1425
1422
  "この RHUI ソースに必要な場合は、コンテンツの認証情報を選択します。"
@@ -1437,7 +1434,7 @@
1437
1434
  "タスクのタスクページに移動するには、ここをクリックしてください。"
1438
1435
  ],
1439
1436
  "Click to see repositories available to add.": [
1440
- ""
1437
+ "クリックして追加できるリポジトリーを表示します。"
1441
1438
  ],
1442
1439
  "Click {update} below to save changes.": [
1443
1440
  "{update} をクリックして変更を保存します。"
@@ -1452,13 +1449,13 @@
1452
1449
  "すべて折りたたむ"
1453
1450
  ],
1454
1451
  "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
- ""
1452
+ "アクティベーションキーに関連付けるコンテンツビュー環境ラベルのコンマ区切りリスト。形式は 'lifecycle_environment_label/content_view_label' です。content_view_environment_ids が指定されている場合、または content_view_id と lifecycle_environment_id が指定されている場合は無視されます。allow_multiple_content_views 設定をオンにする必要があります。"
1456
1453
  ],
1457
1454
  "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
- ""
1455
+ "アクティベーションキーに関連付けるコンテンツビュー環境ラベルのコンマ区切りリスト。形式は 'lifecycle_environment_label/content_view_label' です。content_view_environment_ids が指定されている場合、または content_view_id と lifecycle_environment_id が指定されている場合は無視されます。allow_multiple_content_views 設定をオンにする必要があります。"
1459
1456
  ],
1460
1457
  "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
- ""
1458
+ "ホストに関連付けるコンテンツビュー環境ラベルのコンマ区切りリスト。形式は 'lifecycle_environment_label/content_view_label' です。content_view_environment_ids が指定されている場合、または content_view_id と lifecycle_environment_id が指定されている場合は無視されます。allow_multiple_content_views 設定をオンにする必要があります。"
1462
1459
  ],
1463
1460
  "Comma-separated list of subpaths. All subpaths must have a slash at the end and none at the front.": [
1464
1461
  "コンマ区切りのサブパスの一覧。すべてのサブパスには、必ず末尾にスラッシュが必要で、先頭には不要です"
@@ -1473,10 +1470,7 @@
1473
1470
  "比較"
1474
1471
  ],
1475
1472
  "Completed pulp task protection days": [
1476
- ""
1477
- ],
1478
- "Component": [
1479
- "コンポーネント"
1473
+ "完了した Pulp タスクの保護日数"
1480
1474
  ],
1481
1475
  "Component Content View": [
1482
1476
  "コンポーネントコンテンツビュー"
@@ -1503,10 +1497,10 @@
1503
1497
  "コンピュートリソース ID"
1504
1498
  ],
1505
1499
  "Configuration still must be updated on {hosts}": [
1506
- ""
1500
+ "{hosts} でも設定を更新する必要があります"
1507
1501
  ],
1508
1502
  "Configuration updated on Foreman": [
1509
- ""
1503
+ "Foreman で設定が更新されました"
1510
1504
  ],
1511
1505
  "Confirm Deletion": [
1512
1506
  "削除の確定"
@@ -1554,13 +1548,13 @@
1554
1548
  "コンテナータグ"
1555
1549
  ],
1556
1550
  "Contains content views. You must choose the version to use for each content view.": [
1557
- ""
1551
+ "コンテンツビューが含まれます。各コンテンツビューで使用するバージョンを選択する必要があります。"
1558
1552
  ],
1559
1553
  "Contains repositories. Always serves the latest synced content, without the need to publish versions.": [
1560
- ""
1554
+ "リポジトリーが含まれます。バージョンを公開する必要なく、常に最新の同期済みコンテンツを提供します。"
1561
1555
  ],
1562
1556
  "Contains repositories. Versions are published and optionally filtered.": [
1563
- ""
1557
+ "リポジトリーが含まれます。バージョンが公開され、必要に応じてフィルタリングされます。"
1564
1558
  ],
1565
1559
  "Content": [
1566
1560
  "コンテンツ"
@@ -1614,7 +1608,7 @@
1614
1608
  "コンテンツビューフィルター ID"
1615
1609
  ],
1616
1610
  "Content View Filter identifier. Use to filter by ID": [
1617
- ""
1611
+ "コンテンツビューフィルターの識別子。ID でフィルターするために使用します"
1618
1612
  ],
1619
1613
  "Content View ID": [
1620
1614
  "コンテンツビュー ID"
@@ -1659,10 +1653,10 @@
1659
1653
  "コンテンツの認証情報"
1660
1654
  ],
1661
1655
  "Content facet for host %s has more than one content view. Use #content_views instead.": [
1662
- ""
1656
+ "ホスト %s のコンテンツファセットには複数のコンテンツビューがあります。代わりに #content_views を使用してください。"
1663
1657
  ],
1664
1658
  "Content facet for host %s has more than one lifecycle environment. Use #lifecycle_environments instead.": [
1665
- ""
1659
+ "ホスト %s のコンテンツファセットには複数のライフサイクル環境があります。代わりに #lifecycle_environments を使用してください。"
1666
1660
  ],
1667
1661
  "Content files to upload. Can be a single file or array of files.": [
1668
1662
  "アップロードするコンテンツファイルです。単一ファイルまたはファイルの配列を指定できます。"
@@ -1677,7 +1671,7 @@
1677
1671
  "%{user} によって '%{name}' にインポートされたコンテンツ"
1678
1672
  ],
1679
1673
  "Content may come from {contentSourceName} or any other Smart Proxy behind the load balancer.": [
1680
- ""
1674
+ "コンテンツは、ロードバランサーの背後にある {contentSourceName} または他の Smart Proxy から取得している可能性があります。"
1681
1675
  ],
1682
1676
  "Content not uploaded to pulp": [
1683
1677
  "コンテンツが pulp にアップロードされませんでした"
@@ -1686,7 +1680,7 @@
1686
1680
  "コンテンツオーバーライドの検索パラメーター"
1687
1681
  ],
1688
1682
  "Content overrides updating.": [
1689
- ""
1683
+ "コンテンツオーバーライドを更新中です。"
1690
1684
  ],
1691
1685
  "Content source": [
1692
1686
  "コンテンツソース"
@@ -1701,28 +1695,28 @@
1701
1695
  "コンテンツタイプ"
1702
1696
  ],
1703
1697
  "Content type %{content_type_string} does not belong to an enabled repo type.": [
1704
- "コンテンツタイプ %{content_type_string} は、有効なリポジトリータイプに所属していません。"
1698
+ "コンテンツタイプ %{content_type_string} は、有効なリポジトリータイプに対応していません"
1705
1699
  ],
1706
1700
  "Content type %{content_type} is incompatible with repositories of type %{repo_type}": [
1707
1701
  "コンテンツタイプ %{content_type} には、タイプ %{repo_type} のリポジトリーとの互換性がありません"
1708
1702
  ],
1709
1703
  "Content type does not support repo discovery": [
1710
- ""
1704
+ "コンテンツタイプがリポジトリーの検出をサポートしていません"
1711
1705
  ],
1712
1706
  "Content view": [
1713
1707
  "コンテンツビュー"
1714
1708
  ],
1715
1709
  "Content view ${name} created": [
1716
- "コンテンツビュー {name} が作成されました"
1710
+ "コンテンツビュー ${name} が作成されました"
1717
1711
  ],
1718
1712
  "Content view '%{content_view}' is not attached to the environment.": [
1719
- ""
1713
+ "コンテンツビュー '%{content_view}' は、環境に割り当てられていません。"
1720
1714
  ],
1721
1715
  "Content view '%{content_view}' is not attached to this capsule.": [
1722
- ""
1716
+ "コンテンツビュー '%{content_view}' は、この Capsule に割り当てられていません。"
1723
1717
  ],
1724
1718
  "Content view '%{cv_name}' is a generated content view, which cannot be assigned to hosts or activation keys.": [
1725
- ""
1719
+ "コンテンツビュー '%{cv_name}' は、生成されたコンテンツビューで、ホストまたはアクティベーションキーに割り当てることができません。"
1726
1720
  ],
1727
1721
  "Content view '%{view}' is not in environment '%{env}'": [
1728
1722
  "コンテンツビュー '%{view}' は環境 '%{env}' にありません"
@@ -1734,25 +1728,25 @@
1734
1728
  "コンテンツビュー ID"
1735
1729
  ],
1736
1730
  "Content view and environment not set for registration.": [
1737
- ""
1731
+ "コンテンツビューと環境は登録用に設定されていません。"
1738
1732
  ],
1739
1733
  "Content view and lifecycle environment must be provided together": [
1740
- ""
1734
+ "コンテンツビューとライフサイクル環境を一緒に指定する必要があります"
1741
1735
  ],
1742
1736
  "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
- ""
1737
+ "最後の公開以降に監査された変更がないため、コンテンツビューの公開は必要ありません。コンテンツビューが公開を必要とするかどうかを確認する必要がない場合は、check_needs_publish パラメーターを false として渡します。"
1744
1738
  ],
1745
1739
  "Content view environment": [
1746
- ""
1740
+ "コンテンツビュー環境"
1747
1741
  ],
1748
1742
  "Content view environments": [
1749
- ""
1743
+ "コンテンツビュー環境"
1750
1744
  ],
1751
1745
  "Content view environments and activation key must all belong to the same organization": [
1752
- ""
1746
+ "コンテンツビュー環境とアクティベーションキーはすべて同じ組織に属している必要があります。"
1753
1747
  ],
1754
1748
  "Content view environments must have both a content view and an environment": [
1755
- ""
1749
+ "コンテンツビュー環境には、コンテンツビューと環境の両方が必要です。"
1756
1750
  ],
1757
1751
  "Content view has repository label '%s' which is not specified in repos_units parameter.": [
1758
1752
  "コンテンツビューには '%s' のリポジトリーラベルが含まれていますが、このラベルは repos_units パラメーターで指定されていません。"
@@ -1764,7 +1758,7 @@
1764
1758
  "コンテンツビューラベル"
1765
1759
  ],
1766
1760
  "Content view must be specified": [
1767
- ""
1761
+ "コンテンツビューを指定する必要があります。"
1768
1762
  ],
1769
1763
  "Content view name": [
1770
1764
  "コンテンツビュー名"
@@ -1776,10 +1770,10 @@
1776
1770
  "コンテンツビューの数値 ID"
1777
1771
  ],
1778
1772
  "Content view promote failure": [
1779
- ""
1773
+ "コンテンツビュープロモートの失敗"
1780
1774
  ],
1781
1775
  "Content view publish failure": [
1782
- ""
1776
+ "コンテンツビュー公開の失敗"
1783
1777
  ],
1784
1778
  "Content view version export history identifier": [
1785
1779
  "コンテンツビューバージョンのエクスポート履歴 ID"
@@ -1791,10 +1785,10 @@
1791
1785
  "コンテンツビューバージョンのインポート履歴 ID"
1792
1786
  ],
1793
1787
  "Content view version is empty": [
1794
- ""
1788
+ "コンテンツビューバージョンが空です"
1795
1789
  ],
1796
1790
  "Content view version is empty or content counts are not up to date": [
1797
- ""
1791
+ "コンテンツビューのバージョンが空であるか、コンテンツ数が最新ではありません"
1798
1792
  ],
1799
1793
  "Content views": [
1800
1794
  "コンテンツビュー"
@@ -1830,7 +1824,7 @@
1830
1824
  "コンテンツビューのコピー"
1831
1825
  ],
1832
1826
  "Copy to clipboard": [
1833
- "クリップボードへのコピー"
1827
+ "クリップボードにコピー"
1834
1828
  ],
1835
1829
  "Cores per socket": [
1836
1830
  "1 ソケットあたりのコア数"
@@ -1848,10 +1842,10 @@
1848
1842
  "%{count} 件のエラータが見つかりませんでした。検索結果: %{found}"
1849
1843
  ],
1850
1844
  "Could not find %{name} resource with id %{id}. %{perms_message}": [
1851
- "ID が %%{id} の %%{name} リソースが見つかりませんでした。%{perms_message}"
1845
+ "ID が %{id} の %{name} リソースが見つかりませんでした。%{perms_message}"
1852
1846
  ],
1853
1847
  "Could not find %{name} resources with ids %{ids}": [
1854
- "ID が %%{ids} の %%{name} リソースが見つかりませんでした"
1848
+ "ID が %{ids} の %{name} リソースが見つかりませんでした"
1855
1849
  ],
1856
1850
  "Could not find Environment with ids: %s": [
1857
1851
  "以下の ID の環境が見つかりませんでした: %s"
@@ -1872,16 +1866,16 @@
1872
1866
  "プロモート環境が見つかりませんでした"
1873
1867
  ],
1874
1868
  "Could not find product with name '%{name}' in organization id %{org_id}.": [
1875
- ""
1869
+ "組織 id %{org_id} 内に '%{name}' という名前の製品は見つかりませんでした。"
1876
1870
  ],
1877
1871
  "Could not locate Pulp distribution.": [
1878
- ""
1872
+ "Pulp ディストリビューションが見つかりませんでした。"
1879
1873
  ],
1880
1874
  "Could not locate local uploaded repository for content indexing.": [
1881
- ""
1875
+ "コンテンツインデックス作成用のローカルにアップロードされたリポジトリーが見つかりませんでした。"
1882
1876
  ],
1883
1877
  "Could not locate repository properties for content indexing.": [
1884
- ""
1878
+ "コンテンツインデックス作成用のリポジトリープロパティーが見つかりませんでした。"
1885
1879
  ],
1886
1880
  "Could not remove the lifecycle environment from the smart proxy": [
1887
1881
  "Smart Proxy からライフサイクル環境を削除できませんでした"
@@ -1920,7 +1914,7 @@
1920
1914
  "コンテンツホストの環境 '%s' が見つかりませんでした"
1921
1915
  ],
1922
1916
  "Couldn't find content view environment with content view ID '%{cv}' and environment ID '%{env}'": [
1923
- ""
1917
+ "コンテンツビュー IDが '%{cv}' および環境 ID が '%{env}' のコンテンツビュー環境が見つかりませんでした"
1924
1918
  ],
1925
1919
  "Couldn't find content view version '%s'": [
1926
1920
  "コンテンツビューのバージョン '%s' が見つかりませんでした"
@@ -1965,7 +1959,7 @@
1965
1959
  "名前が '%s' の Smart Proxy は見つかりませんでした"
1966
1960
  ],
1967
1961
  "Couldn't find specified content view and lifecycle environment.": [
1968
- ""
1962
+ "指定のコンテンツビューとライフサイクル環境が見つかりませんでした。"
1969
1963
  ],
1970
1964
  "Couldn't find subject of synchronization": [
1971
1965
  "同期の件名が見つかりませんでした"
@@ -1980,13 +1974,13 @@
1980
1974
  "代替コンテンツソースの作成"
1981
1975
  ],
1982
1976
  "Create Container Push Repository Root": [
1983
- ""
1977
+ "コンテナープッシュリポジトリールートの作成"
1984
1978
  ],
1985
1979
  "Create Export History": [
1986
1980
  "エクスポート履歴の作成"
1987
1981
  ],
1988
1982
  "Create Flatpak Remote": [
1989
- ""
1983
+ "Flatpak リモートの作成"
1990
1984
  ],
1991
1985
  "Create Import History": [
1992
1986
  "インポート履歴の作成"
@@ -2013,7 +2007,7 @@
2013
2007
  "フィルタールールの作成。組み込まれるパラメーターはフィルタータイプに基づいている必要があります。"
2014
2008
  ],
2015
2009
  "Create a flatpak remote": [
2016
- ""
2010
+ "flatpak リモートを作成する"
2017
2011
  ],
2018
2012
  "Create a host collection": [
2019
2013
  "ホストコレクションの作成"
@@ -2052,7 +2046,7 @@
2052
2046
  "ホストコレクションの作成"
2053
2047
  ],
2054
2048
  "Create new activation key": [
2055
- ""
2049
+ "新規アクティベーションキーの作成"
2056
2050
  ],
2057
2051
  "Create organization": [
2058
2052
  "組織の作成"
@@ -2139,7 +2133,7 @@
2139
2133
  "Deb パッケージ"
2140
2134
  ],
2141
2135
  "Debian packages": [
2142
- ""
2136
+ "Debian パッケージ"
2143
2137
  ],
2144
2138
  "Debug Certificate": [
2145
2139
  "デバッグ証明書"
@@ -2178,28 +2172,28 @@
2178
2172
  "デフォルトのシステム SLA"
2179
2173
  ],
2180
2174
  "Default and Rolling content view versions cannot be promoted": [
2181
- ""
2175
+ "デフォルトおよびローリングコンテンツビューのバージョンはプロモートできません"
2182
2176
  ],
2183
2177
  "Default custom non-yum repository mirroring policy": [
2184
- ""
2178
+ "yum 以外のカスタムリポジトリーのデフォルトミラーリングポリシー"
2185
2179
  ],
2186
2180
  "Default custom yum repository mirroring policy": [
2187
- ""
2181
+ "yum カスタムリポジトリーのデフォルトミラーリングポリシー"
2188
2182
  ],
2189
2183
  "Default download policy for Smart Proxy syncs (either 'inherit', immediate', or 'on_demand')": [
2190
- "Smart Proxy 同期のデフォルトのダウンロードポリシー ('inherit'、'immediate'、または 'on_demand' のいずれか)"
2184
+ "Smart Proxy 同期のデフォルトのダウンロードポリシー ('継承'、'即時' または 'オンデマンド' のいずれか)"
2191
2185
  ],
2192
2186
  "Default download policy for custom repositories (either 'immediate' or 'on_demand')": [
2193
- "カスタムリポジトリーのデフォルトのダウンロードポリシー ('immediate' または 'on_demand' のいずれか)"
2187
+ "カスタムリポジトリーのデフォルトのダウンロードポリシー ('即時' または 'オンデマンド' のいずれか)"
2194
2188
  ],
2195
2189
  "Default download policy for enabled Red Hat repositories (either 'immediate' or 'on_demand')": [
2196
- "有効な Red Hat リポジトリーのデフォルトのダウンロードポリシー ('immediate' または 'on_demand' のいずれか)"
2190
+ "有効な Red Hat リポジトリーのデフォルトのダウンロードポリシー ('即時' または 'オンデマンド' のいずれか)"
2197
2191
  ],
2198
2192
  "Default export format": [
2199
- ""
2193
+ "デフォルトのエクスポート形式"
2200
2194
  ],
2201
2195
  "Default export format for content-exports(either 'syncable' or 'importable')": [
2202
- ""
2196
+ "content-exports のデフォルトのエクスポート形式 ('同期可能' または 'インポート可能')"
2203
2197
  ],
2204
2198
  "Default finish template for new Operating Systems created from synced content": [
2205
2199
  "同期コンテンツから作成された新規オペレーティングシステムのデフォルト完了テンプレート"
@@ -2214,10 +2208,10 @@
2214
2208
  "サブスクライブ済みホストのデフォルトの場所"
2215
2209
  ],
2216
2210
  "Default mirroring policy for custom non-yum repositories (either 'mirror_content_only' or 'additive')": [
2217
- ""
2211
+ "yum 以外のカスタムリポジトリーのデフォルトのミラーリングポリシー ('mirror_content_only' または 'additive' のいずれか)"
2218
2212
  ],
2219
2213
  "Default mirroring policy for custom yum repositories (either 'mirror_content_only', 'additive' or 'mirror_complete')": [
2220
- ""
2214
+ "yum カスタムリポジトリーのデフォルトミラーリングポリシー ('mirror_content_only'、'additive'、または 'mirror_complete' のいずれか)"
2221
2215
  ],
2222
2216
  "Default partitioning table for new Operating Systems created from synced content": [
2223
2217
  "同期コンテンツから作成された新規オペレーティングシステムのデフォルトのパーティションテーブル"
@@ -2274,7 +2268,7 @@
2274
2268
  "アクティベーションキーの削除"
2275
2269
  ],
2276
2270
  "Delete Flatpak remote?": [
2277
- ""
2271
+ "Flatpak リモートを削除しますか?"
2278
2272
  ],
2279
2273
  "Delete Host upon unregister": [
2280
2274
  "登録解除時にホストを削除します"
@@ -2301,10 +2295,10 @@
2301
2295
  "フィルタールールの削除"
2302
2296
  ],
2303
2297
  "Delete a flatpak remote": [
2304
- ""
2298
+ "flatpak リモートを削除する"
2305
2299
  ],
2306
2300
  "Delete activation key?": [
2307
- ""
2301
+ "アクティベーションキーを削除しますか?"
2308
2302
  ],
2309
2303
  "Delete all subscriptions attached to activation keys.": [
2310
2304
  "アクティベーションキーにアタッチされている全サブスクリプションを削除します。"
@@ -2322,7 +2316,7 @@
2322
2316
  "コンテンツビューの削除"
2323
2317
  ],
2324
2318
  "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.": [
2325
- ""
2319
+ "このリポジトリーが関連付けられた最後のリポジトリーであるコンテンツビューフィルターを削除します。デフォルトは true です。false の場合、そのようなフィルターがコンテンツビュー内のすべてのリポジトリーに適用されます。"
2326
2320
  ],
2327
2321
  "Delete manifest from Red Hat provider": [
2328
2322
  "Red Hat プロバイダーからマニフェストを削除"
@@ -2337,7 +2331,7 @@
2337
2331
  "バージョンの削除"
2338
2332
  ],
2339
2333
  "Deleted %{host_count} %{hosts}": [
2340
- ""
2334
+ "%{host_count} 個の %{hosts} を削除しました"
2341
2335
  ],
2342
2336
  "Deleted consumer '%s'": [
2343
2337
  "コンシューマー '%s' を削除しました"
@@ -2361,7 +2355,7 @@
2361
2355
  "バージョンを削除しています: {versionList}"
2362
2356
  ],
2363
2357
  "Depth": [
2364
- ""
2358
+ "階層の深さ"
2365
2359
  ],
2366
2360
  "Description": [
2367
2361
  "説明"
@@ -2376,7 +2370,7 @@
2376
2370
  "新規に公開されたコンテンツビューバージョンの説明"
2377
2371
  ],
2378
2372
  "Description of the flatpak remote": [
2379
- ""
2373
+ "flatpak リモートの説明"
2380
2374
  ],
2381
2375
  "Description of the repository": [
2382
2376
  "リポジトリーの説明"
@@ -2445,10 +2439,10 @@
2445
2439
  "詳細"
2446
2440
  ],
2447
2441
  "Determining settings for ${truncate(name)}": [
2448
- ""
2442
+ "${truncate(name)} の設定を決定中"
2449
2443
  ],
2450
2444
  "Digest": [
2451
- ""
2445
+ "ダイジェスト"
2452
2446
  ],
2453
2447
  "Directly setting package lists on composite content views is not allowed. Please update the components, then re-publish the composite.": [
2454
2448
  "複合コンテンツビューにパッケージリストを直接設定することはできません。コンポーネントを更新してから、複合を再公開してください。"
@@ -2505,22 +2499,22 @@
2505
2499
  "レート制限のダウンロード"
2506
2500
  ],
2507
2501
  "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
- ""
2502
+ "組織の変更により、このコンテナー名があいまいになりました (組織名 '%{org_label}')。このコンテナー名を引き続き使用する場合は、'%{o_name} (id %{o_id}) と競合する組織を破棄してください。両方の組織を保持する場合は、'%{o_label}/%{prod_label}/%{root_repo_label}' を破棄し、ID 形式を使用してプッシュを再試行してください。"
2509
2503
  ],
2510
2504
  "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
- ""
2505
+ "製品の変更により、このコンテナー名があいまいになりました (製品名 '%{prod_label}')。このコンテナー名を引き続き使用する場合は、'%{prod_name}' (id %{prod_id}) と競合する製品を破棄してください。両方の製品を保持する場合は、'%{org_label}/%{prod_dot_label}/%{root_repo_label}' を破棄し、ID 形式を使用してプッシュを再試行してください。"
2512
2506
  ],
2513
2507
  "Duplicate artifact detected": [
2514
2508
  "重複するアーティファクトが検出されました"
2515
2509
  ],
2516
2510
  "Duplicate repositories in content view versions": [
2517
- ""
2511
+ "コンテンツビューバージョンに重複したリポジトリーがあります"
2518
2512
  ],
2519
2513
  "Duration": [
2520
2514
  "期間"
2521
2515
  ],
2522
2516
  "During incremental update, the previous content view version '%s' could not be found.": [
2523
- ""
2517
+ "増分更新中に以前のコンテンツビューバージョン '%s' が見つかりませんでした。"
2524
2518
  ],
2525
2519
  "ERRATA ADVISORY": [
2526
2520
  "エラータアドバイザリー"
@@ -2529,7 +2523,7 @@
2529
2523
  "編集"
2530
2524
  ],
2531
2525
  "Edit Flatpak Remote": [
2532
- ""
2526
+ "Flatpak リモートの編集"
2533
2527
  ],
2534
2528
  "Edit RPM rule": [
2535
2529
  "RPM ルールの編集"
@@ -2538,13 +2532,13 @@
2538
2532
  "URL およびサブパスの編集"
2539
2533
  ],
2540
2534
  "Edit activation key": [
2541
- ""
2535
+ "アクティベーションキーの編集"
2542
2536
  ],
2543
2537
  "Edit content view assignment": [
2544
2538
  "コンテンツビューの割り当てを編集"
2545
2539
  ],
2546
2540
  "Edit content view environments": [
2547
- ""
2541
+ "コンテンツビュー環境の編集"
2548
2542
  ],
2549
2543
  "Edit credentials": [
2550
2544
  "資格情報の編集"
@@ -2616,7 +2610,7 @@
2616
2610
  "リポジトリーセットの有効化"
2617
2611
  ],
2618
2612
  "Enable structured APT for deb content": [
2619
- ""
2613
+ "deb コンテンツに対して構造化 APT を有効にする"
2620
2614
  ],
2621
2615
  "Enable/Disable auto publish of composite view": [
2622
2616
  "複合ビューの自動公開を有効/無効にします"
@@ -2631,7 +2625,7 @@
2631
2625
  "'%{subject}' のシンプルコンテンツアクセスの有効化に失敗しました。"
2632
2626
  ],
2633
2627
  "Enabling Tracer requires installing the katello-host-tools-tracer package on the host.": [
2634
- ""
2628
+ "トレーサーを有効にするには、ホストに katello-host-tools-tracer パッケージをインストールする必要があります。"
2635
2629
  ],
2636
2630
  "End Date": [
2637
2631
  "終了日"
@@ -2667,10 +2661,10 @@
2667
2661
  "環境"
2668
2662
  ],
2669
2663
  "Environment ID": [
2670
- ""
2664
+ "環境 ID"
2671
2665
  ],
2672
2666
  "Environment ID and content view ID must be provided together": [
2673
- ""
2667
+ "環境 ID とコンテンツビュー ID を合わせて指定する必要があります"
2674
2668
  ],
2675
2669
  "Environment IDs": [
2676
2670
  "環境 ID"
@@ -2682,7 +2676,7 @@
2682
2676
  "環境 ID"
2683
2677
  ],
2684
2678
  "Environment name": [
2685
- ""
2679
+ "環境名"
2686
2680
  ],
2687
2681
  "Environments": [
2688
2682
  "環境"
@@ -2709,19 +2703,19 @@
2709
2703
  "%s によりエラータのインストールがスケジュールされました"
2710
2704
  ],
2711
2705
  "Errata and package information will be updated at the next host check-in or package action.": [
2712
- ""
2706
+ "エラータとパッケージ情報は、次のホストのチェックインまたはパッケージアクションで更新されます。"
2713
2707
  ],
2714
2708
  "Errata and package information will be updated immediately.": [
2715
- ""
2709
+ "エラータおよびパッケージ情報はすぐに更新されます。"
2716
2710
  ],
2717
2711
  "Errata id of the erratum (RHSA-2012:108)": [
2718
2712
  "エラータのエラータ ID (RHSA-2012:108)"
2719
2713
  ],
2720
2714
  "Errata statuses not updated for deleted content facet with UUID %s": [
2721
- ""
2715
+ "UUID %s を持つ削除済みコンテンツファセットのエラータステータスが更新されませんでした"
2722
2716
  ],
2723
2717
  "Errata to apply": [
2724
- ""
2718
+ "適用するエラータ"
2725
2719
  ],
2726
2720
  "Errata to exclusively include in the action": [
2727
2721
  "アクションにだけ含めるエラータ"
@@ -2772,7 +2766,7 @@
2772
2766
  "除外"
2773
2767
  ],
2774
2768
  "Exclude Refs": [
2775
- ""
2769
+ "参照の除外"
2776
2770
  ],
2777
2771
  "Exclude all RPMs not associated to any errata": [
2778
2772
  "エラータに関連付けられていないすべての RPM を除外する"
@@ -2802,10 +2796,10 @@
2802
2796
  "日 (期限切れまでの日数)"
2803
2797
  ],
2804
2798
  "Expired ": [
2805
- ""
2799
+ "有効期限切れ "
2806
2800
  ],
2807
2801
  "Expires ": [
2808
- ""
2802
+ "期限切れ "
2809
2803
  ],
2810
2804
  "Export": [
2811
2805
  "エクスポート"
@@ -2829,11 +2823,17 @@
2829
2823
  "CSVとしてエクスポート"
2830
2824
  ],
2831
2825
  "Export failed: One or more repositories needs to be synced (with Immediate download policy.)": [
2826
+ "エクスポートに失敗しました: (即時ダウンロードポリシーが設定された) 1 つ以上のリポジトリーを同期する必要があります。"
2827
+ ],
2828
+ "Export format must be specified for library exports.": [
2832
2829
  ""
2833
2830
  ],
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.": [
2831
+ "Export format must be specified for non-incremental repository exports.": [
2835
2832
  ""
2836
2833
  ],
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.": [
2835
+ "エクスポート形式。エクスポートしたコンテンツを yum 形式にする必要がある場合は、同期可能を選択します。このオプションは %{syncable_repos} リポジトリーでのみ使用できます。インポート先のサーバーが同じバージョンを使用し、エクスポートしたコンテンツを %{importable_repos} リポジトリーのいずれかにする必要がある場合は、インポート可能を選択します。"
2836
+ ],
2837
2837
  "Export history identifier used for incremental export. If not provided the most recent export history will be used.": [
2838
2838
  "増分エクスポートに使用されるエクスポート履歴識別子。指定されていない場合は、最新のエクスポート履歴が使用されます。"
2839
2839
  ],
@@ -2844,7 +2844,7 @@
2844
2844
  "エクスポートされたバージョン"
2845
2845
  ],
2846
2846
  "Extended support": [
2847
- ""
2847
+ "延長サポート"
2848
2848
  ],
2849
2849
  "Facts successfully updated.": [
2850
2850
  "ファクトが正常に更新されました。"
@@ -2907,7 +2907,7 @@
2907
2907
  "指定したコンポーネントバージョンで公開がトリガーされた複合バージョンをフィルタリングする"
2908
2908
  ],
2909
2909
  "Filter content view versions that contain the file": [
2910
- ""
2910
+ "ファイルを含むコンテンツビューバージョンのフィルタリング"
2911
2911
  ],
2912
2912
  "Filter created": [
2913
2913
  "フィルターが作成されました"
@@ -2976,10 +2976,10 @@
2976
2976
  "フィルターが削除されました"
2977
2977
  ],
2978
2978
  "Filters were applied to this version.": [
2979
- ""
2979
+ "フィルターはこのバージョンに適用されました。"
2980
2980
  ],
2981
2981
  "Filters will be applied to this content view version.": [
2982
- ""
2982
+ "フィルターはこのコンテンツビューのバージョンに適用されます。"
2983
2983
  ],
2984
2984
  "Find the relative path for each RHUI repository and combine them in a comma-separated list.": [
2985
2985
  "各 RHUI リポジトリーの相対パスを見つけ、それらをコンマ区切りリストで組み合わせます。"
@@ -2991,30 +2991,33 @@
2991
2991
  "終了"
2992
2992
  ],
2993
2993
  "Flatpak Remote ${name} created": [
2994
- ""
2994
+ "Flatpak リモート ${name} が作成されました"
2995
2995
  ],
2996
2996
  "Flatpak Remote Details": [
2997
- ""
2997
+ "Flatpak リモートの詳細"
2998
2998
  ],
2999
2999
  "Flatpak Remotes": [
3000
- ""
3000
+ "flatpak リモート"
3001
3001
  ],
3002
3002
  "Flatpak remote could not be deleted: ": [
3003
- ""
3003
+ "Flatpak リモートを削除できませんでした: "
3004
3004
  ],
3005
3005
  "Flatpak remote deleted": [
3006
- ""
3006
+ "Flatpak リモートが削除されました"
3007
3007
  ],
3008
3008
  "Flatpak remote numeric identifier": [
3009
- ""
3009
+ "flatpak リモートの数値識別子"
3010
3010
  ],
3011
3011
  "Flatpak remote repository numeric identifier": [
3012
- ""
3012
+ "flatpak リモートリポジトリーの数値識別子"
3013
3013
  ],
3014
3014
  "Flatpak remote scan could not be started: ": [
3015
- ""
3015
+ "Flatpak リモートのスキャンを開始できませんでした: "
3016
3016
  ],
3017
3017
  "Flatpak remote updated": [
3018
+ "Flatpak リモートが更新されました"
3019
+ ],
3020
+ "Flatpak repositories cannot be mirrored into Red Hat products. Please select a custom product.": [
3018
3021
  ""
3019
3022
  ],
3020
3023
  "Force": [
@@ -3027,16 +3030,16 @@
3027
3030
  "強制的に同期し、全コンテンツのチェックサムを検証します。Yum リポジトリーでのみ使用されます。"
3028
3031
  ],
3029
3032
  "Force content view promotion and bypass lifecycle environment restriction": [
3030
- ""
3033
+ "コンテンツビューを強制的にプロモートしてライフサイクル環境の制限を無視する"
3031
3034
  ],
3032
3035
  "Force delete the repository by removing it from all content view versions": [
3033
3036
  "すべてのコンテンツビューバージョンからリポジトリーを削除して、リポジトリーを強制的に削除します"
3034
3037
  ],
3035
3038
  "Force metadata regeneration to proceed. Dangerous operation when version has repositories with the 'Complete Mirroring' mirroring policy": [
3036
- ""
3039
+ "メタデータの再生成を強制的に実行します。バージョンに '完全ミラーリング' ミラーリングポリシーを使用しているリポジトリーがある場合には危険な操作です"
3037
3040
  ],
3038
3041
  "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy": [
3039
- ""
3042
+ "メタデータの再生成を強制的に実行します。リポジトリーで '完全ミラーリング' ミラーリングポリシーを使用している場合には危険な操作です"
3040
3043
  ],
3041
3044
  "Force promotion": [
3042
3045
  "プロモーションの強制"
@@ -3048,10 +3051,10 @@
3048
3051
  "アップストリームの変更が検出されない場合でも、強制的に同期します。yum 以外のリポジトリーはスキップされます。"
3049
3052
  ],
3050
3053
  "Force sync even if no upstream changes are detected. Only used with yum or deb repositories.": [
3051
- ""
3054
+ "アップストリームの変更が検出されない場合でも、強制的に同期します。yum または deb リポジトリーでのみ使用されます。"
3052
3055
  ],
3053
3056
  "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
- ""
3057
+ "指定のリポジトリーを強制的に再公開し、ファイルシステムのメタデータとシンボリックリンクを再生成します。'完全ミラーリング' ミラーリングポリシーを使用しているリポジトリーでは許可されません。"
3055
3058
  ],
3056
3059
  "Forces a republish of the version's repositories' metadata": [
3057
3060
  "バージョンのリポジトリーのメタデータを強制的に再公開します"
@@ -3060,7 +3063,7 @@
3060
3063
  "説明全文"
3061
3064
  ],
3062
3065
  "Full support": [
3063
- ""
3066
+ "フルサポート"
3064
3067
  ],
3065
3068
  "GPG Key URL": [
3066
3069
  "GPG キー URL"
@@ -3072,7 +3075,7 @@
3072
3075
  "生成してダウンロード"
3073
3076
  ],
3074
3077
  "Generate errata status from directly-installable content": [
3075
- ""
3078
+ "直接インストール可能なコンテンツからエラータステータスを生成する"
3076
3079
  ],
3077
3080
  "Generate host applicability": [
3078
3081
  "ホストに適用可能なエラータを生成します"
@@ -3084,7 +3087,7 @@
3084
3087
  "生成済み"
3085
3088
  ],
3086
3089
  "Generated content views cannot be assigned to hosts or activation keys": [
3087
- ""
3090
+ "生成コンテンツビューをホスト/アクティべーションキーに割り当てることはできません"
3088
3091
  ],
3089
3092
  "Generated content views cannot be directly published. They can updated only via export.": [
3090
3093
  "生成されたコンテンツビューは直接公開できません。コンテンツビューは、エクスポートしなければ更新されません。"
@@ -3123,7 +3126,7 @@
3123
3126
  "指定された条件はどのホストともマッチしません。ルールを変更してみてください。"
3124
3127
  ],
3125
3128
  "Given criteria doesn't match any non-modular RPMs. Try changing your rule.": [
3126
- ""
3129
+ "指定された条件はどの非モジュラー RPM ともマッチしません。ルールを変更してみてください。"
3127
3130
  ],
3128
3131
  "Go to job details": [
3129
3132
  "ジョブの詳細に移動"
@@ -3150,16 +3153,16 @@
3150
3153
  "0 より大きい必要があります"
3151
3154
  ],
3152
3155
  "Hash containing the Id of the single lifecycle environment to be associated with the activation key.": [
3153
- ""
3156
+ "アクティベーションキーに関連付ける単一のライフサイクル環境の ID を含むハッシュ。"
3154
3157
  ],
3155
3158
  "Help": [
3156
- ""
3159
+ "ヘルプ"
3157
3160
  ],
3158
3161
  "Helper": [
3159
3162
  "ヘルパー"
3160
3163
  ],
3161
3164
  "Hide Reclaim Space Warning": [
3162
- ""
3165
+ "領域の再利用に関する警告を非表示にする"
3163
3166
  ],
3164
3167
  "Hide affected activation keys": [
3165
3168
  "影響のあるアクティベーションキーを非表示"
@@ -3183,7 +3186,7 @@
3183
3186
  "ホスト %s は subscription-manager で登録されていません。"
3184
3187
  ],
3185
3188
  "Host %{hostname}: Cannot add content view environment to content facet. The host's content source '%{content_source}' does not sync lifecycle environment '%{lce}'.": [
3186
- ""
3189
+ "ホスト %{hostname}: コンテンツビュー環境をコンテンツファセットに追加できません。ホストのコンテンツソース '%{content_source}' はライフサイクル環境 '%{lce}' を同期しません。"
3187
3190
  ],
3188
3191
  "Host %{name} cannot be assigned release version %{release_version}.": [
3189
3192
  "ホスト %{name} は、リリースバージョン %{release_version} に割り当てることができません。"
@@ -3210,7 +3213,7 @@
3210
3213
  "ホスト ID"
3211
3214
  ],
3212
3215
  "Host Limit": [
3213
- ""
3216
+ "ホストの制限"
3214
3217
  ],
3215
3218
  "Host Profile Assume": [
3216
3219
  "ホストプロファイルの想定"
@@ -3240,16 +3243,16 @@
3240
3243
  "ホストコレクションおよびサブスクリプションの詳細"
3241
3244
  ],
3242
3245
  "Host content source will remain the same. Click Save below to update the host's content view environment.": [
3243
- ""
3246
+ "ホストコンテンツソースは同じままです。ホストのコンテンツビュー環境を更新するには、下の保存をクリックしてください。"
3244
3247
  ],
3245
3248
  "Host content view and environment updated": [
3246
3249
  "ホストコンテンツビューと環境が更新されました"
3247
3250
  ],
3248
3251
  "Host content view environment(s) updated": [
3249
- ""
3252
+ "ホストコンテンツビュー環境が更新されました"
3250
3253
  ],
3251
3254
  "Host content view environments updating.": [
3252
- ""
3255
+ "ホストコンテンツビュー環境を更新しています。"
3253
3256
  ],
3254
3257
  "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
3258
  "%s と BIOS UUID を共有するため、%s のホスト作成は省略されました。このハイパーバイザーをレポートするには、dmi.system.uuid ファクトを上書きするか、Candlepin 設定の 'candlepin.use_system_uuid_for_matching' を「true」に設定してください。"
@@ -3276,10 +3279,10 @@
3276
3279
  "該当するパッケージをリストするホスト ID"
3277
3280
  ],
3278
3281
  "Host identifier": [
3279
- ""
3282
+ "ホスト識別子"
3280
3283
  ],
3281
3284
  "Host lifecycle support expiration notification": [
3282
- ""
3285
+ "ホストのライフサイクルサポート期限切れの通知"
3283
3286
  ],
3284
3287
  "Host was not found by the subscription UUID: '%s', this can happen if the host is registered already, but not to this instance": [
3285
3288
  "サブスクリプション UUID: '%s' でホストが見つかりませんでした。これは、ホストがすでに登録されているけれども、このインスタンスには登録されていない場合に発生する可能性があります。"
@@ -3306,7 +3309,7 @@
3306
3309
  "ホスト: "
3307
3310
  ],
3308
3311
  "How many days before a completed Pulp task is purged by Orphan Cleanup.": [
3309
- ""
3312
+ "完了した Pulp タスクが孤立項目クリーンアップによって削除されるまでの日数。"
3310
3313
  ],
3311
3314
  "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
3315
  "Capsule で同時に同期する必要があるリポジトリ数。数値が小さいほど、同期時間が長くなる可能性があり、数値が大きいほど、dynflow の負荷が増加します。"
@@ -3315,7 +3318,7 @@
3315
3318
  "結果のソート順 (例: ascending (昇順) の ASC)"
3316
3319
  ],
3317
3320
  "ID": [
3318
- ""
3321
+ "ID"
3319
3322
  ],
3320
3323
  "ID of a HTTP Proxy": [
3321
3324
  "HTTP プロキシ ー ID"
@@ -3339,7 +3342,7 @@
3339
3342
  "リポジトリーを表示させる組織の ID"
3340
3343
  ],
3341
3344
  "ID of flatpak remote to show repositories of": [
3342
- ""
3345
+ "リポジトリーを表示する flatpak リモートの ID"
3343
3346
  ],
3344
3347
  "ID of the Organization": [
3345
3348
  "組織 ID"
@@ -3402,22 +3405,22 @@
3402
3405
  "コンテンツホストの ID"
3403
3406
  ],
3404
3407
  "Id of the content view to limit the content counting on": [
3405
- ""
3408
+ "カウントするコンテンツを制限するコンテンツビューの ID"
3406
3409
  ],
3407
3410
  "Id of the content view to limit the synchronization on": [
3408
3411
  "同期を制限するコンテンツビューの ID"
3409
3412
  ],
3410
3413
  "Id of the content view to limit verifying checksum on": [
3411
- ""
3414
+ "チェックサムの検証を制限するコンテンツビューの ID"
3412
3415
  ],
3413
3416
  "Id of the environment to limit the content counting on": [
3414
- ""
3417
+ "コンテンツを制限する環境の ID"
3415
3418
  ],
3416
3419
  "Id of the environment to limit the synchronization on": [
3417
3420
  "同期を制限する環境の ID"
3418
3421
  ],
3419
3422
  "Id of the environment to limit verifying checksum on": [
3420
- ""
3423
+ "チェックサムの検証を制限する環境の ID"
3421
3424
  ],
3422
3425
  "Id of the host": [
3423
3426
  "ホストの ID"
@@ -3435,31 +3438,31 @@
3435
3438
  "環境を制限する組織の ID"
3436
3439
  ],
3437
3440
  "Id of the repository to limit the content counting on": [
3438
- ""
3441
+ "コンテンツを制限するリポジトリーの ID"
3439
3442
  ],
3440
3443
  "Id of the repository to limit the synchronization on": [
3441
3444
  "同期を制限するリポジトリーの ID"
3442
3445
  ],
3443
3446
  "Id of the repository to limit verifying checksum on": [
3444
- ""
3447
+ "チェックサムの検証を制限するリポジトリーの ID"
3445
3448
  ],
3446
3449
  "Id of the single content view to be associated with the activation key.": [
3447
- ""
3450
+ "アクティベーションキーに関連付ける単一のコンテンツビューの ID。"
3448
3451
  ],
3449
3452
  "Id of the single content view to be associated with the host.": [
3450
- ""
3453
+ "ホストに関連付ける単一のコンテンツビューの ID。"
3451
3454
  ],
3452
3455
  "Id of the single lifecycle environment to be associated with the activation key.": [
3453
- ""
3456
+ "アクティベーションキーに関連付ける単一のライフサイクル環境の ID。"
3454
3457
  ],
3455
3458
  "Id of the single lifecycle environment to be associated with the host.": [
3456
- ""
3459
+ "ホストに関連付ける単一のライフサイクル環境の ID。"
3457
3460
  ],
3458
3461
  "Id of the smart proxy": [
3459
3462
  "Smart Proxy の ID"
3460
3463
  ],
3461
3464
  "Id of the smart proxy from which the host consumes content.": [
3462
- ""
3465
+ "ホストが使用するコンテンツの取得元 Smart Proxy の ID。"
3463
3466
  ],
3464
3467
  "Idenifier of the SSL CA Cert": [
3465
3468
  "SSL CA 証明書の ID"
@@ -3486,7 +3489,7 @@
3486
3489
  "ライフサイクル環境の ID"
3487
3490
  ],
3488
3491
  "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
- ""
3492
+ "OS バージョンが一致しないクライアントでリポジトリーを利用不可にするかどうかを指定します。\\n[] を渡すと、OS バージョンに関係なくクライアントがリポジトリーを利用できるようになります。最大長は 1 です。許可されるタグは次のとおりです: %s"
3490
3493
  ],
3491
3494
  "Ids of smart proxies to associate": [
3492
3495
  "関連付ける Smart Proxy の ID"
@@ -3498,10 +3501,10 @@
3498
3501
  "DMI UUID が重複しているためにホストの登録に失敗した場合は、ここにコンマ区切りの値を追加します。今後の登録では、影響を受けるホストに対して一意の DMI UUID が生成されます。"
3499
3502
  ],
3500
3503
  "If product certificates should be used to authenticate to a custom CDN.": [
3501
- ""
3504
+ "カスタム CDN に対する認証に製品証明書を使用する必要があるかどうか。"
3502
3505
  ],
3503
3506
  "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
- ""
3507
+ "これが設定されている場合、Katello で新しく作成された APT リポジトリーは、同期元のリモートリポジトリーと同じリポジトリー構造を使用します。'foreman-rake katello:migrate_structure_content_for_deb' を実行して、既存の APT リポジトリーを設定に合わせて移行できます。"
3505
3508
  ],
3506
3509
  "If specified, remove the first instance of a subscription with matching id and quantity": [
3507
3510
  "指定された場合、ID と数量が一致するサブスクリプションの最初のインスタンスを削除します"
@@ -3516,7 +3519,7 @@
3516
3519
  "これが有効で、register_hostname_fact が設定および指定されている場合には、登録時に、そのファクトだけを使用して名前で新規ホストを検索し、ホスト名の照合をすべてスキップします"
3517
3520
  ],
3518
3521
  "If this is enabled, content counts on smart proxies will be updated automatically after content sync.": [
3519
- ""
3522
+ "これを有効にすると、コンテンツの同期後に Smart Proxy 上のコンテンツ数が自動的に更新されます。"
3520
3523
  ],
3521
3524
  "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
3525
  "有効の場合、公開済みコンテンツビューに属する場合でもリポジトリーを削除できます。削除されたリポジトリーは、すべてのコンテンツビューバージョンから削除されます。"
@@ -3525,10 +3528,10 @@
3525
3528
  "これが有効な場合には、環境 (\\\"archived\\\") がないコンテンツビューバージョンのリポジトリーが '/pulp/content/<organization>/content_views/<content view>/X.Y/...' で配布されます。"
3526
3529
  ],
3527
3530
  "If this is enabled, the Smart Proxy page will suppress the warning message about reclaiming space.": [
3528
- ""
3531
+ "これを有効にすると、Smart Proxy ページに領域の再利用に関する警告メッセージが表示されなくなります。"
3529
3532
  ],
3530
3533
  "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
- ""
3534
+ "true の場合、増分更新なしでインストールできるエラータのみが、ホストのエラータステータスに影響します。また、ホストコレクションのダッシュボードウィジェットにも影響します。"
3532
3535
  ],
3533
3536
  "If true, only return repository sets that are associated with an active subscriptions": [
3534
3537
  "true の場合には、アクティブなサブスクリプションに関連付けられているリポジトリーセットのみを返します"
@@ -3537,7 +3540,7 @@
3537
3540
  "true の場合には、有効なリポジトリーセットのみを返します。デフォルトは false です"
3538
3541
  ],
3539
3542
  "If true, return custom repository sets along with redhat repos. Will be ignored if repository_type is supplied.": [
3540
- ""
3543
+ "true の場合は、カスタムリポジトリーセットを redhat リポジトリーとともに返します。repository_type が指定されている場合は無視されます。"
3541
3544
  ],
3542
3545
  "If true, when adding the specified errata or packages, any needed dependencies will be copied as well. Defaults to true": [
3543
3546
  "true の場合には、指定されたエラータまたはパッケージを追加すると、必要な依存関係もコピーされます。デフォルトは True です。"
@@ -3552,7 +3555,7 @@
3552
3555
  "無視できるコンテンツは、Yum リポジトリーにのみ設定できます。"
3553
3556
  ],
3554
3557
  "Ignore %s cannot be set in combination with the 'Complete Mirroring' mirroring policy.": [
3555
- ""
3558
+ "%s の無視は、'完全ミラーリング' ミラーリングポリシーと組み合わせて設定できません。"
3556
3559
  ],
3557
3560
  "Ignore errors": [
3558
3561
  "エラーを無視する"
@@ -3570,28 +3573,28 @@
3570
3573
  "無視するホスト"
3571
3574
  ],
3572
3575
  "Image": [
3573
- ""
3576
+ "イメージ"
3574
3577
  ],
3575
3578
  "Image digest": [
3576
- ""
3579
+ "イメージダイジェスト"
3577
3580
  ],
3578
3581
  "Image digests": [
3579
- ""
3582
+ "イメージダイジェスト"
3580
3583
  ],
3581
3584
  "Image mode": [
3582
- ""
3585
+ "イメージモード"
3583
3586
  ],
3584
3587
  "Image mode / package mode": [
3585
- ""
3588
+ "イメージモード/パッケージモード"
3586
3589
  ],
3587
3590
  "Image mode details": [
3588
- ""
3591
+ "イメージモードの詳細"
3589
3592
  ],
3590
3593
  "Image name": [
3591
- ""
3594
+ "イメージ名"
3592
3595
  ],
3593
3596
  "Image-mode host": [
3594
- ""
3597
+ "イメージモードホスト"
3595
3598
  ],
3596
3599
  "Immediate": [
3597
3600
  "即時"
@@ -3627,16 +3630,16 @@
3627
3630
  "コンテンツビューバージョンをライブラリーにインポートします"
3628
3631
  ],
3629
3632
  "Import a manifest using the Manifest tab above.": [
3630
- ""
3633
+ "上のマニフェストタブを使用してマニフェストをインポートしてください。"
3631
3634
  ],
3632
3635
  "Import a repository": [
3633
3636
  "リポジトリーのインポート"
3634
3637
  ],
3635
3638
  "Import a subscription manifest to give hosts access to Red Hat content.": [
3636
- ""
3639
+ "サブスクリプションマニフェストをインポートして、ホストが Red Hat コンテンツにアクセスできるようにします。"
3637
3640
  ],
3638
3641
  "Import new manifest": [
3639
- ""
3642
+ "新しいマニフェストのインポート"
3640
3643
  ],
3641
3644
  "Import only": [
3642
3645
  "インポートのみ"
@@ -3672,7 +3675,7 @@
3672
3675
  "追加"
3673
3676
  ],
3674
3677
  "Include Refs": [
3675
- ""
3678
+ "参照の追加"
3676
3679
  ],
3677
3680
  "Include all RPMs not associated to any errata": [
3678
3681
  "エラータに関連付けられていないすべての RPM を含める"
@@ -3687,7 +3690,7 @@
3687
3690
  "追加フィルター"
3688
3691
  ],
3689
3692
  "Include manifests": [
3690
- ""
3693
+ "マニフェストを含める"
3691
3694
  ],
3692
3695
  "Included": [
3693
3696
  "包含済み"
@@ -3711,7 +3714,7 @@
3711
3714
  "増分更新が完了していません。"
3712
3715
  ],
3713
3716
  "Incremental Update of %{content_view_count} Content View Version(s) ": [
3714
- "%{content_view_count} 件のコンテンツビューバージョンの増分更新"
3717
+ "%{content_view_count} 件のコンテンツビューバージョンの増分更新 "
3715
3718
  ],
3716
3719
  "Incremental update": [
3717
3720
  "増分更新"
@@ -3762,13 +3765,13 @@
3762
3765
  "インストール可能"
3763
3766
  ],
3764
3767
  "Installable bugfix/enhancement errata": [
3765
- ""
3768
+ "インストール可能なバグ修正/機能拡張エラータ"
3766
3769
  ],
3767
3770
  "Installable errata are applicable errata that are available in the host's assigned content view environments.": [
3768
- ""
3771
+ "インストール可能なエラータは、ホストの割り当て済みコンテンツビュー環境で使用できる適用可能なエラータです。"
3769
3772
  ],
3770
3773
  "Installable security errata": [
3771
- ""
3774
+ "インストール可能なセキュリティーエラータ"
3772
3775
  ],
3773
3776
  "Installable updates": [
3774
3777
  "インストール可能な更新"
@@ -3825,7 +3828,7 @@
3825
3828
  "無効なコンテンツラベル: %s"
3826
3829
  ],
3827
3830
  "Invalid content type '%{content_type}' provided. Content types can be one of %{content_types}": [
3828
- "無効なコンテンツタイプ '{content_type}' が指定されています。コンテンツタイプには {content_types} のいずれかを指定できます。"
3831
+ "無効なコンテンツタイプ '%{content_type}' が指定されています。コンテンツタイプには %{content_types} のいずれかを指定できます。"
3829
3832
  ],
3830
3833
  "Invalid date range. The erratum filter rule start date must come before the end date": [
3831
3834
  "無効な日付の範囲です。エラータフィルタールールの開始日は終了日の前でなくてはなりません。"
@@ -3834,7 +3837,7 @@
3834
3837
  "無効なエラータフィルタールールが指定されました。'errata_id' を 'start_date'、'end_date' または 'types' と同じ組で指定することはできません"
3835
3838
  ],
3836
3839
  "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
- ""
3840
+ "無効なエラータフィルタールールが指定されました。 'errata_id'、'start_date'、'end_date'、'types'、または 'allow_other_types' から少なくとも 1 つを指定する必要があります。"
3838
3841
  ],
3839
3842
  "Invalid erratum types %{invalid_types} provided. Erratum type can be any of %{valid_types}": [
3840
3843
  "無効なエラータタイプ %{invalid_types} が指定されました。エラータタイプは %{valid_types} のいずれかに指定できます"
@@ -3849,25 +3852,25 @@
3849
3852
  "無効なフィルタールールが指定されました。'version' を 'min_version' または 'max_version' と同じタプルで指定することはできません"
3850
3853
  ],
3851
3854
  "Invalid format. Container name cannot be blank.": [
3852
- ""
3855
+ "無効な形式です。コンテナー名は空白にできません。"
3853
3856
  ],
3854
3857
  "Invalid format. Container pushes should follow 'organization_label/product_label/name' OR 'id/organization_id/product_id/name' schema.": [
3855
- ""
3858
+ "無効な形式です。コンテナーのプッシュは、'organization_label/product_label/name' または 'id/organization_id/product_id/name' というスキーマに準拠している必要があります。"
3856
3859
  ],
3857
3860
  "Invalid format. Organization id must be an integer without leading zeros.": [
3858
- ""
3861
+ "無効な形式です。組織 ID は、先頭にゼロが付いていない整数である必要があります。"
3859
3862
  ],
3860
3863
  "Invalid format. Organization label cannot be blank.": [
3861
- ""
3864
+ "無効な形式です。組織ラベルは空白にできません。"
3862
3865
  ],
3863
3866
  "Invalid format. Product id must be an integer without leading zeros.": [
3864
- ""
3867
+ "無効な形式です。製品 ID は、先頭にゼロが付いていない整数である必要があります。"
3865
3868
  ],
3866
3869
  "Invalid format. Product label cannot be blank.": [
3867
- ""
3870
+ "無効な形式です。製品ラベルは空白にできません。"
3868
3871
  ],
3869
3872
  "Invalid mirroring policy for repository type %{type}, only %{policies} are valid.": [
3870
- "リポジトリータイプ %%{type} には無効なミラーリングポリシーです。%%{policies} だけが有効です。"
3873
+ "リポジトリータイプ %{type} には無効なミラーリングポリシーです。%{policies} だけが有効です。"
3871
3874
  ],
3872
3875
  "Invalid parameters sent in the request for this operation. Please contact a system administrator.": [
3873
3876
  "この操作に対する要求で送信されたパラメーターが無効です。システム管理者に連絡してください。"
@@ -3909,28 +3912,28 @@
3909
3912
  "発行元"
3910
3913
  ],
3911
3914
  "It is only allowed for Non-Redhat Yum repositories.": [
3912
- ""
3915
+ "Red Hat 以外の Yum リポジトリーでのみ許可されています。"
3913
3916
  ],
3914
3917
  "It's not possible to bulk remove versions from a rolling content view.": [
3915
- ""
3918
+ "ローリングコンテンツビューからバージョンを一括削除することはできません。"
3916
3919
  ],
3917
3920
  "It's not possible to copy a rolling content view.": [
3918
- ""
3921
+ "ローリングコンテンツビューをコピーすることはできません。"
3919
3922
  ],
3920
3923
  "It's not possible to create a filter for a rolling content view.": [
3921
- ""
3924
+ "ローリングコンテンツビューのフィルターを作成することはできません。"
3922
3925
  ],
3923
3926
  "It's not possible to destroy a version of a rolling content view.": [
3924
- ""
3927
+ "ローリングコンテンツビューのバージョンを破棄することはできません。"
3925
3928
  ],
3926
3929
  "It's not possible to export a rolling content view.": [
3927
- ""
3930
+ "ローリングコンテンツビューをエクスポートすることはできません。"
3928
3931
  ],
3929
3932
  "It's not possible to promote a rolling content view.": [
3930
- ""
3933
+ "ローリングコンテンツビューをプロモートすることはできません。"
3931
3934
  ],
3932
3935
  "It's not possible to publish a rolling content view.": [
3933
- ""
3936
+ "ローリングコンテンツビューを公開することはできません。"
3934
3937
  ],
3935
3938
  "Job '${description}' completed": [
3936
3939
  "ジョブ '${description}' が完了しました"
@@ -3939,28 +3942,28 @@
3939
3942
  "ジョブ '${description}' が開始されました。"
3940
3943
  ],
3941
3944
  "Katello Bootc interface": [
3942
- ""
3945
+ "Katello Bootc インターフェイス"
3943
3946
  ],
3944
3947
  "Katello ID of local pool to update": [
3945
3948
  "更新するローカルプールの Katello ID"
3946
3949
  ],
3947
3950
  "Katello: Bootc Action": [
3948
- ""
3951
+ "Katello: Bootc アクション"
3949
3952
  ],
3950
3953
  "Katello: Bootc Rollback": [
3951
- ""
3954
+ "Katello: Bootc ロールバック"
3952
3955
  ],
3953
3956
  "Katello: Bootc Status": [
3954
- ""
3957
+ "Katello: Bootc ステータス"
3955
3958
  ],
3956
3959
  "Katello: Bootc Switch": [
3957
- ""
3960
+ "Katello: Bootc スイッチ"
3958
3961
  ],
3959
3962
  "Katello: Bootc Upgrade": [
3960
- ""
3963
+ "Katello: Bootc のアップグレード"
3961
3964
  ],
3962
3965
  "Katello: Configure host for new content source": [
3963
- ""
3966
+ "Katello: 新しいコンテンツソースのホストの設定"
3964
3967
  ],
3965
3968
  "Katello: Install Errata": [
3966
3969
  "Katello: エラータのインストール"
@@ -4005,10 +4008,10 @@
4005
4008
  "Katello: 検索クエリーでのパッケージの更新"
4006
4009
  ],
4007
4010
  "Katello: Upload Profile": [
4008
- ""
4011
+ "Katello: プロファイルのアップロード"
4009
4012
  ],
4010
4013
  "Keep latest packages": [
4011
- ""
4014
+ "最新のパッケージを保持する"
4012
4015
  ],
4013
4016
  "Key-value hash of subscription-manager facts, nesting uses a period delimiter (.)": [
4014
4017
  "subscription-manager ファクトの Key-Value ハッシュ。ネスト化には、ピリオド (.) で区切ります。"
@@ -4035,7 +4038,7 @@
4035
4038
  "コンテンツビューのラベル"
4036
4039
  ],
4037
4040
  "Label of the flatpak remote": [
4038
- ""
4041
+ "flatpak リモートのラベル"
4039
4042
  ],
4040
4043
  "Last check-in:": [
4041
4044
  "最終チェックイン"
@@ -4044,7 +4047,7 @@
4044
4047
  "最終チェックイン"
4045
4048
  ],
4046
4049
  "Last mirrored": [
4047
- ""
4050
+ "前回のミラーリング"
4048
4051
  ],
4049
4052
  "Last published": [
4050
4053
  "最終公開日"
@@ -4056,10 +4059,10 @@
4056
4059
  "最終更新 :"
4057
4060
  ],
4058
4061
  "Last seen": [
4059
- ""
4062
+ "最後に表示"
4060
4063
  ],
4061
4064
  "Last sync": [
4062
- ""
4065
+ "最終同期"
4063
4066
  ],
4064
4067
  "Last task": [
4065
4068
  "最後のタスク"
@@ -4074,10 +4077,10 @@
4074
4077
  "最新バージョン"
4075
4078
  ],
4076
4079
  "Learn more about adding subscription manifests in ": [
4077
- ""
4080
+ "サブスクリプションマニフェストの追加に関する詳細: "
4078
4081
  ],
4079
4082
  "Legacy UI": [
4080
- ""
4083
+ "レガシー UI"
4081
4084
  ],
4082
4085
  "Legacy content host UI": [
4083
4086
  "レガシーコンテンツホストの UI"
@@ -4122,13 +4125,13 @@
4122
4125
  "ライフサイクル環境 '%{environment}' はこの Capsule に割り当てられていません。"
4123
4126
  ],
4124
4127
  "Lifecycle environment '%{env}' cannot be used with content view '%{view}'": [
4125
- ""
4128
+ "ライフサイクル環境 '%{env}' は、コンテンツビュー '%{view}' では使用できません"
4126
4129
  ],
4127
4130
  "Lifecycle environment ID": [
4128
4131
  "ライフサイクル環境 ID"
4129
4132
  ],
4130
4133
  "Lifecycle environment must be specified": [
4131
- ""
4134
+ "ライフサイクル環境を指定する必要があります。"
4132
4135
  ],
4133
4136
  "Lifecycle environment was not attached to the smart proxy; therefore, no changes were made.": [
4134
4137
  "ライフサイクル環境が Smart Proxy に割り当てられていないため、変更は行われませんでした。"
@@ -4140,10 +4143,10 @@
4140
4143
  "ライフサイクル環境をデフォルトの Smart Proxy で変更できません。すべてのライフサイクル環境のコンテンツはこの Smart Proxy 上に存在します。"
4141
4144
  ],
4142
4145
  "Limit actions to content in the host's environment.": [
4143
- ""
4146
+ "アクションをホストの環境内のコンテンツに制限します。"
4144
4147
  ],
4145
4148
  "Limit content to Red Hat / custom": [
4146
- ""
4149
+ "コンテンツを Red Hat / カスタムに制限します。"
4147
4150
  ],
4148
4151
  "Limit content to enabled / disabled / overridden": [
4149
4152
  "コンテンツの有効/無効/上書きを制限します。"
@@ -4191,7 +4194,7 @@
4191
4194
  "すべての組織を一覧表示します"
4192
4195
  ],
4193
4196
  "List all packages unique by name": [
4194
- ""
4197
+ "名前が一意であるパッケージをすべて一覧表示"
4195
4198
  ],
4196
4199
  "List alternate content sources.": [
4197
4200
  "代替コンテンツソースを一覧表示します。"
@@ -4206,16 +4209,16 @@
4206
4209
  "Red Hat Subscription Management から利用可能なサブスクリプションを一覧表示します"
4207
4210
  ],
4208
4211
  "List booted bootc container images for hosts": [
4209
- ""
4212
+ "ホストで起動済みの bootc コンテナイメージの表示"
4210
4213
  ],
4211
4214
  "List components attached to this content view": [
4212
4215
  "このコンテンツビューに割り当てられたコンポーネントの一覧を表示します"
4213
4216
  ],
4214
4217
  "List content counts for the smart proxy": [
4215
- ""
4218
+ "Smart Proxy のコンテンツ数を一覧表示します"
4216
4219
  ],
4217
4220
  "List content view environments": [
4218
- ""
4221
+ "コンテンツビュー環境の表示"
4219
4222
  ],
4220
4223
  "List content view versions": [
4221
4224
  "コンテンツビューのバージョンを一覧表示"
@@ -4248,13 +4251,13 @@
4248
4251
  "フィルタールールを一覧表示"
4249
4252
  ],
4250
4253
  "List flatpak remote repositories": [
4251
- ""
4254
+ "flatpak リモートリポジトリーの表示"
4252
4255
  ],
4253
4256
  "List flatpak remote's repositories": [
4254
- ""
4257
+ "flatpak リモートのリポジトリーを表示する"
4255
4258
  ],
4256
4259
  "List flatpak remotes": [
4257
- ""
4260
+ "flatpak リモートの表示"
4258
4261
  ],
4259
4262
  "List host collections": [
4260
4263
  "ホストコレクションを一覧表示"
@@ -4422,7 +4425,7 @@
4422
4425
  "Smart Proxy に割り当てられていないライフサイクル環境を一覧表示します"
4423
4426
  ],
4424
4427
  "Load balancer": [
4425
- ""
4428
+ "ロードバランサー"
4426
4429
  ],
4427
4430
  "Loading": [
4428
4431
  "ロード中"
@@ -4437,7 +4440,7 @@
4437
4440
  "低"
4438
4441
  ],
4439
4442
  "Maintenance support": [
4440
- ""
4443
+ "メンテナンスサポート"
4441
4444
  ],
4442
4445
  "Make copy of a content view": [
4443
4446
  "コンテンツビューのコピー作成"
@@ -4452,16 +4455,16 @@
4452
4455
  "マニフェストの管理"
4453
4456
  ],
4454
4457
  "Manage content": [
4455
- ""
4458
+ "コンテンツの管理"
4456
4459
  ],
4457
4460
  "Manage errata": [
4458
- ""
4461
+ "エラータの管理"
4459
4462
  ],
4460
4463
  "Manage packages": [
4461
- ""
4464
+ "パッケージの管理"
4462
4465
  ],
4463
4466
  "Manage repository sets": [
4464
- ""
4467
+ "リポジトリーセットの管理"
4465
4468
  ],
4466
4469
  "Manifest": [
4467
4470
  "Manifest (マニフェスト)"
@@ -4473,13 +4476,13 @@
4473
4476
  "マニフェストを削除しました"
4474
4477
  ],
4475
4478
  "Manifest does not have a valid subscription": [
4476
- ""
4479
+ "マニフェストに有効なサブスクリプションがありません"
4477
4480
  ],
4478
4481
  "Manifest expired": [
4479
- ""
4482
+ "マニフェストの有効期限が切れました"
4480
4483
  ],
4481
4484
  "Manifest expiring soon": [
4482
- ""
4485
+ "マニフェストがまもなく有効期限切れになります"
4483
4486
  ],
4484
4487
  "Manifest imported": [
4485
4488
  "マニフェストをインポートしました"
@@ -4497,7 +4500,7 @@
4497
4500
  "'%{subject}' のマニフェストが更新されました。"
4498
4501
  ],
4499
4502
  "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
- ""
4503
+ "組織 %{subject} のマニフェストに、%{days_remaining} 日後の %{manifest_expire_date} に有効期限が切れるアイデンティティー証明書があります。有効期限を延長するには、マニフェストを更新してください。"
4501
4504
  ],
4502
4505
  "Manifest refresh timeout": [
4503
4506
  "マニフェストの更新のタイムアウト"
@@ -4515,7 +4518,7 @@
4515
4518
  "%s のコンテンツホストステータスを不明としてマーク"
4516
4519
  ],
4517
4520
  "Matching RPMs based on your created filter rule. Remember, RPM filters don't apply to modular RPMs.": [
4518
- ""
4521
+ "作成したフィルタールールに基づいて RPM をマッチします。RPM フィルターはモジュラー RPM には適用されません。"
4519
4522
  ],
4520
4523
  "Matching content": [
4521
4524
  "マッチするコンテンツ"
@@ -4557,7 +4560,7 @@
4557
4560
  "メッセージング接続"
4558
4561
  ],
4559
4562
  "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.": [
4560
- ""
4563
+ "メタデータの再公開は、'完全ミラーリング' リポジトリーでは危険です。ミラーリングポリシーを変更してから再試行してください。\\nあるいは、'force' パラメーターを使用してメタデータをローカルに再生成してください。次回の同期時に、アップストリームリポジトリーのメタデータによって、'完全ミラーリング' リポジトリーのローカルメタデータが上書きされます。"
4561
4564
  ],
4562
4565
  "Metadata taken from the upstream export history for this Content View Version": [
4563
4566
  "このコンテンツビューバージョンのアップストリームエクスポート履歴から取得したメタデータ"
@@ -4566,25 +4569,25 @@
4566
4569
  "最小のバージョン"
4567
4570
  ],
4568
4571
  "Mirror": [
4569
- ""
4572
+ "ミラー"
4570
4573
  ],
4571
4574
  "Mirror Remote Repository": [
4572
- ""
4575
+ "リモートリポジトリーのミラーリング"
4573
4576
  ],
4574
4577
  "Mirror Repository": [
4575
- ""
4578
+ "ミラーリポジトリー"
4576
4579
  ],
4577
4580
  "Mirror a flatpak remote repository": [
4578
- ""
4581
+ "flatpak リモートリポジトリーをミラーリングする"
4579
4582
  ],
4580
4583
  "Mirroring will import the remote flatpak repository": [
4581
- ""
4584
+ "ミラーリングによりリモートの flatpak リポジトリー"
4582
4585
  ],
4583
4586
  "Missing activation key!": [
4584
4587
  "アクティベーションキーがありません!"
4585
4588
  ],
4586
4589
  "Missing arguments %{substitutions} for %{content_url}": [
4587
- "%{content_url} の引数 %{substitutions} がありません"
4590
+ "%{content_url} %{substitutions} 引数がありません"
4588
4591
  ],
4589
4592
  "Model": [
4590
4593
  "モデル"
@@ -4593,7 +4596,7 @@
4593
4596
  "中"
4594
4597
  ],
4595
4598
  "Modify via remote execution": [
4596
- ""
4599
+ "リモート実行による変更"
4597
4600
  ],
4598
4601
  "Modular": [
4599
4602
  "モジュラー"
@@ -4617,22 +4620,22 @@
4617
4620
  "Red Hat リポジトリーを有効にしたり、カスタム製品を作成したりすると、モジュールストリームがここに表示されます。"
4618
4621
  ],
4619
4622
  "Multi Content View Environment": [
4620
- ""
4623
+ "マルチコンテンツビュー環境"
4621
4624
  ],
4622
4625
  "Multi-entitlement": [
4623
4626
  "マルチエンタイトルメント"
4624
4627
  ],
4625
4628
  "Multi-environment activation key(s) affected": [
4626
- ""
4629
+ "影響を受けるマルチ環境アクティベーションキー"
4627
4630
  ],
4628
4631
  "Multi-environment host(s) affected": [
4629
- ""
4632
+ "影響を受けるマルチ環境ホスト"
4630
4633
  ],
4631
4634
  "Must be Ascii alphanumeric, '_' or '-'": [
4632
- ""
4635
+ "ASCII 英数字、'_'、または '-' である必要があります"
4633
4636
  ],
4634
4637
  "Must be a vaild URL": [
4635
- ""
4638
+ "有効な URL である必要があります"
4636
4639
  ],
4637
4640
  "N/A": [
4638
4641
  "N/A"
@@ -4641,22 +4644,22 @@
4641
4644
  "NA"
4642
4645
  ],
4643
4646
  "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
- ""
4647
+ "注記: コンテンツビューバージョン '%{content_view} %{current}' にはエクスポート可能なリポジトリーがありません。エクスポートするには、'%{exportable_types}' のタイプのいずれかが含まれるリポジトリーが少なくとも 1 つ必要です。"
4645
4648
  ],
4646
4649
  "NOTE: Unable to export repository '%{repository}' because it does not have an exportable content type.": [
4647
4650
  "注: エクスポート可能なコンテンツタイプがないので '%{repository}' リポジトリーをエクスポートできません。"
4648
4651
  ],
4649
4652
  "NOTE: Unable to export repository '%{repository}' because it does not have an syncably exportable content type.": [
4650
- ""
4653
+ "注: 同期可能かつエクスポート可能なコンテンツタイプがないので '%{repository}' リポジトリーをエクスポートできません。"
4651
4654
  ],
4652
4655
  "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}"
4656
+ "注記: 「即時」ダウンロードポリシーのないリポジトリーが含まれているため、'%{organization}' 組織のライブラリーを完全にエクスポートすることはできません。ダウンロードポリシーを更新し、影響を受けるリポジトリーを同期して、エクスポートに含めます。\\n %{repos}"
4654
4657
  ],
4655
4658
  "NOTE: Unable to fully export Content View Version '%{content_view} %{current}' it contains repositories with un-exportable content types. \\n %{repos}": [
4656
4659
  "注: コンテンツビューバージョン '%{content_view} %{current}' をすべてエクスポートできません。エクスポートできない。コンテンツタイプを使用するリポジトリーが含まれています。\\n %{repos}"
4657
4660
  ],
4658
4661
  "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}"
4662
+ "注記: コンテンツビューバージョン '%{content_view} %{current}' を完全にエクスポートすることができません。これには、「即時」ダウンロードポリシーのないリポジトリーが含まれています。ダウンロードポリシーを更新し、影響を受けるリポジトリーを同期します。同期したら、コンテンツビューを再公開し、生成されたバージョンをエクスポートします。 \\n %{repos}"
4660
4663
  ],
4661
4664
  "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
4665
  "注記: 「即時」ダウンロードポリシーがないため、リポジトリー '%{repository}' を完全にエクスポートすることはできません。ダウンロードポリシーを更新し、影響を受けるリポジトリーを同期して、エクスポートに含めます。"
@@ -4683,16 +4686,16 @@
4683
4686
  "コンテンツビューの名前"
4684
4687
  ],
4685
4688
  "Name of the flatpak remote": [
4686
- ""
4689
+ "flatpak リモートの名前"
4687
4690
  ],
4688
4691
  "Name of the flatpak remote repository": [
4689
- ""
4692
+ "flatpak リモートリポジトリーの名前"
4690
4693
  ],
4691
4694
  "Name of the host": [
4692
4695
  "ホスト名"
4693
4696
  ],
4694
4697
  "Name of the product to mirror the remote repository to": [
4695
- ""
4698
+ "リモートリポジトリーのミラー先となる製品の名前"
4696
4699
  ],
4697
4700
  "Name of the repository": [
4698
4701
  "リポジトリー名"
@@ -4740,13 +4743,13 @@
4740
4743
  "コンテンツビューの新規の名前"
4741
4744
  ],
4742
4745
  "New version is available: Version ${latestVersion}": [
4743
- "新しいバージョンが利用可能です: バージョン {latestVersion}"
4746
+ "新しいバージョンが利用可能です: バージョン ${latestVersion}"
4744
4747
  ],
4745
4748
  "Newly published": [
4746
4749
  "最新公開日"
4747
4750
  ],
4748
4751
  "Newly published version will be the same as the previous version.": [
4749
- ""
4752
+ "新しく公開されたバージョンは、以前のバージョンと同じです。"
4750
4753
  ],
4751
4754
  "No": [
4752
4755
  "いいえ"
@@ -4791,19 +4794,19 @@
4791
4794
  "表示するアーティファクトはありません"
4792
4795
  ],
4793
4796
  "No available component content view updates": [
4794
- ""
4797
+ "コンポーネントのコンテンツビューの更新で利用できるものはありません"
4795
4798
  ],
4796
4799
  "No available debs found for search term '%s'. Check the host's content view environments and already-installed debs.": [
4797
- ""
4800
+ "検索語 '%s' に該当する debs が見つかりません。ホストのコンテンツビュー環境とすでにインストールされている deb を確認してください。"
4798
4801
  ],
4799
4802
  "No available packages found for search term '%s'.": [
4800
- ""
4803
+ "検索用語 '%s' に該当するパッケージが見つかりません。"
4801
4804
  ],
4802
4805
  "No available repository or filter updates": [
4803
- ""
4806
+ "利用可能なリポジトリーまたはフィルターの更新がありません"
4804
4807
  ],
4805
4808
  "No change": [
4806
- ""
4809
+ "変更なし"
4807
4810
  ],
4808
4811
  "No content": [
4809
4812
  "コンテンツがありません"
@@ -4818,13 +4821,13 @@
4818
4821
  "選択したバージョンにコンテンツがありません。"
4819
4822
  ],
4820
4823
  "No content view environments": [
4821
- ""
4824
+ "コンテンツビュー環境がありません"
4822
4825
  ],
4823
4826
  "No content view environments found with ids: %{ids}": [
4824
- ""
4827
+ "ID が %{ids} のコンテンツビュー環境が見つかりません。"
4825
4828
  ],
4826
4829
  "No content view environments found with names: %{names}": [
4827
- ""
4830
+ "名前が %{names} のコンテンツビュー環境が見つかりません。"
4828
4831
  ],
4829
4832
  "No content view history events found.": [
4830
4833
  "コンテンビューの履歴イベントが見つかりません。"
@@ -4836,10 +4839,10 @@
4836
4839
  "選択した環境に利用可能なコンテンツビューはありません"
4837
4840
  ],
4838
4841
  "No content views to add yet": [
4839
- ""
4842
+ "追加するコンテンツビューはまだありません"
4840
4843
  ],
4841
4844
  "No content views yet": [
4842
- ""
4845
+ "コンテンツビューがまだありません"
4843
4846
  ],
4844
4847
  "No content_view_version_ids provided": [
4845
4848
  "content_view_version_ids が指定されていません"
@@ -4851,7 +4854,7 @@
4851
4854
  "説明はありません"
4852
4855
  ],
4853
4856
  "No docker manifests to delete after ignoring manifests with tags or manifest lists": [
4854
- ""
4857
+ "タグまたはマニフェストリストによりマニフェストを無視したため、削除する Docker マニフェストがありません"
4855
4858
  ],
4856
4859
  "No enabled repositories match your search criteria.": [
4857
4860
  "検索条件に一致する有効なリポジトリーはありません。"
@@ -4860,16 +4863,16 @@
4860
4863
  "環境なし"
4861
4864
  ],
4862
4865
  "No errata filter rules yet": [
4863
- ""
4866
+ "エラータフィルタールールはまだありません"
4864
4867
  ],
4865
4868
  "No errata found.": [
4866
- ""
4869
+ "エラータが見つかりません。"
4867
4870
  ],
4868
4871
  "No errata matching given search query": [
4869
- ""
4872
+ "指定した検索クエリーに一致するエラータがありません"
4870
4873
  ],
4871
4874
  "No errata to add yet": [
4872
- ""
4875
+ "追加するエラータがまだありません"
4873
4876
  ],
4874
4877
  "No errors": [
4875
4878
  "エラーなし"
@@ -4881,10 +4884,10 @@
4881
4884
  "ファイルがアップロードされていません"
4882
4885
  ],
4883
4886
  "No filters yet": [
4884
- ""
4887
+ "まだフィルターはありません"
4885
4888
  ],
4886
4889
  "No history yet": [
4887
- ""
4890
+ "履歴がまだありません"
4888
4891
  ],
4889
4892
  "No host collections": [
4890
4893
  "ホストコレクションはありません"
@@ -4896,16 +4899,16 @@
4896
4899
  "ホストコレクションはまだありません"
4897
4900
  ],
4898
4901
  "No hosts found": [
4899
- ""
4902
+ "ホストが見つかりません。"
4900
4903
  ],
4901
4904
  "No hosts registered with subscription-manager found in selection.": [
4902
4905
  "subscription-manager に登録されているホストが選択肢に含まれていません。"
4903
4906
  ],
4904
4907
  "No hosts were specified": [
4905
- ""
4908
+ "ホストが指定されていません"
4906
4909
  ],
4907
4910
  "No installed debs found for search term '%s'": [
4908
- ""
4911
+ "検索語 '%s' に該当するインストール済み debs が見つかりません"
4909
4912
  ],
4910
4913
  "No installed packages and/or enabled repositories have been reported by %s.": [
4911
4914
  "%s でレポートされたインストール済みパッケージや有効なリポジトリーはありません。"
@@ -4920,7 +4923,7 @@
4920
4923
  "マニフェストが見つかりません。コンテンツをインポートする前に、適切なサブスクリプションでマニフェストをインポートしてください。"
4921
4924
  ],
4922
4925
  "No manifest imported": [
4923
- ""
4926
+ "マニフェストがインポートされていません"
4924
4927
  ],
4925
4928
  "No matching ": [
4926
4929
  "マッチする項目が"
@@ -4929,7 +4932,7 @@
4929
4932
  "マッチする {name} が見つかりませんでした"
4930
4933
  ],
4931
4934
  "No matching ${selectedContentType} found": [
4932
- "マッチする {selectedContentType} が見つかりませんでした"
4935
+ "マッチする ${selectedContentType} が見つかりませんでした"
4933
4936
  ],
4934
4937
  "No matching DEB found.": [
4935
4938
  "一致する DEB が見つかりませんでした。"
@@ -4962,7 +4965,7 @@
4962
4965
  "マッチするホストが見つかりませんでした。"
4963
4966
  ],
4964
4967
  "No matching non-modular RPM found.": [
4965
- ""
4968
+ "一致する非モジュラー RPM がありません。"
4966
4969
  ],
4967
4970
  "No matching packages found": [
4968
4971
  "マッチするパッケージが見つかりませんでした"
@@ -4980,16 +4983,16 @@
4980
4983
  "一致するバージョンが見つかりません"
4981
4984
  ],
4982
4985
  "No module stream filter rules yet": [
4983
- ""
4986
+ "モジュールストリームフィルターがまだありません"
4984
4987
  ],
4985
4988
  "No module streams to add yet.": [
4986
- ""
4989
+ "追加するモジュールストリームがまだありません。"
4987
4990
  ],
4988
4991
  "No new packages installed": [
4989
4992
  "インストール済みの新規パッケージはありません"
4990
4993
  ],
4991
4994
  "No package groups yet": [
4992
- ""
4995
+ "パッケージグループがまだありません"
4993
4996
  ],
4994
4997
  "No packages": [
4995
4998
  "パッケージがありません"
@@ -4998,7 +5001,7 @@
4998
5001
  "インストール可能なパッケージはありません"
4999
5002
  ],
5000
5003
  "No packages available to install on this host. Please check the host's assigned content view environments.": [
5001
- ""
5004
+ "このホストにインストールできるパッケージがありません。ホストの割り当て済みコンテンツビュー環境を確認してください。"
5002
5005
  ],
5003
5006
  "No packages removed": [
5004
5007
  "削除済みのパッケージはありません"
@@ -5040,10 +5043,10 @@
5040
5043
  "同期プランに関連付けられた再帰論理はありません。"
5041
5044
  ],
5042
5045
  "No repositories added yet": [
5043
- ""
5046
+ "追加するリポジトリーがまだありません。"
5044
5047
  ],
5045
5048
  "No repositories available to add": [
5046
- ""
5049
+ "追加できるリポジトリーがありません。"
5047
5050
  ],
5048
5051
  "No repositories available.": [
5049
5052
  "利用可能なリポジトリーがありません。"
@@ -5064,7 +5067,7 @@
5064
5067
  "表示するリポジトリーセットはありません。"
5065
5068
  ],
5066
5069
  "No rules yet": [
5067
- ""
5070
+ "まだルールはありません"
5068
5071
  ],
5069
5072
  "No services defined, is this class extended?": [
5070
5073
  "サービスが定義されていません。このクラスは拡張されましたか?"
@@ -5079,16 +5082,16 @@
5079
5082
  "選択した製品およびオプションに同期可能なリポジトリーが見つかりません。"
5080
5083
  ],
5081
5084
  "No upgradable packages found for search term '%s'.": [
5082
- ""
5085
+ "検索用語 '%s' に該当するアップグレード可能なパッケージが見つかりません。"
5083
5086
  ],
5084
5087
  "No upgradable packages found.": [
5085
- ""
5088
+ "アップグレード可能なパッケージが見つかりません。"
5086
5089
  ],
5087
5090
  "No uploads param specified. An array of uploads to import is required.": [
5088
5091
  "アップロードパラメータが指定されていません。インポートするアップロードパラメーターの配列が必要です。"
5089
5092
  ],
5090
5093
  "No versions yet": [
5091
- ""
5094
+ "まだバージョンはありません"
5092
5095
  ],
5093
5096
  "Non-security errata applicable": [
5094
5097
  "適用可能なセキュリティー以外のエラータ"
@@ -5124,7 +5127,7 @@
5124
5127
  "公開前"
5125
5128
  ],
5126
5129
  "Note: Deleting a subscription manifest is STRONGLY discouraged.": [
5127
- ""
5130
+ "注記: サブスクリプションマニフェストを削除することは、決して推奨されません。"
5128
5131
  ],
5129
5132
  "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:": [
5130
5133
  "注記: サブスクリプションマニフェストを削除することは、決して推奨されません。マニフェストを削除すると、以下のようになります。"
@@ -5151,7 +5154,7 @@
5151
5154
  "割り当て数"
5152
5155
  ],
5153
5156
  "OS": [
5154
- ""
5157
+ "OS"
5155
5158
  ],
5156
5159
  "OS restricted to {osRestricted}. If host OS does not match, the repository will not be available on this host.": [
5157
5160
  "OS は {osRestricted} に制限されています。ホスト OS が一致しない場合は、このホストでリポジトリーは利用できません。"
@@ -5184,7 +5187,7 @@
5184
5187
  "Pulp 3 でエクスポートされたリポジトリーのディスク上のロケーション"
5185
5188
  ],
5186
5189
  "Once the prerequisites are met, select a provider to install katello-host-tools-tracer": [
5187
- ""
5190
+ "前提条件を満たしたら、katello-host-tools-tracer をインストールするプロバイダーを選択します"
5188
5191
  ],
5189
5192
  "One of parameters [ %s ] required but not specified.": [
5190
5193
  "[ %s ] パラメーターのいずれかが必要ですが、指定されていません。"
@@ -5211,7 +5214,7 @@
5211
5214
  "1 つの組織で許容できるのは、Red Hat プロバイダー 1 つのみです"
5212
5215
  ],
5213
5216
  "Only repositories not published in a content view can be disabled. Published repositories must be deleted from the repository details page.": [
5214
- ""
5217
+ "コンテンツビューで公開されていないリポジトリーのみを無効にできます。公開されたリポジトリーは、リポジトリーの詳細ページから削除する必要があります。"
5215
5218
  ],
5216
5219
  "Only returns id and quantity fields": [
5217
5220
  "ID と数量のフィールドのみを返します"
@@ -5232,7 +5235,7 @@
5232
5235
  "組織 ID は必須です"
5233
5236
  ],
5234
5237
  "Organization ID or title": [
5235
- ""
5238
+ "組織 ID またはタイトル"
5236
5239
  ],
5237
5240
  "Organization Information not provided.": [
5238
5241
  "組織情報が提供されていません。"
@@ -5244,7 +5247,7 @@
5244
5247
  "組織 ID"
5245
5248
  ],
5246
5249
  "Organization id not found: '%s'": [
5247
- ""
5250
+ "組織 ID が見つかりません: '%s'"
5248
5251
  ],
5249
5252
  "Organization identifier": [
5250
5253
  "組織 ID"
@@ -5253,25 +5256,25 @@
5253
5256
  "組織ラベル"
5254
5257
  ],
5255
5258
  "Organization label '%s' is ambiguous. Try using an id-based container name.": [
5256
- ""
5259
+ "組織ラベル '%s' はあいまいです。ID ベースのコンテナー名の使用を試してください。"
5257
5260
  ],
5258
5261
  "Organization not found": [
5259
5262
  "組織が見つかりません"
5260
5263
  ],
5261
5264
  "Organization not found: '%s'": [
5262
- ""
5265
+ "組織が見つかりません: '%s'"
5263
5266
  ],
5264
5267
  "Organization required": [
5265
5268
  "必要な組織"
5266
5269
  ],
5267
5270
  "Orphan cleanup failed to delete some Pulp repository versions. Check the logs for more details.": [
5268
- ""
5271
+ "孤立項目のクリーンアップで、一部の Pulp リポジトリーバージョンの削除に失敗しました。詳細はログを確認してください。"
5269
5272
  ],
5270
5273
  "Orphaned Content Protection Time": [
5271
5274
  "単独コンテンツの保護時間"
5272
5275
  ],
5273
5276
  "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
- ""
5277
+ "このコンテンツビューおよび環境には、削除済みのホストの孤立コンテンツファセットがあります。rake task : katello:clean_orphaned_facets を実行して、もう一度お試しください。"
5275
5278
  ],
5276
5279
  "Other": [
5277
5280
  "その他"
@@ -5421,7 +5424,7 @@
5421
5424
  "%s によりパッケージの更新がスケジュールされました"
5422
5425
  ],
5423
5426
  "Package actions will be transient": [
5424
- ""
5427
+ "パッケージアクションは一時的なものです"
5425
5428
  ],
5426
5429
  "Package group update canceled": [
5427
5430
  "パッケージグループの更新が取り消されました"
@@ -5448,10 +5451,10 @@
5448
5451
  "パッケージのインストール: \\\"%{package}\\\" "
5449
5452
  ],
5450
5453
  "Package mode": [
5451
- ""
5454
+ "パッケージモード"
5452
5455
  ],
5453
5456
  "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
- ""
5457
+ "Python コンテンツの同期に使用するパッケージタイプ (コンマ区切り)。すべてのパッケージタイプを指定するには、空白のままにします。パッケージタイプは、bdist_dmg、bdist_dumb、bdist_egg, bdist_msi、bdist_rpm、bdist_wheel、bdist_wininst、sdist です。"
5455
5458
  ],
5456
5459
  "Packages": [
5457
5460
  "パッケージ"
@@ -5460,13 +5463,13 @@
5460
5463
  "パッケージを指定してください"
5461
5464
  ],
5462
5465
  "Packages to be removed": [
5463
- ""
5466
+ "削除するパッケージ"
5464
5467
  ],
5465
5468
  "Packages to be updated": [
5466
- ""
5469
+ "更新するパッケージ"
5467
5470
  ],
5468
5471
  "Packages to install": [
5469
- ""
5472
+ "インストールするパッケージ"
5470
5473
  ],
5471
5474
  "Packages will appear here when available.": [
5472
5475
  "パッケージが利用可能になると、ここに表示されます。"
@@ -5499,7 +5502,7 @@
5499
5502
  "一時停止中"
5500
5503
  ],
5501
5504
  "Pending tasks detected in repositories of this content view. Please wait for the tasks: ": [
5502
- ""
5505
+ "このコンテンツビューのリポジトリーで保留中のタスクが検出されました。タスクを待機してください: "
5503
5506
  ],
5504
5507
  "Perform a module stream action via Katello interface": [
5505
5508
  "Katello インターフェイスでのモジュールストリームアクションの実行"
@@ -5532,7 +5535,7 @@
5532
5535
  "物理"
5533
5536
  ],
5534
5537
  "Place symlinks to entitlement certificates on the host, enabling container/flatpak registry access without a username or password.": [
5535
- ""
5538
+ "ホスト上のエンタイトルメント証明書へのシンボリックリンクを配置し、ユーザー名やパスワードなしでコンテナー/flatpak レジストリーにアクセスできるようにします。"
5536
5539
  ],
5537
5540
  "Plan numeric identifier": [
5538
5541
  "プランの数値 ID"
@@ -5541,7 +5544,7 @@
5541
5544
  "リポジトリーを追加してください。"
5542
5545
  ],
5543
5546
  "Please create some content views.": [
5544
- ""
5547
+ "コンテンツビューを作成してください。"
5545
5548
  ],
5546
5549
  "Please enter a positive number above zero": [
5547
5550
  "0 より大きい正の数を入力してください"
@@ -5562,7 +5565,7 @@
5562
5565
  "このアクティベーションキーを移動するには、ライフサイクル環境とコンテンツビューを選択してください。"
5563
5566
  ],
5564
5567
  "Please select a lifecycle environment and content view to view activation keys.": [
5565
- ""
5568
+ "アクティベーションキーを表示するには、ライフサイクル環境とコンテンツビューを選択してください。"
5566
5569
  ],
5567
5570
  "Please select an architecture before assigning a kickstart repository": [
5568
5571
  "Kickstart リポジトリーを割り当てる前にアーキテクチャーを選択してください"
@@ -5583,16 +5586,16 @@
5583
5586
  "コンテンツのミラーリングに設定するポリシー。%s のいずれかでなければなりません。"
5584
5587
  ],
5585
5588
  "Prefer registered through Smart Proxy for remote execution": [
5586
- ""
5589
+ "リモート実行の場合に Smart Proxy 経由での登録を優先する"
5587
5590
  ],
5588
5591
  "Prefer using a Smart Proxy to which a host is registered when using remote execution": [
5589
- ""
5592
+ "リモート実行を使用する場合に、ホストの登録先の Smart Proxy を使用することを優先します"
5590
5593
  ],
5591
5594
  "Prevent from further updates": [
5592
5595
  "今後の更新を回避"
5593
5596
  ],
5594
5597
  "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}' のメタデータをインポートしてください。 "
5598
+ "メタデータ '%{name}' で指定された以前のコンテンツビューバージョンは存在しません。'%{current}' をインポートする前に、'%{name}' のメタデータをインポートしてください。 "
5596
5599
  ],
5597
5600
  "Problem searching": [
5598
5601
  "検索中に問題が発生しました"
@@ -5625,13 +5628,13 @@
5625
5628
  "製品の作成"
5626
5629
  ],
5627
5630
  "Product Host Count": [
5628
- ""
5631
+ "製品ホスト数"
5629
5632
  ],
5630
5633
  "Product ID": [
5631
5634
  "製品 ID"
5632
5635
  ],
5633
5636
  "Product ID to mirror the remote repository to": [
5634
- ""
5637
+ "リモートリポジトリーのミラー先となる製品の ID"
5635
5638
  ],
5636
5639
  "Product and Repositories": [
5637
5640
  "製品およびリポジトリー"
@@ -5646,13 +5649,13 @@
5646
5649
  "ホストのインストール済み製品からリストされた製品 ID。\\\\\\n 製品 API が返した製品 ID とは異なります。"
5647
5650
  ],
5648
5651
  "Product id not found: '%s'": [
5649
- ""
5652
+ "製品 ID が見つかりません: '%s'"
5650
5653
  ],
5651
5654
  "Product label": [
5652
- ""
5655
+ "製品ラベル"
5653
5656
  ],
5654
5657
  "Product label '%s' is ambiguous. Try using an id-based container name.": [
5655
- ""
5658
+ "製品ラベル '%s' はあいまいです。ID ベースのコンテナー名の使用を試してください。"
5656
5659
  ],
5657
5660
  "Product name": [
5658
5661
  "製品名"
@@ -5661,7 +5664,7 @@
5661
5664
  "ホストのインストール済み製品からリストされた製品名"
5662
5665
  ],
5663
5666
  "Product not found: '%s'": [
5664
- ""
5667
+ "製品が見つかりません: '%s'"
5665
5668
  ],
5666
5669
  "Product the repository belongs to": [
5667
5670
  "リポジトリーが属する製品"
@@ -5673,7 +5676,7 @@
5673
5676
  "Candlepin で、ID が %s の製品が見つかりません。コンテンツのインポートをスキップします。"
5674
5677
  ],
5675
5678
  "Product: '%{product}', Repository: '%{repository}'": [
5676
- "* 製品 = '%%{product}'、リポジトリー = '%%{repository}'"
5679
+ "製品: '%{product}'、リポジトリー: '%{repository}'"
5677
5680
  ],
5678
5681
  "Product: '%{product}', Repository: '%{repo}' ": [
5679
5682
  "製品: '%%{product}'、リポジトリー: '%%{repo}' "
@@ -5697,7 +5700,7 @@
5697
5700
  "エラータのプロモート"
5698
5701
  ],
5699
5702
  "Promote version ${versionNameToPromote}": [
5700
- "バージョン {versionNameToPromote} のプロモート"
5703
+ "バージョン ${versionNameToPromote} のプロモート"
5701
5704
  ],
5702
5705
  "Promoted to ": [
5703
5706
  "プロモート先 "
@@ -5709,7 +5712,7 @@
5709
5712
  "プロモートの概要"
5710
5713
  ],
5711
5714
  "Promotion Summary for %{content_view}": [
5712
- "{content_view} のプロモートの概要"
5715
+ "%{content_view} のプロモートの概要"
5713
5716
  ],
5714
5717
  "Promotion to Environment": [
5715
5718
  "環境へのプロモート"
@@ -5730,7 +5733,7 @@
5730
5733
  "プロキシー"
5731
5734
  ],
5732
5735
  "Proxy sync failure": [
5733
- ""
5736
+ "プロキシー同期の失敗"
5734
5737
  ],
5735
5738
  "Public": [
5736
5739
  "公開"
@@ -5742,7 +5745,7 @@
5742
5745
  "公開"
5743
5746
  ],
5744
5747
  "Publish Lifecycle Environment Container Repositories": [
5745
- ""
5748
+ "ライフサイクル環境のコンテナーリポジトリーの公開"
5746
5749
  ],
5747
5750
  "Publish a content view": [
5748
5751
  "コンテンツビューの公開"
@@ -5760,7 +5763,7 @@
5760
5763
  "新規バージョンを公開しました"
5761
5764
  ],
5762
5765
  "Publishing ${truncate(name)}": [
5763
- ""
5766
+ "${truncate(name)} を公開中"
5764
5767
  ],
5765
5768
  "Publishing content view": [
5766
5769
  "コンテンツビューの公開"
@@ -5862,10 +5865,10 @@
5862
5865
  "RH レポジトリー"
5863
5866
  ],
5864
5867
  "RHEL Lifecycle status": [
5865
- ""
5868
+ "RHEL ライフサイクルのステータス"
5866
5869
  ],
5867
5870
  "RHEL lifecycle": [
5868
- ""
5871
+ "RHEL ライフサイクル"
5869
5872
  ],
5870
5873
  "RHUI": [
5871
5874
  "RHUI"
@@ -5913,7 +5916,7 @@
5913
5916
  "影響を受けるホストの再割り当て"
5914
5917
  ],
5915
5918
  "Reboot host": [
5916
- ""
5919
+ "ホストの再起動"
5917
5920
  ],
5918
5921
  "Reboot required": [
5919
5922
  "再起動が必要です"
@@ -5934,7 +5937,7 @@
5934
5937
  "推奨リポジトリー"
5935
5938
  ],
5936
5939
  "Red Hat": [
5937
- ""
5940
+ "Red Hat"
5938
5941
  ],
5939
5942
  "Red Hat CDN": [
5940
5943
  "Red Hat CDN"
@@ -5982,10 +5985,10 @@
5982
5985
  "マニフェストの更新"
5983
5986
  ],
5984
5987
  "Refresh RollingCV Repo": [
5985
- ""
5988
+ "RollingCV リポジトリーの更新"
5986
5989
  ],
5987
5990
  "Refresh all alternate content sources": [
5988
- ""
5991
+ "すべての代替コンテンツソースの更新"
5989
5992
  ],
5990
5993
  "Refresh alternate content sources": [
5991
5994
  "代替コンテンツソースの更新"
@@ -5994,16 +5997,16 @@
5994
5997
  "代替コンテンツソースを更新します。代替コンテンツソースを使用する前に、リポジトリーの同期などの更新が必要になります。"
5995
5998
  ],
5996
5999
  "Refresh applicability": [
5997
- ""
6000
+ "適用可能性の更新"
5998
6001
  ],
5999
6002
  "Refresh counts": [
6000
- ""
6003
+ "更新回数"
6001
6004
  ],
6002
6005
  "Refresh errata applicability": [
6003
- ""
6006
+ "エラータの適用可能性の更新"
6004
6007
  ],
6005
6008
  "Refresh package applicability": [
6006
- ""
6009
+ "パッケージの適用可能性の更新"
6007
6010
  ],
6008
6011
  "Refresh previously imported manifest for Red Hat provider": [
6009
6012
  "Red Hat プロバイダーの以前にインポートされたマニフェストを更新"
@@ -6024,7 +6027,7 @@
6024
6027
  "登録済み"
6025
6028
  ],
6026
6029
  "Registered at": [
6027
- ""
6030
+ "登録時刻"
6028
6031
  ],
6029
6032
  "Registered by": [
6030
6033
  "以下で登録済み:"
@@ -6033,10 +6036,10 @@
6033
6036
  "登録先"
6034
6037
  ],
6035
6038
  "Registered to": [
6036
- ""
6039
+ "登録先:"
6037
6040
  ],
6038
6041
  "Registering to multiple environments is not enabled.": [
6039
- ""
6042
+ "複数の環境への登録が有効になっていません。"
6040
6043
  ],
6041
6044
  "Registration details": [
6042
6045
  "登録の詳細"
@@ -6050,6 +6053,9 @@
6050
6053
  "Registry name pattern will result in invalid container image name of member repositories": [
6051
6054
  "レジストリー名のパターンが原因で、メンバーリポジトリーのコンテナーイメージ名が無効になります"
6052
6055
  ],
6056
+ "Registry token expiration time": [
6057
+ ""
6058
+ ],
6053
6059
  "Related composite content views": [
6054
6060
  "関連する複合コンテンツビュー"
6055
6061
  ],
@@ -6087,7 +6093,7 @@
6087
6093
  "データの再読み込み"
6088
6094
  ],
6089
6095
  "Remote execution is enabled.": [
6090
- ""
6096
+ "リモート実行が有効になっている。"
6091
6097
  ],
6092
6098
  "Remote execution job '${description}' failed.": [
6093
6099
  "リモート実行ジョブ '${description}' が失敗しました。"
@@ -6153,7 +6159,7 @@
6153
6159
  "Katello インターフェイスでのパッケージの削除"
6154
6160
  ],
6155
6161
  "Remove packages": [
6156
- ""
6162
+ "パッケージの削除"
6157
6163
  ],
6158
6164
  "Remove packages via Katello interface": [
6159
6165
  "Katello インターフェイスでのパッケージの削除"
@@ -6168,7 +6174,7 @@
6168
6174
  "%s からのサブスクリプション削除"
6169
6175
  ],
6170
6176
  "Remove subscriptions from a host": [
6171
- ""
6177
+ "ホストからのサブスクリプションの削除"
6172
6178
  ],
6173
6179
  "Remove subscriptions from one or more hosts": [
6174
6180
  "1 つ以上のホストからサブスクリプションを削除します"
@@ -6198,16 +6204,16 @@
6198
6204
  "すべての環境からこのバージョンを削除しても、バージョンは削除されません。バージョンは引き続き以降のプロモーションの対象になります。"
6199
6205
  ],
6200
6206
  "Replace content source on the target machine": [
6201
- ""
6207
+ "ターゲットマシン上のコンテンツソースの置き換え"
6202
6208
  ],
6203
6209
  "Repo ID": [
6204
- ""
6210
+ "リポジトリー ID"
6205
6211
  ],
6206
6212
  "Repo Type": [
6207
6213
  "リポジトリータイプ"
6208
6214
  ],
6209
6215
  "Repo label": [
6210
- ""
6216
+ "リポジトリーラベル"
6211
6217
  ],
6212
6218
  "Repositories": [
6213
6219
  "リポジトリー"
@@ -6216,7 +6222,7 @@
6216
6222
  "CDN 設定がエアギャップ (切断) に設定されている間、リポジトリーは有効にできません。"
6217
6223
  ],
6218
6224
  "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.": [
6219
- ""
6225
+ "選択したコンテンツビューバージョンに共通のリポジトリーがマージされます。その結果、各コンテンツビューバージョンのすべてのコンテンツが結合された複合コンテンツビューが作成されます。"
6220
6226
  ],
6221
6227
  "Repositories from published Content Views are not allowed.": [
6222
6228
  "公開されたコンテンツビューからのリポジトリーは許可されません。"
@@ -6225,13 +6231,13 @@
6225
6231
  "リポジトリー"
6226
6232
  ],
6227
6233
  "Repository %s cannot be deleted since it has already been included in a published Content View. Use repository details page to delete": [
6228
- ""
6234
+ "リポジトリー %s は、公開されたコンテンツビューにすでに含まれているため削除できません。削除するには、リポジトリーの詳細ページを使用してください"
6229
6235
  ],
6230
6236
  "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete.": [
6231
- ""
6237
+ "リポジトリー %s は、フィルターの関連する最後のリポジトリーであるため、削除できません。削除するには、リポジトリーの詳細ページを使用してください。"
6232
6238
  ],
6233
6239
  "Repository %{label} failed to synchronize": [
6234
- ""
6240
+ "リポジトリー %{label} の同期に失敗しました"
6235
6241
  ],
6236
6242
  "Repository '%(repoName)s' has been disabled.": [
6237
6243
  "リポジトリー '%(repoName)s' が無効化されました。"
@@ -6240,13 +6246,13 @@
6240
6246
  "リポジトリー '%(repoName)s' が有効化されました"
6241
6247
  ],
6242
6248
  "Repository ID": [
6243
- ""
6249
+ "リポジトリー ID"
6244
6250
  ],
6245
6251
  "Repository Id associated with the kickstart repo used for provisioning": [
6246
6252
  "プロビジョニングに使用する Kickstart リポジトリーに関連付けられたリポジトリー ID"
6247
6253
  ],
6248
6254
  "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
- ""
6255
+ "リポジトリーは公開されたコンテンツビューにすでに含まれるため、削除できません。この削除を試行する前にこのリポジトリーが含まれるすべてのコンテンツビューバージョンを削除してください。または、--remove-from-content-view-versions フラグを使用して、公開されているすべてのバージョンからリポジトリーを自動的に削除してください。"
6250
6256
  ],
6251
6257
  "Repository cannot be disabled since it has already been promoted.": [
6252
6258
  "リポジトリーはすでにプロモート済みのため無効にできません。"
@@ -6264,10 +6270,10 @@
6264
6270
  "コンテンツビューには、リポジトリーラベル '%s' が関連付けられていません。"
6265
6271
  ],
6266
6272
  "Repository name": [
6267
- ""
6273
+ "リポジトリー名"
6268
6274
  ],
6269
6275
  "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
- ""
6276
+ "この製品には、別の命名スキームを使用したリポジトリー名 '%{container_name}' がすでに存在します。%{root_repo_container_push_name} 形式を使用して要求を再試行するか、リポジトリーを破棄し、希望するスキーマを使用して再作成してください。"
6271
6277
  ],
6272
6278
  "Repository not found": [
6273
6279
  "リポジトリーが見つかりません"
@@ -6306,13 +6312,13 @@
6306
6312
  "リポジトリーセットは、Red Hat リポジトリーを有効にしたり、カスタム製品を作成したりすると、ここに表示されます。"
6307
6313
  ],
6308
6314
  "Repository sets will appear here when the host's content view and environment has available content.": [
6309
- ""
6315
+ "ホストのコンテンツビューと環境に利用可能なコンテンツがある場合に、リポジトリーセットがここに表示されます。"
6310
6316
  ],
6311
6317
  "Repository sync failure": [
6312
- ""
6318
+ "リポジトリー同期の失敗"
6313
6319
  ],
6314
6320
  "Repository type": [
6315
- ""
6321
+ "リポジトリータイプ"
6316
6322
  ],
6317
6323
  "Republish Repositories of %{name} %{version}": [
6318
6324
  "%{name}%{version} のリポジトリーの再公開"
@@ -6321,10 +6327,10 @@
6321
6327
  "バージョンリポジトリーの再公開"
6322
6328
  ],
6323
6329
  "Republish repository metadata": [
6324
- ""
6330
+ "リポジトリーメタデータの再公開"
6325
6331
  ],
6326
6332
  "Requested access to '%s' is denied": [
6327
- ""
6333
+ "'%s' へのアクセス要求が拒否されました"
6328
6334
  ],
6329
6335
  "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys.": [
6330
6336
  "subscription-manifest をアップロードし、サブスクリプションをホストおよびアクティベーションキーに再度アタッチする必要があります。"
@@ -6393,7 +6399,7 @@
6393
6399
  "Red Hat (カスタム以外) 製品のみを返します"
6394
6400
  ],
6395
6401
  "Return a list of installed packages distinct by name": [
6396
- ""
6402
+ "名前別にインストール済みパッケージのリストを返す"
6397
6403
  ],
6398
6404
  "Return content that can be added to the specified object. The values 'content_view_version' and 'content_view_filter are supported.": [
6399
6405
  "指定のオブジェクトに追加可能なコンテンツを返します。'content_view_version' と 'content_view_filter' の値がサポートされます。"
@@ -6431,8 +6437,8 @@
6431
6437
  "Return only errata of a particular severity (None, Low, Moderate, Important, Critical)": [
6432
6438
  "特定の重大度 (影響なし、低、中程度、重要、重大) のエラータのみを返します"
6433
6439
  ],
6434
- "Return only errata of a particular type (security, bugfix, enhancement)": [
6435
- "特定タイプ (セキュリティー、バグ修正、機能拡張) のエラータのみを返します"
6440
+ "Return only errata of a particular type (security, bugfix, enhancement, other)": [
6441
+ ""
6436
6442
  ],
6437
6443
  "Return only packages of a particular status (upgradable or up-to-date)": [
6438
6444
  "特定ステータス (アップグレード可能または最新) のパッケージのみを返します"
@@ -6477,7 +6483,7 @@
6477
6483
  "両方とも追加可能で、現在オブジェクトに追加されているコンテンツを返します。値 'content_view_filter' がサポートされています"
6478
6484
  ],
6479
6485
  "Review": [
6480
- ""
6486
+ "確認"
6481
6487
  ],
6482
6488
  "Review affected environment": [
6483
6489
  "影響を受ける環境の確認"
@@ -6486,19 +6492,19 @@
6486
6492
  "影響を受ける環境を確認"
6487
6493
  ],
6488
6494
  "Review and optionally exclude hosts from your selection. Note that package actions on any image mode hosts will be transient and lost on the next reboot.": [
6489
- ""
6495
+ "選択したホストを確認し、必要に応じて除外してください。イメージモードのホストに対するパッケージアクションは一時的なものであり、次回の再起動時に失われることに注意してください。"
6490
6496
  ],
6491
6497
  "Review and then click 'Set content overrides.' Status will be changed for the selected repository sets on the selected hosts.": [
6492
- ""
6498
+ "確認して、'コンテンツオーバーライドの設定' をクリックしてください。選択したホスト上の選択したリポジトリーセットのステータスが変更されます。"
6493
6499
  ],
6494
6500
  "Review and then click {submitBtnText}.": [
6495
- ""
6501
+ "確認して {submitBtnText} をクリックしてください。"
6496
6502
  ],
6497
6503
  "Review details": [
6498
6504
  "詳細を確認"
6499
6505
  ],
6500
6506
  "Review hosts": [
6501
- ""
6507
+ "ホストのプレビュー"
6502
6508
  ],
6503
6509
  "Review the information below and click ": [
6504
6510
  "以下の情報を確認して、次をクリック: "
@@ -6516,16 +6522,16 @@
6516
6522
  "ロール"
6517
6523
  ],
6518
6524
  "Rollback image": [
6519
- ""
6525
+ "ロールバックイメージ"
6520
6526
  ],
6521
6527
  "Rollback image digest": [
6522
- ""
6528
+ "ロールバックイメージダイジェスト"
6523
6529
  ],
6524
6530
  "Rolling content view": [
6525
- ""
6531
+ "ローリングコンテンツビュー"
6526
6532
  ],
6527
6533
  "Rolling content views": [
6528
- ""
6534
+ "ローリングコンテンツビュー"
6529
6535
  ],
6530
6536
  "Rules to be added": [
6531
6537
  "追加するルール"
@@ -6534,16 +6540,16 @@
6534
6540
  "同期プランの実行:"
6535
6541
  ],
6536
6542
  "Run job invocation": [
6537
- ""
6543
+ "ジョブ呼び出しを実行"
6538
6544
  ],
6539
6545
  "Running": [
6540
6546
  "実行中"
6541
6547
  ],
6542
6548
  "Running image": [
6543
- ""
6549
+ "実行中のイメージ"
6544
6550
  ],
6545
6551
  "Running image digest": [
6546
- ""
6552
+ "実行中のイメージダイジェスト"
6547
6553
  ],
6548
6554
  "SKU": [
6549
6555
  "SKU"
@@ -6576,16 +6582,16 @@
6576
6582
  "代替コンテンツソースの保存"
6577
6583
  ],
6578
6584
  "Scan": [
6579
- ""
6585
+ "スキャン"
6580
6586
  ],
6581
6587
  "Scan a flatpak remote": [
6582
- ""
6588
+ "flatpak リモートをスキャンする"
6583
6589
  ],
6584
6590
  "Schema version 1": [
6585
- ""
6591
+ "スキーマバージョン 1"
6586
6592
  ],
6587
6593
  "Schema version 2": [
6588
- ""
6594
+ "スキーマバージョン 2"
6589
6595
  ],
6590
6596
  "Search": [
6591
6597
  "検索"
@@ -6594,7 +6600,7 @@
6594
6600
  "検索クエリー"
6595
6601
  ],
6596
6602
  "Search available Debian packages": [
6597
- ""
6603
+ "利用可能な Debian パッケージの検索"
6598
6604
  ],
6599
6605
  "Search available packages": [
6600
6606
  "利用可能なパッケージの検索"
@@ -6660,7 +6666,7 @@
6660
6666
  "クライアントキーの選択"
6661
6667
  ],
6662
6668
  "Select a content source first": [
6663
- ""
6669
+ "先にコンテンツソースを選択してください"
6664
6670
  ],
6665
6671
  "Select a content view": [
6666
6672
  "コンテンツビューの選択"
@@ -6672,22 +6678,22 @@
6672
6678
  "このホストを移動するには、ライフサイクル環境とコンテンツビューを選択してください。"
6673
6679
  ],
6674
6680
  "Select a lifecycle environment first": [
6675
- ""
6681
+ "最初にライフサイクル環境を選択してください"
6676
6682
  ],
6677
6683
  "Select a lifecycle environment from the available promotion paths to promote new version.": [
6678
6684
  "利用可能なプロモーションパスからライフサイクル環境を選択し、新しいバージョンをプロモートします。"
6679
6685
  ],
6680
6686
  "Select a product to mirror the repository into": [
6681
- ""
6687
+ "リポジトリーのミラー先となる製品を選択してください"
6682
6688
  ],
6683
6689
  "Select a provider to install katello-host-tools-tracer": [
6684
6690
  "katello-host-tools-tracer をインストールするプロバイダーの選択"
6685
6691
  ],
6686
6692
  "Select a source": [
6687
- ""
6693
+ "ソースの選択"
6688
6694
  ],
6689
6695
  "Select action": [
6690
- ""
6696
+ "アクションの選択"
6691
6697
  ],
6692
6698
  "Select all": [
6693
6699
  "すべてを選択"
@@ -6708,16 +6714,16 @@
6708
6714
  "組織の選択"
6709
6715
  ],
6710
6716
  "Select at least one erratum.": [
6711
- ""
6717
+ "少なくとも 1 つのエラータを選択してください。"
6712
6718
  ],
6713
6719
  "Select at least one package.": [
6714
- ""
6720
+ "少なくとも 1 つのパッケージを選択してください。"
6715
6721
  ],
6716
6722
  "Select attributes for ${akDetails.name}": [
6717
- ""
6723
+ "${akDetails.name} の属性の選択"
6718
6724
  ],
6719
6725
  "Select available version of ${truncate(cvName)} to use": [
6720
- ""
6726
+ "使用する ${truncate(cvName)} の利用可能なバージョンの選択"
6721
6727
  ],
6722
6728
  "Select available version of content views to use": [
6723
6729
  "使用するコンテンツビューの利用可能なバージョンの選択"
@@ -6729,10 +6735,10 @@
6729
6735
  "環境の選択"
6730
6736
  ],
6731
6737
  "Select errata": [
6732
- ""
6738
+ "エラータの選択"
6733
6739
  ],
6734
6740
  "Select errata to apply on the selected hosts. Some errata may already be applied on some hosts.": [
6735
- ""
6741
+ "選択したホストに適用するエラータを選択します。一部のエラータは、一部のホストにすでに適用されている場合があります。"
6736
6742
  ],
6737
6743
  "Select host collection(s) to associate with host {hostName}.": [
6738
6744
  "ホスト {hostName} に関連付けるホストコレクションを選択します。"
@@ -6753,16 +6759,16 @@
6753
6759
  "1 つを選択"
6754
6760
  ],
6755
6761
  "Select packages to install on the selected hosts. Some packages may already be installed on some hosts.": [
6756
- ""
6762
+ "選択したホストにインストールするパッケージを選択します。一部のパッケージは、一部のホストにすでにインストールされている場合があります。"
6757
6763
  ],
6758
6764
  "Select packages to install to the host {hostName}.": [
6759
6765
  "ホスト {hostName} にインストールするパッケージを選択します。"
6760
6766
  ],
6761
6767
  "Select packages to remove on the selected hosts.": [
6762
- ""
6768
+ "選択したホスト上で削除するパッケージを選択します。"
6763
6769
  ],
6764
6770
  "Select packages to upgrade to the latest version. Packages may have different versions on different hosts.": [
6765
- ""
6771
+ "最新バージョンにアップグレードするパッケージを選択します。ホストによってパッケージのバージョンが異なる場合があります。"
6766
6772
  ],
6767
6773
  "Select page": [
6768
6774
  "ページの選択"
@@ -6774,7 +6780,7 @@
6774
6780
  "このソースに関連付ける製品を選択します。"
6775
6781
  ],
6776
6782
  "Select repository sets": [
6777
- ""
6783
+ "リポジトリーセットの選択"
6778
6784
  ],
6779
6785
  "Select row": [
6780
6786
  "行の選択"
@@ -6789,10 +6795,10 @@
6789
6795
  "ソースタイプの選択"
6790
6796
  ],
6791
6797
  "Select system purpose attributes for activation key {name}.": [
6792
- ""
6798
+ "アクティベーションキー {name} のシステム目的の属性を選択します。"
6793
6799
  ],
6794
6800
  "Select system purpose attributes for host {name}.": [
6795
- ""
6801
+ "ホスト {name} のシステム目的の属性を選択します。"
6796
6802
  ],
6797
6803
  "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
6804
  "このホストのプロビジョニングに使用するインストールメディアを選択してください。同期済みの Kickstart リポジトリーには「同期済みコンテンツ」を、他のメディアには「全メディア」を選択してください。"
@@ -6804,10 +6810,10 @@
6804
6810
  "選択済みの環境 "
6805
6811
  ],
6806
6812
  "Selected errata will be applied on {hostCount} hosts": [
6807
- ""
6813
+ "選択したエラータは {hostCount} 台のホストに適用されます"
6808
6814
  ],
6809
6815
  "Selected packages will be {submitAction} on {hostCount} hosts": [
6810
- ""
6816
+ "選択したパッケージは {hostCount} 台のホストに {submitAction} されます"
6811
6817
  ],
6812
6818
  "Sending a list of included IDs is not allowed when all items are being selected.": [
6813
6819
  "すべての項目が選択されている場合、含まれる ID の一覧を送信することはできません。"
@@ -6825,7 +6831,7 @@
6825
6831
  "自動修復に使用されるサービスレベル"
6826
6832
  ],
6827
6833
  "Set content overrides": [
6828
- ""
6834
+ "コンテンツオーバーライドの設定"
6829
6835
  ],
6830
6836
  "Set content overrides for the host": [
6831
6837
  "ホストのコンテンツ上書きの設定"
@@ -6834,7 +6840,7 @@
6834
6840
  "1 台以上のホストにコンテンツ上書きを設定します"
6835
6841
  ],
6836
6842
  "Set this HTTP proxy as the default content HTTP proxy": [
6837
- ""
6843
+ "この HTTP プロキシーをデフォルトのコンテンツ HTTP プロキシーとして設定する"
6838
6844
  ],
6839
6845
  "Set true to override to enabled; Set false to override to disabled.'": [
6840
6846
  "true に設定するとオーバーライドが有効になり、false に設定するとオーバーライドが無効になります。"
@@ -6843,7 +6849,7 @@
6843
6849
  "上書きを削除して「デフォルト」にリセットするには True に設定します"
6844
6850
  ],
6845
6851
  "Set up container registry certs": [
6846
- ""
6852
+ "コンテナーレジストリー証明書のセットアップ"
6847
6853
  ],
6848
6854
  "Sets the system purpose usage": [
6849
6855
  "システム目的の使用率を設定します"
@@ -6879,10 +6885,10 @@
6879
6885
  "コンテンツビューの履歴を表示"
6880
6886
  ],
6881
6887
  "Show a flatpak remote": [
6882
- ""
6888
+ "flatpak リモートを表示する"
6883
6889
  ],
6884
6890
  "Show a flatpak remote repository": [
6885
- ""
6891
+ "flatpak リモートリポジトリーを表示する"
6886
6892
  ],
6887
6893
  "Show a host collection": [
6888
6894
  "ホストコレクションの表示"
@@ -6909,7 +6915,7 @@
6909
6915
  "すべて表示"
6910
6916
  ],
6911
6917
  "Show all repository sets": [
6912
- ""
6918
+ "全リポジトリーセットの表示"
6913
6919
  ],
6914
6920
  "Show an activation key": [
6915
6921
  "アクティベーションキーの表示"
@@ -6933,7 +6939,7 @@
6933
6939
  "説明全文の表示"
6934
6940
  ],
6935
6941
  "Show hosts associated to an activation key": [
6936
- ""
6942
+ "アクティベーションキーに関連付けられたホストを表示する"
6937
6943
  ],
6938
6944
  "Show organization": [
6939
6945
  "組織の表示"
@@ -6945,7 +6951,7 @@
6945
6951
  "コンテンツホストで利用可能なリリースを表示します"
6946
6952
  ],
6947
6953
  "Show repositories": [
6948
- ""
6954
+ "リポジトリーの表示"
6949
6955
  ],
6950
6956
  "Show repositories enabled on the host that are known to Katello": [
6951
6957
  "Katello に認識されているホストで有効化になっているリポジトリーを表示します。"
@@ -6954,7 +6960,7 @@
6954
6960
  "使用可能なリポジトリータイプの表示"
6955
6961
  ],
6956
6962
  "Show whether each lifecycle environment is associated with the given Smart Proxy id.": [
6957
- ""
6963
+ "各ライフサイクル環境が指定の Smart Proxy ID に関連付けられているかどうかを示します。"
6958
6964
  ],
6959
6965
  "Shows status of Katello system and it's subcomponents": [
6960
6966
  "Katello システムとそのサブコンポーネントのステータスを表示します"
@@ -6969,7 +6975,7 @@
6969
6975
  "'%{subject}' のシンプルコンテンツアクセスが有効になりました。"
6970
6976
  ],
6971
6977
  "Simple Content Access is the only supported content access mode": [
6972
- ""
6978
+ "サポートされているコンテンツアクセスモードは、Simple Content Access のみです"
6973
6979
  ],
6974
6980
  "Simplified": [
6975
6981
  "簡易"
@@ -6987,19 +6993,19 @@
6987
6993
  "Smart Proxy"
6988
6994
  ],
6989
6995
  "Smart proxy ID": [
6990
- ""
6996
+ "Smart Proxy ID"
6991
6997
  ],
6992
6998
  "Smart proxy IDs": [
6993
6999
  "Smart Proxy ID"
6994
7000
  ],
6995
7001
  "Smart proxy content count refresh has started in the background": [
6996
- ""
7002
+ "Smart Proxy のコンテンツ数の更新がバックグラウンドで開始しました"
6997
7003
  ],
6998
7004
  "Smart proxy content source not found!": [
6999
7005
  "Smart Proxy コンテンツソースが見つかりません!"
7000
7006
  ],
7001
7007
  "Smart proxy name": [
7002
- ""
7008
+ "Smart Proxy 名"
7003
7009
  ],
7004
7010
  "Sockets": [
7005
7011
  "ソケット"
@@ -7017,13 +7023,13 @@
7017
7023
  "依存関係の解決"
7018
7024
  ],
7019
7025
  "Some environments are disabled because they are not associated with all of the affected hosts' content sources.": [
7020
- ""
7026
+ "一部の環境は、影響を受けるホストのコンテンツソースすべてに関連付けられていないため、無効になります。"
7021
7027
  ],
7022
7028
  "Some environments are disabled because they are not associated with the host's content source.": [
7023
- ""
7029
+ "一部の環境は、ホストのコンテンツソースに関連付けられていないため無効になります。"
7024
7030
  ],
7025
7031
  "Some environments are disabled because they are not associated with the selected content source.": [
7026
- ""
7032
+ "一部の環境は、選択されたコンテンツソースに関連付けられていないため無効になります。"
7027
7033
  ],
7028
7034
  "Some hosts are not registered as content hosts and will be ignored.": [
7029
7035
  "ホストによってはコンテンツホストとして登録されていないため、無視されます。"
@@ -7035,7 +7041,7 @@
7035
7041
  "一部のサービスが適切に開始されていません。詳細は、About ページを参照してください。"
7036
7042
  ],
7037
7043
  "Something went wrong while adding a bookmark: ${getBookmarkErrorMsgs(error.response)}": [
7038
- "コンポーネントの追加中に問題が発生しました! ${getBookmarkErrorMsgs(error.response)}"
7044
+ "ブックマークの追加中に問題が発生しました! ${getBookmarkErrorMsgs(error.response)}"
7039
7045
  ],
7040
7046
  "Something went wrong while adding a filter rule! ${getResponseErrorMsgs(error.response)}": [
7041
7047
  "フィルタールールの追加中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
@@ -7056,7 +7062,7 @@
7056
7062
  "フィルタールールの削除中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
7057
7063
  ],
7058
7064
  "Something went wrong while deleting filters! ${getResponseErrorMsgs(error.response)}": [
7059
- "フィルタールールの削除中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
7065
+ "フィルターの削除中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
7060
7066
  ],
7061
7067
  "Something went wrong while deleting this filter! ${getResponseErrorMsgs(error.response)}": [
7062
7068
  "このフィルターの削除中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
@@ -7083,7 +7089,7 @@
7083
7089
  "rpm パッケージの取得中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
7084
7090
  ],
7085
7091
  "Something went wrong while getting container manifest lists! ${getResponseErrorMsgs(error.response)}": [
7086
- ""
7092
+ "コンテナーマニフェストリストの取得中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
7087
7093
  ],
7088
7094
  "Something went wrong while getting container tags! ${getResponseErrorMsgs(error.response)}": [
7089
7095
  "コンテナータグの取得中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
@@ -7116,7 +7122,7 @@
7116
7122
  "代替コンテンツソースの更新中に問題が発生しました:"
7117
7123
  ],
7118
7124
  "Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error.response)}": [
7119
- ""
7125
+ "コンテンツ数の更新中に問題が発生しました: ${getResponseErrorMsgs(error.response)}"
7120
7126
  ],
7121
7127
  "Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}": [
7122
7128
  "フィルタールールの削除中に問題が発生しました! ${getResponseErrorMsgs(error.response)}"
@@ -7212,10 +7218,10 @@
7212
7218
  "スタッキング ID"
7213
7219
  ],
7214
7220
  "Staged image": [
7215
- ""
7221
+ "ステージングされたイメージ"
7216
7222
  ],
7217
7223
  "Staged image digest": [
7218
- ""
7224
+ "ステージングされたイメージダイジェスト"
7219
7225
  ],
7220
7226
  "Start Date": [
7221
7227
  "開始日"
@@ -7236,7 +7242,7 @@
7236
7242
  "状態"
7237
7243
  ],
7238
7244
  "Status": [
7239
- "状態"
7245
+ "ステータス"
7240
7246
  ],
7241
7247
  "Status must be one of: %s": [
7242
7248
  "ステータスは %s のいずれかに指定する必要があります"
@@ -7281,7 +7287,7 @@
7281
7287
  "サブスクリプションマニフェスト"
7282
7288
  ],
7283
7289
  "Subscription Manifest expiration date check": [
7284
- ""
7290
+ "サブスクリプションマニフェストの有効期限の確認"
7285
7291
  ],
7286
7292
  "Subscription Manifest validity check": [
7287
7293
  "サブスクリプションマニフェストの有効性チェック"
@@ -7323,7 +7329,7 @@
7323
7329
  "サブスクリプションが見つかりません"
7324
7330
  ],
7325
7331
  "Subscription was not persisted - %{error_message}": [
7326
- "サブスクリプションが永続化されませんでした: {error_message}"
7332
+ "サブスクリプションが保存されませんでした: %{error_message}"
7327
7333
  ],
7328
7334
  "Subscriptions": [
7329
7335
  "サブスクリプション"
@@ -7347,7 +7353,7 @@
7347
7353
  "%s 台のホストが正常に追加されました。"
7348
7354
  ],
7349
7355
  "Successfully added %{count} content host(s) to host collection %{host_collection}.": [
7350
- "コンテンツホスト%{count} 台がホストコレクション {host_collection} に正常に追加されました。"
7356
+ "コンテンツホスト %{count} 台がホストコレクション %{host_collection} に正常に追加されました。"
7351
7357
  ],
7352
7358
  "Successfully changed sync plan for %s product(s)": [
7353
7359
  "%s 製品の同期プランが正常に変更されました"
@@ -7362,7 +7368,7 @@
7362
7368
  "%s 台のホストが正常に削除されました。"
7363
7369
  ],
7364
7370
  "Successfully removed %{count} content host(s) from host collection %{host_collection}.": [
7365
- "ホストコレクション {host_collection} から %{count} 台のコンテンツホストが正常に削除されました。"
7371
+ "ホストコレクション %{host_collection} から %{count} 台のコンテンツホストが正常に削除されました。"
7366
7372
  ],
7367
7373
  "Successfully synced capsule.": [
7368
7374
  "Capsule が正常に同期されました。"
@@ -7377,7 +7383,7 @@
7377
7383
  "サポートタイプ"
7378
7384
  ],
7379
7385
  "Support ended": [
7380
- ""
7386
+ "サポート終了"
7381
7387
  ],
7382
7388
  "Supported Content Types": [
7383
7389
  "サポート対象のコンテンツタイプ"
@@ -7455,7 +7461,7 @@
7455
7461
  "同期の状態"
7456
7462
  ],
7457
7463
  "Synced": [
7458
- ""
7464
+ "同期されています"
7459
7465
  ],
7460
7466
  "Synced ": [
7461
7467
  "同期されています "
@@ -7503,7 +7509,7 @@
7503
7509
  "システム目的の属性の更新"
7504
7510
  ],
7505
7511
  "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
- ""
7512
+ "システム目的では、ネットワーク上でシステムの使用目的を設定して、Red Hat Hybrid Cloud Console のサブスクリプションサービスでレポートの精度を向上させることができます。"
7507
7513
  ],
7508
7514
  "Tag name": [
7509
7515
  "タグ名"
@@ -7515,13 +7521,13 @@
7515
7521
  "タスク"
7516
7522
  ],
7517
7523
  "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) : ''}"
7524
+ "タスク ${task.humanized.action} ${task.result}. ${task.errors ? getErrors(task) : ''} の結果で完了しました"
7519
7525
  ],
7520
7526
  "Task ${task.humanized.action} has started.": [
7521
7527
  "タスク${task.humanized.action} が開始されました。"
7522
7528
  ],
7523
7529
  "Task ID": [
7524
- ""
7530
+ "タスク ID"
7525
7531
  ],
7526
7532
  "Task canceled": [
7527
7533
  "タスクが取り消されました"
@@ -7530,13 +7536,13 @@
7530
7536
  "タスクの詳細"
7531
7537
  ],
7532
7538
  "Task details": [
7533
- ""
7539
+ "タスクの詳細"
7534
7540
  ],
7535
7541
  "Task result": [
7536
- ""
7542
+ "タスクの結果"
7537
7543
  ],
7538
7544
  "Task state": [
7539
- ""
7545
+ "タスクの状態"
7540
7546
  ],
7541
7547
  "Temporary": [
7542
7548
  "一時的"
@@ -7548,16 +7554,16 @@
7548
7554
  "代替コンテンツソースのタイプ"
7549
7555
  ],
7550
7556
  "The Foreman Client repository is available in the host's content view environment(s). ": [
7551
- ""
7557
+ "Foreman クライアントリポジトリーが、ホストのコンテンツビュー環境で使用できる。 "
7552
7558
  ],
7553
7559
  "The Foreman Client repository is enabled. ": [
7554
- ""
7560
+ "Foreman クライアントリポジトリーが有効になっている。 "
7555
7561
  ],
7556
7562
  "The Foreman Client repository is synced. ": [
7557
- ""
7563
+ "Foreman クライアントリポジトリーが同期されている。 "
7558
7564
  ],
7559
7565
  "The Foreman Client repository set is enabled for the host. ": [
7560
- ""
7566
+ "Foreman クライアントリポジトリーセットが、ホストに対して有効になっている。 "
7561
7567
  ],
7562
7568
  "The URL to receive a session token from, e.g. used with Automation Hub.": [
7563
7569
  "セッショントークンを受信するためのURL (例: Automation Hub で使用)。"
@@ -7569,7 +7575,7 @@
7569
7575
  "実際のコンテンツファイル"
7570
7576
  ],
7571
7577
  "The amount of latest versions of a package to keep on sync, includes pre-releases if synced. Default 0 keeps all versions.": [
7572
- ""
7578
+ "同期時に保持するパッケージの最新バージョンの数。同期する場合はプレリリースも含まれます。デフォルト値 0 はすべてのバージョンを保持します。"
7573
7579
  ],
7574
7580
  "The content type for the Alternate Content Source": [
7575
7581
  "代替コンテンツソースのコンテンツタイプ"
@@ -7611,10 +7617,10 @@
7611
7617
  "以下のホストには、適用するエラータがあります: "
7612
7618
  ],
7613
7619
  "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}"
7620
+ "インポートメタデータで提供されている以下のリポジトリーのコンテンツタイプまたはプロバイダータイプが正しくありません。インポートする前に、エクスポートリポジトリーとインポートリポジトリーが同じタイプであることを確認してください\\n %{repos}"
7615
7621
  ],
7616
7622
  "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
- ""
7623
+ "生成されたコンテナーリポジトリー名が無効です。ライフサイクル環境のレジストリー名のパターンを確認してください。組織名などの名前の構成要素に特殊文字が含まれていることが原因である可能性があります。"
7618
7624
  ],
7619
7625
  "The id of the content source": [
7620
7626
  "コンテンツソースの ID"
@@ -7656,7 +7662,7 @@
7656
7662
  "保持する各パッケージのバージョンの最大数。"
7657
7663
  ],
7658
7664
  "The number of days remaining in a subscription before you will be reminded about renewing it. Also used for manifest expiration warnings.": [
7659
- ""
7665
+ "サブスクリプションの更新を通知するときのサブスクリプションの残り日数。マニフェストの有効期限の警告にも使用されます。"
7660
7666
  ],
7661
7667
  "The number of items fetched from a single paged Pulp API call.": [
7662
7668
  "1 ページの Pulp API 呼び出しからフェッチされたアイテムの数。"
@@ -7668,7 +7674,7 @@
7668
7674
  "結果を並べ替える順序。['asc'、'desc']。デフォルトは 'desc' です。"
7669
7675
  ],
7670
7676
  "The organization's manifest does not contain the subscriptions required to enable the following repositories.\\n %{repos}": [
7671
- "組織のマニフェストには、以下のリポジトリーの有効化に必要なサブスクリプションが含まれていません。\\n %%{repos}"
7677
+ "組織のマニフェストには、以下のリポジトリーの有効化に必要なサブスクリプションが含まれていません。\\n %{repos}"
7672
7678
  ],
7673
7679
  "The page you are attempting to access requires selecting a specific organization.": [
7674
7680
  "アクセス先のページには、特定の組織を選択する必要があります。"
@@ -7677,11 +7683,14 @@
7677
7683
  "パス %{real_path} は、有効なリポジトリーではないようです。これがエラーだと思われる場合には、マニフェストを更新してみてください。"
7678
7684
  ],
7679
7685
  "The promotion of %{content_view} to %{environment} has completed. %{count} errata are available to your hosts.": [
7680
- "%{content_view} から %{environment} のプロモートが完了しました。エラータ %{count} 件がホストで利用できます。"
7686
+ "%{content_view} から %{environment} へのプロモートが完了しました。エラータ %{count} 件をホストで利用できます。"
7681
7687
  ],
7682
7688
  "The promotion of %{content_view} to <b>%{environment}</b> has completed. %{count} needed errata are installable on your hosts.": [
7683
7689
  "%{content_view} から <b>%{environment}</b> へのプロモートが完了しました。必要なエラータ %{count} 件をホストにインストールできます。"
7684
7690
  ],
7691
+ "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.": [
7692
+ ""
7693
+ ],
7685
7694
  "The repository is already enabled": [
7686
7695
  "リポジトリー がすでに有効にされています"
7687
7696
  ],
@@ -7704,7 +7713,7 @@
7704
7713
  "選択したキックスタートリポジトリーは、割り当てられたコンテンツビュー、ライフサイクル環境、コンテンツソース、オペレーティングシステム、アーキテクチャーに含まれていません。"
7705
7714
  ],
7706
7715
  "The selected lifecycle environment contains no activation keys": [
7707
- ""
7716
+ "選択したライフサイクル環境にアクティベーションキーが含まれていません"
7708
7717
  ],
7709
7718
  "The selected/Inherited Content View is not available for this Lifecycle Environment": [
7710
7719
  "このライフサイクル環境では、選択したコンテンツビュー/継承したコンテンツビューは利用できません"
@@ -7731,7 +7740,7 @@
7731
7740
  "アップロードするコンテンツのタイプ (srpm、file など)。アップロード可能なタイプは、/katello/api/repositories/repository_types で確認できます。"
7732
7741
  ],
7733
7742
  "The value will be available in templates as @host.params['kt_activation_keys']": [
7734
- ""
7743
+ "値は、テンプレートで @host.params['kt_activation_keys'] という形で使用できるようになります"
7735
7744
  ],
7736
7745
  "There are no Manifests to display": [
7737
7746
  "表示するマニフェストはありません。"
@@ -7761,7 +7770,7 @@
7761
7770
  "クリーンアップするダウンロード済みのコンテンツはありません。"
7762
7771
  ],
7763
7772
  "There is no manifest history to display.": [
7764
- ""
7773
+ "表示するマニフェスト履歴がありません。"
7765
7774
  ],
7766
7775
  "There is no such HTTP proxy": [
7767
7776
  "そのような HTTP プロキシーはありません"
@@ -7791,7 +7800,7 @@
7791
7800
  "インポートを実行する前に、このコンテンツビューをインポートのみに設定する必要があります"
7792
7801
  ],
7793
7802
  "This Flatpak remote will be deleted. Repositories mirrored from this remote will remain available and functional for use": [
7794
- ""
7803
+ "この Flatpak リモートは削除されます。このリモートからミラーリングされたリポジトリーは、引き続き利用可能で正常に機能します"
7795
7804
  ],
7796
7805
  "This Host is not currently registered with subscription-manager.": [
7797
7806
  "このホストは現在、subscription-manager に登録されていません。"
@@ -7803,7 +7812,7 @@
7803
7812
  "このアクションはパッケージグループに対応していません"
7804
7813
  ],
7805
7814
  "This action should only be taken for debugging purposes.": [
7806
- ""
7815
+ "この操作はデバッグ目的でのみ実行してください。"
7807
7816
  ],
7808
7817
  "This action should only be taken in extreme circumstances or for debugging purposes.": [
7809
7818
  "この操作は、特殊な状況またはデバッグの目的でのみ実行する必要があります。"
@@ -7821,7 +7830,7 @@
7821
7830
  "このコンテンツビューバージョンには履歴がありません。"
7822
7831
  ],
7823
7832
  "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
- ""
7833
+ "このコンテンツビューバージョンは、1 つ以上のマルチ環境ホストで使用されます。バージョンは、マルチ環境ホストから削除されます。ここで選択したコンテンツビューとライフサイクル環境は、単一環境ホストにのみ影響があります。詳細は、hammer activation-key --help を参照してください。"
7825
7834
  ],
7826
7835
  "This content view will be automatically updated to the latest version.": [
7827
7836
  "このコンテンツビューは、最新バージョンに自動的に更新されます。"
@@ -7830,16 +7839,16 @@
7830
7839
  "このコンテンツビューは削除されます。変更は、削除 をクリックした後に有効になります。"
7831
7840
  ],
7832
7841
  "This endpoint is deprecated and will be removed in an upcoming release. Simple Content Access is the only supported content access mode.": [
7833
- ""
7842
+ "このエンドポイントは非推奨であり、今後のリリースで削除される予定です。サポートされているコンテンツアクセスモードは、Simple Content Access のみです。"
7834
7843
  ],
7835
7844
  "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
- ""
7845
+ "このエンドポイントは、主に UI の操作とリポジトリーへのコンテンツのアップロード用に設計されています。API ベースのアップロードの場合は、代わりに 'content_uploads' エンドポイントを使用してください。"
7837
7846
  ],
7838
7847
  "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
- ""
7848
+ "この環境は、1 つ以上のマルチ環境アクティベーションキーで使用されています。この環境は単に、マルチ環境キーから削除されるだけです。ここで選択したコンテンツビューとライフサイクル環境は、単一環境アクティベーションキーにのみ影響があります。詳細は、hammer activation-key --help を参照してください。"
7840
7849
  ],
7841
7850
  "This erratum is not installable because it is not in this host's assigned content view environments.": [
7842
- ""
7851
+ "このエラータは、このホストの割り当て済みコンテンツビュー環境に含まれていないため、インストールできません。"
7843
7852
  ],
7844
7853
  "This host does not have any Module streams.": [
7845
7854
  "このホストにはモジュールストリームがありません。"
@@ -7848,10 +7857,10 @@
7848
7857
  "このホストにはパッケージがありません。"
7849
7858
  ],
7850
7859
  "This host has errata that are applicable, but not installable. Adjust your filters and try again.": [
7851
- ""
7860
+ "このホストには適用可能なエラータがありますが、インストールできません。フィルターを調節してもう一度お試しください。"
7852
7861
  ],
7853
7862
  "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
- ""
7863
+ "このホストは複数のコンテンツビュー環境に関連付けられています。ここでライフサイクル環境とコンテンツビューを割り当てると、このホストは他の環境から削除されます。"
7855
7864
  ],
7856
7865
  "This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled.": [
7857
7866
  "このホストの組織はシンプルコンテンツアクセスモードです。サブスクリプションのアタッチが無効になっています。"
@@ -7881,7 +7890,7 @@
7881
7890
  "これは、リンクされたリポジトリーではありません"
7882
7891
  ],
7883
7892
  "This page shows the subscriptions available from this organization's subscription manifest. {br} Learn more about your overall subscription usage with the {subscriptionsService}.": [
7884
- ""
7893
+ "このページには、この組織のサブスクリプションマニフェストから利用可能なサブスクリプションが表示されます。{br} サブスクリプションの全体的な使用状況の詳細は、{subscriptionsService} を参照してください。"
7885
7894
  ],
7886
7895
  "This repository is not suggested. Please see additional %(anchorBegin)sdocumentation%(anchorEnd)s prior to use.": [
7887
7896
  "このリポジトリーは推奨されていません。使用する前に、 %(anchorBegin)sドキュメント%(anchorEnd)s を追加で参照してください。"
@@ -7914,13 +7923,16 @@
7914
7923
  "これにより、詳細、リポジトリー、およびフィルターを含め {cv} のコピーが作成されます。履歴、タスク、およびバージョン等の生成されたデータはコピーされません。"
7915
7924
  ],
7916
7925
  "This will update the content view environments for {hosts}.": [
7917
- ""
7926
+ "これにより、{hosts} のコンテンツビュー環境が更新されます。"
7918
7927
  ],
7919
7928
  "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned.": [
7929
+ "リポジトリー内に含まれず、アクセスされていないコンテンツを孤立したコンテンツとみなすまでの時間 (分)。"
7930
+ ],
7931
+ "Time in minutes before registry access tokens expire.": [
7920
7932
  ""
7921
7933
  ],
7922
7934
  "Time to expire yum metadata in seconds. Only relevant for custom yum repositories.": [
7923
- ""
7935
+ "yum メタデータを期限切れになる時間 (秒単位)。対象は、カスタムの yum リポジトリーのみです。"
7924
7936
  ],
7925
7937
  "Timeout when refreshing a manifest (in seconds)": [
7926
7938
  "マニフェストの更新時のタイムアウト (秒単位)"
@@ -7932,40 +7944,40 @@
7932
7944
  "タイトル"
7933
7945
  ],
7934
7946
  "To change content view environments, a specific organization must be selected from the organization context.": [
7935
- ""
7947
+ "コンテンツビュー環境を変更するには、組織コンテキストから特定の組織を選択する必要があります。"
7936
7948
  ],
7937
7949
  "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
- ""
7950
+ "同期コンテンツオプションを有効にするには、このホストが、選択したアーキテクチャーおよびオペレーティングシステム用の同期済みキックスタートリポジトリーを含むコンテンツソース、コンテンツビュー、およびライフサイクル環境を使用している必要があります。"
7939
7951
  ],
7940
7952
  "To enable them, add the environment to the content source, or select a different content source.": [
7941
- ""
7953
+ "環境を有効にするには、環境を別のコンテンツソースに追加するか、別のコンテンツソースを選択します。"
7942
7954
  ],
7943
7955
  "To enable them, add the environment to the host's content source, or ": [
7944
- ""
7956
+ "環境を有効にするには、その環境をホストのコンテンツソースに追加するか、"
7945
7957
  ],
7946
7958
  "To finish the process of changing the content source, run the following script manually on {hosts}.": [
7947
- ""
7959
+ "コンテンツソースの変更プロセスを完了するには、次のスクリプトを {hosts} で手動で実行します。"
7948
7960
  ],
7949
7961
  "To get started, add a filter rule to this filter": [
7950
- ""
7962
+ "まず、フィルタールールをこのフィルターに追加します。"
7951
7963
  ],
7952
7964
  "To get started, add this host to a host collection.": [
7953
7965
  "まず、このホストをホストコレクションに追加します。"
7954
7966
  ],
7955
7967
  "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
- ""
7968
+ "コンテンツビューから特定のコンテンツを追加または除外するには、フィルターを作成します。フィルターを使用しない場合は、コンテンツビューには追加したリポジトリーにあるものがすべて含まれます。"
7957
7969
  ],
7958
7970
  "To manage host content overrides, a specific organization must be selected from the organization context.": [
7959
- ""
7971
+ "ホストのコンテンツオーバーライドを管理するには、組織コンテキストから特定の組織を選択する必要があります。"
7960
7972
  ],
7961
7973
  "To manage host packages, a specific organization must be selected from the organization context.": [
7962
- ""
7974
+ "ホストパッケージを管理するには、組織コンテキストから特定の組織を選択する必要があります。"
7963
7975
  ],
7964
7976
  "To manage packages, select an action.": [
7965
- ""
7977
+ "パッケージを管理するには、アクションを選択してください。"
7966
7978
  ],
7967
7979
  "Token/password for the flatpak remote": [
7968
- ""
7980
+ "flatpak リモートのトークン/パスワード"
7969
7981
  ],
7970
7982
  "Total steps: ": [
7971
7983
  "ステップ合計数: "
@@ -8061,7 +8073,7 @@
8061
8073
  "OSTree リポジトリーの URL。"
8062
8074
  ],
8063
8075
  "URL:": [
8064
- ""
8076
+ "URL:"
8065
8077
  ],
8066
8078
  "UUID": [
8067
8079
  "UUID"
@@ -8088,7 +8100,7 @@
8088
8100
  "接続できません。結果: %s"
8089
8101
  ],
8090
8102
  "Unable to create ContentViewEnvironment. Check the logs for more information.": [
8091
- ""
8103
+ "ContentViewEnvironment を作成できません。詳細は、ログを確認してください。"
8092
8104
  ],
8093
8105
  "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
8106
  "代替コンテンツソースを削除できません。削除するパーミッションがないか、代替コンテンツソースが存在しません。"
@@ -8099,12 +8111,18 @@
8099
8111
  "Unable to detect puppet path": [
8100
8112
  "Puppet パスを検出できません"
8101
8113
  ],
8102
- "Unable to find a content view with ID %s": [
8114
+ "Unable to find a base content view to use for incremental export using the provided parameters:%{params}": [
8103
8115
  ""
8104
8116
  ],
8105
- "Unable to find a lifecycle environment with ID %s": [
8117
+ "Unable to find a base content view to use for incremental export. Please run a complete export instead.": [
8106
8118
  ""
8107
8119
  ],
8120
+ "Unable to find a content view with ID %s": [
8121
+ "ID %s のコンテンツビューが見つかりません"
8122
+ ],
8123
+ "Unable to find a lifecycle environment with ID %s": [
8124
+ "ID %s のライフサイクル環境が見つかりません"
8125
+ ],
8108
8126
  "Unable to find product '%s' in organization '%s'": [
8109
8127
  "組織 '%s' で製品 '%s' が見つかりません"
8110
8128
  ],
@@ -8114,12 +8132,6 @@
8114
8132
  "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
8133
  "メタデータで指定されたコンテンツビュー '%{name}' にインポートできません。コンテンツビューの 'import_only' 属性は false に設定されています。このコンテンツビューをインポート可能としてマークするには、システム管理者がサーバーで以下のコマンドを実行する必要があります。 "
8116
8134
  ],
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
8135
  "Unable to reassign activation_keys. Please check activation_key_content_view_id and activation_key_environment_id.": [
8124
8136
  "activation_keys の再割り当てを実行できません。activation_key_content_view_id と activation_key_environment_id を確認してください。"
8125
8137
  ],
@@ -8133,13 +8145,13 @@
8133
8145
  "システムの再割り当てを実行できません。system_content_view_id と system_environment_id を確認してください。"
8134
8146
  ],
8135
8147
  "Unable to refresh any alternate content source. You either do not have the permission to refresh, or no alternate content sources exist.": [
8136
- ""
8148
+ "代替コンテンツソースを更新できません。更新するパーミッションがないか、代替コンテンツソースが存在しません。"
8137
8149
  ],
8138
8150
  "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
8151
  "代替コンテンツソースを更新できません。更新するパーミッションがないか、代替コンテンツソースが存在しません。"
8140
8152
  ],
8141
8153
  "Unable to refresh host-repository mapping": [
8142
- ""
8154
+ "ホストとリポジトリーのマッピングをリフレッシュできません"
8143
8155
  ],
8144
8156
  "Unable to send errata e-mail notification: %{error}": [
8145
8157
  "エラータのメール通知を送信できません: %{error}"
@@ -8148,16 +8160,16 @@
8148
8160
  "リポジトリーを同期できません。このリポジトリーにはフィード URL がありません。"
8149
8161
  ],
8150
8162
  "Unable to sync repo. This repository is not a library instance repository.": [
8151
- ""
8163
+ "リポジトリーを同期できません。このリポジトリーはライブラリーインスタンスリポジトリーではありません。"
8152
8164
  ],
8153
8165
  "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
8166
  "リポジトリーを同期できません。同期する権限がないか、または選択されたリポジトリーにフィード URL がないかのいずれかです。"
8155
8167
  ],
8156
8168
  "Unable to update host-repository mapping": [
8157
- ""
8169
+ "ホストとリポジトリーのマッピングを更新できません"
8158
8170
  ],
8159
8171
  "Unable to update hosts": [
8160
- ""
8172
+ "ホストを更新できません"
8161
8173
  ],
8162
8174
  "Unable to update the repository list": [
8163
8175
  "リポジトリー一覧を更新できません"
@@ -8186,6 +8198,12 @@
8186
8198
  "Unknown errata status": [
8187
8199
  "不明なエラータステータス"
8188
8200
  ],
8201
+ "Unknown library export format '%s'.": [
8202
+ ""
8203
+ ],
8204
+ "Unknown repository export format '%s'.": [
8205
+ ""
8206
+ ],
8189
8207
  "Unknown traces status": [
8190
8208
  "不明なトレースステータス"
8191
8209
  ],
@@ -8196,7 +8214,7 @@
8196
8214
  "組織を割り当てる前にホスト %s の登録を解除してください"
8197
8215
  ],
8198
8216
  "Unregister host %s before assigning an organization.": [
8199
- ""
8217
+ "組織を割り当てる前にホスト %s の登録を解除してください。"
8200
8218
  ],
8201
8219
  "Unregister the host as a subscription consumer": [
8202
8220
  "ホストからサブスクリプション登録の解除"
@@ -8223,7 +8241,7 @@
8223
8241
  "CDN 設定の更新"
8224
8242
  ],
8225
8243
  "Update Content Counts": [
8226
- ""
8244
+ "コンテンツ数の更新"
8227
8245
  ],
8228
8246
  "Update Content Overrides": [
8229
8247
  "コンテンツ上書きの更新"
@@ -8250,7 +8268,7 @@
8250
8268
  "フィルタールールの更新。組み込まれるパラメーターはフィルタータイプに基づくものでなければなりません。"
8251
8269
  ],
8252
8270
  "Update a flatpak remote": [
8253
- ""
8271
+ "flatpak リモートを更新する"
8254
8272
  ],
8255
8273
  "Update a host collection": [
8256
8274
  "ホストコレクションの更新"
@@ -8274,16 +8292,16 @@
8274
8292
  "組織内の環境を更新"
8275
8293
  ],
8276
8294
  "Update content counts for the smart proxy": [
8277
- ""
8295
+ "Smart Proxy のコンテンツ数を更新します"
8278
8296
  ],
8279
8297
  "Update content view environments for host": [
8280
- ""
8298
+ "ホストのコンテンツビュー環境の更新"
8281
8299
  ],
8282
8300
  "Update content view environments for host %s": [
8283
- ""
8301
+ "ホスト %s のコンテンツビュー環境の更新"
8284
8302
  ],
8285
8303
  "Update hosts manually": [
8286
- ""
8304
+ "ホストの手動更新"
8287
8305
  ],
8288
8306
  "Update installed packages, enabled repos, module inventory": [
8289
8307
  "インストール済みパッケージ、有効なリポジトリー、モジュールインベントリーの更新"
@@ -8319,7 +8337,7 @@
8319
8337
  "指定されたホストのコンテンツソースを更新し、再設定スクリプトを生成します"
8320
8338
  ],
8321
8339
  "Update the host immediately via remote execution": [
8322
- ""
8340
+ "リモート実行でホストをすぐに更新します"
8323
8341
  ],
8324
8342
  "Update the information about enabled repositories": [
8325
8343
  "有効なリポジトリーの情報を更新する"
@@ -8346,10 +8364,10 @@
8346
8364
  "製品の更新"
8347
8365
  ],
8348
8366
  "Updates available: Component content view versions have been updated.": [
8349
- ""
8367
+ "更新が利用可能: コンポーネントのコンテンツビューバージョンが更新されました。"
8350
8368
  ],
8351
8369
  "Updates available: Repositories and/or filters have changed.": [
8352
- ""
8370
+ "更新が利用可能: リポジトリーやフィルターが変更されました。"
8353
8371
  ],
8354
8372
  "Updating Package...": [
8355
8373
  "パッケージを更新しています..."
@@ -8376,10 +8394,10 @@
8376
8394
  "アップグレード"
8377
8395
  ],
8378
8396
  "Upgrade all packages": [
8379
- ""
8397
+ "すべてのパッケージのアップグレード"
8380
8398
  ],
8381
8399
  "Upgrade packages": [
8382
- ""
8400
+ "パッケージのアップグレード"
8383
8401
  ],
8384
8402
  "Upgrade via customized remote execution": [
8385
8403
  "カスタマイズされたリモート実行によるアップグレード"
@@ -8400,7 +8418,7 @@
8400
8418
  "アップロード先"
8401
8419
  ],
8402
8420
  "Upload package / repos profile": [
8403
- ""
8421
+ "パッケージ/リポジトリープロファイルのアップロード"
8404
8422
  ],
8405
8423
  "Upload request id": [
8406
8424
  "要求 ID のアップロード"
@@ -8418,7 +8436,7 @@
8418
8436
  "リポジトリー URL を指定する場合には、アップストリーム名を空白にすることはできません。"
8419
8437
  ],
8420
8438
  "Upstream authentication token string for yum repositories.": [
8421
- ""
8439
+ "yum リポジトリーのアップストリーム認証トークン文字列。"
8422
8440
  ],
8423
8441
  "Upstream foreman server to sync CDN content from. Relevant only for 'upstream_server' type.": [
8424
8442
  "CDN コンテンツの同期元となるアップストリームの Foreman サーバーです。'upstream_server' タイプにのみ必要です。"
@@ -8469,7 +8487,7 @@
8469
8487
  "HTTP プロキシーの使用"
8470
8488
  ],
8471
8489
  "Use container certificates for container registry authentication. If it is set to true, container registry certificates will be installed on the host": [
8472
- ""
8490
+ "コンテナーレジストリーの認証にコンテナー証明書を使用します。true に設定すると、コンテナーレジストリー証明書がホストにインストールされます"
8473
8491
  ],
8474
8492
  "Used to determine download concurrency of the repository in pulp3. Use value less than 20. Defaults to 10": [
8475
8493
  "pulp3 のリポジトリーの同時ダウンロード数を判断するのに使用します。値は 20 未満を使用してください。デフォルト値は 10 です。"
@@ -8496,7 +8514,7 @@
8496
8514
  "認証用のユーザー名。'upstream_server' タイプにのみ必要です。"
8497
8515
  ],
8498
8516
  "Username for the flatpak remote": [
8499
- ""
8517
+ "flatpak リモートのユーザー名"
8500
8518
  ],
8501
8519
  "Username of the upstream repository user used for authentication": [
8502
8520
  "認証に使用するアップストリームリポジトリーユーザーのユーザー名"
@@ -8511,10 +8529,10 @@
8511
8529
  "アップストリームの Foreman サーバーを使用する場合は、ユーザー名、パスワード、アップストリーム組織ラベル、および SSL CA 認証情報が必要です。"
8512
8530
  ],
8513
8531
  "Validate host/lifecycle environment/content source coherence": [
8514
- ""
8532
+ "ホスト/ライフサイクル環境/コンテンツソースの一貫性を検証する"
8515
8533
  ],
8516
8534
  "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
- ""
8535
+ "ホストの割り当てられたライフサイクル環境が、ホストのコンテンツ取得元の Smart Proxy によって同期されていることを検証します。API リクエストにのみ適用され、Web UI チェックには影響しません"
8518
8536
  ],
8519
8537
  "Value must either be a boolean or 'default' for 'enabled'": [
8520
8538
  "値は、ブール値またはデフォルト (「有効」) のいずれかである必要があります"
@@ -8523,22 +8541,22 @@
8523
8541
  "SSL の確認"
8524
8542
  ],
8525
8543
  "Verify checksum for content on smart proxy": [
8526
- ""
8544
+ "Smart Proxy 上のコンテンツのチェックサムを確認する"
8527
8545
  ],
8528
8546
  "Verify checksum for one or more products": [
8529
8547
  "1 つ以上の製品のチェックサムを確認します"
8530
8548
  ],
8531
8549
  "Verify checksum of repositories in %{name} %{version}": [
8532
- ""
8550
+ "%{name} %{version} リポジトリーのチェックサムを確認する"
8533
8551
  ],
8534
8552
  "Verify checksum of repository contents": [
8535
8553
  "リポジトリーの内容のチェックサムを確認する"
8536
8554
  ],
8537
8555
  "Verify checksum of repository contents in the content view version": [
8538
- ""
8556
+ "コンテンツビューバージョンのリポジトリーコンテンツのチェックサムを確認する"
8539
8557
  ],
8540
8558
  "Verify checksum of version repositories": [
8541
- ""
8559
+ "バージョンリポジトリーのチェックサムを確認する"
8542
8560
  ],
8543
8561
  "Version": [
8544
8562
  "バージョン"
@@ -8550,13 +8568,13 @@
8550
8568
  "バージョン ${item.version}"
8551
8569
  ],
8552
8570
  "Version ${version.version}": [
8553
- "${version.version} バージョン $"
8571
+ "バージョン ${version.version}"
8554
8572
  ],
8555
8573
  "Version ${versionNameToRemove} will be deleted from all environments. It will no longer be available for promotion.": [
8556
- "バージョン {versionNameToRemove} は、すべての環境から削除されます。プロモーションの対象ではなくなります。"
8574
+ "バージョン ${versionNameToRemove} は、すべての環境から削除されます。プロモーションの対象ではなくなります。"
8557
8575
  ],
8558
8576
  "Version ${versionNameToRemove} will be deleted from the listed environments. It will no longer be available for promotion.": [
8559
- "バージョン {versionNameToRemove} は、一覧表示された環境から削除されます。プロモーションの対象ではなくなります。"
8577
+ "バージョン ${versionNameToRemove} は、一覧表示された環境から削除されます。プロモーションの対象ではなくなります。"
8560
8578
  ],
8561
8579
  "Version ${versionOne}": [
8562
8580
  "バージョン ${versionOne}"
@@ -8589,34 +8607,34 @@
8589
8607
  "ビュー %{view} は %{env} にプロモートされていません。"
8590
8608
  ],
8591
8609
  "View Filters": [
8592
- ""
8610
+ "フィルターの表示"
8593
8611
  ],
8594
8612
  "View Subscription Usage": [
8595
8613
  "サブスクリプションの使用状況の表示"
8596
8614
  ],
8597
8615
  "View a report of the affected hosts": [
8598
- "影響を受けるホストのレポートを表示します"
8616
+ "影響を受けるホストのレポートの表示"
8599
8617
  ],
8600
8618
  "View applicable errata": [
8601
- ""
8619
+ "適用可能なエラータの表示"
8602
8620
  ],
8603
8621
  "View by": [
8604
8622
  "表示"
8605
8623
  ],
8606
8624
  "View content views": [
8607
- ""
8625
+ "コンテンツビューの表示"
8608
8626
  ],
8609
8627
  "View details": [
8610
- ""
8628
+ "詳細の表示"
8611
8629
  ],
8612
8630
  "View documentation": [
8613
- ""
8631
+ "ドキュメントの表示"
8614
8632
  ],
8615
8633
  "View matching content": [
8616
8634
  "マッチするコンテンツの表示"
8617
8635
  ],
8618
8636
  "View sync status": [
8619
- ""
8637
+ "同期ステータスの表示"
8620
8638
  ],
8621
8639
  "View tasks ": [
8622
8640
  "タスクの表示 "
@@ -8637,7 +8655,7 @@
8637
8655
  "仮想ホスト"
8638
8656
  ],
8639
8657
  "WARNING: Simple Content Access will be required for all organizations in Katello 4.12.": [
8640
- ""
8658
+ "警告: Simple Content Access は、Katello 4.12 ですべての組織に必須となる予定です。"
8641
8659
  ],
8642
8660
  "Waiting to start.": [
8643
8661
  "開始を待機中です。"
@@ -8673,7 +8691,7 @@
8673
8691
  "ディスクにリポジトリーを再生成するかどうか。デフォルト: true"
8674
8692
  ],
8675
8693
  "Whether or not to return filters applied to the content view version": [
8676
- ""
8694
+ "コンテンツビューバージョンに適用されるフィルターを返すかどうか"
8677
8695
  ],
8678
8696
  "Whether or not to show all results": [
8679
8697
  "すべての結果を表示するかどうか"
@@ -8715,13 +8733,13 @@
8715
8733
  "組織の parent_id を設定できません。この機能は無効にされています。"
8716
8734
  ],
8717
8735
  "You currently don't have any ${selectedContentType}.": [
8718
- "現在、{selectedContentType} はありません。"
8736
+ "現在、${selectedContentType} はありません。"
8719
8737
  ],
8720
8738
  "You currently don't have any alternate content sources.": [
8721
8739
  "現時点で、代替コンテンツソースはありません。"
8722
8740
  ],
8723
8741
  "You currently don't have any related content views.": [
8724
- ""
8742
+ "現在、関連するコンテンツビューはありません。"
8725
8743
  ],
8726
8744
  "You currently don't have any repositories associated with this content.": [
8727
8745
  "現在、このコンテンツに関連付けられているリポジトリーはありません。"
@@ -8730,7 +8748,7 @@
8730
8748
  "現在、このフィルターに追加するリポジトリーはありません。"
8731
8749
  ],
8732
8750
  "You currently have no content views to display": [
8733
- ""
8751
+ "現在、表示するコンテンツビューがありません"
8734
8752
  ],
8735
8753
  "You do not have permissions to delete %s": [
8736
8754
  "%s を削除する権限がありません。"
@@ -8745,7 +8763,7 @@
8745
8763
  "保存されていない変更があります。変更を保存せずに終了しますか?"
8746
8764
  ],
8747
8765
  "You must select at least one host.": [
8748
- ""
8766
+ "少なくとも 1 つのホストを選択する必要があります。"
8749
8767
  ],
8750
8768
  "You were not allowed to add %s": [
8751
8769
  "%s を追加できません"
@@ -8763,13 +8781,13 @@
8763
8781
  "%(entitlementCount)s 件のエンタイトルメントに変更を加えています"
8764
8782
  ],
8765
8783
  "Your manifest expired on {expirationDate}. To continue using Red Hat content, import a new manifest.": [
8766
- ""
8784
+ "マニフェストが {expirationDate} に有効期限切れになります。Red Hat コンテンツを引き続き使用するには、新しいマニフェストをインポートしてください。"
8767
8785
  ],
8768
8786
  "Your manifest has expired. To continue using Red Hat content, import a new manifest.": [
8769
- ""
8787
+ "マニフェストの有効期限が切れています。Red Hat コンテンツを引き続き使用するには、新しいマニフェストをインポートしてください。"
8770
8788
  ],
8771
8789
  "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
- ""
8790
+ "マニフェストが {daysMessage} 後に有効期限切れになります。有効期限を延長するには、マニフェストを更新してください。Foreman が接続されていない場合は、新しいマニフェストをインポートしてください。"
8773
8791
  ],
8774
8792
  "Your search query was invalid. Please revise it and try again. The full error has been sent to the application logs.": [
8775
8793
  "検索クエリーが無効でした。確認してからもう一度お試しください。このエラーの詳細はアプリケーションログに送信されました。"
@@ -8793,7 +8811,7 @@
8793
8811
  "検索条件にマッチするホストはありませんでした。"
8794
8812
  ],
8795
8813
  "Your search returned no matching non-modular RPMs.": [
8796
- ""
8814
+ "検索条件にマッチする非モジュラーストリームはありませんでした。"
8797
8815
  ],
8798
8816
  "Yum": [
8799
8817
  "Yum"
@@ -8832,7 +8850,7 @@
8832
8850
  "アクションが見つかりません"
8833
8851
  ],
8834
8852
  "activation key": [
8835
- ""
8853
+ "アクティベーションキー"
8836
8854
  ],
8837
8855
  "activation key identifier": [
8838
8856
  "アクティベーションキー ID"
@@ -8883,10 +8901,10 @@
8883
8901
  "Yum リポジトリーでのみ許可されています。"
8884
8902
  ],
8885
8903
  "assign a new content source to the hosts": [
8886
- ""
8904
+ "ホストへの新規コンテンツソースの割り当て"
8887
8905
  ],
8888
8906
  "attempted to sync a non-library repository.": [
8889
- ""
8907
+ "非ライブラリーリポジトリーの同期が試行されました。"
8890
8908
  ],
8891
8909
  "attempted to sync without a feed URL": [
8892
8910
  "フィード URL なしで同期が試行されました"
@@ -8898,10 +8916,10 @@
8898
8916
  "リポジトリー検出を実行するベース URL"
8899
8917
  ],
8900
8918
  "bug fix": [
8901
- ""
8919
+ "バグ修正"
8902
8920
  ],
8903
8921
  "bug fixes": [
8904
- ""
8922
+ "バグ修正"
8905
8923
  ],
8906
8924
  "bulk add filter rules": [
8907
8925
  "フィルタールールの一括追加"
@@ -8943,13 +8961,13 @@
8943
8961
  "現在の使用数 (%s) より少ない値を指定できません"
8944
8962
  ],
8945
8963
  "cannot be nil": [
8946
- "Nill にしないでください"
8964
+ "nil にしないでください"
8947
8965
  ],
8948
8966
  "cannot be set because unlimited hosts is set": [
8949
8967
  "ホストが無制限に設定されているため設定できません"
8950
8968
  ],
8951
8969
  "cannot be set for repositories without 'Additive' mirroring policy.": [
8952
- ""
8970
+ "'Additive' のミラーリングポリシーのないリポジトリーには設定できません。"
8953
8971
  ],
8954
8972
  "cannot contain characters other than ascii alpha numerals, '_', '-'. ": [
8955
8973
  "ASCII 英数字、アンダースコア (_)、ハイフン (-) 以外の文字を含めることはできません。 "
@@ -8967,7 +8985,7 @@
8967
8985
  "%s 文字以下にしてください"
8968
8986
  ],
8969
8987
  "change the host's content source.": [
8970
- ""
8988
+ "ホストのコンテンツソースを変更します。"
8971
8989
  ],
8972
8990
  "checking %s task status": [
8973
8991
  "%s タスクステータスの確認"
@@ -8991,7 +9009,7 @@
8991
9009
  "コンテンツタイプ ('deb'、'docker_manifest'、'file'、'ostree_ref'、'rpm'、'srpm')"
8992
9010
  ],
8993
9011
  "content type ('deb', 'file', 'ostree_ref', 'rpm', 'srpm')": [
8994
- ""
9012
+ "コンテンツタイプ ('deb'、'file'、'ostree_ref'、'rpm'、'srpm')"
8995
9013
  ],
8996
9014
  "content view component ID. Identifier of the component association": [
8997
9015
  "コンテンツビューコンポーネント ID。コンポーネントの関連付けの ID"
@@ -9036,16 +9054,16 @@
9036
9054
  "比較するコンテンツビューバージョン"
9037
9055
  ],
9038
9056
  "create a custom product": [
9039
- ""
9057
+ "カスタム製品の作成"
9040
9058
  ],
9041
9059
  "create a filter for a content view": [
9042
9060
  "コンテンツビューのフィルターを作成します"
9043
9061
  ],
9044
9062
  "day": [
9045
- ""
9063
+ ""
9046
9064
  ],
9047
9065
  "days": [
9048
- ""
9066
+ ""
9049
9067
  ],
9050
9068
  "deb, package, package group, or docker tag names": [
9051
9069
  "deb、パッケージ、パッケージグループ、または Docker タグ名"
@@ -9054,7 +9072,7 @@
9054
9072
  "deb_ids は配列ではありません"
9055
9073
  ],
9056
9074
  "deb_names_for_job_template: Action must be one of %s": [
9057
- ""
9075
+ "deb_names_for_job_template: アクションは %s のいずれかでなければなりません"
9058
9076
  ],
9059
9077
  "delete a filter": [
9060
9078
  "フィルターを削除します。"
@@ -9078,16 +9096,16 @@
9078
9096
  "ディスク"
9079
9097
  ],
9080
9098
  "download policy for deb, docker, file and yum repos (either 'immediate' or 'on_demand')": [
9081
- ""
9099
+ "deb、docker、ファイル、yum リポジトリーのダウンロードポリシー ('即時' または 'オンデマンド')"
9082
9100
  ],
9083
9101
  "enables or disables synchronization": [
9084
9102
  "同期の有効化または無効化"
9085
9103
  ],
9086
9104
  "enhancement": [
9087
- ""
9105
+ "機能強化"
9088
9106
  ],
9089
9107
  "enhancements": [
9090
- ""
9108
+ "機能強化"
9091
9109
  ],
9092
9110
  "environment identifier": [
9093
9111
  "環境 ID"
@@ -9117,7 +9135,7 @@
9117
9135
  "エラータ: ID またはすべてのオブジェクトを選択"
9118
9136
  ],
9119
9137
  "erratum: allow types not matching a valid errata type": [
9120
- ""
9138
+ "エラータ: 有効なエラータ型と一致しない型を許可する"
9121
9139
  ],
9122
9140
  "erratum: end date (YYYY-MM-DD)": [
9123
9141
  "エラータ: 終了日 (YYYY-MM-DD)"
@@ -9159,7 +9177,7 @@
9159
9177
  "この名前を含む環境のみをフィルター"
9160
9178
  ],
9161
9179
  "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}) が既存のリポジトリーと競合します。ライフサイクル環境のレジストリー名パターンをより具体的なパターンに変更することを検討してください。"
9180
+ "リポジトリーの場合には、'%{name}' は一意ではなく、'%{env}' で作成できません。コンテナーリポジトリー名 ({%{container_name}) が既存のリポジトリーと競合します。ライフサイクル環境のレジストリー名パターンをより具体的なパターンに変更することを検討してください。"
9163
9181
  ],
9164
9182
  "force content view promotion and bypass lifecycle environment restriction": [
9165
9183
  "コンテンツビューを強制的にプロモートしてライフサイクル環境の制限を無視する"
@@ -9177,10 +9195,10 @@
9177
9195
  "この製品に対してすでに使用されています。"
9178
9196
  ],
9179
9197
  "here": [
9180
- ""
9198
+ "こちら"
9181
9199
  ],
9182
9200
  "host": [
9183
- ""
9201
+ "ホスト"
9184
9202
  ],
9185
9203
  "host collection name to filter by": [
9186
9204
  "フィルターに使用するホストコレクション名"
@@ -9216,7 +9234,7 @@
9216
9234
  "Pulp タスクの開始"
9217
9235
  ],
9218
9236
  "installed": [
9219
- ""
9237
+ "インストール"
9220
9238
  ],
9221
9239
  "installing errata...": [
9222
9240
  "エラータをインストールしています..."
@@ -9243,13 +9261,13 @@
9243
9261
  "指定のオブジェクトを解釈して、指定のオブジェクトに関連付け可能なリポジトリーのみを返します。'content_view' と 'content_view_version' のみがサポートされます。"
9244
9262
  ],
9245
9263
  "into a product. Details from the flatpak remote will automatically populate the repository fields. The repository will be available for syncing once it has been mirrored into a product.": [
9246
- ""
9264
+ "が製品にインポートされます。flatpak リモートから取得した詳細情報が、リポジトリーのフィールドに自動的に入力されます。リポジトリーが製品にミラーリングされると、そのリポジトリーを同期できるようになります。"
9247
9265
  ],
9248
9266
  "invalid: Repositories can only require one OS version.": [
9249
9267
  "無効: リポジトリーに必要な OS バージョンは 1 つだけです。"
9250
9268
  ],
9251
9269
  "invalid: The content source must sync the lifecycle environment assigned to the host. See the logs for more information.": [
9252
- ""
9270
+ "無効: コンテンツソースは、ホストに割り当てられたライフサイクル環境を同期する必要があります。詳細は、ログを参照してください。"
9253
9271
  ],
9254
9272
  "is already attached to the capsule": [
9255
9273
  "Capsule にすでに割り当て済みです"
@@ -9285,7 +9303,7 @@
9285
9303
  "リポジトリー ID の一覧"
9286
9304
  ],
9287
9305
  "list of rpm filename strings to include in published version": [
9288
- "公開バージョンに含める rmp ファイル名文字列の一覧"
9306
+ "公開バージョンに含める rpm ファイル名文字列の一覧"
9289
9307
  ],
9290
9308
  "max_hosts must be given a value if this host collection is not unlimited.": [
9291
9309
  "このホストコレクションが無制限でない場合は、max_hosts に値を提供する必要があります。"
@@ -9303,19 +9321,19 @@
9303
9321
  "モジュールストリームが見つかりません"
9304
9322
  ],
9305
9323
  "multi-environment activation key": [
9306
- ""
9324
+ "マルチ環境アクティベーションキー"
9307
9325
  ],
9308
9326
  "multi-environment activation keys": [
9309
- ""
9327
+ "マルチ環境アクティベーションキー"
9310
9328
  ],
9311
9329
  "multi-environment host": [
9312
- ""
9330
+ "マルチ環境ホスト"
9313
9331
  ],
9314
9332
  "multi-environment hosts": [
9315
- ""
9333
+ "マルチ環境ホスト"
9316
9334
  ],
9317
9335
  "must be %{gpg_key} or %{cert}": [
9318
- "%{gpg_key} または %{cert} でなければなりません。"
9336
+ "%{gpg_key} または %{cert} でなければなりません"
9319
9337
  ],
9320
9338
  "must be a positive integer value.": [
9321
9339
  "正の整数値でなければなりません。"
@@ -9327,7 +9345,7 @@
9327
9345
  "%s のいずれかでなければなりません"
9328
9346
  ],
9329
9347
  "must be true or false": [
9330
- ""
9348
+ "true または false でなければなりません。"
9331
9349
  ],
9332
9350
  "must be unique within one organization": [
9333
9351
  "1 つの組織内で一意である必要があります"
@@ -9492,16 +9510,16 @@
9492
9510
  "ルール ID"
9493
9511
  ],
9494
9512
  "security advisories": [
9495
- ""
9513
+ "セキュリティーアドバイザリー"
9496
9514
  ],
9497
9515
  "security advisory": [
9498
- ""
9516
+ "セキュリティーアドバイザリー"
9499
9517
  ],
9500
9518
  "selected host": [
9501
- ""
9519
+ "選択したホスト"
9502
9520
  ],
9503
9521
  "selected hosts": [
9504
- ""
9522
+ "選択したホスト"
9505
9523
  ],
9506
9524
  "service level": [
9507
9525
  "サービスレベル"
@@ -9522,7 +9540,7 @@
9522
9540
  "ライブラリーのリポジトリーおよびデフォルトコンテンツビューの表示"
9523
9541
  ],
9524
9542
  "some executors are not responding, check %{status_url}": [
9525
- "一部のエグゼキューターが応答していません。{status_url} を確認してください"
9543
+ "一部のエグゼキューターが応答していません。%{status_url} を確認してください"
9526
9544
  ],
9527
9545
  "specifies if content should be included or excluded, default: inclusion=false": [
9528
9546
  "コンテンツの組み込みまたは除外の指定。デフォルト: inclusion=false"
@@ -9543,19 +9561,19 @@
9543
9561
  "同期プランの数値 ID"
9544
9562
  ],
9545
9563
  "system registration": [
9546
- ""
9564
+ "システム登録"
9547
9565
  ],
9548
9566
  "the documentation.": [
9549
- ""
9567
+ "ドキュメント。"
9550
9568
  ],
9551
9569
  "the following attributes can not be updated for the Red Hat provider: [ %s ]": [
9552
9570
  "Red Hat プロバイダーの次の属性は更新できません: [ %s ]"
9553
9571
  ],
9554
9572
  "the host": [
9555
- ""
9573
+ "ホスト"
9556
9574
  ],
9557
9575
  "the hosts": [
9558
- ""
9576
+ "ホスト"
9559
9577
  ],
9560
9578
  "to": [
9561
9579
  "から"
@@ -9567,7 +9585,7 @@
9567
9585
  "コンポーネントのコンテンツビューの最新版が必要な場合には True を指定します"
9568
9586
  ],
9569
9587
  "true if this repository can be published via HTTP": [
9570
- "このリポジトリーが HHTP 経由で公開できる場合は true"
9588
+ "このリポジトリーが HTTP を介して公開できる場合は true"
9571
9589
  ],
9572
9590
  "type of filter (e.g. deb, rpm, package_group, erratum, erratum_id, erratum_date, docker, modulemd)": [
9573
9591
  "フィルターのタイプ (例: deb、rpm、package_group、erratum、erratum_id、erratum_date、docker、modulemd)"
@@ -9585,7 +9603,7 @@
9585
9603
  "フィルターの更新"
9586
9604
  ],
9587
9605
  "updated": [
9588
- ""
9606
+ "更新"
9589
9607
  ],
9590
9608
  "updating package group...": [
9591
9609
  "パッケージグループを更新しています..."
@@ -9642,7 +9660,7 @@
9642
9660
  "選択項目 {0} 件"
9643
9661
  ],
9644
9662
  "{enableRedHatRepos} or {createACustomProduct}.": [
9645
- ""
9663
+ "{enableRedHatRepos} または {createACustomProduct}"
9646
9664
  ],
9647
9665
  "{numberOfActivationKeys} activation key will be assigned to content view {cvName} in": [
9648
9666
  "{numberOfActivationKeys} アクティベーションキーは、以下のコンテンツビュー {cvName} に割り当てられます:"