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