From 71e175f42d218d6fb75abbe39a55edf21d24c2ba Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:45:43 +0530 Subject: [PATCH] New translations work.json (Spanish) --- src/i18n/locales/es/leftSidebar/work.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/es/leftSidebar/work.json b/src/i18n/locales/es/leftSidebar/work.json index 6d115c6e..f6a71a9b 100644 --- a/src/i18n/locales/es/leftSidebar/work.json +++ b/src/i18n/locales/es/leftSidebar/work.json @@ -1,13 +1,13 @@ { "name": { - "label": "Name", + "label": "Nombre", "placeholder": "Amazon" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" + "label": "Puesto", + "placeholder": "Desarrollador Web Front-end" }, "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "placeholder": "Puedes escribir sobre lo que te especializaste mientras trabajabas en la empresa y de los proyectos de los que formaste parte." } }