castopod/app/Language/uk/Home.php

21 lines
551 B
PHP
Raw Normal View History

2023-03-16 17:45:41 +01:00
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
2023-11-29 18:27:10 +01:00
'all_podcasts' => 'Усі подкасти',
'sort_by' => 'Сортувати за',
2023-03-16 17:45:41 +01:00
'sort_options' => [
2023-11-29 18:27:10 +01:00
'activity' => 'Попередня активність',
'created_desc' => 'Спочатку нові',
'created_asc' => 'Спочатку старі',
2023-03-16 17:45:41 +01:00
],
2023-11-29 18:27:10 +01:00
'no_podcast' => 'Подкастів не знайдено',
2023-03-16 17:45:41 +01:00
];