File: //home/posscale/subdomains/xibo/vendor/jenssegers/date/src/Lang/ja.php
<?php
return [
/*
|--------------------------------------------------------------------------
| 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' => ':count 年',
'month' => ':count ヶ月',
'week' => ':count 週間',
'day' => ':count 日',
'hour' => ':count 時間',
'minute' => ':count 分',
'second' => ':count 秒',
'january' => '1月',
'february' => '2月',
'march' => '3月',
'april' => '4月',
'may' => '5月',
'june' => '6月',
'july' => '7月',
'august' => '8月',
'september' => '9月',
'october' => '10月',
'november' => '11月',
'december' => '12月',
'monday' => '月曜日',
'tuesday' => '火曜日',
'wednesday' => '水曜日',
'thursday' => '木曜日',
'friday' => '金曜日',
'saturday' => '土曜日',
'sunday' => '日曜日',
];