@ikas/storefront-assets 6.1.0-beta.33 → 6.1.0-beta.331
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 +67 -0
- package/checkout/en.js +65 -0
- package/checkout/fr.js +67 -0
- package/checkout/tr.js +68 -3
- package/package.json +1 -1
package/checkout/de.js
CHANGED
|
@@ -54,6 +54,20 @@ module.exports = {
|
|
|
54
54
|
region: "Bereich",
|
|
55
55
|
regionError: "Bereich eingebenh",
|
|
56
56
|
taxOfficeError: "Finanzamt eingeben",
|
|
57
|
+
fieldRestrictionError: {
|
|
58
|
+
firstName:
|
|
59
|
+
"Der Name darf nur Buchstaben, Bindestriche, Apostrophe und Leerzeichen enthalten",
|
|
60
|
+
lastName:
|
|
61
|
+
"Der Nachname darf nur Buchstaben, Bindestriche, Apostrophe und Leerzeichen enthalten",
|
|
62
|
+
companyName:
|
|
63
|
+
"Der Firmenname darf nur Buchstaben, Zahlen, Leerzeichen und grundlegende Satzzeichen enthalten",
|
|
64
|
+
taxOffice:
|
|
65
|
+
"Das Finanzamt darf nur Buchstaben, Zahlen, Leerzeichen und Punkte enthalten",
|
|
66
|
+
addressLine1:
|
|
67
|
+
"Die Adresse muss mindestens 2 Wörter enthalten und darf nur Buchstaben, Zahlen, Leerzeichen und grundlegende Satzzeichen enthalten",
|
|
68
|
+
addressLine2:
|
|
69
|
+
"Die Adresse darf nur Buchstaben, Zahlen, Leerzeichen und grundlegende Satzzeichen enthalten",
|
|
70
|
+
},
|
|
57
71
|
taxNumberError: "Umsatzsteuer-ID eingeben",
|
|
58
72
|
phone: "Telefonnummer",
|
|
59
73
|
phoneError: "Eine gültige Telefonnummer eingeben",
|
|
@@ -124,6 +138,8 @@ module.exports = {
|
|
|
124
138
|
wallet: "Wallet",
|
|
125
139
|
ackPrivacyPolicy: "Datenschutzerklärung",
|
|
126
140
|
ackTermsOfService: "Geschäftsbedingungen",
|
|
141
|
+
iyzicoDescription:
|
|
142
|
+
"Um eine Zahlung durchzuführen, müssen Sie die Geschäftsbedingungen akzeptieren.",
|
|
127
143
|
ackPoliciesSentence:
|
|
128
144
|
"Ich akzeptiere die {{ ackPrivacyPolicy }} und {{ ackTermsOfService }}.",
|
|
129
145
|
securePaymentTooltip: "Alle Zahlungen sind sicher und verschlüsselt",
|
|
@@ -179,6 +195,10 @@ module.exports = {
|
|
|
179
195
|
"Der eingegebene Geschenkcode ist nicht gültig oder nicht auf die Produkte in Deinem Warenkorb anwendbar. Bitte überprüfe den Code und versuche es erneut.",
|
|
180
196
|
mustBeSignInToApplyCampaign:
|
|
181
197
|
"Du benötigst ein Konto, um die Vorteile der Kampagne nutzen zu können.",
|
|
198
|
+
couponInvalidForCartItems:
|
|
199
|
+
"Dieser Rabattcode ist für die Artikel in Ihrem Warenkorb nicht gültig.",
|
|
200
|
+
couponPeriodUsageLimitExceeded:
|
|
201
|
+
"Dieser Rabattcode hat seine Verwendungsgrenze für den festgelegten Zeitraum erreicht.",
|
|
182
202
|
subtotal: "Zwischensumme",
|
|
183
203
|
total: "Bestellsumme",
|
|
184
204
|
subtotalTooltip:
|
|
@@ -186,6 +206,35 @@ module.exports = {
|
|
|
186
206
|
cartShippingTitle: "Lieferung/Versand",
|
|
187
207
|
cartTaxTitle: "MwSt.",
|
|
188
208
|
cartInterest: "Zinsen",
|
|
209
|
+
loyaltyPoints: "Treuepunkte",
|
|
210
|
+
loyaltyPoint: "Punkt",
|
|
211
|
+
loyaltyPointsTitle: "Treuepunkte in Rabatt umwandeln",
|
|
212
|
+
loyaltyPointsLinesModalTitle: "Treuepunkte in Rabatt umwandeln",
|
|
213
|
+
loyaltyPointsLinesModalDescription:
|
|
214
|
+
"Du kannst deine Treuepunkte für einen Rabatt oder ein Geschenk auf deiner Bestellung verwenden.",
|
|
215
|
+
loyaltyPointsLinesModalCurrentPoints: "Aktuelle Punkte",
|
|
216
|
+
loyaltyPointsViewAll: "Alle anzeigen",
|
|
217
|
+
loyaltyPointsLinesModalContentItemTitleDynamicAmount: "Dynamischer Rabatt",
|
|
218
|
+
loyaltyPointsLinesModalContentItemTitleFreeShipping: "Kostenloser Versand",
|
|
219
|
+
loyaltyPointsLinesModalContentItemTitleFreeProductAdded:
|
|
220
|
+
"Geschenkprodukt hinzugefügt",
|
|
221
|
+
loyaltyPointsLinesModalContentItemTitleFixedAmount: "{{value}} Rabatt",
|
|
222
|
+
loyaltyPointsLinesModalContentItemTitleFixedAmountOneRow:
|
|
223
|
+
"{{value}} Treuepunkte in Rabatt umwandeln",
|
|
224
|
+
loyaltyPointSpending: "{{point}} Treuepunkte verwendet",
|
|
225
|
+
loyaltyPointsLinesModalContentItemTitleFreeProduct: "Geschenkprodukt",
|
|
226
|
+
loyaltyPointsLinesModalContentItemTitleRatio: "Prozentualer Rabatt",
|
|
227
|
+
loyaltyPointsLineItemButtonApplyAmount: "{{amount}} Rabatt anwenden",
|
|
228
|
+
loyaltyPointsLineItemButtonApply: "Anwenden",
|
|
229
|
+
loyaltyPointsLineItemButtonSelectGift: "Geschenk auswählen",
|
|
230
|
+
loyaltyPointsLinesModalContentItemTitleDynamicAmountDescription:
|
|
231
|
+
"{{amount}} Rabatt für {{point}} Punkte",
|
|
232
|
+
loyaltyPointsLineItemButtonAddFree: "Kostenlos hinzufügen",
|
|
233
|
+
loyaltyPointsGiftModalTitle: "Geschenk auswählen",
|
|
234
|
+
loyaltyPointsGiftModalDescription:
|
|
235
|
+
"Du kannst deine Treuepunkte für ein Geschenk auf deiner Bestellung verwenden.",
|
|
236
|
+
loyaltyEarningMethodTitle:
|
|
237
|
+
"Du erhältst {{value}} Punkte, wenn du diese Bestellung abschließt",
|
|
189
238
|
couponCode: "Gutschein-/Rabattcode",
|
|
190
239
|
giftCode: "Geschenkgutschein-Code",
|
|
191
240
|
addCouponCode: "Gutschein-/Rabattcode hinzufügen",
|
|
@@ -257,6 +306,8 @@ module.exports = {
|
|
|
257
306
|
"Einige Artikel in Deinem Warenkorb sind nicht auf Lager. Wenn Du trotzdem fortfährst werden Produkte die nicht auf Lager sind aus Deinem Warenkorb entfernt?",
|
|
258
307
|
errorUnknown:
|
|
259
308
|
"Es ist ein unerwarteter Fehler aufgetreten. Bitte versuche es erneut.",
|
|
309
|
+
errorContactStore:
|
|
310
|
+
"Ein unerwarteter Fehler ist aufgetreten. Bitte wende Dich an den Shop-Besitzer.",
|
|
260
311
|
errorPickupLocationRequired: "Abholort wählen",
|
|
261
312
|
customizedProduct: "Individualisiertes Produkt",
|
|
262
313
|
bundleProductsQuantity: "{{value}} Produkt",
|
|
@@ -266,4 +317,20 @@ module.exports = {
|
|
|
266
317
|
offerTitle: "Kampagnen Titel",
|
|
267
318
|
offerDescription: "Beschreibung",
|
|
268
319
|
offerProductName: "ikas Produkt",
|
|
320
|
+
hepsiPayErrorMessage:
|
|
321
|
+
"Sie haben kein Hepsipay-Konto mit Ihrer Telefonnummer registriert.You do not have a Hepsipay account registered with your phone number.",
|
|
322
|
+
upsellTimeErrorMessage: "Die Angebotsfrist ist abgelaufen.",
|
|
323
|
+
minTransactionErrorMessage: "Unser Mindestbestellwert beträgt {{value}}",
|
|
324
|
+
storeCreditBalance: "Mein Lagerbestand verwenden",
|
|
325
|
+
milesSmilesUseMyMiles: "meine Meilen verwenden",
|
|
326
|
+
milesSmilesAvailableTotal: "Verfügbare Gesamtmeilen: {{miles}}",
|
|
327
|
+
milesSmilesUnit: "Meilen",
|
|
328
|
+
milesSmilesExceedError:
|
|
329
|
+
"Sie können keinen Wert eingeben, der höher ist als die verfügbaren Meilen",
|
|
330
|
+
storeCredit: "Lagerbestand",
|
|
331
|
+
totalAmountPayable: "Zahlbar",
|
|
332
|
+
chargedAmount: "Gezahlt",
|
|
333
|
+
refundedAmount: "Erstattet",
|
|
334
|
+
stripeExpressCheckoutTitle: "Express Checkout",
|
|
335
|
+
or: "oder",
|
|
269
336
|
};
|
package/checkout/en.js
CHANGED
|
@@ -56,6 +56,20 @@ module.exports = {
|
|
|
56
56
|
region: "Region",
|
|
57
57
|
regionError: "Select region",
|
|
58
58
|
taxOfficeError: "Enter tax office",
|
|
59
|
+
fieldRestrictionError: {
|
|
60
|
+
firstName:
|
|
61
|
+
"Name can only contain letters, hyphens, apostrophes, and spaces",
|
|
62
|
+
lastName:
|
|
63
|
+
"Surname can only contain letters, hyphens, apostrophes, and spaces",
|
|
64
|
+
companyName:
|
|
65
|
+
"Company name can only contain letters, numbers, spaces, and basic punctuation",
|
|
66
|
+
taxOffice:
|
|
67
|
+
"Tax office can only contain letters, numbers, spaces, and periods",
|
|
68
|
+
addressLine1:
|
|
69
|
+
"Address must contain at least 2 words and can only include letters, numbers, spaces, and basic punctuation",
|
|
70
|
+
addressLine2:
|
|
71
|
+
"Address can only contain letters, numbers, spaces, and basic punctuation",
|
|
72
|
+
},
|
|
59
73
|
taxNumberError: "Enter tax number",
|
|
60
74
|
phone: "Phone",
|
|
61
75
|
phoneError: "Enter a valid phone number",
|
|
@@ -131,6 +145,7 @@ module.exports = {
|
|
|
131
145
|
|
|
132
146
|
ackPrivacyPolicy: "Privacy Policy",
|
|
133
147
|
ackTermsOfService: "Terms of Service",
|
|
148
|
+
iyzicoDescription: "To make a payment, you must accept the terms of service.",
|
|
134
149
|
ackPoliciesSentence:
|
|
135
150
|
"I acknowledge the {{ ackPrivacyPolicy }} and {{ ackTermsOfService }}.",
|
|
136
151
|
|
|
@@ -192,6 +207,10 @@ module.exports = {
|
|
|
192
207
|
"The gift code you entered is not valid or not applicable to the products in your cart. Please check your code and try again.",
|
|
193
208
|
mustBeSignInToApplyCampaign:
|
|
194
209
|
"You need to sign up to benefit from the discount.",
|
|
210
|
+
couponInvalidForCartItems:
|
|
211
|
+
"This coupon code is not valid for the items in your cart.",
|
|
212
|
+
couponPeriodUsageLimitExceeded:
|
|
213
|
+
"This coupon code has reached its usage limit for the specified period.",
|
|
195
214
|
subtotal: "Subtotal",
|
|
196
215
|
total: "Total",
|
|
197
216
|
subtotalTooltip:
|
|
@@ -199,6 +218,34 @@ module.exports = {
|
|
|
199
218
|
cartShippingTitle: "Delivery / Shipping",
|
|
200
219
|
cartTaxTitle: "Tax",
|
|
201
220
|
cartInterest: "Interest",
|
|
221
|
+
loyaltyPoints: "Loyalty Points",
|
|
222
|
+
loyaltyPoint: "Point",
|
|
223
|
+
loyaltyPointsTitle: "Convert Loyalty Points to Discount",
|
|
224
|
+
loyaltyPointsLinesModalTitle: "Convert Loyalty Points to Discount",
|
|
225
|
+
loyaltyPointsLinesModalDescription:
|
|
226
|
+
"You can use your loyalty points to get a discount or a gift on your order.",
|
|
227
|
+
loyaltyPointsLinesModalCurrentPoints: "Current Points",
|
|
228
|
+
loyaltyPointsViewAll: "View All",
|
|
229
|
+
loyaltyPointsLinesModalContentItemTitleDynamicAmount: "Dynamic Discount",
|
|
230
|
+
loyaltyPointsLinesModalContentItemTitleFreeShipping: "Free Shipping",
|
|
231
|
+
loyaltyPointsLinesModalContentItemTitleFreeProductAdded: "Free Product Added",
|
|
232
|
+
loyaltyPointsLinesModalContentItemTitleFixedAmount: "{{value}} Discount",
|
|
233
|
+
loyaltyPointsLinesModalContentItemTitleFixedAmountOneRow:
|
|
234
|
+
"Convert {{value}} Loyalty Points to Discount",
|
|
235
|
+
loyaltyPointSpending: "{{point}} Loyalty Points used",
|
|
236
|
+
loyaltyPointsLinesModalContentItemTitleFreeProduct: "Free Product",
|
|
237
|
+
loyaltyPointsLinesModalContentItemTitleRatio: "Percentage Discount",
|
|
238
|
+
loyaltyPointsLineItemButtonApplyAmount: "{{amount}} Discount Apply",
|
|
239
|
+
loyaltyPointsLineItemButtonApply: "Apply",
|
|
240
|
+
loyaltyPointsLineItemButtonSelectGift: "Select Gift",
|
|
241
|
+
loyaltyPointsLinesModalContentItemTitleDynamicAmountDescription:
|
|
242
|
+
"{{amount}} Discount for {{point}} points",
|
|
243
|
+
loyaltyPointsLineItemButtonAddFree: "Add Free",
|
|
244
|
+
loyaltyPointsGiftModalTitle: "Select Gift",
|
|
245
|
+
loyaltyPointsGiftModalDescription:
|
|
246
|
+
"You can use your loyalty points to get a gift on your order.",
|
|
247
|
+
loyaltyEarningMethodTitle:
|
|
248
|
+
"You will earn {{value}} points when you complete this purchase",
|
|
202
249
|
couponCode: "Coupon Code",
|
|
203
250
|
giftCode: "Gift Code",
|
|
204
251
|
addCouponCode: "Add coupon code",
|
|
@@ -275,6 +322,8 @@ module.exports = {
|
|
|
275
322
|
errorStockDescription:
|
|
276
323
|
"Some items in your cart are out of stock. Would you like to continue by removing these products from your cart?",
|
|
277
324
|
errorUnknown: "An unexpected error has occurred. Please try again.",
|
|
325
|
+
errorContactStore:
|
|
326
|
+
"An unexpected error has occurred. Please contact the store owner.",
|
|
278
327
|
errorPickupLocationRequired: "Choose pickup location",
|
|
279
328
|
|
|
280
329
|
customizedProduct: "Customized Product",
|
|
@@ -285,4 +334,20 @@ module.exports = {
|
|
|
285
334
|
offerTitle: "Campaign Title",
|
|
286
335
|
offerDescription: "Description",
|
|
287
336
|
offerProductName: "ikas Product",
|
|
337
|
+
hepsiPayErrorMessage:
|
|
338
|
+
"You do not have a Hepsipay account registered with your phone number.",
|
|
339
|
+
upsellTimeErrorMessage: "The offer period has expired.",
|
|
340
|
+
minTransactionErrorMessage: "Our minimum purchase amount is {{value}}",
|
|
341
|
+
storeCreditBalance: "Use my store credit",
|
|
342
|
+
milesSmilesUseMyMiles: "use my miles",
|
|
343
|
+
milesSmilesAvailableTotal: "Available Total Miles: {{miles}}",
|
|
344
|
+
milesSmilesUnit: "miles",
|
|
345
|
+
milesSmilesExceedError:
|
|
346
|
+
"You cannot enter a value higher than available miles",
|
|
347
|
+
storeCredit: "Store Credit",
|
|
348
|
+
totalAmountPayable: "Total Amount Payable",
|
|
349
|
+
chargedAmount: "Charged Amount",
|
|
350
|
+
refundedAmount: "Refunded Amount",
|
|
351
|
+
stripeExpressCheckoutTitle: "Express Checkout",
|
|
352
|
+
or: "or",
|
|
288
353
|
};
|
package/checkout/fr.js
CHANGED
|
@@ -54,6 +54,20 @@ module.exports = {
|
|
|
54
54
|
region: "Région",
|
|
55
55
|
regionError: "Choisissez une région",
|
|
56
56
|
taxOfficeError: "Entrez dans le bureau des impôts",
|
|
57
|
+
fieldRestrictionError: {
|
|
58
|
+
firstName:
|
|
59
|
+
"Le prénom ne peut contenir que des lettres, des tirets, des apostrophes et des espaces",
|
|
60
|
+
lastName:
|
|
61
|
+
"Le nom ne peut contenir que des lettres, des tirets, des apostrophes et des espaces",
|
|
62
|
+
companyName:
|
|
63
|
+
"Le nom de l'entreprise ne peut contenir que des lettres, des chiffres, des espaces et des signes de ponctuation de base",
|
|
64
|
+
taxOffice:
|
|
65
|
+
"Le bureau des impôts ne peut contenir que des lettres, des chiffres, des espaces et des points",
|
|
66
|
+
addressLine1:
|
|
67
|
+
"L'adresse doit contenir au moins 2 mots et ne peut inclure que des lettres, des chiffres, des espaces et des signes de ponctuation de base",
|
|
68
|
+
addressLine2:
|
|
69
|
+
"L'adresse ne peut contenir que des lettres, des chiffres, des espaces et des signes de ponctuation de base",
|
|
70
|
+
},
|
|
57
71
|
taxNumberError: "Entrez le numéro de TVA",
|
|
58
72
|
phone: "Téléphone",
|
|
59
73
|
phoneError: "Entrer un numéro de téléphone valide",
|
|
@@ -126,6 +140,8 @@ module.exports = {
|
|
|
126
140
|
wallet: "Portefeuille",
|
|
127
141
|
ackPrivacyPolicy: "Politique de confidentialité",
|
|
128
142
|
ackTermsOfService: "Politique de vente",
|
|
143
|
+
iyzicoDescription:
|
|
144
|
+
"Pour effectuer le paiement, vous devez accepter les conditions d'utilisation.",
|
|
129
145
|
ackPoliciesSentence:
|
|
130
146
|
"J'ai lu {{ ackPrivacyPolicy }} et {{ ackTermsOfService }} et je donne mon accord",
|
|
131
147
|
securePaymentTooltip: "Les paiements sont sécurisés et cryptés",
|
|
@@ -181,6 +197,10 @@ module.exports = {
|
|
|
181
197
|
"Votre code de réduction est invalide ou non applicable aux articles de votre panier. Veuillez vérifier votre code et réessayer.",
|
|
182
198
|
mustBeSignInToApplyCampaign:
|
|
183
199
|
"Vous devez être membre pour profiter de l'offre.",
|
|
200
|
+
couponInvalidForCartItems:
|
|
201
|
+
"Ce code promo n’est pas valable pour les articles dans votre panier.",
|
|
202
|
+
couponPeriodUsageLimitExceeded:
|
|
203
|
+
"Ce code promo a atteint sa limite d’utilisation pour la période définie.",
|
|
184
204
|
subtotal: "Sous-total",
|
|
185
205
|
total: "Total",
|
|
186
206
|
subtotalTooltip:
|
|
@@ -188,6 +208,35 @@ module.exports = {
|
|
|
188
208
|
cartShippingTitle: "Expédition",
|
|
189
209
|
cartTaxTitle: "Taxe",
|
|
190
210
|
cartInterest: "intérêts de retard",
|
|
211
|
+
loyaltyPoints: "Points de fidélité",
|
|
212
|
+
loyaltyPoint: "Point",
|
|
213
|
+
loyaltyPointsTitle: "Convertir mes points de fidélité en réduction",
|
|
214
|
+
loyaltyPointsLinesModalTitle: "Convertir mes points de fidélité en réduction",
|
|
215
|
+
loyaltyPointsLinesModalDescription:
|
|
216
|
+
"Vous pouvez utiliser vos points de fidélité pour obtenir une réduction ou un cadeau sur votre commande.",
|
|
217
|
+
loyaltyPointsLinesModalCurrentPoints: "Points Fidélité",
|
|
218
|
+
loyaltyPointsViewAll: "Voir tout",
|
|
219
|
+
loyaltyPointsLinesModalContentItemTitleDynamicAmount: "Réduction dynamique",
|
|
220
|
+
loyaltyPointsLinesModalContentItemTitleFreeShipping: "Livraison gratuite",
|
|
221
|
+
loyaltyPointsLinesModalContentItemTitleFreeProductAdded:
|
|
222
|
+
"Produit gratuit ajouté",
|
|
223
|
+
loyaltyPointsLinesModalContentItemTitleFixedAmount: "{{value}} Réduction",
|
|
224
|
+
loyaltyPointsLinesModalContentItemTitleFixedAmountOneRow:
|
|
225
|
+
"Convertir {{value}} Points de fidélité en réduction",
|
|
226
|
+
loyaltyPointSpending: "{{point}} Points de fidélité utilisés",
|
|
227
|
+
loyaltyPointsLinesModalContentItemTitleFreeProduct: "Produit gratuit",
|
|
228
|
+
loyaltyPointsLinesModalContentItemTitleRatio: "Réduction en pourcentage",
|
|
229
|
+
loyaltyPointsLineItemButtonApplyAmount: "{{amount}} Réduction Appliquer",
|
|
230
|
+
loyaltyPointsLineItemButtonApply: "Appliquer",
|
|
231
|
+
loyaltyPointsLineItemButtonSelectGift: "Sélectionner le cadeau",
|
|
232
|
+
loyaltyPointsLinesModalContentItemTitleDynamicAmountDescription:
|
|
233
|
+
"{{amount}} Réduction pour {{point}} points",
|
|
234
|
+
loyaltyPointsLineItemButtonAddFree: "Ajouter gratuitement",
|
|
235
|
+
loyaltyPointsGiftModalTitle: "Sélectionner le cadeau",
|
|
236
|
+
loyaltyPointsGiftModalDescription:
|
|
237
|
+
"Vous pouvez utiliser vos points de fidélité pour obtenir un cadeau sur votre commande.",
|
|
238
|
+
loyaltyEarningMethodTitle:
|
|
239
|
+
"Vous gagnerez {{value}} points lorsque vous achetez ce produit",
|
|
191
240
|
couponCode: "bon de réduction",
|
|
192
241
|
giftCode: "Code Cadeau",
|
|
193
242
|
addCouponCode: "ajouter un code promo",
|
|
@@ -257,6 +306,8 @@ module.exports = {
|
|
|
257
306
|
errorStockDescription:
|
|
258
307
|
"Certains articles de votre panier sont en rupture de stock. Souhaitez-vous continuer en supprimant ces produits de votre panier ?",
|
|
259
308
|
errorUnknown: "Une erreur imprévue s'est produite. Veuillez réessayer.",
|
|
309
|
+
errorContactStore:
|
|
310
|
+
"Une erreur imprévue s'est produite. Veuillez contacter le propriétaire du magasin.",
|
|
260
311
|
errorPickupLocationRequired: "Choisissez le lieu d'expédition",
|
|
261
312
|
customizedProduct: "Produit personnalisé",
|
|
262
313
|
bundleProductsQuantity: "{{value}} Produits",
|
|
@@ -266,4 +317,20 @@ module.exports = {
|
|
|
266
317
|
offerTitle: "Titre de la campagne",
|
|
267
318
|
offerDescription: "Description",
|
|
268
319
|
offerProductName: "ikas Produit",
|
|
320
|
+
hepsiPayErrorMessage:
|
|
321
|
+
"Vous n'avez pas de compte Hepsipay enregistré avec votre numéro de téléphone.",
|
|
322
|
+
upsellTimeErrorMessage: "La période de l'offre est expirée.",
|
|
323
|
+
minTransactionErrorMessage: "Le montant d'achat minimum est de {{value}}",
|
|
324
|
+
storeCreditBalance: "Utiliser mon solde de crédit",
|
|
325
|
+
milesSmilesUseMyMiles: "utiliser mes miles",
|
|
326
|
+
milesSmilesAvailableTotal: "Total des miles disponibles : {{miles}}",
|
|
327
|
+
milesSmilesUnit: "miles",
|
|
328
|
+
milesSmilesExceedError:
|
|
329
|
+
"Vous ne pouvez pas saisir une valeur supérieure aux miles disponibles",
|
|
330
|
+
storeCredit: "Solde de crédit",
|
|
331
|
+
totalAmountPayable: "Montant à payer",
|
|
332
|
+
chargedAmount: "Montant payé",
|
|
333
|
+
refundedAmount: "Montant remboursé",
|
|
334
|
+
stripeExpressCheckoutTitle: "Paiement Express",
|
|
335
|
+
or: "ou",
|
|
269
336
|
};
|
package/checkout/tr.js
CHANGED
|
@@ -54,7 +54,18 @@ module.exports = {
|
|
|
54
54
|
region: "Bölge",
|
|
55
55
|
regionError: "Bölge seçin",
|
|
56
56
|
taxOfficeError: "Vergi dairesi girin",
|
|
57
|
-
|
|
57
|
+
fieldRestrictionError: {
|
|
58
|
+
firstName: "Ad yalnızca harf, tire, apostrof ve boşluk içerebilir",
|
|
59
|
+
lastName: "Soyad yalnızca harf, tire, apostrof ve boşluk içerebilir",
|
|
60
|
+
companyName:
|
|
61
|
+
"Şirket adı yalnızca harf, rakam, boşluk ve temel noktalama işaretlerini içerebilir",
|
|
62
|
+
taxOffice: "Vergi dairesi yalnızca harf, rakam, boşluk ve nokta içerebilir",
|
|
63
|
+
addressLine1:
|
|
64
|
+
"Adres en az 2 kelimeden oluşmalı, yalnızca harf, rakam, boşluk ve temel noktalama işaretlerini içerebilir",
|
|
65
|
+
addressLine2:
|
|
66
|
+
"Adres yalnızca harf, rakam, boşluk ve temel noktalama işaretlerini içerebilir",
|
|
67
|
+
},
|
|
68
|
+
taxNumberError: "Vergi numarası girin",
|
|
58
69
|
phone: "Telefon",
|
|
59
70
|
phoneError: "Geçerli bir telefon girin",
|
|
60
71
|
companyName: "Firma Adı",
|
|
@@ -112,17 +123,19 @@ module.exports = {
|
|
|
112
123
|
buyOnlinePayAtStore: "Mağazada Ödeme",
|
|
113
124
|
cash: "Nakit",
|
|
114
125
|
cashOnDelivery: "Kapıda Ödeme",
|
|
115
|
-
creditCard: "Kredi Kartı",
|
|
126
|
+
creditCard: "Banka veya Kredi Kartı",
|
|
116
127
|
creditCardOnDelivery: "Kapıda Ödeme Kredi Kartı",
|
|
117
128
|
directDebit: "Banka Hesabından Ödeme",
|
|
118
129
|
giftCard: "Hediye Çeki",
|
|
119
130
|
moneyOrder: "Havale",
|
|
120
131
|
other: "Diğer",
|
|
121
132
|
payLater: "Sonra Öde",
|
|
122
|
-
sliceIt: "
|
|
133
|
+
sliceIt: "Alışveriş Kredisi",
|
|
123
134
|
wallet: "Cüzdan",
|
|
124
135
|
ackPrivacyPolicy: "Gizlilik Sözleşmesini",
|
|
125
136
|
ackTermsOfService: "Satış Sözleşmesini",
|
|
137
|
+
iyzicoDescription:
|
|
138
|
+
"Ödeme yapabilmek için sözleşmeleri onaylamanız gerekmektedir.",
|
|
126
139
|
ackPoliciesSentence:
|
|
127
140
|
"{{ ackPrivacyPolicy }} ve {{ ackTermsOfService }} okudum, onaylıyorum.",
|
|
128
141
|
securePaymentTooltip: "Ödemeler güvenli ve şifrelidir",
|
|
@@ -178,6 +191,10 @@ module.exports = {
|
|
|
178
191
|
"İndirim kodunuz geçersiz veya sepetinizdeki ürünlere uygulanabilir değil. Lütfen kodunuzu kontrol edip tekrar deneyin.",
|
|
179
192
|
mustBeSignInToApplyCampaign:
|
|
180
193
|
"Kampanyadan faydalanabilmeniz için üye olmanız gerekmektedir.",
|
|
194
|
+
couponInvalidForCartItems:
|
|
195
|
+
"Bu kupon kodu, sepetinizdeki ürünler için geçerli değil.",
|
|
196
|
+
couponPeriodUsageLimitExceeded:
|
|
197
|
+
"Kuponun belirlenen dönem için kullanım limiti doldu.",
|
|
181
198
|
subtotal: "Ara Toplam",
|
|
182
199
|
total: "Toplam",
|
|
183
200
|
subtotalTooltip:
|
|
@@ -185,6 +202,36 @@ module.exports = {
|
|
|
185
202
|
cartShippingTitle: "Teslimat / Kargo",
|
|
186
203
|
cartTaxTitle: "Vergi",
|
|
187
204
|
cartInterest: "Vade Farkı",
|
|
205
|
+
loyaltyPoints: "Sadakat Puanı",
|
|
206
|
+
loyaltyPoint: "Puan",
|
|
207
|
+
loyaltyPointsTitle: "Puanlarını İndirime Dönüştür",
|
|
208
|
+
loyaltyPointsLinesModalTitle: "Puanlarını İndirime Dönüştür",
|
|
209
|
+
loyaltyPointsLinesModalDescription:
|
|
210
|
+
"Puanlarını siparişinde indirim veya hediye kazanmak için kullanabilirsin",
|
|
211
|
+
loyaltyPointsLinesModalCurrentPoints: "Mevcut Puanın",
|
|
212
|
+
loyaltyPointsViewAll: "Tümünü Gör",
|
|
213
|
+
loyaltyPointsLinesModalContentItemTitleDynamicAmount:
|
|
214
|
+
"Dinamik Tutar İndirimi",
|
|
215
|
+
loyaltyPointsLinesModalContentItemTitleFreeShipping: "Ücretsiz Kargo",
|
|
216
|
+
loyaltyPointsLinesModalContentItemTitleFreeProductAdded:
|
|
217
|
+
"Hediye Ürün Eklendi",
|
|
218
|
+
loyaltyPointsLinesModalContentItemTitleFixedAmount: "{{value}} İndirim",
|
|
219
|
+
loyaltyPointsLinesModalContentItemTitleFixedAmountOneRow:
|
|
220
|
+
"Puanlarını {{value}} İndirime Dönüştür",
|
|
221
|
+
loyaltyPointSpending: "{{point}} Puan harcandı",
|
|
222
|
+
loyaltyPointsLinesModalContentItemTitleFreeProduct: "Hediye Ürün",
|
|
223
|
+
loyaltyPointsLinesModalContentItemTitleRatio: "Yüzdelik İndirim",
|
|
224
|
+
loyaltyPointsLineItemButtonApplyAmount: "{{amount}} İndirim Uygula",
|
|
225
|
+
loyaltyPointsLineItemButtonApply: "Uygula",
|
|
226
|
+
loyaltyPointsLineItemButtonSelectGift: "Hediyeni Seç",
|
|
227
|
+
loyaltyPointsLinesModalContentItemTitleDynamicAmountDescription:
|
|
228
|
+
"Her {{point}} Puan için {{amount}} İndirim",
|
|
229
|
+
loyaltyPointsLineItemButtonAddFree: "Ücretsiz Ekle",
|
|
230
|
+
loyaltyPointsGiftModalTitle: "Hediyeni Seç",
|
|
231
|
+
loyaltyPointsGiftModalDescription:
|
|
232
|
+
"Puanlarla aşağıdaki ürünlerde birini ücretsiz alabilirsin",
|
|
233
|
+
loyaltyEarningMethodTitle:
|
|
234
|
+
"Bu alışverişini tamamladığında {{value}} Puan kazanırsın",
|
|
188
235
|
couponCode: "İndirim Kodu",
|
|
189
236
|
giftCode: "Hediye Kodu",
|
|
190
237
|
addCouponCode: "İndirim kodu ekle",
|
|
@@ -255,6 +302,8 @@ module.exports = {
|
|
|
255
302
|
errorStockDescription:
|
|
256
303
|
"Sepetinizdeki bazı ürünlerin stoğu tükenmiştir. Bu ürünleri sepetinizden çıkararak devam etmek ister misiniz?",
|
|
257
304
|
errorUnknown: "Beklenmedik bir hata oluştu. Lütfen tekrar deneyin.",
|
|
305
|
+
errorContactStore:
|
|
306
|
+
"Beklenmedik bir hata oluştu. Lütfen mağaza sahibiyle iletişime geçin.",
|
|
258
307
|
errorPickupLocationRequired: "Teslim alınacak konumu seçin",
|
|
259
308
|
customizedProduct: "Kişiselleştirilmiş Ürün",
|
|
260
309
|
bundleProductsQuantity: "{{value}} Ürün",
|
|
@@ -264,4 +313,20 @@ module.exports = {
|
|
|
264
313
|
offerTitle: "Kampanya Başlığı",
|
|
265
314
|
offerDescription: "Açıklama",
|
|
266
315
|
offerProductName: "ikas Ürün",
|
|
316
|
+
hepsiPayErrorMessage:
|
|
317
|
+
"Telefon numaranızla kayıtlı Hepsipay hesabınız bulunmuyor.",
|
|
318
|
+
upsellTimeErrorMessage: "Teklif süresi dolmuş.",
|
|
319
|
+
minTransactionErrorMessage: "Minimum satın alma tutarımız {{value}} TL'dir.",
|
|
320
|
+
storeCreditBalance: "Alışveriş bakiyemi kullan",
|
|
321
|
+
milesSmilesUseMyMiles: "millerimi kullan",
|
|
322
|
+
milesSmilesAvailableTotal: "Kullanılabilir Toplam Mil: {{miles}}",
|
|
323
|
+
milesSmilesUnit: "mil",
|
|
324
|
+
milesSmilesExceedError:
|
|
325
|
+
"Kullanılabilir toplam milden yüksek sayı giremezsiniz",
|
|
326
|
+
storeCredit: "Alışveriş Bakiyesi",
|
|
327
|
+
totalAmountPayable: "Toplam Ödenecek Tutar",
|
|
328
|
+
chargedAmount: "Ödenmiş Tutar",
|
|
329
|
+
refundedAmount: "İade Edilmiş Tutar",
|
|
330
|
+
stripeExpressCheckoutTitle: "Hızlı Ödeme",
|
|
331
|
+
or: "ve ya",
|
|
267
332
|
};
|