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": {
"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</1> to style this section of the text."
"markdownHelpText": "Puedes usar <1>GitHub Flavored Markdown</1> para darle estilo a esta sección."
}