mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Update Spanish translation
This commit is contained in:
parent
1a3249ef62
commit
5bcf8d9856
1 changed files with 170 additions and 3 deletions
|
@ -2078,7 +2078,7 @@
|
||||||
"message": "Cargar Firmware [Local]"
|
"message": "Cargar Firmware [Local]"
|
||||||
},
|
},
|
||||||
"firmwareFlasherButtonLoadOnline": {
|
"firmwareFlasherButtonLoadOnline": {
|
||||||
"message": "Cargar Firmware [Online]"
|
"message": "Cargar Firmware [Internet]"
|
||||||
},
|
},
|
||||||
"firmwareFlasherButtonDownloading": {
|
"firmwareFlasherButtonDownloading": {
|
||||||
"message": "Descargando..."
|
"message": "Descargando..."
|
||||||
|
@ -2119,6 +2119,9 @@
|
||||||
"firmwareFlasherFirmwareNotLoaded": {
|
"firmwareFlasherFirmwareNotLoaded": {
|
||||||
"message": "Firmware no cargado"
|
"message": "Firmware no cargado"
|
||||||
},
|
},
|
||||||
|
"firmwareFlasherFirmwareLocalLoaded": {
|
||||||
|
"message": "Cargado Firmware Local ($1 bytes)"
|
||||||
|
},
|
||||||
"firmwareFlasherHexCorrupted": {
|
"firmwareFlasherHexCorrupted": {
|
||||||
"message": "El archivo HEX parece estar corrupto"
|
"message": "El archivo HEX parece estar corrupto"
|
||||||
},
|
},
|
||||||
|
@ -2149,6 +2152,34 @@
|
||||||
"ledStripButtonSave": {
|
"ledStripButtonSave": {
|
||||||
"message": "Guardar"
|
"message": "Guardar"
|
||||||
},
|
},
|
||||||
|
"ledStripColorSetupTitle": {
|
||||||
|
"message": "Ajuste de color",
|
||||||
|
"description": "Color setup title of the led strip"
|
||||||
|
},
|
||||||
|
"ledStripH": {
|
||||||
|
"message": "H",
|
||||||
|
"description": "Abbreviation of Hue in HSV (Hue, Saturation, Brightness) color model"
|
||||||
|
},
|
||||||
|
"ledStripS": {
|
||||||
|
"message": "S",
|
||||||
|
"description": "Abbreviation of Saturation in HSV (Hue, Saturation, Brightness) color model"
|
||||||
|
},
|
||||||
|
"ledStripV": {
|
||||||
|
"message": "V",
|
||||||
|
"description": "Abbreviation of Brightness in HSV (Hue, Saturation, Brightness) color model"
|
||||||
|
},
|
||||||
|
"ledStripRemainingText": {
|
||||||
|
"message": "Restantes",
|
||||||
|
"description": "In the LED STRIP, text next the counter of leds remaining"
|
||||||
|
},
|
||||||
|
"ledStripClearSelectedButton": {
|
||||||
|
"message": "Bor. seleccionado",
|
||||||
|
"description": "In the LED STRIP, clear selected leds"
|
||||||
|
},
|
||||||
|
"ledStripClearAllButton": {
|
||||||
|
"message": "Bor. TODO",
|
||||||
|
"description": "In the LED STRIP, clear all leds"
|
||||||
|
},
|
||||||
"ledStripEepromSaved": {
|
"ledStripEepromSaved": {
|
||||||
"message": "EEPROM <span class=\"message-positive\">guardada<\/span>"
|
"message": "EEPROM <span class=\"message-positive\">guardada<\/span>"
|
||||||
},
|
},
|
||||||
|
@ -2161,11 +2192,147 @@
|
||||||
"ledStripFunctionTitle": {
|
"ledStripFunctionTitle": {
|
||||||
"message": "Función"
|
"message": "Función"
|
||||||
},
|
},
|
||||||
|
"ledStripFunctionNoneOption": {
|
||||||
|
"message": "Ninguna",
|
||||||
|
"description": "One of the modes of the Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripFunctionColorOption": {
|
||||||
|
"message": "Color",
|
||||||
|
"description": "One of the modes of the Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripFunctionModesOption": {
|
||||||
|
"message": "Modos y Orientación",
|
||||||
|
"description": "One of the modes of the Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripFunctionArmOption": {
|
||||||
|
"message": "Estado de Armado",
|
||||||
|
"description": "One of the modes of the Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripFunctionBatteryOption": {
|
||||||
|
"message": "Batería",
|
||||||
|
"description": "One of the modes of the Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripFunctionRSSIOption": {
|
||||||
|
"message": "RSSI",
|
||||||
|
"description": "One of the modes of the Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripFunctionGPSOption": {
|
||||||
|
"message": "GPS",
|
||||||
|
"description": "One of the modes of the Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripFunctionRingOption": {
|
||||||
|
"message": "Anillo",
|
||||||
|
"description": "One of the modes of the Led Strip"
|
||||||
|
},
|
||||||
"ledStripColorModifierTitle": {
|
"ledStripColorModifierTitle": {
|
||||||
"message": "Modificador de color"
|
"message": "Modificador de color"
|
||||||
},
|
},
|
||||||
"ledStripThrottleFunction": {
|
"ledStripModeColorsTitle": {
|
||||||
"message": "Acelerador"
|
"message": "Colores del modo"
|
||||||
|
},
|
||||||
|
"ledStripModeColorsModeOrientation": {
|
||||||
|
"message": "Orientación",
|
||||||
|
"description": "One of the modes in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripModeColorsModeHeadfree": {
|
||||||
|
"message": "Headfree",
|
||||||
|
"description": "One of the modes in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripModeColorsModeHorizon": {
|
||||||
|
"message": "Horizon",
|
||||||
|
"description": "One of the modes in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripModeColorsModeAngle": {
|
||||||
|
"message": "Angle",
|
||||||
|
"description": "One of the modes in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripModeColorsModeMag": {
|
||||||
|
"message": "Mag",
|
||||||
|
"description": "One of the modes in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripModeColorsModeBaro": {
|
||||||
|
"message": "Baro",
|
||||||
|
"description": "One of the modes in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripDirN": {
|
||||||
|
"message": "N",
|
||||||
|
"description": "North direction in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripDirE": {
|
||||||
|
"message": "E",
|
||||||
|
"description": "East direction in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripDirS": {
|
||||||
|
"message": "S",
|
||||||
|
"description": "South direction in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripDirW": {
|
||||||
|
"message": "O",
|
||||||
|
"description": "West direction in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripDirU": {
|
||||||
|
"message": "Ar",
|
||||||
|
"description": "Up direction in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripDirD": {
|
||||||
|
"message": "Ab",
|
||||||
|
"description": "Down direction in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripModesOrientationTitle": {
|
||||||
|
"message": "Orientación del LED ('Modos y Orientación') y Color",
|
||||||
|
"description": "One of the modes in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripModesSpecialColorsTitle": {
|
||||||
|
"message": "Colores especiales",
|
||||||
|
"description": "One of the modes in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripModeColorsModeDisarmed": {
|
||||||
|
"message": "Desarmado",
|
||||||
|
"description": "One of the modes in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripModeColorsModeArmed": {
|
||||||
|
"message": "Armado",
|
||||||
|
"description": "One of the modes in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripModeColorsModeAnimation": {
|
||||||
|
"message": "Animación",
|
||||||
|
"description": "One of the modes in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripModeColorsModeBlinkBg": {
|
||||||
|
"message": "Fondo parpadeante",
|
||||||
|
"description": "One of the modes in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripModeColorsModeGPSNoSats": {
|
||||||
|
"message": "GPS: no sats",
|
||||||
|
"description": "One of the modes in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripModeColorsModeGPSNoLock": {
|
||||||
|
"message": "GPS: no fijad",
|
||||||
|
"description": "One of the modes in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripModeColorsModeGPSLocked": {
|
||||||
|
"message": "GPS: fijados",
|
||||||
|
"description": "One of the modes in Color Mode in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripWiring": {
|
||||||
|
"message": "Cableado de la tira de LEDs",
|
||||||
|
"description": "One of the modes in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripWiringMode": {
|
||||||
|
"message": "Modo Orden Cableado",
|
||||||
|
"description": "One of the wiring modes in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripWiringClearControl": {
|
||||||
|
"message": "Borrar seleccionado",
|
||||||
|
"description": "Control button in the wiring modes in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripWiringClearAllControl": {
|
||||||
|
"message": "Bor. TODO cableado",
|
||||||
|
"description": "Control button in the wiring modes in Led Strip"
|
||||||
|
},
|
||||||
|
"ledStripWiringMessage": {
|
||||||
|
"message": "No se guardarán los LEDs sin número de orden en el cableado.",
|
||||||
|
"description": "Message in the wiring modes in Led Strip"
|
||||||
},
|
},
|
||||||
"ledStripVtxFunction": {
|
"ledStripVtxFunction": {
|
||||||
"message": "Escáner Larson"
|
"message": "Escáner Larson"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue