examples.json 2.2 KB

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