Add Thai translations

This commit is contained in:
ELL 2021-09-16 11:41:13 +07:00
parent 4a7eb97306
commit 1a8bb63e0d
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{
// warning messages
"warn.invalid-content-removed": "ทำการลบเนื้อหาที่ไม่ถูกต้องออก เพื่อป้องกันไฟล์เกมเสียหาย (ดูรายละเอียดที่หน้าคอลโซลของ SMAPI)"
}

6
src/SMAPI/i18n/th.json Normal file
View File

@ -0,0 +1,6 @@
{
// short date format for SDate
// tokens: {{day}} (like 15), {{season}} (like Spring), {{seasonLowercase}} (like spring), {{year}} (like 2)
"generic.date": "วันที่ {{day}} {{season}}",
"generic.date-with-year": "วันที่ {{day}} {{season}} ปีที่ {{year}}"
}