@ikas/storefront-assets 4.12.0-beta.9 → 4.12.0-beta.90
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 +15 -1
- package/checkout/en.js +14 -1
- package/checkout/fr.js +14 -1
- package/checkout/tr.js +15 -1
- package/package.json +1 -1
package/checkout/de.js
CHANGED
|
@@ -19,6 +19,9 @@ module.exports = {
|
|
|
19
19
|
addToCart: "Zum Warenkorb hinzufügen",
|
|
20
20
|
updateCart: "Meinen Warenkorb Aktualisieren",
|
|
21
21
|
download: "Download",
|
|
22
|
+
rejectOffer: "Angebot ablehnen",
|
|
23
|
+
acceptOffer: "Zu meiner Bestellung hinzufügen",
|
|
24
|
+
goOrderDetailPage: "Gehen Sie zu den Bestelldetails",
|
|
22
25
|
},
|
|
23
26
|
securePayment: "Sichere Bezahlung",
|
|
24
27
|
alreadyHaveAnAccount: "Du hast bereits ein Konto?",
|
|
@@ -138,6 +141,7 @@ module.exports = {
|
|
|
138
141
|
paymentMethodAdditionalPrice: "Gebühr",
|
|
139
142
|
|
|
140
143
|
orderSuccessTitle: "Vielen Dank für Deine Bestellung!",
|
|
144
|
+
orderSuccessShortTitle: "Ihre Bestellung wurde bestätigt.",
|
|
141
145
|
orderSuccessDescription:
|
|
142
146
|
"Hallo {{ customerName }}, wir haben Deine Bestellung erhalten. Wir benachrichtigen Dich, wenn die Bestellung versandt wird.",
|
|
143
147
|
orderSuccessInStoreDeliveryDescription:
|
|
@@ -145,6 +149,9 @@ module.exports = {
|
|
|
145
149
|
orderSuccessDigitalOnlyDescription:
|
|
146
150
|
"Hallo {{ customerName }}, wir haben Deine Bestellung erhalten. Sobald Dein digitales Produkt bereitsteht, werden wir Dich per E-Mail benachrichtigen.",
|
|
147
151
|
orderNoAndDate: "Bestellnummer/Datum",
|
|
152
|
+
orderDate: "Auftragsdatum:",
|
|
153
|
+
orderNo: "Bestellnummer:",
|
|
154
|
+
orderAmount: "Bestellbetrag:",
|
|
148
155
|
paymentSummary: "Zahlungsübersicht",
|
|
149
156
|
shippingSummary: "Versand Übersicht",
|
|
150
157
|
helpCtaQuestion: "Brauchst Du Hilfe?",
|
|
@@ -165,6 +172,7 @@ module.exports = {
|
|
|
165
172
|
fulfilled: "Verschickt",
|
|
166
173
|
partiallyFulfilled: "Teilweise verschickt",
|
|
167
174
|
delivered: "Zugestellt",
|
|
175
|
+
partiallyDelivered: "Teilweise Zugestellt",
|
|
168
176
|
unableToDeliver: "Zugestellt fehlgeschlagen",
|
|
169
177
|
cancelled: "Storniert",
|
|
170
178
|
cancelRejected: "Storno abgeleht",
|
|
@@ -251,12 +259,14 @@ module.exports = {
|
|
|
251
259
|
accountEmail: "Deine E-Mail",
|
|
252
260
|
},
|
|
253
261
|
|
|
254
|
-
timeRemaining: "Verbleibende Zeit
|
|
262
|
+
timeRemaining: "Verbleibende Zeit:",
|
|
255
263
|
|
|
256
264
|
filesReadyToDownload: "Dateien zum Download bereit",
|
|
257
265
|
|
|
258
266
|
errorCustomerRequired:
|
|
259
267
|
"Diese E-Mail-Adresse gehört einem registrierten Benutzer. Bitte logge Dich ein.",
|
|
268
|
+
errorCustomerAccountDisabled:
|
|
269
|
+
"Um dieses Konto zu nutzen, kontaktieren Sie uns.",
|
|
260
270
|
errorNoShipping: "Keine Versandoptionen für deine Region gefunden.",
|
|
261
271
|
errorPayment:
|
|
262
272
|
"Deine Zahlung konnte nicht empfangen werden. Bitte überprüfe Deine Angaben und versuche es erneut.",
|
|
@@ -271,4 +281,8 @@ module.exports = {
|
|
|
271
281
|
bundleProductsQuantity: "{{value}} Produkt",
|
|
272
282
|
yes: "Ja",
|
|
273
283
|
no: "Nein",
|
|
284
|
+
discount: "Rabatt",
|
|
285
|
+
offerTitle: "Kampanya Başlık",
|
|
286
|
+
offerDescription: "Açıklama",
|
|
287
|
+
offerProductName: "İkas Ürün",
|
|
274
288
|
};
|
package/checkout/en.js
CHANGED
|
@@ -19,6 +19,9 @@ module.exports = {
|
|
|
19
19
|
addToCart: "Add to Cart",
|
|
20
20
|
updateCart: "Update My Cart",
|
|
21
21
|
download: "Download",
|
|
22
|
+
rejectOffer: "Reject Offer",
|
|
23
|
+
acceptOffer: "Add to My Order",
|
|
24
|
+
goOrderDetailPage: "Go To Order Detail",
|
|
22
25
|
},
|
|
23
26
|
securePayment: "Secure Payment",
|
|
24
27
|
alreadyHaveAnAccount: "Already have an account?",
|
|
@@ -139,6 +142,7 @@ module.exports = {
|
|
|
139
142
|
paymentMethodAdditionalPrice: "Fee",
|
|
140
143
|
|
|
141
144
|
orderSuccessTitle: "Thank you for your order!",
|
|
145
|
+
orderSuccessShortTitle: "Your Order Has Been Confirmed.",
|
|
142
146
|
orderSuccessDescription:
|
|
143
147
|
"Dear {{ customerName }}, we have received your order. We will notify you when your order is shipped.",
|
|
144
148
|
orderSuccessInStoreDeliveryDescription:
|
|
@@ -146,6 +150,9 @@ module.exports = {
|
|
|
146
150
|
orderSuccessDigitalOnlyDescription:
|
|
147
151
|
"Dear {{ customerName }}, we have received your order. We will notify you when your products are ready to use.",
|
|
148
152
|
orderNoAndDate: "Order Number / Date",
|
|
153
|
+
orderDate: "Order Date:",
|
|
154
|
+
orderNo: "Order Number:",
|
|
155
|
+
orderAmount: "Order Amount:",
|
|
149
156
|
paymentSummary: "Payment Summary",
|
|
150
157
|
shippingSummary: "Shipping Summary",
|
|
151
158
|
helpCtaQuestion: "Do you need help?",
|
|
@@ -165,6 +172,7 @@ module.exports = {
|
|
|
165
172
|
fulfilled: "Fulfilled",
|
|
166
173
|
partiallyFulfilled: "Partially Fulfilled",
|
|
167
174
|
delivered: "Delivered",
|
|
175
|
+
partiallyDelivered: "Partially Delivered",
|
|
168
176
|
unableToDeliver: "Unable to Deliver",
|
|
169
177
|
cancelled: "Cancelled",
|
|
170
178
|
cancelRejected: "Cancel Rejected",
|
|
@@ -250,12 +258,13 @@ module.exports = {
|
|
|
250
258
|
accountEmail: "Account email",
|
|
251
259
|
},
|
|
252
260
|
|
|
253
|
-
timeRemaining: "Time Remaining
|
|
261
|
+
timeRemaining: "Time Remaining:",
|
|
254
262
|
|
|
255
263
|
filesReadyToDownload: "Files Ready to Download",
|
|
256
264
|
|
|
257
265
|
errorCustomerRequired:
|
|
258
266
|
"This e-mail address belongs to a registered user. Please login to your account.",
|
|
267
|
+
errorCustomerAccountDisabled: "To use this account, contact us.",
|
|
259
268
|
errorNoShipping: "Your region is not available for shipping.",
|
|
260
269
|
errorPayment:
|
|
261
270
|
"Your payment could not be received. Please check your information and try again.",
|
|
@@ -269,4 +278,8 @@ module.exports = {
|
|
|
269
278
|
bundleProductsQuantity: "{{value}} Product",
|
|
270
279
|
yes: "Yes",
|
|
271
280
|
no: "No",
|
|
281
|
+
discount: "Discount",
|
|
282
|
+
offerTitle: "Kampanya Başlık",
|
|
283
|
+
offerDescription: "Açıklama",
|
|
284
|
+
offerProductName: "İkas Ürün",
|
|
272
285
|
};
|
package/checkout/fr.js
CHANGED
|
@@ -19,6 +19,9 @@ module.exports = {
|
|
|
19
19
|
addToCart: "Ajouter au panier",
|
|
20
20
|
updateCart: "Mettre à jour le panier",
|
|
21
21
|
download: "Télécharger",
|
|
22
|
+
rejectOffer: "Rejeter L'offre",
|
|
23
|
+
acceptOffer: "Ajouter à ma commande",
|
|
24
|
+
goOrderDetailPage: "Aller Au Détail De La Commande",
|
|
22
25
|
},
|
|
23
26
|
securePayment: "Paiement Sécurisé",
|
|
24
27
|
alreadyHaveAnAccount: "Vous avez déjà un compte?",
|
|
@@ -124,6 +127,7 @@ module.exports = {
|
|
|
124
127
|
paymentMethodDiscount: "Réduction",
|
|
125
128
|
paymentMethodAdditionalPrice: "Frais de transaction",
|
|
126
129
|
orderSuccessTitle: "Nous vous remercions de votre commande!",
|
|
130
|
+
orderSuccessShortTitle: "Votre commande a été confirmée.",
|
|
127
131
|
orderSuccessDescription:
|
|
128
132
|
"Che(è)r(e) {{ customerName }}, nous avons recu votre commande. Nous allons vous informer par e-mail dès que votre commande sera expédiée.",
|
|
129
133
|
orderSuccessInStoreDeliveryDescription:
|
|
@@ -131,6 +135,9 @@ module.exports = {
|
|
|
131
135
|
orderSuccessDigitalOnlyDescription:
|
|
132
136
|
"Che(è)r(e) {{ customerName }}, nous avons recu votre commande. Nous vous informerons lorsque vos produits seront prêts à être utilisés.",
|
|
133
137
|
orderNoAndDate: "Numéro de commande / Date",
|
|
138
|
+
orderDate: "Date De Commande:",
|
|
139
|
+
orderNo: "Numéro de commande:",
|
|
140
|
+
orderAmount: "Montant De La Commande:",
|
|
134
141
|
paymentSummary: "Résumé de paiement",
|
|
135
142
|
shippingSummary: "Résumé de l'expédition",
|
|
136
143
|
helpCtaQuestion: "Avez-vous besoin d'aide?",
|
|
@@ -148,6 +155,7 @@ module.exports = {
|
|
|
148
155
|
fulfilled: "Envoyé",
|
|
149
156
|
partiallyFulfilled: "Envoyé partiellement",
|
|
150
157
|
delivered: "Livré",
|
|
158
|
+
partiallyDelivered: "Partiellement Livré",
|
|
151
159
|
unableToDeliver: "N'a pas été livré",
|
|
152
160
|
cancelled: "Annulé",
|
|
153
161
|
cancelRejected: "La demande d'annulation a été refusée",
|
|
@@ -229,10 +237,11 @@ module.exports = {
|
|
|
229
237
|
"Désormais, vous pouvez facilement suivre votre commande et être informé des dernières campagnes.",
|
|
230
238
|
accountEmail: "Votre adresse e-mail de membre",
|
|
231
239
|
},
|
|
232
|
-
timeRemaining: "Temps restant
|
|
240
|
+
timeRemaining: "Temps restant:",
|
|
233
241
|
filesReadyToDownload: "Fichiers prêts à être téléchargés",
|
|
234
242
|
errorCustomerRequired:
|
|
235
243
|
"Il existe un compte enregistré pour cette adresse e-mail. Veuillez vous connecter à votre compte.",
|
|
244
|
+
errorCustomerAccountDisabled: "Pour utiliser ce compte, contactez-nous.",
|
|
236
245
|
errorNoShipping: "Il n'y a pas de livraison à votre emplacement.",
|
|
237
246
|
errorPayment:
|
|
238
247
|
"Votre paiement n'a pas pu être reçu. Veuillez vérifier vos informations et réessayer.",
|
|
@@ -245,4 +254,8 @@ module.exports = {
|
|
|
245
254
|
bundleProductsQuantity: "{{value}} Produits",
|
|
246
255
|
yes: "Oui",
|
|
247
256
|
no: "Non",
|
|
257
|
+
discount: "Rabais",
|
|
258
|
+
offerTitle: "Kampanya Başlık",
|
|
259
|
+
offerDescription: "Açıklama",
|
|
260
|
+
offerProductName: "İkas Ürün",
|
|
248
261
|
};
|
package/checkout/tr.js
CHANGED
|
@@ -19,6 +19,9 @@ module.exports = {
|
|
|
19
19
|
addToCart: "Sepete Ekle",
|
|
20
20
|
updateCart: "Sepetimi Güncelle",
|
|
21
21
|
download: "İndir",
|
|
22
|
+
rejectOffer: "Teklifi Reddet",
|
|
23
|
+
acceptOffer: "Siparişime Ekle",
|
|
24
|
+
goOrderDetailPage: "Sipariş Detayına Git",
|
|
22
25
|
},
|
|
23
26
|
securePayment: "Güvenli Ödeme",
|
|
24
27
|
alreadyHaveAnAccount: "Zaten hesabınız var mı?",
|
|
@@ -137,6 +140,7 @@ module.exports = {
|
|
|
137
140
|
paymentMethodAdditionalPrice: "İşlem Bedeli",
|
|
138
141
|
|
|
139
142
|
orderSuccessTitle: "Siparişiniz için teşekkür ederiz!",
|
|
143
|
+
orderSuccessShortTitle: "Siparişiniz Onaylandı.",
|
|
140
144
|
orderSuccessDescription:
|
|
141
145
|
"Sevgili {{ customerName }}, siparişiniz bize ulaşmıştır. Siparişiniz kargoya verildiğinde sizi e-posta ile bilgilendireceğiz.",
|
|
142
146
|
orderSuccessInStoreDeliveryDescription:
|
|
@@ -144,6 +148,9 @@ module.exports = {
|
|
|
144
148
|
orderSuccessDigitalOnlyDescription:
|
|
145
149
|
"Sevgili {{ customerName }}, siparişiniz bize ulaşmıştır. Ürünleriniz kullanıma hazır olduğunda sizi e-posta ile bilgilendireceğiz.",
|
|
146
150
|
orderNoAndDate: "Sipariş No / Tarih",
|
|
151
|
+
orderDate: "Sipariş Tarihi:",
|
|
152
|
+
orderNo: "Sipariş No:",
|
|
153
|
+
orderAmount: "Sipariş Tutarı:",
|
|
147
154
|
paymentSummary: "Ödeme Özeti",
|
|
148
155
|
shippingSummary: "Teslimat Özeti",
|
|
149
156
|
helpCtaQuestion: "Yardıma mı ihtiyacınız var?",
|
|
@@ -164,6 +171,7 @@ module.exports = {
|
|
|
164
171
|
fulfilled: "Gönderildi",
|
|
165
172
|
partiallyFulfilled: "Kısmi Gönderildi",
|
|
166
173
|
delivered: "Teslim Edildi",
|
|
174
|
+
partiallyDelivered: "Kısmi Teslim Edildi",
|
|
167
175
|
unableToDeliver: "Teslim Edilemedi",
|
|
168
176
|
cancelled: "İptal Edildi",
|
|
169
177
|
cancelRejected: "İptal Talebi Reddedildi",
|
|
@@ -250,12 +258,14 @@ module.exports = {
|
|
|
250
258
|
accountEmail: "Üyelik e-postanız",
|
|
251
259
|
},
|
|
252
260
|
|
|
253
|
-
timeRemaining: "Kalan Süre
|
|
261
|
+
timeRemaining: "Kalan Süre:",
|
|
254
262
|
|
|
255
263
|
filesReadyToDownload: "Dosyalar İndirilmeye Hazır",
|
|
256
264
|
|
|
257
265
|
errorCustomerRequired:
|
|
258
266
|
"Bu e-posta adresine ait kayıtlı bir hesap bulunuyor. Lütfen hesabınıza giriş yapınız.",
|
|
267
|
+
errorCustomerAccountDisabled:
|
|
268
|
+
"Bu hesabı kullanmak için bizimle iletişime geçin.",
|
|
259
269
|
errorNoShipping: "Bulunduğunuz konuma gönderim yapılmamaktadır.",
|
|
260
270
|
errorPayment:
|
|
261
271
|
"Ödemeniz alınamadı. Lütfen bilgilerinizi kontrol edip tekrar deneyin.",
|
|
@@ -269,4 +279,8 @@ module.exports = {
|
|
|
269
279
|
bundleProductsQuantity: "{{value}} Ürün",
|
|
270
280
|
yes: "Evet",
|
|
271
281
|
no: "Hayır",
|
|
282
|
+
discount: "İndirim",
|
|
283
|
+
offerTitle: "Kampanya Başlık",
|
|
284
|
+
offerDescription: "Açıklama",
|
|
285
|
+
offerProductName: "İkas Ürün",
|
|
272
286
|
};
|