hammer_cli_foreman 0.7.0 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of hammer_cli_foreman might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/doc/release_notes.md +11 -0
- data/lib/hammer_cli_foreman.rb +4 -0
- data/lib/hammer_cli_foreman/associating_commands.rb +21 -0
- data/lib/hammer_cli_foreman/host.rb +0 -5
- data/lib/hammer_cli_foreman/id_resolver.rb +6 -2
- data/lib/hammer_cli_foreman/location.rb +1 -0
- data/lib/hammer_cli_foreman/organization.rb +2 -0
- data/lib/hammer_cli_foreman/realm.rb +53 -0
- data/lib/hammer_cli_foreman/smart_class_parameter.rb +3 -0
- data/lib/hammer_cli_foreman/smart_variable.rb +4 -1
- data/lib/hammer_cli_foreman/usergroup.rb +1 -3
- data/lib/hammer_cli_foreman/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ca/hammer-cli-foreman.edit.po +376 -290
- data/locale/ca/hammer-cli-foreman.po +393 -192
- data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/de/hammer-cli-foreman.edit.po +277 -179
- data/locale/de/hammer-cli-foreman.po +420 -219
- data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/en/hammer-cli-foreman.edit.po +216 -144
- data/locale/en/hammer-cli-foreman.po +55 -1
- data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/en_GB/hammer-cli-foreman.edit.po +339 -224
- data/locale/en_GB/hammer-cli-foreman.po +391 -190
- data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/es/hammer-cli-foreman.edit.po +251 -158
- data/locale/es/hammer-cli-foreman.po +444 -242
- data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/fr/hammer-cli-foreman.edit.po +252 -159
- data/locale/fr/hammer-cli-foreman.po +392 -191
- data/locale/hammer-cli-foreman.pot +253 -175
- data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/it/hammer-cli-foreman.edit.po +281 -188
- data/locale/it/hammer-cli-foreman.po +391 -190
- data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ja/hammer-cli-foreman.edit.po +282 -189
- data/locale/ja/hammer-cli-foreman.po +457 -256
- data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ko/hammer-cli-foreman.edit.po +280 -187
- data/locale/ko/hammer-cli-foreman.po +458 -257
- data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/pt_BR/hammer-cli-foreman.edit.po +255 -162
- data/locale/pt_BR/hammer-cli-foreman.po +455 -254
- data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ru/hammer-cli-foreman.edit.po +443 -337
- data/locale/ru/hammer-cli-foreman.po +412 -211
- data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/zh_CN/hammer-cli-foreman.edit.po +278 -185
- data/locale/zh_CN/hammer-cli-foreman.po +465 -264
- data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/zh_TW/hammer-cli-foreman.edit.po +279 -186
- data/locale/zh_TW/hammer-cli-foreman.po +459 -258
- data/test/data/README.md +2 -2
- data/test/functional/hostgroup/create_test.rb +303 -0
- data/test/functional/hostgroup/update_test.rb +303 -0
- data/test/functional/smart_variable_test.rb +150 -0
- data/test/unit/host_test.rb +0 -4
- data/test/unit/location_test.rb +1 -0
- data/test/unit/organization_test.rb +1 -0
- data/test/unit/realm_test.rb +87 -0
- data/test/unit/smart_class_parameter_test.rb +7 -0
- data/test/unit/smart_variable_test.rb +1 -1
- data/test/unit/usergroup_test.rb +2 -0
- metadata +13 -4
@@ -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.
|
13
|
+
"Project-Id-Version: hammer-cli-foreman 0.8.0\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
|
-
"POT-Creation-Date: 2016-
|
16
|
-
"PO-Revision-Date: 2016-
|
17
|
-
"Last-Translator:
|
15
|
+
"POT-Creation-Date: 2016-06-14 23:53+0200\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"
|
@@ -104,7 +104,7 @@ msgstr "Smart-Klassen-Parameter bearbeiten."
|
|
104
104
|
|
105
105
|
#: ../lib/hammer_cli_foreman.rb:112
|
106
106
|
msgid "Manipulate smart variables."
|
107
|
-
msgstr ""
|
107
|
+
msgstr "Smart-Variablen bearbeiten."
|
108
108
|
|
109
109
|
#: ../lib/hammer_cli_foreman.rb:116
|
110
110
|
msgid "Manipulate smart proxies."
|
@@ -138,8 +138,8 @@ msgstr "Benutzergruppen verwalten."
|
|
138
138
|
#: ../lib/hammer_cli_foreman/external_usergroup.rb:10
|
139
139
|
#: ../lib/hammer_cli_foreman/filter.rb:9
|
140
140
|
#: ../lib/hammer_cli_foreman/filter.rb:72
|
141
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
142
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
141
|
+
#: ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:196
|
142
|
+
#: ../lib/hammer_cli_foreman/host.rb:227
|
143
143
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:57
|
144
144
|
#: ../lib/hammer_cli_foreman/image.rb:29
|
145
145
|
#: ../lib/hammer_cli_foreman/interface.rb:23
|
@@ -175,7 +175,7 @@ msgstr "ID"
|
|
175
175
|
#: ../lib/hammer_cli_foreman/external_usergroup.rb:42
|
176
176
|
#: ../lib/hammer_cli_foreman/filter.rb:73
|
177
177
|
#: ../lib/hammer_cli_foreman/filter.rb:90
|
178
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
178
|
+
#: ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:198
|
179
179
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:58
|
180
180
|
#: ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70
|
181
181
|
#: ../lib/hammer_cli_foreman/location.rb:14
|
@@ -190,7 +190,7 @@ msgstr "ID"
|
|
190
190
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:10
|
191
191
|
#: ../lib/hammer_cli_foreman/subnet.rb:11
|
192
192
|
#: ../lib/hammer_cli_foreman/template.rb:26
|
193
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
193
|
+
#: ../lib/hammer_cli_foreman/template.rb:75
|
194
194
|
#: ../lib/hammer_cli_foreman/user.rb:12
|
195
195
|
#: ../lib/hammer_cli_foreman/usergroup.rb:12
|
196
196
|
msgid "Name"
|
@@ -224,215 +224,359 @@ msgstr "Architektur konnte nicht aktualisiert werden"
|
|
224
224
|
msgid "Associate a hostgroup"
|
225
225
|
msgstr "Hostgruppe zuweisen"
|
226
226
|
|
227
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
227
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:43
|
228
|
+
msgid "The hostgroup has been associated"
|
229
|
+
msgstr "Die Hostgruppe wurde zugewiesen"
|
230
|
+
|
231
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:44
|
232
|
+
msgid "Could not associate the hostgroup"
|
233
|
+
msgstr "Die Hostgruppe konnte nicht zugewiesen werden"
|
234
|
+
|
235
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:49
|
228
236
|
msgid "Disassociate a hostgroup"
|
229
237
|
msgstr "Hostgruppe lösen"
|
230
238
|
|
231
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
239
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:51
|
240
|
+
msgid "The hostgroup has been disassociated"
|
241
|
+
msgstr "Die Hostgruppe wurde gelöst"
|
242
|
+
|
243
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:52
|
244
|
+
msgid "Could not disassociate the hostgroup"
|
245
|
+
msgstr "Die Hostgruppe konnte nicht gelöst werden"
|
246
|
+
|
247
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:61
|
232
248
|
msgid "Associate an environment"
|
233
249
|
msgstr "Umgebung zuweisen"
|
234
250
|
|
235
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
251
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:63
|
252
|
+
msgid "The environment has been associated"
|
253
|
+
msgstr "Die Umgebung wurde zugewiesen"
|
254
|
+
|
255
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:64
|
256
|
+
msgid "Could not associate the environment"
|
257
|
+
msgstr "Die Umgebung konnte nicht zugewiesen werden"
|
258
|
+
|
259
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:69
|
236
260
|
msgid "Disassociate an environment"
|
237
261
|
msgstr "Umgebung lösen"
|
238
262
|
|
239
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
263
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:71
|
264
|
+
msgid "The environment has been disassociated"
|
265
|
+
msgstr "Die Umgebung wurde gelöst"
|
266
|
+
|
267
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:72
|
268
|
+
msgid "Could not disassociate the environment"
|
269
|
+
msgstr "Die Umgebung konnte nicht gelöst werden"
|
270
|
+
|
271
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:81
|
240
272
|
msgid "Associate a domain"
|
241
273
|
msgstr "Domain zuweisen"
|
242
274
|
|
243
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
275
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:83
|
276
|
+
msgid "The domain has been associated"
|
277
|
+
msgstr "Die Domäne wurde zugewiesen"
|
278
|
+
|
279
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:84
|
280
|
+
msgid "Could not associate the domain"
|
281
|
+
msgstr "Die Domäne konnte nicht zugewiesen werden"
|
282
|
+
|
283
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:89
|
244
284
|
msgid "Disassociate a domain"
|
245
285
|
msgstr "Domain lösen"
|
246
286
|
|
247
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
287
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:91
|
288
|
+
msgid "The domain has been disassociated"
|
289
|
+
msgstr "Die Domäne wurde gelöst"
|
290
|
+
|
291
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:92
|
292
|
+
msgid "Could not disassociate the domain"
|
293
|
+
msgstr "Die Domäne konnte nicht gelöst werden"
|
294
|
+
|
295
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:101
|
248
296
|
msgid "Associate a medium"
|
249
297
|
msgstr "Medium zuweisen"
|
250
298
|
|
251
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
299
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:103
|
300
|
+
msgid "The medium has been associated"
|
301
|
+
msgstr "Das Medium wurde zugewiesen"
|
302
|
+
|
303
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:104
|
304
|
+
msgid "Could not associate the medium"
|
305
|
+
msgstr "Das Medium konnte nicht zugewiesen werden"
|
306
|
+
|
307
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:109
|
252
308
|
msgid "Disassociate a medium"
|
253
309
|
msgstr "Medium lösen"
|
254
310
|
|
255
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
311
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:111
|
312
|
+
msgid "The medium has been disassociated"
|
313
|
+
msgstr "Das Medium wurde gelöst"
|
314
|
+
|
315
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:112
|
316
|
+
msgid "Could not disassociate the medium"
|
317
|
+
msgstr "Das Medium konnte nicht gelöst werden"
|
318
|
+
|
319
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:121
|
256
320
|
msgid "Associate a subnet"
|
257
321
|
msgstr "Subnetz zuweisen"
|
258
322
|
|
259
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
323
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:123
|
324
|
+
msgid "The subnet has been associated"
|
325
|
+
msgstr "Das Subnetz wurde zugewiesen"
|
326
|
+
|
327
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:124
|
328
|
+
msgid "Could not associate the subnet"
|
329
|
+
msgstr "Das Subnetz konnte nicht zugewiesen werden"
|
330
|
+
|
331
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:129
|
260
332
|
msgid "Disassociate a subnet"
|
261
333
|
msgstr "Subnetz lösen"
|
262
334
|
|
263
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
335
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:131
|
336
|
+
msgid "The subnet has been disassociated"
|
337
|
+
msgstr "Das Subnetz wurde gelöst"
|
338
|
+
|
339
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:132
|
340
|
+
msgid "Could not disassociate the subnet"
|
341
|
+
msgstr "Das Subnetz konnte nicht gelöst werden"
|
342
|
+
|
343
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:141
|
264
344
|
msgid "Associate a compute resource"
|
265
345
|
msgstr "Rechnerressource zuweisen"
|
266
346
|
|
267
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
347
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:143
|
348
|
+
msgid "The compute resource has been associated"
|
349
|
+
msgstr "Die Rechenressource wurde zugewiesen"
|
350
|
+
|
351
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:144
|
352
|
+
msgid "Could not associate the compute resource"
|
353
|
+
msgstr "Die Rechenressource konnte nicht zugewiesen werden"
|
354
|
+
|
355
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:149
|
268
356
|
msgid "Disassociate a compute resource"
|
269
357
|
msgstr "Rechnerressource lösen"
|
270
358
|
|
271
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
359
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:151
|
360
|
+
msgid "The compute resource has been disassociated"
|
361
|
+
msgstr "Die Rechenressource wurde gelöst"
|
362
|
+
|
363
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:152
|
364
|
+
msgid "Could not disassociate the compute resource"
|
365
|
+
msgstr "Die Rechenressource konnte nicht gelöst werden"
|
366
|
+
|
367
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:161
|
272
368
|
msgid "Associate a smart proxy"
|
273
369
|
msgstr "Smart-Proxy zuweisen"
|
274
370
|
|
275
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
371
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:163
|
372
|
+
msgid "The smart proxy has been associated"
|
373
|
+
msgstr "Der Smart-Proxy wurde zugewiesen"
|
374
|
+
|
375
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:164
|
376
|
+
msgid "Could not associate the smart proxy"
|
377
|
+
msgstr "Der Smart-Proxy konnte nicht zugewiesen werden"
|
378
|
+
|
379
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:173
|
276
380
|
msgid "Disassociate a smart proxy"
|
277
381
|
msgstr "Smart-Proxy lösen"
|
278
382
|
|
279
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
383
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:175
|
384
|
+
msgid "The smart proxy has been disassociated"
|
385
|
+
msgstr "Der Smart-Proxy wurde gelöst"
|
386
|
+
|
387
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:176
|
388
|
+
msgid "Could not disassociate the smart proxy"
|
389
|
+
msgstr "Der Smart-Proxy konnte nicht gelöst werden"
|
390
|
+
|
391
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:189
|
280
392
|
msgid "Associate an user"
|
281
393
|
msgstr "Benutzer zuweisen"
|
282
394
|
|
283
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
395
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:191
|
284
396
|
msgid "The user has been associated"
|
285
397
|
msgstr "Benutzer wurde zugewiesen"
|
286
398
|
|
287
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
399
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:192
|
288
400
|
msgid "Could not associate the user"
|
289
401
|
msgstr "Benutzer konnte nicht zugewiesen werden"
|
290
402
|
|
291
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
403
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:197
|
292
404
|
msgid "Disassociate an user"
|
293
405
|
msgstr "Benutzer lösen"
|
294
406
|
|
295
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
407
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:199
|
296
408
|
msgid "The user has been disassociated"
|
297
409
|
msgstr "Benutzer wurde gelöst"
|
298
410
|
|
299
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
411
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:200
|
300
412
|
msgid "Could not disassociate the user"
|
301
413
|
msgstr "Benutzer konnte nicht gelöst werden"
|
302
414
|
|
303
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
415
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:209
|
304
416
|
msgid "Associate an user group"
|
305
417
|
msgstr "Benutzergruppe zuweisen"
|
306
418
|
|
307
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
419
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:213
|
308
420
|
msgid "The user group has been associated"
|
309
421
|
msgstr "Benutzergruppe wurde zugewiesen"
|
310
422
|
|
311
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
423
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:214
|
312
424
|
msgid "Could not associate the user group"
|
313
425
|
msgstr "Benutzergruppe konnte nicht zugewiesen werden"
|
314
426
|
|
315
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
427
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:219
|
316
428
|
msgid "Disassociate an user group"
|
317
429
|
msgstr "Benutzergruppe lösen"
|
318
430
|
|
319
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
431
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:223
|
320
432
|
msgid "The user group has been disassociated"
|
321
433
|
msgstr "Benutzergruppe wurde gelöst"
|
322
434
|
|
323
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
435
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:224
|
324
436
|
msgid "Could not disassociate the user group"
|
325
437
|
msgstr "Benutzergruppe konnte nicht gelöst werden"
|
326
438
|
|
327
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
439
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:233
|
328
440
|
msgid "Associate a configuration template"
|
329
441
|
msgstr "Konfigurationsvorlage zuweisen"
|
330
442
|
|
331
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
443
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:235
|
444
|
+
msgid "The configuration template has been associated"
|
445
|
+
msgstr "Die Konfigurationsvorlage wurde zugewiesen"
|
446
|
+
|
447
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:236
|
448
|
+
msgid "Could not associate the configuration template"
|
449
|
+
msgstr "Die Konfigurationsvorlage konnte nicht zugewiesen werden"
|
450
|
+
|
451
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:241
|
332
452
|
msgid "Disassociate a configuration template"
|
333
453
|
msgstr "Konfigurationsvorlage lösen"
|
334
454
|
|
335
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
455
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:243
|
456
|
+
msgid "The configuration template has been disassociated"
|
457
|
+
msgstr "Die Konfigurationsvorlage wurde gelöst"
|
458
|
+
|
459
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:244
|
460
|
+
msgid "Could not disassociate the configuration template"
|
461
|
+
msgstr "Die Konfigurationsvorlage konnte nicht gelöst werden"
|
462
|
+
|
463
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:253
|
336
464
|
msgid "Associate an organization"
|
337
465
|
msgstr "Organisation zuweisen"
|
338
466
|
|
339
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
467
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:255
|
468
|
+
msgid "The organization has been associated"
|
469
|
+
msgstr "Die Organisation wurde zugewiesen"
|
470
|
+
|
471
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:256
|
472
|
+
msgid "Could not associate the organization"
|
473
|
+
msgstr "Die Organisation konnte nicht zugewiesen werden"
|
474
|
+
|
475
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:261
|
340
476
|
msgid "Disassociate an organization"
|
341
477
|
msgstr "Organisation lösen"
|
342
478
|
|
343
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
479
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:263
|
480
|
+
msgid "The organization has been disassociated"
|
481
|
+
msgstr "Die Organisation wurde gelöst"
|
482
|
+
|
483
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:264
|
484
|
+
msgid "Could not disassociate the organization"
|
485
|
+
msgstr "Die Organisation konnte nicht gelöst werden"
|
486
|
+
|
487
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:273
|
344
488
|
msgid "Associate an operating system"
|
345
489
|
msgstr "Betriebssystem zuweisen"
|
346
490
|
|
347
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
491
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:275
|
348
492
|
msgid "Operating system has been associated"
|
349
493
|
msgstr "Betriebssystem wurde zugewiesen"
|
350
494
|
|
351
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
495
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:276
|
352
496
|
msgid "Could not associate the operating system"
|
353
497
|
msgstr "Betriebssystem konnte nicht zugewiesen werden"
|
354
498
|
|
355
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
499
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:282
|
356
500
|
msgid "Disassociate an operating system"
|
357
501
|
msgstr "Betriebssystem lösen"
|
358
502
|
|
359
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
503
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:284
|
360
504
|
msgid "Operating system has been disassociated"
|
361
505
|
msgstr "Betriebssystem wurde gelöst"
|
362
506
|
|
363
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
507
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:285
|
364
508
|
msgid "Could not disassociate the operating system"
|
365
509
|
msgstr "Betriebssystem konnte nicht gelöst werden"
|
366
510
|
|
367
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
511
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:294
|
368
512
|
msgid "Associate an architecture"
|
369
513
|
msgstr "Architektur zuweisen"
|
370
514
|
|
371
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
515
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:296
|
372
516
|
msgid "Architecture has been associated"
|
373
517
|
msgstr "Architektur wurde zugewiesen"
|
374
518
|
|
375
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
519
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:297
|
376
520
|
msgid "Could not associate the architecture"
|
377
521
|
msgstr "Architektur konnte nicht zugewiesen werden"
|
378
522
|
|
379
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
523
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:303
|
380
524
|
msgid "Disassociate an architecture"
|
381
525
|
msgstr "Architektur lösen"
|
382
526
|
|
383
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
527
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:305
|
384
528
|
msgid "Architecture has been disassociated"
|
385
529
|
msgstr "Architektur wurde gelöst"
|
386
530
|
|
387
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
531
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:306
|
388
532
|
msgid "Could not disassociate the architecture"
|
389
533
|
msgstr "Architektur konnte nicht gelöst werden"
|
390
534
|
|
391
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
535
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:315
|
392
536
|
msgid "Associate a partition table"
|
393
537
|
msgstr "Partitionstabelle zuweisen"
|
394
538
|
|
395
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
539
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:317
|
396
540
|
msgid "Partition table has been associated"
|
397
541
|
msgstr "Partitionstabelle wurde zugewiesen"
|
398
542
|
|
399
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
543
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:318
|
400
544
|
msgid "Could not associate the partition table"
|
401
545
|
msgstr "Partitionstabelle konnte nicht zugewiesen werden"
|
402
546
|
|
403
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
547
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:324
|
404
548
|
msgid "Disassociate a partition table"
|
405
549
|
msgstr "Partitionstabelle lösen"
|
406
550
|
|
407
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
551
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:326
|
408
552
|
msgid "Partition table has been disassociated"
|
409
553
|
msgstr "Partitionstabelle wurde gelöst"
|
410
554
|
|
411
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
555
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:327
|
412
556
|
msgid "Could not disassociate the partition table"
|
413
557
|
msgstr "Partitionstabelle konnte nicht gelöst werden"
|
414
558
|
|
415
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
559
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:336
|
416
560
|
msgid "Assign a user role"
|
417
561
|
msgstr "Benutzerrolle zuweisen"
|
418
562
|
|
419
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
563
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:338
|
420
564
|
msgid "User role has been assigned"
|
421
565
|
msgstr "Benutzerrolle wurde zugewiesen"
|
422
566
|
|
423
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
567
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:339
|
424
568
|
msgid "Could not assign the user role"
|
425
569
|
msgstr "Benutzerrolle konnte nicht zugewiesen werden"
|
426
570
|
|
427
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
571
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:345
|
428
572
|
msgid "Remove a user role"
|
429
573
|
msgstr "Benutzerrolle entfernen"
|
430
574
|
|
431
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
575
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:347
|
432
576
|
msgid "User role has been removed"
|
433
577
|
msgstr "Benutzerrolle wurde entfernt"
|
434
578
|
|
435
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
579
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:348
|
436
580
|
msgid "Could not remove the user role"
|
437
581
|
msgstr "Benutzerrolle konnte nicht entfernt werden"
|
438
582
|
|
@@ -460,7 +604,7 @@ msgstr "Sie sind als \"%s\" angemeldet"
|
|
460
604
|
msgid ""
|
461
605
|
"You are currently not logged in to any service.\n"
|
462
606
|
"Use the service to set credentials."
|
463
|
-
msgstr ""
|
607
|
+
msgstr "Sie sind derzeit bei keinem Dienst angemeldet.\nBestimmen Sie Ihre Zugangsdaten über den Dienst."
|
464
608
|
|
465
609
|
#: ../lib/hammer_cli_foreman/auth_source_ldap.rb:7
|
466
610
|
msgid "Manage LDAP auth sources."
|
@@ -538,34 +682,50 @@ msgstr "Authentifizierungsquelle aktualisiert"
|
|
538
682
|
msgid "Could not update the Auth Source"
|
539
683
|
msgstr "Authentifizierungsquelle konnte nicht aktualisiert werden"
|
540
684
|
|
541
|
-
#: ../lib/hammer_cli_foreman/commands.rb:
|
685
|
+
#: ../lib/hammer_cli_foreman/commands.rb:88
|
542
686
|
msgid "Received data of unknown format"
|
543
687
|
msgstr "Daten in unbekanntem Format erhalten"
|
544
688
|
|
545
|
-
#: ../lib/hammer_cli_foreman/commands.rb:
|
689
|
+
#: ../lib/hammer_cli_foreman/commands.rb:196
|
546
690
|
msgid ""
|
547
691
|
"Could not find %{resource}. Some search options were missing, please see "
|
548
692
|
"--help."
|
549
693
|
msgstr "%{resource} konnte nicht gefunden werden. Einige Suchoptionen fehlten; siehe --help."
|
550
694
|
|
551
|
-
#: ../lib/hammer_cli_foreman/commands.rb:
|
695
|
+
#: ../lib/hammer_cli_foreman/commands.rb:198
|
552
696
|
msgid "Could not find %{resource}, please set option %{switches}."
|
553
697
|
msgstr "%{resource} konnte nicht gefunden werden, bitte legen Sie die Option %{switches} fest."
|
554
698
|
|
555
|
-
#: ../lib/hammer_cli_foreman/commands.rb:
|
699
|
+
#: ../lib/hammer_cli_foreman/commands.rb:200
|
556
700
|
msgid "Could not find %{resource}, please set one of options %{switches}."
|
557
701
|
msgstr "%{resource} konnte nicht gefunden werden, bitte legen Sie eine der Optionen %{switches} fest."
|
558
702
|
|
559
|
-
#: ../lib/hammer_cli_foreman/commands.rb:
|
703
|
+
#: ../lib/hammer_cli_foreman/commands.rb:529
|
560
704
|
msgid "Associate a resource"
|
561
705
|
msgstr "Ressource zuweisen"
|
562
706
|
|
563
|
-
#: ../lib/hammer_cli_foreman/commands.rb:
|
707
|
+
#: ../lib/hammer_cli_foreman/commands.rb:533
|
708
|
+
msgid "Could not associate the %{resource_name}"
|
709
|
+
msgstr "%{resource_name} konnte nicht zugewiesen werden"
|
710
|
+
|
711
|
+
#: ../lib/hammer_cli_foreman/commands.rb:537
|
712
|
+
msgid "The %{resource_name} has been associated"
|
713
|
+
msgstr "%{resource_name} wurde zugewiesen"
|
714
|
+
|
715
|
+
#: ../lib/hammer_cli_foreman/commands.rb:559
|
564
716
|
msgid "Disassociate a resource"
|
565
717
|
msgstr "Ressource lösen"
|
566
718
|
|
719
|
+
#: ../lib/hammer_cli_foreman/commands.rb:571
|
720
|
+
msgid "Could not disassociate the %{resource_name}"
|
721
|
+
msgstr "%{resource_name} konnte nicht gelöst werden"
|
722
|
+
|
723
|
+
#: ../lib/hammer_cli_foreman/commands.rb:575
|
724
|
+
msgid "The %{resource_name} has been disassociated"
|
725
|
+
msgstr "%{resource_name} wurde gelöst"
|
726
|
+
|
567
727
|
#: ../lib/hammer_cli_foreman/common_parameter.rb:13
|
568
|
-
#: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:
|
728
|
+
#: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:323
|
569
729
|
#: ../lib/hammer_cli_foreman/settings.rb:13
|
570
730
|
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76
|
571
731
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:66
|
@@ -614,7 +774,7 @@ msgstr "Anbieter"
|
|
614
774
|
|
615
775
|
#: ../lib/hammer_cli_foreman/compute_resource.rb:34
|
616
776
|
#: ../lib/hammer_cli_foreman/compute_resource.rb:40
|
617
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
777
|
+
#: ../lib/hammer_cli_foreman/host.rb:197 ../lib/hammer_cli_foreman/image.rb:33
|
618
778
|
#: ../lib/hammer_cli_foreman/image.rb:71
|
619
779
|
msgid "UUID"
|
620
780
|
msgstr "UUID"
|
@@ -682,7 +842,7 @@ msgstr "[Foreman]-Passwort für %s: "
|
|
682
842
|
|
683
843
|
#: ../lib/hammer_cli_foreman/defaults.rb:7
|
684
844
|
msgid "Use the default organization and/or location from the server"
|
685
|
-
msgstr ""
|
845
|
+
msgstr "Verwenden Sie Standard-Organisation und/oder Standort des Servers"
|
686
846
|
|
687
847
|
#: ../lib/hammer_cli_foreman/domain.rb:6
|
688
848
|
msgid "ID of DNS proxy to use within this domain"
|
@@ -773,19 +933,38 @@ msgstr "Umgebung gelöscht"
|
|
773
933
|
msgid "Could not delete the environment"
|
774
934
|
msgstr "Umgebung konnte nicht gelöscht werden"
|
775
935
|
|
776
|
-
#: ../lib/hammer_cli_foreman/exception_handler.rb:
|
936
|
+
#: ../lib/hammer_cli_foreman/exception_handler.rb:29
|
937
|
+
msgid "Redirection of API call detected."
|
938
|
+
msgstr "Weiterleitung von API-Aufruf erkannt."
|
939
|
+
|
940
|
+
#: ../lib/hammer_cli_foreman/exception_handler.rb:30
|
941
|
+
msgid ""
|
942
|
+
"It seems hammer is configured to use HTTP and the server prefers HTTPS."
|
943
|
+
msgstr ""
|
944
|
+
|
945
|
+
#: ../lib/hammer_cli_foreman/exception_handler.rb:32
|
946
|
+
msgid "Update your server url configuration"
|
947
|
+
msgstr "Aktualisieren Sie Ihre Server-URL-Konfiguration"
|
948
|
+
|
949
|
+
#: ../lib/hammer_cli_foreman/exception_handler.rb:33
|
950
|
+
msgid ""
|
951
|
+
"you can set 'follow_redirects' to one of :default or :always to enable "
|
952
|
+
"redirects following"
|
953
|
+
msgstr ""
|
954
|
+
|
955
|
+
#: ../lib/hammer_cli_foreman/exception_handler.rb:54
|
777
956
|
msgid "Forbidden - server refused to process the request"
|
778
957
|
msgstr "Abgelehnt – Server verweigert die Verarbeitung der Anfrage"
|
779
958
|
|
780
|
-
#: ../lib/hammer_cli_foreman/exception_handler.rb:
|
959
|
+
#: ../lib/hammer_cli_foreman/exception_handler.rb:88
|
781
960
|
msgid "Could not load the API description from the server"
|
782
961
|
msgstr "Die API-Beschreibung konnte nicht vom Server geladen werden"
|
783
962
|
|
784
|
-
#: ../lib/hammer_cli_foreman/exception_handler.rb:
|
963
|
+
#: ../lib/hammer_cli_foreman/exception_handler.rb:89
|
785
964
|
msgid "is the server down?"
|
786
965
|
msgstr "ist der Server nicht verfügbar?"
|
787
966
|
|
788
|
-
#: ../lib/hammer_cli_foreman/exception_handler.rb:
|
967
|
+
#: ../lib/hammer_cli_foreman/exception_handler.rb:90
|
789
968
|
msgid ""
|
790
969
|
"was '%s' run on the server when using apipie cache? (typical production "
|
791
970
|
"settings)"
|
@@ -833,7 +1012,7 @@ msgstr "Externe Benutzergruppe konnte nicht gelöscht werden"
|
|
833
1012
|
msgid "Host"
|
834
1013
|
msgstr "Host"
|
835
1014
|
|
836
|
-
#: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:
|
1015
|
+
#: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:322
|
837
1016
|
msgid "Fact"
|
838
1017
|
msgstr "Fakt"
|
839
1018
|
|
@@ -925,131 +1104,123 @@ msgstr "Schnittstellenparameter."
|
|
925
1104
|
msgid "Enter the root password for the host:"
|
926
1105
|
msgstr "Geben Sie das Root-Passwort für den Host ein:"
|
927
1106
|
|
928
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
929
|
-
msgid "At least one interface must be set as primary"
|
930
|
-
msgstr ""
|
931
|
-
|
932
|
-
#: ../lib/hammer_cli_foreman/host.rb:156
|
933
|
-
msgid "At least one interface must be set as provision"
|
934
|
-
msgstr ""
|
935
|
-
|
936
|
-
#: ../lib/hammer_cli_foreman/host.rb:172 ../lib/hammer_cli_foreman/host.rb:248
|
1107
|
+
#: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:237
|
937
1108
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:60
|
938
1109
|
#: ../lib/hammer_cli_foreman/image.rb:31
|
939
1110
|
msgid "Operating System"
|
940
1111
|
msgstr "Betriebssystem"
|
941
1112
|
|
942
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1113
|
+
#: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:201
|
943
1114
|
msgid "Host Group"
|
944
1115
|
msgstr "Hostgruppe"
|
945
1116
|
|
946
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1117
|
+
#: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:214
|
947
1118
|
msgid "IP"
|
948
1119
|
msgstr "IP"
|
949
1120
|
|
950
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1121
|
+
#: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:215
|
951
1122
|
msgid "MAC"
|
952
1123
|
msgstr "MAC-Adresse"
|
953
1124
|
|
954
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1125
|
+
#: ../lib/hammer_cli_foreman/host.rb:174
|
955
1126
|
msgid "Bare Metal"
|
956
|
-
msgstr ""
|
1127
|
+
msgstr "Bare Metal"
|
957
1128
|
|
958
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1129
|
+
#: ../lib/hammer_cli_foreman/host.rb:199
|
959
1130
|
msgid "Organization"
|
960
1131
|
msgstr "Organisation"
|
961
1132
|
|
962
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1133
|
+
#: ../lib/hammer_cli_foreman/host.rb:200
|
963
1134
|
msgid "Location"
|
964
|
-
msgstr "
|
1135
|
+
msgstr "Standort"
|
965
1136
|
|
966
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1137
|
+
#: ../lib/hammer_cli_foreman/host.rb:202
|
967
1138
|
msgid "Compute Resource"
|
968
1139
|
msgstr "Rechnerresource"
|
969
1140
|
|
970
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1141
|
+
#: ../lib/hammer_cli_foreman/host.rb:203
|
971
1142
|
msgid "Compute Profile"
|
972
1143
|
msgstr "Rechenprofil"
|
973
1144
|
|
974
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1145
|
+
#: ../lib/hammer_cli_foreman/host.rb:204
|
975
1146
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:61
|
976
1147
|
msgid "Environment"
|
977
1148
|
msgstr "Umgebung"
|
978
1149
|
|
979
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1150
|
+
#: ../lib/hammer_cli_foreman/host.rb:205
|
980
1151
|
msgid "Puppet CA Id"
|
981
|
-
msgstr ""
|
1152
|
+
msgstr "Puppet-CA-ID"
|
982
1153
|
|
983
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1154
|
+
#: ../lib/hammer_cli_foreman/host.rb:206
|
984
1155
|
msgid "Puppet Master Id"
|
985
|
-
msgstr ""
|
1156
|
+
msgstr "Puppet-Master-ID"
|
986
1157
|
|
987
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1158
|
+
#: ../lib/hammer_cli_foreman/host.rb:207
|
988
1159
|
msgid "Cert name"
|
989
1160
|
msgstr "Zertifikatsname"
|
990
1161
|
|
991
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1162
|
+
#: ../lib/hammer_cli_foreman/host.rb:208
|
992
1163
|
#: ../lib/hammer_cli_foreman/interface.rb:51
|
993
1164
|
msgid "Managed"
|
994
1165
|
msgstr "Verwaltet"
|
995
1166
|
|
996
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1167
|
+
#: ../lib/hammer_cli_foreman/host.rb:210
|
997
1168
|
msgid "Installed at"
|
998
1169
|
msgstr "Installiert um"
|
999
1170
|
|
1000
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1171
|
+
#: ../lib/hammer_cli_foreman/host.rb:211
|
1001
1172
|
#: ../lib/hammer_cli_foreman/report.rb:12
|
1002
1173
|
msgid "Last report"
|
1003
1174
|
msgstr "Letzter Bericht"
|
1004
1175
|
|
1005
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1176
|
+
#: ../lib/hammer_cli_foreman/host.rb:213
|
1006
1177
|
#: ../lib/hammer_cli_foreman/subnet.rb:12
|
1007
1178
|
msgid "Network"
|
1008
1179
|
msgstr "Netzwerk"
|
1009
1180
|
|
1010
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1181
|
+
#: ../lib/hammer_cli_foreman/host.rb:216
|
1011
1182
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:72
|
1012
1183
|
#: ../lib/hammer_cli_foreman/interface.rb:49
|
1013
1184
|
msgid "Subnet"
|
1014
1185
|
msgstr "Subnetz"
|
1015
1186
|
|
1016
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1187
|
+
#: ../lib/hammer_cli_foreman/host.rb:217
|
1017
1188
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:74
|
1018
1189
|
#: ../lib/hammer_cli_foreman/interface.rb:50
|
1019
1190
|
msgid "Domain"
|
1020
1191
|
msgstr "Domain"
|
1021
1192
|
|
1022
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1193
|
+
#: ../lib/hammer_cli_foreman/host.rb:218
|
1023
1194
|
msgid "Service provider"
|
1024
1195
|
msgstr "Dienstanbieter"
|
1025
1196
|
|
1026
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1197
|
+
#: ../lib/hammer_cli_foreman/host.rb:219
|
1027
1198
|
msgid "SP Name"
|
1028
1199
|
msgstr "SP-Name"
|
1029
1200
|
|
1030
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1201
|
+
#: ../lib/hammer_cli_foreman/host.rb:220
|
1031
1202
|
msgid "SP IP"
|
1032
1203
|
msgstr "SP-IP"
|
1033
1204
|
|
1034
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1205
|
+
#: ../lib/hammer_cli_foreman/host.rb:221
|
1035
1206
|
msgid "SP MAC"
|
1036
1207
|
msgstr "SP-MAC"
|
1037
1208
|
|
1038
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1209
|
+
#: ../lib/hammer_cli_foreman/host.rb:222
|
1039
1210
|
msgid "SP Subnet"
|
1040
1211
|
msgstr "SP-Subnetz"
|
1041
1212
|
|
1042
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1213
|
+
#: ../lib/hammer_cli_foreman/host.rb:226
|
1043
1214
|
msgid "Network interfaces"
|
1044
1215
|
msgstr "Netzwerkschnittstellen"
|
1045
1216
|
|
1046
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1217
|
+
#: ../lib/hammer_cli_foreman/host.rb:228
|
1047
1218
|
#: ../lib/hammer_cli_foreman/interface.rb:24
|
1048
1219
|
#: ../lib/hammer_cli_foreman/interface.rb:44
|
1049
1220
|
msgid "Identifier"
|
1050
1221
|
msgstr "Bezeichner"
|
1051
1222
|
|
1052
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1223
|
+
#: ../lib/hammer_cli_foreman/host.rb:229
|
1053
1224
|
#: ../lib/hammer_cli_foreman/interface.rb:25
|
1054
1225
|
#: ../lib/hammer_cli_foreman/interface.rb:45
|
1055
1226
|
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:60
|
@@ -1060,179 +1231,187 @@ msgstr "Bezeichner"
|
|
1060
1231
|
msgid "Type"
|
1061
1232
|
msgstr "Typ"
|
1062
1233
|
|
1063
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1234
|
+
#: ../lib/hammer_cli_foreman/host.rb:230
|
1064
1235
|
#: ../lib/hammer_cli_foreman/interface.rb:26
|
1065
1236
|
#: ../lib/hammer_cli_foreman/interface.rb:46
|
1066
1237
|
msgid "MAC address"
|
1067
1238
|
msgstr "MAC-Adresse"
|
1068
1239
|
|
1069
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1240
|
+
#: ../lib/hammer_cli_foreman/host.rb:231
|
1070
1241
|
#: ../lib/hammer_cli_foreman/interface.rb:27
|
1071
1242
|
#: ../lib/hammer_cli_foreman/interface.rb:47
|
1072
1243
|
msgid "IP address"
|
1073
1244
|
msgstr "IP-Adresse"
|
1074
1245
|
|
1075
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1246
|
+
#: ../lib/hammer_cli_foreman/host.rb:232
|
1076
1247
|
msgid "FQDN"
|
1077
1248
|
msgstr "FQDN"
|
1078
1249
|
|
1079
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1250
|
+
#: ../lib/hammer_cli_foreman/host.rb:235
|
1080
1251
|
msgid "Operating system"
|
1081
1252
|
msgstr "Betriebssystem"
|
1082
1253
|
|
1083
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1254
|
+
#: ../lib/hammer_cli_foreman/host.rb:236
|
1084
1255
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:75
|
1085
1256
|
#: ../lib/hammer_cli_foreman/image.rb:45
|
1086
1257
|
msgid "Architecture"
|
1087
1258
|
msgstr "Architektur"
|
1088
1259
|
|
1089
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1260
|
+
#: ../lib/hammer_cli_foreman/host.rb:240
|
1090
1261
|
msgid "Build"
|
1091
1262
|
msgstr "Build"
|
1092
1263
|
|
1093
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1264
|
+
#: ../lib/hammer_cli_foreman/host.rb:241
|
1094
1265
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:77
|
1095
1266
|
msgid "Medium"
|
1096
1267
|
msgstr "Medium"
|
1097
1268
|
|
1098
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1269
|
+
#: ../lib/hammer_cli_foreman/host.rb:242
|
1099
1270
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:76
|
1100
1271
|
msgid "Partition Table"
|
1101
1272
|
msgstr "Partitionstabelle"
|
1102
1273
|
|
1103
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1274
|
+
#: ../lib/hammer_cli_foreman/host.rb:243
|
1104
1275
|
msgid "Custom partition table"
|
1105
1276
|
msgstr "Benutzerdefinierte Partitionstabelle"
|
1106
1277
|
|
1107
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1278
|
+
#: ../lib/hammer_cli_foreman/host.rb:246
|
1108
1279
|
msgid "Image"
|
1109
1280
|
msgstr "Image"
|
1110
1281
|
|
1111
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1282
|
+
#: ../lib/hammer_cli_foreman/host.rb:247
|
1112
1283
|
msgid "Image file"
|
1113
1284
|
msgstr "Image-Datei"
|
1114
1285
|
|
1115
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1286
|
+
#: ../lib/hammer_cli_foreman/host.rb:248
|
1116
1287
|
msgid "Use image"
|
1117
1288
|
msgstr "Image verwenden"
|
1118
1289
|
|
1119
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1290
|
+
#: ../lib/hammer_cli_foreman/host.rb:254
|
1120
1291
|
msgid "Additional info"
|
1121
1292
|
msgstr "Zusätzliche Informationen"
|
1122
1293
|
|
1123
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1294
|
+
#: ../lib/hammer_cli_foreman/host.rb:255
|
1124
1295
|
msgid "Owner Id"
|
1125
1296
|
msgstr "Besitzer-ID"
|
1126
1297
|
|
1127
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1298
|
+
#: ../lib/hammer_cli_foreman/host.rb:256
|
1128
1299
|
msgid "Owner Type"
|
1129
1300
|
msgstr "Besitzertyp"
|
1130
1301
|
|
1131
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1302
|
+
#: ../lib/hammer_cli_foreman/host.rb:257
|
1132
1303
|
msgid "Enabled"
|
1133
1304
|
msgstr "Aktiviert"
|
1134
1305
|
|
1135
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1306
|
+
#: ../lib/hammer_cli_foreman/host.rb:258
|
1136
1307
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:62
|
1137
1308
|
msgid "Model"
|
1138
1309
|
msgstr "Modell"
|
1139
1310
|
|
1140
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1311
|
+
#: ../lib/hammer_cli_foreman/host.rb:259
|
1141
1312
|
msgid "Comment"
|
1142
1313
|
msgstr "Kommentar"
|
1143
1314
|
|
1144
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1315
|
+
#: ../lib/hammer_cli_foreman/host.rb:272
|
1145
1316
|
msgid "Status"
|
1146
1317
|
msgstr "Status"
|
1147
1318
|
|
1148
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1319
|
+
#: ../lib/hammer_cli_foreman/host.rb:273
|
1149
1320
|
msgid "Power"
|
1150
1321
|
msgstr "Strom"
|
1151
1322
|
|
1152
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1323
|
+
#: ../lib/hammer_cli_foreman/host.rb:309
|
1153
1324
|
msgid "Puppet run triggered"
|
1154
1325
|
msgstr "Puppet-Durchlauf ausgelöst"
|
1155
1326
|
|
1156
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1327
|
+
#: ../lib/hammer_cli_foreman/host.rb:362
|
1157
1328
|
msgid "Host created"
|
1158
1329
|
msgstr "Host erstellt"
|
1159
1330
|
|
1160
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1331
|
+
#: ../lib/hammer_cli_foreman/host.rb:363
|
1161
1332
|
msgid "Could not create the host"
|
1162
1333
|
msgstr "Host konnte nicht erstellt werden"
|
1163
1334
|
|
1164
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1335
|
+
#: ../lib/hammer_cli_foreman/host.rb:380
|
1165
1336
|
msgid "Host updated"
|
1166
1337
|
msgstr "Host aktualisiert"
|
1167
1338
|
|
1168
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1339
|
+
#: ../lib/hammer_cli_foreman/host.rb:381
|
1169
1340
|
msgid "Could not update the host"
|
1170
1341
|
msgstr "Host konnte nicht aktualisiert werden"
|
1171
1342
|
|
1172
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1343
|
+
#: ../lib/hammer_cli_foreman/host.rb:388
|
1173
1344
|
msgid "Host deleted"
|
1174
1345
|
msgstr "Host gelöscht"
|
1175
1346
|
|
1176
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1347
|
+
#: ../lib/hammer_cli_foreman/host.rb:389
|
1177
1348
|
msgid "Could not delete the host"
|
1178
1349
|
msgstr "Host konnte nicht gelöscht werden"
|
1179
1350
|
|
1180
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1351
|
+
#: ../lib/hammer_cli_foreman/host.rb:396
|
1181
1352
|
msgid "Create or update parameter for a host."
|
1182
1353
|
msgstr "Parameter für einen Host erstellen oder aktualisieren."
|
1183
1354
|
|
1184
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1355
|
+
#: ../lib/hammer_cli_foreman/host.rb:398
|
1185
1356
|
msgid "Host parameter updated"
|
1186
1357
|
msgstr "Hostparameter aktualisiert"
|
1187
1358
|
|
1188
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1359
|
+
#: ../lib/hammer_cli_foreman/host.rb:399
|
1189
1360
|
msgid "New host parameter created"
|
1190
1361
|
msgstr "Neuer Hostparameter erstellt"
|
1191
1362
|
|
1192
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1363
|
+
#: ../lib/hammer_cli_foreman/host.rb:400
|
1193
1364
|
msgid "Could not set host parameter"
|
1194
1365
|
msgstr "Hostparameter konnte nicht festgelegt werden"
|
1195
1366
|
|
1196
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1367
|
+
#: ../lib/hammer_cli_foreman/host.rb:412
|
1197
1368
|
msgid "Delete parameter for a host."
|
1198
1369
|
msgstr "Parameter für einen Host löschen."
|
1199
1370
|
|
1200
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1371
|
+
#: ../lib/hammer_cli_foreman/host.rb:414
|
1201
1372
|
msgid "Host parameter deleted"
|
1202
1373
|
msgstr "Hostparameter gelöscht"
|
1203
1374
|
|
1204
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1375
|
+
#: ../lib/hammer_cli_foreman/host.rb:429
|
1205
1376
|
msgid "Power a host on"
|
1206
1377
|
msgstr "Host anschalten"
|
1207
1378
|
|
1208
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1379
|
+
#: ../lib/hammer_cli_foreman/host.rb:430
|
1209
1380
|
msgid "The host is starting."
|
1210
1381
|
msgstr "Host wird gestartet."
|
1211
1382
|
|
1212
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1383
|
+
#: ../lib/hammer_cli_foreman/host.rb:447
|
1213
1384
|
msgid "Force turning off a host"
|
1214
1385
|
msgstr "Abschalten von Host erzwingen"
|
1215
1386
|
|
1216
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1387
|
+
#: ../lib/hammer_cli_foreman/host.rb:452
|
1217
1388
|
msgid "Power a host off"
|
1218
1389
|
msgstr "Host ausschalten"
|
1219
1390
|
|
1220
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1391
|
+
#: ../lib/hammer_cli_foreman/host.rb:464
|
1221
1392
|
msgid "Power off forced."
|
1222
1393
|
msgstr "Abschalten erzwingen."
|
1223
1394
|
|
1224
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1395
|
+
#: ../lib/hammer_cli_foreman/host.rb:466
|
1225
1396
|
msgid "Powering the host off."
|
1226
1397
|
msgstr "Host wird abgeschaltet."
|
1227
1398
|
|
1228
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1399
|
+
#: ../lib/hammer_cli_foreman/host.rb:483
|
1229
1400
|
msgid "Reboot a host"
|
1230
1401
|
msgstr "Host neu starten"
|
1231
1402
|
|
1232
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1403
|
+
#: ../lib/hammer_cli_foreman/host.rb:484
|
1233
1404
|
msgid "Host reboot started."
|
1234
1405
|
msgstr "Host wird neu gestartet."
|
1235
1406
|
|
1407
|
+
#: ../lib/hammer_cli_foreman/host.rb:520
|
1408
|
+
msgid "Rebuild orchestration related configurations for host"
|
1409
|
+
msgstr ""
|
1410
|
+
|
1411
|
+
#: ../lib/hammer_cli_foreman/host.rb:521
|
1412
|
+
msgid "Configuration successfully rebuilt."
|
1413
|
+
msgstr "Konfiguration erfolgreich erneut gebaut."
|
1414
|
+
|
1236
1415
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:10
|
1237
1416
|
msgid "List of puppetclass ids"
|
1238
1417
|
msgstr "Liste mit Puppet-Klassen-IDs"
|
@@ -1255,7 +1434,7 @@ msgstr "Root-Passwort"
|
|
1255
1434
|
|
1256
1435
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:23
|
1257
1436
|
msgid "Enter the root password for the host group:"
|
1258
|
-
msgstr ""
|
1437
|
+
msgstr "Geben Sie das Root-Passwort für die Hostgruppe ein:"
|
1259
1438
|
|
1260
1439
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:59
|
1261
1440
|
#: ../lib/hammer_cli_foreman/operating_system.rb:11
|
@@ -1416,25 +1595,26 @@ msgstr "Smart-Klassen-Parametername"
|
|
1416
1595
|
|
1417
1596
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:63
|
1418
1597
|
msgid "Smart variable name"
|
1419
|
-
msgstr ""
|
1598
|
+
msgstr "Name der Smart-Variable"
|
1420
1599
|
|
1421
1600
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:65
|
1422
1601
|
msgid "Name to search by"
|
1423
1602
|
msgstr "Zu suchender Name"
|
1424
1603
|
|
1425
1604
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:153
|
1605
|
+
#: ../lib/hammer_cli_foreman/id_resolver.rb:161
|
1426
1606
|
msgid "one of %s not found"
|
1427
1607
|
msgstr "eines von %s nicht gefunden"
|
1428
1608
|
|
1429
|
-
#: ../lib/hammer_cli_foreman/id_resolver.rb:
|
1609
|
+
#: ../lib/hammer_cli_foreman/id_resolver.rb:208
|
1430
1610
|
msgid "%s not found"
|
1431
1611
|
msgstr "%s nicht gefunden"
|
1432
1612
|
|
1433
|
-
#: ../lib/hammer_cli_foreman/id_resolver.rb:
|
1613
|
+
#: ../lib/hammer_cli_foreman/id_resolver.rb:209
|
1434
1614
|
msgid "found more than one %s"
|
1435
1615
|
msgstr "mehr als ein %s gefunden"
|
1436
1616
|
|
1437
|
-
#: ../lib/hammer_cli_foreman/id_resolver.rb:
|
1617
|
+
#: ../lib/hammer_cli_foreman/id_resolver.rb:220
|
1438
1618
|
msgid "Missing options to search %s"
|
1439
1619
|
msgstr "Fehlende Optionen zum Suchen von %s"
|
1440
1620
|
|
@@ -1481,7 +1661,7 @@ msgstr "Image konnte nicht gelöscht werden"
|
|
1481
1661
|
|
1482
1662
|
#: ../lib/hammer_cli_foreman/interface.rb:6
|
1483
1663
|
msgid "View and manage host's network interfaces"
|
1484
|
-
msgstr "
|
1664
|
+
msgstr "Netzwerkschnittstelle des Hosts anzeigen und verwalten"
|
1485
1665
|
|
1486
1666
|
#: ../lib/hammer_cli_foreman/interface.rb:10
|
1487
1667
|
msgid "primary"
|
@@ -1510,7 +1690,7 @@ msgstr "Virtuell"
|
|
1510
1690
|
|
1511
1691
|
#: ../lib/hammer_cli_foreman/interface.rb:55
|
1512
1692
|
msgid "Tag"
|
1513
|
-
msgstr ""
|
1693
|
+
msgstr "Tag"
|
1514
1694
|
|
1515
1695
|
#: ../lib/hammer_cli_foreman/interface.rb:56
|
1516
1696
|
msgid "Attached to"
|
@@ -1522,7 +1702,7 @@ msgstr "BMC"
|
|
1522
1702
|
|
1523
1703
|
#: ../lib/hammer_cli_foreman/interface.rb:63
|
1524
1704
|
msgid "Bond"
|
1525
|
-
msgstr ""
|
1705
|
+
msgstr "Gebündelt"
|
1526
1706
|
|
1527
1707
|
#: ../lib/hammer_cli_foreman/interface.rb:64
|
1528
1708
|
msgid "Mode"
|
@@ -1534,19 +1714,19 @@ msgstr "Verbundene Geräte"
|
|
1534
1714
|
|
1535
1715
|
#: ../lib/hammer_cli_foreman/interface.rb:66
|
1536
1716
|
msgid "Bond options"
|
1537
|
-
msgstr ""
|
1717
|
+
msgstr "Bondoptionen"
|
1538
1718
|
|
1539
1719
|
#: ../lib/hammer_cli_foreman/interface.rb:77
|
1540
1720
|
msgid ""
|
1541
1721
|
"Should this interface be used for constructing the FQDN of the host? Each "
|
1542
1722
|
"managed hosts needs to have one primary interface."
|
1543
|
-
msgstr ""
|
1723
|
+
msgstr "Soll diese Schnittstelle zum Erstellen des FQDN des Hosts verwendet werden? Jeder gemanagte Host muss eine Primärschnittstelle aufweisen."
|
1544
1724
|
|
1545
1725
|
#: ../lib/hammer_cli_foreman/interface.rb:78
|
1546
1726
|
msgid ""
|
1547
1727
|
"Should this interface be used for TFTP of PXELinux (or SSH for image-based "
|
1548
1728
|
"hosts)? Each managed hosts needs to have one provision interface."
|
1549
|
-
msgstr ""
|
1729
|
+
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."
|
1550
1730
|
|
1551
1731
|
#: ../lib/hammer_cli_foreman/interface.rb:128
|
1552
1732
|
msgid "Interface created"
|
@@ -1559,7 +1739,7 @@ msgstr "Schnittstelle konnte nicht erstellt werden"
|
|
1559
1739
|
#: ../lib/hammer_cli_foreman/interface.rb:131
|
1560
1740
|
#: ../lib/hammer_cli_foreman/interface.rb:144
|
1561
1741
|
msgid "Compute resource specific attributes."
|
1562
|
-
msgstr "
|
1742
|
+
msgstr "Ressourcen-spezifische Attribute berechnen."
|
1563
1743
|
|
1564
1744
|
#: ../lib/hammer_cli_foreman/interface.rb:141
|
1565
1745
|
msgid "Interface updated"
|
@@ -1619,7 +1799,7 @@ msgstr "Standort konnte nicht gelöscht werden"
|
|
1619
1799
|
|
1620
1800
|
#: ../lib/hammer_cli_foreman/location.rb:87
|
1621
1801
|
msgid "Create or update parameter for a location."
|
1622
|
-
msgstr "Parameter für
|
1802
|
+
msgstr "Parameter für Standort erstellen oder aktualisieren."
|
1623
1803
|
|
1624
1804
|
#: ../lib/hammer_cli_foreman/location.rb:89
|
1625
1805
|
#: ../lib/hammer_cli_foreman/organization.rb:90
|
@@ -1637,7 +1817,7 @@ msgstr "Standortparameter konnte nicht festgelegt werden"
|
|
1637
1817
|
|
1638
1818
|
#: ../lib/hammer_cli_foreman/location.rb:98
|
1639
1819
|
msgid "Delete parameter for a location."
|
1640
|
-
msgstr "Parameter für
|
1820
|
+
msgstr "Parameter für Standort löschen."
|
1641
1821
|
|
1642
1822
|
#: ../lib/hammer_cli_foreman/location.rb:100
|
1643
1823
|
#: ../lib/hammer_cli_foreman/organization.rb:101
|
@@ -1858,7 +2038,7 @@ msgstr "Organisation konnte nicht gelöscht werden"
|
|
1858
2038
|
|
1859
2039
|
#: ../lib/hammer_cli_foreman/organization.rb:88
|
1860
2040
|
msgid "Create or update parameter for an organization."
|
1861
|
-
msgstr "Parameter für
|
2041
|
+
msgstr "Parameter für Organisation erstellen oder aktualisieren."
|
1862
2042
|
|
1863
2043
|
#: ../lib/hammer_cli_foreman/organization.rb:92
|
1864
2044
|
msgid "Could not set organization parameter"
|
@@ -1866,42 +2046,47 @@ msgstr "Organisationsparameter konnte nicht festgelegt werden"
|
|
1866
2046
|
|
1867
2047
|
#: ../lib/hammer_cli_foreman/organization.rb:99
|
1868
2048
|
msgid "Delete parameter for an organization."
|
1869
|
-
msgstr "Parameter für eine Organisation löschen"
|
2049
|
+
msgstr "Parameter für eine Organisation löschen."
|
1870
2050
|
|
1871
2051
|
#: ../lib/hammer_cli_foreman/organization.rb:102
|
1872
2052
|
msgid "Could not delete organization parameter"
|
1873
2053
|
msgstr "Organisationsparameter konnte nicht gelöscht werden"
|
1874
2054
|
|
1875
|
-
#: ../lib/hammer_cli_foreman/partition_table.rb:
|
2055
|
+
#: ../lib/hammer_cli_foreman/partition_table.rb:21
|
2056
|
+
#: ../lib/hammer_cli_foreman/template.rb:48
|
2057
|
+
msgid "Locked"
|
2058
|
+
msgstr "Gesperrt"
|
2059
|
+
|
2060
|
+
#: ../lib/hammer_cli_foreman/partition_table.rb:32
|
1876
2061
|
msgid "View partition table content."
|
1877
2062
|
msgstr "Inhalte der Partitionstabelle anzeigen."
|
1878
2063
|
|
1879
|
-
#: ../lib/hammer_cli_foreman/partition_table.rb:
|
1880
|
-
#: ../lib/hammer_cli_foreman/partition_table.rb:
|
2064
|
+
#: ../lib/hammer_cli_foreman/partition_table.rb:44
|
2065
|
+
#: ../lib/hammer_cli_foreman/partition_table.rb:55
|
1881
2066
|
msgid "Path to a file that contains the partition layout"
|
1882
2067
|
msgstr "Pfad zur Datei, die das Partitionslayout enthält"
|
1883
2068
|
|
1884
|
-
#: ../lib/hammer_cli_foreman/partition_table.rb:
|
2069
|
+
#: ../lib/hammer_cli_foreman/partition_table.rb:47
|
1885
2070
|
msgid "Partition table created"
|
1886
2071
|
msgstr "Partitionstabelle erstellt"
|
1887
2072
|
|
1888
|
-
#: ../lib/hammer_cli_foreman/partition_table.rb:
|
2073
|
+
#: ../lib/hammer_cli_foreman/partition_table.rb:48
|
1889
2074
|
msgid "Could not create the partition table"
|
1890
2075
|
msgstr "Partitionstabelle konnte nicht erstellt werden"
|
1891
2076
|
|
1892
|
-
#: ../lib/hammer_cli_foreman/partition_table.rb:
|
2077
|
+
#: ../lib/hammer_cli_foreman/partition_table.rb:58
|
1893
2078
|
msgid "Partition table updated"
|
1894
2079
|
msgstr "Partitionstabelle aktualisiert"
|
1895
2080
|
|
1896
|
-
#: ../lib/hammer_cli_foreman/partition_table.rb:
|
2081
|
+
#: ../lib/hammer_cli_foreman/partition_table.rb:59
|
1897
2082
|
msgid "Could not update the partition table"
|
1898
2083
|
msgstr "Partitionstabelle konnte nicht aktualisiert werden"
|
1899
2084
|
|
1900
|
-
#: ../lib/hammer_cli_foreman/partition_table.rb:
|
2085
|
+
#: ../lib/hammer_cli_foreman/partition_table.rb:66
|
1901
2086
|
msgid "Partition table deleted"
|
1902
2087
|
msgstr "Partitionstabelle gelöscht"
|
1903
2088
|
|
1904
|
-
#: ../lib/hammer_cli_foreman/partition_table.rb:
|
2089
|
+
#: ../lib/hammer_cli_foreman/partition_table.rb:67
|
1905
2090
|
msgid "Could not delete the partition table"
|
1906
2091
|
msgstr "Partitionstabelle konnte nicht gelöscht werden"
|
1907
2092
|
|
@@ -2191,7 +2376,7 @@ msgstr "Überschreibungen zusammenführen"
|
|
2191
2376
|
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70
|
2192
2377
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:60
|
2193
2378
|
msgid "Merge default value"
|
2194
|
-
msgstr "
|
2379
|
+
msgstr "Standardwerte zusammenführen"
|
2195
2380
|
|
2196
2381
|
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71
|
2197
2382
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:61
|
@@ -2246,18 +2431,22 @@ msgstr "Überschreibungswert erstellt"
|
|
2246
2431
|
|
2247
2432
|
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132
|
2248
2433
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:124
|
2249
|
-
msgid "Could not create the
|
2250
|
-
msgstr "Überschreibungswert konnte nicht erstellt werden"
|
2434
|
+
msgid "Could not create the override value"
|
2435
|
+
msgstr "Der Überschreibungswert konnte nicht erstellt werden"
|
2251
2436
|
|
2252
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2437
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:142
|
2438
|
+
msgid "Cannot use --value when --use-puppet-default is true"
|
2439
|
+
msgstr "Kann --value nicht verwenden, wenn --use-puppet-default wahr ist"
|
2440
|
+
|
2441
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:155
|
2253
2442
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:136
|
2254
2443
|
msgid "Override value deleted"
|
2255
2444
|
msgstr "Überschreibungswert gelöscht"
|
2256
2445
|
|
2257
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2446
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:156
|
2258
2447
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:137
|
2259
2448
|
msgid "Could not delete the override value"
|
2260
|
-
msgstr "
|
2449
|
+
msgstr "Überschreibungswert konnte nicht gelöscht werden"
|
2261
2450
|
|
2262
2451
|
#: ../lib/hammer_cli_foreman/smart_proxy.rb:13
|
2263
2452
|
msgid "URL"
|
@@ -2314,11 +2503,11 @@ msgstr "Fehler beim Aktualisieren von Smart-Proxy-Funktionen"
|
|
2314
2503
|
|
2315
2504
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:83
|
2316
2505
|
msgid "Smart variable [%{variable}] created"
|
2317
|
-
msgstr ""
|
2506
|
+
msgstr "Smart-Variable [%{variable}] erstellt"
|
2318
2507
|
|
2319
2508
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:84
|
2320
2509
|
msgid "Could not create the smart variable"
|
2321
|
-
msgstr ""
|
2510
|
+
msgstr "Smart-Variable konnte nicht erstellt werden"
|
2322
2511
|
|
2323
2512
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:88
|
2324
2513
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:102
|
@@ -2327,19 +2516,19 @@ msgstr "Typ der Variable."
|
|
2327
2516
|
|
2328
2517
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:97
|
2329
2518
|
msgid "Smart variable [%{variable}] updated"
|
2330
|
-
msgstr ""
|
2519
|
+
msgstr "Smart-Variable [%{variable}] aktualisiert"
|
2331
2520
|
|
2332
2521
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:98
|
2333
2522
|
msgid "Could not update the smart variable"
|
2334
|
-
msgstr ""
|
2523
|
+
msgstr "Smart-Variable konnte nicht aktualisiert werden"
|
2335
2524
|
|
2336
2525
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:112
|
2337
2526
|
msgid "Smart variable [%{variable}] deleted"
|
2338
|
-
msgstr ""
|
2527
|
+
msgstr "Smart-Variable [%{variable}] gelöscht"
|
2339
2528
|
|
2340
2529
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:113
|
2341
2530
|
msgid "Could not delete the smart variable"
|
2342
|
-
msgstr ""
|
2531
|
+
msgstr "Smart-Variable konnte nicht gelöscht werden"
|
2343
2532
|
|
2344
2533
|
#: ../lib/hammer_cli_foreman/subnet.rb:13
|
2345
2534
|
msgid "Mask"
|
@@ -2413,52 +2602,60 @@ msgstr "Subnetz gelöscht"
|
|
2413
2602
|
msgid "Could not delete the subnet"
|
2414
2603
|
msgstr "Subnetz konnte nicht gelöscht werden"
|
2415
2604
|
|
2416
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2605
|
+
#: ../lib/hammer_cli_foreman/template.rb:72
|
2417
2606
|
msgid "List available config template kinds."
|
2418
2607
|
msgstr "Verfügbare Konfigurationsvorlagenarten anzeigen."
|
2419
2608
|
|
2420
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2609
|
+
#: ../lib/hammer_cli_foreman/template.rb:91
|
2421
2610
|
msgid "View config template content."
|
2422
2611
|
msgstr "Konfigurationsvorlageninhalte anzeigen."
|
2423
2612
|
|
2424
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2425
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2613
|
+
#: ../lib/hammer_cli_foreman/template.rb:103
|
2614
|
+
#: ../lib/hammer_cli_foreman/template.rb:121
|
2426
2615
|
msgid "Path to a file that contains the template"
|
2427
2616
|
msgstr "Pfad zur Datei, welche die Vorlage enthält"
|
2428
2617
|
|
2429
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2430
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2618
|
+
#: ../lib/hammer_cli_foreman/template.rb:105
|
2619
|
+
#: ../lib/hammer_cli_foreman/template.rb:123
|
2431
2620
|
msgid "Template type. Eg. snippet, script, provision"
|
2432
2621
|
msgstr "Vorlagentyp, z. B. Snippet, Skript, Bereitstellung"
|
2433
2622
|
|
2434
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2623
|
+
#: ../lib/hammer_cli_foreman/template.rb:107
|
2435
2624
|
msgid "Config template created"
|
2436
2625
|
msgstr "Konfigurationsvorlage erstellt"
|
2437
2626
|
|
2438
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2627
|
+
#: ../lib/hammer_cli_foreman/template.rb:108
|
2439
2628
|
msgid "Could not create the config template"
|
2440
2629
|
msgstr "Konfigurationsvorlage konnte nicht erstellt werden"
|
2441
2630
|
|
2442
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2631
|
+
#: ../lib/hammer_cli_foreman/template.rb:125
|
2443
2632
|
msgid "Config template updated"
|
2444
2633
|
msgstr "Konfigurationsvorlage aktualisiert"
|
2445
2634
|
|
2446
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2635
|
+
#: ../lib/hammer_cli_foreman/template.rb:126
|
2447
2636
|
msgid "Could not update the config template"
|
2448
2637
|
msgstr "Konfigurationsvorlage konnte nicht aktualisiert werden"
|
2449
2638
|
|
2450
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2639
|
+
#: ../lib/hammer_cli_foreman/template.rb:139
|
2451
2640
|
msgid "Config template deleted"
|
2452
2641
|
msgstr "Konfigurationsvorlage gelöscht"
|
2453
2642
|
|
2454
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2643
|
+
#: ../lib/hammer_cli_foreman/template.rb:140
|
2455
2644
|
msgid "Could not delete the config template"
|
2456
2645
|
msgstr "Konfigurationsvorlage konnte nicht gelöscht werden"
|
2457
2646
|
|
2458
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2647
|
+
#: ../lib/hammer_cli_foreman/template.rb:151
|
2459
2648
|
msgid "Update the default PXE menu on all configured TFTP servers"
|
2460
2649
|
msgstr "Standard-PXE-Menü auf allen konfigurierten TFTP-Servern aktualisieren"
|
2461
2650
|
|
2651
|
+
#: ../lib/hammer_cli_foreman/template.rb:164
|
2652
|
+
msgid "Config template cloned"
|
2653
|
+
msgstr "Konfigurationsvorlage geklont"
|
2654
|
+
|
2655
|
+
#: ../lib/hammer_cli_foreman/template.rb:165
|
2656
|
+
msgid "Could not clone the config template"
|
2657
|
+
msgstr "Die Konfigurationsvorlage konnte nicht geklont werden"
|
2658
|
+
|
2462
2659
|
#: ../lib/hammer_cli_foreman/user.rb:11
|
2463
2660
|
msgid "Login"
|
2464
2661
|
msgstr "Anmeldung"
|
@@ -2472,54 +2669,58 @@ msgid "Admin"
|
|
2472
2669
|
msgstr "Administrator"
|
2473
2670
|
|
2474
2671
|
#: ../lib/hammer_cli_foreman/user.rb:29
|
2672
|
+
msgid "Effective admin"
|
2673
|
+
msgstr ""
|
2674
|
+
|
2675
|
+
#: ../lib/hammer_cli_foreman/user.rb:30
|
2475
2676
|
msgid "Authorized by"
|
2476
2677
|
msgstr "Autorisiert durch"
|
2477
2678
|
|
2478
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2679
|
+
#: ../lib/hammer_cli_foreman/user.rb:31
|
2479
2680
|
msgid "Locale"
|
2480
2681
|
msgstr "Sprachumgebung"
|
2481
2682
|
|
2482
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2683
|
+
#: ../lib/hammer_cli_foreman/user.rb:32
|
2483
2684
|
msgid "Timezone"
|
2484
2685
|
msgstr "Zeitzone"
|
2485
2686
|
|
2486
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2687
|
+
#: ../lib/hammer_cli_foreman/user.rb:33
|
2487
2688
|
msgid "Last login"
|
2488
2689
|
msgstr "Letzte Anmeldung"
|
2489
2690
|
|
2490
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2691
|
+
#: ../lib/hammer_cli_foreman/user.rb:34
|
2491
2692
|
msgid "Default organization"
|
2492
2693
|
msgstr "Standardmäßige Organisation"
|
2493
2694
|
|
2494
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2695
|
+
#: ../lib/hammer_cli_foreman/user.rb:35
|
2495
2696
|
msgid "Default location"
|
2496
2697
|
msgstr "Standardmäßiger Standort"
|
2497
2698
|
|
2498
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2699
|
+
#: ../lib/hammer_cli_foreman/user.rb:43 ../lib/hammer_cli_foreman/user.rb:44
|
2499
2700
|
msgid "default"
|
2500
2701
|
msgstr "Standard"
|
2501
2702
|
|
2502
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2703
|
+
#: ../lib/hammer_cli_foreman/user.rb:54
|
2503
2704
|
msgid "User [%{login}] created"
|
2504
2705
|
msgstr "Benutzer [%{login}] erstellt"
|
2505
2706
|
|
2506
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2707
|
+
#: ../lib/hammer_cli_foreman/user.rb:55
|
2507
2708
|
msgid "Could not create the user"
|
2508
2709
|
msgstr "Benutzer konnte nicht erstellt werden"
|
2509
2710
|
|
2510
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2711
|
+
#: ../lib/hammer_cli_foreman/user.rb:62
|
2511
2712
|
msgid "User [%{login}] updated"
|
2512
2713
|
msgstr "Benutzer [%{login}] aktualisiert"
|
2513
2714
|
|
2514
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2715
|
+
#: ../lib/hammer_cli_foreman/user.rb:63
|
2515
2716
|
msgid "Could not update the user"
|
2516
2717
|
msgstr "Benutzer konnte nicht aktualisiert werden"
|
2517
2718
|
|
2518
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2719
|
+
#: ../lib/hammer_cli_foreman/user.rb:70
|
2519
2720
|
msgid "User [%{login}] deleted"
|
2520
2721
|
msgstr "Benutzer [%{login}] gelöscht"
|
2521
2722
|
|
2522
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2723
|
+
#: ../lib/hammer_cli_foreman/user.rb:71
|
2523
2724
|
msgid "Could not delete the user"
|
2524
2725
|
msgstr "Benutzer konnte nicht gelöscht werden"
|
2525
2726
|
|