mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
wip
This commit is contained in:
parent
af7d1a763a
commit
3a0da02b50
111 changed files with 315 additions and 315 deletions
|
|
@ -3623,7 +3623,7 @@ _miRoom:
|
|||
bottom: "底面/下"
|
||||
side: "壁/側面"
|
||||
|
||||
_objects:
|
||||
_furnitures:
|
||||
woodRingFloorLamp: "リングシェードフロアランプ"
|
||||
_woodRingFloorLamp:
|
||||
shadeMat: "シェードの素材"
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ import type { a4Case_schema } from 'misskey-world/src/room/furnitures/a4Case.sch
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const a4Case_ui = defineFurnitureUi<typeof a4Case_schema>({
|
||||
name: i18n.ts._miRoom._objects.a4Case,
|
||||
name: i18n.ts._miRoom._furnitures.a4Case,
|
||||
options: {
|
||||
mat: {
|
||||
label: i18n.ts._miRoom._objects._a4Case.mat,
|
||||
label: i18n.ts._miRoom._furnitures._a4Case.mat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { aircon_schema } from 'misskey-world/src/room/furnitures/aircon.sch
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const aircon_ui = defineFurnitureUi<typeof aircon_schema>({
|
||||
name: i18n.ts._miRoom._objects.aircon,
|
||||
name: i18n.ts._miRoom._furnitures.aircon,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,22 +8,22 @@ import type { allInOnePc_schema } from 'misskey-world/src/room/furnitures/allInO
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const allInOnePc_ui = defineFurnitureUi<typeof allInOnePc_schema>({
|
||||
name: i18n.ts._miRoom._objects.allInOnePc,
|
||||
name: i18n.ts._miRoom._furnitures.allInOnePc,
|
||||
options: {
|
||||
bodyMat: {
|
||||
label: i18n.ts._miRoom._objects._allInOnePc.bodyMat,
|
||||
label: i18n.ts._miRoom._furnitures._allInOnePc.bodyMat,
|
||||
},
|
||||
bezelMat: {
|
||||
label: i18n.ts._miRoom._objects._allInOnePc.bezelMat,
|
||||
label: i18n.ts._miRoom._furnitures._allInOnePc.bezelMat,
|
||||
},
|
||||
screenBrightness: {
|
||||
label: i18n.ts._miRoom._objects._allInOnePc.screenBrightness,
|
||||
label: i18n.ts._miRoom._furnitures._allInOnePc.screenBrightness,
|
||||
},
|
||||
image: {
|
||||
label: i18n.ts._miRoom._objects._allInOnePc.image,
|
||||
label: i18n.ts._miRoom._furnitures._allInOnePc.image,
|
||||
presets: {
|
||||
'desktop': {
|
||||
label: i18n.ts._miRoom._objects._allInOnePc.image_desktop,
|
||||
label: i18n.ts._miRoom._furnitures._allInOnePc.image_desktop,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { aquarium_schema } from 'misskey-world/src/room/furnitures/aquarium
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const aquarium_ui = defineFurnitureUi<typeof aquarium_schema>({
|
||||
name: i18n.ts._miRoom._objects.aquarium,
|
||||
name: i18n.ts._miRoom._furnitures.aquarium,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@ import type { aromaReedDiffuser_schema } from 'misskey-world/src/room/furnitures
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const aromaReedDiffuser_ui = defineFurnitureUi<typeof aromaReedDiffuser_schema>({
|
||||
name: i18n.ts._miRoom._objects.aromaReedDiffuser,
|
||||
name: i18n.ts._miRoom._furnitures.aromaReedDiffuser,
|
||||
options: {
|
||||
bottleMat: {
|
||||
label: i18n.ts._miRoom._objects._aromaReedDiffuser.bottleMat,
|
||||
label: i18n.ts._miRoom._furnitures._aromaReedDiffuser.bottleMat,
|
||||
},
|
||||
oilMat: {
|
||||
label: i18n.ts._miRoom._objects._aromaReedDiffuser.oilMat,
|
||||
label: i18n.ts._miRoom._furnitures._aromaReedDiffuser.oilMat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { banknote_schema } from 'misskey-world/src/room/furnitures/banknote
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const banknote_ui = defineFurnitureUi<typeof banknote_schema>({
|
||||
name: i18n.ts._miRoom._objects.banknote,
|
||||
name: i18n.ts._miRoom._furnitures.banknote,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { beamLamp_schema } from 'misskey-world/src/room/furnitures/beamLamp
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const beamLamp_ui = defineFurnitureUi<typeof beamLamp_schema>({
|
||||
name: i18n.ts._miRoom._objects.beamLamp,
|
||||
name: i18n.ts._miRoom._furnitures.beamLamp,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ import type { bed_schema } from 'misskey-world/src/room/furnitures/bed.schema.js
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const bed_ui = defineFurnitureUi<typeof bed_schema>({
|
||||
name: i18n.ts._miRoom._objects.bed,
|
||||
name: i18n.ts._miRoom._furnitures.bed,
|
||||
options: {
|
||||
frameMat: {
|
||||
label: i18n.ts._miRoom._objects._bed.frameMat,
|
||||
label: i18n.ts._miRoom._furnitures._bed.frameMat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,16 +8,16 @@ import type { blind_schema } from 'misskey-world/src/room/furnitures/blind.schem
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const blind_ui = defineFurnitureUi<typeof blind_schema>({
|
||||
name: i18n.ts._miRoom._objects.blind,
|
||||
name: i18n.ts._miRoom._furnitures.blind,
|
||||
options: {
|
||||
blades: {
|
||||
label: i18n.ts._miRoom._objects._blind.blades,
|
||||
label: i18n.ts._miRoom._furnitures._blind.blades,
|
||||
},
|
||||
angle: {
|
||||
label: i18n.ts._miRoom._objects._blind.angle,
|
||||
label: i18n.ts._miRoom._furnitures._blind.angle,
|
||||
},
|
||||
open: {
|
||||
label: i18n.ts._miRoom._objects._blind.open,
|
||||
label: i18n.ts._miRoom._furnitures._blind.open,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,19 +8,19 @@ import type { book_schema } from 'misskey-world/src/room/furnitures/book.schema.
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const book_ui = defineFurnitureUi<typeof book_schema>({
|
||||
name: i18n.ts._miRoom._objects.book,
|
||||
name: i18n.ts._miRoom._furnitures.book,
|
||||
options: {
|
||||
variation: {
|
||||
label: i18n.ts._miRoom._objects._book.variation,
|
||||
label: i18n.ts._miRoom._furnitures._book.variation,
|
||||
},
|
||||
width: {
|
||||
label: i18n.ts._miRoom._objects._book.width,
|
||||
label: i18n.ts._miRoom._furnitures._book.width,
|
||||
},
|
||||
height: {
|
||||
label: i18n.ts._miRoom._objects._book.height,
|
||||
label: i18n.ts._miRoom._furnitures._book.height,
|
||||
},
|
||||
thickness: {
|
||||
label: i18n.ts._miRoom._objects._book.thickness,
|
||||
label: i18n.ts._miRoom._furnitures._book.thickness,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ import type { books_schema } from 'misskey-world/src/room/furnitures/books.schem
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const books_ui = defineFurnitureUi<typeof books_schema>({
|
||||
name: i18n.ts._miRoom._objects.books,
|
||||
name: i18n.ts._miRoom._furnitures.books,
|
||||
options: {
|
||||
variation: {
|
||||
label: i18n.ts._miRoom._objects._books.variation,
|
||||
label: i18n.ts._miRoom._furnitures._books.variation,
|
||||
enum: {
|
||||
'A': {
|
||||
label: 'A',
|
||||
|
|
|
|||
|
|
@ -8,19 +8,19 @@ import type { boxWallShelf_schema } from 'misskey-world/src/room/furnitures/boxW
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const boxWallShelf_ui = defineFurnitureUi<typeof boxWallShelf_schema>({
|
||||
name: i18n.ts._miRoom._objects.boxWallShelf,
|
||||
name: i18n.ts._miRoom._furnitures.boxWallShelf,
|
||||
options: {
|
||||
width: {
|
||||
label: i18n.ts._miRoom._objects._boxWallShelf.width,
|
||||
label: i18n.ts._miRoom._furnitures._boxWallShelf.width,
|
||||
},
|
||||
height: {
|
||||
label: i18n.ts._miRoom._objects._boxWallShelf.height,
|
||||
label: i18n.ts._miRoom._furnitures._boxWallShelf.height,
|
||||
},
|
||||
bodyMat: {
|
||||
label: i18n.ts._miRoom._objects._boxWallShelf.bodyMat,
|
||||
label: i18n.ts._miRoom._furnitures._boxWallShelf.bodyMat,
|
||||
},
|
||||
withBack: {
|
||||
label: i18n.ts._miRoom._objects._boxWallShelf.withBack,
|
||||
label: i18n.ts._miRoom._furnitures._boxWallShelf.withBack,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ import type { cactusS_schema } from 'misskey-world/src/room/furnitures/cactusS.s
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const cactusS_ui = defineFurnitureUi<typeof cactusS_schema>({
|
||||
name: i18n.ts._miRoom._objects.cactusS,
|
||||
name: i18n.ts._miRoom._furnitures.cactusS,
|
||||
options: {
|
||||
potMat: {
|
||||
label: i18n.ts._miRoom._objects._cactusS.potMat,
|
||||
label: i18n.ts._miRoom._furnitures._cactusS.potMat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,19 +8,19 @@ import type { cardboardBox_schema } from 'misskey-world/src/room/furnitures/card
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const cardboardBox_ui = defineFurnitureUi<typeof cardboardBox_schema>({
|
||||
name: i18n.ts._miRoom._objects.cardboardBox,
|
||||
name: i18n.ts._miRoom._furnitures.cardboardBox,
|
||||
options: {
|
||||
variation: {
|
||||
label: i18n.ts._miRoom._objects._cardboardBox.variation,
|
||||
label: i18n.ts._miRoom._furnitures._cardboardBox.variation,
|
||||
enum: {
|
||||
'default': {
|
||||
label: i18n.ts._miRoom._objects._cardboardBox.variation_default,
|
||||
label: i18n.ts._miRoom._furnitures._cardboardBox.variation_default,
|
||||
},
|
||||
'mikan': {
|
||||
label: i18n.ts._miRoom._objects._cardboardBox.variation_mikan,
|
||||
label: i18n.ts._miRoom._furnitures._cardboardBox.variation_mikan,
|
||||
},
|
||||
'aizon': {
|
||||
label: i18n.ts._miRoom._objects._cardboardBox.variation_aizon,
|
||||
label: i18n.ts._miRoom._furnitures._cardboardBox.variation_aizon,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ import type { ceilingFanLight_schema } from 'misskey-world/src/room/furnitures/c
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const ceilingFanLight_ui = defineFurnitureUi<typeof ceilingFanLight_schema>({
|
||||
name: i18n.ts._miRoom._objects.ceilingFanLight,
|
||||
name: i18n.ts._miRoom._furnitures.ceilingFanLight,
|
||||
options: {
|
||||
shadeMat: {
|
||||
label: i18n.ts._miRoom._objects._ceilingFanLight.shadeMat,
|
||||
label: i18n.ts._miRoom._furnitures._ceilingFanLight.shadeMat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,16 +8,16 @@ import type { chair_schema } from 'misskey-world/src/room/furnitures/chair.schem
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const chair_ui = defineFurnitureUi<typeof chair_schema>({
|
||||
name: i18n.ts._miRoom._objects.chair,
|
||||
name: i18n.ts._miRoom._furnitures.chair,
|
||||
options: {
|
||||
primaryMat: {
|
||||
label: i18n.ts._miRoom._objects._chair.primaryMat,
|
||||
label: i18n.ts._miRoom._furnitures._chair.primaryMat,
|
||||
},
|
||||
secondaryMat: {
|
||||
label: i18n.ts._miRoom._objects._chair.secondaryMat,
|
||||
label: i18n.ts._miRoom._furnitures._chair.secondaryMat,
|
||||
},
|
||||
frameMat: {
|
||||
label: i18n.ts._miRoom._objects._chair.frameMat,
|
||||
label: i18n.ts._miRoom._furnitures._chair.frameMat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,16 +8,16 @@ import type { clippedPicture_schema } from 'misskey-world/src/room/furnitures/cl
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const clippedPicture_ui = defineFurnitureUi<typeof clippedPicture_schema>({
|
||||
name: i18n.ts._miRoom._objects.clippedPicture,
|
||||
name: i18n.ts._miRoom._furnitures.clippedPicture,
|
||||
options: {
|
||||
width: {
|
||||
label: i18n.ts._miRoom._objects._clippedPicture.width,
|
||||
label: i18n.ts._miRoom._furnitures._clippedPicture.width,
|
||||
},
|
||||
height: {
|
||||
label: i18n.ts._miRoom._objects._clippedPicture.height,
|
||||
label: i18n.ts._miRoom._furnitures._clippedPicture.height,
|
||||
},
|
||||
image: {
|
||||
label: i18n.ts._miRoom._objects._clippedPicture.image,
|
||||
label: i18n.ts._miRoom._furnitures._clippedPicture.image,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { coffeeCup_schema } from 'misskey-world/src/room/furnitures/coffeeC
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const coffeeCup_ui = defineFurnitureUi<typeof coffeeCup_schema>({
|
||||
name: i18n.ts._miRoom._objects.coffeeCup,
|
||||
name: i18n.ts._miRoom._furnitures.coffeeCup,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ import type { colorBox_schema } from 'misskey-world/src/room/furnitures/colorBox
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const colorBox_ui = defineFurnitureUi<typeof colorBox_schema>({
|
||||
name: i18n.ts._miRoom._objects.colorBox,
|
||||
name: i18n.ts._miRoom._furnitures.colorBox,
|
||||
options: {
|
||||
mat: {
|
||||
label: i18n.ts._miRoom._objects._colorBox.mat,
|
||||
label: i18n.ts._miRoom._furnitures._colorBox.mat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,19 +8,19 @@ import type { cuboid_schema } from 'misskey-world/src/room/furnitures/cuboid.sch
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const cuboid_ui = defineFurnitureUi<typeof cuboid_schema>({
|
||||
name: i18n.ts._miRoom._objects.cuboid,
|
||||
name: i18n.ts._miRoom._furnitures.cuboid,
|
||||
options: {
|
||||
x: {
|
||||
label: i18n.ts._miRoom._objects._cuboid.x,
|
||||
label: i18n.ts._miRoom._furnitures._cuboid.x,
|
||||
},
|
||||
y: {
|
||||
label: i18n.ts._miRoom._objects._cuboid.y,
|
||||
label: i18n.ts._miRoom._furnitures._cuboid.y,
|
||||
},
|
||||
z: {
|
||||
label: i18n.ts._miRoom._objects._cuboid.z,
|
||||
label: i18n.ts._miRoom._furnitures._cuboid.z,
|
||||
},
|
||||
mat: {
|
||||
label: i18n.ts._miRoom._objects._cuboid.mat,
|
||||
label: i18n.ts._miRoom._furnitures._cuboid.mat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { cupNoodle_schema } from 'misskey-world/src/room/furnitures/cupNood
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const cupNoodle_ui = defineFurnitureUi<typeof cupNoodle_schema>({
|
||||
name: i18n.ts._miRoom._objects.cupNoodle,
|
||||
name: i18n.ts._miRoom._furnitures.cupNoodle,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { curtain_schema } from 'misskey-world/src/room/furnitures/curtain.s
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const curtain_ui = defineFurnitureUi<typeof curtain_schema>({
|
||||
name: i18n.ts._miRoom._objects.curtain,
|
||||
name: i18n.ts._miRoom._furnitures.curtain,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { custardPudding_schema } from 'misskey-world/src/room/furnitures/cu
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const custardPudding_ui = defineFurnitureUi<typeof custardPudding_schema>({
|
||||
name: i18n.ts._miRoom._objects.custardPudding,
|
||||
name: i18n.ts._miRoom._furnitures.custardPudding,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { descriptionPlate_schema } from 'misskey-world/src/room/furnitures/
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const descriptionPlate_ui = defineFurnitureUi<typeof descriptionPlate_schema>({
|
||||
name: i18n.ts._miRoom._objects.descriptionPlate,
|
||||
name: i18n.ts._miRoom._furnitures.descriptionPlate,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,19 +8,19 @@ import type { desk_schema } from 'misskey-world/src/room/furnitures/desk.schema.
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const desk_ui = defineFurnitureUi<typeof desk_schema>({
|
||||
name: i18n.ts._miRoom._objects.desk,
|
||||
name: i18n.ts._miRoom._furnitures.desk,
|
||||
options: {
|
||||
frameMat: {
|
||||
label: i18n.ts._miRoom._objects._desk.frameMat,
|
||||
label: i18n.ts._miRoom._furnitures._desk.frameMat,
|
||||
},
|
||||
boardMat: {
|
||||
label: i18n.ts._miRoom._objects._desk.boardMat,
|
||||
label: i18n.ts._miRoom._furnitures._desk.boardMat,
|
||||
},
|
||||
width: {
|
||||
label: i18n.ts._miRoom._objects._desk.width,
|
||||
label: i18n.ts._miRoom._furnitures._desk.width,
|
||||
},
|
||||
depth: {
|
||||
label: i18n.ts._miRoom._objects._desk.depth,
|
||||
label: i18n.ts._miRoom._furnitures._desk.depth,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,25 +8,25 @@ import type { desktopPc_schema } from 'misskey-world/src/room/furnitures/desktop
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const desktopPc_ui = defineFurnitureUi<typeof desktopPc_schema>({
|
||||
name: i18n.ts._miRoom._objects.desktopPc,
|
||||
name: i18n.ts._miRoom._furnitures.desktopPc,
|
||||
options: {
|
||||
bodyMat: {
|
||||
label: i18n.ts._miRoom._objects._desktopPc.bodyMat,
|
||||
label: i18n.ts._miRoom._furnitures._desktopPc.bodyMat,
|
||||
},
|
||||
coverMat: {
|
||||
label: i18n.ts._miRoom._objects._desktopPc.coverMat,
|
||||
label: i18n.ts._miRoom._furnitures._desktopPc.coverMat,
|
||||
},
|
||||
inner1Mat: {
|
||||
label: i18n.ts._miRoom._objects._desktopPc.inner1Mat,
|
||||
label: i18n.ts._miRoom._furnitures._desktopPc.inner1Mat,
|
||||
},
|
||||
inner2Mat: {
|
||||
label: i18n.ts._miRoom._objects._desktopPc.inner2Mat,
|
||||
label: i18n.ts._miRoom._furnitures._desktopPc.inner2Mat,
|
||||
},
|
||||
inner3Mat: {
|
||||
label: i18n.ts._miRoom._objects._desktopPc.inner3Mat,
|
||||
label: i18n.ts._miRoom._furnitures._desktopPc.inner3Mat,
|
||||
},
|
||||
ledColor: {
|
||||
label: i18n.ts._miRoom._objects._desktopPc.ledColor,
|
||||
label: i18n.ts._miRoom._furnitures._desktopPc.ledColor,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { djMixer_schema } from 'misskey-world/src/room/furnitures/djMixer.s
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const djMixer_ui = defineFurnitureUi<typeof djMixer_schema>({
|
||||
name: i18n.ts._miRoom._objects.djMixer,
|
||||
name: i18n.ts._miRoom._furnitures.djMixer,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,16 +8,16 @@ import type { djPlayer_schema } from 'misskey-world/src/room/furnitures/djPlayer
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const djPlayer_ui = defineFurnitureUi<typeof djPlayer_schema>({
|
||||
name: i18n.ts._miRoom._objects.djPlayer,
|
||||
name: i18n.ts._miRoom._furnitures.djPlayer,
|
||||
options: {
|
||||
screenBrightness: {
|
||||
label: i18n.ts._miRoom._objects._djPlayer.screenBrightness,
|
||||
label: i18n.ts._miRoom._furnitures._djPlayer.screenBrightness,
|
||||
},
|
||||
image: {
|
||||
label: i18n.ts._miRoom._objects._djPlayer.image,
|
||||
label: i18n.ts._miRoom._furnitures._djPlayer.image,
|
||||
presets: {
|
||||
'waveform': {
|
||||
label: i18n.ts._miRoom._objects._djPlayer['image:waveform'],
|
||||
label: i18n.ts._miRoom._furnitures._djPlayer['image:waveform'],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -8,19 +8,19 @@ import type { ductRailSpotLights_schema } from 'misskey-world/src/room/furniture
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const ductRailSpotLights_ui = defineFurnitureUi<typeof ductRailSpotLights_schema>({
|
||||
name: i18n.ts._miRoom._objects.ductRailSpotLights,
|
||||
name: i18n.ts._miRoom._furnitures.ductRailSpotLights,
|
||||
options: {
|
||||
bodyMat: {
|
||||
label: i18n.ts._miRoom._objects._ductRailSpotLights.bodyMat,
|
||||
label: i18n.ts._miRoom._furnitures._ductRailSpotLights.bodyMat,
|
||||
},
|
||||
light: {
|
||||
label: i18n.ts._miRoom._objects._ductRailSpotLights.light,
|
||||
label: i18n.ts._miRoom._furnitures._ductRailSpotLights.light,
|
||||
},
|
||||
angleV: {
|
||||
label: i18n.ts._miRoom._objects._ductRailSpotLights.angleV,
|
||||
label: i18n.ts._miRoom._furnitures._ductRailSpotLights.angleV,
|
||||
},
|
||||
angleH: {
|
||||
label: i18n.ts._miRoom._objects._ductRailSpotLights.angleH,
|
||||
label: i18n.ts._miRoom._furnitures._ductRailSpotLights.angleH,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { ductTape_schema } from 'misskey-world/src/room/furnitures/ductTape
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const ductTape_ui = defineFurnitureUi<typeof ductTape_schema>({
|
||||
name: i18n.ts._miRoom._objects.ductTape,
|
||||
name: i18n.ts._miRoom._furnitures.ductTape,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,19 +8,19 @@ import type { electronicDisplayBoard_schema } from 'misskey-world/src/room/furni
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const electronicDisplayBoard_ui = defineFurnitureUi<typeof electronicDisplayBoard_schema>({
|
||||
name: i18n.ts._miRoom._objects.electronicDisplayBoard,
|
||||
name: i18n.ts._miRoom._furnitures.electronicDisplayBoard,
|
||||
options: {
|
||||
text: {
|
||||
label: i18n.ts._miRoom._objects._electronicDisplayBoard.text,
|
||||
label: i18n.ts._miRoom._furnitures._electronicDisplayBoard.text,
|
||||
},
|
||||
frameMat: {
|
||||
label: i18n.ts._miRoom._objects._electronicDisplayBoard.frameMat,
|
||||
label: i18n.ts._miRoom._furnitures._electronicDisplayBoard.frameMat,
|
||||
},
|
||||
ledColor: {
|
||||
label: i18n.ts._miRoom._objects._electronicDisplayBoard.ledColor,
|
||||
label: i18n.ts._miRoom._furnitures._electronicDisplayBoard.ledColor,
|
||||
},
|
||||
ledBrightness: {
|
||||
label: i18n.ts._miRoom._objects._electronicDisplayBoard.ledBrightness,
|
||||
label: i18n.ts._miRoom._furnitures._electronicDisplayBoard.ledBrightness,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { emptyBento_schema } from 'misskey-world/src/room/furnitures/emptyB
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const emptyBento_ui = defineFurnitureUi<typeof emptyBento_schema>({
|
||||
name: i18n.ts._miRoom._objects.emptyBento,
|
||||
name: i18n.ts._miRoom._furnitures.emptyBento,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { energyDrink_schema } from 'misskey-world/src/room/furnitures/energ
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const energyDrink_ui = defineFurnitureUi<typeof energyDrink_schema>({
|
||||
name: i18n.ts._miRoom._objects.energyDrink,
|
||||
name: i18n.ts._miRoom._furnitures.energyDrink,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { envelope_schema } from 'misskey-world/src/room/furnitures/envelope
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const envelope_ui = defineFurnitureUi<typeof envelope_schema>({
|
||||
name: i18n.ts._miRoom._objects.envelope,
|
||||
name: i18n.ts._miRoom._furnitures.envelope,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { facialTissue_schema } from 'misskey-world/src/room/furnitures/faci
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const facialTissue_ui = defineFurnitureUi<typeof facialTissue_schema>({
|
||||
name: i18n.ts._miRoom._objects.facialTissue,
|
||||
name: i18n.ts._miRoom._furnitures.facialTissue,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { glassCylinderPotPlant_schema } from 'misskey-world/src/room/furnit
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const glassCylinderPotPlant_ui = defineFurnitureUi<typeof glassCylinderPotPlant_schema>({
|
||||
name: i18n.ts._miRoom._objects.glassCylinderPotPlant,
|
||||
name: i18n.ts._miRoom._furnitures.glassCylinderPotPlant,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,16 +8,16 @@ import type { handheldGameConsole_schema } from 'misskey-world/src/room/furnitur
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const handheldGameConsole_ui = defineFurnitureUi<typeof handheldGameConsole_schema>({
|
||||
name: i18n.ts._miRoom._objects.handheldGameConsole,
|
||||
name: i18n.ts._miRoom._furnitures.handheldGameConsole,
|
||||
options: {
|
||||
bodyMat: {
|
||||
label: i18n.ts._miRoom._objects._handheldGameConsole.bodyMat,
|
||||
label: i18n.ts._miRoom._furnitures._handheldGameConsole.bodyMat,
|
||||
},
|
||||
screenBrightness: {
|
||||
label: i18n.ts._miRoom._objects._handheldGameConsole.screenBrightness,
|
||||
label: i18n.ts._miRoom._furnitures._handheldGameConsole.screenBrightness,
|
||||
},
|
||||
image: {
|
||||
label: i18n.ts._miRoom._objects._handheldGameConsole.image,
|
||||
label: i18n.ts._miRoom._furnitures._handheldGameConsole.image,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,16 +8,16 @@ import type { hangingDuctRail_schema } from 'misskey-world/src/room/furnitures/h
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const hangingDuctRail_ui = defineFurnitureUi<typeof hangingDuctRail_schema>({
|
||||
name: i18n.ts._miRoom._objects.hangingDuctRail,
|
||||
name: i18n.ts._miRoom._furnitures.hangingDuctRail,
|
||||
options: {
|
||||
width: {
|
||||
label: i18n.ts._miRoom._objects._hangingDuctRail.width,
|
||||
label: i18n.ts._miRoom._furnitures._hangingDuctRail.width,
|
||||
},
|
||||
height: {
|
||||
label: i18n.ts._miRoom._objects._hangingDuctRail.height,
|
||||
label: i18n.ts._miRoom._furnitures._hangingDuctRail.height,
|
||||
},
|
||||
bodyMat: {
|
||||
label: i18n.ts._miRoom._objects._hangingDuctRail.bodyMat,
|
||||
label: i18n.ts._miRoom._furnitures._hangingDuctRail.bodyMat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { hangingTShirt_schema } from 'misskey-world/src/room/furnitures/han
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const hangingTShirt_ui = defineFurnitureUi<typeof hangingTShirt_schema>({
|
||||
name: i18n.ts._miRoom._objects.hangingTShirt,
|
||||
name: i18n.ts._miRoom._furnitures.hangingTShirt,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ import type { icosahedron_schema } from 'misskey-world/src/room/furnitures/icosa
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const icosahedron_ui = defineFurnitureUi<typeof icosahedron_schema>({
|
||||
name: i18n.ts._miRoom._objects.icosahedron,
|
||||
name: i18n.ts._miRoom._furnitures.icosahedron,
|
||||
options: {
|
||||
mat: {
|
||||
label: i18n.ts._miRoom._objects._icosahedron.mat,
|
||||
label: i18n.ts._miRoom._furnitures._icosahedron.mat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ import type { ironFrameShelf_schema } from 'misskey-world/src/room/furnitures/ir
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const ironFrameShelf_ui = defineFurnitureUi<typeof ironFrameShelf_schema>({
|
||||
name: i18n.ts._miRoom._objects.ironFrameShelf,
|
||||
name: i18n.ts._miRoom._furnitures.ironFrameShelf,
|
||||
options: {
|
||||
height: {
|
||||
label: i18n.ts._miRoom._objects._ironFrameShelf.height,
|
||||
label: i18n.ts._miRoom._furnitures._ironFrameShelf.height,
|
||||
enum: {
|
||||
'5': { label: '5' },
|
||||
'4': { label: '4' },
|
||||
|
|
@ -19,13 +19,13 @@ export const ironFrameShelf_ui = defineFurnitureUi<typeof ironFrameShelf_schema>
|
|||
},
|
||||
},
|
||||
frameMat: {
|
||||
label: i18n.ts._miRoom._objects._ironFrameShelf.frameMat,
|
||||
label: i18n.ts._miRoom._furnitures._ironFrameShelf.frameMat,
|
||||
},
|
||||
boardMat: {
|
||||
label: i18n.ts._miRoom._objects._ironFrameShelf.boardMat,
|
||||
label: i18n.ts._miRoom._furnitures._ironFrameShelf.boardMat,
|
||||
},
|
||||
width: {
|
||||
label: i18n.ts._miRoom._objects._ironFrameShelf.width,
|
||||
label: i18n.ts._miRoom._furnitures._ironFrameShelf.width,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,22 +8,22 @@ import type { ironFrameTable_schema } from 'misskey-world/src/room/furnitures/ir
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const ironFrameTable_ui = defineFurnitureUi<typeof ironFrameTable_schema>({
|
||||
name: i18n.ts._miRoom._objects.ironFrameTable,
|
||||
name: i18n.ts._miRoom._furnitures.ironFrameTable,
|
||||
options: {
|
||||
frameMat: {
|
||||
label: i18n.ts._miRoom._objects._ironFrameTable.frameMat,
|
||||
label: i18n.ts._miRoom._furnitures._ironFrameTable.frameMat,
|
||||
},
|
||||
boardMat: {
|
||||
label: i18n.ts._miRoom._objects._ironFrameTable.boardMat,
|
||||
label: i18n.ts._miRoom._furnitures._ironFrameTable.boardMat,
|
||||
},
|
||||
width: {
|
||||
label: i18n.ts._miRoom._objects._ironFrameTable.width,
|
||||
label: i18n.ts._miRoom._furnitures._ironFrameTable.width,
|
||||
},
|
||||
depth: {
|
||||
label: i18n.ts._miRoom._objects._ironFrameTable.depth,
|
||||
label: i18n.ts._miRoom._furnitures._ironFrameTable.depth,
|
||||
},
|
||||
height: {
|
||||
label: i18n.ts._miRoom._objects._ironFrameTable.height,
|
||||
label: i18n.ts._miRoom._furnitures._ironFrameTable.height,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ import type { issyoubin_schema } from 'misskey-world/src/room/furnitures/issyoub
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const issyoubin_ui = defineFurnitureUi<typeof issyoubin_schema>({
|
||||
name: i18n.ts._miRoom._objects.issyoubin,
|
||||
name: i18n.ts._miRoom._furnitures.issyoubin,
|
||||
options: {
|
||||
variation: {
|
||||
label: i18n.ts._miRoom._objects._issyoubin.variation,
|
||||
label: i18n.ts._miRoom._furnitures._issyoubin.variation,
|
||||
enum: {
|
||||
'misuki': {
|
||||
label: 'A',
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@ import type { keyboard_schema } from 'misskey-world/src/room/furnitures/keyboard
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const keyboard_ui = defineFurnitureUi<typeof keyboard_schema>({
|
||||
name: i18n.ts._miRoom._objects.keyboard,
|
||||
name: i18n.ts._miRoom._furnitures.keyboard,
|
||||
options: {
|
||||
bodyMat: {
|
||||
label: i18n.ts._miRoom._objects._keyboard.bodyMat,
|
||||
label: i18n.ts._miRoom._furnitures._keyboard.bodyMat,
|
||||
},
|
||||
keyMat: {
|
||||
label: i18n.ts._miRoom._objects._keyboard.keyMat,
|
||||
label: i18n.ts._miRoom._furnitures._keyboard.keyMat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,22 +8,22 @@ import type { laptopPc_schema } from 'misskey-world/src/room/furnitures/laptopPc
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const laptopPc_ui = defineFurnitureUi<typeof laptopPc_schema>({
|
||||
name: i18n.ts._miRoom._objects.laptopPc,
|
||||
name: i18n.ts._miRoom._furnitures.laptopPc,
|
||||
options: {
|
||||
bodyMat: {
|
||||
label: i18n.ts._miRoom._objects._laptopPc.bodyMat,
|
||||
label: i18n.ts._miRoom._furnitures._laptopPc.bodyMat,
|
||||
},
|
||||
bezelMat: {
|
||||
label: i18n.ts._miRoom._objects._laptopPc.bezelMat,
|
||||
label: i18n.ts._miRoom._furnitures._laptopPc.bezelMat,
|
||||
},
|
||||
screenBrightness: {
|
||||
label: i18n.ts._miRoom._objects._laptopPc.screenBrightness,
|
||||
label: i18n.ts._miRoom._furnitures._laptopPc.screenBrightness,
|
||||
},
|
||||
image: {
|
||||
label: i18n.ts._miRoom._objects._laptopPc.image,
|
||||
label: i18n.ts._miRoom._furnitures._laptopPc.image,
|
||||
},
|
||||
openAngle: {
|
||||
label: i18n.ts._miRoom._objects._laptopPc.openAngle,
|
||||
label: i18n.ts._miRoom._furnitures._laptopPc.openAngle,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ import type { largeMousepad_schema } from 'misskey-world/src/room/furnitures/lar
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const largeMousepad_ui = defineFurnitureUi<typeof largeMousepad_schema>({
|
||||
name: i18n.ts._miRoom._objects.largeMousepad,
|
||||
name: i18n.ts._miRoom._furnitures.largeMousepad,
|
||||
options: {
|
||||
image: {
|
||||
label: i18n.ts._miRoom._objects._largeMousepad.image,
|
||||
label: i18n.ts._miRoom._furnitures._largeMousepad.image,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,19 +8,19 @@ import type { lavaLamp_schema } from 'misskey-world/src/room/furnitures/lavaLamp
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const lavaLamp_ui = defineFurnitureUi<typeof lavaLamp_schema>({
|
||||
name: i18n.ts._miRoom._objects.lavaLamp,
|
||||
name: i18n.ts._miRoom._furnitures.lavaLamp,
|
||||
options: {
|
||||
bodyMat: {
|
||||
label: i18n.ts._miRoom._objects._lavaLamp.bodyMat,
|
||||
label: i18n.ts._miRoom._furnitures._lavaLamp.bodyMat,
|
||||
},
|
||||
glassMat: {
|
||||
label: i18n.ts._miRoom._objects._lavaLamp.glassMat,
|
||||
label: i18n.ts._miRoom._furnitures._lavaLamp.glassMat,
|
||||
},
|
||||
lightColor: {
|
||||
label: i18n.ts._miRoom._objects._lavaLamp.lightColor,
|
||||
label: i18n.ts._miRoom._furnitures._lavaLamp.lightColor,
|
||||
},
|
||||
lavaColor: {
|
||||
label: i18n.ts._miRoom._objects._lavaLamp.lavaColor,
|
||||
label: i18n.ts._miRoom._furnitures._lavaLamp.lavaColor,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { letterCase_schema } from 'misskey-world/src/room/furnitures/letter
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const letterCase_ui = defineFurnitureUi<typeof letterCase_schema>({
|
||||
name: i18n.ts._miRoom._objects.letterCase,
|
||||
name: i18n.ts._miRoom._furnitures.letterCase,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@ import type { lowPartitionBar_schema } from 'misskey-world/src/room/furnitures/l
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const lowPartitionBar_ui = defineFurnitureUi<typeof lowPartitionBar_schema>({
|
||||
name: i18n.ts._miRoom._objects.lowPartitionBar,
|
||||
name: i18n.ts._miRoom._furnitures.lowPartitionBar,
|
||||
options: {
|
||||
bodyMat: {
|
||||
label: i18n.ts._miRoom._objects._lowPartitionBar.bodyMat,
|
||||
label: i18n.ts._miRoom._furnitures._lowPartitionBar.bodyMat,
|
||||
},
|
||||
width: {
|
||||
label: i18n.ts._miRoom._objects._lowPartitionBar.width,
|
||||
label: i18n.ts._miRoom._furnitures._lowPartitionBar.width,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { miObjet_schema } from 'misskey-world/src/room/furnitures/miObjet.s
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const miObjet_ui = defineFurnitureUi<typeof miObjet_schema>({
|
||||
name: i18n.ts._miRoom._objects.miObjet,
|
||||
name: i18n.ts._miRoom._furnitures.miObjet,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { miPlate_schema } from 'misskey-world/src/room/furnitures/miPlate.s
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const miPlate_ui = defineFurnitureUi<typeof miPlate_schema>({
|
||||
name: i18n.ts._miRoom._objects.miPlate,
|
||||
name: i18n.ts._miRoom._furnitures.miPlate,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { miPlateDisplayed_schema } from 'misskey-world/src/room/furnitures/
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const miPlateDisplayed_ui = defineFurnitureUi<typeof miPlateDisplayed_schema>({
|
||||
name: i18n.ts._miRoom._objects.miPlateDisplayed,
|
||||
name: i18n.ts._miRoom._furnitures.miPlateDisplayed,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { milk_schema } from 'misskey-world/src/room/furnitures/milk.schema.
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const milk_ui = defineFurnitureUi<typeof milk_schema>({
|
||||
name: i18n.ts._miRoom._objects.milk,
|
||||
name: i18n.ts._miRoom._furnitures.milk,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { mixer_schema } from 'misskey-world/src/room/furnitures/mixer.schem
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const mixer_ui = defineFurnitureUi<typeof mixer_schema>({
|
||||
name: i18n.ts._miRoom._objects.mixer,
|
||||
name: i18n.ts._miRoom._furnitures.mixer,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,16 +8,16 @@ import type { monitor_schema } from 'misskey-world/src/room/furnitures/monitor.s
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const monitor_ui = defineFurnitureUi<typeof monitor_schema>({
|
||||
name: i18n.ts._miRoom._objects.monitor,
|
||||
name: i18n.ts._miRoom._furnitures.monitor,
|
||||
options: {
|
||||
bodyMat: {
|
||||
label: i18n.ts._miRoom._objects._monitor.bodyMat,
|
||||
label: i18n.ts._miRoom._furnitures._monitor.bodyMat,
|
||||
},
|
||||
screenBrightness: {
|
||||
label: i18n.ts._miRoom._objects._monitor.screenBrightness,
|
||||
label: i18n.ts._miRoom._furnitures._monitor.screenBrightness,
|
||||
},
|
||||
image: {
|
||||
label: i18n.ts._miRoom._objects._monitor.image,
|
||||
label: i18n.ts._miRoom._furnitures._monitor.image,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ import type { monitorSpeaker_schema } from 'misskey-world/src/room/furnitures/mo
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const monitorSpeaker_ui = defineFurnitureUi<typeof monitorSpeaker_schema>({
|
||||
name: i18n.ts._miRoom._objects.monitorSpeaker,
|
||||
name: i18n.ts._miRoom._furnitures.monitorSpeaker,
|
||||
options: {
|
||||
mat: {
|
||||
label: i18n.ts._miRoom._objects._monitorSpeaker.mat,
|
||||
label: i18n.ts._miRoom._furnitures._monitorSpeaker.mat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ import type { monstera_schema } from 'misskey-world/src/room/furnitures/monstera
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const monstera_ui = defineFurnitureUi<typeof monstera_schema>({
|
||||
name: i18n.ts._miRoom._objects.monstera,
|
||||
name: i18n.ts._miRoom._furnitures.monstera,
|
||||
options: {
|
||||
potMat: {
|
||||
label: i18n.ts._miRoom._objects._monstera.potMat,
|
||||
label: i18n.ts._miRoom._furnitures._monstera.potMat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@ import type { mug_schema } from 'misskey-world/src/room/furnitures/mug.schema.js
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const mug_ui = defineFurnitureUi<typeof mug_schema>({
|
||||
name: i18n.ts._miRoom._objects.mug,
|
||||
name: i18n.ts._miRoom._furnitures.mug,
|
||||
options: {
|
||||
bodyMat: {
|
||||
label: i18n.ts._miRoom._objects._mug.bodyMat,
|
||||
label: i18n.ts._miRoom._furnitures._mug.bodyMat,
|
||||
},
|
||||
liquidMat: {
|
||||
label: i18n.ts._miRoom._objects._mug.liquidMat,
|
||||
label: i18n.ts._miRoom._furnitures._mug.liquidMat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ import type { newtonsCradle_schema } from 'misskey-world/src/room/furnitures/new
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const newtonsCradle_ui = defineFurnitureUi<typeof newtonsCradle_schema>({
|
||||
name: i18n.ts._miRoom._objects.newtonsCradle,
|
||||
name: i18n.ts._miRoom._furnitures.newtonsCradle,
|
||||
options: {
|
||||
frameMat: {
|
||||
label: i18n.ts._miRoom._objects._newtonsCradle.frameMat,
|
||||
label: i18n.ts._miRoom._furnitures._newtonsCradle.frameMat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { openedCardboardBox_schema } from 'misskey-world/src/room/furniture
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const openedCardboardBox_ui = defineFurnitureUi<typeof openedCardboardBox_schema>({
|
||||
name: i18n.ts._miRoom._objects.openedCardboardBox,
|
||||
name: i18n.ts._miRoom._furnitures.openedCardboardBox,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ import type { pachira_schema } from 'misskey-world/src/room/furnitures/pachira.s
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const pachira_ui = defineFurnitureUi<typeof pachira_schema>({
|
||||
name: i18n.ts._miRoom._objects.pachira,
|
||||
name: i18n.ts._miRoom._furnitures.pachira,
|
||||
options: {
|
||||
potMat: {
|
||||
label: i18n.ts._miRoom._objects._pachira.potMat,
|
||||
label: i18n.ts._miRoom._furnitures._pachira.potMat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,27 +8,27 @@ import type { petBottle_schema } from 'misskey-world/src/room/furnitures/petBott
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const petBottle_ui = defineFurnitureUi<typeof petBottle_schema>({
|
||||
name: i18n.ts._miRoom._objects.petBottle,
|
||||
name: i18n.ts._miRoom._furnitures.petBottle,
|
||||
options: {
|
||||
variation: {
|
||||
label: i18n.ts._miRoom._objects._petBottle.variation,
|
||||
label: i18n.ts._miRoom._furnitures._petBottle.variation,
|
||||
enum: {
|
||||
'mineral-water': {
|
||||
label: i18n.ts._miRoom._objects._petBottle.variation_mineralWater,
|
||||
label: i18n.ts._miRoom._furnitures._petBottle.variation_mineralWater,
|
||||
},
|
||||
'green-tea': {
|
||||
label: i18n.ts._miRoom._objects._petBottle.variation_greenTea,
|
||||
label: i18n.ts._miRoom._furnitures._petBottle.variation_greenTea,
|
||||
},
|
||||
},
|
||||
},
|
||||
withCap: {
|
||||
label: i18n.ts._miRoom._objects._petBottle.withCap,
|
||||
label: i18n.ts._miRoom._furnitures._petBottle.withCap,
|
||||
},
|
||||
withLabel: {
|
||||
label: i18n.ts._miRoom._objects._petBottle.withLabel,
|
||||
label: i18n.ts._miRoom._furnitures._petBottle.withLabel,
|
||||
},
|
||||
empty: {
|
||||
label: i18n.ts._miRoom._objects._petBottle.empty,
|
||||
label: i18n.ts._miRoom._furnitures._petBottle.empty,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ import type { piano_schema } from 'misskey-world/src/room/furnitures/piano.schem
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const piano_ui = defineFurnitureUi<typeof piano_schema>({
|
||||
name: i18n.ts._miRoom._objects.piano,
|
||||
name: i18n.ts._miRoom._furnitures.piano,
|
||||
options: {
|
||||
bodyMat: {
|
||||
label: i18n.ts._miRoom._objects._piano.bodyMat,
|
||||
label: i18n.ts._miRoom._furnitures._piano.bodyMat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,34 +8,34 @@ import type { pictureFrame_schema } from 'misskey-world/src/room/furnitures/pict
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const pictureFrame_ui = defineFurnitureUi<typeof pictureFrame_schema>({
|
||||
name: i18n.ts._miRoom._objects.pictureFrame,
|
||||
name: i18n.ts._miRoom._furnitures.pictureFrame,
|
||||
options: {
|
||||
frameMat: {
|
||||
label: i18n.ts._miRoom._objects._pictureFrame.frameMat,
|
||||
label: i18n.ts._miRoom._furnitures._pictureFrame.frameMat,
|
||||
},
|
||||
width: {
|
||||
label: i18n.ts._miRoom._objects._pictureFrame.width,
|
||||
label: i18n.ts._miRoom._furnitures._pictureFrame.width,
|
||||
},
|
||||
height: {
|
||||
label: i18n.ts._miRoom._objects._pictureFrame.height,
|
||||
label: i18n.ts._miRoom._furnitures._pictureFrame.height,
|
||||
},
|
||||
frameThickness: {
|
||||
label: i18n.ts._miRoom._objects._pictureFrame.frameThickness,
|
||||
label: i18n.ts._miRoom._furnitures._pictureFrame.frameThickness,
|
||||
},
|
||||
depth: {
|
||||
label: i18n.ts._miRoom._objects._pictureFrame.depth,
|
||||
label: i18n.ts._miRoom._furnitures._pictureFrame.depth,
|
||||
},
|
||||
matHThickness: {
|
||||
label: i18n.ts._miRoom._objects._pictureFrame.matHThickness,
|
||||
label: i18n.ts._miRoom._furnitures._pictureFrame.matHThickness,
|
||||
},
|
||||
matVThickness: {
|
||||
label: i18n.ts._miRoom._objects._pictureFrame.matVThickness,
|
||||
label: i18n.ts._miRoom._furnitures._pictureFrame.matVThickness,
|
||||
},
|
||||
withCover: {
|
||||
label: i18n.ts._miRoom._objects._pictureFrame.withCover,
|
||||
label: i18n.ts._miRoom._furnitures._pictureFrame.withCover,
|
||||
},
|
||||
image: {
|
||||
label: i18n.ts._miRoom._objects._pictureFrame.image,
|
||||
label: i18n.ts._miRoom._furnitures._pictureFrame.image,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { pizza_schema } from 'misskey-world/src/room/furnitures/pizza.schem
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const pizza_ui = defineFurnitureUi<typeof pizza_schema>({
|
||||
name: i18n.ts._miRoom._objects.pizza,
|
||||
name: i18n.ts._miRoom._furnitures.pizza,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { plant_schema } from 'misskey-world/src/room/furnitures/plant.schem
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const plant_ui = defineFurnitureUi<typeof plant_schema>({
|
||||
name: i18n.ts._miRoom._objects.plant,
|
||||
name: i18n.ts._miRoom._furnitures.plant,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { plant2_schema } from 'misskey-world/src/room/furnitures/plant2.sch
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const plant2_ui = defineFurnitureUi<typeof plant2_schema>({
|
||||
name: i18n.ts._miRoom._objects.plant2,
|
||||
name: i18n.ts._miRoom._furnitures.plant2,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,16 +8,16 @@ import type { poster_schema } from 'misskey-world/src/room/furnitures/poster.sch
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const poster_ui = defineFurnitureUi<typeof poster_schema>({
|
||||
name: i18n.ts._miRoom._objects.poster,
|
||||
name: i18n.ts._miRoom._furnitures.poster,
|
||||
options: {
|
||||
width: {
|
||||
label: i18n.ts._miRoom._objects._poster.width,
|
||||
label: i18n.ts._miRoom._furnitures._poster.width,
|
||||
},
|
||||
height: {
|
||||
label: i18n.ts._miRoom._objects._poster.height,
|
||||
label: i18n.ts._miRoom._furnitures._poster.height,
|
||||
},
|
||||
image: {
|
||||
label: i18n.ts._miRoom._objects._poster.image,
|
||||
label: i18n.ts._miRoom._furnitures._poster.image,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { powerStrip_schema } from 'misskey-world/src/room/furnitures/powerS
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const powerStrip_ui = defineFurnitureUi<typeof powerStrip_schema>({
|
||||
name: i18n.ts._miRoom._objects.powerStrip,
|
||||
name: i18n.ts._miRoom._furnitures.powerStrip,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { radiometer_schema } from 'misskey-world/src/room/furnitures/radiom
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const radiometer_ui = defineFurnitureUi<typeof radiometer_schema>({
|
||||
name: i18n.ts._miRoom._objects.radiometer,
|
||||
name: i18n.ts._miRoom._furnitures.radiometer,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,27 +8,27 @@ import type { randomBooks_schema } from 'misskey-world/src/room/furnitures/rando
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const randomBooks_ui = defineFurnitureUi<typeof randomBooks_schema>({
|
||||
name: i18n.ts._miRoom._objects.randomBooks,
|
||||
name: i18n.ts._miRoom._furnitures.randomBooks,
|
||||
options: {
|
||||
variation: {
|
||||
label: i18n.ts._miRoom._objects._randomBooks.variation,
|
||||
label: i18n.ts._miRoom._furnitures._randomBooks.variation,
|
||||
enum: {
|
||||
'mix': {
|
||||
label: i18n.ts._miRoom._objects._randomBooks.variation_mix,
|
||||
label: i18n.ts._miRoom._furnitures._randomBooks.variation_mix,
|
||||
},
|
||||
'mix-plain': {
|
||||
label: i18n.ts._miRoom._objects._randomBooks.variation_mixPlain,
|
||||
label: i18n.ts._miRoom._furnitures._randomBooks.variation_mixPlain,
|
||||
},
|
||||
},
|
||||
},
|
||||
count: {
|
||||
label: i18n.ts._miRoom._objects._randomBooks.count,
|
||||
label: i18n.ts._miRoom._furnitures._randomBooks.count,
|
||||
},
|
||||
stackVertically: {
|
||||
label: i18n.ts._miRoom._objects._randomBooks.stackVertically,
|
||||
label: i18n.ts._miRoom._furnitures._randomBooks.stackVertically,
|
||||
},
|
||||
seed: {
|
||||
label: i18n.ts._miRoom._objects._randomBooks.seed,
|
||||
label: i18n.ts._miRoom._furnitures._randomBooks.seed,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { recordPlayer_schema } from 'misskey-world/src/room/furnitures/reco
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const recordPlayer_ui = defineFurnitureUi<typeof recordPlayer_schema>({
|
||||
name: i18n.ts._miRoom._objects.recordPlayer,
|
||||
name: i18n.ts._miRoom._furnitures.recordPlayer,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { rolledUpPoster_schema } from 'misskey-world/src/room/furnitures/ro
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const rolledUpPoster_ui = defineFurnitureUi<typeof rolledUpPoster_schema>({
|
||||
name: i18n.ts._miRoom._objects.rolledUpPoster,
|
||||
name: i18n.ts._miRoom._furnitures.rolledUpPoster,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { roundRug_schema } from 'misskey-world/src/room/furnitures/roundRug
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const roundRug_ui = defineFurnitureUi<typeof roundRug_schema>({
|
||||
name: i18n.ts._miRoom._objects.roundRug,
|
||||
name: i18n.ts._miRoom._furnitures.roundRug,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { router_schema } from 'misskey-world/src/room/furnitures/router.sch
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const router_ui = defineFurnitureUi<typeof router_schema>({
|
||||
name: i18n.ts._miRoom._objects.router,
|
||||
name: i18n.ts._miRoom._furnitures.router,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { siphon_schema } from 'misskey-world/src/room/furnitures/siphon.sch
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const siphon_ui = defineFurnitureUi<typeof siphon_schema>({
|
||||
name: i18n.ts._miRoom._objects.siphon,
|
||||
name: i18n.ts._miRoom._furnitures.siphon,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ import type { snakeplant_schema } from 'misskey-world/src/room/furnitures/snakep
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const snakeplant_ui = defineFurnitureUi<typeof snakeplant_schema>({
|
||||
name: i18n.ts._miRoom._objects.snakeplant,
|
||||
name: i18n.ts._miRoom._furnitures.snakeplant,
|
||||
options: {
|
||||
potMat: {
|
||||
label: i18n.ts._miRoom._objects._snakeplant.potMat,
|
||||
label: i18n.ts._miRoom._furnitures._snakeplant.potMat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ import type { sofa_schema } from 'misskey-world/src/room/furnitures/sofa.schema.
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const sofa_ui = defineFurnitureUi<typeof sofa_schema>({
|
||||
name: i18n.ts._miRoom._objects.sofa,
|
||||
name: i18n.ts._miRoom._furnitures.sofa,
|
||||
options: {
|
||||
bodyMat: {
|
||||
label: i18n.ts._miRoom._objects._sofa.bodyMat,
|
||||
label: i18n.ts._miRoom._furnitures._sofa.bodyMat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@ import type { speaker_schema } from 'misskey-world/src/room/furnitures/speaker.s
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const speaker_ui = defineFurnitureUi<typeof speaker_schema>({
|
||||
name: i18n.ts._miRoom._objects.speaker,
|
||||
name: i18n.ts._miRoom._furnitures.speaker,
|
||||
options: {
|
||||
outerMat: {
|
||||
label: i18n.ts._miRoom._objects._speaker.outerMat,
|
||||
label: i18n.ts._miRoom._furnitures._speaker.outerMat,
|
||||
},
|
||||
innerMat: {
|
||||
label: i18n.ts._miRoom._objects._speaker.innerMat,
|
||||
label: i18n.ts._miRoom._furnitures._speaker.innerMat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@ import type { speakerStand_schema } from 'misskey-world/src/room/furnitures/spea
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const speakerStand_ui = defineFurnitureUi<typeof speakerStand_schema>({
|
||||
name: i18n.ts._miRoom._objects.speakerStand,
|
||||
name: i18n.ts._miRoom._furnitures.speakerStand,
|
||||
options: {
|
||||
bodyMat: {
|
||||
label: i18n.ts._miRoom._objects._speakerStand.bodyMat,
|
||||
label: i18n.ts._miRoom._furnitures._speakerStand.bodyMat,
|
||||
},
|
||||
height: {
|
||||
label: i18n.ts._miRoom._objects._speakerStand.height,
|
||||
label: i18n.ts._miRoom._furnitures._speakerStand.height,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,19 +8,19 @@ import type { spotLight_schema } from 'misskey-world/src/room/furnitures/spotLig
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const spotLight_ui = defineFurnitureUi<typeof spotLight_schema>({
|
||||
name: i18n.ts._miRoom._objects.spotLight,
|
||||
name: i18n.ts._miRoom._furnitures.spotLight,
|
||||
options: {
|
||||
bodyMat: {
|
||||
label: i18n.ts._miRoom._objects._spotLight.bodyMat,
|
||||
label: i18n.ts._miRoom._furnitures._spotLight.bodyMat,
|
||||
},
|
||||
light: {
|
||||
label: i18n.ts._miRoom._objects._spotLight.light,
|
||||
label: i18n.ts._miRoom._furnitures._spotLight.light,
|
||||
},
|
||||
angleV: {
|
||||
label: i18n.ts._miRoom._objects._spotLight.angleV,
|
||||
label: i18n.ts._miRoom._furnitures._spotLight.angleV,
|
||||
},
|
||||
angleH: {
|
||||
label: i18n.ts._miRoom._objects._spotLight.angleH,
|
||||
label: i18n.ts._miRoom._furnitures._spotLight.angleH,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { sprayer_schema } from 'misskey-world/src/room/furnitures/sprayer.s
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const sprayer_ui = defineFurnitureUi<typeof sprayer_schema>({
|
||||
name: i18n.ts._miRoom._objects.sprayer,
|
||||
name: i18n.ts._miRoom._furnitures.sprayer,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@ import type { stanchionPole_schema } from 'misskey-world/src/room/furnitures/sta
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const stanchionPole_ui = defineFurnitureUi<typeof stanchionPole_schema>({
|
||||
name: i18n.ts._miRoom._objects.stanchionPole,
|
||||
name: i18n.ts._miRoom._furnitures.stanchionPole,
|
||||
options: {
|
||||
bodyMat: {
|
||||
label: i18n.ts._miRoom._objects._stanchionPole.bodyMat,
|
||||
label: i18n.ts._miRoom._furnitures._stanchionPole.bodyMat,
|
||||
},
|
||||
ropeMat: {
|
||||
label: i18n.ts._miRoom._objects._stanchionPole.ropeMat,
|
||||
label: i18n.ts._miRoom._furnitures._stanchionPole.ropeMat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,16 +8,16 @@ import type { steelRack_schema } from 'misskey-world/src/room/furnitures/steelRa
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const steelRack_ui = defineFurnitureUi<typeof steelRack_schema>({
|
||||
name: i18n.ts._miRoom._objects.steelRack,
|
||||
name: i18n.ts._miRoom._furnitures.steelRack,
|
||||
options: {
|
||||
shelfMat: {
|
||||
label: i18n.ts._miRoom._objects._steelRack.shelfMat,
|
||||
label: i18n.ts._miRoom._furnitures._steelRack.shelfMat,
|
||||
},
|
||||
poleMat: {
|
||||
label: i18n.ts._miRoom._objects._steelRack.poleMat,
|
||||
label: i18n.ts._miRoom._furnitures._steelRack.poleMat,
|
||||
},
|
||||
widthAndDepthVariation: {
|
||||
label: i18n.ts._miRoom._objects._steelRack.widthAndDepthVariation,
|
||||
label: i18n.ts._miRoom._furnitures._steelRack.widthAndDepthVariation,
|
||||
enum: {
|
||||
'60-35': {
|
||||
label: '60cm x 35cm',
|
||||
|
|
@ -28,40 +28,40 @@ export const steelRack_ui = defineFurnitureUi<typeof steelRack_schema>({
|
|||
},
|
||||
},
|
||||
height: {
|
||||
label: i18n.ts._miRoom._objects._steelRack.height,
|
||||
label: i18n.ts._miRoom._furnitures._steelRack.height,
|
||||
},
|
||||
numberOfShelfs: {
|
||||
label: i18n.ts._miRoom._objects._steelRack.numberOfShelfs,
|
||||
label: i18n.ts._miRoom._furnitures._steelRack.numberOfShelfs,
|
||||
},
|
||||
shelf1Position: {
|
||||
label: i18n.ts._miRoom._objects._steelRack.shelfPositionOf + ' #1',
|
||||
label: i18n.ts._miRoom._furnitures._steelRack.shelfPositionOf + ' #1',
|
||||
},
|
||||
shelf2Position: {
|
||||
label: i18n.ts._miRoom._objects._steelRack.shelfPositionOf + ' #2',
|
||||
label: i18n.ts._miRoom._furnitures._steelRack.shelfPositionOf + ' #2',
|
||||
},
|
||||
shelf3Position: {
|
||||
label: i18n.ts._miRoom._objects._steelRack.shelfPositionOf + ' #3',
|
||||
label: i18n.ts._miRoom._furnitures._steelRack.shelfPositionOf + ' #3',
|
||||
},
|
||||
shelf4Position: {
|
||||
label: i18n.ts._miRoom._objects._steelRack.shelfPositionOf + ' #4',
|
||||
label: i18n.ts._miRoom._furnitures._steelRack.shelfPositionOf + ' #4',
|
||||
},
|
||||
shelf5Position: {
|
||||
label: i18n.ts._miRoom._objects._steelRack.shelfPositionOf + ' #5',
|
||||
label: i18n.ts._miRoom._furnitures._steelRack.shelfPositionOf + ' #5',
|
||||
},
|
||||
shelf6Position: {
|
||||
label: i18n.ts._miRoom._objects._steelRack.shelfPositionOf + ' #6',
|
||||
label: i18n.ts._miRoom._furnitures._steelRack.shelfPositionOf + ' #6',
|
||||
},
|
||||
shelf7Position: {
|
||||
label: i18n.ts._miRoom._objects._steelRack.shelfPositionOf + ' #7',
|
||||
label: i18n.ts._miRoom._furnitures._steelRack.shelfPositionOf + ' #7',
|
||||
},
|
||||
shelf8Position: {
|
||||
label: i18n.ts._miRoom._objects._steelRack.shelfPositionOf + ' #8',
|
||||
label: i18n.ts._miRoom._furnitures._steelRack.shelfPositionOf + ' #8',
|
||||
},
|
||||
shelf9Position: {
|
||||
label: i18n.ts._miRoom._objects._steelRack.shelfPositionOf + ' #9',
|
||||
label: i18n.ts._miRoom._furnitures._steelRack.shelfPositionOf + ' #9',
|
||||
},
|
||||
shelf10Position: {
|
||||
label: i18n.ts._miRoom._objects._steelRack.shelfPositionOf + ' #10',
|
||||
label: i18n.ts._miRoom._furnitures._steelRack.shelfPositionOf + ' #10',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { stormGlass_schema } from 'misskey-world/src/room/furnitures/stormG
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const stormGlass_ui = defineFurnitureUi<typeof stormGlass_schema>({
|
||||
name: i18n.ts._miRoom._objects.stormGlass,
|
||||
name: i18n.ts._miRoom._furnitures.stormGlass,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { tableSalt_schema } from 'misskey-world/src/room/furnitures/tableSa
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tableSalt_ui = defineFurnitureUi<typeof tableSalt_schema>({
|
||||
name: i18n.ts._miRoom._objects.tableSalt,
|
||||
name: i18n.ts._miRoom._furnitures.tableSalt,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { tabletopCalendar_schema } from 'misskey-world/src/room/furnitures/
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tabletopCalendar_ui = defineFurnitureUi<typeof tabletopCalendar_schema>({
|
||||
name: i18n.ts._miRoom._objects.tabletopCalendar,
|
||||
name: i18n.ts._miRoom._furnitures.tabletopCalendar,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@ import type { tabletopDigitalClock_schema } from 'misskey-world/src/room/furnitu
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tabletopDigitalClock_ui = defineFurnitureUi<typeof tabletopDigitalClock_schema>({
|
||||
name: i18n.ts._miRoom._objects.tabletopDigitalClock,
|
||||
name: i18n.ts._miRoom._furnitures.tabletopDigitalClock,
|
||||
options: {
|
||||
bodyMat: {
|
||||
label: i18n.ts._miRoom._objects._tabletopDigitalClock.bodyMat,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopDigitalClock.bodyMat,
|
||||
},
|
||||
lcdColor: {
|
||||
label: i18n.ts._miRoom._objects._tabletopDigitalClock.lcdColor,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopDigitalClock.lcdColor,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@ import type { tabletopFlag_schema } from 'misskey-world/src/room/furnitures/tabl
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tabletopFlag_ui = defineFurnitureUi<typeof tabletopFlag_schema>({
|
||||
name: i18n.ts._miRoom._objects.tabletopFlag,
|
||||
name: i18n.ts._miRoom._furnitures.tabletopFlag,
|
||||
options: {
|
||||
image: {
|
||||
label: i18n.ts._miRoom._objects._tabletopFlag.image,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopFlag.image,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,16 +8,16 @@ import type { tabletopGlassPictureFrame_schema } from 'misskey-world/src/room/fu
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tabletopGlassPictureFrame_ui = defineFurnitureUi<typeof tabletopGlassPictureFrame_schema>({
|
||||
name: i18n.ts._miRoom._objects.tabletopGlassPictureFrame,
|
||||
name: i18n.ts._miRoom._furnitures.tabletopGlassPictureFrame,
|
||||
options: {
|
||||
width: {
|
||||
label: i18n.ts._miRoom._objects._tabletopGlassPictureFrame.width,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopGlassPictureFrame.width,
|
||||
},
|
||||
height: {
|
||||
label: i18n.ts._miRoom._objects._tabletopGlassPictureFrame.height,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopGlassPictureFrame.height,
|
||||
},
|
||||
image: {
|
||||
label: i18n.ts._miRoom._objects._tabletopGlassPictureFrame.image,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopGlassPictureFrame.image,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,22 +8,22 @@ import type { tabletopIronFrameStand_schema } from 'misskey-world/src/room/furni
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tabletopIronFrameStand_ui = defineFurnitureUi<typeof tabletopIronFrameStand_schema>({
|
||||
name: i18n.ts._miRoom._objects.tabletopIronFrameStand,
|
||||
name: i18n.ts._miRoom._furnitures.tabletopIronFrameStand,
|
||||
options: {
|
||||
frameMat: {
|
||||
label: i18n.ts._miRoom._objects._tabletopIronFrameStand.frameMat,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopIronFrameStand.frameMat,
|
||||
},
|
||||
boardMat: {
|
||||
label: i18n.ts._miRoom._objects._tabletopIronFrameStand.boardMat,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopIronFrameStand.boardMat,
|
||||
},
|
||||
width: {
|
||||
label: i18n.ts._miRoom._objects._tabletopIronFrameStand.width,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopIronFrameStand.width,
|
||||
},
|
||||
depth: {
|
||||
label: i18n.ts._miRoom._objects._tabletopIronFrameStand.depth,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopIronFrameStand.depth,
|
||||
},
|
||||
height: {
|
||||
label: i18n.ts._miRoom._objects._tabletopIronFrameStand.height,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopIronFrameStand.height,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,16 +8,16 @@ import type { tabletopLcdButtonsController_schema } from 'misskey-world/src/room
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tabletopLcdButtonsController_ui = defineFurnitureUi<typeof tabletopLcdButtonsController_schema>({
|
||||
name: i18n.ts._miRoom._objects.tabletopLcdButtonsController,
|
||||
name: i18n.ts._miRoom._furnitures.tabletopLcdButtonsController,
|
||||
options: {
|
||||
bodyMat: {
|
||||
label: i18n.ts._miRoom._objects._tabletopLcdButtonsController.bodyMat,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopLcdButtonsController.bodyMat,
|
||||
},
|
||||
screenBrightness: {
|
||||
label: i18n.ts._miRoom._objects._tabletopLcdButtonsController.screenBrightness,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopLcdButtonsController.screenBrightness,
|
||||
},
|
||||
image: {
|
||||
label: i18n.ts._miRoom._objects._tabletopLcdButtonsController.image,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopLcdButtonsController.image,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,31 +8,31 @@ import type { tabletopPictureFrame_schema } from 'misskey-world/src/room/furnitu
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tabletopPictureFrame_ui = defineFurnitureUi<typeof tabletopPictureFrame_schema>({
|
||||
name: i18n.ts._miRoom._objects.tabletopPictureFrame,
|
||||
name: i18n.ts._miRoom._furnitures.tabletopPictureFrame,
|
||||
options: {
|
||||
frameMat: {
|
||||
label: i18n.ts._miRoom._objects._tabletopPictureFrame.frameMat,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopPictureFrame.frameMat,
|
||||
},
|
||||
width: {
|
||||
label: i18n.ts._miRoom._objects._tabletopPictureFrame.width,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopPictureFrame.width,
|
||||
},
|
||||
height: {
|
||||
label: i18n.ts._miRoom._objects._tabletopPictureFrame.height,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopPictureFrame.height,
|
||||
},
|
||||
frameThickness: {
|
||||
label: i18n.ts._miRoom._objects._tabletopPictureFrame.frameThickness,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopPictureFrame.frameThickness,
|
||||
},
|
||||
depth: {
|
||||
label: i18n.ts._miRoom._objects._tabletopPictureFrame.depth,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopPictureFrame.depth,
|
||||
},
|
||||
matHThickness: {
|
||||
label: i18n.ts._miRoom._objects._tabletopPictureFrame.matHThickness,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopPictureFrame.matHThickness,
|
||||
},
|
||||
matVThickness: {
|
||||
label: i18n.ts._miRoom._objects._tabletopPictureFrame.matVThickness,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopPictureFrame.matVThickness,
|
||||
},
|
||||
image: {
|
||||
label: i18n.ts._miRoom._objects._tabletopPictureFrame.image,
|
||||
label: i18n.ts._miRoom._furnitures._tabletopPictureFrame.image,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,16 +8,16 @@ import type { tapestry_schema } from 'misskey-world/src/room/furnitures/tapestry
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tapestry_ui = defineFurnitureUi<typeof tapestry_schema>({
|
||||
name: i18n.ts._miRoom._objects.tapestry,
|
||||
name: i18n.ts._miRoom._furnitures.tapestry,
|
||||
options: {
|
||||
width: {
|
||||
label: i18n.ts._miRoom._objects._tapestry.width,
|
||||
label: i18n.ts._miRoom._furnitures._tapestry.width,
|
||||
},
|
||||
height: {
|
||||
label: i18n.ts._miRoom._objects._tapestry.height,
|
||||
label: i18n.ts._miRoom._furnitures._tapestry.height,
|
||||
},
|
||||
image: {
|
||||
label: i18n.ts._miRoom._objects._tapestry.image,
|
||||
label: i18n.ts._miRoom._furnitures._tapestry.image,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { tetrapod_schema } from 'misskey-world/src/room/furnitures/tetrapod
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tetrapod_ui = defineFurnitureUi<typeof tetrapod_schema>({
|
||||
name: i18n.ts._miRoom._objects.tetrapod,
|
||||
name: i18n.ts._miRoom._furnitures.tetrapod,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@ import type { tv_schema } from 'misskey-world/src/room/furnitures/tv.schema.js';
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const tv_ui = defineFurnitureUi<typeof tv_schema>({
|
||||
name: i18n.ts._miRoom._objects.tv,
|
||||
name: i18n.ts._miRoom._furnitures.tv,
|
||||
options: {
|
||||
bodyMat: {
|
||||
label: i18n.ts._miRoom._objects._tv.bodyMat,
|
||||
label: i18n.ts._miRoom._furnitures._tv.bodyMat,
|
||||
},
|
||||
screenBrightness: {
|
||||
label: i18n.ts._miRoom._objects._tv.screenBrightness,
|
||||
label: i18n.ts._miRoom._furnitures._tv.screenBrightness,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { twistedCubeObjet_schema } from 'misskey-world/src/room/furnitures/
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const twistedCubeObjet_ui = defineFurnitureUi<typeof twistedCubeObjet_schema>({
|
||||
name: i18n.ts._miRoom._objects.twistedCubeObjet,
|
||||
name: i18n.ts._miRoom._furnitures.twistedCubeObjet,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ import type { usedTissue_schema } from 'misskey-world/src/room/furnitures/usedTi
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const usedTissue_ui = defineFurnitureUi<typeof usedTissue_schema>({
|
||||
name: i18n.ts._miRoom._objects.usedTissue,
|
||||
name: i18n.ts._miRoom._furnitures.usedTissue,
|
||||
options: {},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8,16 +8,16 @@ import type { wallCanvas_schema } from 'misskey-world/src/room/furnitures/wallCa
|
|||
import { i18n } from '@/i18n.js';
|
||||
|
||||
export const wallCanvas_ui = defineFurnitureUi<typeof wallCanvas_schema>({
|
||||
name: i18n.ts._miRoom._objects.wallCanvas,
|
||||
name: i18n.ts._miRoom._furnitures.wallCanvas,
|
||||
options: {
|
||||
width: {
|
||||
label: i18n.ts._miRoom._objects._wallCanvas.width,
|
||||
label: i18n.ts._miRoom._furnitures._wallCanvas.width,
|
||||
},
|
||||
height: {
|
||||
label: i18n.ts._miRoom._objects._wallCanvas.height,
|
||||
label: i18n.ts._miRoom._furnitures._wallCanvas.height,
|
||||
},
|
||||
image: {
|
||||
label: i18n.ts._miRoom._objects._wallCanvas.image,
|
||||
label: i18n.ts._miRoom._furnitures._wallCanvas.image,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue