spec(User): モデレーターは非公開ロールを確認できるように (MisskeyIO#384)

This commit is contained in:
まっちゃとーにゅ
2024-01-26 00:10:24 +09:00
committed by GitHub
parent 44b9dfd494
commit 0b6e22b8d9
7 changed files with 41 additions and 18 deletions

4
locales/index.d.ts vendored
View File

@@ -2388,6 +2388,10 @@ export interface Locale extends ILocale {
* このユーザーは凍結されています。
*/
"userSuspended": string;
/**
* このユーザーは制限されています。
*/
"userLimited": string;
/**
* このユーザーはサイレンスされています。
*/