From 4b7704791621988bc8621171ca6712fcffca31dd Mon Sep 17 00:00:00 2001 From: Karim Date: Sun, 5 Jul 2026 22:18:30 +0200 Subject: [PATCH] =?UTF-8?q?Attribute:=20H=C3=B6hen-Bindung=20k=C3=BCrzer?= =?UTF-8?q?=20benannt=20(Gebunden/Eigene=20statt=20An=20Geschoss=20gebunde?= =?UTF-8?q?n/Eigene=20H=C3=B6he),=20Wand+Decke?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/de.ts | 8 ++++---- src/i18n/en.ts | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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",