@ikas/storefront-assets 4.15.0-beta.74 → 4.15.0-beta.76
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
|
@@ -268,6 +268,7 @@ module.exports = {
|
|
|
268
268
|
errorCustomerAccountDisabled:
|
|
269
269
|
"Um dieses Konto zu nutzen, kontaktieren Sie uns.",
|
|
270
270
|
errorNoShipping: "Keine Versandoptionen für deine Region gefunden.",
|
|
271
|
+
errorInvalidEmail: "Bitte geben Sie eine gültige E-Mail ein.",
|
|
271
272
|
errorPayment:
|
|
272
273
|
"Deine Zahlung konnte nicht empfangen werden. Bitte überprüfe Deine Angaben und versuche es erneut.",
|
|
273
274
|
errorStockTitle: "Lagerbestand aktualisiert!",
|
package/checkout/en.js
CHANGED
|
@@ -266,6 +266,7 @@ module.exports = {
|
|
|
266
266
|
"This e-mail address belongs to a registered user. Please login to your account.",
|
|
267
267
|
errorCustomerAccountDisabled: "To use this account, contact us.",
|
|
268
268
|
errorNoShipping: "Your region is not available for shipping.",
|
|
269
|
+
errorInvalidEmail: "Please enter a valid e-mail.",
|
|
269
270
|
errorPayment:
|
|
270
271
|
"Your payment could not be received. Please check your information and try again.",
|
|
271
272
|
errorStockTitle: "Stock Update!",
|
package/checkout/fr.js
CHANGED
|
@@ -243,6 +243,7 @@ module.exports = {
|
|
|
243
243
|
"Il existe un compte enregistré pour cette adresse e-mail. Veuillez vous connecter à votre compte.",
|
|
244
244
|
errorCustomerAccountDisabled: "Pour utiliser ce compte, contactez-nous.",
|
|
245
245
|
errorNoShipping: "Il n'y a pas de livraison à votre emplacement.",
|
|
246
|
+
errorInvalidEmail: "Veuillez saisir un e-mail valide.",
|
|
246
247
|
errorPayment:
|
|
247
248
|
"Votre paiement n'a pas pu être reçu. Veuillez vérifier vos informations et réessayer.",
|
|
248
249
|
errorStockTitle: "Stocks mis à jour !",
|
package/checkout/tr.js
CHANGED
|
@@ -267,6 +267,7 @@ module.exports = {
|
|
|
267
267
|
errorCustomerAccountDisabled:
|
|
268
268
|
"Bu hesabı kullanmak için bizimle iletişime geçin.",
|
|
269
269
|
errorNoShipping: "Bulunduğunuz konuma gönderim yapılmamaktadır.",
|
|
270
|
+
errorInvalidEmail: "Lütfen geçerli bir e-posta giriniz.",
|
|
270
271
|
errorPayment:
|
|
271
272
|
"Ödemeniz alınamadı. Lütfen bilgilerinizi kontrol edip tekrar deneyin.",
|
|
272
273
|
errorStockTitle: "Stoklar Güncellendi!",
|