Michael Bestas | 030c36b | 2022-01-12 15:40:29 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
Michael Bestas | 7fe361d | 2022-04-03 20:08:46 +0300 | [diff] [blame] | 3 | Copyright (C) 2017-2022 The LineageOS Project |
Michael Bestas | 030c36b | 2022-01-12 15:40:29 +0200 | [diff] [blame] | 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
Michael Bestas | 7fe361d | 2022-04-03 20:08:46 +0300 | [diff] [blame] | 18 | <plurals name="show_dev_countdown_cm"> |
| 19 | <item quantity="other">还需 <xliff:g id="step_count">%1$d</xliff:g> 步就可以启用开发者选项。</item> |
| 20 | </plurals> |
| 21 | <string name="show_dev_on_cm">您已经启用了开发者选项!</string> |
| 22 | <string name="show_dev_already_cm">不用了,您已启用开发者选项。</string> |
| 23 | <string name="keyboard_extras_title">附加功能</string> |
| 24 | <string name="advanced_keyboard_settings_title">高级设置</string> |
Michael Bestas | 030c36b | 2022-01-12 15:40:29 +0200 | [diff] [blame] | 25 | <string name="adb_enable_root">Root 身份的调试</string> |
| 26 | <string name="adb_enable_summary_root">允许以 root 身份运行 Android 调试</string> |
| 27 | <string name="backup_transport_setting_label">更改备份提供商</string> |
| 28 | <string name="backup_transport_title">选择备份提供商</string> |
Michael Bestas | f9a02fd | 2022-08-04 20:42:30 +0300 | [diff] [blame^] | 29 | <string name="berry_black_theme_title">纯黑色</string> |
| 30 | <string name="berry_black_theme_summary">暗色主题使用纯黑色背景</string> |
Michael Bestas | 030c36b | 2022-01-12 15:40:29 +0200 | [diff] [blame] | 31 | <string name="lineagelicense_title">LineageOS 法律信息</string> |
Michael Bestas | 7fe361d | 2022-04-03 20:08:46 +0300 | [diff] [blame] | 32 | <string name="status_bar_double_tap_to_sleep_title">点按以睡眠</string> |
| 33 | <string name="status_bar_double_tap_to_sleep_summary">双击状态栏或锁屏以关闭屏幕</string> |
Michael Bestas | fca484d | 2022-05-10 21:58:43 +0300 | [diff] [blame] | 34 | <string name="fingerprint_enroll_find_sensor_message_front" product="tablet">在您的平板电脑正面找到指纹传感器。</string> |
| 35 | <string name="fingerprint_enroll_find_sensor_message_front" product="device">在您的设备正面找到指纹传感器。</string> |
| 36 | <string name="fingerprint_enroll_find_sensor_message_front" product="default">在您的手机正面找到指纹传感器。</string> |
| 37 | <string name="fingerprint_enroll_find_sensor_message_rear" product="tablet">在您的平板电脑背面找到指纹传感器。</string> |
| 38 | <string name="fingerprint_enroll_find_sensor_message_rear" product="device">在您的设备背面找到指纹传感器。</string> |
| 39 | <string name="fingerprint_enroll_find_sensor_message_rear" product="default">在您的手机背面找到指纹传感器。</string> |
| 40 | <string name="fingerprint_enroll_find_sensor_message_side" product="tablet">在您的平板电脑侧面找到指纹传感器。</string> |
| 41 | <string name="fingerprint_enroll_find_sensor_message_side" product="device">在您的设备侧面找到指纹传感器。</string> |
| 42 | <string name="fingerprint_enroll_find_sensor_message_side" product="default">在您的手机侧面找到指纹传感器。</string> |
| 43 | <string name="fingerprint_enroll_touch_dialog_message_front" product="tablet">触摸位于平板电脑正面的指纹传感器。</string> |
| 44 | <string name="fingerprint_enroll_touch_dialog_message_front" product="device">触摸位于设备正面的指纹传感器。</string> |
| 45 | <string name="fingerprint_enroll_touch_dialog_message_front" product="default">触摸位于手机正面的指纹传感器。</string> |
| 46 | <string name="fingerprint_enroll_touch_dialog_message_rear" product="tablet">触摸位于平板电脑背面的指纹传感器。</string> |
| 47 | <string name="fingerprint_enroll_touch_dialog_message_rear" product="device">触摸位于设备背面的指纹传感器。</string> |
| 48 | <string name="fingerprint_enroll_touch_dialog_message_rear" product="default">触摸位于手机背面的指纹传感器。</string> |
| 49 | <string name="fingerprint_enroll_touch_dialog_message_side" product="tablet">触摸位于平板电脑侧面的指纹传感器。</string> |
| 50 | <string name="fingerprint_enroll_touch_dialog_message_side" product="device">触摸位于设备侧面的指纹传感器。</string> |
| 51 | <string name="fingerprint_enroll_touch_dialog_message_side" product="default">触摸位于手机侧面的指纹传感器。</string> |
Michael Bestas | 7fe361d | 2022-04-03 20:08:46 +0300 | [diff] [blame] | 52 | <string name="increasing_ring_volume_option_title">铃声音量渐强</string> |
| 53 | <string name="increasing_ring_min_volume_title">初始音量</string> |
| 54 | <string name="increasing_ring_ramp_up_time_title">增强时间</string> |
Michael Bestas | 030c36b | 2022-01-12 15:40:29 +0200 | [diff] [blame] | 55 | <string name="volume_link_notification_title">链接铃声和通知的音量</string> |
| 56 | <string name="unlock_scramble_pin_layout_title">乱序布局</string> |
| 57 | <string name="unlock_scramble_pin_layout_summary">当解锁设备时使用乱序 PIN 布局</string> |
| 58 | <string name="lock_settings_picker_pattern_size_message">选择图案大小</string> |
| 59 | <string name="lockpattern_settings_enable_error_path_title">显示图案错误</string> |
| 60 | <string name="lockpattern_settings_enable_dots_title">显示图案圆点</string> |
Michael Bestas | 7fe361d | 2022-04-03 20:08:46 +0300 | [diff] [blame] | 61 | <string name="lockscreen_media_art_title">显示媒体艺术封面</string> |
| 62 | <string name="lockscreen_visualizer_title">显示音乐可视化</string> |
Michael Bestas | fca484d | 2022-05-10 21:58:43 +0300 | [diff] [blame] | 63 | <string name="high_touch_polling_rate_title">高触控采样率</string> |
| 64 | <string name="high_touch_polling_rate_summary">提高触摸屏采样率</string> |
Michael Bestas | 7fe361d | 2022-04-03 20:08:46 +0300 | [diff] [blame] | 65 | <string name="high_touch_sensitivity_title">触摸屏高灵敏度</string> |
| 66 | <string name="high_touch_sensitivity_summary">增加触摸屏的灵敏度,以便在戴手套时使用</string> |
Michael Bestas | 030c36b | 2022-01-12 15:40:29 +0200 | [diff] [blame] | 67 | <string name="tethering_allow_vpn_upstreams_title">允许客户端使用 VPN</string> |
| 68 | <string name="tethering_allow_vpn_upstreams_summary">允许热点客户端使用此设备\u2019的 VPN 连接到上游连接</string> |
Michael Bestas | fca484d | 2022-05-10 21:58:43 +0300 | [diff] [blame] | 69 | <string name="auto_brightness_one_shot_title">一键自动亮度</string> |
| 70 | <string name="auto_brightness_one_shot_summary">亮度调整只会在打开屏幕的那一刻发生</string> |
Michael Bestas | 030c36b | 2022-01-12 15:40:29 +0200 | [diff] [blame] | 71 | <string name="data_usage_app_restrict_all">允许网络访问</string> |
| 72 | <string name="data_usage_app_restrict_all_summary">启用网络使用统计</string> |
| 73 | <string name="data_usage_app_restrict_mobile">移动数据</string> |
| 74 | <string name="data_usage_app_restrict_mobile_summary">允许使用移动数据</string> |
| 75 | <string name="data_usage_app_restrict_vpn">VPN 数据</string> |
| 76 | <string name="data_usage_app_restrict_vpn_summary">启用 VPN 的数据使用统计</string> |
| 77 | <string name="data_usage_app_restrict_wifi">Wi\u2011Fi 数据</string> |
| 78 | <string name="data_usage_app_restrict_wifi_summary">启用 Wi\u2011Fi 流量使用统计</string> |
Michael Bestas | 7fe361d | 2022-04-03 20:08:46 +0300 | [diff] [blame] | 79 | <string name="app_notification_sound_timeout_title">最短通知铃声间隔</string> |
| 80 | <string name="app_notification_sound_timeout_summary_template">每 <xliff:g id="duration">%1$s</xliff:g> 允许一次响铃或振动</string> |
| 81 | <string name="app_notification_sound_timeout_value_none">无限制</string> |
| 82 | <string name="app_notification_sound_timeout_value_10_seconds">10 秒</string> |
| 83 | <string name="app_notification_sound_timeout_value_30_seconds">30 秒</string> |
| 84 | <string name="app_notification_sound_timeout_value_1_minute">1 分钟</string> |
| 85 | <string name="app_notification_sound_timeout_value_5_minutes">5 分钟</string> |
| 86 | <string name="app_notification_sound_timeout_value_15_minutes">10 分钟</string> |
| 87 | <string name="app_notification_sound_timeout_value_30_minutes">30 分钟</string> |
| 88 | <string name="proximity_wake_title">防止意外唤醒</string> |
| 89 | <string name="proximity_wake_summary">唤醒屏幕前检查距离传感器</string> |
| 90 | <string name="max_refresh_rate_title">最高刷新率</string> |
| 91 | <string name="min_refresh_rate_title">最小刷新率</string> |
Michael Bestas | 030c36b | 2022-01-12 15:40:29 +0200 | [diff] [blame] | 92 | <string name="show_navbar_hint_title">导航提示</string> |
| 93 | <string name="show_navbar_hint_summary">在屏幕底部显示导航提示栏</string> |
Michael Bestas | 7fe361d | 2022-04-03 20:08:46 +0300 | [diff] [blame] | 94 | <string name="connected_tws_device_saved_title">已保存的耳机</string> |
| 95 | <string name="touchscreen_hovering_title">悬空操作</string> |
| 96 | <string name="touchscreen_hovering_summary">允许您将手指悬停在屏幕上作为浏览器、远程桌面等处的鼠标指针</string> |
| 97 | <string name="peak_refresh_rate_summary_custom">自动将某些内容的刷新频率从 60 Hz 调高到 %1$d Hz。这么做会增加耗电量。</string> |
Michael Bestas | fca484d | 2022-05-10 21:58:43 +0300 | [diff] [blame] | 98 | <string name="theme_customization_font_title">字体</string> |
| 99 | <string name="theme_customization_icon_shape_title">图标形状</string> |
Michael Bestas | 7fe361d | 2022-04-03 20:08:46 +0300 | [diff] [blame] | 100 | <string name="touchscreen_gesture_settings_title">触摸屏手势</string> |
| 101 | <string name="touchscreen_gesture_settings_summary">为快捷操作采用各种触摸屏手势</string> |
| 102 | <string name="wake_when_plugged_or_unplugged_title">连接或移除电源时唤醒</string> |
| 103 | <string name="wake_when_plugged_or_unplugged_summary">连接或断开电源时点亮屏幕</string> |
| 104 | <string name="fast_charging_title">快速充电</string> |
| 105 | <string name="fast_charging_summary">禁用以减少设备在充电时产生的热量或延长电池的使用寿命</string> |
Michael Bestas | f9a02fd | 2022-08-04 20:42:30 +0300 | [diff] [blame^] | 106 | <string name="ambient_display_screen_off_udfps_title" product="default">长按指纹传感器解锁手机</string> |
| 107 | <string name="ambient_display_screen_off_udfps_title" product="tablet">长按指纹传感器解锁平板电脑</string> |
| 108 | <string name="ambient_display_screen_off_udfps_title" product="device">长按指纹传感器解锁设备</string> |
| 109 | <string name="ambient_display_screen_off_udfps_summary">要唤醒您的屏幕并解锁,长按您的屏下指纹传感器。</string> |
Michael Bestas | 030c36b | 2022-01-12 15:40:29 +0200 | [diff] [blame] | 110 | </resources> |