Fix PayPal billing flow and mobile admin UX
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-02-05 10:19:29 +01:00
parent c43327af74
commit 0d7a861875
39 changed files with 1630 additions and 253 deletions

View File

@@ -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",