This commit is contained in:
Arseni
2026-03-04 17:43:18 +03:00
parent 80b25a8608
commit aff804ec58
46 changed files with 1090 additions and 345 deletions

View File

@@ -403,6 +403,34 @@
"idempotencyKeyLabel": "Idempotency key",
"quoteIdLabel": "Quote ID",
"createdAtLabel": "Created at",
"completedAtLabel": "Completed at",
"operationStepStateSkipped": "Skipped",
"operationStepStateNeedsAttention": "Needs attention",
"operationStepStateRetrying": "Retrying",
"paymentOperationPair": "{operation} {action}",
"@paymentOperationPair": {
"description": "Title pattern for one payment execution operation line in payment details",
"placeholders": {
"operation": {
"type": "String"
},
"action": {
"type": "String"
}
}
},
"paymentOperationCardPayout": "Card payout",
"paymentOperationCrypto": "Crypto",
"paymentOperationSettlement": "Settlement",
"paymentOperationLedger": "Ledger",
"paymentOperationActionSend": "Send",
"paymentOperationActionObserve": "Observe",
"paymentOperationActionFxConvert": "FX convert",
"paymentOperationActionCredit": "Credit",
"paymentOperationActionBlock": "Block",
"paymentOperationActionDebit": "Debit",
"paymentOperationActionRelease": "Release",
"paymentOperationActionMove": "Move",
"debitAmountLabel": "You pay",
"debitSettlementAmountLabel": "Debit settlement amount",
"expectedSettlementAmountLabel": "Recipient gets",