Skip to content

Commit 6481e88

Browse files
authored
Add translation for Simplified Chinese
1 parent ee872ab commit 6481e88

File tree

3 files changed

+795
-1
lines changed

3 files changed

+795
-1
lines changed

assets/action_manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@
174174
"localization_files": {
175175
"en_US" : "input/action_manifest_en.json",
176176
"de_DE" : "input/action_manifest_de.json",
177-
"ja_JP" : "input/action_manifest_ja.json"
177+
"ja_JP" : "input/action_manifest_ja.json",
178+
"zh_CN" : "input/action_manifest_zh_CN.json"
178179
},
179180
"default_bindings": [
180181
{
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"language_tag": "zh_CN",
3+
4+
"/actions/shortcuts" : "全局快捷键",
5+
6+
"/actions/shortcuts/in/EnableGlobalLaserPointer" : "启用全局激光指针",
7+
"/actions/shortcuts/in/GlobalShortcut01" : "执行全局快捷键 #1",
8+
"/actions/shortcuts/in/GlobalShortcut02" : "执行全局快捷键 #2",
9+
"/actions/shortcuts/in/GlobalShortcut03" : "执行全局快捷键 #3",
10+
"/actions/shortcuts/in/GlobalShortcut04" : "执行全局快捷键 #4",
11+
"/actions/shortcuts/in/GlobalShortcut05" : "执行全局快捷键 #5",
12+
"/actions/shortcuts/in/GlobalShortcut06" : "执行全局快捷键 #6",
13+
"/actions/shortcuts/in/GlobalShortcut07" : "执行全局快捷键 #7",
14+
"/actions/shortcuts/in/GlobalShortcut08" : "执行全局快捷键 #8",
15+
"/actions/shortcuts/in/GlobalShortcut09" : "执行全局快捷键 #9",
16+
"/actions/shortcuts/in/GlobalShortcut10" : "执行全局快捷键 #10",
17+
"/actions/shortcuts/in/GlobalShortcut11" : "执行全局快捷键 #11",
18+
"/actions/shortcuts/in/GlobalShortcut12" : "执行全局快捷键 #12",
19+
"/actions/shortcuts/in/GlobalShortcut13" : "执行全局快捷键 #13",
20+
"/actions/shortcuts/in/GlobalShortcut14" : "执行全局快捷键 #14",
21+
"/actions/shortcuts/in/GlobalShortcut15" : "执行全局快捷键 #15",
22+
"/actions/shortcuts/in/GlobalShortcut16" : "执行全局快捷键 #16",
23+
"/actions/shortcuts/in/GlobalShortcut17" : "执行全局快捷键 #17",
24+
"/actions/shortcuts/in/GlobalShortcut18" : "执行全局快捷键 #18",
25+
"/actions/shortcuts/in/GlobalShortcut19" : "执行全局快捷键 #19",
26+
"/actions/shortcuts/in/GlobalShortcut20" : "执行全局快捷键 #20",
27+
28+
"/actions/laserpointer" : "激光指针",
29+
30+
"/actions/laserpointer/in/LeftClick" : "左键点击",
31+
"/actions/laserpointer/in/RightClick" : "右键点击",
32+
"/actions/laserpointer/in/MiddleClick" : "中键点击",
33+
"/actions/laserpointer/in/Aux01Click" : "辅助1点击",
34+
"/actions/laserpointer/in/Aux02Click" : "辅助2点击",
35+
"/actions/laserpointer/in/Drag" : "拖动叠加",
36+
37+
"/actions/scroll_discrete" : "鼠标滚轮滚动",
38+
39+
"/actions/scroll_discrete/in/ScrollDiscrete" : "滚动叠加",
40+
41+
"/actions/scroll_smooth" : "平滑滚动",
42+
43+
"/actions/scroll_smooth/in/ScrollSmooth" : "滚动叠加"
44+
}

0 commit comments

Comments
 (0)