Skip to content

Commit 4680e55

Browse files
Gonzalo2310island205
authored andcommitted
DOC: update spanish doc 2.11.1 (#16961)
* update spanish doc 2.11 * update spanish doc 2.11 * update spanish doc 2.11 * DOC: update spanish doc 2.11 * DOC: update spanish doc 2.11 * DOC: update spanish doc 2.11 * DOC: update spanish doc 2.11
1 parent ab32ec0 commit 4680e55

File tree

7 files changed

+83
-85
lines changed

7 files changed

+83
-85
lines changed

CHANGELOG.es.md

Lines changed: 33 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,66 +4,64 @@
44

55
*2019-07-26*
66

7-
#### Bug fixes
7+
#### Corrección de errores
88

99
- Image
10-
- Fix Image component SSR compatibility (#16737 by @luckyCao)
11-
- Chore
12-
- Update dart-sass compatibility (#16744 by @LewisChennnnn)
10+
- Corregido el componente Image para compatibilidad SSR (#16737 by @luckyCao)
11+
- Tarea
12+
- Actualizado para compatibilidad con dart-sass by @LewisChennnnn)
1313

1414
### 2.11.0
1515

1616
*2019-07-25*
1717

18-
#### New features
18+
#### Nuevas características
1919

2020
- Drawer
21-
- Add drawer component (#16577 by @JeremyWuuuuu)
21+
- Agregado componente drawer (#16577 by @JeremyWuuuuu)
2222

23-
#### Bug fixes
23+
#### Corrección de errores
2424

2525
- Checkbox
26-
- Enhance css selector (#16006 by @Hazlank)
26+
- Mejora del selector css (#16006 by @Hazlank)
2727
- Tree
28-
- Make el-tree generic (#15934 by @JeremyWuuuuu)
29-
- Set isCurrent prop to False (#15870 by @kkkisme)
28+
- Establecido el el-tree como genérico (#15934 by @JeremyWuuuuu)
29+
- Establecido la prop isCurrent como False (#15870 by @kkkisme)
3030
- Dropdown
31-
- Fix split-button caret default color (#15931 by @JuniorTour)
31+
- Corregido el color predeterminado de los split-button (#15931 by @JuniorTour)
3232
- Cascader
33-
- Fix level 1 children is empty update problem (#16399 by @luckyCao)
34-
- Display correct header when range is specified (#16354 by @ziyoung)
35-
- Add sets default values when lazy is true (#16420 by @luckyCao)
36-
- Fix display errors when node value is duplicate (#15935 by @junyiz)
37-
- Expose getCheckedNodes and fix options change bug (#16709 by @SimonaliaChen)
38-
- Calendar
39-
- Display correct header when range is specified (#16354 by @ziyoung)
33+
- Corregido un problema de actualización cuando el nivel 1 de children estaba vació (#16399 by @luckyCao)
34+
- Ahora se muestra correctamente header cuando range esta especificado (#16354 by @ziyoung)
35+
- Agregados valores por defecto cuando lazy es true (#16420 by @luckyCao)
36+
- Solucionado problemas de visualización (#15935 by @junyiz)
37+
- Expuestos los getCheckedNodes y corrección de errores en el cambio de opciones (#16709 by @SimonaliaChen)
4038
- Submenu
41-
- Fix prop append-to-body (#16289 by @a631807682)
39+
- Corregida la prop append-to-body (#16289 by @a631807682)
4240
- Table
43-
- Fix tree table when updating data (#16481 by @island205)
41+
- Arreglado un fallo en la actualizacion de los datos de tree table (#16481 by @island205)
4442
- Select
45-
- Fix memory leak issue (#16463 by @island205)
43+
- Arreglado un problema de fuga de memoria (#16463 by @island205)
4644
- InfiniteScroll
47-
- Update naming & doc (#16698 by @iamkun)
45+
- Actualizada la nomenclatura y la documentacion (#16698 by @iamkun)
4846
- Avatar
49-
- Fix image not center vertically issue (#16489 by @luckyCao)
47+
- Arreglado que la imagen no se centraba verticalmente (#16489 by @luckyCao)
5048
- Dialog
51-
- Add destroyOnClose attribute (#16455 by @ziyoung)
49+
- Agregado el atributo destroyOnClosee (#16455 by @ziyoung)
5250
- Image
53-
- Add big Image preview feature (#16333 by @luckyCao)
51+
- Agregada la función de vista previa grande de imágenes (#16333 by @luckyCao)
5452

55-
#### Optimization
53+
#### Optimización
5654

57-
- Docs
58-
- Fix dropdown demo (#16193 by @webxmsj)
59-
- Fix typo in table documents (#15971 by @howiefh)
55+
- Documentación
56+
- Arreglada la demo de dropdown (#16193 by @webxmsj)
57+
- Corrección de errores tipográficos en las tablas de documentos (#15971 by @howiefh)
6058
- I18n
61-
- Update translation of Thai language (#16689 by @ponkrit)
62-
- Chore
63-
- Update theme base api (#16607 by @iamkun)
64-
- Add form theme token (#16699 by @iamkun)
65-
- Mark ali inner user's access (#16609 by @iamkun)
66-
- Fix doc anchor bug (#16692 by @iamkun)
59+
- Actualizada la traduccion del lenguage Thai (#16689 by @ponkrit)
60+
- Tareas
61+
- Actualizada la api base del tema (#16607 by @iamkun)
62+
- Añadido token del formulario del tema (#16699 by @iamkun)
63+
- Marcar todos los accesos internos del usuario (#16609 by @iamkun)
64+
- Corrección del error de anclaje del documento (#16692 by @iamkun)
6765

6866
### 2.10.1
6967

examples/docs/es/date-picker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ Al seleccionar un intervalo de fechas, puede asignar la hora para la fecha de in
462462
| -------------- | ------------------------------------------------------------ | ------------------------------ | ----------------- | ----------- |
463463
| shortcuts | { text, onClick } un array de objetos para establecer opciones de acceso directo, verifique la tabla siguiente | object[] |||
464464
| disabledDate | una función que determina si una fecha está desactivada con esa fecha como parámetro. Debería devolver un valor booleano | function |||
465-
| cellClassName | set custom className | Function(Date) |||
465+
| cellClassName | establecer nombre de clase personalizado | Function(Date) |||
466466
| firstDayOfWeek | primer día de la semana | Number | 1 to 7 | 7 |
467467
| onPick | una función que se dispara cuando se cambia la fecha seleccionada. Solamente para `daterange` y `datetimerange`. | Function({ maxDate, minDate }) | - | - |
468468

examples/docs/es/datetime-picker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ DateTimePicker se deriva de DatePicker y TimePicker. Por una explicación más d
221221
| -------------- | ---------------------------------------- | -------- | ----------------- | ----------- |
222222
| shortcuts | un array de objetos { text, onClick } para establecer las opciones de acceso directo, verifique la tabla debajo | objeto[] |||
223223
| disabledDate | una función que determina si una fecha está desactivada con esa fecha como parámetro. Debería devolver un booleano | función |||
224-
| cellClassName | set custom className | Function(Date) |||
224+
| cellClassName | establecer nombre de clase personalizado | Function(Date) |||
225225
| firstDayOfWeek | primera día de semana | Número | 1 to 7 | 7 |
226226

227227
### Accesos directos

examples/docs/es/dialog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Si la variable ligada a `visible` se gestiona en el Vuex store, el `.sync` no pu
229229
| show-close | si mostrar un botón de cerrar | boolean || true |
230230
| before-close | una devolución de llamada antes de que se cierre el cuadro de diálogo, y evitar cerrar el cuadro de diálogo | función(done) `done`se usa para cerrar el diálog |||
231231
| center | si alinear el encabezado y el pie de página en el centro | boolean || false |
232-
| destroy-on-close | Destroy elements in Dialog when closed | boolean || false |
232+
| destroy-on-close | Destruir elementos en Dialog cuando se cierra | boolean || false |
233233

234234
### Slots
235235

examples/docs/es/drawer.md

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## Drawer
22

3-
Sometimes, `Dialog` does not always satisfy our requirements, let's say you have a massive form, or you need space to display something like `terms & conditions`, `Drawer` has almost identical API with `Dialog`, but it introduces different user experience.
3+
A veces, `Dialog` no siempre satisface nuestros requisitos, digamos que tiene un formulario masivo, o necesita espacio para mostrar algo como `terminos & condiciones`, `Drawer` tiene una API casi idéntica a `Dialog`, pero introduce una experiencia de usuario diferente.
44

5-
### Basic Usage
5+
### Uso básico
66

7-
Callout a temporary drawer, from multiple direction
7+
Llamada de un drawer temporal, desde varias direcciones
88

9-
:::demo You must set `visible` for `Drawer` like `Dialog` does to control the visibility of `Drawer` itself, it's `boolean` type. `Drawer` has to parts: `title` & `body`, the `title` is a named slot, you can also set the title through attribute named `title`, default to an empty string, the `body` part is the main area of `Drawer`, which contains user defined content. When opening, `Drawer` expand itself from the **right corner to left** which size is **30%** of the browser window by default. You can change that default behavior by setting `direction` and `size` attribute. This show case also demonstrated how to use the `before-close` API, check the Attribute section for more detail
9+
:::demo Debe establecer `visible` para `Drawer` como lo hace `Dialog` para controlar la visibilidad. `visible` es del tipo `boolean`. `Drawer` tiene partes: `title` & `body`, el `title` es un slot con nombre, también puede establecer el título a través de un atributo llamado `title`, por defecto a una cadena vacía, la parte `body` es el área principal de `Drawer`, que contiene contenido definido por el usuario. Al abrir, `Drawer` se expande desde la **esquina derecha a la izquierda** cuyo tamaño es **30%** de la ventana del navegador por defecto. Puede cambiar ese comportamiento predeterminado estableciendo los atributos `direction` y `size`. Este caso de demostración también muestra cómo utilizar la API `before-close`, consulte la sección Atributos para obtener más detalles.
1010

1111
```html
1212
<el-radio-group v-model="direction">
@@ -50,9 +50,9 @@ Callout a temporary drawer, from multiple direction
5050
```
5151
:::
5252

53-
### Customization Content
53+
### Personalizar el contenido
5454

55-
Like `Dialog`, `Drawer` can do many diverse interaction as you wanted.
55+
Al igual que `Dialog`, `Drawer` puede hacer muchas interacciones diversas.
5656

5757
:::demo
5858

@@ -153,10 +153,10 @@ export default {
153153
```
154154
:::
155155

156-
### Nested Drawer
156+
### Drawer anidados
157157

158-
You can also have multiple layer of `Drawer` just like `Dialog`.
159-
:::demo If you need multiple Drawer in different layer, you must set the `append-to-body` attribute to **true**
158+
También puede tener varias capas de `Drawer` al igual que con `Dialog`.
159+
:::demo Si necesita varios drawer en diferentes capas, debe establecer el atributo `append-to-body` en **true**
160160

161161
```html
162162

@@ -205,58 +205,58 @@ You can also have multiple layer of `Drawer` just like `Dialog`.
205205

206206
:::tip
207207

208-
The content inside Drawer should be lazy rendered, which means that the content inside Drawer will not impact the initial render performance, therefore any DOM operation should be performed through `ref` or after `open` event emitted.
208+
El contenido dentro del Drawer debe ser renderizado de forma perezosa, lo que significa que el contenido dentro del Drawer no afectará al rendimiento inicial del renderizado, por lo que cualquier operación DOM debe realizarse a través de `ref' o después de que se emita el evento `open'.
209209

210210
:::
211211

212212
:::tip
213213

214-
Drawer provides an API called `destroyOnClose`, which is a flag variable that indicates should destroy the children content inside Drawer after Drawer was closed. You can use this API when you need your `mounted` life cycle to be called every time the Drawer opens.
214+
El Drawer proporciona una API llamada "destroyOnClose", que es una variable de bandera que indica que debe destruir el contenido hijo dentro del Drawer después de que se haya cerrado. Puede utilizar esta API cuando necesite que su ciclo de vida "mounted" sea llamado cada vez que se abra el Cajón.
215215

216216
:::
217217

218218
:::tip
219219

220-
If the variable bound to `visible` is managed in Vuex store, the `.sync` can not work properly. In this case, please remove the `.sync` modifier, listen to `open` and `close` events of Dialog, and commit Vuex mutations to update the value of that variable in the event handlers.
220+
Si la variable `visible` se gestiona en el almacén de Vuex, el `.sync` no puede funcionar correctamente. En este caso, elimine el modificador `.sync`, escuche los eventos `open` y `close` de Drawer, y envíe mutaciones Vuex para actualizar el valor de esa variable en los manejadores de eventos.
221221

222222
:::
223223

224-
### Drawer Attributes
224+
### Atributos de Drawer
225225

226-
| Parameter| Description | Type | Acceptable Values | Defaults |
226+
| Parámetros | Descripción | Tipo | Valores aceptados | Por defecto |
227227
|---------- |-------------- |---------- |-------------------------------- |-------- |
228-
| append-to-body | Controls should Drawer be inserted to DocumentBody Element, nested Drawer must assign this param to **true**| boolean || false |
229-
| before-close | If set, closing procedure will be halted | function(done), done is function type that accepts a boolean as parameter, calling done with true or without parameter will abort the close procedure |||
230-
| close-on-press-escape | Indicates whether Drawer can be closed by pressing ESC | boolean || true |
231-
| custom-class | Extra class names for Drawer | string |||
232-
| destroy-on-close | Indicates whether children should be destroyed after Drawer closed | boolean | - | false |
233-
| modal | Should show shadowing layer | boolean || true |
234-
| modal-append-to-body | Indicates should shadowing layer be insert into DocumentBody element | boolean || true |
235-
| direction | Drawer's opening direction | Direction | rtl / ltr / ttb / btt | rtl |
236-
| show-close | Should show close button at the top right of Drawer | boolean || true |
237-
| size | Drawer's size, if Drawer is horizontal mode, it effects the width property, otherwise it effects the height property, when size is `number` type, it describes the size by unit of pixels; when size is `string` type, it should be used with `x%` notation, other wise it will be interpreted to pixel unit | number / string | - | '30%' |
238-
| title | Drawer's title, can also be set by named slot, detailed descriptions can be found in the slot form | string |||
239-
| visible | Should Drawer be displayed, also support the `.sync` notation | boolean || false |
240-
| wrapperClosable | Indicates whether user can close Drawer by clicking the shadowing layer. | boolean | - | true |
241-
242-
### Drawer Slot
243-
244-
| Name | Description |
228+
| append-to-body | Los controles deberían insertar Drawer en el elemento DocumentBody, los Drawer anidados deben asignar este parámetro a **true** | boolean || false |
229+
| before-close | Si está configurado, el procedimiento de cierre se detendrá. | function(done), done es un tipo de función que acepta un booleano como parámetro, una llamada hecha con true o sin parámetro abortará el procedimiento de cierre. |||
230+
| close-on-press-escape | Indica si el Drawer puede cerrarse pulsando ESC | boolean || true |
231+
| custom-class | Nombre extra de clase para Drawer | string |||
232+
| destroy-on-close | Indica si los children deben ser destruidos después de cerrar el Drawer. | boolean | - | false |
233+
| modal | Mostrará una capa de sombra | boolean || true |
234+
| modal-append-to-body | Indica si se debe insertar una capa de sombreado en el elemento DocumentBody | boolean || true |
235+
| direction | Dirección de apertura del Drawer | Direction | rtl / ltr / ttb / tbb | rtl |
236+
| show-close | Se mostrará el botón de cerrar en la parte superior derecha del Drawer | boolean || true |
237+
| size | Tamaño del Drawer. Si el Drawer está en modo horizontal, afecta a la propiedad width, de lo contrario afecta a la propiedad height, cuando el tamaño es tipo `number`, describe el tamaño por unidad de píxeles; cuando el tamaño es tipo `string`, se debe usar con notación `x%`, de lo contrario se interpretará como unidad de píxeles. | number / string | - | '30%' |
238+
| title | El título del Drawer, también se puede establecer por slot con nombre, las descripciones detalladas se pueden encontrar en el formulario de slot. | string |||
239+
| visible | Si se muestra el Drawer, también soporta la notación `.sync` | boolean || false |
240+
| wrapperClosable | Indica si el usuario puede cerrar el Drawer haciendo clic en la capa de sombreado. | boolean | - | true |
241+
242+
### Drawer Slot's
243+
244+
| Nombre | Descripción |
245245
|------|--------|
246-
|| Drawer's Content |
247-
| title | Drawer Title Section |
246+
|| El contenido del Drawer |
247+
| title | El titulo de la sección del Drawer |
248248

249-
### Drawer Methods
249+
### Métodos Drawer
250250

251-
| Name | Description |
251+
| Nombre | Descripción |
252252
| ---- | --- |
253-
| closeDrawer | In order to close Drawer, this method will call `before-close`. |
253+
| closeDrawer | Para cerrar el Drawer, este método llamará `before-close`. |
254254

255-
### Drawer Events
255+
### Eventos Drawer
256256

257-
| Event Name | Description | Parameter |
257+
| Nombre | Descripción | Parámetros |
258258
|---------- |-------- |---------- |
259-
| open | Triggered before Drawer opening animation begins ||
260-
| opened | Triggered after Drawer opening animation ended ||
261-
| close | Triggered before Drawer closing animation begins ||
262-
| closed | Triggered after Drawer closing animation ended ||
259+
| open | Se activa antes de que comience la animación de apertura del Drawer. ||
260+
| opened | Se activa cuando finaliza la animación de apertura del Drawer. ||
261+
| close | Se activa antes de que comience la animación de cierre del Drawer. ||
262+
| closed | Se activa después de que finaliza la animación de cierre del Drawer. ||

examples/docs/es/image.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ Además de las características nativas de img, soporte de carga perezosa, marca
110110
```
111111
:::
112112

113-
### Image Preview
113+
### Vista previa de la imagen
114114

115-
:::demo allow big image preview by setting `previewSrcList` prop.
115+
:::demo permitir una vista previa grande de la imagen configurando la prop `previewSrcList`.
116116
```html
117117
<div class="demo-image__preview">
118118
<el-image
@@ -147,8 +147,8 @@ Además de las características nativas de img, soporte de carga perezosa, marca
147147
| referrer-policy | referrerPolicy nativo | string | - | - |
148148
| lazy | si se usara lazy load | boolean || false |
149149
| scroll-container | El contenedor para añadir el scroll listener cuando se utiliza lazy load | string / HTMLElement || El contenedor padre más cercano cuya propiedad de desbordamiento es auto o scroll |
150-
| preview-src-list | allow big image preview | Array || - |
151-
| z-index | set image preview z-index | Number || 2000 |
150+
| preview-src-list | permitir una vista previa grande de la imagen | Array || - |
151+
| z-index | establecer el z-index de la vista previa de la imagen | Number || 2000 |
152152

153153
### Eventos
154154
| Nombre del evento | Descripción | Parámetros |

examples/docs/es/popover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Por supuesto, puedes anidar otras operaciones. Es más ligero que utilizar un `d
151151
| popper-options | parámetros para [popper.js](https://popper.js.org/documentation.html) | object | por favor, refiérase a [popper.js](https://popper.js.org/documentation.html) | `{ boundariesElement: 'body', gpuAcceleration: false }` |
152152
| popper-class | clase propia para popover | string |||
153153
| open-delay | retraso de la aparición cuando `trigger` es hover, en milisegundos | number |||
154-
| close-delay | delay before disappearing when `trigger` is hover, in milliseconds | number || 200 |
154+
| close-delay | Retraso antes de desaparecer cuando el `trigger` es hover, en milisegundos. | number || 200 |
155155
| tabindex | [tabindex](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) de Popover | number || 0 |
156156

157157
### Slot

0 commit comments

Comments
 (0)