Files
claude-hud/dist/i18n/en.js
2026-04-04 02:52:13 +00:00

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