diff --git a/locales/de/translation.json b/locales/de/translation.json new file mode 100644 index 00000000..003cad8a --- /dev/null +++ b/locales/de/translation.json @@ -0,0 +1,109 @@ +{ + "timeline": { + "home": "Home", + "notifications": "Notifications", + "local": "Local", + "public": "Public", + "search": "Search", + "status": { + "boosted": "{user} boosted", + "poll": { + "refresh": "Refresh", + "vote": "Vote", + "people": "{num} people", + "closed": "Closed" + }, + "show_more": "Show more", + "show_less": "Show less", + "cw": "Media hidden" + } + }, + "accounts": { + "new": { + "title": "Add account", + "sign_in": "Sign in", + "authorize": "Authorize" + } + }, + "notification": { + "favourite": { + "title": "Favourite", + "body": "{user} favourited your post" + }, + "reblog": { + "title": "Boost", + "body": "{user} boosted your post" + }, + "quote": { + "title": "Quote", + "body": "{user} quoted your post" + }, + "poll_expired": { + "title": "Poll", + "body": "{user} poll has ended" + }, + "poll_vote": { + "title": "Poll", + "body": "{user} voted your poll" + }, + "status": { + "title": "Status", + "body": "{user} just posted" + }, + "update": { + "title": "Update", + "body": "{user} updated the post" + }, + "emoji_reaction": { + "title": "Reaction", + "body": "{user} reacted your post" + }, + "follow": { + "title": "Follow", + "body": "{user} followed you", + "followers": "{num} followers" + }, + "follow_request": { + "title": "Follow Request", + "body": "{user} requested to follow you" + } + }, + "compose": { + "placeholder": "What's on your mind?", + "spoiler": { + "placeholder": "Write your warning here" + }, + "visibility": { + "public": "Public", + "unlisted": "Unlisted", + "private": "Private", + "direct": "Direct" + }, + "nsfw": "Sensitive", + "poll": { + "add": "Add a choice", + "5min": "5 minutes", + "30min": "30 minutes", + "1h": "1 hour", + "6h": "6 hours", + "1d": "1 day", + "3d": "3 days", + "7d": "7 days", + "multiple": "multiple" + } + }, + "alert": { + "validation": { + "attachment_type": "You can attach only images or videos" + }, + "upload_error": "Failed to upload the file" + }, + "profile": { + "follow": "Follow", + "unfollow": "Unfollow", + "open_original": "Open original page", + "timeline": "Timeline", + "followers": "Followers", + "followings": "Followings" + } +}