17 lines
318 B
JSON
17 lines
318 B
JSON
{
|
|
"nav": {
|
|
"home": "Home",
|
|
"ui": "UI",
|
|
"chat": "Chat",
|
|
"dashboard": "Dashboard",
|
|
"about": "About"
|
|
},
|
|
"home": {
|
|
"title": "Hello from WrNexus",
|
|
"intro": "An SSR-first framework with reactive components. Try the counters:"
|
|
},
|
|
"api": {
|
|
"greeting": "Hello from the API (en)"
|
|
}
|
|
}
|