foreman_discovery 10.0.0 → 11.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/app/controllers/api/v2/discovered_hosts_controller.rb +1 -1
  4. data/app/controllers/api/v2/discovery_rules_controller.rb +2 -1
  5. data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +9 -2
  6. data/app/controllers/discovered_hosts_controller.rb +16 -15
  7. data/app/controllers/discovery_rules_controller.rb +1 -1
  8. data/app/models/host/discovered.rb +10 -4
  9. data/app/models/host/managed_extensions.rb +4 -1
  10. data/app/views/foreman_discovery/debian_kexec.erb +1 -1
  11. data/db/migrate/20141107091416_create_discovery_rules.rb +1 -1
  12. data/db/migrate/20141107091417_add_discovery_rule_to_host.rb +1 -1
  13. data/db/migrate/20141126165451_add_discovery_id_to_subnet.rb +1 -1
  14. data/db/migrate/20141223101707_create_discovery_attribute_sets.rb +1 -1
  15. data/db/migrate/20141223142759_fill_discovery_attribute_sets_for_existing_hosts.rb +1 -1
  16. data/db/migrate/20150302112545_remove_duplicate_tokens_from_hosts.rb +1 -1
  17. data/db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb +1 -1
  18. data/db/migrate/20150331132115_remove_old_permissions.rb +1 -1
  19. data/db/migrate/20150505111345_remove_leftover_tokens.rb +1 -1
  20. data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
  21. data/db/migrate/20150714144500_review_discovery_permissions.rb +1 -1
  22. data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
  23. data/db/migrate/20160719124942_add_missing_view_permissions.rb +1 -1
  24. data/db/migrate/20160805104605_rename_lock_template_setting.rb +1 -1
  25. data/db/migrate/20160818091421_add_permissions_from_default_roles.rb +1 -1
  26. data/db/migrate/20160925213030_change_discovery_widget_names.rb +1 -1
  27. data/db/migrate/20160927164411_define_explicit_length_for_discovery_rule_attributes.rb +1 -1
  28. data/db/migrate/20161006094714_add_constraints_on_subnets_smart_proxies.rb +4 -1
  29. data/lib/foreman_discovery/engine.rb +2 -1
  30. data/lib/foreman_discovery/version.rb +1 -1
  31. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  32. data/locale/ca/foreman_discovery.edit.po +47 -38
  33. data/locale/ca/foreman_discovery.po +18 -11
  34. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/de/foreman_discovery.edit.po +50 -42
  36. data/locale/de/foreman_discovery.po +21 -15
  37. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  38. data/locale/en/foreman_discovery.edit.po +51 -43
  39. data/locale/en/foreman_discovery.po +7 -1
  40. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  41. data/locale/en_GB/foreman_discovery.edit.po +43 -35
  42. data/locale/en_GB/foreman_discovery.po +14 -8
  43. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  44. data/locale/es/foreman_discovery.edit.po +208 -200
  45. data/locale/es/foreman_discovery.po +179 -173
  46. data/locale/foreman_discovery.pot +52 -44
  47. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/fr/foreman_discovery.edit.po +54 -46
  49. data/locale/fr/foreman_discovery.po +25 -19
  50. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/gl/foreman_discovery.edit.po +37 -29
  52. data/locale/gl/foreman_discovery.po +8 -2
  53. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/it/foreman_discovery.edit.po +51 -43
  55. data/locale/it/foreman_discovery.po +22 -16
  56. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  57. data/locale/ja/foreman_discovery.edit.po +184 -176
  58. data/locale/ja/foreman_discovery.po +155 -151
  59. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/ko/foreman_discovery.edit.po +57 -49
  61. data/locale/ko/foreman_discovery.po +28 -22
  62. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  63. data/locale/pt_BR/foreman_discovery.edit.po +206 -198
  64. data/locale/pt_BR/foreman_discovery.po +177 -171
  65. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  66. data/locale/ru/foreman_discovery.edit.po +57 -49
  67. data/locale/ru/foreman_discovery.po +28 -22
  68. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  69. data/locale/sv_SE/foreman_discovery.edit.po +37 -29
  70. data/locale/sv_SE/foreman_discovery.po +8 -2
  71. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  72. data/locale/zh_CN/foreman_discovery.edit.po +204 -196
  73. data/locale/zh_CN/foreman_discovery.po +177 -169
  74. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  75. data/locale/zh_TW/foreman_discovery.edit.po +47 -39
  76. data/locale/zh_TW/foreman_discovery.po +18 -12
  77. data/test/factories/discovery_host_related.rb +2 -2
  78. data/test/factories/discovery_rule_related.rb +1 -1
  79. data/test/functional/api/v2/discovered_hosts_controller_test.rb +28 -27
  80. data/test/functional/api/v2/discovery_rules_controller_test.rb +14 -14
  81. data/test/functional/api/v2/fact_value_extensions_test.rb +5 -2
  82. data/test/functional/discovered_hosts_controller_test.rb +47 -40
  83. data/test/functional/discovery_rules_controller_test.rb +14 -14
  84. data/test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb +2 -2
  85. data/test/integration/discovered_hosts_test.rb +151 -0
  86. data/test/test_helper_discovery.rb +53 -23
  87. data/test/test_plugin_helper.rb +3 -7
  88. data/test/unit/discovered_extensions_test.rb +40 -38
  89. data/test/unit/discovered_mailer_test.rb +1 -1
  90. data/test/unit/discovery_attribute_set_test.rb +4 -2
  91. data/test/unit/discovery_rule_test.rb +2 -2
  92. data/test/unit/discovery_taxonomy_extensions_test.rb +1 -1
  93. data/test/unit/fact_parser_test.rb +1 -1
  94. data/test/unit/host_discovered_test.rb +26 -23
  95. data/test/unit/managed_extensions_test.rb +1 -1
  96. data/test/unit/ui_notifications/destroy_host_test.rb +21 -17
  97. data/test/unit/ui_notifications/new_host_test.rb +11 -11
  98. metadata +8 -3
  99. data/config/as_deprecation_whitelist.yaml +0 -0
