castopod/app/Language/ru/Podcast.php

64 lines
2.7 KiB
PHP
Raw 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
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 [
'feed' => 'RSS-лента подкастов',
'season' => 'Сезон: {seasonNumber}',
'list_of_episodes_year' => '{year} эпизодов ({episodeCount})',
'list_of_episodes_season' =>
'Сезон {seasonNumber} серий ({episodeCount})',
'no_episode' => 'Серии не найдены!',
'follow' => 'Подписаться',
'followTitle' => 'Подпишитесь на {actorDisplayName} в федивёрсе!',
'followers' => '{numberOfFollowers, plural,
one {<span class="font-semibold">#</span> подписчик}
few {<span class="font-semibold">#</span> подписчики}
many {<span class="font-semibold">#</span> подписчики}
other {<span class="font-semibold">#</span> подписчики}
}',
'posts' => '{numberOfPosts, plural,
one {<span class="font-semibold">#</span> пост}
few {<span class="font-semibold">#</span> постов}
many {<span class="font-semibold">#</span> постов}
other {<span class="font-semibold">#</span> постов}
}',
'activity' => 'Активность',
'episodes' => 'Выпуски',
'episodes_title' => 'Выпуски {podcastTitle}',
'about' => 'О нас',
'stats' => [
'title' => 'Статистика',
'number_of_seasons' => '{0, plural,
one {<span class="font-semibold">#</span> сезон}
few {<span class="font-semibold">#</span> сезоны}
many {<span class="font-semibold">#</span> сезоны}
other {<span class="font-semibold">#</span> сезоны}
}',
'number_of_episodes' => '{0, plural,
one {<span class="font-semibold">#</span> эпизод}
few {<span class="font-semibold">#</span> эпизодов}
many {<span class="font-semibold">#</span> эпизодов}
other {<span class="font-semibold">#</span> эпизодов}
}',
'first_published_at' => 'Первый эпизод опубликован <span class="font-semibold">{0, date, medium}</span>',
],
'sponsor' => 'Спонсор',
'funding_links' => 'Ссылки на финансирование для {podcastTitle}',
'find_on' => 'Найти {podcastTitle} на',
'listen_on' => 'Слушать в',
'persons' => '{personsCount, plural,
one {# человек}
few {# человек}
many {# человек}
other {# человек}
}',
'persons_list' => 'Лица',
];