From d02ac98c80487352dcf9ccec5daf96505f94b9b7 Mon Sep 17 00:00:00 2001 From: dynamicfire Date: Thu, 22 Jul 2021 20:38:52 +0800 Subject: Add Chinese Translation --- app/src/main/res/values-zh-rCN/strings.xml | 76 ++++++++++++++++++++++++++++++ app/src/main/res/values/strings.xml | 70 +++++++++++++-------------- 2 files changed, 111 insertions(+), 35 deletions(-) create mode 100644 app/src/main/res/values-zh-rCN/strings.xml diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml new file mode 100644 index 0000000..7e33b3b --- /dev/null +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -0,0 +1,76 @@ + + + Buoy + 权限 + 诶嘿! + 我们需要一个特殊权限以继续。用 ADB 执行下面这行指令(只有一行): + 等待权限 + 复制到剪切板 + 无法处理这个动作 + 无法应用; 设备可能不兼容 + 当设备处于省电模式时更改将生效 + 成功应用了模式 + 成功恢复了模式 + 省电模式配置 + 模式 + 分享 + 关于 + 配置 + 默认 + 使用设备的默认省电模式设置 + 轻量 + 节省电池电量较少,几乎不影响用户体验 + 温和 + 均衡的调整模式,在不影响性能的情况下省电 + 较强 + 较好的降低功耗,但性能损失明显 + 极限 + 尽可能多地节省电力 + 导出 + 分享省电模式配置 + 导入 + 导入新的省电模式配置 + 通告省电模式 + 提醒应用程序设备处于低电量模式;一些应用程序将使用这一信息来减少其耗电量 + 启用流量节省程序 + 减少在计费连接和移动数据上发送和接收的数据 + 启用夜间模式 + 使用较深的颜色来减少OLED面板的耗电量 + 启用启动加速 + 在打开应用程序时加速CPU,以加快其启动时间 + 启用振动 + 允许触控和通知振动 + 启用动画 + 继续显示动画效果 + 启用声音触发器 + 允许访问 SoundTrigger 硬件 API + 推迟完整备份 + 重新安排设备云备份的时间 + 推迟键值备份 + 重新安排应用程序设置的云备份 + 启用防火墙 + 抵御可能的恶意网络请求 + 位置模式 + 在低电量模式下如何处理定位请求 + 调整亮度 + 降低面板上的最大亮度 + 亮度系数 + 降低屏幕亮度的系数是? + 强制应用程序进入待机模式 + 后台应用程序很快进入睡眠状态 + 强制后台检查 + 停止闲置进程的后台服务 + 启用可选的传感器 + 允许不必要的传感器请求(如 边缘传感器) + 启用息屏显示 + 在睡眠模式下启用息屏显示 + 启用低电耗模式 + 屏幕关闭后立即进入深度休眠状态 + 开发者 + 源代码 + 在 GitHub 上查看该项目 + 联系 + 如有意见建议,请发电子邮件给我 + 许可证 + 查看开源许可证 + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d32da12..f3102e4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -5,7 +5,7 @@ Woah there! We need a special permission to continue. Use ADB to run the following command (one line): - adb shell pm grant com.draco.buoy android.permission.WRITE_SECURE_SETTINGS + adb shell pm grant com.draco.buoy android.permission.WRITE_SECURE_SETTINGS Waiting for permission Copied to clipboard @@ -16,9 +16,9 @@ Successfully applied profile Successfully reset profile - https://www.github.com/tytydraco - https://www.github.com/tytydraco/Buoy - mailto:tylernij@gmail.com + https://www.github.com/tytydraco + https://www.github.com/tytydraco/Buoy + mailto:tylernij@gmail.com Battery Saver Constants @@ -27,119 +27,119 @@ About Configuration - default + default Default Use the device\'s default battery saver settings - light + light Light Marginal conservation of battery power which barely affects the user experience - moderate + moderate Moderate Balanced set of tweaks to conserve battery life while not hurting performance - high + high High Aggressive reduction in power consumption with significant performance loss - extreme + extreme Extreme Ultimate set of tweaks to save as much power as possible - export + export Export Share the battery saver constants elsewhere - import + import Import Configure using a new profile - advertise_is_enabled + advertise_is_enabled Advertise power saver Alert apps that the device is in low power mode; some apps will use this information to reduce their power draw - datasaver_enabled + datasaver_enabled Enable data saver Reduce the data sent and received on metered connections and on mobile data - enable_night_mode + enable_night_mode Enable night mode Use darker colors to reduce the power draw on OLED panels - launch_boost_enabled + launch_boost_enabled Enable launch boost Accelerate the CPU while opening applications to expedite their startup time - vibration_enabled + vibration_enabled Enable vibrations Allow touch and notification vibrations - animation_enabled + animation_enabled Enable animations Continue to display animations - soundtrigger_enabled + soundtrigger_enabled Enable sound triggers Allow access to the SoundTrigger hardware API - fullbackup_deferred + fullbackup_deferred Defer full backups Reschedule device cloud backups for later - keyvaluebackup_deferred + keyvaluebackup_deferred Defer keyvalue backups Reschedule application settings cloud backups for later - firewall_enabled + firewall_enabled Enable firewall Defend against possibly malicious web requests - gps_mode + gps_mode Location mode How location requests are handled in low power mode - adjust_brightness_enabled + adjust_brightness_enabled Adjust brightness Reduce the maximum brightness on the panel - adjust_brightness_factor + adjust_brightness_factor Brightness factor By what factor to reduce the screen brightness by - force_all_apps_standby + force_all_apps_standby Force apps into standby Background apps are put to sleep very quickly - force_background_check - Force background check + force_background_check Stop background services for idle processes - optional_sensors_enabled + optional_sensors_enabled Enable optional sensors Allow unnecessary sensor requests (i.e. edge sensors) - aod_enabled + aod_enabled Always-on-display enabled Display the AOD in sleep mode - quick_doze_enabled + quick_doze_enabled Quick doze enabled Enter deep sleep as soon as the screen is turned off Developer - Tyler Nijmeh - developer + Tyler Nijmeh + developer Source code Check out this project on GitHub - source + source Contact Email me with questions, comments, and concerns - contact + contact Licenses View the open source licenses - licenses + licenses + Force background check -- cgit v1.2.3