summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Carbon/Lang/ja.php36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/Carbon/Lang/ja.php b/src/Carbon/Lang/ja.php
index c12c199..7119547 100644
--- a/src/Carbon/Lang/ja.php
+++ b/src/Carbon/Lang/ja.php
@@ -10,22 +10,22 @@
*/
return array(
- 'year' => ':count 年',
- 'y' => ':count 年',
- 'month' => ':count ヶ月',
- 'm' => ':count ヶ月',
- 'week' => ':count 週間',
- 'w' => ':count 週間',
- 'day' => ':count 日',
- 'd' => ':count 日',
- 'hour' => ':count 時間',
- 'h' => ':count 時間',
- 'minute' => ':count 分',
- 'min' => ':count 分',
- 'second' => ':count 秒',
- 's' => ':count 秒',
- 'ago' => ':time 前',
- 'from_now' => '今から :time',
- 'after' => ':time 後',
- 'before' => ':time 前',
+ 'year' => ':count年',
+ 'y' => ':count年',
+ 'month' => ':countヶ月',
+ 'm' => ':countヶ月',
+ 'week' => ':count週間',
+ 'w' => ':count週間',
+ 'day' => ':count日',
+ 'd' => ':count日',
+ 'hour' => ':count時間',
+ 'h' => ':count時間',
+ 'minute' => ':count分',
+ 'min' => ':count分',
+ 'second' => ':count秒',
+ 's' => ':count秒',
+ 'ago' => ':time前',
+ 'from_now' => '今から:time',
+ 'after' => ':time後',
+ 'before' => ':time前',
);