From eee12b79f0e685e6658268fe5e4be1d741598da2 Mon Sep 17 00:00:00 2001 From: Younes Date: Wed, 18 Dec 2024 17:05:13 +0100 Subject: [PATCH] fix: update translations --- .github/workflows/build.yml | 2 +- apps/frontend/src/locales/en/common.json | 5 +++-- apps/frontend/src/locales/fr/common.json | 5 +++-- apps/frontend/src/pages/create.tsx | 5 +---- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 609e4214..def82ca6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: file: ./Dockerfile context: . push: true - tags: ghcr.io/${{ github.repository }}/celluloid:staging + tags: ghcr.io/${{ github.repository }}/celluloid:${{github.ref_name}} cache-from: type=gha cache-to: type=gha,mode=max build-args: | diff --git a/apps/frontend/src/locales/en/common.json b/apps/frontend/src/locales/en/common.json index b8e87f9a..23516493 100644 --- a/apps/frontend/src/locales/en/common.json +++ b/apps/frontend/src/locales/en/common.json @@ -40,7 +40,7 @@ "home.newProject": "Create project", "home.publicProjects": "Explore", "home.searchProject": "Type anything…", - "home.title": "What is Especateur ?", + "home.title": "What is Celluloid ?", "home.tutoriel.description": "Go to <0>Peertube\nChoose a video or upload a new one\nCopy the link to share the video\nCreate your project in Celluloid, copy the video link and go!\nWant to work with others? Share the project code with your partners", "home.tutoriel.link": "The tutorial is here: <0>https://celluloid-media.huma-num.fr/w/7r2FxoQdYjun6tYWJfHUCa", "home.tutoriel.prefix": "To discover the application, you can consult the ", @@ -263,5 +263,6 @@ "chapters.form.button.add": " Add Chapter", "chapters.form.button.reset": "Reset Chapters", "chapters.form.title.placeholder": "Chapter title", - "chapters.form.description.placeholder": "Chapter description" + "chapters.form.description.placeholder": "Chapter description", + "project.sharedHelper": "A project code will be generated to allow collaborators to annotate your project." } diff --git a/apps/frontend/src/locales/fr/common.json b/apps/frontend/src/locales/fr/common.json index 60889015..422b1e57 100644 --- a/apps/frontend/src/locales/fr/common.json +++ b/apps/frontend/src/locales/fr/common.json @@ -40,7 +40,7 @@ "home.newProject": "Créer un projet", "home.publicProjects": "Explorer", "home.searchProject": "Rechercher un projet…", - "home.title": "Qu’est-ce que Espectateur ?", + "home.title": "Qu’est-ce que Celluloid ?", "home.tutoriel.description": "Rendez-vous sur une instance <0>Peertube. \nChoisissez une vidéo ou déposez-en une nouvelle dans l’instance.\nCopiez le lien de partage de la vidéo.\nCréez votre projet dans Celluloid en collant le lien de la vidéo et lancez-vous !\nVous voulez travailler à plusieurs ? Partagez le code du projet avec vos partenaires...", "home.tutoriel.link": "Le tutoriel est ici : <0>https://celluloid-media.huma-num.fr/w/7r2FxoQdYjun6tYWJfHUCa", "home.tutoriel.prefix": "Vous voulez en savoir plus ou vous rencontrez des difficultés ?", @@ -263,5 +263,6 @@ "chapters.form.button.add": " Ajouter un chapitre", "chapters.form.button.reset": "Réinitialiser les chapitres", "chapters.form.title.placeholder": "Titre du chapitre", - "chapters.form.description.placeholder": "Description du chapitre" + "chapters.form.description.placeholder": "Description du chapitre", + "project.sharedHelper": "Un code projet sera généré pour permettre aux collaborateurs d'annoter votre projet." } diff --git a/apps/frontend/src/pages/create.tsx b/apps/frontend/src/pages/create.tsx index 118b13e0..0529b11b 100644 --- a/apps/frontend/src/pages/create.tsx +++ b/apps/frontend/src/pages/create.tsx @@ -443,8 +443,6 @@ const CreateProjectForm: React.FC<{ data: PeerTubeVideoDataResult }> = ({ - - = ({ paddingTop: 1, }} > - + {t("project.sharedHelper")} -