]> BookStack Code Mirror - bookstack/commitdiff
Translate pagination.php
authorShuma Yoshioka <redacted>
Sat, 1 Jul 2017 07:29:28 +0000 (16:29 +0900)
committerShuma Yoshioka <redacted>
Sat, 1 Jul 2017 07:31:32 +0000 (16:31 +0900)
resources/lang/ja/pagination.php [new file with mode: 0644]

diff --git a/resources/lang/ja/pagination.php b/resources/lang/ja/pagination.php
new file mode 100644 (file)
index 0000000..1ebcef7
--- /dev/null
@@ -0,0 +1,19 @@
+<?php
+
+return [
+
+    /*
+    |--------------------------------------------------------------------------
+    | Pagination Language Lines
+    |--------------------------------------------------------------------------
+    |
+    | The following language lines are used by the paginator library to build
+    | the simple pagination links. You are free to change them to anything
+    | you want to customize your views to better match your application.
+    |
+    */
+
+    'previous' => '&laquo; 前',
+    'next'     => '次 &raquo;',
+
+];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.