28 lines
679 B
TypeScript
28 lines
679 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: '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.'
|
|
}
|