From e109fc92bbfba26d694c33533e9fdb311b4f6140 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 8 Apr 2020 03:05:55 +0530 Subject: [PATCH 1/6] New translations about.json (Spanish) --- src/i18n/locales/es/rightSidebar/about.json | 32 ++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/i18n/locales/es/rightSidebar/about.json b/src/i18n/locales/es/rightSidebar/about.json index cac678ad..5ed9d016 100644 --- a/src/i18n/locales/es/rightSidebar/about.json +++ b/src/i18n/locales/es/rightSidebar/about.json @@ -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.", - "thanks": "Thank you for using Reactive Resume!" + "credit": "Desarrollado con amor por <1>Amruth Pillai", + "thanks": "¡Gracias por usar Reactive Resume!" } } From 1fc5aa4f31259251109e25540b8f215b77a53868 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 8 Apr 2020 04:04:50 +0530 Subject: [PATCH 2/6] New translations actions.json (Spanish) --- src/i18n/locales/es/rightSidebar/actions.json | 33 +++++++++---------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/src/i18n/locales/es/rightSidebar/actions.json b/src/i18n/locales/es/rightSidebar/actions.json index b6818714..2de6ea63 100644 --- a/src/i18n/locales/es/rightSidebar/actions.json +++ b/src/i18n/locales/es/rightSidebar/actions.json @@ -1,34 +1,33 @@ { - "title": "Actions", - "disclaimer": "Changes you make to your resume are saved automatically to your browser's local storage. No data gets out, hence your information is completely secure.", + "title": "Acciones", + "disclaimer": "Los cambios hechos a tu currículum se guardan automáticamente en el almacenamiento local de tu navegador. Como ningún dato sale de tu navegador, tu información está completamente segura.", "importExport": { - "heading": "Import/Export", - "body": "You can import or export your data in JSON format. With this, you can edit and print your resume from any device. Save this file for later use.", + "heading": "Importar/Exportar", + "body": "Puedes importar o exportar tus datos en formato JSON. Con el archivo JSON, puedes editar o imprimir tu currículum desde cualquier dispositivo. Mantén una copia de este archivo por si lo necesitas más tarde.", "buttons": { - "import": "Import", - "export": "Export" + "import": "Importar", + "export": "Exportar" } }, - "printResume": { - "heading": "Print Your Resume", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "downloadResume": { + "heading": "Descarga tu currículum", + "body": "Para descargar instantáneamente una versión en PDF de tu currículum, puedes hacer clic en el siguiente botón. Se recomienda que uses la versión más reciente de Google Chrome para obtener los mejores resultados.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Guardar como PDF" } }, "loadDemoData": { - "heading": "Load Demo Data", - "body": "Unclear on what to do with a fresh blank page? Load some demo data with prepopulated values to see how a resume should look and you can start editing from there.", + "heading": "Agregar Datos de Demostración", + "body": "¿No sabes por dónde comenzar? Puedes cargar datos de demostración con valores predeterminados para tener una idea de cómo luce un currículum, y comenzar con editar esos valores.", "buttons": { - "loadData": "Load Data" + "loadData": "Cargar datos" } }, "reset": { - "heading": "Reset Everything!", - "body": "This action will reset all your data and remove backups made to your browser's local storage as well, so please make sure you have exported your information before you reset everything.", + "heading": "¡Restablecer todo!", + "body": "Esta acción reiniciará toda tu información y también borrará las copias de seguridad guardadas en el almacenamiento local de tu navegardor. Asegúrate de haber exportado tu información antes de continuar con esta acción.", "buttons": { - "reset": "Reset" + "reset": "Restablecer" } } } From bcc6f2487c68aabe9dbf99c3c03fd981a1347e3d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 8 Apr 2020 04:04:52 +0530 Subject: [PATCH 3/6] New translations settings.json (Spanish) --- src/i18n/locales/es/rightSidebar/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/es/rightSidebar/settings.json b/src/i18n/locales/es/rightSidebar/settings.json index dacc183c..dea78d6e 100644 --- a/src/i18n/locales/es/rightSidebar/settings.json +++ b/src/i18n/locales/es/rightSidebar/settings.json @@ -1,7 +1,7 @@ { - "title": "Settings", + "title": "Configuración", "language": { - "label": "Language", - "helpText": "If you would like to help translate the app into your own language, please refer to the <1>Translation Documentation." + "label": "Escoger idioma", + "helpText": "Si deseas ayudar a traducir la app a tu idioma, por favor consulta la <1>documentación de traducción." } } \ No newline at end of file From 882b3e32005ec5a47ef193af432aa26a7990e8d2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 8 Apr 2020 04:04:53 +0530 Subject: [PATCH 4/6] New translations fonts.json (Spanish) --- src/i18n/locales/es/rightSidebar/fonts.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/es/rightSidebar/fonts.json b/src/i18n/locales/es/rightSidebar/fonts.json index dbcfe5f2..952f3718 100644 --- a/src/i18n/locales/es/rightSidebar/fonts.json +++ b/src/i18n/locales/es/rightSidebar/fonts.json @@ -1,7 +1,7 @@ { - "title": "Fonts", + "title": "Tipografías", "fontFamily": { - "label": "Font Family", - "helpText": "You can use any font that is installed on your system as well. Just enter the name of the font family here and the browser would load it up for you." + "label": "Familia Tipográfica", + "helpText": "También puedes usar cualquier fuente que esté instalada en tu sistema. Escribe el nombre de la familia de fuentes aquí para que el navegador la cargue." } } From f5527da998e6960e66ed14110d3cbe1fed381374 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 8 Apr 2020 04:04:54 +0530 Subject: [PATCH 5/6] New translations colors.json (Spanish) --- src/i18n/locales/es/rightSidebar/colors.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/es/rightSidebar/colors.json b/src/i18n/locales/es/rightSidebar/colors.json index bf4accbf..5f1f334d 100644 --- a/src/i18n/locales/es/rightSidebar/colors.json +++ b/src/i18n/locales/es/rightSidebar/colors.json @@ -1,7 +1,7 @@ { - "title": "Colors", - "colorOptions": "Color Options", - "primaryColor": "Primary Color", - "accentColor": "Accent Color", - "clipboardCopyAction": "{{color}} has been copied to the clipboard." + "title": "Colores", + "colorOptions": "Opciones de Color", + "primaryColor": "Color principal", + "accentColor": "Color secundario", + "clipboardCopyAction": "El color {{color}} ha sido copiado al portapapeles." } From 6eebbf9f8b925997aceafbf965bf93c7e4c00aec Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 8 Apr 2020 15:28:40 +0530 Subject: [PATCH 6/6] New translations app.json (Spanish) --- src/i18n/locales/es/app/app.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/i18n/locales/es/app/app.json b/src/i18n/locales/es/app/app.json index 8fc1ed1c..2ff66237 100644 --- a/src/i18n/locales/es/app/app.json +++ b/src/i18n/locales/es/app/app.json @@ -16,5 +16,26 @@ "label": "Agregar" } }, + "printDialog": { + "heading": "Descarga tu currículum", + "quality": { + "label": "Calidad" + }, + "printType": { + "label": "Tipo", + "types": { + "unconstrained": "Sin restricciones", + "fitInA4": "Ajustar a A4", + "multiPageA4": "Multipáginas A4" + } + }, + "buttons": { + "cancel": "Cancelar", + "saveAsPdf": "Guardar como PDF" + } + }, + "panZoomAnimation": { + "helpText": "Puedes desplazar y hacer zoom al tablero en cualquier momento para darle una mirada más detallada a tu currículum." + }, "markdownHelpText": "Puedes usar <1>GitHub Flavored Markdown para darle estilo a esta sección." }