From 93fe1a5056b60240961eccaaecea70798ec7c9f2 Mon Sep 17 00:00:00 2001 From: dengxiaoyu Date: Thu, 28 Aug 2025 11:39:18 +0800 Subject: [PATCH] add audio text Signed-off-by: dengxiaoyu --- .../src/main/resources/base/element/string.json | 12 ++++++++++++ .../src/main/resources/zh_CN/element/string.json | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/application/entry/src/main/resources/base/element/string.json b/application/entry/src/main/resources/base/element/string.json index fdbb3f10..405e0b17 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 1bbf2a00..596a3940 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 -- Gitee