small fixes for single payout and big chunck for multiple payouts
This commit is contained in:
@@ -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": "Метка, показывающая общую сумму транзакции",
|
||||
|
||||
Reference in New Issue
Block a user