Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Chinese Strings #234

Merged
merged 3 commits into from
Dec 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 5 additions & 2 deletions app/src/main/res/values-cn/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<resources>
<string name="app_name">Olauncher Clutter Free</string>
<string name="accessibility_service_name">OlauncherCF 操作服务</string>
<string name="app">应用</string>
<string name="set_as_default_launcher">设为默认启动器</string>
<string name="app_text_color">文本颜色</string>
Expand Down Expand Up @@ -63,7 +64,7 @@
<string name="light">浅色</string>
<string name="double_tap_lock_uninstall_message">已启用“轻按两次解锁”
\n\n注意:若你决定删除Olauncher, 请先关闭此选项。</string>
<string name="accessibility_service_description">需要授予无障碍权限方可启用“轻按两次解锁”。 该服务获取的任何数据都不会离开你的设备。</string>
<string name="accessibility_service_description">此无障碍服务允许 OlauncherCF 执行特定操作,如锁定屏幕或打开快速设置。</string>
<string name="open">打开链接</string>
<string name="copy">复制</string>
<string name="close">关闭</string>
Expand All @@ -88,6 +89,8 @@
<string name="show_app_list">显示应用列表</string>
<string name="open_app">打开应用</string>
<string name="lock_screen">锁定屏幕</string>

<string name="open_quick_settings">快速设置</string>
<string name="show_recents">显示最近用过的应用</string>


</resources>