feat(core): add notifications settings (#11004)

This commit is contained in:
EYHN
2025-03-20 03:52:56 +00:00
parent 46ed76ecb0
commit 120e193c58
14 changed files with 334 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
"el-GR": 96,
"en": 100,
"es-AR": 96,
"es-CL": 98,
"es-CL": 97,
"es": 96,
"fa": 96,
"fr": 96,
@@ -14,7 +14,7 @@
"it-IT": 96,
"it": 1,
"ja": 96,
"ko": 61,
"ko": 60,
"pl": 96,
"pt-BR": 96,
"ru": 96,

View File

@@ -4651,6 +4651,34 @@ export function useAFFiNEI18N(): {
* `Search tags...`
*/
["com.affine.selector-tag.search.placeholder"](): string;
/**
* `Notifications`
*/
["com.affine.setting.notifications"](): string;
/**
* `Notifications`
*/
["com.affine.setting.notifications.header.title"](): string;
/**
* `Email notifications`
*/
["com.affine.setting.notifications.email.title"](): string;
/**
* `Mention`
*/
["com.affine.setting.notifications.email.mention.title"](): string;
/**
* `You will be notified through email when other members of the workspace @ you.`
*/
["com.affine.setting.notifications.email.mention.subtitle"](): string;
/**
* `Invites`
*/
["com.affine.setting.notifications.email.invites.title"](): string;
/**
* `Invitation related messages will be sent through emails.`
*/
["com.affine.setting.notifications.email.invites.subtitle"](): string;
/**
* `Account settings`
*/

View File

@@ -1156,6 +1156,13 @@
"com.affine.selectPage.title": "Add include doc",
"com.affine.selector-collection.search.placeholder": "Search collections...",
"com.affine.selector-tag.search.placeholder": "Search tags...",
"com.affine.setting.notifications": "Notifications",
"com.affine.setting.notifications.header.title": "Notifications",
"com.affine.setting.notifications.email.title": "Email notifications",
"com.affine.setting.notifications.email.mention.title": "Mention",
"com.affine.setting.notifications.email.mention.subtitle": "You will be notified through email when other members of the workspace @ you.",
"com.affine.setting.notifications.email.invites.title": "Invites",
"com.affine.setting.notifications.email.invites.subtitle": "Invitation related messages will be sent through emails.",
"com.affine.setting.account": "Account settings",
"com.affine.setting.account.delete": "Delete account",
"com.affine.setting.account.delete.message": "Permanently delete this account and the Workspace data backup in AFFiNE Cloud. This action can not be undone.",