@ikas/storefront-assets 5.0.66 → 5.0.68
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 -0
- package/checkout/en.js +3 -0
- package/checkout/fr.js +3 -0
- package/checkout/tr.js +3 -0
- package/package.json +1 -1
package/checkout/de.js
CHANGED
|
@@ -54,6 +54,7 @@ module.exports = {
|
|
|
54
54
|
region: "Bereich",
|
|
55
55
|
regionError: "Bereich eingebenh",
|
|
56
56
|
taxOfficeError: "Finanzamt eingeben",
|
|
57
|
+
fieldRestrictionError: "Dieses Feld enthält ungültige Zeichen",
|
|
57
58
|
taxNumberError: "Umsatzsteuer-ID eingeben",
|
|
58
59
|
phone: "Telefonnummer",
|
|
59
60
|
phoneError: "Eine gültige Telefonnummer eingeben",
|
|
@@ -310,4 +311,6 @@ module.exports = {
|
|
|
310
311
|
totalAmountPayable: "Zahlbar",
|
|
311
312
|
chargedAmount: "Gezahlt",
|
|
312
313
|
refundedAmount: "Erstattet",
|
|
314
|
+
stripeExpressCheckoutTitle: "Express Checkout",
|
|
315
|
+
or: "oder",
|
|
313
316
|
};
|
package/checkout/en.js
CHANGED
|
@@ -56,6 +56,7 @@ module.exports = {
|
|
|
56
56
|
region: "Region",
|
|
57
57
|
regionError: "Select region",
|
|
58
58
|
taxOfficeError: "Enter tax office",
|
|
59
|
+
fieldRestrictionError: "This field contains invalid characters",
|
|
59
60
|
taxNumberError: "Enter tax number",
|
|
60
61
|
phone: "Phone",
|
|
61
62
|
phoneError: "Enter a valid phone number",
|
|
@@ -327,4 +328,6 @@ module.exports = {
|
|
|
327
328
|
totalAmountPayable: "Total Amount Payable",
|
|
328
329
|
chargedAmount: "Charged Amount",
|
|
329
330
|
refundedAmount: "Refunded Amount",
|
|
331
|
+
stripeExpressCheckoutTitle: "Express Checkout",
|
|
332
|
+
or: "or",
|
|
330
333
|
};
|
package/checkout/fr.js
CHANGED
|
@@ -54,6 +54,7 @@ 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: "Ce champ contient des caractères non valides",
|
|
57
58
|
taxNumberError: "Entrez le numéro de TVA",
|
|
58
59
|
phone: "Téléphone",
|
|
59
60
|
phoneError: "Entrer un numéro de téléphone valide",
|
|
@@ -310,4 +311,6 @@ module.exports = {
|
|
|
310
311
|
totalAmountPayable: "Montant à payer",
|
|
311
312
|
chargedAmount: "Montant payé",
|
|
312
313
|
refundedAmount: "Montant remboursé",
|
|
314
|
+
stripeExpressCheckoutTitle: "Paiement Express",
|
|
315
|
+
or: "ou",
|
|
313
316
|
};
|
package/checkout/tr.js
CHANGED
|
@@ -54,6 +54,7 @@ module.exports = {
|
|
|
54
54
|
region: "Bölge",
|
|
55
55
|
regionError: "Bölge seçin",
|
|
56
56
|
taxOfficeError: "Vergi dairesi girin",
|
|
57
|
+
fieldRestrictionError: "Bu alan geçersiz karakterler içeriyor",
|
|
57
58
|
taxNumberError: "Vergi numarası girin",
|
|
58
59
|
phone: "Telefon",
|
|
59
60
|
phoneError: "Geçerli bir telefon girin",
|
|
@@ -309,4 +310,6 @@ module.exports = {
|
|
|
309
310
|
totalAmountPayable: "Toplam Ödenecek Tutar",
|
|
310
311
|
chargedAmount: "Ödenmiş Tutar",
|
|
311
312
|
refundedAmount: "İade Edilmiş Tutar",
|
|
313
|
+
stripeExpressCheckoutTitle: "Hızlı Ödeme",
|
|
314
|
+
or: "ve ya",
|
|
312
315
|
};
|