Added stats edit command #46

This commit is contained in:
2022-11-09 17:59:55 +01:00
parent 5c7db72723
commit 8cd67cd68c
5 changed files with 69 additions and 9 deletions

View File

@@ -231,6 +231,10 @@
"add": {
"failed": "Statistik kann nicht hinzugefügt werden :(",
"success": "Statistik wurde hinzugefügt :D"
},
"edit": {
"failed": "Statistik kann nicht bearbeitet werden :(",
"success": "Statistik wurde gespeichert :D"
}
}
},