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
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: hammer-cli-foreman 0.8.0\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2016-12-15 22:40+0100\n"
11
- "PO-Revision-Date: 2016-08-12 16:30+0000\n"
12
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
13
- "Language-Team: Chinese (Taiwan) (http://www.transifex.com/foreman/foreman/lang"
14
- "uage/zh_TW/)\n"
15
- "MIME-Version: 1.0\n"
16
- "Content-Type: text/plain; charset=UTF-8\n"
17
- "Content-Transfer-Encoding: 8bit\n"
18
- "Language: zh_TW\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 "操作 auth 來源。"
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 "[Foreman] %s 的密碼:"
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 auth 來源。"
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 "Base 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 "已建立 Auth 來源"
684
-
685
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:44
686
- msgid "Could not create the Auth Source"
687
- msgstr "無法建立 Auth 來源"
688
-
689
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:51
690
- msgid "Auth source deleted"
691
- msgstr "Auth 來源已刪除"
692
-
693
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:52
694
- msgid "Could not delete the Auth Source"
695
- msgstr "無法刪除 Auth 來源"
696
-
697
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:59
698
- msgid "Auth source updated"
699
- msgstr "Auth 來源已更新"
700
-
701
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:60
702
- msgid "Could not update the Auth Source"
703
- msgstr "無法更新 Auth 來源"
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 "已建立 [%{name}] 參數,並且值為 [%{value}]。"
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 "運算設定檔"
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 "puppetclass 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 "root 密碼"
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 Master 協定 ID"
1535
-
1536
- #: ../lib/hammer_cli_foreman/hostgroup.rb:80
1537
- msgid "ComputeProfile"
1538
- msgstr "ComputeProfile"
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 class 名稱"
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 "Bond 選項"
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 "operatingsystem 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 "Puppetclasses"
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 "default"
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 "網址"
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 "主 DNS"
2702
-
2703
- #: ../lib/hammer_cli_foreman/subnet.rb:26
2704
- msgid "Secondary DNS"
2705
- msgstr "次要 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 "範本類型。例如程式碼片段、script、佈建"
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 "default"
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 "否"