New translations app.json (Russian)

This commit is contained in:
Eugen Rochko 2022-02-11 16:03:52 +01:00
parent 39596d8d84
commit 0c8c793b69
1 changed files with 43 additions and 14 deletions

View File

@ -46,7 +46,7 @@
}, },
"delete_post": { "delete_post": {
"title": "Вы уверены, что хотите удалить этот пост?", "title": "Вы уверены, что хотите удалить этот пост?",
"delete": "Удалить" "message": "Are you sure you want to delete this post?"
}, },
"clean_cache": { "clean_cache": {
"title": "Очистка кэша", "title": "Очистка кэша",
@ -140,7 +140,8 @@
"unreblog": "Убрать продвижение", "unreblog": "Убрать продвижение",
"favorite": "Добавить в избранное", "favorite": "Добавить в избранное",
"unfavorite": "Убрать из избранного", "unfavorite": "Убрать из избранного",
"menu": "Меню" "menu": "Меню",
"hide": "Hide"
}, },
"tag": { "tag": {
"url": "Ссылка", "url": "Ссылка",
@ -149,6 +150,12 @@
"hashtag": "Хэштег", "hashtag": "Хэштег",
"email": "E-mail", "email": "E-mail",
"emoji": "Эмодзи" "emoji": "Эмодзи"
},
"visibility": {
"unlisted": "Everyone can see this post but not display in the public timeline.",
"private": "Only their followers can see this post.",
"private_from_me": "Only my followers can see this post.",
"direct": "Only mentioned user can see this post."
} }
}, },
"friendship": { "friendship": {
@ -412,16 +419,26 @@
"segmented_control": { "segmented_control": {
"posts": "Посты", "posts": "Посты",
"replies": "Ответы", "replies": "Ответы",
"media": "Медиа" "posts_and_replies": "Posts and Replies",
"media": "Медиа",
"about": "About"
}, },
"relationship_action_alert": { "relationship_action_alert": {
"confirm_mute_user": {
"title": "Mute Account",
"message": "Confirm to mute %s"
},
"confirm_unmute_user": { "confirm_unmute_user": {
"title": "Убрать из игнорируемых", "title": "Убрать из игнорируемых",
"message": "Убрать %s из игнорируемых?" "message": "Убрать %s из игнорируемых?"
}, },
"confirm_unblock_usre": { "confirm_block_user": {
"title": "Разблокировать", "title": "Block Account",
"message": "Убрать %s из списка блокировки?" "message": "Confirm to block %s"
},
"confirm_unblock_user": {
"title": "Unblock Account",
"message": "Confirm to unblock %s"
} }
} }
}, },
@ -472,12 +489,14 @@
"Everything": "Все", "Everything": "Все",
"Mentions": "Упоминания" "Mentions": "Упоминания"
}, },
"user_followed_you": "%s подписался (-ась)", "notification_description": {
"user_favorited your post": "%s favorited your post", "followed_you": "followd you",
"user_reblogged_your_post": "%s reblogged your post", "favorited_your_post": "favorited your post",
"user_mentioned_you": "%s упомянул вас", "reblogged_your_post": "reblogged your post",
"user_requested_to_follow_you": "%s запрашивает подписку", "mentioned_you": "mentioned you",
"user_your_poll_has_ended": "%s Your poll has ended", "request_to_follow_you": "request to follow you",
"poll_has_ended": "poll has ended"
},
"keyobard": { "keyobard": {
"show_everything": "Показать все", "show_everything": "Показать все",
"show_mentions": "Показать упоминания" "show_mentions": "Показать упоминания"
@ -496,6 +515,13 @@
"light": "Светлая тема", "light": "Светлая тема",
"dark": "Тёмная тема" "dark": "Тёмная тема"
}, },
"look_and_feel": {
"title": "Look and Feel",
"use_system": "Use System",
"really_dark": "Really Dark",
"sorta_dark": "Sorta Dark",
"light": "Light"
},
"notifications": { "notifications": {
"title": "Уведомления", "title": "Уведомления",
"favorites": "Добавляет мой пост в избранное", "favorites": "Добавляет мой пост в избранное",
@ -537,14 +563,17 @@
} }
}, },
"report": { "report": {
"title_report": "Report",
"title": "Пожаловаться на %s", "title": "Пожаловаться на %s",
"step1": "Шаг 1 из 2", "step1": "Шаг 1 из 2",
"step2": "Шаг 2 из 2", "step2": "Шаг 2 из 2",
"content1": "Есть ли другие сообщения, которые вы хотите добавить в отчёт?", "content1": "Есть ли другие сообщения, которые вы хотите добавить в отчёт?",
"content2": "Есть ли что-то, что модераторы должны знать об этом сообщении?", "content2": "Есть ли что-то, что модераторы должны знать об этом сообщении?",
"report_sent_title": "Thanks for reporting, well look into this.",
"send": "Пожаловаться", "send": "Пожаловаться",
"skip_to_send": "Отправить без комментария", "skip_to_send": "Отправить без комментария",
"text_placeholder": "Дополнительные комментарии" "text_placeholder": "Дополнительные комментарии",
"reported": "REPORTED"
}, },
"preview": { "preview": {
"keyboard": { "keyboard": {
@ -564,4 +593,4 @@
"accessibility_hint": "Double tap to dismiss this wizard" "accessibility_hint": "Double tap to dismiss this wizard"
} }
} }
} }