Translated using Weblate (German)

Currently translated at 96.4% (353 of 366 strings)

Translation: Tusky/Tusky
Translate-URL: https://weblate.tusky.app/projects/tusky/tusky/de/
This commit is contained in:
Connyduck 2019-05-06 08:01:44 +00:00 committed by nailyk-weblate
parent 9a065f0bc1
commit da1ef81dd3
1 changed files with 53 additions and 1 deletions

View File

@ -358,4 +358,56 @@
<string name="description_status_cw">Inhaltswarnung: %s</string>
<string name="description_status_reblogged">Geteilt</string>
<string name="description_visiblity_unlisted">Ungelistet</string>
</resources>
<string name="action_delete_and_redraft">Löschen und neu erstellen</string>
<string name="dialog_redraft_toot_warning">Bist du dir sicher, dass du diesen Beitrag löschen und neu machen möchtest\?</string>
<string name="pref_title_notification_filter_poll">Umfragen vorbei sind</string>
<string name="notification_poll_name">Umfragen</string>
<string name="notification_poll_description">Benachrichtigungen über beendete Umfragen</string>
<string name="notifications_clear">Löschen</string>
<string name="notifications_apply_filter">Filtern</string>
<string name="filter_apply">Anwenden</string>
<string name="compose_shortcut_long_label">Beitrag erstellen</string>
<string name="compose_shortcut_short_label">Beitrag erstellen</string>
<string name="pref_title_bot_overlay">Bot-Hinweis anzeigen</string>
<string name="notification_clear_text">Bist du dir sicher, dass du alle deine Benachrichtigungen dauerhaft löschen möchtest\?</string>
<string name="poll_info_format">" %1$s • %2$s"<!-- 15 votes • 1 hour left -->
%1$s • %2$s</string>
<plurals name="poll_info_votes">
<item quantity="one">%s Stimme</item>
<item quantity="other">%s Stimmen</item>
</plurals>
<string name="poll_info_time_relative">%s verbleibend</string>
<string name="poll_info_time_absolute">endet um %s</string>
<string name="poll_info_closed">Geschlossen</string>
<string name="poll_option_format">" &amp;lt;b&amp;gt;%1$d%%&amp;lt;/b&amp;gt; %2$s"<!-- 15% vote for this! -->
&lt;b&gt;%1$d%%&lt;/b&gt; %2$s</string>
<string name="poll_vote">Abstimmen</string>
<string name="poll_ended_voted">Eine Umfrage in der du abgestimmt hast ist vorbei</string>
<string name="poll_ended_created">Eine Umfrage die du erstellt hast ist vorbei</string>
<plurals name="poll_timespan_days">
<item quantity="one">%d Tag</item>
<item quantity="other">%d Tage</item>
</plurals>
<plurals name="poll_timespan_hours">
<item quantity="one">%d Stunde</item>
<item quantity="other">%d Stunden</item>
</plurals>
<plurals name="poll_timespan_minutes">
<item quantity="one">%d Minute</item>
<item quantity="other">%d Minuten</item>
</plurals>
<plurals name="poll_timespan_seconds">
<item quantity="one">%d Sekunde</item>
<item quantity="other">%d Sekunden</item>
</plurals>
</resources>