6 lines
117 B
PHP
6 lines
117 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'Load more items' => 'Carregar mais itens',
|
||
|
|
'You reached the end' => 'Você chegou ao fim'
|
||
|
|
];
|