Added db to stats #46

This commit is contained in:
2022-11-09 19:23:10 +01:00
parent b52cdf0f34
commit 7fe0f19adf
6 changed files with 85 additions and 41 deletions

View File

@@ -221,7 +221,8 @@
"stats": {
"list": {
"statistic": "Statistik",
"description": "Beschreibung"
"description": "Beschreibung",
"nothing_found": "Keine Statistiken gefunden."
},
"view": {
"statistic": "Statistik",
@@ -235,6 +236,10 @@
"edit": {
"failed": "Statistik kann nicht bearbeitet werden :(",
"success": "Statistik wurde gespeichert :D"
},
"remove": {
"failed": "Statistik kann nicht gelöscht werden :(",
"success": "Statistik wurde gelöscht :D"
}
}
},