forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzh.json
More file actions
31 lines (28 loc) · 1.09 KB
/
zh.json
File metadata and controls
31 lines (28 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
/*********
** Debug info
*********/
// labels shown on the debug screen
"label.tile": "地格",
"label.map": "地图",
"label.menu": "菜单",
"label.submenu": "子菜单",
"label.minigame": "迷你游戏",
"label.festival-name": "节日",
"label.event-id": "事件标识",
"label.event-script": "事件脚本",
"label.song": "歌",
/*********
** Generic Mod Config Menu UI
*********/
// general options
"config.title.general-options": "常规",
"config.enable-game-debug.name": "启用热键",
"config.enable-game-debug.desc": "显示详细调试信息,并启用热键功能,如:5键传送至海滩。",
"config.enable-dangerous-hotkeys.name": "启用危险热键",
"config.enable-dangerous-hotkeys.desc": "在已启用热键的前提下,启用那些潜在可能毁档的热键,如:跳过今天、随机玩家装扮、随机室内装潢。",
// controls
"config.title.controls": "键位",
"config.toggle-debug-key.name": "调试信息",
"config.toggle-debug-key.desc": "开/关调试信息。"
}