lock.ts 222 Bytes
export default {
  unlock: 'Click to unlock',
  alert: 'Lock screen password error',
  backToLogin: 'Back to login',
  entry: 'Enter the system',
  placeholder: 'Please enter the lock screen password or user password',
};