-
-
Notifications
You must be signed in to change notification settings - Fork 386
/
Copy pathth.json
40 lines (35 loc) · 2.17 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
{
/*********
** Debug info
*********/
// labels shown on the debug screen
"label.tile": "ไทล์",
"label.map": "แผนที่",
"label.menu": "เมนู",
"label.submenu": "เมนูย่อย",
"label.minigame": "มินิเกม",
"label.dialogue": "dialogue", // TODO
"label.festival-name": "เทศกาล",
"label.event-id": "รหัสเหตุการณ์",
"label.event-script": "สคริปต์เหตุการณ์",
"label.song": "เพลง",
/*********
** Generic Mod Config Menu UI
*********/
// general options
"config.title.general-options": "ตัวเลือกทั่วไป",
"config.enable-game-debug.name": "เปิดใช้งานปุ่มลัดเกม",
"config.enable-game-debug.desc": "การแสดงข้อมูลดีบักจะยังสามารถเปิดใช้งานปุ่มลัดของดีบักเกมได้ เช่น กดปุ่ม 5 เพื่อวาร์ปไปที่ชายหาด",
"config.enable-dangerous-hotkeys.name": "อนุญาตปุ่มลัดอันตราย",
"config.enable-dangerous-hotkeys.desc": "เมื่อเปิดใช้งานปุ่มลัดดีบักของเกม ยังเป็นการเปิดใช้งานปุ่มลัดแบบทำลายล้างซึ่งสามารถสิ้นสุดวันปัจจุบันได้ทันที สุ่มผู้เล่นหรือของตกแต่งบ้านไร่หรือทำให้เกมพังได้",
// controls
"config.title.controls": "การควบคุม",
"config.toggle-debug-key.name": "สลับข้อมูลดีบัก",
"config.toggle-debug-key.desc": "ปุ่มสลับข้อมูลดีบัก",
/*********
** Iconic Framework icon
*********/
// TODO
"icon.toggle-debug-mode.name": "Debug Mode",
"icon.toggle-debug-mode.desc": "Toggle Debug Mode"
}