diff options
author | discip <[email protected]> | 2022-04-02 03:39:14 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-02 12:39:14 +1100 |
commit | 0b8192b690145e9b5f2675e627fc3836a864839d (patch) | |
tree | 8cdc85874a1af68eb1a5de8b24cdbec11bee76ef /Translations/translation_ES.json | |
parent | 62dd2abf12a901f902fa0e63f99ace89f0fafc85 (diff) | |
download | IronOS-0b8192b690145e9b5f2675e627fc3836a864839d.tar.gz IronOS-0b8192b690145e9b5f2675e627fc3836a864839d.zip |
Bootup logo settings (#1241)
Adds ability to adjust the time shown for the bootup logo.
Diffstat (limited to 'Translations/translation_ES.json')
-rw-r--r-- | Translations/translation_ES.json | 29 |
1 files changed, 11 insertions, 18 deletions
diff --git a/Translations/translation_ES.json b/Translations/translation_ES.json index e641e26a..e959479a 100644 --- a/Translations/translation_ES.json +++ b/Translations/translation_ES.json @@ -2,27 +2,17 @@ "languageCode": "ES", "languageLocalName": "Castellano", "fonts": ["ascii_basic", "latin_extended"], + "tempUnitFahrenheit": false, "messages": { - "SettingsCalibrationDone": "¡Calibrada!", "SettingsCalibrationWarning": "¡Asegúrate que la punta esté a temperatura ambiente antes de empezar!", "SettingsResetWarning": "¿Quieres restablecer los ajustes?", "UVLOWarningString": "CC BAJA", "UndervoltageString": "Voltaje bajo", "InputVoltageString": "Voltaje: ", - "WarningTipTempString": "Temp punta: ", - "BadTipString": "PT. ROTA", "SleepingSimpleString": "Zzzz", "SleepingAdvancedString": "En reposo...", - "WarningSimpleString": "QUEMA", - "WarningAdvancedString": "¡LA PUNTA QUEMA!", "SleepingTipAdvancedString": "Punta:", - "IdleTipString": "Punta:", - "IdleSetString": " Aj:", - "TipDisconnectedString": "NO HAY PUNTA", - "SolderingAdvancedPowerPrompt": "Potencia: ", - "OffString": " No", - "YourGainMessage": "Gananc.:", - "SettingsResetMessage": "Ajustes borrados" + "OffString": " No" }, "messagesWarn": { "ResetOKMessage": "Hecho.", @@ -52,8 +42,7 @@ "SettingSensitivityHigh": "H", "SettingLockDisableChar": "D", "SettingLockBoostChar": "B", - "SettingLockFullChar": "F", - "SettingNAChar": "N/A" + "SettingLockFullChar": "F" }, "menuGroups": { "PowerMenu": { @@ -188,7 +177,7 @@ }, "AnimSpeed": { "text2": ["Anim.", "velocidad"], - "desc": "Velocidad de las animaciones de los iconos en el menú (O=off | L=low | M=medium | H=high)" + "desc": "Velocidad de las animaciones de los iconos en el menú (O=off | L=low | M=medium | R=high)" }, "PowerPulseWait": { "text2": ["Impulso de potencia", "tiempo de espera"], @@ -203,12 +192,16 @@ "desc": "" }, "Brightness": { - "text2": ["Screen", "Brightness"], - "desc": "Adjust the contrast/brightness of the OLED screen" + "text2": ["Screen", "brightness"], + "desc": "Adjust the brightness of the OLED screen" }, "ColourInversion": { - "text2": ["Screen", "Invert"], + "text2": ["Invert", "screen"], "desc": "Invert the colours of the OLED screen" + }, + "LOGOTime": { + "text2": ["Boot logo", "duration"], + "desc": "Sets the duration for the boot logo (S=seconds)" } } } |