소스 검색

Update Doc Spanish

Gonzalo Nandez 7 년 전
부모
커밋
4867f59d6f
3개의 변경된 파일10개의 추가작업 그리고 10개의 파일을 삭제
  1. 8 8
      CHANGELOG.es.md
  2. 1 1
      examples/docs/es/slider.md
  3. 1 1
      examples/docs/es/transfer.md

+ 8 - 8
CHANGELOG.es.md

@@ -4,14 +4,14 @@
 
 *2018-03-02*
 
-- Fixed Aside, Header and Footer shrinking in some layout, #9812
-- Fixed Table with a `height` attribute not rendering in SSR, #9876
-- Fixed expandable Table not calculating its height when a row is expanded, #9848
-- Fixed `change` event not trigger when manually typing date in DateTimePicker, #9913
-- Fixed Select showing its options when the input box is right-clicked, #9894 (by @openks)
-- Added `tooltip-class` attribute for Slider, #9957
-- Now Select will stay focused after selection, #9857 (by @Seebiscuit)
-- Added `target-order` attribute for Transfer, #9960
+- Corregido Aside, Header y Footer que se contraia en algunos layout, #9812
+- Corregido Table con un atributo `height`  no renderizaba en SSR, #9876
+- Corregido Table con fila expandible no calculaba la altura cuando la fila era expandida, #9484
+- Corregido que cuando se escribia la fecha de forma manual en DateTimePicker no se disparaba el evento  `change`, #9913
+- Corregido que Select mostraba sus opciones cuando se hacia click con el botón derecho del mouse en el Input, #9894 (by @openks)
+- Agregado el atributo `tooltip-class` para Slider, #9957 
+- Ahora Select permanecera enfocado despues de la selección, #9857 (by @Seebiscuit)
+- Agregado el atributo `target-order` para Transfer, #9960
 
 ### 2.2.0 Graphite
 

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

@@ -244,7 +244,7 @@ Se soporta la selección de un rango de valores.
 | height              | alto del Slider, requerido en modo vertical | string          | —                 | —           |
 | label               | etiqueta para screen reader              | string          | —                 | —           |
 | debounce            | retardo al escribir, en milisegundos, funciona cuando`show-input` es true. | number          | —                 | 300         |
-| tooltip-class       | custom class name for the tooltip | string | — | — |
+| tooltip-class       | nombre personalizado de clase para el tooltip | string | — | — |
 
 ## Eventos
 | Nombre | Descripción                              | Parametros               |

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

@@ -265,7 +265,7 @@ Por defecto Transfer busca los atributos `key`, `label`, y `disabled` en cada el
 | filterable            | Si se puede filtrar                      | boolean                         | —                 | false                                    |
 | filter-placeholder    | Placeholder para el input del filtro     | string                          | —                 | Enter keyword                            |
 | filter-method         | Método de filtrado                       | function                        | —                 | —                                        |
-| target-order          | order strategy for elements in the target list. If set to `original`, the elements will keep the same order as the data source. If set to `push`, the newly added elements will be pushed to the bottom. If set to `unshift`, the newly added elements will be inserted on the top | string | original / push / unshift | original |
+| target-order          | estrategia de órdenes para elementos de la lista destino. Si está configurado en `original`, los elementos mantendrán el mismo orden que la fuente de datos. Si está configurado para `push`, los nuevos elementos añadidos se insertaran al final. Si se ajusta a `unshift`, los nuevos elementos añadidos se insertarán en la parte superior. | string | original / push / unshift | original |
 | titles                | Títulos de las listas                    | array                           | —                 | ['List 1', 'List 2']                     |
 | button-texts          | Texto de los botones                     | array                           | —                 | [ ]                                      |
 | render-content        | Función de renderizado                   | function(h, option)             | —                 | —                                        |