1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-29 06:24:37 +02:00
This commit is contained in:
syuilo
2026-06-01 09:26:07 +09:00
parent 3a0da02b50
commit b978df8990
2 changed files with 6 additions and 6 deletions

View File

@@ -3619,9 +3619,9 @@ _miRoom:
uninstallFurniture: "しまう"
furnituresCount: "家具の数"
_furniturePlacement:
top: "床/上"
bottom: "底面/下"
side: "壁/側面"
top: "上面設置"
bottom: "下面設置"
side: "側面設置"
_furnitures:
woodRingFloorLamp: "リングシェードフロアランプ"

View File

@@ -13492,15 +13492,15 @@ export interface Locale extends ILocale {
"furnituresCount": string;
"_furniturePlacement": {
/**
* 床/
* 上面設置
*/
"top": string;
/**
* 底面/
* 下面設置
*/
"bottom": string;
/**
* 壁/側面
* 側面設置
*/
"side": string;
};