From f38c783f4a789e41fb6bdc29585ec13135d8112c Mon Sep 17 00:00:00 2001 From: Naborisk Date: Wed, 4 Sep 2024 02:33:25 +0900 Subject: [PATCH 1/2] th.json: add some keys --- th.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/th.json b/th.json index 5bf8978..bb57439 100644 --- a/th.json +++ b/th.json @@ -1,6 +1,6 @@ { "localeCode": "th", - "authors": ["hayper"], + "authors": ["hayper", "Naborisk"], "messages": { "General.OK": "โอเค", @@ -12,11 +12,11 @@ "General.Previous": "ย้อนกลับ", "General.Back": "ย้อนกลับ", "General.Confirm": "จริงหรอ?", - "General.Loading": "กำลังหลด...", + "General.Loading": "กำลังไหลด...", "General.Processing": "กำลังประมวณผล...", "General.FAILED": "เกิดข้อผิดพลาด", "General.Reset": "รีเซ็ต", - "General.WorldOpenConfirm": "เปิดจริงๆหรอ?", + "General.WorldOpenConfirm": "เปิดจริงๆใช่ไหม?", "General.Save": "บันทึก", "General.Saving": "กำลังบันทึก...", "General.Saved": "บันทึกแล้ว!", @@ -38,6 +38,18 @@ "General.Dismiss": "ยกเลิก", "General.Edit": "แก้ใข", + "General.UI.SearchPrompt": "ค้นหา...", + "General.UI.SearchPromptLong": "พิมพ์เพื่อค้นหา...", + "General.UI.ToggleEditMode": "เปิด/ปิด โหมดแก้ไข", + "General.UI.ToggleSubtitles": "เปิด/ปิด คำบรรยาย", + "General.UI.Subtitles.On": "คำบรรยาย: เปิด", + "General.UI.Subtitles.Off": "คำบรรยาย: ปิด", + + "General.UI.PressToBegin": "กดเพื่อเริ่ม", + + "General.Sort.Ascending": "เรียงจากน้อยไปมาก", + "General.Sort.Descending": "เรียงจากมากไปน้อย", + "Discord.RichPresence.InPrivateWorld": "อยู่ในโลกส่วนตัว", "Discord.RichPresence.InPrivateLargeText": "ในโลกส่วนตัว ({version})", "Discord.RichPresence.InPublicWorld": "อยู่ในโลกสาธารณะ", From 4ef8cfb9dbe384d193a8dccb2a23c6c7c83d716d Mon Sep 17 00:00:00 2001 From: Naborisk Date: Wed, 4 Sep 2024 02:44:02 +0900 Subject: [PATCH 2/2] th.json: add some interaction translation --- th.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/th.json b/th.json index bb57439..d3d8c85 100644 --- a/th.json +++ b/th.json @@ -50,6 +50,27 @@ "General.Sort.Ascending": "เรียงจากน้อยไปมาก", "General.Sort.Descending": "เรียงจากมากไปน้อย", + "Interaction.Destroy": "ทำลาย", + "Interaction.Duplicate": "สร้างก็อปปิ้", + "Interaction.SaveToInventory": "บันทึกไปยัง Inventory", + "Interaction.SaveToInventory.NotLoggedIn": "กรุณาเข้าสู่ระบบก่อนบันทึกไปยัง Inventory", + "Interaction.SaveToInventory.NoWritePermission": "ไม่สามารถบันทึกไปยังโฟลเดอร์ปัจจุบันใน Inventory", + "Interaction.Undo": "ย้อนกลับ", + "Interaction.Redo": "ทำซ้ำ", + "Interaction.EquipTool": "สวมใส่", + "Interaction.DequipTool": "ถอดออก", + "Interaction.ScalingEnabled": "การปรับขนาด: เปิด", + "Interaction.ScalingDisabled": "การปรับขนาด: ปิด", + "Interaction.ResetScale": "รีเซ็ตขนาด", + "Interaction.LaserEnabled": "เลเซอร์: เปิด", + "Interaction.LaserDisabled": "เลเซอร์: ปิด", + "Interaction.Grab.Palm": "จับ: ฝ่ามือ", + "Interaction.Grab.Precision": "จับ: แม่นยำ", + "Interaction.Grab.Auto": "จับ: อัตโนมัติ", + "Interaction.Grab.Off": "จับ: เฉพาะเลเซอร์", + "Interaction.Locomotion": "การเคลื่อนไหว", + "Interaction.Locomotion.None": "ไม่มี", + "Discord.RichPresence.InPrivateWorld": "อยู่ในโลกส่วนตัว", "Discord.RichPresence.InPrivateLargeText": "ในโลกส่วนตัว ({version})", "Discord.RichPresence.InPublicWorld": "อยู่ในโลกสาธารณะ",