mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 22:38:56 +08:00
feat(core): adjust notification style (#11296)
This commit is contained in:
@@ -4663,6 +4663,10 @@ export function useAFFiNEI18N(): {
|
||||
* `Notifications`
|
||||
*/
|
||||
["com.affine.setting.notifications.header.title"](): string;
|
||||
/**
|
||||
* `Choose the types of updates you want to receive and where to get them.`
|
||||
*/
|
||||
["com.affine.setting.notifications.header.description"](): string;
|
||||
/**
|
||||
* `Email notifications`
|
||||
*/
|
||||
@@ -7203,6 +7207,10 @@ export function useAFFiNEI18N(): {
|
||||
* `No new notifications`
|
||||
*/
|
||||
["com.affine.notification.empty"](): string;
|
||||
/**
|
||||
* `You'll be notified here for @mentions and workspace invites.`
|
||||
*/
|
||||
["com.affine.notification.empty.description"](): string;
|
||||
/**
|
||||
* `Open workspace`
|
||||
*/
|
||||
|
||||
@@ -1159,6 +1159,7 @@
|
||||
"com.affine.selector-tag.search.placeholder": "Search tags...",
|
||||
"com.affine.setting.notifications": "Notifications",
|
||||
"com.affine.setting.notifications.header.title": "Notifications",
|
||||
"com.affine.setting.notifications.header.description": "Choose the types of updates you want to receive and where to get them.",
|
||||
"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.",
|
||||
@@ -1791,6 +1792,7 @@
|
||||
"com.affine.notification.unsupported": "Unsupported message",
|
||||
"com.affine.notification.mention": "<1>{{username}}</1> mentioned you in <2>{{docTitle}}</2>",
|
||||
"com.affine.notification.empty": "No new notifications",
|
||||
"com.affine.notification.empty.description": "You'll be notified here for @mentions and workspace invites.",
|
||||
"com.affine.notification.invitation-accepted": "<1>{{username}}</1> has accept your invitation",
|
||||
"com.affine.notification.invitation-review-request": "<1>{{username}}</1> has requested to join <2>{{workspaceName}}</2>",
|
||||
"com.affine.notification.invitation-review-declined": "<1>{{username}}</1> has declined your request to join <2>{{workspaceName}}</2>",
|
||||
|
||||
Reference in New Issue
Block a user