mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-11 14:40:46 +00:00
New translations web.php (Russian)
[ci skip]
This commit is contained in:
parent
1d13ea98d9
commit
7d57bb8ced
1 changed files with 59 additions and 59 deletions
|
@ -3,74 +3,74 @@
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'common' => [
|
'common' => [
|
||||||
'comment' => 'Comment',
|
'comment' => 'Комментарий',
|
||||||
'commented' => 'Commented',
|
'commented' => 'Прокомментировано',
|
||||||
'comments' => 'Comments',
|
'comments' => 'Комментарии',
|
||||||
'like' => 'Like',
|
'like' => 'Мне нравится',
|
||||||
'liked' => 'Liked',
|
'liked' => 'Вы лайкнули',
|
||||||
'likes' => 'Likes',
|
'likes' => 'Лайки',
|
||||||
'share' => 'Share',
|
'share' => 'Поделиться',
|
||||||
'shared' => 'Shared',
|
'shared' => 'Поделились',
|
||||||
'shares' => 'Shares',
|
'shares' => 'Shares',
|
||||||
'unshare' => 'Unshare',
|
'unshare' => 'Unshare',
|
||||||
|
|
||||||
'cancel' => 'Cancel',
|
'cancel' => 'Отмена',
|
||||||
'copyLink' => 'Copy Link',
|
'copyLink' => 'Скопировать ссылку',
|
||||||
'delete' => 'Delete',
|
'delete' => 'Удалить',
|
||||||
'error' => 'Error',
|
'error' => 'Ошибка',
|
||||||
'errorMsg' => 'Something went wrong. Please try again later.',
|
'errorMsg' => 'Что-то пошло не так. Пожалуйста, попробуйте еще раз позже.',
|
||||||
'oops' => 'Oops!',
|
'oops' => 'Упс!',
|
||||||
'other' => 'Other',
|
'other' => 'Прочее',
|
||||||
'readMore' => 'Read more',
|
'readMore' => 'Читать далее',
|
||||||
'success' => 'Success',
|
'success' => 'Успешно',
|
||||||
|
|
||||||
'sensitive' => 'Sensitive',
|
'sensitive' => 'Чувствительный',
|
||||||
'sensitiveContent' => 'Sensitive Content',
|
'sensitiveContent' => 'Чувствительный контент',
|
||||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
'sensitiveContentWarning' => 'Этот пост может содержать чувствительный контент',
|
||||||
],
|
],
|
||||||
|
|
||||||
'site' => [
|
'site' => [
|
||||||
'terms' => 'Terms of Use',
|
'terms' => 'Условия использования',
|
||||||
'privacy' => 'Privacy Policy',
|
'privacy' => 'Политика конфиденциальности',
|
||||||
],
|
],
|
||||||
|
|
||||||
'navmenu' => [
|
'navmenu' => [
|
||||||
'search' => 'Search',
|
'search' => 'Поиск',
|
||||||
'admin' => 'Admin Dashboard',
|
'admin' => 'Панель администратора',
|
||||||
|
|
||||||
// Timelines
|
// Timelines
|
||||||
'homeFeed' => 'Home Feed',
|
'homeFeed' => 'Домашняя лента',
|
||||||
'localFeed' => 'Local Feed',
|
'localFeed' => 'Локальная лента',
|
||||||
'globalFeed' => 'Global Feed',
|
'globalFeed' => 'Глобальная лента',
|
||||||
|
|
||||||
// Core features
|
// Core features
|
||||||
'discover' => 'Discover',
|
'discover' => 'Общее',
|
||||||
'directMessages' => 'Direct Messages',
|
'directMessages' => 'Личные Сообщения',
|
||||||
'notifications' => 'Notifications',
|
'notifications' => 'Уведомления',
|
||||||
'groups' => 'Groups',
|
'groups' => 'Группы',
|
||||||
'stories' => 'Stories',
|
'stories' => 'Истории',
|
||||||
|
|
||||||
// Self links
|
// Self links
|
||||||
'profile' => 'Profile',
|
'profile' => 'Профиль',
|
||||||
'drive' => 'Drive',
|
'drive' => 'Диск',
|
||||||
'settings' => 'Settings',
|
'settings' => 'Настройки',
|
||||||
'compose' => 'Create New',
|
'compose' => 'Создать новый пост',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'About',
|
'about' => 'О нас',
|
||||||
'help' => 'Help',
|
'help' => 'Помощь',
|
||||||
'language' => 'Language',
|
'language' => 'Язык',
|
||||||
'privacy' => 'Privacy',
|
'privacy' => 'Конфиденциальность',
|
||||||
'terms' => 'Terms',
|
'terms' => 'Условия использования',
|
||||||
|
|
||||||
// Temporary links
|
// Temporary links
|
||||||
'backToPreviousDesign' => 'Go back to previous design'
|
'backToPreviousDesign' => 'Вернуться к предыдущему дизайну'
|
||||||
],
|
],
|
||||||
|
|
||||||
'directMessages' => [
|
'directMessages' => [
|
||||||
'inbox' => 'Inbox',
|
'inbox' => 'Входящие',
|
||||||
'sent' => 'Sent',
|
'sent' => 'Отправленные',
|
||||||
'requests' => 'Requests'
|
'requests' => 'Запросы'
|
||||||
],
|
],
|
||||||
|
|
||||||
'notifications' => [
|
'notifications' => [
|
||||||
|
@ -85,16 +85,16 @@ return [
|
||||||
|
|
||||||
'followed' => 'followed',
|
'followed' => 'followed',
|
||||||
'mentioned' => 'mentioned',
|
'mentioned' => 'mentioned',
|
||||||
'you' => 'you',
|
'you' => 'вы',
|
||||||
|
|
||||||
'yourApplication' => 'Your application to join',
|
'yourApplication' => 'Ваше заявка на вступление',
|
||||||
'applicationApproved' => 'was approved!',
|
'applicationApproved' => 'было одобрено!',
|
||||||
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
|
'applicationRejected' => 'было отклонено. Вы можете повторно подать заявку на регистрацию в течение 6 месяцев.',
|
||||||
|
|
||||||
'dm' => 'dm',
|
'dm' => 'dm',
|
||||||
'groupPost' => 'group post',
|
'groupPost' => 'сообщения группы',
|
||||||
'modlog' => 'modlog',
|
'modlog' => 'modlog',
|
||||||
'post' => 'post',
|
'post' => 'пост',
|
||||||
'story' => 'story',
|
'story' => 'story',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -111,20 +111,20 @@ return [
|
||||||
'following' => 'Following',
|
'following' => 'Following',
|
||||||
'admin' => 'Admin',
|
'admin' => 'Admin',
|
||||||
'collections' => 'Collections',
|
'collections' => 'Collections',
|
||||||
'follow' => 'Follow',
|
'follow' => 'Подписаться',
|
||||||
'unfollow' => 'Unfollow',
|
'unfollow' => 'Отписаться',
|
||||||
'editProfile' => 'Edit Profile',
|
'editProfile' => 'Редактировать профиль',
|
||||||
'followRequested' => 'Follow Requested',
|
'followRequested' => 'Follow Requested',
|
||||||
'joined' => 'Joined',
|
'joined' => 'Joined',
|
||||||
],
|
],
|
||||||
|
|
||||||
'menu' => [
|
'menu' => [
|
||||||
'viewPost' => 'View Post',
|
'viewPost' => 'View Post',
|
||||||
'viewProfile' => 'View Profile',
|
'viewProfile' => 'Посмотреть профиль',
|
||||||
'moderationTools' => 'Moderation Tools',
|
'moderationTools' => 'Moderation Tools',
|
||||||
'report' => 'Report',
|
'report' => 'Пожаловаться',
|
||||||
'archive' => 'Archive',
|
'archive' => 'Архив',
|
||||||
'unarchive' => 'Unarchive',
|
'unarchive' => 'Вернуть из архива',
|
||||||
'embed' => 'Embed',
|
'embed' => 'Embed',
|
||||||
|
|
||||||
'selectOneOption' => 'Select one of the following options',
|
'selectOneOption' => 'Select one of the following options',
|
||||||
|
@ -133,7 +133,7 @@ return [
|
||||||
'removeCW' => 'Remove Content Warning',
|
'removeCW' => 'Remove Content Warning',
|
||||||
'markAsSpammer' => 'Mark as Spammer',
|
'markAsSpammer' => 'Mark as Spammer',
|
||||||
'markAsSpammerText' => 'Unlist + CW existing and future posts',
|
'markAsSpammerText' => 'Unlist + CW existing and future posts',
|
||||||
'spam' => 'Spam',
|
'spam' => 'Спам',
|
||||||
'sensitive' => 'Sensitive Content',
|
'sensitive' => 'Sensitive Content',
|
||||||
'abusive' => 'Abusive or Harmful',
|
'abusive' => 'Abusive or Harmful',
|
||||||
'underageAccount' => 'Underage Account',
|
'underageAccount' => 'Underage Account',
|
||||||
|
|
Loading…
Reference in a new issue