mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-08-05 06:46:09 +00:00
wip
This commit is contained in:
@@ -135,9 +135,8 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
<hr>
|
||||
|
||||
<div>
|
||||
{{ i18n.ts._miRoom.furnituresCount }}: {{ controller.roomState.value.installedFurnitures.length }}
|
||||
</div>
|
||||
<div>{{ i18n.ts._miRoom.furnituresCount }}: {{ controller.roomState.value.installedFurnitures.length }}</div>
|
||||
<div>{{ i18n.ts._miRoom.attachedFilesCount }}: {{ attachments.files.length }}</div>
|
||||
</div>
|
||||
</XOverlayPanel>
|
||||
|
||||
|
||||
@@ -13490,6 +13490,10 @@ export interface Locale extends ILocale {
|
||||
* 家具の数
|
||||
*/
|
||||
"furnituresCount": string;
|
||||
/**
|
||||
* 添付ファイル数
|
||||
*/
|
||||
"attachedFilesCount": string;
|
||||
"_furniturePlacement": {
|
||||
/**
|
||||
* 上面設置
|
||||
|
||||
Reference in New Issue
Block a user