castopod/modules/Admin/Language/ru/Breadcrumb.php

49 lines
1.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 [
'label' => 'навигационная цепочка',
config('Admin')
->gateway => 'Главная',
'podcasts' => 'подкасты',
'episodes' => 'выпуски',
'contributors' => 'участников',
'pages' => 'страниц',
'settings' => 'настройки',
'theme' => 'тема',
'add' => 'добавить',
'new' => 'новая',
'edit' => 'изменить',
'persons' => 'лица',
'publish' => 'публикация',
'publish-edit' => 'редактировать публикацию',
'unpublish' => 'снять с публикации',
'delete' => 'удалить',
'fediverse' => 'Федивёрс',
'block-lists' => 'список блокируемых',
'users' => 'пользователи',
'my-account' => 'мой аккаунт',
'change-password' => 'сменить пароль',
'import' => 'импорт ленты',
'platforms' => 'платформы',
'social' => 'социальные сети',
'funding' => 'финансирование',
'analytics' => 'аналитика',
'locations' => 'расположение',
'webpages' => 'веб-страницы',
'unique-listeners' => 'уникальные слушатели',
'players' => 'проигрыватели',
'listening-time' => 'время прослушивания',
'time-periods' => 'период',
'soundbites' => 'звуковые фрагменты',
'video-clips' => 'видео клипы',
'embed' => 'встроенный плеер',
];