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.

Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/doc/release_notes.md +11 -0
  3. data/lib/hammer_cli_foreman.rb +4 -0
  4. data/lib/hammer_cli_foreman/associating_commands.rb +21 -0
  5. data/lib/hammer_cli_foreman/host.rb +0 -5
  6. data/lib/hammer_cli_foreman/id_resolver.rb +6 -2
  7. data/lib/hammer_cli_foreman/location.rb +1 -0
  8. data/lib/hammer_cli_foreman/organization.rb +2 -0
  9. data/lib/hammer_cli_foreman/realm.rb +53 -0
  10. data/lib/hammer_cli_foreman/smart_class_parameter.rb +3 -0
  11. data/lib/hammer_cli_foreman/smart_variable.rb +4 -1
  12. data/lib/hammer_cli_foreman/usergroup.rb +1 -3
  13. data/lib/hammer_cli_foreman/version.rb +1 -1
  14. data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  15. data/locale/ca/hammer-cli-foreman.edit.po +376 -290
  16. data/locale/ca/hammer-cli-foreman.po +393 -192
  17. data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  18. data/locale/de/hammer-cli-foreman.edit.po +277 -179
  19. data/locale/de/hammer-cli-foreman.po +420 -219
  20. data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  21. data/locale/en/hammer-cli-foreman.edit.po +216 -144
  22. data/locale/en/hammer-cli-foreman.po +55 -1
  23. data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  24. data/locale/en_GB/hammer-cli-foreman.edit.po +339 -224
  25. data/locale/en_GB/hammer-cli-foreman.po +391 -190
  26. data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  27. data/locale/es/hammer-cli-foreman.edit.po +251 -158
  28. data/locale/es/hammer-cli-foreman.po +444 -242
  29. data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  30. data/locale/fr/hammer-cli-foreman.edit.po +252 -159
  31. data/locale/fr/hammer-cli-foreman.po +392 -191
  32. data/locale/hammer-cli-foreman.pot +253 -175
  33. data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  34. data/locale/it/hammer-cli-foreman.edit.po +281 -188
  35. data/locale/it/hammer-cli-foreman.po +391 -190
  36. data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  37. data/locale/ja/hammer-cli-foreman.edit.po +282 -189
  38. data/locale/ja/hammer-cli-foreman.po +457 -256
  39. data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  40. data/locale/ko/hammer-cli-foreman.edit.po +280 -187
  41. data/locale/ko/hammer-cli-foreman.po +458 -257
  42. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  43. data/locale/pt_BR/hammer-cli-foreman.edit.po +255 -162
  44. data/locale/pt_BR/hammer-cli-foreman.po +455 -254
  45. data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  46. data/locale/ru/hammer-cli-foreman.edit.po +443 -337
  47. data/locale/ru/hammer-cli-foreman.po +412 -211
  48. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  49. data/locale/zh_CN/hammer-cli-foreman.edit.po +278 -185
  50. data/locale/zh_CN/hammer-cli-foreman.po +465 -264
  51. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  52. data/locale/zh_TW/hammer-cli-foreman.edit.po +279 -186
  53. data/locale/zh_TW/hammer-cli-foreman.po +459 -258
  54. data/test/data/README.md +2 -2
  55. data/test/functional/hostgroup/create_test.rb +303 -0
  56. data/test/functional/hostgroup/update_test.rb +303 -0
  57. data/test/functional/smart_variable_test.rb +150 -0
  58. data/test/unit/host_test.rb +0 -4
  59. data/test/unit/location_test.rb +1 -0
  60. data/test/unit/organization_test.rb +1 -0
  61. data/test/unit/realm_test.rb +87 -0
  62. data/test/unit/smart_class_parameter_test.rb +7 -0
  63. data/test/unit/smart_variable_test.rb +1 -1
  64. data/test/unit/usergroup_test.rb +2 -0
  65. metadata +13 -4
@@ -10,10 +10,10 @@
10
10
  # simon11 <simon.stieger.98@live.de>, 2014
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: hammer-cli-foreman 0.6.0\n"
13
+ "Project-Id-Version: hammer-cli-foreman 0.7.0\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2016-06-14 23:53+0200\n"
16
- "PO-Revision-Date: 2016-01-17 22:47+0000\n"
15
+ "POT-Creation-Date: 2016-09-01 12:48+0200\n"
16
+ "PO-Revision-Date: 2016-05-26 12:51+0000\n"
17
17
  "Last-Translator: Ettore Atalan <atalanttore@googlemail.com>\n"
18
18
  "Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
19
19
  "MIME-Version: 1.0\n"
@@ -111,30 +111,35 @@ msgid "Manipulate smart proxies."
111
111
  msgstr "Smart-Proxys bearbeiten."
112
112
 
113
113
  #: ../lib/hammer_cli_foreman.rb:120
114
+ #, fuzzy
115
+ msgid "Manipulate realms."
116
+ msgstr "Domains bearbeiten."
117
+
118
+ #: ../lib/hammer_cli_foreman.rb:124
114
119
  msgid "Change server settings."
115
120
  msgstr "Servereinstellungen ändern."
116
121
 
117
- #: ../lib/hammer_cli_foreman.rb:124
122
+ #: ../lib/hammer_cli_foreman.rb:128
118
123
  msgid "Manipulate subnets."
119
124
  msgstr "Subnetze bearbeiten."
120
125
 
121
- #: ../lib/hammer_cli_foreman.rb:128
126
+ #: ../lib/hammer_cli_foreman.rb:132
122
127
  msgid "Manipulate config templates."
123
128
  msgstr "Konfigurationsvorlagen bearbeiten."
124
129
 
125
- #: ../lib/hammer_cli_foreman.rb:132
130
+ #: ../lib/hammer_cli_foreman.rb:136
126
131
  msgid "Manipulate users."
127
132
  msgstr "Benutzer bearbeiten."
128
133
 
129
- #: ../lib/hammer_cli_foreman.rb:136
134
+ #: ../lib/hammer_cli_foreman.rb:140
130
135
  msgid "Manage user groups."
131
136
  msgstr "Benutzergruppen verwalten."
132
137
 
133
- #: ../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:196 ../lib/hammer_cli_foreman/host.rb:227 ../lib/hammer_cli_foreman/hostgroup.rb:57 ../lib/hammer_cli_foreman/image.rb:29 ../lib/hammer_cli_foreman/interface.rb:23 ../lib/hammer_cli_foreman/interface.rb:43 ../lib/hammer_cli_foreman/location.rb:13 ../lib/hammer_cli_foreman/media.rb:9 ../lib/hammer_cli_foreman/model.rb:10 ../lib/hammer_cli_foreman/operating_system.rb:10 ../lib/hammer_cli_foreman/organization.rb:13 ../lib/hammer_cli_foreman/partition_table.rb:10 ../lib/hammer_cli_foreman/puppet_class.rb:13 ../lib/hammer_cli_foreman/report.rb:10 ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11 ../lib/hammer_cli_foreman/settings.rb:11 ../lib/hammer_cli_foreman/smart_class_parameter.rb:8 ../lib/hammer_cli_foreman/smart_class_parameter.rb:74 ../lib/hammer_cli_foreman/smart_proxy.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:8 ../lib/hammer_cli_foreman/smart_variable.rb:64 ../lib/hammer_cli_foreman/subnet.rb:10 ../lib/hammer_cli_foreman/template.rb:25 ../lib/hammer_cli_foreman/user.rb:10 ../lib/hammer_cli_foreman/usergroup.rb:11
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
134
139
  msgid "Id"
