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

@ -223,36 +223,16 @@
<string name="post_media_video">Video</string>
<string name="state_follow_requested">Takip istenen</string>
<!--These are for timestamps on statuses. For example: "16s" or "2d"-->
<plurals name="abbreviated_in_years">
<item quantity="other">%dy içinde</item>
</plurals>>
<plurals name="abbreviated_in_days">
<item quantity="other">%dd içinde</item>
</plurals>>
<plurals name="abbreviated_in_hours">
<item quantity="other">%dh içinde</item>
</plurals>>
<plurals name="abbreviated_in_minutes">
<item quantity="other">%dm içinde</item>
</plurals>>
<plurals name="abbreviated_in_seconds">
<item quantity="other">%ds içinde</item>
</plurals>>
<plurals name="abbreviated_years_ago">
<item quantity="other">%dy</item>
</plurals>>
<plurals name="abbreviated_days_ago">
<item quantity="other">%dd</item>
</plurals>>
<plurals name="abbreviated_hours_ago">
<item quantity="other">%dh</item>
</plurals>>
<plurals name="abbreviated_minutes_ago">
<item quantity="other">%dm</item>
</plurals>>
<plurals name="abbreviated_seconds_ago">
<item quantity="other">%ds</item>
</plurals>>
<string name="abbreviated_in_years">%dy içinde</string>
<string name="abbreviated_in_days">%dd içinde</string>
<string name="abbreviated_in_hours">%dh içinde</string>
<string name="abbreviated_in_minutes">%dm içinde</string>
<string name="abbreviated_in_seconds">%ds içinde</string>
<string name="abbreviated_years_ago">%dy</string>
<string name="abbreviated_days_ago">%dd</string>
<string name="abbreviated_hours_ago">%dh</string>
<string name="abbreviated_minutes_ago">%dm</string>
<string name="abbreviated_seconds_ago">%ds</string>
<string name="follows_you">Seni takip ediyor</string>
<string name="pref_title_alway_show_sensitive_media">Her zaman hassas içerikleri göster</string>
<string name="title_media">Medya</string>
@ -725,4 +705,4 @@
<string name="pref_title_show_self_boosts">Kendi beğenmeleri göster</string>
<string name="pref_title_show_self_boosts_description">Birisi kendi gönderisini yükseltiyor</string>
<string name="pref_title_per_timeline_preferences">Zaman akışı başına tercihler</string>
</resources>
</resources>