enhance: ユーザー検索を制限できるように (#16380)

* enhance: ユーザー検索を制限できるように

* Update Changelog
This commit is contained in:
かっこかり
2025-08-09 14:41:11 +09:00
committed by GitHub
parent 7595bff43b
commit b5b7914073
11 changed files with 64 additions and 2 deletions

8
locales/index.d.ts vendored
View File

@@ -4386,6 +4386,10 @@ export interface Locale extends ILocale {
* ノート検索は利用できません。
*/
"notesSearchNotAvailable": string;
/**
* ユーザー検索は利用できません。
*/
"usersSearchNotAvailable": string;
/**
* ライセンス
*/
@@ -7799,6 +7803,10 @@ export interface Locale extends ILocale {
* ノート検索の利用
*/
"canSearchNotes": string;
/**
* ユーザー検索の利用
*/
"canSearchUsers": string;
/**
* 翻訳機能の利用
*/