Skip to content

Commit

Permalink
add reasoning
Browse files Browse the repository at this point in the history
  • Loading branch information
JEverhart383 committed Feb 26, 2025
1 parent 2ad51ca commit 6649a68
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 71 deletions.
10 changes: 9 additions & 1 deletion knock/translations/en-US/shipping.en-US.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
11 changes: 0 additions & 11 deletions knock/translations/es/cancellation.es.json

This file was deleted.

8 changes: 0 additions & 8 deletions knock/translations/es/es.json

This file was deleted.

12 changes: 0 additions & 12 deletions knock/translations/es/payments.es.json

This file was deleted.

4 changes: 0 additions & 4 deletions knock/translations/es/shipping.es.json

This file was deleted.

11 changes: 0 additions & 11 deletions knock/translations/fr/cancellation.fr.json

This file was deleted.

8 changes: 0 additions & 8 deletions knock/translations/fr/fr.json

This file was deleted.

12 changes: 0 additions & 12 deletions knock/translations/fr/payments.fr.json

This file was deleted.

4 changes: 0 additions & 4 deletions knock/translations/fr/shipping.fr.json

This file was deleted.

0 comments on commit 6649a68

Please sign in to comment.