Fix PayPal billing flow and mobile admin UX
This commit is contained in:
@@ -6,10 +6,12 @@
|
||||
"language": "Language",
|
||||
"languageDe": "Deutsch",
|
||||
"languageEn": "English",
|
||||
"theme": "Theme",
|
||||
"theme": "Appearance",
|
||||
"themeLight": "Light",
|
||||
"themeDark": "Dark",
|
||||
"themeSystem": "System",
|
||||
"themeSystemLabel": "System ({{mode}})",
|
||||
"themeSystemHint": "Following device setting: {{mode}}",
|
||||
"logout": "Log out",
|
||||
"logoutTitle": "Sign out",
|
||||
"logoutHint": "Sign out from this app."
|
||||
@@ -27,8 +29,9 @@
|
||||
"actions": {
|
||||
"refresh": "Refresh",
|
||||
"exportCsv": "Export CSV",
|
||||
"portal": "Manage in PayPal",
|
||||
"portalBusy": "Opening portal...",
|
||||
"portal": "Billing details",
|
||||
"portalBusy": "Opening billing details...",
|
||||
"receiptDownloaded": "Receipt downloaded.",
|
||||
"openPackages": "Open packages",
|
||||
"contactSupport": "Contact support"
|
||||
},
|
||||
@@ -54,7 +57,8 @@
|
||||
"errors": {
|
||||
"load": "Unable to load package data.",
|
||||
"more": "Unable to load more entries.",
|
||||
"portal": "Unable to open the PayPal portal."
|
||||
"portal": "Unable to open billing details.",
|
||||
"receipt": "Receipt download failed."
|
||||
},
|
||||
"checkoutSuccess": "Checkout completed. Your package will activate shortly.",
|
||||
"checkoutCancelled": "Checkout was cancelled.",
|
||||
@@ -140,14 +144,14 @@
|
||||
}
|
||||
},
|
||||
"transactions": {
|
||||
"title": "PayPal transactions",
|
||||
"description": "Recent PayPal transactions for this customer account.",
|
||||
"empty": "No PayPal transactions yet.",
|
||||
"title": "Transactions",
|
||||
"description": "Recent package purchases for this account.",
|
||||
"empty": "No transactions yet.",
|
||||
"labels": {
|
||||
"transactionId": "Transaction {{id}}",
|
||||
"checkoutId": "Checkout ID: {{id}}",
|
||||
"origin": "Origin: {{origin}}",
|
||||
"receipt": "View receipt",
|
||||
"provider": "Provider: {{provider}}",
|
||||
"receipt": "Download receipt",
|
||||
"packageFallback": "Package",
|
||||
"tax": "Tax: {{value}}"
|
||||
},
|
||||
"table": {
|
||||
@@ -162,6 +166,7 @@
|
||||
"processing": "Processing",
|
||||
"failed": "Failed",
|
||||
"cancelled": "Cancelled",
|
||||
"refunded": "Refunded",
|
||||
"unknown": "Unknown"
|
||||
},
|
||||
"loadMore": "Load more transactions",
|
||||
|
||||
Reference in New Issue
Block a user