File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
java/live/mehiz/mpvkt/ui/preferences Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -134,13 +134,13 @@ object PlayerPreferencesScreen : Screen() {
134
134
SwitchPreference (
135
135
value = showSeekIcon,
136
136
onValueChange = preferences.showSeekIcon::set,
137
- title = { Text (" Show seek icon " ) },
137
+ title = { Text (stringResource( R .string.show_icon_on_double_tap_to_seek) ) },
138
138
)
139
139
val showSeekTimeWhileSeeking by preferences.showSeekTimeWhileSeeking.collectAsState()
140
140
SwitchPreference (
141
141
value = showSeekTimeWhileSeeking,
142
142
onValueChange = preferences.showSeekTimeWhileSeeking::set,
143
- title = { Text (" Show seek time " ) },
143
+ title = { Text (stringResource( R .string.show_time_on_double_tap_to_seek) ) },
144
144
)
145
145
PreferenceCategory (
146
146
title = { Text (stringResource(R .string.pref_player_gestures)) },
Original file line number Diff line number Diff line change 209
209
<string name =" pref_custom_button_edit_button_id" >(ID:%d)</string >
210
210
<string name =" pref_custom_button_delete_button" >删除按钮</string >
211
211
<string name =" timer_title" >休眠计时器</string >
212
- </resources >
212
+ <string name =" show_splash_ovals_on_double_tap_to_seek" >双击跳转时显示涟漪效果</string >
213
+ <string name =" show_icon_on_double_tap_to_seek" >显示跳转时间</string >
214
+ <string name =" show_time_on_double_tap_to_seek" >显示跳转图标</string >
215
+
216
+ </resources >
Original file line number Diff line number Diff line change 258
258
<string name =" pref_player_display_reduce_player_animation" >Reduce player animation</string >
259
259
<string name =" pref_player_display_hide_player_control_time" >Hide player control time</string >
260
260
<string name =" show_splash_ovals_on_double_tap_to_seek" >Show ripple when double tap seeking</string >
261
+ <string name =" show_time_on_double_tap_to_seek" >Show seek time</string >
262
+ <string name =" show_icon_on_double_tap_to_seek" >Show seek icon</string >
261
263
262
264
<plurals name =" plural_items" >
263
265
<item quantity =" one" >%1$d item</item >
You can’t perform that action at this time.
0 commit comments