Browse Source

Chore: update es changelog for 2.3.8 (#11130)

Gonzalo Nandez 7 years ago
parent
commit
d8c78f57c4

+ 7 - 7
CHANGELOG.es.md

@@ -4,13 +4,13 @@
 
 *2018-05-11*
 
-- Fixed DatePicker panel jumping to the current month after picking a date in a non-current month when `type` is dates, #10973
-- Fixed clearable Input still displaying the clear icon when readonly, #10912
-- Fixed closing the DatePicker panel without changing the value incorrectly triggering the `change` event, #11017
-- Fixed keyboard navigation not working properly when Select has grouped options, #11058
-- Added `prefix` named slot for Select, #11063
-- Added 'clearValidate` method for FormItem, #11076
-- Added `checkOnClickNode` attribute for Tree, #11111
+- Corregido que el panel DatePicker saltaba al mes actual después de escoger una fecha en un mes diferente cuando el tipo era `dates`, #10973
+- Arreglado que el `clearable Input` seguía mostrando el icono de borrado cuando era sólo de lectura, #10912
+- Arreglado que al cerrar el panel DatePicker sin modificar el valor se desencadenaba incorrectamente el evento `change`, #11017
+- Arreglado que la navegación por el teclado no funcionaba correctamente cuando Select tenia opciones agrupadas, #11058
+- Agregado el `slot named` `prefix` para Select, #11063
+- Agregado  el metodo `clearValidate` para FormItem, #11076
+- Agregado el atributo `checkOnClickNode` para Tree, #11111
 
 ### 2.3.7
 

+ 1 - 1
examples/docs/es/form.md

@@ -889,4 +889,4 @@ Todos los componentes de un formulario heredan su atributo `size`. De manera sim
 | Metodo     | Descripción                              | Parametros |
 | ---------- | ---------------------------------------- | ---------- |
 | resetField | restablecer campo actual y eliminar resultado de validación | —          |
-| clearValidate | remove validation status of the field | - |
+| clearValidate | elimina el estado de la validacion de un campo | - |

+ 1 - 1
examples/docs/es/quickstart.md

@@ -256,7 +256,7 @@ Ahora ha incorporado Vue y Element a su proyecto y es el momento para comenzar a
 
 ### Use Nuxt.js
 
-We can also start a project using [Nuxt.js](nuxtjs.org):
+También podemos comenzar un proyecto usando [Nuxt.js](nuxtjs.org):
 
 <div class="glitch-embed-wrap" style="height: 420px; width: 100%;">
   <iframe src="https://glitch.com/embed/#!/embed/nuxt-with-element?path=nuxt.config.js&previewSize=0&attributionHidden=true" alt="nuxt-with-element on glitch" style="height: 100%; width: 100%; border: 0;"></iframe>

+ 2 - 2
examples/docs/es/select.md

@@ -706,8 +706,8 @@ Si el valor de encuadernación de Select es un objeto, asegúrese de asignar `va
 ### Select Slots
 | Name    | Description |
 |---------|-------------|
-|    —    | Option component list |
-| prefix  | content as Select prefix |
+|    —    | lista de los componentes Option |
+| prefix  | contenido prefix de un  Select |
 
 ### Atributos del grupo de opciones
 | Atributo | Descripción                              | Tipo    | Valores aceptados | Por defecto |

+ 1 - 1
examples/docs/es/tree.md

@@ -1175,7 +1175,7 @@ You can drag and drop Tree nodes by adding a `draggable` attribute.
 | highlight-current     | Si el nodo actual está resaltado         | boolean                           | —                 | false       |
 | default-expand-all    | Expandir todos los nodos por defecto     | boolean                           | —                 | false       |
 | expand-on-click-node  | Si expandir o contraer un nodo al pincharlo, si es false solo se hará al pinchar en la flecha | boolean | — | true |
-| check-on-click-node   | whether to check or uncheck node when clicking on the node, if false, the node can only be checked or unchecked by clicking on the checkbox. | boolean | — | false |
+| check-on-click-node   | si marcar o desmarcar el nodo al hacer clic en el. Si es `false`, el nodo sólo se puede marcar o desmarcar haciendo clic en la casilla de verificación. | boolean | — | false |
 | auto-expand-parent    | Expandir un nodo padre si el hijo está seleccionado | boolean                           | —                 | true        |
 | default-expanded-keys | Array de claves de los nodos expandidos inicialmente | array                             | —                 | —           |
 | show-checkbox         | Si un nodo es seleccionable              | boolean                           | —                 | false       |