improve relative poll timestamp string format (#1939)
This commit is contained in:
parent
508d070a31
commit
26a051220b
38 changed files with 230 additions and 312 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue