From 4e154c8dcabf118ed383365993fc834250000fa9 Mon Sep 17 00:00:00 2001 From: dengxiaoyu Date: Thu, 4 Sep 2025 11:06:19 +0800 Subject: [PATCH] add translate diff Signed-off-by: dengxiaoyu --- .../src/main/resources/ar/element/string.json | 37 +++++++++++++---- .../main/resources/base/element/string.json | 35 ++++++++++++---- .../main/resources/bo_CN/element/string.json | 35 ++++++++++++---- .../src/main/resources/es/element/string.json | 35 ++++++++++++---- .../src/main/resources/fr/element/string.json | 41 ++++++++++++++----- .../src/main/resources/ja/element/string.json | 35 ++++++++++++---- .../src/main/resources/ko/element/string.json | 35 ++++++++++++---- .../src/main/resources/ru/element/string.json | 35 ++++++++++++---- .../src/main/resources/ug/element/string.json | 35 ++++++++++++---- .../src/main/resources/vi/element/string.json | 35 ++++++++++++---- .../main/resources/zh_CN/element/string.json | 35 ++++++++++++---- .../main/resources/zh_HK/element/string.json | 35 ++++++++++++---- .../main/resources/zh_TW/element/string.json | 35 ++++++++++++---- .../main/resources/zz_ZX/element/string.json | 20 +++++++-- 14 files changed, 384 insertions(+), 99 deletions(-) diff --git a/application/entry/src/main/resources/ar/element/string.json b/application/entry/src/main/resources/ar/element/string.json index 1d683697..68fdd088 100644 --- a/application/entry/src/main/resources/ar/element/string.json +++ b/application/entry/src/main/resources/ar/element/string.json @@ -9,7 +9,7 @@ }, { "name":"pause", - "value":"إيقاف مؤقت", + "value":"الإيقاف مؤقتًا", "attr":{ "priority":"translate" } @@ -86,31 +86,52 @@ }, { "name": "mech_intelligent_tracking", - "value": "التتبع الذكي" + "value": "التتبع الذكي", + "attr":{ + "priority":"translate" + } }, { "name": "mech_tracking_layout", - "value": "وضع التتبع" + "value": "وضع التتبع", + "attr":{ + "priority":"translate" + } }, { "name": "mech_enable", - "value": "تشغيل" + "value": "تشغيل", + "attr":{ + "priority":"translate" + } }, { "name": "mech_close", - "value": "إيقاف" + "value": "إيقاف", + "attr":{ + "priority":"translate" + } }, { "name": "mech_left", - "value": "على اليسار" + "value": "على اليسار", + "attr":{ + "priority":"translate" + } }, { "name": "mech_center", - "value": "في الوسط" + "value": "في الوسط", + "attr":{ + "priority":"translate" + } }, { "name": "mech_right", - "value": "على اليمين" + "value": "على اليمين", + "attr":{ + "priority":"translate" + } } ] } \ No newline at end of file diff --git a/application/entry/src/main/resources/base/element/string.json b/application/entry/src/main/resources/base/element/string.json index 405e0b17..c72a3a1e 100644 --- a/application/entry/src/main/resources/base/element/string.json +++ b/application/entry/src/main/resources/base/element/string.json @@ -118,31 +118,52 @@ }, { "name": "mech_intelligent_tracking", - "value": "Smart tracking" + "value": "Smart tracking", + "attr":{ + "priority":"translate" + } }, { "name": "mech_tracking_layout", - "value": "Tracking mode" + "value": "Tracking mode", + "attr":{ + "priority":"translate" + } }, { "name": "mech_enable", - "value": "On" + "value": "On", + "attr":{ + "priority":"translate" + } }, { "name": "mech_close", - "value": "Off" + "value": "Off", + "attr":{ + "priority":"translate" + } }, { "name": "mech_left", - "value": "Left" + "value": "Left", + "attr":{ + "priority":"translate" + } }, { "name": "mech_center", - "value": "Center" + "value": "Center", + "attr":{ + "priority":"translate" + } }, { "name": "mech_right", - "value": "Right" + "value": "Right", + "attr":{ + "priority":"translate" + } }, { "name": "audio_tracking_switch_on", diff --git a/application/entry/src/main/resources/bo_CN/element/string.json b/application/entry/src/main/resources/bo_CN/element/string.json index a193b0d6..d58431b2 100644 --- a/application/entry/src/main/resources/bo_CN/element/string.json +++ b/application/entry/src/main/resources/bo_CN/element/string.json @@ -86,31 +86,52 @@ }, { "name": "mech_intelligent_tracking", - "value": "རིག་ལྡན་རྗེས་འདེད།" + "value": "རིག་ལྡན་རྗེས་འདེད།", + "attr":{ + "priority":"translate" + } }, { "name": "mech_tracking_layout", - "value": "འགྲེམ་ཚུལ་རྗེས་འདེད།" + "value": "འགྲེམ་ཚུལ་རྗེས་འདེད།", + "attr":{ + "priority":"translate" + } }, { "name": "mech_enable", - "value": "ཁ་འབྱེད།" + "value": "ཁ་འབྱེད།", + "attr":{ + "priority":"translate" + } }, { "name": "mech_close", - "value": "ཁ་རྒྱག" + "value": "ཁ་རྒྱག", + "attr":{ + "priority":"translate" + } }, { "name": "mech_left", - "value": "གཡོན་སྒྲིག" + "value": "གཡོན་སྒྲིག", + "attr":{ + "priority":"translate" + } }, { "name": "mech_center", - "value": "དཀྱིལ་དུ་འཇོག་པ།" + "value": "དཀྱིལ་དུ་འཇོག་པ།", + "attr":{ + "priority":"translate" + } }, { "name": "mech_right", - "value": "གཡས་སྒྲིག" + "value": "གཡས་སྒྲིག", + "attr":{ + "priority":"translate" + } } ] } \ No newline at end of file diff --git a/application/entry/src/main/resources/es/element/string.json b/application/entry/src/main/resources/es/element/string.json index 33b5a944..fb7f1d26 100644 --- a/application/entry/src/main/resources/es/element/string.json +++ b/application/entry/src/main/resources/es/element/string.json @@ -86,31 +86,52 @@ }, { "name": "mech_intelligent_tracking", - "value": "Seguimiento inteligente" + "value": "Seguimiento inteligente", + "attr":{ + "priority":"translate" + } }, { "name": "mech_tracking_layout", - "value": "Modo Seguimiento" + "value": "Modo Seguimiento", + "attr":{ + "priority":"translate" + } }, { "name": "mech_enable", - "value": "Sí" + "value": "Sí", + "attr":{ + "priority":"translate" + } }, { "name": "mech_close", - "value": "No" + "value": "No", + "attr":{ + "priority":"translate" + } }, { "name": "mech_left", - "value": "Izquierda" + "value": "Izquierda", + "attr":{ + "priority":"translate" + } }, { "name": "mech_center", - "value": "Centro" + "value": "Centro", + "attr":{ + "priority":"translate" + } }, { "name": "mech_right", - "value": "Derecha" + "value": "Derecha", + "attr":{ + "priority":"translate" + } } ] } \ No newline at end of file diff --git a/application/entry/src/main/resources/fr/element/string.json b/application/entry/src/main/resources/fr/element/string.json index 7d6fb57f..ee228d64 100644 --- a/application/entry/src/main/resources/fr/element/string.json +++ b/application/entry/src/main/resources/fr/element/string.json @@ -2,7 +2,7 @@ "string":[ { "name":"DHTypeName_Camera", - "value":"caméra", + "value":"l'appareil photo", "attr":{ "priority":"translate" } @@ -58,14 +58,14 @@ }, { "name":"stop_device", - "value":"Veuillez déconnecter pour interrompre l'utilisation du %1$s de cet appareil.", + "value":"Veuillez déconnecter pour arrêter d'utiliser %1$s de cet appareil.", "attr":{ "priority":"translate" } }, { "name":"DHTypeName_Mic", - "value":"microphone", + "value":"le micro", "attr":{ "priority":"translate" } @@ -86,31 +86,52 @@ }, { "name": "mech_intelligent_tracking", - "value": "Suivi intelligent" + "value": "Suivi intelligent", + "attr":{ + "priority":"translate" + } }, { "name": "mech_tracking_layout", - "value": "Mode suivi" + "value": "Mode suivi", + "attr":{ + "priority":"translate" + } }, { "name": "mech_enable", - "value": "Activé" + "value": "Activé", + "attr":{ + "priority":"translate" + } }, { "name": "mech_close", - "value": "Désactivé" + "value": "Désactivé", + "attr":{ + "priority":"translate" + } }, { "name": "mech_left", - "value": "Gauche" + "value": "Gauche", + "attr":{ + "priority":"translate" + } }, { "name": "mech_center", - "value": "Centre" + "value": "Centre", + "attr":{ + "priority":"translate" + } }, { "name": "mech_right", - "value": "Droite" + "value": "Droite", + "attr":{ + "priority":"translate" + } } ] } \ No newline at end of file diff --git a/application/entry/src/main/resources/ja/element/string.json b/application/entry/src/main/resources/ja/element/string.json index d04eb82b..02226f16 100644 --- a/application/entry/src/main/resources/ja/element/string.json +++ b/application/entry/src/main/resources/ja/element/string.json @@ -86,31 +86,52 @@ }, { "name": "mech_intelligent_tracking", - "value": "スマート追跡" + "value": "スマート追跡", + "attr":{ + "priority":"translate" + } }, { "name": "mech_tracking_layout", - "value": "追跡モード" + "value": "追跡モード", + "attr":{ + "priority":"translate" + } }, { "name": "mech_enable", - "value": "オン" + "value": "オン", + "attr":{ + "priority":"translate" + } }, { "name": "mech_close", - "value": "オフ" + "value": "オフ", + "attr":{ + "priority":"translate" + } }, { "name": "mech_left", - "value": "左" + "value": "左", + "attr":{ + "priority":"translate" + } }, { "name": "mech_center", - "value": "中央" + "value": "中央", + "attr":{ + "priority":"translate" + } }, { "name": "mech_right", - "value": "右" + "value": "右", + "attr":{ + "priority":"translate" + } } ] } \ No newline at end of file diff --git a/application/entry/src/main/resources/ko/element/string.json b/application/entry/src/main/resources/ko/element/string.json index f4539386..7bc87611 100644 --- a/application/entry/src/main/resources/ko/element/string.json +++ b/application/entry/src/main/resources/ko/element/string.json @@ -86,31 +86,52 @@ }, { "name": "mech_intelligent_tracking", - "value": "스마트 추적" + "value": "스마트 추적", + "attr":{ + "priority":"translate" + } }, { "name": "mech_tracking_layout", - "value": "추적 모드" + "value": "추적 모드", + "attr":{ + "priority":"translate" + } }, { "name": "mech_enable", - "value": "켬" + "value": "켬", + "attr":{ + "priority":"translate" + } }, { "name": "mech_close", - "value": "끔" + "value": "끔", + "attr":{ + "priority":"translate" + } }, { "name": "mech_left", - "value": "왼쪽" + "value": "왼쪽", + "attr":{ + "priority":"translate" + } }, { "name": "mech_center", - "value": "중앙" + "value": "중앙", + "attr":{ + "priority":"translate" + } }, { "name": "mech_right", - "value": "오른쪽" + "value": "오른쪽", + "attr":{ + "priority":"translate" + } } ] } \ No newline at end of file diff --git a/application/entry/src/main/resources/ru/element/string.json b/application/entry/src/main/resources/ru/element/string.json index 38b7603a..ad32edd6 100644 --- a/application/entry/src/main/resources/ru/element/string.json +++ b/application/entry/src/main/resources/ru/element/string.json @@ -86,31 +86,52 @@ }, { "name": "mech_intelligent_tracking", - "value": "Умное отслеживание" + "value": "Умное отслеживание", + "attr":{ + "priority":"translate" + } }, { "name": "mech_tracking_layout", - "value": "Режим отслеживания" + "value": "Режим отслеживания", + "attr":{ + "priority":"translate" + } }, { "name": "mech_enable", - "value": "Включено" + "value": "Включено", + "attr":{ + "priority":"translate" + } }, { "name": "mech_close", - "value": "Выключено" + "value": "Выключено", + "attr":{ + "priority":"translate" + } }, { "name": "mech_left", - "value": "Слева" + "value": "Слева", + "attr":{ + "priority":"translate" + } }, { "name": "mech_center", - "value": "По центру" + "value": "По центру", + "attr":{ + "priority":"translate" + } }, { "name": "mech_right", - "value": "Справа" + "value": "Справа", + "attr":{ + "priority":"translate" + } } ] } \ No newline at end of file diff --git a/application/entry/src/main/resources/ug/element/string.json b/application/entry/src/main/resources/ug/element/string.json index dd20f89d..64c391ea 100644 --- a/application/entry/src/main/resources/ug/element/string.json +++ b/application/entry/src/main/resources/ug/element/string.json @@ -86,31 +86,52 @@ }, { "name": "mech_intelligent_tracking", - "value": "ئاڭلىق ئىزلاش" + "value": "ئاڭلىق ئىزلاش", + "attr":{ + "priority":"translate" + } }, { "name": "mech_tracking_layout", - "value": "ئىزلاش لايىھەسى" + "value": "ئىزلاش لايىھەسى", + "attr":{ + "priority":"translate" + } }, { "name": "mech_enable", - "value": "ئوچۇق" + "value": "ئوچۇق", + "attr":{ + "priority":"translate" + } }, { "name": "mech_close", - "value": "ئېتىك" + "value": "ئېتىك", + "attr":{ + "priority":"translate" + } }, { "name": "mech_left", - "value": "سول" + "value": "سول", + "attr":{ + "priority":"translate" + } }, { "name": "mech_center", - "value": "مەركەز" + "value": "مەركەز", + "attr":{ + "priority":"translate" + } }, { "name": "mech_right", - "value": "ئوڭ" + "value": "ئوڭ", + "attr":{ + "priority":"translate" + } } ] } \ No newline at end of file diff --git a/application/entry/src/main/resources/vi/element/string.json b/application/entry/src/main/resources/vi/element/string.json index 6e2c3067..53b54b7e 100644 --- a/application/entry/src/main/resources/vi/element/string.json +++ b/application/entry/src/main/resources/vi/element/string.json @@ -86,31 +86,52 @@ }, { "name": "mech_intelligent_tracking", - "value": "Theo dõi thông minh" + "value": "Theo dõi thông minh", + "attr":{ + "priority":"translate" + } }, { "name": "mech_tracking_layout", - "value": "Chế độ theo dõi" + "value": "Chế độ theo dõi", + "attr":{ + "priority":"translate" + } }, { "name": "mech_enable", - "value": "Bật" + "value": "Bật", + "attr":{ + "priority":"translate" + } }, { "name": "mech_close", - "value": "Tắt" + "value": "Tắt", + "attr":{ + "priority":"translate" + } }, { "name": "mech_left", - "value": "Trái" + "value": "Trái", + "attr":{ + "priority":"translate" + } }, { "name": "mech_center", - "value": "Giữa" + "value": "Giữa", + "attr":{ + "priority":"translate" + } }, { "name": "mech_right", - "value": "Phải" + "value": "Phải", + "attr":{ + "priority":"translate" + } } ] } \ 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 596a3940..44ebda16 100644 --- a/application/entry/src/main/resources/zh_CN/element/string.json +++ b/application/entry/src/main/resources/zh_CN/element/string.json @@ -118,31 +118,52 @@ }, { "name": "mech_intelligent_tracking", - "value": "智能跟踪" + "value": "智能跟踪", + "attr":{ + "priority":"translate" + } }, { "name": "mech_tracking_layout", - "value": "跟踪布局" + "value": "跟踪布局", + "attr":{ + "priority":"translate" + } }, { "name": "mech_enable", - "value": "开启" + "value": "开启", + "attr":{ + "priority":"translate" + } }, { "name": "mech_close", - "value": "关闭" + "value": "关闭", + "attr":{ + "priority":"translate" + } }, { "name": "mech_left", - "value": "居左" + "value": "居左", + "attr":{ + "priority":"translate" + } }, { "name": "mech_center", - "value": "居中" + "value": "居中", + "attr":{ + "priority":"translate" + } }, { "name": "mech_right", - "value": "居右" + "value": "居右", + "attr":{ + "priority":"translate" + } }, { "name": "audio_tracking_switch_on", diff --git a/application/entry/src/main/resources/zh_HK/element/string.json b/application/entry/src/main/resources/zh_HK/element/string.json index b4e445ea..9e13cdc7 100644 --- a/application/entry/src/main/resources/zh_HK/element/string.json +++ b/application/entry/src/main/resources/zh_HK/element/string.json @@ -86,31 +86,52 @@ }, { "name": "mech_intelligent_tracking", - "value": "智能追蹤" + "value": "智能追蹤", + "attr":{ + "priority":"translate" + } }, { "name": "mech_tracking_layout", - "value": "追蹤佈局" + "value": "追蹤佈局", + "attr":{ + "priority":"translate" + } }, { "name": "mech_enable", - "value": "開啟" + "value": "開啟", + "attr":{ + "priority":"translate" + } }, { "name": "mech_close", - "value": "關閉" + "value": "關閉", + "attr":{ + "priority":"translate" + } }, { "name": "mech_left", - "value": "靠左" + "value": "靠左", + "attr":{ + "priority":"translate" + } }, { "name": "mech_center", - "value": "置中" + "value": "置中", + "attr":{ + "priority":"translate" + } }, { "name": "mech_right", - "value": "靠右" + "value": "靠右", + "attr":{ + "priority":"translate" + } } ] } \ No newline at end of file diff --git a/application/entry/src/main/resources/zh_TW/element/string.json b/application/entry/src/main/resources/zh_TW/element/string.json index 4de9409c..ee067674 100644 --- a/application/entry/src/main/resources/zh_TW/element/string.json +++ b/application/entry/src/main/resources/zh_TW/element/string.json @@ -86,31 +86,52 @@ }, { "name": "mech_intelligent_tracking", - "value": "智慧追蹤" + "value": "智慧追蹤", + "attr":{ + "priority":"translate" + } }, { "name": "mech_tracking_layout", - "value": "追蹤版面配置" + "value": "追蹤版面配置", + "attr":{ + "priority":"translate" + } }, { "name": "mech_enable", - "value": "開啟" + "value": "開啟", + "attr":{ + "priority":"translate" + } }, { "name": "mech_close", - "value": "關閉" + "value": "關閉", + "attr":{ + "priority":"translate" + } }, { "name": "mech_left", - "value": "靠左" + "value": "靠左", + "attr":{ + "priority":"translate" + } }, { "name": "mech_center", - "value": "置中" + "value": "置中", + "attr":{ + "priority":"translate" + } }, { "name": "mech_right", - "value": "靠右" + "value": "靠右", + "attr":{ + "priority":"translate" + } } ] } \ No newline at end of file diff --git a/application/entry/src/main/resources/zz_ZX/element/string.json b/application/entry/src/main/resources/zz_ZX/element/string.json index 010730f2..5f50bf67 100644 --- a/application/entry/src/main/resources/zz_ZX/element/string.json +++ b/application/entry/src/main/resources/zz_ZX/element/string.json @@ -74,7 +74,7 @@ }, { "name": "mech_close", - "value": "[TS_1101060]_close" + "value": "[TS_1101060]_Off" }, { "name": "MechExtAbility_label", @@ -82,7 +82,7 @@ }, { "name": "mech_enable", - "value": "[TS_1101061]_enable" + "value": "[TS_1101061]_On" }, { "name": "mech_left", @@ -98,15 +98,27 @@ }, { "name": "mech_intelligent_tracking", - "value": "[TS_1101058]_Intelligent Tracking" + "value": "[TS_1101058]_Smart tracking" }, { "name": "mech_tracking_layout", - "value": "[TS_1101055]_Tracking Layout" + "value": "[TS_1101055]_Tracking mode" }, { "name": "mech_center", "value": "[TS_1101059]_center" + }, + { + "name": "audio_tracking_switch_on", + "value": "[TS_1122064]_The smart tracking switch has been turned on. Double-click the switch to turn it off." + }, + { + "name": "audio_tracking_switch_off", + "value": "[TS_1122065]_The smart tracking switch has been turned off. Double-click the switch to turn it on." + }, + { + "name": "audio_back", + "value": "[TS_1122066]_Back" } ] } \ No newline at end of file -- Gitee