@ikas/storefront-assets 5.0.78 → 5.0.80
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 +2 -0
- package/checkout/en.js +1 -0
- package/checkout/fr.js +2 -0
- package/checkout/tr.js +2 -0
- package/package.json +1 -1
package/checkout/de.js
CHANGED
|
@@ -140,6 +140,8 @@ module.exports = {
|
|
|
140
140
|
ackTermsOfService: "Geschäftsbedingungen",
|
|
141
141
|
iyzicoDescription:
|
|
142
142
|
"Um eine Zahlung durchzuführen, müssen Sie die Geschäftsbedingungen akzeptieren.",
|
|
143
|
+
tkPayDescription:
|
|
144
|
+
"Um eine Zahlung durchzuführen, müssen Sie die Geschäftsbedingungen akzeptieren.",
|
|
143
145
|
ackPoliciesSentence:
|
|
144
146
|
"Ich akzeptiere die {{ ackPrivacyPolicy }} und {{ ackTermsOfService }}.",
|
|
145
147
|
securePaymentTooltip: "Alle Zahlungen sind sicher und verschlüsselt",
|
package/checkout/en.js
CHANGED
|
@@ -146,6 +146,7 @@ module.exports = {
|
|
|
146
146
|
ackPrivacyPolicy: "Privacy Policy",
|
|
147
147
|
ackTermsOfService: "Terms of Service",
|
|
148
148
|
iyzicoDescription: "To make a payment, you must accept the terms of service.",
|
|
149
|
+
tkPayDescription: "To make a payment, you must accept the terms of service.",
|
|
149
150
|
ackPoliciesSentence:
|
|
150
151
|
"I acknowledge the {{ ackPrivacyPolicy }} and {{ ackTermsOfService }}.",
|
|
151
152
|
|
package/checkout/fr.js
CHANGED
|
@@ -142,6 +142,8 @@ module.exports = {
|
|
|
142
142
|
ackTermsOfService: "Politique de vente",
|
|
143
143
|
iyzicoDescription:
|
|
144
144
|
"Pour effectuer le paiement, vous devez accepter les conditions d'utilisation.",
|
|
145
|
+
tkPayDescription:
|
|
146
|
+
"Pour effectuer le paiement, vous devez accepter les conditions d'utilisation.",
|
|
145
147
|
ackPoliciesSentence:
|
|
146
148
|
"J'ai lu {{ ackPrivacyPolicy }} et {{ ackTermsOfService }} et je donne mon accord",
|
|
147
149
|
securePaymentTooltip: "Les paiements sont sécurisés et cryptés",
|
package/checkout/tr.js
CHANGED
|
@@ -136,6 +136,8 @@ module.exports = {
|
|
|
136
136
|
ackTermsOfService: "Satış Sözleşmesini",
|
|
137
137
|
iyzicoDescription:
|
|
138
138
|
"Ödeme yapabilmek için sözleşmeleri onaylamanız gerekmektedir.",
|
|
139
|
+
tkPayDescription:
|
|
140
|
+
"Ödeme yapabilmek için sözleşmeleri onaylamanız gerekmektedir.",
|
|
139
141
|
ackPoliciesSentence:
|
|
140
142
|
"{{ ackPrivacyPolicy }} ve {{ ackTermsOfService }} okudum, onaylıyorum.",
|
|
141
143
|
securePaymentTooltip: "Ödemeler güvenli ve şifrelidir",
|