@ikas/storefront-assets 6.1.0-beta.9 → 6.1.0-beta.90

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 CHANGED
@@ -187,6 +187,7 @@ module.exports = {
187
187
  cartTaxTitle: "MwSt.",
188
188
  cartInterest: "Zinsen",
189
189
  couponCode: "Gutschein-/Rabattcode",
190
+ giftCode: "Geschenkgutschein-Code",
190
191
  addCouponCode: "Gutschein-/Rabattcode hinzufügen",
191
192
  addOrderNote: "Bestellnotiz hinzufügen",
192
193
  editOrderNote: "Bestellnotiz bearbeiten",
@@ -256,6 +257,7 @@ module.exports = {
256
257
  "Einige Artikel in Deinem Warenkorb sind nicht auf Lager. Wenn Du trotzdem fortfährst werden Produkte die nicht auf Lager sind aus Deinem Warenkorb entfernt?",
257
258
  errorUnknown:
258
259
  "Es ist ein unerwarteter Fehler aufgetreten. Bitte versuche es erneut.",
260
+ errorContactStore: "Ein unerwarteter Fehler ist aufgetreten. Bitte wende Dich an den Shop-Besitzer.",
259
261
  errorPickupLocationRequired: "Abholort wählen",
260
262
  customizedProduct: "Individualisiertes Produkt",
261
263
  bundleProductsQuantity: "{{value}} Produkt",
package/checkout/en.js CHANGED
@@ -200,6 +200,7 @@ module.exports = {
200
200
  cartTaxTitle: "Tax",
201
201
  cartInterest: "Interest",
202
202
  couponCode: "Coupon Code",
203
+ giftCode: "Gift Code",
203
204
  addCouponCode: "Add coupon code",
204
205
  addOrderNote: "Add order note",
205
206
  editOrderNote: "Edit order note",
@@ -274,6 +275,7 @@ module.exports = {
274
275
  errorStockDescription:
275
276
  "Some items in your cart are out of stock. Would you like to continue by removing these products from your cart?",
276
277
  errorUnknown: "An unexpected error has occurred. Please try again.",
278
+ errorContactStore: "An unexpected error has occurred. Please contact the store owner.",
277
279
  errorPickupLocationRequired: "Choose pickup location",
278
280
 
279
281
  customizedProduct: "Customized Product",
package/checkout/fr.js CHANGED
@@ -189,6 +189,7 @@ module.exports = {
189
189
  cartTaxTitle: "Taxe",
190
190
  cartInterest: "intérêts de retard",
191
191
  couponCode: "bon de réduction",
192
+ giftCode: "Code Cadeau",
192
193
  addCouponCode: "ajouter un code promo",
193
194
  addOrderNote: "ajouter une note de commande",
194
195
  editOrderNote: "modifier la note de commande",
@@ -256,6 +257,7 @@ module.exports = {
256
257
  errorStockDescription:
257
258
  "Certains articles de votre panier sont en rupture de stock. Souhaitez-vous continuer en supprimant ces produits de votre panier ?",
258
259
  errorUnknown: "Une erreur imprévue s'est produite. Veuillez réessayer.",
260
+ errorContactStore: "Une erreur imprévue s'est produite. Veuillez contacter le propriétaire du magasin.",
259
261
  errorPickupLocationRequired: "Choisissez le lieu d'expédition",
260
262
  customizedProduct: "Produit personnalisé",
261
263
  bundleProductsQuantity: "{{value}} Produits",
package/checkout/tr.js CHANGED
@@ -186,6 +186,7 @@ module.exports = {
186
186
  cartTaxTitle: "Vergi",
187
187
  cartInterest: "Vade Farkı",
188
188
  couponCode: "İndirim Kodu",
189
+ giftCode: "Hediye Kodu",
189
190
  addCouponCode: "İndirim kodu ekle",
190
191
  addOrderNote: "Sipariş notu ekle",
191
192
  editOrderNote: "Sipariş notu düzenle",
@@ -254,6 +255,7 @@ module.exports = {
254
255
  errorStockDescription:
255
256
  "Sepetinizdeki bazı ürünlerin stoğu tükenmiştir. Bu ürünleri sepetinizden çıkararak devam etmek ister misiniz?",
256
257
  errorUnknown: "Beklenmedik bir hata oluştu. Lütfen tekrar deneyin.",
258
+ errorContactStore: "Beklenmedik bir hata oluştu. Lütfen mağaza sahibiyle iletişime geçin.",
257
259
  errorPickupLocationRequired: "Teslim alınacak konumu seçin",
258
260
  customizedProduct: "Kişiselleştirilmiş Ürün",
259
261
  bundleProductsQuantity: "{{value}} Ürün",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront-assets",
3
- "version": "6.1.0-beta.9",
3
+ "version": "6.1.0-beta.90",
4
4
  "author": "ikas",
5
5
  "license": "ISC",
6
6
  "description": "Assets for ikas storefront themes.",