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
@@ -10,11 +10,11 @@
10
10
  # simon11 <simon.stieger.98@live.de>, 2014
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: hammer-cli-foreman 0.7.0\n"
13
+ "Project-Id-Version: hammer-cli-foreman 0.8.0\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2016-09-01 12:48+0200\n"
16
- "PO-Revision-Date: 2016-05-26 12:51+0000\n"
17
- "Last-Translator: Ettore Atalan <atalanttore@googlemail.com>\n"
15
+ "POT-Creation-Date: 2016-12-15 22:40+0100\n"
16
+ "PO-Revision-Date: 2016-08-22 15:08+0000\n"
17
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
18
18
  "Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
19
19
  "MIME-Version: 1.0\n"
20
20
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -22,124 +22,168 @@ msgstr ""
22
22
  "Language: de\n"
23
23
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
24
24
 
25
- #: ../lib/hammer_cli_foreman.rb:32
25
+ #: ../lib/hammer_cli_foreman.rb:31
26
26
  msgid "Foreman connection login/logout."
27
27
  msgstr "Anmeldung/Abmeldung für Foreman-Verbindung."
28
28
 
29
- #: ../lib/hammer_cli_foreman.rb:36
29
+ #: ../lib/hammer_cli_foreman.rb:35
30
30
  msgid "Manipulate architectures."
31
31
  msgstr "Architekturen bearbeiten."
32
32
 
33
- #: ../lib/hammer_cli_foreman.rb:40
33
+ #: ../lib/hammer_cli_foreman.rb:39
34
34
  msgid "Manipulate auth sources."
35
35
  msgstr "Authentifizierungsquellen bearbeiten."
36
36
 
37
- #: ../lib/hammer_cli_foreman.rb:44
37
+ #: ../lib/hammer_cli_foreman.rb:43
38
38
  msgid "Manipulate compute resources."
39
39
  msgstr "Rechnerressourcen bearbeiten."
40
40
 
41
- #: ../lib/hammer_cli_foreman.rb:48
41
+ #: ../lib/hammer_cli_foreman.rb:47
42
42
  msgid "Manipulate domains."
43
43
  msgstr "Domains bearbeiten."
44
44
 
45
- #: ../lib/hammer_cli_foreman.rb:52
45
+ #: ../lib/hammer_cli_foreman.rb:51
46
46
  msgid "Manipulate environments."
47
47
  msgstr "Umgebungen bearbeiten."
48
48
 
49
- #: ../lib/hammer_cli_foreman.rb:56
49
+ #: ../lib/hammer_cli_foreman.rb:55
50
50
  msgid "Search facts."
51
51
  msgstr "Fakten durchsuchen."
52
52
 
53
- #: ../lib/hammer_cli_foreman.rb:60
53
+ #: ../lib/hammer_cli_foreman.rb:59
54
54
  msgid "Manage permission filters."
55
55
  msgstr "Berechtigungsfilter verwalten."
56
56
 
57
- #: ../lib/hammer_cli_foreman.rb:64
57
+ #: ../lib/hammer_cli_foreman.rb:63
58
58
  msgid "Manipulate hosts."
59
59
  msgstr "Hosts bearbeiten."
60
60
 
61
- #: ../lib/hammer_cli_foreman.rb:68
61
+ #: ../lib/hammer_cli_foreman.rb:67
62
62
  msgid "Manipulate hostgroups."
63
63
  msgstr "Hostgruppen bearbeiten."
64
64
 
65
- #: ../lib/hammer_cli_foreman.rb:72
65
+ #: ../lib/hammer_cli_foreman.rb:71
66
66
  msgid "Manipulate locations."
67
67
  msgstr "Standorte bearbeiten."
68
68
 
69
- #: ../lib/hammer_cli_foreman.rb:76
69
+ #: ../lib/hammer_cli_foreman.rb:75
70
70
  msgid "Manipulate installation media."
71
71
  msgstr "Installationsmedien bearbeiten"
72
72
 
73
- #: ../lib/hammer_cli_foreman.rb:80
73
+ #: ../lib/hammer_cli_foreman.rb:79
74
74
  msgid "Manipulate hardware models."
75
75
  msgstr "Hardwaremodelle bearbeiten."
76
76
 
77
- #: ../lib/hammer_cli_foreman.rb:84
77
+ #: ../lib/hammer_cli_foreman.rb:83
78
78
  msgid "Manipulate operating system."
79
79
  msgstr "Betriebssystem bearbeiten."
80
80
 
81
- #: ../lib/hammer_cli_foreman.rb:88
81
+ #: ../lib/hammer_cli_foreman.rb:87
82
82
  msgid "Manipulate organizations."
83
83
  msgstr "Organisationen bearbeiten."
84
84
 
85
- #: ../lib/hammer_cli_foreman.rb:92
85
+ #: ../lib/hammer_cli_foreman.rb:91
86
86
  msgid "Manipulate partition tables."
87
87
  msgstr "Partitionstabellen bearbeiten."
88
88
 
89
- #: ../lib/hammer_cli_foreman.rb:96
89
+ #: ../lib/hammer_cli_foreman.rb:95
90
90
  msgid "Search puppet modules."
91
91
  msgstr "Puppet-Module durchsuchen."
92
92
 
93
- #: ../lib/hammer_cli_foreman.rb:100
93
+ #: ../lib/hammer_cli_foreman.rb:99
94
94
  msgid "Browse and read reports."
95
95
  msgstr "Berichte durchsuchen und lesen."
96
96
 
97
- #: ../lib/hammer_cli_foreman.rb:104
97
+ #: ../lib/hammer_cli_foreman.rb:103
98
98
  msgid "Manage user roles."
99
99
  msgstr "Benutzerrollen verwalten."
100
100
 
101
- #: ../lib/hammer_cli_foreman.rb:108
101
+ #: ../lib/hammer_cli_foreman.rb:107
102
102
  msgid "Manipulate smart class parameters."
103
103
  msgstr "Smart-Klassen-Parameter bearbeiten."
104
104
 
105
- #: ../lib/hammer_cli_foreman.rb:112
105
+ #: ../lib/hammer_cli_foreman.rb:111
106
106
  msgid "Manipulate smart variables."
107
- msgstr ""
107
+ msgstr "Smart-Variablen bearbeiten."
108
108
 
109
- #: ../lib/hammer_cli_foreman.rb:116
109
+ #: ../lib/hammer_cli_foreman.rb:115
110
110
  msgid "Manipulate smart proxies."
111
111
  msgstr "Smart-Proxys bearbeiten."
112
112
 
113
- #: ../lib/hammer_cli_foreman.rb:120
113
+ #: ../lib/hammer_cli_foreman.rb:119
114
114
  #, fuzzy
115
115
  msgid "Manipulate realms."
116
116
  msgstr "Domains bearbeiten."
117
117
 
118
- #: ../lib/hammer_cli_foreman.rb:124
118
+ #: ../lib/hammer_cli_foreman.rb:123
119
119
  msgid "Change server settings."
120
120
  msgstr "Servereinstellungen ändern."
121
121
 
122
- #: ../lib/hammer_cli_foreman.rb:128
122
+ #: ../lib/hammer_cli_foreman.rb:127
123
123
  msgid "Manipulate subnets."
124
124
  msgstr "Subnetze bearbeiten."
125
125
 
126
- #: ../lib/hammer_cli_foreman.rb:132
126
+ #: ../lib/hammer_cli_foreman.rb:131
127
127
  msgid "Manipulate config templates."
128
128
  msgstr "Konfigurationsvorlagen bearbeiten."
129
129
 
130
- #: ../lib/hammer_cli_foreman.rb:136
130
+ #: ../lib/hammer_cli_foreman.rb:135
131
131
  msgid "Manipulate users."
132
132
  msgstr "Benutzer bearbeiten."
133
133
 
134
- #: ../lib/hammer_cli_foreman.rb:140
134
+ #: ../lib/hammer_cli_foreman.rb:139
135
135
  msgid "Manage user groups."
136
136
  msgstr "Benutzergruppen verwalten."
137
137
 
138
- #: ../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
138
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:15
139
+ #, fuzzy
140
+ msgid "Invalid username or password"
141
+ msgstr "Benutzer"
142
+
143
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:20
144
+ msgid "You are logged in as '%s'"
145
+ msgstr "Sie sind als \"%s\" angemeldet"
146
+
147
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:22 ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:28
148
+ msgid "You are currently not logged in"
149
+ msgstr ""
150
+
151
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:33
152
+ msgid "[Foreman] Username: "
153
+ msgstr "[Foreman]-Benutzername: "
154
+
155
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:37
156
+ msgid "[Foreman] Password for %s: "
157
+ msgstr "[Foreman]-Passwort für %s: "
158
+
159
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:17
160
+ #, fuzzy
161
+ msgid "Can't use session auth due to invalid permissions on session files."
162
+ msgstr "Datei"
163
+
164
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:26
165
+ msgid "Session exist, currently logged in as '%s'"
166
+ msgstr ""
167
+
168
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:51
169
+ msgid "Session has expired"
170
+ msgstr ""
171
+
172
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:78
173
+ #, fuzzy
174
+ msgid "Invalid session file format"
175
+ msgstr "Datei"
176
+
177
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:106
178
+ #, fuzzy
179
+ msgid "Invalid permissions for %{file}: %{mode}, expected %{expected_mode}"
180
+ msgstr "Datei"
181
+
182
+ #: ../lib/hammer_cli_foreman/architecture.rb:10 ../lib/hammer_cli_foreman/auth_source_ldap.rb:13 ../lib/hammer_cli_foreman/compute_resource.rb:20 ../lib/hammer_cli_foreman/domain.rb:31 ../lib/hammer_cli_foreman/environment.rb:14 ../lib/hammer_cli_foreman/external_usergroup.rb:10 ../lib/hammer_cli_foreman/filter.rb:9 ../lib/hammer_cli_foreman/filter.rb:73 ../lib/hammer_cli_foreman/host.rb:30 ../lib/hammer_cli_foreman/host.rb:62 ../lib/hammer_cli_foreman/host.rb:93 ../lib/hammer_cli_foreman/hostgroup.rb:57 ../lib/hammer_cli_foreman/image.rb:29 ../lib/hammer_cli_foreman/interface.rb:23 ../lib/hammer_cli_foreman/interface.rb:43 ../lib/hammer_cli_foreman/location.rb:13 ../lib/hammer_cli_foreman/media.rb:9 ../lib/hammer_cli_foreman/model.rb:10 ../lib/hammer_cli_foreman/operating_system.rb:10 ../lib/hammer_cli_foreman/organization.rb:13 ../lib/hammer_cli_foreman/partition_table.rb:10 ../lib/hammer_cli_foreman/puppet_class.rb:13 ../lib/hammer_cli_foreman/realm.rb:8 ../lib/hammer_cli_foreman/references.rb:36 ../lib/hammer_cli_foreman/references.rb:43 ../lib/hammer_cli_foreman/report.rb:10 ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11 ../lib/hammer_cli_foreman/settings.rb:11 ../lib/hammer_cli_foreman/smart_class_parameter.rb:8 ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_proxy.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:8 ../lib/hammer_cli_foreman/smart_variable.rb:66 ../lib/hammer_cli_foreman/subnet.rb:10 ../lib/hammer_cli_foreman/template.rb:25 ../lib/hammer_cli_foreman/user.rb:10 ../lib/hammer_cli_foreman/usergroup.rb:11
139
183
  msgid "Id"
140
184
  msgstr "ID"
141
185
 
