1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-21 02:55:25 +02:00
This commit is contained in:
syuilo
2026-04-27 17:13:25 +09:00
parent 130a43f39a
commit 1d71c0c6dd
3 changed files with 14 additions and 0 deletions

View File

@@ -13303,5 +13303,9 @@ export interface Locale extends ILocale {
* 初期化に失敗しました
*/
"failedToInitialize": string;
/**
* バグ、またはデバイスのリソース不足の可能性が考えられます。
*/
"crushed_description": string;
};
}