fix(frontend): リモートユーザーのロールバッジ表示の文言をわかりやすく (#16672)

This commit is contained in:
かっこかり 2025-10-19 23:04:57 +09:00 committed by GitHub
parent 579499a7df
commit 8a21202281
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
locales/index.d.ts vendored
View File

@ -4707,7 +4707,7 @@ export interface Locale extends ILocale {
*/ */
"enableIdenticonGeneration": string; "enableIdenticonGeneration": string;
/** /**
* *
*/ */
"showRoleBadgesOfRemoteUsers": string; "showRoleBadgesOfRemoteUsers": string;
/** /**

View File

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