diff options
| author | Ole Bertram <git@bertr.am> | 2018-06-23 22:10:13 +0200 |
|---|---|---|
| committer | Ole Bertram <git@bertr.am> | 2018-06-23 22:10:15 +0200 |
| commit | 44428e8b09630495347afd4d2fbb4a303cbcee00 (patch) | |
| tree | e1a74f33f828752992fccd54723aa29573c9133a /src/i18n/messages.js | |
| parent | 05bc6fa8e89526783581c224e573a9ebb4e9de32 (diff) | |
Add warning/info text on appriopriate status scopes
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 96eaac4a..70a06ec1 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -118,6 +118,9 @@ const de = { post_status: { posting: 'Veröffentlichen', default: 'Sitze gerade im Hofbräuhaus.', + account_not_locked_warning: 'Dein Profil ist nicht {0}. Wer dir folgen will, kann das jederzeit tun und dann auch deine privaten Beiträge sehen.', + account_not_locked_warning_link: 'gesperrt', + direct_warning: 'Dieser Beitrag wird nur für die erwähnten Nutzer sichtbar sein.', scope: { public: 'Öffentlich - Beitrag an öffentliche Zeitleisten', unlisted: 'Nicht gelistet - Nicht in öffentlichen Zeitleisten anzeigen', @@ -357,6 +360,9 @@ const en = { posting: 'Posting', content_warning: 'Subject (optional)', default: 'Just landed in L.A.', + account_not_locked_warning: 'Your account is not {0}. Anyone can follow you to view your follower-only posts.', + account_not_locked_warning_link: 'locked', + direct_warning: 'This post will only be visible to all the mentioned users.', scope: { public: 'Public - Post to public timelines', unlisted: 'Unlisted - Do not post to public timelines', |
