mirror of https://github.com/veypi/OneAuth.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
664 B
TypeScript
36 lines
664 B
TypeScript
/*
|
|
* zh.ts
|
|
* Copyright (C) 2024 veypi <i@veypi.com>
|
|
* 2024-10-30 23:57
|
|
* Distributed under terms of the GPL license.
|
|
*/
|
|
|
|
export default {
|
|
c: {
|
|
'app': '应用',
|
|
'myapps': '我的应用',
|
|
'appname': '应用名称',
|
|
'app store': '应用中心',
|
|
'ok': '确定',
|
|
'cancel': '取消',
|
|
},
|
|
atyp: {
|
|
'public': '公开注册',
|
|
'apply': '申请注册',
|
|
'private': '邀请注册(应用隐藏)',
|
|
},
|
|
menu: {
|
|
'app': '应用',
|
|
'user': '用户设置',
|
|
'doc': '文档',
|
|
'appstat': '应用统计',
|
|
'setting': '设置',
|
|
'auth': '权限',
|
|
},
|
|
p: {
|
|
index: {
|
|
'create': '创建应用',
|
|
}
|
|
}
|
|
}
|