From 0134c0fdb23ccdb740fdda9c159a31ac15265702 Mon Sep 17 00:00:00 2001 From: BrainL Date: Fri, 6 Jun 2025 14:58:46 +0800 Subject: [PATCH 1/3] add language base Signed-off-by: BrainL --- display/entry/src/main/resources/base/element/string.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/display/entry/src/main/resources/base/element/string.json b/display/entry/src/main/resources/base/element/string.json index f9f3203b3..019f481d0 100644 --- a/display/entry/src/main/resources/base/element/string.json +++ b/display/entry/src/main/resources/base/element/string.json @@ -111,6 +111,10 @@ { "name":"dm_password_error", "value":"Incorrect password. Connection failed." + }, + { + "name":"dm_confirm_proxy", + "value":"%1$s on %2$s requests to connect to this device.Please select the authorized service:" } ] } \ No newline at end of file -- Gitee From 41900a27c58ddb887166bc8ddf08c458417749a7 Mon Sep 17 00:00:00 2001 From: BrainL Date: Fri, 6 Jun 2025 15:47:52 +0800 Subject: [PATCH 2/3] modify language Signed-off-by: BrainL --- display/entry/src/main/resources/base/element/string.json | 2 +- display/entry/src/main/resources/en_GB/element/string.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/display/entry/src/main/resources/base/element/string.json b/display/entry/src/main/resources/base/element/string.json index 019f481d0..fb4f3a78a 100644 --- a/display/entry/src/main/resources/base/element/string.json +++ b/display/entry/src/main/resources/base/element/string.json @@ -114,7 +114,7 @@ }, { "name":"dm_confirm_proxy", - "value":"%1$s on %2$s requests to connect to this device.Please select the authorized service:" + "value":"%1$s on %2$s requests to connect to this device. Please select the authorized service:" } ] } \ No newline at end of file diff --git a/display/entry/src/main/resources/en_GB/element/string.json b/display/entry/src/main/resources/en_GB/element/string.json index c073b4dad..198d72732 100644 --- a/display/entry/src/main/resources/en_GB/element/string.json +++ b/display/entry/src/main/resources/en_GB/element/string.json @@ -58,7 +58,7 @@ }, { "name":"dm_confirm_proxy", - "value":"%1$s on %2$s requests to connect to this device.Please select the authorized service:", + "value":"%1$s on %2$s requests to connect to this device. Please select the authorized service:", "attr":{ "priority":"translate" } -- Gitee From fc3e09358903ba0fbcc57c56d19477f1430c7e1c Mon Sep 17 00:00:00 2001 From: BrainL Date: Fri, 6 Jun 2025 16:04:03 +0800 Subject: [PATCH 3/3] modify language Signed-off-by: BrainL --- display/entry/src/main/resources/base/element/string.json | 2 +- display/entry/src/main/resources/en_GB/element/string.json | 2 +- display/entry/src/main/resources/zh_CN/element/string.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/display/entry/src/main/resources/base/element/string.json b/display/entry/src/main/resources/base/element/string.json index fb4f3a78a..a36d5e5dd 100644 --- a/display/entry/src/main/resources/base/element/string.json +++ b/display/entry/src/main/resources/base/element/string.json @@ -114,7 +114,7 @@ }, { "name":"dm_confirm_proxy", - "value":"%1$s on %2$s requests to connect to this device. Please select the authorized service:" + "value":"%s requests to connect to this device. Please select the authorized service:" } ] } \ No newline at end of file diff --git a/display/entry/src/main/resources/en_GB/element/string.json b/display/entry/src/main/resources/en_GB/element/string.json index 198d72732..baa3bb587 100644 --- a/display/entry/src/main/resources/en_GB/element/string.json +++ b/display/entry/src/main/resources/en_GB/element/string.json @@ -58,7 +58,7 @@ }, { "name":"dm_confirm_proxy", - "value":"%1$s on %2$s requests to connect to this device. Please select the authorized service:", + "value":"%s requests to connect to this device. Please select the authorized service:", "attr":{ "priority":"translate" } diff --git a/display/entry/src/main/resources/zh_CN/element/string.json b/display/entry/src/main/resources/zh_CN/element/string.json index 2c49b86ce..1595fce9e 100644 --- a/display/entry/src/main/resources/zh_CN/element/string.json +++ b/display/entry/src/main/resources/zh_CN/element/string.json @@ -114,7 +114,7 @@ }, { "name":"dm_confirm_proxy", - "value":"%2$s的%1$s请求连接本机。请选择授权的业务:", + "value":"%s请求连接本机。请选择授权的业务:", "attr":{ "priority":"translate" } -- Gitee