diff --git a/src/i18n/de.ts b/src/i18n/de.ts index 4131748..3705f4b 100644 --- a/src/i18n/de.ts +++ b/src/i18n/de.ts @@ -282,8 +282,8 @@ export const de = { "objinfo.wall.linkAbove": "An oberes Geschoss binden", "objinfo.wall.bottom": "Unterkante (UK)", "objinfo.wall.top": "Oberkante (OK)", - "objinfo.wall.anchorFloor": "An Geschoss gebunden", - "objinfo.wall.anchorCustom": "Eigene Höhe", + "objinfo.wall.anchorFloor": "Gebunden", + "objinfo.wall.anchorCustom": "Eigene", "objinfo.wall.height": "Höhe", // ── Decken-Attribute (Object-Info-Panel) ──────────────────────────────── "objinfo.ceiling.section": "Decke", @@ -295,8 +295,8 @@ export const de = { "objinfo.ceiling.bottom": "Unterkante (UK)", "objinfo.ceiling.height": "Dicke (OK−UK)", "objinfo.ceiling.area": "Fläche", - "objinfo.ceiling.anchorFloor": "An Geschoss gebunden", - "objinfo.ceiling.anchorCustom": "Eigene Höhe", + "objinfo.ceiling.anchorFloor": "Gebunden", + "objinfo.ceiling.anchorCustom": "Eigene", // ── Öffnungs-Attribute (Object-Info-Panel) ────────────────────────────── "objinfo.opening.section": "Öffnung", "objinfo.opening.kind": "Art", diff --git a/src/i18n/en.ts b/src/i18n/en.ts index d4eef7e..075825f 100644 --- a/src/i18n/en.ts +++ b/src/i18n/en.ts @@ -281,8 +281,8 @@ export const en: Record = { "objinfo.wall.linkAbove": "Bind to floor above", "objinfo.wall.bottom": "Bottom (UK)", "objinfo.wall.top": "Top (OK)", - "objinfo.wall.anchorFloor": "Bound to floor", - "objinfo.wall.anchorCustom": "Custom height", + "objinfo.wall.anchorFloor": "Bound", + "objinfo.wall.anchorCustom": "Custom", "objinfo.wall.height": "Height", "objinfo.wall.floorAboveNone": "No floor above", // ── Ceiling attributes (object info panel) ─────────────────────────────── @@ -295,8 +295,8 @@ export const en: Record = { "objinfo.ceiling.bottom": "Bottom (UK)", "objinfo.ceiling.height": "Thickness (OK−UK)", "objinfo.ceiling.area": "Area", - "objinfo.ceiling.anchorFloor": "Bound to floor", - "objinfo.ceiling.anchorCustom": "Custom height", + "objinfo.ceiling.anchorFloor": "Bound", + "objinfo.ceiling.anchorCustom": "Custom", // ── Opening attributes (object info panel) ────────────────────────────── "objinfo.opening.section": "Opening", "objinfo.opening.kind": "Type",