New translations about.json (Spanish)

This commit is contained in:
Amruth Pillai
2020-04-08 03:05:55 +05:30
parent 44bd618220
commit e109fc92bb

View File

@ -1,36 +1,36 @@
{
"title": "About",
"title": "Acerca de",
"documentation": {
"heading": "Documentation",
"body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.",
"heading": "Documentación",
"body": "¿Quieres saber más sobre la aplicación? ¿Necesitas información sobre cómo contribuir al proyecto? No busques más, hay una guía completa hecha para ti.",
"buttons": {
"documentation": "Documentation"
"documentation": "Documentación"
}
},
"bugOrFeatureRequest": {
"heading": "Bug? Feature Request?",
"body": "Something halting your progress from making a resume? Found a pesky bug that just won't quit? Talk about it on the GitHub Issues section, or send me and email using the actions below.",
"heading": "Encontró un error? Nueva solicitud de funcionalidad?",
"body": "¿Hay algo que no te deja trabajar en tu currículum? ¿Hayaste un error que no puedes resolver? Abre una discusión bajo la sección de \"Issues\" (problemas) de GitHub, o sigue los siguientes pasos para escribirme un correo.",
"buttons": {
"raiseIssue": "Raise an Issue",
"sendEmail": "Send an Email"
"raiseIssue": "Notificar un problema",
"sendEmail": "Mandar un correo electrónico"
}
},
"sourceCode": {
"heading": "Source Code",
"body": "Want to run the project from its source? Are you a developer willing to contribute to the open-source development of this project? Click the button below.",
"heading": "Código Fuente",
"body": "¿Te interesa ejecutar el código fuente de este proyecto? ¿Eres un desarrollador interesado en involucrtarte en el desarrollo de este proyecto? Haz clic en el siguiente botón.",
"buttons": {
"githubRepo": "GitHub Repo"
"githubRepo": "Repositorio de GitHub"
}
},
"license": {
"heading": "License Information",
"body": "The project is governed under the MIT License, which you can read more about below. Basically, you are allowed to use the project anywhere provided you give credits to the original author.",
"heading": "Información de licencia",
"body": "El proyecto está regido por la licencia MIT, sobre la cual puedes leer a continuación. Básicamente, puedes usar el proyecto en cualquier lugar, siempre y cuando le des crédito al autor original.",
"buttons": {
"mitLicense": "MIT License"
"mitLicense": "Licencia MIT"
}
},
"footer": {
"credit": "Reactive Resume is a project by <1>Amruth Pillai</1>.",
"thanks": "Thank you for using Reactive Resume!"
"credit": "Desarrollado con amor por <1>Amruth Pillai</1>",
"thanks": "¡Gracias por usar Reactive Resume!"
}
}