Fix zh-rCN plural strings (#2847)

Fix zh-rCN plural strings
pull/2859/head
Lyaiya 5 years ago committed by GitHub
parent 627a720d4b
commit 0b811773e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -496,8 +496,7 @@
<string name="email">邮箱地址</string> <string name="email">邮箱地址</string>
<string name="pref_always_show_chapter_transition">总是显示章节之间的过渡界面</string> <string name="pref_always_show_chapter_transition">总是显示章节之间的过渡界面</string>
<plurals name="notification_new_chapters_summary"> <plurals name="notification_new_chapters_summary">
<item quantity="one">共 %d 个标题</item> <item quantity="other">共 %d 个标题</item>
<item quantity="other"/>
</plurals> </plurals>
<string name="pref_theme_light">默认浅色主题</string> <string name="pref_theme_light">默认浅色主题</string>
<string name="theme_light_default">默认</string> <string name="theme_light_default">默认</string>
@ -513,8 +512,7 @@
<string name="action_sort_last_checked">最近检查</string> <string name="action_sort_last_checked">最近检查</string>
<string name="pref_enable_automatic_extension_updates">检查扩展插件更新</string> <string name="pref_enable_automatic_extension_updates">检查扩展插件更新</string>
<plurals name="update_check_notification_ext_updates"> <plurals name="update_check_notification_ext_updates">
<item quantity="one">%d 个扩展插件可更新</item> <item quantity="other">%d 个扩展插件可更新</item>
<item quantity="other"/>
</plurals> </plurals>
<string name="channel_ext_updates">扩展插件更新</string> <string name="channel_ext_updates">扩展插件更新</string>
<string name="http_error_hint">在 WebView 中检查网站</string> <string name="http_error_hint">在 WebView 中检查网站</string>
@ -522,4 +520,4 @@
<string name="updating_library">正在更新书架</string> <string name="updating_library">正在更新书架</string>
<string name="pref_category_reading">阅读</string> <string name="pref_category_reading">阅读</string>
<string name="pref_skip_filtered_chapters">跳过已筛选章节</string> <string name="pref_skip_filtered_chapters">跳过已筛选章节</string>
</resources> </resources>

Loading…
Cancel
Save