mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-20 12:55:45 +02:00
wip
This commit is contained in:
@@ -13291,5 +13291,13 @@ export interface Locale extends ILocale {
|
||||
* 解像度
|
||||
*/
|
||||
"resolution": string;
|
||||
/**
|
||||
* お使いのデバイスはMisskeyRoomをサポートしていません。
|
||||
*/
|
||||
"yourDeviceNotSupported_title": string;
|
||||
/**
|
||||
* MisskeyRoomを動作させるには、WebGPUをサポートするデバイスが必要です。
|
||||
*/
|
||||
"yourDeviceNotSupported_description": string;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user