enhance: リモートユーザーのロールバッジを表示するかどうかをサーバー管理者が設定できるように (#16661)

* enhance: リモートユーザーのロールバッジを表示するかどうかをサーバー管理者が設定できるように

* Update Changelog

* build misskey-js with types
This commit is contained in:
かっこかり
2025-10-16 22:45:37 +09:00
committed by GitHub
parent b6bf3cfcb7
commit 29892d2a01
10 changed files with 60 additions and 2 deletions

4
locales/index.d.ts vendored
View File

@@ -4706,6 +4706,10 @@ export interface Locale extends ILocale {
* ユーザーごとのIdenticon生成を有効にする
*/
"enableIdenticonGeneration": string;
/**
* リモートユーザーのロールバッジを表示する
*/
"showRoleBadgesOfRemoteUsers": string;
/**
* オフにするとパフォーマンスが向上します。
*/

View File

@@ -1172,6 +1172,7 @@ installed: "インストール済み"
branding: "ブランディング"
enableServerMachineStats: "サーバーのマシン情報を公開する"
enableIdenticonGeneration: "ユーザーごとのIdenticon生成を有効にする"
showRoleBadgesOfRemoteUsers: "リモートユーザーのロールバッジを表示する"
turnOffToImprovePerformance: "オフにするとパフォーマンスが向上します。"
createInviteCode: "招待コードを作成"
createWithOptions: "オプションを指定して作成"