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": "Abschließen ({completed}/{target})",
|
||||
"completeButtonCountMobile": "{completed}/{target}",
|
||||
"undoButton": "Rückgängig",
|
||||
"editButton": "Bearbeiten"
|
||||
"editButton": "Bearbeiten",
|
||||
"completionCount": "{completions} mal abgeschlossen"
|
||||
},
|
||||
"TransactionNoteEditor": {
|
||||
"noteTooLongTitle": "Notiz zu lang",
|
||||
@@ -434,8 +435,6 @@
|
||||
"invalidAmountDescription": "Bitte geben Sie eine gültige positive Zahl ein",
|
||||
"successTitle": "Erfolg",
|
||||
"transactionNotFoundDescription": "Transaktion nicht gefunden",
|
||||
"maxAmountExceededDescription": "Der Betrag darf {max} nicht überschreiten.",
|
||||
"transactionNotFoundDescription": "Transaktion nicht gefunden",
|
||||
"maxAmountExceededDescription": "Der Betrag darf {max} nicht überschreiten."
|
||||
},
|
||||
"DrawingModal": {
|
||||
|
||||
Reference in New Issue
Block a user