@ikas/storefront-assets 4.0.0-beta.22 → 4.0.0-beta.24

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
@@ -190,7 +190,7 @@ module.exports = {
190
190
  phoneNumber: "Telefonnummer",
191
191
  button: "Verifizierungscode senden",
192
192
  },
193
- linkCardToClientModal: {
193
+ linkCardToClient: {
194
194
  text: "Du hast eine bei Masterpass registrierte Karte. Klicke auf OK, um diese Karte für Deinen Einkauf zu verwenden.",
195
195
  buttonText: "OK",
196
196
  subInfoText: "Zu diesem Zeitpunkt wird noch keine Zahlung durchgeführt.",
@@ -214,9 +214,11 @@ module.exports = {
214
214
 
215
215
  quickRegistration: {
216
216
  title: "Konto erstellen",
217
- subtitle: "Ab sofort kannst du deine Bestellungen als Kunde ganz einfach verfolgen und bleibst von aktuellen Kampagnen stets informiert.",
217
+ subtitle:
218
+ "Ab sofort kannst du deine Bestellungen als Kunde ganz einfach verfolgen und bleibst von aktuellen Kampagnen stets informiert.",
218
219
  completedTitle: "Dein Konto wurde erfolgreich erstellt!",
219
- completedSubtitle: "Ab sofort kannst du deine Bestellungen ganz einfach verfolgen und bleibst von aktuellen Kampagnen stets informiert.",
220
+ completedSubtitle:
221
+ "Ab sofort kannst du deine Bestellungen ganz einfach verfolgen und bleibst von aktuellen Kampagnen stets informiert.",
220
222
  accountEmail: "Deine E-Mail",
221
223
  },
222
224
 
package/checkout/en.js CHANGED
@@ -190,7 +190,7 @@ module.exports = {
190
190
  phoneNumber: "Phone",
191
191
  button: "Send Verification Code",
192
192
  },
193
- linkCardToClientModal: {
193
+ linkCardToClient: {
194
194
  text: "You have a card registered to Masterpass. Click OK to use your card for your shopping.",
195
195
  buttonText: "OK",
196
196
  subInfoText: "Payment process will not be made at this stage.",
@@ -213,9 +213,11 @@ module.exports = {
213
213
 
214
214
  quickRegistration: {
215
215
  title: "Create Your Account",
216
- subtitle: "As a member, you can track your orders and get information about the latest offers and discounts.",
216
+ subtitle:
217
+ "As a member, you can track your orders and get information about the latest offers and discounts.",
217
218
  completedTitle: "Account Created Successfully",
218
- completedSubtitle: "Now you can track your orders easily and keep up with the latest offers.",
219
+ completedSubtitle:
220
+ "Now you can track your orders easily and keep up with the latest offers.",
219
221
  accountEmail: "Account email",
220
222
  },
221
223
 
package/checkout/tr.js CHANGED
@@ -189,7 +189,7 @@ module.exports = {
189
189
  phoneNumber: "Telefon",
190
190
  button: "Onay Kodu Gönder",
191
191
  },
192
- linkCardToClientModal: {
192
+ linkCardToClient: {
193
193
  text: "MasterPass’e kayıtlı kartınız bulunmaktadır. Kartınızı alışverişinizde kullanmak için TAMAM’a tıklayınız.",
194
194
  buttonText: "Tamam",
195
195
  subInfoText: "Bu aşamada kartınızdan tahsilat yapılmayacaktır.",
@@ -213,9 +213,11 @@ module.exports = {
213
213
 
214
214
  quickRegistration: {
215
215
  title: "Hesap Oluşturun",
216
- subtitle: "Üye olarak siparişinizi takip edebilir ve en güncel kampanyalardan haberdar olabilirsiniz.",
216
+ subtitle:
217
+ "Üye olarak siparişinizi takip edebilir ve en güncel kampanyalardan haberdar olabilirsiniz.",
217
218
  completedTitle: "Hesabınız Başarıyla Oluşturuldu!",
218
- completedSubtitle: "Artık siparişinizi kolayca takip edebilir ve en güncel kampanyalardan haberdar olabilirsiniz.",
219
+ completedSubtitle:
220
+ "Artık siparişinizi kolayca takip edebilir ve en güncel kampanyalardan haberdar olabilirsiniz.",
219
221
  accountEmail: "Üyelik e-postanız",
220
222
  },
221
223
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront-assets",
3
- "version": "4.0.0-beta.22",
3
+ "version": "4.0.0-beta.24",
4
4
  "author": "ikas",
5
5
  "license": "ISC",
6
6
  "description": "Assets for ikas storefront themes.",