forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zh.json
72 lines (60 loc) · 2.24 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
{
// accessible
"accessible.name": "抵达",
"accessible.clear": "可通过",
"accessible.occupied": "被占用",
"accessible.impassable": "不可通过",
"accessible.warp": "传送点",
// buildable
"buildable.name": "建造",
"buildable.buildable": "可以",
"buildable.occupied": "被占用",
"buildable.not-buildable": "不可以",
// coverage: bee houses
"bee-houses.name": "覆盖范围:蜂房",
"bee-houses.range": "鲜花范围",
// coverage: Junimo huts
"junimo-huts.name": "覆盖范围:祝尼魔小屋",
"junimo-huts.can-harvest": "可自动收获",
"junimo-huts.cannot-harvest": "无法自动收获",
// coverage: scarecrows
"scarecrows.name": "覆盖范围:稻草人",
"scarecrows.protected": "受保护",
"scarecrows.exposed": "未受保护",
// coverage: sprinklers
"sprinklers.name": "覆盖范围:洒水器",
"sprinklers.covered": "已覆盖",
"sprinklers.dry-crops": "作物干燥",
// crops: harvest
"crop-harvest.name": "作物:收获",
"crop-harvest.ready": "可收获",
"crop-harvest.not-ready": "不可收获",
"crop-harvest.not-enough-time-or-dead": "Not Enough Time (or Dead)", // TODO
// crops: watered
"crop-water.name": "作物:浇水",
"crop-water.watered": "已浇水",
"crop-water.dry": "未浇水",
// crops: water for paddy crops
"crop-paddy-water.name": "作物:稻田栽培",
"crop-paddy-water.in-range": "靠近水",
"crop-paddy-water.not-in-range": "旱地",
// crops: fertilized
"crop-fertilizer.name": "作物:施肥",
"crop-fertilizer.fertilizer": "肥料",
"crop-fertilizer.retaining-soil": "保湿土壤",
"crop-fertilizer.speed-gro": "生长激素",
"crop-fertilizer.multiple": "Multiple Fertilizer Types", // TODO
// machine processing
"machines.name": "机器运转",
"machines.empty": "空的",
"machines.processing": "运转中",
"machines.finished": "已完成",
// tile grid
"grid.name": "网格",
// tillable
"tillable.name": "能否耕地",
"tillable.tillable": "可耕地",
"tillable.tilled": "耕种",
"tillable.occupied": "被占用",
"tillable.not-tillable": "不可耕地"
}