added docs for how to enable it
This commit is contained in:
@@ -699,6 +699,7 @@ 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."
|
||||
notificationDotNotWorkingAdvice: "If its not working an admin with server access can look here to fix it. {link}"
|
||||
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"
|
||||
|
||||
Vendored
+4
@@ -2808,6 +2808,10 @@ export interface Locale extends ILocale {
|
||||
* 通知ドットは、このインスタンスで正しく機能しています。
|
||||
*/
|
||||
"notificationDotWorking": string;
|
||||
/**
|
||||
* 機能しない場合は、サーバーにアクセスできる管理者がここを見て修正できます。{link}
|
||||
*/
|
||||
"notificationDotNotWorkingAdvice": ParameterizedString<"link">;
|
||||
/**
|
||||
* グローバル設定を使う
|
||||
*/
|
||||
|
||||
@@ -698,6 +698,7 @@ enableFaviconNotificationDot: "未読の通知があるときにタブのアイ
|
||||
verifyNotificationDotWorkingButton: "通知ドットがインスタンスで機能するかどうかを確認します。"
|
||||
notificationDotNotWorking: "残念ながら、このインスタンスは現時点では通知ドット機能をサポートしていません。"
|
||||
notificationDotWorking: "通知ドットは、このインスタンスで正しく機能しています。"
|
||||
notificationDotNotWorkingAdvice: "機能しない場合は、サーバーにアクセスできる管理者がここを見て修正できます。{link}"
|
||||
useGlobalSetting: "グローバル設定を使う"
|
||||
useGlobalSettingDesc: "オンにすると、アカウントの通知設定が使用されます。オフにすると、個別に設定できるようになります。"
|
||||
other: "その他"
|
||||
|
||||
Reference in New Issue
Block a user