Some German translations

I added some German translations.
This commit is contained in:
R. Sato 2019-08-21 21:22:56 +09:00 committed by GitHub
parent 4fe6949255
commit 9c14bc2109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 38 deletions

View File

@ -5,23 +5,23 @@
"follow_requests": "Follow Requests" "follow_requests": "Follow Requests"
}, },
"header_menu": { "header_menu": {
"settings": "Settings", "settings": "Einstellungen",
"follow_requests": "Follow Requests", "follow_requests": "Follow Requests",
"mention": "Mention", "mention": "Erwähnen",
"direct_messages": "Direct Messages", "direct_messages": "Direkt Nachrichten",
"filter": { "filter": {
"show_dms": "Show direct messages" "show_dms": "Show direct messages"
} }
}, },
"settings": { "settings": {
"timeline": { "timeline": {
"title": "Timeline", "title": "Zeitleiste",
"unread_notification": { "unread_notification": {
"title": "Unread Notification", "title": "Unread Notification",
"description": "Customize unread notifications for each timelines.", "description": "Customize unread notifications for each timelines.",
"direct": "Direct Messages", "direct": "Direkt Nachrichten",
"local": "Local Timeline", "local": "Lokale Zeitleiste",
"public": "Public Timeline" "public": "Öffentliche Zeitleiste"
} }
} }
}, },
@ -31,59 +31,59 @@
"modals": { "modals": {
"new_toot": { "new_toot": {
"footer": { "footer": {
"poll": "Add a poll" "poll": "Umfrage hinzufügen"
}, },
"poll": { "poll": {
"add_choice": "Add a choice", "add_choice": "Zeitauswahl",
"expires": { "expires": {
"5_minutes": "5 minutes", "5_minutes": "5 Minuten",
"30_minutes": "30 minutes", "30_minutes": "30 Minuten",
"1_hour": "1 hour", "1_hour": "1 Stunde",
"6_hours": "6 hours", "6_hours": "6 Stunde",
"1_day": "1 day", "1_day": "1 Tag",
"3_days": "3 days", "3_days": "3 Tage",
"7_days": "7 days" "7_days": "7 Tage"
} }
} }
}, },
"report": { "report": {
"title": "Reporting this user", "title": "Melde diesen Benutzer",
"comment": "Additional comments", "comment": "Warum soll geblockt werden?",
"cancel": "Cancel", "cancel": "Abbrechen",
"ok": "Report" "ok": "Senden"
}, },
"shortcut": { "shortcut": {
"h": "Switch the focus to left column", "h": "Switch the focus to left column",
"l": "Switch the focus to right column", "l": "Switch the focus to right column",
"?": "Show this help" "?": "Zeige diese Hilfe"
} }
}, },
"preferences": { "preferences": {
"general": { "general": {
"timeline": { "timeline": {
"title": "Timeline", "title": "Zeitleiste",
"description": "Customize view in your timelines.", "description": "Customize view in your timelines.",
"cw": "Always ignore contents warnings", "cw": "Ignoriere immer Content Warnungen",
"nfsw": "Always ignore NFSW of medias", "nfsw": "Ignogiere immer NFSW Medien",
"hideAllAttachments": "Hide all medias" "hideAllAttachments": "Verstecke alle Medien"
} }
}, },
"appearance": { "appearance": {
"toot_padding": "Padding around toot" "toot_padding": "Abstand zwischen den Toot"
} }
}, },
"follow_requests": { "follow_requests": {
"accept": "Accept", "accept": "Annehmen",
"reject": "Reject" "reject": "Ablehnen"
}, },
"cards": { "cards": {
"toot": { "toot": {
"poll": { "poll": {
"vote": "Vote", "vote": "Abstimmen",
"votes_count": "votes", "votes_count": "Stimmen",
"until": "until {{datetime}}", "until": "bis {{datetime}}",
"left": "{{datetime}} left", "left": "{{datetime}} verstrichen",
"refresh": "Refresh" "refresh": "Aktualisieren"
} }
} }
}, },
@ -94,20 +94,20 @@
}, },
"validation": { "validation": {
"new_toot": { "new_toot": {
"poll_invalid": "Invalid poll choices" "poll_invalid": "Ungültige Umfragen-Auswahl"
} }
}, },
"notification": { "notification": {
"favourite": { "favourite": {
"title": "Favourite", "title": "Favoriten",
"body": "{{username}} favourited your status" "body": "{{username}} favourited your status"
}, },
"follow": { "follow": {
"title": "Follow", "title": "Folgen",
"body": "{{username}} is now following you" "body": "{{username}} folgt dir jetzt"
}, },
"reblog": { "reblog": {
"title": "Reblog", "title": "Teilen",
"body": "{{username}} boosted your status" "body": "{{username}} boosted your status"
} }
} }