142
- #: ../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
186
+ #: ../lib/hammer_cli_foreman/architecture.rb:11 ../lib/hammer_cli_foreman/auth_source_ldap.rb:14 ../lib/hammer_cli_foreman/common_parameter.rb:12 ../lib/hammer_cli_foreman/compute_resource.rb:21 ../lib/hammer_cli_foreman/domain.rb:32 ../lib/hammer_cli_foreman/environment.rb:15 ../lib/hammer_cli_foreman/external_usergroup.rb:11 ../lib/hammer_cli_foreman/external_usergroup.rb:42 ../lib/hammer_cli_foreman/filter.rb:74 ../lib/hammer_cli_foreman/filter.rb:91 ../lib/hammer_cli_foreman/host.rb:31 ../lib/hammer_cli_foreman/host.rb:64 ../lib/hammer_cli_foreman/hostgroup.rb:58 ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70 ../lib/hammer_cli_foreman/location.rb:14 ../lib/hammer_cli_foreman/media.rb:10 ../lib/hammer_cli_foreman/model.rb:11 ../lib/hammer_cli_foreman/operating_system.rb:22 ../lib/hammer_cli_foreman/organization.rb:14 ../lib/hammer_cli_foreman/partition_table.rb:11 ../lib/hammer_cli_foreman/puppet_class.rb:14 ../lib/hammer_cli_foreman/realm.rb:9 ../lib/hammer_cli_foreman/role.rb:12 ../lib/hammer_cli_foreman/settings.rb:12 ../lib/hammer_cli_foreman/smart_proxy.rb:12 ../lib/hammer_cli_foreman/subnet.rb:11 ../lib/hammer_cli_foreman/template.rb:26 ../lib/hammer_cli_foreman/template.rb:75 ../lib/hammer_cli_foreman/user.rb:12 ../lib/hammer_cli_foreman/usergroup.rb:12
143
187
  msgid "Name"
144
188
  msgstr "Name"
145
189
 
@@ -172,196 +216,168 @@ msgid "Associate a hostgroup"
172
216
  msgstr "Hostgruppe zuweisen"
173
217
 
174
218
  #: ../lib/hammer_cli_foreman/associating_commands.rb:43
175
- #, fuzzy
176
219
  msgid "The hostgroup has been associated"
177
- msgstr "Benutzergruppe wurde zugewiesen"
220
+ msgstr "Die Hostgruppe wurde zugewiesen"
178
221
 
179
222
  #: ../lib/hammer_cli_foreman/associating_commands.rb:44
180
- #, fuzzy
181
223
  msgid "Could not associate the hostgroup"
182
- msgstr "Benutzergruppe konnte nicht zugewiesen werden"
224
+ msgstr "Die Hostgruppe konnte nicht zugewiesen werden"
183
225
 
184
226
  #: ../lib/hammer_cli_foreman/associating_commands.rb:49
185
227
  msgid "Disassociate a hostgroup"
186
228
  msgstr "Hostgruppe lösen"
187
229
 
188
230
  #: ../lib/hammer_cli_foreman/associating_commands.rb:51
189
- #, fuzzy
190
231
  msgid "The hostgroup has been disassociated"
191
- msgstr "Benutzergruppe wurde gelöst"
232
+ msgstr "Die Hostgruppe wurde gelöst"
192
233
 
193
234
  #: ../lib/hammer_cli_foreman/associating_commands.rb:52
194
- #, fuzzy
195
235
  msgid "Could not disassociate the hostgroup"
196
- msgstr "Benutzergruppe konnte nicht gelöst werden"
236
+ msgstr "Die Hostgruppe konnte nicht gelöst werden"
197
237
 
198
238
  #: ../lib/hammer_cli_foreman/associating_commands.rb:61
199
239
  msgid "Associate an environment"
200
240
  msgstr "Umgebung zuweisen"
201
241
 
202
242
  #: ../lib/hammer_cli_foreman/associating_commands.rb:63
203
- #, fuzzy
204
243
  msgid "The environment has been associated"
205
- msgstr "Benutzer wurde zugewiesen"
244
+ msgstr "Die Umgebung wurde zugewiesen"
206
245
 
207
246
  #: ../lib/hammer_cli_foreman/associating_commands.rb:64
208
- #, fuzzy
209
247
  msgid "Could not associate the environment"
210
- msgstr "Umgebung konnte nicht erstellt werden"
248
+ msgstr "Die Umgebung konnte nicht zugewiesen werden"
211
249
 
212
250
  #: ../lib/hammer_cli_foreman/associating_commands.rb:69
213
251
  msgid "Disassociate an environment"
214
252
  msgstr "Umgebung lösen"
215
253
 
216
254
  #: ../lib/hammer_cli_foreman/associating_commands.rb:71
217
- #, fuzzy
218
255
  msgid "The environment has been disassociated"
219
- msgstr "Benutzer wurde gelöst"
256
+ msgstr "Die Umgebung wurde gelöst"
220
257
 
221
258
  #: ../lib/hammer_cli_foreman/associating_commands.rb:72
222
- #, fuzzy
223
259
  msgid "Could not disassociate the environment"
224
- msgstr "Umgebung konnte nicht erstellt werden"
260
+ msgstr "Die Umgebung konnte nicht gelöst werden"
225
261
 
226
262
  #: ../lib/hammer_cli_foreman/associating_commands.rb:81
227
263
  msgid "Associate a domain"
228
264
  msgstr "Domain zuweisen"
229
265
 
230
266
  #: ../lib/hammer_cli_foreman/associating_commands.rb:83
231
- #, fuzzy
232
267
  msgid "The domain has been associated"
233
- msgstr "Benutzer wurde zugewiesen"
268
+ msgstr "Die Domäne wurde zugewiesen"
234
269
 
235
270
  #: ../lib/hammer_cli_foreman/associating_commands.rb:84
236
- #, fuzzy
237
271
  msgid "Could not associate the domain"
238
- msgstr "Benutzer konnte nicht zugewiesen werden"
272
+ msgstr "Die Domäne konnte nicht zugewiesen werden"
239
273
 
240
274
  #: ../lib/hammer_cli_foreman/associating_commands.rb:89
241
275
  msgid "Disassociate a domain"
242
276
  msgstr "Domain lösen"
243
277
 
244
278
  #: ../lib/hammer_cli_foreman/associating_commands.rb:91
245
- #, fuzzy
246
279
  msgid "The domain has been disassociated"
247
- msgstr "Benutzer wurde gelöst"
280
+ msgstr "Die Domäne wurde gelöst"
248
281
 
249
282
  #: ../lib/hammer_cli_foreman/associating_commands.rb:92
250
- #, fuzzy
251
283
  msgid "Could not disassociate the domain"
252
- msgstr "Benutzer konnte nicht gelöst werden"
284
+ msgstr "Die Domäne konnte nicht gelöst werden"
253
285
 
254
286
  #: ../lib/hammer_cli_foreman/associating_commands.rb:101
255
287
  msgid "Associate a medium"
256
288
  msgstr "Medium zuweisen"
257
289
 
258
290
  #: ../lib/hammer_cli_foreman/associating_commands.rb:103
259
- #, fuzzy
260
291
  msgid "The medium has been associated"
261
- msgstr "Benutzer wurde zugewiesen"
292
+ msgstr "Das Medium wurde zugewiesen"
262
293
 
263
294
  #: ../lib/hammer_cli_foreman/associating_commands.rb:104
264
- #, fuzzy
265
295
  msgid "Could not associate the medium"
266
- msgstr "Benutzer konnte nicht zugewiesen werden"
296
+ msgstr "Das Medium konnte nicht zugewiesen werden"
267
297
 
268
298
  #: ../lib/hammer_cli_foreman/associating_commands.rb:109
269
299
  msgid "Disassociate a medium"
270
300
  msgstr "Medium lösen"
271
301
 
272
302
  #: ../lib/hammer_cli_foreman/associating_commands.rb:111
273
- #, fuzzy
274
303
  msgid "The medium has been disassociated"
275
- msgstr "Benutzer wurde gelöst"
304
+ msgstr "Das Medium wurde gelöst"
276
305
 
277
306
  #: ../lib/hammer_cli_foreman/associating_commands.rb:112
278
- #, fuzzy
279
307
  msgid "Could not disassociate the medium"
280
- msgstr "Benutzer konnte nicht gelöst werden"
308
+ msgstr "Das Medium konnte nicht gelöst werden"
281
309
 
282
310
  #: ../lib/hammer_cli_foreman/associating_commands.rb:121
283
311
  msgid "Associate a subnet"
284
312
  msgstr "Subnetz zuweisen"
285
313
 
286
314
  #: ../lib/hammer_cli_foreman/associating_commands.rb:123
287
- #, fuzzy
288
315
  msgid "The subnet has been associated"
289
- msgstr "Benutzer wurde zugewiesen"
316
+ msgstr "Das Subnetz wurde zugewiesen"
290
317
 
291
318
  #: ../lib/hammer_cli_foreman/associating_commands.rb:124
292
- #, fuzzy
293
319
  msgid "Could not associate the subnet"
294
- msgstr "Benutzer konnte nicht zugewiesen werden"
320
+ msgstr "Das Subnetz konnte nicht zugewiesen werden"
295
321
 
296
322
  #: ../lib/hammer_cli_foreman/associating_commands.rb:129
297
323
  msgid "Disassociate a subnet"
298
324
  msgstr "Subnetz lösen"
299
325
 
300
326
  #: ../lib/hammer_cli_foreman/associating_commands.rb:131
301
- #, fuzzy
302
327
  msgid "The subnet has been disassociated"
303
- msgstr "Benutzer wurde gelöst"
328
+ msgstr "Das Subnetz wurde gelöst"
304
329
 
305
330
  #: ../lib/hammer_cli_foreman/associating_commands.rb:132
306
- #, fuzzy
307
331
  msgid "Could not disassociate the subnet"
308
- msgstr "Benutzer konnte nicht gelöst werden"
332
+ msgstr "Das Subnetz konnte nicht gelöst werden"
309
333
 
310
334
  #: ../lib/hammer_cli_foreman/associating_commands.rb:141
311
335
  msgid "Associate a compute resource"
312
336
  msgstr "Rechnerressource zuweisen"
313
337
 
314
338
  #: ../lib/hammer_cli_foreman/associating_commands.rb:143
315
- #, fuzzy
316
339
  msgid "The compute resource has been associated"
317
- msgstr "Benutzergruppe wurde zugewiesen"
340
+ msgstr "Die Rechenressource wurde zugewiesen"
318
341
 
319
342
  #: ../lib/hammer_cli_foreman/associating_commands.rb:144
320
- #, fuzzy
321
343
  msgid "Could not associate the compute resource"
322
- msgstr "Rechnerressource konnte nicht erstellt werden"
344
+ msgstr "Die Rechenressource konnte nicht zugewiesen werden"
323
345
 
324
346
  #: ../lib/hammer_cli_foreman/associating_commands.rb:149
325
347
  msgid "Disassociate a compute resource"
326
348
  msgstr "Rechnerressource lösen"
327
349
 
328
350
  #: ../lib/hammer_cli_foreman/associating_commands.rb:151
329
- #, fuzzy
330
351
  msgid "The compute resource has been disassociated"
331
- msgstr "Benutzergruppe wurde gelöst"
352
+ msgstr "Die Rechenressource wurde gelöst"
332
353
 
333
354
  #: ../lib/hammer_cli_foreman/associating_commands.rb:152
334
- #, fuzzy
335
355
  msgid "Could not disassociate the compute resource"
336
- msgstr "Rechnerressource konnte nicht erstellt werden"
356
+ msgstr "Die Rechenressource konnte nicht gelöst werden"
337
357
 
338
358
  #: ../lib/hammer_cli_foreman/associating_commands.rb:161
339
359
  msgid "Associate a smart proxy"
340
360
  msgstr "Smart-Proxy zuweisen"
341
361
 
342
362
  #: ../lib/hammer_cli_foreman/associating_commands.rb:163
343
- #, fuzzy
344
363
  msgid "The smart proxy has been associated"
345
- msgstr "Benutzergruppe wurde zugewiesen"
364
+ msgstr "Der Smart-Proxy wurde zugewiesen"
346
365
 
347
366
  #: ../lib/hammer_cli_foreman/associating_commands.rb:164
348
- #, fuzzy
349
367
  msgid "Could not associate the smart proxy"
350
- msgstr "Benutzergruppe konnte nicht zugewiesen werden"
368
+ msgstr "Der Smart-Proxy konnte nicht zugewiesen werden"
351
369
 
352
370
  #: ../lib/hammer_cli_foreman/associating_commands.rb:173
353
371
  msgid "Disassociate a smart proxy"
354
372
  msgstr "Smart-Proxy lösen"
355
373
 
356
374
  #: ../lib/hammer_cli_foreman/associating_commands.rb:175
357
- #, fuzzy
358
375
  msgid "The smart proxy has been disassociated"
359
- msgstr "Benutzergruppe wurde gelöst"
376
+ msgstr "Der Smart-Proxy wurde gelöst"
360
377
 
