|
1 | 1 | { |
2 | 2 | "app": { |
3 | 3 | "name": "Voice Key", |
| 4 | + "tagline": "Speak to type", |
4 | 5 | "version": "Version {{version}}" |
5 | 6 | }, |
| 7 | + "theme": { |
| 8 | + "light": "Light", |
| 9 | + "dark": "Dark" |
| 10 | + }, |
6 | 11 | "nav": { |
7 | 12 | "home": "Home", |
8 | 13 | "settings": "Settings", |
|
18 | 23 | }, |
19 | 24 | "home": { |
20 | 25 | "title": "Speak naturally, write perfectly", |
21 | | - "subtitle": "Hold down <kbd>{{hotkey}}</kbd>, speak, and let go to insert spoken text.", |
| 26 | + "eyebrow": "Overview", |
| 27 | + "subtitle": "Hold the hotkey and speak — let go to inject the text at your cursor.", |
| 28 | + "charUnit": "chars", |
| 29 | + "recent7": "Last 7 days", |
| 30 | + "greeting": { |
| 31 | + "morning": "Good morning", |
| 32 | + "afternoon": "Good afternoon", |
| 33 | + "evening": "Good evening", |
| 34 | + "night": "Working late" |
| 35 | + }, |
| 36 | + "hero": { |
| 37 | + "standby": "Ready to listen", |
| 38 | + "holdToTalk": "Hold to talk", |
| 39 | + "holdHint": "Hold the key in any app — speak, and get text" |
| 40 | + }, |
22 | 41 | "stats": { |
23 | 42 | "totalCharacters": "Total characters recognized", |
24 | 43 | "totalAudio": "Total audio duration", |
25 | 44 | "recentChange": "+{{value}} in {{range}}", |
26 | 45 | "todaySessions": "Today's sessions", |
27 | 46 | "todayDuration": "Today's duration", |
28 | | - "todayCharacters": "Today's input", |
| 47 | + "todayCharacters": "Today's characters", |
29 | 48 | "activeDays": "Active days", |
| 49 | + "activeDaysHint": "Days you dictated", |
30 | 50 | "peakDay": "Peak day", |
31 | 51 | "peakDayValue": "{{date}} · {{value}} chars" |
32 | 52 | }, |
|
43 | 63 | "description": "Characters recognized in the selected range", |
44 | 64 | "ariaLabel": "Recognition volume trend", |
45 | 65 | "seriesLabel": "Characters", |
| 66 | + "days": "{{count}}d", |
46 | 67 | "rangeSelectAriaLabel": "Select time range", |
47 | 68 | "rangePlaceholder": "Last 3 months" |
48 | 69 | }, |
|
61 | 82 | }, |
62 | 83 | "settings": { |
63 | 84 | "title": "Settings", |
| 85 | + "eyebrow": "Preferences", |
| 86 | + "subtitle": "Configure speech recognition, refine & translation, and hotkeys — changes save automatically.", |
| 87 | + "descGeneral": "Language and startup", |
| 88 | + "descAsr": "GLM ASR · turn speech into text", |
| 89 | + "descRefine": "Shares one LLM connection", |
| 90 | + "descLogs": "For troubleshooting", |
| 91 | + "connectionTitle": "Connection", |
| 92 | + "aboutHint": "Stay up to date for the best experience", |
| 93 | + "health": { |
| 94 | + "asr": "Speech recognition", |
| 95 | + "asrOn": "Key configured", |
| 96 | + "asrOff": "Not configured", |
| 97 | + "refine": "Refinement", |
| 98 | + "refineOn": "Ready", |
| 99 | + "refineOff": "Incomplete", |
| 100 | + "translation": "Translation", |
| 101 | + "translationOff": "Off" |
| 102 | + }, |
64 | 103 | "about": "About Voice Key", |
65 | 104 | "version": "Current Version: v{{version}}", |
66 | 105 | "checkUpdate": "Check for Updates", |
|
223 | 262 | }, |
224 | 263 | "history": { |
225 | 264 | "title": "History", |
| 265 | + "eyebrow": "Dictation history", |
| 266 | + "clearTitle": "Clear all", |
| 267 | + "groupCount_one": "{{formattedCount}} item", |
| 268 | + "groupCount_other": "{{formattedCount}} items", |
| 269 | + "detailPlaceholder": "Select a record on the left to read it in full", |
| 270 | + "detail": { |
| 271 | + "chars": "Characters", |
| 272 | + "duration": "Duration", |
| 273 | + "speed": "CPM" |
| 274 | + }, |
226 | 275 | "loading": "Loading...", |
227 | 276 | "loadFailed": "Failed to load history", |
228 | 277 | "searchPlaceholder": "Search history...", |
|
0 commit comments