1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-25 16:34:41 +01:00
This commit is contained in:
Ming Ming 2024-05-28 23:59:30 +08:00
parent 70932528a0
commit 0aaeddb544

View file

@ -429,9 +429,9 @@
"@settingsAppLockTypeBiometric": { "@settingsAppLockTypeBiometric": {
"description": "Unlock app with fingerprint, face, etc" "description": "Unlock app with fingerprint, face, etc"
}, },
"settingsAppLockTypePin": "Pin", "settingsAppLockTypePin": "PIN",
"@settingsAppLockTypePin": { "@settingsAppLockTypePin": {
"description": "Unlock app with 4 to 6 digits pin" "description": "Unlock app with 4 to 6 digits PIN"
}, },
"settingsAppLockTypePassword": "Password", "settingsAppLockTypePassword": "Password",
"@settingsAppLockTypePassword": { "@settingsAppLockTypePassword": {
@ -439,7 +439,7 @@
}, },
"settingsAppLockDescription": "If enabled, you will be asked to authenticate when you open the app", "settingsAppLockDescription": "If enabled, you will be asked to authenticate when you open the app",
"settingsAppLockSetupBiometricFallbackDialogTitle": "Pick the fallback when biometric is not available", "settingsAppLockSetupBiometricFallbackDialogTitle": "Pick the fallback when biometric is not available",
"settingsAppLockSetupPinDialogTitle": "Set the pin to unlock app", "settingsAppLockSetupPinDialogTitle": "Set the PIN to unlock app",
"settingsAppLockSetupPasswordDialogTitle": "Set the password to unlock app", "settingsAppLockSetupPasswordDialogTitle": "Set the password to unlock app",
"settingsExperimentalTitle": "Experimental", "settingsExperimentalTitle": "Experimental",
"settingsExperimentalDescription": "Features that are not ready for everyday use", "settingsExperimentalDescription": "Features that are not ready for everyday use",