mamba-layout 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +47 -0
- package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/assets/logo.png.js +4 -0
- package/dist/components/UserAvatar/index.d.ts +2 -0
- package/dist/components/UserAvatar/index.js +5 -0
- package/dist/components/UserAvatar/src/UserAvatar.css +1 -0
- package/dist/components/UserAvatar/src/UserAvatar.vue.d.ts +9 -0
- package/dist/components/UserAvatar/src/UserAvatar.vue.js +7 -0
- package/dist/components/UserAvatar/src/UserAvatar.vue2.js +61 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +51 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.js +80 -0
- package/dist/layout/BaseLayout.css +1 -0
- package/dist/layout/BaseLayout.vue.d.ts +23 -0
- package/dist/layout/BaseLayout.vue.js +7 -0
- package/dist/layout/BaseLayout.vue2.js +75 -0
- package/dist/layout/components/AppSelect.css +1 -0
- package/dist/layout/components/AppSelect.vue.d.ts +2 -0
- package/dist/layout/components/AppSelect.vue.js +7 -0
- package/dist/layout/components/AppSelect.vue2.js +69 -0
- package/dist/layout/components/AsideBar.css +1 -0
- package/dist/layout/components/AsideBar.vue.d.ts +21 -0
- package/dist/layout/components/AsideBar.vue.js +7 -0
- package/dist/layout/components/AsideBar.vue2.js +49 -0
- package/dist/layout/components/AsideSubMenuItem.vue.d.ts +25 -0
- package/dist/layout/components/AsideSubMenuItem.vue.js +84 -0
- package/dist/layout/components/AsideSubMenuItem.vue2.js +4 -0
- package/dist/layout/components/AsideSubMenus.vue.d.ts +16 -0
- package/dist/layout/components/AsideSubMenus.vue.js +36 -0
- package/dist/layout/components/AsideSubMenus.vue2.js +4 -0
- package/dist/layout/components/AsideTabMenus.vue.d.ts +2 -0
- package/dist/layout/components/AsideTabMenus.vue.js +41 -0
- package/dist/layout/components/AsideTabMenus.vue2.js +4 -0
- package/dist/layout/components/AsideUser.vue.d.ts +2 -0
- package/dist/layout/components/AsideUser.vue.js +58 -0
- package/dist/layout/components/AsideUser.vue2.js +4 -0
- package/dist/layout/components/HeaderBar.css +1 -0
- package/dist/layout/components/HeaderBar.vue.d.ts +17 -0
- package/dist/layout/components/HeaderBar.vue.js +7 -0
- package/dist/layout/components/HeaderBar.vue2.js +55 -0
- package/dist/layout/components/HeaderMenuToggle.vue.d.ts +25 -0
- package/dist/layout/components/HeaderMenuToggle.vue.js +40 -0
- package/dist/layout/components/HeaderMenuToggle.vue2.js +4 -0
- package/dist/layout/components/LanguageSelect.css +1 -0
- package/dist/layout/components/LanguageSelect.vue.d.ts +22 -0
- package/dist/layout/components/LanguageSelect.vue.js +8 -0
- package/dist/layout/components/LanguageSelect.vue2.js +101 -0
- package/dist/layout/components/LanguageSelect2.css +1 -0
- package/dist/layout/components/LayoutBreadcrumb.css +1 -0
- package/dist/layout/components/LayoutBreadcrumb.vue.d.ts +29 -0
- package/dist/layout/components/LayoutBreadcrumb.vue.js +7 -0
- package/dist/layout/components/LayoutBreadcrumb.vue2.js +189 -0
- package/dist/layout/components/MenuDrawer.css +1 -0
- package/dist/layout/components/MenuDrawer.vue.d.ts +12 -0
- package/dist/layout/components/MenuDrawer.vue.js +163 -0
- package/dist/layout/components/MenuDrawer.vue3.js +5 -0
- package/dist/layout/components/MenuItemIcon.css +1 -0
- package/dist/layout/components/MenuItemIcon.vue.d.ts +7 -0
- package/dist/layout/components/MenuItemIcon.vue.js +7 -0
- package/dist/layout/components/MenuItemIcon.vue2.js +23 -0
- package/dist/layout/components/NavIconBtn.css +1 -0
- package/dist/layout/components/NavIconBtn.vue.d.ts +26 -0
- package/dist/layout/components/NavIconBtn.vue.js +7 -0
- package/dist/layout/components/NavIconBtn.vue2.js +23 -0
- package/dist/layout/components/SHeaderRight.css +1 -0
- package/dist/layout/components/SHeaderRight.vue.d.ts +2 -0
- package/dist/layout/components/SHeaderRight.vue.js +7 -0
- package/dist/layout/components/SHeaderRight.vue2.js +80 -0
- package/dist/layout/components/ThemeToggle.css +1 -0
- package/dist/layout/components/ThemeToggle.vue.d.ts +2 -0
- package/dist/layout/components/ThemeToggle.vue.js +7 -0
- package/dist/layout/components/ThemeToggle.vue2.js +30 -0
- package/dist/layout/components/TimezoneSelect.css +1 -0
- package/dist/layout/components/TimezoneSelect.vue.d.ts +7 -0
- package/dist/layout/components/TimezoneSelect.vue.js +8 -0
- package/dist/layout/components/TimezoneSelect.vue2.js +78 -0
- package/dist/layout/components/TimezoneSelect2.css +1 -0
- package/dist/layout/components/UserInfo.css +1 -0
- package/dist/layout/components/UserInfo.vue.d.ts +2 -0
- package/dist/layout/components/UserInfo.vue.js +8 -0
- package/dist/layout/components/UserInfo.vue2.js +111 -0
- package/dist/layout/components/UserInfo2.css +1 -0
- package/dist/layout/components/index.d.ts +23 -0
- package/dist/layout/components/index.js +49 -0
- package/dist/layout/components/mobile/AppSelectMobile.vue.d.ts +2 -0
- package/dist/layout/components/mobile/AppSelectMobile.vue.js +60 -0
- package/dist/layout/components/mobile/AppSelectMobile.vue2.js +4 -0
- package/dist/layout/components/mobile/AsideBarMobile.css +1 -0
- package/dist/layout/components/mobile/AsideBarMobile.vue.d.ts +21 -0
- package/dist/layout/components/mobile/AsideBarMobile.vue.js +7 -0
- package/dist/layout/components/mobile/AsideBarMobile.vue2.js +47 -0
- package/dist/layout/components/mobile/AsideUserMobile.css +1 -0
- package/dist/layout/components/mobile/AsideUserMobile.vue.d.ts +2 -0
- package/dist/layout/components/mobile/AsideUserMobile.vue.js +7 -0
- package/dist/layout/components/mobile/AsideUserMobile.vue2.js +56 -0
- package/dist/layout/components/mobile/AsideUserMobilePopover.css +1 -0
- package/dist/layout/components/mobile/AsideUserMobilePopover.vue.d.ts +17 -0
- package/dist/layout/components/mobile/AsideUserMobilePopover.vue.js +7 -0
- package/dist/layout/components/mobile/AsideUserMobilePopover.vue2.js +52 -0
- package/dist/layout/components/mobile/HeaderRightMobile.css +1 -0
- package/dist/layout/components/mobile/HeaderRightMobile.vue.d.ts +2 -0
- package/dist/layout/components/mobile/HeaderRightMobile.vue.js +7 -0
- package/dist/layout/components/mobile/HeaderRightMobile.vue2.js +50 -0
- package/dist/layout/components/mobile/MobileMenuToggle.css +1 -0
- package/dist/layout/components/mobile/MobileMenuToggle.vue.d.ts +2 -0
- package/dist/layout/components/mobile/MobileMenuToggle.vue.js +7 -0
- package/dist/layout/components/mobile/MobileMenuToggle.vue2.js +31 -0
- package/dist/layout/hooks/index.d.ts +4 -0
- package/dist/layout/hooks/index.js +17 -0
- package/dist/layout/hooks/useApp.d.ts +6 -0
- package/dist/layout/hooks/useApp.js +20 -0
- package/dist/layout/hooks/useSetting.d.ts +62 -0
- package/dist/layout/hooks/useSetting.js +24 -0
- package/dist/layout/hooks/useState.d.ts +763 -0
- package/dist/layout/hooks/useState.js +99 -0
- package/dist/layout/hooks/useTheme.d.ts +15 -0
- package/dist/layout/hooks/useTheme.js +44 -0
- package/dist/layout/utils/index.d.ts +7 -0
- package/dist/layout/utils/index.js +59 -0
- package/dist/layout.css +1 -0
- package/dist/layout.es.js +53770 -0
- package/dist/layout.global.js +78 -0
- package/dist/locales/en/account.d.ts +10 -0
- package/dist/locales/en/account.js +12 -0
- package/dist/locales/en/admin.d.ts +207 -0
- package/dist/locales/en/admin.js +209 -0
- package/dist/locales/en/common.d.ts +40 -0
- package/dist/locales/en/common.js +42 -0
- package/dist/locales/en/components.d.ts +37 -0
- package/dist/locales/en/components.js +39 -0
- package/dist/locales/en/constant.d.ts +151 -0
- package/dist/locales/en/constant.js +153 -0
- package/dist/locales/en/filterBox.d.ts +11 -0
- package/dist/locales/en/filterBox.js +13 -0
- package/dist/locales/en/index.d.ts +487 -0
- package/dist/locales/en/index.js +22 -0
- package/dist/locales/en/instanceForm.d.ts +17 -0
- package/dist/locales/en/instanceForm.js +19 -0
- package/dist/locales/en/password.d.ts +18 -0
- package/dist/locales/en/password.js +20 -0
- package/dist/locales/index.d.ts +973 -0
- package/dist/locales/index.js +12 -0
- package/dist/locales/messages.d.ts +973 -0
- package/dist/locales/messages.js +9 -0
- package/dist/locales/zh-cn/account.d.ts +10 -0
- package/dist/locales/zh-cn/account.js +12 -0
- package/dist/locales/zh-cn/admin.d.ts +205 -0
- package/dist/locales/zh-cn/admin.js +207 -0
- package/dist/locales/zh-cn/common.d.ts +40 -0
- package/dist/locales/zh-cn/common.js +42 -0
- package/dist/locales/zh-cn/components.d.ts +37 -0
- package/dist/locales/zh-cn/components.js +39 -0
- package/dist/locales/zh-cn/constant.d.ts +151 -0
- package/dist/locales/zh-cn/constant.js +153 -0
- package/dist/locales/zh-cn/filterBox.d.ts +11 -0
- package/dist/locales/zh-cn/filterBox.js +13 -0
- package/dist/locales/zh-cn/index.d.ts +485 -0
- package/dist/locales/zh-cn/index.js +22 -0
- package/dist/locales/zh-cn/instanceForm.d.ts +17 -0
- package/dist/locales/zh-cn/instanceForm.js +19 -0
- package/dist/locales/zh-cn/password.d.ts +18 -0
- package/dist/locales/zh-cn/password.js +20 -0
- package/dist/standalone.d.ts +0 -0
- package/dist/utils/createContext.d.ts +8 -0
- package/dist/utils/createContext.js +14 -0
- package/dist/utils/repoUtils.d.ts +59 -0
- package/dist/utils/repoUtils.js +160 -0
- package/package.json +110 -0
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
label: {
|
|
3
|
+
agreement: string;
|
|
4
|
+
and: string;
|
|
5
|
+
privacy: string;
|
|
6
|
+
userPolicy: string;
|
|
7
|
+
profile: string;
|
|
8
|
+
dataValue: string;
|
|
9
|
+
tagName: string;
|
|
10
|
+
sort: string;
|
|
11
|
+
notes: string;
|
|
12
|
+
query: string;
|
|
13
|
+
type: string;
|
|
14
|
+
describe: string;
|
|
15
|
+
creationTime: string;
|
|
16
|
+
description: string;
|
|
17
|
+
status: string;
|
|
18
|
+
user: string;
|
|
19
|
+
userId: string;
|
|
20
|
+
userName: string;
|
|
21
|
+
fullName: string;
|
|
22
|
+
contactNum: string;
|
|
23
|
+
email: string;
|
|
24
|
+
password: string;
|
|
25
|
+
confirmPassword: string;
|
|
26
|
+
role: string;
|
|
27
|
+
companyName: string;
|
|
28
|
+
tenantId: string;
|
|
29
|
+
adminUsername: string;
|
|
30
|
+
adminName: string;
|
|
31
|
+
adminPhone: string;
|
|
32
|
+
adminEmail: string;
|
|
33
|
+
adminInfo: string;
|
|
34
|
+
belongService: string;
|
|
35
|
+
roleName: string;
|
|
36
|
+
roleCode: string;
|
|
37
|
+
roleDesc: string;
|
|
38
|
+
roleAuth: string;
|
|
39
|
+
menuAuth: string;
|
|
40
|
+
menuName: string;
|
|
41
|
+
menu: string;
|
|
42
|
+
button: string;
|
|
43
|
+
rootMenu: string;
|
|
44
|
+
parent: string;
|
|
45
|
+
menuPath: string;
|
|
46
|
+
icon: string;
|
|
47
|
+
permission: string;
|
|
48
|
+
name: string;
|
|
49
|
+
menuPermissionAuth: string;
|
|
50
|
+
available: string;
|
|
51
|
+
unavailable: string;
|
|
52
|
+
categoryName: string;
|
|
53
|
+
path: string;
|
|
54
|
+
normal: string;
|
|
55
|
+
abnormal: string;
|
|
56
|
+
title: string;
|
|
57
|
+
ipAddress: string;
|
|
58
|
+
method: string;
|
|
59
|
+
timeCons: string;
|
|
60
|
+
requestTime: string;
|
|
61
|
+
operator: string;
|
|
62
|
+
configType: string;
|
|
63
|
+
dictType: string;
|
|
64
|
+
accountPassword: string;
|
|
65
|
+
accountLogin: string;
|
|
66
|
+
fastLogin: string;
|
|
67
|
+
loginAccount: string;
|
|
68
|
+
phoneNum: string;
|
|
69
|
+
verifyCode: string;
|
|
70
|
+
application: string;
|
|
71
|
+
basicInfo: string;
|
|
72
|
+
isHide: string;
|
|
73
|
+
page: string;
|
|
74
|
+
enterpriseDisplayName: string;
|
|
75
|
+
register: string;
|
|
76
|
+
effective: string;
|
|
77
|
+
ineffective: string;
|
|
78
|
+
emailLogin: string;
|
|
79
|
+
welcomeLogin: string;
|
|
80
|
+
welcomeRegister: string;
|
|
81
|
+
multilingual: string;
|
|
82
|
+
userInfo: string;
|
|
83
|
+
securityInfo: string;
|
|
84
|
+
personalInfo: string;
|
|
85
|
+
isPublicMenu: string;
|
|
86
|
+
oldPrefix: string;
|
|
87
|
+
newPrefix: string;
|
|
88
|
+
aiInfra: string;
|
|
89
|
+
licenseValidity: string;
|
|
90
|
+
license: string;
|
|
91
|
+
updateLicense: string;
|
|
92
|
+
activated: string;
|
|
93
|
+
notActivated: string;
|
|
94
|
+
expired: string;
|
|
95
|
+
productCode: string;
|
|
96
|
+
expireTime: string;
|
|
97
|
+
remainingValidity: string;
|
|
98
|
+
days: string;
|
|
99
|
+
managedInstanceCount: string;
|
|
100
|
+
managedGpuCount: string;
|
|
101
|
+
modelProxyCount: string;
|
|
102
|
+
usageRate: string;
|
|
103
|
+
managedInstanceCountDesc: string;
|
|
104
|
+
managedGpuCountDesc: string;
|
|
105
|
+
modelProxyCountDesc: string;
|
|
106
|
+
efficientComputing: string;
|
|
107
|
+
dataSecurity: string;
|
|
108
|
+
intelligentAnalysis: string;
|
|
109
|
+
processManagement: string;
|
|
110
|
+
passwordLoginShort: string;
|
|
111
|
+
emailCodeLogin: string;
|
|
112
|
+
usernameOrEmail: string;
|
|
113
|
+
workEmail: string;
|
|
114
|
+
sixDigitCode: string;
|
|
115
|
+
readAndAgree: string;
|
|
116
|
+
privacyPolicy: string;
|
|
117
|
+
termsOfService: string;
|
|
118
|
+
backToSignIn: string;
|
|
119
|
+
createYourAccount: string;
|
|
120
|
+
createAccount: string;
|
|
121
|
+
confirmPasswordShort: string;
|
|
122
|
+
signInToAGIOne: string;
|
|
123
|
+
home: string;
|
|
124
|
+
};
|
|
125
|
+
btn: {
|
|
126
|
+
cancel: string;
|
|
127
|
+
changePassword: string;
|
|
128
|
+
createApiKey: string;
|
|
129
|
+
disable: string;
|
|
130
|
+
enable: string;
|
|
131
|
+
auth: string;
|
|
132
|
+
batchAdd: string;
|
|
133
|
+
permission: string;
|
|
134
|
+
createTenant: string;
|
|
135
|
+
resetPassword: string;
|
|
136
|
+
confirmPassword: string;
|
|
137
|
+
oldPassword: string;
|
|
138
|
+
newPassword: string;
|
|
139
|
+
registerAccount: string;
|
|
140
|
+
getCode: string;
|
|
141
|
+
loginAccount: string;
|
|
142
|
+
register: string;
|
|
143
|
+
signIn: string;
|
|
144
|
+
sendCode: string;
|
|
145
|
+
createAccount: string;
|
|
146
|
+
batchReplacePrefix: string;
|
|
147
|
+
copyJson: string;
|
|
148
|
+
importJson: string;
|
|
149
|
+
};
|
|
150
|
+
msg: {
|
|
151
|
+
nameRule1: string;
|
|
152
|
+
nameRule2: string;
|
|
153
|
+
nameRule3: string;
|
|
154
|
+
nameRuleError: string;
|
|
155
|
+
pleaseEnterPassword: string;
|
|
156
|
+
newPasswordNotEmpty: string;
|
|
157
|
+
passwordNotSame: string;
|
|
158
|
+
confirmPasswordNotEmpty: string;
|
|
159
|
+
confirmDeleteUser: string;
|
|
160
|
+
userNameLengthError: string;
|
|
161
|
+
adminUsernameLengthError: string;
|
|
162
|
+
adminUsernameRule3: string;
|
|
163
|
+
confirmDeleteRole: string;
|
|
164
|
+
adminUsernameRule5: string;
|
|
165
|
+
batchAddSuccess: string;
|
|
166
|
+
importMenuTitle: string;
|
|
167
|
+
pasteJson: string;
|
|
168
|
+
pasteJsonPlaceholder: string;
|
|
169
|
+
invalidMenuFormat: string;
|
|
170
|
+
importSuccess: string;
|
|
171
|
+
importFailed: string;
|
|
172
|
+
pleaseEnterPhoneNum: string;
|
|
173
|
+
usernameOrPasswordEmpty: string;
|
|
174
|
+
loginSuccess: string;
|
|
175
|
+
confirmPasswordError: string;
|
|
176
|
+
registerSuccess: string;
|
|
177
|
+
getCodeSuccess: string;
|
|
178
|
+
identifierRegistered: string;
|
|
179
|
+
getCodeAgain: string;
|
|
180
|
+
signingIn: string;
|
|
181
|
+
retrySendCode: string;
|
|
182
|
+
pleaseEnterEmail: string;
|
|
183
|
+
enableMenu: string;
|
|
184
|
+
disableMenu: string;
|
|
185
|
+
langMsg1: string;
|
|
186
|
+
pleaseEnterLicense: string;
|
|
187
|
+
apiKeyCreated: string;
|
|
188
|
+
accessKey: string;
|
|
189
|
+
secretKey: string;
|
|
190
|
+
copy: string;
|
|
191
|
+
apiKeySecretNotice: string;
|
|
192
|
+
dynamicKey: string;
|
|
193
|
+
authToken: string;
|
|
194
|
+
extendAmount: string;
|
|
195
|
+
timeUnit: string;
|
|
196
|
+
year: string;
|
|
197
|
+
month: string;
|
|
198
|
+
day: string;
|
|
199
|
+
hour: string;
|
|
200
|
+
keyTypeTooltip: string;
|
|
201
|
+
loginHeroTitle: string;
|
|
202
|
+
loginHeroDesc: string;
|
|
203
|
+
};
|
|
204
|
+
};
|
|
205
|
+
export default _default;
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
label: {
|
|
3
|
+
agreement: "我已同意",
|
|
4
|
+
and: "和",
|
|
5
|
+
privacy: "《用户隐私协议》",
|
|
6
|
+
userPolicy: "《平台协议条款》",
|
|
7
|
+
profile: "个人中心",
|
|
8
|
+
dataValue: "数据值",
|
|
9
|
+
tagName: "标签名",
|
|
10
|
+
sort: "排序",
|
|
11
|
+
notes: "备注",
|
|
12
|
+
query: "查询",
|
|
13
|
+
type: "类型",
|
|
14
|
+
describe: "描述",
|
|
15
|
+
creationTime: "创建时间",
|
|
16
|
+
description: "描述",
|
|
17
|
+
status: "状态",
|
|
18
|
+
user: "用户",
|
|
19
|
+
userId: "用户ID",
|
|
20
|
+
userName: "用户名",
|
|
21
|
+
fullName: "姓名",
|
|
22
|
+
contactNum: "联系电话",
|
|
23
|
+
email: "邮箱",
|
|
24
|
+
password: "密码",
|
|
25
|
+
confirmPassword: "确认密码",
|
|
26
|
+
role: "角色",
|
|
27
|
+
companyName: "企业名称",
|
|
28
|
+
tenantId: "租户ID",
|
|
29
|
+
adminUsername: "管理员用户名",
|
|
30
|
+
adminName: "管理员名称",
|
|
31
|
+
adminPhone: "管理员手机号",
|
|
32
|
+
adminEmail: "管理员邮箱",
|
|
33
|
+
adminInfo: "管理员信息",
|
|
34
|
+
belongService: "所属服务",
|
|
35
|
+
roleName: "角色名称",
|
|
36
|
+
roleCode: "角色标识",
|
|
37
|
+
roleDesc: "角色描述",
|
|
38
|
+
roleAuth: "角色授权",
|
|
39
|
+
menuAuth: "菜单权限",
|
|
40
|
+
menuName: "菜单名称",
|
|
41
|
+
menu: "菜单",
|
|
42
|
+
button: "按钮",
|
|
43
|
+
rootMenu: "根菜单",
|
|
44
|
+
parent: "父级",
|
|
45
|
+
menuPath: "菜单地址",
|
|
46
|
+
icon: "图标",
|
|
47
|
+
permission: "权限标识",
|
|
48
|
+
name: "显示名称",
|
|
49
|
+
menuPermissionAuth: "菜单权限授权",
|
|
50
|
+
available: "可用",
|
|
51
|
+
unavailable: "不可用",
|
|
52
|
+
categoryName: "类目名称",
|
|
53
|
+
path: "路径",
|
|
54
|
+
normal: "正常",
|
|
55
|
+
abnormal: "异常",
|
|
56
|
+
title: "标题",
|
|
57
|
+
ipAddress: "ip地址",
|
|
58
|
+
method: "请求方式",
|
|
59
|
+
timeCons: "耗时",
|
|
60
|
+
requestTime: "请求时间",
|
|
61
|
+
operator: "操作人",
|
|
62
|
+
configType: "配置类型",
|
|
63
|
+
dictType: "字典类型",
|
|
64
|
+
accountPassword: "账号密码",
|
|
65
|
+
accountLogin: "账号密码登录",
|
|
66
|
+
fastLogin: "快捷登录",
|
|
67
|
+
loginAccount: "登录账号",
|
|
68
|
+
phoneNum: "手机号",
|
|
69
|
+
verifyCode: "验证码",
|
|
70
|
+
application: "应用",
|
|
71
|
+
basicInfo: "基本信息",
|
|
72
|
+
isHide: "是否隐藏",
|
|
73
|
+
page: "页面",
|
|
74
|
+
enterpriseDisplayName: "企业显示名称",
|
|
75
|
+
register: "用户注册",
|
|
76
|
+
effective: "生效",
|
|
77
|
+
ineffective: "过期",
|
|
78
|
+
emailLogin: "邮箱登录",
|
|
79
|
+
welcomeLogin: "欢迎登录",
|
|
80
|
+
welcomeRegister: "欢迎注册",
|
|
81
|
+
multilingual: "多语言",
|
|
82
|
+
userInfo: "用户信息",
|
|
83
|
+
securityInfo: "安全信息",
|
|
84
|
+
personalInfo: "个人信息",
|
|
85
|
+
isPublicMenu: "是否公开菜单",
|
|
86
|
+
oldPrefix: "旧前缀",
|
|
87
|
+
newPrefix: "新前缀",
|
|
88
|
+
aiInfra: "AI基础设施",
|
|
89
|
+
licenseValidity: "许可证有效性",
|
|
90
|
+
license: "许可证",
|
|
91
|
+
updateLicense: "更新许可证",
|
|
92
|
+
activated: "已激活",
|
|
93
|
+
notActivated: "未激活",
|
|
94
|
+
expired: "已过期",
|
|
95
|
+
productCode: "产品码",
|
|
96
|
+
expireTime: "到期时间",
|
|
97
|
+
remainingValidity: "剩余有效期",
|
|
98
|
+
days: "天",
|
|
99
|
+
managedInstanceCount: "纳管实例数",
|
|
100
|
+
managedGpuCount: "纳管加速卡数",
|
|
101
|
+
modelProxyCount: "模型代理个数",
|
|
102
|
+
usageRate: "使用率",
|
|
103
|
+
managedInstanceCountDesc: "使用第三方算力平台创建模型推理、训练、云服务器等资源实例个数",
|
|
104
|
+
managedGpuCountDesc: "使用AGIOne纳管用户自有的裸机算力卡(如GPU、NPU、XPU、TPU等算力卡)数量",
|
|
105
|
+
modelProxyCountDesc: "使用AGIOne平台发布自部署或第三方平台模型数量",
|
|
106
|
+
efficientComputing: "高效计算",
|
|
107
|
+
dataSecurity: "数据安全",
|
|
108
|
+
intelligentAnalysis: "智能分析",
|
|
109
|
+
processManagement: "流程管理",
|
|
110
|
+
passwordLoginShort: "密码登录",
|
|
111
|
+
emailCodeLogin: "邮箱验证码",
|
|
112
|
+
usernameOrEmail: "用户名或邮箱",
|
|
113
|
+
workEmail: "企业邮箱",
|
|
114
|
+
sixDigitCode: "6位验证码",
|
|
115
|
+
readAndAgree: "我已阅读并同意",
|
|
116
|
+
privacyPolicy: "《隐私政策》",
|
|
117
|
+
termsOfService: "《服务条款》",
|
|
118
|
+
backToSignIn: "返回登录",
|
|
119
|
+
createYourAccount: "创建账号",
|
|
120
|
+
createAccount: "创建账号",
|
|
121
|
+
confirmPasswordShort: "确认密码",
|
|
122
|
+
signInToAGIOne: "登录 AGIOne",
|
|
123
|
+
home: "首页"
|
|
124
|
+
},
|
|
125
|
+
btn: {
|
|
126
|
+
cancel: "取消修改",
|
|
127
|
+
changePassword: "修改密码",
|
|
128
|
+
createApiKey: "创建 API Key",
|
|
129
|
+
disable: "禁用",
|
|
130
|
+
enable: "启用",
|
|
131
|
+
auth: "授权",
|
|
132
|
+
batchAdd: "批量添加",
|
|
133
|
+
permission: "权限",
|
|
134
|
+
createTenant: "新增租户",
|
|
135
|
+
resetPassword: "重置密码",
|
|
136
|
+
confirmPassword: "确认密码",
|
|
137
|
+
oldPassword: "旧密码",
|
|
138
|
+
newPassword: "新密码",
|
|
139
|
+
registerAccount: "注册账号",
|
|
140
|
+
getCode: "获取验证码",
|
|
141
|
+
loginAccount: "使用已有账户登录",
|
|
142
|
+
register: "注册",
|
|
143
|
+
signIn: "登录",
|
|
144
|
+
sendCode: "发送验证码",
|
|
145
|
+
createAccount: "创建账号",
|
|
146
|
+
batchReplacePrefix: "批量替换前缀",
|
|
147
|
+
copyJson: "复制JSON",
|
|
148
|
+
importJson: "导入JSON"
|
|
149
|
+
},
|
|
150
|
+
msg: {
|
|
151
|
+
nameRule1: "长度为2-20的数字、英文大小写、中文;",
|
|
152
|
+
nameRule2: "可含有大小写字母、数字、'_'、中文、'('、')'、'('、')'、'-'、'{'@'}'、'.'、空格;",
|
|
153
|
+
nameRule3: "不以'_'、'-'、'{'@'}'、'.'、空格开头和结尾;",
|
|
154
|
+
nameRuleError: "名称格式错误",
|
|
155
|
+
pleaseEnterPassword: "请再次输入密码",
|
|
156
|
+
newPasswordNotEmpty: "新密码不能为空",
|
|
157
|
+
passwordNotSame: "两次密码输入不一致,请重新输入",
|
|
158
|
+
confirmPasswordNotEmpty: "确认密码不能为空",
|
|
159
|
+
confirmDeleteUser: "确认删除用户{0}?",
|
|
160
|
+
userNameLengthError: "用户名长度在2~20个字符",
|
|
161
|
+
adminUsernameLengthError: "长度为2~20个字符",
|
|
162
|
+
adminUsernameRule3: "只可包含大小写字母、数字、'_'、'-'",
|
|
163
|
+
confirmDeleteRole: "确认删除角色{0}?",
|
|
164
|
+
adminUsernameRule5: "可包含大小写字母、数字、'_'、中文、'('、')'、'('、')'、'-'、'{'@'}'、'.'、空格;",
|
|
165
|
+
batchAddSuccess: "批量添加成功,本地共保存{0}条数据",
|
|
166
|
+
importMenuTitle: "导入菜单JSON",
|
|
167
|
+
pasteJson: "粘贴JSON",
|
|
168
|
+
pasteJsonPlaceholder: "在此粘贴复制的菜单JSON...",
|
|
169
|
+
invalidMenuFormat: "无效的菜单数据格式",
|
|
170
|
+
importSuccess: "导入成功!共导入{0}条菜单。",
|
|
171
|
+
importFailed: "导入菜单失败,请检查JSON格式。",
|
|
172
|
+
pleaseEnterPhoneNum: "请输入正确的手机号",
|
|
173
|
+
usernameOrPasswordEmpty: "用户名或密码不能为空!",
|
|
174
|
+
loginSuccess: "登录成功!",
|
|
175
|
+
confirmPasswordError: "确认密码与密码不一致,请重新输入",
|
|
176
|
+
registerSuccess: "注册成功",
|
|
177
|
+
getCodeSuccess: "获取验证码成功",
|
|
178
|
+
identifierRegistered: "该邮箱已注册,可直接登录",
|
|
179
|
+
getCodeAgain: "{0}秒后可重新获取",
|
|
180
|
+
signingIn: "登录中...",
|
|
181
|
+
retrySendCode: "{0} 秒后重新发送",
|
|
182
|
+
pleaseEnterEmail: "请输入正确的邮箱",
|
|
183
|
+
enableMenu: "是否启用菜单【{0}】",
|
|
184
|
+
disableMenu: "是否禁用菜单【{0}】",
|
|
185
|
+
langMsg1: "将在{0}语言环境下显示",
|
|
186
|
+
pleaseEnterLicense: "请输入许可证",
|
|
187
|
+
apiKeyCreated: "新的 API Key 已创建",
|
|
188
|
+
accessKey: "Access Key",
|
|
189
|
+
secretKey: "Secret Key",
|
|
190
|
+
copy: "复制",
|
|
191
|
+
apiKeySecretNotice: "私钥仅本次创建时可见,系统不留存。请立即复制并离线保存。",
|
|
192
|
+
dynamicKey: "动态密钥",
|
|
193
|
+
authToken: "认证令牌",
|
|
194
|
+
extendAmount: "延长时间数量",
|
|
195
|
+
timeUnit: "时间单位",
|
|
196
|
+
year: "年",
|
|
197
|
+
month: "月",
|
|
198
|
+
day: "天",
|
|
199
|
+
hour: "小时",
|
|
200
|
+
keyTypeTooltip: '认证令牌仅包含AK,用于模型服务认证,轻量便捷;动态密钥包含AK和SK(以"sk-"开头),采用双重认证机制,提供更高安全性。',
|
|
201
|
+
loginHeroTitle: "泛 AI 聚合与分发服务",
|
|
202
|
+
loginHeroDesc: "通过 API 调度,实现模型调用、AI 应用构建、数据与工具服务的在线分发与使用。"
|
|
203
|
+
}
|
|
204
|
+
};
|
|
205
|
+
export {
|
|
206
|
+
e as default
|
|
207
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
btn: {
|
|
3
|
+
agree: string;
|
|
4
|
+
disagree: string;
|
|
5
|
+
create: string;
|
|
6
|
+
add: string;
|
|
7
|
+
delete: string;
|
|
8
|
+
save: string;
|
|
9
|
+
edit: string;
|
|
10
|
+
cancel: string;
|
|
11
|
+
upload: string;
|
|
12
|
+
copy: string;
|
|
13
|
+
selectAll: string;
|
|
14
|
+
modify: string;
|
|
15
|
+
confirm: string;
|
|
16
|
+
logout: string;
|
|
17
|
+
login: string;
|
|
18
|
+
loginLoading: string;
|
|
19
|
+
operation: string;
|
|
20
|
+
};
|
|
21
|
+
rule: {
|
|
22
|
+
formatError: string;
|
|
23
|
+
};
|
|
24
|
+
label: {
|
|
25
|
+
all: string;
|
|
26
|
+
operation: string;
|
|
27
|
+
tip: string;
|
|
28
|
+
search: string;
|
|
29
|
+
};
|
|
30
|
+
msg: {
|
|
31
|
+
pleaseSelect: string;
|
|
32
|
+
success: string;
|
|
33
|
+
pleaseEnter: string;
|
|
34
|
+
confirmDelete: string;
|
|
35
|
+
fail: string;
|
|
36
|
+
};
|
|
37
|
+
pleaseSelect: string;
|
|
38
|
+
seeMore: string;
|
|
39
|
+
};
|
|
40
|
+
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
btn: {
|
|
3
|
+
agree: "同意",
|
|
4
|
+
disagree: "不同意",
|
|
5
|
+
create: "创建{0}",
|
|
6
|
+
add: "添加{0}",
|
|
7
|
+
delete: "删除{0}",
|
|
8
|
+
save: "保存",
|
|
9
|
+
edit: "编辑{0}",
|
|
10
|
+
cancel: "取消{0}",
|
|
11
|
+
upload: "上传{0}",
|
|
12
|
+
copy: "复制{0}",
|
|
13
|
+
selectAll: "全选",
|
|
14
|
+
modify: "修改{0}",
|
|
15
|
+
confirm: "确定",
|
|
16
|
+
logout: "退出登录",
|
|
17
|
+
login: "登录",
|
|
18
|
+
loginLoading: "登录中...",
|
|
19
|
+
operation: "操作"
|
|
20
|
+
},
|
|
21
|
+
rule: {
|
|
22
|
+
formatError: "{0}格式不正确"
|
|
23
|
+
},
|
|
24
|
+
label: {
|
|
25
|
+
all: "全部",
|
|
26
|
+
operation: "操作",
|
|
27
|
+
tip: "提示",
|
|
28
|
+
search: "搜索{0}"
|
|
29
|
+
},
|
|
30
|
+
msg: {
|
|
31
|
+
pleaseSelect: "请选择{0}",
|
|
32
|
+
success: "{0}成功",
|
|
33
|
+
pleaseEnter: "请输入{0}",
|
|
34
|
+
confirmDelete: "确认删除{0}吗?",
|
|
35
|
+
fail: "{0}失败"
|
|
36
|
+
},
|
|
37
|
+
pleaseSelect: "请选择{0}",
|
|
38
|
+
seeMore: "查看更多"
|
|
39
|
+
};
|
|
40
|
+
export {
|
|
41
|
+
e as default
|
|
42
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
notFound: {
|
|
3
|
+
title: string;
|
|
4
|
+
description: string;
|
|
5
|
+
backToHome: string;
|
|
6
|
+
};
|
|
7
|
+
exportImport: {
|
|
8
|
+
selectExportTemplate: string;
|
|
9
|
+
selectImportMethod: string;
|
|
10
|
+
selectZipFile: string;
|
|
11
|
+
selectFolder: string;
|
|
12
|
+
unsupportedFileFormat: string;
|
|
13
|
+
importSuccess: string;
|
|
14
|
+
importComplete: string;
|
|
15
|
+
importStats: string;
|
|
16
|
+
total: string;
|
|
17
|
+
success: string;
|
|
18
|
+
failed: string;
|
|
19
|
+
skipped: string;
|
|
20
|
+
retry: string;
|
|
21
|
+
import: string;
|
|
22
|
+
cancel: string;
|
|
23
|
+
clear: string;
|
|
24
|
+
pleaseUploadFile: string;
|
|
25
|
+
uploadWarning: string;
|
|
26
|
+
};
|
|
27
|
+
layout: {
|
|
28
|
+
docsCenter: string;
|
|
29
|
+
};
|
|
30
|
+
fileSelector: {
|
|
31
|
+
dragOrClick: string;
|
|
32
|
+
selectFile: string;
|
|
33
|
+
folder: string;
|
|
34
|
+
file: string;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
export default _default;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
notFound: {
|
|
3
|
+
title: "开发中,敬请期待!",
|
|
4
|
+
description: "页面开发中,请刷新页面,或者点击下面的按钮返回主页.",
|
|
5
|
+
backToHome: "返回主页"
|
|
6
|
+
},
|
|
7
|
+
exportImport: {
|
|
8
|
+
selectExportTemplate: "选择导出模板",
|
|
9
|
+
selectImportMethod: "选择导入方式",
|
|
10
|
+
selectZipFile: "选择ZIP文件",
|
|
11
|
+
selectFolder: "选择文件夹",
|
|
12
|
+
unsupportedFileFormat: "不支持的文件格式",
|
|
13
|
+
importSuccess: "导入完成!成功: {0}, 跳过: {1}, 失败: {2}",
|
|
14
|
+
importComplete: "导入完成",
|
|
15
|
+
importStats: "成功导入 {0} 条数据,失败 {1} 条,跳过 {2} 条",
|
|
16
|
+
total: "总计",
|
|
17
|
+
success: "成功",
|
|
18
|
+
failed: "失败",
|
|
19
|
+
skipped: "跳过",
|
|
20
|
+
retry: "重试",
|
|
21
|
+
import: "导入",
|
|
22
|
+
cancel: "取消",
|
|
23
|
+
clear: "清空",
|
|
24
|
+
pleaseUploadFile: "请先上传文件",
|
|
25
|
+
uploadWarning: "当前正在进行文件上传,您所做的更改可能不会被保存!"
|
|
26
|
+
},
|
|
27
|
+
layout: {
|
|
28
|
+
docsCenter: "文档中心"
|
|
29
|
+
},
|
|
30
|
+
fileSelector: {
|
|
31
|
+
dragOrClick: "将{fileText}拖拽至此处,或点击下方按钮",
|
|
32
|
+
selectFile: "选择{fileText}",
|
|
33
|
+
folder: "文件夹",
|
|
34
|
+
file: "文件"
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
export {
|
|
38
|
+
e as default
|
|
39
|
+
};
|