Files
NianToB/src/i18n/locales/en/dashboard.json
2026-03-02 13:20:33 +08:00

55 lines
1.9 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",
"quickActions": {
"title": "Quick Actions",
"description": "Common tasks and shortcuts",
"addChannel": "Add Channel",
"browseSkills": "Browse Skills",
"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": "The latest assistant responses with recorded token usage.",
"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": "Showing the latest {{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}}"
}
}