pixelfed/resources/lang/ru/web.php
2021-12-21 23:29:17 -07:00

179 lines
5.8 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
return [
'common' => [
'comment' => 'Комментарий',
'commented' => 'Прокомментировано',
'comments' => 'Комментарии',
'like' => 'Мне нравится',
'liked' => 'Вы лайкнули',
'likes' => 'Лайки',
'share' => 'Поделиться',
'shared' => 'Поделились',
'shares' => 'Shares',
'unshare' => 'Unshare',
'cancel' => 'Отмена',
'copyLink' => 'Скопировать ссылку',
'delete' => 'Удалить',
'error' => 'Ошибка',
'errorMsg' => 'Что-то пошло не так. Пожалуйста, попробуйте еще раз позже.',
'oops' => 'Упс!',
'other' => 'Прочее',
'readMore' => 'Читать далее',
'success' => 'Успешно',
'sensitive' => 'Чувствительный',
'sensitiveContent' => 'Чувствительный контент',
'sensitiveContentWarning' => 'Этот пост может содержать чувствительный контент',
],
'site' => [
'terms' => 'Условия использования',
'privacy' => 'Политика конфиденциальности',
],
'navmenu' => [
'search' => 'Поиск',
'admin' => 'Панель администратора',
// Timelines
'homeFeed' => 'Домашняя лента',
'localFeed' => 'Локальная лента',
'globalFeed' => 'Глобальная лента',
// Core features
'discover' => 'Общее',
'directMessages' => 'Личные Сообщения',
'notifications' => 'Уведомления',
'groups' => 'Группы',
'stories' => 'Истории',
// Self links
'profile' => 'Профиль',
'drive' => 'Диск',
'settings' => 'Настройки',
'compose' => 'Создать новый пост',
// Nav footer
'about' => 'О нас',
'help' => 'Помощь',
'language' => 'Язык',
'privacy' => 'Конфиденциальность',
'terms' => 'Условия использования',
// Temporary links
'backToPreviousDesign' => 'Вернуться к предыдущему дизайну'
],
'directMessages' => [
'inbox' => 'Входящие',
'sent' => 'Отправленные',
'requests' => 'Запросы'
],
'notifications' => [
'liked' => 'liked your',
'commented' => 'commented on your',
'reacted' => 'reacted to your',
'shared' => 'shared your',
'tagged' => 'tagged you in a',
'updatedA' => 'updated a',
'sentA' => 'sent a',
'followed' => 'followed',
'mentioned' => 'mentioned',
'you' => 'вы',
'yourApplication' => 'Ваше заявка на вступление',
'applicationApproved' => 'было одобрено!',
'applicationRejected' => 'было отклонено. Вы можете повторно подать заявку на регистрацию в течение 6 месяцев.',
'dm' => 'dm',
'groupPost' => 'сообщения группы',
'modlog' => 'modlog',
'post' => 'пост',
'story' => 'story',
],
'post' => [
'shareToFollowers' => 'Share to followers',
'shareToOther' => 'Share to other',
'noLikes' => 'No likes yet',
'uploading' => 'Uploading',
],
'profile' => [
'posts' => 'Posts',
'followers' => 'Followers',
'following' => 'Following',
'admin' => 'Admin',
'collections' => 'Collections',
'follow' => 'Подписаться',
'unfollow' => 'Отписаться',
'editProfile' => 'Редактировать профиль',
'followRequested' => 'Follow Requested',
'joined' => 'Joined',
],
'menu' => [
'viewPost' => 'View Post',
'viewProfile' => 'Посмотреть профиль',
'moderationTools' => 'Moderation Tools',
'report' => 'Пожаловаться',
'archive' => 'Архив',
'unarchive' => 'Вернуть из архива',
'embed' => 'Embed',
'selectOneOption' => 'Select one of the following options',
'unlistFromTimelines' => 'Unlist from Timelines',
'addCW' => 'Add Content Warning',
'removeCW' => 'Remove Content Warning',
'markAsSpammer' => 'Mark as Spammer',
'markAsSpammerText' => 'Unlist + CW existing and future posts',
'spam' => 'Спам',
'sensitive' => 'Sensitive Content',
'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account',
'copyrightInfringement' => 'Copyright Infringement',
'impersonation' => 'Impersonation',
'scamOrFraud' => 'Scam or Fraud',
'confirmReport' => 'Confirm Report',
'confirmReportText' => 'Are you sure you want to report this post?',
'reportSent' => 'Report Sent!',
'reportSentText' => 'We have successfully received your report.',
'reportSentError' => 'There was an issue reporting this post.',
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
'modCWSuccess' => 'Successfully added content warning',
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
'modRemoveCWSuccess' => 'Successfully removed content warning',
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
'modUnlistSuccess' => 'Successfully unlisted post',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
'toFollowers' => 'to Followers',
'showCaption' => 'Show Caption',
'showLikes' => 'Show Likes',
'compactMode' => 'Compact Mode',
'embedConfirmText' => 'By using this embed, you agree to our',
'deletePostConfirm' => 'Are you sure you want to delete this post?',
'archivePostConfirm' => 'Are you sure you want to archive this post?',
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
],
'story' => [
'add' => 'Add Story'
],
'timeline' => [
'peopleYouMayKnow' => 'People you may know'
]
];