6 lines
100 B
PHP
6 lines
100 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'Load more items' => '更多',
|
||
|
|
'You reached the end' => '没有更多了'
|
||
|
|
];
|