@ikas/storefront-assets 6.1.0-beta.321 → 6.1.0-beta.323
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.
- package/checkout/de.js +2 -0
- package/checkout/en.js +4 -1
- package/checkout/fr.js +2 -0
- package/checkout/tr.js +2 -0
- package/package.json +1 -1
package/checkout/de.js
CHANGED
|
@@ -197,6 +197,8 @@ module.exports = {
|
|
|
197
197
|
"Du benötigst ein Konto, um die Vorteile der Kampagne nutzen zu können.",
|
|
198
198
|
couponInvalidForCartItems:
|
|
199
199
|
"Dieser Rabattcode ist für die Artikel in Ihrem Warenkorb nicht gültig.",
|
|
200
|
+
couponPeriodUsageLimitExceeded:
|
|
201
|
+
"Dieser Rabattcode hat seine Verwendungsgrenze für den festgelegten Zeitraum erreicht.",
|
|
200
202
|
subtotal: "Zwischensumme",
|
|
201
203
|
total: "Bestellsumme",
|
|
202
204
|
subtotalTooltip:
|
package/checkout/en.js
CHANGED
|
@@ -209,6 +209,8 @@ module.exports = {
|
|
|
209
209
|
"You need to sign up to benefit from the discount.",
|
|
210
210
|
couponInvalidForCartItems:
|
|
211
211
|
"This coupon code is not valid for the items in your cart.",
|
|
212
|
+
couponPeriodUsageLimitExceeded:
|
|
213
|
+
"This coupon code has reached its usage limit for the specified period.",
|
|
212
214
|
subtotal: "Subtotal",
|
|
213
215
|
total: "Total",
|
|
214
216
|
subtotalTooltip:
|
|
@@ -340,7 +342,8 @@ module.exports = {
|
|
|
340
342
|
milesSmilesUseMyMiles: "use my miles",
|
|
341
343
|
milesSmilesAvailableTotal: "Available Total Miles: {{miles}}",
|
|
342
344
|
milesSmilesUnit: "miles",
|
|
343
|
-
milesSmilesExceedError:
|
|
345
|
+
milesSmilesExceedError:
|
|
346
|
+
"You cannot enter a value higher than available miles",
|
|
344
347
|
storeCredit: "Store Credit",
|
|
345
348
|
totalAmountPayable: "Total Amount Payable",
|
|
346
349
|
chargedAmount: "Charged Amount",
|
package/checkout/fr.js
CHANGED
|
@@ -199,6 +199,8 @@ module.exports = {
|
|
|
199
199
|
"Vous devez être membre pour profiter de l'offre.",
|
|
200
200
|
couponInvalidForCartItems:
|
|
201
201
|
"Ce code promo n’est pas valable pour les articles dans votre panier.",
|
|
202
|
+
couponPeriodUsageLimitExceeded:
|
|
203
|
+
"Ce code promo a atteint sa limite d’utilisation pour la période définie.",
|
|
202
204
|
subtotal: "Sous-total",
|
|
203
205
|
total: "Total",
|
|
204
206
|
subtotalTooltip:
|
package/checkout/tr.js
CHANGED
|
@@ -193,6 +193,8 @@ module.exports = {
|
|
|
193
193
|
"Kampanyadan faydalanabilmeniz için üye olmanız gerekmektedir.",
|
|
194
194
|
couponInvalidForCartItems:
|
|
195
195
|
"Bu kupon kodu, sepetinizdeki ürünler için geçerli değil.",
|
|
196
|
+
couponPeriodUsageLimitExceeded:
|
|
197
|
+
"Kuponun belirlenen dönem için kullanım limiti doldu.",
|
|
196
198
|
subtotal: "Ara Toplam",
|
|
197
199
|
total: "Toplam",
|
|
198
200
|
subtotalTooltip:
|