@@ -3,13 +3,14 @@
3
3
  # This file is distributed under the same license as the foreman_discovery package.
4
4
  #
5
5
  # Translators:
6
+ # Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2017
6
7
  # Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2015-2016
7
8
  msgid ""
8
9
  msgstr ""
9
- "Project-Id-Version: foreman_discovery 9.1.0\n"
10
+ "Project-Id-Version: foreman_discovery 10.0.0\n"
10
11
  "Report-Msgid-Bugs-To: \n"
11
- "PO-Revision-Date: 2017-10-17 23:23+0000\n"
12
- "Last-Translator: Lukáš Zapletal\n"
12
+ "PO-Revision-Date: 2017-12-12 15:15+0000\n"
13
+ "Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>\n"
13
14
  "Language-Team: Catalan (http://www.transifex.com/foreman/foreman/language/ca/)"
14
15
  "\n"
15
16
  "MIME-Version: 1.0\n"
@@ -79,13 +80,13 @@ msgid "Could not get facts from proxy %{url}: %{error}"
79
80
  msgstr "No s'han pogut obtenir els objectes d'interès del servidor intermediari %{url}: %{error}"
80
81
 
81
82
  msgid "Create Host"
82
- msgstr ""
83
+ msgstr "Crea un amfitrió"
83
84
 
84
85
  msgid "Create Rule"
85
86
  msgstr ""
86
87
 
87
88
  msgid "Create a discovered host for testing (use /facts to create new hosts)"
88
- msgstr "Crea un amfitrió descobert per a provar-ho (utilitzeu /facts per crear nous amfitrions)"
89
+ msgstr "Crea un amfitrió descobert per a provar-ho (utilitzeu /facts per crear amfitrions nous)"
89
90
 
90
91
  msgid "Create a discovery rule"
91
92
  msgstr "Crea una regla de descobriment"
