fixes & add button to see if notification dot works
This commit is contained in:
parent
16ecc2e406
commit
88eb1a0c53
7 changed files with 84 additions and 19 deletions
|
@ -696,6 +696,9 @@ create: "Create"
|
|||
notificationSetting: "Notification settings"
|
||||
notificationSettingDesc: "Select the types of notification to display."
|
||||
enableFaviconNotificationDot: "Enable favicon notification dot"
|
||||
verifyNotificationDotWorkingButton: "Check if the notification dot works on your instance"
|
||||
notificationDotNotWorking: "Unfortunately, this instance does not support the notification dot feature at this time."
|
||||
notificationDotWorking: "The notification dot is functioning properly on this instance."
|
||||
useGlobalSetting: "Use global settings"
|
||||
useGlobalSettingDesc: "If turned on, your account's notification settings will be used. If turned off, individual configurations can be made."
|
||||
other: "Other"
|
||||
|
|
14
locales/index.d.ts
vendored
14
locales/index.d.ts
vendored
|
@ -2793,9 +2793,21 @@ export interface Locale extends ILocale {
|
|||
*/
|
||||
"notificationSettingDesc": string;
|
||||
/**
|
||||
* ファビコン通知ドットを有効にする
|
||||
* 未読の通知があるときにタブのアイコンを目立たせる
|
||||
*/
|
||||
"enableFaviconNotificationDot": string;
|
||||
/**
|
||||
* 通知ドットがインスタンスで機能するかどうかを確認します。
|
||||
*/
|
||||
"verifyNotificationDotWorkingButton": string;
|
||||
/**
|
||||
* 残念ながら、このインスタンスは現時点では通知ドット機能をサポートしていません。
|
||||
*/
|
||||
"notificationDotNotWorking": string;
|
||||
/**
|
||||
* 通知ドットは、このインスタンスで正しく機能しています。
|
||||
*/
|
||||
"notificationDotWorking": string;
|
||||
/**
|
||||
* グローバル設定を使う
|
||||
*/
|
||||
|
|
|
@ -694,7 +694,10 @@ channel: "チャンネル"
|
|||
create: "作成"
|
||||
notificationSetting: "通知設定"
|
||||
notificationSettingDesc: "表示する通知の種別を選択してください。"
|
||||
enableFaviconNotificationDot: "ファビコン通知ドットを有効にする"
|
||||
enableFaviconNotificationDot: "未読の通知があるときにタブのアイコンを目立たせる"
|
||||
verifyNotificationDotWorkingButton: "通知ドットがインスタンスで機能するかどうかを確認します。"
|
||||
notificationDotNotWorking: "残念ながら、このインスタンスは現時点では通知ドット機能をサポートしていません。"
|
||||
notificationDotWorking: "通知ドットは、このインスタンスで正しく機能しています。"
|
||||
useGlobalSetting: "グローバル設定を使う"
|
||||
useGlobalSettingDesc: "オンにすると、アカウントの通知設定が使用されます。オフにすると、個別に設定できるようになります。"
|
||||
other: "その他"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue