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

Fix wrong voice of Armed and Disarm #9

Merged
merged 2 commits into from
Oct 25, 2021
Merged
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
Binary file modified SOUNDS/cn/armed.wav
Binary file not shown.
Binary file modified SOUNDS/cn/disarm.wav
Binary file not shown.
4 changes: 2 additions & 2 deletions voices/zh-CN.csv
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ SOUNDS/cn/SYSTEM;sensorko.wav;传感器丢失
SOUNDS/cn/SYSTEM;servoko.wav;舵机过载
SOUNDS/cn/SYSTEM;rxko.wav;功率过载
SOUNDS/cn/SYSTEM;modelpwr.wav;接收机未关闭
SOUNDS/cn;armed.wav;已锁定
SOUNDS/cn;disarm.wav;已解锁
SOUNDS/cn;armed.wav;已解锁
SOUNDS/cn;disarm.wav;已锁定
SOUNDS/cn;thrcut.wav;关断油门
SOUNDS/cn;thract.wav;开启油门
SOUNDS/cn;gearup.wav;收起起落架
Expand Down