@@ -112,7 +113,7 @@ msgid "Delete rule '%s'?"
112
113
  msgstr ""
113
114
 
114
115
  msgid "Destroyed selected hosts"
115
- msgstr ""
116
+ msgstr "S'han destruït els amfitrions seleccionats"
116
117
 
117
118
  msgid "Details"
118
119
  msgstr ""
@@ -350,7 +351,7 @@ msgid "Interface fact"
350
351
  msgstr ""
351
352
 
352
353
  msgid "Interfaces"
353
- msgstr ""
354
+ msgstr "Interfícies"
354
355
 
355
356
  msgid "Invalid facts, must be a Hash"
356
357
  msgstr "Objectes d'interès no vàlids, han de tenir un Hash"
@@ -371,7 +372,7 @@ msgid "Last Facts Upload"
371
372
  msgstr ""
372
373
 
373
374
  msgid "Learn more about this in the documentation."
374
- msgstr ""
375
+ msgstr "Obteniu més informació sobre això a la documentació."
375
376
 
376
377
  msgid "List all discovered hosts"
377
378
  msgstr "Llista tots els amfitrions descoberts"
@@ -434,7 +435,7 @@ msgid "Network facts"
434
435
  msgstr ""
435
436
 
436
437
  msgid "New Discovery Rule"
437
- msgstr "Nova regla de descobriment"
438
+ msgstr "Regla de descobriment nova"
438
439
 
439
440
  msgid "New in the last 24 hours"
440
441
  msgstr "Nou en les últimes 24 hores"
@@ -461,7 +462,7 @@ msgid "No hosts selected"
461
462
  msgstr "Cap amfitrió seleccionat"
462
463
 
463
464
  msgid "No hosts were found with that id or name"
464
- msgstr "No s'ha trobat cap amfitrió amb aquest id. o nom"
465
+ msgstr "No s'ha trobat cap amfitrió amb aquest ID o nom"
465
466
 
466
467
  msgid "No new discovered hosts for this period"
467
468
  msgstr ""
@@ -691,6 +692,9 @@ msgstr ""
691
692
  msgid "items selected. Uncheck to Clear"
692
693
  msgstr "ítems seleccionats. Desmarca per netejar"
693
694
 
695
+ msgid "location ID for provisioned hosts"
696
+ msgstr ""
697
+
694
698
  msgid "must start with a letter or ERB."
695
699
  msgstr "ha de començar amb una lletra o ERB."
696
700
 
@@ -698,11 +702,14 @@ msgid "not required if it's a virtual machine"
698
702
  msgstr ""
699
703
 
700
704
  msgid "not required if using a subnet with DHCP proxy"
701
- msgstr "no es requereix si s'està utilitzant una subxarxa amb servidor intermediari de DHCP"
705
+ msgstr "no es requereix si s'està utilitzant una subxarxa amb servidor intermediari DHCP"
702
706
 
703
707
  msgid "number of entries per request"
704
708
  msgstr "Nombre d'entrades per petició"
705
709
 
710
+ msgid "organization ID for provisioned hosts"
711
+ msgstr ""
712
+
706
713
  msgid "paginate results"
707
714
  msgstr "pagina els resultats"
708
715
 
@@ -12,11 +12,11 @@
12
12
  # stbenjam <stephen@redhat.com>, 2016
13
13
  msgid ""
14
14
  msgstr ""
15
- "Project-Id-Version: foreman_discovery 9.1.0\n"
15
+ "Project-Id-Version: foreman_discovery 10.0.0\n"
16
16
  "Report-Msgid-Bugs-To: \n"
17
- "POT-Creation-Date: 2017-10-17 15:39+0200\n"
18
- "PO-Revision-Date: 2017-10-17 23:23+0000\n"
19
- "Last-Translator: Lukáš Zapletal\n"
17
+ "POT-Creation-Date: 2017-12-11 10:28+0100\n"
18
+ "PO-Revision-Date: 2018-01-05 19:26+0000\n"
19
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
20
20
  "Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
