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
3a0da02b50
commit
b978df8990
2 changed files with 6 additions and 6 deletions
|
|
@ -3619,9 +3619,9 @@ _miRoom:
|
|||
uninstallFurniture: "しまう"
|
||||
furnituresCount: "家具の数"
|
||||
_furniturePlacement:
|
||||
top: "床/上"
|
||||
bottom: "底面/下"
|
||||
side: "壁/側面"
|
||||
top: "上面設置"
|
||||
bottom: "下面設置"
|
||||
side: "側面設置"
|
||||
|
||||
_furnitures:
|
||||
woodRingFloorLamp: "リングシェードフロアランプ"
|
||||
|
|
|
|||
|
|
@ -13492,15 +13492,15 @@ export interface Locale extends ILocale {
|
|||
"furnituresCount": string;
|
||||
"_furniturePlacement": {
|
||||
/**
|
||||
* 床/上
|
||||
* 上面設置
|
||||
*/
|
||||
"top": string;
|
||||
/**
|
||||
* 底面/下
|
||||
* 下面設置
|
||||
*/
|
||||
"bottom": string;
|
||||
/**
|
||||
* 壁/側面
|
||||
* 側面設置
|
||||
*/
|
||||
"side": string;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue