From 08af638dc4ae99176c9d6c77efd55cf5e2eaf542 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:45:05 +0530 Subject: [PATCH] New translations app.json (Spanish) --- src/i18n/locales/es/app/app.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/i18n/locales/es/app/app.json b/src/i18n/locales/es/app/app.json index 861e3ad5..09f94258 100644 --- a/src/i18n/locales/es/app/app.json +++ b/src/i18n/locales/es/app/app.json @@ -1,25 +1,25 @@ { "heading": { - "placeholder": "Heading" + "placeholder": "Título" }, "item": { - "add": "Add {{- heading}}", + "add": "Agregar {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Fecha de inicio", + "placeholder": "Marzo 2018" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "Fecha Final", + "placeholder": "Marzo 2022" }, "description": { - "label": "Description" + "label": "Descripción" } }, "buttons": { "add": { - "label": "Add" + "label": "Agregar" } }, - "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." + "markdownHelpText": "Puedes usar <1>GitHub Flavored Markdown para darle estilo a esta sección." }