1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-23 19:14:19 +02:00
This commit is contained in:
syuilo
2026-04-27 17:02:43 +09:00
parent 9c25c44a8a
commit 130a43f39a
3 changed files with 15 additions and 1 deletions

View File

@@ -13299,5 +13299,9 @@ export interface Locale extends ILocale {
* MisskeyRoomを動作させるには、WebGPUをサポートするデバイスが必要です。
*/
"yourDeviceNotSupported_description": string;
/**
* 初期化に失敗しました
*/
"failedToInitialize": string;
};
}