mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Manually fix zh-rCN plural strings (closes #2714)
This commit is contained in:
		| @@ -470,8 +470,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> | ||||
| @@ -488,15 +487,13 @@ | ||||
|     <string name="pref_cutout_short">在刘海屏区域显示内容</string> | ||||
|     <string name="pref_webtoon_padding_vert">页面之间的垂直填充</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> | ||||
| @@ -505,8 +502,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> | ||||
|         <item quantity="other">共%d标题</item> | ||||
|     </plurals> | ||||
|     <string name="pref_theme_light">默认浅色主题</string> | ||||
|     <string name="theme_light_default">默认</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user