-
-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from ratiw/master
add Thai language file.
- Loading branch information
Showing
1 changed file
with
48 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,48 @@ | ||
<?php | ||
|
||
return array( | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Date Language Lines | ||
|-------------------------------------------------------------------------- | ||
| | ||
| The following language lines are used by the date library. Each line can | ||
| have a singular and plural translation separated by a '|'. | ||
| | ||
*/ | ||
|
||
'ago' => ':time ที่แล้ว', | ||
'from_now' => ':time จากนี้', | ||
'after' => 'หลัง:time', | ||
'before' => 'ก่อน:time', | ||
'year' => '1 ปี|:count ปี', | ||
'month' => '1 เดือน|:count เดือน', | ||
'week' => '1 สัปดาห์|:count สัปดาห์', | ||
'day' => '1 วัน|:count วัน', | ||
'hour' => '1 ชั่วโมง|:count ชั่วโมง', | ||
'minute' => '1 นาที|:count นาที', | ||
'second' => '1 วินาที|:count วินาที', | ||
|
||
'january' => 'มกราคม', | ||
'february' => 'กุมภาพันธ์', | ||
'march' => 'มีนาคม', | ||
'april' => 'เมษายน', | ||
'may' => 'พฤษภาคม', | ||
'june' => 'มิถุนายน', | ||
'july' => 'กรกฎาคม', | ||
'august' => 'สิงหาคม', | ||
'september' => 'กันยายน', | ||
'october' => 'ตุลาคม', | ||
'november' => 'พฤศจิกายน', | ||
'december' => 'ธันวาคม', | ||
|
||
'monday' => 'จันทร์', | ||
'tuesday' => 'อังคาร', | ||
'wednesday' => 'พุธ', | ||
'thursday' => 'พฤหัสบดี', | ||
'friday' => 'ศุกร์', | ||
'saturday' => 'เสาร์', | ||
'sunday' => 'อาทิตย์', | ||
|
||
); |