split stats into general and element stats

This commit is contained in:
Ryan Di
2023-03-22 18:32:21 +08:00
parent 86d49a273b
commit 30743ec726
4 changed files with 131 additions and 26 deletions
+14 -1
View File
@@ -239,6 +239,17 @@
"eraser": "Eraser",
"hand": "Hand (panning tool)"
},
"element": {
"rectangle": "Rectangle",
"diamond": "Diamond",
"ellipse": "Ellipse",
"arrow": "Arrow",
"line": "Line",
"freeDraw": "Freedraw",
"text": "Text",
"image": "Image",
"group": "Group"
},
"headings": {
"canvasActions": "Canvas actions",
"selectedShapeActions": "Selected shape actions",
@@ -400,7 +411,9 @@
"scene": "Scene",
"selected": "Selected",
"storage": "Storage",
"title": "General stats",
"title": "Stats",
"generalStats": "General stats",
"elementStats": "Element stats",
"total": "Total",
"version": "Version",
"versionCopy": "Click to copy",