Skip to content

Commit

Permalink
Merge pull request #70 from ratiw/master
Browse files Browse the repository at this point in the history
add Thai language file.
  • Loading branch information
jenssegers committed Jan 1, 2015
2 parents 475d8d0 + 6a405d7 commit 7ac5efa
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions src/lang/th/date.php
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' => 'อาทิตย์',

);

0 comments on commit 7ac5efa

Please sign in to comment.