-
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"months": "มกราคม|กุมภาพันธ์|มีนาคม|เมษายน|พฤษภาคม|มิถุนายน|กรกฎาคม|สิงหาคม|กันยายน|ตุลาคม|พฤศจิกายน|ธันวาคม", | ||
"short_months": "ม.ค.|ก.พ.|มี.ค.|เม.ย.|พ.ค.|มิ.ย.|ก.ค.|ส.ค.|ก.ย.|ต.ค.|พ.ย.|ธ.ค.", | ||
"weeks": "อาทิตย์|จันทร์|อังคาร|พุธ|พฤหัสบดี|ศุกร์|เสาร์", | ||
"short_weeks": "อา.|จ.|อัง.|พ.|พฤ.|ศ.|ส.", | ||
"seasons": "ฤดูใบไม้ผลิ|ฤดูร้อน|ฤดูใบไม้ร่วง|ฤดูหนาว", | ||
"constellations": "เมษ|พฤษภ|เมถุน|กรกฎ|สิงห์|กันย์|ตุลย์|พิจิก|ธนู|มังกร|กุมภ์|มีน", | ||
"year": "1 ปี|%d ปี", | ||
"month": "1 เดือน|%d เดือน", | ||
"week": "1 สัปดาห์|%d สัปดาห์", | ||
"day": "1 วัน|%d วัน", | ||
"hour": "1 ชั่วโมง|%d ชั่วโมง", | ||
"minute": "1 นาที|%d นาที", | ||
"second": "1 วินาที|%d วินาที", | ||
"now": "ไม่กี่วินาทีที่แล้ว", | ||
"ago": "%s ที่แล้ว", | ||
"from_now": "อีก %s", | ||
"before": "%s ก่อน", | ||
"after": "%s หลังจากนี้" | ||
} |