hammer_cli_foreman 0.9.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (364) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +5 -0
  3. data/README.md +1 -15
  4. data/doc/configuration.md +38 -0
  5. data/doc/developer_docs.md +4 -3
  6. data/doc/release_notes.md +18 -0
  7. data/doc/testing.md +133 -0
  8. data/lib/hammer_cli_foreman.rb +4 -2
  9. data/lib/hammer_cli_foreman/api/connection.rb +21 -7
  10. data/lib/hammer_cli_foreman/api/interactive_basic_auth.rb +1 -1
  11. data/lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb +6 -1
  12. data/lib/hammer_cli_foreman/api/void_auth.rb +8 -0
  13. data/lib/hammer_cli_foreman/auth.rb +1 -1
  14. data/lib/hammer_cli_foreman/common_parameter.rb +1 -0
  15. data/lib/hammer_cli_foreman/config_group.rb +45 -0
  16. data/lib/hammer_cli_foreman/defaults.rb +6 -3
  17. data/lib/hammer_cli_foreman/exception_handler.rb +36 -7
  18. data/lib/hammer_cli_foreman/filter.rb +61 -0
  19. data/lib/hammer_cli_foreman/host.rb +7 -5
  20. data/lib/hammer_cli_foreman/hosts/common_update_options.rb +17 -2
  21. data/lib/hammer_cli_foreman/output/fields.rb +3 -2
  22. data/lib/hammer_cli_foreman/output/formatters.rb +3 -2
  23. data/lib/hammer_cli_foreman/parameter.rb +5 -2
  24. data/lib/hammer_cli_foreman/references.rb +1 -1
  25. data/lib/hammer_cli_foreman/role.rb +18 -1
  26. data/lib/hammer_cli_foreman/template.rb +10 -10
  27. data/lib/hammer_cli_foreman/testing/api_expectations.rb +108 -8
  28. data/lib/hammer_cli_foreman/user.rb +25 -0
  29. data/lib/hammer_cli_foreman/version.rb +1 -1
  30. data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  31. data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  32. data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  33. data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  34. data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  35. data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  36. data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  37. data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  38. data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  39. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  40. data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  41. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  42. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  43. data/test/data/1.14/_foreman_api.json +1 -0
  44. data/test/data/1.14/foreman_api.json +1 -0
  45. data/test/data/1.15/foreman_api.json +1 -0
  46. data/test/functional/host_test.rb +69 -1
  47. data/test/functional/role_test.rb +69 -0
  48. data/test/functional/template_test.rb +4 -4
  49. data/test/functional/test_helper.rb +0 -3
  50. data/test/functional/user_test.rb +85 -0
  51. data/test/test_helper.rb +4 -6
  52. data/test/unit/api/interactive_basic_auth_test.rb +2 -3
  53. data/test/unit/api/session_authenticator_wrapper_test.rb +24 -0
  54. data/test/unit/apipie_resource_mock.rb +180 -0
  55. data/test/unit/architecture_test.rb +3 -0
  56. data/test/unit/auth_source_ldap_test.rb +3 -0
  57. data/test/unit/commands_test.rb +2 -0
  58. data/test/unit/common_parameter_test.rb +13 -7
  59. data/test/unit/compute_resource_test.rb +6 -0
  60. data/test/unit/config_group_test.rb +72 -0
  61. data/test/unit/defaults_test.rb +28 -24
  62. data/test/unit/domain_test.rb +3 -0
  63. data/test/unit/environment_test.rb +3 -0
  64. data/test/unit/filter_test.rb +10 -2
  65. data/test/unit/host_test.rb +14 -1
  66. data/test/unit/hostgroup_test.rb +3 -0
  67. data/test/unit/image_test.rb +3 -0
  68. data/test/unit/media_test.rb +3 -0
  69. data/test/unit/model_test.rb +3 -0
  70. data/test/unit/partition_table_test.rb +3 -0
  71. data/test/unit/puppet_class_test.rb +3 -0
  72. data/test/unit/realm_test.rb +3 -0
  73. data/test/unit/report_test.rb +3 -0
  74. data/test/unit/smart_proxy_test.rb +3 -0
  75. data/test/unit/smart_variable_test.rb +0 -1
  76. data/test/unit/subnet_test.rb +3 -0
  77. data/test/unit/template_test.rb +9 -3
  78. data/test/unit/user_test.rb +6 -0
  79. data/test/unit/usergroup_test.rb +3 -0
  80. metadata +69 -577
  81. data/locale/Makefile +0 -57
  82. data/locale/README.md +0 -18
  83. data/locale/ca/hammer-cli-foreman.edit.po +0 -2910
  84. data/locale/ca/hammer-cli-foreman.po +0 -2823
  85. data/locale/ca/hammer-cli-foreman.po.time_stamp +0 -0
  86. data/locale/de/hammer-cli-foreman.edit.po +0 -2921
  87. data/locale/de/hammer-cli-foreman.po +0 -2827
  88. data/locale/de/hammer-cli-foreman.po.time_stamp +0 -0
  89. data/locale/en/hammer-cli-foreman.edit.po +0 -2865
  90. data/locale/en/hammer-cli-foreman.po +0 -2167
  91. data/locale/en/hammer-cli-foreman.po.time_stamp +0 -0
  92. data/locale/en_GB/hammer-cli-foreman.edit.po +0 -2888
  93. data/locale/en_GB/hammer-cli-foreman.po +0 -2825
  94. data/locale/en_GB/hammer-cli-foreman.po.time_stamp +0 -0
  95. data/locale/es/hammer-cli-foreman.edit.po +0 -2924
  96. data/locale/es/hammer-cli-foreman.po +0 -2829
  97. data/locale/es/hammer-cli-foreman.po.time_stamp +0 -0
  98. data/locale/fr/hammer-cli-foreman.edit.po +0 -2919
  99. data/locale/fr/hammer-cli-foreman.po +0 -2825
  100. data/locale/fr/hammer-cli-foreman.po.time_stamp +0 -0
  101. data/locale/hammer-cli-foreman.pot +0 -3080
  102. data/locale/it/hammer-cli-foreman.edit.po +0 -2909
  103. data/locale/it/hammer-cli-foreman.po +0 -2824
  104. data/locale/it/hammer-cli-foreman.po.time_stamp +0 -0
  105. data/locale/ja/hammer-cli-foreman.edit.po +0 -2919
  106. data/locale/ja/hammer-cli-foreman.po +0 -2824
  107. data/locale/ja/hammer-cli-foreman.po.time_stamp +0 -0
  108. data/locale/ko/hammer-cli-foreman.edit.po +0 -2917
  109. data/locale/ko/hammer-cli-foreman.po +0 -2823
  110. data/locale/ko/hammer-cli-foreman.po.time_stamp +0 -0
  111. data/locale/pt_BR/hammer-cli-foreman.edit.po +0 -2921
  112. data/locale/pt_BR/hammer-cli-foreman.po +0 -2826
  113. data/locale/pt_BR/hammer-cli-foreman.po.time_stamp +0 -0
  114. data/locale/ru/hammer-cli-foreman.edit.po +0 -2921
  115. data/locale/ru/hammer-cli-foreman.po +0 -2824
  116. data/locale/ru/hammer-cli-foreman.po.time_stamp +0 -0
  117. data/locale/zanata.xml +0 -28
  118. data/locale/zh_CN/hammer-cli-foreman.edit.po +0 -2917
  119. data/locale/zh_CN/hammer-cli-foreman.po +0 -2822
  120. data/locale/zh_CN/hammer-cli-foreman.po.time_stamp +0 -0
  121. data/locale/zh_TW/hammer-cli-foreman.edit.po +0 -2917
  122. data/locale/zh_TW/hammer-cli-foreman.po +0 -2822
  123. data/locale/zh_TW/hammer-cli-foreman.po.time_stamp +0 -0
  124. data/test/reports/TEST-HammerCLIForeman-Architecture-CreateCommand-parameters.xml +0 -11
  125. data/test/reports/TEST-HammerCLIForeman-Architecture-CreateCommand.xml +0 -7
  126. data/test/reports/TEST-HammerCLIForeman-Architecture-DeleteCommand-parameters.xml +0 -13
  127. data/test/reports/TEST-HammerCLIForeman-Architecture-DeleteCommand.xml +0 -7
  128. data/test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand-output.xml +0 -13
  129. data/test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand-parameters.xml +0 -13
  130. data/test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand.xml +0 -7
  131. data/test/reports/TEST-HammerCLIForeman-Architecture-ListCommand-output.xml +0 -13
  132. data/test/reports/TEST-HammerCLIForeman-Architecture-ListCommand-parameters.xml +0 -17
  133. data/test/reports/TEST-HammerCLIForeman-Architecture-ListCommand.xml +0 -7
  134. data/test/reports/TEST-HammerCLIForeman-Architecture-UpdateCommand-parameters.xml +0 -15
  135. data/test/reports/TEST-HammerCLIForeman-Architecture-UpdateCommand.xml +0 -7
  136. data/test/reports/TEST-HammerCLIForeman-Architecture.xml +0 -7
  137. data/test/reports/TEST-HammerCLIForeman-CommonParameter-DeleteCommand-parameters.xml +0 -11
  138. data/test/reports/TEST-HammerCLIForeman-CommonParameter-DeleteCommand.xml +0 -7
  139. data/test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand-output.xml +0 -13
  140. data/test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand-parameters.xml +0 -17
  141. data/test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand.xml +0 -7
  142. data/test/reports/TEST-HammerCLIForeman-CommonParameter-SetCommand-parameters.xml +0 -13
  143. data/test/reports/TEST-HammerCLIForeman-CommonParameter-SetCommand.xml +0 -7
  144. data/test/reports/TEST-HammerCLIForeman-CommonParameter.xml +0 -7
  145. data/test/reports/TEST-HammerCLIForeman-ComputeResource-CreateCommand-parameters.xml +0 -15
  146. data/test/reports/TEST-HammerCLIForeman-ComputeResource-CreateCommand.xml +0 -7
  147. data/test/reports/TEST-HammerCLIForeman-ComputeResource-DeleteCommand-parameters.xml +0 -13
  148. data/test/reports/TEST-HammerCLIForeman-ComputeResource-DeleteCommand.xml +0 -7
  149. data/test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand-output.xml +0 -17
  150. data/test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand-parameters.xml +0 -13
  151. data/test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand.xml +0 -7
  152. data/test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand-output.xml +0 -15
  153. data/test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand-parameters.xml +0 -17
  154. data/test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand.xml +0 -7
  155. data/test/reports/TEST-HammerCLIForeman-ComputeResource-UpdateCommand-parameters.xml +0 -15
  156. data/test/reports/TEST-HammerCLIForeman-ComputeResource-UpdateCommand.xml +0 -7
  157. data/test/reports/TEST-HammerCLIForeman-ComputeResource.xml +0 -7
  158. data/test/reports/TEST-HammerCLIForeman-Domain-CreateCommand-parameters.xml +0 -11
  159. data/test/reports/TEST-HammerCLIForeman-Domain-CreateCommand.xml +0 -7
  160. data/test/reports/TEST-HammerCLIForeman-Domain-DeleteCommand-parameters.xml +0 -13
  161. data/test/reports/TEST-HammerCLIForeman-Domain-DeleteCommand.xml +0 -7
  162. data/test/reports/TEST-HammerCLIForeman-Domain-DeleteParameterCommand-parameters.xml +0 -15
  163. data/test/reports/TEST-HammerCLIForeman-Domain-DeleteParameterCommand.xml +0 -7
  164. data/test/reports/TEST-HammerCLIForeman-Domain-InfoCommand-output.xml +0 -21
  165. data/test/reports/TEST-HammerCLIForeman-Domain-InfoCommand-parameters.xml +0 -13
  166. data/test/reports/TEST-HammerCLIForeman-Domain-InfoCommand.xml +0 -7
  167. data/test/reports/TEST-HammerCLIForeman-Domain-ListCommand-output.xml +0 -13
  168. data/test/reports/TEST-HammerCLIForeman-Domain-ListCommand-parameters.xml +0 -17
  169. data/test/reports/TEST-HammerCLIForeman-Domain-ListCommand.xml +0 -7
  170. data/test/reports/TEST-HammerCLIForeman-Domain-SetParameterCommand-parameters.xml +0 -17
  171. data/test/reports/TEST-HammerCLIForeman-Domain-SetParameterCommand.xml +0 -7
  172. data/test/reports/TEST-HammerCLIForeman-Domain-UpdateCommand-parameters.xml +0 -15
  173. data/test/reports/TEST-HammerCLIForeman-Domain-UpdateCommand.xml +0 -7
  174. data/test/reports/TEST-HammerCLIForeman-Domain.xml +0 -7
  175. data/test/reports/TEST-HammerCLIForeman-Environment-CreateCommand-parameters.xml +0 -11
  176. data/test/reports/TEST-HammerCLIForeman-Environment-CreateCommand.xml +0 -7
  177. data/test/reports/TEST-HammerCLIForeman-Environment-DeleteCommand-parameters.xml +0 -13
  178. data/test/reports/TEST-HammerCLIForeman-Environment-DeleteCommand.xml +0 -7
  179. data/test/reports/TEST-HammerCLIForeman-Environment-InfoCommand-output.xml +0 -17
  180. data/test/reports/TEST-HammerCLIForeman-Environment-InfoCommand-parameters.xml +0 -13
  181. data/test/reports/TEST-HammerCLIForeman-Environment-InfoCommand.xml +0 -7
  182. data/test/reports/TEST-HammerCLIForeman-Environment-ListCommand-output.xml +0 -13
  183. data/test/reports/TEST-HammerCLIForeman-Environment-ListCommand-parameters.xml +0 -17
  184. data/test/reports/TEST-HammerCLIForeman-Environment-ListCommand.xml +0 -7
  185. data/test/reports/TEST-HammerCLIForeman-Environment-UpdateCommand-parameters.xml +0 -15
  186. data/test/reports/TEST-HammerCLIForeman-Environment-UpdateCommand.xml +0 -7
  187. data/test/reports/TEST-HammerCLIForeman-Environment.xml +0 -7
  188. data/test/reports/TEST-HammerCLIForeman-ExceptionHandler.xml +0 -13
  189. data/test/reports/TEST-HammerCLIForeman-Host-CreateCommand-parameters.xml +0 -46
  190. data/test/reports/TEST-HammerCLIForeman-Host-CreateCommand.xml +0 -7
  191. data/test/reports/TEST-HammerCLIForeman-Host-DeleteCommand-parameters.xml +0 -13
  192. data/test/reports/TEST-HammerCLIForeman-Host-DeleteCommand.xml +0 -7
  193. data/test/reports/TEST-HammerCLIForeman-Host-DeleteParameterCommand-parameters.xml +0 -15
  194. data/test/reports/TEST-HammerCLIForeman-Host-DeleteParameterCommand.xml +0 -7
  195. data/test/reports/TEST-HammerCLIForeman-Host-InfoCommand-output.xml +0 -85
  196. data/test/reports/TEST-HammerCLIForeman-Host-InfoCommand-parameters.xml +0 -13
  197. data/test/reports/TEST-HammerCLIForeman-Host-InfoCommand.xml +0 -7
  198. data/test/reports/TEST-HammerCLIForeman-Host-ListCommand-output.xml +0 -21
  199. data/test/reports/TEST-HammerCLIForeman-Host-ListCommand-parameters.xml +0 -17
  200. data/test/reports/TEST-HammerCLIForeman-Host-ListCommand.xml +0 -7
  201. data/test/reports/TEST-HammerCLIForeman-Host-PuppetRunCommand-output.xml +0 -9
  202. data/test/reports/TEST-HammerCLIForeman-Host-PuppetRunCommand.xml +0 -7
  203. data/test/reports/TEST-HammerCLIForeman-Host-SetParameterCommand-parameters.xml +0 -17
  204. data/test/reports/TEST-HammerCLIForeman-Host-SetParameterCommand.xml +0 -7
  205. data/test/reports/TEST-HammerCLIForeman-Host-StatusCommand-output.xml +0 -9
  206. data/test/reports/TEST-HammerCLIForeman-Host-StatusCommand.xml +0 -7
  207. data/test/reports/TEST-HammerCLIForeman-Host-UpdateCommand-parameters.xml +0 -40
  208. data/test/reports/TEST-HammerCLIForeman-Host-UpdateCommand.xml +0 -7
  209. data/test/reports/TEST-HammerCLIForeman-Host.xml +0 -7
  210. data/test/reports/TEST-HammerCLIForeman-Hostgroup-CreateCommand-parameters.xml +0 -11
  211. data/test/reports/TEST-HammerCLIForeman-Hostgroup-CreateCommand.xml +0 -7
  212. data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteCommand-parameters.xml +0 -11
  213. data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteCommand.xml +0 -7
  214. data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteParameterCommand-parameters.xml +0 -13
  215. data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteParameterCommand.xml +0 -7
  216. data/test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand-output.xml +0 -29
  217. data/test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand-parameters.xml +0 -11
  218. data/test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand.xml +0 -7
  219. data/test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand-output.xml +0 -27
  220. data/test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand-parameters.xml +0 -17
  221. data/test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand.xml +0 -7
  222. data/test/reports/TEST-HammerCLIForeman-Hostgroup-SetParameterCommand-parameters.xml +0 -15
  223. data/test/reports/TEST-HammerCLIForeman-Hostgroup-SetParameterCommand.xml +0 -7
  224. data/test/reports/TEST-HammerCLIForeman-Hostgroup-UpdateCommand-parameters.xml +0 -13
  225. data/test/reports/TEST-HammerCLIForeman-Hostgroup-UpdateCommand.xml +0 -7
  226. data/test/reports/TEST-HammerCLIForeman-Hostgroup.xml +0 -7
  227. data/test/reports/TEST-HammerCLIForeman-Location-CreateCommand-parameters.xml +0 -11
  228. data/test/reports/TEST-HammerCLIForeman-Location-CreateCommand-resource-disabled.xml +0 -11
  229. data/test/reports/TEST-HammerCLIForeman-Location-CreateCommand.xml +0 -7
  230. data/test/reports/TEST-HammerCLIForeman-Location-DeleteCommand-parameters.xml +0 -13
  231. data/test/reports/TEST-HammerCLIForeman-Location-DeleteCommand-resource-disabled.xml +0 -11
  232. data/test/reports/TEST-HammerCLIForeman-Location-DeleteCommand.xml +0 -7
  233. data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand-output.xml +0 -17
  234. data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand-parameters.xml +0 -13
  235. data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand-resource-disabled.xml +0 -11
  236. data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand.xml +0 -7
  237. data/test/reports/TEST-HammerCLIForeman-Location-ListCommand-output.xml +0 -13
  238. data/test/reports/TEST-HammerCLIForeman-Location-ListCommand-parameters.xml +0 -17
  239. data/test/reports/TEST-HammerCLIForeman-Location-ListCommand-resource-disabled.xml +0 -11
  240. data/test/reports/TEST-HammerCLIForeman-Location-ListCommand.xml +0 -7
  241. data/test/reports/TEST-HammerCLIForeman-Location-UpdateCommand-parameters.xml +0 -15
  242. data/test/reports/TEST-HammerCLIForeman-Location-UpdateCommand-resource-disabled.xml +0 -11
  243. data/test/reports/TEST-HammerCLIForeman-Location-UpdateCommand.xml +0 -7
  244. data/test/reports/TEST-HammerCLIForeman-Location.xml +0 -7
  245. data/test/reports/TEST-HammerCLIForeman-Medium-CreateCommand-parameters.xml +0 -13
  246. data/test/reports/TEST-HammerCLIForeman-Medium-CreateCommand.xml +0 -7
  247. data/test/reports/TEST-HammerCLIForeman-Medium-DeleteCommand-parameters.xml +0 -13
  248. data/test/reports/TEST-HammerCLIForeman-Medium-DeleteCommand.xml +0 -7
  249. data/test/reports/TEST-HammerCLIForeman-Medium-InfoCommand-output.xml +0 -23
  250. data/test/reports/TEST-HammerCLIForeman-Medium-InfoCommand-parameters.xml +0 -13
  251. data/test/reports/TEST-HammerCLIForeman-Medium-InfoCommand.xml +0 -7
  252. data/test/reports/TEST-HammerCLIForeman-Medium-ListCommand-output.xml +0 -15
  253. data/test/reports/TEST-HammerCLIForeman-Medium-ListCommand-parameters.xml +0 -17
  254. data/test/reports/TEST-HammerCLIForeman-Medium-ListCommand.xml +0 -7
  255. data/test/reports/TEST-HammerCLIForeman-Medium-UpdateCommand-parameters.xml +0 -17
  256. data/test/reports/TEST-HammerCLIForeman-Medium-UpdateCommand.xml +0 -7
  257. data/test/reports/TEST-HammerCLIForeman-Medium.xml +0 -7
  258. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-CreateCommand-parameters.xml +0 -11
  259. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-CreateCommand.xml +0 -7
  260. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteCommand-parameters.xml +0 -13
  261. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteCommand.xml +0 -7
  262. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteParameterCommand-parameters.xml +0 -13
  263. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteParameterCommand.xml +0 -7
  264. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand-output.xml +0 -27
  265. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand-parameters.xml +0 -13
  266. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand.xml +0 -7
  267. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand-output.xml +0 -17
  268. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand-parameters.xml +0 -17
  269. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand.xml +0 -7
  270. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-SetParameterCommand-parameters.xml +0 -15
  271. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-SetParameterCommand.xml +0 -7
  272. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-UpdateCommand-parameters.xml +0 -17
  273. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-UpdateCommand.xml +0 -7
  274. data/test/reports/TEST-HammerCLIForeman-OperatingSystem.xml +0 -7
  275. data/test/reports/TEST-HammerCLIForeman-Organization-CreateCommand-parameters.xml +0 -11
  276. data/test/reports/TEST-HammerCLIForeman-Organization-CreateCommand-resource-disabled.xml +0 -11
  277. data/test/reports/TEST-HammerCLIForeman-Organization-CreateCommand.xml +0 -7
  278. data/test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand-parameters.xml +0 -13
  279. data/test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand-resource-disabled.xml +0 -11
  280. data/test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand.xml +0 -7
  281. data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-output.xml +0 -17
  282. data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-parameters.xml +0 -13
  283. data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-resource-disabled.xml +0 -11
  284. data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand.xml +0 -7
  285. data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand-output.xml +0 -13
  286. data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand-parameters.xml +0 -17
  287. data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand-resource-disabled.xml +0 -11
  288. data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand.xml +0 -7
  289. data/test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand-parameters.xml +0 -15
  290. data/test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand-resource-disabled.xml +0 -11
  291. data/test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand.xml +0 -7
  292. data/test/reports/TEST-HammerCLIForeman-Organization.xml +0 -7
  293. data/test/reports/TEST-HammerCLIForeman-PartitionTable-CreateCommand-parameters.xml +0 -13
  294. data/test/reports/TEST-HammerCLIForeman-PartitionTable-CreateCommand.xml +0 -7
  295. data/test/reports/TEST-HammerCLIForeman-PartitionTable-DeleteCommand-parameters.xml +0 -13
  296. data/test/reports/TEST-HammerCLIForeman-PartitionTable-DeleteCommand.xml +0 -7
  297. data/test/reports/TEST-HammerCLIForeman-PartitionTable-DumpCommand-parameters.xml +0 -15
  298. data/test/reports/TEST-HammerCLIForeman-PartitionTable-DumpCommand.xml +0 -7
  299. data/test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand-output.xml +0 -19
  300. data/test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand-parameters.xml +0 -13
  301. data/test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand.xml +0 -7
  302. data/test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand-output.xml +0 -15
  303. data/test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand-parameters.xml +0 -17
  304. data/test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand.xml +0 -7
  305. data/test/reports/TEST-HammerCLIForeman-PartitionTable-UpdateCommand-parameters.xml +0 -13
  306. data/test/reports/TEST-HammerCLIForeman-PartitionTable-UpdateCommand.xml +0 -7
  307. data/test/reports/TEST-HammerCLIForeman-PartitionTable.xml +0 -7
  308. data/test/reports/TEST-HammerCLIForeman-SmartProxy-CreateCommand-parameters.xml +0 -13
  309. data/test/reports/TEST-HammerCLIForeman-SmartProxy-CreateCommand.xml +0 -7
  310. data/test/reports/TEST-HammerCLIForeman-SmartProxy-DeleteCommand-parameters.xml +0 -13
  311. data/test/reports/TEST-HammerCLIForeman-SmartProxy-DeleteCommand.xml +0 -7
  312. data/test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand-output.xml +0 -21
  313. data/test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand-parameters.xml +0 -13
  314. data/test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand.xml +0 -7
  315. data/test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand-output.xml +0 -15
  316. data/test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand-parameters.xml +0 -11
  317. data/test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand.xml +0 -7
  318. data/test/reports/TEST-HammerCLIForeman-SmartProxy-UpdateCommand-parameters.xml +0 -15
  319. data/test/reports/TEST-HammerCLIForeman-SmartProxy-UpdateCommand.xml +0 -7
  320. data/test/reports/TEST-HammerCLIForeman-SmartProxy.xml +0 -7
  321. data/test/reports/TEST-HammerCLIForeman-Subnet-CreateCommand-parameters.xml +0 -15
  322. data/test/reports/TEST-HammerCLIForeman-Subnet-CreateCommand.xml +0 -7
  323. data/test/reports/TEST-HammerCLIForeman-Subnet-DeleteCommand-parameters.xml +0 -13
  324. data/test/reports/TEST-HammerCLIForeman-Subnet-DeleteCommand.xml +0 -7
  325. data/test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand-output.xml +0 -43
  326. data/test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand-parameters.xml +0 -13
  327. data/test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand.xml +0 -7
  328. data/test/reports/TEST-HammerCLIForeman-Subnet-ListCommand-output.xml +0 -17
  329. data/test/reports/TEST-HammerCLIForeman-Subnet-ListCommand-parameters.xml +0 -17
  330. data/test/reports/TEST-HammerCLIForeman-Subnet-ListCommand.xml +0 -7
  331. data/test/reports/TEST-HammerCLIForeman-Subnet-UpdateCommand-parameters.xml +0 -15
  332. data/test/reports/TEST-HammerCLIForeman-Subnet-UpdateCommand.xml +0 -7
  333. data/test/reports/TEST-HammerCLIForeman-Subnet.xml +0 -7
  334. data/test/reports/TEST-HammerCLIForeman-Template-CreateCommand-parameters.xml +0 -15
  335. data/test/reports/TEST-HammerCLIForeman-Template-CreateCommand.xml +0 -7
  336. data/test/reports/TEST-HammerCLIForeman-Template-DeleteCommand-parameters.xml +0 -11
  337. data/test/reports/TEST-HammerCLIForeman-Template-DeleteCommand.xml +0 -7
  338. data/test/reports/TEST-HammerCLIForeman-Template-DumpCommand-parameters.xml +0 -12
  339. data/test/reports/TEST-HammerCLIForeman-Template-DumpCommand.xml +0 -7
  340. data/test/reports/TEST-HammerCLIForeman-Template-InfoCommand-output.xml +0 -17
  341. data/test/reports/TEST-HammerCLIForeman-Template-InfoCommand-parameters.xml +0 -11
  342. data/test/reports/TEST-HammerCLIForeman-Template-InfoCommand.xml +0 -7
  343. data/test/reports/TEST-HammerCLIForeman-Template-ListCommand-output.xml +0 -15
  344. data/test/reports/TEST-HammerCLIForeman-Template-ListCommand-parameters.xml +0 -17
  345. data/test/reports/TEST-HammerCLIForeman-Template-ListCommand.xml +0 -7
  346. data/test/reports/TEST-HammerCLIForeman-Template-ListKindsCommand-parameters.xml +0 -9
  347. data/test/reports/TEST-HammerCLIForeman-Template-ListKindsCommand.xml +0 -7
  348. data/test/reports/TEST-HammerCLIForeman-Template-UpdateCommand-parameters.xml +0 -11
  349. data/test/reports/TEST-HammerCLIForeman-Template-UpdateCommand.xml +0 -7
  350. data/test/reports/TEST-HammerCLIForeman-Template.xml +0 -7
  351. data/test/reports/TEST-HammerCLIForeman-User-CreateCommand-parameters.xml +0 -19
  352. data/test/reports/TEST-HammerCLIForeman-User-CreateCommand.xml +0 -7
  353. data/test/reports/TEST-HammerCLIForeman-User-DeleteCommand-parameters.xml +0 -11
  354. data/test/reports/TEST-HammerCLIForeman-User-DeleteCommand.xml +0 -7
  355. data/test/reports/TEST-HammerCLIForeman-User-InfoCommand-output.xml +0 -23
  356. data/test/reports/TEST-HammerCLIForeman-User-InfoCommand-parameters.xml +0 -11
  357. data/test/reports/TEST-HammerCLIForeman-User-InfoCommand.xml +0 -7
  358. data/test/reports/TEST-HammerCLIForeman-User-ListCommand-output.xml +0 -17
  359. data/test/reports/TEST-HammerCLIForeman-User-ListCommand-parameters.xml +0 -17
  360. data/test/reports/TEST-HammerCLIForeman-User-ListCommand.xml +0 -7
  361. data/test/reports/TEST-HammerCLIForeman-User-UpdateCommand-parameters.xml +0 -11
  362. data/test/reports/TEST-HammerCLIForeman-User-UpdateCommand.xml +0 -7
  363. data/test/reports/TEST-HammerCLIForeman-User.xml +0 -7
  364. data/test/reports/TEST-MiniTest-Spec.xml +0 -7
