forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ko.json
40 lines (36 loc) · 1.92 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
{
// default chest names
"default-name.auto-grabber": "자동-수확기 #{{number}}",
"default-name.chest": "상자 #{{number}}",
"default-name.fridge": "냉장고",
"default-name.junimo-hut": "주니모 오두막 #{{number}}",
"default-name.shipping-bin": "출하 상자",
"default-name.shipping-bin.store": "Shipping bin (ship items)", // TODO
"default-name.shipping-bin.take": "Shipping bin (retrieve items)", // TODO
// default category names
"default-category.owned-cabin": "객실 ({{owner}})",
"default-category.unowned-cabin": "객실 (비어있음)",
"default-category.duplicate": "{{locationName}} #{{number}}",
// edit-chest labels
"label.location": "장소",
"label.location.tile": "타일 {{x}}, {{y}}",
"label.name": "이름",
"label.category": "유형",
"label.order": "정리",
"label.hide-chest": "상자 숨기기",
"label.hide-chest-hidden": "이 상자를 숨깁니다 (당신은 상자 찾기를 사용해야만 이를 되돌릴 수 있습니다!)",
"label.automate-store": "(Automate) 이 상자에 물건을 넣으십시오",
"label.automate-store-first": "(Automate) 이 상자에 먼저 물건을 넣으십시오",
"label.automate-take": "(Automate) 이 상자에서 물건을 가져 가십시오",
"label.automate-take-first": "(Automate) 이 상자에서 먼저 물건을 가져 가십시오",
// button labels
"button.edit-chest": "상자 편집",
"button.sort-inventory": "물품칸 정렬",
"button.save": "저장",
"button.reset": "초기화",
// errors
"errors.disabled-from-here": "당신은 여기로부터 상자에 접근할 수 없습니다.",
"errors.no-chests": "당신은 아직 상자가 하나도 없습니다.",
"errors.no-chests-in-location": "이 지역에는 당신의 상자가 없습니다.",
"errors.no-chests-in-range": "범위 내에 당신의 상자가 없습니다."
}