361
378
  #: ../lib/hammer_cli_foreman/associating_commands.rb:176
362
- #, fuzzy
363
379
  msgid "Could not disassociate the smart proxy"
364
- msgstr "Benutzergruppe konnte nicht gelöst werden"
380
+ msgstr "Der Smart-Proxy konnte nicht gelöst werden"
365
381
 
366
382
  #: ../lib/hammer_cli_foreman/associating_commands.rb:189
367
383
  msgid "Associate an user"
@@ -417,12 +433,11 @@ msgstr "Konfigurationsvorlage zuweisen"
417
433
 
418
434
  #: ../lib/hammer_cli_foreman/associating_commands.rb:235
419
435
  msgid "The configuration template has been associated"
420
- msgstr ""
436
+ msgstr "Die Konfigurationsvorlage wurde zugewiesen"
421
437
 
422
438
  #: ../lib/hammer_cli_foreman/associating_commands.rb:236
423
- #, fuzzy
424
439
  msgid "Could not associate the configuration template"
425
- msgstr "Konfigurationsvorlage lösen"
440
+ msgstr "Die Konfigurationsvorlage konnte nicht zugewiesen werden"
426
441
 
427
442
  #: ../lib/hammer_cli_foreman/associating_commands.rb:241
428
443
  msgid "Disassociate a configuration template"
@@ -430,12 +445,11 @@ msgstr "Konfigurationsvorlage lösen"
430
445
 
431
446
  #: ../lib/hammer_cli_foreman/associating_commands.rb:243
432
447
  msgid "The configuration template has been disassociated"
433
- msgstr ""
448
+ msgstr "Die Konfigurationsvorlage wurde gelöst"
434
449
 
435
450
  #: ../lib/hammer_cli_foreman/associating_commands.rb:244
436
- #, fuzzy
437
451
  msgid "Could not disassociate the configuration template"
438
- msgstr "Partitionstabelle konnte nicht gelöst werden"
452
+ msgstr "Die Konfigurationsvorlage konnte nicht gelöst werden"
439
453
 
440
454
  #: ../lib/hammer_cli_foreman/associating_commands.rb:253
441
455
  msgid "Associate an organization"
@@ -443,26 +457,23 @@ msgstr "Organisation zuweisen"
443
457
 
444
458
  #: ../lib/hammer_cli_foreman/associating_commands.rb:255
445
459
  msgid "The organization has been associated"
446
- msgstr ""
460
+ msgstr "Die Organisation wurde zugewiesen"
447
461
 
448
462
  #: ../lib/hammer_cli_foreman/associating_commands.rb:256
449
- #, fuzzy
450
463
  msgid "Could not associate the organization"
451
- msgstr "Organisation konnte nicht erstellt werden"
464
+ msgstr "Die Organisation konnte nicht zugewiesen werden"
452
465
 
453
466
  #: ../lib/hammer_cli_foreman/associating_commands.rb:261
454
467
  msgid "Disassociate an organization"
455
468
  msgstr "Organisation lösen"
456
469
 
457
470
  #: ../lib/hammer_cli_foreman/associating_commands.rb:263
458
- #, fuzzy
459
471
  msgid "The organization has been disassociated"
460
- msgstr "Benutzer wurde gelöst"
472
+ msgstr "Die Organisation wurde gelöst"
461
473
 
462
474
  #: ../lib/hammer_cli_foreman/associating_commands.rb:264
463
- #, fuzzy
464
475
  msgid "Could not disassociate the organization"
465
- msgstr "Organisation konnte nicht erstellt werden"
476
+ msgstr "Die Organisation konnte nicht gelöst werden"
466
477
 
467
478
  #: ../lib/hammer_cli_foreman/associating_commands.rb:273
468
479
  msgid "Associate an operating system"
@@ -568,12 +579,12 @@ msgstr "Domain zuweisen"
568
579
  #: ../lib/hammer_cli_foreman/associating_commands.rb:359
569
580
  #, fuzzy
570
581
  msgid "The location has been associated"
571
- msgstr "Benutzer wurde zugewiesen"
582
+ msgstr "Die Domäne wurde zugewiesen"
572
583
 
573
584
  #: ../lib/hammer_cli_foreman/associating_commands.rb:360
574
585
  #, fuzzy
575
586
  msgid "Could not associate the location"
576
- msgstr "Standort konnte nicht erstellt werden"
587
+ msgstr "Die Domäne konnte nicht zugewiesen werden"
577
588
 
578
589
  #: ../lib/hammer_cli_foreman/associating_commands.rb:365
579
590
  #, fuzzy
@@ -583,39 +594,42 @@ msgstr "Domain lösen"
583
594
  #: ../lib/hammer_cli_foreman/associating_commands.rb:367
584
595
  #, fuzzy
585
596
  msgid "The location has been disassociated"
586
- msgstr "Benutzer wurde gelöst"
597
+ msgstr "Die Domäne wurde gelöst"
587
598
 
588
599
  #: ../lib/hammer_cli_foreman/associating_commands.rb:368
589
600
  #, fuzzy
590
601
  msgid "Could not disassociate the location"
591
- msgstr "Benutzer konnte nicht gelöst werden"
602
+ msgstr "Die Domäne konnte nicht gelöst werden"
592
603
 
593
604
  #: ../lib/hammer_cli_foreman/auth.rb:7
594
605
  msgid "Set credentials"
595
606
  msgstr "Berechtigungsnachweise festlegen"
596
607
 
597
- #: ../lib/hammer_cli_foreman/auth.rb:20
608
+ #: ../lib/hammer_cli_foreman/auth.rb:9
609
+ #, fuzzy
610
+ msgid "username to access the remote system"
611
+ msgstr "Benutzer"
612
+
613
+ #: ../lib/hammer_cli_foreman/auth.rb:10
614
+ msgid "password to access the remote system"
615
+ msgstr ""
616
+
617
+ #: ../lib/hammer_cli_foreman/auth.rb:22
618
+ msgid "Successfully logged in."
619
+ msgstr ""
620
+
621
+ #: ../lib/hammer_cli_foreman/auth.rb:29
598
622
  msgid "Wipe your credentials"
599
623
  msgstr "Berechtigungsnachweise löschen"
600
624
 
601
- #: ../lib/hammer_cli_foreman/auth.rb:26
625
+ #: ../lib/hammer_cli_foreman/auth.rb:34
602
626
  msgid "Credentials deleted."
603
627
  msgstr "Berechtigungsnachweise gelöscht."
604
628
 
605
- #: ../lib/hammer_cli_foreman/auth.rb:33
629
+ #: ../lib/hammer_cli_foreman/auth.rb:41
606
630
  msgid "Information about current connections"
607
631
  msgstr "Informationen über aktuelle Verbindungen"
608
632
 
609
- #: ../lib/hammer_cli_foreman/auth.rb:37
610
- msgid "You are logged in as '%s'"
611
- msgstr "Sie sind als \"%s\" angemeldet"
612
-
613
- #: ../lib/hammer_cli_foreman/auth.rb:39
614
- msgid ""
615
- "You are currently not logged in to any service.\n"
616
- "Use the service to set credentials."
617
- msgstr ""
618
-
619
633
  #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:7
620
634
  msgid "Manage LDAP auth sources."
621
635
  msgstr "LDAP-Authentifizierungsquellen verwalten."
@@ -692,48 +706,47 @@ msgstr "Authentifizierungsquelle aktualisiert"
692
706
  msgid "Could not update the Auth Source"
693
707
  msgstr "Authentifizierungsquelle konnte nicht aktualisiert werden"
694
708
 
695
- #: ../lib/hammer_cli_foreman/commands.rb:88
709
+ #: ../lib/hammer_cli_foreman/commands.rb:56
696
710
  msgid "Received data of unknown format"
697
711
  msgstr "Daten in unbekanntem Format erhalten"
698
712
 
699
- #: ../lib/hammer_cli_foreman/commands.rb:196
713
+ #: ../lib/hammer_cli_foreman/commands.rb:164
700
714
  msgid "Could not find %{resource}. Some search options were missing, please see --help."
701
715
  msgstr "%{resource} konnte nicht gefunden werden. Einige Suchoptionen fehlten; siehe --help."
702
716
 
703
- #: ../lib/hammer_cli_foreman/commands.rb:198
717
+ #: ../lib/hammer_cli_foreman/commands.rb:166
704
718
  msgid "Could not find %{resource}, please set option %{switches}."
705
719
  msgstr "%{resource} konnte nicht gefunden werden, bitte legen Sie die Option %{switches} fest."
706
720
 
707
- #: ../lib/hammer_cli_foreman/commands.rb:200
721
+ #: ../lib/hammer_cli_foreman/commands.rb:168
708
722
  msgid "Could not find %{resource}, please set one of options %{switches}."
709
723
  msgstr "%{resource} konnte nicht gefunden werden, bitte legen Sie eine der Optionen %{switches} fest."
710
724
 
711
- #: ../lib/hammer_cli_foreman/commands.rb:529
725
+ #: ../lib/hammer_cli_foreman/commands.rb:497
712
726
  msgid "Associate a resource"
713
727
  msgstr "Ressource zuweisen"
714
728
 
715
- #: ../lib/hammer_cli_foreman/commands.rb:533
729
+ #: ../lib/hammer_cli_foreman/commands.rb:501
716
730
  msgid "Could not associate the %{resource_name}"
717
- msgstr ""
731
+ msgstr "%{resource_name} konnte nicht zugewiesen werden"
718
732
 
719
- #: ../lib/hammer_cli_foreman/commands.rb:537
733
+ #: ../lib/hammer_cli_foreman/commands.rb:505
720
734
  msgid "The %{resource_name} has been associated"
721
- msgstr ""
735
+ msgstr "%{resource_name} wurde zugewiesen"
722
736
 
723
- #: ../lib/hammer_cli_foreman/commands.rb:559
737
+ #: ../lib/hammer_cli_foreman/commands.rb:527
724
738
  msgid "Disassociate a resource"
725
739
  msgstr "Ressource lösen"
726
740
 
727
- #: ../lib/hammer_cli_foreman/commands.rb:571
728
- #, fuzzy
741
+ #: ../lib/hammer_cli_foreman/commands.rb:539
729
742
  msgid "Could not disassociate the %{resource_name}"
730
- msgstr "Architektur konnte nicht gelöst werden"
743
+ msgstr "%{resource_name} konnte nicht gelöst werden"
731
744
 
732
- #: ../lib/hammer_cli_foreman/commands.rb:575
745
+ #: ../lib/hammer_cli_foreman/commands.rb:543
733
746
  msgid "The %{resource_name} has been disassociated"
734
- msgstr ""
747
+ msgstr "%{resource_name} wurde gelöst"
735
748
 
736
- #: ../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
749
+ #: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:189 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:78 ../lib/hammer_cli_foreman/smart_variable.rb:68
737
750
  msgid "Value"
738
751
  msgstr "Wert"
739
752
 
@@ -773,9 +786,9 @@ msgstr "Globale Parameter bearbeiten."
773
786
  msgid "Provider"
774
787
  msgstr "Anbieter"
775
788
 
776
- #: ../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
777
- msgid "UUID"
778
- msgstr "UUID"
789
+ #: ../lib/hammer_cli_foreman/compute_resource.rb:34 ../lib/hammer_cli_foreman/compute_resource.rb:40
790
+ msgid "Datacenter"
791
+ msgstr ""
779
792
 
780
793
  #: ../lib/hammer_cli_foreman/compute_resource.rb:37 ../lib/hammer_cli_foreman/compute_resource.rb:47
781
794
  msgid "Region"
@@ -793,7 +806,7 @@ msgstr "Mandant"
793
806
  msgid "Url"
794
807
  msgstr "URL"
795
808
 
796
- #: ../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
809
+ #: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/location.rb:15 ../lib/hammer_cli_foreman/organization.rb:15 ../lib/hammer_cli_foreman/role.rb:21 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:53 ../lib/hammer_cli_foreman/user.rb:34
797
810
  msgid "Description"
798
811
  msgstr "Beschreibung"
799
812
 
@@ -825,17 +838,159 @@ msgstr "Rechnerressource gelöscht"
825
838
  msgid "Could not delete the compute resource"
