forked from spacechase0/StardewValleyMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
th.json
32 lines (27 loc) · 1.7 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
{
/*********
** Generic config UI
*********/
// button text at the bottom of the in-game options menu
"button.mod-options": "ตัวเลือกม็อด",
// mod list UI
"list.editable-heading": "กำหนดค่าม็อด",
"list.not-editable-heading": "แก้ไขได้จากหน้าจอเริ่มต้นเกม:",
"list.keybindings": "คีย์ลัด",
// mod config pages
"config.buttons.cancel": "ยกเลิก",
"config.buttons.reset-to-default": "ค่าเริ่มต้น",
"config.buttons.save": "บันทึก",
"config.buttons.save-and-close": "บันทึก & ปิด",
"config.rebind-key.title": "การตั้งค่าปุ่มลัด: {{optionName}}",
"config.rebind-key.simple-instructions": "ป้อนคีย์ใหม่เพื่อตั้งค่าปุ่มลัดอีกครั้ง",
"config.rebind-key.combo-instructions": "ป้อนคีย์ใหม่เพื่อตั้งค่าปุ่มลัด",
"config.rebind-key.no-key": "(ไม่มี)",
/*********
** Config options for Generic Mod Config Menu itself
*********/
"options.open-menu-key.name": "ปุ่มเปิดเมนู",
"options.open-menu-key.desc": "ปุ่มลัดสำหรับเรียกใช้เมนู",
"options.scroll-speed.name": "ความเร็วในการเลื่อน",
"options.scroll-speed.desc": "จำนวนแถวฟิลด์ที่จะออฟเซ็ต เมื่อเลื่อนเมนูการกำหนดค่า"
}