hammer_cli_foreman 0.9.0 → 0.10.0

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