en.js 993 B

12345678910111213141516
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.FaceSet = MWF.xApplication.FaceSet || {};
  3. MWF.xApplication.FaceSet.LP={
  4. "title": "FaceTest",
  5. "noMedia": "Your browser does not support video capture, please use Edge, Chrome or Firefox browser",
  6. "button_takePic": "TakePic",
  7. "button_completed": "Completed",
  8. "pic1": "Please click the \"Shoot\" button to take the first picture",
  9. "pic2": "Please keep smiling and take the second picture",
  10. "pic3": "Please move to a different angle, or change your expression, and take the third picture",
  11. "completed": "Congratulations! The setting has been completed, click the \"Finish\" button, and you can log in to the system with the camera.",
  12. "description": "Facial Recognition Feature Token for Face Login",
  13. "saveAttrError": "Failed to save facial features, please click the \"Finish\" button to try again later",
  14. "getFaceToken": "Getting facial features..."
  15. }
  16. MWF.xApplication.FaceSet["lp."+o2.language] = MWF.xApplication.FaceSet.LP