diff --git a/resources/lang/zh-CN/pagination.php b/resources/lang/zh-CN/pagination.php index 0ee724cf..c95f0ea2 100644 --- a/resources/lang/zh-CN/pagination.php +++ b/resources/lang/zh-CN/pagination.php @@ -22,7 +22,7 @@ return [ | */ - 'previous' => 'Previous', - 'next' => 'Next', + 'previous' => '上一个', + 'next' => '下一个', ];