# Copyright (C) 2024 Focus On
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: Woocommerce Discount Advanced 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-advanced-discounts-focuson\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Español <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-09-08T20:51:19+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.10.0\n"
"X-Domain: advanced-coupons-for-woocommerce\n"

#. Plugin Name of the plugin
#: advanced-coupons-for-woocommerce.php
msgid "Woocommerce Discount Advanced"
msgstr "Woocommerce Discount Advanced"

#. Description of the plugin
#: advanced-coupons-for-woocommerce.php
msgid ""
"A discount management plugin for WooCommerce, which allows the creation of "
"discounts based on rules such as amount, quantity, type, of products in the "
"cart or even user role and etc..."
msgstr ""
"Un plugin de gestión de descuentos para WooCommerce, que permite la creación "
"de descuentos basados en reglas como cantidad, tipo de productos en el "
"carrito, el rol del usuario, etc..."

#. Author of the plugin
#: advanced-coupons-for-woocommerce.php
msgid "Focus On"
msgstr "Focus On"

#. Author URI of the plugin
#: advanced-coupons-for-woocommerce.php
msgid "https://github.com/Focus-On-Agency"
msgstr "https://github.com/Focus-On-Agency"

#: src/Controllers/DiscountController.php:75
msgid "The cart does not meet the minimum quantity required."
msgstr "El carrito no cumple con la cantidad mínima requerida."

#: src/Controllers/DiscountController.php:80
msgid "The cart exceeds the maximum quantity allowed."
msgstr "El carrito excede la cantidad máxima permitida."

#: src/Controllers/DiscountController.php:90
msgid "The cart does not contain the required product tags."
msgstr "El carrito no contiene las etiquetas de producto requeridas."

#: src/Controllers/DiscountController.php:95
msgid "The cart contains excluded product tags."
msgstr "El carrito contiene etiquetas de producto excluidas."

#: src/Controllers/DiscountController.php:102
msgid "You do not have enough orders to apply this coupon."
msgstr "No tienes suficientes pedidos para aplicar este cupón."

#: src/Controllers/DiscountController.php:107
msgid "You have too many orders to apply this coupon."
msgstr "Tienes demasiados pedidos para aplicar este cupón."

#: src/Controllers/DiscountController.php:114
msgid "You have not spent enough to apply this coupon."
msgstr "No has gastado lo suficiente para aplicar este cupón."

#: src/Controllers/DiscountController.php:119
msgid "You have spent too much to apply this coupon."
msgstr "Has gastado demasiado para aplicar este cupón."

#: src/Controllers/DiscountController.php:126
msgid "This coupon is not valid for your user role."
msgstr "Este cupón no es válido para tu rol de usuario."

#: src/Controllers/DiscountController.php:133
msgid "This coupon is only valid for the first order."
msgstr "Este cupón es válido solo para el primer pedido."

#: src/Providers/FieldServiceProvider.php:28
msgid "Apply automatically"
msgstr "Aplicar automáticamente"

#: src/Providers/FieldServiceProvider.php:29
msgid "If checked, the coupon will be applied automatically to the cart."
msgstr "Si se selecciona, el cupón se aplicará automáticamente al carrito."

#: src/Providers/FieldServiceProvider.php:37
msgid "Select a tag"
msgstr "Selecciona una etiqueta"

#: src/Providers/FieldServiceProvider.php:47
msgid "User History"
msgstr "Historial del usuario"

#: resources/views/admin/quantity_restriction-fields.blade.php:5
msgid "Minimum quantity"
msgstr "Cantidad mínima"

#: resources/views/admin/quantity_restriction-fields.blade.php:6
msgid "The minimum quantity of products allowed in the cart."
msgstr "La cantidad mínima de productos permitidos en el carrito."

#: resources/views/admin/quantity_restriction-fields.blade.php:18
msgid "Maximum quantity"
msgstr "Cantidad máxima"

#: resources/views/admin/quantity_restriction-fields.blade.php:19
msgid "The maximum quantity of products allowed in the cart."
msgstr "La cantidad máxima de productos permitidos en el carrito."

#: resources/views/admin/tag_restriction-fields.blade.php:3
msgid "Product Tags"
msgstr "Etiquetas de producto"

#: resources/views/admin/tag_restriction-fields.blade.php:9
msgid "Any tags"
msgstr "Cualquier etiqueta"

#: resources/views/admin/tag_restriction-fields.blade.php:17
msgid "Include the product tags that this coupon will be applied to."
msgstr "Incluir las etiquetas de producto a las que se aplicará este cupón."

#: resources/views/admin/tag_restriction-fields.blade.php:21
msgid "Exclude Tags"
msgstr "Excluir etiquetas"

#: resources/views/admin/tag_restriction-fields.blade.php:27
msgid "No tags"
msgstr "Sin etiquetas"

#: resources/views/admin/tag_restriction-fields.blade.php:35
msgid "Exclude the product tags that this coupon will be applied to."
msgstr "Excluir las etiquetas de producto a las que se aplicará este cupón."

#: resources/views/admin/user_history-tab.blade.php:8
msgid "Minimum orders"
msgstr "Pedidos mínimos"

#: resources/views/admin/user_history-tab.blade.php:9
msgid "The minimum number of orders placed by the user to apply the coupon."
msgstr "El número mínimo de pedidos realizados por el usuario para aplicar el cupón."

#: resources/views/admin/user_history-tab.blade.php:17
msgid "Maximum orders"
msgstr "Pedidos máximos"

#: resources/views/admin/user_history-tab.blade.php:18
msgid "The maximum number of orders placed by the user to apply the coupon."
msgstr "El número máximo de pedidos realizados por el usuario para aplicar el cupón."

#: resources/views/admin/user_history-tab.blade.php:29
msgid "Minimum total spent"
msgstr "Gasto mínimo total"

#: resources/views/admin/user_history-tab.blade.php:30
msgid "The minimum total amount spent by the user to apply the coupon."
msgstr "El monto total mínimo gastado por el usuario para aplicar el cupón."

#: resources/views/admin/user_history-tab.blade.php:38
msgid "Maximum total spent"
msgstr "Gasto máximo total"

#: resources/views/admin/user_history-tab.blade.php:39
msgid "The maximum total amount spent by the user to apply the coupon."
msgstr "El monto total máximo gastado por el usuario para aplicar el cupón."

#: resources/views/admin/user_history-tab.blade.php:50
msgid "User Role"
msgstr "Rol del usuario"

#: resources/views/admin/user_history-tab.blade.php:51
msgid "Restrict the coupon to users with the selected role."
msgstr "Restringir el cupón a usuarios con el rol seleccionado."

#: resources/views/admin/user_history-tab.blade.php:53
msgid "Select a role"
msgstr "Selecciona un rol"

#: resources/views/admin/user_history-tab.blade.php:61
msgid "First Order"
msgstr "Primer pedido"

#: resources/views/admin/user_history-tab.blade.php:62
msgid "Apply the coupon only if this is the user's first order."
msgstr "Aplicar el cupón solo si es el primer pedido del usuario."