826
839
  msgstr "Rechnerressource konnte nicht gelöscht werden"
827
840
 
828
- #: ../lib/hammer_cli_foreman/credentials.rb:26
829
- msgid "[Foreman] Username: "
830
- msgstr "[Foreman]-Benutzername: "
841
+ #: ../lib/hammer_cli_foreman/compute_resources/ec2/host_help_extenstion.rb:6
842
+ msgid "EC2"
843
+ msgstr ""
831
844
 
832
- #: ../lib/hammer_cli_foreman/credentials.rb:33
833
- msgid "[Foreman] Password for %s: "
834
- msgstr "[Foreman]-Passwort für %s: "
845
+ #: ../lib/hammer_cli_foreman/compute_resources/gce/host_help_extenstion.rb:6
846
+ msgid "GCE"
847
+ msgstr ""
848
+
849
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:6
850
+ msgid "Libvirt"
851
+ msgstr ""
852
+
853
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:12
854
+ msgid "Number of CPUs"
855
+ msgstr ""
856
+
857
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:13
858
+ msgid "String, amount of memory, value in bytes"
859
+ msgstr ""
860
+
861
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:14 ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:16
862
+ msgid "Boolean (expressed as 0 or 1), whether to start the machine or not"
863
+ msgstr ""
864
+
865
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:19 ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:21 ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:28 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:10 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:28
866
+ msgid "Possible values: %s"
867
+ msgstr ""
868
+
869
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:20
870
+ #, fuzzy
871
+ msgid "Name of interface according to type"
872
+ msgstr "Name"
873
+
874
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:26
875
+ msgid "One of available storage pools"
876
+ msgstr ""
877
+
878
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:27
879
+ msgid "String value, eg. 10G"
880
+ msgstr ""
881
+
882
+ #: ../lib/hammer_cli_foreman/compute_resources/openstack/host_help_extenstion.rb:6
883
+ msgid "OpenStack"
884
+ msgstr ""
885
+
886
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:6
887
+ msgid "oVirt"
888
+ msgstr ""
889
+
890
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:13
891
+ #, fuzzy
892
+ msgid "Hardware profile to use"
893
+ msgstr "Datei"
894
+
895
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:14
896
+ msgid "Integer value, number of cores"
897
+ msgstr ""
898
+
899
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:15
900
+ msgid "Amount of memory, integer value in bytes"
901
+ msgstr ""
902
+
903
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:21
904
+ msgid "Eg. eth0"
905
+ msgstr ""
906
+
907
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:22
908
+ msgid "Select one of available networks for a cluster"
909
+ msgstr ""
910
+
911
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:27
912
+ msgid "Volume size in GB, integer value"
913
+ msgstr ""
914
+
915
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:28
916
+ msgid "Select one of available storage domains"
917
+ msgstr ""
918
+
919
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:29
920
+ msgid "Boolean, only one volume can be bootable"
921
+ msgstr ""
922
+
923
+ #: ../lib/hammer_cli_foreman/compute_resources/rackspace/host_help_extenstion.rb:6
924
+ msgid "Rackspace"
925
+ msgstr ""
926
+
927
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:15
928
+ msgid "VMWare"
929
+ msgstr ""
930
+
931
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:21
932
+ msgid "Cpu count"
933
+ msgstr ""
934
+
935
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:22
936
+ msgid "Number of cores per socket (applicable to hardware versions < 10 only)"
937
+ msgstr ""
938
+
939
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:23
940
+ msgid "Integer number, amount of memory in MB"
941
+ msgstr ""
942
+
943
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:24
944
+ msgid "Cluster id from VMware"
945
+ msgstr ""
946
+
947
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:25
948
+ #, fuzzy
949
+ msgid "Path to folder"
950
+ msgstr "Pfad"
951
+
952
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:26
953
+ msgid "Guest OS id form VMware"
954
+ msgstr ""
955
+
956
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:27
957
+ #, fuzzy
958
+ msgid "Id of the controller from VMware"
959
+ msgstr "ID"
960
+
961
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:28
962
+ msgid "Hardware version id from VMware"
963
+ msgstr ""
964
+
965
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:29
966
+ msgid "Must be a 1 or 0, whether to start the machine or not"
967
+ msgstr ""
968
+
969
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:35
970
+ #, fuzzy
971
+ msgid "Network id from VMware"
972
+ msgstr "Netzwerk"
973
+
974
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:41
975
+ msgid "Datastore id from VMware"
976
+ msgstr ""
977
+
978
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:42
979
+ msgid "Integer number, volume size in GB"
980
+ msgstr ""
981
+
982
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:53
983
+ #, fuzzy
984
+ msgid "Type of the network adapter, for example one of:"
985
+ msgstr "Typ"
986
+
987
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:55
988
+ msgid "See documentation center for your version of vSphere to find more details about available adapter types:"
989
+ msgstr ""
835
990
 
836
991
  #: ../lib/hammer_cli_foreman/defaults.rb:7
837
992
  msgid "Use the default organization and/or location from the server"
838
- msgstr ""
993
+ msgstr "Verwenden Sie Standard-Organisation und/oder Standort des Servers"
839
994
 
840
995
  #: ../lib/hammer_cli_foreman/domain.rb:6
841
996
  msgid "ID of DNS proxy to use within this domain"
@@ -927,7 +1082,7 @@ msgstr "Umgebung konnte nicht gelöscht werden"
927
1082
 
928
1083
  #: ../lib/hammer_cli_foreman/exception_handler.rb:29
929
1084
  msgid "Redirection of API call detected."
930
- msgstr ""
1085
+ msgstr "Weiterleitung von API-Aufruf erkannt."
931
1086
 
932
1087
  #: ../lib/hammer_cli_foreman/exception_handler.rb:30
933
1088
  msgid "It seems hammer is configured to use HTTP and the server prefers HTTPS."
@@ -935,12 +1090,11 @@ msgstr ""
935
1090
 
936
1091
  #: ../lib/hammer_cli_foreman/exception_handler.rb:32
937
1092
  msgid "Update your server url configuration"
938
- msgstr ""
1093
+ msgstr "Aktualisieren Sie Ihre Server-URL-Konfiguration"
939
1094
 
940
1095
  #: ../lib/hammer_cli_foreman/exception_handler.rb:33
941
- #, fuzzy
942
1096
  msgid "you can set 'follow_redirects' to one of :default or :always to enable redirects following"
943
- msgstr "Standard"
1097
+ msgstr ""
944
1098
 
945
1099
  #: ../lib/hammer_cli_foreman/exception_handler.rb:54
946
1100
  msgid "Forbidden - server refused to process the request"
@@ -998,7 +1152,7 @@ msgstr "Externe Benutzergruppe konnte nicht gelöscht werden"
998
1152
  msgid "Host"
999
1153
  msgstr "Host"
1000
1154
 
1001
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:317
1155
+ #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:188
1002
1156
  msgid "Fact"
1003
1157
  msgstr "Fakt"
1004
1158
 
@@ -1015,356 +1169,337 @@ msgid "Unlimited?"
1015
1169
  msgstr "Unbegrenzt?"
1016
1170
 
1017
1171
  #: ../lib/hammer_cli_foreman/filter.rb:13
1172
+ #, fuzzy
1173
+ msgid "Override?"
1174
+ msgstr "Überschreiben"
1175
+
1176
+ #: ../lib/hammer_cli_foreman/filter.rb:14
1018
1177
  msgid "Role"
1019
1178
  msgstr "Rolle"
1020
1179
 
1021
- #: ../lib/hammer_cli_foreman/filter.rb:14
1180
+ #: ../lib/hammer_cli_foreman/filter.rb:15
1022
1181
  msgid "Permissions"
1023
1182
  msgstr "Berechtigungen"
1024
1183
 
1025
- #: ../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
1184
+ #: ../lib/hammer_cli_foreman/filter.rb:19 ../lib/hammer_cli_foreman/filter.rb:35 ../lib/hammer_cli_foreman/filter.rb:79 ../lib/hammer_cli_foreman/role.rb:42
1026
1185
  msgid "(Miscellaneous)"
1027
1186
  msgstr "(Verschiedenes)"
1028
1187
 
1029
- #: ../lib/hammer_cli_foreman/filter.rb:19 ../lib/hammer_cli_foreman/filter.rb:35 ../lib/hammer_cli_foreman/role.rb:47
1188
+ #: ../lib/hammer_cli_foreman/filter.rb:20 ../lib/hammer_cli_foreman/filter.rb:36 ../lib/hammer_cli_foreman/role.rb:43
1030
1189
  msgid "none"
1031
1190
  msgstr "keine"
1032
1191
 
1033
- #: ../lib/hammer_cli_foreman/filter.rb:44
1192
+ #: ../lib/hammer_cli_foreman/filter.rb:45
1034
1193
  msgid "Permission filter for [%<resource_type>s] created"
1035
1194
  msgstr "Berechtigungsfilter für [%<resource_type>s] erstellt"
1036
1195
 
1037
- #: ../lib/hammer_cli_foreman/filter.rb:45
1196
+ #: ../lib/hammer_cli_foreman/filter.rb:46
1038
1197
  msgid "Could not create the permission filter"
1039
1198
  msgstr "Berechtigungsfilter konnte nicht erstellt werden"
1040
1199
 
1041
- #: ../lib/hammer_cli_foreman/filter.rb:52
1200
+ #: ../lib/hammer_cli_foreman/filter.rb:53
1042
1201
  msgid "Permission filter for [%<resource_type>s] updated"
1043
1202
  msgstr "Berechtigungsfilter für [%<resource_type>s] aktualisiert"
1044
1203
 
1045
- #: ../lib/hammer_cli_foreman/filter.rb:53
1204
+ #: ../lib/hammer_cli_foreman/filter.rb:54
1046
1205
  msgid "Could not update the permission filter"
1047
1206
  msgstr "Berechtigungsfilter konnte nicht aktualisiert werden"
1048
1207
 
1049
- #: ../lib/hammer_cli_foreman/filter.rb:60
1208
+ #: ../lib/hammer_cli_foreman/filter.rb:61
1050
1209
  msgid "Permission filter deleted"
1051
1210
  msgstr "Berechtigungsfilter gelöscht"
1052
1211
 
1053
- #: ../lib/hammer_cli_foreman/filter.rb:61
1212
+ #: ../lib/hammer_cli_foreman/filter.rb:62
1054
1213
  msgid "Could not delete the permission filter"
1055
1214
  msgstr "Berechtigungsfilter konnte nicht gelöscht werden"
1056
1215
 
1057
- #: ../lib/hammer_cli_foreman/filter.rb:74 ../lib/hammer_cli_foreman/report.rb:62
1216
+ #: ../lib/hammer_cli_foreman/filter.rb:75 ../lib/hammer_cli_foreman/report.rb:62
1058
1217
  msgid "Resource"
1059
1218
  msgstr "Ressource"
1060
1219
 
1061
- #: ../lib/hammer_cli_foreman/host.rb:15
1062
- msgid "Login of the owner"
1063
- msgstr "Benutzername des Besitzers"
1064
-
1065
- #: ../lib/hammer_cli_foreman/host.rb:17
1066
- msgid "ID of the owner"
1067
- msgstr "ID des Besitzers"
1068
-
1069
- #: ../lib/hammer_cli_foreman/host.rb:44
1070
- msgid "Host parameters."
1071
- msgstr "Hostparameter."
1072
-
1073
- #: ../lib/hammer_cli_foreman/host.rb:46
1074
- msgid "Compute resource attributes."
1075
- msgstr "Rechnerressourcenattribute."
1076
-
1077
- #: ../lib/hammer_cli_foreman/host.rb:48
1078
- msgid "Volume parameters"
1079
- msgstr "Datenträgerparameter"
1080
-
1081
- #: ../lib/hammer_cli_foreman/host.rb:50
1082
- msgid "Interface parameters."
1083
- msgstr "Schnittstellenparameter."
1084
-
1085
- #: ../lib/hammer_cli_foreman/host.rb:64
1086
- msgid "Enter the root password for the host:"
1087
- msgstr "Geben Sie das Root-Passwort für den Host ein:"
1088
-
1089
- #: ../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
1220
+ #: ../lib/hammer_cli_foreman/host.rb:32 ../lib/hammer_cli_foreman/host.rb:103 ../lib/hammer_cli_foreman/hostgroup.rb:60 ../lib/hammer_cli_foreman/image.rb:31
1090
1221
  msgid "Operating System"
