Plugin Directory

Changeset 3368575


Ignore:
Timestamp:
09/26/2025 03:39:40 PM (6 months ago)
Author:
desparza
Message:

Update language readme.txt

Location:
featured-products-carousel-tag
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • featured-products-carousel-tag/tags/1.0.0/readme.txt

    r3368234 r3368575  
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Display WooCommerce products by tag in a carousel with OwlCarousel2.
     11Muestra productos de WooCommerce por etiqueta en un carrusel con OwlCarousel2.
    1212
    1313== Description ==
    14 This plugin displays WooCommerce products with the tag "featured" or "destacado" in a responsive carousel using OwlCarousel2. It uses the shortcode [featured-products-carousel-tag].
     14Este plugin muestra productos de WooCommerce con la etiqueta "featured" o "destacado" en un carrusel responsive usando OwlCarousel2. Se inserta con el shortcode [featured-products-carousel-tag].
    1515
    16 Main features:
    17 1. Shortcode [featured-products-carousel-tag] to display a product carousel.
    18 2. Shows featured image (click → product page), title (click → product page), price (click → product page), and Add to Cart button.
    19 3. Supports simple and variable products (uses the WooCommerce loop template).
    20 4. Fallback to CDN for OwlCarousel2 if you don’t place the local files.
    21 5. Translation ready (text domain: featured-products-carousel-tag).
     16Características principales:
     171. Shortcode [featured-products-carousel-tag] para mostrar un carrusel de productos.
     182. Muestra imagen destacada (clic → ficha), título (clic → ficha), precio (clic → ficha) y botón Añadir al carrito.
     193. Soporta productos simples y variables (usa la plantilla de loop de WooCommerce).
     204. Fallback a CDN para OwlCarousel2 si no colocas los archivos locales.
     215. Preparado para traducción (text domain: featured-products-carousel-tag).
    2222
    2323== Installation ==
    24 1. Upload the `featured-products-carousel-tag` folder to `/wp-content/plugins/`.
    25 2. Activate the plugin from the WordPress admin panel.
    26 3. Insert the shortcode [featured-products-carousel-tag] in the page or post where you want to display it.
    27 4. (Optional) If you prefer to have the OwlCarousel files locally, copy `owl.carousel.min.js`, `owl.carousel.min.css`, and `owl.theme.default.min.css` into `public/js/` and `public/css/`.
     241. Sube la carpeta `featured-products-carousel-tag` a `/wp-content/plugins/`.
     252. Activa el plugin desde el panel de WordPress.
     263. Inserta el shortcode [featured-products-carousel-tag] en la página o entrada donde quieras mostrarlo.
     274. (Opcional) Si prefieres tener los ficheros de OwlCarousel localmente, copia `owl.carousel.min.js`, `owl.carousel.min.css` y `owl.theme.default.min.css` dentro de `public/js/` y `public/css/`.
    2828
    29 == Video == 
     29== Video ==
    3030[youtube https://www.youtube.com/watch?v=Ft21cLBFcUs]
    3131
    3232== Frequently Asked Questions ==
    33 = How are products marked as featured? =
    34 Assign the tag 'featured' or 'destacado' to the products so they appear in the carousel.
     33= ¿Cómo se marcan los productos como destacados? =
     34Asigna la etiqueta 'featured' o 'destacado' a los productos para que aparezcan en el carrusel.
    3535
    36 = Can I change the number of visible items? =
    37 Yes. Use shortcode attributes: [featured-products-carousel-tag per_page="8" items="3" autoplay="false"].
     36= ¿Puedo cambiar el número de elementos visibles? =
     37Sí. Usa atributos del shortcode: [featured-products-carousel-tag per_page="8" items="3" autoplay="false"].
    3838
    39 = What happens if WooCommerce is not active? =
    40 The shortcode will display a message and will not enqueue scripts.
     39= ¿Qué ocurre si WooCommerce no está activo? =
     40El shortcode mostrará un mensaje y no encolará scripts.
    4141
    4242== External services ==
    43 This plugin includes a JavaScript file from the official OwlCarousel 2.3.4 library. That library, in its standard version, contains optional support to display videos from external services (for example Vimeo or Vzaar). In those cases, it may make requests to those services to obtain thumbnails or public metadata of the videos.
     43Este plugin incluye un fichero JavaScript de la librería oficial OwlCarousel 2.3.4. Esa librería, en su versión estándar, contiene soporte opcional para mostrar vídeos de servicios externos (por ejemplo Vimeo o Vzaar). En esos casos, puede realizar peticiones a esos servicios para obtener miniaturas o metadatos públicos de los vídeos.
    4444
    45 **Important:** 
    46 The plugin **does not use or activate these video functions by default**. 
    47 In the current plugin configuration, **no requests to external services are made**. 
    48 The connections described above would only occur if an administrator manually decides to include Vimeo or Vzaar videos in the carousels.
     45**Importante:** 
     46El plugin **no utiliza ni activa estas funciones de vídeo por defecto**. 
     47En la configuración actual del plugin, **no se realizan peticiones a servicios externos**. 
     48Las conexiones descritas arriba solo ocurrirían si un administrador decide incluir manualmente vídeos de Vimeo o Vzaar en los carruseles.
    4949
    5050== Changelog ==
    5151= 1.0.0 =
    52 * Initial release.
     52* Versión inicial.
    5353* Shortcode [featured-products-carousel-tag].
    54 * Settings page in the dashboard.
    55 * Escaping and sanitization applied according to best practices.
     54* Página de ajustes en el dashboard.
     55* Escapado y sanitización aplicados según buenas prácticas.
    5656
    5757== Donaciones ==
  • featured-products-carousel-tag/trunk/readme.txt

    r3368234 r3368575  
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Display WooCommerce products by tag in a carousel with OwlCarousel2.
     11Muestra productos de WooCommerce por etiqueta en un carrusel con OwlCarousel2.
    1212
    1313== Description ==
    14 This plugin displays WooCommerce products with the tag "featured" or "destacado" in a responsive carousel using OwlCarousel2. It uses the shortcode [featured-products-carousel-tag].
     14Este plugin muestra productos de WooCommerce con la etiqueta "featured" o "destacado" en un carrusel responsive usando OwlCarousel2. Se inserta con el shortcode [featured-products-carousel-tag].
    1515
    16 Main features:
    17 1. Shortcode [featured-products-carousel-tag] to display a product carousel.
    18 2. Shows featured image (click → product page), title (click → product page), price (click → product page), and Add to Cart button.
    19 3. Supports simple and variable products (uses the WooCommerce loop template).
    20 4. Fallback to CDN for OwlCarousel2 if you don’t place the local files.
    21 5. Translation ready (text domain: featured-products-carousel-tag).
     16Características principales:
     171. Shortcode [featured-products-carousel-tag] para mostrar un carrusel de productos.
     182. Muestra imagen destacada (clic → ficha), título (clic → ficha), precio (clic → ficha) y botón Añadir al carrito.
     193. Soporta productos simples y variables (usa la plantilla de loop de WooCommerce).
     204. Fallback a CDN para OwlCarousel2 si no colocas los archivos locales.
     215. Preparado para traducción (text domain: featured-products-carousel-tag).
    2222
    2323== Installation ==
    24 1. Upload the `featured-products-carousel-tag` folder to `/wp-content/plugins/`.
    25 2. Activate the plugin from the WordPress admin panel.
    26 3. Insert the shortcode [featured-products-carousel-tag] in the page or post where you want to display it.
    27 4. (Optional) If you prefer to have the OwlCarousel files locally, copy `owl.carousel.min.js`, `owl.carousel.min.css`, and `owl.theme.default.min.css` into `public/js/` and `public/css/`.
     241. Sube la carpeta `featured-products-carousel-tag` a `/wp-content/plugins/`.
     252. Activa el plugin desde el panel de WordPress.
     263. Inserta el shortcode [featured-products-carousel-tag] en la página o entrada donde quieras mostrarlo.
     274. (Opcional) Si prefieres tener los ficheros de OwlCarousel localmente, copia `owl.carousel.min.js`, `owl.carousel.min.css` y `owl.theme.default.min.css` dentro de `public/js/` y `public/css/`.
    2828
    29 == Video == 
     29== Video ==
    3030[youtube https://www.youtube.com/watch?v=Ft21cLBFcUs]
    3131
    3232== Frequently Asked Questions ==
    33 = How are products marked as featured? =
    34 Assign the tag 'featured' or 'destacado' to the products so they appear in the carousel.
     33= ¿Cómo se marcan los productos como destacados? =
     34Asigna la etiqueta 'featured' o 'destacado' a los productos para que aparezcan en el carrusel.
    3535
    36 = Can I change the number of visible items? =
    37 Yes. Use shortcode attributes: [featured-products-carousel-tag per_page="8" items="3" autoplay="false"].
     36= ¿Puedo cambiar el número de elementos visibles? =
     37Sí. Usa atributos del shortcode: [featured-products-carousel-tag per_page="8" items="3" autoplay="false"].
    3838
    39 = What happens if WooCommerce is not active? =
    40 The shortcode will display a message and will not enqueue scripts.
     39= ¿Qué ocurre si WooCommerce no está activo? =
     40El shortcode mostrará un mensaje y no encolará scripts.
    4141
    4242== External services ==
    43 This plugin includes a JavaScript file from the official OwlCarousel 2.3.4 library. That library, in its standard version, contains optional support to display videos from external services (for example Vimeo or Vzaar). In those cases, it may make requests to those services to obtain thumbnails or public metadata of the videos.
     43Este plugin incluye un fichero JavaScript de la librería oficial OwlCarousel 2.3.4. Esa librería, en su versión estándar, contiene soporte opcional para mostrar vídeos de servicios externos (por ejemplo Vimeo o Vzaar). En esos casos, puede realizar peticiones a esos servicios para obtener miniaturas o metadatos públicos de los vídeos.
    4444
    45 **Important:** 
    46 The plugin **does not use or activate these video functions by default**. 
    47 In the current plugin configuration, **no requests to external services are made**. 
    48 The connections described above would only occur if an administrator manually decides to include Vimeo or Vzaar videos in the carousels.
     45**Importante:** 
     46El plugin **no utiliza ni activa estas funciones de vídeo por defecto**. 
     47En la configuración actual del plugin, **no se realizan peticiones a servicios externos**. 
     48Las conexiones descritas arriba solo ocurrirían si un administrador decide incluir manualmente vídeos de Vimeo o Vzaar en los carruseles.
    4949
    5050== Changelog ==
    5151= 1.0.0 =
    52 * Initial release.
     52* Versión inicial.
    5353* Shortcode [featured-products-carousel-tag].
    54 * Settings page in the dashboard.
    55 * Escaping and sanitization applied according to best practices.
     54* Página de ajustes en el dashboard.
     55* Escapado y sanitización aplicados según buenas prácticas.
    5656
    5757== Donaciones ==
Note: See TracChangeset for help on using the changeset viewer.