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": "메모가 너무 깁니다",
@@ -430,8 +431,6 @@
"invalidAmountDescription": "유효한 양의 숫자를 입력하세요",
"successTitle": "성공",
"transactionNotFoundDescription": "거래를 찾을 수 없습니다",
"maxAmountExceededDescription": "금액은 {max}을(를) 초과할 수 없습니다.",
"transactionNotFoundDescription": "거래를 찾을 수 없습니다",
"maxAmountExceededDescription": "금액은 {max}을(를) 초과할 수 없습니다."
},
"Warning": {