Skip to content

Commit

Permalink
Merge pull request solosky#259 from impeeza/impeeza-ESAbout
Browse files Browse the repository at this point in the history
Add about information
  • Loading branch information
solosky authored Aug 12, 2024
2 parents beb6539 + be10b14 commit 8248efd
Show file tree
Hide file tree
Showing 3 changed files with 1,292 additions and 1,275 deletions.
6 changes: 3 additions & 3 deletions fw/application/src/i18n/es_ES.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ const char * const lang_es_ES[_L_COUNT] = {
[_L_APP_SET_RESET_DEFAULT] = "Restablecer config.",
[_L_APP_SET_RESET_DEFAULT_SUCCESS] = "¡Configuración Restablecida!",
[_L_APP_SET_RESET_DEFAULT_CONFIRM] = "¿Confirma Restablecer\nConfig.?",
[_L_APP_SET_ABOUT] = "",
[_L_APP_SET_ABOUT_OPEN_SOURCE_PROJECT] = "",
[_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",
[_L_15S] = "15 segundos",
[_L_30S] = "30 segundos",
[_L_45S] = "45 segundos",
Expand Down
Loading

0 comments on commit 8248efd

Please sign in to comment.