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

27 lines
607 B
TypeScript

export default {
github: '项目地址',
wiki: '用户手册',
forum: '论坛求助',
logout: '退出',
apiKey: 'API Key 管理',
apiServiceAddress: 'API 服务地址',
language: '语言',
isExpire: '未上传 License 或 License 已过期。',
about: {
title: '关于',
expiredTime: '到期时间',
edition: '版本',
version: '版本号',
serialNo: '序列号',
remark: '备注',
update: '更新',
authorize: '授权给'
},
time: {
daysLater: '天后',
hoursLater: '小时后',
expired: '已过期',
expiringSoon: '即将到期'
}
}