135
140
  msgstr "ID"
136
141
 
137
- #: ../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:198 ../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/role.rb:12 ../lib/hammer_cli_foreman/settings.rb:12 ../lib/hammer_cli_foreman/smart_proxy.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:10 ../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
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
138
143
  msgid "Name"
139
144
  msgstr "Name"
140
145
 
@@ -307,8 +312,9 @@ msgid "Associate a compute resource"
307
312
  msgstr "Rechnerressource zuweisen"
308
313
 
309
314
  #: ../lib/hammer_cli_foreman/associating_commands.rb:143
315
+ #, fuzzy
310
316
  msgid "The compute resource has been associated"
311
- msgstr ""
317
+ msgstr "Benutzergruppe wurde zugewiesen"
312
318
 
313
319
  #: ../lib/hammer_cli_foreman/associating_commands.rb:144
314
320
  #, fuzzy
@@ -320,8 +326,9 @@ msgid "Disassociate a compute resource"
320
326
  msgstr "Rechnerressource lösen"
321
327
 
322
328
  #: ../lib/hammer_cli_foreman/associating_commands.rb:151
329
+ #, fuzzy
323
330
  msgid "The compute resource has been disassociated"
324
- msgstr ""
331
+ msgstr "Benutzergruppe wurde gelöst"
325
332
 
326
333
  #: ../lib/hammer_cli_foreman/associating_commands.rb:152
327
334
  #, fuzzy
@@ -413,8 +420,9 @@ msgid "The configuration template has been associated"
413
420
  msgstr ""
414
421
 
415
422
  #: ../lib/hammer_cli_foreman/associating_commands.rb:236
423
+ #, fuzzy
416
424
  msgid "Could not associate the configuration template"
417
- msgstr ""
425
+ msgstr "Konfigurationsvorlage lösen"
418
426
 
419
427
  #: ../lib/hammer_cli_foreman/associating_commands.rb:241
420
428
  msgid "Disassociate a configuration template"
@@ -425,8 +433,9 @@ msgid "The configuration template has been disassociated"
425
433
  msgstr ""
426
434
 
427
435
  #: ../lib/hammer_cli_foreman/associating_commands.rb:244
436
+ #, fuzzy
428
437
  msgid "Could not disassociate the configuration template"
429
- msgstr ""
438
+ msgstr "Partitionstabelle konnte nicht gelöst werden"
430
439
 
431
440
  #: ../lib/hammer_cli_foreman/associating_commands.rb:253
432
441
  msgid "Associate an organization"
@@ -446,8 +455,9 @@ msgid "Disassociate an organization"
446
455
  msgstr "Organisation lösen"
447
456
 
448
457
  #: ../lib/hammer_cli_foreman/associating_commands.rb:263
458
+ #, fuzzy
449
459
  msgid "The organization has been disassociated"
450
- msgstr ""
460
+ msgstr "Benutzer wurde gelöst"
451
461
 
452
462
  #: ../lib/hammer_cli_foreman/associating_commands.rb:264
453
463
  #, fuzzy
@@ -550,6 +560,36 @@ msgstr "Benutzerrolle wurde entfernt"
550
560
  msgid "Could not remove the user role"
551
561
  msgstr "Benutzerrolle konnte nicht entfernt werden"
552
562
 
563
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:357
564
+ #, fuzzy
565
+ msgid "Associate a location"
566
+ msgstr "Domain zuweisen"
567
+
568
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:359
569
+ #, fuzzy
570
+ msgid "The location has been associated"
571
+ msgstr "Benutzer wurde zugewiesen"
572
+
573
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:360
574
+ #, fuzzy
575
+ msgid "Could not associate the location"
576
+ msgstr "Standort konnte nicht erstellt werden"
577
+
578
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:365
579
+ #, fuzzy
580
+ msgid "Disassociate a location"
581
+ msgstr "Domain lösen"
582
+
583
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:367
584
+ #, fuzzy
585
+ msgid "The location has been disassociated"
586
+ msgstr "Benutzer wurde gelöst"
587
+
588
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:368
589
+ #, fuzzy
590
+ msgid "Could not disassociate the location"
591
+ msgstr "Benutzer konnte nicht gelöst werden"
592
+
553
593
  #: ../lib/hammer_cli_foreman/auth.rb:7
554
594
  msgid "Set credentials"
555
595
  msgstr "Berechtigungsnachweise festlegen"
@@ -685,14 +725,15 @@ msgid "Disassociate a resource"
685
725
  msgstr "Ressource lösen"
686
726
 
687
727
  #: ../lib/hammer_cli_foreman/commands.rb:571
728
+ #, fuzzy
688
729
  msgid "Could not disassociate the %{resource_name}"
689
- msgstr ""
730
+ msgstr "Architektur konnte nicht gelöst werden"
690
731
 
691
732
  #: ../lib/hammer_cli_foreman/commands.rb:575
692
733
  msgid "The %{resource_name} has been disassociated"
693
734
  msgstr ""
694
735
 
695
- #: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:323 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_variable.rb:66
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
696
737
  msgid "Value"
697
738
  msgstr "Wert"
698
739
 
@@ -732,7 +773,7 @@ msgstr "Globale Parameter bearbeiten."
732
773
  msgid "Provider"
733
774
  msgstr "Anbieter"
734
775
 
735
- #: ../lib/hammer_cli_foreman/compute_resource.rb:34 ../lib/hammer_cli_foreman/compute_resource.rb:40 ../lib/hammer_cli_foreman/host.rb:197 ../lib/hammer_cli_foreman/image.rb:33 ../lib/hammer_cli_foreman/image.rb:71
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
736
777
  msgid "UUID"
737
778
  msgstr "UUID"
738
779
 
@@ -752,7 +793,7 @@ msgstr "Mandant"
752
793
  msgid "Url"
753
794
  msgstr "URL"
754
795
 
755
- #: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:51
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
756
797
  msgid "Description"
757
798
  msgstr "Beschreibung"
758
799
 
@@ -897,8 +938,9 @@ msgid "Update your server url configuration"
897
938
  msgstr ""
898
939
 
899
940
  #: ../lib/hammer_cli_foreman/exception_handler.rb:33
941
+ #, fuzzy
900
942
  msgid "you can set 'follow_redirects' to one of :default or :always to enable redirects following"
901
- msgstr ""
943
+ msgstr "Standard"
902
944
 
903
945
  #: ../lib/hammer_cli_foreman/exception_handler.rb:54
904
946
  msgid "Forbidden - server refused to process the request"
@@ -956,7 +998,7 @@ msgstr "Externe Benutzergruppe konnte nicht gelöscht werden"
956
998
  msgid "Host"
957
999
  msgstr "Host"
958
1000
 
959
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:322
1001
+ #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:317
960
1002
  msgid "Fact"
961
1003
  msgstr "Fakt"
962
1004
 
@@ -1044,19 +1086,19 @@ msgstr "Schnittstellenparameter."
1044
1086
  msgid "Enter the root password for the host:"
1045
1087
  msgstr "Geben Sie das Root-Passwort für den Host ein:"
1046
1088
 
1047
- #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:237 ../lib/hammer_cli_foreman/hostgroup.rb:60 ../lib/hammer_cli_foreman/image.rb:31
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
1048
1090
  msgid "Operating System"
1049
1091
  msgstr "Betriebssystem"
1050
1092
 
1051
- #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:201
1093
+ #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:196
1052
1094
  msgid "Host Group"
1053
1095
  msgstr "Hostgruppe"
1054
1096
 
1055
- #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:214
1097
+ #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:209
1056
1098
  msgid "IP"
