1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 20:13:57 +02:00

Merge branch 'develop' into mahjong

This commit is contained in:
syuilo
2024-02-09 10:20:01 +09:00
18 changed files with 291 additions and 72 deletions

12
locales/index.d.ts vendored
View File

@@ -4180,6 +4180,18 @@ export interface Locale extends ILocale {
* スペースで区切るとAND指定になり、キーワードをスラッシュで囲むと正規表現になります。
*/
"sensitiveWordsDescription2": string;
/**
* 禁止ワード
*/
"prohibitedWords": string;
/**
* 設定したワードが含まれるノートを投稿しようとした際、エラーとなるようにします。改行で区切って複数設定できます。
*/
"prohibitedWordsDescription": string;
/**
* スペースで区切るとAND指定になり、キーワードをスラッシュで囲むと正規表現になります。
*/
"prohibitedWordsDescription2": string;
/**
* 非表示ハッシュタグ
*/