Add component update commands
This commit is contained in:
parent
604604f056
commit
69b020339e
11 changed files with 547 additions and 21 deletions
|
|
@ -35,6 +35,7 @@ const commandTypeLabels: Record<string, string> = {
|
|||
"distribution-board.delete": "Verteilung entfernt",
|
||||
"distribution-board-component.insert": "Verteilergerät angelegt",
|
||||
"distribution-board-component.delete": "Verteilergerät entfernt",
|
||||
"distribution-board-component.update": "Verteilergerät bearbeitet",
|
||||
"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