mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-29 07:54:37 +02:00
wip
This commit is contained in:
@@ -3618,6 +3618,7 @@ _miRoom:
|
||||
furnitureCustomize: "家具のアレンジ"
|
||||
uninstallFurniture: "しまう"
|
||||
furnituresCount: "家具の数"
|
||||
attachedFilesCount: "添付ファイル数"
|
||||
_furniturePlacement:
|
||||
top: "上面設置"
|
||||
bottom: "下面設置"
|
||||
|
||||
@@ -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