hammer_cli_foreman 0.8.0 → 0.9.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 (85) hide show
  1. checksums.yaml +4 -4
  2. data/config/foreman.yml +1 -0
  3. data/doc/host_create.md +3 -3
  4. data/doc/release_notes.md +14 -0
  5. data/lib/hammer_cli_foreman.rb +0 -1
  6. data/lib/hammer_cli_foreman/api.rb +3 -0
  7. data/lib/hammer_cli_foreman/api/connection.rb +75 -0
  8. data/lib/hammer_cli_foreman/api/interactive_basic_auth.rb +49 -0
  9. data/lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb +120 -0
  10. data/lib/hammer_cli_foreman/auth.rb +16 -12
  11. data/lib/hammer_cli_foreman/commands.rb +4 -36
  12. data/lib/hammer_cli_foreman/compute_resource.rb +6 -6
  13. data/lib/hammer_cli_foreman/compute_resources/all.rb +7 -0
  14. data/lib/hammer_cli_foreman/compute_resources/ec2.rb +9 -0
  15. data/lib/hammer_cli_foreman/compute_resources/ec2/host_help_extenstion.rb +23 -0
  16. data/lib/hammer_cli_foreman/compute_resources/gce.rb +9 -0
  17. data/lib/hammer_cli_foreman/compute_resources/gce/host_help_extenstion.rb +22 -0
  18. data/lib/hammer_cli_foreman/compute_resources/libvirt.rb +9 -0
  19. data/lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb +35 -0
  20. data/lib/hammer_cli_foreman/compute_resources/openstack.rb +9 -0
  21. data/lib/hammer_cli_foreman/compute_resources/openstack/host_help_extenstion.rb +23 -0
  22. data/lib/hammer_cli_foreman/compute_resources/ovirt.rb +9 -0
  23. data/lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb +36 -0
  24. data/lib/hammer_cli_foreman/compute_resources/rackspace.rb +9 -0
  25. data/lib/hammer_cli_foreman/compute_resources/rackspace/host_help_extenstion.rb +20 -0
  26. data/lib/hammer_cli_foreman/compute_resources/vmware.rb +9 -0
  27. data/lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb +62 -0
  28. data/lib/hammer_cli_foreman/filter.rb +1 -0
  29. data/lib/hammer_cli_foreman/host.rb +15 -140
  30. data/lib/hammer_cli_foreman/hosts/common_update_help.rb +53 -0
  31. data/lib/hammer_cli_foreman/hosts/common_update_options.rb +141 -0
  32. data/lib/hammer_cli_foreman/references.rb +13 -2
  33. data/lib/hammer_cli_foreman/role.rb +3 -7
  34. data/lib/hammer_cli_foreman/smart_class_parameter.rb +2 -2
  35. data/lib/hammer_cli_foreman/smart_variable.rb +1 -2
  36. data/lib/hammer_cli_foreman/user.rb +2 -0
  37. data/lib/hammer_cli_foreman/version.rb +1 -1
  38. data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  39. data/locale/ca/hammer-cli-foreman.edit.po +520 -318
  40. data/locale/ca/hammer-cli-foreman.po +253 -175
  41. data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  42. data/locale/de/hammer-cli-foreman.edit.po +568 -358
  43. data/locale/de/hammer-cli-foreman.po +255 -177
  44. data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  45. data/locale/en/hammer-cli-foreman.edit.po +446 -228
  46. data/locale/en/hammer-cli-foreman.po +208 -41
  47. data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  48. data/locale/en_GB/hammer-cli-foreman.edit.po +498 -307
  49. data/locale/en_GB/hammer-cli-foreman.po +254 -176
  50. data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  51. data/locale/es/hammer-cli-foreman.edit.po +594 -388
  52. data/locale/es/hammer-cli-foreman.po +254 -176
  53. data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  54. data/locale/fr/hammer-cli-foreman.edit.po +542 -342
  55. data/locale/fr/hammer-cli-foreman.po +254 -176
  56. data/locale/hammer-cli-foreman.pot +503 -241
  57. data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  58. data/locale/it/hammer-cli-foreman.edit.po +510 -295
  59. data/locale/it/hammer-cli-foreman.po +254 -176
  60. data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  61. data/locale/ja/hammer-cli-foreman.edit.po +590 -365
  62. data/locale/ja/hammer-cli-foreman.po +254 -176
  63. data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  64. data/locale/ko/hammer-cli-foreman.edit.po +591 -366
  65. data/locale/ko/hammer-cli-foreman.po +254 -176
  66. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  67. data/locale/pt_BR/hammer-cli-foreman.edit.po +588 -388
  68. data/locale/pt_BR/hammer-cli-foreman.po +254 -176
  69. data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  70. data/locale/ru/hammer-cli-foreman.edit.po +549 -336
  71. data/locale/ru/hammer-cli-foreman.po +254 -176
  72. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  73. data/locale/zh_CN/hammer-cli-foreman.edit.po +598 -373
  74. data/locale/zh_CN/hammer-cli-foreman.po +254 -176
  75. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  76. data/locale/zh_TW/hammer-cli-foreman.edit.po +592 -367
  77. data/locale/zh_TW/hammer-cli-foreman.po +254 -176
  78. data/test/test_helper.rb +7 -5
  79. data/test/unit/api/interactive_basic_auth_test.rb +87 -0
  80. data/test/unit/api/session_authenticator_wrapper_test.rb +263 -0
  81. data/test/unit/exception_handler_test.rb +1 -1
  82. data/test/unit/host_test.rb +2 -2
  83. metadata +314 -292
  84. data/lib/hammer_cli_foreman/credentials.rb +0 -67
  85. data/test/unit/credentials_test.rb +0 -59
@@ -0,0 +1,53 @@
1
+ module HammerCLIForeman
2
+ module Hosts
3
+ module CommonUpdateHelp
4
+ def self.included(base)
5
+ base.extend_help do |h|
6
+ h.section _('Available keys for %{option}') % { :option => '--interface' } do |h|
7
+ h.list([
8
+ 'mac',
9
+ 'ip',
10
+ ['type', _('Possible values: %s') % 'interface, bmc, bond, bridge'],
11
+ 'name',
12
+ 'subnet_id',
13
+ 'domain_id',
14
+ 'identifier',
15
+ ['managed', 'true/false'],
16
+ ['primary', _('%{value}, each managed hosts needs to have one primary interface.') % {:value => 'true/false'}],
17
+ ['provision', 'true/false'],
18
+ ['virtual', 'true/false']
19
+ ])
20
+ h.section _('For %{condition}') % { :condition => 'virtual=true' } do |h|
21
+ h.list([
22
+ ['tag', _('VLAN tag, this attribute has precedence over the subnet VLAN ID. Only for virtual interfaces.')],
23
+ ['attached_to', _('Identifier of the interface to which this interface belongs, e.g. eth1.')]
24
+ ])
25
+ end
26
+ h.section _('For %{condition}') % { :condition => 'type=bond' } do |h|
27
+ h.list([
28
+ ['mode', _('Possible values: %s') % 'balance-rr, active-backup, balance-xor, broadcast, 802.3ad, balance-tlb, balance-alb'],
29
+ ['attached_devices', _('Identifiers of slave interfaces, e.g. [eth1,eth2]')],
30
+ 'bond_options'
31
+ ])
32
+ end
33
+ h.section _('For %{condition}') % { :condition => 'type=bmc' } do |h|
34
+ h.list([
35
+ ['provider', _('always IPMI')],
36
+ 'username',
37
+ 'password'
38
+ ])
39
+ end
40
+ end
41
+
42
+ h.section _('Provider specific options') do |h|
43
+ HammerCLIForeman::Host.cr_help_extensions.each do |name, help|
44
+ h.section name do |h|
45
+ help.call(h)
46
+ end
47
+ end
48
+ end
49
+ end
50
+ end
51
+ end
52
+ end
53
+ end
@@ -0,0 +1,141 @@
1
+ module HammerCLIForeman
2
+ module Hosts
3
+ module CommonUpdateOptions
4
+
5
+ def self.included(base)
6
+ base.option "--owner", "OWNER_LOGIN", _("Login of the owner"),
7
+ :attribute_name => :option_user_login
8
+ base.option "--owner-id", "OWNER_ID", _("ID of the owner"),
9
+ :attribute_name => :option_user_id
10
+
11
+ base.option "--root-password", "ROOT_PW", " "
12
+ base.option "--ask-root-password", "ASK_ROOT_PW", " ",
13
+ :format => HammerCLI::Options::Normalizers::Bool.new
14
+
15
+ base.option "--puppet-proxy", "PUPPET_PROXY_NAME", ""
16
+ base.option "--puppet-ca-proxy", "PUPPET_CA_PROXY_NAME", ""
17
+ base.option "--puppet-class-ids", "PUPPET_CLASS_IDS", "",
18
+ :format => HammerCLI::Options::Normalizers::List.new,
19
+ :attribute_name => :option_puppetclass_ids
20
+ base.option "--puppet-classes", "PUPPET_CLASS_NAMES", "",
21
+ :format => HammerCLI::Options::Normalizers::List.new
22
+
23
+ bme_options = {}
24
+ bme_options[:default] = 'true' if base.action.to_sym == :create
25
+
26
+ bme_options[:format] = HammerCLI::Options::Normalizers::Bool.new
27
+ base.option "--managed", "MANAGED", " ", bme_options
28
+ bme_options[:format] = HammerCLI::Options::Normalizers::Bool.new
29
+ base.option "--build", "BUILD", " ", bme_options
30
+ bme_options[:format] = HammerCLI::Options::Normalizers::Bool.new
31
+ base.option "--enabled", "ENABLED", " ", bme_options
32
+ bme_options[:format] = HammerCLI::Options::Normalizers::Bool.new
33
+ base.option "--overwrite", "OVERWRITE", " ", bme_options
34
+
35
+ base.option "--parameters", "PARAMS", _("Host parameters."),
36
+ :format => HammerCLI::Options::Normalizers::KeyValueList.new
37
+ base.option "--compute-attributes", "COMPUTE_ATTRS", _("Compute resource attributes."),
38
+ :format => HammerCLI::Options::Normalizers::KeyValueList.new
39
+ base.option "--volume", "VOLUME", _("Volume parameters"), :multivalued => true,
40
+ :format => HammerCLI::Options::Normalizers::KeyValueList.new
41
+ base.option "--interface", "INTERFACE", _("Interface parameters."), :multivalued => true,
42
+ :format => HammerCLI::Options::Normalizers::KeyValueList.new
43
+ base.option "--provision-method", "METHOD", " ",
44
+ :format => HammerCLI::Options::Normalizers::Enum.new(['build', 'image'])
45
+
46
+ base.build_options :without => [
47
+ # - temporarily disabled params that will be removed from the api ------------------
48
+ :provision_method, :capabilities, :flavour_ref, :image_ref, :start,
49
+ :network, :cpus, :memory, :provider, :type, :tenant_id, :image_id,
50
+ # ----------------------------------------------------------------------------------
51
+ :puppet_class_ids, :host_parameters_attributes, :interfaces_attributes]
52
+ end
53
+
54
+ def self.ask_password
55
+ prompt = _("Enter the root password for the host:") + " "
56
+ ask(prompt) {|q| q.echo = false}
57
+ end
58
+
59
+ def request_params
60
+ params = super
61
+
62
+ owner_id = get_resource_id(HammerCLIForeman.foreman_resource(:users), :required => false, :scoped => true)
63
+ params['host']['owner_id'] ||= owner_id unless owner_id.nil?
64
+
65
+ puppet_proxy_id = proxy_id(option_puppet_proxy)
66
+ params['host']['puppet_proxy_id'] ||= puppet_proxy_id unless puppet_proxy_id.nil?
67
+
68
+ puppet_ca_proxy_id = proxy_id(option_puppet_ca_proxy)
69
+ params['host']['puppet_ca_proxy_id'] ||= puppet_ca_proxy_id unless puppet_ca_proxy_id.nil?
70
+
71
+ puppetclass_ids = option_puppetclass_ids || puppet_class_ids(option_puppet_classes)
72
+ params['host']['puppetclass_ids'] = puppetclass_ids unless puppetclass_ids.nil?
73
+
74
+ params['host']['build'] = option_build unless option_build.nil?
75
+ params['host']['managed'] = option_managed unless option_managed.nil?
76
+ params['host']['enabled'] = option_enabled unless option_enabled.nil?
77
+ params['host']['overwrite'] = option_overwrite unless option_overwrite.nil?
78
+
79
+ params['host']['host_parameters_attributes'] = parameter_attributes
80
+ params['host']['compute_attributes'] = option_compute_attributes || {}
81
+ params['host']['compute_attributes']['volumes_attributes'] = nested_attributes(option_volume_list)
82
+ params['host']['interfaces_attributes'] = interfaces_attributes
83
+
84
+ params['host']['root_pass'] = option_root_password unless option_root_password.nil?
85
+
86
+ if option_ask_root_password
87
+ params['host']['root_pass'] = HammerCLIForeman::Hosts::CommonUpdateOptions::ask_password
88
+ end
89
+
90
+ params
91
+ end
92
+
93
+ private
94
+
95
+ def proxy_id(name)
96
+ resolver.smart_proxy_id('option_name' => name) if name
97
+ end
98
+
99
+ def puppet_class_ids(names)
100
+ resolver.puppetclass_ids('option_names' => names) if names
101
+ end
102
+
103
+ def parameter_attributes
104
+ return {} unless option_parameters
105
+ option_parameters.collect do |key, value|
106
+ if value.is_a? String
107
+ {"name"=>key, "value"=>value}
108
+ else
109
+ {"name"=>key, "value"=>value.inspect}
110
+ end
111
+ end
112
+ end
113
+
114
+ def nested_attributes(attrs)
115
+ return {} unless attrs
116
+
117
+ nested_hash = {}
118
+ attrs.each_with_index do |attr, i|
119
+ nested_hash[i.to_s] = attr
120
+ end
121
+ nested_hash
122
+ end
123
+
124
+ def interfaces_attributes
125
+ return {} if option_interface_list.empty?
126
+
127
+ # move each attribute starting with "compute_" to compute_attributes
128
+ option_interface_list.collect do |nic|
129
+ compute_attributes = {}
130
+ nic.keys.each do |key|
131
+ if key.start_with? 'compute_'
132
+ compute_attributes[key.gsub('compute_', '')] = nic.delete(key)
133
+ end
134
+ end
135
+ nic['compute_attributes'] = compute_attributes unless compute_attributes.empty?
136
+ nic
137
+ end
138
+ end
139
+ end
140
+ end
141
+ end
@@ -31,8 +31,19 @@ module HammerCLIForeman
31
31
 
