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 #121

Merged
merged 8 commits into from
Sep 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<string name="main_placeholder_date" translatable="false">Sat, Apr 20</string>

<string-array name="themes_array">
<item>默认</item>
<item>系统默认</item>
<item>午夜</item>
<item>木星</item>
<item>水鸭色</item>
Expand All @@ -34,7 +34,6 @@
<string name="prefs_settings_key_toggle_status_bar" translatable="false">hide_status_bar</string>
<string name="choose_time_format_dialog_title">选择时间格式</string>
<string name="main_fragment_options">选项</string>
<string name="options_fragment_about_slim">关于 Unlauncher</string>
<string name="options_fragment_device_settings">设备设置</string>
<string name="options_fragment_change_theme">更改主题</string>
<string name="options_fragment_choose_time_format">选择时间格式</string>
Expand All @@ -45,6 +44,8 @@
<string name="options_fragment_hide_status_bar">隐藏状态栏</string>
<string name="options_fragment_show_status_bar">显示状态栏</string>
<string name="customize_app_drawer_fragment_open_keyboard">打开键盘</string>
<string name="customize_app_drawer_fragment_auto_theme_wallpaper_text">将主题背景设为壁纸</string>
<string name="customize_app_drawer_fragment_auto_theme_wallpaper_subtext_no_default_launcher">需要将应用设为默认启动器</string>
<string name="customize_app_drawer_fragment_visible_apps">可见的应用</string>
<string name="customise_apps_fragment_add">添加</string>
<string name="menu_rename">重命名</string>
Expand Down