Add Thai translations
This commit is contained in:
parent
4a7eb97306
commit
1a8bb63e0d
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
// warning messages
|
||||||
|
"warn.invalid-content-removed": "ทำการลบเนื้อหาที่ไม่ถูกต้องออก เพื่อป้องกันไฟล์เกมเสียหาย (ดูรายละเอียดที่หน้าคอลโซลของ SMAPI)"
|
||||||
|
}
|
|
@ -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}}"
|
||||||
|
}
|
Loading…
Reference in New Issue