Skip to content

Commit

Permalink
i18n: Simplified Chinese Localization Update (#187)
Browse files Browse the repository at this point in the history
* Simplified Chinese Localization Update

* Fix Simplified Chinese Localization typo
  • Loading branch information
aenerv7 authored Jan 8, 2025
1 parent b65ac89 commit 9210b7a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<string name="pref_player_controls_show_chapters_button">显示章节选择按钮</string>
<string name="pref_player_controls_show_chapters_summary">只会在章节存在时显示</string>
<string name="pref_player_display_show_status_bar">与控制栏一起显示系统状态栏</string>
<string name="pref_gesture_media_custom_info">当媒体控制设为自定义时,可以通过 input.conf 来自定义操作。上一个的 keycode 是 0x10004,播放/暂停的 keycode 是 0x10005,下一个的 keycode 是 0x10006。</string>
<string name="pref_decoder">解码器</string>
<string name="pref_decoder_summary">硬件解码,像素格式,去色带</string>
<string name="pref_decoder_try_hw_dec_title">尝试硬件解码</string>
Expand Down Expand Up @@ -95,6 +96,7 @@
<string name="pref_advanced_cleared_fonts_cache">已清除字体缓存</string>
<string name="pref_advanced_clear_mpv_conf_cache">清除缓存的 mpv 配置</string>
<string name="pref_advanced_cleared_mpv_conf_cache">已清除缓存的 mpv 配置</string>
<string name="pref_custom_button_delete_confirmation">是否要删除按钮“%s”?</string>
<string name="pref_about_title">关于</string>
<string name="pref_about_summary">致谢,许可协议</string>
<string name="pref_about_app_version">应用版本</string>
Expand Down Expand Up @@ -148,6 +150,7 @@
<string name="player_sheets_more_title">更多</string>
<string name="player_sheets_stats_page_title">默认统计页</string>
<string name="player_sheets_stats_page_chip">第 %d 页</string>
<string name="player_sheets_custom_buttons_title">自定义按钮</string>
<string name="player_seek_n_seconds">%d 秒</string>
<string name="player_aspect_fit">适应屏幕</string>
<string name="player_aspect_crop">裁剪</string>
Expand All @@ -159,6 +162,7 @@
<string name="crash_screen_restart">重启应用</string>
<string name="timer_picker_enter_timer">输入时间</string>
<string name="timer_picker_pick_time">选择时间</string>
<string name="timer_remaining">剩余 %s</string>
<string name="toast_sleep_timer_ended">睡眠定时器结束</string>
<string name="pref_player_seeking_title">跳转</string>
<string name="pref_player_precise_seeking_title">精确跳转</string>
Expand All @@ -172,4 +176,36 @@
<string name="swap_the_volume_and_brightness_slider">交换音量与亮度手势</string>
<string name="pref_player_display_reduce_player_animation">减少播放器动画</string>
<string name="pref_player_display_hide_player_control_time">播放器控制栏隐藏超时</string>
<string name="pref_player_display">显示</string>
<string name="pref_player_display_panel_opacity">面板不透明度</string>
<string name="pref_gesture">手势</string>
<string name="pref_gesture_summary">双击,媒体控制</string>
<string name="pref_gesture_double_tap_title">双击</string>
<string name="pref_gesture_double_tap_none">无</string>
<string name="pref_gesture_double_tap_seek">定位</string>
<string name="pref_gesture_double_tap_play">播放/暂停</string>
<string name="pref_gesture_double_tap_custom">自定义</string>
<string name="pref_gesture_double_tap_left_title">双击左侧</string>
<string name="pref_gesture_double_tap_center_title">双击中间</string>
<string name="pref_gesture_double_tap_right_title">双击右侧</string>
<string name="pref_gesture_double_tap_custom_info">当手势设为自定义时,可以通过 input.conf 来自定义操作。左侧的 keycode 为 0x10001,中间的 keycode 为 0x10002,右侧的 keycode 为 0x10003。</string>
<string name="pref_gesture_media_title">媒体控制</string>
<string name="pref_gesture_media_previous">上一个</string>
<string name="pref_gesture_media_play">播放/暂停</string>
<string name="pref_gesture_media_next">下一个</string>
<string name="pref_custom_buttons_title">自定义按钮</string>
<string name="pref_custom_buttons_summary">通过自定义按钮执行 Lua 代码</string>
<string name="pref_custom_button_action_add">添加</string>
<string name="pref_custom_button_action_add_title_text">标题</string>
<string name="pref_custom_button_action_add_already_exists">按钮已存在!</string>
<string name="pref_custom_button_action_add_required">* 必填</string>
<string name="pref_custom_button_action_add_optional">(可选)</string>
<string name="pref_custom_button_action_add_content_text">Lua 代码</string>
<string name="pref_custom_button_action_add_long_press_text">Lua 代码(长按)</string>
<string name="pref_custom_button_add_button">添加自定义按钮</string>
<string name="pref_custom_button_empty">未添加任何自定义按钮,点击加号添加自定义按钮。</string>
<string name="pref_custom_button_edit_button">编辑按钮</string>
<string name="pref_custom_button_edit_button_id">(ID:%d)</string>
<string name="pref_custom_button_delete_button">删除按钮</string>
<string name="timer_title">休眠计时器</string>
</resources>

0 comments on commit 9210b7a

Please sign in to comment.