mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
chore(electron): add community link for meeting feature (#11494)
fix AF-2471 
This commit is contained in:
@@ -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>.`
|
||||
*/
|
||||
|
||||
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user