1057
1099
  msgstr "IP"
1058
1100
 
1059
- #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:215
1101
+ #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:210
1060
1102
  msgid "MAC"
1061
1103
  msgstr "MAC-Adresse"
1062
1104
 
@@ -1064,263 +1106,263 @@ msgstr "MAC-Adresse"
1064
1106
  msgid "Bare Metal"
1065
1107
  msgstr ""
1066
1108
 
1067
- #: ../lib/hammer_cli_foreman/host.rb:199
1109
+ #: ../lib/hammer_cli_foreman/host.rb:194
1068
1110
  msgid "Organization"
1069
1111
  msgstr "Organisation"
1070
1112
 
1071
- #: ../lib/hammer_cli_foreman/host.rb:200
1113
+ #: ../lib/hammer_cli_foreman/host.rb:195
1072
1114
  msgid "Location"
1073
1115
  msgstr "Ort"
1074
1116
 
1075
- #: ../lib/hammer_cli_foreman/host.rb:202
1117
+ #: ../lib/hammer_cli_foreman/host.rb:197
1076
1118
  msgid "Compute Resource"
1077
1119
  msgstr "Rechnerresource"
1078
1120
 
1079
- #: ../lib/hammer_cli_foreman/host.rb:203
1121
+ #: ../lib/hammer_cli_foreman/host.rb:198
1080
1122
  msgid "Compute Profile"
1081
1123
  msgstr "Rechenprofil"
1082
1124
 
1083
- #: ../lib/hammer_cli_foreman/host.rb:204 ../lib/hammer_cli_foreman/hostgroup.rb:61
1125
+ #: ../lib/hammer_cli_foreman/host.rb:199 ../lib/hammer_cli_foreman/hostgroup.rb:61
1084
1126
  msgid "Environment"
1085
1127
  msgstr "Umgebung"
1086
1128
 
1087
- #: ../lib/hammer_cli_foreman/host.rb:205
1129
+ #: ../lib/hammer_cli_foreman/host.rb:200
1088
1130
  msgid "Puppet CA Id"
1089
1131
  msgstr ""
1090
1132
 
1091
- #: ../lib/hammer_cli_foreman/host.rb:206
1133
+ #: ../lib/hammer_cli_foreman/host.rb:201
1092
1134
  msgid "Puppet Master Id"
1093
1135
  msgstr ""
1094
1136
 
1095
- #: ../lib/hammer_cli_foreman/host.rb:207
1137
+ #: ../lib/hammer_cli_foreman/host.rb:202
1096
1138
  msgid "Cert name"
1097
1139
  msgstr "Zertifikatsname"
1098
1140
 
1099
- #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/interface.rb:51
1141
+ #: ../lib/hammer_cli_foreman/host.rb:203 ../lib/hammer_cli_foreman/interface.rb:51
1100
1142
  msgid "Managed"
1101
1143
  msgstr "Verwaltet"
1102
1144
 
1103
- #: ../lib/hammer_cli_foreman/host.rb:210
1145
+ #: ../lib/hammer_cli_foreman/host.rb:205
1104
1146
  msgid "Installed at"
1105
1147
  msgstr "Installiert um"
1106
1148
 
1107
- #: ../lib/hammer_cli_foreman/host.rb:211 ../lib/hammer_cli_foreman/report.rb:12
1149
+ #: ../lib/hammer_cli_foreman/host.rb:206 ../lib/hammer_cli_foreman/report.rb:12
1108
1150
  msgid "Last report"
1109
1151
  msgstr "Letzter Bericht"
1110
1152
 
1111
- #: ../lib/hammer_cli_foreman/host.rb:213 ../lib/hammer_cli_foreman/subnet.rb:12
1153
+ #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/subnet.rb:12
1112
1154
  msgid "Network"
1113
1155
  msgstr "Netzwerk"
1114
1156
 
1115
- #: ../lib/hammer_cli_foreman/host.rb:216 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1157
+ #: ../lib/hammer_cli_foreman/host.rb:211 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1116
1158
  msgid "Subnet"
1117
1159
  msgstr "Subnetz"
1118
1160
 
1119
- #: ../lib/hammer_cli_foreman/host.rb:217 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1161
+ #: ../lib/hammer_cli_foreman/host.rb:212 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1120
1162
  msgid "Domain"
1121
1163
  msgstr "Domain"
1122
1164
 
1123
- #: ../lib/hammer_cli_foreman/host.rb:218
1165
+ #: ../lib/hammer_cli_foreman/host.rb:213
1124
1166
  msgid "Service provider"
1125
1167
  msgstr "Dienstanbieter"
1126
1168
 
1127
- #: ../lib/hammer_cli_foreman/host.rb:219
1169
+ #: ../lib/hammer_cli_foreman/host.rb:214
1128
1170
  msgid "SP Name"
1129
1171
  msgstr "SP-Name"
1130
1172
 
1131
- #: ../lib/hammer_cli_foreman/host.rb:220
1173
+ #: ../lib/hammer_cli_foreman/host.rb:215
1132
1174
  msgid "SP IP"
1133
1175
  msgstr "SP-IP"
1134
1176
 
1135
- #: ../lib/hammer_cli_foreman/host.rb:221
1177
+ #: ../lib/hammer_cli_foreman/host.rb:216
1136
1178
  msgid "SP MAC"
1137
1179
  msgstr "SP-MAC"
1138
1180
 
1139
- #: ../lib/hammer_cli_foreman/host.rb:222
1181
+ #: ../lib/hammer_cli_foreman/host.rb:217
1140
1182
  msgid "SP Subnet"
1141
1183
  msgstr "SP-Subnetz"
1142
1184
 
1143
- #: ../lib/hammer_cli_foreman/host.rb:226
1185
+ #: ../lib/hammer_cli_foreman/host.rb:221
1144
1186
  msgid "Network interfaces"
1145
1187
  msgstr "Netzwerkschnittstellen"
1146
1188
 
1147
- #: ../lib/hammer_cli_foreman/host.rb:228 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1189
+ #: ../lib/hammer_cli_foreman/host.rb:223 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1148
1190
  msgid "Identifier"
1149
1191
  msgstr "Bezeichner"
1150
1192
 
1151
- #: ../lib/hammer_cli_foreman/host.rb:229 ../lib/hammer_cli_foreman/interface.rb:25 ../lib/hammer_cli_foreman/interface.rb:45 ../lib/hammer_cli_foreman/smart_class_parameter.rb:60 ../lib/hammer_cli_foreman/smart_class_parameter.rb:65 ../lib/hammer_cli_foreman/smart_variable.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:55 ../lib/hammer_cli_foreman/template.rb:27
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
1152
1194
  msgid "Type"
1153
1195
  msgstr "Typ"
1154
1196
 
1155
- #: ../lib/hammer_cli_foreman/host.rb:230 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1197
+ #: ../lib/hammer_cli_foreman/host.rb:225 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1156
1198
  msgid "MAC address"
1157
1199
  msgstr "MAC-Adresse"
1158
1200
 
1159
- #: ../lib/hammer_cli_foreman/host.rb:231 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1201
+ #: ../lib/hammer_cli_foreman/host.rb:226 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1160
1202
  msgid "IP address"
1161
1203
  msgstr "IP-Adresse"
1162
1204
 
1163
- #: ../lib/hammer_cli_foreman/host.rb:232
1205
+ #: ../lib/hammer_cli_foreman/host.rb:227
1164
1206
  msgid "FQDN"
1165
1207
  msgstr "FQDN"
1166
1208
 
