fix(frontend): リモートユーザーのロールバッジ表示の文言をわかりやすく (#16672)
This commit is contained in:
parent
579499a7df
commit
8a21202281
|
@ -4707,7 +4707,7 @@ export interface Locale extends ILocale {
|
|||
*/
|
||||
"enableIdenticonGeneration": string;
|
||||
/**
|
||||
* リモートユーザーのロールバッジを表示する
|
||||
* リモートユーザーに付与したロールバッジを表示する
|
||||
*/
|
||||
"showRoleBadgesOfRemoteUsers": string;
|
||||
/**
|
||||
|
|
|
@ -1172,7 +1172,7 @@ installed: "インストール済み"
|
|||
branding: "ブランディング"
|
||||
enableServerMachineStats: "サーバーのマシン情報を公開する"
|
||||
enableIdenticonGeneration: "ユーザーごとのIdenticon生成を有効にする"
|
||||
showRoleBadgesOfRemoteUsers: "リモートユーザーのロールバッジを表示する"
|
||||
showRoleBadgesOfRemoteUsers: "リモートユーザーに付与したロールバッジを表示する"
|
||||
turnOffToImprovePerformance: "オフにするとパフォーマンスが向上します。"
|
||||
createInviteCode: "招待コードを作成"
|
||||
createWithOptions: "オプションを指定して作成"
|
||||
|
|
Loading…
Reference in New Issue