foreman_discovery 16.1.3 → 16.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovered_hosts_controller.rb +14 -8
  3. data/app/controllers/discovered_hosts_controller.rb +5 -3
  4. data/app/helpers/discovered_hosts_helper.rb +5 -0
  5. data/app/models/host/discovered.rb +11 -15
  6. data/app/models/setting/discovered.rb +3 -1
  7. data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
  8. data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
  9. data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
  10. data/app/views/discovered_hosts/_discovered_host_modal.html.erb +0 -2
  11. data/app/views/discovered_hosts/welcome.html.erb +14 -9
  12. data/app/views/discovery_rules/index.html.erb +1 -1
  13. data/app/views/foreman_discovery/debian_kexec.erb +3 -2
  14. data/app/views/foreman_discovery/redhat_kexec.erb +3 -2
  15. data/extra/discover-host +14 -8
  16. data/lib/foreman_discovery/engine.rb +3 -2
  17. data/lib/foreman_discovery/version.rb +1 -1
  18. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  19. data/locale/ca/foreman_discovery.edit.po +46 -37
  20. data/locale/ca/foreman_discovery.po +28 -10
  21. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  22. data/locale/de/foreman_discovery.edit.po +54 -47
  23. data/locale/de/foreman_discovery.po +28 -10
  24. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  25. data/locale/en/foreman_discovery.edit.po +40 -28
  26. data/locale/en/foreman_discovery.po +28 -10
  27. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  28. data/locale/en_GB/foreman_discovery.edit.po +45 -44
  29. data/locale/en_GB/foreman_discovery.po +28 -10
  30. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  31. data/locale/es/foreman_discovery.edit.po +79 -76
  32. data/locale/es/foreman_discovery.po +28 -10
  33. data/locale/foreman_discovery.pot +142 -115
  34. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/fr/foreman_discovery.edit.po +85 -82
  36. data/locale/fr/foreman_discovery.po +28 -10
  37. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  38. data/locale/gl/foreman_discovery.edit.po +41 -29
  39. data/locale/gl/foreman_discovery.po +28 -10
  40. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  41. data/locale/it/foreman_discovery.edit.po +54 -42
  42. data/locale/it/foreman_discovery.po +28 -10
  43. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  44. data/locale/ja/foreman_discovery.edit.po +88 -87
  45. data/locale/ja/foreman_discovery.po +28 -10
  46. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  47. data/locale/ko/foreman_discovery.edit.po +53 -41
  48. data/locale/ko/foreman_discovery.po +28 -10
  49. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  50. data/locale/pt_BR/foreman_discovery.edit.po +78 -72
  51. data/locale/pt_BR/foreman_discovery.po +28 -10
  52. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  53. data/locale/ru/foreman_discovery.edit.po +53 -41
  54. data/locale/ru/foreman_discovery.po +28 -10
  55. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  56. data/locale/sv_SE/foreman_discovery.edit.po +44 -32
  57. data/locale/sv_SE/foreman_discovery.po +28 -10
  58. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  59. data/locale/zh_CN/foreman_discovery.edit.po +123 -123
  60. data/locale/zh_CN/foreman_discovery.po +28 -10
  61. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  62. data/locale/zh_TW/foreman_discovery.edit.po +53 -41
  63. data/locale/zh_TW/foreman_discovery.po +28 -10
  64. data/package.json +39 -0
  65. data/test/facts/only-ipv6.json +205 -0
  66. data/test/facts/skylake-ipv6.json +223 -0
  67. data/test/functional/api/v2/settings_controller_test.rb +2 -2
  68. data/test/functional/discovered_hosts_controller_test.rb +1 -1
  69. data/test/functional/discovery_rules_controller_test.rb +1 -1
  70. data/test/unit/host_discovered_test.rb +0 -16
  71. data/webpack/index.js +18 -0
  72. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
  73. data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
  74. data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
  75. data/webpack/src/reducers.js +7 -0
  76. metadata +24 -12
@@ -7,7 +7,7 @@
7
7
  # Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2015-2016
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 16.0.1\n"
10
+ "Project-Id-Version: foreman_discovery 16.2.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
12
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
13
13
  "Last-Translator: Transifex Bot <>\n"
@@ -325,6 +325,12 @@ msgstr[1] ""
325
325
  msgid "Host of type %s can not be rebooted"
