small fixes for single payout and big chunck for multiple payouts

This commit is contained in:
Arseni
2026-02-05 21:58:37 +03:00
parent 8034847e46
commit b9748b8ab2
37 changed files with 1708 additions and 224 deletions

View File

@@ -335,6 +335,11 @@
"description": "Заголовок столбца таблицы для имени файла"
},
"rowsColumn": "Строки",
"@rowsColumn": {
"description": "Заголовок столбца таблицы для количества строк"
},
"amountColumn": "Сумма",
"@amountColumn": {
"description": "Заголовок столбца таблицы для исходной суммы"
@@ -563,6 +568,16 @@
}
},
"recipientsWillReceive": "Получатели получат: {amount}",
"@recipientsWillReceive": {
"description": "Метка, показывающая, сколько получат получатели",
"placeholders": {
"amount": {
"type": "String"
}
}
},
"total": "Итого: {total}",
"@total": {
"description": "Метка, показывающая общую сумму транзакции",