Skip to content

Commit b454632

Browse files
authored
Merge pull request #1854 from liveasx/patch-213
Update strings.xml
2 parents c7fa5f8 + b2d38ed commit b454632

File tree

1 file changed

+31
-5
lines changed

1 file changed

+31
-5
lines changed

res/values-zh-rCN/strings.xml

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,8 +1333,7 @@
13331333

13341334
<!-- Quiet Hours: mute vibrations -->
13351335
<string name="pref_lc_qh_mute_vibe_title">通知静音震动</string>
1336-
<string name="pref_lc_qh_mute_vibe_summary">此设备上所有配对的Android Wear设备
1337-
关闭通知震动</string>
1336+
<string name="pref_lc_qh_mute_vibe_summary">关闭通知振动</string>
13381337

13391338
<!-- Quiet Hours: interactive mode -->
13401339
<string name="pref_lc_qh_interactive_title">交互模式</string>
@@ -1613,9 +1612,7 @@
16131612

16141613
<!-- UNC: QuietHours: mute system level vibrations -->
16151614
<string name="pref_lc_qh_mute_system_vibe_title">静音设备振动</string>
1616-
<string name="pref_lc_qh_mute_system_vibe_summary">关闭所有系统级振动
1617-
包括在此设备上的通知振动,配对Android Wear设备上的通知仍然可以
1618-
在震动的情况下开启通知振动
1615+
<string name="pref_lc_qh_mute_system_vibe_summary">关闭系统级别的所有振动,包括通知振动,触觉反馈等
16191616
</string>
16201617

16211618
<!-- Lockscreen: doubletap to sleep -->
@@ -2093,5 +2090,34 @@
20932090

20942091
<!-- BatteryBar: only while charging -->
20952092
<string name="pref_battery_bar_show_charging_title">仅在充电时</string>
2093+
2094+
<!-- Search -->
2095+
<string name="search">搜索</string>
2096+
<string name="search_reset">搜索重置</string>
2097+
<string name="search_keyword_short">关键字太短了</string>
2098+
<string name="search_no_match">没有找到设置</string>
2099+
2100+
<!-- UNC: ignore QH durine ginteractive mode -->
2101+
<string name="pref_lc_qh_ignore_interactive_title">对于交互模式</string>
2102+
<string name="pref_lc_qh_ignore_interactive_summary">当启用后,通知符合忽略规则
2103+
不会因静音时间与交互模式而被静音</string>
2104+
2105+
<!-- QH: Phone ringer whitelist -->
2106+
<string name="pref_lc_qh_ringer_whitelist_title">电话铃声白名单</string>
2107+
<string name="pref_lc_qh_ringer_whitelist_summary">管理在安静时间内不静音电话铃声的联系人列表</string>
2108+
<string name="search_no_contacts">找不到匹配的联系人关键字</string>
2109+
<string name="qhrw_menu_show_all">显示所有</string>
2110+
<string name="qhrw_menu_show_starred">显示星标记</string>
2111+
<string name="qhrw_menu_show_whitelisted">显示白名单</string>
2112+
<string name="qhrw_permission_denied">读取联系人权限时被拒绝</string>
2113+
2114+
<!-- QH: Time ranges -->
2115+
<string name="pref_lc_qh_ranges_title">设置时间范围</string>
2116+
<string name="pref_lc_qh_ranges_summary">允许为自动静音时间设置一个或多个时间范围</string>
2117+
<string name="lc_qh_ranges_list_label">静音时间 - 时间范围</string>
2118+
<string name="lc_qh_ranges_list_empty">目前没有设置时间范围</string>
2119+
<string name="lc_qh_ranges_detail_label">静音时间 - 时间范围</string>
2120+
<string name="pref_lc_qh_range_days_title">天</string>
2121+
<string name="next_day">下一天</string>
20962122

20972123
</resources>

0 commit comments

Comments
 (0)