Files
ios-app/App/Resources/es.lproj/Localizable.strings
T
Ben Hughes 46b52d3c75 Feature: user-selectable theme (#460)
* Fix #457 - Persist entry sorting preferences across app launches
Changed sorting state from @State to @AppStorage in EntriesView to ensure user preferences are saved to UserDefaults. Also made sorting criteria mutually exclusive for a better UX.

* Add option to pick theme (light/dark/auto).
Moved language files and other resources into a sub-folder to clean up the structure a little.

* use #EnvironmentObject
2026-02-25 21:28:46 +01:00

16 lines
356 B
Plaintext

// Tip View
"This application is developed on free time" = "Esta aplicación se desarrolla en tiempo libre.";
"Select one entry" = "Selecciona una entrada";
// Theme
"Appearance" = "Apariencia";
"Theme" = "Tema";
"Auto" = "Automático";
"Light" = "Claro";
"Dark" = "Oscuro";
"Setting" = "Configuración";
"About" = "Acerca de";
// Menu
"Menu" = "Menú";