@ikas/storefront-assets 4.5.1-beta.15 → 4.5.1-beta.16
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 +5 -0
- package/checkout/en.js +5 -0
- package/checkout/tr.js +5 -0
- package/package.json +1 -1
package/checkout/de.js
CHANGED
|
@@ -72,6 +72,11 @@ module.exports = {
|
|
|
72
72
|
WITHIN_PLUS_FIVE_DAYS: "Gewöhnlich in +5 Tagen fertig",
|
|
73
73
|
},
|
|
74
74
|
},
|
|
75
|
+
estimatedDeliveryTime: {
|
|
76
|
+
day: "Estimated Delivery Time: {{ value }} Tage",
|
|
77
|
+
hour: "Estimated Delivery Time: {{ value }} Stunden",
|
|
78
|
+
minute: "Voraussichtliche Lieferzeit: {{ value }} Minuten",
|
|
79
|
+
},
|
|
75
80
|
recipientsInfo: "Empfänger Details",
|
|
76
81
|
pickUpLocation: "Abholort",
|
|
77
82
|
receiver: "Empfänger",
|
package/checkout/en.js
CHANGED
|
@@ -73,6 +73,11 @@ module.exports = {
|
|
|
73
73
|
WITHIN_PLUS_FIVE_DAYS: "Usually ready in +5 days",
|
|
74
74
|
},
|
|
75
75
|
},
|
|
76
|
+
estimatedDeliveryTime: {
|
|
77
|
+
day: "Estimated Delivery Time: {{ value }} Days",
|
|
78
|
+
hour: "Estimated Delivery Time: {{ value }} Hours",
|
|
79
|
+
minute: "Estimated Delivery Time: {{ value }} Minutes",
|
|
80
|
+
},
|
|
76
81
|
recipientsInfo: "Recipient Information",
|
|
77
82
|
pickUpLocation: "Pick Up Location",
|
|
78
83
|
receiver: "Receiver",
|
package/checkout/tr.js
CHANGED
|
@@ -72,6 +72,11 @@ module.exports = {
|
|
|
72
72
|
WITHIN_PLUS_FIVE_DAYS: "Genelde +5 gün içinde hazır olur",
|
|
73
73
|
},
|
|
74
74
|
},
|
|
75
|
+
estimatedDeliveryTime: {
|
|
76
|
+
day: "Tahmini Teslimat Süresi: {{ value }} Gün",
|
|
77
|
+
hour: "Tahmini Teslimat Süresi: {{ value }} Saat",
|
|
78
|
+
minute: "Tahmini Teslimat Süresi: {{ value }} Dakika",
|
|
79
|
+
},
|
|
75
80
|
recipientsInfo: "Teslim Alacak Kişi Bilgileri",
|
|
76
81
|
pickUpLocation: "Teslim Alınacak Konum",
|
|
77
82
|
receiver: "Teslim Alacak Kişi",
|