-
Notifications
You must be signed in to change notification settings - Fork 142
/
ko.json
60 lines (56 loc) · 2 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
{
/*********
** Shop UI
*********/
// filter labels
"filter.category": "카테고리:",
"filter.sorting": "정렬:",
// sort types
"sort.none": "없음",
"sort.name": "이름",
"sort.price": "가격",
// category names
"categories.everything": "모든",
"categories.other": "기타(Etc)",
"categories.artisan-goods": "장인 용품",
"categories.bait": "미끼",
"categories.big-craftables": "큰 제작 용품",
"categories.boots": "부츠",
"categories.building-resources": "건설 자원",
"categories.clothing": "의류",
"categories.cooking": "요리",
"categories.crafting": "제작 용품",
"categories.eggs": "달걀",
"categories.equipment": "장비",
"categories.fertilizer": "비료",
"categories.fish": "물고기",
"categories.flowers": "꽃",
"categories.fruits": "과일",
"categories.furniture": "가구",
"categories.gems": "보석",
"categories.greens": "채집",
"categories.hats": "모자",
"categories.ingredients": "재료",
"categories.junk": "쓰레기",
"categories.meat": "고기",
"categories.metals": "금속",
"categories.milk": "우유",
"categories.minerals": "광물",
"categories.monster-loot": "몬스터 전리품",
"categories.recipes": "레시피",
"categories.rings": "반지",
"categories.seeds": "씨앗",
"categories.sell-to-pierre-or-marnie": "판매 가능 @ 피에르 샵/마니 샵",
"categories.sell-to-pierre": "Sellable @ 피에르 샵",
"categories.sell-to-willy": "Sellable @ 윌리 샵",
"categories.syrups": "시럽",
"categories.tackle": "장치",
"categories.tools": "도구",
"categories.vegetables": "야채",
"categories.weapons": "무기",
/*********
** Generic Mod Config Menu UI
*********/
"config.grid-layout.name": "실험적 그리드 레이아웃",
"config.grid-layout.tooltip": "상점에서 실험 그리드 레이아웃을 사용할지 여부입니다."
}