32
32
  def self.usergroups(dsl)
33
33
  dsl.build do
34
- collection :usergroups, _("User groups"), :numbered => false do
35
- custom_field Fields::Reference
34
+ collection :usergroups, _("User groups"), :numbered => true do
35
+ field :name, _("Usergroup")
36
+ field :id, _("Id"), Fields::Id
37
+ collection :roles, _("Roles"), :numbered => false do
38
+ custom_field Fields::Reference
39
+ end
40
+ end
41
+ collection :cached_usergroups, _("Inherited User groups"), :numbered => true do
42
+ field :name, _("Usergroup")
43
+ field :id, _("Id"), Fields::Id
44
+ collection :roles, _("Roles"), :numbered => false do
45
+ custom_field Fields::Reference
46
+ end
36
47
  end
37
48
  end
38
49
  end
@@ -10,6 +10,7 @@ module HammerCLIForeman
10
10
  output do
11
11
  field :id, _("Id")
12
12
  field :name, _("Name")
13
+ field :builtin, _("Builtin"), Fields::Boolean
13
14
  end
14
15
 
15
16
  build_options
@@ -17,14 +18,9 @@ module HammerCLIForeman
17
18
 
18
19
  class InfoCommand < HammerCLIForeman::InfoCommand
19
20
  output ListCommand.output_definition do
20
- field :builtin_text, _("Builtin")
21
+ field :description, _("Description")
22
+ HammerCLIForeman::References.taxonomies(self)
21
23
  end
22
-
23
- def extend_data(data)
24
- data['builtin_text'] = (data['builtin'].to_i > 0) ? _('Yes') : _('No')
25
- data
26
- end
27
-
28
24
  build_options
29
25
  end
30
26
 
@@ -70,7 +70,8 @@ module HammerCLIForeman
70
70
  field :merge_overrides, _("Merge overrides"), Fields::Boolean
71
71
  field :merge_default, _("Merge default value"), Fields::Boolean
72
72
  field :avoid_duplicates, _("Avoid duplicates"), Fields::Boolean
73
- field :override_value_order, _("Order"), Fields::List
73
+ field :override_value_order, _("Order"), Fields::LongText
74
+
74
75
  collection :override_values, _("Values") do
75
76
  field :id, _('Id')
76
77
  field :match, _('Match')
@@ -83,7 +84,6 @@ module HammerCLIForeman
83
84
  end
84
85
 
85
86
  def extend_data(res)
86
- res['override_value_order'] = res['override_value_order'].split(/\r?\n/)
87
87
  res['parameter_type'] ||= 'string'
88
88
  res['use_puppet_default'] ||= false
89
89
  res
@@ -61,7 +61,7 @@ module HammerCLIForeman
61
61
  field :merge_overrides, _("Merge overrides"), Fields::Boolean
62
62
  field :merge_default, _("Merge default value"), Fields::Boolean
63
63
  field :avoid_duplicates, _("Avoid duplicates"), Fields::Boolean
64
- field :override_value_order, _("Order"), Fields::List
64
+ field :override_value_order, _("Order"), Fields::LongText
65
65
  collection :override_values, _("Values") do
66
66
  field :id, _('Id')
67
67
  field :match, _('Match')
@@ -72,7 +72,6 @@ module HammerCLIForeman
72
72
  end
73
73
 
74
74
  def extend_data(res)
75
- res['override_value_order'] = res['override_value_order'].split(/\r?\n/)
76
75
  res['parameter_type'] ||= 'string'
77
76
  res
78
77
  end
@@ -31,6 +31,7 @@ module HammerCLIForeman
31
31
  field :locale, _("Locale")
32
32
  field :timezone, _("Timezone")
33
33
  field :last_login_on, _("Last login"), Fields::Date
34
+ field :description, _("Description")
34
35
  custom_field Fields::Reference, :label => _("Default organization"), :path => [:default_organization]
35
36
  custom_field Fields::Reference, :label => _("Default location"), :path => [:default_location]
36
37
  HammerCLIForeman::References.roles(self)
@@ -43,6 +44,7 @@ module HammerCLIForeman
43
44
  user["locale"] ||= _('default') if user.has_key?("locale")
44
45
  user["timezone"] ||= _('default') if user.has_key?("timezone")
45
46
  user["full_name"] = [user["firstname"], user["lastname"]].join(' ')
47
+ user["cached_usergroups"] = user.fetch('cached_usergroups', []) - user["usergroups"]
46
48
  user
47
49
  end
48
50
 
@@ -1,5 +1,5 @@
1
1
  module HammerCLIForeman
2
2
  def self.version
3
- @version ||= Gem::Version.new '0.8.0'
3
+ @version ||= Gem::Version.new '0.9.0'
4
4
  end
5
5
  end
@@ -3,14 +3,14 @@
3
3
  # This file is distributed under the same license as the hammer-cli-foreman package.
4
4
  #
5
5
  # Translators:
6
- # Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>, 2015-2016
6
+ # Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2015-2016
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: hammer-cli-foreman 0.7.0\n"
9
+ "Project-Id-Version: hammer-cli-foreman 0.8.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2016-09-01 12:48+0200\n"
12
- "PO-Revision-Date: 2016-05-06 14:57+0000\n"
13
- "Last-Translator: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>\n"
11
+ "POT-Creation-Date: 2016-12-15 22:40+0100\n"
12
+ "PO-Revision-Date: 2016-06-15 09:14+0000\n"
13
+ "Last-Translator: Lukáš Zapletal\n"
14
14
  "Language-Team: Catalan (http://www.transifex.com/foreman/foreman/language/ca/)"
15
15
  "\n"
16
16
  "MIME-Version: 1.0\n"
@@ -19,124 +19,168 @@ msgstr ""
19
19
  "Language: ca\n"
20
20
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
21
 
22
- #: ../lib/hammer_cli_foreman.rb:32
22
+ #: ../lib/hammer_cli_foreman.rb:31
23
23
  msgid "Foreman connection login/logout."
24
24
  msgstr "Inici o tancament de la connexió de Foreman."
25
25
 
26
- #: ../lib/hammer_cli_foreman.rb:36
26
+ #: ../lib/hammer_cli_foreman.rb:35
27
27
  msgid "Manipulate architectures."
28
28
  msgstr "Manipula les arquitectures."
29
29
 
30
- #: ../lib/hammer_cli_foreman.rb:40
30
+ #: ../lib/hammer_cli_foreman.rb:39
31
31
  msgid "Manipulate auth sources."
32
32
  msgstr "Manipula els orígens d'autenticació."
33
33
 
34
- #: ../lib/hammer_cli_foreman.rb:44
34
+ #: ../lib/hammer_cli_foreman.rb:43
35
35
  msgid "Manipulate compute resources."
36
36
  msgstr "Manipula els recursos computacionals."
37
37
 
38
- #: ../lib/hammer_cli_foreman.rb:48
38
+ #: ../lib/hammer_cli_foreman.rb:47
39
39
  msgid "Manipulate domains."
40
40
  msgstr "Manipula els dominis."
41
41
 
42
- #: ../lib/hammer_cli_foreman.rb:52
42
+ #: ../lib/hammer_cli_foreman.rb:51
43
43
  msgid "Manipulate environments."
44
44
  msgstr "Manipula els entorns."
45
45
 
46
- #: ../lib/hammer_cli_foreman.rb:56
46
+ #: ../lib/hammer_cli_foreman.rb:55
47
47
  msgid "Search facts."
48
48
  msgstr "Cerca objectes d'interès."
49
49
 
50
- #: ../lib/hammer_cli_foreman.rb:60
50
+ #: ../lib/hammer_cli_foreman.rb:59
51
51
  msgid "Manage permission filters."
52
52
  msgstr "Gestiona els filtres dels permisos."
53
53
 
54
- #: ../lib/hammer_cli_foreman.rb:64
54
+ #: ../lib/hammer_cli_foreman.rb:63
55
55
  msgid "Manipulate hosts."
56
56
  msgstr "Manipula els amfitrions."
57
57
 
58
- #: ../lib/hammer_cli_foreman.rb:68
58
+ #: ../lib/hammer_cli_foreman.rb:67
59
59
  msgid "Manipulate hostgroups."
60
60
  msgstr "Manipula els grups dels amfitrions."
61
61
 
62
- #: ../lib/hammer_cli_foreman.rb:72
62
+ #: ../lib/hammer_cli_foreman.rb:71
63
63
  msgid "Manipulate locations."
64
64
  msgstr "Manipula les ubicacions."
65
65
 
66
- #: ../lib/hammer_cli_foreman.rb:76
66
+ #: ../lib/hammer_cli_foreman.rb:75
67
67
  msgid "Manipulate installation media."
68
68
  msgstr "Manipula els mitjans d'instal·lació."
69
69
 
70
- #: ../lib/hammer_cli_foreman.rb:80
70
+ #: ../lib/hammer_cli_foreman.rb:79
71
71
  msgid "Manipulate hardware models."
72
72
  msgstr "Manipula els models de maquinari."
73
73
 
74
- #: ../lib/hammer_cli_foreman.rb:84
74
+ #: ../lib/hammer_cli_foreman.rb:83
75
75
  msgid "Manipulate operating system."
76
76
  msgstr "Manipula el sistema operatiu."
77
77
 
78
- #: ../lib/hammer_cli_foreman.rb:88
78
+ #: ../lib/hammer_cli_foreman.rb:87
79
79
  msgid "Manipulate organizations."
80
80
  msgstr "Manipula les organitzacions."
81
81
 
82
- #: ../lib/hammer_cli_foreman.rb:92
82
+ #: ../lib/hammer_cli_foreman.rb:91
83
83
  msgid "Manipulate partition tables."
84
84
  msgstr "Manipula les taules de particions."
85
85
 
86
- #: ../lib/hammer_cli_foreman.rb:96
86
+ #: ../lib/hammer_cli_foreman.rb:95
87
87
  msgid "Search puppet modules."
88
88
  msgstr "Cerca mòduls de puppet."
89
89
 
90
- #: ../lib/hammer_cli_foreman.rb:100
90
+ #: ../lib/hammer_cli_foreman.rb:99
91
91
  msgid "Browse and read reports."
92
92
  msgstr "Navega i llegeix els informes. "
93
93
 
94
- #: ../lib/hammer_cli_foreman.rb:104
94
+ #: ../lib/hammer_cli_foreman.rb:103
95
95
  msgid "Manage user roles."
96
96
  msgstr "Gestiona els rols d'usuari."
97
97
 
98
- #: ../lib/hammer_cli_foreman.rb:108
98
+ #: ../lib/hammer_cli_foreman.rb:107
99
99
  msgid "Manipulate smart class parameters."
100
100
  msgstr "Manipula els paràmetres de la classe intel·ligent."
101
101
 
102
- #: ../lib/hammer_cli_foreman.rb:112
102
+ #: ../lib/hammer_cli_foreman.rb:111
103
103
  msgid "Manipulate smart variables."
104
104
  msgstr "Manipula les variables intel·ligents."
105
105
 
106
- #: ../lib/hammer_cli_foreman.rb:116
106
+ #: ../lib/hammer_cli_foreman.rb:115
107
107
  msgid "Manipulate smart proxies."
108
108
  msgstr "Manipula els servidors intermediaris intel·ligents."
109
109
 
110
- #: ../lib/hammer_cli_foreman.rb:120
110
+ #: ../lib/hammer_cli_foreman.rb:119
111
111
  #, fuzzy
112
112
  msgid "Manipulate realms."
113
113
  msgstr "Manipula els dominis."
114
114
 
115
- #: ../lib/hammer_cli_foreman.rb:124
115
+ #: ../lib/hammer_cli_foreman.rb:123
116
116
  msgid "Change server settings."
117
117
  msgstr "Canvia els ajusts del servidor."
118
118
 
119
- #: ../lib/hammer_cli_foreman.rb:128
119
+ #: ../lib/hammer_cli_foreman.rb:127
120
120
  msgid "Manipulate subnets."
121
121
  msgstr "Manipula les subxarxes."
122
122
 
123
- #: ../lib/hammer_cli_foreman.rb:132
123
+ #: ../lib/hammer_cli_foreman.rb:131
124
124
  msgid "Manipulate config templates."
