From 65fe0774b26f799499fe639e5fa38e83e5acba67 Mon Sep 17 00:00:00 2001 From: younes200 Date: Fri, 17 Nov 2023 12:45:24 +0100 Subject: [PATCH] inlang: update translations --- apps/frontend/src/locales/en/common.json | 2 +- apps/frontend/src/locales/fr/common.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/frontend/src/locales/en/common.json b/apps/frontend/src/locales/en/common.json index 2075bb58..8f65a7a5 100644 --- a/apps/frontend/src/locales/en/common.json +++ b/apps/frontend/src/locales/en/common.json @@ -220,5 +220,5 @@ "profile.role.student": "Student", "profile.role.teacher": "Teacher", "join.error.project-owner-cannot-join": "The project owner cannot join the project as a member.", - "project.annotaions.empty": "Les annotations correspondant aux différents temps de la vidéo seront\n affichées ici." + "project.annotaions.empty": "The annotations corresponding to the different times of the video will be displayed here." } diff --git a/apps/frontend/src/locales/fr/common.json b/apps/frontend/src/locales/fr/common.json index ccdc746f..c4d0767d 100644 --- a/apps/frontend/src/locales/fr/common.json +++ b/apps/frontend/src/locales/fr/common.json @@ -219,5 +219,6 @@ "password.unmatch": "Le mot de passe ne correspond pas.", "profile.role.student": "Etudiant", "profile.role.teacher": "Enseignant", - "join.error.project-owner-cannot-join": "Le propriétaire du projet ne peut pas rejoindre le projet en tant que membre." + "join.error.project-owner-cannot-join": "Le propriétaire du projet ne peut pas rejoindre le projet en tant que membre.", + "project.annotaions.empty": "Les annotations correspondant aux différents temps de la vidéo seront affichées ici." }