1091
1222
  msgstr "Betriebssystem"
1092
1223
 
1093
- #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:196
1224
+ #: ../lib/hammer_cli_foreman/host.rb:33 ../lib/hammer_cli_foreman/host.rb:67
1094
1225
  msgid "Host Group"
1095
1226
  msgstr "Hostgruppe"
1096
1227
 
1097
- #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:209
1228
+ #: ../lib/hammer_cli_foreman/host.rb:34 ../lib/hammer_cli_foreman/host.rb:80
1098
1229
  msgid "IP"
1099
1230
  msgstr "IP"
1100
1231
 
1101
- #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:210
1232
+ #: ../lib/hammer_cli_foreman/host.rb:35 ../lib/hammer_cli_foreman/host.rb:81
1102
1233
  msgid "MAC"
1103
1234
  msgstr "MAC-Adresse"
1104
1235
 
1105
- #: ../lib/hammer_cli_foreman/host.rb:174
1236
+ #: ../lib/hammer_cli_foreman/host.rb:45
1106
1237
  msgid "Bare Metal"
1107
- msgstr ""
1238
+ msgstr "Bare Metal"
1108
1239
 
1109
- #: ../lib/hammer_cli_foreman/host.rb:194
1240
+ #: ../lib/hammer_cli_foreman/host.rb:63 ../lib/hammer_cli_foreman/image.rb:33 ../lib/hammer_cli_foreman/image.rb:71
1241
+ msgid "UUID"
1242
+ msgstr "UUID"
1243
+
1244
+ #: ../lib/hammer_cli_foreman/host.rb:65
1110
1245
  msgid "Organization"
1111
1246
  msgstr "Organisation"
1112
1247
 
1113
- #: ../lib/hammer_cli_foreman/host.rb:195
1248
+ #: ../lib/hammer_cli_foreman/host.rb:66
1114
1249
  msgid "Location"
1115
- msgstr "Ort"
1250
+ msgstr "Standort"
1116
1251
 
1117
- #: ../lib/hammer_cli_foreman/host.rb:197
1252
+ #: ../lib/hammer_cli_foreman/host.rb:68
1118
1253
  msgid "Compute Resource"
1119
1254
  msgstr "Rechnerresource"
1120
1255
 
1121
- #: ../lib/hammer_cli_foreman/host.rb:198
1256
+ #: ../lib/hammer_cli_foreman/host.rb:69
1122
1257
  msgid "Compute Profile"
1123
1258
  msgstr "Rechenprofil"
1124
1259
 
1125
- #: ../lib/hammer_cli_foreman/host.rb:199 ../lib/hammer_cli_foreman/hostgroup.rb:61
1260
+ #: ../lib/hammer_cli_foreman/host.rb:70 ../lib/hammer_cli_foreman/hostgroup.rb:61
1126
1261
  msgid "Environment"
1127
1262
  msgstr "Umgebung"
1128
1263
 
1129
- #: ../lib/hammer_cli_foreman/host.rb:200
1264
+ #: ../lib/hammer_cli_foreman/host.rb:71
1130
1265
  msgid "Puppet CA Id"
1131
- msgstr ""
1266
+ msgstr "Puppet-CA-ID"
1132
1267
 
1133
- #: ../lib/hammer_cli_foreman/host.rb:201
1268
+ #: ../lib/hammer_cli_foreman/host.rb:72
1134
1269
  msgid "Puppet Master Id"
1135
- msgstr ""
1270
+ msgstr "Puppet-Master-ID"
1136
1271
 
1137
- #: ../lib/hammer_cli_foreman/host.rb:202
1272
+ #: ../lib/hammer_cli_foreman/host.rb:73
1138
1273
  msgid "Cert name"
1139
1274
  msgstr "Zertifikatsname"
1140
1275
 
1141
- #: ../lib/hammer_cli_foreman/host.rb:203 ../lib/hammer_cli_foreman/interface.rb:51
1276
+ #: ../lib/hammer_cli_foreman/host.rb:74 ../lib/hammer_cli_foreman/interface.rb:51
1142
1277
  msgid "Managed"
1143
1278
  msgstr "Verwaltet"
1144
1279
 
1145
- #: ../lib/hammer_cli_foreman/host.rb:205
1280
+ #: ../lib/hammer_cli_foreman/host.rb:76
1146
1281
  msgid "Installed at"
1147
1282
  msgstr "Installiert um"
1148
1283
 
1149
- #: ../lib/hammer_cli_foreman/host.rb:206 ../lib/hammer_cli_foreman/report.rb:12
1284
+ #: ../lib/hammer_cli_foreman/host.rb:77 ../lib/hammer_cli_foreman/report.rb:12
1150
1285
  msgid "Last report"
1151
1286
  msgstr "Letzter Bericht"
1152
1287
 
1153
- #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/subnet.rb:12
1288
+ #: ../lib/hammer_cli_foreman/host.rb:79 ../lib/hammer_cli_foreman/subnet.rb:12
1154
1289
  msgid "Network"
1155
1290
  msgstr "Netzwerk"
1156
1291
 
1157
- #: ../lib/hammer_cli_foreman/host.rb:211 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1292
+ #: ../lib/hammer_cli_foreman/host.rb:82 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1158
1293
  msgid "Subnet"
1159
1294
  msgstr "Subnetz"
1160
1295
 
1161
- #: ../lib/hammer_cli_foreman/host.rb:212 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1296
+ #: ../lib/hammer_cli_foreman/host.rb:83 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1162
1297
  msgid "Domain"
1163
1298
  msgstr "Domain"
1164
1299
 
1165
- #: ../lib/hammer_cli_foreman/host.rb:213
1300
+ #: ../lib/hammer_cli_foreman/host.rb:84
1166
1301
  msgid "Service provider"
1167
1302
  msgstr "Dienstanbieter"
1168
1303
 
1169
- #: ../lib/hammer_cli_foreman/host.rb:214
1304
+ #: ../lib/hammer_cli_foreman/host.rb:85
1170
1305
  msgid "SP Name"
1171
1306
  msgstr "SP-Name"
1172
1307
 
1173
- #: ../lib/hammer_cli_foreman/host.rb:215
1308
+ #: ../lib/hammer_cli_foreman/host.rb:86
1174
1309
  msgid "SP IP"
1175
1310
  msgstr "SP-IP"
1176
1311
 
1177
- #: ../lib/hammer_cli_foreman/host.rb:216
1312
+ #: ../lib/hammer_cli_foreman/host.rb:87
1178
1313
  msgid "SP MAC"
1179
1314
  msgstr "SP-MAC"
1180
1315
 
1181
- #: ../lib/hammer_cli_foreman/host.rb:217
1316
+ #: ../lib/hammer_cli_foreman/host.rb:88
1182
1317
  msgid "SP Subnet"
1183
1318
  msgstr "SP-Subnetz"
1184
1319
 
1185
- #: ../lib/hammer_cli_foreman/host.rb:221
1320
+ #: ../lib/hammer_cli_foreman/host.rb:92
1186
1321
  msgid "Network interfaces"
1187
1322
  msgstr "Netzwerkschnittstellen"
1188
1323
 
1189
- #: ../lib/hammer_cli_foreman/host.rb:223 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1324
+ #: ../lib/hammer_cli_foreman/host.rb:94 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1190
1325
  msgid "Identifier"
1191
1326
  msgstr "Bezeichner"
1192
1327
 
1193
- #: ../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
1328
+ #: ../lib/hammer_cli_foreman/host.rb:95 ../lib/hammer_cli_foreman/interface.rb:25 ../lib/hammer_cli_foreman/interface.rb:45 ../lib/hammer_cli_foreman/smart_class_parameter.rb:60 ../lib/hammer_cli_foreman/smart_class_parameter.rb:66 ../lib/hammer_cli_foreman/smart_variable.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:57 ../lib/hammer_cli_foreman/template.rb:27
1194
1329
  msgid "Type"
1195
1330
  msgstr "Typ"
1196
1331
 
1197
- #: ../lib/hammer_cli_foreman/host.rb:225 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1332
+ #: ../lib/hammer_cli_foreman/host.rb:96 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1198
1333
  msgid "MAC address"
1199
1334
  msgstr "MAC-Adresse"
1200
1335
 
1201
- #: ../lib/hammer_cli_foreman/host.rb:226 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1336
+ #: ../lib/hammer_cli_foreman/host.rb:97 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1202
1337
  msgid "IP address"
1203
1338
  msgstr "IP-Adresse"
1204
1339
 
1205
- #: ../lib/hammer_cli_foreman/host.rb:227
1340
+ #: ../lib/hammer_cli_foreman/host.rb:98
1206
1341
  msgid "FQDN"
1207
1342
  msgstr "FQDN"
1208
1343
 
1209
- #: ../lib/hammer_cli_foreman/host.rb:230
1344
+ #: ../lib/hammer_cli_foreman/host.rb:101
1210
1345
  msgid "Operating system"
1211
1346
  msgstr "Betriebssystem"
1212
1347
 
1213
- #: ../lib/hammer_cli_foreman/host.rb:231 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1348
+ #: ../lib/hammer_cli_foreman/host.rb:102 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1214
1349
  msgid "Architecture"
1215
1350
  msgstr "Architektur"
1216
1351
 
1217
- #: ../lib/hammer_cli_foreman/host.rb:235
1352
+ #: ../lib/hammer_cli_foreman/host.rb:106
1218
1353
  msgid "Build"
1219
1354
  msgstr "Build"
1220
1355
 
1221
- #: ../lib/hammer_cli_foreman/host.rb:236 ../lib/hammer_cli_foreman/hostgroup.rb:77
1356
+ #: ../lib/hammer_cli_foreman/host.rb:107 ../lib/hammer_cli_foreman/hostgroup.rb:77
1222
1357
  msgid "Medium"
1223
1358
  msgstr "Medium"
1224
1359
 
1225
- #: ../lib/hammer_cli_foreman/host.rb:237 ../lib/hammer_cli_foreman/hostgroup.rb:76
1360
+ #: ../lib/hammer_cli_foreman/host.rb:108 ../lib/hammer_cli_foreman/hostgroup.rb:76
1226
1361
  msgid "Partition Table"
1227
1362
  msgstr "Partitionstabelle"
1228
1363
 
1229
- #: ../lib/hammer_cli_foreman/host.rb:238
1364
+ #: ../lib/hammer_cli_foreman/host.rb:109
1230
1365
  msgid "Custom partition table"
1231
1366
  msgstr "Benutzerdefinierte Partitionstabelle"
1232
1367
 
1233
- #: ../lib/hammer_cli_foreman/host.rb:241
1368
+ #: ../lib/hammer_cli_foreman/host.rb:112
1234
1369
  msgid "Image"
1235
1370
  msgstr "Image"
1236
1371
 
1237
- #: ../lib/hammer_cli_foreman/host.rb:242
1372
+ #: ../lib/hammer_cli_foreman/host.rb:113
1238
1373
  msgid "Image file"
1239
1374
  msgstr "Image-Datei"
1240
1375
 
1241
- #: ../lib/hammer_cli_foreman/host.rb:243
1376
+ #: ../lib/hammer_cli_foreman/host.rb:114
1242
1377
  msgid "Use image"
1243
1378
  msgstr "Image verwenden"
1244
1379
 
1245
- #: ../lib/hammer_cli_foreman/host.rb:249
1380
+ #: ../lib/hammer_cli_foreman/host.rb:120
1246
1381
  msgid "Additional info"
1247
1382
  msgstr "Zusätzliche Informationen"
1248
1383
 
1249
- #: ../lib/hammer_cli_foreman/host.rb:250
1384
+ #: ../lib/hammer_cli_foreman/host.rb:121
1250
1385
  msgid "Owner Id"
1251
1386
  msgstr "Besitzer-ID"
1252
1387
 
1253
- #: ../lib/hammer_cli_foreman/host.rb:251
1388
+ #: ../lib/hammer_cli_foreman/host.rb:122
1254
1389
  msgid "Owner Type"
1255
1390
  msgstr "Besitzertyp"
1256
1391
 