1167
- #: ../lib/hammer_cli_foreman/host.rb:235
1209
+ #: ../lib/hammer_cli_foreman/host.rb:230
1168
1210
  msgid "Operating system"
1169
1211
  msgstr "Betriebssystem"
1170
1212
 
1171
- #: ../lib/hammer_cli_foreman/host.rb:236 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1213
+ #: ../lib/hammer_cli_foreman/host.rb:231 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1172
1214
  msgid "Architecture"
1173
1215
  msgstr "Architektur"
1174
1216
 
1175
- #: ../lib/hammer_cli_foreman/host.rb:240
1217
+ #: ../lib/hammer_cli_foreman/host.rb:235
1176
1218
  msgid "Build"
1177
1219
  msgstr "Build"
1178
1220
 
1179
- #: ../lib/hammer_cli_foreman/host.rb:241 ../lib/hammer_cli_foreman/hostgroup.rb:77
1221
+ #: ../lib/hammer_cli_foreman/host.rb:236 ../lib/hammer_cli_foreman/hostgroup.rb:77
1180
1222
  msgid "Medium"
1181
1223
  msgstr "Medium"
1182
1224
 
1183
- #: ../lib/hammer_cli_foreman/host.rb:242 ../lib/hammer_cli_foreman/hostgroup.rb:76
1225
+ #: ../lib/hammer_cli_foreman/host.rb:237 ../lib/hammer_cli_foreman/hostgroup.rb:76
1184
1226
  msgid "Partition Table"
1185
1227
  msgstr "Partitionstabelle"
1186
1228
 
1187
- #: ../lib/hammer_cli_foreman/host.rb:243
1229
+ #: ../lib/hammer_cli_foreman/host.rb:238
1188
1230
  msgid "Custom partition table"
1189
1231
  msgstr "Benutzerdefinierte Partitionstabelle"
1190
1232
 
1191
- #: ../lib/hammer_cli_foreman/host.rb:246
1233
+ #: ../lib/hammer_cli_foreman/host.rb:241
1192
1234
  msgid "Image"
1193
1235
  msgstr "Image"
1194
1236
 
1195
- #: ../lib/hammer_cli_foreman/host.rb:247
1237
+ #: ../lib/hammer_cli_foreman/host.rb:242
1196
1238
  msgid "Image file"
1197
1239
  msgstr "Image-Datei"
1198
1240
 
1199
- #: ../lib/hammer_cli_foreman/host.rb:248
1241
+ #: ../lib/hammer_cli_foreman/host.rb:243
1200
1242
  msgid "Use image"
1201
1243
  msgstr "Image verwenden"
1202
1244
 
1203
- #: ../lib/hammer_cli_foreman/host.rb:254
1245
+ #: ../lib/hammer_cli_foreman/host.rb:249
1204
1246
  msgid "Additional info"
1205
1247
  msgstr "Zusätzliche Informationen"
1206
1248
 
1207
- #: ../lib/hammer_cli_foreman/host.rb:255
1249
+ #: ../lib/hammer_cli_foreman/host.rb:250
1208
1250
  msgid "Owner Id"
1209
1251
  msgstr "Besitzer-ID"
1210
1252
 
1211
- #: ../lib/hammer_cli_foreman/host.rb:256
1253
+ #: ../lib/hammer_cli_foreman/host.rb:251
1212
1254
  msgid "Owner Type"
1213
1255
  msgstr "Besitzertyp"
1214
1256
 
1215
- #: ../lib/hammer_cli_foreman/host.rb:257
1257
+ #: ../lib/hammer_cli_foreman/host.rb:252
1216
1258
  msgid "Enabled"
1217
1259
  msgstr "Aktiviert"
1218
1260
 
1219
- #: ../lib/hammer_cli_foreman/host.rb:258 ../lib/hammer_cli_foreman/hostgroup.rb:62
1261
+ #: ../lib/hammer_cli_foreman/host.rb:253 ../lib/hammer_cli_foreman/hostgroup.rb:62
1220
1262
  msgid "Model"
1221
1263
  msgstr "Modell"
1222
1264
 
1223
- #: ../lib/hammer_cli_foreman/host.rb:259
1265
+ #: ../lib/hammer_cli_foreman/host.rb:254
1224
1266
  msgid "Comment"
1225
1267
  msgstr "Kommentar"
1226
1268
 
1227
- #: ../lib/hammer_cli_foreman/host.rb:272
1269
+ #: ../lib/hammer_cli_foreman/host.rb:267
1228
1270
  msgid "Status"
1229
1271
  msgstr "Status"
1230
1272
 
1231
- #: ../lib/hammer_cli_foreman/host.rb:273
1273
+ #: ../lib/hammer_cli_foreman/host.rb:268
1232
1274
  msgid "Power"
1233
1275
  msgstr "Strom"
1234
1276
 
1235
- #: ../lib/hammer_cli_foreman/host.rb:309
1277
+ #: ../lib/hammer_cli_foreman/host.rb:304
1236
1278
  msgid "Puppet run triggered"
1237
1279
  msgstr "Puppet-Durchlauf ausgelöst"
1238
1280
 
1239
- #: ../lib/hammer_cli_foreman/host.rb:362
1281
+ #: ../lib/hammer_cli_foreman/host.rb:357
1240
1282
  msgid "Host created"
1241
1283
  msgstr "Host erstellt"
1242
1284
 
1243
- #: ../lib/hammer_cli_foreman/host.rb:363
1285
+ #: ../lib/hammer_cli_foreman/host.rb:358
1244
1286
  msgid "Could not create the host"
1245
1287
  msgstr "Host konnte nicht erstellt werden"
1246
1288
 
1247
- #: ../lib/hammer_cli_foreman/host.rb:380
1289
+ #: ../lib/hammer_cli_foreman/host.rb:375
1248
1290
  msgid "Host updated"
1249
1291
  msgstr "Host aktualisiert"
1250
1292
 
1251
- #: ../lib/hammer_cli_foreman/host.rb:381
1293
+ #: ../lib/hammer_cli_foreman/host.rb:376
1252
1294
  msgid "Could not update the host"
1253
1295
  msgstr "Host konnte nicht aktualisiert werden"
1254
1296
 
1255
- #: ../lib/hammer_cli_foreman/host.rb:388
1297
+ #: ../lib/hammer_cli_foreman/host.rb:383
1256
1298
  msgid "Host deleted"
1257
1299
  msgstr "Host gelöscht"
1258
1300
 
1259
- #: ../lib/hammer_cli_foreman/host.rb:389
1301
+ #: ../lib/hammer_cli_foreman/host.rb:384
1260
1302
  msgid "Could not delete the host"
1261
1303
  msgstr "Host konnte nicht gelöscht werden"
1262
1304
 
1263
- #: ../lib/hammer_cli_foreman/host.rb:396
1305
+ #: ../lib/hammer_cli_foreman/host.rb:391
1264
1306
  msgid "Create or update parameter for a host."
1265
1307
  msgstr "Parameter für einen Host erstellen oder aktualisieren."
1266
1308
 
1267
- #: ../lib/hammer_cli_foreman/host.rb:398
1309
+ #: ../lib/hammer_cli_foreman/host.rb:393
1268
1310
  msgid "Host parameter updated"
1269
1311
  msgstr "Hostparameter aktualisiert"
1270
1312
 
1271
- #: ../lib/hammer_cli_foreman/host.rb:399
1313
+ #: ../lib/hammer_cli_foreman/host.rb:394
1272
1314
  msgid "New host parameter created"
