fix(dashboard): default to concise english labels (#29)

This commit is contained in:
Eyejoker
2026-04-27 01:18:16 +09:00
committed by GitHub
parent 635f9851bc
commit 06a3a9a340
2 changed files with 9 additions and 9 deletions

View File

@@ -520,12 +520,12 @@ export const messages = {
},
usage: {
empty: 'No usage snapshot. Check collector.',
current: 'In use',
tightest: 'Lowest',
current: 'Active',
tightest: 'Tightest',
watch: 'Watch',
remaining: 'Left',
speed: 'Speed',
inUse: 'in use',
speed: 'Rate',
inUse: 'active',
reset: 'reset',
noReset: 'no reset',
limitBasis: {
@@ -540,12 +540,12 @@ export const messages = {
groupPrimary: 'Claude / Kimi',
groupCodex: 'Codex',
risk: {
ok: 'Clear',
ok: 'OK',
warn: 'Watch',
critical: 'Limit risk',
critical: 'Risk',
},
speedLabel: {
ok: 'Normal',
ok: 'OK',
warn: 'Fast',
critical: 'Too fast',
},