forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ja.json
68 lines (57 loc) · 2.17 KB
/
ja.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
{
// 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": "時間が足りない",
// crops: watered
"crop-water.name": "作物: 水やり",
"crop-water.watered": "潤った作物",
"crop-water.dry": "乾いた作物",
// crops: water for paddy crops
// TODO
"crop-paddy-water.name": "Crops: Water for Paddy Crops",
"crop-paddy-water.in-range": "Near Water",
"crop-paddy-water.not-in-range": "Dry Land",
// crops: fertilized
"crop-fertilizer.name": "作物: 肥料",
"crop-fertilizer.fertilizer": "肥料",
"crop-fertilizer.retaining-soil": "保水した土壌",
"crop-fertilizer.speed-gro": "グングンノビール",
// machine processing
"machines.name": "加工設備",
"machines.empty": "空",
"machines.processing": "処理中",
"machines.finished": "処理終了",
// tillable
"tillable.name": "耕作可能",
"tillable.tillable": "耕作可能",
"tillable.occupied": "占有",
"tillable.not-tillable": "耕作不可能"
}