21
21
  "MIME-Version: 1.0\n"
22
22
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -41,7 +41,7 @@ msgstr "Ergebnisse sortieren"
41
41
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
42
42
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
43
43
  msgid "paginate results"
44
- msgstr "Ergebnisse auf mehreren Seiten anzeigen"
44
+ msgstr "Ergebnisse nummerieren"
45
45
 
46
46
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
47
47
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
@@ -67,7 +67,7 @@ msgstr "Entdeckten Host bereitstellen"
67
67
 
68
68
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
69
69
  msgid "not required if using a subnet with DHCP proxy"
70
- msgstr "nicht erforderlich, falls ein Subnetz mit DHCP-Proxy verwendet wird"
70
+ msgstr "nicht erforderlich, wenn ein Subnetz mit DHCP-Proxy verwendet wird"
71
71
 
72
72
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:56
73
73
  msgid "not required if it's a virtual machine"
@@ -76,7 +76,7 @@ msgstr "nicht erforderlich für eine virtuelle Maschine"
76
76
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
77
77
  msgid ""
78
78
  "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
79
- msgstr "UUID zur Nachverfolgung des Status von Orchestrierungs-Tasks, GET /api/orchestration/:UUID/tasks"
79
+ msgstr "UUID zum Tracken des Status der Orchestrierungsaufgaben, GET /api/orchestration/:UUID/tasks"
80
80
 
81
81
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
82
82
  msgid ""
@@ -90,7 +90,7 @@ msgstr "Entdeckten Host löschen"
90
90
 
91
91
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
92
92
  msgid "Upload facts for a host, creating the host if required"
93
- msgstr "Fakten für Host aktualisiert, Host wird erstellt falls erforderlich"
93
+ msgstr "Fakten für einen Host hochladen mit Erstellung des Hosts, wenn erforderlich"
94
94
 
95
95
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
96
96
  msgid ""
@@ -104,7 +104,7 @@ msgid "Execute rules against a discovered host"
104
104
  msgstr "Regeln auf einem entdeckten Host anwenden"
105
105
 
106
106
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:123
107
- #: ../app/controllers/discovered_hosts_controller.rb:152
107
+ #: ../app/controllers/discovered_hosts_controller.rb:150
108
108
  msgid "Host %{host} was provisioned with rule %{rule}"
109
109
  msgstr "Host %{host} wurde bereitgestellt mit Regel %{rule}"
110
110
 
@@ -113,7 +113,7 @@ msgid "Unable to provision %{host}: %{errors}"
113
113
  msgstr "%{host} kann nicht bereitgestellt werden: %{errors} "
114
114
 
115
115
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:132
116
- #: ../app/controllers/discovered_hosts_controller.rb:159
116
+ #: ../app/controllers/discovered_hosts_controller.rb:157
117
117
  msgid "No rule found for host %s"
118
118
  msgstr "Keine Regel gefunden für Host %s"
119
119
 
@@ -122,12 +122,12 @@ msgid "Execute rules against all currently discovered hosts"
122
122
  msgstr "Regeln auf allen kürzlich entdeckten Hosts anwenden"
123
123
 
124
124
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:143
125
- #: ../app/controllers/discovered_hosts_controller.rb:165
125
+ #: ../app/controllers/discovered_hosts_controller.rb:163
126
126
  msgid "Errors during auto provisioning: %s"
127
127
  msgstr "Fehler bei automatischer Bereitstellung: %s"
128
128
 
129
129
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:146
130
- #: ../app/controllers/discovered_hosts_controller.rb:168
130
+ #: ../app/controllers/discovered_hosts_controller.rb:166
131
131
  msgid "No discovered hosts to provision"
132
132
  msgstr "Keine entdeckten Hosts zur Bereitstellung"
133
133
 
@@ -190,15 +190,23 @@ msgstr "ordnet die Regeln, niedrige Zahlen zuerst. Muss größer als Null sein"
190
190
  msgid "flag is used for temporary shutdown of rules"