1257
- #: ../lib/hammer_cli_foreman/host.rb:252
1392
+ #: ../lib/hammer_cli_foreman/host.rb:123
1258
1393
  msgid "Enabled"
1259
1394
  msgstr "Aktiviert"
1260
1395
 
1261
- #: ../lib/hammer_cli_foreman/host.rb:253 ../lib/hammer_cli_foreman/hostgroup.rb:62
1396
+ #: ../lib/hammer_cli_foreman/host.rb:124 ../lib/hammer_cli_foreman/hostgroup.rb:62
1262
1397
  msgid "Model"
1263
1398
  msgstr "Modell"
1264
1399
 
1265
- #: ../lib/hammer_cli_foreman/host.rb:254
1400
+ #: ../lib/hammer_cli_foreman/host.rb:125
1266
1401
  msgid "Comment"
1267
1402
  msgstr "Kommentar"
1268
1403
 
1269
- #: ../lib/hammer_cli_foreman/host.rb:267
1404
+ #: ../lib/hammer_cli_foreman/host.rb:138
1270
1405
  msgid "Status"
1271
1406
  msgstr "Status"
1272
1407
 
1273
- #: ../lib/hammer_cli_foreman/host.rb:268
1408
+ #: ../lib/hammer_cli_foreman/host.rb:139
1274
1409
  msgid "Power"
1275
1410
  msgstr "Strom"
1276
1411
 
1277
- #: ../lib/hammer_cli_foreman/host.rb:304
1412
+ #: ../lib/hammer_cli_foreman/host.rb:175
1278
1413
  msgid "Puppet run triggered"
1279
1414
  msgstr "Puppet-Durchlauf ausgelöst"
1280
1415
 
1281
- #: ../lib/hammer_cli_foreman/host.rb:357
1416
+ #: ../lib/hammer_cli_foreman/host.rb:228
1282
1417
  msgid "Host created"
1283
1418
  msgstr "Host erstellt"
1284
1419
 
1285
- #: ../lib/hammer_cli_foreman/host.rb:358
1420
+ #: ../lib/hammer_cli_foreman/host.rb:229
1286
1421
  msgid "Could not create the host"
1287
1422
  msgstr "Host konnte nicht erstellt werden"
1288
1423
 
1289
- #: ../lib/hammer_cli_foreman/host.rb:375
1424
+ #: ../lib/hammer_cli_foreman/host.rb:247
1290
1425
  msgid "Host updated"
1291
1426
  msgstr "Host aktualisiert"
1292
1427
 
1293
- #: ../lib/hammer_cli_foreman/host.rb:376
1428
+ #: ../lib/hammer_cli_foreman/host.rb:248
1294
1429
  msgid "Could not update the host"
1295
1430
  msgstr "Host konnte nicht aktualisiert werden"
1296
1431
 
1297
- #: ../lib/hammer_cli_foreman/host.rb:383
1432
+ #: ../lib/hammer_cli_foreman/host.rb:256
1298
1433
  msgid "Host deleted"
1299
1434
  msgstr "Host gelöscht"
1300
1435
 
1301
- #: ../lib/hammer_cli_foreman/host.rb:384
1436
+ #: ../lib/hammer_cli_foreman/host.rb:257
1302
1437
  msgid "Could not delete the host"
1303
1438
  msgstr "Host konnte nicht gelöscht werden"
1304
1439
 
1305
- #: ../lib/hammer_cli_foreman/host.rb:391
1440
+ #: ../lib/hammer_cli_foreman/host.rb:264
1306
1441
  msgid "Create or update parameter for a host."
1307
1442
  msgstr "Parameter für einen Host erstellen oder aktualisieren."
1308
1443
 
1309
- #: ../lib/hammer_cli_foreman/host.rb:393
1444
+ #: ../lib/hammer_cli_foreman/host.rb:266
1310
1445
  msgid "Host parameter updated"
1311
1446
  msgstr "Hostparameter aktualisiert"
1312
1447
 
1313
- #: ../lib/hammer_cli_foreman/host.rb:394
1448
+ #: ../lib/hammer_cli_foreman/host.rb:267
1314
1449
  msgid "New host parameter created"
1315
1450
  msgstr "Neuer Hostparameter erstellt"
1316
1451
 
1317
- #: ../lib/hammer_cli_foreman/host.rb:395
1452
+ #: ../lib/hammer_cli_foreman/host.rb:268
1318
1453
  msgid "Could not set host parameter"
1319
1454
  msgstr "Hostparameter konnte nicht festgelegt werden"
1320
1455
 
1321
- #: ../lib/hammer_cli_foreman/host.rb:407
1456
+ #: ../lib/hammer_cli_foreman/host.rb:280
1322
1457
  msgid "Delete parameter for a host."
1323
1458
  msgstr "Parameter für einen Host löschen."
1324
1459
 
1325
- #: ../lib/hammer_cli_foreman/host.rb:409
1460
+ #: ../lib/hammer_cli_foreman/host.rb:282
1326
1461
  msgid "Host parameter deleted"
1327
1462
  msgstr "Hostparameter gelöscht"
1328
1463
 
1329
- #: ../lib/hammer_cli_foreman/host.rb:424
1464
+ #: ../lib/hammer_cli_foreman/host.rb:297
1330
1465
  msgid "Power a host on"
1331
1466
  msgstr "Host anschalten"
1332
1467
 
1333
- #: ../lib/hammer_cli_foreman/host.rb:425
1468
+ #: ../lib/hammer_cli_foreman/host.rb:298
1334
1469
  msgid "The host is starting."
1335
1470
  msgstr "Host wird gestartet."
1336
1471
 
1337
- #: ../lib/hammer_cli_foreman/host.rb:442
1472
+ #: ../lib/hammer_cli_foreman/host.rb:315
1338
1473
  msgid "Force turning off a host"
1339
1474
  msgstr "Abschalten von Host erzwingen"
1340
1475
 
1341
- #: ../lib/hammer_cli_foreman/host.rb:447
1476
+ #: ../lib/hammer_cli_foreman/host.rb:320
1342
1477
  msgid "Power a host off"
1343
1478
  msgstr "Host ausschalten"
1344
1479
 
1345
- #: ../lib/hammer_cli_foreman/host.rb:459
1480
+ #: ../lib/hammer_cli_foreman/host.rb:332
1346
1481
  msgid "Power off forced."
1347
1482
  msgstr "Abschalten erzwingen."
1348
1483
 
1349
- #: ../lib/hammer_cli_foreman/host.rb:461
1484
+ #: ../lib/hammer_cli_foreman/host.rb:334
1350
1485
  msgid "Powering the host off."
1351
1486
  msgstr "Host wird abgeschaltet."
1352
1487
 
1353
- #: ../lib/hammer_cli_foreman/host.rb:478
1488
+ #: ../lib/hammer_cli_foreman/host.rb:351
1354
1489
  msgid "Reboot a host"
1355
1490
  msgstr "Host neu starten"
1356
1491
 
1357
- #: ../lib/hammer_cli_foreman/host.rb:479
1492
+ #: ../lib/hammer_cli_foreman/host.rb:352
1358
1493
  msgid "Host reboot started."
1359
1494
  msgstr "Host wird neu gestartet."
1360
1495
 
1361
- #: ../lib/hammer_cli_foreman/host.rb:515
1496
+ #: ../lib/hammer_cli_foreman/host.rb:388
1362
1497
  msgid "Rebuild orchestration related configurations for host"
1363
1498
  msgstr ""
1364
1499
 
1365
- #: ../lib/hammer_cli_foreman/host.rb:516
1500
+ #: ../lib/hammer_cli_foreman/host.rb:389
1366
1501
  msgid "Configuration successfully rebuilt."
1367
- msgstr ""
1502
+ msgstr "Konfiguration erfolgreich erneut gebaut."
1368
1503
 
1369
1504
  #: ../lib/hammer_cli_foreman/hostgroup.rb:10
1370
1505
  msgid "List of puppetclass ids"
@@ -1388,7 +1523,7 @@ msgstr "Root-Passwort"
1388
1523
 
1389
1524
  #: ../lib/hammer_cli_foreman/hostgroup.rb:23
1390
1525
  msgid "Enter the root password for the host group:"
1391
- msgstr ""
1526
+ msgstr "Geben Sie das Root-Passwort für die Hostgruppe ein:"
1392
1527
 
1393
1528
  #: ../lib/hammer_cli_foreman/hostgroup.rb:59 ../lib/hammer_cli_foreman/operating_system.rb:11
1394
1529
  msgid "Title"
@@ -1458,6 +1593,72 @@ msgstr "Parameter für Hostgruppe löschen."
1458
1593
  msgid "Hostgroup parameter deleted"
1459
1594
  msgstr "Hostgruppenparameter gelöscht"
1460
1595
 
1596
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:6
1597
+ msgid "Available keys for %{option}"
1598
+ msgstr ""
1599
+
1600
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:16
1601
+ #, fuzzy
1602
+ msgid "%{value}, each managed hosts needs to have one primary interface."
1603
+ msgstr "primär"
1604
+
1605
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:20 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:26 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:33
1606
+ msgid "For %{condition}"
1607
+ msgstr ""
1608
+
1609
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:22
1610
+ #, fuzzy
1611
+ msgid "VLAN tag, this attribute has precedence over the subnet VLAN ID. Only for virtual interfaces."
1612
+ msgstr "VLAN-ID"
1613
+
1614
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:23
1615
+ #, fuzzy
1616
+ msgid "Identifier of the interface to which this interface belongs, e.g. eth1."
1617
+ msgstr "Bezeichner"
1618
+
1619
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:29
1620
+ #, fuzzy
1621
+ msgid "Identifiers of slave interfaces, e.g. [eth1,eth2]"
1622
+ msgstr "Bezeichner"
1623
+
1624
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:35
1625
+ #, fuzzy
1626
+ msgid "always IPMI"
1627
+ msgstr "IP"
1628
+
1629
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:42
1630
+ #, fuzzy
1631
+ msgid "Provider specific options"
1632
+ msgstr "Anbieter"
1633
+
1634
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:6
1635
+ msgid "Login of the owner"
1636
+ msgstr "Benutzername des Besitzers"
1637
+
1638
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:8
1639
+ msgid "ID of the owner"
1640
+ msgstr "ID des Besitzers"
1641
+
1642
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:35
1643
+ msgid "Host parameters."
1644
+ msgstr "Hostparameter."
1645
+
1646
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:37
1647
+ msgid "Compute resource attributes."
1648
+ msgstr "Rechnerressourcenattribute."
1649
+
1650
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:39
1651
+ msgid "Volume parameters"
1652
+ msgstr "Datenträgerparameter"
1653
+
1654
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:41
1655
+ msgid "Interface parameters."
1656
+ msgstr "Schnittstellenparameter."
1657
+
1658
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:55
1659
+ msgid "Enter the root password for the host:"
1660
+ msgstr "Geben Sie das Root-Passwort für den Host ein:"
1661
+
1461
1662
  #: ../lib/hammer_cli_foreman/id_resolver.rb:36
1462
1663
  msgid "Architecture name"
1463
1664
  msgstr "Architekturname"
@@ -1546,9 +1747,9 @@ msgstr "Allgemeiner Parametername"
1546
1747
  msgid "Smart class parameter name"
1547
1748
  msgstr "Smart-Klassen-Parametername"
1548
1749
 
1549
- #: ../lib/hammer_cli_foreman/id_resolver.rb:63 ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:113
1750
+ #: ../lib/hammer_cli_foreman/id_resolver.rb:63 ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:112
1550
1751
  msgid "Smart variable name"
1551
- msgstr ""
1752
+ msgstr "Name der Smart-Variable"
1552
1753
 
1553
1754
  #: ../lib/hammer_cli_foreman/id_resolver.rb:65
1554
1755
  msgid "Name to search by"
@@ -1612,7 +1813,7 @@ msgstr "Image konnte nicht gelöscht werden"
1612
1813
 
1613
1814
  #: ../lib/hammer_cli_foreman/interface.rb:6
1614
1815
  msgid "View and manage host's network interfaces"
1615
- msgstr "Netzwerkschnittstellen des Hosts ansehen and verwalten"
1816
+ msgstr "Netzwerkschnittstelle des Hosts anzeigen und verwalten"
1616
1817
 