1273
1315
  msgstr "Neuer Hostparameter erstellt"
1274
1316
 
1275
- #: ../lib/hammer_cli_foreman/host.rb:400
1317
+ #: ../lib/hammer_cli_foreman/host.rb:395
1276
1318
  msgid "Could not set host parameter"
1277
1319
  msgstr "Hostparameter konnte nicht festgelegt werden"
1278
1320
 
1279
- #: ../lib/hammer_cli_foreman/host.rb:412
1321
+ #: ../lib/hammer_cli_foreman/host.rb:407
1280
1322
  msgid "Delete parameter for a host."
1281
1323
  msgstr "Parameter für einen Host löschen."
1282
1324
 
1283
- #: ../lib/hammer_cli_foreman/host.rb:414
1325
+ #: ../lib/hammer_cli_foreman/host.rb:409
1284
1326
  msgid "Host parameter deleted"
1285
1327
  msgstr "Hostparameter gelöscht"
1286
1328
 
1287
- #: ../lib/hammer_cli_foreman/host.rb:429
1329
+ #: ../lib/hammer_cli_foreman/host.rb:424
1288
1330
  msgid "Power a host on"
1289
1331
  msgstr "Host anschalten"
1290
1332
 
1291
- #: ../lib/hammer_cli_foreman/host.rb:430
1333
+ #: ../lib/hammer_cli_foreman/host.rb:425
1292
1334
  msgid "The host is starting."
1293
1335
  msgstr "Host wird gestartet."
1294
1336
 
1295
- #: ../lib/hammer_cli_foreman/host.rb:447
1337
+ #: ../lib/hammer_cli_foreman/host.rb:442
1296
1338
  msgid "Force turning off a host"
1297
1339
  msgstr "Abschalten von Host erzwingen"
1298
1340
 
1299
- #: ../lib/hammer_cli_foreman/host.rb:452
1341
+ #: ../lib/hammer_cli_foreman/host.rb:447
1300
1342
  msgid "Power a host off"
1301
1343
  msgstr "Host ausschalten"
1302
1344
 
1303
- #: ../lib/hammer_cli_foreman/host.rb:464
1345
+ #: ../lib/hammer_cli_foreman/host.rb:459
1304
1346
  msgid "Power off forced."
1305
1347
  msgstr "Abschalten erzwingen."
1306
1348
 
1307
- #: ../lib/hammer_cli_foreman/host.rb:466
1349
+ #: ../lib/hammer_cli_foreman/host.rb:461
1308
1350
  msgid "Powering the host off."
1309
1351
  msgstr "Host wird abgeschaltet."
1310
1352
 
1311
- #: ../lib/hammer_cli_foreman/host.rb:483
1353
+ #: ../lib/hammer_cli_foreman/host.rb:478
1312
1354
  msgid "Reboot a host"
1313
1355
  msgstr "Host neu starten"
1314
1356
 
1315
- #: ../lib/hammer_cli_foreman/host.rb:484
1357
+ #: ../lib/hammer_cli_foreman/host.rb:479
1316
1358
  msgid "Host reboot started."
1317
1359
  msgstr "Host wird neu gestartet."
1318
1360
 
1319
- #: ../lib/hammer_cli_foreman/host.rb:520
1361
+ #: ../lib/hammer_cli_foreman/host.rb:515
1320
1362
  msgid "Rebuild orchestration related configurations for host"
1321
1363
  msgstr ""
1322
1364
 
1323
- #: ../lib/hammer_cli_foreman/host.rb:521
1365
+ #: ../lib/hammer_cli_foreman/host.rb:516
1324
1366
  msgid "Configuration successfully rebuilt."
1325
1367
  msgstr ""
1326
1368
 
@@ -1504,7 +1546,7 @@ msgstr "Allgemeiner Parametername"
1504
1546
  msgid "Smart class parameter name"
1505
1547
  msgstr "Smart-Klassen-Parametername"
1506
1548
 
1507
- #: ../lib/hammer_cli_foreman/id_resolver.rb:63
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
1508
1550
  msgid "Smart variable name"
1509
1551
  msgstr ""
1510
1552
 
@@ -1522,7 +1564,7 @@ msgstr "%s nicht gefunden"
1522
1564
 
1523
1565
  #: ../lib/hammer_cli_foreman/id_resolver.rb:209
1524
1566
  msgid "found more than one %s"
1525
- msgstr ""
1567
+ msgstr "mehr als ein %s gefunden"
1526
1568
 
1527
1569
  #: ../lib/hammer_cli_foreman/id_resolver.rb:220
1528
1570
  msgid "Missing options to search %s"
@@ -1570,7 +1612,7 @@ msgstr "Image konnte nicht gelöscht werden"
1570
1612
 
1571
1613
  #: ../lib/hammer_cli_foreman/interface.rb:6
1572
1614
  msgid "View and manage host's network interfaces"
1573
- msgstr ""
1615
+ msgstr "Netzwerkschnittstellen des Hosts ansehen and verwalten"
1574
1616
 
1575
1617
  #: ../lib/hammer_cli_foreman/interface.rb:10
1576
1618
  msgid "primary"
@@ -1578,7 +1620,7 @@ msgstr "primär"
1578
1620
 
1579
1621
  #: ../lib/hammer_cli_foreman/interface.rb:11
1580
1622
  msgid "provision"
1581
- msgstr ""
1623
+ msgstr "Bereitstellen"
1582
1624
 
1583
1625
  #: ../lib/hammer_cli_foreman/interface.rb:28 ../lib/hammer_cli_foreman/interface.rb:48
1584
1626
  msgid "DNS name"
@@ -1590,7 +1632,7 @@ msgstr "Primär"
1590
1632
 
1591
1633
  #: ../lib/hammer_cli_foreman/interface.rb:53
1592
1634
  msgid "Provision"
1593
- msgstr ""
1635
+ msgstr "Bereitstellen"
1594
1636
 
1595
1637
  #: ../lib/hammer_cli_foreman/interface.rb:54
1596
1638
  msgid "Virtual"
@@ -1642,7 +1684,7 @@ msgstr "Schnittstelle konnte nicht erstellt werden"
1642
1684
 
1643
1685
  #: ../lib/hammer_cli_foreman/interface.rb:131 ../lib/hammer_cli_foreman/interface.rb:144
1644
1686
  msgid "Compute resource specific attributes."
1645
- msgstr ""
1687
+ msgstr "Ressourcenspezifische Attribute berechnen."
1646
1688
 
1647
1689
  #: ../lib/hammer_cli_foreman/interface.rb:141
1648
1690
  msgid "Interface updated"
@@ -1660,70 +1702,69 @@ msgstr "Schnittstelle gelöscht"
1660
1702
  msgid "Could not delete the interface"
1661
1703
  msgstr "Schnittstelle konnte nicht gelöscht werden"
1662
1704
 
1663
- #: ../lib/hammer_cli_foreman/location.rb:24 ../lib/hammer_cli_foreman/location.rb:63 ../lib/hammer_cli_foreman/location.rb:75
1705
+ #: ../lib/hammer_cli_foreman/location.rb:25 ../lib/hammer_cli_foreman/location.rb:64 ../lib/hammer_cli_foreman/location.rb:76
1664
1706
  msgid "Location numeric id to search by"
1665
1707
  msgstr "Zu suchende numerische Standort-ID"
1666
1708
 
1667
- #: ../lib/hammer_cli_foreman/location.rb:27 ../lib/hammer_cli_foreman/organization.rb:27
1668
- #, fuzzy
1709
+ #: ../lib/hammer_cli_foreman/location.rb:28 ../lib/hammer_cli_foreman/organization.rb:28
1669
1710
  msgid "Parent"
