mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-22 02:53:09 +01:00
Fixed plurals
This commit is contained in:
parent
b566355c4f
commit
af5f0c042a
@ -37,8 +37,7 @@
|
||||
<string name="later">稍后</string>
|
||||
<string name="network_error">网络错误</string>
|
||||
<plurals name="videos">
|
||||
<item quantity="one">%s 个视频</item>
|
||||
<item quantity="other"/>
|
||||
<item quantity="other">%s 个视频</item>
|
||||
</plurals>
|
||||
<string name="disabled">禁用</string>
|
||||
<string name="controls_background_title">后台播放</string>
|
||||
@ -127,8 +126,7 @@
|
||||
<string name="search_no_results">没有结果</string>
|
||||
<string name="no_subscribers">无人订阅</string>
|
||||
<plurals name="subscribers">
|
||||
<item quantity="one">%s 位订阅者</item>
|
||||
<item quantity="other"/>
|
||||
<item quantity="other">%s 位订阅者</item>
|
||||
</plurals>
|
||||
<string name="no_videos">无视频</string>
|
||||
<string name="detail_drag_description">拖动以重新排序</string>
|
||||
|
@ -176,7 +176,7 @@
|
||||
</plurals>
|
||||
<plurals name="videos">
|
||||
<item quantity="one">காணொளிகள்</item>
|
||||
<item quantity="other"/>
|
||||
<item quantity="other">காணொளிகள்</item>
|
||||
</plurals>
|
||||
<string name="switch_to_main">முதற்பக்கத்துக்கு மாற்று</string>
|
||||
<string name="invalid_url_toast">சரியில்லாத URL</string>
|
||||
|
Loading…
Reference in New Issue
Block a user