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
273bc59cdb
commit
e3c6c3025a
3 changed files with 11 additions and 0 deletions
|
|
@ -3617,6 +3617,7 @@ _miRoom:
|
|||
grab: "掴む"
|
||||
furnitureCustomize: "家具のアレンジ"
|
||||
uninstallFurniture: "しまう"
|
||||
furnituresCount: "家具の数"
|
||||
|
||||
_objects:
|
||||
woodRingFloorLamp: "リングシェードフロアランプ"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -13486,6 +13486,10 @@ export interface Locale extends ILocale {
|
|||
* しまう
|
||||
*/
|
||||
"uninstallFurniture": string;
|
||||
/**
|
||||
* 家具の数
|
||||
*/
|
||||
"furnituresCount": string;
|
||||
"_objects": {
|
||||
/**
|
||||
* リングシェードフロアランプ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue