foreman_discovery 16.3.4 → 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.
- checksums.yaml +4 -4
- data/app/views/foreman_discovery/debian_kexec.erb +1 -1
- data/app/views/foreman_discovery/redhat_kexec.erb +1 -1
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.edit.po +46 -37
- data/locale/ca/foreman_discovery.po +1 -1
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +54 -47
- data/locale/de/foreman_discovery.po +1 -1
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +40 -28
- data/locale/en/foreman_discovery.po +1 -1
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +45 -44
- data/locale/en_GB/foreman_discovery.po +1 -1
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +79 -76
- data/locale/es/foreman_discovery.po +1 -1
- data/locale/foreman_discovery.pot +4 -4
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +85 -82
- data/locale/fr/foreman_discovery.po +1 -1
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +41 -29
- data/locale/gl/foreman_discovery.po +1 -1
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +54 -42
- data/locale/it/foreman_discovery.po +1 -1
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +88 -87
- data/locale/ja/foreman_discovery.po +1 -1
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +53 -41
- data/locale/ko/foreman_discovery.po +1 -1
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +78 -72
- data/locale/pt_BR/foreman_discovery.po +1 -1
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +53 -41
- data/locale/ru/foreman_discovery.po +1 -1
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +44 -32
- data/locale/sv_SE/foreman_discovery.po +1 -1
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +123 -123
- data/locale/zh_CN/foreman_discovery.po +1 -1
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +53 -41
- data/locale/zh_TW/foreman_discovery.po +1 -1
- metadata +16 -17
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3069a28357316df978cd2a85a1ed6e919b0208d5051a1064222ccc52efde30dd
|
|
4
|
+
data.tar.gz: 8709517978ccc3a1b9d37913145d519a579315004c7ea6d3cd8ac7fd612a7bea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f325332129ba0a4c79cff63f4e1b8f1adc1741c8a11fe0c689992896d8fe8fe08b98e60081bd17d575edcb88e6707be12ae635cc38ed1d5085d5b865ba2e097
|
|
7
|
+
data.tar.gz: 49e1f0a7becea2ffbe9fcdb7b120988e8dc3d20c4ad4a195de4dea8ca878c5261860951d3d9a7875a0b81933649f3730791d186e577c16aeeabf8235c8a711cc
|
|
@@ -19,7 +19,7 @@ Extra options like --reset-vga can be set via "extra" array.
|
|
|
19
19
|
-%>
|
|
20
20
|
<%
|
|
21
21
|
mac = @host.facts['discovery_bootif']
|
|
22
|
-
bootif =
|
|
22
|
+
bootif = host_param("hardware_type", "01") + mac.gsub(':', '-') if mac
|
|
23
23
|
ip_cidr = @host.facts['discovery_ip_cidr']
|
|
24
24
|
ip = @host.facts['discovery_ip']
|
|
25
25
|
mask = @host.facts['discovery_netmask']
|
|
@@ -29,7 +29,7 @@ Extra options like --reset-vga can be set via "extra" array.
|
|
|
29
29
|
-%>
|
|
30
30
|
<%
|
|
31
31
|
mac = @host.facts['discovery_bootif']
|
|
32
|
-
bootif =
|
|
32
|
+
bootif = host_param("hardware_type", "01") + mac.gsub(':', '-') if mac
|
|
33
33
|
ip_cidr = @host.facts['discovery_ip_cidr']
|
|
34
34
|
ip = @host.facts['discovery_ip']
|
|
35
35
|
mask = @host.facts['discovery_netmask']
|
|
Binary file
|
|
@@ -9,8 +9,8 @@ msgid ""
|
|
|
9
9
|
msgstr ""
|
|
10
10
|
"Project-Id-Version: foreman_discovery 16.3.4\n"
|
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
|
12
|
-
"PO-Revision-Date: 2020-
|
|
13
|
-
"Last-Translator:
|
|
12
|
+
"PO-Revision-Date: 2020-10-29 17:16+0000\n"
|
|
13
|
+
"Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>\n"
|
|
14
14
|
"Language-Team: Catalan (http://www.transifex.com/foreman/foreman/language/ca/)"
|
|
15
15
|
"\n"
|
|
16
16
|
"MIME-Version: 1.0\n"
|
|
@@ -73,11 +73,11 @@ msgstr ""
|
|
|
73
73
|
|
|
74
74
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
|
|
75
75
|
msgid "required if host is managed and custom partition has not been defined"
|
|
76
|
-
msgstr ""
|
|
76
|
+
msgstr "es requereix si l'amfitrió està gestionat i no s'ha definit la partició personalitzada"
|
|
77
77
|
|
|
78
78
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
|
|
79
79
|
msgid "Host's owner type"
|
|
80
|
-
msgstr ""
|
|
80
|
+
msgstr "Tipus de propietari de l'amfitrió"
|
|
81
81
|
|
|
82
82
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
|
|
83
83
|
msgid "Host's parameters (array or indexed hash)"
|
|
@@ -85,11 +85,11 @@ msgstr ""
|
|
|
85
85
|
|
|
86
86
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
|
87
87
|
msgid "Name of the parameter"
|
|
88
|
-
msgstr ""
|
|
88
|
+
msgstr "Nom del paràmetre"
|
|
89
89
|
|
|
90
90
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
|
91
91
|
msgid "Parameter value"
|
|
92
|
-
msgstr ""
|
|
92
|
+
msgstr "Valor del paràmetre"
|
|
93
93
|
|
|
94
94
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
|
95
95
|
msgid "Type of value"
|
|
@@ -331,11 +331,11 @@ msgstr "Cap amfitrió seleccionat"
|
|
|
331
331
|
msgid "Something went wrong while selecting hosts - %s"
|
|
332
332
|
msgstr "Alguna cosa va anar malament mentre se seleccionaven els amfitrions - %s"
|
|
333
333
|
|
|
334
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
|
334
|
+
#: ../app/controllers/discovery_rules_controller.rb:72
|
|
335
335
|
msgid "Rule enabled"
|
|
336
336
|
msgstr "Regla habilitada"
|
|
337
337
|
|
|
338
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
|
338
|
+
#: ../app/controllers/discovery_rules_controller.rb:72
|
|
339
339
|
msgid "Rule disabled"
|
|
340
340
|
msgstr "Regla inhabilitada"
|
|
341
341
|
|
|
@@ -343,15 +343,15 @@ msgstr "Regla inhabilitada"
|
|
|
343
343
|
msgid "%s ago"
|
|
344
344
|
msgstr "fa %s"
|
|
345
345
|
|
|
346
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
|
346
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
|
347
347
|
msgid "Auto Provision"
|
|
348
348
|
msgstr "Auto aprovisiona"
|
|
349
349
|
|
|
350
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
|
350
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
|
|
351
351
|
msgid "Refresh facts"
|
|
352
352
|
msgstr "Refresca els objectes d'interès"
|
|
353
353
|
|
|
354
|
-
#: ../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:
|
|
354
|
+
#: ../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
|
|
355
355
|
msgid "Reboot"
|
|
356
356
|
msgstr "Reinicia"
|
|
357
357
|
|
|
@@ -363,7 +363,7 @@ msgstr "Enrere"
|
|
|
363
363
|
msgid "Select Action"
|
|
364
364
|
msgstr "Selecciona l'acció"
|
|
365
365
|
|
|
366
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
|
366
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
|
|
367
367
|
msgid "Delete %s?"
|
|
368
368
|
msgstr "Voleu suprimir %s?"
|
|
369
369
|
|
|
@@ -753,15 +753,15 @@ msgstr ""
|
|
|
753
753
|
msgid "Host"
|
|
754
754
|
msgstr "Amfitrió"
|
|
755
755
|
|
|
756
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
|
756
|
+
#: ../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
|
|
757
757
|
msgid "Model"
|
|
758
758
|
msgstr "Model"
|
|
759
759
|
|
|
760
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
|
760
|
+
#: ../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
|
|
761
761
|
msgid "CPUs"
|
|
762
762
|
msgstr "Les CPU"
|
|
763
763
|
|
|
764
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
|
764
|
+
#: ../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
|
|
765
765
|
msgid "Memory"
|
|
766
766
|
msgstr "Memòria"
|
|
767
767
|
|
|
@@ -773,59 +773,59 @@ msgstr ""
|
|
|
773
773
|
msgid "Create Host"
|
|
774
774
|
msgstr "Crea un amfitrió"
|
|
775
775
|
|
|
776
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
|
776
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
|
777
777
|
msgid "Select all items in this page"
|
|
778
778
|
msgstr "Selecciona tots els ítems en aquesta pàgina"
|
|
779
779
|
|
|
780
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
|
780
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
|
781
781
|
msgid "items selected. Uncheck to Clear"
|
|
782
782
|
msgstr "ítems seleccionats. Desmarca per netejar"
|
|
783
783
|
|
|
784
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
|
784
|
+
#: ../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
|
|
785
785
|
msgid "Name"
|
|
786
786
|
msgstr "Nom"
|
|
787
787
|
|
|
788
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
|
788
|
+
#: ../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
|
|
789
789
|
msgid "IP Address"
|
|
790
790
|
msgstr "Adreça IP"
|
|
791
791
|
|
|
792
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
|
792
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
|
793
793
|
msgid "Disk Count"
|
|
794
794
|
msgstr ""
|
|
795
795
|
|
|
796
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
|
796
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
|
|
797
797
|
msgid "Disks Size"
|
|
798
798
|
msgstr ""
|
|
799
799
|
|
|
800
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
|
800
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
|
801
801
|
msgid "Location"
|
|
802
802
|
msgstr "Ubicació"
|
|
803
803
|
|
|
804
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
|
804
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
|
805
805
|
msgid "Organization"
|
|
806
806
|
msgstr "Organització"
|
|
807
807
|
|
|
808
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
|
808
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
|
|
809
809
|
msgid "Subnet"
|
|
810
810
|
msgstr "Subxarxa"
|
|
811
811
|
|
|
812
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
|
812
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
|
|
813
813
|
msgid "Last Facts Upload"
|
|
814
814
|
msgstr ""
|
|
815
815
|
|
|
816
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
|
816
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:12
|
|
817
817
|
msgid "Actions"
|
|
818
818
|
msgstr "Accions"
|
|
819
819
|
|
|
820
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
|
820
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
|
|
821
821
|
msgid "Please Confirm"
|
|
822
822
|
msgstr "Si us plau, confirmeu"
|
|
823
823
|
|
|
824
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
|
824
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
|
|
825
825
|
msgid "Cancel"
|
|
826
826
|
msgstr "Cancel·la"
|
|
827
827
|
|
|
828
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
|
828
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
|
|
829
829
|
msgid "Submit"
|
|
830
830
|
msgstr "Envia"
|
|
831
831
|
|
|
@@ -969,7 +969,7 @@ msgstr "Edita %s"
|
|
|
969
969
|
msgid "Discovery Rules"
|
|
970
970
|
msgstr "Regles de descobriment"
|
|
971
971
|
|
|
972
|
-
#: ../app/views/discovery_rules/index.html.erb:2
|
|
972
|
+
#: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
|
|
973
973
|
msgid "Create Rule"
|
|
974
974
|
msgstr ""
|
|
975
975
|
|
|
@@ -1001,6 +1001,10 @@ msgstr "Habilitada"
|
|
|
1001
1001
|
msgid "New Discovery Rule"
|
|
1002
1002
|
msgstr "Regla de descobriment nova"
|
|
1003
1003
|
|
|
1004
|
+
#: ../app/views/discovery_rules/welcome.html.erb:8
|
|
1005
|
+
msgid "Discovered Rules"
|
|
1006
|
+
msgstr ""
|
|
1007
|
+
|
|
1004
1008
|
#: ../db/seeds.d/50_discovery_templates.rb:5
|
|
1005
1009
|
msgid "Command line options for kexec during PXE-less provisioning."
|
|
1006
1010
|
msgstr ""
|
|
@@ -1037,21 +1041,26 @@ msgstr ""
|
|
|
1037
1041
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
|
1038
1042
|
msgstr ""
|
|
1039
1043
|
|
|
1044
|
+
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
|
|
1045
|
+
msgid "For more information please see "
|
|
1046
|
+
msgstr ""
|
|
1047
|
+
|
|
1048
|
+
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
|
|
1049
|
+
msgid "documentation"
|
|
1050
|
+
msgstr ""
|
|
1051
|
+
|
|
1040
1052
|
#: action_names.rb:2
|
|
1041
|
-
msgid "
|
|
1053
|
+
msgid "Action with sub plans"
|
|
1042
1054
|
msgstr ""
|
|
1043
1055
|
|
|
1044
1056
|
#: action_names.rb:3
|
|
1045
|
-
msgid "Import
|
|
1057
|
+
msgid "Import facts"
|
|
1046
1058
|
msgstr ""
|
|
1047
1059
|
|
|
1048
1060
|
#: action_names.rb:4
|
|
1049
|
-
msgid "Import
|
|
1061
|
+
msgid "Import Puppet classes"
|
|
1050
1062
|
msgstr ""
|
|
1051
1063
|
|
|
1052
1064
|
#: action_names.rb:5
|
|
1053
|
-
msgid "
|
|
1065
|
+
msgid "Remote action:"
|
|
1054
1066
|
msgstr ""
|
|
1055
|
-
|
|
1056
|
-
#~ msgid "Learn more about this in the documentation."
|
|
1057
|
-
#~ msgstr "Obteniu més informació sobre això a la documentació."
|
|
@@ -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.
|
|
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"
|
|
Binary file
|
|
@@ -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-
|
|
20
|
-
"Last-Translator:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
-
#:
|
|
1047
|
-
msgid "
|
|
1050
|
+
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
|
|
1051
|
+
msgid "For more information please see "
|
|
1048
1052
|
msgstr ""
|
|
1049
1053
|
|
|
1050
|
-
#:
|
|
1051
|
-
msgid "
|
|
1054
|
+
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
|
|
1055
|
+
msgid "documentation"
|
|
1052
1056
|
msgstr ""
|
|
1053
1057
|
|
|
1054
|
-
#: action_names.rb:
|
|
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:
|
|
1059
|
-
msgid "
|
|
1060
|
-
msgstr ""
|
|
1066
|
+
#: action_names.rb:4
|
|
1067
|
+
msgid "Import Puppet classes"
|
|
1068
|
+
msgstr "Puppet-Klassen importieren"
|
|
1061
1069
|
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
#~ msgstr "Keine entdeckten Hosts gefunden in diesem Kontext."
|
|
1070
|
+
#: action_names.rb:5
|
|
1071
|
+
msgid "Remote action:"
|
|
1072
|
+
msgstr "Entfernte Aktion:"
|