1617
1818
  #: ../lib/hammer_cli_foreman/interface.rb:10
1618
1819
  msgid "primary"
@@ -1640,7 +1841,7 @@ msgstr "Virtuell"
1640
1841
 
1641
1842
  #: ../lib/hammer_cli_foreman/interface.rb:55
1642
1843
  msgid "Tag"
1643
- msgstr ""
1844
+ msgstr "Tag"
1644
1845
 
1645
1846
  #: ../lib/hammer_cli_foreman/interface.rb:56
1646
1847
  msgid "Attached to"
@@ -1652,7 +1853,7 @@ msgstr "BMC"
1652
1853
 
1653
1854
  #: ../lib/hammer_cli_foreman/interface.rb:63
1654
1855
  msgid "Bond"
1655
- msgstr ""
1856
+ msgstr "Gebündelt"
1656
1857
 
1657
1858
  #: ../lib/hammer_cli_foreman/interface.rb:64
1658
1859
  msgid "Mode"
@@ -1664,15 +1865,15 @@ msgstr "Verbundene Geräte"
1664
1865
 
1665
1866
  #: ../lib/hammer_cli_foreman/interface.rb:66
1666
1867
  msgid "Bond options"
1667
- msgstr ""
1868
+ msgstr "Bondoptionen"
1668
1869
 
1669
1870
  #: ../lib/hammer_cli_foreman/interface.rb:77
1670
1871
  msgid "Should this interface be used for constructing the FQDN of the host? Each managed hosts needs to have one primary interface."
1671
- msgstr ""
1872
+ msgstr "Soll diese Schnittstelle zum Erstellen des FQDN des Hosts verwendet werden? Jeder gemanagte Host muss eine Primärschnittstelle aufweisen."
1672
1873
 
1673
1874
  #: ../lib/hammer_cli_foreman/interface.rb:78
1674
1875
  msgid "Should this interface be used for TFTP of PXELinux (or SSH for image-based hosts)? Each managed hosts needs to have one provision interface."
1675
- msgstr ""
1876
+ msgstr "Soll diese Schnittstelle für TFTP von PXELinux (oder SSH für image-basierte Hosts) verwendet werden? Jeder gemanagte Host muss eine Bereitstellungsschnittstelle aufweisen."
1676
1877
 
1677
1878
  #: ../lib/hammer_cli_foreman/interface.rb:128
1678
1879
  msgid "Interface created"
@@ -1684,7 +1885,7 @@ msgstr "Schnittstelle konnte nicht erstellt werden"
1684
1885
 
1685
1886
  #: ../lib/hammer_cli_foreman/interface.rb:131 ../lib/hammer_cli_foreman/interface.rb:144
1686
1887
  msgid "Compute resource specific attributes."
1687
- msgstr "Ressourcenspezifische Attribute berechnen."
1888
+ msgstr "Ressourcen-spezifische Attribute berechnen."
1688
1889
 
1689
1890
  #: ../lib/hammer_cli_foreman/interface.rb:141
1690
1891
  msgid "Interface updated"
@@ -1740,7 +1941,7 @@ msgstr "Standort konnte nicht gelöscht werden"
1740
1941
 
1741
1942
  #: ../lib/hammer_cli_foreman/location.rb:88
1742
1943
  msgid "Create or update parameter for a location."
1743
- msgstr "Parameter für einen Standort erstellen oder aktualisieren."
1944
+ msgstr "Parameter für Standort erstellen oder aktualisieren."
1744
1945
 
1745
1946
  #: ../lib/hammer_cli_foreman/location.rb:90 ../lib/hammer_cli_foreman/organization.rb:91
1746
1947
  msgid "Parameter [%{name}] updated to value [%{value}]"
@@ -1756,7 +1957,7 @@ msgstr "Standortparameter konnte nicht festgelegt werden"
1756
1957
 
1757
1958
  #: ../lib/hammer_cli_foreman/location.rb:99
1758
1959
  msgid "Delete parameter for a location."
1759
- msgstr "Parameter für einen Standort löschen."
1960
+ msgstr "Parameter für Standort löschen."
1760
1961
 
1761
1962
  #: ../lib/hammer_cli_foreman/location.rb:101 ../lib/hammer_cli_foreman/organization.rb:102
1762
1963
  msgid "Parameter [%{name}] deleted"
@@ -1972,7 +2173,7 @@ msgstr "Organisation konnte nicht gelöscht werden"
1972
2173
 
1973
2174
  #: ../lib/hammer_cli_foreman/organization.rb:89
1974
2175
  msgid "Create or update parameter for an organization."
1975
- msgstr "Parameter für eine Organisation erstellen oder aktualisieren."
2176
+ msgstr "Parameter für Organisation erstellen oder aktualisieren."
1976
2177
 
1977
2178
  #: ../lib/hammer_cli_foreman/organization.rb:93
1978
2179
  msgid "Could not set organization parameter"
@@ -1980,7 +2181,7 @@ msgstr "Organisationsparameter konnte nicht festgelegt werden"
1980
2181
 
1981
2182
  #: ../lib/hammer_cli_foreman/organization.rb:100
1982
2183
  msgid "Delete parameter for an organization."
1983
- msgstr "Parameter für eine Organisation löschen"
2184
+ msgstr "Parameter für eine Organisation löschen."
1984
2185
 
1985
2186
  #: ../lib/hammer_cli_foreman/organization.rb:103
1986
2187
  msgid "Could not delete organization parameter"
@@ -1988,7 +2189,7 @@ msgstr "Organisationsparameter konnte nicht gelöscht werden"
1988
2189
 
1989
2190
  #: ../lib/hammer_cli_foreman/partition_table.rb:21 ../lib/hammer_cli_foreman/template.rb:48
1990
2191
  msgid "Locked"
1991
- msgstr ""
2192
+ msgstr "Gesperrt"
1992
2193
 
1993
2194
  #: ../lib/hammer_cli_foreman/partition_table.rb:32
1994
2195
  msgid "View partition table content."
@@ -2092,55 +2293,65 @@ msgstr "Benutzer"
2092
2293
  msgid "User groups"
2093
2294
  msgstr "Benutzergruppen"
2094
2295
 
2095
- #: ../lib/hammer_cli_foreman/references.rb:42
2296
+ #: ../lib/hammer_cli_foreman/references.rb:35 ../lib/hammer_cli_foreman/references.rb:42
2297
+ #, fuzzy
2298
+ msgid "Usergroup"
2299
+ msgstr "Benutzergruppen"
2300
+
2301
+ #: ../lib/hammer_cli_foreman/references.rb:37 ../lib/hammer_cli_foreman/references.rb:44 ../lib/hammer_cli_foreman/references.rb:142
2302
+ msgid "Roles"
2303
+ msgstr "Rollen"
2304
+
2305
+ #: ../lib/hammer_cli_foreman/references.rb:41
2306
+ #, fuzzy
2307
+ msgid "Inherited User groups"
2308
+ msgstr "Benutzergruppen"
2309
+
2310
+ #: ../lib/hammer_cli_foreman/references.rb:53
2096
2311
  msgid "Smart proxies"
2097
2312
  msgstr "Smart-Proxys"
2098
2313
 
2099
- #: ../lib/hammer_cli_foreman/references.rb:50
2314
+ #: ../lib/hammer_cli_foreman/references.rb:61
2100
2315
  msgid "Compute resources"
2101
2316
  msgstr "Rechnerressourcen"
2102
2317
 
2103
- #: ../lib/hammer_cli_foreman/references.rb:58
2318
+ #: ../lib/hammer_cli_foreman/references.rb:69
2104
2319
  msgid "Installation media"
2105
2320
  msgstr "Installationsmedien"
2106
2321
 
2107
- #: ../lib/hammer_cli_foreman/references.rb:66
2322
+ #: ../lib/hammer_cli_foreman/references.rb:77
2108
2323
  msgid "Templates"
2109
2324
  msgstr "Vorlagen"
2110
2325
 
2111
- #: ../lib/hammer_cli_foreman/references.rb:74
2326
+ #: ../lib/hammer_cli_foreman/references.rb:85
2112
2327
  msgid "Domains"
2113
2328
  msgstr "Domains"
2114
2329
 
2115
- #: ../lib/hammer_cli_foreman/references.rb:82
2330
+ #: ../lib/hammer_cli_foreman/references.rb:93
2116
2331
  msgid "Environments"
2117
2332
  msgstr "Umgebungen"
2118
2333
 
2119
- #: ../lib/hammer_cli_foreman/references.rb:90
2334
+ #: ../lib/hammer_cli_foreman/references.rb:101
2120
2335
  msgid "Hostgroups"
2121
2336
  msgstr "Hostgruppen"
2122
2337
 
2123
- #: ../lib/hammer_cli_foreman/references.rb:98
2338
+ #: ../lib/hammer_cli_foreman/references.rb:109
2124
2339
  msgid "Subnets"
2125
2340
  msgstr "Subnetze"
2126
2341
 
2127
- #: ../lib/hammer_cli_foreman/references.rb:107
2342
+ #: ../lib/hammer_cli_foreman/references.rb:118
2128
2343
  msgid "Parameters"
2129
2344
  msgstr "Parameter"
2130
2345
 
2131
- #: ../lib/hammer_cli_foreman/references.rb:115
2346
+ #: ../lib/hammer_cli_foreman/references.rb:126
2132
2347
  msgid "Puppetclasses"
2133
2348
  msgstr "Puppet-Klassen"
2134
2349
 
2135
- #: ../lib/hammer_cli_foreman/references.rb:123
2350
+ #: ../lib/hammer_cli_foreman/references.rb:134
2136
2351
  msgid "Operating systems"
2137
2352
  msgstr "Betriebssysteme"
2138
2353
 
2139
- #: ../lib/hammer_cli_foreman/references.rb:131
2140
- msgid "Roles"
2141
- msgstr "Rollen"
2142
-
2143
- #: ../lib/hammer_cli_foreman/references.rb:139
2354
+ #: ../lib/hammer_cli_foreman/references.rb:150
2144
2355
  msgid "External user groups"
2145
2356
  msgstr "Externe Benutzergruppen"
2146
2357
 
@@ -2240,43 +2451,35 @@ msgstr "Bericht konnte nicht gelöscht werden"
2240
2451
  msgid "The server does not support such operation."
2241
2452
  msgstr "Diese Operation wird vom Server nicht unterstützt."
2242
2453
 
2243
- #: ../lib/hammer_cli_foreman/role.rb:20
2454
+ #: ../lib/hammer_cli_foreman/role.rb:13
2244
2455
  msgid "Builtin"
2245
2456
  msgstr "Eingebaut"
2246
2457
 
2247
- #: ../lib/hammer_cli_foreman/role.rb:24
2248
- msgid "Yes"
2249
- msgstr "Ja"
2250
-
2251
- #: ../lib/hammer_cli_foreman/role.rb:24
2252
- msgid "No"
2253
- msgstr "Nein"
2254
-
2255
- #: ../lib/hammer_cli_foreman/role.rb:36
2458
+ #: ../lib/hammer_cli_foreman/role.rb:32
2256
2459
  msgid "User role id"
2257
2460
  msgstr "Benutzerrollen-ID"
2258
2461
 
2259
- #: ../lib/hammer_cli_foreman/role.rb:64
2462
+ #: ../lib/hammer_cli_foreman/role.rb:60
2260
2463
  msgid "User role [%<name>s] created"
2261
2464
  msgstr "Benutzerrolle [%<name>s] erstellt"
2262
2465
 
2263
- #: ../lib/hammer_cli_foreman/role.rb:65
2466
+ #: ../lib/hammer_cli_foreman/role.rb:61
2264
2467
  msgid "Could not create the user role"
2265
2468
  msgstr "Benutzerrolle konnte nicht erstellt werden"
2266
2469
 
2267
- #: ../lib/hammer_cli_foreman/role.rb:72
2470
+ #: ../lib/hammer_cli_foreman/role.rb:68
2268
2471
  msgid "User role [%<name>s] updated"
2269
2472
  msgstr "Benutzerrolle [%<name>s] aktualisiert"
2270
2473
 
2271
- #: ../lib/hammer_cli_foreman/role.rb:73
2474
+ #: ../lib/hammer_cli_foreman/role.rb:69
2272
2475
  msgid "Could not update the user role"
