This commit is contained in:
dap
2024-09-14 15:19:38 +08:00
37 changed files with 904 additions and 522 deletions

View File

@@ -22,7 +22,7 @@
"dependencies": {
"@intlify/core-base": "^10.0.1",
"@vben-core/composables": "workspace:*",
"vue": "^3.5.4",
"vue": "^3.5.5",
"vue-i18n": "^10.0.1"
}
}

View File

@@ -320,5 +320,14 @@
"sidebarToggle": "Enable Sidebar Toggle",
"lockScreen": "Enable Lock Screen"
}
},
"captcha": {
"alt": "Supports img tag src attribute value",
"title": "Please complete the security verification",
"refreshAriaLabel": "Refresh captcha",
"confirmAriaLabel": "Confirm selection",
"confirm": "Confirm",
"pointAriaLabel": "Click point",
"clickInOrder": "Please click in order"
}
}

View File

@@ -320,5 +320,14 @@
"sidebarToggle": "启用侧边栏切换",
"lockScreen": "启用锁屏"
}
},
"captcha": {
"alt": "支持img标签src属性值",
"title": "请完成安全验证",
"refreshAriaLabel": "刷新验证码",
"confirmAriaLabel": "确认选择",
"confirm": "确认",
"pointAriaLabel": "点击点",
"clickInOrder": "请依次点击"
}
}