326
326
  msgstr ""
327
327
 
328
+ msgid "Host's owner type"
329
+ msgstr ""
330
+
331
+ msgid "Host's parameters (array or indexed hash)"
332
+ msgstr ""
333
+
328
334
  msgid "Hostname facts"
329
335
  msgstr ""
330
336
 
@@ -412,9 +418,6 @@ msgstr ""
412
418
  msgid "Last Facts Upload"
413
419
  msgstr ""
414
420
 
415
- msgid "Learn more about this in the documentation."
416
- msgstr "Obteniu més informació sobre això a la documentació."
417
-
418
421
  msgid "List all discovered hosts"
419
422
  msgstr "Llista tots els amfitrions descoberts"
420
423
 
@@ -469,6 +472,9 @@ msgstr "N/D"
469
472
  msgid "Name"
470
473
  msgstr "Nom"
471
474
 
475
+ msgid "Name of the parameter"
476
+ msgstr ""
477
+
472
478
  msgid "Network"
473
479
  msgstr ""
474
480
 
@@ -487,9 +493,6 @@ msgstr ""
487
493
  msgid "No discovered hosts for the selected period"
488
494
  msgstr ""
489
495
 
490
- msgid "No discovered hosts found in this context."
491
- msgstr ""
492
-
493
496
  msgid "No discovered hosts to provision"
494
497
  msgstr "Sense amfitrions descoberts per aprovisionar"
495
498
 
@@ -532,6 +535,9 @@ msgstr ""
532
535
  msgid "PXELinux template to be used when pinning a host to discovery"
533
536
  msgstr ""
534
537
 
538
+ msgid "Parameter value"
539
+ msgstr ""
540
+
535
541
  msgid "Please Confirm"
536
542
  msgstr "Si us plau, confirmeu"
537
543
 
@@ -679,15 +685,15 @@ msgstr ""
679
685
  msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
680
686
  msgstr ""
681
687
 
682
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
683
- msgstr ""
684
-
685
688
  msgid "Type"
686
689
  msgstr ""
687
690
 
688
691
  msgid "Type of name generator"
689
692
  msgstr ""
690
693
 
694
+ msgid "Type of value"
695
+ msgstr ""
696
+
691
697
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
692
698
  msgstr ""
693
699
 
@@ -697,6 +703,9 @@ msgstr ""
697
703
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
698
704
  msgstr ""
699
705
 
706
+ msgid "Unable to perform %{action} on %{ips}"
707
+ msgstr ""
708
+
700
709
  msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
701
710
  msgstr ""
702
711
 
@@ -769,6 +778,15 @@ msgstr ""
769
778
  msgid "represents rule name shown to the users"
770
779
  msgstr "representa el nom de la regla que es mostra als usuaris"
771
780
 
781
+ msgid "required if host is managed and custom partition has not been defined"
782
+ msgstr ""
783
+
784
+ msgid "required if host is managed and value is not inherited from host group"
785
+ msgstr ""
786
+
787
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
788
+ msgstr ""
789
+
772
790
  msgid "required if value is not inherited from host group or default password in settings"
773
791
  msgstr ""
774
792
 
@@ -16,8 +16,8 @@ msgid ""
16
16
  msgstr ""
17
17
  "Project-Id-Version: foreman_discovery 16.3.4\n"
18
18
  "Report-Msgid-Bugs-To: \n"
19
- "PO-Revision-Date: 2020-05-26 17:21+0000\n"
20
- "Last-Translator: Transifex Bot <>\n"
19
+ "PO-Revision-Date: 2020-10-29 17:16+0000\n"
20
+ "Last-Translator: Crited <Alexander.Stoll@netways.de>\n"
21
21
  "Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
22
22
  "MIME-Version: 1.0\n"
23
23
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -63,7 +63,7 @@ msgstr "Entdeckten Host bereitstellen"
63
63
 
64
64
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
65
65
  msgid "required if host is managed and value is not inherited from host group"
66
- msgstr ""
66
+ msgstr "erforderlich, wenn der Host gemanagt und der Wert nicht von einer Hostgruppe vererbt ist"
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"
@@ -75,31 +75,31 @@ msgstr "nicht erforderlich für eine virtuelle Maschine"
75
75
 
