@ikas/storefront-assets 4.13.18 → 4.14.1

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
@@ -257,6 +257,8 @@ module.exports = {
257
257
 
258
258
  errorCustomerRequired:
259
259
  "Diese E-Mail-Adresse gehört einem registrierten Benutzer. Bitte logge Dich ein.",
260
+ errorCustomerAccountDisabled:
261
+ "Um dieses Konto zu nutzen, kontaktieren Sie uns.",
260
262
  errorNoShipping: "Keine Versandoptionen für deine Region gefunden.",
261
263
  errorPayment:
262
264
  "Deine Zahlung konnte nicht empfangen werden. Bitte überprüfe Deine Angaben und versuche es erneut.",
package/checkout/en.js CHANGED
@@ -256,6 +256,7 @@ module.exports = {
256
256
 
257
257
  errorCustomerRequired:
258
258
  "This e-mail address belongs to a registered user. Please login to your account.",
259
+ errorCustomerAccountDisabled: "To use this account, contact us.",
259
260
  errorNoShipping: "Your region is not available for shipping.",
260
261
  errorPayment:
261
262
  "Your payment could not be received. Please check your information and try again.",
package/checkout/fr.js CHANGED
@@ -233,6 +233,7 @@ module.exports = {
233
233
  filesReadyToDownload: "Fichiers prêts à être téléchargés",
234
234
  errorCustomerRequired:
235
235
  "Il existe un compte enregistré pour cette adresse e-mail. Veuillez vous connecter à votre compte.",
236
+ errorCustomerAccountDisabled: "Pour utiliser ce compte, contactez-nous.",
236
237
  errorNoShipping: "Il n'y a pas de livraison à votre emplacement.",
237
238
  errorPayment:
238
239
  "Votre paiement n'a pas pu être reçu. Veuillez vérifier vos informations et réessayer.",
package/checkout/tr.js CHANGED
@@ -256,6 +256,8 @@ module.exports = {
256
256
 
257
257
  errorCustomerRequired:
258
258
  "Bu e-posta adresine ait kayıtlı bir hesap bulunuyor. Lütfen hesabınıza giriş yapınız.",
259
+ errorCustomerAccountDisabled:
260
+ "Bu hesabı kullanmak için bizimle iletişime geçin.",
259
261
  errorNoShipping: "Bulunduğunuz konuma gönderim yapılmamaktadır.",
260
262
  errorPayment:
261
263
  "Ödemeniz alınamadı. Lütfen bilgilerinizi kontrol edip tekrar deneyin.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront-assets",
3
- "version": "4.13.18",
3
+ "version": "4.14.1",
4
4
  "author": "ikas",
5
5
  "license": "ISC",
6
6
  "description": "Assets for ikas storefront themes.",