125
125
  msgstr "Manipula les plantilles de configuració."
126
126
 
127
- #: ../lib/hammer_cli_foreman.rb:136
127
+ #: ../lib/hammer_cli_foreman.rb:135
128
128
  msgid "Manipulate users."
129
129
  msgstr "Manipula els usuaris."
130
130
 
131
- #: ../lib/hammer_cli_foreman.rb:140
131
+ #: ../lib/hammer_cli_foreman.rb:139
132
132
  msgid "Manage user groups."
133
133
  msgstr "Gestiona els grups d'usuaris."
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:159 ../lib/hammer_cli_foreman/host.rb:191 ../lib/hammer_cli_foreman/host.rb:222 ../lib/hammer_cli_foreman/hostgroup.rb:57 ../lib/hammer_cli_foreman/image.rb:29 ../lib/hammer_cli_foreman/interface.rb:23 ../lib/hammer_cli_foreman/interface.rb:43 ../lib/hammer_cli_foreman/location.rb:13 ../lib/hammer_cli_foreman/media.rb:9 ../lib/hammer_cli_foreman/model.rb:10 ../lib/hammer_cli_foreman/operating_system.rb:10 ../lib/hammer_cli_foreman/organization.rb:13 ../lib/hammer_cli_foreman/partition_table.rb:10 ../lib/hammer_cli_foreman/puppet_class.rb:13 ../lib/hammer_cli_foreman/realm.rb:8 ../lib/hammer_cli_foreman/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:75 ../lib/hammer_cli_foreman/smart_proxy.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:8 ../lib/hammer_cli_foreman/smart_variable.rb:66 ../lib/hammer_cli_foreman/subnet.rb:10 ../lib/hammer_cli_foreman/template.rb:25 ../lib/hammer_cli_foreman/user.rb:10 ../lib/hammer_cli_foreman/usergroup.rb:11
135
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:15
136
+ #, fuzzy
137
+ msgid "Invalid username or password"
138
+ msgstr "usuari"
139
+
140
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:20
141
+ msgid "You are logged in as '%s'"
142
+ msgstr "Heu iniciat la sessió com a «%s»"
143
+
144
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:22 ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:28
145
+ msgid "You are currently not logged in"
146
+ msgstr ""
147
+
148
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:33
149
+ msgid "[Foreman] Username: "
150
+ msgstr "[Foreman] Nom d'usuari: "
151
+
152
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:37
153
+ msgid "[Foreman] Password for %s: "
154
+ msgstr "[Foreman] Contrasenya per a %s: "
155
+
156
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:17
157
+ #, fuzzy
158
+ msgid "Can't use session auth due to invalid permissions on session files."
159
+ msgstr "fitxer"
160
+
161
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:26
162
+ msgid "Session exist, currently logged in as '%s'"
163
+ msgstr ""
164
+
165
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:51
166
+ msgid "Session has expired"
167
+ msgstr ""
168
+
169
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:78
170
+ #, fuzzy
171
+ msgid "Invalid session file format"
172
+ msgstr "fitxer"
173
+
174
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:106
175
+ #, fuzzy
176
+ msgid "Invalid permissions for %{file}: %{mode}, expected %{expected_mode}"
177
+ msgstr "fitxer"
178
+
179
+ #: ../lib/hammer_cli_foreman/architecture.rb:10 ../lib/hammer_cli_foreman/auth_source_ldap.rb:13 ../lib/hammer_cli_foreman/compute_resource.rb:20 ../lib/hammer_cli_foreman/domain.rb:31 ../lib/hammer_cli_foreman/environment.rb:14 ../lib/hammer_cli_foreman/external_usergroup.rb:10 ../lib/hammer_cli_foreman/filter.rb:9 ../lib/hammer_cli_foreman/filter.rb:73 ../lib/hammer_cli_foreman/host.rb:30 ../lib/hammer_cli_foreman/host.rb:62 ../lib/hammer_cli_foreman/host.rb:93 ../lib/hammer_cli_foreman/hostgroup.rb:57 ../lib/hammer_cli_foreman/image.rb:29 ../lib/hammer_cli_foreman/interface.rb:23 ../lib/hammer_cli_foreman/interface.rb:43 ../lib/hammer_cli_foreman/location.rb:13 ../lib/hammer_cli_foreman/media.rb:9 ../lib/hammer_cli_foreman/model.rb:10 ../lib/hammer_cli_foreman/operating_system.rb:10 ../lib/hammer_cli_foreman/organization.rb:13 ../lib/hammer_cli_foreman/partition_table.rb:10 ../lib/hammer_cli_foreman/puppet_class.rb:13 ../lib/hammer_cli_foreman/realm.rb:8 ../lib/hammer_cli_foreman/references.rb:36 ../lib/hammer_cli_foreman/references.rb:43 ../lib/hammer_cli_foreman/report.rb:10 ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11 ../lib/hammer_cli_foreman/settings.rb:11 ../lib/hammer_cli_foreman/smart_class_parameter.rb:8 ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_proxy.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:8 ../lib/hammer_cli_foreman/smart_variable.rb:66 ../lib/hammer_cli_foreman/subnet.rb:10 ../lib/hammer_cli_foreman/template.rb:25 ../lib/hammer_cli_foreman/user.rb:10 ../lib/hammer_cli_foreman/usergroup.rb:11
136
180
  msgid "Id"
137
181
  msgstr "ID"
138
182
 
139
- #: ../lib/hammer_cli_foreman/architecture.rb:11 ../lib/hammer_cli_foreman/auth_source_ldap.rb:14 ../lib/hammer_cli_foreman/common_parameter.rb:12 ../lib/hammer_cli_foreman/compute_resource.rb:21 ../lib/hammer_cli_foreman/domain.rb:32 ../lib/hammer_cli_foreman/environment.rb:15 ../lib/hammer_cli_foreman/external_usergroup.rb:11 ../lib/hammer_cli_foreman/external_usergroup.rb:42 ../lib/hammer_cli_foreman/filter.rb:73 ../lib/hammer_cli_foreman/filter.rb:90 ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:193 ../lib/hammer_cli_foreman/hostgroup.rb:58 ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70 ../lib/hammer_cli_foreman/location.rb:14 ../lib/hammer_cli_foreman/media.rb:10 ../lib/hammer_cli_foreman/model.rb:11 ../lib/hammer_cli_foreman/operating_system.rb:22 ../lib/hammer_cli_foreman/organization.rb:14 ../lib/hammer_cli_foreman/partition_table.rb:11 ../lib/hammer_cli_foreman/puppet_class.rb:14 ../lib/hammer_cli_foreman/realm.rb:9 ../lib/hammer_cli_foreman/role.rb:12 ../lib/hammer_cli_foreman/settings.rb:12 ../lib/hammer_cli_foreman/smart_proxy.rb:12 ../lib/hammer_cli_foreman/subnet.rb:11 ../lib/hammer_cli_foreman/template.rb:26 ../lib/hammer_cli_foreman/template.rb:75 ../lib/hammer_cli_foreman/user.rb:12 ../lib/hammer_cli_foreman/usergroup.rb:12
183
+ #: ../lib/hammer_cli_foreman/architecture.rb:11 ../lib/hammer_cli_foreman/auth_source_ldap.rb:14 ../lib/hammer_cli_foreman/common_parameter.rb:12 ../lib/hammer_cli_foreman/compute_resource.rb:21 ../lib/hammer_cli_foreman/domain.rb:32 ../lib/hammer_cli_foreman/environment.rb:15 ../lib/hammer_cli_foreman/external_usergroup.rb:11 ../lib/hammer_cli_foreman/external_usergroup.rb:42 ../lib/hammer_cli_foreman/filter.rb:74 ../lib/hammer_cli_foreman/filter.rb:91 ../lib/hammer_cli_foreman/host.rb:31 ../lib/hammer_cli_foreman/host.rb:64 ../lib/hammer_cli_foreman/hostgroup.rb:58 ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70 ../lib/hammer_cli_foreman/location.rb:14 ../lib/hammer_cli_foreman/media.rb:10 ../lib/hammer_cli_foreman/model.rb:11 ../lib/hammer_cli_foreman/operating_system.rb:22 ../lib/hammer_cli_foreman/organization.rb:14 ../lib/hammer_cli_foreman/partition_table.rb:11 ../lib/hammer_cli_foreman/puppet_class.rb:14 ../lib/hammer_cli_foreman/realm.rb:9 ../lib/hammer_cli_foreman/role.rb:12 ../lib/hammer_cli_foreman/settings.rb:12 ../lib/hammer_cli_foreman/smart_proxy.rb:12 ../lib/hammer_cli_foreman/subnet.rb:11 ../lib/hammer_cli_foreman/template.rb:26 ../lib/hammer_cli_foreman/template.rb:75 ../lib/hammer_cli_foreman/user.rb:12 ../lib/hammer_cli_foreman/usergroup.rb:12
140
184
  msgid "Name"
141
185
  msgstr "Nom"
142
186
 
@@ -169,196 +213,168 @@ msgid "Associate a hostgroup"
169
213
  msgstr "Associa un grup d'amfitrions"
170
214
 
171
215
  #: ../lib/hammer_cli_foreman/associating_commands.rb:43
172
- #, fuzzy
173
216
  msgid "The hostgroup has been associated"
174
- msgstr "El grup d'usuaris ha estat associat"
217
+ msgstr ""
175
218
 
176
219
  #: ../lib/hammer_cli_foreman/associating_commands.rb:44
177
- #, fuzzy
178
220
  msgid "Could not associate the hostgroup"
179
- msgstr "No s'ha pogut associar el grup d'usuaris"
221
+ msgstr ""
180
222
 
181
223
  #: ../lib/hammer_cli_foreman/associating_commands.rb:49
182
224
  msgid "Disassociate a hostgroup"
183
225
  msgstr "Desassocia un grup d'amfitrions"
184
226
 
185
227
  #: ../lib/hammer_cli_foreman/associating_commands.rb:51
186
- #, fuzzy
187
228
  msgid "The hostgroup has been disassociated"
188
- msgstr "El grup d'usuaris ha estat desassociat"
229
+ msgstr ""
189
230
 
190
231
  #: ../lib/hammer_cli_foreman/associating_commands.rb:52
191
- #, fuzzy
192
232
  msgid "Could not disassociate the hostgroup"
193
- msgstr "No s'ha pogut desassociar el grup d'usuaris"
233
+ msgstr ""
194
234
 
195
235
  #: ../lib/hammer_cli_foreman/associating_commands.rb:61
196
236
  msgid "Associate an environment"
197
237
  msgstr "Associa un entorn"
198
238
 
199
239
  #: ../lib/hammer_cli_foreman/associating_commands.rb:63
200
- #, fuzzy
201
240
  msgid "The environment has been associated"
202
- msgstr "L'usuari ha estat associat"
241
+ msgstr ""
203
242
 
204
243
  #: ../lib/hammer_cli_foreman/associating_commands.rb:64
205
- #, fuzzy
206
244
  msgid "Could not associate the environment"
207
- msgstr "No s'ha pogut crear l'entorn"
245
+ msgstr ""
208
246
 
209
247
  #: ../lib/hammer_cli_foreman/associating_commands.rb:69
210
248
  msgid "Disassociate an environment"
211
249
  msgstr "Desassocia un entorn"
212
250
 
213
251
  #: ../lib/hammer_cli_foreman/associating_commands.rb:71
214
- #, fuzzy
215
252
  msgid "The environment has been disassociated"
216
- msgstr "L'usuari ha estat desassociat"
253
+ msgstr ""
217
254
 
218
255
  #: ../lib/hammer_cli_foreman/associating_commands.rb:72
219
- #, fuzzy
220
256
  msgid "Could not disassociate the environment"
221
- msgstr "No s'ha pogut crear l'entorn"
257
+ msgstr ""
222
258
 
223
259
  #: ../lib/hammer_cli_foreman/associating_commands.rb:81
224
260
  msgid "Associate a domain"
225
261
  msgstr "Associa un domini"
226
262
 
227
263
  #: ../lib/hammer_cli_foreman/associating_commands.rb:83
228
- #, fuzzy
229
264
  msgid "The domain has been associated"
230
- msgstr "L'usuari ha estat associat"
265
+ msgstr ""
231
266
 
232
267
  #: ../lib/hammer_cli_foreman/associating_commands.rb:84
233
- #, fuzzy
234
268
  msgid "Could not associate the domain"
235
- msgstr "No s'ha pogut associar l'usuari"
269
+ msgstr ""
236
270
 
237
271
  #: ../lib/hammer_cli_foreman/associating_commands.rb:89
238
272
  msgid "Disassociate a domain"
239
273
  msgstr "Desassocia un domini"
240
274
 
241
275
  #: ../lib/hammer_cli_foreman/associating_commands.rb:91
242
- #, fuzzy
243
276
  msgid "The domain has been disassociated"
244
- msgstr "L'usuari ha estat desassociat"
277
+ msgstr ""
245
278
 
246
279
  #: ../lib/hammer_cli_foreman/associating_commands.rb:92
247
- #, fuzzy
248
280
  msgid "Could not disassociate the domain"
249
- msgstr "No s'ha pogut desassociar l'usuari"
281
+ msgstr ""
250
282
 
251
283
  #: ../lib/hammer_cli_foreman/associating_commands.rb:101
252
284
  msgid "Associate a medium"
253
285
  msgstr "Associa un mitjà"
254
286
 
255
287
  #: ../lib/hammer_cli_foreman/associating_commands.rb:103
