();
onMounted(async () => {
- image.value = (await images[props.so]).default;
+ image.value = (await images[props.se]).default;
});
const ext = computed(() => {
const composantes = props.url.split('.');
diff --git a/src/components/PagePrincipale.vue b/src/components/PagePrincipale.vue
index 51343f6..433f561 100644
--- a/src/components/PagePrincipale.vue
+++ b/src/components/PagePrincipale.vue
@@ -22,7 +22,7 @@
'font-weight-bold': true,
}"
>
- Constellation
+ {{ t('principale.titre') }}
- Le réseau distribué pour les données scientifiques
+ {{ t('principale.sousTitre') }}
@@ -42,58 +42,56 @@
style="background-color: rgb(242, 247, 252)"
>
ouvrirLien('https://appli.réseau-constellation.ca')"
+ @click="() => ouvrirLien(lienAppli)"
>
- Appli en ligne
+ {{ t('principale.démarrer.comment.enLigne.titre') }}
- Aucune installation nécessaire. Disponible sur téléphone et navigateur (pas de Safari,
- désolé) !
+ {{ t('principale.démarrer.comment.enLigne.sousTitre') }}
@@ -120,7 +117,7 @@
"
>
- Installer Constellation
+ {{ t('principale.démarrer.comment.installer.titre') }}
- Pour plus de fonctionnalités et d'indépendance.
+ {{ t('principale.démarrer.comment.installer.sousTitre') }}
@@ -146,7 +143,7 @@
"
>
- Accès programmatique
+ {{ t('principale.démarrer.comment.programme.titre') }}
- Accéder au réseau Constellation à partir de votre langage de programmation favori.
+ {{ t('principale.démarrer.comment.programme.sousTitre') }}
@@ -167,7 +164,7 @@
@click="() => ouvrirLien('https://docu.réseau-constellation.ca')"
>
- Documentation
+ {{ t('principale.démarrer.comment.docu.titre') }}
- Les réponses à toutes vos questions. (Nous l'espérons.)
+ {{ t('principale.démarrer.comment.docu.sousTitre') }}
@@ -184,7 +181,7 @@
class="d-flex align-center justify-center pa-6"
style="background-color: rgb(242, 247, 252)"
>
- Nous joindre
+ {{ t('principale.joindre.titre') }}
- Communauté
+ {{ t('principale.joindre.par.communauté') }}
@@ -219,7 +216,7 @@
start
/>
- Code source
+ {{ t('principale.joindre.par.codeSource') }}
@@ -236,7 +233,7 @@
size="large"
start
/>
- Courriel
+ {{ t('principale.joindre.par.courriel') }}
@@ -244,9 +241,11 @@