Skip to content
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
2 changes: 1 addition & 1 deletion js/fc.js
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ var FC = {
'battery_capacity_warning',
'battery_capacity_critical',
'battery_capacity_unit',
'controlrate_profile',
'use_control_profile',
'throttle_scale',
'throttle_idle',
'turtle_mode_power_factor',
Expand Down
6 changes: 3 additions & 3 deletions locale/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5419,11 +5419,11 @@
"motor_direction_inverted_hint": {
"message": "Enable if the motor direction is reversed and the props are mounted in the opposite direction."
},
"mixer_pid_profile_linking": {
"mixer_control_profile_linking": {
"message": "Control Profile will use same index as Mixer Profile index"
},
"mixer_pid_profile_linking_hint": {
"message": "mixer_pid_profile_linking: Enable on both Mixer Profile if you want Control Profile switching handled by Mixer Profile switching(Recommend in vtol/mixed plaform type setup)"
"mixer_control_profile_linking_hint": {
"message": "mixer_control_profile_linking: Enable on both Mixer Profile if you want Control Profile switching handled by Mixer Profile switching(Recommend in vtol/mixed plaform type setup)"
},
"blackboxFields": {
"message": "Blackbox fields"
Expand Down
6 changes: 3 additions & 3 deletions locale/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5377,11 +5377,11 @@
"motor_direction_inverted_hint": {
"message": "モーターの回転方向が逆で、プロペラが反対方向に取り付けられている場合に有効にします。"
},
"mixer_pid_profile_linking": {
"mixer_control_profile_linking": {
"message": "Control Profileは、Mixer Profileのインデックスと同じインデックスを使用します"
},
"mixer_pid_profile_linking_hint": {
"message": "mixer_pid_profile_linking: Control Profileの切り替えをMixer Profileの切り替えで処理したい場合は、両方のMixer Profileで有効にします。(VTOL / 混合プラットフォームタイプの設定で推奨)"
"mixer_control_profile_linking_hint": {
"message": "mixer_control_profile_linking: Control Profileの切り替えをMixer Profileの切り替えで処理したい場合は、両方のMixer Profileで有効にします。(VTOL / 混合プラットフォームタイプの設定で推奨)"
},
"blackboxFields": {
"message": "Blackboxフィールド"
Expand Down
6 changes: 3 additions & 3 deletions locale/uk/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5386,11 +5386,11 @@
"motor_direction_inverted_hint": {
"message": "Увімкніть, якщо напрямок мотора змінено на протилежний і пропелери встановлені у зворотному напрямку."
},
"mixer_pid_profile_linking": {
"mixer_control_profile_linking": {
"message": "Профіль керування буде використовувати той самий індекс, що й індекс Профілю мікшера"
},
"mixer_pid_profile_linking_hint": {
"message": "mixer_pid_profile_linking: Увімкніть на обох профілях змішування, якщо ви хочете, щоб перемикання профілю керування здійснювалося через перемикання профілю мікшера (рекомендується для налаштувань типу втол/змішана платформа)"
"mixer_control_profile_linking_hint": {
"message": "mixer_control_profile_linking: Увімкніть на обох профілях змішування, якщо ви хочете, щоб перемикання профілю керування здійснювалося через перемикання профілю мікшера (рекомендується для налаштувань типу втол/змішана платформа)"
},
"blackboxFields": {
"message": "Поля чорної скрині"
Expand Down
6 changes: 3 additions & 3 deletions locale/zh_CN/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5397,11 +5397,11 @@
"motor_direction_inverted_hint": {
"message": "在混控功能中反转电机的转向,注意该功能只是改变了程序中电机的逻辑转向,还需要另外更改电机的实际转向。"
},
"mixer_pid_profile_linking": {
"mixer_control_profile_linking": {
"message": "PID配置文件将使用与混合配置文件索引相同的索引。"
},
"mixer_pid_profile_linking_hint": {
"message": "mixer_pid_profile_linking: 如果您希望PID配置文件切换由混合配置文件切换处理,请在两者的混合配置文件上启用此选项(建议在垂直/混合平台类型设置中使用)。"
"mixer_control_profile_linking_hint": {
"message": "mixer_control_profile_linking: 如果您希望PID配置文件切换由混合配置文件切换处理,请在两者的混合配置文件上启用此选项(建议在垂直/混合平台类型设置中使用)。"
},
"blackboxFields": {
"message": "黑匣子字段"
Expand Down
6 changes: 3 additions & 3 deletions tabs/mixer.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@


<div class="checkbox">
<input id="mixer_pid_profile_linking" type="checkbox" class="toggle" data-setting="mixer_pid_profile_linking" />
<label for="mixer_pid_profile_linking"><span data-i18n="mixer_pid_profile_linking"></span></label>
<div class="helpicon cf_tip" data-i18n_title="mixer_pid_profile_linking_hint"></div>
<input id="mixer_control_profile_linking" type="checkbox" class="toggle" data-setting="mixer_control_profile_linking" />
<label for="mixer_control_profile_linking"><span data-i18n="mixer_control_profile_linking"></span></label>
<div class="helpicon cf_tip" data-i18n_title="mixer_control_profile_linking_hint"></div>
</div>
</div>
</div>
Expand Down