diff --git a/src/frontend/src/locales/de/rooms.json b/src/frontend/src/locales/de/rooms.json index b36a18a9..6df3345e 100644 --- a/src/frontend/src/locales/de/rooms.json +++ b/src/frontend/src/locales/de/rooms.json @@ -260,8 +260,8 @@ "participants": "Teilnehmer", "effects": "Effekte", "chat": "Nachrichten im Chat", - "transcript": "Transkription", - "screenRecording": "Aufzeichnung", + "transcript": "Transkribieren", + "screenRecording": "Aufzeichnen", "admin": "Admin-Einstellungen", "tools": "Weitere Tools", "info": "Meeting-Informationen" @@ -270,8 +270,8 @@ "participants": "Teilnehmer", "effects": "Effekte", "chat": "Nachrichten", - "transcript": "Transkription", - "screenRecording": "Aufzeichnung", + "transcript": "transkribieren", + "screenRecording": "aufzeichnen", "admin": "Admin-Einstellungen", "tools": "Weitere Tools", "info": "Meeting-Informationen" @@ -286,12 +286,12 @@ "moreLink": "Mehr erfahren", "tools": { "transcript": { - "title": "Transkription", - "body": "Führen Sie ein schriftliches Protokoll Ihres Meetings." + "title": "Transkribieren", + "body": "Das Gespräch aufzeichnen." }, "screenRecording": { - "title": "Aufzeichnung", - "body": "Zeichnen Sie Ihr Meeting auf, um es später erneut anzusehen." + "title": "Aufzeichnen", + "body": "Das Meeting aufzeichnen." } } }, diff --git a/src/frontend/src/locales/en/rooms.json b/src/frontend/src/locales/en/rooms.json index c71d02cb..7b51a497 100644 --- a/src/frontend/src/locales/en/rooms.json +++ b/src/frontend/src/locales/en/rooms.json @@ -260,8 +260,8 @@ "participants": "Participants", "effects": "Effects", "chat": "Messages in the chat", - "transcript": "Transcription", - "screenRecording": "Recording", + "transcript": "Transcribe", + "screenRecording": "Record", "admin": "Admin settings", "tools": "More tools", "info": "Meeting information" @@ -270,8 +270,8 @@ "participants": "participants", "effects": "effects", "chat": "messages", - "transcript": "transcription", - "screenRecording": "recording", + "transcript": "transcribe", + "screenRecording": "record", "admin": "admin settings", "tools": "more tools", "info": "meeting information" @@ -286,12 +286,12 @@ "moreLink": "Learn more", "tools": { "transcript": { - "title": "Transcription", - "body": "Keep a written record of your meeting." + "title": "Transcribe", + "body": "Record the conversation." }, "screenRecording": { - "title": "Recording", - "body": "Record your meeting to watch it again whenever you like." + "title": "Record", + "body": "Record the meeting." } } }, diff --git a/src/frontend/src/locales/fr/rooms.json b/src/frontend/src/locales/fr/rooms.json index 8f3729ed..09e7c2fe 100644 --- a/src/frontend/src/locales/fr/rooms.json +++ b/src/frontend/src/locales/fr/rooms.json @@ -194,8 +194,8 @@ "closed": "Afficher les participants" }, "tools": { - "open": "Masquer plus d'outils", - "closed": "Afficher plus d'outils" + "open": "Masquer les outils de réunion", + "closed": "Afficher les outils de réunion" }, "admin": { "open": "Masquer l'admin", @@ -260,20 +260,20 @@ "participants": "Participants", "effects": "Effets", "chat": "Messages dans l'appel", - "transcript": "Transcription", - "screenRecording": "Enregistrement", + "transcript": "Transcrire", + "screenRecording": "Enregistrer", "admin": "Commandes de l'organisateur", - "tools": "Plus d'outils", + "tools": "Outils de réunion", "info": "Informations sur la réunion" }, "content": { "participants": "les participants", "effects": "les effets", "chat": "les messages", - "transcript": "transcription", - "screenRecording": "enregistrement", + "transcript": "transcrire", + "screenRecording": "enregistrer", "admin": "commandes de l'organisateur", - "tools": "plus d'outils", + "tools": "outils de réunion", "info": "informations sur la réunion" }, "closeButton": "Masquer {{content}}" @@ -286,12 +286,12 @@ "moreLink": "En savoir plus", "tools": { "transcript": { - "title": "Transcription", - "body": "Conservez une trace écrite de votre réunion." + "title": "Transcrire", + "body": "Enregistrer la conversation." }, "screenRecording": { - "title": "Enregistrement", - "body": "Enregistrez votre réunion pour la revoir quand vous le souhaitez." + "title": "Enregistrer", + "body": "Enregistrer la réunion." } } }, diff --git a/src/frontend/src/locales/nl/rooms.json b/src/frontend/src/locales/nl/rooms.json index 41055bf0..95a70fa3 100644 --- a/src/frontend/src/locales/nl/rooms.json +++ b/src/frontend/src/locales/nl/rooms.json @@ -260,8 +260,8 @@ "participants": "Deelnemers", "effects": "Effecten", "chat": "Berichten in de chat", - "transcript": "Transcriptie", - "screenRecording": "Schermopname", + "transcript": "Transcriberen", + "screenRecording": "Opnemen", "admin": "Beheerdersbediening", "tools": "Meer tools", "info": "Vergaderinformatie" @@ -270,8 +270,8 @@ "participants": "deelnemers", "effects": "effecten", "chat": "berichten", - "screenRecording": "transcriptie", - "transcript": "schermopname", + "screenRecording": "opnemen", + "transcript": "transcriberen", "admin": "beheerdersbediening", "tools": "meer tools", "info": "vergaderinformatie" @@ -286,12 +286,12 @@ "moreLink": "Lees meer", "tools": { "transcript": { - "title": "Transcriptie", - "body": "Bewaar een schriftelijk verslag van je vergadering." + "title": "Transcriberen", + "body": "Het gesprek opnemen." }, "screenRecording": { - "title": "Opname", - "body": "Neem je vergadering op om die later opnieuw te bekijken." + "title": "Opnemen", + "body": "De vergadering opnemen." } } },