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