add application lock setting tab for desktop

This commit is contained in:
MaysWind
2023-07-02 23:22:59 +08:00
parent 5830d4b91c
commit 9cd22bdc06
5 changed files with 198 additions and 8 deletions
+3 -1
View File
@@ -1119,11 +1119,13 @@ export default {
'Application Lock': 'Application Lock',
'Application lock has been enabled': 'Application lock has been enabled',
'Application lock is not enabled': 'Application lock is not enabled',
'Enable Application Lock': 'Enable Application Lock',
'Disable Application Lock': 'Disable Application Lock',
'PIN Code': 'PIN Code',
'Unlock By PIN Code': 'Unlock By PIN Code',
'Unlock By WebAuthn': 'Unlock By WebAuthn',
'Please input a new 6-digit PIN code. PIN code would encrypt your local data, so you need input this PIN code when you launch this app. If this PIN code is lost, you should re-login.': 'Please input a new 6-digit PIN code. PIN code would encrypt your local data, so you need input this PIN code when you launch this app. If this PIN code is lost, you should re-login.',
'Please enter your current PIN code when disable application lock': 'Please enter your current PIN code when disable application lock',
'Please enter your current PIN code when disable application lock.': 'Please enter your current PIN code when disable application lock.',
'You have enabled WebAuthn successfully': 'You have enabled WebAuthn successfully',
'This device does not support WebAuthn': 'This device does not support WebAuthn',
'Failed to enable WebAuthn': 'Failed to enable WebAuthn',