diff options
author | Lucas Michot <lucasmichot@users.noreply.github.com> | 2017-02-06 23:02:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-06 23:02:47 +0100 |
commit | 926aee5ab38c2868816aa760f862a85ad01cb61a (patch) | |
tree | db87de82a70462204a52c5b39d497c054db91a2b /src | |
parent | c2c2296f4a6b2b9ff7e1b571d308864facaa2317 (diff) | |
parent | cd8c6d2e8c3d7f90810d3e3983df5e7f9db0c600 (diff) | |
download | Carbon-master.zip Carbon-master.tar.gz Carbon-master.tar.bz2 |
Merge pull request #880 from toyamarinyon/masterHEADorigin/masterorigin/HEADmaster
Fixed japanese language file
Diffstat (limited to 'src')
-rw-r--r-- | src/Carbon/Lang/ja.php | 36 |
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前', ); |