mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-03 19:38:20 +08:00
10 lines
162 B
TypeScript
Executable File
10 lines
162 B
TypeScript
Executable File
export default {
|
|
yes: 'yes',
|
|
no: 'no',
|
|
login: 'Login',
|
|
logout: 'Logout',
|
|
register: 'Register',
|
|
'login.title': 'Login',
|
|
'login.ldap': 'Use LDAP',
|
|
};
|