forked from mirrors/misskey
enhance: リモートユーザーのロールバッジを表示するかどうかをサーバー管理者が設定できるように (#16661)
* enhance: リモートユーザーのロールバッジを表示するかどうかをサーバー管理者が設定できるように * Update Changelog * build misskey-js with types
This commit is contained in:
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
@@ -4706,6 +4706,10 @@ export interface Locale extends ILocale {
|
||||
* ユーザーごとのIdenticon生成を有効にする
|
||||
*/
|
||||
"enableIdenticonGeneration": string;
|
||||
/**
|
||||
* リモートユーザーのロールバッジを表示する
|
||||
*/
|
||||
"showRoleBadgesOfRemoteUsers": string;
|
||||
/**
|
||||
* オフにするとパフォーマンスが向上します。
|
||||
*/
|
||||
|
||||
@@ -1172,6 +1172,7 @@ installed: "インストール済み"
|
||||
branding: "ブランディング"
|
||||
enableServerMachineStats: "サーバーのマシン情報を公開する"
|
||||
enableIdenticonGeneration: "ユーザーごとのIdenticon生成を有効にする"
|
||||
showRoleBadgesOfRemoteUsers: "リモートユーザーのロールバッジを表示する"
|
||||
turnOffToImprovePerformance: "オフにするとパフォーマンスが向上します。"
|
||||
createInviteCode: "招待コードを作成"
|
||||
createWithOptions: "オプションを指定して作成"
|
||||
|
||||
Reference in New Issue
Block a user