diff options
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 7 | ||||
| -rw-r--r-- | src/i18n/ru.json | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index f98fa034..6847646c 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -95,10 +95,9 @@ "direct_warning_to_first_only": "This post will only be visible to the mentioned users at the beginning of the message.", "posting": "Posting", "scope_notice": { - "public": "Post to public timelines", - "private": "Post to followers only", - "unlisted": "Do not post to public timelines", - "direct": "Post to mentioned users only" + "public": "This post will be visible to everyone", + "private": "This post will be visible to your followers only", + "unlisted": "This post will not be visible in Public Timeline and The Whole Known Network" }, "scope": { "direct": "Direct - Post to mentioned users only", diff --git a/src/i18n/ru.json b/src/i18n/ru.json index 5450f154..c4a55293 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -42,8 +42,13 @@ "attachments_sensitive": "Вложения содержат чувствительный контент", "content_warning": "Тема (не обязательно)", "default": "Что нового?", - "direct_warning": "Этот пост будет видет только упомянутым пользователям", + "direct_warning": "Этот пост будет виден только упомянутым пользователям", "posting": "Отправляется", + "scope_notice": { + "public": "Этот пост будет виден всем", + "private": "Этот пост будет виден только вашим подписчикам", + "unlisted": "Этот пост не будет виден в публичной и федеративной ленте" + }, "scope": { "direct": "Личное - этот пост видят только те кто в нём упомянут", "private": "Для подписчиков - этот пост видят только подписчики", |
