Skip to content

Commit c163f52

Browse files
authored
feat: 新增英语翻译 (#649)
1 parent ff4d590 commit c163f52

2 files changed

Lines changed: 167 additions & 7 deletions

File tree

src/locales/en-US.json

Lines changed: 149 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,158 @@
22
"pages": {
33
"main": {
44
"hints": {
5-
"redrawing": "Redrawing..."
5+
"redrawing": "Resizing..."
66
}
77
},
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+
}
9115
},
10-
"hooks": {},
11116
"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+
}
13158
}
14159
}

src/locales/vi-VN.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"passThrough": "Click xuyên",
1818
"alwaysOnTop": "Luôn trên cùng",
1919
"windowSize": "Kích thước",
20-
"windowRadius": "",
20+
"windowRadius": "Độ bo tròn cửa sổ",
2121
"opacity": "Độ mờ"
2222
},
2323
"hints": {
@@ -96,7 +96,7 @@
9696
"labels": {
9797
"aboutApp": "Thông tin ứng dụng",
9898
"appLog": "Nhật ký ứng dụng",
99-
"version": "Phiên bản",
99+
"version": "Phiên bản: ",
100100
"appInfo": "Thông tin ứng dụng",
101101
"openSourceAddress": "Mã nguồn"
102102
},
@@ -119,7 +119,22 @@
119119
"pressRecordShortcut": "Nhấn phím/tổ hợp phím để ghi",
120120
"clickRecordShortcut": "Click để ghi phím tắt"
121121
},
122-
"updateApp": {}
122+
"updateApp": {
123+
"title": "Đã tìm thấy phiên bản mới 🥳",
124+
"labels": {
125+
"updateVersion": "Phiên bản: ",
126+
"updateTime": "Thời gian cập nhật: ",
127+
"changelog": "Nhật ký thay đổi: "
128+
},
129+
"hints": {
130+
"checkingUpdates": "Đang kiểm tra cập nhật...",
131+
"alreadyLatest": "Bạn đang dùng phiên bản mới nhất 🎉"
132+
},
133+
"buttons": {
134+
"updateNow": "Cập nhật ngay",
135+
"updateLater": "Để sau"
136+
}
137+
}
123138
}
124139
},
125140
"composables": {

0 commit comments

Comments
 (0)