Revert "make timestamp abbreviations plurals (#4202)" (#4230)

This reverts commit 5174c00558.

closes #4145
This commit is contained in:
Konrad Pozniak 2024-01-28 19:48:35 +01:00 committed by GitHub
commit 7fef19efc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
49 changed files with 528 additions and 1554 deletions

View file

@ -455,18 +455,10 @@
<string name="pref_main_nav_position">Position der Hauptnavigation</string>
<string name="dialog_mute_hide_notifications">Benachrichtigungen ausblenden</string>
<string name="action_unmute_desc">%s nicht mehr stummschalten</string>
<plurals name="abbreviated_seconds_ago">
<item quantity="other">%d Sek.</item>
</plurals>
<plurals name="abbreviated_hours_ago">
<item quantity="other">%d Std.</item>
</plurals>
<plurals name="abbreviated_in_days">
<item quantity="other">in %d T.</item>
</plurals>
<plurals name="abbreviated_years_ago">
<item quantity="other">%d J.</item>
</plurals>
<string name="abbreviated_seconds_ago">%d Sek.</string>
<string name="abbreviated_hours_ago">%d Std.</string>
<string name="abbreviated_in_days">in %d T.</string>
<string name="abbreviated_years_ago">%d J.</string>
<string name="account_note_saved">Gespeichert!</string>
<string name="account_note_hint">Private Notiz über dieses Konto</string>
<string name="pref_title_hide_top_toolbar">Titel der Hauptnavigation ausblenden</string>
@ -490,9 +482,7 @@
<string name="pref_title_animate_custom_emojis">GIF-Emojis animieren</string>
<string name="pref_title_notification_filter_subscriptions">jemand, den ich abonniert habe, etwas Neues veröffentlicht</string>
<string name="notification_subscription_format">%s hat gerade etwas veröffentlicht</string>
<plurals name="abbreviated_minutes_ago">
<item quantity="other">%d Min.</item>
</plurals>
<string name="abbreviated_minutes_ago">%d Min.</string>
<string name="review_notifications">Benachrichtigungen überprüfen</string>
<string name="wellbeing_mode_notice">Informationen, die dein geistiges Wohlbefinden beeinflussen könnten, werden ausgeblendet. Dazu gehören:
\n
@ -507,22 +497,12 @@
<string name="limit_notifications">Timeline-Benachrichtigungen einschränken</string>
<string name="action_subscribe_account">Abonnieren</string>
<string name="action_unsubscribe_account">Deabonnieren</string>
<plurals name="abbreviated_in_minutes">
<item quantity="other">in %d Min.</item>
</plurals>
<plurals name="abbreviated_in_hours">
<item quantity="other">in %d Std.</item>
</plurals>
<string name="abbreviated_in_minutes">in %d Min.</string>
<string name="abbreviated_in_hours">in %d Std.</string>
<string name="drafts_failed_loading_reply">Informationen zur Antwort konnten nicht geladen werden</string>
<plurals name="abbreviated_days_ago">
<item quantity="other">%d T.</item>
</plurals>
<plurals name="abbreviated_in_years">
<item quantity="other">in %d J.</item>
</plurals>
<plurals name="abbreviated_in_seconds">
<item quantity="other">in %d Sek.</item>
</plurals>
<string name="abbreviated_days_ago">%d T.</string>
<string name="abbreviated_in_years">in %d J.</string>
<string name="abbreviated_in_seconds">in %d Sek.</string>
<string name="action_unbookmark">Lesezeichen entfernen</string>
<string name="pref_title_confirm_favourites">Vor dem Favorisieren bestätigen</string>
<string name="dialog_delete_conversation_warning">Diese Unterhaltung wirklich löschen\?</string>
@ -725,4 +705,4 @@
<string name="pref_title_show_self_boosts">Eigene geteilte Beiträge anzeigen</string>
<string name="pref_title_show_self_boosts_description">Die Person teilt ihre eigenen Beiträge</string>
<string name="pref_title_per_timeline_preferences">Einstellungen pro Zeitleiste</string>
</resources>
</resources>