@ikas/storefront-assets 4.0.0-beta.26 → 4.0.0-beta.4
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 +3 -19
- package/checkout/en.js +3 -19
- package/checkout/tr.js +3 -19
- package/package.json +1 -1
package/checkout/de.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
actions: {
|
|
3
3
|
login: "Einloggen",
|
|
4
|
-
signup: "Jetzt registrieren",
|
|
5
4
|
edit: "Bearbeiten",
|
|
6
5
|
apply: "Anwenden",
|
|
7
6
|
close: "Schießen",
|
|
@@ -17,7 +16,7 @@ module.exports = {
|
|
|
17
16
|
backToShopping: "Bestellung abschließen",
|
|
18
17
|
backToCart: "Zurück zum Warenkorb",
|
|
19
18
|
addToCart: "Zum Warenkorb hinzufügen",
|
|
20
|
-
takeOutBasket: "Aus dem Korb nehmen"
|
|
19
|
+
takeOutBasket : "Aus dem Korb nehmen"
|
|
21
20
|
},
|
|
22
21
|
securePayment: "Sichere Bezahlung",
|
|
23
22
|
alreadyHaveAnAccount: "Du hast bereits ein Konto?",
|
|
@@ -53,9 +52,6 @@ module.exports = {
|
|
|
53
52
|
companyName: "Name des Unternehmens",
|
|
54
53
|
taxOffice: "Finanzamt",
|
|
55
54
|
taxNumber: "Umsatzsteuer-ID",
|
|
56
|
-
password: "Passwort",
|
|
57
|
-
passwordRequiredError: "Passwort eingeben",
|
|
58
|
-
passwordMinError: "Muss mindestens {{value}} Zeichen lang sein!",
|
|
59
55
|
|
|
60
56
|
deliveryMethod: "Zustellungsmethode",
|
|
61
57
|
deliveryToAddress: "Lieferanschrift",
|
|
@@ -183,14 +179,12 @@ module.exports = {
|
|
|
183
179
|
},
|
|
184
180
|
creditCardForm: {
|
|
185
181
|
checkboxLabel:
|
|
186
|
-
"
|
|
187
|
-
checkboxLabelLink: "Ich möchte",
|
|
188
|
-
moreInformation: "Mehr Informationen",
|
|
182
|
+
"Ich möchte meine Karte in der {{ masterpassLogo }} Infrastruktur speichern.",
|
|
189
183
|
cardName: "Name der Karte",
|
|
190
184
|
phoneNumber: "Telefonnummer",
|
|
191
185
|
button: "Verifizierungscode senden",
|
|
192
186
|
},
|
|
193
|
-
|
|
187
|
+
linkCardToClientModal: {
|
|
194
188
|
text: "Du hast eine bei Masterpass registrierte Karte. Klicke auf OK, um diese Karte für Deinen Einkauf zu verwenden.",
|
|
195
189
|
buttonText: "OK",
|
|
196
190
|
subInfoText: "Zu diesem Zeitpunkt wird noch keine Zahlung durchgeführt.",
|
|
@@ -212,16 +206,6 @@ module.exports = {
|
|
|
212
206
|
},
|
|
213
207
|
},
|
|
214
208
|
|
|
215
|
-
quickRegistration: {
|
|
216
|
-
title: "Konto erstellen",
|
|
217
|
-
subtitle:
|
|
218
|
-
"Ab sofort kannst du deine Bestellungen als Kunde ganz einfach verfolgen und bleibst von aktuellen Kampagnen stets informiert.",
|
|
219
|
-
completedTitle: "Dein Konto wurde erfolgreich erstellt!",
|
|
220
|
-
completedSubtitle:
|
|
221
|
-
"Ab sofort kannst du deine Bestellungen ganz einfach verfolgen und bleibst von aktuellen Kampagnen stets informiert.",
|
|
222
|
-
accountEmail: "Deine E-Mail",
|
|
223
|
-
},
|
|
224
|
-
|
|
225
209
|
timeRemaining: "Verbleibende Zeit {{value}}",
|
|
226
210
|
|
|
227
211
|
errorCustomerRequired:
|
package/checkout/en.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
actions: {
|
|
3
3
|
login: "Login",
|
|
4
|
-
signup: "Sign Up",
|
|
5
4
|
edit: "Edit",
|
|
6
5
|
apply: "Apply",
|
|
7
6
|
close: "Close",
|
|
@@ -17,7 +16,7 @@ module.exports = {
|
|
|
17
16
|
backToShopping: "Back to Shopping",
|
|
18
17
|
backToCart: "Back to Cart",
|
|
19
18
|
addToCart: "Add to Cart",
|
|
20
|
-
takeOutBasket: "Take Out Of The Basket"
|
|
19
|
+
takeOutBasket : "Take Out Of The Basket"
|
|
21
20
|
},
|
|
22
21
|
securePayment: "Secure Payment",
|
|
23
22
|
alreadyHaveAnAccount: "Already have an account?",
|
|
@@ -54,9 +53,6 @@ module.exports = {
|
|
|
54
53
|
companyName: "Company Name",
|
|
55
54
|
taxOffice: "Tax Office",
|
|
56
55
|
taxNumber: "Tax Number",
|
|
57
|
-
password: "Password",
|
|
58
|
-
passwordRequiredError: "Enter password",
|
|
59
|
-
passwordMinError: "Must be at least {{value}} characters!",
|
|
60
56
|
|
|
61
57
|
deliveryMethod: "Delivery Method",
|
|
62
58
|
deliveryToAddress: "Delivery to Address",
|
|
@@ -183,14 +179,12 @@ module.exports = {
|
|
|
183
179
|
},
|
|
184
180
|
creditCardForm: {
|
|
185
181
|
checkboxLabel:
|
|
186
|
-
"I want to
|
|
187
|
-
checkboxLabelLink: "store",
|
|
188
|
-
moreInformation: "More Information",
|
|
182
|
+
"I want to store my card in the {{ masterpassLogo }} infrastructure.",
|
|
189
183
|
cardName: "Card Name",
|
|
190
184
|
phoneNumber: "Phone",
|
|
191
185
|
button: "Send Verification Code",
|
|
192
186
|
},
|
|
193
|
-
|
|
187
|
+
linkCardToClientModal: {
|
|
194
188
|
text: "You have a card registered to Masterpass. Click OK to use your card for your shopping.",
|
|
195
189
|
buttonText: "OK",
|
|
196
190
|
subInfoText: "Payment process will not be made at this stage.",
|
|
@@ -211,16 +205,6 @@ module.exports = {
|
|
|
211
205
|
},
|
|
212
206
|
},
|
|
213
207
|
|
|
214
|
-
quickRegistration: {
|
|
215
|
-
title: "Create Your Account",
|
|
216
|
-
subtitle:
|
|
217
|
-
"As a member, you can track your orders and get information about the latest offers and discounts.",
|
|
218
|
-
completedTitle: "Account Created Successfully",
|
|
219
|
-
completedSubtitle:
|
|
220
|
-
"Now you can track your orders easily and keep up with the latest offers.",
|
|
221
|
-
accountEmail: "Account email",
|
|
222
|
-
},
|
|
223
|
-
|
|
224
208
|
timeRemaining: "Time Remaining {{value}}",
|
|
225
209
|
|
|
226
210
|
errorCustomerRequired:
|
package/checkout/tr.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
actions: {
|
|
3
3
|
login: "Giriş Yap",
|
|
4
|
-
signup: "Hesap Oluşturun",
|
|
5
4
|
edit: "Düzenle",
|
|
6
5
|
apply: "Uygula",
|
|
7
6
|
close: "Kapat",
|
|
@@ -17,7 +16,7 @@ module.exports = {
|
|
|
17
16
|
backToShopping: "Alışverişe Dön",
|
|
18
17
|
backToCart: "Sepete Dön",
|
|
19
18
|
addToCart: "Sepete Ekle",
|
|
20
|
-
takeOutBasket: "Sepetten Çıkar"
|
|
19
|
+
takeOutBasket : "Sepetten Çıkar"
|
|
21
20
|
},
|
|
22
21
|
securePayment: "Güvenli Ödeme",
|
|
23
22
|
alreadyHaveAnAccount: "Zaten hesabınız var mı?",
|
|
@@ -53,9 +52,6 @@ module.exports = {
|
|
|
53
52
|
companyName: "Firma Adı",
|
|
54
53
|
taxOffice: "Vergi Dairesi",
|
|
55
54
|
taxNumber: "Vergi Numarası",
|
|
56
|
-
password: "Şifre",
|
|
57
|
-
passwordRequiredError: "Şifre girin",
|
|
58
|
-
passwordMinError: "{{value}} karakterden büyük olmalı!",
|
|
59
55
|
|
|
60
56
|
deliveryMethod: "Teslimat Yöntemi",
|
|
61
57
|
deliveryToAddress: "Adrese Teslimat",
|
|
@@ -182,14 +178,12 @@ module.exports = {
|
|
|
182
178
|
},
|
|
183
179
|
creditCardForm: {
|
|
184
180
|
checkboxLabel:
|
|
185
|
-
"Kartımı {{ masterPassLogo }} altyapısında saklamak
|
|
186
|
-
checkboxLabelLink: "istiyorum.",
|
|
187
|
-
moreInformation: "Detaylı Bilgi",
|
|
181
|
+
"Kartımı {{ masterPassLogo }} altyapısında saklamak istiyorum.",
|
|
188
182
|
cardName: "Kart İsmi",
|
|
189
183
|
phoneNumber: "Telefon",
|
|
190
184
|
button: "Onay Kodu Gönder",
|
|
191
185
|
},
|
|
192
|
-
|
|
186
|
+
linkCardToClientModal: {
|
|
193
187
|
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
188
|
buttonText: "Tamam",
|
|
195
189
|
subInfoText: "Bu aşamada kartınızdan tahsilat yapılmayacaktır.",
|
|
@@ -211,16 +205,6 @@ module.exports = {
|
|
|
211
205
|
},
|
|
212
206
|
},
|
|
213
207
|
|
|
214
|
-
quickRegistration: {
|
|
215
|
-
title: "Hesap Oluşturun",
|
|
216
|
-
subtitle:
|
|
217
|
-
"Üye olarak siparişinizi takip edebilir ve en güncel kampanyalardan haberdar olabilirsiniz.",
|
|
218
|
-
completedTitle: "Hesabınız Başarıyla Oluşturuldu!",
|
|
219
|
-
completedSubtitle:
|
|
220
|
-
"Artık siparişinizi kolayca takip edebilir ve en güncel kampanyalardan haberdar olabilirsiniz.",
|
|
221
|
-
accountEmail: "Üyelik e-postanız",
|
|
222
|
-
},
|
|
223
|
-
|
|
224
208
|
timeRemaining: "Kalan Süre {{value}}",
|
|
225
209
|
|
|
226
210
|
errorCustomerRequired:
|