This commit is contained in:
syuilo 2026-05-26 10:51:07 +09:00
commit 04c2703ace
2 changed files with 24 additions and 24 deletions

View file

@ -3613,7 +3613,7 @@ _miRoom:
frameMat: "フレームの素材"
blind: "ブラインド"
_blind:
angle: "羽根の回転角度(ラジアン)"
angle: "羽根の回転角度"
blades: "羽根の枚数"
open: "開閉状態"
book: "本"
@ -3636,7 +3636,7 @@ _miRoom:
potMat: "鉢の素材"
cardboardBox: "段ボール箱"
_cardboardBox:
variation: "バリエーション"
variation: "種類"
variation_aizon: "Aizon"
variation_default: "デフォルト"
variation_mikan: "みかん"
@ -3663,13 +3663,13 @@ _miRoom:
x: "X"
y: "Y"
z: "Z"
cupNoodle: "カップ麺"
cupNoodle: "インスタントラーメン"
curtain: "カーテン"
custardPudding: "プリン"
descriptionPlate: "説明が書かれたプレート"
desk: "デスク"
_desk:
boardMat: "板の素材"
boardMat: "板の素材"
depth: "奥行き"
frameMat: "フレームの素材"
width: "幅"
@ -3689,8 +3689,8 @@ _miRoom:
screenBrightness: "画面の明るさ"
ductRailSpotLights: "スポットライト付きダクトレール"
_ductRailSpotLights:
angleH: "横方向の角度"
angleV: "縦方向の角度"
angleH: "水平角度"
angleV: "垂直角度"
bodyMat: "本体の素材"
light: "照明"
ductTape: "ガムテープ"
@ -3700,11 +3700,11 @@ _miRoom:
ledBrightness: "LEDの明るさ"
ledColor: "LEDの色"
text: "テキスト"
emptyBento: "空の弁当"
emptyBento: "空の弁当容器"
energyDrink: "エナジードリンク"
envelope: "封筒"
facialTissue: "ティッシュ"
glassCylinderPotPlant: "ガラスシリンダー鉢植え"
glassCylinderPotPlant: "ガラスシリンダー鉢植えと植物"
handheldGameConsole: "携帯ゲーム機"
_handheldGameConsole:
bodyMat: "本体の素材"
@ -3721,14 +3721,14 @@ _miRoom:
mat: "素材"
ironFrameTable: "アイアンフレームテーブル"
_ironFrameTable:
boardMat: "板の素材"
boardMat: "板の素材"
depth: "奥行き"
frameMat: "フレームの素材"
height: "高さ"
width: "幅"
issyoubin: "一升瓶"
_issyoubin:
variation: "バリエーション"
variation: "種類"
keyboard: "キーボード"
_keyboard:
bodyMat: "本体の素材"
@ -3747,8 +3747,8 @@ _miRoom:
_lavaLamp:
bodyMat: "本体の素材"
glassMat: "ガラスの素材"
lavaColor: "ラバの色"
lightColor: "の色"
lavaColor: "オイルの色"
lightColor: "ランプの色"
letterCase: "レターケース"
lowPartitionBar: "低いパーティションバー"
_lowPartitionBar:

View file

@ -13471,7 +13471,7 @@ export interface Locale extends ILocale {
"blind": string;
"_blind": {
/**
*
*
*/
"angle": string;
/**
@ -13553,7 +13553,7 @@ export interface Locale extends ILocale {
"cardboardBox": string;
"_cardboardBox": {
/**
*
*
*/
"variation": string;
/**
@ -13652,7 +13652,7 @@ export interface Locale extends ILocale {
"z": string;
};
/**
*
*
*/
"cupNoodle": string;
/**
@ -13673,7 +13673,7 @@ export interface Locale extends ILocale {
"desk": string;
"_desk": {
/**
*
*
*/
"boardMat": string;
/**
@ -13747,11 +13747,11 @@ export interface Locale extends ILocale {
"ductRailSpotLights": string;
"_ductRailSpotLights": {
/**
*
*
*/
"angleH": string;
/**
*
*
*/
"angleV": string;
/**
@ -13790,7 +13790,7 @@ export interface Locale extends ILocale {
"text": string;
};
/**
*
*
*/
"emptyBento": string;
/**
@ -13806,7 +13806,7 @@ export interface Locale extends ILocale {
*/
"facialTissue": string;
/**
*
*
*/
"glassCylinderPotPlant": string;
/**
@ -13865,7 +13865,7 @@ export interface Locale extends ILocale {
"ironFrameTable": string;
"_ironFrameTable": {
/**
*
*
*/
"boardMat": string;
/**
@ -13891,7 +13891,7 @@ export interface Locale extends ILocale {
"issyoubin": string;
"_issyoubin": {
/**
*
*
*/
"variation": string;
};
@ -13959,11 +13959,11 @@ export interface Locale extends ILocale {
*/
"glassMat": string;
/**
*
*
*/
"lavaColor": string;
/**
*
*
*/
"lightColor": string;
};