quotation rate display

This commit is contained in:
Stephan D
2025-12-12 13:45:58 +01:00
parent d64d7dab58
commit 00045c1e65
35 changed files with 530 additions and 199 deletions

View File

@@ -378,7 +378,7 @@
"send": "Send Payout",
"recipientPaysFee": "Recipient pays the fee",
"sentAmount": "Sent amount: ${amount}",
"sentAmount": "Sent amount: {amount}",
"@sentAmount": {
"description": "Label showing the amount sent",
"placeholders": {
@@ -388,7 +388,7 @@
}
},
"fee": "Fee: ${fee}",
"fee": "Fee: {fee}",
"@fee": {
"description": "Label showing the transaction fee",
"placeholders": {
@@ -398,7 +398,7 @@
}
},
"recipientWillReceive": "Recipient will receive: ${amount}",
"recipientWillReceive": "Recipient will receive: {amount}",
"@recipientWillReceive": {
"description": "Label showing how much the recipient will receive",
"placeholders": {
@@ -408,7 +408,7 @@
}
},
"total": "Total: ${total}",
"total": "Total: {total}",
"@total": {
"description": "Label showing the total amount of the transaction",
"placeholders": {