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.

37 lines
588 B
TypeScript

/*
* 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',
}
}
}