mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-03-11 04:49:49 +01:00
feat: add completion count
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user