mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-29 14:44:36 +02:00
feat(reaction): ロールでリアクションの制御をできるように (MisskeyIO#660)
This commit is contained in:
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
@@ -6852,6 +6852,10 @@ export interface Locale extends ILocale {
|
||||
* サウンド設定でドライブのファイルを利用
|
||||
*/
|
||||
"canUseDriveFileInSoundSettings": string;
|
||||
/**
|
||||
* リアクションの利用
|
||||
*/
|
||||
"canUseReaction": string;
|
||||
/**
|
||||
* アイコンデコレーションの最大取付個数
|
||||
*/
|
||||
|
||||
@@ -1768,6 +1768,7 @@ _role:
|
||||
canSearchNotes: "ノート検索の利用"
|
||||
canUseTranslator: "翻訳機能の利用"
|
||||
canUseDriveFileInSoundSettings: "サウンド設定でドライブのファイルを利用"
|
||||
canUseReaction: "リアクションの利用"
|
||||
avatarDecorationLimit: "アイコンデコレーションの最大取付個数"
|
||||
_condition:
|
||||
roleAssignedTo: "マニュアルロールにアサイン済み"
|
||||
|
||||
Reference in New Issue
Block a user