256
- #, fuzzy
257
288
  msgid "The medium has been associated"
258
- msgstr "L'usuari ha estat associat"
289
+ msgstr ""
259
290
 
260
291
  #: ../lib/hammer_cli_foreman/associating_commands.rb:104
261
- #, fuzzy
262
292
  msgid "Could not associate the medium"
263
- msgstr "No s'ha pogut associar l'usuari"
293
+ msgstr ""
264
294
 
265
295
  #: ../lib/hammer_cli_foreman/associating_commands.rb:109
266
296
  msgid "Disassociate a medium"
267
297
  msgstr "Desassocia un mitjà"
268
298
 
269
299
  #: ../lib/hammer_cli_foreman/associating_commands.rb:111
270
- #, fuzzy
271
300
  msgid "The medium has been disassociated"
272
- msgstr "L'usuari ha estat desassociat"
301
+ msgstr ""
273
302
 
274
303
  #: ../lib/hammer_cli_foreman/associating_commands.rb:112
275
- #, fuzzy
276
304
  msgid "Could not disassociate the medium"
277
- msgstr "No s'ha pogut desassociar l'usuari"
305
+ msgstr ""
278
306
 
279
307
  #: ../lib/hammer_cli_foreman/associating_commands.rb:121
280
308
  msgid "Associate a subnet"
281
309
  msgstr "Associa una subxarxa"
282
310
 
283
311
  #: ../lib/hammer_cli_foreman/associating_commands.rb:123
284
- #, fuzzy
285
312
  msgid "The subnet has been associated"
286
- msgstr "L'usuari ha estat associat"
313
+ msgstr ""
287
314
 
288
315
  #: ../lib/hammer_cli_foreman/associating_commands.rb:124
289
- #, fuzzy
290
316
  msgid "Could not associate the subnet"
291
- msgstr "No s'ha pogut associar l'usuari"
317
+ msgstr ""
292
318
 
293
319
  #: ../lib/hammer_cli_foreman/associating_commands.rb:129
294
320
  msgid "Disassociate a subnet"
295
321
  msgstr "Desassocia una subxarxa"
296
322
 
297
323
  #: ../lib/hammer_cli_foreman/associating_commands.rb:131
298
- #, fuzzy
299
324
  msgid "The subnet has been disassociated"
300
- msgstr "L'usuari ha estat desassociat"
325
+ msgstr ""
301
326
 
302
327
  #: ../lib/hammer_cli_foreman/associating_commands.rb:132
303
- #, fuzzy
304
328
  msgid "Could not disassociate the subnet"
305
- msgstr "No s'ha pogut desassociar l'usuari"
329
+ msgstr ""
306
330
 
307
331
  #: ../lib/hammer_cli_foreman/associating_commands.rb:141
308
332
  msgid "Associate a compute resource"
309
333
  msgstr "Associa un recurs computacional"
310
334
 
311
335
  #: ../lib/hammer_cli_foreman/associating_commands.rb:143
312
- #, fuzzy
313
336
  msgid "The compute resource has been associated"
314
- msgstr "El grup d'usuaris ha estat associat"
337
+ msgstr ""
315
338
 
316
339
  #: ../lib/hammer_cli_foreman/associating_commands.rb:144
317
- #, fuzzy
318
340
  msgid "Could not associate the compute resource"
319
- msgstr "No s'ha pogut crear el recurs computacional"
341
+ msgstr ""
320
342
 
321
343
  #: ../lib/hammer_cli_foreman/associating_commands.rb:149
322
344
  msgid "Disassociate a compute resource"
323
345
  msgstr "Desassocia un recurs computacional"
324
346
 
325
347
  #: ../lib/hammer_cli_foreman/associating_commands.rb:151
326
- #, fuzzy
327
348
  msgid "The compute resource has been disassociated"
328
- msgstr "El grup d'usuaris ha estat desassociat"
349
+ msgstr ""
329
350
 
330
351
  #: ../lib/hammer_cli_foreman/associating_commands.rb:152
331
- #, fuzzy
332
352
  msgid "Could not disassociate the compute resource"
333
- msgstr "No s'ha pogut crear el recurs computacional"
353
+ msgstr ""
334
354
 
335
355
  #: ../lib/hammer_cli_foreman/associating_commands.rb:161
336
356
  msgid "Associate a smart proxy"
337
357
  msgstr "Associa un servidor intermediari intel·ligent"
338
358
 
339
359
  #: ../lib/hammer_cli_foreman/associating_commands.rb:163
340
- #, fuzzy
341
360
  msgid "The smart proxy has been associated"
342
- msgstr "El grup d'usuaris ha estat associat"
361
+ msgstr ""
343
362
 
344
363
  #: ../lib/hammer_cli_foreman/associating_commands.rb:164
345
- #, fuzzy
346
364
  msgid "Could not associate the smart proxy"
347
- msgstr "No s'ha pogut associar el grup d'usuaris"
365
+ msgstr ""
348
366
 
349
367
  #: ../lib/hammer_cli_foreman/associating_commands.rb:173
350
368
  msgid "Disassociate a smart proxy"
351
369
  msgstr "Desassocia un servidor intermediari intel·ligent"
352
370
 
353
371
  #: ../lib/hammer_cli_foreman/associating_commands.rb:175
354
- #, fuzzy
355
372
  msgid "The smart proxy has been disassociated"
356
- msgstr "El grup d'usuaris ha estat desassociat"
373
+ msgstr ""
357
374
 
358
375
  #: ../lib/hammer_cli_foreman/associating_commands.rb:176
359
- #, fuzzy
360
376
  msgid "Could not disassociate the smart proxy"
361
- msgstr "No s'ha pogut desassociar el grup d'usuaris"
377
+ msgstr ""
362
378
 
363
379
  #: ../lib/hammer_cli_foreman/associating_commands.rb:189
364
380
  msgid "Associate an user"
@@ -417,9 +433,8 @@ msgid "The configuration template has been associated"
417
433
  msgstr ""
418
434
 
419
435
  #: ../lib/hammer_cli_foreman/associating_commands.rb:236
420
- #, fuzzy
421
436
  msgid "Could not associate the configuration template"
422
- msgstr "Desassocia una plantilla d'aprovisionament"
437
+ msgstr ""
423
438
 
424
439
  #: ../lib/hammer_cli_foreman/associating_commands.rb:241
425
440
  msgid "Disassociate a configuration template"
@@ -430,9 +445,8 @@ msgid "The configuration template has been disassociated"
430
445
  msgstr ""
431
446
 
432
447
  #: ../lib/hammer_cli_foreman/associating_commands.rb:244
433
- #, fuzzy
434
448
  msgid "Could not disassociate the configuration template"
435
- msgstr "No s'ha pogut desassociar la taula de particions"
449
+ msgstr ""
436
450
 
437
451
  #: ../lib/hammer_cli_foreman/associating_commands.rb:253
438
452
  msgid "Associate an organization"
@@ -443,23 +457,20 @@ msgid "The organization has been associated"
443
457
  msgstr ""
444
458
 
445
459
  #: ../lib/hammer_cli_foreman/associating_commands.rb:256
446
- #, fuzzy
447
460
  msgid "Could not associate the organization"
448
- msgstr "No s'ha pogut crear l'organització"
461
+ msgstr ""
449
462
 
450
463
  #: ../lib/hammer_cli_foreman/associating_commands.rb:261
451
464
  msgid "Disassociate an organization"
452
465
  msgstr "Desassocia una organització"
453
466
 
454
467
  #: ../lib/hammer_cli_foreman/associating_commands.rb:263
455
- #, fuzzy
456
468
  msgid "The organization has been disassociated"
457
- msgstr "L'usuari ha estat desassociat"
469
+ msgstr ""
458
470
 
459
471
  #: ../lib/hammer_cli_foreman/associating_commands.rb:264
460
- #, fuzzy
461
472
  msgid "Could not disassociate the organization"
462
- msgstr "No s'ha pogut crear l'organització"
473
+ msgstr ""
463
474
 
464
475
  #: ../lib/hammer_cli_foreman/associating_commands.rb:273
465
476
  msgid "Associate an operating system"
@@ -591,28 +602,31 @@ msgstr "No s'ha pogut desassociar l'usuari"
591
602
  msgid "Set credentials"
592
603
  msgstr "Estableix les credencials"
593
604
 
594
- #: ../lib/hammer_cli_foreman/auth.rb:20
605
+ #: ../lib/hammer_cli_foreman/auth.rb:9
606
+ #, fuzzy
607
+ msgid "username to access the remote system"
608
+ msgstr "usuari"
609
+
610
+ #: ../lib/hammer_cli_foreman/auth.rb:10
611
+ msgid "password to access the remote system"
612
+ msgstr ""
613
+
614
+ #: ../lib/hammer_cli_foreman/auth.rb:22
615
+ msgid "Successfully logged in."
616
+ msgstr ""
617
+
618
+ #: ../lib/hammer_cli_foreman/auth.rb:29
595
619
  msgid "Wipe your credentials"
596
620
  msgstr "Neteja les vostres credencials"
597
621
 
598
- #: ../lib/hammer_cli_foreman/auth.rb:26
622
+ #: ../lib/hammer_cli_foreman/auth.rb:34
599
623
  msgid "Credentials deleted."
600
624
  msgstr "S'han suprimit les credencials."
601
625
 
602
- #: ../lib/hammer_cli_foreman/auth.rb:33
626
+ #: ../lib/hammer_cli_foreman/auth.rb:41
603
627
  msgid "Information about current connections"
604
628
  msgstr "Informació sobre les connexions actuals"
605
629
 
606
- #: ../lib/hammer_cli_foreman/auth.rb:37
607
- msgid "You are logged in as '%s'"
608
- msgstr "Heu iniciat la sessió com a «%s»"
609
-
610
- #: ../lib/hammer_cli_foreman/auth.rb:39
611
- msgid ""
612
- "You are currently not logged in to any service.\n"
613
- "Use the service to set credentials."
614
- msgstr ""
615
-
616
630
  #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:7
617
631
  msgid "Manage LDAP auth sources."
618
632
  msgstr "Gestiona els orígens d'autenticació LDAP."
@@ -689,48 +703,47 @@ msgstr "S'ha actualitzat l'origen d'autenticació"
689
703
  msgid "Could not update the Auth Source"
690
704
  msgstr "No s'ha pogut actualitzar l'origen d'autenticació"
691
705
 
692
- #: ../lib/hammer_cli_foreman/commands.rb:88
706
+ #: ../lib/hammer_cli_foreman/commands.rb:56
693
707
  msgid "Received data of unknown format"
694
708
  msgstr "Les dades rebudes de format desconegut"
695
709
 
696
- #: ../lib/hammer_cli_foreman/commands.rb:196
710
+ #: ../lib/hammer_cli_foreman/commands.rb:164
697
711
  msgid "Could not find %{resource}. Some search options were missing, please see --help."
698
712
  msgstr ""
699
713
 
700
- #: ../lib/hammer_cli_foreman/commands.rb:198
714
+ #: ../lib/hammer_cli_foreman/commands.rb:166
701
715
  msgid "Could not find %{resource}, please set option %{switches}."
702
716
  msgstr "No s'ha pogut trobar %{resource}, si us plau, establiu l'opció %{switches}."
703
717
 
704
- #: ../lib/hammer_cli_foreman/commands.rb:200
718
+ #: ../lib/hammer_cli_foreman/commands.rb:168
705
719
  msgid "Could not find %{resource}, please set one of options %{switches}."
706
720
  msgstr "No s'ha pogut trobar %{resource}, si us plau, establiu una de les opcions %{switches}."
707
721
 
708
- #: ../lib/hammer_cli_foreman/commands.rb:529
722
+ #: ../lib/hammer_cli_foreman/commands.rb:497
709
723
  msgid "Associate a resource"
710
724
  msgstr "Associa un recurs"
711
725
 
712
- #: ../lib/hammer_cli_foreman/commands.rb:533
726
+ #: ../lib/hammer_cli_foreman/commands.rb:501
713
727
  msgid "Could not associate the %{resource_name}"
714
728
  msgstr ""
715
729
 
716
- #: ../lib/hammer_cli_foreman/commands.rb:537
730
+ #: ../lib/hammer_cli_foreman/commands.rb:505
717
731
  msgid "The %{resource_name} has been associated"
718
732
  msgstr ""
719
733
 
720
- #: ../lib/hammer_cli_foreman/commands.rb:559
734
+ #: ../lib/hammer_cli_foreman/commands.rb:527
721
735
  msgid "Disassociate a resource"
722
736
  msgstr "Desassocia un recurs"
723
737
 
724
- #: ../lib/hammer_cli_foreman/commands.rb:571
725
- #, fuzzy
738
+ #: ../lib/hammer_cli_foreman/commands.rb:539
726
739
  msgid "Could not disassociate the %{resource_name}"
727
- msgstr "No s'ha pogut desassociar l'arquitectura"
740
+ msgstr ""
728
741
 
729
- #: ../lib/hammer_cli_foreman/commands.rb:575
742
+ #: ../lib/hammer_cli_foreman/commands.rb:543
730
743
  msgid "The %{resource_name} has been disassociated"
731
744
  msgstr ""
732
745
 
733
- #: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:318 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:77 ../lib/hammer_cli_foreman/smart_variable.rb:68
746
+ #: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:189 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:78 ../lib/hammer_cli_foreman/smart_variable.rb:68
734
747
  msgid "Value"
