feat: add outlet direction (horizontal/vertical), wall light styles, floor textures, and stretch ceiling
- Add configurable outlet direction (horizontal/vertical) stored in metadata - Add wall light style variants (classic, pendant-globe, sconce-up, sconce-down) - Add PBR floor textures including natural oak - Add stretch ceiling offset support with DB migration - Add furniture surface texture selection - Add canvas theme colors utility for dark mode support - Update projection views with improved rendering - Add EN and RU translations for all new properties
This commit is contained in:
@@ -152,6 +152,8 @@
|
||||
"toolbar.elec": "Элек",
|
||||
"toolbar.furn": "Мебель",
|
||||
"toolbar.meas": "Разм",
|
||||
"toolbar.stretchCeiling": "Потолок",
|
||||
"toolbar.toggleStretchCeiling": "Показать/скрыть натяжной потолок",
|
||||
"toolbar.toggleGrid": "Переключить сетку",
|
||||
"toolbar.toggleSnap": "Переключить привязку",
|
||||
"toolbar.toggleWalls": "Переключить слой стен",
|
||||
@@ -225,6 +227,7 @@
|
||||
"floor.WOOD_MEDIUM": "Среднее дерево",
|
||||
"floor.WOOD_DARK": "Тёмное дерево",
|
||||
"floor.WOOD_HERRINGBONE": "Ёлочка",
|
||||
"floor.OAK_NATURAL": "Натуральный дуб",
|
||||
"floor.TILE_WHITE": "Белая плитка",
|
||||
"floor.TILE_GRAY": "Серая плитка",
|
||||
"floor.LAMINATE": "Ламинат",
|
||||
@@ -245,6 +248,28 @@
|
||||
"properties.outletWidth": "Ширина розетки",
|
||||
"properties.outletHeight": "Высота розетки",
|
||||
"properties.outletCount": "Количество",
|
||||
"properties.outletDirectionLabel": "Направление",
|
||||
"properties.outletDirection.horizontal": "Горизонтально",
|
||||
"properties.outletDirection.vertical": "Вертикально",
|
||||
"properties.stretchCeilingOffset": "Натяжной потолок (отступ)",
|
||||
"properties.wallLightStyleLabel": "Стиль",
|
||||
"properties.wallLightStyle.classic": "Классический",
|
||||
"properties.wallLightStyle.pendant-globe": "Подвесной шар",
|
||||
"properties.wallLightStyle.sconce-up": "Бра вверх",
|
||||
"properties.wallLightStyle.sconce-down": "Бра вниз",
|
||||
"properties.cordLength": "Длина шнура",
|
||||
"properties.lampSize": "Размер светильника",
|
||||
"properties.surfaceTexture": "Поверхность",
|
||||
"furnitureTexture.NONE": "Нет (сплошной цвет)",
|
||||
"furnitureTexture.WOOD_LIGHT": "Светлое дерево",
|
||||
"furnitureTexture.WOOD_MEDIUM": "Среднее дерево",
|
||||
"furnitureTexture.WOOD_DARK": "Тёмное дерево",
|
||||
"furnitureTexture.WOOD_HERRINGBONE": "Ёлочка",
|
||||
"furnitureTexture.OAK_NATURAL": "Натуральный дуб",
|
||||
"furnitureTexture.LAMINATE": "Ламинат",
|
||||
"furnitureTexture.CONCRETE": "Бетон",
|
||||
"properties.invertCoordX": "Инвертировать X",
|
||||
"properties.invertCoordY": "Инвертировать Y",
|
||||
"properties.anchor": "Привязка",
|
||||
"anchor.left": "Слева",
|
||||
"anchor.middle": "По центру",
|
||||
|
||||
Reference in New Issue
Block a user