pcm-shared-components 2.1.503 → 2.1.505
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1970,7 +1970,9 @@
|
|
|
1970
1970
|
"percent_over_100": "Percentage cannot exceed 100%.",
|
|
1971
1971
|
"save_failed": "Save failed.",
|
|
1972
1972
|
"usage_negative": "Usage limit cannot be negative.",
|
|
1973
|
-
"invalid_color": "Enter a valid hex color (e.g. #4caf50)."
|
|
1973
|
+
"invalid_color": "Enter a valid hex color (e.g. #4caf50).",
|
|
1974
|
+
"lot_assign_failed_title": "Coupon created",
|
|
1975
|
+
"lot_assign_failed": "The coupon was created, but assigning it to the selected lots failed. Assign them from the Lots page."
|
|
1974
1976
|
},
|
|
1975
1977
|
"field": {
|
|
1976
1978
|
"active": "Active",
|
|
@@ -2016,6 +2018,9 @@
|
|
|
2016
2018
|
"new_title": "New coupon",
|
|
2017
2019
|
"save": "Save coupon",
|
|
2018
2020
|
"section": {
|
|
2021
|
+
"assign_lots": "Assign to lots",
|
|
2022
|
+
"assign_lots_empty": "No lots match these filters.",
|
|
2023
|
+
"assign_lots_hint": "Pick which lots this coupon applies to. You can add or remove lots later from the Lots page.",
|
|
2019
2024
|
"details": "Coupon details",
|
|
2020
2025
|
"details_hint": "Set the code, discount and color for this coupon.",
|
|
2021
2026
|
"optional_chip": "Optional",
|
|
@@ -5595,7 +5600,8 @@
|
|
|
5595
5600
|
"coupon_not_found": "Coupon code is not valid.",
|
|
5596
5601
|
"coupon_out_of_window": "Coupon is not active on this date.",
|
|
5597
5602
|
"coupon_reservation_dates_not_eligible": "Reservation dates are not eligible for this coupon.",
|
|
5598
|
-
"coupon_usage_exhausted": "Coupon usage limit reached."
|
|
5603
|
+
"coupon_usage_exhausted": "Coupon usage limit reached.",
|
|
5604
|
+
"coupon_network_error": "Couldn't apply your coupon. Please check your connection and try again."
|
|
5599
5605
|
},
|
|
5600
5606
|
"off_amount": "{{amount}} OFF",
|
|
5601
5607
|
"off_percent": "{{value}}% OFF",
|
|
@@ -5603,7 +5609,8 @@
|
|
|
5603
5609
|
"placeholder": "Coupon code",
|
|
5604
5610
|
"receipt_hint": "Discount applied by your coupon code.",
|
|
5605
5611
|
"remove": "Remove",
|
|
5606
|
-
"see_receipt": "(see receipt above)"
|
|
5612
|
+
"see_receipt": "(see receipt above)",
|
|
5613
|
+
"remove_failed": "Couldn't remove your coupon. Please try again."
|
|
5607
5614
|
},
|
|
5608
5615
|
"departure_by_time": "By {{time}}",
|
|
5609
5616
|
"edit_from_cart": "Edit cart item",
|
|
@@ -1970,7 +1970,9 @@
|
|
|
1970
1970
|
"percent_over_100": "Percentage cannot exceed 100%.",
|
|
1971
1971
|
"save_failed": "Save failed.",
|
|
1972
1972
|
"usage_negative": "Usage limit cannot be negative.",
|
|
1973
|
-
"invalid_color": "Ingrese un color hexadecimal válido (p. ej. #4caf50)."
|
|
1973
|
+
"invalid_color": "Ingrese un color hexadecimal válido (p. ej. #4caf50).",
|
|
1974
|
+
"lot_assign_failed_title": "Cupón creado",
|
|
1975
|
+
"lot_assign_failed": "El cupón se creó, pero no se pudo asignarlo a los lotes seleccionados. Asígnelos desde la página de Lotes."
|
|
1974
1976
|
},
|
|
1975
1977
|
"field": {
|
|
1976
1978
|
"active": "Active",
|
|
@@ -2016,6 +2018,9 @@
|
|
|
2016
2018
|
"new_title": "New coupon",
|
|
2017
2019
|
"save": "Save coupon",
|
|
2018
2020
|
"section": {
|
|
2021
|
+
"assign_lots": "Asignar a lotes",
|
|
2022
|
+
"assign_lots_empty": "Ningún lote coincide con estos filtros.",
|
|
2023
|
+
"assign_lots_hint": "Elija a qué lotes se aplica este cupón. Podrá agregar o quitar lotes más tarde desde la página de Lotes.",
|
|
2019
2024
|
"details": "Coupon details",
|
|
2020
2025
|
"details_hint": "Configure el código, el descuento y el color de este cupón.",
|
|
2021
2026
|
"optional_chip": "Opcional",
|
|
@@ -5595,7 +5600,8 @@
|
|
|
5595
5600
|
"coupon_not_found": "Coupon code is not valid.",
|
|
5596
5601
|
"coupon_out_of_window": "Coupon is not active on this date.",
|
|
5597
5602
|
"coupon_reservation_dates_not_eligible": "Reservation dates are not eligible for this coupon.",
|
|
5598
|
-
"coupon_usage_exhausted": "Coupon usage limit reached."
|
|
5603
|
+
"coupon_usage_exhausted": "Coupon usage limit reached.",
|
|
5604
|
+
"coupon_network_error": "Couldn't apply your coupon. Please check your connection and try again."
|
|
5599
5605
|
},
|
|
5600
5606
|
"off_amount": "{{amount}} OFF",
|
|
5601
5607
|
"off_percent": "{{value}}% OFF",
|
|
@@ -5603,7 +5609,8 @@
|
|
|
5603
5609
|
"placeholder": "Coupon code",
|
|
5604
5610
|
"receipt_hint": "Discount applied by your coupon code.",
|
|
5605
5611
|
"remove": "Remove",
|
|
5606
|
-
"see_receipt": "(see receipt above)"
|
|
5612
|
+
"see_receipt": "(see receipt above)",
|
|
5613
|
+
"remove_failed": "Couldn't remove your coupon. Please try again."
|
|
5607
5614
|
},
|
|
5608
5615
|
"departure_by_time": "Antes de las {{time}}",
|
|
5609
5616
|
"edit_from_cart": "Editar elemento del carrito",
|
|
@@ -1970,7 +1970,9 @@
|
|
|
1970
1970
|
"percent_over_100": "Percentage cannot exceed 100%.",
|
|
1971
1971
|
"save_failed": "Save failed.",
|
|
1972
1972
|
"usage_negative": "Usage limit cannot be negative.",
|
|
1973
|
-
"invalid_color": "Entrez une couleur hexadécimale valide (p. ex. #4caf50)."
|
|
1973
|
+
"invalid_color": "Entrez une couleur hexadécimale valide (p. ex. #4caf50).",
|
|
1974
|
+
"lot_assign_failed_title": "Coupon créé",
|
|
1975
|
+
"lot_assign_failed": "Le coupon a été créé, mais son attribution aux terrains sélectionnés a échoué. Attribuez-les depuis la page Terrains."
|
|
1974
1976
|
},
|
|
1975
1977
|
"field": {
|
|
1976
1978
|
"active": "Active",
|
|
@@ -2016,6 +2018,9 @@
|
|
|
2016
2018
|
"new_title": "New coupon",
|
|
2017
2019
|
"save": "Save coupon",
|
|
2018
2020
|
"section": {
|
|
2021
|
+
"assign_lots": "Attribuer à des terrains",
|
|
2022
|
+
"assign_lots_empty": "Aucun terrain ne correspond à ces filtres.",
|
|
2023
|
+
"assign_lots_hint": "Choisissez les terrains auxquels ce coupon s'applique. Vous pourrez ajouter ou retirer des terrains plus tard depuis la page Terrains.",
|
|
2019
2024
|
"details": "Coupon details",
|
|
2020
2025
|
"details_hint": "Définissez le code, la remise et la couleur de ce coupon.",
|
|
2021
2026
|
"optional_chip": "Optionnel",
|
|
@@ -5595,7 +5600,8 @@
|
|
|
5595
5600
|
"coupon_not_found": "Coupon code is not valid.",
|
|
5596
5601
|
"coupon_out_of_window": "Coupon is not active on this date.",
|
|
5597
5602
|
"coupon_reservation_dates_not_eligible": "Reservation dates are not eligible for this coupon.",
|
|
5598
|
-
"coupon_usage_exhausted": "Coupon usage limit reached."
|
|
5603
|
+
"coupon_usage_exhausted": "Coupon usage limit reached.",
|
|
5604
|
+
"coupon_network_error": "Couldn't apply your coupon. Please check your connection and try again."
|
|
5599
5605
|
},
|
|
5600
5606
|
"off_amount": "{{amount}} OFF",
|
|
5601
5607
|
"off_percent": "{{value}}% OFF",
|
|
@@ -5603,7 +5609,8 @@
|
|
|
5603
5609
|
"placeholder": "Coupon code",
|
|
5604
5610
|
"receipt_hint": "Discount applied by your coupon code.",
|
|
5605
5611
|
"remove": "Remove",
|
|
5606
|
-
"see_receipt": "(see receipt above)"
|
|
5612
|
+
"see_receipt": "(see receipt above)",
|
|
5613
|
+
"remove_failed": "Couldn't remove your coupon. Please try again."
|
|
5607
5614
|
},
|
|
5608
5615
|
"departure_by_time": "Avant {{time}}",
|
|
5609
5616
|
"edit_from_cart": "Modifier l'article du panier",
|