feat: Implement app lock
This commit is contained in:
parent
57ae277331
commit
b62b0b1a63
8 changed files with 129 additions and 7 deletions
|
|
@ -1604,6 +1604,26 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"pleaseEnter4Digits": "Please enter 4 digits or leave empty to disable app lock.",
|
||||
"@pleaseEnter4Digits": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"pleaseChooseAPasscode": "Please choose a pass code",
|
||||
"@pleaseChooseAPasscode": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"appLock": "App lock",
|
||||
"@appLock": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"security": "Security",
|
||||
"@security": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"sourceCode": "Source code",
|
||||
"@sourceCode": {
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue