forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzh.json
75 lines (55 loc) · 3.1 KB
/
zh.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
/*********
** Generic Mod Config Menu UI
*********/
/****
** 'General Options' section
****/
"config.general-options": "常规",
"config.disable-eat-prompt.name": "禁用吃喝提示",
"config.disable-eat-prompt.tooltip": "跳过吃喝时“是否要吃掉XX”的确认提示对话框。",
/****
** 'Player Animation Speeds' section
****/
"config.animation-speeds": "玩家动画速度",
"config.eat-or-drink.name": "吃东西",
"config.eat-or-drink.tooltip": "吃/喝的速度。默认{{defaultValue}}x。",
"config.fish.name": "钓鱼",
"config.fish.tooltip": "钓鱼时抛竿和收竿的速度(不包括小游戏)。默认{{defaultValue}}x,建议{{suggestedValue}}x。",
"config.harvest.name": "采集",
"config.harvest.tooltip": "采集作物或觅食的速度。默认{{defaultValue}}x。",
"config.horse-flute.name": "马笛",
"config.horse-flute.tooltip": "演奏马笛的速度。默认{{defaultValue}}x。",
"config.milk.name": "挤奶",
"config.milk.tooltip": "使用挤奶桶的速度。默认{{defaultValue}}x。",
"config.mount.name": "上下马",
"config.mount.tooltip": "上/下马的速度,这里的马包括魔改后的马,比如拖拉机。默认{{defaultValue}}x。",
"config.shear.name": "剪毛",
"config.shear.tooltip": "使用剪刀的速度。默认{{defaultValue}}x。",
"config.slingshot.name": "Use slingshot", // TODO
"config.slingshot.tooltip": "How fast you draw when using slingshots. Default {{defaultValue}}x, suggested {{suggestedValue}}x.", // TODO
"config.tool.name": "使用工具",
"config.tool.tooltip": "使用工具(除去武器和鱼竿)的速度,比如斧、喷壶、镰刀等。默认{{defaultValue}}x,建议{{suggestedValue}}x。",
"config.weapon.name": "武器",
"config.weapon.tooltip": "使用武器的速度。默认{{defaultValue}}x,建议{{suggestedValue}}x。",
/****
** 'World Animation Speeds' section
****/
"config.world-speeds": "世界动画速度",
"config.break-geodes.name": "敲晶球",
"config.break-geodes.tooltip": "铁匠破开晶球的速度。默认{{defaultValue}}x。",
"config.casino-slots.name": "Casino slots赌场老虎机",
"config.casino-slots.tooltip": "赌场老虎机的转速。默认{{defaultValue}}x。",
"config.bus.name": "公交车",
"config.bus.tooltip": "往返沙漠公交车的车速。默认{{defaultValue}}x。",
"config.tree-fall.name": "树倒下",
"config.tree-fall.tooltip": "树被砍倒的速度。默认{{defaultValue}}x,建议{{suggestedValue}}x。",
/****
** 'UI Animation Speeds' section
****/
"config.ui-speeds": "UI动画速度",
"config.title-menu.name": "标题菜单的转场效果",
"config.title-menu.tooltip": "标题菜单的转场速度,即新建、加载存档时屏幕切换的速度。默认{{defaultValue}}x。",
"config.load-game-blink.name": "点击存档后的闪烁效果",
"config.load-game-blink.tooltip": "加载存档时,点击某个存档后闪烁的速度。默认{{defaultValue}}x。"
}