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