refactoring for recipient addition page

This commit is contained in:
Arseni
2026-01-29 19:22:30 +03:00
parent da8da04ae9
commit efa69b43b2
47 changed files with 1376 additions and 532 deletions

View File

@@ -372,6 +372,22 @@
"paymentConfigTitle": "Where to receive money",
"paymentConfigSubtitle": "Add multiple methods and choose your primary one.",
"addPaymentMethod": "Add payment method",
"paymentMethodAdded": "Added",
"@paymentMethodAdded": {
"description": "Status badge text for a payment method that is already configured"
},
"paymentMethodNotAdded": "Not added",
"@paymentMethodNotAdded": {
"description": "Status badge text for a payment method that has no details yet"
},
"paymentMethodComingSoon": "Coming soon",
"@paymentMethodComingSoon": {
"description": "Status badge text for a payment method that is visible but not available yet"
},
"paymentMethodDetails": "Payment details",
"@paymentMethodDetails": {
"description": "Title above the selected payment method form"
},
"makeMain": "Make primary",
"advanced": "Advanced",
"fallbackExplanation": "If the primary method is unavailable, we will try the next enabled one in the list.",
@@ -436,9 +452,16 @@
"walletId": "Wallet ID",
"enterWalletId": "Enter wallet ID",
"ledgerAccountRef": "Ledger account reference",
"enterLedgerAccountRef": "Enter ledger account reference",
"contraLedgerAccountRef": "Contra ledger account reference (optional)",
"recipients": "Recipients",
"recipientName": "Recipient Name",
"recipientNameHint": "e.g. Alex Johnson",
"@recipientNameHint": {
"description": "Hint shown in the recipient name field"
},
"enterRecipientName": "Enter recipient name",
"inn": "INN",
"enterInn": "Enter INN",