rename proyecto a Alpha, refactor imports a components/ui, fix types en stores

This commit is contained in:
Ricardo Gonzalez
2026-05-23 17:38:15 -05:00
parent 002d8f06d3
commit 72662852bf
24 changed files with 347 additions and 59 deletions
+16 -1
View File
@@ -13,6 +13,21 @@
"templates": "Templates"
},
"siteHeader": {
"title": "Dashboard"
"title": "Dashboard",
"search": "Search...",
"searchDoc": "Search documentation...",
"searching": "Searching...",
"noResults": "No results found"
},
"settings": {
"title": "Settings",
"language": "Language",
"theme": "Theme",
"light": "Light",
"dark": "Dark",
"system": "System",
"about": "About",
"documentation": "Documentation",
"logout": "Log out"
}
}