diff options
| author | José Ignacio Amelivia Santiago <ohcan2@gmail.com> | 2019-10-31 20:36:33 +0100 |
|---|---|---|
| committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-10-31 12:36:33 -0700 |
| commit | bc7f1dd296d2bb4e0716b68883ee8f17c8a5f458 (patch) | |
| tree | 00e653f160726bc3e2eab839ea87d512ae7bf91a /docs/es/_summary.md | |
| parent | 1acafc94f40154db009d5ed55bca204c2399c0a8 (diff) | |
| download | qmk_firmware-bc7f1dd296d2bb4e0716b68883ee8f17c8a5f458.tar.gz qmk_firmware-bc7f1dd296d2bb4e0716b68883ee8f17c8a5f458.zip | |
[Docs] Spanish translation (#7068)
* add all translation docs to translating.md
* Adding Spanish folder and README.md
* Adding Spanish to the langs file
* Adding a Spanish summary file
* Small corrections on the Spanish README file
* Adding Spanish newbs.md
* Translate some newbs documentation
* Adding the translated newbs getting started file
* Adding the building firmware file
* Adding a translated building firmware with configurator file
* Adding the flashing guide
* Adding the newbs_testing_debugging file
* Apply suggestions from code review
* QMK Configurator -> Configurador QMK
Co-Authored-By: Karey Higuera <karey.higuera@gmail.com>
Diffstat (limited to 'docs/es/_summary.md')
| -rw-r--r-- | docs/es/_summary.md | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/docs/es/_summary.md b/docs/es/_summary.md new file mode 100644 index 000000000..684d7ab6c --- /dev/null +++ b/docs/es/_summary.md | |||
| @@ -0,0 +1,121 @@ | |||
| 1 | * [Guía completa para novatos](newbs.md) | ||
| 2 | * [Empezando](newbs_getting_started.md) | ||
| 3 | * [Construyendo tu primer firmare](newbs_building_firmware.md) | ||
| 4 | * [Flasheando el firmware](newbs_flashing.md) | ||
| 5 | * [Testeando y depurando ](newbs_testing_debugging.md) | ||
| 6 | * [Mejores práticas](newbs_best_practices.md) | ||
| 7 | * [Recursos de aprendizaje](newbs_learn_more_resources.md) | ||
| 8 | |||
| 9 | * [QMK Basics](README.md) | ||
| 10 | * [Introducción a QMK](getting_started_introduction.md) | ||
| 11 | * [QMK CLI](cli.md) | ||
| 12 | * [Configuración de QMK CLI](cli_configuration.md) | ||
| 13 | * [Contribuyendo a QMK](contributing.md) | ||
| 14 | * [Cómo usar Github](getting_started_github.md) | ||
| 15 | * [Obtener ayuda](getting_started_getting_help.md) | ||
| 16 | |||
| 17 | * [Cambios incompatibles](breaking_changes.md) | ||
| 18 | * [30 Ago 2019](ChangeLog/20190830.md) | ||
| 19 | |||
| 20 | * [Preguntas frecuentes](faq.md) | ||
| 21 | * [General](faq_general.md) | ||
| 22 | * [Construir/Compilar QMK](faq_build.md) | ||
| 23 | * [Depurando/Encontrando problemas en QMK](faq_debug.md) | ||
| 24 | * [Keymap](faq_keymap.md) | ||
| 25 | * [Instalación de drivers con Zadig](driver_installation_zadig.md) | ||
| 26 | |||
| 27 | * Guías detalladas | ||
| 28 | * [Instalar herramientas construcción](getting_started_build_tools.md) | ||
| 29 | * [Guía Vagrant](getting_started_vagrant.md) | ||
| 30 | * [Instrucciones de Construcción/Compilado](getting_started_make_guide.md) | ||
| 31 | * [Flasheando Firmware](flashing.md) | ||
| 32 | * [Personalizando funcionalidad](custom_quantum_functions.md) | ||
| 33 | * [Visión general del Keymap](keymap.md) | ||
| 34 | |||
| 35 | * [Hardware](hardware.md) | ||
| 36 | * [Procesadores AVR](hardware_avr.md) | ||
| 37 | * [Drivers](hardware_drivers.md) | ||
| 38 | |||
| 39 | * Referencia | ||
| 40 | * [Pautas de teclados](hardware_keyboard_guidelines.md) | ||
| 41 | * [Opciones de configuración](config_options.md) | ||
| 42 | * [Keycodes](keycodes.md) | ||
| 43 | * [Convenciones de código - C](coding_conventions_c.md) | ||
| 44 | * [Convenciones de código - Python](coding_conventions_python.md) | ||
| 45 | * [Mejores prácticas de documentación](documentation_best_practices.md) | ||
| 46 | * [Plantillas de documentación](documentation_templates.md) | ||
| 47 | * [Glosario](reference_glossary.md) | ||
| 48 | * [Tests unitarios](unit_testing.md) | ||
| 49 | * [Funciones útiles](ref_functions.md) | ||
| 50 | * [Sporte configurador](reference_configurator_support.md) | ||
| 51 | * [Formato info.json](reference_info_json.md) | ||
| 52 | * [Desarrollo Python CLI](cli_development.md) | ||
| 53 | |||
| 54 | * [Características](features.md) | ||
| 55 | * [Keycodes Básicos](keycodes_basic.md) | ||
| 56 | * [Teclas US ANSI Shifted](keycodes_us_ansi_shifted.md) | ||
| 57 | * [Keycodes Quantum](quantum_keycodes.md) | ||
| 58 | * [Keycodes Avanzados](feature_advanced_keycodes.md) | ||
| 59 | * [Audio](feature_audio.md) | ||
| 60 | * [Auto Shift](feature_auto_shift.md) | ||
| 61 | * [Retroiluminación](feature_backlight.md) | ||
| 62 | * [Bluetooth](feature_bluetooth.md) | ||
| 63 | * [Bootmagic](feature_bootmagic.md) | ||
| 64 | * [Combos](feature_combo.md) | ||
| 65 | * [Comando](feature_command.md) | ||
| 66 | * [API Debounce](feature_debounce_type.md) | ||
| 67 | * [Switch DIP](feature_dip_switch.md) | ||
| 68 | * [Macros Dinámicas](feature_dynamic_macros.md) | ||
| 69 | * [Encoders](feature_encoders.md) | ||
| 70 | * [Grave Escape](feature_grave_esc.md) | ||
| 71 | * [Feedback Háptico](feature_haptic_feedback.md) | ||
| 72 | * [Controlador LCD HD44780](feature_hd44780.md) | ||
| 73 | * [Key Lock](feature_key_lock.md) | ||
| 74 | * [Layouts](feature_layouts.md) | ||
| 75 | * [Tecla Leader](feature_leader_key.md) | ||
| 76 | * [Matriz LED](feature_led_matrix.md) | ||
| 77 | * [Macros](feature_macros.md) | ||
| 78 | * [Teclas del ratón](feature_mouse_keys.md) | ||
| 79 | * [Driver OLED](feature_oled_driver.md) | ||
| 80 | * [Teclas One Shot](feature_advanced_keycodes.md#one-shot-keys) | ||
| 81 | * [Dispositivo de apuntado](feature_pointing_device.md) | ||
| 82 | * [Ratón PS/2](feature_ps2_mouse.md) | ||
| 83 | * [Iluminación RGB](feature_rgblight.md) | ||
| 84 | * [Matriz RGB](feature_rgb_matrix.md) | ||
| 85 | * [Cadete espacial](feature_space_cadet.md) | ||
| 86 | * [Teclado dividido](feature_split_keyboard.md) | ||
| 87 | * [Stenografía](feature_stenography.md) | ||
| 88 | * [Swap Hands](feature_swap_hands.md) | ||
| 89 | * [Tap Dance](feature_tap_dance.md) | ||
| 90 | * [Terminal](feature_terminal.md) | ||
| 91 | * [Impresora Térmica](feature_thermal_printer.md) | ||
| 92 | * [Unicode](feature_unicode.md) | ||
| 93 | * [Userspace](feature_userspace.md) | ||
| 94 | * [Velocikey](feature_velocikey.md) | ||
| 95 | |||
| 96 | * Para Makers y Modders | ||
| 97 | * [Guía de cableado a mano](hand_wire.md) | ||
| 98 | * [Guía de flasheado de ISP](isp_flashing_guide.md) | ||
| 99 | * [Guía de depuración de ARM](arm_debugging.md) | ||
| 100 | * [Driver I2C](i2c_driver.md) | ||
| 101 | * [Controles GPIO](internals_gpio_control.md) | ||
| 102 | * [Conversión Proton C](proton_c_conversion.md) | ||
| 103 | |||
| 104 | * Para entender en profundidad | ||
| 105 | * [Cómo funcionan los teclados](how_keyboards_work.md) | ||
| 106 | * [Entendiendo QMK](understanding_qmk.md) | ||
| 107 | |||
| 108 | * Otros temas | ||
| 109 | * [Usando Eclipse con QMK](other_eclipse.md) | ||
| 110 | * [Usando VSCode con QMK](other_vscode.md) | ||
| 111 | * [Soporte](support.md) | ||
| 112 | * [Cómo añadir traducciones](translating.md) | ||
| 113 | |||
| 114 | * QMK Internals (En progreso) | ||
| 115 | * [Defines](internals_defines.md) | ||
| 116 | * [Input Callback Reg](internals_input_callback_reg.md) | ||
| 117 | * [Dispositivo Midi](internals_midi_device.md) | ||
| 118 | * [Proceso de configuración de un dispositivo Midi](internals_midi_device_setup_process.md) | ||
| 119 | * [Utilidad Midi](internals_midi_util.md) | ||
| 120 | * [Funciones Send](internals_send_functions.md) | ||
| 121 | * [Herramientas Sysex](internals_sysex_tools.md) | ||
