69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|