New translations app.json (Spanish)

This commit is contained in:
Amruth Pillai
2020-04-01 08:45:05 +05:30
parent 1d7d5ad606
commit 08af638dc4

View File

@ -1,25 +1,25 @@
{ {
"heading": { "heading": {
"placeholder": "Heading" "placeholder": "Título"
}, },
"item": { "item": {
"add": "Add {{- heading}}", "add": "Agregar {{- heading}}",
"startDate": { "startDate": {
"label": "Start Date", "label": "Fecha de inicio",
"placeholder": "March 2018" "placeholder": "Marzo 2018"
}, },
"endDate": { "endDate": {
"label": "End Date", "label": "Fecha Final",
"placeholder": "March 2022" "placeholder": "Marzo 2022"
}, },
"description": { "description": {
"label": "Description" "label": "Descripción"
} }
}, },
"buttons": { "buttons": {
"add": { "add": {
"label": "Add" "label": "Agregar"
} }
}, },
"markdownHelpText": "You can use <1>GitHub Flavored Markdown</1> to style this section of the text." "markdownHelpText": "Puedes usar <1>GitHub Flavored Markdown</1> para darle estilo a esta sección."
} }