forked from zelo72/mastodon-ios
New translations app.json (Russian)
This commit is contained in:
parent
39596d8d84
commit
0c8c793b69
|
@ -46,7 +46,7 @@
|
|||
},
|
||||
"delete_post": {
|
||||
"title": "Вы уверены, что хотите удалить этот пост?",
|
||||
"delete": "Удалить"
|
||||
"message": "Are you sure you want to delete this post?"
|
||||
},
|
||||
"clean_cache": {
|
||||
"title": "Очистка кэша",
|
||||
|
@ -140,7 +140,8 @@
|
|||
"unreblog": "Убрать продвижение",
|
||||
"favorite": "Добавить в избранное",
|
||||
"unfavorite": "Убрать из избранного",
|
||||
"menu": "Меню"
|
||||
"menu": "Меню",
|
||||
"hide": "Hide"
|
||||
},
|
||||
"tag": {
|
||||
"url": "Ссылка",
|
||||
|
@ -149,6 +150,12 @@
|
|||
"hashtag": "Хэштег",
|
||||
"email": "E-mail",
|
||||
"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": {
|
||||
|
@ -412,16 +419,26 @@
|
|||
"segmented_control": {
|
||||
"posts": "Посты",
|
||||
"replies": "Ответы",
|
||||
"media": "Медиа"
|
||||
"posts_and_replies": "Posts and Replies",
|
||||
"media": "Медиа",
|
||||
"about": "About"
|
||||
},
|
||||
"relationship_action_alert": {
|
||||
"confirm_mute_user": {
|
||||
"title": "Mute Account",
|
||||
"message": "Confirm to mute %s"
|
||||
},
|
||||
"confirm_unmute_user": {
|
||||
"title": "Убрать из игнорируемых",
|
||||
"message": "Убрать %s из игнорируемых?"
|
||||
},
|
||||
"confirm_unblock_usre": {
|
||||
"title": "Разблокировать",
|
||||
"message": "Убрать %s из списка блокировки?"
|
||||
"confirm_block_user": {
|
||||
"title": "Block Account",
|
||||
"message": "Confirm to block %s"
|
||||
},
|
||||
"confirm_unblock_user": {
|
||||
"title": "Unblock Account",
|
||||
"message": "Confirm to unblock %s"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -472,12 +489,14 @@
|
|||
"Everything": "Все",
|
||||
"Mentions": "Упоминания"
|
||||
},
|
||||
"user_followed_you": "%s подписался (-ась)",
|
||||
"user_favorited your post": "%s favorited your post",
|
||||
"user_reblogged_your_post": "%s reblogged your post",
|
||||
"user_mentioned_you": "%s упомянул вас",
|
||||
"user_requested_to_follow_you": "%s запрашивает подписку",
|
||||
"user_your_poll_has_ended": "%s Your poll has ended",
|
||||
"notification_description": {
|
||||
"followed_you": "followd you",
|
||||
"favorited_your_post": "favorited your post",
|
||||
"reblogged_your_post": "reblogged your post",
|
||||
"mentioned_you": "mentioned you",
|
||||
"request_to_follow_you": "request to follow you",
|
||||
"poll_has_ended": "poll has ended"
|
||||
},
|
||||
"keyobard": {
|
||||
"show_everything": "Показать все",
|
||||
"show_mentions": "Показать упоминания"
|
||||
|
@ -496,6 +515,13 @@
|
|||
"light": "Светлая тема",
|
||||
"dark": "Тёмная тема"
|
||||
},
|
||||
"look_and_feel": {
|
||||
"title": "Look and Feel",
|
||||
"use_system": "Use System",
|
||||
"really_dark": "Really Dark",
|
||||
"sorta_dark": "Sorta Dark",
|
||||
"light": "Light"
|
||||
},
|
||||
"notifications": {
|
||||
"title": "Уведомления",
|
||||
"favorites": "Добавляет мой пост в избранное",
|
||||
|
@ -537,14 +563,17 @@
|
|||
}
|
||||
},
|
||||
"report": {
|
||||
"title_report": "Report",
|
||||
"title": "Пожаловаться на %s",
|
||||
"step1": "Шаг 1 из 2",
|
||||
"step2": "Шаг 2 из 2",
|
||||
"content1": "Есть ли другие сообщения, которые вы хотите добавить в отчёт?",
|
||||
"content2": "Есть ли что-то, что модераторы должны знать об этом сообщении?",
|
||||
"report_sent_title": "Thanks for reporting, we’ll look into this.",
|
||||
"send": "Пожаловаться",
|
||||
"skip_to_send": "Отправить без комментария",
|
||||
"text_placeholder": "Дополнительные комментарии"
|
||||
"text_placeholder": "Дополнительные комментарии",
|
||||
"reported": "REPORTED"
|
||||
},
|
||||
"preview": {
|
||||
"keyboard": {
|
||||
|
@ -564,4 +593,4 @@
|
|||
"accessibility_hint": "Double tap to dismiss this wizard"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue