This commit is contained in:
syuilo 2026-05-31 18:52:54 +09:00
commit e3c6c3025a
3 changed files with 11 additions and 0 deletions

View file

@ -3617,6 +3617,7 @@ _miRoom:
grab: "掴む"
furnitureCustomize: "家具のアレンジ"
uninstallFurniture: "しまう"
furnituresCount: "家具の数"
_objects:
woodRingFloorLamp: "リングシェードフロアランプ"

View file

@ -132,6 +132,12 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkA :to="`${userPage(room.user)}`" :behavior="'window'">
<MkUserCardMini :user="room.user" :withChart="false"/>
</MkA>
<hr>
<div>
{{ i18n.ts._miRoom.furnituresCount }}: {{ controller.roomState.value.installedFurnitures.length }}
</div>
</div>
</XOverlayPanel>

View file

@ -13486,6 +13486,10 @@ export interface Locale extends ILocale {
*
*/
"uninstallFurniture": string;
/**
*
*/
"furnituresCount": string;
"_objects": {
/**
*