735
748
  msgstr "Valor"
736
749
 
@@ -770,9 +783,9 @@ msgstr "Manipula els paràmetres globals."
770
783
  msgid "Provider"
771
784
  msgstr "Proveïdor"
772
785
 
773
- #: ../lib/hammer_cli_foreman/compute_resource.rb:34 ../lib/hammer_cli_foreman/compute_resource.rb:40 ../lib/hammer_cli_foreman/host.rb:192 ../lib/hammer_cli_foreman/image.rb:33 ../lib/hammer_cli_foreman/image.rb:71
774
- msgid "UUID"
775
- msgstr "UUID"
786
+ #: ../lib/hammer_cli_foreman/compute_resource.rb:34 ../lib/hammer_cli_foreman/compute_resource.rb:40
787
+ msgid "Datacenter"
788
+ msgstr ""
776
789
 
777
790
  #: ../lib/hammer_cli_foreman/compute_resource.rb:37 ../lib/hammer_cli_foreman/compute_resource.rb:47
778
791
  msgid "Region"
@@ -790,7 +803,7 @@ msgstr "Inquilí"
790
803
  msgid "Url"
791
804
  msgstr "URL"
792
805
 
793
- #: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/location.rb:15 ../lib/hammer_cli_foreman/organization.rb:15 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:53
806
+ #: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/location.rb:15 ../lib/hammer_cli_foreman/organization.rb:15 ../lib/hammer_cli_foreman/role.rb:21 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:53 ../lib/hammer_cli_foreman/user.rb:34
794
807
  msgid "Description"
795
808
  msgstr "Descripció"
796
809
 
@@ -822,13 +835,155 @@ msgstr "S'ha suprimit el recurs computacional"
822
835
  msgid "Could not delete the compute resource"
823
836
  msgstr "No s'ha pogut suprimir el recurs computacional"
824
837
 
825
- #: ../lib/hammer_cli_foreman/credentials.rb:26
826
- msgid "[Foreman] Username: "
827
- msgstr "[Foreman] Nom d'usuari: "
838
+ #: ../lib/hammer_cli_foreman/compute_resources/ec2/host_help_extenstion.rb:6
839
+ msgid "EC2"
840
+ msgstr ""
828
841
 
829
- #: ../lib/hammer_cli_foreman/credentials.rb:33
830
- msgid "[Foreman] Password for %s: "
831
- msgstr "[Foreman] Contrasenya per a %s: "
842
+ #: ../lib/hammer_cli_foreman/compute_resources/gce/host_help_extenstion.rb:6
843
+ msgid "GCE"
844
+ msgstr ""
845
+
846
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:6
847
+ msgid "Libvirt"
848
+ msgstr ""
849
+
850
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:12
851
+ msgid "Number of CPUs"
852
+ msgstr ""
853
+
854
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:13
855
+ msgid "String, amount of memory, value in bytes"
856
+ msgstr ""
857
+
858
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:14 ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:16
859
+ msgid "Boolean (expressed as 0 or 1), whether to start the machine or not"
860
+ msgstr ""
861
+
862
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:19 ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:21 ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:28 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:10 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:28
863
+ msgid "Possible values: %s"
864
+ msgstr ""
865
+
866
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:20
867
+ #, fuzzy
868
+ msgid "Name of interface according to type"
869
+ msgstr "Nom"
870
+
871
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:26
872
+ msgid "One of available storage pools"
873
+ msgstr ""
874
+
875
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:27
876
+ msgid "String value, eg. 10G"
877
+ msgstr ""
878
+
879
+ #: ../lib/hammer_cli_foreman/compute_resources/openstack/host_help_extenstion.rb:6
880
+ msgid "OpenStack"
881
+ msgstr ""
882
+
883
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:6
884
+ msgid "oVirt"
885
+ msgstr ""
886
+
887
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:13
888
+ #, fuzzy
889
+ msgid "Hardware profile to use"
890
+ msgstr "fitxer"
891
+
892
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:14
893
+ msgid "Integer value, number of cores"
894
+ msgstr ""
895
+
896
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:15
897
+ msgid "Amount of memory, integer value in bytes"
898
+ msgstr ""
899
+
900
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:21
901
+ msgid "Eg. eth0"
902
+ msgstr ""
903
+
904
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:22
905
+ msgid "Select one of available networks for a cluster"
906
+ msgstr ""
907
+
908
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:27
909
+ msgid "Volume size in GB, integer value"
910
+ msgstr ""
911
+
912
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:28
913
+ msgid "Select one of available storage domains"
914
+ msgstr ""
915
+
916
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:29
917
+ msgid "Boolean, only one volume can be bootable"
918
+ msgstr ""
919
+
920
+ #: ../lib/hammer_cli_foreman/compute_resources/rackspace/host_help_extenstion.rb:6
921
+ msgid "Rackspace"
922
+ msgstr ""
923
+
924
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:15
925
+ msgid "VMWare"
926
+ msgstr ""
927
+
928
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:21
929
+ msgid "Cpu count"
930
+ msgstr ""
931
+
932
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:22
933
+ msgid "Number of cores per socket (applicable to hardware versions < 10 only)"
934
+ msgstr ""
935
+
936
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:23
937
+ msgid "Integer number, amount of memory in MB"
938
+ msgstr ""
939
+
940
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:24
941
+ msgid "Cluster id from VMware"
942
+ msgstr ""
943
+
944
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:25
945
+ #, fuzzy
946
+ msgid "Path to folder"
947
+ msgstr "Camí"
948
+
949
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:26
950
+ msgid "Guest OS id form VMware"
951
+ msgstr ""
952
+
953
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:27
954
+ #, fuzzy
955
+ msgid "Id of the controller from VMware"
956
+ msgstr "ID"
957
+
958
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:28
959
+ msgid "Hardware version id from VMware"
960
+ msgstr ""
961
+
962
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:29
963
+ msgid "Must be a 1 or 0, whether to start the machine or not"
964
+ msgstr ""
965
+
966
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:35
967
+ #, fuzzy
968
+ msgid "Network id from VMware"
969
+ msgstr "Xarxa"
970
+
971
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:41
972
+ msgid "Datastore id from VMware"
973
+ msgstr ""
974
+
975
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:42
976
+ msgid "Integer number, volume size in GB"
977
+ msgstr ""
978
+
979
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:53
980
+ #, fuzzy
981
+ msgid "Type of the network adapter, for example one of:"
982
+ msgstr "Tipus"
983
+
984
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:55
985
+ msgid "See documentation center for your version of vSphere to find more details about available adapter types:"
986
+ msgstr ""
832
987
 
833
988
  #: ../lib/hammer_cli_foreman/defaults.rb:7
834
989
  msgid "Use the default organization and/or location from the server"
@@ -935,9 +1090,8 @@ msgid "Update your server url configuration"
935
1090
  msgstr ""
936
1091
 
937
1092
  #: ../lib/hammer_cli_foreman/exception_handler.rb:33
938
- #, fuzzy
939
1093
  msgid "you can set 'follow_redirects' to one of :default or :always to enable redirects following"
940
- msgstr "per defecte"
1094
+ msgstr ""
941
1095
 
942
1096
  #: ../lib/hammer_cli_foreman/exception_handler.rb:54
943
1097
  msgid "Forbidden - server refused to process the request"
@@ -995,7 +1149,7 @@ msgstr "No s'ha pogut suprimir el grup d'usuaris externs"
995
1149
  msgid "Host"
996
1150
  msgstr "Amfitrió"
997
1151
 
998
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:317
1152
+ #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:188
999
1153
  msgid "Fact"
1000
1154
  msgstr "Objecte d'interès"
1001
1155
 
@@ -1012,354 +1166,335 @@ msgid "Unlimited?"
1012
1166
  msgstr "Il·limitat?"
1013
1167
 
1014
1168
  #: ../lib/hammer_cli_foreman/filter.rb:13
1169
+ #, fuzzy
1170
+ msgid "Override?"
1171
+ msgstr "Sobreescriu"
1172
+
1173
+ #: ../lib/hammer_cli_foreman/filter.rb:14
1015
1174
  msgid "Role"
1016
1175
  msgstr "Rol"
1017
1176
 
1018
- #: ../lib/hammer_cli_foreman/filter.rb:14
1177
+ #: ../lib/hammer_cli_foreman/filter.rb:15
1019
1178
  msgid "Permissions"
1020
1179
  msgstr "Permisos"
1021
1180
 
1022
- #: ../lib/hammer_cli_foreman/filter.rb:18 ../lib/hammer_cli_foreman/filter.rb:34 ../lib/hammer_cli_foreman/filter.rb:78 ../lib/hammer_cli_foreman/role.rb:46
1181
+ #: ../lib/hammer_cli_foreman/filter.rb:19 ../lib/hammer_cli_foreman/filter.rb:35 ../lib/hammer_cli_foreman/filter.rb:79 ../lib/hammer_cli_foreman/role.rb:42
1023
1182
  msgid "(Miscellaneous)"
1024
1183
  msgstr "(Miscel·lani)"
1025
1184
 
1026
- #: ../lib/hammer_cli_foreman/filter.rb:19 ../lib/hammer_cli_foreman/filter.rb:35 ../lib/hammer_cli_foreman/role.rb:47
1185
+ #: ../lib/hammer_cli_foreman/filter.rb:20 ../lib/hammer_cli_foreman/filter.rb:36 ../lib/hammer_cli_foreman/role.rb:43
1027
1186
  msgid "none"
1028
1187
  msgstr "sense"
1029
1188
 
1030
- #: ../lib/hammer_cli_foreman/filter.rb:44
1189
+ #: ../lib/hammer_cli_foreman/filter.rb:45
1031
1190
  msgid "Permission filter for [%<resource_type>s] created"
1032
1191
  msgstr "S'ha creat el filtre del permís per [%<resource_type>s]"
1033
1192
 
1034
- #: ../lib/hammer_cli_foreman/filter.rb:45
1193
+ #: ../lib/hammer_cli_foreman/filter.rb:46
1035
1194
  msgid "Could not create the permission filter"
1036
1195
  msgstr "No s'ha pogut crear el filtre del permís"
1037
1196
 
1038
- #: ../lib/hammer_cli_foreman/filter.rb:52
1197
+ #: ../lib/hammer_cli_foreman/filter.rb:53
1039
1198
  msgid "Permission filter for [%<resource_type>s] updated"
1040
1199
  msgstr "S'ha actualitzat el filtre del permís per [%<resource_type>s]"
1041
1200
 
1042
- #: ../lib/hammer_cli_foreman/filter.rb:53
1201
+ #: ../lib/hammer_cli_foreman/filter.rb:54
1043
1202
  msgid "Could not update the permission filter"
1044
1203
  msgstr "No s'ha pogut actualitzar el filtre del permís"
1045
1204
 
1046
- #: ../lib/hammer_cli_foreman/filter.rb:60
1205
+ #: ../lib/hammer_cli_foreman/filter.rb:61
1047
1206
  msgid "Permission filter deleted"
1048
1207
  msgstr "S'ha suprimit el filtre del permís"
1049
1208
 
1050
- #: ../lib/hammer_cli_foreman/filter.rb:61
1209
+ #: ../lib/hammer_cli_foreman/filter.rb:62
1051
1210
  msgid "Could not delete the permission filter"
1052
1211
  msgstr "No s'ha pogut suprimir el filtre del permís"
1053
1212
 
1054
- #: ../lib/hammer_cli_foreman/filter.rb:74 ../lib/hammer_cli_foreman/report.rb:62
1213
+ #: ../lib/hammer_cli_foreman/filter.rb:75 ../lib/hammer_cli_foreman/report.rb:62
1055
1214
  msgid "Resource"
1056
1215
  msgstr "Recurs"
1057
1216
 
1058
- #: ../lib/hammer_cli_foreman/host.rb:15
1059
- msgid "Login of the owner"
1060
- msgstr "Nom d'usuari del propietari"
1061
-
1062
- #: ../lib/hammer_cli_foreman/host.rb:17
1063
- msgid "ID of the owner"
1064
- msgstr "ID del propietari"
1065
-
1066
- #: ../lib/hammer_cli_foreman/host.rb:44
1067
- msgid "Host parameters."
1068
- msgstr "Paràmetres de l'amfitrió."
1069
-
1070
- #: ../lib/hammer_cli_foreman/host.rb:46
1071
- msgid "Compute resource attributes."
1072
- msgstr "Els atributs del recurs computacional."
1073
-
1074
- #: ../lib/hammer_cli_foreman/host.rb:48
1075
- msgid "Volume parameters"
1076
- msgstr "Paràmetres del volum"
1077
-
1078
- #: ../lib/hammer_cli_foreman/host.rb:50
1079
- msgid "Interface parameters."
1080
- msgstr "Paràmetres de la interfície."
1081
-
1082
- #: ../lib/hammer_cli_foreman/host.rb:64
1083
- msgid "Enter the root password for the host:"
1084
- msgstr "Introduïu la contrasenya de root per a l'amfitrió:"
1085
-
1086
- #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:232 ../lib/hammer_cli_foreman/hostgroup.rb:60 ../lib/hammer_cli_foreman/image.rb:31
1217
+ #: ../lib/hammer_cli_foreman/host.rb:32 ../lib/hammer_cli_foreman/host.rb:103 ../lib/hammer_cli_foreman/hostgroup.rb:60 ../lib/hammer_cli_foreman/image.rb:31
1087
1218
  msgid "Operating System"
