From 05e57c108f62cd46ac2f72f86c2a7af21186f5a2 Mon Sep 17 00:00:00 2001 From: Mihoub Debache Date: Tue, 26 Mar 2024 12:45:57 +0100 Subject: [PATCH] feat(locales): add organization locales --- client/locales.md | 2 +- .../pages/organizations/[id]/locales/de.json | 57 +++++++++++++++++++ .../pages/organizations/[id]/locales/en.json | 57 +++++++++++++++++++ .../pages/organizations/[id]/locales/es.json | 57 +++++++++++++++++++ .../pages/organizations/[id]/locales/fr.json | 1 - 5 files changed, 172 insertions(+), 2 deletions(-) create mode 100644 client/src/pages/organizations/[id]/locales/de.json create mode 100644 client/src/pages/organizations/[id]/locales/en.json create mode 100644 client/src/pages/organizations/[id]/locales/es.json diff --git a/client/locales.md b/client/locales.md index 06ea43f8..a287b058 100644 --- a/client/locales.md +++ b/client/locales.md @@ -11,7 +11,7 @@ | /pages/authors | OK | Mihoub | FR,EN,ES,DE | | /pages/bugs | OK | Mihoub | FR,EN,ES,DE | | /pages/home | OK | Mihoub | FR,EN,ES,DE | -| /pages/organization | TODO | Mihoub | FR,EN,ES,DE | +| /pages/organization | OK | 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 | diff --git a/client/src/pages/organizations/[id]/locales/de.json b/client/src/pages/organizations/[id]/locales/de.json new file mode 100644 index 00000000..a77f4a89 --- /dev/null +++ b/client/src/pages/organizations/[id]/locales/de.json @@ -0,0 +1,57 @@ +{ + "organizations.notice.not-french": "Achtung, da es sich um eine ausländische Entität handelt, werden nur ihre Verbindungen zu französischen Organisationen, Finanzierungen und Produktionen angezeigt.", + "organizations.breadcrumb.home": "Startseite", + "organizations.breadcrumb.search": "Strukturen", + "organizations.section.leaders.title": "Führungsteam", + "organizations.section.networks.title": "Mitgliedschaft und Netzwerke", + "organizations.section.networks.supervisors.title": "Übergeordnete Einrichtung ({count})", + "organizations.section.networks.participants.title": "Teilnehmende Einrichtungen ({count})", + "organizations.section.networks.doctoral-schools.title": "Doktorandenschulen ({count})", + "organizations.section.networks.satt.title": "Aktionäre ({count})", + "organizations.section.networks.incubateur.title": "Inkubiert von {count, plural, one {einer Struktur} other {# Strukturen}}", + "organizations.section.networks.incubateur-of.title": "Inkubator von {count, plural, one {einer Struktur} other {# Strukturen}}", + "organizations.section.networks.eaten.title": "Übernommen von {count, plural, one {einer Struktur} other {# Strukturen}}", + "organizations.section.networks.eat.title": "Übernahm {count, plural, one {eine Struktur} other {# Strukturen}}", + "organizations.section.networks.satt-of.title": "Aktionär von {count, plural, one {einer Struktur} other {# Strukturen}}", + "organizations.section.networks.spinnof.title": "Ausgründungen ({count})", + "organizations.section.networks.spinnof-of.title": "Stammt von {count, plural, one {einer Struktur} other {# Strukturen}}", + "organizations.section.networks.groups.title": "Gruppiert {count, plural, one {eine Struktur} other {# Strukturen}}", + "organizations.section.networks.is-grouped.title": "Gruppiert {count, plural, one {eine Struktur} other {# Strukturen}}", + "organizations.section.networks.participate-to.title": "Teilnehmende Einrichtungen von {count, plural, one {einer Struktur} other {# Strukturen}}", + "organizations.section.networks.supervise.title": "Übergeordnete Einrichtung von {count, plural, one {einer Struktur} other {# Strukturen}}", + "organizations.section.networks.linked-to.title": "Verbunden mit {count, plural, one {einer Struktur} other {# Strukturen}}", + "organizations.section.networks.badges.title": "Verbunden mit {count, plural, one {einem Netzwerk} other {# Netzwerken}}", + "organizations.section.networks.open-modal-button": "Vollständige Liste anzeigen", + "organizations.section.activities.title": "Forschungs- und Innovationsaktivitäten", + "organizations.section.localization.title": "Standort", + "organizations.section.agreements.title": "Akkreditierungen", + "organizations.section.awards.title": "Auszeichnungen", + "organizations.section.web.title": "Im Web", + "organizations.section.social-medias.title": "Soziale Medien", + "organizations.section.identifiers.title": "Struktur-Identifikatoren", + "organizations.copy": "Klicken Sie, um in die Zwischenablage zu kopieren", + "organizations.section.share.title": "Seite teilen", + "organizations.header.since": "Aktiv seit", + "organizations.patents.count": "Patente aufgeführt von scanR", + "organizations.patents.search": "Liste der Patente anzeigen", + "organizations.patents.nav.year": "Verteilung nach Jahr", + "organizations.patents.year-bars.name": "Patente", + "organizations.projects.count": "Finanzierungen aufgeführt von scanR", + "organizations.projects.search": "Liste der Finanzierungen anzeigen", + "organizations.projects.nav.year": "Verteilung nach Jahr", + "organizations.projects.nav.type": "Arten von Finanzierungen", + "organizations.projects.nav.tag-cloud": "Stichwortwolke", + "organizations.projects.year-bars.name": "Finanzierungen", + "organizations.activity.fieldset.legend": "Wählen Sie eine Art der grafischen Darstellung aus", + "organizations.publications.count": "Veröffentlichungen aufgeführt von scanR", + "organizations.publications.search": "Liste der Veröffentlichungen anzeigen", + "organizations.publications.nav.wikis": "Stichwortwolke", + "organizations.publications.nav.year": "Verteilung nach Jahr", + "organizations.publications.nav.journals": "Top 10 Zeitschriften", + "organizations.publications.nav.authors": "Top 10 Autoren", + "organizations.publications.year-bars.name": "Veröffentlichungen", + "organizations.networks.since": "seit dem", + "organizations.section.more-like-this": "Ähnliche Strukturen", + "organizations.section.contribute.title": "Beitragen", + "organizations.section.contribute.button-label": "Einen Fehler melden" +} \ No newline at end of file diff --git a/client/src/pages/organizations/[id]/locales/en.json b/client/src/pages/organizations/[id]/locales/en.json new file mode 100644 index 00000000..a7217ea6 --- /dev/null +++ b/client/src/pages/organizations/[id]/locales/en.json @@ -0,0 +1,57 @@ +{ + "organizations.notice.not-french": "Attention, this entity being a foreign entity, only its connections with French organizations, funding, and productions will be displayed.", + "organizations.breadcrumb.home": "Home", + "organizations.breadcrumb.search": "Structures", + "organizations.section.leaders.title": "Leadership Team", + "organizations.section.networks.title": "Membership and Networks", + "organizations.section.networks.supervisors.title": "Supervising Institution ({count})", + "organizations.section.networks.participants.title": "Participating Institutions ({count})", + "organizations.section.networks.doctoral-schools.title": "Doctoral Schools ({count})", + "organizations.section.networks.satt.title": "Shareholders ({count})", + "organizations.section.networks.incubateur.title": "Incubated by {count, plural, one {a structure} other {# structures}}", + "organizations.section.networks.incubateur-of.title": "Incubator of {count, plural, one {a structure} other {# structures}}", + "organizations.section.networks.eaten.title": "Acquired by {count, plural, one {a structure} other {# structures}}", + "organizations.section.networks.eat.title": "Acquired {count, plural, one {a structure} other {# structures}}", + "organizations.section.networks.satt-of.title": "Shareholder of {count, plural, one {a structure} other {# structures}}", + "organizations.section.networks.spinnof.title": "Spin-offs ({count})", + "organizations.section.networks.spinnof-of.title": "Originated from {count, plural, one {a structure} other {# structures}}", + "organizations.section.networks.groups.title": "Groups {count, plural, one {a structure} other {# structures}}", + "organizations.section.networks.is-grouped.title": "Groups {count, plural, one {a structure} other {# structures}}", + "organizations.section.networks.participate-to.title": "Participating Institutions of {count, plural, one {a structure} other {# structures}}", + "organizations.section.networks.supervise.title": "Supervising Institution of {count, plural, one {a structure} other {# structures}}", + "organizations.section.networks.linked-to.title": "Linked to {count, plural, one {a structure} other {# structures}}", + "organizations.section.networks.badges.title": "Linked to {count, plural, one {a network} other {# networks}}", + "organizations.section.networks.open-modal-button": "Show complete list", + "organizations.section.activities.title": "Research and Innovation Activities", + "organizations.section.localization.title": "Location", + "organizations.section.agreements.title": "Accreditations", + "organizations.section.awards.title": "Awards", + "organizations.section.web.title": "On the Web", + "organizations.section.social-medias.title": "Social Media", + "organizations.section.identifiers.title": "Structure Identifiers", + "organizations.copy": "Click to copy to clipboard", + "organizations.section.share.title": "Share the Page", + "organizations.header.since": "Active Since", + "organizations.patents.count": "patents listed by scanR", + "organizations.patents.search": "See the list of patents", + "organizations.patents.nav.year": "Distribution by Year", + "organizations.patents.year-bars.name": "Patents", + "organizations.projects.count": "funding listed by scanR", + "organizations.projects.search": "See the list of fundings", + "organizations.projects.nav.year": "Distribution by Year", + "organizations.projects.nav.type": "Types of Fundings", + "organizations.projects.nav.tag-cloud": "Keyword Cloud", + "organizations.projects.year-bars.name": "Fundings", + "organizations.activity.fieldset.legend": "Select a type of graphical representation", + "organizations.publications.count": "publications listed by scanR", + "organizations.publications.search": "See the list of publications", + "organizations.publications.nav.wikis": "Keyword Cloud", + "organizations.publications.nav.year": "Distribution by Year", + "organizations.publications.nav.journals": "Top 10 Journals", + "organizations.publications.nav.authors": "Top 10 Authors", + "organizations.publications.year-bars.name": "Publications", + "organizations.networks.since": "since", + "organizations.section.more-like-this": "Similar Structures", + "organizations.section.contribute.title": "Contribute", + "organizations.section.contribute.button-label": "Report an Error" +} \ No newline at end of file diff --git a/client/src/pages/organizations/[id]/locales/es.json b/client/src/pages/organizations/[id]/locales/es.json new file mode 100644 index 00000000..4b671abe --- /dev/null +++ b/client/src/pages/organizations/[id]/locales/es.json @@ -0,0 +1,57 @@ +{ + "organizations.notice.not-french": "Atención, al tratarse de una entidad extranjera, solo se mostrarán sus conexiones con organizaciones, financiamientos y producciones francesas.", + "organizations.breadcrumb.home": "Inicio", + "organizations.breadcrumb.search": "Estructuras", + "organizations.section.leaders.title": "Equipo Directivo", + "organizations.section.networks.title": "Membresía y Redes", + "organizations.section.networks.supervisors.title": "Institución Supervisora ({count})", + "organizations.section.networks.participants.title": "Instituciones Participantes ({count})", + "organizations.section.networks.doctoral-schools.title": "Escuelas Doctorales ({count})", + "organizations.section.networks.satt.title": "Accionistas ({count})", + "organizations.section.networks.incubateur.title": "Incubado por {count, plural, one {una estructura} other {# estructuras}}", + "organizations.section.networks.incubateur-of.title": "Incubador de {count, plural, one {una estructura} other {# estructuras}}", + "organizations.section.networks.eaten.title": "Adquirido por {count, plural, one {una estructura} other {# estructuras}}", + "organizations.section.networks.eat.title": "Adquirió {count, plural, one {una estructura} other {# estructuras}}", + "organizations.section.networks.satt-of.title": "Accionista de {count, plural, one {una estructura} other {# estructuras}}", + "organizations.section.networks.spinnof.title": "Spin-offs ({count})", + "organizations.section.networks.spinnof-of.title": "Proviene de {count, plural, one {una estructura} other {# estructuras}}", + "organizations.section.networks.groups.title": "Agrupa {count, plural, one {una estructura} other {# estructuras}}", + "organizations.section.networks.is-grouped.title": "Agrupa {count, plural, one {una estructura} other {# estructuras}}", + "organizations.section.networks.participate-to.title": "Instituciones Participantes de {count, plural, one {una estructura} other {# estructuras}}", + "organizations.section.networks.supervise.title": "Institución Supervisora de {count, plural, one {una estructura} other {# estructuras}}", + "organizations.section.networks.linked-to.title": "Vinculado a {count, plural, one {una estructura} other {# estructuras}}", + "organizations.section.networks.badges.title": "Vinculado a {count, plural, one {una red} other {# redes}}", + "organizations.section.networks.open-modal-button": "Mostrar lista completa", + "organizations.section.activities.title": "Actividades de Investigación e Innovación", + "organizations.section.localization.title": "Ubicación", + "organizations.section.agreements.title": "Acreditaciones", + "organizations.section.awards.title": "Premios", + "organizations.section.web.title": "En la Web", + "organizations.section.social-medias.title": "Redes Sociales", + "organizations.section.identifiers.title": "Identificadores de la Estructura", + "organizations.copy": "Haga clic para copiar al portapapeles", + "organizations.section.share.title": "Compartir la Página", + "organizations.header.since": "Activo Desde", + "organizations.patents.count": "patentes listados por scanR", + "organizations.patents.search": "Ver la lista de patentes", + "organizations.patents.nav.year": "Distribución por Año", + "organizations.patents.year-bars.name": "Patentes", + "organizations.projects.count": "financiamientos listados por scanR", + "organizations.projects.search": "Ver la lista de financiamientos", + "organizations.projects.nav.year": "Distribución por Año", + "organizations.projects.nav.type": "Tipos de Financiamientos", + "organizations.projects.nav.tag-cloud": "Nube de Palabras Clave", + "organizations.projects.year-bars.name": "Financiamientos", + "organizations.activity.fieldset.legend": "Seleccione un tipo de representación gráfica", + "organizations.publications.count": "publicaciones listadas por scanR", + "organizations.publications.search": "Ver la lista de publicaciones", + "organizations.publications.nav.wikis": "Nube de Palabras Clave", + "organizations.publications.nav.year": "Distribución por Año", + "organizations.publications.nav.journals": "Top 10 de Revistas", + "organizations.publications.nav.authors": "Top 10 de Autores", + "organizations.publications.year-bars.name": "Publicaciones", + "organizations.networks.since": "desde", + "organizations.section.more-like-this": "Estructuras Similares", + "organizations.section.contribute.title": "Contribuir", + "organizations.section.contribute.button-label": "Reportar un Error" +} \ No newline at end of file diff --git a/client/src/pages/organizations/[id]/locales/fr.json b/client/src/pages/organizations/[id]/locales/fr.json index dc550bb3..fb132a0f 100644 --- a/client/src/pages/organizations/[id]/locales/fr.json +++ b/client/src/pages/organizations/[id]/locales/fr.json @@ -47,7 +47,6 @@ "organizations.publications.search": "Voir la liste des publications", "organizations.publications.nav.wikis": "Nuage de mot clés", "organizations.publications.nav.year": "Répartition par année", - "organizations.publications.nav.oa": "Taux d'accès ouvert", "organizations.publications.nav.journals": "Top 10 des journaux", "organizations.publications.nav.authors": "Top 10 des auteurs", "organizations.publications.year-bars.name": "Publications",