1670
- msgstr "Übergeordnete ID"
1711
+ msgstr "Übergeordnet"
1671
1712
 
1672
- #: ../lib/hammer_cli_foreman/location.rb:38 ../lib/hammer_cli_foreman/references.rb:18
1713
+ #: ../lib/hammer_cli_foreman/location.rb:39 ../lib/hammer_cli_foreman/references.rb:18
1673
1714
  msgid "Organizations"
1674
1715
  msgstr "Organisationen"
1675
1716
 
1676
- #: ../lib/hammer_cli_foreman/location.rb:53
1717
+ #: ../lib/hammer_cli_foreman/location.rb:54
1677
1718
  msgid "Location created"
1678
1719
  msgstr "Standort erstellt"
1679
1720
 
1680
- #: ../lib/hammer_cli_foreman/location.rb:54
1721
+ #: ../lib/hammer_cli_foreman/location.rb:55
1681
1722
  msgid "Could not create the location"
1682
1723
  msgstr "Standort konnte nicht erstellt werden"
1683
1724
 
1684
- #: ../lib/hammer_cli_foreman/location.rb:65
1725
+ #: ../lib/hammer_cli_foreman/location.rb:66
1685
1726
  msgid "Location updated"
1686
1727
  msgstr "Standort aktualisiert"
1687
1728
 
1688
- #: ../lib/hammer_cli_foreman/location.rb:66
1729
+ #: ../lib/hammer_cli_foreman/location.rb:67
1689
1730
  msgid "Could not update the location"
1690
1731
  msgstr "Standort konnte nicht aktualisiert werden"
1691
1732
 
1692
- #: ../lib/hammer_cli_foreman/location.rb:77
1733
+ #: ../lib/hammer_cli_foreman/location.rb:78
1693
1734
  msgid "Location deleted"
1694
1735
  msgstr "Standort gelöscht"
1695
1736
 
1696
- #: ../lib/hammer_cli_foreman/location.rb:78
1737
+ #: ../lib/hammer_cli_foreman/location.rb:79
1697
1738
  msgid "Could not delete the location"
1698
1739
  msgstr "Standort konnte nicht gelöscht werden"
1699
1740
 
1700
- #: ../lib/hammer_cli_foreman/location.rb:87
1741
+ #: ../lib/hammer_cli_foreman/location.rb:88
1701
1742
  msgid "Create or update parameter for a location."
1702
- msgstr ""
1743
+ msgstr "Parameter für einen Standort erstellen oder aktualisieren."
1703
1744
 
1704
- #: ../lib/hammer_cli_foreman/location.rb:89 ../lib/hammer_cli_foreman/organization.rb:90
1745
+ #: ../lib/hammer_cli_foreman/location.rb:90 ../lib/hammer_cli_foreman/organization.rb:91
1705
1746
  msgid "Parameter [%{name}] updated to value [%{value}]"
1706
- msgstr ""
1747
+ msgstr "Parameter [%{name}] aktualisiert auf Wert [%{value}]"
1707
1748
 
1708
- #: ../lib/hammer_cli_foreman/location.rb:90 ../lib/hammer_cli_foreman/organization.rb:91
1749
+ #: ../lib/hammer_cli_foreman/location.rb:91 ../lib/hammer_cli_foreman/organization.rb:92
1709
1750
  msgid "Parameter [%{name}] created with value [%{value}]"
1710
- msgstr ""
1751
+ msgstr "Parameter [%{name}] erstellt mit Wert [%{value}]"
1711
1752
 
1712
- #: ../lib/hammer_cli_foreman/location.rb:91
1753
+ #: ../lib/hammer_cli_foreman/location.rb:92
1713
1754
  msgid "Could not set location parameter"
1714
- msgstr ""
1755
+ msgstr "Standortparameter konnte nicht festgelegt werden"
1715
1756
 
1716
- #: ../lib/hammer_cli_foreman/location.rb:98
1757
+ #: ../lib/hammer_cli_foreman/location.rb:99
1717
1758
  msgid "Delete parameter for a location."
1718
- msgstr ""
1759
+ msgstr "Parameter für einen Standort löschen."
1719
1760
 
1720
- #: ../lib/hammer_cli_foreman/location.rb:100 ../lib/hammer_cli_foreman/organization.rb:101
1761
+ #: ../lib/hammer_cli_foreman/location.rb:101 ../lib/hammer_cli_foreman/organization.rb:102
1721
1762
  msgid "Parameter [%{name}] deleted"
1722
- msgstr ""
1763
+ msgstr "Parameter [%{name}] gelöscht"
1723
1764
 
1724
- #: ../lib/hammer_cli_foreman/location.rb:101
1765
+ #: ../lib/hammer_cli_foreman/location.rb:102
1725
1766
  msgid "Could not delete location parameter"
1726
- msgstr ""
1767
+ msgstr "Standortparameter konnte nicht gelöscht werden"
1727
1768
 
1728
1769
  #: ../lib/hammer_cli_foreman/media.rb:11
1729
1770
  msgid "Path"
@@ -1901,49 +1942,49 @@ msgstr "Standardvorlage konnte nicht gelöscht werden"
1901
1942
  msgid "Default template of type %s not found"
1902
1943
  msgstr "Standardvorlage des Typs %s nicht gefunden"
1903
1944
 
1904
- #: ../lib/hammer_cli_foreman/organization.rb:38 ../lib/hammer_cli_foreman/references.rb:15
1945
+ #: ../lib/hammer_cli_foreman/organization.rb:39 ../lib/hammer_cli_foreman/references.rb:15
1905
1946
  msgid "Locations"
1906
1947
  msgstr "Standorte"
1907
1948
 
1908
- #: ../lib/hammer_cli_foreman/organization.rb:54
1949
+ #: ../lib/hammer_cli_foreman/organization.rb:55
1909
1950
  msgid "Organization created"
1910
1951
  msgstr "Organisation erstellt"
1911
1952
 
1912
- #: ../lib/hammer_cli_foreman/organization.rb:55
1953
+ #: ../lib/hammer_cli_foreman/organization.rb:56
1913
1954
  msgid "Could not create the organization"
1914
1955
  msgstr "Organisation konnte nicht erstellt werden"
1915
1956
 
1916
- #: ../lib/hammer_cli_foreman/organization.rb:66
1957
+ #: ../lib/hammer_cli_foreman/organization.rb:67
1917
1958
  msgid "Organization updated"
1918
1959
  msgstr "Organisation aktualisiert"
1919
1960
 
1920
- #: ../lib/hammer_cli_foreman/organization.rb:67
1961
+ #: ../lib/hammer_cli_foreman/organization.rb:68
1921
1962
  msgid "Could not update the organization"
1922
1963
  msgstr "Organisation konnte nicht aktualisiert werden"
1923
1964
 
1924
- #: ../lib/hammer_cli_foreman/organization.rb:78
1965
+ #: ../lib/hammer_cli_foreman/organization.rb:79
1925
1966
  msgid "Organization deleted"
1926
1967
  msgstr "Organisation gelöscht"
1927
1968
 
1928
- #: ../lib/hammer_cli_foreman/organization.rb:79
1969
+ #: ../lib/hammer_cli_foreman/organization.rb:80
1929
1970
  msgid "Could not delete the organization"
1930
1971
  msgstr "Organisation konnte nicht gelöscht werden"
1931
1972
 