191
191
  msgstr "Flag zur vorübergehenden Deaktivierung von Regeln"
192
192
 
193
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:43
193
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:39
194
+ msgid "location ID for provisioned hosts"
195
+ msgstr ""
196
+
197
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:40
198
+ msgid "organization ID for provisioned hosts"
199
+ msgstr ""
200
+
201
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:44
194
202
  msgid "Create a discovery rule"
195
203
  msgstr "Entdeckungsregel erstellen"
196
204
 
197
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:51
205
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:52
198
206
  msgid "Update a rule"
199
207
  msgstr "Regel aktualisieren"
200
208
 
201
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:59
209
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:60
202
210
  msgid "Delete a rule"
203
211
  msgstr "Regel löschen"
204
212
 
@@ -258,59 +266,59 @@ msgstr "Fehler beim Neustart von Host %{hostname} mit Fehlermeldung %{error_mess
258
266
  msgid "Failed to reboot hosts with error %s"
259
267
  msgstr "Neustart von Hosts fehlgeschlagen mit Fehler %s"
260
268
 
261
- #: ../app/controllers/discovered_hosts_controller.rb:142
269
+ #: ../app/controllers/discovered_hosts_controller.rb:140
262
270
  msgid "Destroyed selected hosts"
263
271
  msgstr "Ausgewählte Hosts gelöscht"
264
272
 
265
- #: ../app/controllers/discovered_hosts_controller.rb:144
273
+ #: ../app/controllers/discovered_hosts_controller.rb:142
266
274
  msgid "The following hosts were not deleted: %s"
267
275
  msgstr "Die folgenden Hosts wurden nicht gelöscht: %s"
268
276
 
269
- #: ../app/controllers/discovered_hosts_controller.rb:156
277
+ #: ../app/controllers/discovered_hosts_controller.rb:154
270
278
  msgid "Failed to auto provision host %s: %s"
271
279
  msgstr "Fehler bei automatischer Bereitstellung von Host %s: %s"
272
280
 
273
- #: ../app/controllers/discovered_hosts_controller.rb:184
281
+ #: ../app/controllers/discovered_hosts_controller.rb:182
274
282
  msgid "Discovered hosts are provisioning now"
275
283
  msgstr "Entdeckte Hosts, die jetzt bereitgestellt werden"
276
284
 
277
- #: ../app/controllers/discovered_hosts_controller.rb:213
285
+ #: ../app/controllers/discovered_hosts_controller.rb:214
278
286
  msgid "Highlights"
279
287
  msgstr "Hervorhebungen"
280
288
 
281
- #: ../app/controllers/discovered_hosts_controller.rb:213
289
+ #: ../app/controllers/discovered_hosts_controller.rb:214
282
290
  msgid "Storage"
283
291
  msgstr "Speicher"
284
292
 
285
- #: ../app/controllers/discovered_hosts_controller.rb:213
293
+ #: ../app/controllers/discovered_hosts_controller.rb:214
286
294
  msgid "Hardware"
287
295
  msgstr "Hardware"
288
296
 
289
- #: ../app/controllers/discovered_hosts_controller.rb:213
297
+ #: ../app/controllers/discovered_hosts_controller.rb:214
290
298
  msgid "Network"
291
299
  msgstr "Netzwerk"
292
300
 
293
- #: ../app/controllers/discovered_hosts_controller.rb:213
301
+ #: ../app/controllers/discovered_hosts_controller.rb:214
294
302
  msgid "Software"
295
303
  msgstr "Software"
296
304
 
297
- #: ../app/controllers/discovered_hosts_controller.rb:213
305
+ #: ../app/controllers/discovered_hosts_controller.rb:214
298
306
  msgid "IPMI"
299
307
  msgstr "IPMI"
300
308
 
301
- #: ../app/controllers/discovered_hosts_controller.rb:213
309
+ #: ../app/controllers/discovered_hosts_controller.rb:214
302
310
  msgid "Miscellaneous"
