Files
DeskClaw/src/i18n/locales/en/dashboard.json

63 lines
2.2 KiB
JSON

{
"gateway": "Gateway",
"channels": "Channels",
"skills": "Skills",
"uptime": "Uptime",
"port": "Port: {{port}}",
"pid": "PID: {{pid}}",
"connectedOf": "{{connected}} of {{total}} connected",
"enabledOf": "{{enabled}} of {{total}} enabled",
"sinceRestart": "Since last restart",
"gatewayNotRunning": "Gateway not running",
"models": {
"title": "Models",
"subtitle": "Manage your AI providers and monitor token usage."
},
"quickActions": {
"title": "Quick Actions",
"description": "Common tasks and shortcuts",
"addProvider": "Add Provider",
"addChannel": "Add Channel",
"createCron": "Create Cron",
"installSkill": "Install Skill",
"openChat": "Open Chat",
"settings": "Settings",
"devConsole": "Dev Console"
},
"connectedChannels": "Connected Channels",
"noChannels": "No channels configured",
"addFirst": "Add your first channel",
"activeSkills": "Active Skills",
"noSkills": "No skills enabled",
"enableSome": "Enable some skills",
"more": "+{{count}} more",
"recentTokenHistory": {
"title": "Recent Token Usage",
"description": "Recent assistant responses and tool results with model/provider usage data.",
"loading": "Loading token usage history...",
"empty": "No token usage history yet",
"groupByModel": "By model",
"groupByTime": "By time",
"last7Days": "7 days",
"last30Days": "30 days",
"allTime": "All",
"showingLast": "{{count}} records",
"totalTokens": "total tokens",
"inputShort": "Input",
"outputShort": "Output",
"cacheShort": "Cache",
"page": "Page {{current}} / {{total}}",
"prev": "Previous",
"next": "Next",
"unknownModel": "Unknown model",
"emptyForWindow": "No token usage history in this time range",
"input": "Input {{value}}",
"output": "Output {{value}}",
"cacheRead": "Cache read {{value}}",
"cacheWrite": "Cache write {{value}}",
"cost": "Cost ${{amount}}",
"viewContent": "View content",
"contentDialogTitle": "Usage detail content",
"close": "Close"
}
}