From 064609c8fa37de8fcbb131b4edb0d0ead4cc8ff5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:45:02 +0530 Subject: [PATCH] New translations education.json (Spanish) --- src/i18n/locales/es/leftSidebar/education.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/i18n/locales/es/leftSidebar/education.json b/src/i18n/locales/es/leftSidebar/education.json index 231004b2..5129468e 100644 --- a/src/i18n/locales/es/leftSidebar/education.json +++ b/src/i18n/locales/es/leftSidebar/education.json @@ -1,16 +1,16 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Nombre", + "placeholder": "Universidad de Harvard" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Carrera", + "placeholder": "Maestría en Ciencias de la Computación" }, "grade": { - "label": "Grade" + "label": "Calificación" }, "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + "placeholder": "Puede escribir sobre los proyectos o créditos especiales que tomó mientras estudió en este lugar." } }