forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
th.json
119 lines (95 loc) · 6.16 KB
/
th.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
/*********
** Data Layers UI
*********/
// 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": "มีระยะเวลาเจริญเติบโตไม่เพียงพอ หรือตายก่อน",
// 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": "มีปุ๋ยรวมกันหลายชนิด",
// 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": "ขุดไม่ได้แน่นอน",
/*********
** Generic Mod Config Menu UI
*********/
// TODO
// section names
"config.section.main-options": "Main options",
"config.section.main-controls": "Main controls",
"config.section.layer": "'{{LayerName}}' layer", // {{LayerName}} is the layer name set above.
// main options
"config.show-grid.name": "Show grid",
"config.show-grid.desc": "Whether to show a tile grid when a layer is open.",
"config.combine-borders.name": "Combine overlapping borders",
"config.combine-borders.desc": "When two groups of the same color overlap, whether to draw one border around their combined edge instead of their individual borders.",
"config.color-scheme.name": "Color scheme",
"config.color-schene.desc": "The color scheme to apply, which changes the colors throughout all the data layers.",
"config.color-schemes.default": "default colors",
// main controls
"config.toggle-layer-key.name": "Toggle data layers",
"config.toggle-layer-key.desc": "The key binding which shows or hides the data layer overlay.",
"config.prev-layer-key.name": "Previous layer key",
"config.prev-layer-key.desc": "The key binding which cycles backwards through the available data layers.",
"config.next-layer-key.name": "Next layer key",
"config.next-layer-key.desc": "The key binding which cycles forward through the available data layers.",
// data layers
"config.layer-enabled.name": "Enabled",
"config.layer-enabled.desc": "Whether this layer should be available in-game.",
"config.layer-update-on-view-change.name": "Update when view changes",
"config.layer-update-on-view-change.desc": "Whether the drawn layer info should be updated when a new part of the world moves into view, regardless of the 'updates per second' setting.",
"config.layer-updates-per-second.name": "Updates per second",
"config.layer-updates-per-second.desc": "How often the layer should update when it's being displayed, as a number per second. Setting this to a higher value than the default may cause lag. Default {{defaultValue}}.",
"config.layer-shortcut.name": "Shortcut key",
"config.layer-shortcut.desc": "The key binding which selects this layer when the overlay is open."
}