Skip to content

Commit

Permalink
THE-1383 traduction infobulles cartes statistiques
Browse files Browse the repository at this point in the history
  • Loading branch information
clementdelafontaine committed Nov 18, 2024
1 parent 99a36b5 commit bf6662e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"referencés": "defended theses",
"preparation": "ongoing theses",
"personnesRef": "contributors",
"cardSoutenues": "Show all defended theses",
"cardPreparation": "Show all ongoing theses",
"cardPersonnes": "Show all contributors",
"roleList": "List of theses by role",
"institutionList": "List of theses by type",
"assistance": "Help",
Expand Down
3 changes: 3 additions & 0 deletions locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"referencés": "tesis defendidas",
"preparation": "tesis en preparación",
"personnesRef": "personas relacionadas con las tesis",
"cardSoutenues": "Ver todas la tesis defendidas",
"cardPreparation": "Ver todas la tesis en proceso",
"cardPersonnes": "Ver todas la personas vinculadas a las tesis",
"roleList": "Lista de las tesis por función",
"institutionList": "Lista de las tesis por tipo",
"assistance": "Ayuda",
Expand Down
3 changes: 3 additions & 0 deletions locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"accessibilite": "Accessibilité",
"referencés": "thèses soutenues",
"preparation": "thèses en préparation",
"cardSoutenues": "Afficher toutes les thèses soutenues",
"cardPreparation": "Afficher toutes les thèses en préparation",
"cardPersonnes": "Afficher toutes les personnes liées aux thèses",
"personnesRef": "personnes liées aux thèses",
"roleList": "Liste des thèses par rôle",
"institutionList": "Liste des thèses par type",
Expand Down
6 changes: 3 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
<div class="stats">
<h1 class="sr-only">{{ $t('exploreByType') }}</h1>
<HomeStatsCard :titre=nbTheses :description="$t('referencés')" icon="soutenue"
info="Afficher toutes les thèses soutenues"
:info="$t('cardSoutenues')"
url="/resultats?filtres=%255BStatut%253D%2522soutenue%2522%255D&q=*&page=1&nb=10&tri=dateDesc&domaine=theses">
</HomeStatsCard>
<HomeStatsCard :titre=nbSujets :description="$t('preparation')" icon="enCours"
info="Afficher toutes les thèses en préparation"
:info="$t('cardPreparation')"
url="/resultats?filtres=%255BStatut%253D%2522enCours%2522%255D&q=*&page=1&nb=10&tri=dateDesc&domaine=theses">
</HomeStatsCard>
<HomeStatsCard :titre=nbPersonnes :description="$t('personnesRef')" icon="personne"
info="Afficher toutes les personnes liées aux thèses"
:info="$t('cardPersonnes')"
url="/resultats?q=*&page=1&nb=10&tri=PersonnesAsc&domaine=personnes"></HomeStatsCard>
</div>
<br />
Expand Down

0 comments on commit bf6662e

Please sign in to comment.