enhance(frontend): 通知設定ページにサウンド設定ページへのリンクを追加 (#16072)

This commit is contained in:
かっこかり
2025-05-21 21:13:45 +09:00
committed by GitHub
parent ccf5bd337e
commit 8c8cea024a
3 changed files with 8 additions and 2 deletions

4
locales/index.d.ts vendored
View File

@@ -2334,6 +2334,10 @@ export interface Locale extends ILocale {
* サウンド
*/
"sound": string;
/**
* 通知音の設定
*/
"notificationSoundSettings": string;
/**
* 聴く
*/

View File

@@ -579,6 +579,7 @@ newNoteRecived: "新しいノートがあります"
newNote: "新しいノート"
sounds: "サウンド"
sound: "サウンド"
notificationSoundSettings: "通知音の設定"
listen: "聴く"
none: "なし"
showInPage: "ページで表示"