hammer_cli_foreman 0.5.1 → 0.6.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.
- checksums.yaml +4 -4
- data/doc/release_notes.md +9 -0
- data/lib/hammer_cli_foreman/id_resolver.rb +1 -1
- data/lib/hammer_cli_foreman/location.rb +1 -0
- data/lib/hammer_cli_foreman/organization.rb +1 -0
- data/lib/hammer_cli_foreman/role.rb +4 -0
- data/lib/hammer_cli_foreman/smart_class_parameter.rb +3 -4
- data/lib/hammer_cli_foreman/smart_variable.rb +1 -0
- data/lib/hammer_cli_foreman/testing/api_expectations.rb +68 -0
- data/lib/hammer_cli_foreman/version.rb +1 -1
- data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/de/hammer-cli-foreman.edit.po +93 -98
- data/locale/de/hammer-cli-foreman.po +32 -20
- data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/en/hammer-cli-foreman.edit.po +77 -69
- data/locale/en/hammer-cli-foreman.po +11 -5
- data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/en_GB/hammer-cli-foreman.edit.po +81 -73
- data/locale/en_GB/hammer-cli-foreman.po +83 -69
- data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/es/hammer-cli-foreman.edit.po +142 -145
- data/locale/es/hammer-cli-foreman.po +29 -17
- data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/fr/hammer-cli-foreman.edit.po +94 -99
- data/locale/fr/hammer-cli-foreman.po +54 -42
- data/locale/hammer-cli-foreman.pot +106 -96
- data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/it/hammer-cli-foreman.edit.po +93 -98
- data/locale/it/hammer-cli-foreman.po +28 -16
- data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ja/hammer-cli-foreman.edit.po +93 -98
- data/locale/ja/hammer-cli-foreman.po +28 -16
- data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ko/hammer-cli-foreman.edit.po +94 -99
- data/locale/ko/hammer-cli-foreman.po +28 -16
- data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/pt_BR/hammer-cli-foreman.edit.po +93 -98
- data/locale/pt_BR/hammer-cli-foreman.po +28 -16
- data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ru/hammer-cli-foreman.edit.po +93 -98
- data/locale/ru/hammer-cli-foreman.po +28 -16
- data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/zh_CN/hammer-cli-foreman.edit.po +93 -98
- data/locale/zh_CN/hammer-cli-foreman.po +28 -16
- data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/zh_TW/hammer-cli-foreman.edit.po +93 -98
- data/locale/zh_TW/hammer-cli-foreman.po +28 -16
- data/test/{unit/data → data}/1.10/foreman_api.json +0 -0
- data/test/{unit/data → data}/README.md +0 -0
- data/test/functional/location_test.rb +8 -8
- data/test/functional/organization_test.rb +8 -8
- data/test/functional/smart_class_parameter_test.rb +21 -0
- data/test/functional/test_helper.rb +4 -4
- data/test/reports/TEST-HammerCLIForeman-Architecture-CreateCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand-output.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-ListCommand-output.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-UpdateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Architecture.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-CommonParameter-DeleteCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-CommonParameter-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand-output.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-CommonParameter-SetCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-CommonParameter-SetCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-CommonParameter.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-CreateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand-output.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand-output.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-UpdateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-ComputeResource.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-CreateCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-DeleteParameterCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-DeleteParameterCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-InfoCommand-output.xml +21 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-ListCommand-output.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-SetParameterCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-SetParameterCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-UpdateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Domain-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Domain.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-CreateCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-InfoCommand-output.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-ListCommand-output.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-UpdateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Environment-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Environment.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-ExceptionHandler.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Host-CreateCommand-parameters.xml +46 -0
- data/test/reports/TEST-HammerCLIForeman-Host-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Host-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Host-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Host-DeleteParameterCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Host-DeleteParameterCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Host-InfoCommand-output.xml +85 -0
- data/test/reports/TEST-HammerCLIForeman-Host-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Host-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Host-ListCommand-output.xml +21 -0
- data/test/reports/TEST-HammerCLIForeman-Host-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Host-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Host-PuppetRunCommand-output.xml +9 -0
- data/test/reports/TEST-HammerCLIForeman-Host-PuppetRunCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Host-SetParameterCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Host-SetParameterCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Host-StatusCommand-output.xml +9 -0
- data/test/reports/TEST-HammerCLIForeman-Host-StatusCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Host-UpdateCommand-parameters.xml +40 -0
- data/test/reports/TEST-HammerCLIForeman-Host-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Host.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-CreateCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteParameterCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteParameterCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand-output.xml +29 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand-output.xml +27 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-SetParameterCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-SetParameterCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-UpdateCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Hostgroup.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Location-CreateCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Location-CreateCommand-resource-disabled.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Location-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Location-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Location-DeleteCommand-resource-disabled.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Location-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand-output.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand-resource-disabled.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Location-ListCommand-output.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Location-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Location-ListCommand-resource-disabled.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Location-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Location-UpdateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Location-UpdateCommand-resource-disabled.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Location-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Location.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-CreateCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-InfoCommand-output.xml +23 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-ListCommand-output.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-UpdateCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Medium-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Medium.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-CreateCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteParameterCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteParameterCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand-output.xml +27 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand-output.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-SetParameterCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-SetParameterCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-UpdateCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-OperatingSystem.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-CreateCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-CreateCommand-resource-disabled.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand-resource-disabled.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-output.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-resource-disabled.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand-output.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand-resource-disabled.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand-resource-disabled.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Organization.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-CreateCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-DumpCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-DumpCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand-output.xml +19 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand-output.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-UpdateCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-PartitionTable.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-CreateCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand-output.xml +21 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand-output.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-UpdateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-SmartProxy.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-CreateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-DeleteCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand-output.xml +43 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand-parameters.xml +13 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-ListCommand-output.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-UpdateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Subnet.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Template-CreateCommand-parameters.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Template-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Template-DeleteCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Template-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Template-DumpCommand-parameters.xml +12 -0
- data/test/reports/TEST-HammerCLIForeman-Template-DumpCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Template-InfoCommand-output.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Template-InfoCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Template-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Template-ListCommand-output.xml +15 -0
- data/test/reports/TEST-HammerCLIForeman-Template-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-Template-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Template-ListKindsCommand-parameters.xml +9 -0
- data/test/reports/TEST-HammerCLIForeman-Template-ListKindsCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Template-UpdateCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-Template-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-Template.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-User-CreateCommand-parameters.xml +19 -0
- data/test/reports/TEST-HammerCLIForeman-User-CreateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-User-DeleteCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-User-DeleteCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-User-InfoCommand-output.xml +23 -0
- data/test/reports/TEST-HammerCLIForeman-User-InfoCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-User-InfoCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-User-ListCommand-output.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-User-ListCommand-parameters.xml +17 -0
- data/test/reports/TEST-HammerCLIForeman-User-ListCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-User-UpdateCommand-parameters.xml +11 -0
- data/test/reports/TEST-HammerCLIForeman-User-UpdateCommand.xml +7 -0
- data/test/reports/TEST-HammerCLIForeman-User.xml +7 -0
- data/test/reports/TEST-MiniTest-Spec.xml +7 -0
- data/test/test_helper.rb +1 -1
- data/test/unit/location_test.rb +1 -0
- data/test/unit/organization_test.rb +1 -0
- data/test/unit/role_test.rb +8 -5
- metadata +541 -61
- data/test/functional/api_expectations.rb +0 -65
- data/test/functional/command_assertions.rb +0 -76
|
@@ -3,14 +3,16 @@
|
|
|
3
3
|
# This file is distributed under the same license as the hammer-cli-foreman package.
|
|
4
4
|
#
|
|
5
5
|
# Translators:
|
|
6
|
+
# Andi Chandler <andi@gowling.com>, 2016
|
|
6
7
|
# Dominic Cleal <dominic@cleal.org>, 2014-2015
|
|
8
|
+
# Dominic Cleal <dominic@cleal.org>, 2016
|
|
7
9
|
msgid ""
|
|
8
10
|
msgstr ""
|
|
9
|
-
"Project-Id-Version: hammer-cli-foreman 0.
|
|
11
|
+
"Project-Id-Version: hammer-cli-foreman 0.6.0\n"
|
|
10
12
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2015-12-
|
|
12
|
-
"PO-Revision-Date:
|
|
13
|
-
"Last-Translator:
|
|
13
|
+
"POT-Creation-Date: 2015-12-11 04:48+0000\n"
|
|
14
|
+
"PO-Revision-Date: 2016-02-15 13:57+0000\n"
|
|
15
|
+
"Last-Translator: Dominic Cleal <dominic@cleal.org>\n"
|
|
14
16
|
"Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/foreman/language/en_GB/)\n"
|
|
15
17
|
"MIME-Version: 1.0\n"
|
|
16
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -20,35 +22,35 @@ msgstr ""
|
|
|
20
22
|
|
|
21
23
|
#: ../lib/hammer_cli_foreman.rb:32
|
|
22
24
|
msgid "Foreman connection login/logout."
|
|
23
|
-
msgstr ""
|
|
25
|
+
msgstr "Foreman connection login/logout."
|
|
24
26
|
|
|
25
27
|
#: ../lib/hammer_cli_foreman.rb:36
|
|
26
28
|
msgid "Manipulate architectures."
|
|
27
|
-
msgstr ""
|
|
29
|
+
msgstr "Manipulate architectures."
|
|
28
30
|
|
|
29
31
|
#: ../lib/hammer_cli_foreman.rb:40
|
|
30
32
|
msgid "Manipulate auth sources."
|
|
31
|
-
msgstr ""
|
|
33
|
+
msgstr "Manipulate auth sources."
|
|
32
34
|
|
|
33
35
|
#: ../lib/hammer_cli_foreman.rb:44
|
|
34
36
|
msgid "Manipulate compute resources."
|
|
35
|
-
msgstr ""
|
|
37
|
+
msgstr "Manipulate compute resources."
|
|
36
38
|
|
|
37
39
|
#: ../lib/hammer_cli_foreman.rb:48
|
|
38
40
|
msgid "Manipulate domains."
|
|
39
|
-
msgstr ""
|
|
41
|
+
msgstr "Manipulate domains."
|
|
40
42
|
|
|
41
43
|
#: ../lib/hammer_cli_foreman.rb:52
|
|
42
44
|
msgid "Manipulate environments."
|
|
43
|
-
msgstr ""
|
|
45
|
+
msgstr "Manipulate environments."
|
|
44
46
|
|
|
45
47
|
#: ../lib/hammer_cli_foreman.rb:56
|
|
46
48
|
msgid "Search facts."
|
|
47
|
-
msgstr ""
|
|
49
|
+
msgstr "Search facts."
|
|
48
50
|
|
|
49
51
|
#: ../lib/hammer_cli_foreman.rb:60
|
|
50
52
|
msgid "Manage permission filters."
|
|
51
|
-
msgstr ""
|
|
53
|
+
msgstr "Manage permission filters."
|
|
52
54
|
|
|
53
55
|
#: ../lib/hammer_cli_foreman.rb:64
|
|
54
56
|
msgid "Manipulate hosts."
|
|
@@ -56,23 +58,23 @@ msgstr ""
|
|
|
56
58
|
|
|
57
59
|
#: ../lib/hammer_cli_foreman.rb:68
|
|
58
60
|
msgid "Manipulate hostgroups."
|
|
59
|
-
msgstr ""
|
|
61
|
+
msgstr "Manipulate hostgroups."
|
|
60
62
|
|
|
61
63
|
#: ../lib/hammer_cli_foreman.rb:72
|
|
62
64
|
msgid "Manipulate locations."
|
|
63
|
-
msgstr ""
|
|
65
|
+
msgstr "Manipulate locations."
|
|
64
66
|
|
|
65
67
|
#: ../lib/hammer_cli_foreman.rb:76
|
|
66
68
|
msgid "Manipulate installation media."
|
|
67
|
-
msgstr ""
|
|
69
|
+
msgstr "Manipulate installation media."
|
|
68
70
|
|
|
69
71
|
#: ../lib/hammer_cli_foreman.rb:80
|
|
70
72
|
msgid "Manipulate hardware models."
|
|
71
|
-
msgstr ""
|
|
73
|
+
msgstr "Manipulate hardware models."
|
|
72
74
|
|
|
73
75
|
#: ../lib/hammer_cli_foreman.rb:84
|
|
74
76
|
msgid "Manipulate operating system."
|
|
75
|
-
msgstr ""
|
|
77
|
+
msgstr "Manipulate operating system."
|
|
76
78
|
|
|
77
79
|
#: ../lib/hammer_cli_foreman.rb:88
|
|
78
80
|
msgid "Manipulate organizations."
|
|
@@ -80,11 +82,11 @@ msgstr "Manipulate organisations."
|
|
|
80
82
|
|
|
81
83
|
#: ../lib/hammer_cli_foreman.rb:92
|
|
82
84
|
msgid "Manipulate partition tables."
|
|
83
|
-
msgstr ""
|
|
85
|
+
msgstr "Manipulate partition tables."
|
|
84
86
|
|
|
85
87
|
#: ../lib/hammer_cli_foreman.rb:96
|
|
86
88
|
msgid "Search puppet modules."
|
|
87
|
-
msgstr ""
|
|
89
|
+
msgstr "Search puppet modules."
|
|
88
90
|
|
|
89
91
|
#: ../lib/hammer_cli_foreman.rb:100
|
|
90
92
|
msgid "Browse and read reports."
|
|
@@ -92,39 +94,39 @@ msgstr ""
|
|
|
92
94
|
|
|
93
95
|
#: ../lib/hammer_cli_foreman.rb:104
|
|
94
96
|
msgid "Manage user roles."
|
|
95
|
-
msgstr ""
|
|
97
|
+
msgstr "Manage user roles."
|
|
96
98
|
|
|
97
99
|
#: ../lib/hammer_cli_foreman.rb:108
|
|
98
100
|
msgid "Manipulate smart class parameters."
|
|
99
|
-
msgstr ""
|
|
101
|
+
msgstr "Manipulate smart class parameters."
|
|
100
102
|
|
|
101
103
|
#: ../lib/hammer_cli_foreman.rb:112
|
|
102
104
|
msgid "Manipulate smart variables."
|
|
103
|
-
msgstr ""
|
|
105
|
+
msgstr "Manipulate smart variables."
|
|
104
106
|
|
|
105
107
|
#: ../lib/hammer_cli_foreman.rb:116
|
|
106
108
|
msgid "Manipulate smart proxies."
|
|
107
|
-
msgstr ""
|
|
109
|
+
msgstr "Manipulate smart proxies."
|
|
108
110
|
|
|
109
111
|
#: ../lib/hammer_cli_foreman.rb:120
|
|
110
112
|
msgid "Change server settings."
|
|
111
|
-
msgstr ""
|
|
113
|
+
msgstr "Change server settings."
|
|
112
114
|
|
|
113
115
|
#: ../lib/hammer_cli_foreman.rb:124
|
|
114
116
|
msgid "Manipulate subnets."
|
|
115
|
-
msgstr ""
|
|
117
|
+
msgstr "Manipulate subnets."
|
|
116
118
|
|
|
117
119
|
#: ../lib/hammer_cli_foreman.rb:128
|
|
118
120
|
msgid "Manipulate config templates."
|
|
119
|
-
msgstr ""
|
|
121
|
+
msgstr "Manipulate config templates."
|
|
120
122
|
|
|
121
123
|
#: ../lib/hammer_cli_foreman.rb:132
|
|
122
124
|
msgid "Manipulate users."
|
|
123
|
-
msgstr ""
|
|
125
|
+
msgstr "Manipulate users."
|
|
124
126
|
|
|
125
127
|
#: ../lib/hammer_cli_foreman.rb:136
|
|
126
128
|
msgid "Manage user groups."
|
|
127
|
-
msgstr ""
|
|
129
|
+
msgstr "Manage user groups."
|
|
128
130
|
|
|
129
131
|
#: ../lib/hammer_cli_foreman/architecture.rb:10
|
|
130
132
|
#: ../lib/hammer_cli_foreman/auth_source_ldap.rb:13
|
|
@@ -194,71 +196,71 @@ msgstr "Name"
|
|
|
194
196
|
|
|
195
197
|
#: ../lib/hammer_cli_foreman/architecture.rb:31
|
|
196
198
|
msgid "Architecture created"
|
|
197
|
-
msgstr ""
|
|
199
|
+
msgstr "Architecture created"
|
|
198
200
|
|
|
199
201
|
#: ../lib/hammer_cli_foreman/architecture.rb:32
|
|
200
202
|
msgid "Could not create the architecture"
|
|
201
|
-
msgstr ""
|
|
203
|
+
msgstr "Could not create the architecture"
|
|
202
204
|
|
|
203
205
|
#: ../lib/hammer_cli_foreman/architecture.rb:39
|
|
204
206
|
msgid "Architecture deleted"
|
|
205
|
-
msgstr ""
|
|
207
|
+
msgstr "Architecture deleted"
|
|
206
208
|
|
|
207
209
|
#: ../lib/hammer_cli_foreman/architecture.rb:40
|
|
208
210
|
msgid "Could not delete the architecture"
|
|
209
|
-
msgstr ""
|
|
211
|
+
msgstr "Could not delete the architecture"
|
|
210
212
|
|
|
211
213
|
#: ../lib/hammer_cli_foreman/architecture.rb:47
|
|
212
214
|
msgid "Architecture updated"
|
|
213
|
-
msgstr ""
|
|
215
|
+
msgstr "Architecture updated"
|
|
214
216
|
|
|
215
217
|
#: ../lib/hammer_cli_foreman/architecture.rb:48
|
|
216
218
|
msgid "Could not update the architecture"
|
|
217
|
-
msgstr ""
|
|
219
|
+
msgstr "Could not update the architecture"
|
|
218
220
|
|
|
219
221
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:41
|
|
220
222
|
msgid "Associate a hostgroup"
|
|
221
|
-
msgstr ""
|
|
223
|
+
msgstr "Associate a hostgroup"
|
|
222
224
|
|
|
223
225
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:46
|
|
224
226
|
msgid "Disassociate a hostgroup"
|
|
225
|
-
msgstr ""
|
|
227
|
+
msgstr "Disassociate a hostgroup"
|
|
226
228
|
|
|
227
229
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:55
|
|
228
230
|
msgid "Associate an environment"
|
|
229
|
-
msgstr ""
|
|
231
|
+
msgstr "Associate an environment"
|
|
230
232
|
|
|
231
233
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:60
|
|
232
234
|
msgid "Disassociate an environment"
|
|
233
|
-
msgstr ""
|
|
235
|
+
msgstr "Disassociate an environment"
|
|
234
236
|
|
|
235
237
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:69
|
|
236
238
|
msgid "Associate a domain"
|
|
237
|
-
msgstr ""
|
|
239
|
+
msgstr "Associate a domain"
|
|
238
240
|
|
|
239
241
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:74
|
|
240
242
|
msgid "Disassociate a domain"
|
|
241
|
-
msgstr ""
|
|
243
|
+
msgstr "Disassociate a domain"
|
|
242
244
|
|
|
243
245
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:83
|
|
244
246
|
msgid "Associate a medium"
|
|
245
|
-
msgstr ""
|
|
247
|
+
msgstr "Associate a medium"
|
|
246
248
|
|
|
247
249
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:88
|
|
248
250
|
msgid "Disassociate a medium"
|
|
249
|
-
msgstr ""
|
|
251
|
+
msgstr "Disassociate a medium"
|
|
250
252
|
|
|
251
253
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:97
|
|
252
254
|
msgid "Associate a subnet"
|
|
253
|
-
msgstr ""
|
|
255
|
+
msgstr "Associate a subnet"
|
|
254
256
|
|
|
255
257
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:102
|
|
256
258
|
msgid "Disassociate a subnet"
|
|
257
|
-
msgstr ""
|
|
259
|
+
msgstr "Disassociate a subnet"
|
|
258
260
|
|
|
259
261
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:111
|
|
260
262
|
msgid "Associate a compute resource"
|
|
261
|
-
msgstr ""
|
|
263
|
+
msgstr "Associate a compute resource"
|
|
262
264
|
|
|
263
265
|
#: ../lib/hammer_cli_foreman/associating_commands.rb:116
|
|
264
266
|
msgid "Disassociate a compute resource"
|
|
@@ -606,7 +608,7 @@ msgstr ""
|
|
|
606
608
|
#: ../lib/hammer_cli_foreman/compute_resource.rb:22
|
|
607
609
|
#: ../lib/hammer_cli_foreman/interface.rb:60
|
|
608
610
|
msgid "Provider"
|
|
609
|
-
msgstr ""
|
|
611
|
+
msgstr "Provider"
|
|
610
612
|
|
|
611
613
|
#: ../lib/hammer_cli_foreman/compute_resource.rb:34
|
|
612
614
|
#: ../lib/hammer_cli_foreman/compute_resource.rb:40
|
|
@@ -638,7 +640,7 @@ msgstr ""
|
|
|
638
640
|
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61
|
|
639
641
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:51
|
|
640
642
|
msgid "Description"
|
|
641
|
-
msgstr ""
|
|
643
|
+
msgstr "Description"
|
|
642
644
|
|
|
643
645
|
#: ../lib/hammer_cli_foreman/compute_resource.rb:56
|
|
644
646
|
msgid "User"
|
|
@@ -678,7 +680,7 @@ msgstr ""
|
|
|
678
680
|
|
|
679
681
|
#: ../lib/hammer_cli_foreman/defaults.rb:7
|
|
680
682
|
msgid "Use the default organization and/or location from the server"
|
|
681
|
-
msgstr ""
|
|
683
|
+
msgstr "Use the default organisation and/or location from the server"
|
|
682
684
|
|
|
683
685
|
#: ../lib/hammer_cli_foreman/domain.rb:6
|
|
684
686
|
msgid "ID of DNS proxy to use within this domain"
|
|
@@ -855,12 +857,12 @@ msgstr ""
|
|
|
855
857
|
|
|
856
858
|
#: ../lib/hammer_cli_foreman/filter.rb:18
|
|
857
859
|
#: ../lib/hammer_cli_foreman/filter.rb:34
|
|
858
|
-
#: ../lib/hammer_cli_foreman/filter.rb:78 ../lib/hammer_cli_foreman/role.rb:
|
|
860
|
+
#: ../lib/hammer_cli_foreman/filter.rb:78 ../lib/hammer_cli_foreman/role.rb:46
|
|
859
861
|
msgid "(Miscellaneous)"
|
|
860
862
|
msgstr ""
|
|
861
863
|
|
|
862
864
|
#: ../lib/hammer_cli_foreman/filter.rb:19
|
|
863
|
-
#: ../lib/hammer_cli_foreman/filter.rb:35 ../lib/hammer_cli_foreman/role.rb:
|
|
865
|
+
#: ../lib/hammer_cli_foreman/filter.rb:35 ../lib/hammer_cli_foreman/role.rb:47
|
|
864
866
|
msgid "none"
|
|
865
867
|
msgstr ""
|
|
866
868
|
|
|
@@ -1043,7 +1045,7 @@ msgstr ""
|
|
|
1043
1045
|
#: ../lib/hammer_cli_foreman/interface.rb:24
|
|
1044
1046
|
#: ../lib/hammer_cli_foreman/interface.rb:44
|
|
1045
1047
|
msgid "Identifier"
|
|
1046
|
-
msgstr ""
|
|
1048
|
+
msgstr "Identifier"
|
|
1047
1049
|
|
|
1048
1050
|
#: ../lib/hammer_cli_foreman/host.rb:240
|
|
1049
1051
|
#: ../lib/hammer_cli_foreman/interface.rb:25
|
|
@@ -1060,13 +1062,13 @@ msgstr "Type"
|
|
|
1060
1062
|
#: ../lib/hammer_cli_foreman/interface.rb:26
|
|
1061
1063
|
#: ../lib/hammer_cli_foreman/interface.rb:46
|
|
1062
1064
|
msgid "MAC address"
|
|
1063
|
-
msgstr ""
|
|
1065
|
+
msgstr "MAC address"
|
|
1064
1066
|
|
|
1065
1067
|
#: ../lib/hammer_cli_foreman/host.rb:242
|
|
1066
1068
|
#: ../lib/hammer_cli_foreman/interface.rb:27
|
|
1067
1069
|
#: ../lib/hammer_cli_foreman/interface.rb:47
|
|
1068
1070
|
msgid "IP address"
|
|
1069
|
-
msgstr ""
|
|
1071
|
+
msgstr "IP address"
|
|
1070
1072
|
|
|
1071
1073
|
#: ../lib/hammer_cli_foreman/host.rb:243
|
|
1072
1074
|
msgid "FQDN"
|
|
@@ -1343,11 +1345,11 @@ msgid "Host name"
|
|
|
1343
1345
|
msgstr ""
|
|
1344
1346
|
|
|
1345
1347
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:43
|
|
1346
|
-
msgid "Hostgroup
|
|
1348
|
+
msgid "Hostgroup title"
|
|
1347
1349
|
msgstr ""
|
|
1348
1350
|
|
|
1349
1351
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:43
|
|
1350
|
-
msgid "Hostgroup
|
|
1352
|
+
msgid "Hostgroup name"
|
|
1351
1353
|
msgstr ""
|
|
1352
1354
|
|
|
1353
1355
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:46
|
|
@@ -1494,7 +1496,7 @@ msgstr ""
|
|
|
1494
1496
|
|
|
1495
1497
|
#: ../lib/hammer_cli_foreman/interface.rb:52
|
|
1496
1498
|
msgid "Primary"
|
|
1497
|
-
msgstr ""
|
|
1499
|
+
msgstr "Primary"
|
|
1498
1500
|
|
|
1499
1501
|
#: ../lib/hammer_cli_foreman/interface.rb:53
|
|
1500
1502
|
msgid "Provision"
|
|
@@ -1821,7 +1823,7 @@ msgstr ""
|
|
|
1821
1823
|
#: ../lib/hammer_cli_foreman/organization.rb:37
|
|
1822
1824
|
#: ../lib/hammer_cli_foreman/references.rb:15
|
|
1823
1825
|
msgid "Locations"
|
|
1824
|
-
msgstr ""
|
|
1826
|
+
msgstr "Locations"
|
|
1825
1827
|
|
|
1826
1828
|
#: ../lib/hammer_cli_foreman/organization.rb:53
|
|
1827
1829
|
msgid "Organization created"
|
|
@@ -1849,19 +1851,19 @@ msgstr "Could not delete the organisation"
|
|
|
1849
1851
|
|
|
1850
1852
|
#: ../lib/hammer_cli_foreman/organization.rb:87
|
|
1851
1853
|
msgid "Create or update parameter for an organization."
|
|
1852
|
-
msgstr ""
|
|
1854
|
+
msgstr "Create or update parameter for an organisation."
|
|
1853
1855
|
|
|
1854
1856
|
#: ../lib/hammer_cli_foreman/organization.rb:91
|
|
1855
1857
|
msgid "Could not set organization parameter"
|
|
1856
|
-
msgstr ""
|
|
1858
|
+
msgstr "Could not set organisation parameter"
|
|
1857
1859
|
|
|
1858
1860
|
#: ../lib/hammer_cli_foreman/organization.rb:98
|
|
1859
1861
|
msgid "Delete parameter for an organization."
|
|
1860
|
-
msgstr ""
|
|
1862
|
+
msgstr "Delete parameter for an organisation."
|
|
1861
1863
|
|
|
1862
1864
|
#: ../lib/hammer_cli_foreman/organization.rb:101
|
|
1863
1865
|
msgid "Could not delete organization parameter"
|
|
1864
|
-
msgstr ""
|
|
1866
|
+
msgstr "Could not delete organisation parameter"
|
|
1865
1867
|
|
|
1866
1868
|
#: ../lib/hammer_cli_foreman/partition_table.rb:31
|
|
1867
1869
|
msgid "View partition table content."
|
|
@@ -1903,7 +1905,7 @@ msgstr ""
|
|
|
1903
1905
|
#: ../lib/hammer_cli_foreman/puppet_class.rb:35
|
|
1904
1906
|
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:10
|
|
1905
1907
|
msgid "Parameter"
|
|
1906
|
-
msgstr ""
|
|
1908
|
+
msgstr "Parameter"
|
|
1907
1909
|
|
|
1908
1910
|
#: ../lib/hammer_cli_foreman/puppet_class.rb:36
|
|
1909
1911
|
msgid "Default value"
|
|
@@ -2083,31 +2085,43 @@ msgstr ""
|
|
|
2083
2085
|
msgid "The server does not support such operation."
|
|
2084
2086
|
msgstr ""
|
|
2085
2087
|
|
|
2086
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
2088
|
+
#: ../lib/hammer_cli_foreman/role.rb:20
|
|
2089
|
+
msgid "Builtin"
|
|
2090
|
+
msgstr ""
|
|
2091
|
+
|
|
2092
|
+
#: ../lib/hammer_cli_foreman/role.rb:24
|
|
2093
|
+
msgid "No"
|
|
2094
|
+
msgstr ""
|
|
2095
|
+
|
|
2096
|
+
#: ../lib/hammer_cli_foreman/role.rb:24
|
|
2097
|
+
msgid "Yes"
|
|
2098
|
+
msgstr ""
|
|
2099
|
+
|
|
2100
|
+
#: ../lib/hammer_cli_foreman/role.rb:36
|
|
2087
2101
|
msgid "User role id"
|
|
2088
2102
|
msgstr ""
|
|
2089
2103
|
|
|
2090
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
2104
|
+
#: ../lib/hammer_cli_foreman/role.rb:60
|
|
2091
2105
|
msgid "User role [%<name>s] created"
|
|
2092
2106
|
msgstr ""
|
|
2093
2107
|
|
|
2094
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
2108
|
+
#: ../lib/hammer_cli_foreman/role.rb:61
|
|
2095
2109
|
msgid "Could not create the user role"
|
|
2096
2110
|
msgstr ""
|
|
2097
2111
|
|
|
2098
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
2112
|
+
#: ../lib/hammer_cli_foreman/role.rb:68
|
|
2099
2113
|
msgid "User role [%<name>s] updated"
|
|
2100
2114
|
msgstr ""
|
|
2101
2115
|
|
|
2102
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
2116
|
+
#: ../lib/hammer_cli_foreman/role.rb:69
|
|
2103
2117
|
msgid "Could not update the user role"
|
|
2104
2118
|
msgstr ""
|
|
2105
2119
|
|
|
2106
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
2120
|
+
#: ../lib/hammer_cli_foreman/role.rb:76
|
|
2107
2121
|
msgid "User role [%<name>s] deleted"
|
|
2108
2122
|
msgstr ""
|
|
2109
2123
|
|
|
2110
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
2124
|
+
#: ../lib/hammer_cli_foreman/role.rb:77
|
|
2111
2125
|
msgid "Could not delete the user roles"
|
|
2112
2126
|
msgstr ""
|
|
2113
2127
|
|
|
Binary file
|
|
@@ -3,19 +3,19 @@
|
|
|
3
3
|
# This file is distributed under the same license as the hammer-cli-foreman package.
|
|
4
4
|
#
|
|
5
5
|
# Translators:
|
|
6
|
-
# Dominic Cleal <
|
|
6
|
+
# Dominic Cleal <dominic@cleal.org>, 2014
|
|
7
7
|
# elobato <elobatocs@gmail.com>, 2014
|
|
8
8
|
# elobato <elobatocs@gmail.com>, 2014
|
|
9
|
-
# francis <hackgo@gmail.com>, 2014
|
|
9
|
+
# francis <hackgo@gmail.com>, 2014-2015
|
|
10
10
|
# Sergio Ocón <sergio.ocon@redhat.com>, 2014-2015
|
|
11
11
|
# Sergio Ocón <sergio.ocon@redhat.com>, 2014
|
|
12
12
|
msgid ""
|
|
13
13
|
msgstr ""
|
|
14
14
|
"Project-Id-Version: hammer-cli-foreman 0.4.0\n"
|
|
15
15
|
"Report-Msgid-Bugs-To: \n"
|
|
16
|
-
"POT-Creation-Date:
|
|
17
|
-
"PO-Revision-Date: 2015-
|
|
18
|
-
"Last-Translator:
|
|
16
|
+
"POT-Creation-Date: 2016-02-25 15:04+0100\n"
|
|
17
|
+
"PO-Revision-Date: 2015-12-11 19:10+0000\n"
|
|
18
|
+
"Last-Translator: francis <hackgo@gmail.com>\n"
|
|
19
19
|
"Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)"
|
|
20
20
|
"\n"
|
|
21
21
|
"MIME-Version: 1.0\n"
|
|
@@ -132,7 +132,7 @@ msgstr "Manipular usuarios."
|
|
|
132
132
|
msgid "Manage user groups."
|
|
133
133
|
msgstr "Administrar grupos de usuarios."
|
|
134
134
|
|
|
135
|
-
#: ../lib/hammer_cli_foreman/architecture.rb:10 ../lib/hammer_cli_foreman/auth_source_ldap.rb:13 ../lib/hammer_cli_foreman/compute_resource.rb:20 ../lib/hammer_cli_foreman/domain.rb:31 ../lib/hammer_cli_foreman/environment.rb:14 ../lib/hammer_cli_foreman/external_usergroup.rb:10 ../lib/hammer_cli_foreman/filter.rb:9 ../lib/hammer_cli_foreman/filter.rb:72 ../lib/hammer_cli_foreman/host.rb:170 ../lib/hammer_cli_foreman/host.rb:207 ../lib/hammer_cli_foreman/host.rb:238 ../lib/hammer_cli_foreman/hostgroup.rb:57 ../lib/hammer_cli_foreman/image.rb:29 ../lib/hammer_cli_foreman/interface.rb:23 ../lib/hammer_cli_foreman/interface.rb:43 ../lib/hammer_cli_foreman/location.rb:13 ../lib/hammer_cli_foreman/media.rb:9 ../lib/hammer_cli_foreman/model.rb:10 ../lib/hammer_cli_foreman/operating_system.rb:10 ../lib/hammer_cli_foreman/organization.rb:13 ../lib/hammer_cli_foreman/partition_table.rb:10 ../lib/hammer_cli_foreman/puppet_class.rb:13 ../lib/hammer_cli_foreman/report.rb:10 ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11 ../lib/hammer_cli_foreman/settings.rb:11 ../lib/hammer_cli_foreman/smart_class_parameter.rb:8 ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
135
|
+
#: ../lib/hammer_cli_foreman/architecture.rb:10 ../lib/hammer_cli_foreman/auth_source_ldap.rb:13 ../lib/hammer_cli_foreman/compute_resource.rb:20 ../lib/hammer_cli_foreman/domain.rb:31 ../lib/hammer_cli_foreman/environment.rb:14 ../lib/hammer_cli_foreman/external_usergroup.rb:10 ../lib/hammer_cli_foreman/filter.rb:9 ../lib/hammer_cli_foreman/filter.rb:72 ../lib/hammer_cli_foreman/host.rb:170 ../lib/hammer_cli_foreman/host.rb:207 ../lib/hammer_cli_foreman/host.rb:238 ../lib/hammer_cli_foreman/hostgroup.rb:57 ../lib/hammer_cli_foreman/image.rb:29 ../lib/hammer_cli_foreman/interface.rb:23 ../lib/hammer_cli_foreman/interface.rb:43 ../lib/hammer_cli_foreman/location.rb:13 ../lib/hammer_cli_foreman/media.rb:9 ../lib/hammer_cli_foreman/model.rb:10 ../lib/hammer_cli_foreman/operating_system.rb:10 ../lib/hammer_cli_foreman/organization.rb:13 ../lib/hammer_cli_foreman/partition_table.rb:10 ../lib/hammer_cli_foreman/puppet_class.rb:13 ../lib/hammer_cli_foreman/report.rb:10 ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11 ../lib/hammer_cli_foreman/settings.rb:11 ../lib/hammer_cli_foreman/smart_class_parameter.rb:8 ../lib/hammer_cli_foreman/smart_class_parameter.rb:74 ../lib/hammer_cli_foreman/smart_proxy.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:8 ../lib/hammer_cli_foreman/smart_variable.rb:64 ../lib/hammer_cli_foreman/subnet.rb:10 ../lib/hammer_cli_foreman/template.rb:25 ../lib/hammer_cli_foreman/user.rb:10 ../lib/hammer_cli_foreman/usergroup.rb:11
|
|
136
136
|
msgid "Id"
|
|
137
137
|
msgstr "ID"
|
|
138
138
|
|
|
@@ -405,6 +405,8 @@ msgid ""
|
|
|
405
405
|
"You are currently not logged in to any service.\n"
|
|
406
406
|
"Use the service to set credentials."
|
|
407
407
|
msgstr ""
|
|
408
|
+
"Actualmente no estás identificado en ningún servicio.\n"
|
|
409
|
+
"Utiliza el servicio para establecer las credenciales."
|
|
408
410
|
|
|
409
411
|
#: ../lib/hammer_cli_foreman/auth_source_ldap.rb:7
|
|
410
412
|
msgid "Manage LDAP auth sources."
|
|
@@ -506,7 +508,7 @@ msgstr "Asociar un recurso"
|
|
|
506
508
|
msgid "Disassociate a resource"
|
|
507
509
|
msgstr "Disociar un recurso"
|
|
508
510
|
|
|
509
|
-
#: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:334 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
511
|
+
#: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:334 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_variable.rb:66
|
|
510
512
|
msgid "Value"
|
|
511
513
|
msgstr "Valor"
|
|
512
514
|
|
|
@@ -566,7 +568,7 @@ msgstr "Inquilino"
|
|
|
566
568
|
msgid "Url"
|
|
567
569
|
msgstr "Url"
|
|
568
570
|
|
|
569
|
-
#: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
571
|
+
#: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:51
|
|
570
572
|
msgid "Description"
|
|
571
573
|
msgstr "Descripción"
|
|
572
574
|
|
|
@@ -608,7 +610,7 @@ msgstr "[Foreman] Contraseña para %s: "
|
|
|
608
610
|
|
|
609
611
|
#: ../lib/hammer_cli_foreman/defaults.rb:7
|
|
610
612
|
msgid "Use the default organization and/or location from the server"
|
|
611
|
-
msgstr ""
|
|
613
|
+
msgstr "Utiliza la organización por defecto y/o ubicación desde el servidor"
|
|
612
614
|
|
|
613
615
|
#: ../lib/hammer_cli_foreman/domain.rb:6
|
|
614
616
|
msgid "ID of DNS proxy to use within this domain"
|
|
@@ -840,15 +842,15 @@ msgstr "Parámetros de la interfaz."
|
|
|
840
842
|
|
|
841
843
|
#: ../lib/hammer_cli_foreman/host.rb:64
|
|
842
844
|
msgid "Enter the root password for the host:"
|
|
843
|
-
msgstr ""
|
|
845
|
+
msgstr "Introduzca la contraseña de root para el host:"
|
|
844
846
|
|
|
845
847
|
#: ../lib/hammer_cli_foreman/host.rb:153
|
|
846
848
|
msgid "At least one interface must be set as primary"
|
|
847
|
-
msgstr ""
|
|
849
|
+
msgstr "Al menos una interfaz debe ser establecida como primaria"
|
|
848
850
|
|
|
849
851
|
#: ../lib/hammer_cli_foreman/host.rb:156
|
|
850
852
|
msgid "At least one interface must be set as provision"
|
|
851
|
-
msgstr ""
|
|
853
|
+
msgstr "Al menos una interfaz debe ser establecida como provisión"
|
|
852
854
|
|
|
853
855
|
#: ../lib/hammer_cli_foreman/host.rb:172 ../lib/hammer_cli_foreman/host.rb:248 ../lib/hammer_cli_foreman/hostgroup.rb:60 ../lib/hammer_cli_foreman/image.rb:31
|
|
854
856
|
msgid "Operating System"
|
|
@@ -868,15 +870,15 @@ msgstr "Dirección MAC"
|
|
|
868
870
|
|
|
869
871
|
#: ../lib/hammer_cli_foreman/host.rb:185
|
|
870
872
|
msgid "Bare Metal"
|
|
871
|
-
msgstr ""
|
|
873
|
+
msgstr "Bare Metal"
|
|
872
874
|
|
|
873
875
|
#: ../lib/hammer_cli_foreman/host.rb:210
|
|
874
876
|
msgid "Organization"
|
|
875
|
-
msgstr ""
|
|
877
|
+
msgstr "Organización"
|
|
876
878
|
|
|
877
879
|
#: ../lib/hammer_cli_foreman/host.rb:211
|
|
878
880
|
msgid "Location"
|
|
879
|
-
msgstr ""
|
|
881
|
+
msgstr "Ubicación"
|
|
880
882
|
|
|
881
883
|
#: ../lib/hammer_cli_foreman/host.rb:213
|
|
882
884
|
msgid "Compute Resource"
|
|
@@ -884,7 +886,7 @@ msgstr "Recurso de cómputo"
|
|
|
884
886
|
|
|
885
887
|
#: ../lib/hammer_cli_foreman/host.rb:214
|
|
886
888
|
msgid "Compute Profile"
|
|
887
|
-
msgstr ""
|
|
889
|
+
msgstr "Perfil de Cómputo"
|
|
888
890
|
|
|
889
891
|
#: ../lib/hammer_cli_foreman/host.rb:215 ../lib/hammer_cli_foreman/hostgroup.rb:61
|
|
890
892
|
msgid "Environment"
|
|
@@ -892,11 +894,11 @@ msgstr "Entorno"
|
|
|
892
894
|
|
|
893
895
|
#: ../lib/hammer_cli_foreman/host.rb:216
|
|
894
896
|
msgid "Puppet CA Id"
|
|
895
|
-
msgstr ""
|
|
897
|
+
msgstr "Puppet CA Id"
|
|
896
898
|
|
|
897
899
|
#: ../lib/hammer_cli_foreman/host.rb:217
|
|
898
900
|
msgid "Puppet Master Id"
|
|
899
|
-
msgstr ""
|
|
901
|
+
msgstr "Puppet Master Id"
|
|
900
902
|
|
|
901
903
|
#: ../lib/hammer_cli_foreman/host.rb:218
|
|
902
904
|
msgid "Cert name"
|
|
@@ -928,7 +930,7 @@ msgstr "Dominio"
|
|
|
928
930
|
|
|
929
931
|
#: ../lib/hammer_cli_foreman/host.rb:229
|
|
930
932
|
msgid "Service provider"
|
|
931
|
-
msgstr ""
|
|
933
|
+
msgstr "Proveedor de Servicio"
|
|
932
934
|
|
|
933
935
|
#: ../lib/hammer_cli_foreman/host.rb:230
|
|
934
936
|
msgid "SP Name"
|
|
@@ -948,31 +950,31 @@ msgstr "Subred de SP"
|
|
|
948
950
|
|
|
949
951
|
#: ../lib/hammer_cli_foreman/host.rb:237
|
|
950
952
|
msgid "Network interfaces"
|
|
951
|
-
msgstr ""
|
|
953
|
+
msgstr "Interfaces de red"
|
|
952
954
|
|
|
953
955
|
#: ../lib/hammer_cli_foreman/host.rb:239 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
|
|
954
956
|
msgid "Identifier"
|
|
955
|
-
msgstr ""
|
|
957
|
+
msgstr "Identificador"
|
|
956
958
|
|
|
957
|
-
#: ../lib/hammer_cli_foreman/host.rb:240 ../lib/hammer_cli_foreman/interface.rb:25 ../lib/hammer_cli_foreman/interface.rb:45 ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
959
|
+
#: ../lib/hammer_cli_foreman/host.rb:240 ../lib/hammer_cli_foreman/interface.rb:25 ../lib/hammer_cli_foreman/interface.rb:45 ../lib/hammer_cli_foreman/smart_class_parameter.rb:60 ../lib/hammer_cli_foreman/smart_class_parameter.rb:65 ../lib/hammer_cli_foreman/smart_variable.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:55 ../lib/hammer_cli_foreman/template.rb:27
|
|
958
960
|
msgid "Type"
|
|
959
961
|
msgstr "Tipo"
|
|
960
962
|
|
|
961
963
|
#: ../lib/hammer_cli_foreman/host.rb:241 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
|
|
962
964
|
msgid "MAC address"
|
|
963
|
-
msgstr ""
|
|
965
|
+
msgstr "Dirección MAC"
|
|
964
966
|
|
|
965
967
|
#: ../lib/hammer_cli_foreman/host.rb:242 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
|
|
966
968
|
msgid "IP address"
|
|
967
|
-
msgstr ""
|
|
969
|
+
msgstr "Dirección IP"
|
|
968
970
|
|
|
969
971
|
#: ../lib/hammer_cli_foreman/host.rb:243
|
|
970
972
|
msgid "FQDN"
|
|
971
|
-
msgstr ""
|
|
973
|
+
msgstr "FQDN"
|
|
972
974
|
|
|
973
975
|
#: ../lib/hammer_cli_foreman/host.rb:246
|
|
974
976
|
msgid "Operating system"
|
|
975
|
-
msgstr ""
|
|
977
|
+
msgstr "Sistema Operativo"
|
|
976
978
|
|
|
977
979
|
#: ../lib/hammer_cli_foreman/host.rb:247 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
|
|
978
980
|
msgid "Architecture"
|
|
@@ -992,7 +994,7 @@ msgstr "Tabla de particiones"
|
|
|
992
994
|
|
|
993
995
|
#: ../lib/hammer_cli_foreman/host.rb:254
|
|
994
996
|
msgid "Custom partition table"
|
|
995
|
-
msgstr ""
|
|
997
|
+
msgstr "Tabla de particiones personalizadas"
|
|
996
998
|
|
|
997
999
|
#: ../lib/hammer_cli_foreman/host.rb:257
|
|
998
1000
|
msgid "Image"
|
|
@@ -1008,7 +1010,7 @@ msgstr "Usar imagen"
|
|
|
1008
1010
|
|
|
1009
1011
|
#: ../lib/hammer_cli_foreman/host.rb:265
|
|
1010
1012
|
msgid "Additional info"
|
|
1011
|
-
msgstr ""
|
|
1013
|
+
msgstr "Información adicional"
|
|
1012
1014
|
|
|
1013
1015
|
#: ../lib/hammer_cli_foreman/host.rb:266
|
|
1014
1016
|
msgid "Owner Id"
|
|
@@ -1140,11 +1142,11 @@ msgstr "Nombre de hostgroup padre"
|
|
|
1140
1142
|
|
|
1141
1143
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:17
|
|
1142
1144
|
msgid "Root password"
|
|
1143
|
-
msgstr ""
|
|
1145
|
+
msgstr "Contraseña de root"
|
|
1144
1146
|
|
|
1145
1147
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:23
|
|
1146
1148
|
msgid "Enter the root password for the host group:"
|
|
1147
|
-
msgstr ""
|
|
1149
|
+
msgstr "Introduzca la contraseña de root para el grupo de host"
|
|
1148
1150
|
|
|
1149
1151
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:59 ../lib/hammer_cli_foreman/operating_system.rb:11
|
|
1150
1152
|
msgid "Title"
|
|
@@ -1234,14 +1236,14 @@ msgstr "Nombre de entorno"
|
|
|
1234
1236
|
msgid "Host name"
|
|
1235
1237
|
msgstr "Nombre de host"
|
|
1236
1238
|
|
|
1237
|
-
#: ../lib/hammer_cli_foreman/id_resolver.rb:43
|
|
1238
|
-
msgid "Hostgroup title"
|
|
1239
|
-
msgstr ""
|
|
1240
|
-
|
|
1241
1239
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:43
|
|
1242
1240
|
msgid "Hostgroup name"
|
|
1243
1241
|
msgstr "Nombre de grupo de hosts"
|
|
1244
1242
|
|
|
1243
|
+
#: ../lib/hammer_cli_foreman/id_resolver.rb:43
|
|
1244
|
+
msgid "Hostgroup title"
|
|
1245
|
+
msgstr "Título del grupo de host"
|
|
1246
|
+
|
|
1245
1247
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:46
|
|
1246
1248
|
msgid "Location name"
|
|
1247
1249
|
msgstr "Nombre de ubicación"
|
|
@@ -1284,7 +1286,7 @@ msgstr "Nombre de rol de usuario"
|
|
|
1284
1286
|
|
|
1285
1287
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:57
|
|
1286
1288
|
msgid "Setting name"
|
|
1287
|
-
msgstr ""
|
|
1289
|
+
msgstr "Establecer nombre"
|
|
1288
1290
|
|
|
1289
1291
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:58
|
|
1290
1292
|
msgid "Subnet name"
|
|
@@ -1304,7 +1306,7 @@ msgstr "Nombre de parámetro de clase inteligente"
|
|
|
1304
1306
|
|
|
1305
1307
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:63
|
|
1306
1308
|
msgid "Smart variable name"
|
|
1307
|
-
msgstr ""
|
|
1309
|
+
msgstr "Nombre de la variable inteligente"
|
|
1308
1310
|
|
|
1309
1311
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:65
|
|
1310
1312
|
msgid "Name to search by"
|
|
@@ -1319,9 +1321,8 @@ msgid "%s not found"
|
|
|
1319
1321
|
msgstr "no se encuentra %s"
|
|
1320
1322
|
|
|
1321
1323
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:201
|
|
1322
|
-
#, fuzzy
|
|
1323
1324
|
msgid "found more than one %s"
|
|
1324
|
-
msgstr "
|
|
1325
|
+
msgstr "Se encontró más de un %s"
|
|
1325
1326
|
|
|
1326
1327
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:212
|
|
1327
1328
|
msgid "Missing options to search %s"
|
|
@@ -1369,19 +1370,19 @@ msgstr "No se pudo borrar la imagen"
|
|
|
1369
1370
|
|
|
1370
1371
|
#: ../lib/hammer_cli_foreman/interface.rb:6
|
|
1371
1372
|
msgid "View and manage host's network interfaces"
|
|
1372
|
-
msgstr ""
|
|
1373
|
+
msgstr "Ver y administrar interfaces de red de hosts"
|
|
1373
1374
|
|
|
1374
1375
|
#: ../lib/hammer_cli_foreman/interface.rb:10
|
|
1375
1376
|
msgid "primary"
|
|
1376
|
-
msgstr ""
|
|
1377
|
+
msgstr "primario"
|
|
1377
1378
|
|
|
1378
1379
|
#: ../lib/hammer_cli_foreman/interface.rb:11
|
|
1379
1380
|
msgid "provision"
|
|
1380
|
-
msgstr ""
|
|
1381
|
+
msgstr "provisión"
|
|
1381
1382
|
|
|
1382
1383
|
#: ../lib/hammer_cli_foreman/interface.rb:28 ../lib/hammer_cli_foreman/interface.rb:48
|
|
1383
1384
|
msgid "DNS name"
|
|
1384
|
-
msgstr ""
|
|
1385
|
+
msgstr "Nombre DNS"
|
|
1385
1386
|
|
|
1386
1387
|
#: ../lib/hammer_cli_foreman/interface.rb:52
|
|
1387
1388
|
msgid "Primary"
|
|
@@ -1389,141 +1390,140 @@ msgstr "Primary"
|
|
|
1389
1390
|
|
|
1390
1391
|
#: ../lib/hammer_cli_foreman/interface.rb:53
|
|
1391
1392
|
msgid "Provision"
|
|
1392
|
-
msgstr ""
|
|
1393
|
+
msgstr "Provisión"
|
|
1393
1394
|
|
|
1394
1395
|
#: ../lib/hammer_cli_foreman/interface.rb:54
|
|
1395
1396
|
msgid "Virtual"
|
|
1396
|
-
msgstr ""
|
|
1397
|
+
msgstr "Virtual"
|
|
1397
1398
|
|
|
1398
1399
|
#: ../lib/hammer_cli_foreman/interface.rb:55
|
|
1399
1400
|
msgid "Tag"
|
|
1400
|
-
msgstr ""
|
|
1401
|
+
msgstr "Etiqueta"
|
|
1401
1402
|
|
|
1402
1403
|
#: ../lib/hammer_cli_foreman/interface.rb:56
|
|
1403
1404
|
msgid "Attached to"
|
|
1404
|
-
msgstr ""
|
|
1405
|
+
msgstr "Ligado a"
|
|
1405
1406
|
|
|
1406
1407
|
#: ../lib/hammer_cli_foreman/interface.rb:58
|
|
1407
1408
|
msgid "BMC"
|
|
1408
|
-
msgstr ""
|
|
1409
|
+
msgstr "BMC"
|
|
1409
1410
|
|
|
1410
1411
|
#: ../lib/hammer_cli_foreman/interface.rb:63
|
|
1411
1412
|
msgid "Bond"
|
|
1412
|
-
msgstr ""
|
|
1413
|
+
msgstr "Enlace"
|
|
1413
1414
|
|
|
1414
1415
|
#: ../lib/hammer_cli_foreman/interface.rb:64
|
|
1415
1416
|
msgid "Mode"
|
|
1416
|
-
msgstr ""
|
|
1417
|
+
msgstr "Modo"
|
|
1417
1418
|
|
|
1418
1419
|
#: ../lib/hammer_cli_foreman/interface.rb:65
|
|
1419
1420
|
msgid "Attached devices"
|
|
1420
|
-
msgstr ""
|
|
1421
|
+
msgstr "Dispositivos asociados"
|
|
1421
1422
|
|
|
1422
1423
|
#: ../lib/hammer_cli_foreman/interface.rb:66
|
|
1423
1424
|
msgid "Bond options"
|
|
1424
|
-
msgstr ""
|
|
1425
|
+
msgstr "Opciones de enlace"
|
|
1425
1426
|
|
|
1426
1427
|
#: ../lib/hammer_cli_foreman/interface.rb:77
|
|
1427
1428
|
msgid "Should this interface be used for constructing the FQDN of the host? Each managed hosts needs to have one primary interface."
|
|
1428
|
-
msgstr ""
|
|
1429
|
+
msgstr "¿Debería ser usada esta interface para construir el FQDN del host? Cada host gestionado necesita tener una interfaz primaria."
|
|
1429
1430
|
|
|
1430
1431
|
#: ../lib/hammer_cli_foreman/interface.rb:78
|
|
1431
1432
|
msgid "Should this interface be used for TFTP of PXELinux (or SSH for image-based hosts)? Each managed hosts needs to have one provision interface."
|
|
1432
|
-
msgstr ""
|
|
1433
|
+
msgstr "¿Debería ser usada esta interfaz para TFTP o PXELinux (o SSH para hosts basados en imágenes)? Cada host gestionado necesita tener una interfaz de provisión."
|
|
1433
1434
|
|
|
1434
1435
|
#: ../lib/hammer_cli_foreman/interface.rb:128
|
|
1435
1436
|
msgid "Interface created"
|
|
1436
|
-
msgstr ""
|
|
1437
|
+
msgstr "Interfaz creada"
|
|
1437
1438
|
|
|
1438
1439
|
#: ../lib/hammer_cli_foreman/interface.rb:129
|
|
1439
1440
|
msgid "Could not create the interface"
|
|
1440
|
-
msgstr ""
|
|
1441
|
+
msgstr "No se pudo crear la interfaz"
|
|
1441
1442
|
|
|
1442
1443
|
#: ../lib/hammer_cli_foreman/interface.rb:131 ../lib/hammer_cli_foreman/interface.rb:144
|
|
1443
1444
|
msgid "Compute resource specific attributes."
|
|
1444
|
-
msgstr ""
|
|
1445
|
+
msgstr "Atributos específicos del recurso de cómputo."
|
|
1445
1446
|
|
|
1446
1447
|
#: ../lib/hammer_cli_foreman/interface.rb:141
|
|
1447
1448
|
msgid "Interface updated"
|
|
1448
|
-
msgstr ""
|
|
1449
|
+
msgstr "Interfaz actualizada"
|
|
1449
1450
|
|
|
1450
1451
|
#: ../lib/hammer_cli_foreman/interface.rb:142
|
|
1451
1452
|
msgid "Could not update the interface"
|
|
1452
|
-
msgstr ""
|
|
1453
|
+
msgstr "No se pudo actualizar la interfaz"
|
|
1453
1454
|
|
|
1454
1455
|
#: ../lib/hammer_cli_foreman/interface.rb:154
|
|
1455
1456
|
msgid "Interface deleted"
|
|
1456
|
-
msgstr ""
|
|
1457
|
+
msgstr "Interfaz borrada"
|
|
1457
1458
|
|
|
1458
1459
|
#: ../lib/hammer_cli_foreman/interface.rb:155
|
|
1459
1460
|
msgid "Could not delete the interface"
|
|
1460
|
-
msgstr ""
|
|
1461
|
+
msgstr "No se pudo borrar la interfaz"
|
|
1461
1462
|
|
|
1462
|
-
#: ../lib/hammer_cli_foreman/location.rb:24 ../lib/hammer_cli_foreman/location.rb:
|
|
1463
|
+
#: ../lib/hammer_cli_foreman/location.rb:24 ../lib/hammer_cli_foreman/location.rb:63 ../lib/hammer_cli_foreman/location.rb:75
|
|
1463
1464
|
msgid "Location numeric id to search by"
|
|
1464
1465
|
msgstr "ID numérico de ubicación para la búsqueda"
|
|
1465
1466
|
|
|
1466
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1467
|
+
#: ../lib/hammer_cli_foreman/location.rb:27 ../lib/hammer_cli_foreman/organization.rb:27
|
|
1468
|
+
#, fuzzy
|
|
1469
|
+
msgid "Parent"
|
|
1470
|
+
msgstr "ID de padre"
|
|
1471
|
+
|
|
1472
|
+
#: ../lib/hammer_cli_foreman/location.rb:38 ../lib/hammer_cli_foreman/references.rb:18
|
|
1467
1473
|
msgid "Organizations"
|
|
1468
1474
|
msgstr "Organizaciones"
|
|
1469
1475
|
|
|
1470
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1476
|
+
#: ../lib/hammer_cli_foreman/location.rb:53
|
|
1471
1477
|
msgid "Location created"
|
|
1472
1478
|
msgstr "Ubicación creada"
|
|
1473
1479
|
|
|
1474
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1480
|
+
#: ../lib/hammer_cli_foreman/location.rb:54
|
|
1475
1481
|
msgid "Could not create the location"
|
|
1476
1482
|
msgstr "No se pudo crear la ubicación"
|
|
1477
1483
|
|
|
1478
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1484
|
+
#: ../lib/hammer_cli_foreman/location.rb:65
|
|
1479
1485
|
msgid "Location updated"
|
|
1480
1486
|
msgstr "Ubicación actualizada"
|
|
1481
1487
|
|
|
1482
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1488
|
+
#: ../lib/hammer_cli_foreman/location.rb:66
|
|
1483
1489
|
msgid "Could not update the location"
|
|
1484
1490
|
msgstr "No se pudo actualizar la ubicación"
|
|
1485
1491
|
|
|
1486
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1492
|
+
#: ../lib/hammer_cli_foreman/location.rb:77
|
|
1487
1493
|
msgid "Location deleted"
|
|
1488
1494
|
msgstr "Se borró la ubicación"
|
|
1489
1495
|
|
|
1490
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1496
|
+
#: ../lib/hammer_cli_foreman/location.rb:78
|
|
1491
1497
|
msgid "Could not delete the location"
|
|
1492
1498
|
msgstr "No se pudo borrar la ubicación"
|
|
1493
1499
|
|
|
1494
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1495
|
-
#, fuzzy
|
|
1500
|
+
#: ../lib/hammer_cli_foreman/location.rb:87
|
|
1496
1501
|
msgid "Create or update parameter for a location."
|
|
1497
|
-
msgstr "Crear o actualizar parámetro
|
|
1502
|
+
msgstr "Crear o actualizar parámetro para ubicación."
|
|
1498
1503
|
|
|
1499
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1500
|
-
#, fuzzy
|
|
1504
|
+
#: ../lib/hammer_cli_foreman/location.rb:89 ../lib/hammer_cli_foreman/organization.rb:90
|
|
1501
1505
|
msgid "Parameter [%{name}] updated to value [%{value}]"
|
|
1502
|
-
msgstr "
|
|
1506
|
+
msgstr "Parámetro [%{name}] actualizado al valor [%{value}]"
|
|
1503
1507
|
|
|
1504
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1508
|
+
#: ../lib/hammer_cli_foreman/location.rb:90 ../lib/hammer_cli_foreman/organization.rb:91
|
|
1505
1509
|
msgid "Parameter [%{name}] created with value [%{value}]"
|
|
1506
1510
|
msgstr ""
|
|
1507
1511
|
|
|
1508
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1509
|
-
#, fuzzy
|
|
1512
|
+
#: ../lib/hammer_cli_foreman/location.rb:91
|
|
1510
1513
|
msgid "Could not set location parameter"
|
|
1511
|
-
msgstr "
|
|
1514
|
+
msgstr ""
|
|
1512
1515
|
|
|
1513
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1514
|
-
#, fuzzy
|
|
1516
|
+
#: ../lib/hammer_cli_foreman/location.rb:98
|
|
1515
1517
|
msgid "Delete parameter for a location."
|
|
1516
|
-
msgstr "
|
|
1518
|
+
msgstr ""
|
|
1517
1519
|
|
|
1518
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1519
|
-
#, fuzzy
|
|
1520
|
+
#: ../lib/hammer_cli_foreman/location.rb:100 ../lib/hammer_cli_foreman/organization.rb:101
|
|
1520
1521
|
msgid "Parameter [%{name}] deleted"
|
|
1521
|
-
msgstr "
|
|
1522
|
+
msgstr ""
|
|
1522
1523
|
|
|
1523
|
-
#: ../lib/hammer_cli_foreman/location.rb:
|
|
1524
|
-
#, fuzzy
|
|
1524
|
+
#: ../lib/hammer_cli_foreman/location.rb:101
|
|
1525
1525
|
msgid "Could not delete location parameter"
|
|
1526
|
-
msgstr "
|
|
1526
|
+
msgstr ""
|
|
1527
1527
|
|
|
1528
1528
|
#: ../lib/hammer_cli_foreman/media.rb:11
|
|
1529
1529
|
msgid "Path"
|
|
@@ -1701,50 +1701,47 @@ msgstr "No se pudo borrar la plantilla predeterminada"
|
|
|
1701
1701
|
msgid "Default template of type %s not found"
|
|
1702
1702
|
msgstr "No se encontró la plantilla predeterminada del tipo %s"
|
|
1703
1703
|
|
|
1704
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1704
|
+
#: ../lib/hammer_cli_foreman/organization.rb:38 ../lib/hammer_cli_foreman/references.rb:15
|
|
1705
1705
|
msgid "Locations"
|
|
1706
1706
|
msgstr "Ubicaciones"
|
|
1707
1707
|
|
|
1708
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1708
|
+
#: ../lib/hammer_cli_foreman/organization.rb:54
|
|
1709
1709
|
msgid "Organization created"
|
|
1710
1710
|
msgstr "Se creó organización"
|
|
1711
1711
|
|
|
1712
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1712
|
+
#: ../lib/hammer_cli_foreman/organization.rb:55
|
|
1713
1713
|
msgid "Could not create the organization"
|
|
1714
1714
|
msgstr "No se pudo crear organización"
|
|
1715
1715
|
|
|
1716
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1716
|
+
#: ../lib/hammer_cli_foreman/organization.rb:66
|
|
1717
1717
|
msgid "Organization updated"
|
|
1718
1718
|
msgstr "Se actualizó organización"
|
|
1719
1719
|
|
|
1720
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1720
|
+
#: ../lib/hammer_cli_foreman/organization.rb:67
|
|
1721
1721
|
msgid "Could not update the organization"
|
|
1722
1722
|
msgstr "No se pudo actualizar la organización"
|
|
1723
1723
|
|
|
1724
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1724
|
+
#: ../lib/hammer_cli_foreman/organization.rb:78
|
|
1725
1725
|
msgid "Organization deleted"
|
|
1726
1726
|
msgstr "Se borró organización"
|
|
1727
1727
|
|
|
1728
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1728
|
+
#: ../lib/hammer_cli_foreman/organization.rb:79
|
|
1729
1729
|
msgid "Could not delete the organization"
|
|
1730
1730
|
msgstr "No se pudo borrar la organización"
|
|
1731
1731
|
|
|
1732
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1733
|
-
#, fuzzy
|
|
1732
|
+
#: ../lib/hammer_cli_foreman/organization.rb:88
|
|
1734
1733
|
msgid "Create or update parameter for an organization."
|
|
1735
|
-
msgstr "
|
|
1734
|
+
msgstr ""
|
|
1736
1735
|
|
|
1737
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1738
|
-
#, fuzzy
|
|
1736
|
+
#: ../lib/hammer_cli_foreman/organization.rb:92
|
|
1739
1737
|
msgid "Could not set organization parameter"
|
|
1740
|
-
msgstr "
|
|
1738
|
+
msgstr ""
|
|
1741
1739
|
|
|
1742
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1743
|
-
#, fuzzy
|
|
1740
|
+
#: ../lib/hammer_cli_foreman/organization.rb:99
|
|
1744
1741
|
msgid "Delete parameter for an organization."
|
|
1745
|
-
msgstr "
|
|
1742
|
+
msgstr ""
|
|
1746
1743
|
|
|
1747
|
-
#: ../lib/hammer_cli_foreman/organization.rb:
|
|
1744
|
+
#: ../lib/hammer_cli_foreman/organization.rb:102
|
|
1748
1745
|
msgid "Could not delete organization parameter"
|
|
1749
1746
|
msgstr ""
|
|
1750
1747
|
|
|
@@ -1966,38 +1963,38 @@ msgid "Builtin"
|
|
|
1966
1963
|
msgstr "Compilar"
|
|
1967
1964
|
|
|
1968
1965
|
#: ../lib/hammer_cli_foreman/role.rb:24
|
|
1969
|
-
msgid "
|
|
1966
|
+
msgid "Yes"
|
|
1970
1967
|
msgstr ""
|
|
1971
1968
|
|
|
1972
1969
|
#: ../lib/hammer_cli_foreman/role.rb:24
|
|
1973
|
-
msgid "
|
|
1970
|
+
msgid "No"
|
|
1974
1971
|
msgstr ""
|
|
1975
1972
|
|
|
1976
1973
|
#: ../lib/hammer_cli_foreman/role.rb:36
|
|
1977
1974
|
msgid "User role id"
|
|
1978
1975
|
msgstr "ID de rol de usuario"
|
|
1979
1976
|
|
|
1980
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
1977
|
+
#: ../lib/hammer_cli_foreman/role.rb:64
|
|
1981
1978
|
msgid "User role [%<name>s] created"
|
|
1982
1979
|
msgstr "Rol de usuario [%<name>s] creado"
|
|
1983
1980
|
|
|
1984
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
1981
|
+
#: ../lib/hammer_cli_foreman/role.rb:65
|
|
1985
1982
|
msgid "Could not create the user role"
|
|
1986
1983
|
msgstr "No se pudo crear el rol de usuario"
|
|
1987
1984
|
|
|
1988
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
1985
|
+
#: ../lib/hammer_cli_foreman/role.rb:72
|
|
1989
1986
|
msgid "User role [%<name>s] updated"
|
|
1990
1987
|
msgstr "Rol de usuario [%<name>s] actualizado"
|
|
1991
1988
|
|
|
1992
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
1989
|
+
#: ../lib/hammer_cli_foreman/role.rb:73
|
|
1993
1990
|
msgid "Could not update the user role"
|
|
1994
1991
|
msgstr "No se pudo actualizar el rol de usuario"
|
|
1995
1992
|
|
|
1996
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
1993
|
+
#: ../lib/hammer_cli_foreman/role.rb:80
|
|
1997
1994
|
msgid "User role [%<name>s] deleted"
|
|
1998
1995
|
msgstr "Rol de usuario [%<name>s] borrado"
|
|
1999
1996
|
|
|
2000
|
-
#: ../lib/hammer_cli_foreman/role.rb:
|
|
1997
|
+
#: ../lib/hammer_cli_foreman/role.rb:81
|
|
2001
1998
|
msgid "Could not delete the user roles"
|
|
2002
1999
|
msgstr "No se pudieron borrar los roles del usuario"
|
|
2003
2000
|
|
|
@@ -2017,91 +2014,95 @@ msgstr "Valor predeterminado"
|
|
|
2017
2014
|
msgid "Override"
|
|
2018
2015
|
msgstr "Sobrescribir"
|
|
2019
2016
|
|
|
2020
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2017
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:35 ../lib/hammer_cli_foreman/smart_variable.rb:27
|
|
2021
2018
|
msgid "Puppet class"
|
|
2022
2019
|
msgstr "Clase Puppet"
|
|
2023
2020
|
|
|
2024
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2021
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:36 ../lib/hammer_cli_foreman/smart_variable.rb:28
|
|
2025
2022
|
msgid "Class Id"
|
|
2026
2023
|
msgstr "Id de clase"
|
|
2027
2024
|
|
|
2028
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2025
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61 ../lib/hammer_cli_foreman/smart_variable.rb:52
|
|
2026
|
+
msgid "Hidden Value?"
|
|
2027
|
+
msgstr ""
|
|
2028
|
+
|
|
2029
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62
|
|
2029
2030
|
msgid "Required"
|
|
2030
2031
|
msgstr "Obligatorio"
|
|
2031
2032
|
|
|
2032
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2033
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:64 ../lib/hammer_cli_foreman/smart_variable.rb:54
|
|
2033
2034
|
msgid "Validator"
|
|
2034
2035
|
msgstr "Validador"
|
|
2035
2036
|
|
|
2036
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2037
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:66 ../lib/hammer_cli_foreman/smart_variable.rb:56
|
|
2037
2038
|
msgid "Rule"
|
|
2038
2039
|
msgstr "Regla"
|
|
2039
2040
|
|
|
2040
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2041
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:68 ../lib/hammer_cli_foreman/smart_variable.rb:58
|
|
2041
2042
|
msgid "Override values"
|
|
2042
2043
|
msgstr "Sobrescribir valores"
|
|
2043
2044
|
|
|
2044
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2045
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69 ../lib/hammer_cli_foreman/smart_variable.rb:59
|
|
2045
2046
|
msgid "Merge overrides"
|
|
2046
2047
|
msgstr ""
|
|
2047
2048
|
|
|
2048
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2049
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70 ../lib/hammer_cli_foreman/smart_variable.rb:60
|
|
2049
2050
|
msgid "Merge default value"
|
|
2050
2051
|
msgstr ""
|
|
2051
2052
|
|
|
2052
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2053
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71 ../lib/hammer_cli_foreman/smart_variable.rb:61
|
|
2053
2054
|
msgid "Avoid duplicates"
|
|
2054
2055
|
msgstr ""
|
|
2055
2056
|
|
|
2056
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2057
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72 ../lib/hammer_cli_foreman/smart_variable.rb:62
|
|
2057
2058
|
msgid "Order"
|
|
2058
2059
|
msgstr "Orden"
|
|
2059
2060
|
|
|
2060
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2061
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73 ../lib/hammer_cli_foreman/smart_variable.rb:63
|
|
2061
2062
|
msgid "Values"
|
|
2062
2063
|
msgstr ""
|
|
2063
2064
|
|
|
2064
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2065
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_variable.rb:65
|
|
2065
2066
|
msgid "Match"
|
|
2066
2067
|
msgstr "Corresponder"
|
|
2067
2068
|
|
|
2068
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2069
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:102
|
|
2069
2070
|
msgid "Parameter updated"
|
|
2070
2071
|
msgstr "Parámetro actualizado"
|
|
2071
2072
|
|
|
2072
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2073
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:103
|
|
2073
2074
|
msgid "Could not update the parameter"
|
|
2074
2075
|
msgstr "No se pudo actualizar el parámetro"
|
|
2075
2076
|
|
|
2076
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2077
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:110
|
|
2077
2078
|
msgid "Override this parameter."
|
|
2078
2079
|
msgstr "Sobrescribir este parámetro."
|
|
2079
2080
|
|
|
2080
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2081
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:112
|
|
2081
2082
|
msgid "This parameter is required."
|
|
2082
2083
|
msgstr "El parámetro es obligatorio."
|
|
2083
2084
|
|
|
2084
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2085
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:114
|
|
2085
2086
|
msgid "Type of the parameter."
|
|
2086
2087
|
msgstr "Tipo de parámetro."
|
|
2087
2088
|
|
|
2088
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2089
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117 ../lib/hammer_cli_foreman/smart_variable.rb:91 ../lib/hammer_cli_foreman/smart_variable.rb:105
|
|
2089
2090
|
msgid "Type of the validator."
|
|
2090
2091
|
msgstr "Tipo de validador."
|
|
2091
2092
|
|
|
2092
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2093
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:131 ../lib/hammer_cli_foreman/smart_variable.rb:123
|
|
2093
2094
|
msgid "Override value created"
|
|
2094
2095
|
msgstr ""
|
|
2095
2096
|
|
|
2096
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2097
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132 ../lib/hammer_cli_foreman/smart_variable.rb:124
|
|
2097
2098
|
msgid "Could not create the override_value"
|
|
2098
2099
|
msgstr ""
|
|
2099
2100
|
|
|
2100
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2101
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:151 ../lib/hammer_cli_foreman/smart_variable.rb:136
|
|
2101
2102
|
msgid "Override value deleted"
|
|
2102
2103
|
msgstr ""
|
|
2103
2104
|
|
|
2104
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
|
2105
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:152 ../lib/hammer_cli_foreman/smart_variable.rb:137
|
|
2105
2106
|
msgid "Could not delete the override value"
|
|
2106
2107
|
msgstr ""
|
|
2107
2108
|
|
|
@@ -2157,31 +2158,31 @@ msgstr "Se actualizaron las funcionalidades del proxy inteligente"
|
|
|
2157
2158
|
msgid "Refresh of smart proxy features failed"
|
|
2158
2159
|
msgstr "Error al actualizar las funcionalidades del proxy inteligente"
|
|
2159
2160
|
|
|
2160
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
|
2161
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:83
|
|
2161
2162
|
msgid "Smart variable [%{variable}] created"
|
|
2162
2163
|
msgstr ""
|
|
2163
2164
|
|
|
2164
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
|
2165
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:84
|
|
2165
2166
|
msgid "Could not create the smart variable"
|
|
2166
2167
|
msgstr ""
|
|
2167
2168
|
|
|
2168
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
|
2169
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:88 ../lib/hammer_cli_foreman/smart_variable.rb:102
|
|
2169
2170
|
msgid "Type of the variable."
|
|
2170
2171
|
msgstr ""
|
|
2171
2172
|
|
|
2172
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
|
2173
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:97
|
|
2173
2174
|
msgid "Smart variable [%{variable}] updated"
|
|
2174
2175
|
msgstr ""
|
|
2175
2176
|
|
|
2176
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
|
2177
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:98
|
|
2177
2178
|
msgid "Could not update the smart variable"
|
|
2178
2179
|
msgstr ""
|
|
2179
2180
|
|
|
2180
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
|
2181
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:112
|
|
2181
2182
|
msgid "Smart variable [%{variable}] deleted"
|
|
2182
2183
|
msgstr ""
|
|
2183
2184
|
|
|
2184
|
-
#: ../lib/hammer_cli_foreman/smart_variable.rb:
|
|
2185
|
+
#: ../lib/hammer_cli_foreman/smart_variable.rb:113
|
|
2185
2186
|
msgid "Could not delete the smart variable"
|
|
2186
2187
|
msgstr ""
|
|
2187
2188
|
|
|
@@ -2388,7 +2389,3 @@ msgstr "Se borró el grupo de usuarios [%<name>s]"
|
|
|
2388
2389
|
#: ../lib/hammer_cli_foreman/usergroup.rb:46
|
|
2389
2390
|
msgid "Could not delete the user group"
|
|
2390
2391
|
msgstr "No se pudo borrar el grupo de usuarios"
|
|
2391
|
-
|
|
2392
|
-
#: ../lib/hammer_cli_foreman/id_resolver.rb:201
|
|
2393
|
-
#~ msgid "%s found more than once"
|
|
2394
|
-
#~ msgstr "%s se encontró más de una vez"
|