File without changes
@@ -1,2919 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the hammer-cli-foreman package.
4
- #
5
- # Translators:
6
- # Automatically generated, 2014
7
- # Shuji Yamada <uzy.exe@gmail.com>, 2015
8
- msgid ""
9
- msgstr ""
10
- "Project-Id-Version: hammer-cli-foreman 0.8.0\n"
11
- "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2016-12-15 22:40+0100\n"
13
- "PO-Revision-Date: 2016-08-22 15:08+0000\n"
14
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
15
- "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
16
- ")\n"
17
- "MIME-Version: 1.0\n"
18
- "Content-Type: text/plain; charset=UTF-8\n"
19
- "Content-Transfer-Encoding: 8bit\n"
20
- "Language: ja\n"
21
- "Plural-Forms: nplurals=1; plural=0;\n"
22
-
23
- #: ../lib/hammer_cli_foreman.rb:31
24
- msgid "Foreman connection login/logout."
25
- msgstr "Foreman 接続のログイン/ログアウト。"
26
-
27
- #: ../lib/hammer_cli_foreman.rb:35
28
- msgid "Manipulate architectures."
29
- msgstr "アーキテクチャーの操作。"
30
-
31
- #: ../lib/hammer_cli_foreman.rb:39
32
- msgid "Manipulate auth sources."
33
- msgstr "認証ソースの操作。"
34
-
35
- #: ../lib/hammer_cli_foreman.rb:43
36
- msgid "Manipulate compute resources."
37
- msgstr "コンピュートリソースの操作。"
38
-
39
- #: ../lib/hammer_cli_foreman.rb:47
40
- msgid "Manipulate domains."
41
- msgstr "ドメインの操作。"
42
-
43
- #: ../lib/hammer_cli_foreman.rb:51
44
- msgid "Manipulate environments."
45
- msgstr "環境の操作。"
46
-
47
- #: ../lib/hammer_cli_foreman.rb:55
48
- msgid "Search facts."
49
- msgstr "ファクトを検索します。"
50
-
51
- #: ../lib/hammer_cli_foreman.rb:59
52
- msgid "Manage permission filters."
53
- msgstr "パーミッションフィルターを管理します。"
54
-
55
- #: ../lib/hammer_cli_foreman.rb:63
56
- msgid "Manipulate hosts."
57
- msgstr "ホストの操作。"
58
-
59
- #: ../lib/hammer_cli_foreman.rb:67
60
- msgid "Manipulate hostgroups."
61
- msgstr "ホストグループの操作。"
62
-
63
- #: ../lib/hammer_cli_foreman.rb:71
64
- msgid "Manipulate locations."
65
- msgstr "ロケーションの操作。"
66
-
67
- #: ../lib/hammer_cli_foreman.rb:75
68
- msgid "Manipulate installation media."
69
- msgstr "インストールメディアの操作。"
70
-
71
- #: ../lib/hammer_cli_foreman.rb:79
72
- msgid "Manipulate hardware models."
73
- msgstr "ハードウェアモデルの操作。"
74
-
75
- #: ../lib/hammer_cli_foreman.rb:83
76
- msgid "Manipulate operating system."
77
- msgstr "オペレーティングシステムの操作。"
78
-
79
- #: ../lib/hammer_cli_foreman.rb:87
80
- msgid "Manipulate organizations."
81
- msgstr "組織の操作。"
82
-
83
- #: ../lib/hammer_cli_foreman.rb:91
84
- msgid "Manipulate partition tables."
85
- msgstr "パーティションテーブルの操作。"
86
-
87
- #: ../lib/hammer_cli_foreman.rb:95
88
- msgid "Search puppet modules."
89
- msgstr "Puppet モジュールの検索。"
90
-
91
- #: ../lib/hammer_cli_foreman.rb:99
92
- msgid "Browse and read reports."
93
- msgstr "レポートの参照および閲覧。"
94
-
95
- #: ../lib/hammer_cli_foreman.rb:103
96
- msgid "Manage user roles."
97
- msgstr "ユーザーロールを管理します。"
98
-
99
- #: ../lib/hammer_cli_foreman.rb:107
100
- msgid "Manipulate smart class parameters."
101
- msgstr "スマートクラスパラメーターの操作。"
102
-
103
- #: ../lib/hammer_cli_foreman.rb:111
104
- msgid "Manipulate smart variables."
105
- msgstr "スマート変数を操作します。"
106
-
107
- #: ../lib/hammer_cli_foreman.rb:115
108
- msgid "Manipulate smart proxies."
109
- msgstr "スマートプロキシーの操作。"
110
-
111
- #: ../lib/hammer_cli_foreman.rb:119
112
- #, fuzzy
113
- msgid "Manipulate realms."
114
- msgstr "ドメインの操作。"
115
-
116
- #: ../lib/hammer_cli_foreman.rb:123
117
- msgid "Change server settings."
118
- msgstr "サーバー設定を変更します。"
119
-
120
- #: ../lib/hammer_cli_foreman.rb:127
121
- msgid "Manipulate subnets."
122
- msgstr "サブネットの操作。"
123
-
124
- #: ../lib/hammer_cli_foreman.rb:131
125
- msgid "Manipulate config templates."
126
- msgstr "設定テンプレートの操作。"
127
-
128
- #: ../lib/hammer_cli_foreman.rb:135
129
- msgid "Manipulate users."
130
- msgstr "ユーザーの操作。"
131
-
132
- #: ../lib/hammer_cli_foreman.rb:139
133
- msgid "Manage user groups."
134
- msgstr "ユーザーグループを管理します。"
135
-
136
- #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:15
137
- #, fuzzy
138
- msgid "Invalid username or password"
139
- msgstr "ユーザー"
140
-
141
- #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:20
142
- msgid "You are logged in as '%s'"
143
- msgstr "ユーザーは '%s' としてログインしています"
144
-
145
- #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:22 ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:28
146
- msgid "You are currently not logged in"
147
- msgstr ""
148
-
149
- #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:33
150
- msgid "[Foreman] Username: "
151
- msgstr "[Foreman] ユーザー名: "
152
-
153
- #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:37
154
- msgid "[Foreman] Password for %s: "
155
- msgstr "%s の [Foreman] パスワード: "
156
-
157
- #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:17
158
- #, fuzzy
159
- msgid "Can't use session auth due to invalid permissions on session files."
160
- msgstr "ファイル"
161
-
162
- #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:26
163
- msgid "Session exist, currently logged in as '%s'"
164
- msgstr ""
165
-
166
- #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:51
167
- msgid "Session has expired"
168
- msgstr ""
169
-
170
- #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:78
171
- #, fuzzy
172
- msgid "Invalid session file format"
173
- msgstr "ファイル"
174
-
175
- #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:106
176
- #, fuzzy
177
- msgid "Invalid permissions for %{file}: %{mode}, expected %{expected_mode}"
178
- msgstr "ファイル"
179
-
180
- #: ../lib/hammer_cli_foreman/architecture.rb:10 ../lib/hammer_cli_foreman/auth_source_ldap.rb:13 ../lib/hammer_cli_foreman/compute_resource.rb:20 ../lib/hammer_cli_foreman/domain.rb:31 ../lib/hammer_cli_foreman/environment.rb:14 ../lib/hammer_cli_foreman/external_usergroup.rb:10 ../lib/hammer_cli_foreman/filter.rb:9 ../lib/hammer_cli_foreman/filter.rb:73 ../lib/hammer_cli_foreman/host.rb:30 ../lib/hammer_cli_foreman/host.rb:62 ../lib/hammer_cli_foreman/host.rb:93 ../lib/hammer_cli_foreman/hostgroup.rb:57 ../lib/hammer_cli_foreman/image.rb:29 ../lib/hammer_cli_foreman/interface.rb:23 ../lib/hammer_cli_foreman/interface.rb:43 ../lib/hammer_cli_foreman/location.rb:13 ../lib/hammer_cli_foreman/media.rb:9 ../lib/hammer_cli_foreman/model.rb:10 ../lib/hammer_cli_foreman/operating_system.rb:10 ../lib/hammer_cli_foreman/organization.rb:13 ../lib/hammer_cli_foreman/partition_table.rb:10 ../lib/hammer_cli_foreman/puppet_class.rb:13 ../lib/hammer_cli_foreman/realm.rb:8 ../lib/hammer_cli_foreman/references.rb:36 ../lib/hammer_cli_foreman/references.rb:43 ../lib/hammer_cli_foreman/report.rb:10 ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11 ../lib/hammer_cli_foreman/settings.rb:11 ../lib/hammer_cli_foreman/smart_class_parameter.rb:8 ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_proxy.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:8 ../lib/hammer_cli_foreman/smart_variable.rb:66 ../lib/hammer_cli_foreman/subnet.rb:10 ../lib/hammer_cli_foreman/template.rb:25 ../lib/hammer_cli_foreman/user.rb:10 ../lib/hammer_cli_foreman/usergroup.rb:11
181
- msgid "Id"
182
- msgstr "ID"
183
-
184
- #: ../lib/hammer_cli_foreman/architecture.rb:11 ../lib/hammer_cli_foreman/auth_source_ldap.rb:14 ../lib/hammer_cli_foreman/common_parameter.rb:12 ../lib/hammer_cli_foreman/compute_resource.rb:21 ../lib/hammer_cli_foreman/domain.rb:32 ../lib/hammer_cli_foreman/environment.rb:15 ../lib/hammer_cli_foreman/external_usergroup.rb:11 ../lib/hammer_cli_foreman/external_usergroup.rb:42 ../lib/hammer_cli_foreman/filter.rb:74 ../lib/hammer_cli_foreman/filter.rb:91 ../lib/hammer_cli_foreman/host.rb:31 ../lib/hammer_cli_foreman/host.rb:64 ../lib/hammer_cli_foreman/hostgroup.rb:58 ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70 ../lib/hammer_cli_foreman/location.rb:14 ../lib/hammer_cli_foreman/media.rb:10 ../lib/hammer_cli_foreman/model.rb:11 ../lib/hammer_cli_foreman/operating_system.rb:22 ../lib/hammer_cli_foreman/organization.rb:14 ../lib/hammer_cli_foreman/partition_table.rb:11 ../lib/hammer_cli_foreman/puppet_class.rb:14 ../lib/hammer_cli_foreman/realm.rb:9 ../lib/hammer_cli_foreman/role.rb:12 ../lib/hammer_cli_foreman/settings.rb:12 ../lib/hammer_cli_foreman/smart_proxy.rb:12 ../lib/hammer_cli_foreman/subnet.rb:11 ../lib/hammer_cli_foreman/template.rb:26 ../lib/hammer_cli_foreman/template.rb:75 ../lib/hammer_cli_foreman/user.rb:12 ../lib/hammer_cli_foreman/usergroup.rb:12
185
- msgid "Name"
186
- msgstr "名前"
187
-
188
- #: ../lib/hammer_cli_foreman/architecture.rb:31
189
- msgid "Architecture created"
190
- msgstr "アーキテクチャーが作成されました"
191
-
192
- #: ../lib/hammer_cli_foreman/architecture.rb:32
193
- msgid "Could not create the architecture"
194
- msgstr "アーキテクチャーを作成できませんでした"
195
-
196
- #: ../lib/hammer_cli_foreman/architecture.rb:39
197
- msgid "Architecture deleted"
198
- msgstr "アーキテクチャーが削除されました"
199
-
200
- #: ../lib/hammer_cli_foreman/architecture.rb:40
201
- msgid "Could not delete the architecture"
202
- msgstr "アーキテクチャーを削除できませんでした"
203
-
204
- #: ../lib/hammer_cli_foreman/architecture.rb:47
205
- msgid "Architecture updated"
206
- msgstr "アーキテクチャーが更新されました"
207
-
208
- #: ../lib/hammer_cli_foreman/architecture.rb:48
209
- msgid "Could not update the architecture"
210
- msgstr "アーキテクチャーを更新できませんでした"
211
-
212
- #: ../lib/hammer_cli_foreman/associating_commands.rb:41
213
- msgid "Associate a hostgroup"
214
- msgstr "ホストグループの関連付け"
215
-
216
- #: ../lib/hammer_cli_foreman/associating_commands.rb:43
217
- msgid "The hostgroup has been associated"
218
- msgstr ""
219
-
220
- #: ../lib/hammer_cli_foreman/associating_commands.rb:44
221
- msgid "Could not associate the hostgroup"
222
- msgstr ""
223
-
224
- #: ../lib/hammer_cli_foreman/associating_commands.rb:49
225
- msgid "Disassociate a hostgroup"
226
- msgstr "ホストグループの関連付けを解除"
227
-
228
- #: ../lib/hammer_cli_foreman/associating_commands.rb:51
229
- msgid "The hostgroup has been disassociated"
230
- msgstr ""
231
-
232
- #: ../lib/hammer_cli_foreman/associating_commands.rb:52
233
- msgid "Could not disassociate the hostgroup"
234
- msgstr ""
235
-
236
- #: ../lib/hammer_cli_foreman/associating_commands.rb:61
237
- msgid "Associate an environment"
238
- msgstr "環境の関連付け"
239
-
240
- #: ../lib/hammer_cli_foreman/associating_commands.rb:63
241
- msgid "The environment has been associated"
242
- msgstr ""
243
-
244
- #: ../lib/hammer_cli_foreman/associating_commands.rb:64
245
- msgid "Could not associate the environment"
246
- msgstr ""
247
-
248
- #: ../lib/hammer_cli_foreman/associating_commands.rb:69
249
- msgid "Disassociate an environment"
250
- msgstr "環境の関連付けを解除"
251
-
252
- #: ../lib/hammer_cli_foreman/associating_commands.rb:71
253
- msgid "The environment has been disassociated"
254
- msgstr ""
255
-
256
- #: ../lib/hammer_cli_foreman/associating_commands.rb:72
257
- msgid "Could not disassociate the environment"
258
- msgstr ""
259
-
260
- #: ../lib/hammer_cli_foreman/associating_commands.rb:81
261
- msgid "Associate a domain"
262
- msgstr "ドメインの関連付け"
263
-
264
- #: ../lib/hammer_cli_foreman/associating_commands.rb:83
265
- msgid "The domain has been associated"
266
- msgstr ""
267
-
268
- #: ../lib/hammer_cli_foreman/associating_commands.rb:84
269
- msgid "Could not associate the domain"
270
- msgstr ""
271
-
272
- #: ../lib/hammer_cli_foreman/associating_commands.rb:89
273
- msgid "Disassociate a domain"
274
- msgstr "ドメインの関連付けを解除"
275
-
276
- #: ../lib/hammer_cli_foreman/associating_commands.rb:91
277
- msgid "The domain has been disassociated"
278
- msgstr ""
279
-
280
- #: ../lib/hammer_cli_foreman/associating_commands.rb:92
281
- msgid "Could not disassociate the domain"
282
- msgstr ""
283
-
284
- #: ../lib/hammer_cli_foreman/associating_commands.rb:101
285
- msgid "Associate a medium"
286
- msgstr "メディアの関連付け"
287
-
288
- #: ../lib/hammer_cli_foreman/associating_commands.rb:103
289
- msgid "The medium has been associated"
290
- msgstr ""
291
-
292
- #: ../lib/hammer_cli_foreman/associating_commands.rb:104
293
- msgid "Could not associate the medium"
294
- msgstr ""
295
-
296
- #: ../lib/hammer_cli_foreman/associating_commands.rb:109
297
- msgid "Disassociate a medium"
298
- msgstr "メディアの関連付けを解除"
299
-
300
- #: ../lib/hammer_cli_foreman/associating_commands.rb:111
301
- msgid "The medium has been disassociated"
302
- msgstr ""
303
-
304
- #: ../lib/hammer_cli_foreman/associating_commands.rb:112
305
- msgid "Could not disassociate the medium"
306
- msgstr ""
307
-
308
- #: ../lib/hammer_cli_foreman/associating_commands.rb:121
309
- msgid "Associate a subnet"
310
- msgstr "サブネットの関連付け"
311
-
312
- #: ../lib/hammer_cli_foreman/associating_commands.rb:123
313
- msgid "The subnet has been associated"
314
- msgstr ""
315
-
316
- #: ../lib/hammer_cli_foreman/associating_commands.rb:124
317
- msgid "Could not associate the subnet"
318
- msgstr ""
319
-
320
- #: ../lib/hammer_cli_foreman/associating_commands.rb:129
321
- msgid "Disassociate a subnet"
322
- msgstr "サブネットの関連付けを解除"
323
-
324
- #: ../lib/hammer_cli_foreman/associating_commands.rb:131
325
- msgid "The subnet has been disassociated"
326
- msgstr ""
327
-
328
- #: ../lib/hammer_cli_foreman/associating_commands.rb:132
329
- msgid "Could not disassociate the subnet"
330
- msgstr ""
331
-
332
- #: ../lib/hammer_cli_foreman/associating_commands.rb:141
333
- msgid "Associate a compute resource"
334
- msgstr "コンピュートリソースの関連付け"
335
-
336
- #: ../lib/hammer_cli_foreman/associating_commands.rb:143
337
- msgid "The compute resource has been associated"
338
- msgstr ""
339
-
340
- #: ../lib/hammer_cli_foreman/associating_commands.rb:144
341
- msgid "Could not associate the compute resource"
342
- msgstr ""
343
-
344
- #: ../lib/hammer_cli_foreman/associating_commands.rb:149
345
- msgid "Disassociate a compute resource"
346
- msgstr "コンピュートリソースの関連付けを解除"
347
-
348
- #: ../lib/hammer_cli_foreman/associating_commands.rb:151
349
- msgid "The compute resource has been disassociated"
350
- msgstr ""
351
-
352
- #: ../lib/hammer_cli_foreman/associating_commands.rb:152
353
- msgid "Could not disassociate the compute resource"
354
- msgstr ""
355
-
356
- #: ../lib/hammer_cli_foreman/associating_commands.rb:161
357
- msgid "Associate a smart proxy"
358
- msgstr "スマートプロキシーの関連付け"
359
-
360
- #: ../lib/hammer_cli_foreman/associating_commands.rb:163
361
- msgid "The smart proxy has been associated"
362
- msgstr ""
363
-
364
- #: ../lib/hammer_cli_foreman/associating_commands.rb:164
365
- msgid "Could not associate the smart proxy"
366
- msgstr ""
367
-
368
- #: ../lib/hammer_cli_foreman/associating_commands.rb:173
369
- msgid "Disassociate a smart proxy"
370
- msgstr "スマートプロキシーの関連付けを解除"
371
-
372
- #: ../lib/hammer_cli_foreman/associating_commands.rb:175
373
- msgid "The smart proxy has been disassociated"
374
- msgstr ""
375
-
376
- #: ../lib/hammer_cli_foreman/associating_commands.rb:176
377
- msgid "Could not disassociate the smart proxy"
378
- msgstr ""
379
-
380
- #: ../lib/hammer_cli_foreman/associating_commands.rb:189
381
- msgid "Associate an user"
382
- msgstr "ユーザーの関連付け"
383
-
384
- #: ../lib/hammer_cli_foreman/associating_commands.rb:191
385
- msgid "The user has been associated"
386
- msgstr "ユーザーが関連付けられました"
387
-
388
- #: ../lib/hammer_cli_foreman/associating_commands.rb:192
389
- msgid "Could not associate the user"
390
- msgstr "ユーザーを関連付けることができませんでした"
391
-
392
- #: ../lib/hammer_cli_foreman/associating_commands.rb:197
393
- msgid "Disassociate an user"
394
- msgstr "ユーザーの関連付けを解除"
395
-
396
- #: ../lib/hammer_cli_foreman/associating_commands.rb:199
397
- msgid "The user has been disassociated"
398
- msgstr "ユーザーの関連付けが解除されました"
399
-
400
- #: ../lib/hammer_cli_foreman/associating_commands.rb:200
401
- msgid "Could not disassociate the user"
402
- msgstr "ユーザーの関連付けを解除できませんでした"
403
-
404
- #: ../lib/hammer_cli_foreman/associating_commands.rb:209
405
- msgid "Associate an user group"
406
- msgstr "ユーザーグループの関連付け"
407
-
408
- #: ../lib/hammer_cli_foreman/associating_commands.rb:213
409
- msgid "The user group has been associated"
410
- msgstr "ユーザーグループが関連付けられました"
411
-
412
- #: ../lib/hammer_cli_foreman/associating_commands.rb:214
413
- msgid "Could not associate the user group"
414
- msgstr "ユーザーグループを関連付けることができませんでした"
415
-
416
- #: ../lib/hammer_cli_foreman/associating_commands.rb:219
417
- msgid "Disassociate an user group"
418
- msgstr "ユーザーグループの関連付けを解除"
419
-
420
- #: ../lib/hammer_cli_foreman/associating_commands.rb:223
421
- msgid "The user group has been disassociated"
422
- msgstr "ユーザーグループの関連付けが解除されました"
423
-
424
- #: ../lib/hammer_cli_foreman/associating_commands.rb:224
425
- msgid "Could not disassociate the user group"
426
- msgstr "ユーザーグループの関連付けを解除できませんでした"
427
-
428
- #: ../lib/hammer_cli_foreman/associating_commands.rb:233
429
- msgid "Associate a configuration template"
430
- msgstr "設定テンプレートの関連付け"
431
-
432
- #: ../lib/hammer_cli_foreman/associating_commands.rb:235
433
- msgid "The configuration template has been associated"
434
- msgstr ""
435
-
436
- #: ../lib/hammer_cli_foreman/associating_commands.rb:236
437
- msgid "Could not associate the configuration template"
438
- msgstr ""
439
-
440
- #: ../lib/hammer_cli_foreman/associating_commands.rb:241
441
- msgid "Disassociate a configuration template"
442
- msgstr "設定テンプレートの関連付けを解除"
443
-
444
- #: ../lib/hammer_cli_foreman/associating_commands.rb:243
445
- msgid "The configuration template has been disassociated"
446
- msgstr ""
447
-
448
- #: ../lib/hammer_cli_foreman/associating_commands.rb:244
449
- msgid "Could not disassociate the configuration template"
450
- msgstr ""
451
-
452
- #: ../lib/hammer_cli_foreman/associating_commands.rb:253
453
- msgid "Associate an organization"
454
- msgstr "組織の関連付け"
455
-
456
- #: ../lib/hammer_cli_foreman/associating_commands.rb:255
457
- msgid "The organization has been associated"
458
- msgstr ""
459
-
460
- #: ../lib/hammer_cli_foreman/associating_commands.rb:256
461
- msgid "Could not associate the organization"
462
- msgstr ""
463
-
464
- #: ../lib/hammer_cli_foreman/associating_commands.rb:261
465
- msgid "Disassociate an organization"
466
- msgstr "組織の関連付けを解除"
467
-
468
- #: ../lib/hammer_cli_foreman/associating_commands.rb:263
469
- msgid "The organization has been disassociated"
470
- msgstr ""
471
-
472
- #: ../lib/hammer_cli_foreman/associating_commands.rb:264
473
- msgid "Could not disassociate the organization"
474
- msgstr ""
475
-
476
- #: ../lib/hammer_cli_foreman/associating_commands.rb:273
477
- msgid "Associate an operating system"
478
- msgstr "オペレーティングシステムの関連付け"
479
-
480
- #: ../lib/hammer_cli_foreman/associating_commands.rb:275
481
- msgid "Operating system has been associated"
482
- msgstr "オペレーティングシステムが関連付けられています"
483
-
484
- #: ../lib/hammer_cli_foreman/associating_commands.rb:276
485
- msgid "Could not associate the operating system"
486
- msgstr "オペレーティングシステムを関連付けられませんでした"
487
-
488
- #: ../lib/hammer_cli_foreman/associating_commands.rb:282
489
- msgid "Disassociate an operating system"
490
- msgstr "オペレーティングシステムの関連付けの解除"
491
-
492
- #: ../lib/hammer_cli_foreman/associating_commands.rb:284
493
- msgid "Operating system has been disassociated"
494
- msgstr "オペレーティングシステムの関連付けが解除されました"
495
-
496
- #: ../lib/hammer_cli_foreman/associating_commands.rb:285
497
- msgid "Could not disassociate the operating system"
498
- msgstr "オペレーティングシステムの関連付けを解除できませんでした"
499
-
500
- #: ../lib/hammer_cli_foreman/associating_commands.rb:294
501
- msgid "Associate an architecture"
502
- msgstr "アーキテクチャーの関連付け"
503
-
504
- #: ../lib/hammer_cli_foreman/associating_commands.rb:296
505
- msgid "Architecture has been associated"
506
- msgstr "アーキテクチャーが関連付けられました"
507
-
508
- #: ../lib/hammer_cli_foreman/associating_commands.rb:297
509
- msgid "Could not associate the architecture"
510
- msgstr "アーキテクチャーを関連付けられませんでした"
511
-
512
- #: ../lib/hammer_cli_foreman/associating_commands.rb:303
513
- msgid "Disassociate an architecture"
514
- msgstr "アーキテクチャーの関連付けの解除"
515
-
516
- #: ../lib/hammer_cli_foreman/associating_commands.rb:305
517
- msgid "Architecture has been disassociated"
518
- msgstr "アーキテクチャーの関連付けが解除されました"
519
-
520
- #: ../lib/hammer_cli_foreman/associating_commands.rb:306
521
- msgid "Could not disassociate the architecture"
522
- msgstr "アーキテクチャーの関連付けを解除できませんでした"
523
-
524
- #: ../lib/hammer_cli_foreman/associating_commands.rb:315
525
- msgid "Associate a partition table"
526
- msgstr "パーティションテーブルの関連付け"
527
-
528
- #: ../lib/hammer_cli_foreman/associating_commands.rb:317
529
- msgid "Partition table has been associated"
530
- msgstr "パーティションテーブルが関連付けられています"
531
-
532
- #: ../lib/hammer_cli_foreman/associating_commands.rb:318
533
- msgid "Could not associate the partition table"
534
- msgstr "パーティションテーブルを関連付けられませんでした"
535
-
536
- #: ../lib/hammer_cli_foreman/associating_commands.rb:324
537
- msgid "Disassociate a partition table"
538
- msgstr "パーティションテーブルの関連付けの解除"
539
-
540
- #: ../lib/hammer_cli_foreman/associating_commands.rb:326
541
- msgid "Partition table has been disassociated"
542
- msgstr "パーティションテーブルの関連付けが解除されました"
543
-
544
- #: ../lib/hammer_cli_foreman/associating_commands.rb:327
545
- msgid "Could not disassociate the partition table"
546
- msgstr "パーティションテーブルの関連付けを解除できませんでした"
547
-
548
- #: ../lib/hammer_cli_foreman/associating_commands.rb:336
549
- msgid "Assign a user role"
550
- msgstr "ユーザーロールの割り当て"
551
-
552
- #: ../lib/hammer_cli_foreman/associating_commands.rb:338
553
- msgid "User role has been assigned"
554
- msgstr "ユーザーロールが割り当てられています"
555
-
556
- #: ../lib/hammer_cli_foreman/associating_commands.rb:339
557
- msgid "Could not assign the user role"
558
- msgstr "ユーザーロールを割り当てることができませんでした"
559
-
560
- #: ../lib/hammer_cli_foreman/associating_commands.rb:345
561
- msgid "Remove a user role"
562
- msgstr "ユーザーロールの削除"
563
-
564
- #: ../lib/hammer_cli_foreman/associating_commands.rb:347
565
- msgid "User role has been removed"
566
- msgstr "ユーザーロールが削除されています"
567
-
568
- #: ../lib/hammer_cli_foreman/associating_commands.rb:348
569
- msgid "Could not remove the user role"
570
- msgstr "ユーザーロールを削除できませんでした"
571
-
572
- #: ../lib/hammer_cli_foreman/associating_commands.rb:357
573
- #, fuzzy
574
- msgid "Associate a location"
575
- msgstr "ドメインの関連付け"
576
-
577
- #: ../lib/hammer_cli_foreman/associating_commands.rb:359
578
- #, fuzzy
579
- msgid "The location has been associated"
580
- msgstr "ユーザーが関連付けられました"
581
-
582
- #: ../lib/hammer_cli_foreman/associating_commands.rb:360
583
- #, fuzzy
584
- msgid "Could not associate the location"
585
- msgstr "ロケーションを作成できませんでした"
586
-
587
- #: ../lib/hammer_cli_foreman/associating_commands.rb:365
588
- #, fuzzy
589
- msgid "Disassociate a location"
590
- msgstr "ドメインの関連付けを解除"
591
-
592
- #: ../lib/hammer_cli_foreman/associating_commands.rb:367
593
- #, fuzzy
594
- msgid "The location has been disassociated"
595
- msgstr "ユーザーの関連付けが解除されました"
596
-
597
- #: ../lib/hammer_cli_foreman/associating_commands.rb:368
598
- #, fuzzy
599
- msgid "Could not disassociate the location"
600
- msgstr "ユーザーの関連付けを解除できませんでした"
601
-
602
- #: ../lib/hammer_cli_foreman/auth.rb:7
603
- msgid "Set credentials"
604
- msgstr "資格情報の設定"
605
-
606
- #: ../lib/hammer_cli_foreman/auth.rb:9
607
- #, fuzzy
608
- msgid "username to access the remote system"
609
- msgstr "ユーザー"
610
-
611
- #: ../lib/hammer_cli_foreman/auth.rb:10
612
- msgid "password to access the remote system"
613
- msgstr ""
614
-
615
- #: ../lib/hammer_cli_foreman/auth.rb:22
616
- msgid "Successfully logged in."
617
- msgstr ""
618
-
619
- #: ../lib/hammer_cli_foreman/auth.rb:29
620
- msgid "Wipe your credentials"
621
- msgstr "資格情報のワイプ"
622
-
623
- #: ../lib/hammer_cli_foreman/auth.rb:34
624
- msgid "Credentials deleted."
625
- msgstr "資格情報が削除されました。"
626
-
627
- #: ../lib/hammer_cli_foreman/auth.rb:41
628
- msgid "Information about current connections"
629
- msgstr "現在の接続についての情報"
630
-
631
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:7
632
- msgid "Manage LDAP auth sources."
633
- msgstr "LDAP 認証ソースを管理します。"
634
-
635
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:15
636
- msgid "LDAPS?"
637
- msgstr "LDAPS?"
638
-
639
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:16
640
- msgid "Port"
641
- msgstr "ポート"
642
-
643
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:17
644
- msgid "Server Type"
645
- msgstr "サーバーのタイプ"
646
-
647
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:27
648
- msgid "Account Username"
649
- msgstr "アカウントのユーザー名"
650
-
651
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:28
652
- msgid "Base DN"
653
- msgstr "ベース DN"
654
-
655
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:29
656
- msgid "LDAP filter"
657
- msgstr "LDAP フィルター"
658
-
659
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:30
660
- msgid "Automatically Create Accounts?"
661
- msgstr "アカウントを自動的に作成しますか?"
662
-
663
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:31
664
- msgid "Login Name Attribute"
665
- msgstr "ログイン名属性"
666
-
667
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:32
668
- msgid "First Name Attribute"
669
- msgstr "名属性"
670
-
671
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:33
672
- msgid "Last Name Attribute"
673
- msgstr "姓属性"
674
-
675
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:34
676
- msgid "Email Address Attribute"
677
- msgstr "メールアドレス属性"
678
-
679
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:35
680
- msgid "Photo Attribute"
681
- msgstr "写真属性"
682
-
683
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:43
684
- msgid "Auth source created"
685
- msgstr "認証ソースが作成されました"
686
-
687
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:44
688
- msgid "Could not create the Auth Source"
689
- msgstr "認証ソースを作成できませんでした"
690
-
691
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:51
692
- msgid "Auth source deleted"
693
- msgstr "認証ソースが削除されました"
694
-
695
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:52
696
- msgid "Could not delete the Auth Source"
697
- msgstr "認証ソースを削除できませんでした"
698
-
699
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:59
700
- msgid "Auth source updated"
701
- msgstr "認証ソースが更新されました"
702
-
703
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:60
704
- msgid "Could not update the Auth Source"
705
- msgstr "認証ソースを更新できませんでした"
706
-
707
- #: ../lib/hammer_cli_foreman/commands.rb:56
708
- msgid "Received data of unknown format"
709
- msgstr "不明な形式のデータが受信されました。"
710
-
711
- #: ../lib/hammer_cli_foreman/commands.rb:164
712
- msgid "Could not find %{resource}. Some search options were missing, please see --help."
713
- msgstr "%{resource} が見つかりませんでした。一部の検索オプションが足りません。--help を参照してください。"
714
-
715
- #: ../lib/hammer_cli_foreman/commands.rb:166
716
- msgid "Could not find %{resource}, please set option %{switches}."
717
- msgstr "%{resource} が見つかりませんでした。オプション %{switches} を設定してください。"
718
-
719
- #: ../lib/hammer_cli_foreman/commands.rb:168
720
- msgid "Could not find %{resource}, please set one of options %{switches}."
721
- msgstr "%{resource} が見つかりませんでした。オプション %{switches} のいずれかを設定してください。"
722
-
723
- #: ../lib/hammer_cli_foreman/commands.rb:497
724
- msgid "Associate a resource"
725
- msgstr "リソースの関連付け"
726
-
727
- #: ../lib/hammer_cli_foreman/commands.rb:501
728
- msgid "Could not associate the %{resource_name}"
729
- msgstr ""
730
-
731
- #: ../lib/hammer_cli_foreman/commands.rb:505
732
- msgid "The %{resource_name} has been associated"
733
- msgstr ""
734
-
735
- #: ../lib/hammer_cli_foreman/commands.rb:527
736
- msgid "Disassociate a resource"
737
- msgstr "リソースの関連付けを解除"
738
-
739
- #: ../lib/hammer_cli_foreman/commands.rb:539
740
- msgid "Could not disassociate the %{resource_name}"
741
- msgstr ""
742
-
743
- #: ../lib/hammer_cli_foreman/commands.rb:543
744
- msgid "The %{resource_name} has been disassociated"
745
- msgstr ""
746
-
747
- #: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:189 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:78 ../lib/hammer_cli_foreman/smart_variable.rb:68
748
- msgid "Value"
749
- msgstr "値"
750
-
751
- #: ../lib/hammer_cli_foreman/common_parameter.rb:22
752
- msgid "Set a global parameter."
753
- msgstr "グローバルパラメーターの設定。"
754
-
755
- #: ../lib/hammer_cli_foreman/common_parameter.rb:24
756
- msgid "Created parameter [%{name}] with value [%{value}]."
757
- msgstr "値 [%{value}] でパラメーター [%{name}] を作成しました。"
758
-
759
- #: ../lib/hammer_cli_foreman/common_parameter.rb:25
760
- msgid "Parameter [%{name}] updated to [%{value}]."
761
- msgstr "パラメーター [%{name}] が [%{value}] に更新されました。"
762
-
763
- #: ../lib/hammer_cli_foreman/common_parameter.rb:27 ../lib/hammer_cli_foreman/parameter.rb:49 ../lib/hammer_cli_foreman/parameter.rb:96
764
- msgid "parameter name"
765
- msgstr "パラメーター名"
766
-
767
- #: ../lib/hammer_cli_foreman/common_parameter.rb:28 ../lib/hammer_cli_foreman/parameter.rb:50
768
- msgid "parameter value"
769
- msgstr "パラメーター値"
770
-
771
- #: ../lib/hammer_cli_foreman/common_parameter.rb:53
772
- msgid "Global parameter [%{name}] deleted."
773
- msgstr "グローバルパラメーター [%{name}] が削除されました。"
774
-
775
- #: ../lib/hammer_cli_foreman/common_parameter.rb:54
776
- msgid "Could not delete the global parameter [%{name}]"
777
- msgstr "グローバルパラメーター [%{name}] を削除できませんでした"
778
-
779
- #: ../lib/hammer_cli_foreman/common_parameter.rb:67
780
- msgid "Manipulate global parameters."
781
- msgstr "グローバルパラメーターの操作。"
782
-
783
- #: ../lib/hammer_cli_foreman/compute_resource.rb:22 ../lib/hammer_cli_foreman/interface.rb:60
784
- msgid "Provider"
785
- msgstr "プロバイダー"
786
-
787
- #: ../lib/hammer_cli_foreman/compute_resource.rb:34 ../lib/hammer_cli_foreman/compute_resource.rb:40
788
- msgid "Datacenter"
789
- msgstr ""
790
-
791
- #: ../lib/hammer_cli_foreman/compute_resource.rb:37 ../lib/hammer_cli_foreman/compute_resource.rb:47
792
- msgid "Region"
793
- msgstr "リージョン"
794
-
795
- #: ../lib/hammer_cli_foreman/compute_resource.rb:41
796
- msgid "Server"
797
- msgstr "サーバー"
798
-
799
- #: ../lib/hammer_cli_foreman/compute_resource.rb:44
800
- msgid "Tenant"
801
- msgstr "テナント"
802
-
803
- #: ../lib/hammer_cli_foreman/compute_resource.rb:54
804
- msgid "Url"
805
- msgstr "URL"
806
-
807
- #: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/location.rb:15 ../lib/hammer_cli_foreman/organization.rb:15 ../lib/hammer_cli_foreman/role.rb:21 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:53 ../lib/hammer_cli_foreman/user.rb:34
808
- msgid "Description"
809
- msgstr "説明"
810
-
811
- #: ../lib/hammer_cli_foreman/compute_resource.rb:56
812
- msgid "User"
813
- msgstr "ユーザー"
814
-
815
- #: ../lib/hammer_cli_foreman/compute_resource.rb:73
816
- msgid "Compute resource created"
817
- msgstr "コンピュートリソースが作成されました"
818
-
819
- #: ../lib/hammer_cli_foreman/compute_resource.rb:74
820
- msgid "Could not create the compute resource"
821
- msgstr "コンピュートリソースを作成できませんでした"
822
-
823
- #: ../lib/hammer_cli_foreman/compute_resource.rb:85
824
- msgid "Compute resource updated"
825
- msgstr "コンピュートリソースが更新されました"
826
-
827
- #: ../lib/hammer_cli_foreman/compute_resource.rb:86
828
- msgid "Could not update the compute resource"
829
- msgstr "コンピュートリソースを更新できませんでした"
830
-
831
- #: ../lib/hammer_cli_foreman/compute_resource.rb:93
832
- msgid "Compute resource deleted"
833
- msgstr "コンピュートリソースが削除されました"
834
-
835
- #: ../lib/hammer_cli_foreman/compute_resource.rb:94
836
- msgid "Could not delete the compute resource"
837
- msgstr "コンピュートリソースを削除できませんでした"
838
-
839
- #: ../lib/hammer_cli_foreman/compute_resources/ec2/host_help_extenstion.rb:6
840
- msgid "EC2"
841
- msgstr ""
842
-
843
- #: ../lib/hammer_cli_foreman/compute_resources/gce/host_help_extenstion.rb:6
844
- msgid "GCE"
845
- msgstr ""
846
-
847
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:6
848
- msgid "Libvirt"
849
- msgstr ""
850
-
851
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:12
852
- msgid "Number of CPUs"
853
- msgstr ""
854
-
855
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:13
856
- msgid "String, amount of memory, value in bytes"
857
- msgstr ""
858
-
859
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:14 ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:16
860
- msgid "Boolean (expressed as 0 or 1), whether to start the machine or not"
861
- msgstr ""
862
-
863
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:19 ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:21 ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:28 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:10 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:28
864
- msgid "Possible values: %s"
865
- msgstr ""
866
-
867
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:20
868
- #, fuzzy
869
- msgid "Name of interface according to type"
870
- msgstr "名前"
871
-
872
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:26
873
- msgid "One of available storage pools"
874
- msgstr ""
875
-
876
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:27
877
- msgid "String value, eg. 10G"
878
- msgstr ""
879
-
880
- #: ../lib/hammer_cli_foreman/compute_resources/openstack/host_help_extenstion.rb:6
881
- msgid "OpenStack"
882
- msgstr ""
883
-
884
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:6
885
- msgid "oVirt"
886
- msgstr ""
887
-
888
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:13
889
- #, fuzzy
890
- msgid "Hardware profile to use"
891
- msgstr "ファイル"
892
-
893
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:14
894
- msgid "Integer value, number of cores"
895
- msgstr ""
896
-
897
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:15
898
- msgid "Amount of memory, integer value in bytes"
899
- msgstr ""
900
-
901
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:21
902
- msgid "Eg. eth0"
903
- msgstr ""
904
-
905
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:22
906
- msgid "Select one of available networks for a cluster"
907
- msgstr ""
908
-
909
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:27
910
- msgid "Volume size in GB, integer value"
911
- msgstr ""
912
-
913
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:28
914
- msgid "Select one of available storage domains"
915
- msgstr ""
916
-
917
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:29
918
- msgid "Boolean, only one volume can be bootable"
919
- msgstr ""
920
-
921
- #: ../lib/hammer_cli_foreman/compute_resources/rackspace/host_help_extenstion.rb:6
922
- msgid "Rackspace"
923
- msgstr ""
924
-
925
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:15
926
- msgid "VMWare"
927
- msgstr ""
928
-
929
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:21
930
- msgid "Cpu count"
931
- msgstr ""
932
-
933
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:22
934
- msgid "Number of cores per socket (applicable to hardware versions < 10 only)"
935
- msgstr ""
936
-
937
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:23
938
- msgid "Integer number, amount of memory in MB"
939
- msgstr ""
940
-
941
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:24
942
- msgid "Cluster id from VMware"
943
- msgstr ""
944
-
945
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:25
946
- #, fuzzy
947
- msgid "Path to folder"
948
- msgstr "パス"
949
-
950
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:26
951
- msgid "Guest OS id form VMware"
952
- msgstr ""
953
-
954
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:27
955
- #, fuzzy
956
- msgid "Id of the controller from VMware"
957
- msgstr "ID"
958
-
959
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:28
960
- msgid "Hardware version id from VMware"
961
- msgstr ""
962
-
963
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:29
964
- msgid "Must be a 1 or 0, whether to start the machine or not"
965
- msgstr ""
966
-
967
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:35
968
- #, fuzzy
969
- msgid "Network id from VMware"
970
- msgstr "ネットワーク"
971
-
972
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:41
973
- msgid "Datastore id from VMware"
974
- msgstr ""
975
-
976
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:42
977
- msgid "Integer number, volume size in GB"
978
- msgstr ""
979
-
980
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:53
981
- #, fuzzy
982
- msgid "Type of the network adapter, for example one of:"
983
- msgstr "タイプ"
984
-
985
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:55
986
- msgid "See documentation center for your version of vSphere to find more details about available adapter types:"
987
- msgstr ""
988
-
989
- #: ../lib/hammer_cli_foreman/defaults.rb:7
990
- msgid "Use the default organization and/or location from the server"
991
- msgstr "サーバーからデフォルト組織および/またはロケーションを使用します"
992
-
993
- #: ../lib/hammer_cli_foreman/domain.rb:6
994
- msgid "ID of DNS proxy to use within this domain"
995
- msgstr "このドメイン内で使用する DNS プロキシーの ID"
996
-
997
- #: ../lib/hammer_cli_foreman/domain.rb:7
998
- msgid "Name of DNS proxy to use within this domain"
999
- msgstr "このドメイン内で使用する DNS プロキシーの名前"
1000
-
1001
- #: ../lib/hammer_cli_foreman/domain.rb:43
1002
- msgid "DNS Id"
1003
- msgstr "DNS ID"
1004
-
1005
- #: ../lib/hammer_cli_foreman/domain.rb:57
1006
- msgid "Domain [%{name}] created"
1007
- msgstr "ドメイン [%{name}] が作成されました"
1008
-
1009
- #: ../lib/hammer_cli_foreman/domain.rb:58
1010
- msgid "Could not create the domain"
1011
- msgstr "ドメインを作成できませんでした"
1012
-
1013
- #: ../lib/hammer_cli_foreman/domain.rb:60 ../lib/hammer_cli_foreman/domain.rb:71
1014
- msgid "Full name describing the domain"
1015
- msgstr "ドメインを表すフルネーム"
1016
-
1017
- #: ../lib/hammer_cli_foreman/domain.rb:68
1018
- msgid "Domain [%{name}] updated"
1019
- msgstr "ドメイン [%{name}] が更新されました"
1020
-
1021
- #: ../lib/hammer_cli_foreman/domain.rb:69
1022
- msgid "Could not update the domain"
1023
- msgstr "ドメインを更新できませんでした"
1024
-
1025
- #: ../lib/hammer_cli_foreman/domain.rb:78
1026
- msgid "Domain [%{name}] deleted"
1027
- msgstr "ドメイン [%{name}] が削除されました"
1028
-
1029
- #: ../lib/hammer_cli_foreman/domain.rb:79
1030
- msgid "Could not delete the domain"
1031
- msgstr "ドメインを削除できませんでした"
1032
-
1033
- #: ../lib/hammer_cli_foreman/domain.rb:86
1034
- msgid "Create or update parameter for a domain."
1035
- msgstr "ドメインのパラメーターを作成または更新します。"
1036
-
1037
- #: ../lib/hammer_cli_foreman/domain.rb:88
1038
- msgid "Domain parameter updated"
1039
- msgstr "ドメインのパラメーターが更新されました"
1040
-
1041
- #: ../lib/hammer_cli_foreman/domain.rb:89
1042
- msgid "New domain parameter created"
1043
- msgstr "新規ドメインパラメーターが作成されました"
1044
-
1045
- #: ../lib/hammer_cli_foreman/domain.rb:90
1046
- msgid "Could not set domain parameter"
1047
- msgstr "ドメインパラメーターを設定できませんでした"
1048
-
1049
- #: ../lib/hammer_cli_foreman/domain.rb:102
1050
- msgid "Delete parameter for a domain."
1051
- msgstr "ドメインのパラメーターの削除。"
1052
-
1053
- #: ../lib/hammer_cli_foreman/domain.rb:104
1054
- msgid "Domain parameter deleted"
1055
- msgstr "ドメインのパラメーターが削除されました。"
1056
-
1057
- #: ../lib/hammer_cli_foreman/environment.rb:34
1058
- msgid "Environment created"
1059
- msgstr "環境が作成されました"
1060
-
1061
- #: ../lib/hammer_cli_foreman/environment.rb:35
1062
- msgid "Could not create the environment"
1063
- msgstr "環境を作成できませんでした"
1064
-
1065
- #: ../lib/hammer_cli_foreman/environment.rb:42
1066
- msgid "Environment updated"
1067
- msgstr "環境が更新されました"
1068
-
1069
- #: ../lib/hammer_cli_foreman/environment.rb:43
1070
- msgid "Could not update the environment"
1071
- msgstr "環境を更新できませんでした"
1072
-
1073
- #: ../lib/hammer_cli_foreman/environment.rb:50
1074
- msgid "Environment deleted"
1075
- msgstr "環境が削除されました"
1076
-
1077
- #: ../lib/hammer_cli_foreman/environment.rb:51
1078
- msgid "Could not delete the environment"
1079
- msgstr "環境を削除できませんでした"
1080
-
1081
- #: ../lib/hammer_cli_foreman/exception_handler.rb:29
1082
- msgid "Redirection of API call detected."
1083
- msgstr ""
1084
-
1085
- #: ../lib/hammer_cli_foreman/exception_handler.rb:30
1086
- msgid "It seems hammer is configured to use HTTP and the server prefers HTTPS."
1087
- msgstr ""
1088
-
1089
- #: ../lib/hammer_cli_foreman/exception_handler.rb:32
1090
- msgid "Update your server url configuration"
1091
- msgstr ""
1092
-
1093
- #: ../lib/hammer_cli_foreman/exception_handler.rb:33
1094
- msgid "you can set 'follow_redirects' to one of :default or :always to enable redirects following"
1095
- msgstr ""
1096
-
1097
- #: ../lib/hammer_cli_foreman/exception_handler.rb:54
1098
- msgid "Forbidden - server refused to process the request"
1099
- msgstr "許可されていません - サーバーは要求の処理を拒否しました"
1100
-
1101
- #: ../lib/hammer_cli_foreman/exception_handler.rb:88
1102
- msgid "Could not load the API description from the server"
1103
- msgstr "サーバーから API 記述をロードできませんでした"
1104
-
1105
- #: ../lib/hammer_cli_foreman/exception_handler.rb:89
1106
- msgid "is the server down?"
1107
- msgstr "サーバーは停止していますか?"
1108
-
1109
- #: ../lib/hammer_cli_foreman/exception_handler.rb:90
1110
- msgid "was '%s' run on the server when using apipie cache? (typical production settings)"
1111
- msgstr "apipie キャッシュの使用時に '%s' がサーバーで実行されましたか? (通常の本番設定)"
1112
-
1113
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:6
1114
- msgid "View and manage user group's external user groups"
1115
- msgstr "ユーザーグループの外部ユーザーグループの表示および管理"
1116
-
1117
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:12 ../lib/hammer_cli_foreman/external_usergroup.rb:43
1118
- msgid "Auth source"
1119
- msgstr "認証ソース"
1120
-
1121
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:39
1122
- msgid "Refresh external user group"
1123
- msgstr "外部ユーザーグループの更新"
1124
-
1125
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:57
1126
- msgid "External user group created"
1127
- msgstr "外部ユーザーグループが作成されました"
1128
-
1129
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:58
1130
- msgid "Could not create external user group"
1131
- msgstr "外部ユーザーグループを作成できませんでした"
1132
-
1133
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:65
1134
- msgid "External user group updated"
1135
- msgstr "外部ユーザーグループが更新されました"
1136
-
1137
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:66
1138
- msgid "Could not update external user group"
1139
- msgstr "外部ユーザーグループを更新できませんでした"
1140
-
1141
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:73
1142
- msgid "External user group deleted"
1143
- msgstr "外部ユーザーグループが削除されました"
1144
-
1145
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:74
1146
- msgid "Could not delete the external user group"
1147
- msgstr "外部ユーザーグループを削除できませんでした"
1148
-
1149
- #: ../lib/hammer_cli_foreman/fact.rb:12 ../lib/hammer_cli_foreman/report.rb:11 ../lib/hammer_cli_foreman/report.rb:31
1150
- msgid "Host"
1151
- msgstr "ホスト"
1152
-
1153
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:188
1154
- msgid "Fact"
1155
- msgstr "ファクト"
1156
-
1157
- #: ../lib/hammer_cli_foreman/filter.rb:10
1158
- msgid "Resource type"
1159
- msgstr "リソースタイプ"
1160
-
1161
- #: ../lib/hammer_cli_foreman/filter.rb:11
1162
- msgid "Search"
1163
- msgstr "検索"
1164
-
1165
- #: ../lib/hammer_cli_foreman/filter.rb:12
1166
- msgid "Unlimited?"
1167
- msgstr "無制限ですか?"
1168
-
1169
- #: ../lib/hammer_cli_foreman/filter.rb:13
1170
- #, fuzzy
1171
- msgid "Override?"
1172
- msgstr "上書き"
1173
-
1174
- #: ../lib/hammer_cli_foreman/filter.rb:14
1175
- msgid "Role"
1176
- msgstr "ロール"
1177
-
1178
- #: ../lib/hammer_cli_foreman/filter.rb:15
1179
- msgid "Permissions"
1180
- msgstr "パーミッション"
1181
-
1182
- #: ../lib/hammer_cli_foreman/filter.rb:19 ../lib/hammer_cli_foreman/filter.rb:35 ../lib/hammer_cli_foreman/filter.rb:79 ../lib/hammer_cli_foreman/role.rb:42
1183
- msgid "(Miscellaneous)"
1184
- msgstr "(その他)"
1185
-
1186
- #: ../lib/hammer_cli_foreman/filter.rb:20 ../lib/hammer_cli_foreman/filter.rb:36 ../lib/hammer_cli_foreman/role.rb:43
1187
- msgid "none"
1188
- msgstr "なし"
1189
-
1190
- #: ../lib/hammer_cli_foreman/filter.rb:45
1191
- msgid "Permission filter for [%<resource_type>s] created"
1192
- msgstr " [%<resource_type>s] のパーミッションフィルターが作成されました"
1193
-
1194
- #: ../lib/hammer_cli_foreman/filter.rb:46
1195
- msgid "Could not create the permission filter"
1196
- msgstr "パーミッションフィルターを作成できませんでした"
1197
-
1198
- #: ../lib/hammer_cli_foreman/filter.rb:53
1199
- msgid "Permission filter for [%<resource_type>s] updated"
1200
- msgstr "[%<resource_type>s] のパーミッションフィルターが更新されました"
1201
-
1202
- #: ../lib/hammer_cli_foreman/filter.rb:54
1203
- msgid "Could not update the permission filter"
1204
- msgstr "パーミッションフィルターを更新できませんでした"
1205
-
1206
- #: ../lib/hammer_cli_foreman/filter.rb:61
1207
- msgid "Permission filter deleted"
1208
- msgstr "パーミッションフィルターが削除されました"
1209
-
1210
- #: ../lib/hammer_cli_foreman/filter.rb:62
1211
- msgid "Could not delete the permission filter"
1212
- msgstr "パーミッションフィルターを削除できませんでした"
1213
-
1214
- #: ../lib/hammer_cli_foreman/filter.rb:75 ../lib/hammer_cli_foreman/report.rb:62
1215
- msgid "Resource"
1216
- msgstr "リソース"
1217
-
1218
- #: ../lib/hammer_cli_foreman/host.rb:32 ../lib/hammer_cli_foreman/host.rb:103 ../lib/hammer_cli_foreman/hostgroup.rb:60 ../lib/hammer_cli_foreman/image.rb:31
1219
- msgid "Operating System"
1220
- msgstr "オペレーティングシステム"
1221
-
1222
- #: ../lib/hammer_cli_foreman/host.rb:33 ../lib/hammer_cli_foreman/host.rb:67
1223
- msgid "Host Group"
1224
- msgstr "ホストグループ"
1225
-
1226
- #: ../lib/hammer_cli_foreman/host.rb:34 ../lib/hammer_cli_foreman/host.rb:80
1227
- msgid "IP"
1228
- msgstr "IP アドレス"
1229
-
1230
- #: ../lib/hammer_cli_foreman/host.rb:35 ../lib/hammer_cli_foreman/host.rb:81
1231
- msgid "MAC"
1232
- msgstr "MAC"
1233
-
1234
- #: ../lib/hammer_cli_foreman/host.rb:45
1235
- msgid "Bare Metal"
1236
- msgstr "ベアメタル"
1237
-
1238
- #: ../lib/hammer_cli_foreman/host.rb:63 ../lib/hammer_cli_foreman/image.rb:33 ../lib/hammer_cli_foreman/image.rb:71
1239
- msgid "UUID"
1240
- msgstr "UUID"
1241
-
1242
- #: ../lib/hammer_cli_foreman/host.rb:65
1243
- msgid "Organization"
1244
- msgstr "組織"
1245
-
1246
- #: ../lib/hammer_cli_foreman/host.rb:66
1247
- msgid "Location"
1248
- msgstr "ロケーション"
1249
-
1250
- #: ../lib/hammer_cli_foreman/host.rb:68
1251
- msgid "Compute Resource"
1252
- msgstr "コンピュートリソース"
1253
-
1254
- #: ../lib/hammer_cli_foreman/host.rb:69
1255
- msgid "Compute Profile"
1256
- msgstr "コンピュートプロファイル"
1257
-
1258
- #: ../lib/hammer_cli_foreman/host.rb:70 ../lib/hammer_cli_foreman/hostgroup.rb:61
1259
- msgid "Environment"
1260
- msgstr "環境"
1261
-
1262
- #: ../lib/hammer_cli_foreman/host.rb:71
1263
- msgid "Puppet CA Id"
1264
- msgstr "Puppet CA ID"
1265
-
1266
- #: ../lib/hammer_cli_foreman/host.rb:72
1267
- msgid "Puppet Master Id"
1268
- msgstr "Puppet マスター ID"
1269
-
1270
- #: ../lib/hammer_cli_foreman/host.rb:73
1271
- msgid "Cert name"
1272
- msgstr "証明書名"
1273
-
1274
- #: ../lib/hammer_cli_foreman/host.rb:74 ../lib/hammer_cli_foreman/interface.rb:51
1275
- msgid "Managed"
1276
- msgstr "管理"
1277
-
1278
- #: ../lib/hammer_cli_foreman/host.rb:76
1279
- msgid "Installed at"
1280
- msgstr "インストール:"
1281
-
1282
- #: ../lib/hammer_cli_foreman/host.rb:77 ../lib/hammer_cli_foreman/report.rb:12
1283
- msgid "Last report"
1284
- msgstr "最終レポート"
1285
-
1286
- #: ../lib/hammer_cli_foreman/host.rb:79 ../lib/hammer_cli_foreman/subnet.rb:12
1287
- msgid "Network"
1288
- msgstr "ネットワーク"
1289
-
1290
- #: ../lib/hammer_cli_foreman/host.rb:82 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1291
- msgid "Subnet"
1292
- msgstr "サブネット"
1293
-
1294
- #: ../lib/hammer_cli_foreman/host.rb:83 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1295
- msgid "Domain"
1296
- msgstr "ドメイン"
1297
-
1298
- #: ../lib/hammer_cli_foreman/host.rb:84
1299
- msgid "Service provider"
1300
- msgstr "サービスプロバイダー"
1301
-
1302
- #: ../lib/hammer_cli_foreman/host.rb:85
1303
- msgid "SP Name"
1304
- msgstr "SP 名"
1305
-
1306
- #: ../lib/hammer_cli_foreman/host.rb:86
1307
- msgid "SP IP"
1308
- msgstr "SP IP"
1309
-
1310
- #: ../lib/hammer_cli_foreman/host.rb:87
1311
- msgid "SP MAC"
1312
- msgstr "SP MAC"
1313
-
1314
- #: ../lib/hammer_cli_foreman/host.rb:88
1315
- msgid "SP Subnet"
1316
- msgstr "SP サブネット"
1317
-
1318
- #: ../lib/hammer_cli_foreman/host.rb:92
1319
- msgid "Network interfaces"
1320
- msgstr "ネットワークインターフェース"
1321
-
1322
- #: ../lib/hammer_cli_foreman/host.rb:94 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1323
- msgid "Identifier"
1324
- msgstr "識別子"
1325
-
1326
- #: ../lib/hammer_cli_foreman/host.rb:95 ../lib/hammer_cli_foreman/interface.rb:25 ../lib/hammer_cli_foreman/interface.rb:45 ../lib/hammer_cli_foreman/smart_class_parameter.rb:60 ../lib/hammer_cli_foreman/smart_class_parameter.rb:66 ../lib/hammer_cli_foreman/smart_variable.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:57 ../lib/hammer_cli_foreman/template.rb:27
1327
- msgid "Type"
1328
- msgstr "タイプ"
1329
-
1330
- #: ../lib/hammer_cli_foreman/host.rb:96 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1331
- msgid "MAC address"
1332
- msgstr "MAC アドレス"
1333
-
1334
- #: ../lib/hammer_cli_foreman/host.rb:97 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1335
- msgid "IP address"
1336
- msgstr "IP アドレス"
1337
-
1338
- #: ../lib/hammer_cli_foreman/host.rb:98
1339
- msgid "FQDN"
1340
- msgstr "FQDN"
1341
-
1342
- #: ../lib/hammer_cli_foreman/host.rb:101
1343
- msgid "Operating system"
1344
- msgstr "Operating system"
1345
-
1346
- #: ../lib/hammer_cli_foreman/host.rb:102 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1347
- msgid "Architecture"
1348
- msgstr "アーキテクチャー"
1349
-
1350
- #: ../lib/hammer_cli_foreman/host.rb:106
1351
- msgid "Build"
1352
- msgstr "ビルド"
1353
-
1354
- #: ../lib/hammer_cli_foreman/host.rb:107 ../lib/hammer_cli_foreman/hostgroup.rb:77
1355
- msgid "Medium"
1356
- msgstr "メディア"
1357
-
1358
- #: ../lib/hammer_cli_foreman/host.rb:108 ../lib/hammer_cli_foreman/hostgroup.rb:76
1359
- msgid "Partition Table"
1360
- msgstr "パーティションテーブル"
1361
-
1362
- #: ../lib/hammer_cli_foreman/host.rb:109
1363
- msgid "Custom partition table"
1364
- msgstr "カスタムパーティションテーブル"
1365
-
1366
- #: ../lib/hammer_cli_foreman/host.rb:112
1367
- msgid "Image"
1368
- msgstr "イメージ"
1369
-
1370
- #: ../lib/hammer_cli_foreman/host.rb:113
1371
- msgid "Image file"
1372
- msgstr "イメージファイル"
1373
-
1374
- #: ../lib/hammer_cli_foreman/host.rb:114
1375
- msgid "Use image"
1376
- msgstr "イメージの使用"
1377
-
1378
- #: ../lib/hammer_cli_foreman/host.rb:120
1379
- msgid "Additional info"
1380
- msgstr "追加情報"
1381
-
1382
- #: ../lib/hammer_cli_foreman/host.rb:121
1383
- msgid "Owner Id"
1384
- msgstr "所有者 ID "
1385
-
1386
- #: ../lib/hammer_cli_foreman/host.rb:122
1387
- msgid "Owner Type"
1388
- msgstr "所有者タイプ"
1389
-
1390
- #: ../lib/hammer_cli_foreman/host.rb:123
1391
- msgid "Enabled"
1392
- msgstr "有効化"
1393
-
1394
- #: ../lib/hammer_cli_foreman/host.rb:124 ../lib/hammer_cli_foreman/hostgroup.rb:62
1395
- msgid "Model"
1396
- msgstr "モデル"
1397
-
1398
- #: ../lib/hammer_cli_foreman/host.rb:125
1399
- msgid "Comment"
1400
- msgstr "コメント"
1401
-
1402
- #: ../lib/hammer_cli_foreman/host.rb:138
1403
- msgid "Status"
1404
- msgstr "状態"
1405
-
1406
- #: ../lib/hammer_cli_foreman/host.rb:139
1407
- msgid "Power"
1408
- msgstr "パワー"
1409
-
1410
- #: ../lib/hammer_cli_foreman/host.rb:175
1411
- msgid "Puppet run triggered"
1412
- msgstr "Puppet run がトリガーされました"
1413
-
1414
- #: ../lib/hammer_cli_foreman/host.rb:228
1415
- msgid "Host created"
1416
- msgstr "ホストが作成されました"
1417
-
1418
- #: ../lib/hammer_cli_foreman/host.rb:229
1419
- msgid "Could not create the host"
1420
- msgstr "ホストを作成できませんでした"
1421
-
1422
- #: ../lib/hammer_cli_foreman/host.rb:247
1423
- msgid "Host updated"
1424
- msgstr "ホストが更新されました"
1425
-
1426
- #: ../lib/hammer_cli_foreman/host.rb:248
1427
- msgid "Could not update the host"
1428
- msgstr "ホストを更新できませんでした"
1429
-
1430
- #: ../lib/hammer_cli_foreman/host.rb:256
1431
- msgid "Host deleted"
1432
- msgstr "ホストが削除されました"
1433
-
1434
- #: ../lib/hammer_cli_foreman/host.rb:257
1435
- msgid "Could not delete the host"
1436
- msgstr "ホストを削除できませんでした"
1437
-
1438
- #: ../lib/hammer_cli_foreman/host.rb:264
1439
- msgid "Create or update parameter for a host."
1440
- msgstr "ホストのパラメーターを作成または更新します。"
1441
-
1442
- #: ../lib/hammer_cli_foreman/host.rb:266
1443
- msgid "Host parameter updated"
1444
- msgstr "ホストパラメーターが更新されました"
1445
-
1446
- #: ../lib/hammer_cli_foreman/host.rb:267
1447
- msgid "New host parameter created"
1448
- msgstr "新規ホストパラメーターが作成されました"
1449
-
1450
- #: ../lib/hammer_cli_foreman/host.rb:268
1451
- msgid "Could not set host parameter"
1452
- msgstr "ホストパラメーターを設定できませんでした"
1453
-
1454
- #: ../lib/hammer_cli_foreman/host.rb:280
1455
- msgid "Delete parameter for a host."
1456
- msgstr "ホストのパラメーターを削除します。"
1457
-
1458
- #: ../lib/hammer_cli_foreman/host.rb:282
1459
- msgid "Host parameter deleted"
1460
- msgstr "ホストパラメーターが削除されました"
1461
-
1462
- #: ../lib/hammer_cli_foreman/host.rb:297
1463
- msgid "Power a host on"
1464
- msgstr "ホストのパワーをオンにする"
1465
-
1466
- #: ../lib/hammer_cli_foreman/host.rb:298
1467
- msgid "The host is starting."
1468
- msgstr "ホストが起動中です。"
1469
-
1470
- #: ../lib/hammer_cli_foreman/host.rb:315
1471
- msgid "Force turning off a host"
1472
- msgstr "ホストを強制的にオフにする"
1473
-
1474
- #: ../lib/hammer_cli_foreman/host.rb:320
1475
- msgid "Power a host off"
1476
- msgstr "ホストのパワーをオフにする"
1477
-
1478
- #: ../lib/hammer_cli_foreman/host.rb:332
1479
- msgid "Power off forced."
1480
- msgstr "パワーオフが強制されました。"
1481
-
1482
- #: ../lib/hammer_cli_foreman/host.rb:334
1483
- msgid "Powering the host off."
1484
- msgstr "ホストのパワーをオフにしています。"
1485
-
1486
- #: ../lib/hammer_cli_foreman/host.rb:351
1487
- msgid "Reboot a host"
1488
- msgstr "ホストの再起動"
1489
-
1490
- #: ../lib/hammer_cli_foreman/host.rb:352
1491
- msgid "Host reboot started."
1492
- msgstr "ホストの再起動が開始されました。"
1493
-
1494
- #: ../lib/hammer_cli_foreman/host.rb:388
1495
- msgid "Rebuild orchestration related configurations for host"
1496
- msgstr ""
1497
-
1498
- #: ../lib/hammer_cli_foreman/host.rb:389
1499
- msgid "Configuration successfully rebuilt."
1500
- msgstr "設定が正常に再ビルドされました。"
1501
-
1502
- #: ../lib/hammer_cli_foreman/hostgroup.rb:10
1503
- msgid "List of puppetclass ids"
1504
- msgstr "Puppet クラス ID の一覧"
1505
-
1506
- #: ../lib/hammer_cli_foreman/hostgroup.rb:12
1507
- msgid "Name of puppet CA proxy"
1508
- msgstr "Puppet CA プロキシーの名前"
1509
-
1510
- #: ../lib/hammer_cli_foreman/hostgroup.rb:13
1511
- msgid "Name of puppet proxy"
1512
- msgstr "Puppet プロキシーの名前"
1513
-
1514
- #: ../lib/hammer_cli_foreman/hostgroup.rb:14
1515
- msgid "Name of parent hostgroup"
1516
- msgstr "親ホストグループの名前"
1517
-
1518
- #: ../lib/hammer_cli_foreman/hostgroup.rb:17
1519
- msgid "Root password"
1520
- msgstr "root パスワード"
1521
-
1522
- #: ../lib/hammer_cli_foreman/hostgroup.rb:23
1523
- msgid "Enter the root password for the host group:"
1524
- msgstr "ホストグループの root パスワードを入力:"
1525
-
1526
- #: ../lib/hammer_cli_foreman/hostgroup.rb:59 ../lib/hammer_cli_foreman/operating_system.rb:11
1527
- msgid "Title"
1528
- msgstr "タイトル"
1529
-
1530
- #: ../lib/hammer_cli_foreman/hostgroup.rb:78
1531
- msgid "Puppet CA Proxy Id"
1532
- msgstr "Puppet CA プロキシー ID"
1533
-
1534
- #: ../lib/hammer_cli_foreman/hostgroup.rb:79
1535
- msgid "Puppet Master Proxy Id"
1536
- msgstr "Puppet マスタープロキシー ID"
1537
-
1538
- #: ../lib/hammer_cli_foreman/hostgroup.rb:80
1539
- msgid "ComputeProfile"
1540
- msgstr "コンピュートプロファイル"
1541
-
1542
- #: ../lib/hammer_cli_foreman/hostgroup.rb:84
1543
- msgid "Parent Id"
1544
- msgstr "親 ID"
1545
-
1546
- #: ../lib/hammer_cli_foreman/hostgroup.rb:94
1547
- msgid "Hostgroup created"
1548
- msgstr "ホストグループが作成されました"
1549
-
1550
- #: ../lib/hammer_cli_foreman/hostgroup.rb:95
1551
- msgid "Could not create the hostgroup"
1552
- msgstr "ホストグループを作成できませんでした"
1553
-
1554
- #: ../lib/hammer_cli_foreman/hostgroup.rb:104
1555
- msgid "Hostgroup updated"
1556
- msgstr "ホストグループが更新されました"
1557
-
1558
- #: ../lib/hammer_cli_foreman/hostgroup.rb:105
1559
- msgid "Could not update the hostgroup"
1560
- msgstr "ホストグループを更新できませんでした"
1561
-
1562
- #: ../lib/hammer_cli_foreman/hostgroup.rb:112
1563
- msgid "Hostgroup deleted"
1564
- msgstr "ホストグループが削除されました"
1565
-
1566
- #: ../lib/hammer_cli_foreman/hostgroup.rb:113
1567
- msgid "Could not delete the hostgroup"
1568
- msgstr "ホストグループを削除できませんでした"
1569
-
1570
- #: ../lib/hammer_cli_foreman/hostgroup.rb:137
1571
- msgid "Create or update parameter for a hostgroup."
1572
- msgstr "ホストグループのパラメーターを作成または更新します。"
1573
-
1574
- #: ../lib/hammer_cli_foreman/hostgroup.rb:139
1575
- msgid "Hostgroup parameter updated"
1576
- msgstr "ホストグループのパラメーターが更新されました"
1577
-
1578
- #: ../lib/hammer_cli_foreman/hostgroup.rb:140
1579
- msgid "New hostgroup parameter created"
1580
- msgstr "新規ホストグループパラメーターが作成されました"
1581
-
1582
- #: ../lib/hammer_cli_foreman/hostgroup.rb:141
1583
- msgid "Could not set hostgroup parameter"
1584
- msgstr "ホストグループのパラメーターを設定できませんでした"
1585
-
1586
- #: ../lib/hammer_cli_foreman/hostgroup.rb:148
1587
- msgid "Delete parameter for a hostgroup."
1588
- msgstr "ホストグループのパラメーターの削除。"
1589
-
1590
- #: ../lib/hammer_cli_foreman/hostgroup.rb:150
1591
- msgid "Hostgroup parameter deleted"
1592
- msgstr "ホストグループのパラメーターが削除されました。"
1593
-
1594
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:6
1595
- msgid "Available keys for %{option}"
1596
- msgstr ""
1597
-
1598
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:16
1599
- #, fuzzy
1600
- msgid "%{value}, each managed hosts needs to have one primary interface."
1601
- msgstr "プライマリー"
1602
-
1603
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:20 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:26 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:33
1604
- msgid "For %{condition}"
1605
- msgstr ""
1606
-
1607
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:22
1608
- #, fuzzy
1609
- msgid "VLAN tag, this attribute has precedence over the subnet VLAN ID. Only for virtual interfaces."
1610
- msgstr "VLAN ID"
1611
-
1612
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:23
1613
- #, fuzzy
1614
- msgid "Identifier of the interface to which this interface belongs, e.g. eth1."
1615
- msgstr "識別子"
1616
-
1617
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:29
1618
- #, fuzzy
1619
- msgid "Identifiers of slave interfaces, e.g. [eth1,eth2]"
1620
- msgstr "識別子"
1621
-
1622
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:35
1623
- #, fuzzy
1624
- msgid "always IPMI"
1625
- msgstr "IP アドレス"
1626
-
1627
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:42
1628
- #, fuzzy
1629
- msgid "Provider specific options"
1630
- msgstr "プロバイダー"
1631
-
1632
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:6
1633
- msgid "Login of the owner"
1634
- msgstr "所有者のログイン"
1635
-
1636
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:8
1637
- msgid "ID of the owner"
1638
- msgstr "所有者の ID"
1639
-
1640
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:35
1641
- msgid "Host parameters."
1642
- msgstr "ホストパラメーター。"
1643
-
1644
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:37
1645
- msgid "Compute resource attributes."
1646
- msgstr "コンピュートリソース属性。"
1647
-
1648
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:39
1649
- msgid "Volume parameters"
1650
- msgstr "ボリュームパラメーター"
1651
-
1652
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:41
1653
- msgid "Interface parameters."
1654
- msgstr "インターフェースパラメーター。"
1655
-
1656
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:55
1657
- msgid "Enter the root password for the host:"
1658
- msgstr "ホストの root パスワードを入力:"
1659
-
1660
- #: ../lib/hammer_cli_foreman/id_resolver.rb:36
1661
- msgid "Architecture name"
1662
- msgstr "アーキテクチャー名"
1663
-
1664
- #: ../lib/hammer_cli_foreman/id_resolver.rb:37
1665
- msgid "Compute resource name"
1666
- msgstr "コンピュートリソース名"
1667
-
1668
- #: ../lib/hammer_cli_foreman/id_resolver.rb:38
1669
- msgid "Domain name"
1670
- msgstr "ドメイン名"
1671
-
1672
- #: ../lib/hammer_cli_foreman/id_resolver.rb:39
1673
- msgid "Environment name"
1674
- msgstr "環境名"
1675
-
1676
- #: ../lib/hammer_cli_foreman/id_resolver.rb:42
1677
- msgid "Host name"
1678
- msgstr "ホスト名"
1679
-
1680
- #: ../lib/hammer_cli_foreman/id_resolver.rb:43
1681
- msgid "Hostgroup name"
1682
- msgstr "ホストグループ名"
1683
-
1684
- #: ../lib/hammer_cli_foreman/id_resolver.rb:43
1685
- msgid "Hostgroup title"
1686
- msgstr "ホストグループタイトル"
1687
-
1688
- #: ../lib/hammer_cli_foreman/id_resolver.rb:46
1689
- msgid "Location name"
1690
- msgstr "ロケーション名"
1691
-
1692
- #: ../lib/hammer_cli_foreman/id_resolver.rb:47
1693
- msgid "Medium name"
1694
- msgstr "メディア名"
1695
-
1696
- #: ../lib/hammer_cli_foreman/id_resolver.rb:48
1697
- msgid "Model name"
1698
- msgstr "モデル名"
1699
-
1700
- #: ../lib/hammer_cli_foreman/id_resolver.rb:49
1701
- msgid "Organization name"
1702
- msgstr "組織名"
1703
-
1704
- #: ../lib/hammer_cli_foreman/id_resolver.rb:50
1705
- msgid "Operating system title"
1706
- msgstr "オペレーティングシステムのタイトル"
1707
-
1708
- #: ../lib/hammer_cli_foreman/id_resolver.rb:52
1709
- msgid "Partition table name"
1710
- msgstr "パーティションテーブル名"
1711
-
1712
- #: ../lib/hammer_cli_foreman/id_resolver.rb:53
1713
- msgid "Proxy name"
1714
- msgstr "プロキシー名"
1715
-
1716
- #: ../lib/hammer_cli_foreman/id_resolver.rb:54
1717
- msgid "Puppet class name"
1718
- msgstr "Puppet クラス名"
1719
-
1720
- #: ../lib/hammer_cli_foreman/id_resolver.rb:55
1721
- msgid "Report name"
1722
- msgstr "レポート名"
1723
-
1724
- #: ../lib/hammer_cli_foreman/id_resolver.rb:56
1725
- msgid "User role name"
1726
- msgstr "ユーザーロール名"
1727
-
1728
- #: ../lib/hammer_cli_foreman/id_resolver.rb:57
1729
- msgid "Setting name"
1730
- msgstr "設定名"
1731
-
1732
- #: ../lib/hammer_cli_foreman/id_resolver.rb:58
1733
- msgid "Subnet name"
1734
- msgstr "サブネット名"
1735
-
1736
- #: ../lib/hammer_cli_foreman/id_resolver.rb:60
1737
- msgid "User's login to search by"
1738
- msgstr "検索するユーザーのログイン"
1739
-
1740
- #: ../lib/hammer_cli_foreman/id_resolver.rb:61
1741
- msgid "Common parameter name"
1742
- msgstr "共通パラメーター名"
1743
-
1744
- #: ../lib/hammer_cli_foreman/id_resolver.rb:62
1745
- msgid "Smart class parameter name"
1746
- msgstr "スマートクラスパラメーター名"
1747
-
1748
- #: ../lib/hammer_cli_foreman/id_resolver.rb:63 ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:112
1749
- msgid "Smart variable name"
1750
- msgstr "スマート変数名"
1751
-
1752
- #: ../lib/hammer_cli_foreman/id_resolver.rb:65
1753
- msgid "Name to search by"
1754
- msgstr "検索する名前"
1755
-
1756
- #: ../lib/hammer_cli_foreman/id_resolver.rb:153 ../lib/hammer_cli_foreman/id_resolver.rb:161
1757
- msgid "one of %s not found"
1758
- msgstr "%s の 1 つが見つかりませんでした"
1759
-
1760
- #: ../lib/hammer_cli_foreman/id_resolver.rb:208
1761
- msgid "%s not found"
1762
- msgstr "%s が見つかりませんでした"
1763
-
1764
- #: ../lib/hammer_cli_foreman/id_resolver.rb:209
1765
- msgid "found more than one %s"
1766
- msgstr "複数の %s が見つかりました"
1767
-
1768
- #: ../lib/hammer_cli_foreman/id_resolver.rb:220
1769
- msgid "Missing options to search %s"
1770
- msgstr "%s の検索に足りないオプション"
1771
-
1772
- #: ../lib/hammer_cli_foreman/image.rb:8
1773
- msgid "View and manage compute resource's images"
1774
- msgstr "コンピュートリソースのイメージの表示および管理"
1775
-
1776
- #: ../lib/hammer_cli_foreman/image.rb:32 ../lib/hammer_cli_foreman/interface.rb:59
1777
- msgid "Username"
1778
- msgstr "ユーザー名"
1779
-
1780
- #: ../lib/hammer_cli_foreman/image.rb:46
1781
- msgid "IAM role"
1782
- msgstr "IAM ロール"
1783
-
1784
- #: ../lib/hammer_cli_foreman/image.rb:56
1785
- msgid "Show images available for addition"
1786
- msgstr "追加に使用できるイメージの表示"
1787
-
1788
- #: ../lib/hammer_cli_foreman/image.rb:81
1789
- msgid "Image created"
1790
- msgstr "イメージが作成されました"
1791
-
1792
- #: ../lib/hammer_cli_foreman/image.rb:82
1793
- msgid "Could not create the image"
1794
- msgstr "イメージを作成できませんでした"
1795
-
1796
- #: ../lib/hammer_cli_foreman/image.rb:90
1797
- msgid "Image updated"
1798
- msgstr "イメージが更新されました"
1799
-
1800
- #: ../lib/hammer_cli_foreman/image.rb:91
1801
- msgid "Could not update the image"
1802
- msgstr "イメージを更新できませんでした"
1803
-
1804
- #: ../lib/hammer_cli_foreman/image.rb:99
1805
- msgid "Image deleted"
1806
- msgstr "イメージが削除されました"
1807
-
1808
- #: ../lib/hammer_cli_foreman/image.rb:100
1809
- msgid "Could not delete the image"
1810
- msgstr "イメージを削除できませんでした"
1811
-
1812
- #: ../lib/hammer_cli_foreman/interface.rb:6
1813
- msgid "View and manage host's network interfaces"
1814
- msgstr "ホストのネットワークインターフェースを表示および管理"
1815
-
1816
- #: ../lib/hammer_cli_foreman/interface.rb:10
1817
- msgid "primary"
1818
- msgstr "プライマリー"
1819
-
1820
- #: ../lib/hammer_cli_foreman/interface.rb:11
1821
- msgid "provision"
1822
- msgstr "プロビジョニング"
1823
-
1824
- #: ../lib/hammer_cli_foreman/interface.rb:28 ../lib/hammer_cli_foreman/interface.rb:48
1825
- msgid "DNS name"
1826
- msgstr "DNS 名"
1827
-
1828
- #: ../lib/hammer_cli_foreman/interface.rb:52
1829
- msgid "Primary"
1830
- msgstr "プライマリ"
1831
-
1832
- #: ../lib/hammer_cli_foreman/interface.rb:53
1833
- msgid "Provision"
1834
- msgstr "プロビジョニング"
1835
-
1836
- #: ../lib/hammer_cli_foreman/interface.rb:54
1837
- msgid "Virtual"
1838
- msgstr "仮想"
1839
-
1840
- #: ../lib/hammer_cli_foreman/interface.rb:55
1841
- msgid "Tag"
1842
- msgstr "タグ"
1843
-
1844
- #: ../lib/hammer_cli_foreman/interface.rb:56
1845
- msgid "Attached to"
1846
- msgstr "接続先"
1847
-
1848
- #: ../lib/hammer_cli_foreman/interface.rb:58
1849
- msgid "BMC"
1850
- msgstr "BMC"
1851
-
1852
- #: ../lib/hammer_cli_foreman/interface.rb:63
1853
- msgid "Bond"
1854
- msgstr "ボンド"
1855
-
1856
- #: ../lib/hammer_cli_foreman/interface.rb:64
1857
- msgid "Mode"
1858
- msgstr "モード"
1859
-
1860
- #: ../lib/hammer_cli_foreman/interface.rb:65
1861
- msgid "Attached devices"
1862
- msgstr "接続されたデバイス"
1863
-
1864
- #: ../lib/hammer_cli_foreman/interface.rb:66
1865
- msgid "Bond options"
1866
- msgstr "ボンディングオプション"
1867
-
1868
- #: ../lib/hammer_cli_foreman/interface.rb:77
1869
- msgid "Should this interface be used for constructing the FQDN of the host? Each managed hosts needs to have one primary interface."
1870
- msgstr "このインターフェースをホストの FQDN の構築に使用する必要がありますか? 各管理対象ホストには 1 つのプライマリーインターフェースがある必要があります。"
1871
-
1872
- #: ../lib/hammer_cli_foreman/interface.rb:78
1873
- msgid "Should this interface be used for TFTP of PXELinux (or SSH for image-based hosts)? Each managed hosts needs to have one provision interface."
1874
- msgstr "このインターフェースを PXELinux の TFTP に使用する必要がありますか (イメージベースのホストの場合は SSH)? 各管理対象ホストには 1 つのプロビジョンインターフェースがある必要があります。"
1875
-
1876
- #: ../lib/hammer_cli_foreman/interface.rb:128
1877
- msgid "Interface created"
1878
- msgstr "作成されたインターフェース"
1879
-
1880
- #: ../lib/hammer_cli_foreman/interface.rb:129
1881
- msgid "Could not create the interface"
1882
- msgstr "インターフェースを作成できませんでした"
1883
-
1884
- #: ../lib/hammer_cli_foreman/interface.rb:131 ../lib/hammer_cli_foreman/interface.rb:144
1885
- msgid "Compute resource specific attributes."
1886
- msgstr "コンピュートリソース固有の属性。"
1887
-
1888
- #: ../lib/hammer_cli_foreman/interface.rb:141
1889
- msgid "Interface updated"
1890
- msgstr "更新されたインターフェース"
1891
-
1892
- #: ../lib/hammer_cli_foreman/interface.rb:142
1893
- msgid "Could not update the interface"
1894
- msgstr "インターフェースを更新できませんでした"
1895
-
1896
- #: ../lib/hammer_cli_foreman/interface.rb:154
1897
- msgid "Interface deleted"
1898
- msgstr "削除されたインターフェース"
1899
-
1900
- #: ../lib/hammer_cli_foreman/interface.rb:155
1901
- msgid "Could not delete the interface"
1902
- msgstr "インターフェースを削除できませんでした"
1903
-
1904
- #: ../lib/hammer_cli_foreman/location.rb:25 ../lib/hammer_cli_foreman/location.rb:64 ../lib/hammer_cli_foreman/location.rb:76
1905
- msgid "Location numeric id to search by"
1906
- msgstr "検索対象のロケーション数値 ID"
1907
-
1908
- #: ../lib/hammer_cli_foreman/location.rb:28 ../lib/hammer_cli_foreman/organization.rb:28
1909
- msgid "Parent"
1910
- msgstr ""
1911
-
1912
- #: ../lib/hammer_cli_foreman/location.rb:39 ../lib/hammer_cli_foreman/references.rb:18
1913
- msgid "Organizations"
1914
- msgstr "組織"
1915
-
1916
- #: ../lib/hammer_cli_foreman/location.rb:54
1917
- msgid "Location created"
1918
- msgstr "ロケーションが作成されました"
1919
-
1920
- #: ../lib/hammer_cli_foreman/location.rb:55
1921
- msgid "Could not create the location"
1922
- msgstr "ロケーションを作成できませんでした"
1923
-
1924
- #: ../lib/hammer_cli_foreman/location.rb:66
1925
- msgid "Location updated"
1926
- msgstr "ロケーションが更新されました"
1927
-
1928
- #: ../lib/hammer_cli_foreman/location.rb:67
1929
- msgid "Could not update the location"
1930
- msgstr "ロケーションを更新できませんでした"
1931
-
1932
- #: ../lib/hammer_cli_foreman/location.rb:78
1933
- msgid "Location deleted"
1934
- msgstr "ロケーションが削除されました"
1935
-
1936
- #: ../lib/hammer_cli_foreman/location.rb:79
1937
- msgid "Could not delete the location"
1938
- msgstr "ロケーションを削除できませんでした"
1939
-
1940
- #: ../lib/hammer_cli_foreman/location.rb:88
1941
- msgid "Create or update parameter for a location."
1942
- msgstr "ロケーションのパラメーターを作成または更新します。"
1943
-
1944
- #: ../lib/hammer_cli_foreman/location.rb:90 ../lib/hammer_cli_foreman/organization.rb:91
1945
- msgid "Parameter [%{name}] updated to value [%{value}]"
1946
- msgstr "パラメーター [%{name}] が値 [%{value}] に更新されました"
1947
-
1948
- #: ../lib/hammer_cli_foreman/location.rb:91 ../lib/hammer_cli_foreman/organization.rb:92
1949
- msgid "Parameter [%{name}] created with value [%{value}]"
1950
- msgstr "パラメーター [%{name}] が値 [%{value}] で作成されました"
1951
-
1952
- #: ../lib/hammer_cli_foreman/location.rb:92
1953
- msgid "Could not set location parameter"
1954
- msgstr "ロケーションパラメーターを設定できませんでした"
1955
-
1956
- #: ../lib/hammer_cli_foreman/location.rb:99
1957
- msgid "Delete parameter for a location."
1958
- msgstr "ロケーションのパラメーターを削除します。"
1959
-
1960
- #: ../lib/hammer_cli_foreman/location.rb:101 ../lib/hammer_cli_foreman/organization.rb:102
1961
- msgid "Parameter [%{name}] deleted"
1962
- msgstr "パラメーター [%{name}] が削除されました"
1963
-
1964
- #: ../lib/hammer_cli_foreman/location.rb:102
1965
- msgid "Could not delete location parameter"
1966
- msgstr "ロケーションパラメーターを削除できませんでした"
1967
-
1968
- #: ../lib/hammer_cli_foreman/media.rb:11
1969
- msgid "Path"
1970
- msgstr "パス"
1971
-
1972
- #: ../lib/hammer_cli_foreman/media.rb:20 ../lib/hammer_cli_foreman/partition_table.rb:12
1973
- msgid "OS Family"
1974
- msgstr "OS 種別"
1975
-
1976
- #: ../lib/hammer_cli_foreman/media.rb:32
1977
- msgid "Installation medium created"
1978
- msgstr "インストールメディアが作成されました"
1979
-
1980
- #: ../lib/hammer_cli_foreman/media.rb:33
1981
- msgid "Could not create the installation medium"
1982
- msgstr "インストールメディアを作成できませんでした"
1983
-
1984
- #: ../lib/hammer_cli_foreman/media.rb:41
1985
- msgid "Installation medium updated"
1986
- msgstr "インストールメディアが更新されました"
1987
-
1988
- #: ../lib/hammer_cli_foreman/media.rb:42
1989
- msgid "Could not update the installation media"
1990
- msgstr "インストールメディアを更新できませんでした"
1991
-
1992
- #: ../lib/hammer_cli_foreman/media.rb:50
1993
- msgid "Installation medium deleted"
1994
- msgstr "インストールメディアが削除されました"
1995
-
1996
- #: ../lib/hammer_cli_foreman/media.rb:51
1997
- msgid "Could not delete the installation media"
1998
- msgstr "インストールメディアを削除できませんでした"
1999
-
2000
- #: ../lib/hammer_cli_foreman/model.rb:12
2001
- msgid "Vendor class"
2002
- msgstr "ベンダークラス"
2003
-
2004
- #: ../lib/hammer_cli_foreman/model.rb:13
2005
- msgid "HW model"
2006
- msgstr "HW モデル"
2007
-
2008
- #: ../lib/hammer_cli_foreman/model.rb:22
2009
- msgid "Info"
2010
- msgstr "情報"
2011
-
2012
- #: ../lib/hammer_cli_foreman/model.rb:31
2013
- msgid "Hardware model created"
2014
- msgstr "ハードウェアモデルが作成されました"
2015
-
2016
- #: ../lib/hammer_cli_foreman/model.rb:32
2017
- msgid "Could not create the hardware model"
2018
- msgstr "ハードウェアモデルを作成できませんでした"
2019
-
2020
- #: ../lib/hammer_cli_foreman/model.rb:38
2021
- msgid "Hardware model deleted"
2022
- msgstr "ハードウェアモデルが削除されました"
2023
-
2024
- #: ../lib/hammer_cli_foreman/model.rb:39
2025
- msgid "Could not delete the hardware model"
2026
- msgstr "ハードウェアモデルを削除できませんでした"
2027
-
2028
- #: ../lib/hammer_cli_foreman/model.rb:46
2029
- msgid "Hardware model updated"
2030
- msgstr "ハードウェアモデルが更新されました"
2031
-
2032
- #: ../lib/hammer_cli_foreman/model.rb:47
2033
- msgid "Could not update the hardware model"
2034
- msgstr "ハードウェアモデルを更新できませんでした"
2035
-
2036
- #: ../lib/hammer_cli_foreman/operating_system.rb:12
2037
- msgid "Release name"
2038
- msgstr "リリース名"
2039
-
2040
- #: ../lib/hammer_cli_foreman/operating_system.rb:13
2041
- msgid "Family"
2042
- msgstr "ファミリー"
2043
-
2044
- #: ../lib/hammer_cli_foreman/operating_system.rb:23
2045
- msgid "Major version"
2046
- msgstr "メジャーバージョン"
2047
-
2048
- #: ../lib/hammer_cli_foreman/operating_system.rb:24
2049
- msgid "Minor version"
2050
- msgstr "マイナーバージョン"
2051
-
2052
- #: ../lib/hammer_cli_foreman/operating_system.rb:25
2053
- msgid "Partition tables"
2054
- msgstr "パーティションテーブル"
2055
-
2056
- #: ../lib/hammer_cli_foreman/operating_system.rb:28
2057
- msgid "Default templates"
2058
- msgstr "デフォルトテンプレート"
2059
-
2060
- #: ../lib/hammer_cli_foreman/operating_system.rb:31
2061
- msgid "Architectures"
2062
- msgstr "アーキテクチャー"
2063
-
2064
- #: ../lib/hammer_cli_foreman/operating_system.rb:44
2065
- msgid "Operating system created"
2066
- msgstr "オペレーティングシステムが作成されました"
2067
-
2068
- #: ../lib/hammer_cli_foreman/operating_system.rb:45
2069
- msgid "Could not create the operating system"
2070
- msgstr "オペレーティングシステムを作成できませんでした"
2071
-
2072
- #: ../lib/hammer_cli_foreman/operating_system.rb:52
2073
- msgid "Operating system updated"
2074
- msgstr "オペレーティングシステムが更新されました"
2075
-
2076
- #: ../lib/hammer_cli_foreman/operating_system.rb:53
2077
- msgid "Could not update the operating system"
2078
- msgstr "オペレーティングシステムを更新できませんでした"
2079
-
2080
- #: ../lib/hammer_cli_foreman/operating_system.rb:60
2081
- msgid "Operating system deleted"
2082
- msgstr "オペレーティングシステムが削除されました"
2083
-
2084
- #: ../lib/hammer_cli_foreman/operating_system.rb:61
2085
- msgid "Could not delete the operating system"
2086
- msgstr "オペレーティングシステムを削除できませんでした"
2087
-
2088
- #: ../lib/hammer_cli_foreman/operating_system.rb:68
2089
- msgid "Create or update parameter for an operating system."
2090
- msgstr "オペレーティングシステムのパラメーターを作成するか、または更新します。"
2091
-
2092
- #: ../lib/hammer_cli_foreman/operating_system.rb:70
2093
- msgid "Operating system parameter updated"
2094
- msgstr "オペレーティングシステムのパラメーターが更新されました"
2095
-
2096
- #: ../lib/hammer_cli_foreman/operating_system.rb:71
2097
- msgid "New operating system parameter created"
2098
- msgstr "新規オペレーティングシステムパラメーターが作成されました"
2099
-
2100
- #: ../lib/hammer_cli_foreman/operating_system.rb:72
2101
- msgid "Could not set operating system parameter"
2102
- msgstr "オペレーティングシステムのパラメーターを設定できませんでした"
2103
-
2104
- #: ../lib/hammer_cli_foreman/operating_system.rb:84
2105
- msgid "Delete parameter for an operating system."
2106
- msgstr "オペレーティングシステムのパラメーターの削除。"
2107
-
2108
- #: ../lib/hammer_cli_foreman/operating_system.rb:86
2109
- msgid "operating system parameter deleted"
2110
- msgstr "オペレーティングシステムのパラメーターが削除されました"
2111
-
2112
- #: ../lib/hammer_cli_foreman/operating_system.rb:101 ../lib/hammer_cli_foreman/operating_system.rb:167
2113
- msgid "operatingsystem id"
2114
- msgstr "オペレーティングシステム ID"
2115
-
2116
- #: ../lib/hammer_cli_foreman/operating_system.rb:102
2117
- msgid "config template id to be set"
2118
- msgstr "設定する設定テンプレート ID"
2119
-
2120
- #: ../lib/hammer_cli_foreman/operating_system.rb:105
2121
- msgid "[%{config_template_name}] was set as default %{template_kind_name} template"
2122
- msgstr "[%{config_template_name}] はデフォルトの %{template_kind_name} テンプレートとして設定されていました"
2123
-
2124
- #: ../lib/hammer_cli_foreman/operating_system.rb:106
2125
- msgid "Could not set the os default template"
2126
- msgstr "OS デフォルトテンプレートを設定できませんでした"
2127
-
2128
- #: ../lib/hammer_cli_foreman/operating_system.rb:168
2129
- msgid "Type of the config template"
2130
- msgstr "設定テンプレートのタイプ"
2131
-
2132
- #: ../lib/hammer_cli_foreman/operating_system.rb:170
2133
- msgid "Default template deleted"
2134
- msgstr "デフォルトテンプレートが削除されました"
2135
-
2136
- #: ../lib/hammer_cli_foreman/operating_system.rb:171
2137
- msgid "Could not delete the default template"
2138
- msgstr "デフォルトテンプレートを削除できませんでした"
2139
-
2140
- #: ../lib/hammer_cli_foreman/operating_system.rb:178
2141
- msgid "Default template of type %s not found"
2142
- msgstr "タイプ %s のデフォルトテンプレートが見つかりませんでした"
2143
-
2144
- #: ../lib/hammer_cli_foreman/organization.rb:39 ../lib/hammer_cli_foreman/references.rb:15
2145
- msgid "Locations"
2146
- msgstr "ロケーション"
2147
-
2148
- #: ../lib/hammer_cli_foreman/organization.rb:55
2149
- msgid "Organization created"
2150
- msgstr "組織が作成されました"
2151
-
2152
- #: ../lib/hammer_cli_foreman/organization.rb:56
2153
- msgid "Could not create the organization"
2154
- msgstr "組織を作成できませんでした"
2155
-
2156
- #: ../lib/hammer_cli_foreman/organization.rb:67
2157
- msgid "Organization updated"
2158
- msgstr "組織が更新されました"
2159
-
2160
- #: ../lib/hammer_cli_foreman/organization.rb:68
2161
- msgid "Could not update the organization"
2162
- msgstr "組織を更新できませんでした"
2163
-
2164
- #: ../lib/hammer_cli_foreman/organization.rb:79
2165
- msgid "Organization deleted"
2166
- msgstr "組織が削除されました"
2167
-
2168
- #: ../lib/hammer_cli_foreman/organization.rb:80
2169
- msgid "Could not delete the organization"
2170
- msgstr "組織を削除できませんでした"
2171
-
2172
- #: ../lib/hammer_cli_foreman/organization.rb:89
2173
- msgid "Create or update parameter for an organization."
2174
- msgstr "組織のパラメーターを作成または更新します。"
2175
-
2176
- #: ../lib/hammer_cli_foreman/organization.rb:93
2177
- msgid "Could not set organization parameter"
2178
- msgstr "組織のパラメーターを設定できませんでした"
2179
-
2180
- #: ../lib/hammer_cli_foreman/organization.rb:100
2181
- msgid "Delete parameter for an organization."
2182
- msgstr "組織のパラメーターを削除します。"
2183
-
2184
- #: ../lib/hammer_cli_foreman/organization.rb:103
2185
- msgid "Could not delete organization parameter"
2186
- msgstr "組織のパラメーターを削除できませんでした"
2187
-
2188
- #: ../lib/hammer_cli_foreman/partition_table.rb:21 ../lib/hammer_cli_foreman/template.rb:48
2189
- msgid "Locked"
2190
- msgstr ""
2191
-
2192
- #: ../lib/hammer_cli_foreman/partition_table.rb:32
2193
- msgid "View partition table content."
2194
- msgstr "パーティションテーブルのコンテンツを表示。"
2195
-
2196
- #: ../lib/hammer_cli_foreman/partition_table.rb:44 ../lib/hammer_cli_foreman/partition_table.rb:55
2197
- msgid "Path to a file that contains the partition layout"
2198
- msgstr "パーティションレイアウトを含むファイルのパス"
2199
-
2200
- #: ../lib/hammer_cli_foreman/partition_table.rb:47
2201
- msgid "Partition table created"
2202
- msgstr "パーティションテーブルが作成されました"
2203
-
2204
- #: ../lib/hammer_cli_foreman/partition_table.rb:48
2205
- msgid "Could not create the partition table"
2206
- msgstr "パーティションテーブルを作成できませんでした"
2207
-
2208
- #: ../lib/hammer_cli_foreman/partition_table.rb:58
2209
- msgid "Partition table updated"
2210
- msgstr "パーティションテーブルが更新されました"
2211
-
2212
- #: ../lib/hammer_cli_foreman/partition_table.rb:59
2213
- msgid "Could not update the partition table"
2214
- msgstr "パーティションテーブルを更新できませんでした"
2215
-
2216
- #: ../lib/hammer_cli_foreman/partition_table.rb:66
2217
- msgid "Partition table deleted"
2218
- msgstr "パーティションテーブルが削除されました"
2219
-
2220
- #: ../lib/hammer_cli_foreman/partition_table.rb:67
2221
- msgid "Could not delete the partition table"
2222
- msgstr "パーティションテーブルを削除できませんでした"
2223
-
2224
- #: ../lib/hammer_cli_foreman/puppet_class.rb:34
2225
- msgid "Smart variables"
2226
- msgstr "スマート変数"
2227
-
2228
- #: ../lib/hammer_cli_foreman/puppet_class.rb:35 ../lib/hammer_cli_foreman/smart_class_parameter.rb:10
2229
- msgid "Parameter"
2230
- msgstr "パラメーター"
2231
-
2232
- #: ../lib/hammer_cli_foreman/puppet_class.rb:36
2233
- msgid "Default value"
2234
- msgstr "デフォルト値"
2235
-
2236
- #: ../lib/hammer_cli_foreman/puppet_class.rb:38
2237
- msgid "Smart class parameters"
2238
- msgstr "スマートクラスパラメーター"
2239
-
2240
- #: ../lib/hammer_cli_foreman/realm.rb:18
2241
- msgid "Realm proxy id"
2242
- msgstr ""
2243
-
2244
- #: ../lib/hammer_cli_foreman/realm.rb:19
2245
- msgid "Realm type"
2246
- msgstr ""
2247
-
2248
- #: ../lib/hammer_cli_foreman/realm.rb:29
2249
- #, fuzzy
2250
- msgid "Realm [%{name}] created"
2251
- msgstr "ドメイン [%{name}] が作成されました"
2252
-
2253
- #: ../lib/hammer_cli_foreman/realm.rb:30
2254
- #, fuzzy
2255
- msgid "Could not create the realm"
2256
- msgstr "イメージを作成できませんでした"
2257
-
2258
- #: ../lib/hammer_cli_foreman/realm.rb:37
2259
- #, fuzzy
2260
- msgid "Realm [%{name}] updated"
2261
- msgstr "ドメイン [%{name}] が更新されました"
2262
-
2263
- #: ../lib/hammer_cli_foreman/realm.rb:38
2264
- #, fuzzy
2265
- msgid "Could not update the realm"
2266
- msgstr "イメージを更新できませんでした"
2267
-
2268
- #: ../lib/hammer_cli_foreman/realm.rb:45
2269
- #, fuzzy
2270
- msgid "Realm [%{name}] deleted"
2271
- msgstr "ドメイン [%{name}] が削除されました"
2272
-
2273
- #: ../lib/hammer_cli_foreman/realm.rb:46
2274
- #, fuzzy
2275
- msgid "Could not delete the realm"
2276
- msgstr "レポートを削除できませんでした"
2277
-
2278
- #: ../lib/hammer_cli_foreman/references.rb:8
2279
- msgid "Created at"
2280
- msgstr "作成:"
2281
-
2282
- #: ../lib/hammer_cli_foreman/references.rb:9
2283
- msgid "Updated at"
2284
- msgstr "更新:"
2285
-
2286
- #: ../lib/hammer_cli_foreman/references.rb:26
2287
- msgid "Users"
2288
- msgstr "ユーザー"
2289
-
2290
- #: ../lib/hammer_cli_foreman/references.rb:34
2291
- msgid "User groups"
2292
- msgstr "ユーザーグループ"
2293
-
2294
- #: ../lib/hammer_cli_foreman/references.rb:35 ../lib/hammer_cli_foreman/references.rb:42
2295
- #, fuzzy
2296
- msgid "Usergroup"
2297
- msgstr "ユーザーグループ"
2298
-
2299
- #: ../lib/hammer_cli_foreman/references.rb:37 ../lib/hammer_cli_foreman/references.rb:44 ../lib/hammer_cli_foreman/references.rb:142
2300
- msgid "Roles"
2301
- msgstr "ロール"
2302
-
2303
- #: ../lib/hammer_cli_foreman/references.rb:41
2304
- #, fuzzy
2305
- msgid "Inherited User groups"
2306
- msgstr "ユーザーグループ"
2307
-
2308
- #: ../lib/hammer_cli_foreman/references.rb:53
2309
- msgid "Smart proxies"
2310
- msgstr "スマートプロキシー"
2311
-
2312
- #: ../lib/hammer_cli_foreman/references.rb:61
2313
- msgid "Compute resources"
2314
- msgstr "コンピュートリソース"
2315
-
2316
- #: ../lib/hammer_cli_foreman/references.rb:69
2317
- msgid "Installation media"
2318
- msgstr "インストールメディア"
2319
-
2320
- #: ../lib/hammer_cli_foreman/references.rb:77
2321
- msgid "Templates"
2322
- msgstr "テンプレート"
2323
-
2324
- #: ../lib/hammer_cli_foreman/references.rb:85
2325
- msgid "Domains"
2326
- msgstr "ドメイン"
2327
-
2328
- #: ../lib/hammer_cli_foreman/references.rb:93
2329
- msgid "Environments"
2330
- msgstr "環境"
2331
-
2332
- #: ../lib/hammer_cli_foreman/references.rb:101
2333
- msgid "Hostgroups"
2334
- msgstr "ホストグループ "
2335
-
2336
- #: ../lib/hammer_cli_foreman/references.rb:109
2337
- msgid "Subnets"
2338
- msgstr "サブネット"
2339
-
2340
- #: ../lib/hammer_cli_foreman/references.rb:118
2341
- msgid "Parameters"
2342
- msgstr "パラメーター"
2343
-
2344
- #: ../lib/hammer_cli_foreman/references.rb:126
2345
- msgid "Puppetclasses"
2346
- msgstr "Puppet クラス"
2347
-
2348
- #: ../lib/hammer_cli_foreman/references.rb:134
2349
- msgid "Operating systems"
2350
- msgstr "オペレーティングシステム"
2351
-
2352
- #: ../lib/hammer_cli_foreman/references.rb:150
2353
- msgid "External user groups"
2354
- msgstr "外部ユーザーグループ"
2355
-
2356
- #: ../lib/hammer_cli_foreman/report.rb:14 ../lib/hammer_cli_foreman/report.rb:35
2357
- msgid "Applied"
2358
- msgstr "適用"
2359
-
2360
- #: ../lib/hammer_cli_foreman/report.rb:15 ../lib/hammer_cli_foreman/report.rb:36
2361
- msgid "Restarted"
2362
- msgstr "再起動"
2363
-
2364
- #: ../lib/hammer_cli_foreman/report.rb:16 ../lib/hammer_cli_foreman/report.rb:37
2365
- msgid "Failed"
2366
- msgstr "失敗"
2367
-
2368
- #: ../lib/hammer_cli_foreman/report.rb:17 ../lib/hammer_cli_foreman/report.rb:38
2369
- msgid "Restart Failures"
2370
- msgstr "再起動の失敗"
2371
-
2372
- #: ../lib/hammer_cli_foreman/report.rb:18 ../lib/hammer_cli_foreman/report.rb:39
2373
- msgid "Skipped"
2374
- msgstr "スキップ"
2375
-
2376
- #: ../lib/hammer_cli_foreman/report.rb:19 ../lib/hammer_cli_foreman/report.rb:40
2377
- msgid "Pending"
2378
- msgstr "保留"
2379
-
2380
- #: ../lib/hammer_cli_foreman/report.rb:32
2381
- msgid "Reported at"
2382
- msgstr "レポート日時"
2383
-
2384
- #: ../lib/hammer_cli_foreman/report.rb:33
2385
- msgid "Report status"
2386
- msgstr "レポートの状態"
2387
-
2388
- #: ../lib/hammer_cli_foreman/report.rb:43
2389
- msgid "Report metrics"
2390
- msgstr "レポートメトリックス"
2391
-
2392
- #: ../lib/hammer_cli_foreman/report.rb:46
2393
- msgid "config_retrieval"
2394
- msgstr "config_retrieval"
2395
-
2396
- #: ../lib/hammer_cli_foreman/report.rb:47
2397
- msgid "exec"
2398
- msgstr "exec"
2399
-
2400
- #: ../lib/hammer_cli_foreman/report.rb:48
2401
- msgid "file"
2402
- msgstr "ファイル"
2403
-
2404
- #: ../lib/hammer_cli_foreman/report.rb:49
2405
- msgid "package"
2406
- msgstr "パッケージ"
2407
-
2408
- #: ../lib/hammer_cli_foreman/report.rb:50
2409
- msgid "service"
2410
- msgstr "サービス"
2411
-
2412
- #: ../lib/hammer_cli_foreman/report.rb:51
2413
- msgid "user"
2414
- msgstr "ユーザー"
2415
-
2416
- #: ../lib/hammer_cli_foreman/report.rb:52
2417
- msgid "yumrepo"
2418
- msgstr "yumrepo"
2419
-
2420
- #: ../lib/hammer_cli_foreman/report.rb:53
2421
- msgid "filebucket"
2422
- msgstr "filebucket"
2423
-
2424
- #: ../lib/hammer_cli_foreman/report.rb:54
2425
- msgid "cron"
2426
- msgstr "cron"
2427
-
2428
- #: ../lib/hammer_cli_foreman/report.rb:55
2429
- msgid "total"
2430
- msgstr "合計"
2431
-
2432
- #: ../lib/hammer_cli_foreman/report.rb:59
2433
- msgid "Logs"
2434
- msgstr "ログ"
2435
-
2436
- #: ../lib/hammer_cli_foreman/report.rb:65
2437
- msgid "Message"
2438
- msgstr "メッセージ"
2439
-
2440
- #: ../lib/hammer_cli_foreman/report.rb:76
2441
- msgid "Report has been deleted"
2442
- msgstr "レポートが削除されました"
2443
-
2444
- #: ../lib/hammer_cli_foreman/report.rb:77
2445
- msgid "Could not delete the report"
2446
- msgstr "レポートを削除できませんでした"
2447
-
2448
- #: ../lib/hammer_cli_foreman/resource_supported_test.rb:11
2449
- msgid "The server does not support such operation."
2450
- msgstr "サーバーはこの操作に対応していません。"
2451
-
2452
- #: ../lib/hammer_cli_foreman/role.rb:13
2453
- msgid "Builtin"
2454
- msgstr "組み込み"
2455
-
2456
- #: ../lib/hammer_cli_foreman/role.rb:32
2457
- msgid "User role id"
2458
- msgstr "ユーザーロール ID"
2459
-
2460
- #: ../lib/hammer_cli_foreman/role.rb:60
2461
- msgid "User role [%<name>s] created"
2462
- msgstr "ユーザーロール [%<name>s] が作成されました"
2463
-
2464
- #: ../lib/hammer_cli_foreman/role.rb:61
2465
- msgid "Could not create the user role"
2466
- msgstr "ユーザーロールを作成できませんでした"
2467
-
2468
- #: ../lib/hammer_cli_foreman/role.rb:68
2469
- msgid "User role [%<name>s] updated"
2470
- msgstr "ユーザーロール [%<name>s] が更新されました"
2471
-
2472
- #: ../lib/hammer_cli_foreman/role.rb:69
2473
- msgid "Could not update the user role"
2474
- msgstr "ユーザーロールを更新できませんでした"
2475
-
2476
- #: ../lib/hammer_cli_foreman/role.rb:76
2477
- msgid "User role [%<name>s] deleted"
2478
- msgstr "ユーザーロール [%<name>s] が削除されました"
2479
-
2480
- #: ../lib/hammer_cli_foreman/role.rb:77
2481
- msgid "Could not delete the user roles"
2482
- msgstr "ユーザーロールを削除できませんでした"
2483
-
2484
- #: ../lib/hammer_cli_foreman/settings.rb:28
2485
- msgid "Setting [%{name}] updated to [%{value}]"
2486
- msgstr "設定 [%{name}] が [%{value}] に更新されました"
2487
-
2488
- #: ../lib/hammer_cli_foreman/settings.rb:29
2489
- msgid "Could not update the setting"
2490
- msgstr "設定を更新できませんでした"
2491
-
2492
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:11
2493
- msgid "Default Value"
2494
- msgstr "デフォルト値"
2495
-
2496
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:12
2497
- msgid "Override"
2498
- msgstr "上書き"
2499
-
2500
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:35 ../lib/hammer_cli_foreman/smart_variable.rb:27
2501
- msgid "Puppet class"
2502
- msgstr "Puppet クラス"
2503
-
2504
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:36 ../lib/hammer_cli_foreman/smart_variable.rb:28
2505
- msgid "Class Id"
2506
- msgstr "クラス ID"
2507
-
2508
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61 ../lib/hammer_cli_foreman/smart_variable.rb:54
2509
- msgid "Hidden Value?"
2510
- msgstr ""
2511
-
2512
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62 ../lib/hammer_cli_foreman/smart_class_parameter.rb:79
2513
- #, fuzzy
2514
- msgid "Use puppet default"
2515
- msgstr "デフォルト"
2516
-
2517
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:63
2518
- msgid "Required"
2519
- msgstr "必須"
2520
-
2521
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:65 ../lib/hammer_cli_foreman/smart_variable.rb:56
2522
- msgid "Validator"
2523
- msgstr "バリデーター"
2524
-
2525
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:67 ../lib/hammer_cli_foreman/smart_variable.rb:58
2526
- msgid "Rule"
2527
- msgstr "ルール"
2528
-
2529
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69 ../lib/hammer_cli_foreman/smart_variable.rb:60
2530
- msgid "Override values"
2531
- msgstr "値の上書き"
2532
-
2533
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70 ../lib/hammer_cli_foreman/smart_variable.rb:61
2534
- msgid "Merge overrides"
2535
- msgstr "上書きをマージ"
2536
-
2537
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71 ../lib/hammer_cli_foreman/smart_variable.rb:62
2538
- msgid "Merge default value"
2539
- msgstr "デフォルト値をマージ"
2540
-
2541
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72 ../lib/hammer_cli_foreman/smart_variable.rb:63
2542
- msgid "Avoid duplicates"
2543
- msgstr "重複を回避"
2544
-
2545
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73 ../lib/hammer_cli_foreman/smart_variable.rb:64
2546
- msgid "Order"
2547
- msgstr "順序"
2548
-
2549
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_variable.rb:65
2550
- msgid "Values"
2551
- msgstr "値"
2552
-
2553
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:77 ../lib/hammer_cli_foreman/smart_variable.rb:67
2554
- msgid "Match"
2555
- msgstr "一致"
2556
-
2557
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:105
2558
- msgid "Parameter updated"
2559
- msgstr "パラメーターが更新されました"
2560
-
2561
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:106
2562
- msgid "Could not update the parameter"
2563
- msgstr "パラメーターを更新できませんでした"
2564
-
2565
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:113
2566
- msgid "Override this parameter."
2567
- msgstr "このパラメーターの上書き。"
2568
-
2569
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:115
2570
- msgid "This parameter is required."
2571
- msgstr "このパラメーターは必須です。"
2572
-
2573
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
2574
- msgid "Type of the parameter."
2575
- msgstr "パラメーターのタイプ。"
2576
-
2577
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120 ../lib/hammer_cli_foreman/smart_variable.rb:92 ../lib/hammer_cli_foreman/smart_variable.rb:106
2578
- msgid "Type of the validator."
2579
- msgstr "バリデーターのタイプ。"
2580
-
2581
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134 ../lib/hammer_cli_foreman/smart_variable.rb:125
2582
- msgid "Override value created"
2583
- msgstr "作成された値を上書き"
2584
-
2585
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135 ../lib/hammer_cli_foreman/smart_variable.rb:126
2586
- msgid "Could not create the override value"
2587
- msgstr ""
2588
-
2589
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:145
2590
- msgid "Cannot use --value when --use-puppet-default is true"
2591
- msgstr ""
2592
-
2593
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158 ../lib/hammer_cli_foreman/smart_variable.rb:138
2594
- msgid "Override value deleted"
2595
- msgstr "削除された値を上書き"
2596
-
2597
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159 ../lib/hammer_cli_foreman/smart_variable.rb:139
2598
- msgid "Could not delete the override value"
2599
- msgstr "上書き値を削除できませんでした"
2600
-
2601
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:13
2602
- msgid "URL"
2603
- msgstr "URL"
2604
-
2605
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:14 ../lib/hammer_cli_foreman/smart_proxy.rb:29
2606
- msgid "Features"
2607
- msgstr "機能"
2608
-
2609
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:41
2610
- msgid "Smart proxy created"
2611
- msgstr "スマートプロキシーが作成されました"
2612
-
2613
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:42
2614
- msgid "Could not create the proxy"
2615
- msgstr "プロキシーを作成できませんでした"
2616
-
2617
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:49
2618
- msgid "Smart proxy updated"
2619
- msgstr "スマートプロキシーが更新されました"
2620
-
2621
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:50
2622
- msgid "Could not update the proxy"
2623
- msgstr "スマートプロキシーを更新できませんでした"
2624
-
2625
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:57
2626
- msgid "Smart proxy deleted"
2627
- msgstr "スマートプロキシーが削除されました"
2628
-
2629
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:58
2630
- msgid "Could not delete the proxy"
2631
- msgstr "スマートプロキシーを削除できませんでした"
2632
-
2633
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:69
2634
- msgid "Puppet classes were imported"
2635
- msgstr "Puppet クラスがインポートされました"
2636
-
2637
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:70
2638
- msgid "Import of puppet classes failed"
2639
- msgstr "Puppet クラスのインポートが失敗しました"
2640
-
2641
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:72
2642
- msgid "Do not run the import"
2643
- msgstr "インポートを実行しないでください"
2644
-
2645
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:92
2646
- msgid "Smart proxy features were refreshed"
2647
- msgstr "スマートプロキシー機能が更新されました"
2648
-
2649
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:93
2650
- msgid "Refresh of smart proxy features failed"
2651
- msgstr "スマートプロキシー機能が更新が失敗しました"
2652
-
2653
- #: ../lib/hammer_cli_foreman/smart_variable.rb:10
2654
- msgid "Variable"
2655
- msgstr ""
2656
-
2657
- #: ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:112
2658
- msgid "Use --variable instead"
2659
- msgstr ""
2660
-
2661
- #: ../lib/hammer_cli_foreman/smart_variable.rb:84
2662
- msgid "Smart variable [%{variable}] created"
2663
- msgstr "スマート変数 [%{variable}] が作成されました"
2664
-
2665
- #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2666
- msgid "Could not create the smart variable"
2667
- msgstr "スマート変数を作成できませんでした"
2668
-
2669
- #: ../lib/hammer_cli_foreman/smart_variable.rb:89 ../lib/hammer_cli_foreman/smart_variable.rb:103
2670
- msgid "Type of the variable."
2671
- msgstr "変数のタイプ。"
2672
-
2673
- #: ../lib/hammer_cli_foreman/smart_variable.rb:98
2674
- msgid "Smart variable [%{variable}] updated"
2675
- msgstr "スマート変数 [%{variable}] が更新されました"
2676
-
2677
- #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2678
- msgid "Could not update the smart variable"
2679
- msgstr "スマート変数を更新できませんでした"
2680
-
2681
- #: ../lib/hammer_cli_foreman/smart_variable.rb:114
2682
- msgid "Smart variable [%{variable}] deleted"
2683
- msgstr "スマート変数 [%{variable}] が削除されました"
2684
-
2685
- #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2686
- msgid "Could not delete the smart variable"
2687
- msgstr "スマート変数を削除できませんでした"
2688
-
2689
- #: ../lib/hammer_cli_foreman/subnet.rb:13
2690
- msgid "Mask"
2691
- msgstr "マスク"
2692
-
2693
- #: ../lib/hammer_cli_foreman/subnet.rb:23
2694
- msgid "Priority"
2695
- msgstr "優先度"
2696
-
2697
- #: ../lib/hammer_cli_foreman/subnet.rb:24
2698
- msgid "DNS"
2699
- msgstr "DNS"
2700
-
2701
- #: ../lib/hammer_cli_foreman/subnet.rb:25
2702
- msgid "Primary DNS"
2703
- msgstr "プライマリー DNS"
2704
-
2705
- #: ../lib/hammer_cli_foreman/subnet.rb:26
2706
- msgid "Secondary DNS"
2707
- msgstr "セカンダリー DNS"
2708
-
2709
- #: ../lib/hammer_cli_foreman/subnet.rb:27
2710
- msgid "TFTP"
2711
- msgstr "TFTP"
2712
-
2713
- #: ../lib/hammer_cli_foreman/subnet.rb:28
2714
- msgid "DHCP"
2715
- msgstr "DHCP"
2716
-
2717
- #: ../lib/hammer_cli_foreman/subnet.rb:29
2718
- msgid "IPAM"
2719
- msgstr "IPAM"
2720
-
2721
- #: ../lib/hammer_cli_foreman/subnet.rb:30
2722
- msgid "VLAN ID"
2723
- msgstr "VLAN ID"
2724
-
2725
- #: ../lib/hammer_cli_foreman/subnet.rb:31
2726
- msgid "Gateway"
2727
- msgstr "ゲートウェイ"
2728
-
2729
- #: ../lib/hammer_cli_foreman/subnet.rb:32
2730
- msgid "From"
2731
- msgstr "起点"
2732
-
2733
- #: ../lib/hammer_cli_foreman/subnet.rb:33
2734
- msgid "To"
2735
- msgstr "終点"
2736
-
2737
- #: ../lib/hammer_cli_foreman/subnet.rb:44
2738
- msgid "Subnet created"
2739
- msgstr "サブネットが作成されました"
2740
-
2741
- #: ../lib/hammer_cli_foreman/subnet.rb:45
2742
- msgid "Could not create the subnet"
2743
- msgstr "サブネットを作成できませんでした"
2744
-
2745
- #: ../lib/hammer_cli_foreman/subnet.rb:53
2746
- msgid "Subnet updated"
2747
- msgstr "サブネットが更新されました"
2748
-
2749
- #: ../lib/hammer_cli_foreman/subnet.rb:54
2750
- msgid "Could not update the subnet"
2751
- msgstr "サブネットを更新できませんでした"
2752
-
2753
- #: ../lib/hammer_cli_foreman/subnet.rb:62
2754
- msgid "Subnet deleted"
2755
- msgstr "サブネットが削除されました"
2756
-
2757
- #: ../lib/hammer_cli_foreman/subnet.rb:63
2758
- msgid "Could not delete the subnet"
2759
- msgstr "サブネットを削除できませんでした"
2760
-
2761
- #: ../lib/hammer_cli_foreman/template.rb:72
2762
- msgid "List available config template kinds."
2763
- msgstr "利用可能な設定テンプレートの種類の一覧表示。"
2764
-
2765
- #: ../lib/hammer_cli_foreman/template.rb:91
2766
- msgid "View config template content."
2767
- msgstr "設定テンプレートコンテンツの表示。"
2768
-
2769
- #: ../lib/hammer_cli_foreman/template.rb:103 ../lib/hammer_cli_foreman/template.rb:121
2770
- msgid "Path to a file that contains the template"
2771
- msgstr "テンプレートを含むファイルのパス"
2772
-
2773
- #: ../lib/hammer_cli_foreman/template.rb:105 ../lib/hammer_cli_foreman/template.rb:123
2774
- msgid "Template type. Eg. snippet, script, provision"
2775
- msgstr "テンプレートのタイプ。例: スニペット、スクリプト、プロビジョニング"
2776
-
2777
- #: ../lib/hammer_cli_foreman/template.rb:107
2778
- msgid "Config template created"
2779
- msgstr "設定テンプレートが作成されました。"
2780
-
2781
- #: ../lib/hammer_cli_foreman/template.rb:108
2782
- msgid "Could not create the config template"
2783
- msgstr "設定テンプレートを作成できませんでした。"
2784
-
2785
- #: ../lib/hammer_cli_foreman/template.rb:125
2786
- msgid "Config template updated"
2787
- msgstr "設定テンプレートが更新されました"
2788
-
2789
- #: ../lib/hammer_cli_foreman/template.rb:126
2790
- msgid "Could not update the config template"
2791
- msgstr "設定テンプレートを更新できませんでした"
2792
-
2793
- #: ../lib/hammer_cli_foreman/template.rb:139
2794
- msgid "Config template deleted"
2795
- msgstr "設定テンプレートが削除されました"
2796
-
2797
- #: ../lib/hammer_cli_foreman/template.rb:140
2798
- msgid "Could not delete the config template"
2799
- msgstr "設定テンプレートを削除できませんでした"
2800
-
2801
- #: ../lib/hammer_cli_foreman/template.rb:151
2802
- msgid "Update the default PXE menu on all configured TFTP servers"
2803
- msgstr "すべての設定済み TFTP サーバーでのデフォルト PXE メニューの更新"
2804
-
2805
- #: ../lib/hammer_cli_foreman/template.rb:164
2806
- msgid "Config template cloned"
2807
- msgstr ""
2808
-
2809
- #: ../lib/hammer_cli_foreman/template.rb:165
2810
- msgid "Could not clone the config template"
2811
- msgstr ""
2812
-
2813
- #: ../lib/hammer_cli_foreman/user.rb:11
2814
- msgid "Login"
2815
- msgstr "ログイン"
2816
-
2817
- #: ../lib/hammer_cli_foreman/user.rb:13
2818
- msgid "Email"
2819
- msgstr "メール"
2820
-
2821
- #: ../lib/hammer_cli_foreman/user.rb:28 ../lib/hammer_cli_foreman/usergroup.rb:13
2822
- msgid "Admin"
2823
- msgstr "管理者"
2824
-
2825
- #: ../lib/hammer_cli_foreman/user.rb:29
2826
- msgid "Effective admin"
2827
- msgstr ""
2828
-
2829
- #: ../lib/hammer_cli_foreman/user.rb:30
2830
- msgid "Authorized by"
2831
- msgstr "認証先"
2832
-
2833
- #: ../lib/hammer_cli_foreman/user.rb:31
2834
- msgid "Locale"
2835
- msgstr "ロケール"
2836
-
2837
- #: ../lib/hammer_cli_foreman/user.rb:32
2838
- msgid "Timezone"
2839
- msgstr "タイムゾーン"
2840
-
2841
- #: ../lib/hammer_cli_foreman/user.rb:33
2842
- msgid "Last login"
2843
- msgstr "最終ログイン"
2844
-
2845
- #: ../lib/hammer_cli_foreman/user.rb:35
2846
- msgid "Default organization"
2847
- msgstr "デフォルトの組織"
2848
-
2849
- #: ../lib/hammer_cli_foreman/user.rb:36
2850
- msgid "Default location"
2851
- msgstr "デフォルトのロケーション"
2852
-
2853
- #: ../lib/hammer_cli_foreman/user.rb:44 ../lib/hammer_cli_foreman/user.rb:45
2854
- msgid "default"
2855
- msgstr "デフォルト"
2856
-
2857
- #: ../lib/hammer_cli_foreman/user.rb:56
2858
- msgid "User [%{login}] created"
2859
- msgstr "ユーザー [%{login}] が作成されました"
2860
-
2861
- #: ../lib/hammer_cli_foreman/user.rb:57
2862
- msgid "Could not create the user"
2863
- msgstr "ユーザーを作成できませんでした"
2864
-
2865
- #: ../lib/hammer_cli_foreman/user.rb:64
2866
- msgid "User [%{login}] updated"
2867
- msgstr "ユーザー [%{login}] が更新されました"
2868
-
2869
- #: ../lib/hammer_cli_foreman/user.rb:65
2870
- msgid "Could not update the user"
2871
- msgstr "ユーザーを更新できませんでした"
2872
-
2873
- #: ../lib/hammer_cli_foreman/user.rb:72
2874
- msgid "User [%{login}] deleted"
2875
- msgstr "ユーザー [%{login}] が削除されました"
2876
-
2877
- #: ../lib/hammer_cli_foreman/user.rb:73
2878
- msgid "Could not delete the user"
2879
- msgstr "ユーザーを削除できませんでした"
2880
-
2881
- #: ../lib/hammer_cli_foreman/usergroup.rb:32
2882
- msgid "User group [%<name>s] created"
2883
- msgstr "ユーザーグループ [%<name>s] が作成されました"
2884
-
2885
- #: ../lib/hammer_cli_foreman/usergroup.rb:33
2886
- msgid "Could not create the user group"
2887
- msgstr "ユーザーグループを作成できませんでした"
2888
-
2889
- #: ../lib/hammer_cli_foreman/usergroup.rb:39
2890
- msgid "User group [%<name>s] updated"
2891
- msgstr "ユーザーグループ [%<name>s] が更新されました"
2892
-
2893
- #: ../lib/hammer_cli_foreman/usergroup.rb:40
2894
- msgid "Could not update the user group"
2895
- msgstr "ユーザーグループを更新できませんでした"
2896
-
2897
- #: ../lib/hammer_cli_foreman/usergroup.rb:46
2898
- msgid "User group [%<name>s] deleted"
2899
- msgstr "ユーザーグループ [%<name>s] が削除されました"
2900
-
2901
- #: ../lib/hammer_cli_foreman/usergroup.rb:47
2902
- msgid "Could not delete the user group"
2903
- msgstr "ユーザーグループを削除できませんでした"
2904
-
2905
- #: ../lib/hammer_cli_foreman/auth.rb:39
2906
- #~ msgid ""
2907
- #~ "You are currently not logged in to any service.\n"
2908
- #~ "Use the service to set credentials."
2909
- #~ msgstr ""
2910
- #~ "ユーザーは現在いずれのサービスにもログインしていません。\n"
2911
- #~ "資格情報を設定するためにサービスを使用します。"
2912
-
2913
- #: ../lib/hammer_cli_foreman/role.rb:24
2914
- #~ msgid "Yes"
2915
- #~ msgstr "はい"
2916
-
2917
- #: ../lib/hammer_cli_foreman/role.rb:24
2918
- #~ msgid "No"
2919
- #~ msgstr "いいえ"