aboutsummaryrefslogtreecommitdiff
path: root/src/i18n/messages.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/messages.js')
-rw-r--r--src/i18n/messages.js22
1 files changed, 20 insertions, 2 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js
index 3a9f2e63..70a06ec1 100644
--- a/src/i18n/messages.js
+++ b/src/i18n/messages.js
@@ -117,7 +117,16 @@ const de = {
},
post_status: {
posting: 'Veröffentlichen',
- default: 'Sitze gerade im Hofbräuhaus.'
+ 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',
+ private: 'Nur Folgende - Beitrag nur an Folgende',
+ direct: 'Direkt - Beitrag nur an erwähnte Profile'
+ }
},
finder: {
find_user: 'Finde Benutzer',
@@ -350,7 +359,16 @@ const en = {
post_status: {
posting: 'Posting',
content_warning: 'Subject (optional)',
- default: 'Just landed in L.A.'
+ 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',
+ private: 'Followers-only - Post to followers only',
+ direct: 'Direct - Post to mentioned users only'
+ }
},
finder: {
find_user: 'Find user',