Browse Source

Add ja translation of pagination.php

bsky 7 years ago
parent
commit
43f4024caa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/lang/ja/pagination.php

+ 2 - 2
resources/lang/ja/pagination.php

@@ -13,7 +13,7 @@ return [
     |
     */
 
-    'previous' => '« Previous',
-    'next' => 'Next »',
+    'previous' => '« 戻る',
+    'next' => '次へ »',
 
 ];