@ikas/storefront-assets 4.10.0-beta.3 → 4.10.0-beta.30

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
@@ -18,6 +18,7 @@ module.exports = {
18
18
  backToCart: "Zurück zum Warenkorb",
19
19
  addToCart: "Zum Warenkorb hinzufügen",
20
20
  updateCart: "Meinen Warenkorb Aktualisieren",
21
+ download: "Download",
21
22
  },
22
23
  securePayment: "Sichere Bezahlung",
23
24
  alreadyHaveAnAccount: "Du hast bereits ein Konto?",
@@ -250,6 +251,8 @@ module.exports = {
250
251
 
251
252
  timeRemaining: "Verbleibende Zeit {{value}}",
252
253
 
254
+ filesReadyToDownload: "Dateien zum Download bereit",
255
+
253
256
  errorCustomerRequired:
254
257
  "Diese E-Mail-Adresse gehört einem registrierten Benutzer. Bitte logge Dich ein.",
255
258
  errorNoShipping: "Keine Versandoptionen für deine Region gefunden.",
package/checkout/en.js CHANGED
@@ -18,6 +18,7 @@ module.exports = {
18
18
  backToCart: "Back to Cart",
19
19
  addToCart: "Add to Cart",
20
20
  updateCart: "Update My Cart",
21
+ download: "Download",
21
22
  },
22
23
  securePayment: "Secure Payment",
23
24
  alreadyHaveAnAccount: "Already have an account?",
@@ -249,6 +250,8 @@ module.exports = {
249
250
 
250
251
  timeRemaining: "Time Remaining {{value}}",
251
252
 
253
+ filesReadyToDownload: "Files Ready to Download",
254
+
252
255
  errorCustomerRequired:
253
256
  "This e-mail address belongs to a registered user. Please login to your account.",
254
257
  errorNoShipping: "Your region is not available for shipping.",
package/checkout/fr.js CHANGED
@@ -18,6 +18,7 @@ module.exports = {
18
18
  backToCart: "Retour au panier",
19
19
  addToCart: "Ajouter au panier",
20
20
  updateCart: "Mettre à jour le panier",
21
+ download: "Télécharger",
21
22
  },
22
23
  securePayment: "Paiement Sécurisé",
23
24
  alreadyHaveAnAccount: "Vous avez déjà un compte?",
@@ -227,6 +228,7 @@ module.exports = {
227
228
  accountEmail: "Votre adresse e-mail de membre",
228
229
  },
229
230
  timeRemaining: "Temps restant : {{value}}",
231
+ filesReadyToDownload: "Fichiers prêts à être téléchargés",
230
232
  errorCustomerRequired:
231
233
  "Il existe un compte enregistré pour cette adresse e-mail. Veuillez vous connecter à votre compte.",
232
234
  errorNoShipping: "Il n'y a pas de livraison à votre emplacement.",
package/checkout/tr.js CHANGED
@@ -18,6 +18,7 @@ module.exports = {
18
18
  backToCart: "Sepete Dön",
19
19
  addToCart: "Sepete Ekle",
20
20
  updateCart: "Sepetimi Güncelle",
21
+ download: "İndir",
21
22
  },
22
23
  securePayment: "Güvenli Ödeme",
23
24
  alreadyHaveAnAccount: "Zaten hesabınız var mı?",
@@ -249,6 +250,8 @@ module.exports = {
249
250
 
250
251
  timeRemaining: "Kalan Süre {{value}}",
251
252
 
253
+ filesReadyToDownload: "Dosyalar İndirilmeye Hazır",
254
+
252
255
  errorCustomerRequired:
253
256
  "Bu e-posta adresine ait kayıtlı bir hesap bulunuyor. Lütfen hesabınıza giriş yapınız.",
254
257
  errorNoShipping: "Bulunduğunuz konuma gönderim yapılmamaktadır.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront-assets",
3
- "version": "4.10.0-beta.3",
3
+ "version": "4.10.0-beta.30",
4
4
  "author": "ikas",
5
5
  "license": "ISC",
6
6
  "description": "Assets for ikas storefront themes.",