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
40263b0af5
commit
dbbb197816
3 changed files with 7 additions and 3 deletions
|
|
@ -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": {
|
||||
/**
|
||||
* 上面設置
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue