1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-20 12:55:45 +02:00
This commit is contained in:
syuilo
2026-04-27 16:58:01 +09:00
parent 76ce6c84c0
commit 9c25c44a8a
3 changed files with 20 additions and 0 deletions

View File

@@ -13291,5 +13291,13 @@ export interface Locale extends ILocale {
* 解像度
*/
"resolution": string;
/**
* お使いのデバイスはMisskeyRoomをサポートしていません。
*/
"yourDeviceNotSupported_title": string;
/**
* MisskeyRoomを動作させるには、WebGPUをサポートするデバイスが必要です。
*/
"yourDeviceNotSupported_description": string;
};
}