examples.json 2.1 KB

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