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,973 @@
|
|
|
1
|
+
declare const i18n: import('vue-i18n').I18n<{
|
|
2
|
+
"en-US": {
|
|
3
|
+
name: string;
|
|
4
|
+
common: {
|
|
5
|
+
btn: {
|
|
6
|
+
agree: string;
|
|
7
|
+
disagree: string;
|
|
8
|
+
create: string;
|
|
9
|
+
add: string;
|
|
10
|
+
delete: string;
|
|
11
|
+
save: string;
|
|
12
|
+
edit: string;
|
|
13
|
+
cancel: string;
|
|
14
|
+
upload: string;
|
|
15
|
+
copy: string;
|
|
16
|
+
selectAll: string;
|
|
17
|
+
modify: string;
|
|
18
|
+
confirm: string;
|
|
19
|
+
logout: string;
|
|
20
|
+
login: string;
|
|
21
|
+
loginLoading: string;
|
|
22
|
+
operation: string;
|
|
23
|
+
};
|
|
24
|
+
rule: {
|
|
25
|
+
formatError: string;
|
|
26
|
+
};
|
|
27
|
+
label: {
|
|
28
|
+
all: string;
|
|
29
|
+
operation: string;
|
|
30
|
+
tip: string;
|
|
31
|
+
search: string;
|
|
32
|
+
};
|
|
33
|
+
msg: {
|
|
34
|
+
pleaseSelect: string;
|
|
35
|
+
success: string;
|
|
36
|
+
pleaseEnter: string;
|
|
37
|
+
confirmDelete: string;
|
|
38
|
+
fail: string;
|
|
39
|
+
};
|
|
40
|
+
pleaseSelect: string;
|
|
41
|
+
seeMore: string;
|
|
42
|
+
};
|
|
43
|
+
account: {
|
|
44
|
+
label: {
|
|
45
|
+
clickToChangeImage: string;
|
|
46
|
+
};
|
|
47
|
+
msg: {
|
|
48
|
+
uploadIng: string;
|
|
49
|
+
agreementTip1: string;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
admin: {
|
|
53
|
+
label: {
|
|
54
|
+
agreement: string;
|
|
55
|
+
and: string;
|
|
56
|
+
privacy: string;
|
|
57
|
+
userPolicy: string;
|
|
58
|
+
profile: string;
|
|
59
|
+
dataValue: string;
|
|
60
|
+
tagName: string;
|
|
61
|
+
sort: string;
|
|
62
|
+
notes: string;
|
|
63
|
+
query: string;
|
|
64
|
+
type: string;
|
|
65
|
+
describe: string;
|
|
66
|
+
creationTime: string;
|
|
67
|
+
description: string;
|
|
68
|
+
status: string;
|
|
69
|
+
user: string;
|
|
70
|
+
userId: string;
|
|
71
|
+
userName: string;
|
|
72
|
+
fullName: string;
|
|
73
|
+
contactNum: string;
|
|
74
|
+
email: string;
|
|
75
|
+
password: string;
|
|
76
|
+
confirmPassword: string;
|
|
77
|
+
role: string;
|
|
78
|
+
companyName: string;
|
|
79
|
+
tenantId: string;
|
|
80
|
+
adminUsername: string;
|
|
81
|
+
adminName: string;
|
|
82
|
+
adminPhone: string;
|
|
83
|
+
adminEmail: string;
|
|
84
|
+
adminInfo: string;
|
|
85
|
+
belongService: string;
|
|
86
|
+
roleName: string;
|
|
87
|
+
roleCode: string;
|
|
88
|
+
roleDesc: string;
|
|
89
|
+
roleAuth: string;
|
|
90
|
+
menuAuth: string;
|
|
91
|
+
menuName: string;
|
|
92
|
+
menu: string;
|
|
93
|
+
button: string;
|
|
94
|
+
rootMenu: string;
|
|
95
|
+
parent: string;
|
|
96
|
+
menuPath: string;
|
|
97
|
+
icon: string;
|
|
98
|
+
permission: string;
|
|
99
|
+
name: string;
|
|
100
|
+
menuPermissionAuth: string;
|
|
101
|
+
available: string;
|
|
102
|
+
unavailable: string;
|
|
103
|
+
categoryName: string;
|
|
104
|
+
path: string;
|
|
105
|
+
normal: string;
|
|
106
|
+
abnormal: string;
|
|
107
|
+
title: string;
|
|
108
|
+
ipAddress: string;
|
|
109
|
+
method: string;
|
|
110
|
+
timeCons: string;
|
|
111
|
+
requestTime: string;
|
|
112
|
+
operator: string;
|
|
113
|
+
configType: string;
|
|
114
|
+
dictType: string;
|
|
115
|
+
accountPassword: string;
|
|
116
|
+
accountLogin: string;
|
|
117
|
+
fastLogin: string;
|
|
118
|
+
loginAccount: string;
|
|
119
|
+
phoneNum: string;
|
|
120
|
+
verifyCode: string;
|
|
121
|
+
application: string;
|
|
122
|
+
basicInfo: string;
|
|
123
|
+
isHide: string;
|
|
124
|
+
page: string;
|
|
125
|
+
enterpriseDisplayName: string;
|
|
126
|
+
register: string;
|
|
127
|
+
effective: string;
|
|
128
|
+
ineffective: string;
|
|
129
|
+
emailLogin: string;
|
|
130
|
+
welcomeLogin: string;
|
|
131
|
+
welcomeRegister: string;
|
|
132
|
+
multilingual: string;
|
|
133
|
+
userInfo: string;
|
|
134
|
+
securityInfo: string;
|
|
135
|
+
personalInfo: string;
|
|
136
|
+
isPublicMenu: string;
|
|
137
|
+
oldPrefix: string;
|
|
138
|
+
newPrefix: string;
|
|
139
|
+
aiInfra: string;
|
|
140
|
+
licenseValidity: string;
|
|
141
|
+
license: string;
|
|
142
|
+
updateLicense: string;
|
|
143
|
+
activated: string;
|
|
144
|
+
notActivated: string;
|
|
145
|
+
expired: string;
|
|
146
|
+
productCode: string;
|
|
147
|
+
expireTime: string;
|
|
148
|
+
remainingValidity: string;
|
|
149
|
+
days: string;
|
|
150
|
+
managedInstanceCount: string;
|
|
151
|
+
managedGpuCount: string;
|
|
152
|
+
modelProxyCount: string;
|
|
153
|
+
usageRate: string;
|
|
154
|
+
managedInstanceCountDesc: string;
|
|
155
|
+
managedGpuCountDesc: string;
|
|
156
|
+
modelProxyCountDesc: string;
|
|
157
|
+
efficientComputing: string;
|
|
158
|
+
dataSecurity: string;
|
|
159
|
+
intelligentAnalysis: string;
|
|
160
|
+
processManagement: string;
|
|
161
|
+
passwordLoginShort: string;
|
|
162
|
+
emailCodeLogin: string;
|
|
163
|
+
usernameOrEmail: string;
|
|
164
|
+
workEmail: string;
|
|
165
|
+
sixDigitCode: string;
|
|
166
|
+
readAndAgree: string;
|
|
167
|
+
privacyPolicy: string;
|
|
168
|
+
termsOfService: string;
|
|
169
|
+
backToSignIn: string;
|
|
170
|
+
createYourAccount: string;
|
|
171
|
+
createAccount: string;
|
|
172
|
+
confirmPasswordShort: string;
|
|
173
|
+
signInToAGIOne: string;
|
|
174
|
+
home: string;
|
|
175
|
+
};
|
|
176
|
+
btn: {
|
|
177
|
+
cancel: string;
|
|
178
|
+
changePassword: string;
|
|
179
|
+
createApiKey: string;
|
|
180
|
+
disable: string;
|
|
181
|
+
enable: string;
|
|
182
|
+
auth: string;
|
|
183
|
+
batchAdd: string;
|
|
184
|
+
permission: string;
|
|
185
|
+
createTenant: string;
|
|
186
|
+
resetPassword: string;
|
|
187
|
+
confirmPassword: string;
|
|
188
|
+
oldPassword: string;
|
|
189
|
+
newPassword: string;
|
|
190
|
+
registerAccount: string;
|
|
191
|
+
getCode: string;
|
|
192
|
+
loginAccount: string;
|
|
193
|
+
register: string;
|
|
194
|
+
signIn: string;
|
|
195
|
+
sendCode: string;
|
|
196
|
+
createAccount: string;
|
|
197
|
+
batchReplacePrefix: string;
|
|
198
|
+
copyJson: string;
|
|
199
|
+
importJson: string;
|
|
200
|
+
};
|
|
201
|
+
msg: {
|
|
202
|
+
nameRule1: string;
|
|
203
|
+
nameRule2: string;
|
|
204
|
+
nameRule3: string;
|
|
205
|
+
nameRuleError: string;
|
|
206
|
+
pleaseEnterPassword: string;
|
|
207
|
+
newPasswordNotEmpty: string;
|
|
208
|
+
passwordNotSame: string;
|
|
209
|
+
confirmPasswordNotEmpty: string;
|
|
210
|
+
confirmDeleteUser: string;
|
|
211
|
+
userNameLengthError: string;
|
|
212
|
+
adminUsernameLengthError: string;
|
|
213
|
+
adminUsernameRule3: string;
|
|
214
|
+
confirmDeleteRole: string;
|
|
215
|
+
adminUsernameRule5: string;
|
|
216
|
+
batchAddSuccess: string;
|
|
217
|
+
importMenuTitle: string;
|
|
218
|
+
pasteJson: string;
|
|
219
|
+
pasteJsonPlaceholder: string;
|
|
220
|
+
invalidMenuFormat: string;
|
|
221
|
+
importSuccess: string;
|
|
222
|
+
importFailed: string;
|
|
223
|
+
pleaseEnterPhoneNum: string;
|
|
224
|
+
usernameOrPasswordEmpty: string;
|
|
225
|
+
loginSuccess: string;
|
|
226
|
+
confirmPasswordError: string;
|
|
227
|
+
registerSuccess: string;
|
|
228
|
+
getCodeSuccess: string;
|
|
229
|
+
identifierRegistered: string;
|
|
230
|
+
getCodeAgain: string;
|
|
231
|
+
signingIn: string;
|
|
232
|
+
retrySendCode: string;
|
|
233
|
+
pleaseEnterEmail: string;
|
|
234
|
+
enableMenu: string;
|
|
235
|
+
disableMenu: string;
|
|
236
|
+
langMsg1: string;
|
|
237
|
+
pleaseEnterLicense: string;
|
|
238
|
+
apiKeyCreated: string;
|
|
239
|
+
accessKey: string;
|
|
240
|
+
secretKey: string;
|
|
241
|
+
copy: string;
|
|
242
|
+
apiKeySecretNotice: string;
|
|
243
|
+
dynamicKey: string;
|
|
244
|
+
authToken: string;
|
|
245
|
+
extendAmount: string;
|
|
246
|
+
timeUnit: string;
|
|
247
|
+
year: string;
|
|
248
|
+
month: string;
|
|
249
|
+
day: string;
|
|
250
|
+
hour: string;
|
|
251
|
+
keyTypeTooltip: string;
|
|
252
|
+
aiInfra: string;
|
|
253
|
+
aiInfraDesc: string;
|
|
254
|
+
loginHeroTitle: string;
|
|
255
|
+
loginHeroDesc: string;
|
|
256
|
+
};
|
|
257
|
+
};
|
|
258
|
+
components: {
|
|
259
|
+
notFound: {
|
|
260
|
+
title: string;
|
|
261
|
+
description: string;
|
|
262
|
+
backToHome: string;
|
|
263
|
+
};
|
|
264
|
+
exportImport: {
|
|
265
|
+
selectExportTemplate: string;
|
|
266
|
+
selectImportMethod: string;
|
|
267
|
+
selectZipFile: string;
|
|
268
|
+
selectFolder: string;
|
|
269
|
+
unsupportedFileFormat: string;
|
|
270
|
+
importSuccess: string;
|
|
271
|
+
importComplete: string;
|
|
272
|
+
importStats: string;
|
|
273
|
+
total: string;
|
|
274
|
+
success: string;
|
|
275
|
+
failed: string;
|
|
276
|
+
skipped: string;
|
|
277
|
+
retry: string;
|
|
278
|
+
import: string;
|
|
279
|
+
cancel: string;
|
|
280
|
+
clear: string;
|
|
281
|
+
pleaseUploadFile: string;
|
|
282
|
+
uploadWarning: string;
|
|
283
|
+
};
|
|
284
|
+
layout: {
|
|
285
|
+
docsCenter: string;
|
|
286
|
+
};
|
|
287
|
+
fileSelector: {
|
|
288
|
+
dragOrClick: string;
|
|
289
|
+
selectFile: string;
|
|
290
|
+
folder: string;
|
|
291
|
+
file: string;
|
|
292
|
+
};
|
|
293
|
+
};
|
|
294
|
+
constant: {
|
|
295
|
+
label: {
|
|
296
|
+
languageModel: string;
|
|
297
|
+
};
|
|
298
|
+
dialogueSource: {
|
|
299
|
+
1: string;
|
|
300
|
+
2: string;
|
|
301
|
+
3: string;
|
|
302
|
+
4: string;
|
|
303
|
+
5: string;
|
|
304
|
+
};
|
|
305
|
+
versionStatus: {
|
|
306
|
+
0: string;
|
|
307
|
+
1: string;
|
|
308
|
+
2: string;
|
|
309
|
+
3: string;
|
|
310
|
+
4: string;
|
|
311
|
+
5: string;
|
|
312
|
+
6: string;
|
|
313
|
+
7: string;
|
|
314
|
+
8: string;
|
|
315
|
+
};
|
|
316
|
+
releaseAuditStatus: {
|
|
317
|
+
0: string;
|
|
318
|
+
1: string;
|
|
319
|
+
2: string;
|
|
320
|
+
3: string;
|
|
321
|
+
};
|
|
322
|
+
shelfStatus: {
|
|
323
|
+
0: string;
|
|
324
|
+
1: string;
|
|
325
|
+
2: string;
|
|
326
|
+
3: string;
|
|
327
|
+
};
|
|
328
|
+
isFree: {
|
|
329
|
+
0: string;
|
|
330
|
+
1: string;
|
|
331
|
+
};
|
|
332
|
+
modelType: {
|
|
333
|
+
1: string;
|
|
334
|
+
2: string;
|
|
335
|
+
3: string;
|
|
336
|
+
4: string;
|
|
337
|
+
5: string;
|
|
338
|
+
6: string;
|
|
339
|
+
};
|
|
340
|
+
modelSubType: {
|
|
341
|
+
1: string;
|
|
342
|
+
2: string;
|
|
343
|
+
3: string;
|
|
344
|
+
4: string;
|
|
345
|
+
5: string;
|
|
346
|
+
};
|
|
347
|
+
appShareType: {
|
|
348
|
+
1: string;
|
|
349
|
+
2: string;
|
|
350
|
+
};
|
|
351
|
+
labelType: {
|
|
352
|
+
1: string;
|
|
353
|
+
2: string;
|
|
354
|
+
3: string;
|
|
355
|
+
};
|
|
356
|
+
applicationType: {
|
|
357
|
+
1: string;
|
|
358
|
+
2: string;
|
|
359
|
+
};
|
|
360
|
+
applicationAuditStatus: {
|
|
361
|
+
1: string;
|
|
362
|
+
2: string;
|
|
363
|
+
3: string;
|
|
364
|
+
};
|
|
365
|
+
trueOrFalse: {
|
|
366
|
+
true: string;
|
|
367
|
+
false: string;
|
|
368
|
+
};
|
|
369
|
+
templateType: {
|
|
370
|
+
1: string;
|
|
371
|
+
2: string;
|
|
372
|
+
};
|
|
373
|
+
useable: {
|
|
374
|
+
1: string;
|
|
375
|
+
2: string;
|
|
376
|
+
};
|
|
377
|
+
enable: {
|
|
378
|
+
1: string;
|
|
379
|
+
2: string;
|
|
380
|
+
};
|
|
381
|
+
tenantStatus: {
|
|
382
|
+
1: string;
|
|
383
|
+
2: string;
|
|
384
|
+
3: string;
|
|
385
|
+
4: string;
|
|
386
|
+
5: string;
|
|
387
|
+
};
|
|
388
|
+
modelAuditStatus: {
|
|
389
|
+
0: string;
|
|
390
|
+
1: string;
|
|
391
|
+
2: string;
|
|
392
|
+
3: string;
|
|
393
|
+
4: string;
|
|
394
|
+
5: string;
|
|
395
|
+
6: string;
|
|
396
|
+
7: string;
|
|
397
|
+
8: string;
|
|
398
|
+
};
|
|
399
|
+
modelStatus: {
|
|
400
|
+
0: string;
|
|
401
|
+
1: string;
|
|
402
|
+
2: string;
|
|
403
|
+
3: string;
|
|
404
|
+
};
|
|
405
|
+
userType: {
|
|
406
|
+
0: string;
|
|
407
|
+
1: string;
|
|
408
|
+
2: string;
|
|
409
|
+
};
|
|
410
|
+
isActivity: {
|
|
411
|
+
0: string;
|
|
412
|
+
1: string;
|
|
413
|
+
};
|
|
414
|
+
isLimit: {
|
|
415
|
+
1: string;
|
|
416
|
+
0: string;
|
|
417
|
+
};
|
|
418
|
+
versionType: {
|
|
419
|
+
1: string;
|
|
420
|
+
2: string;
|
|
421
|
+
3: string;
|
|
422
|
+
};
|
|
423
|
+
appTemplateType: {
|
|
424
|
+
1: string;
|
|
425
|
+
7: string;
|
|
426
|
+
};
|
|
427
|
+
auditStatus: {
|
|
428
|
+
0: string;
|
|
429
|
+
1: string;
|
|
430
|
+
2: string;
|
|
431
|
+
3: string;
|
|
432
|
+
};
|
|
433
|
+
onlineStatus: {
|
|
434
|
+
0: string;
|
|
435
|
+
1: string;
|
|
436
|
+
2: string;
|
|
437
|
+
3: string;
|
|
438
|
+
};
|
|
439
|
+
currency: {
|
|
440
|
+
CNY: string;
|
|
441
|
+
USD: string;
|
|
442
|
+
};
|
|
443
|
+
};
|
|
444
|
+
filterBox: {
|
|
445
|
+
label: {};
|
|
446
|
+
btn: {
|
|
447
|
+
search: string;
|
|
448
|
+
reset: string;
|
|
449
|
+
collapse: string;
|
|
450
|
+
expand: string;
|
|
451
|
+
};
|
|
452
|
+
msg: {};
|
|
453
|
+
};
|
|
454
|
+
password: {
|
|
455
|
+
label: {};
|
|
456
|
+
btn: {};
|
|
457
|
+
msg: {
|
|
458
|
+
lengthTip: string;
|
|
459
|
+
charTip: string;
|
|
460
|
+
charTypeTip: string;
|
|
461
|
+
charTypeUpper: string;
|
|
462
|
+
charTypeLower: string;
|
|
463
|
+
charNum: string;
|
|
464
|
+
charSpecial: string;
|
|
465
|
+
placeholder: string;
|
|
466
|
+
lengthError: string;
|
|
467
|
+
charError: string;
|
|
468
|
+
charTypeError: string;
|
|
469
|
+
};
|
|
470
|
+
};
|
|
471
|
+
instanceForm: {
|
|
472
|
+
label: {
|
|
473
|
+
otherConfig: string;
|
|
474
|
+
};
|
|
475
|
+
btn: {
|
|
476
|
+
prevStep: string;
|
|
477
|
+
nextStep: string;
|
|
478
|
+
submit: string;
|
|
479
|
+
};
|
|
480
|
+
msg: {
|
|
481
|
+
checkParams: string;
|
|
482
|
+
};
|
|
483
|
+
StaticPrefixInput: {
|
|
484
|
+
notEmpty: string;
|
|
485
|
+
};
|
|
486
|
+
};
|
|
487
|
+
};
|
|
488
|
+
"zh-CN": {
|
|
489
|
+
name: string;
|
|
490
|
+
common: {
|
|
491
|
+
btn: {
|
|
492
|
+
agree: string;
|
|
493
|
+
disagree: string;
|
|
494
|
+
create: string;
|
|
495
|
+
add: string;
|
|
496
|
+
delete: string;
|
|
497
|
+
save: string;
|
|
498
|
+
edit: string;
|
|
499
|
+
cancel: string;
|
|
500
|
+
upload: string;
|
|
501
|
+
copy: string;
|
|
502
|
+
selectAll: string;
|
|
503
|
+
modify: string;
|
|
504
|
+
confirm: string;
|
|
505
|
+
logout: string;
|
|
506
|
+
login: string;
|
|
507
|
+
loginLoading: string;
|
|
508
|
+
operation: string;
|
|
509
|
+
};
|
|
510
|
+
rule: {
|
|
511
|
+
formatError: string;
|
|
512
|
+
};
|
|
513
|
+
label: {
|
|
514
|
+
all: string;
|
|
515
|
+
operation: string;
|
|
516
|
+
tip: string;
|
|
517
|
+
search: string;
|
|
518
|
+
};
|
|
519
|
+
msg: {
|
|
520
|
+
pleaseSelect: string;
|
|
521
|
+
success: string;
|
|
522
|
+
pleaseEnter: string;
|
|
523
|
+
confirmDelete: string;
|
|
524
|
+
fail: string;
|
|
525
|
+
};
|
|
526
|
+
pleaseSelect: string;
|
|
527
|
+
seeMore: string;
|
|
528
|
+
};
|
|
529
|
+
account: {
|
|
530
|
+
label: {
|
|
531
|
+
clickToChangeImage: string;
|
|
532
|
+
};
|
|
533
|
+
msg: {
|
|
534
|
+
uploadIng: string;
|
|
535
|
+
agreementTip1: string;
|
|
536
|
+
};
|
|
537
|
+
};
|
|
538
|
+
admin: {
|
|
539
|
+
label: {
|
|
540
|
+
agreement: string;
|
|
541
|
+
and: string;
|
|
542
|
+
privacy: string;
|
|
543
|
+
userPolicy: string;
|
|
544
|
+
profile: string;
|
|
545
|
+
dataValue: string;
|
|
546
|
+
tagName: string;
|
|
547
|
+
sort: string;
|
|
548
|
+
notes: string;
|
|
549
|
+
query: string;
|
|
550
|
+
type: string;
|
|
551
|
+
describe: string;
|
|
552
|
+
creationTime: string;
|
|
553
|
+
description: string;
|
|
554
|
+
status: string;
|
|
555
|
+
user: string;
|
|
556
|
+
userId: string;
|
|
557
|
+
userName: string;
|
|
558
|
+
fullName: string;
|
|
559
|
+
contactNum: string;
|
|
560
|
+
email: string;
|
|
561
|
+
password: string;
|
|
562
|
+
confirmPassword: string;
|
|
563
|
+
role: string;
|
|
564
|
+
companyName: string;
|
|
565
|
+
tenantId: string;
|
|
566
|
+
adminUsername: string;
|
|
567
|
+
adminName: string;
|
|
568
|
+
adminPhone: string;
|
|
569
|
+
adminEmail: string;
|
|
570
|
+
adminInfo: string;
|
|
571
|
+
belongService: string;
|
|
572
|
+
roleName: string;
|
|
573
|
+
roleCode: string;
|
|
574
|
+
roleDesc: string;
|
|
575
|
+
roleAuth: string;
|
|
576
|
+
menuAuth: string;
|
|
577
|
+
menuName: string;
|
|
578
|
+
menu: string;
|
|
579
|
+
button: string;
|
|
580
|
+
rootMenu: string;
|
|
581
|
+
parent: string;
|
|
582
|
+
menuPath: string;
|
|
583
|
+
icon: string;
|
|
584
|
+
permission: string;
|
|
585
|
+
name: string;
|
|
586
|
+
menuPermissionAuth: string;
|
|
587
|
+
available: string;
|
|
588
|
+
unavailable: string;
|
|
589
|
+
categoryName: string;
|
|
590
|
+
path: string;
|
|
591
|
+
normal: string;
|
|
592
|
+
abnormal: string;
|
|
593
|
+
title: string;
|
|
594
|
+
ipAddress: string;
|
|
595
|
+
method: string;
|
|
596
|
+
timeCons: string;
|
|
597
|
+
requestTime: string;
|
|
598
|
+
operator: string;
|
|
599
|
+
configType: string;
|
|
600
|
+
dictType: string;
|
|
601
|
+
accountPassword: string;
|
|
602
|
+
accountLogin: string;
|
|
603
|
+
fastLogin: string;
|
|
604
|
+
loginAccount: string;
|
|
605
|
+
phoneNum: string;
|
|
606
|
+
verifyCode: string;
|
|
607
|
+
application: string;
|
|
608
|
+
basicInfo: string;
|
|
609
|
+
isHide: string;
|
|
610
|
+
page: string;
|
|
611
|
+
enterpriseDisplayName: string;
|
|
612
|
+
register: string;
|
|
613
|
+
effective: string;
|
|
614
|
+
ineffective: string;
|
|
615
|
+
emailLogin: string;
|
|
616
|
+
welcomeLogin: string;
|
|
617
|
+
welcomeRegister: string;
|
|
618
|
+
multilingual: string;
|
|
619
|
+
userInfo: string;
|
|
620
|
+
securityInfo: string;
|
|
621
|
+
personalInfo: string;
|
|
622
|
+
isPublicMenu: string;
|
|
623
|
+
oldPrefix: string;
|
|
624
|
+
newPrefix: string;
|
|
625
|
+
aiInfra: string;
|
|
626
|
+
licenseValidity: string;
|
|
627
|
+
license: string;
|
|
628
|
+
updateLicense: string;
|
|
629
|
+
activated: string;
|
|
630
|
+
notActivated: string;
|
|
631
|
+
expired: string;
|
|
632
|
+
productCode: string;
|
|
633
|
+
expireTime: string;
|
|
634
|
+
remainingValidity: string;
|
|
635
|
+
days: string;
|
|
636
|
+
managedInstanceCount: string;
|
|
637
|
+
managedGpuCount: string;
|
|
638
|
+
modelProxyCount: string;
|
|
639
|
+
usageRate: string;
|
|
640
|
+
managedInstanceCountDesc: string;
|
|
641
|
+
managedGpuCountDesc: string;
|
|
642
|
+
modelProxyCountDesc: string;
|
|
643
|
+
efficientComputing: string;
|
|
644
|
+
dataSecurity: string;
|
|
645
|
+
intelligentAnalysis: string;
|
|
646
|
+
processManagement: string;
|
|
647
|
+
passwordLoginShort: string;
|
|
648
|
+
emailCodeLogin: string;
|
|
649
|
+
usernameOrEmail: string;
|
|
650
|
+
workEmail: string;
|
|
651
|
+
sixDigitCode: string;
|
|
652
|
+
readAndAgree: string;
|
|
653
|
+
privacyPolicy: string;
|
|
654
|
+
termsOfService: string;
|
|
655
|
+
backToSignIn: string;
|
|
656
|
+
createYourAccount: string;
|
|
657
|
+
createAccount: string;
|
|
658
|
+
confirmPasswordShort: string;
|
|
659
|
+
signInToAGIOne: string;
|
|
660
|
+
home: string;
|
|
661
|
+
};
|
|
662
|
+
btn: {
|
|
663
|
+
cancel: string;
|
|
664
|
+
changePassword: string;
|
|
665
|
+
createApiKey: string;
|
|
666
|
+
disable: string;
|
|
667
|
+
enable: string;
|
|
668
|
+
auth: string;
|
|
669
|
+
batchAdd: string;
|
|
670
|
+
permission: string;
|
|
671
|
+
createTenant: string;
|
|
672
|
+
resetPassword: string;
|
|
673
|
+
confirmPassword: string;
|
|
674
|
+
oldPassword: string;
|
|
675
|
+
newPassword: string;
|
|
676
|
+
registerAccount: string;
|
|
677
|
+
getCode: string;
|
|
678
|
+
loginAccount: string;
|
|
679
|
+
register: string;
|
|
680
|
+
signIn: string;
|
|
681
|
+
sendCode: string;
|
|
682
|
+
createAccount: string;
|
|
683
|
+
batchReplacePrefix: string;
|
|
684
|
+
copyJson: string;
|
|
685
|
+
importJson: string;
|
|
686
|
+
};
|
|
687
|
+
msg: {
|
|
688
|
+
nameRule1: string;
|
|
689
|
+
nameRule2: string;
|
|
690
|
+
nameRule3: string;
|
|
691
|
+
nameRuleError: string;
|
|
692
|
+
pleaseEnterPassword: string;
|
|
693
|
+
newPasswordNotEmpty: string;
|
|
694
|
+
passwordNotSame: string;
|
|
695
|
+
confirmPasswordNotEmpty: string;
|
|
696
|
+
confirmDeleteUser: string;
|
|
697
|
+
userNameLengthError: string;
|
|
698
|
+
adminUsernameLengthError: string;
|
|
699
|
+
adminUsernameRule3: string;
|
|
700
|
+
confirmDeleteRole: string;
|
|
701
|
+
adminUsernameRule5: string;
|
|
702
|
+
batchAddSuccess: string;
|
|
703
|
+
importMenuTitle: string;
|
|
704
|
+
pasteJson: string;
|
|
705
|
+
pasteJsonPlaceholder: string;
|
|
706
|
+
invalidMenuFormat: string;
|
|
707
|
+
importSuccess: string;
|
|
708
|
+
importFailed: string;
|
|
709
|
+
pleaseEnterPhoneNum: string;
|
|
710
|
+
usernameOrPasswordEmpty: string;
|
|
711
|
+
loginSuccess: string;
|
|
712
|
+
confirmPasswordError: string;
|
|
713
|
+
registerSuccess: string;
|
|
714
|
+
getCodeSuccess: string;
|
|
715
|
+
identifierRegistered: string;
|
|
716
|
+
getCodeAgain: string;
|
|
717
|
+
signingIn: string;
|
|
718
|
+
retrySendCode: string;
|
|
719
|
+
pleaseEnterEmail: string;
|
|
720
|
+
enableMenu: string;
|
|
721
|
+
disableMenu: string;
|
|
722
|
+
langMsg1: string;
|
|
723
|
+
pleaseEnterLicense: string;
|
|
724
|
+
apiKeyCreated: string;
|
|
725
|
+
accessKey: string;
|
|
726
|
+
secretKey: string;
|
|
727
|
+
copy: string;
|
|
728
|
+
apiKeySecretNotice: string;
|
|
729
|
+
dynamicKey: string;
|
|
730
|
+
authToken: string;
|
|
731
|
+
extendAmount: string;
|
|
732
|
+
timeUnit: string;
|
|
733
|
+
year: string;
|
|
734
|
+
month: string;
|
|
735
|
+
day: string;
|
|
736
|
+
hour: string;
|
|
737
|
+
keyTypeTooltip: string;
|
|
738
|
+
loginHeroTitle: string;
|
|
739
|
+
loginHeroDesc: string;
|
|
740
|
+
};
|
|
741
|
+
};
|
|
742
|
+
components: {
|
|
743
|
+
notFound: {
|
|
744
|
+
title: string;
|
|
745
|
+
description: string;
|
|
746
|
+
backToHome: string;
|
|
747
|
+
};
|
|
748
|
+
exportImport: {
|
|
749
|
+
selectExportTemplate: string;
|
|
750
|
+
selectImportMethod: string;
|
|
751
|
+
selectZipFile: string;
|
|
752
|
+
selectFolder: string;
|
|
753
|
+
unsupportedFileFormat: string;
|
|
754
|
+
importSuccess: string;
|
|
755
|
+
importComplete: string;
|
|
756
|
+
importStats: string;
|
|
757
|
+
total: string;
|
|
758
|
+
success: string;
|
|
759
|
+
failed: string;
|
|
760
|
+
skipped: string;
|
|
761
|
+
retry: string;
|
|
762
|
+
import: string;
|
|
763
|
+
cancel: string;
|
|
764
|
+
clear: string;
|
|
765
|
+
pleaseUploadFile: string;
|
|
766
|
+
uploadWarning: string;
|
|
767
|
+
};
|
|
768
|
+
layout: {
|
|
769
|
+
docsCenter: string;
|
|
770
|
+
};
|
|
771
|
+
fileSelector: {
|
|
772
|
+
dragOrClick: string;
|
|
773
|
+
selectFile: string;
|
|
774
|
+
folder: string;
|
|
775
|
+
file: string;
|
|
776
|
+
};
|
|
777
|
+
};
|
|
778
|
+
constant: {
|
|
779
|
+
label: {
|
|
780
|
+
languageModel: string;
|
|
781
|
+
};
|
|
782
|
+
dialogueSource: {
|
|
783
|
+
1: string;
|
|
784
|
+
2: string;
|
|
785
|
+
3: string;
|
|
786
|
+
4: string;
|
|
787
|
+
5: string;
|
|
788
|
+
};
|
|
789
|
+
versionStatus: {
|
|
790
|
+
0: string;
|
|
791
|
+
1: string;
|
|
792
|
+
2: string;
|
|
793
|
+
3: string;
|
|
794
|
+
4: string;
|
|
795
|
+
5: string;
|
|
796
|
+
6: string;
|
|
797
|
+
7: string;
|
|
798
|
+
8: string;
|
|
799
|
+
};
|
|
800
|
+
releaseAuditStatus: {
|
|
801
|
+
0: string;
|
|
802
|
+
1: string;
|
|
803
|
+
2: string;
|
|
804
|
+
3: string;
|
|
805
|
+
};
|
|
806
|
+
shelfStatus: {
|
|
807
|
+
0: string;
|
|
808
|
+
1: string;
|
|
809
|
+
2: string;
|
|
810
|
+
3: string;
|
|
811
|
+
};
|
|
812
|
+
isFree: {
|
|
813
|
+
0: string;
|
|
814
|
+
1: string;
|
|
815
|
+
};
|
|
816
|
+
modelType: {
|
|
817
|
+
1: string;
|
|
818
|
+
2: string;
|
|
819
|
+
3: string;
|
|
820
|
+
4: string;
|
|
821
|
+
5: string;
|
|
822
|
+
6: string;
|
|
823
|
+
};
|
|
824
|
+
modelSubType: {
|
|
825
|
+
1: string;
|
|
826
|
+
2: string;
|
|
827
|
+
3: string;
|
|
828
|
+
4: string;
|
|
829
|
+
5: string;
|
|
830
|
+
};
|
|
831
|
+
appShareType: {
|
|
832
|
+
1: string;
|
|
833
|
+
2: string;
|
|
834
|
+
};
|
|
835
|
+
labelType: {
|
|
836
|
+
1: string;
|
|
837
|
+
2: string;
|
|
838
|
+
3: string;
|
|
839
|
+
};
|
|
840
|
+
applicationType: {
|
|
841
|
+
1: string;
|
|
842
|
+
2: string;
|
|
843
|
+
};
|
|
844
|
+
applicationAuditStatus: {
|
|
845
|
+
1: string;
|
|
846
|
+
2: string;
|
|
847
|
+
3: string;
|
|
848
|
+
};
|
|
849
|
+
trueOrFalse: {
|
|
850
|
+
true: string;
|
|
851
|
+
false: string;
|
|
852
|
+
};
|
|
853
|
+
templateType: {
|
|
854
|
+
1: string;
|
|
855
|
+
2: string;
|
|
856
|
+
};
|
|
857
|
+
useable: {
|
|
858
|
+
1: string;
|
|
859
|
+
2: string;
|
|
860
|
+
};
|
|
861
|
+
enable: {
|
|
862
|
+
1: string;
|
|
863
|
+
2: string;
|
|
864
|
+
};
|
|
865
|
+
tenantStatus: {
|
|
866
|
+
1: string;
|
|
867
|
+
2: string;
|
|
868
|
+
3: string;
|
|
869
|
+
4: string;
|
|
870
|
+
5: string;
|
|
871
|
+
};
|
|
872
|
+
modelAuditStatus: {
|
|
873
|
+
0: string;
|
|
874
|
+
1: string;
|
|
875
|
+
2: string;
|
|
876
|
+
3: string;
|
|
877
|
+
4: string;
|
|
878
|
+
5: string;
|
|
879
|
+
6: string;
|
|
880
|
+
7: string;
|
|
881
|
+
8: string;
|
|
882
|
+
};
|
|
883
|
+
modelStatus: {
|
|
884
|
+
0: string;
|
|
885
|
+
1: string;
|
|
886
|
+
2: string;
|
|
887
|
+
3: string;
|
|
888
|
+
};
|
|
889
|
+
userType: {
|
|
890
|
+
0: string;
|
|
891
|
+
1: string;
|
|
892
|
+
2: string;
|
|
893
|
+
};
|
|
894
|
+
isActivity: {
|
|
895
|
+
0: string;
|
|
896
|
+
1: string;
|
|
897
|
+
};
|
|
898
|
+
isLimit: {
|
|
899
|
+
1: string;
|
|
900
|
+
0: string;
|
|
901
|
+
};
|
|
902
|
+
versionType: {
|
|
903
|
+
1: string;
|
|
904
|
+
2: string;
|
|
905
|
+
3: string;
|
|
906
|
+
};
|
|
907
|
+
appTemplateType: {
|
|
908
|
+
1: string;
|
|
909
|
+
7: string;
|
|
910
|
+
};
|
|
911
|
+
auditStatus: {
|
|
912
|
+
0: string;
|
|
913
|
+
1: string;
|
|
914
|
+
2: string;
|
|
915
|
+
3: string;
|
|
916
|
+
};
|
|
917
|
+
onlineStatus: {
|
|
918
|
+
0: string;
|
|
919
|
+
1: string;
|
|
920
|
+
2: string;
|
|
921
|
+
3: string;
|
|
922
|
+
};
|
|
923
|
+
currency: {
|
|
924
|
+
CNY: string;
|
|
925
|
+
USD: string;
|
|
926
|
+
};
|
|
927
|
+
};
|
|
928
|
+
filterBox: {
|
|
929
|
+
label: {};
|
|
930
|
+
btn: {
|
|
931
|
+
search: string;
|
|
932
|
+
reset: string;
|
|
933
|
+
collapse: string;
|
|
934
|
+
expand: string;
|
|
935
|
+
};
|
|
936
|
+
msg: {};
|
|
937
|
+
};
|
|
938
|
+
password: {
|
|
939
|
+
label: {};
|
|
940
|
+
btn: {};
|
|
941
|
+
msg: {
|
|
942
|
+
lengthTip: string;
|
|
943
|
+
charTip: string;
|
|
944
|
+
charTypeTip: string;
|
|
945
|
+
charTypeUpper: string;
|
|
946
|
+
charTypeLower: string;
|
|
947
|
+
charNum: string;
|
|
948
|
+
charSpecial: string;
|
|
949
|
+
placeholder: string;
|
|
950
|
+
lengthError: string;
|
|
951
|
+
charError: string;
|
|
952
|
+
charTypeError: string;
|
|
953
|
+
};
|
|
954
|
+
};
|
|
955
|
+
instanceForm: {
|
|
956
|
+
label: {
|
|
957
|
+
otherConfig: string;
|
|
958
|
+
};
|
|
959
|
+
btn: {
|
|
960
|
+
prevStep: string;
|
|
961
|
+
nextStep: string;
|
|
962
|
+
submit: string;
|
|
963
|
+
};
|
|
964
|
+
msg: {
|
|
965
|
+
checkParams: string;
|
|
966
|
+
};
|
|
967
|
+
StaticPrefixInput: {
|
|
968
|
+
notEmpty: string;
|
|
969
|
+
};
|
|
970
|
+
};
|
|
971
|
+
};
|
|
972
|
+
}, {}, {}, import('../utils/repoUtils').Language, false>;
|
|
973
|
+
export default i18n;
|