examples.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "title": "Examples",
  3. "modal": {
  4. "title": "Modal"
  5. },
  6. "drawer": {
  7. "title": "Drawer"
  8. },
  9. "ellipsis": {
  10. "title": "EllipsisText"
  11. },
  12. "form": {
  13. "title": "Form",
  14. "basic": "Basic Form",
  15. "query": "Query Form",
  16. "rules": "Form Rules",
  17. "dynamic": "Dynamic Form",
  18. "custom": "Custom Component",
  19. "api": "Api",
  20. "merge": "Merge Form"
  21. },
  22. "vxeTable": {
  23. "title": "Vxe Table",
  24. "basic": "Basic Table",
  25. "remote": "Remote Load",
  26. "tree": "Tree Table",
  27. "fixed": "Fixed Header/Column",
  28. "virtual": "Virtual Scroll",
  29. "editCell": "Edit Cell",
  30. "editRow": "Edit Row",
  31. "custom-cell": "Custom Cell",
  32. "form": "Form Table"
  33. },
  34. "captcha": {
  35. "title": "Captcha",
  36. "pointSelection": "Point Selection Captcha",
  37. "sliderCaptcha": "Slider Captcha",
  38. "sliderRotateCaptcha": "Rotate Captcha",
  39. "captchaCardTitle": "Please complete the security verification",
  40. "pageDescription": "Verify user identity by clicking on specific locations in the image.",
  41. "pageTitle": "Captcha Component Example",
  42. "basic": "Basic Usage",
  43. "titlePlaceholder": "Captcha Title Text",
  44. "captchaImageUrlPlaceholder": "Captcha Image (supports img tag src attribute value)",
  45. "hintImage": "Hint Image",
  46. "hintText": "Hint Text",
  47. "hintImagePlaceholder": "Hint Image (supports img tag src attribute value)",
  48. "hintTextPlaceholder": "Hint Text",
  49. "showConfirm": "Show Confirm",
  50. "hideConfirm": "Hide Confirm",
  51. "widthPlaceholder": "Captcha Image Width Default 300px",
  52. "heightPlaceholder": "Captcha Image Height Default 220px",
  53. "paddingXPlaceholder": "Horizontal Padding Default 12px",
  54. "paddingYPlaceholder": "Vertical Padding Default 16px",
  55. "index": "Index:",
  56. "timestamp": "Timestamp:",
  57. "x": "x:",
  58. "y": "y:"
  59. },
  60. "resize": {
  61. "title": "Resize"
  62. },
  63. "layout": {
  64. "col-page": "ColPage Layout"
  65. }
  66. }