From 1c09b6e7c299e10bf54f32c4ee6eddfb14a40d61 Mon Sep 17 00:00:00 2001 From: Karim Date: Sun, 5 Jul 2026 22:27:10 +0200 Subject: [PATCH] =?UTF-8?q?Attribute:=20Aufbau-Umschalter=20Einschichtig?= =?UTF-8?q?=E2=86=92Solid=20(k=C3=BCrzer),=20Mehrschichtig=20bleibt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/de.ts | 2 +- src/i18n/en.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/de.ts b/src/i18n/de.ts index 3705f4b..a22f5f7 100644 --- a/src/i18n/de.ts +++ b/src/i18n/de.ts @@ -273,7 +273,7 @@ export const de = { "objinfo.wall.refLine.center": "Mitte", "objinfo.wall.refLine.right": "Innen (rechts)", "objinfo.wall.buildup": "Aufbau", - "objinfo.wall.single": "Einschichtig", + "objinfo.wall.single": "Solid", "objinfo.wall.multi": "Mehrschichtig", "objinfo.wall.thickness": "Dicke", "objinfo.wall.preset": "Wandaufbau", diff --git a/src/i18n/en.ts b/src/i18n/en.ts index 075825f..9df258d 100644 --- a/src/i18n/en.ts +++ b/src/i18n/en.ts @@ -272,7 +272,7 @@ export const en: Record = { "objinfo.wall.refLine.center": "Center", "objinfo.wall.refLine.right": "Interior (right)", "objinfo.wall.buildup": "Build-up", - "objinfo.wall.single": "Single layer", + "objinfo.wall.single": "Solid", "objinfo.wall.multi": "Multi layer", "objinfo.wall.thickness": "Thickness", "objinfo.wall.preset": "Wall style",