examples.json 2.0 KB

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