2273
2476
  msgstr "Benutzerrolle konnte nicht aktualisiert werden"
2274
2477
 
2275
- #: ../lib/hammer_cli_foreman/role.rb:80
2478
+ #: ../lib/hammer_cli_foreman/role.rb:76
2276
2479
  msgid "User role [%<name>s] deleted"
2277
2480
  msgstr "Benutzerrolle [%<name>s] gelöscht"
2278
2481
 
2279
- #: ../lib/hammer_cli_foreman/role.rb:81
2482
+ #: ../lib/hammer_cli_foreman/role.rb:77
2280
2483
  msgid "Could not delete the user roles"
2281
2484
  msgstr "Benutzerrollen konnten nicht gelöscht werden"
2282
2485
 
@@ -2308,7 +2511,7 @@ msgstr "Klassen-ID"
2308
2511
  msgid "Hidden Value?"
2309
2512
  msgstr "Versteckter Wert?"
2310
2513
 
2311
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62 ../lib/hammer_cli_foreman/smart_class_parameter.rb:78
2514
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62 ../lib/hammer_cli_foreman/smart_class_parameter.rb:79
2312
2515
  #, fuzzy
2313
2516
  msgid "Use puppet default"
2314
2517
  msgstr "Standard"
@@ -2335,7 +2538,7 @@ msgstr "Überschreibungen zusammenführen"
2335
2538
 
2336
2539
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71 ../lib/hammer_cli_foreman/smart_variable.rb:62
2337
2540
  msgid "Merge default value"
2338
- msgstr "Standardwert zusammenführen"
2541
+ msgstr "Standardwerte zusammenführen"
2339
2542
 
2340
2543
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72 ../lib/hammer_cli_foreman/smart_variable.rb:63
2341
2544
  msgid "Avoid duplicates"
@@ -2345,11 +2548,11 @@ msgstr "Duplikate vermeiden"
2345
2548
  msgid "Order"
2346
2549
  msgstr "Reihenfolge"
2347
2550
 
2348
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74 ../lib/hammer_cli_foreman/smart_variable.rb:65
2551
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_variable.rb:65
2349
2552
  msgid "Values"
2350
2553
  msgstr "Werte"
2351
2554
 
2352
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_variable.rb:67
2555
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:77 ../lib/hammer_cli_foreman/smart_variable.rb:67
2353
2556
  msgid "Match"
2354
2557
  msgstr "Übereinstimmung"
2355
2558
 
@@ -2373,31 +2576,29 @@ msgstr "Dieser Parameter ist erforderlich."
2373
2576
  msgid "Type of the parameter."
2374
2577
  msgstr "Typ des Parameters."
2375
2578
 
2376
- #: ../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
2579
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120 ../lib/hammer_cli_foreman/smart_variable.rb:92 ../lib/hammer_cli_foreman/smart_variable.rb:106
2377
2580
  msgid "Type of the validator."
2378
2581
  msgstr "Typ der Prüfung."
2379
2582
 
2380
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134 ../lib/hammer_cli_foreman/smart_variable.rb:126
2583
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134 ../lib/hammer_cli_foreman/smart_variable.rb:125
2381
2584
  msgid "Override value created"
2382
2585
  msgstr "Überschreibungswert erstellt"
2383
2586
 
2384
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135 ../lib/hammer_cli_foreman/smart_variable.rb:127
2385
- #, fuzzy
2587
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135 ../lib/hammer_cli_foreman/smart_variable.rb:126
2386
2588
  msgid "Could not create the override value"
2387
- msgstr "Überschreibungswert konnte nicht erstellt werden"
2589
+ msgstr "Der Überschreibungswert konnte nicht erstellt werden"
2388
2590
 
2389
2591
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:145
2390
- #, fuzzy
2391
2592
  msgid "Cannot use --value when --use-puppet-default is true"
2392
- msgstr "Standard"
2593
+ msgstr "Kann --value nicht verwenden, wenn --use-puppet-default wahr ist"
2393
2594
 
2394
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158 ../lib/hammer_cli_foreman/smart_variable.rb:139
2595
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158 ../lib/hammer_cli_foreman/smart_variable.rb:138
2395
2596
  msgid "Override value deleted"
2396
2597
  msgstr "Überschreibungswert gelöscht"
2397
2598
 
2398
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159 ../lib/hammer_cli_foreman/smart_variable.rb:140
2599
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159 ../lib/hammer_cli_foreman/smart_variable.rb:139
2399
2600
  msgid "Could not delete the override value"
2400
- msgstr "Überschreibungwert konnte nicht gelöscht werden"
2601
+ msgstr "Überschreibungswert konnte nicht gelöscht werden"
2401
2602
 
2402
2603
  #: ../lib/hammer_cli_foreman/smart_proxy.rb:13
2403
2604
  msgid "URL"
@@ -2455,37 +2656,37 @@ msgstr "Fehler beim Aktualisieren von Smart-Proxy-Funktionen"
2455
2656
  msgid "Variable"
2456
2657
  msgstr ""
2457
2658
 
2458
- #: ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:113
2659
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:112
2459
2660
  msgid "Use --variable instead"
2460
2661
  msgstr ""
2461
2662
 
2462
- #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2663
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:84
2463
2664
  msgid "Smart variable [%{variable}] created"
2464
- msgstr ""
2665
+ msgstr "Smart-Variable [%{variable}] erstellt"
2465
2666
 
2466
- #: ../lib/hammer_cli_foreman/smart_variable.rb:86
2667
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2467
2668
  msgid "Could not create the smart variable"
2468
- msgstr ""
2669
+ msgstr "Smart-Variable konnte nicht erstellt werden"
2469
2670
 
2470
- #: ../lib/hammer_cli_foreman/smart_variable.rb:90 ../lib/hammer_cli_foreman/smart_variable.rb:104
2671
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:89 ../lib/hammer_cli_foreman/smart_variable.rb:103
2471
2672
  msgid "Type of the variable."
2472
2673
  msgstr "Typ der Variable."
2473
2674
 
2474
- #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2675
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:98
2475
2676
  msgid "Smart variable [%{variable}] updated"
2476
- msgstr ""
2677
+ msgstr "Smart-Variable [%{variable}] aktualisiert"
2477
2678
 
2478
- #: ../lib/hammer_cli_foreman/smart_variable.rb:100
2679
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2479
2680
  msgid "Could not update the smart variable"
2480
- msgstr ""
2681
+ msgstr "Smart-Variable konnte nicht aktualisiert werden"
2481
2682
 
2482
- #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2683
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:114
2483
2684
  msgid "Smart variable [%{variable}] deleted"
2484
- msgstr ""
2685
+ msgstr "Smart-Variable [%{variable}] gelöscht"
2485
2686
 
2486
- #: ../lib/hammer_cli_foreman/smart_variable.rb:116
2687
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2487
2688
  msgid "Could not delete the smart variable"
2488
- msgstr ""
2689
+ msgstr "Smart-Variable konnte nicht gelöscht werden"
2489
2690
 
2490
2691
  #: ../lib/hammer_cli_foreman/subnet.rb:13
2491
2692
  msgid "Mask"
@@ -2604,14 +2805,12 @@ msgid "Update the default PXE menu on all configured TFTP servers"
2604
2805
  msgstr "Standard-PXE-Menü auf allen konfigurierten TFTP-Servern aktualisieren"
2605
2806
 
2606
2807
  #: ../lib/hammer_cli_foreman/template.rb:164
2607
- #, fuzzy
2608
2808
  msgid "Config template cloned"
2609
- msgstr "Konfigurationsvorlage erstellt"
2809
+ msgstr "Konfigurationsvorlage geklont"
2610
2810
 
2611
2811
  #: ../lib/hammer_cli_foreman/template.rb:165
2612
- #, fuzzy
2613
2812
  msgid "Could not clone the config template"
2614
- msgstr "Konfigurationsvorlage konnte nicht erstellt werden"
2813
+ msgstr "Die Konfigurationsvorlage konnte nicht geklont werden"
2615
2814
 
2616
2815
  #: ../lib/hammer_cli_foreman/user.rb:11
2617
2816
  msgid "Login"
@@ -2645,39 +2844,39 @@ msgstr "Zeitzone"
2645
2844
  msgid "Last login"
2646
2845
  msgstr "Letzte Anmeldung"
2647
2846
 
2648
- #: ../lib/hammer_cli_foreman/user.rb:34
2847
+ #: ../lib/hammer_cli_foreman/user.rb:35
2649
2848
  msgid "Default organization"
2650
2849
  msgstr "Standardmäßige Organisation"
2651
2850
 
2652
- #: ../lib/hammer_cli_foreman/user.rb:35
2851
+ #: ../lib/hammer_cli_foreman/user.rb:36
2653
2852
  msgid "Default location"
2654
2853
  msgstr "Standardmäßiger Standort"
2655
2854
 
2656
- #: ../lib/hammer_cli_foreman/user.rb:43 ../lib/hammer_cli_foreman/user.rb:44
2855
+ #: ../lib/hammer_cli_foreman/user.rb:44 ../lib/hammer_cli_foreman/user.rb:45
2657
2856
  msgid "default"
2658
2857
  msgstr "Standard"
2659
2858
 
2660
- #: ../lib/hammer_cli_foreman/user.rb:54
2859
+ #: ../lib/hammer_cli_foreman/user.rb:56
2661
2860
  msgid "User [%{login}] created"
2662
2861
  msgstr "Benutzer [%{login}] erstellt"
2663
2862
 
2664
- #: ../lib/hammer_cli_foreman/user.rb:55
2863
+ #: ../lib/hammer_cli_foreman/user.rb:57
2665
2864
  msgid "Could not create the user"
2666
2865
  msgstr "Benutzer konnte nicht erstellt werden"
2667
2866
 
2668
- #: ../lib/hammer_cli_foreman/user.rb:62
2867
+ #: ../lib/hammer_cli_foreman/user.rb:64
2669
2868
  msgid "User [%{login}] updated"
2670
2869
  msgstr "Benutzer [%{login}] aktualisiert"
2671
2870
 
2672
- #: ../lib/hammer_cli_foreman/user.rb:63
2871
+ #: ../lib/hammer_cli_foreman/user.rb:65
2673
2872
  msgid "Could not update the user"
2674
2873
  msgstr "Benutzer konnte nicht aktualisiert werden"
2675
2874
 
2676
- #: ../lib/hammer_cli_foreman/user.rb:70
2875
+ #: ../lib/hammer_cli_foreman/user.rb:72
2677
2876
  msgid "User [%{login}] deleted"
2678
2877
  msgstr "Benutzer [%{login}] gelöscht"
2679
2878
 
2680
- #: ../lib/hammer_cli_foreman/user.rb:71
2879
+ #: ../lib/hammer_cli_foreman/user.rb:73
2681
2880
  msgid "Could not delete the user"
2682
2881
  msgstr "Benutzer konnte nicht gelöscht werden"
2683
2882
 
@@ -2705,7 +2904,18 @@ msgstr "Benutzergruppe [%<name>s] gelöscht"
2705
2904
  msgid "Could not delete the user group"
2706
2905
  msgstr "Benutzergruppe konnte nicht gelöscht werden"
2707
2906
 
2708
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132
2709
- #: ../lib/hammer_cli_foreman/smart_variable.rb:124
2710
- #~ msgid "Could not create the override_value"
2711
- #~ msgstr "Überschreibungswert konnte nicht erstellt werden"
2907
+ #: ../lib/hammer_cli_foreman/auth.rb:39
2908
+ #~ msgid ""
2909
+ #~ "You are currently not logged in to any service.\n"
2910
+ #~ "Use the service to set credentials."
2911
+ #~ msgstr ""
2912
+ #~ "Sie sind derzeit bei keinem Dienst angemeldet.\n"
2913
+ #~ "Bestimmen Sie Ihre Zugangsdaten über den Dienst."
2914
+
2915
+ #: ../lib/hammer_cli_foreman/role.rb:24
2916
+ #~ msgid "Yes"
2917
+ #~ msgstr "Ja"
2918
+
2919
+ #: ../lib/hammer_cli_foreman/role.rb:24
2920
+ #~ msgid "No"
2921
+ #~ msgstr "Nein"