@ikas/storefront-assets 6.1.0-beta.283 → 6.1.0-beta.285
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 +1 -0
- package/checkout/en.js +1 -0
- package/checkout/fr.js +1 -0
- package/checkout/tr.js +1 -0
- package/package.json +1 -1
package/checkout/de.js
CHANGED
|
@@ -207,6 +207,7 @@ module.exports = {
|
|
|
207
207
|
"{{value}} Treuepunkte in Rabatt umwandeln",
|
|
208
208
|
loyaltyPointSpending: "{{point}} Treuepunkte verwendet",
|
|
209
209
|
loyaltyPointsLinesModalContentItemTitleFreeProduct: "Geschenkprodukt",
|
|
210
|
+
loyaltyPointsLinesModalContentItemTitleRatio: "Prozentualer Rabatt",
|
|
210
211
|
loyaltyPointsLineItemButtonApplyAmount: "{{amount}} Rabatt anwenden",
|
|
211
212
|
loyaltyPointsLineItemButtonApply: "Anwenden",
|
|
212
213
|
loyaltyPointsLineItemButtonSelectGift: "Geschenk auswählen",
|
package/checkout/en.js
CHANGED
|
@@ -218,6 +218,7 @@ module.exports = {
|
|
|
218
218
|
"Convert {{value}} Loyalty Points to Discount",
|
|
219
219
|
loyaltyPointSpending: "{{point}} Loyalty Points used",
|
|
220
220
|
loyaltyPointsLinesModalContentItemTitleFreeProduct: "Free Product",
|
|
221
|
+
loyaltyPointsLinesModalContentItemTitleRatio: "Percentage Discount",
|
|
221
222
|
loyaltyPointsLineItemButtonApplyAmount: "{{amount}} Discount Apply",
|
|
222
223
|
loyaltyPointsLineItemButtonApply: "Apply",
|
|
223
224
|
loyaltyPointsLineItemButtonSelectGift: "Select Gift",
|
package/checkout/fr.js
CHANGED
|
@@ -209,6 +209,7 @@ module.exports = {
|
|
|
209
209
|
"Convertir {{value}} Points de fidélité en réduction",
|
|
210
210
|
loyaltyPointSpending: "{{point}} Points de fidélité utilisés",
|
|
211
211
|
loyaltyPointsLinesModalContentItemTitleFreeProduct: "Produit gratuit",
|
|
212
|
+
loyaltyPointsLinesModalContentItemTitleRatio: "Réduction en pourcentage",
|
|
212
213
|
loyaltyPointsLineItemButtonApplyAmount: "{{amount}} Réduction Appliquer",
|
|
213
214
|
loyaltyPointsLineItemButtonApply: "Appliquer",
|
|
214
215
|
loyaltyPointsLineItemButtonSelectGift: "Sélectionner le cadeau",
|
package/checkout/tr.js
CHANGED
|
@@ -207,6 +207,7 @@ module.exports = {
|
|
|
207
207
|
"Puanlarını {{value}} İndirime Dönüştür",
|
|
208
208
|
loyaltyPointSpending: "{{point}} Puan harcandı",
|
|
209
209
|
loyaltyPointsLinesModalContentItemTitleFreeProduct: "Hediye Ürün",
|
|
210
|
+
loyaltyPointsLinesModalContentItemTitleRatio: "Yüzdelik İndirim",
|
|
210
211
|
loyaltyPointsLineItemButtonApplyAmount: "{{amount}} İndirim Uygula",
|
|
211
212
|
loyaltyPointsLineItemButtonApply: "Uygula",
|
|
212
213
|
loyaltyPointsLineItemButtonSelectGift: "Hediyeni Seç",
|