From 7e899e89bad5944dd17bc1e0658373c723f6569e Mon Sep 17 00:00:00 2001 From: xuqm Date: Wed, 2 Apr 2025 16:24:25 +0800 Subject: [PATCH] temp --- src/main/resources/base/element/string.json | 4 ++++ src/main/resources/en_US/element/string.json | 10 +++++++--- src/main/resources/zh_CN/element/string.json | 4 ++++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/main/resources/base/element/string.json b/src/main/resources/base/element/string.json index 4055c82..5f9bc5b 100644 --- a/src/main/resources/base/element/string.json +++ b/src/main/resources/base/element/string.json @@ -15,6 +15,10 @@ { "name": "permission_device", "value": "需要获取设备唯一码" + }, + { + "name": "permission_biometric", + "value": "开启生物识别签名,需要该权限。" } ] } diff --git a/src/main/resources/en_US/element/string.json b/src/main/resources/en_US/element/string.json index 4055c82..9fb9aea 100644 --- a/src/main/resources/en_US/element/string.json +++ b/src/main/resources/en_US/element/string.json @@ -6,15 +6,19 @@ }, { "name": "permission_internet", - "value": "需要使用网络权限连接网络" + "value": "Need to use network permissions to connect to the network." }, { "name": "permission_status", - "value": "聊天功能需要使用当前权限" + "value": "The chat function requires the use of current permissions." }, { "name": "permission_device", - "value": "需要获取设备唯一码" + "value": "Need to obtain the unique device code." + }, + { + "name": "permission_biometric", + "value": "To enable biometric signature, this permission is required." } ] } diff --git a/src/main/resources/zh_CN/element/string.json b/src/main/resources/zh_CN/element/string.json index 4055c82..5f9bc5b 100644 --- a/src/main/resources/zh_CN/element/string.json +++ b/src/main/resources/zh_CN/element/string.json @@ -15,6 +15,10 @@ { "name": "permission_device", "value": "需要获取设备唯一码" + }, + { + "name": "permission_biometric", + "value": "开启生物识别签名,需要该权限。" } ] }