76
76
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
77
77
  msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
78
- msgstr ""
78
+ msgstr "erforderlich, wenn die Bereitstellung nicht image-basiert, der Host gemanagt und der Wert nicht von einer Hostgruppe vererbt ist"
79
79
 
80
80
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
81
81
  msgid "required if host is managed and custom partition has not been defined"
82
- msgstr ""
82
+ msgstr "erforderlich, wenn der Host gemanagt und keine spezifische Partition definiert ist"
83
83
 
84
84
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
85
85
  msgid "Host's owner type"
86
- msgstr ""
86
+ msgstr "Eigentümertyp des Hosts"
87
87
 
88
88
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
89
89
  msgid "Host's parameters (array or indexed hash)"
90
- msgstr ""
90
+ msgstr "Hostparameter (Array oder indizierter Hash)"
91
91
 
92
92
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
93
93
  msgid "Name of the parameter"
94
- msgstr ""
94
+ msgstr "Name des Parameters"
95
95
 
96
96
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
97
97
  msgid "Parameter value"
98
- msgstr ""
98
+ msgstr "Parameterwert"
99
99
 
100
100
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
101
101
  msgid "Type of value"
102
- msgstr ""
102
+ msgstr "Typ des Wertes"
103
103
 
104
104
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
105
105
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
@@ -337,11 +337,11 @@ msgstr "Keine Hosts ausgewählt"
337
337
  msgid "Something went wrong while selecting hosts - %s"
338
338
  msgstr "Fehler beim Auswählen der Hosts – %s"
339
339
 
340
- #: ../app/controllers/discovery_rules_controller.rb:68
340
+ #: ../app/controllers/discovery_rules_controller.rb:72
341
341
  msgid "Rule enabled"
342
342
  msgstr "Regel aktiviert"
343
343
 
344
- #: ../app/controllers/discovery_rules_controller.rb:68
344
+ #: ../app/controllers/discovery_rules_controller.rb:72
345
345
  msgid "Rule disabled"
346
346
  msgstr "Regel deaktiviert"
347
347
 
@@ -349,15 +349,15 @@ msgstr "Regel deaktiviert"
349
349
  msgid "%s ago"
350
350
  msgstr "vor %s"
351
351
 
352
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
352
+ #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
353
353
  msgid "Auto Provision"
354
354
  msgstr "Automatisch bereitstellen"
355
355
 
356
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
356
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
357
357
  msgid "Refresh facts"
358
358
  msgstr "Fakten aktualisieren"
359
359
 
360
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
360
+ #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
361
361
  msgid "Reboot"
362
362
  msgstr "Neustart"
363
363
 
@@ -369,7 +369,7 @@ msgstr "Zurück"
369
369
  msgid "Select Action"
370
370
  msgstr "Aktion auswählen"
371
371
 
372
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
372
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
373
373
  msgid "Delete %s?"
374
374
  msgstr "%s löschen?"
375
375
 
@@ -759,15 +759,15 @@ msgstr "Keine entdeckten Hosts verfügbar"
759
759
  msgid "Host"
760
760
  msgstr "Host"
761
761
 
762
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
762
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
763
763
  msgid "Model"
764
764
  msgstr "Modell"
765
765
 
766
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
766
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
767
767
  msgid "CPUs"
768
768
  msgstr "Anzahl der CPUs:"
769
769
 
770
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
770
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
771
771
  msgid "Memory"
772
772
  msgstr "Speicher"
773
773
 
@@ -779,59 +779,59 @@ msgstr "Host anpassen"
779
779
  msgid "Create Host"
780
780
  msgstr "Host erstellen"
781
781
 
782
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
782
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
783
783
  msgid "Select all items in this page"
784
784
  msgstr "Alle Elemente auf dieser Seite auswählen"
785
785
 
786
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
786
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
787
787
  msgid "items selected. Uncheck to Clear"
788
788
  msgstr "Elemente ausgewählt. Zum Leeren abwählen"
789
789
 
790
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
790
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
791
791
  msgid "Name"
792
792
  msgstr "Name"
793
793
 
794
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
794
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
795
795
  msgid "IP Address"
796
796
  msgstr "IP-Adresse"
797
797
 
798
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
798
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
799
799
  msgid "Disk Count"
800
800
  msgstr "Festplattenanzahl"
