diff --git a/application/entry/src/main/resources/base/element/string.json b/application/entry/src/main/resources/base/element/string.json index fdbb3f1099c0da3318307bb5e7a819301cd024e8..405e0b170efd0d698bb1b31d92c53794496ac79e 100644 --- a/application/entry/src/main/resources/base/element/string.json +++ b/application/entry/src/main/resources/base/element/string.json @@ -143,6 +143,18 @@ { "name": "mech_right", "value": "Right" + }, + { + "name": "audio_tracking_switch_on", + "value": "The smart tracking switch has been turned on. Double-click the switch to turn it off." + }, + { + "name": "audio_tracking_switch_off", + "value": "The smart tracking switch has been turned off. Double-click the switch to turn it on." + }, + { + "name": "audio_back", + "value": "Back" } ] } \ No newline at end of file diff --git a/application/entry/src/main/resources/zh_CN/element/string.json b/application/entry/src/main/resources/zh_CN/element/string.json index 1bbf2a00885dcfd36ca007f57a64eca252780227..596a3940b1a4c5a7ee065c06b3e0379c948e0256 100644 --- a/application/entry/src/main/resources/zh_CN/element/string.json +++ b/application/entry/src/main/resources/zh_CN/element/string.json @@ -143,6 +143,18 @@ { "name": "mech_right", "value": "居右" + }, + { + "name": "audio_tracking_switch_on", + "value": "已开启“智能跟踪”开关,单指双击即可关闭" + }, + { + "name": "audio_tracking_switch_off", + "value": "已关闭“智能跟踪”开关,单指双击即可开启" + }, + { + "name": "audio_back", + "value": "返回" } ] } \ No newline at end of file