UnisKB/ui/src/locales/lang/en-US/layout.ts

28 lines
679 B
TypeScript
Raw Normal View History

2025-01-20 11:39:46 +00:00
export default {
2025-01-21 11:24:56 +00:00
github: 'Project Address',
wiki: 'User Manual',
forum: 'Forum For Help',
2025-01-26 04:08:10 +00:00
logout: 'Log Out',
2025-01-21 12:27:10 +00:00
apiKey: 'API Key',
apiServiceAddress: 'API Service Address',
language: 'Language',
isExpire: 'License not uploaded or expired',
about: {
title: 'About',
expiredTime: 'Expiration Date',
edition: 'Edition',
2025-01-22 08:46:12 +00:00
version: 'Version',
2025-01-21 12:27:10 +00:00
serialNo: 'Serial No.',
remark: 'Remarks',
update: 'Update',
authorize: 'Authorized'
2025-01-23 08:38:20 +00:00
},
time: {
daysLater: 'days later',
hoursLater: 'hours later',
expired: 'expired',
expiringSoon: 'expiring soon'
2025-01-23 10:16:31 +00:00
},
copyright: 'Copyright © 2014-2025 FIT2CLOUD, All rights reserved.'
2025-01-20 11:39:46 +00:00
}