|
2 | 2 | "pages": { |
3 | 3 | "main": { |
4 | 4 | "hints": { |
5 | | - "redrawing": "Redrawing..." |
| 5 | + "redrawing": "Resizing..." |
6 | 6 | } |
7 | 7 | }, |
8 | | - "preference": {} |
| 8 | + "preference": { |
| 9 | + "cat": { |
| 10 | + "title": "Cat Settings", |
| 11 | + "labels": { |
| 12 | + "modelSettings": "Model Settings", |
| 13 | + "mirrorMode": "Mirror Mode", |
| 14 | + "singleMode": "Show Last Key Only", |
| 15 | + "mouseMirror": "Mouse Mirror", |
| 16 | + "windowSettings": "Window Settings", |
| 17 | + "passThrough": "Window Penetration", |
| 18 | + "alwaysOnTop": "Always On Top", |
| 19 | + "windowSize": "Window Size", |
| 20 | + "windowRadius": "Window Radius", |
| 21 | + "opacity": "Opacity" |
| 22 | + }, |
| 23 | + "hints": { |
| 24 | + "mirrorMode": "When enabled, the model will be horizontally flipped.", |
| 25 | + "singleMode": "When enabled, only the last key pressed on each hand is displayed (prevents showing multiple hands when pressing multiple keys at once).", |
| 26 | + "mouseMirror": "When enabled, the mouse will mirror follow the hand movement.", |
| 27 | + "passThrough": "When enabled, the window will not affect operations on other applications.", |
| 28 | + "alwaysOnTop": "When enabled, the window will always stay above other applications.", |
| 29 | + "windowSize": "Move the mouse to the edge of the window or hold Shift and right-drag to resize." |
| 30 | + } |
| 31 | + }, |
| 32 | + "general": { |
| 33 | + "title": "General", |
| 34 | + "labels": { |
| 35 | + "appSettings": "Application settings", |
| 36 | + "launchOnStartup": "Launch at startup", |
| 37 | + "showTaskbarIcon": "Show taskbar icon", |
| 38 | + "appearanceSettings": "Appearance settings", |
| 39 | + "themeMode": "Theme", |
| 40 | + "language": "Languages", |
| 41 | + "updateSettings": "Update settings", |
| 42 | + "autoCheckUpdate": "Check for updates automatically", |
| 43 | + "permissionsSettings": "Permission Settings", |
| 44 | + "inputMonitoringPermission": "Input Monitoring Permission" |
| 45 | + }, |
| 46 | + "options": { |
| 47 | + "auto": "System", |
| 48 | + "lightMode": "Light", |
| 49 | + "darkMode": "Dark" |
| 50 | + }, |
| 51 | + "hints": { |
| 52 | + "showTaskbarIcon": "Once enabled, you can capture the window via OBS Studio.", |
| 53 | + "inputMonitoringPermission": "Enable input monitoring permission to receive system keyboard and mouse events to respond to your actions." |
| 54 | + }, |
| 55 | + "status": { |
| 56 | + "authorized": "Authorized", |
| 57 | + "authorize": "Go to Enable" |
| 58 | + } |
| 59 | + }, |
| 60 | + "model": { |
| 61 | + "title": "Model Settings", |
| 62 | + "labels": { |
| 63 | + "deleteModel": "Delete model" |
| 64 | + }, |
| 65 | + "hints": { |
| 66 | + "deleteSuccess": "Deleted successfully", |
| 67 | + "deleteModel": "Are you sure you want to delete this model?", |
| 68 | + "importSuccess": "Import successful", |
| 69 | + "clickOrDragToImport": "Click or drag files here to import" |
| 70 | + }, |
| 71 | + "tooltips": { |
| 72 | + "createModel": "Create model", |
| 73 | + "convertModel": "Convert model", |
| 74 | + "moreModels": "More models" |
| 75 | + } |
| 76 | + }, |
| 77 | + "shortcut": { |
| 78 | + "title": "Shortcuts", |
| 79 | + "labels": { |
| 80 | + "toggleCat": "Show/Hide Cat", |
| 81 | + "togglePreferences": "Open Preferences", |
| 82 | + "mirrorMode": "Mirror Mode", |
| 83 | + "passThrough": "Window Penetration", |
| 84 | + "alwaysOnTop": "Always On Top" |
| 85 | + }, |
| 86 | + "hints": { |
| 87 | + "toggleCat": "Toggle the cat window's visibility.", |
| 88 | + "togglePreferences": "Toggle the preferences window visibility.", |
| 89 | + "mirrorMode": "Toggle the cat's mirror mode.", |
| 90 | + "passThrough": "Toggle whether the cat window is click-through.", |
| 91 | + "alwaysOnTop": "Toggle whether the cat window stays on top." |
| 92 | + } |
| 93 | + }, |
| 94 | + "about": { |
| 95 | + "title": "About", |
| 96 | + "labels": { |
| 97 | + "aboutApp": "About App", |
| 98 | + "appLog": "App Logs", |
| 99 | + "version": "Version: ", |
| 100 | + "appInfo": "App Info", |
| 101 | + "openSourceAddress": "Open Source" |
| 102 | + }, |
| 103 | + "hints": { |
| 104 | + "appInfo": "Copy app information to include in bug reports.", |
| 105 | + "copySuccess": "Copied successfully" |
| 106 | + }, |
| 107 | + "buttons": { |
| 108 | + "checkUpdate": "Check for updates", |
| 109 | + "copy": "Copy", |
| 110 | + "feedbackIssues": "Report Issue", |
| 111 | + "viewLog": "View Logs" |
| 112 | + } |
| 113 | + } |
| 114 | + } |
9 | 115 | }, |
10 | | - "hooks": {}, |
11 | 116 | "components": { |
12 | | - |
| 117 | + "proShortcut": { |
| 118 | + "hints": { |
| 119 | + "pressRecordShortcut": "Press keys to record shortcut", |
| 120 | + "clickRecordShortcut": "Click to record shortcut" |
| 121 | + }, |
| 122 | + "updateApp": { |
| 123 | + "title": "New version found 🥳", |
| 124 | + "labels": { |
| 125 | + "updateVersion": "Version: ", |
| 126 | + "updateTime": "Update time: ", |
| 127 | + "changelog": "Changelog: " |
| 128 | + }, |
| 129 | + "hints": { |
| 130 | + "checkingUpdates": "Checking for updates...", |
| 131 | + "alreadyLatest": "You are already on the latest version 🎉" |
| 132 | + }, |
| 133 | + "buttons": { |
| 134 | + "updateNow": "Update Now", |
| 135 | + "updateLater": "Update later" |
| 136 | + } |
| 137 | + } |
| 138 | + } |
| 139 | + }, |
| 140 | + "composables": { |
| 141 | + "useSharedMenu": { |
| 142 | + "labels": { |
| 143 | + "preference": "Preferences...", |
| 144 | + "hideCat": "Hide Cat", |
| 145 | + "showCat": "Show Cat", |
| 146 | + "passThrough": "Window Penetration", |
| 147 | + "windowSize": "Window Size", |
| 148 | + "opacity": "Opacity" |
| 149 | + } |
| 150 | + }, |
| 151 | + "useTray": { |
| 152 | + "checkUpdate": "Check for updates", |
| 153 | + "openSource": "Source Code", |
| 154 | + "version": "Version", |
| 155 | + "restartApp": "Restart", |
| 156 | + "quitApp": "Exit" |
| 157 | + } |
13 | 158 | } |
14 | 159 | } |
0 commit comments