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": "开启生物识别签名,需要该权限。" } ] }