Yuito-app-android/app/src/main/res/values-de/strings.xml

213 lines
13 KiB
XML
Raw Normal View History

2017-03-20 00:44:40 +01:00
<resources>
<string name="error_generic">Ein Fehler ist aufgetreten.</string>
2017-07-26 09:27:03 +02:00
<string name="error_empty">Dies darf nicht leer sein.</string>
<string name="error_invalid_domain">Ungültige Domain angegeben</string>
<string name="error_failed_app_registration">Diese App konnte sich auf dem Server nicht authentifizieren.</string>
<string name="error_no_web_browser_found">Kein Webbrowser gefunden.</string>
2017-03-20 00:44:40 +01:00
<string name="error_authorization_unknown">Ein undefinierbarer Autorisierungsfehler ist aufgetreten.</string>
<string name="error_authorization_denied">Autorisierung fehlgeschlagen.</string>
<string name="error_retrieving_oauth_token">Es konnte kein Login-Token abgerufen werden.</string>
2017-04-08 18:16:32 +02:00
<string name="error_compose_character_limit">Der Beitrag ist zu lang!</string>
2017-03-20 00:44:40 +01:00
<string name="error_media_upload_size">Die Datei muss kleiner als 4MB sein.</string>
<string name="error_media_upload_type">Dieser Dateityp darf nicht hochgeladen werden.</string>
<string name="error_media_upload_opening">Die Datei konnte nicht geöffnet werden.</string>
<string name="error_media_upload_permission">Eine Leseberechtigung wird für das Hochladen der Mediendatei benötigt.</string>
<string name="error_media_download_permission">Eine Berechtigung wird zum Speichern des Mediums benötigt.</string>
2017-04-08 18:16:32 +02:00
<string name="error_media_upload_image_or_video">Bilder und Videos können beide nicht an den Beitrag angehängt werden.</string>
2017-03-20 00:44:40 +01:00
<string name="error_media_upload_sending">Die Mediendatei konnte nicht hochgeladen werden.</string>
2017-04-08 18:16:32 +02:00
<string name="error_report_too_few_statuses">Mindestens ein Beitrag muss berichtet werden.</string>
2017-03-20 00:44:40 +01:00
<string name="title_home">Start</string>
<string name="title_notifications">Benachrichtigungen</string>
2017-04-15 00:14:16 +02:00
<string name="title_public_local">Lokal</string>
<string name="title_public_federated">Föderiert</string>
<string name="title_view_thread">Unterhaltung</string>
2017-03-20 00:44:40 +01:00
<string name="title_tag">#%s</string>
2017-04-08 18:16:32 +02:00
<string name="title_statuses">Beiträge</string>
<string name="title_follows">Folgt</string>
<string name="title_followers">Folgende</string>
2017-03-20 00:44:40 +01:00
<string name="title_favourites">Favoriten</string>
2017-04-15 00:14:16 +02:00
<string name="title_blocks">Blockierte Accounts</string>
2017-03-20 00:44:40 +01:00
<string name="status_username_format">\@%s</string>
<string name="status_boosted_format">%s teilte</string>
<string name="status_sensitive_media_title">Sensible Medien</string>
<string name="status_sensitive_media_directions">Tippe um zu zeigen</string>
<string name="status_content_warning_show_more">Zeige mehr</string>
<string name="status_content_warning_show_less">Zeige weniger</string>
2017-07-27 22:41:06 +02:00
<string name="footer_empty">Noch keine Toots hier! Ziehe nach unten um zu aktualisieren!</string>
2017-03-20 00:44:40 +01:00
2017-04-08 18:16:32 +02:00
<string name="notification_reblog_format">%s teilte deinen Beitrag</string>
<string name="notification_favourite_format">%s favorisierte deinen Beitrag</string>
<string name="notification_follow_format">%s folgt dir</string>
2017-03-20 00:44:40 +01:00
<string name="report_username_format">\@%s melden</string>
2017-03-20 00:44:40 +01:00
<string name="report_comment_hint">Irgendwelche Anmerkungen?</string>
<string name="action_reply">Antworten</string>
<string name="action_reblog">Teilen</string>
<string name="action_favourite">Favorisieren</string>
<string name="action_more">Mehr</string>
2017-03-20 00:44:40 +01:00
<string name="action_compose">Schreiben</string>
<string name="action_login">Anmelden mit Mastodon</string>
<string name="action_logout">Ausloggen</string>
<string name="action_follow">Folgen</string>
<string name="action_unfollow">Entfolgen</string>
<string name="action_block">Blockieren</string>
<string name="action_unblock">Entblockieren</string>
2017-03-20 00:44:40 +01:00
<string name="action_report">Melden</string>
<string name="action_delete">Löschen</string>
2017-04-08 18:16:32 +02:00
<string name="action_send">TRÖT</string>
<string name="action_send_public">TRÖT!</string>
2017-03-20 00:44:40 +01:00
<string name="action_retry">Erneut versuchen</string>
<string name="action_mark_sensitive">Markiere Mediendatei als heikel</string>
2017-03-20 00:44:40 +01:00
<string name="action_hide_text">Verstecke Text hinter Warnung</string>
<string name="action_ok">Ok</string>
<string name="action_cancel">Abbrechen</string>
<string name="action_close">Schließen</string>
<string name="action_back">Zurück</string>
<string name="action_view_profile">Profil</string>
<string name="action_view_preferences">Einstellungen</string>
<string name="action_view_favourites">Favoriten</string>
2017-05-01 16:18:01 +02:00
<string name="action_view_blocks">Blockierte Accounts</string>
<string name="action_view_thread">Thread</string>
<string name="action_view_media">Medien</string>
2017-03-20 00:44:40 +01:00
<string name="action_open_in_web">Im Browser öffnen</string>
<string name="action_submit">Senden</string>
<string name="action_photo_pick">Füge Medien hinzu</string>
2017-07-27 22:41:06 +02:00
<string name="action_photo_take">Foto machen</string>
<string name="action_share">Teilen</string>
<string name="action_mute">Stummschalten</string>
<string name="action_unmute">Lautschalten</string>
<string name="action_mention">Erwähnen</string>
2017-04-15 00:14:16 +02:00
<string name="action_compose_options">Einstellungen</string>
<string name="action_open_drawer">Drawer öffnen</string>
<string name="action_clear">Löschen</string>
2017-07-27 22:41:06 +02:00
<string name="action_search">Suche</string>
2017-07-26 09:27:03 +02:00
<string name="action_access_saved_toot">Entwürfe</string>
<string name="action_save">Speichern</string>
<string name="action_edit_profile">Profil bearbeiten</string>
2017-04-15 00:14:16 +02:00
2017-05-01 16:18:01 +02:00
<string name="send_status_link_to">Toot-Link teilen</string>
2017-07-27 22:41:06 +02:00
<string name="send_status_content_to">Toot-Inhalt teilen</string>
2017-03-20 00:44:40 +01:00
<string name="confirmation_send">Toot!</string>
<string name="confirmation_reported">Gesendet!</string>
<string name="hint_domain">Welche Instanz?</string>
<string name="hint_compose">Was passiert gerade?</string>
<string name="hint_content_warning">Inhaltswarnung</string>
2017-07-26 09:27:03 +02:00
<string name="hint_display_name">Anzeigename</string>
<string name="hint_note">Bio</string>
<string name="hint_search">Mastodon durchsuchen</string>
2017-07-26 09:27:03 +02:00
<string name="label_avatar">Avatar</string>
2017-07-27 22:41:06 +02:00
<string name="label_header">Titelbild</string>
2017-03-20 00:44:40 +01:00
2017-04-05 11:22:11 +02:00
<string name="link_whats_an_instance">Was ist eine Instanz?</string>
2017-03-20 00:44:40 +01:00
2017-04-03 03:45:04 +02:00
<string name="dialog_whats_an_instance">
2017-03-20 00:44:40 +01:00
Wie bei E-Mailadressen auch, so kann eine Mastodon-Adresse von verschiedenen Websites
2017-03-20 00:46:30 +01:00
angeboten werden.\n\nHier kannst du eine Adresse einer Instanz eingeben, wo du dir entweder
ein Benutzerkonto erstellen kannst oder dich einloggst.\n\nWeitere Informationen unter
2017-03-20 00:44:40 +01:00
<a href="https://mastodon.social/about">mastodon.social</a>.
</string>
<string name="dialog_title_finishing_media_upload">Stelle Medienupload fertig</string>
<string name="dialog_message_uploading_media">Lade hoch…</string>
2017-04-21 06:19:37 +02:00
<string name="dialog_download_image">Herunterladen</string>
2017-03-20 00:44:40 +01:00
<string name="visibility_public">Öffentlich sichtbar</string>
<string name="visibility_unlisted">Öffentlich sichtbar, aber nicht in der öffentlichen Timeline</string>
<string name="visibility_private">Nur für Follower und Erwähnte sichtbar</string>
2017-03-20 00:44:40 +01:00
<string name="pref_title_notification_settings">Benachrichtigungen</string>
<string name="pref_title_edit_notification_settings">Benachrichtigungseinstellungen</string>
<string name="pref_title_notifications_enabled">Push-Benachrichtigungen</string>
<string name="pref_title_notification_alerts">Benachrichtigungen</string>
2017-03-20 00:44:40 +01:00
<string name="pref_title_notification_alert_sound">Benachrichtige mit Sound</string>
2017-04-03 03:45:04 +02:00
<string name="pref_title_notification_alert_vibrate">Benachrichtige mit Vibration</string>
<string name="pref_title_notification_alert_light">Benachrichtige mit Licht</string>
2017-04-06 21:23:41 +02:00
<string name="pref_title_notification_filters">Benachrichtigen wenn</string>
<string name="pref_title_notification_filter_mentions">Ich erwähnt werde</string>
<string name="pref_title_notification_filter_follows">Mir jemand folgt</string>
2017-04-15 00:14:16 +02:00
<string name="pref_title_notification_filter_reblogs">Jemand meine Posts teilt</string>
<string name="pref_title_notification_filter_favourites">Jemandem meine Posts gefallen</string>
<string name="pref_title_appearance_settings">Aussehen</string>
<string name="pref_title_light_theme">Benutze helles Theme</string>
2017-04-15 00:14:16 +02:00
<string name="pref_title_browser_settings">Browser</string>
<string name="pref_title_custom_tabs">Öffne Links in der App</string>
<string name="pref_title_hide_follow_button">Verstecke Button bei Bildlauf </string>
<string name="notification_mention_format">%s hat dich erwähnt</string>
<string name="notification_summary_large">%1$s, %2$s, %3$s und %4$d andere</string>
<string name="notification_summary_medium">%1$s, %2$s, und %3$s</string>
<string name="notification_summary_small">%1$s und %2$s</string>
<string name="notification_title_summary">%d neue Interaktionen</string>
<string name="description_account_locked">Gesperrter Account</string>
2017-05-01 16:18:01 +02:00
<string name="action_undo">rückgängig machen</string>
<string name="action_view_mutes">Stummgeschaltene Accounts</string>
<string name="confirmation_unblocked">entblockt</string>
<string name="visibility_direct">Nur für Erwähnte sichtbar</string>
<string name="title_mutes">Stummgeschaltene Nutzer</string>
<string name="title_follow_requests">Followanfragen</string>
<string name="status_share_link">Link teilen</string>
<string name="status_share_content">Inhalt teilen</string>
<string name="action_accept">Akzeptieren</string>
<string name="action_reject">Ablehnen</string>
<string name="action_view_follow_requests">Followanfragen</string>
<string name="state_follow_requested">Followanfrage gesendet</string>
<string name="confirmation_unmuted">Stummschaltung aufgehoben</string>
<string name="dialog_message_follow_request">Followanfrage gesendet: Warten auf Antwort</string>
2017-07-26 09:27:03 +02:00
<string name="title_edit_profile">Dein Profil bearbeiten</string>
<string name="login_connection">Verbinden…</string>
<string name="about_title_activity">Über</string>
<string name="about_tusky_version">Tusky %s</string>
<string name="about_tusky_license">Tusky is freie Open-Source-Software.
Es ist lizenziert unter der GNU General Public License Version 3.
Du kannst dir die Lizenz hier anschauen: https://www.gnu.org/licenses/gpl-3.0.en.html</string>
<string name="about_project_site">
Webseite des Projekts:\n
https://tusky.keylesspalace.com
</string>
<string name="about_bug_feature_request_site">
Fehlermeldungen &amp; Verbesserungsvorschläge:\n
https://github.com/Vavassor/Tusky/issues
</string>
<string name="about_tusky_account">Tuskys Profil</string>
2017-07-27 22:41:06 +02:00
<string name="action_save_one_toot">Toot gespeichert</string>
<string name="search_no_results">Keine Ergebnisse</string>
<string name="status_media_images">Bilder</string>
<string name="status_media_video">Video</string>
<string name="pref_title_status_tabs">Tabs</string>
<string name="pref_title_show_replies">Zeige Antworten</string>
<string name="pref_title_show_media_preview">Zeige Medienvorschauen</string>
<string name="pref_title_show_boosts">Zeige Boosts</string>
<string name="pref_title_pull_notification_check_interval">Überprüfungsintervall</string>
<string name="no_content">leer</string>
<string name="action_logout_confirm">Willst du dich wirklich ausloggen?</string>
<string name="action_hide_media">Verstecke Medien</string>
<string name="pref_title_status_filter">Timeline-Filter</string>
<string name="title_saved_toot">Gespeicherte Tröts</string>
<string name="follows_you">Folgt dir</string>
2017-10-20 16:39:34 +02:00
<string name="action_copy_link">Link kopieren</string>
<string name="download_image">%1$s heruntergeladen</string>
<string name="dialog_unfollow_warning">Willst du diesem Account wirklich nicht mehr folgen?</string>
<string name="pref_title_alway_show_sensitive_media">NSFW-Inhalte immer anzeigen</string>
2017-10-20 16:39:34 +02:00
<string name="notification_channel_boost_name">Geteilte Beiträge</string>
<string name="notification_channel_boost_description">Benachrichtigungen wenn deine Beiträge geteilt werden</string>
<string name="notification_channel_favourite_description">Benachrichtigungen wenn deine Beiträge favorisiert werden</string>
<string name="notification_channel_favourite_name">Favorisierte Beiträge</string>
<string name="notification_channel_follow_description">Benachrichtigunen über neue Folgende</string>
<string name="notification_channel_follow_name">Neue Folgende</string>
<string name="notification_channel_mention_descriptions">Benachrichtigungen über neue Erwänungen</string>
<string name="notification_channel_mention_name">Neue Erwähnungen</string>
2017-03-20 00:44:40 +01:00
</resources>