forked from spacechase0/StardewValleyMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zh.json
45 lines (33 loc) · 1.98 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
{
/*********
** Ring items
*********/
"quality-ring.name": "提质戒指",
"quality-ring.description": "有机会获得更高质量的作物。",
"refreshing-ring.name": "醒灵戒指",
"refreshing-ring.description": "我想知道它是干什么的。",
"ring-of-regeneration.name": "再生戒指",
"ring-of-regeneration.description": "随时间缓慢回复生命值。",
"ring-of-diamond-booze.name": "钻石酒戒",
"ring-of-diamond-booze.description": "抵消了轻度酒精饮料的微醺效果。",
"ring-of-wide-nets.name": "猎网戒指",
"ring-of-wide-nets.description": "增加钓竿50%捕获区域。",
"ring-of-far-reaching.name": "长臂戒指",
"ring-of-far-reaching.description": "在远处使用工具。",
"ring-of-true-sight.name": "真视戒指",
"ring-of-true-sight.description": "超越你所能看到的。",
/*********
** Generic Mod Config Menu UI
*********/
// TODO
"config.quality-ring-chance.name": "Quality+ Ring: Chance",
"config.quality-ring-chance.description": "The percentage chance of a higher crop quality with the Quality+ Ring equipped.",
"config.ring-of-wide-nets-multiplier.name": "Ring of Wide Nets: Multiplier",
"config.ring-of-wide-nets-multiplier.description": "The multiplier applied to the fishing bar size with the Ring of Wide Nets equipped.",
"config.ring-of-regeneration-rate.name": "Ring of Regeneration: Regen",
"config.ring-of-regeneration-rate.description": "The health regen rate per second with the Ring of Regeneration equipped.",
"config.refreshing-ring-rate.name": "Refreshing Ring: Regen",
"config.refreshing-ring-rate.description": "The stamina regen rate per second with the Refreshing Ring equipped.",
"config.ring-of-far-reaching-distance.name": "Ring of Far Reaching: Distance",
"config.ring-of-far-reaching-distance.description": "The distance in tiles at which you can use tools with the Ring of Far Reaching equipped."
}