This commit is contained in:
syuilo 2026-06-01 09:26:07 +09:00
commit b978df8990
2 changed files with 6 additions and 6 deletions

View file

@ -3619,9 +3619,9 @@ _miRoom:
uninstallFurniture: "しまう"
furnituresCount: "家具の数"
_furniturePlacement:
top: "床/上"
bottom: "底面/下"
side: "壁/側面"
top: "面設置"
bottom: "面設置"
side: "側面設置"
_furnitures:
woodRingFloorLamp: "リングシェードフロアランプ"

View file

@ -13492,15 +13492,15 @@ export interface Locale extends ILocale {
"furnituresCount": string;
"_furniturePlacement": {
/**
* /
*
*/
"top": string;
/**
* /
*
*/
"bottom": string;
/**
* /
*
*/
"side": string;
};