Add component structure commands
This commit is contained in:
parent
9d4d4082fe
commit
604604f056
15 changed files with 1058 additions and 5 deletions
|
|
@ -33,6 +33,8 @@ const commandTypeLabels: Record<string, string> = {
|
|||
"distribution-board.insert": "Verteilung angelegt",
|
||||
"distribution-board.update": "Verteilung bearbeitet",
|
||||
"distribution-board.delete": "Verteilung entfernt",
|
||||
"distribution-board-component.insert": "Verteilergerät angelegt",
|
||||
"distribution-board-component.delete": "Verteilergerät entfernt",
|
||||
"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