From 8c8cea024a3c2d9d234cf9011ae45a4d89aa1d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?= <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Wed, 21 May 2025 21:13:45 +0900 Subject: [PATCH] =?UTF-8?q?enhance(frontend):=20=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=AB=E3=82=B5?= =?UTF-8?q?=E3=82=A6=E3=83=B3=E3=83=89=E8=A8=AD=E5=AE=9A=E3=83=9A=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=81=B8=E3=81=AE=E3=83=AA=E3=83=B3=E3=82=AF=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0=20(#16072)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/index.d.ts | 4 ++++ locales/ja-JP.yml | 1 + packages/frontend/src/pages/settings/notifications.vue | 5 +++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index 58e531aac4..0a0e28e02e 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -2334,6 +2334,10 @@ export interface Locale extends ILocale { * サウンド */ "sound": string; + /** + * 通知音の設定 + */ + "notificationSoundSettings": string; /** * 聴く */ diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index d07fad16d6..b9e778741c 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -579,6 +579,7 @@ newNoteRecived: "新しいノートがあります" newNote: "新しいノート" sounds: "サウンド" sound: "サウンド" +notificationSoundSettings: "通知音の設定" listen: "聴く" none: "なし" showInPage: "ページで表示" diff --git a/packages/frontend/src/pages/settings/notifications.vue b/packages/frontend/src/pages/settings/notifications.vue index e42e6613ac..4e8d88ab74 100644 --- a/packages/frontend/src/pages/settings/notifications.vue +++ b/packages/frontend/src/pages/settings/notifications.vue @@ -38,11 +38,12 @@ SPDX-License-Identifier: AGPL-3.0-only
- {{ i18n.ts.markAsReadAllNotifications }} + {{ i18n.ts.notificationSoundSettings }}
-
+
+ {{ i18n.ts.markAsReadAllNotifications }} {{ i18n.ts._notification.sendTestNotification }} {{ i18n.ts._notification.flushNotification }}