Fix Chinese plurals

This commit is contained in:
TobiGr 2021-09-13 13:52:33 +02:00
parent 60a272e70a
commit ebbe7ef944
1 changed files with 2 additions and 4 deletions

View File

@ -647,12 +647,10 @@
<string name="remote_search_suggestions">远程搜索建议</string>
<string name="local_search_suggestions">本地搜索建议</string>
<plurals name="deleted_downloads_toast">
<item quantity="one">删除了 %1$s 个下载</item>
<item quantity="other"/>
<item quantity="other">删除了 %1$s 个下载</item>
</plurals>
<plurals name="download_finished_notification">
<item quantity="one">完成了 %s 个下载</item>
<item quantity="other"/>
<item quantity="other">完成了 %s 个下载</item
</plurals>
<string name="main_page_content_swipe_remove">滑动项目以删除它们</string>
<string name="start_main_player_fullscreen_summary">若自动旋转被锁定,不在以小窗播放器形式中播放视频,而直接切换到全屏模式。仍可以通过退出全屏以切换至小窗播放器</string>