diff options
| author | Nanashi. <sevenc7c@sevenc7c.com> | 2025-04-02 16:01:24 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 16:01:24 +0900 |
| commit | 98eadd709364a11f039a8d45a2498ec6c8226c46 (patch) | |
| tree | 1f0af7c1071e0641e44e1b0896785dea7d9e1fa9 /locales | |
| parent | enhance: implement `sentryForFrontend` (#15433) (diff) | |
| download | sharkey-98eadd709364a11f039a8d45a2498ec6c8226c46.tar.gz sharkey-98eadd709364a11f039a8d45a2498ec6c8226c46.tar.bz2 sharkey-98eadd709364a11f039a8d45a2498ec6c8226c46.zip | |
feat: アンテナでセンシティブなチャンネルからのノートを除外できるように (#15346)
* feat(db): マイグレーションを追加
* feat(backend): カラムの定義を追加
* wip
* feat: フラグを設定出来るように
* feat: /notesエンドポイントを対応
* feat: websocketを対応
* test: テストを追加
* docs: CHANGELOGを更新
* docs: CHANGELOGの追加場所を修正
* chore: api.jsonを更新
* docs(CHANGELOG): General欄に移動
* docs: フォーマットを揃える
* chore: クエリを削除
* revert: 英訳を消す
* chore: note.channelを追加するところを変える
* docs: CHANGELOGを更新する
* docs(CHANGELOG): 2025.3.2に移動
* chore: changelogを下に移動
* ci: CI再実行用の空コミット
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 4 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 177c9685a1..4741d37cc6 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1715,6 +1715,10 @@ export interface Locale extends ILocale { */ "withFileAntenna": string; /** + * センシティブなチャンネルのノートを非表示 + */ + "hideNotesInSensitiveChannel": string; + /** * ブラウザへのプッシュ通知を有効にする */ "enableServiceworker": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 483ece655d..8b19ed9e48 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -424,6 +424,7 @@ antennaExcludeBots: "Botアカウントを除外" antennaKeywordsDescription: "スペースで区切るとAND指定になり、改行で区切るとOR指定になります" notifyAntenna: "新しいノートを通知する" withFileAntenna: "ファイルが添付されたノートのみ" +hideNotesInSensitiveChannel: "センシティブなチャンネルのノートを非表示" enableServiceworker: "ブラウザへのプッシュ通知を有効にする" antennaUsersDescription: "ユーザー名を改行で区切って指定します" caseSensitive: "大文字小文字を区別する" |