2023-05-10:feat: 新增锁屏功能

This commit is contained in:
YunaiV
2024-02-29 18:52:46 +08:00
parent 4e39c11d7c
commit f8580fdf2a
13 changed files with 570 additions and 3 deletions

View File

@@ -56,6 +56,16 @@ export default {
copySuccess: 'Copy Success',
copyError: 'Copy Error'
},
lock: {
lockScreen: 'Lock screen',
lock: 'Lock',
lockPassword: 'Lock screen password',
unlock: 'Click to unlock',
backToLogin: 'Back to login',
entrySystem: 'Entry the system',
placeholder: 'Please enter the lock screen password',
message: 'Lock screen password error'
},
error: {
noPermission: `Sorry, you don't have permission to access this page.`,
pageError: 'Sorry, the page you visited does not exist.',