-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Expand file tree
/
Copy pathlayout.ts
More file actions
37 lines (37 loc) · 1 KB
/
layout.ts
File metadata and controls
37 lines (37 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
export default {
github: 'Project Address',
wiki: 'User Manual',
forum: 'Forum For Help',
logout: 'Log Out',
apiKey: 'API Key',
apiServiceAddress: 'API Service Address',
language: 'Language',
isExpire: 'License not uploaded or expired',
about: {
title: 'About',
expiredTime: 'Expiration Date',
edition: {
label: 'Edition',
community: 'Community Edition',
professional: 'Professional Edition',
enterprise: 'Enterprise Edition',
},
version: 'Version',
serialNo: 'Serial No.',
remark: 'Remarks',
update: 'Update',
authorize: 'Authorized',
inner_admin: 'System Admin',
inner_wsm: 'Workspace Manager',
inner_user: 'Common User',
},
time: {
daysLater: 'days later',
hoursLater: 'hours later',
expired: 'expired',
expiringSoon: 'expiring soon'
},
copyright: 'Copyright © 2014-2025 FIT2CLOUD, All rights reserved.',
userManualUrl: 'http://docs.maxkb.hk/',
forumUrl: 'https://github.com/1Panel-dev/MaxKB/discussions'
}