1088
1219
  msgstr "Sistema operatiu"
1089
1220
 
1090
- #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:196
1221
+ #: ../lib/hammer_cli_foreman/host.rb:33 ../lib/hammer_cli_foreman/host.rb:67
1091
1222
  msgid "Host Group"
1092
1223
  msgstr "Grup dels amfitrions"
1093
1224
 
1094
- #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:209
1225
+ #: ../lib/hammer_cli_foreman/host.rb:34 ../lib/hammer_cli_foreman/host.rb:80
1095
1226
  msgid "IP"
1096
1227
  msgstr "IP"
1097
1228
 
1098
- #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:210
1229
+ #: ../lib/hammer_cli_foreman/host.rb:35 ../lib/hammer_cli_foreman/host.rb:81
1099
1230
  msgid "MAC"
1100
1231
  msgstr "MAC"
1101
1232
 
1102
- #: ../lib/hammer_cli_foreman/host.rb:174
1233
+ #: ../lib/hammer_cli_foreman/host.rb:45
1103
1234
  msgid "Bare Metal"
1104
1235
  msgstr ""
1105
1236
 
1106
- #: ../lib/hammer_cli_foreman/host.rb:194
1237
+ #: ../lib/hammer_cli_foreman/host.rb:63 ../lib/hammer_cli_foreman/image.rb:33 ../lib/hammer_cli_foreman/image.rb:71
1238
+ msgid "UUID"
1239
+ msgstr "UUID"
1240
+
1241
+ #: ../lib/hammer_cli_foreman/host.rb:65
1107
1242
  msgid "Organization"
1108
1243
  msgstr "Organització"
1109
1244
 
1110
- #: ../lib/hammer_cli_foreman/host.rb:195
1245
+ #: ../lib/hammer_cli_foreman/host.rb:66
1111
1246
  msgid "Location"
1112
1247
  msgstr "Ubicació"
1113
1248
 
1114
- #: ../lib/hammer_cli_foreman/host.rb:197
1249
+ #: ../lib/hammer_cli_foreman/host.rb:68
1115
1250
  msgid "Compute Resource"
1116
1251
  msgstr "Recurs computacional"
1117
1252
 
1118
- #: ../lib/hammer_cli_foreman/host.rb:198
1253
+ #: ../lib/hammer_cli_foreman/host.rb:69
1119
1254
  msgid "Compute Profile"
1120
1255
  msgstr "Perfil computacional"
1121
1256
 
1122
- #: ../lib/hammer_cli_foreman/host.rb:199 ../lib/hammer_cli_foreman/hostgroup.rb:61
1257
+ #: ../lib/hammer_cli_foreman/host.rb:70 ../lib/hammer_cli_foreman/hostgroup.rb:61
1123
1258
  msgid "Environment"
1124
1259
  msgstr "Entorn"
1125
1260
 
1126
- #: ../lib/hammer_cli_foreman/host.rb:200
1261
+ #: ../lib/hammer_cli_foreman/host.rb:71
1127
1262
  msgid "Puppet CA Id"
1128
1263
  msgstr "ID de l'AC de Puppet"
1129
1264
 
1130
- #: ../lib/hammer_cli_foreman/host.rb:201
1265
+ #: ../lib/hammer_cli_foreman/host.rb:72
1131
1266
  msgid "Puppet Master Id"
1132
1267
  msgstr "ID del màster de Puppet"
1133
1268
 
1134
- #: ../lib/hammer_cli_foreman/host.rb:202
1269
+ #: ../lib/hammer_cli_foreman/host.rb:73
1135
1270
  msgid "Cert name"
1136
1271
  msgstr "Nom del certificat"
1137
1272
 
1138
- #: ../lib/hammer_cli_foreman/host.rb:203 ../lib/hammer_cli_foreman/interface.rb:51
1273
+ #: ../lib/hammer_cli_foreman/host.rb:74 ../lib/hammer_cli_foreman/interface.rb:51
1139
1274
  msgid "Managed"
1140
1275
  msgstr "Gestionat"
1141
1276
 
1142
- #: ../lib/hammer_cli_foreman/host.rb:205
1277
+ #: ../lib/hammer_cli_foreman/host.rb:76
1143
1278
  msgid "Installed at"
1144
1279
  msgstr "Instal·lat el"
1145
1280
 
1146
- #: ../lib/hammer_cli_foreman/host.rb:206 ../lib/hammer_cli_foreman/report.rb:12
1281
+ #: ../lib/hammer_cli_foreman/host.rb:77 ../lib/hammer_cli_foreman/report.rb:12
1147
1282
  msgid "Last report"
1148
1283
  msgstr "Últim informe"
1149
1284
 
1150
- #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/subnet.rb:12
1285
+ #: ../lib/hammer_cli_foreman/host.rb:79 ../lib/hammer_cli_foreman/subnet.rb:12
1151
1286
  msgid "Network"
1152
1287
  msgstr "Xarxa"
1153
1288
 
1154
- #: ../lib/hammer_cli_foreman/host.rb:211 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1289
+ #: ../lib/hammer_cli_foreman/host.rb:82 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1155
1290
  msgid "Subnet"
1156
1291
  msgstr "Subxarxa"
1157
1292
 
1158
- #: ../lib/hammer_cli_foreman/host.rb:212 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1293
+ #: ../lib/hammer_cli_foreman/host.rb:83 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1159
1294
  msgid "Domain"
1160
1295
  msgstr "Domini"
1161
1296
 
1162
- #: ../lib/hammer_cli_foreman/host.rb:213
1297
+ #: ../lib/hammer_cli_foreman/host.rb:84
1163
1298
  msgid "Service provider"
1164
1299
  msgstr "Proveïdor de serveis (SP)"
1165
1300
 
1166
- #: ../lib/hammer_cli_foreman/host.rb:214
1301
+ #: ../lib/hammer_cli_foreman/host.rb:85
1167
1302
  msgid "SP Name"
1168
1303
  msgstr "Nom del SP"
1169
1304
 
1170
- #: ../lib/hammer_cli_foreman/host.rb:215
1305
+ #: ../lib/hammer_cli_foreman/host.rb:86
1171
1306
  msgid "SP IP"
1172
1307
  msgstr "IP del SP"
1173
1308
 
1174
- #: ../lib/hammer_cli_foreman/host.rb:216
1309
+ #: ../lib/hammer_cli_foreman/host.rb:87
1175
1310
  msgid "SP MAC"
1176
1311
  msgstr "MAC del SP"
1177
1312
 
1178
- #: ../lib/hammer_cli_foreman/host.rb:217
1313
+ #: ../lib/hammer_cli_foreman/host.rb:88
1179
1314
  msgid "SP Subnet"
1180
1315
  msgstr "Subxarxa del SP"
1181
1316
 
1182
- #: ../lib/hammer_cli_foreman/host.rb:221
1317
+ #: ../lib/hammer_cli_foreman/host.rb:92
1183
1318
  msgid "Network interfaces"
1184
1319
  msgstr "Interfícies de xarxa"
1185
1320
 
1186
- #: ../lib/hammer_cli_foreman/host.rb:223 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1321
+ #: ../lib/hammer_cli_foreman/host.rb:94 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1187
1322
  msgid "Identifier"
1188
1323
  msgstr "Identificador"
1189
1324
 
1190
- #: ../lib/hammer_cli_foreman/host.rb:224 ../lib/hammer_cli_foreman/interface.rb:25 ../lib/hammer_cli_foreman/interface.rb:45 ../lib/hammer_cli_foreman/smart_class_parameter.rb:60 ../lib/hammer_cli_foreman/smart_class_parameter.rb:66 ../lib/hammer_cli_foreman/smart_variable.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:57 ../lib/hammer_cli_foreman/template.rb:27
1325
+ #: ../lib/hammer_cli_foreman/host.rb:95 ../lib/hammer_cli_foreman/interface.rb:25 ../lib/hammer_cli_foreman/interface.rb:45 ../lib/hammer_cli_foreman/smart_class_parameter.rb:60 ../lib/hammer_cli_foreman/smart_class_parameter.rb:66 ../lib/hammer_cli_foreman/smart_variable.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:57 ../lib/hammer_cli_foreman/template.rb:27
1191
1326
  msgid "Type"
1192
1327
  msgstr "Tipus"
1193
1328
 
1194
- #: ../lib/hammer_cli_foreman/host.rb:225 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1329
+ #: ../lib/hammer_cli_foreman/host.rb:96 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1195
1330
  msgid "MAC address"
1196
1331
  msgstr "Adreça MAC"
1197
1332
 
1198
- #: ../lib/hammer_cli_foreman/host.rb:226 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1333
+ #: ../lib/hammer_cli_foreman/host.rb:97 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1199
1334
  msgid "IP address"
1200
1335
  msgstr "Adreça IP"
1201
1336
 
1202
- #: ../lib/hammer_cli_foreman/host.rb:227
1337
+ #: ../lib/hammer_cli_foreman/host.rb:98
1203
1338
  msgid "FQDN"
1204
1339
  msgstr "FQDN"
1205
1340
 
1206
- #: ../lib/hammer_cli_foreman/host.rb:230
1341
+ #: ../lib/hammer_cli_foreman/host.rb:101
1207
1342
  msgid "Operating system"
1208
1343
  msgstr "Sistema operatiu"
1209
1344
 
1210
- #: ../lib/hammer_cli_foreman/host.rb:231 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1345
+ #: ../lib/hammer_cli_foreman/host.rb:102 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1211
1346
  msgid "Architecture"
1212
1347
  msgstr "Arquitectura"
1213
1348
 
1214
- #: ../lib/hammer_cli_foreman/host.rb:235
1349
+ #: ../lib/hammer_cli_foreman/host.rb:106
1215
1350
  msgid "Build"
1216
1351
  msgstr "Construeix"
1217
1352
 
1218
- #: ../lib/hammer_cli_foreman/host.rb:236 ../lib/hammer_cli_foreman/hostgroup.rb:77
1353
+ #: ../lib/hammer_cli_foreman/host.rb:107 ../lib/hammer_cli_foreman/hostgroup.rb:77
1219
1354
  msgid "Medium"
1220
1355
  msgstr "Mitjà"
1221
1356
 
1222
- #: ../lib/hammer_cli_foreman/host.rb:237 ../lib/hammer_cli_foreman/hostgroup.rb:76
1357
+ #: ../lib/hammer_cli_foreman/host.rb:108 ../lib/hammer_cli_foreman/hostgroup.rb:76
1223
1358
  msgid "Partition Table"
1224
1359
  msgstr "Taula de particions"
1225
1360
 
1226
- #: ../lib/hammer_cli_foreman/host.rb:238
1361
+ #: ../lib/hammer_cli_foreman/host.rb:109
1227
1362
  msgid "Custom partition table"
1228
1363
  msgstr "Taula de particions personalitzada"
1229
1364
 
1230
- #: ../lib/hammer_cli_foreman/host.rb:241
1365
+ #: ../lib/hammer_cli_foreman/host.rb:112
1231
1366
  msgid "Image"
1232
1367
  msgstr "Imatge"
1233
1368
 
1234
- #: ../lib/hammer_cli_foreman/host.rb:242
1369
+ #: ../lib/hammer_cli_foreman/host.rb:113
1235
1370
  msgid "Image file"
1236
1371
  msgstr "Fitxer d'imatge"
1237
1372
 
1238
- #: ../lib/hammer_cli_foreman/host.rb:243
1373
+ #: ../lib/hammer_cli_foreman/host.rb:114
1239
1374
  msgid "Use image"
1240
1375
  msgstr "Utilitza la imatge"
1241
1376
 
1242
- #: ../lib/hammer_cli_foreman/host.rb:249
1377
+ #: ../lib/hammer_cli_foreman/host.rb:120
1243
1378
  msgid "Additional info"
1244
1379
  msgstr "Informació addicional"
1245
1380
 
1246
- #: ../lib/hammer_cli_foreman/host.rb:250
1381
+ #: ../lib/hammer_cli_foreman/host.rb:121
1247
1382
  msgid "Owner Id"
1248
1383
  msgstr "ID del propietari"
1249
1384
 
1250
- #: ../lib/hammer_cli_foreman/host.rb:251
1385
+ #: ../lib/hammer_cli_foreman/host.rb:122
1251
1386
  msgid "Owner Type"
1252
1387
  msgstr "Tipus de propietari"
1253
1388
 
1254
- #: ../lib/hammer_cli_foreman/host.rb:252
1389
+ #: ../lib/hammer_cli_foreman/host.rb:123
1255
1390
  msgid "Enabled"
1256
1391
  msgstr "Habilitat"
1257
1392
 
1258
- #: ../lib/hammer_cli_foreman/host.rb:253 ../lib/hammer_cli_foreman/hostgroup.rb:62
1393
+ #: ../lib/hammer_cli_foreman/host.rb:124 ../lib/hammer_cli_foreman/hostgroup.rb:62
1259
1394
  msgid "Model"
1260
1395
  msgstr "Model"
1261
1396
 
1262
- #: ../lib/hammer_cli_foreman/host.rb:254
1397
+ #: ../lib/hammer_cli_foreman/host.rb:125
1263
1398
  msgid "Comment"
1264
1399
  msgstr "Comentari"
1265
1400
 
1266
- #: ../lib/hammer_cli_foreman/host.rb:267
1401
+ #: ../lib/hammer_cli_foreman/host.rb:138
1267
1402
  msgid "Status"
1268
1403
  msgstr "Estat"
