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

21 lines
480 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
}