xuqm 3 weeks ago
parent
commit
7e899e89ba

+ 4 - 0
src/main/resources/base/element/string.json

@@ -15,6 +15,10 @@
     {
       "name": "permission_device",
       "value": "需要获取设备唯一码"
+    },
+    {
+      "name": "permission_biometric",
+      "value": "开启生物识别签名,需要该权限。"
     }
   ]
 }

+ 7 - 3
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."
     }
   ]
 }

+ 4 - 0
src/main/resources/zh_CN/element/string.json

@@ -15,6 +15,10 @@
     {
       "name": "permission_device",
       "value": "需要获取设备唯一码"
+    },
+    {
+      "name": "permission_biometric",
+      "value": "开启生物识别签名,需要该权限。"
     }
   ]
 }