1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 16:45:00 +02:00
This commit is contained in:
kakkokari-gtyih
2026-07-03 16:21:46 +09:00
parent 8f35f576e0
commit 91db5ad709
2 changed files with 2 additions and 2 deletions

View File

@@ -3248,7 +3248,7 @@ _gridComponent:
_roleDisplay:
description: "自分のプロフィールやノートに表示するロールを選択します。"
displayToggle: "ロール/ロールバッジを表示する"
alwaysShownByAdmin: "管理者により常に表示するよう設定されています。"
alwaysShownByAdmin: "管理者の設定により表示することはできません。"
_roleSelectDialog:
notSelected: "選択されていません"

View File

@@ -12189,7 +12189,7 @@ export interface Locale extends ILocale {
*/
"displayToggle": string;
/**
* 管理者により常に表示するよう設定されています
* 管理者の設定により表示することはできません
*/
"alwaysShownByAdmin": string;
};