Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Alonso committed Jan 8, 2025
1 parent 4d8bb3b commit 5d453b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions constants/langs/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const en = {
"This line addresses the study and development of advanced technologies for data processing, management, and analysis, including data spaces and digital twins.",
},
ResearchLine2: {
ResearchLineTitle: "Tecnología educativa",
ResearchLineTitle: "E-Learning",
ResearchLineBody:
"This line focuses on the design and development of advanced educational technologies, including learning platforms, authoring tools, ia in education and educational escape rooms.",
},
Expand Down Expand Up @@ -123,11 +123,11 @@ export const en = {
title: "Team",
professorCards: {
roles: {
1: "Full Professor", // Catedrático de Universidad
1: "Professor", // Catedrático de Universidad
2: "Associate Professor", // Profesor contratado doctor
3: "PhD candidate", // Estudiante de doctorado
4: "Full-Time Technician",
5: "Professor", // Profesor Titular de Universidad
5: "Associate Professor", // Profesor Titular de Universidad
6: "Assistant Professor",
7: "Researcher",
8: "External colaborator",
Expand Down
6 changes: 3 additions & 3 deletions constants/langs/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const es = {
"Esta línea aborda el estudio y desarrollo de tecnologías avanzadas para el procesamiento, gestión y análisis de datos, incluyendo espacios de datos y gemelos digitales.",
},
ResearchLine2: {
ResearchLineTitle: "E-Learning",
ResearchLineTitle: "Tecnología educativa",
ResearchLineBody:
"Esta línea se centra en el diseño y desarrollo de tecnologías educativas avanzadas, incluyendo plataformas de aprendizaje, herramientas de autor, ia en educación y escape rooms educativas.",
},
Expand Down Expand Up @@ -119,11 +119,11 @@ export const es = {
professorCards: {
roles: {
1: "Catedrático de Universidad", // Full Professor
2: "Profesor contratado doctor", // Associate Professor
2: "Profesor Contratado Doctor", // Associate Professor
3: "Candidato de doctorado",
4: "Técnico a tiempo completo",
5: "Profesor Titular de Universidad", // Professor
6: "Profesor ayudante doctor",
6: "Profesor Ayudante Doctor",
7: "Investigador",
8: "Personal externo colaborador"
},
Expand Down

0 comments on commit 5d453b9

Please sign in to comment.