diff --git a/components.d.ts b/components.d.ts index 6ac60a1..a5823a8 100644 --- a/components.d.ts +++ b/components.d.ts @@ -7,15 +7,15 @@ export {} declare module 'vue' { export interface GlobalComponents { - CarteFonctionalité: (typeof import('./src/components/CarteFonctionalité.vue'))['default']; - CarteTéléchargement: (typeof import('./src/components/CarteTéléchargement.vue'))['default']; - CarteUtilisation: (typeof import('./src/components/CarteUtilisation.vue'))['default']; - ItemLangueProgrès: (typeof import('./src/components/ItemLangueProgrès.vue'))['default']; - MenuLangues: (typeof import('./src/components/MenuLangues.vue'))['default']; - PagePrincipale: (typeof import('./src/components/PagePrincipale.vue'))['default']; - PageTéléchargements: (typeof import('./src/components/PageTéléchargements.vue'))['default']; - RouterLink: (typeof import('vue-router'))['RouterLink']; - RouterView: (typeof import('vue-router'))['RouterView']; - TitreSection: (typeof import('./src/components/TitreSection.vue'))['default']; + 'CarteFonctionalité': typeof import('./src/components/CarteFonctionalité.vue')['default'] + 'CarteTéléchargement': typeof import('./src/components/CarteTéléchargement.vue')['default'] + CarteUtilisation: typeof import('./src/components/CarteUtilisation.vue')['default'] + 'ItemLangueProgrès': typeof import('./src/components/ItemLangueProgrès.vue')['default'] + MenuLangues: typeof import('./src/components/MenuLangues.vue')['default'] + PagePrincipale: typeof import('./src/components/PagePrincipale.vue')['default'] + 'PageTéléchargements': typeof import('./src/components/PageTéléchargements.vue')['default'] + RouterLink: typeof import('vue-router')['RouterLink'] + RouterView: typeof import('vue-router')['RouterView'] + TitreSection: typeof import('./src/components/TitreSection.vue')['default'] } } diff --git a/src/assets/undraw/undraw_treasure_of-9-i.svg b/src/assets/undraw/undraw_treasure_of-9-i.svg new file mode 100644 index 0000000..53c36cf --- /dev/null +++ b/src/assets/undraw/undraw_treasure_of-9-i.svg @@ -0,0 +1 @@ +treasure \ No newline at end of file diff --git "a/src/components/CarteT\303\251l\303\251chargement.vue" "b/src/components/CarteT\303\251l\303\251chargement.vue" index 07fcb82..71a1d3b 100644 --- "a/src/components/CarteT\303\251l\303\251chargement.vue" +++ "b/src/components/CarteT\303\251l\303\251chargement.vue" @@ -8,7 +8,7 @@ > - {{ t(`téléchargements.soAvecExt.${so}`, { ext }) }} + {{ t(`téléchargements.soAvecExt.${se}`, { ext }) }} {{ t('téléchargements.version', { v: versionFormattée }) }} @@ -19,7 +19,7 @@ prepend-icon="mdi-download" @click="ouvrirLien(url)" > - Télécharger + {{ t('téléchargements.télécharger') }} @@ -54,7 +54,7 @@ const images = { const image = ref(); 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)" > - 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 @@