hammer_cli_foreman 0.9.0 → 0.10.0

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