mirror of https://github.com/veypi/OneAuth.git
feat: i18n
parent
877b2a2021
commit
932b20fe72
@ -0,0 +1,36 @@
|
|||||||
|
/*
|
||||||
|
* en.ts
|
||||||
|
* Copyright (C) 2024 veypi <i@veypi.com>
|
||||||
|
* 2024-10-30 23:57
|
||||||
|
* Distributed under terms of the GPL license.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
export default {
|
||||||
|
c: {
|
||||||
|
'app': 'App',
|
||||||
|
'myapps': 'MyApps',
|
||||||
|
'appname': 'App Name',
|
||||||
|
'app store': 'App Store',
|
||||||
|
'ok': 'OK',
|
||||||
|
'cancel': 'Cancel',
|
||||||
|
},
|
||||||
|
atyp: {
|
||||||
|
'public': 'Public',
|
||||||
|
'apply': 'Apply',
|
||||||
|
'private': 'Private',
|
||||||
|
},
|
||||||
|
menu: {
|
||||||
|
'app': 'Apps',
|
||||||
|
'user': 'User',
|
||||||
|
'doc': 'Doc',
|
||||||
|
'appstat': 'AppStat',
|
||||||
|
'setting': 'Setting',
|
||||||
|
'auth': 'Auth',
|
||||||
|
},
|
||||||
|
p: {
|
||||||
|
index: {
|
||||||
|
'create': 'Create App',
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,35 @@
|
|||||||
|
/*
|
||||||
|
* 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': '创建应用',
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue