added setting

This commit is contained in:
KevinWh0 2024-03-16 01:23:02 +01:00
parent 395ea9ab9f
commit 8f300cf460
7 changed files with 17 additions and 6 deletions

View file

@ -688,6 +688,7 @@ channel: "Channels"
create: "Create"
notificationSetting: "Notification settings"
notificationSettingDesc: "Select the types of notification to display."
enableFaviconNotificationDot: "Enable favicon notification dot"
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"

4
locales/index.d.ts vendored
View file

@ -2764,6 +2764,10 @@ export interface Locale extends ILocale {
*
*/
"notificationSettingDesc": string;
/**
*
*/
"enableFaviconNotificationDot": string;
/**
* 使
*/

View file

@ -687,6 +687,7 @@ channel: "チャンネル"
create: "作成"
notificationSetting: "通知設定"
notificationSettingDesc: "表示する通知の種別を選択してください。"
enableFaviconNotificationDot: "ファビコン通知ドットを有効にする"
useGlobalSetting: "グローバル設定を使う"
useGlobalSettingDesc: "オンにすると、アカウントの通知設定が使用されます。オフにすると、個別に設定できるようになります。"
other: "その他"