1269
1404
 
1270
- #: ../lib/hammer_cli_foreman/host.rb:268
1405
+ #: ../lib/hammer_cli_foreman/host.rb:139
1271
1406
  msgid "Power"
1272
1407
  msgstr ""
1273
1408
 
1274
- #: ../lib/hammer_cli_foreman/host.rb:304
1409
+ #: ../lib/hammer_cli_foreman/host.rb:175
1275
1410
  msgid "Puppet run triggered"
1276
1411
  msgstr ""
1277
1412
 
1278
- #: ../lib/hammer_cli_foreman/host.rb:357
1413
+ #: ../lib/hammer_cli_foreman/host.rb:228
1279
1414
  msgid "Host created"
1280
1415
  msgstr "S'ha creat l'amfitrió"
1281
1416
 
1282
- #: ../lib/hammer_cli_foreman/host.rb:358
1417
+ #: ../lib/hammer_cli_foreman/host.rb:229
1283
1418
  msgid "Could not create the host"
1284
1419
  msgstr "No s'ha pogut crear l'amfitrió"
1285
1420
 
1286
- #: ../lib/hammer_cli_foreman/host.rb:375
1421
+ #: ../lib/hammer_cli_foreman/host.rb:247
1287
1422
  msgid "Host updated"
1288
1423
  msgstr "S'ha actualitzat l'amfitrió"
1289
1424
 
1290
- #: ../lib/hammer_cli_foreman/host.rb:376
1425
+ #: ../lib/hammer_cli_foreman/host.rb:248
1291
1426
  msgid "Could not update the host"
1292
1427
  msgstr "No s'ha pogut actualitzar l'amfitrió"
1293
1428
 
1294
- #: ../lib/hammer_cli_foreman/host.rb:383
1429
+ #: ../lib/hammer_cli_foreman/host.rb:256
1295
1430
  msgid "Host deleted"
1296
1431
  msgstr "S'ha suprimit l'amfitrió"
1297
1432
 
1298
- #: ../lib/hammer_cli_foreman/host.rb:384
1433
+ #: ../lib/hammer_cli_foreman/host.rb:257
1299
1434
  msgid "Could not delete the host"
1300
1435
  msgstr "No s'ha pogut suprimir l'amfitrió"
1301
1436
 
1302
- #: ../lib/hammer_cli_foreman/host.rb:391
1437
+ #: ../lib/hammer_cli_foreman/host.rb:264
1303
1438
  msgid "Create or update parameter for a host."
1304
1439
  msgstr "Crea o actualitza el paràmetre per a un amfitrió."
1305
1440
 
1306
- #: ../lib/hammer_cli_foreman/host.rb:393
1441
+ #: ../lib/hammer_cli_foreman/host.rb:266
1307
1442
  msgid "Host parameter updated"
1308
1443
  msgstr "S'ha actualitzat el paràmetre de l'amfitrió"
1309
1444
 
1310
- #: ../lib/hammer_cli_foreman/host.rb:394
1445
+ #: ../lib/hammer_cli_foreman/host.rb:267
1311
1446
  msgid "New host parameter created"
1312
1447
  msgstr "S'ha creat el paràmetre de l'amfitrió nou"
1313
1448
 
1314
- #: ../lib/hammer_cli_foreman/host.rb:395
1449
+ #: ../lib/hammer_cli_foreman/host.rb:268
1315
1450
  msgid "Could not set host parameter"
1316
1451
  msgstr "S'ha pogut establir el paràmetre de l'amfitrió"
1317
1452
 
1318
- #: ../lib/hammer_cli_foreman/host.rb:407
1453
+ #: ../lib/hammer_cli_foreman/host.rb:280
1319
1454
  msgid "Delete parameter for a host."
1320
1455
  msgstr "Suprimeix el paràmetre per a un amfitrió."
1321
1456
 
1322
- #: ../lib/hammer_cli_foreman/host.rb:409
1457
+ #: ../lib/hammer_cli_foreman/host.rb:282
1323
1458
  msgid "Host parameter deleted"
1324
1459
  msgstr "S'ha suprimit el paràmetre de l'amfitrió."
1325
1460
 
1326
- #: ../lib/hammer_cli_foreman/host.rb:424
1461
+ #: ../lib/hammer_cli_foreman/host.rb:297
1327
1462
  msgid "Power a host on"
1328
1463
  msgstr "Engega un amfitrió"
1329
1464
 
1330
- #: ../lib/hammer_cli_foreman/host.rb:425
1465
+ #: ../lib/hammer_cli_foreman/host.rb:298
1331
1466
  msgid "The host is starting."
1332
1467
  msgstr "L'amfitrió s'està iniciant."
1333
1468
 
1334
- #: ../lib/hammer_cli_foreman/host.rb:442
1469
+ #: ../lib/hammer_cli_foreman/host.rb:315
1335
1470
  msgid "Force turning off a host"
1336
1471
  msgstr ""
1337
1472
 
1338
- #: ../lib/hammer_cli_foreman/host.rb:447
1473
+ #: ../lib/hammer_cli_foreman/host.rb:320
1339
1474
  msgid "Power a host off"
1340
1475
  msgstr "Apaga un amfitrió"
1341
1476
 
1342
- #: ../lib/hammer_cli_foreman/host.rb:459
1477
+ #: ../lib/hammer_cli_foreman/host.rb:332
1343
1478
  msgid "Power off forced."
1344
1479
  msgstr ""
1345
1480
 
1346
- #: ../lib/hammer_cli_foreman/host.rb:461
1481
+ #: ../lib/hammer_cli_foreman/host.rb:334
1347
1482
  msgid "Powering the host off."
1348
1483
  msgstr ""
1349
1484
 
1350
- #: ../lib/hammer_cli_foreman/host.rb:478
1485
+ #: ../lib/hammer_cli_foreman/host.rb:351
1351
1486
  msgid "Reboot a host"
1352
1487
  msgstr "Reinicia un amfitrió"
1353
1488
 
1354
- #: ../lib/hammer_cli_foreman/host.rb:479
1489
+ #: ../lib/hammer_cli_foreman/host.rb:352
1355
1490
  msgid "Host reboot started."
1356
1491
  msgstr ""
1357
1492
 
1358
- #: ../lib/hammer_cli_foreman/host.rb:515
1493
+ #: ../lib/hammer_cli_foreman/host.rb:388
1359
1494
  msgid "Rebuild orchestration related configurations for host"
1360
1495
  msgstr ""
1361
1496
 
1362
- #: ../lib/hammer_cli_foreman/host.rb:516
1497
+ #: ../lib/hammer_cli_foreman/host.rb:389
1363
1498
  msgid "Configuration successfully rebuilt."
1364
1499
  msgstr ""
1365
1500
 
@@ -1455,6 +1590,72 @@ msgstr "Suprimeix el paràmetre per a un grup d'amfitrions."
1455
1590
  msgid "Hostgroup parameter deleted"
1456
1591
  msgstr "S'ha suprimit el paràmetre del grup d'amfitrions"
1457
1592
 
1593
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:6
1594
+ msgid "Available keys for %{option}"
1595
+ msgstr ""
1596
+
1597
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:16
1598
+ #, fuzzy
1599
+ msgid "%{value}, each managed hosts needs to have one primary interface."
1600
+ msgstr "primària"
1601
+
1602
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:20 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:26 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:33
1603
+ msgid "For %{condition}"
1604
+ msgstr ""
1605
+
1606
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:22
1607
+ #, fuzzy
1608
+ msgid "VLAN tag, this attribute has precedence over the subnet VLAN ID. Only for virtual interfaces."
1609
+ msgstr "ID de VLAN"
1610
+
1611
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:23
1612
+ #, fuzzy
1613
+ msgid "Identifier of the interface to which this interface belongs, e.g. eth1."
1614
+ msgstr "Identificador"
1615
+
1616
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:29
1617
+ #, fuzzy
1618
+ msgid "Identifiers of slave interfaces, e.g. [eth1,eth2]"
1619
+ msgstr "Identificador"
1620
+
1621
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:35
1622
+ #, fuzzy
1623
+ msgid "always IPMI"
1624
+ msgstr "IP"
1625
+
1626
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:42
1627
+ #, fuzzy
1628
+ msgid "Provider specific options"
1629
+ msgstr "Proveïdor"
1630
+
1631
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:6
1632
+ msgid "Login of the owner"
1633
+ msgstr "Nom d'usuari del propietari"
1634
+
1635
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:8
1636
+ msgid "ID of the owner"
1637
+ msgstr "ID del propietari"
1638
+
1639
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:35
1640
+ msgid "Host parameters."
1641
+ msgstr "Paràmetres de l'amfitrió."
1642
+
1643
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:37
1644
+ msgid "Compute resource attributes."
1645
+ msgstr "Els atributs del recurs computacional."
1646
+
1647
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:39
1648
+ msgid "Volume parameters"
1649
+ msgstr "Paràmetres del volum"
1650
+
1651
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:41
1652
+ msgid "Interface parameters."
1653
+ msgstr "Paràmetres de la interfície."
1654
+
1655
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:55
1656
+ msgid "Enter the root password for the host:"
1657
+ msgstr "Introduïu la contrasenya de root per a l'amfitrió:"
1658
+
1458
1659
  #: ../lib/hammer_cli_foreman/id_resolver.rb:36
1459
1660
  msgid "Architecture name"
1460
1661
  msgstr "Nom de l'arquitectura"
@@ -1543,7 +1744,7 @@ msgstr ""
1543
1744
  msgid "Smart class parameter name"
1544
1745
  msgstr ""
1545
1746
 
1546
- #: ../lib/hammer_cli_foreman/id_resolver.rb:63 ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:113
1747
+ #: ../lib/hammer_cli_foreman/id_resolver.rb:63 ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:112
1547
1748
  msgid "Smart variable name"
1548
1749
  msgstr "Nom de la variable intel·ligent"
1549
1750
 
@@ -2089,55 +2290,65 @@ msgstr "Usuaris"
2089
2290
  msgid "User groups"
2090
2291
  msgstr "Grups dels usuaris"
2091
2292
 
2092
- #: ../lib/hammer_cli_foreman/references.rb:42
2293
+ #: ../lib/hammer_cli_foreman/references.rb:35 ../lib/hammer_cli_foreman/references.rb:42
2294
+ #, fuzzy
2295
+ msgid "Usergroup"
2296
+ msgstr "Grups dels usuaris"
2297
+
2298
+ #: ../lib/hammer_cli_foreman/references.rb:37 ../lib/hammer_cli_foreman/references.rb:44 ../lib/hammer_cli_foreman/references.rb:142
2299
+ msgid "Roles"
2300
+ msgstr "Rols"
2301
+
2302
+ #: ../lib/hammer_cli_foreman/references.rb:41
2303
+ #, fuzzy
2304
+ msgid "Inherited User groups"
2305
+ msgstr "Grups dels usuaris"
2306
+
2307
+ #: ../lib/hammer_cli_foreman/references.rb:53
2093
2308
  msgid "Smart proxies"
2094
2309
  msgstr "Servidors intermediaris intel·ligents"
2095
2310
 
2096
- #: ../lib/hammer_cli_foreman/references.rb:50
2311
+ #: ../lib/hammer_cli_foreman/references.rb:61
2097
2312
  msgid "Compute resources"
2098
2313
  msgstr "Recursos computacionals"
2099
2314
 
2100
- #: ../lib/hammer_cli_foreman/references.rb:58
2315
+ #: ../lib/hammer_cli_foreman/references.rb:69
2101
2316
  msgid "Installation media"
2102
2317
  msgstr "Mitjans d'instal·lació"
2103
2318
 
2104
- #: ../lib/hammer_cli_foreman/references.rb:66
2319
+ #: ../lib/hammer_cli_foreman/references.rb:77
2105
2320
  msgid "Templates"
2106
2321
  msgstr "Plantilles"
2107
2322
 
2108
- #: ../lib/hammer_cli_foreman/references.rb:74
2323
+ #: ../lib/hammer_cli_foreman/references.rb:85
2109
2324
  msgid "Domains"
2110
2325
  msgstr "Dominis"
2111
2326
 
2112
- #: ../lib/hammer_cli_foreman/references.rb:82
2327
+ #: ../lib/hammer_cli_foreman/references.rb:93
2113
2328
  msgid "Environments"
2114
2329
  msgstr "Entorns"
2115
2330
 
2116
- #: ../lib/hammer_cli_foreman/references.rb:90
2331
+ #: ../lib/hammer_cli_foreman/references.rb:101
2117
2332
  msgid "Hostgroups"
2118
2333
  msgstr "Grups d'amfitrions"
2119
2334
 
2120
- #: ../lib/hammer_cli_foreman/references.rb:98
2335
+ #: ../lib/hammer_cli_foreman/references.rb:109
2121
2336
  msgid "Subnets"
2122
2337
  msgstr "Subxarxes"
2123
2338
 
2124
- #: ../lib/hammer_cli_foreman/references.rb:107
2339
+ #: ../lib/hammer_cli_foreman/references.rb:118
2125
2340
  msgid "Parameters"
2126
2341
  msgstr "Paràmetres"
2127
2342
 
2128
- #: ../lib/hammer_cli_foreman/references.rb:115
2343
+ #: ../lib/hammer_cli_foreman/references.rb:126
2129
2344
  msgid "Puppetclasses"
2130
2345
  msgstr "Puppetclasses"
2131
2346
 
