forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ko.json
72 lines (60 loc) · 2.45 KB
/
ko.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": "경작 불가능"
}