UnisKB/ui/src/locales/lang/zh-CN/layout.ts

35 lines
906 B
TypeScript
Raw Normal View History

2025-04-28 10:14:16 +00:00
export default {
github: '项目地址',
wiki: '用户手册',
forum: '论坛求助',
2025-06-05 08:30:39 +00:00
logout: '退出登录',
2025-04-28 10:14:16 +00:00
apiKey: 'API Key 管理',
apiServiceAddress: 'API 服务地址',
language: '语言',
isExpire: '未上传 License 或 License 已过期。',
about: {
title: '关于',
expiredTime: '到期时间',
edition: {
label: '版本',
community: '社区版',
2025-06-19 09:49:47 +00:00
professional: '专业版',
enterprise: '企业版',
2025-04-28 10:14:16 +00:00
},
version: '版本号',
serialNo: '序列号',
remark: '备注',
update: '更新',
authorize: '授权给'
},
time: {
daysLater: '天后',
hoursLater: '小时后',
expired: '已过期',
expiringSoon: '即将到期'
},
copyright: '版权所有 © 2014-2025 杭州飞致云信息科技有限公司',
2025-07-15 06:42:10 +00:00
userManualUrl: 'https://maxkb.cn/docs/v2/',
2025-04-28 10:14:16 +00:00
forumUrl: 'https://bbs.fit2cloud.com/c/mk/11'
}