Skip to content

Commit

Permalink
fix: zh-cn
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevtinge committed Sep 13, 2024
1 parent 6c044b4 commit 9e19c78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,8 @@
<string name="various_mipad_input_need_finger_num_title">交换手势所需的手指数量</string>
<string name="various_mipad_input_need_finger_num_desc">将三指截屏、三指长按区域截屏、三指横向分屏手势更改为四指触发,切换应用手势更改为三指触发</string>

<string name="custom_background_blur_enabled">自定义弹窗背景</string>
<string name="custom_background">自定义弹窗背景</string>
<string name="custom_background_blur_enabled">背景模糊</string>
<string name="custom_background_blur_radius">模糊半径</string>
<string name="custom_background_color">颜色</string>
<string name="custom_background_color_alpha">背景颜色透明度</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1700,6 +1700,7 @@
<string name="various_mipad_input_ingore_gesture_desc">Ignore the long press gesture on the stylus buttons</string>
<string name="various_mipad_input_need_finger_num_title">Swap the number of fingers required for gestures</string>
<string name="various_mipad_input_need_finger_num_desc">Change screenshot gesture, partial screenshot gesture, and horizontal split screen gesture to be triggered by four fingers, and switch apps gesture to be triggered by three fingers.</string>
<string name="custom_background">Custom background</string>
<string name="custom_background_blur_enabled">Background blur</string>
<string name="custom_background_blur_radius">Blur radius</string>
<string name="custom_background_color">Background color</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/various_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<Preference
android:fragment="com.sevtinge.hyperceiler.ui.fragment.sub.CustomBackgroundSettings"
android:key="prefs_key_various_dialog_bg_blur"
android:title="@string/custom_background_blur_enabled" />
android:title="@string/custom_background" />
</PreferenceCategory>

</PreferenceScreen>

0 comments on commit 9e19c78

Please sign in to comment.