mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-21 07:22:44 +00:00
22 lines
704 B
JavaScript
22 lines
704 B
JavaScript
export const en = {
|
|
// Labels
|
|
"label.context": "Context",
|
|
"label.usage": "Usage",
|
|
"label.approxRam": "Approx RAM",
|
|
"label.rules": "rules",
|
|
"label.hooks": "hooks",
|
|
// Status
|
|
"status.limitReached": "Limit reached",
|
|
"status.allTodosComplete": "All todos complete",
|
|
// Format
|
|
"format.resets": "resets",
|
|
"format.resetsIn": "resets in",
|
|
"format.in": "in",
|
|
"format.cache": "cache",
|
|
"format.out": "out",
|
|
"format.tokPerSec": "tok/s",
|
|
// Init
|
|
"init.initializing": "[claude-hud] Initializing...",
|
|
"init.macosNote": "[claude-hud] Note: On macOS, you may need to restart Claude Code for the HUD to appear.",
|
|
};
|
|
//# sourceMappingURL=en.js.map
|