improve relative poll timestamp string format (#1939)

This commit is contained in:
Konrad Pozniak 2020-10-02 17:11:48 +02:00 committed by GitHub
commit 26a051220b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 230 additions and 312 deletions

View file

@ -378,7 +378,6 @@
<plurals name="poll_info_votes">
<item quantity="other">%s 次投票</item>
</plurals>
<string name="poll_info_time_relative">剩餘 %s</string>
<string name="poll_info_time_absolute">%s 結束</string>
<string name="poll_info_closed">已結束</string>
<string name="poll_vote">投票</string>
@ -386,16 +385,16 @@
<string name="poll_ended_created">你創建的投票已結束</string>
<!--These are for timestamps on polls -->
<plurals name="poll_timespan_days">
<item quantity="other">%d 天</item>
<item quantity="other">剩餘 %d 天</item>
</plurals>
<plurals name="poll_timespan_hours">
<item quantity="other">%d 小時</item>
<item quantity="other">剩餘 %d 小時</item>
</plurals>
<plurals name="poll_timespan_minutes">
<item quantity="other">%d 分鐘</item>
<item quantity="other">剩餘 %d 分鐘</item>
</plurals>
<plurals name="poll_timespan_seconds">
<item quantity="other">%d 秒</item>
<item quantity="other">剩餘 %d 秒</item>
</plurals>
<string name="notification_follow_request_name">關注請求</string>
<string name="hashtags">話題</string>