+
)
}
diff --git a/src/frontend/src/locales/de/home.json b/src/frontend/src/locales/de/home.json
index be5aeec7..ec1da2ba 100644
--- a/src/frontend/src/locales/de/home.json
+++ b/src/frontend/src/locales/de/home.json
@@ -23,5 +23,30 @@
"copy": "",
"copied": "",
"permissions": ""
+ },
+ "introSlider": {
+ "previous": {
+ "label": "",
+ "tooltip": ""
+ },
+ "next": {
+ "label": "",
+ "tooltip": ""
+ },
+ "slide1": {
+ "title": "",
+ "body": "",
+ "imgAlt": ""
+ },
+ "slide2": {
+ "title": "",
+ "body": "",
+ "imgAlt": ""
+ },
+ "slide3": {
+ "title": "",
+ "body": "",
+ "imgAlt": ""
+ }
}
}
diff --git a/src/frontend/src/locales/en/home.json b/src/frontend/src/locales/en/home.json
index f4eb76da..5a3d522d 100644
--- a/src/frontend/src/locales/en/home.json
+++ b/src/frontend/src/locales/en/home.json
@@ -23,5 +23,30 @@
"copy": "Copy the meeting link",
"copied": "Link copied to clipboard",
"permissions": "People with this link do not need your permission to join this meeting."
+ },
+ "introSlider": {
+ "previous": {
+ "label": "previous",
+ "tooltip": "previous"
+ },
+ "next": {
+ "label": "next",
+ "tooltip": "next"
+ },
+ "slide1": {
+ "title": "Try Visio to simplify your daily tasks",
+ "body": "Discover an intuitive and accessible solution, designed for all public agents, their partners, and much more.",
+ "imgAlt": "Illustration of a user-friendly and accessible collaboration platform"
+ },
+ "slide2": {
+ "title": "Host group calls without limits",
+ "body": "Unlimited time meetings, up to 15 participants, with smooth and high-quality communication, no matter the group size.",
+ "imgAlt": "Image of a virtual meeting with multiple participants collaborating seamlessly"
+ },
+ "slide3": {
+ "title": "Transform your meetings with AI",
+ "body": "Get accurate and actionable transcripts to boost your productivity. Feature in beta—try it now!",
+ "imgAlt": "Illustration of AI-powered note-taking in a virtual meeting"
+ }
}
}
diff --git a/src/frontend/src/locales/fr/home.json b/src/frontend/src/locales/fr/home.json
index 423af386..7aa56c5c 100644
--- a/src/frontend/src/locales/fr/home.json
+++ b/src/frontend/src/locales/fr/home.json
@@ -23,5 +23,30 @@
"copy": "Copier le lien de la réunion",
"copied": "Lien copié dans le presse-papiers",
"permissions": "Les personnes disposant de ce lien n'ont pas besoin de votre autorisation pour rejoindre cette réunion."
+ },
+ "introSlider": {
+ "previous": {
+ "label": "précédent",
+ "tooltip": "précédent"
+ },
+ "next": {
+ "label": "suivant",
+ "tooltip": "suivant"
+ },
+ "slide1": {
+ "title": "Essayez Visio pour simplifier votre quotidien",
+ "body": "Découvrez une solution intuitive et accessible, conçue pour tous les agents publics et leurs partenaires, et bien plus encore.",
+ "imgAlt": "Illustration d'une plateforme de collaboration simple et accessible"
+ },
+ "slide2": {
+ "title": "Organisez des appels de groupe sans limite",
+ "body": "Réunions sans limite de temps, jusqu'à 15 participants, avec une communication fluide et de haute qualité, quel que soit le nombre.",
+ "imgAlt": "Image d'une réunion virtuelle avec plusieurs participants collaborant efficacement"
+ },
+ "slide3": {
+ "title": "Transformez vos réunions avec l'IA",
+ "body": "Obtenez des transcriptions précises et actionnables, pour booster votre productivité. Fonctionnalité en beta, essayez-la maintenant !",
+ "imgAlt": "Illustration de prise de notes assistée par l'IA dans une réunion virtuelle"
+ }
}
}