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" } } }