Fix Chinese plurals

This commit is contained in:
arkon 2020-05-14 17:25:26 -04:00
parent 2bb1eea2be
commit 1da169319d

View File

@ -435,8 +435,7 @@
<string name="lock_always">总是</string>
<string name="lock_never">从不</string>
<plurals name="lock_after_mins">
<item quantity="one">%1$s 分钟后</item>
<item quantity="other"/>
<item quantity="other">%1$s 分钟后</item>
</plurals>
<string name="secure_screen">安全屏幕</string>
<string name="ext_updates_pending">待更新</string>
@ -452,15 +451,13 @@
<string name="lock_with_biometrics">启用生物识别锁定</string>
<string name="pref_cutout_short">在刘海屏区域显示内容</string>
<plurals name="notification_chapters_generic">
<item quantity="one">%1$d 个新章节</item>
<item quantity="other"/>
<item quantity="other">%1$d 个新章节</item>
</plurals>
<string name="notification_chapters_single">第 %1$s 章</string>
<string name="notification_chapters_single_and_more">第 %1$s 章及另外 %2$d 章</string>
<string name="notification_chapters_multiple">第 %1$s 章</string>
<plurals name="notification_chapters_multiple_and_more">
<item quantity="one">第 %1$s 章及另外 %2$d 章</item>
<item quantity="other"/>
<item quantity="other">第 %1$s 章及另外 %2$d 章</item>
</plurals>
<string name="notification_check_updates">正在检查新章节</string>
<string name="pref_disable_battery_optimization">禁用电池优化</string>
@ -469,8 +466,7 @@
<string name="email">邮箱地址</string>
<string name="pref_always_show_chapter_transition">总是显示章节之间的过渡界面</string>
<plurals name="notification_new_chapters_summary">
<item quantity="one">共 %d 个标题</item>
<item quantity="other"/>
<item quantity="other">共 %d 个标题</item>
</plurals>
<string name="pref_theme_light">默认浅色主题</string>
<string name="theme_light_default">默认</string>
@ -486,8 +482,7 @@
<string name="action_sort_last_checked">最近检查</string>
<string name="pref_enable_automatic_extension_updates">检查扩展插件更新</string>
<plurals name="update_check_notification_ext_updates">
<item quantity="one">%d 个扩展插件可更新</item>
<item quantity="other"/>
<item quantity="other">%d 个扩展插件可更新</item>
</plurals>
<string name="channel_ext_updates">扩展插件更新</string>
<string name="http_error_hint">在 WebView 中检查网站</string>
@ -532,8 +527,7 @@
<string name="local_source_help_guide">本地图源指南</string>
<string name="last_used_source">上次浏览</string>
<plurals name="download_queue_summary">
<item quantity="one">剩余 %1$s 个</item>
<item quantity="other"/>
<item quantity="other">剩余 %1$s 个</item>
</plurals>
<string name="downloaded_only_summary">筛选书架的全部漫画</string>
<string name="check_for_updates">检查更新</string>
@ -546,12 +540,10 @@
<string name="pref_category_for_this_series">对于此系列</string>
<string name="viewer">阅读模式</string>
<plurals name="num_categories">
<item quantity="one">%d 个分类</item>
<item quantity="other"/>
<item quantity="other">%d 个分类</item>
</plurals>
<plurals name="restore_completed_message">
<item quantity="one">耗时 %1$s出现 %2$s 个错误</item>
<item quantity="other"/>
<item quantity="other">耗时 %1$s出现 %2$s 个错误</item>
</plurals>
<string name="battery_optimization_setting_activity_not_found">无法打开设备设置</string>
<string name="pref_true_color_summary">减少色彩带,但会影响性能</string>
@ -559,8 +551,7 @@
<string name="pref_refresh_library_covers">刷新库中漫画的封面</string>
<string name="tracking_info">单向同步以更新章节跟踪服务中的进度。 从“跟踪”选项卡中为单个漫画条目设置跟踪。</string>
<plurals name="notification_update_error">
<item quantity="one">%1$d 升级失败</item>
<item quantity="other"></item>
<item quantity="other">%1$d 升级失败</item>
</plurals>
<string name="unofficial_extension_message">这个扩展不是来自官方的Tachiyomi扩展列表。</string>
<string name="ext_unofficial">非官方</string>