feat: password to lock app

pull/3056/head
William Grant 2 years ago
parent 825c617794
commit db42811033

@ -376,7 +376,7 @@
"orJoinOneOfThese": "Or join one of these...", "orJoinOneOfThese": "Or join one of these...",
"otherPlural": "$number$ others", "otherPlural": "$number$ others",
"otherSingular": "$number$ other", "otherSingular": "$number$ other",
"password": "Password", "lockApp": "Lock App",
"passwordCharacterError": "Password must only contain letters, numbers and symbols", "passwordCharacterError": "Password must only contain letters, numbers and symbols",
"passwordLengthError": "Password must be between 6 and 64 characters long", "passwordLengthError": "Password must be between 6 and 64 characters long",
"passwordsDoNotMatch": "Passwords do not match", "passwordsDoNotMatch": "Passwords do not match",

@ -275,6 +275,7 @@ export type LocalizerKeys =
| 'linkVisitWarningTitle' | 'linkVisitWarningTitle'
| 'loadAccountProgressMessage' | 'loadAccountProgressMessage'
| 'loading' | 'loading'
| 'lockApp'
| 'mainMenuEdit' | 'mainMenuEdit'
| 'mainMenuFile' | 'mainMenuFile'
| 'mainMenuHelp' | 'mainMenuHelp'
@ -378,7 +379,6 @@ export type LocalizerKeys =
| 'originalMessageNotFound' | 'originalMessageNotFound'
| 'otherPlural' | 'otherPlural'
| 'otherSingular' | 'otherSingular'
| 'password'
| 'passwordCharacterError' | 'passwordCharacterError'
| 'passwordCreate' | 'passwordCreate'
| 'passwordLengthError' | 'passwordLengthError'

Loading…
Cancel
Save