1
0
Fork 0
pixelfed/resources/lang/uk/pagination.php

20 lines
657 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
/*
|--------------------------------------------------------------------------
| Переклади рядків пагінації
|--------------------------------------------------------------------------
|
| Бібліотека поділу на сторінки використовує ці переклади рядків
| у посиланнях на сторінки. Можете вільно редагувати ці переклади
| відповідно до потреб вашого застосунку.
|
*/
'previous' => '« Назад',
'next' => 'Далі »',
];