801
801
 
802
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
802
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
803
803
  msgid "Disks Size"
804
804
  msgstr "Festplattengröße"
805
805
 
806
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
806
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
807
807
  msgid "Location"
808
808
  msgstr "Standort"
809
809
 
810
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
810
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
811
811
  msgid "Organization"
812
812
  msgstr "Organisation"
813
813
 
814
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
814
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
815
815
  msgid "Subnet"
816
816
  msgstr "Subnetz"
817
817
 
818
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
818
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
819
819
  msgid "Last Facts Upload"
820
820
  msgstr "Letzter Fakten-Upload"
821
821
 
822
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
822
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
823
823
  msgid "Actions"
824
824
  msgstr "Aktionen"
825
825
 
826
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:51
826
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
827
827
  msgid "Please Confirm"
828
828
  msgstr "Bitte bestätigen"
829
829
 
830
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:57
830
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
831
831
  msgid "Cancel"
832
832
  msgstr "Abbrechen"
833
833
 
834
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:58
834
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
835
835
  msgid "Submit"
836
836
  msgstr "Absenden"
837
837
 
@@ -975,7 +975,7 @@ msgstr "%s bearbeiten"
975
975
  msgid "Discovery Rules"
976
976
  msgstr "Entdeckungsregeln"
977
977
 
978
- #: ../app/views/discovery_rules/index.html.erb:2
978
+ #: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
979
979
  msgid "Create Rule"
980
980
  msgstr "Regel erstellen"
981
981
 
@@ -1007,6 +1007,10 @@ msgstr "Aktiviert"
1007
1007
  msgid "New Discovery Rule"
1008
1008
  msgstr "Neue Entdeckungsregel"
1009
1009
 
1010
+ #: ../app/views/discovery_rules/welcome.html.erb:8
1011
+ msgid "Discovered Rules"
1012
+ msgstr ""
1013
+
1010
1014
  #: ../db/seeds.d/50_discovery_templates.rb:5
1011
1015
  msgid "Command line options for kexec during PXE-less provisioning."
1012
1016
  msgstr "Kommandozeilenoptionen für kexec während PXE-loser Bereitstellung"
@@ -1043,23 +1047,26 @@ msgstr ""
1043
1047
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1044
1048
  msgstr ""
1045
1049
 
1046
- #: action_names.rb:2
1047
- msgid "Remote action:"
1050
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
1051
+ msgid "For more information please see "
1048
1052
  msgstr ""
1049
1053
 
1050
- #: action_names.rb:3
1051
- msgid "Import Puppet classes"
1054
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
1055
+ msgid "documentation"
1052
1056
  msgstr ""
1053
1057
 
1054
- #: action_names.rb:4
1058
+ #: action_names.rb:2
1059
+ msgid "Action with sub plans"
1060
+ msgstr "Aktion mit Unterplänen"
1061
+
1062
+ #: action_names.rb:3
1055
1063
  msgid "Import facts"
1056
- msgstr ""
1064
+ msgstr "Fakten importieren"
1057
1065
 
1058
- #: action_names.rb:5
1059
- msgid "Action with sub plans"
1060
- msgstr ""
1066
+ #: action_names.rb:4
1067
+ msgid "Import Puppet classes"
1068
+ msgstr "Puppet-Klassen importieren"
1061
1069
 
1062
- #~ msgid "Learn more about this in the documentation."
1063
- #~ msgstr "Mehr dazu in der Dokumentation."
1064
- #~ msgid "No discovered hosts found in this context."
1065
- #~ msgstr "Keine entdeckten Hosts gefunden in diesem Kontext."
1070
+ #: action_names.rb:5
1071
+ msgid "Remote action:"
1072
+ msgstr "Entfernte Aktion:"
@@ -14,7 +14,7 @@
14
14
  # stbenjam <stephen@redhat.com>, 2016
15
15
  msgid ""
16
16
  msgstr ""
17
- "Project-Id-Version: foreman_discovery 16.0.1\n"
17
+ "Project-Id-Version: foreman_discovery 16.2.0\n"
18
18
  "Report-Msgid-Bugs-To: \n"
19
19
  "PO-Revision-Date: 2020-05-26 17:21+0000\n"
20
20
  "Last-Translator: Transifex Bot <>\n"
