Initial commit

This commit is contained in:
AI
2026-05-03 07:26:12 +00:00
commit 776d374b59
57 changed files with 15968 additions and 0 deletions
+68
View File
@@ -0,0 +1,68 @@
{
"app": {
"badge": "Nuxt first template",
"title": "Starter for VS Code development",
"subtitle": "Template for local host development with i18n, logging, optional auth, and Nuxt UI components."
},
"locale": {
"switch": "Locale"
},
"theme": {
"toggle": "Theme",
"preference": {
"light": "Light",
"dark": "Dark",
"system": "System"
},
"resolved": {
"light": "light",
"dark": "dark",
"system": "system"
}
},
"roles": {
"developer": "Developer",
"designer": "Designer",
"maintainer": "Maintainer"
},
"home": {
"hero": {
"kicker": "Hello world",
"title": "The project is ready for extension",
"description": "Use this baseline for dashboards, portals, and admin consoles.",
"actions": {
"theme": "Cycle theme",
"locale": "Switch locale",
"log": "Write log"
}
},
"form": {
"kicker": "Demo form",
"title": "Nuxt UI components are ready",
"fields": {
"name": "Name",
"role": "Role"
},
"submit": "Submit"
},
"status": {
"kicker": "Environment status",
"title": "Runtime overview",
"theme": "Active theme",
"locale": "Active locale",
"logger": "Logger",
"loggerReady": "The logger plugin is ready for client-side runtime usage."
},
"components": {
"kicker": "Nuxt UI",
"title": "Standard UI layer for further development",
"description": "The template uses Nuxt UI as the default foundation for forms, buttons, cards, and alerts.",
"buttons": {
"small": "Small",
"medium": "Medium",
"secondary": "Secondary",
"ghost": "Ghost"
}
}
}
}