mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 08:42:08 +10:00
New translations about.json (Spanish)
This commit is contained in:
@ -1,36 +1,36 @@
|
|||||||
{
|
{
|
||||||
"title": "About",
|
"title": "Acerca de",
|
||||||
"documentation": {
|
"documentation": {
|
||||||
"heading": "Documentation",
|
"heading": "Documentación",
|
||||||
"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.",
|
"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": {
|
"buttons": {
|
||||||
"documentation": "Documentation"
|
"documentation": "Documentación"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bugOrFeatureRequest": {
|
"bugOrFeatureRequest": {
|
||||||
"heading": "Bug? Feature Request?",
|
"heading": "Encontró un error? Nueva solicitud de funcionalidad?",
|
||||||
"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.",
|
"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": {
|
"buttons": {
|
||||||
"raiseIssue": "Raise an Issue",
|
"raiseIssue": "Notificar un problema",
|
||||||
"sendEmail": "Send an Email"
|
"sendEmail": "Mandar un correo electrónico"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sourceCode": {
|
"sourceCode": {
|
||||||
"heading": "Source Code",
|
"heading": "Código Fuente",
|
||||||
"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.",
|
"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": {
|
"buttons": {
|
||||||
"githubRepo": "GitHub Repo"
|
"githubRepo": "Repositorio de GitHub"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license": {
|
"license": {
|
||||||
"heading": "License Information",
|
"heading": "Información de licencia",
|
||||||
"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.",
|
"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": {
|
"buttons": {
|
||||||
"mitLicense": "MIT License"
|
"mitLicense": "Licencia MIT"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"footer": {
|
"footer": {
|
||||||
"credit": "Reactive Resume is a project by <1>Amruth Pillai</1>.",
|
"credit": "Desarrollado con amor por <1>Amruth Pillai</1>",
|
||||||
"thanks": "Thank you for using Reactive Resume!"
|
"thanks": "¡Gracias por usar Reactive Resume!"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user