@loczer/storefront-sdk 0.184.0 → 0.185.0
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/dist/i18n/en.js +1 -1
- package/dist/i18n/fr.js +1 -1
- package/package.json +1 -1
package/dist/i18n/en.js
CHANGED
|
@@ -178,7 +178,7 @@ var e = {
|
|
|
178
178
|
checkout_payment_due_now_helper_none: "No payment required now.",
|
|
179
179
|
checkout_payment_provider: "Provider",
|
|
180
180
|
checkout_payment_loading: "Checking payment options…",
|
|
181
|
-
checkout_payment_error: "Unable to check payment options.",
|
|
181
|
+
checkout_payment_error: "Unable to check payment options. Please contact the shop directly.",
|
|
182
182
|
checkout_payment_enable_hint: "Enter your full name to enable the payment method.",
|
|
183
183
|
checkout_submit: "Request booking",
|
|
184
184
|
checkout_success_toast: "Request sent.",
|
package/dist/i18n/fr.js
CHANGED
|
@@ -178,7 +178,7 @@ var e = {
|
|
|
178
178
|
checkout_payment_due_now_helper_none: "Aucun paiement n’est requis maintenant.",
|
|
179
179
|
checkout_payment_provider: "Prestataire",
|
|
180
180
|
checkout_payment_loading: "Vérification des options de paiement…",
|
|
181
|
-
checkout_payment_error: "Impossible de vérifier les options de paiement.",
|
|
181
|
+
checkout_payment_error: "Impossible de vérifier les options de paiement. Veuillez contacter directement la boutique.",
|
|
182
182
|
checkout_payment_enable_hint: "Renseignez votre nom complet pour activer le moyen de paiement.",
|
|
183
183
|
checkout_submit: "Envoyer la demande",
|
|
184
184
|
checkout_success_toast: "Demande envoyée.",
|