1932
- #: ../lib/hammer_cli_foreman/organization.rb:88
1973
+ #: ../lib/hammer_cli_foreman/organization.rb:89
1933
1974
  msgid "Create or update parameter for an organization."
1934
- msgstr ""
1975
+ msgstr "Parameter für eine Organisation erstellen oder aktualisieren."
1935
1976
 
1936
- #: ../lib/hammer_cli_foreman/organization.rb:92
1977
+ #: ../lib/hammer_cli_foreman/organization.rb:93
1937
1978
  msgid "Could not set organization parameter"
1938
- msgstr ""
1979
+ msgstr "Organisationsparameter konnte nicht festgelegt werden"
1939
1980
 
1940
- #: ../lib/hammer_cli_foreman/organization.rb:99
1981
+ #: ../lib/hammer_cli_foreman/organization.rb:100
1941
1982
  msgid "Delete parameter for an organization."
1942
- msgstr ""
1983
+ msgstr "Parameter für eine Organisation löschen"
1943
1984
 
1944
- #: ../lib/hammer_cli_foreman/organization.rb:102
1985
+ #: ../lib/hammer_cli_foreman/organization.rb:103
1945
1986
  msgid "Could not delete organization parameter"
1946
- msgstr ""
1987
+ msgstr "Organisationsparameter konnte nicht gelöscht werden"
1947
1988
 
1948
1989
  #: ../lib/hammer_cli_foreman/partition_table.rb:21 ../lib/hammer_cli_foreman/template.rb:48
1949
1990
  msgid "Locked"
@@ -1997,6 +2038,44 @@ msgstr "Standardwert"
1997
2038
  msgid "Smart class parameters"
1998
2039
  msgstr "Smart-Klassenparameter"
1999
2040
 
2041
+ #: ../lib/hammer_cli_foreman/realm.rb:18
2042
+ msgid "Realm proxy id"
2043
+ msgstr ""
2044
+
2045
+ #: ../lib/hammer_cli_foreman/realm.rb:19
2046
+ msgid "Realm type"
2047
+ msgstr ""
2048
+
2049
+ #: ../lib/hammer_cli_foreman/realm.rb:29
2050
+ #, fuzzy
2051
+ msgid "Realm [%{name}] created"
2052
+ msgstr "Domain [%{name}] erstellt"
2053
+
2054
+ #: ../lib/hammer_cli_foreman/realm.rb:30
2055
+ #, fuzzy
2056
+ msgid "Could not create the realm"
2057
+ msgstr "Image konnte nicht erstellt werden"
2058
+
2059
+ #: ../lib/hammer_cli_foreman/realm.rb:37
2060
+ #, fuzzy
2061
+ msgid "Realm [%{name}] updated"
2062
+ msgstr "Domain [%{name}] aktualisiert"
2063
+
2064
+ #: ../lib/hammer_cli_foreman/realm.rb:38
2065
+ #, fuzzy
2066
+ msgid "Could not update the realm"
2067
+ msgstr "Image konnte nicht aktualisiert werden"
2068
+
2069
+ #: ../lib/hammer_cli_foreman/realm.rb:45
2070
+ #, fuzzy
2071
+ msgid "Realm [%{name}] deleted"
2072
+ msgstr "Domain [%{name}] gelöscht"
2073
+
2074
+ #: ../lib/hammer_cli_foreman/realm.rb:46
2075
+ #, fuzzy
2076
+ msgid "Could not delete the realm"
2077
+ msgstr "Bericht konnte nicht gelöscht werden"
2078
+
2000
2079
  #: ../lib/hammer_cli_foreman/references.rb:8
2001
2080
  msgid "Created at"
2002
2081
  msgstr "Erstellt um"
@@ -2163,7 +2242,7 @@ msgstr "Diese Operation wird vom Server nicht unterstützt."
2163
2242
 
2164
2243
  #: ../lib/hammer_cli_foreman/role.rb:20
2165
2244
  msgid "Builtin"
2166
- msgstr ""
2245
+ msgstr "Eingebaut"
2167
2246
 
2168
2247
  #: ../lib/hammer_cli_foreman/role.rb:24
2169
2248
  msgid "Yes"
@@ -2225,94 +2304,100 @@ msgstr "Puppet-Klasse"
2225
2304
  msgid "Class Id"
2226
2305
  msgstr "Klassen-ID"
2227
2306
 
2228
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61 ../lib/hammer_cli_foreman/smart_variable.rb:52
2307
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61 ../lib/hammer_cli_foreman/smart_variable.rb:54
2229
2308
  msgid "Hidden Value?"
2230
- msgstr ""
2309
+ msgstr "Versteckter Wert?"
2231
2310
 
2232
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62
2311
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62 ../lib/hammer_cli_foreman/smart_class_parameter.rb:78
2312
+ #, fuzzy
2313
+ msgid "Use puppet default"
2314
+ msgstr "Standard"
2315
+
2316
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:63
2233
2317
  msgid "Required"
2234
2318
  msgstr "Erforderlich"
2235
2319
 
2236
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:64 ../lib/hammer_cli_foreman/smart_variable.rb:54
2320
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:65 ../lib/hammer_cli_foreman/smart_variable.rb:56
2237
2321
  msgid "Validator"
2238
2322
  msgstr "Prüfung"
2239
2323
 
2240
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:66 ../lib/hammer_cli_foreman/smart_variable.rb:56
2324
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:67 ../lib/hammer_cli_foreman/smart_variable.rb:58
2241
2325
  msgid "Rule"
2242
2326
  msgstr "Regel"
2243
2327
 
2244
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:68 ../lib/hammer_cli_foreman/smart_variable.rb:58
2328
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69 ../lib/hammer_cli_foreman/smart_variable.rb:60
2245
2329
  msgid "Override values"
2246
2330
  msgstr "Überschreibungswerte"
2247
2331
 
2248
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69 ../lib/hammer_cli_foreman/smart_variable.rb:59
2332
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70 ../lib/hammer_cli_foreman/smart_variable.rb:61
2249
2333
  msgid "Merge overrides"
2250
- msgstr ""
2334
+ msgstr "Überschreibungen zusammenführen"
2251
2335
 
2252
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70 ../lib/hammer_cli_foreman/smart_variable.rb:60
2336
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71 ../lib/hammer_cli_foreman/smart_variable.rb:62
2253
2337
  msgid "Merge default value"
2254
2338
  msgstr "Standardwert zusammenführen"
2255
2339
 
2256
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71 ../lib/hammer_cli_foreman/smart_variable.rb:61
2340
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72 ../lib/hammer_cli_foreman/smart_variable.rb:63
2257
2341
  msgid "Avoid duplicates"
2258
2342
  msgstr "Duplikate vermeiden"
2259
2343
 
2260
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72 ../lib/hammer_cli_foreman/smart_variable.rb:62
2344
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73 ../lib/hammer_cli_foreman/smart_variable.rb:64
2261
2345
  msgid "Order"
2262
2346
  msgstr "Reihenfolge"
2263
2347
 
2264
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73 ../lib/hammer_cli_foreman/smart_variable.rb:63
2348
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74 ../lib/hammer_cli_foreman/smart_variable.rb:65
2265
2349
  msgid "Values"
2266
2350
  msgstr "Werte"
2267
2351
 
2268
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_variable.rb:65
2352
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_variable.rb:67
2269
2353
  msgid "Match"
2270
2354
  msgstr "Übereinstimmung"
2271
2355
 
2272
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:102
2356
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:105
2273
2357
  msgid "Parameter updated"
2274
2358
  msgstr "Parameter aktualisiert"
2275
2359
 
