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