303
- msgstr "Verschiedenes"
311
+ msgstr "Erweitert"
304
312
 
305
- #: ../app/controllers/discovered_hosts_controller.rb:290
313
+ #: ../app/controllers/discovered_hosts_controller.rb:291
306
314
  msgid "No hosts were found with that id or name"
307
315
  msgstr "Keine Systeme mit dieser ID oder diesem Namen gefunden"
308
316
 
309
- #: ../app/controllers/discovered_hosts_controller.rb:294
317
+ #: ../app/controllers/discovered_hosts_controller.rb:295
310
318
  msgid "No hosts selected"
311
319
  msgstr "Keine Hosts ausgewählt"
312
320
 
313
- #: ../app/controllers/discovered_hosts_controller.rb:300
321
+ #: ../app/controllers/discovered_hosts_controller.rb:301
314
322
  msgid "Something went wrong while selecting hosts - %s"
315
323
  msgstr "Fehler beim Auswählen der Hosts – %s"
316
324
 
@@ -379,7 +387,7 @@ msgstr "%s - Die folgenden Hosts werden geändert"
379
387
  #: ../app/helpers/discovered_hosts_helper.rb:48
380
388
  #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
381
389
  msgid "N/A"
382
- msgstr "Nicht verfügbar"
390
+ msgstr "N/A"
383
391
 
384
392
  #: ../app/helpers/discovered_hosts_helper.rb:60
385
393
  msgid "New in the last 24 hours"
@@ -500,23 +508,23 @@ msgstr "kexec kann nicht auf %{name} über %{url} ausgeführt werden: %{msg}"
500
508
  msgid "Invalid hostname: Could not normalize the hostname"
501
509
  msgstr "Ungültiger Hostname: Konnte den Hostnamen nicht normalisieren"
502
510
 
503
- #: ../app/models/host/managed_extensions.rb:20
511
+ #: ../app/models/host/managed_extensions.rb:23
504
512
  msgid "Reloading kernel on %s"
505
513
  msgstr "Kernel auf %s wird neu geladen"
506
514
 
507
- #: ../app/models/host/managed_extensions.rb:22
515
+ #: ../app/models/host/managed_extensions.rb:25
508
516
  msgid "Rebooting %s"
509
517
  msgstr "%s wird neu gestartet"
510
518
 
511
- #: ../app/models/host/managed_extensions.rb:43
519
+ #: ../app/models/host/managed_extensions.rb:46
512
520
  msgid "Kexec template not associated with operating system"
513
521
  msgstr "Kexec Vorlage ist nicht dem Betriebssystem zugeordnet"
514
522
 
515
- #: ../app/models/host/managed_extensions.rb:48
523
+ #: ../app/models/host/managed_extensions.rb:51
516
524
  msgid "Kernel kexec URL is invalid: '%s'"
517
525
  msgstr ""
518
526
 
519
- #: ../app/models/host/managed_extensions.rb:49
527
+ #: ../app/models/host/managed_extensions.rb:52
520
528
  msgid "Init RAM kexec URL is invalid: '%s'"
521
529
  msgstr ""
522
530
 
@@ -719,7 +727,7 @@ msgstr "Modell"
719
727
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
720
728
  #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
721
729
  msgid "CPUs"
722
- msgstr "CPUs"
730
+ msgstr "Anzahl der CPUs:"
723
731
 
724
732
  #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
725
733
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
@@ -827,7 +835,7 @@ msgstr "Entdeckter Host: %s"
827
835
 
828
836
  #: ../app/views/discovered_hosts/show.html.erb:34
829
837
  msgid "Interfaces"
830
- msgstr "Schnittstellen"
838
+ msgstr "Interfaces"
831
839
 
832
840
  #: ../app/views/discovered_hosts/show.html.erb:41
833
841
  msgid "Type"
@@ -835,7 +843,7 @@ msgstr "Typ"
835
843
 
836
844
  #: ../app/views/discovered_hosts/show.html.erb:42
837
845
  msgid "Identifier"
