@ikas/storefront-assets 4.0.0-beta.9 → 4.0.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
@@ -16,7 +16,7 @@ module.exports = {
16
16
  backToShopping: "Bestellung abschließen",
17
17
  backToCart: "Zurück zum Warenkorb",
18
18
  addToCart: "Zum Warenkorb hinzufügen",
19
- takeOutBasket : "Aus dem Korb nehmen"
19
+ takeOutBasket: "Aus dem Korb nehmen",
20
20
  },
21
21
  securePayment: "Sichere Bezahlung",
22
22
  alreadyHaveAnAccount: "Du hast bereits ein Konto?",
@@ -179,7 +179,9 @@ module.exports = {
179
179
  },
180
180
  creditCardForm: {
181
181
  checkboxLabel:
182
- "Ich möchte meine Karte in der {{ masterpassLogo }} Infrastruktur speichern.",
182
+ "{{ link }} meine Karte in der {{ masterpassLogo }} Infrastruktur speichern.",
183
+ checkboxLabelLink: "Ich möchte",
184
+ moreInformation: "Mehr Informationen",
183
185
  cardName: "Name der Karte",
184
186
  phoneNumber: "Telefonnummer",
185
187
  button: "Verifizierungscode senden",
package/checkout/en.js CHANGED
@@ -16,7 +16,7 @@ module.exports = {
16
16
  backToShopping: "Back to Shopping",
17
17
  backToCart: "Back to Cart",
18
18
  addToCart: "Add to Cart",
19
- takeOutBasket : "Take Out Of The Basket"
19
+ takeOutBasket: "Take Out Of The Basket",
20
20
  },
21
21
  securePayment: "Secure Payment",
22
22
  alreadyHaveAnAccount: "Already have an account?",
@@ -179,7 +179,9 @@ module.exports = {
179
179
  },
180
180
  creditCardForm: {
181
181
  checkboxLabel:
182
- "I want to store my card in the {{ masterpassLogo }} infrastructure.",
182
+ "I want to {{ link }} my card in the {{ masterpassLogo }} infrastructure.",
183
+ checkboxLabelLink: "store",
184
+ moreInformation: "More Information",
183
185
  cardName: "Card Name",
184
186
  phoneNumber: "Phone",
185
187
  button: "Send Verification Code",
package/checkout/tr.js CHANGED
@@ -16,7 +16,7 @@ module.exports = {
16
16
  backToShopping: "Alışverişe Dön",
17
17
  backToCart: "Sepete Dön",
18
18
  addToCart: "Sepete Ekle",
19
- takeOutBasket : "Sepetten Çıkar"
19
+ takeOutBasket: "Sepetten Çıkar",
20
20
  },
21
21
  securePayment: "Güvenli Ödeme",
22
22
  alreadyHaveAnAccount: "Zaten hesabınız var mı?",
@@ -178,7 +178,9 @@ module.exports = {
178
178
  },
179
179
  creditCardForm: {
180
180
  checkboxLabel:
181
- "Kartımı {{ masterPassLogo }} altyapısında saklamak istiyorum.",
181
+ "Kartımı {{ masterPassLogo }} altyapısında saklamak {{ link }}",
182
+ checkboxLabelLink: "istiyorum.",
183
+ moreInformation: "Detaylı Bilgi",
182
184
  cardName: "Kart İsmi",
183
185
  phoneNumber: "Telefon",
184
186
  button: "Onay Kodu Gönder",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront-assets",
3
- "version": "4.0.0-beta.9",
3
+ "version": "4.0.1",
4
4
  "author": "ikas",
5
5
  "license": "ISC",
6
6
  "description": "Assets for ikas storefront themes.",