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": "Отправить выплату",
"recipientPaysFee": "Получатель оплачивает комиссию",
"sentAmount": "Отправленная сумма: ${amount}",
"sentAmount": "Отправленная сумма: {amount}",
"@sentAmount": {
"description": "Метка, показывающая отправленную сумму",
"placeholders": {
@@ -388,7 +388,7 @@
}
},
"fee": "Комиссия: ${fee}",
"fee": "Комиссия: {fee}",
"@fee": {
"description": "Метка, показывающая комиссию за транзакцию",
"placeholders": {
@@ -398,7 +398,7 @@
}
},
"recipientWillReceive": "Получатель получит: ${amount}",
"recipientWillReceive": "Получатель получит: {amount}",
"@recipientWillReceive": {
"description": "Метка, показывающая, сколько получит получатель",
"placeholders": {
@@ -408,7 +408,7 @@
}
},
"total": "Итого: ${total}",
"total": "Итого: {total}",
"@total": {
"description": "Метка, показывающая общую сумму транзакции",
"placeholders": {