rename proyecto a Alpha, refactor imports a components/ui, fix types en stores
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
+26
-11
@@ -1,18 +1,33 @@
|
||||
{
|
||||
"nav": {
|
||||
"quickCreate": "Crear proyecto",
|
||||
"dashboard": "Dashboard",
|
||||
"projects": "Projects",
|
||||
"lifecycle": "Lifecycle",
|
||||
"analytics": "Analytics",
|
||||
"team": "Team",
|
||||
"documents": "Documents",
|
||||
"dataLibrary": "Data Library",
|
||||
"reports": "Reports",
|
||||
"wordAssistant": "Word Assistant",
|
||||
"templates": "Templates"
|
||||
"dashboard": "Tablero",
|
||||
"projects": "Proyectos",
|
||||
"lifecycle": "Ciclo de vida",
|
||||
"analytics": "Analíticas",
|
||||
"team": "Equipo",
|
||||
"documents": "Documentos",
|
||||
"dataLibrary": "Biblioteca",
|
||||
"reports": "Reportes",
|
||||
"wordAssistant": "Asistente Word",
|
||||
"templates": "Plantillas"
|
||||
},
|
||||
"siteHeader": {
|
||||
"title": "Dashboard"
|
||||
"title": "Tablero",
|
||||
"search": "Buscar...",
|
||||
"searchDoc": "Buscar documentación...",
|
||||
"searching": "Buscando...",
|
||||
"noResults": "No se encontraron resultados"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Configuración",
|
||||
"language": "Idioma",
|
||||
"theme": "Tema",
|
||||
"light": "Claro",
|
||||
"dark": "Oscuro",
|
||||
"system": "Sistema",
|
||||
"about": "Acerca de",
|
||||
"documentation": "Documentación",
|
||||
"logout": "Cerrar sesión"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user