Skip to content

Commit f77241f

Browse files
feat: add Chinese translation and new app for activity (#74)
1 parent e598256 commit f77241f

File tree

11 files changed

+26
-0
lines changed

11 files changed

+26
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ next-env.d.ts
3737
.idea
3838

3939

40+
.vscode/sftp.json

public/apps/excel.png

22.1 KB
Loading

public/apps/goodnotes.png

37.4 KB
Loading

public/apps/iina.png

39.5 KB
Loading

public/apps/illustrator.png

8.04 KB
Loading

public/apps/photoshop.png

8.5 KB
Loading

public/apps/powerpoint.png

23.3 KB
Loading

public/apps/remnote.png

37.6 KB
Loading

public/apps/warp.png

15.3 KB
Loading

public/apps/word.png

21.9 KB
Loading

src/components/layout/header/internal/Activity.tsx

+25
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ const appDescription = {
3737
Code: 'Restart TS Server',
3838
Infuse: '看片',
3939
kitty: '撸猫',
40+
IINA: '看片',
41+
Warp: '耍杂技',
42+
'Adobe Photoshop 2023': '抠图',
43+
'Microsoft Word': '码字',
44+
'Microsoft Excel': '雕花',
45+
'Microsoft PowerPoint': '画饼',
4046
} as any
4147
const appLabels: { [app: string]: string } = {
4248
'Activity Monitor': 'activity',
@@ -46,6 +52,25 @@ const appLabels: { [app: string]: string } = {
4652
'Google Chrome': 'chrome',
4753
'System Preferences': 'system',
4854
'System Settings': 'system',
55+
'Adobe Illustrator 2023': 'illustrator',
56+
'Adobe Photoshop 2023': 'photoshop',
57+
'Microsoft Word': 'word',
58+
'Microsoft Excel': 'excel',
59+
'Microsoft PowerPoint': 'powerpoint',
60+
IINA: 'iina',
61+
Warp: 'warp',
62+
RemNote: 'remnote',
63+
64+
访达: 'finder',
65+
邮件: 'mail',
66+
地图: 'maps',
67+
信息: 'messages',
68+
音乐: 'music',
69+
网易云音乐: 'netease',
70+
备忘录: 'notes',
71+
'Safari 浏览器': 'safari',
72+
微信: 'wechat',
73+
腾讯会议: 'tencent_meeting',
4974
Alacritty: 'alacritty',
5075
Arc: 'arc',
5176
Chrome: 'chrome',

0 commit comments

Comments
 (0)