enhance(frontend): ブラウザの通知権限をより確実に取得できるように (#16758)

* enhance(frontend): ブラウザの通知権限をより確実に取得できるように

* Update Changelog
This commit is contained in:
かっこかり
2025-11-06 12:36:36 +09:00
committed by GitHub
parent 0edb0133fc
commit 290fd8c7cc
5 changed files with 37 additions and 10 deletions

12
locales/index.d.ts vendored
View File

@@ -4106,6 +4106,18 @@ export interface Locale extends ILocale {
* 端末の電池消費量が増加する可能性があります。
*/
"sendPushNotificationReadMessageCaption": string;
/**
* ブラウザの通知設定を許可してください
*/
"pleaseAllowPushNotification": string;
/**
* 通知の送信権限の取得に失敗しました
*/
"browserPushNotificationDisabled": string;
/**
* {serverName}から通知を送信する権限がありません。ブラウザの設定から通知を許可して再度お試しください。
*/
"browserPushNotificationDisabledDescription": ParameterizedString<"serverName">;
/**
* 最大化
*/