Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Chinese translations #232

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
<string name="reset_unplugged">断开插头后重置电池状态</string>
<string name="reset_stats">重置电池状态</string>
<string name="enable_cooldown">启用周期性冷却:</string>
<string name="cooldown_capacity">开始冷却阀值 %% :</string>
<string name="resume_charge">恢复充电阀值:</string>
<string name="stop_charge">停止充电阀值:</string>
<string name="cooldown_capacity">开始冷却阈值 %% :</string>
<string name="resume_charge">恢复充电阈值:</string>
<string name="stop_charge">停止充电阈值:</string>
<string name="enable_temp_check">启用温度控制(℃)</string>
<string name="cooldown_temp">冷却温度:</string>
<string name="max_temp">最高温度:</string>
<string name="pause_seconds">暂停秒数:</string>
<string name="charge_seconds">充电秒数:</string>
<string name="shutdown_capacity">关机(未充电状态)阀值:</string>
<string name="shutdown_capacity">关机(未充电状态)阈值:</string>
<string name="no_root_message">AccA需要root权限。</string>
<string name="config_error_title">配置解析错误</string>
<string name="config_error_dialog">解析ACC 配置失败!\n请检查\"su -c acca --set --print\" 是否正常工作</string>
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
<string name="reset_unplugged">拔出充電線時重設電池用量資料</string>
<string name="reset_stats">重設電池用量資料</string>
<string name="enable_cooldown">啟用周期性冷卻:</string>
<string name="cooldown_capacity">開始冷卻閥值 %% :</string>
<string name="resume_charge">重新開始充電閥值:</string>
<string name="stop_charge">停止充電閥值:</string>
<string name="cooldown_capacity">開始冷卻閾值 %% :</string>
<string name="resume_charge">重新開始充電閾值:</string>
<string name="stop_charge">停止充電閾值:</string>
<string name="enable_temp_check">啟用溫度控制 (°C)</string>
<string name="cooldown_temp">最低溫度:</string>
<string name="max_temp">最高溫度:</string>
<string name="pause_seconds">暫停秒數:</string>
<string name="charge_seconds">充電秒數:</string>
<string name="shutdown_capacity">關機閥值 (沒有充電情況下):</string>
<string name="shutdown_capacity">關機閾值 (沒有充電情況下):</string>
<string name="no_root_message">AccA 需要 ROOT 權限。</string>
<string name="config_error_title">設定解析錯誤</string>
<string name="config_error_dialog">解析 ACC 設定失敗! \n請檢查\"su -c acca --set --print\" 是否正常工作</string>
Expand Down