838
- msgstr "Bezeichner"
846
+ msgstr "Kennung"
839
847
 
840
848
  #: ../app/views/discovered_hosts/show.html.erb:43
841
849
  msgid "MAC address"
@@ -921,7 +929,7 @@ msgstr "Hostname für bereitgestellte Hosts"
921
929
 
922
930
  #: ../app/views/discovery_rules/_form.html.erb:26
923
931
  msgid "Hosts Limit"
924
- msgstr ""
932
+ msgstr "Hosts-Limit"
925
933
 
926
934
  #: ../app/views/discovery_rules/_form.html.erb:26
927
935
  msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
@@ -987,7 +995,7 @@ msgstr "Abfrage"
987
995
 
988
996
  #: ../app/views/discovery_rules/index.html.erb:9
989
997
  msgid "Host Group"
990
- msgstr ""
998
+ msgstr "Hostgruppe"
991
999
 
992
1000
  #: ../app/views/discovery_rules/index.html.erb:10
993
1001
  msgid "Hosts/Limit"
@@ -1007,7 +1015,7 @@ msgstr "Eine Zusammenfassung der entdeckten Hosts"
1007
1015
 
1008
1016
  #: ../db/seeds.d/80_discovery_ui_notification.rb:4
1009
1017
  msgid "Hosts"
1010
- msgstr ""
1018
+ msgstr "Hosts"
1011
1019
 
1012
1020
  #: ../db/seeds.d/80_discovery_ui_notification.rb:6
1013
1021
  msgid "One or more hosts have been discovered"
@@ -12,10 +12,10 @@
12
12
  # stbenjam <stephen@redhat.com>, 2016
13
13
  msgid ""
14
14
  msgstr ""
15
- "Project-Id-Version: foreman_discovery 9.1.0\n"
15
+ "Project-Id-Version: foreman_discovery 10.0.0\n"
16
16
  "Report-Msgid-Bugs-To: \n"
17
- "PO-Revision-Date: 2017-10-17 23:23+0000\n"
18
- "Last-Translator: Lukáš Zapletal\n"
17
+ "PO-Revision-Date: 2018-01-05 19:26+0000\n"
18
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
19
19
  "Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
20
20
  "MIME-Version: 1.0\n"
21
21
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -69,7 +69,7 @@ msgid "Back"
69
69
  msgstr "Zurück"
70
70
 
71
71
  msgid "CPUs"
72
- msgstr "CPUs"
72
+ msgstr "Anzahl der CPUs:"
73
73
 
74
74
  msgid "Cancel"
75
75
  msgstr "Abbrechen"
@@ -285,7 +285,7 @@ msgid "Host %{host} was provisioned with rule %{rule}"
285
285
  msgstr "Host %{host} wurde bereitgestellt mit Regel %{rule}"
286
286
 
287
287
  msgid "Host Group"
288
- msgstr ""
288
+ msgstr "Hostgruppe"
289
289
 
290
290
  msgid "Host group location %s must also be associated to the discovery rule"
291
291
  msgid_plural "Host group locations %s must also be associated to the discovery rule"
@@ -313,10 +313,10 @@ msgid "Hostnames must not start with numbers. A good approach is to use unique i
313
313
  msgstr ""
314
314
 
315
315
  msgid "Hosts"
316
- msgstr ""
316
+ msgstr "Hosts"
317
317
 
318
318
  msgid "Hosts Limit"
319
- msgstr ""
319
+ msgstr "Hosts-Limit"
320
320
 
321
321
  msgid "Hosts/Limit"
322
322
  msgstr ""
@@ -337,7 +337,7 @@ msgid "IPMI facts"
337
337
  msgstr "IPMI-Fakten"
338
338
 
339
339
  msgid "Identifier"
340
- msgstr "Bezeichner"
340
+ msgstr "Kennung"
341
341
 
342
342
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
343
343
  msgstr "Image API Verarbeitungsfehler: %{msg} (HTTP/%{code}, Text: %{body})"
