This commit is contained in:
juanatsap
2025-11-15 15:59:54 +00:00
parent aeab81dd42
commit 1f7757c848
39 changed files with 3781 additions and 797 deletions
+77
View File
@@ -10,5 +10,82 @@
},
"viewSource": "View Project in Github",
"viewSourceSubtext": "Want to know how it's built?"
},
"shortcutsModal": {
"title": "Keyboard Shortcuts",
"description": "Use these keyboard shortcuts to navigate and control the CV more efficiently.",
"sections": {
"zoom": {
"title": "Zoom Control",
"zoomIn": {
"key": "Ctrl / Cmd + Plus",
"description": "Zoom in (+10%)"
},
"zoomOut": {
"key": "Ctrl / Cmd + Minus",
"description": "Zoom out (-10%)"
},
"zoomReset": {
"key": "Ctrl / Cmd + 0",
"description": "Reset zoom to 100%"
}
},
"viewControls": {
"title": "View Controls",
"toggleLength": {
"key": "Tab to Length",
"description": "Toggle CV length (Short/Long)"
},
"toggleLogos": {
"key": "Tab to Logos",
"description": "Show/hide company logos"
},
"toggleTheme": {
"key": "Tab to View",
"description": "Switch theme (Default/Clean)"
}
},
"navigation": {
"title": "Navigation",
"expandAll": {
"key": "Menu → Expand All",
"description": "Expand all CV sections"
},
"collapseAll": {
"key": "Menu → Collapse All",
"description": "Collapse all CV sections"
},
"scrollToTop": {
"key": "Click ↑ Button",
"description": "Scroll back to top"
}
},
"actions": {
"title": "Actions",
"print": {
"key": "Ctrl / Cmd + P",
"description": "Print or save as PDF"
},
"closeModal": {
"key": "ESC",
"description": "Close any open modal"
},
"showHelp": {
"key": "?",
"description": "Show this shortcuts help"
}
},
"browser": {
"title": "Browser Defaults",
"tab": {
"key": "Tab",
"description": "Navigate between controls"
},
"enter": {
"key": "Enter / Space",
"description": "Activate focused control"
}
}
}
}
}
+77
View File
@@ -10,5 +10,82 @@
},
"viewSource": "Ver proyecto en Github",
"viewSourceSubtext": "¿Quieres saber cómo está hecho?"
},
"shortcutsModal": {
"title": "Atajos de Teclado",
"description": "Usa estos atajos de teclado para navegar y controlar el CV de forma más eficiente.",
"sections": {
"zoom": {
"title": "Control de Zoom",
"zoomIn": {
"key": "Ctrl / Cmd + Más",
"description": "Aumentar zoom (+10%)"
},
"zoomOut": {
"key": "Ctrl / Cmd + Menos",
"description": "Reducir zoom (-10%)"
},
"zoomReset": {
"key": "Ctrl / Cmd + 0",
"description": "Restablecer zoom al 100%"
}
},
"viewControls": {
"title": "Controles de Vista",
"toggleLength": {
"key": "Tab a Longitud",
"description": "Alternar longitud CV (Corto/Largo)"
},
"toggleLogos": {
"key": "Tab a Logos",
"description": "Mostrar/ocultar logos de empresas"
},
"toggleTheme": {
"key": "Tab a Vista",
"description": "Cambiar tema (Normal/Limpio)"
}
},
"navigation": {
"title": "Navegación",
"expandAll": {
"key": "Menú → Expandir Todo",
"description": "Expandir todas las secciones del CV"
},
"collapseAll": {
"key": "Menú → Colapsar Todo",
"description": "Colapsar todas las secciones del CV"
},
"scrollToTop": {
"key": "Click en botón ↑",
"description": "Volver arriba"
}
},
"actions": {
"title": "Acciones",
"print": {
"key": "Ctrl / Cmd + P",
"description": "Imprimir o guardar como PDF"
},
"closeModal": {
"key": "ESC",
"description": "Cerrar cualquier modal abierto"
},
"showHelp": {
"key": "?",
"description": "Mostrar esta ayuda de atajos"
}
},
"browser": {
"title": "Navegador (Predeterminado)",
"tab": {
"key": "Tab",
"description": "Navegar entre controles"
},
"enter": {
"key": "Enter / Espacio",
"description": "Activar control enfocado"
}
}
}
}
}