New translations translation.json (German)

This commit is contained in:
AkiraFukushima 2019-11-19 01:00:02 +09:00
parent 7430f85e0d
commit 004e02e0ed
1 changed files with 278 additions and 220 deletions

View File

@ -2,134 +2,144 @@
"main_menu": {
"application": {
"name": "Whalebird",
"about": "Über Whalebird",
"preferences": "Einstellungen …",
"services": "Dienste",
"hide": "Whalebird verstecken",
"hide_others": "Andere verstecken",
"show_all": "Alle anzeigen",
"about": "About Whalebird",
"preferences": "Preferences...",
"services": "Services",
"hide": "Hide Whalebird",
"hide_others": "Hide Others",
"show_all": "Show All",
"open": "Open Window",
"quit": "Beenden"
"quit": "Quit"
},
"toot": {
"name": "Toot",
"new": "Neuer Toot"
"new": "New Toot"
},
"edit": {
"name": "Bearbeiten",
"undo": "Rückgängig",
"redo": "Wiederholen",
"cut": "Ausschneiden",
"copy": "Kopieren",
"paste": "Einfügen",
"select_all": "Alle auswählen"
"name": "Edit",
"undo": "Undo",
"redo": "Redo",
"cut": "Cut",
"copy": "Copy",
"paste": "Paste",
"select_all": "Select All"
},
"view": {
"name": "Ansicht",
"toggle_full_screen": "Vollbild umschalten"
"name": "View",
"toggle_full_screen": "Toggle Full Screen"
},
"window": {
"name": "Fenster",
"close": "Fenster schließen",
"name": "Window",
"close": "Close Window",
"open": "Open Window",
"minimize": "Minimieren",
"jump_to": "Springe zu"
"minimize": "Minimize",
"jump_to": "Jump to"
}
},
"global_header": {
"add_new_account": "Neues Konto hinzufügen"
"add_new_account": "Add new account"
},
"side_menu": {
"profile": "Profil",
"show_profile": "Profil ansehen",
"edit_profile": "Profil bearbeiten",
"profile": "Profile",
"show_profile": "Show profile",
"edit_profile": "Edit profile",
"settings": "Settings",
"collapse": "Zusammenbruch",
"expand": "Erweitern",
"collapse": "Collapse",
"expand": "Expand",
"home": "Home",
"notification": "Benachrichtigung",
"favourite": "Favorit",
"local": "Lokale Timeline",
"public": "Öffenliche Timeline",
"notification": "Notification",
"mention": "Mention",
"direct": "Direct messages",
"follow_requests": "Follow Requests",
"favourite": "Favourite",
"local": "Local timeline",
"public": "Public timeline",
"hashtag": "Hashtag",
"search": "Suche",
"lists": "Listen",
"mention": "Erwähnen",
"direct": "Direkt Nachrichten"
"search": "Search",
"lists": "Lists"
},
"header_menu": {
"home": "Home",
"notification": "Benachrichtigung",
"favourite": "Favorit",
"local": "Lokale Timeline",
"public": "Öffenliche Timeline",
"notification": "Notification",
"mention": "Mention",
"favourite": "Favourite",
"follow_requests": "Follow Requests",
"direct_messages": "Direct Messages",
"local": "Local timeline",
"public": "Public timeline",
"hashtag": "Hashtag",
"search": "Suche",
"lists": "Listen",
"members": "Mitglieder",
"search": "Search",
"lists": "Lists",
"members": "Members",
"filter": {
"title": "Filter",
"placeholder": "Mit regulären Ausdrücken filtern",
"show_reblogs": "Geteilte Beiträge anzeigen",
"show_replies": "Antworten anzeigen",
"apply": "Übernehmen"
"placeholder": "Filter out by regular expressions",
"show_dms": "Show direct messages",
"show_reblogs": "Show reblogs",
"show_replies": "Show replies",
"apply": "Apply"
},
"new_toot": "Toot",
"reload": "Neu laden",
"settings": "Einstellungen",
"mention": "Erwähnen",
"direct_messages": "Direkt Nachrichten"
"reload": "Reload",
"settings": "Settings"
},
"settings": {
"title": "Settings",
"general": {
"title": "Settings",
"title": "General",
"toot": {
"title": "Toot",
"visibility": {
"description": "Customize default visibility of toot.",
"public": "Öffenlich",
"unlisted": "Nicht gelistet",
"private": "Privat",
"direct": "Direkt"
"public": "Public",
"unlisted": "Unlisted",
"private": "Private",
"direct": "Direct"
},
"sensitive": {
"description": "Mark medias as sensitive by default"
"description": "Mark media as sensitive by default"
}
}
},
"timeline": {
"title": "Zeitleiste",
"title": "Timeline",
"unread_notification": {
"direct": "Direkt Nachrichten",
"local": "Lokale Zeitleiste",
"public": "Öffentliche Zeitleiste"
"title": "Unread Notification",
"description": "Customize unread notifications for each timeline.",
"direct": "Direct Messages",
"local": "Local Timeline",
"public": "Public Timeline"
}
}
},
"preferences": {
"title": "Einstellungen",
"title": "Preferences",
"general": {
"title": "Allgemein",
"title": "General",
"sounds": {
"title": "Klänge",
"title": "Sounds",
"description": "Please set feedback sounds.",
"fav_rb": "When you favourite or boost the toot",
"fav_rb": "When you favorite or boost the toot",
"toot": "When you post toot"
},
"timeline": {
"title": "Zeitleiste",
"cw": "Ignoriere immer Content Warnungen",
"nfsw": "Ignogiere immer NFSW Medien",
"hideAllAttachments": "Verstecke alle Medien"
"title": "Timeline",
"description": "Customize view in your timelines.",
"cw": "Always ignore contents warnings",
"nfsw": "Always ignore NFSW of medias",
"hideAllAttachments": "Hide all medias"
},
"other": {
"title": "Other options",
"launch": "Launch app on login"
}
},
"appearance": {
"title": "Anzeige",
"theme_color": "Themenfarbe",
"title": "Appearance",
"theme_color": "Theme color",
"theme": {
"light": "Hell",
"dark": "Dunkel",
"light": "Light",
"dark": "Dark",
"solarized_light": "SolarizedLight",
"solarized_dark": "SolarizedDark",
"kimbie_dark": "KimbieDark",
@ -147,14 +157,14 @@
"header_menu_color": "Header menu",
"wrapper_mask_color": "Modal wrapper"
},
"font_size": "Schriftgröße",
"font_size": "Font size",
"font_family": "Font family",
"toot_padding": "Abstand zwischen den Toot",
"toot_padding": "Padding around toots",
"display_style": {
"title": "Anzeigestil",
"display_name_and_username": "Anzeige- und Benutzername",
"display_name": "Anzeigename",
"username": "Benutzername"
"title": "Display style of username",
"display_name_and_username": "Display name and username",
"display_name": "Display name",
"username": "Username"
},
"time_format": {
"title": "Time format",
@ -165,234 +175,282 @@
"notification": {
"title": "Notification",
"enable": {
"description": "Pelase set notification events.",
"reply": "Notify me when I receive reply",
"reblog": "Notify me when I receive reblog",
"favourite": "Notify me when I receive favourite",
"follow": "Notify me when I receive follow"
"description": "Please set notification events.",
"reply": "Notify me when I receive a reply",
"reblog": "Notify me when I receive a reblog",
"favourite": "Notify me when I receive a favourite",
"follow": "Notify me when I receive a follow"
}
},
"account": {
"title": "Konto",
"connected": "Verbundenes Konto",
"username": "Benutzername",
"title": "Account",
"connected": "Connected Account",
"username": "Username",
"domain": "Domain",
"association": "Verbindung",
"order": "Reihenfolge",
"remove_association": "Verbindung trennen",
"remove_all_associations": "Alle Verbindungen trennen",
"confirm": "Bestätigen",
"cancel": "Abbrechen",
"confirm_message": "Möchtest du wirklich alle Verbindungen trennen?"
"association": "Association",
"order": "Order",
"remove_association": "Remove assocication",
"remove_all_associations": "Remove all associations",
"confirm": "Confirm",
"cancel": "Cancel",
"confirm_message": "Are you sure to remove all associations?"
},
"network": {
"title": "Network",
"proxy": {
"title": "Proxy Configuration",
"no": "No proxy",
"system": "Use system proxy",
"manual": "Manual proxy configuration",
"protocol": "Protocol",
"host": "Proxy host",
"port": "Proxy port",
"username": "Proxy username",
"password": "Proxy password",
"protocol_list": {
"http": "http",
"https": "https",
"socks4": "socks4",
"socks4a": "socks4a",
"socks5": "socks5",
"socks5h": "socks5h"
}
},
"save": "Save"
},
"language": {
"title": "Sprache",
"title": "Language",
"language_description": "Choose the language you would like to use with Whalebird.",
"notice": "Erfordert Neustart",
"notice": "Requires relaunch",
"confirm": {
"title": "Warnung",
"message": "Du musst diese Anwendung neu starten. Fortfahren?",
"ok": "Jetzt neu starten",
"cancel": "Abbrechen"
"title": "Warning",
"message": "You have to restart this application. Continue?",
"ok": "Restart Now",
"cancel": "Cancel"
}
}
},
"modals": {
"new_toot": {
"title": "Neuer Toot",
"cw": "Schreibe hier deine Warnung",
"status": "Was geht dir durch den Kopf?",
"cancel": "Abbrechen",
"title": "New Toot",
"cw": "Write your warning here",
"status": "What is on your mind?",
"cancel": "Cancel",
"toot": "Toot",
"close_confirm": "Möchtest du wirklich schließen?",
"close_confirm_ok": "Schließen",
"close_confirm_cancel": "Abbrechen",
"description": "Für Menschen mit Sehbehinderung beschreiben",
"poll": {
"add_choice": "Zeitauswahl",
"expires": {
"5_minutes": "5 Minuten",
"30_minutes": "30 Minuten",
"1_hour": "1 Stunde",
"6_hours": "6 Stunde",
"1_day": "1 Tag",
"3_days": "3 Tage",
"7_days": "7 Tage"
}
},
"close_confirm": "Are you sure you want to cancel the new toot?",
"close_confirm_ok": "OK",
"close_confirm_cancel": "Cancel",
"description": "Describe for the visually impaired",
"footer": {
"add_image": "Bild hinzufügen",
"change_visibility": "Sichtbarkeit ändern",
"change_sensitive": "Ändern Sie empfindlich",
"add_cw": "Inhalt hinzufügen Warnung",
"pined_hashtag": "Pin the hashtag",
"poll": "Umfrage hinzufügen"
"add_image": "Add images",
"poll": "Add a poll",
"change_visibility": "Change visibility",
"change_sensitive": "Change sensitive",
"add_cw": "Add content warning",
"pined_hashtag": "Pin the hashtag"
},
"poll": {
"add_choice": "Add a choice",
"expires": {
"5_minutes": "5 minutes",
"30_minutes": "30 minutes",
"1_hour": "1 hour",
"6_hours": "6 hours",
"1_day": "1 day",
"3_days": "3 days",
"7_days": "7 days"
}
}
},
"report": {
"title": "Melde diesen Benutzer",
"comment": "Warum soll geblockt werden?",
"cancel": "Abbrechen",
"ok": "Senden"
},
"jump": {
"jump_to": "Springe zu..."
"jump_to": "Jump to..."
},
"add_list_member": {
"title": "Mitglied der Liste hinzufügen",
"account_name": "Kontoname"
"title": "Add Member to List",
"account_name": "Account name"
},
"list_membership": {
"title": "Listen-Mitgliedschaften"
"title": "List Memberships"
},
"mute_confirm": {
"title": "Are you sure to mute?",
"title": "Are you sure you want to mute?",
"body": "Hide notification from this user?",
"cancel": "Cancel",
"ok": "Mute"
},
"shortcut": {
"?": "Zeige diese Hilfe"
"title": "Keyboard shortcuts",
"ctrl_number": "Switch accounts",
"ctrl_k": "Jump to other timelines",
"ctrl_n": "Open the new toot modal",
"ctrl_enter": "Post the toot",
"ctrl_r": "Reload current timeline",
"j": "Select the next toot",
"k": "Select the previous toot",
"h": "Switch focus to the left column",
"l": "Switch focus to the right column",
"r": "Reply to the toot",
"b": "Reblog the toot",
"f": "Favourite the toot",
"o": "Open details of the toot",
"p": "Open account profile of the toot",
"i": "Open the images",
"x": "Show/hide CW and NSFW",
"?": "Show this help",
"esc": "Close current page"
},
"report": {
"title": "Reporting this user",
"comment": "Additional comments",
"cancel": "Cancel",
"ok": "Report"
}
},
"follow_requests": {
"accept": "Annehmen",
"reject": "Ablehnen"
},
"cards": {
"toot": {
"show_more": "Mehr anzeigen",
"hide": "Verbergen",
"sensitive": "Sensible inhalte anzeigen",
"view_toot_detail": "Zeige Toot-Details",
"open_in_browser": "Im Browser öffnen",
"copy_link_to_toot": "Link zum Toot kopieren",
"show_more": "Show more",
"hide": "Hide",
"sensitive": "Show sensitive content",
"view_toot_detail": "View Toot Detail",
"open_in_browser": "Open in Browser",
"copy_link_to_toot": "Copy Link to Toot",
"mute": "Mute",
"block": "Block",
"report": "Report",
"delete": "Löschen",
"delete": "Delete",
"via": "via {{application}}",
"reply": "Antworten",
"reply": "Reply",
"reblog": "Reblog",
"fav": "Favorit",
"fav": "Favourite",
"detail": "Toot details",
"pinned": "Angehefteter Beitrag",
"pinned": "Pinned toot",
"poll": {
"vote": "Abstimmen",
"votes_count": "Stimmen",
"until": "bis {{datetime}}",
"left": "{{datetime}} verstrichen",
"refresh": "Aktualisieren"
"vote": "Vote",
"votes_count": "votes",
"until": "until {{datetime}}",
"left": "{{datetime}} left",
"refresh": "Refresh"
}
}
},
"side_bar": {
"account_profile": {
"follows_you": "Folgt dir",
"doesnt_follow_you": "Folgt dir nicht",
"follows_you": "Follows you",
"doesnt_follow_you": "Doesn't follow you",
"detail": "Detail",
"follow": "Folgen",
"unfollow": "Nicht folgen",
"follow_requested": "Folgen Sie angefordert",
"open_in_browser": "Im Browser öffnen",
"manage_list_memberships": "Listen-Mitgliedschaften verwalten",
"follow": "Follow",
"unfollow": "Unfollow",
"follow_requested": "Follow requested",
"open_in_browser": "Open in Browser",
"manage_list_memberships": "Manage List Memberships",
"mute": "Mute",
"unmute": "Unmute",
"unblock": "Unblock",
"block": "Block",
"toots": "Toots",
"follows": "Follows",
"followers": "Follower"
"followers": "Followers"
}
},
"follow_requests": {
"accept": "Accept",
"reject": "Reject"
},
"hashtag": {
"tag_name": "Tagname",
"tag_name": "Tag name",
"delete_tag": "Delete tag",
"save_tag": "Save tag"
},
"search": {
"search": "Suche",
"account": "Konto",
"keyword": "stichwort",
"search": "Search",
"account": "Account",
"tag": "Hashtag",
"keyword": "keyword",
"toot": "Toot"
},
"lists": {
"index": {
"new_list": "Neue Liste",
"edit": "Bearbeiten"
"new_list": "New List",
"edit": "Edit"
}
},
"login": {
"domain_name_label": "Als erstes wollen wir uns bei einer Mastodon-Server anmelden. Bitte gib den Domainnamen einer Server an.",
"search": "Suche",
"login": "Anmelden"
"domain_name_label": "First, let's log in to a Mastodon server. Please enter a server domain name.",
"proxy_info": "If you want to use proxy server, please setup your proxy in",
"proxy_here": " here",
"search": "Search",
"login": "Login"
},
"authorize": {
"manually_1": "Jetzt wird die Zugriffsseite in deinem Browser geöffnet.",
"manually_2": "Falls nicht, öffne bitte die folgende URL von Hand.",
"code_label": "Bitte füge den Zugrifsscode aus dem Browser ein:",
"submit": "Absenden"
"manually_1": "An authorization page has opened in your browser.",
"manually_2": "If it has not opened, please go to the following URL manually.",
"code_label": "Please paste the authorization code from your browser:",
"submit": "Submit"
},
"receive_drop": {
"drop_message": "Fallenlassen zum Hochladen auf Mastodon"
"drop_message": "Drop to Upload to Mastodon"
},
"message": {
"account_load_error": "Konten konnten nicht geladen werden",
"account_remove_error": "Das Konto konnte nicht entfernt werden.",
"preferences_load_error": "Einstellungen konnten nicht geladen werden",
"timeline_fetch_error": "Timeline konnte nicht abgerufen werden",
"notification_fetch_error": "Benachrichtigung konnte nicht abgerufen werden",
"favourite_fetch_error": "Favorit konnte nicht abgerufen werden",
"start_streaming_error": "Streaming konnte nicht gestartet werden",
"attach_error": "Kontte Datei nicht anhängen",
"authorize_duplicate_error": "Kann nicht das gleiche Konto der gleichen Domain einloggen",
"authorize_error": "Autorisierung fehlgeschlagen",
"followers_fetch_error": "Follower konnten nicht abgerufen werden",
"follows_fetch_error": "Follows konnten nicht abgerufen werden",
"toot_fetch_error": "Die Toot-Details konnten nicht abgerufen werden",
"follow_error": "Konnte dem Benutzer nicht folgen",
"unfollow_error": "Konnte das Folgen des Benutzer nicht beenden",
"lists_fetch_error": "Konte Listen nicht abrufen",
"list_create_error": "Konnte keine Liste erstellen",
"members_fetch_error": "Konnte Mitglieder nicht abrufen",
"remove_user_error": "Entfernen des Benutzers fehlgeschlagen",
"find_account_error": "Konto nicht gefunden",
"reblog_error": "Reblog fehlgeschlagen",
"unreblog_error": "Widerruf des Reblogs fehlgeschlagen",
"favourite_error": "Favorisieren fehlgeschlagen",
"unfavourite_error": "Widerruf des Favorisierens fehlgeschlagen",
"delete_error": "Löschen des Toots fehlgeschlagen",
"search_error": "Suche fehlgeschlagen",
"toot_error": "Toot fehlgeschlagen",
"update_list_memberships_error": "Konnte Listen-Mitgliedschaften nicht aktualisieren",
"add_user_error": "Hinzufügen des Benutzers fehlgeschlagen",
"authorize_url_error": "Konnte Zugrifss-URL nicht laden",
"domain_confirmed": "{{domain}} ist bestätigt, bitte einloggen",
"loading": "Laden..."
"account_load_error": "Failed to load accounts",
"account_remove_error": "Failed to remove the account",
"preferences_load_error": "Failed to load preferences",
"timeline_fetch_error": "Failed to fetch timeline",
"notification_fetch_error": "Failed to fetch notification",
"favourite_fetch_error": "Failed to fetch favorite",
"follow_request_accept_error": "Failed to accept the request",
"follow_reuqest_reject_error": "failed to reject the request",
"start_streaming_error": "Failed to start streaming",
"start_all_streamings_error": "Failed to start streaming of {{domain}}",
"attach_error": "Could not attach the file",
"authorize_duplicate_error": "Can not login the same account of the same domain",
"authorize_error": "Failed to authorize",
"followers_fetch_error": "Failed to fetch followers",
"follows_fetch_error": "Failed to fetch follows",
"toot_fetch_error": "Failed to fetch the toot detail",
"follow_error": "Failed to follow the user",
"unfollow_error": "Failed to unfollow the user",
"lists_fetch_error": "Failed to fetch lists",
"list_create_error": "Failed to create a list",
"members_fetch_error": "Failed to fetch members",
"remove_user_error": "Failed to remove the user",
"find_account_error": "Account not found",
"reblog_error": "Failed to reblog",
"unreblog_error": "Failed to unreblog",
"favourite_error": "Failed to favourite",
"unfavourite_error": "Failed to unfavourite",
"delete_error": "Failed to delete the toot",
"search_error": "Failed to search",
"toot_error": "Failed to toot",
"update_list_memberships_error": "Failed to update the list memberships",
"add_user_error": "Failed to add user",
"authorize_url_error": "Failed to get authorize url",
"domain_confirmed": "{{domain}} is confirmed, please login",
"domain_doesnt_exist": "Failed to connect {{domain}}, make sure the server URL",
"loading": "Loading..."
},
"validation": {
"login": {
"require_domain_name": "Domainname wird benötigt",
"domain_format": "Bitte gib nur den Domainnamen an"
"require_domain_name": "A domain name is required",
"domain_format": "Please only enter the domain name"
},
"new_toot": {
"toot_length": "Länge des Toots sollte zwischen {{min}} und {{max}} sein",
"attach_length": "Du kannst maximal {{max}} Bilder anhängen",
"attach_image": "Du kannst nur Bilder oder Videos anhängen",
"poll_invalid": "Ungültige Umfragen-Auswahl"
"toot_length": "Toot length should be {{min}} to {{max}}",
"attach_length": "You can only attach up to {{max}} images",
"attach_image": "You can only attach images or videos",
"poll_invalid": "Invalid poll choices"
}
},
"notification": {
"favourite": {
"title": "Favoriten",
"title": "Favourite",
"body": "{{username}} favourited your status"
},
"follow": {
"title": "Folgen",
"body": "{{username}} folgt dir jetzt"
"title": "Follow",
"body": "{{username}} is now following you"
},
"reblog": {
"title": "Teilen",
"title": "Reblog",
"body": "{{username}} boosted your status"
}
}