1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-15 02:15:54 +02:00
This commit is contained in:
syuilo
2026-04-27 14:46:57 +09:00
parent f98394fc60
commit 036b8ea320
5 changed files with 33 additions and 13 deletions

View File

@@ -13279,5 +13279,17 @@ export interface Locale extends ILocale {
* 全ての変更を取り消し、部屋を最後に保存した状態まで戻しますか?
*/
"revertAllChangesConfirmation": string;
/**
* グラフィックの品質
*/
"graphicsQuality": string;
/**
* フレームレート
*/
"frameRate": string;
/**
* 解像度
*/
"resolution": string;
};
}