foreman_discovery 16.2.0 → 16.3.1
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/controllers/api/v2/discovered_hosts_controller.rb +24 -11
- data/app/models/host/discovered.rb +1 -1
- data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
- data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
- data/app/views/discovered_hosts/welcome.html.erb +15 -9
- data/app/views/discovery_rules/index.html.erb +1 -1
- data/extra/discover-host +3 -3
- data/lib/foreman_discovery/engine.rb +2 -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 +62 -39
- data/locale/ca/foreman_discovery.po +25 -10
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +64 -39
- data/locale/de/foreman_discovery.po +25 -10
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +59 -39
- data/locale/en/foreman_discovery.po +25 -10
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +70 -39
- data/locale/en_GB/foreman_discovery.po +25 -10
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +70 -39
- data/locale/es/foreman_discovery.po +25 -10
- data/locale/foreman_discovery.pot +68 -45
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +68 -39
- data/locale/fr/foreman_discovery.po +25 -10
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +59 -39
- data/locale/gl/foreman_discovery.po +25 -10
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +59 -39
- data/locale/it/foreman_discovery.po +25 -10
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +68 -39
- data/locale/ja/foreman_discovery.po +25 -10
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +59 -39
- data/locale/ko/foreman_discovery.po +25 -10
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +68 -39
- data/locale/pt_BR/foreman_discovery.po +25 -10
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +59 -39
- data/locale/ru/foreman_discovery.po +25 -10
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +59 -39
- data/locale/sv_SE/foreman_discovery.po +25 -10
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +68 -39
- data/locale/zh_CN/foreman_discovery.po +25 -10
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +59 -39
- data/locale/zh_TW/foreman_discovery.po +25 -10
- data/package.json +39 -0
- data/test/functional/discovered_hosts_controller_test.rb +1 -1
- data/test/functional/discovery_rules_controller_test.rb +1 -1
- data/webpack/index.js +18 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
- data/webpack/src/reducers.js +7 -0
- metadata +11 -4
@@ -9,7 +9,7 @@
|
|
9
9
|
# Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014
|
10
10
|
msgid ""
|
11
11
|
msgstr ""
|
12
|
-
"Project-Id-Version: foreman_discovery 16.
|
12
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
13
13
|
"Report-Msgid-Bugs-To: \n"
|
14
14
|
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
15
15
|
"Last-Translator: Transifex Bot <>\n"
|
@@ -327,6 +327,12 @@ msgstr[1] ""
|
|
327
327
|
msgid "Host of type %s can not be rebooted"
|
328
328
|
msgstr "No es posible reiniciar el tipo de host %s"
|
329
329
|
|
330
|
+
msgid "Host's owner type"
|
331
|
+
msgstr ""
|
332
|
+
|
333
|
+
msgid "Host's parameters (array or indexed hash)"
|
334
|
+
msgstr ""
|
335
|
+
|
330
336
|
msgid "Hostname facts"
|
331
337
|
msgstr "Eventos del nombre de host"
|
332
338
|
|
@@ -414,9 +420,6 @@ msgstr "Plantilla kexec no asociada con el sistema operativo"
|
|
414
420
|
msgid "Last Facts Upload"
|
415
421
|
msgstr "Última carga de datos"
|
416
422
|
|
417
|
-
msgid "Learn more about this in the documentation."
|
418
|
-
msgstr "Consulte la documentación para obtener más información."
|
419
|
-
|
420
423
|
msgid "List all discovered hosts"
|
421
424
|
msgstr "Confeccionar una lista de los hosts detectados"
|
422
425
|
|
@@ -471,6 +474,9 @@ msgstr "N/A"
|
|
471
474
|
msgid "Name"
|
472
475
|
msgstr "Nombre"
|
473
476
|
|
477
|
+
msgid "Name of the parameter"
|
478
|
+
msgstr ""
|
479
|
+
|
474
480
|
msgid "Network"
|
475
481
|
msgstr "Red"
|
476
482
|
|
@@ -489,9 +495,6 @@ msgstr "No hay hosts detectados disponibles"
|
|
489
495
|
msgid "No discovered hosts for the selected period"
|
490
496
|
msgstr "No se detectaron hosts para el periodo seleccionado"
|
491
497
|
|
492
|
-
msgid "No discovered hosts found in this context."
|
493
|
-
msgstr "No se encontraron hosts detectados en este contexto."
|
494
|
-
|
495
498
|
msgid "No discovered hosts to provision"
|
496
499
|
msgstr "No hay hosts detectados para aprovisionar"
|
497
500
|
|
@@ -534,6 +537,9 @@ msgstr "Plantilla PXEGrub2 que debe utilizarse al adjuntar un host a la detecci
|
|
534
537
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
535
538
|
msgstr "Debe utilizarse la plantilla PXELinux para adjuntar un host a la detección"
|
536
539
|
|
540
|
+
msgid "Parameter value"
|
541
|
+
msgstr ""
|
542
|
+
|
537
543
|
msgid "Please Confirm"
|
538
544
|
msgstr "Confirme, por favor"
|
539
545
|
|
@@ -681,15 +687,15 @@ msgstr "Los siguientes equipos no han sido eliminados: %s"
|
|
681
687
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
682
688
|
msgstr "Esta acción puede tardar un rato, ya que se eliminarán todos los equipos, datos e informes."
|
683
689
|
|
684
|
-
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
685
|
-
msgstr "Esta página muestra los nodos sin sistema operativo o virtuales detectados cuyo aprovisionamiento está pendiente."
|
686
|
-
|
687
690
|
msgid "Type"
|
688
691
|
msgstr "Tipo"
|
689
692
|
|
690
693
|
msgid "Type of name generator"
|
691
694
|
msgstr "Tipo de generador de nombre"
|
692
695
|
|
696
|
+
msgid "Type of value"
|
697
|
+
msgstr ""
|
698
|
+
|
693
699
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
694
700
|
msgstr "UUID para seguir el estado de la tarea de orquestación, GET /api/orchestration/:UUID/tasks"
|
695
701
|
|
@@ -774,6 +780,15 @@ msgstr "consulta para establecer una coincidencia de los hosts detectados respec
|
|
774
780
|
msgid "represents rule name shown to the users"
|
775
781
|
msgstr "representa el nombre de la regla que se les muestra a los usuarios"
|
776
782
|
|
783
|
+
msgid "required if host is managed and custom partition has not been defined"
|
784
|
+
msgstr ""
|
785
|
+
|
786
|
+
msgid "required if host is managed and value is not inherited from host group"
|
787
|
+
msgstr ""
|
788
|
+
|
789
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
790
|
+
msgstr ""
|
791
|
+
|
777
792
|
msgid "required if value is not inherited from host group or default password in settings"
|
778
793
|
msgstr "es necesario si el valor no se hereda del grupo del host o de la contraseña predeterminada en las configuraciones"
|
779
794
|
|
@@ -8,8 +8,8 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: foreman_discovery 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2020-
|
12
|
-
"PO-Revision-Date: 2020-
|
11
|
+
"POT-Creation-Date: 2020-10-29 12:15+0100\n"
|
12
|
+
"PO-Revision-Date: 2020-10-29 12:15+0100\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -47,7 +47,7 @@ msgid "Show a discovered host"
|
|
47
47
|
msgstr ""
|
48
48
|
|
49
49
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
|
50
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
50
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:85
|
51
51
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
52
52
|
msgstr ""
|
53
53
|
|
@@ -59,6 +59,14 @@ msgstr ""
|
|
59
59
|
msgid "Provision a discovered host"
|
60
60
|
msgstr ""
|
61
61
|
|
62
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:54
|
63
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:57
|
64
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:58
|
65
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:61
|
66
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:64
|
67
|
+
msgid "required if host is managed and value is not inherited from host group"
|
68
|
+
msgstr ""
|
69
|
+
|
62
70
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
|
63
71
|
msgid "not required if using a subnet with DHCP proxy"
|
64
72
|
msgstr ""
|
@@ -67,80 +75,110 @@ msgstr ""
|
|
67
75
|
msgid "not required if it's a virtual machine"
|
68
76
|
msgstr ""
|
69
77
|
|
70
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
78
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
|
79
|
+
msgid ""
|
80
|
+
"required if not imaged based provisioning and host is managed and value is not"
|
81
|
+
" inherited from host group"
|
82
|
+
msgstr ""
|
83
|
+
|
84
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
|
85
|
+
msgid "required if host is managed and custom partition has not been defined"
|
86
|
+
msgstr ""
|
87
|
+
|
88
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
|
89
|
+
msgid "Host's owner type"
|
90
|
+
msgstr ""
|
91
|
+
|
92
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
|
93
|
+
msgid "Host's parameters (array or indexed hash)"
|
94
|
+
msgstr ""
|
95
|
+
|
96
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
97
|
+
msgid "Name of the parameter"
|
98
|
+
msgstr ""
|
99
|
+
|
100
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
101
|
+
msgid "Parameter value"
|
102
|
+
msgstr ""
|
103
|
+
|
104
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
105
|
+
msgid "Type of value"
|
106
|
+
msgstr ""
|
107
|
+
|
108
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
|
71
109
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
72
110
|
msgstr ""
|
73
111
|
|
74
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
112
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
|
75
113
|
msgid ""
|
76
114
|
"required if value is not inherited from host group or default password in sett"
|
77
115
|
"ings"
|
78
116
|
msgstr ""
|
79
117
|
|
80
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
118
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
|
81
119
|
msgid "Delete a discovered host"
|
82
120
|
msgstr ""
|
83
121
|
|
84
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
122
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
|
85
123
|
msgid "Upload facts for a host, creating the host if required"
|
86
124
|
msgstr ""
|
87
125
|
|
88
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
126
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
|
89
127
|
msgid ""
|
90
128
|
"hash containing facts for the host with minimum set of facts: discovery_bootif"
|
91
129
|
", macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in cas"
|
92
130
|
"e primary interface is named eth0)"
|
93
131
|
msgstr ""
|
94
132
|
|
95
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
133
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
|
96
134
|
msgid "Execute rules against a discovered host"
|
97
135
|
msgstr ""
|
98
136
|
|
99
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
137
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:135
|
100
138
|
#: ../app/controllers/discovered_hosts_controller.rb:160
|
101
139
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
102
140
|
msgstr ""
|
103
141
|
|
104
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
142
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
|
105
143
|
msgid "Unable to provision %{host}: %{errors}"
|
106
144
|
msgstr ""
|
107
145
|
|
108
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
146
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:144
|
109
147
|
#: ../app/controllers/discovered_hosts_controller.rb:167
|
110
148
|
msgid "No rule found for host %s"
|
111
149
|
msgstr ""
|
112
150
|
|
113
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
151
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
|
114
152
|
msgid "Execute rules against all currently discovered hosts"
|
115
153
|
msgstr ""
|
116
154
|
|
117
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
155
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:155
|
118
156
|
#: ../app/controllers/discovered_hosts_controller.rb:173
|
119
157
|
msgid "Errors during auto provisioning: %s"
|
120
158
|
msgstr ""
|
121
159
|
|
122
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
160
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:158
|
123
161
|
#: ../app/controllers/discovered_hosts_controller.rb:176
|
124
162
|
msgid "No discovered hosts to provision"
|
125
163
|
msgstr ""
|
126
164
|
|
127
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
165
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
|
128
166
|
msgid "%s discovered hosts were provisioned"
|
129
167
|
msgstr ""
|
130
168
|
|
131
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
169
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
|
132
170
|
msgid "Refreshing the facts of a discovered host"
|
133
171
|
msgstr ""
|
134
172
|
|
135
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
173
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
|
136
174
|
msgid "Rebooting a discovered host"
|
137
175
|
msgstr ""
|
138
176
|
|
139
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
177
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
|
140
178
|
msgid "Rebooting all discovered hosts"
|
141
179
|
msgstr ""
|
142
180
|
|
143
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
181
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:220
|
144
182
|
#: ../app/controllers/discovered_hosts_controller.rb:129
|
145
183
|
msgid "Discovered hosts are rebooting now"
|
146
184
|
msgstr ""
|
@@ -396,10 +434,9 @@ msgstr ""
|
|
396
434
|
|
397
435
|
#: ../app/helpers/discovery_rules_helper.rb:26
|
398
436
|
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1
|
399
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:
|
400
|
-
#: ../
|
401
|
-
#: ../lib/foreman_discovery/engine.rb:
|
402
|
-
#: ../lib/foreman_discovery/engine.rb:173
|
437
|
+
#: ../app/views/discovered_hosts/welcome.html.erb:8
|
438
|
+
#: ../lib/foreman_discovery/engine.rb:159
|
439
|
+
#: ../lib/foreman_discovery/engine.rb:174
|
403
440
|
msgid "Discovered Hosts"
|
404
441
|
msgstr ""
|
405
442
|
|
@@ -903,20 +940,6 @@ msgstr ""
|
|
903
940
|
msgid "Collapse All"
|
904
941
|
msgstr ""
|
905
942
|
|
906
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:7
|
907
|
-
msgid "No discovered hosts found in this context."
|
908
|
-
msgstr ""
|
909
|
-
|
910
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:8
|
911
|
-
msgid ""
|
912
|
-
"This page shows discovered bare-metal or virtual nodes waiting to be provision"
|
913
|
-
"ed."
|
914
|
-
msgstr ""
|
915
|
-
|
916
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:9
|
917
|
-
msgid "Learn more about this in the documentation."
|
918
|
-
msgstr ""
|
919
|
-
|
920
943
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:6
|
921
944
|
msgid "Summary report for discovered hosts from Foreman"
|
922
945
|
msgstr ""
|
@@ -1024,7 +1047,7 @@ msgid "Edit %s"
|
|
1024
1047
|
msgstr ""
|
1025
1048
|
|
1026
1049
|
#: ../app/views/discovery_rules/index.html.erb:1
|
1027
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1050
|
+
#: ../lib/foreman_discovery/engine.rb:164
|
1028
1051
|
msgid "Discovery Rules"
|
1029
1052
|
msgstr ""
|
1030
1053
|
|
@@ -1080,21 +1103,21 @@ msgstr ""
|
|
1080
1103
|
msgid "Details"
|
1081
1104
|
msgstr ""
|
1082
1105
|
|
1083
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1106
|
+
#: ../lib/foreman_discovery/engine.rb:180
|
1084
1107
|
msgid "Discovery Kexec template"
|
1085
1108
|
msgstr ""
|
1086
1109
|
|
1087
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1110
|
+
#: ../lib/foreman_discovery/engine.rb:189
|
1088
1111
|
msgid "Discovery Proxy"
|
1089
1112
|
msgstr ""
|
1090
1113
|
|
1091
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1114
|
+
#: ../lib/foreman_discovery/engine.rb:190
|
1092
1115
|
msgid ""
|
1093
1116
|
"Discovery Proxy to use within this subnet for managing connection to discovere"
|
1094
1117
|
"d hosts"
|
1095
1118
|
msgstr ""
|
1096
1119
|
|
1097
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1120
|
+
#: ../lib/foreman_discovery/engine.rb:191
|
1098
1121
|
msgid ""
|
1099
1122
|
"ID of Discovery Proxy to use within this subnet for managing connection to dis"
|
1100
1123
|
"covered hosts"
|
@@ -1109,9 +1132,9 @@ msgid "Import Puppet classes"
|
|
1109
1132
|
msgstr ""
|
1110
1133
|
|
1111
1134
|
#: action_names.rb:4
|
1112
|
-
msgid "
|
1135
|
+
msgid "Action with sub plans"
|
1113
1136
|
msgstr ""
|
1114
1137
|
|
1115
1138
|
#: action_names.rb:5
|
1116
|
-
msgid "
|
1139
|
+
msgid "Import facts"
|
1117
1140
|
msgstr ""
|
Binary file
|
@@ -8,7 +8,7 @@
|
|
8
8
|
# Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,2016-2017
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: foreman_discovery 16.
|
11
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
13
|
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
14
14
|
"Last-Translator: Transifex Bot <>\n"
|
@@ -43,7 +43,7 @@ msgstr "nombre d'entrées par requête"
|
|
43
43
|
msgid "Show a discovered host"
|
44
44
|
msgstr "Afficher un hôte détecté"
|
45
45
|
|
46
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
46
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
|
47
47
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
48
48
|
msgstr "Option nom de fichier DHCP (Grub2 ou PXELinux par défaut)"
|
49
49
|
|
@@ -55,6 +55,10 @@ msgstr "Créer un hôte détecté pour le test (utiliser /facts pour créer des
|
|
55
55
|
msgid "Provision a discovered host"
|
56
56
|
msgstr "Provisionner un hôte détecté"
|
57
57
|
|
58
|
+
#: ../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
|
59
|
+
msgid "required if host is managed and value is not inherited from host group"
|
60
|
+
msgstr ""
|
61
|
+
|
58
62
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
|
59
63
|
msgid "not required if using a subnet with DHCP proxy"
|
60
64
|
msgstr "n'est pas requis s'il s'agit d'un sous-réseau avec un proxy DHCP"
|
@@ -63,71 +67,99 @@ msgstr "n'est pas requis s'il s'agit d'un sous-réseau avec un proxy DHCP"
|
|
63
67
|
msgid "not required if it's a virtual machine"
|
64
68
|
msgstr "non requis s'il s'agit d'une machine virtuelle"
|
65
69
|
|
66
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
70
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
|
71
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
72
|
+
msgstr ""
|
73
|
+
|
74
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
|
75
|
+
msgid "required if host is managed and custom partition has not been defined"
|
76
|
+
msgstr ""
|
77
|
+
|
78
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
|
79
|
+
msgid "Host's owner type"
|
80
|
+
msgstr ""
|
81
|
+
|
82
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
|
83
|
+
msgid "Host's parameters (array or indexed hash)"
|
84
|
+
msgstr ""
|
85
|
+
|
86
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
87
|
+
msgid "Name of the parameter"
|
88
|
+
msgstr ""
|
89
|
+
|
90
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
91
|
+
msgid "Parameter value"
|
92
|
+
msgstr ""
|
93
|
+
|
94
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
95
|
+
msgid "Type of value"
|
96
|
+
msgstr ""
|
97
|
+
|
98
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
|
67
99
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
68
100
|
msgstr "UUID pour surveiller l'état des tâches d'orchestration : GET /api/orchestration/:UUID/tasks"
|
69
101
|
|
70
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
102
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
|
71
103
|
msgid "required if value is not inherited from host group or default password in settings"
|
72
104
|
msgstr "requis si la valeur n'est pas héritée d'un groupe d'hôtes ou du mot de passe par défaut défini dans les paramètres"
|
73
105
|
|
74
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
106
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
|
75
107
|
msgid "Delete a discovered host"
|
76
108
|
msgstr "Supprimer un hôte détecté"
|
77
109
|
|
78
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
110
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
|
79
111
|
msgid "Upload facts for a host, creating the host if required"
|
80
112
|
msgstr "Télécharger les faits d'un hôte, création de l'hôte si besoin"
|
81
113
|
|
82
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
114
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
|
83
115
|
msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
|
84
116
|
msgstr "hachage contenant les facts de l'hôte avec un ensemble minimal de facts : discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (exemple si l'interface principale s'appelle eth0)"
|
85
117
|
|
86
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
118
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
|
87
119
|
msgid "Execute rules against a discovered host"
|
88
120
|
msgstr "Exécuter les règles sur un hôte détecté"
|
89
121
|
|
90
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
122
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
|
91
123
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
92
124
|
msgstr "L'hôte %{host} a été provisionné avec la règle %{rule}"
|
93
125
|
|
94
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
126
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
|
95
127
|
msgid "Unable to provision %{host}: %{errors}"
|
96
128
|
msgstr "Impossible de provisionner %{host} : %{errors}"
|
97
129
|
|
98
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
130
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
|
99
131
|
msgid "No rule found for host %s"
|
100
132
|
msgstr "Aucune règle trouvée pour %s"
|
101
133
|
|
102
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
134
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
|
103
135
|
msgid "Execute rules against all currently discovered hosts"
|
104
136
|
msgstr "Exécuter les règles sur tous les hôtes actuellement détectés"
|
105
137
|
|
106
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
138
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
|
107
139
|
msgid "Errors during auto provisioning: %s"
|
108
140
|
msgstr "Erreurs lors du provisioning automatique : %s"
|
109
141
|
|
110
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
142
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
|
111
143
|
msgid "No discovered hosts to provision"
|
112
144
|
msgstr "Aucun hôte détecté à provisionner"
|
113
145
|
|
114
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
146
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
|
115
147
|
msgid "%s discovered hosts were provisioned"
|
116
148
|
msgstr "%s hôtes détectés ont été provisionnés"
|
117
149
|
|
118
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
150
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
|
119
151
|
msgid "Refreshing the facts of a discovered host"
|
120
152
|
msgstr "Actualisation des facts d'un hôte détecté"
|
121
153
|
|
122
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
154
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
|
123
155
|
msgid "Rebooting a discovered host"
|
124
156
|
msgstr "Redémarrage d'un hôte détecté"
|
125
157
|
|
126
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
158
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
|
127
159
|
msgid "Rebooting all discovered hosts"
|
128
160
|
msgstr "Redémarrage de tous les hôtes détectés"
|
129
161
|
|
130
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
162
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
|
131
163
|
msgid "Discovered hosts are rebooting now"
|
132
164
|
msgstr "Les hôtes détectés sont redémarrés maintenant"
|
133
165
|
|
@@ -371,7 +403,7 @@ msgstr "Signalé au cours des 7 derniers jours"
|
|
371
403
|
msgid "Provision"
|
372
404
|
msgstr "Provisionner"
|
373
405
|
|
374
|
-
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:
|
406
|
+
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:159 ../lib/foreman_discovery/engine.rb:174
|
375
407
|
msgid "Discovered Hosts"
|
376
408
|
msgstr "Hôtes détectés"
|
377
409
|
|
@@ -841,18 +873,6 @@ msgstr "Adresse IP"
|
|
841
873
|
msgid "Collapse All"
|
842
874
|
msgstr "Tout réduire"
|
843
875
|
|
844
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:7
|
845
|
-
msgid "No discovered hosts found in this context."
|
846
|
-
msgstr "Aucun hôte détecté trouvé dans ce contexte."
|
847
|
-
|
848
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:8
|
849
|
-
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
850
|
-
msgstr "Cette page montre les nœuds nus ou virtuels en attente de mise en service."
|
851
|
-
|
852
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:9
|
853
|
-
msgid "Learn more about this in the documentation."
|
854
|
-
msgstr "Approfondissez ce sujet dans la documentation."
|
855
|
-
|
856
876
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:6
|
857
877
|
msgid "Summary report for discovered hosts from Foreman"
|
858
878
|
msgstr "Rapport de synthèse des hôtes détectés depuis Foreman"
|
@@ -945,7 +965,7 @@ msgstr "Les noms d'hôte ne doivent pas commencer par des nombres. Une bonne mé
|
|
945
965
|
msgid "Edit %s"
|
946
966
|
msgstr "Modifier %s"
|
947
967
|
|
948
|
-
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:
|
968
|
+
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
|
949
969
|
msgid "Discovery Rules"
|
950
970
|
msgstr "Règles de détection"
|
951
971
|
|
@@ -1001,19 +1021,19 @@ msgstr "Un ou plusieurs hôtes ont été détectés"
|
|
1001
1021
|
msgid "Details"
|
1002
1022
|
msgstr "Détails"
|
1003
1023
|
|
1004
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1024
|
+
#: ../lib/foreman_discovery/engine.rb:180
|
1005
1025
|
msgid "Discovery Kexec template"
|
1006
1026
|
msgstr "Modèle Kexec de détection"
|
1007
1027
|
|
1008
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1028
|
+
#: ../lib/foreman_discovery/engine.rb:189
|
1009
1029
|
msgid "Discovery Proxy"
|
1010
1030
|
msgstr "Proxy de détection"
|
1011
1031
|
|
1012
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1032
|
+
#: ../lib/foreman_discovery/engine.rb:190
|
1013
1033
|
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1014
1034
|
msgstr "Proxy de détection à utiliser à l'intérieur de ce sous-réseau pour gérer la connexion aux hôtes détectés"
|
1015
1035
|
|
1016
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1036
|
+
#: ../lib/foreman_discovery/engine.rb:191
|
1017
1037
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1018
1038
|
msgstr "ID du proxy de détection à utiliser à l'intérieur de ce sous-réseau pour gérer la connexion aux hôtes détectés"
|
1019
1039
|
|
@@ -1026,9 +1046,18 @@ msgid "Import Puppet classes"
|
|
1026
1046
|
msgstr ""
|
1027
1047
|
|
1028
1048
|
#: action_names.rb:4
|
1029
|
-
msgid "
|
1049
|
+
msgid "Action with sub plans"
|
1030
1050
|
msgstr ""
|
1031
1051
|
|
1032
1052
|
#: action_names.rb:5
|
1033
|
-
msgid "
|
1053
|
+
msgid "Import facts"
|
1034
1054
|
msgstr ""
|
1055
|
+
|
1056
|
+
#~ msgid "Learn more about this in the documentation."
|
1057
|
+
#~ msgstr "Approfondissez ce sujet dans la documentation."
|
1058
|
+
#~ msgid "No discovered hosts found in this context."
|
1059
|
+
#~ msgstr "Aucun hôte détecté trouvé dans ce contexte."
|
1060
|
+
#~ msgid ""
|
1061
|
+
#~ "This page shows discovered bare-metal or virtual nodes waiting to be provision"
|
1062
|
+
#~ "ed."
|
1063
|
+
#~ msgstr "Cette page montre les nœuds nus ou virtuels en attente de mise en service."
|