mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
feat(core): add notifications settings (#11004)
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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`
|
||||
*/
|
||||
|
||||
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user