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