diff --git a/knock/translations/en-US/shipping.en-US.json b/knock/translations/en-US/shipping.en-US.json index 8e8ee71..fc84745 100644 --- a/knock/translations/en-US/shipping.en-US.json +++ b/knock/translations/en-US/shipping.en-US.json @@ -1,4 +1,12 @@ { "update": "Hey, your tickets have shipped!", - "issue": "Sorry, your tickets didn't ship. Please contact support." + "issue": "Sorry, your tickets didn't ship. Please contact support.", + "reasoning": { + "no_payment": "We couldn't process your payment.", + "insufficient_funds": "You don't have enough funds in your account.", + "invalid_payment_method": "The payment method you provided is invalid.", + "cancelled_by_customer": "You cancelled the order yourself.", + "cancelled_by_seller": "The seller cancelled the order.", + "other": "Other" + } } diff --git a/knock/translations/es/cancellation.es.json b/knock/translations/es/cancellation.es.json deleted file mode 100644 index ac5cda1..0000000 --- a/knock/translations/es/cancellation.es.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "update": "Lo sentimos, pero tu pedido ha sido cancelado.", - "reasoning": { - "no_payment": "No pudimos procesar tu pago.", - "insufficient_funds": "No tienes fondos suficientes en tu cuenta.", - "invalid_payment_method": "El método de pago que proporcionaste no es válido.", - "cancelled_by_customer": "Tú mismo cancelaste el pedido.", - "cancelled_by_seller": "El vendedor canceló el pedido.", - "other": "Otro" - } -} diff --git a/knock/translations/es/es.json b/knock/translations/es/es.json deleted file mode 100644 index 1664eb1..0000000 --- a/knock/translations/es/es.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "newUserSignup": { - "body": "Gracias por considerar Globe Wander para satisfacer tu deseo de viajar. Puedes ver todos nuestros tours disponibles en la página de inicio.", - "buttonText": "Revisa tu panel de control", - "greeting": "Hola **{{firstName}}** 👋 - ", - "subjectLine": "¡Gracias por elegir Globe Wander!" - } -} diff --git a/knock/translations/es/payments.es.json b/knock/translations/es/payments.es.json deleted file mode 100644 index 58b474f..0000000 --- a/knock/translations/es/payments.es.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "update": "¡Hola, tu pago se realizó con éxito!", - "issue": "Lo sentimos, tu pago no se pudo procesar. Por favor, contacta con soporte.", - "reasoning": { - "no_payment": "No pudimos procesar tu pago.", - "insufficient_funds": "No tienes fondos suficientes en tu cuenta.", - "invalid_payment_method": "El método de pago que proporcionaste no es válido.", - "cancelled_by_customer": "Tú mismo cancelaste el pedido.", - "cancelled_by_seller": "El vendedor canceló el pedido.", - "other": "Otro" - } -} diff --git a/knock/translations/es/shipping.es.json b/knock/translations/es/shipping.es.json deleted file mode 100644 index 830284a..0000000 --- a/knock/translations/es/shipping.es.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "update": "¡Hola, tus boletos han sido enviados!", - "issue": "Lo sentimos, tus boletos no se enviaron. Por favor, contacta al soporte." -} diff --git a/knock/translations/fr/cancellation.fr.json b/knock/translations/fr/cancellation.fr.json deleted file mode 100644 index 105ecc1..0000000 --- a/knock/translations/fr/cancellation.fr.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "update": "Désolé, mais votre commande a été annulée.", - "reasoning": { - "no_payment": "Nous n'avons pas pu traiter votre paiement.", - "insufficient_funds": "Vous n'avez pas assez de fonds sur votre compte.", - "invalid_payment_method": "Le mode de paiement que vous avez fourni n'est pas valide.", - "cancelled_by_customer": "Vous avez annulé la commande vous-même.", - "cancelled_by_seller": "Le vendeur a annulé la commande.", - "other": "Autre" - } -} diff --git a/knock/translations/fr/fr.json b/knock/translations/fr/fr.json deleted file mode 100644 index b33d1c1..0000000 --- a/knock/translations/fr/fr.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "newUserSignup": { - "body": "Merci d'avoir choisi Globe Wander pour assouvir votre envie de voyager. Vous pouvez découvrir tous nos circuits disponibles sur la page d'accueil.", - "buttonText": "Consultez votre tableau de bord", - "greeting": "Salut **{{firstName}}** 👋 - ", - "subjectLine": "Merci d'avoir choisi Globe Wander !" - } -} diff --git a/knock/translations/fr/payments.fr.json b/knock/translations/fr/payments.fr.json deleted file mode 100644 index ed802be..0000000 --- a/knock/translations/fr/payments.fr.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "update": "Hé, votre paiement a été effectué avec succès !", - "issue": "Désolé, votre paiement n'a pas abouti. Veuillez contacter le support.", - "reasoning": { - "no_payment": "Nous n'avons pas pu traiter votre paiement.", - "insufficient_funds": "Vous n'avez pas assez de fonds sur votre compte.", - "invalid_payment_method": "Le moyen de paiement que vous avez fourni n'est pas valide.", - "cancelled_by_customer": "Vous avez annulé la commande vous-même.", - "cancelled_by_seller": "Le vendeur a annulé la commande.", - "other": "Autre" - } -} diff --git a/knock/translations/fr/shipping.fr.json b/knock/translations/fr/shipping.fr.json deleted file mode 100644 index 35bb298..0000000 --- a/knock/translations/fr/shipping.fr.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "update": "Hé, vos billets ont été expédiés !", - "issue": "Désolé, vos billets n'ont pas été expédiés. Veuillez contacter le support." -}