chore(electron): add community link for meeting feature (#11494)

fix AF-2471

![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/024ac070-fbd8-4ab0-be93-6670cbee587e.png)
This commit is contained in:
pengx17
2025-04-07 06:15:50 +00:00
parent fddf68f061
commit 92240fc1a2
5 changed files with 30 additions and 7 deletions

View File

@@ -5355,10 +5355,6 @@ export function useAFFiNEI18N(): {
* `Enable meeting notes`
*/
["com.affine.settings.meetings.enable.title"](): string;
/**
* `Utilize the meeting notes and AI summarization features provided by AFFiNE.`
*/
["com.affine.settings.meetings.enable.description"](): string;
/**
* `Meeting recording`
*/
@@ -8534,6 +8530,12 @@ export const TypedTrans: {
["1"]: JSX.Element;
["2"]: JSX.Element;
}>>;
/**
* `Utilize the meeting notes and AI summarization features provided by AFFiNE. <1>Discuss more in the community</1>.`
*/
["com.affine.settings.meetings.enable.description"]: ComponentType<TypedTransProps<Readonly<{}>, {
["1"]: JSX.Element;
}>>;
/**
* `If you encounter any issues, please contact our <1>customer support</1>.`
*/

View File

@@ -1335,7 +1335,7 @@
"com.affine.settings.translucent-style-description": "Use transparency effect on the sidebar.",
"com.affine.settings.meetings": "Meetings",
"com.affine.settings.meetings.enable.title": "Enable meeting notes",
"com.affine.settings.meetings.enable.description": "Utilize the meeting notes and AI summarization features provided by AFFiNE.",
"com.affine.settings.meetings.enable.description": "Utilize the meeting notes and AI summarization features provided by AFFiNE. <1>Discuss more in the community</1>.",
"com.affine.settings.meetings.record.header": "Meeting recording",
"com.affine.settings.meetings.record.recording-mode": "When meeting starts",
"com.affine.settings.meetings.record.recording-mode.description": "Choose the behavior when the meeting starts.",