@@ -355,7 +355,7 @@ msgid "Interface fact"
355
355
  msgstr "Schnittstellenfakt"
356
356
 
357
357
  msgid "Interfaces"
358
- msgstr "Schnittstellen"
358
+ msgstr "Interfaces"
359
359
 
360
360
  msgid "Invalid facts, must be a Hash"
361
361
  msgstr "Ungültige Fakten, es muss sich um einen Hash handeln"
@@ -418,7 +418,7 @@ msgid "Memory"
418
418
  msgstr "Speicher"
419
419
 
420
420
  msgid "Miscellaneous"
421
- msgstr "Verschiedenes"
421
+ msgstr "Erweitert"
422
422
 
423
423
  msgid "Model"
424
424
  msgstr "Modell"
@@ -427,7 +427,7 @@ msgid "Must specify a user with email enabled"
427
427
  msgstr "Muss einen Benutzer mit aktivierter E-Mail angeben"
428
428
 
429
429
  msgid "N/A"
430
- msgstr "Nicht verfügbar"
430
+ msgstr "N/A"
431
431
 
432
432
  msgid "Name"
433
433
  msgstr "Name"
@@ -646,7 +646,7 @@ msgid "Type"
646
646
  msgstr "Typ"
647
647
 
648
648
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
649
- msgstr "UUID zur Nachverfolgung des Status von Orchestrierungs-Tasks, GET /api/orchestration/:UUID/tasks"
649
+ msgstr "UUID zum Tracken des Status der Orchestrierungsaufgaben, GET /api/orchestration/:UUID/tasks"
650
650
 
651
651
  msgid "Unable to assign subnet, primary interface is missing IP address"
652
652
  msgstr "Subnetz kann nicht zugewiesen werden, IP-Adresse der primären Schnittstelle fehlt"
@@ -670,7 +670,7 @@ msgid "Update a rule"
670
670
  msgstr "Regel aktualisieren"
671
671
 
672
672
  msgid "Upload facts for a host, creating the host if required"
673
- msgstr "Fakten für Host aktualisiert, Host wird erstellt falls erforderlich"
673
+ msgstr "Fakten für einen Host hochladen mit Erstellung des Hosts, wenn erforderlich"
674
674
 
675
675
  msgid "When creating hostname patterns, make sure the resulting host names are unique."
676
676
  msgstr ""
@@ -696,6 +696,9 @@ msgstr "Hash, der Fakten für den Host mit minimaler Anzahl an Fakten enthält:
696
696
  msgid "items selected. Uncheck to Clear"
697
697
  msgstr "Elemente ausgewählt. Zum Leeren abwählen"
698
698
 
699
+ msgid "location ID for provisioned hosts"
700
+ msgstr ""
701
+
699
702
  msgid "must start with a letter or ERB."
700
703
  msgstr "muss mit einem Buchstaben oder ERB beginnen."
701
704
 
@@ -703,13 +706,16 @@ msgid "not required if it's a virtual machine"
703
706
  msgstr "nicht erforderlich für eine virtuelle Maschine"
704
707
 
705
708
  msgid "not required if using a subnet with DHCP proxy"
706
- msgstr "nicht erforderlich, falls ein Subnetz mit DHCP-Proxy verwendet wird"
709
+ msgstr "nicht erforderlich, wenn ein Subnetz mit DHCP-Proxy verwendet wird"
707
710
 
708
711
  msgid "number of entries per request"
709
712
  msgstr "Anzahl der Einträge pro Anfrage"
710
713
 
714
+ msgid "organization ID for provisioned hosts"
715
+ msgstr ""
716
+
711
717
  msgid "paginate results"
712
- msgstr "Ergebnisse auf mehreren Seiten anzeigen"
718
+ msgstr "Ergebnisse nummerieren"
713
719
 
714
720
  msgid "puts the rules in order, low numbers go first. Must be greater then zero"
715
721
  msgstr "ordnet die Regeln, niedrige Zahlen zuerst. Muss größer als Null sein"