1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 17:34:14 +02:00

enhance(frontend): ミュート・ロール付与期間を任意の長さに設定できるように (#16766)

* enhance(frontend): ミュートの長さを自由に設定できるように

* enhance(frontend): ロールアサインの長さを自由に設定できるように

* Update Changelog
This commit is contained in:
かっこかり
2025-11-10 15:45:57 +09:00
committed by GitHub
parent 50bbc71098
commit 855a652439
11 changed files with 318 additions and 120 deletions

4
locales/index.d.ts vendored
View File

@@ -3846,6 +3846,10 @@ export interface Locale extends ILocale {
* ミュートする期限
*/
"mutePeriod": string;
/**
* 期限はあくまで目安です。反映が数分遅れる場合があります。
*/
"mutePeriodDescription": string;
/**
* 期限
*/

View File

@@ -957,6 +957,7 @@ instanceDefaultLightTheme: "サーバーデフォルトのライトテーマ"
instanceDefaultDarkTheme: "サーバーデフォルトのダークテーマ"
instanceDefaultThemeDescription: "オブジェクト形式のテーマコードを記入します。"
mutePeriod: "ミュートする期限"
mutePeriodDescription: "期限はあくまで目安です。反映が数分遅れる場合があります。"
period: "期限"
indefinitely: "無期限"
tenMinutes: "10分"