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