* chore(@vben/common-ui): 增加拖拽校验组件 * chore: 增加样式 * Merge branch 'main' into wangjue-verify-comp * chore: 封装action组件 * chore: 拆分完成拖拽功能 * chore: 样式调整为tailwindcss语法 * chore: 导出check图标 * chore: 拖动的图标变为@vben/icons的 * chore: 完成插槽功能迁移 * fix: ci error * chore: 适配暗黑主题 * chore: 国际化 * chore: resolve conflict * chore: 迁移v2的图片旋转校验组件 * chore: 完善选择校验demo * chore: 转换为tailwindcss * chore: 替换为系统的颜色变量 * chore: 使用interface代替组件的props声明 * chore: 调整props * chore: 优化demo背景 * chore: follow suggest * chore: rm unnecessary style tag * chore: update demo * perf: improve the experience of Captcha components --------- Co-authored-by: vince <vince292007@gmail.com> Co-authored-by: Vben <ann.vben@gmail.com>
113 lines
3.4 KiB
JSON
113 lines
3.4 KiB
JSON
{
|
|
"page": {
|
|
"demos": {
|
|
"title": "Demos",
|
|
"access": {
|
|
"frontendPermissions": "Frontend Permissions",
|
|
"backendPermissions": "Backend Permissions",
|
|
"pageAccess": "Page Access",
|
|
"buttonControl": "Button Control",
|
|
"menuVisible403": "Menu Visible(403)",
|
|
"superVisible": "Visible to Super",
|
|
"adminVisible": "Visible to Admin",
|
|
"userVisible": "Visible to User"
|
|
},
|
|
"nested": {
|
|
"title": "Nested Menu",
|
|
"menu1": "Menu 1",
|
|
"menu2": "Menu 2",
|
|
"menu2_1": "Menu 2-1",
|
|
"menu3": "Menu 3",
|
|
"menu3_1": "Menu 3-1",
|
|
"menu3_2": "Menu 3-2",
|
|
"menu3_2_1": "Menu 3-2-1"
|
|
},
|
|
"outside": {
|
|
"title": "External Pages",
|
|
"embedded": "Embedded",
|
|
"externalLink": "External Link"
|
|
},
|
|
"badge": {
|
|
"title": "Menu Badge",
|
|
"dot": "Dot Badge",
|
|
"text": "Text Badge",
|
|
"color": "Badge Color"
|
|
},
|
|
"activeIcon": {
|
|
"title": "Active Menu Icon",
|
|
"children": "Children Active Icon"
|
|
},
|
|
"fallback": {
|
|
"title": "Fallback Page"
|
|
},
|
|
"features": {
|
|
"title": "Features",
|
|
"hideChildrenInMenu": "Hide Menu Children",
|
|
"loginExpired": "Login Expired",
|
|
"icons": "Icons",
|
|
"watermark": "Watermark",
|
|
"tabs": "Tabs",
|
|
"tabDetail": "Tab Detail Page",
|
|
"fullScreen": {
|
|
"title": "FullScreen"
|
|
},
|
|
"clipboard": "Clipboard"
|
|
},
|
|
"breadcrumb": {
|
|
"navigation": "Breadcrumb Navigation",
|
|
"lateral": "Lateral Mode",
|
|
"lateralDetail": "Lateral Mode Detail",
|
|
"level": "Level Mode",
|
|
"levelDetail": "Level Mode Detail"
|
|
}
|
|
},
|
|
"examples": {
|
|
"title": "Examples",
|
|
"modal": {
|
|
"title": "Modal"
|
|
},
|
|
"drawer": {
|
|
"title": "Drawer"
|
|
},
|
|
"ellipsis": {
|
|
"title": "EllipsisText"
|
|
},
|
|
"form": {
|
|
"title": "Form",
|
|
"basic": "Basic Form",
|
|
"query": "Query Form",
|
|
"rules": "Form Rules",
|
|
"dynamic": "Dynamic Form",
|
|
"custom": "Custom Component",
|
|
"api": "Api"
|
|
},
|
|
"captcha": {
|
|
"title": "Captcha",
|
|
"pointSelection": "Point Selection Captcha",
|
|
"sliderCaptcha": "Slider Captcha",
|
|
"sliderRotateCaptcha": "Rotate Captcha",
|
|
"captchaCardTitle": "Please complete the security verification",
|
|
"pageDescription": "Verify user identity by clicking on specific locations in the image.",
|
|
"pageTitle": "Captcha Component Example",
|
|
"basic": "Basic Usage",
|
|
"titlePlaceholder": "Captcha Title Text",
|
|
"captchaImageUrlPlaceholder": "Captcha Image (supports img tag src attribute value)",
|
|
"hintImage": "Hint Image",
|
|
"hintText": "Hint Text",
|
|
"hintImagePlaceholder": "Hint Image (supports img tag src attribute value)",
|
|
"hintTextPlaceholder": "Hint Text",
|
|
"showConfirm": "Show Confirm",
|
|
"hideConfirm": "Hide Confirm",
|
|
"widthPlaceholder": "Captcha Image Width Default 300px",
|
|
"heightPlaceholder": "Captcha Image Height Default 220px",
|
|
"paddingXPlaceholder": "Horizontal Padding Default 12px",
|
|
"paddingYPlaceholder": "Vertical Padding Default 16px",
|
|
"index": "Index:",
|
|
"timestamp": "Timestamp:",
|
|
"x": "x:",
|
|
"y": "y:"
|
|
}
|
|
}
|
|
}
|
|
}
|