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 sensors-strings.json #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions _locales/zh/sensors-strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,15 @@
"sensors.getMessage|block": "接收到的红外信号",


"sensors.actuator_buzzer0|block": "无源蜂鸣器控制引脚 :%pin|状态 %status",
"sensors.actuator_buzzer0|block": "有源蜂鸣器控制引脚 :%pin|状态 %status",

"sensors.actuator_buzzer1|block": "有源蜂鸣器控制引脚 :%pin|状态 %status",
"sensors.actuator_buzzer1|block": "无源蜂鸣器控制引脚 :%pin|频率 %freq",

"sensors.actuator_relay|block": "继电器控制引脚 :%pin|状态 %status",

"sensors.actuator_laser|block": "激光控制引脚 :%pin|状态 %status",

"sensors.actuator_motor_run|block": "直流电机初始化INA引脚%INAINB引脚 %INB运行模式%turn速度:%speed",
"sensors.actuator_motor_run|block": "直流电机初始化INA引脚%INA |INB引脚 %INB运行模式%turn速度:%speed",

"sensors.actuator_keyborad_pin|block": "触摸键盘初始化|SDO引脚 %SDO|SCL引脚 %SCL",
"sensors.actuator_keyborad_read|block": "读取到的键盘值",
Expand Down