Add circuit group reordering
This commit is contained in:
parent
1250f9a6af
commit
e702712bd8
11 changed files with 335 additions and 7 deletions
|
|
@ -39,6 +39,7 @@ const commandTypeLabels: Record<string, string> = {
|
|||
"circuit-group.insert": "Stromkreisgruppe angelegt",
|
||||
"circuit-group.delete": "Stromkreisgruppe entfernt",
|
||||
"circuit-group.update": "Stromkreisgruppe bearbeitet",
|
||||
"circuit-group.reorder": "Stromkreisgruppen sortiert",
|
||||
"project-floor.insert": "Geschoss angelegt",
|
||||
"project-floor.delete": "Geschoss entfernt",
|
||||
"project-room.insert": "Raum angelegt",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue