35 lines
893 B
TypeScript
35 lines
893 B
TypeScript
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'
|
|
},
|
|
version: 'Version',
|
|
serialNo: 'Serial No.',
|
|
remark: 'Remarks',
|
|
update: 'Update',
|
|
authorize: 'Authorized',
|
|
|
|
},
|
|
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'
|
|
}
|