@@ -331,6 +331,12 @@ msgstr[1] ""
331
331
  msgid "Host of type %s can not be rebooted"
332
332
  msgstr "Host vom Typ %s kann nicht neu gestartet werden"
333
333
 
334
+ msgid "Host's owner type"
335
+ msgstr ""
336
+
337
+ msgid "Host's parameters (array or indexed hash)"
338
+ msgstr ""
339
+
334
340
  msgid "Hostname facts"
335
341
  msgstr "Hostnamenfakten"
336
342
 
@@ -418,9 +424,6 @@ msgstr "Kexec Vorlage ist nicht dem Betriebssystem zugeordnet"
418
424
  msgid "Last Facts Upload"
419
425
  msgstr "Letzter Fakten-Upload"
420
426
 
421
- msgid "Learn more about this in the documentation."
422
- msgstr "Mehr dazu in der Dokumentation."
423
-
424
427
  msgid "List all discovered hosts"
425
428
  msgstr "Alle entdeckten Hosts auflisten"
426
429
 
@@ -475,6 +478,9 @@ msgstr "N/A"
475
478
  msgid "Name"
476
479
  msgstr "Name"
477
480
 
481
+ msgid "Name of the parameter"
482
+ msgstr ""
483
+
478
484
  msgid "Network"
479
485
  msgstr "Netzwerk"
480
486
 
@@ -493,9 +499,6 @@ msgstr "Keine entdeckten Hosts verfügbar"
493
499
  msgid "No discovered hosts for the selected period"
494
500
  msgstr "Keine entdeckten Hosts für den ausgewählten Zeitraum"
495
501
 
496
- msgid "No discovered hosts found in this context."
497
- msgstr "Keine entdeckten Hosts gefunden in diesem Kontext."
498
-
499
502
  msgid "No discovered hosts to provision"
500
503
  msgstr "Keine entdeckten Hosts zur Bereitstellung"
501
504
 
@@ -538,6 +541,9 @@ msgstr ""
538
541
  msgid "PXELinux template to be used when pinning a host to discovery"
539
542
  msgstr ""
540
543
 
544
+ msgid "Parameter value"
545
+ msgstr ""
546
+
541
547
  msgid "Please Confirm"
542
548
  msgstr "Bitte bestätigen"
543
549
 
@@ -685,15 +691,15 @@ msgstr "Die folgenden Hosts wurden nicht gelöscht: %s"
685
691
  msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
686
692
  msgstr "Dieser Vorgang kann eine Weile dauern, da alle Hosts, Fakten und Berichte ebenfalls gelöscht werden"
687
693
 
688
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
689
- msgstr ""
690
-
691
694
  msgid "Type"
692
695
  msgstr "Typ"
693
696
 
694
697
  msgid "Type of name generator"
695
698
  msgstr "Typ des Namensgenerators"
696
699
 
700
+ msgid "Type of value"
701
+ msgstr ""
702
+
697
703
  msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
698
704
  msgstr "UUID zum Tracken des Status der Orchestrierungsaufgaben, GET /api/orchestration/:UUID/tasks"
699
705
 
@@ -703,6 +709,9 @@ msgstr "Keine Entdeckungsregel gefunden, kein Host bereitgestellt (Berechtigunge
703
709
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
704
710
  msgstr ""
705
711
 
712
+ msgid "Unable to perform %{action} on %{ips}"
713
+ msgstr ""
714
+
706
715
  msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
707
716
  msgstr ""
708
717
 
@@ -775,6 +784,15 @@ msgstr "Abfrage zur Übereinstimmung mit entdeckten Hosts für die angegebene Re
775
784
  msgid "represents rule name shown to the users"
776
785
  msgstr "repräsentiert den Regelnamen, der Benutzern angezeigt wird"
777
786
 
787
+ msgid "required if host is managed and custom partition has not been defined"
788
+ msgstr ""
789
+
790
+ msgid "required if host is managed and value is not inherited from host group"
791
+ msgstr ""
792
+
793
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
794
+ msgstr ""
795
+
778
796
  msgid "required if value is not inherited from host group or default password in settings"
779
797
  msgstr "erforderlich, falls kein Wert von Hostgruppe geerbt wird oder es nicht das Standardpasswort in Einstellungen ist"
780
798