mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-30 16:53:59 +02:00
enhance(frontend): ミュート・ロール付与期間を任意の長さに設定できるように (#16766)
* enhance(frontend): ミュートの長さを自由に設定できるように * enhance(frontend): ロールアサインの長さを自由に設定できるように * Update Changelog
This commit is contained in:
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
@@ -3846,6 +3846,10 @@ export interface Locale extends ILocale {
|
||||
* ミュートする期限
|
||||
*/
|
||||
"mutePeriod": string;
|
||||
/**
|
||||
* 期限はあくまで目安です。反映が数分遅れる場合があります。
|
||||
*/
|
||||
"mutePeriodDescription": string;
|
||||
/**
|
||||
* 期限
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user