2132
- #: ../lib/hammer_cli_foreman/references.rb:123
2347
+ #: ../lib/hammer_cli_foreman/references.rb:134
2133
2348
  msgid "Operating systems"
2134
2349
  msgstr "Sistemes operatius"
2135
2350
 
2136
- #: ../lib/hammer_cli_foreman/references.rb:131
2137
- msgid "Roles"
2138
- msgstr "Rols"
2139
-
2140
- #: ../lib/hammer_cli_foreman/references.rb:139
2351
+ #: ../lib/hammer_cli_foreman/references.rb:150
2141
2352
  msgid "External user groups"
2142
2353
  msgstr "Grups d'usuaris externs"
2143
2354
 
@@ -2237,43 +2448,35 @@ msgstr "No s'ha pogut suprimir l'informe"
2237
2448
  msgid "The server does not support such operation."
2238
2449
  msgstr "El servidor no admet aquest tipus d'operació."
2239
2450
 
2240
- #: ../lib/hammer_cli_foreman/role.rb:20
2451
+ #: ../lib/hammer_cli_foreman/role.rb:13
2241
2452
  msgid "Builtin"
2242
2453
  msgstr "Integrat"
2243
2454
 
2244
- #: ../lib/hammer_cli_foreman/role.rb:24
2245
- msgid "Yes"
2246
- msgstr "Sí"
2247
-
2248
- #: ../lib/hammer_cli_foreman/role.rb:24
2249
- msgid "No"
2250
- msgstr "No"
2251
-
2252
- #: ../lib/hammer_cli_foreman/role.rb:36
2455
+ #: ../lib/hammer_cli_foreman/role.rb:32
2253
2456
  msgid "User role id"
2254
2457
  msgstr "ID del rol d'usuari"
2255
2458
 
2256
- #: ../lib/hammer_cli_foreman/role.rb:64
2459
+ #: ../lib/hammer_cli_foreman/role.rb:60
2257
2460
  msgid "User role [%<name>s] created"
2258
2461
  msgstr "S'ha creat el rol d'usuari [%<name>s]"
2259
2462
 
2260
- #: ../lib/hammer_cli_foreman/role.rb:65
2463
+ #: ../lib/hammer_cli_foreman/role.rb:61
2261
2464
  msgid "Could not create the user role"
2262
2465
  msgstr "No s'ha pogut crear el rol d'usuari"
2263
2466
 
2264
- #: ../lib/hammer_cli_foreman/role.rb:72
2467
+ #: ../lib/hammer_cli_foreman/role.rb:68
2265
2468
  msgid "User role [%<name>s] updated"
2266
2469
  msgstr "S'ha actualitzat el rol d'usuari [%<name>s]"
2267
2470
 
2268
- #: ../lib/hammer_cli_foreman/role.rb:73
2471
+ #: ../lib/hammer_cli_foreman/role.rb:69
2269
2472
  msgid "Could not update the user role"
2270
2473
  msgstr "No s'ha pogut actualitzar el rol d'usuari"
2271
2474
 
2272
- #: ../lib/hammer_cli_foreman/role.rb:80
2475
+ #: ../lib/hammer_cli_foreman/role.rb:76
2273
2476
  msgid "User role [%<name>s] deleted"
2274
2477
  msgstr "S'ha suprimit el rol d'usuari [%<name>s]"
2275
2478
 
2276
- #: ../lib/hammer_cli_foreman/role.rb:81
2479
+ #: ../lib/hammer_cli_foreman/role.rb:77
2277
2480
  msgid "Could not delete the user roles"
2278
2481
  msgstr "No s'han pogut suprimir els rols d'usuari"
2279
2482
 
@@ -2305,7 +2508,7 @@ msgstr "ID de la classe"
2305
2508
  msgid "Hidden Value?"
2306
2509
  msgstr "El Valor està ocult?"
2307
2510
 
2308
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62 ../lib/hammer_cli_foreman/smart_class_parameter.rb:78
2511
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62 ../lib/hammer_cli_foreman/smart_class_parameter.rb:79
2309
2512
  #, fuzzy
2310
2513
  msgid "Use puppet default"
2311
2514
  msgstr "per defecte"
@@ -2342,11 +2545,11 @@ msgstr "Evita duplicats"
2342
2545
  msgid "Order"
2343
2546
  msgstr "Ordre"
2344
2547
 
2345
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74 ../lib/hammer_cli_foreman/smart_variable.rb:65
2548
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_variable.rb:65
2346
2549
  msgid "Values"
2347
2550
  msgstr "Valors"
2348
2551
 
2349
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_variable.rb:67
2552
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:77 ../lib/hammer_cli_foreman/smart_variable.rb:67
2350
2553
  msgid "Match"
2351
2554
  msgstr "Coincidència"
2352
2555
 
@@ -2370,29 +2573,27 @@ msgstr "Aquest paràmetre és obligatori."
2370
2573
  msgid "Type of the parameter."
2371
2574
  msgstr "Tipus de paràmetre."
2372
2575
 
2373
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120 ../lib/hammer_cli_foreman/smart_variable.rb:93 ../lib/hammer_cli_foreman/smart_variable.rb:107
2576
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120 ../lib/hammer_cli_foreman/smart_variable.rb:92 ../lib/hammer_cli_foreman/smart_variable.rb:106
2374
2577
  msgid "Type of the validator."
2375
2578
  msgstr "Tipus de validador."
2376
2579
 
2377
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134 ../lib/hammer_cli_foreman/smart_variable.rb:126
2580
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134 ../lib/hammer_cli_foreman/smart_variable.rb:125
2378
2581
  msgid "Override value created"
2379
2582
  msgstr "S'ha creat el valor de sobreescriu"
2380
2583
 
2381
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135 ../lib/hammer_cli_foreman/smart_variable.rb:127
2382
- #, fuzzy
2584
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135 ../lib/hammer_cli_foreman/smart_variable.rb:126
2383
2585
  msgid "Could not create the override value"
2384
- msgstr "No s'ha pogut crear el valor de sobreescriu"
2586
+ msgstr ""
2385
2587
 
2386
2588
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:145
2387
- #, fuzzy
2388
2589
  msgid "Cannot use --value when --use-puppet-default is true"
2389
- msgstr "per defecte"
2590
+ msgstr ""
2390
2591
 
2391
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158 ../lib/hammer_cli_foreman/smart_variable.rb:139
2592
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158 ../lib/hammer_cli_foreman/smart_variable.rb:138
2392
2593
  msgid "Override value deleted"
2393
2594
  msgstr "S'ha suprimit el valor de sobreescriu"
2394
2595
 
2395
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159 ../lib/hammer_cli_foreman/smart_variable.rb:140
2596
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159 ../lib/hammer_cli_foreman/smart_variable.rb:139
2396
2597
  msgid "Could not delete the override value"
2397
2598
  msgstr "No s'ha pogut suprimir el valor de sobreescriu"
2398
2599
 
@@ -2452,35 +2653,35 @@ msgstr "No s'han pogut refrescar les característiques del servidor intermediari
2452
2653
  msgid "Variable"
2453
2654
  msgstr ""
2454
2655
 
2455
- #: ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:113
2656
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:112
2456
2657
  msgid "Use --variable instead"
2457
2658
  msgstr ""
2458
2659
 
2459
- #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2660
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:84
2460
2661
  msgid "Smart variable [%{variable}] created"
2461
2662
  msgstr "S'ha creat la variable intel·ligent [%{variable}]"
2462
2663
 
2463
- #: ../lib/hammer_cli_foreman/smart_variable.rb:86
2664
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2464
2665
  msgid "Could not create the smart variable"
2465
2666
  msgstr "No s'ha pogut crear la variable intel·ligent"
2466
2667
 
2467
- #: ../lib/hammer_cli_foreman/smart_variable.rb:90 ../lib/hammer_cli_foreman/smart_variable.rb:104
2668
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:89 ../lib/hammer_cli_foreman/smart_variable.rb:103
2468
2669
  msgid "Type of the variable."
2469
2670
  msgstr "Tipus de variable."
2470
2671
 
2471
- #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2672
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:98
2472
2673
  msgid "Smart variable [%{variable}] updated"
2473
2674
  msgstr "S'ha actualitzat la variable intel·ligent [%{variable}]"
2474
2675
 
2475
- #: ../lib/hammer_cli_foreman/smart_variable.rb:100
2676
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2476
2677
  msgid "Could not update the smart variable"
2477
2678
  msgstr "No s'ha pogut actualitzar la variable intel·ligent"
2478
2679
 
2479
- #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2680
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:114
2480
2681
  msgid "Smart variable [%{variable}] deleted"
2481
2682
  msgstr "S'ha suprimit la variable intel·ligent [%{variable}]"
2482
2683
 
2483
- #: ../lib/hammer_cli_foreman/smart_variable.rb:116
2684
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2484
2685
  msgid "Could not delete the smart variable"
2485
2686
  msgstr "No s'ha pogut suprimir la variable intel·ligent"
2486
2687
 
@@ -2601,14 +2802,12 @@ msgid "Update the default PXE menu on all configured TFTP servers"
2601
2802
  msgstr "Actualitza el menú PXE per defecte en tots els servidors TFTP configurats"
2602
2803
 
2603
2804
  #: ../lib/hammer_cli_foreman/template.rb:164
2604
- #, fuzzy
2605
2805
  msgid "Config template cloned"
2606
- msgstr "S'ha creat la plantilla de configuració"
2806
+ msgstr ""
2607
2807
 
2608
2808
  #: ../lib/hammer_cli_foreman/template.rb:165
2609
- #, fuzzy
2610
2809
  msgid "Could not clone the config template"
2611
- msgstr "No s'ha pogut crear la plantilla de configuració"
2810
+ msgstr ""
2612
2811
 
2613
2812
  #: ../lib/hammer_cli_foreman/user.rb:11
2614
2813
  msgid "Login"
@@ -2642,39 +2841,39 @@ msgstr "Zona horària"
2642
2841
  msgid "Last login"
2643
2842
  msgstr "Últim inici de sessió"
2644
2843
 
2645
- #: ../lib/hammer_cli_foreman/user.rb:34
2844
+ #: ../lib/hammer_cli_foreman/user.rb:35
2646
2845
  msgid "Default organization"
2647
2846
  msgstr "Organització per defecte"
2648
2847
 
2649
- #: ../lib/hammer_cli_foreman/user.rb:35
2848
+ #: ../lib/hammer_cli_foreman/user.rb:36
2650
2849
  msgid "Default location"
2651
2850
  msgstr "Ubicació per defecte"
2652
2851
 
2653
- #: ../lib/hammer_cli_foreman/user.rb:43 ../lib/hammer_cli_foreman/user.rb:44
2852
+ #: ../lib/hammer_cli_foreman/user.rb:44 ../lib/hammer_cli_foreman/user.rb:45
2654
2853
  msgid "default"
2655
2854
  msgstr "per defecte"
2656
2855
 
2657
- #: ../lib/hammer_cli_foreman/user.rb:54
2856
+ #: ../lib/hammer_cli_foreman/user.rb:56
2658
2857
  msgid "User [%{login}] created"
2659
2858
  msgstr "S'ha creat l'usuari [%{login}]"
2660
2859
 
2661
- #: ../lib/hammer_cli_foreman/user.rb:55
2860
+ #: ../lib/hammer_cli_foreman/user.rb:57
2662
2861
  msgid "Could not create the user"
2663
2862
  msgstr "No s'ha pogut crear l'usuari"
2664
2863
 
2665
- #: ../lib/hammer_cli_foreman/user.rb:62
2864
+ #: ../lib/hammer_cli_foreman/user.rb:64
2666
2865
  msgid "User [%{login}] updated"
2667
2866
  msgstr "S'ha actualitzat l'usuari [%{login}]"
2668
2867
 
2669
- #: ../lib/hammer_cli_foreman/user.rb:63
2868
+ #: ../lib/hammer_cli_foreman/user.rb:65
2670
2869
  msgid "Could not update the user"
2671
2870
  msgstr "No s'ha pogut actualitzar l'usuari"
2672
2871
 
2673
- #: ../lib/hammer_cli_foreman/user.rb:70
2872
+ #: ../lib/hammer_cli_foreman/user.rb:72
2674
2873
  msgid "User [%{login}] deleted"
2675
2874
  msgstr "S'ha suprimit l'usuari [%{login}]"
2676
2875
 
2677
- #: ../lib/hammer_cli_foreman/user.rb:71
2876
+ #: ../lib/hammer_cli_foreman/user.rb:73
2678
2877
  msgid "Could not delete the user"
2679
2878
  msgstr "No s'ha pogut suprimir l'usuari"
2680
2879
 
@@ -2702,7 +2901,10 @@ msgstr "S'ha suprimit el grup d'usuaris [%<name>s]"
2702
2901
  msgid "Could not delete the user group"
2703
2902
  msgstr "No s'ha pogut suprimir el grup d'usuaris"
2704
2903
 
2705
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132
2706
- #: ../lib/hammer_cli_foreman/smart_variable.rb:124
2707
- #~ msgid "Could not create the override_value"
2708
- #~ msgstr "No s'ha pogut crear el valor de sobreescriu"
2904
+ #: ../lib/hammer_cli_foreman/role.rb:24
2905
+ #~ msgid "Yes"
2906
+ #~ msgstr ""
2907
+
2908
+ #: ../lib/hammer_cli_foreman/role.rb:24
2909
+ #~ msgid "No"
2910
+ #~ msgstr "No"