17 lines
325 B
JSON
17 lines
325 B
JSON
{
|
|
"nav": {
|
|
"home": "Inicio",
|
|
"ui": "UI",
|
|
"chat": "Chat",
|
|
"dashboard": "Panel",
|
|
"about": "Acerca de"
|
|
},
|
|
"home": {
|
|
"title": "Hola desde WrNexus",
|
|
"intro": "Un framework SSR-first con componentes reactivos. Prueba los contadores:"
|
|
},
|
|
"api": {
|
|
"greeting": "Hola desde la API (es)"
|
|
}
|
|
}
|