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": "Table column header for file name"
},
"rowsColumn": "Rows",
"@rowsColumn": {
"description": "Table column header for row count"
},
"amountColumn": "Amount",
"@amountColumn": {
"description": "Table column header for the original amount"
@@ -562,6 +567,15 @@
}
}
},
"recipientsWillReceive": "Recipients will receive: {amount}",
"@recipientsWillReceive": {
"description": "Label showing how much the recipients will receive",
"placeholders": {
"amount": {
"type": "String"
}
}
},
"total": "Total: {total}",
"@total": {