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

View File

@@ -372,6 +372,22 @@
"paymentConfigTitle": "Куда получать деньги",
"paymentConfigSubtitle": "Добавьте несколько методов и выберите основной.",
"addPaymentMethod": "Добавить способ оплаты",
"paymentMethodAdded": "Добавлено",
"@paymentMethodAdded": {
"description": "Текст статуса для способа оплаты, который уже настроен"
},
"paymentMethodNotAdded": "Не добавлено",
"@paymentMethodNotAdded": {
"description": "Текст статуса для способа оплаты без заполненных реквизитов"
},
"paymentMethodComingSoon": "Скоро",
"@paymentMethodComingSoon": {
"description": "Текст статуса для способа оплаты, который виден, но пока недоступен"
},
"paymentMethodDetails": "Реквизиты",
"@paymentMethodDetails": {
"description": "Заголовок над формой выбранного способа оплаты"
},
"makeMain": "Сделать основным",
"advanced": "Дополнительно",
"fallbackExplanation": "Если основной метод недоступен, мы попробуем следующий включенный метод в списке.",
@@ -436,9 +452,16 @@
"walletId": "ID кошелька",
"enterWalletId": "Введите ID кошелька",
"ledgerAccountRef": "Референс леджер-счета",
"enterLedgerAccountRef": "Введите референс леджер-счета",
"contraLedgerAccountRef": "Референс контр-счета (необязательно)",
"recipients": "Получатели",
"recipientName": "Имя получателя",
"recipientNameHint": "например, Алексей Иванов",
"@recipientNameHint": {
"description": "Подсказка в поле имени получателя"
},
"enterRecipientName": "Введите имя получателя",
"inn": "ИНН",
"enterInn": "Введите ИНН",