mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-26 23:10:18 +08:00
feat(projects): add alova examples (#647)
* feat: optimistic subpackage `@sa/alova` * feat: add alova examples
This commit is contained in:
@@ -163,9 +163,14 @@ const local: App.I18n.Schema = {
|
||||
document_unocss: 'UnoCSS文档',
|
||||
document_naive: 'Naive UI文档',
|
||||
document_antd: 'Ant Design Vue文档',
|
||||
document_alova: 'Alova文档',
|
||||
'user-center': '个人中心',
|
||||
about: '关于',
|
||||
function: '系统功能',
|
||||
alova: 'alova示例',
|
||||
alova_request: 'alova请求',
|
||||
alova_user: '用户列表',
|
||||
alova_scenes: '场景化请求',
|
||||
function_tab: '标签页',
|
||||
'function_multi-tab': '多标签页',
|
||||
'function_hide-child': '隐藏子菜单',
|
||||
@@ -337,6 +342,20 @@ const local: App.I18n.Schema = {
|
||||
repeatedErrorMsg2: '自定义请求错误 2'
|
||||
}
|
||||
},
|
||||
alova: {
|
||||
scenes: {
|
||||
captchaSend: '发送验证码',
|
||||
autoRequest: '自动请求',
|
||||
visibilityRequestTips: '浏览器窗口切换自动请求数据',
|
||||
pollingRequestTips: '每3秒自动请求一次',
|
||||
networkRequestTips: '网络重连后自动请求',
|
||||
refreshTime: '更新时间',
|
||||
startRequest: '开始请求',
|
||||
stopRequest: '停止请求',
|
||||
requestCrossComponent: '跨组件触发请求',
|
||||
triggerAllRequest: '手动触发所有自动请求'
|
||||
}
|
||||
},
|
||||
manage: {
|
||||
common: {
|
||||
status: {
|
||||
|
||||
Reference in New Issue
Block a user