feat: add completion count

This commit is contained in:
2026-03-10 17:02:38 +01:00
parent 3fb0f7166b
commit 4af8950602
10 changed files with 19 additions and 23 deletions

View File

@@ -322,7 +322,8 @@
"completeButtonCount": "Выполнить ({completed}/{target})",
"completeButtonCountMobile": "{completed}/{target}",
"undoButton": "Отменить",
"editButton": "Редактировать"
"editButton": "Редактировать",
"completionCount": "завершено {completions} раз"
},
"TransactionNoteEditor": {
"noteTooLongTitle": "Слишком длинная заметка",
@@ -434,8 +435,6 @@
"invalidAmountDescription": "Пожалуйста, введите положительное число",
"successTitle": "Успех",
"transactionNotFoundDescription": "Транзакция не найдена",
"maxAmountExceededDescription": "Сумма не может превышать {max}.",
"transactionNotFoundDescription": "Транзакция не найдена",
"maxAmountExceededDescription": "Сумма не может превышать {max}."
},
"DrawingModal": {