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

21 lines
476 B
TypeScript
Raw Normal View History

2025-01-20 11:39:46 +00:00
export default {
github: '项目地址',
wiki: '用户手册',
forum: '论坛求助',
2025-01-21 12:27:10 +00:00
logout: '退出',
version: '版本号',
apiKey: 'API Key 管理',
apiServiceAddress: 'API 服务地址',
language: '语言',
isExpire: '未上传 License 或 License 已过期。',
about: {
title: '关于',
expiredTime: '到期时间',
edition: '版本',
serialNo: '序列号',
remark: '备注',
update: '更新',
authorize:'授权给'
}
2025-01-20 11:39:46 +00:00
}