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
@@ -1,2823 +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
- # Dominic Cleal <dominic@cleal.org>, 2014
7
- msgid ""
8
- msgstr ""
9
- "Project-Id-Version: hammer-cli-foreman 0.9.0\n"
10
- "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2016-09-01 12:48+0200\n"
12
- "PO-Revision-Date: 2016-09-02 09:32+0000\n"
13
- "Last-Translator: Lukáš Zapletal\n"
14
- "Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
15
- "MIME-Version: 1.0\n"
16
- "Content-Type: text/plain; charset=UTF-8\n"
17
- "Content-Transfer-Encoding: 8bit\n"
18
- "Language: ko\n"
19
- "Plural-Forms: nplurals=1; plural=0;\n"
20
-
21
- #: ../lib/hammer_cli_foreman.rb:32
22
- msgid "Foreman connection login/logout."
23
- msgstr "Foreman 연결 로그인/로그아웃."
24
-
25
- #: ../lib/hammer_cli_foreman.rb:36
26
- msgid "Manipulate architectures."
27
- msgstr "아키텍처를 조정합니다."
28
-
29
- #: ../lib/hammer_cli_foreman.rb:40
30
- msgid "Manipulate auth sources."
31
- msgstr "인증 소스를 조정합니다."
32
-
33
- #: ../lib/hammer_cli_foreman.rb:44
34
- msgid "Manipulate compute resources."
35
- msgstr "컴퓨터 리소스를 조정합니다. "
36
-
37
- #: ../lib/hammer_cli_foreman.rb:48
38
- msgid "Manipulate domains."
39
- msgstr "도메인을 조정합니다. "
40
-
41
- #: ../lib/hammer_cli_foreman.rb:52
42
- msgid "Manipulate environments."
43
- msgstr "환경을 조정합니다."
44
-
45
- #: ../lib/hammer_cli_foreman.rb:56
46
- msgid "Search facts."
47
- msgstr "팩트를 검색합니다. "
48
-
49
- #: ../lib/hammer_cli_foreman.rb:60
50
- msgid "Manage permission filters."
51
- msgstr "권한 필터를 관리합니다. "
52
-
53
- #: ../lib/hammer_cli_foreman.rb:64
54
- msgid "Manipulate hosts."
55
- msgstr "호스트를 조정합니다."
56
-
57
- #: ../lib/hammer_cli_foreman.rb:68
58
- msgid "Manipulate hostgroups."
59
- msgstr "호스트 그룹을 조정합니다."
60
-
61
- #: ../lib/hammer_cli_foreman.rb:72
62
- msgid "Manipulate locations."
63
- msgstr "위치를 조정합니다. "
64
-
65
- #: ../lib/hammer_cli_foreman.rb:76
66
- msgid "Manipulate installation media."
67
- msgstr "설치 미디어를 조정합니다. "
68
-
69
- #: ../lib/hammer_cli_foreman.rb:80
70
- msgid "Manipulate hardware models."
71
- msgstr "하드웨어 모델을 조정합니다. "
72
-
73
- #: ../lib/hammer_cli_foreman.rb:84
74
- msgid "Manipulate operating system."
75
- msgstr "운영 체제를 조정합니다."
76
-
77
- #: ../lib/hammer_cli_foreman.rb:88
78
- msgid "Manipulate organizations."
79
- msgstr "조직을 조정합니다. "
80
-
81
- #: ../lib/hammer_cli_foreman.rb:92
82
- msgid "Manipulate partition tables."
83
- msgstr "파티션 테이블을 조정합니다. "
84
-
85
- #: ../lib/hammer_cli_foreman.rb:96
86
- msgid "Search puppet modules."
87
- msgstr "puppet 모듈을 검색합니다. "
88
-
89
- #: ../lib/hammer_cli_foreman.rb:100
90
- msgid "Browse and read reports."
91
- msgstr "보고서 검색 및 확인 "
92
-
93
- #: ../lib/hammer_cli_foreman.rb:104
94
- msgid "Manage user roles."
95
- msgstr "사용자 역할을 관리합니다."
96
-
97
- #: ../lib/hammer_cli_foreman.rb:108
98
- msgid "Manipulate smart class parameters."
99
- msgstr "스마트 클래스 매개 변수를 조정합니다. "
100
-
101
- #: ../lib/hammer_cli_foreman.rb:112
102
- msgid "Manipulate smart variables."
103
- msgstr "스마트 변수를 조정합니다."
104
-
105
- #: ../lib/hammer_cli_foreman.rb:116
106
- msgid "Manipulate smart proxies."
107
- msgstr "스마트 프록시를 조정합니다."
108
-
109
- #: ../lib/hammer_cli_foreman.rb:120
110
- msgid "Manipulate realms."
111
- msgstr ""
112
-
113
- #: ../lib/hammer_cli_foreman.rb:124
114
- msgid "Change server settings."
115
- msgstr "서버 설정을 변경합니다."
116
-
117
- #: ../lib/hammer_cli_foreman.rb:128
118
- msgid "Manipulate subnets."
119
- msgstr "서브넷을 조정합니다."
120
-
121
- #: ../lib/hammer_cli_foreman.rb:132
122
- msgid "Manipulate config templates."
123
- msgstr "설정 템플릿을 조정합니다. "
124
-
125
- #: ../lib/hammer_cli_foreman.rb:136
126
- msgid "Manipulate users."
127
- msgstr "사용자를 조정합니다. "
128
-
129
- #: ../lib/hammer_cli_foreman.rb:140
130
- msgid "Manage user groups."
131
- msgstr "사용자 그룹을 관리합니다."
132
-
133
- #: ../lib/hammer_cli_foreman/architecture.rb:10
134
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:13
135
- #: ../lib/hammer_cli_foreman/compute_resource.rb:20
136
- #: ../lib/hammer_cli_foreman/domain.rb:31
137
- #: ../lib/hammer_cli_foreman/environment.rb:14
138
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:10
139
- #: ../lib/hammer_cli_foreman/filter.rb:9
140
- #: ../lib/hammer_cli_foreman/filter.rb:72
141
- #: ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:191
142
- #: ../lib/hammer_cli_foreman/host.rb:222
143
- #: ../lib/hammer_cli_foreman/hostgroup.rb:57
144
- #: ../lib/hammer_cli_foreman/image.rb:29
145
- #: ../lib/hammer_cli_foreman/interface.rb:23
146
- #: ../lib/hammer_cli_foreman/interface.rb:43
147
- #: ../lib/hammer_cli_foreman/location.rb:13
148
- #: ../lib/hammer_cli_foreman/media.rb:9 ../lib/hammer_cli_foreman/model.rb:10
149
- #: ../lib/hammer_cli_foreman/operating_system.rb:10
150
- #: ../lib/hammer_cli_foreman/organization.rb:13
151
- #: ../lib/hammer_cli_foreman/partition_table.rb:10
152
- #: ../lib/hammer_cli_foreman/puppet_class.rb:13
153
- #: ../lib/hammer_cli_foreman/realm.rb:8 ../lib/hammer_cli_foreman/report.rb:10
154
- #: ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11
155
- #: ../lib/hammer_cli_foreman/settings.rb:11
156
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:8
157
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75
158
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:11
159
- #: ../lib/hammer_cli_foreman/smart_variable.rb:8
160
- #: ../lib/hammer_cli_foreman/smart_variable.rb:66
161
- #: ../lib/hammer_cli_foreman/subnet.rb:10
162
- #: ../lib/hammer_cli_foreman/template.rb:25
163
- #: ../lib/hammer_cli_foreman/user.rb:10
164
- #: ../lib/hammer_cli_foreman/usergroup.rb:11
165
- msgid "Id"
166
- msgstr "ID "
167
-
168
- #: ../lib/hammer_cli_foreman/architecture.rb:11
169
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:14
170
- #: ../lib/hammer_cli_foreman/common_parameter.rb:12
171
- #: ../lib/hammer_cli_foreman/compute_resource.rb:21
172
- #: ../lib/hammer_cli_foreman/domain.rb:32
173
- #: ../lib/hammer_cli_foreman/environment.rb:15
174
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:11
175
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:42
176
- #: ../lib/hammer_cli_foreman/filter.rb:73
177
- #: ../lib/hammer_cli_foreman/filter.rb:90
178
- #: ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:193
179
- #: ../lib/hammer_cli_foreman/hostgroup.rb:58
180
- #: ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70
181
- #: ../lib/hammer_cli_foreman/location.rb:14
182
- #: ../lib/hammer_cli_foreman/media.rb:10 ../lib/hammer_cli_foreman/model.rb:11
183
- #: ../lib/hammer_cli_foreman/operating_system.rb:22
184
- #: ../lib/hammer_cli_foreman/organization.rb:14
185
- #: ../lib/hammer_cli_foreman/partition_table.rb:11
186
- #: ../lib/hammer_cli_foreman/puppet_class.rb:14
187
- #: ../lib/hammer_cli_foreman/realm.rb:9 ../lib/hammer_cli_foreman/role.rb:12
188
- #: ../lib/hammer_cli_foreman/settings.rb:12
189
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:12
190
- #: ../lib/hammer_cli_foreman/subnet.rb:11
191
- #: ../lib/hammer_cli_foreman/template.rb:26
192
- #: ../lib/hammer_cli_foreman/template.rb:75
193
- #: ../lib/hammer_cli_foreman/user.rb:12
194
- #: ../lib/hammer_cli_foreman/usergroup.rb:12
195
- msgid "Name"
196
- msgstr "이름 "
197
-
198
- #: ../lib/hammer_cli_foreman/architecture.rb:31
199
- msgid "Architecture created"
200
- msgstr "아키텍처가 생성되었습니다 "
201
-
202
- #: ../lib/hammer_cli_foreman/architecture.rb:32
203
- msgid "Could not create the architecture"
204
- msgstr "아키텍처를 생성할 수 없습니다 "
205
-
206
- #: ../lib/hammer_cli_foreman/architecture.rb:39
207
- msgid "Architecture deleted"
208
- msgstr "아키텍처가 삭제되었습니다 "
209
-
210
- #: ../lib/hammer_cli_foreman/architecture.rb:40
211
- msgid "Could not delete the architecture"
212
- msgstr "아키텍처를 삭제할 수 없습니다 "
213
-
214
- #: ../lib/hammer_cli_foreman/architecture.rb:47
215
- msgid "Architecture updated"
216
- msgstr "아키텍처가 업데이트되었습니다 "
217
-
218
- #: ../lib/hammer_cli_foreman/architecture.rb:48
219
- msgid "Could not update the architecture"
220
- msgstr "아키텍처를 업데이트할 수 없습니다 "
221
-
222
- #: ../lib/hammer_cli_foreman/associating_commands.rb:41
223
- msgid "Associate a hostgroup"
224
- msgstr "호스트 그룹 연결 "
225
-
226
- #: ../lib/hammer_cli_foreman/associating_commands.rb:43
227
- msgid "The hostgroup has been associated"
228
- msgstr ""
229
-
230
- #: ../lib/hammer_cli_foreman/associating_commands.rb:44
231
- msgid "Could not associate the hostgroup"
232
- msgstr ""
233
-
234
- #: ../lib/hammer_cli_foreman/associating_commands.rb:49
235
- msgid "Disassociate a hostgroup"
236
- msgstr "호스트 그룹 연결 해제 "
237
-
238
- #: ../lib/hammer_cli_foreman/associating_commands.rb:51
239
- msgid "The hostgroup has been disassociated"
240
- msgstr ""
241
-
242
- #: ../lib/hammer_cli_foreman/associating_commands.rb:52
243
- msgid "Could not disassociate the hostgroup"
244
- msgstr ""
245
-
246
- #: ../lib/hammer_cli_foreman/associating_commands.rb:61
247
- msgid "Associate an environment"
248
- msgstr "환경 연결 "
249
-
250
- #: ../lib/hammer_cli_foreman/associating_commands.rb:63
251
- msgid "The environment has been associated"
252
- msgstr ""
253
-
254
- #: ../lib/hammer_cli_foreman/associating_commands.rb:64
255
- msgid "Could not associate the environment"
256
- msgstr ""
257
-
258
- #: ../lib/hammer_cli_foreman/associating_commands.rb:69
259
- msgid "Disassociate an environment"
260
- msgstr "환경 연결 해제 "
261
-
262
- #: ../lib/hammer_cli_foreman/associating_commands.rb:71
263
- msgid "The environment has been disassociated"
264
- msgstr ""
265
-
266
- #: ../lib/hammer_cli_foreman/associating_commands.rb:72
267
- msgid "Could not disassociate the environment"
268
- msgstr ""
269
-
270
- #: ../lib/hammer_cli_foreman/associating_commands.rb:81
271
- msgid "Associate a domain"
272
- msgstr "도메인 연결 "
273
-
274
- #: ../lib/hammer_cli_foreman/associating_commands.rb:83
275
- msgid "The domain has been associated"
276
- msgstr ""
277
-
278
- #: ../lib/hammer_cli_foreman/associating_commands.rb:84
279
- msgid "Could not associate the domain"
280
- msgstr ""
281
-
282
- #: ../lib/hammer_cli_foreman/associating_commands.rb:89
283
- msgid "Disassociate a domain"
284
- msgstr "도메인 연결 해제 "
285
-
286
- #: ../lib/hammer_cli_foreman/associating_commands.rb:91
287
- msgid "The domain has been disassociated"
288
- msgstr ""
289
-
290
- #: ../lib/hammer_cli_foreman/associating_commands.rb:92
291
- msgid "Could not disassociate the domain"
292
- msgstr ""
293
-
294
- #: ../lib/hammer_cli_foreman/associating_commands.rb:101
295
- msgid "Associate a medium"
296
- msgstr "미디어 연결 "
297
-
298
- #: ../lib/hammer_cli_foreman/associating_commands.rb:103
299
- msgid "The medium has been associated"
300
- msgstr ""
301
-
302
- #: ../lib/hammer_cli_foreman/associating_commands.rb:104
303
- msgid "Could not associate the medium"
304
- msgstr ""
305
-
306
- #: ../lib/hammer_cli_foreman/associating_commands.rb:109
307
- msgid "Disassociate a medium"
308
- msgstr "미디어 연결 해제 "
309
-
310
- #: ../lib/hammer_cli_foreman/associating_commands.rb:111
311
- msgid "The medium has been disassociated"
312
- msgstr ""
313
-
314
- #: ../lib/hammer_cli_foreman/associating_commands.rb:112
315
- msgid "Could not disassociate the medium"
316
- msgstr ""
317
-
318
- #: ../lib/hammer_cli_foreman/associating_commands.rb:121
319
- msgid "Associate a subnet"
320
- msgstr "서브넷 연결 "
321
-
322
- #: ../lib/hammer_cli_foreman/associating_commands.rb:123
323
- msgid "The subnet has been associated"
324
- msgstr ""
325
-
326
- #: ../lib/hammer_cli_foreman/associating_commands.rb:124
327
- msgid "Could not associate the subnet"
328
- msgstr ""
329
-
330
- #: ../lib/hammer_cli_foreman/associating_commands.rb:129
331
- msgid "Disassociate a subnet"
332
- msgstr "서브넷 연결 해제 "
333
-
334
- #: ../lib/hammer_cli_foreman/associating_commands.rb:131
335
- msgid "The subnet has been disassociated"
336
- msgstr ""
337
-
338
- #: ../lib/hammer_cli_foreman/associating_commands.rb:132
339
- msgid "Could not disassociate the subnet"
340
- msgstr ""
341
-
342
- #: ../lib/hammer_cli_foreman/associating_commands.rb:141
343
- msgid "Associate a compute resource"
344
- msgstr "컴퓨터 리소스 연결 "
345
-
346
- #: ../lib/hammer_cli_foreman/associating_commands.rb:143
347
- msgid "The compute resource has been associated"
348
- msgstr ""
349
-
350
- #: ../lib/hammer_cli_foreman/associating_commands.rb:144
351
- msgid "Could not associate the compute resource"
352
- msgstr ""
353
-
354
- #: ../lib/hammer_cli_foreman/associating_commands.rb:149
355
- msgid "Disassociate a compute resource"
356
- msgstr "컴퓨터 리소스 연결 해제 "
357
-
358
- #: ../lib/hammer_cli_foreman/associating_commands.rb:151
359
- msgid "The compute resource has been disassociated"
360
- msgstr ""
361
-
362
- #: ../lib/hammer_cli_foreman/associating_commands.rb:152
363
- msgid "Could not disassociate the compute resource"
364
- msgstr ""
365
-
366
- #: ../lib/hammer_cli_foreman/associating_commands.rb:161
367
- msgid "Associate a smart proxy"
368
- msgstr "스마트 프록시 연결 "
369
-
370
- #: ../lib/hammer_cli_foreman/associating_commands.rb:163
371
- msgid "The smart proxy has been associated"
372
- msgstr ""
373
-
374
- #: ../lib/hammer_cli_foreman/associating_commands.rb:164
375
- msgid "Could not associate the smart proxy"
376
- msgstr ""
377
-
378
- #: ../lib/hammer_cli_foreman/associating_commands.rb:173
379
- msgid "Disassociate a smart proxy"
380
- msgstr "스마트 프록시 연결 해제 "
381
-
382
- #: ../lib/hammer_cli_foreman/associating_commands.rb:175
383
- msgid "The smart proxy has been disassociated"
384
- msgstr ""
385
-
386
- #: ../lib/hammer_cli_foreman/associating_commands.rb:176
387
- msgid "Could not disassociate the smart proxy"
388
- msgstr ""
389
-
390
- #: ../lib/hammer_cli_foreman/associating_commands.rb:189
391
- msgid "Associate an user"
392
- msgstr "사용자 연결 "
393
-
394
- #: ../lib/hammer_cli_foreman/associating_commands.rb:191
395
- msgid "The user has been associated"
396
- msgstr "사용자가 연결되어 있습니다."
397
-
398
- #: ../lib/hammer_cli_foreman/associating_commands.rb:192
399
- msgid "Could not associate the user"
400
- msgstr "사용자를 연결할 수 없습니다."
401
-
402
- #: ../lib/hammer_cli_foreman/associating_commands.rb:197
403
- msgid "Disassociate an user"
404
- msgstr "사용자 연결 해제 "
405
-
406
- #: ../lib/hammer_cli_foreman/associating_commands.rb:199
407
- msgid "The user has been disassociated"
408
- msgstr "사용자가 연결 해제되었습니다"
409
-
410
- #: ../lib/hammer_cli_foreman/associating_commands.rb:200
411
- msgid "Could not disassociate the user"
412
- msgstr "사용자를 연결 해제할 수 없습니다"
413
-
414
- #: ../lib/hammer_cli_foreman/associating_commands.rb:209
415
- msgid "Associate an user group"
416
- msgstr "사용자 그룹 연결 "
417
-
418
- #: ../lib/hammer_cli_foreman/associating_commands.rb:213
419
- msgid "The user group has been associated"
420
- msgstr "사용자 그룹이 연결되어 있습니다"
421
-
422
- #: ../lib/hammer_cli_foreman/associating_commands.rb:214
423
- msgid "Could not associate the user group"
424
- msgstr "사용자 그룹을 연결할 수 없습니다"
425
-
426
- #: ../lib/hammer_cli_foreman/associating_commands.rb:219
427
- msgid "Disassociate an user group"
428
- msgstr "사용자 그룹 연결 해제 "
429
-
430
- #: ../lib/hammer_cli_foreman/associating_commands.rb:223
431
- msgid "The user group has been disassociated"
432
- msgstr "사용자 그룹이 연결 해제되었습니다"
433
-
434
- #: ../lib/hammer_cli_foreman/associating_commands.rb:224
435
- msgid "Could not disassociate the user group"
436
- msgstr "사용자 그룹을 연결 해제할 수 없습니다"
437
-
438
- #: ../lib/hammer_cli_foreman/associating_commands.rb:233
439
- msgid "Associate a configuration template"
440
- msgstr "설정 템플릿 연결 "
441
-
442
- #: ../lib/hammer_cli_foreman/associating_commands.rb:235
443
- msgid "The configuration template has been associated"
444
- msgstr ""
445
-
446
- #: ../lib/hammer_cli_foreman/associating_commands.rb:236
447
- msgid "Could not associate the configuration template"
448
- msgstr ""
449
-
450
- #: ../lib/hammer_cli_foreman/associating_commands.rb:241
451
- msgid "Disassociate a configuration template"
452
- msgstr "설정 템플릿 연결 해제 "
453
-
454
- #: ../lib/hammer_cli_foreman/associating_commands.rb:243
455
- msgid "The configuration template has been disassociated"
456
- msgstr ""
457
-
458
- #: ../lib/hammer_cli_foreman/associating_commands.rb:244
459
- msgid "Could not disassociate the configuration template"
460
- msgstr ""
461
-
462
- #: ../lib/hammer_cli_foreman/associating_commands.rb:253
463
- msgid "Associate an organization"
464
- msgstr "조직 연결 "
465
-
466
- #: ../lib/hammer_cli_foreman/associating_commands.rb:255
467
- msgid "The organization has been associated"
468
- msgstr ""
469
-
470
- #: ../lib/hammer_cli_foreman/associating_commands.rb:256
471
- msgid "Could not associate the organization"
472
- msgstr ""
473
-
474
- #: ../lib/hammer_cli_foreman/associating_commands.rb:261
475
- msgid "Disassociate an organization"
476
- msgstr "조직 연결 해제 "
477
-
478
- #: ../lib/hammer_cli_foreman/associating_commands.rb:263
479
- msgid "The organization has been disassociated"
480
- msgstr ""
481
-
482
- #: ../lib/hammer_cli_foreman/associating_commands.rb:264
483
- msgid "Could not disassociate the organization"
484
- msgstr ""
485
-
486
- #: ../lib/hammer_cli_foreman/associating_commands.rb:273
487
- msgid "Associate an operating system"
488
- msgstr "운영 체제 연결 "
489
-
490
- #: ../lib/hammer_cli_foreman/associating_commands.rb:275
491
- msgid "Operating system has been associated"
492
- msgstr "운영 체제가 연결되었습니다 "
493
-
494
- #: ../lib/hammer_cli_foreman/associating_commands.rb:276
495
- msgid "Could not associate the operating system"
496
- msgstr "운영 체제를 연결할 수 없습니다 "
497
-
498
- #: ../lib/hammer_cli_foreman/associating_commands.rb:282
499
- msgid "Disassociate an operating system"
500
- msgstr "운영 체제 연결 해제 "
501
-
502
- #: ../lib/hammer_cli_foreman/associating_commands.rb:284
503
- msgid "Operating system has been disassociated"
504
- msgstr "운영 체제가 연결 해제되었습니다 "
505
-
506
- #: ../lib/hammer_cli_foreman/associating_commands.rb:285
507
- msgid "Could not disassociate the operating system"
508
- msgstr "운영 체제를 연결 해제할 수 없습니다 "
509
-
510
- #: ../lib/hammer_cli_foreman/associating_commands.rb:294
511
- msgid "Associate an architecture"
512
- msgstr "아키텍처 연결 "
513
-
514
- #: ../lib/hammer_cli_foreman/associating_commands.rb:296
515
- msgid "Architecture has been associated"
516
- msgstr "아키텍처가 연결되었습니다 "
517
-
518
- #: ../lib/hammer_cli_foreman/associating_commands.rb:297
519
- msgid "Could not associate the architecture"
520
- msgstr "아키텍처를 연결할 수 없습니다 "
521
-
522
- #: ../lib/hammer_cli_foreman/associating_commands.rb:303
523
- msgid "Disassociate an architecture"
524
- msgstr "아키텍처 연결 해제 "
525
-
526
- #: ../lib/hammer_cli_foreman/associating_commands.rb:305
527
- msgid "Architecture has been disassociated"
528
- msgstr "아키텍처가 연결 해제되었습니다 "
529
-
530
- #: ../lib/hammer_cli_foreman/associating_commands.rb:306
531
- msgid "Could not disassociate the architecture"
532
- msgstr "아키텍처를 연결 해제할 수 없습니다 "
533
-
534
- #: ../lib/hammer_cli_foreman/associating_commands.rb:315
535
- msgid "Associate a partition table"
536
- msgstr "파티션 테이블 연결 "
537
-
538
- #: ../lib/hammer_cli_foreman/associating_commands.rb:317
539
- msgid "Partition table has been associated"
540
- msgstr "파티션 테이블이 연결되었습니다 "
541
-
542
- #: ../lib/hammer_cli_foreman/associating_commands.rb:318
543
- msgid "Could not associate the partition table"
544
- msgstr "파티션 테이블을 연결할 수 없습니다 "
545
-
546
- #: ../lib/hammer_cli_foreman/associating_commands.rb:324
547
- msgid "Disassociate a partition table"
548
- msgstr "파티션 테이블 연결 해제 "
549
-
550
- #: ../lib/hammer_cli_foreman/associating_commands.rb:326
551
- msgid "Partition table has been disassociated"
552
- msgstr "파티션 테이블이 연결 해제되었습니다 "
553
-
554
- #: ../lib/hammer_cli_foreman/associating_commands.rb:327
555
- msgid "Could not disassociate the partition table"
556
- msgstr "파티션 테이블을 연결 해제할 수 없습니다 "
557
-
558
- #: ../lib/hammer_cli_foreman/associating_commands.rb:336
559
- msgid "Assign a user role"
560
- msgstr "사용자 역할 할당 "
561
-
562
- #: ../lib/hammer_cli_foreman/associating_commands.rb:338
563
- msgid "User role has been assigned"
564
- msgstr "사용자 역할이 할당되었습니다 "
565
-
566
- #: ../lib/hammer_cli_foreman/associating_commands.rb:339
567
- msgid "Could not assign the user role"
568
- msgstr "사용자 역할을 할당할 수 없습니다 "
569
-
570
- #: ../lib/hammer_cli_foreman/associating_commands.rb:345
571
- msgid "Remove a user role"
572
- msgstr "사용자 역할 삭제 "
573
-
574
- #: ../lib/hammer_cli_foreman/associating_commands.rb:347
575
- msgid "User role has been removed"
576
- msgstr "사용자 역할이 삭제되었습니다 "
577
-
578
- #: ../lib/hammer_cli_foreman/associating_commands.rb:348
579
- msgid "Could not remove the user role"
580
- msgstr "사용자 역할을 삭제할 수 없습니다 "
581
-
582
- #: ../lib/hammer_cli_foreman/associating_commands.rb:357
583
- msgid "Associate a location"
584
- msgstr ""
585
-
586
- #: ../lib/hammer_cli_foreman/associating_commands.rb:359
587
- msgid "The location has been associated"
588
- msgstr ""
589
-
590
- #: ../lib/hammer_cli_foreman/associating_commands.rb:360
591
- msgid "Could not associate the location"
592
- msgstr ""
593
-
594
- #: ../lib/hammer_cli_foreman/associating_commands.rb:365
595
- msgid "Disassociate a location"
596
- msgstr ""
597
-
598
- #: ../lib/hammer_cli_foreman/associating_commands.rb:367
599
- msgid "The location has been disassociated"
600
- msgstr ""
601
-
602
- #: ../lib/hammer_cli_foreman/associating_commands.rb:368
603
- msgid "Could not disassociate the location"
604
- msgstr ""
605
-
606
- #: ../lib/hammer_cli_foreman/auth.rb:7
607
- msgid "Set credentials"
608
- msgstr "인증 정보 설정 "
609
-
610
- #: ../lib/hammer_cli_foreman/auth.rb:20
611
- msgid "Wipe your credentials"
612
- msgstr "인증 정보 삭제 "
613
-
614
- #: ../lib/hammer_cli_foreman/auth.rb:26
615
- msgid "Credentials deleted."
616
- msgstr "인증 정보가 삭제되었습니다. "
617
-
618
- #: ../lib/hammer_cli_foreman/auth.rb:33
619
- msgid "Information about current connections"
620
- msgstr "현재 연결에 대한 정보 "
621
-
622
- #: ../lib/hammer_cli_foreman/auth.rb:37
623
- msgid "You are logged in as '%s'"
624
- msgstr "'%s'로 로그인되었습니다 "
625
-
626
- #: ../lib/hammer_cli_foreman/auth.rb:39
627
- msgid ""
628
- "You are currently not logged in to any service.\n"
629
- "Use the service to set credentials."
630
- msgstr "현재 서비스에 로그인되어 있지 않습니다.\n자격 증명을 설정하려면 서비스를 사용하십시오."
631
-
632
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:7
633
- msgid "Manage LDAP auth sources."
634
- msgstr "LDAP 인증 소스를 관리합니다. "
635
-
636
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:15
637
- msgid "LDAPS?"
638
- msgstr "LDAPS?"
639
-
640
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:16
641
- msgid "Port"
642
- msgstr "포트"
643
-
644
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:17
645
- msgid "Server Type"
646
- msgstr "서버 유형 "
647
-
648
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:27
649
- msgid "Account Username"
650
- msgstr "계정 사용자 이름 "
651
-
652
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:28
653
- msgid "Base DN"
654
- msgstr "기본 DN"
655
-
656
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:29
657
- msgid "LDAP filter"
658
- msgstr "LDAP 필터 "
659
-
660
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:30
661
- msgid "Automatically Create Accounts?"
662
- msgstr "자동으로 계정을 생성하시겠습니까? "
663
-
664
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:31
665
- msgid "Login Name Attribute"
666
- msgstr "로그인 이름 속성 "
667
-
668
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:32
669
- msgid "First Name Attribute"
670
- msgstr "이름 속성 "
671
-
672
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:33
673
- msgid "Last Name Attribute"
674
- msgstr "성 속성 "
675
-
676
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:34
677
- msgid "Email Address Attribute"
678
- msgstr "이메일 주소 속성 "
679
-
680
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:35
681
- msgid "Photo Attribute"
682
- msgstr "사진 속성 "
683
-
684
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:43
685
- msgid "Auth source created"
686
- msgstr "인증 소스가 생성되었습니다 "
687
-
688
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:44
689
- msgid "Could not create the Auth Source"
690
- msgstr "인증 소스를 생성할 수 없습니다 "
691
-
692
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:51
693
- msgid "Auth source deleted"
694
- msgstr "인증 소스가 삭제되었습니다 "
695
-
696
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:52
697
- msgid "Could not delete the Auth Source"
698
- msgstr "인증 소스를 삭제할 수 없습니다 "
699
-
700
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:59
701
- msgid "Auth source updated"
702
- msgstr "인증 소스가 업데이트되었습니다 "
703
-
704
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:60
705
- msgid "Could not update the Auth Source"
706
- msgstr "인증 소스를 업데이트할 수 없습니다 "
707
-
708
- #: ../lib/hammer_cli_foreman/commands.rb:88
709
- msgid "Received data of unknown format"
710
- msgstr "알 수 없는 형식의 데이터를 수신했습니다 "
711
-
712
- #: ../lib/hammer_cli_foreman/commands.rb:196
713
- msgid ""
714
- "Could not find %{resource}. Some search options were missing, please see "
715
- "--help."
716
- msgstr "%{resource}를 찾을 수 없습니다. 일부 검색 옵션이 누락되어 있습니다. --help를 참조하십시오. "
717
-
718
- #: ../lib/hammer_cli_foreman/commands.rb:198
719
- msgid "Could not find %{resource}, please set option %{switches}."
720
- msgstr "%{resource}를 찾을 수 없습니다. 옵션 %{switches}을 설정하십시오. "
721
-
722
- #: ../lib/hammer_cli_foreman/commands.rb:200
723
- msgid "Could not find %{resource}, please set one of options %{switches}."
724
- msgstr "%{resource}를 찾을 수 없습니다. 옵션 %{switches} 중 하나를 설정하십시오. "
725
-
726
- #: ../lib/hammer_cli_foreman/commands.rb:529
727
- msgid "Associate a resource"
728
- msgstr "리소스 연결 "
729
-
730
- #: ../lib/hammer_cli_foreman/commands.rb:533
731
- msgid "Could not associate the %{resource_name}"
732
- msgstr ""
733
-
734
- #: ../lib/hammer_cli_foreman/commands.rb:537
735
- msgid "The %{resource_name} has been associated"
736
- msgstr ""
737
-
738
- #: ../lib/hammer_cli_foreman/commands.rb:559
739
- msgid "Disassociate a resource"
740
- msgstr "리소스 연결 해제 "
741
-
742
- #: ../lib/hammer_cli_foreman/commands.rb:571
743
- msgid "Could not disassociate the %{resource_name}"
744
- msgstr ""
745
-
746
- #: ../lib/hammer_cli_foreman/commands.rb:575
747
- msgid "The %{resource_name} has been disassociated"
748
- msgstr ""
749
-
750
- #: ../lib/hammer_cli_foreman/common_parameter.rb:13
751
- #: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:318
752
- #: ../lib/hammer_cli_foreman/settings.rb:13
753
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:77
754
- #: ../lib/hammer_cli_foreman/smart_variable.rb:68
755
- msgid "Value"
756
- msgstr "값"
757
-
758
- #: ../lib/hammer_cli_foreman/common_parameter.rb:22
759
- msgid "Set a global parameter."
760
- msgstr "글로벌 매개 변수를 설정합니다."
761
-
762
- #: ../lib/hammer_cli_foreman/common_parameter.rb:24
763
- msgid "Created parameter [%{name}] with value [%{value}]."
764
- msgstr "값 [%{value}]으로 매개 변수 [%{name}] 을(를) 생성했습니다. "
765
-
766
- #: ../lib/hammer_cli_foreman/common_parameter.rb:25
767
- msgid "Parameter [%{name}] updated to [%{value}]."
768
- msgstr "매개 변수 [%{name}] 이(가) [%{value}]로 업데이트되었습니다. "
769
-
770
- #: ../lib/hammer_cli_foreman/common_parameter.rb:27
771
- #: ../lib/hammer_cli_foreman/parameter.rb:49
772
- #: ../lib/hammer_cli_foreman/parameter.rb:96
773
- msgid "parameter name"
774
- msgstr "매개 변수 이름 "
775
-
776
- #: ../lib/hammer_cli_foreman/common_parameter.rb:28
777
- #: ../lib/hammer_cli_foreman/parameter.rb:50
778
- msgid "parameter value"
779
- msgstr "매개 변수 값 "
780
-
781
- #: ../lib/hammer_cli_foreman/common_parameter.rb:53
782
- msgid "Global parameter [%{name}] deleted."
783
- msgstr "글로벌 매개 변수 [%{name}]이(가) 삭제되었습니다. "
784
-
785
- #: ../lib/hammer_cli_foreman/common_parameter.rb:54
786
- msgid "Could not delete the global parameter [%{name}]"
787
- msgstr "글로벌 매개 변수 [%{name}]을(를) 삭제할 수 없습니다 "
788
-
789
- #: ../lib/hammer_cli_foreman/common_parameter.rb:67
790
- msgid "Manipulate global parameters."
791
- msgstr "글로벌 매개 변수를 조정합니다. "
792
-
793
- #: ../lib/hammer_cli_foreman/compute_resource.rb:22
794
- #: ../lib/hammer_cli_foreman/interface.rb:60
795
- msgid "Provider"
796
- msgstr "공급자 "
797
-
798
- #: ../lib/hammer_cli_foreman/compute_resource.rb:34
799
- #: ../lib/hammer_cli_foreman/compute_resource.rb:40
800
- #: ../lib/hammer_cli_foreman/host.rb:192 ../lib/hammer_cli_foreman/image.rb:33
801
- #: ../lib/hammer_cli_foreman/image.rb:71
802
- msgid "UUID"
803
- msgstr "UUID"
804
-
805
- #: ../lib/hammer_cli_foreman/compute_resource.rb:37
806
- #: ../lib/hammer_cli_foreman/compute_resource.rb:47
807
- msgid "Region"
808
- msgstr "지역 "
809
-
810
- #: ../lib/hammer_cli_foreman/compute_resource.rb:41
811
- msgid "Server"
812
- msgstr "서버 "
813
-
814
- #: ../lib/hammer_cli_foreman/compute_resource.rb:44
815
- msgid "Tenant"
816
- msgstr "테넌트 "
817
-
818
- #: ../lib/hammer_cli_foreman/compute_resource.rb:54
819
- msgid "Url"
820
- msgstr "Url"
821
-
822
- #: ../lib/hammer_cli_foreman/compute_resource.rb:55
823
- #: ../lib/hammer_cli_foreman/domain.rb:42
824
- #: ../lib/hammer_cli_foreman/location.rb:15
825
- #: ../lib/hammer_cli_foreman/organization.rb:15
826
- #: ../lib/hammer_cli_foreman/settings.rb:14
827
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:59
828
- #: ../lib/hammer_cli_foreman/smart_variable.rb:53
829
- msgid "Description"
830
- msgstr "설명 "
831
-
832
- #: ../lib/hammer_cli_foreman/compute_resource.rb:56
833
- msgid "User"
834
- msgstr "사용자 "
835
-
836
- #: ../lib/hammer_cli_foreman/compute_resource.rb:73
837
- msgid "Compute resource created"
838
- msgstr "컴퓨터 리소스가 생성되었습니다 "
839
-
840
- #: ../lib/hammer_cli_foreman/compute_resource.rb:74
841
- msgid "Could not create the compute resource"
842
- msgstr "컴퓨터 리소스를 생성할 수 없습니다 "
843
-
844
- #: ../lib/hammer_cli_foreman/compute_resource.rb:85
845
- msgid "Compute resource updated"
846
- msgstr "컴퓨터 리소스가 업데이트되었습니다 "
847
-
848
- #: ../lib/hammer_cli_foreman/compute_resource.rb:86
849
- msgid "Could not update the compute resource"
850
- msgstr "컴퓨터 리소스를 업데이트할 수 없습니다 "
851
-
852
- #: ../lib/hammer_cli_foreman/compute_resource.rb:93
853
- msgid "Compute resource deleted"
854
- msgstr "컴퓨터 리소스가 삭제되었습니다 "
855
-
856
- #: ../lib/hammer_cli_foreman/compute_resource.rb:94
857
- msgid "Could not delete the compute resource"
858
- msgstr "컴퓨터 리소스를 삭제할 수 없습니다 "
859
-
860
- #: ../lib/hammer_cli_foreman/credentials.rb:26
861
- msgid "[Foreman] Username: "
862
- msgstr "[Foreman] 사용자 이름: "
863
-
864
- #: ../lib/hammer_cli_foreman/credentials.rb:33
865
- msgid "[Foreman] Password for %s: "
866
- msgstr "%s의 [Foreman] 암호: "
867
-
868
- #: ../lib/hammer_cli_foreman/defaults.rb:7
869
- msgid "Use the default organization and/or location from the server"
870
- msgstr "서버에서 기본 조직 및/또는 위치 사용"
871
-
872
- #: ../lib/hammer_cli_foreman/domain.rb:6
873
- msgid "ID of DNS proxy to use within this domain"
874
- msgstr "이 도메인에서 사용할 DNS 프록시 ID "
875
-
876
- #: ../lib/hammer_cli_foreman/domain.rb:7
877
- msgid "Name of DNS proxy to use within this domain"
878
- msgstr "이 도메인에서 사용할 DNS 프록시 이름 "
879
-
880
- #: ../lib/hammer_cli_foreman/domain.rb:43
881
- msgid "DNS Id"
882
- msgstr "DNS Id"
883
-
884
- #: ../lib/hammer_cli_foreman/domain.rb:57
885
- msgid "Domain [%{name}] created"
886
- msgstr "도메인 [%{name}] 이(가) 생성되었습니다 "
887
-
888
- #: ../lib/hammer_cli_foreman/domain.rb:58
889
- msgid "Could not create the domain"
890
- msgstr "도메인을 생성할 수 없습니다 "
891
-
892
- #: ../lib/hammer_cli_foreman/domain.rb:60
893
- #: ../lib/hammer_cli_foreman/domain.rb:71
894
- msgid "Full name describing the domain"
895
- msgstr "도메인을 나타내는 전체 이름 "
896
-
897
- #: ../lib/hammer_cli_foreman/domain.rb:68
898
- msgid "Domain [%{name}] updated"
899
- msgstr "도메인 [%{name}] 이 업데이트되었습니다 "
900
-
901
- #: ../lib/hammer_cli_foreman/domain.rb:69
902
- msgid "Could not update the domain"
903
- msgstr "도메인을 업데이트할 수 없습니다 "
904
-
905
- #: ../lib/hammer_cli_foreman/domain.rb:78
906
- msgid "Domain [%{name}] deleted"
907
- msgstr "도메인 [%{name}]이(가) 삭제되었습니다 "
908
-
909
- #: ../lib/hammer_cli_foreman/domain.rb:79
910
- msgid "Could not delete the domain"
911
- msgstr "도메인을 삭제할 수 없습니다 "
912
-
913
- #: ../lib/hammer_cli_foreman/domain.rb:86
914
- msgid "Create or update parameter for a domain."
915
- msgstr "도메인의 매개 변수를 생성 또는 업데이트합니다. "
916
-
917
- #: ../lib/hammer_cli_foreman/domain.rb:88
918
- msgid "Domain parameter updated"
919
- msgstr "도메인 매개 변수가 업데이트되었습니다 "
920
-
921
- #: ../lib/hammer_cli_foreman/domain.rb:89
922
- msgid "New domain parameter created"
923
- msgstr "새 도메인 매개 변수가 생성되었습니다 "
924
-
925
- #: ../lib/hammer_cli_foreman/domain.rb:90
926
- msgid "Could not set domain parameter"
927
- msgstr "도메인 매개 변수를 설정할 수 없습니다 "
928
-
929
- #: ../lib/hammer_cli_foreman/domain.rb:102
930
- msgid "Delete parameter for a domain."
931
- msgstr "도메인의 매개 변수를 삭제합니다. "
932
-
933
- #: ../lib/hammer_cli_foreman/domain.rb:104
934
- msgid "Domain parameter deleted"
935
- msgstr "도메인 매개 변수가 삭제되었습니다 "
936
-
937
- #: ../lib/hammer_cli_foreman/environment.rb:34
938
- msgid "Environment created"
939
- msgstr "환경이 생성되었습니다 "
940
-
941
- #: ../lib/hammer_cli_foreman/environment.rb:35
942
- msgid "Could not create the environment"
943
- msgstr "환경을 생성할 수 없습니다 "
944
-
945
- #: ../lib/hammer_cli_foreman/environment.rb:42
946
- msgid "Environment updated"
947
- msgstr "환경이 업데이트되었습니다 "
948
-
949
- #: ../lib/hammer_cli_foreman/environment.rb:43
950
- msgid "Could not update the environment"
951
- msgstr "환경을 업데이트할 수 없습니다 "
952
-
953
- #: ../lib/hammer_cli_foreman/environment.rb:50
954
- msgid "Environment deleted"
955
- msgstr "환경이 삭제되었습니다 "
956
-
957
- #: ../lib/hammer_cli_foreman/environment.rb:51
958
- msgid "Could not delete the environment"
959
- msgstr "환경을 삭제할 수 없습니다 "
960
-
961
- #: ../lib/hammer_cli_foreman/exception_handler.rb:29
962
- msgid "Redirection of API call detected."
963
- msgstr ""
964
-
965
- #: ../lib/hammer_cli_foreman/exception_handler.rb:30
966
- msgid ""
967
- "It seems hammer is configured to use HTTP and the server prefers HTTPS."
968
- msgstr ""
969
-
970
- #: ../lib/hammer_cli_foreman/exception_handler.rb:32
971
- msgid "Update your server url configuration"
972
- msgstr ""
973
-
974
- #: ../lib/hammer_cli_foreman/exception_handler.rb:33
975
- msgid ""
976
- "you can set 'follow_redirects' to one of :default or :always to enable "
977
- "redirects following"
978
- msgstr ""
979
-
980
- #: ../lib/hammer_cli_foreman/exception_handler.rb:54
981
- msgid "Forbidden - server refused to process the request"
982
- msgstr "거부 - 서버가 요청 처리를 거부했습니다 "
983
-
984
- #: ../lib/hammer_cli_foreman/exception_handler.rb:88
985
- msgid "Could not load the API description from the server"
986
- msgstr "서버에서 API 설명을 불러올 수 없습니다 "
987
-
988
- #: ../lib/hammer_cli_foreman/exception_handler.rb:89
989
- msgid "is the server down?"
990
- msgstr "서버가 중지되어 있습니까?"
991
-
992
- #: ../lib/hammer_cli_foreman/exception_handler.rb:90
993
- msgid ""
994
- "was '%s' run on the server when using apipie cache? (typical production "
995
- "settings)"
996
- msgstr "apipie 캐시를 사용할 때 서버에서 '%s'가 실행되었습니까? (일반 제품 설정)"
997
-
998
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:6
999
- msgid "View and manage user group's external user groups"
1000
- msgstr "사용자 그룹의 외부 사용자 그룹 표시 및 관리 "
1001
-
1002
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:12
1003
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:43
1004
- msgid "Auth source"
1005
- msgstr "인증 소스 "
1006
-
1007
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:39
1008
- msgid "Refresh external user group"
1009
- msgstr "외부 사용자 그룹 새로고침 "
1010
-
1011
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:57
1012
- msgid "External user group created"
1013
- msgstr "외부 사용자 그룹이 생성되었습니다 "
1014
-
1015
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:58
1016
- msgid "Could not create external user group"
1017
- msgstr "외부 사용자 그룹을 생성할 수 없습니다 "
1018
-
1019
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:65
1020
- msgid "External user group updated"
1021
- msgstr "외부 사용자 그룹이 업데이트되었습니다 "
1022
-
1023
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:66
1024
- msgid "Could not update external user group"
1025
- msgstr "외부 사용자 그룹을 업데이트할 수 없습니다 "
1026
-
1027
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:73
1028
- msgid "External user group deleted"
1029
- msgstr "외부 사용자 그룹이 삭제되었습니다 "
1030
-
1031
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:74
1032
- msgid "Could not delete the external user group"
1033
- msgstr "외부 사용자 그룹을 삭제할 수 없습니다 "
1034
-
1035
- #: ../lib/hammer_cli_foreman/fact.rb:12 ../lib/hammer_cli_foreman/report.rb:11
1036
- #: ../lib/hammer_cli_foreman/report.rb:31
1037
- msgid "Host"
1038
- msgstr "호스트 "
1039
-
1040
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:317
1041
- msgid "Fact"
1042
- msgstr "팩트 "
1043
-
1044
- #: ../lib/hammer_cli_foreman/filter.rb:10
1045
- msgid "Resource type"
1046
- msgstr "리소스 유형 "
1047
-
1048
- #: ../lib/hammer_cli_foreman/filter.rb:11
1049
- msgid "Search"
1050
- msgstr "검색 "
1051
-
1052
- #: ../lib/hammer_cli_foreman/filter.rb:12
1053
- msgid "Unlimited?"
1054
- msgstr "제한 없음?"
1055
-
1056
- #: ../lib/hammer_cli_foreman/filter.rb:13
1057
- msgid "Role"
1058
- msgstr "역할 "
1059
-
1060
- #: ../lib/hammer_cli_foreman/filter.rb:14
1061
- msgid "Permissions"
1062
- msgstr "권한 "
1063
-
1064
- #: ../lib/hammer_cli_foreman/filter.rb:18
1065
- #: ../lib/hammer_cli_foreman/filter.rb:34
1066
- #: ../lib/hammer_cli_foreman/filter.rb:78 ../lib/hammer_cli_foreman/role.rb:46
1067
- msgid "(Miscellaneous)"
1068
- msgstr "(기타)"
1069
-
1070
- #: ../lib/hammer_cli_foreman/filter.rb:19
1071
- #: ../lib/hammer_cli_foreman/filter.rb:35 ../lib/hammer_cli_foreman/role.rb:47
1072
- msgid "none"
1073
- msgstr "없음 "
1074
-
1075
- #: ../lib/hammer_cli_foreman/filter.rb:44
1076
- msgid "Permission filter for [%<resource_type>s] created"
1077
- msgstr "[%<resource_type>s] 의 권한 필터가 생성되었습니다 "
1078
-
1079
- #: ../lib/hammer_cli_foreman/filter.rb:45
1080
- msgid "Could not create the permission filter"
1081
- msgstr "권한 필터를 생성할 수 없습니다 "
1082
-
1083
- #: ../lib/hammer_cli_foreman/filter.rb:52
1084
- msgid "Permission filter for [%<resource_type>s] updated"
1085
- msgstr "[%<resource_type>s] 의 권한 필터가 업데이트되었습니다 "
1086
-
1087
- #: ../lib/hammer_cli_foreman/filter.rb:53
1088
- msgid "Could not update the permission filter"
1089
- msgstr "권한 필터를 업데이트할 수 없습니다 "
1090
-
1091
- #: ../lib/hammer_cli_foreman/filter.rb:60
1092
- msgid "Permission filter deleted"
1093
- msgstr "권한 필터가 삭제되었습니다 "
1094
-
1095
- #: ../lib/hammer_cli_foreman/filter.rb:61
1096
- msgid "Could not delete the permission filter"
1097
- msgstr "권한 필터를 삭제할 수 없습니다 "
1098
-
1099
- #: ../lib/hammer_cli_foreman/filter.rb:74
1100
- #: ../lib/hammer_cli_foreman/report.rb:62
1101
- msgid "Resource"
1102
- msgstr "리소스 "
1103
-
1104
- #: ../lib/hammer_cli_foreman/host.rb:15
1105
- msgid "Login of the owner"
1106
- msgstr "소유자 로그인 "
1107
-
1108
- #: ../lib/hammer_cli_foreman/host.rb:17
1109
- msgid "ID of the owner"
1110
- msgstr "소유자 ID"
1111
-
1112
- #: ../lib/hammer_cli_foreman/host.rb:44
1113
- msgid "Host parameters."
1114
- msgstr "호스트 매개 변수 "
1115
-
1116
- #: ../lib/hammer_cli_foreman/host.rb:46
1117
- msgid "Compute resource attributes."
1118
- msgstr "컴퓨터 리소스 속성 "
1119
-
1120
- #: ../lib/hammer_cli_foreman/host.rb:48
1121
- msgid "Volume parameters"
1122
- msgstr "볼륨 매개 변수 "
1123
-
1124
- #: ../lib/hammer_cli_foreman/host.rb:50
1125
- msgid "Interface parameters."
1126
- msgstr "인터페이스 매개 변수 "
1127
-
1128
- #: ../lib/hammer_cli_foreman/host.rb:64
1129
- msgid "Enter the root password for the host:"
1130
- msgstr "호스트의 root 암호를 입력하십시오: "
1131
-
1132
- #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:232
1133
- #: ../lib/hammer_cli_foreman/hostgroup.rb:60
1134
- #: ../lib/hammer_cli_foreman/image.rb:31
1135
- msgid "Operating System"
1136
- msgstr "운영체제"
1137
-
1138
- #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:196
1139
- msgid "Host Group"
1140
- msgstr "호스트 그룹 "
1141
-
1142
- #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:209
1143
- msgid "IP"
1144
- msgstr "IP "
1145
-
1146
- #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:210
1147
- msgid "MAC"
1148
- msgstr "MAC"
1149
-
1150
- #: ../lib/hammer_cli_foreman/host.rb:174
1151
- msgid "Bare Metal"
1152
- msgstr "베어 메탈 "
1153
-
1154
- #: ../lib/hammer_cli_foreman/host.rb:194
1155
- msgid "Organization"
1156
- msgstr "조직"
1157
-
1158
- #: ../lib/hammer_cli_foreman/host.rb:195
1159
- msgid "Location"
1160
- msgstr "위치"
1161
-
1162
- #: ../lib/hammer_cli_foreman/host.rb:197
1163
- msgid "Compute Resource"
1164
- msgstr "컴퓨터 리소스 "
1165
-
1166
- #: ../lib/hammer_cli_foreman/host.rb:198
1167
- msgid "Compute Profile"
1168
- msgstr "컴퓨팅 프로파일 (Compute Profile)"
1169
-
1170
- #: ../lib/hammer_cli_foreman/host.rb:199
1171
- #: ../lib/hammer_cli_foreman/hostgroup.rb:61
1172
- msgid "Environment"
1173
- msgstr "환경 "
1174
-
1175
- #: ../lib/hammer_cli_foreman/host.rb:200
1176
- msgid "Puppet CA Id"
1177
- msgstr "Puppet CA ID"
1178
-
1179
- #: ../lib/hammer_cli_foreman/host.rb:201
1180
- msgid "Puppet Master Id"
1181
- msgstr "Puppet 마스터 ID"
1182
-
1183
- #: ../lib/hammer_cli_foreman/host.rb:202
1184
- msgid "Cert name"
1185
- msgstr "인증서 이름 "
1186
-
1187
- #: ../lib/hammer_cli_foreman/host.rb:203
1188
- #: ../lib/hammer_cli_foreman/interface.rb:51
1189
- msgid "Managed"
1190
- msgstr "관리됨 "
1191
-
1192
- #: ../lib/hammer_cli_foreman/host.rb:205
1193
- msgid "Installed at"
1194
- msgstr "설치됨 "
1195
-
1196
- #: ../lib/hammer_cli_foreman/host.rb:206
1197
- #: ../lib/hammer_cli_foreman/report.rb:12
1198
- msgid "Last report"
1199
- msgstr "마지막 보고 "
1200
-
1201
- #: ../lib/hammer_cli_foreman/host.rb:208
1202
- #: ../lib/hammer_cli_foreman/subnet.rb:12
1203
- msgid "Network"
1204
- msgstr "네트워크"
1205
-
1206
- #: ../lib/hammer_cli_foreman/host.rb:211
1207
- #: ../lib/hammer_cli_foreman/hostgroup.rb:72
1208
- #: ../lib/hammer_cli_foreman/interface.rb:49
1209
- msgid "Subnet"
1210
- msgstr "서브넷"
1211
-
1212
- #: ../lib/hammer_cli_foreman/host.rb:212
1213
- #: ../lib/hammer_cli_foreman/hostgroup.rb:74
1214
- #: ../lib/hammer_cli_foreman/interface.rb:50
1215
- msgid "Domain"
1216
- msgstr "도메인 "
1217
-
1218
- #: ../lib/hammer_cli_foreman/host.rb:213
1219
- msgid "Service provider"
1220
- msgstr "서비스 공급자"
1221
-
1222
- #: ../lib/hammer_cli_foreman/host.rb:214
1223
- msgid "SP Name"
1224
- msgstr "SP 이름 "
1225
-
1226
- #: ../lib/hammer_cli_foreman/host.rb:215
1227
- msgid "SP IP"
1228
- msgstr "SP IP"
1229
-
1230
- #: ../lib/hammer_cli_foreman/host.rb:216
1231
- msgid "SP MAC"
1232
- msgstr "SP MAC"
1233
-
1234
- #: ../lib/hammer_cli_foreman/host.rb:217
1235
- msgid "SP Subnet"
1236
- msgstr "SP 서브넷 "
1237
-
1238
- #: ../lib/hammer_cli_foreman/host.rb:221
1239
- msgid "Network interfaces"
1240
- msgstr "네트워크 인터페이스 "
1241
-
1242
- #: ../lib/hammer_cli_foreman/host.rb:223
1243
- #: ../lib/hammer_cli_foreman/interface.rb:24
1244
- #: ../lib/hammer_cli_foreman/interface.rb:44
1245
- msgid "Identifier"
1246
- msgstr "식별자 "
1247
-
1248
- #: ../lib/hammer_cli_foreman/host.rb:224
1249
- #: ../lib/hammer_cli_foreman/interface.rb:25
1250
- #: ../lib/hammer_cli_foreman/interface.rb:45
1251
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:60
1252
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:66
1253
- #: ../lib/hammer_cli_foreman/smart_variable.rb:12
1254
- #: ../lib/hammer_cli_foreman/smart_variable.rb:57
1255
- #: ../lib/hammer_cli_foreman/template.rb:27
1256
- msgid "Type"
1257
- msgstr "유형"
1258
-
1259
- #: ../lib/hammer_cli_foreman/host.rb:225
1260
- #: ../lib/hammer_cli_foreman/interface.rb:26
1261
- #: ../lib/hammer_cli_foreman/interface.rb:46
1262
- msgid "MAC address"
1263
- msgstr "MAC 주소"
1264
-
1265
- #: ../lib/hammer_cli_foreman/host.rb:226
1266
- #: ../lib/hammer_cli_foreman/interface.rb:27
1267
- #: ../lib/hammer_cli_foreman/interface.rb:47
1268
- msgid "IP address"
1269
- msgstr "IP 주소 "
1270
-
1271
- #: ../lib/hammer_cli_foreman/host.rb:227
1272
- msgid "FQDN"
1273
- msgstr "FQDN"
1274
-
1275
- #: ../lib/hammer_cli_foreman/host.rb:230
1276
- msgid "Operating system"
1277
- msgstr "운영 체제 "
1278
-
1279
- #: ../lib/hammer_cli_foreman/host.rb:231
1280
- #: ../lib/hammer_cli_foreman/hostgroup.rb:75
1281
- #: ../lib/hammer_cli_foreman/image.rb:45
1282
- msgid "Architecture"
1283
- msgstr "아키텍처 "
1284
-
1285
- #: ../lib/hammer_cli_foreman/host.rb:235
1286
- msgid "Build"
1287
- msgstr "빌드 "
1288
-
1289
- #: ../lib/hammer_cli_foreman/host.rb:236
1290
- #: ../lib/hammer_cli_foreman/hostgroup.rb:77
1291
- msgid "Medium"
1292
- msgstr "미디어 "
1293
-
1294
- #: ../lib/hammer_cli_foreman/host.rb:237
1295
- #: ../lib/hammer_cli_foreman/hostgroup.rb:76
1296
- msgid "Partition Table"
1297
- msgstr "파티션 테이블 "
1298
-
1299
- #: ../lib/hammer_cli_foreman/host.rb:238
1300
- msgid "Custom partition table"
1301
- msgstr "사용자 정의 파티션 테이블"
1302
-
1303
- #: ../lib/hammer_cli_foreman/host.rb:241
1304
- msgid "Image"
1305
- msgstr "이미지 "
1306
-
1307
- #: ../lib/hammer_cli_foreman/host.rb:242
1308
- msgid "Image file"
1309
- msgstr "이미지 파일 "
1310
-
1311
- #: ../lib/hammer_cli_foreman/host.rb:243
1312
- msgid "Use image"
1313
- msgstr "이미지 사용 "
1314
-
1315
- #: ../lib/hammer_cli_foreman/host.rb:249
1316
- msgid "Additional info"
1317
- msgstr "추가 정보 "
1318
-
1319
- #: ../lib/hammer_cli_foreman/host.rb:250
1320
- msgid "Owner Id"
1321
- msgstr "소유자 Id"
1322
-
1323
- #: ../lib/hammer_cli_foreman/host.rb:251
1324
- msgid "Owner Type"
1325
- msgstr "소유자 유형 "
1326
-
1327
- #: ../lib/hammer_cli_foreman/host.rb:252
1328
- msgid "Enabled"
1329
- msgstr "활성화됨 "
1330
-
1331
- #: ../lib/hammer_cli_foreman/host.rb:253
1332
- #: ../lib/hammer_cli_foreman/hostgroup.rb:62
1333
- msgid "Model"
1334
- msgstr "모델 "
1335
-
1336
- #: ../lib/hammer_cli_foreman/host.rb:254
1337
- msgid "Comment"
1338
- msgstr "코멘트 "
1339
-
1340
- #: ../lib/hammer_cli_foreman/host.rb:267
1341
- msgid "Status"
1342
- msgstr "상태 "
1343
-
1344
- #: ../lib/hammer_cli_foreman/host.rb:268
1345
- msgid "Power"
1346
- msgstr "전원"
1347
-
1348
- #: ../lib/hammer_cli_foreman/host.rb:304
1349
- msgid "Puppet run triggered"
1350
- msgstr "Puppet run이 실행되었습니다 "
1351
-
1352
- #: ../lib/hammer_cli_foreman/host.rb:357
1353
- msgid "Host created"
1354
- msgstr "호스트가 생성되었습니다 "
1355
-
1356
- #: ../lib/hammer_cli_foreman/host.rb:358
1357
- msgid "Could not create the host"
1358
- msgstr "호스트를 생성할 수 없습니다 "
1359
-
1360
- #: ../lib/hammer_cli_foreman/host.rb:375
1361
- msgid "Host updated"
1362
- msgstr "호스트가 업데이트되었습니다 "
1363
-
1364
- #: ../lib/hammer_cli_foreman/host.rb:376
1365
- msgid "Could not update the host"
1366
- msgstr "호스트를 업데이트할 수 없습니다 "
1367
-
1368
- #: ../lib/hammer_cli_foreman/host.rb:383
1369
- msgid "Host deleted"
1370
- msgstr "호스트가 삭제되었습니다 "
1371
-
1372
- #: ../lib/hammer_cli_foreman/host.rb:384
1373
- msgid "Could not delete the host"
1374
- msgstr "호스트를 삭제할 수 없습니다 "
1375
-
1376
- #: ../lib/hammer_cli_foreman/host.rb:391
1377
- msgid "Create or update parameter for a host."
1378
- msgstr "호스트의 매개 변수를 생성 또는 업데이트합니다. "
1379
-
1380
- #: ../lib/hammer_cli_foreman/host.rb:393
1381
- msgid "Host parameter updated"
1382
- msgstr "호스트 매개 변수가 업데이트되었습니다 "
1383
-
1384
- #: ../lib/hammer_cli_foreman/host.rb:394
1385
- msgid "New host parameter created"
1386
- msgstr "새 호스트 매개 변수가 생성되었습니다 "
1387
-
1388
- #: ../lib/hammer_cli_foreman/host.rb:395
1389
- msgid "Could not set host parameter"
1390
- msgstr "호스트 매개 변수를 설정할 수 없습니다 "
1391
-
1392
- #: ../lib/hammer_cli_foreman/host.rb:407
1393
- msgid "Delete parameter for a host."
1394
- msgstr "호스트의 매개 변수를 삭제합니다. "
1395
-
1396
- #: ../lib/hammer_cli_foreman/host.rb:409
1397
- msgid "Host parameter deleted"
1398
- msgstr "호스트 매개 변수가 삭제되었습니다 "
1399
-
1400
- #: ../lib/hammer_cli_foreman/host.rb:424
1401
- msgid "Power a host on"
1402
- msgstr "호스트 전원 켜기 "
1403
-
1404
- #: ../lib/hammer_cli_foreman/host.rb:425
1405
- msgid "The host is starting."
1406
- msgstr "호스트가 시작되고 있습니다. "
1407
-
1408
- #: ../lib/hammer_cli_foreman/host.rb:442
1409
- msgid "Force turning off a host"
1410
- msgstr "강제로 호스트 전원 끄기 "
1411
-
1412
- #: ../lib/hammer_cli_foreman/host.rb:447
1413
- msgid "Power a host off"
1414
- msgstr "호스트 전원 끄기 "
1415
-
1416
- #: ../lib/hammer_cli_foreman/host.rb:459
1417
- msgid "Power off forced."
1418
- msgstr "강제로 전원을 끕니다. "
1419
-
1420
- #: ../lib/hammer_cli_foreman/host.rb:461
1421
- msgid "Powering the host off."
1422
- msgstr "호스트 전원을 끄고 있습니다. "
1423
-
1424
- #: ../lib/hammer_cli_foreman/host.rb:478
1425
- msgid "Reboot a host"
1426
- msgstr "호스트 재부팅 "
1427
-
1428
- #: ../lib/hammer_cli_foreman/host.rb:479
1429
- msgid "Host reboot started."
1430
- msgstr "호스트 재부팅을 시작했습니다. "
1431
-
1432
- #: ../lib/hammer_cli_foreman/host.rb:515
1433
- msgid "Rebuild orchestration related configurations for host"
1434
- msgstr ""
1435
-
1436
- #: ../lib/hammer_cli_foreman/host.rb:516
1437
- msgid "Configuration successfully rebuilt."
1438
- msgstr "구성이 다시 빌드되었습니다."
1439
-
1440
- #: ../lib/hammer_cli_foreman/hostgroup.rb:10
1441
- msgid "List of puppetclass ids"
1442
- msgstr "Puppet 클래스 ID 목록"
1443
-
1444
- #: ../lib/hammer_cli_foreman/hostgroup.rb:12
1445
- msgid "Name of puppet CA proxy"
1446
- msgstr "Puppet CA 프록시 이름 "
1447
-
1448
- #: ../lib/hammer_cli_foreman/hostgroup.rb:13
1449
- msgid "Name of puppet proxy"
1450
- msgstr "Puppet 프록시 이름 "
1451
-
1452
- #: ../lib/hammer_cli_foreman/hostgroup.rb:14
1453
- msgid "Name of parent hostgroup"
1454
- msgstr "부모 호스트 그룹 이름 "
1455
-
1456
- #: ../lib/hammer_cli_foreman/hostgroup.rb:17
1457
- msgid "Root password"
1458
- msgstr "루트 암호"
1459
-
1460
- #: ../lib/hammer_cli_foreman/hostgroup.rb:23
1461
- msgid "Enter the root password for the host group:"
1462
- msgstr "호스트 그룹의 root 암호를 입력하십시오:"
1463
-
1464
- #: ../lib/hammer_cli_foreman/hostgroup.rb:59
1465
- #: ../lib/hammer_cli_foreman/operating_system.rb:11
1466
- msgid "Title"
1467
- msgstr "직위"
1468
-
1469
- #: ../lib/hammer_cli_foreman/hostgroup.rb:78
1470
- msgid "Puppet CA Proxy Id"
1471
- msgstr "Puppet CA 프록시 Id"
1472
-
1473
- #: ../lib/hammer_cli_foreman/hostgroup.rb:79
1474
- msgid "Puppet Master Proxy Id"
1475
- msgstr "Puppet 마스터 프록시 Id"
1476
-
1477
- #: ../lib/hammer_cli_foreman/hostgroup.rb:80
1478
- msgid "ComputeProfile"
1479
- msgstr "컴퓨터 프로파일 "
1480
-
1481
- #: ../lib/hammer_cli_foreman/hostgroup.rb:84
1482
- msgid "Parent Id"
1483
- msgstr "부모 ID"
1484
-
1485
- #: ../lib/hammer_cli_foreman/hostgroup.rb:94
1486
- msgid "Hostgroup created"
1487
- msgstr "호스트 그룹이 생성되었습니다 "
1488
-
1489
- #: ../lib/hammer_cli_foreman/hostgroup.rb:95
1490
- msgid "Could not create the hostgroup"
1491
- msgstr "호스트 그룹을 생성할 수 없습니다 "
1492
-
1493
- #: ../lib/hammer_cli_foreman/hostgroup.rb:104
1494
- msgid "Hostgroup updated"
1495
- msgstr "호스트 그룹이 업데이트되었습니다 "
1496
-
1497
- #: ../lib/hammer_cli_foreman/hostgroup.rb:105
1498
- msgid "Could not update the hostgroup"
1499
- msgstr "호스트 그룹을 업데이트할 수 없습니다 "
1500
-
1501
- #: ../lib/hammer_cli_foreman/hostgroup.rb:112
1502
- msgid "Hostgroup deleted"
1503
- msgstr "호스트 그룹이 삭제되었습니다 "
1504
-
1505
- #: ../lib/hammer_cli_foreman/hostgroup.rb:113
1506
- msgid "Could not delete the hostgroup"
1507
- msgstr "호스트 그룹을 삭제할 수 없습니다 "
1508
-
1509
- #: ../lib/hammer_cli_foreman/hostgroup.rb:137
1510
- msgid "Create or update parameter for a hostgroup."
1511
- msgstr "호스트 그룹의 매개 변수가 생성 또는 업데이트합니다."
1512
-
1513
- #: ../lib/hammer_cli_foreman/hostgroup.rb:139
1514
- msgid "Hostgroup parameter updated"
1515
- msgstr "호스트 그룹 매개 변수가 업데이트되었습니다 "
1516
-
1517
- #: ../lib/hammer_cli_foreman/hostgroup.rb:140
1518
- msgid "New hostgroup parameter created"
1519
- msgstr "새 호스트 그룹 매개 변수가 생성되었습니다 "
1520
-
1521
- #: ../lib/hammer_cli_foreman/hostgroup.rb:141
1522
- msgid "Could not set hostgroup parameter"
1523
- msgstr "호스트 그룹 매개 변수를 설정할 수 없습니다 "
1524
-
1525
- #: ../lib/hammer_cli_foreman/hostgroup.rb:148
1526
- msgid "Delete parameter for a hostgroup."
1527
- msgstr "호스트 그룹의 매개 변수를 삭제합니다."
1528
-
1529
- #: ../lib/hammer_cli_foreman/hostgroup.rb:150
1530
- msgid "Hostgroup parameter deleted"
1531
- msgstr "호스트 그룹 매개 변수가 삭제되었습니다 "
1532
-
1533
- #: ../lib/hammer_cli_foreman/id_resolver.rb:36
1534
- msgid "Architecture name"
1535
- msgstr "아키텍처 이름 "
1536
-
1537
- #: ../lib/hammer_cli_foreman/id_resolver.rb:37
1538
- msgid "Compute resource name"
1539
- msgstr "컴퓨터 리소스 이름 "
1540
-
1541
- #: ../lib/hammer_cli_foreman/id_resolver.rb:38
1542
- msgid "Domain name"
1543
- msgstr "도메인 이름 "
1544
-
1545
- #: ../lib/hammer_cli_foreman/id_resolver.rb:39
1546
- msgid "Environment name"
1547
- msgstr "환경 이름 "
1548
-
1549
- #: ../lib/hammer_cli_foreman/id_resolver.rb:42
1550
- msgid "Host name"
1551
- msgstr "호스트 이름 "
1552
-
1553
- #: ../lib/hammer_cli_foreman/id_resolver.rb:43
1554
- msgid "Hostgroup name"
1555
- msgstr "호스트 그룹 이름 "
1556
-
1557
- #: ../lib/hammer_cli_foreman/id_resolver.rb:43
1558
- msgid "Hostgroup title"
1559
- msgstr "호스트 그룹 제목"
1560
-
1561
- #: ../lib/hammer_cli_foreman/id_resolver.rb:46
1562
- msgid "Location name"
1563
- msgstr "위치 이름 "
1564
-
1565
- #: ../lib/hammer_cli_foreman/id_resolver.rb:47
1566
- msgid "Medium name"
1567
- msgstr "미디어 이름 "
1568
-
1569
- #: ../lib/hammer_cli_foreman/id_resolver.rb:48
1570
- msgid "Model name"
1571
- msgstr "모델 이름 "
1572
-
1573
- #: ../lib/hammer_cli_foreman/id_resolver.rb:49
1574
- msgid "Organization name"
1575
- msgstr "조직 이름 "
1576
-
1577
- #: ../lib/hammer_cli_foreman/id_resolver.rb:50
1578
- msgid "Operating system title"
1579
- msgstr "운영 체제 제목 "
1580
-
1581
- #: ../lib/hammer_cli_foreman/id_resolver.rb:52
1582
- msgid "Partition table name"
1583
- msgstr "파티션 테이블 이름 "
1584
-
1585
- #: ../lib/hammer_cli_foreman/id_resolver.rb:53
1586
- msgid "Proxy name"
1587
- msgstr "프록시 이름 "
1588
-
1589
- #: ../lib/hammer_cli_foreman/id_resolver.rb:54
1590
- msgid "Puppet class name"
1591
- msgstr "Puppet 클래스 이름 "
1592
-
1593
- #: ../lib/hammer_cli_foreman/id_resolver.rb:55
1594
- msgid "Report name"
1595
- msgstr "보고서 이름 "
1596
-
1597
- #: ../lib/hammer_cli_foreman/id_resolver.rb:56
1598
- msgid "User role name"
1599
- msgstr "사용자 역할 이름 "
1600
-
1601
- #: ../lib/hammer_cli_foreman/id_resolver.rb:57
1602
- msgid "Setting name"
1603
- msgstr "설정 이름"
1604
-
1605
- #: ../lib/hammer_cli_foreman/id_resolver.rb:58
1606
- msgid "Subnet name"
1607
- msgstr "서브넷 이름 "
1608
-
1609
- #: ../lib/hammer_cli_foreman/id_resolver.rb:60
1610
- msgid "User's login to search by"
1611
- msgstr "검색할 사용자 로그인 "
1612
-
1613
- #: ../lib/hammer_cli_foreman/id_resolver.rb:61
1614
- msgid "Common parameter name"
1615
- msgstr "일반적인 매개 변수 이름 "
1616
-
1617
- #: ../lib/hammer_cli_foreman/id_resolver.rb:62
1618
- msgid "Smart class parameter name"
1619
- msgstr "스마트 클래스 매개 변수 이름 "
1620
-
1621
- #: ../lib/hammer_cli_foreman/id_resolver.rb:63
1622
- #: ../lib/hammer_cli_foreman/smart_variable.rb:50
1623
- #: ../lib/hammer_cli_foreman/smart_variable.rb:113
1624
- msgid "Smart variable name"
1625
- msgstr "스마트 변수 이름"
1626
-
1627
- #: ../lib/hammer_cli_foreman/id_resolver.rb:65
1628
- msgid "Name to search by"
1629
- msgstr "검색할 이름 "
1630
-
1631
- #: ../lib/hammer_cli_foreman/id_resolver.rb:153
1632
- #: ../lib/hammer_cli_foreman/id_resolver.rb:161
1633
- msgid "one of %s not found"
1634
- msgstr "%s 중 하나를 찾을 수 없습니다 "
1635
-
1636
- #: ../lib/hammer_cli_foreman/id_resolver.rb:208
1637
- msgid "%s not found"
1638
- msgstr "%s을(를) 찾을 수 없음 "
1639
-
1640
- #: ../lib/hammer_cli_foreman/id_resolver.rb:209
1641
- msgid "found more than one %s"
1642
- msgstr "%s이(가) 둘 이상 있습니다"
1643
-
1644
- #: ../lib/hammer_cli_foreman/id_resolver.rb:220
1645
- msgid "Missing options to search %s"
1646
- msgstr "%s의 검색에 누락된 옵션 "
1647
-
1648
- #: ../lib/hammer_cli_foreman/image.rb:8
1649
- msgid "View and manage compute resource's images"
1650
- msgstr "컴퓨터 리소스의 이미지 보기 및 관리 "
1651
-
1652
- #: ../lib/hammer_cli_foreman/image.rb:32
1653
- #: ../lib/hammer_cli_foreman/interface.rb:59
1654
- msgid "Username"
1655
- msgstr "사용자 이름 "
1656
-
1657
- #: ../lib/hammer_cli_foreman/image.rb:46
1658
- msgid "IAM role"
1659
- msgstr "IAM 역할 "
1660
-
1661
- #: ../lib/hammer_cli_foreman/image.rb:56
1662
- msgid "Show images available for addition"
1663
- msgstr "추가할 수 있는 이미지 표시 "
1664
-
1665
- #: ../lib/hammer_cli_foreman/image.rb:81
1666
- msgid "Image created"
1667
- msgstr "이미지가 생성되었습니다 "
1668
-
1669
- #: ../lib/hammer_cli_foreman/image.rb:82
1670
- msgid "Could not create the image"
1671
- msgstr "이미지를 생성할 수 없습니다 "
1672
-
1673
- #: ../lib/hammer_cli_foreman/image.rb:90
1674
- msgid "Image updated"
1675
- msgstr "이미지가 업데이트되었습니다 "
1676
-
1677
- #: ../lib/hammer_cli_foreman/image.rb:91
1678
- msgid "Could not update the image"
1679
- msgstr "이미지를 업데이트할 수 없습니다 "
1680
-
1681
- #: ../lib/hammer_cli_foreman/image.rb:99
1682
- msgid "Image deleted"
1683
- msgstr "이미지가 삭제되었습니다 "
1684
-
1685
- #: ../lib/hammer_cli_foreman/image.rb:100
1686
- msgid "Could not delete the image"
1687
- msgstr "이미지를 삭제할 수 없습니다 "
1688
-
1689
- #: ../lib/hammer_cli_foreman/interface.rb:6
1690
- msgid "View and manage host's network interfaces"
1691
- msgstr "호스트의 네트워크 인터페이스 보기 및 관리"
1692
-
1693
- #: ../lib/hammer_cli_foreman/interface.rb:10
1694
- msgid "primary"
1695
- msgstr "주요"
1696
-
1697
- #: ../lib/hammer_cli_foreman/interface.rb:11
1698
- msgid "provision"
1699
- msgstr "프로비저닝 "
1700
-
1701
- #: ../lib/hammer_cli_foreman/interface.rb:28
1702
- #: ../lib/hammer_cli_foreman/interface.rb:48
1703
- msgid "DNS name"
1704
- msgstr "DNS 이름 "
1705
-
1706
- #: ../lib/hammer_cli_foreman/interface.rb:52
1707
- msgid "Primary"
1708
- msgstr "주요"
1709
-
1710
- #: ../lib/hammer_cli_foreman/interface.rb:53
1711
- msgid "Provision"
1712
- msgstr "프로비저닝 "
1713
-
1714
- #: ../lib/hammer_cli_foreman/interface.rb:54
1715
- msgid "Virtual"
1716
- msgstr "가상 "
1717
-
1718
- #: ../lib/hammer_cli_foreman/interface.rb:55
1719
- msgid "Tag"
1720
- msgstr "태그"
1721
-
1722
- #: ../lib/hammer_cli_foreman/interface.rb:56
1723
- msgid "Attached to"
1724
- msgstr "다음에 연결됨"
1725
-
1726
- #: ../lib/hammer_cli_foreman/interface.rb:58
1727
- msgid "BMC"
1728
- msgstr "BMC"
1729
-
1730
- #: ../lib/hammer_cli_foreman/interface.rb:63
1731
- msgid "Bond"
1732
- msgstr "본딩"
1733
-
1734
- #: ../lib/hammer_cli_foreman/interface.rb:64
1735
- msgid "Mode"
1736
- msgstr "모드"
1737
-
1738
- #: ../lib/hammer_cli_foreman/interface.rb:65
1739
- msgid "Attached devices"
1740
- msgstr "연결된 장치"
1741
-
1742
- #: ../lib/hammer_cli_foreman/interface.rb:66
1743
- msgid "Bond options"
1744
- msgstr "본드 옵션"
1745
-
1746
- #: ../lib/hammer_cli_foreman/interface.rb:77
1747
- msgid ""
1748
- "Should this interface be used for constructing the FQDN of the host? Each "
1749
- "managed hosts needs to have one primary interface."
1750
- msgstr "호스트의 FQDN을 구성하는 데 이 인터페이스를 사용하시겠습니까? 관리형 호스트마다 기본 인터페이스가 하나씩 필요합니다."
1751
-
1752
- #: ../lib/hammer_cli_foreman/interface.rb:78
1753
- msgid ""
1754
- "Should this interface be used for TFTP of PXELinux (or SSH for image-based "
1755
- "hosts)? Each managed hosts needs to have one provision interface."
1756
- msgstr "이 인터페이스를 PXELinux의 TFTP(또는 이미지 기반 호스트의 SSH)에 사용하시겠습니까? 관리형 호스트마다 프로비저닝 인터페이스가 하나씩 필요합니다."
1757
-
1758
- #: ../lib/hammer_cli_foreman/interface.rb:128
1759
- msgid "Interface created"
1760
- msgstr "인터페이스가 생성되었습니다"
1761
-
1762
- #: ../lib/hammer_cli_foreman/interface.rb:129
1763
- msgid "Could not create the interface"
1764
- msgstr "인터페이스를 생성할 수 없습니다"
1765
-
1766
- #: ../lib/hammer_cli_foreman/interface.rb:131
1767
- #: ../lib/hammer_cli_foreman/interface.rb:144
1768
- msgid "Compute resource specific attributes."
1769
- msgstr "컴퓨팅 리소스별 속성입니다."
1770
-
1771
- #: ../lib/hammer_cli_foreman/interface.rb:141
1772
- msgid "Interface updated"
1773
- msgstr "인터페이스가 업데이트되었습니다"
1774
-
1775
- #: ../lib/hammer_cli_foreman/interface.rb:142
1776
- msgid "Could not update the interface"
1777
- msgstr "인터페이스를 업데이트할 수 없습니다"
1778
-
1779
- #: ../lib/hammer_cli_foreman/interface.rb:154
1780
- msgid "Interface deleted"
1781
- msgstr "인터페이스가 삭제되었습니다"
1782
-
1783
- #: ../lib/hammer_cli_foreman/interface.rb:155
1784
- msgid "Could not delete the interface"
1785
- msgstr "인터페이스를 삭제할 수 없습니다"
1786
-
1787
- #: ../lib/hammer_cli_foreman/location.rb:25
1788
- #: ../lib/hammer_cli_foreman/location.rb:64
1789
- #: ../lib/hammer_cli_foreman/location.rb:76
1790
- msgid "Location numeric id to search by"
1791
- msgstr "검색 대상 위치의 숫자로된 ID "
1792
-
1793
- #: ../lib/hammer_cli_foreman/location.rb:28
1794
- #: ../lib/hammer_cli_foreman/organization.rb:28
1795
- msgid "Parent"
1796
- msgstr ""
1797
-
1798
- #: ../lib/hammer_cli_foreman/location.rb:39
1799
- #: ../lib/hammer_cli_foreman/references.rb:18
1800
- msgid "Organizations"
1801
- msgstr "조직 "
1802
-
1803
- #: ../lib/hammer_cli_foreman/location.rb:54
1804
- msgid "Location created"
1805
- msgstr "위치가 생성되었습니다 "
1806
-
1807
- #: ../lib/hammer_cli_foreman/location.rb:55
1808
- msgid "Could not create the location"
1809
- msgstr "위치를 생성할 수 없습니다 "
1810
-
1811
- #: ../lib/hammer_cli_foreman/location.rb:66
1812
- msgid "Location updated"
1813
- msgstr "위치가 업데이트되었습니다 "
1814
-
1815
- #: ../lib/hammer_cli_foreman/location.rb:67
1816
- msgid "Could not update the location"
1817
- msgstr "위치를 업데이트할 수 없습니다 "
1818
-
1819
- #: ../lib/hammer_cli_foreman/location.rb:78
1820
- msgid "Location deleted"
1821
- msgstr "위치가 삭제되었습니다 "
1822
-
1823
- #: ../lib/hammer_cli_foreman/location.rb:79
1824
- msgid "Could not delete the location"
1825
- msgstr "위치를 삭제할 수 없습니다 "
1826
-
1827
- #: ../lib/hammer_cli_foreman/location.rb:88
1828
- msgid "Create or update parameter for a location."
1829
- msgstr "위치의 매개 변수를 생성 또는 업데이트합니다."
1830
-
1831
- #: ../lib/hammer_cli_foreman/location.rb:90
1832
- #: ../lib/hammer_cli_foreman/organization.rb:91
1833
- msgid "Parameter [%{name}] updated to value [%{value}]"
1834
- msgstr "매개 변수 [%{name}]이(가) 값 [%{value}](으)로 업데이트되었습니다"
1835
-
1836
- #: ../lib/hammer_cli_foreman/location.rb:91
1837
- #: ../lib/hammer_cli_foreman/organization.rb:92
1838
- msgid "Parameter [%{name}] created with value [%{value}]"
1839
- msgstr "매개 변수 [%{name}]이(가) 값 [%{value}](으)로 생성되었습니다"
1840
-
1841
- #: ../lib/hammer_cli_foreman/location.rb:92
1842
- msgid "Could not set location parameter"
1843
- msgstr "위치 매개 변수를 설정할 수 없습니다"
1844
-
1845
- #: ../lib/hammer_cli_foreman/location.rb:99
1846
- msgid "Delete parameter for a location."
1847
- msgstr "위치의 매개 변수를 삭제합니다."
1848
-
1849
- #: ../lib/hammer_cli_foreman/location.rb:101
1850
- #: ../lib/hammer_cli_foreman/organization.rb:102
1851
- msgid "Parameter [%{name}] deleted"
1852
- msgstr "매개 변수 [%{name}]이(가) 삭제되었습니다"
1853
-
1854
- #: ../lib/hammer_cli_foreman/location.rb:102
1855
- msgid "Could not delete location parameter"
1856
- msgstr "위치 매개 변수를 삭제할 수 없습니다"
1857
-
1858
- #: ../lib/hammer_cli_foreman/media.rb:11
1859
- msgid "Path"
1860
- msgstr "경로"
1861
-
1862
- #: ../lib/hammer_cli_foreman/media.rb:20
1863
- #: ../lib/hammer_cli_foreman/partition_table.rb:12
1864
- msgid "OS Family"
1865
- msgstr "OS 제품군 "
1866
-
1867
- #: ../lib/hammer_cli_foreman/media.rb:32
1868
- msgid "Installation medium created"
1869
- msgstr "설치 미디어가 생성되었습니다 "
1870
-
1871
- #: ../lib/hammer_cli_foreman/media.rb:33
1872
- msgid "Could not create the installation medium"
1873
- msgstr "설치 미디어를 생성할 수 없습니다 "
1874
-
1875
- #: ../lib/hammer_cli_foreman/media.rb:41
1876
- msgid "Installation medium updated"
1877
- msgstr "설치 미디어가 업데이트되었습니다 "
1878
-
1879
- #: ../lib/hammer_cli_foreman/media.rb:42
1880
- msgid "Could not update the installation media"
1881
- msgstr "설치 미디어를 업데이트할 수 없습니다 "
1882
-
1883
- #: ../lib/hammer_cli_foreman/media.rb:50
1884
- msgid "Installation medium deleted"
1885
- msgstr "설치 미디어가 삭제되었습니다 "
1886
-
1887
- #: ../lib/hammer_cli_foreman/media.rb:51
1888
- msgid "Could not delete the installation media"
1889
- msgstr "설치 미디어를 삭제할 수 없습니다 "
1890
-
1891
- #: ../lib/hammer_cli_foreman/model.rb:12
1892
- msgid "Vendor class"
1893
- msgstr "벤더 클래스 "
1894
-
1895
- #: ../lib/hammer_cli_foreman/model.rb:13
1896
- msgid "HW model"
1897
- msgstr "HW 모델 "
1898
-
1899
- #: ../lib/hammer_cli_foreman/model.rb:22
1900
- msgid "Info"
1901
- msgstr "정보 "
1902
-
1903
- #: ../lib/hammer_cli_foreman/model.rb:31
1904
- msgid "Hardware model created"
1905
- msgstr "하드웨어 모델이 생성되었습니다 "
1906
-
1907
- #: ../lib/hammer_cli_foreman/model.rb:32
1908
- msgid "Could not create the hardware model"
1909
- msgstr "하드웨어 모델을 생성할 수 없습니다 "
1910
-
1911
- #: ../lib/hammer_cli_foreman/model.rb:38
1912
- msgid "Hardware model deleted"
1913
- msgstr "하드웨어 모델이 삭제되었습니다 "
1914
-
1915
- #: ../lib/hammer_cli_foreman/model.rb:39
1916
- msgid "Could not delete the hardware model"
1917
- msgstr "하드웨어 모델을 삭제할 수 없습니다 "
1918
-
1919
- #: ../lib/hammer_cli_foreman/model.rb:46
1920
- msgid "Hardware model updated"
1921
- msgstr "하드웨어 모델이 업데이트되었습니다 "
1922
-
1923
- #: ../lib/hammer_cli_foreman/model.rb:47
1924
- msgid "Could not update the hardware model"
1925
- msgstr "하드웨어 모델을 업데이트할 수 없습니다 "
1926
-
1927
- #: ../lib/hammer_cli_foreman/operating_system.rb:12
1928
- msgid "Release name"
1929
- msgstr "릴리즈 이름 "
1930
-
1931
- #: ../lib/hammer_cli_foreman/operating_system.rb:13
1932
- msgid "Family"
1933
- msgstr "제품군 "
1934
-
1935
- #: ../lib/hammer_cli_foreman/operating_system.rb:23
1936
- msgid "Major version"
1937
- msgstr "주요 버전 "
1938
-
1939
- #: ../lib/hammer_cli_foreman/operating_system.rb:24
1940
- msgid "Minor version"
1941
- msgstr "마이너 버전 "
1942
-
1943
- #: ../lib/hammer_cli_foreman/operating_system.rb:25
1944
- msgid "Partition tables"
1945
- msgstr "파티션 테이블 "
1946
-
1947
- #: ../lib/hammer_cli_foreman/operating_system.rb:28
1948
- msgid "Default templates"
1949
- msgstr "기본값 템플릿 "
1950
-
1951
- #: ../lib/hammer_cli_foreman/operating_system.rb:31
1952
- msgid "Architectures"
1953
- msgstr "아키텍처 "
1954
-
1955
- #: ../lib/hammer_cli_foreman/operating_system.rb:44
1956
- msgid "Operating system created"
1957
- msgstr "운영 체제가 생성되었습니다 "
1958
-
1959
- #: ../lib/hammer_cli_foreman/operating_system.rb:45
1960
- msgid "Could not create the operating system"
1961
- msgstr "운영 체제를 생성할 수 없습니다 "
1962
-
1963
- #: ../lib/hammer_cli_foreman/operating_system.rb:52
1964
- msgid "Operating system updated"
1965
- msgstr "운영 체제가 업데이트되었습니다 "
1966
-
1967
- #: ../lib/hammer_cli_foreman/operating_system.rb:53
1968
- msgid "Could not update the operating system"
1969
- msgstr "운영 체제를 업데이트할 수 없습니다 "
1970
-
1971
- #: ../lib/hammer_cli_foreman/operating_system.rb:60
1972
- msgid "Operating system deleted"
1973
- msgstr "운영 체제가 삭제되었습니다 "
1974
-
1975
- #: ../lib/hammer_cli_foreman/operating_system.rb:61
1976
- msgid "Could not delete the operating system"
1977
- msgstr "운영 체제를 삭제할 수 없습니다 "
1978
-
1979
- #: ../lib/hammer_cli_foreman/operating_system.rb:68
1980
- msgid "Create or update parameter for an operating system."
1981
- msgstr "운영 체제의 매개 변수를 생성 또는 업데이트합니다. "
1982
-
1983
- #: ../lib/hammer_cli_foreman/operating_system.rb:70
1984
- msgid "Operating system parameter updated"
1985
- msgstr "운영 체제 매개 변수가 업데이트되었습니다 "
1986
-
1987
- #: ../lib/hammer_cli_foreman/operating_system.rb:71
1988
- msgid "New operating system parameter created"
1989
- msgstr "새 운영 체제 매개 변수가 생성되었습니다 "
1990
-
1991
- #: ../lib/hammer_cli_foreman/operating_system.rb:72
1992
- msgid "Could not set operating system parameter"
1993
- msgstr "운영 체제 매개 변수를 설정할 수 없습니다 "
1994
-
1995
- #: ../lib/hammer_cli_foreman/operating_system.rb:84
1996
- msgid "Delete parameter for an operating system."
1997
- msgstr "운영 체제의 매개변수를 삭제합니다. "
1998
-
1999
- #: ../lib/hammer_cli_foreman/operating_system.rb:86
2000
- msgid "operating system parameter deleted"
2001
- msgstr "운영 체제 매개 변수가 삭제되었습니다 "
2002
-
2003
- #: ../lib/hammer_cli_foreman/operating_system.rb:101
2004
- #: ../lib/hammer_cli_foreman/operating_system.rb:167
2005
- msgid "operatingsystem id"
2006
- msgstr "운영 체제 ID "
2007
-
2008
- #: ../lib/hammer_cli_foreman/operating_system.rb:102
2009
- msgid "config template id to be set"
2010
- msgstr "설정할 설정 템플릿 ID "
2011
-
2012
- #: ../lib/hammer_cli_foreman/operating_system.rb:105
2013
- msgid ""
2014
- "[%{config_template_name}] was set as default %{template_kind_name} template"
2015
- msgstr "[%{config_template_name}]이(가) 기본값 %{template_kind_name} 템플릿으로 설정되었습니다 "
2016
-
2017
- #: ../lib/hammer_cli_foreman/operating_system.rb:106
2018
- msgid "Could not set the os default template"
2019
- msgstr "os 기본값 템플릿을 설정할 수 없습니다 "
2020
-
2021
- #: ../lib/hammer_cli_foreman/operating_system.rb:168
2022
- msgid "Type of the config template"
2023
- msgstr "설정 템플릿 유형 "
2024
-
2025
- #: ../lib/hammer_cli_foreman/operating_system.rb:170
2026
- msgid "Default template deleted"
2027
- msgstr "기본값 템플릿이 삭제되었습니다 "
2028
-
2029
- #: ../lib/hammer_cli_foreman/operating_system.rb:171
2030
- msgid "Could not delete the default template"
2031
- msgstr "기본값 템플릿을 삭제할 수 없습니다 "
2032
-
2033
- #: ../lib/hammer_cli_foreman/operating_system.rb:178
2034
- msgid "Default template of type %s not found"
2035
- msgstr "유형 %s의 기본 템플릿을 찾을 수 없습니다 "
2036
-
2037
- #: ../lib/hammer_cli_foreman/organization.rb:39
2038
- #: ../lib/hammer_cli_foreman/references.rb:15
2039
- msgid "Locations"
2040
- msgstr "위치 "
2041
-
2042
- #: ../lib/hammer_cli_foreman/organization.rb:55
2043
- msgid "Organization created"
2044
- msgstr "조직이 생성되었습니다 "
2045
-
2046
- #: ../lib/hammer_cli_foreman/organization.rb:56
2047
- msgid "Could not create the organization"
2048
- msgstr "조직을 생성할 수 없습니다 "
2049
-
2050
- #: ../lib/hammer_cli_foreman/organization.rb:67
2051
- msgid "Organization updated"
2052
- msgstr "조직이 업데이트되었습니다 "
2053
-
2054
- #: ../lib/hammer_cli_foreman/organization.rb:68
2055
- msgid "Could not update the organization"
2056
- msgstr "조직을 업데이트할 수 없습니다 "
2057
-
2058
- #: ../lib/hammer_cli_foreman/organization.rb:79
2059
- msgid "Organization deleted"
2060
- msgstr "조직이 삭제되었습니다 "
2061
-
2062
- #: ../lib/hammer_cli_foreman/organization.rb:80
2063
- msgid "Could not delete the organization"
2064
- msgstr "조직을 삭제할 수 없습니다 "
2065
-
2066
- #: ../lib/hammer_cli_foreman/organization.rb:89
2067
- msgid "Create or update parameter for an organization."
2068
- msgstr "조직의 매개 변수를 생성하거나 업데이트합니다."
2069
-
2070
- #: ../lib/hammer_cli_foreman/organization.rb:93
2071
- msgid "Could not set organization parameter"
2072
- msgstr "조직 매개 변수를 설정할 수 없습니다"
2073
-
2074
- #: ../lib/hammer_cli_foreman/organization.rb:100
2075
- msgid "Delete parameter for an organization."
2076
- msgstr "조직의 매개 변수를 삭제합니다."
2077
-
2078
- #: ../lib/hammer_cli_foreman/organization.rb:103
2079
- msgid "Could not delete organization parameter"
2080
- msgstr "조직 매개 변수를 삭제할 수 없습니다"
2081
-
2082
- #: ../lib/hammer_cli_foreman/partition_table.rb:21
2083
- #: ../lib/hammer_cli_foreman/template.rb:48
2084
- msgid "Locked"
2085
- msgstr ""
2086
-
2087
- #: ../lib/hammer_cli_foreman/partition_table.rb:32
2088
- msgid "View partition table content."
2089
- msgstr "파티션 테이블 내용을 표시합니다. "
2090
-
2091
- #: ../lib/hammer_cli_foreman/partition_table.rb:44
2092
- #: ../lib/hammer_cli_foreman/partition_table.rb:55
2093
- msgid "Path to a file that contains the partition layout"
2094
- msgstr "파티션 레이아웃이 들어 있는 파일로의 경로 "
2095
-
2096
- #: ../lib/hammer_cli_foreman/partition_table.rb:47
2097
- msgid "Partition table created"
2098
- msgstr "파티션 테이블이 생성되었습니다 "
2099
-
2100
- #: ../lib/hammer_cli_foreman/partition_table.rb:48
2101
- msgid "Could not create the partition table"
2102
- msgstr "파티션 테이블을 생성할 수 없습니다 "
2103
-
2104
- #: ../lib/hammer_cli_foreman/partition_table.rb:58
2105
- msgid "Partition table updated"
2106
- msgstr "파티션 테이블이 업데이트되었습니다 "
2107
-
2108
- #: ../lib/hammer_cli_foreman/partition_table.rb:59
2109
- msgid "Could not update the partition table"
2110
- msgstr "파티션 테이블을 업데이트할 수 없습니다 "
2111
-
2112
- #: ../lib/hammer_cli_foreman/partition_table.rb:66
2113
- msgid "Partition table deleted"
2114
- msgstr "파티션 테이블이 삭제되었습니다 "
2115
-
2116
- #: ../lib/hammer_cli_foreman/partition_table.rb:67
2117
- msgid "Could not delete the partition table"
2118
- msgstr "파티션 테이블을 삭제할 수 없습니다 "
2119
-
2120
- #: ../lib/hammer_cli_foreman/puppet_class.rb:34
2121
- msgid "Smart variables"
2122
- msgstr "스마트 매개 변수 "
2123
-
2124
- #: ../lib/hammer_cli_foreman/puppet_class.rb:35
2125
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:10
2126
- msgid "Parameter"
2127
- msgstr "매개 변수 "
2128
-
2129
- #: ../lib/hammer_cli_foreman/puppet_class.rb:36
2130
- msgid "Default value"
2131
- msgstr "기본값 "
2132
-
2133
- #: ../lib/hammer_cli_foreman/puppet_class.rb:38
2134
- msgid "Smart class parameters"
2135
- msgstr "스마트 클래스 매개 변수 "
2136
-
2137
- #: ../lib/hammer_cli_foreman/realm.rb:18
2138
- msgid "Realm proxy id"
2139
- msgstr ""
2140
-
2141
- #: ../lib/hammer_cli_foreman/realm.rb:19
2142
- msgid "Realm type"
2143
- msgstr ""
2144
-
2145
- #: ../lib/hammer_cli_foreman/realm.rb:29
2146
- msgid "Realm [%{name}] created"
2147
- msgstr ""
2148
-
2149
- #: ../lib/hammer_cli_foreman/realm.rb:30
2150
- msgid "Could not create the realm"
2151
- msgstr ""
2152
-
2153
- #: ../lib/hammer_cli_foreman/realm.rb:37
2154
- msgid "Realm [%{name}] updated"
2155
- msgstr ""
2156
-
2157
- #: ../lib/hammer_cli_foreman/realm.rb:38
2158
- msgid "Could not update the realm"
2159
- msgstr ""
2160
-
2161
- #: ../lib/hammer_cli_foreman/realm.rb:45
2162
- msgid "Realm [%{name}] deleted"
2163
- msgstr ""
2164
-
2165
- #: ../lib/hammer_cli_foreman/realm.rb:46
2166
- msgid "Could not delete the realm"
2167
- msgstr ""
2168
-
2169
- #: ../lib/hammer_cli_foreman/references.rb:8
2170
- msgid "Created at"
2171
- msgstr "생성 일시 "
2172
-
2173
- #: ../lib/hammer_cli_foreman/references.rb:9
2174
- msgid "Updated at"
2175
- msgstr "업데이트 일시 "
2176
-
2177
- #: ../lib/hammer_cli_foreman/references.rb:26
2178
- msgid "Users"
2179
- msgstr "사용자 "
2180
-
2181
- #: ../lib/hammer_cli_foreman/references.rb:34
2182
- msgid "User groups"
2183
- msgstr "사용자 그룹 "
2184
-
2185
- #: ../lib/hammer_cli_foreman/references.rb:42
2186
- msgid "Smart proxies"
2187
- msgstr "스마트 프록시 "
2188
-
2189
- #: ../lib/hammer_cli_foreman/references.rb:50
2190
- msgid "Compute resources"
2191
- msgstr "컴퓨터 리소스 "
2192
-
2193
- #: ../lib/hammer_cli_foreman/references.rb:58
2194
- msgid "Installation media"
2195
- msgstr "설치 미디어 "
2196
-
2197
- #: ../lib/hammer_cli_foreman/references.rb:66
2198
- msgid "Templates"
2199
- msgstr "템플릿 "
2200
-
2201
- #: ../lib/hammer_cli_foreman/references.rb:74
2202
- msgid "Domains"
2203
- msgstr "도메인 "
2204
-
2205
- #: ../lib/hammer_cli_foreman/references.rb:82
2206
- msgid "Environments"
2207
- msgstr "환경 "
2208
-
2209
- #: ../lib/hammer_cli_foreman/references.rb:90
2210
- msgid "Hostgroups"
2211
- msgstr "호스트 그룹 "
2212
-
2213
- #: ../lib/hammer_cli_foreman/references.rb:98
2214
- msgid "Subnets"
2215
- msgstr "서브넷 "
2216
-
2217
- #: ../lib/hammer_cli_foreman/references.rb:107
2218
- msgid "Parameters"
2219
- msgstr "매개 변수 "
2220
-
2221
- #: ../lib/hammer_cli_foreman/references.rb:115
2222
- msgid "Puppetclasses"
2223
- msgstr "Puppet 클래스 "
2224
-
2225
- #: ../lib/hammer_cli_foreman/references.rb:123
2226
- msgid "Operating systems"
2227
- msgstr "운영 체제 "
2228
-
2229
- #: ../lib/hammer_cli_foreman/references.rb:131
2230
- msgid "Roles"
2231
- msgstr "역할 "
2232
-
2233
- #: ../lib/hammer_cli_foreman/references.rb:139
2234
- msgid "External user groups"
2235
- msgstr "외부 사용자 그룹 "
2236
-
2237
- #: ../lib/hammer_cli_foreman/report.rb:14
2238
- #: ../lib/hammer_cli_foreman/report.rb:35
2239
- msgid "Applied"
2240
- msgstr "적용됨 "
2241
-
2242
- #: ../lib/hammer_cli_foreman/report.rb:15
2243
- #: ../lib/hammer_cli_foreman/report.rb:36
2244
- msgid "Restarted"
2245
- msgstr "다시 시작됨 "
2246
-
2247
- #: ../lib/hammer_cli_foreman/report.rb:16
2248
- #: ../lib/hammer_cli_foreman/report.rb:37
2249
- msgid "Failed"
2250
- msgstr "실패 "
2251
-
2252
- #: ../lib/hammer_cli_foreman/report.rb:17
2253
- #: ../lib/hammer_cli_foreman/report.rb:38
2254
- msgid "Restart Failures"
2255
- msgstr "다시 시작 실패 "
2256
-
2257
- #: ../lib/hammer_cli_foreman/report.rb:18
2258
- #: ../lib/hammer_cli_foreman/report.rb:39
2259
- msgid "Skipped"
2260
- msgstr "건너 뛰기 "
2261
-
2262
- #: ../lib/hammer_cli_foreman/report.rb:19
2263
- #: ../lib/hammer_cli_foreman/report.rb:40
2264
- msgid "Pending"
2265
- msgstr "보류 중 "
2266
-
2267
- #: ../lib/hammer_cli_foreman/report.rb:32
2268
- msgid "Reported at"
2269
- msgstr "보고 "
2270
-
2271
- #: ../lib/hammer_cli_foreman/report.rb:33
2272
- msgid "Report status"
2273
- msgstr "보고서 상태 "
2274
-
2275
- #: ../lib/hammer_cli_foreman/report.rb:43
2276
- msgid "Report metrics"
2277
- msgstr "보고서 메트릭스 "
2278
-
2279
- #: ../lib/hammer_cli_foreman/report.rb:46
2280
- msgid "config_retrieval"
2281
- msgstr "config_retrieval"
2282
-
2283
- #: ../lib/hammer_cli_foreman/report.rb:47
2284
- msgid "exec"
2285
- msgstr "exec"
2286
-
2287
- #: ../lib/hammer_cli_foreman/report.rb:48
2288
- msgid "file"
2289
- msgstr "파일 "
2290
-
2291
- #: ../lib/hammer_cli_foreman/report.rb:49
2292
- msgid "package"
2293
- msgstr "패키지 "
2294
-
2295
- #: ../lib/hammer_cli_foreman/report.rb:50
2296
- msgid "service"
2297
- msgstr "서비스 "
2298
-
2299
- #: ../lib/hammer_cli_foreman/report.rb:51
2300
- msgid "user"
2301
- msgstr "사용자 "
2302
-
2303
- #: ../lib/hammer_cli_foreman/report.rb:52
2304
- msgid "yumrepo"
2305
- msgstr "yumrepo"
2306
-
2307
- #: ../lib/hammer_cli_foreman/report.rb:53
2308
- msgid "filebucket"
2309
- msgstr "filebucket"
2310
-
2311
- #: ../lib/hammer_cli_foreman/report.rb:54
2312
- msgid "cron"
2313
- msgstr "cron"
2314
-
2315
- #: ../lib/hammer_cli_foreman/report.rb:55
2316
- msgid "total"
2317
- msgstr "합계 "
2318
-
2319
- #: ../lib/hammer_cli_foreman/report.rb:59
2320
- msgid "Logs"
2321
- msgstr "로그"
2322
-
2323
- #: ../lib/hammer_cli_foreman/report.rb:65
2324
- msgid "Message"
2325
- msgstr "메세지 "
2326
-
2327
- #: ../lib/hammer_cli_foreman/report.rb:76
2328
- msgid "Report has been deleted"
2329
- msgstr "보고서가 삭제되었습니다 "
2330
-
2331
- #: ../lib/hammer_cli_foreman/report.rb:77
2332
- msgid "Could not delete the report"
2333
- msgstr "보고서를 삭제할 수 없습니다 "
2334
-
2335
- #: ../lib/hammer_cli_foreman/resource_supported_test.rb:11
2336
- msgid "The server does not support such operation."
2337
- msgstr "서버가 이러한 동작을 지원하지 않습니다. "
2338
-
2339
- #: ../lib/hammer_cli_foreman/role.rb:20
2340
- msgid "Builtin"
2341
- msgstr "내장됨"
2342
-
2343
- #: ../lib/hammer_cli_foreman/role.rb:24
2344
- msgid "Yes"
2345
- msgstr "제공됨"
2346
-
2347
- #: ../lib/hammer_cli_foreman/role.rb:24
2348
- msgid "No"
2349
- msgstr "제공되지 않음"
2350
-
2351
- #: ../lib/hammer_cli_foreman/role.rb:36
2352
- msgid "User role id"
2353
- msgstr "사용자 역할 ID"
2354
-
2355
- #: ../lib/hammer_cli_foreman/role.rb:64
2356
- msgid "User role [%<name>s] created"
2357
- msgstr "사용자 역할 [%<name>s]이(가) 생성되었습니다 "
2358
-
2359
- #: ../lib/hammer_cli_foreman/role.rb:65
2360
- msgid "Could not create the user role"
2361
- msgstr "사용자 역할을 생성할 수 없습니다 "
2362
-
2363
- #: ../lib/hammer_cli_foreman/role.rb:72
2364
- msgid "User role [%<name>s] updated"
2365
- msgstr "사용자 역할 [%<name>s]이(가) 업데이트되었습니다 "
2366
-
2367
- #: ../lib/hammer_cli_foreman/role.rb:73
2368
- msgid "Could not update the user role"
2369
- msgstr "사용자 역할을 업데이트할 수 없습니다 "
2370
-
2371
- #: ../lib/hammer_cli_foreman/role.rb:80
2372
- msgid "User role [%<name>s] deleted"
2373
- msgstr "사용자 역할 [%<name>s]이(가) 삭제되었습니다 "
2374
-
2375
- #: ../lib/hammer_cli_foreman/role.rb:81
2376
- msgid "Could not delete the user roles"
2377
- msgstr "사용자 역할을 삭제할 수 없습니다 "
2378
-
2379
- #: ../lib/hammer_cli_foreman/settings.rb:28
2380
- msgid "Setting [%{name}] updated to [%{value}]"
2381
- msgstr "설정 [%{name}]이(가) [%{value}](으)로 업데이트되었습니다"
2382
-
2383
- #: ../lib/hammer_cli_foreman/settings.rb:29
2384
- msgid "Could not update the setting"
2385
- msgstr "설정을 업데이트할 수 없습니다"
2386
-
2387
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:11
2388
- #: ../lib/hammer_cli_foreman/smart_variable.rb:11
2389
- msgid "Default Value"
2390
- msgstr "기본값 "
2391
-
2392
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:12
2393
- msgid "Override"
2394
- msgstr "덮어쓰기 "
2395
-
2396
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:35
2397
- #: ../lib/hammer_cli_foreman/smart_variable.rb:27
2398
- msgid "Puppet class"
2399
- msgstr "Puppet 클래스 "
2400
-
2401
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:36
2402
- #: ../lib/hammer_cli_foreman/smart_variable.rb:28
2403
- msgid "Class Id"
2404
- msgstr "클래스 Id"
2405
-
2406
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61
2407
- #: ../lib/hammer_cli_foreman/smart_variable.rb:54
2408
- msgid "Hidden Value?"
2409
- msgstr ""
2410
-
2411
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62
2412
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:78
2413
- msgid "Use puppet default"
2414
- msgstr ""
2415
-
2416
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:63
2417
- msgid "Required"
2418
- msgstr "필수 "
2419
-
2420
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:65
2421
- #: ../lib/hammer_cli_foreman/smart_variable.rb:56
2422
- msgid "Validator"
2423
- msgstr "유효성 검사기 "
2424
-
2425
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:67
2426
- #: ../lib/hammer_cli_foreman/smart_variable.rb:58
2427
- msgid "Rule"
2428
- msgstr "규칙 "
2429
-
2430
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69
2431
- #: ../lib/hammer_cli_foreman/smart_variable.rb:60
2432
- msgid "Override values"
2433
- msgstr "값 덮어쓰기 "
2434
-
2435
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70
2436
- #: ../lib/hammer_cli_foreman/smart_variable.rb:61
2437
- msgid "Merge overrides"
2438
- msgstr "덮어쓰기 병합"
2439
-
2440
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71
2441
- #: ../lib/hammer_cli_foreman/smart_variable.rb:62
2442
- msgid "Merge default value"
2443
- msgstr "기본값 병합"
2444
-
2445
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72
2446
- #: ../lib/hammer_cli_foreman/smart_variable.rb:63
2447
- msgid "Avoid duplicates"
2448
- msgstr "중복 방지"
2449
-
2450
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73
2451
- #: ../lib/hammer_cli_foreman/smart_variable.rb:64
2452
- msgid "Order"
2453
- msgstr "순서"
2454
-
2455
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74
2456
- #: ../lib/hammer_cli_foreman/smart_variable.rb:65
2457
- msgid "Values"
2458
- msgstr "값"
2459
-
2460
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76
2461
- #: ../lib/hammer_cli_foreman/smart_variable.rb:67
2462
- msgid "Match"
2463
- msgstr "일치 "
2464
-
2465
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:105
2466
- msgid "Parameter updated"
2467
- msgstr "매개 변수가 업데이트되었습니다 "
2468
-
2469
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:106
2470
- msgid "Could not update the parameter"
2471
- msgstr "매개 변수를 업데이트할 수 없습니다 "
2472
-
2473
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:113
2474
- msgid "Override this parameter."
2475
- msgstr "매개 변수를 덮어쓰기합니다."
2476
-
2477
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:115
2478
- msgid "This parameter is required."
2479
- msgstr "매개 변수가 필요합니다. "
2480
-
2481
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
2482
- msgid "Type of the parameter."
2483
- msgstr "매개 변수 유형 "
2484
-
2485
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120
2486
- #: ../lib/hammer_cli_foreman/smart_variable.rb:93
2487
- #: ../lib/hammer_cli_foreman/smart_variable.rb:107
2488
- msgid "Type of the validator."
2489
- msgstr "유효성 검사 유형 "
2490
-
2491
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134
2492
- #: ../lib/hammer_cli_foreman/smart_variable.rb:126
2493
- msgid "Override value created"
2494
- msgstr "덮어쓰기 값이 생성되었습니다"
2495
-
2496
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135
2497
- #: ../lib/hammer_cli_foreman/smart_variable.rb:127
2498
- msgid "Could not create the override value"
2499
- msgstr ""
2500
-
2501
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:145
2502
- msgid "Cannot use --value when --use-puppet-default is true"
2503
- msgstr ""
2504
-
2505
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158
2506
- #: ../lib/hammer_cli_foreman/smart_variable.rb:139
2507
- msgid "Override value deleted"
2508
- msgstr "덮어쓰기 값이 삭제되었습니다"
2509
-
2510
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159
2511
- #: ../lib/hammer_cli_foreman/smart_variable.rb:140
2512
- msgid "Could not delete the override value"
2513
- msgstr "덮어쓰기 값을 삭제할 수 없습니다"
2514
-
2515
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:13
2516
- msgid "URL"
2517
- msgstr "URL"
2518
-
2519
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:14
2520
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:29
2521
- msgid "Features"
2522
- msgstr "기능 "
2523
-
2524
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:41
2525
- msgid "Smart proxy created"
2526
- msgstr "스마트 프록시가 생성되었습니다 "
2527
-
2528
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:42
2529
- msgid "Could not create the proxy"
2530
- msgstr "프록시를 생성할 수 없습니다 "
2531
-
2532
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:49
2533
- msgid "Smart proxy updated"
2534
- msgstr "스마트 프록시가 업데이트되었습니다 "
2535
-
2536
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:50
2537
- msgid "Could not update the proxy"
2538
- msgstr "프록시를 업데이트할 수 없습니다 "
2539
-
2540
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:57
2541
- msgid "Smart proxy deleted"
2542
- msgstr "스마트 프록시가 삭제되었습니다 "
2543
-
2544
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:58
2545
- msgid "Could not delete the proxy"
2546
- msgstr "프록시를 삭제할 수 없습니다 "
2547
-
2548
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:69
2549
- msgid "Puppet classes were imported"
2550
- msgstr "Puppet 클래스를 가져오기했습니다 "
2551
-
2552
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:70
2553
- msgid "Import of puppet classes failed"
2554
- msgstr "Puppet 클래스 가져오기를 실패했습니다 "
2555
-
2556
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:72
2557
- msgid "Do not run the import"
2558
- msgstr "가져오기를 실행하지 않습니다 "
2559
-
2560
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:92
2561
- msgid "Smart proxy features were refreshed"
2562
- msgstr "스마트 프록시 기능을 새로고침했습니다 "
2563
-
2564
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:93
2565
- msgid "Refresh of smart proxy features failed"
2566
- msgstr "스마트 프록시 기능 새로 고침을 실패했습니다 "
2567
-
2568
- #: ../lib/hammer_cli_foreman/smart_variable.rb:10
2569
- msgid "Variable"
2570
- msgstr ""
2571
-
2572
- #: ../lib/hammer_cli_foreman/smart_variable.rb:50
2573
- #: ../lib/hammer_cli_foreman/smart_variable.rb:113
2574
- msgid "Use --variable instead"
2575
- msgstr ""
2576
-
2577
- #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2578
- msgid "Smart variable [%{variable}] created"
2579
- msgstr "스마트 변수 [%{variable}]이(가) 생성되었습니다"
2580
-
2581
- #: ../lib/hammer_cli_foreman/smart_variable.rb:86
2582
- msgid "Could not create the smart variable"
2583
- msgstr "스마트 변수를 생성할 수 없습니다"
2584
-
2585
- #: ../lib/hammer_cli_foreman/smart_variable.rb:90
2586
- #: ../lib/hammer_cli_foreman/smart_variable.rb:104
2587
- msgid "Type of the variable."
2588
- msgstr "변수의 유형입니다."
2589
-
2590
- #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2591
- msgid "Smart variable [%{variable}] updated"
2592
- msgstr "스마트 변수 [%{variable}]이(가) 업데이트되었습니다"
2593
-
2594
- #: ../lib/hammer_cli_foreman/smart_variable.rb:100
2595
- msgid "Could not update the smart variable"
2596
- msgstr "스마트 변수를 업데이트할 수 없습니다"
2597
-
2598
- #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2599
- msgid "Smart variable [%{variable}] deleted"
2600
- msgstr "스마트 변수 [%{variable}]이(가) 삭제되었습니다"
2601
-
2602
- #: ../lib/hammer_cli_foreman/smart_variable.rb:116
2603
- msgid "Could not delete the smart variable"
2604
- msgstr "스마트 변수를 삭제할 수 없습니다"
2605
-
2606
- #: ../lib/hammer_cli_foreman/subnet.rb:13
2607
- msgid "Mask"
2608
- msgstr "마스크 "
2609
-
2610
- #: ../lib/hammer_cli_foreman/subnet.rb:23
2611
- msgid "Priority"
2612
- msgstr "우선 순위 "
2613
-
2614
- #: ../lib/hammer_cli_foreman/subnet.rb:24
2615
- msgid "DNS"
2616
- msgstr "DNS"
2617
-
2618
- #: ../lib/hammer_cli_foreman/subnet.rb:25
2619
- msgid "Primary DNS"
2620
- msgstr "1차 DNS"
2621
-
2622
- #: ../lib/hammer_cli_foreman/subnet.rb:26
2623
- msgid "Secondary DNS"
2624
- msgstr "2차 DNS"
2625
-
2626
- #: ../lib/hammer_cli_foreman/subnet.rb:27
2627
- msgid "TFTP"
2628
- msgstr "TFTP"
2629
-
2630
- #: ../lib/hammer_cli_foreman/subnet.rb:28
2631
- msgid "DHCP"
2632
- msgstr "DHCP"
2633
-
2634
- #: ../lib/hammer_cli_foreman/subnet.rb:29
2635
- msgid "IPAM"
2636
- msgstr "IPAM"
2637
-
2638
- #: ../lib/hammer_cli_foreman/subnet.rb:30
2639
- msgid "VLAN ID"
2640
- msgstr "VLAN ID"
2641
-
2642
- #: ../lib/hammer_cli_foreman/subnet.rb:31
2643
- msgid "Gateway"
2644
- msgstr "케이트웨이"
2645
-
2646
- #: ../lib/hammer_cli_foreman/subnet.rb:32
2647
- msgid "From"
2648
- msgstr "부터 "
2649
-
2650
- #: ../lib/hammer_cli_foreman/subnet.rb:33
2651
- msgid "To"
2652
- msgstr "까지 "
2653
-
2654
- #: ../lib/hammer_cli_foreman/subnet.rb:44
2655
- msgid "Subnet created"
2656
- msgstr "서브넷이 생성되었습니다 "
2657
-
2658
- #: ../lib/hammer_cli_foreman/subnet.rb:45
2659
- msgid "Could not create the subnet"
2660
- msgstr "서브넷을 생성할 수 없습니다 "
2661
-
2662
- #: ../lib/hammer_cli_foreman/subnet.rb:53
2663
- msgid "Subnet updated"
2664
- msgstr "서브넷이 업데이트되었습니다 "
2665
-
2666
- #: ../lib/hammer_cli_foreman/subnet.rb:54
2667
- msgid "Could not update the subnet"
2668
- msgstr "서브넷을 업데이트할 수 없습니다 "
2669
-
2670
- #: ../lib/hammer_cli_foreman/subnet.rb:62
2671
- msgid "Subnet deleted"
2672
- msgstr "서브넷이 삭제되었습니다 "
2673
-
2674
- #: ../lib/hammer_cli_foreman/subnet.rb:63
2675
- msgid "Could not delete the subnet"
2676
- msgstr "서브넷을 삭제할 수 없습니다 "
2677
-
2678
- #: ../lib/hammer_cli_foreman/template.rb:72
2679
- msgid "List available config template kinds."
2680
- msgstr "사용 가능한 설정 템플릿 종류를 나열합니다. "
2681
-
2682
- #: ../lib/hammer_cli_foreman/template.rb:91
2683
- msgid "View config template content."
2684
- msgstr "설정 템플릿 내용을 표시합니다. "
2685
-
2686
- #: ../lib/hammer_cli_foreman/template.rb:103
2687
- #: ../lib/hammer_cli_foreman/template.rb:121
2688
- msgid "Path to a file that contains the template"
2689
- msgstr "템플릿이 들어있는 파일로의 경로 "
2690
-
2691
- #: ../lib/hammer_cli_foreman/template.rb:105
2692
- #: ../lib/hammer_cli_foreman/template.rb:123
2693
- msgid "Template type. Eg. snippet, script, provision"
2694
- msgstr "템플릿 유형. 예: 조각 모음, 스트립트, 프로비저닝 "
2695
-
2696
- #: ../lib/hammer_cli_foreman/template.rb:107
2697
- msgid "Config template created"
2698
- msgstr "설정 템플릿이 생성되었습니다 "
2699
-
2700
- #: ../lib/hammer_cli_foreman/template.rb:108
2701
- msgid "Could not create the config template"
2702
- msgstr "설정 템플릿을 생성할 수 없습니다 "
2703
-
2704
- #: ../lib/hammer_cli_foreman/template.rb:125
2705
- msgid "Config template updated"
2706
- msgstr "설정 템플릿이 업데이트되었습니다 "
2707
-
2708
- #: ../lib/hammer_cli_foreman/template.rb:126
2709
- msgid "Could not update the config template"
2710
- msgstr "설정 템플릿을 업데이트할 수 없습니다 "
2711
-
2712
- #: ../lib/hammer_cli_foreman/template.rb:139
2713
- msgid "Config template deleted"
2714
- msgstr "설정 템플릿이 삭제되었습니다 "
2715
-
2716
- #: ../lib/hammer_cli_foreman/template.rb:140
2717
- msgid "Could not delete the config template"
2718
- msgstr "설정 템플릿을 삭제할 수 없습니다 "
2719
-
2720
- #: ../lib/hammer_cli_foreman/template.rb:151
2721
- msgid "Update the default PXE menu on all configured TFTP servers"
2722
- msgstr "설정된 모든 TFTP 서버에 있는 기본 PXE 메뉴 업데이트 "
2723
-
2724
- #: ../lib/hammer_cli_foreman/template.rb:164
2725
- msgid "Config template cloned"
2726
- msgstr ""
2727
-
2728
- #: ../lib/hammer_cli_foreman/template.rb:165
2729
- msgid "Could not clone the config template"
2730
- msgstr ""
2731
-
2732
- #: ../lib/hammer_cli_foreman/user.rb:11
2733
- msgid "Login"
2734
- msgstr "로그인 "
2735
-
2736
- #: ../lib/hammer_cli_foreman/user.rb:13
2737
- msgid "Email"
2738
- msgstr "이메일 "
2739
-
2740
- #: ../lib/hammer_cli_foreman/user.rb:28
2741
- #: ../lib/hammer_cli_foreman/usergroup.rb:13
2742
- msgid "Admin"
2743
- msgstr "관리자 "
2744
-
2745
- #: ../lib/hammer_cli_foreman/user.rb:29
2746
- msgid "Effective admin"
2747
- msgstr ""
2748
-
2749
- #: ../lib/hammer_cli_foreman/user.rb:30
2750
- msgid "Authorized by"
2751
- msgstr "승인자 "
2752
-
2753
- #: ../lib/hammer_cli_foreman/user.rb:31
2754
- msgid "Locale"
2755
- msgstr "로케일 "
2756
-
2757
- #: ../lib/hammer_cli_foreman/user.rb:32
2758
- msgid "Timezone"
2759
- msgstr "시간대"
2760
-
2761
- #: ../lib/hammer_cli_foreman/user.rb:33
2762
- msgid "Last login"
2763
- msgstr "마지막 로그인"
2764
-
2765
- #: ../lib/hammer_cli_foreman/user.rb:34
2766
- msgid "Default organization"
2767
- msgstr "기본 조직"
2768
-
2769
- #: ../lib/hammer_cli_foreman/user.rb:35
2770
- msgid "Default location"
2771
- msgstr "기본 위치"
2772
-
2773
- #: ../lib/hammer_cli_foreman/user.rb:43 ../lib/hammer_cli_foreman/user.rb:44
2774
- msgid "default"
2775
- msgstr "기본값 "
2776
-
2777
- #: ../lib/hammer_cli_foreman/user.rb:54
2778
- msgid "User [%{login}] created"
2779
- msgstr "[%{login}] 사용자가 생성되었습니다"
2780
-
2781
- #: ../lib/hammer_cli_foreman/user.rb:55
2782
- msgid "Could not create the user"
2783
- msgstr "사용자를 생성할 수 없습니다 "
2784
-
2785
- #: ../lib/hammer_cli_foreman/user.rb:62
2786
- msgid "User [%{login}] updated"
2787
- msgstr "[%{login}] 사용자가 업데이트되었습니다"
2788
-
2789
- #: ../lib/hammer_cli_foreman/user.rb:63
2790
- msgid "Could not update the user"
2791
- msgstr "사용자를 업데이트할 수 없습니다 "
2792
-
2793
- #: ../lib/hammer_cli_foreman/user.rb:70
2794
- msgid "User [%{login}] deleted"
2795
- msgstr "[%{login}] 사용자가 삭제되었습니다"
2796
-
2797
- #: ../lib/hammer_cli_foreman/user.rb:71
2798
- msgid "Could not delete the user"
2799
- msgstr "사용자를 삭제할 수 없습니다 "
2800
-
2801
- #: ../lib/hammer_cli_foreman/usergroup.rb:32
2802
- msgid "User group [%<name>s] created"
2803
- msgstr "사용자 그룹 [%<name>s]이(가) 생성되었습니다 "
2804
-
2805
- #: ../lib/hammer_cli_foreman/usergroup.rb:33
2806
- msgid "Could not create the user group"
2807
- msgstr "사용자 그룹을 생성할 수 없습니다 "
2808
-
2809
- #: ../lib/hammer_cli_foreman/usergroup.rb:39
2810
- msgid "User group [%<name>s] updated"
2811
- msgstr "사용자 그룹 [%<name>s]이(가) 업데이트되었습니다 "
2812
-
2813
- #: ../lib/hammer_cli_foreman/usergroup.rb:40
2814
- msgid "Could not update the user group"
2815
- msgstr "사용자 그룹을 업데이트할 수 없습니다 "
2816
-
2817
- #: ../lib/hammer_cli_foreman/usergroup.rb:46
2818
- msgid "User group [%<name>s] deleted"
2819
- msgstr "사용자 그룹 [%<name>s]이(가) 삭제되었습니다 "
2820
-
2821
- #: ../lib/hammer_cli_foreman/usergroup.rb:47
2822
- msgid "Could not delete the user group"
2823
- msgstr "사용자 그룹을 삭제할 수 없습니다 "