index.js 885 B

123456789101112131415161718192021222324252627282930313233343536
  1. const tip_en = {
  2. title: {
  3. ch: "拍照示例",
  4. en: "Photo sample"
  5. },
  6. sub_title: {
  7. ch: "拍照时,请保持护照背景干净无其他文字,避免画面失真",
  8. en:
  9. "When taking photos,please put your passport straight without background and avoid distortion of the picture"
  10. },
  11. sub_tip_one: {
  12. ch: "相机权限开放",
  13. en: "without block"
  14. },
  15. sub_tip_two: {
  16. ch: "保持屏幕高亮",
  17. en: "keep bright"
  18. },
  19. sub_tip_three: {
  20. ch: "护照在手机正前方",
  21. en: "right front yours"
  22. },
  23. do_area: {
  24. ch: "操作区域",
  25. en: "Operating area"
  26. },
  27. papers_type: {
  28. ch: "证件类型",
  29. en: "papers type"
  30. },
  31. submit: {
  32. ch: "拍照验证",
  33. en: "Passport Certification"
  34. }
  35. };
  36. module.exports = tip_en;