Migrate billing from Paddle to Lemon Squeezy
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"actions": {
|
||||
"refresh": "Refresh",
|
||||
"exportCsv": "Export CSV",
|
||||
"portal": "Manage in Paddle",
|
||||
"portal": "Manage in Lemon Squeezy",
|
||||
"portalBusy": "Opening portal...",
|
||||
"openPackages": "Open packages",
|
||||
"contactSupport": "Contact support"
|
||||
@@ -42,7 +42,7 @@
|
||||
"errors": {
|
||||
"load": "Unable to load package data.",
|
||||
"more": "Unable to load more entries.",
|
||||
"portal": "Unable to open the Paddle portal."
|
||||
"portal": "Unable to open the Lemon Squeezy portal."
|
||||
},
|
||||
"checkoutSuccess": "Checkout completed. Your package will activate shortly.",
|
||||
"checkoutCancelled": "Checkout was cancelled.",
|
||||
@@ -62,8 +62,11 @@
|
||||
"checkoutActionBadge": "Action needed",
|
||||
"checkoutActionButton": "Continue checkout",
|
||||
"checkoutFailureReasons": {
|
||||
"paddle_failed": "The payment was declined.",
|
||||
"paddle_cancelled": "The checkout was cancelled."
|
||||
"lemonsqueezy_failed": "The payment was declined.",
|
||||
"lemonsqueezy_cancelled": "The checkout was cancelled.",
|
||||
"lemonsqueezy_canceled": "The checkout was cancelled.",
|
||||
"lemonsqueezy_refunded": "The payment was refunded.",
|
||||
"lemonsqueezy_voided": "The payment was voided."
|
||||
},
|
||||
"sections": {
|
||||
"invoices": {
|
||||
@@ -125,9 +128,9 @@
|
||||
}
|
||||
},
|
||||
"transactions": {
|
||||
"title": "Paddle transactions",
|
||||
"description": "Recent Paddle transactions for this customer account.",
|
||||
"empty": "No Paddle transactions yet.",
|
||||
"title": "Lemon Squeezy transactions",
|
||||
"description": "Recent Lemon Squeezy transactions for this customer account.",
|
||||
"empty": "No Lemon Squeezy transactions yet.",
|
||||
"labels": {
|
||||
"transactionId": "Transaction {{id}}",
|
||||
"checkoutId": "Checkout ID: {{id}}",
|
||||
|
||||
Reference in New Issue
Block a user