diff --git a/src/frontend/src/locales/de/rooms.json b/src/frontend/src/locales/de/rooms.json
index 2fb23e80..61bc6701 100644
--- a/src/frontend/src/locales/de/rooms.json
+++ b/src/frontend/src/locales/de/rooms.json
@@ -199,12 +199,18 @@
"start": {
"heading": "",
"body": "",
- "button": ""
+ "button": "",
+ "linkMore": ""
},
"stop": {
"heading": "",
"body": "",
"button": ""
+ },
+ "beta": {
+ "heading": "",
+ "body": "",
+ "button": ""
}
},
"admin": {
diff --git a/src/frontend/src/locales/en/rooms.json b/src/frontend/src/locales/en/rooms.json
index b6dbbc88..07cb7820 100644
--- a/src/frontend/src/locales/en/rooms.json
+++ b/src/frontend/src/locales/en/rooms.json
@@ -196,14 +196,20 @@
},
"transcript": {
"start": {
- "heading": "Start the Assistant!",
- "body": "The assistant automatically starts recording your meeting audio (limited to 1 hour). At the end, you'll receive a clear and concise summary of the discussion directly via email.",
- "button": "Start"
+ "heading": "Transcribe this call",
+ "body": "Automatically transcribe this call and receive the summary in Docs.",
+ "button": "Start transcription",
+ "linkMore": "Learn more"
},
"stop": {
- "heading": "Recording in Progress...",
- "body": "Your meeting is currently being recorded. You will receive a summary via email once the meeting ends.",
- "button": "Stop Recording"
+ "heading": "Transcription in progress...",
+ "body": "The transcription of your meeting is in progress. You will receive the result by email once the meeting is finished.",
+ "button": "Stop transcription"
+ },
+ "beta": {
+ "heading": "Become a beta tester",
+ "body": "Record your meeting for later. You will receive a summary by email once the meeting is finished.",
+ "button": "Sign up"
}
},
"admin": {
diff --git a/src/frontend/src/locales/fr/rooms.json b/src/frontend/src/locales/fr/rooms.json
index 42d51af5..a502924c 100644
--- a/src/frontend/src/locales/fr/rooms.json
+++ b/src/frontend/src/locales/fr/rooms.json
@@ -196,14 +196,20 @@
},
"transcript": {
"start": {
- "heading": "Démarrer l'assistant !",
- "body": "L'assistant démarre automatiquement l'enregistrement sonore de votre réunion (limité à 1h). À la fin, vous recevrez un résumé clair et concis des échanges directement par e-mail.",
- "button": "Démarrer"
+ "heading": "Transcrire cet appel",
+ "body": "Transcrivez cet appel automatiquement et recevez le compte rendu dans Docs.",
+ "button": "Démarrer la transcription",
+ "linkMore": "En savoir plus"
},
"stop": {
- "heading": "Enregistrement en cours …",
- "body": "L'enregistrement de votre réunion est en cours. Vous recevrez un compte-rendu par email une fois la réunion terminée.",
- "button": "Arrêter l'enregistrement"
+ "heading": "Transcription en cours …",
+ "body": "La transcription de votre réunion est en cours. Vous recevrez le resultat par email une fois la réunion terminée.",
+ "button": "Arrêter la transcription"
+ },
+ "beta": {
+ "heading": "Devenez beta testeur",
+ "body": "Enregistrer votre réunion pour plus tard. Vous recevrez un compte-rendu par email une fois la réunion terminée.",
+ "button": "Inscrivez-vous"
}
},
"admin": {
diff --git a/src/frontend/src/locales/nl/rooms.json b/src/frontend/src/locales/nl/rooms.json
index ebccbfb5..7b6911b9 100644
--- a/src/frontend/src/locales/nl/rooms.json
+++ b/src/frontend/src/locales/nl/rooms.json
@@ -196,14 +196,20 @@
},
"transcript": {
"start": {
- "heading": "Start de assistent!",
- "body": "De assistent begint automatisch de audio van uw vergadering op te nemen (beperkt tot 1 uur). Na afloop krijgt u direct een heldere en beknopte samenvatting van de discussies in uw e-mail.",
- "button": "Start"
+ "heading": "Transcribeer dit gesprek",
+ "body": "Transcribeer dit gesprek automatisch en ontvang het verslag in Docs.",
+ "button": "Transcriptie starten",
+ "linkMore": "Meer informatie"
},
"stop": {
- "heading": "Opname loopt ...",
- "body": "Uw vergadering wordt momenteel opgenomen. U ontvangt een samenvatting via e-mail, zo gauw de vergarding gesloten wordt.",
- "button": "Stop met opname"
+ "heading": "Transcriptie bezig...",
+ "body": "De transcriptie van uw vergadering is bezig. U ontvangt het resultaat per e-mail zodra de vergadering is afgelopen.",
+ "button": "Transcriptie stoppen"
+ },
+ "beta": {
+ "heading": "Word betatester",
+ "body": "Neem uw vergadering op voor later. U ontvangt een samenvatting per e-mail zodra de vergadering is afgelopen.",
+ "button": "Aanmelden"
}
},
"admin": {
diff --git a/src/frontend/src/utils/constants.ts b/src/frontend/src/utils/constants.ts
index 55b469d3..34a5bba0 100644
--- a/src/frontend/src/utils/constants.ts
+++ b/src/frontend/src/utils/constants.ts
@@ -6,3 +6,6 @@ export const BETA_USERS_FORM_URL =
export const CRISP_HELP_ARTICLE_MORE_TOOLS =
'https://lasuite.crisp.help/fr/article/visio-tools-bvxj23' as const
+
+export const CRISP_HELP_ARTICLE_TRANSCRIPT =
+ 'https://lasuite.crisp.help/fr/article/visio-transcript-1sjq43x' as const