New translations en.json (Spanish)

This commit is contained in:
Amruth Pillai
2020-07-18 22:27:04 +05:30
parent e26a0df1bd
commit d15b1b4067

View File

@ -1,247 +1,248 @@
{ {
"shared": { "shared": {
"appName": "Reactive Resume", "appName": "Reactive Resume",
"shortDescription": "A free and open source resume builder.", "shortDescription": "Un generador de curriculum vitae gratis y de código abierto.",
"forms": { "forms": {
"name": "Name", "name": "Nombre",
"title": "Title", "title": "Título",
"subtitle": "Subtitle", "subtitle": "Subtítulo",
"required": "required", "required": "requerido",
"website": "Website", "website": "Sitio Web",
"date": "Date", "date": "Fecha",
"position": "Position", "position": "Puesto de trabajo",
"startDate": "Start Date", "startDate": "Fecha de inicio",
"endDate": "End Date", "endDate": "Fecha de finalización",
"address": "Address", "address": "Dirección",
"phone": "Phone Number", "phone": "Número de teléfono",
"email": "Email Address", "email": "Dirección de correo electrónico",
"summary": "Summary", "summary": "Resumen",
"markdown": "This text block supports <1>markdown</1>.", "markdown": "Este bloque de texto soporta <1>markdown</1>.",
"validation": { "validation": {
"min": "Please enter at least {{number}} characters.", "min": "Por favor, introduce al menos {{number}} caracteres.",
"dateRange": "End Date must be later than Start Date.", "dateRange": "Fecha de finalización debe ser posterior a la fecha de inicio.",
"email": "Must be a valid email address.", "email": "Debe ser una cuenta de correo electrónico válida.",
"required": "This is a required field.", "required": "Este es un campo obligatorio.",
"url": "Must be a valid URL." "url": "Debe ser una URL válida."
} }
}, },
"buttons": { "buttons": {
"add": "Add", "add": "Agregar",
"edit": "Edit", "edit": "Editar",
"cancel": "Cancel", "cancel": "Cancelar",
"delete": "Delete", "delete": "Eliminar",
"loading": "Loading...", "loading": "Cargando...",
"confirmation": "Are you sure?", "confirmation": "¿Estás seguro(a)?",
"login": "Login", "login": "Ingresar",
"logout": "Logout" "logout": "Cerrar sesión"
} }
}, },
"landing": { "landing": {
"hero": { "hero": {
"goToApp": "Go To App" "goToApp": "Ir a la app"
} }
}, },
"dashboard": { "dashboard": {
"title": "Dashboard", "title": "Panel de Control",
"createResume": "Create Resume", "createResume": "Crear currículum",
"editResume": "Edit Resume", "editResume": "Editar currículum",
"lastUpdated": "Last Updated {{timestamp}}", "lastUpdated": "Última actualización {{timestamp}}",
"toasts": { "toasts": {
"deleted": "{{name}} was deleted successfully" "deleted": "{{name}} fue eliminado correctamente"
}, },
"buttons": { "buttons": {
"duplicate": "Duplicate", "duplicate": "Duplicar",
"rename": "Rename" "rename": "Renombrar"
}, },
"helpText": "You are going to be creating a new resume from scratch, but first, let's give it a name. This can be the name of the role you want to apply for, or if you're making a resume for a friend, you could call it Alex's Resume." "helpText": "Vas a crear un nuevo currículum desde cero, pero primero, vamos a darle un nombre. Este puede ser el nombre del rol al que quieres solicitarlo, o si estás haciendo un currículum vitae para un amigo, puedes llamarlo Currículum de Alex."
}, },
"builder": { "builder": {
"toasts": { "toasts": {
"doesNotExist": "The resume you were looking for does not exist anymore... or maybe it never did?", "formErrors": "Puede que necesite rellenar todos los campos requeridos antes de enviar este formulario.",
"loadDemoData": "Not sure where to begin? Try loading demo data to see what Reactive Resume has to offer." "doesNotExist": "El currículo que buscaba ya no existe, o ¿tal vez nunca existió?",
"loadDemoData": "¿No estás seguro de dónde empezar? Intenta cargar datos de demostración para ver lo que Reactive Resume tiene para ofrecer."
}, },
"sections": { "sections": {
"heading": "Heading", "heading": "Encabezado",
"profile": "Profile", "profile": "Mi Perfil",
"social": "Social Network", "social": "Red social",
"objective": "Objective", "objective": "Objetivo",
"work": "Work Experience", "work": "Experiencia De Trabajo",
"education": "Education", "education": "Educación",
"project": "Project", "project": "Proyecto",
"projects": "Projects", "projects": "Proyectos",
"award": "Award", "award": "Premio",
"awards": "Awards", "awards": "Premios",
"certification": "Certification", "certification": "Certificación",
"certifications": "Certifications", "certifications": "Certificaciones",
"skill": "Skill", "skill": "Habilidad",
"skills": "Skills", "skills": "Habilidades",
"hobby": "Hobby", "hobby": "Pasatiempo",
"hobbies": "Hobbies", "hobbies": "Pasatiempos",
"language": "Language", "language": "Lenguaje",
"languages": "Languages", "languages": "Lenguajes",
"reference": "Reference", "reference": "Referencia",
"references": "References", "references": "Referencias",
"templates": "Templates", "templates": "Plantillas",
"layout": "Layout", "layout": "Estilo",
"colors": "Colors", "colors": "Colores",
"fonts": "Fonts", "fonts": "Tipografías",
"actions": "Actions", "actions": "Acciones",
"settings": "Settings", "settings": "Preferencias",
"about": "About" "about": "Acerca de"
}, },
"profile": { "profile": {
"photograph": "Photograph", "photograph": "Fotografía",
"firstName": "First Name", "firstName": "Nombre",
"lastName": "Last Name", "lastName": "Apellido",
"address": { "address": {
"line1": "Address Line 1", "line1": "Domicilio - Línea 1",
"line2": "Address Line 2", "line2": "Dirección - Línea 2",
"city": "City", "city": "Ciudad",
"pincode": "Pincode" "pincode": "Código Pin"
} }
}, },
"social": { "social": {
"network": "Network", "network": "Red",
"username": "Username", "username": "Nombre de usario",
"url": "URL" "url": "URL"
}, },
"work": { "work": {
"company": "Company" "company": "Compañía"
}, },
"education": { "education": {
"institution": "Institution", "institution": "Institución",
"field": "Field of Study", "field": "Campo de Estudio",
"degree": "Type of Degree", "degree": "Tipo de Grado",
"gpa": "GPA" "gpa": "GPA"
}, },
"awards": { "awards": {
"awarder": "Awarder" "awarder": "Adjudicador"
}, },
"certifications": { "certifications": {
"issuer": "Issuer" "issuer": "Emisor"
}, },
"skills": { "skills": {
"level": "Level" "level": "Nivel"
}, },
"languages": { "languages": {
"fluency": "Fluency" "fluency": "Fluidez"
}, },
"layout": { "layout": {
"block": "Block", "block": "Bloque",
"reset": "Reset Layout", "reset": "Restablecer Diseño",
"text": "This template supports {{count}} blocks." "text": "Esta plantilla soporta {{count}} bloques."
}, },
"colors": { "colors": {
"primary": "Primary Color", "primary": "Color principal",
"text": "Text Color", "text": "Color del texto",
"background": "Background Color" "background": "Color del fondo"
}, },
"actions": { "actions": {
"import": { "import": {
"heading": "Import Your Resume", "heading": "Importa tu Resumen",
"text": "You can import your information from various sources like JSON Resume or your LinkedIn to autofill most of the data for your resume.", "text": "Puede importar su información de varias fuentes como JSON Resume o su LinkedIn para autorrellenar la mayor parte de los datos de su currículum.",
"button": "Import" "button": "Importar"
}, },
"export": { "export": {
"heading": "Export Your Resume", "heading": "Exporta tu Resume",
"text": "Export your resume as a PDF to share with recruiters or a JSON that you will be able to import back onto this app on another computer.", "text": "Exportar su currículum como PDF para compartir con los reclutadores o un JSON que podrá importar de nuevo a esta aplicación en otro equipo.",
"button": "Export" "button": "Exportar"
}, },
"share": { "share": {
"heading": "Share Your Resume", "heading": "Comparte tu Resumen",
"text": "The link below will be accessible publicly if you choose to share it, and viewers would see the latest version of your resume at any time." "text": "El enlace de abajo será accesible públicamente si usted decide compartirlo, y los espectadores verían la última versión de su currículum en cualquier momento."
}, },
"loadDemoData": { "loadDemoData": {
"text": "Unclear on what to do with a fresh blank page? Load some demo data to see how a resume should look and you can start editing from there.", "text": "¿No está claro qué hacer con una página en blanco nueva? Carga algunos datos de demostración para ver cómo debería verse un currículum vitae y puedes empezar a editar desde allí.",
"button": "Load Demo Data" "button": "Cargar datos de demostración"
}, },
"resetEverything": { "resetEverything": {
"text": "Feels like you made too many mistakes? No worries, clear everything with just one click, but be careful if there are no backups.", "text": "¿Piensas que has hecho demasiados errores? No te preocupes, restablece todo con un solo clic, pero ten cuidado si no hay copias de seguridad.",
"button": "Reset Everything" "button": "Restablecer Todo"
} }
}, },
"settings": { "settings": {
"theme": "Theme", "theme": "Tema",
"language": "Language", "language": "Lenguaje",
"translate": "If you would like to contribute by providing translations in your language, <1>please visit this link</1>.", "translate": "Si quieres contribuir proporcionando traducciones en tu idioma, <1>por favor visita este enlace</1>.",
"dangerZone": { "dangerZone": {
"heading": "Danger Zone", "heading": "Zona de Peligro",
"text": "If you would like to delete your account and erase all your resumes, its just one button away. Please be wary as this is an irreversible process.", "text": "Si deseas eliminar tu cuenta y borrar todos sus currículos, está a sólo un botón de distancia. Por favor, ten cuidado, ya que este es un proceso irreversible.",
"button": "Delete Account" "button": "Eliminar Cuenta"
} }
}, },
"about": { "about": {
"donate": { "donate": {
"heading": "Donate to Reactive Resume", "heading": "Donar a Reactive Resume",
"text": "I try to do what I can, but if you found the app helpful, or you're in a better position than the others who depend on this project for their first job, <1>please consider donating as little as $5 to help keep the project alive</1> :)", "text": "Intento hacer lo que puedo, pero si encuentras la aplicación útil, o estás en una mejor posición que los demás que dependen de este proyecto para su primer trabajo, <1>por favor considera donar tan solo $5 para ayudar a mantener vivo el proyecto</1> :)",
"button": "Buy me a Coffee!" "button": "Cómprame un café!"
}, },
"bugFeature": { "bugFeature": {
"heading": "Bug? Feature Request?", "heading": "¿Errores? ¿Solicitud de características?",
"text": "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 using the actions below.", "text": "¿Algo que detiene su progreso de hacer un currículum? Encontró un error molesto que no se cerrará? Hable sobre ello en la sección de incidencias de GitHub usando las siguientes acciones.",
"button": "Raise an Issue" "button": "Votar por un problema"
}, },
"appreciate": { "appreciate": {
"heading": "Loved Reactive Resume?", "heading": "¿Te ha gustado Reactive Resume?",
"text": "I never get tired of hearing stories of how this app helped people, and if it helped you, or you just found Reactive Resume to be an awesome tool, do let me know. You can reach out to me on my website." "text": "Nunca me canso de escuchar historias de cómo esta aplicación ayudó a la gente, y si te ayudó, o acabas de encontrar Reactive Resume como una herramienta increíble, dejame saber. Puedes comunicarte conmigo en mi sitio web."
}, },
"sourceCode": { "sourceCode": {
"heading": "Source Code", "heading": "Código Fuente",
"text": "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.", "text": "¿Quieres ejecutar el proyecto desde su fuente? ¿Eres un desarrollador dispuesto a contribuir al desarrollo de código abierto de este proyecto? Haz clic en el botón de abajo.",
"button": "GitHub Repo" "button": "Repositorio de GitHub"
}, },
"footer": "Made with Love by <1>Amruth Pillai</1>" "footer": "Hecho con amor por <1>Amruth Pillai</1>"
}, },
"tooltips": { "tooltips": {
"uploadPhotograph": "Upload Photograph", "uploadPhotograph": "Subir Fotografía",
"backToDashboard": "Go Back to Dashboard" "backToDashboard": "Volver al Panel de control"
}, },
"emptyList": "This list is empty." "emptyList": "Esta lista esta vacia."
}, },
"modals": { "modals": {
"auth": { "auth": {
"whoAreYou": "Who are you?", "whoAreYou": "¿Quién eres?",
"welcome": "Welcome, {{name}}!", "welcome": "Bienvenido, {{name}}!",
"loggedOutText": "Reactive Resume needs to know who you are so it can securely authenticate you into the app and show you only your information. Once you are in, you can start building your resume, editing it to add new skills or sharing it with the world!", "loggedOutText": "Reactive Resume necesita saber quién eres para que pueda autenticarte de forma segura en la aplicación y mostrarte sólo tu información. Una vez que estés, puedes comenzar a construir tu currículum, editarlo para agregar nuevas habilidades o compartirlo con el mundo!",
"loggedInText": "Awesome. Now that you've authenticated yourself, we can get on with the real reason you're here. Click on the Go to App button to start building your resume!", "loggedInText": "Impresionante. Ahora que te has autenticado, podemos continuar con la verdadera razón por la que estás aquí. ¡Haz clic en el botón Ir a la aplicación para comenzar a construir tu currículum!",
"buttons": { "buttons": {
"google": "Sign in with Google", "google": "Iniciar sesión con Google",
"anonymous": "Sign in Anonymously" "anonymous": "Iniciar sesión anónimamente"
} }
}, },
"import": { "import": {
"button": "Select File", "button": "Seleccionar archivo",
"reactiveResume": { "reactiveResume": {
"heading": "Import from Reactive Resume", "heading": "Importar desde Reactive Resume",
"text": "Reactive Resume has it's own schema format to make the most of all the customizable capabilities it has to offer. If you'd like to import a backup of your resume made with this app, just upload the file using the button below." "text": "Reactive Resume tiene su propio formato de esquema para aprovechar al máximo todas las capacidades personalizables que tiene para ofrecer. Si quieres importar una copia de seguridad de tu currículum hecho con esta aplicación, simplemente sube el archivo usando el botón de abajo."
}, },
"jsonResume": { "jsonResume": {
"heading": "Import from JSON Resume", "heading": "Importar desde JSON Resume",
"text": "JSON Resume is an open standard for resume schema structure. If you are one of the many enthusiasts who have their resume ready in this format, all it takes it just one click to get started with Reactive Resume." "text": "JSON Resume es un estándar abierto para la estructura de esquema reanudado. Si usted es uno de los muchos entusiastas que tienen su currículum listo en este formato, todo lo que se necesita con un solo clic para empezar con Reactive Resume."
}, },
"linkedIn": { "linkedIn": {
"heading": "Import from LinkedIn", "heading": "Importar desde LinkedIn",
"text": "You can import a JSON that was exported from Reactive Resume by clicking on the button below and selecting the appropriate file." "text": "Puede importar un JSON que fue exportado desde Reactive Resume haciendo clic en el botón de abajo y seleccionando el archivo apropiado."
} }
}, },
"export": { "export": {
"printDialog": { "printDialog": {
"heading": "Use Browser's Print Dialog", "heading": "Usar diálogo de impresión del navegador",
"text": "For those of you who want a quick solution, you need not look any further than your browser. All you have to do is press Ctrl/Cmd + P and open up the print dialog on your browser and get your resume printed immediately.", "text": "Para aquellos de ustedes que desean una solución rápida, no es necesario que busque más allá de su navegador. Todo lo que tiene que hacer es presionar Ctrl/Cmd + P y abrir el diálogo de impresión en su navegador y imprimir su currículum vitae inmediatamente.",
"button": "Print Resume" "button": "Imprimir Resume"
}, },
"downloadPDF": { "downloadPDF": {
"heading": "Download PDF", "heading": "Descargar PDF",
"text": "These options allow you to print a single page, unconstrained version of your resume, perfect for those who have a lot of content. Alternatively, you could download a multi-page version of your resume as well with just one click.", "text": "Estas opciones le permiten imprimir una sola página, versión sin restricciones de su currículum vitae, perfecta para aquellos que tienen mucho contenido. Alternativamente, puede descargar una versión de varias páginas de su currículum con un solo clic.",
"buttons": { "buttons": {
"single": "Single Page Resume", "single": "Resume en una sola página",
"multi": "Multi Page Resume" "multi": "Resume en varias páginas"
} }
}, },
"jsonFormat": { "jsonFormat": {
"heading": "Export to JSON Format", "heading": "Exportar a formato JSON",
"text": "You can also export your data into JSON format for safe keeping so that you can easily import it back into Reactive Resume whenever you want to edit or generate a resume.", "text": "También puede exportar sus datos a formato JSON para su mantenimiento seguro de manera que pueda importarlos fácilmente a Reactive Resume cuando quiera editar o generar un currículum.",
"button": "Export JSON" "button": "Exportar a JSON"
} }
} }
} }