diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2025-10-16 22:45:37 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-16 22:45:37 +0900 |
| commit | 29892d2a01d902166b762dbfe2d2487169a8d048 (patch) | |
| tree | fb6c80a89905783e937d7a3faef7fa1a144dd811 /locales | |
| parent | fix(frontend): バナー画像の画面上でのクロップが以前の挙... (diff) | |
| download | misskey-29892d2a01d902166b762dbfe2d2487169a8d048.tar.gz misskey-29892d2a01d902166b762dbfe2d2487169a8d048.tar.bz2 misskey-29892d2a01d902166b762dbfe2d2487169a8d048.zip | |
enhance: リモートユーザーのロールバッジを表示するかどうかをサーバー管理者が設定できるように (#16661)
* enhance: リモートユーザーのロールバッジを表示するかどうかをサーバー管理者が設定できるように
* Update Changelog
* build misskey-js with types
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 4 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index b54763a8a2..7391e197c4 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -4707,6 +4707,10 @@ export interface Locale extends ILocale { */ "enableIdenticonGeneration": string; /** + * リモートユーザーのロールバッジを表示する + */ + "showRoleBadgesOfRemoteUsers": string; + /** * オフにするとパフォーマンスが向上します。 */ "turnOffToImprovePerformance": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 3c9f0a5853..9ee3224441 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1172,6 +1172,7 @@ installed: "インストール済み" branding: "ブランディング" enableServerMachineStats: "サーバーのマシン情報を公開する" enableIdenticonGeneration: "ユーザーごとのIdenticon生成を有効にする" +showRoleBadgesOfRemoteUsers: "リモートユーザーのロールバッジを表示する" turnOffToImprovePerformance: "オフにするとパフォーマンスが向上します。" createInviteCode: "招待コードを作成" createWithOptions: "オプションを指定して作成" |