We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c64c39 commit e4e52c9Copy full SHA for e4e52c9
fw/application/src/i18n/es_ES.c
@@ -31,9 +31,9 @@ const char * const lang_es_ES[_L_COUNT] = {
31
[_L_APP_SET_RESET_DEFAULT] = "Restablecer config.",
32
[_L_APP_SET_RESET_DEFAULT_SUCCESS] = "¡Configuración Restablecida!",
33
[_L_APP_SET_RESET_DEFAULT_CONFIRM] = "¿Confirma Restablecer\nConfig.?",
34
- [_L_APP_SET_ABOUT] = "",
35
- [_L_APP_SET_ABOUT_OPEN_SOURCE_PROJECT] = "",
36
- [_L_APP_SET_ABOUT_LGPL_LICENSE] = "",
+ [_L_APP_SET_ABOUT] = "Acerca del dispositivo",
+ [_L_APP_SET_ABOUT_OPEN_SOURCE_PROJECT] = "Poyecto de código abierto",
+ [_L_APP_SET_ABOUT_LGPL_LICENSE] = "Licencia GPL 2.0",
37
[_L_15S] = "15 segundos",
38
[_L_30S] = "30 segundos",
39
[_L_45S] = "45 segundos",
0 commit comments