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
|
@ -380,7 +380,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>
|
||||
|
@ -388,16 +387,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="action_reset_schedule">重置</string>
|
||||
<string name="error_audio_upload_size">音频文件大小限制 40M</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue