foreman_discovery 25.0.0 → 25.1.0
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/assets/javascripts/foreman_discovery/locale/ca/foreman_discovery.js +440 -452
- data/app/assets/javascripts/foreman_discovery/locale/cs_CZ/foreman_discovery.js +397 -409
- data/app/assets/javascripts/foreman_discovery/locale/de/foreman_discovery.js +537 -549
- data/app/assets/javascripts/foreman_discovery/locale/en/foreman_discovery.js +280 -291
- data/app/assets/javascripts/foreman_discovery/locale/en_GB/foreman_discovery.js +539 -551
- data/app/assets/javascripts/foreman_discovery/locale/es/foreman_discovery.js +541 -553
- data/app/assets/javascripts/foreman_discovery/locale/fr/foreman_discovery.js +539 -551
- data/app/assets/javascripts/foreman_discovery/locale/gl/foreman_discovery.js +339 -351
- data/app/assets/javascripts/foreman_discovery/locale/it/foreman_discovery.js +468 -480
- data/app/assets/javascripts/foreman_discovery/locale/ja/foreman_discovery.js +536 -548
- data/app/assets/javascripts/foreman_discovery/locale/ka/foreman_discovery.js +525 -537
- data/app/assets/javascripts/foreman_discovery/locale/ko/foreman_discovery.js +493 -505
- data/app/assets/javascripts/foreman_discovery/locale/pt_BR/foreman_discovery.js +538 -550
- data/app/assets/javascripts/foreman_discovery/locale/ru/foreman_discovery.js +510 -522
- data/app/assets/javascripts/foreman_discovery/locale/sv_SE/foreman_discovery.js +361 -373
- data/app/assets/javascripts/foreman_discovery/locale/zh_CN/foreman_discovery.js +540 -552
- data/app/assets/javascripts/foreman_discovery/locale/zh_TW/foreman_discovery.js +400 -412
- data/app/controllers/api/v2/discovered_hosts_controller.rb +2 -0
- data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +41 -35
- data/app/controllers/concerns/foreman/controller/parameters/discovery_rule.rb +18 -12
- data/app/controllers/discovered_hosts_controller.rb +0 -13
- data/app/controllers/discovered_hosts_controller.rb.orig +354 -0
- data/app/models/host/discovered.rb +1 -0
- data/app/services/foreman_discovery/fact_to_category_resolver.rb +11 -6
- data/app/services/foreman_discovery/lldp_neighbors.rb +6 -2
- data/app/views/api/v2/discovered_hosts/main.json.rabl +2 -1
- data/app/views/discovered_hosts/_discovered_host.html.erb +1 -0
- data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +2 -1
- data/app/views/discovered_hosts/show.html.erb +3 -1
- data/app/views/discovered_mailer/_discovered_host.html.erb +5 -0
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.po +2 -14
- data/locale/cs_CZ/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/cs_CZ/foreman_discovery.po +128 -138
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.po +4 -16
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.po +13 -20
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.po +39 -51
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.po +47 -59
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.po +18 -30
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.po +2 -14
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.po +2 -14
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.po +27 -38
- data/locale/ka/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ka/foreman_discovery.po +19 -31
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.po +98 -108
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.po +2 -14
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.po +2 -14
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.po +2 -14
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.po +20 -32
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.po +2 -14
- data/test/facts/facts_with_lldp_bond_candidate.json +7 -0
- data/test/functional/api/v2/discovered_hosts_controller_test.rb +35 -0
- data/test/integration/discovered_hosts_test.rb +3 -1
- data/test/test_helper_discovery.rb +21 -7
- data/test/unit/lldp_neighbors_test.rb +34 -0
- metadata +4 -3
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_discovery": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_discovery
|
|
6
|
+
"Project-Id-Version": "foreman_discovery 25.0.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2013-11-15 17:25+0000",
|
|
9
9
|
"Last-Translator": "Sergio Ocón-Cárdenas <sergio.ocon@redhat.com>, 2014",
|
|
10
|
-
"Language-Team": "Spanish (http://
|
|
10
|
+
"Language-Team": "Spanish (http://app.transifex.com/foreman/foreman/language/es/)",
|
|
11
11
|
"MIME-Version": "1.0",
|
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
|
13
13
|
"Content-Transfer-Encoding": "8bit",
|
|
@@ -17,833 +17,821 @@
|
|
|
17
17
|
"domain": "foreman_discovery",
|
|
18
18
|
"plural_forms": "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
|
19
19
|
},
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"%s - The following hosts are about to be changed": [
|
|
21
|
+
"%s - Los siguientes hosts están a punto de ser modificados"
|
|
22
22
|
],
|
|
23
|
-
"
|
|
24
|
-
"
|
|
23
|
+
"%s discovered hosts were provisioned": [
|
|
24
|
+
"%s se aprovisionaron los hosts descubiertos"
|
|
25
25
|
],
|
|
26
|
-
"
|
|
27
|
-
"
|
|
26
|
+
"<b>Foreman</b> Discovered hosts summary": [
|
|
27
|
+
"<b>Foreman</b> Resumen de anfitriones descubiertos"
|
|
28
28
|
],
|
|
29
|
-
"
|
|
30
|
-
"
|
|
29
|
+
"A summary of discovered hosts": [
|
|
30
|
+
"Resumen de los hosts detectados"
|
|
31
31
|
],
|
|
32
|
-
"
|
|
33
|
-
"
|
|
32
|
+
"Actions": [
|
|
33
|
+
"Acciones"
|
|
34
34
|
],
|
|
35
|
-
"
|
|
36
|
-
"
|
|
35
|
+
"Assign Location": [
|
|
36
|
+
"Asignar Lugar"
|
|
37
37
|
],
|
|
38
|
-
"
|
|
39
|
-
"
|
|
38
|
+
"Assign Organization": [
|
|
39
|
+
"Asignar Organización"
|
|
40
40
|
],
|
|
41
|
-
"
|
|
42
|
-
"
|
|
41
|
+
"Associated Hosts": [
|
|
42
|
+
"Hosts asociados"
|
|
43
43
|
],
|
|
44
|
-
"Provision
|
|
45
|
-
"
|
|
44
|
+
"Auto Provision": [
|
|
45
|
+
"Autoaprovisionamiento"
|
|
46
46
|
],
|
|
47
|
-
"
|
|
48
|
-
"
|
|
47
|
+
"Auto provisioning": [
|
|
48
|
+
"Autoaprovisionamiento"
|
|
49
49
|
],
|
|
50
|
-
"
|
|
51
|
-
"
|
|
50
|
+
"Automatic bond interface (if another interface is detected on the same VLAN via LLDP)": [
|
|
51
|
+
"Interfaz de asociación aleatoria (si se detecta otra interfaz en la misma VLAN mediante LLDP)"
|
|
52
52
|
],
|
|
53
|
-
"
|
|
54
|
-
"
|
|
53
|
+
"Automatically generate PXE configuration to pin a newly discovered host to discovery": [
|
|
54
|
+
"Generar configuración PXE en forma automática para adjuntar un host descubierto recientemente a la detección"
|
|
55
55
|
],
|
|
56
|
-
"
|
|
57
|
-
"
|
|
56
|
+
"Automatically provision newly discovered hosts, according to the provisioning rules": [
|
|
57
|
+
"Aprovisionar automáticamente los hosts recientemente detectados, de acuerdo con las reglas de aprovisionamiento"
|
|
58
58
|
],
|
|
59
|
-
"
|
|
60
|
-
"
|
|
59
|
+
"Automatically reboot or kexec discovered host during provisioning": [
|
|
60
|
+
"Reiniciar en forma automática o host kexec detectado durante el aprovisionamiento"
|
|
61
61
|
],
|
|
62
|
-
"
|
|
63
|
-
"
|
|
62
|
+
"Back": [
|
|
63
|
+
"Atrás"
|
|
64
64
|
],
|
|
65
|
-
"
|
|
66
|
-
"
|
|
65
|
+
"CPUs": [
|
|
66
|
+
"CPU"
|
|
67
67
|
],
|
|
68
|
-
"
|
|
69
|
-
"
|
|
68
|
+
"Cancel": [
|
|
69
|
+
"Cancelar"
|
|
70
70
|
],
|
|
71
|
-
"
|
|
72
|
-
"
|
|
71
|
+
"Clean all facts": [
|
|
72
|
+
"Eliminar todos los eventos"
|
|
73
73
|
],
|
|
74
|
-
"
|
|
75
|
-
"
|
|
74
|
+
"Clean all reported facts during provisioning (except discovery facts)": [
|
|
75
|
+
"Eliminar todos los eventos informados durante el aprovisionamiento (excepto los eventos de detección)"
|
|
76
76
|
],
|
|
77
|
-
"
|
|
78
|
-
"
|
|
77
|
+
"Clone": [
|
|
78
|
+
"Clonar"
|
|
79
79
|
],
|
|
80
|
-
"
|
|
81
|
-
"
|
|
80
|
+
"Clone %s": [
|
|
81
|
+
"Clon %s"
|
|
82
82
|
],
|
|
83
|
-
"
|
|
84
|
-
"
|
|
83
|
+
"Collapse All": [
|
|
84
|
+
"Contraer todo"
|
|
85
85
|
],
|
|
86
|
-
"
|
|
87
|
-
"
|
|
86
|
+
"Could not get facts from proxy %{url}: %{error}": [
|
|
87
|
+
"No se pudieron obtener datos del proxy %{url}: %{error}"
|
|
88
88
|
],
|
|
89
|
-
"
|
|
90
|
-
"
|
|
89
|
+
"Create Host": [
|
|
90
|
+
"Crear host"
|
|
91
91
|
],
|
|
92
|
-
"
|
|
93
|
-
"
|
|
92
|
+
"Create Rule": [
|
|
93
|
+
"Crear regla"
|
|
94
94
|
],
|
|
95
|
-
"
|
|
96
|
-
"
|
|
95
|
+
"Create a discovered host for testing (use /facts to create new hosts)": [
|
|
96
|
+
"Crear un host detectado para utilizar en pruebas (utilizar/hechos para crear nuevos hosts)"
|
|
97
97
|
],
|
|
98
|
-
"
|
|
99
|
-
"
|
|
98
|
+
"Create a discovery rule": [
|
|
99
|
+
"Crear una regla de detección"
|
|
100
100
|
],
|
|
101
|
-
"
|
|
102
|
-
"
|
|
101
|
+
"Create bond interfaces": [
|
|
102
|
+
"Crear interfaces de asociación"
|
|
103
103
|
],
|
|
104
|
-
"
|
|
105
|
-
"
|
|
104
|
+
"Customize Host": [
|
|
105
|
+
"Personalizar host"
|
|
106
106
|
],
|
|
107
|
-
"
|
|
108
|
-
"
|
|
107
|
+
"DHCP filename option (Grub2 or PXELinux by default)": [
|
|
108
|
+
"Opción de nombre de archivo DHCP (Grub2 o PXELinux en forma predeterminada)"
|
|
109
109
|
],
|
|
110
|
-
"
|
|
111
|
-
"
|
|
110
|
+
"Delete": [
|
|
111
|
+
"Borrar"
|
|
112
112
|
],
|
|
113
|
-
"%s
|
|
114
|
-
"%s
|
|
113
|
+
"Delete %s?": [
|
|
114
|
+
"Borrar %s?"
|
|
115
115
|
],
|
|
116
|
-
"
|
|
117
|
-
"
|
|
116
|
+
"Delete a discovered host": [
|
|
117
|
+
"Eliminar un host detectado"
|
|
118
118
|
],
|
|
119
|
-
"
|
|
120
|
-
"
|
|
119
|
+
"Delete a rule": [
|
|
120
|
+
"Eliminar una regla"
|
|
121
121
|
],
|
|
122
|
-
"
|
|
123
|
-
"
|
|
122
|
+
"Delete rule '%s'?": [
|
|
123
|
+
"Borrar regla '%s'?"
|
|
124
124
|
],
|
|
125
|
-
"
|
|
126
|
-
"
|
|
125
|
+
"Destroyed selected hosts": [
|
|
126
|
+
"Eliminados equipos seleccionados"
|
|
127
127
|
],
|
|
128
|
-
"
|
|
129
|
-
"
|
|
128
|
+
"Details": [
|
|
129
|
+
"Detalles"
|
|
130
130
|
],
|
|
131
|
-
"
|
|
132
|
-
"
|
|
131
|
+
"Disable": [
|
|
132
|
+
"Deshabilitar"
|
|
133
133
|
],
|
|
134
|
-
"
|
|
135
|
-
"
|
|
134
|
+
"Disable rule '%s'?": [
|
|
135
|
+
"¿Desactivar la regla '%s'?"
|
|
136
136
|
],
|
|
137
|
-
"
|
|
138
|
-
"
|
|
137
|
+
"Discovered Host": [
|
|
138
|
+
"Host detectado",
|
|
139
|
+
"Hosts detectados",
|
|
140
|
+
"Hosts detectados"
|
|
139
141
|
],
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
+
"Discovered Hosts": [
|
|
143
|
+
"Hosts detectados"
|
|
142
144
|
],
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
+
"Discovered Rules": [
|
|
146
|
+
"Reglas descubiertas"
|
|
145
147
|
],
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
+
"Discovered host '%{host}' has all NICs filtered out, filter: %{filter}": [
|
|
149
|
+
"Descubierto host '%{host}' tiene todos los NICs filtrados, filtro: %{filter}"
|
|
148
150
|
],
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
+
"Discovered host reported from unknown subnet, communication will not be proxied.": [
|
|
152
|
+
"Se ha detectado un host de una subred desconocida, la comunicación no se proxyará."
|
|
151
153
|
],
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
+
"Discovered host: %s": [
|
|
155
|
+
"Anfitrión descubierto: %s"
|
|
154
156
|
],
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
+
"Discovered hosts are provisioning now": [
|
|
158
|
+
"Los hosts detectados se están aprovisionando ahora"
|
|
157
159
|
],
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
+
"Discovered hosts are rebooting now": [
|
|
161
|
+
"Se están reiniciando ahora los hosts detectados"
|
|
160
162
|
],
|
|
161
|
-
"
|
|
162
|
-
"
|
|
163
|
+
"Discovered hosts from Foreman server at %{foreman_url}": [
|
|
164
|
+
"Hosts descubiertos del servidor Foreman al %.{foreman_url}"
|
|
163
165
|
],
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
+
"Discovered hosts reported from unknown subnet are %s, communication will not be proxied.": [
|
|
167
|
+
"Los hosts descubiertos de los que se informa desde una subred desconocida son %s, la comunicación no será proxy."
|
|
166
168
|
],
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
+
"Discovered hosts summary": [
|
|
170
|
+
"Resumen de hosts detectados"
|
|
169
171
|
],
|
|
170
|
-
"
|
|
171
|
-
"
|
|
172
|
+
"Discovery": [
|
|
173
|
+
"Descubrimiento"
|
|
172
174
|
],
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
+
"Discovery Proxy": [
|
|
176
|
+
"Proxy de detección"
|
|
175
177
|
],
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
+
"Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
|
|
179
|
+
"Proxy de detección para usar en esta subred para administrar la conexión con los hosts detectados"
|
|
178
180
|
],
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
+
"Discovery Rules": [
|
|
182
|
+
"Reglas de detección"
|
|
181
183
|
],
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
+
"Discovery fact parser does not work with non-discovery host '%{host}'": [
|
|
185
|
+
"El analizador de hechos de descubrimiento no funciona con un host que no sea de descubrimiento '%{host}'"
|
|
184
186
|
],
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
+
"Discovery hostname naming pattern": [
|
|
188
|
+
"Detección de patrón de definición de nombre de host"
|
|
187
189
|
],
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
+
"Discovery location": [
|
|
191
|
+
"Ubicación de la detección"
|
|
190
192
|
],
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
+
"Discovery organization": [
|
|
194
|
+
"Organización de detección"
|
|
193
195
|
],
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
+
"DiscoveryRule|Enabled": [
|
|
197
|
+
"Regla de detección|Habilitada"
|
|
196
198
|
],
|
|
197
|
-
"
|
|
198
|
-
"
|
|
199
|
+
"DiscoveryRule|Name": [
|
|
200
|
+
"Regla de detección|Nombre"
|
|
199
201
|
],
|
|
200
|
-
"
|
|
201
|
-
"
|
|
202
|
+
"DiscoveryRule|Priority": [
|
|
203
|
+
"Regla de detección|Prioridad"
|
|
202
204
|
],
|
|
203
|
-
"
|
|
204
|
-
"
|
|
205
|
+
"DiscoveryRule|Query": [
|
|
206
|
+
"Regla de detección|Consulta"
|
|
205
207
|
],
|
|
206
|
-
"
|
|
207
|
-
"
|
|
208
|
+
"Disk Count": [
|
|
209
|
+
"Conteo de discos"
|
|
208
210
|
],
|
|
209
|
-
"
|
|
210
|
-
"
|
|
211
|
+
"Disk count": [
|
|
212
|
+
"Número de discos"
|
|
211
213
|
],
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
+
"Disks Size": [
|
|
215
|
+
"Tamaño de los discos"
|
|
214
216
|
],
|
|
215
|
-
"
|
|
216
|
-
"
|
|
217
|
+
"Disks size": [
|
|
218
|
+
"Tamaño de discos"
|
|
217
219
|
],
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
+
"Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)": [
|
|
221
|
+
"No permitir detectar host administrados existentes que coincidan con la MAC de una NIC de aprovisionamiento (se produce un error temprano)"
|
|
220
222
|
],
|
|
221
|
-
"
|
|
222
|
-
"
|
|
223
|
+
"Domain will be appended automatically. A hostname based on MAC address will be used when left blank.": [
|
|
224
|
+
"El dominio se agregará en forma automática. Se utilizará un nombre de host basado en la dirección MAC cuando quede en blanco."
|
|
223
225
|
],
|
|
224
|
-
"
|
|
225
|
-
"
|
|
226
|
+
"Edit %s": [
|
|
227
|
+
"Editar %s"
|
|
226
228
|
],
|
|
227
|
-
"
|
|
228
|
-
"
|
|
229
|
+
"Enable": [
|
|
230
|
+
"Habilitar"
|
|
229
231
|
],
|
|
230
|
-
"
|
|
231
|
-
"
|
|
232
|
+
"Enable rule '%s'?": [
|
|
233
|
+
"¿Habilitar regla '%s'?"
|
|
232
234
|
],
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
+
"Error message goes here": [
|
|
236
|
+
"El mensaje de error va aquí"
|
|
235
237
|
],
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
+
"Error on existing NIC": [
|
|
239
|
+
"Error en la NIC existente"
|
|
238
240
|
],
|
|
239
|
-
"
|
|
240
|
-
"
|
|
241
|
+
"Errors during auto provisioning: %s": [
|
|
242
|
+
"Errores durante el autoaprovisionamiento: %s"
|
|
241
243
|
],
|
|
242
|
-
"
|
|
243
|
-
"
|
|
244
|
+
"Errors during reboot: %s": [
|
|
245
|
+
"Errores durante el reinicio: %s"
|
|
244
246
|
],
|
|
245
|
-
"
|
|
246
|
-
"
|
|
247
|
+
"Execute rules against a discovered host": [
|
|
248
|
+
"Ejecutar reglas en función de un host detectado"
|
|
247
249
|
],
|
|
248
|
-
"
|
|
249
|
-
"
|
|
250
|
+
"Execute rules against all currently discovered hosts": [
|
|
251
|
+
"Ejecutar reglas contra todos los hosts detectados actualmente"
|
|
250
252
|
],
|
|
251
|
-
"
|
|
252
|
-
"
|
|
253
|
+
"Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname": [
|
|
254
|
+
"Falta el discovery_fact esperado '%s', no se puede detectar la interfaz primaria y establecer el nombre de host."
|
|
253
255
|
],
|
|
254
|
-
"
|
|
255
|
-
"
|
|
256
|
+
"Extra facter columns to show in host lists": [
|
|
257
|
+
""
|
|
256
258
|
],
|
|
257
|
-
"
|
|
258
|
-
"
|
|
259
|
+
"Fact + prefix": [
|
|
260
|
+
"Hecho + prefijo"
|
|
259
261
|
],
|
|
260
|
-
"
|
|
261
|
-
"
|
|
262
|
+
"Fact columns": [
|
|
263
|
+
"Columnas de eventos"
|
|
262
264
|
],
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
+
"Fact name to use for primary interface detection": [
|
|
266
|
+
"Nombre de evento que debe utilizarse para la detección de la interfaz principal"
|
|
265
267
|
],
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
+
"Facts could not be imported": [
|
|
269
|
+
"No se pudieron importar los eventos"
|
|
268
270
|
],
|
|
269
|
-
"
|
|
270
|
-
"
|
|
271
|
+
"Facts refreshed for %s": [
|
|
272
|
+
"Datos actualizados para %s"
|
|
271
273
|
],
|
|
272
|
-
"
|
|
273
|
-
"
|
|
274
|
+
"Failed to auto provision host %s: %s": [
|
|
275
|
+
"Fallo en el autoaprovisionamiento del host %s: %s"
|
|
274
276
|
],
|
|
275
|
-
"
|
|
276
|
-
"
|
|
277
|
+
"Failed to reboot host %s": [
|
|
278
|
+
"Error al reiniciar el host %s"
|
|
277
279
|
],
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
+
"Failed to reboot host %{hostname} with error %{error_message}": [
|
|
281
|
+
"Fallo al reiniciar el host %{hostname} con error %{error_message}"
|
|
280
282
|
],
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
+
"Failed to reboot hosts with error %s": [
|
|
284
|
+
"Error al reiniciar los hosts %s"
|
|
283
285
|
],
|
|
284
|
-
"
|
|
285
|
-
"
|
|
286
|
+
"Failed to refresh facts for %s": [
|
|
287
|
+
"No se han podido actualizar los datos para %s"
|
|
286
288
|
],
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
+
"Failed to refresh facts for %{hostname} with error %{error_message}": [
|
|
290
|
+
"No se han podido actualizar los datos de %{hostname} con el error %.{error_message}"
|
|
289
291
|
],
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
+
"For more information please see ": [
|
|
293
|
+
"Para obtener más información, consulte "
|
|
292
294
|
],
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
+
"Force DNS": [
|
|
296
|
+
"Forzar DNS"
|
|
295
297
|
],
|
|
296
|
-
"
|
|
297
|
-
"
|
|
298
|
+
"Force DNS entries creation when provisioning discovered host": [
|
|
299
|
+
"Forzar la creación de entradas DNS al aprovisionar host detectado"
|
|
298
300
|
],
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
+
"Foreman Discovery": [
|
|
302
|
+
""
|
|
301
303
|
],
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
+
"Foreman discovered hosts summary": [
|
|
305
|
+
"Resumen de hosts detectados de Foreman"
|
|
304
306
|
],
|
|
305
|
-
"
|
|
306
|
-
"
|
|
307
|
+
"Hardware": [
|
|
308
|
+
"Hardware"
|
|
307
309
|
],
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
+
"Hardware facts": [
|
|
311
|
+
"Eventos de hardware"
|
|
310
312
|
],
|
|
311
|
-
"
|
|
312
|
-
"
|
|
313
|
+
"Highlighted facts": [
|
|
314
|
+
"Eventos destacados"
|
|
313
315
|
],
|
|
314
|
-
"
|
|
315
|
-
"
|
|
316
|
+
"Highlights": [
|
|
317
|
+
"Aspectos destacados"
|
|
316
318
|
],
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
+
"Host": [
|
|
320
|
+
"host"
|
|
319
321
|
],
|
|
320
|
-
"
|
|
321
|
-
"
|
|
322
|
+
"Host %s has been dicovered": [
|
|
323
|
+
"Anfitrión %s ha sido dicovered"
|
|
322
324
|
],
|
|
323
|
-
"
|
|
324
|
-
"
|
|
325
|
+
"Host %{host} was provisioned with rule %{rule}": [
|
|
326
|
+
"El host %{host} se aprovisionó con la regla %{rule}"
|
|
325
327
|
],
|
|
326
|
-
"
|
|
327
|
-
"
|
|
328
|
+
"Host Group": [
|
|
329
|
+
"Grupo de Equipo"
|
|
330
|
+
],
|
|
331
|
+
"Host group location %s must also be associated to the discovery rule": [
|
|
332
|
+
"La ubicación del grupo de hosts %s también debe estar asociada a la regla de detección",
|
|
333
|
+
"Las ubicaciones de los grupos de hosts %s también deben estar asociadas a la regla de detección",
|
|
334
|
+
"Las ubicaciones de los grupos de hosts %s también deben estar asociadas a la regla de detección"
|
|
328
335
|
],
|
|
329
336
|
"Host group organization %s must also be associated to the discovery rule": [
|
|
330
|
-
"La organización del grupo de
|
|
331
|
-
"Las organizaciones
|
|
332
|
-
"Las organizaciones
|
|
337
|
+
"La organización del grupo de hosts %s también debe estar asociada a la regla de detección",
|
|
338
|
+
"Las organizaciones de grupos de hosts %s también deben estar asociadas a la regla de detección",
|
|
339
|
+
"Las organizaciones de grupos de hosts %s también deben estar asociadas a la regla de detección"
|
|
333
340
|
],
|
|
334
|
-
"Host
|
|
335
|
-
"
|
|
336
|
-
"Las ubicaciones del grupo de host %s deben estar asociadas también con la regla de detección",
|
|
337
|
-
"Las ubicaciones del grupo de host %s deben estar asociadas también con la regla de detección"
|
|
341
|
+
"Host of type %s can not be rebooted": [
|
|
342
|
+
"Host de tipo %s no se puede reiniciar"
|
|
338
343
|
],
|
|
339
|
-
"
|
|
340
|
-
"
|
|
344
|
+
"Host's owner type": [
|
|
345
|
+
"Tipo de propietario de host"
|
|
341
346
|
],
|
|
342
|
-
"
|
|
343
|
-
"
|
|
347
|
+
"Host's parameters (array or indexed hash)": [
|
|
348
|
+
"Parámetros del host (array o hash indexado)"
|
|
344
349
|
],
|
|
345
|
-
"
|
|
346
|
-
"
|
|
350
|
+
"Hostname facts": [
|
|
351
|
+
"Eventos del nombre de host"
|
|
347
352
|
],
|
|
348
|
-
"
|
|
349
|
-
"
|
|
353
|
+
"Hostname for provisioned hosts": [
|
|
354
|
+
"Nombre de host para los hosts aprovisionados"
|
|
350
355
|
],
|
|
351
|
-
"
|
|
352
|
-
"
|
|
356
|
+
"Hostname prefix": [
|
|
357
|
+
"Prefijo del nombre de host"
|
|
353
358
|
],
|
|
354
|
-
"
|
|
355
|
-
"
|
|
359
|
+
"Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID).": [
|
|
360
|
+
"Los nombres de hosts no deben comenzar con números. Una buena estrategia consiste en utilizar la información particular aprovisionada por el suministrador de eventos (dirección MAC, BIOS o ID de serie)."
|
|
356
361
|
],
|
|
357
|
-
"
|
|
358
|
-
"
|
|
362
|
+
"Hosts": [
|
|
363
|
+
"Hosts"
|
|
359
364
|
],
|
|
360
|
-
"
|
|
361
|
-
"
|
|
365
|
+
"Hosts Limit": [
|
|
366
|
+
"Límite de hosts"
|
|
362
367
|
],
|
|
363
|
-
"
|
|
364
|
-
"
|
|
368
|
+
"Hosts/Limit": [
|
|
369
|
+
"Hosts/Límite"
|
|
365
370
|
],
|
|
366
|
-
"
|
|
367
|
-
"
|
|
371
|
+
"ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
|
|
372
|
+
"ID del proxy de detección para usar en esta subred para administrar la conexión con los hosts detectados"
|
|
368
373
|
],
|
|
369
|
-
"
|
|
370
|
-
"
|
|
374
|
+
"IP Address": [
|
|
375
|
+
"Dirección IP"
|
|
371
376
|
],
|
|
372
|
-
"
|
|
373
|
-
"
|
|
377
|
+
"IP address": [
|
|
378
|
+
"Dirección IP"
|
|
374
379
|
],
|
|
375
|
-
"
|
|
376
|
-
"
|
|
380
|
+
"IPAM must be configured for subnet '%s'": [
|
|
381
|
+
"IPAM debe estar configurado para la subred '%s'"
|
|
377
382
|
],
|
|
378
|
-
"
|
|
379
|
-
"
|
|
383
|
+
"IPMI": [
|
|
384
|
+
"IPMI"
|
|
380
385
|
],
|
|
381
|
-
"
|
|
382
|
-
"
|
|
386
|
+
"IPMI facts": [
|
|
387
|
+
"Eventos IPMI"
|
|
383
388
|
],
|
|
384
|
-
"
|
|
385
|
-
"
|
|
389
|
+
"Identifier": [
|
|
390
|
+
"Identificador"
|
|
391
|
+
],
|
|
392
|
+
"Image API processing error: %{msg} (HTTP/%{code}, body: %{body})": [
|
|
393
|
+
"Error de procesamiento de la API de imágenes: %{msg} (HTTP/%{code}, body: %{body})"
|
|
394
|
+
],
|
|
395
|
+
"Image API returned HTTP/%{code} with '%{body}": [
|
|
396
|
+
"La API de imágenes devuelve HTTP/%{code} con '%{body}"
|
|
397
|
+
],
|
|
398
|
+
"In addition to @host attribute function rand for random integers is available. Examples:": [
|
|
399
|
+
"Además del atributo @host, la función aleatoria para los números enteros aleatorizados se encuentra disponible. Ejemplos:"
|
|
386
400
|
],
|
|
387
401
|
"Init RAM kexec URL is invalid: '%s'": [
|
|
388
402
|
"Init RAM kexec URL no es válido: '%s'"
|
|
389
403
|
],
|
|
390
|
-
"
|
|
391
|
-
"
|
|
404
|
+
"Interface fact": [
|
|
405
|
+
"Evento de interfaz"
|
|
392
406
|
],
|
|
393
|
-
"
|
|
394
|
-
"
|
|
407
|
+
"Interfaces": [
|
|
408
|
+
"Interfaces"
|
|
395
409
|
],
|
|
396
|
-
"
|
|
397
|
-
"
|
|
410
|
+
"Invalid facts, must be a Hash": [
|
|
411
|
+
"Eventos inválidos. Debe ser un hash"
|
|
398
412
|
],
|
|
399
|
-
"
|
|
400
|
-
"
|
|
413
|
+
"Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s": [
|
|
414
|
+
"Datos no válidos: el hash no contiene un valor válido para ninguno de los datos de la configuración discovery_hostname: %s"
|
|
401
415
|
],
|
|
402
|
-
"
|
|
403
|
-
"
|
|
416
|
+
"Invalid hostname: Could not normalize the hostname": [
|
|
417
|
+
"Nombre de host inválido: no es posible normalizar el nombre de host"
|
|
404
418
|
],
|
|
405
|
-
"
|
|
406
|
-
"
|
|
419
|
+
"Invalid user type of %s was provided": [
|
|
420
|
+
"Se ha proporcionado un tipo de usuario no válido de %s "
|
|
407
421
|
],
|
|
408
|
-
"
|
|
409
|
-
"
|
|
422
|
+
"Kernel kexec URL is invalid: '%s'": [
|
|
423
|
+
"Kernel kexec URL no es válido: '%s'"
|
|
410
424
|
],
|
|
411
|
-
"
|
|
412
|
-
"
|
|
425
|
+
"Kexec template not associated with operating system": [
|
|
426
|
+
"Plantilla kexec no asociada con el sistema operativo"
|
|
413
427
|
],
|
|
414
|
-
"
|
|
415
|
-
"
|
|
428
|
+
"Last Facts Upload": [
|
|
429
|
+
"Última carga de datos"
|
|
416
430
|
],
|
|
417
|
-
"
|
|
418
|
-
"
|
|
431
|
+
"List all discovered hosts": [
|
|
432
|
+
"Confeccionar una lista de los hosts detectados"
|
|
419
433
|
],
|
|
420
|
-
"
|
|
421
|
-
"
|
|
434
|
+
"List all discovery rules": [
|
|
435
|
+
"Mostrar todas las reglas de detección"
|
|
422
436
|
],
|
|
423
|
-
"
|
|
424
|
-
"
|
|
437
|
+
"List all fact values of a given discovered host": [
|
|
438
|
+
"Mostrar todos los valores de eventos de un host detectado específico"
|
|
425
439
|
],
|
|
426
|
-
"
|
|
440
|
+
"List of facts to use for the hostname (first wins)": [
|
|
427
441
|
""
|
|
428
442
|
],
|
|
429
|
-
"
|
|
430
|
-
""
|
|
443
|
+
"Location": [
|
|
444
|
+
"Ubicación"
|
|
431
445
|
],
|
|
432
|
-
"
|
|
433
|
-
""
|
|
446
|
+
"Locations": [
|
|
447
|
+
"Ubicaciones"
|
|
434
448
|
],
|
|
435
|
-
"
|
|
436
|
-
"
|
|
449
|
+
"Lock PXE": [
|
|
450
|
+
"Bloquear PXE"
|
|
437
451
|
],
|
|
438
|
-
"
|
|
439
|
-
"
|
|
452
|
+
"Locked PXEGrub template name": [
|
|
453
|
+
"Nombre de plantilla PXEGrub bloqueado"
|
|
440
454
|
],
|
|
441
|
-
"
|
|
442
|
-
""
|
|
455
|
+
"Locked PXEGrub2 template name": [
|
|
456
|
+
"Nombre de plantilla PXEGrub2 bloqueado"
|
|
443
457
|
],
|
|
444
|
-
"
|
|
445
|
-
"
|
|
458
|
+
"Locked PXELinux template name": [
|
|
459
|
+
"Nombre de plantilla PXELinux bloqueada"
|
|
446
460
|
],
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
"Hosts detectados",
|
|
450
|
-
"Hosts detectados"
|
|
451
|
-
],
|
|
452
|
-
"No discovered hosts available": [
|
|
453
|
-
"No hay hosts detectados disponibles"
|
|
454
|
-
],
|
|
455
|
-
"Host": [
|
|
456
|
-
"host"
|
|
461
|
+
"MAC address": [
|
|
462
|
+
"Dirección MAC"
|
|
457
463
|
],
|
|
458
|
-
"
|
|
459
|
-
"
|
|
464
|
+
"MAC-based name": [
|
|
465
|
+
"Nombre basado en MAC"
|
|
460
466
|
],
|
|
461
|
-
"
|
|
462
|
-
"
|
|
467
|
+
"Maximum hosts provisioned with this rule (0 = unlimited)": [
|
|
468
|
+
"Hosts máximos aprovisionados con esta regla (0 = ilimitado)"
|
|
463
469
|
],
|
|
464
470
|
"Memory": [
|
|
465
471
|
"Memoria"
|
|
466
472
|
],
|
|
467
|
-
"
|
|
468
|
-
"
|
|
469
|
-
],
|
|
470
|
-
"Create Host": [
|
|
471
|
-
"Crear host"
|
|
473
|
+
"Miscellaneous": [
|
|
474
|
+
"Misceláneo"
|
|
472
475
|
],
|
|
473
|
-
"
|
|
474
|
-
"
|
|
476
|
+
"Model": [
|
|
477
|
+
"Modelado"
|
|
475
478
|
],
|
|
476
|
-
"
|
|
477
|
-
"
|
|
479
|
+
"N/A": [
|
|
480
|
+
"N/C"
|
|
478
481
|
],
|
|
479
482
|
"Name": [
|
|
480
483
|
"Nombre"
|
|
481
484
|
],
|
|
482
|
-
"
|
|
483
|
-
"
|
|
485
|
+
"Name of the parameter": [
|
|
486
|
+
"Nombre del parámetro"
|
|
484
487
|
],
|
|
485
|
-
"
|
|
486
|
-
"
|
|
488
|
+
"Network": [
|
|
489
|
+
"Red"
|
|
487
490
|
],
|
|
488
|
-
"
|
|
489
|
-
"
|
|
491
|
+
"Network facts": [
|
|
492
|
+
"Eventos de red"
|
|
490
493
|
],
|
|
491
|
-
"
|
|
492
|
-
"
|
|
494
|
+
"New Discovery Rule": [
|
|
495
|
+
"Nueva regla de detección"
|
|
493
496
|
],
|
|
494
|
-
"
|
|
495
|
-
"
|
|
497
|
+
"New hosts": [
|
|
498
|
+
"Nuevos anfitriones"
|
|
496
499
|
],
|
|
497
|
-
"
|
|
498
|
-
"
|
|
500
|
+
"New in the last 24 hours": [
|
|
501
|
+
"Nuevo en las últimas 24 horas"
|
|
499
502
|
],
|
|
500
|
-
"
|
|
501
|
-
"
|
|
503
|
+
"No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts": [
|
|
504
|
+
"No se han encontrado Reglas de Descubrimiento en este contexto. Crear Reglas de Descubrimiento para realizar aprovisionamiento automatizado en Hosts Descubiertos."
|
|
502
505
|
],
|
|
503
|
-
"
|
|
504
|
-
"
|
|
506
|
+
"No discovered hosts available": [
|
|
507
|
+
"No hay hosts detectados disponibles"
|
|
505
508
|
],
|
|
506
|
-
"
|
|
507
|
-
"
|
|
509
|
+
"No discovered hosts for the selected period": [
|
|
510
|
+
"No se detectaron hosts para el periodo seleccionado"
|
|
508
511
|
],
|
|
509
|
-
"
|
|
510
|
-
"
|
|
512
|
+
"No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned.": [
|
|
513
|
+
"No se han encontrado hosts en este contexto. Esta página muestra los nodos virtuales o bare-metal descubiertos a la espera de ser aprovisionados."
|
|
511
514
|
],
|
|
512
|
-
"
|
|
513
|
-
"
|
|
515
|
+
"No discovered hosts to provision": [
|
|
516
|
+
"No hay hosts detectados para aprovisionar"
|
|
514
517
|
],
|
|
515
|
-
"
|
|
516
|
-
"
|
|
518
|
+
"No discovered hosts to reboot": [
|
|
519
|
+
"No se detectaron hosts para reiniciar"
|
|
517
520
|
],
|
|
518
|
-
"
|
|
519
|
-
"
|
|
521
|
+
"No hostgroup associated with rule '%s'": [
|
|
522
|
+
"No hay hostgroup asociado con la regla '%s'"
|
|
520
523
|
],
|
|
521
|
-
"
|
|
522
|
-
"
|
|
524
|
+
"No hosts selected": [
|
|
525
|
+
"Ningún host seleccionado"
|
|
523
526
|
],
|
|
524
|
-
"
|
|
525
|
-
"
|
|
527
|
+
"No hosts were found with that id or name": [
|
|
528
|
+
"No se han encontrado equipos con ese id o nombre"
|
|
526
529
|
],
|
|
527
|
-
"
|
|
528
|
-
"
|
|
530
|
+
"No new discovered hosts for this period": [
|
|
531
|
+
"No se detectaron nuevos hosts para este periodo"
|
|
529
532
|
],
|
|
530
|
-
"
|
|
531
|
-
"
|
|
533
|
+
"No rule found for host %s": [
|
|
534
|
+
"No se ha encontrado ninguna regla para el host %s"
|
|
532
535
|
],
|
|
533
|
-
"
|
|
534
|
-
"
|
|
536
|
+
"Not reported in more than 7 days": [
|
|
537
|
+
"No se informó en más de 7 días"
|
|
535
538
|
],
|
|
536
|
-
"
|
|
537
|
-
"
|
|
539
|
+
"One or more hosts have been discovered": [
|
|
540
|
+
"Se detectaron uno o más hosts"
|
|
538
541
|
],
|
|
539
|
-
"
|
|
540
|
-
"
|
|
542
|
+
"One or more hosts with failed discovery due to error: %s": [
|
|
543
|
+
""
|
|
541
544
|
],
|
|
542
|
-
"
|
|
543
|
-
"
|
|
545
|
+
"Option 'url' must be provided": [
|
|
546
|
+
""
|
|
544
547
|
],
|
|
545
|
-
"
|
|
546
|
-
"
|
|
548
|
+
"Option 'url' must be valid URI: %s": [
|
|
549
|
+
""
|
|
547
550
|
],
|
|
548
|
-
"
|
|
549
|
-
"
|
|
551
|
+
"Options must be hash": [
|
|
552
|
+
""
|
|
550
553
|
],
|
|
551
|
-
"
|
|
552
|
-
"
|
|
554
|
+
"Organization": [
|
|
555
|
+
"Organización"
|
|
553
556
|
],
|
|
554
|
-
"
|
|
555
|
-
"
|
|
557
|
+
"Organizations": [
|
|
558
|
+
"Organizaciones"
|
|
556
559
|
],
|
|
557
|
-
"
|
|
558
|
-
"
|
|
560
|
+
"PXEGrub template to be used when pinning a host to discovery": [
|
|
561
|
+
"Plantilla PXEGrub que debe utilizarse para adjuntar un host a la detección"
|
|
559
562
|
],
|
|
560
|
-
"
|
|
561
|
-
"
|
|
563
|
+
"PXEGrub2 template to be used when pinning a host to discovery": [
|
|
564
|
+
"Plantilla PXEGrub2 que debe utilizarse al adjuntar un host a la detección"
|
|
562
565
|
],
|
|
563
|
-
"
|
|
564
|
-
"
|
|
566
|
+
"PXELinux template to be used when pinning a host to discovery": [
|
|
567
|
+
"Debe utilizarse la plantilla PXELinux para adjuntar un host a la detección"
|
|
565
568
|
],
|
|
566
|
-
"
|
|
567
|
-
"
|
|
569
|
+
"Parameter value": [
|
|
570
|
+
"Valor del parámetro"
|
|
568
571
|
],
|
|
569
|
-
"
|
|
570
|
-
"
|
|
572
|
+
"Please Confirm": [
|
|
573
|
+
"Confirmar"
|
|
571
574
|
],
|
|
572
|
-
"
|
|
573
|
-
"
|
|
575
|
+
"Prefer IPv6": [
|
|
576
|
+
"Prefer IPv6"
|
|
577
|
+
],
|
|
578
|
+
"Prefer IPv6 to IPv4 when calling discovered nodes": [
|
|
579
|
+
"Preferir IPv6 a IPv4 al llamar a nodos descubiertos"
|
|
574
580
|
],
|
|
575
581
|
"Primary": [
|
|
576
582
|
"Primario"
|
|
577
583
|
],
|
|
578
|
-
"
|
|
579
|
-
"
|
|
580
|
-
],
|
|
581
|
-
"Organizations": [
|
|
582
|
-
"Organizaciones"
|
|
583
|
-
],
|
|
584
|
-
"Target host group for this rule with all properties set": [
|
|
585
|
-
"Grupo de host de destino para esta regla con el conjunto completo de propiedades"
|
|
586
|
-
],
|
|
587
|
-
"Hostname for provisioned hosts": [
|
|
588
|
-
"Nombre de host para los hosts aprovisionados"
|
|
589
|
-
],
|
|
590
|
-
"Hosts Limit": [
|
|
591
|
-
"Límite de hosts"
|
|
584
|
+
"Provision": [
|
|
585
|
+
"Aprovisionar"
|
|
592
586
|
],
|
|
593
|
-
"
|
|
594
|
-
"
|
|
587
|
+
"Provision %s": [
|
|
588
|
+
"Provisión %s"
|
|
595
589
|
],
|
|
596
|
-
"
|
|
597
|
-
"
|
|
590
|
+
"Provision a discovered host": [
|
|
591
|
+
"Aprovisionar un host detectado"
|
|
598
592
|
],
|
|
599
|
-
"
|
|
600
|
-
"
|
|
593
|
+
"Random name": [
|
|
594
|
+
"Nombre aleatorio"
|
|
601
595
|
],
|
|
602
|
-
"
|
|
603
|
-
"
|
|
596
|
+
"Reboot": [
|
|
597
|
+
"Reiniciar"
|
|
604
598
|
],
|
|
605
|
-
"
|
|
606
|
-
"
|
|
599
|
+
"Rebooting %s": [
|
|
600
|
+
"Reiniciar %s"
|
|
607
601
|
],
|
|
608
|
-
"
|
|
609
|
-
"
|
|
602
|
+
"Rebooting a discovered host": [
|
|
603
|
+
"Reiniciando un host detectado"
|
|
610
604
|
],
|
|
611
|
-
"
|
|
612
|
-
"
|
|
605
|
+
"Rebooting all discovered hosts": [
|
|
606
|
+
"Reiniciando todos los hosts detectados"
|
|
613
607
|
],
|
|
614
|
-
"
|
|
615
|
-
"
|
|
608
|
+
"Rebooting host %s": [
|
|
609
|
+
"Reinicio del host %s"
|
|
616
610
|
],
|
|
617
|
-
"
|
|
618
|
-
"
|
|
611
|
+
"Rebuild DNS for %s": [
|
|
612
|
+
"Reconstruir DNS para %s"
|
|
619
613
|
],
|
|
620
|
-
"
|
|
621
|
-
"
|
|
614
|
+
"Refresh facts": [
|
|
615
|
+
"Refrescar datos"
|
|
622
616
|
],
|
|
623
|
-
"
|
|
624
|
-
"
|
|
617
|
+
"Refreshing the facts of a discovered host": [
|
|
618
|
+
"Actualizando los eventos de un host detectado"
|
|
625
619
|
],
|
|
626
|
-
"
|
|
627
|
-
"
|
|
620
|
+
"Regex to organize facts for hardware section": [
|
|
621
|
+
"Regex para organizar eventos para sección de hardware"
|
|
628
622
|
],
|
|
629
|
-
"
|
|
630
|
-
"
|
|
623
|
+
"Regex to organize facts for highlights section - e.g. ^(abc|cde)$": [
|
|
624
|
+
"Regex para organizar los eventos para la sección de aspectos destacados, por ejemplo, ^(abc|cde)$"
|
|
631
625
|
],
|
|
632
|
-
"
|
|
633
|
-
"
|
|
626
|
+
"Regex to organize facts for ipmi section": [
|
|
627
|
+
"Regex para organizar eventos para la sección ipmi"
|
|
634
628
|
],
|
|
635
|
-
"
|
|
636
|
-
"
|
|
629
|
+
"Regex to organize facts for network section": [
|
|
630
|
+
"Regex para organizar los eventos para la sección de redes"
|
|
637
631
|
],
|
|
638
|
-
"
|
|
639
|
-
"
|
|
632
|
+
"Regex to organize facts for software section": [
|
|
633
|
+
"Regex para organizar eventos para la sección de software"
|
|
640
634
|
],
|
|
641
|
-
"
|
|
642
|
-
"
|
|
635
|
+
"Regex to organize facts for storage section": [
|
|
636
|
+
"Regex para organizar eventos para la sección de almacenamiento"
|
|
643
637
|
],
|
|
644
|
-
"
|
|
645
|
-
"
|
|
638
|
+
"Reloading kernel on %s": [
|
|
639
|
+
"Recarga del núcleo en %s"
|
|
646
640
|
],
|
|
647
|
-
"
|
|
648
|
-
"
|
|
641
|
+
"Reported in the last 7 days": [
|
|
642
|
+
"Informado en los últimos 7 días"
|
|
649
643
|
],
|
|
650
|
-
"
|
|
651
|
-
"
|
|
644
|
+
"Rule disabled": [
|
|
645
|
+
"Regla deshabilitada"
|
|
652
646
|
],
|
|
653
|
-
"
|
|
654
|
-
"
|
|
647
|
+
"Rule enabled": [
|
|
648
|
+
"Regla habilitada"
|
|
655
649
|
],
|
|
656
|
-
"
|
|
657
|
-
"
|
|
650
|
+
"Rule priority (lower integer means higher priority)": [
|
|
651
|
+
"Prioridad de la regla (el número entero más bajo significa una mayor prioridad)"
|
|
658
652
|
],
|
|
659
|
-
"
|
|
660
|
-
"
|
|
653
|
+
"Select Action": [
|
|
654
|
+
"Seleccionar una acción"
|
|
661
655
|
],
|
|
662
|
-
"
|
|
663
|
-
"
|
|
656
|
+
"Select all items in this page": [
|
|
657
|
+
"Seleccionar todos los objetos de esta página"
|
|
664
658
|
],
|
|
665
|
-
"
|
|
666
|
-
"
|
|
659
|
+
"Select location": [
|
|
660
|
+
"Seleccionar localización"
|
|
667
661
|
],
|
|
668
|
-
"
|
|
669
|
-
"
|
|
662
|
+
"Select organization": [
|
|
663
|
+
"Seleccionar organización"
|
|
670
664
|
],
|
|
671
|
-
"
|
|
672
|
-
"
|
|
665
|
+
"Show a discovered host": [
|
|
666
|
+
"Mostrar un host detectado"
|
|
673
667
|
],
|
|
674
|
-
"
|
|
675
|
-
"
|
|
668
|
+
"Show a discovery rule": [
|
|
669
|
+
"Mostrar una regla de detección"
|
|
676
670
|
],
|
|
677
|
-
"
|
|
678
|
-
"
|
|
671
|
+
"Software": [
|
|
672
|
+
"Software"
|
|
679
673
|
],
|
|
680
|
-
"
|
|
681
|
-
"
|
|
674
|
+
"Software facts": [
|
|
675
|
+
"Eventos de software"
|
|
682
676
|
],
|
|
683
|
-
"
|
|
684
|
-
"
|
|
677
|
+
"Something went wrong while selecting hosts - %s": [
|
|
678
|
+
"Algo ha fallado al seleccionar hosts - %s"
|
|
685
679
|
],
|
|
686
|
-
"
|
|
687
|
-
"
|
|
680
|
+
"Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB).": [
|
|
681
|
+
"Especificar el patrón de la plantilla del nombre de host de destino con la misma sintaxis que en las Plantillas de aprovisionamiento (ERB)."
|
|
688
682
|
],
|
|
689
|
-
"
|
|
690
|
-
"
|
|
683
|
+
"Storage": [
|
|
684
|
+
"Almacenamiento"
|
|
691
685
|
],
|
|
692
|
-
"
|
|
693
|
-
"
|
|
686
|
+
"Storage facts": [
|
|
687
|
+
"Eventos de almacenamiento"
|
|
694
688
|
],
|
|
695
|
-
"
|
|
696
|
-
"
|
|
689
|
+
"Submit": [
|
|
690
|
+
"Enviar"
|
|
697
691
|
],
|
|
698
|
-
"
|
|
699
|
-
"
|
|
692
|
+
"Subnet": [
|
|
693
|
+
"Subred"
|
|
700
694
|
],
|
|
701
|
-
"
|
|
702
|
-
"
|
|
695
|
+
"Successfully provisioned %s": [
|
|
696
|
+
"Aprovisionado con éxito %s"
|
|
703
697
|
],
|
|
704
|
-
"
|
|
705
|
-
""
|
|
698
|
+
"Summary from %{time} ago to %{now}": [
|
|
699
|
+
"Resumen de %{time} hace a %{now}"
|
|
706
700
|
],
|
|
707
|
-
"
|
|
708
|
-
"
|
|
701
|
+
"Summary report for discovered hosts from Foreman": [
|
|
702
|
+
"Informe de resumen de los hosts detectados de Foreman"
|
|
709
703
|
],
|
|
710
|
-
"
|
|
711
|
-
"
|
|
704
|
+
"Target host group for this rule with all properties set": [
|
|
705
|
+
"Grupo de host de destino para esta regla con el conjunto completo de propiedades"
|
|
712
706
|
],
|
|
713
|
-
"
|
|
714
|
-
"
|
|
707
|
+
"The default location to place discovered hosts in": [
|
|
708
|
+
"La ubicación predeterminada para colocar hosts descubiertos "
|
|
715
709
|
],
|
|
716
|
-
"
|
|
717
|
-
"
|
|
710
|
+
"The default organization to place discovered hosts in": [
|
|
711
|
+
"La ubicación predeterminada para colocar organizaciones descubiertas "
|
|
718
712
|
],
|
|
719
713
|
"The default prefix to use for the host name, must start with a letter": [
|
|
720
714
|
"Prefijo predeterminado que debe utilizarse para el nombre de host. Debe comenzar con una letra"
|
|
721
715
|
],
|
|
722
|
-
"
|
|
723
|
-
"
|
|
724
|
-
],
|
|
725
|
-
"Extra facter columns to show in host lists": [
|
|
726
|
-
""
|
|
727
|
-
],
|
|
728
|
-
"Highlighted facts": [
|
|
729
|
-
"Eventos destacados"
|
|
716
|
+
"The following hosts were not deleted: %s": [
|
|
717
|
+
"No se han eliminado los siguientes hosts: %s"
|
|
730
718
|
],
|
|
731
|
-
"
|
|
732
|
-
"
|
|
719
|
+
"This might take a while, as all hosts, facts and reports will be destroyed as well": [
|
|
720
|
+
"Esta acción puede tardar un rato, ya que se eliminarán todos los equipos, datos e informes."
|
|
733
721
|
],
|
|
734
|
-
"
|
|
735
|
-
"
|
|
722
|
+
"Type": [
|
|
723
|
+
"Tipo"
|
|
736
724
|
],
|
|
737
|
-
"
|
|
738
|
-
"
|
|
725
|
+
"Type of name generator": [
|
|
726
|
+
"Tipo de generador de nombre"
|
|
739
727
|
],
|
|
740
|
-
"
|
|
741
|
-
"
|
|
728
|
+
"Type of value": [
|
|
729
|
+
"Tipo de valor"
|
|
742
730
|
],
|
|
743
|
-
"
|
|
744
|
-
"
|
|
731
|
+
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks": [
|
|
732
|
+
"UUID para seguir el estado de la tarea de orquestación, GET /api/orchestration/:UUID/tasks"
|
|
745
733
|
],
|
|
746
|
-
"
|
|
747
|
-
"
|
|
734
|
+
"Unable to find a discovery rule, no host provided (check permissions)": [
|
|
735
|
+
"No es posible buscar una regla de detección, no se ha aprovisionado un host (verificar permisos)"
|
|
748
736
|
],
|
|
749
|
-
"
|
|
750
|
-
"
|
|
737
|
+
"Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}": [
|
|
738
|
+
"No se puede encontrar el NIC primario con %{mac} especificado a través de '%{fact}', filtro NIC: %{filter}"
|
|
751
739
|
],
|
|
752
|
-
"
|
|
753
|
-
"
|
|
740
|
+
"Unable to perform %{action} on %{ips}": [
|
|
741
|
+
"No se puede realizar %{action} en %{ips}"
|
|
754
742
|
],
|
|
755
|
-
"
|
|
756
|
-
"
|
|
743
|
+
"Unable to perform kexec on %{name} (%{url}): %{msg}": [
|
|
744
|
+
"No se puede ejecutar kexec en %{name} (%{url}): %{msg}"
|
|
757
745
|
],
|
|
758
|
-
"
|
|
759
|
-
"
|
|
746
|
+
"Unable to perform reboot on %{name} (%{url}): %{msg}": [
|
|
747
|
+
"No se puede reiniciar %{name} (%{url}): %{msg}"
|
|
760
748
|
],
|
|
761
|
-
"
|
|
762
|
-
"
|
|
749
|
+
"Unable to provision %{host}: %{errors}": [
|
|
750
|
+
"No se puede aprovisionar %{host}: %{errors}"
|
|
763
751
|
],
|
|
764
|
-
"
|
|
765
|
-
"
|
|
752
|
+
"Update a rule": [
|
|
753
|
+
"Actualizar una regla"
|
|
766
754
|
],
|
|
767
|
-
"
|
|
768
|
-
"
|
|
755
|
+
"Upload facts for a host, creating the host if required": [
|
|
756
|
+
"Subir eventos para un host, si es necesario cree el host."
|
|
769
757
|
],
|
|
770
|
-
"
|
|
771
|
-
"
|
|
758
|
+
"When creating hostname patterns, make sure the resulting host names are unique.": [
|
|
759
|
+
"Al crear patrones de nombres de host, asegúrese de que los nombres de host resultantes sean únicos."
|
|
772
760
|
],
|
|
773
|
-
"
|
|
774
|
-
"
|
|
761
|
+
"can't contain white spaces.": [
|
|
762
|
+
"no puede incluir espacios en blanco."
|
|
775
763
|
],
|
|
776
|
-
"
|
|
777
|
-
"
|
|
764
|
+
"defines a pattern to assign human-readable hostnames to the matching hosts": [
|
|
765
|
+
"define un patrón para asignarles a los hosts coincidentes nombres de hosts aptos para la lectura humana"
|
|
778
766
|
],
|
|
779
|
-
"
|
|
780
|
-
"
|
|
767
|
+
"documentation": [
|
|
768
|
+
"documentación"
|
|
781
769
|
],
|
|
782
|
-
"
|
|
783
|
-
"
|
|
770
|
+
"enables to limit maximum amount of provisioned hosts per rule": [
|
|
771
|
+
"se habilita para limitar la cantidad máxima de hosts aprovisionados por regla"
|
|
784
772
|
],
|
|
785
|
-
"
|
|
786
|
-
"
|
|
773
|
+
"filter results": [
|
|
774
|
+
"filtrar resultados"
|
|
787
775
|
],
|
|
788
|
-
"
|
|
789
|
-
"
|
|
776
|
+
"flag is used for temporary shutdown of rules": [
|
|
777
|
+
"se utiliza una bandera para el cierre temporario de las reglas"
|
|
790
778
|
],
|
|
791
|
-
"
|
|
792
|
-
"
|
|
779
|
+
"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)": [
|
|
780
|
+
"hash que contiene eventos correspondientes al host con un conjunto mínimo de eventos: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (ejemplo en caso de que la interfaz principal se denomine eth0)"
|
|
793
781
|
],
|
|
794
|
-
"
|
|
795
|
-
"
|
|
782
|
+
"items selected. Uncheck to Clear": [
|
|
783
|
+
"objetos seleccionados. Desactivar para limpiar"
|
|
796
784
|
],
|
|
797
|
-
"
|
|
798
|
-
"
|
|
785
|
+
"location ID for provisioned hosts": [
|
|
786
|
+
"ID de ubicación para hosts aprovisionados"
|
|
799
787
|
],
|
|
800
|
-
"
|
|
801
|
-
"
|
|
788
|
+
"must be present.": [
|
|
789
|
+
"debe estar presente."
|
|
802
790
|
],
|
|
803
|
-
"
|
|
804
|
-
"
|
|
791
|
+
"must start with a letter or ERB.": [
|
|
792
|
+
"debe comenzar con una letra o ERB."
|
|
805
793
|
],
|
|
806
|
-
"
|
|
807
|
-
"
|
|
794
|
+
"not required if it's a virtual machine": [
|
|
795
|
+
"no es necesario si no se trata de una máquina virtual"
|
|
808
796
|
],
|
|
809
|
-
"
|
|
810
|
-
"
|
|
797
|
+
"not required if using a subnet with DHCP proxy": [
|
|
798
|
+
"no es necesario si se usa una subred con un proxy DHCP"
|
|
811
799
|
],
|
|
812
|
-
"
|
|
813
|
-
"
|
|
800
|
+
"number of entries per request": [
|
|
801
|
+
"número de entradas por solicitud"
|
|
814
802
|
],
|
|
815
|
-
"
|
|
816
|
-
"
|
|
803
|
+
"organization ID for provisioned hosts": [
|
|
804
|
+
"ID de organización para los hosts aprovisionados"
|
|
817
805
|
],
|
|
818
|
-
"
|
|
819
|
-
"
|
|
806
|
+
"paginate results": [
|
|
807
|
+
"paginar resultados"
|
|
820
808
|
],
|
|
821
|
-
"
|
|
822
|
-
"
|
|
809
|
+
"puts the rules in order, low numbers go first. Must be greater then zero": [
|
|
810
|
+
"pone las reglas en orden, los números más bajos van en primer lugar. Deben ser superiores a cero"
|
|
823
811
|
],
|
|
824
|
-
"
|
|
825
|
-
"
|
|
812
|
+
"query to match discovered hosts for the particular rule": [
|
|
813
|
+
"consulta para establecer una coincidencia de los hosts detectados respecto de dicha regla específica"
|
|
826
814
|
],
|
|
827
|
-
"
|
|
828
|
-
"
|
|
815
|
+
"represents rule name shown to the users": [
|
|
816
|
+
"representa el nombre de la regla que se les muestra a los usuarios"
|
|
829
817
|
],
|
|
830
|
-
"
|
|
831
|
-
""
|
|
818
|
+
"required if host is managed and custom partition has not been defined": [
|
|
819
|
+
"obligatorio si el host está administrado y no se han definido particiones personalizadas"
|
|
832
820
|
],
|
|
833
|
-
"
|
|
834
|
-
"
|
|
821
|
+
"required if host is managed and value is not inherited from host group": [
|
|
822
|
+
"obligatorio si los hosts están administrados y el valor no se ha heredado de un grupo de hosts"
|
|
835
823
|
],
|
|
836
|
-
"
|
|
837
|
-
"
|
|
824
|
+
"required if not imaged based provisioning and host is managed and value is not inherited from host group": [
|
|
825
|
+
"obligatorio si el aprovisionamiento no se basa en imágenes, el host está administrado y el valor no se hereda de un grupo de hosts"
|
|
838
826
|
],
|
|
839
|
-
"
|
|
840
|
-
"
|
|
827
|
+
"required if value is not inherited from host group or default password in settings": [
|
|
828
|
+
"es necesario si el valor no se hereda del grupo del host o de la contraseña predeterminada en las configuraciones"
|
|
841
829
|
],
|
|
842
|
-
"
|
|
843
|
-
"
|
|
830
|
+
"sort results": [
|
|
831
|
+
"organizar resultados"
|
|
844
832
|
],
|
|
845
|
-
"
|
|
846
|
-
"
|
|
833
|
+
"the hostgroup that is used to auto provision a host": [
|
|
834
|
+
"grupo de host utilizado para autoaprovisionar un host"
|
|
847
835
|
]
|
|
848
836
|
}
|
|
849
837
|
}
|