diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-09 17:13:50 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-09 17:13:50 +0000 |
| commit | 177e53cf6a93e4a00ed0ed979f89789340fb8f51 (patch) | |
| tree | 2092cd0226f0e5e8b950570f5871b8bf5dc636f5 /src/i18n | |
| parent | d5d7658418e6f167c7a1ac07befbaf3583b9a283 (diff) | |
| parent | a89010843deb67f8c03e72ab8681b1de54b3259b (diff) | |
Merge branch 'mobile-scope' into 'develop'
Display additional scope description above the status form for mobile users.
Closes #505
See merge request pleroma/pleroma-fe!767
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 5 | ||||
| -rw-r--r-- | src/i18n/ru.json | 7 |
2 files changed, 11 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index ae6b9951..b4f0deb2 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -94,6 +94,11 @@ "direct_warning_to_all": "This post will be visible to all the mentioned users.", "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": "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", "private": "Followers-only - Post to followers only", diff --git a/src/i18n/ru.json b/src/i18n/ru.json index e02aa1a8..b3ab322d 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": "Для подписчиков - этот пост видят только подписчики", |
