Skip to content

Commit

Permalink
feat(locales): add locales for home
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Mar 26, 2024
1 parent 69bd459 commit 0365762
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/locales.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
| /pages/suggest | OK | Mihoub | FR,EN,ES,DE |
| /pages/authors | OK | Mihoub | FR,EN,ES,DE |
| /pages/bugs | OK | Mihoub | FR,EN,ES,DE |
| /pages/home | TODO | Mihoub | FR,EN,ES,DE |
| /pages/home | OK | Mihoub | FR,EN,ES,DE |
| /pages/organization | TODO | Mihoub | FR,EN,ES,DE |
| /pages/projects | TODO | Mihoub | FR,EN,ES,DE |
| /pages/publications | TODO | Mihoub | FR,EN,ES,DE |
| /components/api-deprecation-banner | OK | FRED | FR,EN |
| /components/contact-form | OK | FRED | FR,EN |
| /components/copy | OK | FRED | FR,EN |
Expand Down
24 changes: 24 additions & 0 deletions client/src/pages/home/locales/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"home.title": "Erkunden Sie die Welt der französischen Forschung <br></br> und Innovation mit scanR",
"home.objects.title": "Erkunden Sie öffentliche Daten zur französischen Forschung und Innovation...",
"home.objects.organizations": "Organisationen",
"home.objects.publications": "Veröffentlichungen",
"home.objects.patents": "Patente",
"home.objects.authors": "Autoren",
"home.objects.projects": "Finanzierung",
"home.objects.link": "Suche",
"home.services.title": "Andere Forschungs- und Innovationsanalysetools",
"home.services.barometre.title": "Open Science Monitor",
"home.services.barometre.tagline": "Messung der Entwicklung der offenen Wissenschaft in Frankreich anhand zuverlässiger, offener und verwalteter Daten.",
"home.services.barometre.link": "Zum Monitor",
"home.services.curie.title": "CurieXplore",
"home.services.curie.tagline": "Die Plattform zur Erforschung von Hochschul-, Forschungs- und Innovationssystemen international.",
"home.services.curie.link": "Zu CurieXplore gelangen",
"home.services.dataesr.title": "#dataesr",
"home.services.dataesr.tagline": "#dataESR hilft Ihnen, Datenressourcen zu Hochschulbildung, Forschung und Innovation zu finden.",
"home.services.dataesr.link": "Zu dataesr gelangen",
"home.opendata.title": "Zugriff auf alle offenen Datensätze auf der Open-Data-Plattform des Ministeriums für Hochschulbildung und Forschung",
"home.opendata.link": "Zu opendata gelangen",
"home.networks.title": "Erkunden Sie Forschungs- und Innovationsnetzwerke durch wissenschaftliche Veröffentlichungen",
"home.networks.link": "Zum Explorationstool gelangen"
}
24 changes: 24 additions & 0 deletions client/src/pages/home/locales/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"home.title": "Explore the world of French Research <br></br> and Innovation with scanR",
"home.objects.title": "Explore public data on French research and innovation...",
"home.objects.organizations": "Organizations",
"home.objects.publications": "Publications",
"home.objects.patents": "Patents",
"home.objects.authors": "Authors",
"home.objects.projects": "Funding",
"home.objects.link": "Search",
"home.services.title": "Other research and innovation analysis tools",
"home.services.barometre.title": "Open Science Monitor",
"home.services.barometre.tagline": "Measure the evolution of open science in France using reliable, open, and managed data.",
"home.services.barometre.link": "Access the barometer",
"home.services.curie.title": "CurieXplore",
"home.services.curie.tagline": "The platform for exploring higher education, research, and innovation systems internationally.",
"home.services.curie.link": "Access curieXplore",
"home.services.dataesr.title": "#dataesr",
"home.services.dataesr.tagline": "#dataESR helps you find data resources on higher education, research, and innovation.",
"home.services.dataesr.link": "Access dataesr",
"home.opendata.title": "Access all open datasets on the Ministry of Higher Education and Research's open data platform",
"home.opendata.link": "Access opendata",
"home.networks.title": "Explore research and innovation networks through scientific publications",
"home.networks.link": "Access the exploration tool"
}
24 changes: 24 additions & 0 deletions client/src/pages/home/locales/es.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"home.title": "Explora el mundo de la Investigación <br></br> y la Innovación Francesa con scanR",
"home.objects.title": "Explora datos públicos sobre investigación e innovación francesas...",
"home.objects.organizations": "Organizaciones",
"home.objects.publications": "Publicaciones",
"home.objects.patents": "Patentes",
"home.objects.authors": "Autores",
"home.objects.projects": "Financiamiento",
"home.objects.link": "Buscar",
"home.services.title": "Otras herramientas de análisis de investigación e innovación",
"home.services.barometre.title": "Monitor de Ciencia Abierta",
"home.services.barometre.tagline": "Mide la evolución de la ciencia abierta en Francia utilizando datos confiables, abiertos y gestionados.",
"home.services.barometre.link": "Acceder al monitor",
"home.services.curie.title": "CurieXplore",
"home.services.curie.tagline": "La plataforma para explorar sistemas de educación superior, investigación e innovación a nivel internacional.",
"home.services.curie.link": "Acceder a CurieXplore",
"home.services.dataesr.title": "#dataesr",
"home.services.dataesr.tagline": "#dataESR te ayuda a encontrar recursos de datos sobre educación superior, investigación e innovación.",
"home.services.dataesr.link": "Acceder a dataesr",
"home.opendata.title": "Accede a todos los conjuntos de datos abiertos en la plataforma de datos abiertos del Ministerio de Educación Superior e Investigación",
"home.opendata.link": "Acceder a opendata",
"home.networks.title": "Explora redes de investigación e innovación a través de publicaciones científicas",
"home.networks.link": "Acceder a la herramienta de exploración"
}

0 comments on commit 0365762

Please sign in to comment.