2276
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:103
2360
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:106
2277
2361
  msgid "Could not update the parameter"
2278
2362
  msgstr "Parameter konnte nicht aktualisiert werden"
2279
2363
 
2280
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:110
2364
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:113
2281
2365
  msgid "Override this parameter."
2282
2366
  msgstr "Diesen Parameter überschreiben."
2283
2367
 
2284
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:112
2368
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:115
2285
2369
  msgid "This parameter is required."
2286
2370
  msgstr "Dieser Parameter ist erforderlich."
2287
2371
 
2288
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:114
2372
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
2289
2373
  msgid "Type of the parameter."
2290
2374
  msgstr "Typ des Parameters."
2291
2375
 
2292
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117 ../lib/hammer_cli_foreman/smart_variable.rb:91 ../lib/hammer_cli_foreman/smart_variable.rb:105
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
2293
2377
  msgid "Type of the validator."
2294
2378
  msgstr "Typ der Prüfung."
2295
2379
 
2296
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:131 ../lib/hammer_cli_foreman/smart_variable.rb:123
2380
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134 ../lib/hammer_cli_foreman/smart_variable.rb:126
2297
2381
  msgid "Override value created"
2298
- msgstr ""
2382
+ msgstr "Überschreibungswert erstellt"
2299
2383
 
2300
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132 ../lib/hammer_cli_foreman/smart_variable.rb:124
2384
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135 ../lib/hammer_cli_foreman/smart_variable.rb:127
2301
2385
  #, fuzzy
2302
2386
  msgid "Could not create the override value"
2303
- msgstr "Benutzerrolle konnte nicht erstellt werden"
2387
+ msgstr "Überschreibungswert konnte nicht erstellt werden"
2304
2388
 
2305
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:142
2389
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:145
2390
+ #, fuzzy
2306
2391
  msgid "Cannot use --value when --use-puppet-default is true"
2307
- msgstr ""
2392
+ msgstr "Standard"
2308
2393
 
2309
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:155 ../lib/hammer_cli_foreman/smart_variable.rb:136
2394
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158 ../lib/hammer_cli_foreman/smart_variable.rb:139
2310
2395
  msgid "Override value deleted"
2311
- msgstr ""
2396
+ msgstr "Überschreibungswert gelöscht"
2312
2397
 
2313
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:156 ../lib/hammer_cli_foreman/smart_variable.rb:137
2398
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159 ../lib/hammer_cli_foreman/smart_variable.rb:140
2314
2399
  msgid "Could not delete the override value"
2315
- msgstr ""
2400
+ msgstr "Überschreibungwert konnte nicht gelöscht werden"
2316
2401
 
2317
2402
  #: ../lib/hammer_cli_foreman/smart_proxy.rb:13
2318
2403
  msgid "URL"
@@ -2366,31 +2451,39 @@ msgstr "Smart-Proxy-Funktionen wurden aktualisiert"
2366
2451
  msgid "Refresh of smart proxy features failed"
2367
2452
  msgstr "Fehler beim Aktualisieren von Smart-Proxy-Funktionen"
2368
2453
 
2369
- #: ../lib/hammer_cli_foreman/smart_variable.rb:83
2454
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:10
2455
+ msgid "Variable"
2456
+ msgstr ""
2457
+
2458
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:113
2459
+ msgid "Use --variable instead"
2460
+ msgstr ""
2461
+
2462
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2370
2463
  msgid "Smart variable [%{variable}] created"
2371
2464
  msgstr ""
2372
2465
 
2373
- #: ../lib/hammer_cli_foreman/smart_variable.rb:84
2466
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:86
2374
2467
  msgid "Could not create the smart variable"
2375
2468
  msgstr ""
2376
2469
 
2377
- #: ../lib/hammer_cli_foreman/smart_variable.rb:88 ../lib/hammer_cli_foreman/smart_variable.rb:102
2470
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:90 ../lib/hammer_cli_foreman/smart_variable.rb:104
2378
2471
  msgid "Type of the variable."
2379
2472
  msgstr "Typ der Variable."
2380
2473
 
2381
- #: ../lib/hammer_cli_foreman/smart_variable.rb:97
2474
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2382
2475
  msgid "Smart variable [%{variable}] updated"
2383
2476
  msgstr ""
2384
2477
 
2385
- #: ../lib/hammer_cli_foreman/smart_variable.rb:98
2478
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:100
2386
2479
  msgid "Could not update the smart variable"
2387
2480
  msgstr ""
2388
2481
 
2389
- #: ../lib/hammer_cli_foreman/smart_variable.rb:112
2482
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2390
2483
  msgid "Smart variable [%{variable}] deleted"
2391
2484
  msgstr ""
2392
2485
 
2393
- #: ../lib/hammer_cli_foreman/smart_variable.rb:113
2486
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:116
2394
2487
  msgid "Could not delete the smart variable"
2395
2488
  msgstr ""
2396
2489
 
@@ -2528,7 +2621,7 @@ msgstr "Anmeldung"
2528
2621
  msgid "Email"
2529
2622
  msgstr "E-Mail-Adresse"
2530
2623
 
2531
- #: ../lib/hammer_cli_foreman/user.rb:28
2624
+ #: ../lib/hammer_cli_foreman/user.rb:28 ../lib/hammer_cli_foreman/usergroup.rb:13
2532
2625
  msgid "Admin"
2533
2626
  msgstr "Administrator"
2534
2627
 
@@ -2588,26 +2681,31 @@ msgstr "Benutzer [%{login}] gelöscht"
2588
2681
  msgid "Could not delete the user"
2589
2682
  msgstr "Benutzer konnte nicht gelöscht werden"
2590
2683
 
2591
- #: ../lib/hammer_cli_foreman/usergroup.rb:31
2684
+ #: ../lib/hammer_cli_foreman/usergroup.rb:32
2592
2685
  msgid "User group [%<name>s] created"
2593
2686
  msgstr "Benutzergruppe [%<name>s] erstellt"
2594
2687
 
2595
- #: ../lib/hammer_cli_foreman/usergroup.rb:32
2688
+ #: ../lib/hammer_cli_foreman/usergroup.rb:33
2596
2689
  msgid "Could not create the user group"
2597
2690
  msgstr "Benutzergruppe konnte nicht erstellt werden"
2598
2691
 
2599
- #: ../lib/hammer_cli_foreman/usergroup.rb:38
2692
+ #: ../lib/hammer_cli_foreman/usergroup.rb:39
2600
2693
  msgid "User group [%<name>s] updated"
2601
2694
  msgstr "Benutzergruppe [%<name>s] aktualisiert"
2602
2695
 
2603
- #: ../lib/hammer_cli_foreman/usergroup.rb:39
2696
+ #: ../lib/hammer_cli_foreman/usergroup.rb:40
2604
2697
  msgid "Could not update the user group"
2605
2698
  msgstr "Benutzergruppe konnte nicht aktualisiert werden"
2606
2699
 
2607
- #: ../lib/hammer_cli_foreman/usergroup.rb:45
2700
+ #: ../lib/hammer_cli_foreman/usergroup.rb:46
2608
2701
  msgid "User group [%<name>s] deleted"
2609
2702
  msgstr "Benutzergruppe [%<name>s] gelöscht"
2610
2703
 
2611
- #: ../lib/hammer_cli_foreman/usergroup.rb:46
2704
+ #: ../lib/hammer_cli_foreman/usergroup.rb:47
2612
2705
  msgid "Could not delete the user group"
2613
2706
  msgstr "Benutzergruppe konnte nicht gelöscht werden"
2707
+
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"